From 2381a01b77452e10cf365ebecdb6f6aa369f45e9 Mon Sep 17 00:00:00 2001 From: Erik Wilson Date: Fri, 24 Jan 2020 11:29:11 -0700 Subject: [PATCH] Update k8s to v1.16.6 --- go.mod | 58 +- go.sum | 162 +- .../github.com/go-openapi/jsonpointer/go.mod | 5 +- .../github.com/go-openapi/jsonpointer/go.sum | 6 +- .../go-openapi/jsonpointer/pointer.go | 2 +- vendor/github.com/go-openapi/swag/.gitignore | 1 + vendor/github.com/go-openapi/swag/convert.go | 7 +- vendor/github.com/go-openapi/swag/json.go | 2 +- vendor/github.com/go-openapi/swag/util.go | 21 +- vendor/github.com/go-openapi/swag/yaml.go | 47 +- .../gregjones/httpcache/.travis.yml | 1 + .../github.com/gregjones/httpcache/README.md | 3 +- .../gregjones/httpcache/httpcache.go | 12 +- vendor/github.com/spf13/pflag/.travis.yml | 7 +- vendor/github.com/spf13/pflag/README.md | 4 +- vendor/github.com/spf13/pflag/bool_slice.go | 38 + vendor/github.com/spf13/pflag/count.go | 4 +- .../github.com/spf13/pflag/duration_slice.go | 38 + vendor/github.com/spf13/pflag/flag.go | 16 +- .../github.com/spf13/pflag/float32_slice.go | 174 + .../github.com/spf13/pflag/float64_slice.go | 166 + vendor/github.com/spf13/pflag/go.mod | 3 + vendor/github.com/spf13/pflag/go.sum | 0 vendor/github.com/spf13/pflag/int32_slice.go | 174 + vendor/github.com/spf13/pflag/int64_slice.go | 166 + vendor/github.com/spf13/pflag/int_slice.go | 30 + vendor/github.com/spf13/pflag/ip_slice.go | 40 +- vendor/github.com/spf13/pflag/string_array.go | 26 + vendor/github.com/spf13/pflag/string_slice.go | 22 +- .../github.com/spf13/pflag/string_to_int64.go | 149 + vendor/github.com/spf13/pflag/uint_slice.go | 42 + vendor/golang.org/x/crypto/ed25519/ed25519.go | 5 + .../x/crypto/ed25519/ed25519_go113.go | 73 + vendor/golang.org/x/crypto/ssh/common.go | 7 + vendor/golang.org/x/crypto/ssh/kex.go | 249 + vendor/golang.org/x/crypto/ssh/messages.go | 30 + vendor/golang.org/x/crypto/ssh/server.go | 6 + .../golang.org/x/net/bpf/vm_instructions.go | 3 +- vendor/golang.org/x/net/html/parse.go | 130 +- vendor/golang.org/x/net/http2/frame.go | 2 +- vendor/golang.org/x/net/http2/server.go | 44 +- vendor/golang.org/x/net/http2/transport.go | 19 +- .../x/net/http2/writesched_random.go | 9 +- .../x/net/idna/{idna.go => idna10.0.0.go} | 8 +- vendor/golang.org/x/net/idna/idna9.0.0.go | 682 +++ .../x/net/idna/{tables.go => tables10.0.0.go} | 6 +- vendor/golang.org/x/net/idna/tables11.0.0.go | 4653 +++++++++++++++++ vendor/golang.org/x/net/idna/tables9.0.0.go | 4486 ++++++++++++++++ .../x/net/internal/socket/cmsghdr.go | 2 +- .../x/net/internal/socket/cmsghdr_bsd.go | 2 +- .../internal/socket/cmsghdr_linux_64bit.go | 2 +- .../x/net/internal/socket/cmsghdr_stub.go | 2 +- .../x/net/internal/socket/error_unix.go | 2 +- .../x/net/internal/socket/iovec_64bit.go | 4 +- .../x/net/internal/socket/iovec_stub.go | 2 +- .../x/net/internal/socket/mmsghdr_stub.go | 2 +- .../x/net/internal/socket/mmsghdr_unix.go | 2 +- .../x/net/internal/socket/msghdr_bsd.go | 2 +- .../x/net/internal/socket/msghdr_bsdvar.go | 2 +- .../net/internal/socket/msghdr_linux_64bit.go | 2 +- .../x/net/internal/socket/msghdr_stub.go | 2 +- .../x/net/internal/socket/rawconn.go | 2 - .../x/net/internal/socket/rawconn_mmsg.go | 1 - .../x/net/internal/socket/rawconn_msg.go | 3 +- .../x/net/internal/socket/rawconn_nommsg.go | 7 +- .../x/net/internal/socket/rawconn_nomsg.go | 9 +- .../x/net/internal/socket/rawconn_stub.go | 25 - .../x/net/internal/socket/reflect.go | 62 - .../x/net/internal/socket/socket.go | 3 + .../golang.org/x/net/internal/socket/sys.go | 2 +- .../x/net/internal/socket/sys_bsd.go | 8 +- .../x/net/internal/socket/sys_bsdvar.go | 7 +- .../x/net/internal/socket/sys_const_unix.go | 17 + .../{sys_go1_12_darwin.go => sys_linkname.go} | 2 +- .../net/internal/socket/sys_linux_riscv64.go | 12 + .../x/net/internal/socket/sys_posix.go | 9 +- .../x/net/internal/socket/sys_solaris.go | 5 +- .../x/net/internal/socket/sys_stub.go | 17 +- .../x/net/internal/socket/sys_windows.go | 19 +- .../x/net/internal/socket/zsys_aix_ppc64.go | 61 + .../x/net/internal/socket/zsys_darwin_386.go | 10 +- .../net/internal/socket/zsys_darwin_amd64.go | 10 +- .../x/net/internal/socket/zsys_darwin_arm.go | 10 +- .../net/internal/socket/zsys_darwin_arm64.go | 10 +- .../internal/socket/zsys_dragonfly_amd64.go | 10 +- .../x/net/internal/socket/zsys_freebsd_386.go | 10 +- .../net/internal/socket/zsys_freebsd_amd64.go | 10 +- .../x/net/internal/socket/zsys_freebsd_arm.go | 10 +- .../net/internal/socket/zsys_freebsd_arm64.go | 53 + .../x/net/internal/socket/zsys_linux_386.go | 10 +- .../x/net/internal/socket/zsys_linux_amd64.go | 10 +- .../x/net/internal/socket/zsys_linux_arm.go | 10 +- .../x/net/internal/socket/zsys_linux_arm64.go | 10 +- .../x/net/internal/socket/zsys_linux_mips.go | 10 +- .../net/internal/socket/zsys_linux_mips64.go | 10 +- .../internal/socket/zsys_linux_mips64le.go | 10 +- .../net/internal/socket/zsys_linux_mipsle.go | 10 +- .../x/net/internal/socket/zsys_linux_ppc64.go | 10 +- .../net/internal/socket/zsys_linux_ppc64le.go | 10 +- .../net/internal/socket/zsys_linux_riscv64.go | 59 + .../x/net/internal/socket/zsys_linux_s390x.go | 10 +- .../x/net/internal/socket/zsys_netbsd_386.go | 10 +- .../net/internal/socket/zsys_netbsd_amd64.go | 10 +- .../x/net/internal/socket/zsys_netbsd_arm.go | 10 +- .../net/internal/socket/zsys_netbsd_arm64.go | 60 + .../x/net/internal/socket/zsys_openbsd_386.go | 10 +- .../net/internal/socket/zsys_openbsd_amd64.go | 10 +- .../x/net/internal/socket/zsys_openbsd_arm.go | 10 +- .../net/internal/socket/zsys_openbsd_arm64.go | 53 + .../net/internal/socket/zsys_solaris_amd64.go | 10 +- vendor/golang.org/x/net/ipv4/batch.go | 8 +- vendor/golang.org/x/net/ipv4/control_bsd.go | 2 +- vendor/golang.org/x/net/ipv4/control_stub.go | 4 +- vendor/golang.org/x/net/ipv4/control_unix.go | 2 +- .../golang.org/x/net/ipv4/control_windows.go | 8 +- vendor/golang.org/x/net/ipv4/dgramopt.go | 30 +- vendor/golang.org/x/net/ipv4/doc.go | 5 +- vendor/golang.org/x/net/ipv4/endpoint.go | 2 +- vendor/golang.org/x/net/ipv4/genericopt.go | 8 +- vendor/golang.org/x/net/ipv4/header.go | 11 +- vendor/golang.org/x/net/ipv4/helper.go | 24 +- vendor/golang.org/x/net/ipv4/packet.go | 53 +- vendor/golang.org/x/net/ipv4/packet_go1_8.go | 56 - vendor/golang.org/x/net/ipv4/packet_go1_9.go | 67 - vendor/golang.org/x/net/ipv4/payload_cmsg.go | 59 +- .../x/net/ipv4/payload_cmsg_go1_8.go | 59 - .../x/net/ipv4/payload_cmsg_go1_9.go | 67 - .../golang.org/x/net/ipv4/payload_nocmsg.go | 2 +- vendor/golang.org/x/net/ipv4/sockopt_posix.go | 6 +- vendor/golang.org/x/net/ipv4/sockopt_stub.go | 16 +- vendor/golang.org/x/net/ipv4/sys_aix.go | 38 + vendor/golang.org/x/net/ipv4/sys_asmreq.go | 2 +- .../golang.org/x/net/ipv4/sys_asmreq_stub.go | 8 +- .../golang.org/x/net/ipv4/sys_asmreqn_stub.go | 4 +- vendor/golang.org/x/net/ipv4/sys_bpf_stub.go | 2 +- vendor/golang.org/x/net/ipv4/sys_freebsd.go | 2 +- vendor/golang.org/x/net/ipv4/sys_ssmreq.go | 6 +- .../golang.org/x/net/ipv4/sys_ssmreq_stub.go | 4 +- vendor/golang.org/x/net/ipv4/sys_stub.go | 2 +- .../golang.org/x/net/ipv4/zsys_aix_ppc64.go | 33 + vendor/golang.org/x/net/ipv4/zsys_darwin.go | 2 +- .../golang.org/x/net/ipv4/zsys_dragonfly.go | 2 +- .../golang.org/x/net/ipv4/zsys_freebsd_386.go | 2 +- .../x/net/ipv4/zsys_freebsd_amd64.go | 2 +- .../golang.org/x/net/ipv4/zsys_freebsd_arm.go | 2 +- .../golang.org/x/net/ipv4/zsys_linux_386.go | 2 +- .../golang.org/x/net/ipv4/zsys_linux_amd64.go | 2 +- .../golang.org/x/net/ipv4/zsys_linux_arm.go | 2 +- .../golang.org/x/net/ipv4/zsys_linux_arm64.go | 2 +- .../golang.org/x/net/ipv4/zsys_linux_mips.go | 2 +- .../x/net/ipv4/zsys_linux_mips64.go | 2 +- .../x/net/ipv4/zsys_linux_mips64le.go | 2 +- .../x/net/ipv4/zsys_linux_mipsle.go | 2 +- .../golang.org/x/net/ipv4/zsys_linux_ppc.go | 2 +- .../golang.org/x/net/ipv4/zsys_linux_ppc64.go | 2 +- .../x/net/ipv4/zsys_linux_ppc64le.go | 2 +- .../x/net/ipv4/zsys_linux_riscv64.go | 151 + .../golang.org/x/net/ipv4/zsys_linux_s390x.go | 2 +- vendor/golang.org/x/net/ipv4/zsys_netbsd.go | 2 +- vendor/golang.org/x/net/ipv4/zsys_openbsd.go | 2 +- vendor/golang.org/x/net/ipv4/zsys_solaris.go | 2 +- vendor/golang.org/x/net/ipv6/batch.go | 2 - .../x/net/ipv6/control_rfc3542_unix.go | 2 +- vendor/golang.org/x/net/ipv6/control_stub.go | 4 +- vendor/golang.org/x/net/ipv6/control_unix.go | 2 +- .../golang.org/x/net/ipv6/control_windows.go | 8 +- vendor/golang.org/x/net/ipv6/dgramopt.go | 34 +- vendor/golang.org/x/net/ipv6/doc.go | 3 +- vendor/golang.org/x/net/ipv6/endpoint.go | 2 +- vendor/golang.org/x/net/ipv6/genericopt.go | 8 +- vendor/golang.org/x/net/ipv6/helper.go | 3 +- vendor/golang.org/x/net/ipv6/icmp_bsd.go | 2 +- vendor/golang.org/x/net/ipv6/icmp_stub.go | 2 +- vendor/golang.org/x/net/ipv6/payload_cmsg.go | 46 +- .../x/net/ipv6/payload_cmsg_go1_8.go | 55 - .../x/net/ipv6/payload_cmsg_go1_9.go | 57 - .../golang.org/x/net/ipv6/payload_nocmsg.go | 2 +- vendor/golang.org/x/net/ipv6/sockopt_posix.go | 12 +- vendor/golang.org/x/net/ipv6/sockopt_stub.go | 18 +- vendor/golang.org/x/net/ipv6/sys_aix.go | 77 + vendor/golang.org/x/net/ipv6/sys_asmreq.go | 2 +- .../golang.org/x/net/ipv6/sys_asmreq_stub.go | 4 +- vendor/golang.org/x/net/ipv6/sys_bpf_stub.go | 2 +- vendor/golang.org/x/net/ipv6/sys_freebsd.go | 2 +- vendor/golang.org/x/net/ipv6/sys_ssmreq.go | 8 +- .../golang.org/x/net/ipv6/sys_ssmreq_stub.go | 6 +- vendor/golang.org/x/net/ipv6/sys_stub.go | 2 +- .../golang.org/x/net/ipv6/zsys_aix_ppc64.go | 103 + vendor/golang.org/x/net/ipv6/zsys_darwin.go | 2 +- .../golang.org/x/net/ipv6/zsys_dragonfly.go | 2 +- .../golang.org/x/net/ipv6/zsys_freebsd_386.go | 2 +- .../x/net/ipv6/zsys_freebsd_amd64.go | 2 +- .../golang.org/x/net/ipv6/zsys_freebsd_arm.go | 2 +- .../golang.org/x/net/ipv6/zsys_linux_386.go | 2 +- .../golang.org/x/net/ipv6/zsys_linux_amd64.go | 2 +- .../golang.org/x/net/ipv6/zsys_linux_arm.go | 2 +- .../golang.org/x/net/ipv6/zsys_linux_arm64.go | 2 +- .../golang.org/x/net/ipv6/zsys_linux_mips.go | 2 +- .../x/net/ipv6/zsys_linux_mips64.go | 2 +- .../x/net/ipv6/zsys_linux_mips64le.go | 2 +- .../x/net/ipv6/zsys_linux_mipsle.go | 2 +- .../golang.org/x/net/ipv6/zsys_linux_ppc.go | 2 +- .../golang.org/x/net/ipv6/zsys_linux_ppc64.go | 2 +- .../x/net/ipv6/zsys_linux_ppc64le.go | 2 +- .../x/net/ipv6/zsys_linux_riscv64.go | 173 + .../golang.org/x/net/ipv6/zsys_linux_s390x.go | 2 +- vendor/golang.org/x/net/ipv6/zsys_netbsd.go | 2 +- vendor/golang.org/x/net/ipv6/zsys_openbsd.go | 2 +- vendor/golang.org/x/net/ipv6/zsys_solaris.go | 2 +- vendor/golang.org/x/net/proxy/dial.go | 54 + vendor/golang.org/x/net/proxy/direct.go | 15 +- vendor/golang.org/x/net/proxy/per_host.go | 15 + vendor/golang.org/x/net/proxy/proxy.go | 24 +- vendor/golang.org/x/net/proxy/socks5.go | 10 +- .../x/tools/go/internal/gcimporter/bimport.go | 5 +- .../tools/go/internal/packagesdriver/sizes.go | 27 +- .../x/tools/go/packages/external.go | 29 +- .../golang.org/x/tools/go/packages/golist.go | 197 +- .../x/tools/go/packages/golist_overlay.go | 56 +- .../x/tools/go/packages/packages.go | 156 +- .../x/tools/internal/gopathwalk/walk.go | 36 +- .../x/tools/internal/imports/fix.go | 358 +- .../x/tools/internal/imports/imports.go | 101 +- .../x/tools/internal/imports/mod.go | 361 +- .../x/tools/internal/imports/mod_cache.go | 121 + .../x/tools/internal/imports/sortimports.go | 47 + .../x/tools/internal/imports/zstdlib.go | 116 +- .../apis/apiextensions/types_jsonschema.go | 2 +- .../pkg/apis/apiextensions/v1/generated.proto | 3 +- .../apis/apiextensions/v1/types_jsonschema.go | 3 +- .../apiextensions/v1beta1/generated.proto | 3 +- .../apiextensions/v1beta1/types_jsonschema.go | 3 +- .../apiextensions/validation/validation.go | 250 +- .../pkg/controller/openapi/v2/conversion.go | 30 + .../pkg/storage/value/encrypt/envelope/BUILD | 5 + vendor/k8s.io/client-go/pkg/version/base.go | 6 +- vendor/k8s.io/cloud-provider/go.mod | 10 +- vendor/k8s.io/cloud-provider/go.sum | 69 +- vendor/k8s.io/component-base/version/base.go | 6 +- vendor/k8s.io/csi-translation-lib/go.mod | 8 +- vendor/k8s.io/csi-translation-lib/go.sum | 61 +- vendor/k8s.io/klog/klog.go | 34 +- vendor/k8s.io/kubectl/pkg/util/BUILD | 3 + vendor/k8s.io/kubectl/pkg/util/term/BUILD | 3 + vendor/k8s.io/kubectl/pkg/version/base.go | 6 +- .../kubernetes/cmd/kube-proxy/app/BUILD | 11 + .../cmd/kube-proxy/app/server_others.go | 5 +- .../k8s.io/kubernetes/cmd/kubelet/app/BUILD | 3 + .../kubernetes/cmd/kubelet/app/options/BUILD | 9 + .../controller/daemon/daemon_controller.go | 10 - .../pkg/controller/disruption/BUILD | 5 +- .../pkg/controller/disruption/disruption.go | 37 +- .../kubernetes/pkg/controller/endpoint/BUILD | 2 + .../endpoint/endpoints_controller.go | 5 +- .../pkg/controller/job/job_controller.go | 10 - .../pkg/controller/replicaset/replica_set.go | 10 - .../pkg/generated/openapi/openapi.go | 2 +- vendor/k8s.io/kubernetes/pkg/kubelet/BUILD | 3 + .../kubernetes/pkg/kubelet/cadvisor/BUILD | 22 + vendor/k8s.io/kubernetes/pkg/kubelet/cm/BUILD | 44 +- .../policy_single_numa_node.go | 2 +- .../kubernetes/pkg/kubelet/cm/util/BUILD | 4 + .../kubernetes/pkg/kubelet/config/BUILD | 7 + .../kubernetes/pkg/kubelet/dockershim/BUILD | 3 + .../pkg/kubelet/dockershim/cm/BUILD | 10 + .../pkg/kubelet/dockershim/network/cni/BUILD | 17 + .../kubelet/dockershim/network/kubenet/BUILD | 42 + .../kubernetes/pkg/kubelet/eviction/BUILD | 3 + .../kubernetes/pkg/kubelet/kubelet_getters.go | 8 +- .../kubernetes/pkg/kubelet/kuberuntime/BUILD | 3 + .../k8s.io/kubernetes/pkg/kubelet/oom/BUILD | 12 + .../kubernetes/pkg/kubelet/server/stats/BUILD | 4 + .../pkg/kubelet/stats/pidlimit/BUILD | 4 + .../pkg/kubelet/status/status_manager.go | 4 +- .../k8s.io/kubernetes/pkg/kubelet/util/BUILD | 16 + .../kubernetes/pkg/proxy/iptables/proxier.go | 7 +- vendor/k8s.io/kubernetes/pkg/proxy/ipvs/BUILD | 4 + .../kubernetes/pkg/proxy/ipvs/proxier.go | 5 - .../kubernetes/pkg/proxy/userspace/BUILD | 3 + .../kubernetes/pkg/util/bandwidth/BUILD | 9 + vendor/k8s.io/kubernetes/pkg/util/flock/BUILD | 6 + .../k8s.io/kubernetes/pkg/util/iptables/BUILD | 12 + vendor/k8s.io/kubernetes/pkg/util/ipvs/BUILD | 8 + vendor/k8s.io/kubernetes/pkg/util/mount/BUILD | 3 + vendor/k8s.io/kubernetes/pkg/util/oom/BUILD | 8 + vendor/k8s.io/kubernetes/pkg/util/pod/BUILD | 2 + vendor/k8s.io/kubernetes/pkg/util/pod/pod.go | 12 +- .../k8s.io/kubernetes/pkg/util/procfs/BUILD | 7 + .../k8s.io/kubernetes/pkg/util/resizefs/BUILD | 4 + .../k8s.io/kubernetes/pkg/util/rlimit/BUILD | 3 + .../k8s.io/kubernetes/pkg/util/selinux/BUILD | 3 + vendor/k8s.io/kubernetes/pkg/version/base.go | 6 +- vendor/k8s.io/kubernetes/pkg/volume/BUILD | 3 + .../pkg/volume/azure_dd/azure_common_linux.go | 21 +- .../kubernetes/pkg/volume/emptydir/BUILD | 14 + .../k8s.io/kubernetes/pkg/volume/iscsi/BUILD | 1 + .../kubernetes/pkg/volume/iscsi/iscsi_util.go | 6 +- .../k8s.io/kubernetes/pkg/volume/local/BUILD | 20 + .../k8s.io/kubernetes/pkg/volume/util/BUILD | 3 + .../kubernetes/pkg/volume/util/exec/BUILD | 7 + .../kubernetes/pkg/volume/util/fs/BUILD | 7 + .../kubernetes/pkg/volume/util/fsquota/BUILD | 15 + .../pkg/volume/util/fsquota/common/BUILD | 3 + .../kubernetes/pkg/volume/util/hostutil/BUILD | 8 + .../kubernetes/pkg/volume/util/subpath/BUILD | 11 +- .../rbac/bootstrappolicy/namespace_policy.go | 2 +- .../k8s.io/legacy-cloud-providers/azure/BUILD | 3 +- .../azure/auth/azure_auth.go | 2 +- .../legacy-cloud-providers/azure/azure.go | 1 + .../azure/azure_controller_common.go | 41 +- .../azure/azure_controller_vmss.go | 8 +- .../azure/azure_loadbalancer.go | 7 +- .../azure/azure_managedDiskController.go | 4 + .../azure/azure_standard.go | 2 +- .../azure/azure_utils.go | 71 + .../azure/azure_vmss.go | 59 +- .../azure/azure_vmss_cache.go | 44 +- .../azure/azure_wrap.go | 4 +- .../gce/gce_loadbalancer_internal.go | 55 +- .../openstack/util/mount/BUILD | 8 + .../vsphere/vclib/diskmanagers/vdm.go | 16 +- vendor/modules.txt | 64 +- .../structured-merge-diff/value/value.go | 226 +- 323 files changed, 15465 insertions(+), 2007 deletions(-) create mode 100644 vendor/github.com/spf13/pflag/float32_slice.go create mode 100644 vendor/github.com/spf13/pflag/float64_slice.go create mode 100644 vendor/github.com/spf13/pflag/go.mod create mode 100644 vendor/github.com/spf13/pflag/go.sum create mode 100644 vendor/github.com/spf13/pflag/int32_slice.go create mode 100644 vendor/github.com/spf13/pflag/int64_slice.go create mode 100644 vendor/github.com/spf13/pflag/string_to_int64.go create mode 100644 vendor/golang.org/x/crypto/ed25519/ed25519_go113.go rename vendor/golang.org/x/net/idna/{idna.go => idna10.0.0.go} (99%) create mode 100644 vendor/golang.org/x/net/idna/idna9.0.0.go rename vendor/golang.org/x/net/idna/{tables.go => tables10.0.0.go} (99%) create mode 100644 vendor/golang.org/x/net/idna/tables11.0.0.go create mode 100644 vendor/golang.org/x/net/idna/tables9.0.0.go delete mode 100644 vendor/golang.org/x/net/internal/socket/rawconn_stub.go delete mode 100644 vendor/golang.org/x/net/internal/socket/reflect.go create mode 100644 vendor/golang.org/x/net/internal/socket/sys_const_unix.go rename vendor/golang.org/x/net/internal/socket/{sys_go1_12_darwin.go => sys_linkname.go} (98%) create mode 100644 vendor/golang.org/x/net/internal/socket/sys_linux_riscv64.go create mode 100644 vendor/golang.org/x/net/internal/socket/zsys_aix_ppc64.go create mode 100644 vendor/golang.org/x/net/internal/socket/zsys_freebsd_arm64.go create mode 100644 vendor/golang.org/x/net/internal/socket/zsys_linux_riscv64.go create mode 100644 vendor/golang.org/x/net/internal/socket/zsys_netbsd_arm64.go create mode 100644 vendor/golang.org/x/net/internal/socket/zsys_openbsd_arm64.go delete mode 100644 vendor/golang.org/x/net/ipv4/packet_go1_8.go delete mode 100644 vendor/golang.org/x/net/ipv4/packet_go1_9.go delete mode 100644 vendor/golang.org/x/net/ipv4/payload_cmsg_go1_8.go delete mode 100644 vendor/golang.org/x/net/ipv4/payload_cmsg_go1_9.go create mode 100644 vendor/golang.org/x/net/ipv4/sys_aix.go create mode 100644 vendor/golang.org/x/net/ipv4/zsys_aix_ppc64.go create mode 100644 vendor/golang.org/x/net/ipv4/zsys_linux_riscv64.go delete mode 100644 vendor/golang.org/x/net/ipv6/payload_cmsg_go1_8.go delete mode 100644 vendor/golang.org/x/net/ipv6/payload_cmsg_go1_9.go create mode 100644 vendor/golang.org/x/net/ipv6/sys_aix.go create mode 100644 vendor/golang.org/x/net/ipv6/zsys_aix_ppc64.go create mode 100644 vendor/golang.org/x/net/ipv6/zsys_linux_riscv64.go create mode 100644 vendor/golang.org/x/net/proxy/dial.go create mode 100644 vendor/golang.org/x/tools/internal/imports/mod_cache.go create mode 100644 vendor/k8s.io/legacy-cloud-providers/azure/azure_utils.go diff --git a/go.mod b/go.mod index 0a6a46dd2a..7408de4a2c 100644 --- a/go.mod +++ b/go.mod @@ -32,31 +32,31 @@ replace ( github.com/prometheus/client_model => github.com/prometheus/client_model v0.0.0-20180712105110-5c3871d89910 github.com/prometheus/common => github.com/prometheus/common v0.0.0-20181126121408-4724e9255275 github.com/prometheus/procfs => github.com/prometheus/procfs v0.0.0-20181204211112-1dc9a6cbc91a - k8s.io/api => github.com/rancher/kubernetes/staging/src/k8s.io/api v1.16.3-k3s.2 - k8s.io/apiextensions-apiserver => github.com/rancher/kubernetes/staging/src/k8s.io/apiextensions-apiserver v1.16.3-k3s.2 - k8s.io/apimachinery => github.com/rancher/kubernetes/staging/src/k8s.io/apimachinery v1.16.3-k3s.2 - k8s.io/apiserver => github.com/rancher/kubernetes/staging/src/k8s.io/apiserver v1.16.3-k3s.2 - k8s.io/cli-runtime => github.com/rancher/kubernetes/staging/src/k8s.io/cli-runtime v1.16.3-k3s.2 - k8s.io/client-go => github.com/rancher/kubernetes/staging/src/k8s.io/client-go v1.16.3-k3s.2 - k8s.io/cloud-provider => github.com/rancher/kubernetes/staging/src/k8s.io/cloud-provider v1.16.3-k3s.2 - k8s.io/cluster-bootstrap => github.com/rancher/kubernetes/staging/src/k8s.io/cluster-bootstrap v1.16.3-k3s.2 - k8s.io/code-generator => github.com/rancher/kubernetes/staging/src/k8s.io/code-generator v1.16.3-k3s.2 - k8s.io/component-base => github.com/rancher/kubernetes/staging/src/k8s.io/component-base v1.16.3-k3s.2 - k8s.io/cri-api => github.com/rancher/kubernetes/staging/src/k8s.io/cri-api v1.16.3-k3s.2 - k8s.io/csi-translation-lib => github.com/rancher/kubernetes/staging/src/k8s.io/csi-translation-lib v1.16.3-k3s.2 - k8s.io/kube-aggregator => github.com/rancher/kubernetes/staging/src/k8s.io/kube-aggregator v1.16.3-k3s.2 - k8s.io/kube-controller-manager => github.com/rancher/kubernetes/staging/src/k8s.io/kube-controller-manager v1.16.3-k3s.2 - k8s.io/kube-proxy => github.com/rancher/kubernetes/staging/src/k8s.io/kube-proxy v1.16.3-k3s.2 - k8s.io/kube-scheduler => github.com/rancher/kubernetes/staging/src/k8s.io/kube-scheduler v1.16.3-k3s.2 - k8s.io/kubectl => github.com/rancher/kubernetes/staging/src/k8s.io/kubectl v1.16.3-k3s.2 - k8s.io/kubelet => github.com/rancher/kubernetes/staging/src/k8s.io/kubelet v1.16.3-k3s.2 - k8s.io/kubernetes => github.com/rancher/kubernetes v1.16.3-k3s.2 - k8s.io/legacy-cloud-providers => github.com/rancher/kubernetes/staging/src/k8s.io/legacy-cloud-providers v1.16.3-k3s.2 - k8s.io/metrics => github.com/rancher/kubernetes/staging/src/k8s.io/metrics v1.16.3-k3s.2 - k8s.io/node-api => github.com/rancher/kubernetes/staging/src/k8s.io/node-api v1.16.3-k3s.2 - k8s.io/sample-apiserver => github.com/rancher/kubernetes/staging/src/k8s.io/sample-apiserver v1.16.3-k3s.2 - k8s.io/sample-cli-plugin => github.com/rancher/kubernetes/staging/src/k8s.io/sample-cli-plugin v1.16.3-k3s.2 - k8s.io/sample-controller => github.com/rancher/kubernetes/staging/src/k8s.io/sample-controller v1.16.3-k3s.2 + k8s.io/api => github.com/rancher/kubernetes/staging/src/k8s.io/api v1.16.6-k3s1 + k8s.io/apiextensions-apiserver => github.com/rancher/kubernetes/staging/src/k8s.io/apiextensions-apiserver v1.16.6-k3s1 + k8s.io/apimachinery => github.com/rancher/kubernetes/staging/src/k8s.io/apimachinery v1.16.6-k3s1 + k8s.io/apiserver => github.com/rancher/kubernetes/staging/src/k8s.io/apiserver v1.16.6-k3s1 + k8s.io/cli-runtime => github.com/rancher/kubernetes/staging/src/k8s.io/cli-runtime v1.16.6-k3s1 + k8s.io/client-go => github.com/rancher/kubernetes/staging/src/k8s.io/client-go v1.16.6-k3s1 + k8s.io/cloud-provider => github.com/rancher/kubernetes/staging/src/k8s.io/cloud-provider v1.16.6-k3s1 + k8s.io/cluster-bootstrap => github.com/rancher/kubernetes/staging/src/k8s.io/cluster-bootstrap v1.16.6-k3s1 + k8s.io/code-generator => github.com/rancher/kubernetes/staging/src/k8s.io/code-generator v1.16.6-k3s1 + k8s.io/component-base => github.com/rancher/kubernetes/staging/src/k8s.io/component-base v1.16.6-k3s1 + k8s.io/cri-api => github.com/rancher/kubernetes/staging/src/k8s.io/cri-api v1.16.6-k3s1 + k8s.io/csi-translation-lib => github.com/rancher/kubernetes/staging/src/k8s.io/csi-translation-lib v1.16.6-k3s1 + k8s.io/kube-aggregator => github.com/rancher/kubernetes/staging/src/k8s.io/kube-aggregator v1.16.6-k3s1 + k8s.io/kube-controller-manager => github.com/rancher/kubernetes/staging/src/k8s.io/kube-controller-manager v1.16.6-k3s1 + k8s.io/kube-proxy => github.com/rancher/kubernetes/staging/src/k8s.io/kube-proxy v1.16.6-k3s1 + k8s.io/kube-scheduler => github.com/rancher/kubernetes/staging/src/k8s.io/kube-scheduler v1.16.6-k3s1 + k8s.io/kubectl => github.com/rancher/kubernetes/staging/src/k8s.io/kubectl v1.16.6-k3s1 + k8s.io/kubelet => github.com/rancher/kubernetes/staging/src/k8s.io/kubelet v1.16.6-k3s1 + k8s.io/kubernetes => github.com/rancher/kubernetes v1.16.6-k3s1 + k8s.io/legacy-cloud-providers => github.com/rancher/kubernetes/staging/src/k8s.io/legacy-cloud-providers v1.16.6-k3s1 + k8s.io/metrics => github.com/rancher/kubernetes/staging/src/k8s.io/metrics v1.16.6-k3s1 + k8s.io/node-api => github.com/rancher/kubernetes/staging/src/k8s.io/node-api v1.16.6-k3s1 + k8s.io/sample-apiserver => github.com/rancher/kubernetes/staging/src/k8s.io/sample-apiserver v1.16.6-k3s1 + k8s.io/sample-cli-plugin => github.com/rancher/kubernetes/staging/src/k8s.io/sample-cli-plugin v1.16.6-k3s1 + k8s.io/sample-controller => github.com/rancher/kubernetes/staging/src/k8s.io/sample-controller v1.16.6-k3s1 mvdan.cc/unparam => mvdan.cc/unparam v0.0.0-20190209190245-fbb59629db34 ) @@ -108,12 +108,12 @@ require ( github.com/rancher/wrangler-api v0.2.0 github.com/rootless-containers/rootlesskit v0.6.0 github.com/sirupsen/logrus v1.4.2 - github.com/spf13/pflag v1.0.3 + github.com/spf13/pflag v1.0.5 github.com/tchap/go-patricia v2.3.0+incompatible // indirect github.com/theckman/go-flock v0.7.1 // indirect github.com/urfave/cli v1.21.0 - golang.org/x/crypto v0.0.0-20190611184440-5c40567a22f8 - golang.org/x/net v0.0.0-20190812203447-cdfb69ac37fc + golang.org/x/crypto v0.0.0-20190820162420-60c769a6c586 + golang.org/x/net v0.0.0-20191004110552-13f9640d40b9 golang.org/x/sys v0.0.0-20190916202348-b4ddaad3f8a3 google.golang.org/grpc v1.23.0 gopkg.in/mgo.v2 v2.0.0-20190816093944-a6b53ec6cb22 // indirect @@ -126,7 +126,7 @@ require ( k8s.io/cloud-provider v0.0.0 k8s.io/component-base v0.0.0 k8s.io/cri-api v0.0.0 - k8s.io/klog v0.4.0 + k8s.io/klog v1.0.0 k8s.io/kubernetes v1.16.0 k8s.io/utils v0.0.0-20190829053155-3a4a5477acf8 // indirect ) diff --git a/go.sum b/go.sum index 8716080136..5a650d1f74 100644 --- a/go.sum +++ b/go.sum @@ -24,7 +24,6 @@ github.com/Azure/go-autorest/logger v0.1.0 h1:ruG4BSDXONFRrZZJ2GUXDiUyVpayPmb1Gn github.com/Azure/go-autorest/logger v0.1.0/go.mod h1:oExouG+K6PryycPJfVSxi/koC6LSNgds39diKLz7Vrc= github.com/Azure/go-autorest/tracing v0.5.0 h1:TRn4WjSnkcSy5AEG3pnbtFSwNtwzjr4VYyQflFE619k= github.com/Azure/go-autorest/tracing v0.5.0/go.mod h1:r/s2XiOKccPW3HrqB+W0TQzfbtp2fGCgRFtBroKn4Dk= -github.com/BurntSushi/toml v0.3.0/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU= github.com/BurntSushi/toml v0.3.1 h1:WXkYYl6Yr3qBf1K79EBnL4mak0OimBfB0XUf9Vl28OQ= 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= @@ -43,6 +42,8 @@ github.com/NYTimes/gziphandler v0.0.0-20170623195520-56545f4a5d46/go.mod h1:3wb0 github.com/NYTimes/gziphandler v1.1.1 h1:ZUDjpQae29j0ryrS0u/B8HZfJBtBQHjqw2rQ2cqUQ3I= github.com/NYTimes/gziphandler v1.1.1/go.mod h1:n/CVRwUEOgIxrgPvAQhUUr9oeUtvrhMomdKFjzJNB0c= github.com/OpenPeeDeeP/depguard v0.0.0-20180806142446-a69c782687b2/go.mod h1:7/4sitnI9YlQgTLLk734QlzXT8DuHVnAyztLplQjk+o= +github.com/OpenPeeDeeP/depguard v1.0.0/go.mod h1:7/4sitnI9YlQgTLLk734QlzXT8DuHVnAyztLplQjk+o= +github.com/OpenPeeDeeP/depguard v1.0.1/go.mod h1:xsIw86fROiiwelg+jB2uM9PiKihMMmUx/1V+TNhjQvM= github.com/PuerkitoBio/purell v1.0.0/go.mod h1:c11w/QuzBsJSee3cPx9rAFu61PvFxuPbtSwDGJws/X0= github.com/PuerkitoBio/purell v1.1.0/go.mod h1:c11w/QuzBsJSee3cPx9rAFu61PvFxuPbtSwDGJws/X0= github.com/PuerkitoBio/purell v1.1.1 h1:WEQqlqaGbrPkxLJWfBwQmfEAE1Z7ONdDLqrN38tNFfI= @@ -54,6 +55,7 @@ github.com/Rican7/retry v0.1.0 h1:FqK94z34ly8Baa6K+G8Mmza9rYWTKOJk+yckIBB5qVk= github.com/Rican7/retry v0.1.0/go.mod h1:FgOROf8P5bebcC1DS0PdOQiqGUridaZvikzUmkFW6gg= github.com/StackExchange/wmi v0.0.0-20180116203802-5d049714c4a6/go.mod h1:3eOhrUMpNV+6aFIbp5/iudMxNCF27Vw2OZgy4xEx0Fg= github.com/alexflint/go-filemutex v0.0.0-20171022225611-72bdc8eae2ae/go.mod h1:CgnQgUtFrFz9mxFNtED3jI5tLDjKlOM+oUF/sTk6ps0= +github.com/anmitsu/go-shlex v0.0.0-20161002113705-648efa622239/go.mod h1:2FmKhYUyUczH0OGQWaF5ceTx0UBShxjsH6f8oGKYe2c= github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e h1:QEF07wC0T1rKkctt1RINW/+RMTVmiwxETico2l3gxJA= 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= @@ -63,8 +65,11 @@ github.com/asaskevich/govalidator v0.0.0-20190424111038-f61b66f89f4a/go.mod h1:l github.com/auth0/go-jwt-middleware v0.0.0-20170425171159-5493cabe49f7/go.mod h1:LWMyo4iOLWXHGdBki7NIht1kHru/0wM179h+d3g8ATM= github.com/aws/aws-sdk-go v1.16.26 h1:GWkl3rkRO/JGRTWoLLIqwf7AWC4/W/1hMOUZqmX0js4= github.com/aws/aws-sdk-go v1.16.26/go.mod h1:KmX6BPdI08NWTb3/sm4ZGu5ShLoqVDhKgpiN924inxo= -github.com/bazelbuild/bazel-gazelle v0.0.0-20181012220611-c728ce9f663e/go.mod h1:uHBSeeATKpVazAACZBDPL/Nk/UhQDDsJWDlqYJo8/Us= -github.com/bazelbuild/buildtools v0.0.0-20180226164855-80c7f0d45d7e/go.mod h1:5JP0TXzWDHXv8qvxRC4InIazwdyDseBDbzESUMKk1yU= +github.com/bazelbuild/bazel-gazelle v0.18.2/go.mod h1:D0ehMSbS+vesFsLGiD6JXu3mVEzOlfUl8wNnq+x/9p0= +github.com/bazelbuild/bazel-gazelle v0.19.1-0.20191105222053-70208cbdc798/go.mod h1:rPwzNHUqEzngx1iVBfO/2X2npKaT3tqPqqHW6rVsn/A= +github.com/bazelbuild/buildtools v0.0.0-20190731111112-f720930ceb60/go.mod h1:5JP0TXzWDHXv8qvxRC4InIazwdyDseBDbzESUMKk1yU= +github.com/bazelbuild/buildtools v0.0.0-20190917191645-69366ca98f89/go.mod h1:5JP0TXzWDHXv8qvxRC4InIazwdyDseBDbzESUMKk1yU= +github.com/bazelbuild/rules_go v0.0.0-20190719190356-6dae44dc5cab/go.mod h1:MC23Dc/wkXEyk3Wpq6lCqz0ZAYOZDw2DR5y3N1q2i7M= github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973 h1:xJ4a3vCFaGF/jqvzLMYoU8P317H5OQ+Via4RmuPwCS0= github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973/go.mod h1:Dwedo/Wpr24TaqPxmxbtue+5NUziq4I4S80YR8gNf3Q= github.com/bhendo/go-powershell v0.0.0-20190719160123-219e7fb4e41e h1:KCjb01YiNoRaJ5c+SbnPLWjVzU9vqRYHg3e5JcN50nM= @@ -74,6 +79,7 @@ github.com/blang/semver v3.1.0+incompatible/go.mod h1:kRBLl5iJ+tD4TcOOxsy/0fnweb github.com/blang/semver v3.5.0+incompatible h1:CGxCgetQ64DKk7rdZ++Vfnb1+ogGNnB17OJKJXD2Cfs= github.com/blang/semver v3.5.0+incompatible/go.mod h1:kRBLl5iJ+tD4TcOOxsy/0fnwebNt5EWlYSAyrTnjyyk= github.com/boltdb/bolt v1.3.1/go.mod h1:clJnj/oiGkjum5o1McbSZDSLxVThjynRyGBgiAx27Ps= +github.com/bradfitz/go-smtpd v0.0.0-20170404230938-deb6d6237625/go.mod h1:HYsPBTaaSFSlLx/70C2HPIMNZpVV8+vt/A+FMnYP11g= github.com/bronze1man/goStrongswanVici v0.0.0-20190828090544-27d02f80ba40 h1:udTfdeYqe866Z5mxTaEm5irSJK2vupyxwBOHAYEVtJo= github.com/bronze1man/goStrongswanVici v0.0.0-20190828090544-27d02f80ba40/go.mod h1:fWUtBEPt2yjrr3WFhOqvajM8JSEU8bEeBcoeSCsKRpc= github.com/buger/jsonparser v0.0.0-20180808090653-f4dd9f5a6b44/go.mod h1:bbYlZJ7hK1yFx9hf58LP0zeX7UjIGs20ufpu3evjr+s= @@ -197,6 +203,7 @@ github.com/ghodss/yaml v0.0.0-20150909031657-73d445a93680/go.mod h1:4dBDuWmgqj2H github.com/ghodss/yaml v0.0.0-20180820084758-c7ce16629ff4/go.mod h1:4dBDuWmgqj2HViK6kFavaiC9ZROes6MMH2rRYeMEF04= github.com/ghodss/yaml v1.0.0 h1:wQHKEahhL6wmXdzwWG11gIVCkOv05bNOh+Rxn0yngAk= github.com/ghodss/yaml v1.0.0/go.mod h1:4dBDuWmgqj2HViK6kFavaiC9ZROes6MMH2rRYeMEF04= +github.com/gliderlabs/ssh v0.1.1/go.mod h1:U7qILu1NlMHj9FlMhZLlkCdDnU1DBEAqr0aevW3Awn0= github.com/globalsign/mgo v0.0.0-20180905125535-1ca0a4f7cbcb/go.mod h1:xkRDCp4j0OGD1HRkm4kmhM+pmpv3AKq5SU7GMg4oO/Q= github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 h1:DujepqpGd1hyOd7aW59XpK7Qymp8iy83xq74fLr21is= github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8/go.mod h1:xkRDCp4j0OGD1HRkm4kmhM+pmpv3AKq5SU7GMg4oO/Q= @@ -224,6 +231,8 @@ github.com/go-openapi/jsonpointer v0.17.0/go.mod h1:cOnomiV+CVVwFLk0A/MExoFMjwds github.com/go-openapi/jsonpointer v0.18.0/go.mod h1:cOnomiV+CVVwFLk0A/MExoFMjwdsUdVpsRhURCKh+3M= github.com/go-openapi/jsonpointer v0.19.2 h1:A9+F4Dc/MCNB5jibxf6rRvOvR/iFgQdyNx9eIhnGqq0= github.com/go-openapi/jsonpointer v0.19.2/go.mod h1:3akKfEdA7DF1sugOqz1dVQHBcuDBPKZGEoHC/NkiQRg= +github.com/go-openapi/jsonpointer v0.19.3 h1:gihV7YNZK1iK6Tgwwsxo2rJbD1GTbdm72325Bq8FI3w= +github.com/go-openapi/jsonpointer v0.19.3/go.mod h1:Pl9vOtqEWErmShwVjC8pYs9cog34VGT37dQOVbmoatg= github.com/go-openapi/jsonreference v0.0.0-20160704190145-13c6e3589ad9/go.mod h1:W3Z9FmVs9qj+KR4zFKmDPGiLdk1D9Rlm7cyMvf57TTg= github.com/go-openapi/jsonreference v0.17.0/go.mod h1:g4xxGn04lDIRh0GJb5QlpE3HfopLOL6uZrK/VgnsK9I= github.com/go-openapi/jsonreference v0.18.0/go.mod h1:g4xxGn04lDIRh0GJb5QlpE3HfopLOL6uZrK/VgnsK9I= @@ -251,6 +260,8 @@ github.com/go-openapi/swag v0.17.0/go.mod h1:AByQ+nYG6gQg71GINrmuDXCPWdL640yX49/ github.com/go-openapi/swag v0.18.0/go.mod h1:AByQ+nYG6gQg71GINrmuDXCPWdL640yX49/kXLo40Tg= github.com/go-openapi/swag v0.19.2 h1:jvO6bCMBEilGwMfHhrd61zIID4oIFdwb76V17SM88dE= github.com/go-openapi/swag v0.19.2/go.mod h1:POnQmlKehdgb5mhVOsnJFsivZCEZ/vjK9gh66Z9tfKk= +github.com/go-openapi/swag v0.19.5 h1:lTz6Ys4CmqqCQmZPBlbQENR1/GucA2bzYTE12Pw4tFY= +github.com/go-openapi/swag v0.19.5/go.mod h1:POnQmlKehdgb5mhVOsnJFsivZCEZ/vjK9gh66Z9tfKk= github.com/go-openapi/validate v0.18.0/go.mod h1:Uh4HdOzKt19xGIGm1qHf/ofbX1YQ4Y+MYsct2VUrAJ4= github.com/go-openapi/validate v0.19.2 h1:ky5l57HjyVRrsJfd2+Ro5Z9PjGuKbsmftwyMtk8H7js= github.com/go-openapi/validate v0.19.2/go.mod h1:1tRCw7m3jtI8eNWEEliiAqUIcBztB2KDnRCRMUi7GTA= @@ -307,6 +318,7 @@ github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3/go.mod h1:JXrF4TW github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee/go.mod h1:ozx7R9SIwqmqf5pRP90DhR2Oay2UIjGuKheCBCNwAYU= github.com/golangci/gofmt v0.0.0-20181222123516-0b8337e80d98/go.mod h1:9qCChq59u/eW8im404Q2WWTrnBUQKjpNYKMbU4M7EFU= github.com/golangci/golangci-lint v1.17.1/go.mod h1:+5sJSl2h3aly+fpmL2meSP8CaSKua2E4Twi9LPy7b1g= +github.com/golangci/golangci-lint v1.18.0/go.mod h1:kaqo8l0OZKYPtjNmG4z4HrWLgcYNIJ9B9q3LWri9uLg= github.com/golangci/gosec v0.0.0-20190211064107-66fb7fc33547/go.mod h1:0qUabqiIQgfmlAmulqxyiGkkyF6/tOGSnY2cnPVwrzU= github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc/go.mod h1:e5tpTHCfVze+7EpLEozzMB3eafxo2KT5veNg1k6byQU= github.com/golangci/lint-1 v0.0.0-20190420132249-ee948d087217/go.mod h1:66R6K6P6VWk9I95jvqGxkqJxVWGFy9XlDwLwVz1RCFg= @@ -332,6 +344,8 @@ github.com/google/go-cmp v0.2.0/go.mod h1:oXzfMopK8JAjlY9xF4vHSVASa0yLyX7SntLO5a github.com/google/go-cmp v0.3.0 h1:crn/baboCvb5fXaQ0IJ1SGTsTVrWpDsCWC8EGETZijY= github.com/google/go-cmp v0.3.0/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU= github.com/google/go-containerregistry v0.0.0-20190617215043-876b8855d23c/go.mod h1:yZAFP63pRshzrEYLXLGPmUt0Ay+2zdjmMN1loCnRLUk= +github.com/google/go-github v17.0.0+incompatible/go.mod h1:zLgOLi98H3fifZn+44m+umXrS52loVEgC2AApnigrVQ= +github.com/google/go-querystring v1.0.0/go.mod h1:odCYkC5MyYFN7vkCjXpyrEuKhc/BUO6wN/zVPAxq5ck= github.com/google/gofuzz v0.0.0-20161122191042-44d81051d367/go.mod h1:HP5RmnzzSNb993RKQDq4+1A4ia9nllfqcQFTQJedwGI= github.com/google/gofuzz v1.0.0 h1:A8PeW59pxE9IoFRqBp37U+mSNaQoZ46F1f0f863XSXw= github.com/google/gofuzz v1.0.0/go.mod h1:dBl0BpW6vV/+mYPU4Po3pmUjxk6FQPldtuIdl/M65Eg= @@ -359,8 +373,9 @@ github.com/gorilla/websocket v1.4.0/go.mod h1:E7qHFY5m1UJ88s3WnNqhKjPHQ0heANvMoA github.com/gorilla/websocket v1.4.1 h1:q7AeDBpnBk8AogcD4DSag/Ukw/KV+YhzLj2bP5HvKCM= github.com/gorilla/websocket v1.4.1/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE= github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3/go.mod h1:eEOZF4jCKGi+aprrirO9e7WKB3beBRtWgqGunKl6pKE= -github.com/gregjones/httpcache v0.0.0-20170728041850-787624de3eb7 h1:6TSoaYExHper8PYsJu23GWVNOyYRCSnIFyxKgLSZ54w= -github.com/gregjones/httpcache v0.0.0-20170728041850-787624de3eb7/go.mod h1:FecbI9+v66THATjSRHfNgh1IVFe/9kFxbXtjV0ctIMA= +github.com/gostaticanalysis/analysisutil v0.0.3/go.mod h1:eEOZF4jCKGi+aprrirO9e7WKB3beBRtWgqGunKl6pKE= +github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7 h1:pdN6V1QBWetyv/0+wjACpqVH+eVULgEjkurDLq3goeM= +github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7/go.mod h1:FecbI9+v66THATjSRHfNgh1IVFe/9kFxbXtjV0ctIMA= github.com/grpc-ecosystem/go-grpc-middleware v0.0.0-20190222133341-cfaf5686ec79/go.mod h1:FiyG127CGDf3tlThmgyCl78X/SZQqEOJBCDaAfeWzPs= github.com/grpc-ecosystem/go-grpc-middleware v1.1.0 h1:THDBEeQ9xZ8JEaCLyLQqXMMdRqNr0QAUJTIkQAUtFjg= github.com/grpc-ecosystem/go-grpc-middleware v1.1.0/go.mod h1:f5nM7jw/oeRSadq3xCzHAvxcr8HZnzsqU6ILg/0NiiE= @@ -378,10 +393,8 @@ github.com/hashicorp/golang-lru v0.5.1 h1:0hERBMJE1eitiLkihrMvRVBYAkpHzc/J3QdDN+ github.com/hashicorp/golang-lru v0.5.1/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8= github.com/hashicorp/hcl v0.0.0-20180404174102-ef8a98b0bbce/go.mod h1:oZtUIOe8dh44I2q6ScRibXws4Ajl+d+nod3AaR9vL5w= github.com/hashicorp/hcl v1.0.0/go.mod h1:E5yfLk+7swimpb2L/Alb/PJmXilQ/rhwaUYs4T20WEQ= -github.com/heketi/heketi v9.0.0+incompatible/go.mod h1:bB9ly3RchcQqsQ9CpyaQwvva7RS5ytVoSoholZQON6o= -github.com/heketi/rest v0.0.0-20180404230133-aa6a65207413/go.mod h1:BeS3M108VzVlmAue3lv2WcGuPAX94/KN63MUURzbYSI= +github.com/heketi/heketi v9.0.1-0.20190917153846-c2e2a4ab7ab9+incompatible/go.mod h1:bB9ly3RchcQqsQ9CpyaQwvva7RS5ytVoSoholZQON6o= github.com/heketi/tests v0.0.0-20151005000721-f3775cbcefd6/go.mod h1:xGMAM8JLi7UkZt1i4FQeQy0R2T8GLUwQhOP5M1gBhy4= -github.com/heketi/utils v0.0.0-20170317161834-435bc5bdfa64/go.mod h1:RYlF4ghFZPPmk2TC5REt5OFwvfb6lzxFWrTWB+qs28s= github.com/hpcloud/tail v1.0.0 h1:nfCOvKYfkgYP8hkirhJocXT2+zOD8yUNjXaWfTlyFKI= github.com/hpcloud/tail v1.0.0/go.mod h1:ab1qPbhIpdTxEkNHXyeSf5vhxWSCs/tWer42PpOxQnU= github.com/imdario/mergo v0.3.5/go.mod h1:2EnlNZ0deacrJVfApfmtdGgDfMuh/nq6Ok1EcJh5FfA= @@ -390,6 +403,7 @@ github.com/imdario/mergo v0.3.7/go.mod h1:2EnlNZ0deacrJVfApfmtdGgDfMuh/nq6Ok1EcJ github.com/inconshreveable/mousetrap v1.0.0 h1:Z8tu5sraLXCXIcARxBp/8cbvlwVa7Z1NHg9XEKhtSvM= github.com/inconshreveable/mousetrap v1.0.0/go.mod h1:PxqpIevigyE2G7u3NXJIT2ANytuPF1OarO4DADm73n8= github.com/j-keck/arping v0.0.0-20160618110441-2cf9dc699c56/go.mod h1:ymszkNOg6tORTn+6F6j+Jc8TOr5osrynvN6ivFWZ2GA= +github.com/jellevandenhooff/dkim v0.0.0-20150330215556-f50fe3d243e1/go.mod h1:E0B/fFc00Y+Rasa88328GlI/XbtyysCtTHZS8h7IrBU= github.com/jetstack/cert-manager v0.7.2/go.mod h1:nbddmhjWxYGt04bxvwVGUSeLhZ2PCyNvd7MpXdq+yWY= github.com/jimstudt/http-authentication v0.0.0-20140401203705-3eca13d6893a/go.mod h1:wK6yTYYcgjHE1Z1QtXACPDjcFJyBskHEdagmnq3vsP8= github.com/jmespath/go-jmespath v0.0.0-20180206201540-c2b33e8439af h1:pmfjZENx5imkbgOkpRUYLnmbU7UEFbjtDA2hxJ1ichM= @@ -431,6 +445,7 @@ github.com/konsorten/go-windows-terminal-sequences v1.0.1/go.mod h1:T0+1ngSBFLxv github.com/kr/pretty v0.1.0 h1:L/CwN0zerZDmRFUapSPitk6f+Q3+0za1rQkzVuMiMFI= github.com/kr/pretty v0.1.0/go.mod h1:dAy3ld7l9f0ibDNOQOHHMYYIIbhfbHSm3C4ZsoJORNo= github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ= +github.com/kr/pty v1.1.3/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ= github.com/kr/pty v1.1.5/go.mod h1:9r2w37qlBe7rQ6e1fg1S/9xpWHSnaqNdHD3WcMdbPDA= github.com/kr/text v0.1.0 h1:45sCR5RtlFHMR4UwH9sdQ5TC8v0qDQCHnXt+kaKSTVE= github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI= @@ -458,10 +473,13 @@ github.com/mailru/easyjson v0.0.0-20180823135443-60711f1a8329/go.mod h1:C1wdFJiN github.com/mailru/easyjson v0.0.0-20190312143242-1de009706dbe/go.mod h1:C1wdFJiN94OJF2b5HbByQZoLdCWB1Yqtg26g4irojpc= github.com/mailru/easyjson v0.0.0-20190614124828-94de47d64c63 h1:nTT4s92Dgz2HlrB2NaMgvlfqHH39OgMhA7z3PK7PGD4= github.com/mailru/easyjson v0.0.0-20190614124828-94de47d64c63/go.mod h1:C1wdFJiN94OJF2b5HbByQZoLdCWB1Yqtg26g4irojpc= +github.com/mailru/easyjson v0.0.0-20190626092158-b2ccc519800e h1:hB2xlXdHp/pmPZq0y3QnmWAArdw9PqbmotexnWx/FU8= +github.com/mailru/easyjson v0.0.0-20190626092158-b2ccc519800e/go.mod h1:C1wdFJiN94OJF2b5HbByQZoLdCWB1Yqtg26g4irojpc= github.com/marten-seemann/qtls v0.2.3/go.mod h1:xzjG7avBwGGbdZ8dTGxlBnLArsVKLvwmjgmPuiQEcYk= github.com/mattbaird/jsonpatch v0.0.0-20171005235357-81af80346b1a/go.mod h1:M1qoD/MqPgTZIk0EWKB38wE28ACRfVcn+cU08jyArI0= github.com/mattn/go-colorable v0.0.9/go.mod h1:9vuHe8Xs5qXnSaW/c/ABM9alt+Vo+STaOChaDxuIBZU= github.com/mattn/go-isatty v0.0.3/go.mod h1:M+lRXTBqGeGNdLjl/ufCoiOlB5xdOkqRJdNxMWT7Zi4= +github.com/mattn/go-isatty v0.0.9/go.mod h1:YNRxwqDuOph6SZLI9vUUz6OYw3QyUt7WiY2yME+cCiQ= github.com/mattn/go-shellwords v1.0.3/go.mod h1:3xCvwCdWdlDJUrvuMn7Wuy9eWs4pE8vqg+NOMyg4B2o= github.com/mattn/go-shellwords v1.0.5 h1:JhhFTIOslh5ZsPrpa3Wdg8bF0WI3b44EMblmU9wIsXc= github.com/mattn/go-shellwords v1.0.5/go.mod h1:3xCvwCdWdlDJUrvuMn7Wuy9eWs4pE8vqg+NOMyg4B2o= @@ -543,7 +561,6 @@ github.com/opencontainers/selinux v1.2.2/go.mod h1:+BLncwf63G4dgOzykXAxcmnFlUaOl github.com/opentracing/opentracing-go v1.1.0/go.mod h1:UkNAQd3GIcIGf0SeVgPpRdFStlNbqXla1AfSYxPUl2o= github.com/pborman/uuid v1.2.0 h1:J7Q5mO4ysT1dv8hyrUGHb9+ooztCXu1D8MY8DZYsu3g= github.com/pborman/uuid v1.2.0/go.mod h1:X/NO0urCmaxf9VXbdlT7C2Yzkj2IKimNn4k+gtPdI/k= -github.com/pelletier/go-toml v1.0.1/go.mod h1:5z9KED0ma1S8pY6P1sdut58dfprrGBbd/94hg7ilaic= github.com/pelletier/go-toml v1.1.0/go.mod h1:5z9KED0ma1S8pY6P1sdut58dfprrGBbd/94hg7ilaic= github.com/pelletier/go-toml v1.2.0/go.mod h1:5z9KED0ma1S8pY6P1sdut58dfprrGBbd/94hg7ilaic= github.com/peterbourgon/diskv v2.0.1+incompatible h1:UBdAOUP5p4RWqPBg048CAvpKN+vxiaj6gdUUzhl4XmI= @@ -586,49 +603,49 @@ github.com/rancher/helm-controller v0.2.2 h1:MUqisy53/Ay1EYOF2uTCYBbGpgtZLNKKrI0 github.com/rancher/helm-controller v0.2.2/go.mod h1:0JkL0UjxddNbT4FmLoESarD4Mz8xzA5YlejqJ/U4g+8= github.com/rancher/kine v0.2.5 h1:UE0HrxloO95zPEXYN/n8Rwejx276fc7s8I5JbJcLdmY= github.com/rancher/kine v0.2.5/go.mod h1:SdBUuE7e3XyrJvdBxCl9TMMapF+wyZnMZSP/H59OqNE= -github.com/rancher/kubernetes v1.16.3-k3s.2 h1:ZTWennBcWuLPTXrkaiUHePkbC255cFWfyskhKTvgSbQ= -github.com/rancher/kubernetes v1.16.3-k3s.2/go.mod h1:hJd0X6w7E/MiE7PcDp11XHhdgQBYc33vP+WtTJqG/AU= -github.com/rancher/kubernetes/staging/src/k8s.io/api v1.16.3-k3s.2 h1:YLifnJCBROKtAIa4IzRr7GpuhGOKngOh6TOSynkSR6c= -github.com/rancher/kubernetes/staging/src/k8s.io/api v1.16.3-k3s.2/go.mod h1:cHpnPcbNeE90PrTRnTu13OM+FN+ROt82odVbEh++81o= -github.com/rancher/kubernetes/staging/src/k8s.io/apiextensions-apiserver v1.16.3-k3s.2 h1:JY2EnKqEWkk9H9M+cDsFjdyha3kiEg+Sm2FaIfw43Kc= -github.com/rancher/kubernetes/staging/src/k8s.io/apiextensions-apiserver v1.16.3-k3s.2/go.mod h1:tXCXeG1YI6F9buUotzmBdjCRCJfM0xfoNX5782iBQPA= -github.com/rancher/kubernetes/staging/src/k8s.io/apimachinery v1.16.3-k3s.2 h1:F+iNcKS5f6cFP4HCuGulrsX5XIkUnVhrRBQwUy01t2c= -github.com/rancher/kubernetes/staging/src/k8s.io/apimachinery v1.16.3-k3s.2/go.mod h1:I9gveEHn8RBUsRZ1zR7UbePt/ySCzzxsG1dWwpKNN5E= -github.com/rancher/kubernetes/staging/src/k8s.io/apiserver v1.16.3-k3s.2 h1:uubKL8nnyggE4Awnq/bEG3kbMXHqVgVAKwloIjx/rDE= -github.com/rancher/kubernetes/staging/src/k8s.io/apiserver v1.16.3-k3s.2/go.mod h1:+c9OY4l2MPZsWcuJPzAJfdMb6wpt6srdvgaOEvuSfcA= -github.com/rancher/kubernetes/staging/src/k8s.io/cli-runtime v1.16.3-k3s.2 h1:vK1aUS/JUJFDwU4qyenj7Hs0Yn939Yjm2GYb2fU9a+Y= -github.com/rancher/kubernetes/staging/src/k8s.io/cli-runtime v1.16.3-k3s.2/go.mod h1:nBogvbgjMgo7AeVA6CuqVO13LVIfmlQ11t6xzAJdBN8= -github.com/rancher/kubernetes/staging/src/k8s.io/client-go v1.16.3-k3s.2 h1:hw7fMQvfu9GUo0VB2Zr3uGIS6cpcO8eXI5kRCOA3yQI= -github.com/rancher/kubernetes/staging/src/k8s.io/client-go v1.16.3-k3s.2/go.mod h1:GiGfbsjtP4tOW6zgpL8/vCUoyXAV5+9X2onLursPi08= -github.com/rancher/kubernetes/staging/src/k8s.io/cloud-provider v1.16.3-k3s.2 h1:sxkzhrY0W3ArlaDRhdXETKaGUcuTRNrLyGpz9a4cIz8= -github.com/rancher/kubernetes/staging/src/k8s.io/cloud-provider v1.16.3-k3s.2/go.mod h1:77Vtl0d5SOrs6vqwqhZZQakDEovGSm2rRqtpTeteqcQ= -github.com/rancher/kubernetes/staging/src/k8s.io/cluster-bootstrap v1.16.3-k3s.2 h1:25KINRQ4J0IvOoLOOKCDfrtgDLQwO9JrkesWhidayNU= -github.com/rancher/kubernetes/staging/src/k8s.io/cluster-bootstrap v1.16.3-k3s.2/go.mod h1:Gwev4EWWC1Yfr0gBTJR0n8FYLsIdRu4ARubU6hXRadU= -github.com/rancher/kubernetes/staging/src/k8s.io/code-generator v1.16.3-k3s.2 h1:8ug4gFo0A2XgWbfFIMp23FHvRpHpSMU18+c3Hrvjs+s= -github.com/rancher/kubernetes/staging/src/k8s.io/code-generator v1.16.3-k3s.2/go.mod h1:uzCZz0cC/uXDgpjpMZ7lFzglGU/9tXyTiPDcX92d6OI= -github.com/rancher/kubernetes/staging/src/k8s.io/component-base v1.16.3-k3s.2 h1:/VvUz2MHNr4iev8rEX5QdgmR65dx0xuPEX8AJ6fmnPI= -github.com/rancher/kubernetes/staging/src/k8s.io/component-base v1.16.3-k3s.2/go.mod h1:spPP+vRNS8EsnNNIhFCZTTuRO3XhV1WoF18HJySoZn8= -github.com/rancher/kubernetes/staging/src/k8s.io/cri-api v1.16.3-k3s.2 h1:l6XrWm8nFZzYvzBCZcFV3Pg5gQEPybmbbsKCbsOEKbY= -github.com/rancher/kubernetes/staging/src/k8s.io/cri-api v1.16.3-k3s.2/go.mod h1:FuWtYjatYStosiEepg0w/7/QrG0T/HMh/FA5T/8AIP8= -github.com/rancher/kubernetes/staging/src/k8s.io/csi-translation-lib v1.16.3-k3s.2 h1:D7G2V9PpqSoZp/G29fq/Ku/bDS97kVrJToGAL4g41uE= -github.com/rancher/kubernetes/staging/src/k8s.io/csi-translation-lib v1.16.3-k3s.2/go.mod h1:w51XnEBJkmGEjUGylUXL1TezQIc0JYndQCsVkQMHjKA= -github.com/rancher/kubernetes/staging/src/k8s.io/kube-aggregator v1.16.3-k3s.2 h1:emqhboeLGg77x58OgRd4s34Z5NYGgI9oOnTavOggfkA= -github.com/rancher/kubernetes/staging/src/k8s.io/kube-aggregator v1.16.3-k3s.2/go.mod h1:ttKFRQ6/4l0mjLwPJ/Ccn9k/vc/6y5dJ98r88NLLiGw= -github.com/rancher/kubernetes/staging/src/k8s.io/kube-controller-manager v1.16.3-k3s.2 h1:7aFs4v2tVrcNoxXQMUWCNPLpFyeJBkEwJ7+M3MhTgnU= -github.com/rancher/kubernetes/staging/src/k8s.io/kube-controller-manager v1.16.3-k3s.2/go.mod h1:Wm4X9LSXr3uszFEajh8M75iyxHdjOKSp0LCL4TIp7UQ= -github.com/rancher/kubernetes/staging/src/k8s.io/kube-proxy v1.16.3-k3s.2 h1:aYRgJRhg4arLYoC4ZJ9TBsYnalwK/VsnVwGgvCJCsZk= -github.com/rancher/kubernetes/staging/src/k8s.io/kube-proxy v1.16.3-k3s.2/go.mod h1:8btekvQmHgyy4XTchusVAW/mQIPE+hVLn61sZ/epsAA= -github.com/rancher/kubernetes/staging/src/k8s.io/kube-scheduler v1.16.3-k3s.2 h1:hip70UvopsCeMJkM1WdSYKwBSrsT3oQBxFwPSoG84N8= -github.com/rancher/kubernetes/staging/src/k8s.io/kube-scheduler v1.16.3-k3s.2/go.mod h1:sBq5nR6KVpfnkBsj4RjOQhw0j5yOtLHXIX2Dz5uZQmw= -github.com/rancher/kubernetes/staging/src/k8s.io/kubectl v1.16.3-k3s.2 h1:wum75Xtwlqwthrzl++MsKkpZO+hszgKHBMnvKsXzIUI= -github.com/rancher/kubernetes/staging/src/k8s.io/kubectl v1.16.3-k3s.2/go.mod h1:b4UoBV6BbZRU3F2VDqLsXqWFeNUhT2EtirOINqUzgOs= -github.com/rancher/kubernetes/staging/src/k8s.io/kubelet v1.16.3-k3s.2 h1:FYbGv8/8jks7PddNnoRUvNwGl3MjHn+wji77v2rPOEY= -github.com/rancher/kubernetes/staging/src/k8s.io/kubelet v1.16.3-k3s.2/go.mod h1:4Sbo2Vn3tAIZpwx4YIp+SushTtzzzabVrg9Tq4rrImM= -github.com/rancher/kubernetes/staging/src/k8s.io/legacy-cloud-providers v1.16.3-k3s.2 h1:/bsCg/dYAaBHryIgOF0ehzmX937wBw6PY4MRNPzAFD4= -github.com/rancher/kubernetes/staging/src/k8s.io/legacy-cloud-providers v1.16.3-k3s.2/go.mod h1:OpqDei2/Qdg+5YGQYPiEuQ4vlFoiAJy0Ysn8aLKP7Cs= -github.com/rancher/kubernetes/staging/src/k8s.io/metrics v1.16.3-k3s.2 h1:a4w6EvftjGSpAVYZXQzf5YY3B/s8+JkSxIhyejdXFLo= -github.com/rancher/kubernetes/staging/src/k8s.io/metrics v1.16.3-k3s.2/go.mod h1:vQHTmz0IaEb7/OXPSor1uga8Er0V+2M5aSdXG832NbU= -github.com/rancher/kubernetes/staging/src/k8s.io/sample-apiserver v1.16.3-k3s.2/go.mod h1:E3i4wscD52Qj6PEcgUjvCd81Tl6Mghk1GHtEzoaaqwU= +github.com/rancher/kubernetes v1.16.6-k3s1 h1:3LvyZo2S4iuUCxEYiTjQIaPtihJRSgo/yj0MZIaZoOo= +github.com/rancher/kubernetes v1.16.6-k3s1/go.mod h1:rO6tSgbJjbo6lLkrq4jryUaXqZ2PdDJjzWXKZQmLfnQ= +github.com/rancher/kubernetes/staging/src/k8s.io/api v1.16.6-k3s1 h1:OHhxEgFBwBd/nPvG80AIiYSGQVoZ4febZikXeEjla9s= +github.com/rancher/kubernetes/staging/src/k8s.io/api v1.16.6-k3s1/go.mod h1:hF711SYP9H3Bqm/pquHb7I9hmYCbyZmz7AZRaXu1rqE= +github.com/rancher/kubernetes/staging/src/k8s.io/apiextensions-apiserver v1.16.6-k3s1 h1:nmEKXOy39DNxMheEejEp/fLX6whoaxoNgWn/ODRQQf8= +github.com/rancher/kubernetes/staging/src/k8s.io/apiextensions-apiserver v1.16.6-k3s1/go.mod h1:tgdT6XViTwovQJbImrkxwgdnsylHzrf3lvcCyQ5Vih8= +github.com/rancher/kubernetes/staging/src/k8s.io/apimachinery v1.16.6-k3s1 h1:zfwb8/rLehK/QOfi1P73HCCy513WtDoTqaIRgLqhC0c= +github.com/rancher/kubernetes/staging/src/k8s.io/apimachinery v1.16.6-k3s1/go.mod h1:gcx9OaubFwFXn2LHNWpTc4r84h8kL0zzzSpFhFdJk1g= +github.com/rancher/kubernetes/staging/src/k8s.io/apiserver v1.16.6-k3s1 h1:1I0IUHy0r43WmcVAZ1ji7XosgTzpQw+fOicjF6tzFWw= +github.com/rancher/kubernetes/staging/src/k8s.io/apiserver v1.16.6-k3s1/go.mod h1:5ni83rgm8ec66125A8PLvYRZujijZWyagVC3A3kTVxY= +github.com/rancher/kubernetes/staging/src/k8s.io/cli-runtime v1.16.6-k3s1 h1:mxrOsBL1KozNJEZ7NAHu2gsEOCBM+i6HFMnbqHuM184= +github.com/rancher/kubernetes/staging/src/k8s.io/cli-runtime v1.16.6-k3s1/go.mod h1:VpFACNqiYpPtmofpGz77fAfDTDyOnbvU0rJ2CpM40A4= +github.com/rancher/kubernetes/staging/src/k8s.io/client-go v1.16.6-k3s1 h1:nIDT+Q28cFCtEIdArFhAb1/vDBbDIrEGQo1pM0/Ii14= +github.com/rancher/kubernetes/staging/src/k8s.io/client-go v1.16.6-k3s1/go.mod h1:ha/1XT6rx/Pb2npurCZUK4clbOha0bQM+u9w+VlQf98= +github.com/rancher/kubernetes/staging/src/k8s.io/cloud-provider v1.16.6-k3s1 h1:JvsfpFS3GOvv6SJtU8j1q/VpG1hHKYpeZhyDjLt6kGU= +github.com/rancher/kubernetes/staging/src/k8s.io/cloud-provider v1.16.6-k3s1/go.mod h1:mkOG2NRE3z5O+q3d1mmg3DiltNAqprjQWCJEqS941Sk= +github.com/rancher/kubernetes/staging/src/k8s.io/cluster-bootstrap v1.16.6-k3s1 h1:H3M/NAb36CV8rGpEvf6Tm5jUTzZFR5f9K+sgIEZpQm4= +github.com/rancher/kubernetes/staging/src/k8s.io/cluster-bootstrap v1.16.6-k3s1/go.mod h1:l7tRtjxOLJVHBKW+bdNxDGKGfNW4rZK+2+JNCaVS2sY= +github.com/rancher/kubernetes/staging/src/k8s.io/code-generator v1.16.6-k3s1 h1:ByfOlCM/fpJq9viWfJT+z73wpLZclCR1I4P/sBUNcP8= +github.com/rancher/kubernetes/staging/src/k8s.io/code-generator v1.16.6-k3s1/go.mod h1:NGKAKVVCPZfxLuxWsZkKhNhR72LMUeb77PBsUc00HHE= +github.com/rancher/kubernetes/staging/src/k8s.io/component-base v1.16.6-k3s1 h1:LsZTbTlFeXC7YyE8G6Uc/9keHM4G+FVahcjWsr90Yp8= +github.com/rancher/kubernetes/staging/src/k8s.io/component-base v1.16.6-k3s1/go.mod h1:f4FAu7hsUOeHiLm8TTj5sA9RbgPp4cMYiMD7III70Uc= +github.com/rancher/kubernetes/staging/src/k8s.io/cri-api v1.16.6-k3s1 h1:2Y7KyoMAJsQ67Las2ZTF8q7m/PEUWHuh1ylxobEC9OU= +github.com/rancher/kubernetes/staging/src/k8s.io/cri-api v1.16.6-k3s1/go.mod h1:cBkf5Pgf0kssF+HGNYRkpkOLu2WYWB5OugNuN1DDCTI= +github.com/rancher/kubernetes/staging/src/k8s.io/csi-translation-lib v1.16.6-k3s1 h1:M4y0NMT5/Qb7p1eWyvDrDrEhyL6m344QKRxigjDHIK4= +github.com/rancher/kubernetes/staging/src/k8s.io/csi-translation-lib v1.16.6-k3s1/go.mod h1:74gMNDhIex44m9pwyDxvegJ/1iwIV+GeY4vnqW+elB0= +github.com/rancher/kubernetes/staging/src/k8s.io/kube-aggregator v1.16.6-k3s1 h1:LZvB/XWKj49po/VHjRbfwG5nS7+HbQiJS+lwKfa76Pk= +github.com/rancher/kubernetes/staging/src/k8s.io/kube-aggregator v1.16.6-k3s1/go.mod h1:dyU7jPslQdL95RNVzpjl9+owb71I/f+nnYrK5K0Wdb0= +github.com/rancher/kubernetes/staging/src/k8s.io/kube-controller-manager v1.16.6-k3s1 h1:32pXJequLPRcn4TWHqdO3dQaWjeEpVa9XI1IW9+D3dk= +github.com/rancher/kubernetes/staging/src/k8s.io/kube-controller-manager v1.16.6-k3s1/go.mod h1:FrrkxvHzedrKyAIOTcAJjBonY3PstmNd+OlcwBg+j3Y= +github.com/rancher/kubernetes/staging/src/k8s.io/kube-proxy v1.16.6-k3s1 h1:yASyXKJYeZwGTSxiXqzKoFzFr5HyOawf/TbYdeXvMxE= +github.com/rancher/kubernetes/staging/src/k8s.io/kube-proxy v1.16.6-k3s1/go.mod h1:xy5tBvt9vGo0qIyDI+z0lQRj4FBPmDvVTCkB1vnKg4w= +github.com/rancher/kubernetes/staging/src/k8s.io/kube-scheduler v1.16.6-k3s1 h1:xW0++jdeXWM8qBaCjszJdK8HKTO0RvWWA4fShyMBuHU= +github.com/rancher/kubernetes/staging/src/k8s.io/kube-scheduler v1.16.6-k3s1/go.mod h1:jqwAYW696VyYRvVNjjqC4MYV0N6SiKdfx+nyfPlIwqM= +github.com/rancher/kubernetes/staging/src/k8s.io/kubectl v1.16.6-k3s1 h1:nvefS3GBoXckxcrnA6+6hA6RdvByGoEFq+efXVxJmC8= +github.com/rancher/kubernetes/staging/src/k8s.io/kubectl v1.16.6-k3s1/go.mod h1:QIE9UT7/T0mRj6PEW/cluXgJUcZOqed8ww4tukgvKj0= +github.com/rancher/kubernetes/staging/src/k8s.io/kubelet v1.16.6-k3s1 h1:iwgBXF8Qjc79dFBCVH4htymJ6PFa2Hvku8sLQoawXlM= +github.com/rancher/kubernetes/staging/src/k8s.io/kubelet v1.16.6-k3s1/go.mod h1:TYwPJHyAg97PV1XzgDrp/il12tZ5cwWHT6tECzCEwG0= +github.com/rancher/kubernetes/staging/src/k8s.io/legacy-cloud-providers v1.16.6-k3s1 h1:zvPAZtTxRbHolcedVj+k6UByZ3R2t2frHWeaysvfWK8= +github.com/rancher/kubernetes/staging/src/k8s.io/legacy-cloud-providers v1.16.6-k3s1/go.mod h1:KIjeTACS7ioxWYG+eqydDWB4aov6ofTCVwHgTRLsTek= +github.com/rancher/kubernetes/staging/src/k8s.io/metrics v1.16.6-k3s1 h1:0b//a1bB1DSFjrWY7OaXm2K+sjScOpEbi6fhwrY8xKY= +github.com/rancher/kubernetes/staging/src/k8s.io/metrics v1.16.6-k3s1/go.mod h1:pM/0ywERZODloMTAJKiUWRfmKBEhCf8oWgzBm1N5M/o= +github.com/rancher/kubernetes/staging/src/k8s.io/sample-apiserver v1.16.6-k3s1/go.mod h1:0UFeNCG39wNOWlDZdmxwT/wvLX8ZjRT3zY1/FYoXctE= github.com/rancher/moq v0.0.0-20190404221404-ee5226d43009 h1:Xsxh7fX3+2wAUJtPy8g2lZh0cYuyifqhBL0vxCIYojs= github.com/rancher/moq v0.0.0-20190404221404-ee5226d43009/go.mod h1:wpITyDPTi/Na5h73XkbuEf2AP9fbgrIGqqxVzFhYD6U= github.com/rancher/remotedialer v0.2.0 h1:xD7t3K6JYwTdAsxmGtTHQMkEkFgKouQ1foLxVW424Dc= @@ -690,6 +707,8 @@ github.com/spf13/pflag v0.0.0-20170130214245-9ff6c6923cff/go.mod h1:DYY7MBk1bdzu github.com/spf13/pflag v1.0.1/go.mod h1:DYY7MBk1bdzusC3SYhjObp+wFpr4gzcvqqNjLnInEg4= github.com/spf13/pflag v1.0.3 h1:zPAT6CGy6wXeQ7NtTnaTerfKOsV6V6F8agHXFiazDkg= 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.0.2/go.mod h1:A8kyI5cUJhb8N+3pkfONlcEcZbueH6nhAm0Fq7SrnBM= github.com/spf13/viper v1.3.2/go.mod h1:ZiWeW+zYFKm7srdB9IoDzzZXaJaI5eL9QjNiN/DMA2s= github.com/storageos/go-api v0.0.0-20180912212459-343b3eff91fc/go.mod h1:ZrLn+e0ZuF3Y65PNF6dIwbJPZqfmtCXxFm9ckv0agOY= @@ -705,6 +724,7 @@ github.com/stretchr/testify v1.4.0/go.mod h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81P github.com/syndtr/gocapability v0.0.0-20160928074757-e7cb7fa329f4/go.mod h1:hkRG7XYTFWNJGYcbNJQlaLq0fg1yr4J4t/NcTQtrfww= github.com/syndtr/gocapability v0.0.0-20170704070218-db04d3cc01c8 h1:zLV6q4e8Jv9EHjNg/iHfzwDkCve6Ua5jCygptrtXHvI= github.com/syndtr/gocapability v0.0.0-20170704070218-db04d3cc01c8/go.mod h1:hkRG7XYTFWNJGYcbNJQlaLq0fg1yr4J4t/NcTQtrfww= +github.com/tarm/serial v0.0.0-20180830185346-98f6abe2eb07/go.mod h1:kDXzergiv9cbyO7IOYJZWg1U88JhDg3PB6klq9Hg2pA= github.com/tchap/go-patricia v2.3.0+incompatible h1:GkY4dP3cEfEASBPPkWd+AmjYxhmDkqO9/zg7R0lSQRs= github.com/tchap/go-patricia v2.3.0+incompatible/go.mod h1:bmLyhP68RS6kStMGxByiQ23RP/odRBOTVjwp2cDyi6I= github.com/tektoncd/pipeline v0.4.0/go.mod h1:IZzJdiX9EqEMuUcgdnElozdYYRh0/ZRC+NKMLj1K3Yw= @@ -712,10 +732,13 @@ github.com/theckman/go-flock v0.7.1 h1:YdJyIjDuQdEU7voZ9YaeXSO4OnrxdI+WejPUwyZ/T github.com/theckman/go-flock v0.7.1/go.mod h1:kjuth3y9VJ2aNlkNEO99G/8lp9fMIKaGyBmh84IBheM= github.com/thecodeteam/goscaleio v0.1.0/go.mod h1:68sdkZAsK8bvEwBlbQnlLS+xU+hvLYM/iQ8KXej1AwM= github.com/timakin/bodyclose v0.0.0-20190407043127-4a873e97b2bb/go.mod h1:Qimiffbc6q9tBWlVV6x0P9sat/ao1xEkREYPPj9hphk= +github.com/timakin/bodyclose v0.0.0-20190721030226-87058b9bfcec/go.mod h1:Qimiffbc6q9tBWlVV6x0P9sat/ao1xEkREYPPj9hphk= 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 h1:LnC5Kc/wtumK+WB441p7ynQJzVuNRJiqddSIE3IlSEQ= github.com/tmc/grpc-websocket-proxy v0.0.0-20190109142713-0ad062ec5ee5/go.mod h1:ncp9v5uamzpCO7NfCPTXjqaC+bZgJeR0sMTm6dMHP7U= github.com/ugorji/go/codec v0.0.0-20181204163529-d75b2dcb6bc8/go.mod h1:VFNgLljTbGfSG7qAOspJ7OScBnGdDN/yBr0sguwnwf0= +github.com/ultraware/funlen v0.0.1/go.mod h1:Dp4UiAus7Wdb9KUZsYWZEWiRzGuM2kXM1lPbfaF6xhA= +github.com/ultraware/funlen v0.0.2/go.mod h1:Dp4UiAus7Wdb9KUZsYWZEWiRzGuM2kXM1lPbfaF6xhA= github.com/urfave/cli v0.0.0-20171014202726-7bc6a0acffa5/go.mod h1:70zkFmudgCuE/ngEzBv17Jvp/497gISqfk5gWijbERA= github.com/urfave/cli v1.20.0/go.mod h1:70zkFmudgCuE/ngEzBv17Jvp/497gISqfk5gWijbERA= github.com/urfave/cli v1.21.0 h1:wYSSj06510qPIzGSua9ZqsncMmWE3Zr55KBERygyrxE= @@ -756,6 +779,8 @@ go.uber.org/multierr v1.1.0/go.mod h1:wR5kodmAFQ0UK8QlbwjlSNy0Z68gJhDJUG5sjR94q/ go.uber.org/zap v0.0.0-20180814183419-67bc79d13d15/go.mod h1:vwi/ZaCAaUcBkycHslxD9B2zi4UTXhF60s6SWpuDF0Q= go.uber.org/zap v1.10.0 h1:ORx85nbTijNz8ljznvCMR1ZBIPKFn3jQrag10X2AsuM= go.uber.org/zap v1.10.0/go.mod h1:vwi/ZaCAaUcBkycHslxD9B2zi4UTXhF60s6SWpuDF0Q= +go4.org v0.0.0-20180809161055-417644f6feb5/go.mod h1:MkTOUMDaeVYJUOUsaDXIhWPZYa1yOyC1qaOBpL57BhE= +golang.org/x/build v0.0.0-20190927031335-2835ba2e683f/go.mod h1:fYw7AShPAhGMdXqA9gRadk/CcMsvLlClpE5oBwnS3dM= golang.org/x/crypto v0.0.0-20180426230345-b49d69b5da94/go.mod h1:6SG95UA2DQfeDnfUPMdvaQW0Q7yPrPDi9nlGo2tz2b4= golang.org/x/crypto v0.0.0-20181009213950-7c1a557ab941/go.mod h1:6SG95UA2DQfeDnfUPMdvaQW0Q7yPrPDi9nlGo2tz2b4= golang.org/x/crypto v0.0.0-20181203042331-505ab145d0a9/go.mod h1:6SG95UA2DQfeDnfUPMdvaQW0Q7yPrPDi9nlGo2tz2b4= @@ -765,9 +790,12 @@ golang.org/x/crypto v0.0.0-20190228161510-8dd112bcdc25/go.mod h1:djNgcEr1/C05ACk golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w= golang.org/x/crypto v0.0.0-20190313024323-a1f597ede03a/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w= golang.org/x/crypto v0.0.0-20190320223903-b7391e95e576/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w= +golang.org/x/crypto v0.0.0-20190424203555-c05e17bb3b2d/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= golang.org/x/crypto v0.0.0-20190510104115-cbcb75029529/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= golang.org/x/crypto v0.0.0-20190611184440-5c40567a22f8 h1:1wopBVtVdWnn03fZelqdXTqk7U7zPQCb+T4rbU9ZEoU= golang.org/x/crypto v0.0.0-20190611184440-5c40567a22f8/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= +golang.org/x/crypto v0.0.0-20190820162420-60c769a6c586 h1:7KByu05hhLed2MO29w7p1XfZvZ13m8mub3shuVftRs0= +golang.org/x/crypto v0.0.0-20190820162420-60c769a6c586/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= 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-20190312203227-4b39c73a6495 h1:I6A9Ag9FpEKOjcKrRNjQkPHawoXIhKyTGfvvjFAiiAk= @@ -800,29 +828,36 @@ golang.org/x/net v0.0.0-20190320064053-1272bf9dcd53/go.mod h1:t9HGtf8HONx5eT2rtn golang.org/x/net v0.0.0-20190328230028-74de082e2cca/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg= golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg= golang.org/x/net v0.0.0-20190501004415-9ce7a6920f09/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg= +golang.org/x/net v0.0.0-20190502183928-7f726cade0ab/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg= golang.org/x/net v0.0.0-20190503192946-f4e77d36d62c/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg= golang.org/x/net v0.0.0-20190613194153-d28f0bde5980/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= +golang.org/x/net v0.0.0-20190620200207-3b0461eec859/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20190812203447-cdfb69ac37fc h1:gkKoSkUmnU6bpS/VhkuO27bzQeSA51uaEfbOW5dNb68= golang.org/x/net v0.0.0-20190812203447-cdfb69ac37fc/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= +golang.org/x/net v0.0.0-20191004110552-13f9640d40b9 h1:rjwSpXsdiK0dV8/Naq3kAw9ymfAeJIyd0upUIElB+lI= +golang.org/x/net v0.0.0-20191004110552-13f9640d40b9/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= 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-20190402181905-9f3314589c9a/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw= golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45 h1:SVwTIAaPC2U/AvvLNZ2a7OVsmBpC8L5BlwK1whH3hm0= golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw= +golang.org/x/perf v0.0.0-20180704124530-6e6d33e29852/go.mod h1:JLpeXjPJfIyPr5TlbXLkXWLhP8nz10XfvxElABhCtcw= 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-20190423024810-112230192c58 h1:8gQV6CLnAEikrhgkHFbMAEhagSSnXWGV915qUMm9mrU= golang.org/x/sync v0.0.0-20190423024810-112230192c58/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= +golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e h1:vcxGaoTs7kV8m5Np9uUNQin4BrLOthgV7252N8V+FwY= +golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sys v0.0.0-20170830134202-bb24a47a89ea/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20171026204733-164713f0dfce/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= golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= -golang.org/x/sys v0.0.0-20181004145325-8469e314837c/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-20181205085412-a5c9d58dba9a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= +golang.org/x/sys v0.0.0-20190122071731-054c452bb702/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20190124100055-b90733256f2e/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20190209173611-3b5209105503/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= @@ -832,9 +867,11 @@ golang.org/x/sys v0.0.0-20190321052220-f7bb7a8bee54/go.mod h1:h1NjWce9XRLGQEsW7w golang.org/x/sys v0.0.0-20190412213103-97732733099d/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-20190502175342-a43fa875dd82/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20190507160741-ecd444e8653b/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20190616124812-15dcb6c0061f/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20190730183949-1393eb018365/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= +golang.org/x/sys v0.0.0-20190813064441-fde4db37ae7a/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20190916202348-b4ddaad3f8a3 h1:7TYNF4UdlohbFwpNH04CoPMp1cHUZgO1Ebq5r2hIjfo= golang.org/x/sys v0.0.0-20190916202348-b4ddaad3f8a3/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/text v0.0.0-20160726164857-2910a502d2bf/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= @@ -846,9 +883,9 @@ golang.org/x/text v0.3.2/go.mod h1:bEr9sfX3Q8Zfm5fL9x+3itogRgK3+ptLWKqgva+5dAk= golang.org/x/time v0.0.0-20181108054448-85acf8d2951c/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= golang.org/x/time v0.0.0-20190308202827-9d24e82272b4 h1:SvFZT6jyqRaOeXpc5h/JSfZenJ2O330aBsf7JfSUXmQ= golang.org/x/time v0.0.0-20190308202827-9d24e82272b4/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= -golang.org/x/tools v0.0.0-20170824195420-5d2fd3ccab98/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= golang.org/x/tools v0.0.0-20170915040203-e531a2a1c15f/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= 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-20181011042414-1f849cf54d09/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= golang.org/x/tools v0.0.0-20181030221726-6c7e314b6563/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= @@ -857,6 +894,7 @@ golang.org/x/tools v0.0.0-20181221001348-537d06c36207/go.mod h1:n7NCudcB/nEzxVGm 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-20190121143147-24cd39ecf745/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= +golang.org/x/tools v0.0.0-20190122202912-9c309ee22fab/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= @@ -871,6 +909,10 @@ golang.org/x/tools v0.0.0-20190524140312-2c0ae7006135/go.mod h1:RgjU9mgBXZiqYHBn golang.org/x/tools v0.0.0-20190614205625-5aca471b1d59/go.mod h1:/rFqwRUd4F7ZHNgwSSTFct+R/Kf4OFW1sUzUTQQTgfc= golang.org/x/tools v0.0.0-20190621195816-6e04913cbbac h1:MQEvx39qSf8vyrx3XRaOe+j1UDIzKwkYOVObRgGPVqI= golang.org/x/tools v0.0.0-20190621195816-6e04913cbbac/go.mod h1:/rFqwRUd4F7ZHNgwSSTFct+R/Kf4OFW1sUzUTQQTgfc= +golang.org/x/tools v0.0.0-20190909030654-5b82db07426d/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= +golang.org/x/tools v0.0.0-20190920225731-5eefd052ad72 h1:bw9doJza/SFBEweII/rHQh338oozWyiFsBRHtrflcws= +golang.org/x/tools v0.0.0-20190920225731-5eefd052ad72/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= +golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= gonum.org/v1/gonum v0.0.0-20190331200053-3d26580ed485 h1:OB/uP/Puiu5vS5QMRPrXCDWUPb+kt8f1KW8oQzFejQw= gonum.org/v1/gonum v0.0.0-20190331200053-3d26580ed485/go.mod h1:2ltnJ7xHfj0zHS40VVPYEAAMTa3ZGguvHGBSJeRWqE0= gonum.org/v1/netlib v0.0.0-20190313105609-8cb42192e0e0/go.mod h1:wa6Ws7BG/ESfp6dHfk7C6KdzKA7wR7u/rKwOGE66zvw= @@ -904,7 +946,6 @@ gopkg.in/fsnotify.v1 v1.4.7/go.mod h1:Tz8NjZHkW78fSQdbUxIjBTcgA1z1m8ZHf0WmKUhAMy gopkg.in/gcfg.v1 v1.2.0 h1:0HIbH907iBTAntm+88IJV2qmJALDAh8sPekI9Vc1fm0= gopkg.in/gcfg.v1 v1.2.0/go.mod h1:yesOnuUOFQAhST5vPY4nbZsb/huCgGGXlipJsBn0b3o= gopkg.in/gemnasium/logrus-airbrake-hook.v2 v2.1.2/go.mod h1:Xk6kEKp8OKb+X14hQBKWaSkCsqBpgog8nAV2xsGOxlo= -gopkg.in/inf.v0 v0.9.0/go.mod h1:cWUDdTG/fYaXco+Dcufb5Vnc6Gp2YChqWtbxRZE0mXw= gopkg.in/inf.v0 v0.9.1 h1:73M5CoZyi3ZLMOyDlQh031Cx6N9NDJ2Vvfl76EDAgDc= gopkg.in/inf.v0 v0.9.1/go.mod h1:cWUDdTG/fYaXco+Dcufb5Vnc6Gp2YChqWtbxRZE0mXw= gopkg.in/mcuadros/go-syslog.v2 v2.2.1/go.mod h1:l5LPIyOOyIdQquNg+oU6Z3524YwrcqEm0aKH+5zpt2U= @@ -931,6 +972,7 @@ gotest.tools v2.1.0+incompatible/go.mod h1:DsYFclhRJ6vuDpmuTbkuFWG+y2sxOXAzmJt81 gotest.tools v2.2.0+incompatible h1:VsBPFP1AI068pPrMxtb/S8Zkgf9xEmTLJjfM+P5UIEo= gotest.tools v2.2.0+incompatible/go.mod h1:DsYFclhRJ6vuDpmuTbkuFWG+y2sxOXAzmJt81HFBacw= gotest.tools/gotestsum v0.3.5/go.mod h1:Mnf3e5FUzXbkCfynWBGOwLssY7gTQgCHObK9tMpAriY= +grpc.go4.org v0.0.0-20170609214715-11d0a25b4919/go.mod h1:77eQGdRu53HpSqPFJFmuJdjuHRquDANNeA4x7B8WQ9o= 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= @@ -944,12 +986,12 @@ k8s.io/heapster v1.2.0-beta.1 h1:lUsE/AHOMHpi3MLlBEkaU8Esxm5QhdyCrv1o7ot0s84= k8s.io/heapster v1.2.0-beta.1/go.mod h1:h1uhptVXMwC8xtZBYsPXKVi8fpdlYkTs6k949KozGrM= k8s.io/klog v0.0.0-20181102134211-b9b56d5dfc92/go.mod h1:Gq+BEi5rUBO/HRz0bTSXDUcqjScdoY3a9IHpCEIOOfk= k8s.io/klog v0.3.0/go.mod h1:Gq+BEi5rUBO/HRz0bTSXDUcqjScdoY3a9IHpCEIOOfk= -k8s.io/klog v0.4.0 h1:lCJCxf/LIowc2IGS9TPjWDyXY4nOmdGdfcwwDQCOURQ= -k8s.io/klog v0.4.0/go.mod h1:4Bi6QPql/J/LkTDqv7R/cd3hPo4k2DG6Ptcz060Ez5I= +k8s.io/klog v1.0.0 h1:Pt+yjF5aB1xDSVbau4VsWe+dQNzA0qv1LlXdC2dF6Q8= +k8s.io/klog v1.0.0/go.mod h1:4Bi6QPql/J/LkTDqv7R/cd3hPo4k2DG6Ptcz060Ez5I= k8s.io/kube-openapi v0.0.0-20190502190224-411b2483e503/go.mod h1:iU+ZGYsNlvU9XKUSso6SQfKTCCw7lFduMZy26Mgr2Fw= k8s.io/kube-openapi v0.0.0-20190816220812-743ec37842bf h1:EYm5AW/UUDbnmnI+gK0TJDVK9qPLhM+sRHYanNKw0EQ= k8s.io/kube-openapi v0.0.0-20190816220812-743ec37842bf/go.mod h1:1TqjTSzOxsLGIKfj0lK8EeCP7K1iUG65v09OM0/WG5E= -k8s.io/repo-infra v0.0.0-20181204233714-00fe14e3d1a3/go.mod h1:+G1xBfZDfVFsm1Tj/HNCvg4QqWx8rJ2Fxpqr1rqp/gQ= +k8s.io/repo-infra v0.0.1-alpha.1/go.mod h1:wO1t9WaB99V80ljbeENTnayuEEwNZt7gECYh/CEyOJ8= k8s.io/utils v0.0.0-20190506122338-8fab8cb257d5/go.mod h1:sZAwmy6armz5eXlNoLmJcl4F1QuKu7sr+mFQ0byX7Ew= k8s.io/utils v0.0.0-20190801114015-581e00157fb1/go.mod h1:sZAwmy6armz5eXlNoLmJcl4F1QuKu7sr+mFQ0byX7Ew= k8s.io/utils v0.0.0-20190829053155-3a4a5477acf8 h1:khtxGxwSe3nyReEEggzTwQigMT3g40enrlivMlMeaGY= @@ -966,8 +1008,8 @@ sigs.k8s.io/kustomize v2.0.3+incompatible h1:JUufWFNlI44MdtnjUqVnvh29rR37PQFzPbL sigs.k8s.io/kustomize v2.0.3+incompatible/go.mod h1:MkjgH3RdOWrievjo6c9T245dYlB5QeXV4WCbnt/PEpU= sigs.k8s.io/structured-merge-diff v0.0.0-20190426204423-ea680f03cc65/go.mod h1:wWxsB5ozmmv/SG7nM11ayaAW51xMvak/t1r0CSlcokI= sigs.k8s.io/structured-merge-diff v0.0.0-20190525122527-15d366b2352e/go.mod h1:wWxsB5ozmmv/SG7nM11ayaAW51xMvak/t1r0CSlcokI= -sigs.k8s.io/structured-merge-diff v0.0.0-20190817042607-6149e4549fca h1:6dsH6AYQWbyZmtttJNe8Gq1cXOeS1BdV3eW37zHilAQ= -sigs.k8s.io/structured-merge-diff v0.0.0-20190817042607-6149e4549fca/go.mod h1:IIgPezJWb76P0hotTxzDbWsMYB8APh18qZnxkomBpxA= +sigs.k8s.io/structured-merge-diff v1.0.1 h1:LOs1LZWMsz1xs77Phr/pkB4LFaavH7IVq/3+WTN9XTA= +sigs.k8s.io/structured-merge-diff v1.0.1/go.mod h1:IIgPezJWb76P0hotTxzDbWsMYB8APh18qZnxkomBpxA= sigs.k8s.io/yaml v1.1.0 h1:4A07+ZFc2wgJwo8YNlQpr1rVlgUDlxXHhPJciaPY5gs= sigs.k8s.io/yaml v1.1.0/go.mod h1:UJmg0vDUVViEyp3mgSv9WPwZCDxu4rQW1olrI1uml+o= sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4/go.mod h1:ketZ/q3QxT9HOBeFhu6RdvsftgpsbFHBF5Cas6cDKZ0= diff --git a/vendor/github.com/go-openapi/jsonpointer/go.mod b/vendor/github.com/go-openapi/jsonpointer/go.mod index 422045df2d..3e45e225b5 100644 --- a/vendor/github.com/go-openapi/jsonpointer/go.mod +++ b/vendor/github.com/go-openapi/jsonpointer/go.mod @@ -1,6 +1,9 @@ module github.com/go-openapi/jsonpointer require ( - github.com/go-openapi/swag v0.19.2 + github.com/go-openapi/swag v0.19.5 + github.com/mailru/easyjson v0.0.0-20190626092158-b2ccc519800e // indirect github.com/stretchr/testify v1.3.0 ) + +go 1.13 diff --git a/vendor/github.com/go-openapi/jsonpointer/go.sum b/vendor/github.com/go-openapi/jsonpointer/go.sum index f5e28beb4b..953d4f354e 100644 --- a/vendor/github.com/go-openapi/jsonpointer/go.sum +++ b/vendor/github.com/go-openapi/jsonpointer/go.sum @@ -1,8 +1,8 @@ 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/go-openapi/swag v0.19.2 h1:jvO6bCMBEilGwMfHhrd61zIID4oIFdwb76V17SM88dE= -github.com/go-openapi/swag v0.19.2/go.mod h1:POnQmlKehdgb5mhVOsnJFsivZCEZ/vjK9gh66Z9tfKk= +github.com/go-openapi/swag v0.19.5 h1:lTz6Ys4CmqqCQmZPBlbQENR1/GucA2bzYTE12Pw4tFY= +github.com/go-openapi/swag v0.19.5/go.mod h1:POnQmlKehdgb5mhVOsnJFsivZCEZ/vjK9gh66Z9tfKk= github.com/kr/pretty v0.1.0 h1:L/CwN0zerZDmRFUapSPitk6f+Q3+0za1rQkzVuMiMFI= github.com/kr/pretty v0.1.0/go.mod h1:dAy3ld7l9f0ibDNOQOHHMYYIIbhfbHSm3C4ZsoJORNo= github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ= @@ -10,6 +10,8 @@ github.com/kr/text v0.1.0 h1:45sCR5RtlFHMR4UwH9sdQ5TC8v0qDQCHnXt+kaKSTVE= github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI= github.com/mailru/easyjson v0.0.0-20190614124828-94de47d64c63 h1:nTT4s92Dgz2HlrB2NaMgvlfqHH39OgMhA7z3PK7PGD4= github.com/mailru/easyjson v0.0.0-20190614124828-94de47d64c63/go.mod h1:C1wdFJiN94OJF2b5HbByQZoLdCWB1Yqtg26g4irojpc= +github.com/mailru/easyjson v0.0.0-20190626092158-b2ccc519800e h1:hB2xlXdHp/pmPZq0y3QnmWAArdw9PqbmotexnWx/FU8= +github.com/mailru/easyjson v0.0.0-20190626092158-b2ccc519800e/go.mod h1:C1wdFJiN94OJF2b5HbByQZoLdCWB1Yqtg26g4irojpc= 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/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME= diff --git a/vendor/github.com/go-openapi/jsonpointer/pointer.go b/vendor/github.com/go-openapi/jsonpointer/pointer.go index fe2d6ee574..b284eb77a6 100644 --- a/vendor/github.com/go-openapi/jsonpointer/pointer.go +++ b/vendor/github.com/go-openapi/jsonpointer/pointer.go @@ -135,7 +135,7 @@ func getSingleImpl(node interface{}, decodedToken string, nameProvider *swag.Nam kv := reflect.ValueOf(decodedToken) mv := rValue.MapIndex(kv) - if mv.IsValid() && !swag.IsZero(mv) { + if mv.IsValid() { return mv.Interface(), kind, nil } return nil, kind, fmt.Errorf("object has no key %q", decodedToken) diff --git a/vendor/github.com/go-openapi/swag/.gitignore b/vendor/github.com/go-openapi/swag/.gitignore index 5862205eec..d69b53accc 100644 --- a/vendor/github.com/go-openapi/swag/.gitignore +++ b/vendor/github.com/go-openapi/swag/.gitignore @@ -1,3 +1,4 @@ secrets.yml vendor Godeps +.idea diff --git a/vendor/github.com/go-openapi/swag/convert.go b/vendor/github.com/go-openapi/swag/convert.go index 4e446ff703..7da35c316e 100644 --- a/vendor/github.com/go-openapi/swag/convert.go +++ b/vendor/github.com/go-openapi/swag/convert.go @@ -39,11 +39,12 @@ func IsFloat64AJSONInteger(f float64) bool { diff := math.Abs(f - g) // more info: https://floating-point-gui.de/errors/comparison/#look-out-for-edge-cases - if f == g { // best case + switch { + case f == g: // best case return true - } else if f == float64(int64(f)) || f == float64(uint64(f)) { // optimistic case + case f == float64(int64(f)) || f == float64(uint64(f)): // optimistic case return true - } else if f == 0 || g == 0 || diff < math.SmallestNonzeroFloat64 { // very close to 0 values + case f == 0 || g == 0 || diff < math.SmallestNonzeroFloat64: // very close to 0 values return diff < (epsilon * math.SmallestNonzeroFloat64) } // check the relative error diff --git a/vendor/github.com/go-openapi/swag/json.go b/vendor/github.com/go-openapi/swag/json.go index 62ab15e540..edf93d84c6 100644 --- a/vendor/github.com/go-openapi/swag/json.go +++ b/vendor/github.com/go-openapi/swag/json.go @@ -99,7 +99,7 @@ func ConcatJSON(blobs ...[]byte) []byte { last := len(blobs) - 1 for blobs[last] == nil || bytes.Equal(blobs[last], nullJSON) { // strips trailing null objects - last = last - 1 + last-- if last < 0 { // there was nothing but "null"s or nil... return nil diff --git a/vendor/github.com/go-openapi/swag/util.go b/vendor/github.com/go-openapi/swag/util.go index 87488273dd..9eac16afb2 100644 --- a/vendor/github.com/go-openapi/swag/util.go +++ b/vendor/github.com/go-openapi/swag/util.go @@ -28,6 +28,14 @@ var initialisms []string var isInitialism func(string) bool +// GoNamePrefixFunc sets an optional rule to prefix go names +// which do not start with a letter. +// +// e.g. to help converting "123" into "{prefix}123" +// +// The default is to prefix with "X" +var GoNamePrefixFunc func(string) string + func init() { // Taken from https://github.com/golang/lint/blob/3390df4df2787994aea98de825b964ac7944b817/lint.go#L732-L769 var configuredInitialisms = map[string]bool{ @@ -288,8 +296,17 @@ func ToGoName(name string) string { } if len(result) > 0 { - if !unicode.IsUpper([]rune(result)[0]) { - result = "X" + result + // Only prefix with X when the first character isn't an ascii letter + first := []rune(result)[0] + if !unicode.IsLetter(first) || (first > unicode.MaxASCII && !unicode.IsUpper(first)) { + if GoNamePrefixFunc == nil { + return "X" + result + } + result = GoNamePrefixFunc(name) + result + } + first = []rune(result)[0] + if unicode.IsLetter(first) && !unicode.IsUpper(first) { + result = string(append([]rune{unicode.ToUpper(first)}, []rune(result)[1:]...)) } } diff --git a/vendor/github.com/go-openapi/swag/yaml.go b/vendor/github.com/go-openapi/swag/yaml.go index 435e2948eb..ec96914405 100644 --- a/vendor/github.com/go-openapi/swag/yaml.go +++ b/vendor/github.com/go-openapi/swag/yaml.go @@ -143,19 +143,43 @@ func (s *JSONMapItem) UnmarshalEasyJSON(in *jlexer.Lexer) { } func transformData(input interface{}) (out interface{}, err error) { + format := func(t interface{}) (string, error) { + switch k := t.(type) { + case string: + return k, nil + case uint: + return strconv.FormatUint(uint64(k), 10), nil + case uint8: + return strconv.FormatUint(uint64(k), 10), nil + case uint16: + return strconv.FormatUint(uint64(k), 10), nil + case uint32: + return strconv.FormatUint(uint64(k), 10), nil + case uint64: + return strconv.FormatUint(k, 10), nil + case int: + return strconv.Itoa(k), nil + case int8: + return strconv.FormatInt(int64(k), 10), nil + case int16: + return strconv.FormatInt(int64(k), 10), nil + case int32: + return strconv.FormatInt(int64(k), 10), nil + case int64: + return strconv.FormatInt(k, 10), nil + default: + return "", fmt.Errorf("unexpected map key type, got: %T", k) + } + } + switch in := input.(type) { case yaml.MapSlice: o := make(JSONMapSlice, len(in)) for i, mi := range in { var nmi JSONMapItem - switch k := mi.Key.(type) { - case string: - nmi.Key = k - case int: - nmi.Key = strconv.Itoa(k) - default: - return nil, fmt.Errorf("types don't match expect map key string or int got: %T", mi.Key) + if nmi.Key, err = format(mi.Key); err != nil { + return nil, err } v, ert := transformData(mi.Value) @@ -170,13 +194,8 @@ func transformData(input interface{}) (out interface{}, err error) { o := make(JSONMapSlice, 0, len(in)) for ke, va := range in { var nmi JSONMapItem - switch k := ke.(type) { - case string: - nmi.Key = k - case int: - nmi.Key = strconv.Itoa(k) - default: - return nil, fmt.Errorf("types don't match expect map key string or int got: %T", ke) + if nmi.Key, err = format(ke); err != nil { + return nil, err } v, ert := transformData(va) diff --git a/vendor/github.com/gregjones/httpcache/.travis.yml b/vendor/github.com/gregjones/httpcache/.travis.yml index 2bca4c599f..b5ffbe03d8 100644 --- a/vendor/github.com/gregjones/httpcache/.travis.yml +++ b/vendor/github.com/gregjones/httpcache/.travis.yml @@ -4,6 +4,7 @@ go: - 1.6.x - 1.7.x - 1.8.x + - 1.9.x - master matrix: allow_failures: diff --git a/vendor/github.com/gregjones/httpcache/README.md b/vendor/github.com/gregjones/httpcache/README.md index 61bd830e57..09c9e7c173 100644 --- a/vendor/github.com/gregjones/httpcache/README.md +++ b/vendor/github.com/gregjones/httpcache/README.md @@ -3,7 +3,7 @@ httpcache [![Build Status](https://travis-ci.org/gregjones/httpcache.svg?branch=master)](https://travis-ci.org/gregjones/httpcache) [![GoDoc](https://godoc.org/github.com/gregjones/httpcache?status.svg)](https://godoc.org/github.com/gregjones/httpcache) -Package httpcache provides a http.RoundTripper implementation that works as a mostly RFC-compliant cache for http responses. +Package httpcache provides a http.RoundTripper implementation that works as a mostly [RFC 7234](https://tools.ietf.org/html/rfc7234) compliant cache for http responses. It is only suitable for use as a 'private' cache (i.e. for a web-browser or an API-client and not for a shared proxy). @@ -17,6 +17,7 @@ Cache Backends - [`github.com/gregjones/httpcache/leveldbcache`](https://github.com/gregjones/httpcache/tree/master/leveldbcache) provides a filesystem-backed cache using [leveldb](https://github.com/syndtr/goleveldb/leveldb). - [`github.com/die-net/lrucache`](https://github.com/die-net/lrucache) provides an in-memory cache that will evict least-recently used entries. - [`github.com/die-net/lrucache/twotier`](https://github.com/die-net/lrucache/tree/master/twotier) allows caches to be combined, for example to use lrucache above with a persistent disk-cache. +- [`github.com/birkelund/boltdbcache`](https://github.com/birkelund/boltdbcache) provides a BoltDB implementation (based on the [bbolt](https://github.com/coreos/bbolt) fork). License ------- diff --git a/vendor/github.com/gregjones/httpcache/httpcache.go b/vendor/github.com/gregjones/httpcache/httpcache.go index 8239edc2cb..f6a2ec4a53 100644 --- a/vendor/github.com/gregjones/httpcache/httpcache.go +++ b/vendor/github.com/gregjones/httpcache/httpcache.go @@ -10,7 +10,6 @@ import ( "bufio" "bytes" "errors" - "fmt" "io" "io/ioutil" "net/http" @@ -41,7 +40,11 @@ type Cache interface { // cacheKey returns the cache key for req. func cacheKey(req *http.Request) string { - return req.URL.String() + if req.Method == http.MethodGet { + return req.URL.String() + } else { + return req.Method + " " + req.URL.String() + } } // CachedResponse returns the cached http.Response for req if present, and nil @@ -189,16 +192,11 @@ func (t *Transport) RoundTrip(req *http.Request) (resp *http.Response, err error for _, header := range endToEndHeaders { cachedResp.Header[header] = resp.Header[header] } - cachedResp.Status = fmt.Sprintf("%d %s", http.StatusOK, http.StatusText(http.StatusOK)) - cachedResp.StatusCode = http.StatusOK - resp = cachedResp } else if (err != nil || (cachedResp != nil && resp.StatusCode >= 500)) && req.Method == "GET" && canStaleOnError(cachedResp.Header, req.Header) { // In case of transport failure and stale-if-error activated, returns cached content // when available - cachedResp.Status = fmt.Sprintf("%d %s", http.StatusOK, http.StatusText(http.StatusOK)) - cachedResp.StatusCode = http.StatusOK return cachedResp, nil } else { if err != nil || resp.StatusCode != http.StatusOK { diff --git a/vendor/github.com/spf13/pflag/.travis.yml b/vendor/github.com/spf13/pflag/.travis.yml index f8a63b308b..00d04cb9b0 100644 --- a/vendor/github.com/spf13/pflag/.travis.yml +++ b/vendor/github.com/spf13/pflag/.travis.yml @@ -3,8 +3,9 @@ sudo: false language: go go: - - 1.7.3 - - 1.8.1 + - 1.9.x + - 1.10.x + - 1.11.x - tip matrix: @@ -12,7 +13,7 @@ matrix: - go: tip install: - - go get github.com/golang/lint/golint + - go get golang.org/x/lint/golint - export PATH=$GOPATH/bin:$PATH - go install ./... diff --git a/vendor/github.com/spf13/pflag/README.md b/vendor/github.com/spf13/pflag/README.md index b052414d12..7eacc5bdbe 100644 --- a/vendor/github.com/spf13/pflag/README.md +++ b/vendor/github.com/spf13/pflag/README.md @@ -86,8 +86,8 @@ fmt.Println("ip has value ", *ip) fmt.Println("flagvar has value ", flagvar) ``` -There are helpers function to get values later if you have the FlagSet but -it was difficult to keep up with all of the flag pointers in your code. +There are helper functions available to get the value stored in a Flag if you have a FlagSet but find +it difficult to keep up with all of the pointers in your code. If you have a pflag.FlagSet with a flag called 'flagname' of type int you can use GetInt() to get the int value. But notice that 'flagname' must exist and it must be an int. GetString("flagname") will fail. diff --git a/vendor/github.com/spf13/pflag/bool_slice.go b/vendor/github.com/spf13/pflag/bool_slice.go index 5af02f1a75..3731370d6a 100644 --- a/vendor/github.com/spf13/pflag/bool_slice.go +++ b/vendor/github.com/spf13/pflag/bool_slice.go @@ -71,6 +71,44 @@ func (s *boolSliceValue) String() string { return "[" + out + "]" } +func (s *boolSliceValue) fromString(val string) (bool, error) { + return strconv.ParseBool(val) +} + +func (s *boolSliceValue) toString(val bool) string { + return strconv.FormatBool(val) +} + +func (s *boolSliceValue) Append(val string) error { + i, err := s.fromString(val) + if err != nil { + return err + } + *s.value = append(*s.value, i) + return nil +} + +func (s *boolSliceValue) Replace(val []string) error { + out := make([]bool, len(val)) + for i, d := range val { + var err error + out[i], err = s.fromString(d) + if err != nil { + return err + } + } + *s.value = out + return nil +} + +func (s *boolSliceValue) GetSlice() []string { + out := make([]string, len(*s.value)) + for i, d := range *s.value { + out[i] = s.toString(d) + } + return out +} + func boolSliceConv(val string) (interface{}, error) { val = strings.Trim(val, "[]") // Empty string would cause a slice with one (empty) entry diff --git a/vendor/github.com/spf13/pflag/count.go b/vendor/github.com/spf13/pflag/count.go index aa126e44d1..a0b2679f71 100644 --- a/vendor/github.com/spf13/pflag/count.go +++ b/vendor/github.com/spf13/pflag/count.go @@ -46,7 +46,7 @@ func (f *FlagSet) GetCount(name string) (int, error) { // CountVar defines a count flag with specified name, default value, and usage string. // The argument p points to an int variable in which to store the value of the flag. -// A count flag will add 1 to its value evey time it is found on the command line +// A count flag will add 1 to its value every time it is found on the command line func (f *FlagSet) CountVar(p *int, name string, usage string) { f.CountVarP(p, name, "", usage) } @@ -69,7 +69,7 @@ func CountVarP(p *int, name, shorthand string, usage string) { // Count defines a count flag with specified name, default value, and usage string. // The return value is the address of an int variable that stores the value of the flag. -// A count flag will add 1 to its value evey time it is found on the command line +// A count flag will add 1 to its value every time it is found on the command line func (f *FlagSet) Count(name string, usage string) *int { p := new(int) f.CountVarP(p, name, "", usage) diff --git a/vendor/github.com/spf13/pflag/duration_slice.go b/vendor/github.com/spf13/pflag/duration_slice.go index 52c6b6dc10..badadda53f 100644 --- a/vendor/github.com/spf13/pflag/duration_slice.go +++ b/vendor/github.com/spf13/pflag/duration_slice.go @@ -51,6 +51,44 @@ func (s *durationSliceValue) String() string { return "[" + strings.Join(out, ",") + "]" } +func (s *durationSliceValue) fromString(val string) (time.Duration, error) { + return time.ParseDuration(val) +} + +func (s *durationSliceValue) toString(val time.Duration) string { + return fmt.Sprintf("%s", val) +} + +func (s *durationSliceValue) Append(val string) error { + i, err := s.fromString(val) + if err != nil { + return err + } + *s.value = append(*s.value, i) + return nil +} + +func (s *durationSliceValue) Replace(val []string) error { + out := make([]time.Duration, len(val)) + for i, d := range val { + var err error + out[i], err = s.fromString(d) + if err != nil { + return err + } + } + *s.value = out + return nil +} + +func (s *durationSliceValue) GetSlice() []string { + out := make([]string, len(*s.value)) + for i, d := range *s.value { + out[i] = s.toString(d) + } + return out +} + func durationSliceConv(val string) (interface{}, error) { val = strings.Trim(val, "[]") // Empty string would cause a slice with one (empty) entry diff --git a/vendor/github.com/spf13/pflag/flag.go b/vendor/github.com/spf13/pflag/flag.go index 9beeda8ecc..24a5036e95 100644 --- a/vendor/github.com/spf13/pflag/flag.go +++ b/vendor/github.com/spf13/pflag/flag.go @@ -57,9 +57,9 @@ that give one-letter shorthands for flags. You can use these by appending var ip = flag.IntP("flagname", "f", 1234, "help message") var flagvar bool func init() { - flag.BoolVarP("boolname", "b", true, "help message") + flag.BoolVarP(&flagvar, "boolname", "b", true, "help message") } - flag.VarP(&flagVar, "varname", "v", 1234, "help message") + flag.VarP(&flagval, "varname", "v", "help message") Shorthand letters can be used with single dashes on the command line. Boolean shorthand flags can be combined with other shorthand flags. @@ -190,6 +190,18 @@ type Value interface { Type() string } +// SliceValue is a secondary interface to all flags which hold a list +// of values. This allows full control over the value of list flags, +// and avoids complicated marshalling and unmarshalling to csv. +type SliceValue interface { + // Append adds the specified value to the end of the flag value list. + Append(string) error + // Replace will fully overwrite any data currently in the flag value list. + Replace([]string) error + // GetSlice returns the flag value list as an array of strings. + GetSlice() []string +} + // sortFlags returns the flags as a slice in lexicographical sorted order. func sortFlags(flags map[NormalizedName]*Flag) []*Flag { list := make(sort.StringSlice, len(flags)) diff --git a/vendor/github.com/spf13/pflag/float32_slice.go b/vendor/github.com/spf13/pflag/float32_slice.go new file mode 100644 index 0000000000..caa352741a --- /dev/null +++ b/vendor/github.com/spf13/pflag/float32_slice.go @@ -0,0 +1,174 @@ +package pflag + +import ( + "fmt" + "strconv" + "strings" +) + +// -- float32Slice Value +type float32SliceValue struct { + value *[]float32 + changed bool +} + +func newFloat32SliceValue(val []float32, p *[]float32) *float32SliceValue { + isv := new(float32SliceValue) + isv.value = p + *isv.value = val + return isv +} + +func (s *float32SliceValue) Set(val string) error { + ss := strings.Split(val, ",") + out := make([]float32, len(ss)) + for i, d := range ss { + var err error + var temp64 float64 + temp64, err = strconv.ParseFloat(d, 32) + if err != nil { + return err + } + out[i] = float32(temp64) + + } + if !s.changed { + *s.value = out + } else { + *s.value = append(*s.value, out...) + } + s.changed = true + return nil +} + +func (s *float32SliceValue) Type() string { + return "float32Slice" +} + +func (s *float32SliceValue) String() string { + out := make([]string, len(*s.value)) + for i, d := range *s.value { + out[i] = fmt.Sprintf("%f", d) + } + return "[" + strings.Join(out, ",") + "]" +} + +func (s *float32SliceValue) fromString(val string) (float32, error) { + t64, err := strconv.ParseFloat(val, 32) + if err != nil { + return 0, err + } + return float32(t64), nil +} + +func (s *float32SliceValue) toString(val float32) string { + return fmt.Sprintf("%f", val) +} + +func (s *float32SliceValue) Append(val string) error { + i, err := s.fromString(val) + if err != nil { + return err + } + *s.value = append(*s.value, i) + return nil +} + +func (s *float32SliceValue) Replace(val []string) error { + out := make([]float32, len(val)) + for i, d := range val { + var err error + out[i], err = s.fromString(d) + if err != nil { + return err + } + } + *s.value = out + return nil +} + +func (s *float32SliceValue) GetSlice() []string { + out := make([]string, len(*s.value)) + for i, d := range *s.value { + out[i] = s.toString(d) + } + return out +} + +func float32SliceConv(val string) (interface{}, error) { + val = strings.Trim(val, "[]") + // Empty string would cause a slice with one (empty) entry + if len(val) == 0 { + return []float32{}, nil + } + ss := strings.Split(val, ",") + out := make([]float32, len(ss)) + for i, d := range ss { + var err error + var temp64 float64 + temp64, err = strconv.ParseFloat(d, 32) + if err != nil { + return nil, err + } + out[i] = float32(temp64) + + } + return out, nil +} + +// GetFloat32Slice return the []float32 value of a flag with the given name +func (f *FlagSet) GetFloat32Slice(name string) ([]float32, error) { + val, err := f.getFlagType(name, "float32Slice", float32SliceConv) + if err != nil { + return []float32{}, err + } + return val.([]float32), nil +} + +// Float32SliceVar defines a float32Slice flag with specified name, default value, and usage string. +// The argument p points to a []float32 variable in which to store the value of the flag. +func (f *FlagSet) Float32SliceVar(p *[]float32, name string, value []float32, usage string) { + f.VarP(newFloat32SliceValue(value, p), name, "", usage) +} + +// Float32SliceVarP is like Float32SliceVar, but accepts a shorthand letter that can be used after a single dash. +func (f *FlagSet) Float32SliceVarP(p *[]float32, name, shorthand string, value []float32, usage string) { + f.VarP(newFloat32SliceValue(value, p), name, shorthand, usage) +} + +// Float32SliceVar defines a float32[] flag with specified name, default value, and usage string. +// The argument p points to a float32[] variable in which to store the value of the flag. +func Float32SliceVar(p *[]float32, name string, value []float32, usage string) { + CommandLine.VarP(newFloat32SliceValue(value, p), name, "", usage) +} + +// Float32SliceVarP is like Float32SliceVar, but accepts a shorthand letter that can be used after a single dash. +func Float32SliceVarP(p *[]float32, name, shorthand string, value []float32, usage string) { + CommandLine.VarP(newFloat32SliceValue(value, p), name, shorthand, usage) +} + +// Float32Slice defines a []float32 flag with specified name, default value, and usage string. +// The return value is the address of a []float32 variable that stores the value of the flag. +func (f *FlagSet) Float32Slice(name string, value []float32, usage string) *[]float32 { + p := []float32{} + f.Float32SliceVarP(&p, name, "", value, usage) + return &p +} + +// Float32SliceP is like Float32Slice, but accepts a shorthand letter that can be used after a single dash. +func (f *FlagSet) Float32SliceP(name, shorthand string, value []float32, usage string) *[]float32 { + p := []float32{} + f.Float32SliceVarP(&p, name, shorthand, value, usage) + return &p +} + +// Float32Slice defines a []float32 flag with specified name, default value, and usage string. +// The return value is the address of a []float32 variable that stores the value of the flag. +func Float32Slice(name string, value []float32, usage string) *[]float32 { + return CommandLine.Float32SliceP(name, "", value, usage) +} + +// Float32SliceP is like Float32Slice, but accepts a shorthand letter that can be used after a single dash. +func Float32SliceP(name, shorthand string, value []float32, usage string) *[]float32 { + return CommandLine.Float32SliceP(name, shorthand, value, usage) +} diff --git a/vendor/github.com/spf13/pflag/float64_slice.go b/vendor/github.com/spf13/pflag/float64_slice.go new file mode 100644 index 0000000000..85bf3073d5 --- /dev/null +++ b/vendor/github.com/spf13/pflag/float64_slice.go @@ -0,0 +1,166 @@ +package pflag + +import ( + "fmt" + "strconv" + "strings" +) + +// -- float64Slice Value +type float64SliceValue struct { + value *[]float64 + changed bool +} + +func newFloat64SliceValue(val []float64, p *[]float64) *float64SliceValue { + isv := new(float64SliceValue) + isv.value = p + *isv.value = val + return isv +} + +func (s *float64SliceValue) Set(val string) error { + ss := strings.Split(val, ",") + out := make([]float64, len(ss)) + for i, d := range ss { + var err error + out[i], err = strconv.ParseFloat(d, 64) + if err != nil { + return err + } + + } + if !s.changed { + *s.value = out + } else { + *s.value = append(*s.value, out...) + } + s.changed = true + return nil +} + +func (s *float64SliceValue) Type() string { + return "float64Slice" +} + +func (s *float64SliceValue) String() string { + out := make([]string, len(*s.value)) + for i, d := range *s.value { + out[i] = fmt.Sprintf("%f", d) + } + return "[" + strings.Join(out, ",") + "]" +} + +func (s *float64SliceValue) fromString(val string) (float64, error) { + return strconv.ParseFloat(val, 64) +} + +func (s *float64SliceValue) toString(val float64) string { + return fmt.Sprintf("%f", val) +} + +func (s *float64SliceValue) Append(val string) error { + i, err := s.fromString(val) + if err != nil { + return err + } + *s.value = append(*s.value, i) + return nil +} + +func (s *float64SliceValue) Replace(val []string) error { + out := make([]float64, len(val)) + for i, d := range val { + var err error + out[i], err = s.fromString(d) + if err != nil { + return err + } + } + *s.value = out + return nil +} + +func (s *float64SliceValue) GetSlice() []string { + out := make([]string, len(*s.value)) + for i, d := range *s.value { + out[i] = s.toString(d) + } + return out +} + +func float64SliceConv(val string) (interface{}, error) { + val = strings.Trim(val, "[]") + // Empty string would cause a slice with one (empty) entry + if len(val) == 0 { + return []float64{}, nil + } + ss := strings.Split(val, ",") + out := make([]float64, len(ss)) + for i, d := range ss { + var err error + out[i], err = strconv.ParseFloat(d, 64) + if err != nil { + return nil, err + } + + } + return out, nil +} + +// GetFloat64Slice return the []float64 value of a flag with the given name +func (f *FlagSet) GetFloat64Slice(name string) ([]float64, error) { + val, err := f.getFlagType(name, "float64Slice", float64SliceConv) + if err != nil { + return []float64{}, err + } + return val.([]float64), nil +} + +// Float64SliceVar defines a float64Slice flag with specified name, default value, and usage string. +// The argument p points to a []float64 variable in which to store the value of the flag. +func (f *FlagSet) Float64SliceVar(p *[]float64, name string, value []float64, usage string) { + f.VarP(newFloat64SliceValue(value, p), name, "", usage) +} + +// Float64SliceVarP is like Float64SliceVar, but accepts a shorthand letter that can be used after a single dash. +func (f *FlagSet) Float64SliceVarP(p *[]float64, name, shorthand string, value []float64, usage string) { + f.VarP(newFloat64SliceValue(value, p), name, shorthand, usage) +} + +// Float64SliceVar defines a float64[] flag with specified name, default value, and usage string. +// The argument p points to a float64[] variable in which to store the value of the flag. +func Float64SliceVar(p *[]float64, name string, value []float64, usage string) { + CommandLine.VarP(newFloat64SliceValue(value, p), name, "", usage) +} + +// Float64SliceVarP is like Float64SliceVar, but accepts a shorthand letter that can be used after a single dash. +func Float64SliceVarP(p *[]float64, name, shorthand string, value []float64, usage string) { + CommandLine.VarP(newFloat64SliceValue(value, p), name, shorthand, usage) +} + +// Float64Slice defines a []float64 flag with specified name, default value, and usage string. +// The return value is the address of a []float64 variable that stores the value of the flag. +func (f *FlagSet) Float64Slice(name string, value []float64, usage string) *[]float64 { + p := []float64{} + f.Float64SliceVarP(&p, name, "", value, usage) + return &p +} + +// Float64SliceP is like Float64Slice, but accepts a shorthand letter that can be used after a single dash. +func (f *FlagSet) Float64SliceP(name, shorthand string, value []float64, usage string) *[]float64 { + p := []float64{} + f.Float64SliceVarP(&p, name, shorthand, value, usage) + return &p +} + +// Float64Slice defines a []float64 flag with specified name, default value, and usage string. +// The return value is the address of a []float64 variable that stores the value of the flag. +func Float64Slice(name string, value []float64, usage string) *[]float64 { + return CommandLine.Float64SliceP(name, "", value, usage) +} + +// Float64SliceP is like Float64Slice, but accepts a shorthand letter that can be used after a single dash. +func Float64SliceP(name, shorthand string, value []float64, usage string) *[]float64 { + return CommandLine.Float64SliceP(name, shorthand, value, usage) +} diff --git a/vendor/github.com/spf13/pflag/go.mod b/vendor/github.com/spf13/pflag/go.mod new file mode 100644 index 0000000000..b2287eec13 --- /dev/null +++ b/vendor/github.com/spf13/pflag/go.mod @@ -0,0 +1,3 @@ +module github.com/spf13/pflag + +go 1.12 diff --git a/vendor/github.com/spf13/pflag/go.sum b/vendor/github.com/spf13/pflag/go.sum new file mode 100644 index 0000000000..e69de29bb2 diff --git a/vendor/github.com/spf13/pflag/int32_slice.go b/vendor/github.com/spf13/pflag/int32_slice.go new file mode 100644 index 0000000000..ff128ff06d --- /dev/null +++ b/vendor/github.com/spf13/pflag/int32_slice.go @@ -0,0 +1,174 @@ +package pflag + +import ( + "fmt" + "strconv" + "strings" +) + +// -- int32Slice Value +type int32SliceValue struct { + value *[]int32 + changed bool +} + +func newInt32SliceValue(val []int32, p *[]int32) *int32SliceValue { + isv := new(int32SliceValue) + isv.value = p + *isv.value = val + return isv +} + +func (s *int32SliceValue) Set(val string) error { + ss := strings.Split(val, ",") + out := make([]int32, len(ss)) + for i, d := range ss { + var err error + var temp64 int64 + temp64, err = strconv.ParseInt(d, 0, 32) + if err != nil { + return err + } + out[i] = int32(temp64) + + } + if !s.changed { + *s.value = out + } else { + *s.value = append(*s.value, out...) + } + s.changed = true + return nil +} + +func (s *int32SliceValue) Type() string { + return "int32Slice" +} + +func (s *int32SliceValue) String() string { + out := make([]string, len(*s.value)) + for i, d := range *s.value { + out[i] = fmt.Sprintf("%d", d) + } + return "[" + strings.Join(out, ",") + "]" +} + +func (s *int32SliceValue) fromString(val string) (int32, error) { + t64, err := strconv.ParseInt(val, 0, 32) + if err != nil { + return 0, err + } + return int32(t64), nil +} + +func (s *int32SliceValue) toString(val int32) string { + return fmt.Sprintf("%d", val) +} + +func (s *int32SliceValue) Append(val string) error { + i, err := s.fromString(val) + if err != nil { + return err + } + *s.value = append(*s.value, i) + return nil +} + +func (s *int32SliceValue) Replace(val []string) error { + out := make([]int32, len(val)) + for i, d := range val { + var err error + out[i], err = s.fromString(d) + if err != nil { + return err + } + } + *s.value = out + return nil +} + +func (s *int32SliceValue) GetSlice() []string { + out := make([]string, len(*s.value)) + for i, d := range *s.value { + out[i] = s.toString(d) + } + return out +} + +func int32SliceConv(val string) (interface{}, error) { + val = strings.Trim(val, "[]") + // Empty string would cause a slice with one (empty) entry + if len(val) == 0 { + return []int32{}, nil + } + ss := strings.Split(val, ",") + out := make([]int32, len(ss)) + for i, d := range ss { + var err error + var temp64 int64 + temp64, err = strconv.ParseInt(d, 0, 32) + if err != nil { + return nil, err + } + out[i] = int32(temp64) + + } + return out, nil +} + +// GetInt32Slice return the []int32 value of a flag with the given name +func (f *FlagSet) GetInt32Slice(name string) ([]int32, error) { + val, err := f.getFlagType(name, "int32Slice", int32SliceConv) + if err != nil { + return []int32{}, err + } + return val.([]int32), nil +} + +// Int32SliceVar defines a int32Slice flag with specified name, default value, and usage string. +// The argument p points to a []int32 variable in which to store the value of the flag. +func (f *FlagSet) Int32SliceVar(p *[]int32, name string, value []int32, usage string) { + f.VarP(newInt32SliceValue(value, p), name, "", usage) +} + +// Int32SliceVarP is like Int32SliceVar, but accepts a shorthand letter that can be used after a single dash. +func (f *FlagSet) Int32SliceVarP(p *[]int32, name, shorthand string, value []int32, usage string) { + f.VarP(newInt32SliceValue(value, p), name, shorthand, usage) +} + +// Int32SliceVar defines a int32[] flag with specified name, default value, and usage string. +// The argument p points to a int32[] variable in which to store the value of the flag. +func Int32SliceVar(p *[]int32, name string, value []int32, usage string) { + CommandLine.VarP(newInt32SliceValue(value, p), name, "", usage) +} + +// Int32SliceVarP is like Int32SliceVar, but accepts a shorthand letter that can be used after a single dash. +func Int32SliceVarP(p *[]int32, name, shorthand string, value []int32, usage string) { + CommandLine.VarP(newInt32SliceValue(value, p), name, shorthand, usage) +} + +// Int32Slice defines a []int32 flag with specified name, default value, and usage string. +// The return value is the address of a []int32 variable that stores the value of the flag. +func (f *FlagSet) Int32Slice(name string, value []int32, usage string) *[]int32 { + p := []int32{} + f.Int32SliceVarP(&p, name, "", value, usage) + return &p +} + +// Int32SliceP is like Int32Slice, but accepts a shorthand letter that can be used after a single dash. +func (f *FlagSet) Int32SliceP(name, shorthand string, value []int32, usage string) *[]int32 { + p := []int32{} + f.Int32SliceVarP(&p, name, shorthand, value, usage) + return &p +} + +// Int32Slice defines a []int32 flag with specified name, default value, and usage string. +// The return value is the address of a []int32 variable that stores the value of the flag. +func Int32Slice(name string, value []int32, usage string) *[]int32 { + return CommandLine.Int32SliceP(name, "", value, usage) +} + +// Int32SliceP is like Int32Slice, but accepts a shorthand letter that can be used after a single dash. +func Int32SliceP(name, shorthand string, value []int32, usage string) *[]int32 { + return CommandLine.Int32SliceP(name, shorthand, value, usage) +} diff --git a/vendor/github.com/spf13/pflag/int64_slice.go b/vendor/github.com/spf13/pflag/int64_slice.go new file mode 100644 index 0000000000..25464638f3 --- /dev/null +++ b/vendor/github.com/spf13/pflag/int64_slice.go @@ -0,0 +1,166 @@ +package pflag + +import ( + "fmt" + "strconv" + "strings" +) + +// -- int64Slice Value +type int64SliceValue struct { + value *[]int64 + changed bool +} + +func newInt64SliceValue(val []int64, p *[]int64) *int64SliceValue { + isv := new(int64SliceValue) + isv.value = p + *isv.value = val + return isv +} + +func (s *int64SliceValue) Set(val string) error { + ss := strings.Split(val, ",") + out := make([]int64, len(ss)) + for i, d := range ss { + var err error + out[i], err = strconv.ParseInt(d, 0, 64) + if err != nil { + return err + } + + } + if !s.changed { + *s.value = out + } else { + *s.value = append(*s.value, out...) + } + s.changed = true + return nil +} + +func (s *int64SliceValue) Type() string { + return "int64Slice" +} + +func (s *int64SliceValue) String() string { + out := make([]string, len(*s.value)) + for i, d := range *s.value { + out[i] = fmt.Sprintf("%d", d) + } + return "[" + strings.Join(out, ",") + "]" +} + +func (s *int64SliceValue) fromString(val string) (int64, error) { + return strconv.ParseInt(val, 0, 64) +} + +func (s *int64SliceValue) toString(val int64) string { + return fmt.Sprintf("%d", val) +} + +func (s *int64SliceValue) Append(val string) error { + i, err := s.fromString(val) + if err != nil { + return err + } + *s.value = append(*s.value, i) + return nil +} + +func (s *int64SliceValue) Replace(val []string) error { + out := make([]int64, len(val)) + for i, d := range val { + var err error + out[i], err = s.fromString(d) + if err != nil { + return err + } + } + *s.value = out + return nil +} + +func (s *int64SliceValue) GetSlice() []string { + out := make([]string, len(*s.value)) + for i, d := range *s.value { + out[i] = s.toString(d) + } + return out +} + +func int64SliceConv(val string) (interface{}, error) { + val = strings.Trim(val, "[]") + // Empty string would cause a slice with one (empty) entry + if len(val) == 0 { + return []int64{}, nil + } + ss := strings.Split(val, ",") + out := make([]int64, len(ss)) + for i, d := range ss { + var err error + out[i], err = strconv.ParseInt(d, 0, 64) + if err != nil { + return nil, err + } + + } + return out, nil +} + +// GetInt64Slice return the []int64 value of a flag with the given name +func (f *FlagSet) GetInt64Slice(name string) ([]int64, error) { + val, err := f.getFlagType(name, "int64Slice", int64SliceConv) + if err != nil { + return []int64{}, err + } + return val.([]int64), nil +} + +// Int64SliceVar defines a int64Slice flag with specified name, default value, and usage string. +// The argument p points to a []int64 variable in which to store the value of the flag. +func (f *FlagSet) Int64SliceVar(p *[]int64, name string, value []int64, usage string) { + f.VarP(newInt64SliceValue(value, p), name, "", usage) +} + +// Int64SliceVarP is like Int64SliceVar, but accepts a shorthand letter that can be used after a single dash. +func (f *FlagSet) Int64SliceVarP(p *[]int64, name, shorthand string, value []int64, usage string) { + f.VarP(newInt64SliceValue(value, p), name, shorthand, usage) +} + +// Int64SliceVar defines a int64[] flag with specified name, default value, and usage string. +// The argument p points to a int64[] variable in which to store the value of the flag. +func Int64SliceVar(p *[]int64, name string, value []int64, usage string) { + CommandLine.VarP(newInt64SliceValue(value, p), name, "", usage) +} + +// Int64SliceVarP is like Int64SliceVar, but accepts a shorthand letter that can be used after a single dash. +func Int64SliceVarP(p *[]int64, name, shorthand string, value []int64, usage string) { + CommandLine.VarP(newInt64SliceValue(value, p), name, shorthand, usage) +} + +// Int64Slice defines a []int64 flag with specified name, default value, and usage string. +// The return value is the address of a []int64 variable that stores the value of the flag. +func (f *FlagSet) Int64Slice(name string, value []int64, usage string) *[]int64 { + p := []int64{} + f.Int64SliceVarP(&p, name, "", value, usage) + return &p +} + +// Int64SliceP is like Int64Slice, but accepts a shorthand letter that can be used after a single dash. +func (f *FlagSet) Int64SliceP(name, shorthand string, value []int64, usage string) *[]int64 { + p := []int64{} + f.Int64SliceVarP(&p, name, shorthand, value, usage) + return &p +} + +// Int64Slice defines a []int64 flag with specified name, default value, and usage string. +// The return value is the address of a []int64 variable that stores the value of the flag. +func Int64Slice(name string, value []int64, usage string) *[]int64 { + return CommandLine.Int64SliceP(name, "", value, usage) +} + +// Int64SliceP is like Int64Slice, but accepts a shorthand letter that can be used after a single dash. +func Int64SliceP(name, shorthand string, value []int64, usage string) *[]int64 { + return CommandLine.Int64SliceP(name, shorthand, value, usage) +} diff --git a/vendor/github.com/spf13/pflag/int_slice.go b/vendor/github.com/spf13/pflag/int_slice.go index 1e7c9edde9..e71c39d91a 100644 --- a/vendor/github.com/spf13/pflag/int_slice.go +++ b/vendor/github.com/spf13/pflag/int_slice.go @@ -51,6 +51,36 @@ func (s *intSliceValue) String() string { return "[" + strings.Join(out, ",") + "]" } +func (s *intSliceValue) Append(val string) error { + i, err := strconv.Atoi(val) + if err != nil { + return err + } + *s.value = append(*s.value, i) + return nil +} + +func (s *intSliceValue) Replace(val []string) error { + out := make([]int, len(val)) + for i, d := range val { + var err error + out[i], err = strconv.Atoi(d) + if err != nil { + return err + } + } + *s.value = out + return nil +} + +func (s *intSliceValue) GetSlice() []string { + out := make([]string, len(*s.value)) + for i, d := range *s.value { + out[i] = strconv.Itoa(d) + } + return out +} + func intSliceConv(val string) (interface{}, error) { val = strings.Trim(val, "[]") // Empty string would cause a slice with one (empty) entry diff --git a/vendor/github.com/spf13/pflag/ip_slice.go b/vendor/github.com/spf13/pflag/ip_slice.go index 7dd196fe3f..775faae4fd 100644 --- a/vendor/github.com/spf13/pflag/ip_slice.go +++ b/vendor/github.com/spf13/pflag/ip_slice.go @@ -72,9 +72,47 @@ func (s *ipSliceValue) String() string { return "[" + out + "]" } +func (s *ipSliceValue) fromString(val string) (net.IP, error) { + return net.ParseIP(strings.TrimSpace(val)), nil +} + +func (s *ipSliceValue) toString(val net.IP) string { + return val.String() +} + +func (s *ipSliceValue) Append(val string) error { + i, err := s.fromString(val) + if err != nil { + return err + } + *s.value = append(*s.value, i) + return nil +} + +func (s *ipSliceValue) Replace(val []string) error { + out := make([]net.IP, len(val)) + for i, d := range val { + var err error + out[i], err = s.fromString(d) + if err != nil { + return err + } + } + *s.value = out + return nil +} + +func (s *ipSliceValue) GetSlice() []string { + out := make([]string, len(*s.value)) + for i, d := range *s.value { + out[i] = s.toString(d) + } + return out +} + func ipSliceConv(val string) (interface{}, error) { val = strings.Trim(val, "[]") - // Emtpy string would cause a slice with one (empty) entry + // Empty string would cause a slice with one (empty) entry if len(val) == 0 { return []net.IP{}, nil } diff --git a/vendor/github.com/spf13/pflag/string_array.go b/vendor/github.com/spf13/pflag/string_array.go index fa7bc60187..4894af8180 100644 --- a/vendor/github.com/spf13/pflag/string_array.go +++ b/vendor/github.com/spf13/pflag/string_array.go @@ -23,6 +23,32 @@ func (s *stringArrayValue) Set(val string) error { return nil } +func (s *stringArrayValue) Append(val string) error { + *s.value = append(*s.value, val) + return nil +} + +func (s *stringArrayValue) Replace(val []string) error { + out := make([]string, len(val)) + for i, d := range val { + var err error + out[i] = d + if err != nil { + return err + } + } + *s.value = out + return nil +} + +func (s *stringArrayValue) GetSlice() []string { + out := make([]string, len(*s.value)) + for i, d := range *s.value { + out[i] = d + } + return out +} + func (s *stringArrayValue) Type() string { return "stringArray" } diff --git a/vendor/github.com/spf13/pflag/string_slice.go b/vendor/github.com/spf13/pflag/string_slice.go index 0cd3ccc083..3cb2e69dba 100644 --- a/vendor/github.com/spf13/pflag/string_slice.go +++ b/vendor/github.com/spf13/pflag/string_slice.go @@ -62,6 +62,20 @@ func (s *stringSliceValue) String() string { return "[" + str + "]" } +func (s *stringSliceValue) Append(val string) error { + *s.value = append(*s.value, val) + return nil +} + +func (s *stringSliceValue) Replace(val []string) error { + *s.value = val + return nil +} + +func (s *stringSliceValue) GetSlice() []string { + return *s.value +} + func stringSliceConv(sval string) (interface{}, error) { sval = sval[1 : len(sval)-1] // An empty string would cause a slice with one (empty) string @@ -84,7 +98,7 @@ func (f *FlagSet) GetStringSlice(name string) ([]string, error) { // The argument p points to a []string variable in which to store the value of the flag. // Compared to StringArray flags, StringSlice flags take comma-separated value as arguments and split them accordingly. // For example: -// --ss="v1,v2" -ss="v3" +// --ss="v1,v2" --ss="v3" // will result in // []string{"v1", "v2", "v3"} func (f *FlagSet) StringSliceVar(p *[]string, name string, value []string, usage string) { @@ -100,7 +114,7 @@ func (f *FlagSet) StringSliceVarP(p *[]string, name, shorthand string, value []s // The argument p points to a []string variable in which to store the value of the flag. // Compared to StringArray flags, StringSlice flags take comma-separated value as arguments and split them accordingly. // For example: -// --ss="v1,v2" -ss="v3" +// --ss="v1,v2" --ss="v3" // will result in // []string{"v1", "v2", "v3"} func StringSliceVar(p *[]string, name string, value []string, usage string) { @@ -116,7 +130,7 @@ func StringSliceVarP(p *[]string, name, shorthand string, value []string, usage // The return value is the address of a []string variable that stores the value of the flag. // Compared to StringArray flags, StringSlice flags take comma-separated value as arguments and split them accordingly. // For example: -// --ss="v1,v2" -ss="v3" +// --ss="v1,v2" --ss="v3" // will result in // []string{"v1", "v2", "v3"} func (f *FlagSet) StringSlice(name string, value []string, usage string) *[]string { @@ -136,7 +150,7 @@ func (f *FlagSet) StringSliceP(name, shorthand string, value []string, usage str // The return value is the address of a []string variable that stores the value of the flag. // Compared to StringArray flags, StringSlice flags take comma-separated value as arguments and split them accordingly. // For example: -// --ss="v1,v2" -ss="v3" +// --ss="v1,v2" --ss="v3" // will result in // []string{"v1", "v2", "v3"} func StringSlice(name string, value []string, usage string) *[]string { diff --git a/vendor/github.com/spf13/pflag/string_to_int64.go b/vendor/github.com/spf13/pflag/string_to_int64.go new file mode 100644 index 0000000000..a807a04a0b --- /dev/null +++ b/vendor/github.com/spf13/pflag/string_to_int64.go @@ -0,0 +1,149 @@ +package pflag + +import ( + "bytes" + "fmt" + "strconv" + "strings" +) + +// -- stringToInt64 Value +type stringToInt64Value struct { + value *map[string]int64 + changed bool +} + +func newStringToInt64Value(val map[string]int64, p *map[string]int64) *stringToInt64Value { + ssv := new(stringToInt64Value) + ssv.value = p + *ssv.value = val + return ssv +} + +// Format: a=1,b=2 +func (s *stringToInt64Value) Set(val string) error { + ss := strings.Split(val, ",") + out := make(map[string]int64, len(ss)) + for _, pair := range ss { + kv := strings.SplitN(pair, "=", 2) + if len(kv) != 2 { + return fmt.Errorf("%s must be formatted as key=value", pair) + } + var err error + out[kv[0]], err = strconv.ParseInt(kv[1], 10, 64) + if err != nil { + return err + } + } + if !s.changed { + *s.value = out + } else { + for k, v := range out { + (*s.value)[k] = v + } + } + s.changed = true + return nil +} + +func (s *stringToInt64Value) Type() string { + return "stringToInt64" +} + +func (s *stringToInt64Value) String() string { + var buf bytes.Buffer + i := 0 + for k, v := range *s.value { + if i > 0 { + buf.WriteRune(',') + } + buf.WriteString(k) + buf.WriteRune('=') + buf.WriteString(strconv.FormatInt(v, 10)) + i++ + } + return "[" + buf.String() + "]" +} + +func stringToInt64Conv(val string) (interface{}, error) { + val = strings.Trim(val, "[]") + // An empty string would cause an empty map + if len(val) == 0 { + return map[string]int64{}, nil + } + ss := strings.Split(val, ",") + out := make(map[string]int64, len(ss)) + for _, pair := range ss { + kv := strings.SplitN(pair, "=", 2) + if len(kv) != 2 { + return nil, fmt.Errorf("%s must be formatted as key=value", pair) + } + var err error + out[kv[0]], err = strconv.ParseInt(kv[1], 10, 64) + if err != nil { + return nil, err + } + } + return out, nil +} + +// GetStringToInt64 return the map[string]int64 value of a flag with the given name +func (f *FlagSet) GetStringToInt64(name string) (map[string]int64, error) { + val, err := f.getFlagType(name, "stringToInt64", stringToInt64Conv) + if err != nil { + return map[string]int64{}, err + } + return val.(map[string]int64), nil +} + +// StringToInt64Var defines a string flag with specified name, default value, and usage string. +// The argument p point64s to a map[string]int64 variable in which to store the values of the multiple flags. +// The value of each argument will not try to be separated by comma +func (f *FlagSet) StringToInt64Var(p *map[string]int64, name string, value map[string]int64, usage string) { + f.VarP(newStringToInt64Value(value, p), name, "", usage) +} + +// StringToInt64VarP is like StringToInt64Var, but accepts a shorthand letter that can be used after a single dash. +func (f *FlagSet) StringToInt64VarP(p *map[string]int64, name, shorthand string, value map[string]int64, usage string) { + f.VarP(newStringToInt64Value(value, p), name, shorthand, usage) +} + +// StringToInt64Var defines a string flag with specified name, default value, and usage string. +// The argument p point64s to a map[string]int64 variable in which to store the value of the flag. +// The value of each argument will not try to be separated by comma +func StringToInt64Var(p *map[string]int64, name string, value map[string]int64, usage string) { + CommandLine.VarP(newStringToInt64Value(value, p), name, "", usage) +} + +// StringToInt64VarP is like StringToInt64Var, but accepts a shorthand letter that can be used after a single dash. +func StringToInt64VarP(p *map[string]int64, name, shorthand string, value map[string]int64, usage string) { + CommandLine.VarP(newStringToInt64Value(value, p), name, shorthand, usage) +} + +// StringToInt64 defines a string flag with specified name, default value, and usage string. +// The return value is the address of a map[string]int64 variable that stores the value of the flag. +// The value of each argument will not try to be separated by comma +func (f *FlagSet) StringToInt64(name string, value map[string]int64, usage string) *map[string]int64 { + p := map[string]int64{} + f.StringToInt64VarP(&p, name, "", value, usage) + return &p +} + +// StringToInt64P is like StringToInt64, but accepts a shorthand letter that can be used after a single dash. +func (f *FlagSet) StringToInt64P(name, shorthand string, value map[string]int64, usage string) *map[string]int64 { + p := map[string]int64{} + f.StringToInt64VarP(&p, name, shorthand, value, usage) + return &p +} + +// StringToInt64 defines a string flag with specified name, default value, and usage string. +// The return value is the address of a map[string]int64 variable that stores the value of the flag. +// The value of each argument will not try to be separated by comma +func StringToInt64(name string, value map[string]int64, usage string) *map[string]int64 { + return CommandLine.StringToInt64P(name, "", value, usage) +} + +// StringToInt64P is like StringToInt64, but accepts a shorthand letter that can be used after a single dash. +func StringToInt64P(name, shorthand string, value map[string]int64, usage string) *map[string]int64 { + return CommandLine.StringToInt64P(name, shorthand, value, usage) +} diff --git a/vendor/github.com/spf13/pflag/uint_slice.go b/vendor/github.com/spf13/pflag/uint_slice.go index edd94c600a..5fa924835e 100644 --- a/vendor/github.com/spf13/pflag/uint_slice.go +++ b/vendor/github.com/spf13/pflag/uint_slice.go @@ -50,6 +50,48 @@ func (s *uintSliceValue) String() string { return "[" + strings.Join(out, ",") + "]" } +func (s *uintSliceValue) fromString(val string) (uint, error) { + t, err := strconv.ParseUint(val, 10, 0) + if err != nil { + return 0, err + } + return uint(t), nil +} + +func (s *uintSliceValue) toString(val uint) string { + return fmt.Sprintf("%d", val) +} + +func (s *uintSliceValue) Append(val string) error { + i, err := s.fromString(val) + if err != nil { + return err + } + *s.value = append(*s.value, i) + return nil +} + +func (s *uintSliceValue) Replace(val []string) error { + out := make([]uint, len(val)) + for i, d := range val { + var err error + out[i], err = s.fromString(d) + if err != nil { + return err + } + } + *s.value = out + return nil +} + +func (s *uintSliceValue) GetSlice() []string { + out := make([]string, len(*s.value)) + for i, d := range *s.value { + out[i] = s.toString(d) + } + return out +} + func uintSliceConv(val string) (interface{}, error) { val = strings.Trim(val, "[]") // Empty string would cause a slice with one (empty) entry diff --git a/vendor/golang.org/x/crypto/ed25519/ed25519.go b/vendor/golang.org/x/crypto/ed25519/ed25519.go index d6f683ba3f..c7f8c7e64e 100644 --- a/vendor/golang.org/x/crypto/ed25519/ed25519.go +++ b/vendor/golang.org/x/crypto/ed25519/ed25519.go @@ -2,6 +2,11 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. +// In Go 1.13, the ed25519 package was promoted to the standard library as +// crypto/ed25519, and this package became a wrapper for the standard library one. +// +// +build !go1.13 + // Package ed25519 implements the Ed25519 signature algorithm. See // https://ed25519.cr.yp.to/. // diff --git a/vendor/golang.org/x/crypto/ed25519/ed25519_go113.go b/vendor/golang.org/x/crypto/ed25519/ed25519_go113.go new file mode 100644 index 0000000000..d1448d8d22 --- /dev/null +++ b/vendor/golang.org/x/crypto/ed25519/ed25519_go113.go @@ -0,0 +1,73 @@ +// Copyright 2019 The Go Authors. All rights reserved. +// Use of this source code is governed by a BSD-style +// license that can be found in the LICENSE file. + +// +build go1.13 + +// Package ed25519 implements the Ed25519 signature algorithm. See +// https://ed25519.cr.yp.to/. +// +// These functions are also compatible with the “Ed25519” function defined in +// RFC 8032. However, unlike RFC 8032's formulation, this package's private key +// representation includes a public key suffix to make multiple signing +// operations with the same key more efficient. This package refers to the RFC +// 8032 private key as the “seed”. +// +// Beginning with Go 1.13, the functionality of this package was moved to the +// standard library as crypto/ed25519. This package only acts as a compatibility +// wrapper. +package ed25519 + +import ( + "crypto/ed25519" + "io" +) + +const ( + // PublicKeySize is the size, in bytes, of public keys as used in this package. + PublicKeySize = 32 + // PrivateKeySize is the size, in bytes, of private keys as used in this package. + PrivateKeySize = 64 + // SignatureSize is the size, in bytes, of signatures generated and verified by this package. + SignatureSize = 64 + // SeedSize is the size, in bytes, of private key seeds. These are the private key representations used by RFC 8032. + SeedSize = 32 +) + +// PublicKey is the type of Ed25519 public keys. +// +// This type is an alias for crypto/ed25519's PublicKey type. +// See the crypto/ed25519 package for the methods on this type. +type PublicKey = ed25519.PublicKey + +// PrivateKey is the type of Ed25519 private keys. It implements crypto.Signer. +// +// This type is an alias for crypto/ed25519's PrivateKey type. +// See the crypto/ed25519 package for the methods on this type. +type PrivateKey = ed25519.PrivateKey + +// GenerateKey generates a public/private key pair using entropy from rand. +// If rand is nil, crypto/rand.Reader will be used. +func GenerateKey(rand io.Reader) (PublicKey, PrivateKey, error) { + return ed25519.GenerateKey(rand) +} + +// NewKeyFromSeed calculates a private key from a seed. It will panic if +// len(seed) is not SeedSize. This function is provided for interoperability +// with RFC 8032. RFC 8032's private keys correspond to seeds in this +// package. +func NewKeyFromSeed(seed []byte) PrivateKey { + return ed25519.NewKeyFromSeed(seed) +} + +// Sign signs the message with privateKey and returns a signature. It will +// panic if len(privateKey) is not PrivateKeySize. +func Sign(privateKey PrivateKey, message []byte) []byte { + return ed25519.Sign(privateKey, message) +} + +// Verify reports whether sig is a valid signature of message by publicKey. It +// will panic if len(publicKey) is not PublicKeySize. +func Verify(publicKey PublicKey, message, sig []byte) bool { + return ed25519.Verify(publicKey, message, sig) +} diff --git a/vendor/golang.org/x/crypto/ssh/common.go b/vendor/golang.org/x/crypto/ssh/common.go index d97415d2d3..e55fe0ad62 100644 --- a/vendor/golang.org/x/crypto/ssh/common.go +++ b/vendor/golang.org/x/crypto/ssh/common.go @@ -51,6 +51,13 @@ var supportedKexAlgos = []string{ kexAlgoDH14SHA1, kexAlgoDH1SHA1, } +// serverForbiddenKexAlgos contains key exchange algorithms, that are forbidden +// for the server half. +var serverForbiddenKexAlgos = map[string]struct{}{ + kexAlgoDHGEXSHA1: {}, // server half implementation is only minimal to satisfy the automated tests + kexAlgoDHGEXSHA256: {}, // server half implementation is only minimal to satisfy the automated tests +} + // supportedHostKeyAlgos specifies the supported host-key algorithms (i.e. methods // of authenticating servers) in preference order. var supportedHostKeyAlgos = []string{ diff --git a/vendor/golang.org/x/crypto/ssh/kex.go b/vendor/golang.org/x/crypto/ssh/kex.go index f34bcc0133..16072004b1 100644 --- a/vendor/golang.org/x/crypto/ssh/kex.go +++ b/vendor/golang.org/x/crypto/ssh/kex.go @@ -10,7 +10,9 @@ import ( "crypto/elliptic" "crypto/rand" "crypto/subtle" + "encoding/binary" "errors" + "fmt" "io" "math/big" @@ -24,6 +26,12 @@ const ( kexAlgoECDH384 = "ecdh-sha2-nistp384" kexAlgoECDH521 = "ecdh-sha2-nistp521" kexAlgoCurve25519SHA256 = "curve25519-sha256@libssh.org" + + // For the following kex only the client half contains a production + // ready implementation. The server half only consists of a minimal + // implementation to satisfy the automated tests. + kexAlgoDHGEXSHA1 = "diffie-hellman-group-exchange-sha1" + kexAlgoDHGEXSHA256 = "diffie-hellman-group-exchange-sha256" ) // kexResult captures the outcome of a key exchange. @@ -402,6 +410,8 @@ func init() { kexAlgoMap[kexAlgoECDH384] = &ecdh{elliptic.P384()} kexAlgoMap[kexAlgoECDH256] = &ecdh{elliptic.P256()} kexAlgoMap[kexAlgoCurve25519SHA256] = &curve25519sha256{} + kexAlgoMap[kexAlgoDHGEXSHA1] = &dhGEXSHA{hashFunc: crypto.SHA1} + kexAlgoMap[kexAlgoDHGEXSHA256] = &dhGEXSHA{hashFunc: crypto.SHA256} } // curve25519sha256 implements the curve25519-sha256@libssh.org key @@ -538,3 +548,242 @@ func (kex *curve25519sha256) Server(c packetConn, rand io.Reader, magics *handsh Hash: crypto.SHA256, }, nil } + +// dhGEXSHA implements the diffie-hellman-group-exchange-sha1 and +// diffie-hellman-group-exchange-sha256 key agreement protocols, +// as described in RFC 4419 +type dhGEXSHA struct { + g, p *big.Int + hashFunc crypto.Hash +} + +const numMRTests = 64 + +const ( + dhGroupExchangeMinimumBits = 2048 + dhGroupExchangePreferredBits = 2048 + dhGroupExchangeMaximumBits = 8192 +) + +func (gex *dhGEXSHA) diffieHellman(theirPublic, myPrivate *big.Int) (*big.Int, error) { + if theirPublic.Sign() <= 0 || theirPublic.Cmp(gex.p) >= 0 { + return nil, fmt.Errorf("ssh: DH parameter out of bounds") + } + return new(big.Int).Exp(theirPublic, myPrivate, gex.p), nil +} + +func (gex *dhGEXSHA) Client(c packetConn, randSource io.Reader, magics *handshakeMagics) (*kexResult, error) { + // Send GexRequest + kexDHGexRequest := kexDHGexRequestMsg{ + MinBits: dhGroupExchangeMinimumBits, + PreferedBits: dhGroupExchangePreferredBits, + MaxBits: dhGroupExchangeMaximumBits, + } + if err := c.writePacket(Marshal(&kexDHGexRequest)); err != nil { + return nil, err + } + + // Receive GexGroup + packet, err := c.readPacket() + if err != nil { + return nil, err + } + + var kexDHGexGroup kexDHGexGroupMsg + if err = Unmarshal(packet, &kexDHGexGroup); err != nil { + return nil, err + } + + // reject if p's bit length < dhGroupExchangeMinimumBits or > dhGroupExchangeMaximumBits + if kexDHGexGroup.P.BitLen() < dhGroupExchangeMinimumBits || kexDHGexGroup.P.BitLen() > dhGroupExchangeMaximumBits { + return nil, fmt.Errorf("ssh: server-generated gex p is out of range (%d bits)", kexDHGexGroup.P.BitLen()) + } + + gex.p = kexDHGexGroup.P + gex.g = kexDHGexGroup.G + + // Check if p is safe by verifing that p and (p-1)/2 are primes + one := big.NewInt(1) + var pHalf = &big.Int{} + pHalf.Rsh(gex.p, 1) + if !gex.p.ProbablyPrime(numMRTests) || !pHalf.ProbablyPrime(numMRTests) { + return nil, fmt.Errorf("ssh: server provided gex p is not safe") + } + + // Check if g is safe by verifing that g > 1 and g < p - 1 + var pMinusOne = &big.Int{} + pMinusOne.Sub(gex.p, one) + if gex.g.Cmp(one) != 1 && gex.g.Cmp(pMinusOne) != -1 { + return nil, fmt.Errorf("ssh: server provided gex g is not safe") + } + + // Send GexInit + x, err := rand.Int(randSource, pHalf) + if err != nil { + return nil, err + } + X := new(big.Int).Exp(gex.g, x, gex.p) + kexDHGexInit := kexDHGexInitMsg{ + X: X, + } + if err := c.writePacket(Marshal(&kexDHGexInit)); err != nil { + return nil, err + } + + // Receive GexReply + packet, err = c.readPacket() + if err != nil { + return nil, err + } + + var kexDHGexReply kexDHGexReplyMsg + if err = Unmarshal(packet, &kexDHGexReply); err != nil { + return nil, err + } + + kInt, err := gex.diffieHellman(kexDHGexReply.Y, x) + if err != nil { + return nil, err + } + + // Check if k is safe by verifing that k > 1 and k < p - 1 + if kInt.Cmp(one) != 1 && kInt.Cmp(pMinusOne) != -1 { + return nil, fmt.Errorf("ssh: derived k is not safe") + } + + h := gex.hashFunc.New() + magics.write(h) + writeString(h, kexDHGexReply.HostKey) + binary.Write(h, binary.BigEndian, uint32(dhGroupExchangeMinimumBits)) + binary.Write(h, binary.BigEndian, uint32(dhGroupExchangePreferredBits)) + binary.Write(h, binary.BigEndian, uint32(dhGroupExchangeMaximumBits)) + writeInt(h, gex.p) + writeInt(h, gex.g) + writeInt(h, X) + writeInt(h, kexDHGexReply.Y) + K := make([]byte, intLength(kInt)) + marshalInt(K, kInt) + h.Write(K) + + return &kexResult{ + H: h.Sum(nil), + K: K, + HostKey: kexDHGexReply.HostKey, + Signature: kexDHGexReply.Signature, + Hash: gex.hashFunc, + }, nil +} + +// Server half implementation of the Diffie Hellman Key Exchange with SHA1 and SHA256. +// +// This is a minimal implementation to satisfy the automated tests. +func (gex *dhGEXSHA) Server(c packetConn, randSource io.Reader, magics *handshakeMagics, priv Signer) (result *kexResult, err error) { + // Receive GexRequest + packet, err := c.readPacket() + if err != nil { + return + } + var kexDHGexRequest kexDHGexRequestMsg + if err = Unmarshal(packet, &kexDHGexRequest); err != nil { + return + } + + // smoosh the user's preferred size into our own limits + if kexDHGexRequest.PreferedBits > dhGroupExchangeMaximumBits { + kexDHGexRequest.PreferedBits = dhGroupExchangeMaximumBits + } + if kexDHGexRequest.PreferedBits < dhGroupExchangeMinimumBits { + kexDHGexRequest.PreferedBits = dhGroupExchangeMinimumBits + } + // fix min/max if they're inconsistent. technically, we could just pout + // and hang up, but there's no harm in giving them the benefit of the + // doubt and just picking a bitsize for them. + if kexDHGexRequest.MinBits > kexDHGexRequest.PreferedBits { + kexDHGexRequest.MinBits = kexDHGexRequest.PreferedBits + } + if kexDHGexRequest.MaxBits < kexDHGexRequest.PreferedBits { + kexDHGexRequest.MaxBits = kexDHGexRequest.PreferedBits + } + + // Send GexGroup + // This is the group called diffie-hellman-group14-sha1 in RFC + // 4253 and Oakley Group 14 in RFC 3526. + p, _ := new(big.Int).SetString("FFFFFFFFFFFFFFFFC90FDAA22168C234C4C6628B80DC1CD129024E088A67CC74020BBEA63B139B22514A08798E3404DDEF9519B3CD3A431B302B0A6DF25F14374FE1356D6D51C245E485B576625E7EC6F44C42E9A637ED6B0BFF5CB6F406B7EDEE386BFB5A899FA5AE9F24117C4B1FE649286651ECE45B3DC2007CB8A163BF0598DA48361C55D39A69163FA8FD24CF5F83655D23DCA3AD961C62F356208552BB9ED529077096966D670C354E4ABC9804F1746C08CA18217C32905E462E36CE3BE39E772C180E86039B2783A2EC07A28FB5C55DF06F4C52C9DE2BCBF6955817183995497CEA956AE515D2261898FA051015728E5A8AACAA68FFFFFFFFFFFFFFFF", 16) + gex.p = p + gex.g = big.NewInt(2) + + kexDHGexGroup := kexDHGexGroupMsg{ + P: gex.p, + G: gex.g, + } + if err := c.writePacket(Marshal(&kexDHGexGroup)); err != nil { + return nil, err + } + + // Receive GexInit + packet, err = c.readPacket() + if err != nil { + return + } + var kexDHGexInit kexDHGexInitMsg + if err = Unmarshal(packet, &kexDHGexInit); err != nil { + return + } + + var pHalf = &big.Int{} + pHalf.Rsh(gex.p, 1) + + y, err := rand.Int(randSource, pHalf) + if err != nil { + return + } + + Y := new(big.Int).Exp(gex.g, y, gex.p) + kInt, err := gex.diffieHellman(kexDHGexInit.X, y) + if err != nil { + return nil, err + } + + hostKeyBytes := priv.PublicKey().Marshal() + + h := gex.hashFunc.New() + magics.write(h) + writeString(h, hostKeyBytes) + binary.Write(h, binary.BigEndian, uint32(dhGroupExchangeMinimumBits)) + binary.Write(h, binary.BigEndian, uint32(dhGroupExchangePreferredBits)) + binary.Write(h, binary.BigEndian, uint32(dhGroupExchangeMaximumBits)) + writeInt(h, gex.p) + writeInt(h, gex.g) + writeInt(h, kexDHGexInit.X) + writeInt(h, Y) + + K := make([]byte, intLength(kInt)) + marshalInt(K, kInt) + h.Write(K) + + H := h.Sum(nil) + + // H is already a hash, but the hostkey signing will apply its + // own key-specific hash algorithm. + sig, err := signAndMarshal(priv, randSource, H) + if err != nil { + return nil, err + } + + kexDHGexReply := kexDHGexReplyMsg{ + HostKey: hostKeyBytes, + Y: Y, + Signature: sig, + } + packet = Marshal(&kexDHGexReply) + + err = c.writePacket(packet) + + return &kexResult{ + H: H, + K: K, + HostKey: hostKeyBytes, + Signature: sig, + Hash: gex.hashFunc, + }, err +} diff --git a/vendor/golang.org/x/crypto/ssh/messages.go b/vendor/golang.org/x/crypto/ssh/messages.go index db914d8039..ac41a4168b 100644 --- a/vendor/golang.org/x/crypto/ssh/messages.go +++ b/vendor/golang.org/x/crypto/ssh/messages.go @@ -97,6 +97,36 @@ type kexDHReplyMsg struct { Signature []byte } +// See RFC 4419, section 5. +const msgKexDHGexGroup = 31 + +type kexDHGexGroupMsg struct { + P *big.Int `sshtype:"31"` + G *big.Int +} + +const msgKexDHGexInit = 32 + +type kexDHGexInitMsg struct { + X *big.Int `sshtype:"32"` +} + +const msgKexDHGexReply = 33 + +type kexDHGexReplyMsg struct { + HostKey []byte `sshtype:"33"` + Y *big.Int + Signature []byte +} + +const msgKexDHGexRequest = 34 + +type kexDHGexRequestMsg struct { + MinBits uint32 `sshtype:"34"` + PreferedBits uint32 + MaxBits uint32 +} + // See RFC 4253, section 10. const msgServiceRequest = 5 diff --git a/vendor/golang.org/x/crypto/ssh/server.go b/vendor/golang.org/x/crypto/ssh/server.go index ac7f8073ca..7a5a1d7ad3 100644 --- a/vendor/golang.org/x/crypto/ssh/server.go +++ b/vendor/golang.org/x/crypto/ssh/server.go @@ -193,6 +193,12 @@ func NewServerConn(c net.Conn, config *ServerConfig) (*ServerConn, <-chan NewCha if fullConf.MaxAuthTries == 0 { fullConf.MaxAuthTries = 6 } + // Check if the config contains any unsupported key exchanges + for _, kex := range fullConf.KeyExchanges { + if _, ok := serverForbiddenKexAlgos[kex]; ok { + return nil, nil, nil, fmt.Errorf("ssh: unsupported key exchange %s for server", kex) + } + } s := &connection{ sshConn: sshConn{conn: c}, diff --git a/vendor/golang.org/x/net/bpf/vm_instructions.go b/vendor/golang.org/x/net/bpf/vm_instructions.go index f0d2e55bdc..cf8947c332 100644 --- a/vendor/golang.org/x/net/bpf/vm_instructions.go +++ b/vendor/golang.org/x/net/bpf/vm_instructions.go @@ -129,7 +129,8 @@ func loadIndirect(ins LoadIndirect, in []byte, regX uint32) (uint32, bool) { func loadMemShift(ins LoadMemShift, in []byte) (uint32, bool) { offset := int(ins.Off) - if !inBounds(len(in), offset, 0) { + // Size of LoadMemShift is always 1 byte + if !inBounds(len(in), offset, 1) { return 0, false } diff --git a/vendor/golang.org/x/net/html/parse.go b/vendor/golang.org/x/net/html/parse.go index 488e8d3cd6..992cff2a33 100644 --- a/vendor/golang.org/x/net/html/parse.go +++ b/vendor/golang.org/x/net/html/parse.go @@ -439,9 +439,6 @@ func (p *parser) resetInsertionMode() { case a.Select: if !last { for ancestor, first := n, p.oe[0]; ancestor != first; { - if ancestor == first { - break - } ancestor = p.oe[p.oe.index(ancestor)-1] switch ancestor.DataAtom { case a.Template: @@ -633,7 +630,16 @@ func inHeadIM(p *parser) bool { p.oe.pop() p.acknowledgeSelfClosingTag() return true - case a.Script, a.Title, a.Noscript, a.Noframes, a.Style: + case a.Noscript: + p.addElement() + if p.scripting { + p.setOriginalIM() + p.im = textIM + } else { + p.im = inHeadNoscriptIM + } + return true + case a.Script, a.Title, a.Noframes, a.Style: p.addElement() p.setOriginalIM() p.im = textIM @@ -695,6 +701,49 @@ func inHeadIM(p *parser) bool { return false } +// 12.2.6.4.5. +func inHeadNoscriptIM(p *parser) bool { + switch p.tok.Type { + case DoctypeToken: + // Ignore the token. + return true + case StartTagToken: + switch p.tok.DataAtom { + case a.Html: + return inBodyIM(p) + case a.Basefont, a.Bgsound, a.Link, a.Meta, a.Noframes, a.Style: + return inHeadIM(p) + case a.Head, a.Noscript: + // Ignore the token. + return true + } + case EndTagToken: + switch p.tok.DataAtom { + case a.Noscript, a.Br: + default: + // Ignore the token. + return true + } + case TextToken: + s := strings.TrimLeft(p.tok.Data, whitespace) + if len(s) == 0 { + // It was all whitespace. + return inHeadIM(p) + } + case CommentToken: + return inHeadIM(p) + } + p.oe.pop() + if p.top().DataAtom != a.Head { + panic("html: the new current node will be a head element.") + } + p.im = inHeadIM + if p.tok.DataAtom == a.Noscript { + return true + } + return false +} + // Section 12.2.6.4.6. func afterHeadIM(p *parser) bool { switch p.tok.Type { @@ -904,7 +953,7 @@ func inBodyIM(p *parser) bool { case a.A: for i := len(p.afe) - 1; i >= 0 && p.afe[i].Type != scopeMarkerNode; i-- { if n := p.afe[i]; n.Type == ElementNode && n.DataAtom == a.A { - p.inBodyEndTagFormatting(a.A) + p.inBodyEndTagFormatting(a.A, "a") p.oe.remove(n) p.afe.remove(n) break @@ -918,7 +967,7 @@ func inBodyIM(p *parser) bool { case a.Nobr: p.reconstructActiveFormattingElements() if p.elementInScope(defaultScope, a.Nobr) { - p.inBodyEndTagFormatting(a.Nobr) + p.inBodyEndTagFormatting(a.Nobr, "nobr") p.reconstructActiveFormattingElements() } p.addFormattingElement() @@ -1126,7 +1175,7 @@ func inBodyIM(p *parser) bool { case a.H1, a.H2, a.H3, a.H4, a.H5, a.H6: p.popUntil(defaultScope, a.H1, a.H2, a.H3, a.H4, a.H5, a.H6) case a.A, a.B, a.Big, a.Code, a.Em, a.Font, a.I, a.Nobr, a.S, a.Small, a.Strike, a.Strong, a.Tt, a.U: - p.inBodyEndTagFormatting(p.tok.DataAtom) + p.inBodyEndTagFormatting(p.tok.DataAtom, p.tok.Data) case a.Applet, a.Marquee, a.Object: if p.popUntil(defaultScope, p.tok.DataAtom) { p.clearActiveFormattingElements() @@ -1137,7 +1186,7 @@ func inBodyIM(p *parser) bool { case a.Template: return inHeadIM(p) default: - p.inBodyEndTagOther(p.tok.DataAtom) + p.inBodyEndTagOther(p.tok.DataAtom, p.tok.Data) } case CommentToken: p.addChild(&Node{ @@ -1164,7 +1213,7 @@ func inBodyIM(p *parser) bool { return true } -func (p *parser) inBodyEndTagFormatting(tagAtom a.Atom) { +func (p *parser) inBodyEndTagFormatting(tagAtom a.Atom, tagName string) { // This is the "adoption agency" algorithm, described at // https://html.spec.whatwg.org/multipage/syntax.html#adoptionAgency @@ -1186,7 +1235,7 @@ func (p *parser) inBodyEndTagFormatting(tagAtom a.Atom) { } } if formattingElement == nil { - p.inBodyEndTagOther(tagAtom) + p.inBodyEndTagOther(tagAtom, tagName) return } feIndex := p.oe.index(formattingElement) @@ -1291,9 +1340,17 @@ func (p *parser) inBodyEndTagFormatting(tagAtom a.Atom) { // inBodyEndTagOther performs the "any other end tag" algorithm for inBodyIM. // "Any other end tag" handling from 12.2.6.5 The rules for parsing tokens in foreign content // https://html.spec.whatwg.org/multipage/syntax.html#parsing-main-inforeign -func (p *parser) inBodyEndTagOther(tagAtom a.Atom) { +func (p *parser) inBodyEndTagOther(tagAtom a.Atom, tagName string) { for i := len(p.oe) - 1; i >= 0; i-- { - if p.oe[i].DataAtom == tagAtom { + // Two element nodes have the same tag if they have the same Data (a + // string-typed field). As an optimization, for common HTML tags, each + // Data string is assigned a unique, non-zero DataAtom (a uint32-typed + // field), since integer comparison is faster than string comparison. + // Uncommon (custom) tags get a zero DataAtom. + // + // The if condition here is equivalent to (p.oe[i].Data == tagName). + if (p.oe[i].DataAtom == tagAtom) && + ((tagAtom != 0) || (p.oe[i].Data == tagName)) { p.oe = p.oe[:i] break } @@ -1687,8 +1744,9 @@ func inCellIM(p *parser) bool { return true } // Close the cell and reprocess. - p.popUntil(tableScope, a.Td, a.Th) - p.clearActiveFormattingElements() + if p.popUntil(tableScope, a.Td, a.Th) { + p.clearActiveFormattingElements() + } p.im = inRowIM return false } @@ -2242,6 +2300,33 @@ func (p *parser) parse() error { // // The input is assumed to be UTF-8 encoded. func Parse(r io.Reader) (*Node, error) { + return ParseWithOptions(r) +} + +// ParseFragment parses a fragment of HTML and returns the nodes that were +// found. If the fragment is the InnerHTML for an existing element, pass that +// element in context. +// +// It has the same intricacies as Parse. +func ParseFragment(r io.Reader, context *Node) ([]*Node, error) { + return ParseFragmentWithOptions(r, context) +} + +// ParseOption configures a parser. +type ParseOption func(p *parser) + +// ParseOptionEnableScripting configures the scripting flag. +// https://html.spec.whatwg.org/multipage/webappapis.html#enabling-and-disabling-scripting +// +// By default, scripting is enabled. +func ParseOptionEnableScripting(enable bool) ParseOption { + return func(p *parser) { + p.scripting = enable + } +} + +// ParseWithOptions is like Parse, with options. +func ParseWithOptions(r io.Reader, opts ...ParseOption) (*Node, error) { p := &parser{ tokenizer: NewTokenizer(r), doc: &Node{ @@ -2251,6 +2336,11 @@ func Parse(r io.Reader) (*Node, error) { framesetOK: true, im: initialIM, } + + for _, f := range opts { + f(p) + } + err := p.parse() if err != nil { return nil, err @@ -2258,12 +2348,8 @@ func Parse(r io.Reader) (*Node, error) { return p.doc, nil } -// ParseFragment parses a fragment of HTML and returns the nodes that were -// found. If the fragment is the InnerHTML for an existing element, pass that -// element in context. -// -// It has the same intricacies as Parse. -func ParseFragment(r io.Reader, context *Node) ([]*Node, error) { +// ParseFragmentWithOptions is like ParseFragment, with options. +func ParseFragmentWithOptions(r io.Reader, context *Node, opts ...ParseOption) ([]*Node, error) { contextTag := "" if context != nil { if context.Type != ElementNode { @@ -2287,6 +2373,10 @@ func ParseFragment(r io.Reader, context *Node) ([]*Node, error) { context: context, } + for _, f := range opts { + f(p) + } + root := &Node{ Type: ElementNode, DataAtom: a.Html, diff --git a/vendor/golang.org/x/net/http2/frame.go b/vendor/golang.org/x/net/http2/frame.go index b46791d1da..514c126c5f 100644 --- a/vendor/golang.org/x/net/http2/frame.go +++ b/vendor/golang.org/x/net/http2/frame.go @@ -643,7 +643,7 @@ func (f *Framer) WriteData(streamID uint32, endStream bool, data []byte) error { return f.WriteDataPadded(streamID, endStream, data, nil) } -// WriteData writes a DATA frame with optional padding. +// WriteDataPadded writes a DATA frame with optional padding. // // If pad is nil, the padding bit is not sent. // The length of pad must not exceed 255 bytes. diff --git a/vendor/golang.org/x/net/http2/server.go b/vendor/golang.org/x/net/http2/server.go index 6f8e8b0d98..5e01ce9ab0 100644 --- a/vendor/golang.org/x/net/http2/server.go +++ b/vendor/golang.org/x/net/http2/server.go @@ -283,7 +283,20 @@ func ConfigureServer(s *http.Server, conf *Server) error { if testHookOnConn != nil { testHookOnConn() } + // The TLSNextProto interface predates contexts, so + // the net/http package passes down its per-connection + // base context via an exported but unadvertised + // method on the Handler. This is for internal + // net/http<=>http2 use only. + var ctx context.Context + type baseContexter interface { + BaseContext() context.Context + } + if bc, ok := h.(baseContexter); ok { + ctx = bc.BaseContext() + } conf.ServeConn(c, &ServeConnOpts{ + Context: ctx, Handler: h, BaseConfig: hs, }) @@ -294,6 +307,10 @@ func ConfigureServer(s *http.Server, conf *Server) error { // ServeConnOpts are options for the Server.ServeConn method. type ServeConnOpts struct { + // Context is the base context to use. + // If nil, context.Background is used. + Context context.Context + // BaseConfig optionally sets the base configuration // for values. If nil, defaults are used. BaseConfig *http.Server @@ -304,6 +321,13 @@ type ServeConnOpts struct { Handler http.Handler } +func (o *ServeConnOpts) context() context.Context { + if o.Context != nil { + return o.Context + } + return context.Background() +} + func (o *ServeConnOpts) baseConfig() *http.Server { if o != nil && o.BaseConfig != nil { return o.BaseConfig @@ -449,7 +473,7 @@ func (s *Server) ServeConn(c net.Conn, opts *ServeConnOpts) { } func serverConnBaseContext(c net.Conn, opts *ServeConnOpts) (ctx context.Context, cancel func()) { - ctx, cancel = context.WithCancel(context.Background()) + ctx, cancel = context.WithCancel(opts.context()) ctx = context.WithValue(ctx, http.LocalAddrContextKey, c.LocalAddr()) if hs := opts.baseConfig(); hs != nil { ctx = context.WithValue(ctx, http.ServerContextKey, hs) @@ -2337,7 +2361,16 @@ type chunkWriter struct{ rws *responseWriterState } func (cw chunkWriter) Write(p []byte) (n int, err error) { return cw.rws.writeChunk(p) } -func (rws *responseWriterState) hasTrailers() bool { return len(rws.trailers) != 0 } +func (rws *responseWriterState) hasTrailers() bool { return len(rws.trailers) > 0 } + +func (rws *responseWriterState) hasNonemptyTrailers() bool { + for _, trailer := range rws.trailers { + if _, ok := rws.handlerHeader[trailer]; ok { + return true + } + } + return false +} // declareTrailer is called for each Trailer header when the // response header is written. It notes that a header will need to be @@ -2437,7 +2470,10 @@ func (rws *responseWriterState) writeChunk(p []byte) (n int, err error) { rws.promoteUndeclaredTrailers() } - endStream := rws.handlerDone && !rws.hasTrailers() + // only send trailers if they have actually been defined by the + // server handler. + hasNonemptyTrailers := rws.hasNonemptyTrailers() + endStream := rws.handlerDone && !hasNonemptyTrailers if len(p) > 0 || endStream { // only send a 0 byte DATA frame if we're ending the stream. if err := rws.conn.writeDataFromHandler(rws.stream, p, endStream); err != nil { @@ -2446,7 +2482,7 @@ func (rws *responseWriterState) writeChunk(p []byte) (n int, err error) { } } - if rws.handlerDone && rws.hasTrailers() { + if rws.handlerDone && hasNonemptyTrailers { err = rws.conn.writeHeaders(rws.stream, &writeResHeaders{ streamID: rws.stream.id, h: rws.handlerHeader, diff --git a/vendor/golang.org/x/net/http2/transport.go b/vendor/golang.org/x/net/http2/transport.go index f272e8f9fa..aeac7d8a51 100644 --- a/vendor/golang.org/x/net/http2/transport.go +++ b/vendor/golang.org/x/net/http2/transport.go @@ -28,6 +28,7 @@ import ( "strconv" "strings" "sync" + "sync/atomic" "time" "golang.org/x/net/http/httpguts" @@ -199,6 +200,7 @@ type ClientConn struct { t *Transport tconn net.Conn // usually *tls.Conn, except specialized impls tlsState *tls.ConnectionState // nil only for specialized impls + reused uint32 // whether conn is being reused; atomic singleUse bool // whether being used for a single http.Request // readLoop goroutine fields: @@ -440,7 +442,8 @@ func (t *Transport) RoundTripOpt(req *http.Request, opt RoundTripOpt) (*http.Res t.vlogf("http2: Transport failed to get client conn for %s: %v", addr, err) return nil, err } - traceGotConn(req, cc) + reused := !atomic.CompareAndSwapUint32(&cc.reused, 0, 1) + traceGotConn(req, cc, reused) res, gotErrAfterReqBodyWrite, err := cc.roundTrip(req) if err != nil && retry <= 6 { if req, err = shouldRetryRequest(req, err, gotErrAfterReqBodyWrite); err == nil { @@ -989,7 +992,7 @@ func (cc *ClientConn) roundTrip(req *http.Request) (res *http.Response, gotErrAf req.Method != "HEAD" { // Request gzip only, not deflate. Deflate is ambiguous and // not as universally supported anyway. - // See: http://www.gzip.org/zlib/zlib_faq.html#faq38 + // See: https://zlib.net/zlib_faq.html#faq39 // // Note that we don't request this for HEAD requests, // due to a bug in nginx: @@ -1411,7 +1414,11 @@ func (cc *ClientConn) encodeHeaders(req *http.Request, addGzipHeader bool, trail // followed by the query production (see Sections 3.3 and 3.4 of // [RFC3986]). f(":authority", host) - f(":method", req.Method) + m := req.Method + if m == "" { + m = http.MethodGet + } + f(":method", m) if req.Method != "CONNECT" { f(":path", path) f(":scheme", req.URL.Scheme) @@ -2555,15 +2562,15 @@ func traceGetConn(req *http.Request, hostPort string) { trace.GetConn(hostPort) } -func traceGotConn(req *http.Request, cc *ClientConn) { +func traceGotConn(req *http.Request, cc *ClientConn, reused bool) { trace := httptrace.ContextClientTrace(req.Context()) if trace == nil || trace.GotConn == nil { return } ci := httptrace.GotConnInfo{Conn: cc.tconn} + ci.Reused = reused cc.mu.Lock() - ci.Reused = cc.nextStreamID > 1 - ci.WasIdle = len(cc.streams) == 0 && ci.Reused + ci.WasIdle = len(cc.streams) == 0 && reused if ci.WasIdle && !cc.lastActive.IsZero() { ci.IdleTime = time.Now().Sub(cc.lastActive) } diff --git a/vendor/golang.org/x/net/http2/writesched_random.go b/vendor/golang.org/x/net/http2/writesched_random.go index 36d7919f16..9a7b9e581c 100644 --- a/vendor/golang.org/x/net/http2/writesched_random.go +++ b/vendor/golang.org/x/net/http2/writesched_random.go @@ -19,7 +19,8 @@ type randomWriteScheduler struct { zero writeQueue // sq contains the stream-specific queues, keyed by stream ID. - // When a stream is idle or closed, it's deleted from the map. + // When a stream is idle, closed, or emptied, it's deleted + // from the map. sq map[uint32]*writeQueue // pool of empty queues for reuse. @@ -63,8 +64,12 @@ func (ws *randomWriteScheduler) Pop() (FrameWriteRequest, bool) { return ws.zero.shift(), true } // Iterate over all non-idle streams until finding one that can be consumed. - for _, q := range ws.sq { + for streamID, q := range ws.sq { if wr, ok := q.consume(math.MaxInt32); ok { + if q.empty() { + delete(ws.sq, streamID) + ws.queuePool.put(q) + } return wr, true } } diff --git a/vendor/golang.org/x/net/idna/idna.go b/vendor/golang.org/x/net/idna/idna10.0.0.go similarity index 99% rename from vendor/golang.org/x/net/idna/idna.go rename to vendor/golang.org/x/net/idna/idna10.0.0.go index 346fe4423e..a98a31f403 100644 --- a/vendor/golang.org/x/net/idna/idna.go +++ b/vendor/golang.org/x/net/idna/idna10.0.0.go @@ -4,14 +4,16 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. +// +build go1.10 + // Package idna implements IDNA2008 using the compatibility processing // defined by UTS (Unicode Technical Standard) #46, which defines a standard to // deal with the transition from IDNA2003. // // IDNA2008 (Internationalized Domain Names for Applications), is defined in RFC // 5890, RFC 5891, RFC 5892, RFC 5893 and RFC 5894. -// UTS #46 is defined in http://www.unicode.org/reports/tr46. -// See http://unicode.org/cldr/utility/idna.jsp for a visualization of the +// UTS #46 is defined in https://www.unicode.org/reports/tr46. +// See https://unicode.org/cldr/utility/idna.jsp for a visualization of the // differences between these two standards. package idna // import "golang.org/x/net/idna" @@ -297,7 +299,7 @@ func (e runeError) Error() string { } // process implements the algorithm described in section 4 of UTS #46, -// see http://www.unicode.org/reports/tr46. +// see https://www.unicode.org/reports/tr46. func (p *Profile) process(s string, toASCII bool) (string, error) { var err error var isBidi bool diff --git a/vendor/golang.org/x/net/idna/idna9.0.0.go b/vendor/golang.org/x/net/idna/idna9.0.0.go new file mode 100644 index 0000000000..8842146b5d --- /dev/null +++ b/vendor/golang.org/x/net/idna/idna9.0.0.go @@ -0,0 +1,682 @@ +// Code generated by running "go generate" in golang.org/x/text. DO NOT EDIT. + +// Copyright 2016 The Go Authors. All rights reserved. +// Use of this source code is governed by a BSD-style +// license that can be found in the LICENSE file. + +// +build !go1.10 + +// Package idna implements IDNA2008 using the compatibility processing +// defined by UTS (Unicode Technical Standard) #46, which defines a standard to +// deal with the transition from IDNA2003. +// +// IDNA2008 (Internationalized Domain Names for Applications), is defined in RFC +// 5890, RFC 5891, RFC 5892, RFC 5893 and RFC 5894. +// UTS #46 is defined in https://www.unicode.org/reports/tr46. +// See https://unicode.org/cldr/utility/idna.jsp for a visualization of the +// differences between these two standards. +package idna // import "golang.org/x/net/idna" + +import ( + "fmt" + "strings" + "unicode/utf8" + + "golang.org/x/text/secure/bidirule" + "golang.org/x/text/unicode/norm" +) + +// NOTE: Unlike common practice in Go APIs, the functions will return a +// sanitized domain name in case of errors. Browsers sometimes use a partially +// evaluated string as lookup. +// TODO: the current error handling is, in my opinion, the least opinionated. +// Other strategies are also viable, though: +// Option 1) Return an empty string in case of error, but allow the user to +// specify explicitly which errors to ignore. +// Option 2) Return the partially evaluated string if it is itself a valid +// string, otherwise return the empty string in case of error. +// Option 3) Option 1 and 2. +// Option 4) Always return an empty string for now and implement Option 1 as +// needed, and document that the return string may not be empty in case of +// error in the future. +// I think Option 1 is best, but it is quite opinionated. + +// ToASCII is a wrapper for Punycode.ToASCII. +func ToASCII(s string) (string, error) { + return Punycode.process(s, true) +} + +// ToUnicode is a wrapper for Punycode.ToUnicode. +func ToUnicode(s string) (string, error) { + return Punycode.process(s, false) +} + +// An Option configures a Profile at creation time. +type Option func(*options) + +// Transitional sets a Profile to use the Transitional mapping as defined in UTS +// #46. This will cause, for example, "ß" to be mapped to "ss". Using the +// transitional mapping provides a compromise between IDNA2003 and IDNA2008 +// compatibility. It is used by most browsers when resolving domain names. This +// option is only meaningful if combined with MapForLookup. +func Transitional(transitional bool) Option { + return func(o *options) { o.transitional = true } +} + +// VerifyDNSLength sets whether a Profile should fail if any of the IDN parts +// are longer than allowed by the RFC. +func VerifyDNSLength(verify bool) Option { + return func(o *options) { o.verifyDNSLength = verify } +} + +// RemoveLeadingDots removes leading label separators. Leading runes that map to +// dots, such as U+3002 IDEOGRAPHIC FULL STOP, are removed as well. +// +// This is the behavior suggested by the UTS #46 and is adopted by some +// browsers. +func RemoveLeadingDots(remove bool) Option { + return func(o *options) { o.removeLeadingDots = remove } +} + +// ValidateLabels sets whether to check the mandatory label validation criteria +// as defined in Section 5.4 of RFC 5891. This includes testing for correct use +// of hyphens ('-'), normalization, validity of runes, and the context rules. +func ValidateLabels(enable bool) Option { + return func(o *options) { + // Don't override existing mappings, but set one that at least checks + // normalization if it is not set. + if o.mapping == nil && enable { + o.mapping = normalize + } + o.trie = trie + o.validateLabels = enable + o.fromPuny = validateFromPunycode + } +} + +// StrictDomainName limits the set of permissable ASCII characters to those +// allowed in domain names as defined in RFC 1034 (A-Z, a-z, 0-9 and the +// hyphen). This is set by default for MapForLookup and ValidateForRegistration. +// +// This option is useful, for instance, for browsers that allow characters +// outside this range, for example a '_' (U+005F LOW LINE). See +// http://www.rfc-editor.org/std/std3.txt for more details This option +// corresponds to the UseSTD3ASCIIRules option in UTS #46. +func StrictDomainName(use bool) Option { + return func(o *options) { + o.trie = trie + o.useSTD3Rules = use + o.fromPuny = validateFromPunycode + } +} + +// NOTE: the following options pull in tables. The tables should not be linked +// in as long as the options are not used. + +// BidiRule enables the Bidi rule as defined in RFC 5893. Any application +// that relies on proper validation of labels should include this rule. +func BidiRule() Option { + return func(o *options) { o.bidirule = bidirule.ValidString } +} + +// ValidateForRegistration sets validation options to verify that a given IDN is +// properly formatted for registration as defined by Section 4 of RFC 5891. +func ValidateForRegistration() Option { + return func(o *options) { + o.mapping = validateRegistration + StrictDomainName(true)(o) + ValidateLabels(true)(o) + VerifyDNSLength(true)(o) + BidiRule()(o) + } +} + +// MapForLookup sets validation and mapping options such that a given IDN is +// transformed for domain name lookup according to the requirements set out in +// Section 5 of RFC 5891. The mappings follow the recommendations of RFC 5894, +// RFC 5895 and UTS 46. It does not add the Bidi Rule. Use the BidiRule option +// to add this check. +// +// The mappings include normalization and mapping case, width and other +// compatibility mappings. +func MapForLookup() Option { + return func(o *options) { + o.mapping = validateAndMap + StrictDomainName(true)(o) + ValidateLabels(true)(o) + RemoveLeadingDots(true)(o) + } +} + +type options struct { + transitional bool + useSTD3Rules bool + validateLabels bool + verifyDNSLength bool + removeLeadingDots bool + + trie *idnaTrie + + // fromPuny calls validation rules when converting A-labels to U-labels. + fromPuny func(p *Profile, s string) error + + // mapping implements a validation and mapping step as defined in RFC 5895 + // or UTS 46, tailored to, for example, domain registration or lookup. + mapping func(p *Profile, s string) (string, error) + + // bidirule, if specified, checks whether s conforms to the Bidi Rule + // defined in RFC 5893. + bidirule func(s string) bool +} + +// A Profile defines the configuration of a IDNA mapper. +type Profile struct { + options +} + +func apply(o *options, opts []Option) { + for _, f := range opts { + f(o) + } +} + +// New creates a new Profile. +// +// With no options, the returned Profile is the most permissive and equals the +// Punycode Profile. Options can be passed to further restrict the Profile. The +// MapForLookup and ValidateForRegistration options set a collection of options, +// for lookup and registration purposes respectively, which can be tailored by +// adding more fine-grained options, where later options override earlier +// options. +func New(o ...Option) *Profile { + p := &Profile{} + apply(&p.options, o) + return p +} + +// ToASCII converts a domain or domain label to its ASCII form. For example, +// ToASCII("bücher.example.com") is "xn--bcher-kva.example.com", and +// ToASCII("golang") is "golang". If an error is encountered it will return +// an error and a (partially) processed result. +func (p *Profile) ToASCII(s string) (string, error) { + return p.process(s, true) +} + +// ToUnicode converts a domain or domain label to its Unicode form. For example, +// ToUnicode("xn--bcher-kva.example.com") is "bücher.example.com", and +// ToUnicode("golang") is "golang". If an error is encountered it will return +// an error and a (partially) processed result. +func (p *Profile) ToUnicode(s string) (string, error) { + pp := *p + pp.transitional = false + return pp.process(s, false) +} + +// String reports a string with a description of the profile for debugging +// purposes. The string format may change with different versions. +func (p *Profile) String() string { + s := "" + if p.transitional { + s = "Transitional" + } else { + s = "NonTransitional" + } + if p.useSTD3Rules { + s += ":UseSTD3Rules" + } + if p.validateLabels { + s += ":ValidateLabels" + } + if p.verifyDNSLength { + s += ":VerifyDNSLength" + } + return s +} + +var ( + // Punycode is a Profile that does raw punycode processing with a minimum + // of validation. + Punycode *Profile = punycode + + // Lookup is the recommended profile for looking up domain names, according + // to Section 5 of RFC 5891. The exact configuration of this profile may + // change over time. + Lookup *Profile = lookup + + // Display is the recommended profile for displaying domain names. + // The configuration of this profile may change over time. + Display *Profile = display + + // Registration is the recommended profile for checking whether a given + // IDN is valid for registration, according to Section 4 of RFC 5891. + Registration *Profile = registration + + punycode = &Profile{} + lookup = &Profile{options{ + transitional: true, + useSTD3Rules: true, + validateLabels: true, + removeLeadingDots: true, + trie: trie, + fromPuny: validateFromPunycode, + mapping: validateAndMap, + bidirule: bidirule.ValidString, + }} + display = &Profile{options{ + useSTD3Rules: true, + validateLabels: true, + removeLeadingDots: true, + trie: trie, + fromPuny: validateFromPunycode, + mapping: validateAndMap, + bidirule: bidirule.ValidString, + }} + registration = &Profile{options{ + useSTD3Rules: true, + validateLabels: true, + verifyDNSLength: true, + trie: trie, + fromPuny: validateFromPunycode, + mapping: validateRegistration, + bidirule: bidirule.ValidString, + }} + + // TODO: profiles + // Register: recommended for approving domain names: don't do any mappings + // but rather reject on invalid input. Bundle or block deviation characters. +) + +type labelError struct{ label, code_ string } + +func (e labelError) code() string { return e.code_ } +func (e labelError) Error() string { + return fmt.Sprintf("idna: invalid label %q", e.label) +} + +type runeError rune + +func (e runeError) code() string { return "P1" } +func (e runeError) Error() string { + return fmt.Sprintf("idna: disallowed rune %U", e) +} + +// process implements the algorithm described in section 4 of UTS #46, +// see https://www.unicode.org/reports/tr46. +func (p *Profile) process(s string, toASCII bool) (string, error) { + var err error + if p.mapping != nil { + s, err = p.mapping(p, s) + } + // Remove leading empty labels. + if p.removeLeadingDots { + for ; len(s) > 0 && s[0] == '.'; s = s[1:] { + } + } + // It seems like we should only create this error on ToASCII, but the + // UTS 46 conformance tests suggests we should always check this. + if err == nil && p.verifyDNSLength && s == "" { + err = &labelError{s, "A4"} + } + labels := labelIter{orig: s} + for ; !labels.done(); labels.next() { + label := labels.label() + if label == "" { + // Empty labels are not okay. The label iterator skips the last + // label if it is empty. + if err == nil && p.verifyDNSLength { + err = &labelError{s, "A4"} + } + continue + } + if strings.HasPrefix(label, acePrefix) { + u, err2 := decode(label[len(acePrefix):]) + if err2 != nil { + if err == nil { + err = err2 + } + // Spec says keep the old label. + continue + } + labels.set(u) + if err == nil && p.validateLabels { + err = p.fromPuny(p, u) + } + if err == nil { + // This should be called on NonTransitional, according to the + // spec, but that currently does not have any effect. Use the + // original profile to preserve options. + err = p.validateLabel(u) + } + } else if err == nil { + err = p.validateLabel(label) + } + } + if toASCII { + for labels.reset(); !labels.done(); labels.next() { + label := labels.label() + if !ascii(label) { + a, err2 := encode(acePrefix, label) + if err == nil { + err = err2 + } + label = a + labels.set(a) + } + n := len(label) + if p.verifyDNSLength && err == nil && (n == 0 || n > 63) { + err = &labelError{label, "A4"} + } + } + } + s = labels.result() + if toASCII && p.verifyDNSLength && err == nil { + // Compute the length of the domain name minus the root label and its dot. + n := len(s) + if n > 0 && s[n-1] == '.' { + n-- + } + if len(s) < 1 || n > 253 { + err = &labelError{s, "A4"} + } + } + return s, err +} + +func normalize(p *Profile, s string) (string, error) { + return norm.NFC.String(s), nil +} + +func validateRegistration(p *Profile, s string) (string, error) { + if !norm.NFC.IsNormalString(s) { + return s, &labelError{s, "V1"} + } + for i := 0; i < len(s); { + v, sz := trie.lookupString(s[i:]) + // Copy bytes not copied so far. + switch p.simplify(info(v).category()) { + // TODO: handle the NV8 defined in the Unicode idna data set to allow + // for strict conformance to IDNA2008. + case valid, deviation: + case disallowed, mapped, unknown, ignored: + r, _ := utf8.DecodeRuneInString(s[i:]) + return s, runeError(r) + } + i += sz + } + return s, nil +} + +func validateAndMap(p *Profile, s string) (string, error) { + var ( + err error + b []byte + k int + ) + for i := 0; i < len(s); { + v, sz := trie.lookupString(s[i:]) + start := i + i += sz + // Copy bytes not copied so far. + switch p.simplify(info(v).category()) { + case valid: + continue + case disallowed: + if err == nil { + r, _ := utf8.DecodeRuneInString(s[start:]) + err = runeError(r) + } + continue + case mapped, deviation: + b = append(b, s[k:start]...) + b = info(v).appendMapping(b, s[start:i]) + case ignored: + b = append(b, s[k:start]...) + // drop the rune + case unknown: + b = append(b, s[k:start]...) + b = append(b, "\ufffd"...) + } + k = i + } + if k == 0 { + // No changes so far. + s = norm.NFC.String(s) + } else { + b = append(b, s[k:]...) + if norm.NFC.QuickSpan(b) != len(b) { + b = norm.NFC.Bytes(b) + } + // TODO: the punycode converters require strings as input. + s = string(b) + } + return s, err +} + +// A labelIter allows iterating over domain name labels. +type labelIter struct { + orig string + slice []string + curStart int + curEnd int + i int +} + +func (l *labelIter) reset() { + l.curStart = 0 + l.curEnd = 0 + l.i = 0 +} + +func (l *labelIter) done() bool { + return l.curStart >= len(l.orig) +} + +func (l *labelIter) result() string { + if l.slice != nil { + return strings.Join(l.slice, ".") + } + return l.orig +} + +func (l *labelIter) label() string { + if l.slice != nil { + return l.slice[l.i] + } + p := strings.IndexByte(l.orig[l.curStart:], '.') + l.curEnd = l.curStart + p + if p == -1 { + l.curEnd = len(l.orig) + } + return l.orig[l.curStart:l.curEnd] +} + +// next sets the value to the next label. It skips the last label if it is empty. +func (l *labelIter) next() { + l.i++ + if l.slice != nil { + if l.i >= len(l.slice) || l.i == len(l.slice)-1 && l.slice[l.i] == "" { + l.curStart = len(l.orig) + } + } else { + l.curStart = l.curEnd + 1 + if l.curStart == len(l.orig)-1 && l.orig[l.curStart] == '.' { + l.curStart = len(l.orig) + } + } +} + +func (l *labelIter) set(s string) { + if l.slice == nil { + l.slice = strings.Split(l.orig, ".") + } + l.slice[l.i] = s +} + +// acePrefix is the ASCII Compatible Encoding prefix. +const acePrefix = "xn--" + +func (p *Profile) simplify(cat category) category { + switch cat { + case disallowedSTD3Mapped: + if p.useSTD3Rules { + cat = disallowed + } else { + cat = mapped + } + case disallowedSTD3Valid: + if p.useSTD3Rules { + cat = disallowed + } else { + cat = valid + } + case deviation: + if !p.transitional { + cat = valid + } + case validNV8, validXV8: + // TODO: handle V2008 + cat = valid + } + return cat +} + +func validateFromPunycode(p *Profile, s string) error { + if !norm.NFC.IsNormalString(s) { + return &labelError{s, "V1"} + } + for i := 0; i < len(s); { + v, sz := trie.lookupString(s[i:]) + if c := p.simplify(info(v).category()); c != valid && c != deviation { + return &labelError{s, "V6"} + } + i += sz + } + return nil +} + +const ( + zwnj = "\u200c" + zwj = "\u200d" +) + +type joinState int8 + +const ( + stateStart joinState = iota + stateVirama + stateBefore + stateBeforeVirama + stateAfter + stateFAIL +) + +var joinStates = [][numJoinTypes]joinState{ + stateStart: { + joiningL: stateBefore, + joiningD: stateBefore, + joinZWNJ: stateFAIL, + joinZWJ: stateFAIL, + joinVirama: stateVirama, + }, + stateVirama: { + joiningL: stateBefore, + joiningD: stateBefore, + }, + stateBefore: { + joiningL: stateBefore, + joiningD: stateBefore, + joiningT: stateBefore, + joinZWNJ: stateAfter, + joinZWJ: stateFAIL, + joinVirama: stateBeforeVirama, + }, + stateBeforeVirama: { + joiningL: stateBefore, + joiningD: stateBefore, + joiningT: stateBefore, + }, + stateAfter: { + joiningL: stateFAIL, + joiningD: stateBefore, + joiningT: stateAfter, + joiningR: stateStart, + joinZWNJ: stateFAIL, + joinZWJ: stateFAIL, + joinVirama: stateAfter, // no-op as we can't accept joiners here + }, + stateFAIL: { + 0: stateFAIL, + joiningL: stateFAIL, + joiningD: stateFAIL, + joiningT: stateFAIL, + joiningR: stateFAIL, + joinZWNJ: stateFAIL, + joinZWJ: stateFAIL, + joinVirama: stateFAIL, + }, +} + +// validateLabel validates the criteria from Section 4.1. Item 1, 4, and 6 are +// already implicitly satisfied by the overall implementation. +func (p *Profile) validateLabel(s string) error { + if s == "" { + if p.verifyDNSLength { + return &labelError{s, "A4"} + } + return nil + } + if p.bidirule != nil && !p.bidirule(s) { + return &labelError{s, "B"} + } + if !p.validateLabels { + return nil + } + trie := p.trie // p.validateLabels is only set if trie is set. + if len(s) > 4 && s[2] == '-' && s[3] == '-' { + return &labelError{s, "V2"} + } + if s[0] == '-' || s[len(s)-1] == '-' { + return &labelError{s, "V3"} + } + // TODO: merge the use of this in the trie. + v, sz := trie.lookupString(s) + x := info(v) + if x.isModifier() { + return &labelError{s, "V5"} + } + // Quickly return in the absence of zero-width (non) joiners. + if strings.Index(s, zwj) == -1 && strings.Index(s, zwnj) == -1 { + return nil + } + st := stateStart + for i := 0; ; { + jt := x.joinType() + if s[i:i+sz] == zwj { + jt = joinZWJ + } else if s[i:i+sz] == zwnj { + jt = joinZWNJ + } + st = joinStates[st][jt] + if x.isViramaModifier() { + st = joinStates[st][joinVirama] + } + if i += sz; i == len(s) { + break + } + v, sz = trie.lookupString(s[i:]) + x = info(v) + } + if st == stateFAIL || st == stateAfter { + return &labelError{s, "C"} + } + return nil +} + +func ascii(s string) bool { + for i := 0; i < len(s); i++ { + if s[i] >= utf8.RuneSelf { + return false + } + } + return true +} diff --git a/vendor/golang.org/x/net/idna/tables.go b/vendor/golang.org/x/net/idna/tables10.0.0.go similarity index 99% rename from vendor/golang.org/x/net/idna/tables.go rename to vendor/golang.org/x/net/idna/tables10.0.0.go index f910b26914..54fddb4b16 100644 --- a/vendor/golang.org/x/net/idna/tables.go +++ b/vendor/golang.org/x/net/idna/tables10.0.0.go @@ -1,11 +1,13 @@ // Code generated by running "go generate" in golang.org/x/text. DO NOT EDIT. +// +build go1.10,!go1.13 + package idna // UnicodeVersion is the Unicode version from which the tables in this package are derived. const UnicodeVersion = "10.0.0" -var mappings string = "" + // Size: 8176 bytes +var mappings string = "" + // Size: 8175 bytes "\x00\x01 \x03 ̈\x01a\x03 ̄\x012\x013\x03 ́\x03 ̧\x011\x01o\x051⁄4\x051⁄2" + "\x053⁄4\x03i̇\x03l·\x03ʼn\x01s\x03dž\x03ⱥ\x03ⱦ\x01h\x01j\x01r\x01w\x01y" + "\x03 ̆\x03 ̇\x03 ̊\x03 ̨\x03 ̃\x03 ̋\x01l\x01x\x04̈́\x03 ι\x01;\x05 ̈́" + @@ -4554,4 +4556,4 @@ var idnaSparseValues = [1915]valueRange{ {value: 0x0040, lo: 0xb0, hi: 0xbf}, } -// Total table size 42115 bytes (41KiB); checksum: F4A1FA4E +// Total table size 42114 bytes (41KiB); checksum: 355A58A4 diff --git a/vendor/golang.org/x/net/idna/tables11.0.0.go b/vendor/golang.org/x/net/idna/tables11.0.0.go new file mode 100644 index 0000000000..c515d7ad2a --- /dev/null +++ b/vendor/golang.org/x/net/idna/tables11.0.0.go @@ -0,0 +1,4653 @@ +// Code generated by running "go generate" in golang.org/x/text. DO NOT EDIT. + +// +build go1.13 + +package idna + +// UnicodeVersion is the Unicode version from which the tables in this package are derived. +const UnicodeVersion = "11.0.0" + +var mappings string = "" + // Size: 8175 bytes + "\x00\x01 \x03 ̈\x01a\x03 ̄\x012\x013\x03 ́\x03 ̧\x011\x01o\x051⁄4\x051⁄2" + + "\x053⁄4\x03i̇\x03l·\x03ʼn\x01s\x03dž\x03ⱥ\x03ⱦ\x01h\x01j\x01r\x01w\x01y" + + "\x03 ̆\x03 ̇\x03 ̊\x03 ̨\x03 ̃\x03 ̋\x01l\x01x\x04̈́\x03 ι\x01;\x05 ̈́" + + "\x04եւ\x04اٴ\x04وٴ\x04ۇٴ\x04يٴ\x06क़\x06ख़\x06ग़\x06ज़\x06ड़\x06ढ़\x06फ़" + + "\x06य़\x06ড়\x06ঢ়\x06য়\x06ਲ਼\x06ਸ਼\x06ਖ਼\x06ਗ਼\x06ਜ਼\x06ਫ਼\x06ଡ଼\x06ଢ଼" + + "\x06ํา\x06ໍາ\x06ຫນ\x06ຫມ\x06གྷ\x06ཌྷ\x06དྷ\x06བྷ\x06ཛྷ\x06ཀྵ\x06ཱི\x06ཱུ" + + "\x06ྲྀ\x09ྲཱྀ\x06ླྀ\x09ླཱྀ\x06ཱྀ\x06ྒྷ\x06ྜྷ\x06ྡྷ\x06ྦྷ\x06ྫྷ\x06ྐྵ\x02" + + "в\x02д\x02о\x02с\x02т\x02ъ\x02ѣ\x02æ\x01b\x01d\x01e\x02ǝ\x01g\x01i\x01k" + + "\x01m\x01n\x02ȣ\x01p\x01t\x01u\x02ɐ\x02ɑ\x02ə\x02ɛ\x02ɜ\x02ŋ\x02ɔ\x02ɯ" + + "\x01v\x02β\x02γ\x02δ\x02φ\x02χ\x02ρ\x02н\x02ɒ\x01c\x02ɕ\x02ð\x01f\x02ɟ" + + "\x02ɡ\x02ɥ\x02ɨ\x02ɩ\x02ɪ\x02ʝ\x02ɭ\x02ʟ\x02ɱ\x02ɰ\x02ɲ\x02ɳ\x02ɴ\x02ɵ" + + "\x02ɸ\x02ʂ\x02ʃ\x02ƫ\x02ʉ\x02ʊ\x02ʋ\x02ʌ\x01z\x02ʐ\x02ʑ\x02ʒ\x02θ\x02ss" + + "\x02ά\x02έ\x02ή\x02ί\x02ό\x02ύ\x02ώ\x05ἀι\x05ἁι\x05ἂι\x05ἃι\x05ἄι\x05ἅι" + + "\x05ἆι\x05ἇι\x05ἠι\x05ἡι\x05ἢι\x05ἣι\x05ἤι\x05ἥι\x05ἦι\x05ἧι\x05ὠι\x05ὡι" + + "\x05ὢι\x05ὣι\x05ὤι\x05ὥι\x05ὦι\x05ὧι\x05ὰι\x04αι\x04άι\x05ᾶι\x02ι\x05 ̈͂" + + "\x05ὴι\x04ηι\x04ήι\x05ῆι\x05 ̓̀\x05 ̓́\x05 ̓͂\x02ΐ\x05 ̔̀\x05 ̔́\x05 ̔͂" + + "\x02ΰ\x05 ̈̀\x01`\x05ὼι\x04ωι\x04ώι\x05ῶι\x06′′\x09′′′\x06‵‵\x09‵‵‵\x02!" + + "!\x02??\x02?!\x02!?\x0c′′′′\x010\x014\x015\x016\x017\x018\x019\x01+\x01=" + + "\x01(\x01)\x02rs\x02ħ\x02no\x01q\x02sm\x02tm\x02ω\x02å\x02א\x02ב\x02ג" + + "\x02ד\x02π\x051⁄7\x051⁄9\x061⁄10\x051⁄3\x052⁄3\x051⁄5\x052⁄5\x053⁄5\x054" + + "⁄5\x051⁄6\x055⁄6\x051⁄8\x053⁄8\x055⁄8\x057⁄8\x041⁄\x02ii\x02iv\x02vi" + + "\x04viii\x02ix\x02xi\x050⁄3\x06∫∫\x09∫∫∫\x06∮∮\x09∮∮∮\x0210\x0211\x0212" + + "\x0213\x0214\x0215\x0216\x0217\x0218\x0219\x0220\x04(10)\x04(11)\x04(12)" + + "\x04(13)\x04(14)\x04(15)\x04(16)\x04(17)\x04(18)\x04(19)\x04(20)\x0c∫∫∫∫" + + "\x02==\x05⫝̸\x02ɫ\x02ɽ\x02ȿ\x02ɀ\x01.\x04 ゙\x04 ゚\x06より\x06コト\x05(ᄀ)\x05" + + "(ᄂ)\x05(ᄃ)\x05(ᄅ)\x05(ᄆ)\x05(ᄇ)\x05(ᄉ)\x05(ᄋ)\x05(ᄌ)\x05(ᄎ)\x05(ᄏ)\x05(ᄐ" + + ")\x05(ᄑ)\x05(ᄒ)\x05(가)\x05(나)\x05(다)\x05(라)\x05(마)\x05(바)\x05(사)\x05(아)" + + "\x05(자)\x05(차)\x05(카)\x05(타)\x05(파)\x05(하)\x05(주)\x08(오전)\x08(오후)\x05(一)" + + "\x05(二)\x05(三)\x05(四)\x05(五)\x05(六)\x05(七)\x05(八)\x05(九)\x05(十)\x05(月)" + + "\x05(火)\x05(水)\x05(木)\x05(金)\x05(土)\x05(日)\x05(株)\x05(有)\x05(社)\x05(名)" + + "\x05(特)\x05(財)\x05(祝)\x05(労)\x05(代)\x05(呼)\x05(学)\x05(監)\x05(企)\x05(資)" + + "\x05(協)\x05(祭)\x05(休)\x05(自)\x05(至)\x0221\x0222\x0223\x0224\x0225\x0226" + + "\x0227\x0228\x0229\x0230\x0231\x0232\x0233\x0234\x0235\x06참고\x06주의\x0236" + + "\x0237\x0238\x0239\x0240\x0241\x0242\x0243\x0244\x0245\x0246\x0247\x0248" + + "\x0249\x0250\x041月\x042月\x043月\x044月\x045月\x046月\x047月\x048月\x049月\x0510" + + "月\x0511月\x0512月\x02hg\x02ev\x0cアパート\x0cアルファ\x0cアンペア\x09アール\x0cイニング\x09" + + "インチ\x09ウォン\x0fエスクード\x0cエーカー\x09オンス\x09オーム\x09カイリ\x0cカラット\x0cカロリー\x09ガロ" + + "ン\x09ガンマ\x06ギガ\x09ギニー\x0cキュリー\x0cギルダー\x06キロ\x0fキログラム\x12キロメートル\x0fキロワッ" + + "ト\x09グラム\x0fグラムトン\x0fクルゼイロ\x0cクローネ\x09ケース\x09コルナ\x09コーポ\x0cサイクル\x0fサンチ" + + "ーム\x0cシリング\x09センチ\x09セント\x09ダース\x06デシ\x06ドル\x06トン\x06ナノ\x09ノット\x09ハイツ" + + "\x0fパーセント\x09パーツ\x0cバーレル\x0fピアストル\x09ピクル\x06ピコ\x06ビル\x0fファラッド\x0cフィート" + + "\x0fブッシェル\x09フラン\x0fヘクタール\x06ペソ\x09ペニヒ\x09ヘルツ\x09ペンス\x09ページ\x09ベータ\x0cポイ" + + "ント\x09ボルト\x06ホン\x09ポンド\x09ホール\x09ホーン\x0cマイクロ\x09マイル\x09マッハ\x09マルク\x0fマ" + + "ンション\x0cミクロン\x06ミリ\x0fミリバール\x06メガ\x0cメガトン\x0cメートル\x09ヤード\x09ヤール\x09ユアン" + + "\x0cリットル\x06リラ\x09ルピー\x0cルーブル\x06レム\x0fレントゲン\x09ワット\x040点\x041点\x042点" + + "\x043点\x044点\x045点\x046点\x047点\x048点\x049点\x0510点\x0511点\x0512点\x0513点" + + "\x0514点\x0515点\x0516点\x0517点\x0518点\x0519点\x0520点\x0521点\x0522点\x0523点" + + "\x0524点\x02da\x02au\x02ov\x02pc\x02dm\x02iu\x06平成\x06昭和\x06大正\x06明治\x0c株" + + "式会社\x02pa\x02na\x02ma\x02ka\x02kb\x02mb\x02gb\x04kcal\x02pf\x02nf\x02m" + + "g\x02kg\x02hz\x02ml\x02dl\x02kl\x02fm\x02nm\x02mm\x02cm\x02km\x02m2\x02m" + + "3\x05m∕s\x06m∕s2\x07rad∕s\x08rad∕s2\x02ps\x02ns\x02ms\x02pv\x02nv\x02mv" + + "\x02kv\x02pw\x02nw\x02mw\x02kw\x02bq\x02cc\x02cd\x06c∕kg\x02db\x02gy\x02" + + "ha\x02hp\x02in\x02kk\x02kt\x02lm\x02ln\x02lx\x02ph\x02pr\x02sr\x02sv\x02" + + "wb\x05v∕m\x05a∕m\x041日\x042日\x043日\x044日\x045日\x046日\x047日\x048日\x049日" + + "\x0510日\x0511日\x0512日\x0513日\x0514日\x0515日\x0516日\x0517日\x0518日\x0519日" + + "\x0520日\x0521日\x0522日\x0523日\x0524日\x0525日\x0526日\x0527日\x0528日\x0529日" + + "\x0530日\x0531日\x02ь\x02ɦ\x02ɬ\x02ʞ\x02ʇ\x02œ\x04𤋮\x04𢡊\x04𢡄\x04𣏕\x04𥉉" + + "\x04𥳐\x04𧻓\x02ff\x02fi\x02fl\x02st\x04մն\x04մե\x04մի\x04վն\x04մխ\x04יִ" + + "\x04ײַ\x02ע\x02ה\x02כ\x02ל\x02ם\x02ר\x02ת\x04שׁ\x04שׂ\x06שּׁ\x06שּׂ\x04א" + + "ַ\x04אָ\x04אּ\x04בּ\x04גּ\x04דּ\x04הּ\x04וּ\x04זּ\x04טּ\x04יּ\x04ךּ\x04" + + "כּ\x04לּ\x04מּ\x04נּ\x04סּ\x04ףּ\x04פּ\x04צּ\x04קּ\x04רּ\x04שּ\x04תּ" + + "\x04וֹ\x04בֿ\x04כֿ\x04פֿ\x04אל\x02ٱ\x02ٻ\x02پ\x02ڀ\x02ٺ\x02ٿ\x02ٹ\x02ڤ" + + "\x02ڦ\x02ڄ\x02ڃ\x02چ\x02ڇ\x02ڍ\x02ڌ\x02ڎ\x02ڈ\x02ژ\x02ڑ\x02ک\x02گ\x02ڳ" + + "\x02ڱ\x02ں\x02ڻ\x02ۀ\x02ہ\x02ھ\x02ے\x02ۓ\x02ڭ\x02ۇ\x02ۆ\x02ۈ\x02ۋ\x02ۅ" + + "\x02ۉ\x02ې\x02ى\x04ئا\x04ئە\x04ئو\x04ئۇ\x04ئۆ\x04ئۈ\x04ئې\x04ئى\x02ی\x04" + + "ئج\x04ئح\x04ئم\x04ئي\x04بج\x04بح\x04بخ\x04بم\x04بى\x04بي\x04تج\x04تح" + + "\x04تخ\x04تم\x04تى\x04تي\x04ثج\x04ثم\x04ثى\x04ثي\x04جح\x04جم\x04حج\x04حم" + + "\x04خج\x04خح\x04خم\x04سج\x04سح\x04سخ\x04سم\x04صح\x04صم\x04ضج\x04ضح\x04ضخ" + + "\x04ضم\x04طح\x04طم\x04ظم\x04عج\x04عم\x04غج\x04غم\x04فج\x04فح\x04فخ\x04فم" + + "\x04فى\x04في\x04قح\x04قم\x04قى\x04قي\x04كا\x04كج\x04كح\x04كخ\x04كل\x04كم" + + "\x04كى\x04كي\x04لج\x04لح\x04لخ\x04لم\x04لى\x04لي\x04مج\x04مح\x04مخ\x04مم" + + "\x04مى\x04مي\x04نج\x04نح\x04نخ\x04نم\x04نى\x04ني\x04هج\x04هم\x04هى\x04هي" + + "\x04يج\x04يح\x04يخ\x04يم\x04يى\x04يي\x04ذٰ\x04رٰ\x04ىٰ\x05 ٌّ\x05 ٍّ\x05" + + " َّ\x05 ُّ\x05 ِّ\x05 ّٰ\x04ئر\x04ئز\x04ئن\x04بر\x04بز\x04بن\x04تر\x04تز" + + "\x04تن\x04ثر\x04ثز\x04ثن\x04ما\x04نر\x04نز\x04نن\x04ير\x04يز\x04ين\x04ئخ" + + "\x04ئه\x04به\x04ته\x04صخ\x04له\x04نه\x04هٰ\x04يه\x04ثه\x04سه\x04شم\x04شه" + + "\x06ـَّ\x06ـُّ\x06ـِّ\x04طى\x04طي\x04عى\x04عي\x04غى\x04غي\x04سى\x04سي" + + "\x04شى\x04شي\x04حى\x04حي\x04جى\x04جي\x04خى\x04خي\x04صى\x04صي\x04ضى\x04ضي" + + "\x04شج\x04شح\x04شخ\x04شر\x04سر\x04صر\x04ضر\x04اً\x06تجم\x06تحج\x06تحم" + + "\x06تخم\x06تمج\x06تمح\x06تمخ\x06جمح\x06حمي\x06حمى\x06سحج\x06سجح\x06سجى" + + "\x06سمح\x06سمج\x06سمم\x06صحح\x06صمم\x06شحم\x06شجي\x06شمخ\x06شمم\x06ضحى" + + "\x06ضخم\x06طمح\x06طمم\x06طمي\x06عجم\x06عمم\x06عمى\x06غمم\x06غمي\x06غمى" + + "\x06فخم\x06قمح\x06قمم\x06لحم\x06لحي\x06لحى\x06لجج\x06لخم\x06لمح\x06محج" + + "\x06محم\x06محي\x06مجح\x06مجم\x06مخج\x06مخم\x06مجخ\x06همج\x06همم\x06نحم" + + "\x06نحى\x06نجم\x06نجى\x06نمي\x06نمى\x06يمم\x06بخي\x06تجي\x06تجى\x06تخي" + + "\x06تخى\x06تمي\x06تمى\x06جمي\x06جحى\x06جمى\x06سخى\x06صحي\x06شحي\x06ضحي" + + "\x06لجي\x06لمي\x06يحي\x06يجي\x06يمي\x06ممي\x06قمي\x06نحي\x06عمي\x06كمي" + + "\x06نجح\x06مخي\x06لجم\x06كمم\x06جحي\x06حجي\x06مجي\x06فمي\x06بحي\x06سخي" + + "\x06نجي\x06صلے\x06قلے\x08الله\x08اكبر\x08محمد\x08صلعم\x08رسول\x08عليه" + + "\x08وسلم\x06صلى!صلى الله عليه وسلم\x0fجل جلاله\x08ریال\x01,\x01:\x01!" + + "\x01?\x01_\x01{\x01}\x01[\x01]\x01#\x01&\x01*\x01-\x01<\x01>\x01\\\x01$" + + "\x01%\x01@\x04ـً\x04ـَ\x04ـُ\x04ـِ\x04ـّ\x04ـْ\x02ء\x02آ\x02أ\x02ؤ\x02إ" + + "\x02ئ\x02ا\x02ب\x02ة\x02ت\x02ث\x02ج\x02ح\x02خ\x02د\x02ذ\x02ر\x02ز\x02س" + + "\x02ش\x02ص\x02ض\x02ط\x02ظ\x02ع\x02غ\x02ف\x02ق\x02ك\x02ل\x02م\x02ن\x02ه" + + "\x02و\x02ي\x04لآ\x04لأ\x04لإ\x04لا\x01\x22\x01'\x01/\x01^\x01|\x01~\x02¢" + + "\x02£\x02¬\x02¦\x02¥\x08𝅗𝅥\x08𝅘𝅥\x0c𝅘𝅥𝅮\x0c𝅘𝅥𝅯\x0c𝅘𝅥𝅰\x0c𝅘𝅥𝅱\x0c𝅘𝅥𝅲\x08𝆹" + + "𝅥\x08𝆺𝅥\x0c𝆹𝅥𝅮\x0c𝆺𝅥𝅮\x0c𝆹𝅥𝅯\x0c𝆺𝅥𝅯\x02ı\x02ȷ\x02α\x02ε\x02ζ\x02η\x02" + + "κ\x02λ\x02μ\x02ν\x02ξ\x02ο\x02σ\x02τ\x02υ\x02ψ\x03∇\x03∂\x02ϝ\x02ٮ\x02ڡ" + + "\x02ٯ\x020,\x021,\x022,\x023,\x024,\x025,\x026,\x027,\x028,\x029,\x03(a)" + + "\x03(b)\x03(c)\x03(d)\x03(e)\x03(f)\x03(g)\x03(h)\x03(i)\x03(j)\x03(k)" + + "\x03(l)\x03(m)\x03(n)\x03(o)\x03(p)\x03(q)\x03(r)\x03(s)\x03(t)\x03(u)" + + "\x03(v)\x03(w)\x03(x)\x03(y)\x03(z)\x07〔s〕\x02wz\x02hv\x02sd\x03ppv\x02w" + + "c\x02mc\x02md\x02dj\x06ほか\x06ココ\x03サ\x03手\x03字\x03双\x03デ\x03二\x03多\x03解" + + "\x03天\x03交\x03映\x03無\x03料\x03前\x03後\x03再\x03新\x03初\x03終\x03生\x03販\x03声" + + "\x03吹\x03演\x03投\x03捕\x03一\x03三\x03遊\x03左\x03中\x03右\x03指\x03走\x03打\x03禁" + + "\x03空\x03合\x03満\x03有\x03月\x03申\x03割\x03営\x03配\x09〔本〕\x09〔三〕\x09〔二〕\x09〔安" + + "〕\x09〔点〕\x09〔打〕\x09〔盗〕\x09〔勝〕\x09〔敗〕\x03得\x03可\x03丽\x03丸\x03乁\x03你\x03" + + "侮\x03侻\x03倂\x03偺\x03備\x03僧\x03像\x03㒞\x03免\x03兔\x03兤\x03具\x03㒹\x03內\x03" + + "冗\x03冤\x03仌\x03冬\x03况\x03凵\x03刃\x03㓟\x03刻\x03剆\x03剷\x03㔕\x03勇\x03勉\x03" + + "勤\x03勺\x03包\x03匆\x03北\x03卉\x03卑\x03博\x03即\x03卽\x03卿\x03灰\x03及\x03叟\x03" + + "叫\x03叱\x03吆\x03咞\x03吸\x03呈\x03周\x03咢\x03哶\x03唐\x03啓\x03啣\x03善\x03喙\x03" + + "喫\x03喳\x03嗂\x03圖\x03嘆\x03圗\x03噑\x03噴\x03切\x03壮\x03城\x03埴\x03堍\x03型\x03" + + "堲\x03報\x03墬\x03売\x03壷\x03夆\x03夢\x03奢\x03姬\x03娛\x03娧\x03姘\x03婦\x03㛮\x03" + + "嬈\x03嬾\x03寃\x03寘\x03寧\x03寳\x03寿\x03将\x03尢\x03㞁\x03屠\x03屮\x03峀\x03岍\x03" + + "嵃\x03嵮\x03嵫\x03嵼\x03巡\x03巢\x03㠯\x03巽\x03帨\x03帽\x03幩\x03㡢\x03㡼\x03庰\x03" + + "庳\x03庶\x03廊\x03廾\x03舁\x03弢\x03㣇\x03形\x03彫\x03㣣\x03徚\x03忍\x03志\x03忹\x03" + + "悁\x03㤺\x03㤜\x03悔\x03惇\x03慈\x03慌\x03慎\x03慺\x03憎\x03憲\x03憤\x03憯\x03懞\x03" + + "懲\x03懶\x03成\x03戛\x03扝\x03抱\x03拔\x03捐\x03挽\x03拼\x03捨\x03掃\x03揤\x03搢\x03" + + "揅\x03掩\x03㨮\x03摩\x03摾\x03撝\x03摷\x03㩬\x03敏\x03敬\x03旣\x03書\x03晉\x03㬙\x03" + + "暑\x03㬈\x03㫤\x03冒\x03冕\x03最\x03暜\x03肭\x03䏙\x03朗\x03望\x03朡\x03杞\x03杓\x03" + + "㭉\x03柺\x03枅\x03桒\x03梅\x03梎\x03栟\x03椔\x03㮝\x03楂\x03榣\x03槪\x03檨\x03櫛\x03" + + "㰘\x03次\x03歔\x03㱎\x03歲\x03殟\x03殺\x03殻\x03汎\x03沿\x03泍\x03汧\x03洖\x03派\x03" + + "海\x03流\x03浩\x03浸\x03涅\x03洴\x03港\x03湮\x03㴳\x03滋\x03滇\x03淹\x03潮\x03濆\x03" + + "瀹\x03瀞\x03瀛\x03㶖\x03灊\x03災\x03灷\x03炭\x03煅\x03熜\x03爨\x03爵\x03牐\x03犀\x03" + + "犕\x03獺\x03王\x03㺬\x03玥\x03㺸\x03瑇\x03瑜\x03瑱\x03璅\x03瓊\x03㼛\x03甤\x03甾\x03" + + "異\x03瘐\x03㿼\x03䀈\x03直\x03眞\x03真\x03睊\x03䀹\x03瞋\x03䁆\x03䂖\x03硎\x03碌\x03" + + "磌\x03䃣\x03祖\x03福\x03秫\x03䄯\x03穀\x03穊\x03穏\x03䈂\x03篆\x03築\x03䈧\x03糒\x03" + + "䊠\x03糨\x03糣\x03紀\x03絣\x03䌁\x03緇\x03縂\x03繅\x03䌴\x03䍙\x03罺\x03羕\x03翺\x03" + + "者\x03聠\x03聰\x03䏕\x03育\x03脃\x03䐋\x03脾\x03媵\x03舄\x03辞\x03䑫\x03芑\x03芋\x03" + + "芝\x03劳\x03花\x03芳\x03芽\x03苦\x03若\x03茝\x03荣\x03莭\x03茣\x03莽\x03菧\x03著\x03" + + "荓\x03菊\x03菌\x03菜\x03䔫\x03蓱\x03蓳\x03蔖\x03蕤\x03䕝\x03䕡\x03䕫\x03虐\x03虜\x03" + + "虧\x03虩\x03蚩\x03蚈\x03蜎\x03蛢\x03蝹\x03蜨\x03蝫\x03螆\x03蟡\x03蠁\x03䗹\x03衠\x03" + + "衣\x03裗\x03裞\x03䘵\x03裺\x03㒻\x03䚾\x03䛇\x03誠\x03諭\x03變\x03豕\x03貫\x03賁\x03" + + "贛\x03起\x03跋\x03趼\x03跰\x03軔\x03輸\x03邔\x03郱\x03鄑\x03鄛\x03鈸\x03鋗\x03鋘\x03" + + "鉼\x03鏹\x03鐕\x03開\x03䦕\x03閷\x03䧦\x03雃\x03嶲\x03霣\x03䩮\x03䩶\x03韠\x03䪲\x03" + + "頋\x03頩\x03飢\x03䬳\x03餩\x03馧\x03駂\x03駾\x03䯎\x03鬒\x03鱀\x03鳽\x03䳎\x03䳭\x03" + + "鵧\x03䳸\x03麻\x03䵖\x03黹\x03黾\x03鼅\x03鼏\x03鼖\x03鼻" + +var xorData string = "" + // Size: 4855 bytes + "\x02\x0c\x09\x02\xb0\xec\x02\xad\xd8\x02\xad\xd9\x02\x06\x07\x02\x0f\x12" + + "\x02\x0f\x1f\x02\x0f\x1d\x02\x01\x13\x02\x0f\x16\x02\x0f\x0b\x02\x0f3" + + "\x02\x0f7\x02\x0f?\x02\x0f/\x02\x0f*\x02\x0c&\x02\x0c*\x02\x0c;\x02\x0c9" + + "\x02\x0c%\x02\xab\xed\x02\xab\xe2\x02\xab\xe3\x02\xa9\xe0\x02\xa9\xe1" + + "\x02\xa9\xe6\x02\xa3\xcb\x02\xa3\xc8\x02\xa3\xc9\x02\x01#\x02\x01\x08" + + "\x02\x0e>\x02\x0e'\x02\x0f\x03\x02\x03\x0d\x02\x03\x09\x02\x03\x17\x02" + + "\x03\x0e\x02\x02\x03\x02\x011\x02\x01\x00\x02\x01\x10\x02\x03<\x02\x07" + + "\x0d\x02\x02\x0c\x02\x0c0\x02\x01\x03\x02\x01\x01\x02\x01 \x02\x01\x22" + + "\x02\x01)\x02\x01\x0a\x02\x01\x0c\x02\x02\x06\x02\x02\x02\x02\x03\x10" + + "\x03\x037 \x03\x0b+\x03\x02\x01\x04\x02\x01\x02\x02\x019\x02\x03\x1c\x02" + + "\x02$\x03\x80p$\x02\x03:\x02\x03\x0a\x03\xc1r.\x03\xc1r,\x03\xc1r\x02" + + "\x02\x02:\x02\x02>\x02\x02,\x02\x02\x10\x02\x02\x00\x03\xc1s<\x03\xc1s*" + + "\x03\xc2L$\x03\xc2L;\x02\x09)\x02\x0a\x19\x03\x83\xab\xe3\x03\x83\xab" + + "\xf2\x03 4\xe0\x03\x81\xab\xea\x03\x81\xab\xf3\x03 4\xef\x03\x96\xe1\xcd" + + "\x03\x84\xe5\xc3\x02\x0d\x11\x03\x8b\xec\xcb\x03\x94\xec\xcf\x03\x9a\xec" + + "\xc2\x03\x8b\xec\xdb\x03\x94\xec\xdf\x03\x9a\xec\xd2\x03\x01\x0c!\x03" + + "\x01\x0c#\x03ʠ\x9d\x03ʣ\x9c\x03ʢ\x9f\x03ʥ\x9e\x03ʤ\x91\x03ʧ\x90\x03ʦ\x93" + + "\x03ʩ\x92\x03ʨ\x95\x03\xca\xf3\xb5\x03\xca\xf0\xb4\x03\xca\xf1\xb7\x03" + + "\xca\xf6\xb6\x03\xca\xf7\x89\x03\xca\xf4\x88\x03\xca\xf5\x8b\x03\xca\xfa" + + "\x8a\x03\xca\xfb\x8d\x03\xca\xf8\x8c\x03\xca\xf9\x8f\x03\xca\xfe\x8e\x03" + + "\xca\xff\x81\x03\xca\xfc\x80\x03\xca\xfd\x83\x03\xca\xe2\x82\x03\xca\xe3" + + "\x85\x03\xca\xe0\x84\x03\xca\xe1\x87\x03\xca\xe6\x86\x03\xca\xe7\x99\x03" + + "\xca\xe4\x98\x03\xca\xe5\x9b\x03\xca\xea\x9a\x03\xca\xeb\x9d\x03\xca\xe8" + + "\x9c\x03ؓ\x89\x03ߔ\x8b\x02\x010\x03\x03\x04\x1e\x03\x04\x15\x12\x03\x0b" + + "\x05,\x03\x06\x04\x00\x03\x06\x04)\x03\x06\x044\x03\x06\x04<\x03\x06\x05" + + "\x1d\x03\x06\x06\x00\x03\x06\x06\x0a\x03\x06\x06'\x03\x06\x062\x03\x0786" + + "\x03\x079/\x03\x079 \x03\x07:\x0e\x03\x07:\x1b\x03\x07:%\x03\x07;/\x03" + + "\x07;%\x03\x074\x11\x03\x076\x09\x03\x077*\x03\x070\x01\x03\x070\x0f\x03" + + "\x070.\x03\x071\x16\x03\x071\x04\x03\x0710\x03\x072\x18\x03\x072-\x03" + + "\x073\x14\x03\x073>\x03\x07'\x09\x03\x07 \x00\x03\x07\x1f\x0b\x03\x07" + + "\x18#\x03\x07\x18(\x03\x07\x186\x03\x07\x18\x03\x03\x07\x19\x16\x03\x07" + + "\x116\x03\x07\x12'\x03\x07\x13\x10\x03\x07\x0c&\x03\x07\x0c\x08\x03\x07" + + "\x0c\x13\x03\x07\x0d\x02\x03\x07\x0d\x1c\x03\x07\x0b5\x03\x07\x0b\x0a" + + "\x03\x07\x0b\x01\x03\x07\x0b\x0f\x03\x07\x05\x00\x03\x07\x05\x09\x03\x07" + + "\x05\x0b\x03\x07\x07\x01\x03\x07\x07\x08\x03\x07\x00<\x03\x07\x00+\x03" + + "\x07\x01)\x03\x07\x01\x1b\x03\x07\x01\x08\x03\x07\x03?\x03\x0445\x03\x04" + + "4\x08\x03\x0454\x03\x04)/\x03\x04)5\x03\x04+\x05\x03\x04+\x14\x03\x04+ " + + "\x03\x04+<\x03\x04*&\x03\x04*\x22\x03\x04&8\x03\x04!\x01\x03\x04!\x22" + + "\x03\x04\x11+\x03\x04\x10.\x03\x04\x104\x03\x04\x13=\x03\x04\x12\x04\x03" + + "\x04\x12\x0a\x03\x04\x0d\x1d\x03\x04\x0d\x07\x03\x04\x0d \x03\x05<>\x03" + + "\x055<\x03\x055!\x03\x055#\x03\x055&\x03\x054\x1d\x03\x054\x02\x03\x054" + + "\x07\x03\x0571\x03\x053\x1a\x03\x053\x16\x03\x05.<\x03\x05.\x07\x03\x05)" + + ":\x03\x05)<\x03\x05)\x0c\x03\x05)\x15\x03\x05+-\x03\x05+5\x03\x05$\x1e" + + "\x03\x05$\x14\x03\x05'\x04\x03\x05'\x14\x03\x05&\x02\x03\x05\x226\x03" + + "\x05\x22\x0c\x03\x05\x22\x1c\x03\x05\x19\x0a\x03\x05\x1b\x09\x03\x05\x1b" + + "\x0c\x03\x05\x14\x07\x03\x05\x16?\x03\x05\x16\x0c\x03\x05\x0c\x05\x03" + + "\x05\x0e\x0f\x03\x05\x01\x0e\x03\x05\x00(\x03\x05\x030\x03\x05\x03\x06" + + "\x03\x0a==\x03\x0a=1\x03\x0a=,\x03\x0a=\x0c\x03\x0a??\x03\x0a<\x08\x03" + + "\x0a9!\x03\x0a9)\x03\x0a97\x03\x0a99\x03\x0a6\x0a\x03\x0a6\x1c\x03\x0a6" + + "\x17\x03\x0a7'\x03\x0a78\x03\x0a73\x03\x0a'\x01\x03\x0a'&\x03\x0a\x1f" + + "\x0e\x03\x0a\x1f\x03\x03\x0a\x1f3\x03\x0a\x1b/\x03\x0a\x18\x19\x03\x0a" + + "\x19\x01\x03\x0a\x16\x14\x03\x0a\x0e\x22\x03\x0a\x0f\x10\x03\x0a\x0f\x02" + + "\x03\x0a\x0f \x03\x0a\x0c\x04\x03\x0a\x0b>\x03\x0a\x0b+\x03\x0a\x08/\x03" + + "\x0a\x046\x03\x0a\x05\x14\x03\x0a\x00\x04\x03\x0a\x00\x10\x03\x0a\x00" + + "\x14\x03\x0b<3\x03\x0b;*\x03\x0b9\x22\x03\x0b9)\x03\x0b97\x03\x0b+\x10" + + "\x03\x0b((\x03\x0b&5\x03\x0b$\x1c\x03\x0b$\x12\x03\x0b%\x04\x03\x0b#<" + + "\x03\x0b#0\x03\x0b#\x0d\x03\x0b#\x19\x03\x0b!:\x03\x0b!\x1f\x03\x0b!\x00" + + "\x03\x0b\x1e5\x03\x0b\x1c\x1d\x03\x0b\x1d-\x03\x0b\x1d(\x03\x0b\x18.\x03" + + "\x0b\x18 \x03\x0b\x18\x16\x03\x0b\x14\x13\x03\x0b\x15$\x03\x0b\x15\x22" + + "\x03\x0b\x12\x1b\x03\x0b\x12\x10\x03\x0b\x132\x03\x0b\x13=\x03\x0b\x12" + + "\x18\x03\x0b\x0c&\x03\x0b\x061\x03\x0b\x06:\x03\x0b\x05#\x03\x0b\x05<" + + "\x03\x0b\x04\x0b\x03\x0b\x04\x04\x03\x0b\x04\x1b\x03\x0b\x042\x03\x0b" + + "\x041\x03\x0b\x03\x03\x03\x0b\x03\x1d\x03\x0b\x03/\x03\x0b\x03+\x03\x0b" + + "\x02\x1b\x03\x0b\x02\x00\x03\x0b\x01\x1e\x03\x0b\x01\x08\x03\x0b\x015" + + "\x03\x06\x0d9\x03\x06\x0d=\x03\x06\x0d?\x03\x02\x001\x03\x02\x003\x03" + + "\x02\x02\x19\x03\x02\x006\x03\x02\x02\x1b\x03\x02\x004\x03\x02\x00<\x03" + + "\x02\x02\x0a\x03\x02\x02\x0e\x03\x02\x01\x1a\x03\x02\x01\x07\x03\x02\x01" + + "\x05\x03\x02\x01\x0b\x03\x02\x01%\x03\x02\x01\x0c\x03\x02\x01\x04\x03" + + "\x02\x01\x1c\x03\x02\x00.\x03\x02\x002\x03\x02\x00>\x03\x02\x00\x12\x03" + + "\x02\x00\x16\x03\x02\x011\x03\x02\x013\x03\x02\x02 \x03\x02\x02%\x03\x02" + + "\x02$\x03\x02\x028\x03\x02\x02;\x03\x02\x024\x03\x02\x012\x03\x02\x022" + + "\x03\x02\x02/\x03\x02\x01,\x03\x02\x01\x13\x03\x02\x01\x16\x03\x02\x01" + + "\x11\x03\x02\x01\x1e\x03\x02\x01\x15\x03\x02\x01\x17\x03\x02\x01\x0f\x03" + + "\x02\x01\x08\x03\x02\x00?\x03\x02\x03\x07\x03\x02\x03\x0d\x03\x02\x03" + + "\x13\x03\x02\x03\x1d\x03\x02\x03\x1f\x03\x02\x00\x03\x03\x02\x00\x0d\x03" + + "\x02\x00\x01\x03\x02\x00\x1b\x03\x02\x00\x19\x03\x02\x00\x18\x03\x02\x00" + + "\x13\x03\x02\x00/\x03\x07>\x12\x03\x07<\x1f\x03\x07>\x1d\x03\x06\x1d\x0e" + + "\x03\x07>\x1c\x03\x07>:\x03\x07>\x13\x03\x04\x12+\x03\x07?\x03\x03\x07>" + + "\x02\x03\x06\x224\x03\x06\x1a.\x03\x07<%\x03\x06\x1c\x0b\x03\x0609\x03" + + "\x05\x1f\x01\x03\x04'\x08\x03\x93\xfd\xf5\x03\x02\x0d \x03\x02\x0d#\x03" + + "\x02\x0d!\x03\x02\x0d&\x03\x02\x0d\x22\x03\x02\x0d/\x03\x02\x0d,\x03\x02" + + "\x0d$\x03\x02\x0d'\x03\x02\x0d%\x03\x02\x0d;\x03\x02\x0d=\x03\x02\x0d?" + + "\x03\x099.\x03\x08\x0b7\x03\x08\x02\x14\x03\x08\x14\x0d\x03\x08.:\x03" + + "\x089'\x03\x0f\x0b\x18\x03\x0f\x1c1\x03\x0f\x17&\x03\x0f9\x1f\x03\x0f0" + + "\x0c\x03\x0e\x0a9\x03\x0e\x056\x03\x0e\x1c#\x03\x0f\x13\x0e\x03\x072\x00" + + "\x03\x070\x0d\x03\x072\x0b\x03\x06\x11\x18\x03\x070\x10\x03\x06\x0f(\x03" + + "\x072\x05\x03\x06\x0f,\x03\x073\x15\x03\x06\x07\x08\x03\x05\x16\x02\x03" + + "\x04\x0b \x03\x05:8\x03\x05\x16%\x03\x0a\x0d\x1f\x03\x06\x16\x10\x03\x05" + + "\x1d5\x03\x05*;\x03\x05\x16\x1b\x03\x04.-\x03\x06\x1a\x19\x03\x04\x03," + + "\x03\x0b87\x03\x04/\x0a\x03\x06\x00,\x03\x04-\x01\x03\x04\x1e-\x03\x06/(" + + "\x03\x0a\x0b5\x03\x06\x0e7\x03\x06\x07.\x03\x0597\x03\x0a*%\x03\x0760" + + "\x03\x06\x0c;\x03\x05'\x00\x03\x072.\x03\x072\x08\x03\x06=\x01\x03\x06" + + "\x05\x1b\x03\x06\x06\x12\x03\x06$=\x03\x06'\x0d\x03\x04\x11\x0f\x03\x076" + + ",\x03\x06\x07;\x03\x06.,\x03\x86\xf9\xea\x03\x8f\xff\xeb\x02\x092\x02" + + "\x095\x02\x094\x02\x09;\x02\x09>\x02\x098\x02\x09*\x02\x09/\x02\x09,\x02" + + "\x09%\x02\x09&\x02\x09#\x02\x09 \x02\x08!\x02\x08%\x02\x08$\x02\x08+\x02" + + "\x08.\x02\x08*\x02\x08&\x02\x088\x02\x08>\x02\x084\x02\x086\x02\x080\x02" + + "\x08\x10\x02\x08\x17\x02\x08\x12\x02\x08\x1d\x02\x08\x1f\x02\x08\x13\x02" + + "\x08\x15\x02\x08\x14\x02\x08\x0c\x03\x8b\xfd\xd0\x03\x81\xec\xc6\x03\x87" + + "\xe0\x8a\x03-2\xe3\x03\x80\xef\xe4\x03-2\xea\x03\x88\xe6\xeb\x03\x8e\xe6" + + "\xe8\x03\x84\xe6\xe9\x03\x97\xe6\xee\x03-2\xf9\x03-2\xf6\x03\x8e\xe3\xad" + + "\x03\x80\xe3\x92\x03\x88\xe3\x90\x03\x8e\xe3\x90\x03\x80\xe3\x97\x03\x88" + + "\xe3\x95\x03\x88\xfe\xcb\x03\x8e\xfe\xca\x03\x84\xfe\xcd\x03\x91\xef\xc9" + + "\x03-2\xc1\x03-2\xc0\x03-2\xcb\x03\x88@\x09\x03\x8e@\x08\x03\x8f\xe0\xf5" + + "\x03\x8e\xe6\xf9\x03\x8e\xe0\xfa\x03\x93\xff\xf4\x03\x84\xee\xd3\x03\x0b" + + "(\x04\x023 \x021;\x02\x01*\x03\x0b#\x10\x03\x0b 0\x03\x0b!\x10\x03\x0b!0" + + "\x03\x07\x15\x08\x03\x09?5\x03\x07\x1f\x08\x03\x07\x17\x0b\x03\x09\x1f" + + "\x15\x03\x0b\x1c7\x03\x0a+#\x03\x06\x1a\x1b\x03\x06\x1a\x14\x03\x0a\x01" + + "\x18\x03\x06#\x1b\x03\x0a2\x0c\x03\x0a\x01\x04\x03\x09#;\x03\x08='\x03" + + "\x08\x1a\x0a\x03\x07\x03\x0a\x111\x03\x09\x1b\x09\x03\x073.\x03\x07\x01\x00" + + "\x03\x09/,\x03\x07#>\x03\x07\x048\x03\x0a\x1f\x22\x03\x098>\x03\x09\x11" + + "\x00\x03\x08/\x17\x03\x06'\x22\x03\x0b\x1a+\x03\x0a\x22\x19\x03\x0a/1" + + "\x03\x0974\x03\x09\x0f\x22\x03\x08,\x22\x03\x08?\x14\x03\x07$5\x03\x07<3" + + "\x03\x07=*\x03\x07\x13\x18\x03\x068\x0a\x03\x06\x09\x16\x03\x06\x13\x00" + + "\x03\x08\x067\x03\x08\x01\x03\x03\x08\x12\x1d\x03\x07+7\x03\x06(;\x03" + + "\x06\x1c?\x03\x07\x0e\x17\x03\x0a\x06\x1d\x03\x0a\x19\x07\x03\x08\x14$" + + "\x03\x07$;\x03\x08,$\x03\x08\x06\x0d\x03\x07\x16\x0a\x03\x06>>\x03\x0a" + + "\x06\x12\x03\x0a\x14)\x03\x09\x0d\x1f\x03\x09\x12\x17\x03\x09\x19\x01" + + "\x03\x08\x11 \x03\x08\x1d'\x03\x06<\x1a\x03\x0a.\x00\x03\x07'\x18\x03" + + "\x0a\x22\x08\x03\x08\x0d\x0a\x03\x08\x13)\x03\x07*)\x03\x06<,\x03\x07" + + "\x0b\x1a\x03\x09.\x14\x03\x09\x0d\x1e\x03\x07\x0e#\x03\x0b\x1d'\x03\x0a" + + "\x0a8\x03\x09%2\x03\x08+&\x03\x080\x12\x03\x0a)4\x03\x08\x06\x1f\x03\x0b" + + "\x1b\x1a\x03\x0a\x1b\x0f\x03\x0b\x1d*\x03\x09\x16$\x03\x090\x11\x03\x08" + + "\x11\x08\x03\x0a*(\x03\x0a\x042\x03\x089,\x03\x074'\x03\x07\x0f\x05\x03" + + "\x09\x0b\x0a\x03\x07\x1b\x01\x03\x09\x17:\x03\x09.\x0d\x03\x07.\x11\x03" + + "\x09+\x15\x03\x080\x13\x03\x0b\x1f\x19\x03\x0a \x11\x03\x0a\x220\x03\x09" + + "\x07;\x03\x08\x16\x1c\x03\x07,\x13\x03\x07\x0e/\x03\x06\x221\x03\x0a." + + "\x0a\x03\x0a7\x02\x03\x0a\x032\x03\x0a\x1d.\x03\x091\x06\x03\x09\x19:" + + "\x03\x08\x02/\x03\x060+\x03\x06\x0f-\x03\x06\x1c\x1f\x03\x06\x1d\x07\x03" + + "\x0a,\x11\x03\x09=\x0d\x03\x09\x0b;\x03\x07\x1b/\x03\x0a\x1f:\x03\x09 " + + "\x1f\x03\x09.\x10\x03\x094\x0b\x03\x09\x1a1\x03\x08#\x1a\x03\x084\x1d" + + "\x03\x08\x01\x1f\x03\x08\x11\x22\x03\x07'8\x03\x07\x1a>\x03\x0757\x03" + + "\x06&9\x03\x06+\x11\x03\x0a.\x0b\x03\x0a,>\x03\x0a4#\x03\x08%\x17\x03" + + "\x07\x05\x22\x03\x07\x0c\x0b\x03\x0a\x1d+\x03\x0a\x19\x16\x03\x09+\x1f" + + "\x03\x09\x08\x0b\x03\x08\x16\x18\x03\x08+\x12\x03\x0b\x1d\x0c\x03\x0a=" + + "\x10\x03\x0a\x09\x0d\x03\x0a\x10\x11\x03\x09&0\x03\x08(\x1f\x03\x087\x07" + + "\x03\x08\x185\x03\x07'6\x03\x06.\x05\x03\x06=\x04\x03\x06;;\x03\x06\x06," + + "\x03\x0b\x18>\x03\x08\x00\x18\x03\x06 \x03\x03\x06<\x00\x03\x09%\x18\x03" + + "\x0b\x1c<\x03\x0a%!\x03\x0a\x09\x12\x03\x0a\x16\x02\x03\x090'\x03\x09" + + "\x0e=\x03\x08 \x0e\x03\x08>\x03\x03\x074>\x03\x06&?\x03\x06\x19\x09\x03" + + "\x06?(\x03\x0a-\x0e\x03\x09:3\x03\x098:\x03\x09\x12\x0b\x03\x09\x1d\x17" + + "\x03\x087\x05\x03\x082\x14\x03\x08\x06%\x03\x08\x13\x1f\x03\x06\x06\x0e" + + "\x03\x0a\x22<\x03\x09/<\x03\x06>+\x03\x0a'?\x03\x0a\x13\x0c\x03\x09\x10<" + + "\x03\x07\x1b=\x03\x0a\x19\x13\x03\x09\x22\x1d\x03\x09\x07\x0d\x03\x08)" + + "\x1c\x03\x06=\x1a\x03\x0a/4\x03\x0a7\x11\x03\x0a\x16:\x03\x09?3\x03\x09:" + + "/\x03\x09\x05\x0a\x03\x09\x14\x06\x03\x087\x22\x03\x080\x07\x03\x08\x1a" + + "\x1f\x03\x07\x04(\x03\x07\x04\x09\x03\x06 %\x03\x06<\x08\x03\x0a+\x14" + + "\x03\x09\x1d\x16\x03\x0a70\x03\x08 >\x03\x0857\x03\x070\x0a\x03\x06=\x12" + + "\x03\x06\x16%\x03\x06\x1d,\x03\x099#\x03\x09\x10>\x03\x07 \x1e\x03\x08" + + "\x0c<\x03\x08\x0b\x18\x03\x08\x15+\x03\x08,:\x03\x08%\x22\x03\x07\x0a$" + + "\x03\x0b\x1c=\x03\x07+\x08\x03\x0a/\x05\x03\x0a \x07\x03\x0a\x12'\x03" + + "\x09#\x11\x03\x08\x1b\x15\x03\x0a\x06\x01\x03\x09\x1c\x1b\x03\x0922\x03" + + "\x07\x14<\x03\x07\x09\x04\x03\x061\x04\x03\x07\x0e\x01\x03\x0a\x13\x18" + + "\x03\x0a-\x0c\x03\x0a?\x0d\x03\x0a\x09\x0a\x03\x091&\x03\x0a/\x0b\x03" + + "\x08$<\x03\x083\x1d\x03\x08\x0c$\x03\x08\x0d\x07\x03\x08\x0d?\x03\x08" + + "\x0e\x14\x03\x065\x0a\x03\x08\x1a#\x03\x08\x16#\x03\x0702\x03\x07\x03" + + "\x1a\x03\x06(\x1d\x03\x06+\x1b\x03\x06\x0b\x05\x03\x06\x0b\x17\x03\x06" + + "\x0c\x04\x03\x06\x1e\x19\x03\x06+0\x03\x062\x18\x03\x0b\x16\x1e\x03\x0a+" + + "\x16\x03\x0a-?\x03\x0a#:\x03\x0a#\x10\x03\x0a%$\x03\x0a>+\x03\x0a01\x03" + + "\x0a1\x10\x03\x0a\x099\x03\x0a\x0a\x12\x03\x0a\x19\x1f\x03\x0a\x19\x12" + + "\x03\x09*)\x03\x09-\x16\x03\x09.1\x03\x09.2\x03\x09<\x0e\x03\x09> \x03" + + "\x093\x12\x03\x09\x0b\x01\x03\x09\x1c2\x03\x09\x11\x1c\x03\x09\x15%\x03" + + "\x08,&\x03\x08!\x22\x03\x089(\x03\x08\x0b\x1a\x03\x08\x0d2\x03\x08\x0c" + + "\x04\x03\x08\x0c\x06\x03\x08\x0c\x1f\x03\x08\x0c\x0c\x03\x08\x0f\x1f\x03" + + "\x08\x0f\x1d\x03\x08\x00\x14\x03\x08\x03\x14\x03\x08\x06\x16\x03\x08\x1e" + + "#\x03\x08\x11\x11\x03\x08\x10\x18\x03\x08\x14(\x03\x07)\x1e\x03\x07.1" + + "\x03\x07 $\x03\x07 '\x03\x078\x08\x03\x07\x0d0\x03\x07\x0f7\x03\x07\x05#" + + "\x03\x07\x05\x1a\x03\x07\x1a7\x03\x07\x1d-\x03\x07\x17\x10\x03\x06)\x1f" + + "\x03\x062\x0b\x03\x066\x16\x03\x06\x09\x11\x03\x09(\x1e\x03\x07!5\x03" + + "\x0b\x11\x16\x03\x0a/\x04\x03\x0a,\x1a\x03\x0b\x173\x03\x0a,1\x03\x0a/5" + + "\x03\x0a\x221\x03\x0a\x22\x0d\x03\x0a?%\x03\x0a<,\x03\x0a?#\x03\x0a>\x19" + + "\x03\x0a\x08&\x03\x0a\x0b\x0e\x03\x0a\x0c:\x03\x0a\x0c+\x03\x0a\x03\x22" + + "\x03\x0a\x06)\x03\x0a\x11\x10\x03\x0a\x11\x1a\x03\x0a\x17-\x03\x0a\x14(" + + "\x03\x09)\x1e\x03\x09/\x09\x03\x09.\x00\x03\x09,\x07\x03\x09/*\x03\x09-9" + + "\x03\x09\x228\x03\x09%\x09\x03\x09:\x12\x03\x09;\x1d\x03\x09?\x06\x03" + + "\x093%\x03\x096\x05\x03\x096\x08\x03\x097\x02\x03\x09\x07,\x03\x09\x04," + + "\x03\x09\x1f\x16\x03\x09\x11\x03\x03\x09\x11\x12\x03\x09\x168\x03\x08*" + + "\x05\x03\x08/2\x03\x084:\x03\x08\x22+\x03\x08 0\x03\x08&\x0a\x03\x08;" + + "\x10\x03\x08>$\x03\x08>\x18\x03\x0829\x03\x082:\x03\x081,\x03\x081<\x03" + + "\x081\x1c\x03\x087#\x03\x087*\x03\x08\x09'\x03\x08\x00\x1d\x03\x08\x05-" + + "\x03\x08\x1f4\x03\x08\x1d\x04\x03\x08\x16\x0f\x03\x07*7\x03\x07'!\x03" + + "\x07%\x1b\x03\x077\x0c\x03\x07\x0c1\x03\x07\x0c.\x03\x07\x00\x06\x03\x07" + + "\x01\x02\x03\x07\x010\x03\x07\x06=\x03\x07\x01\x03\x03\x07\x01\x13\x03" + + "\x07\x06\x06\x03\x07\x05\x0a\x03\x07\x1f\x09\x03\x07\x17:\x03\x06*1\x03" + + "\x06-\x1d\x03\x06\x223\x03\x062:\x03\x060$\x03\x066\x1e\x03\x064\x12\x03" + + "\x0645\x03\x06\x0b\x00\x03\x06\x0b7\x03\x06\x07\x1f\x03\x06\x15\x12\x03" + + "\x0c\x05\x0f\x03\x0b+\x0b\x03\x0b+-\x03\x06\x16\x1b\x03\x06\x15\x17\x03" + + "\x89\xca\xea\x03\x89\xca\xe8\x03\x0c8\x10\x03\x0c8\x01\x03\x0c8\x0f\x03" + + "\x0d8%\x03\x0d8!\x03\x0c8-\x03\x0c8/\x03\x0c8+\x03\x0c87\x03\x0c85\x03" + + "\x0c9\x09\x03\x0c9\x0d\x03\x0c9\x0f\x03\x0c9\x0b\x03\xcfu\x0c\x03\xcfu" + + "\x0f\x03\xcfu\x0e\x03\xcfu\x09\x03\x0c9\x10\x03\x0d9\x0c\x03\xcf`;\x03" + + "\xcf`>\x03\xcf`9\x03\xcf`8\x03\xcf`7\x03\xcf`*\x03\xcf`-\x03\xcf`,\x03" + + "\x0d\x1b\x1a\x03\x0d\x1b&\x03\x0c=.\x03\x0c=%\x03\x0c>\x1e\x03\x0c>\x14" + + "\x03\x0c?\x06\x03\x0c?\x0b\x03\x0c?\x0c\x03\x0c?\x0d\x03\x0c?\x02\x03" + + "\x0c>\x0f\x03\x0c>\x08\x03\x0c>\x09\x03\x0c>,\x03\x0c>\x0c\x03\x0c?\x13" + + "\x03\x0c?\x16\x03\x0c?\x15\x03\x0c?\x1c\x03\x0c?\x1f\x03\x0c?\x1d\x03" + + "\x0c?\x1a\x03\x0c?\x17\x03\x0c?\x08\x03\x0c?\x09\x03\x0c?\x0e\x03\x0c?" + + "\x04\x03\x0c?\x05\x03\x0c" + + "\x03\x0c=2\x03\x0c=6\x03\x0c<\x07\x03\x0c<\x05\x03\x0e:!\x03\x0e:#\x03" + + "\x0e8\x09\x03\x0e:&\x03\x0e8\x0b\x03\x0e:$\x03\x0e:,\x03\x0e8\x1a\x03" + + "\x0e8\x1e\x03\x0e:*\x03\x0e:7\x03\x0e:5\x03\x0e:;\x03\x0e:\x15\x03\x0e:<" + + "\x03\x0e:4\x03\x0e:'\x03\x0e:-\x03\x0e:%\x03\x0e:?\x03\x0e:=\x03\x0e:)" + + "\x03\x0e:/\x03\xcfs'\x03\x0d=\x0f\x03\x0d+*\x03\x0d99\x03\x0d9;\x03\x0d9" + + "?\x03\x0d)\x0d\x03\x0d(%\x02\x01\x18\x02\x01(\x02\x01\x1e\x03\x0f$!\x03" + + "\x0f87\x03\x0f4\x0e\x03\x0f5\x1d\x03\x06'\x03\x03\x0f\x08\x18\x03\x0f" + + "\x0d\x1b\x03\x0e2=\x03\x0e;\x08\x03\x0e:\x0b\x03\x0e\x06$\x03\x0e\x0d)" + + "\x03\x0e\x16\x1f\x03\x0e\x16\x1b\x03\x0d$\x0a\x03\x05,\x1d\x03\x0d. \x03" + + "\x0d.#\x03\x0c(/\x03\x09%\x02\x03\x0d90\x03\x0d\x0e4\x03\x0d\x0d\x0f\x03" + + "\x0c#\x00\x03\x0c,\x1e\x03\x0c2\x0e\x03\x0c\x01\x17\x03\x0c\x09:\x03\x0e" + + "\x173\x03\x0c\x08\x03\x03\x0c\x11\x07\x03\x0c\x10\x18\x03\x0c\x1f\x1c" + + "\x03\x0c\x19\x0e\x03\x0c\x1a\x1f\x03\x0f0>\x03\x0b->\x03\x0b<+\x03\x0b8" + + "\x13\x03\x0b\x043\x03\x0b\x14\x03\x03\x0b\x16%\x03\x0d\x22&\x03\x0b\x1a" + + "\x1a\x03\x0b\x1a\x04\x03\x0a%9\x03\x0a&2\x03\x0a&0\x03\x0a!\x1a\x03\x0a!" + + "7\x03\x0a5\x10\x03\x0a=4\x03\x0a?\x0e\x03\x0a>\x10\x03\x0a\x00 \x03\x0a" + + "\x0f:\x03\x0a\x0f9\x03\x0a\x0b\x0a\x03\x0a\x17%\x03\x0a\x1b-\x03\x09-" + + "\x1a\x03\x09,4\x03\x09.,\x03\x09)\x09\x03\x096!\x03\x091\x1f\x03\x093" + + "\x16\x03\x0c+\x1f\x03\x098 \x03\x098=\x03\x0c(\x1a\x03\x0c(\x16\x03\x09" + + "\x0a+\x03\x09\x16\x12\x03\x09\x13\x0e\x03\x09\x153\x03\x08)!\x03\x09\x1a" + + "\x01\x03\x09\x18\x01\x03\x08%#\x03\x08>\x22\x03\x08\x05%\x03\x08\x02*" + + "\x03\x08\x15;\x03\x08\x1b7\x03\x0f\x07\x1d\x03\x0f\x04\x03\x03\x070\x0c" + + "\x03\x07;\x0b\x03\x07\x08\x17\x03\x07\x12\x06\x03\x06/-\x03\x0671\x03" + + "\x065+\x03\x06>7\x03\x06\x049\x03\x05+\x1e\x03\x05,\x17\x03\x05 \x1d\x03" + + "\x05\x22\x05\x03\x050\x1d" + +// lookup returns the trie value for the first UTF-8 encoding in s and +// the width in bytes of this encoding. The size will be 0 if s does not +// hold enough bytes to complete the encoding. len(s) must be greater than 0. +func (t *idnaTrie) lookup(s []byte) (v uint16, sz int) { + c0 := s[0] + switch { + case c0 < 0x80: // is ASCII + return idnaValues[c0], 1 + case c0 < 0xC2: + return 0, 1 // Illegal UTF-8: not a starter, not ASCII. + case c0 < 0xE0: // 2-byte UTF-8 + if len(s) < 2 { + return 0, 0 + } + i := idnaIndex[c0] + c1 := s[1] + if c1 < 0x80 || 0xC0 <= c1 { + return 0, 1 // Illegal UTF-8: not a continuation byte. + } + return t.lookupValue(uint32(i), c1), 2 + case c0 < 0xF0: // 3-byte UTF-8 + if len(s) < 3 { + return 0, 0 + } + i := idnaIndex[c0] + c1 := s[1] + if c1 < 0x80 || 0xC0 <= c1 { + return 0, 1 // Illegal UTF-8: not a continuation byte. + } + o := uint32(i)<<6 + uint32(c1) + i = idnaIndex[o] + c2 := s[2] + if c2 < 0x80 || 0xC0 <= c2 { + return 0, 2 // Illegal UTF-8: not a continuation byte. + } + return t.lookupValue(uint32(i), c2), 3 + case c0 < 0xF8: // 4-byte UTF-8 + if len(s) < 4 { + return 0, 0 + } + i := idnaIndex[c0] + c1 := s[1] + if c1 < 0x80 || 0xC0 <= c1 { + return 0, 1 // Illegal UTF-8: not a continuation byte. + } + o := uint32(i)<<6 + uint32(c1) + i = idnaIndex[o] + c2 := s[2] + if c2 < 0x80 || 0xC0 <= c2 { + return 0, 2 // Illegal UTF-8: not a continuation byte. + } + o = uint32(i)<<6 + uint32(c2) + i = idnaIndex[o] + c3 := s[3] + if c3 < 0x80 || 0xC0 <= c3 { + return 0, 3 // Illegal UTF-8: not a continuation byte. + } + return t.lookupValue(uint32(i), c3), 4 + } + // Illegal rune + return 0, 1 +} + +// lookupUnsafe returns the trie value for the first UTF-8 encoding in s. +// s must start with a full and valid UTF-8 encoded rune. +func (t *idnaTrie) lookupUnsafe(s []byte) uint16 { + c0 := s[0] + if c0 < 0x80 { // is ASCII + return idnaValues[c0] + } + i := idnaIndex[c0] + if c0 < 0xE0 { // 2-byte UTF-8 + return t.lookupValue(uint32(i), s[1]) + } + i = idnaIndex[uint32(i)<<6+uint32(s[1])] + if c0 < 0xF0 { // 3-byte UTF-8 + return t.lookupValue(uint32(i), s[2]) + } + i = idnaIndex[uint32(i)<<6+uint32(s[2])] + if c0 < 0xF8 { // 4-byte UTF-8 + return t.lookupValue(uint32(i), s[3]) + } + return 0 +} + +// lookupString returns the trie value for the first UTF-8 encoding in s and +// the width in bytes of this encoding. The size will be 0 if s does not +// hold enough bytes to complete the encoding. len(s) must be greater than 0. +func (t *idnaTrie) lookupString(s string) (v uint16, sz int) { + c0 := s[0] + switch { + case c0 < 0x80: // is ASCII + return idnaValues[c0], 1 + case c0 < 0xC2: + return 0, 1 // Illegal UTF-8: not a starter, not ASCII. + case c0 < 0xE0: // 2-byte UTF-8 + if len(s) < 2 { + return 0, 0 + } + i := idnaIndex[c0] + c1 := s[1] + if c1 < 0x80 || 0xC0 <= c1 { + return 0, 1 // Illegal UTF-8: not a continuation byte. + } + return t.lookupValue(uint32(i), c1), 2 + case c0 < 0xF0: // 3-byte UTF-8 + if len(s) < 3 { + return 0, 0 + } + i := idnaIndex[c0] + c1 := s[1] + if c1 < 0x80 || 0xC0 <= c1 { + return 0, 1 // Illegal UTF-8: not a continuation byte. + } + o := uint32(i)<<6 + uint32(c1) + i = idnaIndex[o] + c2 := s[2] + if c2 < 0x80 || 0xC0 <= c2 { + return 0, 2 // Illegal UTF-8: not a continuation byte. + } + return t.lookupValue(uint32(i), c2), 3 + case c0 < 0xF8: // 4-byte UTF-8 + if len(s) < 4 { + return 0, 0 + } + i := idnaIndex[c0] + c1 := s[1] + if c1 < 0x80 || 0xC0 <= c1 { + return 0, 1 // Illegal UTF-8: not a continuation byte. + } + o := uint32(i)<<6 + uint32(c1) + i = idnaIndex[o] + c2 := s[2] + if c2 < 0x80 || 0xC0 <= c2 { + return 0, 2 // Illegal UTF-8: not a continuation byte. + } + o = uint32(i)<<6 + uint32(c2) + i = idnaIndex[o] + c3 := s[3] + if c3 < 0x80 || 0xC0 <= c3 { + return 0, 3 // Illegal UTF-8: not a continuation byte. + } + return t.lookupValue(uint32(i), c3), 4 + } + // Illegal rune + return 0, 1 +} + +// lookupStringUnsafe returns the trie value for the first UTF-8 encoding in s. +// s must start with a full and valid UTF-8 encoded rune. +func (t *idnaTrie) lookupStringUnsafe(s string) uint16 { + c0 := s[0] + if c0 < 0x80 { // is ASCII + return idnaValues[c0] + } + i := idnaIndex[c0] + if c0 < 0xE0 { // 2-byte UTF-8 + return t.lookupValue(uint32(i), s[1]) + } + i = idnaIndex[uint32(i)<<6+uint32(s[1])] + if c0 < 0xF0 { // 3-byte UTF-8 + return t.lookupValue(uint32(i), s[2]) + } + i = idnaIndex[uint32(i)<<6+uint32(s[2])] + if c0 < 0xF8 { // 4-byte UTF-8 + return t.lookupValue(uint32(i), s[3]) + } + return 0 +} + +// idnaTrie. Total size: 29404 bytes (28.71 KiB). Checksum: 848c45acb5f7991c. +type idnaTrie struct{} + +func newIdnaTrie(i int) *idnaTrie { + return &idnaTrie{} +} + +// lookupValue determines the type of block n and looks up the value for b. +func (t *idnaTrie) lookupValue(n uint32, b byte) uint16 { + switch { + case n < 125: + return uint16(idnaValues[n<<6+uint32(b)]) + default: + n -= 125 + return uint16(idnaSparse.lookup(n, b)) + } +} + +// idnaValues: 127 blocks, 8128 entries, 16256 bytes +// The third block is the zero block. +var idnaValues = [8128]uint16{ + // Block 0x0, offset 0x0 + 0x00: 0x0080, 0x01: 0x0080, 0x02: 0x0080, 0x03: 0x0080, 0x04: 0x0080, 0x05: 0x0080, + 0x06: 0x0080, 0x07: 0x0080, 0x08: 0x0080, 0x09: 0x0080, 0x0a: 0x0080, 0x0b: 0x0080, + 0x0c: 0x0080, 0x0d: 0x0080, 0x0e: 0x0080, 0x0f: 0x0080, 0x10: 0x0080, 0x11: 0x0080, + 0x12: 0x0080, 0x13: 0x0080, 0x14: 0x0080, 0x15: 0x0080, 0x16: 0x0080, 0x17: 0x0080, + 0x18: 0x0080, 0x19: 0x0080, 0x1a: 0x0080, 0x1b: 0x0080, 0x1c: 0x0080, 0x1d: 0x0080, + 0x1e: 0x0080, 0x1f: 0x0080, 0x20: 0x0080, 0x21: 0x0080, 0x22: 0x0080, 0x23: 0x0080, + 0x24: 0x0080, 0x25: 0x0080, 0x26: 0x0080, 0x27: 0x0080, 0x28: 0x0080, 0x29: 0x0080, + 0x2a: 0x0080, 0x2b: 0x0080, 0x2c: 0x0080, 0x2d: 0x0008, 0x2e: 0x0008, 0x2f: 0x0080, + 0x30: 0x0008, 0x31: 0x0008, 0x32: 0x0008, 0x33: 0x0008, 0x34: 0x0008, 0x35: 0x0008, + 0x36: 0x0008, 0x37: 0x0008, 0x38: 0x0008, 0x39: 0x0008, 0x3a: 0x0080, 0x3b: 0x0080, + 0x3c: 0x0080, 0x3d: 0x0080, 0x3e: 0x0080, 0x3f: 0x0080, + // Block 0x1, offset 0x40 + 0x40: 0x0080, 0x41: 0xe105, 0x42: 0xe105, 0x43: 0xe105, 0x44: 0xe105, 0x45: 0xe105, + 0x46: 0xe105, 0x47: 0xe105, 0x48: 0xe105, 0x49: 0xe105, 0x4a: 0xe105, 0x4b: 0xe105, + 0x4c: 0xe105, 0x4d: 0xe105, 0x4e: 0xe105, 0x4f: 0xe105, 0x50: 0xe105, 0x51: 0xe105, + 0x52: 0xe105, 0x53: 0xe105, 0x54: 0xe105, 0x55: 0xe105, 0x56: 0xe105, 0x57: 0xe105, + 0x58: 0xe105, 0x59: 0xe105, 0x5a: 0xe105, 0x5b: 0x0080, 0x5c: 0x0080, 0x5d: 0x0080, + 0x5e: 0x0080, 0x5f: 0x0080, 0x60: 0x0080, 0x61: 0x0008, 0x62: 0x0008, 0x63: 0x0008, + 0x64: 0x0008, 0x65: 0x0008, 0x66: 0x0008, 0x67: 0x0008, 0x68: 0x0008, 0x69: 0x0008, + 0x6a: 0x0008, 0x6b: 0x0008, 0x6c: 0x0008, 0x6d: 0x0008, 0x6e: 0x0008, 0x6f: 0x0008, + 0x70: 0x0008, 0x71: 0x0008, 0x72: 0x0008, 0x73: 0x0008, 0x74: 0x0008, 0x75: 0x0008, + 0x76: 0x0008, 0x77: 0x0008, 0x78: 0x0008, 0x79: 0x0008, 0x7a: 0x0008, 0x7b: 0x0080, + 0x7c: 0x0080, 0x7d: 0x0080, 0x7e: 0x0080, 0x7f: 0x0080, + // Block 0x2, offset 0x80 + // Block 0x3, offset 0xc0 + 0xc0: 0x0040, 0xc1: 0x0040, 0xc2: 0x0040, 0xc3: 0x0040, 0xc4: 0x0040, 0xc5: 0x0040, + 0xc6: 0x0040, 0xc7: 0x0040, 0xc8: 0x0040, 0xc9: 0x0040, 0xca: 0x0040, 0xcb: 0x0040, + 0xcc: 0x0040, 0xcd: 0x0040, 0xce: 0x0040, 0xcf: 0x0040, 0xd0: 0x0040, 0xd1: 0x0040, + 0xd2: 0x0040, 0xd3: 0x0040, 0xd4: 0x0040, 0xd5: 0x0040, 0xd6: 0x0040, 0xd7: 0x0040, + 0xd8: 0x0040, 0xd9: 0x0040, 0xda: 0x0040, 0xdb: 0x0040, 0xdc: 0x0040, 0xdd: 0x0040, + 0xde: 0x0040, 0xdf: 0x0040, 0xe0: 0x000a, 0xe1: 0x0018, 0xe2: 0x0018, 0xe3: 0x0018, + 0xe4: 0x0018, 0xe5: 0x0018, 0xe6: 0x0018, 0xe7: 0x0018, 0xe8: 0x001a, 0xe9: 0x0018, + 0xea: 0x0039, 0xeb: 0x0018, 0xec: 0x0018, 0xed: 0x03c0, 0xee: 0x0018, 0xef: 0x004a, + 0xf0: 0x0018, 0xf1: 0x0018, 0xf2: 0x0069, 0xf3: 0x0079, 0xf4: 0x008a, 0xf5: 0x0005, + 0xf6: 0x0018, 0xf7: 0x0008, 0xf8: 0x00aa, 0xf9: 0x00c9, 0xfa: 0x00d9, 0xfb: 0x0018, + 0xfc: 0x00e9, 0xfd: 0x0119, 0xfe: 0x0149, 0xff: 0x0018, + // Block 0x4, offset 0x100 + 0x100: 0xe00d, 0x101: 0x0008, 0x102: 0xe00d, 0x103: 0x0008, 0x104: 0xe00d, 0x105: 0x0008, + 0x106: 0xe00d, 0x107: 0x0008, 0x108: 0xe00d, 0x109: 0x0008, 0x10a: 0xe00d, 0x10b: 0x0008, + 0x10c: 0xe00d, 0x10d: 0x0008, 0x10e: 0xe00d, 0x10f: 0x0008, 0x110: 0xe00d, 0x111: 0x0008, + 0x112: 0xe00d, 0x113: 0x0008, 0x114: 0xe00d, 0x115: 0x0008, 0x116: 0xe00d, 0x117: 0x0008, + 0x118: 0xe00d, 0x119: 0x0008, 0x11a: 0xe00d, 0x11b: 0x0008, 0x11c: 0xe00d, 0x11d: 0x0008, + 0x11e: 0xe00d, 0x11f: 0x0008, 0x120: 0xe00d, 0x121: 0x0008, 0x122: 0xe00d, 0x123: 0x0008, + 0x124: 0xe00d, 0x125: 0x0008, 0x126: 0xe00d, 0x127: 0x0008, 0x128: 0xe00d, 0x129: 0x0008, + 0x12a: 0xe00d, 0x12b: 0x0008, 0x12c: 0xe00d, 0x12d: 0x0008, 0x12e: 0xe00d, 0x12f: 0x0008, + 0x130: 0x0179, 0x131: 0x0008, 0x132: 0x0035, 0x133: 0x004d, 0x134: 0xe00d, 0x135: 0x0008, + 0x136: 0xe00d, 0x137: 0x0008, 0x138: 0x0008, 0x139: 0xe01d, 0x13a: 0x0008, 0x13b: 0xe03d, + 0x13c: 0x0008, 0x13d: 0xe01d, 0x13e: 0x0008, 0x13f: 0x0199, + // Block 0x5, offset 0x140 + 0x140: 0x0199, 0x141: 0xe01d, 0x142: 0x0008, 0x143: 0xe03d, 0x144: 0x0008, 0x145: 0xe01d, + 0x146: 0x0008, 0x147: 0xe07d, 0x148: 0x0008, 0x149: 0x01b9, 0x14a: 0xe00d, 0x14b: 0x0008, + 0x14c: 0xe00d, 0x14d: 0x0008, 0x14e: 0xe00d, 0x14f: 0x0008, 0x150: 0xe00d, 0x151: 0x0008, + 0x152: 0xe00d, 0x153: 0x0008, 0x154: 0xe00d, 0x155: 0x0008, 0x156: 0xe00d, 0x157: 0x0008, + 0x158: 0xe00d, 0x159: 0x0008, 0x15a: 0xe00d, 0x15b: 0x0008, 0x15c: 0xe00d, 0x15d: 0x0008, + 0x15e: 0xe00d, 0x15f: 0x0008, 0x160: 0xe00d, 0x161: 0x0008, 0x162: 0xe00d, 0x163: 0x0008, + 0x164: 0xe00d, 0x165: 0x0008, 0x166: 0xe00d, 0x167: 0x0008, 0x168: 0xe00d, 0x169: 0x0008, + 0x16a: 0xe00d, 0x16b: 0x0008, 0x16c: 0xe00d, 0x16d: 0x0008, 0x16e: 0xe00d, 0x16f: 0x0008, + 0x170: 0xe00d, 0x171: 0x0008, 0x172: 0xe00d, 0x173: 0x0008, 0x174: 0xe00d, 0x175: 0x0008, + 0x176: 0xe00d, 0x177: 0x0008, 0x178: 0x0065, 0x179: 0xe01d, 0x17a: 0x0008, 0x17b: 0xe03d, + 0x17c: 0x0008, 0x17d: 0xe01d, 0x17e: 0x0008, 0x17f: 0x01d9, + // Block 0x6, offset 0x180 + 0x180: 0x0008, 0x181: 0x007d, 0x182: 0xe00d, 0x183: 0x0008, 0x184: 0xe00d, 0x185: 0x0008, + 0x186: 0x007d, 0x187: 0xe07d, 0x188: 0x0008, 0x189: 0x0095, 0x18a: 0x00ad, 0x18b: 0xe03d, + 0x18c: 0x0008, 0x18d: 0x0008, 0x18e: 0x00c5, 0x18f: 0x00dd, 0x190: 0x00f5, 0x191: 0xe01d, + 0x192: 0x0008, 0x193: 0x010d, 0x194: 0x0125, 0x195: 0x0008, 0x196: 0x013d, 0x197: 0x013d, + 0x198: 0xe00d, 0x199: 0x0008, 0x19a: 0x0008, 0x19b: 0x0008, 0x19c: 0x010d, 0x19d: 0x0155, + 0x19e: 0x0008, 0x19f: 0x016d, 0x1a0: 0xe00d, 0x1a1: 0x0008, 0x1a2: 0xe00d, 0x1a3: 0x0008, + 0x1a4: 0xe00d, 0x1a5: 0x0008, 0x1a6: 0x0185, 0x1a7: 0xe07d, 0x1a8: 0x0008, 0x1a9: 0x019d, + 0x1aa: 0x0008, 0x1ab: 0x0008, 0x1ac: 0xe00d, 0x1ad: 0x0008, 0x1ae: 0x0185, 0x1af: 0xe0fd, + 0x1b0: 0x0008, 0x1b1: 0x01b5, 0x1b2: 0x01cd, 0x1b3: 0xe03d, 0x1b4: 0x0008, 0x1b5: 0xe01d, + 0x1b6: 0x0008, 0x1b7: 0x01e5, 0x1b8: 0xe00d, 0x1b9: 0x0008, 0x1ba: 0x0008, 0x1bb: 0x0008, + 0x1bc: 0xe00d, 0x1bd: 0x0008, 0x1be: 0x0008, 0x1bf: 0x0008, + // Block 0x7, offset 0x1c0 + 0x1c0: 0x0008, 0x1c1: 0x0008, 0x1c2: 0x0008, 0x1c3: 0x0008, 0x1c4: 0x01e9, 0x1c5: 0x01e9, + 0x1c6: 0x01e9, 0x1c7: 0x01fd, 0x1c8: 0x0215, 0x1c9: 0x022d, 0x1ca: 0x0245, 0x1cb: 0x025d, + 0x1cc: 0x0275, 0x1cd: 0xe01d, 0x1ce: 0x0008, 0x1cf: 0xe0fd, 0x1d0: 0x0008, 0x1d1: 0xe01d, + 0x1d2: 0x0008, 0x1d3: 0xe03d, 0x1d4: 0x0008, 0x1d5: 0xe01d, 0x1d6: 0x0008, 0x1d7: 0xe07d, + 0x1d8: 0x0008, 0x1d9: 0xe01d, 0x1da: 0x0008, 0x1db: 0xe03d, 0x1dc: 0x0008, 0x1dd: 0x0008, + 0x1de: 0xe00d, 0x1df: 0x0008, 0x1e0: 0xe00d, 0x1e1: 0x0008, 0x1e2: 0xe00d, 0x1e3: 0x0008, + 0x1e4: 0xe00d, 0x1e5: 0x0008, 0x1e6: 0xe00d, 0x1e7: 0x0008, 0x1e8: 0xe00d, 0x1e9: 0x0008, + 0x1ea: 0xe00d, 0x1eb: 0x0008, 0x1ec: 0xe00d, 0x1ed: 0x0008, 0x1ee: 0xe00d, 0x1ef: 0x0008, + 0x1f0: 0x0008, 0x1f1: 0x028d, 0x1f2: 0x02a5, 0x1f3: 0x02bd, 0x1f4: 0xe00d, 0x1f5: 0x0008, + 0x1f6: 0x02d5, 0x1f7: 0x02ed, 0x1f8: 0xe00d, 0x1f9: 0x0008, 0x1fa: 0xe00d, 0x1fb: 0x0008, + 0x1fc: 0xe00d, 0x1fd: 0x0008, 0x1fe: 0xe00d, 0x1ff: 0x0008, + // Block 0x8, offset 0x200 + 0x200: 0xe00d, 0x201: 0x0008, 0x202: 0xe00d, 0x203: 0x0008, 0x204: 0xe00d, 0x205: 0x0008, + 0x206: 0xe00d, 0x207: 0x0008, 0x208: 0xe00d, 0x209: 0x0008, 0x20a: 0xe00d, 0x20b: 0x0008, + 0x20c: 0xe00d, 0x20d: 0x0008, 0x20e: 0xe00d, 0x20f: 0x0008, 0x210: 0xe00d, 0x211: 0x0008, + 0x212: 0xe00d, 0x213: 0x0008, 0x214: 0xe00d, 0x215: 0x0008, 0x216: 0xe00d, 0x217: 0x0008, + 0x218: 0xe00d, 0x219: 0x0008, 0x21a: 0xe00d, 0x21b: 0x0008, 0x21c: 0xe00d, 0x21d: 0x0008, + 0x21e: 0xe00d, 0x21f: 0x0008, 0x220: 0x0305, 0x221: 0x0008, 0x222: 0xe00d, 0x223: 0x0008, + 0x224: 0xe00d, 0x225: 0x0008, 0x226: 0xe00d, 0x227: 0x0008, 0x228: 0xe00d, 0x229: 0x0008, + 0x22a: 0xe00d, 0x22b: 0x0008, 0x22c: 0xe00d, 0x22d: 0x0008, 0x22e: 0xe00d, 0x22f: 0x0008, + 0x230: 0xe00d, 0x231: 0x0008, 0x232: 0xe00d, 0x233: 0x0008, 0x234: 0x0008, 0x235: 0x0008, + 0x236: 0x0008, 0x237: 0x0008, 0x238: 0x0008, 0x239: 0x0008, 0x23a: 0x0209, 0x23b: 0xe03d, + 0x23c: 0x0008, 0x23d: 0x031d, 0x23e: 0x0229, 0x23f: 0x0008, + // Block 0x9, offset 0x240 + 0x240: 0x0008, 0x241: 0x0008, 0x242: 0x0018, 0x243: 0x0018, 0x244: 0x0018, 0x245: 0x0018, + 0x246: 0x0008, 0x247: 0x0008, 0x248: 0x0008, 0x249: 0x0008, 0x24a: 0x0008, 0x24b: 0x0008, + 0x24c: 0x0008, 0x24d: 0x0008, 0x24e: 0x0008, 0x24f: 0x0008, 0x250: 0x0008, 0x251: 0x0008, + 0x252: 0x0018, 0x253: 0x0018, 0x254: 0x0018, 0x255: 0x0018, 0x256: 0x0018, 0x257: 0x0018, + 0x258: 0x029a, 0x259: 0x02ba, 0x25a: 0x02da, 0x25b: 0x02fa, 0x25c: 0x031a, 0x25d: 0x033a, + 0x25e: 0x0018, 0x25f: 0x0018, 0x260: 0x03ad, 0x261: 0x0359, 0x262: 0x01d9, 0x263: 0x0369, + 0x264: 0x03c5, 0x265: 0x0018, 0x266: 0x0018, 0x267: 0x0018, 0x268: 0x0018, 0x269: 0x0018, + 0x26a: 0x0018, 0x26b: 0x0018, 0x26c: 0x0008, 0x26d: 0x0018, 0x26e: 0x0008, 0x26f: 0x0018, + 0x270: 0x0018, 0x271: 0x0018, 0x272: 0x0018, 0x273: 0x0018, 0x274: 0x0018, 0x275: 0x0018, + 0x276: 0x0018, 0x277: 0x0018, 0x278: 0x0018, 0x279: 0x0018, 0x27a: 0x0018, 0x27b: 0x0018, + 0x27c: 0x0018, 0x27d: 0x0018, 0x27e: 0x0018, 0x27f: 0x0018, + // Block 0xa, offset 0x280 + 0x280: 0x03dd, 0x281: 0x03dd, 0x282: 0x3308, 0x283: 0x03f5, 0x284: 0x0379, 0x285: 0x040d, + 0x286: 0x3308, 0x287: 0x3308, 0x288: 0x3308, 0x289: 0x3308, 0x28a: 0x3308, 0x28b: 0x3308, + 0x28c: 0x3308, 0x28d: 0x3308, 0x28e: 0x3308, 0x28f: 0x33c0, 0x290: 0x3308, 0x291: 0x3308, + 0x292: 0x3308, 0x293: 0x3308, 0x294: 0x3308, 0x295: 0x3308, 0x296: 0x3308, 0x297: 0x3308, + 0x298: 0x3308, 0x299: 0x3308, 0x29a: 0x3308, 0x29b: 0x3308, 0x29c: 0x3308, 0x29d: 0x3308, + 0x29e: 0x3308, 0x29f: 0x3308, 0x2a0: 0x3308, 0x2a1: 0x3308, 0x2a2: 0x3308, 0x2a3: 0x3308, + 0x2a4: 0x3308, 0x2a5: 0x3308, 0x2a6: 0x3308, 0x2a7: 0x3308, 0x2a8: 0x3308, 0x2a9: 0x3308, + 0x2aa: 0x3308, 0x2ab: 0x3308, 0x2ac: 0x3308, 0x2ad: 0x3308, 0x2ae: 0x3308, 0x2af: 0x3308, + 0x2b0: 0xe00d, 0x2b1: 0x0008, 0x2b2: 0xe00d, 0x2b3: 0x0008, 0x2b4: 0x0425, 0x2b5: 0x0008, + 0x2b6: 0xe00d, 0x2b7: 0x0008, 0x2b8: 0x0040, 0x2b9: 0x0040, 0x2ba: 0x03a2, 0x2bb: 0x0008, + 0x2bc: 0x0008, 0x2bd: 0x0008, 0x2be: 0x03c2, 0x2bf: 0x043d, + // Block 0xb, offset 0x2c0 + 0x2c0: 0x0040, 0x2c1: 0x0040, 0x2c2: 0x0040, 0x2c3: 0x0040, 0x2c4: 0x008a, 0x2c5: 0x03d2, + 0x2c6: 0xe155, 0x2c7: 0x0455, 0x2c8: 0xe12d, 0x2c9: 0xe13d, 0x2ca: 0xe12d, 0x2cb: 0x0040, + 0x2cc: 0x03dd, 0x2cd: 0x0040, 0x2ce: 0x046d, 0x2cf: 0x0485, 0x2d0: 0x0008, 0x2d1: 0xe105, + 0x2d2: 0xe105, 0x2d3: 0xe105, 0x2d4: 0xe105, 0x2d5: 0xe105, 0x2d6: 0xe105, 0x2d7: 0xe105, + 0x2d8: 0xe105, 0x2d9: 0xe105, 0x2da: 0xe105, 0x2db: 0xe105, 0x2dc: 0xe105, 0x2dd: 0xe105, + 0x2de: 0xe105, 0x2df: 0xe105, 0x2e0: 0x049d, 0x2e1: 0x049d, 0x2e2: 0x0040, 0x2e3: 0x049d, + 0x2e4: 0x049d, 0x2e5: 0x049d, 0x2e6: 0x049d, 0x2e7: 0x049d, 0x2e8: 0x049d, 0x2e9: 0x049d, + 0x2ea: 0x049d, 0x2eb: 0x049d, 0x2ec: 0x0008, 0x2ed: 0x0008, 0x2ee: 0x0008, 0x2ef: 0x0008, + 0x2f0: 0x0008, 0x2f1: 0x0008, 0x2f2: 0x0008, 0x2f3: 0x0008, 0x2f4: 0x0008, 0x2f5: 0x0008, + 0x2f6: 0x0008, 0x2f7: 0x0008, 0x2f8: 0x0008, 0x2f9: 0x0008, 0x2fa: 0x0008, 0x2fb: 0x0008, + 0x2fc: 0x0008, 0x2fd: 0x0008, 0x2fe: 0x0008, 0x2ff: 0x0008, + // Block 0xc, offset 0x300 + 0x300: 0x0008, 0x301: 0x0008, 0x302: 0xe00f, 0x303: 0x0008, 0x304: 0x0008, 0x305: 0x0008, + 0x306: 0x0008, 0x307: 0x0008, 0x308: 0x0008, 0x309: 0x0008, 0x30a: 0x0008, 0x30b: 0x0008, + 0x30c: 0x0008, 0x30d: 0x0008, 0x30e: 0x0008, 0x30f: 0xe0c5, 0x310: 0x04b5, 0x311: 0x04cd, + 0x312: 0xe0bd, 0x313: 0xe0f5, 0x314: 0xe0fd, 0x315: 0xe09d, 0x316: 0xe0b5, 0x317: 0x0008, + 0x318: 0xe00d, 0x319: 0x0008, 0x31a: 0xe00d, 0x31b: 0x0008, 0x31c: 0xe00d, 0x31d: 0x0008, + 0x31e: 0xe00d, 0x31f: 0x0008, 0x320: 0xe00d, 0x321: 0x0008, 0x322: 0xe00d, 0x323: 0x0008, + 0x324: 0xe00d, 0x325: 0x0008, 0x326: 0xe00d, 0x327: 0x0008, 0x328: 0xe00d, 0x329: 0x0008, + 0x32a: 0xe00d, 0x32b: 0x0008, 0x32c: 0xe00d, 0x32d: 0x0008, 0x32e: 0xe00d, 0x32f: 0x0008, + 0x330: 0x04e5, 0x331: 0xe185, 0x332: 0xe18d, 0x333: 0x0008, 0x334: 0x04fd, 0x335: 0x03dd, + 0x336: 0x0018, 0x337: 0xe07d, 0x338: 0x0008, 0x339: 0xe1d5, 0x33a: 0xe00d, 0x33b: 0x0008, + 0x33c: 0x0008, 0x33d: 0x0515, 0x33e: 0x052d, 0x33f: 0x052d, + // Block 0xd, offset 0x340 + 0x340: 0x0008, 0x341: 0x0008, 0x342: 0x0008, 0x343: 0x0008, 0x344: 0x0008, 0x345: 0x0008, + 0x346: 0x0008, 0x347: 0x0008, 0x348: 0x0008, 0x349: 0x0008, 0x34a: 0x0008, 0x34b: 0x0008, + 0x34c: 0x0008, 0x34d: 0x0008, 0x34e: 0x0008, 0x34f: 0x0008, 0x350: 0x0008, 0x351: 0x0008, + 0x352: 0x0008, 0x353: 0x0008, 0x354: 0x0008, 0x355: 0x0008, 0x356: 0x0008, 0x357: 0x0008, + 0x358: 0x0008, 0x359: 0x0008, 0x35a: 0x0008, 0x35b: 0x0008, 0x35c: 0x0008, 0x35d: 0x0008, + 0x35e: 0x0008, 0x35f: 0x0008, 0x360: 0xe00d, 0x361: 0x0008, 0x362: 0xe00d, 0x363: 0x0008, + 0x364: 0xe00d, 0x365: 0x0008, 0x366: 0xe00d, 0x367: 0x0008, 0x368: 0xe00d, 0x369: 0x0008, + 0x36a: 0xe00d, 0x36b: 0x0008, 0x36c: 0xe00d, 0x36d: 0x0008, 0x36e: 0xe00d, 0x36f: 0x0008, + 0x370: 0xe00d, 0x371: 0x0008, 0x372: 0xe00d, 0x373: 0x0008, 0x374: 0xe00d, 0x375: 0x0008, + 0x376: 0xe00d, 0x377: 0x0008, 0x378: 0xe00d, 0x379: 0x0008, 0x37a: 0xe00d, 0x37b: 0x0008, + 0x37c: 0xe00d, 0x37d: 0x0008, 0x37e: 0xe00d, 0x37f: 0x0008, + // Block 0xe, offset 0x380 + 0x380: 0xe00d, 0x381: 0x0008, 0x382: 0x0018, 0x383: 0x3308, 0x384: 0x3308, 0x385: 0x3308, + 0x386: 0x3308, 0x387: 0x3308, 0x388: 0x3318, 0x389: 0x3318, 0x38a: 0xe00d, 0x38b: 0x0008, + 0x38c: 0xe00d, 0x38d: 0x0008, 0x38e: 0xe00d, 0x38f: 0x0008, 0x390: 0xe00d, 0x391: 0x0008, + 0x392: 0xe00d, 0x393: 0x0008, 0x394: 0xe00d, 0x395: 0x0008, 0x396: 0xe00d, 0x397: 0x0008, + 0x398: 0xe00d, 0x399: 0x0008, 0x39a: 0xe00d, 0x39b: 0x0008, 0x39c: 0xe00d, 0x39d: 0x0008, + 0x39e: 0xe00d, 0x39f: 0x0008, 0x3a0: 0xe00d, 0x3a1: 0x0008, 0x3a2: 0xe00d, 0x3a3: 0x0008, + 0x3a4: 0xe00d, 0x3a5: 0x0008, 0x3a6: 0xe00d, 0x3a7: 0x0008, 0x3a8: 0xe00d, 0x3a9: 0x0008, + 0x3aa: 0xe00d, 0x3ab: 0x0008, 0x3ac: 0xe00d, 0x3ad: 0x0008, 0x3ae: 0xe00d, 0x3af: 0x0008, + 0x3b0: 0xe00d, 0x3b1: 0x0008, 0x3b2: 0xe00d, 0x3b3: 0x0008, 0x3b4: 0xe00d, 0x3b5: 0x0008, + 0x3b6: 0xe00d, 0x3b7: 0x0008, 0x3b8: 0xe00d, 0x3b9: 0x0008, 0x3ba: 0xe00d, 0x3bb: 0x0008, + 0x3bc: 0xe00d, 0x3bd: 0x0008, 0x3be: 0xe00d, 0x3bf: 0x0008, + // Block 0xf, offset 0x3c0 + 0x3c0: 0x0040, 0x3c1: 0xe01d, 0x3c2: 0x0008, 0x3c3: 0xe03d, 0x3c4: 0x0008, 0x3c5: 0xe01d, + 0x3c6: 0x0008, 0x3c7: 0xe07d, 0x3c8: 0x0008, 0x3c9: 0xe01d, 0x3ca: 0x0008, 0x3cb: 0xe03d, + 0x3cc: 0x0008, 0x3cd: 0xe01d, 0x3ce: 0x0008, 0x3cf: 0x0008, 0x3d0: 0xe00d, 0x3d1: 0x0008, + 0x3d2: 0xe00d, 0x3d3: 0x0008, 0x3d4: 0xe00d, 0x3d5: 0x0008, 0x3d6: 0xe00d, 0x3d7: 0x0008, + 0x3d8: 0xe00d, 0x3d9: 0x0008, 0x3da: 0xe00d, 0x3db: 0x0008, 0x3dc: 0xe00d, 0x3dd: 0x0008, + 0x3de: 0xe00d, 0x3df: 0x0008, 0x3e0: 0xe00d, 0x3e1: 0x0008, 0x3e2: 0xe00d, 0x3e3: 0x0008, + 0x3e4: 0xe00d, 0x3e5: 0x0008, 0x3e6: 0xe00d, 0x3e7: 0x0008, 0x3e8: 0xe00d, 0x3e9: 0x0008, + 0x3ea: 0xe00d, 0x3eb: 0x0008, 0x3ec: 0xe00d, 0x3ed: 0x0008, 0x3ee: 0xe00d, 0x3ef: 0x0008, + 0x3f0: 0xe00d, 0x3f1: 0x0008, 0x3f2: 0xe00d, 0x3f3: 0x0008, 0x3f4: 0xe00d, 0x3f5: 0x0008, + 0x3f6: 0xe00d, 0x3f7: 0x0008, 0x3f8: 0xe00d, 0x3f9: 0x0008, 0x3fa: 0xe00d, 0x3fb: 0x0008, + 0x3fc: 0xe00d, 0x3fd: 0x0008, 0x3fe: 0xe00d, 0x3ff: 0x0008, + // Block 0x10, offset 0x400 + 0x400: 0xe00d, 0x401: 0x0008, 0x402: 0xe00d, 0x403: 0x0008, 0x404: 0xe00d, 0x405: 0x0008, + 0x406: 0xe00d, 0x407: 0x0008, 0x408: 0xe00d, 0x409: 0x0008, 0x40a: 0xe00d, 0x40b: 0x0008, + 0x40c: 0xe00d, 0x40d: 0x0008, 0x40e: 0xe00d, 0x40f: 0x0008, 0x410: 0xe00d, 0x411: 0x0008, + 0x412: 0xe00d, 0x413: 0x0008, 0x414: 0xe00d, 0x415: 0x0008, 0x416: 0xe00d, 0x417: 0x0008, + 0x418: 0xe00d, 0x419: 0x0008, 0x41a: 0xe00d, 0x41b: 0x0008, 0x41c: 0xe00d, 0x41d: 0x0008, + 0x41e: 0xe00d, 0x41f: 0x0008, 0x420: 0xe00d, 0x421: 0x0008, 0x422: 0xe00d, 0x423: 0x0008, + 0x424: 0xe00d, 0x425: 0x0008, 0x426: 0xe00d, 0x427: 0x0008, 0x428: 0xe00d, 0x429: 0x0008, + 0x42a: 0xe00d, 0x42b: 0x0008, 0x42c: 0xe00d, 0x42d: 0x0008, 0x42e: 0xe00d, 0x42f: 0x0008, + 0x430: 0x0040, 0x431: 0x03f5, 0x432: 0x03f5, 0x433: 0x03f5, 0x434: 0x03f5, 0x435: 0x03f5, + 0x436: 0x03f5, 0x437: 0x03f5, 0x438: 0x03f5, 0x439: 0x03f5, 0x43a: 0x03f5, 0x43b: 0x03f5, + 0x43c: 0x03f5, 0x43d: 0x03f5, 0x43e: 0x03f5, 0x43f: 0x03f5, + // Block 0x11, offset 0x440 + 0x440: 0x0840, 0x441: 0x0840, 0x442: 0x0840, 0x443: 0x0840, 0x444: 0x0840, 0x445: 0x0840, + 0x446: 0x0018, 0x447: 0x0018, 0x448: 0x0818, 0x449: 0x0018, 0x44a: 0x0018, 0x44b: 0x0818, + 0x44c: 0x0018, 0x44d: 0x0818, 0x44e: 0x0018, 0x44f: 0x0018, 0x450: 0x3308, 0x451: 0x3308, + 0x452: 0x3308, 0x453: 0x3308, 0x454: 0x3308, 0x455: 0x3308, 0x456: 0x3308, 0x457: 0x3308, + 0x458: 0x3308, 0x459: 0x3308, 0x45a: 0x3308, 0x45b: 0x0818, 0x45c: 0x0b40, 0x45d: 0x0040, + 0x45e: 0x0818, 0x45f: 0x0818, 0x460: 0x0a08, 0x461: 0x0808, 0x462: 0x0c08, 0x463: 0x0c08, + 0x464: 0x0c08, 0x465: 0x0c08, 0x466: 0x0a08, 0x467: 0x0c08, 0x468: 0x0a08, 0x469: 0x0c08, + 0x46a: 0x0a08, 0x46b: 0x0a08, 0x46c: 0x0a08, 0x46d: 0x0a08, 0x46e: 0x0a08, 0x46f: 0x0c08, + 0x470: 0x0c08, 0x471: 0x0c08, 0x472: 0x0c08, 0x473: 0x0a08, 0x474: 0x0a08, 0x475: 0x0a08, + 0x476: 0x0a08, 0x477: 0x0a08, 0x478: 0x0a08, 0x479: 0x0a08, 0x47a: 0x0a08, 0x47b: 0x0a08, + 0x47c: 0x0a08, 0x47d: 0x0a08, 0x47e: 0x0a08, 0x47f: 0x0a08, + // Block 0x12, offset 0x480 + 0x480: 0x0818, 0x481: 0x0a08, 0x482: 0x0a08, 0x483: 0x0a08, 0x484: 0x0a08, 0x485: 0x0a08, + 0x486: 0x0a08, 0x487: 0x0a08, 0x488: 0x0c08, 0x489: 0x0a08, 0x48a: 0x0a08, 0x48b: 0x3308, + 0x48c: 0x3308, 0x48d: 0x3308, 0x48e: 0x3308, 0x48f: 0x3308, 0x490: 0x3308, 0x491: 0x3308, + 0x492: 0x3308, 0x493: 0x3308, 0x494: 0x3308, 0x495: 0x3308, 0x496: 0x3308, 0x497: 0x3308, + 0x498: 0x3308, 0x499: 0x3308, 0x49a: 0x3308, 0x49b: 0x3308, 0x49c: 0x3308, 0x49d: 0x3308, + 0x49e: 0x3308, 0x49f: 0x3308, 0x4a0: 0x0808, 0x4a1: 0x0808, 0x4a2: 0x0808, 0x4a3: 0x0808, + 0x4a4: 0x0808, 0x4a5: 0x0808, 0x4a6: 0x0808, 0x4a7: 0x0808, 0x4a8: 0x0808, 0x4a9: 0x0808, + 0x4aa: 0x0018, 0x4ab: 0x0818, 0x4ac: 0x0818, 0x4ad: 0x0818, 0x4ae: 0x0a08, 0x4af: 0x0a08, + 0x4b0: 0x3308, 0x4b1: 0x0c08, 0x4b2: 0x0c08, 0x4b3: 0x0c08, 0x4b4: 0x0808, 0x4b5: 0x0429, + 0x4b6: 0x0451, 0x4b7: 0x0479, 0x4b8: 0x04a1, 0x4b9: 0x0a08, 0x4ba: 0x0a08, 0x4bb: 0x0a08, + 0x4bc: 0x0a08, 0x4bd: 0x0a08, 0x4be: 0x0a08, 0x4bf: 0x0a08, + // Block 0x13, offset 0x4c0 + 0x4c0: 0x0c08, 0x4c1: 0x0a08, 0x4c2: 0x0a08, 0x4c3: 0x0c08, 0x4c4: 0x0c08, 0x4c5: 0x0c08, + 0x4c6: 0x0c08, 0x4c7: 0x0c08, 0x4c8: 0x0c08, 0x4c9: 0x0c08, 0x4ca: 0x0c08, 0x4cb: 0x0c08, + 0x4cc: 0x0a08, 0x4cd: 0x0c08, 0x4ce: 0x0a08, 0x4cf: 0x0c08, 0x4d0: 0x0a08, 0x4d1: 0x0a08, + 0x4d2: 0x0c08, 0x4d3: 0x0c08, 0x4d4: 0x0818, 0x4d5: 0x0c08, 0x4d6: 0x3308, 0x4d7: 0x3308, + 0x4d8: 0x3308, 0x4d9: 0x3308, 0x4da: 0x3308, 0x4db: 0x3308, 0x4dc: 0x3308, 0x4dd: 0x0840, + 0x4de: 0x0018, 0x4df: 0x3308, 0x4e0: 0x3308, 0x4e1: 0x3308, 0x4e2: 0x3308, 0x4e3: 0x3308, + 0x4e4: 0x3308, 0x4e5: 0x0808, 0x4e6: 0x0808, 0x4e7: 0x3308, 0x4e8: 0x3308, 0x4e9: 0x0018, + 0x4ea: 0x3308, 0x4eb: 0x3308, 0x4ec: 0x3308, 0x4ed: 0x3308, 0x4ee: 0x0c08, 0x4ef: 0x0c08, + 0x4f0: 0x0008, 0x4f1: 0x0008, 0x4f2: 0x0008, 0x4f3: 0x0008, 0x4f4: 0x0008, 0x4f5: 0x0008, + 0x4f6: 0x0008, 0x4f7: 0x0008, 0x4f8: 0x0008, 0x4f9: 0x0008, 0x4fa: 0x0a08, 0x4fb: 0x0a08, + 0x4fc: 0x0a08, 0x4fd: 0x0808, 0x4fe: 0x0808, 0x4ff: 0x0a08, + // Block 0x14, offset 0x500 + 0x500: 0x0818, 0x501: 0x0818, 0x502: 0x0818, 0x503: 0x0818, 0x504: 0x0818, 0x505: 0x0818, + 0x506: 0x0818, 0x507: 0x0818, 0x508: 0x0818, 0x509: 0x0818, 0x50a: 0x0818, 0x50b: 0x0818, + 0x50c: 0x0818, 0x50d: 0x0818, 0x50e: 0x0040, 0x50f: 0x0b40, 0x510: 0x0c08, 0x511: 0x3308, + 0x512: 0x0a08, 0x513: 0x0a08, 0x514: 0x0a08, 0x515: 0x0c08, 0x516: 0x0c08, 0x517: 0x0c08, + 0x518: 0x0c08, 0x519: 0x0c08, 0x51a: 0x0a08, 0x51b: 0x0a08, 0x51c: 0x0a08, 0x51d: 0x0a08, + 0x51e: 0x0c08, 0x51f: 0x0a08, 0x520: 0x0a08, 0x521: 0x0a08, 0x522: 0x0a08, 0x523: 0x0a08, + 0x524: 0x0a08, 0x525: 0x0a08, 0x526: 0x0a08, 0x527: 0x0a08, 0x528: 0x0c08, 0x529: 0x0a08, + 0x52a: 0x0c08, 0x52b: 0x0a08, 0x52c: 0x0c08, 0x52d: 0x0a08, 0x52e: 0x0a08, 0x52f: 0x0c08, + 0x530: 0x3308, 0x531: 0x3308, 0x532: 0x3308, 0x533: 0x3308, 0x534: 0x3308, 0x535: 0x3308, + 0x536: 0x3308, 0x537: 0x3308, 0x538: 0x3308, 0x539: 0x3308, 0x53a: 0x3308, 0x53b: 0x3308, + 0x53c: 0x3308, 0x53d: 0x3308, 0x53e: 0x3308, 0x53f: 0x3308, + // Block 0x15, offset 0x540 + 0x540: 0x0c08, 0x541: 0x0a08, 0x542: 0x0a08, 0x543: 0x0a08, 0x544: 0x0a08, 0x545: 0x0a08, + 0x546: 0x0c08, 0x547: 0x0c08, 0x548: 0x0a08, 0x549: 0x0c08, 0x54a: 0x0a08, 0x54b: 0x0a08, + 0x54c: 0x0a08, 0x54d: 0x0a08, 0x54e: 0x0a08, 0x54f: 0x0a08, 0x550: 0x0a08, 0x551: 0x0a08, + 0x552: 0x0a08, 0x553: 0x0a08, 0x554: 0x0c08, 0x555: 0x0a08, 0x556: 0x0808, 0x557: 0x0808, + 0x558: 0x0808, 0x559: 0x3308, 0x55a: 0x3308, 0x55b: 0x3308, 0x55c: 0x0040, 0x55d: 0x0040, + 0x55e: 0x0818, 0x55f: 0x0040, 0x560: 0x0a08, 0x561: 0x0808, 0x562: 0x0a08, 0x563: 0x0a08, + 0x564: 0x0a08, 0x565: 0x0a08, 0x566: 0x0808, 0x567: 0x0c08, 0x568: 0x0a08, 0x569: 0x0c08, + 0x56a: 0x0c08, 0x56b: 0x0040, 0x56c: 0x0040, 0x56d: 0x0040, 0x56e: 0x0040, 0x56f: 0x0040, + 0x570: 0x0040, 0x571: 0x0040, 0x572: 0x0040, 0x573: 0x0040, 0x574: 0x0040, 0x575: 0x0040, + 0x576: 0x0040, 0x577: 0x0040, 0x578: 0x0040, 0x579: 0x0040, 0x57a: 0x0040, 0x57b: 0x0040, + 0x57c: 0x0040, 0x57d: 0x0040, 0x57e: 0x0040, 0x57f: 0x0040, + // Block 0x16, offset 0x580 + 0x580: 0x3008, 0x581: 0x3308, 0x582: 0x3308, 0x583: 0x3308, 0x584: 0x3308, 0x585: 0x3308, + 0x586: 0x3308, 0x587: 0x3308, 0x588: 0x3308, 0x589: 0x3008, 0x58a: 0x3008, 0x58b: 0x3008, + 0x58c: 0x3008, 0x58d: 0x3b08, 0x58e: 0x3008, 0x58f: 0x3008, 0x590: 0x0008, 0x591: 0x3308, + 0x592: 0x3308, 0x593: 0x3308, 0x594: 0x3308, 0x595: 0x3308, 0x596: 0x3308, 0x597: 0x3308, + 0x598: 0x04c9, 0x599: 0x0501, 0x59a: 0x0539, 0x59b: 0x0571, 0x59c: 0x05a9, 0x59d: 0x05e1, + 0x59e: 0x0619, 0x59f: 0x0651, 0x5a0: 0x0008, 0x5a1: 0x0008, 0x5a2: 0x3308, 0x5a3: 0x3308, + 0x5a4: 0x0018, 0x5a5: 0x0018, 0x5a6: 0x0008, 0x5a7: 0x0008, 0x5a8: 0x0008, 0x5a9: 0x0008, + 0x5aa: 0x0008, 0x5ab: 0x0008, 0x5ac: 0x0008, 0x5ad: 0x0008, 0x5ae: 0x0008, 0x5af: 0x0008, + 0x5b0: 0x0018, 0x5b1: 0x0008, 0x5b2: 0x0008, 0x5b3: 0x0008, 0x5b4: 0x0008, 0x5b5: 0x0008, + 0x5b6: 0x0008, 0x5b7: 0x0008, 0x5b8: 0x0008, 0x5b9: 0x0008, 0x5ba: 0x0008, 0x5bb: 0x0008, + 0x5bc: 0x0008, 0x5bd: 0x0008, 0x5be: 0x0008, 0x5bf: 0x0008, + // Block 0x17, offset 0x5c0 + 0x5c0: 0x0008, 0x5c1: 0x3308, 0x5c2: 0x3008, 0x5c3: 0x3008, 0x5c4: 0x0040, 0x5c5: 0x0008, + 0x5c6: 0x0008, 0x5c7: 0x0008, 0x5c8: 0x0008, 0x5c9: 0x0008, 0x5ca: 0x0008, 0x5cb: 0x0008, + 0x5cc: 0x0008, 0x5cd: 0x0040, 0x5ce: 0x0040, 0x5cf: 0x0008, 0x5d0: 0x0008, 0x5d1: 0x0040, + 0x5d2: 0x0040, 0x5d3: 0x0008, 0x5d4: 0x0008, 0x5d5: 0x0008, 0x5d6: 0x0008, 0x5d7: 0x0008, + 0x5d8: 0x0008, 0x5d9: 0x0008, 0x5da: 0x0008, 0x5db: 0x0008, 0x5dc: 0x0008, 0x5dd: 0x0008, + 0x5de: 0x0008, 0x5df: 0x0008, 0x5e0: 0x0008, 0x5e1: 0x0008, 0x5e2: 0x0008, 0x5e3: 0x0008, + 0x5e4: 0x0008, 0x5e5: 0x0008, 0x5e6: 0x0008, 0x5e7: 0x0008, 0x5e8: 0x0008, 0x5e9: 0x0040, + 0x5ea: 0x0008, 0x5eb: 0x0008, 0x5ec: 0x0008, 0x5ed: 0x0008, 0x5ee: 0x0008, 0x5ef: 0x0008, + 0x5f0: 0x0008, 0x5f1: 0x0040, 0x5f2: 0x0008, 0x5f3: 0x0040, 0x5f4: 0x0040, 0x5f5: 0x0040, + 0x5f6: 0x0008, 0x5f7: 0x0008, 0x5f8: 0x0008, 0x5f9: 0x0008, 0x5fa: 0x0040, 0x5fb: 0x0040, + 0x5fc: 0x3308, 0x5fd: 0x0008, 0x5fe: 0x3008, 0x5ff: 0x3008, + // Block 0x18, offset 0x600 + 0x600: 0x3008, 0x601: 0x3308, 0x602: 0x3308, 0x603: 0x3308, 0x604: 0x3308, 0x605: 0x0040, + 0x606: 0x0040, 0x607: 0x3008, 0x608: 0x3008, 0x609: 0x0040, 0x60a: 0x0040, 0x60b: 0x3008, + 0x60c: 0x3008, 0x60d: 0x3b08, 0x60e: 0x0008, 0x60f: 0x0040, 0x610: 0x0040, 0x611: 0x0040, + 0x612: 0x0040, 0x613: 0x0040, 0x614: 0x0040, 0x615: 0x0040, 0x616: 0x0040, 0x617: 0x3008, + 0x618: 0x0040, 0x619: 0x0040, 0x61a: 0x0040, 0x61b: 0x0040, 0x61c: 0x0689, 0x61d: 0x06c1, + 0x61e: 0x0040, 0x61f: 0x06f9, 0x620: 0x0008, 0x621: 0x0008, 0x622: 0x3308, 0x623: 0x3308, + 0x624: 0x0040, 0x625: 0x0040, 0x626: 0x0008, 0x627: 0x0008, 0x628: 0x0008, 0x629: 0x0008, + 0x62a: 0x0008, 0x62b: 0x0008, 0x62c: 0x0008, 0x62d: 0x0008, 0x62e: 0x0008, 0x62f: 0x0008, + 0x630: 0x0008, 0x631: 0x0008, 0x632: 0x0018, 0x633: 0x0018, 0x634: 0x0018, 0x635: 0x0018, + 0x636: 0x0018, 0x637: 0x0018, 0x638: 0x0018, 0x639: 0x0018, 0x63a: 0x0018, 0x63b: 0x0018, + 0x63c: 0x0008, 0x63d: 0x0018, 0x63e: 0x3308, 0x63f: 0x0040, + // Block 0x19, offset 0x640 + 0x640: 0x0040, 0x641: 0x3308, 0x642: 0x3308, 0x643: 0x3008, 0x644: 0x0040, 0x645: 0x0008, + 0x646: 0x0008, 0x647: 0x0008, 0x648: 0x0008, 0x649: 0x0008, 0x64a: 0x0008, 0x64b: 0x0040, + 0x64c: 0x0040, 0x64d: 0x0040, 0x64e: 0x0040, 0x64f: 0x0008, 0x650: 0x0008, 0x651: 0x0040, + 0x652: 0x0040, 0x653: 0x0008, 0x654: 0x0008, 0x655: 0x0008, 0x656: 0x0008, 0x657: 0x0008, + 0x658: 0x0008, 0x659: 0x0008, 0x65a: 0x0008, 0x65b: 0x0008, 0x65c: 0x0008, 0x65d: 0x0008, + 0x65e: 0x0008, 0x65f: 0x0008, 0x660: 0x0008, 0x661: 0x0008, 0x662: 0x0008, 0x663: 0x0008, + 0x664: 0x0008, 0x665: 0x0008, 0x666: 0x0008, 0x667: 0x0008, 0x668: 0x0008, 0x669: 0x0040, + 0x66a: 0x0008, 0x66b: 0x0008, 0x66c: 0x0008, 0x66d: 0x0008, 0x66e: 0x0008, 0x66f: 0x0008, + 0x670: 0x0008, 0x671: 0x0040, 0x672: 0x0008, 0x673: 0x0731, 0x674: 0x0040, 0x675: 0x0008, + 0x676: 0x0769, 0x677: 0x0040, 0x678: 0x0008, 0x679: 0x0008, 0x67a: 0x0040, 0x67b: 0x0040, + 0x67c: 0x3308, 0x67d: 0x0040, 0x67e: 0x3008, 0x67f: 0x3008, + // Block 0x1a, offset 0x680 + 0x680: 0x3008, 0x681: 0x3308, 0x682: 0x3308, 0x683: 0x0040, 0x684: 0x0040, 0x685: 0x0040, + 0x686: 0x0040, 0x687: 0x3308, 0x688: 0x3308, 0x689: 0x0040, 0x68a: 0x0040, 0x68b: 0x3308, + 0x68c: 0x3308, 0x68d: 0x3b08, 0x68e: 0x0040, 0x68f: 0x0040, 0x690: 0x0040, 0x691: 0x3308, + 0x692: 0x0040, 0x693: 0x0040, 0x694: 0x0040, 0x695: 0x0040, 0x696: 0x0040, 0x697: 0x0040, + 0x698: 0x0040, 0x699: 0x07a1, 0x69a: 0x07d9, 0x69b: 0x0811, 0x69c: 0x0008, 0x69d: 0x0040, + 0x69e: 0x0849, 0x69f: 0x0040, 0x6a0: 0x0040, 0x6a1: 0x0040, 0x6a2: 0x0040, 0x6a3: 0x0040, + 0x6a4: 0x0040, 0x6a5: 0x0040, 0x6a6: 0x0008, 0x6a7: 0x0008, 0x6a8: 0x0008, 0x6a9: 0x0008, + 0x6aa: 0x0008, 0x6ab: 0x0008, 0x6ac: 0x0008, 0x6ad: 0x0008, 0x6ae: 0x0008, 0x6af: 0x0008, + 0x6b0: 0x3308, 0x6b1: 0x3308, 0x6b2: 0x0008, 0x6b3: 0x0008, 0x6b4: 0x0008, 0x6b5: 0x3308, + 0x6b6: 0x0018, 0x6b7: 0x0040, 0x6b8: 0x0040, 0x6b9: 0x0040, 0x6ba: 0x0040, 0x6bb: 0x0040, + 0x6bc: 0x0040, 0x6bd: 0x0040, 0x6be: 0x0040, 0x6bf: 0x0040, + // Block 0x1b, offset 0x6c0 + 0x6c0: 0x0040, 0x6c1: 0x3308, 0x6c2: 0x3308, 0x6c3: 0x3008, 0x6c4: 0x0040, 0x6c5: 0x0008, + 0x6c6: 0x0008, 0x6c7: 0x0008, 0x6c8: 0x0008, 0x6c9: 0x0008, 0x6ca: 0x0008, 0x6cb: 0x0008, + 0x6cc: 0x0008, 0x6cd: 0x0008, 0x6ce: 0x0040, 0x6cf: 0x0008, 0x6d0: 0x0008, 0x6d1: 0x0008, + 0x6d2: 0x0040, 0x6d3: 0x0008, 0x6d4: 0x0008, 0x6d5: 0x0008, 0x6d6: 0x0008, 0x6d7: 0x0008, + 0x6d8: 0x0008, 0x6d9: 0x0008, 0x6da: 0x0008, 0x6db: 0x0008, 0x6dc: 0x0008, 0x6dd: 0x0008, + 0x6de: 0x0008, 0x6df: 0x0008, 0x6e0: 0x0008, 0x6e1: 0x0008, 0x6e2: 0x0008, 0x6e3: 0x0008, + 0x6e4: 0x0008, 0x6e5: 0x0008, 0x6e6: 0x0008, 0x6e7: 0x0008, 0x6e8: 0x0008, 0x6e9: 0x0040, + 0x6ea: 0x0008, 0x6eb: 0x0008, 0x6ec: 0x0008, 0x6ed: 0x0008, 0x6ee: 0x0008, 0x6ef: 0x0008, + 0x6f0: 0x0008, 0x6f1: 0x0040, 0x6f2: 0x0008, 0x6f3: 0x0008, 0x6f4: 0x0040, 0x6f5: 0x0008, + 0x6f6: 0x0008, 0x6f7: 0x0008, 0x6f8: 0x0008, 0x6f9: 0x0008, 0x6fa: 0x0040, 0x6fb: 0x0040, + 0x6fc: 0x3308, 0x6fd: 0x0008, 0x6fe: 0x3008, 0x6ff: 0x3008, + // Block 0x1c, offset 0x700 + 0x700: 0x3008, 0x701: 0x3308, 0x702: 0x3308, 0x703: 0x3308, 0x704: 0x3308, 0x705: 0x3308, + 0x706: 0x0040, 0x707: 0x3308, 0x708: 0x3308, 0x709: 0x3008, 0x70a: 0x0040, 0x70b: 0x3008, + 0x70c: 0x3008, 0x70d: 0x3b08, 0x70e: 0x0040, 0x70f: 0x0040, 0x710: 0x0008, 0x711: 0x0040, + 0x712: 0x0040, 0x713: 0x0040, 0x714: 0x0040, 0x715: 0x0040, 0x716: 0x0040, 0x717: 0x0040, + 0x718: 0x0040, 0x719: 0x0040, 0x71a: 0x0040, 0x71b: 0x0040, 0x71c: 0x0040, 0x71d: 0x0040, + 0x71e: 0x0040, 0x71f: 0x0040, 0x720: 0x0008, 0x721: 0x0008, 0x722: 0x3308, 0x723: 0x3308, + 0x724: 0x0040, 0x725: 0x0040, 0x726: 0x0008, 0x727: 0x0008, 0x728: 0x0008, 0x729: 0x0008, + 0x72a: 0x0008, 0x72b: 0x0008, 0x72c: 0x0008, 0x72d: 0x0008, 0x72e: 0x0008, 0x72f: 0x0008, + 0x730: 0x0018, 0x731: 0x0018, 0x732: 0x0040, 0x733: 0x0040, 0x734: 0x0040, 0x735: 0x0040, + 0x736: 0x0040, 0x737: 0x0040, 0x738: 0x0040, 0x739: 0x0008, 0x73a: 0x3308, 0x73b: 0x3308, + 0x73c: 0x3308, 0x73d: 0x3308, 0x73e: 0x3308, 0x73f: 0x3308, + // Block 0x1d, offset 0x740 + 0x740: 0x0040, 0x741: 0x3308, 0x742: 0x3008, 0x743: 0x3008, 0x744: 0x0040, 0x745: 0x0008, + 0x746: 0x0008, 0x747: 0x0008, 0x748: 0x0008, 0x749: 0x0008, 0x74a: 0x0008, 0x74b: 0x0008, + 0x74c: 0x0008, 0x74d: 0x0040, 0x74e: 0x0040, 0x74f: 0x0008, 0x750: 0x0008, 0x751: 0x0040, + 0x752: 0x0040, 0x753: 0x0008, 0x754: 0x0008, 0x755: 0x0008, 0x756: 0x0008, 0x757: 0x0008, + 0x758: 0x0008, 0x759: 0x0008, 0x75a: 0x0008, 0x75b: 0x0008, 0x75c: 0x0008, 0x75d: 0x0008, + 0x75e: 0x0008, 0x75f: 0x0008, 0x760: 0x0008, 0x761: 0x0008, 0x762: 0x0008, 0x763: 0x0008, + 0x764: 0x0008, 0x765: 0x0008, 0x766: 0x0008, 0x767: 0x0008, 0x768: 0x0008, 0x769: 0x0040, + 0x76a: 0x0008, 0x76b: 0x0008, 0x76c: 0x0008, 0x76d: 0x0008, 0x76e: 0x0008, 0x76f: 0x0008, + 0x770: 0x0008, 0x771: 0x0040, 0x772: 0x0008, 0x773: 0x0008, 0x774: 0x0040, 0x775: 0x0008, + 0x776: 0x0008, 0x777: 0x0008, 0x778: 0x0008, 0x779: 0x0008, 0x77a: 0x0040, 0x77b: 0x0040, + 0x77c: 0x3308, 0x77d: 0x0008, 0x77e: 0x3008, 0x77f: 0x3308, + // Block 0x1e, offset 0x780 + 0x780: 0x3008, 0x781: 0x3308, 0x782: 0x3308, 0x783: 0x3308, 0x784: 0x3308, 0x785: 0x0040, + 0x786: 0x0040, 0x787: 0x3008, 0x788: 0x3008, 0x789: 0x0040, 0x78a: 0x0040, 0x78b: 0x3008, + 0x78c: 0x3008, 0x78d: 0x3b08, 0x78e: 0x0040, 0x78f: 0x0040, 0x790: 0x0040, 0x791: 0x0040, + 0x792: 0x0040, 0x793: 0x0040, 0x794: 0x0040, 0x795: 0x0040, 0x796: 0x3308, 0x797: 0x3008, + 0x798: 0x0040, 0x799: 0x0040, 0x79a: 0x0040, 0x79b: 0x0040, 0x79c: 0x0881, 0x79d: 0x08b9, + 0x79e: 0x0040, 0x79f: 0x0008, 0x7a0: 0x0008, 0x7a1: 0x0008, 0x7a2: 0x3308, 0x7a3: 0x3308, + 0x7a4: 0x0040, 0x7a5: 0x0040, 0x7a6: 0x0008, 0x7a7: 0x0008, 0x7a8: 0x0008, 0x7a9: 0x0008, + 0x7aa: 0x0008, 0x7ab: 0x0008, 0x7ac: 0x0008, 0x7ad: 0x0008, 0x7ae: 0x0008, 0x7af: 0x0008, + 0x7b0: 0x0018, 0x7b1: 0x0008, 0x7b2: 0x0018, 0x7b3: 0x0018, 0x7b4: 0x0018, 0x7b5: 0x0018, + 0x7b6: 0x0018, 0x7b7: 0x0018, 0x7b8: 0x0040, 0x7b9: 0x0040, 0x7ba: 0x0040, 0x7bb: 0x0040, + 0x7bc: 0x0040, 0x7bd: 0x0040, 0x7be: 0x0040, 0x7bf: 0x0040, + // Block 0x1f, offset 0x7c0 + 0x7c0: 0x0040, 0x7c1: 0x0040, 0x7c2: 0x3308, 0x7c3: 0x0008, 0x7c4: 0x0040, 0x7c5: 0x0008, + 0x7c6: 0x0008, 0x7c7: 0x0008, 0x7c8: 0x0008, 0x7c9: 0x0008, 0x7ca: 0x0008, 0x7cb: 0x0040, + 0x7cc: 0x0040, 0x7cd: 0x0040, 0x7ce: 0x0008, 0x7cf: 0x0008, 0x7d0: 0x0008, 0x7d1: 0x0040, + 0x7d2: 0x0008, 0x7d3: 0x0008, 0x7d4: 0x0008, 0x7d5: 0x0008, 0x7d6: 0x0040, 0x7d7: 0x0040, + 0x7d8: 0x0040, 0x7d9: 0x0008, 0x7da: 0x0008, 0x7db: 0x0040, 0x7dc: 0x0008, 0x7dd: 0x0040, + 0x7de: 0x0008, 0x7df: 0x0008, 0x7e0: 0x0040, 0x7e1: 0x0040, 0x7e2: 0x0040, 0x7e3: 0x0008, + 0x7e4: 0x0008, 0x7e5: 0x0040, 0x7e6: 0x0040, 0x7e7: 0x0040, 0x7e8: 0x0008, 0x7e9: 0x0008, + 0x7ea: 0x0008, 0x7eb: 0x0040, 0x7ec: 0x0040, 0x7ed: 0x0040, 0x7ee: 0x0008, 0x7ef: 0x0008, + 0x7f0: 0x0008, 0x7f1: 0x0008, 0x7f2: 0x0008, 0x7f3: 0x0008, 0x7f4: 0x0008, 0x7f5: 0x0008, + 0x7f6: 0x0008, 0x7f7: 0x0008, 0x7f8: 0x0008, 0x7f9: 0x0008, 0x7fa: 0x0040, 0x7fb: 0x0040, + 0x7fc: 0x0040, 0x7fd: 0x0040, 0x7fe: 0x3008, 0x7ff: 0x3008, + // Block 0x20, offset 0x800 + 0x800: 0x3308, 0x801: 0x3008, 0x802: 0x3008, 0x803: 0x3008, 0x804: 0x3008, 0x805: 0x0040, + 0x806: 0x3308, 0x807: 0x3308, 0x808: 0x3308, 0x809: 0x0040, 0x80a: 0x3308, 0x80b: 0x3308, + 0x80c: 0x3308, 0x80d: 0x3b08, 0x80e: 0x0040, 0x80f: 0x0040, 0x810: 0x0040, 0x811: 0x0040, + 0x812: 0x0040, 0x813: 0x0040, 0x814: 0x0040, 0x815: 0x3308, 0x816: 0x3308, 0x817: 0x0040, + 0x818: 0x0008, 0x819: 0x0008, 0x81a: 0x0008, 0x81b: 0x0040, 0x81c: 0x0040, 0x81d: 0x0040, + 0x81e: 0x0040, 0x81f: 0x0040, 0x820: 0x0008, 0x821: 0x0008, 0x822: 0x3308, 0x823: 0x3308, + 0x824: 0x0040, 0x825: 0x0040, 0x826: 0x0008, 0x827: 0x0008, 0x828: 0x0008, 0x829: 0x0008, + 0x82a: 0x0008, 0x82b: 0x0008, 0x82c: 0x0008, 0x82d: 0x0008, 0x82e: 0x0008, 0x82f: 0x0008, + 0x830: 0x0040, 0x831: 0x0040, 0x832: 0x0040, 0x833: 0x0040, 0x834: 0x0040, 0x835: 0x0040, + 0x836: 0x0040, 0x837: 0x0040, 0x838: 0x0018, 0x839: 0x0018, 0x83a: 0x0018, 0x83b: 0x0018, + 0x83c: 0x0018, 0x83d: 0x0018, 0x83e: 0x0018, 0x83f: 0x0018, + // Block 0x21, offset 0x840 + 0x840: 0x0008, 0x841: 0x3308, 0x842: 0x3008, 0x843: 0x3008, 0x844: 0x0018, 0x845: 0x0008, + 0x846: 0x0008, 0x847: 0x0008, 0x848: 0x0008, 0x849: 0x0008, 0x84a: 0x0008, 0x84b: 0x0008, + 0x84c: 0x0008, 0x84d: 0x0040, 0x84e: 0x0008, 0x84f: 0x0008, 0x850: 0x0008, 0x851: 0x0040, + 0x852: 0x0008, 0x853: 0x0008, 0x854: 0x0008, 0x855: 0x0008, 0x856: 0x0008, 0x857: 0x0008, + 0x858: 0x0008, 0x859: 0x0008, 0x85a: 0x0008, 0x85b: 0x0008, 0x85c: 0x0008, 0x85d: 0x0008, + 0x85e: 0x0008, 0x85f: 0x0008, 0x860: 0x0008, 0x861: 0x0008, 0x862: 0x0008, 0x863: 0x0008, + 0x864: 0x0008, 0x865: 0x0008, 0x866: 0x0008, 0x867: 0x0008, 0x868: 0x0008, 0x869: 0x0040, + 0x86a: 0x0008, 0x86b: 0x0008, 0x86c: 0x0008, 0x86d: 0x0008, 0x86e: 0x0008, 0x86f: 0x0008, + 0x870: 0x0008, 0x871: 0x0008, 0x872: 0x0008, 0x873: 0x0008, 0x874: 0x0040, 0x875: 0x0008, + 0x876: 0x0008, 0x877: 0x0008, 0x878: 0x0008, 0x879: 0x0008, 0x87a: 0x0040, 0x87b: 0x0040, + 0x87c: 0x3308, 0x87d: 0x0008, 0x87e: 0x3008, 0x87f: 0x3308, + // Block 0x22, offset 0x880 + 0x880: 0x3008, 0x881: 0x3008, 0x882: 0x3008, 0x883: 0x3008, 0x884: 0x3008, 0x885: 0x0040, + 0x886: 0x3308, 0x887: 0x3008, 0x888: 0x3008, 0x889: 0x0040, 0x88a: 0x3008, 0x88b: 0x3008, + 0x88c: 0x3308, 0x88d: 0x3b08, 0x88e: 0x0040, 0x88f: 0x0040, 0x890: 0x0040, 0x891: 0x0040, + 0x892: 0x0040, 0x893: 0x0040, 0x894: 0x0040, 0x895: 0x3008, 0x896: 0x3008, 0x897: 0x0040, + 0x898: 0x0040, 0x899: 0x0040, 0x89a: 0x0040, 0x89b: 0x0040, 0x89c: 0x0040, 0x89d: 0x0040, + 0x89e: 0x0008, 0x89f: 0x0040, 0x8a0: 0x0008, 0x8a1: 0x0008, 0x8a2: 0x3308, 0x8a3: 0x3308, + 0x8a4: 0x0040, 0x8a5: 0x0040, 0x8a6: 0x0008, 0x8a7: 0x0008, 0x8a8: 0x0008, 0x8a9: 0x0008, + 0x8aa: 0x0008, 0x8ab: 0x0008, 0x8ac: 0x0008, 0x8ad: 0x0008, 0x8ae: 0x0008, 0x8af: 0x0008, + 0x8b0: 0x0040, 0x8b1: 0x0008, 0x8b2: 0x0008, 0x8b3: 0x0040, 0x8b4: 0x0040, 0x8b5: 0x0040, + 0x8b6: 0x0040, 0x8b7: 0x0040, 0x8b8: 0x0040, 0x8b9: 0x0040, 0x8ba: 0x0040, 0x8bb: 0x0040, + 0x8bc: 0x0040, 0x8bd: 0x0040, 0x8be: 0x0040, 0x8bf: 0x0040, + // Block 0x23, offset 0x8c0 + 0x8c0: 0x3008, 0x8c1: 0x3308, 0x8c2: 0x3308, 0x8c3: 0x3308, 0x8c4: 0x3308, 0x8c5: 0x0040, + 0x8c6: 0x3008, 0x8c7: 0x3008, 0x8c8: 0x3008, 0x8c9: 0x0040, 0x8ca: 0x3008, 0x8cb: 0x3008, + 0x8cc: 0x3008, 0x8cd: 0x3b08, 0x8ce: 0x0008, 0x8cf: 0x0018, 0x8d0: 0x0040, 0x8d1: 0x0040, + 0x8d2: 0x0040, 0x8d3: 0x0040, 0x8d4: 0x0008, 0x8d5: 0x0008, 0x8d6: 0x0008, 0x8d7: 0x3008, + 0x8d8: 0x0018, 0x8d9: 0x0018, 0x8da: 0x0018, 0x8db: 0x0018, 0x8dc: 0x0018, 0x8dd: 0x0018, + 0x8de: 0x0018, 0x8df: 0x0008, 0x8e0: 0x0008, 0x8e1: 0x0008, 0x8e2: 0x3308, 0x8e3: 0x3308, + 0x8e4: 0x0040, 0x8e5: 0x0040, 0x8e6: 0x0008, 0x8e7: 0x0008, 0x8e8: 0x0008, 0x8e9: 0x0008, + 0x8ea: 0x0008, 0x8eb: 0x0008, 0x8ec: 0x0008, 0x8ed: 0x0008, 0x8ee: 0x0008, 0x8ef: 0x0008, + 0x8f0: 0x0018, 0x8f1: 0x0018, 0x8f2: 0x0018, 0x8f3: 0x0018, 0x8f4: 0x0018, 0x8f5: 0x0018, + 0x8f6: 0x0018, 0x8f7: 0x0018, 0x8f8: 0x0018, 0x8f9: 0x0018, 0x8fa: 0x0008, 0x8fb: 0x0008, + 0x8fc: 0x0008, 0x8fd: 0x0008, 0x8fe: 0x0008, 0x8ff: 0x0008, + // Block 0x24, offset 0x900 + 0x900: 0x0040, 0x901: 0x0008, 0x902: 0x0008, 0x903: 0x0040, 0x904: 0x0008, 0x905: 0x0040, + 0x906: 0x0040, 0x907: 0x0008, 0x908: 0x0008, 0x909: 0x0040, 0x90a: 0x0008, 0x90b: 0x0040, + 0x90c: 0x0040, 0x90d: 0x0008, 0x90e: 0x0040, 0x90f: 0x0040, 0x910: 0x0040, 0x911: 0x0040, + 0x912: 0x0040, 0x913: 0x0040, 0x914: 0x0008, 0x915: 0x0008, 0x916: 0x0008, 0x917: 0x0008, + 0x918: 0x0040, 0x919: 0x0008, 0x91a: 0x0008, 0x91b: 0x0008, 0x91c: 0x0008, 0x91d: 0x0008, + 0x91e: 0x0008, 0x91f: 0x0008, 0x920: 0x0040, 0x921: 0x0008, 0x922: 0x0008, 0x923: 0x0008, + 0x924: 0x0040, 0x925: 0x0008, 0x926: 0x0040, 0x927: 0x0008, 0x928: 0x0040, 0x929: 0x0040, + 0x92a: 0x0008, 0x92b: 0x0008, 0x92c: 0x0040, 0x92d: 0x0008, 0x92e: 0x0008, 0x92f: 0x0008, + 0x930: 0x0008, 0x931: 0x3308, 0x932: 0x0008, 0x933: 0x0929, 0x934: 0x3308, 0x935: 0x3308, + 0x936: 0x3308, 0x937: 0x3308, 0x938: 0x3308, 0x939: 0x3308, 0x93a: 0x0040, 0x93b: 0x3308, + 0x93c: 0x3308, 0x93d: 0x0008, 0x93e: 0x0040, 0x93f: 0x0040, + // Block 0x25, offset 0x940 + 0x940: 0x0008, 0x941: 0x0008, 0x942: 0x0008, 0x943: 0x09d1, 0x944: 0x0008, 0x945: 0x0008, + 0x946: 0x0008, 0x947: 0x0008, 0x948: 0x0040, 0x949: 0x0008, 0x94a: 0x0008, 0x94b: 0x0008, + 0x94c: 0x0008, 0x94d: 0x0a09, 0x94e: 0x0008, 0x94f: 0x0008, 0x950: 0x0008, 0x951: 0x0008, + 0x952: 0x0a41, 0x953: 0x0008, 0x954: 0x0008, 0x955: 0x0008, 0x956: 0x0008, 0x957: 0x0a79, + 0x958: 0x0008, 0x959: 0x0008, 0x95a: 0x0008, 0x95b: 0x0008, 0x95c: 0x0ab1, 0x95d: 0x0008, + 0x95e: 0x0008, 0x95f: 0x0008, 0x960: 0x0008, 0x961: 0x0008, 0x962: 0x0008, 0x963: 0x0008, + 0x964: 0x0008, 0x965: 0x0008, 0x966: 0x0008, 0x967: 0x0008, 0x968: 0x0008, 0x969: 0x0ae9, + 0x96a: 0x0008, 0x96b: 0x0008, 0x96c: 0x0008, 0x96d: 0x0040, 0x96e: 0x0040, 0x96f: 0x0040, + 0x970: 0x0040, 0x971: 0x3308, 0x972: 0x3308, 0x973: 0x0b21, 0x974: 0x3308, 0x975: 0x0b59, + 0x976: 0x0b91, 0x977: 0x0bc9, 0x978: 0x0c19, 0x979: 0x0c51, 0x97a: 0x3308, 0x97b: 0x3308, + 0x97c: 0x3308, 0x97d: 0x3308, 0x97e: 0x3308, 0x97f: 0x3008, + // Block 0x26, offset 0x980 + 0x980: 0x3308, 0x981: 0x0ca1, 0x982: 0x3308, 0x983: 0x3308, 0x984: 0x3b08, 0x985: 0x0018, + 0x986: 0x3308, 0x987: 0x3308, 0x988: 0x0008, 0x989: 0x0008, 0x98a: 0x0008, 0x98b: 0x0008, + 0x98c: 0x0008, 0x98d: 0x3308, 0x98e: 0x3308, 0x98f: 0x3308, 0x990: 0x3308, 0x991: 0x3308, + 0x992: 0x3308, 0x993: 0x0cd9, 0x994: 0x3308, 0x995: 0x3308, 0x996: 0x3308, 0x997: 0x3308, + 0x998: 0x0040, 0x999: 0x3308, 0x99a: 0x3308, 0x99b: 0x3308, 0x99c: 0x3308, 0x99d: 0x0d11, + 0x99e: 0x3308, 0x99f: 0x3308, 0x9a0: 0x3308, 0x9a1: 0x3308, 0x9a2: 0x0d49, 0x9a3: 0x3308, + 0x9a4: 0x3308, 0x9a5: 0x3308, 0x9a6: 0x3308, 0x9a7: 0x0d81, 0x9a8: 0x3308, 0x9a9: 0x3308, + 0x9aa: 0x3308, 0x9ab: 0x3308, 0x9ac: 0x0db9, 0x9ad: 0x3308, 0x9ae: 0x3308, 0x9af: 0x3308, + 0x9b0: 0x3308, 0x9b1: 0x3308, 0x9b2: 0x3308, 0x9b3: 0x3308, 0x9b4: 0x3308, 0x9b5: 0x3308, + 0x9b6: 0x3308, 0x9b7: 0x3308, 0x9b8: 0x3308, 0x9b9: 0x0df1, 0x9ba: 0x3308, 0x9bb: 0x3308, + 0x9bc: 0x3308, 0x9bd: 0x0040, 0x9be: 0x0018, 0x9bf: 0x0018, + // Block 0x27, offset 0x9c0 + 0x9c0: 0x0008, 0x9c1: 0x0008, 0x9c2: 0x0008, 0x9c3: 0x0008, 0x9c4: 0x0008, 0x9c5: 0x0008, + 0x9c6: 0x0008, 0x9c7: 0x0008, 0x9c8: 0x0008, 0x9c9: 0x0008, 0x9ca: 0x0008, 0x9cb: 0x0008, + 0x9cc: 0x0008, 0x9cd: 0x0008, 0x9ce: 0x0008, 0x9cf: 0x0008, 0x9d0: 0x0008, 0x9d1: 0x0008, + 0x9d2: 0x0008, 0x9d3: 0x0008, 0x9d4: 0x0008, 0x9d5: 0x0008, 0x9d6: 0x0008, 0x9d7: 0x0008, + 0x9d8: 0x0008, 0x9d9: 0x0008, 0x9da: 0x0008, 0x9db: 0x0008, 0x9dc: 0x0008, 0x9dd: 0x0008, + 0x9de: 0x0008, 0x9df: 0x0008, 0x9e0: 0x0008, 0x9e1: 0x0008, 0x9e2: 0x0008, 0x9e3: 0x0008, + 0x9e4: 0x0008, 0x9e5: 0x0008, 0x9e6: 0x0008, 0x9e7: 0x0008, 0x9e8: 0x0008, 0x9e9: 0x0008, + 0x9ea: 0x0008, 0x9eb: 0x0008, 0x9ec: 0x0039, 0x9ed: 0x0ed1, 0x9ee: 0x0ee9, 0x9ef: 0x0008, + 0x9f0: 0x0ef9, 0x9f1: 0x0f09, 0x9f2: 0x0f19, 0x9f3: 0x0f31, 0x9f4: 0x0249, 0x9f5: 0x0f41, + 0x9f6: 0x0259, 0x9f7: 0x0f51, 0x9f8: 0x0359, 0x9f9: 0x0f61, 0x9fa: 0x0f71, 0x9fb: 0x0008, + 0x9fc: 0x00d9, 0x9fd: 0x0f81, 0x9fe: 0x0f99, 0x9ff: 0x0269, + // Block 0x28, offset 0xa00 + 0xa00: 0x0fa9, 0xa01: 0x0fb9, 0xa02: 0x0279, 0xa03: 0x0039, 0xa04: 0x0fc9, 0xa05: 0x0fe1, + 0xa06: 0x059d, 0xa07: 0x0ee9, 0xa08: 0x0ef9, 0xa09: 0x0f09, 0xa0a: 0x0ff9, 0xa0b: 0x1011, + 0xa0c: 0x1029, 0xa0d: 0x0f31, 0xa0e: 0x0008, 0xa0f: 0x0f51, 0xa10: 0x0f61, 0xa11: 0x1041, + 0xa12: 0x00d9, 0xa13: 0x1059, 0xa14: 0x05b5, 0xa15: 0x05b5, 0xa16: 0x0f99, 0xa17: 0x0fa9, + 0xa18: 0x0fb9, 0xa19: 0x059d, 0xa1a: 0x1071, 0xa1b: 0x1089, 0xa1c: 0x05cd, 0xa1d: 0x1099, + 0xa1e: 0x10b1, 0xa1f: 0x10c9, 0xa20: 0x10e1, 0xa21: 0x10f9, 0xa22: 0x0f41, 0xa23: 0x0269, + 0xa24: 0x0fb9, 0xa25: 0x1089, 0xa26: 0x1099, 0xa27: 0x10b1, 0xa28: 0x1111, 0xa29: 0x10e1, + 0xa2a: 0x10f9, 0xa2b: 0x0008, 0xa2c: 0x0008, 0xa2d: 0x0008, 0xa2e: 0x0008, 0xa2f: 0x0008, + 0xa30: 0x0008, 0xa31: 0x0008, 0xa32: 0x0008, 0xa33: 0x0008, 0xa34: 0x0008, 0xa35: 0x0008, + 0xa36: 0x0008, 0xa37: 0x0008, 0xa38: 0x1129, 0xa39: 0x0008, 0xa3a: 0x0008, 0xa3b: 0x0008, + 0xa3c: 0x0008, 0xa3d: 0x0008, 0xa3e: 0x0008, 0xa3f: 0x0008, + // Block 0x29, offset 0xa40 + 0xa40: 0x0008, 0xa41: 0x0008, 0xa42: 0x0008, 0xa43: 0x0008, 0xa44: 0x0008, 0xa45: 0x0008, + 0xa46: 0x0008, 0xa47: 0x0008, 0xa48: 0x0008, 0xa49: 0x0008, 0xa4a: 0x0008, 0xa4b: 0x0008, + 0xa4c: 0x0008, 0xa4d: 0x0008, 0xa4e: 0x0008, 0xa4f: 0x0008, 0xa50: 0x0008, 0xa51: 0x0008, + 0xa52: 0x0008, 0xa53: 0x0008, 0xa54: 0x0008, 0xa55: 0x0008, 0xa56: 0x0008, 0xa57: 0x0008, + 0xa58: 0x0008, 0xa59: 0x0008, 0xa5a: 0x0008, 0xa5b: 0x1141, 0xa5c: 0x1159, 0xa5d: 0x1169, + 0xa5e: 0x1181, 0xa5f: 0x1029, 0xa60: 0x1199, 0xa61: 0x11a9, 0xa62: 0x11c1, 0xa63: 0x11d9, + 0xa64: 0x11f1, 0xa65: 0x1209, 0xa66: 0x1221, 0xa67: 0x05e5, 0xa68: 0x1239, 0xa69: 0x1251, + 0xa6a: 0xe17d, 0xa6b: 0x1269, 0xa6c: 0x1281, 0xa6d: 0x1299, 0xa6e: 0x12b1, 0xa6f: 0x12c9, + 0xa70: 0x12e1, 0xa71: 0x12f9, 0xa72: 0x1311, 0xa73: 0x1329, 0xa74: 0x1341, 0xa75: 0x1359, + 0xa76: 0x1371, 0xa77: 0x1389, 0xa78: 0x05fd, 0xa79: 0x13a1, 0xa7a: 0x13b9, 0xa7b: 0x13d1, + 0xa7c: 0x13e1, 0xa7d: 0x13f9, 0xa7e: 0x1411, 0xa7f: 0x1429, + // Block 0x2a, offset 0xa80 + 0xa80: 0xe00d, 0xa81: 0x0008, 0xa82: 0xe00d, 0xa83: 0x0008, 0xa84: 0xe00d, 0xa85: 0x0008, + 0xa86: 0xe00d, 0xa87: 0x0008, 0xa88: 0xe00d, 0xa89: 0x0008, 0xa8a: 0xe00d, 0xa8b: 0x0008, + 0xa8c: 0xe00d, 0xa8d: 0x0008, 0xa8e: 0xe00d, 0xa8f: 0x0008, 0xa90: 0xe00d, 0xa91: 0x0008, + 0xa92: 0xe00d, 0xa93: 0x0008, 0xa94: 0xe00d, 0xa95: 0x0008, 0xa96: 0xe00d, 0xa97: 0x0008, + 0xa98: 0xe00d, 0xa99: 0x0008, 0xa9a: 0xe00d, 0xa9b: 0x0008, 0xa9c: 0xe00d, 0xa9d: 0x0008, + 0xa9e: 0xe00d, 0xa9f: 0x0008, 0xaa0: 0xe00d, 0xaa1: 0x0008, 0xaa2: 0xe00d, 0xaa3: 0x0008, + 0xaa4: 0xe00d, 0xaa5: 0x0008, 0xaa6: 0xe00d, 0xaa7: 0x0008, 0xaa8: 0xe00d, 0xaa9: 0x0008, + 0xaaa: 0xe00d, 0xaab: 0x0008, 0xaac: 0xe00d, 0xaad: 0x0008, 0xaae: 0xe00d, 0xaaf: 0x0008, + 0xab0: 0xe00d, 0xab1: 0x0008, 0xab2: 0xe00d, 0xab3: 0x0008, 0xab4: 0xe00d, 0xab5: 0x0008, + 0xab6: 0xe00d, 0xab7: 0x0008, 0xab8: 0xe00d, 0xab9: 0x0008, 0xaba: 0xe00d, 0xabb: 0x0008, + 0xabc: 0xe00d, 0xabd: 0x0008, 0xabe: 0xe00d, 0xabf: 0x0008, + // Block 0x2b, offset 0xac0 + 0xac0: 0xe00d, 0xac1: 0x0008, 0xac2: 0xe00d, 0xac3: 0x0008, 0xac4: 0xe00d, 0xac5: 0x0008, + 0xac6: 0xe00d, 0xac7: 0x0008, 0xac8: 0xe00d, 0xac9: 0x0008, 0xaca: 0xe00d, 0xacb: 0x0008, + 0xacc: 0xe00d, 0xacd: 0x0008, 0xace: 0xe00d, 0xacf: 0x0008, 0xad0: 0xe00d, 0xad1: 0x0008, + 0xad2: 0xe00d, 0xad3: 0x0008, 0xad4: 0xe00d, 0xad5: 0x0008, 0xad6: 0x0008, 0xad7: 0x0008, + 0xad8: 0x0008, 0xad9: 0x0008, 0xada: 0x0615, 0xadb: 0x0635, 0xadc: 0x0008, 0xadd: 0x0008, + 0xade: 0x1441, 0xadf: 0x0008, 0xae0: 0xe00d, 0xae1: 0x0008, 0xae2: 0xe00d, 0xae3: 0x0008, + 0xae4: 0xe00d, 0xae5: 0x0008, 0xae6: 0xe00d, 0xae7: 0x0008, 0xae8: 0xe00d, 0xae9: 0x0008, + 0xaea: 0xe00d, 0xaeb: 0x0008, 0xaec: 0xe00d, 0xaed: 0x0008, 0xaee: 0xe00d, 0xaef: 0x0008, + 0xaf0: 0xe00d, 0xaf1: 0x0008, 0xaf2: 0xe00d, 0xaf3: 0x0008, 0xaf4: 0xe00d, 0xaf5: 0x0008, + 0xaf6: 0xe00d, 0xaf7: 0x0008, 0xaf8: 0xe00d, 0xaf9: 0x0008, 0xafa: 0xe00d, 0xafb: 0x0008, + 0xafc: 0xe00d, 0xafd: 0x0008, 0xafe: 0xe00d, 0xaff: 0x0008, + // Block 0x2c, offset 0xb00 + 0xb00: 0x0008, 0xb01: 0x0008, 0xb02: 0x0008, 0xb03: 0x0008, 0xb04: 0x0008, 0xb05: 0x0008, + 0xb06: 0x0040, 0xb07: 0x0040, 0xb08: 0xe045, 0xb09: 0xe045, 0xb0a: 0xe045, 0xb0b: 0xe045, + 0xb0c: 0xe045, 0xb0d: 0xe045, 0xb0e: 0x0040, 0xb0f: 0x0040, 0xb10: 0x0008, 0xb11: 0x0008, + 0xb12: 0x0008, 0xb13: 0x0008, 0xb14: 0x0008, 0xb15: 0x0008, 0xb16: 0x0008, 0xb17: 0x0008, + 0xb18: 0x0040, 0xb19: 0xe045, 0xb1a: 0x0040, 0xb1b: 0xe045, 0xb1c: 0x0040, 0xb1d: 0xe045, + 0xb1e: 0x0040, 0xb1f: 0xe045, 0xb20: 0x0008, 0xb21: 0x0008, 0xb22: 0x0008, 0xb23: 0x0008, + 0xb24: 0x0008, 0xb25: 0x0008, 0xb26: 0x0008, 0xb27: 0x0008, 0xb28: 0xe045, 0xb29: 0xe045, + 0xb2a: 0xe045, 0xb2b: 0xe045, 0xb2c: 0xe045, 0xb2d: 0xe045, 0xb2e: 0xe045, 0xb2f: 0xe045, + 0xb30: 0x0008, 0xb31: 0x1459, 0xb32: 0x0008, 0xb33: 0x1471, 0xb34: 0x0008, 0xb35: 0x1489, + 0xb36: 0x0008, 0xb37: 0x14a1, 0xb38: 0x0008, 0xb39: 0x14b9, 0xb3a: 0x0008, 0xb3b: 0x14d1, + 0xb3c: 0x0008, 0xb3d: 0x14e9, 0xb3e: 0x0040, 0xb3f: 0x0040, + // Block 0x2d, offset 0xb40 + 0xb40: 0x1501, 0xb41: 0x1531, 0xb42: 0x1561, 0xb43: 0x1591, 0xb44: 0x15c1, 0xb45: 0x15f1, + 0xb46: 0x1621, 0xb47: 0x1651, 0xb48: 0x1501, 0xb49: 0x1531, 0xb4a: 0x1561, 0xb4b: 0x1591, + 0xb4c: 0x15c1, 0xb4d: 0x15f1, 0xb4e: 0x1621, 0xb4f: 0x1651, 0xb50: 0x1681, 0xb51: 0x16b1, + 0xb52: 0x16e1, 0xb53: 0x1711, 0xb54: 0x1741, 0xb55: 0x1771, 0xb56: 0x17a1, 0xb57: 0x17d1, + 0xb58: 0x1681, 0xb59: 0x16b1, 0xb5a: 0x16e1, 0xb5b: 0x1711, 0xb5c: 0x1741, 0xb5d: 0x1771, + 0xb5e: 0x17a1, 0xb5f: 0x17d1, 0xb60: 0x1801, 0xb61: 0x1831, 0xb62: 0x1861, 0xb63: 0x1891, + 0xb64: 0x18c1, 0xb65: 0x18f1, 0xb66: 0x1921, 0xb67: 0x1951, 0xb68: 0x1801, 0xb69: 0x1831, + 0xb6a: 0x1861, 0xb6b: 0x1891, 0xb6c: 0x18c1, 0xb6d: 0x18f1, 0xb6e: 0x1921, 0xb6f: 0x1951, + 0xb70: 0x0008, 0xb71: 0x0008, 0xb72: 0x1981, 0xb73: 0x19b1, 0xb74: 0x19d9, 0xb75: 0x0040, + 0xb76: 0x0008, 0xb77: 0x1a01, 0xb78: 0xe045, 0xb79: 0xe045, 0xb7a: 0x064d, 0xb7b: 0x1459, + 0xb7c: 0x19b1, 0xb7d: 0x0666, 0xb7e: 0x1a31, 0xb7f: 0x0686, + // Block 0x2e, offset 0xb80 + 0xb80: 0x06a6, 0xb81: 0x1a4a, 0xb82: 0x1a79, 0xb83: 0x1aa9, 0xb84: 0x1ad1, 0xb85: 0x0040, + 0xb86: 0x0008, 0xb87: 0x1af9, 0xb88: 0x06c5, 0xb89: 0x1471, 0xb8a: 0x06dd, 0xb8b: 0x1489, + 0xb8c: 0x1aa9, 0xb8d: 0x1b2a, 0xb8e: 0x1b5a, 0xb8f: 0x1b8a, 0xb90: 0x0008, 0xb91: 0x0008, + 0xb92: 0x0008, 0xb93: 0x1bb9, 0xb94: 0x0040, 0xb95: 0x0040, 0xb96: 0x0008, 0xb97: 0x0008, + 0xb98: 0xe045, 0xb99: 0xe045, 0xb9a: 0x06f5, 0xb9b: 0x14a1, 0xb9c: 0x0040, 0xb9d: 0x1bd2, + 0xb9e: 0x1c02, 0xb9f: 0x1c32, 0xba0: 0x0008, 0xba1: 0x0008, 0xba2: 0x0008, 0xba3: 0x1c61, + 0xba4: 0x0008, 0xba5: 0x0008, 0xba6: 0x0008, 0xba7: 0x0008, 0xba8: 0xe045, 0xba9: 0xe045, + 0xbaa: 0x070d, 0xbab: 0x14d1, 0xbac: 0xe04d, 0xbad: 0x1c7a, 0xbae: 0x03d2, 0xbaf: 0x1caa, + 0xbb0: 0x0040, 0xbb1: 0x0040, 0xbb2: 0x1cb9, 0xbb3: 0x1ce9, 0xbb4: 0x1d11, 0xbb5: 0x0040, + 0xbb6: 0x0008, 0xbb7: 0x1d39, 0xbb8: 0x0725, 0xbb9: 0x14b9, 0xbba: 0x0515, 0xbbb: 0x14e9, + 0xbbc: 0x1ce9, 0xbbd: 0x073e, 0xbbe: 0x075e, 0xbbf: 0x0040, + // Block 0x2f, offset 0xbc0 + 0xbc0: 0x000a, 0xbc1: 0x000a, 0xbc2: 0x000a, 0xbc3: 0x000a, 0xbc4: 0x000a, 0xbc5: 0x000a, + 0xbc6: 0x000a, 0xbc7: 0x000a, 0xbc8: 0x000a, 0xbc9: 0x000a, 0xbca: 0x000a, 0xbcb: 0x03c0, + 0xbcc: 0x0003, 0xbcd: 0x0003, 0xbce: 0x0340, 0xbcf: 0x0b40, 0xbd0: 0x0018, 0xbd1: 0xe00d, + 0xbd2: 0x0018, 0xbd3: 0x0018, 0xbd4: 0x0018, 0xbd5: 0x0018, 0xbd6: 0x0018, 0xbd7: 0x077e, + 0xbd8: 0x0018, 0xbd9: 0x0018, 0xbda: 0x0018, 0xbdb: 0x0018, 0xbdc: 0x0018, 0xbdd: 0x0018, + 0xbde: 0x0018, 0xbdf: 0x0018, 0xbe0: 0x0018, 0xbe1: 0x0018, 0xbe2: 0x0018, 0xbe3: 0x0018, + 0xbe4: 0x0040, 0xbe5: 0x0040, 0xbe6: 0x0040, 0xbe7: 0x0018, 0xbe8: 0x0040, 0xbe9: 0x0040, + 0xbea: 0x0340, 0xbeb: 0x0340, 0xbec: 0x0340, 0xbed: 0x0340, 0xbee: 0x0340, 0xbef: 0x000a, + 0xbf0: 0x0018, 0xbf1: 0x0018, 0xbf2: 0x0018, 0xbf3: 0x1d69, 0xbf4: 0x1da1, 0xbf5: 0x0018, + 0xbf6: 0x1df1, 0xbf7: 0x1e29, 0xbf8: 0x0018, 0xbf9: 0x0018, 0xbfa: 0x0018, 0xbfb: 0x0018, + 0xbfc: 0x1e7a, 0xbfd: 0x0018, 0xbfe: 0x079e, 0xbff: 0x0018, + // Block 0x30, offset 0xc00 + 0xc00: 0x0018, 0xc01: 0x0018, 0xc02: 0x0018, 0xc03: 0x0018, 0xc04: 0x0018, 0xc05: 0x0018, + 0xc06: 0x0018, 0xc07: 0x1e92, 0xc08: 0x1eaa, 0xc09: 0x1ec2, 0xc0a: 0x0018, 0xc0b: 0x0018, + 0xc0c: 0x0018, 0xc0d: 0x0018, 0xc0e: 0x0018, 0xc0f: 0x0018, 0xc10: 0x0018, 0xc11: 0x0018, + 0xc12: 0x0018, 0xc13: 0x0018, 0xc14: 0x0018, 0xc15: 0x0018, 0xc16: 0x0018, 0xc17: 0x1ed9, + 0xc18: 0x0018, 0xc19: 0x0018, 0xc1a: 0x0018, 0xc1b: 0x0018, 0xc1c: 0x0018, 0xc1d: 0x0018, + 0xc1e: 0x0018, 0xc1f: 0x000a, 0xc20: 0x03c0, 0xc21: 0x0340, 0xc22: 0x0340, 0xc23: 0x0340, + 0xc24: 0x03c0, 0xc25: 0x0040, 0xc26: 0x0040, 0xc27: 0x0040, 0xc28: 0x0040, 0xc29: 0x0040, + 0xc2a: 0x0340, 0xc2b: 0x0340, 0xc2c: 0x0340, 0xc2d: 0x0340, 0xc2e: 0x0340, 0xc2f: 0x0340, + 0xc30: 0x1f41, 0xc31: 0x0f41, 0xc32: 0x0040, 0xc33: 0x0040, 0xc34: 0x1f51, 0xc35: 0x1f61, + 0xc36: 0x1f71, 0xc37: 0x1f81, 0xc38: 0x1f91, 0xc39: 0x1fa1, 0xc3a: 0x1fb2, 0xc3b: 0x07bd, + 0xc3c: 0x1fc2, 0xc3d: 0x1fd2, 0xc3e: 0x1fe2, 0xc3f: 0x0f71, + // Block 0x31, offset 0xc40 + 0xc40: 0x1f41, 0xc41: 0x00c9, 0xc42: 0x0069, 0xc43: 0x0079, 0xc44: 0x1f51, 0xc45: 0x1f61, + 0xc46: 0x1f71, 0xc47: 0x1f81, 0xc48: 0x1f91, 0xc49: 0x1fa1, 0xc4a: 0x1fb2, 0xc4b: 0x07d5, + 0xc4c: 0x1fc2, 0xc4d: 0x1fd2, 0xc4e: 0x1fe2, 0xc4f: 0x0040, 0xc50: 0x0039, 0xc51: 0x0f09, + 0xc52: 0x00d9, 0xc53: 0x0369, 0xc54: 0x0ff9, 0xc55: 0x0249, 0xc56: 0x0f51, 0xc57: 0x0359, + 0xc58: 0x0f61, 0xc59: 0x0f71, 0xc5a: 0x0f99, 0xc5b: 0x01d9, 0xc5c: 0x0fa9, 0xc5d: 0x0040, + 0xc5e: 0x0040, 0xc5f: 0x0040, 0xc60: 0x0018, 0xc61: 0x0018, 0xc62: 0x0018, 0xc63: 0x0018, + 0xc64: 0x0018, 0xc65: 0x0018, 0xc66: 0x0018, 0xc67: 0x0018, 0xc68: 0x1ff1, 0xc69: 0x0018, + 0xc6a: 0x0018, 0xc6b: 0x0018, 0xc6c: 0x0018, 0xc6d: 0x0018, 0xc6e: 0x0018, 0xc6f: 0x0018, + 0xc70: 0x0018, 0xc71: 0x0018, 0xc72: 0x0018, 0xc73: 0x0018, 0xc74: 0x0018, 0xc75: 0x0018, + 0xc76: 0x0018, 0xc77: 0x0018, 0xc78: 0x0018, 0xc79: 0x0018, 0xc7a: 0x0018, 0xc7b: 0x0018, + 0xc7c: 0x0018, 0xc7d: 0x0018, 0xc7e: 0x0018, 0xc7f: 0x0018, + // Block 0x32, offset 0xc80 + 0xc80: 0x07ee, 0xc81: 0x080e, 0xc82: 0x1159, 0xc83: 0x082d, 0xc84: 0x0018, 0xc85: 0x084e, + 0xc86: 0x086e, 0xc87: 0x1011, 0xc88: 0x0018, 0xc89: 0x088d, 0xc8a: 0x0f31, 0xc8b: 0x0249, + 0xc8c: 0x0249, 0xc8d: 0x0249, 0xc8e: 0x0249, 0xc8f: 0x2009, 0xc90: 0x0f41, 0xc91: 0x0f41, + 0xc92: 0x0359, 0xc93: 0x0359, 0xc94: 0x0018, 0xc95: 0x0f71, 0xc96: 0x2021, 0xc97: 0x0018, + 0xc98: 0x0018, 0xc99: 0x0f99, 0xc9a: 0x2039, 0xc9b: 0x0269, 0xc9c: 0x0269, 0xc9d: 0x0269, + 0xc9e: 0x0018, 0xc9f: 0x0018, 0xca0: 0x2049, 0xca1: 0x08ad, 0xca2: 0x2061, 0xca3: 0x0018, + 0xca4: 0x13d1, 0xca5: 0x0018, 0xca6: 0x2079, 0xca7: 0x0018, 0xca8: 0x13d1, 0xca9: 0x0018, + 0xcaa: 0x0f51, 0xcab: 0x2091, 0xcac: 0x0ee9, 0xcad: 0x1159, 0xcae: 0x0018, 0xcaf: 0x0f09, + 0xcb0: 0x0f09, 0xcb1: 0x1199, 0xcb2: 0x0040, 0xcb3: 0x0f61, 0xcb4: 0x00d9, 0xcb5: 0x20a9, + 0xcb6: 0x20c1, 0xcb7: 0x20d9, 0xcb8: 0x20f1, 0xcb9: 0x0f41, 0xcba: 0x0018, 0xcbb: 0x08cd, + 0xcbc: 0x2109, 0xcbd: 0x10b1, 0xcbe: 0x10b1, 0xcbf: 0x2109, + // Block 0x33, offset 0xcc0 + 0xcc0: 0x08ed, 0xcc1: 0x0018, 0xcc2: 0x0018, 0xcc3: 0x0018, 0xcc4: 0x0018, 0xcc5: 0x0ef9, + 0xcc6: 0x0ef9, 0xcc7: 0x0f09, 0xcc8: 0x0f41, 0xcc9: 0x0259, 0xcca: 0x0018, 0xccb: 0x0018, + 0xccc: 0x0018, 0xccd: 0x0018, 0xcce: 0x0008, 0xccf: 0x0018, 0xcd0: 0x2121, 0xcd1: 0x2151, + 0xcd2: 0x2181, 0xcd3: 0x21b9, 0xcd4: 0x21e9, 0xcd5: 0x2219, 0xcd6: 0x2249, 0xcd7: 0x2279, + 0xcd8: 0x22a9, 0xcd9: 0x22d9, 0xcda: 0x2309, 0xcdb: 0x2339, 0xcdc: 0x2369, 0xcdd: 0x2399, + 0xcde: 0x23c9, 0xcdf: 0x23f9, 0xce0: 0x0f41, 0xce1: 0x2421, 0xce2: 0x0905, 0xce3: 0x2439, + 0xce4: 0x1089, 0xce5: 0x2451, 0xce6: 0x0925, 0xce7: 0x2469, 0xce8: 0x2491, 0xce9: 0x0369, + 0xcea: 0x24a9, 0xceb: 0x0945, 0xcec: 0x0359, 0xced: 0x1159, 0xcee: 0x0ef9, 0xcef: 0x0f61, + 0xcf0: 0x0f41, 0xcf1: 0x2421, 0xcf2: 0x0965, 0xcf3: 0x2439, 0xcf4: 0x1089, 0xcf5: 0x2451, + 0xcf6: 0x0985, 0xcf7: 0x2469, 0xcf8: 0x2491, 0xcf9: 0x0369, 0xcfa: 0x24a9, 0xcfb: 0x09a5, + 0xcfc: 0x0359, 0xcfd: 0x1159, 0xcfe: 0x0ef9, 0xcff: 0x0f61, + // Block 0x34, offset 0xd00 + 0xd00: 0x0018, 0xd01: 0x0018, 0xd02: 0x0018, 0xd03: 0x0018, 0xd04: 0x0018, 0xd05: 0x0018, + 0xd06: 0x0018, 0xd07: 0x0018, 0xd08: 0x0018, 0xd09: 0x0018, 0xd0a: 0x0018, 0xd0b: 0x0040, + 0xd0c: 0x0040, 0xd0d: 0x0040, 0xd0e: 0x0040, 0xd0f: 0x0040, 0xd10: 0x0040, 0xd11: 0x0040, + 0xd12: 0x0040, 0xd13: 0x0040, 0xd14: 0x0040, 0xd15: 0x0040, 0xd16: 0x0040, 0xd17: 0x0040, + 0xd18: 0x0040, 0xd19: 0x0040, 0xd1a: 0x0040, 0xd1b: 0x0040, 0xd1c: 0x0040, 0xd1d: 0x0040, + 0xd1e: 0x0040, 0xd1f: 0x0040, 0xd20: 0x00c9, 0xd21: 0x0069, 0xd22: 0x0079, 0xd23: 0x1f51, + 0xd24: 0x1f61, 0xd25: 0x1f71, 0xd26: 0x1f81, 0xd27: 0x1f91, 0xd28: 0x1fa1, 0xd29: 0x2601, + 0xd2a: 0x2619, 0xd2b: 0x2631, 0xd2c: 0x2649, 0xd2d: 0x2661, 0xd2e: 0x2679, 0xd2f: 0x2691, + 0xd30: 0x26a9, 0xd31: 0x26c1, 0xd32: 0x26d9, 0xd33: 0x26f1, 0xd34: 0x0a06, 0xd35: 0x0a26, + 0xd36: 0x0a46, 0xd37: 0x0a66, 0xd38: 0x0a86, 0xd39: 0x0aa6, 0xd3a: 0x0ac6, 0xd3b: 0x0ae6, + 0xd3c: 0x0b06, 0xd3d: 0x270a, 0xd3e: 0x2732, 0xd3f: 0x275a, + // Block 0x35, offset 0xd40 + 0xd40: 0x2782, 0xd41: 0x27aa, 0xd42: 0x27d2, 0xd43: 0x27fa, 0xd44: 0x2822, 0xd45: 0x284a, + 0xd46: 0x2872, 0xd47: 0x289a, 0xd48: 0x0040, 0xd49: 0x0040, 0xd4a: 0x0040, 0xd4b: 0x0040, + 0xd4c: 0x0040, 0xd4d: 0x0040, 0xd4e: 0x0040, 0xd4f: 0x0040, 0xd50: 0x0040, 0xd51: 0x0040, + 0xd52: 0x0040, 0xd53: 0x0040, 0xd54: 0x0040, 0xd55: 0x0040, 0xd56: 0x0040, 0xd57: 0x0040, + 0xd58: 0x0040, 0xd59: 0x0040, 0xd5a: 0x0040, 0xd5b: 0x0040, 0xd5c: 0x0b26, 0xd5d: 0x0b46, + 0xd5e: 0x0b66, 0xd5f: 0x0b86, 0xd60: 0x0ba6, 0xd61: 0x0bc6, 0xd62: 0x0be6, 0xd63: 0x0c06, + 0xd64: 0x0c26, 0xd65: 0x0c46, 0xd66: 0x0c66, 0xd67: 0x0c86, 0xd68: 0x0ca6, 0xd69: 0x0cc6, + 0xd6a: 0x0ce6, 0xd6b: 0x0d06, 0xd6c: 0x0d26, 0xd6d: 0x0d46, 0xd6e: 0x0d66, 0xd6f: 0x0d86, + 0xd70: 0x0da6, 0xd71: 0x0dc6, 0xd72: 0x0de6, 0xd73: 0x0e06, 0xd74: 0x0e26, 0xd75: 0x0e46, + 0xd76: 0x0039, 0xd77: 0x0ee9, 0xd78: 0x1159, 0xd79: 0x0ef9, 0xd7a: 0x0f09, 0xd7b: 0x1199, + 0xd7c: 0x0f31, 0xd7d: 0x0249, 0xd7e: 0x0f41, 0xd7f: 0x0259, + // Block 0x36, offset 0xd80 + 0xd80: 0x0f51, 0xd81: 0x0359, 0xd82: 0x0f61, 0xd83: 0x0f71, 0xd84: 0x00d9, 0xd85: 0x0f99, + 0xd86: 0x2039, 0xd87: 0x0269, 0xd88: 0x01d9, 0xd89: 0x0fa9, 0xd8a: 0x0fb9, 0xd8b: 0x1089, + 0xd8c: 0x0279, 0xd8d: 0x0369, 0xd8e: 0x0289, 0xd8f: 0x13d1, 0xd90: 0x0039, 0xd91: 0x0ee9, + 0xd92: 0x1159, 0xd93: 0x0ef9, 0xd94: 0x0f09, 0xd95: 0x1199, 0xd96: 0x0f31, 0xd97: 0x0249, + 0xd98: 0x0f41, 0xd99: 0x0259, 0xd9a: 0x0f51, 0xd9b: 0x0359, 0xd9c: 0x0f61, 0xd9d: 0x0f71, + 0xd9e: 0x00d9, 0xd9f: 0x0f99, 0xda0: 0x2039, 0xda1: 0x0269, 0xda2: 0x01d9, 0xda3: 0x0fa9, + 0xda4: 0x0fb9, 0xda5: 0x1089, 0xda6: 0x0279, 0xda7: 0x0369, 0xda8: 0x0289, 0xda9: 0x13d1, + 0xdaa: 0x1f41, 0xdab: 0x0018, 0xdac: 0x0018, 0xdad: 0x0018, 0xdae: 0x0018, 0xdaf: 0x0018, + 0xdb0: 0x0018, 0xdb1: 0x0018, 0xdb2: 0x0018, 0xdb3: 0x0018, 0xdb4: 0x0018, 0xdb5: 0x0018, + 0xdb6: 0x0018, 0xdb7: 0x0018, 0xdb8: 0x0018, 0xdb9: 0x0018, 0xdba: 0x0018, 0xdbb: 0x0018, + 0xdbc: 0x0018, 0xdbd: 0x0018, 0xdbe: 0x0018, 0xdbf: 0x0018, + // Block 0x37, offset 0xdc0 + 0xdc0: 0x0008, 0xdc1: 0x0008, 0xdc2: 0x0008, 0xdc3: 0x0008, 0xdc4: 0x0008, 0xdc5: 0x0008, + 0xdc6: 0x0008, 0xdc7: 0x0008, 0xdc8: 0x0008, 0xdc9: 0x0008, 0xdca: 0x0008, 0xdcb: 0x0008, + 0xdcc: 0x0008, 0xdcd: 0x0008, 0xdce: 0x0008, 0xdcf: 0x0008, 0xdd0: 0x0008, 0xdd1: 0x0008, + 0xdd2: 0x0008, 0xdd3: 0x0008, 0xdd4: 0x0008, 0xdd5: 0x0008, 0xdd6: 0x0008, 0xdd7: 0x0008, + 0xdd8: 0x0008, 0xdd9: 0x0008, 0xdda: 0x0008, 0xddb: 0x0008, 0xddc: 0x0008, 0xddd: 0x0008, + 0xdde: 0x0008, 0xddf: 0x0040, 0xde0: 0xe00d, 0xde1: 0x0008, 0xde2: 0x2971, 0xde3: 0x0ebd, + 0xde4: 0x2989, 0xde5: 0x0008, 0xde6: 0x0008, 0xde7: 0xe07d, 0xde8: 0x0008, 0xde9: 0xe01d, + 0xdea: 0x0008, 0xdeb: 0xe03d, 0xdec: 0x0008, 0xded: 0x0fe1, 0xdee: 0x1281, 0xdef: 0x0fc9, + 0xdf0: 0x1141, 0xdf1: 0x0008, 0xdf2: 0xe00d, 0xdf3: 0x0008, 0xdf4: 0x0008, 0xdf5: 0xe01d, + 0xdf6: 0x0008, 0xdf7: 0x0008, 0xdf8: 0x0008, 0xdf9: 0x0008, 0xdfa: 0x0008, 0xdfb: 0x0008, + 0xdfc: 0x0259, 0xdfd: 0x1089, 0xdfe: 0x29a1, 0xdff: 0x29b9, + // Block 0x38, offset 0xe00 + 0xe00: 0xe00d, 0xe01: 0x0008, 0xe02: 0xe00d, 0xe03: 0x0008, 0xe04: 0xe00d, 0xe05: 0x0008, + 0xe06: 0xe00d, 0xe07: 0x0008, 0xe08: 0xe00d, 0xe09: 0x0008, 0xe0a: 0xe00d, 0xe0b: 0x0008, + 0xe0c: 0xe00d, 0xe0d: 0x0008, 0xe0e: 0xe00d, 0xe0f: 0x0008, 0xe10: 0xe00d, 0xe11: 0x0008, + 0xe12: 0xe00d, 0xe13: 0x0008, 0xe14: 0xe00d, 0xe15: 0x0008, 0xe16: 0xe00d, 0xe17: 0x0008, + 0xe18: 0xe00d, 0xe19: 0x0008, 0xe1a: 0xe00d, 0xe1b: 0x0008, 0xe1c: 0xe00d, 0xe1d: 0x0008, + 0xe1e: 0xe00d, 0xe1f: 0x0008, 0xe20: 0xe00d, 0xe21: 0x0008, 0xe22: 0xe00d, 0xe23: 0x0008, + 0xe24: 0x0008, 0xe25: 0x0018, 0xe26: 0x0018, 0xe27: 0x0018, 0xe28: 0x0018, 0xe29: 0x0018, + 0xe2a: 0x0018, 0xe2b: 0xe03d, 0xe2c: 0x0008, 0xe2d: 0xe01d, 0xe2e: 0x0008, 0xe2f: 0x3308, + 0xe30: 0x3308, 0xe31: 0x3308, 0xe32: 0xe00d, 0xe33: 0x0008, 0xe34: 0x0040, 0xe35: 0x0040, + 0xe36: 0x0040, 0xe37: 0x0040, 0xe38: 0x0040, 0xe39: 0x0018, 0xe3a: 0x0018, 0xe3b: 0x0018, + 0xe3c: 0x0018, 0xe3d: 0x0018, 0xe3e: 0x0018, 0xe3f: 0x0018, + // Block 0x39, offset 0xe40 + 0xe40: 0x26fd, 0xe41: 0x271d, 0xe42: 0x273d, 0xe43: 0x275d, 0xe44: 0x277d, 0xe45: 0x279d, + 0xe46: 0x27bd, 0xe47: 0x27dd, 0xe48: 0x27fd, 0xe49: 0x281d, 0xe4a: 0x283d, 0xe4b: 0x285d, + 0xe4c: 0x287d, 0xe4d: 0x289d, 0xe4e: 0x28bd, 0xe4f: 0x28dd, 0xe50: 0x28fd, 0xe51: 0x291d, + 0xe52: 0x293d, 0xe53: 0x295d, 0xe54: 0x297d, 0xe55: 0x299d, 0xe56: 0x0040, 0xe57: 0x0040, + 0xe58: 0x0040, 0xe59: 0x0040, 0xe5a: 0x0040, 0xe5b: 0x0040, 0xe5c: 0x0040, 0xe5d: 0x0040, + 0xe5e: 0x0040, 0xe5f: 0x0040, 0xe60: 0x0040, 0xe61: 0x0040, 0xe62: 0x0040, 0xe63: 0x0040, + 0xe64: 0x0040, 0xe65: 0x0040, 0xe66: 0x0040, 0xe67: 0x0040, 0xe68: 0x0040, 0xe69: 0x0040, + 0xe6a: 0x0040, 0xe6b: 0x0040, 0xe6c: 0x0040, 0xe6d: 0x0040, 0xe6e: 0x0040, 0xe6f: 0x0040, + 0xe70: 0x0040, 0xe71: 0x0040, 0xe72: 0x0040, 0xe73: 0x0040, 0xe74: 0x0040, 0xe75: 0x0040, + 0xe76: 0x0040, 0xe77: 0x0040, 0xe78: 0x0040, 0xe79: 0x0040, 0xe7a: 0x0040, 0xe7b: 0x0040, + 0xe7c: 0x0040, 0xe7d: 0x0040, 0xe7e: 0x0040, 0xe7f: 0x0040, + // Block 0x3a, offset 0xe80 + 0xe80: 0x000a, 0xe81: 0x0018, 0xe82: 0x29d1, 0xe83: 0x0018, 0xe84: 0x0018, 0xe85: 0x0008, + 0xe86: 0x0008, 0xe87: 0x0008, 0xe88: 0x0018, 0xe89: 0x0018, 0xe8a: 0x0018, 0xe8b: 0x0018, + 0xe8c: 0x0018, 0xe8d: 0x0018, 0xe8e: 0x0018, 0xe8f: 0x0018, 0xe90: 0x0018, 0xe91: 0x0018, + 0xe92: 0x0018, 0xe93: 0x0018, 0xe94: 0x0018, 0xe95: 0x0018, 0xe96: 0x0018, 0xe97: 0x0018, + 0xe98: 0x0018, 0xe99: 0x0018, 0xe9a: 0x0018, 0xe9b: 0x0018, 0xe9c: 0x0018, 0xe9d: 0x0018, + 0xe9e: 0x0018, 0xe9f: 0x0018, 0xea0: 0x0018, 0xea1: 0x0018, 0xea2: 0x0018, 0xea3: 0x0018, + 0xea4: 0x0018, 0xea5: 0x0018, 0xea6: 0x0018, 0xea7: 0x0018, 0xea8: 0x0018, 0xea9: 0x0018, + 0xeaa: 0x3308, 0xeab: 0x3308, 0xeac: 0x3308, 0xead: 0x3308, 0xeae: 0x3018, 0xeaf: 0x3018, + 0xeb0: 0x0018, 0xeb1: 0x0018, 0xeb2: 0x0018, 0xeb3: 0x0018, 0xeb4: 0x0018, 0xeb5: 0x0018, + 0xeb6: 0xe125, 0xeb7: 0x0018, 0xeb8: 0x29bd, 0xeb9: 0x29dd, 0xeba: 0x29fd, 0xebb: 0x0018, + 0xebc: 0x0008, 0xebd: 0x0018, 0xebe: 0x0018, 0xebf: 0x0018, + // Block 0x3b, offset 0xec0 + 0xec0: 0x2b3d, 0xec1: 0x2b5d, 0xec2: 0x2b7d, 0xec3: 0x2b9d, 0xec4: 0x2bbd, 0xec5: 0x2bdd, + 0xec6: 0x2bdd, 0xec7: 0x2bdd, 0xec8: 0x2bfd, 0xec9: 0x2bfd, 0xeca: 0x2bfd, 0xecb: 0x2bfd, + 0xecc: 0x2c1d, 0xecd: 0x2c1d, 0xece: 0x2c1d, 0xecf: 0x2c3d, 0xed0: 0x2c5d, 0xed1: 0x2c5d, + 0xed2: 0x2a7d, 0xed3: 0x2a7d, 0xed4: 0x2c5d, 0xed5: 0x2c5d, 0xed6: 0x2c7d, 0xed7: 0x2c7d, + 0xed8: 0x2c5d, 0xed9: 0x2c5d, 0xeda: 0x2a7d, 0xedb: 0x2a7d, 0xedc: 0x2c5d, 0xedd: 0x2c5d, + 0xede: 0x2c3d, 0xedf: 0x2c3d, 0xee0: 0x2c9d, 0xee1: 0x2c9d, 0xee2: 0x2cbd, 0xee3: 0x2cbd, + 0xee4: 0x0040, 0xee5: 0x2cdd, 0xee6: 0x2cfd, 0xee7: 0x2d1d, 0xee8: 0x2d1d, 0xee9: 0x2d3d, + 0xeea: 0x2d5d, 0xeeb: 0x2d7d, 0xeec: 0x2d9d, 0xeed: 0x2dbd, 0xeee: 0x2ddd, 0xeef: 0x2dfd, + 0xef0: 0x2e1d, 0xef1: 0x2e3d, 0xef2: 0x2e3d, 0xef3: 0x2e5d, 0xef4: 0x2e7d, 0xef5: 0x2e7d, + 0xef6: 0x2e9d, 0xef7: 0x2ebd, 0xef8: 0x2e5d, 0xef9: 0x2edd, 0xefa: 0x2efd, 0xefb: 0x2edd, + 0xefc: 0x2e5d, 0xefd: 0x2f1d, 0xefe: 0x2f3d, 0xeff: 0x2f5d, + // Block 0x3c, offset 0xf00 + 0xf00: 0x2f7d, 0xf01: 0x2f9d, 0xf02: 0x2cfd, 0xf03: 0x2cdd, 0xf04: 0x2fbd, 0xf05: 0x2fdd, + 0xf06: 0x2ffd, 0xf07: 0x301d, 0xf08: 0x303d, 0xf09: 0x305d, 0xf0a: 0x307d, 0xf0b: 0x309d, + 0xf0c: 0x30bd, 0xf0d: 0x30dd, 0xf0e: 0x30fd, 0xf0f: 0x0040, 0xf10: 0x0018, 0xf11: 0x0018, + 0xf12: 0x311d, 0xf13: 0x313d, 0xf14: 0x315d, 0xf15: 0x317d, 0xf16: 0x319d, 0xf17: 0x31bd, + 0xf18: 0x31dd, 0xf19: 0x31fd, 0xf1a: 0x321d, 0xf1b: 0x323d, 0xf1c: 0x315d, 0xf1d: 0x325d, + 0xf1e: 0x327d, 0xf1f: 0x329d, 0xf20: 0x0008, 0xf21: 0x0008, 0xf22: 0x0008, 0xf23: 0x0008, + 0xf24: 0x0008, 0xf25: 0x0008, 0xf26: 0x0008, 0xf27: 0x0008, 0xf28: 0x0008, 0xf29: 0x0008, + 0xf2a: 0x0008, 0xf2b: 0x0008, 0xf2c: 0x0008, 0xf2d: 0x0008, 0xf2e: 0x0008, 0xf2f: 0x0008, + 0xf30: 0x0008, 0xf31: 0x0008, 0xf32: 0x0008, 0xf33: 0x0008, 0xf34: 0x0008, 0xf35: 0x0008, + 0xf36: 0x0008, 0xf37: 0x0008, 0xf38: 0x0008, 0xf39: 0x0008, 0xf3a: 0x0008, 0xf3b: 0x0040, + 0xf3c: 0x0040, 0xf3d: 0x0040, 0xf3e: 0x0040, 0xf3f: 0x0040, + // Block 0x3d, offset 0xf40 + 0xf40: 0x36a2, 0xf41: 0x36d2, 0xf42: 0x3702, 0xf43: 0x3732, 0xf44: 0x32bd, 0xf45: 0x32dd, + 0xf46: 0x32fd, 0xf47: 0x331d, 0xf48: 0x0018, 0xf49: 0x0018, 0xf4a: 0x0018, 0xf4b: 0x0018, + 0xf4c: 0x0018, 0xf4d: 0x0018, 0xf4e: 0x0018, 0xf4f: 0x0018, 0xf50: 0x333d, 0xf51: 0x3761, + 0xf52: 0x3779, 0xf53: 0x3791, 0xf54: 0x37a9, 0xf55: 0x37c1, 0xf56: 0x37d9, 0xf57: 0x37f1, + 0xf58: 0x3809, 0xf59: 0x3821, 0xf5a: 0x3839, 0xf5b: 0x3851, 0xf5c: 0x3869, 0xf5d: 0x3881, + 0xf5e: 0x3899, 0xf5f: 0x38b1, 0xf60: 0x335d, 0xf61: 0x337d, 0xf62: 0x339d, 0xf63: 0x33bd, + 0xf64: 0x33dd, 0xf65: 0x33dd, 0xf66: 0x33fd, 0xf67: 0x341d, 0xf68: 0x343d, 0xf69: 0x345d, + 0xf6a: 0x347d, 0xf6b: 0x349d, 0xf6c: 0x34bd, 0xf6d: 0x34dd, 0xf6e: 0x34fd, 0xf6f: 0x351d, + 0xf70: 0x353d, 0xf71: 0x355d, 0xf72: 0x357d, 0xf73: 0x359d, 0xf74: 0x35bd, 0xf75: 0x35dd, + 0xf76: 0x35fd, 0xf77: 0x361d, 0xf78: 0x363d, 0xf79: 0x365d, 0xf7a: 0x367d, 0xf7b: 0x369d, + 0xf7c: 0x38c9, 0xf7d: 0x3901, 0xf7e: 0x36bd, 0xf7f: 0x0018, + // Block 0x3e, offset 0xf80 + 0xf80: 0x36dd, 0xf81: 0x36fd, 0xf82: 0x371d, 0xf83: 0x373d, 0xf84: 0x375d, 0xf85: 0x377d, + 0xf86: 0x379d, 0xf87: 0x37bd, 0xf88: 0x37dd, 0xf89: 0x37fd, 0xf8a: 0x381d, 0xf8b: 0x383d, + 0xf8c: 0x385d, 0xf8d: 0x387d, 0xf8e: 0x389d, 0xf8f: 0x38bd, 0xf90: 0x38dd, 0xf91: 0x38fd, + 0xf92: 0x391d, 0xf93: 0x393d, 0xf94: 0x395d, 0xf95: 0x397d, 0xf96: 0x399d, 0xf97: 0x39bd, + 0xf98: 0x39dd, 0xf99: 0x39fd, 0xf9a: 0x3a1d, 0xf9b: 0x3a3d, 0xf9c: 0x3a5d, 0xf9d: 0x3a7d, + 0xf9e: 0x3a9d, 0xf9f: 0x3abd, 0xfa0: 0x3add, 0xfa1: 0x3afd, 0xfa2: 0x3b1d, 0xfa3: 0x3b3d, + 0xfa4: 0x3b5d, 0xfa5: 0x3b7d, 0xfa6: 0x127d, 0xfa7: 0x3b9d, 0xfa8: 0x3bbd, 0xfa9: 0x3bdd, + 0xfaa: 0x3bfd, 0xfab: 0x3c1d, 0xfac: 0x3c3d, 0xfad: 0x3c5d, 0xfae: 0x239d, 0xfaf: 0x3c7d, + 0xfb0: 0x3c9d, 0xfb1: 0x3939, 0xfb2: 0x3951, 0xfb3: 0x3969, 0xfb4: 0x3981, 0xfb5: 0x3999, + 0xfb6: 0x39b1, 0xfb7: 0x39c9, 0xfb8: 0x39e1, 0xfb9: 0x39f9, 0xfba: 0x3a11, 0xfbb: 0x3a29, + 0xfbc: 0x3a41, 0xfbd: 0x3a59, 0xfbe: 0x3a71, 0xfbf: 0x3a89, + // Block 0x3f, offset 0xfc0 + 0xfc0: 0x3aa1, 0xfc1: 0x3ac9, 0xfc2: 0x3af1, 0xfc3: 0x3b19, 0xfc4: 0x3b41, 0xfc5: 0x3b69, + 0xfc6: 0x3b91, 0xfc7: 0x3bb9, 0xfc8: 0x3be1, 0xfc9: 0x3c09, 0xfca: 0x3c39, 0xfcb: 0x3c69, + 0xfcc: 0x3c99, 0xfcd: 0x3cbd, 0xfce: 0x3cb1, 0xfcf: 0x3cdd, 0xfd0: 0x3cfd, 0xfd1: 0x3d15, + 0xfd2: 0x3d2d, 0xfd3: 0x3d45, 0xfd4: 0x3d5d, 0xfd5: 0x3d5d, 0xfd6: 0x3d45, 0xfd7: 0x3d75, + 0xfd8: 0x07bd, 0xfd9: 0x3d8d, 0xfda: 0x3da5, 0xfdb: 0x3dbd, 0xfdc: 0x3dd5, 0xfdd: 0x3ded, + 0xfde: 0x3e05, 0xfdf: 0x3e1d, 0xfe0: 0x3e35, 0xfe1: 0x3e4d, 0xfe2: 0x3e65, 0xfe3: 0x3e7d, + 0xfe4: 0x3e95, 0xfe5: 0x3e95, 0xfe6: 0x3ead, 0xfe7: 0x3ead, 0xfe8: 0x3ec5, 0xfe9: 0x3ec5, + 0xfea: 0x3edd, 0xfeb: 0x3ef5, 0xfec: 0x3f0d, 0xfed: 0x3f25, 0xfee: 0x3f3d, 0xfef: 0x3f3d, + 0xff0: 0x3f55, 0xff1: 0x3f55, 0xff2: 0x3f55, 0xff3: 0x3f6d, 0xff4: 0x3f85, 0xff5: 0x3f9d, + 0xff6: 0x3fb5, 0xff7: 0x3f9d, 0xff8: 0x3fcd, 0xff9: 0x3fe5, 0xffa: 0x3f6d, 0xffb: 0x3ffd, + 0xffc: 0x4015, 0xffd: 0x4015, 0xffe: 0x4015, 0xfff: 0x0040, + // Block 0x40, offset 0x1000 + 0x1000: 0x3cc9, 0x1001: 0x3d31, 0x1002: 0x3d99, 0x1003: 0x3e01, 0x1004: 0x3e51, 0x1005: 0x3eb9, + 0x1006: 0x3f09, 0x1007: 0x3f59, 0x1008: 0x3fd9, 0x1009: 0x4041, 0x100a: 0x4091, 0x100b: 0x40e1, + 0x100c: 0x4131, 0x100d: 0x4199, 0x100e: 0x4201, 0x100f: 0x4251, 0x1010: 0x42a1, 0x1011: 0x42d9, + 0x1012: 0x4329, 0x1013: 0x4391, 0x1014: 0x43f9, 0x1015: 0x4431, 0x1016: 0x44b1, 0x1017: 0x4549, + 0x1018: 0x45c9, 0x1019: 0x4619, 0x101a: 0x4699, 0x101b: 0x4719, 0x101c: 0x4781, 0x101d: 0x47d1, + 0x101e: 0x4821, 0x101f: 0x4871, 0x1020: 0x48d9, 0x1021: 0x4959, 0x1022: 0x49c1, 0x1023: 0x4a11, + 0x1024: 0x4a61, 0x1025: 0x4ab1, 0x1026: 0x4ae9, 0x1027: 0x4b21, 0x1028: 0x4b59, 0x1029: 0x4b91, + 0x102a: 0x4be1, 0x102b: 0x4c31, 0x102c: 0x4cb1, 0x102d: 0x4d01, 0x102e: 0x4d69, 0x102f: 0x4de9, + 0x1030: 0x4e39, 0x1031: 0x4e71, 0x1032: 0x4ea9, 0x1033: 0x4f29, 0x1034: 0x4f91, 0x1035: 0x5011, + 0x1036: 0x5061, 0x1037: 0x50e1, 0x1038: 0x5119, 0x1039: 0x5169, 0x103a: 0x51b9, 0x103b: 0x5209, + 0x103c: 0x5259, 0x103d: 0x52a9, 0x103e: 0x5311, 0x103f: 0x5361, + // Block 0x41, offset 0x1040 + 0x1040: 0x5399, 0x1041: 0x53e9, 0x1042: 0x5439, 0x1043: 0x5489, 0x1044: 0x54f1, 0x1045: 0x5541, + 0x1046: 0x5591, 0x1047: 0x55e1, 0x1048: 0x5661, 0x1049: 0x56c9, 0x104a: 0x5701, 0x104b: 0x5781, + 0x104c: 0x57b9, 0x104d: 0x5821, 0x104e: 0x5889, 0x104f: 0x58d9, 0x1050: 0x5929, 0x1051: 0x5979, + 0x1052: 0x59e1, 0x1053: 0x5a19, 0x1054: 0x5a69, 0x1055: 0x5ad1, 0x1056: 0x5b09, 0x1057: 0x5b89, + 0x1058: 0x5bd9, 0x1059: 0x5c01, 0x105a: 0x5c29, 0x105b: 0x5c51, 0x105c: 0x5c79, 0x105d: 0x5ca1, + 0x105e: 0x5cc9, 0x105f: 0x5cf1, 0x1060: 0x5d19, 0x1061: 0x5d41, 0x1062: 0x5d69, 0x1063: 0x5d99, + 0x1064: 0x5dc9, 0x1065: 0x5df9, 0x1066: 0x5e29, 0x1067: 0x5e59, 0x1068: 0x5e89, 0x1069: 0x5eb9, + 0x106a: 0x5ee9, 0x106b: 0x5f19, 0x106c: 0x5f49, 0x106d: 0x5f79, 0x106e: 0x5fa9, 0x106f: 0x5fd9, + 0x1070: 0x6009, 0x1071: 0x402d, 0x1072: 0x6039, 0x1073: 0x6051, 0x1074: 0x404d, 0x1075: 0x6069, + 0x1076: 0x6081, 0x1077: 0x6099, 0x1078: 0x406d, 0x1079: 0x406d, 0x107a: 0x60b1, 0x107b: 0x60c9, + 0x107c: 0x6101, 0x107d: 0x6139, 0x107e: 0x6171, 0x107f: 0x61a9, + // Block 0x42, offset 0x1080 + 0x1080: 0x6211, 0x1081: 0x6229, 0x1082: 0x408d, 0x1083: 0x6241, 0x1084: 0x6259, 0x1085: 0x6271, + 0x1086: 0x6289, 0x1087: 0x62a1, 0x1088: 0x40ad, 0x1089: 0x62b9, 0x108a: 0x62e1, 0x108b: 0x62f9, + 0x108c: 0x40cd, 0x108d: 0x40cd, 0x108e: 0x6311, 0x108f: 0x6329, 0x1090: 0x6341, 0x1091: 0x40ed, + 0x1092: 0x410d, 0x1093: 0x412d, 0x1094: 0x414d, 0x1095: 0x416d, 0x1096: 0x6359, 0x1097: 0x6371, + 0x1098: 0x6389, 0x1099: 0x63a1, 0x109a: 0x63b9, 0x109b: 0x418d, 0x109c: 0x63d1, 0x109d: 0x63e9, + 0x109e: 0x6401, 0x109f: 0x41ad, 0x10a0: 0x41cd, 0x10a1: 0x6419, 0x10a2: 0x41ed, 0x10a3: 0x420d, + 0x10a4: 0x422d, 0x10a5: 0x6431, 0x10a6: 0x424d, 0x10a7: 0x6449, 0x10a8: 0x6479, 0x10a9: 0x6211, + 0x10aa: 0x426d, 0x10ab: 0x428d, 0x10ac: 0x42ad, 0x10ad: 0x42cd, 0x10ae: 0x64b1, 0x10af: 0x64f1, + 0x10b0: 0x6539, 0x10b1: 0x6551, 0x10b2: 0x42ed, 0x10b3: 0x6569, 0x10b4: 0x6581, 0x10b5: 0x6599, + 0x10b6: 0x430d, 0x10b7: 0x65b1, 0x10b8: 0x65c9, 0x10b9: 0x65b1, 0x10ba: 0x65e1, 0x10bb: 0x65f9, + 0x10bc: 0x432d, 0x10bd: 0x6611, 0x10be: 0x6629, 0x10bf: 0x6611, + // Block 0x43, offset 0x10c0 + 0x10c0: 0x434d, 0x10c1: 0x436d, 0x10c2: 0x0040, 0x10c3: 0x6641, 0x10c4: 0x6659, 0x10c5: 0x6671, + 0x10c6: 0x6689, 0x10c7: 0x0040, 0x10c8: 0x66c1, 0x10c9: 0x66d9, 0x10ca: 0x66f1, 0x10cb: 0x6709, + 0x10cc: 0x6721, 0x10cd: 0x6739, 0x10ce: 0x6401, 0x10cf: 0x6751, 0x10d0: 0x6769, 0x10d1: 0x6781, + 0x10d2: 0x438d, 0x10d3: 0x6799, 0x10d4: 0x6289, 0x10d5: 0x43ad, 0x10d6: 0x43cd, 0x10d7: 0x67b1, + 0x10d8: 0x0040, 0x10d9: 0x43ed, 0x10da: 0x67c9, 0x10db: 0x67e1, 0x10dc: 0x67f9, 0x10dd: 0x6811, + 0x10de: 0x6829, 0x10df: 0x6859, 0x10e0: 0x6889, 0x10e1: 0x68b1, 0x10e2: 0x68d9, 0x10e3: 0x6901, + 0x10e4: 0x6929, 0x10e5: 0x6951, 0x10e6: 0x6979, 0x10e7: 0x69a1, 0x10e8: 0x69c9, 0x10e9: 0x69f1, + 0x10ea: 0x6a21, 0x10eb: 0x6a51, 0x10ec: 0x6a81, 0x10ed: 0x6ab1, 0x10ee: 0x6ae1, 0x10ef: 0x6b11, + 0x10f0: 0x6b41, 0x10f1: 0x6b71, 0x10f2: 0x6ba1, 0x10f3: 0x6bd1, 0x10f4: 0x6c01, 0x10f5: 0x6c31, + 0x10f6: 0x6c61, 0x10f7: 0x6c91, 0x10f8: 0x6cc1, 0x10f9: 0x6cf1, 0x10fa: 0x6d21, 0x10fb: 0x6d51, + 0x10fc: 0x6d81, 0x10fd: 0x6db1, 0x10fe: 0x6de1, 0x10ff: 0x440d, + // Block 0x44, offset 0x1100 + 0x1100: 0xe00d, 0x1101: 0x0008, 0x1102: 0xe00d, 0x1103: 0x0008, 0x1104: 0xe00d, 0x1105: 0x0008, + 0x1106: 0xe00d, 0x1107: 0x0008, 0x1108: 0xe00d, 0x1109: 0x0008, 0x110a: 0xe00d, 0x110b: 0x0008, + 0x110c: 0xe00d, 0x110d: 0x0008, 0x110e: 0xe00d, 0x110f: 0x0008, 0x1110: 0xe00d, 0x1111: 0x0008, + 0x1112: 0xe00d, 0x1113: 0x0008, 0x1114: 0xe00d, 0x1115: 0x0008, 0x1116: 0xe00d, 0x1117: 0x0008, + 0x1118: 0xe00d, 0x1119: 0x0008, 0x111a: 0xe00d, 0x111b: 0x0008, 0x111c: 0xe00d, 0x111d: 0x0008, + 0x111e: 0xe00d, 0x111f: 0x0008, 0x1120: 0xe00d, 0x1121: 0x0008, 0x1122: 0xe00d, 0x1123: 0x0008, + 0x1124: 0xe00d, 0x1125: 0x0008, 0x1126: 0xe00d, 0x1127: 0x0008, 0x1128: 0xe00d, 0x1129: 0x0008, + 0x112a: 0xe00d, 0x112b: 0x0008, 0x112c: 0xe00d, 0x112d: 0x0008, 0x112e: 0x0008, 0x112f: 0x3308, + 0x1130: 0x3318, 0x1131: 0x3318, 0x1132: 0x3318, 0x1133: 0x0018, 0x1134: 0x3308, 0x1135: 0x3308, + 0x1136: 0x3308, 0x1137: 0x3308, 0x1138: 0x3308, 0x1139: 0x3308, 0x113a: 0x3308, 0x113b: 0x3308, + 0x113c: 0x3308, 0x113d: 0x3308, 0x113e: 0x0018, 0x113f: 0x0008, + // Block 0x45, offset 0x1140 + 0x1140: 0xe00d, 0x1141: 0x0008, 0x1142: 0xe00d, 0x1143: 0x0008, 0x1144: 0xe00d, 0x1145: 0x0008, + 0x1146: 0xe00d, 0x1147: 0x0008, 0x1148: 0xe00d, 0x1149: 0x0008, 0x114a: 0xe00d, 0x114b: 0x0008, + 0x114c: 0xe00d, 0x114d: 0x0008, 0x114e: 0xe00d, 0x114f: 0x0008, 0x1150: 0xe00d, 0x1151: 0x0008, + 0x1152: 0xe00d, 0x1153: 0x0008, 0x1154: 0xe00d, 0x1155: 0x0008, 0x1156: 0xe00d, 0x1157: 0x0008, + 0x1158: 0xe00d, 0x1159: 0x0008, 0x115a: 0xe00d, 0x115b: 0x0008, 0x115c: 0x0ea1, 0x115d: 0x6e11, + 0x115e: 0x3308, 0x115f: 0x3308, 0x1160: 0x0008, 0x1161: 0x0008, 0x1162: 0x0008, 0x1163: 0x0008, + 0x1164: 0x0008, 0x1165: 0x0008, 0x1166: 0x0008, 0x1167: 0x0008, 0x1168: 0x0008, 0x1169: 0x0008, + 0x116a: 0x0008, 0x116b: 0x0008, 0x116c: 0x0008, 0x116d: 0x0008, 0x116e: 0x0008, 0x116f: 0x0008, + 0x1170: 0x0008, 0x1171: 0x0008, 0x1172: 0x0008, 0x1173: 0x0008, 0x1174: 0x0008, 0x1175: 0x0008, + 0x1176: 0x0008, 0x1177: 0x0008, 0x1178: 0x0008, 0x1179: 0x0008, 0x117a: 0x0008, 0x117b: 0x0008, + 0x117c: 0x0008, 0x117d: 0x0008, 0x117e: 0x0008, 0x117f: 0x0008, + // Block 0x46, offset 0x1180 + 0x1180: 0x0018, 0x1181: 0x0018, 0x1182: 0x0018, 0x1183: 0x0018, 0x1184: 0x0018, 0x1185: 0x0018, + 0x1186: 0x0018, 0x1187: 0x0018, 0x1188: 0x0018, 0x1189: 0x0018, 0x118a: 0x0018, 0x118b: 0x0018, + 0x118c: 0x0018, 0x118d: 0x0018, 0x118e: 0x0018, 0x118f: 0x0018, 0x1190: 0x0018, 0x1191: 0x0018, + 0x1192: 0x0018, 0x1193: 0x0018, 0x1194: 0x0018, 0x1195: 0x0018, 0x1196: 0x0018, 0x1197: 0x0008, + 0x1198: 0x0008, 0x1199: 0x0008, 0x119a: 0x0008, 0x119b: 0x0008, 0x119c: 0x0008, 0x119d: 0x0008, + 0x119e: 0x0008, 0x119f: 0x0008, 0x11a0: 0x0018, 0x11a1: 0x0018, 0x11a2: 0xe00d, 0x11a3: 0x0008, + 0x11a4: 0xe00d, 0x11a5: 0x0008, 0x11a6: 0xe00d, 0x11a7: 0x0008, 0x11a8: 0xe00d, 0x11a9: 0x0008, + 0x11aa: 0xe00d, 0x11ab: 0x0008, 0x11ac: 0xe00d, 0x11ad: 0x0008, 0x11ae: 0xe00d, 0x11af: 0x0008, + 0x11b0: 0x0008, 0x11b1: 0x0008, 0x11b2: 0xe00d, 0x11b3: 0x0008, 0x11b4: 0xe00d, 0x11b5: 0x0008, + 0x11b6: 0xe00d, 0x11b7: 0x0008, 0x11b8: 0xe00d, 0x11b9: 0x0008, 0x11ba: 0xe00d, 0x11bb: 0x0008, + 0x11bc: 0xe00d, 0x11bd: 0x0008, 0x11be: 0xe00d, 0x11bf: 0x0008, + // Block 0x47, offset 0x11c0 + 0x11c0: 0xe00d, 0x11c1: 0x0008, 0x11c2: 0xe00d, 0x11c3: 0x0008, 0x11c4: 0xe00d, 0x11c5: 0x0008, + 0x11c6: 0xe00d, 0x11c7: 0x0008, 0x11c8: 0xe00d, 0x11c9: 0x0008, 0x11ca: 0xe00d, 0x11cb: 0x0008, + 0x11cc: 0xe00d, 0x11cd: 0x0008, 0x11ce: 0xe00d, 0x11cf: 0x0008, 0x11d0: 0xe00d, 0x11d1: 0x0008, + 0x11d2: 0xe00d, 0x11d3: 0x0008, 0x11d4: 0xe00d, 0x11d5: 0x0008, 0x11d6: 0xe00d, 0x11d7: 0x0008, + 0x11d8: 0xe00d, 0x11d9: 0x0008, 0x11da: 0xe00d, 0x11db: 0x0008, 0x11dc: 0xe00d, 0x11dd: 0x0008, + 0x11de: 0xe00d, 0x11df: 0x0008, 0x11e0: 0xe00d, 0x11e1: 0x0008, 0x11e2: 0xe00d, 0x11e3: 0x0008, + 0x11e4: 0xe00d, 0x11e5: 0x0008, 0x11e6: 0xe00d, 0x11e7: 0x0008, 0x11e8: 0xe00d, 0x11e9: 0x0008, + 0x11ea: 0xe00d, 0x11eb: 0x0008, 0x11ec: 0xe00d, 0x11ed: 0x0008, 0x11ee: 0xe00d, 0x11ef: 0x0008, + 0x11f0: 0xe0fd, 0x11f1: 0x0008, 0x11f2: 0x0008, 0x11f3: 0x0008, 0x11f4: 0x0008, 0x11f5: 0x0008, + 0x11f6: 0x0008, 0x11f7: 0x0008, 0x11f8: 0x0008, 0x11f9: 0xe01d, 0x11fa: 0x0008, 0x11fb: 0xe03d, + 0x11fc: 0x0008, 0x11fd: 0x442d, 0x11fe: 0xe00d, 0x11ff: 0x0008, + // Block 0x48, offset 0x1200 + 0x1200: 0xe00d, 0x1201: 0x0008, 0x1202: 0xe00d, 0x1203: 0x0008, 0x1204: 0xe00d, 0x1205: 0x0008, + 0x1206: 0xe00d, 0x1207: 0x0008, 0x1208: 0x0008, 0x1209: 0x0018, 0x120a: 0x0018, 0x120b: 0xe03d, + 0x120c: 0x0008, 0x120d: 0x11d9, 0x120e: 0x0008, 0x120f: 0x0008, 0x1210: 0xe00d, 0x1211: 0x0008, + 0x1212: 0xe00d, 0x1213: 0x0008, 0x1214: 0x0008, 0x1215: 0x0008, 0x1216: 0xe00d, 0x1217: 0x0008, + 0x1218: 0xe00d, 0x1219: 0x0008, 0x121a: 0xe00d, 0x121b: 0x0008, 0x121c: 0xe00d, 0x121d: 0x0008, + 0x121e: 0xe00d, 0x121f: 0x0008, 0x1220: 0xe00d, 0x1221: 0x0008, 0x1222: 0xe00d, 0x1223: 0x0008, + 0x1224: 0xe00d, 0x1225: 0x0008, 0x1226: 0xe00d, 0x1227: 0x0008, 0x1228: 0xe00d, 0x1229: 0x0008, + 0x122a: 0x6e29, 0x122b: 0x1029, 0x122c: 0x11c1, 0x122d: 0x6e41, 0x122e: 0x1221, 0x122f: 0x0008, + 0x1230: 0x6e59, 0x1231: 0x6e71, 0x1232: 0x1239, 0x1233: 0x444d, 0x1234: 0xe00d, 0x1235: 0x0008, + 0x1236: 0xe00d, 0x1237: 0x0008, 0x1238: 0x0040, 0x1239: 0x0008, 0x123a: 0x0040, 0x123b: 0x0040, + 0x123c: 0x0040, 0x123d: 0x0040, 0x123e: 0x0040, 0x123f: 0x0040, + // Block 0x49, offset 0x1240 + 0x1240: 0x64d5, 0x1241: 0x64f5, 0x1242: 0x6515, 0x1243: 0x6535, 0x1244: 0x6555, 0x1245: 0x6575, + 0x1246: 0x6595, 0x1247: 0x65b5, 0x1248: 0x65d5, 0x1249: 0x65f5, 0x124a: 0x6615, 0x124b: 0x6635, + 0x124c: 0x6655, 0x124d: 0x6675, 0x124e: 0x0008, 0x124f: 0x0008, 0x1250: 0x6695, 0x1251: 0x0008, + 0x1252: 0x66b5, 0x1253: 0x0008, 0x1254: 0x0008, 0x1255: 0x66d5, 0x1256: 0x66f5, 0x1257: 0x6715, + 0x1258: 0x6735, 0x1259: 0x6755, 0x125a: 0x6775, 0x125b: 0x6795, 0x125c: 0x67b5, 0x125d: 0x67d5, + 0x125e: 0x67f5, 0x125f: 0x0008, 0x1260: 0x6815, 0x1261: 0x0008, 0x1262: 0x6835, 0x1263: 0x0008, + 0x1264: 0x0008, 0x1265: 0x6855, 0x1266: 0x6875, 0x1267: 0x0008, 0x1268: 0x0008, 0x1269: 0x0008, + 0x126a: 0x6895, 0x126b: 0x68b5, 0x126c: 0x68d5, 0x126d: 0x68f5, 0x126e: 0x6915, 0x126f: 0x6935, + 0x1270: 0x6955, 0x1271: 0x6975, 0x1272: 0x6995, 0x1273: 0x69b5, 0x1274: 0x69d5, 0x1275: 0x69f5, + 0x1276: 0x6a15, 0x1277: 0x6a35, 0x1278: 0x6a55, 0x1279: 0x6a75, 0x127a: 0x6a95, 0x127b: 0x6ab5, + 0x127c: 0x6ad5, 0x127d: 0x6af5, 0x127e: 0x6b15, 0x127f: 0x6b35, + // Block 0x4a, offset 0x1280 + 0x1280: 0x7a95, 0x1281: 0x7ab5, 0x1282: 0x7ad5, 0x1283: 0x7af5, 0x1284: 0x7b15, 0x1285: 0x7b35, + 0x1286: 0x7b55, 0x1287: 0x7b75, 0x1288: 0x7b95, 0x1289: 0x7bb5, 0x128a: 0x7bd5, 0x128b: 0x7bf5, + 0x128c: 0x7c15, 0x128d: 0x7c35, 0x128e: 0x7c55, 0x128f: 0x6ec9, 0x1290: 0x6ef1, 0x1291: 0x6f19, + 0x1292: 0x7c75, 0x1293: 0x7c95, 0x1294: 0x7cb5, 0x1295: 0x6f41, 0x1296: 0x6f69, 0x1297: 0x6f91, + 0x1298: 0x7cd5, 0x1299: 0x7cf5, 0x129a: 0x0040, 0x129b: 0x0040, 0x129c: 0x0040, 0x129d: 0x0040, + 0x129e: 0x0040, 0x129f: 0x0040, 0x12a0: 0x0040, 0x12a1: 0x0040, 0x12a2: 0x0040, 0x12a3: 0x0040, + 0x12a4: 0x0040, 0x12a5: 0x0040, 0x12a6: 0x0040, 0x12a7: 0x0040, 0x12a8: 0x0040, 0x12a9: 0x0040, + 0x12aa: 0x0040, 0x12ab: 0x0040, 0x12ac: 0x0040, 0x12ad: 0x0040, 0x12ae: 0x0040, 0x12af: 0x0040, + 0x12b0: 0x0040, 0x12b1: 0x0040, 0x12b2: 0x0040, 0x12b3: 0x0040, 0x12b4: 0x0040, 0x12b5: 0x0040, + 0x12b6: 0x0040, 0x12b7: 0x0040, 0x12b8: 0x0040, 0x12b9: 0x0040, 0x12ba: 0x0040, 0x12bb: 0x0040, + 0x12bc: 0x0040, 0x12bd: 0x0040, 0x12be: 0x0040, 0x12bf: 0x0040, + // Block 0x4b, offset 0x12c0 + 0x12c0: 0x6fb9, 0x12c1: 0x6fd1, 0x12c2: 0x6fe9, 0x12c3: 0x7d15, 0x12c4: 0x7d35, 0x12c5: 0x7001, + 0x12c6: 0x7001, 0x12c7: 0x0040, 0x12c8: 0x0040, 0x12c9: 0x0040, 0x12ca: 0x0040, 0x12cb: 0x0040, + 0x12cc: 0x0040, 0x12cd: 0x0040, 0x12ce: 0x0040, 0x12cf: 0x0040, 0x12d0: 0x0040, 0x12d1: 0x0040, + 0x12d2: 0x0040, 0x12d3: 0x7019, 0x12d4: 0x7041, 0x12d5: 0x7069, 0x12d6: 0x7091, 0x12d7: 0x70b9, + 0x12d8: 0x0040, 0x12d9: 0x0040, 0x12da: 0x0040, 0x12db: 0x0040, 0x12dc: 0x0040, 0x12dd: 0x70e1, + 0x12de: 0x3308, 0x12df: 0x7109, 0x12e0: 0x7131, 0x12e1: 0x20a9, 0x12e2: 0x20f1, 0x12e3: 0x7149, + 0x12e4: 0x7161, 0x12e5: 0x7179, 0x12e6: 0x7191, 0x12e7: 0x71a9, 0x12e8: 0x71c1, 0x12e9: 0x1fb2, + 0x12ea: 0x71d9, 0x12eb: 0x7201, 0x12ec: 0x7229, 0x12ed: 0x7261, 0x12ee: 0x7299, 0x12ef: 0x72c1, + 0x12f0: 0x72e9, 0x12f1: 0x7311, 0x12f2: 0x7339, 0x12f3: 0x7361, 0x12f4: 0x7389, 0x12f5: 0x73b1, + 0x12f6: 0x73d9, 0x12f7: 0x0040, 0x12f8: 0x7401, 0x12f9: 0x7429, 0x12fa: 0x7451, 0x12fb: 0x7479, + 0x12fc: 0x74a1, 0x12fd: 0x0040, 0x12fe: 0x74c9, 0x12ff: 0x0040, + // Block 0x4c, offset 0x1300 + 0x1300: 0x74f1, 0x1301: 0x7519, 0x1302: 0x0040, 0x1303: 0x7541, 0x1304: 0x7569, 0x1305: 0x0040, + 0x1306: 0x7591, 0x1307: 0x75b9, 0x1308: 0x75e1, 0x1309: 0x7609, 0x130a: 0x7631, 0x130b: 0x7659, + 0x130c: 0x7681, 0x130d: 0x76a9, 0x130e: 0x76d1, 0x130f: 0x76f9, 0x1310: 0x7721, 0x1311: 0x7721, + 0x1312: 0x7739, 0x1313: 0x7739, 0x1314: 0x7739, 0x1315: 0x7739, 0x1316: 0x7751, 0x1317: 0x7751, + 0x1318: 0x7751, 0x1319: 0x7751, 0x131a: 0x7769, 0x131b: 0x7769, 0x131c: 0x7769, 0x131d: 0x7769, + 0x131e: 0x7781, 0x131f: 0x7781, 0x1320: 0x7781, 0x1321: 0x7781, 0x1322: 0x7799, 0x1323: 0x7799, + 0x1324: 0x7799, 0x1325: 0x7799, 0x1326: 0x77b1, 0x1327: 0x77b1, 0x1328: 0x77b1, 0x1329: 0x77b1, + 0x132a: 0x77c9, 0x132b: 0x77c9, 0x132c: 0x77c9, 0x132d: 0x77c9, 0x132e: 0x77e1, 0x132f: 0x77e1, + 0x1330: 0x77e1, 0x1331: 0x77e1, 0x1332: 0x77f9, 0x1333: 0x77f9, 0x1334: 0x77f9, 0x1335: 0x77f9, + 0x1336: 0x7811, 0x1337: 0x7811, 0x1338: 0x7811, 0x1339: 0x7811, 0x133a: 0x7829, 0x133b: 0x7829, + 0x133c: 0x7829, 0x133d: 0x7829, 0x133e: 0x7841, 0x133f: 0x7841, + // Block 0x4d, offset 0x1340 + 0x1340: 0x7841, 0x1341: 0x7841, 0x1342: 0x7859, 0x1343: 0x7859, 0x1344: 0x7871, 0x1345: 0x7871, + 0x1346: 0x7889, 0x1347: 0x7889, 0x1348: 0x78a1, 0x1349: 0x78a1, 0x134a: 0x78b9, 0x134b: 0x78b9, + 0x134c: 0x78d1, 0x134d: 0x78d1, 0x134e: 0x78e9, 0x134f: 0x78e9, 0x1350: 0x78e9, 0x1351: 0x78e9, + 0x1352: 0x7901, 0x1353: 0x7901, 0x1354: 0x7901, 0x1355: 0x7901, 0x1356: 0x7919, 0x1357: 0x7919, + 0x1358: 0x7919, 0x1359: 0x7919, 0x135a: 0x7931, 0x135b: 0x7931, 0x135c: 0x7931, 0x135d: 0x7931, + 0x135e: 0x7949, 0x135f: 0x7949, 0x1360: 0x7961, 0x1361: 0x7961, 0x1362: 0x7961, 0x1363: 0x7961, + 0x1364: 0x7979, 0x1365: 0x7979, 0x1366: 0x7991, 0x1367: 0x7991, 0x1368: 0x7991, 0x1369: 0x7991, + 0x136a: 0x79a9, 0x136b: 0x79a9, 0x136c: 0x79a9, 0x136d: 0x79a9, 0x136e: 0x79c1, 0x136f: 0x79c1, + 0x1370: 0x79d9, 0x1371: 0x79d9, 0x1372: 0x0818, 0x1373: 0x0818, 0x1374: 0x0818, 0x1375: 0x0818, + 0x1376: 0x0818, 0x1377: 0x0818, 0x1378: 0x0818, 0x1379: 0x0818, 0x137a: 0x0818, 0x137b: 0x0818, + 0x137c: 0x0818, 0x137d: 0x0818, 0x137e: 0x0818, 0x137f: 0x0818, + // Block 0x4e, offset 0x1380 + 0x1380: 0x0818, 0x1381: 0x0818, 0x1382: 0x0040, 0x1383: 0x0040, 0x1384: 0x0040, 0x1385: 0x0040, + 0x1386: 0x0040, 0x1387: 0x0040, 0x1388: 0x0040, 0x1389: 0x0040, 0x138a: 0x0040, 0x138b: 0x0040, + 0x138c: 0x0040, 0x138d: 0x0040, 0x138e: 0x0040, 0x138f: 0x0040, 0x1390: 0x0040, 0x1391: 0x0040, + 0x1392: 0x0040, 0x1393: 0x79f1, 0x1394: 0x79f1, 0x1395: 0x79f1, 0x1396: 0x79f1, 0x1397: 0x7a09, + 0x1398: 0x7a09, 0x1399: 0x7a21, 0x139a: 0x7a21, 0x139b: 0x7a39, 0x139c: 0x7a39, 0x139d: 0x0479, + 0x139e: 0x7a51, 0x139f: 0x7a51, 0x13a0: 0x7a69, 0x13a1: 0x7a69, 0x13a2: 0x7a81, 0x13a3: 0x7a81, + 0x13a4: 0x7a99, 0x13a5: 0x7a99, 0x13a6: 0x7a99, 0x13a7: 0x7a99, 0x13a8: 0x7ab1, 0x13a9: 0x7ab1, + 0x13aa: 0x7ac9, 0x13ab: 0x7ac9, 0x13ac: 0x7af1, 0x13ad: 0x7af1, 0x13ae: 0x7b19, 0x13af: 0x7b19, + 0x13b0: 0x7b41, 0x13b1: 0x7b41, 0x13b2: 0x7b69, 0x13b3: 0x7b69, 0x13b4: 0x7b91, 0x13b5: 0x7b91, + 0x13b6: 0x7bb9, 0x13b7: 0x7bb9, 0x13b8: 0x7bb9, 0x13b9: 0x7be1, 0x13ba: 0x7be1, 0x13bb: 0x7be1, + 0x13bc: 0x7c09, 0x13bd: 0x7c09, 0x13be: 0x7c09, 0x13bf: 0x7c09, + // Block 0x4f, offset 0x13c0 + 0x13c0: 0x85f9, 0x13c1: 0x8621, 0x13c2: 0x8649, 0x13c3: 0x8671, 0x13c4: 0x8699, 0x13c5: 0x86c1, + 0x13c6: 0x86e9, 0x13c7: 0x8711, 0x13c8: 0x8739, 0x13c9: 0x8761, 0x13ca: 0x8789, 0x13cb: 0x87b1, + 0x13cc: 0x87d9, 0x13cd: 0x8801, 0x13ce: 0x8829, 0x13cf: 0x8851, 0x13d0: 0x8879, 0x13d1: 0x88a1, + 0x13d2: 0x88c9, 0x13d3: 0x88f1, 0x13d4: 0x8919, 0x13d5: 0x8941, 0x13d6: 0x8969, 0x13d7: 0x8991, + 0x13d8: 0x89b9, 0x13d9: 0x89e1, 0x13da: 0x8a09, 0x13db: 0x8a31, 0x13dc: 0x8a59, 0x13dd: 0x8a81, + 0x13de: 0x8aaa, 0x13df: 0x8ada, 0x13e0: 0x8b0a, 0x13e1: 0x8b3a, 0x13e2: 0x8b6a, 0x13e3: 0x8b9a, + 0x13e4: 0x8bc9, 0x13e5: 0x8bf1, 0x13e6: 0x7c71, 0x13e7: 0x8c19, 0x13e8: 0x7be1, 0x13e9: 0x7c99, + 0x13ea: 0x8c41, 0x13eb: 0x8c69, 0x13ec: 0x7d39, 0x13ed: 0x8c91, 0x13ee: 0x7d61, 0x13ef: 0x7d89, + 0x13f0: 0x8cb9, 0x13f1: 0x8ce1, 0x13f2: 0x7e29, 0x13f3: 0x8d09, 0x13f4: 0x7e51, 0x13f5: 0x7e79, + 0x13f6: 0x8d31, 0x13f7: 0x8d59, 0x13f8: 0x7ec9, 0x13f9: 0x8d81, 0x13fa: 0x7ef1, 0x13fb: 0x7f19, + 0x13fc: 0x83a1, 0x13fd: 0x83c9, 0x13fe: 0x8441, 0x13ff: 0x8469, + // Block 0x50, offset 0x1400 + 0x1400: 0x8491, 0x1401: 0x8531, 0x1402: 0x8559, 0x1403: 0x8581, 0x1404: 0x85a9, 0x1405: 0x8649, + 0x1406: 0x8671, 0x1407: 0x8699, 0x1408: 0x8da9, 0x1409: 0x8739, 0x140a: 0x8dd1, 0x140b: 0x8df9, + 0x140c: 0x8829, 0x140d: 0x8e21, 0x140e: 0x8851, 0x140f: 0x8879, 0x1410: 0x8a81, 0x1411: 0x8e49, + 0x1412: 0x8e71, 0x1413: 0x89b9, 0x1414: 0x8e99, 0x1415: 0x89e1, 0x1416: 0x8a09, 0x1417: 0x7c21, + 0x1418: 0x7c49, 0x1419: 0x8ec1, 0x141a: 0x7c71, 0x141b: 0x8ee9, 0x141c: 0x7cc1, 0x141d: 0x7ce9, + 0x141e: 0x7d11, 0x141f: 0x7d39, 0x1420: 0x8f11, 0x1421: 0x7db1, 0x1422: 0x7dd9, 0x1423: 0x7e01, + 0x1424: 0x7e29, 0x1425: 0x8f39, 0x1426: 0x7ec9, 0x1427: 0x7f41, 0x1428: 0x7f69, 0x1429: 0x7f91, + 0x142a: 0x7fb9, 0x142b: 0x7fe1, 0x142c: 0x8031, 0x142d: 0x8059, 0x142e: 0x8081, 0x142f: 0x80a9, + 0x1430: 0x80d1, 0x1431: 0x80f9, 0x1432: 0x8f61, 0x1433: 0x8121, 0x1434: 0x8149, 0x1435: 0x8171, + 0x1436: 0x8199, 0x1437: 0x81c1, 0x1438: 0x81e9, 0x1439: 0x8239, 0x143a: 0x8261, 0x143b: 0x8289, + 0x143c: 0x82b1, 0x143d: 0x82d9, 0x143e: 0x8301, 0x143f: 0x8329, + // Block 0x51, offset 0x1440 + 0x1440: 0x8351, 0x1441: 0x8379, 0x1442: 0x83f1, 0x1443: 0x8419, 0x1444: 0x84b9, 0x1445: 0x84e1, + 0x1446: 0x8509, 0x1447: 0x8531, 0x1448: 0x8559, 0x1449: 0x85d1, 0x144a: 0x85f9, 0x144b: 0x8621, + 0x144c: 0x8649, 0x144d: 0x8f89, 0x144e: 0x86c1, 0x144f: 0x86e9, 0x1450: 0x8711, 0x1451: 0x8739, + 0x1452: 0x87b1, 0x1453: 0x87d9, 0x1454: 0x8801, 0x1455: 0x8829, 0x1456: 0x8fb1, 0x1457: 0x88a1, + 0x1458: 0x88c9, 0x1459: 0x8fd9, 0x145a: 0x8941, 0x145b: 0x8969, 0x145c: 0x8991, 0x145d: 0x89b9, + 0x145e: 0x9001, 0x145f: 0x7c71, 0x1460: 0x8ee9, 0x1461: 0x7d39, 0x1462: 0x8f11, 0x1463: 0x7e29, + 0x1464: 0x8f39, 0x1465: 0x7ec9, 0x1466: 0x9029, 0x1467: 0x80d1, 0x1468: 0x9051, 0x1469: 0x9079, + 0x146a: 0x90a1, 0x146b: 0x8531, 0x146c: 0x8559, 0x146d: 0x8649, 0x146e: 0x8829, 0x146f: 0x8fb1, + 0x1470: 0x89b9, 0x1471: 0x9001, 0x1472: 0x90c9, 0x1473: 0x9101, 0x1474: 0x9139, 0x1475: 0x9171, + 0x1476: 0x9199, 0x1477: 0x91c1, 0x1478: 0x91e9, 0x1479: 0x9211, 0x147a: 0x9239, 0x147b: 0x9261, + 0x147c: 0x9289, 0x147d: 0x92b1, 0x147e: 0x92d9, 0x147f: 0x9301, + // Block 0x52, offset 0x1480 + 0x1480: 0x9329, 0x1481: 0x9351, 0x1482: 0x9379, 0x1483: 0x93a1, 0x1484: 0x93c9, 0x1485: 0x93f1, + 0x1486: 0x9419, 0x1487: 0x9441, 0x1488: 0x9469, 0x1489: 0x9491, 0x148a: 0x94b9, 0x148b: 0x94e1, + 0x148c: 0x9079, 0x148d: 0x9509, 0x148e: 0x9531, 0x148f: 0x9559, 0x1490: 0x9581, 0x1491: 0x9171, + 0x1492: 0x9199, 0x1493: 0x91c1, 0x1494: 0x91e9, 0x1495: 0x9211, 0x1496: 0x9239, 0x1497: 0x9261, + 0x1498: 0x9289, 0x1499: 0x92b1, 0x149a: 0x92d9, 0x149b: 0x9301, 0x149c: 0x9329, 0x149d: 0x9351, + 0x149e: 0x9379, 0x149f: 0x93a1, 0x14a0: 0x93c9, 0x14a1: 0x93f1, 0x14a2: 0x9419, 0x14a3: 0x9441, + 0x14a4: 0x9469, 0x14a5: 0x9491, 0x14a6: 0x94b9, 0x14a7: 0x94e1, 0x14a8: 0x9079, 0x14a9: 0x9509, + 0x14aa: 0x9531, 0x14ab: 0x9559, 0x14ac: 0x9581, 0x14ad: 0x9491, 0x14ae: 0x94b9, 0x14af: 0x94e1, + 0x14b0: 0x9079, 0x14b1: 0x9051, 0x14b2: 0x90a1, 0x14b3: 0x8211, 0x14b4: 0x8059, 0x14b5: 0x8081, + 0x14b6: 0x80a9, 0x14b7: 0x9491, 0x14b8: 0x94b9, 0x14b9: 0x94e1, 0x14ba: 0x8211, 0x14bb: 0x8239, + 0x14bc: 0x95a9, 0x14bd: 0x95a9, 0x14be: 0x0018, 0x14bf: 0x0018, + // Block 0x53, offset 0x14c0 + 0x14c0: 0x0040, 0x14c1: 0x0040, 0x14c2: 0x0040, 0x14c3: 0x0040, 0x14c4: 0x0040, 0x14c5: 0x0040, + 0x14c6: 0x0040, 0x14c7: 0x0040, 0x14c8: 0x0040, 0x14c9: 0x0040, 0x14ca: 0x0040, 0x14cb: 0x0040, + 0x14cc: 0x0040, 0x14cd: 0x0040, 0x14ce: 0x0040, 0x14cf: 0x0040, 0x14d0: 0x95d1, 0x14d1: 0x9609, + 0x14d2: 0x9609, 0x14d3: 0x9641, 0x14d4: 0x9679, 0x14d5: 0x96b1, 0x14d6: 0x96e9, 0x14d7: 0x9721, + 0x14d8: 0x9759, 0x14d9: 0x9759, 0x14da: 0x9791, 0x14db: 0x97c9, 0x14dc: 0x9801, 0x14dd: 0x9839, + 0x14de: 0x9871, 0x14df: 0x98a9, 0x14e0: 0x98a9, 0x14e1: 0x98e1, 0x14e2: 0x9919, 0x14e3: 0x9919, + 0x14e4: 0x9951, 0x14e5: 0x9951, 0x14e6: 0x9989, 0x14e7: 0x99c1, 0x14e8: 0x99c1, 0x14e9: 0x99f9, + 0x14ea: 0x9a31, 0x14eb: 0x9a31, 0x14ec: 0x9a69, 0x14ed: 0x9a69, 0x14ee: 0x9aa1, 0x14ef: 0x9ad9, + 0x14f0: 0x9ad9, 0x14f1: 0x9b11, 0x14f2: 0x9b11, 0x14f3: 0x9b49, 0x14f4: 0x9b81, 0x14f5: 0x9bb9, + 0x14f6: 0x9bf1, 0x14f7: 0x9bf1, 0x14f8: 0x9c29, 0x14f9: 0x9c61, 0x14fa: 0x9c99, 0x14fb: 0x9cd1, + 0x14fc: 0x9d09, 0x14fd: 0x9d09, 0x14fe: 0x9d41, 0x14ff: 0x9d79, + // Block 0x54, offset 0x1500 + 0x1500: 0xa949, 0x1501: 0xa981, 0x1502: 0xa9b9, 0x1503: 0xa8a1, 0x1504: 0x9bb9, 0x1505: 0x9989, + 0x1506: 0xa9f1, 0x1507: 0xaa29, 0x1508: 0x0040, 0x1509: 0x0040, 0x150a: 0x0040, 0x150b: 0x0040, + 0x150c: 0x0040, 0x150d: 0x0040, 0x150e: 0x0040, 0x150f: 0x0040, 0x1510: 0x0040, 0x1511: 0x0040, + 0x1512: 0x0040, 0x1513: 0x0040, 0x1514: 0x0040, 0x1515: 0x0040, 0x1516: 0x0040, 0x1517: 0x0040, + 0x1518: 0x0040, 0x1519: 0x0040, 0x151a: 0x0040, 0x151b: 0x0040, 0x151c: 0x0040, 0x151d: 0x0040, + 0x151e: 0x0040, 0x151f: 0x0040, 0x1520: 0x0040, 0x1521: 0x0040, 0x1522: 0x0040, 0x1523: 0x0040, + 0x1524: 0x0040, 0x1525: 0x0040, 0x1526: 0x0040, 0x1527: 0x0040, 0x1528: 0x0040, 0x1529: 0x0040, + 0x152a: 0x0040, 0x152b: 0x0040, 0x152c: 0x0040, 0x152d: 0x0040, 0x152e: 0x0040, 0x152f: 0x0040, + 0x1530: 0xaa61, 0x1531: 0xaa99, 0x1532: 0xaad1, 0x1533: 0xab19, 0x1534: 0xab61, 0x1535: 0xaba9, + 0x1536: 0xabf1, 0x1537: 0xac39, 0x1538: 0xac81, 0x1539: 0xacc9, 0x153a: 0xad02, 0x153b: 0xae12, + 0x153c: 0xae91, 0x153d: 0x0018, 0x153e: 0x0040, 0x153f: 0x0040, + // Block 0x55, offset 0x1540 + 0x1540: 0x33c0, 0x1541: 0x33c0, 0x1542: 0x33c0, 0x1543: 0x33c0, 0x1544: 0x33c0, 0x1545: 0x33c0, + 0x1546: 0x33c0, 0x1547: 0x33c0, 0x1548: 0x33c0, 0x1549: 0x33c0, 0x154a: 0x33c0, 0x154b: 0x33c0, + 0x154c: 0x33c0, 0x154d: 0x33c0, 0x154e: 0x33c0, 0x154f: 0x33c0, 0x1550: 0xaeda, 0x1551: 0x7d55, + 0x1552: 0x0040, 0x1553: 0xaeea, 0x1554: 0x03c2, 0x1555: 0xaefa, 0x1556: 0xaf0a, 0x1557: 0x7d75, + 0x1558: 0x7d95, 0x1559: 0x0040, 0x155a: 0x0040, 0x155b: 0x0040, 0x155c: 0x0040, 0x155d: 0x0040, + 0x155e: 0x0040, 0x155f: 0x0040, 0x1560: 0x3308, 0x1561: 0x3308, 0x1562: 0x3308, 0x1563: 0x3308, + 0x1564: 0x3308, 0x1565: 0x3308, 0x1566: 0x3308, 0x1567: 0x3308, 0x1568: 0x3308, 0x1569: 0x3308, + 0x156a: 0x3308, 0x156b: 0x3308, 0x156c: 0x3308, 0x156d: 0x3308, 0x156e: 0x3308, 0x156f: 0x3308, + 0x1570: 0x0040, 0x1571: 0x7db5, 0x1572: 0x7dd5, 0x1573: 0xaf1a, 0x1574: 0xaf1a, 0x1575: 0x1fd2, + 0x1576: 0x1fe2, 0x1577: 0xaf2a, 0x1578: 0xaf3a, 0x1579: 0x7df5, 0x157a: 0x7e15, 0x157b: 0x7e35, + 0x157c: 0x7df5, 0x157d: 0x7e55, 0x157e: 0x7e75, 0x157f: 0x7e55, + // Block 0x56, offset 0x1580 + 0x1580: 0x7e95, 0x1581: 0x7eb5, 0x1582: 0x7ed5, 0x1583: 0x7eb5, 0x1584: 0x7ef5, 0x1585: 0x0018, + 0x1586: 0x0018, 0x1587: 0xaf4a, 0x1588: 0xaf5a, 0x1589: 0x7f16, 0x158a: 0x7f36, 0x158b: 0x7f56, + 0x158c: 0x7f76, 0x158d: 0xaf1a, 0x158e: 0xaf1a, 0x158f: 0xaf1a, 0x1590: 0xaeda, 0x1591: 0x7f95, + 0x1592: 0x0040, 0x1593: 0x0040, 0x1594: 0x03c2, 0x1595: 0xaeea, 0x1596: 0xaf0a, 0x1597: 0xaefa, + 0x1598: 0x7fb5, 0x1599: 0x1fd2, 0x159a: 0x1fe2, 0x159b: 0xaf2a, 0x159c: 0xaf3a, 0x159d: 0x7e95, + 0x159e: 0x7ef5, 0x159f: 0xaf6a, 0x15a0: 0xaf7a, 0x15a1: 0xaf8a, 0x15a2: 0x1fb2, 0x15a3: 0xaf99, + 0x15a4: 0xafaa, 0x15a5: 0xafba, 0x15a6: 0x1fc2, 0x15a7: 0x0040, 0x15a8: 0xafca, 0x15a9: 0xafda, + 0x15aa: 0xafea, 0x15ab: 0xaffa, 0x15ac: 0x0040, 0x15ad: 0x0040, 0x15ae: 0x0040, 0x15af: 0x0040, + 0x15b0: 0x7fd6, 0x15b1: 0xb009, 0x15b2: 0x7ff6, 0x15b3: 0x0808, 0x15b4: 0x8016, 0x15b5: 0x0040, + 0x15b6: 0x8036, 0x15b7: 0xb031, 0x15b8: 0x8056, 0x15b9: 0xb059, 0x15ba: 0x8076, 0x15bb: 0xb081, + 0x15bc: 0x8096, 0x15bd: 0xb0a9, 0x15be: 0x80b6, 0x15bf: 0xb0d1, + // Block 0x57, offset 0x15c0 + 0x15c0: 0xb0f9, 0x15c1: 0xb111, 0x15c2: 0xb111, 0x15c3: 0xb129, 0x15c4: 0xb129, 0x15c5: 0xb141, + 0x15c6: 0xb141, 0x15c7: 0xb159, 0x15c8: 0xb159, 0x15c9: 0xb171, 0x15ca: 0xb171, 0x15cb: 0xb171, + 0x15cc: 0xb171, 0x15cd: 0xb189, 0x15ce: 0xb189, 0x15cf: 0xb1a1, 0x15d0: 0xb1a1, 0x15d1: 0xb1a1, + 0x15d2: 0xb1a1, 0x15d3: 0xb1b9, 0x15d4: 0xb1b9, 0x15d5: 0xb1d1, 0x15d6: 0xb1d1, 0x15d7: 0xb1d1, + 0x15d8: 0xb1d1, 0x15d9: 0xb1e9, 0x15da: 0xb1e9, 0x15db: 0xb1e9, 0x15dc: 0xb1e9, 0x15dd: 0xb201, + 0x15de: 0xb201, 0x15df: 0xb201, 0x15e0: 0xb201, 0x15e1: 0xb219, 0x15e2: 0xb219, 0x15e3: 0xb219, + 0x15e4: 0xb219, 0x15e5: 0xb231, 0x15e6: 0xb231, 0x15e7: 0xb231, 0x15e8: 0xb231, 0x15e9: 0xb249, + 0x15ea: 0xb249, 0x15eb: 0xb261, 0x15ec: 0xb261, 0x15ed: 0xb279, 0x15ee: 0xb279, 0x15ef: 0xb291, + 0x15f0: 0xb291, 0x15f1: 0xb2a9, 0x15f2: 0xb2a9, 0x15f3: 0xb2a9, 0x15f4: 0xb2a9, 0x15f5: 0xb2c1, + 0x15f6: 0xb2c1, 0x15f7: 0xb2c1, 0x15f8: 0xb2c1, 0x15f9: 0xb2d9, 0x15fa: 0xb2d9, 0x15fb: 0xb2d9, + 0x15fc: 0xb2d9, 0x15fd: 0xb2f1, 0x15fe: 0xb2f1, 0x15ff: 0xb2f1, + // Block 0x58, offset 0x1600 + 0x1600: 0xb2f1, 0x1601: 0xb309, 0x1602: 0xb309, 0x1603: 0xb309, 0x1604: 0xb309, 0x1605: 0xb321, + 0x1606: 0xb321, 0x1607: 0xb321, 0x1608: 0xb321, 0x1609: 0xb339, 0x160a: 0xb339, 0x160b: 0xb339, + 0x160c: 0xb339, 0x160d: 0xb351, 0x160e: 0xb351, 0x160f: 0xb351, 0x1610: 0xb351, 0x1611: 0xb369, + 0x1612: 0xb369, 0x1613: 0xb369, 0x1614: 0xb369, 0x1615: 0xb381, 0x1616: 0xb381, 0x1617: 0xb381, + 0x1618: 0xb381, 0x1619: 0xb399, 0x161a: 0xb399, 0x161b: 0xb399, 0x161c: 0xb399, 0x161d: 0xb3b1, + 0x161e: 0xb3b1, 0x161f: 0xb3b1, 0x1620: 0xb3b1, 0x1621: 0xb3c9, 0x1622: 0xb3c9, 0x1623: 0xb3c9, + 0x1624: 0xb3c9, 0x1625: 0xb3e1, 0x1626: 0xb3e1, 0x1627: 0xb3e1, 0x1628: 0xb3e1, 0x1629: 0xb3f9, + 0x162a: 0xb3f9, 0x162b: 0xb3f9, 0x162c: 0xb3f9, 0x162d: 0xb411, 0x162e: 0xb411, 0x162f: 0x7ab1, + 0x1630: 0x7ab1, 0x1631: 0xb429, 0x1632: 0xb429, 0x1633: 0xb429, 0x1634: 0xb429, 0x1635: 0xb441, + 0x1636: 0xb441, 0x1637: 0xb469, 0x1638: 0xb469, 0x1639: 0xb491, 0x163a: 0xb491, 0x163b: 0xb4b9, + 0x163c: 0xb4b9, 0x163d: 0x0040, 0x163e: 0x0040, 0x163f: 0x03c0, + // Block 0x59, offset 0x1640 + 0x1640: 0x0040, 0x1641: 0xaefa, 0x1642: 0xb4e2, 0x1643: 0xaf6a, 0x1644: 0xafda, 0x1645: 0xafea, + 0x1646: 0xaf7a, 0x1647: 0xb4f2, 0x1648: 0x1fd2, 0x1649: 0x1fe2, 0x164a: 0xaf8a, 0x164b: 0x1fb2, + 0x164c: 0xaeda, 0x164d: 0xaf99, 0x164e: 0x29d1, 0x164f: 0xb502, 0x1650: 0x1f41, 0x1651: 0x00c9, + 0x1652: 0x0069, 0x1653: 0x0079, 0x1654: 0x1f51, 0x1655: 0x1f61, 0x1656: 0x1f71, 0x1657: 0x1f81, + 0x1658: 0x1f91, 0x1659: 0x1fa1, 0x165a: 0xaeea, 0x165b: 0x03c2, 0x165c: 0xafaa, 0x165d: 0x1fc2, + 0x165e: 0xafba, 0x165f: 0xaf0a, 0x1660: 0xaffa, 0x1661: 0x0039, 0x1662: 0x0ee9, 0x1663: 0x1159, + 0x1664: 0x0ef9, 0x1665: 0x0f09, 0x1666: 0x1199, 0x1667: 0x0f31, 0x1668: 0x0249, 0x1669: 0x0f41, + 0x166a: 0x0259, 0x166b: 0x0f51, 0x166c: 0x0359, 0x166d: 0x0f61, 0x166e: 0x0f71, 0x166f: 0x00d9, + 0x1670: 0x0f99, 0x1671: 0x2039, 0x1672: 0x0269, 0x1673: 0x01d9, 0x1674: 0x0fa9, 0x1675: 0x0fb9, + 0x1676: 0x1089, 0x1677: 0x0279, 0x1678: 0x0369, 0x1679: 0x0289, 0x167a: 0x13d1, 0x167b: 0xaf4a, + 0x167c: 0xafca, 0x167d: 0xaf5a, 0x167e: 0xb512, 0x167f: 0xaf1a, + // Block 0x5a, offset 0x1680 + 0x1680: 0x1caa, 0x1681: 0x0039, 0x1682: 0x0ee9, 0x1683: 0x1159, 0x1684: 0x0ef9, 0x1685: 0x0f09, + 0x1686: 0x1199, 0x1687: 0x0f31, 0x1688: 0x0249, 0x1689: 0x0f41, 0x168a: 0x0259, 0x168b: 0x0f51, + 0x168c: 0x0359, 0x168d: 0x0f61, 0x168e: 0x0f71, 0x168f: 0x00d9, 0x1690: 0x0f99, 0x1691: 0x2039, + 0x1692: 0x0269, 0x1693: 0x01d9, 0x1694: 0x0fa9, 0x1695: 0x0fb9, 0x1696: 0x1089, 0x1697: 0x0279, + 0x1698: 0x0369, 0x1699: 0x0289, 0x169a: 0x13d1, 0x169b: 0xaf2a, 0x169c: 0xb522, 0x169d: 0xaf3a, + 0x169e: 0xb532, 0x169f: 0x80d5, 0x16a0: 0x80f5, 0x16a1: 0x29d1, 0x16a2: 0x8115, 0x16a3: 0x8115, + 0x16a4: 0x8135, 0x16a5: 0x8155, 0x16a6: 0x8175, 0x16a7: 0x8195, 0x16a8: 0x81b5, 0x16a9: 0x81d5, + 0x16aa: 0x81f5, 0x16ab: 0x8215, 0x16ac: 0x8235, 0x16ad: 0x8255, 0x16ae: 0x8275, 0x16af: 0x8295, + 0x16b0: 0x82b5, 0x16b1: 0x82d5, 0x16b2: 0x82f5, 0x16b3: 0x8315, 0x16b4: 0x8335, 0x16b5: 0x8355, + 0x16b6: 0x8375, 0x16b7: 0x8395, 0x16b8: 0x83b5, 0x16b9: 0x83d5, 0x16ba: 0x83f5, 0x16bb: 0x8415, + 0x16bc: 0x81b5, 0x16bd: 0x8435, 0x16be: 0x8455, 0x16bf: 0x8215, + // Block 0x5b, offset 0x16c0 + 0x16c0: 0x8475, 0x16c1: 0x8495, 0x16c2: 0x84b5, 0x16c3: 0x84d5, 0x16c4: 0x84f5, 0x16c5: 0x8515, + 0x16c6: 0x8535, 0x16c7: 0x8555, 0x16c8: 0x84d5, 0x16c9: 0x8575, 0x16ca: 0x84d5, 0x16cb: 0x8595, + 0x16cc: 0x8595, 0x16cd: 0x85b5, 0x16ce: 0x85b5, 0x16cf: 0x85d5, 0x16d0: 0x8515, 0x16d1: 0x85f5, + 0x16d2: 0x8615, 0x16d3: 0x85f5, 0x16d4: 0x8635, 0x16d5: 0x8615, 0x16d6: 0x8655, 0x16d7: 0x8655, + 0x16d8: 0x8675, 0x16d9: 0x8675, 0x16da: 0x8695, 0x16db: 0x8695, 0x16dc: 0x8615, 0x16dd: 0x8115, + 0x16de: 0x86b5, 0x16df: 0x86d5, 0x16e0: 0x0040, 0x16e1: 0x86f5, 0x16e2: 0x8715, 0x16e3: 0x8735, + 0x16e4: 0x8755, 0x16e5: 0x8735, 0x16e6: 0x8775, 0x16e7: 0x8795, 0x16e8: 0x87b5, 0x16e9: 0x87b5, + 0x16ea: 0x87d5, 0x16eb: 0x87d5, 0x16ec: 0x87f5, 0x16ed: 0x87f5, 0x16ee: 0x87d5, 0x16ef: 0x87d5, + 0x16f0: 0x8815, 0x16f1: 0x8835, 0x16f2: 0x8855, 0x16f3: 0x8875, 0x16f4: 0x8895, 0x16f5: 0x88b5, + 0x16f6: 0x88b5, 0x16f7: 0x88b5, 0x16f8: 0x88d5, 0x16f9: 0x88d5, 0x16fa: 0x88d5, 0x16fb: 0x88d5, + 0x16fc: 0x87b5, 0x16fd: 0x87b5, 0x16fe: 0x87b5, 0x16ff: 0x0040, + // Block 0x5c, offset 0x1700 + 0x1700: 0x0040, 0x1701: 0x0040, 0x1702: 0x8715, 0x1703: 0x86f5, 0x1704: 0x88f5, 0x1705: 0x86f5, + 0x1706: 0x8715, 0x1707: 0x86f5, 0x1708: 0x0040, 0x1709: 0x0040, 0x170a: 0x8915, 0x170b: 0x8715, + 0x170c: 0x8935, 0x170d: 0x88f5, 0x170e: 0x8935, 0x170f: 0x8715, 0x1710: 0x0040, 0x1711: 0x0040, + 0x1712: 0x8955, 0x1713: 0x8975, 0x1714: 0x8875, 0x1715: 0x8935, 0x1716: 0x88f5, 0x1717: 0x8935, + 0x1718: 0x0040, 0x1719: 0x0040, 0x171a: 0x8995, 0x171b: 0x89b5, 0x171c: 0x8995, 0x171d: 0x0040, + 0x171e: 0x0040, 0x171f: 0x0040, 0x1720: 0xb541, 0x1721: 0xb559, 0x1722: 0xb571, 0x1723: 0x89d6, + 0x1724: 0xb589, 0x1725: 0xb5a1, 0x1726: 0x89f5, 0x1727: 0x0040, 0x1728: 0x8a15, 0x1729: 0x8a35, + 0x172a: 0x8a55, 0x172b: 0x8a35, 0x172c: 0x8a75, 0x172d: 0x8a95, 0x172e: 0x8ab5, 0x172f: 0x0040, + 0x1730: 0x0040, 0x1731: 0x0040, 0x1732: 0x0040, 0x1733: 0x0040, 0x1734: 0x0040, 0x1735: 0x0040, + 0x1736: 0x0040, 0x1737: 0x0040, 0x1738: 0x0040, 0x1739: 0x0340, 0x173a: 0x0340, 0x173b: 0x0340, + 0x173c: 0x0040, 0x173d: 0x0040, 0x173e: 0x0040, 0x173f: 0x0040, + // Block 0x5d, offset 0x1740 + 0x1740: 0x0a08, 0x1741: 0x0a08, 0x1742: 0x0a08, 0x1743: 0x0a08, 0x1744: 0x0a08, 0x1745: 0x0c08, + 0x1746: 0x0808, 0x1747: 0x0c08, 0x1748: 0x0818, 0x1749: 0x0c08, 0x174a: 0x0c08, 0x174b: 0x0808, + 0x174c: 0x0808, 0x174d: 0x0908, 0x174e: 0x0c08, 0x174f: 0x0c08, 0x1750: 0x0c08, 0x1751: 0x0c08, + 0x1752: 0x0c08, 0x1753: 0x0a08, 0x1754: 0x0a08, 0x1755: 0x0a08, 0x1756: 0x0a08, 0x1757: 0x0908, + 0x1758: 0x0a08, 0x1759: 0x0a08, 0x175a: 0x0a08, 0x175b: 0x0a08, 0x175c: 0x0a08, 0x175d: 0x0c08, + 0x175e: 0x0a08, 0x175f: 0x0a08, 0x1760: 0x0a08, 0x1761: 0x0c08, 0x1762: 0x0808, 0x1763: 0x0808, + 0x1764: 0x0c08, 0x1765: 0x3308, 0x1766: 0x3308, 0x1767: 0x0040, 0x1768: 0x0040, 0x1769: 0x0040, + 0x176a: 0x0040, 0x176b: 0x0a18, 0x176c: 0x0a18, 0x176d: 0x0a18, 0x176e: 0x0a18, 0x176f: 0x0c18, + 0x1770: 0x0818, 0x1771: 0x0818, 0x1772: 0x0818, 0x1773: 0x0818, 0x1774: 0x0818, 0x1775: 0x0818, + 0x1776: 0x0818, 0x1777: 0x0040, 0x1778: 0x0040, 0x1779: 0x0040, 0x177a: 0x0040, 0x177b: 0x0040, + 0x177c: 0x0040, 0x177d: 0x0040, 0x177e: 0x0040, 0x177f: 0x0040, + // Block 0x5e, offset 0x1780 + 0x1780: 0x0a08, 0x1781: 0x0c08, 0x1782: 0x0a08, 0x1783: 0x0c08, 0x1784: 0x0c08, 0x1785: 0x0c08, + 0x1786: 0x0a08, 0x1787: 0x0a08, 0x1788: 0x0a08, 0x1789: 0x0c08, 0x178a: 0x0a08, 0x178b: 0x0a08, + 0x178c: 0x0c08, 0x178d: 0x0a08, 0x178e: 0x0c08, 0x178f: 0x0c08, 0x1790: 0x0a08, 0x1791: 0x0c08, + 0x1792: 0x0040, 0x1793: 0x0040, 0x1794: 0x0040, 0x1795: 0x0040, 0x1796: 0x0040, 0x1797: 0x0040, + 0x1798: 0x0040, 0x1799: 0x0818, 0x179a: 0x0818, 0x179b: 0x0818, 0x179c: 0x0818, 0x179d: 0x0040, + 0x179e: 0x0040, 0x179f: 0x0040, 0x17a0: 0x0040, 0x17a1: 0x0040, 0x17a2: 0x0040, 0x17a3: 0x0040, + 0x17a4: 0x0040, 0x17a5: 0x0040, 0x17a6: 0x0040, 0x17a7: 0x0040, 0x17a8: 0x0040, 0x17a9: 0x0c18, + 0x17aa: 0x0c18, 0x17ab: 0x0c18, 0x17ac: 0x0c18, 0x17ad: 0x0a18, 0x17ae: 0x0a18, 0x17af: 0x0818, + 0x17b0: 0x0040, 0x17b1: 0x0040, 0x17b2: 0x0040, 0x17b3: 0x0040, 0x17b4: 0x0040, 0x17b5: 0x0040, + 0x17b6: 0x0040, 0x17b7: 0x0040, 0x17b8: 0x0040, 0x17b9: 0x0040, 0x17ba: 0x0040, 0x17bb: 0x0040, + 0x17bc: 0x0040, 0x17bd: 0x0040, 0x17be: 0x0040, 0x17bf: 0x0040, + // Block 0x5f, offset 0x17c0 + 0x17c0: 0x3308, 0x17c1: 0x3308, 0x17c2: 0x3008, 0x17c3: 0x3008, 0x17c4: 0x0040, 0x17c5: 0x0008, + 0x17c6: 0x0008, 0x17c7: 0x0008, 0x17c8: 0x0008, 0x17c9: 0x0008, 0x17ca: 0x0008, 0x17cb: 0x0008, + 0x17cc: 0x0008, 0x17cd: 0x0040, 0x17ce: 0x0040, 0x17cf: 0x0008, 0x17d0: 0x0008, 0x17d1: 0x0040, + 0x17d2: 0x0040, 0x17d3: 0x0008, 0x17d4: 0x0008, 0x17d5: 0x0008, 0x17d6: 0x0008, 0x17d7: 0x0008, + 0x17d8: 0x0008, 0x17d9: 0x0008, 0x17da: 0x0008, 0x17db: 0x0008, 0x17dc: 0x0008, 0x17dd: 0x0008, + 0x17de: 0x0008, 0x17df: 0x0008, 0x17e0: 0x0008, 0x17e1: 0x0008, 0x17e2: 0x0008, 0x17e3: 0x0008, + 0x17e4: 0x0008, 0x17e5: 0x0008, 0x17e6: 0x0008, 0x17e7: 0x0008, 0x17e8: 0x0008, 0x17e9: 0x0040, + 0x17ea: 0x0008, 0x17eb: 0x0008, 0x17ec: 0x0008, 0x17ed: 0x0008, 0x17ee: 0x0008, 0x17ef: 0x0008, + 0x17f0: 0x0008, 0x17f1: 0x0040, 0x17f2: 0x0008, 0x17f3: 0x0008, 0x17f4: 0x0040, 0x17f5: 0x0008, + 0x17f6: 0x0008, 0x17f7: 0x0008, 0x17f8: 0x0008, 0x17f9: 0x0008, 0x17fa: 0x0040, 0x17fb: 0x3308, + 0x17fc: 0x3308, 0x17fd: 0x0008, 0x17fe: 0x3008, 0x17ff: 0x3008, + // Block 0x60, offset 0x1800 + 0x1800: 0x3308, 0x1801: 0x3008, 0x1802: 0x3008, 0x1803: 0x3008, 0x1804: 0x3008, 0x1805: 0x0040, + 0x1806: 0x0040, 0x1807: 0x3008, 0x1808: 0x3008, 0x1809: 0x0040, 0x180a: 0x0040, 0x180b: 0x3008, + 0x180c: 0x3008, 0x180d: 0x3808, 0x180e: 0x0040, 0x180f: 0x0040, 0x1810: 0x0008, 0x1811: 0x0040, + 0x1812: 0x0040, 0x1813: 0x0040, 0x1814: 0x0040, 0x1815: 0x0040, 0x1816: 0x0040, 0x1817: 0x3008, + 0x1818: 0x0040, 0x1819: 0x0040, 0x181a: 0x0040, 0x181b: 0x0040, 0x181c: 0x0040, 0x181d: 0x0008, + 0x181e: 0x0008, 0x181f: 0x0008, 0x1820: 0x0008, 0x1821: 0x0008, 0x1822: 0x3008, 0x1823: 0x3008, + 0x1824: 0x0040, 0x1825: 0x0040, 0x1826: 0x3308, 0x1827: 0x3308, 0x1828: 0x3308, 0x1829: 0x3308, + 0x182a: 0x3308, 0x182b: 0x3308, 0x182c: 0x3308, 0x182d: 0x0040, 0x182e: 0x0040, 0x182f: 0x0040, + 0x1830: 0x3308, 0x1831: 0x3308, 0x1832: 0x3308, 0x1833: 0x3308, 0x1834: 0x3308, 0x1835: 0x0040, + 0x1836: 0x0040, 0x1837: 0x0040, 0x1838: 0x0040, 0x1839: 0x0040, 0x183a: 0x0040, 0x183b: 0x0040, + 0x183c: 0x0040, 0x183d: 0x0040, 0x183e: 0x0040, 0x183f: 0x0040, + // Block 0x61, offset 0x1840 + 0x1840: 0x0039, 0x1841: 0x0ee9, 0x1842: 0x1159, 0x1843: 0x0ef9, 0x1844: 0x0f09, 0x1845: 0x1199, + 0x1846: 0x0f31, 0x1847: 0x0249, 0x1848: 0x0f41, 0x1849: 0x0259, 0x184a: 0x0f51, 0x184b: 0x0359, + 0x184c: 0x0f61, 0x184d: 0x0f71, 0x184e: 0x00d9, 0x184f: 0x0f99, 0x1850: 0x2039, 0x1851: 0x0269, + 0x1852: 0x01d9, 0x1853: 0x0fa9, 0x1854: 0x0fb9, 0x1855: 0x1089, 0x1856: 0x0279, 0x1857: 0x0369, + 0x1858: 0x0289, 0x1859: 0x13d1, 0x185a: 0x0039, 0x185b: 0x0ee9, 0x185c: 0x1159, 0x185d: 0x0ef9, + 0x185e: 0x0f09, 0x185f: 0x1199, 0x1860: 0x0f31, 0x1861: 0x0249, 0x1862: 0x0f41, 0x1863: 0x0259, + 0x1864: 0x0f51, 0x1865: 0x0359, 0x1866: 0x0f61, 0x1867: 0x0f71, 0x1868: 0x00d9, 0x1869: 0x0f99, + 0x186a: 0x2039, 0x186b: 0x0269, 0x186c: 0x01d9, 0x186d: 0x0fa9, 0x186e: 0x0fb9, 0x186f: 0x1089, + 0x1870: 0x0279, 0x1871: 0x0369, 0x1872: 0x0289, 0x1873: 0x13d1, 0x1874: 0x0039, 0x1875: 0x0ee9, + 0x1876: 0x1159, 0x1877: 0x0ef9, 0x1878: 0x0f09, 0x1879: 0x1199, 0x187a: 0x0f31, 0x187b: 0x0249, + 0x187c: 0x0f41, 0x187d: 0x0259, 0x187e: 0x0f51, 0x187f: 0x0359, + // Block 0x62, offset 0x1880 + 0x1880: 0x0f61, 0x1881: 0x0f71, 0x1882: 0x00d9, 0x1883: 0x0f99, 0x1884: 0x2039, 0x1885: 0x0269, + 0x1886: 0x01d9, 0x1887: 0x0fa9, 0x1888: 0x0fb9, 0x1889: 0x1089, 0x188a: 0x0279, 0x188b: 0x0369, + 0x188c: 0x0289, 0x188d: 0x13d1, 0x188e: 0x0039, 0x188f: 0x0ee9, 0x1890: 0x1159, 0x1891: 0x0ef9, + 0x1892: 0x0f09, 0x1893: 0x1199, 0x1894: 0x0f31, 0x1895: 0x0040, 0x1896: 0x0f41, 0x1897: 0x0259, + 0x1898: 0x0f51, 0x1899: 0x0359, 0x189a: 0x0f61, 0x189b: 0x0f71, 0x189c: 0x00d9, 0x189d: 0x0f99, + 0x189e: 0x2039, 0x189f: 0x0269, 0x18a0: 0x01d9, 0x18a1: 0x0fa9, 0x18a2: 0x0fb9, 0x18a3: 0x1089, + 0x18a4: 0x0279, 0x18a5: 0x0369, 0x18a6: 0x0289, 0x18a7: 0x13d1, 0x18a8: 0x0039, 0x18a9: 0x0ee9, + 0x18aa: 0x1159, 0x18ab: 0x0ef9, 0x18ac: 0x0f09, 0x18ad: 0x1199, 0x18ae: 0x0f31, 0x18af: 0x0249, + 0x18b0: 0x0f41, 0x18b1: 0x0259, 0x18b2: 0x0f51, 0x18b3: 0x0359, 0x18b4: 0x0f61, 0x18b5: 0x0f71, + 0x18b6: 0x00d9, 0x18b7: 0x0f99, 0x18b8: 0x2039, 0x18b9: 0x0269, 0x18ba: 0x01d9, 0x18bb: 0x0fa9, + 0x18bc: 0x0fb9, 0x18bd: 0x1089, 0x18be: 0x0279, 0x18bf: 0x0369, + // Block 0x63, offset 0x18c0 + 0x18c0: 0x0289, 0x18c1: 0x13d1, 0x18c2: 0x0039, 0x18c3: 0x0ee9, 0x18c4: 0x1159, 0x18c5: 0x0ef9, + 0x18c6: 0x0f09, 0x18c7: 0x1199, 0x18c8: 0x0f31, 0x18c9: 0x0249, 0x18ca: 0x0f41, 0x18cb: 0x0259, + 0x18cc: 0x0f51, 0x18cd: 0x0359, 0x18ce: 0x0f61, 0x18cf: 0x0f71, 0x18d0: 0x00d9, 0x18d1: 0x0f99, + 0x18d2: 0x2039, 0x18d3: 0x0269, 0x18d4: 0x01d9, 0x18d5: 0x0fa9, 0x18d6: 0x0fb9, 0x18d7: 0x1089, + 0x18d8: 0x0279, 0x18d9: 0x0369, 0x18da: 0x0289, 0x18db: 0x13d1, 0x18dc: 0x0039, 0x18dd: 0x0040, + 0x18de: 0x1159, 0x18df: 0x0ef9, 0x18e0: 0x0040, 0x18e1: 0x0040, 0x18e2: 0x0f31, 0x18e3: 0x0040, + 0x18e4: 0x0040, 0x18e5: 0x0259, 0x18e6: 0x0f51, 0x18e7: 0x0040, 0x18e8: 0x0040, 0x18e9: 0x0f71, + 0x18ea: 0x00d9, 0x18eb: 0x0f99, 0x18ec: 0x2039, 0x18ed: 0x0040, 0x18ee: 0x01d9, 0x18ef: 0x0fa9, + 0x18f0: 0x0fb9, 0x18f1: 0x1089, 0x18f2: 0x0279, 0x18f3: 0x0369, 0x18f4: 0x0289, 0x18f5: 0x13d1, + 0x18f6: 0x0039, 0x18f7: 0x0ee9, 0x18f8: 0x1159, 0x18f9: 0x0ef9, 0x18fa: 0x0040, 0x18fb: 0x1199, + 0x18fc: 0x0040, 0x18fd: 0x0249, 0x18fe: 0x0f41, 0x18ff: 0x0259, + // Block 0x64, offset 0x1900 + 0x1900: 0x0f51, 0x1901: 0x0359, 0x1902: 0x0f61, 0x1903: 0x0f71, 0x1904: 0x0040, 0x1905: 0x0f99, + 0x1906: 0x2039, 0x1907: 0x0269, 0x1908: 0x01d9, 0x1909: 0x0fa9, 0x190a: 0x0fb9, 0x190b: 0x1089, + 0x190c: 0x0279, 0x190d: 0x0369, 0x190e: 0x0289, 0x190f: 0x13d1, 0x1910: 0x0039, 0x1911: 0x0ee9, + 0x1912: 0x1159, 0x1913: 0x0ef9, 0x1914: 0x0f09, 0x1915: 0x1199, 0x1916: 0x0f31, 0x1917: 0x0249, + 0x1918: 0x0f41, 0x1919: 0x0259, 0x191a: 0x0f51, 0x191b: 0x0359, 0x191c: 0x0f61, 0x191d: 0x0f71, + 0x191e: 0x00d9, 0x191f: 0x0f99, 0x1920: 0x2039, 0x1921: 0x0269, 0x1922: 0x01d9, 0x1923: 0x0fa9, + 0x1924: 0x0fb9, 0x1925: 0x1089, 0x1926: 0x0279, 0x1927: 0x0369, 0x1928: 0x0289, 0x1929: 0x13d1, + 0x192a: 0x0039, 0x192b: 0x0ee9, 0x192c: 0x1159, 0x192d: 0x0ef9, 0x192e: 0x0f09, 0x192f: 0x1199, + 0x1930: 0x0f31, 0x1931: 0x0249, 0x1932: 0x0f41, 0x1933: 0x0259, 0x1934: 0x0f51, 0x1935: 0x0359, + 0x1936: 0x0f61, 0x1937: 0x0f71, 0x1938: 0x00d9, 0x1939: 0x0f99, 0x193a: 0x2039, 0x193b: 0x0269, + 0x193c: 0x01d9, 0x193d: 0x0fa9, 0x193e: 0x0fb9, 0x193f: 0x1089, + // Block 0x65, offset 0x1940 + 0x1940: 0x0279, 0x1941: 0x0369, 0x1942: 0x0289, 0x1943: 0x13d1, 0x1944: 0x0039, 0x1945: 0x0ee9, + 0x1946: 0x0040, 0x1947: 0x0ef9, 0x1948: 0x0f09, 0x1949: 0x1199, 0x194a: 0x0f31, 0x194b: 0x0040, + 0x194c: 0x0040, 0x194d: 0x0259, 0x194e: 0x0f51, 0x194f: 0x0359, 0x1950: 0x0f61, 0x1951: 0x0f71, + 0x1952: 0x00d9, 0x1953: 0x0f99, 0x1954: 0x2039, 0x1955: 0x0040, 0x1956: 0x01d9, 0x1957: 0x0fa9, + 0x1958: 0x0fb9, 0x1959: 0x1089, 0x195a: 0x0279, 0x195b: 0x0369, 0x195c: 0x0289, 0x195d: 0x0040, + 0x195e: 0x0039, 0x195f: 0x0ee9, 0x1960: 0x1159, 0x1961: 0x0ef9, 0x1962: 0x0f09, 0x1963: 0x1199, + 0x1964: 0x0f31, 0x1965: 0x0249, 0x1966: 0x0f41, 0x1967: 0x0259, 0x1968: 0x0f51, 0x1969: 0x0359, + 0x196a: 0x0f61, 0x196b: 0x0f71, 0x196c: 0x00d9, 0x196d: 0x0f99, 0x196e: 0x2039, 0x196f: 0x0269, + 0x1970: 0x01d9, 0x1971: 0x0fa9, 0x1972: 0x0fb9, 0x1973: 0x1089, 0x1974: 0x0279, 0x1975: 0x0369, + 0x1976: 0x0289, 0x1977: 0x13d1, 0x1978: 0x0039, 0x1979: 0x0ee9, 0x197a: 0x0040, 0x197b: 0x0ef9, + 0x197c: 0x0f09, 0x197d: 0x1199, 0x197e: 0x0f31, 0x197f: 0x0040, + // Block 0x66, offset 0x1980 + 0x1980: 0x0f41, 0x1981: 0x0259, 0x1982: 0x0f51, 0x1983: 0x0359, 0x1984: 0x0f61, 0x1985: 0x0040, + 0x1986: 0x00d9, 0x1987: 0x0040, 0x1988: 0x0040, 0x1989: 0x0040, 0x198a: 0x01d9, 0x198b: 0x0fa9, + 0x198c: 0x0fb9, 0x198d: 0x1089, 0x198e: 0x0279, 0x198f: 0x0369, 0x1990: 0x0289, 0x1991: 0x0040, + 0x1992: 0x0039, 0x1993: 0x0ee9, 0x1994: 0x1159, 0x1995: 0x0ef9, 0x1996: 0x0f09, 0x1997: 0x1199, + 0x1998: 0x0f31, 0x1999: 0x0249, 0x199a: 0x0f41, 0x199b: 0x0259, 0x199c: 0x0f51, 0x199d: 0x0359, + 0x199e: 0x0f61, 0x199f: 0x0f71, 0x19a0: 0x00d9, 0x19a1: 0x0f99, 0x19a2: 0x2039, 0x19a3: 0x0269, + 0x19a4: 0x01d9, 0x19a5: 0x0fa9, 0x19a6: 0x0fb9, 0x19a7: 0x1089, 0x19a8: 0x0279, 0x19a9: 0x0369, + 0x19aa: 0x0289, 0x19ab: 0x13d1, 0x19ac: 0x0039, 0x19ad: 0x0ee9, 0x19ae: 0x1159, 0x19af: 0x0ef9, + 0x19b0: 0x0f09, 0x19b1: 0x1199, 0x19b2: 0x0f31, 0x19b3: 0x0249, 0x19b4: 0x0f41, 0x19b5: 0x0259, + 0x19b6: 0x0f51, 0x19b7: 0x0359, 0x19b8: 0x0f61, 0x19b9: 0x0f71, 0x19ba: 0x00d9, 0x19bb: 0x0f99, + 0x19bc: 0x2039, 0x19bd: 0x0269, 0x19be: 0x01d9, 0x19bf: 0x0fa9, + // Block 0x67, offset 0x19c0 + 0x19c0: 0x0fb9, 0x19c1: 0x1089, 0x19c2: 0x0279, 0x19c3: 0x0369, 0x19c4: 0x0289, 0x19c5: 0x13d1, + 0x19c6: 0x0039, 0x19c7: 0x0ee9, 0x19c8: 0x1159, 0x19c9: 0x0ef9, 0x19ca: 0x0f09, 0x19cb: 0x1199, + 0x19cc: 0x0f31, 0x19cd: 0x0249, 0x19ce: 0x0f41, 0x19cf: 0x0259, 0x19d0: 0x0f51, 0x19d1: 0x0359, + 0x19d2: 0x0f61, 0x19d3: 0x0f71, 0x19d4: 0x00d9, 0x19d5: 0x0f99, 0x19d6: 0x2039, 0x19d7: 0x0269, + 0x19d8: 0x01d9, 0x19d9: 0x0fa9, 0x19da: 0x0fb9, 0x19db: 0x1089, 0x19dc: 0x0279, 0x19dd: 0x0369, + 0x19de: 0x0289, 0x19df: 0x13d1, 0x19e0: 0x0039, 0x19e1: 0x0ee9, 0x19e2: 0x1159, 0x19e3: 0x0ef9, + 0x19e4: 0x0f09, 0x19e5: 0x1199, 0x19e6: 0x0f31, 0x19e7: 0x0249, 0x19e8: 0x0f41, 0x19e9: 0x0259, + 0x19ea: 0x0f51, 0x19eb: 0x0359, 0x19ec: 0x0f61, 0x19ed: 0x0f71, 0x19ee: 0x00d9, 0x19ef: 0x0f99, + 0x19f0: 0x2039, 0x19f1: 0x0269, 0x19f2: 0x01d9, 0x19f3: 0x0fa9, 0x19f4: 0x0fb9, 0x19f5: 0x1089, + 0x19f6: 0x0279, 0x19f7: 0x0369, 0x19f8: 0x0289, 0x19f9: 0x13d1, 0x19fa: 0x0039, 0x19fb: 0x0ee9, + 0x19fc: 0x1159, 0x19fd: 0x0ef9, 0x19fe: 0x0f09, 0x19ff: 0x1199, + // Block 0x68, offset 0x1a00 + 0x1a00: 0x0f31, 0x1a01: 0x0249, 0x1a02: 0x0f41, 0x1a03: 0x0259, 0x1a04: 0x0f51, 0x1a05: 0x0359, + 0x1a06: 0x0f61, 0x1a07: 0x0f71, 0x1a08: 0x00d9, 0x1a09: 0x0f99, 0x1a0a: 0x2039, 0x1a0b: 0x0269, + 0x1a0c: 0x01d9, 0x1a0d: 0x0fa9, 0x1a0e: 0x0fb9, 0x1a0f: 0x1089, 0x1a10: 0x0279, 0x1a11: 0x0369, + 0x1a12: 0x0289, 0x1a13: 0x13d1, 0x1a14: 0x0039, 0x1a15: 0x0ee9, 0x1a16: 0x1159, 0x1a17: 0x0ef9, + 0x1a18: 0x0f09, 0x1a19: 0x1199, 0x1a1a: 0x0f31, 0x1a1b: 0x0249, 0x1a1c: 0x0f41, 0x1a1d: 0x0259, + 0x1a1e: 0x0f51, 0x1a1f: 0x0359, 0x1a20: 0x0f61, 0x1a21: 0x0f71, 0x1a22: 0x00d9, 0x1a23: 0x0f99, + 0x1a24: 0x2039, 0x1a25: 0x0269, 0x1a26: 0x01d9, 0x1a27: 0x0fa9, 0x1a28: 0x0fb9, 0x1a29: 0x1089, + 0x1a2a: 0x0279, 0x1a2b: 0x0369, 0x1a2c: 0x0289, 0x1a2d: 0x13d1, 0x1a2e: 0x0039, 0x1a2f: 0x0ee9, + 0x1a30: 0x1159, 0x1a31: 0x0ef9, 0x1a32: 0x0f09, 0x1a33: 0x1199, 0x1a34: 0x0f31, 0x1a35: 0x0249, + 0x1a36: 0x0f41, 0x1a37: 0x0259, 0x1a38: 0x0f51, 0x1a39: 0x0359, 0x1a3a: 0x0f61, 0x1a3b: 0x0f71, + 0x1a3c: 0x00d9, 0x1a3d: 0x0f99, 0x1a3e: 0x2039, 0x1a3f: 0x0269, + // Block 0x69, offset 0x1a40 + 0x1a40: 0x01d9, 0x1a41: 0x0fa9, 0x1a42: 0x0fb9, 0x1a43: 0x1089, 0x1a44: 0x0279, 0x1a45: 0x0369, + 0x1a46: 0x0289, 0x1a47: 0x13d1, 0x1a48: 0x0039, 0x1a49: 0x0ee9, 0x1a4a: 0x1159, 0x1a4b: 0x0ef9, + 0x1a4c: 0x0f09, 0x1a4d: 0x1199, 0x1a4e: 0x0f31, 0x1a4f: 0x0249, 0x1a50: 0x0f41, 0x1a51: 0x0259, + 0x1a52: 0x0f51, 0x1a53: 0x0359, 0x1a54: 0x0f61, 0x1a55: 0x0f71, 0x1a56: 0x00d9, 0x1a57: 0x0f99, + 0x1a58: 0x2039, 0x1a59: 0x0269, 0x1a5a: 0x01d9, 0x1a5b: 0x0fa9, 0x1a5c: 0x0fb9, 0x1a5d: 0x1089, + 0x1a5e: 0x0279, 0x1a5f: 0x0369, 0x1a60: 0x0289, 0x1a61: 0x13d1, 0x1a62: 0x0039, 0x1a63: 0x0ee9, + 0x1a64: 0x1159, 0x1a65: 0x0ef9, 0x1a66: 0x0f09, 0x1a67: 0x1199, 0x1a68: 0x0f31, 0x1a69: 0x0249, + 0x1a6a: 0x0f41, 0x1a6b: 0x0259, 0x1a6c: 0x0f51, 0x1a6d: 0x0359, 0x1a6e: 0x0f61, 0x1a6f: 0x0f71, + 0x1a70: 0x00d9, 0x1a71: 0x0f99, 0x1a72: 0x2039, 0x1a73: 0x0269, 0x1a74: 0x01d9, 0x1a75: 0x0fa9, + 0x1a76: 0x0fb9, 0x1a77: 0x1089, 0x1a78: 0x0279, 0x1a79: 0x0369, 0x1a7a: 0x0289, 0x1a7b: 0x13d1, + 0x1a7c: 0x0039, 0x1a7d: 0x0ee9, 0x1a7e: 0x1159, 0x1a7f: 0x0ef9, + // Block 0x6a, offset 0x1a80 + 0x1a80: 0x0f09, 0x1a81: 0x1199, 0x1a82: 0x0f31, 0x1a83: 0x0249, 0x1a84: 0x0f41, 0x1a85: 0x0259, + 0x1a86: 0x0f51, 0x1a87: 0x0359, 0x1a88: 0x0f61, 0x1a89: 0x0f71, 0x1a8a: 0x00d9, 0x1a8b: 0x0f99, + 0x1a8c: 0x2039, 0x1a8d: 0x0269, 0x1a8e: 0x01d9, 0x1a8f: 0x0fa9, 0x1a90: 0x0fb9, 0x1a91: 0x1089, + 0x1a92: 0x0279, 0x1a93: 0x0369, 0x1a94: 0x0289, 0x1a95: 0x13d1, 0x1a96: 0x0039, 0x1a97: 0x0ee9, + 0x1a98: 0x1159, 0x1a99: 0x0ef9, 0x1a9a: 0x0f09, 0x1a9b: 0x1199, 0x1a9c: 0x0f31, 0x1a9d: 0x0249, + 0x1a9e: 0x0f41, 0x1a9f: 0x0259, 0x1aa0: 0x0f51, 0x1aa1: 0x0359, 0x1aa2: 0x0f61, 0x1aa3: 0x0f71, + 0x1aa4: 0x00d9, 0x1aa5: 0x0f99, 0x1aa6: 0x2039, 0x1aa7: 0x0269, 0x1aa8: 0x01d9, 0x1aa9: 0x0fa9, + 0x1aaa: 0x0fb9, 0x1aab: 0x1089, 0x1aac: 0x0279, 0x1aad: 0x0369, 0x1aae: 0x0289, 0x1aaf: 0x13d1, + 0x1ab0: 0x0039, 0x1ab1: 0x0ee9, 0x1ab2: 0x1159, 0x1ab3: 0x0ef9, 0x1ab4: 0x0f09, 0x1ab5: 0x1199, + 0x1ab6: 0x0f31, 0x1ab7: 0x0249, 0x1ab8: 0x0f41, 0x1ab9: 0x0259, 0x1aba: 0x0f51, 0x1abb: 0x0359, + 0x1abc: 0x0f61, 0x1abd: 0x0f71, 0x1abe: 0x00d9, 0x1abf: 0x0f99, + // Block 0x6b, offset 0x1ac0 + 0x1ac0: 0x2039, 0x1ac1: 0x0269, 0x1ac2: 0x01d9, 0x1ac3: 0x0fa9, 0x1ac4: 0x0fb9, 0x1ac5: 0x1089, + 0x1ac6: 0x0279, 0x1ac7: 0x0369, 0x1ac8: 0x0289, 0x1ac9: 0x13d1, 0x1aca: 0x0039, 0x1acb: 0x0ee9, + 0x1acc: 0x1159, 0x1acd: 0x0ef9, 0x1ace: 0x0f09, 0x1acf: 0x1199, 0x1ad0: 0x0f31, 0x1ad1: 0x0249, + 0x1ad2: 0x0f41, 0x1ad3: 0x0259, 0x1ad4: 0x0f51, 0x1ad5: 0x0359, 0x1ad6: 0x0f61, 0x1ad7: 0x0f71, + 0x1ad8: 0x00d9, 0x1ad9: 0x0f99, 0x1ada: 0x2039, 0x1adb: 0x0269, 0x1adc: 0x01d9, 0x1add: 0x0fa9, + 0x1ade: 0x0fb9, 0x1adf: 0x1089, 0x1ae0: 0x0279, 0x1ae1: 0x0369, 0x1ae2: 0x0289, 0x1ae3: 0x13d1, + 0x1ae4: 0xba81, 0x1ae5: 0xba99, 0x1ae6: 0x0040, 0x1ae7: 0x0040, 0x1ae8: 0xbab1, 0x1ae9: 0x1099, + 0x1aea: 0x10b1, 0x1aeb: 0x10c9, 0x1aec: 0xbac9, 0x1aed: 0xbae1, 0x1aee: 0xbaf9, 0x1aef: 0x1429, + 0x1af0: 0x1a31, 0x1af1: 0xbb11, 0x1af2: 0xbb29, 0x1af3: 0xbb41, 0x1af4: 0xbb59, 0x1af5: 0xbb71, + 0x1af6: 0xbb89, 0x1af7: 0x2109, 0x1af8: 0x1111, 0x1af9: 0x1429, 0x1afa: 0xbba1, 0x1afb: 0xbbb9, + 0x1afc: 0xbbd1, 0x1afd: 0x10e1, 0x1afe: 0x10f9, 0x1aff: 0xbbe9, + // Block 0x6c, offset 0x1b00 + 0x1b00: 0x2079, 0x1b01: 0xbc01, 0x1b02: 0xbab1, 0x1b03: 0x1099, 0x1b04: 0x10b1, 0x1b05: 0x10c9, + 0x1b06: 0xbac9, 0x1b07: 0xbae1, 0x1b08: 0xbaf9, 0x1b09: 0x1429, 0x1b0a: 0x1a31, 0x1b0b: 0xbb11, + 0x1b0c: 0xbb29, 0x1b0d: 0xbb41, 0x1b0e: 0xbb59, 0x1b0f: 0xbb71, 0x1b10: 0xbb89, 0x1b11: 0x2109, + 0x1b12: 0x1111, 0x1b13: 0xbba1, 0x1b14: 0xbba1, 0x1b15: 0xbbb9, 0x1b16: 0xbbd1, 0x1b17: 0x10e1, + 0x1b18: 0x10f9, 0x1b19: 0xbbe9, 0x1b1a: 0x2079, 0x1b1b: 0xbc21, 0x1b1c: 0xbac9, 0x1b1d: 0x1429, + 0x1b1e: 0xbb11, 0x1b1f: 0x10e1, 0x1b20: 0x1111, 0x1b21: 0x2109, 0x1b22: 0xbab1, 0x1b23: 0x1099, + 0x1b24: 0x10b1, 0x1b25: 0x10c9, 0x1b26: 0xbac9, 0x1b27: 0xbae1, 0x1b28: 0xbaf9, 0x1b29: 0x1429, + 0x1b2a: 0x1a31, 0x1b2b: 0xbb11, 0x1b2c: 0xbb29, 0x1b2d: 0xbb41, 0x1b2e: 0xbb59, 0x1b2f: 0xbb71, + 0x1b30: 0xbb89, 0x1b31: 0x2109, 0x1b32: 0x1111, 0x1b33: 0x1429, 0x1b34: 0xbba1, 0x1b35: 0xbbb9, + 0x1b36: 0xbbd1, 0x1b37: 0x10e1, 0x1b38: 0x10f9, 0x1b39: 0xbbe9, 0x1b3a: 0x2079, 0x1b3b: 0xbc01, + 0x1b3c: 0xbab1, 0x1b3d: 0x1099, 0x1b3e: 0x10b1, 0x1b3f: 0x10c9, + // Block 0x6d, offset 0x1b40 + 0x1b40: 0xbac9, 0x1b41: 0xbae1, 0x1b42: 0xbaf9, 0x1b43: 0x1429, 0x1b44: 0x1a31, 0x1b45: 0xbb11, + 0x1b46: 0xbb29, 0x1b47: 0xbb41, 0x1b48: 0xbb59, 0x1b49: 0xbb71, 0x1b4a: 0xbb89, 0x1b4b: 0x2109, + 0x1b4c: 0x1111, 0x1b4d: 0xbba1, 0x1b4e: 0xbba1, 0x1b4f: 0xbbb9, 0x1b50: 0xbbd1, 0x1b51: 0x10e1, + 0x1b52: 0x10f9, 0x1b53: 0xbbe9, 0x1b54: 0x2079, 0x1b55: 0xbc21, 0x1b56: 0xbac9, 0x1b57: 0x1429, + 0x1b58: 0xbb11, 0x1b59: 0x10e1, 0x1b5a: 0x1111, 0x1b5b: 0x2109, 0x1b5c: 0xbab1, 0x1b5d: 0x1099, + 0x1b5e: 0x10b1, 0x1b5f: 0x10c9, 0x1b60: 0xbac9, 0x1b61: 0xbae1, 0x1b62: 0xbaf9, 0x1b63: 0x1429, + 0x1b64: 0x1a31, 0x1b65: 0xbb11, 0x1b66: 0xbb29, 0x1b67: 0xbb41, 0x1b68: 0xbb59, 0x1b69: 0xbb71, + 0x1b6a: 0xbb89, 0x1b6b: 0x2109, 0x1b6c: 0x1111, 0x1b6d: 0x1429, 0x1b6e: 0xbba1, 0x1b6f: 0xbbb9, + 0x1b70: 0xbbd1, 0x1b71: 0x10e1, 0x1b72: 0x10f9, 0x1b73: 0xbbe9, 0x1b74: 0x2079, 0x1b75: 0xbc01, + 0x1b76: 0xbab1, 0x1b77: 0x1099, 0x1b78: 0x10b1, 0x1b79: 0x10c9, 0x1b7a: 0xbac9, 0x1b7b: 0xbae1, + 0x1b7c: 0xbaf9, 0x1b7d: 0x1429, 0x1b7e: 0x1a31, 0x1b7f: 0xbb11, + // Block 0x6e, offset 0x1b80 + 0x1b80: 0xbb29, 0x1b81: 0xbb41, 0x1b82: 0xbb59, 0x1b83: 0xbb71, 0x1b84: 0xbb89, 0x1b85: 0x2109, + 0x1b86: 0x1111, 0x1b87: 0xbba1, 0x1b88: 0xbba1, 0x1b89: 0xbbb9, 0x1b8a: 0xbbd1, 0x1b8b: 0x10e1, + 0x1b8c: 0x10f9, 0x1b8d: 0xbbe9, 0x1b8e: 0x2079, 0x1b8f: 0xbc21, 0x1b90: 0xbac9, 0x1b91: 0x1429, + 0x1b92: 0xbb11, 0x1b93: 0x10e1, 0x1b94: 0x1111, 0x1b95: 0x2109, 0x1b96: 0xbab1, 0x1b97: 0x1099, + 0x1b98: 0x10b1, 0x1b99: 0x10c9, 0x1b9a: 0xbac9, 0x1b9b: 0xbae1, 0x1b9c: 0xbaf9, 0x1b9d: 0x1429, + 0x1b9e: 0x1a31, 0x1b9f: 0xbb11, 0x1ba0: 0xbb29, 0x1ba1: 0xbb41, 0x1ba2: 0xbb59, 0x1ba3: 0xbb71, + 0x1ba4: 0xbb89, 0x1ba5: 0x2109, 0x1ba6: 0x1111, 0x1ba7: 0x1429, 0x1ba8: 0xbba1, 0x1ba9: 0xbbb9, + 0x1baa: 0xbbd1, 0x1bab: 0x10e1, 0x1bac: 0x10f9, 0x1bad: 0xbbe9, 0x1bae: 0x2079, 0x1baf: 0xbc01, + 0x1bb0: 0xbab1, 0x1bb1: 0x1099, 0x1bb2: 0x10b1, 0x1bb3: 0x10c9, 0x1bb4: 0xbac9, 0x1bb5: 0xbae1, + 0x1bb6: 0xbaf9, 0x1bb7: 0x1429, 0x1bb8: 0x1a31, 0x1bb9: 0xbb11, 0x1bba: 0xbb29, 0x1bbb: 0xbb41, + 0x1bbc: 0xbb59, 0x1bbd: 0xbb71, 0x1bbe: 0xbb89, 0x1bbf: 0x2109, + // Block 0x6f, offset 0x1bc0 + 0x1bc0: 0x1111, 0x1bc1: 0xbba1, 0x1bc2: 0xbba1, 0x1bc3: 0xbbb9, 0x1bc4: 0xbbd1, 0x1bc5: 0x10e1, + 0x1bc6: 0x10f9, 0x1bc7: 0xbbe9, 0x1bc8: 0x2079, 0x1bc9: 0xbc21, 0x1bca: 0xbac9, 0x1bcb: 0x1429, + 0x1bcc: 0xbb11, 0x1bcd: 0x10e1, 0x1bce: 0x1111, 0x1bcf: 0x2109, 0x1bd0: 0xbab1, 0x1bd1: 0x1099, + 0x1bd2: 0x10b1, 0x1bd3: 0x10c9, 0x1bd4: 0xbac9, 0x1bd5: 0xbae1, 0x1bd6: 0xbaf9, 0x1bd7: 0x1429, + 0x1bd8: 0x1a31, 0x1bd9: 0xbb11, 0x1bda: 0xbb29, 0x1bdb: 0xbb41, 0x1bdc: 0xbb59, 0x1bdd: 0xbb71, + 0x1bde: 0xbb89, 0x1bdf: 0x2109, 0x1be0: 0x1111, 0x1be1: 0x1429, 0x1be2: 0xbba1, 0x1be3: 0xbbb9, + 0x1be4: 0xbbd1, 0x1be5: 0x10e1, 0x1be6: 0x10f9, 0x1be7: 0xbbe9, 0x1be8: 0x2079, 0x1be9: 0xbc01, + 0x1bea: 0xbab1, 0x1beb: 0x1099, 0x1bec: 0x10b1, 0x1bed: 0x10c9, 0x1bee: 0xbac9, 0x1bef: 0xbae1, + 0x1bf0: 0xbaf9, 0x1bf1: 0x1429, 0x1bf2: 0x1a31, 0x1bf3: 0xbb11, 0x1bf4: 0xbb29, 0x1bf5: 0xbb41, + 0x1bf6: 0xbb59, 0x1bf7: 0xbb71, 0x1bf8: 0xbb89, 0x1bf9: 0x2109, 0x1bfa: 0x1111, 0x1bfb: 0xbba1, + 0x1bfc: 0xbba1, 0x1bfd: 0xbbb9, 0x1bfe: 0xbbd1, 0x1bff: 0x10e1, + // Block 0x70, offset 0x1c00 + 0x1c00: 0x10f9, 0x1c01: 0xbbe9, 0x1c02: 0x2079, 0x1c03: 0xbc21, 0x1c04: 0xbac9, 0x1c05: 0x1429, + 0x1c06: 0xbb11, 0x1c07: 0x10e1, 0x1c08: 0x1111, 0x1c09: 0x2109, 0x1c0a: 0xbc41, 0x1c0b: 0xbc41, + 0x1c0c: 0x0040, 0x1c0d: 0x0040, 0x1c0e: 0x1f41, 0x1c0f: 0x00c9, 0x1c10: 0x0069, 0x1c11: 0x0079, + 0x1c12: 0x1f51, 0x1c13: 0x1f61, 0x1c14: 0x1f71, 0x1c15: 0x1f81, 0x1c16: 0x1f91, 0x1c17: 0x1fa1, + 0x1c18: 0x1f41, 0x1c19: 0x00c9, 0x1c1a: 0x0069, 0x1c1b: 0x0079, 0x1c1c: 0x1f51, 0x1c1d: 0x1f61, + 0x1c1e: 0x1f71, 0x1c1f: 0x1f81, 0x1c20: 0x1f91, 0x1c21: 0x1fa1, 0x1c22: 0x1f41, 0x1c23: 0x00c9, + 0x1c24: 0x0069, 0x1c25: 0x0079, 0x1c26: 0x1f51, 0x1c27: 0x1f61, 0x1c28: 0x1f71, 0x1c29: 0x1f81, + 0x1c2a: 0x1f91, 0x1c2b: 0x1fa1, 0x1c2c: 0x1f41, 0x1c2d: 0x00c9, 0x1c2e: 0x0069, 0x1c2f: 0x0079, + 0x1c30: 0x1f51, 0x1c31: 0x1f61, 0x1c32: 0x1f71, 0x1c33: 0x1f81, 0x1c34: 0x1f91, 0x1c35: 0x1fa1, + 0x1c36: 0x1f41, 0x1c37: 0x00c9, 0x1c38: 0x0069, 0x1c39: 0x0079, 0x1c3a: 0x1f51, 0x1c3b: 0x1f61, + 0x1c3c: 0x1f71, 0x1c3d: 0x1f81, 0x1c3e: 0x1f91, 0x1c3f: 0x1fa1, + // Block 0x71, offset 0x1c40 + 0x1c40: 0xe115, 0x1c41: 0xe115, 0x1c42: 0xe135, 0x1c43: 0xe135, 0x1c44: 0xe115, 0x1c45: 0xe115, + 0x1c46: 0xe175, 0x1c47: 0xe175, 0x1c48: 0xe115, 0x1c49: 0xe115, 0x1c4a: 0xe135, 0x1c4b: 0xe135, + 0x1c4c: 0xe115, 0x1c4d: 0xe115, 0x1c4e: 0xe1f5, 0x1c4f: 0xe1f5, 0x1c50: 0xe115, 0x1c51: 0xe115, + 0x1c52: 0xe135, 0x1c53: 0xe135, 0x1c54: 0xe115, 0x1c55: 0xe115, 0x1c56: 0xe175, 0x1c57: 0xe175, + 0x1c58: 0xe115, 0x1c59: 0xe115, 0x1c5a: 0xe135, 0x1c5b: 0xe135, 0x1c5c: 0xe115, 0x1c5d: 0xe115, + 0x1c5e: 0x8b05, 0x1c5f: 0x8b05, 0x1c60: 0x04b5, 0x1c61: 0x04b5, 0x1c62: 0x0a08, 0x1c63: 0x0a08, + 0x1c64: 0x0a08, 0x1c65: 0x0a08, 0x1c66: 0x0a08, 0x1c67: 0x0a08, 0x1c68: 0x0a08, 0x1c69: 0x0a08, + 0x1c6a: 0x0a08, 0x1c6b: 0x0a08, 0x1c6c: 0x0a08, 0x1c6d: 0x0a08, 0x1c6e: 0x0a08, 0x1c6f: 0x0a08, + 0x1c70: 0x0a08, 0x1c71: 0x0a08, 0x1c72: 0x0a08, 0x1c73: 0x0a08, 0x1c74: 0x0a08, 0x1c75: 0x0a08, + 0x1c76: 0x0a08, 0x1c77: 0x0a08, 0x1c78: 0x0a08, 0x1c79: 0x0a08, 0x1c7a: 0x0a08, 0x1c7b: 0x0a08, + 0x1c7c: 0x0a08, 0x1c7d: 0x0a08, 0x1c7e: 0x0a08, 0x1c7f: 0x0a08, + // Block 0x72, offset 0x1c80 + 0x1c80: 0xb189, 0x1c81: 0xb1a1, 0x1c82: 0xb201, 0x1c83: 0xb249, 0x1c84: 0x0040, 0x1c85: 0xb411, + 0x1c86: 0xb291, 0x1c87: 0xb219, 0x1c88: 0xb309, 0x1c89: 0xb429, 0x1c8a: 0xb399, 0x1c8b: 0xb3b1, + 0x1c8c: 0xb3c9, 0x1c8d: 0xb3e1, 0x1c8e: 0xb2a9, 0x1c8f: 0xb339, 0x1c90: 0xb369, 0x1c91: 0xb2d9, + 0x1c92: 0xb381, 0x1c93: 0xb279, 0x1c94: 0xb2c1, 0x1c95: 0xb1d1, 0x1c96: 0xb1e9, 0x1c97: 0xb231, + 0x1c98: 0xb261, 0x1c99: 0xb2f1, 0x1c9a: 0xb321, 0x1c9b: 0xb351, 0x1c9c: 0xbc59, 0x1c9d: 0x7949, + 0x1c9e: 0xbc71, 0x1c9f: 0xbc89, 0x1ca0: 0x0040, 0x1ca1: 0xb1a1, 0x1ca2: 0xb201, 0x1ca3: 0x0040, + 0x1ca4: 0xb3f9, 0x1ca5: 0x0040, 0x1ca6: 0x0040, 0x1ca7: 0xb219, 0x1ca8: 0x0040, 0x1ca9: 0xb429, + 0x1caa: 0xb399, 0x1cab: 0xb3b1, 0x1cac: 0xb3c9, 0x1cad: 0xb3e1, 0x1cae: 0xb2a9, 0x1caf: 0xb339, + 0x1cb0: 0xb369, 0x1cb1: 0xb2d9, 0x1cb2: 0xb381, 0x1cb3: 0x0040, 0x1cb4: 0xb2c1, 0x1cb5: 0xb1d1, + 0x1cb6: 0xb1e9, 0x1cb7: 0xb231, 0x1cb8: 0x0040, 0x1cb9: 0xb2f1, 0x1cba: 0x0040, 0x1cbb: 0xb351, + 0x1cbc: 0x0040, 0x1cbd: 0x0040, 0x1cbe: 0x0040, 0x1cbf: 0x0040, + // Block 0x73, offset 0x1cc0 + 0x1cc0: 0x0040, 0x1cc1: 0x0040, 0x1cc2: 0xb201, 0x1cc3: 0x0040, 0x1cc4: 0x0040, 0x1cc5: 0x0040, + 0x1cc6: 0x0040, 0x1cc7: 0xb219, 0x1cc8: 0x0040, 0x1cc9: 0xb429, 0x1cca: 0x0040, 0x1ccb: 0xb3b1, + 0x1ccc: 0x0040, 0x1ccd: 0xb3e1, 0x1cce: 0xb2a9, 0x1ccf: 0xb339, 0x1cd0: 0x0040, 0x1cd1: 0xb2d9, + 0x1cd2: 0xb381, 0x1cd3: 0x0040, 0x1cd4: 0xb2c1, 0x1cd5: 0x0040, 0x1cd6: 0x0040, 0x1cd7: 0xb231, + 0x1cd8: 0x0040, 0x1cd9: 0xb2f1, 0x1cda: 0x0040, 0x1cdb: 0xb351, 0x1cdc: 0x0040, 0x1cdd: 0x7949, + 0x1cde: 0x0040, 0x1cdf: 0xbc89, 0x1ce0: 0x0040, 0x1ce1: 0xb1a1, 0x1ce2: 0xb201, 0x1ce3: 0x0040, + 0x1ce4: 0xb3f9, 0x1ce5: 0x0040, 0x1ce6: 0x0040, 0x1ce7: 0xb219, 0x1ce8: 0xb309, 0x1ce9: 0xb429, + 0x1cea: 0xb399, 0x1ceb: 0x0040, 0x1cec: 0xb3c9, 0x1ced: 0xb3e1, 0x1cee: 0xb2a9, 0x1cef: 0xb339, + 0x1cf0: 0xb369, 0x1cf1: 0xb2d9, 0x1cf2: 0xb381, 0x1cf3: 0x0040, 0x1cf4: 0xb2c1, 0x1cf5: 0xb1d1, + 0x1cf6: 0xb1e9, 0x1cf7: 0xb231, 0x1cf8: 0x0040, 0x1cf9: 0xb2f1, 0x1cfa: 0xb321, 0x1cfb: 0xb351, + 0x1cfc: 0xbc59, 0x1cfd: 0x0040, 0x1cfe: 0xbc71, 0x1cff: 0x0040, + // Block 0x74, offset 0x1d00 + 0x1d00: 0xb189, 0x1d01: 0xb1a1, 0x1d02: 0xb201, 0x1d03: 0xb249, 0x1d04: 0xb3f9, 0x1d05: 0xb411, + 0x1d06: 0xb291, 0x1d07: 0xb219, 0x1d08: 0xb309, 0x1d09: 0xb429, 0x1d0a: 0x0040, 0x1d0b: 0xb3b1, + 0x1d0c: 0xb3c9, 0x1d0d: 0xb3e1, 0x1d0e: 0xb2a9, 0x1d0f: 0xb339, 0x1d10: 0xb369, 0x1d11: 0xb2d9, + 0x1d12: 0xb381, 0x1d13: 0xb279, 0x1d14: 0xb2c1, 0x1d15: 0xb1d1, 0x1d16: 0xb1e9, 0x1d17: 0xb231, + 0x1d18: 0xb261, 0x1d19: 0xb2f1, 0x1d1a: 0xb321, 0x1d1b: 0xb351, 0x1d1c: 0x0040, 0x1d1d: 0x0040, + 0x1d1e: 0x0040, 0x1d1f: 0x0040, 0x1d20: 0x0040, 0x1d21: 0xb1a1, 0x1d22: 0xb201, 0x1d23: 0xb249, + 0x1d24: 0x0040, 0x1d25: 0xb411, 0x1d26: 0xb291, 0x1d27: 0xb219, 0x1d28: 0xb309, 0x1d29: 0xb429, + 0x1d2a: 0x0040, 0x1d2b: 0xb3b1, 0x1d2c: 0xb3c9, 0x1d2d: 0xb3e1, 0x1d2e: 0xb2a9, 0x1d2f: 0xb339, + 0x1d30: 0xb369, 0x1d31: 0xb2d9, 0x1d32: 0xb381, 0x1d33: 0xb279, 0x1d34: 0xb2c1, 0x1d35: 0xb1d1, + 0x1d36: 0xb1e9, 0x1d37: 0xb231, 0x1d38: 0xb261, 0x1d39: 0xb2f1, 0x1d3a: 0xb321, 0x1d3b: 0xb351, + 0x1d3c: 0x0040, 0x1d3d: 0x0040, 0x1d3e: 0x0040, 0x1d3f: 0x0040, + // Block 0x75, offset 0x1d40 + 0x1d40: 0x0040, 0x1d41: 0xbca2, 0x1d42: 0xbcba, 0x1d43: 0xbcd2, 0x1d44: 0xbcea, 0x1d45: 0xbd02, + 0x1d46: 0xbd1a, 0x1d47: 0xbd32, 0x1d48: 0xbd4a, 0x1d49: 0xbd62, 0x1d4a: 0xbd7a, 0x1d4b: 0x0018, + 0x1d4c: 0x0018, 0x1d4d: 0x0040, 0x1d4e: 0x0040, 0x1d4f: 0x0040, 0x1d50: 0xbd92, 0x1d51: 0xbdb2, + 0x1d52: 0xbdd2, 0x1d53: 0xbdf2, 0x1d54: 0xbe12, 0x1d55: 0xbe32, 0x1d56: 0xbe52, 0x1d57: 0xbe72, + 0x1d58: 0xbe92, 0x1d59: 0xbeb2, 0x1d5a: 0xbed2, 0x1d5b: 0xbef2, 0x1d5c: 0xbf12, 0x1d5d: 0xbf32, + 0x1d5e: 0xbf52, 0x1d5f: 0xbf72, 0x1d60: 0xbf92, 0x1d61: 0xbfb2, 0x1d62: 0xbfd2, 0x1d63: 0xbff2, + 0x1d64: 0xc012, 0x1d65: 0xc032, 0x1d66: 0xc052, 0x1d67: 0xc072, 0x1d68: 0xc092, 0x1d69: 0xc0b2, + 0x1d6a: 0xc0d1, 0x1d6b: 0x1159, 0x1d6c: 0x0269, 0x1d6d: 0x6671, 0x1d6e: 0xc111, 0x1d6f: 0x0018, + 0x1d70: 0x0039, 0x1d71: 0x0ee9, 0x1d72: 0x1159, 0x1d73: 0x0ef9, 0x1d74: 0x0f09, 0x1d75: 0x1199, + 0x1d76: 0x0f31, 0x1d77: 0x0249, 0x1d78: 0x0f41, 0x1d79: 0x0259, 0x1d7a: 0x0f51, 0x1d7b: 0x0359, + 0x1d7c: 0x0f61, 0x1d7d: 0x0f71, 0x1d7e: 0x00d9, 0x1d7f: 0x0f99, + // Block 0x76, offset 0x1d80 + 0x1d80: 0x2039, 0x1d81: 0x0269, 0x1d82: 0x01d9, 0x1d83: 0x0fa9, 0x1d84: 0x0fb9, 0x1d85: 0x1089, + 0x1d86: 0x0279, 0x1d87: 0x0369, 0x1d88: 0x0289, 0x1d89: 0x13d1, 0x1d8a: 0xc129, 0x1d8b: 0x65b1, + 0x1d8c: 0xc141, 0x1d8d: 0x1441, 0x1d8e: 0xc159, 0x1d8f: 0xc179, 0x1d90: 0x0018, 0x1d91: 0x0018, + 0x1d92: 0x0018, 0x1d93: 0x0018, 0x1d94: 0x0018, 0x1d95: 0x0018, 0x1d96: 0x0018, 0x1d97: 0x0018, + 0x1d98: 0x0018, 0x1d99: 0x0018, 0x1d9a: 0x0018, 0x1d9b: 0x0018, 0x1d9c: 0x0018, 0x1d9d: 0x0018, + 0x1d9e: 0x0018, 0x1d9f: 0x0018, 0x1da0: 0x0018, 0x1da1: 0x0018, 0x1da2: 0x0018, 0x1da3: 0x0018, + 0x1da4: 0x0018, 0x1da5: 0x0018, 0x1da6: 0x0018, 0x1da7: 0x0018, 0x1da8: 0x0018, 0x1da9: 0x0018, + 0x1daa: 0xc191, 0x1dab: 0xc1a9, 0x1dac: 0x0040, 0x1dad: 0x0040, 0x1dae: 0x0040, 0x1daf: 0x0040, + 0x1db0: 0x0018, 0x1db1: 0x0018, 0x1db2: 0x0018, 0x1db3: 0x0018, 0x1db4: 0x0018, 0x1db5: 0x0018, + 0x1db6: 0x0018, 0x1db7: 0x0018, 0x1db8: 0x0018, 0x1db9: 0x0018, 0x1dba: 0x0018, 0x1dbb: 0x0018, + 0x1dbc: 0x0018, 0x1dbd: 0x0018, 0x1dbe: 0x0018, 0x1dbf: 0x0018, + // Block 0x77, offset 0x1dc0 + 0x1dc0: 0xc1d9, 0x1dc1: 0xc211, 0x1dc2: 0xc249, 0x1dc3: 0x0040, 0x1dc4: 0x0040, 0x1dc5: 0x0040, + 0x1dc6: 0x0040, 0x1dc7: 0x0040, 0x1dc8: 0x0040, 0x1dc9: 0x0040, 0x1dca: 0x0040, 0x1dcb: 0x0040, + 0x1dcc: 0x0040, 0x1dcd: 0x0040, 0x1dce: 0x0040, 0x1dcf: 0x0040, 0x1dd0: 0xc269, 0x1dd1: 0xc289, + 0x1dd2: 0xc2a9, 0x1dd3: 0xc2c9, 0x1dd4: 0xc2e9, 0x1dd5: 0xc309, 0x1dd6: 0xc329, 0x1dd7: 0xc349, + 0x1dd8: 0xc369, 0x1dd9: 0xc389, 0x1dda: 0xc3a9, 0x1ddb: 0xc3c9, 0x1ddc: 0xc3e9, 0x1ddd: 0xc409, + 0x1dde: 0xc429, 0x1ddf: 0xc449, 0x1de0: 0xc469, 0x1de1: 0xc489, 0x1de2: 0xc4a9, 0x1de3: 0xc4c9, + 0x1de4: 0xc4e9, 0x1de5: 0xc509, 0x1de6: 0xc529, 0x1de7: 0xc549, 0x1de8: 0xc569, 0x1de9: 0xc589, + 0x1dea: 0xc5a9, 0x1deb: 0xc5c9, 0x1dec: 0xc5e9, 0x1ded: 0xc609, 0x1dee: 0xc629, 0x1def: 0xc649, + 0x1df0: 0xc669, 0x1df1: 0xc689, 0x1df2: 0xc6a9, 0x1df3: 0xc6c9, 0x1df4: 0xc6e9, 0x1df5: 0xc709, + 0x1df6: 0xc729, 0x1df7: 0xc749, 0x1df8: 0xc769, 0x1df9: 0xc789, 0x1dfa: 0xc7a9, 0x1dfb: 0xc7c9, + 0x1dfc: 0x0040, 0x1dfd: 0x0040, 0x1dfe: 0x0040, 0x1dff: 0x0040, + // Block 0x78, offset 0x1e00 + 0x1e00: 0xcaf9, 0x1e01: 0xcb19, 0x1e02: 0xcb39, 0x1e03: 0x8b1d, 0x1e04: 0xcb59, 0x1e05: 0xcb79, + 0x1e06: 0xcb99, 0x1e07: 0xcbb9, 0x1e08: 0xcbd9, 0x1e09: 0xcbf9, 0x1e0a: 0xcc19, 0x1e0b: 0xcc39, + 0x1e0c: 0xcc59, 0x1e0d: 0x8b3d, 0x1e0e: 0xcc79, 0x1e0f: 0xcc99, 0x1e10: 0xccb9, 0x1e11: 0xccd9, + 0x1e12: 0x8b5d, 0x1e13: 0xccf9, 0x1e14: 0xcd19, 0x1e15: 0xc429, 0x1e16: 0x8b7d, 0x1e17: 0xcd39, + 0x1e18: 0xcd59, 0x1e19: 0xcd79, 0x1e1a: 0xcd99, 0x1e1b: 0xcdb9, 0x1e1c: 0x8b9d, 0x1e1d: 0xcdd9, + 0x1e1e: 0xcdf9, 0x1e1f: 0xce19, 0x1e20: 0xce39, 0x1e21: 0xce59, 0x1e22: 0xc789, 0x1e23: 0xce79, + 0x1e24: 0xce99, 0x1e25: 0xceb9, 0x1e26: 0xced9, 0x1e27: 0xcef9, 0x1e28: 0xcf19, 0x1e29: 0xcf39, + 0x1e2a: 0xcf59, 0x1e2b: 0xcf79, 0x1e2c: 0xcf99, 0x1e2d: 0xcfb9, 0x1e2e: 0xcfd9, 0x1e2f: 0xcff9, + 0x1e30: 0xd019, 0x1e31: 0xd039, 0x1e32: 0xd039, 0x1e33: 0xd039, 0x1e34: 0x8bbd, 0x1e35: 0xd059, + 0x1e36: 0xd079, 0x1e37: 0xd099, 0x1e38: 0x8bdd, 0x1e39: 0xd0b9, 0x1e3a: 0xd0d9, 0x1e3b: 0xd0f9, + 0x1e3c: 0xd119, 0x1e3d: 0xd139, 0x1e3e: 0xd159, 0x1e3f: 0xd179, + // Block 0x79, offset 0x1e40 + 0x1e40: 0xd199, 0x1e41: 0xd1b9, 0x1e42: 0xd1d9, 0x1e43: 0xd1f9, 0x1e44: 0xd219, 0x1e45: 0xd239, + 0x1e46: 0xd239, 0x1e47: 0xd259, 0x1e48: 0xd279, 0x1e49: 0xd299, 0x1e4a: 0xd2b9, 0x1e4b: 0xd2d9, + 0x1e4c: 0xd2f9, 0x1e4d: 0xd319, 0x1e4e: 0xd339, 0x1e4f: 0xd359, 0x1e50: 0xd379, 0x1e51: 0xd399, + 0x1e52: 0xd3b9, 0x1e53: 0xd3d9, 0x1e54: 0xd3f9, 0x1e55: 0xd419, 0x1e56: 0xd439, 0x1e57: 0xd459, + 0x1e58: 0xd479, 0x1e59: 0x8bfd, 0x1e5a: 0xd499, 0x1e5b: 0xd4b9, 0x1e5c: 0xd4d9, 0x1e5d: 0xc309, + 0x1e5e: 0xd4f9, 0x1e5f: 0xd519, 0x1e60: 0x8c1d, 0x1e61: 0x8c3d, 0x1e62: 0xd539, 0x1e63: 0xd559, + 0x1e64: 0xd579, 0x1e65: 0xd599, 0x1e66: 0xd5b9, 0x1e67: 0xd5d9, 0x1e68: 0x2040, 0x1e69: 0xd5f9, + 0x1e6a: 0xd619, 0x1e6b: 0xd619, 0x1e6c: 0x8c5d, 0x1e6d: 0xd639, 0x1e6e: 0xd659, 0x1e6f: 0xd679, + 0x1e70: 0xd699, 0x1e71: 0x8c7d, 0x1e72: 0xd6b9, 0x1e73: 0xd6d9, 0x1e74: 0x2040, 0x1e75: 0xd6f9, + 0x1e76: 0xd719, 0x1e77: 0xd739, 0x1e78: 0xd759, 0x1e79: 0xd779, 0x1e7a: 0xd799, 0x1e7b: 0x8c9d, + 0x1e7c: 0xd7b9, 0x1e7d: 0x8cbd, 0x1e7e: 0xd7d9, 0x1e7f: 0xd7f9, + // Block 0x7a, offset 0x1e80 + 0x1e80: 0xd819, 0x1e81: 0xd839, 0x1e82: 0xd859, 0x1e83: 0xd879, 0x1e84: 0xd899, 0x1e85: 0xd8b9, + 0x1e86: 0xd8d9, 0x1e87: 0xd8f9, 0x1e88: 0xd919, 0x1e89: 0x8cdd, 0x1e8a: 0xd939, 0x1e8b: 0xd959, + 0x1e8c: 0xd979, 0x1e8d: 0xd999, 0x1e8e: 0xd9b9, 0x1e8f: 0x8cfd, 0x1e90: 0xd9d9, 0x1e91: 0x8d1d, + 0x1e92: 0x8d3d, 0x1e93: 0xd9f9, 0x1e94: 0xda19, 0x1e95: 0xda19, 0x1e96: 0xda39, 0x1e97: 0x8d5d, + 0x1e98: 0x8d7d, 0x1e99: 0xda59, 0x1e9a: 0xda79, 0x1e9b: 0xda99, 0x1e9c: 0xdab9, 0x1e9d: 0xdad9, + 0x1e9e: 0xdaf9, 0x1e9f: 0xdb19, 0x1ea0: 0xdb39, 0x1ea1: 0xdb59, 0x1ea2: 0xdb79, 0x1ea3: 0xdb99, + 0x1ea4: 0x8d9d, 0x1ea5: 0xdbb9, 0x1ea6: 0xdbd9, 0x1ea7: 0xdbf9, 0x1ea8: 0xdc19, 0x1ea9: 0xdbf9, + 0x1eaa: 0xdc39, 0x1eab: 0xdc59, 0x1eac: 0xdc79, 0x1ead: 0xdc99, 0x1eae: 0xdcb9, 0x1eaf: 0xdcd9, + 0x1eb0: 0xdcf9, 0x1eb1: 0xdd19, 0x1eb2: 0xdd39, 0x1eb3: 0xdd59, 0x1eb4: 0xdd79, 0x1eb5: 0xdd99, + 0x1eb6: 0xddb9, 0x1eb7: 0xddd9, 0x1eb8: 0x8dbd, 0x1eb9: 0xddf9, 0x1eba: 0xde19, 0x1ebb: 0xde39, + 0x1ebc: 0xde59, 0x1ebd: 0xde79, 0x1ebe: 0x8ddd, 0x1ebf: 0xde99, + // Block 0x7b, offset 0x1ec0 + 0x1ec0: 0xe599, 0x1ec1: 0xe5b9, 0x1ec2: 0xe5d9, 0x1ec3: 0xe5f9, 0x1ec4: 0xe619, 0x1ec5: 0xe639, + 0x1ec6: 0x8efd, 0x1ec7: 0xe659, 0x1ec8: 0xe679, 0x1ec9: 0xe699, 0x1eca: 0xe6b9, 0x1ecb: 0xe6d9, + 0x1ecc: 0xe6f9, 0x1ecd: 0x8f1d, 0x1ece: 0xe719, 0x1ecf: 0xe739, 0x1ed0: 0x8f3d, 0x1ed1: 0x8f5d, + 0x1ed2: 0xe759, 0x1ed3: 0xe779, 0x1ed4: 0xe799, 0x1ed5: 0xe7b9, 0x1ed6: 0xe7d9, 0x1ed7: 0xe7f9, + 0x1ed8: 0xe819, 0x1ed9: 0xe839, 0x1eda: 0xe859, 0x1edb: 0x8f7d, 0x1edc: 0xe879, 0x1edd: 0x8f9d, + 0x1ede: 0xe899, 0x1edf: 0x2040, 0x1ee0: 0xe8b9, 0x1ee1: 0xe8d9, 0x1ee2: 0xe8f9, 0x1ee3: 0x8fbd, + 0x1ee4: 0xe919, 0x1ee5: 0xe939, 0x1ee6: 0x8fdd, 0x1ee7: 0x8ffd, 0x1ee8: 0xe959, 0x1ee9: 0xe979, + 0x1eea: 0xe999, 0x1eeb: 0xe9b9, 0x1eec: 0xe9d9, 0x1eed: 0xe9d9, 0x1eee: 0xe9f9, 0x1eef: 0xea19, + 0x1ef0: 0xea39, 0x1ef1: 0xea59, 0x1ef2: 0xea79, 0x1ef3: 0xea99, 0x1ef4: 0xeab9, 0x1ef5: 0x901d, + 0x1ef6: 0xead9, 0x1ef7: 0x903d, 0x1ef8: 0xeaf9, 0x1ef9: 0x905d, 0x1efa: 0xeb19, 0x1efb: 0x907d, + 0x1efc: 0x909d, 0x1efd: 0x90bd, 0x1efe: 0xeb39, 0x1eff: 0xeb59, + // Block 0x7c, offset 0x1f00 + 0x1f00: 0xeb79, 0x1f01: 0x90dd, 0x1f02: 0x90fd, 0x1f03: 0x911d, 0x1f04: 0x913d, 0x1f05: 0xeb99, + 0x1f06: 0xebb9, 0x1f07: 0xebb9, 0x1f08: 0xebd9, 0x1f09: 0xebf9, 0x1f0a: 0xec19, 0x1f0b: 0xec39, + 0x1f0c: 0xec59, 0x1f0d: 0x915d, 0x1f0e: 0xec79, 0x1f0f: 0xec99, 0x1f10: 0xecb9, 0x1f11: 0xecd9, + 0x1f12: 0x917d, 0x1f13: 0xecf9, 0x1f14: 0x919d, 0x1f15: 0x91bd, 0x1f16: 0xed19, 0x1f17: 0xed39, + 0x1f18: 0xed59, 0x1f19: 0xed79, 0x1f1a: 0xed99, 0x1f1b: 0xedb9, 0x1f1c: 0x91dd, 0x1f1d: 0x91fd, + 0x1f1e: 0x921d, 0x1f1f: 0x2040, 0x1f20: 0xedd9, 0x1f21: 0x923d, 0x1f22: 0xedf9, 0x1f23: 0xee19, + 0x1f24: 0xee39, 0x1f25: 0x925d, 0x1f26: 0xee59, 0x1f27: 0xee79, 0x1f28: 0xee99, 0x1f29: 0xeeb9, + 0x1f2a: 0xeed9, 0x1f2b: 0x927d, 0x1f2c: 0xeef9, 0x1f2d: 0xef19, 0x1f2e: 0xef39, 0x1f2f: 0xef59, + 0x1f30: 0xef79, 0x1f31: 0xef99, 0x1f32: 0x929d, 0x1f33: 0x92bd, 0x1f34: 0xefb9, 0x1f35: 0x92dd, + 0x1f36: 0xefd9, 0x1f37: 0x92fd, 0x1f38: 0xeff9, 0x1f39: 0xf019, 0x1f3a: 0xf039, 0x1f3b: 0x931d, + 0x1f3c: 0x933d, 0x1f3d: 0xf059, 0x1f3e: 0x935d, 0x1f3f: 0xf079, + // Block 0x7d, offset 0x1f40 + 0x1f40: 0xf6b9, 0x1f41: 0xf6d9, 0x1f42: 0xf6f9, 0x1f43: 0xf719, 0x1f44: 0xf739, 0x1f45: 0x951d, + 0x1f46: 0xf759, 0x1f47: 0xf779, 0x1f48: 0xf799, 0x1f49: 0xf7b9, 0x1f4a: 0xf7d9, 0x1f4b: 0x953d, + 0x1f4c: 0x955d, 0x1f4d: 0xf7f9, 0x1f4e: 0xf819, 0x1f4f: 0xf839, 0x1f50: 0xf859, 0x1f51: 0xf879, + 0x1f52: 0xf899, 0x1f53: 0x957d, 0x1f54: 0xf8b9, 0x1f55: 0xf8d9, 0x1f56: 0xf8f9, 0x1f57: 0xf919, + 0x1f58: 0x959d, 0x1f59: 0x95bd, 0x1f5a: 0xf939, 0x1f5b: 0xf959, 0x1f5c: 0xf979, 0x1f5d: 0x95dd, + 0x1f5e: 0xf999, 0x1f5f: 0xf9b9, 0x1f60: 0x6815, 0x1f61: 0x95fd, 0x1f62: 0xf9d9, 0x1f63: 0xf9f9, + 0x1f64: 0xfa19, 0x1f65: 0x961d, 0x1f66: 0xfa39, 0x1f67: 0xfa59, 0x1f68: 0xfa79, 0x1f69: 0xfa99, + 0x1f6a: 0xfab9, 0x1f6b: 0xfad9, 0x1f6c: 0xfaf9, 0x1f6d: 0x963d, 0x1f6e: 0xfb19, 0x1f6f: 0xfb39, + 0x1f70: 0xfb59, 0x1f71: 0x965d, 0x1f72: 0xfb79, 0x1f73: 0xfb99, 0x1f74: 0xfbb9, 0x1f75: 0xfbd9, + 0x1f76: 0x7b35, 0x1f77: 0x967d, 0x1f78: 0xfbf9, 0x1f79: 0xfc19, 0x1f7a: 0xfc39, 0x1f7b: 0x969d, + 0x1f7c: 0xfc59, 0x1f7d: 0x96bd, 0x1f7e: 0xfc79, 0x1f7f: 0xfc79, + // Block 0x7e, offset 0x1f80 + 0x1f80: 0xfc99, 0x1f81: 0x96dd, 0x1f82: 0xfcb9, 0x1f83: 0xfcd9, 0x1f84: 0xfcf9, 0x1f85: 0xfd19, + 0x1f86: 0xfd39, 0x1f87: 0xfd59, 0x1f88: 0xfd79, 0x1f89: 0x96fd, 0x1f8a: 0xfd99, 0x1f8b: 0xfdb9, + 0x1f8c: 0xfdd9, 0x1f8d: 0xfdf9, 0x1f8e: 0xfe19, 0x1f8f: 0xfe39, 0x1f90: 0x971d, 0x1f91: 0xfe59, + 0x1f92: 0x973d, 0x1f93: 0x975d, 0x1f94: 0x977d, 0x1f95: 0xfe79, 0x1f96: 0xfe99, 0x1f97: 0xfeb9, + 0x1f98: 0xfed9, 0x1f99: 0xfef9, 0x1f9a: 0xff19, 0x1f9b: 0xff39, 0x1f9c: 0xff59, 0x1f9d: 0x979d, + 0x1f9e: 0x0040, 0x1f9f: 0x0040, 0x1fa0: 0x0040, 0x1fa1: 0x0040, 0x1fa2: 0x0040, 0x1fa3: 0x0040, + 0x1fa4: 0x0040, 0x1fa5: 0x0040, 0x1fa6: 0x0040, 0x1fa7: 0x0040, 0x1fa8: 0x0040, 0x1fa9: 0x0040, + 0x1faa: 0x0040, 0x1fab: 0x0040, 0x1fac: 0x0040, 0x1fad: 0x0040, 0x1fae: 0x0040, 0x1faf: 0x0040, + 0x1fb0: 0x0040, 0x1fb1: 0x0040, 0x1fb2: 0x0040, 0x1fb3: 0x0040, 0x1fb4: 0x0040, 0x1fb5: 0x0040, + 0x1fb6: 0x0040, 0x1fb7: 0x0040, 0x1fb8: 0x0040, 0x1fb9: 0x0040, 0x1fba: 0x0040, 0x1fbb: 0x0040, + 0x1fbc: 0x0040, 0x1fbd: 0x0040, 0x1fbe: 0x0040, 0x1fbf: 0x0040, +} + +// idnaIndex: 36 blocks, 2304 entries, 4608 bytes +// Block 0 is the zero block. +var idnaIndex = [2304]uint16{ + // Block 0x0, offset 0x0 + // Block 0x1, offset 0x40 + // Block 0x2, offset 0x80 + // Block 0x3, offset 0xc0 + 0xc2: 0x01, 0xc3: 0x7d, 0xc4: 0x02, 0xc5: 0x03, 0xc6: 0x04, 0xc7: 0x05, + 0xc8: 0x06, 0xc9: 0x7e, 0xca: 0x7f, 0xcb: 0x07, 0xcc: 0x80, 0xcd: 0x08, 0xce: 0x09, 0xcf: 0x0a, + 0xd0: 0x81, 0xd1: 0x0b, 0xd2: 0x0c, 0xd3: 0x0d, 0xd4: 0x0e, 0xd5: 0x82, 0xd6: 0x83, 0xd7: 0x84, + 0xd8: 0x0f, 0xd9: 0x10, 0xda: 0x85, 0xdb: 0x11, 0xdc: 0x12, 0xdd: 0x86, 0xde: 0x87, 0xdf: 0x88, + 0xe0: 0x02, 0xe1: 0x03, 0xe2: 0x04, 0xe3: 0x05, 0xe4: 0x06, 0xe5: 0x07, 0xe6: 0x07, 0xe7: 0x07, + 0xe8: 0x07, 0xe9: 0x08, 0xea: 0x09, 0xeb: 0x07, 0xec: 0x07, 0xed: 0x0a, 0xee: 0x0b, 0xef: 0x0c, + 0xf0: 0x1d, 0xf1: 0x1e, 0xf2: 0x1e, 0xf3: 0x20, 0xf4: 0x21, + // Block 0x4, offset 0x100 + 0x120: 0x89, 0x121: 0x13, 0x122: 0x8a, 0x123: 0x8b, 0x124: 0x8c, 0x125: 0x14, 0x126: 0x15, 0x127: 0x16, + 0x128: 0x17, 0x129: 0x18, 0x12a: 0x19, 0x12b: 0x1a, 0x12c: 0x1b, 0x12d: 0x1c, 0x12e: 0x1d, 0x12f: 0x8d, + 0x130: 0x8e, 0x131: 0x1e, 0x132: 0x1f, 0x133: 0x20, 0x134: 0x8f, 0x135: 0x21, 0x136: 0x90, 0x137: 0x91, + 0x138: 0x92, 0x139: 0x93, 0x13a: 0x22, 0x13b: 0x94, 0x13c: 0x95, 0x13d: 0x23, 0x13e: 0x24, 0x13f: 0x96, + // Block 0x5, offset 0x140 + 0x140: 0x97, 0x141: 0x98, 0x142: 0x99, 0x143: 0x9a, 0x144: 0x9b, 0x145: 0x9c, 0x146: 0x9d, 0x147: 0x9e, + 0x148: 0x9f, 0x149: 0xa0, 0x14a: 0xa1, 0x14b: 0xa2, 0x14c: 0xa3, 0x14d: 0xa4, 0x14e: 0xa5, 0x14f: 0xa6, + 0x150: 0xa7, 0x151: 0x9f, 0x152: 0x9f, 0x153: 0x9f, 0x154: 0x9f, 0x155: 0x9f, 0x156: 0x9f, 0x157: 0x9f, + 0x158: 0x9f, 0x159: 0xa8, 0x15a: 0xa9, 0x15b: 0xaa, 0x15c: 0xab, 0x15d: 0xac, 0x15e: 0xad, 0x15f: 0xae, + 0x160: 0xaf, 0x161: 0xb0, 0x162: 0xb1, 0x163: 0xb2, 0x164: 0xb3, 0x165: 0xb4, 0x166: 0xb5, 0x167: 0xb6, + 0x168: 0xb7, 0x169: 0xb8, 0x16a: 0xb9, 0x16b: 0xba, 0x16c: 0xbb, 0x16d: 0xbc, 0x16e: 0xbd, 0x16f: 0xbe, + 0x170: 0xbf, 0x171: 0xc0, 0x172: 0xc1, 0x173: 0xc2, 0x174: 0x25, 0x175: 0x26, 0x176: 0x27, 0x177: 0xc3, + 0x178: 0x28, 0x179: 0x28, 0x17a: 0x29, 0x17b: 0x28, 0x17c: 0xc4, 0x17d: 0x2a, 0x17e: 0x2b, 0x17f: 0x2c, + // Block 0x6, offset 0x180 + 0x180: 0x2d, 0x181: 0x2e, 0x182: 0x2f, 0x183: 0xc5, 0x184: 0x30, 0x185: 0x31, 0x186: 0xc6, 0x187: 0x9b, + 0x188: 0xc7, 0x189: 0xc8, 0x18a: 0x9b, 0x18b: 0x9b, 0x18c: 0xc9, 0x18d: 0x9b, 0x18e: 0x9b, 0x18f: 0x9b, + 0x190: 0xca, 0x191: 0x32, 0x192: 0x33, 0x193: 0x34, 0x194: 0x9b, 0x195: 0x9b, 0x196: 0x9b, 0x197: 0x9b, + 0x198: 0x9b, 0x199: 0x9b, 0x19a: 0x9b, 0x19b: 0x9b, 0x19c: 0x9b, 0x19d: 0x9b, 0x19e: 0x9b, 0x19f: 0x9b, + 0x1a0: 0x9b, 0x1a1: 0x9b, 0x1a2: 0x9b, 0x1a3: 0x9b, 0x1a4: 0x9b, 0x1a5: 0x9b, 0x1a6: 0x9b, 0x1a7: 0x9b, + 0x1a8: 0xcb, 0x1a9: 0xcc, 0x1aa: 0x9b, 0x1ab: 0xcd, 0x1ac: 0x9b, 0x1ad: 0xce, 0x1ae: 0xcf, 0x1af: 0xd0, + 0x1b0: 0xd1, 0x1b1: 0x35, 0x1b2: 0x28, 0x1b3: 0x36, 0x1b4: 0xd2, 0x1b5: 0xd3, 0x1b6: 0xd4, 0x1b7: 0xd5, + 0x1b8: 0xd6, 0x1b9: 0xd7, 0x1ba: 0xd8, 0x1bb: 0xd9, 0x1bc: 0xda, 0x1bd: 0xdb, 0x1be: 0xdc, 0x1bf: 0x37, + // Block 0x7, offset 0x1c0 + 0x1c0: 0x38, 0x1c1: 0xdd, 0x1c2: 0xde, 0x1c3: 0xdf, 0x1c4: 0xe0, 0x1c5: 0x39, 0x1c6: 0x3a, 0x1c7: 0xe1, + 0x1c8: 0xe2, 0x1c9: 0x3b, 0x1ca: 0x3c, 0x1cb: 0x3d, 0x1cc: 0x3e, 0x1cd: 0x3f, 0x1ce: 0x40, 0x1cf: 0x41, + 0x1d0: 0x9f, 0x1d1: 0x9f, 0x1d2: 0x9f, 0x1d3: 0x9f, 0x1d4: 0x9f, 0x1d5: 0x9f, 0x1d6: 0x9f, 0x1d7: 0x9f, + 0x1d8: 0x9f, 0x1d9: 0x9f, 0x1da: 0x9f, 0x1db: 0x9f, 0x1dc: 0x9f, 0x1dd: 0x9f, 0x1de: 0x9f, 0x1df: 0x9f, + 0x1e0: 0x9f, 0x1e1: 0x9f, 0x1e2: 0x9f, 0x1e3: 0x9f, 0x1e4: 0x9f, 0x1e5: 0x9f, 0x1e6: 0x9f, 0x1e7: 0x9f, + 0x1e8: 0x9f, 0x1e9: 0x9f, 0x1ea: 0x9f, 0x1eb: 0x9f, 0x1ec: 0x9f, 0x1ed: 0x9f, 0x1ee: 0x9f, 0x1ef: 0x9f, + 0x1f0: 0x9f, 0x1f1: 0x9f, 0x1f2: 0x9f, 0x1f3: 0x9f, 0x1f4: 0x9f, 0x1f5: 0x9f, 0x1f6: 0x9f, 0x1f7: 0x9f, + 0x1f8: 0x9f, 0x1f9: 0x9f, 0x1fa: 0x9f, 0x1fb: 0x9f, 0x1fc: 0x9f, 0x1fd: 0x9f, 0x1fe: 0x9f, 0x1ff: 0x9f, + // Block 0x8, offset 0x200 + 0x200: 0x9f, 0x201: 0x9f, 0x202: 0x9f, 0x203: 0x9f, 0x204: 0x9f, 0x205: 0x9f, 0x206: 0x9f, 0x207: 0x9f, + 0x208: 0x9f, 0x209: 0x9f, 0x20a: 0x9f, 0x20b: 0x9f, 0x20c: 0x9f, 0x20d: 0x9f, 0x20e: 0x9f, 0x20f: 0x9f, + 0x210: 0x9f, 0x211: 0x9f, 0x212: 0x9f, 0x213: 0x9f, 0x214: 0x9f, 0x215: 0x9f, 0x216: 0x9f, 0x217: 0x9f, + 0x218: 0x9f, 0x219: 0x9f, 0x21a: 0x9f, 0x21b: 0x9f, 0x21c: 0x9f, 0x21d: 0x9f, 0x21e: 0x9f, 0x21f: 0x9f, + 0x220: 0x9f, 0x221: 0x9f, 0x222: 0x9f, 0x223: 0x9f, 0x224: 0x9f, 0x225: 0x9f, 0x226: 0x9f, 0x227: 0x9f, + 0x228: 0x9f, 0x229: 0x9f, 0x22a: 0x9f, 0x22b: 0x9f, 0x22c: 0x9f, 0x22d: 0x9f, 0x22e: 0x9f, 0x22f: 0x9f, + 0x230: 0x9f, 0x231: 0x9f, 0x232: 0x9f, 0x233: 0x9f, 0x234: 0x9f, 0x235: 0x9f, 0x236: 0xb2, 0x237: 0x9b, + 0x238: 0x9f, 0x239: 0x9f, 0x23a: 0x9f, 0x23b: 0x9f, 0x23c: 0x9f, 0x23d: 0x9f, 0x23e: 0x9f, 0x23f: 0x9f, + // Block 0x9, offset 0x240 + 0x240: 0x9f, 0x241: 0x9f, 0x242: 0x9f, 0x243: 0x9f, 0x244: 0x9f, 0x245: 0x9f, 0x246: 0x9f, 0x247: 0x9f, + 0x248: 0x9f, 0x249: 0x9f, 0x24a: 0x9f, 0x24b: 0x9f, 0x24c: 0x9f, 0x24d: 0x9f, 0x24e: 0x9f, 0x24f: 0x9f, + 0x250: 0x9f, 0x251: 0x9f, 0x252: 0x9f, 0x253: 0x9f, 0x254: 0x9f, 0x255: 0x9f, 0x256: 0x9f, 0x257: 0x9f, + 0x258: 0x9f, 0x259: 0x9f, 0x25a: 0x9f, 0x25b: 0x9f, 0x25c: 0x9f, 0x25d: 0x9f, 0x25e: 0x9f, 0x25f: 0x9f, + 0x260: 0x9f, 0x261: 0x9f, 0x262: 0x9f, 0x263: 0x9f, 0x264: 0x9f, 0x265: 0x9f, 0x266: 0x9f, 0x267: 0x9f, + 0x268: 0x9f, 0x269: 0x9f, 0x26a: 0x9f, 0x26b: 0x9f, 0x26c: 0x9f, 0x26d: 0x9f, 0x26e: 0x9f, 0x26f: 0x9f, + 0x270: 0x9f, 0x271: 0x9f, 0x272: 0x9f, 0x273: 0x9f, 0x274: 0x9f, 0x275: 0x9f, 0x276: 0x9f, 0x277: 0x9f, + 0x278: 0x9f, 0x279: 0x9f, 0x27a: 0x9f, 0x27b: 0x9f, 0x27c: 0x9f, 0x27d: 0x9f, 0x27e: 0x9f, 0x27f: 0x9f, + // Block 0xa, offset 0x280 + 0x280: 0x9f, 0x281: 0x9f, 0x282: 0x9f, 0x283: 0x9f, 0x284: 0x9f, 0x285: 0x9f, 0x286: 0x9f, 0x287: 0x9f, + 0x288: 0x9f, 0x289: 0x9f, 0x28a: 0x9f, 0x28b: 0x9f, 0x28c: 0x9f, 0x28d: 0x9f, 0x28e: 0x9f, 0x28f: 0x9f, + 0x290: 0x9f, 0x291: 0x9f, 0x292: 0x9f, 0x293: 0x9f, 0x294: 0x9f, 0x295: 0x9f, 0x296: 0x9f, 0x297: 0x9f, + 0x298: 0x9f, 0x299: 0x9f, 0x29a: 0x9f, 0x29b: 0x9f, 0x29c: 0x9f, 0x29d: 0x9f, 0x29e: 0x9f, 0x29f: 0x9f, + 0x2a0: 0x9f, 0x2a1: 0x9f, 0x2a2: 0x9f, 0x2a3: 0x9f, 0x2a4: 0x9f, 0x2a5: 0x9f, 0x2a6: 0x9f, 0x2a7: 0x9f, + 0x2a8: 0x9f, 0x2a9: 0x9f, 0x2aa: 0x9f, 0x2ab: 0x9f, 0x2ac: 0x9f, 0x2ad: 0x9f, 0x2ae: 0x9f, 0x2af: 0x9f, + 0x2b0: 0x9f, 0x2b1: 0x9f, 0x2b2: 0x9f, 0x2b3: 0x9f, 0x2b4: 0x9f, 0x2b5: 0x9f, 0x2b6: 0x9f, 0x2b7: 0x9f, + 0x2b8: 0x9f, 0x2b9: 0x9f, 0x2ba: 0x9f, 0x2bb: 0x9f, 0x2bc: 0x9f, 0x2bd: 0x9f, 0x2be: 0x9f, 0x2bf: 0xe3, + // Block 0xb, offset 0x2c0 + 0x2c0: 0x9f, 0x2c1: 0x9f, 0x2c2: 0x9f, 0x2c3: 0x9f, 0x2c4: 0x9f, 0x2c5: 0x9f, 0x2c6: 0x9f, 0x2c7: 0x9f, + 0x2c8: 0x9f, 0x2c9: 0x9f, 0x2ca: 0x9f, 0x2cb: 0x9f, 0x2cc: 0x9f, 0x2cd: 0x9f, 0x2ce: 0x9f, 0x2cf: 0x9f, + 0x2d0: 0x9f, 0x2d1: 0x9f, 0x2d2: 0xe4, 0x2d3: 0xe5, 0x2d4: 0x9f, 0x2d5: 0x9f, 0x2d6: 0x9f, 0x2d7: 0x9f, + 0x2d8: 0xe6, 0x2d9: 0x42, 0x2da: 0x43, 0x2db: 0xe7, 0x2dc: 0x44, 0x2dd: 0x45, 0x2de: 0x46, 0x2df: 0xe8, + 0x2e0: 0xe9, 0x2e1: 0xea, 0x2e2: 0xeb, 0x2e3: 0xec, 0x2e4: 0xed, 0x2e5: 0xee, 0x2e6: 0xef, 0x2e7: 0xf0, + 0x2e8: 0xf1, 0x2e9: 0xf2, 0x2ea: 0xf3, 0x2eb: 0xf4, 0x2ec: 0xf5, 0x2ed: 0xf6, 0x2ee: 0xf7, 0x2ef: 0xf8, + 0x2f0: 0x9f, 0x2f1: 0x9f, 0x2f2: 0x9f, 0x2f3: 0x9f, 0x2f4: 0x9f, 0x2f5: 0x9f, 0x2f6: 0x9f, 0x2f7: 0x9f, + 0x2f8: 0x9f, 0x2f9: 0x9f, 0x2fa: 0x9f, 0x2fb: 0x9f, 0x2fc: 0x9f, 0x2fd: 0x9f, 0x2fe: 0x9f, 0x2ff: 0x9f, + // Block 0xc, offset 0x300 + 0x300: 0x9f, 0x301: 0x9f, 0x302: 0x9f, 0x303: 0x9f, 0x304: 0x9f, 0x305: 0x9f, 0x306: 0x9f, 0x307: 0x9f, + 0x308: 0x9f, 0x309: 0x9f, 0x30a: 0x9f, 0x30b: 0x9f, 0x30c: 0x9f, 0x30d: 0x9f, 0x30e: 0x9f, 0x30f: 0x9f, + 0x310: 0x9f, 0x311: 0x9f, 0x312: 0x9f, 0x313: 0x9f, 0x314: 0x9f, 0x315: 0x9f, 0x316: 0x9f, 0x317: 0x9f, + 0x318: 0x9f, 0x319: 0x9f, 0x31a: 0x9f, 0x31b: 0x9f, 0x31c: 0x9f, 0x31d: 0x9f, 0x31e: 0xf9, 0x31f: 0xfa, + // Block 0xd, offset 0x340 + 0x340: 0xba, 0x341: 0xba, 0x342: 0xba, 0x343: 0xba, 0x344: 0xba, 0x345: 0xba, 0x346: 0xba, 0x347: 0xba, + 0x348: 0xba, 0x349: 0xba, 0x34a: 0xba, 0x34b: 0xba, 0x34c: 0xba, 0x34d: 0xba, 0x34e: 0xba, 0x34f: 0xba, + 0x350: 0xba, 0x351: 0xba, 0x352: 0xba, 0x353: 0xba, 0x354: 0xba, 0x355: 0xba, 0x356: 0xba, 0x357: 0xba, + 0x358: 0xba, 0x359: 0xba, 0x35a: 0xba, 0x35b: 0xba, 0x35c: 0xba, 0x35d: 0xba, 0x35e: 0xba, 0x35f: 0xba, + 0x360: 0xba, 0x361: 0xba, 0x362: 0xba, 0x363: 0xba, 0x364: 0xba, 0x365: 0xba, 0x366: 0xba, 0x367: 0xba, + 0x368: 0xba, 0x369: 0xba, 0x36a: 0xba, 0x36b: 0xba, 0x36c: 0xba, 0x36d: 0xba, 0x36e: 0xba, 0x36f: 0xba, + 0x370: 0xba, 0x371: 0xba, 0x372: 0xba, 0x373: 0xba, 0x374: 0xba, 0x375: 0xba, 0x376: 0xba, 0x377: 0xba, + 0x378: 0xba, 0x379: 0xba, 0x37a: 0xba, 0x37b: 0xba, 0x37c: 0xba, 0x37d: 0xba, 0x37e: 0xba, 0x37f: 0xba, + // Block 0xe, offset 0x380 + 0x380: 0xba, 0x381: 0xba, 0x382: 0xba, 0x383: 0xba, 0x384: 0xba, 0x385: 0xba, 0x386: 0xba, 0x387: 0xba, + 0x388: 0xba, 0x389: 0xba, 0x38a: 0xba, 0x38b: 0xba, 0x38c: 0xba, 0x38d: 0xba, 0x38e: 0xba, 0x38f: 0xba, + 0x390: 0xba, 0x391: 0xba, 0x392: 0xba, 0x393: 0xba, 0x394: 0xba, 0x395: 0xba, 0x396: 0xba, 0x397: 0xba, + 0x398: 0xba, 0x399: 0xba, 0x39a: 0xba, 0x39b: 0xba, 0x39c: 0xba, 0x39d: 0xba, 0x39e: 0xba, 0x39f: 0xba, + 0x3a0: 0xba, 0x3a1: 0xba, 0x3a2: 0xba, 0x3a3: 0xba, 0x3a4: 0xfb, 0x3a5: 0xfc, 0x3a6: 0xfd, 0x3a7: 0xfe, + 0x3a8: 0x47, 0x3a9: 0xff, 0x3aa: 0x100, 0x3ab: 0x48, 0x3ac: 0x49, 0x3ad: 0x4a, 0x3ae: 0x4b, 0x3af: 0x4c, + 0x3b0: 0x101, 0x3b1: 0x4d, 0x3b2: 0x4e, 0x3b3: 0x4f, 0x3b4: 0x50, 0x3b5: 0x51, 0x3b6: 0x102, 0x3b7: 0x52, + 0x3b8: 0x53, 0x3b9: 0x54, 0x3ba: 0x55, 0x3bb: 0x56, 0x3bc: 0x57, 0x3bd: 0x58, 0x3be: 0x59, 0x3bf: 0x5a, + // Block 0xf, offset 0x3c0 + 0x3c0: 0x103, 0x3c1: 0x104, 0x3c2: 0x9f, 0x3c3: 0x105, 0x3c4: 0x106, 0x3c5: 0x9b, 0x3c6: 0x107, 0x3c7: 0x108, + 0x3c8: 0xba, 0x3c9: 0xba, 0x3ca: 0x109, 0x3cb: 0x10a, 0x3cc: 0x10b, 0x3cd: 0x10c, 0x3ce: 0x10d, 0x3cf: 0x10e, + 0x3d0: 0x10f, 0x3d1: 0x9f, 0x3d2: 0x110, 0x3d3: 0x111, 0x3d4: 0x112, 0x3d5: 0x113, 0x3d6: 0xba, 0x3d7: 0xba, + 0x3d8: 0x9f, 0x3d9: 0x9f, 0x3da: 0x9f, 0x3db: 0x9f, 0x3dc: 0x114, 0x3dd: 0x115, 0x3de: 0xba, 0x3df: 0xba, + 0x3e0: 0x116, 0x3e1: 0x117, 0x3e2: 0x118, 0x3e3: 0x119, 0x3e4: 0x11a, 0x3e5: 0xba, 0x3e6: 0x11b, 0x3e7: 0x11c, + 0x3e8: 0x11d, 0x3e9: 0x11e, 0x3ea: 0x11f, 0x3eb: 0x5b, 0x3ec: 0x120, 0x3ed: 0x121, 0x3ee: 0x5c, 0x3ef: 0xba, + 0x3f0: 0x122, 0x3f1: 0x123, 0x3f2: 0x124, 0x3f3: 0x125, 0x3f4: 0x126, 0x3f5: 0xba, 0x3f6: 0xba, 0x3f7: 0xba, + 0x3f8: 0xba, 0x3f9: 0x127, 0x3fa: 0xba, 0x3fb: 0xba, 0x3fc: 0x128, 0x3fd: 0x129, 0x3fe: 0xba, 0x3ff: 0xba, + // Block 0x10, offset 0x400 + 0x400: 0x12a, 0x401: 0x12b, 0x402: 0x12c, 0x403: 0x12d, 0x404: 0x12e, 0x405: 0x12f, 0x406: 0x130, 0x407: 0x131, + 0x408: 0x132, 0x409: 0xba, 0x40a: 0x133, 0x40b: 0x134, 0x40c: 0x5d, 0x40d: 0x5e, 0x40e: 0xba, 0x40f: 0xba, + 0x410: 0x135, 0x411: 0x136, 0x412: 0x137, 0x413: 0x138, 0x414: 0xba, 0x415: 0xba, 0x416: 0x139, 0x417: 0x13a, + 0x418: 0x13b, 0x419: 0x13c, 0x41a: 0x13d, 0x41b: 0x13e, 0x41c: 0x13f, 0x41d: 0xba, 0x41e: 0xba, 0x41f: 0xba, + 0x420: 0x140, 0x421: 0xba, 0x422: 0x141, 0x423: 0x142, 0x424: 0xba, 0x425: 0xba, 0x426: 0xba, 0x427: 0xba, + 0x428: 0x143, 0x429: 0x144, 0x42a: 0x145, 0x42b: 0x146, 0x42c: 0xba, 0x42d: 0xba, 0x42e: 0xba, 0x42f: 0xba, + 0x430: 0x147, 0x431: 0x148, 0x432: 0x149, 0x433: 0xba, 0x434: 0x14a, 0x435: 0x14b, 0x436: 0x14c, 0x437: 0xba, + 0x438: 0xba, 0x439: 0xba, 0x43a: 0xba, 0x43b: 0x14d, 0x43c: 0xba, 0x43d: 0xba, 0x43e: 0xba, 0x43f: 0xba, + // Block 0x11, offset 0x440 + 0x440: 0x9f, 0x441: 0x9f, 0x442: 0x9f, 0x443: 0x9f, 0x444: 0x9f, 0x445: 0x9f, 0x446: 0x9f, 0x447: 0x9f, + 0x448: 0x9f, 0x449: 0x9f, 0x44a: 0x9f, 0x44b: 0x9f, 0x44c: 0x9f, 0x44d: 0x9f, 0x44e: 0x14e, 0x44f: 0xba, + 0x450: 0x9b, 0x451: 0x14f, 0x452: 0x9f, 0x453: 0x9f, 0x454: 0x9f, 0x455: 0x150, 0x456: 0xba, 0x457: 0xba, + 0x458: 0xba, 0x459: 0xba, 0x45a: 0xba, 0x45b: 0xba, 0x45c: 0xba, 0x45d: 0xba, 0x45e: 0xba, 0x45f: 0xba, + 0x460: 0xba, 0x461: 0xba, 0x462: 0xba, 0x463: 0xba, 0x464: 0xba, 0x465: 0xba, 0x466: 0xba, 0x467: 0xba, + 0x468: 0xba, 0x469: 0xba, 0x46a: 0xba, 0x46b: 0xba, 0x46c: 0xba, 0x46d: 0xba, 0x46e: 0xba, 0x46f: 0xba, + 0x470: 0xba, 0x471: 0xba, 0x472: 0xba, 0x473: 0xba, 0x474: 0xba, 0x475: 0xba, 0x476: 0xba, 0x477: 0xba, + 0x478: 0xba, 0x479: 0xba, 0x47a: 0xba, 0x47b: 0xba, 0x47c: 0xba, 0x47d: 0xba, 0x47e: 0xba, 0x47f: 0xba, + // Block 0x12, offset 0x480 + 0x480: 0x9f, 0x481: 0x9f, 0x482: 0x9f, 0x483: 0x9f, 0x484: 0x9f, 0x485: 0x9f, 0x486: 0x9f, 0x487: 0x9f, + 0x488: 0x9f, 0x489: 0x9f, 0x48a: 0x9f, 0x48b: 0x9f, 0x48c: 0x9f, 0x48d: 0x9f, 0x48e: 0x9f, 0x48f: 0x9f, + 0x490: 0x151, 0x491: 0xba, 0x492: 0xba, 0x493: 0xba, 0x494: 0xba, 0x495: 0xba, 0x496: 0xba, 0x497: 0xba, + 0x498: 0xba, 0x499: 0xba, 0x49a: 0xba, 0x49b: 0xba, 0x49c: 0xba, 0x49d: 0xba, 0x49e: 0xba, 0x49f: 0xba, + 0x4a0: 0xba, 0x4a1: 0xba, 0x4a2: 0xba, 0x4a3: 0xba, 0x4a4: 0xba, 0x4a5: 0xba, 0x4a6: 0xba, 0x4a7: 0xba, + 0x4a8: 0xba, 0x4a9: 0xba, 0x4aa: 0xba, 0x4ab: 0xba, 0x4ac: 0xba, 0x4ad: 0xba, 0x4ae: 0xba, 0x4af: 0xba, + 0x4b0: 0xba, 0x4b1: 0xba, 0x4b2: 0xba, 0x4b3: 0xba, 0x4b4: 0xba, 0x4b5: 0xba, 0x4b6: 0xba, 0x4b7: 0xba, + 0x4b8: 0xba, 0x4b9: 0xba, 0x4ba: 0xba, 0x4bb: 0xba, 0x4bc: 0xba, 0x4bd: 0xba, 0x4be: 0xba, 0x4bf: 0xba, + // Block 0x13, offset 0x4c0 + 0x4c0: 0xba, 0x4c1: 0xba, 0x4c2: 0xba, 0x4c3: 0xba, 0x4c4: 0xba, 0x4c5: 0xba, 0x4c6: 0xba, 0x4c7: 0xba, + 0x4c8: 0xba, 0x4c9: 0xba, 0x4ca: 0xba, 0x4cb: 0xba, 0x4cc: 0xba, 0x4cd: 0xba, 0x4ce: 0xba, 0x4cf: 0xba, + 0x4d0: 0x9f, 0x4d1: 0x9f, 0x4d2: 0x9f, 0x4d3: 0x9f, 0x4d4: 0x9f, 0x4d5: 0x9f, 0x4d6: 0x9f, 0x4d7: 0x9f, + 0x4d8: 0x9f, 0x4d9: 0x152, 0x4da: 0xba, 0x4db: 0xba, 0x4dc: 0xba, 0x4dd: 0xba, 0x4de: 0xba, 0x4df: 0xba, + 0x4e0: 0xba, 0x4e1: 0xba, 0x4e2: 0xba, 0x4e3: 0xba, 0x4e4: 0xba, 0x4e5: 0xba, 0x4e6: 0xba, 0x4e7: 0xba, + 0x4e8: 0xba, 0x4e9: 0xba, 0x4ea: 0xba, 0x4eb: 0xba, 0x4ec: 0xba, 0x4ed: 0xba, 0x4ee: 0xba, 0x4ef: 0xba, + 0x4f0: 0xba, 0x4f1: 0xba, 0x4f2: 0xba, 0x4f3: 0xba, 0x4f4: 0xba, 0x4f5: 0xba, 0x4f6: 0xba, 0x4f7: 0xba, + 0x4f8: 0xba, 0x4f9: 0xba, 0x4fa: 0xba, 0x4fb: 0xba, 0x4fc: 0xba, 0x4fd: 0xba, 0x4fe: 0xba, 0x4ff: 0xba, + // Block 0x14, offset 0x500 + 0x500: 0xba, 0x501: 0xba, 0x502: 0xba, 0x503: 0xba, 0x504: 0xba, 0x505: 0xba, 0x506: 0xba, 0x507: 0xba, + 0x508: 0xba, 0x509: 0xba, 0x50a: 0xba, 0x50b: 0xba, 0x50c: 0xba, 0x50d: 0xba, 0x50e: 0xba, 0x50f: 0xba, + 0x510: 0xba, 0x511: 0xba, 0x512: 0xba, 0x513: 0xba, 0x514: 0xba, 0x515: 0xba, 0x516: 0xba, 0x517: 0xba, + 0x518: 0xba, 0x519: 0xba, 0x51a: 0xba, 0x51b: 0xba, 0x51c: 0xba, 0x51d: 0xba, 0x51e: 0xba, 0x51f: 0xba, + 0x520: 0x9f, 0x521: 0x9f, 0x522: 0x9f, 0x523: 0x9f, 0x524: 0x9f, 0x525: 0x9f, 0x526: 0x9f, 0x527: 0x9f, + 0x528: 0x146, 0x529: 0x153, 0x52a: 0xba, 0x52b: 0x154, 0x52c: 0x155, 0x52d: 0x156, 0x52e: 0x157, 0x52f: 0xba, + 0x530: 0xba, 0x531: 0xba, 0x532: 0xba, 0x533: 0xba, 0x534: 0xba, 0x535: 0xba, 0x536: 0xba, 0x537: 0xba, + 0x538: 0xba, 0x539: 0x158, 0x53a: 0x159, 0x53b: 0xba, 0x53c: 0x9f, 0x53d: 0x15a, 0x53e: 0x15b, 0x53f: 0x15c, + // Block 0x15, offset 0x540 + 0x540: 0x9f, 0x541: 0x9f, 0x542: 0x9f, 0x543: 0x9f, 0x544: 0x9f, 0x545: 0x9f, 0x546: 0x9f, 0x547: 0x9f, + 0x548: 0x9f, 0x549: 0x9f, 0x54a: 0x9f, 0x54b: 0x9f, 0x54c: 0x9f, 0x54d: 0x9f, 0x54e: 0x9f, 0x54f: 0x9f, + 0x550: 0x9f, 0x551: 0x9f, 0x552: 0x9f, 0x553: 0x9f, 0x554: 0x9f, 0x555: 0x9f, 0x556: 0x9f, 0x557: 0x9f, + 0x558: 0x9f, 0x559: 0x9f, 0x55a: 0x9f, 0x55b: 0x9f, 0x55c: 0x9f, 0x55d: 0x9f, 0x55e: 0x9f, 0x55f: 0x15d, + 0x560: 0x9f, 0x561: 0x9f, 0x562: 0x9f, 0x563: 0x9f, 0x564: 0x9f, 0x565: 0x9f, 0x566: 0x9f, 0x567: 0x9f, + 0x568: 0x9f, 0x569: 0x9f, 0x56a: 0x9f, 0x56b: 0x15e, 0x56c: 0xba, 0x56d: 0xba, 0x56e: 0xba, 0x56f: 0xba, + 0x570: 0xba, 0x571: 0xba, 0x572: 0xba, 0x573: 0xba, 0x574: 0xba, 0x575: 0xba, 0x576: 0xba, 0x577: 0xba, + 0x578: 0xba, 0x579: 0xba, 0x57a: 0xba, 0x57b: 0xba, 0x57c: 0xba, 0x57d: 0xba, 0x57e: 0xba, 0x57f: 0xba, + // Block 0x16, offset 0x580 + 0x580: 0x9f, 0x581: 0x9f, 0x582: 0x9f, 0x583: 0x9f, 0x584: 0x15f, 0x585: 0x160, 0x586: 0x9f, 0x587: 0x9f, + 0x588: 0x9f, 0x589: 0x9f, 0x58a: 0x9f, 0x58b: 0x161, 0x58c: 0xba, 0x58d: 0xba, 0x58e: 0xba, 0x58f: 0xba, + 0x590: 0xba, 0x591: 0xba, 0x592: 0xba, 0x593: 0xba, 0x594: 0xba, 0x595: 0xba, 0x596: 0xba, 0x597: 0xba, + 0x598: 0xba, 0x599: 0xba, 0x59a: 0xba, 0x59b: 0xba, 0x59c: 0xba, 0x59d: 0xba, 0x59e: 0xba, 0x59f: 0xba, + 0x5a0: 0xba, 0x5a1: 0xba, 0x5a2: 0xba, 0x5a3: 0xba, 0x5a4: 0xba, 0x5a5: 0xba, 0x5a6: 0xba, 0x5a7: 0xba, + 0x5a8: 0xba, 0x5a9: 0xba, 0x5aa: 0xba, 0x5ab: 0xba, 0x5ac: 0xba, 0x5ad: 0xba, 0x5ae: 0xba, 0x5af: 0xba, + 0x5b0: 0x9f, 0x5b1: 0x162, 0x5b2: 0x163, 0x5b3: 0xba, 0x5b4: 0xba, 0x5b5: 0xba, 0x5b6: 0xba, 0x5b7: 0xba, + 0x5b8: 0xba, 0x5b9: 0xba, 0x5ba: 0xba, 0x5bb: 0xba, 0x5bc: 0xba, 0x5bd: 0xba, 0x5be: 0xba, 0x5bf: 0xba, + // Block 0x17, offset 0x5c0 + 0x5c0: 0x9b, 0x5c1: 0x9b, 0x5c2: 0x9b, 0x5c3: 0x164, 0x5c4: 0x165, 0x5c5: 0x166, 0x5c6: 0x167, 0x5c7: 0x168, + 0x5c8: 0x9b, 0x5c9: 0x169, 0x5ca: 0xba, 0x5cb: 0x16a, 0x5cc: 0x9b, 0x5cd: 0x16b, 0x5ce: 0xba, 0x5cf: 0xba, + 0x5d0: 0x5f, 0x5d1: 0x60, 0x5d2: 0x61, 0x5d3: 0x62, 0x5d4: 0x63, 0x5d5: 0x64, 0x5d6: 0x65, 0x5d7: 0x66, + 0x5d8: 0x67, 0x5d9: 0x68, 0x5da: 0x69, 0x5db: 0x6a, 0x5dc: 0x6b, 0x5dd: 0x6c, 0x5de: 0x6d, 0x5df: 0x6e, + 0x5e0: 0x9b, 0x5e1: 0x9b, 0x5e2: 0x9b, 0x5e3: 0x9b, 0x5e4: 0x9b, 0x5e5: 0x9b, 0x5e6: 0x9b, 0x5e7: 0x9b, + 0x5e8: 0x16c, 0x5e9: 0x16d, 0x5ea: 0x16e, 0x5eb: 0xba, 0x5ec: 0xba, 0x5ed: 0xba, 0x5ee: 0xba, 0x5ef: 0xba, + 0x5f0: 0xba, 0x5f1: 0xba, 0x5f2: 0xba, 0x5f3: 0xba, 0x5f4: 0xba, 0x5f5: 0xba, 0x5f6: 0xba, 0x5f7: 0xba, + 0x5f8: 0xba, 0x5f9: 0xba, 0x5fa: 0xba, 0x5fb: 0xba, 0x5fc: 0xba, 0x5fd: 0xba, 0x5fe: 0xba, 0x5ff: 0xba, + // Block 0x18, offset 0x600 + 0x600: 0x16f, 0x601: 0xba, 0x602: 0xba, 0x603: 0xba, 0x604: 0xba, 0x605: 0xba, 0x606: 0xba, 0x607: 0xba, + 0x608: 0xba, 0x609: 0xba, 0x60a: 0xba, 0x60b: 0xba, 0x60c: 0xba, 0x60d: 0xba, 0x60e: 0xba, 0x60f: 0xba, + 0x610: 0xba, 0x611: 0xba, 0x612: 0xba, 0x613: 0xba, 0x614: 0xba, 0x615: 0xba, 0x616: 0xba, 0x617: 0xba, + 0x618: 0xba, 0x619: 0xba, 0x61a: 0xba, 0x61b: 0xba, 0x61c: 0xba, 0x61d: 0xba, 0x61e: 0xba, 0x61f: 0xba, + 0x620: 0x122, 0x621: 0x122, 0x622: 0x122, 0x623: 0x170, 0x624: 0x6f, 0x625: 0x171, 0x626: 0xba, 0x627: 0xba, + 0x628: 0xba, 0x629: 0xba, 0x62a: 0xba, 0x62b: 0xba, 0x62c: 0xba, 0x62d: 0xba, 0x62e: 0xba, 0x62f: 0xba, + 0x630: 0xba, 0x631: 0x172, 0x632: 0x173, 0x633: 0xba, 0x634: 0xba, 0x635: 0xba, 0x636: 0xba, 0x637: 0xba, + 0x638: 0x70, 0x639: 0x71, 0x63a: 0x72, 0x63b: 0x174, 0x63c: 0xba, 0x63d: 0xba, 0x63e: 0xba, 0x63f: 0xba, + // Block 0x19, offset 0x640 + 0x640: 0x175, 0x641: 0x9b, 0x642: 0x176, 0x643: 0x177, 0x644: 0x73, 0x645: 0x74, 0x646: 0x178, 0x647: 0x179, + 0x648: 0x75, 0x649: 0x17a, 0x64a: 0xba, 0x64b: 0xba, 0x64c: 0x9b, 0x64d: 0x9b, 0x64e: 0x9b, 0x64f: 0x9b, + 0x650: 0x9b, 0x651: 0x9b, 0x652: 0x9b, 0x653: 0x9b, 0x654: 0x9b, 0x655: 0x9b, 0x656: 0x9b, 0x657: 0x9b, + 0x658: 0x9b, 0x659: 0x9b, 0x65a: 0x9b, 0x65b: 0x17b, 0x65c: 0x9b, 0x65d: 0x17c, 0x65e: 0x9b, 0x65f: 0x17d, + 0x660: 0x17e, 0x661: 0x17f, 0x662: 0x180, 0x663: 0xba, 0x664: 0x181, 0x665: 0x182, 0x666: 0x183, 0x667: 0x184, + 0x668: 0xba, 0x669: 0x185, 0x66a: 0xba, 0x66b: 0xba, 0x66c: 0xba, 0x66d: 0xba, 0x66e: 0xba, 0x66f: 0xba, + 0x670: 0xba, 0x671: 0xba, 0x672: 0xba, 0x673: 0xba, 0x674: 0xba, 0x675: 0xba, 0x676: 0xba, 0x677: 0xba, + 0x678: 0xba, 0x679: 0xba, 0x67a: 0xba, 0x67b: 0xba, 0x67c: 0xba, 0x67d: 0xba, 0x67e: 0xba, 0x67f: 0xba, + // Block 0x1a, offset 0x680 + 0x680: 0x9f, 0x681: 0x9f, 0x682: 0x9f, 0x683: 0x9f, 0x684: 0x9f, 0x685: 0x9f, 0x686: 0x9f, 0x687: 0x9f, + 0x688: 0x9f, 0x689: 0x9f, 0x68a: 0x9f, 0x68b: 0x9f, 0x68c: 0x9f, 0x68d: 0x9f, 0x68e: 0x9f, 0x68f: 0x9f, + 0x690: 0x9f, 0x691: 0x9f, 0x692: 0x9f, 0x693: 0x9f, 0x694: 0x9f, 0x695: 0x9f, 0x696: 0x9f, 0x697: 0x9f, + 0x698: 0x9f, 0x699: 0x9f, 0x69a: 0x9f, 0x69b: 0x186, 0x69c: 0x9f, 0x69d: 0x9f, 0x69e: 0x9f, 0x69f: 0x9f, + 0x6a0: 0x9f, 0x6a1: 0x9f, 0x6a2: 0x9f, 0x6a3: 0x9f, 0x6a4: 0x9f, 0x6a5: 0x9f, 0x6a6: 0x9f, 0x6a7: 0x9f, + 0x6a8: 0x9f, 0x6a9: 0x9f, 0x6aa: 0x9f, 0x6ab: 0x9f, 0x6ac: 0x9f, 0x6ad: 0x9f, 0x6ae: 0x9f, 0x6af: 0x9f, + 0x6b0: 0x9f, 0x6b1: 0x9f, 0x6b2: 0x9f, 0x6b3: 0x9f, 0x6b4: 0x9f, 0x6b5: 0x9f, 0x6b6: 0x9f, 0x6b7: 0x9f, + 0x6b8: 0x9f, 0x6b9: 0x9f, 0x6ba: 0x9f, 0x6bb: 0x9f, 0x6bc: 0x9f, 0x6bd: 0x9f, 0x6be: 0x9f, 0x6bf: 0x9f, + // Block 0x1b, offset 0x6c0 + 0x6c0: 0x9f, 0x6c1: 0x9f, 0x6c2: 0x9f, 0x6c3: 0x9f, 0x6c4: 0x9f, 0x6c5: 0x9f, 0x6c6: 0x9f, 0x6c7: 0x9f, + 0x6c8: 0x9f, 0x6c9: 0x9f, 0x6ca: 0x9f, 0x6cb: 0x9f, 0x6cc: 0x9f, 0x6cd: 0x9f, 0x6ce: 0x9f, 0x6cf: 0x9f, + 0x6d0: 0x9f, 0x6d1: 0x9f, 0x6d2: 0x9f, 0x6d3: 0x9f, 0x6d4: 0x9f, 0x6d5: 0x9f, 0x6d6: 0x9f, 0x6d7: 0x9f, + 0x6d8: 0x9f, 0x6d9: 0x9f, 0x6da: 0x9f, 0x6db: 0x9f, 0x6dc: 0x187, 0x6dd: 0x9f, 0x6de: 0x9f, 0x6df: 0x9f, + 0x6e0: 0x188, 0x6e1: 0x9f, 0x6e2: 0x9f, 0x6e3: 0x9f, 0x6e4: 0x9f, 0x6e5: 0x9f, 0x6e6: 0x9f, 0x6e7: 0x9f, + 0x6e8: 0x9f, 0x6e9: 0x9f, 0x6ea: 0x9f, 0x6eb: 0x9f, 0x6ec: 0x9f, 0x6ed: 0x9f, 0x6ee: 0x9f, 0x6ef: 0x9f, + 0x6f0: 0x9f, 0x6f1: 0x9f, 0x6f2: 0x9f, 0x6f3: 0x9f, 0x6f4: 0x9f, 0x6f5: 0x9f, 0x6f6: 0x9f, 0x6f7: 0x9f, + 0x6f8: 0x9f, 0x6f9: 0x9f, 0x6fa: 0x9f, 0x6fb: 0x9f, 0x6fc: 0x9f, 0x6fd: 0x9f, 0x6fe: 0x9f, 0x6ff: 0x9f, + // Block 0x1c, offset 0x700 + 0x700: 0x9f, 0x701: 0x9f, 0x702: 0x9f, 0x703: 0x9f, 0x704: 0x9f, 0x705: 0x9f, 0x706: 0x9f, 0x707: 0x9f, + 0x708: 0x9f, 0x709: 0x9f, 0x70a: 0x9f, 0x70b: 0x9f, 0x70c: 0x9f, 0x70d: 0x9f, 0x70e: 0x9f, 0x70f: 0x9f, + 0x710: 0x9f, 0x711: 0x9f, 0x712: 0x9f, 0x713: 0x9f, 0x714: 0x9f, 0x715: 0x9f, 0x716: 0x9f, 0x717: 0x9f, + 0x718: 0x9f, 0x719: 0x9f, 0x71a: 0x9f, 0x71b: 0x9f, 0x71c: 0x9f, 0x71d: 0x9f, 0x71e: 0x9f, 0x71f: 0x9f, + 0x720: 0x9f, 0x721: 0x9f, 0x722: 0x9f, 0x723: 0x9f, 0x724: 0x9f, 0x725: 0x9f, 0x726: 0x9f, 0x727: 0x9f, + 0x728: 0x9f, 0x729: 0x9f, 0x72a: 0x9f, 0x72b: 0x9f, 0x72c: 0x9f, 0x72d: 0x9f, 0x72e: 0x9f, 0x72f: 0x9f, + 0x730: 0x9f, 0x731: 0x9f, 0x732: 0x9f, 0x733: 0x9f, 0x734: 0x9f, 0x735: 0x9f, 0x736: 0x9f, 0x737: 0x9f, + 0x738: 0x9f, 0x739: 0x9f, 0x73a: 0x189, 0x73b: 0x9f, 0x73c: 0x9f, 0x73d: 0x9f, 0x73e: 0x9f, 0x73f: 0x9f, + // Block 0x1d, offset 0x740 + 0x740: 0x9f, 0x741: 0x9f, 0x742: 0x9f, 0x743: 0x9f, 0x744: 0x9f, 0x745: 0x9f, 0x746: 0x9f, 0x747: 0x9f, + 0x748: 0x9f, 0x749: 0x9f, 0x74a: 0x9f, 0x74b: 0x9f, 0x74c: 0x9f, 0x74d: 0x9f, 0x74e: 0x9f, 0x74f: 0x9f, + 0x750: 0x9f, 0x751: 0x9f, 0x752: 0x9f, 0x753: 0x9f, 0x754: 0x9f, 0x755: 0x9f, 0x756: 0x9f, 0x757: 0x9f, + 0x758: 0x9f, 0x759: 0x9f, 0x75a: 0x9f, 0x75b: 0x9f, 0x75c: 0x9f, 0x75d: 0x9f, 0x75e: 0x9f, 0x75f: 0x9f, + 0x760: 0x9f, 0x761: 0x9f, 0x762: 0x9f, 0x763: 0x9f, 0x764: 0x9f, 0x765: 0x9f, 0x766: 0x9f, 0x767: 0x9f, + 0x768: 0x9f, 0x769: 0x9f, 0x76a: 0x9f, 0x76b: 0x9f, 0x76c: 0x9f, 0x76d: 0x9f, 0x76e: 0x9f, 0x76f: 0x18a, + 0x770: 0xba, 0x771: 0xba, 0x772: 0xba, 0x773: 0xba, 0x774: 0xba, 0x775: 0xba, 0x776: 0xba, 0x777: 0xba, + 0x778: 0xba, 0x779: 0xba, 0x77a: 0xba, 0x77b: 0xba, 0x77c: 0xba, 0x77d: 0xba, 0x77e: 0xba, 0x77f: 0xba, + // Block 0x1e, offset 0x780 + 0x780: 0xba, 0x781: 0xba, 0x782: 0xba, 0x783: 0xba, 0x784: 0xba, 0x785: 0xba, 0x786: 0xba, 0x787: 0xba, + 0x788: 0xba, 0x789: 0xba, 0x78a: 0xba, 0x78b: 0xba, 0x78c: 0xba, 0x78d: 0xba, 0x78e: 0xba, 0x78f: 0xba, + 0x790: 0xba, 0x791: 0xba, 0x792: 0xba, 0x793: 0xba, 0x794: 0xba, 0x795: 0xba, 0x796: 0xba, 0x797: 0xba, + 0x798: 0xba, 0x799: 0xba, 0x79a: 0xba, 0x79b: 0xba, 0x79c: 0xba, 0x79d: 0xba, 0x79e: 0xba, 0x79f: 0xba, + 0x7a0: 0x76, 0x7a1: 0x77, 0x7a2: 0x78, 0x7a3: 0x18b, 0x7a4: 0x79, 0x7a5: 0x7a, 0x7a6: 0x18c, 0x7a7: 0x7b, + 0x7a8: 0x7c, 0x7a9: 0xba, 0x7aa: 0xba, 0x7ab: 0xba, 0x7ac: 0xba, 0x7ad: 0xba, 0x7ae: 0xba, 0x7af: 0xba, + 0x7b0: 0xba, 0x7b1: 0xba, 0x7b2: 0xba, 0x7b3: 0xba, 0x7b4: 0xba, 0x7b5: 0xba, 0x7b6: 0xba, 0x7b7: 0xba, + 0x7b8: 0xba, 0x7b9: 0xba, 0x7ba: 0xba, 0x7bb: 0xba, 0x7bc: 0xba, 0x7bd: 0xba, 0x7be: 0xba, 0x7bf: 0xba, + // Block 0x1f, offset 0x7c0 + 0x7d0: 0x0d, 0x7d1: 0x0e, 0x7d2: 0x0f, 0x7d3: 0x10, 0x7d4: 0x11, 0x7d5: 0x0b, 0x7d6: 0x12, 0x7d7: 0x07, + 0x7d8: 0x13, 0x7d9: 0x0b, 0x7da: 0x0b, 0x7db: 0x14, 0x7dc: 0x0b, 0x7dd: 0x15, 0x7de: 0x16, 0x7df: 0x17, + 0x7e0: 0x07, 0x7e1: 0x07, 0x7e2: 0x07, 0x7e3: 0x07, 0x7e4: 0x07, 0x7e5: 0x07, 0x7e6: 0x07, 0x7e7: 0x07, + 0x7e8: 0x07, 0x7e9: 0x07, 0x7ea: 0x18, 0x7eb: 0x19, 0x7ec: 0x1a, 0x7ed: 0x07, 0x7ee: 0x1b, 0x7ef: 0x1c, + 0x7f0: 0x0b, 0x7f1: 0x0b, 0x7f2: 0x0b, 0x7f3: 0x0b, 0x7f4: 0x0b, 0x7f5: 0x0b, 0x7f6: 0x0b, 0x7f7: 0x0b, + 0x7f8: 0x0b, 0x7f9: 0x0b, 0x7fa: 0x0b, 0x7fb: 0x0b, 0x7fc: 0x0b, 0x7fd: 0x0b, 0x7fe: 0x0b, 0x7ff: 0x0b, + // Block 0x20, offset 0x800 + 0x800: 0x0b, 0x801: 0x0b, 0x802: 0x0b, 0x803: 0x0b, 0x804: 0x0b, 0x805: 0x0b, 0x806: 0x0b, 0x807: 0x0b, + 0x808: 0x0b, 0x809: 0x0b, 0x80a: 0x0b, 0x80b: 0x0b, 0x80c: 0x0b, 0x80d: 0x0b, 0x80e: 0x0b, 0x80f: 0x0b, + 0x810: 0x0b, 0x811: 0x0b, 0x812: 0x0b, 0x813: 0x0b, 0x814: 0x0b, 0x815: 0x0b, 0x816: 0x0b, 0x817: 0x0b, + 0x818: 0x0b, 0x819: 0x0b, 0x81a: 0x0b, 0x81b: 0x0b, 0x81c: 0x0b, 0x81d: 0x0b, 0x81e: 0x0b, 0x81f: 0x0b, + 0x820: 0x0b, 0x821: 0x0b, 0x822: 0x0b, 0x823: 0x0b, 0x824: 0x0b, 0x825: 0x0b, 0x826: 0x0b, 0x827: 0x0b, + 0x828: 0x0b, 0x829: 0x0b, 0x82a: 0x0b, 0x82b: 0x0b, 0x82c: 0x0b, 0x82d: 0x0b, 0x82e: 0x0b, 0x82f: 0x0b, + 0x830: 0x0b, 0x831: 0x0b, 0x832: 0x0b, 0x833: 0x0b, 0x834: 0x0b, 0x835: 0x0b, 0x836: 0x0b, 0x837: 0x0b, + 0x838: 0x0b, 0x839: 0x0b, 0x83a: 0x0b, 0x83b: 0x0b, 0x83c: 0x0b, 0x83d: 0x0b, 0x83e: 0x0b, 0x83f: 0x0b, + // Block 0x21, offset 0x840 + 0x840: 0x18d, 0x841: 0x18e, 0x842: 0xba, 0x843: 0xba, 0x844: 0x18f, 0x845: 0x18f, 0x846: 0x18f, 0x847: 0x190, + 0x848: 0xba, 0x849: 0xba, 0x84a: 0xba, 0x84b: 0xba, 0x84c: 0xba, 0x84d: 0xba, 0x84e: 0xba, 0x84f: 0xba, + 0x850: 0xba, 0x851: 0xba, 0x852: 0xba, 0x853: 0xba, 0x854: 0xba, 0x855: 0xba, 0x856: 0xba, 0x857: 0xba, + 0x858: 0xba, 0x859: 0xba, 0x85a: 0xba, 0x85b: 0xba, 0x85c: 0xba, 0x85d: 0xba, 0x85e: 0xba, 0x85f: 0xba, + 0x860: 0xba, 0x861: 0xba, 0x862: 0xba, 0x863: 0xba, 0x864: 0xba, 0x865: 0xba, 0x866: 0xba, 0x867: 0xba, + 0x868: 0xba, 0x869: 0xba, 0x86a: 0xba, 0x86b: 0xba, 0x86c: 0xba, 0x86d: 0xba, 0x86e: 0xba, 0x86f: 0xba, + 0x870: 0xba, 0x871: 0xba, 0x872: 0xba, 0x873: 0xba, 0x874: 0xba, 0x875: 0xba, 0x876: 0xba, 0x877: 0xba, + 0x878: 0xba, 0x879: 0xba, 0x87a: 0xba, 0x87b: 0xba, 0x87c: 0xba, 0x87d: 0xba, 0x87e: 0xba, 0x87f: 0xba, + // Block 0x22, offset 0x880 + 0x880: 0x0b, 0x881: 0x0b, 0x882: 0x0b, 0x883: 0x0b, 0x884: 0x0b, 0x885: 0x0b, 0x886: 0x0b, 0x887: 0x0b, + 0x888: 0x0b, 0x889: 0x0b, 0x88a: 0x0b, 0x88b: 0x0b, 0x88c: 0x0b, 0x88d: 0x0b, 0x88e: 0x0b, 0x88f: 0x0b, + 0x890: 0x0b, 0x891: 0x0b, 0x892: 0x0b, 0x893: 0x0b, 0x894: 0x0b, 0x895: 0x0b, 0x896: 0x0b, 0x897: 0x0b, + 0x898: 0x0b, 0x899: 0x0b, 0x89a: 0x0b, 0x89b: 0x0b, 0x89c: 0x0b, 0x89d: 0x0b, 0x89e: 0x0b, 0x89f: 0x0b, + 0x8a0: 0x1f, 0x8a1: 0x0b, 0x8a2: 0x0b, 0x8a3: 0x0b, 0x8a4: 0x0b, 0x8a5: 0x0b, 0x8a6: 0x0b, 0x8a7: 0x0b, + 0x8a8: 0x0b, 0x8a9: 0x0b, 0x8aa: 0x0b, 0x8ab: 0x0b, 0x8ac: 0x0b, 0x8ad: 0x0b, 0x8ae: 0x0b, 0x8af: 0x0b, + 0x8b0: 0x0b, 0x8b1: 0x0b, 0x8b2: 0x0b, 0x8b3: 0x0b, 0x8b4: 0x0b, 0x8b5: 0x0b, 0x8b6: 0x0b, 0x8b7: 0x0b, + 0x8b8: 0x0b, 0x8b9: 0x0b, 0x8ba: 0x0b, 0x8bb: 0x0b, 0x8bc: 0x0b, 0x8bd: 0x0b, 0x8be: 0x0b, 0x8bf: 0x0b, + // Block 0x23, offset 0x8c0 + 0x8c0: 0x0b, 0x8c1: 0x0b, 0x8c2: 0x0b, 0x8c3: 0x0b, 0x8c4: 0x0b, 0x8c5: 0x0b, 0x8c6: 0x0b, 0x8c7: 0x0b, + 0x8c8: 0x0b, 0x8c9: 0x0b, 0x8ca: 0x0b, 0x8cb: 0x0b, 0x8cc: 0x0b, 0x8cd: 0x0b, 0x8ce: 0x0b, 0x8cf: 0x0b, +} + +// idnaSparseOffset: 276 entries, 552 bytes +var idnaSparseOffset = []uint16{0x0, 0x8, 0x19, 0x25, 0x27, 0x2c, 0x33, 0x3e, 0x4a, 0x4e, 0x5d, 0x62, 0x6c, 0x78, 0x86, 0x8b, 0x94, 0xa4, 0xb2, 0xbe, 0xca, 0xdb, 0xe5, 0xec, 0xf9, 0x10a, 0x111, 0x11c, 0x12b, 0x139, 0x143, 0x145, 0x14a, 0x14d, 0x150, 0x152, 0x15e, 0x169, 0x171, 0x177, 0x17d, 0x182, 0x187, 0x18a, 0x18e, 0x194, 0x199, 0x1a5, 0x1af, 0x1b5, 0x1c6, 0x1d0, 0x1d3, 0x1db, 0x1de, 0x1eb, 0x1f3, 0x1f7, 0x1fe, 0x206, 0x216, 0x222, 0x224, 0x22e, 0x23a, 0x246, 0x252, 0x25a, 0x25f, 0x269, 0x27a, 0x27e, 0x289, 0x28d, 0x296, 0x29e, 0x2a4, 0x2a9, 0x2ac, 0x2b0, 0x2b6, 0x2ba, 0x2be, 0x2c2, 0x2c7, 0x2cd, 0x2d5, 0x2dc, 0x2e7, 0x2f1, 0x2f5, 0x2f8, 0x2fe, 0x302, 0x304, 0x307, 0x309, 0x30c, 0x316, 0x319, 0x328, 0x32c, 0x331, 0x334, 0x338, 0x33d, 0x342, 0x348, 0x34e, 0x35d, 0x363, 0x367, 0x376, 0x37b, 0x383, 0x38d, 0x398, 0x3a0, 0x3b1, 0x3ba, 0x3ca, 0x3d7, 0x3e1, 0x3e6, 0x3f3, 0x3f7, 0x3fc, 0x3fe, 0x402, 0x404, 0x408, 0x411, 0x417, 0x41b, 0x42b, 0x435, 0x43a, 0x43d, 0x443, 0x44a, 0x44f, 0x453, 0x459, 0x45e, 0x467, 0x46c, 0x472, 0x479, 0x480, 0x487, 0x48b, 0x490, 0x493, 0x498, 0x4a4, 0x4aa, 0x4af, 0x4b6, 0x4be, 0x4c3, 0x4c7, 0x4d7, 0x4de, 0x4e2, 0x4e6, 0x4ed, 0x4ef, 0x4f2, 0x4f5, 0x4f9, 0x502, 0x506, 0x50e, 0x516, 0x51c, 0x525, 0x531, 0x538, 0x541, 0x54b, 0x552, 0x560, 0x56d, 0x57a, 0x583, 0x587, 0x596, 0x59e, 0x5a9, 0x5b2, 0x5b8, 0x5c0, 0x5c9, 0x5d3, 0x5d6, 0x5e2, 0x5eb, 0x5ee, 0x5f3, 0x5fe, 0x607, 0x613, 0x616, 0x620, 0x629, 0x635, 0x642, 0x64f, 0x65d, 0x664, 0x667, 0x66c, 0x66f, 0x672, 0x675, 0x67c, 0x683, 0x687, 0x692, 0x695, 0x698, 0x69b, 0x6a1, 0x6a6, 0x6aa, 0x6ad, 0x6b0, 0x6b3, 0x6b6, 0x6b9, 0x6be, 0x6c8, 0x6cb, 0x6cf, 0x6de, 0x6ea, 0x6ee, 0x6f3, 0x6f7, 0x6fc, 0x700, 0x705, 0x70e, 0x719, 0x71f, 0x727, 0x72a, 0x72d, 0x731, 0x735, 0x73b, 0x741, 0x746, 0x749, 0x759, 0x760, 0x763, 0x766, 0x76a, 0x770, 0x775, 0x77a, 0x782, 0x787, 0x78b, 0x78f, 0x792, 0x795, 0x799, 0x79d, 0x7a0, 0x7b0, 0x7c1, 0x7c6, 0x7c8, 0x7ca} + +// idnaSparseValues: 1997 entries, 7988 bytes +var idnaSparseValues = [1997]valueRange{ + // Block 0x0, offset 0x0 + {value: 0x0000, lo: 0x07}, + {value: 0xe105, lo: 0x80, hi: 0x96}, + {value: 0x0018, lo: 0x97, hi: 0x97}, + {value: 0xe105, lo: 0x98, hi: 0x9e}, + {value: 0x001f, lo: 0x9f, hi: 0x9f}, + {value: 0x0008, lo: 0xa0, hi: 0xb6}, + {value: 0x0018, lo: 0xb7, hi: 0xb7}, + {value: 0x0008, lo: 0xb8, hi: 0xbf}, + // Block 0x1, offset 0x8 + {value: 0x0000, lo: 0x10}, + {value: 0x0008, lo: 0x80, hi: 0x80}, + {value: 0xe01d, lo: 0x81, hi: 0x81}, + {value: 0x0008, lo: 0x82, hi: 0x82}, + {value: 0x0335, lo: 0x83, hi: 0x83}, + {value: 0x034d, lo: 0x84, hi: 0x84}, + {value: 0x0365, lo: 0x85, hi: 0x85}, + {value: 0xe00d, lo: 0x86, hi: 0x86}, + {value: 0x0008, lo: 0x87, hi: 0x87}, + {value: 0xe00d, lo: 0x88, hi: 0x88}, + {value: 0x0008, lo: 0x89, hi: 0x89}, + {value: 0xe00d, lo: 0x8a, hi: 0x8a}, + {value: 0x0008, lo: 0x8b, hi: 0x8b}, + {value: 0xe00d, lo: 0x8c, hi: 0x8c}, + {value: 0x0008, lo: 0x8d, hi: 0x8d}, + {value: 0xe00d, lo: 0x8e, hi: 0x8e}, + {value: 0x0008, lo: 0x8f, hi: 0xbf}, + // Block 0x2, offset 0x19 + {value: 0x0000, lo: 0x0b}, + {value: 0x0008, lo: 0x80, hi: 0xaf}, + {value: 0x0249, lo: 0xb0, hi: 0xb0}, + {value: 0x037d, lo: 0xb1, hi: 0xb1}, + {value: 0x0259, lo: 0xb2, hi: 0xb2}, + {value: 0x0269, lo: 0xb3, hi: 0xb3}, + {value: 0x034d, lo: 0xb4, hi: 0xb4}, + {value: 0x0395, lo: 0xb5, hi: 0xb5}, + {value: 0xe1bd, lo: 0xb6, hi: 0xb6}, + {value: 0x0279, lo: 0xb7, hi: 0xb7}, + {value: 0x0289, lo: 0xb8, hi: 0xb8}, + {value: 0x0008, lo: 0xb9, hi: 0xbf}, + // Block 0x3, offset 0x25 + {value: 0x0000, lo: 0x01}, + {value: 0x3308, lo: 0x80, hi: 0xbf}, + // Block 0x4, offset 0x27 + {value: 0x0000, lo: 0x04}, + {value: 0x03f5, lo: 0x80, hi: 0x8f}, + {value: 0xe105, lo: 0x90, hi: 0x9f}, + {value: 0x049d, lo: 0xa0, hi: 0xaf}, + {value: 0x0008, lo: 0xb0, hi: 0xbf}, + // Block 0x5, offset 0x2c + {value: 0x0000, lo: 0x06}, + {value: 0xe185, lo: 0x80, hi: 0x8f}, + {value: 0x0545, lo: 0x90, hi: 0x96}, + {value: 0x0040, lo: 0x97, hi: 0x98}, + {value: 0x0008, lo: 0x99, hi: 0x99}, + {value: 0x0018, lo: 0x9a, hi: 0x9f}, + {value: 0x0008, lo: 0xa0, hi: 0xbf}, + // Block 0x6, offset 0x33 + {value: 0x0000, lo: 0x0a}, + {value: 0x0008, lo: 0x80, hi: 0x86}, + {value: 0x0401, lo: 0x87, hi: 0x87}, + {value: 0x0008, lo: 0x88, hi: 0x88}, + {value: 0x0018, lo: 0x89, hi: 0x8a}, + {value: 0x0040, lo: 0x8b, hi: 0x8c}, + {value: 0x0018, lo: 0x8d, hi: 0x8f}, + {value: 0x0040, lo: 0x90, hi: 0x90}, + {value: 0x3308, lo: 0x91, hi: 0xbd}, + {value: 0x0818, lo: 0xbe, hi: 0xbe}, + {value: 0x3308, lo: 0xbf, hi: 0xbf}, + // Block 0x7, offset 0x3e + {value: 0x0000, lo: 0x0b}, + {value: 0x0818, lo: 0x80, hi: 0x80}, + {value: 0x3308, lo: 0x81, hi: 0x82}, + {value: 0x0818, lo: 0x83, hi: 0x83}, + {value: 0x3308, lo: 0x84, hi: 0x85}, + {value: 0x0818, lo: 0x86, hi: 0x86}, + {value: 0x3308, lo: 0x87, hi: 0x87}, + {value: 0x0040, lo: 0x88, hi: 0x8f}, + {value: 0x0808, lo: 0x90, hi: 0xaa}, + {value: 0x0040, lo: 0xab, hi: 0xae}, + {value: 0x0808, lo: 0xaf, hi: 0xb4}, + {value: 0x0040, lo: 0xb5, hi: 0xbf}, + // Block 0x8, offset 0x4a + {value: 0x0000, lo: 0x03}, + {value: 0x0a08, lo: 0x80, hi: 0x87}, + {value: 0x0c08, lo: 0x88, hi: 0x99}, + {value: 0x0a08, lo: 0x9a, hi: 0xbf}, + // Block 0x9, offset 0x4e + {value: 0x0000, lo: 0x0e}, + {value: 0x3308, lo: 0x80, hi: 0x8a}, + {value: 0x0040, lo: 0x8b, hi: 0x8c}, + {value: 0x0c08, lo: 0x8d, hi: 0x8d}, + {value: 0x0a08, lo: 0x8e, hi: 0x98}, + {value: 0x0c08, lo: 0x99, hi: 0x9b}, + {value: 0x0a08, lo: 0x9c, hi: 0xaa}, + {value: 0x0c08, lo: 0xab, hi: 0xac}, + {value: 0x0a08, lo: 0xad, hi: 0xb0}, + {value: 0x0c08, lo: 0xb1, hi: 0xb1}, + {value: 0x0a08, lo: 0xb2, hi: 0xb2}, + {value: 0x0c08, lo: 0xb3, hi: 0xb4}, + {value: 0x0a08, lo: 0xb5, hi: 0xb7}, + {value: 0x0c08, lo: 0xb8, hi: 0xb9}, + {value: 0x0a08, lo: 0xba, hi: 0xbf}, + // Block 0xa, offset 0x5d + {value: 0x0000, lo: 0x04}, + {value: 0x0808, lo: 0x80, hi: 0xa5}, + {value: 0x3308, lo: 0xa6, hi: 0xb0}, + {value: 0x0808, lo: 0xb1, hi: 0xb1}, + {value: 0x0040, lo: 0xb2, hi: 0xbf}, + // Block 0xb, offset 0x62 + {value: 0x0000, lo: 0x09}, + {value: 0x0808, lo: 0x80, hi: 0x89}, + {value: 0x0a08, lo: 0x8a, hi: 0xaa}, + {value: 0x3308, lo: 0xab, hi: 0xb3}, + {value: 0x0808, lo: 0xb4, hi: 0xb5}, + {value: 0x0018, lo: 0xb6, hi: 0xb9}, + {value: 0x0818, lo: 0xba, hi: 0xba}, + {value: 0x0040, lo: 0xbb, hi: 0xbc}, + {value: 0x3308, lo: 0xbd, hi: 0xbd}, + {value: 0x0818, lo: 0xbe, hi: 0xbf}, + // Block 0xc, offset 0x6c + {value: 0x0000, lo: 0x0b}, + {value: 0x0808, lo: 0x80, hi: 0x95}, + {value: 0x3308, lo: 0x96, hi: 0x99}, + {value: 0x0808, lo: 0x9a, hi: 0x9a}, + {value: 0x3308, lo: 0x9b, hi: 0xa3}, + {value: 0x0808, lo: 0xa4, hi: 0xa4}, + {value: 0x3308, lo: 0xa5, hi: 0xa7}, + {value: 0x0808, lo: 0xa8, hi: 0xa8}, + {value: 0x3308, lo: 0xa9, hi: 0xad}, + {value: 0x0040, lo: 0xae, hi: 0xaf}, + {value: 0x0818, lo: 0xb0, hi: 0xbe}, + {value: 0x0040, lo: 0xbf, hi: 0xbf}, + // Block 0xd, offset 0x78 + {value: 0x0000, lo: 0x0d}, + {value: 0x0040, lo: 0x80, hi: 0x9f}, + {value: 0x0a08, lo: 0xa0, hi: 0xa9}, + {value: 0x0c08, lo: 0xaa, hi: 0xac}, + {value: 0x0808, lo: 0xad, hi: 0xad}, + {value: 0x0c08, lo: 0xae, hi: 0xae}, + {value: 0x0a08, lo: 0xaf, hi: 0xb0}, + {value: 0x0c08, lo: 0xb1, hi: 0xb2}, + {value: 0x0a08, lo: 0xb3, hi: 0xb4}, + {value: 0x0040, lo: 0xb5, hi: 0xb5}, + {value: 0x0a08, lo: 0xb6, hi: 0xb8}, + {value: 0x0c08, lo: 0xb9, hi: 0xb9}, + {value: 0x0a08, lo: 0xba, hi: 0xbd}, + {value: 0x0040, lo: 0xbe, hi: 0xbf}, + // Block 0xe, offset 0x86 + {value: 0x0000, lo: 0x04}, + {value: 0x0040, lo: 0x80, hi: 0x92}, + {value: 0x3308, lo: 0x93, hi: 0xa1}, + {value: 0x0840, lo: 0xa2, hi: 0xa2}, + {value: 0x3308, lo: 0xa3, hi: 0xbf}, + // Block 0xf, offset 0x8b + {value: 0x0000, lo: 0x08}, + {value: 0x3308, lo: 0x80, hi: 0x82}, + {value: 0x3008, lo: 0x83, hi: 0x83}, + {value: 0x0008, lo: 0x84, hi: 0xb9}, + {value: 0x3308, lo: 0xba, hi: 0xba}, + {value: 0x3008, lo: 0xbb, hi: 0xbb}, + {value: 0x3308, lo: 0xbc, hi: 0xbc}, + {value: 0x0008, lo: 0xbd, hi: 0xbd}, + {value: 0x3008, lo: 0xbe, hi: 0xbf}, + // Block 0x10, offset 0x94 + {value: 0x0000, lo: 0x0f}, + {value: 0x3308, lo: 0x80, hi: 0x80}, + {value: 0x3008, lo: 0x81, hi: 0x82}, + {value: 0x0040, lo: 0x83, hi: 0x85}, + {value: 0x3008, lo: 0x86, hi: 0x88}, + {value: 0x0040, lo: 0x89, hi: 0x89}, + {value: 0x3008, lo: 0x8a, hi: 0x8c}, + {value: 0x3b08, lo: 0x8d, hi: 0x8d}, + {value: 0x0040, lo: 0x8e, hi: 0x8f}, + {value: 0x0008, lo: 0x90, hi: 0x90}, + {value: 0x0040, lo: 0x91, hi: 0x96}, + {value: 0x3008, lo: 0x97, hi: 0x97}, + {value: 0x0040, lo: 0x98, hi: 0xa5}, + {value: 0x0008, lo: 0xa6, hi: 0xaf}, + {value: 0x0018, lo: 0xb0, hi: 0xba}, + {value: 0x0040, lo: 0xbb, hi: 0xbf}, + // Block 0x11, offset 0xa4 + {value: 0x0000, lo: 0x0d}, + {value: 0x3308, lo: 0x80, hi: 0x80}, + {value: 0x3008, lo: 0x81, hi: 0x83}, + {value: 0x3308, lo: 0x84, hi: 0x84}, + {value: 0x0008, lo: 0x85, hi: 0x8c}, + {value: 0x0040, lo: 0x8d, hi: 0x8d}, + {value: 0x0008, lo: 0x8e, hi: 0x90}, + {value: 0x0040, lo: 0x91, hi: 0x91}, + {value: 0x0008, lo: 0x92, hi: 0xa8}, + {value: 0x0040, lo: 0xa9, hi: 0xa9}, + {value: 0x0008, lo: 0xaa, hi: 0xb9}, + {value: 0x0040, lo: 0xba, hi: 0xbc}, + {value: 0x0008, lo: 0xbd, hi: 0xbd}, + {value: 0x3308, lo: 0xbe, hi: 0xbf}, + // Block 0x12, offset 0xb2 + {value: 0x0000, lo: 0x0b}, + {value: 0x3308, lo: 0x80, hi: 0x81}, + {value: 0x3008, lo: 0x82, hi: 0x83}, + {value: 0x0040, lo: 0x84, hi: 0x84}, + {value: 0x0008, lo: 0x85, hi: 0x8c}, + {value: 0x0040, lo: 0x8d, hi: 0x8d}, + {value: 0x0008, lo: 0x8e, hi: 0x90}, + {value: 0x0040, lo: 0x91, hi: 0x91}, + {value: 0x0008, lo: 0x92, hi: 0xba}, + {value: 0x3b08, lo: 0xbb, hi: 0xbc}, + {value: 0x0008, lo: 0xbd, hi: 0xbd}, + {value: 0x3008, lo: 0xbe, hi: 0xbf}, + // Block 0x13, offset 0xbe + {value: 0x0000, lo: 0x0b}, + {value: 0x0040, lo: 0x80, hi: 0x81}, + {value: 0x3008, lo: 0x82, hi: 0x83}, + {value: 0x0040, lo: 0x84, hi: 0x84}, + {value: 0x0008, lo: 0x85, hi: 0x96}, + {value: 0x0040, lo: 0x97, hi: 0x99}, + {value: 0x0008, lo: 0x9a, hi: 0xb1}, + {value: 0x0040, lo: 0xb2, hi: 0xb2}, + {value: 0x0008, lo: 0xb3, hi: 0xbb}, + {value: 0x0040, lo: 0xbc, hi: 0xbc}, + {value: 0x0008, lo: 0xbd, hi: 0xbd}, + {value: 0x0040, lo: 0xbe, hi: 0xbf}, + // Block 0x14, offset 0xca + {value: 0x0000, lo: 0x10}, + {value: 0x0008, lo: 0x80, hi: 0x86}, + {value: 0x0040, lo: 0x87, hi: 0x89}, + {value: 0x3b08, lo: 0x8a, hi: 0x8a}, + {value: 0x0040, lo: 0x8b, hi: 0x8e}, + {value: 0x3008, lo: 0x8f, hi: 0x91}, + {value: 0x3308, lo: 0x92, hi: 0x94}, + {value: 0x0040, lo: 0x95, hi: 0x95}, + {value: 0x3308, lo: 0x96, hi: 0x96}, + {value: 0x0040, lo: 0x97, hi: 0x97}, + {value: 0x3008, lo: 0x98, hi: 0x9f}, + {value: 0x0040, lo: 0xa0, hi: 0xa5}, + {value: 0x0008, lo: 0xa6, hi: 0xaf}, + {value: 0x0040, lo: 0xb0, hi: 0xb1}, + {value: 0x3008, lo: 0xb2, hi: 0xb3}, + {value: 0x0018, lo: 0xb4, hi: 0xb4}, + {value: 0x0040, lo: 0xb5, hi: 0xbf}, + // Block 0x15, offset 0xdb + {value: 0x0000, lo: 0x09}, + {value: 0x0040, lo: 0x80, hi: 0x80}, + {value: 0x0008, lo: 0x81, hi: 0xb0}, + {value: 0x3308, lo: 0xb1, hi: 0xb1}, + {value: 0x0008, lo: 0xb2, hi: 0xb2}, + {value: 0x08f1, lo: 0xb3, hi: 0xb3}, + {value: 0x3308, lo: 0xb4, hi: 0xb9}, + {value: 0x3b08, lo: 0xba, hi: 0xba}, + {value: 0x0040, lo: 0xbb, hi: 0xbe}, + {value: 0x0018, lo: 0xbf, hi: 0xbf}, + // Block 0x16, offset 0xe5 + {value: 0x0000, lo: 0x06}, + {value: 0x0008, lo: 0x80, hi: 0x86}, + {value: 0x3308, lo: 0x87, hi: 0x8e}, + {value: 0x0018, lo: 0x8f, hi: 0x8f}, + {value: 0x0008, lo: 0x90, hi: 0x99}, + {value: 0x0018, lo: 0x9a, hi: 0x9b}, + {value: 0x0040, lo: 0x9c, hi: 0xbf}, + // Block 0x17, offset 0xec + {value: 0x0000, lo: 0x0c}, + {value: 0x0008, lo: 0x80, hi: 0x84}, + {value: 0x0040, lo: 0x85, hi: 0x85}, + {value: 0x0008, lo: 0x86, hi: 0x86}, + {value: 0x0040, lo: 0x87, hi: 0x87}, + {value: 0x3308, lo: 0x88, hi: 0x8d}, + {value: 0x0040, lo: 0x8e, hi: 0x8f}, + {value: 0x0008, lo: 0x90, hi: 0x99}, + {value: 0x0040, lo: 0x9a, hi: 0x9b}, + {value: 0x0961, lo: 0x9c, hi: 0x9c}, + {value: 0x0999, lo: 0x9d, hi: 0x9d}, + {value: 0x0008, lo: 0x9e, hi: 0x9f}, + {value: 0x0040, lo: 0xa0, hi: 0xbf}, + // Block 0x18, offset 0xf9 + {value: 0x0000, lo: 0x10}, + {value: 0x0008, lo: 0x80, hi: 0x80}, + {value: 0x0018, lo: 0x81, hi: 0x8a}, + {value: 0x0008, lo: 0x8b, hi: 0x8b}, + {value: 0xe03d, lo: 0x8c, hi: 0x8c}, + {value: 0x0018, lo: 0x8d, hi: 0x97}, + {value: 0x3308, lo: 0x98, hi: 0x99}, + {value: 0x0018, lo: 0x9a, hi: 0x9f}, + {value: 0x0008, lo: 0xa0, hi: 0xa9}, + {value: 0x0018, lo: 0xaa, hi: 0xb4}, + {value: 0x3308, lo: 0xb5, hi: 0xb5}, + {value: 0x0018, lo: 0xb6, hi: 0xb6}, + {value: 0x3308, lo: 0xb7, hi: 0xb7}, + {value: 0x0018, lo: 0xb8, hi: 0xb8}, + {value: 0x3308, lo: 0xb9, hi: 0xb9}, + {value: 0x0018, lo: 0xba, hi: 0xbd}, + {value: 0x3008, lo: 0xbe, hi: 0xbf}, + // Block 0x19, offset 0x10a + {value: 0x0000, lo: 0x06}, + {value: 0x0018, lo: 0x80, hi: 0x85}, + {value: 0x3308, lo: 0x86, hi: 0x86}, + {value: 0x0018, lo: 0x87, hi: 0x8c}, + {value: 0x0040, lo: 0x8d, hi: 0x8d}, + {value: 0x0018, lo: 0x8e, hi: 0x9a}, + {value: 0x0040, lo: 0x9b, hi: 0xbf}, + // Block 0x1a, offset 0x111 + {value: 0x0000, lo: 0x0a}, + {value: 0x0008, lo: 0x80, hi: 0xaa}, + {value: 0x3008, lo: 0xab, hi: 0xac}, + {value: 0x3308, lo: 0xad, hi: 0xb0}, + {value: 0x3008, lo: 0xb1, hi: 0xb1}, + {value: 0x3308, lo: 0xb2, hi: 0xb7}, + {value: 0x3008, lo: 0xb8, hi: 0xb8}, + {value: 0x3b08, lo: 0xb9, hi: 0xba}, + {value: 0x3008, lo: 0xbb, hi: 0xbc}, + {value: 0x3308, lo: 0xbd, hi: 0xbe}, + {value: 0x0008, lo: 0xbf, hi: 0xbf}, + // Block 0x1b, offset 0x11c + {value: 0x0000, lo: 0x0e}, + {value: 0x0008, lo: 0x80, hi: 0x89}, + {value: 0x0018, lo: 0x8a, hi: 0x8f}, + {value: 0x0008, lo: 0x90, hi: 0x95}, + {value: 0x3008, lo: 0x96, hi: 0x97}, + {value: 0x3308, lo: 0x98, hi: 0x99}, + {value: 0x0008, lo: 0x9a, hi: 0x9d}, + {value: 0x3308, lo: 0x9e, hi: 0xa0}, + {value: 0x0008, lo: 0xa1, hi: 0xa1}, + {value: 0x3008, lo: 0xa2, hi: 0xa4}, + {value: 0x0008, lo: 0xa5, hi: 0xa6}, + {value: 0x3008, lo: 0xa7, hi: 0xad}, + {value: 0x0008, lo: 0xae, hi: 0xb0}, + {value: 0x3308, lo: 0xb1, hi: 0xb4}, + {value: 0x0008, lo: 0xb5, hi: 0xbf}, + // Block 0x1c, offset 0x12b + {value: 0x0000, lo: 0x0d}, + {value: 0x0008, lo: 0x80, hi: 0x81}, + {value: 0x3308, lo: 0x82, hi: 0x82}, + {value: 0x3008, lo: 0x83, hi: 0x84}, + {value: 0x3308, lo: 0x85, hi: 0x86}, + {value: 0x3008, lo: 0x87, hi: 0x8c}, + {value: 0x3308, lo: 0x8d, hi: 0x8d}, + {value: 0x0008, lo: 0x8e, hi: 0x8e}, + {value: 0x3008, lo: 0x8f, hi: 0x8f}, + {value: 0x0008, lo: 0x90, hi: 0x99}, + {value: 0x3008, lo: 0x9a, hi: 0x9c}, + {value: 0x3308, lo: 0x9d, hi: 0x9d}, + {value: 0x0018, lo: 0x9e, hi: 0x9f}, + {value: 0x0040, lo: 0xa0, hi: 0xbf}, + // Block 0x1d, offset 0x139 + {value: 0x0000, lo: 0x09}, + {value: 0x0040, lo: 0x80, hi: 0x86}, + {value: 0x055d, lo: 0x87, hi: 0x87}, + {value: 0x0040, lo: 0x88, hi: 0x8c}, + {value: 0x055d, lo: 0x8d, hi: 0x8d}, + {value: 0x0040, lo: 0x8e, hi: 0x8f}, + {value: 0x0008, lo: 0x90, hi: 0xba}, + {value: 0x0018, lo: 0xbb, hi: 0xbb}, + {value: 0xe105, lo: 0xbc, hi: 0xbc}, + {value: 0x0008, lo: 0xbd, hi: 0xbf}, + // Block 0x1e, offset 0x143 + {value: 0x0000, lo: 0x01}, + {value: 0x0018, lo: 0x80, hi: 0xbf}, + // Block 0x1f, offset 0x145 + {value: 0x0000, lo: 0x04}, + {value: 0x0018, lo: 0x80, hi: 0x9e}, + {value: 0x0040, lo: 0x9f, hi: 0xa0}, + {value: 0x2018, lo: 0xa1, hi: 0xb5}, + {value: 0x0018, lo: 0xb6, hi: 0xbf}, + // Block 0x20, offset 0x14a + {value: 0x0000, lo: 0x02}, + {value: 0x0018, lo: 0x80, hi: 0xa7}, + {value: 0x2018, lo: 0xa8, hi: 0xbf}, + // Block 0x21, offset 0x14d + {value: 0x0000, lo: 0x02}, + {value: 0x2018, lo: 0x80, hi: 0x82}, + {value: 0x0018, lo: 0x83, hi: 0xbf}, + // Block 0x22, offset 0x150 + {value: 0x0000, lo: 0x01}, + {value: 0x0008, lo: 0x80, hi: 0xbf}, + // Block 0x23, offset 0x152 + {value: 0x0000, lo: 0x0b}, + {value: 0x0008, lo: 0x80, hi: 0x88}, + {value: 0x0040, lo: 0x89, hi: 0x89}, + {value: 0x0008, lo: 0x8a, hi: 0x8d}, + {value: 0x0040, lo: 0x8e, hi: 0x8f}, + {value: 0x0008, lo: 0x90, hi: 0x96}, + {value: 0x0040, lo: 0x97, hi: 0x97}, + {value: 0x0008, lo: 0x98, hi: 0x98}, + {value: 0x0040, lo: 0x99, hi: 0x99}, + {value: 0x0008, lo: 0x9a, hi: 0x9d}, + {value: 0x0040, lo: 0x9e, hi: 0x9f}, + {value: 0x0008, lo: 0xa0, hi: 0xbf}, + // Block 0x24, offset 0x15e + {value: 0x0000, lo: 0x0a}, + {value: 0x0008, lo: 0x80, hi: 0x88}, + {value: 0x0040, lo: 0x89, hi: 0x89}, + {value: 0x0008, lo: 0x8a, hi: 0x8d}, + {value: 0x0040, lo: 0x8e, hi: 0x8f}, + {value: 0x0008, lo: 0x90, hi: 0xb0}, + {value: 0x0040, lo: 0xb1, hi: 0xb1}, + {value: 0x0008, lo: 0xb2, hi: 0xb5}, + {value: 0x0040, lo: 0xb6, hi: 0xb7}, + {value: 0x0008, lo: 0xb8, hi: 0xbe}, + {value: 0x0040, lo: 0xbf, hi: 0xbf}, + // Block 0x25, offset 0x169 + {value: 0x0000, lo: 0x07}, + {value: 0x0008, lo: 0x80, hi: 0x80}, + {value: 0x0040, lo: 0x81, hi: 0x81}, + {value: 0x0008, lo: 0x82, hi: 0x85}, + {value: 0x0040, lo: 0x86, hi: 0x87}, + {value: 0x0008, lo: 0x88, hi: 0x96}, + {value: 0x0040, lo: 0x97, hi: 0x97}, + {value: 0x0008, lo: 0x98, hi: 0xbf}, + // Block 0x26, offset 0x171 + {value: 0x0000, lo: 0x05}, + {value: 0x0008, lo: 0x80, hi: 0x90}, + {value: 0x0040, lo: 0x91, hi: 0x91}, + {value: 0x0008, lo: 0x92, hi: 0x95}, + {value: 0x0040, lo: 0x96, hi: 0x97}, + {value: 0x0008, lo: 0x98, hi: 0xbf}, + // Block 0x27, offset 0x177 + {value: 0x0000, lo: 0x05}, + {value: 0x0008, lo: 0x80, hi: 0x9a}, + {value: 0x0040, lo: 0x9b, hi: 0x9c}, + {value: 0x3308, lo: 0x9d, hi: 0x9f}, + {value: 0x0018, lo: 0xa0, hi: 0xbc}, + {value: 0x0040, lo: 0xbd, hi: 0xbf}, + // Block 0x28, offset 0x17d + {value: 0x0000, lo: 0x04}, + {value: 0x0008, lo: 0x80, hi: 0x8f}, + {value: 0x0018, lo: 0x90, hi: 0x99}, + {value: 0x0040, lo: 0x9a, hi: 0x9f}, + {value: 0x0008, lo: 0xa0, hi: 0xbf}, + // Block 0x29, offset 0x182 + {value: 0x0000, lo: 0x04}, + {value: 0x0008, lo: 0x80, hi: 0xb5}, + {value: 0x0040, lo: 0xb6, hi: 0xb7}, + {value: 0xe045, lo: 0xb8, hi: 0xbd}, + {value: 0x0040, lo: 0xbe, hi: 0xbf}, + // Block 0x2a, offset 0x187 + {value: 0x0000, lo: 0x02}, + {value: 0x0018, lo: 0x80, hi: 0x80}, + {value: 0x0008, lo: 0x81, hi: 0xbf}, + // Block 0x2b, offset 0x18a + {value: 0x0000, lo: 0x03}, + {value: 0x0008, lo: 0x80, hi: 0xac}, + {value: 0x0018, lo: 0xad, hi: 0xae}, + {value: 0x0008, lo: 0xaf, hi: 0xbf}, + // Block 0x2c, offset 0x18e + {value: 0x0000, lo: 0x05}, + {value: 0x0040, lo: 0x80, hi: 0x80}, + {value: 0x0008, lo: 0x81, hi: 0x9a}, + {value: 0x0018, lo: 0x9b, hi: 0x9c}, + {value: 0x0040, lo: 0x9d, hi: 0x9f}, + {value: 0x0008, lo: 0xa0, hi: 0xbf}, + // Block 0x2d, offset 0x194 + {value: 0x0000, lo: 0x04}, + {value: 0x0008, lo: 0x80, hi: 0xaa}, + {value: 0x0018, lo: 0xab, hi: 0xb0}, + {value: 0x0008, lo: 0xb1, hi: 0xb8}, + {value: 0x0040, lo: 0xb9, hi: 0xbf}, + // Block 0x2e, offset 0x199 + {value: 0x0000, lo: 0x0b}, + {value: 0x0008, lo: 0x80, hi: 0x8c}, + {value: 0x0040, lo: 0x8d, hi: 0x8d}, + {value: 0x0008, lo: 0x8e, hi: 0x91}, + {value: 0x3308, lo: 0x92, hi: 0x93}, + {value: 0x3b08, lo: 0x94, hi: 0x94}, + {value: 0x0040, lo: 0x95, hi: 0x9f}, + {value: 0x0008, lo: 0xa0, hi: 0xb1}, + {value: 0x3308, lo: 0xb2, hi: 0xb3}, + {value: 0x3b08, lo: 0xb4, hi: 0xb4}, + {value: 0x0018, lo: 0xb5, hi: 0xb6}, + {value: 0x0040, lo: 0xb7, hi: 0xbf}, + // Block 0x2f, offset 0x1a5 + {value: 0x0000, lo: 0x09}, + {value: 0x0008, lo: 0x80, hi: 0x91}, + {value: 0x3308, lo: 0x92, hi: 0x93}, + {value: 0x0040, lo: 0x94, hi: 0x9f}, + {value: 0x0008, lo: 0xa0, hi: 0xac}, + {value: 0x0040, lo: 0xad, hi: 0xad}, + {value: 0x0008, lo: 0xae, hi: 0xb0}, + {value: 0x0040, lo: 0xb1, hi: 0xb1}, + {value: 0x3308, lo: 0xb2, hi: 0xb3}, + {value: 0x0040, lo: 0xb4, hi: 0xbf}, + // Block 0x30, offset 0x1af + {value: 0x0000, lo: 0x05}, + {value: 0x0008, lo: 0x80, hi: 0xb3}, + {value: 0x3340, lo: 0xb4, hi: 0xb5}, + {value: 0x3008, lo: 0xb6, hi: 0xb6}, + {value: 0x3308, lo: 0xb7, hi: 0xbd}, + {value: 0x3008, lo: 0xbe, hi: 0xbf}, + // Block 0x31, offset 0x1b5 + {value: 0x0000, lo: 0x10}, + {value: 0x3008, lo: 0x80, hi: 0x85}, + {value: 0x3308, lo: 0x86, hi: 0x86}, + {value: 0x3008, lo: 0x87, hi: 0x88}, + {value: 0x3308, lo: 0x89, hi: 0x91}, + {value: 0x3b08, lo: 0x92, hi: 0x92}, + {value: 0x3308, lo: 0x93, hi: 0x93}, + {value: 0x0018, lo: 0x94, hi: 0x96}, + {value: 0x0008, lo: 0x97, hi: 0x97}, + {value: 0x0018, lo: 0x98, hi: 0x9b}, + {value: 0x0008, lo: 0x9c, hi: 0x9c}, + {value: 0x3308, lo: 0x9d, hi: 0x9d}, + {value: 0x0040, lo: 0x9e, hi: 0x9f}, + {value: 0x0008, lo: 0xa0, hi: 0xa9}, + {value: 0x0040, lo: 0xaa, hi: 0xaf}, + {value: 0x0018, lo: 0xb0, hi: 0xb9}, + {value: 0x0040, lo: 0xba, hi: 0xbf}, + // Block 0x32, offset 0x1c6 + {value: 0x0000, lo: 0x09}, + {value: 0x0018, lo: 0x80, hi: 0x85}, + {value: 0x0040, lo: 0x86, hi: 0x86}, + {value: 0x0218, lo: 0x87, hi: 0x87}, + {value: 0x0018, lo: 0x88, hi: 0x8a}, + {value: 0x33c0, lo: 0x8b, hi: 0x8d}, + {value: 0x0040, lo: 0x8e, hi: 0x8f}, + {value: 0x0008, lo: 0x90, hi: 0x99}, + {value: 0x0040, lo: 0x9a, hi: 0x9f}, + {value: 0x0208, lo: 0xa0, hi: 0xbf}, + // Block 0x33, offset 0x1d0 + {value: 0x0000, lo: 0x02}, + {value: 0x0208, lo: 0x80, hi: 0xb8}, + {value: 0x0040, lo: 0xb9, hi: 0xbf}, + // Block 0x34, offset 0x1d3 + {value: 0x0000, lo: 0x07}, + {value: 0x0008, lo: 0x80, hi: 0x84}, + {value: 0x3308, lo: 0x85, hi: 0x86}, + {value: 0x0208, lo: 0x87, hi: 0xa8}, + {value: 0x3308, lo: 0xa9, hi: 0xa9}, + {value: 0x0208, lo: 0xaa, hi: 0xaa}, + {value: 0x0040, lo: 0xab, hi: 0xaf}, + {value: 0x0008, lo: 0xb0, hi: 0xbf}, + // Block 0x35, offset 0x1db + {value: 0x0000, lo: 0x02}, + {value: 0x0008, lo: 0x80, hi: 0xb5}, + {value: 0x0040, lo: 0xb6, hi: 0xbf}, + // Block 0x36, offset 0x1de + {value: 0x0000, lo: 0x0c}, + {value: 0x0008, lo: 0x80, hi: 0x9e}, + {value: 0x0040, lo: 0x9f, hi: 0x9f}, + {value: 0x3308, lo: 0xa0, hi: 0xa2}, + {value: 0x3008, lo: 0xa3, hi: 0xa6}, + {value: 0x3308, lo: 0xa7, hi: 0xa8}, + {value: 0x3008, lo: 0xa9, hi: 0xab}, + {value: 0x0040, lo: 0xac, hi: 0xaf}, + {value: 0x3008, lo: 0xb0, hi: 0xb1}, + {value: 0x3308, lo: 0xb2, hi: 0xb2}, + {value: 0x3008, lo: 0xb3, hi: 0xb8}, + {value: 0x3308, lo: 0xb9, hi: 0xbb}, + {value: 0x0040, lo: 0xbc, hi: 0xbf}, + // Block 0x37, offset 0x1eb + {value: 0x0000, lo: 0x07}, + {value: 0x0018, lo: 0x80, hi: 0x80}, + {value: 0x0040, lo: 0x81, hi: 0x83}, + {value: 0x0018, lo: 0x84, hi: 0x85}, + {value: 0x0008, lo: 0x86, hi: 0xad}, + {value: 0x0040, lo: 0xae, hi: 0xaf}, + {value: 0x0008, lo: 0xb0, hi: 0xb4}, + {value: 0x0040, lo: 0xb5, hi: 0xbf}, + // Block 0x38, offset 0x1f3 + {value: 0x0000, lo: 0x03}, + {value: 0x0008, lo: 0x80, hi: 0xab}, + {value: 0x0040, lo: 0xac, hi: 0xaf}, + {value: 0x0008, lo: 0xb0, hi: 0xbf}, + // Block 0x39, offset 0x1f7 + {value: 0x0000, lo: 0x06}, + {value: 0x0008, lo: 0x80, hi: 0x89}, + {value: 0x0040, lo: 0x8a, hi: 0x8f}, + {value: 0x0008, lo: 0x90, hi: 0x99}, + {value: 0x0028, lo: 0x9a, hi: 0x9a}, + {value: 0x0040, lo: 0x9b, hi: 0x9d}, + {value: 0x0018, lo: 0x9e, hi: 0xbf}, + // Block 0x3a, offset 0x1fe + {value: 0x0000, lo: 0x07}, + {value: 0x0008, lo: 0x80, hi: 0x96}, + {value: 0x3308, lo: 0x97, hi: 0x98}, + {value: 0x3008, lo: 0x99, hi: 0x9a}, + {value: 0x3308, lo: 0x9b, hi: 0x9b}, + {value: 0x0040, lo: 0x9c, hi: 0x9d}, + {value: 0x0018, lo: 0x9e, hi: 0x9f}, + {value: 0x0008, lo: 0xa0, hi: 0xbf}, + // Block 0x3b, offset 0x206 + {value: 0x0000, lo: 0x0f}, + {value: 0x0008, lo: 0x80, hi: 0x94}, + {value: 0x3008, lo: 0x95, hi: 0x95}, + {value: 0x3308, lo: 0x96, hi: 0x96}, + {value: 0x3008, lo: 0x97, hi: 0x97}, + {value: 0x3308, lo: 0x98, hi: 0x9e}, + {value: 0x0040, lo: 0x9f, hi: 0x9f}, + {value: 0x3b08, lo: 0xa0, hi: 0xa0}, + {value: 0x3008, lo: 0xa1, hi: 0xa1}, + {value: 0x3308, lo: 0xa2, hi: 0xa2}, + {value: 0x3008, lo: 0xa3, hi: 0xa4}, + {value: 0x3308, lo: 0xa5, hi: 0xac}, + {value: 0x3008, lo: 0xad, hi: 0xb2}, + {value: 0x3308, lo: 0xb3, hi: 0xbc}, + {value: 0x0040, lo: 0xbd, hi: 0xbe}, + {value: 0x3308, lo: 0xbf, hi: 0xbf}, + // Block 0x3c, offset 0x216 + {value: 0x0000, lo: 0x0b}, + {value: 0x0008, lo: 0x80, hi: 0x89}, + {value: 0x0040, lo: 0x8a, hi: 0x8f}, + {value: 0x0008, lo: 0x90, hi: 0x99}, + {value: 0x0040, lo: 0x9a, hi: 0x9f}, + {value: 0x0018, lo: 0xa0, hi: 0xa6}, + {value: 0x0008, lo: 0xa7, hi: 0xa7}, + {value: 0x0018, lo: 0xa8, hi: 0xad}, + {value: 0x0040, lo: 0xae, hi: 0xaf}, + {value: 0x3308, lo: 0xb0, hi: 0xbd}, + {value: 0x3318, lo: 0xbe, hi: 0xbe}, + {value: 0x0040, lo: 0xbf, hi: 0xbf}, + // Block 0x3d, offset 0x222 + {value: 0x0000, lo: 0x01}, + {value: 0x0040, lo: 0x80, hi: 0xbf}, + // Block 0x3e, offset 0x224 + {value: 0x0000, lo: 0x09}, + {value: 0x3308, lo: 0x80, hi: 0x83}, + {value: 0x3008, lo: 0x84, hi: 0x84}, + {value: 0x0008, lo: 0x85, hi: 0xb3}, + {value: 0x3308, lo: 0xb4, hi: 0xb4}, + {value: 0x3008, lo: 0xb5, hi: 0xb5}, + {value: 0x3308, lo: 0xb6, hi: 0xba}, + {value: 0x3008, lo: 0xbb, hi: 0xbb}, + {value: 0x3308, lo: 0xbc, hi: 0xbc}, + {value: 0x3008, lo: 0xbd, hi: 0xbf}, + // Block 0x3f, offset 0x22e + {value: 0x0000, lo: 0x0b}, + {value: 0x3008, lo: 0x80, hi: 0x81}, + {value: 0x3308, lo: 0x82, hi: 0x82}, + {value: 0x3008, lo: 0x83, hi: 0x83}, + {value: 0x3808, lo: 0x84, hi: 0x84}, + {value: 0x0008, lo: 0x85, hi: 0x8b}, + {value: 0x0040, lo: 0x8c, hi: 0x8f}, + {value: 0x0008, lo: 0x90, hi: 0x99}, + {value: 0x0018, lo: 0x9a, hi: 0xaa}, + {value: 0x3308, lo: 0xab, hi: 0xb3}, + {value: 0x0018, lo: 0xb4, hi: 0xbc}, + {value: 0x0040, lo: 0xbd, hi: 0xbf}, + // Block 0x40, offset 0x23a + {value: 0x0000, lo: 0x0b}, + {value: 0x3308, lo: 0x80, hi: 0x81}, + {value: 0x3008, lo: 0x82, hi: 0x82}, + {value: 0x0008, lo: 0x83, hi: 0xa0}, + {value: 0x3008, lo: 0xa1, hi: 0xa1}, + {value: 0x3308, lo: 0xa2, hi: 0xa5}, + {value: 0x3008, lo: 0xa6, hi: 0xa7}, + {value: 0x3308, lo: 0xa8, hi: 0xa9}, + {value: 0x3808, lo: 0xaa, hi: 0xaa}, + {value: 0x3b08, lo: 0xab, hi: 0xab}, + {value: 0x3308, lo: 0xac, hi: 0xad}, + {value: 0x0008, lo: 0xae, hi: 0xbf}, + // Block 0x41, offset 0x246 + {value: 0x0000, lo: 0x0b}, + {value: 0x0008, lo: 0x80, hi: 0xa5}, + {value: 0x3308, lo: 0xa6, hi: 0xa6}, + {value: 0x3008, lo: 0xa7, hi: 0xa7}, + {value: 0x3308, lo: 0xa8, hi: 0xa9}, + {value: 0x3008, lo: 0xaa, hi: 0xac}, + {value: 0x3308, lo: 0xad, hi: 0xad}, + {value: 0x3008, lo: 0xae, hi: 0xae}, + {value: 0x3308, lo: 0xaf, hi: 0xb1}, + {value: 0x3808, lo: 0xb2, hi: 0xb3}, + {value: 0x0040, lo: 0xb4, hi: 0xbb}, + {value: 0x0018, lo: 0xbc, hi: 0xbf}, + // Block 0x42, offset 0x252 + {value: 0x0000, lo: 0x07}, + {value: 0x0008, lo: 0x80, hi: 0xa3}, + {value: 0x3008, lo: 0xa4, hi: 0xab}, + {value: 0x3308, lo: 0xac, hi: 0xb3}, + {value: 0x3008, lo: 0xb4, hi: 0xb5}, + {value: 0x3308, lo: 0xb6, hi: 0xb7}, + {value: 0x0040, lo: 0xb8, hi: 0xba}, + {value: 0x0018, lo: 0xbb, hi: 0xbf}, + // Block 0x43, offset 0x25a + {value: 0x0000, lo: 0x04}, + {value: 0x0008, lo: 0x80, hi: 0x89}, + {value: 0x0040, lo: 0x8a, hi: 0x8c}, + {value: 0x0008, lo: 0x8d, hi: 0xbd}, + {value: 0x0018, lo: 0xbe, hi: 0xbf}, + // Block 0x44, offset 0x25f + {value: 0x0000, lo: 0x09}, + {value: 0x0e29, lo: 0x80, hi: 0x80}, + {value: 0x0e41, lo: 0x81, hi: 0x81}, + {value: 0x0e59, lo: 0x82, hi: 0x82}, + {value: 0x0e71, lo: 0x83, hi: 0x83}, + {value: 0x0e89, lo: 0x84, hi: 0x85}, + {value: 0x0ea1, lo: 0x86, hi: 0x86}, + {value: 0x0eb9, lo: 0x87, hi: 0x87}, + {value: 0x057d, lo: 0x88, hi: 0x88}, + {value: 0x0040, lo: 0x89, hi: 0xbf}, + // Block 0x45, offset 0x269 + {value: 0x0000, lo: 0x10}, + {value: 0x0018, lo: 0x80, hi: 0x87}, + {value: 0x0040, lo: 0x88, hi: 0x8f}, + {value: 0x3308, lo: 0x90, hi: 0x92}, + {value: 0x0018, lo: 0x93, hi: 0x93}, + {value: 0x3308, lo: 0x94, hi: 0xa0}, + {value: 0x3008, lo: 0xa1, hi: 0xa1}, + {value: 0x3308, lo: 0xa2, hi: 0xa8}, + {value: 0x0008, lo: 0xa9, hi: 0xac}, + {value: 0x3308, lo: 0xad, hi: 0xad}, + {value: 0x0008, lo: 0xae, hi: 0xb1}, + {value: 0x3008, lo: 0xb2, hi: 0xb3}, + {value: 0x3308, lo: 0xb4, hi: 0xb4}, + {value: 0x0008, lo: 0xb5, hi: 0xb6}, + {value: 0x3008, lo: 0xb7, hi: 0xb7}, + {value: 0x3308, lo: 0xb8, hi: 0xb9}, + {value: 0x0040, lo: 0xba, hi: 0xbf}, + // Block 0x46, offset 0x27a + {value: 0x0000, lo: 0x03}, + {value: 0x3308, lo: 0x80, hi: 0xb9}, + {value: 0x0040, lo: 0xba, hi: 0xba}, + {value: 0x3308, lo: 0xbb, hi: 0xbf}, + // Block 0x47, offset 0x27e + {value: 0x0000, lo: 0x0a}, + {value: 0x0008, lo: 0x80, hi: 0x87}, + {value: 0xe045, lo: 0x88, hi: 0x8f}, + {value: 0x0008, lo: 0x90, hi: 0x95}, + {value: 0x0040, lo: 0x96, hi: 0x97}, + {value: 0xe045, lo: 0x98, hi: 0x9d}, + {value: 0x0040, lo: 0x9e, hi: 0x9f}, + {value: 0x0008, lo: 0xa0, hi: 0xa7}, + {value: 0xe045, lo: 0xa8, hi: 0xaf}, + {value: 0x0008, lo: 0xb0, hi: 0xb7}, + {value: 0xe045, lo: 0xb8, hi: 0xbf}, + // Block 0x48, offset 0x289 + {value: 0x0000, lo: 0x03}, + {value: 0x0040, lo: 0x80, hi: 0x8f}, + {value: 0x3318, lo: 0x90, hi: 0xb0}, + {value: 0x0040, lo: 0xb1, hi: 0xbf}, + // Block 0x49, offset 0x28d + {value: 0x0000, lo: 0x08}, + {value: 0x0018, lo: 0x80, hi: 0x82}, + {value: 0x0040, lo: 0x83, hi: 0x83}, + {value: 0x0008, lo: 0x84, hi: 0x84}, + {value: 0x0018, lo: 0x85, hi: 0x88}, + {value: 0x24c1, lo: 0x89, hi: 0x89}, + {value: 0x0018, lo: 0x8a, hi: 0x8b}, + {value: 0x0040, lo: 0x8c, hi: 0x8f}, + {value: 0x0018, lo: 0x90, hi: 0xbf}, + // Block 0x4a, offset 0x296 + {value: 0x0000, lo: 0x07}, + {value: 0x0018, lo: 0x80, hi: 0xab}, + {value: 0x24f1, lo: 0xac, hi: 0xac}, + {value: 0x2529, lo: 0xad, hi: 0xad}, + {value: 0x0018, lo: 0xae, hi: 0xae}, + {value: 0x2579, lo: 0xaf, hi: 0xaf}, + {value: 0x25b1, lo: 0xb0, hi: 0xb0}, + {value: 0x0018, lo: 0xb1, hi: 0xbf}, + // Block 0x4b, offset 0x29e + {value: 0x0000, lo: 0x05}, + {value: 0x0018, lo: 0x80, hi: 0x9f}, + {value: 0x0080, lo: 0xa0, hi: 0xa0}, + {value: 0x0018, lo: 0xa1, hi: 0xad}, + {value: 0x0080, lo: 0xae, hi: 0xaf}, + {value: 0x0018, lo: 0xb0, hi: 0xbf}, + // Block 0x4c, offset 0x2a4 + {value: 0x0000, lo: 0x04}, + {value: 0x0018, lo: 0x80, hi: 0xa8}, + {value: 0x09c5, lo: 0xa9, hi: 0xa9}, + {value: 0x09e5, lo: 0xaa, hi: 0xaa}, + {value: 0x0018, lo: 0xab, hi: 0xbf}, + // Block 0x4d, offset 0x2a9 + {value: 0x0000, lo: 0x02}, + {value: 0x0018, lo: 0x80, hi: 0xa6}, + {value: 0x0040, lo: 0xa7, hi: 0xbf}, + // Block 0x4e, offset 0x2ac + {value: 0x0000, lo: 0x03}, + {value: 0x0018, lo: 0x80, hi: 0x8b}, + {value: 0x28c1, lo: 0x8c, hi: 0x8c}, + {value: 0x0018, lo: 0x8d, hi: 0xbf}, + // Block 0x4f, offset 0x2b0 + {value: 0x0000, lo: 0x05}, + {value: 0x0018, lo: 0x80, hi: 0xb3}, + {value: 0x0e66, lo: 0xb4, hi: 0xb4}, + {value: 0x292a, lo: 0xb5, hi: 0xb5}, + {value: 0x0e86, lo: 0xb6, hi: 0xb6}, + {value: 0x0018, lo: 0xb7, hi: 0xbf}, + // Block 0x50, offset 0x2b6 + {value: 0x0000, lo: 0x03}, + {value: 0x0018, lo: 0x80, hi: 0x9b}, + {value: 0x2941, lo: 0x9c, hi: 0x9c}, + {value: 0x0018, lo: 0x9d, hi: 0xbf}, + // Block 0x51, offset 0x2ba + {value: 0x0000, lo: 0x03}, + {value: 0x0018, lo: 0x80, hi: 0xb3}, + {value: 0x0040, lo: 0xb4, hi: 0xb5}, + {value: 0x0018, lo: 0xb6, hi: 0xbf}, + // Block 0x52, offset 0x2be + {value: 0x0000, lo: 0x03}, + {value: 0x0018, lo: 0x80, hi: 0x95}, + {value: 0x0040, lo: 0x96, hi: 0x97}, + {value: 0x0018, lo: 0x98, hi: 0xbf}, + // Block 0x53, offset 0x2c2 + {value: 0x0000, lo: 0x04}, + {value: 0x0018, lo: 0x80, hi: 0x88}, + {value: 0x0040, lo: 0x89, hi: 0x89}, + {value: 0x0018, lo: 0x8a, hi: 0xbe}, + {value: 0x0040, lo: 0xbf, hi: 0xbf}, + // Block 0x54, offset 0x2c7 + {value: 0x0000, lo: 0x05}, + {value: 0xe185, lo: 0x80, hi: 0x8f}, + {value: 0x03f5, lo: 0x90, hi: 0x9f}, + {value: 0x0ea5, lo: 0xa0, hi: 0xae}, + {value: 0x0040, lo: 0xaf, hi: 0xaf}, + {value: 0x0008, lo: 0xb0, hi: 0xbf}, + // Block 0x55, offset 0x2cd + {value: 0x0000, lo: 0x07}, + {value: 0x0008, lo: 0x80, hi: 0xa5}, + {value: 0x0040, lo: 0xa6, hi: 0xa6}, + {value: 0x0008, lo: 0xa7, hi: 0xa7}, + {value: 0x0040, lo: 0xa8, hi: 0xac}, + {value: 0x0008, lo: 0xad, hi: 0xad}, + {value: 0x0040, lo: 0xae, hi: 0xaf}, + {value: 0x0008, lo: 0xb0, hi: 0xbf}, + // Block 0x56, offset 0x2d5 + {value: 0x0000, lo: 0x06}, + {value: 0x0008, lo: 0x80, hi: 0xa7}, + {value: 0x0040, lo: 0xa8, hi: 0xae}, + {value: 0xe075, lo: 0xaf, hi: 0xaf}, + {value: 0x0018, lo: 0xb0, hi: 0xb0}, + {value: 0x0040, lo: 0xb1, hi: 0xbe}, + {value: 0x3b08, lo: 0xbf, hi: 0xbf}, + // Block 0x57, offset 0x2dc + {value: 0x0000, lo: 0x0a}, + {value: 0x0008, lo: 0x80, hi: 0x96}, + {value: 0x0040, lo: 0x97, hi: 0x9f}, + {value: 0x0008, lo: 0xa0, hi: 0xa6}, + {value: 0x0040, lo: 0xa7, hi: 0xa7}, + {value: 0x0008, lo: 0xa8, hi: 0xae}, + {value: 0x0040, lo: 0xaf, hi: 0xaf}, + {value: 0x0008, lo: 0xb0, hi: 0xb6}, + {value: 0x0040, lo: 0xb7, hi: 0xb7}, + {value: 0x0008, lo: 0xb8, hi: 0xbe}, + {value: 0x0040, lo: 0xbf, hi: 0xbf}, + // Block 0x58, offset 0x2e7 + {value: 0x0000, lo: 0x09}, + {value: 0x0008, lo: 0x80, hi: 0x86}, + {value: 0x0040, lo: 0x87, hi: 0x87}, + {value: 0x0008, lo: 0x88, hi: 0x8e}, + {value: 0x0040, lo: 0x8f, hi: 0x8f}, + {value: 0x0008, lo: 0x90, hi: 0x96}, + {value: 0x0040, lo: 0x97, hi: 0x97}, + {value: 0x0008, lo: 0x98, hi: 0x9e}, + {value: 0x0040, lo: 0x9f, hi: 0x9f}, + {value: 0x3308, lo: 0xa0, hi: 0xbf}, + // Block 0x59, offset 0x2f1 + {value: 0x0000, lo: 0x03}, + {value: 0x0018, lo: 0x80, hi: 0xae}, + {value: 0x0008, lo: 0xaf, hi: 0xaf}, + {value: 0x0018, lo: 0xb0, hi: 0xbf}, + // Block 0x5a, offset 0x2f5 + {value: 0x0000, lo: 0x02}, + {value: 0x0018, lo: 0x80, hi: 0x8e}, + {value: 0x0040, lo: 0x8f, hi: 0xbf}, + // Block 0x5b, offset 0x2f8 + {value: 0x0000, lo: 0x05}, + {value: 0x0018, lo: 0x80, hi: 0x99}, + {value: 0x0040, lo: 0x9a, hi: 0x9a}, + {value: 0x0018, lo: 0x9b, hi: 0x9e}, + {value: 0x0edd, lo: 0x9f, hi: 0x9f}, + {value: 0x0018, lo: 0xa0, hi: 0xbf}, + // Block 0x5c, offset 0x2fe + {value: 0x0000, lo: 0x03}, + {value: 0x0018, lo: 0x80, hi: 0xb2}, + {value: 0x0efd, lo: 0xb3, hi: 0xb3}, + {value: 0x0040, lo: 0xb4, hi: 0xbf}, + // Block 0x5d, offset 0x302 + {value: 0x0020, lo: 0x01}, + {value: 0x0f1d, lo: 0x80, hi: 0xbf}, + // Block 0x5e, offset 0x304 + {value: 0x0020, lo: 0x02}, + {value: 0x171d, lo: 0x80, hi: 0x8f}, + {value: 0x18fd, lo: 0x90, hi: 0xbf}, + // Block 0x5f, offset 0x307 + {value: 0x0020, lo: 0x01}, + {value: 0x1efd, lo: 0x80, hi: 0xbf}, + // Block 0x60, offset 0x309 + {value: 0x0000, lo: 0x02}, + {value: 0x0040, lo: 0x80, hi: 0x80}, + {value: 0x0008, lo: 0x81, hi: 0xbf}, + // Block 0x61, offset 0x30c + {value: 0x0000, lo: 0x09}, + {value: 0x0008, lo: 0x80, hi: 0x96}, + {value: 0x0040, lo: 0x97, hi: 0x98}, + {value: 0x3308, lo: 0x99, hi: 0x9a}, + {value: 0x29e2, lo: 0x9b, hi: 0x9b}, + {value: 0x2a0a, lo: 0x9c, hi: 0x9c}, + {value: 0x0008, lo: 0x9d, hi: 0x9e}, + {value: 0x2a31, lo: 0x9f, hi: 0x9f}, + {value: 0x0018, lo: 0xa0, hi: 0xa0}, + {value: 0x0008, lo: 0xa1, hi: 0xbf}, + // Block 0x62, offset 0x316 + {value: 0x0000, lo: 0x02}, + {value: 0x0008, lo: 0x80, hi: 0xbe}, + {value: 0x2a69, lo: 0xbf, hi: 0xbf}, + // Block 0x63, offset 0x319 + {value: 0x0000, lo: 0x0e}, + {value: 0x0040, lo: 0x80, hi: 0x84}, + {value: 0x0008, lo: 0x85, hi: 0xaf}, + {value: 0x0040, lo: 0xb0, hi: 0xb0}, + {value: 0x2a1d, lo: 0xb1, hi: 0xb1}, + {value: 0x2a3d, lo: 0xb2, hi: 0xb2}, + {value: 0x2a5d, lo: 0xb3, hi: 0xb3}, + {value: 0x2a7d, lo: 0xb4, hi: 0xb4}, + {value: 0x2a5d, lo: 0xb5, hi: 0xb5}, + {value: 0x2a9d, lo: 0xb6, hi: 0xb6}, + {value: 0x2abd, lo: 0xb7, hi: 0xb7}, + {value: 0x2add, lo: 0xb8, hi: 0xb9}, + {value: 0x2afd, lo: 0xba, hi: 0xbb}, + {value: 0x2b1d, lo: 0xbc, hi: 0xbd}, + {value: 0x2afd, lo: 0xbe, hi: 0xbf}, + // Block 0x64, offset 0x328 + {value: 0x0000, lo: 0x03}, + {value: 0x0018, lo: 0x80, hi: 0xa3}, + {value: 0x0040, lo: 0xa4, hi: 0xaf}, + {value: 0x0008, lo: 0xb0, hi: 0xbf}, + // Block 0x65, offset 0x32c + {value: 0x0030, lo: 0x04}, + {value: 0x2aa2, lo: 0x80, hi: 0x9d}, + {value: 0x305a, lo: 0x9e, hi: 0x9e}, + {value: 0x0040, lo: 0x9f, hi: 0x9f}, + {value: 0x30a2, lo: 0xa0, hi: 0xbf}, + // Block 0x66, offset 0x331 + {value: 0x0000, lo: 0x02}, + {value: 0x0008, lo: 0x80, hi: 0xaf}, + {value: 0x0040, lo: 0xb0, hi: 0xbf}, + // Block 0x67, offset 0x334 + {value: 0x0000, lo: 0x03}, + {value: 0x0008, lo: 0x80, hi: 0x8c}, + {value: 0x0040, lo: 0x8d, hi: 0x8f}, + {value: 0x0018, lo: 0x90, hi: 0xbf}, + // Block 0x68, offset 0x338 + {value: 0x0000, lo: 0x04}, + {value: 0x0018, lo: 0x80, hi: 0x86}, + {value: 0x0040, lo: 0x87, hi: 0x8f}, + {value: 0x0008, lo: 0x90, hi: 0xbd}, + {value: 0x0018, lo: 0xbe, hi: 0xbf}, + // Block 0x69, offset 0x33d + {value: 0x0000, lo: 0x04}, + {value: 0x0008, lo: 0x80, hi: 0x8c}, + {value: 0x0018, lo: 0x8d, hi: 0x8f}, + {value: 0x0008, lo: 0x90, hi: 0xab}, + {value: 0x0040, lo: 0xac, hi: 0xbf}, + // Block 0x6a, offset 0x342 + {value: 0x0000, lo: 0x05}, + {value: 0x0008, lo: 0x80, hi: 0xa5}, + {value: 0x0018, lo: 0xa6, hi: 0xaf}, + {value: 0x3308, lo: 0xb0, hi: 0xb1}, + {value: 0x0018, lo: 0xb2, hi: 0xb7}, + {value: 0x0040, lo: 0xb8, hi: 0xbf}, + // Block 0x6b, offset 0x348 + {value: 0x0000, lo: 0x05}, + {value: 0x0040, lo: 0x80, hi: 0xb6}, + {value: 0x0008, lo: 0xb7, hi: 0xb7}, + {value: 0x2009, lo: 0xb8, hi: 0xb8}, + {value: 0x6e89, lo: 0xb9, hi: 0xb9}, + {value: 0x0008, lo: 0xba, hi: 0xbf}, + // Block 0x6c, offset 0x34e + {value: 0x0000, lo: 0x0e}, + {value: 0x0008, lo: 0x80, hi: 0x81}, + {value: 0x3308, lo: 0x82, hi: 0x82}, + {value: 0x0008, lo: 0x83, hi: 0x85}, + {value: 0x3b08, lo: 0x86, hi: 0x86}, + {value: 0x0008, lo: 0x87, hi: 0x8a}, + {value: 0x3308, lo: 0x8b, hi: 0x8b}, + {value: 0x0008, lo: 0x8c, hi: 0xa2}, + {value: 0x3008, lo: 0xa3, hi: 0xa4}, + {value: 0x3308, lo: 0xa5, hi: 0xa6}, + {value: 0x3008, lo: 0xa7, hi: 0xa7}, + {value: 0x0018, lo: 0xa8, hi: 0xab}, + {value: 0x0040, lo: 0xac, hi: 0xaf}, + {value: 0x0018, lo: 0xb0, hi: 0xb9}, + {value: 0x0040, lo: 0xba, hi: 0xbf}, + // Block 0x6d, offset 0x35d + {value: 0x0000, lo: 0x05}, + {value: 0x0208, lo: 0x80, hi: 0xb1}, + {value: 0x0108, lo: 0xb2, hi: 0xb2}, + {value: 0x0008, lo: 0xb3, hi: 0xb3}, + {value: 0x0018, lo: 0xb4, hi: 0xb7}, + {value: 0x0040, lo: 0xb8, hi: 0xbf}, + // Block 0x6e, offset 0x363 + {value: 0x0000, lo: 0x03}, + {value: 0x3008, lo: 0x80, hi: 0x81}, + {value: 0x0008, lo: 0x82, hi: 0xb3}, + {value: 0x3008, lo: 0xb4, hi: 0xbf}, + // Block 0x6f, offset 0x367 + {value: 0x0000, lo: 0x0e}, + {value: 0x3008, lo: 0x80, hi: 0x83}, + {value: 0x3b08, lo: 0x84, hi: 0x84}, + {value: 0x3308, lo: 0x85, hi: 0x85}, + {value: 0x0040, lo: 0x86, hi: 0x8d}, + {value: 0x0018, lo: 0x8e, hi: 0x8f}, + {value: 0x0008, lo: 0x90, hi: 0x99}, + {value: 0x0040, lo: 0x9a, hi: 0x9f}, + {value: 0x3308, lo: 0xa0, hi: 0xb1}, + {value: 0x0008, lo: 0xb2, hi: 0xb7}, + {value: 0x0018, lo: 0xb8, hi: 0xba}, + {value: 0x0008, lo: 0xbb, hi: 0xbb}, + {value: 0x0018, lo: 0xbc, hi: 0xbc}, + {value: 0x0008, lo: 0xbd, hi: 0xbe}, + {value: 0x3308, lo: 0xbf, hi: 0xbf}, + // Block 0x70, offset 0x376 + {value: 0x0000, lo: 0x04}, + {value: 0x0008, lo: 0x80, hi: 0xa5}, + {value: 0x3308, lo: 0xa6, hi: 0xad}, + {value: 0x0018, lo: 0xae, hi: 0xaf}, + {value: 0x0008, lo: 0xb0, hi: 0xbf}, + // Block 0x71, offset 0x37b + {value: 0x0000, lo: 0x07}, + {value: 0x0008, lo: 0x80, hi: 0x86}, + {value: 0x3308, lo: 0x87, hi: 0x91}, + {value: 0x3008, lo: 0x92, hi: 0x92}, + {value: 0x3808, lo: 0x93, hi: 0x93}, + {value: 0x0040, lo: 0x94, hi: 0x9e}, + {value: 0x0018, lo: 0x9f, hi: 0xbc}, + {value: 0x0040, lo: 0xbd, hi: 0xbf}, + // Block 0x72, offset 0x383 + {value: 0x0000, lo: 0x09}, + {value: 0x3308, lo: 0x80, hi: 0x82}, + {value: 0x3008, lo: 0x83, hi: 0x83}, + {value: 0x0008, lo: 0x84, hi: 0xb2}, + {value: 0x3308, lo: 0xb3, hi: 0xb3}, + {value: 0x3008, lo: 0xb4, hi: 0xb5}, + {value: 0x3308, lo: 0xb6, hi: 0xb9}, + {value: 0x3008, lo: 0xba, hi: 0xbb}, + {value: 0x3308, lo: 0xbc, hi: 0xbc}, + {value: 0x3008, lo: 0xbd, hi: 0xbf}, + // Block 0x73, offset 0x38d + {value: 0x0000, lo: 0x0a}, + {value: 0x3808, lo: 0x80, hi: 0x80}, + {value: 0x0018, lo: 0x81, hi: 0x8d}, + {value: 0x0040, lo: 0x8e, hi: 0x8e}, + {value: 0x0008, lo: 0x8f, hi: 0x99}, + {value: 0x0040, lo: 0x9a, hi: 0x9d}, + {value: 0x0018, lo: 0x9e, hi: 0x9f}, + {value: 0x0008, lo: 0xa0, hi: 0xa4}, + {value: 0x3308, lo: 0xa5, hi: 0xa5}, + {value: 0x0008, lo: 0xa6, hi: 0xbe}, + {value: 0x0040, lo: 0xbf, hi: 0xbf}, + // Block 0x74, offset 0x398 + {value: 0x0000, lo: 0x07}, + {value: 0x0008, lo: 0x80, hi: 0xa8}, + {value: 0x3308, lo: 0xa9, hi: 0xae}, + {value: 0x3008, lo: 0xaf, hi: 0xb0}, + {value: 0x3308, lo: 0xb1, hi: 0xb2}, + {value: 0x3008, lo: 0xb3, hi: 0xb4}, + {value: 0x3308, lo: 0xb5, hi: 0xb6}, + {value: 0x0040, lo: 0xb7, hi: 0xbf}, + // Block 0x75, offset 0x3a0 + {value: 0x0000, lo: 0x10}, + {value: 0x0008, lo: 0x80, hi: 0x82}, + {value: 0x3308, lo: 0x83, hi: 0x83}, + {value: 0x0008, lo: 0x84, hi: 0x8b}, + {value: 0x3308, lo: 0x8c, hi: 0x8c}, + {value: 0x3008, lo: 0x8d, hi: 0x8d}, + {value: 0x0040, lo: 0x8e, hi: 0x8f}, + {value: 0x0008, lo: 0x90, hi: 0x99}, + {value: 0x0040, lo: 0x9a, hi: 0x9b}, + {value: 0x0018, lo: 0x9c, hi: 0x9f}, + {value: 0x0008, lo: 0xa0, hi: 0xb6}, + {value: 0x0018, lo: 0xb7, hi: 0xb9}, + {value: 0x0008, lo: 0xba, hi: 0xba}, + {value: 0x3008, lo: 0xbb, hi: 0xbb}, + {value: 0x3308, lo: 0xbc, hi: 0xbc}, + {value: 0x3008, lo: 0xbd, hi: 0xbd}, + {value: 0x0008, lo: 0xbe, hi: 0xbf}, + // Block 0x76, offset 0x3b1 + {value: 0x0000, lo: 0x08}, + {value: 0x0008, lo: 0x80, hi: 0xaf}, + {value: 0x3308, lo: 0xb0, hi: 0xb0}, + {value: 0x0008, lo: 0xb1, hi: 0xb1}, + {value: 0x3308, lo: 0xb2, hi: 0xb4}, + {value: 0x0008, lo: 0xb5, hi: 0xb6}, + {value: 0x3308, lo: 0xb7, hi: 0xb8}, + {value: 0x0008, lo: 0xb9, hi: 0xbd}, + {value: 0x3308, lo: 0xbe, hi: 0xbf}, + // Block 0x77, offset 0x3ba + {value: 0x0000, lo: 0x0f}, + {value: 0x0008, lo: 0x80, hi: 0x80}, + {value: 0x3308, lo: 0x81, hi: 0x81}, + {value: 0x0008, lo: 0x82, hi: 0x82}, + {value: 0x0040, lo: 0x83, hi: 0x9a}, + {value: 0x0008, lo: 0x9b, hi: 0x9d}, + {value: 0x0018, lo: 0x9e, hi: 0x9f}, + {value: 0x0008, lo: 0xa0, hi: 0xaa}, + {value: 0x3008, lo: 0xab, hi: 0xab}, + {value: 0x3308, lo: 0xac, hi: 0xad}, + {value: 0x3008, lo: 0xae, hi: 0xaf}, + {value: 0x0018, lo: 0xb0, hi: 0xb1}, + {value: 0x0008, lo: 0xb2, hi: 0xb4}, + {value: 0x3008, lo: 0xb5, hi: 0xb5}, + {value: 0x3b08, lo: 0xb6, hi: 0xb6}, + {value: 0x0040, lo: 0xb7, hi: 0xbf}, + // Block 0x78, offset 0x3ca + {value: 0x0000, lo: 0x0c}, + {value: 0x0040, lo: 0x80, hi: 0x80}, + {value: 0x0008, lo: 0x81, hi: 0x86}, + {value: 0x0040, lo: 0x87, hi: 0x88}, + {value: 0x0008, lo: 0x89, hi: 0x8e}, + {value: 0x0040, lo: 0x8f, hi: 0x90}, + {value: 0x0008, lo: 0x91, hi: 0x96}, + {value: 0x0040, lo: 0x97, hi: 0x9f}, + {value: 0x0008, lo: 0xa0, hi: 0xa6}, + {value: 0x0040, lo: 0xa7, hi: 0xa7}, + {value: 0x0008, lo: 0xa8, hi: 0xae}, + {value: 0x0040, lo: 0xaf, hi: 0xaf}, + {value: 0x0008, lo: 0xb0, hi: 0xbf}, + // Block 0x79, offset 0x3d7 + {value: 0x0000, lo: 0x09}, + {value: 0x0008, lo: 0x80, hi: 0x9a}, + {value: 0x0018, lo: 0x9b, hi: 0x9b}, + {value: 0x4465, lo: 0x9c, hi: 0x9c}, + {value: 0x447d, lo: 0x9d, hi: 0x9d}, + {value: 0x2971, lo: 0x9e, hi: 0x9e}, + {value: 0xe06d, lo: 0x9f, hi: 0x9f}, + {value: 0x0008, lo: 0xa0, hi: 0xa5}, + {value: 0x0040, lo: 0xa6, hi: 0xaf}, + {value: 0x4495, lo: 0xb0, hi: 0xbf}, + // Block 0x7a, offset 0x3e1 + {value: 0x0000, lo: 0x04}, + {value: 0x44b5, lo: 0x80, hi: 0x8f}, + {value: 0x44d5, lo: 0x90, hi: 0x9f}, + {value: 0x44f5, lo: 0xa0, hi: 0xaf}, + {value: 0x44d5, lo: 0xb0, hi: 0xbf}, + // Block 0x7b, offset 0x3e6 + {value: 0x0000, lo: 0x0c}, + {value: 0x0008, lo: 0x80, hi: 0xa2}, + {value: 0x3008, lo: 0xa3, hi: 0xa4}, + {value: 0x3308, lo: 0xa5, hi: 0xa5}, + {value: 0x3008, lo: 0xa6, hi: 0xa7}, + {value: 0x3308, lo: 0xa8, hi: 0xa8}, + {value: 0x3008, lo: 0xa9, hi: 0xaa}, + {value: 0x0018, lo: 0xab, hi: 0xab}, + {value: 0x3008, lo: 0xac, hi: 0xac}, + {value: 0x3b08, lo: 0xad, hi: 0xad}, + {value: 0x0040, lo: 0xae, hi: 0xaf}, + {value: 0x0008, lo: 0xb0, hi: 0xb9}, + {value: 0x0040, lo: 0xba, hi: 0xbf}, + // Block 0x7c, offset 0x3f3 + {value: 0x0000, lo: 0x03}, + {value: 0x0008, lo: 0x80, hi: 0xa3}, + {value: 0x0040, lo: 0xa4, hi: 0xaf}, + {value: 0x0018, lo: 0xb0, hi: 0xbf}, + // Block 0x7d, offset 0x3f7 + {value: 0x0000, lo: 0x04}, + {value: 0x0018, lo: 0x80, hi: 0x86}, + {value: 0x0040, lo: 0x87, hi: 0x8a}, + {value: 0x0018, lo: 0x8b, hi: 0xbb}, + {value: 0x0040, lo: 0xbc, hi: 0xbf}, + // Block 0x7e, offset 0x3fc + {value: 0x0020, lo: 0x01}, + {value: 0x4515, lo: 0x80, hi: 0xbf}, + // Block 0x7f, offset 0x3fe + {value: 0x0020, lo: 0x03}, + {value: 0x4d15, lo: 0x80, hi: 0x94}, + {value: 0x4ad5, lo: 0x95, hi: 0x95}, + {value: 0x4fb5, lo: 0x96, hi: 0xbf}, + // Block 0x80, offset 0x402 + {value: 0x0020, lo: 0x01}, + {value: 0x54f5, lo: 0x80, hi: 0xbf}, + // Block 0x81, offset 0x404 + {value: 0x0020, lo: 0x03}, + {value: 0x5cf5, lo: 0x80, hi: 0x84}, + {value: 0x5655, lo: 0x85, hi: 0x85}, + {value: 0x5d95, lo: 0x86, hi: 0xbf}, + // Block 0x82, offset 0x408 + {value: 0x0020, lo: 0x08}, + {value: 0x6b55, lo: 0x80, hi: 0x8f}, + {value: 0x6d15, lo: 0x90, hi: 0x90}, + {value: 0x6d55, lo: 0x91, hi: 0xab}, + {value: 0x6ea1, lo: 0xac, hi: 0xac}, + {value: 0x70b5, lo: 0xad, hi: 0xad}, + {value: 0x0040, lo: 0xae, hi: 0xae}, + {value: 0x0040, lo: 0xaf, hi: 0xaf}, + {value: 0x70d5, lo: 0xb0, hi: 0xbf}, + // Block 0x83, offset 0x411 + {value: 0x0020, lo: 0x05}, + {value: 0x72d5, lo: 0x80, hi: 0xad}, + {value: 0x6535, lo: 0xae, hi: 0xae}, + {value: 0x7895, lo: 0xaf, hi: 0xb5}, + {value: 0x6f55, lo: 0xb6, hi: 0xb6}, + {value: 0x7975, lo: 0xb7, hi: 0xbf}, + // Block 0x84, offset 0x417 + {value: 0x0028, lo: 0x03}, + {value: 0x7c21, lo: 0x80, hi: 0x82}, + {value: 0x7be1, lo: 0x83, hi: 0x83}, + {value: 0x7c99, lo: 0x84, hi: 0xbf}, + // Block 0x85, offset 0x41b + {value: 0x0038, lo: 0x0f}, + {value: 0x9db1, lo: 0x80, hi: 0x83}, + {value: 0x9e59, lo: 0x84, hi: 0x85}, + {value: 0x9e91, lo: 0x86, hi: 0x87}, + {value: 0x9ec9, lo: 0x88, hi: 0x8f}, + {value: 0x0040, lo: 0x90, hi: 0x90}, + {value: 0x0040, lo: 0x91, hi: 0x91}, + {value: 0xa089, lo: 0x92, hi: 0x97}, + {value: 0xa1a1, lo: 0x98, hi: 0x9c}, + {value: 0xa281, lo: 0x9d, hi: 0xb3}, + {value: 0x9d41, lo: 0xb4, hi: 0xb4}, + {value: 0x9db1, lo: 0xb5, hi: 0xb5}, + {value: 0xa789, lo: 0xb6, hi: 0xbb}, + {value: 0xa869, lo: 0xbc, hi: 0xbc}, + {value: 0xa7f9, lo: 0xbd, hi: 0xbd}, + {value: 0xa8d9, lo: 0xbe, hi: 0xbf}, + // Block 0x86, offset 0x42b + {value: 0x0000, lo: 0x09}, + {value: 0x0008, lo: 0x80, hi: 0x8b}, + {value: 0x0040, lo: 0x8c, hi: 0x8c}, + {value: 0x0008, lo: 0x8d, hi: 0xa6}, + {value: 0x0040, lo: 0xa7, hi: 0xa7}, + {value: 0x0008, lo: 0xa8, hi: 0xba}, + {value: 0x0040, lo: 0xbb, hi: 0xbb}, + {value: 0x0008, lo: 0xbc, hi: 0xbd}, + {value: 0x0040, lo: 0xbe, hi: 0xbe}, + {value: 0x0008, lo: 0xbf, hi: 0xbf}, + // Block 0x87, offset 0x435 + {value: 0x0000, lo: 0x04}, + {value: 0x0008, lo: 0x80, hi: 0x8d}, + {value: 0x0040, lo: 0x8e, hi: 0x8f}, + {value: 0x0008, lo: 0x90, hi: 0x9d}, + {value: 0x0040, lo: 0x9e, hi: 0xbf}, + // Block 0x88, offset 0x43a + {value: 0x0000, lo: 0x02}, + {value: 0x0008, lo: 0x80, hi: 0xba}, + {value: 0x0040, lo: 0xbb, hi: 0xbf}, + // Block 0x89, offset 0x43d + {value: 0x0000, lo: 0x05}, + {value: 0x0018, lo: 0x80, hi: 0x82}, + {value: 0x0040, lo: 0x83, hi: 0x86}, + {value: 0x0018, lo: 0x87, hi: 0xb3}, + {value: 0x0040, lo: 0xb4, hi: 0xb6}, + {value: 0x0018, lo: 0xb7, hi: 0xbf}, + // Block 0x8a, offset 0x443 + {value: 0x0000, lo: 0x06}, + {value: 0x0018, lo: 0x80, hi: 0x8e}, + {value: 0x0040, lo: 0x8f, hi: 0x8f}, + {value: 0x0018, lo: 0x90, hi: 0x9b}, + {value: 0x0040, lo: 0x9c, hi: 0x9f}, + {value: 0x0018, lo: 0xa0, hi: 0xa0}, + {value: 0x0040, lo: 0xa1, hi: 0xbf}, + // Block 0x8b, offset 0x44a + {value: 0x0000, lo: 0x04}, + {value: 0x0040, lo: 0x80, hi: 0x8f}, + {value: 0x0018, lo: 0x90, hi: 0xbc}, + {value: 0x3308, lo: 0xbd, hi: 0xbd}, + {value: 0x0040, lo: 0xbe, hi: 0xbf}, + // Block 0x8c, offset 0x44f + {value: 0x0000, lo: 0x03}, + {value: 0x0008, lo: 0x80, hi: 0x9c}, + {value: 0x0040, lo: 0x9d, hi: 0x9f}, + {value: 0x0008, lo: 0xa0, hi: 0xbf}, + // Block 0x8d, offset 0x453 + {value: 0x0000, lo: 0x05}, + {value: 0x0008, lo: 0x80, hi: 0x90}, + {value: 0x0040, lo: 0x91, hi: 0x9f}, + {value: 0x3308, lo: 0xa0, hi: 0xa0}, + {value: 0x0018, lo: 0xa1, hi: 0xbb}, + {value: 0x0040, lo: 0xbc, hi: 0xbf}, + // Block 0x8e, offset 0x459 + {value: 0x0000, lo: 0x04}, + {value: 0x0008, lo: 0x80, hi: 0x9f}, + {value: 0x0018, lo: 0xa0, hi: 0xa3}, + {value: 0x0040, lo: 0xa4, hi: 0xac}, + {value: 0x0008, lo: 0xad, hi: 0xbf}, + // Block 0x8f, offset 0x45e + {value: 0x0000, lo: 0x08}, + {value: 0x0008, lo: 0x80, hi: 0x80}, + {value: 0x0018, lo: 0x81, hi: 0x81}, + {value: 0x0008, lo: 0x82, hi: 0x89}, + {value: 0x0018, lo: 0x8a, hi: 0x8a}, + {value: 0x0040, lo: 0x8b, hi: 0x8f}, + {value: 0x0008, lo: 0x90, hi: 0xb5}, + {value: 0x3308, lo: 0xb6, hi: 0xba}, + {value: 0x0040, lo: 0xbb, hi: 0xbf}, + // Block 0x90, offset 0x467 + {value: 0x0000, lo: 0x04}, + {value: 0x0008, lo: 0x80, hi: 0x9d}, + {value: 0x0040, lo: 0x9e, hi: 0x9e}, + {value: 0x0018, lo: 0x9f, hi: 0x9f}, + {value: 0x0008, lo: 0xa0, hi: 0xbf}, + // Block 0x91, offset 0x46c + {value: 0x0000, lo: 0x05}, + {value: 0x0008, lo: 0x80, hi: 0x83}, + {value: 0x0040, lo: 0x84, hi: 0x87}, + {value: 0x0008, lo: 0x88, hi: 0x8f}, + {value: 0x0018, lo: 0x90, hi: 0x95}, + {value: 0x0040, lo: 0x96, hi: 0xbf}, + // Block 0x92, offset 0x472 + {value: 0x0000, lo: 0x06}, + {value: 0xe145, lo: 0x80, hi: 0x87}, + {value: 0xe1c5, lo: 0x88, hi: 0x8f}, + {value: 0xe145, lo: 0x90, hi: 0x97}, + {value: 0x8ad5, lo: 0x98, hi: 0x9f}, + {value: 0x8aed, lo: 0xa0, hi: 0xa7}, + {value: 0x0008, lo: 0xa8, hi: 0xbf}, + // Block 0x93, offset 0x479 + {value: 0x0000, lo: 0x06}, + {value: 0x0008, lo: 0x80, hi: 0x9d}, + {value: 0x0040, lo: 0x9e, hi: 0x9f}, + {value: 0x0008, lo: 0xa0, hi: 0xa9}, + {value: 0x0040, lo: 0xaa, hi: 0xaf}, + {value: 0x8aed, lo: 0xb0, hi: 0xb7}, + {value: 0x8ad5, lo: 0xb8, hi: 0xbf}, + // Block 0x94, offset 0x480 + {value: 0x0000, lo: 0x06}, + {value: 0xe145, lo: 0x80, hi: 0x87}, + {value: 0xe1c5, lo: 0x88, hi: 0x8f}, + {value: 0xe145, lo: 0x90, hi: 0x93}, + {value: 0x0040, lo: 0x94, hi: 0x97}, + {value: 0x0008, lo: 0x98, hi: 0xbb}, + {value: 0x0040, lo: 0xbc, hi: 0xbf}, + // Block 0x95, offset 0x487 + {value: 0x0000, lo: 0x03}, + {value: 0x0008, lo: 0x80, hi: 0xa7}, + {value: 0x0040, lo: 0xa8, hi: 0xaf}, + {value: 0x0008, lo: 0xb0, hi: 0xbf}, + // Block 0x96, offset 0x48b + {value: 0x0000, lo: 0x04}, + {value: 0x0008, lo: 0x80, hi: 0xa3}, + {value: 0x0040, lo: 0xa4, hi: 0xae}, + {value: 0x0018, lo: 0xaf, hi: 0xaf}, + {value: 0x0040, lo: 0xb0, hi: 0xbf}, + // Block 0x97, offset 0x490 + {value: 0x0000, lo: 0x02}, + {value: 0x0008, lo: 0x80, hi: 0xb6}, + {value: 0x0040, lo: 0xb7, hi: 0xbf}, + // Block 0x98, offset 0x493 + {value: 0x0000, lo: 0x04}, + {value: 0x0008, lo: 0x80, hi: 0x95}, + {value: 0x0040, lo: 0x96, hi: 0x9f}, + {value: 0x0008, lo: 0xa0, hi: 0xa7}, + {value: 0x0040, lo: 0xa8, hi: 0xbf}, + // Block 0x99, offset 0x498 + {value: 0x0000, lo: 0x0b}, + {value: 0x0808, lo: 0x80, hi: 0x85}, + {value: 0x0040, lo: 0x86, hi: 0x87}, + {value: 0x0808, lo: 0x88, hi: 0x88}, + {value: 0x0040, lo: 0x89, hi: 0x89}, + {value: 0x0808, lo: 0x8a, hi: 0xb5}, + {value: 0x0040, lo: 0xb6, hi: 0xb6}, + {value: 0x0808, lo: 0xb7, hi: 0xb8}, + {value: 0x0040, lo: 0xb9, hi: 0xbb}, + {value: 0x0808, lo: 0xbc, hi: 0xbc}, + {value: 0x0040, lo: 0xbd, hi: 0xbe}, + {value: 0x0808, lo: 0xbf, hi: 0xbf}, + // Block 0x9a, offset 0x4a4 + {value: 0x0000, lo: 0x05}, + {value: 0x0808, lo: 0x80, hi: 0x95}, + {value: 0x0040, lo: 0x96, hi: 0x96}, + {value: 0x0818, lo: 0x97, hi: 0x9f}, + {value: 0x0808, lo: 0xa0, hi: 0xb6}, + {value: 0x0818, lo: 0xb7, hi: 0xbf}, + // Block 0x9b, offset 0x4aa + {value: 0x0000, lo: 0x04}, + {value: 0x0808, lo: 0x80, hi: 0x9e}, + {value: 0x0040, lo: 0x9f, hi: 0xa6}, + {value: 0x0818, lo: 0xa7, hi: 0xaf}, + {value: 0x0040, lo: 0xb0, hi: 0xbf}, + // Block 0x9c, offset 0x4af + {value: 0x0000, lo: 0x06}, + {value: 0x0040, lo: 0x80, hi: 0x9f}, + {value: 0x0808, lo: 0xa0, hi: 0xb2}, + {value: 0x0040, lo: 0xb3, hi: 0xb3}, + {value: 0x0808, lo: 0xb4, hi: 0xb5}, + {value: 0x0040, lo: 0xb6, hi: 0xba}, + {value: 0x0818, lo: 0xbb, hi: 0xbf}, + // Block 0x9d, offset 0x4b6 + {value: 0x0000, lo: 0x07}, + {value: 0x0808, lo: 0x80, hi: 0x95}, + {value: 0x0818, lo: 0x96, hi: 0x9b}, + {value: 0x0040, lo: 0x9c, hi: 0x9e}, + {value: 0x0018, lo: 0x9f, hi: 0x9f}, + {value: 0x0808, lo: 0xa0, hi: 0xb9}, + {value: 0x0040, lo: 0xba, hi: 0xbe}, + {value: 0x0818, lo: 0xbf, hi: 0xbf}, + // Block 0x9e, offset 0x4be + {value: 0x0000, lo: 0x04}, + {value: 0x0808, lo: 0x80, hi: 0xb7}, + {value: 0x0040, lo: 0xb8, hi: 0xbb}, + {value: 0x0818, lo: 0xbc, hi: 0xbd}, + {value: 0x0808, lo: 0xbe, hi: 0xbf}, + // Block 0x9f, offset 0x4c3 + {value: 0x0000, lo: 0x03}, + {value: 0x0818, lo: 0x80, hi: 0x8f}, + {value: 0x0040, lo: 0x90, hi: 0x91}, + {value: 0x0818, lo: 0x92, hi: 0xbf}, + // Block 0xa0, offset 0x4c7 + {value: 0x0000, lo: 0x0f}, + {value: 0x0808, lo: 0x80, hi: 0x80}, + {value: 0x3308, lo: 0x81, hi: 0x83}, + {value: 0x0040, lo: 0x84, hi: 0x84}, + {value: 0x3308, lo: 0x85, hi: 0x86}, + {value: 0x0040, lo: 0x87, hi: 0x8b}, + {value: 0x3308, lo: 0x8c, hi: 0x8f}, + {value: 0x0808, lo: 0x90, hi: 0x93}, + {value: 0x0040, lo: 0x94, hi: 0x94}, + {value: 0x0808, lo: 0x95, hi: 0x97}, + {value: 0x0040, lo: 0x98, hi: 0x98}, + {value: 0x0808, lo: 0x99, hi: 0xb5}, + {value: 0x0040, lo: 0xb6, hi: 0xb7}, + {value: 0x3308, lo: 0xb8, hi: 0xba}, + {value: 0x0040, lo: 0xbb, hi: 0xbe}, + {value: 0x3b08, lo: 0xbf, hi: 0xbf}, + // Block 0xa1, offset 0x4d7 + {value: 0x0000, lo: 0x06}, + {value: 0x0818, lo: 0x80, hi: 0x88}, + {value: 0x0040, lo: 0x89, hi: 0x8f}, + {value: 0x0818, lo: 0x90, hi: 0x98}, + {value: 0x0040, lo: 0x99, hi: 0x9f}, + {value: 0x0808, lo: 0xa0, hi: 0xbc}, + {value: 0x0818, lo: 0xbd, hi: 0xbf}, + // Block 0xa2, offset 0x4de + {value: 0x0000, lo: 0x03}, + {value: 0x0808, lo: 0x80, hi: 0x9c}, + {value: 0x0818, lo: 0x9d, hi: 0x9f}, + {value: 0x0040, lo: 0xa0, hi: 0xbf}, + // Block 0xa3, offset 0x4e2 + {value: 0x0000, lo: 0x03}, + {value: 0x0808, lo: 0x80, hi: 0xb5}, + {value: 0x0040, lo: 0xb6, hi: 0xb8}, + {value: 0x0018, lo: 0xb9, hi: 0xbf}, + // Block 0xa4, offset 0x4e6 + {value: 0x0000, lo: 0x06}, + {value: 0x0808, lo: 0x80, hi: 0x95}, + {value: 0x0040, lo: 0x96, hi: 0x97}, + {value: 0x0818, lo: 0x98, hi: 0x9f}, + {value: 0x0808, lo: 0xa0, hi: 0xb2}, + {value: 0x0040, lo: 0xb3, hi: 0xb7}, + {value: 0x0818, lo: 0xb8, hi: 0xbf}, + // Block 0xa5, offset 0x4ed + {value: 0x0000, lo: 0x01}, + {value: 0x0808, lo: 0x80, hi: 0xbf}, + // Block 0xa6, offset 0x4ef + {value: 0x0000, lo: 0x02}, + {value: 0x0808, lo: 0x80, hi: 0x88}, + {value: 0x0040, lo: 0x89, hi: 0xbf}, + // Block 0xa7, offset 0x4f2 + {value: 0x0000, lo: 0x02}, + {value: 0x03dd, lo: 0x80, hi: 0xb2}, + {value: 0x0040, lo: 0xb3, hi: 0xbf}, + // Block 0xa8, offset 0x4f5 + {value: 0x0000, lo: 0x03}, + {value: 0x0808, lo: 0x80, hi: 0xb2}, + {value: 0x0040, lo: 0xb3, hi: 0xb9}, + {value: 0x0818, lo: 0xba, hi: 0xbf}, + // Block 0xa9, offset 0x4f9 + {value: 0x0000, lo: 0x08}, + {value: 0x0908, lo: 0x80, hi: 0x80}, + {value: 0x0a08, lo: 0x81, hi: 0xa1}, + {value: 0x0c08, lo: 0xa2, hi: 0xa2}, + {value: 0x0a08, lo: 0xa3, hi: 0xa3}, + {value: 0x3308, lo: 0xa4, hi: 0xa7}, + {value: 0x0040, lo: 0xa8, hi: 0xaf}, + {value: 0x0808, lo: 0xb0, hi: 0xb9}, + {value: 0x0040, lo: 0xba, hi: 0xbf}, + // Block 0xaa, offset 0x502 + {value: 0x0000, lo: 0x03}, + {value: 0x0040, lo: 0x80, hi: 0x9f}, + {value: 0x0818, lo: 0xa0, hi: 0xbe}, + {value: 0x0040, lo: 0xbf, hi: 0xbf}, + // Block 0xab, offset 0x506 + {value: 0x0000, lo: 0x07}, + {value: 0x0808, lo: 0x80, hi: 0x9c}, + {value: 0x0818, lo: 0x9d, hi: 0xa6}, + {value: 0x0808, lo: 0xa7, hi: 0xa7}, + {value: 0x0040, lo: 0xa8, hi: 0xaf}, + {value: 0x0a08, lo: 0xb0, hi: 0xb2}, + {value: 0x0c08, lo: 0xb3, hi: 0xb3}, + {value: 0x0a08, lo: 0xb4, hi: 0xbf}, + // Block 0xac, offset 0x50e + {value: 0x0000, lo: 0x07}, + {value: 0x0a08, lo: 0x80, hi: 0x84}, + {value: 0x0808, lo: 0x85, hi: 0x85}, + {value: 0x3308, lo: 0x86, hi: 0x90}, + {value: 0x0a18, lo: 0x91, hi: 0x93}, + {value: 0x0c18, lo: 0x94, hi: 0x94}, + {value: 0x0818, lo: 0x95, hi: 0x99}, + {value: 0x0040, lo: 0x9a, hi: 0xbf}, + // Block 0xad, offset 0x516 + {value: 0x0000, lo: 0x05}, + {value: 0x3008, lo: 0x80, hi: 0x80}, + {value: 0x3308, lo: 0x81, hi: 0x81}, + {value: 0x3008, lo: 0x82, hi: 0x82}, + {value: 0x0008, lo: 0x83, hi: 0xb7}, + {value: 0x3308, lo: 0xb8, hi: 0xbf}, + // Block 0xae, offset 0x51c + {value: 0x0000, lo: 0x08}, + {value: 0x3308, lo: 0x80, hi: 0x85}, + {value: 0x3b08, lo: 0x86, hi: 0x86}, + {value: 0x0018, lo: 0x87, hi: 0x8d}, + {value: 0x0040, lo: 0x8e, hi: 0x91}, + {value: 0x0018, lo: 0x92, hi: 0xa5}, + {value: 0x0008, lo: 0xa6, hi: 0xaf}, + {value: 0x0040, lo: 0xb0, hi: 0xbe}, + {value: 0x3b08, lo: 0xbf, hi: 0xbf}, + // Block 0xaf, offset 0x525 + {value: 0x0000, lo: 0x0b}, + {value: 0x3308, lo: 0x80, hi: 0x81}, + {value: 0x3008, lo: 0x82, hi: 0x82}, + {value: 0x0008, lo: 0x83, hi: 0xaf}, + {value: 0x3008, lo: 0xb0, hi: 0xb2}, + {value: 0x3308, lo: 0xb3, hi: 0xb6}, + {value: 0x3008, lo: 0xb7, hi: 0xb8}, + {value: 0x3b08, lo: 0xb9, hi: 0xb9}, + {value: 0x3308, lo: 0xba, hi: 0xba}, + {value: 0x0018, lo: 0xbb, hi: 0xbc}, + {value: 0x0040, lo: 0xbd, hi: 0xbd}, + {value: 0x0018, lo: 0xbe, hi: 0xbf}, + // Block 0xb0, offset 0x531 + {value: 0x0000, lo: 0x06}, + {value: 0x0018, lo: 0x80, hi: 0x81}, + {value: 0x0040, lo: 0x82, hi: 0x8f}, + {value: 0x0008, lo: 0x90, hi: 0xa8}, + {value: 0x0040, lo: 0xa9, hi: 0xaf}, + {value: 0x0008, lo: 0xb0, hi: 0xb9}, + {value: 0x0040, lo: 0xba, hi: 0xbf}, + // Block 0xb1, offset 0x538 + {value: 0x0000, lo: 0x08}, + {value: 0x3308, lo: 0x80, hi: 0x82}, + {value: 0x0008, lo: 0x83, hi: 0xa6}, + {value: 0x3308, lo: 0xa7, hi: 0xab}, + {value: 0x3008, lo: 0xac, hi: 0xac}, + {value: 0x3308, lo: 0xad, hi: 0xb2}, + {value: 0x3b08, lo: 0xb3, hi: 0xb4}, + {value: 0x0040, lo: 0xb5, hi: 0xb5}, + {value: 0x0008, lo: 0xb6, hi: 0xbf}, + // Block 0xb2, offset 0x541 + {value: 0x0000, lo: 0x09}, + {value: 0x0018, lo: 0x80, hi: 0x83}, + {value: 0x0008, lo: 0x84, hi: 0x84}, + {value: 0x3008, lo: 0x85, hi: 0x86}, + {value: 0x0040, lo: 0x87, hi: 0x8f}, + {value: 0x0008, lo: 0x90, hi: 0xb2}, + {value: 0x3308, lo: 0xb3, hi: 0xb3}, + {value: 0x0018, lo: 0xb4, hi: 0xb5}, + {value: 0x0008, lo: 0xb6, hi: 0xb6}, + {value: 0x0040, lo: 0xb7, hi: 0xbf}, + // Block 0xb3, offset 0x54b + {value: 0x0000, lo: 0x06}, + {value: 0x3308, lo: 0x80, hi: 0x81}, + {value: 0x3008, lo: 0x82, hi: 0x82}, + {value: 0x0008, lo: 0x83, hi: 0xb2}, + {value: 0x3008, lo: 0xb3, hi: 0xb5}, + {value: 0x3308, lo: 0xb6, hi: 0xbe}, + {value: 0x3008, lo: 0xbf, hi: 0xbf}, + // Block 0xb4, offset 0x552 + {value: 0x0000, lo: 0x0d}, + {value: 0x3808, lo: 0x80, hi: 0x80}, + {value: 0x0008, lo: 0x81, hi: 0x84}, + {value: 0x0018, lo: 0x85, hi: 0x88}, + {value: 0x3308, lo: 0x89, hi: 0x8c}, + {value: 0x0018, lo: 0x8d, hi: 0x8d}, + {value: 0x0040, lo: 0x8e, hi: 0x8f}, + {value: 0x0008, lo: 0x90, hi: 0x9a}, + {value: 0x0018, lo: 0x9b, hi: 0x9b}, + {value: 0x0008, lo: 0x9c, hi: 0x9c}, + {value: 0x0018, lo: 0x9d, hi: 0x9f}, + {value: 0x0040, lo: 0xa0, hi: 0xa0}, + {value: 0x0018, lo: 0xa1, hi: 0xb4}, + {value: 0x0040, lo: 0xb5, hi: 0xbf}, + // Block 0xb5, offset 0x560 + {value: 0x0000, lo: 0x0c}, + {value: 0x0008, lo: 0x80, hi: 0x91}, + {value: 0x0040, lo: 0x92, hi: 0x92}, + {value: 0x0008, lo: 0x93, hi: 0xab}, + {value: 0x3008, lo: 0xac, hi: 0xae}, + {value: 0x3308, lo: 0xaf, hi: 0xb1}, + {value: 0x3008, lo: 0xb2, hi: 0xb3}, + {value: 0x3308, lo: 0xb4, hi: 0xb4}, + {value: 0x3808, lo: 0xb5, hi: 0xb5}, + {value: 0x3308, lo: 0xb6, hi: 0xb7}, + {value: 0x0018, lo: 0xb8, hi: 0xbd}, + {value: 0x3308, lo: 0xbe, hi: 0xbe}, + {value: 0x0040, lo: 0xbf, hi: 0xbf}, + // Block 0xb6, offset 0x56d + {value: 0x0000, lo: 0x0c}, + {value: 0x0008, lo: 0x80, hi: 0x86}, + {value: 0x0040, lo: 0x87, hi: 0x87}, + {value: 0x0008, lo: 0x88, hi: 0x88}, + {value: 0x0040, lo: 0x89, hi: 0x89}, + {value: 0x0008, lo: 0x8a, hi: 0x8d}, + {value: 0x0040, lo: 0x8e, hi: 0x8e}, + {value: 0x0008, lo: 0x8f, hi: 0x9d}, + {value: 0x0040, lo: 0x9e, hi: 0x9e}, + {value: 0x0008, lo: 0x9f, hi: 0xa8}, + {value: 0x0018, lo: 0xa9, hi: 0xa9}, + {value: 0x0040, lo: 0xaa, hi: 0xaf}, + {value: 0x0008, lo: 0xb0, hi: 0xbf}, + // Block 0xb7, offset 0x57a + {value: 0x0000, lo: 0x08}, + {value: 0x0008, lo: 0x80, hi: 0x9e}, + {value: 0x3308, lo: 0x9f, hi: 0x9f}, + {value: 0x3008, lo: 0xa0, hi: 0xa2}, + {value: 0x3308, lo: 0xa3, hi: 0xa9}, + {value: 0x3b08, lo: 0xaa, hi: 0xaa}, + {value: 0x0040, lo: 0xab, hi: 0xaf}, + {value: 0x0008, lo: 0xb0, hi: 0xb9}, + {value: 0x0040, lo: 0xba, hi: 0xbf}, + // Block 0xb8, offset 0x583 + {value: 0x0000, lo: 0x03}, + {value: 0x0008, lo: 0x80, hi: 0xb4}, + {value: 0x3008, lo: 0xb5, hi: 0xb7}, + {value: 0x3308, lo: 0xb8, hi: 0xbf}, + // Block 0xb9, offset 0x587 + {value: 0x0000, lo: 0x0e}, + {value: 0x3008, lo: 0x80, hi: 0x81}, + {value: 0x3b08, lo: 0x82, hi: 0x82}, + {value: 0x3308, lo: 0x83, hi: 0x84}, + {value: 0x3008, lo: 0x85, hi: 0x85}, + {value: 0x3308, lo: 0x86, hi: 0x86}, + {value: 0x0008, lo: 0x87, hi: 0x8a}, + {value: 0x0018, lo: 0x8b, hi: 0x8f}, + {value: 0x0008, lo: 0x90, hi: 0x99}, + {value: 0x0040, lo: 0x9a, hi: 0x9a}, + {value: 0x0018, lo: 0x9b, hi: 0x9b}, + {value: 0x0040, lo: 0x9c, hi: 0x9c}, + {value: 0x0018, lo: 0x9d, hi: 0x9d}, + {value: 0x3308, lo: 0x9e, hi: 0x9e}, + {value: 0x0040, lo: 0x9f, hi: 0xbf}, + // Block 0xba, offset 0x596 + {value: 0x0000, lo: 0x07}, + {value: 0x0008, lo: 0x80, hi: 0xaf}, + {value: 0x3008, lo: 0xb0, hi: 0xb2}, + {value: 0x3308, lo: 0xb3, hi: 0xb8}, + {value: 0x3008, lo: 0xb9, hi: 0xb9}, + {value: 0x3308, lo: 0xba, hi: 0xba}, + {value: 0x3008, lo: 0xbb, hi: 0xbe}, + {value: 0x3308, lo: 0xbf, hi: 0xbf}, + // Block 0xbb, offset 0x59e + {value: 0x0000, lo: 0x0a}, + {value: 0x3308, lo: 0x80, hi: 0x80}, + {value: 0x3008, lo: 0x81, hi: 0x81}, + {value: 0x3b08, lo: 0x82, hi: 0x82}, + {value: 0x3308, lo: 0x83, hi: 0x83}, + {value: 0x0008, lo: 0x84, hi: 0x85}, + {value: 0x0018, lo: 0x86, hi: 0x86}, + {value: 0x0008, lo: 0x87, hi: 0x87}, + {value: 0x0040, lo: 0x88, hi: 0x8f}, + {value: 0x0008, lo: 0x90, hi: 0x99}, + {value: 0x0040, lo: 0x9a, hi: 0xbf}, + // Block 0xbc, offset 0x5a9 + {value: 0x0000, lo: 0x08}, + {value: 0x0008, lo: 0x80, hi: 0xae}, + {value: 0x3008, lo: 0xaf, hi: 0xb1}, + {value: 0x3308, lo: 0xb2, hi: 0xb5}, + {value: 0x0040, lo: 0xb6, hi: 0xb7}, + {value: 0x3008, lo: 0xb8, hi: 0xbb}, + {value: 0x3308, lo: 0xbc, hi: 0xbd}, + {value: 0x3008, lo: 0xbe, hi: 0xbe}, + {value: 0x3b08, lo: 0xbf, hi: 0xbf}, + // Block 0xbd, offset 0x5b2 + {value: 0x0000, lo: 0x05}, + {value: 0x3308, lo: 0x80, hi: 0x80}, + {value: 0x0018, lo: 0x81, hi: 0x97}, + {value: 0x0008, lo: 0x98, hi: 0x9b}, + {value: 0x3308, lo: 0x9c, hi: 0x9d}, + {value: 0x0040, lo: 0x9e, hi: 0xbf}, + // Block 0xbe, offset 0x5b8 + {value: 0x0000, lo: 0x07}, + {value: 0x0008, lo: 0x80, hi: 0xaf}, + {value: 0x3008, lo: 0xb0, hi: 0xb2}, + {value: 0x3308, lo: 0xb3, hi: 0xba}, + {value: 0x3008, lo: 0xbb, hi: 0xbc}, + {value: 0x3308, lo: 0xbd, hi: 0xbd}, + {value: 0x3008, lo: 0xbe, hi: 0xbe}, + {value: 0x3b08, lo: 0xbf, hi: 0xbf}, + // Block 0xbf, offset 0x5c0 + {value: 0x0000, lo: 0x08}, + {value: 0x3308, lo: 0x80, hi: 0x80}, + {value: 0x0018, lo: 0x81, hi: 0x83}, + {value: 0x0008, lo: 0x84, hi: 0x84}, + {value: 0x0040, lo: 0x85, hi: 0x8f}, + {value: 0x0008, lo: 0x90, hi: 0x99}, + {value: 0x0040, lo: 0x9a, hi: 0x9f}, + {value: 0x0018, lo: 0xa0, hi: 0xac}, + {value: 0x0040, lo: 0xad, hi: 0xbf}, + // Block 0xc0, offset 0x5c9 + {value: 0x0000, lo: 0x09}, + {value: 0x0008, lo: 0x80, hi: 0xaa}, + {value: 0x3308, lo: 0xab, hi: 0xab}, + {value: 0x3008, lo: 0xac, hi: 0xac}, + {value: 0x3308, lo: 0xad, hi: 0xad}, + {value: 0x3008, lo: 0xae, hi: 0xaf}, + {value: 0x3308, lo: 0xb0, hi: 0xb5}, + {value: 0x3808, lo: 0xb6, hi: 0xb6}, + {value: 0x3308, lo: 0xb7, hi: 0xb7}, + {value: 0x0040, lo: 0xb8, hi: 0xbf}, + // Block 0xc1, offset 0x5d3 + {value: 0x0000, lo: 0x02}, + {value: 0x0008, lo: 0x80, hi: 0x89}, + {value: 0x0040, lo: 0x8a, hi: 0xbf}, + // Block 0xc2, offset 0x5d6 + {value: 0x0000, lo: 0x0b}, + {value: 0x0008, lo: 0x80, hi: 0x9a}, + {value: 0x0040, lo: 0x9b, hi: 0x9c}, + {value: 0x3308, lo: 0x9d, hi: 0x9f}, + {value: 0x3008, lo: 0xa0, hi: 0xa1}, + {value: 0x3308, lo: 0xa2, hi: 0xa5}, + {value: 0x3008, lo: 0xa6, hi: 0xa6}, + {value: 0x3308, lo: 0xa7, hi: 0xaa}, + {value: 0x3b08, lo: 0xab, hi: 0xab}, + {value: 0x0040, lo: 0xac, hi: 0xaf}, + {value: 0x0008, lo: 0xb0, hi: 0xb9}, + {value: 0x0018, lo: 0xba, hi: 0xbf}, + // Block 0xc3, offset 0x5e2 + {value: 0x0000, lo: 0x08}, + {value: 0x0008, lo: 0x80, hi: 0xab}, + {value: 0x3008, lo: 0xac, hi: 0xae}, + {value: 0x3308, lo: 0xaf, hi: 0xb7}, + {value: 0x3008, lo: 0xb8, hi: 0xb8}, + {value: 0x3b08, lo: 0xb9, hi: 0xb9}, + {value: 0x3308, lo: 0xba, hi: 0xba}, + {value: 0x0018, lo: 0xbb, hi: 0xbb}, + {value: 0x0040, lo: 0xbc, hi: 0xbf}, + // Block 0xc4, offset 0x5eb + {value: 0x0000, lo: 0x02}, + {value: 0x0040, lo: 0x80, hi: 0x9f}, + {value: 0x049d, lo: 0xa0, hi: 0xbf}, + // Block 0xc5, offset 0x5ee + {value: 0x0000, lo: 0x04}, + {value: 0x0008, lo: 0x80, hi: 0xa9}, + {value: 0x0018, lo: 0xaa, hi: 0xb2}, + {value: 0x0040, lo: 0xb3, hi: 0xbe}, + {value: 0x0008, lo: 0xbf, hi: 0xbf}, + // Block 0xc6, offset 0x5f3 + {value: 0x0000, lo: 0x0a}, + {value: 0x0008, lo: 0x80, hi: 0x80}, + {value: 0x3308, lo: 0x81, hi: 0x8a}, + {value: 0x0008, lo: 0x8b, hi: 0xb2}, + {value: 0x3308, lo: 0xb3, hi: 0xb3}, + {value: 0x3b08, lo: 0xb4, hi: 0xb4}, + {value: 0x3308, lo: 0xb5, hi: 0xb8}, + {value: 0x3008, lo: 0xb9, hi: 0xb9}, + {value: 0x0008, lo: 0xba, hi: 0xba}, + {value: 0x3308, lo: 0xbb, hi: 0xbe}, + {value: 0x0018, lo: 0xbf, hi: 0xbf}, + // Block 0xc7, offset 0x5fe + {value: 0x0000, lo: 0x08}, + {value: 0x0018, lo: 0x80, hi: 0x86}, + {value: 0x3b08, lo: 0x87, hi: 0x87}, + {value: 0x0040, lo: 0x88, hi: 0x8f}, + {value: 0x0008, lo: 0x90, hi: 0x90}, + {value: 0x3308, lo: 0x91, hi: 0x96}, + {value: 0x3008, lo: 0x97, hi: 0x98}, + {value: 0x3308, lo: 0x99, hi: 0x9b}, + {value: 0x0008, lo: 0x9c, hi: 0xbf}, + // Block 0xc8, offset 0x607 + {value: 0x0000, lo: 0x0b}, + {value: 0x0008, lo: 0x80, hi: 0x83}, + {value: 0x0040, lo: 0x84, hi: 0x85}, + {value: 0x0008, lo: 0x86, hi: 0x89}, + {value: 0x3308, lo: 0x8a, hi: 0x96}, + {value: 0x3008, lo: 0x97, hi: 0x97}, + {value: 0x3308, lo: 0x98, hi: 0x98}, + {value: 0x3b08, lo: 0x99, hi: 0x99}, + {value: 0x0018, lo: 0x9a, hi: 0x9c}, + {value: 0x0008, lo: 0x9d, hi: 0x9d}, + {value: 0x0018, lo: 0x9e, hi: 0xa2}, + {value: 0x0040, lo: 0xa3, hi: 0xbf}, + // Block 0xc9, offset 0x613 + {value: 0x0000, lo: 0x02}, + {value: 0x0008, lo: 0x80, hi: 0xb8}, + {value: 0x0040, lo: 0xb9, hi: 0xbf}, + // Block 0xca, offset 0x616 + {value: 0x0000, lo: 0x09}, + {value: 0x0008, lo: 0x80, hi: 0x88}, + {value: 0x0040, lo: 0x89, hi: 0x89}, + {value: 0x0008, lo: 0x8a, hi: 0xae}, + {value: 0x3008, lo: 0xaf, hi: 0xaf}, + {value: 0x3308, lo: 0xb0, hi: 0xb6}, + {value: 0x0040, lo: 0xb7, hi: 0xb7}, + {value: 0x3308, lo: 0xb8, hi: 0xbd}, + {value: 0x3008, lo: 0xbe, hi: 0xbe}, + {value: 0x3b08, lo: 0xbf, hi: 0xbf}, + // Block 0xcb, offset 0x620 + {value: 0x0000, lo: 0x08}, + {value: 0x0008, lo: 0x80, hi: 0x80}, + {value: 0x0018, lo: 0x81, hi: 0x85}, + {value: 0x0040, lo: 0x86, hi: 0x8f}, + {value: 0x0008, lo: 0x90, hi: 0x99}, + {value: 0x0018, lo: 0x9a, hi: 0xac}, + {value: 0x0040, lo: 0xad, hi: 0xaf}, + {value: 0x0018, lo: 0xb0, hi: 0xb1}, + {value: 0x0008, lo: 0xb2, hi: 0xbf}, + // Block 0xcc, offset 0x629 + {value: 0x0000, lo: 0x0b}, + {value: 0x0008, lo: 0x80, hi: 0x8f}, + {value: 0x0040, lo: 0x90, hi: 0x91}, + {value: 0x3308, lo: 0x92, hi: 0xa7}, + {value: 0x0040, lo: 0xa8, hi: 0xa8}, + {value: 0x3008, lo: 0xa9, hi: 0xa9}, + {value: 0x3308, lo: 0xaa, hi: 0xb0}, + {value: 0x3008, lo: 0xb1, hi: 0xb1}, + {value: 0x3308, lo: 0xb2, hi: 0xb3}, + {value: 0x3008, lo: 0xb4, hi: 0xb4}, + {value: 0x3308, lo: 0xb5, hi: 0xb6}, + {value: 0x0040, lo: 0xb7, hi: 0xbf}, + // Block 0xcd, offset 0x635 + {value: 0x0000, lo: 0x0c}, + {value: 0x0008, lo: 0x80, hi: 0x86}, + {value: 0x0040, lo: 0x87, hi: 0x87}, + {value: 0x0008, lo: 0x88, hi: 0x89}, + {value: 0x0040, lo: 0x8a, hi: 0x8a}, + {value: 0x0008, lo: 0x8b, hi: 0xb0}, + {value: 0x3308, lo: 0xb1, hi: 0xb6}, + {value: 0x0040, lo: 0xb7, hi: 0xb9}, + {value: 0x3308, lo: 0xba, hi: 0xba}, + {value: 0x0040, lo: 0xbb, hi: 0xbb}, + {value: 0x3308, lo: 0xbc, hi: 0xbd}, + {value: 0x0040, lo: 0xbe, hi: 0xbe}, + {value: 0x3308, lo: 0xbf, hi: 0xbf}, + // Block 0xce, offset 0x642 + {value: 0x0000, lo: 0x0c}, + {value: 0x3308, lo: 0x80, hi: 0x83}, + {value: 0x3b08, lo: 0x84, hi: 0x85}, + {value: 0x0008, lo: 0x86, hi: 0x86}, + {value: 0x3308, lo: 0x87, hi: 0x87}, + {value: 0x0040, lo: 0x88, hi: 0x8f}, + {value: 0x0008, lo: 0x90, hi: 0x99}, + {value: 0x0040, lo: 0x9a, hi: 0x9f}, + {value: 0x0008, lo: 0xa0, hi: 0xa5}, + {value: 0x0040, lo: 0xa6, hi: 0xa6}, + {value: 0x0008, lo: 0xa7, hi: 0xa8}, + {value: 0x0040, lo: 0xa9, hi: 0xa9}, + {value: 0x0008, lo: 0xaa, hi: 0xbf}, + // Block 0xcf, offset 0x64f + {value: 0x0000, lo: 0x0d}, + {value: 0x0008, lo: 0x80, hi: 0x89}, + {value: 0x3008, lo: 0x8a, hi: 0x8e}, + {value: 0x0040, lo: 0x8f, hi: 0x8f}, + {value: 0x3308, lo: 0x90, hi: 0x91}, + {value: 0x0040, lo: 0x92, hi: 0x92}, + {value: 0x3008, lo: 0x93, hi: 0x94}, + {value: 0x3308, lo: 0x95, hi: 0x95}, + {value: 0x3008, lo: 0x96, hi: 0x96}, + {value: 0x3b08, lo: 0x97, hi: 0x97}, + {value: 0x0008, lo: 0x98, hi: 0x98}, + {value: 0x0040, lo: 0x99, hi: 0x9f}, + {value: 0x0008, lo: 0xa0, hi: 0xa9}, + {value: 0x0040, lo: 0xaa, hi: 0xbf}, + // Block 0xd0, offset 0x65d + {value: 0x0000, lo: 0x06}, + {value: 0x0040, lo: 0x80, hi: 0x9f}, + {value: 0x0008, lo: 0xa0, hi: 0xb2}, + {value: 0x3308, lo: 0xb3, hi: 0xb4}, + {value: 0x3008, lo: 0xb5, hi: 0xb6}, + {value: 0x0018, lo: 0xb7, hi: 0xb8}, + {value: 0x0040, lo: 0xb9, hi: 0xbf}, + // Block 0xd1, offset 0x664 + {value: 0x0000, lo: 0x02}, + {value: 0x0008, lo: 0x80, hi: 0x99}, + {value: 0x0040, lo: 0x9a, hi: 0xbf}, + // Block 0xd2, offset 0x667 + {value: 0x0000, lo: 0x04}, + {value: 0x0018, lo: 0x80, hi: 0xae}, + {value: 0x0040, lo: 0xaf, hi: 0xaf}, + {value: 0x0018, lo: 0xb0, hi: 0xb4}, + {value: 0x0040, lo: 0xb5, hi: 0xbf}, + // Block 0xd3, offset 0x66c + {value: 0x0000, lo: 0x02}, + {value: 0x0008, lo: 0x80, hi: 0x83}, + {value: 0x0040, lo: 0x84, hi: 0xbf}, + // Block 0xd4, offset 0x66f + {value: 0x0000, lo: 0x02}, + {value: 0x0008, lo: 0x80, hi: 0xae}, + {value: 0x0040, lo: 0xaf, hi: 0xbf}, + // Block 0xd5, offset 0x672 + {value: 0x0000, lo: 0x02}, + {value: 0x0008, lo: 0x80, hi: 0x86}, + {value: 0x0040, lo: 0x87, hi: 0xbf}, + // Block 0xd6, offset 0x675 + {value: 0x0000, lo: 0x06}, + {value: 0x0008, lo: 0x80, hi: 0x9e}, + {value: 0x0040, lo: 0x9f, hi: 0x9f}, + {value: 0x0008, lo: 0xa0, hi: 0xa9}, + {value: 0x0040, lo: 0xaa, hi: 0xad}, + {value: 0x0018, lo: 0xae, hi: 0xaf}, + {value: 0x0040, lo: 0xb0, hi: 0xbf}, + // Block 0xd7, offset 0x67c + {value: 0x0000, lo: 0x06}, + {value: 0x0040, lo: 0x80, hi: 0x8f}, + {value: 0x0008, lo: 0x90, hi: 0xad}, + {value: 0x0040, lo: 0xae, hi: 0xaf}, + {value: 0x3308, lo: 0xb0, hi: 0xb4}, + {value: 0x0018, lo: 0xb5, hi: 0xb5}, + {value: 0x0040, lo: 0xb6, hi: 0xbf}, + // Block 0xd8, offset 0x683 + {value: 0x0000, lo: 0x03}, + {value: 0x0008, lo: 0x80, hi: 0xaf}, + {value: 0x3308, lo: 0xb0, hi: 0xb6}, + {value: 0x0018, lo: 0xb7, hi: 0xbf}, + // Block 0xd9, offset 0x687 + {value: 0x0000, lo: 0x0a}, + {value: 0x0008, lo: 0x80, hi: 0x83}, + {value: 0x0018, lo: 0x84, hi: 0x85}, + {value: 0x0040, lo: 0x86, hi: 0x8f}, + {value: 0x0008, lo: 0x90, hi: 0x99}, + {value: 0x0040, lo: 0x9a, hi: 0x9a}, + {value: 0x0018, lo: 0x9b, hi: 0xa1}, + {value: 0x0040, lo: 0xa2, hi: 0xa2}, + {value: 0x0008, lo: 0xa3, hi: 0xb7}, + {value: 0x0040, lo: 0xb8, hi: 0xbc}, + {value: 0x0008, lo: 0xbd, hi: 0xbf}, + // Block 0xda, offset 0x692 + {value: 0x0000, lo: 0x02}, + {value: 0x0008, lo: 0x80, hi: 0x8f}, + {value: 0x0040, lo: 0x90, hi: 0xbf}, + // Block 0xdb, offset 0x695 + {value: 0x0000, lo: 0x02}, + {value: 0x0040, lo: 0x80, hi: 0x9f}, + {value: 0x0008, lo: 0xa0, hi: 0xbf}, + // Block 0xdc, offset 0x698 + {value: 0x0000, lo: 0x02}, + {value: 0x0018, lo: 0x80, hi: 0x9a}, + {value: 0x0040, lo: 0x9b, hi: 0xbf}, + // Block 0xdd, offset 0x69b + {value: 0x0000, lo: 0x05}, + {value: 0x0008, lo: 0x80, hi: 0x84}, + {value: 0x0040, lo: 0x85, hi: 0x8f}, + {value: 0x0008, lo: 0x90, hi: 0x90}, + {value: 0x3008, lo: 0x91, hi: 0xbe}, + {value: 0x0040, lo: 0xbf, hi: 0xbf}, + // Block 0xde, offset 0x6a1 + {value: 0x0000, lo: 0x04}, + {value: 0x0040, lo: 0x80, hi: 0x8e}, + {value: 0x3308, lo: 0x8f, hi: 0x92}, + {value: 0x0008, lo: 0x93, hi: 0x9f}, + {value: 0x0040, lo: 0xa0, hi: 0xbf}, + // Block 0xdf, offset 0x6a6 + {value: 0x0000, lo: 0x03}, + {value: 0x0040, lo: 0x80, hi: 0x9f}, + {value: 0x0008, lo: 0xa0, hi: 0xa1}, + {value: 0x0040, lo: 0xa2, hi: 0xbf}, + // Block 0xe0, offset 0x6aa + {value: 0x0000, lo: 0x02}, + {value: 0x0008, lo: 0x80, hi: 0xb1}, + {value: 0x0040, lo: 0xb2, hi: 0xbf}, + // Block 0xe1, offset 0x6ad + {value: 0x0000, lo: 0x02}, + {value: 0x0008, lo: 0x80, hi: 0xb2}, + {value: 0x0040, lo: 0xb3, hi: 0xbf}, + // Block 0xe2, offset 0x6b0 + {value: 0x0000, lo: 0x02}, + {value: 0x0008, lo: 0x80, hi: 0x9e}, + {value: 0x0040, lo: 0x9f, hi: 0xbf}, + // Block 0xe3, offset 0x6b3 + {value: 0x0000, lo: 0x02}, + {value: 0x0040, lo: 0x80, hi: 0xaf}, + {value: 0x0008, lo: 0xb0, hi: 0xbf}, + // Block 0xe4, offset 0x6b6 + {value: 0x0000, lo: 0x02}, + {value: 0x0008, lo: 0x80, hi: 0xbb}, + {value: 0x0040, lo: 0xbc, hi: 0xbf}, + // Block 0xe5, offset 0x6b9 + {value: 0x0000, lo: 0x04}, + {value: 0x0008, lo: 0x80, hi: 0xaa}, + {value: 0x0040, lo: 0xab, hi: 0xaf}, + {value: 0x0008, lo: 0xb0, hi: 0xbc}, + {value: 0x0040, lo: 0xbd, hi: 0xbf}, + // Block 0xe6, offset 0x6be + {value: 0x0000, lo: 0x09}, + {value: 0x0008, lo: 0x80, hi: 0x88}, + {value: 0x0040, lo: 0x89, hi: 0x8f}, + {value: 0x0008, lo: 0x90, hi: 0x99}, + {value: 0x0040, lo: 0x9a, hi: 0x9b}, + {value: 0x0018, lo: 0x9c, hi: 0x9c}, + {value: 0x3308, lo: 0x9d, hi: 0x9e}, + {value: 0x0018, lo: 0x9f, hi: 0x9f}, + {value: 0x03c0, lo: 0xa0, hi: 0xa3}, + {value: 0x0040, lo: 0xa4, hi: 0xbf}, + // Block 0xe7, offset 0x6c8 + {value: 0x0000, lo: 0x02}, + {value: 0x0018, lo: 0x80, hi: 0xb5}, + {value: 0x0040, lo: 0xb6, hi: 0xbf}, + // Block 0xe8, offset 0x6cb + {value: 0x0000, lo: 0x03}, + {value: 0x0018, lo: 0x80, hi: 0xa6}, + {value: 0x0040, lo: 0xa7, hi: 0xa8}, + {value: 0x0018, lo: 0xa9, hi: 0xbf}, + // Block 0xe9, offset 0x6cf + {value: 0x0000, lo: 0x0e}, + {value: 0x0018, lo: 0x80, hi: 0x9d}, + {value: 0xb5b9, lo: 0x9e, hi: 0x9e}, + {value: 0xb601, lo: 0x9f, hi: 0x9f}, + {value: 0xb649, lo: 0xa0, hi: 0xa0}, + {value: 0xb6b1, lo: 0xa1, hi: 0xa1}, + {value: 0xb719, lo: 0xa2, hi: 0xa2}, + {value: 0xb781, lo: 0xa3, hi: 0xa3}, + {value: 0xb7e9, lo: 0xa4, hi: 0xa4}, + {value: 0x3018, lo: 0xa5, hi: 0xa6}, + {value: 0x3318, lo: 0xa7, hi: 0xa9}, + {value: 0x0018, lo: 0xaa, hi: 0xac}, + {value: 0x3018, lo: 0xad, hi: 0xb2}, + {value: 0x0340, lo: 0xb3, hi: 0xba}, + {value: 0x3318, lo: 0xbb, hi: 0xbf}, + // Block 0xea, offset 0x6de + {value: 0x0000, lo: 0x0b}, + {value: 0x3318, lo: 0x80, hi: 0x82}, + {value: 0x0018, lo: 0x83, hi: 0x84}, + {value: 0x3318, lo: 0x85, hi: 0x8b}, + {value: 0x0018, lo: 0x8c, hi: 0xa9}, + {value: 0x3318, lo: 0xaa, hi: 0xad}, + {value: 0x0018, lo: 0xae, hi: 0xba}, + {value: 0xb851, lo: 0xbb, hi: 0xbb}, + {value: 0xb899, lo: 0xbc, hi: 0xbc}, + {value: 0xb8e1, lo: 0xbd, hi: 0xbd}, + {value: 0xb949, lo: 0xbe, hi: 0xbe}, + {value: 0xb9b1, lo: 0xbf, hi: 0xbf}, + // Block 0xeb, offset 0x6ea + {value: 0x0000, lo: 0x03}, + {value: 0xba19, lo: 0x80, hi: 0x80}, + {value: 0x0018, lo: 0x81, hi: 0xa8}, + {value: 0x0040, lo: 0xa9, hi: 0xbf}, + // Block 0xec, offset 0x6ee + {value: 0x0000, lo: 0x04}, + {value: 0x0018, lo: 0x80, hi: 0x81}, + {value: 0x3318, lo: 0x82, hi: 0x84}, + {value: 0x0018, lo: 0x85, hi: 0x85}, + {value: 0x0040, lo: 0x86, hi: 0xbf}, + // Block 0xed, offset 0x6f3 + {value: 0x0000, lo: 0x03}, + {value: 0x0040, lo: 0x80, hi: 0x9f}, + {value: 0x0018, lo: 0xa0, hi: 0xb3}, + {value: 0x0040, lo: 0xb4, hi: 0xbf}, + // Block 0xee, offset 0x6f7 + {value: 0x0000, lo: 0x04}, + {value: 0x0018, lo: 0x80, hi: 0x96}, + {value: 0x0040, lo: 0x97, hi: 0x9f}, + {value: 0x0018, lo: 0xa0, hi: 0xb8}, + {value: 0x0040, lo: 0xb9, hi: 0xbf}, + // Block 0xef, offset 0x6fc + {value: 0x0000, lo: 0x03}, + {value: 0x3308, lo: 0x80, hi: 0xb6}, + {value: 0x0018, lo: 0xb7, hi: 0xba}, + {value: 0x3308, lo: 0xbb, hi: 0xbf}, + // Block 0xf0, offset 0x700 + {value: 0x0000, lo: 0x04}, + {value: 0x3308, lo: 0x80, hi: 0xac}, + {value: 0x0018, lo: 0xad, hi: 0xb4}, + {value: 0x3308, lo: 0xb5, hi: 0xb5}, + {value: 0x0018, lo: 0xb6, hi: 0xbf}, + // Block 0xf1, offset 0x705 + {value: 0x0000, lo: 0x08}, + {value: 0x0018, lo: 0x80, hi: 0x83}, + {value: 0x3308, lo: 0x84, hi: 0x84}, + {value: 0x0018, lo: 0x85, hi: 0x8b}, + {value: 0x0040, lo: 0x8c, hi: 0x9a}, + {value: 0x3308, lo: 0x9b, hi: 0x9f}, + {value: 0x0040, lo: 0xa0, hi: 0xa0}, + {value: 0x3308, lo: 0xa1, hi: 0xaf}, + {value: 0x0040, lo: 0xb0, hi: 0xbf}, + // Block 0xf2, offset 0x70e + {value: 0x0000, lo: 0x0a}, + {value: 0x3308, lo: 0x80, hi: 0x86}, + {value: 0x0040, lo: 0x87, hi: 0x87}, + {value: 0x3308, lo: 0x88, hi: 0x98}, + {value: 0x0040, lo: 0x99, hi: 0x9a}, + {value: 0x3308, lo: 0x9b, hi: 0xa1}, + {value: 0x0040, lo: 0xa2, hi: 0xa2}, + {value: 0x3308, lo: 0xa3, hi: 0xa4}, + {value: 0x0040, lo: 0xa5, hi: 0xa5}, + {value: 0x3308, lo: 0xa6, hi: 0xaa}, + {value: 0x0040, lo: 0xab, hi: 0xbf}, + // Block 0xf3, offset 0x719 + {value: 0x0000, lo: 0x05}, + {value: 0x0808, lo: 0x80, hi: 0x84}, + {value: 0x0040, lo: 0x85, hi: 0x86}, + {value: 0x0818, lo: 0x87, hi: 0x8f}, + {value: 0x3308, lo: 0x90, hi: 0x96}, + {value: 0x0040, lo: 0x97, hi: 0xbf}, + // Block 0xf4, offset 0x71f + {value: 0x0000, lo: 0x07}, + {value: 0x0a08, lo: 0x80, hi: 0x83}, + {value: 0x3308, lo: 0x84, hi: 0x8a}, + {value: 0x0040, lo: 0x8b, hi: 0x8f}, + {value: 0x0808, lo: 0x90, hi: 0x99}, + {value: 0x0040, lo: 0x9a, hi: 0x9d}, + {value: 0x0818, lo: 0x9e, hi: 0x9f}, + {value: 0x0040, lo: 0xa0, hi: 0xbf}, + // Block 0xf5, offset 0x727 + {value: 0x0000, lo: 0x02}, + {value: 0x0040, lo: 0x80, hi: 0xb0}, + {value: 0x0818, lo: 0xb1, hi: 0xbf}, + // Block 0xf6, offset 0x72a + {value: 0x0000, lo: 0x02}, + {value: 0x0818, lo: 0x80, hi: 0xb4}, + {value: 0x0040, lo: 0xb5, hi: 0xbf}, + // Block 0xf7, offset 0x72d + {value: 0x0000, lo: 0x03}, + {value: 0x0040, lo: 0x80, hi: 0xaf}, + {value: 0x0018, lo: 0xb0, hi: 0xb1}, + {value: 0x0040, lo: 0xb2, hi: 0xbf}, + // Block 0xf8, offset 0x731 + {value: 0x0000, lo: 0x03}, + {value: 0x0018, lo: 0x80, hi: 0xab}, + {value: 0x0040, lo: 0xac, hi: 0xaf}, + {value: 0x0018, lo: 0xb0, hi: 0xbf}, + // Block 0xf9, offset 0x735 + {value: 0x0000, lo: 0x05}, + {value: 0x0018, lo: 0x80, hi: 0x93}, + {value: 0x0040, lo: 0x94, hi: 0x9f}, + {value: 0x0018, lo: 0xa0, hi: 0xae}, + {value: 0x0040, lo: 0xaf, hi: 0xb0}, + {value: 0x0018, lo: 0xb1, hi: 0xbf}, + // Block 0xfa, offset 0x73b + {value: 0x0000, lo: 0x05}, + {value: 0x0040, lo: 0x80, hi: 0x80}, + {value: 0x0018, lo: 0x81, hi: 0x8f}, + {value: 0x0040, lo: 0x90, hi: 0x90}, + {value: 0x0018, lo: 0x91, hi: 0xb5}, + {value: 0x0040, lo: 0xb6, hi: 0xbf}, + // Block 0xfb, offset 0x741 + {value: 0x0000, lo: 0x04}, + {value: 0x0018, lo: 0x80, hi: 0x8f}, + {value: 0xc1c1, lo: 0x90, hi: 0x90}, + {value: 0x0018, lo: 0x91, hi: 0xac}, + {value: 0x0040, lo: 0xad, hi: 0xbf}, + // Block 0xfc, offset 0x746 + {value: 0x0000, lo: 0x02}, + {value: 0x0040, lo: 0x80, hi: 0xa5}, + {value: 0x0018, lo: 0xa6, hi: 0xbf}, + // Block 0xfd, offset 0x749 + {value: 0x0000, lo: 0x0f}, + {value: 0xc7e9, lo: 0x80, hi: 0x80}, + {value: 0xc839, lo: 0x81, hi: 0x81}, + {value: 0xc889, lo: 0x82, hi: 0x82}, + {value: 0xc8d9, lo: 0x83, hi: 0x83}, + {value: 0xc929, lo: 0x84, hi: 0x84}, + {value: 0xc979, lo: 0x85, hi: 0x85}, + {value: 0xc9c9, lo: 0x86, hi: 0x86}, + {value: 0xca19, lo: 0x87, hi: 0x87}, + {value: 0xca69, lo: 0x88, hi: 0x88}, + {value: 0x0040, lo: 0x89, hi: 0x8f}, + {value: 0xcab9, lo: 0x90, hi: 0x90}, + {value: 0xcad9, lo: 0x91, hi: 0x91}, + {value: 0x0040, lo: 0x92, hi: 0x9f}, + {value: 0x0018, lo: 0xa0, hi: 0xa5}, + {value: 0x0040, lo: 0xa6, hi: 0xbf}, + // Block 0xfe, offset 0x759 + {value: 0x0000, lo: 0x06}, + {value: 0x0018, lo: 0x80, hi: 0x94}, + {value: 0x0040, lo: 0x95, hi: 0x9f}, + {value: 0x0018, lo: 0xa0, hi: 0xac}, + {value: 0x0040, lo: 0xad, hi: 0xaf}, + {value: 0x0018, lo: 0xb0, hi: 0xb9}, + {value: 0x0040, lo: 0xba, hi: 0xbf}, + // Block 0xff, offset 0x760 + {value: 0x0000, lo: 0x02}, + {value: 0x0018, lo: 0x80, hi: 0xb3}, + {value: 0x0040, lo: 0xb4, hi: 0xbf}, + // Block 0x100, offset 0x763 + {value: 0x0000, lo: 0x02}, + {value: 0x0018, lo: 0x80, hi: 0x98}, + {value: 0x0040, lo: 0x99, hi: 0xbf}, + // Block 0x101, offset 0x766 + {value: 0x0000, lo: 0x03}, + {value: 0x0018, lo: 0x80, hi: 0x8b}, + {value: 0x0040, lo: 0x8c, hi: 0x8f}, + {value: 0x0018, lo: 0x90, hi: 0xbf}, + // Block 0x102, offset 0x76a + {value: 0x0000, lo: 0x05}, + {value: 0x0018, lo: 0x80, hi: 0x87}, + {value: 0x0040, lo: 0x88, hi: 0x8f}, + {value: 0x0018, lo: 0x90, hi: 0x99}, + {value: 0x0040, lo: 0x9a, hi: 0x9f}, + {value: 0x0018, lo: 0xa0, hi: 0xbf}, + // Block 0x103, offset 0x770 + {value: 0x0000, lo: 0x04}, + {value: 0x0018, lo: 0x80, hi: 0x87}, + {value: 0x0040, lo: 0x88, hi: 0x8f}, + {value: 0x0018, lo: 0x90, hi: 0xad}, + {value: 0x0040, lo: 0xae, hi: 0xbf}, + // Block 0x104, offset 0x775 + {value: 0x0000, lo: 0x04}, + {value: 0x0018, lo: 0x80, hi: 0x8b}, + {value: 0x0040, lo: 0x8c, hi: 0x8f}, + {value: 0x0018, lo: 0x90, hi: 0xbe}, + {value: 0x0040, lo: 0xbf, hi: 0xbf}, + // Block 0x105, offset 0x77a + {value: 0x0000, lo: 0x07}, + {value: 0x0018, lo: 0x80, hi: 0xb0}, + {value: 0x0040, lo: 0xb1, hi: 0xb2}, + {value: 0x0018, lo: 0xb3, hi: 0xb6}, + {value: 0x0040, lo: 0xb7, hi: 0xb9}, + {value: 0x0018, lo: 0xba, hi: 0xba}, + {value: 0x0040, lo: 0xbb, hi: 0xbb}, + {value: 0x0018, lo: 0xbc, hi: 0xbf}, + // Block 0x106, offset 0x782 + {value: 0x0000, lo: 0x04}, + {value: 0x0018, lo: 0x80, hi: 0xa2}, + {value: 0x0040, lo: 0xa3, hi: 0xaf}, + {value: 0x0018, lo: 0xb0, hi: 0xb9}, + {value: 0x0040, lo: 0xba, hi: 0xbf}, + // Block 0x107, offset 0x787 + {value: 0x0000, lo: 0x03}, + {value: 0x0018, lo: 0x80, hi: 0x82}, + {value: 0x0040, lo: 0x83, hi: 0x8f}, + {value: 0x0018, lo: 0x90, hi: 0xbf}, + // Block 0x108, offset 0x78b + {value: 0x0000, lo: 0x03}, + {value: 0x0040, lo: 0x80, hi: 0x9f}, + {value: 0x0018, lo: 0xa0, hi: 0xad}, + {value: 0x0040, lo: 0xae, hi: 0xbf}, + // Block 0x109, offset 0x78f + {value: 0x0000, lo: 0x02}, + {value: 0x0008, lo: 0x80, hi: 0x96}, + {value: 0x0040, lo: 0x97, hi: 0xbf}, + // Block 0x10a, offset 0x792 + {value: 0x0000, lo: 0x02}, + {value: 0x0008, lo: 0x80, hi: 0xb4}, + {value: 0x0040, lo: 0xb5, hi: 0xbf}, + // Block 0x10b, offset 0x795 + {value: 0x0000, lo: 0x03}, + {value: 0x0008, lo: 0x80, hi: 0x9d}, + {value: 0x0040, lo: 0x9e, hi: 0x9f}, + {value: 0x0008, lo: 0xa0, hi: 0xbf}, + // Block 0x10c, offset 0x799 + {value: 0x0000, lo: 0x03}, + {value: 0x0008, lo: 0x80, hi: 0xa1}, + {value: 0x0040, lo: 0xa2, hi: 0xaf}, + {value: 0x0008, lo: 0xb0, hi: 0xbf}, + // Block 0x10d, offset 0x79d + {value: 0x0000, lo: 0x02}, + {value: 0x0008, lo: 0x80, hi: 0xa0}, + {value: 0x0040, lo: 0xa1, hi: 0xbf}, + // Block 0x10e, offset 0x7a0 + {value: 0x0020, lo: 0x0f}, + {value: 0xdeb9, lo: 0x80, hi: 0x89}, + {value: 0x8dfd, lo: 0x8a, hi: 0x8a}, + {value: 0xdff9, lo: 0x8b, hi: 0x9c}, + {value: 0x8e1d, lo: 0x9d, hi: 0x9d}, + {value: 0xe239, lo: 0x9e, hi: 0xa2}, + {value: 0x8e3d, lo: 0xa3, hi: 0xa3}, + {value: 0xe2d9, lo: 0xa4, hi: 0xab}, + {value: 0x7ed5, lo: 0xac, hi: 0xac}, + {value: 0xe3d9, lo: 0xad, hi: 0xaf}, + {value: 0x8e5d, lo: 0xb0, hi: 0xb0}, + {value: 0xe439, lo: 0xb1, hi: 0xb6}, + {value: 0x8e7d, lo: 0xb7, hi: 0xb9}, + {value: 0xe4f9, lo: 0xba, hi: 0xba}, + {value: 0x8edd, lo: 0xbb, hi: 0xbb}, + {value: 0xe519, lo: 0xbc, hi: 0xbf}, + // Block 0x10f, offset 0x7b0 + {value: 0x0020, lo: 0x10}, + {value: 0x937d, lo: 0x80, hi: 0x80}, + {value: 0xf099, lo: 0x81, hi: 0x86}, + {value: 0x939d, lo: 0x87, hi: 0x8a}, + {value: 0xd9f9, lo: 0x8b, hi: 0x8b}, + {value: 0xf159, lo: 0x8c, hi: 0x96}, + {value: 0x941d, lo: 0x97, hi: 0x97}, + {value: 0xf2b9, lo: 0x98, hi: 0xa3}, + {value: 0x943d, lo: 0xa4, hi: 0xa6}, + {value: 0xf439, lo: 0xa7, hi: 0xaa}, + {value: 0x949d, lo: 0xab, hi: 0xab}, + {value: 0xf4b9, lo: 0xac, hi: 0xac}, + {value: 0x94bd, lo: 0xad, hi: 0xad}, + {value: 0xf4d9, lo: 0xae, hi: 0xaf}, + {value: 0x94dd, lo: 0xb0, hi: 0xb1}, + {value: 0xf519, lo: 0xb2, hi: 0xbe}, + {value: 0x2040, lo: 0xbf, hi: 0xbf}, + // Block 0x110, offset 0x7c1 + {value: 0x0000, lo: 0x04}, + {value: 0x0040, lo: 0x80, hi: 0x80}, + {value: 0x0340, lo: 0x81, hi: 0x81}, + {value: 0x0040, lo: 0x82, hi: 0x9f}, + {value: 0x0340, lo: 0xa0, hi: 0xbf}, + // Block 0x111, offset 0x7c6 + {value: 0x0000, lo: 0x01}, + {value: 0x0340, lo: 0x80, hi: 0xbf}, + // Block 0x112, offset 0x7c8 + {value: 0x0000, lo: 0x01}, + {value: 0x33c0, lo: 0x80, hi: 0xbf}, + // Block 0x113, offset 0x7ca + {value: 0x0000, lo: 0x02}, + {value: 0x33c0, lo: 0x80, hi: 0xaf}, + {value: 0x0040, lo: 0xb0, hi: 0xbf}, +} + +// Total table size 42466 bytes (41KiB); checksum: 355A58A4 diff --git a/vendor/golang.org/x/net/idna/tables9.0.0.go b/vendor/golang.org/x/net/idna/tables9.0.0.go new file mode 100644 index 0000000000..8b65fa1678 --- /dev/null +++ b/vendor/golang.org/x/net/idna/tables9.0.0.go @@ -0,0 +1,4486 @@ +// Code generated by running "go generate" in golang.org/x/text. DO NOT EDIT. + +// +build !go1.10 + +package idna + +// UnicodeVersion is the Unicode version from which the tables in this package are derived. +const UnicodeVersion = "9.0.0" + +var mappings string = "" + // Size: 8175 bytes + "\x00\x01 \x03 ̈\x01a\x03 ̄\x012\x013\x03 ́\x03 ̧\x011\x01o\x051⁄4\x051⁄2" + + "\x053⁄4\x03i̇\x03l·\x03ʼn\x01s\x03dž\x03ⱥ\x03ⱦ\x01h\x01j\x01r\x01w\x01y" + + "\x03 ̆\x03 ̇\x03 ̊\x03 ̨\x03 ̃\x03 ̋\x01l\x01x\x04̈́\x03 ι\x01;\x05 ̈́" + + "\x04եւ\x04اٴ\x04وٴ\x04ۇٴ\x04يٴ\x06क़\x06ख़\x06ग़\x06ज़\x06ड़\x06ढ़\x06फ़" + + "\x06य़\x06ড়\x06ঢ়\x06য়\x06ਲ਼\x06ਸ਼\x06ਖ਼\x06ਗ਼\x06ਜ਼\x06ਫ਼\x06ଡ଼\x06ଢ଼" + + "\x06ํา\x06ໍາ\x06ຫນ\x06ຫມ\x06གྷ\x06ཌྷ\x06དྷ\x06བྷ\x06ཛྷ\x06ཀྵ\x06ཱི\x06ཱུ" + + "\x06ྲྀ\x09ྲཱྀ\x06ླྀ\x09ླཱྀ\x06ཱྀ\x06ྒྷ\x06ྜྷ\x06ྡྷ\x06ྦྷ\x06ྫྷ\x06ྐྵ\x02" + + "в\x02д\x02о\x02с\x02т\x02ъ\x02ѣ\x02æ\x01b\x01d\x01e\x02ǝ\x01g\x01i\x01k" + + "\x01m\x01n\x02ȣ\x01p\x01t\x01u\x02ɐ\x02ɑ\x02ə\x02ɛ\x02ɜ\x02ŋ\x02ɔ\x02ɯ" + + "\x01v\x02β\x02γ\x02δ\x02φ\x02χ\x02ρ\x02н\x02ɒ\x01c\x02ɕ\x02ð\x01f\x02ɟ" + + "\x02ɡ\x02ɥ\x02ɨ\x02ɩ\x02ɪ\x02ʝ\x02ɭ\x02ʟ\x02ɱ\x02ɰ\x02ɲ\x02ɳ\x02ɴ\x02ɵ" + + "\x02ɸ\x02ʂ\x02ʃ\x02ƫ\x02ʉ\x02ʊ\x02ʋ\x02ʌ\x01z\x02ʐ\x02ʑ\x02ʒ\x02θ\x02ss" + + "\x02ά\x02έ\x02ή\x02ί\x02ό\x02ύ\x02ώ\x05ἀι\x05ἁι\x05ἂι\x05ἃι\x05ἄι\x05ἅι" + + "\x05ἆι\x05ἇι\x05ἠι\x05ἡι\x05ἢι\x05ἣι\x05ἤι\x05ἥι\x05ἦι\x05ἧι\x05ὠι\x05ὡι" + + "\x05ὢι\x05ὣι\x05ὤι\x05ὥι\x05ὦι\x05ὧι\x05ὰι\x04αι\x04άι\x05ᾶι\x02ι\x05 ̈͂" + + "\x05ὴι\x04ηι\x04ήι\x05ῆι\x05 ̓̀\x05 ̓́\x05 ̓͂\x02ΐ\x05 ̔̀\x05 ̔́\x05 ̔͂" + + "\x02ΰ\x05 ̈̀\x01`\x05ὼι\x04ωι\x04ώι\x05ῶι\x06′′\x09′′′\x06‵‵\x09‵‵‵\x02!" + + "!\x02??\x02?!\x02!?\x0c′′′′\x010\x014\x015\x016\x017\x018\x019\x01+\x01=" + + "\x01(\x01)\x02rs\x02ħ\x02no\x01q\x02sm\x02tm\x02ω\x02å\x02א\x02ב\x02ג" + + "\x02ד\x02π\x051⁄7\x051⁄9\x061⁄10\x051⁄3\x052⁄3\x051⁄5\x052⁄5\x053⁄5\x054" + + "⁄5\x051⁄6\x055⁄6\x051⁄8\x053⁄8\x055⁄8\x057⁄8\x041⁄\x02ii\x02iv\x02vi" + + "\x04viii\x02ix\x02xi\x050⁄3\x06∫∫\x09∫∫∫\x06∮∮\x09∮∮∮\x0210\x0211\x0212" + + "\x0213\x0214\x0215\x0216\x0217\x0218\x0219\x0220\x04(10)\x04(11)\x04(12)" + + "\x04(13)\x04(14)\x04(15)\x04(16)\x04(17)\x04(18)\x04(19)\x04(20)\x0c∫∫∫∫" + + "\x02==\x05⫝̸\x02ɫ\x02ɽ\x02ȿ\x02ɀ\x01.\x04 ゙\x04 ゚\x06より\x06コト\x05(ᄀ)\x05" + + "(ᄂ)\x05(ᄃ)\x05(ᄅ)\x05(ᄆ)\x05(ᄇ)\x05(ᄉ)\x05(ᄋ)\x05(ᄌ)\x05(ᄎ)\x05(ᄏ)\x05(ᄐ" + + ")\x05(ᄑ)\x05(ᄒ)\x05(가)\x05(나)\x05(다)\x05(라)\x05(마)\x05(바)\x05(사)\x05(아)" + + "\x05(자)\x05(차)\x05(카)\x05(타)\x05(파)\x05(하)\x05(주)\x08(오전)\x08(오후)\x05(一)" + + "\x05(二)\x05(三)\x05(四)\x05(五)\x05(六)\x05(七)\x05(八)\x05(九)\x05(十)\x05(月)" + + "\x05(火)\x05(水)\x05(木)\x05(金)\x05(土)\x05(日)\x05(株)\x05(有)\x05(社)\x05(名)" + + "\x05(特)\x05(財)\x05(祝)\x05(労)\x05(代)\x05(呼)\x05(学)\x05(監)\x05(企)\x05(資)" + + "\x05(協)\x05(祭)\x05(休)\x05(自)\x05(至)\x0221\x0222\x0223\x0224\x0225\x0226" + + "\x0227\x0228\x0229\x0230\x0231\x0232\x0233\x0234\x0235\x06참고\x06주의\x0236" + + "\x0237\x0238\x0239\x0240\x0241\x0242\x0243\x0244\x0245\x0246\x0247\x0248" + + "\x0249\x0250\x041月\x042月\x043月\x044月\x045月\x046月\x047月\x048月\x049月\x0510" + + "月\x0511月\x0512月\x02hg\x02ev\x0cアパート\x0cアルファ\x0cアンペア\x09アール\x0cイニング\x09" + + "インチ\x09ウォン\x0fエスクード\x0cエーカー\x09オンス\x09オーム\x09カイリ\x0cカラット\x0cカロリー\x09ガロ" + + "ン\x09ガンマ\x06ギガ\x09ギニー\x0cキュリー\x0cギルダー\x06キロ\x0fキログラム\x12キロメートル\x0fキロワッ" + + "ト\x09グラム\x0fグラムトン\x0fクルゼイロ\x0cクローネ\x09ケース\x09コルナ\x09コーポ\x0cサイクル\x0fサンチ" + + "ーム\x0cシリング\x09センチ\x09セント\x09ダース\x06デシ\x06ドル\x06トン\x06ナノ\x09ノット\x09ハイツ" + + "\x0fパーセント\x09パーツ\x0cバーレル\x0fピアストル\x09ピクル\x06ピコ\x06ビル\x0fファラッド\x0cフィート" + + "\x0fブッシェル\x09フラン\x0fヘクタール\x06ペソ\x09ペニヒ\x09ヘルツ\x09ペンス\x09ページ\x09ベータ\x0cポイ" + + "ント\x09ボルト\x06ホン\x09ポンド\x09ホール\x09ホーン\x0cマイクロ\x09マイル\x09マッハ\x09マルク\x0fマ" + + "ンション\x0cミクロン\x06ミリ\x0fミリバール\x06メガ\x0cメガトン\x0cメートル\x09ヤード\x09ヤール\x09ユアン" + + "\x0cリットル\x06リラ\x09ルピー\x0cルーブル\x06レム\x0fレントゲン\x09ワット\x040点\x041点\x042点" + + "\x043点\x044点\x045点\x046点\x047点\x048点\x049点\x0510点\x0511点\x0512点\x0513点" + + "\x0514点\x0515点\x0516点\x0517点\x0518点\x0519点\x0520点\x0521点\x0522点\x0523点" + + "\x0524点\x02da\x02au\x02ov\x02pc\x02dm\x02iu\x06平成\x06昭和\x06大正\x06明治\x0c株" + + "式会社\x02pa\x02na\x02ma\x02ka\x02kb\x02mb\x02gb\x04kcal\x02pf\x02nf\x02m" + + "g\x02kg\x02hz\x02ml\x02dl\x02kl\x02fm\x02nm\x02mm\x02cm\x02km\x02m2\x02m" + + "3\x05m∕s\x06m∕s2\x07rad∕s\x08rad∕s2\x02ps\x02ns\x02ms\x02pv\x02nv\x02mv" + + "\x02kv\x02pw\x02nw\x02mw\x02kw\x02bq\x02cc\x02cd\x06c∕kg\x02db\x02gy\x02" + + "ha\x02hp\x02in\x02kk\x02kt\x02lm\x02ln\x02lx\x02ph\x02pr\x02sr\x02sv\x02" + + "wb\x05v∕m\x05a∕m\x041日\x042日\x043日\x044日\x045日\x046日\x047日\x048日\x049日" + + "\x0510日\x0511日\x0512日\x0513日\x0514日\x0515日\x0516日\x0517日\x0518日\x0519日" + + "\x0520日\x0521日\x0522日\x0523日\x0524日\x0525日\x0526日\x0527日\x0528日\x0529日" + + "\x0530日\x0531日\x02ь\x02ɦ\x02ɬ\x02ʞ\x02ʇ\x02œ\x04𤋮\x04𢡊\x04𢡄\x04𣏕\x04𥉉" + + "\x04𥳐\x04𧻓\x02ff\x02fi\x02fl\x02st\x04մն\x04մե\x04մի\x04վն\x04մխ\x04יִ" + + "\x04ײַ\x02ע\x02ה\x02כ\x02ל\x02ם\x02ר\x02ת\x04שׁ\x04שׂ\x06שּׁ\x06שּׂ\x04א" + + "ַ\x04אָ\x04אּ\x04בּ\x04גּ\x04דּ\x04הּ\x04וּ\x04זּ\x04טּ\x04יּ\x04ךּ\x04" + + "כּ\x04לּ\x04מּ\x04נּ\x04סּ\x04ףּ\x04פּ\x04צּ\x04קּ\x04רּ\x04שּ\x04תּ" + + "\x04וֹ\x04בֿ\x04כֿ\x04פֿ\x04אל\x02ٱ\x02ٻ\x02پ\x02ڀ\x02ٺ\x02ٿ\x02ٹ\x02ڤ" + + "\x02ڦ\x02ڄ\x02ڃ\x02چ\x02ڇ\x02ڍ\x02ڌ\x02ڎ\x02ڈ\x02ژ\x02ڑ\x02ک\x02گ\x02ڳ" + + "\x02ڱ\x02ں\x02ڻ\x02ۀ\x02ہ\x02ھ\x02ے\x02ۓ\x02ڭ\x02ۇ\x02ۆ\x02ۈ\x02ۋ\x02ۅ" + + "\x02ۉ\x02ې\x02ى\x04ئا\x04ئە\x04ئو\x04ئۇ\x04ئۆ\x04ئۈ\x04ئې\x04ئى\x02ی\x04" + + "ئج\x04ئح\x04ئم\x04ئي\x04بج\x04بح\x04بخ\x04بم\x04بى\x04بي\x04تج\x04تح" + + "\x04تخ\x04تم\x04تى\x04تي\x04ثج\x04ثم\x04ثى\x04ثي\x04جح\x04جم\x04حج\x04حم" + + "\x04خج\x04خح\x04خم\x04سج\x04سح\x04سخ\x04سم\x04صح\x04صم\x04ضج\x04ضح\x04ضخ" + + "\x04ضم\x04طح\x04طم\x04ظم\x04عج\x04عم\x04غج\x04غم\x04فج\x04فح\x04فخ\x04فم" + + "\x04فى\x04في\x04قح\x04قم\x04قى\x04قي\x04كا\x04كج\x04كح\x04كخ\x04كل\x04كم" + + "\x04كى\x04كي\x04لج\x04لح\x04لخ\x04لم\x04لى\x04لي\x04مج\x04مح\x04مخ\x04مم" + + "\x04مى\x04مي\x04نج\x04نح\x04نخ\x04نم\x04نى\x04ني\x04هج\x04هم\x04هى\x04هي" + + "\x04يج\x04يح\x04يخ\x04يم\x04يى\x04يي\x04ذٰ\x04رٰ\x04ىٰ\x05 ٌّ\x05 ٍّ\x05" + + " َّ\x05 ُّ\x05 ِّ\x05 ّٰ\x04ئر\x04ئز\x04ئن\x04بر\x04بز\x04بن\x04تر\x04تز" + + "\x04تن\x04ثر\x04ثز\x04ثن\x04ما\x04نر\x04نز\x04نن\x04ير\x04يز\x04ين\x04ئخ" + + "\x04ئه\x04به\x04ته\x04صخ\x04له\x04نه\x04هٰ\x04يه\x04ثه\x04سه\x04شم\x04شه" + + "\x06ـَّ\x06ـُّ\x06ـِّ\x04طى\x04طي\x04عى\x04عي\x04غى\x04غي\x04سى\x04سي" + + "\x04شى\x04شي\x04حى\x04حي\x04جى\x04جي\x04خى\x04خي\x04صى\x04صي\x04ضى\x04ضي" + + "\x04شج\x04شح\x04شخ\x04شر\x04سر\x04صر\x04ضر\x04اً\x06تجم\x06تحج\x06تحم" + + "\x06تخم\x06تمج\x06تمح\x06تمخ\x06جمح\x06حمي\x06حمى\x06سحج\x06سجح\x06سجى" + + "\x06سمح\x06سمج\x06سمم\x06صحح\x06صمم\x06شحم\x06شجي\x06شمخ\x06شمم\x06ضحى" + + "\x06ضخم\x06طمح\x06طمم\x06طمي\x06عجم\x06عمم\x06عمى\x06غمم\x06غمي\x06غمى" + + "\x06فخم\x06قمح\x06قمم\x06لحم\x06لحي\x06لحى\x06لجج\x06لخم\x06لمح\x06محج" + + "\x06محم\x06محي\x06مجح\x06مجم\x06مخج\x06مخم\x06مجخ\x06همج\x06همم\x06نحم" + + "\x06نحى\x06نجم\x06نجى\x06نمي\x06نمى\x06يمم\x06بخي\x06تجي\x06تجى\x06تخي" + + "\x06تخى\x06تمي\x06تمى\x06جمي\x06جحى\x06جمى\x06سخى\x06صحي\x06شحي\x06ضحي" + + "\x06لجي\x06لمي\x06يحي\x06يجي\x06يمي\x06ممي\x06قمي\x06نحي\x06عمي\x06كمي" + + "\x06نجح\x06مخي\x06لجم\x06كمم\x06جحي\x06حجي\x06مجي\x06فمي\x06بحي\x06سخي" + + "\x06نجي\x06صلے\x06قلے\x08الله\x08اكبر\x08محمد\x08صلعم\x08رسول\x08عليه" + + "\x08وسلم\x06صلى!صلى الله عليه وسلم\x0fجل جلاله\x08ریال\x01,\x01:\x01!" + + "\x01?\x01_\x01{\x01}\x01[\x01]\x01#\x01&\x01*\x01-\x01<\x01>\x01\\\x01$" + + "\x01%\x01@\x04ـً\x04ـَ\x04ـُ\x04ـِ\x04ـّ\x04ـْ\x02ء\x02آ\x02أ\x02ؤ\x02إ" + + "\x02ئ\x02ا\x02ب\x02ة\x02ت\x02ث\x02ج\x02ح\x02خ\x02د\x02ذ\x02ر\x02ز\x02س" + + "\x02ش\x02ص\x02ض\x02ط\x02ظ\x02ع\x02غ\x02ف\x02ق\x02ك\x02ل\x02م\x02ن\x02ه" + + "\x02و\x02ي\x04لآ\x04لأ\x04لإ\x04لا\x01\x22\x01'\x01/\x01^\x01|\x01~\x02¢" + + "\x02£\x02¬\x02¦\x02¥\x08𝅗𝅥\x08𝅘𝅥\x0c𝅘𝅥𝅮\x0c𝅘𝅥𝅯\x0c𝅘𝅥𝅰\x0c𝅘𝅥𝅱\x0c𝅘𝅥𝅲\x08𝆹" + + "𝅥\x08𝆺𝅥\x0c𝆹𝅥𝅮\x0c𝆺𝅥𝅮\x0c𝆹𝅥𝅯\x0c𝆺𝅥𝅯\x02ı\x02ȷ\x02α\x02ε\x02ζ\x02η\x02" + + "κ\x02λ\x02μ\x02ν\x02ξ\x02ο\x02σ\x02τ\x02υ\x02ψ\x03∇\x03∂\x02ϝ\x02ٮ\x02ڡ" + + "\x02ٯ\x020,\x021,\x022,\x023,\x024,\x025,\x026,\x027,\x028,\x029,\x03(a)" + + "\x03(b)\x03(c)\x03(d)\x03(e)\x03(f)\x03(g)\x03(h)\x03(i)\x03(j)\x03(k)" + + "\x03(l)\x03(m)\x03(n)\x03(o)\x03(p)\x03(q)\x03(r)\x03(s)\x03(t)\x03(u)" + + "\x03(v)\x03(w)\x03(x)\x03(y)\x03(z)\x07〔s〕\x02wz\x02hv\x02sd\x03ppv\x02w" + + "c\x02mc\x02md\x02dj\x06ほか\x06ココ\x03サ\x03手\x03字\x03双\x03デ\x03二\x03多\x03解" + + "\x03天\x03交\x03映\x03無\x03料\x03前\x03後\x03再\x03新\x03初\x03終\x03生\x03販\x03声" + + "\x03吹\x03演\x03投\x03捕\x03一\x03三\x03遊\x03左\x03中\x03右\x03指\x03走\x03打\x03禁" + + "\x03空\x03合\x03満\x03有\x03月\x03申\x03割\x03営\x03配\x09〔本〕\x09〔三〕\x09〔二〕\x09〔安" + + "〕\x09〔点〕\x09〔打〕\x09〔盗〕\x09〔勝〕\x09〔敗〕\x03得\x03可\x03丽\x03丸\x03乁\x03你\x03" + + "侮\x03侻\x03倂\x03偺\x03備\x03僧\x03像\x03㒞\x03免\x03兔\x03兤\x03具\x03㒹\x03內\x03" + + "冗\x03冤\x03仌\x03冬\x03况\x03凵\x03刃\x03㓟\x03刻\x03剆\x03剷\x03㔕\x03勇\x03勉\x03" + + "勤\x03勺\x03包\x03匆\x03北\x03卉\x03卑\x03博\x03即\x03卽\x03卿\x03灰\x03及\x03叟\x03" + + "叫\x03叱\x03吆\x03咞\x03吸\x03呈\x03周\x03咢\x03哶\x03唐\x03啓\x03啣\x03善\x03喙\x03" + + "喫\x03喳\x03嗂\x03圖\x03嘆\x03圗\x03噑\x03噴\x03切\x03壮\x03城\x03埴\x03堍\x03型\x03" + + "堲\x03報\x03墬\x03売\x03壷\x03夆\x03夢\x03奢\x03姬\x03娛\x03娧\x03姘\x03婦\x03㛮\x03" + + "嬈\x03嬾\x03寃\x03寘\x03寧\x03寳\x03寿\x03将\x03尢\x03㞁\x03屠\x03屮\x03峀\x03岍\x03" + + "嵃\x03嵮\x03嵫\x03嵼\x03巡\x03巢\x03㠯\x03巽\x03帨\x03帽\x03幩\x03㡢\x03㡼\x03庰\x03" + + "庳\x03庶\x03廊\x03廾\x03舁\x03弢\x03㣇\x03形\x03彫\x03㣣\x03徚\x03忍\x03志\x03忹\x03" + + "悁\x03㤺\x03㤜\x03悔\x03惇\x03慈\x03慌\x03慎\x03慺\x03憎\x03憲\x03憤\x03憯\x03懞\x03" + + "懲\x03懶\x03成\x03戛\x03扝\x03抱\x03拔\x03捐\x03挽\x03拼\x03捨\x03掃\x03揤\x03搢\x03" + + "揅\x03掩\x03㨮\x03摩\x03摾\x03撝\x03摷\x03㩬\x03敏\x03敬\x03旣\x03書\x03晉\x03㬙\x03" + + "暑\x03㬈\x03㫤\x03冒\x03冕\x03最\x03暜\x03肭\x03䏙\x03朗\x03望\x03朡\x03杞\x03杓\x03" + + "㭉\x03柺\x03枅\x03桒\x03梅\x03梎\x03栟\x03椔\x03㮝\x03楂\x03榣\x03槪\x03檨\x03櫛\x03" + + "㰘\x03次\x03歔\x03㱎\x03歲\x03殟\x03殺\x03殻\x03汎\x03沿\x03泍\x03汧\x03洖\x03派\x03" + + "海\x03流\x03浩\x03浸\x03涅\x03洴\x03港\x03湮\x03㴳\x03滋\x03滇\x03淹\x03潮\x03濆\x03" + + "瀹\x03瀞\x03瀛\x03㶖\x03灊\x03災\x03灷\x03炭\x03煅\x03熜\x03爨\x03爵\x03牐\x03犀\x03" + + "犕\x03獺\x03王\x03㺬\x03玥\x03㺸\x03瑇\x03瑜\x03瑱\x03璅\x03瓊\x03㼛\x03甤\x03甾\x03" + + "異\x03瘐\x03㿼\x03䀈\x03直\x03眞\x03真\x03睊\x03䀹\x03瞋\x03䁆\x03䂖\x03硎\x03碌\x03" + + "磌\x03䃣\x03祖\x03福\x03秫\x03䄯\x03穀\x03穊\x03穏\x03䈂\x03篆\x03築\x03䈧\x03糒\x03" + + "䊠\x03糨\x03糣\x03紀\x03絣\x03䌁\x03緇\x03縂\x03繅\x03䌴\x03䍙\x03罺\x03羕\x03翺\x03" + + "者\x03聠\x03聰\x03䏕\x03育\x03脃\x03䐋\x03脾\x03媵\x03舄\x03辞\x03䑫\x03芑\x03芋\x03" + + "芝\x03劳\x03花\x03芳\x03芽\x03苦\x03若\x03茝\x03荣\x03莭\x03茣\x03莽\x03菧\x03著\x03" + + "荓\x03菊\x03菌\x03菜\x03䔫\x03蓱\x03蓳\x03蔖\x03蕤\x03䕝\x03䕡\x03䕫\x03虐\x03虜\x03" + + "虧\x03虩\x03蚩\x03蚈\x03蜎\x03蛢\x03蝹\x03蜨\x03蝫\x03螆\x03蟡\x03蠁\x03䗹\x03衠\x03" + + "衣\x03裗\x03裞\x03䘵\x03裺\x03㒻\x03䚾\x03䛇\x03誠\x03諭\x03變\x03豕\x03貫\x03賁\x03" + + "贛\x03起\x03跋\x03趼\x03跰\x03軔\x03輸\x03邔\x03郱\x03鄑\x03鄛\x03鈸\x03鋗\x03鋘\x03" + + "鉼\x03鏹\x03鐕\x03開\x03䦕\x03閷\x03䧦\x03雃\x03嶲\x03霣\x03䩮\x03䩶\x03韠\x03䪲\x03" + + "頋\x03頩\x03飢\x03䬳\x03餩\x03馧\x03駂\x03駾\x03䯎\x03鬒\x03鱀\x03鳽\x03䳎\x03䳭\x03" + + "鵧\x03䳸\x03麻\x03䵖\x03黹\x03黾\x03鼅\x03鼏\x03鼖\x03鼻" + +var xorData string = "" + // Size: 4855 bytes + "\x02\x0c\x09\x02\xb0\xec\x02\xad\xd8\x02\xad\xd9\x02\x06\x07\x02\x0f\x12" + + "\x02\x0f\x1f\x02\x0f\x1d\x02\x01\x13\x02\x0f\x16\x02\x0f\x0b\x02\x0f3" + + "\x02\x0f7\x02\x0f?\x02\x0f/\x02\x0f*\x02\x0c&\x02\x0c*\x02\x0c;\x02\x0c9" + + "\x02\x0c%\x02\xab\xed\x02\xab\xe2\x02\xab\xe3\x02\xa9\xe0\x02\xa9\xe1" + + "\x02\xa9\xe6\x02\xa3\xcb\x02\xa3\xc8\x02\xa3\xc9\x02\x01#\x02\x01\x08" + + "\x02\x0e>\x02\x0e'\x02\x0f\x03\x02\x03\x0d\x02\x03\x09\x02\x03\x17\x02" + + "\x03\x0e\x02\x02\x03\x02\x011\x02\x01\x00\x02\x01\x10\x02\x03<\x02\x07" + + "\x0d\x02\x02\x0c\x02\x0c0\x02\x01\x03\x02\x01\x01\x02\x01 \x02\x01\x22" + + "\x02\x01)\x02\x01\x0a\x02\x01\x0c\x02\x02\x06\x02\x02\x02\x02\x03\x10" + + "\x03\x037 \x03\x0b+\x03\x02\x01\x04\x02\x01\x02\x02\x019\x02\x03\x1c\x02" + + "\x02$\x03\x80p$\x02\x03:\x02\x03\x0a\x03\xc1r.\x03\xc1r,\x03\xc1r\x02" + + "\x02\x02:\x02\x02>\x02\x02,\x02\x02\x10\x02\x02\x00\x03\xc1s<\x03\xc1s*" + + "\x03\xc2L$\x03\xc2L;\x02\x09)\x02\x0a\x19\x03\x83\xab\xe3\x03\x83\xab" + + "\xf2\x03 4\xe0\x03\x81\xab\xea\x03\x81\xab\xf3\x03 4\xef\x03\x96\xe1\xcd" + + "\x03\x84\xe5\xc3\x02\x0d\x11\x03\x8b\xec\xcb\x03\x94\xec\xcf\x03\x9a\xec" + + "\xc2\x03\x8b\xec\xdb\x03\x94\xec\xdf\x03\x9a\xec\xd2\x03\x01\x0c!\x03" + + "\x01\x0c#\x03ʠ\x9d\x03ʣ\x9c\x03ʢ\x9f\x03ʥ\x9e\x03ʤ\x91\x03ʧ\x90\x03ʦ\x93" + + "\x03ʩ\x92\x03ʨ\x95\x03\xca\xf3\xb5\x03\xca\xf0\xb4\x03\xca\xf1\xb7\x03" + + "\xca\xf6\xb6\x03\xca\xf7\x89\x03\xca\xf4\x88\x03\xca\xf5\x8b\x03\xca\xfa" + + "\x8a\x03\xca\xfb\x8d\x03\xca\xf8\x8c\x03\xca\xf9\x8f\x03\xca\xfe\x8e\x03" + + "\xca\xff\x81\x03\xca\xfc\x80\x03\xca\xfd\x83\x03\xca\xe2\x82\x03\xca\xe3" + + "\x85\x03\xca\xe0\x84\x03\xca\xe1\x87\x03\xca\xe6\x86\x03\xca\xe7\x99\x03" + + "\xca\xe4\x98\x03\xca\xe5\x9b\x03\xca\xea\x9a\x03\xca\xeb\x9d\x03\xca\xe8" + + "\x9c\x03ؓ\x89\x03ߔ\x8b\x02\x010\x03\x03\x04\x1e\x03\x04\x15\x12\x03\x0b" + + "\x05,\x03\x06\x04\x00\x03\x06\x04)\x03\x06\x044\x03\x06\x04<\x03\x06\x05" + + "\x1d\x03\x06\x06\x00\x03\x06\x06\x0a\x03\x06\x06'\x03\x06\x062\x03\x0786" + + "\x03\x079/\x03\x079 \x03\x07:\x0e\x03\x07:\x1b\x03\x07:%\x03\x07;/\x03" + + "\x07;%\x03\x074\x11\x03\x076\x09\x03\x077*\x03\x070\x01\x03\x070\x0f\x03" + + "\x070.\x03\x071\x16\x03\x071\x04\x03\x0710\x03\x072\x18\x03\x072-\x03" + + "\x073\x14\x03\x073>\x03\x07'\x09\x03\x07 \x00\x03\x07\x1f\x0b\x03\x07" + + "\x18#\x03\x07\x18(\x03\x07\x186\x03\x07\x18\x03\x03\x07\x19\x16\x03\x07" + + "\x116\x03\x07\x12'\x03\x07\x13\x10\x03\x07\x0c&\x03\x07\x0c\x08\x03\x07" + + "\x0c\x13\x03\x07\x0d\x02\x03\x07\x0d\x1c\x03\x07\x0b5\x03\x07\x0b\x0a" + + "\x03\x07\x0b\x01\x03\x07\x0b\x0f\x03\x07\x05\x00\x03\x07\x05\x09\x03\x07" + + "\x05\x0b\x03\x07\x07\x01\x03\x07\x07\x08\x03\x07\x00<\x03\x07\x00+\x03" + + "\x07\x01)\x03\x07\x01\x1b\x03\x07\x01\x08\x03\x07\x03?\x03\x0445\x03\x04" + + "4\x08\x03\x0454\x03\x04)/\x03\x04)5\x03\x04+\x05\x03\x04+\x14\x03\x04+ " + + "\x03\x04+<\x03\x04*&\x03\x04*\x22\x03\x04&8\x03\x04!\x01\x03\x04!\x22" + + "\x03\x04\x11+\x03\x04\x10.\x03\x04\x104\x03\x04\x13=\x03\x04\x12\x04\x03" + + "\x04\x12\x0a\x03\x04\x0d\x1d\x03\x04\x0d\x07\x03\x04\x0d \x03\x05<>\x03" + + "\x055<\x03\x055!\x03\x055#\x03\x055&\x03\x054\x1d\x03\x054\x02\x03\x054" + + "\x07\x03\x0571\x03\x053\x1a\x03\x053\x16\x03\x05.<\x03\x05.\x07\x03\x05)" + + ":\x03\x05)<\x03\x05)\x0c\x03\x05)\x15\x03\x05+-\x03\x05+5\x03\x05$\x1e" + + "\x03\x05$\x14\x03\x05'\x04\x03\x05'\x14\x03\x05&\x02\x03\x05\x226\x03" + + "\x05\x22\x0c\x03\x05\x22\x1c\x03\x05\x19\x0a\x03\x05\x1b\x09\x03\x05\x1b" + + "\x0c\x03\x05\x14\x07\x03\x05\x16?\x03\x05\x16\x0c\x03\x05\x0c\x05\x03" + + "\x05\x0e\x0f\x03\x05\x01\x0e\x03\x05\x00(\x03\x05\x030\x03\x05\x03\x06" + + "\x03\x0a==\x03\x0a=1\x03\x0a=,\x03\x0a=\x0c\x03\x0a??\x03\x0a<\x08\x03" + + "\x0a9!\x03\x0a9)\x03\x0a97\x03\x0a99\x03\x0a6\x0a\x03\x0a6\x1c\x03\x0a6" + + "\x17\x03\x0a7'\x03\x0a78\x03\x0a73\x03\x0a'\x01\x03\x0a'&\x03\x0a\x1f" + + "\x0e\x03\x0a\x1f\x03\x03\x0a\x1f3\x03\x0a\x1b/\x03\x0a\x18\x19\x03\x0a" + + "\x19\x01\x03\x0a\x16\x14\x03\x0a\x0e\x22\x03\x0a\x0f\x10\x03\x0a\x0f\x02" + + "\x03\x0a\x0f \x03\x0a\x0c\x04\x03\x0a\x0b>\x03\x0a\x0b+\x03\x0a\x08/\x03" + + "\x0a\x046\x03\x0a\x05\x14\x03\x0a\x00\x04\x03\x0a\x00\x10\x03\x0a\x00" + + "\x14\x03\x0b<3\x03\x0b;*\x03\x0b9\x22\x03\x0b9)\x03\x0b97\x03\x0b+\x10" + + "\x03\x0b((\x03\x0b&5\x03\x0b$\x1c\x03\x0b$\x12\x03\x0b%\x04\x03\x0b#<" + + "\x03\x0b#0\x03\x0b#\x0d\x03\x0b#\x19\x03\x0b!:\x03\x0b!\x1f\x03\x0b!\x00" + + "\x03\x0b\x1e5\x03\x0b\x1c\x1d\x03\x0b\x1d-\x03\x0b\x1d(\x03\x0b\x18.\x03" + + "\x0b\x18 \x03\x0b\x18\x16\x03\x0b\x14\x13\x03\x0b\x15$\x03\x0b\x15\x22" + + "\x03\x0b\x12\x1b\x03\x0b\x12\x10\x03\x0b\x132\x03\x0b\x13=\x03\x0b\x12" + + "\x18\x03\x0b\x0c&\x03\x0b\x061\x03\x0b\x06:\x03\x0b\x05#\x03\x0b\x05<" + + "\x03\x0b\x04\x0b\x03\x0b\x04\x04\x03\x0b\x04\x1b\x03\x0b\x042\x03\x0b" + + "\x041\x03\x0b\x03\x03\x03\x0b\x03\x1d\x03\x0b\x03/\x03\x0b\x03+\x03\x0b" + + "\x02\x1b\x03\x0b\x02\x00\x03\x0b\x01\x1e\x03\x0b\x01\x08\x03\x0b\x015" + + "\x03\x06\x0d9\x03\x06\x0d=\x03\x06\x0d?\x03\x02\x001\x03\x02\x003\x03" + + "\x02\x02\x19\x03\x02\x006\x03\x02\x02\x1b\x03\x02\x004\x03\x02\x00<\x03" + + "\x02\x02\x0a\x03\x02\x02\x0e\x03\x02\x01\x1a\x03\x02\x01\x07\x03\x02\x01" + + "\x05\x03\x02\x01\x0b\x03\x02\x01%\x03\x02\x01\x0c\x03\x02\x01\x04\x03" + + "\x02\x01\x1c\x03\x02\x00.\x03\x02\x002\x03\x02\x00>\x03\x02\x00\x12\x03" + + "\x02\x00\x16\x03\x02\x011\x03\x02\x013\x03\x02\x02 \x03\x02\x02%\x03\x02" + + "\x02$\x03\x02\x028\x03\x02\x02;\x03\x02\x024\x03\x02\x012\x03\x02\x022" + + "\x03\x02\x02/\x03\x02\x01,\x03\x02\x01\x13\x03\x02\x01\x16\x03\x02\x01" + + "\x11\x03\x02\x01\x1e\x03\x02\x01\x15\x03\x02\x01\x17\x03\x02\x01\x0f\x03" + + "\x02\x01\x08\x03\x02\x00?\x03\x02\x03\x07\x03\x02\x03\x0d\x03\x02\x03" + + "\x13\x03\x02\x03\x1d\x03\x02\x03\x1f\x03\x02\x00\x03\x03\x02\x00\x0d\x03" + + "\x02\x00\x01\x03\x02\x00\x1b\x03\x02\x00\x19\x03\x02\x00\x18\x03\x02\x00" + + "\x13\x03\x02\x00/\x03\x07>\x12\x03\x07<\x1f\x03\x07>\x1d\x03\x06\x1d\x0e" + + "\x03\x07>\x1c\x03\x07>:\x03\x07>\x13\x03\x04\x12+\x03\x07?\x03\x03\x07>" + + "\x02\x03\x06\x224\x03\x06\x1a.\x03\x07<%\x03\x06\x1c\x0b\x03\x0609\x03" + + "\x05\x1f\x01\x03\x04'\x08\x03\x93\xfd\xf5\x03\x02\x0d \x03\x02\x0d#\x03" + + "\x02\x0d!\x03\x02\x0d&\x03\x02\x0d\x22\x03\x02\x0d/\x03\x02\x0d,\x03\x02" + + "\x0d$\x03\x02\x0d'\x03\x02\x0d%\x03\x02\x0d;\x03\x02\x0d=\x03\x02\x0d?" + + "\x03\x099.\x03\x08\x0b7\x03\x08\x02\x14\x03\x08\x14\x0d\x03\x08.:\x03" + + "\x089'\x03\x0f\x0b\x18\x03\x0f\x1c1\x03\x0f\x17&\x03\x0f9\x1f\x03\x0f0" + + "\x0c\x03\x0e\x0a9\x03\x0e\x056\x03\x0e\x1c#\x03\x0f\x13\x0e\x03\x072\x00" + + "\x03\x070\x0d\x03\x072\x0b\x03\x06\x11\x18\x03\x070\x10\x03\x06\x0f(\x03" + + "\x072\x05\x03\x06\x0f,\x03\x073\x15\x03\x06\x07\x08\x03\x05\x16\x02\x03" + + "\x04\x0b \x03\x05:8\x03\x05\x16%\x03\x0a\x0d\x1f\x03\x06\x16\x10\x03\x05" + + "\x1d5\x03\x05*;\x03\x05\x16\x1b\x03\x04.-\x03\x06\x1a\x19\x03\x04\x03," + + "\x03\x0b87\x03\x04/\x0a\x03\x06\x00,\x03\x04-\x01\x03\x04\x1e-\x03\x06/(" + + "\x03\x0a\x0b5\x03\x06\x0e7\x03\x06\x07.\x03\x0597\x03\x0a*%\x03\x0760" + + "\x03\x06\x0c;\x03\x05'\x00\x03\x072.\x03\x072\x08\x03\x06=\x01\x03\x06" + + "\x05\x1b\x03\x06\x06\x12\x03\x06$=\x03\x06'\x0d\x03\x04\x11\x0f\x03\x076" + + ",\x03\x06\x07;\x03\x06.,\x03\x86\xf9\xea\x03\x8f\xff\xeb\x02\x092\x02" + + "\x095\x02\x094\x02\x09;\x02\x09>\x02\x098\x02\x09*\x02\x09/\x02\x09,\x02" + + "\x09%\x02\x09&\x02\x09#\x02\x09 \x02\x08!\x02\x08%\x02\x08$\x02\x08+\x02" + + "\x08.\x02\x08*\x02\x08&\x02\x088\x02\x08>\x02\x084\x02\x086\x02\x080\x02" + + "\x08\x10\x02\x08\x17\x02\x08\x12\x02\x08\x1d\x02\x08\x1f\x02\x08\x13\x02" + + "\x08\x15\x02\x08\x14\x02\x08\x0c\x03\x8b\xfd\xd0\x03\x81\xec\xc6\x03\x87" + + "\xe0\x8a\x03-2\xe3\x03\x80\xef\xe4\x03-2\xea\x03\x88\xe6\xeb\x03\x8e\xe6" + + "\xe8\x03\x84\xe6\xe9\x03\x97\xe6\xee\x03-2\xf9\x03-2\xf6\x03\x8e\xe3\xad" + + "\x03\x80\xe3\x92\x03\x88\xe3\x90\x03\x8e\xe3\x90\x03\x80\xe3\x97\x03\x88" + + "\xe3\x95\x03\x88\xfe\xcb\x03\x8e\xfe\xca\x03\x84\xfe\xcd\x03\x91\xef\xc9" + + "\x03-2\xc1\x03-2\xc0\x03-2\xcb\x03\x88@\x09\x03\x8e@\x08\x03\x8f\xe0\xf5" + + "\x03\x8e\xe6\xf9\x03\x8e\xe0\xfa\x03\x93\xff\xf4\x03\x84\xee\xd3\x03\x0b" + + "(\x04\x023 \x021;\x02\x01*\x03\x0b#\x10\x03\x0b 0\x03\x0b!\x10\x03\x0b!0" + + "\x03\x07\x15\x08\x03\x09?5\x03\x07\x1f\x08\x03\x07\x17\x0b\x03\x09\x1f" + + "\x15\x03\x0b\x1c7\x03\x0a+#\x03\x06\x1a\x1b\x03\x06\x1a\x14\x03\x0a\x01" + + "\x18\x03\x06#\x1b\x03\x0a2\x0c\x03\x0a\x01\x04\x03\x09#;\x03\x08='\x03" + + "\x08\x1a\x0a\x03\x07\x03\x0a\x111\x03\x09\x1b\x09\x03\x073.\x03\x07\x01\x00" + + "\x03\x09/,\x03\x07#>\x03\x07\x048\x03\x0a\x1f\x22\x03\x098>\x03\x09\x11" + + "\x00\x03\x08/\x17\x03\x06'\x22\x03\x0b\x1a+\x03\x0a\x22\x19\x03\x0a/1" + + "\x03\x0974\x03\x09\x0f\x22\x03\x08,\x22\x03\x08?\x14\x03\x07$5\x03\x07<3" + + "\x03\x07=*\x03\x07\x13\x18\x03\x068\x0a\x03\x06\x09\x16\x03\x06\x13\x00" + + "\x03\x08\x067\x03\x08\x01\x03\x03\x08\x12\x1d\x03\x07+7\x03\x06(;\x03" + + "\x06\x1c?\x03\x07\x0e\x17\x03\x0a\x06\x1d\x03\x0a\x19\x07\x03\x08\x14$" + + "\x03\x07$;\x03\x08,$\x03\x08\x06\x0d\x03\x07\x16\x0a\x03\x06>>\x03\x0a" + + "\x06\x12\x03\x0a\x14)\x03\x09\x0d\x1f\x03\x09\x12\x17\x03\x09\x19\x01" + + "\x03\x08\x11 \x03\x08\x1d'\x03\x06<\x1a\x03\x0a.\x00\x03\x07'\x18\x03" + + "\x0a\x22\x08\x03\x08\x0d\x0a\x03\x08\x13)\x03\x07*)\x03\x06<,\x03\x07" + + "\x0b\x1a\x03\x09.\x14\x03\x09\x0d\x1e\x03\x07\x0e#\x03\x0b\x1d'\x03\x0a" + + "\x0a8\x03\x09%2\x03\x08+&\x03\x080\x12\x03\x0a)4\x03\x08\x06\x1f\x03\x0b" + + "\x1b\x1a\x03\x0a\x1b\x0f\x03\x0b\x1d*\x03\x09\x16$\x03\x090\x11\x03\x08" + + "\x11\x08\x03\x0a*(\x03\x0a\x042\x03\x089,\x03\x074'\x03\x07\x0f\x05\x03" + + "\x09\x0b\x0a\x03\x07\x1b\x01\x03\x09\x17:\x03\x09.\x0d\x03\x07.\x11\x03" + + "\x09+\x15\x03\x080\x13\x03\x0b\x1f\x19\x03\x0a \x11\x03\x0a\x220\x03\x09" + + "\x07;\x03\x08\x16\x1c\x03\x07,\x13\x03\x07\x0e/\x03\x06\x221\x03\x0a." + + "\x0a\x03\x0a7\x02\x03\x0a\x032\x03\x0a\x1d.\x03\x091\x06\x03\x09\x19:" + + "\x03\x08\x02/\x03\x060+\x03\x06\x0f-\x03\x06\x1c\x1f\x03\x06\x1d\x07\x03" + + "\x0a,\x11\x03\x09=\x0d\x03\x09\x0b;\x03\x07\x1b/\x03\x0a\x1f:\x03\x09 " + + "\x1f\x03\x09.\x10\x03\x094\x0b\x03\x09\x1a1\x03\x08#\x1a\x03\x084\x1d" + + "\x03\x08\x01\x1f\x03\x08\x11\x22\x03\x07'8\x03\x07\x1a>\x03\x0757\x03" + + "\x06&9\x03\x06+\x11\x03\x0a.\x0b\x03\x0a,>\x03\x0a4#\x03\x08%\x17\x03" + + "\x07\x05\x22\x03\x07\x0c\x0b\x03\x0a\x1d+\x03\x0a\x19\x16\x03\x09+\x1f" + + "\x03\x09\x08\x0b\x03\x08\x16\x18\x03\x08+\x12\x03\x0b\x1d\x0c\x03\x0a=" + + "\x10\x03\x0a\x09\x0d\x03\x0a\x10\x11\x03\x09&0\x03\x08(\x1f\x03\x087\x07" + + "\x03\x08\x185\x03\x07'6\x03\x06.\x05\x03\x06=\x04\x03\x06;;\x03\x06\x06," + + "\x03\x0b\x18>\x03\x08\x00\x18\x03\x06 \x03\x03\x06<\x00\x03\x09%\x18\x03" + + "\x0b\x1c<\x03\x0a%!\x03\x0a\x09\x12\x03\x0a\x16\x02\x03\x090'\x03\x09" + + "\x0e=\x03\x08 \x0e\x03\x08>\x03\x03\x074>\x03\x06&?\x03\x06\x19\x09\x03" + + "\x06?(\x03\x0a-\x0e\x03\x09:3\x03\x098:\x03\x09\x12\x0b\x03\x09\x1d\x17" + + "\x03\x087\x05\x03\x082\x14\x03\x08\x06%\x03\x08\x13\x1f\x03\x06\x06\x0e" + + "\x03\x0a\x22<\x03\x09/<\x03\x06>+\x03\x0a'?\x03\x0a\x13\x0c\x03\x09\x10<" + + "\x03\x07\x1b=\x03\x0a\x19\x13\x03\x09\x22\x1d\x03\x09\x07\x0d\x03\x08)" + + "\x1c\x03\x06=\x1a\x03\x0a/4\x03\x0a7\x11\x03\x0a\x16:\x03\x09?3\x03\x09:" + + "/\x03\x09\x05\x0a\x03\x09\x14\x06\x03\x087\x22\x03\x080\x07\x03\x08\x1a" + + "\x1f\x03\x07\x04(\x03\x07\x04\x09\x03\x06 %\x03\x06<\x08\x03\x0a+\x14" + + "\x03\x09\x1d\x16\x03\x0a70\x03\x08 >\x03\x0857\x03\x070\x0a\x03\x06=\x12" + + "\x03\x06\x16%\x03\x06\x1d,\x03\x099#\x03\x09\x10>\x03\x07 \x1e\x03\x08" + + "\x0c<\x03\x08\x0b\x18\x03\x08\x15+\x03\x08,:\x03\x08%\x22\x03\x07\x0a$" + + "\x03\x0b\x1c=\x03\x07+\x08\x03\x0a/\x05\x03\x0a \x07\x03\x0a\x12'\x03" + + "\x09#\x11\x03\x08\x1b\x15\x03\x0a\x06\x01\x03\x09\x1c\x1b\x03\x0922\x03" + + "\x07\x14<\x03\x07\x09\x04\x03\x061\x04\x03\x07\x0e\x01\x03\x0a\x13\x18" + + "\x03\x0a-\x0c\x03\x0a?\x0d\x03\x0a\x09\x0a\x03\x091&\x03\x0a/\x0b\x03" + + "\x08$<\x03\x083\x1d\x03\x08\x0c$\x03\x08\x0d\x07\x03\x08\x0d?\x03\x08" + + "\x0e\x14\x03\x065\x0a\x03\x08\x1a#\x03\x08\x16#\x03\x0702\x03\x07\x03" + + "\x1a\x03\x06(\x1d\x03\x06+\x1b\x03\x06\x0b\x05\x03\x06\x0b\x17\x03\x06" + + "\x0c\x04\x03\x06\x1e\x19\x03\x06+0\x03\x062\x18\x03\x0b\x16\x1e\x03\x0a+" + + "\x16\x03\x0a-?\x03\x0a#:\x03\x0a#\x10\x03\x0a%$\x03\x0a>+\x03\x0a01\x03" + + "\x0a1\x10\x03\x0a\x099\x03\x0a\x0a\x12\x03\x0a\x19\x1f\x03\x0a\x19\x12" + + "\x03\x09*)\x03\x09-\x16\x03\x09.1\x03\x09.2\x03\x09<\x0e\x03\x09> \x03" + + "\x093\x12\x03\x09\x0b\x01\x03\x09\x1c2\x03\x09\x11\x1c\x03\x09\x15%\x03" + + "\x08,&\x03\x08!\x22\x03\x089(\x03\x08\x0b\x1a\x03\x08\x0d2\x03\x08\x0c" + + "\x04\x03\x08\x0c\x06\x03\x08\x0c\x1f\x03\x08\x0c\x0c\x03\x08\x0f\x1f\x03" + + "\x08\x0f\x1d\x03\x08\x00\x14\x03\x08\x03\x14\x03\x08\x06\x16\x03\x08\x1e" + + "#\x03\x08\x11\x11\x03\x08\x10\x18\x03\x08\x14(\x03\x07)\x1e\x03\x07.1" + + "\x03\x07 $\x03\x07 '\x03\x078\x08\x03\x07\x0d0\x03\x07\x0f7\x03\x07\x05#" + + "\x03\x07\x05\x1a\x03\x07\x1a7\x03\x07\x1d-\x03\x07\x17\x10\x03\x06)\x1f" + + "\x03\x062\x0b\x03\x066\x16\x03\x06\x09\x11\x03\x09(\x1e\x03\x07!5\x03" + + "\x0b\x11\x16\x03\x0a/\x04\x03\x0a,\x1a\x03\x0b\x173\x03\x0a,1\x03\x0a/5" + + "\x03\x0a\x221\x03\x0a\x22\x0d\x03\x0a?%\x03\x0a<,\x03\x0a?#\x03\x0a>\x19" + + "\x03\x0a\x08&\x03\x0a\x0b\x0e\x03\x0a\x0c:\x03\x0a\x0c+\x03\x0a\x03\x22" + + "\x03\x0a\x06)\x03\x0a\x11\x10\x03\x0a\x11\x1a\x03\x0a\x17-\x03\x0a\x14(" + + "\x03\x09)\x1e\x03\x09/\x09\x03\x09.\x00\x03\x09,\x07\x03\x09/*\x03\x09-9" + + "\x03\x09\x228\x03\x09%\x09\x03\x09:\x12\x03\x09;\x1d\x03\x09?\x06\x03" + + "\x093%\x03\x096\x05\x03\x096\x08\x03\x097\x02\x03\x09\x07,\x03\x09\x04," + + "\x03\x09\x1f\x16\x03\x09\x11\x03\x03\x09\x11\x12\x03\x09\x168\x03\x08*" + + "\x05\x03\x08/2\x03\x084:\x03\x08\x22+\x03\x08 0\x03\x08&\x0a\x03\x08;" + + "\x10\x03\x08>$\x03\x08>\x18\x03\x0829\x03\x082:\x03\x081,\x03\x081<\x03" + + "\x081\x1c\x03\x087#\x03\x087*\x03\x08\x09'\x03\x08\x00\x1d\x03\x08\x05-" + + "\x03\x08\x1f4\x03\x08\x1d\x04\x03\x08\x16\x0f\x03\x07*7\x03\x07'!\x03" + + "\x07%\x1b\x03\x077\x0c\x03\x07\x0c1\x03\x07\x0c.\x03\x07\x00\x06\x03\x07" + + "\x01\x02\x03\x07\x010\x03\x07\x06=\x03\x07\x01\x03\x03\x07\x01\x13\x03" + + "\x07\x06\x06\x03\x07\x05\x0a\x03\x07\x1f\x09\x03\x07\x17:\x03\x06*1\x03" + + "\x06-\x1d\x03\x06\x223\x03\x062:\x03\x060$\x03\x066\x1e\x03\x064\x12\x03" + + "\x0645\x03\x06\x0b\x00\x03\x06\x0b7\x03\x06\x07\x1f\x03\x06\x15\x12\x03" + + "\x0c\x05\x0f\x03\x0b+\x0b\x03\x0b+-\x03\x06\x16\x1b\x03\x06\x15\x17\x03" + + "\x89\xca\xea\x03\x89\xca\xe8\x03\x0c8\x10\x03\x0c8\x01\x03\x0c8\x0f\x03" + + "\x0d8%\x03\x0d8!\x03\x0c8-\x03\x0c8/\x03\x0c8+\x03\x0c87\x03\x0c85\x03" + + "\x0c9\x09\x03\x0c9\x0d\x03\x0c9\x0f\x03\x0c9\x0b\x03\xcfu\x0c\x03\xcfu" + + "\x0f\x03\xcfu\x0e\x03\xcfu\x09\x03\x0c9\x10\x03\x0d9\x0c\x03\xcf`;\x03" + + "\xcf`>\x03\xcf`9\x03\xcf`8\x03\xcf`7\x03\xcf`*\x03\xcf`-\x03\xcf`,\x03" + + "\x0d\x1b\x1a\x03\x0d\x1b&\x03\x0c=.\x03\x0c=%\x03\x0c>\x1e\x03\x0c>\x14" + + "\x03\x0c?\x06\x03\x0c?\x0b\x03\x0c?\x0c\x03\x0c?\x0d\x03\x0c?\x02\x03" + + "\x0c>\x0f\x03\x0c>\x08\x03\x0c>\x09\x03\x0c>,\x03\x0c>\x0c\x03\x0c?\x13" + + "\x03\x0c?\x16\x03\x0c?\x15\x03\x0c?\x1c\x03\x0c?\x1f\x03\x0c?\x1d\x03" + + "\x0c?\x1a\x03\x0c?\x17\x03\x0c?\x08\x03\x0c?\x09\x03\x0c?\x0e\x03\x0c?" + + "\x04\x03\x0c?\x05\x03\x0c" + + "\x03\x0c=2\x03\x0c=6\x03\x0c<\x07\x03\x0c<\x05\x03\x0e:!\x03\x0e:#\x03" + + "\x0e8\x09\x03\x0e:&\x03\x0e8\x0b\x03\x0e:$\x03\x0e:,\x03\x0e8\x1a\x03" + + "\x0e8\x1e\x03\x0e:*\x03\x0e:7\x03\x0e:5\x03\x0e:;\x03\x0e:\x15\x03\x0e:<" + + "\x03\x0e:4\x03\x0e:'\x03\x0e:-\x03\x0e:%\x03\x0e:?\x03\x0e:=\x03\x0e:)" + + "\x03\x0e:/\x03\xcfs'\x03\x0d=\x0f\x03\x0d+*\x03\x0d99\x03\x0d9;\x03\x0d9" + + "?\x03\x0d)\x0d\x03\x0d(%\x02\x01\x18\x02\x01(\x02\x01\x1e\x03\x0f$!\x03" + + "\x0f87\x03\x0f4\x0e\x03\x0f5\x1d\x03\x06'\x03\x03\x0f\x08\x18\x03\x0f" + + "\x0d\x1b\x03\x0e2=\x03\x0e;\x08\x03\x0e:\x0b\x03\x0e\x06$\x03\x0e\x0d)" + + "\x03\x0e\x16\x1f\x03\x0e\x16\x1b\x03\x0d$\x0a\x03\x05,\x1d\x03\x0d. \x03" + + "\x0d.#\x03\x0c(/\x03\x09%\x02\x03\x0d90\x03\x0d\x0e4\x03\x0d\x0d\x0f\x03" + + "\x0c#\x00\x03\x0c,\x1e\x03\x0c2\x0e\x03\x0c\x01\x17\x03\x0c\x09:\x03\x0e" + + "\x173\x03\x0c\x08\x03\x03\x0c\x11\x07\x03\x0c\x10\x18\x03\x0c\x1f\x1c" + + "\x03\x0c\x19\x0e\x03\x0c\x1a\x1f\x03\x0f0>\x03\x0b->\x03\x0b<+\x03\x0b8" + + "\x13\x03\x0b\x043\x03\x0b\x14\x03\x03\x0b\x16%\x03\x0d\x22&\x03\x0b\x1a" + + "\x1a\x03\x0b\x1a\x04\x03\x0a%9\x03\x0a&2\x03\x0a&0\x03\x0a!\x1a\x03\x0a!" + + "7\x03\x0a5\x10\x03\x0a=4\x03\x0a?\x0e\x03\x0a>\x10\x03\x0a\x00 \x03\x0a" + + "\x0f:\x03\x0a\x0f9\x03\x0a\x0b\x0a\x03\x0a\x17%\x03\x0a\x1b-\x03\x09-" + + "\x1a\x03\x09,4\x03\x09.,\x03\x09)\x09\x03\x096!\x03\x091\x1f\x03\x093" + + "\x16\x03\x0c+\x1f\x03\x098 \x03\x098=\x03\x0c(\x1a\x03\x0c(\x16\x03\x09" + + "\x0a+\x03\x09\x16\x12\x03\x09\x13\x0e\x03\x09\x153\x03\x08)!\x03\x09\x1a" + + "\x01\x03\x09\x18\x01\x03\x08%#\x03\x08>\x22\x03\x08\x05%\x03\x08\x02*" + + "\x03\x08\x15;\x03\x08\x1b7\x03\x0f\x07\x1d\x03\x0f\x04\x03\x03\x070\x0c" + + "\x03\x07;\x0b\x03\x07\x08\x17\x03\x07\x12\x06\x03\x06/-\x03\x0671\x03" + + "\x065+\x03\x06>7\x03\x06\x049\x03\x05+\x1e\x03\x05,\x17\x03\x05 \x1d\x03" + + "\x05\x22\x05\x03\x050\x1d" + +// lookup returns the trie value for the first UTF-8 encoding in s and +// the width in bytes of this encoding. The size will be 0 if s does not +// hold enough bytes to complete the encoding. len(s) must be greater than 0. +func (t *idnaTrie) lookup(s []byte) (v uint16, sz int) { + c0 := s[0] + switch { + case c0 < 0x80: // is ASCII + return idnaValues[c0], 1 + case c0 < 0xC2: + return 0, 1 // Illegal UTF-8: not a starter, not ASCII. + case c0 < 0xE0: // 2-byte UTF-8 + if len(s) < 2 { + return 0, 0 + } + i := idnaIndex[c0] + c1 := s[1] + if c1 < 0x80 || 0xC0 <= c1 { + return 0, 1 // Illegal UTF-8: not a continuation byte. + } + return t.lookupValue(uint32(i), c1), 2 + case c0 < 0xF0: // 3-byte UTF-8 + if len(s) < 3 { + return 0, 0 + } + i := idnaIndex[c0] + c1 := s[1] + if c1 < 0x80 || 0xC0 <= c1 { + return 0, 1 // Illegal UTF-8: not a continuation byte. + } + o := uint32(i)<<6 + uint32(c1) + i = idnaIndex[o] + c2 := s[2] + if c2 < 0x80 || 0xC0 <= c2 { + return 0, 2 // Illegal UTF-8: not a continuation byte. + } + return t.lookupValue(uint32(i), c2), 3 + case c0 < 0xF8: // 4-byte UTF-8 + if len(s) < 4 { + return 0, 0 + } + i := idnaIndex[c0] + c1 := s[1] + if c1 < 0x80 || 0xC0 <= c1 { + return 0, 1 // Illegal UTF-8: not a continuation byte. + } + o := uint32(i)<<6 + uint32(c1) + i = idnaIndex[o] + c2 := s[2] + if c2 < 0x80 || 0xC0 <= c2 { + return 0, 2 // Illegal UTF-8: not a continuation byte. + } + o = uint32(i)<<6 + uint32(c2) + i = idnaIndex[o] + c3 := s[3] + if c3 < 0x80 || 0xC0 <= c3 { + return 0, 3 // Illegal UTF-8: not a continuation byte. + } + return t.lookupValue(uint32(i), c3), 4 + } + // Illegal rune + return 0, 1 +} + +// lookupUnsafe returns the trie value for the first UTF-8 encoding in s. +// s must start with a full and valid UTF-8 encoded rune. +func (t *idnaTrie) lookupUnsafe(s []byte) uint16 { + c0 := s[0] + if c0 < 0x80 { // is ASCII + return idnaValues[c0] + } + i := idnaIndex[c0] + if c0 < 0xE0 { // 2-byte UTF-8 + return t.lookupValue(uint32(i), s[1]) + } + i = idnaIndex[uint32(i)<<6+uint32(s[1])] + if c0 < 0xF0 { // 3-byte UTF-8 + return t.lookupValue(uint32(i), s[2]) + } + i = idnaIndex[uint32(i)<<6+uint32(s[2])] + if c0 < 0xF8 { // 4-byte UTF-8 + return t.lookupValue(uint32(i), s[3]) + } + return 0 +} + +// lookupString returns the trie value for the first UTF-8 encoding in s and +// the width in bytes of this encoding. The size will be 0 if s does not +// hold enough bytes to complete the encoding. len(s) must be greater than 0. +func (t *idnaTrie) lookupString(s string) (v uint16, sz int) { + c0 := s[0] + switch { + case c0 < 0x80: // is ASCII + return idnaValues[c0], 1 + case c0 < 0xC2: + return 0, 1 // Illegal UTF-8: not a starter, not ASCII. + case c0 < 0xE0: // 2-byte UTF-8 + if len(s) < 2 { + return 0, 0 + } + i := idnaIndex[c0] + c1 := s[1] + if c1 < 0x80 || 0xC0 <= c1 { + return 0, 1 // Illegal UTF-8: not a continuation byte. + } + return t.lookupValue(uint32(i), c1), 2 + case c0 < 0xF0: // 3-byte UTF-8 + if len(s) < 3 { + return 0, 0 + } + i := idnaIndex[c0] + c1 := s[1] + if c1 < 0x80 || 0xC0 <= c1 { + return 0, 1 // Illegal UTF-8: not a continuation byte. + } + o := uint32(i)<<6 + uint32(c1) + i = idnaIndex[o] + c2 := s[2] + if c2 < 0x80 || 0xC0 <= c2 { + return 0, 2 // Illegal UTF-8: not a continuation byte. + } + return t.lookupValue(uint32(i), c2), 3 + case c0 < 0xF8: // 4-byte UTF-8 + if len(s) < 4 { + return 0, 0 + } + i := idnaIndex[c0] + c1 := s[1] + if c1 < 0x80 || 0xC0 <= c1 { + return 0, 1 // Illegal UTF-8: not a continuation byte. + } + o := uint32(i)<<6 + uint32(c1) + i = idnaIndex[o] + c2 := s[2] + if c2 < 0x80 || 0xC0 <= c2 { + return 0, 2 // Illegal UTF-8: not a continuation byte. + } + o = uint32(i)<<6 + uint32(c2) + i = idnaIndex[o] + c3 := s[3] + if c3 < 0x80 || 0xC0 <= c3 { + return 0, 3 // Illegal UTF-8: not a continuation byte. + } + return t.lookupValue(uint32(i), c3), 4 + } + // Illegal rune + return 0, 1 +} + +// lookupStringUnsafe returns the trie value for the first UTF-8 encoding in s. +// s must start with a full and valid UTF-8 encoded rune. +func (t *idnaTrie) lookupStringUnsafe(s string) uint16 { + c0 := s[0] + if c0 < 0x80 { // is ASCII + return idnaValues[c0] + } + i := idnaIndex[c0] + if c0 < 0xE0 { // 2-byte UTF-8 + return t.lookupValue(uint32(i), s[1]) + } + i = idnaIndex[uint32(i)<<6+uint32(s[1])] + if c0 < 0xF0 { // 3-byte UTF-8 + return t.lookupValue(uint32(i), s[2]) + } + i = idnaIndex[uint32(i)<<6+uint32(s[2])] + if c0 < 0xF8 { // 4-byte UTF-8 + return t.lookupValue(uint32(i), s[3]) + } + return 0 +} + +// idnaTrie. Total size: 28600 bytes (27.93 KiB). Checksum: 95575047b5d8fff. +type idnaTrie struct{} + +func newIdnaTrie(i int) *idnaTrie { + return &idnaTrie{} +} + +// lookupValue determines the type of block n and looks up the value for b. +func (t *idnaTrie) lookupValue(n uint32, b byte) uint16 { + switch { + case n < 124: + return uint16(idnaValues[n<<6+uint32(b)]) + default: + n -= 124 + return uint16(idnaSparse.lookup(n, b)) + } +} + +// idnaValues: 126 blocks, 8064 entries, 16128 bytes +// The third block is the zero block. +var idnaValues = [8064]uint16{ + // Block 0x0, offset 0x0 + 0x00: 0x0080, 0x01: 0x0080, 0x02: 0x0080, 0x03: 0x0080, 0x04: 0x0080, 0x05: 0x0080, + 0x06: 0x0080, 0x07: 0x0080, 0x08: 0x0080, 0x09: 0x0080, 0x0a: 0x0080, 0x0b: 0x0080, + 0x0c: 0x0080, 0x0d: 0x0080, 0x0e: 0x0080, 0x0f: 0x0080, 0x10: 0x0080, 0x11: 0x0080, + 0x12: 0x0080, 0x13: 0x0080, 0x14: 0x0080, 0x15: 0x0080, 0x16: 0x0080, 0x17: 0x0080, + 0x18: 0x0080, 0x19: 0x0080, 0x1a: 0x0080, 0x1b: 0x0080, 0x1c: 0x0080, 0x1d: 0x0080, + 0x1e: 0x0080, 0x1f: 0x0080, 0x20: 0x0080, 0x21: 0x0080, 0x22: 0x0080, 0x23: 0x0080, + 0x24: 0x0080, 0x25: 0x0080, 0x26: 0x0080, 0x27: 0x0080, 0x28: 0x0080, 0x29: 0x0080, + 0x2a: 0x0080, 0x2b: 0x0080, 0x2c: 0x0080, 0x2d: 0x0008, 0x2e: 0x0008, 0x2f: 0x0080, + 0x30: 0x0008, 0x31: 0x0008, 0x32: 0x0008, 0x33: 0x0008, 0x34: 0x0008, 0x35: 0x0008, + 0x36: 0x0008, 0x37: 0x0008, 0x38: 0x0008, 0x39: 0x0008, 0x3a: 0x0080, 0x3b: 0x0080, + 0x3c: 0x0080, 0x3d: 0x0080, 0x3e: 0x0080, 0x3f: 0x0080, + // Block 0x1, offset 0x40 + 0x40: 0x0080, 0x41: 0xe105, 0x42: 0xe105, 0x43: 0xe105, 0x44: 0xe105, 0x45: 0xe105, + 0x46: 0xe105, 0x47: 0xe105, 0x48: 0xe105, 0x49: 0xe105, 0x4a: 0xe105, 0x4b: 0xe105, + 0x4c: 0xe105, 0x4d: 0xe105, 0x4e: 0xe105, 0x4f: 0xe105, 0x50: 0xe105, 0x51: 0xe105, + 0x52: 0xe105, 0x53: 0xe105, 0x54: 0xe105, 0x55: 0xe105, 0x56: 0xe105, 0x57: 0xe105, + 0x58: 0xe105, 0x59: 0xe105, 0x5a: 0xe105, 0x5b: 0x0080, 0x5c: 0x0080, 0x5d: 0x0080, + 0x5e: 0x0080, 0x5f: 0x0080, 0x60: 0x0080, 0x61: 0x0008, 0x62: 0x0008, 0x63: 0x0008, + 0x64: 0x0008, 0x65: 0x0008, 0x66: 0x0008, 0x67: 0x0008, 0x68: 0x0008, 0x69: 0x0008, + 0x6a: 0x0008, 0x6b: 0x0008, 0x6c: 0x0008, 0x6d: 0x0008, 0x6e: 0x0008, 0x6f: 0x0008, + 0x70: 0x0008, 0x71: 0x0008, 0x72: 0x0008, 0x73: 0x0008, 0x74: 0x0008, 0x75: 0x0008, + 0x76: 0x0008, 0x77: 0x0008, 0x78: 0x0008, 0x79: 0x0008, 0x7a: 0x0008, 0x7b: 0x0080, + 0x7c: 0x0080, 0x7d: 0x0080, 0x7e: 0x0080, 0x7f: 0x0080, + // Block 0x2, offset 0x80 + // Block 0x3, offset 0xc0 + 0xc0: 0x0040, 0xc1: 0x0040, 0xc2: 0x0040, 0xc3: 0x0040, 0xc4: 0x0040, 0xc5: 0x0040, + 0xc6: 0x0040, 0xc7: 0x0040, 0xc8: 0x0040, 0xc9: 0x0040, 0xca: 0x0040, 0xcb: 0x0040, + 0xcc: 0x0040, 0xcd: 0x0040, 0xce: 0x0040, 0xcf: 0x0040, 0xd0: 0x0040, 0xd1: 0x0040, + 0xd2: 0x0040, 0xd3: 0x0040, 0xd4: 0x0040, 0xd5: 0x0040, 0xd6: 0x0040, 0xd7: 0x0040, + 0xd8: 0x0040, 0xd9: 0x0040, 0xda: 0x0040, 0xdb: 0x0040, 0xdc: 0x0040, 0xdd: 0x0040, + 0xde: 0x0040, 0xdf: 0x0040, 0xe0: 0x000a, 0xe1: 0x0018, 0xe2: 0x0018, 0xe3: 0x0018, + 0xe4: 0x0018, 0xe5: 0x0018, 0xe6: 0x0018, 0xe7: 0x0018, 0xe8: 0x001a, 0xe9: 0x0018, + 0xea: 0x0039, 0xeb: 0x0018, 0xec: 0x0018, 0xed: 0x03c0, 0xee: 0x0018, 0xef: 0x004a, + 0xf0: 0x0018, 0xf1: 0x0018, 0xf2: 0x0069, 0xf3: 0x0079, 0xf4: 0x008a, 0xf5: 0x0005, + 0xf6: 0x0018, 0xf7: 0x0008, 0xf8: 0x00aa, 0xf9: 0x00c9, 0xfa: 0x00d9, 0xfb: 0x0018, + 0xfc: 0x00e9, 0xfd: 0x0119, 0xfe: 0x0149, 0xff: 0x0018, + // Block 0x4, offset 0x100 + 0x100: 0xe00d, 0x101: 0x0008, 0x102: 0xe00d, 0x103: 0x0008, 0x104: 0xe00d, 0x105: 0x0008, + 0x106: 0xe00d, 0x107: 0x0008, 0x108: 0xe00d, 0x109: 0x0008, 0x10a: 0xe00d, 0x10b: 0x0008, + 0x10c: 0xe00d, 0x10d: 0x0008, 0x10e: 0xe00d, 0x10f: 0x0008, 0x110: 0xe00d, 0x111: 0x0008, + 0x112: 0xe00d, 0x113: 0x0008, 0x114: 0xe00d, 0x115: 0x0008, 0x116: 0xe00d, 0x117: 0x0008, + 0x118: 0xe00d, 0x119: 0x0008, 0x11a: 0xe00d, 0x11b: 0x0008, 0x11c: 0xe00d, 0x11d: 0x0008, + 0x11e: 0xe00d, 0x11f: 0x0008, 0x120: 0xe00d, 0x121: 0x0008, 0x122: 0xe00d, 0x123: 0x0008, + 0x124: 0xe00d, 0x125: 0x0008, 0x126: 0xe00d, 0x127: 0x0008, 0x128: 0xe00d, 0x129: 0x0008, + 0x12a: 0xe00d, 0x12b: 0x0008, 0x12c: 0xe00d, 0x12d: 0x0008, 0x12e: 0xe00d, 0x12f: 0x0008, + 0x130: 0x0179, 0x131: 0x0008, 0x132: 0x0035, 0x133: 0x004d, 0x134: 0xe00d, 0x135: 0x0008, + 0x136: 0xe00d, 0x137: 0x0008, 0x138: 0x0008, 0x139: 0xe01d, 0x13a: 0x0008, 0x13b: 0xe03d, + 0x13c: 0x0008, 0x13d: 0xe01d, 0x13e: 0x0008, 0x13f: 0x0199, + // Block 0x5, offset 0x140 + 0x140: 0x0199, 0x141: 0xe01d, 0x142: 0x0008, 0x143: 0xe03d, 0x144: 0x0008, 0x145: 0xe01d, + 0x146: 0x0008, 0x147: 0xe07d, 0x148: 0x0008, 0x149: 0x01b9, 0x14a: 0xe00d, 0x14b: 0x0008, + 0x14c: 0xe00d, 0x14d: 0x0008, 0x14e: 0xe00d, 0x14f: 0x0008, 0x150: 0xe00d, 0x151: 0x0008, + 0x152: 0xe00d, 0x153: 0x0008, 0x154: 0xe00d, 0x155: 0x0008, 0x156: 0xe00d, 0x157: 0x0008, + 0x158: 0xe00d, 0x159: 0x0008, 0x15a: 0xe00d, 0x15b: 0x0008, 0x15c: 0xe00d, 0x15d: 0x0008, + 0x15e: 0xe00d, 0x15f: 0x0008, 0x160: 0xe00d, 0x161: 0x0008, 0x162: 0xe00d, 0x163: 0x0008, + 0x164: 0xe00d, 0x165: 0x0008, 0x166: 0xe00d, 0x167: 0x0008, 0x168: 0xe00d, 0x169: 0x0008, + 0x16a: 0xe00d, 0x16b: 0x0008, 0x16c: 0xe00d, 0x16d: 0x0008, 0x16e: 0xe00d, 0x16f: 0x0008, + 0x170: 0xe00d, 0x171: 0x0008, 0x172: 0xe00d, 0x173: 0x0008, 0x174: 0xe00d, 0x175: 0x0008, + 0x176: 0xe00d, 0x177: 0x0008, 0x178: 0x0065, 0x179: 0xe01d, 0x17a: 0x0008, 0x17b: 0xe03d, + 0x17c: 0x0008, 0x17d: 0xe01d, 0x17e: 0x0008, 0x17f: 0x01d9, + // Block 0x6, offset 0x180 + 0x180: 0x0008, 0x181: 0x007d, 0x182: 0xe00d, 0x183: 0x0008, 0x184: 0xe00d, 0x185: 0x0008, + 0x186: 0x007d, 0x187: 0xe07d, 0x188: 0x0008, 0x189: 0x0095, 0x18a: 0x00ad, 0x18b: 0xe03d, + 0x18c: 0x0008, 0x18d: 0x0008, 0x18e: 0x00c5, 0x18f: 0x00dd, 0x190: 0x00f5, 0x191: 0xe01d, + 0x192: 0x0008, 0x193: 0x010d, 0x194: 0x0125, 0x195: 0x0008, 0x196: 0x013d, 0x197: 0x013d, + 0x198: 0xe00d, 0x199: 0x0008, 0x19a: 0x0008, 0x19b: 0x0008, 0x19c: 0x010d, 0x19d: 0x0155, + 0x19e: 0x0008, 0x19f: 0x016d, 0x1a0: 0xe00d, 0x1a1: 0x0008, 0x1a2: 0xe00d, 0x1a3: 0x0008, + 0x1a4: 0xe00d, 0x1a5: 0x0008, 0x1a6: 0x0185, 0x1a7: 0xe07d, 0x1a8: 0x0008, 0x1a9: 0x019d, + 0x1aa: 0x0008, 0x1ab: 0x0008, 0x1ac: 0xe00d, 0x1ad: 0x0008, 0x1ae: 0x0185, 0x1af: 0xe0fd, + 0x1b0: 0x0008, 0x1b1: 0x01b5, 0x1b2: 0x01cd, 0x1b3: 0xe03d, 0x1b4: 0x0008, 0x1b5: 0xe01d, + 0x1b6: 0x0008, 0x1b7: 0x01e5, 0x1b8: 0xe00d, 0x1b9: 0x0008, 0x1ba: 0x0008, 0x1bb: 0x0008, + 0x1bc: 0xe00d, 0x1bd: 0x0008, 0x1be: 0x0008, 0x1bf: 0x0008, + // Block 0x7, offset 0x1c0 + 0x1c0: 0x0008, 0x1c1: 0x0008, 0x1c2: 0x0008, 0x1c3: 0x0008, 0x1c4: 0x01e9, 0x1c5: 0x01e9, + 0x1c6: 0x01e9, 0x1c7: 0x01fd, 0x1c8: 0x0215, 0x1c9: 0x022d, 0x1ca: 0x0245, 0x1cb: 0x025d, + 0x1cc: 0x0275, 0x1cd: 0xe01d, 0x1ce: 0x0008, 0x1cf: 0xe0fd, 0x1d0: 0x0008, 0x1d1: 0xe01d, + 0x1d2: 0x0008, 0x1d3: 0xe03d, 0x1d4: 0x0008, 0x1d5: 0xe01d, 0x1d6: 0x0008, 0x1d7: 0xe07d, + 0x1d8: 0x0008, 0x1d9: 0xe01d, 0x1da: 0x0008, 0x1db: 0xe03d, 0x1dc: 0x0008, 0x1dd: 0x0008, + 0x1de: 0xe00d, 0x1df: 0x0008, 0x1e0: 0xe00d, 0x1e1: 0x0008, 0x1e2: 0xe00d, 0x1e3: 0x0008, + 0x1e4: 0xe00d, 0x1e5: 0x0008, 0x1e6: 0xe00d, 0x1e7: 0x0008, 0x1e8: 0xe00d, 0x1e9: 0x0008, + 0x1ea: 0xe00d, 0x1eb: 0x0008, 0x1ec: 0xe00d, 0x1ed: 0x0008, 0x1ee: 0xe00d, 0x1ef: 0x0008, + 0x1f0: 0x0008, 0x1f1: 0x028d, 0x1f2: 0x02a5, 0x1f3: 0x02bd, 0x1f4: 0xe00d, 0x1f5: 0x0008, + 0x1f6: 0x02d5, 0x1f7: 0x02ed, 0x1f8: 0xe00d, 0x1f9: 0x0008, 0x1fa: 0xe00d, 0x1fb: 0x0008, + 0x1fc: 0xe00d, 0x1fd: 0x0008, 0x1fe: 0xe00d, 0x1ff: 0x0008, + // Block 0x8, offset 0x200 + 0x200: 0xe00d, 0x201: 0x0008, 0x202: 0xe00d, 0x203: 0x0008, 0x204: 0xe00d, 0x205: 0x0008, + 0x206: 0xe00d, 0x207: 0x0008, 0x208: 0xe00d, 0x209: 0x0008, 0x20a: 0xe00d, 0x20b: 0x0008, + 0x20c: 0xe00d, 0x20d: 0x0008, 0x20e: 0xe00d, 0x20f: 0x0008, 0x210: 0xe00d, 0x211: 0x0008, + 0x212: 0xe00d, 0x213: 0x0008, 0x214: 0xe00d, 0x215: 0x0008, 0x216: 0xe00d, 0x217: 0x0008, + 0x218: 0xe00d, 0x219: 0x0008, 0x21a: 0xe00d, 0x21b: 0x0008, 0x21c: 0xe00d, 0x21d: 0x0008, + 0x21e: 0xe00d, 0x21f: 0x0008, 0x220: 0x0305, 0x221: 0x0008, 0x222: 0xe00d, 0x223: 0x0008, + 0x224: 0xe00d, 0x225: 0x0008, 0x226: 0xe00d, 0x227: 0x0008, 0x228: 0xe00d, 0x229: 0x0008, + 0x22a: 0xe00d, 0x22b: 0x0008, 0x22c: 0xe00d, 0x22d: 0x0008, 0x22e: 0xe00d, 0x22f: 0x0008, + 0x230: 0xe00d, 0x231: 0x0008, 0x232: 0xe00d, 0x233: 0x0008, 0x234: 0x0008, 0x235: 0x0008, + 0x236: 0x0008, 0x237: 0x0008, 0x238: 0x0008, 0x239: 0x0008, 0x23a: 0x0209, 0x23b: 0xe03d, + 0x23c: 0x0008, 0x23d: 0x031d, 0x23e: 0x0229, 0x23f: 0x0008, + // Block 0x9, offset 0x240 + 0x240: 0x0008, 0x241: 0x0008, 0x242: 0x0018, 0x243: 0x0018, 0x244: 0x0018, 0x245: 0x0018, + 0x246: 0x0008, 0x247: 0x0008, 0x248: 0x0008, 0x249: 0x0008, 0x24a: 0x0008, 0x24b: 0x0008, + 0x24c: 0x0008, 0x24d: 0x0008, 0x24e: 0x0008, 0x24f: 0x0008, 0x250: 0x0008, 0x251: 0x0008, + 0x252: 0x0018, 0x253: 0x0018, 0x254: 0x0018, 0x255: 0x0018, 0x256: 0x0018, 0x257: 0x0018, + 0x258: 0x029a, 0x259: 0x02ba, 0x25a: 0x02da, 0x25b: 0x02fa, 0x25c: 0x031a, 0x25d: 0x033a, + 0x25e: 0x0018, 0x25f: 0x0018, 0x260: 0x03ad, 0x261: 0x0359, 0x262: 0x01d9, 0x263: 0x0369, + 0x264: 0x03c5, 0x265: 0x0018, 0x266: 0x0018, 0x267: 0x0018, 0x268: 0x0018, 0x269: 0x0018, + 0x26a: 0x0018, 0x26b: 0x0018, 0x26c: 0x0008, 0x26d: 0x0018, 0x26e: 0x0008, 0x26f: 0x0018, + 0x270: 0x0018, 0x271: 0x0018, 0x272: 0x0018, 0x273: 0x0018, 0x274: 0x0018, 0x275: 0x0018, + 0x276: 0x0018, 0x277: 0x0018, 0x278: 0x0018, 0x279: 0x0018, 0x27a: 0x0018, 0x27b: 0x0018, + 0x27c: 0x0018, 0x27d: 0x0018, 0x27e: 0x0018, 0x27f: 0x0018, + // Block 0xa, offset 0x280 + 0x280: 0x03dd, 0x281: 0x03dd, 0x282: 0x3308, 0x283: 0x03f5, 0x284: 0x0379, 0x285: 0x040d, + 0x286: 0x3308, 0x287: 0x3308, 0x288: 0x3308, 0x289: 0x3308, 0x28a: 0x3308, 0x28b: 0x3308, + 0x28c: 0x3308, 0x28d: 0x3308, 0x28e: 0x3308, 0x28f: 0x33c0, 0x290: 0x3308, 0x291: 0x3308, + 0x292: 0x3308, 0x293: 0x3308, 0x294: 0x3308, 0x295: 0x3308, 0x296: 0x3308, 0x297: 0x3308, + 0x298: 0x3308, 0x299: 0x3308, 0x29a: 0x3308, 0x29b: 0x3308, 0x29c: 0x3308, 0x29d: 0x3308, + 0x29e: 0x3308, 0x29f: 0x3308, 0x2a0: 0x3308, 0x2a1: 0x3308, 0x2a2: 0x3308, 0x2a3: 0x3308, + 0x2a4: 0x3308, 0x2a5: 0x3308, 0x2a6: 0x3308, 0x2a7: 0x3308, 0x2a8: 0x3308, 0x2a9: 0x3308, + 0x2aa: 0x3308, 0x2ab: 0x3308, 0x2ac: 0x3308, 0x2ad: 0x3308, 0x2ae: 0x3308, 0x2af: 0x3308, + 0x2b0: 0xe00d, 0x2b1: 0x0008, 0x2b2: 0xe00d, 0x2b3: 0x0008, 0x2b4: 0x0425, 0x2b5: 0x0008, + 0x2b6: 0xe00d, 0x2b7: 0x0008, 0x2b8: 0x0040, 0x2b9: 0x0040, 0x2ba: 0x03a2, 0x2bb: 0x0008, + 0x2bc: 0x0008, 0x2bd: 0x0008, 0x2be: 0x03c2, 0x2bf: 0x043d, + // Block 0xb, offset 0x2c0 + 0x2c0: 0x0040, 0x2c1: 0x0040, 0x2c2: 0x0040, 0x2c3: 0x0040, 0x2c4: 0x008a, 0x2c5: 0x03d2, + 0x2c6: 0xe155, 0x2c7: 0x0455, 0x2c8: 0xe12d, 0x2c9: 0xe13d, 0x2ca: 0xe12d, 0x2cb: 0x0040, + 0x2cc: 0x03dd, 0x2cd: 0x0040, 0x2ce: 0x046d, 0x2cf: 0x0485, 0x2d0: 0x0008, 0x2d1: 0xe105, + 0x2d2: 0xe105, 0x2d3: 0xe105, 0x2d4: 0xe105, 0x2d5: 0xe105, 0x2d6: 0xe105, 0x2d7: 0xe105, + 0x2d8: 0xe105, 0x2d9: 0xe105, 0x2da: 0xe105, 0x2db: 0xe105, 0x2dc: 0xe105, 0x2dd: 0xe105, + 0x2de: 0xe105, 0x2df: 0xe105, 0x2e0: 0x049d, 0x2e1: 0x049d, 0x2e2: 0x0040, 0x2e3: 0x049d, + 0x2e4: 0x049d, 0x2e5: 0x049d, 0x2e6: 0x049d, 0x2e7: 0x049d, 0x2e8: 0x049d, 0x2e9: 0x049d, + 0x2ea: 0x049d, 0x2eb: 0x049d, 0x2ec: 0x0008, 0x2ed: 0x0008, 0x2ee: 0x0008, 0x2ef: 0x0008, + 0x2f0: 0x0008, 0x2f1: 0x0008, 0x2f2: 0x0008, 0x2f3: 0x0008, 0x2f4: 0x0008, 0x2f5: 0x0008, + 0x2f6: 0x0008, 0x2f7: 0x0008, 0x2f8: 0x0008, 0x2f9: 0x0008, 0x2fa: 0x0008, 0x2fb: 0x0008, + 0x2fc: 0x0008, 0x2fd: 0x0008, 0x2fe: 0x0008, 0x2ff: 0x0008, + // Block 0xc, offset 0x300 + 0x300: 0x0008, 0x301: 0x0008, 0x302: 0xe00f, 0x303: 0x0008, 0x304: 0x0008, 0x305: 0x0008, + 0x306: 0x0008, 0x307: 0x0008, 0x308: 0x0008, 0x309: 0x0008, 0x30a: 0x0008, 0x30b: 0x0008, + 0x30c: 0x0008, 0x30d: 0x0008, 0x30e: 0x0008, 0x30f: 0xe0c5, 0x310: 0x04b5, 0x311: 0x04cd, + 0x312: 0xe0bd, 0x313: 0xe0f5, 0x314: 0xe0fd, 0x315: 0xe09d, 0x316: 0xe0b5, 0x317: 0x0008, + 0x318: 0xe00d, 0x319: 0x0008, 0x31a: 0xe00d, 0x31b: 0x0008, 0x31c: 0xe00d, 0x31d: 0x0008, + 0x31e: 0xe00d, 0x31f: 0x0008, 0x320: 0xe00d, 0x321: 0x0008, 0x322: 0xe00d, 0x323: 0x0008, + 0x324: 0xe00d, 0x325: 0x0008, 0x326: 0xe00d, 0x327: 0x0008, 0x328: 0xe00d, 0x329: 0x0008, + 0x32a: 0xe00d, 0x32b: 0x0008, 0x32c: 0xe00d, 0x32d: 0x0008, 0x32e: 0xe00d, 0x32f: 0x0008, + 0x330: 0x04e5, 0x331: 0xe185, 0x332: 0xe18d, 0x333: 0x0008, 0x334: 0x04fd, 0x335: 0x03dd, + 0x336: 0x0018, 0x337: 0xe07d, 0x338: 0x0008, 0x339: 0xe1d5, 0x33a: 0xe00d, 0x33b: 0x0008, + 0x33c: 0x0008, 0x33d: 0x0515, 0x33e: 0x052d, 0x33f: 0x052d, + // Block 0xd, offset 0x340 + 0x340: 0x0008, 0x341: 0x0008, 0x342: 0x0008, 0x343: 0x0008, 0x344: 0x0008, 0x345: 0x0008, + 0x346: 0x0008, 0x347: 0x0008, 0x348: 0x0008, 0x349: 0x0008, 0x34a: 0x0008, 0x34b: 0x0008, + 0x34c: 0x0008, 0x34d: 0x0008, 0x34e: 0x0008, 0x34f: 0x0008, 0x350: 0x0008, 0x351: 0x0008, + 0x352: 0x0008, 0x353: 0x0008, 0x354: 0x0008, 0x355: 0x0008, 0x356: 0x0008, 0x357: 0x0008, + 0x358: 0x0008, 0x359: 0x0008, 0x35a: 0x0008, 0x35b: 0x0008, 0x35c: 0x0008, 0x35d: 0x0008, + 0x35e: 0x0008, 0x35f: 0x0008, 0x360: 0xe00d, 0x361: 0x0008, 0x362: 0xe00d, 0x363: 0x0008, + 0x364: 0xe00d, 0x365: 0x0008, 0x366: 0xe00d, 0x367: 0x0008, 0x368: 0xe00d, 0x369: 0x0008, + 0x36a: 0xe00d, 0x36b: 0x0008, 0x36c: 0xe00d, 0x36d: 0x0008, 0x36e: 0xe00d, 0x36f: 0x0008, + 0x370: 0xe00d, 0x371: 0x0008, 0x372: 0xe00d, 0x373: 0x0008, 0x374: 0xe00d, 0x375: 0x0008, + 0x376: 0xe00d, 0x377: 0x0008, 0x378: 0xe00d, 0x379: 0x0008, 0x37a: 0xe00d, 0x37b: 0x0008, + 0x37c: 0xe00d, 0x37d: 0x0008, 0x37e: 0xe00d, 0x37f: 0x0008, + // Block 0xe, offset 0x380 + 0x380: 0xe00d, 0x381: 0x0008, 0x382: 0x0018, 0x383: 0x3308, 0x384: 0x3308, 0x385: 0x3308, + 0x386: 0x3308, 0x387: 0x3308, 0x388: 0x3318, 0x389: 0x3318, 0x38a: 0xe00d, 0x38b: 0x0008, + 0x38c: 0xe00d, 0x38d: 0x0008, 0x38e: 0xe00d, 0x38f: 0x0008, 0x390: 0xe00d, 0x391: 0x0008, + 0x392: 0xe00d, 0x393: 0x0008, 0x394: 0xe00d, 0x395: 0x0008, 0x396: 0xe00d, 0x397: 0x0008, + 0x398: 0xe00d, 0x399: 0x0008, 0x39a: 0xe00d, 0x39b: 0x0008, 0x39c: 0xe00d, 0x39d: 0x0008, + 0x39e: 0xe00d, 0x39f: 0x0008, 0x3a0: 0xe00d, 0x3a1: 0x0008, 0x3a2: 0xe00d, 0x3a3: 0x0008, + 0x3a4: 0xe00d, 0x3a5: 0x0008, 0x3a6: 0xe00d, 0x3a7: 0x0008, 0x3a8: 0xe00d, 0x3a9: 0x0008, + 0x3aa: 0xe00d, 0x3ab: 0x0008, 0x3ac: 0xe00d, 0x3ad: 0x0008, 0x3ae: 0xe00d, 0x3af: 0x0008, + 0x3b0: 0xe00d, 0x3b1: 0x0008, 0x3b2: 0xe00d, 0x3b3: 0x0008, 0x3b4: 0xe00d, 0x3b5: 0x0008, + 0x3b6: 0xe00d, 0x3b7: 0x0008, 0x3b8: 0xe00d, 0x3b9: 0x0008, 0x3ba: 0xe00d, 0x3bb: 0x0008, + 0x3bc: 0xe00d, 0x3bd: 0x0008, 0x3be: 0xe00d, 0x3bf: 0x0008, + // Block 0xf, offset 0x3c0 + 0x3c0: 0x0040, 0x3c1: 0xe01d, 0x3c2: 0x0008, 0x3c3: 0xe03d, 0x3c4: 0x0008, 0x3c5: 0xe01d, + 0x3c6: 0x0008, 0x3c7: 0xe07d, 0x3c8: 0x0008, 0x3c9: 0xe01d, 0x3ca: 0x0008, 0x3cb: 0xe03d, + 0x3cc: 0x0008, 0x3cd: 0xe01d, 0x3ce: 0x0008, 0x3cf: 0x0008, 0x3d0: 0xe00d, 0x3d1: 0x0008, + 0x3d2: 0xe00d, 0x3d3: 0x0008, 0x3d4: 0xe00d, 0x3d5: 0x0008, 0x3d6: 0xe00d, 0x3d7: 0x0008, + 0x3d8: 0xe00d, 0x3d9: 0x0008, 0x3da: 0xe00d, 0x3db: 0x0008, 0x3dc: 0xe00d, 0x3dd: 0x0008, + 0x3de: 0xe00d, 0x3df: 0x0008, 0x3e0: 0xe00d, 0x3e1: 0x0008, 0x3e2: 0xe00d, 0x3e3: 0x0008, + 0x3e4: 0xe00d, 0x3e5: 0x0008, 0x3e6: 0xe00d, 0x3e7: 0x0008, 0x3e8: 0xe00d, 0x3e9: 0x0008, + 0x3ea: 0xe00d, 0x3eb: 0x0008, 0x3ec: 0xe00d, 0x3ed: 0x0008, 0x3ee: 0xe00d, 0x3ef: 0x0008, + 0x3f0: 0xe00d, 0x3f1: 0x0008, 0x3f2: 0xe00d, 0x3f3: 0x0008, 0x3f4: 0xe00d, 0x3f5: 0x0008, + 0x3f6: 0xe00d, 0x3f7: 0x0008, 0x3f8: 0xe00d, 0x3f9: 0x0008, 0x3fa: 0xe00d, 0x3fb: 0x0008, + 0x3fc: 0xe00d, 0x3fd: 0x0008, 0x3fe: 0xe00d, 0x3ff: 0x0008, + // Block 0x10, offset 0x400 + 0x400: 0xe00d, 0x401: 0x0008, 0x402: 0xe00d, 0x403: 0x0008, 0x404: 0xe00d, 0x405: 0x0008, + 0x406: 0xe00d, 0x407: 0x0008, 0x408: 0xe00d, 0x409: 0x0008, 0x40a: 0xe00d, 0x40b: 0x0008, + 0x40c: 0xe00d, 0x40d: 0x0008, 0x40e: 0xe00d, 0x40f: 0x0008, 0x410: 0xe00d, 0x411: 0x0008, + 0x412: 0xe00d, 0x413: 0x0008, 0x414: 0xe00d, 0x415: 0x0008, 0x416: 0xe00d, 0x417: 0x0008, + 0x418: 0xe00d, 0x419: 0x0008, 0x41a: 0xe00d, 0x41b: 0x0008, 0x41c: 0xe00d, 0x41d: 0x0008, + 0x41e: 0xe00d, 0x41f: 0x0008, 0x420: 0xe00d, 0x421: 0x0008, 0x422: 0xe00d, 0x423: 0x0008, + 0x424: 0xe00d, 0x425: 0x0008, 0x426: 0xe00d, 0x427: 0x0008, 0x428: 0xe00d, 0x429: 0x0008, + 0x42a: 0xe00d, 0x42b: 0x0008, 0x42c: 0xe00d, 0x42d: 0x0008, 0x42e: 0xe00d, 0x42f: 0x0008, + 0x430: 0x0040, 0x431: 0x03f5, 0x432: 0x03f5, 0x433: 0x03f5, 0x434: 0x03f5, 0x435: 0x03f5, + 0x436: 0x03f5, 0x437: 0x03f5, 0x438: 0x03f5, 0x439: 0x03f5, 0x43a: 0x03f5, 0x43b: 0x03f5, + 0x43c: 0x03f5, 0x43d: 0x03f5, 0x43e: 0x03f5, 0x43f: 0x03f5, + // Block 0x11, offset 0x440 + 0x440: 0x0840, 0x441: 0x0840, 0x442: 0x0840, 0x443: 0x0840, 0x444: 0x0840, 0x445: 0x0840, + 0x446: 0x0018, 0x447: 0x0018, 0x448: 0x0818, 0x449: 0x0018, 0x44a: 0x0018, 0x44b: 0x0818, + 0x44c: 0x0018, 0x44d: 0x0818, 0x44e: 0x0018, 0x44f: 0x0018, 0x450: 0x3308, 0x451: 0x3308, + 0x452: 0x3308, 0x453: 0x3308, 0x454: 0x3308, 0x455: 0x3308, 0x456: 0x3308, 0x457: 0x3308, + 0x458: 0x3308, 0x459: 0x3308, 0x45a: 0x3308, 0x45b: 0x0818, 0x45c: 0x0b40, 0x45d: 0x0040, + 0x45e: 0x0818, 0x45f: 0x0818, 0x460: 0x0a08, 0x461: 0x0808, 0x462: 0x0c08, 0x463: 0x0c08, + 0x464: 0x0c08, 0x465: 0x0c08, 0x466: 0x0a08, 0x467: 0x0c08, 0x468: 0x0a08, 0x469: 0x0c08, + 0x46a: 0x0a08, 0x46b: 0x0a08, 0x46c: 0x0a08, 0x46d: 0x0a08, 0x46e: 0x0a08, 0x46f: 0x0c08, + 0x470: 0x0c08, 0x471: 0x0c08, 0x472: 0x0c08, 0x473: 0x0a08, 0x474: 0x0a08, 0x475: 0x0a08, + 0x476: 0x0a08, 0x477: 0x0a08, 0x478: 0x0a08, 0x479: 0x0a08, 0x47a: 0x0a08, 0x47b: 0x0a08, + 0x47c: 0x0a08, 0x47d: 0x0a08, 0x47e: 0x0a08, 0x47f: 0x0a08, + // Block 0x12, offset 0x480 + 0x480: 0x0818, 0x481: 0x0a08, 0x482: 0x0a08, 0x483: 0x0a08, 0x484: 0x0a08, 0x485: 0x0a08, + 0x486: 0x0a08, 0x487: 0x0a08, 0x488: 0x0c08, 0x489: 0x0a08, 0x48a: 0x0a08, 0x48b: 0x3308, + 0x48c: 0x3308, 0x48d: 0x3308, 0x48e: 0x3308, 0x48f: 0x3308, 0x490: 0x3308, 0x491: 0x3308, + 0x492: 0x3308, 0x493: 0x3308, 0x494: 0x3308, 0x495: 0x3308, 0x496: 0x3308, 0x497: 0x3308, + 0x498: 0x3308, 0x499: 0x3308, 0x49a: 0x3308, 0x49b: 0x3308, 0x49c: 0x3308, 0x49d: 0x3308, + 0x49e: 0x3308, 0x49f: 0x3308, 0x4a0: 0x0808, 0x4a1: 0x0808, 0x4a2: 0x0808, 0x4a3: 0x0808, + 0x4a4: 0x0808, 0x4a5: 0x0808, 0x4a6: 0x0808, 0x4a7: 0x0808, 0x4a8: 0x0808, 0x4a9: 0x0808, + 0x4aa: 0x0018, 0x4ab: 0x0818, 0x4ac: 0x0818, 0x4ad: 0x0818, 0x4ae: 0x0a08, 0x4af: 0x0a08, + 0x4b0: 0x3308, 0x4b1: 0x0c08, 0x4b2: 0x0c08, 0x4b3: 0x0c08, 0x4b4: 0x0808, 0x4b5: 0x0429, + 0x4b6: 0x0451, 0x4b7: 0x0479, 0x4b8: 0x04a1, 0x4b9: 0x0a08, 0x4ba: 0x0a08, 0x4bb: 0x0a08, + 0x4bc: 0x0a08, 0x4bd: 0x0a08, 0x4be: 0x0a08, 0x4bf: 0x0a08, + // Block 0x13, offset 0x4c0 + 0x4c0: 0x0c08, 0x4c1: 0x0a08, 0x4c2: 0x0a08, 0x4c3: 0x0c08, 0x4c4: 0x0c08, 0x4c5: 0x0c08, + 0x4c6: 0x0c08, 0x4c7: 0x0c08, 0x4c8: 0x0c08, 0x4c9: 0x0c08, 0x4ca: 0x0c08, 0x4cb: 0x0c08, + 0x4cc: 0x0a08, 0x4cd: 0x0c08, 0x4ce: 0x0a08, 0x4cf: 0x0c08, 0x4d0: 0x0a08, 0x4d1: 0x0a08, + 0x4d2: 0x0c08, 0x4d3: 0x0c08, 0x4d4: 0x0818, 0x4d5: 0x0c08, 0x4d6: 0x3308, 0x4d7: 0x3308, + 0x4d8: 0x3308, 0x4d9: 0x3308, 0x4da: 0x3308, 0x4db: 0x3308, 0x4dc: 0x3308, 0x4dd: 0x0840, + 0x4de: 0x0018, 0x4df: 0x3308, 0x4e0: 0x3308, 0x4e1: 0x3308, 0x4e2: 0x3308, 0x4e3: 0x3308, + 0x4e4: 0x3308, 0x4e5: 0x0808, 0x4e6: 0x0808, 0x4e7: 0x3308, 0x4e8: 0x3308, 0x4e9: 0x0018, + 0x4ea: 0x3308, 0x4eb: 0x3308, 0x4ec: 0x3308, 0x4ed: 0x3308, 0x4ee: 0x0c08, 0x4ef: 0x0c08, + 0x4f0: 0x0008, 0x4f1: 0x0008, 0x4f2: 0x0008, 0x4f3: 0x0008, 0x4f4: 0x0008, 0x4f5: 0x0008, + 0x4f6: 0x0008, 0x4f7: 0x0008, 0x4f8: 0x0008, 0x4f9: 0x0008, 0x4fa: 0x0a08, 0x4fb: 0x0a08, + 0x4fc: 0x0a08, 0x4fd: 0x0808, 0x4fe: 0x0808, 0x4ff: 0x0a08, + // Block 0x14, offset 0x500 + 0x500: 0x0818, 0x501: 0x0818, 0x502: 0x0818, 0x503: 0x0818, 0x504: 0x0818, 0x505: 0x0818, + 0x506: 0x0818, 0x507: 0x0818, 0x508: 0x0818, 0x509: 0x0818, 0x50a: 0x0818, 0x50b: 0x0818, + 0x50c: 0x0818, 0x50d: 0x0818, 0x50e: 0x0040, 0x50f: 0x0b40, 0x510: 0x0c08, 0x511: 0x3308, + 0x512: 0x0a08, 0x513: 0x0a08, 0x514: 0x0a08, 0x515: 0x0c08, 0x516: 0x0c08, 0x517: 0x0c08, + 0x518: 0x0c08, 0x519: 0x0c08, 0x51a: 0x0a08, 0x51b: 0x0a08, 0x51c: 0x0a08, 0x51d: 0x0a08, + 0x51e: 0x0c08, 0x51f: 0x0a08, 0x520: 0x0a08, 0x521: 0x0a08, 0x522: 0x0a08, 0x523: 0x0a08, + 0x524: 0x0a08, 0x525: 0x0a08, 0x526: 0x0a08, 0x527: 0x0a08, 0x528: 0x0c08, 0x529: 0x0a08, + 0x52a: 0x0c08, 0x52b: 0x0a08, 0x52c: 0x0c08, 0x52d: 0x0a08, 0x52e: 0x0a08, 0x52f: 0x0c08, + 0x530: 0x3308, 0x531: 0x3308, 0x532: 0x3308, 0x533: 0x3308, 0x534: 0x3308, 0x535: 0x3308, + 0x536: 0x3308, 0x537: 0x3308, 0x538: 0x3308, 0x539: 0x3308, 0x53a: 0x3308, 0x53b: 0x3308, + 0x53c: 0x3308, 0x53d: 0x3308, 0x53e: 0x3308, 0x53f: 0x3308, + // Block 0x15, offset 0x540 + 0x540: 0x3008, 0x541: 0x3308, 0x542: 0x3308, 0x543: 0x3308, 0x544: 0x3308, 0x545: 0x3308, + 0x546: 0x3308, 0x547: 0x3308, 0x548: 0x3308, 0x549: 0x3008, 0x54a: 0x3008, 0x54b: 0x3008, + 0x54c: 0x3008, 0x54d: 0x3b08, 0x54e: 0x3008, 0x54f: 0x3008, 0x550: 0x0008, 0x551: 0x3308, + 0x552: 0x3308, 0x553: 0x3308, 0x554: 0x3308, 0x555: 0x3308, 0x556: 0x3308, 0x557: 0x3308, + 0x558: 0x04c9, 0x559: 0x0501, 0x55a: 0x0539, 0x55b: 0x0571, 0x55c: 0x05a9, 0x55d: 0x05e1, + 0x55e: 0x0619, 0x55f: 0x0651, 0x560: 0x0008, 0x561: 0x0008, 0x562: 0x3308, 0x563: 0x3308, + 0x564: 0x0018, 0x565: 0x0018, 0x566: 0x0008, 0x567: 0x0008, 0x568: 0x0008, 0x569: 0x0008, + 0x56a: 0x0008, 0x56b: 0x0008, 0x56c: 0x0008, 0x56d: 0x0008, 0x56e: 0x0008, 0x56f: 0x0008, + 0x570: 0x0018, 0x571: 0x0008, 0x572: 0x0008, 0x573: 0x0008, 0x574: 0x0008, 0x575: 0x0008, + 0x576: 0x0008, 0x577: 0x0008, 0x578: 0x0008, 0x579: 0x0008, 0x57a: 0x0008, 0x57b: 0x0008, + 0x57c: 0x0008, 0x57d: 0x0008, 0x57e: 0x0008, 0x57f: 0x0008, + // Block 0x16, offset 0x580 + 0x580: 0x0008, 0x581: 0x3308, 0x582: 0x3008, 0x583: 0x3008, 0x584: 0x0040, 0x585: 0x0008, + 0x586: 0x0008, 0x587: 0x0008, 0x588: 0x0008, 0x589: 0x0008, 0x58a: 0x0008, 0x58b: 0x0008, + 0x58c: 0x0008, 0x58d: 0x0040, 0x58e: 0x0040, 0x58f: 0x0008, 0x590: 0x0008, 0x591: 0x0040, + 0x592: 0x0040, 0x593: 0x0008, 0x594: 0x0008, 0x595: 0x0008, 0x596: 0x0008, 0x597: 0x0008, + 0x598: 0x0008, 0x599: 0x0008, 0x59a: 0x0008, 0x59b: 0x0008, 0x59c: 0x0008, 0x59d: 0x0008, + 0x59e: 0x0008, 0x59f: 0x0008, 0x5a0: 0x0008, 0x5a1: 0x0008, 0x5a2: 0x0008, 0x5a3: 0x0008, + 0x5a4: 0x0008, 0x5a5: 0x0008, 0x5a6: 0x0008, 0x5a7: 0x0008, 0x5a8: 0x0008, 0x5a9: 0x0040, + 0x5aa: 0x0008, 0x5ab: 0x0008, 0x5ac: 0x0008, 0x5ad: 0x0008, 0x5ae: 0x0008, 0x5af: 0x0008, + 0x5b0: 0x0008, 0x5b1: 0x0040, 0x5b2: 0x0008, 0x5b3: 0x0040, 0x5b4: 0x0040, 0x5b5: 0x0040, + 0x5b6: 0x0008, 0x5b7: 0x0008, 0x5b8: 0x0008, 0x5b9: 0x0008, 0x5ba: 0x0040, 0x5bb: 0x0040, + 0x5bc: 0x3308, 0x5bd: 0x0008, 0x5be: 0x3008, 0x5bf: 0x3008, + // Block 0x17, offset 0x5c0 + 0x5c0: 0x3008, 0x5c1: 0x3308, 0x5c2: 0x3308, 0x5c3: 0x3308, 0x5c4: 0x3308, 0x5c5: 0x0040, + 0x5c6: 0x0040, 0x5c7: 0x3008, 0x5c8: 0x3008, 0x5c9: 0x0040, 0x5ca: 0x0040, 0x5cb: 0x3008, + 0x5cc: 0x3008, 0x5cd: 0x3b08, 0x5ce: 0x0008, 0x5cf: 0x0040, 0x5d0: 0x0040, 0x5d1: 0x0040, + 0x5d2: 0x0040, 0x5d3: 0x0040, 0x5d4: 0x0040, 0x5d5: 0x0040, 0x5d6: 0x0040, 0x5d7: 0x3008, + 0x5d8: 0x0040, 0x5d9: 0x0040, 0x5da: 0x0040, 0x5db: 0x0040, 0x5dc: 0x0689, 0x5dd: 0x06c1, + 0x5de: 0x0040, 0x5df: 0x06f9, 0x5e0: 0x0008, 0x5e1: 0x0008, 0x5e2: 0x3308, 0x5e3: 0x3308, + 0x5e4: 0x0040, 0x5e5: 0x0040, 0x5e6: 0x0008, 0x5e7: 0x0008, 0x5e8: 0x0008, 0x5e9: 0x0008, + 0x5ea: 0x0008, 0x5eb: 0x0008, 0x5ec: 0x0008, 0x5ed: 0x0008, 0x5ee: 0x0008, 0x5ef: 0x0008, + 0x5f0: 0x0008, 0x5f1: 0x0008, 0x5f2: 0x0018, 0x5f3: 0x0018, 0x5f4: 0x0018, 0x5f5: 0x0018, + 0x5f6: 0x0018, 0x5f7: 0x0018, 0x5f8: 0x0018, 0x5f9: 0x0018, 0x5fa: 0x0018, 0x5fb: 0x0018, + 0x5fc: 0x0040, 0x5fd: 0x0040, 0x5fe: 0x0040, 0x5ff: 0x0040, + // Block 0x18, offset 0x600 + 0x600: 0x0040, 0x601: 0x3308, 0x602: 0x3308, 0x603: 0x3008, 0x604: 0x0040, 0x605: 0x0008, + 0x606: 0x0008, 0x607: 0x0008, 0x608: 0x0008, 0x609: 0x0008, 0x60a: 0x0008, 0x60b: 0x0040, + 0x60c: 0x0040, 0x60d: 0x0040, 0x60e: 0x0040, 0x60f: 0x0008, 0x610: 0x0008, 0x611: 0x0040, + 0x612: 0x0040, 0x613: 0x0008, 0x614: 0x0008, 0x615: 0x0008, 0x616: 0x0008, 0x617: 0x0008, + 0x618: 0x0008, 0x619: 0x0008, 0x61a: 0x0008, 0x61b: 0x0008, 0x61c: 0x0008, 0x61d: 0x0008, + 0x61e: 0x0008, 0x61f: 0x0008, 0x620: 0x0008, 0x621: 0x0008, 0x622: 0x0008, 0x623: 0x0008, + 0x624: 0x0008, 0x625: 0x0008, 0x626: 0x0008, 0x627: 0x0008, 0x628: 0x0008, 0x629: 0x0040, + 0x62a: 0x0008, 0x62b: 0x0008, 0x62c: 0x0008, 0x62d: 0x0008, 0x62e: 0x0008, 0x62f: 0x0008, + 0x630: 0x0008, 0x631: 0x0040, 0x632: 0x0008, 0x633: 0x0731, 0x634: 0x0040, 0x635: 0x0008, + 0x636: 0x0769, 0x637: 0x0040, 0x638: 0x0008, 0x639: 0x0008, 0x63a: 0x0040, 0x63b: 0x0040, + 0x63c: 0x3308, 0x63d: 0x0040, 0x63e: 0x3008, 0x63f: 0x3008, + // Block 0x19, offset 0x640 + 0x640: 0x3008, 0x641: 0x3308, 0x642: 0x3308, 0x643: 0x0040, 0x644: 0x0040, 0x645: 0x0040, + 0x646: 0x0040, 0x647: 0x3308, 0x648: 0x3308, 0x649: 0x0040, 0x64a: 0x0040, 0x64b: 0x3308, + 0x64c: 0x3308, 0x64d: 0x3b08, 0x64e: 0x0040, 0x64f: 0x0040, 0x650: 0x0040, 0x651: 0x3308, + 0x652: 0x0040, 0x653: 0x0040, 0x654: 0x0040, 0x655: 0x0040, 0x656: 0x0040, 0x657: 0x0040, + 0x658: 0x0040, 0x659: 0x07a1, 0x65a: 0x07d9, 0x65b: 0x0811, 0x65c: 0x0008, 0x65d: 0x0040, + 0x65e: 0x0849, 0x65f: 0x0040, 0x660: 0x0040, 0x661: 0x0040, 0x662: 0x0040, 0x663: 0x0040, + 0x664: 0x0040, 0x665: 0x0040, 0x666: 0x0008, 0x667: 0x0008, 0x668: 0x0008, 0x669: 0x0008, + 0x66a: 0x0008, 0x66b: 0x0008, 0x66c: 0x0008, 0x66d: 0x0008, 0x66e: 0x0008, 0x66f: 0x0008, + 0x670: 0x3308, 0x671: 0x3308, 0x672: 0x0008, 0x673: 0x0008, 0x674: 0x0008, 0x675: 0x3308, + 0x676: 0x0040, 0x677: 0x0040, 0x678: 0x0040, 0x679: 0x0040, 0x67a: 0x0040, 0x67b: 0x0040, + 0x67c: 0x0040, 0x67d: 0x0040, 0x67e: 0x0040, 0x67f: 0x0040, + // Block 0x1a, offset 0x680 + 0x680: 0x0040, 0x681: 0x3308, 0x682: 0x3308, 0x683: 0x3008, 0x684: 0x0040, 0x685: 0x0008, + 0x686: 0x0008, 0x687: 0x0008, 0x688: 0x0008, 0x689: 0x0008, 0x68a: 0x0008, 0x68b: 0x0008, + 0x68c: 0x0008, 0x68d: 0x0008, 0x68e: 0x0040, 0x68f: 0x0008, 0x690: 0x0008, 0x691: 0x0008, + 0x692: 0x0040, 0x693: 0x0008, 0x694: 0x0008, 0x695: 0x0008, 0x696: 0x0008, 0x697: 0x0008, + 0x698: 0x0008, 0x699: 0x0008, 0x69a: 0x0008, 0x69b: 0x0008, 0x69c: 0x0008, 0x69d: 0x0008, + 0x69e: 0x0008, 0x69f: 0x0008, 0x6a0: 0x0008, 0x6a1: 0x0008, 0x6a2: 0x0008, 0x6a3: 0x0008, + 0x6a4: 0x0008, 0x6a5: 0x0008, 0x6a6: 0x0008, 0x6a7: 0x0008, 0x6a8: 0x0008, 0x6a9: 0x0040, + 0x6aa: 0x0008, 0x6ab: 0x0008, 0x6ac: 0x0008, 0x6ad: 0x0008, 0x6ae: 0x0008, 0x6af: 0x0008, + 0x6b0: 0x0008, 0x6b1: 0x0040, 0x6b2: 0x0008, 0x6b3: 0x0008, 0x6b4: 0x0040, 0x6b5: 0x0008, + 0x6b6: 0x0008, 0x6b7: 0x0008, 0x6b8: 0x0008, 0x6b9: 0x0008, 0x6ba: 0x0040, 0x6bb: 0x0040, + 0x6bc: 0x3308, 0x6bd: 0x0008, 0x6be: 0x3008, 0x6bf: 0x3008, + // Block 0x1b, offset 0x6c0 + 0x6c0: 0x3008, 0x6c1: 0x3308, 0x6c2: 0x3308, 0x6c3: 0x3308, 0x6c4: 0x3308, 0x6c5: 0x3308, + 0x6c6: 0x0040, 0x6c7: 0x3308, 0x6c8: 0x3308, 0x6c9: 0x3008, 0x6ca: 0x0040, 0x6cb: 0x3008, + 0x6cc: 0x3008, 0x6cd: 0x3b08, 0x6ce: 0x0040, 0x6cf: 0x0040, 0x6d0: 0x0008, 0x6d1: 0x0040, + 0x6d2: 0x0040, 0x6d3: 0x0040, 0x6d4: 0x0040, 0x6d5: 0x0040, 0x6d6: 0x0040, 0x6d7: 0x0040, + 0x6d8: 0x0040, 0x6d9: 0x0040, 0x6da: 0x0040, 0x6db: 0x0040, 0x6dc: 0x0040, 0x6dd: 0x0040, + 0x6de: 0x0040, 0x6df: 0x0040, 0x6e0: 0x0008, 0x6e1: 0x0008, 0x6e2: 0x3308, 0x6e3: 0x3308, + 0x6e4: 0x0040, 0x6e5: 0x0040, 0x6e6: 0x0008, 0x6e7: 0x0008, 0x6e8: 0x0008, 0x6e9: 0x0008, + 0x6ea: 0x0008, 0x6eb: 0x0008, 0x6ec: 0x0008, 0x6ed: 0x0008, 0x6ee: 0x0008, 0x6ef: 0x0008, + 0x6f0: 0x0018, 0x6f1: 0x0018, 0x6f2: 0x0040, 0x6f3: 0x0040, 0x6f4: 0x0040, 0x6f5: 0x0040, + 0x6f6: 0x0040, 0x6f7: 0x0040, 0x6f8: 0x0040, 0x6f9: 0x0008, 0x6fa: 0x0040, 0x6fb: 0x0040, + 0x6fc: 0x0040, 0x6fd: 0x0040, 0x6fe: 0x0040, 0x6ff: 0x0040, + // Block 0x1c, offset 0x700 + 0x700: 0x0040, 0x701: 0x3308, 0x702: 0x3008, 0x703: 0x3008, 0x704: 0x0040, 0x705: 0x0008, + 0x706: 0x0008, 0x707: 0x0008, 0x708: 0x0008, 0x709: 0x0008, 0x70a: 0x0008, 0x70b: 0x0008, + 0x70c: 0x0008, 0x70d: 0x0040, 0x70e: 0x0040, 0x70f: 0x0008, 0x710: 0x0008, 0x711: 0x0040, + 0x712: 0x0040, 0x713: 0x0008, 0x714: 0x0008, 0x715: 0x0008, 0x716: 0x0008, 0x717: 0x0008, + 0x718: 0x0008, 0x719: 0x0008, 0x71a: 0x0008, 0x71b: 0x0008, 0x71c: 0x0008, 0x71d: 0x0008, + 0x71e: 0x0008, 0x71f: 0x0008, 0x720: 0x0008, 0x721: 0x0008, 0x722: 0x0008, 0x723: 0x0008, + 0x724: 0x0008, 0x725: 0x0008, 0x726: 0x0008, 0x727: 0x0008, 0x728: 0x0008, 0x729: 0x0040, + 0x72a: 0x0008, 0x72b: 0x0008, 0x72c: 0x0008, 0x72d: 0x0008, 0x72e: 0x0008, 0x72f: 0x0008, + 0x730: 0x0008, 0x731: 0x0040, 0x732: 0x0008, 0x733: 0x0008, 0x734: 0x0040, 0x735: 0x0008, + 0x736: 0x0008, 0x737: 0x0008, 0x738: 0x0008, 0x739: 0x0008, 0x73a: 0x0040, 0x73b: 0x0040, + 0x73c: 0x3308, 0x73d: 0x0008, 0x73e: 0x3008, 0x73f: 0x3308, + // Block 0x1d, offset 0x740 + 0x740: 0x3008, 0x741: 0x3308, 0x742: 0x3308, 0x743: 0x3308, 0x744: 0x3308, 0x745: 0x0040, + 0x746: 0x0040, 0x747: 0x3008, 0x748: 0x3008, 0x749: 0x0040, 0x74a: 0x0040, 0x74b: 0x3008, + 0x74c: 0x3008, 0x74d: 0x3b08, 0x74e: 0x0040, 0x74f: 0x0040, 0x750: 0x0040, 0x751: 0x0040, + 0x752: 0x0040, 0x753: 0x0040, 0x754: 0x0040, 0x755: 0x0040, 0x756: 0x3308, 0x757: 0x3008, + 0x758: 0x0040, 0x759: 0x0040, 0x75a: 0x0040, 0x75b: 0x0040, 0x75c: 0x0881, 0x75d: 0x08b9, + 0x75e: 0x0040, 0x75f: 0x0008, 0x760: 0x0008, 0x761: 0x0008, 0x762: 0x3308, 0x763: 0x3308, + 0x764: 0x0040, 0x765: 0x0040, 0x766: 0x0008, 0x767: 0x0008, 0x768: 0x0008, 0x769: 0x0008, + 0x76a: 0x0008, 0x76b: 0x0008, 0x76c: 0x0008, 0x76d: 0x0008, 0x76e: 0x0008, 0x76f: 0x0008, + 0x770: 0x0018, 0x771: 0x0008, 0x772: 0x0018, 0x773: 0x0018, 0x774: 0x0018, 0x775: 0x0018, + 0x776: 0x0018, 0x777: 0x0018, 0x778: 0x0040, 0x779: 0x0040, 0x77a: 0x0040, 0x77b: 0x0040, + 0x77c: 0x0040, 0x77d: 0x0040, 0x77e: 0x0040, 0x77f: 0x0040, + // Block 0x1e, offset 0x780 + 0x780: 0x0040, 0x781: 0x0040, 0x782: 0x3308, 0x783: 0x0008, 0x784: 0x0040, 0x785: 0x0008, + 0x786: 0x0008, 0x787: 0x0008, 0x788: 0x0008, 0x789: 0x0008, 0x78a: 0x0008, 0x78b: 0x0040, + 0x78c: 0x0040, 0x78d: 0x0040, 0x78e: 0x0008, 0x78f: 0x0008, 0x790: 0x0008, 0x791: 0x0040, + 0x792: 0x0008, 0x793: 0x0008, 0x794: 0x0008, 0x795: 0x0008, 0x796: 0x0040, 0x797: 0x0040, + 0x798: 0x0040, 0x799: 0x0008, 0x79a: 0x0008, 0x79b: 0x0040, 0x79c: 0x0008, 0x79d: 0x0040, + 0x79e: 0x0008, 0x79f: 0x0008, 0x7a0: 0x0040, 0x7a1: 0x0040, 0x7a2: 0x0040, 0x7a3: 0x0008, + 0x7a4: 0x0008, 0x7a5: 0x0040, 0x7a6: 0x0040, 0x7a7: 0x0040, 0x7a8: 0x0008, 0x7a9: 0x0008, + 0x7aa: 0x0008, 0x7ab: 0x0040, 0x7ac: 0x0040, 0x7ad: 0x0040, 0x7ae: 0x0008, 0x7af: 0x0008, + 0x7b0: 0x0008, 0x7b1: 0x0008, 0x7b2: 0x0008, 0x7b3: 0x0008, 0x7b4: 0x0008, 0x7b5: 0x0008, + 0x7b6: 0x0008, 0x7b7: 0x0008, 0x7b8: 0x0008, 0x7b9: 0x0008, 0x7ba: 0x0040, 0x7bb: 0x0040, + 0x7bc: 0x0040, 0x7bd: 0x0040, 0x7be: 0x3008, 0x7bf: 0x3008, + // Block 0x1f, offset 0x7c0 + 0x7c0: 0x3308, 0x7c1: 0x3008, 0x7c2: 0x3008, 0x7c3: 0x3008, 0x7c4: 0x3008, 0x7c5: 0x0040, + 0x7c6: 0x3308, 0x7c7: 0x3308, 0x7c8: 0x3308, 0x7c9: 0x0040, 0x7ca: 0x3308, 0x7cb: 0x3308, + 0x7cc: 0x3308, 0x7cd: 0x3b08, 0x7ce: 0x0040, 0x7cf: 0x0040, 0x7d0: 0x0040, 0x7d1: 0x0040, + 0x7d2: 0x0040, 0x7d3: 0x0040, 0x7d4: 0x0040, 0x7d5: 0x3308, 0x7d6: 0x3308, 0x7d7: 0x0040, + 0x7d8: 0x0008, 0x7d9: 0x0008, 0x7da: 0x0008, 0x7db: 0x0040, 0x7dc: 0x0040, 0x7dd: 0x0040, + 0x7de: 0x0040, 0x7df: 0x0040, 0x7e0: 0x0008, 0x7e1: 0x0008, 0x7e2: 0x3308, 0x7e3: 0x3308, + 0x7e4: 0x0040, 0x7e5: 0x0040, 0x7e6: 0x0008, 0x7e7: 0x0008, 0x7e8: 0x0008, 0x7e9: 0x0008, + 0x7ea: 0x0008, 0x7eb: 0x0008, 0x7ec: 0x0008, 0x7ed: 0x0008, 0x7ee: 0x0008, 0x7ef: 0x0008, + 0x7f0: 0x0040, 0x7f1: 0x0040, 0x7f2: 0x0040, 0x7f3: 0x0040, 0x7f4: 0x0040, 0x7f5: 0x0040, + 0x7f6: 0x0040, 0x7f7: 0x0040, 0x7f8: 0x0018, 0x7f9: 0x0018, 0x7fa: 0x0018, 0x7fb: 0x0018, + 0x7fc: 0x0018, 0x7fd: 0x0018, 0x7fe: 0x0018, 0x7ff: 0x0018, + // Block 0x20, offset 0x800 + 0x800: 0x0008, 0x801: 0x3308, 0x802: 0x3008, 0x803: 0x3008, 0x804: 0x0040, 0x805: 0x0008, + 0x806: 0x0008, 0x807: 0x0008, 0x808: 0x0008, 0x809: 0x0008, 0x80a: 0x0008, 0x80b: 0x0008, + 0x80c: 0x0008, 0x80d: 0x0040, 0x80e: 0x0008, 0x80f: 0x0008, 0x810: 0x0008, 0x811: 0x0040, + 0x812: 0x0008, 0x813: 0x0008, 0x814: 0x0008, 0x815: 0x0008, 0x816: 0x0008, 0x817: 0x0008, + 0x818: 0x0008, 0x819: 0x0008, 0x81a: 0x0008, 0x81b: 0x0008, 0x81c: 0x0008, 0x81d: 0x0008, + 0x81e: 0x0008, 0x81f: 0x0008, 0x820: 0x0008, 0x821: 0x0008, 0x822: 0x0008, 0x823: 0x0008, + 0x824: 0x0008, 0x825: 0x0008, 0x826: 0x0008, 0x827: 0x0008, 0x828: 0x0008, 0x829: 0x0040, + 0x82a: 0x0008, 0x82b: 0x0008, 0x82c: 0x0008, 0x82d: 0x0008, 0x82e: 0x0008, 0x82f: 0x0008, + 0x830: 0x0008, 0x831: 0x0008, 0x832: 0x0008, 0x833: 0x0008, 0x834: 0x0040, 0x835: 0x0008, + 0x836: 0x0008, 0x837: 0x0008, 0x838: 0x0008, 0x839: 0x0008, 0x83a: 0x0040, 0x83b: 0x0040, + 0x83c: 0x3308, 0x83d: 0x0008, 0x83e: 0x3008, 0x83f: 0x3308, + // Block 0x21, offset 0x840 + 0x840: 0x3008, 0x841: 0x3008, 0x842: 0x3008, 0x843: 0x3008, 0x844: 0x3008, 0x845: 0x0040, + 0x846: 0x3308, 0x847: 0x3008, 0x848: 0x3008, 0x849: 0x0040, 0x84a: 0x3008, 0x84b: 0x3008, + 0x84c: 0x3308, 0x84d: 0x3b08, 0x84e: 0x0040, 0x84f: 0x0040, 0x850: 0x0040, 0x851: 0x0040, + 0x852: 0x0040, 0x853: 0x0040, 0x854: 0x0040, 0x855: 0x3008, 0x856: 0x3008, 0x857: 0x0040, + 0x858: 0x0040, 0x859: 0x0040, 0x85a: 0x0040, 0x85b: 0x0040, 0x85c: 0x0040, 0x85d: 0x0040, + 0x85e: 0x0008, 0x85f: 0x0040, 0x860: 0x0008, 0x861: 0x0008, 0x862: 0x3308, 0x863: 0x3308, + 0x864: 0x0040, 0x865: 0x0040, 0x866: 0x0008, 0x867: 0x0008, 0x868: 0x0008, 0x869: 0x0008, + 0x86a: 0x0008, 0x86b: 0x0008, 0x86c: 0x0008, 0x86d: 0x0008, 0x86e: 0x0008, 0x86f: 0x0008, + 0x870: 0x0040, 0x871: 0x0008, 0x872: 0x0008, 0x873: 0x0040, 0x874: 0x0040, 0x875: 0x0040, + 0x876: 0x0040, 0x877: 0x0040, 0x878: 0x0040, 0x879: 0x0040, 0x87a: 0x0040, 0x87b: 0x0040, + 0x87c: 0x0040, 0x87d: 0x0040, 0x87e: 0x0040, 0x87f: 0x0040, + // Block 0x22, offset 0x880 + 0x880: 0x3008, 0x881: 0x3308, 0x882: 0x3308, 0x883: 0x3308, 0x884: 0x3308, 0x885: 0x0040, + 0x886: 0x3008, 0x887: 0x3008, 0x888: 0x3008, 0x889: 0x0040, 0x88a: 0x3008, 0x88b: 0x3008, + 0x88c: 0x3008, 0x88d: 0x3b08, 0x88e: 0x0008, 0x88f: 0x0018, 0x890: 0x0040, 0x891: 0x0040, + 0x892: 0x0040, 0x893: 0x0040, 0x894: 0x0008, 0x895: 0x0008, 0x896: 0x0008, 0x897: 0x3008, + 0x898: 0x0018, 0x899: 0x0018, 0x89a: 0x0018, 0x89b: 0x0018, 0x89c: 0x0018, 0x89d: 0x0018, + 0x89e: 0x0018, 0x89f: 0x0008, 0x8a0: 0x0008, 0x8a1: 0x0008, 0x8a2: 0x3308, 0x8a3: 0x3308, + 0x8a4: 0x0040, 0x8a5: 0x0040, 0x8a6: 0x0008, 0x8a7: 0x0008, 0x8a8: 0x0008, 0x8a9: 0x0008, + 0x8aa: 0x0008, 0x8ab: 0x0008, 0x8ac: 0x0008, 0x8ad: 0x0008, 0x8ae: 0x0008, 0x8af: 0x0008, + 0x8b0: 0x0018, 0x8b1: 0x0018, 0x8b2: 0x0018, 0x8b3: 0x0018, 0x8b4: 0x0018, 0x8b5: 0x0018, + 0x8b6: 0x0018, 0x8b7: 0x0018, 0x8b8: 0x0018, 0x8b9: 0x0018, 0x8ba: 0x0008, 0x8bb: 0x0008, + 0x8bc: 0x0008, 0x8bd: 0x0008, 0x8be: 0x0008, 0x8bf: 0x0008, + // Block 0x23, offset 0x8c0 + 0x8c0: 0x0040, 0x8c1: 0x0008, 0x8c2: 0x0008, 0x8c3: 0x0040, 0x8c4: 0x0008, 0x8c5: 0x0040, + 0x8c6: 0x0040, 0x8c7: 0x0008, 0x8c8: 0x0008, 0x8c9: 0x0040, 0x8ca: 0x0008, 0x8cb: 0x0040, + 0x8cc: 0x0040, 0x8cd: 0x0008, 0x8ce: 0x0040, 0x8cf: 0x0040, 0x8d0: 0x0040, 0x8d1: 0x0040, + 0x8d2: 0x0040, 0x8d3: 0x0040, 0x8d4: 0x0008, 0x8d5: 0x0008, 0x8d6: 0x0008, 0x8d7: 0x0008, + 0x8d8: 0x0040, 0x8d9: 0x0008, 0x8da: 0x0008, 0x8db: 0x0008, 0x8dc: 0x0008, 0x8dd: 0x0008, + 0x8de: 0x0008, 0x8df: 0x0008, 0x8e0: 0x0040, 0x8e1: 0x0008, 0x8e2: 0x0008, 0x8e3: 0x0008, + 0x8e4: 0x0040, 0x8e5: 0x0008, 0x8e6: 0x0040, 0x8e7: 0x0008, 0x8e8: 0x0040, 0x8e9: 0x0040, + 0x8ea: 0x0008, 0x8eb: 0x0008, 0x8ec: 0x0040, 0x8ed: 0x0008, 0x8ee: 0x0008, 0x8ef: 0x0008, + 0x8f0: 0x0008, 0x8f1: 0x3308, 0x8f2: 0x0008, 0x8f3: 0x0929, 0x8f4: 0x3308, 0x8f5: 0x3308, + 0x8f6: 0x3308, 0x8f7: 0x3308, 0x8f8: 0x3308, 0x8f9: 0x3308, 0x8fa: 0x0040, 0x8fb: 0x3308, + 0x8fc: 0x3308, 0x8fd: 0x0008, 0x8fe: 0x0040, 0x8ff: 0x0040, + // Block 0x24, offset 0x900 + 0x900: 0x0008, 0x901: 0x0008, 0x902: 0x0008, 0x903: 0x09d1, 0x904: 0x0008, 0x905: 0x0008, + 0x906: 0x0008, 0x907: 0x0008, 0x908: 0x0040, 0x909: 0x0008, 0x90a: 0x0008, 0x90b: 0x0008, + 0x90c: 0x0008, 0x90d: 0x0a09, 0x90e: 0x0008, 0x90f: 0x0008, 0x910: 0x0008, 0x911: 0x0008, + 0x912: 0x0a41, 0x913: 0x0008, 0x914: 0x0008, 0x915: 0x0008, 0x916: 0x0008, 0x917: 0x0a79, + 0x918: 0x0008, 0x919: 0x0008, 0x91a: 0x0008, 0x91b: 0x0008, 0x91c: 0x0ab1, 0x91d: 0x0008, + 0x91e: 0x0008, 0x91f: 0x0008, 0x920: 0x0008, 0x921: 0x0008, 0x922: 0x0008, 0x923: 0x0008, + 0x924: 0x0008, 0x925: 0x0008, 0x926: 0x0008, 0x927: 0x0008, 0x928: 0x0008, 0x929: 0x0ae9, + 0x92a: 0x0008, 0x92b: 0x0008, 0x92c: 0x0008, 0x92d: 0x0040, 0x92e: 0x0040, 0x92f: 0x0040, + 0x930: 0x0040, 0x931: 0x3308, 0x932: 0x3308, 0x933: 0x0b21, 0x934: 0x3308, 0x935: 0x0b59, + 0x936: 0x0b91, 0x937: 0x0bc9, 0x938: 0x0c19, 0x939: 0x0c51, 0x93a: 0x3308, 0x93b: 0x3308, + 0x93c: 0x3308, 0x93d: 0x3308, 0x93e: 0x3308, 0x93f: 0x3008, + // Block 0x25, offset 0x940 + 0x940: 0x3308, 0x941: 0x0ca1, 0x942: 0x3308, 0x943: 0x3308, 0x944: 0x3b08, 0x945: 0x0018, + 0x946: 0x3308, 0x947: 0x3308, 0x948: 0x0008, 0x949: 0x0008, 0x94a: 0x0008, 0x94b: 0x0008, + 0x94c: 0x0008, 0x94d: 0x3308, 0x94e: 0x3308, 0x94f: 0x3308, 0x950: 0x3308, 0x951: 0x3308, + 0x952: 0x3308, 0x953: 0x0cd9, 0x954: 0x3308, 0x955: 0x3308, 0x956: 0x3308, 0x957: 0x3308, + 0x958: 0x0040, 0x959: 0x3308, 0x95a: 0x3308, 0x95b: 0x3308, 0x95c: 0x3308, 0x95d: 0x0d11, + 0x95e: 0x3308, 0x95f: 0x3308, 0x960: 0x3308, 0x961: 0x3308, 0x962: 0x0d49, 0x963: 0x3308, + 0x964: 0x3308, 0x965: 0x3308, 0x966: 0x3308, 0x967: 0x0d81, 0x968: 0x3308, 0x969: 0x3308, + 0x96a: 0x3308, 0x96b: 0x3308, 0x96c: 0x0db9, 0x96d: 0x3308, 0x96e: 0x3308, 0x96f: 0x3308, + 0x970: 0x3308, 0x971: 0x3308, 0x972: 0x3308, 0x973: 0x3308, 0x974: 0x3308, 0x975: 0x3308, + 0x976: 0x3308, 0x977: 0x3308, 0x978: 0x3308, 0x979: 0x0df1, 0x97a: 0x3308, 0x97b: 0x3308, + 0x97c: 0x3308, 0x97d: 0x0040, 0x97e: 0x0018, 0x97f: 0x0018, + // Block 0x26, offset 0x980 + 0x980: 0x0008, 0x981: 0x0008, 0x982: 0x0008, 0x983: 0x0008, 0x984: 0x0008, 0x985: 0x0008, + 0x986: 0x0008, 0x987: 0x0008, 0x988: 0x0008, 0x989: 0x0008, 0x98a: 0x0008, 0x98b: 0x0008, + 0x98c: 0x0008, 0x98d: 0x0008, 0x98e: 0x0008, 0x98f: 0x0008, 0x990: 0x0008, 0x991: 0x0008, + 0x992: 0x0008, 0x993: 0x0008, 0x994: 0x0008, 0x995: 0x0008, 0x996: 0x0008, 0x997: 0x0008, + 0x998: 0x0008, 0x999: 0x0008, 0x99a: 0x0008, 0x99b: 0x0008, 0x99c: 0x0008, 0x99d: 0x0008, + 0x99e: 0x0008, 0x99f: 0x0008, 0x9a0: 0x0008, 0x9a1: 0x0008, 0x9a2: 0x0008, 0x9a3: 0x0008, + 0x9a4: 0x0008, 0x9a5: 0x0008, 0x9a6: 0x0008, 0x9a7: 0x0008, 0x9a8: 0x0008, 0x9a9: 0x0008, + 0x9aa: 0x0008, 0x9ab: 0x0008, 0x9ac: 0x0039, 0x9ad: 0x0ed1, 0x9ae: 0x0ee9, 0x9af: 0x0008, + 0x9b0: 0x0ef9, 0x9b1: 0x0f09, 0x9b2: 0x0f19, 0x9b3: 0x0f31, 0x9b4: 0x0249, 0x9b5: 0x0f41, + 0x9b6: 0x0259, 0x9b7: 0x0f51, 0x9b8: 0x0359, 0x9b9: 0x0f61, 0x9ba: 0x0f71, 0x9bb: 0x0008, + 0x9bc: 0x00d9, 0x9bd: 0x0f81, 0x9be: 0x0f99, 0x9bf: 0x0269, + // Block 0x27, offset 0x9c0 + 0x9c0: 0x0fa9, 0x9c1: 0x0fb9, 0x9c2: 0x0279, 0x9c3: 0x0039, 0x9c4: 0x0fc9, 0x9c5: 0x0fe1, + 0x9c6: 0x059d, 0x9c7: 0x0ee9, 0x9c8: 0x0ef9, 0x9c9: 0x0f09, 0x9ca: 0x0ff9, 0x9cb: 0x1011, + 0x9cc: 0x1029, 0x9cd: 0x0f31, 0x9ce: 0x0008, 0x9cf: 0x0f51, 0x9d0: 0x0f61, 0x9d1: 0x1041, + 0x9d2: 0x00d9, 0x9d3: 0x1059, 0x9d4: 0x05b5, 0x9d5: 0x05b5, 0x9d6: 0x0f99, 0x9d7: 0x0fa9, + 0x9d8: 0x0fb9, 0x9d9: 0x059d, 0x9da: 0x1071, 0x9db: 0x1089, 0x9dc: 0x05cd, 0x9dd: 0x1099, + 0x9de: 0x10b1, 0x9df: 0x10c9, 0x9e0: 0x10e1, 0x9e1: 0x10f9, 0x9e2: 0x0f41, 0x9e3: 0x0269, + 0x9e4: 0x0fb9, 0x9e5: 0x1089, 0x9e6: 0x1099, 0x9e7: 0x10b1, 0x9e8: 0x1111, 0x9e9: 0x10e1, + 0x9ea: 0x10f9, 0x9eb: 0x0008, 0x9ec: 0x0008, 0x9ed: 0x0008, 0x9ee: 0x0008, 0x9ef: 0x0008, + 0x9f0: 0x0008, 0x9f1: 0x0008, 0x9f2: 0x0008, 0x9f3: 0x0008, 0x9f4: 0x0008, 0x9f5: 0x0008, + 0x9f6: 0x0008, 0x9f7: 0x0008, 0x9f8: 0x1129, 0x9f9: 0x0008, 0x9fa: 0x0008, 0x9fb: 0x0008, + 0x9fc: 0x0008, 0x9fd: 0x0008, 0x9fe: 0x0008, 0x9ff: 0x0008, + // Block 0x28, offset 0xa00 + 0xa00: 0x0008, 0xa01: 0x0008, 0xa02: 0x0008, 0xa03: 0x0008, 0xa04: 0x0008, 0xa05: 0x0008, + 0xa06: 0x0008, 0xa07: 0x0008, 0xa08: 0x0008, 0xa09: 0x0008, 0xa0a: 0x0008, 0xa0b: 0x0008, + 0xa0c: 0x0008, 0xa0d: 0x0008, 0xa0e: 0x0008, 0xa0f: 0x0008, 0xa10: 0x0008, 0xa11: 0x0008, + 0xa12: 0x0008, 0xa13: 0x0008, 0xa14: 0x0008, 0xa15: 0x0008, 0xa16: 0x0008, 0xa17: 0x0008, + 0xa18: 0x0008, 0xa19: 0x0008, 0xa1a: 0x0008, 0xa1b: 0x1141, 0xa1c: 0x1159, 0xa1d: 0x1169, + 0xa1e: 0x1181, 0xa1f: 0x1029, 0xa20: 0x1199, 0xa21: 0x11a9, 0xa22: 0x11c1, 0xa23: 0x11d9, + 0xa24: 0x11f1, 0xa25: 0x1209, 0xa26: 0x1221, 0xa27: 0x05e5, 0xa28: 0x1239, 0xa29: 0x1251, + 0xa2a: 0xe17d, 0xa2b: 0x1269, 0xa2c: 0x1281, 0xa2d: 0x1299, 0xa2e: 0x12b1, 0xa2f: 0x12c9, + 0xa30: 0x12e1, 0xa31: 0x12f9, 0xa32: 0x1311, 0xa33: 0x1329, 0xa34: 0x1341, 0xa35: 0x1359, + 0xa36: 0x1371, 0xa37: 0x1389, 0xa38: 0x05fd, 0xa39: 0x13a1, 0xa3a: 0x13b9, 0xa3b: 0x13d1, + 0xa3c: 0x13e1, 0xa3d: 0x13f9, 0xa3e: 0x1411, 0xa3f: 0x1429, + // Block 0x29, offset 0xa40 + 0xa40: 0xe00d, 0xa41: 0x0008, 0xa42: 0xe00d, 0xa43: 0x0008, 0xa44: 0xe00d, 0xa45: 0x0008, + 0xa46: 0xe00d, 0xa47: 0x0008, 0xa48: 0xe00d, 0xa49: 0x0008, 0xa4a: 0xe00d, 0xa4b: 0x0008, + 0xa4c: 0xe00d, 0xa4d: 0x0008, 0xa4e: 0xe00d, 0xa4f: 0x0008, 0xa50: 0xe00d, 0xa51: 0x0008, + 0xa52: 0xe00d, 0xa53: 0x0008, 0xa54: 0xe00d, 0xa55: 0x0008, 0xa56: 0xe00d, 0xa57: 0x0008, + 0xa58: 0xe00d, 0xa59: 0x0008, 0xa5a: 0xe00d, 0xa5b: 0x0008, 0xa5c: 0xe00d, 0xa5d: 0x0008, + 0xa5e: 0xe00d, 0xa5f: 0x0008, 0xa60: 0xe00d, 0xa61: 0x0008, 0xa62: 0xe00d, 0xa63: 0x0008, + 0xa64: 0xe00d, 0xa65: 0x0008, 0xa66: 0xe00d, 0xa67: 0x0008, 0xa68: 0xe00d, 0xa69: 0x0008, + 0xa6a: 0xe00d, 0xa6b: 0x0008, 0xa6c: 0xe00d, 0xa6d: 0x0008, 0xa6e: 0xe00d, 0xa6f: 0x0008, + 0xa70: 0xe00d, 0xa71: 0x0008, 0xa72: 0xe00d, 0xa73: 0x0008, 0xa74: 0xe00d, 0xa75: 0x0008, + 0xa76: 0xe00d, 0xa77: 0x0008, 0xa78: 0xe00d, 0xa79: 0x0008, 0xa7a: 0xe00d, 0xa7b: 0x0008, + 0xa7c: 0xe00d, 0xa7d: 0x0008, 0xa7e: 0xe00d, 0xa7f: 0x0008, + // Block 0x2a, offset 0xa80 + 0xa80: 0xe00d, 0xa81: 0x0008, 0xa82: 0xe00d, 0xa83: 0x0008, 0xa84: 0xe00d, 0xa85: 0x0008, + 0xa86: 0xe00d, 0xa87: 0x0008, 0xa88: 0xe00d, 0xa89: 0x0008, 0xa8a: 0xe00d, 0xa8b: 0x0008, + 0xa8c: 0xe00d, 0xa8d: 0x0008, 0xa8e: 0xe00d, 0xa8f: 0x0008, 0xa90: 0xe00d, 0xa91: 0x0008, + 0xa92: 0xe00d, 0xa93: 0x0008, 0xa94: 0xe00d, 0xa95: 0x0008, 0xa96: 0x0008, 0xa97: 0x0008, + 0xa98: 0x0008, 0xa99: 0x0008, 0xa9a: 0x0615, 0xa9b: 0x0635, 0xa9c: 0x0008, 0xa9d: 0x0008, + 0xa9e: 0x1441, 0xa9f: 0x0008, 0xaa0: 0xe00d, 0xaa1: 0x0008, 0xaa2: 0xe00d, 0xaa3: 0x0008, + 0xaa4: 0xe00d, 0xaa5: 0x0008, 0xaa6: 0xe00d, 0xaa7: 0x0008, 0xaa8: 0xe00d, 0xaa9: 0x0008, + 0xaaa: 0xe00d, 0xaab: 0x0008, 0xaac: 0xe00d, 0xaad: 0x0008, 0xaae: 0xe00d, 0xaaf: 0x0008, + 0xab0: 0xe00d, 0xab1: 0x0008, 0xab2: 0xe00d, 0xab3: 0x0008, 0xab4: 0xe00d, 0xab5: 0x0008, + 0xab6: 0xe00d, 0xab7: 0x0008, 0xab8: 0xe00d, 0xab9: 0x0008, 0xaba: 0xe00d, 0xabb: 0x0008, + 0xabc: 0xe00d, 0xabd: 0x0008, 0xabe: 0xe00d, 0xabf: 0x0008, + // Block 0x2b, offset 0xac0 + 0xac0: 0x0008, 0xac1: 0x0008, 0xac2: 0x0008, 0xac3: 0x0008, 0xac4: 0x0008, 0xac5: 0x0008, + 0xac6: 0x0040, 0xac7: 0x0040, 0xac8: 0xe045, 0xac9: 0xe045, 0xaca: 0xe045, 0xacb: 0xe045, + 0xacc: 0xe045, 0xacd: 0xe045, 0xace: 0x0040, 0xacf: 0x0040, 0xad0: 0x0008, 0xad1: 0x0008, + 0xad2: 0x0008, 0xad3: 0x0008, 0xad4: 0x0008, 0xad5: 0x0008, 0xad6: 0x0008, 0xad7: 0x0008, + 0xad8: 0x0040, 0xad9: 0xe045, 0xada: 0x0040, 0xadb: 0xe045, 0xadc: 0x0040, 0xadd: 0xe045, + 0xade: 0x0040, 0xadf: 0xe045, 0xae0: 0x0008, 0xae1: 0x0008, 0xae2: 0x0008, 0xae3: 0x0008, + 0xae4: 0x0008, 0xae5: 0x0008, 0xae6: 0x0008, 0xae7: 0x0008, 0xae8: 0xe045, 0xae9: 0xe045, + 0xaea: 0xe045, 0xaeb: 0xe045, 0xaec: 0xe045, 0xaed: 0xe045, 0xaee: 0xe045, 0xaef: 0xe045, + 0xaf0: 0x0008, 0xaf1: 0x1459, 0xaf2: 0x0008, 0xaf3: 0x1471, 0xaf4: 0x0008, 0xaf5: 0x1489, + 0xaf6: 0x0008, 0xaf7: 0x14a1, 0xaf8: 0x0008, 0xaf9: 0x14b9, 0xafa: 0x0008, 0xafb: 0x14d1, + 0xafc: 0x0008, 0xafd: 0x14e9, 0xafe: 0x0040, 0xaff: 0x0040, + // Block 0x2c, offset 0xb00 + 0xb00: 0x1501, 0xb01: 0x1531, 0xb02: 0x1561, 0xb03: 0x1591, 0xb04: 0x15c1, 0xb05: 0x15f1, + 0xb06: 0x1621, 0xb07: 0x1651, 0xb08: 0x1501, 0xb09: 0x1531, 0xb0a: 0x1561, 0xb0b: 0x1591, + 0xb0c: 0x15c1, 0xb0d: 0x15f1, 0xb0e: 0x1621, 0xb0f: 0x1651, 0xb10: 0x1681, 0xb11: 0x16b1, + 0xb12: 0x16e1, 0xb13: 0x1711, 0xb14: 0x1741, 0xb15: 0x1771, 0xb16: 0x17a1, 0xb17: 0x17d1, + 0xb18: 0x1681, 0xb19: 0x16b1, 0xb1a: 0x16e1, 0xb1b: 0x1711, 0xb1c: 0x1741, 0xb1d: 0x1771, + 0xb1e: 0x17a1, 0xb1f: 0x17d1, 0xb20: 0x1801, 0xb21: 0x1831, 0xb22: 0x1861, 0xb23: 0x1891, + 0xb24: 0x18c1, 0xb25: 0x18f1, 0xb26: 0x1921, 0xb27: 0x1951, 0xb28: 0x1801, 0xb29: 0x1831, + 0xb2a: 0x1861, 0xb2b: 0x1891, 0xb2c: 0x18c1, 0xb2d: 0x18f1, 0xb2e: 0x1921, 0xb2f: 0x1951, + 0xb30: 0x0008, 0xb31: 0x0008, 0xb32: 0x1981, 0xb33: 0x19b1, 0xb34: 0x19d9, 0xb35: 0x0040, + 0xb36: 0x0008, 0xb37: 0x1a01, 0xb38: 0xe045, 0xb39: 0xe045, 0xb3a: 0x064d, 0xb3b: 0x1459, + 0xb3c: 0x19b1, 0xb3d: 0x0666, 0xb3e: 0x1a31, 0xb3f: 0x0686, + // Block 0x2d, offset 0xb40 + 0xb40: 0x06a6, 0xb41: 0x1a4a, 0xb42: 0x1a79, 0xb43: 0x1aa9, 0xb44: 0x1ad1, 0xb45: 0x0040, + 0xb46: 0x0008, 0xb47: 0x1af9, 0xb48: 0x06c5, 0xb49: 0x1471, 0xb4a: 0x06dd, 0xb4b: 0x1489, + 0xb4c: 0x1aa9, 0xb4d: 0x1b2a, 0xb4e: 0x1b5a, 0xb4f: 0x1b8a, 0xb50: 0x0008, 0xb51: 0x0008, + 0xb52: 0x0008, 0xb53: 0x1bb9, 0xb54: 0x0040, 0xb55: 0x0040, 0xb56: 0x0008, 0xb57: 0x0008, + 0xb58: 0xe045, 0xb59: 0xe045, 0xb5a: 0x06f5, 0xb5b: 0x14a1, 0xb5c: 0x0040, 0xb5d: 0x1bd2, + 0xb5e: 0x1c02, 0xb5f: 0x1c32, 0xb60: 0x0008, 0xb61: 0x0008, 0xb62: 0x0008, 0xb63: 0x1c61, + 0xb64: 0x0008, 0xb65: 0x0008, 0xb66: 0x0008, 0xb67: 0x0008, 0xb68: 0xe045, 0xb69: 0xe045, + 0xb6a: 0x070d, 0xb6b: 0x14d1, 0xb6c: 0xe04d, 0xb6d: 0x1c7a, 0xb6e: 0x03d2, 0xb6f: 0x1caa, + 0xb70: 0x0040, 0xb71: 0x0040, 0xb72: 0x1cb9, 0xb73: 0x1ce9, 0xb74: 0x1d11, 0xb75: 0x0040, + 0xb76: 0x0008, 0xb77: 0x1d39, 0xb78: 0x0725, 0xb79: 0x14b9, 0xb7a: 0x0515, 0xb7b: 0x14e9, + 0xb7c: 0x1ce9, 0xb7d: 0x073e, 0xb7e: 0x075e, 0xb7f: 0x0040, + // Block 0x2e, offset 0xb80 + 0xb80: 0x000a, 0xb81: 0x000a, 0xb82: 0x000a, 0xb83: 0x000a, 0xb84: 0x000a, 0xb85: 0x000a, + 0xb86: 0x000a, 0xb87: 0x000a, 0xb88: 0x000a, 0xb89: 0x000a, 0xb8a: 0x000a, 0xb8b: 0x03c0, + 0xb8c: 0x0003, 0xb8d: 0x0003, 0xb8e: 0x0340, 0xb8f: 0x0b40, 0xb90: 0x0018, 0xb91: 0xe00d, + 0xb92: 0x0018, 0xb93: 0x0018, 0xb94: 0x0018, 0xb95: 0x0018, 0xb96: 0x0018, 0xb97: 0x077e, + 0xb98: 0x0018, 0xb99: 0x0018, 0xb9a: 0x0018, 0xb9b: 0x0018, 0xb9c: 0x0018, 0xb9d: 0x0018, + 0xb9e: 0x0018, 0xb9f: 0x0018, 0xba0: 0x0018, 0xba1: 0x0018, 0xba2: 0x0018, 0xba3: 0x0018, + 0xba4: 0x0040, 0xba5: 0x0040, 0xba6: 0x0040, 0xba7: 0x0018, 0xba8: 0x0040, 0xba9: 0x0040, + 0xbaa: 0x0340, 0xbab: 0x0340, 0xbac: 0x0340, 0xbad: 0x0340, 0xbae: 0x0340, 0xbaf: 0x000a, + 0xbb0: 0x0018, 0xbb1: 0x0018, 0xbb2: 0x0018, 0xbb3: 0x1d69, 0xbb4: 0x1da1, 0xbb5: 0x0018, + 0xbb6: 0x1df1, 0xbb7: 0x1e29, 0xbb8: 0x0018, 0xbb9: 0x0018, 0xbba: 0x0018, 0xbbb: 0x0018, + 0xbbc: 0x1e7a, 0xbbd: 0x0018, 0xbbe: 0x079e, 0xbbf: 0x0018, + // Block 0x2f, offset 0xbc0 + 0xbc0: 0x0018, 0xbc1: 0x0018, 0xbc2: 0x0018, 0xbc3: 0x0018, 0xbc4: 0x0018, 0xbc5: 0x0018, + 0xbc6: 0x0018, 0xbc7: 0x1e92, 0xbc8: 0x1eaa, 0xbc9: 0x1ec2, 0xbca: 0x0018, 0xbcb: 0x0018, + 0xbcc: 0x0018, 0xbcd: 0x0018, 0xbce: 0x0018, 0xbcf: 0x0018, 0xbd0: 0x0018, 0xbd1: 0x0018, + 0xbd2: 0x0018, 0xbd3: 0x0018, 0xbd4: 0x0018, 0xbd5: 0x0018, 0xbd6: 0x0018, 0xbd7: 0x1ed9, + 0xbd8: 0x0018, 0xbd9: 0x0018, 0xbda: 0x0018, 0xbdb: 0x0018, 0xbdc: 0x0018, 0xbdd: 0x0018, + 0xbde: 0x0018, 0xbdf: 0x000a, 0xbe0: 0x03c0, 0xbe1: 0x0340, 0xbe2: 0x0340, 0xbe3: 0x0340, + 0xbe4: 0x03c0, 0xbe5: 0x0040, 0xbe6: 0x0040, 0xbe7: 0x0040, 0xbe8: 0x0040, 0xbe9: 0x0040, + 0xbea: 0x0340, 0xbeb: 0x0340, 0xbec: 0x0340, 0xbed: 0x0340, 0xbee: 0x0340, 0xbef: 0x0340, + 0xbf0: 0x1f41, 0xbf1: 0x0f41, 0xbf2: 0x0040, 0xbf3: 0x0040, 0xbf4: 0x1f51, 0xbf5: 0x1f61, + 0xbf6: 0x1f71, 0xbf7: 0x1f81, 0xbf8: 0x1f91, 0xbf9: 0x1fa1, 0xbfa: 0x1fb2, 0xbfb: 0x07bd, + 0xbfc: 0x1fc2, 0xbfd: 0x1fd2, 0xbfe: 0x1fe2, 0xbff: 0x0f71, + // Block 0x30, offset 0xc00 + 0xc00: 0x1f41, 0xc01: 0x00c9, 0xc02: 0x0069, 0xc03: 0x0079, 0xc04: 0x1f51, 0xc05: 0x1f61, + 0xc06: 0x1f71, 0xc07: 0x1f81, 0xc08: 0x1f91, 0xc09: 0x1fa1, 0xc0a: 0x1fb2, 0xc0b: 0x07d5, + 0xc0c: 0x1fc2, 0xc0d: 0x1fd2, 0xc0e: 0x1fe2, 0xc0f: 0x0040, 0xc10: 0x0039, 0xc11: 0x0f09, + 0xc12: 0x00d9, 0xc13: 0x0369, 0xc14: 0x0ff9, 0xc15: 0x0249, 0xc16: 0x0f51, 0xc17: 0x0359, + 0xc18: 0x0f61, 0xc19: 0x0f71, 0xc1a: 0x0f99, 0xc1b: 0x01d9, 0xc1c: 0x0fa9, 0xc1d: 0x0040, + 0xc1e: 0x0040, 0xc1f: 0x0040, 0xc20: 0x0018, 0xc21: 0x0018, 0xc22: 0x0018, 0xc23: 0x0018, + 0xc24: 0x0018, 0xc25: 0x0018, 0xc26: 0x0018, 0xc27: 0x0018, 0xc28: 0x1ff1, 0xc29: 0x0018, + 0xc2a: 0x0018, 0xc2b: 0x0018, 0xc2c: 0x0018, 0xc2d: 0x0018, 0xc2e: 0x0018, 0xc2f: 0x0018, + 0xc30: 0x0018, 0xc31: 0x0018, 0xc32: 0x0018, 0xc33: 0x0018, 0xc34: 0x0018, 0xc35: 0x0018, + 0xc36: 0x0018, 0xc37: 0x0018, 0xc38: 0x0018, 0xc39: 0x0018, 0xc3a: 0x0018, 0xc3b: 0x0018, + 0xc3c: 0x0018, 0xc3d: 0x0018, 0xc3e: 0x0018, 0xc3f: 0x0040, + // Block 0x31, offset 0xc40 + 0xc40: 0x07ee, 0xc41: 0x080e, 0xc42: 0x1159, 0xc43: 0x082d, 0xc44: 0x0018, 0xc45: 0x084e, + 0xc46: 0x086e, 0xc47: 0x1011, 0xc48: 0x0018, 0xc49: 0x088d, 0xc4a: 0x0f31, 0xc4b: 0x0249, + 0xc4c: 0x0249, 0xc4d: 0x0249, 0xc4e: 0x0249, 0xc4f: 0x2009, 0xc50: 0x0f41, 0xc51: 0x0f41, + 0xc52: 0x0359, 0xc53: 0x0359, 0xc54: 0x0018, 0xc55: 0x0f71, 0xc56: 0x2021, 0xc57: 0x0018, + 0xc58: 0x0018, 0xc59: 0x0f99, 0xc5a: 0x2039, 0xc5b: 0x0269, 0xc5c: 0x0269, 0xc5d: 0x0269, + 0xc5e: 0x0018, 0xc5f: 0x0018, 0xc60: 0x2049, 0xc61: 0x08ad, 0xc62: 0x2061, 0xc63: 0x0018, + 0xc64: 0x13d1, 0xc65: 0x0018, 0xc66: 0x2079, 0xc67: 0x0018, 0xc68: 0x13d1, 0xc69: 0x0018, + 0xc6a: 0x0f51, 0xc6b: 0x2091, 0xc6c: 0x0ee9, 0xc6d: 0x1159, 0xc6e: 0x0018, 0xc6f: 0x0f09, + 0xc70: 0x0f09, 0xc71: 0x1199, 0xc72: 0x0040, 0xc73: 0x0f61, 0xc74: 0x00d9, 0xc75: 0x20a9, + 0xc76: 0x20c1, 0xc77: 0x20d9, 0xc78: 0x20f1, 0xc79: 0x0f41, 0xc7a: 0x0018, 0xc7b: 0x08cd, + 0xc7c: 0x2109, 0xc7d: 0x10b1, 0xc7e: 0x10b1, 0xc7f: 0x2109, + // Block 0x32, offset 0xc80 + 0xc80: 0x08ed, 0xc81: 0x0018, 0xc82: 0x0018, 0xc83: 0x0018, 0xc84: 0x0018, 0xc85: 0x0ef9, + 0xc86: 0x0ef9, 0xc87: 0x0f09, 0xc88: 0x0f41, 0xc89: 0x0259, 0xc8a: 0x0018, 0xc8b: 0x0018, + 0xc8c: 0x0018, 0xc8d: 0x0018, 0xc8e: 0x0008, 0xc8f: 0x0018, 0xc90: 0x2121, 0xc91: 0x2151, + 0xc92: 0x2181, 0xc93: 0x21b9, 0xc94: 0x21e9, 0xc95: 0x2219, 0xc96: 0x2249, 0xc97: 0x2279, + 0xc98: 0x22a9, 0xc99: 0x22d9, 0xc9a: 0x2309, 0xc9b: 0x2339, 0xc9c: 0x2369, 0xc9d: 0x2399, + 0xc9e: 0x23c9, 0xc9f: 0x23f9, 0xca0: 0x0f41, 0xca1: 0x2421, 0xca2: 0x0905, 0xca3: 0x2439, + 0xca4: 0x1089, 0xca5: 0x2451, 0xca6: 0x0925, 0xca7: 0x2469, 0xca8: 0x2491, 0xca9: 0x0369, + 0xcaa: 0x24a9, 0xcab: 0x0945, 0xcac: 0x0359, 0xcad: 0x1159, 0xcae: 0x0ef9, 0xcaf: 0x0f61, + 0xcb0: 0x0f41, 0xcb1: 0x2421, 0xcb2: 0x0965, 0xcb3: 0x2439, 0xcb4: 0x1089, 0xcb5: 0x2451, + 0xcb6: 0x0985, 0xcb7: 0x2469, 0xcb8: 0x2491, 0xcb9: 0x0369, 0xcba: 0x24a9, 0xcbb: 0x09a5, + 0xcbc: 0x0359, 0xcbd: 0x1159, 0xcbe: 0x0ef9, 0xcbf: 0x0f61, + // Block 0x33, offset 0xcc0 + 0xcc0: 0x0018, 0xcc1: 0x0018, 0xcc2: 0x0018, 0xcc3: 0x0018, 0xcc4: 0x0018, 0xcc5: 0x0018, + 0xcc6: 0x0018, 0xcc7: 0x0018, 0xcc8: 0x0018, 0xcc9: 0x0018, 0xcca: 0x0018, 0xccb: 0x0040, + 0xccc: 0x0040, 0xccd: 0x0040, 0xcce: 0x0040, 0xccf: 0x0040, 0xcd0: 0x0040, 0xcd1: 0x0040, + 0xcd2: 0x0040, 0xcd3: 0x0040, 0xcd4: 0x0040, 0xcd5: 0x0040, 0xcd6: 0x0040, 0xcd7: 0x0040, + 0xcd8: 0x0040, 0xcd9: 0x0040, 0xcda: 0x0040, 0xcdb: 0x0040, 0xcdc: 0x0040, 0xcdd: 0x0040, + 0xcde: 0x0040, 0xcdf: 0x0040, 0xce0: 0x00c9, 0xce1: 0x0069, 0xce2: 0x0079, 0xce3: 0x1f51, + 0xce4: 0x1f61, 0xce5: 0x1f71, 0xce6: 0x1f81, 0xce7: 0x1f91, 0xce8: 0x1fa1, 0xce9: 0x2601, + 0xcea: 0x2619, 0xceb: 0x2631, 0xcec: 0x2649, 0xced: 0x2661, 0xcee: 0x2679, 0xcef: 0x2691, + 0xcf0: 0x26a9, 0xcf1: 0x26c1, 0xcf2: 0x26d9, 0xcf3: 0x26f1, 0xcf4: 0x0a06, 0xcf5: 0x0a26, + 0xcf6: 0x0a46, 0xcf7: 0x0a66, 0xcf8: 0x0a86, 0xcf9: 0x0aa6, 0xcfa: 0x0ac6, 0xcfb: 0x0ae6, + 0xcfc: 0x0b06, 0xcfd: 0x270a, 0xcfe: 0x2732, 0xcff: 0x275a, + // Block 0x34, offset 0xd00 + 0xd00: 0x2782, 0xd01: 0x27aa, 0xd02: 0x27d2, 0xd03: 0x27fa, 0xd04: 0x2822, 0xd05: 0x284a, + 0xd06: 0x2872, 0xd07: 0x289a, 0xd08: 0x0040, 0xd09: 0x0040, 0xd0a: 0x0040, 0xd0b: 0x0040, + 0xd0c: 0x0040, 0xd0d: 0x0040, 0xd0e: 0x0040, 0xd0f: 0x0040, 0xd10: 0x0040, 0xd11: 0x0040, + 0xd12: 0x0040, 0xd13: 0x0040, 0xd14: 0x0040, 0xd15: 0x0040, 0xd16: 0x0040, 0xd17: 0x0040, + 0xd18: 0x0040, 0xd19: 0x0040, 0xd1a: 0x0040, 0xd1b: 0x0040, 0xd1c: 0x0b26, 0xd1d: 0x0b46, + 0xd1e: 0x0b66, 0xd1f: 0x0b86, 0xd20: 0x0ba6, 0xd21: 0x0bc6, 0xd22: 0x0be6, 0xd23: 0x0c06, + 0xd24: 0x0c26, 0xd25: 0x0c46, 0xd26: 0x0c66, 0xd27: 0x0c86, 0xd28: 0x0ca6, 0xd29: 0x0cc6, + 0xd2a: 0x0ce6, 0xd2b: 0x0d06, 0xd2c: 0x0d26, 0xd2d: 0x0d46, 0xd2e: 0x0d66, 0xd2f: 0x0d86, + 0xd30: 0x0da6, 0xd31: 0x0dc6, 0xd32: 0x0de6, 0xd33: 0x0e06, 0xd34: 0x0e26, 0xd35: 0x0e46, + 0xd36: 0x0039, 0xd37: 0x0ee9, 0xd38: 0x1159, 0xd39: 0x0ef9, 0xd3a: 0x0f09, 0xd3b: 0x1199, + 0xd3c: 0x0f31, 0xd3d: 0x0249, 0xd3e: 0x0f41, 0xd3f: 0x0259, + // Block 0x35, offset 0xd40 + 0xd40: 0x0f51, 0xd41: 0x0359, 0xd42: 0x0f61, 0xd43: 0x0f71, 0xd44: 0x00d9, 0xd45: 0x0f99, + 0xd46: 0x2039, 0xd47: 0x0269, 0xd48: 0x01d9, 0xd49: 0x0fa9, 0xd4a: 0x0fb9, 0xd4b: 0x1089, + 0xd4c: 0x0279, 0xd4d: 0x0369, 0xd4e: 0x0289, 0xd4f: 0x13d1, 0xd50: 0x0039, 0xd51: 0x0ee9, + 0xd52: 0x1159, 0xd53: 0x0ef9, 0xd54: 0x0f09, 0xd55: 0x1199, 0xd56: 0x0f31, 0xd57: 0x0249, + 0xd58: 0x0f41, 0xd59: 0x0259, 0xd5a: 0x0f51, 0xd5b: 0x0359, 0xd5c: 0x0f61, 0xd5d: 0x0f71, + 0xd5e: 0x00d9, 0xd5f: 0x0f99, 0xd60: 0x2039, 0xd61: 0x0269, 0xd62: 0x01d9, 0xd63: 0x0fa9, + 0xd64: 0x0fb9, 0xd65: 0x1089, 0xd66: 0x0279, 0xd67: 0x0369, 0xd68: 0x0289, 0xd69: 0x13d1, + 0xd6a: 0x1f41, 0xd6b: 0x0018, 0xd6c: 0x0018, 0xd6d: 0x0018, 0xd6e: 0x0018, 0xd6f: 0x0018, + 0xd70: 0x0018, 0xd71: 0x0018, 0xd72: 0x0018, 0xd73: 0x0018, 0xd74: 0x0018, 0xd75: 0x0018, + 0xd76: 0x0018, 0xd77: 0x0018, 0xd78: 0x0018, 0xd79: 0x0018, 0xd7a: 0x0018, 0xd7b: 0x0018, + 0xd7c: 0x0018, 0xd7d: 0x0018, 0xd7e: 0x0018, 0xd7f: 0x0018, + // Block 0x36, offset 0xd80 + 0xd80: 0x0008, 0xd81: 0x0008, 0xd82: 0x0008, 0xd83: 0x0008, 0xd84: 0x0008, 0xd85: 0x0008, + 0xd86: 0x0008, 0xd87: 0x0008, 0xd88: 0x0008, 0xd89: 0x0008, 0xd8a: 0x0008, 0xd8b: 0x0008, + 0xd8c: 0x0008, 0xd8d: 0x0008, 0xd8e: 0x0008, 0xd8f: 0x0008, 0xd90: 0x0008, 0xd91: 0x0008, + 0xd92: 0x0008, 0xd93: 0x0008, 0xd94: 0x0008, 0xd95: 0x0008, 0xd96: 0x0008, 0xd97: 0x0008, + 0xd98: 0x0008, 0xd99: 0x0008, 0xd9a: 0x0008, 0xd9b: 0x0008, 0xd9c: 0x0008, 0xd9d: 0x0008, + 0xd9e: 0x0008, 0xd9f: 0x0040, 0xda0: 0xe00d, 0xda1: 0x0008, 0xda2: 0x2971, 0xda3: 0x0ebd, + 0xda4: 0x2989, 0xda5: 0x0008, 0xda6: 0x0008, 0xda7: 0xe07d, 0xda8: 0x0008, 0xda9: 0xe01d, + 0xdaa: 0x0008, 0xdab: 0xe03d, 0xdac: 0x0008, 0xdad: 0x0fe1, 0xdae: 0x1281, 0xdaf: 0x0fc9, + 0xdb0: 0x1141, 0xdb1: 0x0008, 0xdb2: 0xe00d, 0xdb3: 0x0008, 0xdb4: 0x0008, 0xdb5: 0xe01d, + 0xdb6: 0x0008, 0xdb7: 0x0008, 0xdb8: 0x0008, 0xdb9: 0x0008, 0xdba: 0x0008, 0xdbb: 0x0008, + 0xdbc: 0x0259, 0xdbd: 0x1089, 0xdbe: 0x29a1, 0xdbf: 0x29b9, + // Block 0x37, offset 0xdc0 + 0xdc0: 0xe00d, 0xdc1: 0x0008, 0xdc2: 0xe00d, 0xdc3: 0x0008, 0xdc4: 0xe00d, 0xdc5: 0x0008, + 0xdc6: 0xe00d, 0xdc7: 0x0008, 0xdc8: 0xe00d, 0xdc9: 0x0008, 0xdca: 0xe00d, 0xdcb: 0x0008, + 0xdcc: 0xe00d, 0xdcd: 0x0008, 0xdce: 0xe00d, 0xdcf: 0x0008, 0xdd0: 0xe00d, 0xdd1: 0x0008, + 0xdd2: 0xe00d, 0xdd3: 0x0008, 0xdd4: 0xe00d, 0xdd5: 0x0008, 0xdd6: 0xe00d, 0xdd7: 0x0008, + 0xdd8: 0xe00d, 0xdd9: 0x0008, 0xdda: 0xe00d, 0xddb: 0x0008, 0xddc: 0xe00d, 0xddd: 0x0008, + 0xdde: 0xe00d, 0xddf: 0x0008, 0xde0: 0xe00d, 0xde1: 0x0008, 0xde2: 0xe00d, 0xde3: 0x0008, + 0xde4: 0x0008, 0xde5: 0x0018, 0xde6: 0x0018, 0xde7: 0x0018, 0xde8: 0x0018, 0xde9: 0x0018, + 0xdea: 0x0018, 0xdeb: 0xe03d, 0xdec: 0x0008, 0xded: 0xe01d, 0xdee: 0x0008, 0xdef: 0x3308, + 0xdf0: 0x3308, 0xdf1: 0x3308, 0xdf2: 0xe00d, 0xdf3: 0x0008, 0xdf4: 0x0040, 0xdf5: 0x0040, + 0xdf6: 0x0040, 0xdf7: 0x0040, 0xdf8: 0x0040, 0xdf9: 0x0018, 0xdfa: 0x0018, 0xdfb: 0x0018, + 0xdfc: 0x0018, 0xdfd: 0x0018, 0xdfe: 0x0018, 0xdff: 0x0018, + // Block 0x38, offset 0xe00 + 0xe00: 0x26fd, 0xe01: 0x271d, 0xe02: 0x273d, 0xe03: 0x275d, 0xe04: 0x277d, 0xe05: 0x279d, + 0xe06: 0x27bd, 0xe07: 0x27dd, 0xe08: 0x27fd, 0xe09: 0x281d, 0xe0a: 0x283d, 0xe0b: 0x285d, + 0xe0c: 0x287d, 0xe0d: 0x289d, 0xe0e: 0x28bd, 0xe0f: 0x28dd, 0xe10: 0x28fd, 0xe11: 0x291d, + 0xe12: 0x293d, 0xe13: 0x295d, 0xe14: 0x297d, 0xe15: 0x299d, 0xe16: 0x0040, 0xe17: 0x0040, + 0xe18: 0x0040, 0xe19: 0x0040, 0xe1a: 0x0040, 0xe1b: 0x0040, 0xe1c: 0x0040, 0xe1d: 0x0040, + 0xe1e: 0x0040, 0xe1f: 0x0040, 0xe20: 0x0040, 0xe21: 0x0040, 0xe22: 0x0040, 0xe23: 0x0040, + 0xe24: 0x0040, 0xe25: 0x0040, 0xe26: 0x0040, 0xe27: 0x0040, 0xe28: 0x0040, 0xe29: 0x0040, + 0xe2a: 0x0040, 0xe2b: 0x0040, 0xe2c: 0x0040, 0xe2d: 0x0040, 0xe2e: 0x0040, 0xe2f: 0x0040, + 0xe30: 0x0040, 0xe31: 0x0040, 0xe32: 0x0040, 0xe33: 0x0040, 0xe34: 0x0040, 0xe35: 0x0040, + 0xe36: 0x0040, 0xe37: 0x0040, 0xe38: 0x0040, 0xe39: 0x0040, 0xe3a: 0x0040, 0xe3b: 0x0040, + 0xe3c: 0x0040, 0xe3d: 0x0040, 0xe3e: 0x0040, 0xe3f: 0x0040, + // Block 0x39, offset 0xe40 + 0xe40: 0x000a, 0xe41: 0x0018, 0xe42: 0x29d1, 0xe43: 0x0018, 0xe44: 0x0018, 0xe45: 0x0008, + 0xe46: 0x0008, 0xe47: 0x0008, 0xe48: 0x0018, 0xe49: 0x0018, 0xe4a: 0x0018, 0xe4b: 0x0018, + 0xe4c: 0x0018, 0xe4d: 0x0018, 0xe4e: 0x0018, 0xe4f: 0x0018, 0xe50: 0x0018, 0xe51: 0x0018, + 0xe52: 0x0018, 0xe53: 0x0018, 0xe54: 0x0018, 0xe55: 0x0018, 0xe56: 0x0018, 0xe57: 0x0018, + 0xe58: 0x0018, 0xe59: 0x0018, 0xe5a: 0x0018, 0xe5b: 0x0018, 0xe5c: 0x0018, 0xe5d: 0x0018, + 0xe5e: 0x0018, 0xe5f: 0x0018, 0xe60: 0x0018, 0xe61: 0x0018, 0xe62: 0x0018, 0xe63: 0x0018, + 0xe64: 0x0018, 0xe65: 0x0018, 0xe66: 0x0018, 0xe67: 0x0018, 0xe68: 0x0018, 0xe69: 0x0018, + 0xe6a: 0x3308, 0xe6b: 0x3308, 0xe6c: 0x3308, 0xe6d: 0x3308, 0xe6e: 0x3018, 0xe6f: 0x3018, + 0xe70: 0x0018, 0xe71: 0x0018, 0xe72: 0x0018, 0xe73: 0x0018, 0xe74: 0x0018, 0xe75: 0x0018, + 0xe76: 0xe125, 0xe77: 0x0018, 0xe78: 0x29bd, 0xe79: 0x29dd, 0xe7a: 0x29fd, 0xe7b: 0x0018, + 0xe7c: 0x0008, 0xe7d: 0x0018, 0xe7e: 0x0018, 0xe7f: 0x0018, + // Block 0x3a, offset 0xe80 + 0xe80: 0x2b3d, 0xe81: 0x2b5d, 0xe82: 0x2b7d, 0xe83: 0x2b9d, 0xe84: 0x2bbd, 0xe85: 0x2bdd, + 0xe86: 0x2bdd, 0xe87: 0x2bdd, 0xe88: 0x2bfd, 0xe89: 0x2bfd, 0xe8a: 0x2bfd, 0xe8b: 0x2bfd, + 0xe8c: 0x2c1d, 0xe8d: 0x2c1d, 0xe8e: 0x2c1d, 0xe8f: 0x2c3d, 0xe90: 0x2c5d, 0xe91: 0x2c5d, + 0xe92: 0x2a7d, 0xe93: 0x2a7d, 0xe94: 0x2c5d, 0xe95: 0x2c5d, 0xe96: 0x2c7d, 0xe97: 0x2c7d, + 0xe98: 0x2c5d, 0xe99: 0x2c5d, 0xe9a: 0x2a7d, 0xe9b: 0x2a7d, 0xe9c: 0x2c5d, 0xe9d: 0x2c5d, + 0xe9e: 0x2c3d, 0xe9f: 0x2c3d, 0xea0: 0x2c9d, 0xea1: 0x2c9d, 0xea2: 0x2cbd, 0xea3: 0x2cbd, + 0xea4: 0x0040, 0xea5: 0x2cdd, 0xea6: 0x2cfd, 0xea7: 0x2d1d, 0xea8: 0x2d1d, 0xea9: 0x2d3d, + 0xeaa: 0x2d5d, 0xeab: 0x2d7d, 0xeac: 0x2d9d, 0xead: 0x2dbd, 0xeae: 0x2ddd, 0xeaf: 0x2dfd, + 0xeb0: 0x2e1d, 0xeb1: 0x2e3d, 0xeb2: 0x2e3d, 0xeb3: 0x2e5d, 0xeb4: 0x2e7d, 0xeb5: 0x2e7d, + 0xeb6: 0x2e9d, 0xeb7: 0x2ebd, 0xeb8: 0x2e5d, 0xeb9: 0x2edd, 0xeba: 0x2efd, 0xebb: 0x2edd, + 0xebc: 0x2e5d, 0xebd: 0x2f1d, 0xebe: 0x2f3d, 0xebf: 0x2f5d, + // Block 0x3b, offset 0xec0 + 0xec0: 0x2f7d, 0xec1: 0x2f9d, 0xec2: 0x2cfd, 0xec3: 0x2cdd, 0xec4: 0x2fbd, 0xec5: 0x2fdd, + 0xec6: 0x2ffd, 0xec7: 0x301d, 0xec8: 0x303d, 0xec9: 0x305d, 0xeca: 0x307d, 0xecb: 0x309d, + 0xecc: 0x30bd, 0xecd: 0x30dd, 0xece: 0x30fd, 0xecf: 0x0040, 0xed0: 0x0018, 0xed1: 0x0018, + 0xed2: 0x311d, 0xed3: 0x313d, 0xed4: 0x315d, 0xed5: 0x317d, 0xed6: 0x319d, 0xed7: 0x31bd, + 0xed8: 0x31dd, 0xed9: 0x31fd, 0xeda: 0x321d, 0xedb: 0x323d, 0xedc: 0x315d, 0xedd: 0x325d, + 0xede: 0x327d, 0xedf: 0x329d, 0xee0: 0x0008, 0xee1: 0x0008, 0xee2: 0x0008, 0xee3: 0x0008, + 0xee4: 0x0008, 0xee5: 0x0008, 0xee6: 0x0008, 0xee7: 0x0008, 0xee8: 0x0008, 0xee9: 0x0008, + 0xeea: 0x0008, 0xeeb: 0x0008, 0xeec: 0x0008, 0xeed: 0x0008, 0xeee: 0x0008, 0xeef: 0x0008, + 0xef0: 0x0008, 0xef1: 0x0008, 0xef2: 0x0008, 0xef3: 0x0008, 0xef4: 0x0008, 0xef5: 0x0008, + 0xef6: 0x0008, 0xef7: 0x0008, 0xef8: 0x0008, 0xef9: 0x0008, 0xefa: 0x0008, 0xefb: 0x0040, + 0xefc: 0x0040, 0xefd: 0x0040, 0xefe: 0x0040, 0xeff: 0x0040, + // Block 0x3c, offset 0xf00 + 0xf00: 0x36a2, 0xf01: 0x36d2, 0xf02: 0x3702, 0xf03: 0x3732, 0xf04: 0x32bd, 0xf05: 0x32dd, + 0xf06: 0x32fd, 0xf07: 0x331d, 0xf08: 0x0018, 0xf09: 0x0018, 0xf0a: 0x0018, 0xf0b: 0x0018, + 0xf0c: 0x0018, 0xf0d: 0x0018, 0xf0e: 0x0018, 0xf0f: 0x0018, 0xf10: 0x333d, 0xf11: 0x3761, + 0xf12: 0x3779, 0xf13: 0x3791, 0xf14: 0x37a9, 0xf15: 0x37c1, 0xf16: 0x37d9, 0xf17: 0x37f1, + 0xf18: 0x3809, 0xf19: 0x3821, 0xf1a: 0x3839, 0xf1b: 0x3851, 0xf1c: 0x3869, 0xf1d: 0x3881, + 0xf1e: 0x3899, 0xf1f: 0x38b1, 0xf20: 0x335d, 0xf21: 0x337d, 0xf22: 0x339d, 0xf23: 0x33bd, + 0xf24: 0x33dd, 0xf25: 0x33dd, 0xf26: 0x33fd, 0xf27: 0x341d, 0xf28: 0x343d, 0xf29: 0x345d, + 0xf2a: 0x347d, 0xf2b: 0x349d, 0xf2c: 0x34bd, 0xf2d: 0x34dd, 0xf2e: 0x34fd, 0xf2f: 0x351d, + 0xf30: 0x353d, 0xf31: 0x355d, 0xf32: 0x357d, 0xf33: 0x359d, 0xf34: 0x35bd, 0xf35: 0x35dd, + 0xf36: 0x35fd, 0xf37: 0x361d, 0xf38: 0x363d, 0xf39: 0x365d, 0xf3a: 0x367d, 0xf3b: 0x369d, + 0xf3c: 0x38c9, 0xf3d: 0x3901, 0xf3e: 0x36bd, 0xf3f: 0x0018, + // Block 0x3d, offset 0xf40 + 0xf40: 0x36dd, 0xf41: 0x36fd, 0xf42: 0x371d, 0xf43: 0x373d, 0xf44: 0x375d, 0xf45: 0x377d, + 0xf46: 0x379d, 0xf47: 0x37bd, 0xf48: 0x37dd, 0xf49: 0x37fd, 0xf4a: 0x381d, 0xf4b: 0x383d, + 0xf4c: 0x385d, 0xf4d: 0x387d, 0xf4e: 0x389d, 0xf4f: 0x38bd, 0xf50: 0x38dd, 0xf51: 0x38fd, + 0xf52: 0x391d, 0xf53: 0x393d, 0xf54: 0x395d, 0xf55: 0x397d, 0xf56: 0x399d, 0xf57: 0x39bd, + 0xf58: 0x39dd, 0xf59: 0x39fd, 0xf5a: 0x3a1d, 0xf5b: 0x3a3d, 0xf5c: 0x3a5d, 0xf5d: 0x3a7d, + 0xf5e: 0x3a9d, 0xf5f: 0x3abd, 0xf60: 0x3add, 0xf61: 0x3afd, 0xf62: 0x3b1d, 0xf63: 0x3b3d, + 0xf64: 0x3b5d, 0xf65: 0x3b7d, 0xf66: 0x127d, 0xf67: 0x3b9d, 0xf68: 0x3bbd, 0xf69: 0x3bdd, + 0xf6a: 0x3bfd, 0xf6b: 0x3c1d, 0xf6c: 0x3c3d, 0xf6d: 0x3c5d, 0xf6e: 0x239d, 0xf6f: 0x3c7d, + 0xf70: 0x3c9d, 0xf71: 0x3939, 0xf72: 0x3951, 0xf73: 0x3969, 0xf74: 0x3981, 0xf75: 0x3999, + 0xf76: 0x39b1, 0xf77: 0x39c9, 0xf78: 0x39e1, 0xf79: 0x39f9, 0xf7a: 0x3a11, 0xf7b: 0x3a29, + 0xf7c: 0x3a41, 0xf7d: 0x3a59, 0xf7e: 0x3a71, 0xf7f: 0x3a89, + // Block 0x3e, offset 0xf80 + 0xf80: 0x3aa1, 0xf81: 0x3ac9, 0xf82: 0x3af1, 0xf83: 0x3b19, 0xf84: 0x3b41, 0xf85: 0x3b69, + 0xf86: 0x3b91, 0xf87: 0x3bb9, 0xf88: 0x3be1, 0xf89: 0x3c09, 0xf8a: 0x3c39, 0xf8b: 0x3c69, + 0xf8c: 0x3c99, 0xf8d: 0x3cbd, 0xf8e: 0x3cb1, 0xf8f: 0x3cdd, 0xf90: 0x3cfd, 0xf91: 0x3d15, + 0xf92: 0x3d2d, 0xf93: 0x3d45, 0xf94: 0x3d5d, 0xf95: 0x3d5d, 0xf96: 0x3d45, 0xf97: 0x3d75, + 0xf98: 0x07bd, 0xf99: 0x3d8d, 0xf9a: 0x3da5, 0xf9b: 0x3dbd, 0xf9c: 0x3dd5, 0xf9d: 0x3ded, + 0xf9e: 0x3e05, 0xf9f: 0x3e1d, 0xfa0: 0x3e35, 0xfa1: 0x3e4d, 0xfa2: 0x3e65, 0xfa3: 0x3e7d, + 0xfa4: 0x3e95, 0xfa5: 0x3e95, 0xfa6: 0x3ead, 0xfa7: 0x3ead, 0xfa8: 0x3ec5, 0xfa9: 0x3ec5, + 0xfaa: 0x3edd, 0xfab: 0x3ef5, 0xfac: 0x3f0d, 0xfad: 0x3f25, 0xfae: 0x3f3d, 0xfaf: 0x3f3d, + 0xfb0: 0x3f55, 0xfb1: 0x3f55, 0xfb2: 0x3f55, 0xfb3: 0x3f6d, 0xfb4: 0x3f85, 0xfb5: 0x3f9d, + 0xfb6: 0x3fb5, 0xfb7: 0x3f9d, 0xfb8: 0x3fcd, 0xfb9: 0x3fe5, 0xfba: 0x3f6d, 0xfbb: 0x3ffd, + 0xfbc: 0x4015, 0xfbd: 0x4015, 0xfbe: 0x4015, 0xfbf: 0x0040, + // Block 0x3f, offset 0xfc0 + 0xfc0: 0x3cc9, 0xfc1: 0x3d31, 0xfc2: 0x3d99, 0xfc3: 0x3e01, 0xfc4: 0x3e51, 0xfc5: 0x3eb9, + 0xfc6: 0x3f09, 0xfc7: 0x3f59, 0xfc8: 0x3fd9, 0xfc9: 0x4041, 0xfca: 0x4091, 0xfcb: 0x40e1, + 0xfcc: 0x4131, 0xfcd: 0x4199, 0xfce: 0x4201, 0xfcf: 0x4251, 0xfd0: 0x42a1, 0xfd1: 0x42d9, + 0xfd2: 0x4329, 0xfd3: 0x4391, 0xfd4: 0x43f9, 0xfd5: 0x4431, 0xfd6: 0x44b1, 0xfd7: 0x4549, + 0xfd8: 0x45c9, 0xfd9: 0x4619, 0xfda: 0x4699, 0xfdb: 0x4719, 0xfdc: 0x4781, 0xfdd: 0x47d1, + 0xfde: 0x4821, 0xfdf: 0x4871, 0xfe0: 0x48d9, 0xfe1: 0x4959, 0xfe2: 0x49c1, 0xfe3: 0x4a11, + 0xfe4: 0x4a61, 0xfe5: 0x4ab1, 0xfe6: 0x4ae9, 0xfe7: 0x4b21, 0xfe8: 0x4b59, 0xfe9: 0x4b91, + 0xfea: 0x4be1, 0xfeb: 0x4c31, 0xfec: 0x4cb1, 0xfed: 0x4d01, 0xfee: 0x4d69, 0xfef: 0x4de9, + 0xff0: 0x4e39, 0xff1: 0x4e71, 0xff2: 0x4ea9, 0xff3: 0x4f29, 0xff4: 0x4f91, 0xff5: 0x5011, + 0xff6: 0x5061, 0xff7: 0x50e1, 0xff8: 0x5119, 0xff9: 0x5169, 0xffa: 0x51b9, 0xffb: 0x5209, + 0xffc: 0x5259, 0xffd: 0x52a9, 0xffe: 0x5311, 0xfff: 0x5361, + // Block 0x40, offset 0x1000 + 0x1000: 0x5399, 0x1001: 0x53e9, 0x1002: 0x5439, 0x1003: 0x5489, 0x1004: 0x54f1, 0x1005: 0x5541, + 0x1006: 0x5591, 0x1007: 0x55e1, 0x1008: 0x5661, 0x1009: 0x56c9, 0x100a: 0x5701, 0x100b: 0x5781, + 0x100c: 0x57b9, 0x100d: 0x5821, 0x100e: 0x5889, 0x100f: 0x58d9, 0x1010: 0x5929, 0x1011: 0x5979, + 0x1012: 0x59e1, 0x1013: 0x5a19, 0x1014: 0x5a69, 0x1015: 0x5ad1, 0x1016: 0x5b09, 0x1017: 0x5b89, + 0x1018: 0x5bd9, 0x1019: 0x5c01, 0x101a: 0x5c29, 0x101b: 0x5c51, 0x101c: 0x5c79, 0x101d: 0x5ca1, + 0x101e: 0x5cc9, 0x101f: 0x5cf1, 0x1020: 0x5d19, 0x1021: 0x5d41, 0x1022: 0x5d69, 0x1023: 0x5d99, + 0x1024: 0x5dc9, 0x1025: 0x5df9, 0x1026: 0x5e29, 0x1027: 0x5e59, 0x1028: 0x5e89, 0x1029: 0x5eb9, + 0x102a: 0x5ee9, 0x102b: 0x5f19, 0x102c: 0x5f49, 0x102d: 0x5f79, 0x102e: 0x5fa9, 0x102f: 0x5fd9, + 0x1030: 0x6009, 0x1031: 0x402d, 0x1032: 0x6039, 0x1033: 0x6051, 0x1034: 0x404d, 0x1035: 0x6069, + 0x1036: 0x6081, 0x1037: 0x6099, 0x1038: 0x406d, 0x1039: 0x406d, 0x103a: 0x60b1, 0x103b: 0x60c9, + 0x103c: 0x6101, 0x103d: 0x6139, 0x103e: 0x6171, 0x103f: 0x61a9, + // Block 0x41, offset 0x1040 + 0x1040: 0x6211, 0x1041: 0x6229, 0x1042: 0x408d, 0x1043: 0x6241, 0x1044: 0x6259, 0x1045: 0x6271, + 0x1046: 0x6289, 0x1047: 0x62a1, 0x1048: 0x40ad, 0x1049: 0x62b9, 0x104a: 0x62e1, 0x104b: 0x62f9, + 0x104c: 0x40cd, 0x104d: 0x40cd, 0x104e: 0x6311, 0x104f: 0x6329, 0x1050: 0x6341, 0x1051: 0x40ed, + 0x1052: 0x410d, 0x1053: 0x412d, 0x1054: 0x414d, 0x1055: 0x416d, 0x1056: 0x6359, 0x1057: 0x6371, + 0x1058: 0x6389, 0x1059: 0x63a1, 0x105a: 0x63b9, 0x105b: 0x418d, 0x105c: 0x63d1, 0x105d: 0x63e9, + 0x105e: 0x6401, 0x105f: 0x41ad, 0x1060: 0x41cd, 0x1061: 0x6419, 0x1062: 0x41ed, 0x1063: 0x420d, + 0x1064: 0x422d, 0x1065: 0x6431, 0x1066: 0x424d, 0x1067: 0x6449, 0x1068: 0x6479, 0x1069: 0x6211, + 0x106a: 0x426d, 0x106b: 0x428d, 0x106c: 0x42ad, 0x106d: 0x42cd, 0x106e: 0x64b1, 0x106f: 0x64f1, + 0x1070: 0x6539, 0x1071: 0x6551, 0x1072: 0x42ed, 0x1073: 0x6569, 0x1074: 0x6581, 0x1075: 0x6599, + 0x1076: 0x430d, 0x1077: 0x65b1, 0x1078: 0x65c9, 0x1079: 0x65b1, 0x107a: 0x65e1, 0x107b: 0x65f9, + 0x107c: 0x432d, 0x107d: 0x6611, 0x107e: 0x6629, 0x107f: 0x6611, + // Block 0x42, offset 0x1080 + 0x1080: 0x434d, 0x1081: 0x436d, 0x1082: 0x0040, 0x1083: 0x6641, 0x1084: 0x6659, 0x1085: 0x6671, + 0x1086: 0x6689, 0x1087: 0x0040, 0x1088: 0x66c1, 0x1089: 0x66d9, 0x108a: 0x66f1, 0x108b: 0x6709, + 0x108c: 0x6721, 0x108d: 0x6739, 0x108e: 0x6401, 0x108f: 0x6751, 0x1090: 0x6769, 0x1091: 0x6781, + 0x1092: 0x438d, 0x1093: 0x6799, 0x1094: 0x6289, 0x1095: 0x43ad, 0x1096: 0x43cd, 0x1097: 0x67b1, + 0x1098: 0x0040, 0x1099: 0x43ed, 0x109a: 0x67c9, 0x109b: 0x67e1, 0x109c: 0x67f9, 0x109d: 0x6811, + 0x109e: 0x6829, 0x109f: 0x6859, 0x10a0: 0x6889, 0x10a1: 0x68b1, 0x10a2: 0x68d9, 0x10a3: 0x6901, + 0x10a4: 0x6929, 0x10a5: 0x6951, 0x10a6: 0x6979, 0x10a7: 0x69a1, 0x10a8: 0x69c9, 0x10a9: 0x69f1, + 0x10aa: 0x6a21, 0x10ab: 0x6a51, 0x10ac: 0x6a81, 0x10ad: 0x6ab1, 0x10ae: 0x6ae1, 0x10af: 0x6b11, + 0x10b0: 0x6b41, 0x10b1: 0x6b71, 0x10b2: 0x6ba1, 0x10b3: 0x6bd1, 0x10b4: 0x6c01, 0x10b5: 0x6c31, + 0x10b6: 0x6c61, 0x10b7: 0x6c91, 0x10b8: 0x6cc1, 0x10b9: 0x6cf1, 0x10ba: 0x6d21, 0x10bb: 0x6d51, + 0x10bc: 0x6d81, 0x10bd: 0x6db1, 0x10be: 0x6de1, 0x10bf: 0x440d, + // Block 0x43, offset 0x10c0 + 0x10c0: 0xe00d, 0x10c1: 0x0008, 0x10c2: 0xe00d, 0x10c3: 0x0008, 0x10c4: 0xe00d, 0x10c5: 0x0008, + 0x10c6: 0xe00d, 0x10c7: 0x0008, 0x10c8: 0xe00d, 0x10c9: 0x0008, 0x10ca: 0xe00d, 0x10cb: 0x0008, + 0x10cc: 0xe00d, 0x10cd: 0x0008, 0x10ce: 0xe00d, 0x10cf: 0x0008, 0x10d0: 0xe00d, 0x10d1: 0x0008, + 0x10d2: 0xe00d, 0x10d3: 0x0008, 0x10d4: 0xe00d, 0x10d5: 0x0008, 0x10d6: 0xe00d, 0x10d7: 0x0008, + 0x10d8: 0xe00d, 0x10d9: 0x0008, 0x10da: 0xe00d, 0x10db: 0x0008, 0x10dc: 0xe00d, 0x10dd: 0x0008, + 0x10de: 0xe00d, 0x10df: 0x0008, 0x10e0: 0xe00d, 0x10e1: 0x0008, 0x10e2: 0xe00d, 0x10e3: 0x0008, + 0x10e4: 0xe00d, 0x10e5: 0x0008, 0x10e6: 0xe00d, 0x10e7: 0x0008, 0x10e8: 0xe00d, 0x10e9: 0x0008, + 0x10ea: 0xe00d, 0x10eb: 0x0008, 0x10ec: 0xe00d, 0x10ed: 0x0008, 0x10ee: 0x0008, 0x10ef: 0x3308, + 0x10f0: 0x3318, 0x10f1: 0x3318, 0x10f2: 0x3318, 0x10f3: 0x0018, 0x10f4: 0x3308, 0x10f5: 0x3308, + 0x10f6: 0x3308, 0x10f7: 0x3308, 0x10f8: 0x3308, 0x10f9: 0x3308, 0x10fa: 0x3308, 0x10fb: 0x3308, + 0x10fc: 0x3308, 0x10fd: 0x3308, 0x10fe: 0x0018, 0x10ff: 0x0008, + // Block 0x44, offset 0x1100 + 0x1100: 0xe00d, 0x1101: 0x0008, 0x1102: 0xe00d, 0x1103: 0x0008, 0x1104: 0xe00d, 0x1105: 0x0008, + 0x1106: 0xe00d, 0x1107: 0x0008, 0x1108: 0xe00d, 0x1109: 0x0008, 0x110a: 0xe00d, 0x110b: 0x0008, + 0x110c: 0xe00d, 0x110d: 0x0008, 0x110e: 0xe00d, 0x110f: 0x0008, 0x1110: 0xe00d, 0x1111: 0x0008, + 0x1112: 0xe00d, 0x1113: 0x0008, 0x1114: 0xe00d, 0x1115: 0x0008, 0x1116: 0xe00d, 0x1117: 0x0008, + 0x1118: 0xe00d, 0x1119: 0x0008, 0x111a: 0xe00d, 0x111b: 0x0008, 0x111c: 0x0ea1, 0x111d: 0x6e11, + 0x111e: 0x3308, 0x111f: 0x3308, 0x1120: 0x0008, 0x1121: 0x0008, 0x1122: 0x0008, 0x1123: 0x0008, + 0x1124: 0x0008, 0x1125: 0x0008, 0x1126: 0x0008, 0x1127: 0x0008, 0x1128: 0x0008, 0x1129: 0x0008, + 0x112a: 0x0008, 0x112b: 0x0008, 0x112c: 0x0008, 0x112d: 0x0008, 0x112e: 0x0008, 0x112f: 0x0008, + 0x1130: 0x0008, 0x1131: 0x0008, 0x1132: 0x0008, 0x1133: 0x0008, 0x1134: 0x0008, 0x1135: 0x0008, + 0x1136: 0x0008, 0x1137: 0x0008, 0x1138: 0x0008, 0x1139: 0x0008, 0x113a: 0x0008, 0x113b: 0x0008, + 0x113c: 0x0008, 0x113d: 0x0008, 0x113e: 0x0008, 0x113f: 0x0008, + // Block 0x45, offset 0x1140 + 0x1140: 0x0018, 0x1141: 0x0018, 0x1142: 0x0018, 0x1143: 0x0018, 0x1144: 0x0018, 0x1145: 0x0018, + 0x1146: 0x0018, 0x1147: 0x0018, 0x1148: 0x0018, 0x1149: 0x0018, 0x114a: 0x0018, 0x114b: 0x0018, + 0x114c: 0x0018, 0x114d: 0x0018, 0x114e: 0x0018, 0x114f: 0x0018, 0x1150: 0x0018, 0x1151: 0x0018, + 0x1152: 0x0018, 0x1153: 0x0018, 0x1154: 0x0018, 0x1155: 0x0018, 0x1156: 0x0018, 0x1157: 0x0008, + 0x1158: 0x0008, 0x1159: 0x0008, 0x115a: 0x0008, 0x115b: 0x0008, 0x115c: 0x0008, 0x115d: 0x0008, + 0x115e: 0x0008, 0x115f: 0x0008, 0x1160: 0x0018, 0x1161: 0x0018, 0x1162: 0xe00d, 0x1163: 0x0008, + 0x1164: 0xe00d, 0x1165: 0x0008, 0x1166: 0xe00d, 0x1167: 0x0008, 0x1168: 0xe00d, 0x1169: 0x0008, + 0x116a: 0xe00d, 0x116b: 0x0008, 0x116c: 0xe00d, 0x116d: 0x0008, 0x116e: 0xe00d, 0x116f: 0x0008, + 0x1170: 0x0008, 0x1171: 0x0008, 0x1172: 0xe00d, 0x1173: 0x0008, 0x1174: 0xe00d, 0x1175: 0x0008, + 0x1176: 0xe00d, 0x1177: 0x0008, 0x1178: 0xe00d, 0x1179: 0x0008, 0x117a: 0xe00d, 0x117b: 0x0008, + 0x117c: 0xe00d, 0x117d: 0x0008, 0x117e: 0xe00d, 0x117f: 0x0008, + // Block 0x46, offset 0x1180 + 0x1180: 0xe00d, 0x1181: 0x0008, 0x1182: 0xe00d, 0x1183: 0x0008, 0x1184: 0xe00d, 0x1185: 0x0008, + 0x1186: 0xe00d, 0x1187: 0x0008, 0x1188: 0xe00d, 0x1189: 0x0008, 0x118a: 0xe00d, 0x118b: 0x0008, + 0x118c: 0xe00d, 0x118d: 0x0008, 0x118e: 0xe00d, 0x118f: 0x0008, 0x1190: 0xe00d, 0x1191: 0x0008, + 0x1192: 0xe00d, 0x1193: 0x0008, 0x1194: 0xe00d, 0x1195: 0x0008, 0x1196: 0xe00d, 0x1197: 0x0008, + 0x1198: 0xe00d, 0x1199: 0x0008, 0x119a: 0xe00d, 0x119b: 0x0008, 0x119c: 0xe00d, 0x119d: 0x0008, + 0x119e: 0xe00d, 0x119f: 0x0008, 0x11a0: 0xe00d, 0x11a1: 0x0008, 0x11a2: 0xe00d, 0x11a3: 0x0008, + 0x11a4: 0xe00d, 0x11a5: 0x0008, 0x11a6: 0xe00d, 0x11a7: 0x0008, 0x11a8: 0xe00d, 0x11a9: 0x0008, + 0x11aa: 0xe00d, 0x11ab: 0x0008, 0x11ac: 0xe00d, 0x11ad: 0x0008, 0x11ae: 0xe00d, 0x11af: 0x0008, + 0x11b0: 0xe0fd, 0x11b1: 0x0008, 0x11b2: 0x0008, 0x11b3: 0x0008, 0x11b4: 0x0008, 0x11b5: 0x0008, + 0x11b6: 0x0008, 0x11b7: 0x0008, 0x11b8: 0x0008, 0x11b9: 0xe01d, 0x11ba: 0x0008, 0x11bb: 0xe03d, + 0x11bc: 0x0008, 0x11bd: 0x442d, 0x11be: 0xe00d, 0x11bf: 0x0008, + // Block 0x47, offset 0x11c0 + 0x11c0: 0xe00d, 0x11c1: 0x0008, 0x11c2: 0xe00d, 0x11c3: 0x0008, 0x11c4: 0xe00d, 0x11c5: 0x0008, + 0x11c6: 0xe00d, 0x11c7: 0x0008, 0x11c8: 0x0008, 0x11c9: 0x0018, 0x11ca: 0x0018, 0x11cb: 0xe03d, + 0x11cc: 0x0008, 0x11cd: 0x11d9, 0x11ce: 0x0008, 0x11cf: 0x0008, 0x11d0: 0xe00d, 0x11d1: 0x0008, + 0x11d2: 0xe00d, 0x11d3: 0x0008, 0x11d4: 0x0008, 0x11d5: 0x0008, 0x11d6: 0xe00d, 0x11d7: 0x0008, + 0x11d8: 0xe00d, 0x11d9: 0x0008, 0x11da: 0xe00d, 0x11db: 0x0008, 0x11dc: 0xe00d, 0x11dd: 0x0008, + 0x11de: 0xe00d, 0x11df: 0x0008, 0x11e0: 0xe00d, 0x11e1: 0x0008, 0x11e2: 0xe00d, 0x11e3: 0x0008, + 0x11e4: 0xe00d, 0x11e5: 0x0008, 0x11e6: 0xe00d, 0x11e7: 0x0008, 0x11e8: 0xe00d, 0x11e9: 0x0008, + 0x11ea: 0x6e29, 0x11eb: 0x1029, 0x11ec: 0x11c1, 0x11ed: 0x6e41, 0x11ee: 0x1221, 0x11ef: 0x0040, + 0x11f0: 0x6e59, 0x11f1: 0x6e71, 0x11f2: 0x1239, 0x11f3: 0x444d, 0x11f4: 0xe00d, 0x11f5: 0x0008, + 0x11f6: 0xe00d, 0x11f7: 0x0008, 0x11f8: 0x0040, 0x11f9: 0x0040, 0x11fa: 0x0040, 0x11fb: 0x0040, + 0x11fc: 0x0040, 0x11fd: 0x0040, 0x11fe: 0x0040, 0x11ff: 0x0040, + // Block 0x48, offset 0x1200 + 0x1200: 0x64d5, 0x1201: 0x64f5, 0x1202: 0x6515, 0x1203: 0x6535, 0x1204: 0x6555, 0x1205: 0x6575, + 0x1206: 0x6595, 0x1207: 0x65b5, 0x1208: 0x65d5, 0x1209: 0x65f5, 0x120a: 0x6615, 0x120b: 0x6635, + 0x120c: 0x6655, 0x120d: 0x6675, 0x120e: 0x0008, 0x120f: 0x0008, 0x1210: 0x6695, 0x1211: 0x0008, + 0x1212: 0x66b5, 0x1213: 0x0008, 0x1214: 0x0008, 0x1215: 0x66d5, 0x1216: 0x66f5, 0x1217: 0x6715, + 0x1218: 0x6735, 0x1219: 0x6755, 0x121a: 0x6775, 0x121b: 0x6795, 0x121c: 0x67b5, 0x121d: 0x67d5, + 0x121e: 0x67f5, 0x121f: 0x0008, 0x1220: 0x6815, 0x1221: 0x0008, 0x1222: 0x6835, 0x1223: 0x0008, + 0x1224: 0x0008, 0x1225: 0x6855, 0x1226: 0x6875, 0x1227: 0x0008, 0x1228: 0x0008, 0x1229: 0x0008, + 0x122a: 0x6895, 0x122b: 0x68b5, 0x122c: 0x68d5, 0x122d: 0x68f5, 0x122e: 0x6915, 0x122f: 0x6935, + 0x1230: 0x6955, 0x1231: 0x6975, 0x1232: 0x6995, 0x1233: 0x69b5, 0x1234: 0x69d5, 0x1235: 0x69f5, + 0x1236: 0x6a15, 0x1237: 0x6a35, 0x1238: 0x6a55, 0x1239: 0x6a75, 0x123a: 0x6a95, 0x123b: 0x6ab5, + 0x123c: 0x6ad5, 0x123d: 0x6af5, 0x123e: 0x6b15, 0x123f: 0x6b35, + // Block 0x49, offset 0x1240 + 0x1240: 0x7a95, 0x1241: 0x7ab5, 0x1242: 0x7ad5, 0x1243: 0x7af5, 0x1244: 0x7b15, 0x1245: 0x7b35, + 0x1246: 0x7b55, 0x1247: 0x7b75, 0x1248: 0x7b95, 0x1249: 0x7bb5, 0x124a: 0x7bd5, 0x124b: 0x7bf5, + 0x124c: 0x7c15, 0x124d: 0x7c35, 0x124e: 0x7c55, 0x124f: 0x6ec9, 0x1250: 0x6ef1, 0x1251: 0x6f19, + 0x1252: 0x7c75, 0x1253: 0x7c95, 0x1254: 0x7cb5, 0x1255: 0x6f41, 0x1256: 0x6f69, 0x1257: 0x6f91, + 0x1258: 0x7cd5, 0x1259: 0x7cf5, 0x125a: 0x0040, 0x125b: 0x0040, 0x125c: 0x0040, 0x125d: 0x0040, + 0x125e: 0x0040, 0x125f: 0x0040, 0x1260: 0x0040, 0x1261: 0x0040, 0x1262: 0x0040, 0x1263: 0x0040, + 0x1264: 0x0040, 0x1265: 0x0040, 0x1266: 0x0040, 0x1267: 0x0040, 0x1268: 0x0040, 0x1269: 0x0040, + 0x126a: 0x0040, 0x126b: 0x0040, 0x126c: 0x0040, 0x126d: 0x0040, 0x126e: 0x0040, 0x126f: 0x0040, + 0x1270: 0x0040, 0x1271: 0x0040, 0x1272: 0x0040, 0x1273: 0x0040, 0x1274: 0x0040, 0x1275: 0x0040, + 0x1276: 0x0040, 0x1277: 0x0040, 0x1278: 0x0040, 0x1279: 0x0040, 0x127a: 0x0040, 0x127b: 0x0040, + 0x127c: 0x0040, 0x127d: 0x0040, 0x127e: 0x0040, 0x127f: 0x0040, + // Block 0x4a, offset 0x1280 + 0x1280: 0x6fb9, 0x1281: 0x6fd1, 0x1282: 0x6fe9, 0x1283: 0x7d15, 0x1284: 0x7d35, 0x1285: 0x7001, + 0x1286: 0x7001, 0x1287: 0x0040, 0x1288: 0x0040, 0x1289: 0x0040, 0x128a: 0x0040, 0x128b: 0x0040, + 0x128c: 0x0040, 0x128d: 0x0040, 0x128e: 0x0040, 0x128f: 0x0040, 0x1290: 0x0040, 0x1291: 0x0040, + 0x1292: 0x0040, 0x1293: 0x7019, 0x1294: 0x7041, 0x1295: 0x7069, 0x1296: 0x7091, 0x1297: 0x70b9, + 0x1298: 0x0040, 0x1299: 0x0040, 0x129a: 0x0040, 0x129b: 0x0040, 0x129c: 0x0040, 0x129d: 0x70e1, + 0x129e: 0x3308, 0x129f: 0x7109, 0x12a0: 0x7131, 0x12a1: 0x20a9, 0x12a2: 0x20f1, 0x12a3: 0x7149, + 0x12a4: 0x7161, 0x12a5: 0x7179, 0x12a6: 0x7191, 0x12a7: 0x71a9, 0x12a8: 0x71c1, 0x12a9: 0x1fb2, + 0x12aa: 0x71d9, 0x12ab: 0x7201, 0x12ac: 0x7229, 0x12ad: 0x7261, 0x12ae: 0x7299, 0x12af: 0x72c1, + 0x12b0: 0x72e9, 0x12b1: 0x7311, 0x12b2: 0x7339, 0x12b3: 0x7361, 0x12b4: 0x7389, 0x12b5: 0x73b1, + 0x12b6: 0x73d9, 0x12b7: 0x0040, 0x12b8: 0x7401, 0x12b9: 0x7429, 0x12ba: 0x7451, 0x12bb: 0x7479, + 0x12bc: 0x74a1, 0x12bd: 0x0040, 0x12be: 0x74c9, 0x12bf: 0x0040, + // Block 0x4b, offset 0x12c0 + 0x12c0: 0x74f1, 0x12c1: 0x7519, 0x12c2: 0x0040, 0x12c3: 0x7541, 0x12c4: 0x7569, 0x12c5: 0x0040, + 0x12c6: 0x7591, 0x12c7: 0x75b9, 0x12c8: 0x75e1, 0x12c9: 0x7609, 0x12ca: 0x7631, 0x12cb: 0x7659, + 0x12cc: 0x7681, 0x12cd: 0x76a9, 0x12ce: 0x76d1, 0x12cf: 0x76f9, 0x12d0: 0x7721, 0x12d1: 0x7721, + 0x12d2: 0x7739, 0x12d3: 0x7739, 0x12d4: 0x7739, 0x12d5: 0x7739, 0x12d6: 0x7751, 0x12d7: 0x7751, + 0x12d8: 0x7751, 0x12d9: 0x7751, 0x12da: 0x7769, 0x12db: 0x7769, 0x12dc: 0x7769, 0x12dd: 0x7769, + 0x12de: 0x7781, 0x12df: 0x7781, 0x12e0: 0x7781, 0x12e1: 0x7781, 0x12e2: 0x7799, 0x12e3: 0x7799, + 0x12e4: 0x7799, 0x12e5: 0x7799, 0x12e6: 0x77b1, 0x12e7: 0x77b1, 0x12e8: 0x77b1, 0x12e9: 0x77b1, + 0x12ea: 0x77c9, 0x12eb: 0x77c9, 0x12ec: 0x77c9, 0x12ed: 0x77c9, 0x12ee: 0x77e1, 0x12ef: 0x77e1, + 0x12f0: 0x77e1, 0x12f1: 0x77e1, 0x12f2: 0x77f9, 0x12f3: 0x77f9, 0x12f4: 0x77f9, 0x12f5: 0x77f9, + 0x12f6: 0x7811, 0x12f7: 0x7811, 0x12f8: 0x7811, 0x12f9: 0x7811, 0x12fa: 0x7829, 0x12fb: 0x7829, + 0x12fc: 0x7829, 0x12fd: 0x7829, 0x12fe: 0x7841, 0x12ff: 0x7841, + // Block 0x4c, offset 0x1300 + 0x1300: 0x7841, 0x1301: 0x7841, 0x1302: 0x7859, 0x1303: 0x7859, 0x1304: 0x7871, 0x1305: 0x7871, + 0x1306: 0x7889, 0x1307: 0x7889, 0x1308: 0x78a1, 0x1309: 0x78a1, 0x130a: 0x78b9, 0x130b: 0x78b9, + 0x130c: 0x78d1, 0x130d: 0x78d1, 0x130e: 0x78e9, 0x130f: 0x78e9, 0x1310: 0x78e9, 0x1311: 0x78e9, + 0x1312: 0x7901, 0x1313: 0x7901, 0x1314: 0x7901, 0x1315: 0x7901, 0x1316: 0x7919, 0x1317: 0x7919, + 0x1318: 0x7919, 0x1319: 0x7919, 0x131a: 0x7931, 0x131b: 0x7931, 0x131c: 0x7931, 0x131d: 0x7931, + 0x131e: 0x7949, 0x131f: 0x7949, 0x1320: 0x7961, 0x1321: 0x7961, 0x1322: 0x7961, 0x1323: 0x7961, + 0x1324: 0x7979, 0x1325: 0x7979, 0x1326: 0x7991, 0x1327: 0x7991, 0x1328: 0x7991, 0x1329: 0x7991, + 0x132a: 0x79a9, 0x132b: 0x79a9, 0x132c: 0x79a9, 0x132d: 0x79a9, 0x132e: 0x79c1, 0x132f: 0x79c1, + 0x1330: 0x79d9, 0x1331: 0x79d9, 0x1332: 0x0818, 0x1333: 0x0818, 0x1334: 0x0818, 0x1335: 0x0818, + 0x1336: 0x0818, 0x1337: 0x0818, 0x1338: 0x0818, 0x1339: 0x0818, 0x133a: 0x0818, 0x133b: 0x0818, + 0x133c: 0x0818, 0x133d: 0x0818, 0x133e: 0x0818, 0x133f: 0x0818, + // Block 0x4d, offset 0x1340 + 0x1340: 0x0818, 0x1341: 0x0818, 0x1342: 0x0040, 0x1343: 0x0040, 0x1344: 0x0040, 0x1345: 0x0040, + 0x1346: 0x0040, 0x1347: 0x0040, 0x1348: 0x0040, 0x1349: 0x0040, 0x134a: 0x0040, 0x134b: 0x0040, + 0x134c: 0x0040, 0x134d: 0x0040, 0x134e: 0x0040, 0x134f: 0x0040, 0x1350: 0x0040, 0x1351: 0x0040, + 0x1352: 0x0040, 0x1353: 0x79f1, 0x1354: 0x79f1, 0x1355: 0x79f1, 0x1356: 0x79f1, 0x1357: 0x7a09, + 0x1358: 0x7a09, 0x1359: 0x7a21, 0x135a: 0x7a21, 0x135b: 0x7a39, 0x135c: 0x7a39, 0x135d: 0x0479, + 0x135e: 0x7a51, 0x135f: 0x7a51, 0x1360: 0x7a69, 0x1361: 0x7a69, 0x1362: 0x7a81, 0x1363: 0x7a81, + 0x1364: 0x7a99, 0x1365: 0x7a99, 0x1366: 0x7a99, 0x1367: 0x7a99, 0x1368: 0x7ab1, 0x1369: 0x7ab1, + 0x136a: 0x7ac9, 0x136b: 0x7ac9, 0x136c: 0x7af1, 0x136d: 0x7af1, 0x136e: 0x7b19, 0x136f: 0x7b19, + 0x1370: 0x7b41, 0x1371: 0x7b41, 0x1372: 0x7b69, 0x1373: 0x7b69, 0x1374: 0x7b91, 0x1375: 0x7b91, + 0x1376: 0x7bb9, 0x1377: 0x7bb9, 0x1378: 0x7bb9, 0x1379: 0x7be1, 0x137a: 0x7be1, 0x137b: 0x7be1, + 0x137c: 0x7c09, 0x137d: 0x7c09, 0x137e: 0x7c09, 0x137f: 0x7c09, + // Block 0x4e, offset 0x1380 + 0x1380: 0x85f9, 0x1381: 0x8621, 0x1382: 0x8649, 0x1383: 0x8671, 0x1384: 0x8699, 0x1385: 0x86c1, + 0x1386: 0x86e9, 0x1387: 0x8711, 0x1388: 0x8739, 0x1389: 0x8761, 0x138a: 0x8789, 0x138b: 0x87b1, + 0x138c: 0x87d9, 0x138d: 0x8801, 0x138e: 0x8829, 0x138f: 0x8851, 0x1390: 0x8879, 0x1391: 0x88a1, + 0x1392: 0x88c9, 0x1393: 0x88f1, 0x1394: 0x8919, 0x1395: 0x8941, 0x1396: 0x8969, 0x1397: 0x8991, + 0x1398: 0x89b9, 0x1399: 0x89e1, 0x139a: 0x8a09, 0x139b: 0x8a31, 0x139c: 0x8a59, 0x139d: 0x8a81, + 0x139e: 0x8aaa, 0x139f: 0x8ada, 0x13a0: 0x8b0a, 0x13a1: 0x8b3a, 0x13a2: 0x8b6a, 0x13a3: 0x8b9a, + 0x13a4: 0x8bc9, 0x13a5: 0x8bf1, 0x13a6: 0x7c71, 0x13a7: 0x8c19, 0x13a8: 0x7be1, 0x13a9: 0x7c99, + 0x13aa: 0x8c41, 0x13ab: 0x8c69, 0x13ac: 0x7d39, 0x13ad: 0x8c91, 0x13ae: 0x7d61, 0x13af: 0x7d89, + 0x13b0: 0x8cb9, 0x13b1: 0x8ce1, 0x13b2: 0x7e29, 0x13b3: 0x8d09, 0x13b4: 0x7e51, 0x13b5: 0x7e79, + 0x13b6: 0x8d31, 0x13b7: 0x8d59, 0x13b8: 0x7ec9, 0x13b9: 0x8d81, 0x13ba: 0x7ef1, 0x13bb: 0x7f19, + 0x13bc: 0x83a1, 0x13bd: 0x83c9, 0x13be: 0x8441, 0x13bf: 0x8469, + // Block 0x4f, offset 0x13c0 + 0x13c0: 0x8491, 0x13c1: 0x8531, 0x13c2: 0x8559, 0x13c3: 0x8581, 0x13c4: 0x85a9, 0x13c5: 0x8649, + 0x13c6: 0x8671, 0x13c7: 0x8699, 0x13c8: 0x8da9, 0x13c9: 0x8739, 0x13ca: 0x8dd1, 0x13cb: 0x8df9, + 0x13cc: 0x8829, 0x13cd: 0x8e21, 0x13ce: 0x8851, 0x13cf: 0x8879, 0x13d0: 0x8a81, 0x13d1: 0x8e49, + 0x13d2: 0x8e71, 0x13d3: 0x89b9, 0x13d4: 0x8e99, 0x13d5: 0x89e1, 0x13d6: 0x8a09, 0x13d7: 0x7c21, + 0x13d8: 0x7c49, 0x13d9: 0x8ec1, 0x13da: 0x7c71, 0x13db: 0x8ee9, 0x13dc: 0x7cc1, 0x13dd: 0x7ce9, + 0x13de: 0x7d11, 0x13df: 0x7d39, 0x13e0: 0x8f11, 0x13e1: 0x7db1, 0x13e2: 0x7dd9, 0x13e3: 0x7e01, + 0x13e4: 0x7e29, 0x13e5: 0x8f39, 0x13e6: 0x7ec9, 0x13e7: 0x7f41, 0x13e8: 0x7f69, 0x13e9: 0x7f91, + 0x13ea: 0x7fb9, 0x13eb: 0x7fe1, 0x13ec: 0x8031, 0x13ed: 0x8059, 0x13ee: 0x8081, 0x13ef: 0x80a9, + 0x13f0: 0x80d1, 0x13f1: 0x80f9, 0x13f2: 0x8f61, 0x13f3: 0x8121, 0x13f4: 0x8149, 0x13f5: 0x8171, + 0x13f6: 0x8199, 0x13f7: 0x81c1, 0x13f8: 0x81e9, 0x13f9: 0x8239, 0x13fa: 0x8261, 0x13fb: 0x8289, + 0x13fc: 0x82b1, 0x13fd: 0x82d9, 0x13fe: 0x8301, 0x13ff: 0x8329, + // Block 0x50, offset 0x1400 + 0x1400: 0x8351, 0x1401: 0x8379, 0x1402: 0x83f1, 0x1403: 0x8419, 0x1404: 0x84b9, 0x1405: 0x84e1, + 0x1406: 0x8509, 0x1407: 0x8531, 0x1408: 0x8559, 0x1409: 0x85d1, 0x140a: 0x85f9, 0x140b: 0x8621, + 0x140c: 0x8649, 0x140d: 0x8f89, 0x140e: 0x86c1, 0x140f: 0x86e9, 0x1410: 0x8711, 0x1411: 0x8739, + 0x1412: 0x87b1, 0x1413: 0x87d9, 0x1414: 0x8801, 0x1415: 0x8829, 0x1416: 0x8fb1, 0x1417: 0x88a1, + 0x1418: 0x88c9, 0x1419: 0x8fd9, 0x141a: 0x8941, 0x141b: 0x8969, 0x141c: 0x8991, 0x141d: 0x89b9, + 0x141e: 0x9001, 0x141f: 0x7c71, 0x1420: 0x8ee9, 0x1421: 0x7d39, 0x1422: 0x8f11, 0x1423: 0x7e29, + 0x1424: 0x8f39, 0x1425: 0x7ec9, 0x1426: 0x9029, 0x1427: 0x80d1, 0x1428: 0x9051, 0x1429: 0x9079, + 0x142a: 0x90a1, 0x142b: 0x8531, 0x142c: 0x8559, 0x142d: 0x8649, 0x142e: 0x8829, 0x142f: 0x8fb1, + 0x1430: 0x89b9, 0x1431: 0x9001, 0x1432: 0x90c9, 0x1433: 0x9101, 0x1434: 0x9139, 0x1435: 0x9171, + 0x1436: 0x9199, 0x1437: 0x91c1, 0x1438: 0x91e9, 0x1439: 0x9211, 0x143a: 0x9239, 0x143b: 0x9261, + 0x143c: 0x9289, 0x143d: 0x92b1, 0x143e: 0x92d9, 0x143f: 0x9301, + // Block 0x51, offset 0x1440 + 0x1440: 0x9329, 0x1441: 0x9351, 0x1442: 0x9379, 0x1443: 0x93a1, 0x1444: 0x93c9, 0x1445: 0x93f1, + 0x1446: 0x9419, 0x1447: 0x9441, 0x1448: 0x9469, 0x1449: 0x9491, 0x144a: 0x94b9, 0x144b: 0x94e1, + 0x144c: 0x9079, 0x144d: 0x9509, 0x144e: 0x9531, 0x144f: 0x9559, 0x1450: 0x9581, 0x1451: 0x9171, + 0x1452: 0x9199, 0x1453: 0x91c1, 0x1454: 0x91e9, 0x1455: 0x9211, 0x1456: 0x9239, 0x1457: 0x9261, + 0x1458: 0x9289, 0x1459: 0x92b1, 0x145a: 0x92d9, 0x145b: 0x9301, 0x145c: 0x9329, 0x145d: 0x9351, + 0x145e: 0x9379, 0x145f: 0x93a1, 0x1460: 0x93c9, 0x1461: 0x93f1, 0x1462: 0x9419, 0x1463: 0x9441, + 0x1464: 0x9469, 0x1465: 0x9491, 0x1466: 0x94b9, 0x1467: 0x94e1, 0x1468: 0x9079, 0x1469: 0x9509, + 0x146a: 0x9531, 0x146b: 0x9559, 0x146c: 0x9581, 0x146d: 0x9491, 0x146e: 0x94b9, 0x146f: 0x94e1, + 0x1470: 0x9079, 0x1471: 0x9051, 0x1472: 0x90a1, 0x1473: 0x8211, 0x1474: 0x8059, 0x1475: 0x8081, + 0x1476: 0x80a9, 0x1477: 0x9491, 0x1478: 0x94b9, 0x1479: 0x94e1, 0x147a: 0x8211, 0x147b: 0x8239, + 0x147c: 0x95a9, 0x147d: 0x95a9, 0x147e: 0x0018, 0x147f: 0x0018, + // Block 0x52, offset 0x1480 + 0x1480: 0x0040, 0x1481: 0x0040, 0x1482: 0x0040, 0x1483: 0x0040, 0x1484: 0x0040, 0x1485: 0x0040, + 0x1486: 0x0040, 0x1487: 0x0040, 0x1488: 0x0040, 0x1489: 0x0040, 0x148a: 0x0040, 0x148b: 0x0040, + 0x148c: 0x0040, 0x148d: 0x0040, 0x148e: 0x0040, 0x148f: 0x0040, 0x1490: 0x95d1, 0x1491: 0x9609, + 0x1492: 0x9609, 0x1493: 0x9641, 0x1494: 0x9679, 0x1495: 0x96b1, 0x1496: 0x96e9, 0x1497: 0x9721, + 0x1498: 0x9759, 0x1499: 0x9759, 0x149a: 0x9791, 0x149b: 0x97c9, 0x149c: 0x9801, 0x149d: 0x9839, + 0x149e: 0x9871, 0x149f: 0x98a9, 0x14a0: 0x98a9, 0x14a1: 0x98e1, 0x14a2: 0x9919, 0x14a3: 0x9919, + 0x14a4: 0x9951, 0x14a5: 0x9951, 0x14a6: 0x9989, 0x14a7: 0x99c1, 0x14a8: 0x99c1, 0x14a9: 0x99f9, + 0x14aa: 0x9a31, 0x14ab: 0x9a31, 0x14ac: 0x9a69, 0x14ad: 0x9a69, 0x14ae: 0x9aa1, 0x14af: 0x9ad9, + 0x14b0: 0x9ad9, 0x14b1: 0x9b11, 0x14b2: 0x9b11, 0x14b3: 0x9b49, 0x14b4: 0x9b81, 0x14b5: 0x9bb9, + 0x14b6: 0x9bf1, 0x14b7: 0x9bf1, 0x14b8: 0x9c29, 0x14b9: 0x9c61, 0x14ba: 0x9c99, 0x14bb: 0x9cd1, + 0x14bc: 0x9d09, 0x14bd: 0x9d09, 0x14be: 0x9d41, 0x14bf: 0x9d79, + // Block 0x53, offset 0x14c0 + 0x14c0: 0xa949, 0x14c1: 0xa981, 0x14c2: 0xa9b9, 0x14c3: 0xa8a1, 0x14c4: 0x9bb9, 0x14c5: 0x9989, + 0x14c6: 0xa9f1, 0x14c7: 0xaa29, 0x14c8: 0x0040, 0x14c9: 0x0040, 0x14ca: 0x0040, 0x14cb: 0x0040, + 0x14cc: 0x0040, 0x14cd: 0x0040, 0x14ce: 0x0040, 0x14cf: 0x0040, 0x14d0: 0x0040, 0x14d1: 0x0040, + 0x14d2: 0x0040, 0x14d3: 0x0040, 0x14d4: 0x0040, 0x14d5: 0x0040, 0x14d6: 0x0040, 0x14d7: 0x0040, + 0x14d8: 0x0040, 0x14d9: 0x0040, 0x14da: 0x0040, 0x14db: 0x0040, 0x14dc: 0x0040, 0x14dd: 0x0040, + 0x14de: 0x0040, 0x14df: 0x0040, 0x14e0: 0x0040, 0x14e1: 0x0040, 0x14e2: 0x0040, 0x14e3: 0x0040, + 0x14e4: 0x0040, 0x14e5: 0x0040, 0x14e6: 0x0040, 0x14e7: 0x0040, 0x14e8: 0x0040, 0x14e9: 0x0040, + 0x14ea: 0x0040, 0x14eb: 0x0040, 0x14ec: 0x0040, 0x14ed: 0x0040, 0x14ee: 0x0040, 0x14ef: 0x0040, + 0x14f0: 0xaa61, 0x14f1: 0xaa99, 0x14f2: 0xaad1, 0x14f3: 0xab19, 0x14f4: 0xab61, 0x14f5: 0xaba9, + 0x14f6: 0xabf1, 0x14f7: 0xac39, 0x14f8: 0xac81, 0x14f9: 0xacc9, 0x14fa: 0xad02, 0x14fb: 0xae12, + 0x14fc: 0xae91, 0x14fd: 0x0018, 0x14fe: 0x0040, 0x14ff: 0x0040, + // Block 0x54, offset 0x1500 + 0x1500: 0x33c0, 0x1501: 0x33c0, 0x1502: 0x33c0, 0x1503: 0x33c0, 0x1504: 0x33c0, 0x1505: 0x33c0, + 0x1506: 0x33c0, 0x1507: 0x33c0, 0x1508: 0x33c0, 0x1509: 0x33c0, 0x150a: 0x33c0, 0x150b: 0x33c0, + 0x150c: 0x33c0, 0x150d: 0x33c0, 0x150e: 0x33c0, 0x150f: 0x33c0, 0x1510: 0xaeda, 0x1511: 0x7d55, + 0x1512: 0x0040, 0x1513: 0xaeea, 0x1514: 0x03c2, 0x1515: 0xaefa, 0x1516: 0xaf0a, 0x1517: 0x7d75, + 0x1518: 0x7d95, 0x1519: 0x0040, 0x151a: 0x0040, 0x151b: 0x0040, 0x151c: 0x0040, 0x151d: 0x0040, + 0x151e: 0x0040, 0x151f: 0x0040, 0x1520: 0x3308, 0x1521: 0x3308, 0x1522: 0x3308, 0x1523: 0x3308, + 0x1524: 0x3308, 0x1525: 0x3308, 0x1526: 0x3308, 0x1527: 0x3308, 0x1528: 0x3308, 0x1529: 0x3308, + 0x152a: 0x3308, 0x152b: 0x3308, 0x152c: 0x3308, 0x152d: 0x3308, 0x152e: 0x3308, 0x152f: 0x3308, + 0x1530: 0x0040, 0x1531: 0x7db5, 0x1532: 0x7dd5, 0x1533: 0xaf1a, 0x1534: 0xaf1a, 0x1535: 0x1fd2, + 0x1536: 0x1fe2, 0x1537: 0xaf2a, 0x1538: 0xaf3a, 0x1539: 0x7df5, 0x153a: 0x7e15, 0x153b: 0x7e35, + 0x153c: 0x7df5, 0x153d: 0x7e55, 0x153e: 0x7e75, 0x153f: 0x7e55, + // Block 0x55, offset 0x1540 + 0x1540: 0x7e95, 0x1541: 0x7eb5, 0x1542: 0x7ed5, 0x1543: 0x7eb5, 0x1544: 0x7ef5, 0x1545: 0x0018, + 0x1546: 0x0018, 0x1547: 0xaf4a, 0x1548: 0xaf5a, 0x1549: 0x7f16, 0x154a: 0x7f36, 0x154b: 0x7f56, + 0x154c: 0x7f76, 0x154d: 0xaf1a, 0x154e: 0xaf1a, 0x154f: 0xaf1a, 0x1550: 0xaeda, 0x1551: 0x7f95, + 0x1552: 0x0040, 0x1553: 0x0040, 0x1554: 0x03c2, 0x1555: 0xaeea, 0x1556: 0xaf0a, 0x1557: 0xaefa, + 0x1558: 0x7fb5, 0x1559: 0x1fd2, 0x155a: 0x1fe2, 0x155b: 0xaf2a, 0x155c: 0xaf3a, 0x155d: 0x7e95, + 0x155e: 0x7ef5, 0x155f: 0xaf6a, 0x1560: 0xaf7a, 0x1561: 0xaf8a, 0x1562: 0x1fb2, 0x1563: 0xaf99, + 0x1564: 0xafaa, 0x1565: 0xafba, 0x1566: 0x1fc2, 0x1567: 0x0040, 0x1568: 0xafca, 0x1569: 0xafda, + 0x156a: 0xafea, 0x156b: 0xaffa, 0x156c: 0x0040, 0x156d: 0x0040, 0x156e: 0x0040, 0x156f: 0x0040, + 0x1570: 0x7fd6, 0x1571: 0xb009, 0x1572: 0x7ff6, 0x1573: 0x0808, 0x1574: 0x8016, 0x1575: 0x0040, + 0x1576: 0x8036, 0x1577: 0xb031, 0x1578: 0x8056, 0x1579: 0xb059, 0x157a: 0x8076, 0x157b: 0xb081, + 0x157c: 0x8096, 0x157d: 0xb0a9, 0x157e: 0x80b6, 0x157f: 0xb0d1, + // Block 0x56, offset 0x1580 + 0x1580: 0xb0f9, 0x1581: 0xb111, 0x1582: 0xb111, 0x1583: 0xb129, 0x1584: 0xb129, 0x1585: 0xb141, + 0x1586: 0xb141, 0x1587: 0xb159, 0x1588: 0xb159, 0x1589: 0xb171, 0x158a: 0xb171, 0x158b: 0xb171, + 0x158c: 0xb171, 0x158d: 0xb189, 0x158e: 0xb189, 0x158f: 0xb1a1, 0x1590: 0xb1a1, 0x1591: 0xb1a1, + 0x1592: 0xb1a1, 0x1593: 0xb1b9, 0x1594: 0xb1b9, 0x1595: 0xb1d1, 0x1596: 0xb1d1, 0x1597: 0xb1d1, + 0x1598: 0xb1d1, 0x1599: 0xb1e9, 0x159a: 0xb1e9, 0x159b: 0xb1e9, 0x159c: 0xb1e9, 0x159d: 0xb201, + 0x159e: 0xb201, 0x159f: 0xb201, 0x15a0: 0xb201, 0x15a1: 0xb219, 0x15a2: 0xb219, 0x15a3: 0xb219, + 0x15a4: 0xb219, 0x15a5: 0xb231, 0x15a6: 0xb231, 0x15a7: 0xb231, 0x15a8: 0xb231, 0x15a9: 0xb249, + 0x15aa: 0xb249, 0x15ab: 0xb261, 0x15ac: 0xb261, 0x15ad: 0xb279, 0x15ae: 0xb279, 0x15af: 0xb291, + 0x15b0: 0xb291, 0x15b1: 0xb2a9, 0x15b2: 0xb2a9, 0x15b3: 0xb2a9, 0x15b4: 0xb2a9, 0x15b5: 0xb2c1, + 0x15b6: 0xb2c1, 0x15b7: 0xb2c1, 0x15b8: 0xb2c1, 0x15b9: 0xb2d9, 0x15ba: 0xb2d9, 0x15bb: 0xb2d9, + 0x15bc: 0xb2d9, 0x15bd: 0xb2f1, 0x15be: 0xb2f1, 0x15bf: 0xb2f1, + // Block 0x57, offset 0x15c0 + 0x15c0: 0xb2f1, 0x15c1: 0xb309, 0x15c2: 0xb309, 0x15c3: 0xb309, 0x15c4: 0xb309, 0x15c5: 0xb321, + 0x15c6: 0xb321, 0x15c7: 0xb321, 0x15c8: 0xb321, 0x15c9: 0xb339, 0x15ca: 0xb339, 0x15cb: 0xb339, + 0x15cc: 0xb339, 0x15cd: 0xb351, 0x15ce: 0xb351, 0x15cf: 0xb351, 0x15d0: 0xb351, 0x15d1: 0xb369, + 0x15d2: 0xb369, 0x15d3: 0xb369, 0x15d4: 0xb369, 0x15d5: 0xb381, 0x15d6: 0xb381, 0x15d7: 0xb381, + 0x15d8: 0xb381, 0x15d9: 0xb399, 0x15da: 0xb399, 0x15db: 0xb399, 0x15dc: 0xb399, 0x15dd: 0xb3b1, + 0x15de: 0xb3b1, 0x15df: 0xb3b1, 0x15e0: 0xb3b1, 0x15e1: 0xb3c9, 0x15e2: 0xb3c9, 0x15e3: 0xb3c9, + 0x15e4: 0xb3c9, 0x15e5: 0xb3e1, 0x15e6: 0xb3e1, 0x15e7: 0xb3e1, 0x15e8: 0xb3e1, 0x15e9: 0xb3f9, + 0x15ea: 0xb3f9, 0x15eb: 0xb3f9, 0x15ec: 0xb3f9, 0x15ed: 0xb411, 0x15ee: 0xb411, 0x15ef: 0x7ab1, + 0x15f0: 0x7ab1, 0x15f1: 0xb429, 0x15f2: 0xb429, 0x15f3: 0xb429, 0x15f4: 0xb429, 0x15f5: 0xb441, + 0x15f6: 0xb441, 0x15f7: 0xb469, 0x15f8: 0xb469, 0x15f9: 0xb491, 0x15fa: 0xb491, 0x15fb: 0xb4b9, + 0x15fc: 0xb4b9, 0x15fd: 0x0040, 0x15fe: 0x0040, 0x15ff: 0x03c0, + // Block 0x58, offset 0x1600 + 0x1600: 0x0040, 0x1601: 0xaefa, 0x1602: 0xb4e2, 0x1603: 0xaf6a, 0x1604: 0xafda, 0x1605: 0xafea, + 0x1606: 0xaf7a, 0x1607: 0xb4f2, 0x1608: 0x1fd2, 0x1609: 0x1fe2, 0x160a: 0xaf8a, 0x160b: 0x1fb2, + 0x160c: 0xaeda, 0x160d: 0xaf99, 0x160e: 0x29d1, 0x160f: 0xb502, 0x1610: 0x1f41, 0x1611: 0x00c9, + 0x1612: 0x0069, 0x1613: 0x0079, 0x1614: 0x1f51, 0x1615: 0x1f61, 0x1616: 0x1f71, 0x1617: 0x1f81, + 0x1618: 0x1f91, 0x1619: 0x1fa1, 0x161a: 0xaeea, 0x161b: 0x03c2, 0x161c: 0xafaa, 0x161d: 0x1fc2, + 0x161e: 0xafba, 0x161f: 0xaf0a, 0x1620: 0xaffa, 0x1621: 0x0039, 0x1622: 0x0ee9, 0x1623: 0x1159, + 0x1624: 0x0ef9, 0x1625: 0x0f09, 0x1626: 0x1199, 0x1627: 0x0f31, 0x1628: 0x0249, 0x1629: 0x0f41, + 0x162a: 0x0259, 0x162b: 0x0f51, 0x162c: 0x0359, 0x162d: 0x0f61, 0x162e: 0x0f71, 0x162f: 0x00d9, + 0x1630: 0x0f99, 0x1631: 0x2039, 0x1632: 0x0269, 0x1633: 0x01d9, 0x1634: 0x0fa9, 0x1635: 0x0fb9, + 0x1636: 0x1089, 0x1637: 0x0279, 0x1638: 0x0369, 0x1639: 0x0289, 0x163a: 0x13d1, 0x163b: 0xaf4a, + 0x163c: 0xafca, 0x163d: 0xaf5a, 0x163e: 0xb512, 0x163f: 0xaf1a, + // Block 0x59, offset 0x1640 + 0x1640: 0x1caa, 0x1641: 0x0039, 0x1642: 0x0ee9, 0x1643: 0x1159, 0x1644: 0x0ef9, 0x1645: 0x0f09, + 0x1646: 0x1199, 0x1647: 0x0f31, 0x1648: 0x0249, 0x1649: 0x0f41, 0x164a: 0x0259, 0x164b: 0x0f51, + 0x164c: 0x0359, 0x164d: 0x0f61, 0x164e: 0x0f71, 0x164f: 0x00d9, 0x1650: 0x0f99, 0x1651: 0x2039, + 0x1652: 0x0269, 0x1653: 0x01d9, 0x1654: 0x0fa9, 0x1655: 0x0fb9, 0x1656: 0x1089, 0x1657: 0x0279, + 0x1658: 0x0369, 0x1659: 0x0289, 0x165a: 0x13d1, 0x165b: 0xaf2a, 0x165c: 0xb522, 0x165d: 0xaf3a, + 0x165e: 0xb532, 0x165f: 0x80d5, 0x1660: 0x80f5, 0x1661: 0x29d1, 0x1662: 0x8115, 0x1663: 0x8115, + 0x1664: 0x8135, 0x1665: 0x8155, 0x1666: 0x8175, 0x1667: 0x8195, 0x1668: 0x81b5, 0x1669: 0x81d5, + 0x166a: 0x81f5, 0x166b: 0x8215, 0x166c: 0x8235, 0x166d: 0x8255, 0x166e: 0x8275, 0x166f: 0x8295, + 0x1670: 0x82b5, 0x1671: 0x82d5, 0x1672: 0x82f5, 0x1673: 0x8315, 0x1674: 0x8335, 0x1675: 0x8355, + 0x1676: 0x8375, 0x1677: 0x8395, 0x1678: 0x83b5, 0x1679: 0x83d5, 0x167a: 0x83f5, 0x167b: 0x8415, + 0x167c: 0x81b5, 0x167d: 0x8435, 0x167e: 0x8455, 0x167f: 0x8215, + // Block 0x5a, offset 0x1680 + 0x1680: 0x8475, 0x1681: 0x8495, 0x1682: 0x84b5, 0x1683: 0x84d5, 0x1684: 0x84f5, 0x1685: 0x8515, + 0x1686: 0x8535, 0x1687: 0x8555, 0x1688: 0x84d5, 0x1689: 0x8575, 0x168a: 0x84d5, 0x168b: 0x8595, + 0x168c: 0x8595, 0x168d: 0x85b5, 0x168e: 0x85b5, 0x168f: 0x85d5, 0x1690: 0x8515, 0x1691: 0x85f5, + 0x1692: 0x8615, 0x1693: 0x85f5, 0x1694: 0x8635, 0x1695: 0x8615, 0x1696: 0x8655, 0x1697: 0x8655, + 0x1698: 0x8675, 0x1699: 0x8675, 0x169a: 0x8695, 0x169b: 0x8695, 0x169c: 0x8615, 0x169d: 0x8115, + 0x169e: 0x86b5, 0x169f: 0x86d5, 0x16a0: 0x0040, 0x16a1: 0x86f5, 0x16a2: 0x8715, 0x16a3: 0x8735, + 0x16a4: 0x8755, 0x16a5: 0x8735, 0x16a6: 0x8775, 0x16a7: 0x8795, 0x16a8: 0x87b5, 0x16a9: 0x87b5, + 0x16aa: 0x87d5, 0x16ab: 0x87d5, 0x16ac: 0x87f5, 0x16ad: 0x87f5, 0x16ae: 0x87d5, 0x16af: 0x87d5, + 0x16b0: 0x8815, 0x16b1: 0x8835, 0x16b2: 0x8855, 0x16b3: 0x8875, 0x16b4: 0x8895, 0x16b5: 0x88b5, + 0x16b6: 0x88b5, 0x16b7: 0x88b5, 0x16b8: 0x88d5, 0x16b9: 0x88d5, 0x16ba: 0x88d5, 0x16bb: 0x88d5, + 0x16bc: 0x87b5, 0x16bd: 0x87b5, 0x16be: 0x87b5, 0x16bf: 0x0040, + // Block 0x5b, offset 0x16c0 + 0x16c0: 0x0040, 0x16c1: 0x0040, 0x16c2: 0x8715, 0x16c3: 0x86f5, 0x16c4: 0x88f5, 0x16c5: 0x86f5, + 0x16c6: 0x8715, 0x16c7: 0x86f5, 0x16c8: 0x0040, 0x16c9: 0x0040, 0x16ca: 0x8915, 0x16cb: 0x8715, + 0x16cc: 0x8935, 0x16cd: 0x88f5, 0x16ce: 0x8935, 0x16cf: 0x8715, 0x16d0: 0x0040, 0x16d1: 0x0040, + 0x16d2: 0x8955, 0x16d3: 0x8975, 0x16d4: 0x8875, 0x16d5: 0x8935, 0x16d6: 0x88f5, 0x16d7: 0x8935, + 0x16d8: 0x0040, 0x16d9: 0x0040, 0x16da: 0x8995, 0x16db: 0x89b5, 0x16dc: 0x8995, 0x16dd: 0x0040, + 0x16de: 0x0040, 0x16df: 0x0040, 0x16e0: 0xb541, 0x16e1: 0xb559, 0x16e2: 0xb571, 0x16e3: 0x89d6, + 0x16e4: 0xb589, 0x16e5: 0xb5a1, 0x16e6: 0x89f5, 0x16e7: 0x0040, 0x16e8: 0x8a15, 0x16e9: 0x8a35, + 0x16ea: 0x8a55, 0x16eb: 0x8a35, 0x16ec: 0x8a75, 0x16ed: 0x8a95, 0x16ee: 0x8ab5, 0x16ef: 0x0040, + 0x16f0: 0x0040, 0x16f1: 0x0040, 0x16f2: 0x0040, 0x16f3: 0x0040, 0x16f4: 0x0040, 0x16f5: 0x0040, + 0x16f6: 0x0040, 0x16f7: 0x0040, 0x16f8: 0x0040, 0x16f9: 0x0340, 0x16fa: 0x0340, 0x16fb: 0x0340, + 0x16fc: 0x0040, 0x16fd: 0x0040, 0x16fe: 0x0040, 0x16ff: 0x0040, + // Block 0x5c, offset 0x1700 + 0x1700: 0x0a08, 0x1701: 0x0a08, 0x1702: 0x0a08, 0x1703: 0x0a08, 0x1704: 0x0a08, 0x1705: 0x0c08, + 0x1706: 0x0808, 0x1707: 0x0c08, 0x1708: 0x0818, 0x1709: 0x0c08, 0x170a: 0x0c08, 0x170b: 0x0808, + 0x170c: 0x0808, 0x170d: 0x0908, 0x170e: 0x0c08, 0x170f: 0x0c08, 0x1710: 0x0c08, 0x1711: 0x0c08, + 0x1712: 0x0c08, 0x1713: 0x0a08, 0x1714: 0x0a08, 0x1715: 0x0a08, 0x1716: 0x0a08, 0x1717: 0x0908, + 0x1718: 0x0a08, 0x1719: 0x0a08, 0x171a: 0x0a08, 0x171b: 0x0a08, 0x171c: 0x0a08, 0x171d: 0x0c08, + 0x171e: 0x0a08, 0x171f: 0x0a08, 0x1720: 0x0a08, 0x1721: 0x0c08, 0x1722: 0x0808, 0x1723: 0x0808, + 0x1724: 0x0c08, 0x1725: 0x3308, 0x1726: 0x3308, 0x1727: 0x0040, 0x1728: 0x0040, 0x1729: 0x0040, + 0x172a: 0x0040, 0x172b: 0x0a18, 0x172c: 0x0a18, 0x172d: 0x0a18, 0x172e: 0x0a18, 0x172f: 0x0c18, + 0x1730: 0x0818, 0x1731: 0x0818, 0x1732: 0x0818, 0x1733: 0x0818, 0x1734: 0x0818, 0x1735: 0x0818, + 0x1736: 0x0818, 0x1737: 0x0040, 0x1738: 0x0040, 0x1739: 0x0040, 0x173a: 0x0040, 0x173b: 0x0040, + 0x173c: 0x0040, 0x173d: 0x0040, 0x173e: 0x0040, 0x173f: 0x0040, + // Block 0x5d, offset 0x1740 + 0x1740: 0x0a08, 0x1741: 0x0c08, 0x1742: 0x0a08, 0x1743: 0x0c08, 0x1744: 0x0c08, 0x1745: 0x0c08, + 0x1746: 0x0a08, 0x1747: 0x0a08, 0x1748: 0x0a08, 0x1749: 0x0c08, 0x174a: 0x0a08, 0x174b: 0x0a08, + 0x174c: 0x0c08, 0x174d: 0x0a08, 0x174e: 0x0c08, 0x174f: 0x0c08, 0x1750: 0x0a08, 0x1751: 0x0c08, + 0x1752: 0x0040, 0x1753: 0x0040, 0x1754: 0x0040, 0x1755: 0x0040, 0x1756: 0x0040, 0x1757: 0x0040, + 0x1758: 0x0040, 0x1759: 0x0818, 0x175a: 0x0818, 0x175b: 0x0818, 0x175c: 0x0818, 0x175d: 0x0040, + 0x175e: 0x0040, 0x175f: 0x0040, 0x1760: 0x0040, 0x1761: 0x0040, 0x1762: 0x0040, 0x1763: 0x0040, + 0x1764: 0x0040, 0x1765: 0x0040, 0x1766: 0x0040, 0x1767: 0x0040, 0x1768: 0x0040, 0x1769: 0x0c18, + 0x176a: 0x0c18, 0x176b: 0x0c18, 0x176c: 0x0c18, 0x176d: 0x0a18, 0x176e: 0x0a18, 0x176f: 0x0818, + 0x1770: 0x0040, 0x1771: 0x0040, 0x1772: 0x0040, 0x1773: 0x0040, 0x1774: 0x0040, 0x1775: 0x0040, + 0x1776: 0x0040, 0x1777: 0x0040, 0x1778: 0x0040, 0x1779: 0x0040, 0x177a: 0x0040, 0x177b: 0x0040, + 0x177c: 0x0040, 0x177d: 0x0040, 0x177e: 0x0040, 0x177f: 0x0040, + // Block 0x5e, offset 0x1780 + 0x1780: 0x3308, 0x1781: 0x3308, 0x1782: 0x3008, 0x1783: 0x3008, 0x1784: 0x0040, 0x1785: 0x0008, + 0x1786: 0x0008, 0x1787: 0x0008, 0x1788: 0x0008, 0x1789: 0x0008, 0x178a: 0x0008, 0x178b: 0x0008, + 0x178c: 0x0008, 0x178d: 0x0040, 0x178e: 0x0040, 0x178f: 0x0008, 0x1790: 0x0008, 0x1791: 0x0040, + 0x1792: 0x0040, 0x1793: 0x0008, 0x1794: 0x0008, 0x1795: 0x0008, 0x1796: 0x0008, 0x1797: 0x0008, + 0x1798: 0x0008, 0x1799: 0x0008, 0x179a: 0x0008, 0x179b: 0x0008, 0x179c: 0x0008, 0x179d: 0x0008, + 0x179e: 0x0008, 0x179f: 0x0008, 0x17a0: 0x0008, 0x17a1: 0x0008, 0x17a2: 0x0008, 0x17a3: 0x0008, + 0x17a4: 0x0008, 0x17a5: 0x0008, 0x17a6: 0x0008, 0x17a7: 0x0008, 0x17a8: 0x0008, 0x17a9: 0x0040, + 0x17aa: 0x0008, 0x17ab: 0x0008, 0x17ac: 0x0008, 0x17ad: 0x0008, 0x17ae: 0x0008, 0x17af: 0x0008, + 0x17b0: 0x0008, 0x17b1: 0x0040, 0x17b2: 0x0008, 0x17b3: 0x0008, 0x17b4: 0x0040, 0x17b5: 0x0008, + 0x17b6: 0x0008, 0x17b7: 0x0008, 0x17b8: 0x0008, 0x17b9: 0x0008, 0x17ba: 0x0040, 0x17bb: 0x0040, + 0x17bc: 0x3308, 0x17bd: 0x0008, 0x17be: 0x3008, 0x17bf: 0x3008, + // Block 0x5f, offset 0x17c0 + 0x17c0: 0x3308, 0x17c1: 0x3008, 0x17c2: 0x3008, 0x17c3: 0x3008, 0x17c4: 0x3008, 0x17c5: 0x0040, + 0x17c6: 0x0040, 0x17c7: 0x3008, 0x17c8: 0x3008, 0x17c9: 0x0040, 0x17ca: 0x0040, 0x17cb: 0x3008, + 0x17cc: 0x3008, 0x17cd: 0x3808, 0x17ce: 0x0040, 0x17cf: 0x0040, 0x17d0: 0x0008, 0x17d1: 0x0040, + 0x17d2: 0x0040, 0x17d3: 0x0040, 0x17d4: 0x0040, 0x17d5: 0x0040, 0x17d6: 0x0040, 0x17d7: 0x3008, + 0x17d8: 0x0040, 0x17d9: 0x0040, 0x17da: 0x0040, 0x17db: 0x0040, 0x17dc: 0x0040, 0x17dd: 0x0008, + 0x17de: 0x0008, 0x17df: 0x0008, 0x17e0: 0x0008, 0x17e1: 0x0008, 0x17e2: 0x3008, 0x17e3: 0x3008, + 0x17e4: 0x0040, 0x17e5: 0x0040, 0x17e6: 0x3308, 0x17e7: 0x3308, 0x17e8: 0x3308, 0x17e9: 0x3308, + 0x17ea: 0x3308, 0x17eb: 0x3308, 0x17ec: 0x3308, 0x17ed: 0x0040, 0x17ee: 0x0040, 0x17ef: 0x0040, + 0x17f0: 0x3308, 0x17f1: 0x3308, 0x17f2: 0x3308, 0x17f3: 0x3308, 0x17f4: 0x3308, 0x17f5: 0x0040, + 0x17f6: 0x0040, 0x17f7: 0x0040, 0x17f8: 0x0040, 0x17f9: 0x0040, 0x17fa: 0x0040, 0x17fb: 0x0040, + 0x17fc: 0x0040, 0x17fd: 0x0040, 0x17fe: 0x0040, 0x17ff: 0x0040, + // Block 0x60, offset 0x1800 + 0x1800: 0x0039, 0x1801: 0x0ee9, 0x1802: 0x1159, 0x1803: 0x0ef9, 0x1804: 0x0f09, 0x1805: 0x1199, + 0x1806: 0x0f31, 0x1807: 0x0249, 0x1808: 0x0f41, 0x1809: 0x0259, 0x180a: 0x0f51, 0x180b: 0x0359, + 0x180c: 0x0f61, 0x180d: 0x0f71, 0x180e: 0x00d9, 0x180f: 0x0f99, 0x1810: 0x2039, 0x1811: 0x0269, + 0x1812: 0x01d9, 0x1813: 0x0fa9, 0x1814: 0x0fb9, 0x1815: 0x1089, 0x1816: 0x0279, 0x1817: 0x0369, + 0x1818: 0x0289, 0x1819: 0x13d1, 0x181a: 0x0039, 0x181b: 0x0ee9, 0x181c: 0x1159, 0x181d: 0x0ef9, + 0x181e: 0x0f09, 0x181f: 0x1199, 0x1820: 0x0f31, 0x1821: 0x0249, 0x1822: 0x0f41, 0x1823: 0x0259, + 0x1824: 0x0f51, 0x1825: 0x0359, 0x1826: 0x0f61, 0x1827: 0x0f71, 0x1828: 0x00d9, 0x1829: 0x0f99, + 0x182a: 0x2039, 0x182b: 0x0269, 0x182c: 0x01d9, 0x182d: 0x0fa9, 0x182e: 0x0fb9, 0x182f: 0x1089, + 0x1830: 0x0279, 0x1831: 0x0369, 0x1832: 0x0289, 0x1833: 0x13d1, 0x1834: 0x0039, 0x1835: 0x0ee9, + 0x1836: 0x1159, 0x1837: 0x0ef9, 0x1838: 0x0f09, 0x1839: 0x1199, 0x183a: 0x0f31, 0x183b: 0x0249, + 0x183c: 0x0f41, 0x183d: 0x0259, 0x183e: 0x0f51, 0x183f: 0x0359, + // Block 0x61, offset 0x1840 + 0x1840: 0x0f61, 0x1841: 0x0f71, 0x1842: 0x00d9, 0x1843: 0x0f99, 0x1844: 0x2039, 0x1845: 0x0269, + 0x1846: 0x01d9, 0x1847: 0x0fa9, 0x1848: 0x0fb9, 0x1849: 0x1089, 0x184a: 0x0279, 0x184b: 0x0369, + 0x184c: 0x0289, 0x184d: 0x13d1, 0x184e: 0x0039, 0x184f: 0x0ee9, 0x1850: 0x1159, 0x1851: 0x0ef9, + 0x1852: 0x0f09, 0x1853: 0x1199, 0x1854: 0x0f31, 0x1855: 0x0040, 0x1856: 0x0f41, 0x1857: 0x0259, + 0x1858: 0x0f51, 0x1859: 0x0359, 0x185a: 0x0f61, 0x185b: 0x0f71, 0x185c: 0x00d9, 0x185d: 0x0f99, + 0x185e: 0x2039, 0x185f: 0x0269, 0x1860: 0x01d9, 0x1861: 0x0fa9, 0x1862: 0x0fb9, 0x1863: 0x1089, + 0x1864: 0x0279, 0x1865: 0x0369, 0x1866: 0x0289, 0x1867: 0x13d1, 0x1868: 0x0039, 0x1869: 0x0ee9, + 0x186a: 0x1159, 0x186b: 0x0ef9, 0x186c: 0x0f09, 0x186d: 0x1199, 0x186e: 0x0f31, 0x186f: 0x0249, + 0x1870: 0x0f41, 0x1871: 0x0259, 0x1872: 0x0f51, 0x1873: 0x0359, 0x1874: 0x0f61, 0x1875: 0x0f71, + 0x1876: 0x00d9, 0x1877: 0x0f99, 0x1878: 0x2039, 0x1879: 0x0269, 0x187a: 0x01d9, 0x187b: 0x0fa9, + 0x187c: 0x0fb9, 0x187d: 0x1089, 0x187e: 0x0279, 0x187f: 0x0369, + // Block 0x62, offset 0x1880 + 0x1880: 0x0289, 0x1881: 0x13d1, 0x1882: 0x0039, 0x1883: 0x0ee9, 0x1884: 0x1159, 0x1885: 0x0ef9, + 0x1886: 0x0f09, 0x1887: 0x1199, 0x1888: 0x0f31, 0x1889: 0x0249, 0x188a: 0x0f41, 0x188b: 0x0259, + 0x188c: 0x0f51, 0x188d: 0x0359, 0x188e: 0x0f61, 0x188f: 0x0f71, 0x1890: 0x00d9, 0x1891: 0x0f99, + 0x1892: 0x2039, 0x1893: 0x0269, 0x1894: 0x01d9, 0x1895: 0x0fa9, 0x1896: 0x0fb9, 0x1897: 0x1089, + 0x1898: 0x0279, 0x1899: 0x0369, 0x189a: 0x0289, 0x189b: 0x13d1, 0x189c: 0x0039, 0x189d: 0x0040, + 0x189e: 0x1159, 0x189f: 0x0ef9, 0x18a0: 0x0040, 0x18a1: 0x0040, 0x18a2: 0x0f31, 0x18a3: 0x0040, + 0x18a4: 0x0040, 0x18a5: 0x0259, 0x18a6: 0x0f51, 0x18a7: 0x0040, 0x18a8: 0x0040, 0x18a9: 0x0f71, + 0x18aa: 0x00d9, 0x18ab: 0x0f99, 0x18ac: 0x2039, 0x18ad: 0x0040, 0x18ae: 0x01d9, 0x18af: 0x0fa9, + 0x18b0: 0x0fb9, 0x18b1: 0x1089, 0x18b2: 0x0279, 0x18b3: 0x0369, 0x18b4: 0x0289, 0x18b5: 0x13d1, + 0x18b6: 0x0039, 0x18b7: 0x0ee9, 0x18b8: 0x1159, 0x18b9: 0x0ef9, 0x18ba: 0x0040, 0x18bb: 0x1199, + 0x18bc: 0x0040, 0x18bd: 0x0249, 0x18be: 0x0f41, 0x18bf: 0x0259, + // Block 0x63, offset 0x18c0 + 0x18c0: 0x0f51, 0x18c1: 0x0359, 0x18c2: 0x0f61, 0x18c3: 0x0f71, 0x18c4: 0x0040, 0x18c5: 0x0f99, + 0x18c6: 0x2039, 0x18c7: 0x0269, 0x18c8: 0x01d9, 0x18c9: 0x0fa9, 0x18ca: 0x0fb9, 0x18cb: 0x1089, + 0x18cc: 0x0279, 0x18cd: 0x0369, 0x18ce: 0x0289, 0x18cf: 0x13d1, 0x18d0: 0x0039, 0x18d1: 0x0ee9, + 0x18d2: 0x1159, 0x18d3: 0x0ef9, 0x18d4: 0x0f09, 0x18d5: 0x1199, 0x18d6: 0x0f31, 0x18d7: 0x0249, + 0x18d8: 0x0f41, 0x18d9: 0x0259, 0x18da: 0x0f51, 0x18db: 0x0359, 0x18dc: 0x0f61, 0x18dd: 0x0f71, + 0x18de: 0x00d9, 0x18df: 0x0f99, 0x18e0: 0x2039, 0x18e1: 0x0269, 0x18e2: 0x01d9, 0x18e3: 0x0fa9, + 0x18e4: 0x0fb9, 0x18e5: 0x1089, 0x18e6: 0x0279, 0x18e7: 0x0369, 0x18e8: 0x0289, 0x18e9: 0x13d1, + 0x18ea: 0x0039, 0x18eb: 0x0ee9, 0x18ec: 0x1159, 0x18ed: 0x0ef9, 0x18ee: 0x0f09, 0x18ef: 0x1199, + 0x18f0: 0x0f31, 0x18f1: 0x0249, 0x18f2: 0x0f41, 0x18f3: 0x0259, 0x18f4: 0x0f51, 0x18f5: 0x0359, + 0x18f6: 0x0f61, 0x18f7: 0x0f71, 0x18f8: 0x00d9, 0x18f9: 0x0f99, 0x18fa: 0x2039, 0x18fb: 0x0269, + 0x18fc: 0x01d9, 0x18fd: 0x0fa9, 0x18fe: 0x0fb9, 0x18ff: 0x1089, + // Block 0x64, offset 0x1900 + 0x1900: 0x0279, 0x1901: 0x0369, 0x1902: 0x0289, 0x1903: 0x13d1, 0x1904: 0x0039, 0x1905: 0x0ee9, + 0x1906: 0x0040, 0x1907: 0x0ef9, 0x1908: 0x0f09, 0x1909: 0x1199, 0x190a: 0x0f31, 0x190b: 0x0040, + 0x190c: 0x0040, 0x190d: 0x0259, 0x190e: 0x0f51, 0x190f: 0x0359, 0x1910: 0x0f61, 0x1911: 0x0f71, + 0x1912: 0x00d9, 0x1913: 0x0f99, 0x1914: 0x2039, 0x1915: 0x0040, 0x1916: 0x01d9, 0x1917: 0x0fa9, + 0x1918: 0x0fb9, 0x1919: 0x1089, 0x191a: 0x0279, 0x191b: 0x0369, 0x191c: 0x0289, 0x191d: 0x0040, + 0x191e: 0x0039, 0x191f: 0x0ee9, 0x1920: 0x1159, 0x1921: 0x0ef9, 0x1922: 0x0f09, 0x1923: 0x1199, + 0x1924: 0x0f31, 0x1925: 0x0249, 0x1926: 0x0f41, 0x1927: 0x0259, 0x1928: 0x0f51, 0x1929: 0x0359, + 0x192a: 0x0f61, 0x192b: 0x0f71, 0x192c: 0x00d9, 0x192d: 0x0f99, 0x192e: 0x2039, 0x192f: 0x0269, + 0x1930: 0x01d9, 0x1931: 0x0fa9, 0x1932: 0x0fb9, 0x1933: 0x1089, 0x1934: 0x0279, 0x1935: 0x0369, + 0x1936: 0x0289, 0x1937: 0x13d1, 0x1938: 0x0039, 0x1939: 0x0ee9, 0x193a: 0x0040, 0x193b: 0x0ef9, + 0x193c: 0x0f09, 0x193d: 0x1199, 0x193e: 0x0f31, 0x193f: 0x0040, + // Block 0x65, offset 0x1940 + 0x1940: 0x0f41, 0x1941: 0x0259, 0x1942: 0x0f51, 0x1943: 0x0359, 0x1944: 0x0f61, 0x1945: 0x0040, + 0x1946: 0x00d9, 0x1947: 0x0040, 0x1948: 0x0040, 0x1949: 0x0040, 0x194a: 0x01d9, 0x194b: 0x0fa9, + 0x194c: 0x0fb9, 0x194d: 0x1089, 0x194e: 0x0279, 0x194f: 0x0369, 0x1950: 0x0289, 0x1951: 0x0040, + 0x1952: 0x0039, 0x1953: 0x0ee9, 0x1954: 0x1159, 0x1955: 0x0ef9, 0x1956: 0x0f09, 0x1957: 0x1199, + 0x1958: 0x0f31, 0x1959: 0x0249, 0x195a: 0x0f41, 0x195b: 0x0259, 0x195c: 0x0f51, 0x195d: 0x0359, + 0x195e: 0x0f61, 0x195f: 0x0f71, 0x1960: 0x00d9, 0x1961: 0x0f99, 0x1962: 0x2039, 0x1963: 0x0269, + 0x1964: 0x01d9, 0x1965: 0x0fa9, 0x1966: 0x0fb9, 0x1967: 0x1089, 0x1968: 0x0279, 0x1969: 0x0369, + 0x196a: 0x0289, 0x196b: 0x13d1, 0x196c: 0x0039, 0x196d: 0x0ee9, 0x196e: 0x1159, 0x196f: 0x0ef9, + 0x1970: 0x0f09, 0x1971: 0x1199, 0x1972: 0x0f31, 0x1973: 0x0249, 0x1974: 0x0f41, 0x1975: 0x0259, + 0x1976: 0x0f51, 0x1977: 0x0359, 0x1978: 0x0f61, 0x1979: 0x0f71, 0x197a: 0x00d9, 0x197b: 0x0f99, + 0x197c: 0x2039, 0x197d: 0x0269, 0x197e: 0x01d9, 0x197f: 0x0fa9, + // Block 0x66, offset 0x1980 + 0x1980: 0x0fb9, 0x1981: 0x1089, 0x1982: 0x0279, 0x1983: 0x0369, 0x1984: 0x0289, 0x1985: 0x13d1, + 0x1986: 0x0039, 0x1987: 0x0ee9, 0x1988: 0x1159, 0x1989: 0x0ef9, 0x198a: 0x0f09, 0x198b: 0x1199, + 0x198c: 0x0f31, 0x198d: 0x0249, 0x198e: 0x0f41, 0x198f: 0x0259, 0x1990: 0x0f51, 0x1991: 0x0359, + 0x1992: 0x0f61, 0x1993: 0x0f71, 0x1994: 0x00d9, 0x1995: 0x0f99, 0x1996: 0x2039, 0x1997: 0x0269, + 0x1998: 0x01d9, 0x1999: 0x0fa9, 0x199a: 0x0fb9, 0x199b: 0x1089, 0x199c: 0x0279, 0x199d: 0x0369, + 0x199e: 0x0289, 0x199f: 0x13d1, 0x19a0: 0x0039, 0x19a1: 0x0ee9, 0x19a2: 0x1159, 0x19a3: 0x0ef9, + 0x19a4: 0x0f09, 0x19a5: 0x1199, 0x19a6: 0x0f31, 0x19a7: 0x0249, 0x19a8: 0x0f41, 0x19a9: 0x0259, + 0x19aa: 0x0f51, 0x19ab: 0x0359, 0x19ac: 0x0f61, 0x19ad: 0x0f71, 0x19ae: 0x00d9, 0x19af: 0x0f99, + 0x19b0: 0x2039, 0x19b1: 0x0269, 0x19b2: 0x01d9, 0x19b3: 0x0fa9, 0x19b4: 0x0fb9, 0x19b5: 0x1089, + 0x19b6: 0x0279, 0x19b7: 0x0369, 0x19b8: 0x0289, 0x19b9: 0x13d1, 0x19ba: 0x0039, 0x19bb: 0x0ee9, + 0x19bc: 0x1159, 0x19bd: 0x0ef9, 0x19be: 0x0f09, 0x19bf: 0x1199, + // Block 0x67, offset 0x19c0 + 0x19c0: 0x0f31, 0x19c1: 0x0249, 0x19c2: 0x0f41, 0x19c3: 0x0259, 0x19c4: 0x0f51, 0x19c5: 0x0359, + 0x19c6: 0x0f61, 0x19c7: 0x0f71, 0x19c8: 0x00d9, 0x19c9: 0x0f99, 0x19ca: 0x2039, 0x19cb: 0x0269, + 0x19cc: 0x01d9, 0x19cd: 0x0fa9, 0x19ce: 0x0fb9, 0x19cf: 0x1089, 0x19d0: 0x0279, 0x19d1: 0x0369, + 0x19d2: 0x0289, 0x19d3: 0x13d1, 0x19d4: 0x0039, 0x19d5: 0x0ee9, 0x19d6: 0x1159, 0x19d7: 0x0ef9, + 0x19d8: 0x0f09, 0x19d9: 0x1199, 0x19da: 0x0f31, 0x19db: 0x0249, 0x19dc: 0x0f41, 0x19dd: 0x0259, + 0x19de: 0x0f51, 0x19df: 0x0359, 0x19e0: 0x0f61, 0x19e1: 0x0f71, 0x19e2: 0x00d9, 0x19e3: 0x0f99, + 0x19e4: 0x2039, 0x19e5: 0x0269, 0x19e6: 0x01d9, 0x19e7: 0x0fa9, 0x19e8: 0x0fb9, 0x19e9: 0x1089, + 0x19ea: 0x0279, 0x19eb: 0x0369, 0x19ec: 0x0289, 0x19ed: 0x13d1, 0x19ee: 0x0039, 0x19ef: 0x0ee9, + 0x19f0: 0x1159, 0x19f1: 0x0ef9, 0x19f2: 0x0f09, 0x19f3: 0x1199, 0x19f4: 0x0f31, 0x19f5: 0x0249, + 0x19f6: 0x0f41, 0x19f7: 0x0259, 0x19f8: 0x0f51, 0x19f9: 0x0359, 0x19fa: 0x0f61, 0x19fb: 0x0f71, + 0x19fc: 0x00d9, 0x19fd: 0x0f99, 0x19fe: 0x2039, 0x19ff: 0x0269, + // Block 0x68, offset 0x1a00 + 0x1a00: 0x01d9, 0x1a01: 0x0fa9, 0x1a02: 0x0fb9, 0x1a03: 0x1089, 0x1a04: 0x0279, 0x1a05: 0x0369, + 0x1a06: 0x0289, 0x1a07: 0x13d1, 0x1a08: 0x0039, 0x1a09: 0x0ee9, 0x1a0a: 0x1159, 0x1a0b: 0x0ef9, + 0x1a0c: 0x0f09, 0x1a0d: 0x1199, 0x1a0e: 0x0f31, 0x1a0f: 0x0249, 0x1a10: 0x0f41, 0x1a11: 0x0259, + 0x1a12: 0x0f51, 0x1a13: 0x0359, 0x1a14: 0x0f61, 0x1a15: 0x0f71, 0x1a16: 0x00d9, 0x1a17: 0x0f99, + 0x1a18: 0x2039, 0x1a19: 0x0269, 0x1a1a: 0x01d9, 0x1a1b: 0x0fa9, 0x1a1c: 0x0fb9, 0x1a1d: 0x1089, + 0x1a1e: 0x0279, 0x1a1f: 0x0369, 0x1a20: 0x0289, 0x1a21: 0x13d1, 0x1a22: 0x0039, 0x1a23: 0x0ee9, + 0x1a24: 0x1159, 0x1a25: 0x0ef9, 0x1a26: 0x0f09, 0x1a27: 0x1199, 0x1a28: 0x0f31, 0x1a29: 0x0249, + 0x1a2a: 0x0f41, 0x1a2b: 0x0259, 0x1a2c: 0x0f51, 0x1a2d: 0x0359, 0x1a2e: 0x0f61, 0x1a2f: 0x0f71, + 0x1a30: 0x00d9, 0x1a31: 0x0f99, 0x1a32: 0x2039, 0x1a33: 0x0269, 0x1a34: 0x01d9, 0x1a35: 0x0fa9, + 0x1a36: 0x0fb9, 0x1a37: 0x1089, 0x1a38: 0x0279, 0x1a39: 0x0369, 0x1a3a: 0x0289, 0x1a3b: 0x13d1, + 0x1a3c: 0x0039, 0x1a3d: 0x0ee9, 0x1a3e: 0x1159, 0x1a3f: 0x0ef9, + // Block 0x69, offset 0x1a40 + 0x1a40: 0x0f09, 0x1a41: 0x1199, 0x1a42: 0x0f31, 0x1a43: 0x0249, 0x1a44: 0x0f41, 0x1a45: 0x0259, + 0x1a46: 0x0f51, 0x1a47: 0x0359, 0x1a48: 0x0f61, 0x1a49: 0x0f71, 0x1a4a: 0x00d9, 0x1a4b: 0x0f99, + 0x1a4c: 0x2039, 0x1a4d: 0x0269, 0x1a4e: 0x01d9, 0x1a4f: 0x0fa9, 0x1a50: 0x0fb9, 0x1a51: 0x1089, + 0x1a52: 0x0279, 0x1a53: 0x0369, 0x1a54: 0x0289, 0x1a55: 0x13d1, 0x1a56: 0x0039, 0x1a57: 0x0ee9, + 0x1a58: 0x1159, 0x1a59: 0x0ef9, 0x1a5a: 0x0f09, 0x1a5b: 0x1199, 0x1a5c: 0x0f31, 0x1a5d: 0x0249, + 0x1a5e: 0x0f41, 0x1a5f: 0x0259, 0x1a60: 0x0f51, 0x1a61: 0x0359, 0x1a62: 0x0f61, 0x1a63: 0x0f71, + 0x1a64: 0x00d9, 0x1a65: 0x0f99, 0x1a66: 0x2039, 0x1a67: 0x0269, 0x1a68: 0x01d9, 0x1a69: 0x0fa9, + 0x1a6a: 0x0fb9, 0x1a6b: 0x1089, 0x1a6c: 0x0279, 0x1a6d: 0x0369, 0x1a6e: 0x0289, 0x1a6f: 0x13d1, + 0x1a70: 0x0039, 0x1a71: 0x0ee9, 0x1a72: 0x1159, 0x1a73: 0x0ef9, 0x1a74: 0x0f09, 0x1a75: 0x1199, + 0x1a76: 0x0f31, 0x1a77: 0x0249, 0x1a78: 0x0f41, 0x1a79: 0x0259, 0x1a7a: 0x0f51, 0x1a7b: 0x0359, + 0x1a7c: 0x0f61, 0x1a7d: 0x0f71, 0x1a7e: 0x00d9, 0x1a7f: 0x0f99, + // Block 0x6a, offset 0x1a80 + 0x1a80: 0x2039, 0x1a81: 0x0269, 0x1a82: 0x01d9, 0x1a83: 0x0fa9, 0x1a84: 0x0fb9, 0x1a85: 0x1089, + 0x1a86: 0x0279, 0x1a87: 0x0369, 0x1a88: 0x0289, 0x1a89: 0x13d1, 0x1a8a: 0x0039, 0x1a8b: 0x0ee9, + 0x1a8c: 0x1159, 0x1a8d: 0x0ef9, 0x1a8e: 0x0f09, 0x1a8f: 0x1199, 0x1a90: 0x0f31, 0x1a91: 0x0249, + 0x1a92: 0x0f41, 0x1a93: 0x0259, 0x1a94: 0x0f51, 0x1a95: 0x0359, 0x1a96: 0x0f61, 0x1a97: 0x0f71, + 0x1a98: 0x00d9, 0x1a99: 0x0f99, 0x1a9a: 0x2039, 0x1a9b: 0x0269, 0x1a9c: 0x01d9, 0x1a9d: 0x0fa9, + 0x1a9e: 0x0fb9, 0x1a9f: 0x1089, 0x1aa0: 0x0279, 0x1aa1: 0x0369, 0x1aa2: 0x0289, 0x1aa3: 0x13d1, + 0x1aa4: 0xba81, 0x1aa5: 0xba99, 0x1aa6: 0x0040, 0x1aa7: 0x0040, 0x1aa8: 0xbab1, 0x1aa9: 0x1099, + 0x1aaa: 0x10b1, 0x1aab: 0x10c9, 0x1aac: 0xbac9, 0x1aad: 0xbae1, 0x1aae: 0xbaf9, 0x1aaf: 0x1429, + 0x1ab0: 0x1a31, 0x1ab1: 0xbb11, 0x1ab2: 0xbb29, 0x1ab3: 0xbb41, 0x1ab4: 0xbb59, 0x1ab5: 0xbb71, + 0x1ab6: 0xbb89, 0x1ab7: 0x2109, 0x1ab8: 0x1111, 0x1ab9: 0x1429, 0x1aba: 0xbba1, 0x1abb: 0xbbb9, + 0x1abc: 0xbbd1, 0x1abd: 0x10e1, 0x1abe: 0x10f9, 0x1abf: 0xbbe9, + // Block 0x6b, offset 0x1ac0 + 0x1ac0: 0x2079, 0x1ac1: 0xbc01, 0x1ac2: 0xbab1, 0x1ac3: 0x1099, 0x1ac4: 0x10b1, 0x1ac5: 0x10c9, + 0x1ac6: 0xbac9, 0x1ac7: 0xbae1, 0x1ac8: 0xbaf9, 0x1ac9: 0x1429, 0x1aca: 0x1a31, 0x1acb: 0xbb11, + 0x1acc: 0xbb29, 0x1acd: 0xbb41, 0x1ace: 0xbb59, 0x1acf: 0xbb71, 0x1ad0: 0xbb89, 0x1ad1: 0x2109, + 0x1ad2: 0x1111, 0x1ad3: 0xbba1, 0x1ad4: 0xbba1, 0x1ad5: 0xbbb9, 0x1ad6: 0xbbd1, 0x1ad7: 0x10e1, + 0x1ad8: 0x10f9, 0x1ad9: 0xbbe9, 0x1ada: 0x2079, 0x1adb: 0xbc21, 0x1adc: 0xbac9, 0x1add: 0x1429, + 0x1ade: 0xbb11, 0x1adf: 0x10e1, 0x1ae0: 0x1111, 0x1ae1: 0x2109, 0x1ae2: 0xbab1, 0x1ae3: 0x1099, + 0x1ae4: 0x10b1, 0x1ae5: 0x10c9, 0x1ae6: 0xbac9, 0x1ae7: 0xbae1, 0x1ae8: 0xbaf9, 0x1ae9: 0x1429, + 0x1aea: 0x1a31, 0x1aeb: 0xbb11, 0x1aec: 0xbb29, 0x1aed: 0xbb41, 0x1aee: 0xbb59, 0x1aef: 0xbb71, + 0x1af0: 0xbb89, 0x1af1: 0x2109, 0x1af2: 0x1111, 0x1af3: 0x1429, 0x1af4: 0xbba1, 0x1af5: 0xbbb9, + 0x1af6: 0xbbd1, 0x1af7: 0x10e1, 0x1af8: 0x10f9, 0x1af9: 0xbbe9, 0x1afa: 0x2079, 0x1afb: 0xbc01, + 0x1afc: 0xbab1, 0x1afd: 0x1099, 0x1afe: 0x10b1, 0x1aff: 0x10c9, + // Block 0x6c, offset 0x1b00 + 0x1b00: 0xbac9, 0x1b01: 0xbae1, 0x1b02: 0xbaf9, 0x1b03: 0x1429, 0x1b04: 0x1a31, 0x1b05: 0xbb11, + 0x1b06: 0xbb29, 0x1b07: 0xbb41, 0x1b08: 0xbb59, 0x1b09: 0xbb71, 0x1b0a: 0xbb89, 0x1b0b: 0x2109, + 0x1b0c: 0x1111, 0x1b0d: 0xbba1, 0x1b0e: 0xbba1, 0x1b0f: 0xbbb9, 0x1b10: 0xbbd1, 0x1b11: 0x10e1, + 0x1b12: 0x10f9, 0x1b13: 0xbbe9, 0x1b14: 0x2079, 0x1b15: 0xbc21, 0x1b16: 0xbac9, 0x1b17: 0x1429, + 0x1b18: 0xbb11, 0x1b19: 0x10e1, 0x1b1a: 0x1111, 0x1b1b: 0x2109, 0x1b1c: 0xbab1, 0x1b1d: 0x1099, + 0x1b1e: 0x10b1, 0x1b1f: 0x10c9, 0x1b20: 0xbac9, 0x1b21: 0xbae1, 0x1b22: 0xbaf9, 0x1b23: 0x1429, + 0x1b24: 0x1a31, 0x1b25: 0xbb11, 0x1b26: 0xbb29, 0x1b27: 0xbb41, 0x1b28: 0xbb59, 0x1b29: 0xbb71, + 0x1b2a: 0xbb89, 0x1b2b: 0x2109, 0x1b2c: 0x1111, 0x1b2d: 0x1429, 0x1b2e: 0xbba1, 0x1b2f: 0xbbb9, + 0x1b30: 0xbbd1, 0x1b31: 0x10e1, 0x1b32: 0x10f9, 0x1b33: 0xbbe9, 0x1b34: 0x2079, 0x1b35: 0xbc01, + 0x1b36: 0xbab1, 0x1b37: 0x1099, 0x1b38: 0x10b1, 0x1b39: 0x10c9, 0x1b3a: 0xbac9, 0x1b3b: 0xbae1, + 0x1b3c: 0xbaf9, 0x1b3d: 0x1429, 0x1b3e: 0x1a31, 0x1b3f: 0xbb11, + // Block 0x6d, offset 0x1b40 + 0x1b40: 0xbb29, 0x1b41: 0xbb41, 0x1b42: 0xbb59, 0x1b43: 0xbb71, 0x1b44: 0xbb89, 0x1b45: 0x2109, + 0x1b46: 0x1111, 0x1b47: 0xbba1, 0x1b48: 0xbba1, 0x1b49: 0xbbb9, 0x1b4a: 0xbbd1, 0x1b4b: 0x10e1, + 0x1b4c: 0x10f9, 0x1b4d: 0xbbe9, 0x1b4e: 0x2079, 0x1b4f: 0xbc21, 0x1b50: 0xbac9, 0x1b51: 0x1429, + 0x1b52: 0xbb11, 0x1b53: 0x10e1, 0x1b54: 0x1111, 0x1b55: 0x2109, 0x1b56: 0xbab1, 0x1b57: 0x1099, + 0x1b58: 0x10b1, 0x1b59: 0x10c9, 0x1b5a: 0xbac9, 0x1b5b: 0xbae1, 0x1b5c: 0xbaf9, 0x1b5d: 0x1429, + 0x1b5e: 0x1a31, 0x1b5f: 0xbb11, 0x1b60: 0xbb29, 0x1b61: 0xbb41, 0x1b62: 0xbb59, 0x1b63: 0xbb71, + 0x1b64: 0xbb89, 0x1b65: 0x2109, 0x1b66: 0x1111, 0x1b67: 0x1429, 0x1b68: 0xbba1, 0x1b69: 0xbbb9, + 0x1b6a: 0xbbd1, 0x1b6b: 0x10e1, 0x1b6c: 0x10f9, 0x1b6d: 0xbbe9, 0x1b6e: 0x2079, 0x1b6f: 0xbc01, + 0x1b70: 0xbab1, 0x1b71: 0x1099, 0x1b72: 0x10b1, 0x1b73: 0x10c9, 0x1b74: 0xbac9, 0x1b75: 0xbae1, + 0x1b76: 0xbaf9, 0x1b77: 0x1429, 0x1b78: 0x1a31, 0x1b79: 0xbb11, 0x1b7a: 0xbb29, 0x1b7b: 0xbb41, + 0x1b7c: 0xbb59, 0x1b7d: 0xbb71, 0x1b7e: 0xbb89, 0x1b7f: 0x2109, + // Block 0x6e, offset 0x1b80 + 0x1b80: 0x1111, 0x1b81: 0xbba1, 0x1b82: 0xbba1, 0x1b83: 0xbbb9, 0x1b84: 0xbbd1, 0x1b85: 0x10e1, + 0x1b86: 0x10f9, 0x1b87: 0xbbe9, 0x1b88: 0x2079, 0x1b89: 0xbc21, 0x1b8a: 0xbac9, 0x1b8b: 0x1429, + 0x1b8c: 0xbb11, 0x1b8d: 0x10e1, 0x1b8e: 0x1111, 0x1b8f: 0x2109, 0x1b90: 0xbab1, 0x1b91: 0x1099, + 0x1b92: 0x10b1, 0x1b93: 0x10c9, 0x1b94: 0xbac9, 0x1b95: 0xbae1, 0x1b96: 0xbaf9, 0x1b97: 0x1429, + 0x1b98: 0x1a31, 0x1b99: 0xbb11, 0x1b9a: 0xbb29, 0x1b9b: 0xbb41, 0x1b9c: 0xbb59, 0x1b9d: 0xbb71, + 0x1b9e: 0xbb89, 0x1b9f: 0x2109, 0x1ba0: 0x1111, 0x1ba1: 0x1429, 0x1ba2: 0xbba1, 0x1ba3: 0xbbb9, + 0x1ba4: 0xbbd1, 0x1ba5: 0x10e1, 0x1ba6: 0x10f9, 0x1ba7: 0xbbe9, 0x1ba8: 0x2079, 0x1ba9: 0xbc01, + 0x1baa: 0xbab1, 0x1bab: 0x1099, 0x1bac: 0x10b1, 0x1bad: 0x10c9, 0x1bae: 0xbac9, 0x1baf: 0xbae1, + 0x1bb0: 0xbaf9, 0x1bb1: 0x1429, 0x1bb2: 0x1a31, 0x1bb3: 0xbb11, 0x1bb4: 0xbb29, 0x1bb5: 0xbb41, + 0x1bb6: 0xbb59, 0x1bb7: 0xbb71, 0x1bb8: 0xbb89, 0x1bb9: 0x2109, 0x1bba: 0x1111, 0x1bbb: 0xbba1, + 0x1bbc: 0xbba1, 0x1bbd: 0xbbb9, 0x1bbe: 0xbbd1, 0x1bbf: 0x10e1, + // Block 0x6f, offset 0x1bc0 + 0x1bc0: 0x10f9, 0x1bc1: 0xbbe9, 0x1bc2: 0x2079, 0x1bc3: 0xbc21, 0x1bc4: 0xbac9, 0x1bc5: 0x1429, + 0x1bc6: 0xbb11, 0x1bc7: 0x10e1, 0x1bc8: 0x1111, 0x1bc9: 0x2109, 0x1bca: 0xbc41, 0x1bcb: 0xbc41, + 0x1bcc: 0x0040, 0x1bcd: 0x0040, 0x1bce: 0x1f41, 0x1bcf: 0x00c9, 0x1bd0: 0x0069, 0x1bd1: 0x0079, + 0x1bd2: 0x1f51, 0x1bd3: 0x1f61, 0x1bd4: 0x1f71, 0x1bd5: 0x1f81, 0x1bd6: 0x1f91, 0x1bd7: 0x1fa1, + 0x1bd8: 0x1f41, 0x1bd9: 0x00c9, 0x1bda: 0x0069, 0x1bdb: 0x0079, 0x1bdc: 0x1f51, 0x1bdd: 0x1f61, + 0x1bde: 0x1f71, 0x1bdf: 0x1f81, 0x1be0: 0x1f91, 0x1be1: 0x1fa1, 0x1be2: 0x1f41, 0x1be3: 0x00c9, + 0x1be4: 0x0069, 0x1be5: 0x0079, 0x1be6: 0x1f51, 0x1be7: 0x1f61, 0x1be8: 0x1f71, 0x1be9: 0x1f81, + 0x1bea: 0x1f91, 0x1beb: 0x1fa1, 0x1bec: 0x1f41, 0x1bed: 0x00c9, 0x1bee: 0x0069, 0x1bef: 0x0079, + 0x1bf0: 0x1f51, 0x1bf1: 0x1f61, 0x1bf2: 0x1f71, 0x1bf3: 0x1f81, 0x1bf4: 0x1f91, 0x1bf5: 0x1fa1, + 0x1bf6: 0x1f41, 0x1bf7: 0x00c9, 0x1bf8: 0x0069, 0x1bf9: 0x0079, 0x1bfa: 0x1f51, 0x1bfb: 0x1f61, + 0x1bfc: 0x1f71, 0x1bfd: 0x1f81, 0x1bfe: 0x1f91, 0x1bff: 0x1fa1, + // Block 0x70, offset 0x1c00 + 0x1c00: 0xe115, 0x1c01: 0xe115, 0x1c02: 0xe135, 0x1c03: 0xe135, 0x1c04: 0xe115, 0x1c05: 0xe115, + 0x1c06: 0xe175, 0x1c07: 0xe175, 0x1c08: 0xe115, 0x1c09: 0xe115, 0x1c0a: 0xe135, 0x1c0b: 0xe135, + 0x1c0c: 0xe115, 0x1c0d: 0xe115, 0x1c0e: 0xe1f5, 0x1c0f: 0xe1f5, 0x1c10: 0xe115, 0x1c11: 0xe115, + 0x1c12: 0xe135, 0x1c13: 0xe135, 0x1c14: 0xe115, 0x1c15: 0xe115, 0x1c16: 0xe175, 0x1c17: 0xe175, + 0x1c18: 0xe115, 0x1c19: 0xe115, 0x1c1a: 0xe135, 0x1c1b: 0xe135, 0x1c1c: 0xe115, 0x1c1d: 0xe115, + 0x1c1e: 0x8b05, 0x1c1f: 0x8b05, 0x1c20: 0x04b5, 0x1c21: 0x04b5, 0x1c22: 0x0a08, 0x1c23: 0x0a08, + 0x1c24: 0x0a08, 0x1c25: 0x0a08, 0x1c26: 0x0a08, 0x1c27: 0x0a08, 0x1c28: 0x0a08, 0x1c29: 0x0a08, + 0x1c2a: 0x0a08, 0x1c2b: 0x0a08, 0x1c2c: 0x0a08, 0x1c2d: 0x0a08, 0x1c2e: 0x0a08, 0x1c2f: 0x0a08, + 0x1c30: 0x0a08, 0x1c31: 0x0a08, 0x1c32: 0x0a08, 0x1c33: 0x0a08, 0x1c34: 0x0a08, 0x1c35: 0x0a08, + 0x1c36: 0x0a08, 0x1c37: 0x0a08, 0x1c38: 0x0a08, 0x1c39: 0x0a08, 0x1c3a: 0x0a08, 0x1c3b: 0x0a08, + 0x1c3c: 0x0a08, 0x1c3d: 0x0a08, 0x1c3e: 0x0a08, 0x1c3f: 0x0a08, + // Block 0x71, offset 0x1c40 + 0x1c40: 0xb189, 0x1c41: 0xb1a1, 0x1c42: 0xb201, 0x1c43: 0xb249, 0x1c44: 0x0040, 0x1c45: 0xb411, + 0x1c46: 0xb291, 0x1c47: 0xb219, 0x1c48: 0xb309, 0x1c49: 0xb429, 0x1c4a: 0xb399, 0x1c4b: 0xb3b1, + 0x1c4c: 0xb3c9, 0x1c4d: 0xb3e1, 0x1c4e: 0xb2a9, 0x1c4f: 0xb339, 0x1c50: 0xb369, 0x1c51: 0xb2d9, + 0x1c52: 0xb381, 0x1c53: 0xb279, 0x1c54: 0xb2c1, 0x1c55: 0xb1d1, 0x1c56: 0xb1e9, 0x1c57: 0xb231, + 0x1c58: 0xb261, 0x1c59: 0xb2f1, 0x1c5a: 0xb321, 0x1c5b: 0xb351, 0x1c5c: 0xbc59, 0x1c5d: 0x7949, + 0x1c5e: 0xbc71, 0x1c5f: 0xbc89, 0x1c60: 0x0040, 0x1c61: 0xb1a1, 0x1c62: 0xb201, 0x1c63: 0x0040, + 0x1c64: 0xb3f9, 0x1c65: 0x0040, 0x1c66: 0x0040, 0x1c67: 0xb219, 0x1c68: 0x0040, 0x1c69: 0xb429, + 0x1c6a: 0xb399, 0x1c6b: 0xb3b1, 0x1c6c: 0xb3c9, 0x1c6d: 0xb3e1, 0x1c6e: 0xb2a9, 0x1c6f: 0xb339, + 0x1c70: 0xb369, 0x1c71: 0xb2d9, 0x1c72: 0xb381, 0x1c73: 0x0040, 0x1c74: 0xb2c1, 0x1c75: 0xb1d1, + 0x1c76: 0xb1e9, 0x1c77: 0xb231, 0x1c78: 0x0040, 0x1c79: 0xb2f1, 0x1c7a: 0x0040, 0x1c7b: 0xb351, + 0x1c7c: 0x0040, 0x1c7d: 0x0040, 0x1c7e: 0x0040, 0x1c7f: 0x0040, + // Block 0x72, offset 0x1c80 + 0x1c80: 0x0040, 0x1c81: 0x0040, 0x1c82: 0xb201, 0x1c83: 0x0040, 0x1c84: 0x0040, 0x1c85: 0x0040, + 0x1c86: 0x0040, 0x1c87: 0xb219, 0x1c88: 0x0040, 0x1c89: 0xb429, 0x1c8a: 0x0040, 0x1c8b: 0xb3b1, + 0x1c8c: 0x0040, 0x1c8d: 0xb3e1, 0x1c8e: 0xb2a9, 0x1c8f: 0xb339, 0x1c90: 0x0040, 0x1c91: 0xb2d9, + 0x1c92: 0xb381, 0x1c93: 0x0040, 0x1c94: 0xb2c1, 0x1c95: 0x0040, 0x1c96: 0x0040, 0x1c97: 0xb231, + 0x1c98: 0x0040, 0x1c99: 0xb2f1, 0x1c9a: 0x0040, 0x1c9b: 0xb351, 0x1c9c: 0x0040, 0x1c9d: 0x7949, + 0x1c9e: 0x0040, 0x1c9f: 0xbc89, 0x1ca0: 0x0040, 0x1ca1: 0xb1a1, 0x1ca2: 0xb201, 0x1ca3: 0x0040, + 0x1ca4: 0xb3f9, 0x1ca5: 0x0040, 0x1ca6: 0x0040, 0x1ca7: 0xb219, 0x1ca8: 0xb309, 0x1ca9: 0xb429, + 0x1caa: 0xb399, 0x1cab: 0x0040, 0x1cac: 0xb3c9, 0x1cad: 0xb3e1, 0x1cae: 0xb2a9, 0x1caf: 0xb339, + 0x1cb0: 0xb369, 0x1cb1: 0xb2d9, 0x1cb2: 0xb381, 0x1cb3: 0x0040, 0x1cb4: 0xb2c1, 0x1cb5: 0xb1d1, + 0x1cb6: 0xb1e9, 0x1cb7: 0xb231, 0x1cb8: 0x0040, 0x1cb9: 0xb2f1, 0x1cba: 0xb321, 0x1cbb: 0xb351, + 0x1cbc: 0xbc59, 0x1cbd: 0x0040, 0x1cbe: 0xbc71, 0x1cbf: 0x0040, + // Block 0x73, offset 0x1cc0 + 0x1cc0: 0xb189, 0x1cc1: 0xb1a1, 0x1cc2: 0xb201, 0x1cc3: 0xb249, 0x1cc4: 0xb3f9, 0x1cc5: 0xb411, + 0x1cc6: 0xb291, 0x1cc7: 0xb219, 0x1cc8: 0xb309, 0x1cc9: 0xb429, 0x1cca: 0x0040, 0x1ccb: 0xb3b1, + 0x1ccc: 0xb3c9, 0x1ccd: 0xb3e1, 0x1cce: 0xb2a9, 0x1ccf: 0xb339, 0x1cd0: 0xb369, 0x1cd1: 0xb2d9, + 0x1cd2: 0xb381, 0x1cd3: 0xb279, 0x1cd4: 0xb2c1, 0x1cd5: 0xb1d1, 0x1cd6: 0xb1e9, 0x1cd7: 0xb231, + 0x1cd8: 0xb261, 0x1cd9: 0xb2f1, 0x1cda: 0xb321, 0x1cdb: 0xb351, 0x1cdc: 0x0040, 0x1cdd: 0x0040, + 0x1cde: 0x0040, 0x1cdf: 0x0040, 0x1ce0: 0x0040, 0x1ce1: 0xb1a1, 0x1ce2: 0xb201, 0x1ce3: 0xb249, + 0x1ce4: 0x0040, 0x1ce5: 0xb411, 0x1ce6: 0xb291, 0x1ce7: 0xb219, 0x1ce8: 0xb309, 0x1ce9: 0xb429, + 0x1cea: 0x0040, 0x1ceb: 0xb3b1, 0x1cec: 0xb3c9, 0x1ced: 0xb3e1, 0x1cee: 0xb2a9, 0x1cef: 0xb339, + 0x1cf0: 0xb369, 0x1cf1: 0xb2d9, 0x1cf2: 0xb381, 0x1cf3: 0xb279, 0x1cf4: 0xb2c1, 0x1cf5: 0xb1d1, + 0x1cf6: 0xb1e9, 0x1cf7: 0xb231, 0x1cf8: 0xb261, 0x1cf9: 0xb2f1, 0x1cfa: 0xb321, 0x1cfb: 0xb351, + 0x1cfc: 0x0040, 0x1cfd: 0x0040, 0x1cfe: 0x0040, 0x1cff: 0x0040, + // Block 0x74, offset 0x1d00 + 0x1d00: 0x0040, 0x1d01: 0xbca2, 0x1d02: 0xbcba, 0x1d03: 0xbcd2, 0x1d04: 0xbcea, 0x1d05: 0xbd02, + 0x1d06: 0xbd1a, 0x1d07: 0xbd32, 0x1d08: 0xbd4a, 0x1d09: 0xbd62, 0x1d0a: 0xbd7a, 0x1d0b: 0x0018, + 0x1d0c: 0x0018, 0x1d0d: 0x0040, 0x1d0e: 0x0040, 0x1d0f: 0x0040, 0x1d10: 0xbd92, 0x1d11: 0xbdb2, + 0x1d12: 0xbdd2, 0x1d13: 0xbdf2, 0x1d14: 0xbe12, 0x1d15: 0xbe32, 0x1d16: 0xbe52, 0x1d17: 0xbe72, + 0x1d18: 0xbe92, 0x1d19: 0xbeb2, 0x1d1a: 0xbed2, 0x1d1b: 0xbef2, 0x1d1c: 0xbf12, 0x1d1d: 0xbf32, + 0x1d1e: 0xbf52, 0x1d1f: 0xbf72, 0x1d20: 0xbf92, 0x1d21: 0xbfb2, 0x1d22: 0xbfd2, 0x1d23: 0xbff2, + 0x1d24: 0xc012, 0x1d25: 0xc032, 0x1d26: 0xc052, 0x1d27: 0xc072, 0x1d28: 0xc092, 0x1d29: 0xc0b2, + 0x1d2a: 0xc0d1, 0x1d2b: 0x1159, 0x1d2c: 0x0269, 0x1d2d: 0x6671, 0x1d2e: 0xc111, 0x1d2f: 0x0040, + 0x1d30: 0x0039, 0x1d31: 0x0ee9, 0x1d32: 0x1159, 0x1d33: 0x0ef9, 0x1d34: 0x0f09, 0x1d35: 0x1199, + 0x1d36: 0x0f31, 0x1d37: 0x0249, 0x1d38: 0x0f41, 0x1d39: 0x0259, 0x1d3a: 0x0f51, 0x1d3b: 0x0359, + 0x1d3c: 0x0f61, 0x1d3d: 0x0f71, 0x1d3e: 0x00d9, 0x1d3f: 0x0f99, + // Block 0x75, offset 0x1d40 + 0x1d40: 0x2039, 0x1d41: 0x0269, 0x1d42: 0x01d9, 0x1d43: 0x0fa9, 0x1d44: 0x0fb9, 0x1d45: 0x1089, + 0x1d46: 0x0279, 0x1d47: 0x0369, 0x1d48: 0x0289, 0x1d49: 0x13d1, 0x1d4a: 0xc129, 0x1d4b: 0x65b1, + 0x1d4c: 0xc141, 0x1d4d: 0x1441, 0x1d4e: 0xc159, 0x1d4f: 0xc179, 0x1d50: 0x0018, 0x1d51: 0x0018, + 0x1d52: 0x0018, 0x1d53: 0x0018, 0x1d54: 0x0018, 0x1d55: 0x0018, 0x1d56: 0x0018, 0x1d57: 0x0018, + 0x1d58: 0x0018, 0x1d59: 0x0018, 0x1d5a: 0x0018, 0x1d5b: 0x0018, 0x1d5c: 0x0018, 0x1d5d: 0x0018, + 0x1d5e: 0x0018, 0x1d5f: 0x0018, 0x1d60: 0x0018, 0x1d61: 0x0018, 0x1d62: 0x0018, 0x1d63: 0x0018, + 0x1d64: 0x0018, 0x1d65: 0x0018, 0x1d66: 0x0018, 0x1d67: 0x0018, 0x1d68: 0x0018, 0x1d69: 0x0018, + 0x1d6a: 0xc191, 0x1d6b: 0xc1a9, 0x1d6c: 0x0040, 0x1d6d: 0x0040, 0x1d6e: 0x0040, 0x1d6f: 0x0040, + 0x1d70: 0x0018, 0x1d71: 0x0018, 0x1d72: 0x0018, 0x1d73: 0x0018, 0x1d74: 0x0018, 0x1d75: 0x0018, + 0x1d76: 0x0018, 0x1d77: 0x0018, 0x1d78: 0x0018, 0x1d79: 0x0018, 0x1d7a: 0x0018, 0x1d7b: 0x0018, + 0x1d7c: 0x0018, 0x1d7d: 0x0018, 0x1d7e: 0x0018, 0x1d7f: 0x0018, + // Block 0x76, offset 0x1d80 + 0x1d80: 0xc1d9, 0x1d81: 0xc211, 0x1d82: 0xc249, 0x1d83: 0x0040, 0x1d84: 0x0040, 0x1d85: 0x0040, + 0x1d86: 0x0040, 0x1d87: 0x0040, 0x1d88: 0x0040, 0x1d89: 0x0040, 0x1d8a: 0x0040, 0x1d8b: 0x0040, + 0x1d8c: 0x0040, 0x1d8d: 0x0040, 0x1d8e: 0x0040, 0x1d8f: 0x0040, 0x1d90: 0xc269, 0x1d91: 0xc289, + 0x1d92: 0xc2a9, 0x1d93: 0xc2c9, 0x1d94: 0xc2e9, 0x1d95: 0xc309, 0x1d96: 0xc329, 0x1d97: 0xc349, + 0x1d98: 0xc369, 0x1d99: 0xc389, 0x1d9a: 0xc3a9, 0x1d9b: 0xc3c9, 0x1d9c: 0xc3e9, 0x1d9d: 0xc409, + 0x1d9e: 0xc429, 0x1d9f: 0xc449, 0x1da0: 0xc469, 0x1da1: 0xc489, 0x1da2: 0xc4a9, 0x1da3: 0xc4c9, + 0x1da4: 0xc4e9, 0x1da5: 0xc509, 0x1da6: 0xc529, 0x1da7: 0xc549, 0x1da8: 0xc569, 0x1da9: 0xc589, + 0x1daa: 0xc5a9, 0x1dab: 0xc5c9, 0x1dac: 0xc5e9, 0x1dad: 0xc609, 0x1dae: 0xc629, 0x1daf: 0xc649, + 0x1db0: 0xc669, 0x1db1: 0xc689, 0x1db2: 0xc6a9, 0x1db3: 0xc6c9, 0x1db4: 0xc6e9, 0x1db5: 0xc709, + 0x1db6: 0xc729, 0x1db7: 0xc749, 0x1db8: 0xc769, 0x1db9: 0xc789, 0x1dba: 0xc7a9, 0x1dbb: 0xc7c9, + 0x1dbc: 0x0040, 0x1dbd: 0x0040, 0x1dbe: 0x0040, 0x1dbf: 0x0040, + // Block 0x77, offset 0x1dc0 + 0x1dc0: 0xcaf9, 0x1dc1: 0xcb19, 0x1dc2: 0xcb39, 0x1dc3: 0x8b1d, 0x1dc4: 0xcb59, 0x1dc5: 0xcb79, + 0x1dc6: 0xcb99, 0x1dc7: 0xcbb9, 0x1dc8: 0xcbd9, 0x1dc9: 0xcbf9, 0x1dca: 0xcc19, 0x1dcb: 0xcc39, + 0x1dcc: 0xcc59, 0x1dcd: 0x8b3d, 0x1dce: 0xcc79, 0x1dcf: 0xcc99, 0x1dd0: 0xccb9, 0x1dd1: 0xccd9, + 0x1dd2: 0x8b5d, 0x1dd3: 0xccf9, 0x1dd4: 0xcd19, 0x1dd5: 0xc429, 0x1dd6: 0x8b7d, 0x1dd7: 0xcd39, + 0x1dd8: 0xcd59, 0x1dd9: 0xcd79, 0x1dda: 0xcd99, 0x1ddb: 0xcdb9, 0x1ddc: 0x8b9d, 0x1ddd: 0xcdd9, + 0x1dde: 0xcdf9, 0x1ddf: 0xce19, 0x1de0: 0xce39, 0x1de1: 0xce59, 0x1de2: 0xc789, 0x1de3: 0xce79, + 0x1de4: 0xce99, 0x1de5: 0xceb9, 0x1de6: 0xced9, 0x1de7: 0xcef9, 0x1de8: 0xcf19, 0x1de9: 0xcf39, + 0x1dea: 0xcf59, 0x1deb: 0xcf79, 0x1dec: 0xcf99, 0x1ded: 0xcfb9, 0x1dee: 0xcfd9, 0x1def: 0xcff9, + 0x1df0: 0xd019, 0x1df1: 0xd039, 0x1df2: 0xd039, 0x1df3: 0xd039, 0x1df4: 0x8bbd, 0x1df5: 0xd059, + 0x1df6: 0xd079, 0x1df7: 0xd099, 0x1df8: 0x8bdd, 0x1df9: 0xd0b9, 0x1dfa: 0xd0d9, 0x1dfb: 0xd0f9, + 0x1dfc: 0xd119, 0x1dfd: 0xd139, 0x1dfe: 0xd159, 0x1dff: 0xd179, + // Block 0x78, offset 0x1e00 + 0x1e00: 0xd199, 0x1e01: 0xd1b9, 0x1e02: 0xd1d9, 0x1e03: 0xd1f9, 0x1e04: 0xd219, 0x1e05: 0xd239, + 0x1e06: 0xd239, 0x1e07: 0xd259, 0x1e08: 0xd279, 0x1e09: 0xd299, 0x1e0a: 0xd2b9, 0x1e0b: 0xd2d9, + 0x1e0c: 0xd2f9, 0x1e0d: 0xd319, 0x1e0e: 0xd339, 0x1e0f: 0xd359, 0x1e10: 0xd379, 0x1e11: 0xd399, + 0x1e12: 0xd3b9, 0x1e13: 0xd3d9, 0x1e14: 0xd3f9, 0x1e15: 0xd419, 0x1e16: 0xd439, 0x1e17: 0xd459, + 0x1e18: 0xd479, 0x1e19: 0x8bfd, 0x1e1a: 0xd499, 0x1e1b: 0xd4b9, 0x1e1c: 0xd4d9, 0x1e1d: 0xc309, + 0x1e1e: 0xd4f9, 0x1e1f: 0xd519, 0x1e20: 0x8c1d, 0x1e21: 0x8c3d, 0x1e22: 0xd539, 0x1e23: 0xd559, + 0x1e24: 0xd579, 0x1e25: 0xd599, 0x1e26: 0xd5b9, 0x1e27: 0xd5d9, 0x1e28: 0x2040, 0x1e29: 0xd5f9, + 0x1e2a: 0xd619, 0x1e2b: 0xd619, 0x1e2c: 0x8c5d, 0x1e2d: 0xd639, 0x1e2e: 0xd659, 0x1e2f: 0xd679, + 0x1e30: 0xd699, 0x1e31: 0x8c7d, 0x1e32: 0xd6b9, 0x1e33: 0xd6d9, 0x1e34: 0x2040, 0x1e35: 0xd6f9, + 0x1e36: 0xd719, 0x1e37: 0xd739, 0x1e38: 0xd759, 0x1e39: 0xd779, 0x1e3a: 0xd799, 0x1e3b: 0x8c9d, + 0x1e3c: 0xd7b9, 0x1e3d: 0x8cbd, 0x1e3e: 0xd7d9, 0x1e3f: 0xd7f9, + // Block 0x79, offset 0x1e40 + 0x1e40: 0xd819, 0x1e41: 0xd839, 0x1e42: 0xd859, 0x1e43: 0xd879, 0x1e44: 0xd899, 0x1e45: 0xd8b9, + 0x1e46: 0xd8d9, 0x1e47: 0xd8f9, 0x1e48: 0xd919, 0x1e49: 0x8cdd, 0x1e4a: 0xd939, 0x1e4b: 0xd959, + 0x1e4c: 0xd979, 0x1e4d: 0xd999, 0x1e4e: 0xd9b9, 0x1e4f: 0x8cfd, 0x1e50: 0xd9d9, 0x1e51: 0x8d1d, + 0x1e52: 0x8d3d, 0x1e53: 0xd9f9, 0x1e54: 0xda19, 0x1e55: 0xda19, 0x1e56: 0xda39, 0x1e57: 0x8d5d, + 0x1e58: 0x8d7d, 0x1e59: 0xda59, 0x1e5a: 0xda79, 0x1e5b: 0xda99, 0x1e5c: 0xdab9, 0x1e5d: 0xdad9, + 0x1e5e: 0xdaf9, 0x1e5f: 0xdb19, 0x1e60: 0xdb39, 0x1e61: 0xdb59, 0x1e62: 0xdb79, 0x1e63: 0xdb99, + 0x1e64: 0x8d9d, 0x1e65: 0xdbb9, 0x1e66: 0xdbd9, 0x1e67: 0xdbf9, 0x1e68: 0xdc19, 0x1e69: 0xdbf9, + 0x1e6a: 0xdc39, 0x1e6b: 0xdc59, 0x1e6c: 0xdc79, 0x1e6d: 0xdc99, 0x1e6e: 0xdcb9, 0x1e6f: 0xdcd9, + 0x1e70: 0xdcf9, 0x1e71: 0xdd19, 0x1e72: 0xdd39, 0x1e73: 0xdd59, 0x1e74: 0xdd79, 0x1e75: 0xdd99, + 0x1e76: 0xddb9, 0x1e77: 0xddd9, 0x1e78: 0x8dbd, 0x1e79: 0xddf9, 0x1e7a: 0xde19, 0x1e7b: 0xde39, + 0x1e7c: 0xde59, 0x1e7d: 0xde79, 0x1e7e: 0x8ddd, 0x1e7f: 0xde99, + // Block 0x7a, offset 0x1e80 + 0x1e80: 0xe599, 0x1e81: 0xe5b9, 0x1e82: 0xe5d9, 0x1e83: 0xe5f9, 0x1e84: 0xe619, 0x1e85: 0xe639, + 0x1e86: 0x8efd, 0x1e87: 0xe659, 0x1e88: 0xe679, 0x1e89: 0xe699, 0x1e8a: 0xe6b9, 0x1e8b: 0xe6d9, + 0x1e8c: 0xe6f9, 0x1e8d: 0x8f1d, 0x1e8e: 0xe719, 0x1e8f: 0xe739, 0x1e90: 0x8f3d, 0x1e91: 0x8f5d, + 0x1e92: 0xe759, 0x1e93: 0xe779, 0x1e94: 0xe799, 0x1e95: 0xe7b9, 0x1e96: 0xe7d9, 0x1e97: 0xe7f9, + 0x1e98: 0xe819, 0x1e99: 0xe839, 0x1e9a: 0xe859, 0x1e9b: 0x8f7d, 0x1e9c: 0xe879, 0x1e9d: 0x8f9d, + 0x1e9e: 0xe899, 0x1e9f: 0x2040, 0x1ea0: 0xe8b9, 0x1ea1: 0xe8d9, 0x1ea2: 0xe8f9, 0x1ea3: 0x8fbd, + 0x1ea4: 0xe919, 0x1ea5: 0xe939, 0x1ea6: 0x8fdd, 0x1ea7: 0x8ffd, 0x1ea8: 0xe959, 0x1ea9: 0xe979, + 0x1eaa: 0xe999, 0x1eab: 0xe9b9, 0x1eac: 0xe9d9, 0x1ead: 0xe9d9, 0x1eae: 0xe9f9, 0x1eaf: 0xea19, + 0x1eb0: 0xea39, 0x1eb1: 0xea59, 0x1eb2: 0xea79, 0x1eb3: 0xea99, 0x1eb4: 0xeab9, 0x1eb5: 0x901d, + 0x1eb6: 0xead9, 0x1eb7: 0x903d, 0x1eb8: 0xeaf9, 0x1eb9: 0x905d, 0x1eba: 0xeb19, 0x1ebb: 0x907d, + 0x1ebc: 0x909d, 0x1ebd: 0x90bd, 0x1ebe: 0xeb39, 0x1ebf: 0xeb59, + // Block 0x7b, offset 0x1ec0 + 0x1ec0: 0xeb79, 0x1ec1: 0x90dd, 0x1ec2: 0x90fd, 0x1ec3: 0x911d, 0x1ec4: 0x913d, 0x1ec5: 0xeb99, + 0x1ec6: 0xebb9, 0x1ec7: 0xebb9, 0x1ec8: 0xebd9, 0x1ec9: 0xebf9, 0x1eca: 0xec19, 0x1ecb: 0xec39, + 0x1ecc: 0xec59, 0x1ecd: 0x915d, 0x1ece: 0xec79, 0x1ecf: 0xec99, 0x1ed0: 0xecb9, 0x1ed1: 0xecd9, + 0x1ed2: 0x917d, 0x1ed3: 0xecf9, 0x1ed4: 0x919d, 0x1ed5: 0x91bd, 0x1ed6: 0xed19, 0x1ed7: 0xed39, + 0x1ed8: 0xed59, 0x1ed9: 0xed79, 0x1eda: 0xed99, 0x1edb: 0xedb9, 0x1edc: 0x91dd, 0x1edd: 0x91fd, + 0x1ede: 0x921d, 0x1edf: 0x2040, 0x1ee0: 0xedd9, 0x1ee1: 0x923d, 0x1ee2: 0xedf9, 0x1ee3: 0xee19, + 0x1ee4: 0xee39, 0x1ee5: 0x925d, 0x1ee6: 0xee59, 0x1ee7: 0xee79, 0x1ee8: 0xee99, 0x1ee9: 0xeeb9, + 0x1eea: 0xeed9, 0x1eeb: 0x927d, 0x1eec: 0xeef9, 0x1eed: 0xef19, 0x1eee: 0xef39, 0x1eef: 0xef59, + 0x1ef0: 0xef79, 0x1ef1: 0xef99, 0x1ef2: 0x929d, 0x1ef3: 0x92bd, 0x1ef4: 0xefb9, 0x1ef5: 0x92dd, + 0x1ef6: 0xefd9, 0x1ef7: 0x92fd, 0x1ef8: 0xeff9, 0x1ef9: 0xf019, 0x1efa: 0xf039, 0x1efb: 0x931d, + 0x1efc: 0x933d, 0x1efd: 0xf059, 0x1efe: 0x935d, 0x1eff: 0xf079, + // Block 0x7c, offset 0x1f00 + 0x1f00: 0xf6b9, 0x1f01: 0xf6d9, 0x1f02: 0xf6f9, 0x1f03: 0xf719, 0x1f04: 0xf739, 0x1f05: 0x951d, + 0x1f06: 0xf759, 0x1f07: 0xf779, 0x1f08: 0xf799, 0x1f09: 0xf7b9, 0x1f0a: 0xf7d9, 0x1f0b: 0x953d, + 0x1f0c: 0x955d, 0x1f0d: 0xf7f9, 0x1f0e: 0xf819, 0x1f0f: 0xf839, 0x1f10: 0xf859, 0x1f11: 0xf879, + 0x1f12: 0xf899, 0x1f13: 0x957d, 0x1f14: 0xf8b9, 0x1f15: 0xf8d9, 0x1f16: 0xf8f9, 0x1f17: 0xf919, + 0x1f18: 0x959d, 0x1f19: 0x95bd, 0x1f1a: 0xf939, 0x1f1b: 0xf959, 0x1f1c: 0xf979, 0x1f1d: 0x95dd, + 0x1f1e: 0xf999, 0x1f1f: 0xf9b9, 0x1f20: 0x6815, 0x1f21: 0x95fd, 0x1f22: 0xf9d9, 0x1f23: 0xf9f9, + 0x1f24: 0xfa19, 0x1f25: 0x961d, 0x1f26: 0xfa39, 0x1f27: 0xfa59, 0x1f28: 0xfa79, 0x1f29: 0xfa99, + 0x1f2a: 0xfab9, 0x1f2b: 0xfad9, 0x1f2c: 0xfaf9, 0x1f2d: 0x963d, 0x1f2e: 0xfb19, 0x1f2f: 0xfb39, + 0x1f30: 0xfb59, 0x1f31: 0x965d, 0x1f32: 0xfb79, 0x1f33: 0xfb99, 0x1f34: 0xfbb9, 0x1f35: 0xfbd9, + 0x1f36: 0x7b35, 0x1f37: 0x967d, 0x1f38: 0xfbf9, 0x1f39: 0xfc19, 0x1f3a: 0xfc39, 0x1f3b: 0x969d, + 0x1f3c: 0xfc59, 0x1f3d: 0x96bd, 0x1f3e: 0xfc79, 0x1f3f: 0xfc79, + // Block 0x7d, offset 0x1f40 + 0x1f40: 0xfc99, 0x1f41: 0x96dd, 0x1f42: 0xfcb9, 0x1f43: 0xfcd9, 0x1f44: 0xfcf9, 0x1f45: 0xfd19, + 0x1f46: 0xfd39, 0x1f47: 0xfd59, 0x1f48: 0xfd79, 0x1f49: 0x96fd, 0x1f4a: 0xfd99, 0x1f4b: 0xfdb9, + 0x1f4c: 0xfdd9, 0x1f4d: 0xfdf9, 0x1f4e: 0xfe19, 0x1f4f: 0xfe39, 0x1f50: 0x971d, 0x1f51: 0xfe59, + 0x1f52: 0x973d, 0x1f53: 0x975d, 0x1f54: 0x977d, 0x1f55: 0xfe79, 0x1f56: 0xfe99, 0x1f57: 0xfeb9, + 0x1f58: 0xfed9, 0x1f59: 0xfef9, 0x1f5a: 0xff19, 0x1f5b: 0xff39, 0x1f5c: 0xff59, 0x1f5d: 0x979d, + 0x1f5e: 0x0040, 0x1f5f: 0x0040, 0x1f60: 0x0040, 0x1f61: 0x0040, 0x1f62: 0x0040, 0x1f63: 0x0040, + 0x1f64: 0x0040, 0x1f65: 0x0040, 0x1f66: 0x0040, 0x1f67: 0x0040, 0x1f68: 0x0040, 0x1f69: 0x0040, + 0x1f6a: 0x0040, 0x1f6b: 0x0040, 0x1f6c: 0x0040, 0x1f6d: 0x0040, 0x1f6e: 0x0040, 0x1f6f: 0x0040, + 0x1f70: 0x0040, 0x1f71: 0x0040, 0x1f72: 0x0040, 0x1f73: 0x0040, 0x1f74: 0x0040, 0x1f75: 0x0040, + 0x1f76: 0x0040, 0x1f77: 0x0040, 0x1f78: 0x0040, 0x1f79: 0x0040, 0x1f7a: 0x0040, 0x1f7b: 0x0040, + 0x1f7c: 0x0040, 0x1f7d: 0x0040, 0x1f7e: 0x0040, 0x1f7f: 0x0040, +} + +// idnaIndex: 35 blocks, 2240 entries, 4480 bytes +// Block 0 is the zero block. +var idnaIndex = [2240]uint16{ + // Block 0x0, offset 0x0 + // Block 0x1, offset 0x40 + // Block 0x2, offset 0x80 + // Block 0x3, offset 0xc0 + 0xc2: 0x01, 0xc3: 0x7c, 0xc4: 0x02, 0xc5: 0x03, 0xc6: 0x04, 0xc7: 0x05, + 0xc8: 0x06, 0xc9: 0x7d, 0xca: 0x7e, 0xcb: 0x07, 0xcc: 0x7f, 0xcd: 0x08, 0xce: 0x09, 0xcf: 0x0a, + 0xd0: 0x80, 0xd1: 0x0b, 0xd2: 0x0c, 0xd3: 0x0d, 0xd4: 0x0e, 0xd5: 0x81, 0xd6: 0x82, 0xd7: 0x83, + 0xd8: 0x0f, 0xd9: 0x10, 0xda: 0x84, 0xdb: 0x11, 0xdc: 0x12, 0xdd: 0x85, 0xde: 0x86, 0xdf: 0x87, + 0xe0: 0x02, 0xe1: 0x03, 0xe2: 0x04, 0xe3: 0x05, 0xe4: 0x06, 0xe5: 0x07, 0xe6: 0x07, 0xe7: 0x07, + 0xe8: 0x07, 0xe9: 0x08, 0xea: 0x09, 0xeb: 0x07, 0xec: 0x07, 0xed: 0x0a, 0xee: 0x0b, 0xef: 0x0c, + 0xf0: 0x1c, 0xf1: 0x1d, 0xf2: 0x1d, 0xf3: 0x1f, 0xf4: 0x20, + // Block 0x4, offset 0x100 + 0x120: 0x88, 0x121: 0x89, 0x122: 0x8a, 0x123: 0x8b, 0x124: 0x8c, 0x125: 0x13, 0x126: 0x14, 0x127: 0x15, + 0x128: 0x16, 0x129: 0x17, 0x12a: 0x18, 0x12b: 0x19, 0x12c: 0x1a, 0x12d: 0x1b, 0x12e: 0x1c, 0x12f: 0x8d, + 0x130: 0x8e, 0x131: 0x1d, 0x132: 0x1e, 0x133: 0x1f, 0x134: 0x8f, 0x135: 0x20, 0x136: 0x90, 0x137: 0x91, + 0x138: 0x92, 0x139: 0x93, 0x13a: 0x21, 0x13b: 0x94, 0x13c: 0x95, 0x13d: 0x22, 0x13e: 0x23, 0x13f: 0x96, + // Block 0x5, offset 0x140 + 0x140: 0x97, 0x141: 0x98, 0x142: 0x99, 0x143: 0x9a, 0x144: 0x9b, 0x145: 0x9c, 0x146: 0x9d, 0x147: 0x9e, + 0x148: 0x9f, 0x149: 0xa0, 0x14a: 0xa1, 0x14b: 0xa2, 0x14c: 0xa3, 0x14d: 0xa4, 0x14e: 0xa5, 0x14f: 0xa6, + 0x150: 0xa7, 0x151: 0x9f, 0x152: 0x9f, 0x153: 0x9f, 0x154: 0x9f, 0x155: 0x9f, 0x156: 0x9f, 0x157: 0x9f, + 0x158: 0x9f, 0x159: 0xa8, 0x15a: 0xa9, 0x15b: 0xaa, 0x15c: 0xab, 0x15d: 0xac, 0x15e: 0xad, 0x15f: 0xae, + 0x160: 0xaf, 0x161: 0xb0, 0x162: 0xb1, 0x163: 0xb2, 0x164: 0xb3, 0x165: 0xb4, 0x166: 0xb5, 0x167: 0xb6, + 0x168: 0xb7, 0x169: 0xb8, 0x16a: 0xb9, 0x16b: 0xba, 0x16c: 0xbb, 0x16d: 0xbc, 0x16e: 0xbd, 0x16f: 0xbe, + 0x170: 0xbf, 0x171: 0xc0, 0x172: 0xc1, 0x173: 0xc2, 0x174: 0x24, 0x175: 0x25, 0x176: 0x26, 0x177: 0xc3, + 0x178: 0x27, 0x179: 0x27, 0x17a: 0x28, 0x17b: 0x27, 0x17c: 0xc4, 0x17d: 0x29, 0x17e: 0x2a, 0x17f: 0x2b, + // Block 0x6, offset 0x180 + 0x180: 0x2c, 0x181: 0x2d, 0x182: 0x2e, 0x183: 0xc5, 0x184: 0x2f, 0x185: 0x30, 0x186: 0xc6, 0x187: 0x9b, + 0x188: 0xc7, 0x189: 0xc8, 0x18a: 0x9b, 0x18b: 0x9b, 0x18c: 0xc9, 0x18d: 0x9b, 0x18e: 0x9b, 0x18f: 0xca, + 0x190: 0xcb, 0x191: 0x31, 0x192: 0x32, 0x193: 0x33, 0x194: 0x9b, 0x195: 0x9b, 0x196: 0x9b, 0x197: 0x9b, + 0x198: 0x9b, 0x199: 0x9b, 0x19a: 0x9b, 0x19b: 0x9b, 0x19c: 0x9b, 0x19d: 0x9b, 0x19e: 0x9b, 0x19f: 0x9b, + 0x1a0: 0x9b, 0x1a1: 0x9b, 0x1a2: 0x9b, 0x1a3: 0x9b, 0x1a4: 0x9b, 0x1a5: 0x9b, 0x1a6: 0x9b, 0x1a7: 0x9b, + 0x1a8: 0xcc, 0x1a9: 0xcd, 0x1aa: 0x9b, 0x1ab: 0xce, 0x1ac: 0x9b, 0x1ad: 0xcf, 0x1ae: 0xd0, 0x1af: 0xd1, + 0x1b0: 0xd2, 0x1b1: 0x34, 0x1b2: 0x27, 0x1b3: 0x35, 0x1b4: 0xd3, 0x1b5: 0xd4, 0x1b6: 0xd5, 0x1b7: 0xd6, + 0x1b8: 0xd7, 0x1b9: 0xd8, 0x1ba: 0xd9, 0x1bb: 0xda, 0x1bc: 0xdb, 0x1bd: 0xdc, 0x1be: 0xdd, 0x1bf: 0x36, + // Block 0x7, offset 0x1c0 + 0x1c0: 0x37, 0x1c1: 0xde, 0x1c2: 0xdf, 0x1c3: 0xe0, 0x1c4: 0xe1, 0x1c5: 0x38, 0x1c6: 0x39, 0x1c7: 0xe2, + 0x1c8: 0xe3, 0x1c9: 0x3a, 0x1ca: 0x3b, 0x1cb: 0x3c, 0x1cc: 0x3d, 0x1cd: 0x3e, 0x1ce: 0x3f, 0x1cf: 0x40, + 0x1d0: 0x9f, 0x1d1: 0x9f, 0x1d2: 0x9f, 0x1d3: 0x9f, 0x1d4: 0x9f, 0x1d5: 0x9f, 0x1d6: 0x9f, 0x1d7: 0x9f, + 0x1d8: 0x9f, 0x1d9: 0x9f, 0x1da: 0x9f, 0x1db: 0x9f, 0x1dc: 0x9f, 0x1dd: 0x9f, 0x1de: 0x9f, 0x1df: 0x9f, + 0x1e0: 0x9f, 0x1e1: 0x9f, 0x1e2: 0x9f, 0x1e3: 0x9f, 0x1e4: 0x9f, 0x1e5: 0x9f, 0x1e6: 0x9f, 0x1e7: 0x9f, + 0x1e8: 0x9f, 0x1e9: 0x9f, 0x1ea: 0x9f, 0x1eb: 0x9f, 0x1ec: 0x9f, 0x1ed: 0x9f, 0x1ee: 0x9f, 0x1ef: 0x9f, + 0x1f0: 0x9f, 0x1f1: 0x9f, 0x1f2: 0x9f, 0x1f3: 0x9f, 0x1f4: 0x9f, 0x1f5: 0x9f, 0x1f6: 0x9f, 0x1f7: 0x9f, + 0x1f8: 0x9f, 0x1f9: 0x9f, 0x1fa: 0x9f, 0x1fb: 0x9f, 0x1fc: 0x9f, 0x1fd: 0x9f, 0x1fe: 0x9f, 0x1ff: 0x9f, + // Block 0x8, offset 0x200 + 0x200: 0x9f, 0x201: 0x9f, 0x202: 0x9f, 0x203: 0x9f, 0x204: 0x9f, 0x205: 0x9f, 0x206: 0x9f, 0x207: 0x9f, + 0x208: 0x9f, 0x209: 0x9f, 0x20a: 0x9f, 0x20b: 0x9f, 0x20c: 0x9f, 0x20d: 0x9f, 0x20e: 0x9f, 0x20f: 0x9f, + 0x210: 0x9f, 0x211: 0x9f, 0x212: 0x9f, 0x213: 0x9f, 0x214: 0x9f, 0x215: 0x9f, 0x216: 0x9f, 0x217: 0x9f, + 0x218: 0x9f, 0x219: 0x9f, 0x21a: 0x9f, 0x21b: 0x9f, 0x21c: 0x9f, 0x21d: 0x9f, 0x21e: 0x9f, 0x21f: 0x9f, + 0x220: 0x9f, 0x221: 0x9f, 0x222: 0x9f, 0x223: 0x9f, 0x224: 0x9f, 0x225: 0x9f, 0x226: 0x9f, 0x227: 0x9f, + 0x228: 0x9f, 0x229: 0x9f, 0x22a: 0x9f, 0x22b: 0x9f, 0x22c: 0x9f, 0x22d: 0x9f, 0x22e: 0x9f, 0x22f: 0x9f, + 0x230: 0x9f, 0x231: 0x9f, 0x232: 0x9f, 0x233: 0x9f, 0x234: 0x9f, 0x235: 0x9f, 0x236: 0xb2, 0x237: 0x9b, + 0x238: 0x9f, 0x239: 0x9f, 0x23a: 0x9f, 0x23b: 0x9f, 0x23c: 0x9f, 0x23d: 0x9f, 0x23e: 0x9f, 0x23f: 0x9f, + // Block 0x9, offset 0x240 + 0x240: 0x9f, 0x241: 0x9f, 0x242: 0x9f, 0x243: 0x9f, 0x244: 0x9f, 0x245: 0x9f, 0x246: 0x9f, 0x247: 0x9f, + 0x248: 0x9f, 0x249: 0x9f, 0x24a: 0x9f, 0x24b: 0x9f, 0x24c: 0x9f, 0x24d: 0x9f, 0x24e: 0x9f, 0x24f: 0x9f, + 0x250: 0x9f, 0x251: 0x9f, 0x252: 0x9f, 0x253: 0x9f, 0x254: 0x9f, 0x255: 0x9f, 0x256: 0x9f, 0x257: 0x9f, + 0x258: 0x9f, 0x259: 0x9f, 0x25a: 0x9f, 0x25b: 0x9f, 0x25c: 0x9f, 0x25d: 0x9f, 0x25e: 0x9f, 0x25f: 0x9f, + 0x260: 0x9f, 0x261: 0x9f, 0x262: 0x9f, 0x263: 0x9f, 0x264: 0x9f, 0x265: 0x9f, 0x266: 0x9f, 0x267: 0x9f, + 0x268: 0x9f, 0x269: 0x9f, 0x26a: 0x9f, 0x26b: 0x9f, 0x26c: 0x9f, 0x26d: 0x9f, 0x26e: 0x9f, 0x26f: 0x9f, + 0x270: 0x9f, 0x271: 0x9f, 0x272: 0x9f, 0x273: 0x9f, 0x274: 0x9f, 0x275: 0x9f, 0x276: 0x9f, 0x277: 0x9f, + 0x278: 0x9f, 0x279: 0x9f, 0x27a: 0x9f, 0x27b: 0x9f, 0x27c: 0x9f, 0x27d: 0x9f, 0x27e: 0x9f, 0x27f: 0x9f, + // Block 0xa, offset 0x280 + 0x280: 0x9f, 0x281: 0x9f, 0x282: 0x9f, 0x283: 0x9f, 0x284: 0x9f, 0x285: 0x9f, 0x286: 0x9f, 0x287: 0x9f, + 0x288: 0x9f, 0x289: 0x9f, 0x28a: 0x9f, 0x28b: 0x9f, 0x28c: 0x9f, 0x28d: 0x9f, 0x28e: 0x9f, 0x28f: 0x9f, + 0x290: 0x9f, 0x291: 0x9f, 0x292: 0x9f, 0x293: 0x9f, 0x294: 0x9f, 0x295: 0x9f, 0x296: 0x9f, 0x297: 0x9f, + 0x298: 0x9f, 0x299: 0x9f, 0x29a: 0x9f, 0x29b: 0x9f, 0x29c: 0x9f, 0x29d: 0x9f, 0x29e: 0x9f, 0x29f: 0x9f, + 0x2a0: 0x9f, 0x2a1: 0x9f, 0x2a2: 0x9f, 0x2a3: 0x9f, 0x2a4: 0x9f, 0x2a5: 0x9f, 0x2a6: 0x9f, 0x2a7: 0x9f, + 0x2a8: 0x9f, 0x2a9: 0x9f, 0x2aa: 0x9f, 0x2ab: 0x9f, 0x2ac: 0x9f, 0x2ad: 0x9f, 0x2ae: 0x9f, 0x2af: 0x9f, + 0x2b0: 0x9f, 0x2b1: 0x9f, 0x2b2: 0x9f, 0x2b3: 0x9f, 0x2b4: 0x9f, 0x2b5: 0x9f, 0x2b6: 0x9f, 0x2b7: 0x9f, + 0x2b8: 0x9f, 0x2b9: 0x9f, 0x2ba: 0x9f, 0x2bb: 0x9f, 0x2bc: 0x9f, 0x2bd: 0x9f, 0x2be: 0x9f, 0x2bf: 0xe4, + // Block 0xb, offset 0x2c0 + 0x2c0: 0x9f, 0x2c1: 0x9f, 0x2c2: 0x9f, 0x2c3: 0x9f, 0x2c4: 0x9f, 0x2c5: 0x9f, 0x2c6: 0x9f, 0x2c7: 0x9f, + 0x2c8: 0x9f, 0x2c9: 0x9f, 0x2ca: 0x9f, 0x2cb: 0x9f, 0x2cc: 0x9f, 0x2cd: 0x9f, 0x2ce: 0x9f, 0x2cf: 0x9f, + 0x2d0: 0x9f, 0x2d1: 0x9f, 0x2d2: 0xe5, 0x2d3: 0xe6, 0x2d4: 0x9f, 0x2d5: 0x9f, 0x2d6: 0x9f, 0x2d7: 0x9f, + 0x2d8: 0xe7, 0x2d9: 0x41, 0x2da: 0x42, 0x2db: 0xe8, 0x2dc: 0x43, 0x2dd: 0x44, 0x2de: 0x45, 0x2df: 0xe9, + 0x2e0: 0xea, 0x2e1: 0xeb, 0x2e2: 0xec, 0x2e3: 0xed, 0x2e4: 0xee, 0x2e5: 0xef, 0x2e6: 0xf0, 0x2e7: 0xf1, + 0x2e8: 0xf2, 0x2e9: 0xf3, 0x2ea: 0xf4, 0x2eb: 0xf5, 0x2ec: 0xf6, 0x2ed: 0xf7, 0x2ee: 0xf8, 0x2ef: 0xf9, + 0x2f0: 0x9f, 0x2f1: 0x9f, 0x2f2: 0x9f, 0x2f3: 0x9f, 0x2f4: 0x9f, 0x2f5: 0x9f, 0x2f6: 0x9f, 0x2f7: 0x9f, + 0x2f8: 0x9f, 0x2f9: 0x9f, 0x2fa: 0x9f, 0x2fb: 0x9f, 0x2fc: 0x9f, 0x2fd: 0x9f, 0x2fe: 0x9f, 0x2ff: 0x9f, + // Block 0xc, offset 0x300 + 0x300: 0x9f, 0x301: 0x9f, 0x302: 0x9f, 0x303: 0x9f, 0x304: 0x9f, 0x305: 0x9f, 0x306: 0x9f, 0x307: 0x9f, + 0x308: 0x9f, 0x309: 0x9f, 0x30a: 0x9f, 0x30b: 0x9f, 0x30c: 0x9f, 0x30d: 0x9f, 0x30e: 0x9f, 0x30f: 0x9f, + 0x310: 0x9f, 0x311: 0x9f, 0x312: 0x9f, 0x313: 0x9f, 0x314: 0x9f, 0x315: 0x9f, 0x316: 0x9f, 0x317: 0x9f, + 0x318: 0x9f, 0x319: 0x9f, 0x31a: 0x9f, 0x31b: 0x9f, 0x31c: 0x9f, 0x31d: 0x9f, 0x31e: 0xfa, 0x31f: 0xfb, + // Block 0xd, offset 0x340 + 0x340: 0xba, 0x341: 0xba, 0x342: 0xba, 0x343: 0xba, 0x344: 0xba, 0x345: 0xba, 0x346: 0xba, 0x347: 0xba, + 0x348: 0xba, 0x349: 0xba, 0x34a: 0xba, 0x34b: 0xba, 0x34c: 0xba, 0x34d: 0xba, 0x34e: 0xba, 0x34f: 0xba, + 0x350: 0xba, 0x351: 0xba, 0x352: 0xba, 0x353: 0xba, 0x354: 0xba, 0x355: 0xba, 0x356: 0xba, 0x357: 0xba, + 0x358: 0xba, 0x359: 0xba, 0x35a: 0xba, 0x35b: 0xba, 0x35c: 0xba, 0x35d: 0xba, 0x35e: 0xba, 0x35f: 0xba, + 0x360: 0xba, 0x361: 0xba, 0x362: 0xba, 0x363: 0xba, 0x364: 0xba, 0x365: 0xba, 0x366: 0xba, 0x367: 0xba, + 0x368: 0xba, 0x369: 0xba, 0x36a: 0xba, 0x36b: 0xba, 0x36c: 0xba, 0x36d: 0xba, 0x36e: 0xba, 0x36f: 0xba, + 0x370: 0xba, 0x371: 0xba, 0x372: 0xba, 0x373: 0xba, 0x374: 0xba, 0x375: 0xba, 0x376: 0xba, 0x377: 0xba, + 0x378: 0xba, 0x379: 0xba, 0x37a: 0xba, 0x37b: 0xba, 0x37c: 0xba, 0x37d: 0xba, 0x37e: 0xba, 0x37f: 0xba, + // Block 0xe, offset 0x380 + 0x380: 0xba, 0x381: 0xba, 0x382: 0xba, 0x383: 0xba, 0x384: 0xba, 0x385: 0xba, 0x386: 0xba, 0x387: 0xba, + 0x388: 0xba, 0x389: 0xba, 0x38a: 0xba, 0x38b: 0xba, 0x38c: 0xba, 0x38d: 0xba, 0x38e: 0xba, 0x38f: 0xba, + 0x390: 0xba, 0x391: 0xba, 0x392: 0xba, 0x393: 0xba, 0x394: 0xba, 0x395: 0xba, 0x396: 0xba, 0x397: 0xba, + 0x398: 0xba, 0x399: 0xba, 0x39a: 0xba, 0x39b: 0xba, 0x39c: 0xba, 0x39d: 0xba, 0x39e: 0xba, 0x39f: 0xba, + 0x3a0: 0xba, 0x3a1: 0xba, 0x3a2: 0xba, 0x3a3: 0xba, 0x3a4: 0xfc, 0x3a5: 0xfd, 0x3a6: 0xfe, 0x3a7: 0xff, + 0x3a8: 0x46, 0x3a9: 0x100, 0x3aa: 0x101, 0x3ab: 0x47, 0x3ac: 0x48, 0x3ad: 0x49, 0x3ae: 0x4a, 0x3af: 0x4b, + 0x3b0: 0x102, 0x3b1: 0x4c, 0x3b2: 0x4d, 0x3b3: 0x4e, 0x3b4: 0x4f, 0x3b5: 0x50, 0x3b6: 0x103, 0x3b7: 0x51, + 0x3b8: 0x52, 0x3b9: 0x53, 0x3ba: 0x54, 0x3bb: 0x55, 0x3bc: 0x56, 0x3bd: 0x57, 0x3be: 0x58, 0x3bf: 0x59, + // Block 0xf, offset 0x3c0 + 0x3c0: 0x104, 0x3c1: 0x105, 0x3c2: 0x9f, 0x3c3: 0x106, 0x3c4: 0x107, 0x3c5: 0x9b, 0x3c6: 0x108, 0x3c7: 0x109, + 0x3c8: 0xba, 0x3c9: 0xba, 0x3ca: 0x10a, 0x3cb: 0x10b, 0x3cc: 0x10c, 0x3cd: 0x10d, 0x3ce: 0x10e, 0x3cf: 0x10f, + 0x3d0: 0x110, 0x3d1: 0x9f, 0x3d2: 0x111, 0x3d3: 0x112, 0x3d4: 0x113, 0x3d5: 0x114, 0x3d6: 0xba, 0x3d7: 0xba, + 0x3d8: 0x9f, 0x3d9: 0x9f, 0x3da: 0x9f, 0x3db: 0x9f, 0x3dc: 0x115, 0x3dd: 0x116, 0x3de: 0xba, 0x3df: 0xba, + 0x3e0: 0x117, 0x3e1: 0x118, 0x3e2: 0x119, 0x3e3: 0x11a, 0x3e4: 0x11b, 0x3e5: 0xba, 0x3e6: 0x11c, 0x3e7: 0x11d, + 0x3e8: 0x11e, 0x3e9: 0x11f, 0x3ea: 0x120, 0x3eb: 0x5a, 0x3ec: 0x121, 0x3ed: 0x122, 0x3ee: 0x5b, 0x3ef: 0xba, + 0x3f0: 0x123, 0x3f1: 0x124, 0x3f2: 0x125, 0x3f3: 0x126, 0x3f4: 0xba, 0x3f5: 0xba, 0x3f6: 0xba, 0x3f7: 0xba, + 0x3f8: 0xba, 0x3f9: 0x127, 0x3fa: 0xba, 0x3fb: 0xba, 0x3fc: 0xba, 0x3fd: 0xba, 0x3fe: 0xba, 0x3ff: 0xba, + // Block 0x10, offset 0x400 + 0x400: 0x128, 0x401: 0x129, 0x402: 0x12a, 0x403: 0x12b, 0x404: 0x12c, 0x405: 0x12d, 0x406: 0x12e, 0x407: 0x12f, + 0x408: 0x130, 0x409: 0xba, 0x40a: 0x131, 0x40b: 0x132, 0x40c: 0x5c, 0x40d: 0x5d, 0x40e: 0xba, 0x40f: 0xba, + 0x410: 0x133, 0x411: 0x134, 0x412: 0x135, 0x413: 0x136, 0x414: 0xba, 0x415: 0xba, 0x416: 0x137, 0x417: 0x138, + 0x418: 0x139, 0x419: 0x13a, 0x41a: 0x13b, 0x41b: 0x13c, 0x41c: 0x13d, 0x41d: 0xba, 0x41e: 0xba, 0x41f: 0xba, + 0x420: 0xba, 0x421: 0xba, 0x422: 0x13e, 0x423: 0x13f, 0x424: 0xba, 0x425: 0xba, 0x426: 0xba, 0x427: 0xba, + 0x428: 0xba, 0x429: 0xba, 0x42a: 0xba, 0x42b: 0x140, 0x42c: 0xba, 0x42d: 0xba, 0x42e: 0xba, 0x42f: 0xba, + 0x430: 0x141, 0x431: 0x142, 0x432: 0x143, 0x433: 0xba, 0x434: 0xba, 0x435: 0xba, 0x436: 0xba, 0x437: 0xba, + 0x438: 0xba, 0x439: 0xba, 0x43a: 0xba, 0x43b: 0xba, 0x43c: 0xba, 0x43d: 0xba, 0x43e: 0xba, 0x43f: 0xba, + // Block 0x11, offset 0x440 + 0x440: 0x9f, 0x441: 0x9f, 0x442: 0x9f, 0x443: 0x9f, 0x444: 0x9f, 0x445: 0x9f, 0x446: 0x9f, 0x447: 0x9f, + 0x448: 0x9f, 0x449: 0x9f, 0x44a: 0x9f, 0x44b: 0x9f, 0x44c: 0x9f, 0x44d: 0x9f, 0x44e: 0x144, 0x44f: 0xba, + 0x450: 0x9b, 0x451: 0x145, 0x452: 0x9f, 0x453: 0x9f, 0x454: 0x9f, 0x455: 0x146, 0x456: 0xba, 0x457: 0xba, + 0x458: 0xba, 0x459: 0xba, 0x45a: 0xba, 0x45b: 0xba, 0x45c: 0xba, 0x45d: 0xba, 0x45e: 0xba, 0x45f: 0xba, + 0x460: 0xba, 0x461: 0xba, 0x462: 0xba, 0x463: 0xba, 0x464: 0xba, 0x465: 0xba, 0x466: 0xba, 0x467: 0xba, + 0x468: 0xba, 0x469: 0xba, 0x46a: 0xba, 0x46b: 0xba, 0x46c: 0xba, 0x46d: 0xba, 0x46e: 0xba, 0x46f: 0xba, + 0x470: 0xba, 0x471: 0xba, 0x472: 0xba, 0x473: 0xba, 0x474: 0xba, 0x475: 0xba, 0x476: 0xba, 0x477: 0xba, + 0x478: 0xba, 0x479: 0xba, 0x47a: 0xba, 0x47b: 0xba, 0x47c: 0xba, 0x47d: 0xba, 0x47e: 0xba, 0x47f: 0xba, + // Block 0x12, offset 0x480 + 0x480: 0x9f, 0x481: 0x9f, 0x482: 0x9f, 0x483: 0x9f, 0x484: 0x9f, 0x485: 0x9f, 0x486: 0x9f, 0x487: 0x9f, + 0x488: 0x9f, 0x489: 0x9f, 0x48a: 0x9f, 0x48b: 0x9f, 0x48c: 0x9f, 0x48d: 0x9f, 0x48e: 0x9f, 0x48f: 0x9f, + 0x490: 0x147, 0x491: 0xba, 0x492: 0xba, 0x493: 0xba, 0x494: 0xba, 0x495: 0xba, 0x496: 0xba, 0x497: 0xba, + 0x498: 0xba, 0x499: 0xba, 0x49a: 0xba, 0x49b: 0xba, 0x49c: 0xba, 0x49d: 0xba, 0x49e: 0xba, 0x49f: 0xba, + 0x4a0: 0xba, 0x4a1: 0xba, 0x4a2: 0xba, 0x4a3: 0xba, 0x4a4: 0xba, 0x4a5: 0xba, 0x4a6: 0xba, 0x4a7: 0xba, + 0x4a8: 0xba, 0x4a9: 0xba, 0x4aa: 0xba, 0x4ab: 0xba, 0x4ac: 0xba, 0x4ad: 0xba, 0x4ae: 0xba, 0x4af: 0xba, + 0x4b0: 0xba, 0x4b1: 0xba, 0x4b2: 0xba, 0x4b3: 0xba, 0x4b4: 0xba, 0x4b5: 0xba, 0x4b6: 0xba, 0x4b7: 0xba, + 0x4b8: 0xba, 0x4b9: 0xba, 0x4ba: 0xba, 0x4bb: 0xba, 0x4bc: 0xba, 0x4bd: 0xba, 0x4be: 0xba, 0x4bf: 0xba, + // Block 0x13, offset 0x4c0 + 0x4c0: 0xba, 0x4c1: 0xba, 0x4c2: 0xba, 0x4c3: 0xba, 0x4c4: 0xba, 0x4c5: 0xba, 0x4c6: 0xba, 0x4c7: 0xba, + 0x4c8: 0xba, 0x4c9: 0xba, 0x4ca: 0xba, 0x4cb: 0xba, 0x4cc: 0xba, 0x4cd: 0xba, 0x4ce: 0xba, 0x4cf: 0xba, + 0x4d0: 0x9f, 0x4d1: 0x9f, 0x4d2: 0x9f, 0x4d3: 0x9f, 0x4d4: 0x9f, 0x4d5: 0x9f, 0x4d6: 0x9f, 0x4d7: 0x9f, + 0x4d8: 0x9f, 0x4d9: 0x148, 0x4da: 0xba, 0x4db: 0xba, 0x4dc: 0xba, 0x4dd: 0xba, 0x4de: 0xba, 0x4df: 0xba, + 0x4e0: 0xba, 0x4e1: 0xba, 0x4e2: 0xba, 0x4e3: 0xba, 0x4e4: 0xba, 0x4e5: 0xba, 0x4e6: 0xba, 0x4e7: 0xba, + 0x4e8: 0xba, 0x4e9: 0xba, 0x4ea: 0xba, 0x4eb: 0xba, 0x4ec: 0xba, 0x4ed: 0xba, 0x4ee: 0xba, 0x4ef: 0xba, + 0x4f0: 0xba, 0x4f1: 0xba, 0x4f2: 0xba, 0x4f3: 0xba, 0x4f4: 0xba, 0x4f5: 0xba, 0x4f6: 0xba, 0x4f7: 0xba, + 0x4f8: 0xba, 0x4f9: 0xba, 0x4fa: 0xba, 0x4fb: 0xba, 0x4fc: 0xba, 0x4fd: 0xba, 0x4fe: 0xba, 0x4ff: 0xba, + // Block 0x14, offset 0x500 + 0x500: 0xba, 0x501: 0xba, 0x502: 0xba, 0x503: 0xba, 0x504: 0xba, 0x505: 0xba, 0x506: 0xba, 0x507: 0xba, + 0x508: 0xba, 0x509: 0xba, 0x50a: 0xba, 0x50b: 0xba, 0x50c: 0xba, 0x50d: 0xba, 0x50e: 0xba, 0x50f: 0xba, + 0x510: 0xba, 0x511: 0xba, 0x512: 0xba, 0x513: 0xba, 0x514: 0xba, 0x515: 0xba, 0x516: 0xba, 0x517: 0xba, + 0x518: 0xba, 0x519: 0xba, 0x51a: 0xba, 0x51b: 0xba, 0x51c: 0xba, 0x51d: 0xba, 0x51e: 0xba, 0x51f: 0xba, + 0x520: 0x9f, 0x521: 0x9f, 0x522: 0x9f, 0x523: 0x9f, 0x524: 0x9f, 0x525: 0x9f, 0x526: 0x9f, 0x527: 0x9f, + 0x528: 0x140, 0x529: 0x149, 0x52a: 0xba, 0x52b: 0x14a, 0x52c: 0x14b, 0x52d: 0x14c, 0x52e: 0x14d, 0x52f: 0xba, + 0x530: 0xba, 0x531: 0xba, 0x532: 0xba, 0x533: 0xba, 0x534: 0xba, 0x535: 0xba, 0x536: 0xba, 0x537: 0xba, + 0x538: 0xba, 0x539: 0xba, 0x53a: 0xba, 0x53b: 0xba, 0x53c: 0x9f, 0x53d: 0x14e, 0x53e: 0x14f, 0x53f: 0x150, + // Block 0x15, offset 0x540 + 0x540: 0x9f, 0x541: 0x9f, 0x542: 0x9f, 0x543: 0x9f, 0x544: 0x9f, 0x545: 0x9f, 0x546: 0x9f, 0x547: 0x9f, + 0x548: 0x9f, 0x549: 0x9f, 0x54a: 0x9f, 0x54b: 0x9f, 0x54c: 0x9f, 0x54d: 0x9f, 0x54e: 0x9f, 0x54f: 0x9f, + 0x550: 0x9f, 0x551: 0x9f, 0x552: 0x9f, 0x553: 0x9f, 0x554: 0x9f, 0x555: 0x9f, 0x556: 0x9f, 0x557: 0x9f, + 0x558: 0x9f, 0x559: 0x9f, 0x55a: 0x9f, 0x55b: 0x9f, 0x55c: 0x9f, 0x55d: 0x9f, 0x55e: 0x9f, 0x55f: 0x151, + 0x560: 0x9f, 0x561: 0x9f, 0x562: 0x9f, 0x563: 0x9f, 0x564: 0x9f, 0x565: 0x9f, 0x566: 0x9f, 0x567: 0x9f, + 0x568: 0x9f, 0x569: 0x9f, 0x56a: 0x9f, 0x56b: 0x152, 0x56c: 0xba, 0x56d: 0xba, 0x56e: 0xba, 0x56f: 0xba, + 0x570: 0xba, 0x571: 0xba, 0x572: 0xba, 0x573: 0xba, 0x574: 0xba, 0x575: 0xba, 0x576: 0xba, 0x577: 0xba, + 0x578: 0xba, 0x579: 0xba, 0x57a: 0xba, 0x57b: 0xba, 0x57c: 0xba, 0x57d: 0xba, 0x57e: 0xba, 0x57f: 0xba, + // Block 0x16, offset 0x580 + 0x580: 0x153, 0x581: 0xba, 0x582: 0xba, 0x583: 0xba, 0x584: 0xba, 0x585: 0xba, 0x586: 0xba, 0x587: 0xba, + 0x588: 0xba, 0x589: 0xba, 0x58a: 0xba, 0x58b: 0xba, 0x58c: 0xba, 0x58d: 0xba, 0x58e: 0xba, 0x58f: 0xba, + 0x590: 0xba, 0x591: 0xba, 0x592: 0xba, 0x593: 0xba, 0x594: 0xba, 0x595: 0xba, 0x596: 0xba, 0x597: 0xba, + 0x598: 0xba, 0x599: 0xba, 0x59a: 0xba, 0x59b: 0xba, 0x59c: 0xba, 0x59d: 0xba, 0x59e: 0xba, 0x59f: 0xba, + 0x5a0: 0xba, 0x5a1: 0xba, 0x5a2: 0xba, 0x5a3: 0xba, 0x5a4: 0xba, 0x5a5: 0xba, 0x5a6: 0xba, 0x5a7: 0xba, + 0x5a8: 0xba, 0x5a9: 0xba, 0x5aa: 0xba, 0x5ab: 0xba, 0x5ac: 0xba, 0x5ad: 0xba, 0x5ae: 0xba, 0x5af: 0xba, + 0x5b0: 0x9f, 0x5b1: 0x154, 0x5b2: 0x155, 0x5b3: 0xba, 0x5b4: 0xba, 0x5b5: 0xba, 0x5b6: 0xba, 0x5b7: 0xba, + 0x5b8: 0xba, 0x5b9: 0xba, 0x5ba: 0xba, 0x5bb: 0xba, 0x5bc: 0xba, 0x5bd: 0xba, 0x5be: 0xba, 0x5bf: 0xba, + // Block 0x17, offset 0x5c0 + 0x5c0: 0x9b, 0x5c1: 0x9b, 0x5c2: 0x9b, 0x5c3: 0x156, 0x5c4: 0x157, 0x5c5: 0x158, 0x5c6: 0x159, 0x5c7: 0x15a, + 0x5c8: 0x9b, 0x5c9: 0x15b, 0x5ca: 0xba, 0x5cb: 0xba, 0x5cc: 0x9b, 0x5cd: 0x15c, 0x5ce: 0xba, 0x5cf: 0xba, + 0x5d0: 0x5e, 0x5d1: 0x5f, 0x5d2: 0x60, 0x5d3: 0x61, 0x5d4: 0x62, 0x5d5: 0x63, 0x5d6: 0x64, 0x5d7: 0x65, + 0x5d8: 0x66, 0x5d9: 0x67, 0x5da: 0x68, 0x5db: 0x69, 0x5dc: 0x6a, 0x5dd: 0x6b, 0x5de: 0x6c, 0x5df: 0x6d, + 0x5e0: 0x9b, 0x5e1: 0x9b, 0x5e2: 0x9b, 0x5e3: 0x9b, 0x5e4: 0x9b, 0x5e5: 0x9b, 0x5e6: 0x9b, 0x5e7: 0x9b, + 0x5e8: 0x15d, 0x5e9: 0x15e, 0x5ea: 0x15f, 0x5eb: 0xba, 0x5ec: 0xba, 0x5ed: 0xba, 0x5ee: 0xba, 0x5ef: 0xba, + 0x5f0: 0xba, 0x5f1: 0xba, 0x5f2: 0xba, 0x5f3: 0xba, 0x5f4: 0xba, 0x5f5: 0xba, 0x5f6: 0xba, 0x5f7: 0xba, + 0x5f8: 0xba, 0x5f9: 0xba, 0x5fa: 0xba, 0x5fb: 0xba, 0x5fc: 0xba, 0x5fd: 0xba, 0x5fe: 0xba, 0x5ff: 0xba, + // Block 0x18, offset 0x600 + 0x600: 0x160, 0x601: 0xba, 0x602: 0xba, 0x603: 0xba, 0x604: 0xba, 0x605: 0xba, 0x606: 0xba, 0x607: 0xba, + 0x608: 0xba, 0x609: 0xba, 0x60a: 0xba, 0x60b: 0xba, 0x60c: 0xba, 0x60d: 0xba, 0x60e: 0xba, 0x60f: 0xba, + 0x610: 0xba, 0x611: 0xba, 0x612: 0xba, 0x613: 0xba, 0x614: 0xba, 0x615: 0xba, 0x616: 0xba, 0x617: 0xba, + 0x618: 0xba, 0x619: 0xba, 0x61a: 0xba, 0x61b: 0xba, 0x61c: 0xba, 0x61d: 0xba, 0x61e: 0xba, 0x61f: 0xba, + 0x620: 0x123, 0x621: 0x123, 0x622: 0x123, 0x623: 0x161, 0x624: 0x6e, 0x625: 0x162, 0x626: 0xba, 0x627: 0xba, + 0x628: 0xba, 0x629: 0xba, 0x62a: 0xba, 0x62b: 0xba, 0x62c: 0xba, 0x62d: 0xba, 0x62e: 0xba, 0x62f: 0xba, + 0x630: 0xba, 0x631: 0xba, 0x632: 0xba, 0x633: 0xba, 0x634: 0xba, 0x635: 0xba, 0x636: 0xba, 0x637: 0xba, + 0x638: 0x6f, 0x639: 0x70, 0x63a: 0x71, 0x63b: 0x163, 0x63c: 0xba, 0x63d: 0xba, 0x63e: 0xba, 0x63f: 0xba, + // Block 0x19, offset 0x640 + 0x640: 0x164, 0x641: 0x9b, 0x642: 0x165, 0x643: 0x166, 0x644: 0x72, 0x645: 0x73, 0x646: 0x167, 0x647: 0x168, + 0x648: 0x74, 0x649: 0x169, 0x64a: 0xba, 0x64b: 0xba, 0x64c: 0x9b, 0x64d: 0x9b, 0x64e: 0x9b, 0x64f: 0x9b, + 0x650: 0x9b, 0x651: 0x9b, 0x652: 0x9b, 0x653: 0x9b, 0x654: 0x9b, 0x655: 0x9b, 0x656: 0x9b, 0x657: 0x9b, + 0x658: 0x9b, 0x659: 0x9b, 0x65a: 0x9b, 0x65b: 0x16a, 0x65c: 0x9b, 0x65d: 0x16b, 0x65e: 0x9b, 0x65f: 0x16c, + 0x660: 0x16d, 0x661: 0x16e, 0x662: 0x16f, 0x663: 0xba, 0x664: 0x170, 0x665: 0x171, 0x666: 0x172, 0x667: 0x173, + 0x668: 0xba, 0x669: 0xba, 0x66a: 0xba, 0x66b: 0xba, 0x66c: 0xba, 0x66d: 0xba, 0x66e: 0xba, 0x66f: 0xba, + 0x670: 0xba, 0x671: 0xba, 0x672: 0xba, 0x673: 0xba, 0x674: 0xba, 0x675: 0xba, 0x676: 0xba, 0x677: 0xba, + 0x678: 0xba, 0x679: 0xba, 0x67a: 0xba, 0x67b: 0xba, 0x67c: 0xba, 0x67d: 0xba, 0x67e: 0xba, 0x67f: 0xba, + // Block 0x1a, offset 0x680 + 0x680: 0x9f, 0x681: 0x9f, 0x682: 0x9f, 0x683: 0x9f, 0x684: 0x9f, 0x685: 0x9f, 0x686: 0x9f, 0x687: 0x9f, + 0x688: 0x9f, 0x689: 0x9f, 0x68a: 0x9f, 0x68b: 0x9f, 0x68c: 0x9f, 0x68d: 0x9f, 0x68e: 0x9f, 0x68f: 0x9f, + 0x690: 0x9f, 0x691: 0x9f, 0x692: 0x9f, 0x693: 0x9f, 0x694: 0x9f, 0x695: 0x9f, 0x696: 0x9f, 0x697: 0x9f, + 0x698: 0x9f, 0x699: 0x9f, 0x69a: 0x9f, 0x69b: 0x174, 0x69c: 0x9f, 0x69d: 0x9f, 0x69e: 0x9f, 0x69f: 0x9f, + 0x6a0: 0x9f, 0x6a1: 0x9f, 0x6a2: 0x9f, 0x6a3: 0x9f, 0x6a4: 0x9f, 0x6a5: 0x9f, 0x6a6: 0x9f, 0x6a7: 0x9f, + 0x6a8: 0x9f, 0x6a9: 0x9f, 0x6aa: 0x9f, 0x6ab: 0x9f, 0x6ac: 0x9f, 0x6ad: 0x9f, 0x6ae: 0x9f, 0x6af: 0x9f, + 0x6b0: 0x9f, 0x6b1: 0x9f, 0x6b2: 0x9f, 0x6b3: 0x9f, 0x6b4: 0x9f, 0x6b5: 0x9f, 0x6b6: 0x9f, 0x6b7: 0x9f, + 0x6b8: 0x9f, 0x6b9: 0x9f, 0x6ba: 0x9f, 0x6bb: 0x9f, 0x6bc: 0x9f, 0x6bd: 0x9f, 0x6be: 0x9f, 0x6bf: 0x9f, + // Block 0x1b, offset 0x6c0 + 0x6c0: 0x9f, 0x6c1: 0x9f, 0x6c2: 0x9f, 0x6c3: 0x9f, 0x6c4: 0x9f, 0x6c5: 0x9f, 0x6c6: 0x9f, 0x6c7: 0x9f, + 0x6c8: 0x9f, 0x6c9: 0x9f, 0x6ca: 0x9f, 0x6cb: 0x9f, 0x6cc: 0x9f, 0x6cd: 0x9f, 0x6ce: 0x9f, 0x6cf: 0x9f, + 0x6d0: 0x9f, 0x6d1: 0x9f, 0x6d2: 0x9f, 0x6d3: 0x9f, 0x6d4: 0x9f, 0x6d5: 0x9f, 0x6d6: 0x9f, 0x6d7: 0x9f, + 0x6d8: 0x9f, 0x6d9: 0x9f, 0x6da: 0x9f, 0x6db: 0x9f, 0x6dc: 0x175, 0x6dd: 0x9f, 0x6de: 0x9f, 0x6df: 0x9f, + 0x6e0: 0x176, 0x6e1: 0x9f, 0x6e2: 0x9f, 0x6e3: 0x9f, 0x6e4: 0x9f, 0x6e5: 0x9f, 0x6e6: 0x9f, 0x6e7: 0x9f, + 0x6e8: 0x9f, 0x6e9: 0x9f, 0x6ea: 0x9f, 0x6eb: 0x9f, 0x6ec: 0x9f, 0x6ed: 0x9f, 0x6ee: 0x9f, 0x6ef: 0x9f, + 0x6f0: 0x9f, 0x6f1: 0x9f, 0x6f2: 0x9f, 0x6f3: 0x9f, 0x6f4: 0x9f, 0x6f5: 0x9f, 0x6f6: 0x9f, 0x6f7: 0x9f, + 0x6f8: 0x9f, 0x6f9: 0x9f, 0x6fa: 0x9f, 0x6fb: 0x9f, 0x6fc: 0x9f, 0x6fd: 0x9f, 0x6fe: 0x9f, 0x6ff: 0x9f, + // Block 0x1c, offset 0x700 + 0x700: 0x9f, 0x701: 0x9f, 0x702: 0x9f, 0x703: 0x9f, 0x704: 0x9f, 0x705: 0x9f, 0x706: 0x9f, 0x707: 0x9f, + 0x708: 0x9f, 0x709: 0x9f, 0x70a: 0x9f, 0x70b: 0x9f, 0x70c: 0x9f, 0x70d: 0x9f, 0x70e: 0x9f, 0x70f: 0x9f, + 0x710: 0x9f, 0x711: 0x9f, 0x712: 0x9f, 0x713: 0x9f, 0x714: 0x9f, 0x715: 0x9f, 0x716: 0x9f, 0x717: 0x9f, + 0x718: 0x9f, 0x719: 0x9f, 0x71a: 0x9f, 0x71b: 0x9f, 0x71c: 0x9f, 0x71d: 0x9f, 0x71e: 0x9f, 0x71f: 0x9f, + 0x720: 0x9f, 0x721: 0x9f, 0x722: 0x9f, 0x723: 0x9f, 0x724: 0x9f, 0x725: 0x9f, 0x726: 0x9f, 0x727: 0x9f, + 0x728: 0x9f, 0x729: 0x9f, 0x72a: 0x9f, 0x72b: 0x9f, 0x72c: 0x9f, 0x72d: 0x9f, 0x72e: 0x9f, 0x72f: 0x9f, + 0x730: 0x9f, 0x731: 0x9f, 0x732: 0x9f, 0x733: 0x9f, 0x734: 0x9f, 0x735: 0x9f, 0x736: 0x9f, 0x737: 0x9f, + 0x738: 0x9f, 0x739: 0x9f, 0x73a: 0x177, 0x73b: 0xba, 0x73c: 0xba, 0x73d: 0xba, 0x73e: 0xba, 0x73f: 0xba, + // Block 0x1d, offset 0x740 + 0x740: 0xba, 0x741: 0xba, 0x742: 0xba, 0x743: 0xba, 0x744: 0xba, 0x745: 0xba, 0x746: 0xba, 0x747: 0xba, + 0x748: 0xba, 0x749: 0xba, 0x74a: 0xba, 0x74b: 0xba, 0x74c: 0xba, 0x74d: 0xba, 0x74e: 0xba, 0x74f: 0xba, + 0x750: 0xba, 0x751: 0xba, 0x752: 0xba, 0x753: 0xba, 0x754: 0xba, 0x755: 0xba, 0x756: 0xba, 0x757: 0xba, + 0x758: 0xba, 0x759: 0xba, 0x75a: 0xba, 0x75b: 0xba, 0x75c: 0xba, 0x75d: 0xba, 0x75e: 0xba, 0x75f: 0xba, + 0x760: 0x75, 0x761: 0x76, 0x762: 0x77, 0x763: 0x178, 0x764: 0x78, 0x765: 0x79, 0x766: 0x179, 0x767: 0x7a, + 0x768: 0x7b, 0x769: 0xba, 0x76a: 0xba, 0x76b: 0xba, 0x76c: 0xba, 0x76d: 0xba, 0x76e: 0xba, 0x76f: 0xba, + 0x770: 0xba, 0x771: 0xba, 0x772: 0xba, 0x773: 0xba, 0x774: 0xba, 0x775: 0xba, 0x776: 0xba, 0x777: 0xba, + 0x778: 0xba, 0x779: 0xba, 0x77a: 0xba, 0x77b: 0xba, 0x77c: 0xba, 0x77d: 0xba, 0x77e: 0xba, 0x77f: 0xba, + // Block 0x1e, offset 0x780 + 0x790: 0x0d, 0x791: 0x0e, 0x792: 0x0f, 0x793: 0x10, 0x794: 0x11, 0x795: 0x0b, 0x796: 0x12, 0x797: 0x07, + 0x798: 0x13, 0x799: 0x0b, 0x79a: 0x0b, 0x79b: 0x14, 0x79c: 0x0b, 0x79d: 0x15, 0x79e: 0x16, 0x79f: 0x17, + 0x7a0: 0x07, 0x7a1: 0x07, 0x7a2: 0x07, 0x7a3: 0x07, 0x7a4: 0x07, 0x7a5: 0x07, 0x7a6: 0x07, 0x7a7: 0x07, + 0x7a8: 0x07, 0x7a9: 0x07, 0x7aa: 0x18, 0x7ab: 0x19, 0x7ac: 0x1a, 0x7ad: 0x0b, 0x7ae: 0x0b, 0x7af: 0x1b, + 0x7b0: 0x0b, 0x7b1: 0x0b, 0x7b2: 0x0b, 0x7b3: 0x0b, 0x7b4: 0x0b, 0x7b5: 0x0b, 0x7b6: 0x0b, 0x7b7: 0x0b, + 0x7b8: 0x0b, 0x7b9: 0x0b, 0x7ba: 0x0b, 0x7bb: 0x0b, 0x7bc: 0x0b, 0x7bd: 0x0b, 0x7be: 0x0b, 0x7bf: 0x0b, + // Block 0x1f, offset 0x7c0 + 0x7c0: 0x0b, 0x7c1: 0x0b, 0x7c2: 0x0b, 0x7c3: 0x0b, 0x7c4: 0x0b, 0x7c5: 0x0b, 0x7c6: 0x0b, 0x7c7: 0x0b, + 0x7c8: 0x0b, 0x7c9: 0x0b, 0x7ca: 0x0b, 0x7cb: 0x0b, 0x7cc: 0x0b, 0x7cd: 0x0b, 0x7ce: 0x0b, 0x7cf: 0x0b, + 0x7d0: 0x0b, 0x7d1: 0x0b, 0x7d2: 0x0b, 0x7d3: 0x0b, 0x7d4: 0x0b, 0x7d5: 0x0b, 0x7d6: 0x0b, 0x7d7: 0x0b, + 0x7d8: 0x0b, 0x7d9: 0x0b, 0x7da: 0x0b, 0x7db: 0x0b, 0x7dc: 0x0b, 0x7dd: 0x0b, 0x7de: 0x0b, 0x7df: 0x0b, + 0x7e0: 0x0b, 0x7e1: 0x0b, 0x7e2: 0x0b, 0x7e3: 0x0b, 0x7e4: 0x0b, 0x7e5: 0x0b, 0x7e6: 0x0b, 0x7e7: 0x0b, + 0x7e8: 0x0b, 0x7e9: 0x0b, 0x7ea: 0x0b, 0x7eb: 0x0b, 0x7ec: 0x0b, 0x7ed: 0x0b, 0x7ee: 0x0b, 0x7ef: 0x0b, + 0x7f0: 0x0b, 0x7f1: 0x0b, 0x7f2: 0x0b, 0x7f3: 0x0b, 0x7f4: 0x0b, 0x7f5: 0x0b, 0x7f6: 0x0b, 0x7f7: 0x0b, + 0x7f8: 0x0b, 0x7f9: 0x0b, 0x7fa: 0x0b, 0x7fb: 0x0b, 0x7fc: 0x0b, 0x7fd: 0x0b, 0x7fe: 0x0b, 0x7ff: 0x0b, + // Block 0x20, offset 0x800 + 0x800: 0x17a, 0x801: 0x17b, 0x802: 0xba, 0x803: 0xba, 0x804: 0x17c, 0x805: 0x17c, 0x806: 0x17c, 0x807: 0x17d, + 0x808: 0xba, 0x809: 0xba, 0x80a: 0xba, 0x80b: 0xba, 0x80c: 0xba, 0x80d: 0xba, 0x80e: 0xba, 0x80f: 0xba, + 0x810: 0xba, 0x811: 0xba, 0x812: 0xba, 0x813: 0xba, 0x814: 0xba, 0x815: 0xba, 0x816: 0xba, 0x817: 0xba, + 0x818: 0xba, 0x819: 0xba, 0x81a: 0xba, 0x81b: 0xba, 0x81c: 0xba, 0x81d: 0xba, 0x81e: 0xba, 0x81f: 0xba, + 0x820: 0xba, 0x821: 0xba, 0x822: 0xba, 0x823: 0xba, 0x824: 0xba, 0x825: 0xba, 0x826: 0xba, 0x827: 0xba, + 0x828: 0xba, 0x829: 0xba, 0x82a: 0xba, 0x82b: 0xba, 0x82c: 0xba, 0x82d: 0xba, 0x82e: 0xba, 0x82f: 0xba, + 0x830: 0xba, 0x831: 0xba, 0x832: 0xba, 0x833: 0xba, 0x834: 0xba, 0x835: 0xba, 0x836: 0xba, 0x837: 0xba, + 0x838: 0xba, 0x839: 0xba, 0x83a: 0xba, 0x83b: 0xba, 0x83c: 0xba, 0x83d: 0xba, 0x83e: 0xba, 0x83f: 0xba, + // Block 0x21, offset 0x840 + 0x840: 0x0b, 0x841: 0x0b, 0x842: 0x0b, 0x843: 0x0b, 0x844: 0x0b, 0x845: 0x0b, 0x846: 0x0b, 0x847: 0x0b, + 0x848: 0x0b, 0x849: 0x0b, 0x84a: 0x0b, 0x84b: 0x0b, 0x84c: 0x0b, 0x84d: 0x0b, 0x84e: 0x0b, 0x84f: 0x0b, + 0x850: 0x0b, 0x851: 0x0b, 0x852: 0x0b, 0x853: 0x0b, 0x854: 0x0b, 0x855: 0x0b, 0x856: 0x0b, 0x857: 0x0b, + 0x858: 0x0b, 0x859: 0x0b, 0x85a: 0x0b, 0x85b: 0x0b, 0x85c: 0x0b, 0x85d: 0x0b, 0x85e: 0x0b, 0x85f: 0x0b, + 0x860: 0x1e, 0x861: 0x0b, 0x862: 0x0b, 0x863: 0x0b, 0x864: 0x0b, 0x865: 0x0b, 0x866: 0x0b, 0x867: 0x0b, + 0x868: 0x0b, 0x869: 0x0b, 0x86a: 0x0b, 0x86b: 0x0b, 0x86c: 0x0b, 0x86d: 0x0b, 0x86e: 0x0b, 0x86f: 0x0b, + 0x870: 0x0b, 0x871: 0x0b, 0x872: 0x0b, 0x873: 0x0b, 0x874: 0x0b, 0x875: 0x0b, 0x876: 0x0b, 0x877: 0x0b, + 0x878: 0x0b, 0x879: 0x0b, 0x87a: 0x0b, 0x87b: 0x0b, 0x87c: 0x0b, 0x87d: 0x0b, 0x87e: 0x0b, 0x87f: 0x0b, + // Block 0x22, offset 0x880 + 0x880: 0x0b, 0x881: 0x0b, 0x882: 0x0b, 0x883: 0x0b, 0x884: 0x0b, 0x885: 0x0b, 0x886: 0x0b, 0x887: 0x0b, + 0x888: 0x0b, 0x889: 0x0b, 0x88a: 0x0b, 0x88b: 0x0b, 0x88c: 0x0b, 0x88d: 0x0b, 0x88e: 0x0b, 0x88f: 0x0b, +} + +// idnaSparseOffset: 258 entries, 516 bytes +var idnaSparseOffset = []uint16{0x0, 0x8, 0x19, 0x25, 0x27, 0x2c, 0x34, 0x3f, 0x4b, 0x4f, 0x5e, 0x63, 0x6b, 0x77, 0x85, 0x93, 0x98, 0xa1, 0xb1, 0xbf, 0xcc, 0xd8, 0xe9, 0xf3, 0xfa, 0x107, 0x118, 0x11f, 0x12a, 0x139, 0x147, 0x151, 0x153, 0x158, 0x15b, 0x15e, 0x160, 0x16c, 0x177, 0x17f, 0x185, 0x18b, 0x190, 0x195, 0x198, 0x19c, 0x1a2, 0x1a7, 0x1b3, 0x1bd, 0x1c3, 0x1d4, 0x1de, 0x1e1, 0x1e9, 0x1ec, 0x1f9, 0x201, 0x205, 0x20c, 0x214, 0x224, 0x230, 0x232, 0x23c, 0x248, 0x254, 0x260, 0x268, 0x26d, 0x277, 0x288, 0x28c, 0x297, 0x29b, 0x2a4, 0x2ac, 0x2b2, 0x2b7, 0x2ba, 0x2bd, 0x2c1, 0x2c7, 0x2cb, 0x2cf, 0x2d5, 0x2dc, 0x2e2, 0x2ea, 0x2f1, 0x2fc, 0x306, 0x30a, 0x30d, 0x313, 0x317, 0x319, 0x31c, 0x31e, 0x321, 0x32b, 0x32e, 0x33d, 0x341, 0x346, 0x349, 0x34d, 0x352, 0x357, 0x35d, 0x363, 0x372, 0x378, 0x37c, 0x38b, 0x390, 0x398, 0x3a2, 0x3ad, 0x3b5, 0x3c6, 0x3cf, 0x3df, 0x3ec, 0x3f6, 0x3fb, 0x408, 0x40c, 0x411, 0x413, 0x417, 0x419, 0x41d, 0x426, 0x42c, 0x430, 0x440, 0x44a, 0x44f, 0x452, 0x458, 0x45f, 0x464, 0x468, 0x46e, 0x473, 0x47c, 0x481, 0x487, 0x48e, 0x495, 0x49c, 0x4a0, 0x4a5, 0x4a8, 0x4ad, 0x4b9, 0x4bf, 0x4c4, 0x4cb, 0x4d3, 0x4d8, 0x4dc, 0x4ec, 0x4f3, 0x4f7, 0x4fb, 0x502, 0x504, 0x507, 0x50a, 0x50e, 0x512, 0x518, 0x521, 0x52d, 0x534, 0x53d, 0x545, 0x54c, 0x55a, 0x567, 0x574, 0x57d, 0x581, 0x58f, 0x597, 0x5a2, 0x5ab, 0x5b1, 0x5b9, 0x5c2, 0x5cc, 0x5cf, 0x5db, 0x5de, 0x5e3, 0x5e6, 0x5f0, 0x5f9, 0x605, 0x608, 0x60d, 0x610, 0x613, 0x616, 0x61d, 0x624, 0x628, 0x633, 0x636, 0x63c, 0x641, 0x645, 0x648, 0x64b, 0x64e, 0x653, 0x65d, 0x660, 0x664, 0x673, 0x67f, 0x683, 0x688, 0x68d, 0x691, 0x696, 0x69f, 0x6aa, 0x6b0, 0x6b8, 0x6bc, 0x6c0, 0x6c6, 0x6cc, 0x6d1, 0x6d4, 0x6e2, 0x6e9, 0x6ec, 0x6ef, 0x6f3, 0x6f9, 0x6fe, 0x708, 0x70d, 0x710, 0x713, 0x716, 0x719, 0x71d, 0x720, 0x730, 0x741, 0x746, 0x748, 0x74a} + +// idnaSparseValues: 1869 entries, 7476 bytes +var idnaSparseValues = [1869]valueRange{ + // Block 0x0, offset 0x0 + {value: 0x0000, lo: 0x07}, + {value: 0xe105, lo: 0x80, hi: 0x96}, + {value: 0x0018, lo: 0x97, hi: 0x97}, + {value: 0xe105, lo: 0x98, hi: 0x9e}, + {value: 0x001f, lo: 0x9f, hi: 0x9f}, + {value: 0x0008, lo: 0xa0, hi: 0xb6}, + {value: 0x0018, lo: 0xb7, hi: 0xb7}, + {value: 0x0008, lo: 0xb8, hi: 0xbf}, + // Block 0x1, offset 0x8 + {value: 0x0000, lo: 0x10}, + {value: 0x0008, lo: 0x80, hi: 0x80}, + {value: 0xe01d, lo: 0x81, hi: 0x81}, + {value: 0x0008, lo: 0x82, hi: 0x82}, + {value: 0x0335, lo: 0x83, hi: 0x83}, + {value: 0x034d, lo: 0x84, hi: 0x84}, + {value: 0x0365, lo: 0x85, hi: 0x85}, + {value: 0xe00d, lo: 0x86, hi: 0x86}, + {value: 0x0008, lo: 0x87, hi: 0x87}, + {value: 0xe00d, lo: 0x88, hi: 0x88}, + {value: 0x0008, lo: 0x89, hi: 0x89}, + {value: 0xe00d, lo: 0x8a, hi: 0x8a}, + {value: 0x0008, lo: 0x8b, hi: 0x8b}, + {value: 0xe00d, lo: 0x8c, hi: 0x8c}, + {value: 0x0008, lo: 0x8d, hi: 0x8d}, + {value: 0xe00d, lo: 0x8e, hi: 0x8e}, + {value: 0x0008, lo: 0x8f, hi: 0xbf}, + // Block 0x2, offset 0x19 + {value: 0x0000, lo: 0x0b}, + {value: 0x0008, lo: 0x80, hi: 0xaf}, + {value: 0x0249, lo: 0xb0, hi: 0xb0}, + {value: 0x037d, lo: 0xb1, hi: 0xb1}, + {value: 0x0259, lo: 0xb2, hi: 0xb2}, + {value: 0x0269, lo: 0xb3, hi: 0xb3}, + {value: 0x034d, lo: 0xb4, hi: 0xb4}, + {value: 0x0395, lo: 0xb5, hi: 0xb5}, + {value: 0xe1bd, lo: 0xb6, hi: 0xb6}, + {value: 0x0279, lo: 0xb7, hi: 0xb7}, + {value: 0x0289, lo: 0xb8, hi: 0xb8}, + {value: 0x0008, lo: 0xb9, hi: 0xbf}, + // Block 0x3, offset 0x25 + {value: 0x0000, lo: 0x01}, + {value: 0x3308, lo: 0x80, hi: 0xbf}, + // Block 0x4, offset 0x27 + {value: 0x0000, lo: 0x04}, + {value: 0x03f5, lo: 0x80, hi: 0x8f}, + {value: 0xe105, lo: 0x90, hi: 0x9f}, + {value: 0x049d, lo: 0xa0, hi: 0xaf}, + {value: 0x0008, lo: 0xb0, hi: 0xbf}, + // Block 0x5, offset 0x2c + {value: 0x0000, lo: 0x07}, + {value: 0xe185, lo: 0x80, hi: 0x8f}, + {value: 0x0545, lo: 0x90, hi: 0x96}, + {value: 0x0040, lo: 0x97, hi: 0x98}, + {value: 0x0008, lo: 0x99, hi: 0x99}, + {value: 0x0018, lo: 0x9a, hi: 0x9f}, + {value: 0x0040, lo: 0xa0, hi: 0xa0}, + {value: 0x0008, lo: 0xa1, hi: 0xbf}, + // Block 0x6, offset 0x34 + {value: 0x0000, lo: 0x0a}, + {value: 0x0008, lo: 0x80, hi: 0x86}, + {value: 0x0401, lo: 0x87, hi: 0x87}, + {value: 0x0040, lo: 0x88, hi: 0x88}, + {value: 0x0018, lo: 0x89, hi: 0x8a}, + {value: 0x0040, lo: 0x8b, hi: 0x8c}, + {value: 0x0018, lo: 0x8d, hi: 0x8f}, + {value: 0x0040, lo: 0x90, hi: 0x90}, + {value: 0x3308, lo: 0x91, hi: 0xbd}, + {value: 0x0818, lo: 0xbe, hi: 0xbe}, + {value: 0x3308, lo: 0xbf, hi: 0xbf}, + // Block 0x7, offset 0x3f + {value: 0x0000, lo: 0x0b}, + {value: 0x0818, lo: 0x80, hi: 0x80}, + {value: 0x3308, lo: 0x81, hi: 0x82}, + {value: 0x0818, lo: 0x83, hi: 0x83}, + {value: 0x3308, lo: 0x84, hi: 0x85}, + {value: 0x0818, lo: 0x86, hi: 0x86}, + {value: 0x3308, lo: 0x87, hi: 0x87}, + {value: 0x0040, lo: 0x88, hi: 0x8f}, + {value: 0x0808, lo: 0x90, hi: 0xaa}, + {value: 0x0040, lo: 0xab, hi: 0xaf}, + {value: 0x0808, lo: 0xb0, hi: 0xb4}, + {value: 0x0040, lo: 0xb5, hi: 0xbf}, + // Block 0x8, offset 0x4b + {value: 0x0000, lo: 0x03}, + {value: 0x0a08, lo: 0x80, hi: 0x87}, + {value: 0x0c08, lo: 0x88, hi: 0x99}, + {value: 0x0a08, lo: 0x9a, hi: 0xbf}, + // Block 0x9, offset 0x4f + {value: 0x0000, lo: 0x0e}, + {value: 0x3308, lo: 0x80, hi: 0x8a}, + {value: 0x0040, lo: 0x8b, hi: 0x8c}, + {value: 0x0c08, lo: 0x8d, hi: 0x8d}, + {value: 0x0a08, lo: 0x8e, hi: 0x98}, + {value: 0x0c08, lo: 0x99, hi: 0x9b}, + {value: 0x0a08, lo: 0x9c, hi: 0xaa}, + {value: 0x0c08, lo: 0xab, hi: 0xac}, + {value: 0x0a08, lo: 0xad, hi: 0xb0}, + {value: 0x0c08, lo: 0xb1, hi: 0xb1}, + {value: 0x0a08, lo: 0xb2, hi: 0xb2}, + {value: 0x0c08, lo: 0xb3, hi: 0xb4}, + {value: 0x0a08, lo: 0xb5, hi: 0xb7}, + {value: 0x0c08, lo: 0xb8, hi: 0xb9}, + {value: 0x0a08, lo: 0xba, hi: 0xbf}, + // Block 0xa, offset 0x5e + {value: 0x0000, lo: 0x04}, + {value: 0x0808, lo: 0x80, hi: 0xa5}, + {value: 0x3308, lo: 0xa6, hi: 0xb0}, + {value: 0x0808, lo: 0xb1, hi: 0xb1}, + {value: 0x0040, lo: 0xb2, hi: 0xbf}, + // Block 0xb, offset 0x63 + {value: 0x0000, lo: 0x07}, + {value: 0x0808, lo: 0x80, hi: 0x89}, + {value: 0x0a08, lo: 0x8a, hi: 0xaa}, + {value: 0x3308, lo: 0xab, hi: 0xb3}, + {value: 0x0808, lo: 0xb4, hi: 0xb5}, + {value: 0x0018, lo: 0xb6, hi: 0xb9}, + {value: 0x0818, lo: 0xba, hi: 0xba}, + {value: 0x0040, lo: 0xbb, hi: 0xbf}, + // Block 0xc, offset 0x6b + {value: 0x0000, lo: 0x0b}, + {value: 0x0808, lo: 0x80, hi: 0x95}, + {value: 0x3308, lo: 0x96, hi: 0x99}, + {value: 0x0808, lo: 0x9a, hi: 0x9a}, + {value: 0x3308, lo: 0x9b, hi: 0xa3}, + {value: 0x0808, lo: 0xa4, hi: 0xa4}, + {value: 0x3308, lo: 0xa5, hi: 0xa7}, + {value: 0x0808, lo: 0xa8, hi: 0xa8}, + {value: 0x3308, lo: 0xa9, hi: 0xad}, + {value: 0x0040, lo: 0xae, hi: 0xaf}, + {value: 0x0818, lo: 0xb0, hi: 0xbe}, + {value: 0x0040, lo: 0xbf, hi: 0xbf}, + // Block 0xd, offset 0x77 + {value: 0x0000, lo: 0x0d}, + {value: 0x0c08, lo: 0x80, hi: 0x80}, + {value: 0x0a08, lo: 0x81, hi: 0x85}, + {value: 0x0c08, lo: 0x86, hi: 0x87}, + {value: 0x0a08, lo: 0x88, hi: 0x88}, + {value: 0x0c08, lo: 0x89, hi: 0x89}, + {value: 0x0a08, lo: 0x8a, hi: 0x93}, + {value: 0x0c08, lo: 0x94, hi: 0x94}, + {value: 0x0a08, lo: 0x95, hi: 0x95}, + {value: 0x0808, lo: 0x96, hi: 0x98}, + {value: 0x3308, lo: 0x99, hi: 0x9b}, + {value: 0x0040, lo: 0x9c, hi: 0x9d}, + {value: 0x0818, lo: 0x9e, hi: 0x9e}, + {value: 0x0040, lo: 0x9f, hi: 0xbf}, + // Block 0xe, offset 0x85 + {value: 0x0000, lo: 0x0d}, + {value: 0x0040, lo: 0x80, hi: 0x9f}, + {value: 0x0a08, lo: 0xa0, hi: 0xa9}, + {value: 0x0c08, lo: 0xaa, hi: 0xac}, + {value: 0x0808, lo: 0xad, hi: 0xad}, + {value: 0x0c08, lo: 0xae, hi: 0xae}, + {value: 0x0a08, lo: 0xaf, hi: 0xb0}, + {value: 0x0c08, lo: 0xb1, hi: 0xb2}, + {value: 0x0a08, lo: 0xb3, hi: 0xb4}, + {value: 0x0040, lo: 0xb5, hi: 0xb5}, + {value: 0x0a08, lo: 0xb6, hi: 0xb8}, + {value: 0x0c08, lo: 0xb9, hi: 0xb9}, + {value: 0x0a08, lo: 0xba, hi: 0xbd}, + {value: 0x0040, lo: 0xbe, hi: 0xbf}, + // Block 0xf, offset 0x93 + {value: 0x0000, lo: 0x04}, + {value: 0x0040, lo: 0x80, hi: 0x93}, + {value: 0x3308, lo: 0x94, hi: 0xa1}, + {value: 0x0840, lo: 0xa2, hi: 0xa2}, + {value: 0x3308, lo: 0xa3, hi: 0xbf}, + // Block 0x10, offset 0x98 + {value: 0x0000, lo: 0x08}, + {value: 0x3308, lo: 0x80, hi: 0x82}, + {value: 0x3008, lo: 0x83, hi: 0x83}, + {value: 0x0008, lo: 0x84, hi: 0xb9}, + {value: 0x3308, lo: 0xba, hi: 0xba}, + {value: 0x3008, lo: 0xbb, hi: 0xbb}, + {value: 0x3308, lo: 0xbc, hi: 0xbc}, + {value: 0x0008, lo: 0xbd, hi: 0xbd}, + {value: 0x3008, lo: 0xbe, hi: 0xbf}, + // Block 0x11, offset 0xa1 + {value: 0x0000, lo: 0x0f}, + {value: 0x3308, lo: 0x80, hi: 0x80}, + {value: 0x3008, lo: 0x81, hi: 0x82}, + {value: 0x0040, lo: 0x83, hi: 0x85}, + {value: 0x3008, lo: 0x86, hi: 0x88}, + {value: 0x0040, lo: 0x89, hi: 0x89}, + {value: 0x3008, lo: 0x8a, hi: 0x8c}, + {value: 0x3b08, lo: 0x8d, hi: 0x8d}, + {value: 0x0040, lo: 0x8e, hi: 0x8f}, + {value: 0x0008, lo: 0x90, hi: 0x90}, + {value: 0x0040, lo: 0x91, hi: 0x96}, + {value: 0x3008, lo: 0x97, hi: 0x97}, + {value: 0x0040, lo: 0x98, hi: 0xa5}, + {value: 0x0008, lo: 0xa6, hi: 0xaf}, + {value: 0x0018, lo: 0xb0, hi: 0xba}, + {value: 0x0040, lo: 0xbb, hi: 0xbf}, + // Block 0x12, offset 0xb1 + {value: 0x0000, lo: 0x0d}, + {value: 0x3308, lo: 0x80, hi: 0x80}, + {value: 0x3008, lo: 0x81, hi: 0x83}, + {value: 0x0040, lo: 0x84, hi: 0x84}, + {value: 0x0008, lo: 0x85, hi: 0x8c}, + {value: 0x0040, lo: 0x8d, hi: 0x8d}, + {value: 0x0008, lo: 0x8e, hi: 0x90}, + {value: 0x0040, lo: 0x91, hi: 0x91}, + {value: 0x0008, lo: 0x92, hi: 0xa8}, + {value: 0x0040, lo: 0xa9, hi: 0xa9}, + {value: 0x0008, lo: 0xaa, hi: 0xb9}, + {value: 0x0040, lo: 0xba, hi: 0xbc}, + {value: 0x0008, lo: 0xbd, hi: 0xbd}, + {value: 0x3308, lo: 0xbe, hi: 0xbf}, + // Block 0x13, offset 0xbf + {value: 0x0000, lo: 0x0c}, + {value: 0x0040, lo: 0x80, hi: 0x80}, + {value: 0x3308, lo: 0x81, hi: 0x81}, + {value: 0x3008, lo: 0x82, hi: 0x83}, + {value: 0x0040, lo: 0x84, hi: 0x84}, + {value: 0x0008, lo: 0x85, hi: 0x8c}, + {value: 0x0040, lo: 0x8d, hi: 0x8d}, + {value: 0x0008, lo: 0x8e, hi: 0x90}, + {value: 0x0040, lo: 0x91, hi: 0x91}, + {value: 0x0008, lo: 0x92, hi: 0xba}, + {value: 0x0040, lo: 0xbb, hi: 0xbc}, + {value: 0x0008, lo: 0xbd, hi: 0xbd}, + {value: 0x3008, lo: 0xbe, hi: 0xbf}, + // Block 0x14, offset 0xcc + {value: 0x0000, lo: 0x0b}, + {value: 0x0040, lo: 0x80, hi: 0x81}, + {value: 0x3008, lo: 0x82, hi: 0x83}, + {value: 0x0040, lo: 0x84, hi: 0x84}, + {value: 0x0008, lo: 0x85, hi: 0x96}, + {value: 0x0040, lo: 0x97, hi: 0x99}, + {value: 0x0008, lo: 0x9a, hi: 0xb1}, + {value: 0x0040, lo: 0xb2, hi: 0xb2}, + {value: 0x0008, lo: 0xb3, hi: 0xbb}, + {value: 0x0040, lo: 0xbc, hi: 0xbc}, + {value: 0x0008, lo: 0xbd, hi: 0xbd}, + {value: 0x0040, lo: 0xbe, hi: 0xbf}, + // Block 0x15, offset 0xd8 + {value: 0x0000, lo: 0x10}, + {value: 0x0008, lo: 0x80, hi: 0x86}, + {value: 0x0040, lo: 0x87, hi: 0x89}, + {value: 0x3b08, lo: 0x8a, hi: 0x8a}, + {value: 0x0040, lo: 0x8b, hi: 0x8e}, + {value: 0x3008, lo: 0x8f, hi: 0x91}, + {value: 0x3308, lo: 0x92, hi: 0x94}, + {value: 0x0040, lo: 0x95, hi: 0x95}, + {value: 0x3308, lo: 0x96, hi: 0x96}, + {value: 0x0040, lo: 0x97, hi: 0x97}, + {value: 0x3008, lo: 0x98, hi: 0x9f}, + {value: 0x0040, lo: 0xa0, hi: 0xa5}, + {value: 0x0008, lo: 0xa6, hi: 0xaf}, + {value: 0x0040, lo: 0xb0, hi: 0xb1}, + {value: 0x3008, lo: 0xb2, hi: 0xb3}, + {value: 0x0018, lo: 0xb4, hi: 0xb4}, + {value: 0x0040, lo: 0xb5, hi: 0xbf}, + // Block 0x16, offset 0xe9 + {value: 0x0000, lo: 0x09}, + {value: 0x0040, lo: 0x80, hi: 0x80}, + {value: 0x0008, lo: 0x81, hi: 0xb0}, + {value: 0x3308, lo: 0xb1, hi: 0xb1}, + {value: 0x0008, lo: 0xb2, hi: 0xb2}, + {value: 0x08f1, lo: 0xb3, hi: 0xb3}, + {value: 0x3308, lo: 0xb4, hi: 0xb9}, + {value: 0x3b08, lo: 0xba, hi: 0xba}, + {value: 0x0040, lo: 0xbb, hi: 0xbe}, + {value: 0x0018, lo: 0xbf, hi: 0xbf}, + // Block 0x17, offset 0xf3 + {value: 0x0000, lo: 0x06}, + {value: 0x0008, lo: 0x80, hi: 0x86}, + {value: 0x3308, lo: 0x87, hi: 0x8e}, + {value: 0x0018, lo: 0x8f, hi: 0x8f}, + {value: 0x0008, lo: 0x90, hi: 0x99}, + {value: 0x0018, lo: 0x9a, hi: 0x9b}, + {value: 0x0040, lo: 0x9c, hi: 0xbf}, + // Block 0x18, offset 0xfa + {value: 0x0000, lo: 0x0c}, + {value: 0x0008, lo: 0x80, hi: 0x84}, + {value: 0x0040, lo: 0x85, hi: 0x85}, + {value: 0x0008, lo: 0x86, hi: 0x86}, + {value: 0x0040, lo: 0x87, hi: 0x87}, + {value: 0x3308, lo: 0x88, hi: 0x8d}, + {value: 0x0040, lo: 0x8e, hi: 0x8f}, + {value: 0x0008, lo: 0x90, hi: 0x99}, + {value: 0x0040, lo: 0x9a, hi: 0x9b}, + {value: 0x0961, lo: 0x9c, hi: 0x9c}, + {value: 0x0999, lo: 0x9d, hi: 0x9d}, + {value: 0x0008, lo: 0x9e, hi: 0x9f}, + {value: 0x0040, lo: 0xa0, hi: 0xbf}, + // Block 0x19, offset 0x107 + {value: 0x0000, lo: 0x10}, + {value: 0x0008, lo: 0x80, hi: 0x80}, + {value: 0x0018, lo: 0x81, hi: 0x8a}, + {value: 0x0008, lo: 0x8b, hi: 0x8b}, + {value: 0xe03d, lo: 0x8c, hi: 0x8c}, + {value: 0x0018, lo: 0x8d, hi: 0x97}, + {value: 0x3308, lo: 0x98, hi: 0x99}, + {value: 0x0018, lo: 0x9a, hi: 0x9f}, + {value: 0x0008, lo: 0xa0, hi: 0xa9}, + {value: 0x0018, lo: 0xaa, hi: 0xb4}, + {value: 0x3308, lo: 0xb5, hi: 0xb5}, + {value: 0x0018, lo: 0xb6, hi: 0xb6}, + {value: 0x3308, lo: 0xb7, hi: 0xb7}, + {value: 0x0018, lo: 0xb8, hi: 0xb8}, + {value: 0x3308, lo: 0xb9, hi: 0xb9}, + {value: 0x0018, lo: 0xba, hi: 0xbd}, + {value: 0x3008, lo: 0xbe, hi: 0xbf}, + // Block 0x1a, offset 0x118 + {value: 0x0000, lo: 0x06}, + {value: 0x0018, lo: 0x80, hi: 0x85}, + {value: 0x3308, lo: 0x86, hi: 0x86}, + {value: 0x0018, lo: 0x87, hi: 0x8c}, + {value: 0x0040, lo: 0x8d, hi: 0x8d}, + {value: 0x0018, lo: 0x8e, hi: 0x9a}, + {value: 0x0040, lo: 0x9b, hi: 0xbf}, + // Block 0x1b, offset 0x11f + {value: 0x0000, lo: 0x0a}, + {value: 0x0008, lo: 0x80, hi: 0xaa}, + {value: 0x3008, lo: 0xab, hi: 0xac}, + {value: 0x3308, lo: 0xad, hi: 0xb0}, + {value: 0x3008, lo: 0xb1, hi: 0xb1}, + {value: 0x3308, lo: 0xb2, hi: 0xb7}, + {value: 0x3008, lo: 0xb8, hi: 0xb8}, + {value: 0x3b08, lo: 0xb9, hi: 0xba}, + {value: 0x3008, lo: 0xbb, hi: 0xbc}, + {value: 0x3308, lo: 0xbd, hi: 0xbe}, + {value: 0x0008, lo: 0xbf, hi: 0xbf}, + // Block 0x1c, offset 0x12a + {value: 0x0000, lo: 0x0e}, + {value: 0x0008, lo: 0x80, hi: 0x89}, + {value: 0x0018, lo: 0x8a, hi: 0x8f}, + {value: 0x0008, lo: 0x90, hi: 0x95}, + {value: 0x3008, lo: 0x96, hi: 0x97}, + {value: 0x3308, lo: 0x98, hi: 0x99}, + {value: 0x0008, lo: 0x9a, hi: 0x9d}, + {value: 0x3308, lo: 0x9e, hi: 0xa0}, + {value: 0x0008, lo: 0xa1, hi: 0xa1}, + {value: 0x3008, lo: 0xa2, hi: 0xa4}, + {value: 0x0008, lo: 0xa5, hi: 0xa6}, + {value: 0x3008, lo: 0xa7, hi: 0xad}, + {value: 0x0008, lo: 0xae, hi: 0xb0}, + {value: 0x3308, lo: 0xb1, hi: 0xb4}, + {value: 0x0008, lo: 0xb5, hi: 0xbf}, + // Block 0x1d, offset 0x139 + {value: 0x0000, lo: 0x0d}, + {value: 0x0008, lo: 0x80, hi: 0x81}, + {value: 0x3308, lo: 0x82, hi: 0x82}, + {value: 0x3008, lo: 0x83, hi: 0x84}, + {value: 0x3308, lo: 0x85, hi: 0x86}, + {value: 0x3008, lo: 0x87, hi: 0x8c}, + {value: 0x3308, lo: 0x8d, hi: 0x8d}, + {value: 0x0008, lo: 0x8e, hi: 0x8e}, + {value: 0x3008, lo: 0x8f, hi: 0x8f}, + {value: 0x0008, lo: 0x90, hi: 0x99}, + {value: 0x3008, lo: 0x9a, hi: 0x9c}, + {value: 0x3308, lo: 0x9d, hi: 0x9d}, + {value: 0x0018, lo: 0x9e, hi: 0x9f}, + {value: 0x0040, lo: 0xa0, hi: 0xbf}, + // Block 0x1e, offset 0x147 + {value: 0x0000, lo: 0x09}, + {value: 0x0040, lo: 0x80, hi: 0x86}, + {value: 0x055d, lo: 0x87, hi: 0x87}, + {value: 0x0040, lo: 0x88, hi: 0x8c}, + {value: 0x055d, lo: 0x8d, hi: 0x8d}, + {value: 0x0040, lo: 0x8e, hi: 0x8f}, + {value: 0x0008, lo: 0x90, hi: 0xba}, + {value: 0x0018, lo: 0xbb, hi: 0xbb}, + {value: 0xe105, lo: 0xbc, hi: 0xbc}, + {value: 0x0008, lo: 0xbd, hi: 0xbf}, + // Block 0x1f, offset 0x151 + {value: 0x0000, lo: 0x01}, + {value: 0x0018, lo: 0x80, hi: 0xbf}, + // Block 0x20, offset 0x153 + {value: 0x0000, lo: 0x04}, + {value: 0x0018, lo: 0x80, hi: 0x9e}, + {value: 0x0040, lo: 0x9f, hi: 0xa0}, + {value: 0x2018, lo: 0xa1, hi: 0xb5}, + {value: 0x0018, lo: 0xb6, hi: 0xbf}, + // Block 0x21, offset 0x158 + {value: 0x0000, lo: 0x02}, + {value: 0x0018, lo: 0x80, hi: 0xa7}, + {value: 0x2018, lo: 0xa8, hi: 0xbf}, + // Block 0x22, offset 0x15b + {value: 0x0000, lo: 0x02}, + {value: 0x2018, lo: 0x80, hi: 0x82}, + {value: 0x0018, lo: 0x83, hi: 0xbf}, + // Block 0x23, offset 0x15e + {value: 0x0000, lo: 0x01}, + {value: 0x0008, lo: 0x80, hi: 0xbf}, + // Block 0x24, offset 0x160 + {value: 0x0000, lo: 0x0b}, + {value: 0x0008, lo: 0x80, hi: 0x88}, + {value: 0x0040, lo: 0x89, hi: 0x89}, + {value: 0x0008, lo: 0x8a, hi: 0x8d}, + {value: 0x0040, lo: 0x8e, hi: 0x8f}, + {value: 0x0008, lo: 0x90, hi: 0x96}, + {value: 0x0040, lo: 0x97, hi: 0x97}, + {value: 0x0008, lo: 0x98, hi: 0x98}, + {value: 0x0040, lo: 0x99, hi: 0x99}, + {value: 0x0008, lo: 0x9a, hi: 0x9d}, + {value: 0x0040, lo: 0x9e, hi: 0x9f}, + {value: 0x0008, lo: 0xa0, hi: 0xbf}, + // Block 0x25, offset 0x16c + {value: 0x0000, lo: 0x0a}, + {value: 0x0008, lo: 0x80, hi: 0x88}, + {value: 0x0040, lo: 0x89, hi: 0x89}, + {value: 0x0008, lo: 0x8a, hi: 0x8d}, + {value: 0x0040, lo: 0x8e, hi: 0x8f}, + {value: 0x0008, lo: 0x90, hi: 0xb0}, + {value: 0x0040, lo: 0xb1, hi: 0xb1}, + {value: 0x0008, lo: 0xb2, hi: 0xb5}, + {value: 0x0040, lo: 0xb6, hi: 0xb7}, + {value: 0x0008, lo: 0xb8, hi: 0xbe}, + {value: 0x0040, lo: 0xbf, hi: 0xbf}, + // Block 0x26, offset 0x177 + {value: 0x0000, lo: 0x07}, + {value: 0x0008, lo: 0x80, hi: 0x80}, + {value: 0x0040, lo: 0x81, hi: 0x81}, + {value: 0x0008, lo: 0x82, hi: 0x85}, + {value: 0x0040, lo: 0x86, hi: 0x87}, + {value: 0x0008, lo: 0x88, hi: 0x96}, + {value: 0x0040, lo: 0x97, hi: 0x97}, + {value: 0x0008, lo: 0x98, hi: 0xbf}, + // Block 0x27, offset 0x17f + {value: 0x0000, lo: 0x05}, + {value: 0x0008, lo: 0x80, hi: 0x90}, + {value: 0x0040, lo: 0x91, hi: 0x91}, + {value: 0x0008, lo: 0x92, hi: 0x95}, + {value: 0x0040, lo: 0x96, hi: 0x97}, + {value: 0x0008, lo: 0x98, hi: 0xbf}, + // Block 0x28, offset 0x185 + {value: 0x0000, lo: 0x05}, + {value: 0x0008, lo: 0x80, hi: 0x9a}, + {value: 0x0040, lo: 0x9b, hi: 0x9c}, + {value: 0x3308, lo: 0x9d, hi: 0x9f}, + {value: 0x0018, lo: 0xa0, hi: 0xbc}, + {value: 0x0040, lo: 0xbd, hi: 0xbf}, + // Block 0x29, offset 0x18b + {value: 0x0000, lo: 0x04}, + {value: 0x0008, lo: 0x80, hi: 0x8f}, + {value: 0x0018, lo: 0x90, hi: 0x99}, + {value: 0x0040, lo: 0x9a, hi: 0x9f}, + {value: 0x0008, lo: 0xa0, hi: 0xbf}, + // Block 0x2a, offset 0x190 + {value: 0x0000, lo: 0x04}, + {value: 0x0008, lo: 0x80, hi: 0xb5}, + {value: 0x0040, lo: 0xb6, hi: 0xb7}, + {value: 0xe045, lo: 0xb8, hi: 0xbd}, + {value: 0x0040, lo: 0xbe, hi: 0xbf}, + // Block 0x2b, offset 0x195 + {value: 0x0000, lo: 0x02}, + {value: 0x0018, lo: 0x80, hi: 0x80}, + {value: 0x0008, lo: 0x81, hi: 0xbf}, + // Block 0x2c, offset 0x198 + {value: 0x0000, lo: 0x03}, + {value: 0x0008, lo: 0x80, hi: 0xac}, + {value: 0x0018, lo: 0xad, hi: 0xae}, + {value: 0x0008, lo: 0xaf, hi: 0xbf}, + // Block 0x2d, offset 0x19c + {value: 0x0000, lo: 0x05}, + {value: 0x0040, lo: 0x80, hi: 0x80}, + {value: 0x0008, lo: 0x81, hi: 0x9a}, + {value: 0x0018, lo: 0x9b, hi: 0x9c}, + {value: 0x0040, lo: 0x9d, hi: 0x9f}, + {value: 0x0008, lo: 0xa0, hi: 0xbf}, + // Block 0x2e, offset 0x1a2 + {value: 0x0000, lo: 0x04}, + {value: 0x0008, lo: 0x80, hi: 0xaa}, + {value: 0x0018, lo: 0xab, hi: 0xb0}, + {value: 0x0008, lo: 0xb1, hi: 0xb8}, + {value: 0x0040, lo: 0xb9, hi: 0xbf}, + // Block 0x2f, offset 0x1a7 + {value: 0x0000, lo: 0x0b}, + {value: 0x0008, lo: 0x80, hi: 0x8c}, + {value: 0x0040, lo: 0x8d, hi: 0x8d}, + {value: 0x0008, lo: 0x8e, hi: 0x91}, + {value: 0x3308, lo: 0x92, hi: 0x93}, + {value: 0x3b08, lo: 0x94, hi: 0x94}, + {value: 0x0040, lo: 0x95, hi: 0x9f}, + {value: 0x0008, lo: 0xa0, hi: 0xb1}, + {value: 0x3308, lo: 0xb2, hi: 0xb3}, + {value: 0x3b08, lo: 0xb4, hi: 0xb4}, + {value: 0x0018, lo: 0xb5, hi: 0xb6}, + {value: 0x0040, lo: 0xb7, hi: 0xbf}, + // Block 0x30, offset 0x1b3 + {value: 0x0000, lo: 0x09}, + {value: 0x0008, lo: 0x80, hi: 0x91}, + {value: 0x3308, lo: 0x92, hi: 0x93}, + {value: 0x0040, lo: 0x94, hi: 0x9f}, + {value: 0x0008, lo: 0xa0, hi: 0xac}, + {value: 0x0040, lo: 0xad, hi: 0xad}, + {value: 0x0008, lo: 0xae, hi: 0xb0}, + {value: 0x0040, lo: 0xb1, hi: 0xb1}, + {value: 0x3308, lo: 0xb2, hi: 0xb3}, + {value: 0x0040, lo: 0xb4, hi: 0xbf}, + // Block 0x31, offset 0x1bd + {value: 0x0000, lo: 0x05}, + {value: 0x0008, lo: 0x80, hi: 0xb3}, + {value: 0x3340, lo: 0xb4, hi: 0xb5}, + {value: 0x3008, lo: 0xb6, hi: 0xb6}, + {value: 0x3308, lo: 0xb7, hi: 0xbd}, + {value: 0x3008, lo: 0xbe, hi: 0xbf}, + // Block 0x32, offset 0x1c3 + {value: 0x0000, lo: 0x10}, + {value: 0x3008, lo: 0x80, hi: 0x85}, + {value: 0x3308, lo: 0x86, hi: 0x86}, + {value: 0x3008, lo: 0x87, hi: 0x88}, + {value: 0x3308, lo: 0x89, hi: 0x91}, + {value: 0x3b08, lo: 0x92, hi: 0x92}, + {value: 0x3308, lo: 0x93, hi: 0x93}, + {value: 0x0018, lo: 0x94, hi: 0x96}, + {value: 0x0008, lo: 0x97, hi: 0x97}, + {value: 0x0018, lo: 0x98, hi: 0x9b}, + {value: 0x0008, lo: 0x9c, hi: 0x9c}, + {value: 0x3308, lo: 0x9d, hi: 0x9d}, + {value: 0x0040, lo: 0x9e, hi: 0x9f}, + {value: 0x0008, lo: 0xa0, hi: 0xa9}, + {value: 0x0040, lo: 0xaa, hi: 0xaf}, + {value: 0x0018, lo: 0xb0, hi: 0xb9}, + {value: 0x0040, lo: 0xba, hi: 0xbf}, + // Block 0x33, offset 0x1d4 + {value: 0x0000, lo: 0x09}, + {value: 0x0018, lo: 0x80, hi: 0x85}, + {value: 0x0040, lo: 0x86, hi: 0x86}, + {value: 0x0218, lo: 0x87, hi: 0x87}, + {value: 0x0018, lo: 0x88, hi: 0x8a}, + {value: 0x33c0, lo: 0x8b, hi: 0x8d}, + {value: 0x0040, lo: 0x8e, hi: 0x8f}, + {value: 0x0008, lo: 0x90, hi: 0x99}, + {value: 0x0040, lo: 0x9a, hi: 0x9f}, + {value: 0x0208, lo: 0xa0, hi: 0xbf}, + // Block 0x34, offset 0x1de + {value: 0x0000, lo: 0x02}, + {value: 0x0208, lo: 0x80, hi: 0xb7}, + {value: 0x0040, lo: 0xb8, hi: 0xbf}, + // Block 0x35, offset 0x1e1 + {value: 0x0000, lo: 0x07}, + {value: 0x0008, lo: 0x80, hi: 0x84}, + {value: 0x3308, lo: 0x85, hi: 0x86}, + {value: 0x0208, lo: 0x87, hi: 0xa8}, + {value: 0x3308, lo: 0xa9, hi: 0xa9}, + {value: 0x0208, lo: 0xaa, hi: 0xaa}, + {value: 0x0040, lo: 0xab, hi: 0xaf}, + {value: 0x0008, lo: 0xb0, hi: 0xbf}, + // Block 0x36, offset 0x1e9 + {value: 0x0000, lo: 0x02}, + {value: 0x0008, lo: 0x80, hi: 0xb5}, + {value: 0x0040, lo: 0xb6, hi: 0xbf}, + // Block 0x37, offset 0x1ec + {value: 0x0000, lo: 0x0c}, + {value: 0x0008, lo: 0x80, hi: 0x9e}, + {value: 0x0040, lo: 0x9f, hi: 0x9f}, + {value: 0x3308, lo: 0xa0, hi: 0xa2}, + {value: 0x3008, lo: 0xa3, hi: 0xa6}, + {value: 0x3308, lo: 0xa7, hi: 0xa8}, + {value: 0x3008, lo: 0xa9, hi: 0xab}, + {value: 0x0040, lo: 0xac, hi: 0xaf}, + {value: 0x3008, lo: 0xb0, hi: 0xb1}, + {value: 0x3308, lo: 0xb2, hi: 0xb2}, + {value: 0x3008, lo: 0xb3, hi: 0xb8}, + {value: 0x3308, lo: 0xb9, hi: 0xbb}, + {value: 0x0040, lo: 0xbc, hi: 0xbf}, + // Block 0x38, offset 0x1f9 + {value: 0x0000, lo: 0x07}, + {value: 0x0018, lo: 0x80, hi: 0x80}, + {value: 0x0040, lo: 0x81, hi: 0x83}, + {value: 0x0018, lo: 0x84, hi: 0x85}, + {value: 0x0008, lo: 0x86, hi: 0xad}, + {value: 0x0040, lo: 0xae, hi: 0xaf}, + {value: 0x0008, lo: 0xb0, hi: 0xb4}, + {value: 0x0040, lo: 0xb5, hi: 0xbf}, + // Block 0x39, offset 0x201 + {value: 0x0000, lo: 0x03}, + {value: 0x0008, lo: 0x80, hi: 0xab}, + {value: 0x0040, lo: 0xac, hi: 0xaf}, + {value: 0x0008, lo: 0xb0, hi: 0xbf}, + // Block 0x3a, offset 0x205 + {value: 0x0000, lo: 0x06}, + {value: 0x0008, lo: 0x80, hi: 0x89}, + {value: 0x0040, lo: 0x8a, hi: 0x8f}, + {value: 0x0008, lo: 0x90, hi: 0x99}, + {value: 0x0028, lo: 0x9a, hi: 0x9a}, + {value: 0x0040, lo: 0x9b, hi: 0x9d}, + {value: 0x0018, lo: 0x9e, hi: 0xbf}, + // Block 0x3b, offset 0x20c + {value: 0x0000, lo: 0x07}, + {value: 0x0008, lo: 0x80, hi: 0x96}, + {value: 0x3308, lo: 0x97, hi: 0x98}, + {value: 0x3008, lo: 0x99, hi: 0x9a}, + {value: 0x3308, lo: 0x9b, hi: 0x9b}, + {value: 0x0040, lo: 0x9c, hi: 0x9d}, + {value: 0x0018, lo: 0x9e, hi: 0x9f}, + {value: 0x0008, lo: 0xa0, hi: 0xbf}, + // Block 0x3c, offset 0x214 + {value: 0x0000, lo: 0x0f}, + {value: 0x0008, lo: 0x80, hi: 0x94}, + {value: 0x3008, lo: 0x95, hi: 0x95}, + {value: 0x3308, lo: 0x96, hi: 0x96}, + {value: 0x3008, lo: 0x97, hi: 0x97}, + {value: 0x3308, lo: 0x98, hi: 0x9e}, + {value: 0x0040, lo: 0x9f, hi: 0x9f}, + {value: 0x3b08, lo: 0xa0, hi: 0xa0}, + {value: 0x3008, lo: 0xa1, hi: 0xa1}, + {value: 0x3308, lo: 0xa2, hi: 0xa2}, + {value: 0x3008, lo: 0xa3, hi: 0xa4}, + {value: 0x3308, lo: 0xa5, hi: 0xac}, + {value: 0x3008, lo: 0xad, hi: 0xb2}, + {value: 0x3308, lo: 0xb3, hi: 0xbc}, + {value: 0x0040, lo: 0xbd, hi: 0xbe}, + {value: 0x3308, lo: 0xbf, hi: 0xbf}, + // Block 0x3d, offset 0x224 + {value: 0x0000, lo: 0x0b}, + {value: 0x0008, lo: 0x80, hi: 0x89}, + {value: 0x0040, lo: 0x8a, hi: 0x8f}, + {value: 0x0008, lo: 0x90, hi: 0x99}, + {value: 0x0040, lo: 0x9a, hi: 0x9f}, + {value: 0x0018, lo: 0xa0, hi: 0xa6}, + {value: 0x0008, lo: 0xa7, hi: 0xa7}, + {value: 0x0018, lo: 0xa8, hi: 0xad}, + {value: 0x0040, lo: 0xae, hi: 0xaf}, + {value: 0x3308, lo: 0xb0, hi: 0xbd}, + {value: 0x3318, lo: 0xbe, hi: 0xbe}, + {value: 0x0040, lo: 0xbf, hi: 0xbf}, + // Block 0x3e, offset 0x230 + {value: 0x0000, lo: 0x01}, + {value: 0x0040, lo: 0x80, hi: 0xbf}, + // Block 0x3f, offset 0x232 + {value: 0x0000, lo: 0x09}, + {value: 0x3308, lo: 0x80, hi: 0x83}, + {value: 0x3008, lo: 0x84, hi: 0x84}, + {value: 0x0008, lo: 0x85, hi: 0xb3}, + {value: 0x3308, lo: 0xb4, hi: 0xb4}, + {value: 0x3008, lo: 0xb5, hi: 0xb5}, + {value: 0x3308, lo: 0xb6, hi: 0xba}, + {value: 0x3008, lo: 0xbb, hi: 0xbb}, + {value: 0x3308, lo: 0xbc, hi: 0xbc}, + {value: 0x3008, lo: 0xbd, hi: 0xbf}, + // Block 0x40, offset 0x23c + {value: 0x0000, lo: 0x0b}, + {value: 0x3008, lo: 0x80, hi: 0x81}, + {value: 0x3308, lo: 0x82, hi: 0x82}, + {value: 0x3008, lo: 0x83, hi: 0x83}, + {value: 0x3808, lo: 0x84, hi: 0x84}, + {value: 0x0008, lo: 0x85, hi: 0x8b}, + {value: 0x0040, lo: 0x8c, hi: 0x8f}, + {value: 0x0008, lo: 0x90, hi: 0x99}, + {value: 0x0018, lo: 0x9a, hi: 0xaa}, + {value: 0x3308, lo: 0xab, hi: 0xb3}, + {value: 0x0018, lo: 0xb4, hi: 0xbc}, + {value: 0x0040, lo: 0xbd, hi: 0xbf}, + // Block 0x41, offset 0x248 + {value: 0x0000, lo: 0x0b}, + {value: 0x3308, lo: 0x80, hi: 0x81}, + {value: 0x3008, lo: 0x82, hi: 0x82}, + {value: 0x0008, lo: 0x83, hi: 0xa0}, + {value: 0x3008, lo: 0xa1, hi: 0xa1}, + {value: 0x3308, lo: 0xa2, hi: 0xa5}, + {value: 0x3008, lo: 0xa6, hi: 0xa7}, + {value: 0x3308, lo: 0xa8, hi: 0xa9}, + {value: 0x3808, lo: 0xaa, hi: 0xaa}, + {value: 0x3b08, lo: 0xab, hi: 0xab}, + {value: 0x3308, lo: 0xac, hi: 0xad}, + {value: 0x0008, lo: 0xae, hi: 0xbf}, + // Block 0x42, offset 0x254 + {value: 0x0000, lo: 0x0b}, + {value: 0x0008, lo: 0x80, hi: 0xa5}, + {value: 0x3308, lo: 0xa6, hi: 0xa6}, + {value: 0x3008, lo: 0xa7, hi: 0xa7}, + {value: 0x3308, lo: 0xa8, hi: 0xa9}, + {value: 0x3008, lo: 0xaa, hi: 0xac}, + {value: 0x3308, lo: 0xad, hi: 0xad}, + {value: 0x3008, lo: 0xae, hi: 0xae}, + {value: 0x3308, lo: 0xaf, hi: 0xb1}, + {value: 0x3808, lo: 0xb2, hi: 0xb3}, + {value: 0x0040, lo: 0xb4, hi: 0xbb}, + {value: 0x0018, lo: 0xbc, hi: 0xbf}, + // Block 0x43, offset 0x260 + {value: 0x0000, lo: 0x07}, + {value: 0x0008, lo: 0x80, hi: 0xa3}, + {value: 0x3008, lo: 0xa4, hi: 0xab}, + {value: 0x3308, lo: 0xac, hi: 0xb3}, + {value: 0x3008, lo: 0xb4, hi: 0xb5}, + {value: 0x3308, lo: 0xb6, hi: 0xb7}, + {value: 0x0040, lo: 0xb8, hi: 0xba}, + {value: 0x0018, lo: 0xbb, hi: 0xbf}, + // Block 0x44, offset 0x268 + {value: 0x0000, lo: 0x04}, + {value: 0x0008, lo: 0x80, hi: 0x89}, + {value: 0x0040, lo: 0x8a, hi: 0x8c}, + {value: 0x0008, lo: 0x8d, hi: 0xbd}, + {value: 0x0018, lo: 0xbe, hi: 0xbf}, + // Block 0x45, offset 0x26d + {value: 0x0000, lo: 0x09}, + {value: 0x0e29, lo: 0x80, hi: 0x80}, + {value: 0x0e41, lo: 0x81, hi: 0x81}, + {value: 0x0e59, lo: 0x82, hi: 0x82}, + {value: 0x0e71, lo: 0x83, hi: 0x83}, + {value: 0x0e89, lo: 0x84, hi: 0x85}, + {value: 0x0ea1, lo: 0x86, hi: 0x86}, + {value: 0x0eb9, lo: 0x87, hi: 0x87}, + {value: 0x057d, lo: 0x88, hi: 0x88}, + {value: 0x0040, lo: 0x89, hi: 0xbf}, + // Block 0x46, offset 0x277 + {value: 0x0000, lo: 0x10}, + {value: 0x0018, lo: 0x80, hi: 0x87}, + {value: 0x0040, lo: 0x88, hi: 0x8f}, + {value: 0x3308, lo: 0x90, hi: 0x92}, + {value: 0x0018, lo: 0x93, hi: 0x93}, + {value: 0x3308, lo: 0x94, hi: 0xa0}, + {value: 0x3008, lo: 0xa1, hi: 0xa1}, + {value: 0x3308, lo: 0xa2, hi: 0xa8}, + {value: 0x0008, lo: 0xa9, hi: 0xac}, + {value: 0x3308, lo: 0xad, hi: 0xad}, + {value: 0x0008, lo: 0xae, hi: 0xb1}, + {value: 0x3008, lo: 0xb2, hi: 0xb3}, + {value: 0x3308, lo: 0xb4, hi: 0xb4}, + {value: 0x0008, lo: 0xb5, hi: 0xb6}, + {value: 0x0040, lo: 0xb7, hi: 0xb7}, + {value: 0x3308, lo: 0xb8, hi: 0xb9}, + {value: 0x0040, lo: 0xba, hi: 0xbf}, + // Block 0x47, offset 0x288 + {value: 0x0000, lo: 0x03}, + {value: 0x3308, lo: 0x80, hi: 0xb5}, + {value: 0x0040, lo: 0xb6, hi: 0xba}, + {value: 0x3308, lo: 0xbb, hi: 0xbf}, + // Block 0x48, offset 0x28c + {value: 0x0000, lo: 0x0a}, + {value: 0x0008, lo: 0x80, hi: 0x87}, + {value: 0xe045, lo: 0x88, hi: 0x8f}, + {value: 0x0008, lo: 0x90, hi: 0x95}, + {value: 0x0040, lo: 0x96, hi: 0x97}, + {value: 0xe045, lo: 0x98, hi: 0x9d}, + {value: 0x0040, lo: 0x9e, hi: 0x9f}, + {value: 0x0008, lo: 0xa0, hi: 0xa7}, + {value: 0xe045, lo: 0xa8, hi: 0xaf}, + {value: 0x0008, lo: 0xb0, hi: 0xb7}, + {value: 0xe045, lo: 0xb8, hi: 0xbf}, + // Block 0x49, offset 0x297 + {value: 0x0000, lo: 0x03}, + {value: 0x0040, lo: 0x80, hi: 0x8f}, + {value: 0x3318, lo: 0x90, hi: 0xb0}, + {value: 0x0040, lo: 0xb1, hi: 0xbf}, + // Block 0x4a, offset 0x29b + {value: 0x0000, lo: 0x08}, + {value: 0x0018, lo: 0x80, hi: 0x82}, + {value: 0x0040, lo: 0x83, hi: 0x83}, + {value: 0x0008, lo: 0x84, hi: 0x84}, + {value: 0x0018, lo: 0x85, hi: 0x88}, + {value: 0x24c1, lo: 0x89, hi: 0x89}, + {value: 0x0018, lo: 0x8a, hi: 0x8b}, + {value: 0x0040, lo: 0x8c, hi: 0x8f}, + {value: 0x0018, lo: 0x90, hi: 0xbf}, + // Block 0x4b, offset 0x2a4 + {value: 0x0000, lo: 0x07}, + {value: 0x0018, lo: 0x80, hi: 0xab}, + {value: 0x24f1, lo: 0xac, hi: 0xac}, + {value: 0x2529, lo: 0xad, hi: 0xad}, + {value: 0x0018, lo: 0xae, hi: 0xae}, + {value: 0x2579, lo: 0xaf, hi: 0xaf}, + {value: 0x25b1, lo: 0xb0, hi: 0xb0}, + {value: 0x0018, lo: 0xb1, hi: 0xbf}, + // Block 0x4c, offset 0x2ac + {value: 0x0000, lo: 0x05}, + {value: 0x0018, lo: 0x80, hi: 0x9f}, + {value: 0x0080, lo: 0xa0, hi: 0xa0}, + {value: 0x0018, lo: 0xa1, hi: 0xad}, + {value: 0x0080, lo: 0xae, hi: 0xaf}, + {value: 0x0018, lo: 0xb0, hi: 0xbf}, + // Block 0x4d, offset 0x2b2 + {value: 0x0000, lo: 0x04}, + {value: 0x0018, lo: 0x80, hi: 0xa8}, + {value: 0x09c5, lo: 0xa9, hi: 0xa9}, + {value: 0x09e5, lo: 0xaa, hi: 0xaa}, + {value: 0x0018, lo: 0xab, hi: 0xbf}, + // Block 0x4e, offset 0x2b7 + {value: 0x0000, lo: 0x02}, + {value: 0x0018, lo: 0x80, hi: 0xbe}, + {value: 0x0040, lo: 0xbf, hi: 0xbf}, + // Block 0x4f, offset 0x2ba + {value: 0x0000, lo: 0x02}, + {value: 0x0018, lo: 0x80, hi: 0xa6}, + {value: 0x0040, lo: 0xa7, hi: 0xbf}, + // Block 0x50, offset 0x2bd + {value: 0x0000, lo: 0x03}, + {value: 0x0018, lo: 0x80, hi: 0x8b}, + {value: 0x28c1, lo: 0x8c, hi: 0x8c}, + {value: 0x0018, lo: 0x8d, hi: 0xbf}, + // Block 0x51, offset 0x2c1 + {value: 0x0000, lo: 0x05}, + {value: 0x0018, lo: 0x80, hi: 0xb3}, + {value: 0x0e66, lo: 0xb4, hi: 0xb4}, + {value: 0x292a, lo: 0xb5, hi: 0xb5}, + {value: 0x0e86, lo: 0xb6, hi: 0xb6}, + {value: 0x0018, lo: 0xb7, hi: 0xbf}, + // Block 0x52, offset 0x2c7 + {value: 0x0000, lo: 0x03}, + {value: 0x0018, lo: 0x80, hi: 0x9b}, + {value: 0x2941, lo: 0x9c, hi: 0x9c}, + {value: 0x0018, lo: 0x9d, hi: 0xbf}, + // Block 0x53, offset 0x2cb + {value: 0x0000, lo: 0x03}, + {value: 0x0018, lo: 0x80, hi: 0xb3}, + {value: 0x0040, lo: 0xb4, hi: 0xb5}, + {value: 0x0018, lo: 0xb6, hi: 0xbf}, + // Block 0x54, offset 0x2cf + {value: 0x0000, lo: 0x05}, + {value: 0x0018, lo: 0x80, hi: 0x95}, + {value: 0x0040, lo: 0x96, hi: 0x97}, + {value: 0x0018, lo: 0x98, hi: 0xb9}, + {value: 0x0040, lo: 0xba, hi: 0xbc}, + {value: 0x0018, lo: 0xbd, hi: 0xbf}, + // Block 0x55, offset 0x2d5 + {value: 0x0000, lo: 0x06}, + {value: 0x0018, lo: 0x80, hi: 0x88}, + {value: 0x0040, lo: 0x89, hi: 0x89}, + {value: 0x0018, lo: 0x8a, hi: 0x91}, + {value: 0x0040, lo: 0x92, hi: 0xab}, + {value: 0x0018, lo: 0xac, hi: 0xaf}, + {value: 0x0040, lo: 0xb0, hi: 0xbf}, + // Block 0x56, offset 0x2dc + {value: 0x0000, lo: 0x05}, + {value: 0xe185, lo: 0x80, hi: 0x8f}, + {value: 0x03f5, lo: 0x90, hi: 0x9f}, + {value: 0x0ea5, lo: 0xa0, hi: 0xae}, + {value: 0x0040, lo: 0xaf, hi: 0xaf}, + {value: 0x0008, lo: 0xb0, hi: 0xbf}, + // Block 0x57, offset 0x2e2 + {value: 0x0000, lo: 0x07}, + {value: 0x0008, lo: 0x80, hi: 0xa5}, + {value: 0x0040, lo: 0xa6, hi: 0xa6}, + {value: 0x0008, lo: 0xa7, hi: 0xa7}, + {value: 0x0040, lo: 0xa8, hi: 0xac}, + {value: 0x0008, lo: 0xad, hi: 0xad}, + {value: 0x0040, lo: 0xae, hi: 0xaf}, + {value: 0x0008, lo: 0xb0, hi: 0xbf}, + // Block 0x58, offset 0x2ea + {value: 0x0000, lo: 0x06}, + {value: 0x0008, lo: 0x80, hi: 0xa7}, + {value: 0x0040, lo: 0xa8, hi: 0xae}, + {value: 0xe075, lo: 0xaf, hi: 0xaf}, + {value: 0x0018, lo: 0xb0, hi: 0xb0}, + {value: 0x0040, lo: 0xb1, hi: 0xbe}, + {value: 0x3b08, lo: 0xbf, hi: 0xbf}, + // Block 0x59, offset 0x2f1 + {value: 0x0000, lo: 0x0a}, + {value: 0x0008, lo: 0x80, hi: 0x96}, + {value: 0x0040, lo: 0x97, hi: 0x9f}, + {value: 0x0008, lo: 0xa0, hi: 0xa6}, + {value: 0x0040, lo: 0xa7, hi: 0xa7}, + {value: 0x0008, lo: 0xa8, hi: 0xae}, + {value: 0x0040, lo: 0xaf, hi: 0xaf}, + {value: 0x0008, lo: 0xb0, hi: 0xb6}, + {value: 0x0040, lo: 0xb7, hi: 0xb7}, + {value: 0x0008, lo: 0xb8, hi: 0xbe}, + {value: 0x0040, lo: 0xbf, hi: 0xbf}, + // Block 0x5a, offset 0x2fc + {value: 0x0000, lo: 0x09}, + {value: 0x0008, lo: 0x80, hi: 0x86}, + {value: 0x0040, lo: 0x87, hi: 0x87}, + {value: 0x0008, lo: 0x88, hi: 0x8e}, + {value: 0x0040, lo: 0x8f, hi: 0x8f}, + {value: 0x0008, lo: 0x90, hi: 0x96}, + {value: 0x0040, lo: 0x97, hi: 0x97}, + {value: 0x0008, lo: 0x98, hi: 0x9e}, + {value: 0x0040, lo: 0x9f, hi: 0x9f}, + {value: 0x3308, lo: 0xa0, hi: 0xbf}, + // Block 0x5b, offset 0x306 + {value: 0x0000, lo: 0x03}, + {value: 0x0018, lo: 0x80, hi: 0xae}, + {value: 0x0008, lo: 0xaf, hi: 0xaf}, + {value: 0x0018, lo: 0xb0, hi: 0xbf}, + // Block 0x5c, offset 0x30a + {value: 0x0000, lo: 0x02}, + {value: 0x0018, lo: 0x80, hi: 0x84}, + {value: 0x0040, lo: 0x85, hi: 0xbf}, + // Block 0x5d, offset 0x30d + {value: 0x0000, lo: 0x05}, + {value: 0x0018, lo: 0x80, hi: 0x99}, + {value: 0x0040, lo: 0x9a, hi: 0x9a}, + {value: 0x0018, lo: 0x9b, hi: 0x9e}, + {value: 0x0edd, lo: 0x9f, hi: 0x9f}, + {value: 0x0018, lo: 0xa0, hi: 0xbf}, + // Block 0x5e, offset 0x313 + {value: 0x0000, lo: 0x03}, + {value: 0x0018, lo: 0x80, hi: 0xb2}, + {value: 0x0efd, lo: 0xb3, hi: 0xb3}, + {value: 0x0040, lo: 0xb4, hi: 0xbf}, + // Block 0x5f, offset 0x317 + {value: 0x0020, lo: 0x01}, + {value: 0x0f1d, lo: 0x80, hi: 0xbf}, + // Block 0x60, offset 0x319 + {value: 0x0020, lo: 0x02}, + {value: 0x171d, lo: 0x80, hi: 0x8f}, + {value: 0x18fd, lo: 0x90, hi: 0xbf}, + // Block 0x61, offset 0x31c + {value: 0x0020, lo: 0x01}, + {value: 0x1efd, lo: 0x80, hi: 0xbf}, + // Block 0x62, offset 0x31e + {value: 0x0000, lo: 0x02}, + {value: 0x0040, lo: 0x80, hi: 0x80}, + {value: 0x0008, lo: 0x81, hi: 0xbf}, + // Block 0x63, offset 0x321 + {value: 0x0000, lo: 0x09}, + {value: 0x0008, lo: 0x80, hi: 0x96}, + {value: 0x0040, lo: 0x97, hi: 0x98}, + {value: 0x3308, lo: 0x99, hi: 0x9a}, + {value: 0x29e2, lo: 0x9b, hi: 0x9b}, + {value: 0x2a0a, lo: 0x9c, hi: 0x9c}, + {value: 0x0008, lo: 0x9d, hi: 0x9e}, + {value: 0x2a31, lo: 0x9f, hi: 0x9f}, + {value: 0x0018, lo: 0xa0, hi: 0xa0}, + {value: 0x0008, lo: 0xa1, hi: 0xbf}, + // Block 0x64, offset 0x32b + {value: 0x0000, lo: 0x02}, + {value: 0x0008, lo: 0x80, hi: 0xbe}, + {value: 0x2a69, lo: 0xbf, hi: 0xbf}, + // Block 0x65, offset 0x32e + {value: 0x0000, lo: 0x0e}, + {value: 0x0040, lo: 0x80, hi: 0x84}, + {value: 0x0008, lo: 0x85, hi: 0xad}, + {value: 0x0040, lo: 0xae, hi: 0xb0}, + {value: 0x2a1d, lo: 0xb1, hi: 0xb1}, + {value: 0x2a3d, lo: 0xb2, hi: 0xb2}, + {value: 0x2a5d, lo: 0xb3, hi: 0xb3}, + {value: 0x2a7d, lo: 0xb4, hi: 0xb4}, + {value: 0x2a5d, lo: 0xb5, hi: 0xb5}, + {value: 0x2a9d, lo: 0xb6, hi: 0xb6}, + {value: 0x2abd, lo: 0xb7, hi: 0xb7}, + {value: 0x2add, lo: 0xb8, hi: 0xb9}, + {value: 0x2afd, lo: 0xba, hi: 0xbb}, + {value: 0x2b1d, lo: 0xbc, hi: 0xbd}, + {value: 0x2afd, lo: 0xbe, hi: 0xbf}, + // Block 0x66, offset 0x33d + {value: 0x0000, lo: 0x03}, + {value: 0x0018, lo: 0x80, hi: 0xa3}, + {value: 0x0040, lo: 0xa4, hi: 0xaf}, + {value: 0x0008, lo: 0xb0, hi: 0xbf}, + // Block 0x67, offset 0x341 + {value: 0x0030, lo: 0x04}, + {value: 0x2aa2, lo: 0x80, hi: 0x9d}, + {value: 0x305a, lo: 0x9e, hi: 0x9e}, + {value: 0x0040, lo: 0x9f, hi: 0x9f}, + {value: 0x30a2, lo: 0xa0, hi: 0xbf}, + // Block 0x68, offset 0x346 + {value: 0x0000, lo: 0x02}, + {value: 0x0008, lo: 0x80, hi: 0x95}, + {value: 0x0040, lo: 0x96, hi: 0xbf}, + // Block 0x69, offset 0x349 + {value: 0x0000, lo: 0x03}, + {value: 0x0008, lo: 0x80, hi: 0x8c}, + {value: 0x0040, lo: 0x8d, hi: 0x8f}, + {value: 0x0018, lo: 0x90, hi: 0xbf}, + // Block 0x6a, offset 0x34d + {value: 0x0000, lo: 0x04}, + {value: 0x0018, lo: 0x80, hi: 0x86}, + {value: 0x0040, lo: 0x87, hi: 0x8f}, + {value: 0x0008, lo: 0x90, hi: 0xbd}, + {value: 0x0018, lo: 0xbe, hi: 0xbf}, + // Block 0x6b, offset 0x352 + {value: 0x0000, lo: 0x04}, + {value: 0x0008, lo: 0x80, hi: 0x8c}, + {value: 0x0018, lo: 0x8d, hi: 0x8f}, + {value: 0x0008, lo: 0x90, hi: 0xab}, + {value: 0x0040, lo: 0xac, hi: 0xbf}, + // Block 0x6c, offset 0x357 + {value: 0x0000, lo: 0x05}, + {value: 0x0008, lo: 0x80, hi: 0xa5}, + {value: 0x0018, lo: 0xa6, hi: 0xaf}, + {value: 0x3308, lo: 0xb0, hi: 0xb1}, + {value: 0x0018, lo: 0xb2, hi: 0xb7}, + {value: 0x0040, lo: 0xb8, hi: 0xbf}, + // Block 0x6d, offset 0x35d + {value: 0x0000, lo: 0x05}, + {value: 0x0040, lo: 0x80, hi: 0xb6}, + {value: 0x0008, lo: 0xb7, hi: 0xb7}, + {value: 0x2009, lo: 0xb8, hi: 0xb8}, + {value: 0x6e89, lo: 0xb9, hi: 0xb9}, + {value: 0x0008, lo: 0xba, hi: 0xbf}, + // Block 0x6e, offset 0x363 + {value: 0x0000, lo: 0x0e}, + {value: 0x0008, lo: 0x80, hi: 0x81}, + {value: 0x3308, lo: 0x82, hi: 0x82}, + {value: 0x0008, lo: 0x83, hi: 0x85}, + {value: 0x3b08, lo: 0x86, hi: 0x86}, + {value: 0x0008, lo: 0x87, hi: 0x8a}, + {value: 0x3308, lo: 0x8b, hi: 0x8b}, + {value: 0x0008, lo: 0x8c, hi: 0xa2}, + {value: 0x3008, lo: 0xa3, hi: 0xa4}, + {value: 0x3308, lo: 0xa5, hi: 0xa6}, + {value: 0x3008, lo: 0xa7, hi: 0xa7}, + {value: 0x0018, lo: 0xa8, hi: 0xab}, + {value: 0x0040, lo: 0xac, hi: 0xaf}, + {value: 0x0018, lo: 0xb0, hi: 0xb9}, + {value: 0x0040, lo: 0xba, hi: 0xbf}, + // Block 0x6f, offset 0x372 + {value: 0x0000, lo: 0x05}, + {value: 0x0208, lo: 0x80, hi: 0xb1}, + {value: 0x0108, lo: 0xb2, hi: 0xb2}, + {value: 0x0008, lo: 0xb3, hi: 0xb3}, + {value: 0x0018, lo: 0xb4, hi: 0xb7}, + {value: 0x0040, lo: 0xb8, hi: 0xbf}, + // Block 0x70, offset 0x378 + {value: 0x0000, lo: 0x03}, + {value: 0x3008, lo: 0x80, hi: 0x81}, + {value: 0x0008, lo: 0x82, hi: 0xb3}, + {value: 0x3008, lo: 0xb4, hi: 0xbf}, + // Block 0x71, offset 0x37c + {value: 0x0000, lo: 0x0e}, + {value: 0x3008, lo: 0x80, hi: 0x83}, + {value: 0x3b08, lo: 0x84, hi: 0x84}, + {value: 0x3308, lo: 0x85, hi: 0x85}, + {value: 0x0040, lo: 0x86, hi: 0x8d}, + {value: 0x0018, lo: 0x8e, hi: 0x8f}, + {value: 0x0008, lo: 0x90, hi: 0x99}, + {value: 0x0040, lo: 0x9a, hi: 0x9f}, + {value: 0x3308, lo: 0xa0, hi: 0xb1}, + {value: 0x0008, lo: 0xb2, hi: 0xb7}, + {value: 0x0018, lo: 0xb8, hi: 0xba}, + {value: 0x0008, lo: 0xbb, hi: 0xbb}, + {value: 0x0018, lo: 0xbc, hi: 0xbc}, + {value: 0x0008, lo: 0xbd, hi: 0xbd}, + {value: 0x0040, lo: 0xbe, hi: 0xbf}, + // Block 0x72, offset 0x38b + {value: 0x0000, lo: 0x04}, + {value: 0x0008, lo: 0x80, hi: 0xa5}, + {value: 0x3308, lo: 0xa6, hi: 0xad}, + {value: 0x0018, lo: 0xae, hi: 0xaf}, + {value: 0x0008, lo: 0xb0, hi: 0xbf}, + // Block 0x73, offset 0x390 + {value: 0x0000, lo: 0x07}, + {value: 0x0008, lo: 0x80, hi: 0x86}, + {value: 0x3308, lo: 0x87, hi: 0x91}, + {value: 0x3008, lo: 0x92, hi: 0x92}, + {value: 0x3808, lo: 0x93, hi: 0x93}, + {value: 0x0040, lo: 0x94, hi: 0x9e}, + {value: 0x0018, lo: 0x9f, hi: 0xbc}, + {value: 0x0040, lo: 0xbd, hi: 0xbf}, + // Block 0x74, offset 0x398 + {value: 0x0000, lo: 0x09}, + {value: 0x3308, lo: 0x80, hi: 0x82}, + {value: 0x3008, lo: 0x83, hi: 0x83}, + {value: 0x0008, lo: 0x84, hi: 0xb2}, + {value: 0x3308, lo: 0xb3, hi: 0xb3}, + {value: 0x3008, lo: 0xb4, hi: 0xb5}, + {value: 0x3308, lo: 0xb6, hi: 0xb9}, + {value: 0x3008, lo: 0xba, hi: 0xbb}, + {value: 0x3308, lo: 0xbc, hi: 0xbc}, + {value: 0x3008, lo: 0xbd, hi: 0xbf}, + // Block 0x75, offset 0x3a2 + {value: 0x0000, lo: 0x0a}, + {value: 0x3808, lo: 0x80, hi: 0x80}, + {value: 0x0018, lo: 0x81, hi: 0x8d}, + {value: 0x0040, lo: 0x8e, hi: 0x8e}, + {value: 0x0008, lo: 0x8f, hi: 0x99}, + {value: 0x0040, lo: 0x9a, hi: 0x9d}, + {value: 0x0018, lo: 0x9e, hi: 0x9f}, + {value: 0x0008, lo: 0xa0, hi: 0xa4}, + {value: 0x3308, lo: 0xa5, hi: 0xa5}, + {value: 0x0008, lo: 0xa6, hi: 0xbe}, + {value: 0x0040, lo: 0xbf, hi: 0xbf}, + // Block 0x76, offset 0x3ad + {value: 0x0000, lo: 0x07}, + {value: 0x0008, lo: 0x80, hi: 0xa8}, + {value: 0x3308, lo: 0xa9, hi: 0xae}, + {value: 0x3008, lo: 0xaf, hi: 0xb0}, + {value: 0x3308, lo: 0xb1, hi: 0xb2}, + {value: 0x3008, lo: 0xb3, hi: 0xb4}, + {value: 0x3308, lo: 0xb5, hi: 0xb6}, + {value: 0x0040, lo: 0xb7, hi: 0xbf}, + // Block 0x77, offset 0x3b5 + {value: 0x0000, lo: 0x10}, + {value: 0x0008, lo: 0x80, hi: 0x82}, + {value: 0x3308, lo: 0x83, hi: 0x83}, + {value: 0x0008, lo: 0x84, hi: 0x8b}, + {value: 0x3308, lo: 0x8c, hi: 0x8c}, + {value: 0x3008, lo: 0x8d, hi: 0x8d}, + {value: 0x0040, lo: 0x8e, hi: 0x8f}, + {value: 0x0008, lo: 0x90, hi: 0x99}, + {value: 0x0040, lo: 0x9a, hi: 0x9b}, + {value: 0x0018, lo: 0x9c, hi: 0x9f}, + {value: 0x0008, lo: 0xa0, hi: 0xb6}, + {value: 0x0018, lo: 0xb7, hi: 0xb9}, + {value: 0x0008, lo: 0xba, hi: 0xba}, + {value: 0x3008, lo: 0xbb, hi: 0xbb}, + {value: 0x3308, lo: 0xbc, hi: 0xbc}, + {value: 0x3008, lo: 0xbd, hi: 0xbd}, + {value: 0x0008, lo: 0xbe, hi: 0xbf}, + // Block 0x78, offset 0x3c6 + {value: 0x0000, lo: 0x08}, + {value: 0x0008, lo: 0x80, hi: 0xaf}, + {value: 0x3308, lo: 0xb0, hi: 0xb0}, + {value: 0x0008, lo: 0xb1, hi: 0xb1}, + {value: 0x3308, lo: 0xb2, hi: 0xb4}, + {value: 0x0008, lo: 0xb5, hi: 0xb6}, + {value: 0x3308, lo: 0xb7, hi: 0xb8}, + {value: 0x0008, lo: 0xb9, hi: 0xbd}, + {value: 0x3308, lo: 0xbe, hi: 0xbf}, + // Block 0x79, offset 0x3cf + {value: 0x0000, lo: 0x0f}, + {value: 0x0008, lo: 0x80, hi: 0x80}, + {value: 0x3308, lo: 0x81, hi: 0x81}, + {value: 0x0008, lo: 0x82, hi: 0x82}, + {value: 0x0040, lo: 0x83, hi: 0x9a}, + {value: 0x0008, lo: 0x9b, hi: 0x9d}, + {value: 0x0018, lo: 0x9e, hi: 0x9f}, + {value: 0x0008, lo: 0xa0, hi: 0xaa}, + {value: 0x3008, lo: 0xab, hi: 0xab}, + {value: 0x3308, lo: 0xac, hi: 0xad}, + {value: 0x3008, lo: 0xae, hi: 0xaf}, + {value: 0x0018, lo: 0xb0, hi: 0xb1}, + {value: 0x0008, lo: 0xb2, hi: 0xb4}, + {value: 0x3008, lo: 0xb5, hi: 0xb5}, + {value: 0x3b08, lo: 0xb6, hi: 0xb6}, + {value: 0x0040, lo: 0xb7, hi: 0xbf}, + // Block 0x7a, offset 0x3df + {value: 0x0000, lo: 0x0c}, + {value: 0x0040, lo: 0x80, hi: 0x80}, + {value: 0x0008, lo: 0x81, hi: 0x86}, + {value: 0x0040, lo: 0x87, hi: 0x88}, + {value: 0x0008, lo: 0x89, hi: 0x8e}, + {value: 0x0040, lo: 0x8f, hi: 0x90}, + {value: 0x0008, lo: 0x91, hi: 0x96}, + {value: 0x0040, lo: 0x97, hi: 0x9f}, + {value: 0x0008, lo: 0xa0, hi: 0xa6}, + {value: 0x0040, lo: 0xa7, hi: 0xa7}, + {value: 0x0008, lo: 0xa8, hi: 0xae}, + {value: 0x0040, lo: 0xaf, hi: 0xaf}, + {value: 0x0008, lo: 0xb0, hi: 0xbf}, + // Block 0x7b, offset 0x3ec + {value: 0x0000, lo: 0x09}, + {value: 0x0008, lo: 0x80, hi: 0x9a}, + {value: 0x0018, lo: 0x9b, hi: 0x9b}, + {value: 0x4465, lo: 0x9c, hi: 0x9c}, + {value: 0x447d, lo: 0x9d, hi: 0x9d}, + {value: 0x2971, lo: 0x9e, hi: 0x9e}, + {value: 0xe06d, lo: 0x9f, hi: 0x9f}, + {value: 0x0008, lo: 0xa0, hi: 0xa5}, + {value: 0x0040, lo: 0xa6, hi: 0xaf}, + {value: 0x4495, lo: 0xb0, hi: 0xbf}, + // Block 0x7c, offset 0x3f6 + {value: 0x0000, lo: 0x04}, + {value: 0x44b5, lo: 0x80, hi: 0x8f}, + {value: 0x44d5, lo: 0x90, hi: 0x9f}, + {value: 0x44f5, lo: 0xa0, hi: 0xaf}, + {value: 0x44d5, lo: 0xb0, hi: 0xbf}, + // Block 0x7d, offset 0x3fb + {value: 0x0000, lo: 0x0c}, + {value: 0x0008, lo: 0x80, hi: 0xa2}, + {value: 0x3008, lo: 0xa3, hi: 0xa4}, + {value: 0x3308, lo: 0xa5, hi: 0xa5}, + {value: 0x3008, lo: 0xa6, hi: 0xa7}, + {value: 0x3308, lo: 0xa8, hi: 0xa8}, + {value: 0x3008, lo: 0xa9, hi: 0xaa}, + {value: 0x0018, lo: 0xab, hi: 0xab}, + {value: 0x3008, lo: 0xac, hi: 0xac}, + {value: 0x3b08, lo: 0xad, hi: 0xad}, + {value: 0x0040, lo: 0xae, hi: 0xaf}, + {value: 0x0008, lo: 0xb0, hi: 0xb9}, + {value: 0x0040, lo: 0xba, hi: 0xbf}, + // Block 0x7e, offset 0x408 + {value: 0x0000, lo: 0x03}, + {value: 0x0008, lo: 0x80, hi: 0xa3}, + {value: 0x0040, lo: 0xa4, hi: 0xaf}, + {value: 0x0018, lo: 0xb0, hi: 0xbf}, + // Block 0x7f, offset 0x40c + {value: 0x0000, lo: 0x04}, + {value: 0x0018, lo: 0x80, hi: 0x86}, + {value: 0x0040, lo: 0x87, hi: 0x8a}, + {value: 0x0018, lo: 0x8b, hi: 0xbb}, + {value: 0x0040, lo: 0xbc, hi: 0xbf}, + // Block 0x80, offset 0x411 + {value: 0x0020, lo: 0x01}, + {value: 0x4515, lo: 0x80, hi: 0xbf}, + // Block 0x81, offset 0x413 + {value: 0x0020, lo: 0x03}, + {value: 0x4d15, lo: 0x80, hi: 0x94}, + {value: 0x4ad5, lo: 0x95, hi: 0x95}, + {value: 0x4fb5, lo: 0x96, hi: 0xbf}, + // Block 0x82, offset 0x417 + {value: 0x0020, lo: 0x01}, + {value: 0x54f5, lo: 0x80, hi: 0xbf}, + // Block 0x83, offset 0x419 + {value: 0x0020, lo: 0x03}, + {value: 0x5cf5, lo: 0x80, hi: 0x84}, + {value: 0x5655, lo: 0x85, hi: 0x85}, + {value: 0x5d95, lo: 0x86, hi: 0xbf}, + // Block 0x84, offset 0x41d + {value: 0x0020, lo: 0x08}, + {value: 0x6b55, lo: 0x80, hi: 0x8f}, + {value: 0x6d15, lo: 0x90, hi: 0x90}, + {value: 0x6d55, lo: 0x91, hi: 0xab}, + {value: 0x6ea1, lo: 0xac, hi: 0xac}, + {value: 0x70b5, lo: 0xad, hi: 0xad}, + {value: 0x0040, lo: 0xae, hi: 0xae}, + {value: 0x0040, lo: 0xaf, hi: 0xaf}, + {value: 0x70d5, lo: 0xb0, hi: 0xbf}, + // Block 0x85, offset 0x426 + {value: 0x0020, lo: 0x05}, + {value: 0x72d5, lo: 0x80, hi: 0xad}, + {value: 0x6535, lo: 0xae, hi: 0xae}, + {value: 0x7895, lo: 0xaf, hi: 0xb5}, + {value: 0x6f55, lo: 0xb6, hi: 0xb6}, + {value: 0x7975, lo: 0xb7, hi: 0xbf}, + // Block 0x86, offset 0x42c + {value: 0x0028, lo: 0x03}, + {value: 0x7c21, lo: 0x80, hi: 0x82}, + {value: 0x7be1, lo: 0x83, hi: 0x83}, + {value: 0x7c99, lo: 0x84, hi: 0xbf}, + // Block 0x87, offset 0x430 + {value: 0x0038, lo: 0x0f}, + {value: 0x9db1, lo: 0x80, hi: 0x83}, + {value: 0x9e59, lo: 0x84, hi: 0x85}, + {value: 0x9e91, lo: 0x86, hi: 0x87}, + {value: 0x9ec9, lo: 0x88, hi: 0x8f}, + {value: 0x0040, lo: 0x90, hi: 0x90}, + {value: 0x0040, lo: 0x91, hi: 0x91}, + {value: 0xa089, lo: 0x92, hi: 0x97}, + {value: 0xa1a1, lo: 0x98, hi: 0x9c}, + {value: 0xa281, lo: 0x9d, hi: 0xb3}, + {value: 0x9d41, lo: 0xb4, hi: 0xb4}, + {value: 0x9db1, lo: 0xb5, hi: 0xb5}, + {value: 0xa789, lo: 0xb6, hi: 0xbb}, + {value: 0xa869, lo: 0xbc, hi: 0xbc}, + {value: 0xa7f9, lo: 0xbd, hi: 0xbd}, + {value: 0xa8d9, lo: 0xbe, hi: 0xbf}, + // Block 0x88, offset 0x440 + {value: 0x0000, lo: 0x09}, + {value: 0x0008, lo: 0x80, hi: 0x8b}, + {value: 0x0040, lo: 0x8c, hi: 0x8c}, + {value: 0x0008, lo: 0x8d, hi: 0xa6}, + {value: 0x0040, lo: 0xa7, hi: 0xa7}, + {value: 0x0008, lo: 0xa8, hi: 0xba}, + {value: 0x0040, lo: 0xbb, hi: 0xbb}, + {value: 0x0008, lo: 0xbc, hi: 0xbd}, + {value: 0x0040, lo: 0xbe, hi: 0xbe}, + {value: 0x0008, lo: 0xbf, hi: 0xbf}, + // Block 0x89, offset 0x44a + {value: 0x0000, lo: 0x04}, + {value: 0x0008, lo: 0x80, hi: 0x8d}, + {value: 0x0040, lo: 0x8e, hi: 0x8f}, + {value: 0x0008, lo: 0x90, hi: 0x9d}, + {value: 0x0040, lo: 0x9e, hi: 0xbf}, + // Block 0x8a, offset 0x44f + {value: 0x0000, lo: 0x02}, + {value: 0x0008, lo: 0x80, hi: 0xba}, + {value: 0x0040, lo: 0xbb, hi: 0xbf}, + // Block 0x8b, offset 0x452 + {value: 0x0000, lo: 0x05}, + {value: 0x0018, lo: 0x80, hi: 0x82}, + {value: 0x0040, lo: 0x83, hi: 0x86}, + {value: 0x0018, lo: 0x87, hi: 0xb3}, + {value: 0x0040, lo: 0xb4, hi: 0xb6}, + {value: 0x0018, lo: 0xb7, hi: 0xbf}, + // Block 0x8c, offset 0x458 + {value: 0x0000, lo: 0x06}, + {value: 0x0018, lo: 0x80, hi: 0x8e}, + {value: 0x0040, lo: 0x8f, hi: 0x8f}, + {value: 0x0018, lo: 0x90, hi: 0x9b}, + {value: 0x0040, lo: 0x9c, hi: 0x9f}, + {value: 0x0018, lo: 0xa0, hi: 0xa0}, + {value: 0x0040, lo: 0xa1, hi: 0xbf}, + // Block 0x8d, offset 0x45f + {value: 0x0000, lo: 0x04}, + {value: 0x0040, lo: 0x80, hi: 0x8f}, + {value: 0x0018, lo: 0x90, hi: 0xbc}, + {value: 0x3308, lo: 0xbd, hi: 0xbd}, + {value: 0x0040, lo: 0xbe, hi: 0xbf}, + // Block 0x8e, offset 0x464 + {value: 0x0000, lo: 0x03}, + {value: 0x0008, lo: 0x80, hi: 0x9c}, + {value: 0x0040, lo: 0x9d, hi: 0x9f}, + {value: 0x0008, lo: 0xa0, hi: 0xbf}, + // Block 0x8f, offset 0x468 + {value: 0x0000, lo: 0x05}, + {value: 0x0008, lo: 0x80, hi: 0x90}, + {value: 0x0040, lo: 0x91, hi: 0x9f}, + {value: 0x3308, lo: 0xa0, hi: 0xa0}, + {value: 0x0018, lo: 0xa1, hi: 0xbb}, + {value: 0x0040, lo: 0xbc, hi: 0xbf}, + // Block 0x90, offset 0x46e + {value: 0x0000, lo: 0x04}, + {value: 0x0008, lo: 0x80, hi: 0x9f}, + {value: 0x0018, lo: 0xa0, hi: 0xa3}, + {value: 0x0040, lo: 0xa4, hi: 0xaf}, + {value: 0x0008, lo: 0xb0, hi: 0xbf}, + // Block 0x91, offset 0x473 + {value: 0x0000, lo: 0x08}, + {value: 0x0008, lo: 0x80, hi: 0x80}, + {value: 0x0018, lo: 0x81, hi: 0x81}, + {value: 0x0008, lo: 0x82, hi: 0x89}, + {value: 0x0018, lo: 0x8a, hi: 0x8a}, + {value: 0x0040, lo: 0x8b, hi: 0x8f}, + {value: 0x0008, lo: 0x90, hi: 0xb5}, + {value: 0x3308, lo: 0xb6, hi: 0xba}, + {value: 0x0040, lo: 0xbb, hi: 0xbf}, + // Block 0x92, offset 0x47c + {value: 0x0000, lo: 0x04}, + {value: 0x0008, lo: 0x80, hi: 0x9d}, + {value: 0x0040, lo: 0x9e, hi: 0x9e}, + {value: 0x0018, lo: 0x9f, hi: 0x9f}, + {value: 0x0008, lo: 0xa0, hi: 0xbf}, + // Block 0x93, offset 0x481 + {value: 0x0000, lo: 0x05}, + {value: 0x0008, lo: 0x80, hi: 0x83}, + {value: 0x0040, lo: 0x84, hi: 0x87}, + {value: 0x0008, lo: 0x88, hi: 0x8f}, + {value: 0x0018, lo: 0x90, hi: 0x95}, + {value: 0x0040, lo: 0x96, hi: 0xbf}, + // Block 0x94, offset 0x487 + {value: 0x0000, lo: 0x06}, + {value: 0xe145, lo: 0x80, hi: 0x87}, + {value: 0xe1c5, lo: 0x88, hi: 0x8f}, + {value: 0xe145, lo: 0x90, hi: 0x97}, + {value: 0x8ad5, lo: 0x98, hi: 0x9f}, + {value: 0x8aed, lo: 0xa0, hi: 0xa7}, + {value: 0x0008, lo: 0xa8, hi: 0xbf}, + // Block 0x95, offset 0x48e + {value: 0x0000, lo: 0x06}, + {value: 0x0008, lo: 0x80, hi: 0x9d}, + {value: 0x0040, lo: 0x9e, hi: 0x9f}, + {value: 0x0008, lo: 0xa0, hi: 0xa9}, + {value: 0x0040, lo: 0xaa, hi: 0xaf}, + {value: 0x8aed, lo: 0xb0, hi: 0xb7}, + {value: 0x8ad5, lo: 0xb8, hi: 0xbf}, + // Block 0x96, offset 0x495 + {value: 0x0000, lo: 0x06}, + {value: 0xe145, lo: 0x80, hi: 0x87}, + {value: 0xe1c5, lo: 0x88, hi: 0x8f}, + {value: 0xe145, lo: 0x90, hi: 0x93}, + {value: 0x0040, lo: 0x94, hi: 0x97}, + {value: 0x0008, lo: 0x98, hi: 0xbb}, + {value: 0x0040, lo: 0xbc, hi: 0xbf}, + // Block 0x97, offset 0x49c + {value: 0x0000, lo: 0x03}, + {value: 0x0008, lo: 0x80, hi: 0xa7}, + {value: 0x0040, lo: 0xa8, hi: 0xaf}, + {value: 0x0008, lo: 0xb0, hi: 0xbf}, + // Block 0x98, offset 0x4a0 + {value: 0x0000, lo: 0x04}, + {value: 0x0008, lo: 0x80, hi: 0xa3}, + {value: 0x0040, lo: 0xa4, hi: 0xae}, + {value: 0x0018, lo: 0xaf, hi: 0xaf}, + {value: 0x0040, lo: 0xb0, hi: 0xbf}, + // Block 0x99, offset 0x4a5 + {value: 0x0000, lo: 0x02}, + {value: 0x0008, lo: 0x80, hi: 0xb6}, + {value: 0x0040, lo: 0xb7, hi: 0xbf}, + // Block 0x9a, offset 0x4a8 + {value: 0x0000, lo: 0x04}, + {value: 0x0008, lo: 0x80, hi: 0x95}, + {value: 0x0040, lo: 0x96, hi: 0x9f}, + {value: 0x0008, lo: 0xa0, hi: 0xa7}, + {value: 0x0040, lo: 0xa8, hi: 0xbf}, + // Block 0x9b, offset 0x4ad + {value: 0x0000, lo: 0x0b}, + {value: 0x0808, lo: 0x80, hi: 0x85}, + {value: 0x0040, lo: 0x86, hi: 0x87}, + {value: 0x0808, lo: 0x88, hi: 0x88}, + {value: 0x0040, lo: 0x89, hi: 0x89}, + {value: 0x0808, lo: 0x8a, hi: 0xb5}, + {value: 0x0040, lo: 0xb6, hi: 0xb6}, + {value: 0x0808, lo: 0xb7, hi: 0xb8}, + {value: 0x0040, lo: 0xb9, hi: 0xbb}, + {value: 0x0808, lo: 0xbc, hi: 0xbc}, + {value: 0x0040, lo: 0xbd, hi: 0xbe}, + {value: 0x0808, lo: 0xbf, hi: 0xbf}, + // Block 0x9c, offset 0x4b9 + {value: 0x0000, lo: 0x05}, + {value: 0x0808, lo: 0x80, hi: 0x95}, + {value: 0x0040, lo: 0x96, hi: 0x96}, + {value: 0x0818, lo: 0x97, hi: 0x9f}, + {value: 0x0808, lo: 0xa0, hi: 0xb6}, + {value: 0x0818, lo: 0xb7, hi: 0xbf}, + // Block 0x9d, offset 0x4bf + {value: 0x0000, lo: 0x04}, + {value: 0x0808, lo: 0x80, hi: 0x9e}, + {value: 0x0040, lo: 0x9f, hi: 0xa6}, + {value: 0x0818, lo: 0xa7, hi: 0xaf}, + {value: 0x0040, lo: 0xb0, hi: 0xbf}, + // Block 0x9e, offset 0x4c4 + {value: 0x0000, lo: 0x06}, + {value: 0x0040, lo: 0x80, hi: 0x9f}, + {value: 0x0808, lo: 0xa0, hi: 0xb2}, + {value: 0x0040, lo: 0xb3, hi: 0xb3}, + {value: 0x0808, lo: 0xb4, hi: 0xb5}, + {value: 0x0040, lo: 0xb6, hi: 0xba}, + {value: 0x0818, lo: 0xbb, hi: 0xbf}, + // Block 0x9f, offset 0x4cb + {value: 0x0000, lo: 0x07}, + {value: 0x0808, lo: 0x80, hi: 0x95}, + {value: 0x0818, lo: 0x96, hi: 0x9b}, + {value: 0x0040, lo: 0x9c, hi: 0x9e}, + {value: 0x0018, lo: 0x9f, hi: 0x9f}, + {value: 0x0808, lo: 0xa0, hi: 0xb9}, + {value: 0x0040, lo: 0xba, hi: 0xbe}, + {value: 0x0818, lo: 0xbf, hi: 0xbf}, + // Block 0xa0, offset 0x4d3 + {value: 0x0000, lo: 0x04}, + {value: 0x0808, lo: 0x80, hi: 0xb7}, + {value: 0x0040, lo: 0xb8, hi: 0xbb}, + {value: 0x0818, lo: 0xbc, hi: 0xbd}, + {value: 0x0808, lo: 0xbe, hi: 0xbf}, + // Block 0xa1, offset 0x4d8 + {value: 0x0000, lo: 0x03}, + {value: 0x0818, lo: 0x80, hi: 0x8f}, + {value: 0x0040, lo: 0x90, hi: 0x91}, + {value: 0x0818, lo: 0x92, hi: 0xbf}, + // Block 0xa2, offset 0x4dc + {value: 0x0000, lo: 0x0f}, + {value: 0x0808, lo: 0x80, hi: 0x80}, + {value: 0x3308, lo: 0x81, hi: 0x83}, + {value: 0x0040, lo: 0x84, hi: 0x84}, + {value: 0x3308, lo: 0x85, hi: 0x86}, + {value: 0x0040, lo: 0x87, hi: 0x8b}, + {value: 0x3308, lo: 0x8c, hi: 0x8f}, + {value: 0x0808, lo: 0x90, hi: 0x93}, + {value: 0x0040, lo: 0x94, hi: 0x94}, + {value: 0x0808, lo: 0x95, hi: 0x97}, + {value: 0x0040, lo: 0x98, hi: 0x98}, + {value: 0x0808, lo: 0x99, hi: 0xb3}, + {value: 0x0040, lo: 0xb4, hi: 0xb7}, + {value: 0x3308, lo: 0xb8, hi: 0xba}, + {value: 0x0040, lo: 0xbb, hi: 0xbe}, + {value: 0x3b08, lo: 0xbf, hi: 0xbf}, + // Block 0xa3, offset 0x4ec + {value: 0x0000, lo: 0x06}, + {value: 0x0818, lo: 0x80, hi: 0x87}, + {value: 0x0040, lo: 0x88, hi: 0x8f}, + {value: 0x0818, lo: 0x90, hi: 0x98}, + {value: 0x0040, lo: 0x99, hi: 0x9f}, + {value: 0x0808, lo: 0xa0, hi: 0xbc}, + {value: 0x0818, lo: 0xbd, hi: 0xbf}, + // Block 0xa4, offset 0x4f3 + {value: 0x0000, lo: 0x03}, + {value: 0x0808, lo: 0x80, hi: 0x9c}, + {value: 0x0818, lo: 0x9d, hi: 0x9f}, + {value: 0x0040, lo: 0xa0, hi: 0xbf}, + // Block 0xa5, offset 0x4f7 + {value: 0x0000, lo: 0x03}, + {value: 0x0808, lo: 0x80, hi: 0xb5}, + {value: 0x0040, lo: 0xb6, hi: 0xb8}, + {value: 0x0018, lo: 0xb9, hi: 0xbf}, + // Block 0xa6, offset 0x4fb + {value: 0x0000, lo: 0x06}, + {value: 0x0808, lo: 0x80, hi: 0x95}, + {value: 0x0040, lo: 0x96, hi: 0x97}, + {value: 0x0818, lo: 0x98, hi: 0x9f}, + {value: 0x0808, lo: 0xa0, hi: 0xb2}, + {value: 0x0040, lo: 0xb3, hi: 0xb7}, + {value: 0x0818, lo: 0xb8, hi: 0xbf}, + // Block 0xa7, offset 0x502 + {value: 0x0000, lo: 0x01}, + {value: 0x0808, lo: 0x80, hi: 0xbf}, + // Block 0xa8, offset 0x504 + {value: 0x0000, lo: 0x02}, + {value: 0x0808, lo: 0x80, hi: 0x88}, + {value: 0x0040, lo: 0x89, hi: 0xbf}, + // Block 0xa9, offset 0x507 + {value: 0x0000, lo: 0x02}, + {value: 0x03dd, lo: 0x80, hi: 0xb2}, + {value: 0x0040, lo: 0xb3, hi: 0xbf}, + // Block 0xaa, offset 0x50a + {value: 0x0000, lo: 0x03}, + {value: 0x0808, lo: 0x80, hi: 0xb2}, + {value: 0x0040, lo: 0xb3, hi: 0xb9}, + {value: 0x0818, lo: 0xba, hi: 0xbf}, + // Block 0xab, offset 0x50e + {value: 0x0000, lo: 0x03}, + {value: 0x0040, lo: 0x80, hi: 0x9f}, + {value: 0x0818, lo: 0xa0, hi: 0xbe}, + {value: 0x0040, lo: 0xbf, hi: 0xbf}, + // Block 0xac, offset 0x512 + {value: 0x0000, lo: 0x05}, + {value: 0x3008, lo: 0x80, hi: 0x80}, + {value: 0x3308, lo: 0x81, hi: 0x81}, + {value: 0x3008, lo: 0x82, hi: 0x82}, + {value: 0x0008, lo: 0x83, hi: 0xb7}, + {value: 0x3308, lo: 0xb8, hi: 0xbf}, + // Block 0xad, offset 0x518 + {value: 0x0000, lo: 0x08}, + {value: 0x3308, lo: 0x80, hi: 0x85}, + {value: 0x3b08, lo: 0x86, hi: 0x86}, + {value: 0x0018, lo: 0x87, hi: 0x8d}, + {value: 0x0040, lo: 0x8e, hi: 0x91}, + {value: 0x0018, lo: 0x92, hi: 0xa5}, + {value: 0x0008, lo: 0xa6, hi: 0xaf}, + {value: 0x0040, lo: 0xb0, hi: 0xbe}, + {value: 0x3b08, lo: 0xbf, hi: 0xbf}, + // Block 0xae, offset 0x521 + {value: 0x0000, lo: 0x0b}, + {value: 0x3308, lo: 0x80, hi: 0x81}, + {value: 0x3008, lo: 0x82, hi: 0x82}, + {value: 0x0008, lo: 0x83, hi: 0xaf}, + {value: 0x3008, lo: 0xb0, hi: 0xb2}, + {value: 0x3308, lo: 0xb3, hi: 0xb6}, + {value: 0x3008, lo: 0xb7, hi: 0xb8}, + {value: 0x3b08, lo: 0xb9, hi: 0xb9}, + {value: 0x3308, lo: 0xba, hi: 0xba}, + {value: 0x0018, lo: 0xbb, hi: 0xbc}, + {value: 0x0340, lo: 0xbd, hi: 0xbd}, + {value: 0x0018, lo: 0xbe, hi: 0xbf}, + // Block 0xaf, offset 0x52d + {value: 0x0000, lo: 0x06}, + {value: 0x0018, lo: 0x80, hi: 0x81}, + {value: 0x0040, lo: 0x82, hi: 0x8f}, + {value: 0x0008, lo: 0x90, hi: 0xa8}, + {value: 0x0040, lo: 0xa9, hi: 0xaf}, + {value: 0x0008, lo: 0xb0, hi: 0xb9}, + {value: 0x0040, lo: 0xba, hi: 0xbf}, + // Block 0xb0, offset 0x534 + {value: 0x0000, lo: 0x08}, + {value: 0x3308, lo: 0x80, hi: 0x82}, + {value: 0x0008, lo: 0x83, hi: 0xa6}, + {value: 0x3308, lo: 0xa7, hi: 0xab}, + {value: 0x3008, lo: 0xac, hi: 0xac}, + {value: 0x3308, lo: 0xad, hi: 0xb2}, + {value: 0x3b08, lo: 0xb3, hi: 0xb4}, + {value: 0x0040, lo: 0xb5, hi: 0xb5}, + {value: 0x0008, lo: 0xb6, hi: 0xbf}, + // Block 0xb1, offset 0x53d + {value: 0x0000, lo: 0x07}, + {value: 0x0018, lo: 0x80, hi: 0x83}, + {value: 0x0040, lo: 0x84, hi: 0x8f}, + {value: 0x0008, lo: 0x90, hi: 0xb2}, + {value: 0x3308, lo: 0xb3, hi: 0xb3}, + {value: 0x0018, lo: 0xb4, hi: 0xb5}, + {value: 0x0008, lo: 0xb6, hi: 0xb6}, + {value: 0x0040, lo: 0xb7, hi: 0xbf}, + // Block 0xb2, offset 0x545 + {value: 0x0000, lo: 0x06}, + {value: 0x3308, lo: 0x80, hi: 0x81}, + {value: 0x3008, lo: 0x82, hi: 0x82}, + {value: 0x0008, lo: 0x83, hi: 0xb2}, + {value: 0x3008, lo: 0xb3, hi: 0xb5}, + {value: 0x3308, lo: 0xb6, hi: 0xbe}, + {value: 0x3008, lo: 0xbf, hi: 0xbf}, + // Block 0xb3, offset 0x54c + {value: 0x0000, lo: 0x0d}, + {value: 0x3808, lo: 0x80, hi: 0x80}, + {value: 0x0008, lo: 0x81, hi: 0x84}, + {value: 0x0018, lo: 0x85, hi: 0x89}, + {value: 0x3308, lo: 0x8a, hi: 0x8c}, + {value: 0x0018, lo: 0x8d, hi: 0x8d}, + {value: 0x0040, lo: 0x8e, hi: 0x8f}, + {value: 0x0008, lo: 0x90, hi: 0x9a}, + {value: 0x0018, lo: 0x9b, hi: 0x9b}, + {value: 0x0008, lo: 0x9c, hi: 0x9c}, + {value: 0x0018, lo: 0x9d, hi: 0x9f}, + {value: 0x0040, lo: 0xa0, hi: 0xa0}, + {value: 0x0018, lo: 0xa1, hi: 0xb4}, + {value: 0x0040, lo: 0xb5, hi: 0xbf}, + // Block 0xb4, offset 0x55a + {value: 0x0000, lo: 0x0c}, + {value: 0x0008, lo: 0x80, hi: 0x91}, + {value: 0x0040, lo: 0x92, hi: 0x92}, + {value: 0x0008, lo: 0x93, hi: 0xab}, + {value: 0x3008, lo: 0xac, hi: 0xae}, + {value: 0x3308, lo: 0xaf, hi: 0xb1}, + {value: 0x3008, lo: 0xb2, hi: 0xb3}, + {value: 0x3308, lo: 0xb4, hi: 0xb4}, + {value: 0x3808, lo: 0xb5, hi: 0xb5}, + {value: 0x3308, lo: 0xb6, hi: 0xb7}, + {value: 0x0018, lo: 0xb8, hi: 0xbd}, + {value: 0x3308, lo: 0xbe, hi: 0xbe}, + {value: 0x0040, lo: 0xbf, hi: 0xbf}, + // Block 0xb5, offset 0x567 + {value: 0x0000, lo: 0x0c}, + {value: 0x0008, lo: 0x80, hi: 0x86}, + {value: 0x0040, lo: 0x87, hi: 0x87}, + {value: 0x0008, lo: 0x88, hi: 0x88}, + {value: 0x0040, lo: 0x89, hi: 0x89}, + {value: 0x0008, lo: 0x8a, hi: 0x8d}, + {value: 0x0040, lo: 0x8e, hi: 0x8e}, + {value: 0x0008, lo: 0x8f, hi: 0x9d}, + {value: 0x0040, lo: 0x9e, hi: 0x9e}, + {value: 0x0008, lo: 0x9f, hi: 0xa8}, + {value: 0x0018, lo: 0xa9, hi: 0xa9}, + {value: 0x0040, lo: 0xaa, hi: 0xaf}, + {value: 0x0008, lo: 0xb0, hi: 0xbf}, + // Block 0xb6, offset 0x574 + {value: 0x0000, lo: 0x08}, + {value: 0x0008, lo: 0x80, hi: 0x9e}, + {value: 0x3308, lo: 0x9f, hi: 0x9f}, + {value: 0x3008, lo: 0xa0, hi: 0xa2}, + {value: 0x3308, lo: 0xa3, hi: 0xa9}, + {value: 0x3b08, lo: 0xaa, hi: 0xaa}, + {value: 0x0040, lo: 0xab, hi: 0xaf}, + {value: 0x0008, lo: 0xb0, hi: 0xb9}, + {value: 0x0040, lo: 0xba, hi: 0xbf}, + // Block 0xb7, offset 0x57d + {value: 0x0000, lo: 0x03}, + {value: 0x0008, lo: 0x80, hi: 0xb4}, + {value: 0x3008, lo: 0xb5, hi: 0xb7}, + {value: 0x3308, lo: 0xb8, hi: 0xbf}, + // Block 0xb8, offset 0x581 + {value: 0x0000, lo: 0x0d}, + {value: 0x3008, lo: 0x80, hi: 0x81}, + {value: 0x3b08, lo: 0x82, hi: 0x82}, + {value: 0x3308, lo: 0x83, hi: 0x84}, + {value: 0x3008, lo: 0x85, hi: 0x85}, + {value: 0x3308, lo: 0x86, hi: 0x86}, + {value: 0x0008, lo: 0x87, hi: 0x8a}, + {value: 0x0018, lo: 0x8b, hi: 0x8f}, + {value: 0x0008, lo: 0x90, hi: 0x99}, + {value: 0x0040, lo: 0x9a, hi: 0x9a}, + {value: 0x0018, lo: 0x9b, hi: 0x9b}, + {value: 0x0040, lo: 0x9c, hi: 0x9c}, + {value: 0x0018, lo: 0x9d, hi: 0x9d}, + {value: 0x0040, lo: 0x9e, hi: 0xbf}, + // Block 0xb9, offset 0x58f + {value: 0x0000, lo: 0x07}, + {value: 0x0008, lo: 0x80, hi: 0xaf}, + {value: 0x3008, lo: 0xb0, hi: 0xb2}, + {value: 0x3308, lo: 0xb3, hi: 0xb8}, + {value: 0x3008, lo: 0xb9, hi: 0xb9}, + {value: 0x3308, lo: 0xba, hi: 0xba}, + {value: 0x3008, lo: 0xbb, hi: 0xbe}, + {value: 0x3308, lo: 0xbf, hi: 0xbf}, + // Block 0xba, offset 0x597 + {value: 0x0000, lo: 0x0a}, + {value: 0x3308, lo: 0x80, hi: 0x80}, + {value: 0x3008, lo: 0x81, hi: 0x81}, + {value: 0x3b08, lo: 0x82, hi: 0x82}, + {value: 0x3308, lo: 0x83, hi: 0x83}, + {value: 0x0008, lo: 0x84, hi: 0x85}, + {value: 0x0018, lo: 0x86, hi: 0x86}, + {value: 0x0008, lo: 0x87, hi: 0x87}, + {value: 0x0040, lo: 0x88, hi: 0x8f}, + {value: 0x0008, lo: 0x90, hi: 0x99}, + {value: 0x0040, lo: 0x9a, hi: 0xbf}, + // Block 0xbb, offset 0x5a2 + {value: 0x0000, lo: 0x08}, + {value: 0x0008, lo: 0x80, hi: 0xae}, + {value: 0x3008, lo: 0xaf, hi: 0xb1}, + {value: 0x3308, lo: 0xb2, hi: 0xb5}, + {value: 0x0040, lo: 0xb6, hi: 0xb7}, + {value: 0x3008, lo: 0xb8, hi: 0xbb}, + {value: 0x3308, lo: 0xbc, hi: 0xbd}, + {value: 0x3008, lo: 0xbe, hi: 0xbe}, + {value: 0x3b08, lo: 0xbf, hi: 0xbf}, + // Block 0xbc, offset 0x5ab + {value: 0x0000, lo: 0x05}, + {value: 0x3308, lo: 0x80, hi: 0x80}, + {value: 0x0018, lo: 0x81, hi: 0x97}, + {value: 0x0008, lo: 0x98, hi: 0x9b}, + {value: 0x3308, lo: 0x9c, hi: 0x9d}, + {value: 0x0040, lo: 0x9e, hi: 0xbf}, + // Block 0xbd, offset 0x5b1 + {value: 0x0000, lo: 0x07}, + {value: 0x0008, lo: 0x80, hi: 0xaf}, + {value: 0x3008, lo: 0xb0, hi: 0xb2}, + {value: 0x3308, lo: 0xb3, hi: 0xba}, + {value: 0x3008, lo: 0xbb, hi: 0xbc}, + {value: 0x3308, lo: 0xbd, hi: 0xbd}, + {value: 0x3008, lo: 0xbe, hi: 0xbe}, + {value: 0x3b08, lo: 0xbf, hi: 0xbf}, + // Block 0xbe, offset 0x5b9 + {value: 0x0000, lo: 0x08}, + {value: 0x3308, lo: 0x80, hi: 0x80}, + {value: 0x0018, lo: 0x81, hi: 0x83}, + {value: 0x0008, lo: 0x84, hi: 0x84}, + {value: 0x0040, lo: 0x85, hi: 0x8f}, + {value: 0x0008, lo: 0x90, hi: 0x99}, + {value: 0x0040, lo: 0x9a, hi: 0x9f}, + {value: 0x0018, lo: 0xa0, hi: 0xac}, + {value: 0x0040, lo: 0xad, hi: 0xbf}, + // Block 0xbf, offset 0x5c2 + {value: 0x0000, lo: 0x09}, + {value: 0x0008, lo: 0x80, hi: 0xaa}, + {value: 0x3308, lo: 0xab, hi: 0xab}, + {value: 0x3008, lo: 0xac, hi: 0xac}, + {value: 0x3308, lo: 0xad, hi: 0xad}, + {value: 0x3008, lo: 0xae, hi: 0xaf}, + {value: 0x3308, lo: 0xb0, hi: 0xb5}, + {value: 0x3808, lo: 0xb6, hi: 0xb6}, + {value: 0x3308, lo: 0xb7, hi: 0xb7}, + {value: 0x0040, lo: 0xb8, hi: 0xbf}, + // Block 0xc0, offset 0x5cc + {value: 0x0000, lo: 0x02}, + {value: 0x0008, lo: 0x80, hi: 0x89}, + {value: 0x0040, lo: 0x8a, hi: 0xbf}, + // Block 0xc1, offset 0x5cf + {value: 0x0000, lo: 0x0b}, + {value: 0x0008, lo: 0x80, hi: 0x99}, + {value: 0x0040, lo: 0x9a, hi: 0x9c}, + {value: 0x3308, lo: 0x9d, hi: 0x9f}, + {value: 0x3008, lo: 0xa0, hi: 0xa1}, + {value: 0x3308, lo: 0xa2, hi: 0xa5}, + {value: 0x3008, lo: 0xa6, hi: 0xa6}, + {value: 0x3308, lo: 0xa7, hi: 0xaa}, + {value: 0x3b08, lo: 0xab, hi: 0xab}, + {value: 0x0040, lo: 0xac, hi: 0xaf}, + {value: 0x0008, lo: 0xb0, hi: 0xb9}, + {value: 0x0018, lo: 0xba, hi: 0xbf}, + // Block 0xc2, offset 0x5db + {value: 0x0000, lo: 0x02}, + {value: 0x0040, lo: 0x80, hi: 0x9f}, + {value: 0x049d, lo: 0xa0, hi: 0xbf}, + // Block 0xc3, offset 0x5de + {value: 0x0000, lo: 0x04}, + {value: 0x0008, lo: 0x80, hi: 0xa9}, + {value: 0x0018, lo: 0xaa, hi: 0xb2}, + {value: 0x0040, lo: 0xb3, hi: 0xbe}, + {value: 0x0008, lo: 0xbf, hi: 0xbf}, + // Block 0xc4, offset 0x5e3 + {value: 0x0000, lo: 0x02}, + {value: 0x0008, lo: 0x80, hi: 0xb8}, + {value: 0x0040, lo: 0xb9, hi: 0xbf}, + // Block 0xc5, offset 0x5e6 + {value: 0x0000, lo: 0x09}, + {value: 0x0008, lo: 0x80, hi: 0x88}, + {value: 0x0040, lo: 0x89, hi: 0x89}, + {value: 0x0008, lo: 0x8a, hi: 0xae}, + {value: 0x3008, lo: 0xaf, hi: 0xaf}, + {value: 0x3308, lo: 0xb0, hi: 0xb6}, + {value: 0x0040, lo: 0xb7, hi: 0xb7}, + {value: 0x3308, lo: 0xb8, hi: 0xbd}, + {value: 0x3008, lo: 0xbe, hi: 0xbe}, + {value: 0x3b08, lo: 0xbf, hi: 0xbf}, + // Block 0xc6, offset 0x5f0 + {value: 0x0000, lo: 0x08}, + {value: 0x0008, lo: 0x80, hi: 0x80}, + {value: 0x0018, lo: 0x81, hi: 0x85}, + {value: 0x0040, lo: 0x86, hi: 0x8f}, + {value: 0x0008, lo: 0x90, hi: 0x99}, + {value: 0x0018, lo: 0x9a, hi: 0xac}, + {value: 0x0040, lo: 0xad, hi: 0xaf}, + {value: 0x0018, lo: 0xb0, hi: 0xb1}, + {value: 0x0008, lo: 0xb2, hi: 0xbf}, + // Block 0xc7, offset 0x5f9 + {value: 0x0000, lo: 0x0b}, + {value: 0x0008, lo: 0x80, hi: 0x8f}, + {value: 0x0040, lo: 0x90, hi: 0x91}, + {value: 0x3308, lo: 0x92, hi: 0xa7}, + {value: 0x0040, lo: 0xa8, hi: 0xa8}, + {value: 0x3008, lo: 0xa9, hi: 0xa9}, + {value: 0x3308, lo: 0xaa, hi: 0xb0}, + {value: 0x3008, lo: 0xb1, hi: 0xb1}, + {value: 0x3308, lo: 0xb2, hi: 0xb3}, + {value: 0x3008, lo: 0xb4, hi: 0xb4}, + {value: 0x3308, lo: 0xb5, hi: 0xb6}, + {value: 0x0040, lo: 0xb7, hi: 0xbf}, + // Block 0xc8, offset 0x605 + {value: 0x0000, lo: 0x02}, + {value: 0x0008, lo: 0x80, hi: 0x99}, + {value: 0x0040, lo: 0x9a, hi: 0xbf}, + // Block 0xc9, offset 0x608 + {value: 0x0000, lo: 0x04}, + {value: 0x0018, lo: 0x80, hi: 0xae}, + {value: 0x0040, lo: 0xaf, hi: 0xaf}, + {value: 0x0018, lo: 0xb0, hi: 0xb4}, + {value: 0x0040, lo: 0xb5, hi: 0xbf}, + // Block 0xca, offset 0x60d + {value: 0x0000, lo: 0x02}, + {value: 0x0008, lo: 0x80, hi: 0x83}, + {value: 0x0040, lo: 0x84, hi: 0xbf}, + // Block 0xcb, offset 0x610 + {value: 0x0000, lo: 0x02}, + {value: 0x0008, lo: 0x80, hi: 0xae}, + {value: 0x0040, lo: 0xaf, hi: 0xbf}, + // Block 0xcc, offset 0x613 + {value: 0x0000, lo: 0x02}, + {value: 0x0008, lo: 0x80, hi: 0x86}, + {value: 0x0040, lo: 0x87, hi: 0xbf}, + // Block 0xcd, offset 0x616 + {value: 0x0000, lo: 0x06}, + {value: 0x0008, lo: 0x80, hi: 0x9e}, + {value: 0x0040, lo: 0x9f, hi: 0x9f}, + {value: 0x0008, lo: 0xa0, hi: 0xa9}, + {value: 0x0040, lo: 0xaa, hi: 0xad}, + {value: 0x0018, lo: 0xae, hi: 0xaf}, + {value: 0x0040, lo: 0xb0, hi: 0xbf}, + // Block 0xce, offset 0x61d + {value: 0x0000, lo: 0x06}, + {value: 0x0040, lo: 0x80, hi: 0x8f}, + {value: 0x0008, lo: 0x90, hi: 0xad}, + {value: 0x0040, lo: 0xae, hi: 0xaf}, + {value: 0x3308, lo: 0xb0, hi: 0xb4}, + {value: 0x0018, lo: 0xb5, hi: 0xb5}, + {value: 0x0040, lo: 0xb6, hi: 0xbf}, + // Block 0xcf, offset 0x624 + {value: 0x0000, lo: 0x03}, + {value: 0x0008, lo: 0x80, hi: 0xaf}, + {value: 0x3308, lo: 0xb0, hi: 0xb6}, + {value: 0x0018, lo: 0xb7, hi: 0xbf}, + // Block 0xd0, offset 0x628 + {value: 0x0000, lo: 0x0a}, + {value: 0x0008, lo: 0x80, hi: 0x83}, + {value: 0x0018, lo: 0x84, hi: 0x85}, + {value: 0x0040, lo: 0x86, hi: 0x8f}, + {value: 0x0008, lo: 0x90, hi: 0x99}, + {value: 0x0040, lo: 0x9a, hi: 0x9a}, + {value: 0x0018, lo: 0x9b, hi: 0xa1}, + {value: 0x0040, lo: 0xa2, hi: 0xa2}, + {value: 0x0008, lo: 0xa3, hi: 0xb7}, + {value: 0x0040, lo: 0xb8, hi: 0xbc}, + {value: 0x0008, lo: 0xbd, hi: 0xbf}, + // Block 0xd1, offset 0x633 + {value: 0x0000, lo: 0x02}, + {value: 0x0008, lo: 0x80, hi: 0x8f}, + {value: 0x0040, lo: 0x90, hi: 0xbf}, + // Block 0xd2, offset 0x636 + {value: 0x0000, lo: 0x05}, + {value: 0x0008, lo: 0x80, hi: 0x84}, + {value: 0x0040, lo: 0x85, hi: 0x8f}, + {value: 0x0008, lo: 0x90, hi: 0x90}, + {value: 0x3008, lo: 0x91, hi: 0xbe}, + {value: 0x0040, lo: 0xbf, hi: 0xbf}, + // Block 0xd3, offset 0x63c + {value: 0x0000, lo: 0x04}, + {value: 0x0040, lo: 0x80, hi: 0x8e}, + {value: 0x3308, lo: 0x8f, hi: 0x92}, + {value: 0x0008, lo: 0x93, hi: 0x9f}, + {value: 0x0040, lo: 0xa0, hi: 0xbf}, + // Block 0xd4, offset 0x641 + {value: 0x0000, lo: 0x03}, + {value: 0x0040, lo: 0x80, hi: 0x9f}, + {value: 0x0008, lo: 0xa0, hi: 0xa0}, + {value: 0x0040, lo: 0xa1, hi: 0xbf}, + // Block 0xd5, offset 0x645 + {value: 0x0000, lo: 0x02}, + {value: 0x0008, lo: 0x80, hi: 0xac}, + {value: 0x0040, lo: 0xad, hi: 0xbf}, + // Block 0xd6, offset 0x648 + {value: 0x0000, lo: 0x02}, + {value: 0x0008, lo: 0x80, hi: 0xb2}, + {value: 0x0040, lo: 0xb3, hi: 0xbf}, + // Block 0xd7, offset 0x64b + {value: 0x0000, lo: 0x02}, + {value: 0x0008, lo: 0x80, hi: 0x81}, + {value: 0x0040, lo: 0x82, hi: 0xbf}, + // Block 0xd8, offset 0x64e + {value: 0x0000, lo: 0x04}, + {value: 0x0008, lo: 0x80, hi: 0xaa}, + {value: 0x0040, lo: 0xab, hi: 0xaf}, + {value: 0x0008, lo: 0xb0, hi: 0xbc}, + {value: 0x0040, lo: 0xbd, hi: 0xbf}, + // Block 0xd9, offset 0x653 + {value: 0x0000, lo: 0x09}, + {value: 0x0008, lo: 0x80, hi: 0x88}, + {value: 0x0040, lo: 0x89, hi: 0x8f}, + {value: 0x0008, lo: 0x90, hi: 0x99}, + {value: 0x0040, lo: 0x9a, hi: 0x9b}, + {value: 0x0018, lo: 0x9c, hi: 0x9c}, + {value: 0x3308, lo: 0x9d, hi: 0x9e}, + {value: 0x0018, lo: 0x9f, hi: 0x9f}, + {value: 0x03c0, lo: 0xa0, hi: 0xa3}, + {value: 0x0040, lo: 0xa4, hi: 0xbf}, + // Block 0xda, offset 0x65d + {value: 0x0000, lo: 0x02}, + {value: 0x0018, lo: 0x80, hi: 0xb5}, + {value: 0x0040, lo: 0xb6, hi: 0xbf}, + // Block 0xdb, offset 0x660 + {value: 0x0000, lo: 0x03}, + {value: 0x0018, lo: 0x80, hi: 0xa6}, + {value: 0x0040, lo: 0xa7, hi: 0xa8}, + {value: 0x0018, lo: 0xa9, hi: 0xbf}, + // Block 0xdc, offset 0x664 + {value: 0x0000, lo: 0x0e}, + {value: 0x0018, lo: 0x80, hi: 0x9d}, + {value: 0xb5b9, lo: 0x9e, hi: 0x9e}, + {value: 0xb601, lo: 0x9f, hi: 0x9f}, + {value: 0xb649, lo: 0xa0, hi: 0xa0}, + {value: 0xb6b1, lo: 0xa1, hi: 0xa1}, + {value: 0xb719, lo: 0xa2, hi: 0xa2}, + {value: 0xb781, lo: 0xa3, hi: 0xa3}, + {value: 0xb7e9, lo: 0xa4, hi: 0xa4}, + {value: 0x3018, lo: 0xa5, hi: 0xa6}, + {value: 0x3318, lo: 0xa7, hi: 0xa9}, + {value: 0x0018, lo: 0xaa, hi: 0xac}, + {value: 0x3018, lo: 0xad, hi: 0xb2}, + {value: 0x0340, lo: 0xb3, hi: 0xba}, + {value: 0x3318, lo: 0xbb, hi: 0xbf}, + // Block 0xdd, offset 0x673 + {value: 0x0000, lo: 0x0b}, + {value: 0x3318, lo: 0x80, hi: 0x82}, + {value: 0x0018, lo: 0x83, hi: 0x84}, + {value: 0x3318, lo: 0x85, hi: 0x8b}, + {value: 0x0018, lo: 0x8c, hi: 0xa9}, + {value: 0x3318, lo: 0xaa, hi: 0xad}, + {value: 0x0018, lo: 0xae, hi: 0xba}, + {value: 0xb851, lo: 0xbb, hi: 0xbb}, + {value: 0xb899, lo: 0xbc, hi: 0xbc}, + {value: 0xb8e1, lo: 0xbd, hi: 0xbd}, + {value: 0xb949, lo: 0xbe, hi: 0xbe}, + {value: 0xb9b1, lo: 0xbf, hi: 0xbf}, + // Block 0xde, offset 0x67f + {value: 0x0000, lo: 0x03}, + {value: 0xba19, lo: 0x80, hi: 0x80}, + {value: 0x0018, lo: 0x81, hi: 0xa8}, + {value: 0x0040, lo: 0xa9, hi: 0xbf}, + // Block 0xdf, offset 0x683 + {value: 0x0000, lo: 0x04}, + {value: 0x0018, lo: 0x80, hi: 0x81}, + {value: 0x3318, lo: 0x82, hi: 0x84}, + {value: 0x0018, lo: 0x85, hi: 0x85}, + {value: 0x0040, lo: 0x86, hi: 0xbf}, + // Block 0xe0, offset 0x688 + {value: 0x0000, lo: 0x04}, + {value: 0x0018, lo: 0x80, hi: 0x96}, + {value: 0x0040, lo: 0x97, hi: 0x9f}, + {value: 0x0018, lo: 0xa0, hi: 0xb1}, + {value: 0x0040, lo: 0xb2, hi: 0xbf}, + // Block 0xe1, offset 0x68d + {value: 0x0000, lo: 0x03}, + {value: 0x3308, lo: 0x80, hi: 0xb6}, + {value: 0x0018, lo: 0xb7, hi: 0xba}, + {value: 0x3308, lo: 0xbb, hi: 0xbf}, + // Block 0xe2, offset 0x691 + {value: 0x0000, lo: 0x04}, + {value: 0x3308, lo: 0x80, hi: 0xac}, + {value: 0x0018, lo: 0xad, hi: 0xb4}, + {value: 0x3308, lo: 0xb5, hi: 0xb5}, + {value: 0x0018, lo: 0xb6, hi: 0xbf}, + // Block 0xe3, offset 0x696 + {value: 0x0000, lo: 0x08}, + {value: 0x0018, lo: 0x80, hi: 0x83}, + {value: 0x3308, lo: 0x84, hi: 0x84}, + {value: 0x0018, lo: 0x85, hi: 0x8b}, + {value: 0x0040, lo: 0x8c, hi: 0x9a}, + {value: 0x3308, lo: 0x9b, hi: 0x9f}, + {value: 0x0040, lo: 0xa0, hi: 0xa0}, + {value: 0x3308, lo: 0xa1, hi: 0xaf}, + {value: 0x0040, lo: 0xb0, hi: 0xbf}, + // Block 0xe4, offset 0x69f + {value: 0x0000, lo: 0x0a}, + {value: 0x3308, lo: 0x80, hi: 0x86}, + {value: 0x0040, lo: 0x87, hi: 0x87}, + {value: 0x3308, lo: 0x88, hi: 0x98}, + {value: 0x0040, lo: 0x99, hi: 0x9a}, + {value: 0x3308, lo: 0x9b, hi: 0xa1}, + {value: 0x0040, lo: 0xa2, hi: 0xa2}, + {value: 0x3308, lo: 0xa3, hi: 0xa4}, + {value: 0x0040, lo: 0xa5, hi: 0xa5}, + {value: 0x3308, lo: 0xa6, hi: 0xaa}, + {value: 0x0040, lo: 0xab, hi: 0xbf}, + // Block 0xe5, offset 0x6aa + {value: 0x0000, lo: 0x05}, + {value: 0x0808, lo: 0x80, hi: 0x84}, + {value: 0x0040, lo: 0x85, hi: 0x86}, + {value: 0x0818, lo: 0x87, hi: 0x8f}, + {value: 0x3308, lo: 0x90, hi: 0x96}, + {value: 0x0040, lo: 0x97, hi: 0xbf}, + // Block 0xe6, offset 0x6b0 + {value: 0x0000, lo: 0x07}, + {value: 0x0a08, lo: 0x80, hi: 0x83}, + {value: 0x3308, lo: 0x84, hi: 0x8a}, + {value: 0x0040, lo: 0x8b, hi: 0x8f}, + {value: 0x0808, lo: 0x90, hi: 0x99}, + {value: 0x0040, lo: 0x9a, hi: 0x9d}, + {value: 0x0818, lo: 0x9e, hi: 0x9f}, + {value: 0x0040, lo: 0xa0, hi: 0xbf}, + // Block 0xe7, offset 0x6b8 + {value: 0x0000, lo: 0x03}, + {value: 0x0040, lo: 0x80, hi: 0xaf}, + {value: 0x0018, lo: 0xb0, hi: 0xb1}, + {value: 0x0040, lo: 0xb2, hi: 0xbf}, + // Block 0xe8, offset 0x6bc + {value: 0x0000, lo: 0x03}, + {value: 0x0018, lo: 0x80, hi: 0xab}, + {value: 0x0040, lo: 0xac, hi: 0xaf}, + {value: 0x0018, lo: 0xb0, hi: 0xbf}, + // Block 0xe9, offset 0x6c0 + {value: 0x0000, lo: 0x05}, + {value: 0x0018, lo: 0x80, hi: 0x93}, + {value: 0x0040, lo: 0x94, hi: 0x9f}, + {value: 0x0018, lo: 0xa0, hi: 0xae}, + {value: 0x0040, lo: 0xaf, hi: 0xb0}, + {value: 0x0018, lo: 0xb1, hi: 0xbf}, + // Block 0xea, offset 0x6c6 + {value: 0x0000, lo: 0x05}, + {value: 0x0040, lo: 0x80, hi: 0x80}, + {value: 0x0018, lo: 0x81, hi: 0x8f}, + {value: 0x0040, lo: 0x90, hi: 0x90}, + {value: 0x0018, lo: 0x91, hi: 0xb5}, + {value: 0x0040, lo: 0xb6, hi: 0xbf}, + // Block 0xeb, offset 0x6cc + {value: 0x0000, lo: 0x04}, + {value: 0x0018, lo: 0x80, hi: 0x8f}, + {value: 0xc1c1, lo: 0x90, hi: 0x90}, + {value: 0x0018, lo: 0x91, hi: 0xac}, + {value: 0x0040, lo: 0xad, hi: 0xbf}, + // Block 0xec, offset 0x6d1 + {value: 0x0000, lo: 0x02}, + {value: 0x0040, lo: 0x80, hi: 0xa5}, + {value: 0x0018, lo: 0xa6, hi: 0xbf}, + // Block 0xed, offset 0x6d4 + {value: 0x0000, lo: 0x0d}, + {value: 0xc7e9, lo: 0x80, hi: 0x80}, + {value: 0xc839, lo: 0x81, hi: 0x81}, + {value: 0xc889, lo: 0x82, hi: 0x82}, + {value: 0xc8d9, lo: 0x83, hi: 0x83}, + {value: 0xc929, lo: 0x84, hi: 0x84}, + {value: 0xc979, lo: 0x85, hi: 0x85}, + {value: 0xc9c9, lo: 0x86, hi: 0x86}, + {value: 0xca19, lo: 0x87, hi: 0x87}, + {value: 0xca69, lo: 0x88, hi: 0x88}, + {value: 0x0040, lo: 0x89, hi: 0x8f}, + {value: 0xcab9, lo: 0x90, hi: 0x90}, + {value: 0xcad9, lo: 0x91, hi: 0x91}, + {value: 0x0040, lo: 0x92, hi: 0xbf}, + // Block 0xee, offset 0x6e2 + {value: 0x0000, lo: 0x06}, + {value: 0x0018, lo: 0x80, hi: 0x92}, + {value: 0x0040, lo: 0x93, hi: 0x9f}, + {value: 0x0018, lo: 0xa0, hi: 0xac}, + {value: 0x0040, lo: 0xad, hi: 0xaf}, + {value: 0x0018, lo: 0xb0, hi: 0xb6}, + {value: 0x0040, lo: 0xb7, hi: 0xbf}, + // Block 0xef, offset 0x6e9 + {value: 0x0000, lo: 0x02}, + {value: 0x0018, lo: 0x80, hi: 0xb3}, + {value: 0x0040, lo: 0xb4, hi: 0xbf}, + // Block 0xf0, offset 0x6ec + {value: 0x0000, lo: 0x02}, + {value: 0x0018, lo: 0x80, hi: 0x94}, + {value: 0x0040, lo: 0x95, hi: 0xbf}, + // Block 0xf1, offset 0x6ef + {value: 0x0000, lo: 0x03}, + {value: 0x0018, lo: 0x80, hi: 0x8b}, + {value: 0x0040, lo: 0x8c, hi: 0x8f}, + {value: 0x0018, lo: 0x90, hi: 0xbf}, + // Block 0xf2, offset 0x6f3 + {value: 0x0000, lo: 0x05}, + {value: 0x0018, lo: 0x80, hi: 0x87}, + {value: 0x0040, lo: 0x88, hi: 0x8f}, + {value: 0x0018, lo: 0x90, hi: 0x99}, + {value: 0x0040, lo: 0x9a, hi: 0x9f}, + {value: 0x0018, lo: 0xa0, hi: 0xbf}, + // Block 0xf3, offset 0x6f9 + {value: 0x0000, lo: 0x04}, + {value: 0x0018, lo: 0x80, hi: 0x87}, + {value: 0x0040, lo: 0x88, hi: 0x8f}, + {value: 0x0018, lo: 0x90, hi: 0xad}, + {value: 0x0040, lo: 0xae, hi: 0xbf}, + // Block 0xf4, offset 0x6fe + {value: 0x0000, lo: 0x09}, + {value: 0x0040, lo: 0x80, hi: 0x8f}, + {value: 0x0018, lo: 0x90, hi: 0x9e}, + {value: 0x0040, lo: 0x9f, hi: 0x9f}, + {value: 0x0018, lo: 0xa0, hi: 0xa7}, + {value: 0x0040, lo: 0xa8, hi: 0xaf}, + {value: 0x0018, lo: 0xb0, hi: 0xb0}, + {value: 0x0040, lo: 0xb1, hi: 0xb2}, + {value: 0x0018, lo: 0xb3, hi: 0xbe}, + {value: 0x0040, lo: 0xbf, hi: 0xbf}, + // Block 0xf5, offset 0x708 + {value: 0x0000, lo: 0x04}, + {value: 0x0018, lo: 0x80, hi: 0x8b}, + {value: 0x0040, lo: 0x8c, hi: 0x8f}, + {value: 0x0018, lo: 0x90, hi: 0x9e}, + {value: 0x0040, lo: 0x9f, hi: 0xbf}, + // Block 0xf6, offset 0x70d + {value: 0x0000, lo: 0x02}, + {value: 0x0018, lo: 0x80, hi: 0x91}, + {value: 0x0040, lo: 0x92, hi: 0xbf}, + // Block 0xf7, offset 0x710 + {value: 0x0000, lo: 0x02}, + {value: 0x0018, lo: 0x80, hi: 0x80}, + {value: 0x0040, lo: 0x81, hi: 0xbf}, + // Block 0xf8, offset 0x713 + {value: 0x0000, lo: 0x02}, + {value: 0x0008, lo: 0x80, hi: 0x96}, + {value: 0x0040, lo: 0x97, hi: 0xbf}, + // Block 0xf9, offset 0x716 + {value: 0x0000, lo: 0x02}, + {value: 0x0008, lo: 0x80, hi: 0xb4}, + {value: 0x0040, lo: 0xb5, hi: 0xbf}, + // Block 0xfa, offset 0x719 + {value: 0x0000, lo: 0x03}, + {value: 0x0008, lo: 0x80, hi: 0x9d}, + {value: 0x0040, lo: 0x9e, hi: 0x9f}, + {value: 0x0008, lo: 0xa0, hi: 0xbf}, + // Block 0xfb, offset 0x71d + {value: 0x0000, lo: 0x02}, + {value: 0x0008, lo: 0x80, hi: 0xa1}, + {value: 0x0040, lo: 0xa2, hi: 0xbf}, + // Block 0xfc, offset 0x720 + {value: 0x0020, lo: 0x0f}, + {value: 0xdeb9, lo: 0x80, hi: 0x89}, + {value: 0x8dfd, lo: 0x8a, hi: 0x8a}, + {value: 0xdff9, lo: 0x8b, hi: 0x9c}, + {value: 0x8e1d, lo: 0x9d, hi: 0x9d}, + {value: 0xe239, lo: 0x9e, hi: 0xa2}, + {value: 0x8e3d, lo: 0xa3, hi: 0xa3}, + {value: 0xe2d9, lo: 0xa4, hi: 0xab}, + {value: 0x7ed5, lo: 0xac, hi: 0xac}, + {value: 0xe3d9, lo: 0xad, hi: 0xaf}, + {value: 0x8e5d, lo: 0xb0, hi: 0xb0}, + {value: 0xe439, lo: 0xb1, hi: 0xb6}, + {value: 0x8e7d, lo: 0xb7, hi: 0xb9}, + {value: 0xe4f9, lo: 0xba, hi: 0xba}, + {value: 0x8edd, lo: 0xbb, hi: 0xbb}, + {value: 0xe519, lo: 0xbc, hi: 0xbf}, + // Block 0xfd, offset 0x730 + {value: 0x0020, lo: 0x10}, + {value: 0x937d, lo: 0x80, hi: 0x80}, + {value: 0xf099, lo: 0x81, hi: 0x86}, + {value: 0x939d, lo: 0x87, hi: 0x8a}, + {value: 0xd9f9, lo: 0x8b, hi: 0x8b}, + {value: 0xf159, lo: 0x8c, hi: 0x96}, + {value: 0x941d, lo: 0x97, hi: 0x97}, + {value: 0xf2b9, lo: 0x98, hi: 0xa3}, + {value: 0x943d, lo: 0xa4, hi: 0xa6}, + {value: 0xf439, lo: 0xa7, hi: 0xaa}, + {value: 0x949d, lo: 0xab, hi: 0xab}, + {value: 0xf4b9, lo: 0xac, hi: 0xac}, + {value: 0x94bd, lo: 0xad, hi: 0xad}, + {value: 0xf4d9, lo: 0xae, hi: 0xaf}, + {value: 0x94dd, lo: 0xb0, hi: 0xb1}, + {value: 0xf519, lo: 0xb2, hi: 0xbe}, + {value: 0x2040, lo: 0xbf, hi: 0xbf}, + // Block 0xfe, offset 0x741 + {value: 0x0000, lo: 0x04}, + {value: 0x0040, lo: 0x80, hi: 0x80}, + {value: 0x0340, lo: 0x81, hi: 0x81}, + {value: 0x0040, lo: 0x82, hi: 0x9f}, + {value: 0x0340, lo: 0xa0, hi: 0xbf}, + // Block 0xff, offset 0x746 + {value: 0x0000, lo: 0x01}, + {value: 0x0340, lo: 0x80, hi: 0xbf}, + // Block 0x100, offset 0x748 + {value: 0x0000, lo: 0x01}, + {value: 0x33c0, lo: 0x80, hi: 0xbf}, + // Block 0x101, offset 0x74a + {value: 0x0000, lo: 0x02}, + {value: 0x33c0, lo: 0x80, hi: 0xaf}, + {value: 0x0040, lo: 0xb0, hi: 0xbf}, +} + +// Total table size 41662 bytes (40KiB); checksum: 355A58A4 diff --git a/vendor/golang.org/x/net/internal/socket/cmsghdr.go b/vendor/golang.org/x/net/internal/socket/cmsghdr.go index 1eb07d26de..0a73e277e0 100644 --- a/vendor/golang.org/x/net/internal/socket/cmsghdr.go +++ b/vendor/golang.org/x/net/internal/socket/cmsghdr.go @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -// +build darwin dragonfly freebsd linux netbsd openbsd solaris +// +build aix darwin dragonfly freebsd linux netbsd openbsd solaris package socket diff --git a/vendor/golang.org/x/net/internal/socket/cmsghdr_bsd.go b/vendor/golang.org/x/net/internal/socket/cmsghdr_bsd.go index d1d0c2de54..14dbb3ad42 100644 --- a/vendor/golang.org/x/net/internal/socket/cmsghdr_bsd.go +++ b/vendor/golang.org/x/net/internal/socket/cmsghdr_bsd.go @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -// +build darwin dragonfly freebsd netbsd openbsd +// +build aix darwin dragonfly freebsd netbsd openbsd package socket diff --git a/vendor/golang.org/x/net/internal/socket/cmsghdr_linux_64bit.go b/vendor/golang.org/x/net/internal/socket/cmsghdr_linux_64bit.go index 63f0534fa7..27be0efaca 100644 --- a/vendor/golang.org/x/net/internal/socket/cmsghdr_linux_64bit.go +++ b/vendor/golang.org/x/net/internal/socket/cmsghdr_linux_64bit.go @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -// +build arm64 amd64 ppc64 ppc64le mips64 mips64le s390x +// +build arm64 amd64 ppc64 ppc64le mips64 mips64le riscv64 s390x // +build linux package socket diff --git a/vendor/golang.org/x/net/internal/socket/cmsghdr_stub.go b/vendor/golang.org/x/net/internal/socket/cmsghdr_stub.go index a4e71226f8..e581011b05 100644 --- a/vendor/golang.org/x/net/internal/socket/cmsghdr_stub.go +++ b/vendor/golang.org/x/net/internal/socket/cmsghdr_stub.go @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -// +build !darwin,!dragonfly,!freebsd,!linux,!netbsd,!openbsd,!solaris +// +build !aix,!darwin,!dragonfly,!freebsd,!linux,!netbsd,!openbsd,!solaris package socket diff --git a/vendor/golang.org/x/net/internal/socket/error_unix.go b/vendor/golang.org/x/net/internal/socket/error_unix.go index 93dff91802..f14872d3d3 100644 --- a/vendor/golang.org/x/net/internal/socket/error_unix.go +++ b/vendor/golang.org/x/net/internal/socket/error_unix.go @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -// +build darwin dragonfly freebsd linux netbsd openbsd solaris +// +build aix darwin dragonfly freebsd linux netbsd openbsd solaris package socket diff --git a/vendor/golang.org/x/net/internal/socket/iovec_64bit.go b/vendor/golang.org/x/net/internal/socket/iovec_64bit.go index afb34ad58e..dfeda752be 100644 --- a/vendor/golang.org/x/net/internal/socket/iovec_64bit.go +++ b/vendor/golang.org/x/net/internal/socket/iovec_64bit.go @@ -2,8 +2,8 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -// +build arm64 amd64 ppc64 ppc64le mips64 mips64le s390x -// +build darwin dragonfly freebsd linux netbsd openbsd +// +build arm64 amd64 ppc64 ppc64le mips64 mips64le riscv64 s390x +// +build aix darwin dragonfly freebsd linux netbsd openbsd package socket diff --git a/vendor/golang.org/x/net/internal/socket/iovec_stub.go b/vendor/golang.org/x/net/internal/socket/iovec_stub.go index c87d2a9339..a746e90e30 100644 --- a/vendor/golang.org/x/net/internal/socket/iovec_stub.go +++ b/vendor/golang.org/x/net/internal/socket/iovec_stub.go @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -// +build !darwin,!dragonfly,!freebsd,!linux,!netbsd,!openbsd,!solaris +// +build !aix,!darwin,!dragonfly,!freebsd,!linux,!netbsd,!openbsd,!solaris package socket diff --git a/vendor/golang.org/x/net/internal/socket/mmsghdr_stub.go b/vendor/golang.org/x/net/internal/socket/mmsghdr_stub.go index 2e80a9cb74..1a7f2792f2 100644 --- a/vendor/golang.org/x/net/internal/socket/mmsghdr_stub.go +++ b/vendor/golang.org/x/net/internal/socket/mmsghdr_stub.go @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -// +build !linux,!netbsd +// +build !aix,!linux,!netbsd package socket diff --git a/vendor/golang.org/x/net/internal/socket/mmsghdr_unix.go b/vendor/golang.org/x/net/internal/socket/mmsghdr_unix.go index 3c42ea7ad8..f1100683a5 100644 --- a/vendor/golang.org/x/net/internal/socket/mmsghdr_unix.go +++ b/vendor/golang.org/x/net/internal/socket/mmsghdr_unix.go @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -// +build linux netbsd +// +build aix linux netbsd package socket diff --git a/vendor/golang.org/x/net/internal/socket/msghdr_bsd.go b/vendor/golang.org/x/net/internal/socket/msghdr_bsd.go index 5567afc88d..77f44c1f12 100644 --- a/vendor/golang.org/x/net/internal/socket/msghdr_bsd.go +++ b/vendor/golang.org/x/net/internal/socket/msghdr_bsd.go @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -// +build darwin dragonfly freebsd netbsd openbsd +// +build aix darwin dragonfly freebsd netbsd openbsd package socket diff --git a/vendor/golang.org/x/net/internal/socket/msghdr_bsdvar.go b/vendor/golang.org/x/net/internal/socket/msghdr_bsdvar.go index b8c87b72b9..c5562dd66a 100644 --- a/vendor/golang.org/x/net/internal/socket/msghdr_bsdvar.go +++ b/vendor/golang.org/x/net/internal/socket/msghdr_bsdvar.go @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -// +build darwin dragonfly freebsd netbsd +// +build aix darwin dragonfly freebsd netbsd package socket diff --git a/vendor/golang.org/x/net/internal/socket/msghdr_linux_64bit.go b/vendor/golang.org/x/net/internal/socket/msghdr_linux_64bit.go index 610fc4f3bb..e731833a26 100644 --- a/vendor/golang.org/x/net/internal/socket/msghdr_linux_64bit.go +++ b/vendor/golang.org/x/net/internal/socket/msghdr_linux_64bit.go @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -// +build arm64 amd64 ppc64 ppc64le mips64 mips64le s390x +// +build arm64 amd64 ppc64 ppc64le mips64 mips64le riscv64 s390x // +build linux package socket diff --git a/vendor/golang.org/x/net/internal/socket/msghdr_stub.go b/vendor/golang.org/x/net/internal/socket/msghdr_stub.go index 64e8173352..873490a7ae 100644 --- a/vendor/golang.org/x/net/internal/socket/msghdr_stub.go +++ b/vendor/golang.org/x/net/internal/socket/msghdr_stub.go @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -// +build !darwin,!dragonfly,!freebsd,!linux,!netbsd,!openbsd,!solaris +// +build !aix,!darwin,!dragonfly,!freebsd,!linux,!netbsd,!openbsd,!solaris package socket diff --git a/vendor/golang.org/x/net/internal/socket/rawconn.go b/vendor/golang.org/x/net/internal/socket/rawconn.go index d6871d55f7..b07b890050 100644 --- a/vendor/golang.org/x/net/internal/socket/rawconn.go +++ b/vendor/golang.org/x/net/internal/socket/rawconn.go @@ -2,8 +2,6 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -// +build go1.9 - package socket import ( diff --git a/vendor/golang.org/x/net/internal/socket/rawconn_mmsg.go b/vendor/golang.org/x/net/internal/socket/rawconn_mmsg.go index 499164a3fb..1f4cb3b36e 100644 --- a/vendor/golang.org/x/net/internal/socket/rawconn_mmsg.go +++ b/vendor/golang.org/x/net/internal/socket/rawconn_mmsg.go @@ -2,7 +2,6 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -// +build go1.9 // +build linux package socket diff --git a/vendor/golang.org/x/net/internal/socket/rawconn_msg.go b/vendor/golang.org/x/net/internal/socket/rawconn_msg.go index b21d2e6418..a972011812 100644 --- a/vendor/golang.org/x/net/internal/socket/rawconn_msg.go +++ b/vendor/golang.org/x/net/internal/socket/rawconn_msg.go @@ -2,8 +2,7 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -// +build go1.9 -// +build darwin dragonfly freebsd linux netbsd openbsd solaris windows +// +build aix darwin dragonfly freebsd linux netbsd openbsd solaris windows package socket diff --git a/vendor/golang.org/x/net/internal/socket/rawconn_nommsg.go b/vendor/golang.org/x/net/internal/socket/rawconn_nommsg.go index f78832aa4a..fe5bb942ba 100644 --- a/vendor/golang.org/x/net/internal/socket/rawconn_nommsg.go +++ b/vendor/golang.org/x/net/internal/socket/rawconn_nommsg.go @@ -2,17 +2,14 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -// +build go1.9 // +build !linux package socket -import "errors" - func (c *Conn) recvMsgs(ms []Message, flags int) (int, error) { - return 0, errors.New("not implemented") + return 0, errNotImplemented } func (c *Conn) sendMsgs(ms []Message, flags int) (int, error) { - return 0, errors.New("not implemented") + return 0, errNotImplemented } diff --git a/vendor/golang.org/x/net/internal/socket/rawconn_nomsg.go b/vendor/golang.org/x/net/internal/socket/rawconn_nomsg.go index 96733cbe1b..b8cea6fe53 100644 --- a/vendor/golang.org/x/net/internal/socket/rawconn_nomsg.go +++ b/vendor/golang.org/x/net/internal/socket/rawconn_nomsg.go @@ -2,17 +2,14 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -// +build go1.9 -// +build !darwin,!dragonfly,!freebsd,!linux,!netbsd,!openbsd,!solaris,!windows +// +build !aix,!darwin,!dragonfly,!freebsd,!linux,!netbsd,!openbsd,!solaris,!windows package socket -import "errors" - func (c *Conn) recvMsg(m *Message, flags int) error { - return errors.New("not implemented") + return errNotImplemented } func (c *Conn) sendMsg(m *Message, flags int) error { - return errors.New("not implemented") + return errNotImplemented } diff --git a/vendor/golang.org/x/net/internal/socket/rawconn_stub.go b/vendor/golang.org/x/net/internal/socket/rawconn_stub.go deleted file mode 100644 index d2add1a0aa..0000000000 --- a/vendor/golang.org/x/net/internal/socket/rawconn_stub.go +++ /dev/null @@ -1,25 +0,0 @@ -// Copyright 2017 The Go Authors. All rights reserved. -// Use of this source code is governed by a BSD-style -// license that can be found in the LICENSE file. - -// +build !go1.9 - -package socket - -import "errors" - -func (c *Conn) recvMsg(m *Message, flags int) error { - return errors.New("not implemented") -} - -func (c *Conn) sendMsg(m *Message, flags int) error { - return errors.New("not implemented") -} - -func (c *Conn) recvMsgs(ms []Message, flags int) (int, error) { - return 0, errors.New("not implemented") -} - -func (c *Conn) sendMsgs(ms []Message, flags int) (int, error) { - return 0, errors.New("not implemented") -} diff --git a/vendor/golang.org/x/net/internal/socket/reflect.go b/vendor/golang.org/x/net/internal/socket/reflect.go deleted file mode 100644 index bb179f11d8..0000000000 --- a/vendor/golang.org/x/net/internal/socket/reflect.go +++ /dev/null @@ -1,62 +0,0 @@ -// Copyright 2017 The Go Authors. All rights reserved. -// Use of this source code is governed by a BSD-style -// license that can be found in the LICENSE file. - -// +build !go1.9 - -package socket - -import ( - "errors" - "net" - "os" - "reflect" - "runtime" -) - -// A Conn represents a raw connection. -type Conn struct { - c net.Conn -} - -// NewConn returns a new raw connection. -func NewConn(c net.Conn) (*Conn, error) { - return &Conn{c: c}, nil -} - -func (o *Option) get(c *Conn, b []byte) (int, error) { - s, err := socketOf(c.c) - if err != nil { - return 0, err - } - n, err := getsockopt(s, o.Level, o.Name, b) - return n, os.NewSyscallError("getsockopt", err) -} - -func (o *Option) set(c *Conn, b []byte) error { - s, err := socketOf(c.c) - if err != nil { - return err - } - return os.NewSyscallError("setsockopt", setsockopt(s, o.Level, o.Name, b)) -} - -func socketOf(c net.Conn) (uintptr, error) { - switch c.(type) { - case *net.TCPConn, *net.UDPConn, *net.IPConn: - v := reflect.ValueOf(c) - switch e := v.Elem(); e.Kind() { - case reflect.Struct: - fd := e.FieldByName("conn").FieldByName("fd") - switch e := fd.Elem(); e.Kind() { - case reflect.Struct: - sysfd := e.FieldByName("sysfd") - if runtime.GOOS == "windows" { - return uintptr(sysfd.Uint()), nil - } - return uintptr(sysfd.Int()), nil - } - } - } - return 0, errors.New("invalid type") -} diff --git a/vendor/golang.org/x/net/internal/socket/socket.go b/vendor/golang.org/x/net/internal/socket/socket.go index 5f9730e6d9..23571b8d4d 100644 --- a/vendor/golang.org/x/net/internal/socket/socket.go +++ b/vendor/golang.org/x/net/internal/socket/socket.go @@ -9,9 +9,12 @@ package socket // import "golang.org/x/net/internal/socket" import ( "errors" "net" + "runtime" "unsafe" ) +var errNotImplemented = errors.New("not implemented on " + runtime.GOOS + "/" + runtime.GOARCH) + // An Option represents a sticky socket option. type Option struct { Level int // level diff --git a/vendor/golang.org/x/net/internal/socket/sys.go b/vendor/golang.org/x/net/internal/socket/sys.go index 4f0eead138..ee492ba86b 100644 --- a/vendor/golang.org/x/net/internal/socket/sys.go +++ b/vendor/golang.org/x/net/internal/socket/sys.go @@ -29,5 +29,5 @@ func init() { } func roundup(l int) int { - return (l + kernelAlign - 1) & ^(kernelAlign - 1) + return (l + kernelAlign - 1) &^ (kernelAlign - 1) } diff --git a/vendor/golang.org/x/net/internal/socket/sys_bsd.go b/vendor/golang.org/x/net/internal/socket/sys_bsd.go index f13e14ff36..d432835b41 100644 --- a/vendor/golang.org/x/net/internal/socket/sys_bsd.go +++ b/vendor/golang.org/x/net/internal/socket/sys_bsd.go @@ -2,16 +2,14 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -// +build darwin dragonfly freebsd openbsd +// +build aix darwin dragonfly freebsd openbsd package socket -import "errors" - func recvmmsg(s uintptr, hs []mmsghdr, flags int) (int, error) { - return 0, errors.New("not implemented") + return 0, errNotImplemented } func sendmmsg(s uintptr, hs []mmsghdr, flags int) (int, error) { - return 0, errors.New("not implemented") + return 0, errNotImplemented } diff --git a/vendor/golang.org/x/net/internal/socket/sys_bsdvar.go b/vendor/golang.org/x/net/internal/socket/sys_bsdvar.go index 164ddfce83..b4f41b5522 100644 --- a/vendor/golang.org/x/net/internal/socket/sys_bsdvar.go +++ b/vendor/golang.org/x/net/internal/socket/sys_bsdvar.go @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -// +build freebsd netbsd openbsd +// +build aix freebsd netbsd openbsd package socket @@ -12,9 +12,12 @@ import ( ) func probeProtocolStack() int { - if runtime.GOOS == "openbsd" && runtime.GOARCH == "arm" { + if (runtime.GOOS == "netbsd" || runtime.GOOS == "openbsd") && runtime.GOARCH == "arm" { return 8 } + if runtime.GOOS == "aix" { + return 1 + } var p uintptr return int(unsafe.Sizeof(p)) } diff --git a/vendor/golang.org/x/net/internal/socket/sys_const_unix.go b/vendor/golang.org/x/net/internal/socket/sys_const_unix.go new file mode 100644 index 0000000000..43797d6e53 --- /dev/null +++ b/vendor/golang.org/x/net/internal/socket/sys_const_unix.go @@ -0,0 +1,17 @@ +// Copyright 2019 The Go Authors. All rights reserved. +// Use of this source code is governed by a BSD-style +// license that can be found in the LICENSE file. + +// +build aix darwin dragonfly freebsd linux netbsd openbsd solaris + +package socket + +import "golang.org/x/sys/unix" + +const ( + sysAF_UNSPEC = unix.AF_UNSPEC + sysAF_INET = unix.AF_INET + sysAF_INET6 = unix.AF_INET6 + + sysSOCK_RAW = unix.SOCK_RAW +) diff --git a/vendor/golang.org/x/net/internal/socket/sys_go1_12_darwin.go b/vendor/golang.org/x/net/internal/socket/sys_linkname.go similarity index 98% rename from vendor/golang.org/x/net/internal/socket/sys_go1_12_darwin.go rename to vendor/golang.org/x/net/internal/socket/sys_linkname.go index 0999a19fbd..61c3f38a51 100644 --- a/vendor/golang.org/x/net/internal/socket/sys_go1_12_darwin.go +++ b/vendor/golang.org/x/net/internal/socket/sys_linkname.go @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -// +build go1.12 +// +build aix go1.12,darwin package socket diff --git a/vendor/golang.org/x/net/internal/socket/sys_linux_riscv64.go b/vendor/golang.org/x/net/internal/socket/sys_linux_riscv64.go new file mode 100644 index 0000000000..64f69f1dc5 --- /dev/null +++ b/vendor/golang.org/x/net/internal/socket/sys_linux_riscv64.go @@ -0,0 +1,12 @@ +// Copyright 2019 The Go Authors. All rights reserved. +// Use of this source code is governed by a BSD-style +// license that can be found in the LICENSE file. + +// +build riscv64 + +package socket + +const ( + sysRECVMMSG = 0xf3 + sysSENDMMSG = 0x10d +) diff --git a/vendor/golang.org/x/net/internal/socket/sys_posix.go b/vendor/golang.org/x/net/internal/socket/sys_posix.go index 9a9bc47621..22eae809c9 100644 --- a/vendor/golang.org/x/net/internal/socket/sys_posix.go +++ b/vendor/golang.org/x/net/internal/socket/sys_posix.go @@ -2,8 +2,7 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -// +build go1.9 -// +build darwin dragonfly freebsd linux netbsd openbsd solaris windows +// +build aix darwin dragonfly freebsd linux netbsd openbsd solaris windows package socket @@ -34,7 +33,7 @@ func marshalSockaddr(ip net.IP, port int, zone string) []byte { if ip4 := ip.To4(); ip4 != nil { b := make([]byte, sizeofSockaddrInet) switch runtime.GOOS { - case "android", "linux", "solaris", "windows": + case "android", "illumos", "linux", "solaris", "windows": NativeEndian.PutUint16(b[:2], uint16(sysAF_INET)) default: b[0] = sizeofSockaddrInet @@ -47,7 +46,7 @@ func marshalSockaddr(ip net.IP, port int, zone string) []byte { if ip6 := ip.To16(); ip6 != nil && ip.To4() == nil { b := make([]byte, sizeofSockaddrInet6) switch runtime.GOOS { - case "android", "linux", "solaris", "windows": + case "android", "illumos", "linux", "solaris", "windows": NativeEndian.PutUint16(b[:2], uint16(sysAF_INET6)) default: b[0] = sizeofSockaddrInet6 @@ -69,7 +68,7 @@ func parseInetAddr(b []byte, network string) (net.Addr, error) { } var af int switch runtime.GOOS { - case "android", "linux", "solaris", "windows": + case "android", "illumos", "linux", "solaris", "windows": af = int(NativeEndian.Uint16(b[:2])) default: af = int(b[1]) diff --git a/vendor/golang.org/x/net/internal/socket/sys_solaris.go b/vendor/golang.org/x/net/internal/socket/sys_solaris.go index cced74e60d..66b5547868 100644 --- a/vendor/golang.org/x/net/internal/socket/sys_solaris.go +++ b/vendor/golang.org/x/net/internal/socket/sys_solaris.go @@ -5,7 +5,6 @@ package socket import ( - "errors" "runtime" "syscall" "unsafe" @@ -63,9 +62,9 @@ func sendmsg(s uintptr, h *msghdr, flags int) (int, error) { } func recvmmsg(s uintptr, hs []mmsghdr, flags int) (int, error) { - return 0, errors.New("not implemented") + return 0, errNotImplemented } func sendmmsg(s uintptr, hs []mmsghdr, flags int) (int, error) { - return 0, errors.New("not implemented") + return 0, errNotImplemented } diff --git a/vendor/golang.org/x/net/internal/socket/sys_stub.go b/vendor/golang.org/x/net/internal/socket/sys_stub.go index d9f06d00e9..0f61742628 100644 --- a/vendor/golang.org/x/net/internal/socket/sys_stub.go +++ b/vendor/golang.org/x/net/internal/socket/sys_stub.go @@ -2,12 +2,11 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -// +build !darwin,!dragonfly,!freebsd,!linux,!netbsd,!openbsd,!solaris,!windows +// +build !aix,!darwin,!dragonfly,!freebsd,!linux,!netbsd,!openbsd,!solaris,!windows package socket import ( - "errors" "net" "runtime" "unsafe" @@ -36,29 +35,29 @@ func marshalInetAddr(ip net.IP, port int, zone string) []byte { } func parseInetAddr(b []byte, network string) (net.Addr, error) { - return nil, errors.New("not implemented") + return nil, errNotImplemented } func getsockopt(s uintptr, level, name int, b []byte) (int, error) { - return 0, errors.New("not implemented") + return 0, errNotImplemented } func setsockopt(s uintptr, level, name int, b []byte) error { - return errors.New("not implemented") + return errNotImplemented } func recvmsg(s uintptr, h *msghdr, flags int) (int, error) { - return 0, errors.New("not implemented") + return 0, errNotImplemented } func sendmsg(s uintptr, h *msghdr, flags int) (int, error) { - return 0, errors.New("not implemented") + return 0, errNotImplemented } func recvmmsg(s uintptr, hs []mmsghdr, flags int) (int, error) { - return 0, errors.New("not implemented") + return 0, errNotImplemented } func sendmmsg(s uintptr, hs []mmsghdr, flags int) (int, error) { - return 0, errors.New("not implemented") + return 0, errNotImplemented } diff --git a/vendor/golang.org/x/net/internal/socket/sys_windows.go b/vendor/golang.org/x/net/internal/socket/sys_windows.go index 54a470ebe3..d556a44615 100644 --- a/vendor/golang.org/x/net/internal/socket/sys_windows.go +++ b/vendor/golang.org/x/net/internal/socket/sys_windows.go @@ -5,9 +5,10 @@ package socket import ( - "errors" "syscall" "unsafe" + + "golang.org/x/sys/windows" ) func probeProtocolStack() int { @@ -16,11 +17,11 @@ func probeProtocolStack() int { } const ( - sysAF_UNSPEC = 0x0 - sysAF_INET = 0x2 - sysAF_INET6 = 0x17 + sysAF_UNSPEC = windows.AF_UNSPEC + sysAF_INET = windows.AF_INET + sysAF_INET6 = windows.AF_INET6 - sysSOCK_RAW = 0x3 + sysSOCK_RAW = windows.SOCK_RAW ) type sockaddrInet struct { @@ -54,17 +55,17 @@ func setsockopt(s uintptr, level, name int, b []byte) error { } func recvmsg(s uintptr, h *msghdr, flags int) (int, error) { - return 0, errors.New("not implemented") + return 0, errNotImplemented } func sendmsg(s uintptr, h *msghdr, flags int) (int, error) { - return 0, errors.New("not implemented") + return 0, errNotImplemented } func recvmmsg(s uintptr, hs []mmsghdr, flags int) (int, error) { - return 0, errors.New("not implemented") + return 0, errNotImplemented } func sendmmsg(s uintptr, hs []mmsghdr, flags int) (int, error) { - return 0, errors.New("not implemented") + return 0, errNotImplemented } diff --git a/vendor/golang.org/x/net/internal/socket/zsys_aix_ppc64.go b/vendor/golang.org/x/net/internal/socket/zsys_aix_ppc64.go new file mode 100644 index 0000000000..813385a98b --- /dev/null +++ b/vendor/golang.org/x/net/internal/socket/zsys_aix_ppc64.go @@ -0,0 +1,61 @@ +// Code generated by cmd/cgo -godefs; DO NOT EDIT. +// cgo -godefs defs_aix.go + +// Added for go1.11 compatibility +// +build aix + +package socket + +type iovec struct { + Base *byte + Len uint64 +} + +type msghdr struct { + Name *byte + Namelen uint32 + Iov *iovec + Iovlen int32 + Control *byte + Controllen uint32 + Flags int32 +} + +type mmsghdr struct { + Hdr msghdr + Len uint32 + Pad_cgo_0 [4]byte +} + +type cmsghdr struct { + Len uint32 + Level int32 + Type int32 +} + +type sockaddrInet struct { + Len uint8 + Family uint8 + Port uint16 + Addr [4]byte /* in_addr */ + Zero [8]uint8 +} + +type sockaddrInet6 struct { + Len uint8 + Family uint8 + Port uint16 + Flowinfo uint32 + Addr [16]byte /* in6_addr */ + Scope_id uint32 +} + +const ( + sizeofIovec = 0x10 + sizeofMsghdr = 0x30 + sizeofMmsghdr = 0x38 + sizeofCmsghdr = 0xc + + sizeofSockaddrInet = 0x10 + sizeofSockaddrInet6 = 0x1c +) diff --git a/vendor/golang.org/x/net/internal/socket/zsys_darwin_386.go b/vendor/golang.org/x/net/internal/socket/zsys_darwin_386.go index 26f8feff3a..083bda51c3 100644 --- a/vendor/golang.org/x/net/internal/socket/zsys_darwin_386.go +++ b/vendor/golang.org/x/net/internal/socket/zsys_darwin_386.go @@ -1,16 +1,8 @@ -// Created by cgo -godefs - DO NOT EDIT +// Code generated by cmd/cgo -godefs; DO NOT EDIT. // cgo -godefs defs_darwin.go package socket -const ( - sysAF_UNSPEC = 0x0 - sysAF_INET = 0x2 - sysAF_INET6 = 0x1e - - sysSOCK_RAW = 0x3 -) - type iovec struct { Base *byte Len uint32 diff --git a/vendor/golang.org/x/net/internal/socket/zsys_darwin_amd64.go b/vendor/golang.org/x/net/internal/socket/zsys_darwin_amd64.go index e2987f7db8..55c6c9f577 100644 --- a/vendor/golang.org/x/net/internal/socket/zsys_darwin_amd64.go +++ b/vendor/golang.org/x/net/internal/socket/zsys_darwin_amd64.go @@ -1,16 +1,8 @@ -// Created by cgo -godefs - DO NOT EDIT +// Code generated by cmd/cgo -godefs; DO NOT EDIT. // cgo -godefs defs_darwin.go package socket -const ( - sysAF_UNSPEC = 0x0 - sysAF_INET = 0x2 - sysAF_INET6 = 0x1e - - sysSOCK_RAW = 0x3 -) - type iovec struct { Base *byte Len uint64 diff --git a/vendor/golang.org/x/net/internal/socket/zsys_darwin_arm.go b/vendor/golang.org/x/net/internal/socket/zsys_darwin_arm.go index 26f8feff3a..083bda51c3 100644 --- a/vendor/golang.org/x/net/internal/socket/zsys_darwin_arm.go +++ b/vendor/golang.org/x/net/internal/socket/zsys_darwin_arm.go @@ -1,16 +1,8 @@ -// Created by cgo -godefs - DO NOT EDIT +// Code generated by cmd/cgo -godefs; DO NOT EDIT. // cgo -godefs defs_darwin.go package socket -const ( - sysAF_UNSPEC = 0x0 - sysAF_INET = 0x2 - sysAF_INET6 = 0x1e - - sysSOCK_RAW = 0x3 -) - type iovec struct { Base *byte Len uint32 diff --git a/vendor/golang.org/x/net/internal/socket/zsys_darwin_arm64.go b/vendor/golang.org/x/net/internal/socket/zsys_darwin_arm64.go index e2987f7db8..55c6c9f577 100644 --- a/vendor/golang.org/x/net/internal/socket/zsys_darwin_arm64.go +++ b/vendor/golang.org/x/net/internal/socket/zsys_darwin_arm64.go @@ -1,16 +1,8 @@ -// Created by cgo -godefs - DO NOT EDIT +// Code generated by cmd/cgo -godefs; DO NOT EDIT. // cgo -godefs defs_darwin.go package socket -const ( - sysAF_UNSPEC = 0x0 - sysAF_INET = 0x2 - sysAF_INET6 = 0x1e - - sysSOCK_RAW = 0x3 -) - type iovec struct { Base *byte Len uint64 diff --git a/vendor/golang.org/x/net/internal/socket/zsys_dragonfly_amd64.go b/vendor/golang.org/x/net/internal/socket/zsys_dragonfly_amd64.go index c582abd57d..8b7d161d7d 100644 --- a/vendor/golang.org/x/net/internal/socket/zsys_dragonfly_amd64.go +++ b/vendor/golang.org/x/net/internal/socket/zsys_dragonfly_amd64.go @@ -1,16 +1,8 @@ -// Created by cgo -godefs - DO NOT EDIT +// Code generated by cmd/cgo -godefs; DO NOT EDIT. // cgo -godefs defs_dragonfly.go package socket -const ( - sysAF_UNSPEC = 0x0 - sysAF_INET = 0x2 - sysAF_INET6 = 0x1c - - sysSOCK_RAW = 0x3 -) - type iovec struct { Base *byte Len uint64 diff --git a/vendor/golang.org/x/net/internal/socket/zsys_freebsd_386.go b/vendor/golang.org/x/net/internal/socket/zsys_freebsd_386.go index 04a24886c7..3e71ff5743 100644 --- a/vendor/golang.org/x/net/internal/socket/zsys_freebsd_386.go +++ b/vendor/golang.org/x/net/internal/socket/zsys_freebsd_386.go @@ -1,16 +1,8 @@ -// Created by cgo -godefs - DO NOT EDIT +// Code generated by cmd/cgo -godefs; DO NOT EDIT. // cgo -godefs defs_freebsd.go package socket -const ( - sysAF_UNSPEC = 0x0 - sysAF_INET = 0x2 - sysAF_INET6 = 0x1c - - sysSOCK_RAW = 0x3 -) - type iovec struct { Base *byte Len uint32 diff --git a/vendor/golang.org/x/net/internal/socket/zsys_freebsd_amd64.go b/vendor/golang.org/x/net/internal/socket/zsys_freebsd_amd64.go index 35c7cb9c95..238d90de62 100644 --- a/vendor/golang.org/x/net/internal/socket/zsys_freebsd_amd64.go +++ b/vendor/golang.org/x/net/internal/socket/zsys_freebsd_amd64.go @@ -1,16 +1,8 @@ -// Created by cgo -godefs - DO NOT EDIT +// Code generated by cmd/cgo -godefs; DO NOT EDIT. // cgo -godefs defs_freebsd.go package socket -const ( - sysAF_UNSPEC = 0x0 - sysAF_INET = 0x2 - sysAF_INET6 = 0x1c - - sysSOCK_RAW = 0x3 -) - type iovec struct { Base *byte Len uint64 diff --git a/vendor/golang.org/x/net/internal/socket/zsys_freebsd_arm.go b/vendor/golang.org/x/net/internal/socket/zsys_freebsd_arm.go index 04a24886c7..3e71ff5743 100644 --- a/vendor/golang.org/x/net/internal/socket/zsys_freebsd_arm.go +++ b/vendor/golang.org/x/net/internal/socket/zsys_freebsd_arm.go @@ -1,16 +1,8 @@ -// Created by cgo -godefs - DO NOT EDIT +// Code generated by cmd/cgo -godefs; DO NOT EDIT. // cgo -godefs defs_freebsd.go package socket -const ( - sysAF_UNSPEC = 0x0 - sysAF_INET = 0x2 - sysAF_INET6 = 0x1c - - sysSOCK_RAW = 0x3 -) - type iovec struct { Base *byte Len uint32 diff --git a/vendor/golang.org/x/net/internal/socket/zsys_freebsd_arm64.go b/vendor/golang.org/x/net/internal/socket/zsys_freebsd_arm64.go new file mode 100644 index 0000000000..238d90de62 --- /dev/null +++ b/vendor/golang.org/x/net/internal/socket/zsys_freebsd_arm64.go @@ -0,0 +1,53 @@ +// Code generated by cmd/cgo -godefs; DO NOT EDIT. +// cgo -godefs defs_freebsd.go + +package socket + +type iovec struct { + Base *byte + Len uint64 +} + +type msghdr struct { + Name *byte + Namelen uint32 + Pad_cgo_0 [4]byte + Iov *iovec + Iovlen int32 + Pad_cgo_1 [4]byte + Control *byte + Controllen uint32 + Flags int32 +} + +type cmsghdr struct { + Len uint32 + Level int32 + Type int32 +} + +type sockaddrInet struct { + Len uint8 + Family uint8 + Port uint16 + Addr [4]byte /* in_addr */ + Zero [8]int8 +} + +type sockaddrInet6 struct { + Len uint8 + Family uint8 + Port uint16 + Flowinfo uint32 + Addr [16]byte /* in6_addr */ + Scope_id uint32 +} + +const ( + sizeofIovec = 0x10 + sizeofMsghdr = 0x30 + sizeofCmsghdr = 0xc + + sizeofSockaddrInet = 0x10 + sizeofSockaddrInet6 = 0x1c +) diff --git a/vendor/golang.org/x/net/internal/socket/zsys_linux_386.go b/vendor/golang.org/x/net/internal/socket/zsys_linux_386.go index 430206930b..72d8b25421 100644 --- a/vendor/golang.org/x/net/internal/socket/zsys_linux_386.go +++ b/vendor/golang.org/x/net/internal/socket/zsys_linux_386.go @@ -1,16 +1,8 @@ -// Created by cgo -godefs - DO NOT EDIT +// Code generated by cmd/cgo -godefs; DO NOT EDIT. // cgo -godefs defs_linux.go package socket -const ( - sysAF_UNSPEC = 0x0 - sysAF_INET = 0x2 - sysAF_INET6 = 0xa - - sysSOCK_RAW = 0x3 -) - type iovec struct { Base *byte Len uint32 diff --git a/vendor/golang.org/x/net/internal/socket/zsys_linux_amd64.go b/vendor/golang.org/x/net/internal/socket/zsys_linux_amd64.go index 1502f6c552..3545319ae9 100644 --- a/vendor/golang.org/x/net/internal/socket/zsys_linux_amd64.go +++ b/vendor/golang.org/x/net/internal/socket/zsys_linux_amd64.go @@ -1,16 +1,8 @@ -// Created by cgo -godefs - DO NOT EDIT +// Code generated by cmd/cgo -godefs; DO NOT EDIT. // cgo -godefs defs_linux.go package socket -const ( - sysAF_UNSPEC = 0x0 - sysAF_INET = 0x2 - sysAF_INET6 = 0xa - - sysSOCK_RAW = 0x3 -) - type iovec struct { Base *byte Len uint64 diff --git a/vendor/golang.org/x/net/internal/socket/zsys_linux_arm.go b/vendor/golang.org/x/net/internal/socket/zsys_linux_arm.go index 430206930b..72d8b25421 100644 --- a/vendor/golang.org/x/net/internal/socket/zsys_linux_arm.go +++ b/vendor/golang.org/x/net/internal/socket/zsys_linux_arm.go @@ -1,16 +1,8 @@ -// Created by cgo -godefs - DO NOT EDIT +// Code generated by cmd/cgo -godefs; DO NOT EDIT. // cgo -godefs defs_linux.go package socket -const ( - sysAF_UNSPEC = 0x0 - sysAF_INET = 0x2 - sysAF_INET6 = 0xa - - sysSOCK_RAW = 0x3 -) - type iovec struct { Base *byte Len uint32 diff --git a/vendor/golang.org/x/net/internal/socket/zsys_linux_arm64.go b/vendor/golang.org/x/net/internal/socket/zsys_linux_arm64.go index 1502f6c552..3545319ae9 100644 --- a/vendor/golang.org/x/net/internal/socket/zsys_linux_arm64.go +++ b/vendor/golang.org/x/net/internal/socket/zsys_linux_arm64.go @@ -1,16 +1,8 @@ -// Created by cgo -godefs - DO NOT EDIT +// Code generated by cmd/cgo -godefs; DO NOT EDIT. // cgo -godefs defs_linux.go package socket -const ( - sysAF_UNSPEC = 0x0 - sysAF_INET = 0x2 - sysAF_INET6 = 0xa - - sysSOCK_RAW = 0x3 -) - type iovec struct { Base *byte Len uint64 diff --git a/vendor/golang.org/x/net/internal/socket/zsys_linux_mips.go b/vendor/golang.org/x/net/internal/socket/zsys_linux_mips.go index 430206930b..72d8b25421 100644 --- a/vendor/golang.org/x/net/internal/socket/zsys_linux_mips.go +++ b/vendor/golang.org/x/net/internal/socket/zsys_linux_mips.go @@ -1,16 +1,8 @@ -// Created by cgo -godefs - DO NOT EDIT +// Code generated by cmd/cgo -godefs; DO NOT EDIT. // cgo -godefs defs_linux.go package socket -const ( - sysAF_UNSPEC = 0x0 - sysAF_INET = 0x2 - sysAF_INET6 = 0xa - - sysSOCK_RAW = 0x3 -) - type iovec struct { Base *byte Len uint32 diff --git a/vendor/golang.org/x/net/internal/socket/zsys_linux_mips64.go b/vendor/golang.org/x/net/internal/socket/zsys_linux_mips64.go index 1502f6c552..3545319ae9 100644 --- a/vendor/golang.org/x/net/internal/socket/zsys_linux_mips64.go +++ b/vendor/golang.org/x/net/internal/socket/zsys_linux_mips64.go @@ -1,16 +1,8 @@ -// Created by cgo -godefs - DO NOT EDIT +// Code generated by cmd/cgo -godefs; DO NOT EDIT. // cgo -godefs defs_linux.go package socket -const ( - sysAF_UNSPEC = 0x0 - sysAF_INET = 0x2 - sysAF_INET6 = 0xa - - sysSOCK_RAW = 0x3 -) - type iovec struct { Base *byte Len uint64 diff --git a/vendor/golang.org/x/net/internal/socket/zsys_linux_mips64le.go b/vendor/golang.org/x/net/internal/socket/zsys_linux_mips64le.go index 1502f6c552..3545319ae9 100644 --- a/vendor/golang.org/x/net/internal/socket/zsys_linux_mips64le.go +++ b/vendor/golang.org/x/net/internal/socket/zsys_linux_mips64le.go @@ -1,16 +1,8 @@ -// Created by cgo -godefs - DO NOT EDIT +// Code generated by cmd/cgo -godefs; DO NOT EDIT. // cgo -godefs defs_linux.go package socket -const ( - sysAF_UNSPEC = 0x0 - sysAF_INET = 0x2 - sysAF_INET6 = 0xa - - sysSOCK_RAW = 0x3 -) - type iovec struct { Base *byte Len uint64 diff --git a/vendor/golang.org/x/net/internal/socket/zsys_linux_mipsle.go b/vendor/golang.org/x/net/internal/socket/zsys_linux_mipsle.go index 430206930b..72d8b25421 100644 --- a/vendor/golang.org/x/net/internal/socket/zsys_linux_mipsle.go +++ b/vendor/golang.org/x/net/internal/socket/zsys_linux_mipsle.go @@ -1,16 +1,8 @@ -// Created by cgo -godefs - DO NOT EDIT +// Code generated by cmd/cgo -godefs; DO NOT EDIT. // cgo -godefs defs_linux.go package socket -const ( - sysAF_UNSPEC = 0x0 - sysAF_INET = 0x2 - sysAF_INET6 = 0xa - - sysSOCK_RAW = 0x3 -) - type iovec struct { Base *byte Len uint32 diff --git a/vendor/golang.org/x/net/internal/socket/zsys_linux_ppc64.go b/vendor/golang.org/x/net/internal/socket/zsys_linux_ppc64.go index 1502f6c552..3545319ae9 100644 --- a/vendor/golang.org/x/net/internal/socket/zsys_linux_ppc64.go +++ b/vendor/golang.org/x/net/internal/socket/zsys_linux_ppc64.go @@ -1,16 +1,8 @@ -// Created by cgo -godefs - DO NOT EDIT +// Code generated by cmd/cgo -godefs; DO NOT EDIT. // cgo -godefs defs_linux.go package socket -const ( - sysAF_UNSPEC = 0x0 - sysAF_INET = 0x2 - sysAF_INET6 = 0xa - - sysSOCK_RAW = 0x3 -) - type iovec struct { Base *byte Len uint64 diff --git a/vendor/golang.org/x/net/internal/socket/zsys_linux_ppc64le.go b/vendor/golang.org/x/net/internal/socket/zsys_linux_ppc64le.go index 1502f6c552..3545319ae9 100644 --- a/vendor/golang.org/x/net/internal/socket/zsys_linux_ppc64le.go +++ b/vendor/golang.org/x/net/internal/socket/zsys_linux_ppc64le.go @@ -1,16 +1,8 @@ -// Created by cgo -godefs - DO NOT EDIT +// Code generated by cmd/cgo -godefs; DO NOT EDIT. // cgo -godefs defs_linux.go package socket -const ( - sysAF_UNSPEC = 0x0 - sysAF_INET = 0x2 - sysAF_INET6 = 0xa - - sysSOCK_RAW = 0x3 -) - type iovec struct { Base *byte Len uint64 diff --git a/vendor/golang.org/x/net/internal/socket/zsys_linux_riscv64.go b/vendor/golang.org/x/net/internal/socket/zsys_linux_riscv64.go new file mode 100644 index 0000000000..dbff234fbd --- /dev/null +++ b/vendor/golang.org/x/net/internal/socket/zsys_linux_riscv64.go @@ -0,0 +1,59 @@ +// Code generated by cmd/cgo -godefs; DO NOT EDIT. +// cgo -godefs defs_linux.go + +// +build riscv64 + +package socket + +type iovec struct { + Base *byte + Len uint64 +} + +type msghdr struct { + Name *byte + Namelen uint32 + Iov *iovec + Iovlen uint64 + Control *byte + Controllen uint64 + Flags int32 + Pad_cgo_0 [4]byte +} + +type mmsghdr struct { + Hdr msghdr + Len uint32 + Pad_cgo_0 [4]byte +} + +type cmsghdr struct { + Len uint64 + Level int32 + Type int32 +} + +type sockaddrInet struct { + Family uint16 + Port uint16 + Addr [4]byte /* in_addr */ + X__pad [8]uint8 +} + +type sockaddrInet6 struct { + Family uint16 + Port uint16 + Flowinfo uint32 + Addr [16]byte /* in6_addr */ + Scope_id uint32 +} + +const ( + sizeofIovec = 0x10 + sizeofMsghdr = 0x38 + sizeofMmsghdr = 0x40 + sizeofCmsghdr = 0x10 + + sizeofSockaddrInet = 0x10 + sizeofSockaddrInet6 = 0x1c +) diff --git a/vendor/golang.org/x/net/internal/socket/zsys_linux_s390x.go b/vendor/golang.org/x/net/internal/socket/zsys_linux_s390x.go index 1502f6c552..3545319ae9 100644 --- a/vendor/golang.org/x/net/internal/socket/zsys_linux_s390x.go +++ b/vendor/golang.org/x/net/internal/socket/zsys_linux_s390x.go @@ -1,16 +1,8 @@ -// Created by cgo -godefs - DO NOT EDIT +// Code generated by cmd/cgo -godefs; DO NOT EDIT. // cgo -godefs defs_linux.go package socket -const ( - sysAF_UNSPEC = 0x0 - sysAF_INET = 0x2 - sysAF_INET6 = 0xa - - sysSOCK_RAW = 0x3 -) - type iovec struct { Base *byte Len uint64 diff --git a/vendor/golang.org/x/net/internal/socket/zsys_netbsd_386.go b/vendor/golang.org/x/net/internal/socket/zsys_netbsd_386.go index db60491fe3..bf8f47c88c 100644 --- a/vendor/golang.org/x/net/internal/socket/zsys_netbsd_386.go +++ b/vendor/golang.org/x/net/internal/socket/zsys_netbsd_386.go @@ -1,16 +1,8 @@ -// Created by cgo -godefs - DO NOT EDIT +// Code generated by cmd/cgo -godefs; DO NOT EDIT. // cgo -godefs defs_netbsd.go package socket -const ( - sysAF_UNSPEC = 0x0 - sysAF_INET = 0x2 - sysAF_INET6 = 0x18 - - sysSOCK_RAW = 0x3 -) - type iovec struct { Base *byte Len uint32 diff --git a/vendor/golang.org/x/net/internal/socket/zsys_netbsd_amd64.go b/vendor/golang.org/x/net/internal/socket/zsys_netbsd_amd64.go index 2a1a79985a..a46eff9912 100644 --- a/vendor/golang.org/x/net/internal/socket/zsys_netbsd_amd64.go +++ b/vendor/golang.org/x/net/internal/socket/zsys_netbsd_amd64.go @@ -1,16 +1,8 @@ -// Created by cgo -godefs - DO NOT EDIT +// Code generated by cmd/cgo -godefs; DO NOT EDIT. // cgo -godefs defs_netbsd.go package socket -const ( - sysAF_UNSPEC = 0x0 - sysAF_INET = 0x2 - sysAF_INET6 = 0x18 - - sysSOCK_RAW = 0x3 -) - type iovec struct { Base *byte Len uint64 diff --git a/vendor/golang.org/x/net/internal/socket/zsys_netbsd_arm.go b/vendor/golang.org/x/net/internal/socket/zsys_netbsd_arm.go index db60491fe3..bf8f47c88c 100644 --- a/vendor/golang.org/x/net/internal/socket/zsys_netbsd_arm.go +++ b/vendor/golang.org/x/net/internal/socket/zsys_netbsd_arm.go @@ -1,16 +1,8 @@ -// Created by cgo -godefs - DO NOT EDIT +// Code generated by cmd/cgo -godefs; DO NOT EDIT. // cgo -godefs defs_netbsd.go package socket -const ( - sysAF_UNSPEC = 0x0 - sysAF_INET = 0x2 - sysAF_INET6 = 0x18 - - sysSOCK_RAW = 0x3 -) - type iovec struct { Base *byte Len uint32 diff --git a/vendor/golang.org/x/net/internal/socket/zsys_netbsd_arm64.go b/vendor/golang.org/x/net/internal/socket/zsys_netbsd_arm64.go new file mode 100644 index 0000000000..a46eff9912 --- /dev/null +++ b/vendor/golang.org/x/net/internal/socket/zsys_netbsd_arm64.go @@ -0,0 +1,60 @@ +// Code generated by cmd/cgo -godefs; DO NOT EDIT. +// cgo -godefs defs_netbsd.go + +package socket + +type iovec struct { + Base *byte + Len uint64 +} + +type msghdr struct { + Name *byte + Namelen uint32 + Pad_cgo_0 [4]byte + Iov *iovec + Iovlen int32 + Pad_cgo_1 [4]byte + Control *byte + Controllen uint32 + Flags int32 +} + +type mmsghdr struct { + Hdr msghdr + Len uint32 + Pad_cgo_0 [4]byte +} + +type cmsghdr struct { + Len uint32 + Level int32 + Type int32 +} + +type sockaddrInet struct { + Len uint8 + Family uint8 + Port uint16 + Addr [4]byte /* in_addr */ + Zero [8]int8 +} + +type sockaddrInet6 struct { + Len uint8 + Family uint8 + Port uint16 + Flowinfo uint32 + Addr [16]byte /* in6_addr */ + Scope_id uint32 +} + +const ( + sizeofIovec = 0x10 + sizeofMsghdr = 0x30 + sizeofMmsghdr = 0x40 + sizeofCmsghdr = 0xc + + sizeofSockaddrInet = 0x10 + sizeofSockaddrInet6 = 0x1c +) diff --git a/vendor/golang.org/x/net/internal/socket/zsys_openbsd_386.go b/vendor/golang.org/x/net/internal/socket/zsys_openbsd_386.go index 1c836361e8..73655a14c4 100644 --- a/vendor/golang.org/x/net/internal/socket/zsys_openbsd_386.go +++ b/vendor/golang.org/x/net/internal/socket/zsys_openbsd_386.go @@ -1,16 +1,8 @@ -// Created by cgo -godefs - DO NOT EDIT +// Code generated by cmd/cgo -godefs; DO NOT EDIT. // cgo -godefs defs_openbsd.go package socket -const ( - sysAF_UNSPEC = 0x0 - sysAF_INET = 0x2 - sysAF_INET6 = 0x18 - - sysSOCK_RAW = 0x3 -) - type iovec struct { Base *byte Len uint32 diff --git a/vendor/golang.org/x/net/internal/socket/zsys_openbsd_amd64.go b/vendor/golang.org/x/net/internal/socket/zsys_openbsd_amd64.go index a6c0bf464a..0a4de80f23 100644 --- a/vendor/golang.org/x/net/internal/socket/zsys_openbsd_amd64.go +++ b/vendor/golang.org/x/net/internal/socket/zsys_openbsd_amd64.go @@ -1,16 +1,8 @@ -// Created by cgo -godefs - DO NOT EDIT +// Code generated by cmd/cgo -godefs; DO NOT EDIT. // cgo -godefs defs_openbsd.go package socket -const ( - sysAF_UNSPEC = 0x0 - sysAF_INET = 0x2 - sysAF_INET6 = 0x18 - - sysSOCK_RAW = 0x3 -) - type iovec struct { Base *byte Len uint64 diff --git a/vendor/golang.org/x/net/internal/socket/zsys_openbsd_arm.go b/vendor/golang.org/x/net/internal/socket/zsys_openbsd_arm.go index 1c836361e8..73655a14c4 100644 --- a/vendor/golang.org/x/net/internal/socket/zsys_openbsd_arm.go +++ b/vendor/golang.org/x/net/internal/socket/zsys_openbsd_arm.go @@ -1,16 +1,8 @@ -// Created by cgo -godefs - DO NOT EDIT +// Code generated by cmd/cgo -godefs; DO NOT EDIT. // cgo -godefs defs_openbsd.go package socket -const ( - sysAF_UNSPEC = 0x0 - sysAF_INET = 0x2 - sysAF_INET6 = 0x18 - - sysSOCK_RAW = 0x3 -) - type iovec struct { Base *byte Len uint32 diff --git a/vendor/golang.org/x/net/internal/socket/zsys_openbsd_arm64.go b/vendor/golang.org/x/net/internal/socket/zsys_openbsd_arm64.go new file mode 100644 index 0000000000..0a4de80f23 --- /dev/null +++ b/vendor/golang.org/x/net/internal/socket/zsys_openbsd_arm64.go @@ -0,0 +1,53 @@ +// Code generated by cmd/cgo -godefs; DO NOT EDIT. +// cgo -godefs defs_openbsd.go + +package socket + +type iovec struct { + Base *byte + Len uint64 +} + +type msghdr struct { + Name *byte + Namelen uint32 + Pad_cgo_0 [4]byte + Iov *iovec + Iovlen uint32 + Pad_cgo_1 [4]byte + Control *byte + Controllen uint32 + Flags int32 +} + +type cmsghdr struct { + Len uint32 + Level int32 + Type int32 +} + +type sockaddrInet struct { + Len uint8 + Family uint8 + Port uint16 + Addr [4]byte /* in_addr */ + Zero [8]int8 +} + +type sockaddrInet6 struct { + Len uint8 + Family uint8 + Port uint16 + Flowinfo uint32 + Addr [16]byte /* in6_addr */ + Scope_id uint32 +} + +const ( + sizeofIovec = 0x10 + sizeofMsghdr = 0x30 + sizeofCmsghdr = 0xc + + sizeofSockaddrInet = 0x10 + sizeofSockaddrInet6 = 0x1c +) diff --git a/vendor/golang.org/x/net/internal/socket/zsys_solaris_amd64.go b/vendor/golang.org/x/net/internal/socket/zsys_solaris_amd64.go index 327c63290c..353cd5fb4e 100644 --- a/vendor/golang.org/x/net/internal/socket/zsys_solaris_amd64.go +++ b/vendor/golang.org/x/net/internal/socket/zsys_solaris_amd64.go @@ -1,16 +1,8 @@ -// Created by cgo -godefs - DO NOT EDIT +// Code generated by cmd/cgo -godefs; DO NOT EDIT. // cgo -godefs defs_solaris.go package socket -const ( - sysAF_UNSPEC = 0x0 - sysAF_INET = 0x2 - sysAF_INET6 = 0x1a - - sysSOCK_RAW = 0x4 -) - type iovec struct { Base *int8 Len uint64 diff --git a/vendor/golang.org/x/net/ipv4/batch.go b/vendor/golang.org/x/net/ipv4/batch.go index 5ce9b3583c..1a3a4fc0c1 100644 --- a/vendor/golang.org/x/net/ipv4/batch.go +++ b/vendor/golang.org/x/net/ipv4/batch.go @@ -2,8 +2,6 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -// +build go1.9 - package ipv4 import ( @@ -91,6 +89,9 @@ func (c *payloadHandler) ReadBatch(ms []Message, flags int) (int, error) { n = 0 err = &net.OpError{Op: "read", Net: c.PacketConn.LocalAddr().Network(), Source: c.PacketConn.LocalAddr(), Err: err} } + if compatFreeBSD32 && ms[0].NN > 0 { + adjustFreeBSD32(&ms[0]) + } return n, err } } @@ -154,6 +155,9 @@ func (c *packetHandler) ReadBatch(ms []Message, flags int) (int, error) { n = 0 err = &net.OpError{Op: "read", Net: c.IPConn.LocalAddr().Network(), Source: c.IPConn.LocalAddr(), Err: err} } + if compatFreeBSD32 && ms[0].NN > 0 { + adjustFreeBSD32(&ms[0]) + } return n, err } } diff --git a/vendor/golang.org/x/net/ipv4/control_bsd.go b/vendor/golang.org/x/net/ipv4/control_bsd.go index 77e7ad5bed..19845c55b1 100644 --- a/vendor/golang.org/x/net/ipv4/control_bsd.go +++ b/vendor/golang.org/x/net/ipv4/control_bsd.go @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -// +build darwin dragonfly freebsd netbsd openbsd +// +build aix darwin dragonfly freebsd netbsd openbsd package ipv4 diff --git a/vendor/golang.org/x/net/ipv4/control_stub.go b/vendor/golang.org/x/net/ipv4/control_stub.go index 5a2f7d8d3c..a0c049d683 100644 --- a/vendor/golang.org/x/net/ipv4/control_stub.go +++ b/vendor/golang.org/x/net/ipv4/control_stub.go @@ -2,12 +2,12 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -// +build !darwin,!dragonfly,!freebsd,!linux,!netbsd,!openbsd,!solaris,!windows +// +build !aix,!darwin,!dragonfly,!freebsd,!linux,!netbsd,!openbsd,!solaris,!windows package ipv4 import "golang.org/x/net/internal/socket" func setControlMessage(c *socket.Conn, opt *rawOpt, cf ControlFlags, on bool) error { - return errOpNoSupport + return errNotImplemented } diff --git a/vendor/golang.org/x/net/ipv4/control_unix.go b/vendor/golang.org/x/net/ipv4/control_unix.go index e1ae8167b3..b27fa4903a 100644 --- a/vendor/golang.org/x/net/ipv4/control_unix.go +++ b/vendor/golang.org/x/net/ipv4/control_unix.go @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -// +build darwin dragonfly freebsd linux netbsd openbsd solaris +// +build aix darwin dragonfly freebsd linux netbsd openbsd solaris package ipv4 diff --git a/vendor/golang.org/x/net/ipv4/control_windows.go b/vendor/golang.org/x/net/ipv4/control_windows.go index ce55c66447..82c6306421 100644 --- a/vendor/golang.org/x/net/ipv4/control_windows.go +++ b/vendor/golang.org/x/net/ipv4/control_windows.go @@ -4,13 +4,9 @@ package ipv4 -import ( - "syscall" - - "golang.org/x/net/internal/socket" -) +import "golang.org/x/net/internal/socket" func setControlMessage(c *socket.Conn, opt *rawOpt, cf ControlFlags, on bool) error { // TODO(mikio): implement this - return syscall.EWINDOWS + return errNotImplemented } diff --git a/vendor/golang.org/x/net/ipv4/dgramopt.go b/vendor/golang.org/x/net/ipv4/dgramopt.go index 36764492d9..c191c22aba 100644 --- a/vendor/golang.org/x/net/ipv4/dgramopt.go +++ b/vendor/golang.org/x/net/ipv4/dgramopt.go @@ -18,7 +18,7 @@ func (c *dgramOpt) MulticastTTL() (int, error) { } so, ok := sockOpts[ssoMulticastTTL] if !ok { - return 0, errOpNoSupport + return 0, errNotImplemented } return so.GetInt(c.Conn) } @@ -31,7 +31,7 @@ func (c *dgramOpt) SetMulticastTTL(ttl int) error { } so, ok := sockOpts[ssoMulticastTTL] if !ok { - return errOpNoSupport + return errNotImplemented } return so.SetInt(c.Conn, ttl) } @@ -44,7 +44,7 @@ func (c *dgramOpt) MulticastInterface() (*net.Interface, error) { } so, ok := sockOpts[ssoMulticastInterface] if !ok { - return nil, errOpNoSupport + return nil, errNotImplemented } return so.getMulticastInterface(c.Conn) } @@ -57,7 +57,7 @@ func (c *dgramOpt) SetMulticastInterface(ifi *net.Interface) error { } so, ok := sockOpts[ssoMulticastInterface] if !ok { - return errOpNoSupport + return errNotImplemented } return so.setMulticastInterface(c.Conn, ifi) } @@ -70,7 +70,7 @@ func (c *dgramOpt) MulticastLoopback() (bool, error) { } so, ok := sockOpts[ssoMulticastLoopback] if !ok { - return false, errOpNoSupport + return false, errNotImplemented } on, err := so.GetInt(c.Conn) if err != nil { @@ -87,7 +87,7 @@ func (c *dgramOpt) SetMulticastLoopback(on bool) error { } so, ok := sockOpts[ssoMulticastLoopback] if !ok { - return errOpNoSupport + return errNotImplemented } return so.SetInt(c.Conn, boolint(on)) } @@ -107,7 +107,7 @@ func (c *dgramOpt) JoinGroup(ifi *net.Interface, group net.Addr) error { } so, ok := sockOpts[ssoJoinGroup] if !ok { - return errOpNoSupport + return errNotImplemented } grp := netAddrToIP4(group) if grp == nil { @@ -125,7 +125,7 @@ func (c *dgramOpt) LeaveGroup(ifi *net.Interface, group net.Addr) error { } so, ok := sockOpts[ssoLeaveGroup] if !ok { - return errOpNoSupport + return errNotImplemented } grp := netAddrToIP4(group) if grp == nil { @@ -146,7 +146,7 @@ func (c *dgramOpt) JoinSourceSpecificGroup(ifi *net.Interface, group, source net } so, ok := sockOpts[ssoJoinSourceGroup] if !ok { - return errOpNoSupport + return errNotImplemented } grp := netAddrToIP4(group) if grp == nil { @@ -167,7 +167,7 @@ func (c *dgramOpt) LeaveSourceSpecificGroup(ifi *net.Interface, group, source ne } so, ok := sockOpts[ssoLeaveSourceGroup] if !ok { - return errOpNoSupport + return errNotImplemented } grp := netAddrToIP4(group) if grp == nil { @@ -189,7 +189,7 @@ func (c *dgramOpt) ExcludeSourceSpecificGroup(ifi *net.Interface, group, source } so, ok := sockOpts[ssoBlockSourceGroup] if !ok { - return errOpNoSupport + return errNotImplemented } grp := netAddrToIP4(group) if grp == nil { @@ -210,7 +210,7 @@ func (c *dgramOpt) IncludeSourceSpecificGroup(ifi *net.Interface, group, source } so, ok := sockOpts[ssoUnblockSourceGroup] if !ok { - return errOpNoSupport + return errNotImplemented } grp := netAddrToIP4(group) if grp == nil { @@ -231,7 +231,7 @@ func (c *dgramOpt) ICMPFilter() (*ICMPFilter, error) { } so, ok := sockOpts[ssoICMPFilter] if !ok { - return nil, errOpNoSupport + return nil, errNotImplemented } return so.getICMPFilter(c.Conn) } @@ -244,7 +244,7 @@ func (c *dgramOpt) SetICMPFilter(f *ICMPFilter) error { } so, ok := sockOpts[ssoICMPFilter] if !ok { - return errOpNoSupport + return errNotImplemented } return so.setICMPFilter(c.Conn, f) } @@ -258,7 +258,7 @@ func (c *dgramOpt) SetBPF(filter []bpf.RawInstruction) error { } so, ok := sockOpts[ssoAttachFilter] if !ok { - return errOpNoSupport + return errNotImplemented } return so.setBPF(c.Conn, filter) } diff --git a/vendor/golang.org/x/net/ipv4/doc.go b/vendor/golang.org/x/net/ipv4/doc.go index 863d55b8d6..2458349799 100644 --- a/vendor/golang.org/x/net/ipv4/doc.go +++ b/vendor/golang.org/x/net/ipv4/doc.go @@ -209,7 +209,7 @@ // LeaveSourceSpecificGroup for the operation known as "include" mode, // // ssmgroup := net.UDPAddr{IP: net.IPv4(232, 7, 8, 9)} -// ssmsource := net.UDPAddr{IP: net.IPv4(192, 168, 0, 1)}) +// ssmsource := net.UDPAddr{IP: net.IPv4(192, 168, 0, 1)} // if err := p.JoinSourceSpecificGroup(en0, &ssmgroup, &ssmsource); err != nil { // // error handling // } @@ -241,5 +241,4 @@ // IncludeSourceSpecificGroup may return an error. package ipv4 // import "golang.org/x/net/ipv4" -// BUG(mikio): This package is not implemented on AIX, JS, NaCl and -// Plan 9. +// BUG(mikio): This package is not implemented on JS, NaCl and Plan 9. diff --git a/vendor/golang.org/x/net/ipv4/endpoint.go b/vendor/golang.org/x/net/ipv4/endpoint.go index 5009463787..4a6d7a85ee 100644 --- a/vendor/golang.org/x/net/ipv4/endpoint.go +++ b/vendor/golang.org/x/net/ipv4/endpoint.go @@ -177,7 +177,7 @@ func NewRawConn(c net.PacketConn) (*RawConn, error) { } so, ok := sockOpts[ssoHeaderPrepend] if !ok { - return nil, errOpNoSupport + return nil, errNotImplemented } if err := so.SetInt(r.dgramOpt.Conn, boolint(true)); err != nil { return nil, err diff --git a/vendor/golang.org/x/net/ipv4/genericopt.go b/vendor/golang.org/x/net/ipv4/genericopt.go index 587ae4a194..51c12371eb 100644 --- a/vendor/golang.org/x/net/ipv4/genericopt.go +++ b/vendor/golang.org/x/net/ipv4/genericopt.go @@ -11,7 +11,7 @@ func (c *genericOpt) TOS() (int, error) { } so, ok := sockOpts[ssoTOS] if !ok { - return 0, errOpNoSupport + return 0, errNotImplemented } return so.GetInt(c.Conn) } @@ -24,7 +24,7 @@ func (c *genericOpt) SetTOS(tos int) error { } so, ok := sockOpts[ssoTOS] if !ok { - return errOpNoSupport + return errNotImplemented } return so.SetInt(c.Conn, tos) } @@ -36,7 +36,7 @@ func (c *genericOpt) TTL() (int, error) { } so, ok := sockOpts[ssoTTL] if !ok { - return 0, errOpNoSupport + return 0, errNotImplemented } return so.GetInt(c.Conn) } @@ -49,7 +49,7 @@ func (c *genericOpt) SetTTL(ttl int) error { } so, ok := sockOpts[ssoTTL] if !ok { - return errOpNoSupport + return errNotImplemented } return so.SetInt(c.Conn, ttl) } diff --git a/vendor/golang.org/x/net/ipv4/header.go b/vendor/golang.org/x/net/ipv4/header.go index a8c8f7a6c8..701bd4b22d 100644 --- a/vendor/golang.org/x/net/ipv4/header.go +++ b/vendor/golang.org/x/net/ipv4/header.go @@ -57,7 +57,7 @@ func (h *Header) String() string { // This may differ from the wire format, depending on the system. func (h *Header) Marshal() ([]byte, error) { if h == nil { - return nil, errInvalidConn + return nil, errNilHeader } if h.Len < HeaderLen { return nil, errHeaderTooShort @@ -107,12 +107,15 @@ func (h *Header) Marshal() ([]byte, error) { // local system. // This may differ from the wire format, depending on the system. func (h *Header) Parse(b []byte) error { - if h == nil || len(b) < HeaderLen { + if h == nil || b == nil { + return errNilHeader + } + if len(b) < HeaderLen { return errHeaderTooShort } hdrlen := int(b[0]&0x0f) << 2 - if hdrlen > len(b) { - return errBufferTooShort + if len(b) < hdrlen { + return errExtHeaderTooShort } h.Version = int(b[0] >> 4) h.Len = hdrlen diff --git a/vendor/golang.org/x/net/ipv4/helper.go b/vendor/golang.org/x/net/ipv4/helper.go index 8d8ff98e94..b494a2cde4 100644 --- a/vendor/golang.org/x/net/ipv4/helper.go +++ b/vendor/golang.org/x/net/ipv4/helper.go @@ -7,23 +7,39 @@ package ipv4 import ( "errors" "net" + "runtime" + + "golang.org/x/net/internal/socket" ) var ( errInvalidConn = errors.New("invalid connection") errMissingAddress = errors.New("missing address") errMissingHeader = errors.New("missing header") + errNilHeader = errors.New("nil header") errHeaderTooShort = errors.New("header too short") - errBufferTooShort = errors.New("buffer too short") + errExtHeaderTooShort = errors.New("extension header too short") errInvalidConnType = errors.New("invalid conn type") - errOpNoSupport = errors.New("operation not supported") errNoSuchInterface = errors.New("no such interface") errNoSuchMulticastInterface = errors.New("no such multicast interface") + errNotImplemented = errors.New("not implemented on " + runtime.GOOS + "/" + runtime.GOARCH) - // See http://www.freebsd.org/doc/en/books/porters-handbook/freebsd-versions.html. - freebsdVersion uint32 + // See https://www.freebsd.org/doc/en/books/porters-handbook/versions.html. + freebsdVersion uint32 + compatFreeBSD32 bool // 386 emulation on amd64 ) +// See golang.org/issue/30899. +func adjustFreeBSD32(m *socket.Message) { + // FreeBSD 12.0-RELEASE is affected by https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236737 + if 1200086 <= freebsdVersion && freebsdVersion < 1201000 { + l := (m.NN + 4 - 1) &^ (4 - 1) + if m.NN < l && l <= len(m.OOB) { + m.NN = l + } + } +} + func boolint(b bool) int { if b { return 1 diff --git a/vendor/golang.org/x/net/ipv4/packet.go b/vendor/golang.org/x/net/ipv4/packet.go index 966bb776f5..7d784e06dd 100644 --- a/vendor/golang.org/x/net/ipv4/packet.go +++ b/vendor/golang.org/x/net/ipv4/packet.go @@ -29,7 +29,35 @@ func (c *packetHandler) ReadFrom(b []byte) (h *Header, p []byte, cm *ControlMess if !c.ok() { return nil, nil, nil, errInvalidConn } - return c.readFrom(b) + c.rawOpt.RLock() + m := socket.Message{ + Buffers: [][]byte{b}, + OOB: NewControlMessage(c.rawOpt.cflags), + } + c.rawOpt.RUnlock() + if err := c.RecvMsg(&m, 0); err != nil { + return nil, nil, nil, &net.OpError{Op: "read", Net: c.IPConn.LocalAddr().Network(), Source: c.IPConn.LocalAddr(), Err: err} + } + var hs []byte + if hs, p, err = slicePacket(b[:m.N]); err != nil { + return nil, nil, nil, &net.OpError{Op: "read", Net: c.IPConn.LocalAddr().Network(), Source: c.IPConn.LocalAddr(), Err: err} + } + if h, err = ParseHeader(hs); err != nil { + return nil, nil, nil, &net.OpError{Op: "read", Net: c.IPConn.LocalAddr().Network(), Source: c.IPConn.LocalAddr(), Err: err} + } + if m.NN > 0 { + if compatFreeBSD32 { + adjustFreeBSD32(&m) + } + cm = new(ControlMessage) + if err := cm.Parse(m.OOB[:m.NN]); err != nil { + return nil, nil, nil, &net.OpError{Op: "read", Net: c.IPConn.LocalAddr().Network(), Source: c.IPConn.LocalAddr(), Err: err} + } + } + if src, ok := m.Addr.(*net.IPAddr); ok && cm != nil { + cm.Src = src.IP + } + return } func slicePacket(b []byte) (h, p []byte, err error) { @@ -64,5 +92,26 @@ func (c *packetHandler) WriteTo(h *Header, p []byte, cm *ControlMessage) error { if !c.ok() { return errInvalidConn } - return c.writeTo(h, p, cm) + m := socket.Message{ + OOB: cm.Marshal(), + } + wh, err := h.Marshal() + if err != nil { + return err + } + m.Buffers = [][]byte{wh, p} + dst := new(net.IPAddr) + if cm != nil { + if ip := cm.Dst.To4(); ip != nil { + dst.IP = ip + } + } + if dst.IP == nil { + dst.IP = h.Dst + } + m.Addr = dst + if err := c.SendMsg(&m, 0); err != nil { + return &net.OpError{Op: "write", Net: c.IPConn.LocalAddr().Network(), Source: c.IPConn.LocalAddr(), Addr: opAddr(dst), Err: err} + } + return nil } diff --git a/vendor/golang.org/x/net/ipv4/packet_go1_8.go b/vendor/golang.org/x/net/ipv4/packet_go1_8.go deleted file mode 100644 index b47d186834..0000000000 --- a/vendor/golang.org/x/net/ipv4/packet_go1_8.go +++ /dev/null @@ -1,56 +0,0 @@ -// Copyright 2012 The Go Authors. All rights reserved. -// Use of this source code is governed by a BSD-style -// license that can be found in the LICENSE file. - -// +build !go1.9 - -package ipv4 - -import "net" - -func (c *packetHandler) readFrom(b []byte) (h *Header, p []byte, cm *ControlMessage, err error) { - c.rawOpt.RLock() - oob := NewControlMessage(c.rawOpt.cflags) - c.rawOpt.RUnlock() - n, nn, _, src, err := c.ReadMsgIP(b, oob) - if err != nil { - return nil, nil, nil, err - } - var hs []byte - if hs, p, err = slicePacket(b[:n]); err != nil { - return nil, nil, nil, err - } - if h, err = ParseHeader(hs); err != nil { - return nil, nil, nil, err - } - if nn > 0 { - cm = new(ControlMessage) - if err := cm.Parse(oob[:nn]); err != nil { - return nil, nil, nil, err - } - } - if src != nil && cm != nil { - cm.Src = src.IP - } - return -} - -func (c *packetHandler) writeTo(h *Header, p []byte, cm *ControlMessage) error { - oob := cm.Marshal() - wh, err := h.Marshal() - if err != nil { - return err - } - dst := new(net.IPAddr) - if cm != nil { - if ip := cm.Dst.To4(); ip != nil { - dst.IP = ip - } - } - if dst.IP == nil { - dst.IP = h.Dst - } - wh = append(wh, p...) - _, _, err = c.WriteMsgIP(wh, oob, dst) - return err -} diff --git a/vendor/golang.org/x/net/ipv4/packet_go1_9.go b/vendor/golang.org/x/net/ipv4/packet_go1_9.go deleted file mode 100644 index 082c36d73e..0000000000 --- a/vendor/golang.org/x/net/ipv4/packet_go1_9.go +++ /dev/null @@ -1,67 +0,0 @@ -// Copyright 2017 The Go Authors. All rights reserved. -// Use of this source code is governed by a BSD-style -// license that can be found in the LICENSE file. - -// +build go1.9 - -package ipv4 - -import ( - "net" - - "golang.org/x/net/internal/socket" -) - -func (c *packetHandler) readFrom(b []byte) (h *Header, p []byte, cm *ControlMessage, err error) { - c.rawOpt.RLock() - m := socket.Message{ - Buffers: [][]byte{b}, - OOB: NewControlMessage(c.rawOpt.cflags), - } - c.rawOpt.RUnlock() - if err := c.RecvMsg(&m, 0); err != nil { - return nil, nil, nil, &net.OpError{Op: "read", Net: c.IPConn.LocalAddr().Network(), Source: c.IPConn.LocalAddr(), Err: err} - } - var hs []byte - if hs, p, err = slicePacket(b[:m.N]); err != nil { - return nil, nil, nil, &net.OpError{Op: "read", Net: c.IPConn.LocalAddr().Network(), Source: c.IPConn.LocalAddr(), Err: err} - } - if h, err = ParseHeader(hs); err != nil { - return nil, nil, nil, &net.OpError{Op: "read", Net: c.IPConn.LocalAddr().Network(), Source: c.IPConn.LocalAddr(), Err: err} - } - if m.NN > 0 { - cm = new(ControlMessage) - if err := cm.Parse(m.OOB[:m.NN]); err != nil { - return nil, nil, nil, &net.OpError{Op: "read", Net: c.IPConn.LocalAddr().Network(), Source: c.IPConn.LocalAddr(), Err: err} - } - } - if src, ok := m.Addr.(*net.IPAddr); ok && cm != nil { - cm.Src = src.IP - } - return -} - -func (c *packetHandler) writeTo(h *Header, p []byte, cm *ControlMessage) error { - m := socket.Message{ - OOB: cm.Marshal(), - } - wh, err := h.Marshal() - if err != nil { - return err - } - m.Buffers = [][]byte{wh, p} - dst := new(net.IPAddr) - if cm != nil { - if ip := cm.Dst.To4(); ip != nil { - dst.IP = ip - } - } - if dst.IP == nil { - dst.IP = h.Dst - } - m.Addr = dst - if err := c.SendMsg(&m, 0); err != nil { - return &net.OpError{Op: "write", Net: c.IPConn.LocalAddr().Network(), Source: c.IPConn.LocalAddr(), Addr: opAddr(dst), Err: err} - } - return nil -} diff --git a/vendor/golang.org/x/net/ipv4/payload_cmsg.go b/vendor/golang.org/x/net/ipv4/payload_cmsg.go index a7c892dc44..e7614661d7 100644 --- a/vendor/golang.org/x/net/ipv4/payload_cmsg.go +++ b/vendor/golang.org/x/net/ipv4/payload_cmsg.go @@ -2,11 +2,15 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -// +build darwin dragonfly freebsd linux netbsd openbsd solaris +// +build aix darwin dragonfly freebsd linux netbsd openbsd solaris package ipv4 -import "net" +import ( + "net" + + "golang.org/x/net/internal/socket" +) // ReadFrom reads a payload of the received IPv4 datagram, from the // endpoint c, copying the payload into b. It returns the number of @@ -16,7 +20,45 @@ func (c *payloadHandler) ReadFrom(b []byte) (n int, cm *ControlMessage, src net. if !c.ok() { return 0, nil, nil, errInvalidConn } - return c.readFrom(b) + c.rawOpt.RLock() + m := socket.Message{ + OOB: NewControlMessage(c.rawOpt.cflags), + } + c.rawOpt.RUnlock() + switch c.PacketConn.(type) { + case *net.UDPConn: + m.Buffers = [][]byte{b} + if err := c.RecvMsg(&m, 0); err != nil { + return 0, nil, nil, &net.OpError{Op: "read", Net: c.PacketConn.LocalAddr().Network(), Source: c.PacketConn.LocalAddr(), Err: err} + } + case *net.IPConn: + h := make([]byte, HeaderLen) + m.Buffers = [][]byte{h, b} + if err := c.RecvMsg(&m, 0); err != nil { + return 0, nil, nil, &net.OpError{Op: "read", Net: c.PacketConn.LocalAddr().Network(), Source: c.PacketConn.LocalAddr(), Err: err} + } + hdrlen := int(h[0]&0x0f) << 2 + if hdrlen > len(h) { + d := hdrlen - len(h) + copy(b, b[d:]) + m.N -= d + } else { + m.N -= hdrlen + } + default: + return 0, nil, nil, &net.OpError{Op: "read", Net: c.PacketConn.LocalAddr().Network(), Source: c.PacketConn.LocalAddr(), Err: errInvalidConnType} + } + if m.NN > 0 { + if compatFreeBSD32 { + adjustFreeBSD32(&m) + } + cm = new(ControlMessage) + if err := cm.Parse(m.OOB[:m.NN]); err != nil { + return 0, nil, nil, &net.OpError{Op: "read", Net: c.PacketConn.LocalAddr().Network(), Source: c.PacketConn.LocalAddr(), Err: err} + } + cm.Src = netAddrToIP4(m.Addr) + } + return m.N, cm, m.Addr, nil } // WriteTo writes a payload of the IPv4 datagram, to the destination @@ -29,5 +71,14 @@ func (c *payloadHandler) WriteTo(b []byte, cm *ControlMessage, dst net.Addr) (n if !c.ok() { return 0, errInvalidConn } - return c.writeTo(b, cm, dst) + m := socket.Message{ + Buffers: [][]byte{b}, + OOB: cm.Marshal(), + Addr: dst, + } + err = c.SendMsg(&m, 0) + if err != nil { + err = &net.OpError{Op: "write", Net: c.PacketConn.LocalAddr().Network(), Source: c.PacketConn.LocalAddr(), Addr: opAddr(dst), Err: err} + } + return m.N, err } diff --git a/vendor/golang.org/x/net/ipv4/payload_cmsg_go1_8.go b/vendor/golang.org/x/net/ipv4/payload_cmsg_go1_8.go deleted file mode 100644 index 15a27b7a00..0000000000 --- a/vendor/golang.org/x/net/ipv4/payload_cmsg_go1_8.go +++ /dev/null @@ -1,59 +0,0 @@ -// Copyright 2012 The Go Authors. All rights reserved. -// Use of this source code is governed by a BSD-style -// license that can be found in the LICENSE file. - -// +build !go1.9 -// +build darwin dragonfly freebsd linux netbsd openbsd solaris - -package ipv4 - -import "net" - -func (c *payloadHandler) readFrom(b []byte) (n int, cm *ControlMessage, src net.Addr, err error) { - c.rawOpt.RLock() - oob := NewControlMessage(c.rawOpt.cflags) - c.rawOpt.RUnlock() - var nn int - switch c := c.PacketConn.(type) { - case *net.UDPConn: - if n, nn, _, src, err = c.ReadMsgUDP(b, oob); err != nil { - return 0, nil, nil, err - } - case *net.IPConn: - nb := make([]byte, maxHeaderLen+len(b)) - if n, nn, _, src, err = c.ReadMsgIP(nb, oob); err != nil { - return 0, nil, nil, err - } - hdrlen := int(nb[0]&0x0f) << 2 - copy(b, nb[hdrlen:]) - n -= hdrlen - default: - return 0, nil, nil, &net.OpError{Op: "read", Net: c.LocalAddr().Network(), Source: c.LocalAddr(), Err: errInvalidConnType} - } - if nn > 0 { - cm = new(ControlMessage) - if err = cm.Parse(oob[:nn]); err != nil { - return 0, nil, nil, &net.OpError{Op: "read", Net: c.PacketConn.LocalAddr().Network(), Source: c.PacketConn.LocalAddr(), Err: err} - } - } - if cm != nil { - cm.Src = netAddrToIP4(src) - } - return -} - -func (c *payloadHandler) writeTo(b []byte, cm *ControlMessage, dst net.Addr) (n int, err error) { - oob := cm.Marshal() - if dst == nil { - return 0, &net.OpError{Op: "write", Net: c.PacketConn.LocalAddr().Network(), Source: c.PacketConn.LocalAddr(), Err: errMissingAddress} - } - switch c := c.PacketConn.(type) { - case *net.UDPConn: - n, _, err = c.WriteMsgUDP(b, oob, dst.(*net.UDPAddr)) - case *net.IPConn: - n, _, err = c.WriteMsgIP(b, oob, dst.(*net.IPAddr)) - default: - return 0, &net.OpError{Op: "write", Net: c.LocalAddr().Network(), Source: c.LocalAddr(), Addr: opAddr(dst), Err: errInvalidConnType} - } - return -} diff --git a/vendor/golang.org/x/net/ipv4/payload_cmsg_go1_9.go b/vendor/golang.org/x/net/ipv4/payload_cmsg_go1_9.go deleted file mode 100644 index aab3b224e5..0000000000 --- a/vendor/golang.org/x/net/ipv4/payload_cmsg_go1_9.go +++ /dev/null @@ -1,67 +0,0 @@ -// Copyright 2017 The Go Authors. All rights reserved. -// Use of this source code is governed by a BSD-style -// license that can be found in the LICENSE file. - -// +build go1.9 -// +build darwin dragonfly freebsd linux netbsd openbsd solaris - -package ipv4 - -import ( - "net" - - "golang.org/x/net/internal/socket" -) - -func (c *payloadHandler) readFrom(b []byte) (int, *ControlMessage, net.Addr, error) { - c.rawOpt.RLock() - m := socket.Message{ - OOB: NewControlMessage(c.rawOpt.cflags), - } - c.rawOpt.RUnlock() - switch c.PacketConn.(type) { - case *net.UDPConn: - m.Buffers = [][]byte{b} - if err := c.RecvMsg(&m, 0); err != nil { - return 0, nil, nil, &net.OpError{Op: "read", Net: c.PacketConn.LocalAddr().Network(), Source: c.PacketConn.LocalAddr(), Err: err} - } - case *net.IPConn: - h := make([]byte, HeaderLen) - m.Buffers = [][]byte{h, b} - if err := c.RecvMsg(&m, 0); err != nil { - return 0, nil, nil, &net.OpError{Op: "read", Net: c.PacketConn.LocalAddr().Network(), Source: c.PacketConn.LocalAddr(), Err: err} - } - hdrlen := int(h[0]&0x0f) << 2 - if hdrlen > len(h) { - d := hdrlen - len(h) - copy(b, b[d:]) - m.N -= d - } else { - m.N -= hdrlen - } - default: - return 0, nil, nil, &net.OpError{Op: "read", Net: c.PacketConn.LocalAddr().Network(), Source: c.PacketConn.LocalAddr(), Err: errInvalidConnType} - } - var cm *ControlMessage - if m.NN > 0 { - cm = new(ControlMessage) - if err := cm.Parse(m.OOB[:m.NN]); err != nil { - return 0, nil, nil, &net.OpError{Op: "read", Net: c.PacketConn.LocalAddr().Network(), Source: c.PacketConn.LocalAddr(), Err: err} - } - cm.Src = netAddrToIP4(m.Addr) - } - return m.N, cm, m.Addr, nil -} - -func (c *payloadHandler) writeTo(b []byte, cm *ControlMessage, dst net.Addr) (int, error) { - m := socket.Message{ - Buffers: [][]byte{b}, - OOB: cm.Marshal(), - Addr: dst, - } - err := c.SendMsg(&m, 0) - if err != nil { - err = &net.OpError{Op: "write", Net: c.PacketConn.LocalAddr().Network(), Source: c.PacketConn.LocalAddr(), Addr: opAddr(dst), Err: err} - } - return m.N, err -} diff --git a/vendor/golang.org/x/net/ipv4/payload_nocmsg.go b/vendor/golang.org/x/net/ipv4/payload_nocmsg.go index d57f05c107..1116256f24 100644 --- a/vendor/golang.org/x/net/ipv4/payload_nocmsg.go +++ b/vendor/golang.org/x/net/ipv4/payload_nocmsg.go @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -// +build !darwin,!dragonfly,!freebsd,!linux,!netbsd,!openbsd,!solaris +// +build !aix,!darwin,!dragonfly,!freebsd,!linux,!netbsd,!openbsd,!solaris package ipv4 diff --git a/vendor/golang.org/x/net/ipv4/sockopt_posix.go b/vendor/golang.org/x/net/ipv4/sockopt_posix.go index e96955bc18..dea64519d8 100644 --- a/vendor/golang.org/x/net/ipv4/sockopt_posix.go +++ b/vendor/golang.org/x/net/ipv4/sockopt_posix.go @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -// +build darwin dragonfly freebsd linux netbsd openbsd solaris windows +// +build aix darwin dragonfly freebsd linux netbsd openbsd solaris windows package ipv4 @@ -39,7 +39,7 @@ func (so *sockOpt) getICMPFilter(c *socket.Conn) (*ICMPFilter, error) { return nil, err } if n != sizeofICMPFilter { - return nil, errOpNoSupport + return nil, errNotImplemented } return (*ICMPFilter)(unsafe.Pointer(&b[0])), nil } @@ -58,7 +58,7 @@ func (so *sockOpt) setGroup(c *socket.Conn, ifi *net.Interface, grp net.IP) erro case ssoTypeGroupReq: return so.setGroupReq(c, ifi, grp) default: - return errOpNoSupport + return errNotImplemented } } diff --git a/vendor/golang.org/x/net/ipv4/sockopt_stub.go b/vendor/golang.org/x/net/ipv4/sockopt_stub.go index 23249b782e..37d4806b34 100644 --- a/vendor/golang.org/x/net/ipv4/sockopt_stub.go +++ b/vendor/golang.org/x/net/ipv4/sockopt_stub.go @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -// +build !darwin,!dragonfly,!freebsd,!linux,!netbsd,!openbsd,!solaris,!windows +// +build !aix,!darwin,!dragonfly,!freebsd,!linux,!netbsd,!openbsd,!solaris,!windows package ipv4 @@ -14,29 +14,29 @@ import ( ) func (so *sockOpt) getMulticastInterface(c *socket.Conn) (*net.Interface, error) { - return nil, errOpNoSupport + return nil, errNotImplemented } func (so *sockOpt) setMulticastInterface(c *socket.Conn, ifi *net.Interface) error { - return errOpNoSupport + return errNotImplemented } func (so *sockOpt) getICMPFilter(c *socket.Conn) (*ICMPFilter, error) { - return nil, errOpNoSupport + return nil, errNotImplemented } func (so *sockOpt) setICMPFilter(c *socket.Conn, f *ICMPFilter) error { - return errOpNoSupport + return errNotImplemented } func (so *sockOpt) setGroup(c *socket.Conn, ifi *net.Interface, grp net.IP) error { - return errOpNoSupport + return errNotImplemented } func (so *sockOpt) setSourceGroup(c *socket.Conn, ifi *net.Interface, grp, src net.IP) error { - return errOpNoSupport + return errNotImplemented } func (so *sockOpt) setBPF(c *socket.Conn, f []bpf.RawInstruction) error { - return errOpNoSupport + return errNotImplemented } diff --git a/vendor/golang.org/x/net/ipv4/sys_aix.go b/vendor/golang.org/x/net/ipv4/sys_aix.go new file mode 100644 index 0000000000..3d1201e6d7 --- /dev/null +++ b/vendor/golang.org/x/net/ipv4/sys_aix.go @@ -0,0 +1,38 @@ +// Copyright 2019 The Go Authors. All rights reserved. +// Use of this source code is governed by a BSD-style +// license that can be found in the LICENSE file. + +// Added for go1.11 compatibility +// +build aix + +package ipv4 + +import ( + "net" + "syscall" + + "golang.org/x/net/internal/iana" + "golang.org/x/net/internal/socket" +) + +var ( + ctlOpts = [ctlMax]ctlOpt{ + ctlTTL: {sysIP_RECVTTL, 1, marshalTTL, parseTTL}, + ctlDst: {sysIP_RECVDSTADDR, net.IPv4len, marshalDst, parseDst}, + ctlInterface: {sysIP_RECVIF, syscall.SizeofSockaddrDatalink, marshalInterface, parseInterface}, + } + + sockOpts = map[int]*sockOpt{ + ssoTOS: {Option: socket.Option{Level: iana.ProtocolIP, Name: sysIP_TOS, Len: 4}}, + ssoTTL: {Option: socket.Option{Level: iana.ProtocolIP, Name: sysIP_TTL, Len: 4}}, + ssoMulticastTTL: {Option: socket.Option{Level: iana.ProtocolIP, Name: sysIP_MULTICAST_TTL, Len: 1}}, + ssoMulticastInterface: {Option: socket.Option{Level: iana.ProtocolIP, Name: sysIP_MULTICAST_IF, Len: 4}}, + ssoMulticastLoopback: {Option: socket.Option{Level: iana.ProtocolIP, Name: sysIP_MULTICAST_LOOP, Len: 1}}, + ssoReceiveTTL: {Option: socket.Option{Level: iana.ProtocolIP, Name: sysIP_RECVTTL, Len: 4}}, + ssoReceiveDst: {Option: socket.Option{Level: iana.ProtocolIP, Name: sysIP_RECVDSTADDR, Len: 4}}, + ssoReceiveInterface: {Option: socket.Option{Level: iana.ProtocolIP, Name: sysIP_RECVIF, Len: 4}}, + ssoHeaderPrepend: {Option: socket.Option{Level: iana.ProtocolIP, Name: sysIP_HDRINCL, Len: 4}}, + ssoJoinGroup: {Option: socket.Option{Level: iana.ProtocolIP, Name: sysIP_ADD_MEMBERSHIP, Len: sizeofIPMreq}, typ: ssoTypeIPMreq}, + ssoLeaveGroup: {Option: socket.Option{Level: iana.ProtocolIP, Name: sysIP_DROP_MEMBERSHIP, Len: sizeofIPMreq}, typ: ssoTypeIPMreq}, + } +) diff --git a/vendor/golang.org/x/net/ipv4/sys_asmreq.go b/vendor/golang.org/x/net/ipv4/sys_asmreq.go index 0388cba00c..c5eaafe96b 100644 --- a/vendor/golang.org/x/net/ipv4/sys_asmreq.go +++ b/vendor/golang.org/x/net/ipv4/sys_asmreq.go @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -// +build darwin dragonfly freebsd netbsd openbsd solaris windows +// +build aix darwin dragonfly freebsd netbsd openbsd solaris windows package ipv4 diff --git a/vendor/golang.org/x/net/ipv4/sys_asmreq_stub.go b/vendor/golang.org/x/net/ipv4/sys_asmreq_stub.go index f3919208b6..6dc339ce67 100644 --- a/vendor/golang.org/x/net/ipv4/sys_asmreq_stub.go +++ b/vendor/golang.org/x/net/ipv4/sys_asmreq_stub.go @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -// +build !darwin,!dragonfly,!freebsd,!netbsd,!openbsd,!solaris,!windows +// +build !aix,!darwin,!dragonfly,!freebsd,!netbsd,!openbsd,!solaris,!windows package ipv4 @@ -13,13 +13,13 @@ import ( ) func (so *sockOpt) setIPMreq(c *socket.Conn, ifi *net.Interface, grp net.IP) error { - return errOpNoSupport + return errNotImplemented } func (so *sockOpt) getMulticastIf(c *socket.Conn) (*net.Interface, error) { - return nil, errOpNoSupport + return nil, errNotImplemented } func (so *sockOpt) setMulticastIf(c *socket.Conn, ifi *net.Interface) error { - return errOpNoSupport + return errNotImplemented } diff --git a/vendor/golang.org/x/net/ipv4/sys_asmreqn_stub.go b/vendor/golang.org/x/net/ipv4/sys_asmreqn_stub.go index 0711d3d786..48ef55624e 100644 --- a/vendor/golang.org/x/net/ipv4/sys_asmreqn_stub.go +++ b/vendor/golang.org/x/net/ipv4/sys_asmreqn_stub.go @@ -13,9 +13,9 @@ import ( ) func (so *sockOpt) getIPMreqn(c *socket.Conn) (*net.Interface, error) { - return nil, errOpNoSupport + return nil, errNotImplemented } func (so *sockOpt) setIPMreqn(c *socket.Conn, ifi *net.Interface, grp net.IP) error { - return errOpNoSupport + return errNotImplemented } diff --git a/vendor/golang.org/x/net/ipv4/sys_bpf_stub.go b/vendor/golang.org/x/net/ipv4/sys_bpf_stub.go index 9a2132093d..5c98642716 100644 --- a/vendor/golang.org/x/net/ipv4/sys_bpf_stub.go +++ b/vendor/golang.org/x/net/ipv4/sys_bpf_stub.go @@ -12,5 +12,5 @@ import ( ) func (so *sockOpt) setAttachFilter(c *socket.Conn, f []bpf.RawInstruction) error { - return errOpNoSupport + return errNotImplemented } diff --git a/vendor/golang.org/x/net/ipv4/sys_freebsd.go b/vendor/golang.org/x/net/ipv4/sys_freebsd.go index b80032454a..482873d9a1 100644 --- a/vendor/golang.org/x/net/ipv4/sys_freebsd.go +++ b/vendor/golang.org/x/net/ipv4/sys_freebsd.go @@ -50,7 +50,7 @@ func init() { archs, _ := syscall.Sysctl("kern.supported_archs") for _, s := range strings.Fields(archs) { if s == "amd64" { - freebsd32o64 = true + compatFreeBSD32 = true break } } diff --git a/vendor/golang.org/x/net/ipv4/sys_ssmreq.go b/vendor/golang.org/x/net/ipv4/sys_ssmreq.go index ae5704e77a..eeced7f313 100644 --- a/vendor/golang.org/x/net/ipv4/sys_ssmreq.go +++ b/vendor/golang.org/x/net/ipv4/sys_ssmreq.go @@ -13,8 +13,6 @@ import ( "golang.org/x/net/internal/socket" ) -var freebsd32o64 bool - func (so *sockOpt) setGroupReq(c *socket.Conn, ifi *net.Interface, grp net.IP) error { var gr groupReq if ifi != nil { @@ -22,7 +20,7 @@ func (so *sockOpt) setGroupReq(c *socket.Conn, ifi *net.Interface, grp net.IP) e } gr.setGroup(grp) var b []byte - if freebsd32o64 { + if compatFreeBSD32 { var d [sizeofGroupReq + 4]byte s := (*[sizeofGroupReq]byte)(unsafe.Pointer(&gr)) copy(d[:4], s[:4]) @@ -41,7 +39,7 @@ func (so *sockOpt) setGroupSourceReq(c *socket.Conn, ifi *net.Interface, grp, sr } gsr.setSourceGroup(grp, src) var b []byte - if freebsd32o64 { + if compatFreeBSD32 { var d [sizeofGroupSourceReq + 4]byte s := (*[sizeofGroupSourceReq]byte)(unsafe.Pointer(&gsr)) copy(d[:4], s[:4]) diff --git a/vendor/golang.org/x/net/ipv4/sys_ssmreq_stub.go b/vendor/golang.org/x/net/ipv4/sys_ssmreq_stub.go index e6b7623d0d..c0921674b0 100644 --- a/vendor/golang.org/x/net/ipv4/sys_ssmreq_stub.go +++ b/vendor/golang.org/x/net/ipv4/sys_ssmreq_stub.go @@ -13,9 +13,9 @@ import ( ) func (so *sockOpt) setGroupReq(c *socket.Conn, ifi *net.Interface, grp net.IP) error { - return errOpNoSupport + return errNotImplemented } func (so *sockOpt) setGroupSourceReq(c *socket.Conn, ifi *net.Interface, grp, src net.IP) error { - return errOpNoSupport + return errNotImplemented } diff --git a/vendor/golang.org/x/net/ipv4/sys_stub.go b/vendor/golang.org/x/net/ipv4/sys_stub.go index 4f076473bd..b9c85b334f 100644 --- a/vendor/golang.org/x/net/ipv4/sys_stub.go +++ b/vendor/golang.org/x/net/ipv4/sys_stub.go @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -// +build !darwin,!dragonfly,!freebsd,!linux,!netbsd,!openbsd,!solaris,!windows +// +build !aix,!darwin,!dragonfly,!freebsd,!linux,!netbsd,!openbsd,!solaris,!windows package ipv4 diff --git a/vendor/golang.org/x/net/ipv4/zsys_aix_ppc64.go b/vendor/golang.org/x/net/ipv4/zsys_aix_ppc64.go new file mode 100644 index 0000000000..c741d5c8ea --- /dev/null +++ b/vendor/golang.org/x/net/ipv4/zsys_aix_ppc64.go @@ -0,0 +1,33 @@ +// Code generated by cmd/cgo -godefs; DO NOT EDIT. +// cgo -godefs defs_aix.go + +// Added for go1.11 compatibility +// +build aix + +package ipv4 + +const ( + sysIP_OPTIONS = 0x1 + sysIP_HDRINCL = 0x2 + sysIP_TOS = 0x3 + sysIP_TTL = 0x4 + sysIP_RECVOPTS = 0x5 + sysIP_RECVRETOPTS = 0x6 + sysIP_RECVDSTADDR = 0x7 + sysIP_RETOPTS = 0x8 + sysIP_RECVIF = 0x20 + sysIP_RECVTTL = 0x22 + + sysIP_MULTICAST_IF = 0x9 + sysIP_MULTICAST_TTL = 0xa + sysIP_MULTICAST_LOOP = 0xb + sysIP_ADD_MEMBERSHIP = 0xc + sysIP_DROP_MEMBERSHIP = 0xd + + sizeofIPMreq = 0x8 +) + +type ipMreq struct { + Multiaddr [4]byte /* in_addr */ + Interface [4]byte /* in_addr */ +} diff --git a/vendor/golang.org/x/net/ipv4/zsys_darwin.go b/vendor/golang.org/x/net/ipv4/zsys_darwin.go index c07cc883fc..e05a251ba0 100644 --- a/vendor/golang.org/x/net/ipv4/zsys_darwin.go +++ b/vendor/golang.org/x/net/ipv4/zsys_darwin.go @@ -1,4 +1,4 @@ -// Created by cgo -godefs - DO NOT EDIT +// Code generated by cmd/cgo -godefs; DO NOT EDIT. // cgo -godefs defs_darwin.go package ipv4 diff --git a/vendor/golang.org/x/net/ipv4/zsys_dragonfly.go b/vendor/golang.org/x/net/ipv4/zsys_dragonfly.go index c4365e9e71..6d65e9fcb8 100644 --- a/vendor/golang.org/x/net/ipv4/zsys_dragonfly.go +++ b/vendor/golang.org/x/net/ipv4/zsys_dragonfly.go @@ -1,4 +1,4 @@ -// Created by cgo -godefs - DO NOT EDIT +// Code generated by cmd/cgo -godefs; DO NOT EDIT. // cgo -godefs defs_dragonfly.go package ipv4 diff --git a/vendor/golang.org/x/net/ipv4/zsys_freebsd_386.go b/vendor/golang.org/x/net/ipv4/zsys_freebsd_386.go index 8c4aec94c8..136e2b8f1d 100644 --- a/vendor/golang.org/x/net/ipv4/zsys_freebsd_386.go +++ b/vendor/golang.org/x/net/ipv4/zsys_freebsd_386.go @@ -1,4 +1,4 @@ -// Created by cgo -godefs - DO NOT EDIT +// Code generated by cmd/cgo -godefs; DO NOT EDIT. // cgo -godefs defs_freebsd.go package ipv4 diff --git a/vendor/golang.org/x/net/ipv4/zsys_freebsd_amd64.go b/vendor/golang.org/x/net/ipv4/zsys_freebsd_amd64.go index 4b10b7c575..4f730f19ef 100644 --- a/vendor/golang.org/x/net/ipv4/zsys_freebsd_amd64.go +++ b/vendor/golang.org/x/net/ipv4/zsys_freebsd_amd64.go @@ -1,4 +1,4 @@ -// Created by cgo -godefs - DO NOT EDIT +// Code generated by cmd/cgo -godefs; DO NOT EDIT. // cgo -godefs defs_freebsd.go package ipv4 diff --git a/vendor/golang.org/x/net/ipv4/zsys_freebsd_arm.go b/vendor/golang.org/x/net/ipv4/zsys_freebsd_arm.go index 4b10b7c575..4f730f19ef 100644 --- a/vendor/golang.org/x/net/ipv4/zsys_freebsd_arm.go +++ b/vendor/golang.org/x/net/ipv4/zsys_freebsd_arm.go @@ -1,4 +1,4 @@ -// Created by cgo -godefs - DO NOT EDIT +// Code generated by cmd/cgo -godefs; DO NOT EDIT. // cgo -godefs defs_freebsd.go package ipv4 diff --git a/vendor/golang.org/x/net/ipv4/zsys_linux_386.go b/vendor/golang.org/x/net/ipv4/zsys_linux_386.go index c0260f0ce3..43ef8e5922 100644 --- a/vendor/golang.org/x/net/ipv4/zsys_linux_386.go +++ b/vendor/golang.org/x/net/ipv4/zsys_linux_386.go @@ -1,4 +1,4 @@ -// Created by cgo -godefs - DO NOT EDIT +// Code generated by cmd/cgo -godefs; DO NOT EDIT. // cgo -godefs defs_linux.go package ipv4 diff --git a/vendor/golang.org/x/net/ipv4/zsys_linux_amd64.go b/vendor/golang.org/x/net/ipv4/zsys_linux_amd64.go index 9c967eaa64..ee8204da46 100644 --- a/vendor/golang.org/x/net/ipv4/zsys_linux_amd64.go +++ b/vendor/golang.org/x/net/ipv4/zsys_linux_amd64.go @@ -1,4 +1,4 @@ -// Created by cgo -godefs - DO NOT EDIT +// Code generated by cmd/cgo -godefs; DO NOT EDIT. // cgo -godefs defs_linux.go package ipv4 diff --git a/vendor/golang.org/x/net/ipv4/zsys_linux_arm.go b/vendor/golang.org/x/net/ipv4/zsys_linux_arm.go index c0260f0ce3..43ef8e5922 100644 --- a/vendor/golang.org/x/net/ipv4/zsys_linux_arm.go +++ b/vendor/golang.org/x/net/ipv4/zsys_linux_arm.go @@ -1,4 +1,4 @@ -// Created by cgo -godefs - DO NOT EDIT +// Code generated by cmd/cgo -godefs; DO NOT EDIT. // cgo -godefs defs_linux.go package ipv4 diff --git a/vendor/golang.org/x/net/ipv4/zsys_linux_arm64.go b/vendor/golang.org/x/net/ipv4/zsys_linux_arm64.go index 9c967eaa64..ee8204da46 100644 --- a/vendor/golang.org/x/net/ipv4/zsys_linux_arm64.go +++ b/vendor/golang.org/x/net/ipv4/zsys_linux_arm64.go @@ -1,4 +1,4 @@ -// Created by cgo -godefs - DO NOT EDIT +// Code generated by cmd/cgo -godefs; DO NOT EDIT. // cgo -godefs defs_linux.go package ipv4 diff --git a/vendor/golang.org/x/net/ipv4/zsys_linux_mips.go b/vendor/golang.org/x/net/ipv4/zsys_linux_mips.go index c0260f0ce3..43ef8e5922 100644 --- a/vendor/golang.org/x/net/ipv4/zsys_linux_mips.go +++ b/vendor/golang.org/x/net/ipv4/zsys_linux_mips.go @@ -1,4 +1,4 @@ -// Created by cgo -godefs - DO NOT EDIT +// Code generated by cmd/cgo -godefs; DO NOT EDIT. // cgo -godefs defs_linux.go package ipv4 diff --git a/vendor/golang.org/x/net/ipv4/zsys_linux_mips64.go b/vendor/golang.org/x/net/ipv4/zsys_linux_mips64.go index 9c967eaa64..ee8204da46 100644 --- a/vendor/golang.org/x/net/ipv4/zsys_linux_mips64.go +++ b/vendor/golang.org/x/net/ipv4/zsys_linux_mips64.go @@ -1,4 +1,4 @@ -// Created by cgo -godefs - DO NOT EDIT +// Code generated by cmd/cgo -godefs; DO NOT EDIT. // cgo -godefs defs_linux.go package ipv4 diff --git a/vendor/golang.org/x/net/ipv4/zsys_linux_mips64le.go b/vendor/golang.org/x/net/ipv4/zsys_linux_mips64le.go index 9c967eaa64..ee8204da46 100644 --- a/vendor/golang.org/x/net/ipv4/zsys_linux_mips64le.go +++ b/vendor/golang.org/x/net/ipv4/zsys_linux_mips64le.go @@ -1,4 +1,4 @@ -// Created by cgo -godefs - DO NOT EDIT +// Code generated by cmd/cgo -godefs; DO NOT EDIT. // cgo -godefs defs_linux.go package ipv4 diff --git a/vendor/golang.org/x/net/ipv4/zsys_linux_mipsle.go b/vendor/golang.org/x/net/ipv4/zsys_linux_mipsle.go index c0260f0ce3..43ef8e5922 100644 --- a/vendor/golang.org/x/net/ipv4/zsys_linux_mipsle.go +++ b/vendor/golang.org/x/net/ipv4/zsys_linux_mipsle.go @@ -1,4 +1,4 @@ -// Created by cgo -godefs - DO NOT EDIT +// Code generated by cmd/cgo -godefs; DO NOT EDIT. // cgo -godefs defs_linux.go package ipv4 diff --git a/vendor/golang.org/x/net/ipv4/zsys_linux_ppc.go b/vendor/golang.org/x/net/ipv4/zsys_linux_ppc.go index f65bd9a7a6..fa1b6bc61d 100644 --- a/vendor/golang.org/x/net/ipv4/zsys_linux_ppc.go +++ b/vendor/golang.org/x/net/ipv4/zsys_linux_ppc.go @@ -1,4 +1,4 @@ -// Created by cgo -godefs - DO NOT EDIT +// Code generated by cmd/cgo -godefs; DO NOT EDIT. // cgo -godefs defs_linux.go package ipv4 diff --git a/vendor/golang.org/x/net/ipv4/zsys_linux_ppc64.go b/vendor/golang.org/x/net/ipv4/zsys_linux_ppc64.go index 9c967eaa64..ee8204da46 100644 --- a/vendor/golang.org/x/net/ipv4/zsys_linux_ppc64.go +++ b/vendor/golang.org/x/net/ipv4/zsys_linux_ppc64.go @@ -1,4 +1,4 @@ -// Created by cgo -godefs - DO NOT EDIT +// Code generated by cmd/cgo -godefs; DO NOT EDIT. // cgo -godefs defs_linux.go package ipv4 diff --git a/vendor/golang.org/x/net/ipv4/zsys_linux_ppc64le.go b/vendor/golang.org/x/net/ipv4/zsys_linux_ppc64le.go index 9c967eaa64..ee8204da46 100644 --- a/vendor/golang.org/x/net/ipv4/zsys_linux_ppc64le.go +++ b/vendor/golang.org/x/net/ipv4/zsys_linux_ppc64le.go @@ -1,4 +1,4 @@ -// Created by cgo -godefs - DO NOT EDIT +// Code generated by cmd/cgo -godefs; DO NOT EDIT. // cgo -godefs defs_linux.go package ipv4 diff --git a/vendor/golang.org/x/net/ipv4/zsys_linux_riscv64.go b/vendor/golang.org/x/net/ipv4/zsys_linux_riscv64.go new file mode 100644 index 0000000000..0c0d48012f --- /dev/null +++ b/vendor/golang.org/x/net/ipv4/zsys_linux_riscv64.go @@ -0,0 +1,151 @@ +// Code generated by cmd/cgo -godefs; DO NOT EDIT. +// cgo -godefs defs_linux.go + +// +build riscv64 + +package ipv4 + +const ( + sysIP_TOS = 0x1 + sysIP_TTL = 0x2 + sysIP_HDRINCL = 0x3 + sysIP_OPTIONS = 0x4 + sysIP_ROUTER_ALERT = 0x5 + sysIP_RECVOPTS = 0x6 + sysIP_RETOPTS = 0x7 + sysIP_PKTINFO = 0x8 + sysIP_PKTOPTIONS = 0x9 + sysIP_MTU_DISCOVER = 0xa + sysIP_RECVERR = 0xb + sysIP_RECVTTL = 0xc + sysIP_RECVTOS = 0xd + sysIP_MTU = 0xe + sysIP_FREEBIND = 0xf + sysIP_TRANSPARENT = 0x13 + sysIP_RECVRETOPTS = 0x7 + sysIP_ORIGDSTADDR = 0x14 + sysIP_RECVORIGDSTADDR = 0x14 + sysIP_MINTTL = 0x15 + sysIP_NODEFRAG = 0x16 + sysIP_UNICAST_IF = 0x32 + + sysIP_MULTICAST_IF = 0x20 + sysIP_MULTICAST_TTL = 0x21 + sysIP_MULTICAST_LOOP = 0x22 + sysIP_ADD_MEMBERSHIP = 0x23 + sysIP_DROP_MEMBERSHIP = 0x24 + sysIP_UNBLOCK_SOURCE = 0x25 + sysIP_BLOCK_SOURCE = 0x26 + sysIP_ADD_SOURCE_MEMBERSHIP = 0x27 + sysIP_DROP_SOURCE_MEMBERSHIP = 0x28 + sysIP_MSFILTER = 0x29 + sysMCAST_JOIN_GROUP = 0x2a + sysMCAST_LEAVE_GROUP = 0x2d + sysMCAST_JOIN_SOURCE_GROUP = 0x2e + sysMCAST_LEAVE_SOURCE_GROUP = 0x2f + sysMCAST_BLOCK_SOURCE = 0x2b + sysMCAST_UNBLOCK_SOURCE = 0x2c + sysMCAST_MSFILTER = 0x30 + sysIP_MULTICAST_ALL = 0x31 + + sysICMP_FILTER = 0x1 + + sysSO_EE_ORIGIN_NONE = 0x0 + sysSO_EE_ORIGIN_LOCAL = 0x1 + sysSO_EE_ORIGIN_ICMP = 0x2 + sysSO_EE_ORIGIN_ICMP6 = 0x3 + sysSO_EE_ORIGIN_TXSTATUS = 0x4 + sysSO_EE_ORIGIN_TIMESTAMPING = 0x4 + + sysSOL_SOCKET = 0x1 + sysSO_ATTACH_FILTER = 0x1a + + sizeofKernelSockaddrStorage = 0x80 + sizeofSockaddrInet = 0x10 + sizeofInetPktinfo = 0xc + sizeofSockExtendedErr = 0x10 + + sizeofIPMreq = 0x8 + sizeofIPMreqn = 0xc + sizeofIPMreqSource = 0xc + sizeofGroupReq = 0x88 + sizeofGroupSourceReq = 0x108 + + sizeofICMPFilter = 0x4 + + sizeofSockFprog = 0x10 +) + +type kernelSockaddrStorage struct { + Family uint16 + X__data [126]int8 +} + +type sockaddrInet struct { + Family uint16 + Port uint16 + Addr [4]byte /* in_addr */ + X__pad [8]uint8 +} + +type inetPktinfo struct { + Ifindex int32 + Spec_dst [4]byte /* in_addr */ + Addr [4]byte /* in_addr */ +} + +type sockExtendedErr struct { + Errno uint32 + Origin uint8 + Type uint8 + Code uint8 + Pad uint8 + Info uint32 + Data uint32 +} + +type ipMreq struct { + Multiaddr [4]byte /* in_addr */ + Interface [4]byte /* in_addr */ +} + +type ipMreqn struct { + Multiaddr [4]byte /* in_addr */ + Address [4]byte /* in_addr */ + Ifindex int32 +} + +type ipMreqSource struct { + Multiaddr uint32 + Interface uint32 + Sourceaddr uint32 +} + +type groupReq struct { + Interface uint32 + Pad_cgo_0 [4]byte + Group kernelSockaddrStorage +} + +type groupSourceReq struct { + Interface uint32 + Pad_cgo_0 [4]byte + Group kernelSockaddrStorage + Source kernelSockaddrStorage +} + +type icmpFilter struct { + Data uint32 +} + +type sockFProg struct { + Len uint16 + Filter *sockFilter +} + +type sockFilter struct { + Code uint16 + Jt uint8 + Jf uint8 + K uint32 +} diff --git a/vendor/golang.org/x/net/ipv4/zsys_linux_s390x.go b/vendor/golang.org/x/net/ipv4/zsys_linux_s390x.go index 9c967eaa64..ee8204da46 100644 --- a/vendor/golang.org/x/net/ipv4/zsys_linux_s390x.go +++ b/vendor/golang.org/x/net/ipv4/zsys_linux_s390x.go @@ -1,4 +1,4 @@ -// Created by cgo -godefs - DO NOT EDIT +// Code generated by cmd/cgo -godefs; DO NOT EDIT. // cgo -godefs defs_linux.go package ipv4 diff --git a/vendor/golang.org/x/net/ipv4/zsys_netbsd.go b/vendor/golang.org/x/net/ipv4/zsys_netbsd.go index fd3624d93c..8cfc648ad7 100644 --- a/vendor/golang.org/x/net/ipv4/zsys_netbsd.go +++ b/vendor/golang.org/x/net/ipv4/zsys_netbsd.go @@ -1,4 +1,4 @@ -// Created by cgo -godefs - DO NOT EDIT +// Code generated by cmd/cgo -godefs; DO NOT EDIT. // cgo -godefs defs_netbsd.go package ipv4 diff --git a/vendor/golang.org/x/net/ipv4/zsys_openbsd.go b/vendor/golang.org/x/net/ipv4/zsys_openbsd.go index 12f36be759..37629cb0ab 100644 --- a/vendor/golang.org/x/net/ipv4/zsys_openbsd.go +++ b/vendor/golang.org/x/net/ipv4/zsys_openbsd.go @@ -1,4 +1,4 @@ -// Created by cgo -godefs - DO NOT EDIT +// Code generated by cmd/cgo -godefs; DO NOT EDIT. // cgo -godefs defs_openbsd.go package ipv4 diff --git a/vendor/golang.org/x/net/ipv4/zsys_solaris.go b/vendor/golang.org/x/net/ipv4/zsys_solaris.go index 0a3875cc41..cb80a308b0 100644 --- a/vendor/golang.org/x/net/ipv4/zsys_solaris.go +++ b/vendor/golang.org/x/net/ipv4/zsys_solaris.go @@ -1,4 +1,4 @@ -// Created by cgo -godefs - DO NOT EDIT +// Code generated by cmd/cgo -godefs; DO NOT EDIT. // cgo -godefs defs_solaris.go package ipv4 diff --git a/vendor/golang.org/x/net/ipv6/batch.go b/vendor/golang.org/x/net/ipv6/batch.go index 10d6492451..2ccb9849c7 100644 --- a/vendor/golang.org/x/net/ipv6/batch.go +++ b/vendor/golang.org/x/net/ipv6/batch.go @@ -2,8 +2,6 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -// +build go1.9 - package ipv6 import ( diff --git a/vendor/golang.org/x/net/ipv6/control_rfc3542_unix.go b/vendor/golang.org/x/net/ipv6/control_rfc3542_unix.go index eec529c205..8c221b5989 100644 --- a/vendor/golang.org/x/net/ipv6/control_rfc3542_unix.go +++ b/vendor/golang.org/x/net/ipv6/control_rfc3542_unix.go @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -// +build darwin dragonfly freebsd linux netbsd openbsd solaris +// +build aix darwin dragonfly freebsd linux netbsd openbsd solaris package ipv6 diff --git a/vendor/golang.org/x/net/ipv6/control_stub.go b/vendor/golang.org/x/net/ipv6/control_stub.go index a045f28f74..1d773cbcc8 100644 --- a/vendor/golang.org/x/net/ipv6/control_stub.go +++ b/vendor/golang.org/x/net/ipv6/control_stub.go @@ -2,12 +2,12 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -// +build !darwin,!dragonfly,!freebsd,!linux,!netbsd,!openbsd,!solaris,!windows +// +build !aix,!darwin,!dragonfly,!freebsd,!linux,!netbsd,!openbsd,!solaris,!windows package ipv6 import "golang.org/x/net/internal/socket" func setControlMessage(c *socket.Conn, opt *rawOpt, cf ControlFlags, on bool) error { - return errOpNoSupport + return errNotImplemented } diff --git a/vendor/golang.org/x/net/ipv6/control_unix.go b/vendor/golang.org/x/net/ipv6/control_unix.go index 66515060a8..0971a008bf 100644 --- a/vendor/golang.org/x/net/ipv6/control_unix.go +++ b/vendor/golang.org/x/net/ipv6/control_unix.go @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -// +build darwin dragonfly freebsd linux netbsd openbsd solaris +// +build aix darwin dragonfly freebsd linux netbsd openbsd solaris package ipv6 diff --git a/vendor/golang.org/x/net/ipv6/control_windows.go b/vendor/golang.org/x/net/ipv6/control_windows.go index ef2563b3fc..8882d81934 100644 --- a/vendor/golang.org/x/net/ipv6/control_windows.go +++ b/vendor/golang.org/x/net/ipv6/control_windows.go @@ -4,13 +4,9 @@ package ipv6 -import ( - "syscall" - - "golang.org/x/net/internal/socket" -) +import "golang.org/x/net/internal/socket" func setControlMessage(c *socket.Conn, opt *rawOpt, cf ControlFlags, on bool) error { // TODO(mikio): implement this - return syscall.EWINDOWS + return errNotImplemented } diff --git a/vendor/golang.org/x/net/ipv6/dgramopt.go b/vendor/golang.org/x/net/ipv6/dgramopt.go index eea4fde256..1f422e71dc 100644 --- a/vendor/golang.org/x/net/ipv6/dgramopt.go +++ b/vendor/golang.org/x/net/ipv6/dgramopt.go @@ -18,7 +18,7 @@ func (c *dgramOpt) MulticastHopLimit() (int, error) { } so, ok := sockOpts[ssoMulticastHopLimit] if !ok { - return 0, errOpNoSupport + return 0, errNotImplemented } return so.GetInt(c.Conn) } @@ -31,7 +31,7 @@ func (c *dgramOpt) SetMulticastHopLimit(hoplim int) error { } so, ok := sockOpts[ssoMulticastHopLimit] if !ok { - return errOpNoSupport + return errNotImplemented } return so.SetInt(c.Conn, hoplim) } @@ -44,7 +44,7 @@ func (c *dgramOpt) MulticastInterface() (*net.Interface, error) { } so, ok := sockOpts[ssoMulticastInterface] if !ok { - return nil, errOpNoSupport + return nil, errNotImplemented } return so.getMulticastInterface(c.Conn) } @@ -57,7 +57,7 @@ func (c *dgramOpt) SetMulticastInterface(ifi *net.Interface) error { } so, ok := sockOpts[ssoMulticastInterface] if !ok { - return errOpNoSupport + return errNotImplemented } return so.setMulticastInterface(c.Conn, ifi) } @@ -70,7 +70,7 @@ func (c *dgramOpt) MulticastLoopback() (bool, error) { } so, ok := sockOpts[ssoMulticastLoopback] if !ok { - return false, errOpNoSupport + return false, errNotImplemented } on, err := so.GetInt(c.Conn) if err != nil { @@ -87,7 +87,7 @@ func (c *dgramOpt) SetMulticastLoopback(on bool) error { } so, ok := sockOpts[ssoMulticastLoopback] if !ok { - return errOpNoSupport + return errNotImplemented } return so.SetInt(c.Conn, boolint(on)) } @@ -107,7 +107,7 @@ func (c *dgramOpt) JoinGroup(ifi *net.Interface, group net.Addr) error { } so, ok := sockOpts[ssoJoinGroup] if !ok { - return errOpNoSupport + return errNotImplemented } grp := netAddrToIP16(group) if grp == nil { @@ -125,7 +125,7 @@ func (c *dgramOpt) LeaveGroup(ifi *net.Interface, group net.Addr) error { } so, ok := sockOpts[ssoLeaveGroup] if !ok { - return errOpNoSupport + return errNotImplemented } grp := netAddrToIP16(group) if grp == nil { @@ -146,7 +146,7 @@ func (c *dgramOpt) JoinSourceSpecificGroup(ifi *net.Interface, group, source net } so, ok := sockOpts[ssoJoinSourceGroup] if !ok { - return errOpNoSupport + return errNotImplemented } grp := netAddrToIP16(group) if grp == nil { @@ -167,7 +167,7 @@ func (c *dgramOpt) LeaveSourceSpecificGroup(ifi *net.Interface, group, source ne } so, ok := sockOpts[ssoLeaveSourceGroup] if !ok { - return errOpNoSupport + return errNotImplemented } grp := netAddrToIP16(group) if grp == nil { @@ -189,7 +189,7 @@ func (c *dgramOpt) ExcludeSourceSpecificGroup(ifi *net.Interface, group, source } so, ok := sockOpts[ssoBlockSourceGroup] if !ok { - return errOpNoSupport + return errNotImplemented } grp := netAddrToIP16(group) if grp == nil { @@ -210,7 +210,7 @@ func (c *dgramOpt) IncludeSourceSpecificGroup(ifi *net.Interface, group, source } so, ok := sockOpts[ssoUnblockSourceGroup] if !ok { - return errOpNoSupport + return errNotImplemented } grp := netAddrToIP16(group) if grp == nil { @@ -233,7 +233,7 @@ func (c *dgramOpt) Checksum() (on bool, offset int, err error) { } so, ok := sockOpts[ssoChecksum] if !ok { - return false, 0, errOpNoSupport + return false, 0, errNotImplemented } offset, err = so.GetInt(c.Conn) if err != nil { @@ -254,7 +254,7 @@ func (c *dgramOpt) SetChecksum(on bool, offset int) error { } so, ok := sockOpts[ssoChecksum] if !ok { - return errOpNoSupport + return errNotImplemented } if !on { offset = -1 @@ -269,7 +269,7 @@ func (c *dgramOpt) ICMPFilter() (*ICMPFilter, error) { } so, ok := sockOpts[ssoICMPFilter] if !ok { - return nil, errOpNoSupport + return nil, errNotImplemented } return so.getICMPFilter(c.Conn) } @@ -281,7 +281,7 @@ func (c *dgramOpt) SetICMPFilter(f *ICMPFilter) error { } so, ok := sockOpts[ssoICMPFilter] if !ok { - return errOpNoSupport + return errNotImplemented } return so.setICMPFilter(c.Conn, f) } @@ -295,7 +295,7 @@ func (c *dgramOpt) SetBPF(filter []bpf.RawInstruction) error { } so, ok := sockOpts[ssoAttachFilter] if !ok { - return errOpNoSupport + return errNotImplemented } return so.setBPF(c.Conn, filter) } diff --git a/vendor/golang.org/x/net/ipv6/doc.go b/vendor/golang.org/x/net/ipv6/doc.go index d38ea0da6c..e0be9d50d7 100644 --- a/vendor/golang.org/x/net/ipv6/doc.go +++ b/vendor/golang.org/x/net/ipv6/doc.go @@ -240,5 +240,4 @@ // IncludeSourceSpecificGroup may return an error. package ipv6 // import "golang.org/x/net/ipv6" -// BUG(mikio): This package is not implemented on AIX, JS, NaCl and -// Plan 9. +// BUG(mikio): This package is not implemented on JS, NaCl and Plan 9. diff --git a/vendor/golang.org/x/net/ipv6/endpoint.go b/vendor/golang.org/x/net/ipv6/endpoint.go index 9325756396..f534a0bf38 100644 --- a/vendor/golang.org/x/net/ipv6/endpoint.go +++ b/vendor/golang.org/x/net/ipv6/endpoint.go @@ -37,7 +37,7 @@ func (c *Conn) PathMTU() (int, error) { } so, ok := sockOpts[ssoPathMTU] if !ok { - return 0, errOpNoSupport + return 0, errNotImplemented } _, mtu, err := so.getMTUInfo(c.Conn) if err != nil { diff --git a/vendor/golang.org/x/net/ipv6/genericopt.go b/vendor/golang.org/x/net/ipv6/genericopt.go index 1a18f7549a..0326aed6de 100644 --- a/vendor/golang.org/x/net/ipv6/genericopt.go +++ b/vendor/golang.org/x/net/ipv6/genericopt.go @@ -12,7 +12,7 @@ func (c *genericOpt) TrafficClass() (int, error) { } so, ok := sockOpts[ssoTrafficClass] if !ok { - return 0, errOpNoSupport + return 0, errNotImplemented } return so.GetInt(c.Conn) } @@ -25,7 +25,7 @@ func (c *genericOpt) SetTrafficClass(tclass int) error { } so, ok := sockOpts[ssoTrafficClass] if !ok { - return errOpNoSupport + return errNotImplemented } return so.SetInt(c.Conn, tclass) } @@ -37,7 +37,7 @@ func (c *genericOpt) HopLimit() (int, error) { } so, ok := sockOpts[ssoHopLimit] if !ok { - return 0, errOpNoSupport + return 0, errNotImplemented } return so.GetInt(c.Conn) } @@ -50,7 +50,7 @@ func (c *genericOpt) SetHopLimit(hoplim int) error { } so, ok := sockOpts[ssoHopLimit] if !ok { - return errOpNoSupport + return errNotImplemented } return so.SetInt(c.Conn, hoplim) } diff --git a/vendor/golang.org/x/net/ipv6/helper.go b/vendor/golang.org/x/net/ipv6/helper.go index 7ac5352294..f767b1f5dd 100644 --- a/vendor/golang.org/x/net/ipv6/helper.go +++ b/vendor/golang.org/x/net/ipv6/helper.go @@ -7,6 +7,7 @@ package ipv6 import ( "errors" "net" + "runtime" ) var ( @@ -14,8 +15,8 @@ var ( errMissingAddress = errors.New("missing address") errHeaderTooShort = errors.New("header too short") errInvalidConnType = errors.New("invalid conn type") - errOpNoSupport = errors.New("operation not supported") errNoSuchInterface = errors.New("no such interface") + errNotImplemented = errors.New("not implemented on " + runtime.GOOS + "/" + runtime.GOARCH) ) func boolint(b bool) int { diff --git a/vendor/golang.org/x/net/ipv6/icmp_bsd.go b/vendor/golang.org/x/net/ipv6/icmp_bsd.go index e1a791de46..b03025cdcc 100644 --- a/vendor/golang.org/x/net/ipv6/icmp_bsd.go +++ b/vendor/golang.org/x/net/ipv6/icmp_bsd.go @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -// +build darwin dragonfly freebsd netbsd openbsd +// +build aix darwin dragonfly freebsd netbsd openbsd package ipv6 diff --git a/vendor/golang.org/x/net/ipv6/icmp_stub.go b/vendor/golang.org/x/net/ipv6/icmp_stub.go index c4b9be6dbf..370e51acd1 100644 --- a/vendor/golang.org/x/net/ipv6/icmp_stub.go +++ b/vendor/golang.org/x/net/ipv6/icmp_stub.go @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -// +build !darwin,!dragonfly,!freebsd,!linux,!netbsd,!openbsd,!solaris,!windows +// +build !aix,!darwin,!dragonfly,!freebsd,!linux,!netbsd,!openbsd,!solaris,!windows package ipv6 diff --git a/vendor/golang.org/x/net/ipv6/payload_cmsg.go b/vendor/golang.org/x/net/ipv6/payload_cmsg.go index e17847d0be..284a04278e 100644 --- a/vendor/golang.org/x/net/ipv6/payload_cmsg.go +++ b/vendor/golang.org/x/net/ipv6/payload_cmsg.go @@ -2,11 +2,15 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -// +build darwin dragonfly freebsd linux netbsd openbsd solaris +// +build aix darwin dragonfly freebsd linux netbsd openbsd solaris package ipv6 -import "net" +import ( + "net" + + "golang.org/x/net/internal/socket" +) // ReadFrom reads a payload of the received IPv6 datagram, from the // endpoint c, copying the payload into b. It returns the number of @@ -16,7 +20,32 @@ func (c *payloadHandler) ReadFrom(b []byte) (n int, cm *ControlMessage, src net. if !c.ok() { return 0, nil, nil, errInvalidConn } - return c.readFrom(b) + c.rawOpt.RLock() + m := socket.Message{ + Buffers: [][]byte{b}, + OOB: NewControlMessage(c.rawOpt.cflags), + } + c.rawOpt.RUnlock() + switch c.PacketConn.(type) { + case *net.UDPConn: + if err := c.RecvMsg(&m, 0); err != nil { + return 0, nil, nil, &net.OpError{Op: "read", Net: c.PacketConn.LocalAddr().Network(), Source: c.PacketConn.LocalAddr(), Err: err} + } + case *net.IPConn: + if err := c.RecvMsg(&m, 0); err != nil { + return 0, nil, nil, &net.OpError{Op: "read", Net: c.PacketConn.LocalAddr().Network(), Source: c.PacketConn.LocalAddr(), Err: err} + } + default: + return 0, nil, nil, &net.OpError{Op: "read", Net: c.PacketConn.LocalAddr().Network(), Source: c.PacketConn.LocalAddr(), Err: errInvalidConnType} + } + if m.NN > 0 { + cm = new(ControlMessage) + if err := cm.Parse(m.OOB[:m.NN]); err != nil { + return 0, nil, nil, &net.OpError{Op: "read", Net: c.PacketConn.LocalAddr().Network(), Source: c.PacketConn.LocalAddr(), Err: err} + } + cm.Src = netAddrToIP16(m.Addr) + } + return m.N, cm, m.Addr, nil } // WriteTo writes a payload of the IPv6 datagram, to the destination @@ -28,5 +57,14 @@ func (c *payloadHandler) WriteTo(b []byte, cm *ControlMessage, dst net.Addr) (n if !c.ok() { return 0, errInvalidConn } - return c.writeTo(b, cm, dst) + m := socket.Message{ + Buffers: [][]byte{b}, + OOB: cm.Marshal(), + Addr: dst, + } + err = c.SendMsg(&m, 0) + if err != nil { + err = &net.OpError{Op: "write", Net: c.PacketConn.LocalAddr().Network(), Source: c.PacketConn.LocalAddr(), Addr: opAddr(dst), Err: err} + } + return m.N, err } diff --git a/vendor/golang.org/x/net/ipv6/payload_cmsg_go1_8.go b/vendor/golang.org/x/net/ipv6/payload_cmsg_go1_8.go deleted file mode 100644 index a48a6ed64a..0000000000 --- a/vendor/golang.org/x/net/ipv6/payload_cmsg_go1_8.go +++ /dev/null @@ -1,55 +0,0 @@ -// Copyright 2013 The Go Authors. All rights reserved. -// Use of this source code is governed by a BSD-style -// license that can be found in the LICENSE file. - -// +build !go1.9 -// +build darwin dragonfly freebsd linux netbsd openbsd solaris - -package ipv6 - -import "net" - -func (c *payloadHandler) readFrom(b []byte) (n int, cm *ControlMessage, src net.Addr, err error) { - c.rawOpt.RLock() - oob := NewControlMessage(c.rawOpt.cflags) - c.rawOpt.RUnlock() - var nn int - switch c := c.PacketConn.(type) { - case *net.UDPConn: - if n, nn, _, src, err = c.ReadMsgUDP(b, oob); err != nil { - return 0, nil, nil, err - } - case *net.IPConn: - if n, nn, _, src, err = c.ReadMsgIP(b, oob); err != nil { - return 0, nil, nil, err - } - default: - return 0, nil, nil, &net.OpError{Op: "read", Net: c.LocalAddr().Network(), Source: c.LocalAddr(), Err: errInvalidConnType} - } - if nn > 0 { - cm = new(ControlMessage) - if err = cm.Parse(oob[:nn]); err != nil { - return 0, nil, nil, &net.OpError{Op: "read", Net: c.PacketConn.LocalAddr().Network(), Source: c.PacketConn.LocalAddr(), Err: err} - } - } - if cm != nil { - cm.Src = netAddrToIP16(src) - } - return -} - -func (c *payloadHandler) writeTo(b []byte, cm *ControlMessage, dst net.Addr) (n int, err error) { - oob := cm.Marshal() - if dst == nil { - return 0, &net.OpError{Op: "write", Net: c.PacketConn.LocalAddr().Network(), Source: c.PacketConn.LocalAddr(), Err: errMissingAddress} - } - switch c := c.PacketConn.(type) { - case *net.UDPConn: - n, _, err = c.WriteMsgUDP(b, oob, dst.(*net.UDPAddr)) - case *net.IPConn: - n, _, err = c.WriteMsgIP(b, oob, dst.(*net.IPAddr)) - default: - return 0, &net.OpError{Op: "write", Net: c.LocalAddr().Network(), Source: c.LocalAddr(), Addr: opAddr(dst), Err: errInvalidConnType} - } - return -} diff --git a/vendor/golang.org/x/net/ipv6/payload_cmsg_go1_9.go b/vendor/golang.org/x/net/ipv6/payload_cmsg_go1_9.go deleted file mode 100644 index fb196ed804..0000000000 --- a/vendor/golang.org/x/net/ipv6/payload_cmsg_go1_9.go +++ /dev/null @@ -1,57 +0,0 @@ -// Copyright 2017 The Go Authors. All rights reserved. -// Use of this source code is governed by a BSD-style -// license that can be found in the LICENSE file. - -// +build go1.9 -// +build darwin dragonfly freebsd linux netbsd openbsd solaris - -package ipv6 - -import ( - "net" - - "golang.org/x/net/internal/socket" -) - -func (c *payloadHandler) readFrom(b []byte) (int, *ControlMessage, net.Addr, error) { - c.rawOpt.RLock() - m := socket.Message{ - Buffers: [][]byte{b}, - OOB: NewControlMessage(c.rawOpt.cflags), - } - c.rawOpt.RUnlock() - switch c.PacketConn.(type) { - case *net.UDPConn: - if err := c.RecvMsg(&m, 0); err != nil { - return 0, nil, nil, &net.OpError{Op: "read", Net: c.PacketConn.LocalAddr().Network(), Source: c.PacketConn.LocalAddr(), Err: err} - } - case *net.IPConn: - if err := c.RecvMsg(&m, 0); err != nil { - return 0, nil, nil, &net.OpError{Op: "read", Net: c.PacketConn.LocalAddr().Network(), Source: c.PacketConn.LocalAddr(), Err: err} - } - default: - return 0, nil, nil, &net.OpError{Op: "read", Net: c.PacketConn.LocalAddr().Network(), Source: c.PacketConn.LocalAddr(), Err: errInvalidConnType} - } - var cm *ControlMessage - if m.NN > 0 { - cm = new(ControlMessage) - if err := cm.Parse(m.OOB[:m.NN]); err != nil { - return 0, nil, nil, &net.OpError{Op: "read", Net: c.PacketConn.LocalAddr().Network(), Source: c.PacketConn.LocalAddr(), Err: err} - } - cm.Src = netAddrToIP16(m.Addr) - } - return m.N, cm, m.Addr, nil -} - -func (c *payloadHandler) writeTo(b []byte, cm *ControlMessage, dst net.Addr) (int, error) { - m := socket.Message{ - Buffers: [][]byte{b}, - OOB: cm.Marshal(), - Addr: dst, - } - err := c.SendMsg(&m, 0) - if err != nil { - err = &net.OpError{Op: "write", Net: c.PacketConn.LocalAddr().Network(), Source: c.PacketConn.LocalAddr(), Addr: opAddr(dst), Err: err} - } - return m.N, err -} diff --git a/vendor/golang.org/x/net/ipv6/payload_nocmsg.go b/vendor/golang.org/x/net/ipv6/payload_nocmsg.go index bfb5447840..c5a4c96752 100644 --- a/vendor/golang.org/x/net/ipv6/payload_nocmsg.go +++ b/vendor/golang.org/x/net/ipv6/payload_nocmsg.go @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -// +build !darwin,!dragonfly,!freebsd,!linux,!netbsd,!openbsd,!solaris +// +build !aix,!darwin,!dragonfly,!freebsd,!linux,!netbsd,!openbsd,!solaris package ipv6 diff --git a/vendor/golang.org/x/net/ipv6/sockopt_posix.go b/vendor/golang.org/x/net/ipv6/sockopt_posix.go index 0eac86eb8c..824c623cce 100644 --- a/vendor/golang.org/x/net/ipv6/sockopt_posix.go +++ b/vendor/golang.org/x/net/ipv6/sockopt_posix.go @@ -2,12 +2,13 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -// +build darwin dragonfly freebsd linux netbsd openbsd solaris windows +// +build aix darwin dragonfly freebsd linux netbsd openbsd solaris windows package ipv6 import ( "net" + "runtime" "unsafe" "golang.org/x/net/bpf" @@ -37,7 +38,7 @@ func (so *sockOpt) getICMPFilter(c *socket.Conn) (*ICMPFilter, error) { return nil, err } if n != sizeofICMPv6Filter { - return nil, errOpNoSupport + return nil, errNotImplemented } return (*ICMPFilter)(unsafe.Pointer(&b[0])), nil } @@ -54,10 +55,11 @@ func (so *sockOpt) getMTUInfo(c *socket.Conn) (*net.Interface, int, error) { return nil, 0, err } if n != sizeofIPv6Mtuinfo { - return nil, 0, errOpNoSupport + return nil, 0, errNotImplemented } mi := (*ipv6Mtuinfo)(unsafe.Pointer(&b[0])) - if mi.Addr.Scope_id == 0 { + if mi.Addr.Scope_id == 0 || runtime.GOOS == "aix" { + // AIX kernel might return a wrong address. return nil, int(mi.Mtu), nil } ifi, err := net.InterfaceByIndex(int(mi.Addr.Scope_id)) @@ -74,7 +76,7 @@ func (so *sockOpt) setGroup(c *socket.Conn, ifi *net.Interface, grp net.IP) erro case ssoTypeGroupReq: return so.setGroupReq(c, ifi, grp) default: - return errOpNoSupport + return errNotImplemented } } diff --git a/vendor/golang.org/x/net/ipv6/sockopt_stub.go b/vendor/golang.org/x/net/ipv6/sockopt_stub.go index 1f4a273e44..0a87a93bbd 100644 --- a/vendor/golang.org/x/net/ipv6/sockopt_stub.go +++ b/vendor/golang.org/x/net/ipv6/sockopt_stub.go @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -// +build !darwin,!dragonfly,!freebsd,!linux,!netbsd,!openbsd,!solaris,!windows +// +build !aix,!darwin,!dragonfly,!freebsd,!linux,!netbsd,!openbsd,!solaris,!windows package ipv6 @@ -14,33 +14,33 @@ import ( ) func (so *sockOpt) getMulticastInterface(c *socket.Conn) (*net.Interface, error) { - return nil, errOpNoSupport + return nil, errNotImplemented } func (so *sockOpt) setMulticastInterface(c *socket.Conn, ifi *net.Interface) error { - return errOpNoSupport + return errNotImplemented } func (so *sockOpt) getICMPFilter(c *socket.Conn) (*ICMPFilter, error) { - return nil, errOpNoSupport + return nil, errNotImplemented } func (so *sockOpt) setICMPFilter(c *socket.Conn, f *ICMPFilter) error { - return errOpNoSupport + return errNotImplemented } func (so *sockOpt) getMTUInfo(c *socket.Conn) (*net.Interface, int, error) { - return nil, 0, errOpNoSupport + return nil, 0, errNotImplemented } func (so *sockOpt) setGroup(c *socket.Conn, ifi *net.Interface, grp net.IP) error { - return errOpNoSupport + return errNotImplemented } func (so *sockOpt) setSourceGroup(c *socket.Conn, ifi *net.Interface, grp, src net.IP) error { - return errOpNoSupport + return errNotImplemented } func (so *sockOpt) setBPF(c *socket.Conn, f []bpf.RawInstruction) error { - return errOpNoSupport + return errNotImplemented } diff --git a/vendor/golang.org/x/net/ipv6/sys_aix.go b/vendor/golang.org/x/net/ipv6/sys_aix.go new file mode 100644 index 0000000000..bce7091fb0 --- /dev/null +++ b/vendor/golang.org/x/net/ipv6/sys_aix.go @@ -0,0 +1,77 @@ +// Copyright 2019 The Go Authors. All rights reserved. +// Use of this source code is governed by a BSD-style +// license that can be found in the LICENSE file. + +// Added for go1.11 compatibility +// +build aix + +package ipv6 + +import ( + "net" + "syscall" + "unsafe" + + "golang.org/x/net/internal/iana" + "golang.org/x/net/internal/socket" +) + +var ( + ctlOpts = [ctlMax]ctlOpt{ + ctlTrafficClass: {sysIPV6_TCLASS, 4, marshalTrafficClass, parseTrafficClass}, + ctlHopLimit: {sysIPV6_HOPLIMIT, 4, marshalHopLimit, parseHopLimit}, + ctlPacketInfo: {sysIPV6_PKTINFO, sizeofInet6Pktinfo, marshalPacketInfo, parsePacketInfo}, + ctlNextHop: {sysIPV6_NEXTHOP, sizeofSockaddrInet6, marshalNextHop, parseNextHop}, + ctlPathMTU: {sysIPV6_PATHMTU, sizeofIPv6Mtuinfo, marshalPathMTU, parsePathMTU}, + } + + sockOpts = map[int]*sockOpt{ + ssoTrafficClass: {Option: socket.Option{Level: iana.ProtocolIPv6, Name: sysIPV6_TCLASS, Len: 4}}, + ssoHopLimit: {Option: socket.Option{Level: iana.ProtocolIPv6, Name: sysIPV6_UNICAST_HOPS, Len: 4}}, + ssoMulticastInterface: {Option: socket.Option{Level: iana.ProtocolIPv6, Name: sysIPV6_MULTICAST_IF, Len: 4}}, + ssoMulticastHopLimit: {Option: socket.Option{Level: iana.ProtocolIPv6, Name: sysIPV6_MULTICAST_HOPS, Len: 4}}, + ssoMulticastLoopback: {Option: socket.Option{Level: iana.ProtocolIPv6, Name: sysIPV6_MULTICAST_LOOP, Len: 4}}, + ssoReceiveTrafficClass: {Option: socket.Option{Level: iana.ProtocolIPv6, Name: sysIPV6_RECVTCLASS, Len: 4}}, + ssoReceiveHopLimit: {Option: socket.Option{Level: iana.ProtocolIPv6, Name: sysIPV6_RECVHOPLIMIT, Len: 4}}, + ssoReceivePacketInfo: {Option: socket.Option{Level: iana.ProtocolIPv6, Name: sysIPV6_RECVPKTINFO, Len: 4}}, + ssoReceivePathMTU: {Option: socket.Option{Level: iana.ProtocolIPv6, Name: sysIPV6_RECVPATHMTU, Len: 4}}, + ssoPathMTU: {Option: socket.Option{Level: iana.ProtocolIPv6, Name: sysIPV6_PATHMTU, Len: sizeofIPv6Mtuinfo}}, + ssoChecksum: {Option: socket.Option{Level: iana.ProtocolIPv6, Name: sysIPV6_CHECKSUM, Len: 4}}, + ssoICMPFilter: {Option: socket.Option{Level: iana.ProtocolIPv6ICMP, Name: sysICMP6_FILTER, Len: sizeofICMPv6Filter}}, + ssoJoinGroup: {Option: socket.Option{Level: iana.ProtocolIPv6, Name: sysIPV6_JOIN_GROUP, Len: sizeofIPv6Mreq}, typ: ssoTypeIPMreq}, + ssoLeaveGroup: {Option: socket.Option{Level: iana.ProtocolIPv6, Name: sysIPV6_LEAVE_GROUP, Len: sizeofIPv6Mreq}, typ: ssoTypeIPMreq}, + } +) + +func (sa *sockaddrInet6) setSockaddr(ip net.IP, i int) { + sa.Len = sizeofSockaddrInet6 + sa.Family = syscall.AF_INET6 + copy(sa.Addr[:], ip) + sa.Scope_id = uint32(i) +} + +func (pi *inet6Pktinfo) setIfindex(i int) { + pi.Ifindex = int32(i) +} + +func (mreq *ipv6Mreq) setIfindex(i int) { + mreq.Interface = uint32(i) +} + +func (gr *groupReq) setGroup(grp net.IP) { + sa := (*sockaddrInet6)(unsafe.Pointer(uintptr(unsafe.Pointer(gr)) + 4)) + sa.Len = sizeofSockaddrInet6 + sa.Family = syscall.AF_INET6 + copy(sa.Addr[:], grp) +} + +func (gsr *groupSourceReq) setSourceGroup(grp, src net.IP) { + sa := (*sockaddrInet6)(unsafe.Pointer(uintptr(unsafe.Pointer(gsr)) + 4)) + sa.Len = sizeofSockaddrInet6 + sa.Family = syscall.AF_INET6 + copy(sa.Addr[:], grp) + sa = (*sockaddrInet6)(unsafe.Pointer(uintptr(unsafe.Pointer(gsr)) + 132)) + sa.Len = sizeofSockaddrInet6 + sa.Family = syscall.AF_INET6 + copy(sa.Addr[:], src) +} diff --git a/vendor/golang.org/x/net/ipv6/sys_asmreq.go b/vendor/golang.org/x/net/ipv6/sys_asmreq.go index b0510c0b5d..8c3934c3ee 100644 --- a/vendor/golang.org/x/net/ipv6/sys_asmreq.go +++ b/vendor/golang.org/x/net/ipv6/sys_asmreq.go @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -// +build darwin dragonfly freebsd linux netbsd openbsd solaris windows +// +build aix darwin dragonfly freebsd linux netbsd openbsd solaris windows package ipv6 diff --git a/vendor/golang.org/x/net/ipv6/sys_asmreq_stub.go b/vendor/golang.org/x/net/ipv6/sys_asmreq_stub.go index eece96187b..87ae481814 100644 --- a/vendor/golang.org/x/net/ipv6/sys_asmreq_stub.go +++ b/vendor/golang.org/x/net/ipv6/sys_asmreq_stub.go @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -// +build !darwin,!dragonfly,!freebsd,!linux,!netbsd,!openbsd,!solaris,!windows +// +build !aix,!darwin,!dragonfly,!freebsd,!linux,!netbsd,!openbsd,!solaris,!windows package ipv6 @@ -13,5 +13,5 @@ import ( ) func (so *sockOpt) setIPMreq(c *socket.Conn, ifi *net.Interface, grp net.IP) error { - return errOpNoSupport + return errNotImplemented } diff --git a/vendor/golang.org/x/net/ipv6/sys_bpf_stub.go b/vendor/golang.org/x/net/ipv6/sys_bpf_stub.go index 676bea555f..eb9f831623 100644 --- a/vendor/golang.org/x/net/ipv6/sys_bpf_stub.go +++ b/vendor/golang.org/x/net/ipv6/sys_bpf_stub.go @@ -12,5 +12,5 @@ import ( ) func (so *sockOpt) setAttachFilter(c *socket.Conn, f []bpf.RawInstruction) error { - return errOpNoSupport + return errNotImplemented } diff --git a/vendor/golang.org/x/net/ipv6/sys_freebsd.go b/vendor/golang.org/x/net/ipv6/sys_freebsd.go index e9349dc2cc..85a9f5d07d 100644 --- a/vendor/golang.org/x/net/ipv6/sys_freebsd.go +++ b/vendor/golang.org/x/net/ipv6/sys_freebsd.go @@ -51,7 +51,7 @@ func init() { archs, _ := syscall.Sysctl("kern.supported_archs") for _, s := range strings.Fields(archs) { if s == "amd64" { - freebsd32o64 = true + compatFreeBSD32 = true break } } diff --git a/vendor/golang.org/x/net/ipv6/sys_ssmreq.go b/vendor/golang.org/x/net/ipv6/sys_ssmreq.go index add8ccc0b1..9b52e978cb 100644 --- a/vendor/golang.org/x/net/ipv6/sys_ssmreq.go +++ b/vendor/golang.org/x/net/ipv6/sys_ssmreq.go @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -// +build darwin freebsd linux solaris +// +build aix darwin freebsd linux solaris package ipv6 @@ -13,7 +13,7 @@ import ( "golang.org/x/net/internal/socket" ) -var freebsd32o64 bool +var compatFreeBSD32 bool // 386 emulation on amd64 func (so *sockOpt) setGroupReq(c *socket.Conn, ifi *net.Interface, grp net.IP) error { var gr groupReq @@ -22,7 +22,7 @@ func (so *sockOpt) setGroupReq(c *socket.Conn, ifi *net.Interface, grp net.IP) e } gr.setGroup(grp) var b []byte - if freebsd32o64 { + if compatFreeBSD32 { var d [sizeofGroupReq + 4]byte s := (*[sizeofGroupReq]byte)(unsafe.Pointer(&gr)) copy(d[:4], s[:4]) @@ -41,7 +41,7 @@ func (so *sockOpt) setGroupSourceReq(c *socket.Conn, ifi *net.Interface, grp, sr } gsr.setSourceGroup(grp, src) var b []byte - if freebsd32o64 { + if compatFreeBSD32 { var d [sizeofGroupSourceReq + 4]byte s := (*[sizeofGroupSourceReq]byte)(unsafe.Pointer(&gsr)) copy(d[:4], s[:4]) diff --git a/vendor/golang.org/x/net/ipv6/sys_ssmreq_stub.go b/vendor/golang.org/x/net/ipv6/sys_ssmreq_stub.go index 581ee490ff..d5bc1108c5 100644 --- a/vendor/golang.org/x/net/ipv6/sys_ssmreq_stub.go +++ b/vendor/golang.org/x/net/ipv6/sys_ssmreq_stub.go @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -// +build !darwin,!freebsd,!linux,!solaris +// +build !aix,!darwin,!freebsd,!linux,!solaris package ipv6 @@ -13,9 +13,9 @@ import ( ) func (so *sockOpt) setGroupReq(c *socket.Conn, ifi *net.Interface, grp net.IP) error { - return errOpNoSupport + return errNotImplemented } func (so *sockOpt) setGroupSourceReq(c *socket.Conn, ifi *net.Interface, grp, src net.IP) error { - return errOpNoSupport + return errNotImplemented } diff --git a/vendor/golang.org/x/net/ipv6/sys_stub.go b/vendor/golang.org/x/net/ipv6/sys_stub.go index b845388ea4..4f252d09f6 100644 --- a/vendor/golang.org/x/net/ipv6/sys_stub.go +++ b/vendor/golang.org/x/net/ipv6/sys_stub.go @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -// +build !darwin,!dragonfly,!freebsd,!linux,!netbsd,!openbsd,!solaris,!windows +// +build !aix,!darwin,!dragonfly,!freebsd,!linux,!netbsd,!openbsd,!solaris,!windows package ipv6 diff --git a/vendor/golang.org/x/net/ipv6/zsys_aix_ppc64.go b/vendor/golang.org/x/net/ipv6/zsys_aix_ppc64.go new file mode 100644 index 0000000000..bf44e338bd --- /dev/null +++ b/vendor/golang.org/x/net/ipv6/zsys_aix_ppc64.go @@ -0,0 +1,103 @@ +// Code generated by cmd/cgo -godefs; DO NOT EDIT. +// cgo -godefs defs_aix.go + +// Added for go1.11 compatibility +// +build aix + +package ipv6 + +const ( + sysIPV6_UNICAST_HOPS = 0x4 + sysIPV6_MULTICAST_IF = 0x9 + sysIPV6_MULTICAST_HOPS = 0xa + sysIPV6_MULTICAST_LOOP = 0xb + sysIPV6_JOIN_GROUP = 0xc + sysIPV6_LEAVE_GROUP = 0xd + sysICMP6_FILTER = 0x26 + + sysIPV6_CHECKSUM = 0x27 + sysIPV6_V6ONLY = 0x25 + + sysIPV6_RTHDRDSTOPTS = 0x37 + + sysIPV6_RECVPKTINFO = 0x23 + sysIPV6_RECVHOPLIMIT = 0x29 + sysIPV6_RECVRTHDR = 0x33 + sysIPV6_RECVHOPOPTS = 0x35 + sysIPV6_RECVDSTOPTS = 0x38 + + sysIPV6_USE_MIN_MTU = 0x2c + sysIPV6_RECVPATHMTU = 0x2f + sysIPV6_PATHMTU = 0x2e + + sysIPV6_PKTINFO = 0x21 + sysIPV6_HOPLIMIT = 0x28 + sysIPV6_NEXTHOP = 0x30 + sysIPV6_HOPOPTS = 0x34 + sysIPV6_DSTOPTS = 0x36 + sysIPV6_RTHDR = 0x32 + + sysIPV6_RECVTCLASS = 0x2a + + sysIPV6_TCLASS = 0x2b + sysIPV6_DONTFRAG = 0x2d + + sizeofSockaddrStorage = 0x508 + sizeofSockaddrInet6 = 0x1c + sizeofInet6Pktinfo = 0x14 + sizeofIPv6Mtuinfo = 0x20 + + sizeofIPv6Mreq = 0x14 + sizeofGroupReq = 0x510 + sizeofGroupSourceReq = 0xa18 + + sizeofICMPv6Filter = 0x20 +) + +type sockaddrStorage struct { + X__ss_len uint8 + Family uint8 + X__ss_pad1 [6]uint8 + X__ss_align int64 + X__ss_pad2 [1265]uint8 + Pad_cgo_0 [7]byte +} + +type sockaddrInet6 struct { + Len uint8 + Family uint8 + Port uint16 + Flowinfo uint32 + Addr [16]byte /* in6_addr */ + Scope_id uint32 +} + +type inet6Pktinfo struct { + Addr [16]byte /* in6_addr */ + Ifindex int32 +} + +type ipv6Mtuinfo struct { + Addr sockaddrInet6 + Mtu uint32 +} + +type ipv6Mreq struct { + Multiaddr [16]byte /* in6_addr */ + Interface uint32 +} + +type icmpv6Filter struct { + Filt [8]uint32 +} + +type groupReq struct { + Interface uint32 + Group sockaddrStorage +} + +type groupSourceReq struct { + Interface uint32 + Group sockaddrStorage + Source sockaddrStorage +} diff --git a/vendor/golang.org/x/net/ipv6/zsys_darwin.go b/vendor/golang.org/x/net/ipv6/zsys_darwin.go index 6aab1dfab7..555744afd7 100644 --- a/vendor/golang.org/x/net/ipv6/zsys_darwin.go +++ b/vendor/golang.org/x/net/ipv6/zsys_darwin.go @@ -1,4 +1,4 @@ -// Created by cgo -godefs - DO NOT EDIT +// Code generated by cmd/cgo -godefs; DO NOT EDIT. // cgo -godefs defs_darwin.go package ipv6 diff --git a/vendor/golang.org/x/net/ipv6/zsys_dragonfly.go b/vendor/golang.org/x/net/ipv6/zsys_dragonfly.go index d2de804d88..cf3cc1024a 100644 --- a/vendor/golang.org/x/net/ipv6/zsys_dragonfly.go +++ b/vendor/golang.org/x/net/ipv6/zsys_dragonfly.go @@ -1,4 +1,4 @@ -// Created by cgo -godefs - DO NOT EDIT +// Code generated by cmd/cgo -godefs; DO NOT EDIT. // cgo -godefs defs_dragonfly.go package ipv6 diff --git a/vendor/golang.org/x/net/ipv6/zsys_freebsd_386.go b/vendor/golang.org/x/net/ipv6/zsys_freebsd_386.go index 919e572d4a..73f31b260e 100644 --- a/vendor/golang.org/x/net/ipv6/zsys_freebsd_386.go +++ b/vendor/golang.org/x/net/ipv6/zsys_freebsd_386.go @@ -1,4 +1,4 @@ -// Created by cgo -godefs - DO NOT EDIT +// Code generated by cmd/cgo -godefs; DO NOT EDIT. // cgo -godefs defs_freebsd.go package ipv6 diff --git a/vendor/golang.org/x/net/ipv6/zsys_freebsd_amd64.go b/vendor/golang.org/x/net/ipv6/zsys_freebsd_amd64.go index cb8141f9c6..490ce7cf10 100644 --- a/vendor/golang.org/x/net/ipv6/zsys_freebsd_amd64.go +++ b/vendor/golang.org/x/net/ipv6/zsys_freebsd_amd64.go @@ -1,4 +1,4 @@ -// Created by cgo -godefs - DO NOT EDIT +// Code generated by cmd/cgo -godefs; DO NOT EDIT. // cgo -godefs defs_freebsd.go package ipv6 diff --git a/vendor/golang.org/x/net/ipv6/zsys_freebsd_arm.go b/vendor/golang.org/x/net/ipv6/zsys_freebsd_arm.go index cb8141f9c6..490ce7cf10 100644 --- a/vendor/golang.org/x/net/ipv6/zsys_freebsd_arm.go +++ b/vendor/golang.org/x/net/ipv6/zsys_freebsd_arm.go @@ -1,4 +1,4 @@ -// Created by cgo -godefs - DO NOT EDIT +// Code generated by cmd/cgo -godefs; DO NOT EDIT. // cgo -godefs defs_freebsd.go package ipv6 diff --git a/vendor/golang.org/x/net/ipv6/zsys_linux_386.go b/vendor/golang.org/x/net/ipv6/zsys_linux_386.go index 73aa8c6dfc..14155dec21 100644 --- a/vendor/golang.org/x/net/ipv6/zsys_linux_386.go +++ b/vendor/golang.org/x/net/ipv6/zsys_linux_386.go @@ -1,4 +1,4 @@ -// Created by cgo -godefs - DO NOT EDIT +// Code generated by cmd/cgo -godefs; DO NOT EDIT. // cgo -godefs defs_linux.go package ipv6 diff --git a/vendor/golang.org/x/net/ipv6/zsys_linux_amd64.go b/vendor/golang.org/x/net/ipv6/zsys_linux_amd64.go index b64f0157d7..9566d76468 100644 --- a/vendor/golang.org/x/net/ipv6/zsys_linux_amd64.go +++ b/vendor/golang.org/x/net/ipv6/zsys_linux_amd64.go @@ -1,4 +1,4 @@ -// Created by cgo -godefs - DO NOT EDIT +// Code generated by cmd/cgo -godefs; DO NOT EDIT. // cgo -godefs defs_linux.go package ipv6 diff --git a/vendor/golang.org/x/net/ipv6/zsys_linux_arm.go b/vendor/golang.org/x/net/ipv6/zsys_linux_arm.go index 73aa8c6dfc..14155dec21 100644 --- a/vendor/golang.org/x/net/ipv6/zsys_linux_arm.go +++ b/vendor/golang.org/x/net/ipv6/zsys_linux_arm.go @@ -1,4 +1,4 @@ -// Created by cgo -godefs - DO NOT EDIT +// Code generated by cmd/cgo -godefs; DO NOT EDIT. // cgo -godefs defs_linux.go package ipv6 diff --git a/vendor/golang.org/x/net/ipv6/zsys_linux_arm64.go b/vendor/golang.org/x/net/ipv6/zsys_linux_arm64.go index b64f0157d7..9566d76468 100644 --- a/vendor/golang.org/x/net/ipv6/zsys_linux_arm64.go +++ b/vendor/golang.org/x/net/ipv6/zsys_linux_arm64.go @@ -1,4 +1,4 @@ -// Created by cgo -godefs - DO NOT EDIT +// Code generated by cmd/cgo -godefs; DO NOT EDIT. // cgo -godefs defs_linux.go package ipv6 diff --git a/vendor/golang.org/x/net/ipv6/zsys_linux_mips.go b/vendor/golang.org/x/net/ipv6/zsys_linux_mips.go index 73aa8c6dfc..14155dec21 100644 --- a/vendor/golang.org/x/net/ipv6/zsys_linux_mips.go +++ b/vendor/golang.org/x/net/ipv6/zsys_linux_mips.go @@ -1,4 +1,4 @@ -// Created by cgo -godefs - DO NOT EDIT +// Code generated by cmd/cgo -godefs; DO NOT EDIT. // cgo -godefs defs_linux.go package ipv6 diff --git a/vendor/golang.org/x/net/ipv6/zsys_linux_mips64.go b/vendor/golang.org/x/net/ipv6/zsys_linux_mips64.go index b64f0157d7..9566d76468 100644 --- a/vendor/golang.org/x/net/ipv6/zsys_linux_mips64.go +++ b/vendor/golang.org/x/net/ipv6/zsys_linux_mips64.go @@ -1,4 +1,4 @@ -// Created by cgo -godefs - DO NOT EDIT +// Code generated by cmd/cgo -godefs; DO NOT EDIT. // cgo -godefs defs_linux.go package ipv6 diff --git a/vendor/golang.org/x/net/ipv6/zsys_linux_mips64le.go b/vendor/golang.org/x/net/ipv6/zsys_linux_mips64le.go index b64f0157d7..9566d76468 100644 --- a/vendor/golang.org/x/net/ipv6/zsys_linux_mips64le.go +++ b/vendor/golang.org/x/net/ipv6/zsys_linux_mips64le.go @@ -1,4 +1,4 @@ -// Created by cgo -godefs - DO NOT EDIT +// Code generated by cmd/cgo -godefs; DO NOT EDIT. // cgo -godefs defs_linux.go package ipv6 diff --git a/vendor/golang.org/x/net/ipv6/zsys_linux_mipsle.go b/vendor/golang.org/x/net/ipv6/zsys_linux_mipsle.go index 73aa8c6dfc..14155dec21 100644 --- a/vendor/golang.org/x/net/ipv6/zsys_linux_mipsle.go +++ b/vendor/golang.org/x/net/ipv6/zsys_linux_mipsle.go @@ -1,4 +1,4 @@ -// Created by cgo -godefs - DO NOT EDIT +// Code generated by cmd/cgo -godefs; DO NOT EDIT. // cgo -godefs defs_linux.go package ipv6 diff --git a/vendor/golang.org/x/net/ipv6/zsys_linux_ppc.go b/vendor/golang.org/x/net/ipv6/zsys_linux_ppc.go index c9bf6a87ef..a51e142b42 100644 --- a/vendor/golang.org/x/net/ipv6/zsys_linux_ppc.go +++ b/vendor/golang.org/x/net/ipv6/zsys_linux_ppc.go @@ -1,4 +1,4 @@ -// Created by cgo -godefs - DO NOT EDIT +// Code generated by cmd/cgo -godefs; DO NOT EDIT. // cgo -godefs defs_linux.go package ipv6 diff --git a/vendor/golang.org/x/net/ipv6/zsys_linux_ppc64.go b/vendor/golang.org/x/net/ipv6/zsys_linux_ppc64.go index b64f0157d7..9566d76468 100644 --- a/vendor/golang.org/x/net/ipv6/zsys_linux_ppc64.go +++ b/vendor/golang.org/x/net/ipv6/zsys_linux_ppc64.go @@ -1,4 +1,4 @@ -// Created by cgo -godefs - DO NOT EDIT +// Code generated by cmd/cgo -godefs; DO NOT EDIT. // cgo -godefs defs_linux.go package ipv6 diff --git a/vendor/golang.org/x/net/ipv6/zsys_linux_ppc64le.go b/vendor/golang.org/x/net/ipv6/zsys_linux_ppc64le.go index b64f0157d7..9566d76468 100644 --- a/vendor/golang.org/x/net/ipv6/zsys_linux_ppc64le.go +++ b/vendor/golang.org/x/net/ipv6/zsys_linux_ppc64le.go @@ -1,4 +1,4 @@ -// Created by cgo -godefs - DO NOT EDIT +// Code generated by cmd/cgo -godefs; DO NOT EDIT. // cgo -godefs defs_linux.go package ipv6 diff --git a/vendor/golang.org/x/net/ipv6/zsys_linux_riscv64.go b/vendor/golang.org/x/net/ipv6/zsys_linux_riscv64.go new file mode 100644 index 0000000000..1ee237b2b7 --- /dev/null +++ b/vendor/golang.org/x/net/ipv6/zsys_linux_riscv64.go @@ -0,0 +1,173 @@ +// Code generated by cmd/cgo -godefs; DO NOT EDIT. +// cgo -godefs defs_linux.go + +// +build riscv64 + +package ipv6 + +const ( + sysIPV6_ADDRFORM = 0x1 + sysIPV6_2292PKTINFO = 0x2 + sysIPV6_2292HOPOPTS = 0x3 + sysIPV6_2292DSTOPTS = 0x4 + sysIPV6_2292RTHDR = 0x5 + sysIPV6_2292PKTOPTIONS = 0x6 + sysIPV6_CHECKSUM = 0x7 + sysIPV6_2292HOPLIMIT = 0x8 + sysIPV6_NEXTHOP = 0x9 + sysIPV6_FLOWINFO = 0xb + + sysIPV6_UNICAST_HOPS = 0x10 + sysIPV6_MULTICAST_IF = 0x11 + sysIPV6_MULTICAST_HOPS = 0x12 + sysIPV6_MULTICAST_LOOP = 0x13 + sysIPV6_ADD_MEMBERSHIP = 0x14 + sysIPV6_DROP_MEMBERSHIP = 0x15 + sysMCAST_JOIN_GROUP = 0x2a + sysMCAST_LEAVE_GROUP = 0x2d + sysMCAST_JOIN_SOURCE_GROUP = 0x2e + sysMCAST_LEAVE_SOURCE_GROUP = 0x2f + sysMCAST_BLOCK_SOURCE = 0x2b + sysMCAST_UNBLOCK_SOURCE = 0x2c + sysMCAST_MSFILTER = 0x30 + sysIPV6_ROUTER_ALERT = 0x16 + sysIPV6_MTU_DISCOVER = 0x17 + sysIPV6_MTU = 0x18 + sysIPV6_RECVERR = 0x19 + sysIPV6_V6ONLY = 0x1a + sysIPV6_JOIN_ANYCAST = 0x1b + sysIPV6_LEAVE_ANYCAST = 0x1c + + sysIPV6_FLOWLABEL_MGR = 0x20 + sysIPV6_FLOWINFO_SEND = 0x21 + + sysIPV6_IPSEC_POLICY = 0x22 + sysIPV6_XFRM_POLICY = 0x23 + + sysIPV6_RECVPKTINFO = 0x31 + sysIPV6_PKTINFO = 0x32 + sysIPV6_RECVHOPLIMIT = 0x33 + sysIPV6_HOPLIMIT = 0x34 + sysIPV6_RECVHOPOPTS = 0x35 + sysIPV6_HOPOPTS = 0x36 + sysIPV6_RTHDRDSTOPTS = 0x37 + sysIPV6_RECVRTHDR = 0x38 + sysIPV6_RTHDR = 0x39 + sysIPV6_RECVDSTOPTS = 0x3a + sysIPV6_DSTOPTS = 0x3b + sysIPV6_RECVPATHMTU = 0x3c + sysIPV6_PATHMTU = 0x3d + sysIPV6_DONTFRAG = 0x3e + + sysIPV6_RECVTCLASS = 0x42 + sysIPV6_TCLASS = 0x43 + + sysIPV6_ADDR_PREFERENCES = 0x48 + + sysIPV6_PREFER_SRC_TMP = 0x1 + sysIPV6_PREFER_SRC_PUBLIC = 0x2 + sysIPV6_PREFER_SRC_PUBTMP_DEFAULT = 0x100 + sysIPV6_PREFER_SRC_COA = 0x4 + sysIPV6_PREFER_SRC_HOME = 0x400 + sysIPV6_PREFER_SRC_CGA = 0x8 + sysIPV6_PREFER_SRC_NONCGA = 0x800 + + sysIPV6_MINHOPCOUNT = 0x49 + + sysIPV6_ORIGDSTADDR = 0x4a + sysIPV6_RECVORIGDSTADDR = 0x4a + sysIPV6_TRANSPARENT = 0x4b + sysIPV6_UNICAST_IF = 0x4c + + sysICMPV6_FILTER = 0x1 + + sysICMPV6_FILTER_BLOCK = 0x1 + sysICMPV6_FILTER_PASS = 0x2 + sysICMPV6_FILTER_BLOCKOTHERS = 0x3 + sysICMPV6_FILTER_PASSONLY = 0x4 + + sysSOL_SOCKET = 0x1 + sysSO_ATTACH_FILTER = 0x1a + + sizeofKernelSockaddrStorage = 0x80 + sizeofSockaddrInet6 = 0x1c + sizeofInet6Pktinfo = 0x14 + sizeofIPv6Mtuinfo = 0x20 + sizeofIPv6FlowlabelReq = 0x20 + + sizeofIPv6Mreq = 0x14 + sizeofGroupReq = 0x88 + sizeofGroupSourceReq = 0x108 + + sizeofICMPv6Filter = 0x20 + + sizeofSockFprog = 0x10 +) + +type kernelSockaddrStorage struct { + Family uint16 + X__data [126]int8 +} + +type sockaddrInet6 struct { + Family uint16 + Port uint16 + Flowinfo uint32 + Addr [16]byte /* in6_addr */ + Scope_id uint32 +} + +type inet6Pktinfo struct { + Addr [16]byte /* in6_addr */ + Ifindex int32 +} + +type ipv6Mtuinfo struct { + Addr sockaddrInet6 + Mtu uint32 +} + +type ipv6FlowlabelReq struct { + Dst [16]byte /* in6_addr */ + Label uint32 + Action uint8 + Share uint8 + Flags uint16 + Expires uint16 + Linger uint16 + X__flr_pad uint32 +} + +type ipv6Mreq struct { + Multiaddr [16]byte /* in6_addr */ + Ifindex int32 +} + +type groupReq struct { + Interface uint32 + Pad_cgo_0 [4]byte + Group kernelSockaddrStorage +} + +type groupSourceReq struct { + Interface uint32 + Pad_cgo_0 [4]byte + Group kernelSockaddrStorage + Source kernelSockaddrStorage +} + +type icmpv6Filter struct { + Data [8]uint32 +} + +type sockFProg struct { + Len uint16 + Filter *sockFilter +} + +type sockFilter struct { + Code uint16 + Jt uint8 + Jf uint8 + K uint32 +} diff --git a/vendor/golang.org/x/net/ipv6/zsys_linux_s390x.go b/vendor/golang.org/x/net/ipv6/zsys_linux_s390x.go index b64f0157d7..9566d76468 100644 --- a/vendor/golang.org/x/net/ipv6/zsys_linux_s390x.go +++ b/vendor/golang.org/x/net/ipv6/zsys_linux_s390x.go @@ -1,4 +1,4 @@ -// Created by cgo -godefs - DO NOT EDIT +// Code generated by cmd/cgo -godefs; DO NOT EDIT. // cgo -godefs defs_linux.go package ipv6 diff --git a/vendor/golang.org/x/net/ipv6/zsys_netbsd.go b/vendor/golang.org/x/net/ipv6/zsys_netbsd.go index bcada13b7a..e39571e072 100644 --- a/vendor/golang.org/x/net/ipv6/zsys_netbsd.go +++ b/vendor/golang.org/x/net/ipv6/zsys_netbsd.go @@ -1,4 +1,4 @@ -// Created by cgo -godefs - DO NOT EDIT +// Code generated by cmd/cgo -godefs; DO NOT EDIT. // cgo -godefs defs_netbsd.go package ipv6 diff --git a/vendor/golang.org/x/net/ipv6/zsys_openbsd.go b/vendor/golang.org/x/net/ipv6/zsys_openbsd.go index 86cf3c6379..cc1899a630 100644 --- a/vendor/golang.org/x/net/ipv6/zsys_openbsd.go +++ b/vendor/golang.org/x/net/ipv6/zsys_openbsd.go @@ -1,4 +1,4 @@ -// Created by cgo -godefs - DO NOT EDIT +// Code generated by cmd/cgo -godefs; DO NOT EDIT. // cgo -godefs defs_openbsd.go package ipv6 diff --git a/vendor/golang.org/x/net/ipv6/zsys_solaris.go b/vendor/golang.org/x/net/ipv6/zsys_solaris.go index cf1837dd2a..690eef9341 100644 --- a/vendor/golang.org/x/net/ipv6/zsys_solaris.go +++ b/vendor/golang.org/x/net/ipv6/zsys_solaris.go @@ -1,4 +1,4 @@ -// Created by cgo -godefs - DO NOT EDIT +// Code generated by cmd/cgo -godefs; DO NOT EDIT. // cgo -godefs defs_solaris.go package ipv6 diff --git a/vendor/golang.org/x/net/proxy/dial.go b/vendor/golang.org/x/net/proxy/dial.go new file mode 100644 index 0000000000..811c2e4e96 --- /dev/null +++ b/vendor/golang.org/x/net/proxy/dial.go @@ -0,0 +1,54 @@ +// Copyright 2019 The Go Authors. All rights reserved. +// Use of this source code is governed by a BSD-style +// license that can be found in the LICENSE file. + +package proxy + +import ( + "context" + "net" +) + +// A ContextDialer dials using a context. +type ContextDialer interface { + DialContext(ctx context.Context, network, address string) (net.Conn, error) +} + +// Dial works like DialContext on net.Dialer but using a dialer returned by FromEnvironment. +// +// The passed ctx is only used for returning the Conn, not the lifetime of the Conn. +// +// Custom dialers (registered via RegisterDialerType) that do not implement ContextDialer +// can leak a goroutine for as long as it takes the underlying Dialer implementation to timeout. +// +// A Conn returned from a successful Dial after the context has been cancelled will be immediately closed. +func Dial(ctx context.Context, network, address string) (net.Conn, error) { + d := FromEnvironment() + if xd, ok := d.(ContextDialer); ok { + return xd.DialContext(ctx, network, address) + } + return dialContext(ctx, d, network, address) +} + +// WARNING: this can leak a goroutine for as long as the underlying Dialer implementation takes to timeout +// A Conn returned from a successful Dial after the context has been cancelled will be immediately closed. +func dialContext(ctx context.Context, d Dialer, network, address string) (net.Conn, error) { + var ( + conn net.Conn + done = make(chan struct{}, 1) + err error + ) + go func() { + conn, err = d.Dial(network, address) + close(done) + if conn != nil && ctx.Err() != nil { + conn.Close() + } + }() + select { + case <-ctx.Done(): + err = ctx.Err() + case <-done: + } + return conn, err +} diff --git a/vendor/golang.org/x/net/proxy/direct.go b/vendor/golang.org/x/net/proxy/direct.go index 4c5ad88b1e..3d66bdef9d 100644 --- a/vendor/golang.org/x/net/proxy/direct.go +++ b/vendor/golang.org/x/net/proxy/direct.go @@ -5,14 +5,27 @@ package proxy import ( + "context" "net" ) type direct struct{} -// Direct is a direct proxy: one that makes network connections directly. +// Direct implements Dialer by making network connections directly using net.Dial or net.DialContext. var Direct = direct{} +var ( + _ Dialer = Direct + _ ContextDialer = Direct +) + +// Dial directly invokes net.Dial with the supplied parameters. func (direct) Dial(network, addr string) (net.Conn, error) { return net.Dial(network, addr) } + +// DialContext instantiates a net.Dialer and invokes its DialContext receiver with the supplied parameters. +func (direct) DialContext(ctx context.Context, network, addr string) (net.Conn, error) { + var d net.Dialer + return d.DialContext(ctx, network, addr) +} diff --git a/vendor/golang.org/x/net/proxy/per_host.go b/vendor/golang.org/x/net/proxy/per_host.go index 0689bb6a70..573fe79e86 100644 --- a/vendor/golang.org/x/net/proxy/per_host.go +++ b/vendor/golang.org/x/net/proxy/per_host.go @@ -5,6 +5,7 @@ package proxy import ( + "context" "net" "strings" ) @@ -41,6 +42,20 @@ func (p *PerHost) Dial(network, addr string) (c net.Conn, err error) { return p.dialerForRequest(host).Dial(network, addr) } +// DialContext connects to the address addr on the given network through either +// defaultDialer or bypass. +func (p *PerHost) DialContext(ctx context.Context, network, addr string) (c net.Conn, err error) { + host, _, err := net.SplitHostPort(addr) + if err != nil { + return nil, err + } + d := p.dialerForRequest(host) + if x, ok := d.(ContextDialer); ok { + return x.DialContext(ctx, network, addr) + } + return dialContext(ctx, d, network, addr) +} + func (p *PerHost) dialerForRequest(host string) Dialer { if ip := net.ParseIP(host); ip != nil { for _, net := range p.bypassNetworks { diff --git a/vendor/golang.org/x/net/proxy/proxy.go b/vendor/golang.org/x/net/proxy/proxy.go index f6026b902c..9ff4b9a776 100644 --- a/vendor/golang.org/x/net/proxy/proxy.go +++ b/vendor/golang.org/x/net/proxy/proxy.go @@ -15,6 +15,7 @@ import ( ) // A Dialer is a means to establish a connection. +// Custom dialers should also implement ContextDialer. type Dialer interface { // Dial connects to the given address via the proxy. Dial(network, addr string) (c net.Conn, err error) @@ -25,21 +26,30 @@ type Auth struct { User, Password string } -// FromEnvironment returns the dialer specified by the proxy related variables in -// the environment. +// FromEnvironment returns the dialer specified by the proxy-related +// variables in the environment and makes underlying connections +// directly. func FromEnvironment() Dialer { + return FromEnvironmentUsing(Direct) +} + +// FromEnvironmentUsing returns the dialer specify by the proxy-related +// variables in the environment and makes underlying connections +// using the provided forwarding Dialer (for instance, a *net.Dialer +// with desired configuration). +func FromEnvironmentUsing(forward Dialer) Dialer { allProxy := allProxyEnv.Get() if len(allProxy) == 0 { - return Direct + return forward } proxyURL, err := url.Parse(allProxy) if err != nil { - return Direct + return forward } - proxy, err := FromURL(proxyURL, Direct) + proxy, err := FromURL(proxyURL, forward) if err != nil { - return Direct + return forward } noProxy := noProxyEnv.Get() @@ -47,7 +57,7 @@ func FromEnvironment() Dialer { return proxy } - perHost := NewPerHost(proxy, Direct) + perHost := NewPerHost(proxy, forward) perHost.AddFromString(noProxy) return perHost } diff --git a/vendor/golang.org/x/net/proxy/socks5.go b/vendor/golang.org/x/net/proxy/socks5.go index 56345ec8b6..c91651f96d 100644 --- a/vendor/golang.org/x/net/proxy/socks5.go +++ b/vendor/golang.org/x/net/proxy/socks5.go @@ -17,8 +17,14 @@ import ( func SOCKS5(network, address string, auth *Auth, forward Dialer) (Dialer, error) { d := socks.NewDialer(network, address) if forward != nil { - d.ProxyDial = func(_ context.Context, network string, address string) (net.Conn, error) { - return forward.Dial(network, address) + if f, ok := forward.(ContextDialer); ok { + d.ProxyDial = func(ctx context.Context, network string, address string) (net.Conn, error) { + return f.DialContext(ctx, network, address) + } + } else { + d.ProxyDial = func(ctx context.Context, network string, address string) (net.Conn, error) { + return dialContext(ctx, forward, network, address) + } } } if auth != nil { diff --git a/vendor/golang.org/x/tools/go/internal/gcimporter/bimport.go b/vendor/golang.org/x/tools/go/internal/gcimporter/bimport.go index e3c3107825..3288a0bfc7 100644 --- a/vendor/golang.org/x/tools/go/internal/gcimporter/bimport.go +++ b/vendor/golang.org/x/tools/go/internal/gcimporter/bimport.go @@ -976,10 +976,11 @@ const ( aliasTag ) +var predeclOnce sync.Once var predecl []types.Type // initialized lazily func predeclared() []types.Type { - if predecl == nil { + predeclOnce.Do(func() { // initialize lazily to be sure that all // elements have been initialized before predecl = []types.Type{ // basic types @@ -1026,7 +1027,7 @@ func predeclared() []types.Type { // used internally by gc; never used by this package or in .a files anyType{}, } - } + }) return predecl } diff --git a/vendor/golang.org/x/tools/go/internal/packagesdriver/sizes.go b/vendor/golang.org/x/tools/go/internal/packagesdriver/sizes.go index fdc7da0568..ea15d57be1 100644 --- a/vendor/golang.org/x/tools/go/internal/packagesdriver/sizes.go +++ b/vendor/golang.org/x/tools/go/internal/packagesdriver/sizes.go @@ -82,15 +82,28 @@ func GetSizesGolist(ctx context.Context, buildFlags, env []string, dir string, u args = append(args, buildFlags...) args = append(args, "--", "unsafe") stdout, err := InvokeGo(ctx, env, dir, usesExportData, args...) + var goarch, compiler string if err != nil { - return nil, err + if strings.Contains(err.Error(), "cannot find main module") { + // User's running outside of a module. All bets are off. Get GOARCH and guess compiler is gc. + // TODO(matloob): Is this a problem in practice? + envout, enverr := InvokeGo(ctx, env, dir, usesExportData, "env", "GOARCH") + if enverr != nil { + return nil, err + } + goarch = strings.TrimSpace(envout.String()) + compiler = "gc" + } else { + return nil, err + } + } else { + fields := strings.Fields(stdout.String()) + if len(fields) < 2 { + return nil, fmt.Errorf("could not determine GOARCH and Go compiler") + } + goarch = fields[0] + compiler = fields[1] } - fields := strings.Fields(stdout.String()) - if len(fields) < 2 { - return nil, fmt.Errorf("could not determine GOARCH and Go compiler") - } - goarch := fields[0] - compiler := fields[1] return types.SizesFor(compiler, goarch), nil } diff --git a/vendor/golang.org/x/tools/go/packages/external.go b/vendor/golang.org/x/tools/go/packages/external.go index 22ff769ef2..b696b68709 100644 --- a/vendor/golang.org/x/tools/go/packages/external.go +++ b/vendor/golang.org/x/tools/go/packages/external.go @@ -16,14 +16,29 @@ import ( "strings" ) -// Driver +// The Driver Protocol +// +// The driver, given the inputs to a call to Load, returns metadata about the packages specified. +// This allows for different build systems to support go/packages by telling go/packages how the +// packages' source is organized. +// The driver is a binary, either specified by the GOPACKAGESDRIVER environment variable or in +// the path as gopackagesdriver. It's given the inputs to load in its argv. See the package +// documentation in doc.go for the full description of the patterns that need to be supported. +// A driver receives as a JSON-serialized driverRequest struct in standard input and will +// produce a JSON-serialized driverResponse (see definition in packages.go) in its standard output. + +// driverRequest is used to provide the portion of Load's Config that is needed by a driver. type driverRequest struct { - Command string `json:"command"` - Mode LoadMode `json:"mode"` - Env []string `json:"env"` - BuildFlags []string `json:"build_flags"` - Tests bool `json:"tests"` - Overlay map[string][]byte `json:"overlay"` + Mode LoadMode `json:"mode"` + // Env specifies the environment the underlying build system should be run in. + Env []string `json:"env"` + // BuildFlags are flags that should be passed to the underlying build system. + BuildFlags []string `json:"build_flags"` + // Tests specifies whether the patterns should also return test packages. + Tests bool `json:"tests"` + // Overlay maps file paths (relative to the driver's working directory) to the byte contents + // of overlay files. + Overlay map[string][]byte `json:"overlay"` } // findExternalDriver returns the file path of a tool that supplies diff --git a/vendor/golang.org/x/tools/go/packages/golist.go b/vendor/golang.org/x/tools/go/packages/golist.go index 172effdd82..6b341b7e85 100644 --- a/vendor/golang.org/x/tools/go/packages/golist.go +++ b/vendor/golang.org/x/tools/go/packages/golist.go @@ -13,6 +13,7 @@ import ( "log" "os" "os/exec" + "path" "path/filepath" "reflect" "regexp" @@ -20,6 +21,7 @@ import ( "strings" "sync" "time" + "unicode" "golang.org/x/tools/go/internal/packagesdriver" "golang.org/x/tools/internal/gopathwalk" @@ -71,6 +73,28 @@ func (r *responseDeduper) addRoot(id string) { r.dr.Roots = append(r.dr.Roots, id) } +// goInfo contains global information from the go tool. +type goInfo struct { + rootDirs map[string]string + env goEnv +} + +type goEnv struct { + modulesOn bool +} + +func determineEnv(cfg *Config) goEnv { + buf, err := invokeGo(cfg, "env", "GOMOD") + if err != nil { + return goEnv{} + } + gomod := bytes.TrimSpace(buf.Bytes()) + + env := goEnv{} + env.modulesOn = len(gomod) > 0 + return env +} + // goListDriver uses the go list command to interpret the patterns and produce // the build system package structure. // See driver for more details. @@ -86,6 +110,28 @@ func goListDriver(cfg *Config, patterns ...string) (*driverResponse, error) { }() } + // start fetching rootDirs + var info goInfo + var rootDirsReady, envReady = make(chan struct{}), make(chan struct{}) + go func() { + info.rootDirs = determineRootDirs(cfg) + close(rootDirsReady) + }() + go func() { + info.env = determineEnv(cfg) + close(envReady) + }() + getGoInfo := func() *goInfo { + <-rootDirsReady + <-envReady + return &info + } + + // always pass getGoInfo to golistDriver + golistDriver := func(cfg *Config, patterns ...string) (*driverResponse, error) { + return golistDriver(cfg, getGoInfo, patterns...) + } + // Determine files requested in contains patterns var containFiles []string var packagesNamed []string @@ -147,7 +193,7 @@ extractQueries: var containsCandidates []string if len(containFiles) != 0 { - if err := runContainsQueries(cfg, golistDriver, response, containFiles); err != nil { + if err := runContainsQueries(cfg, golistDriver, response, containFiles, getGoInfo); err != nil { return nil, err } } @@ -158,7 +204,7 @@ extractQueries: } } - modifiedPkgs, needPkgs, err := processGolistOverlay(cfg, response) + modifiedPkgs, needPkgs, err := processGolistOverlay(cfg, response, getGoInfo) if err != nil { return nil, err } @@ -166,7 +212,7 @@ extractQueries: containsCandidates = append(containsCandidates, modifiedPkgs...) containsCandidates = append(containsCandidates, needPkgs...) } - if err := addNeededOverlayPackages(cfg, golistDriver, response, needPkgs); err != nil { + if err := addNeededOverlayPackages(cfg, golistDriver, response, needPkgs, getGoInfo); err != nil { return nil, err } // Check candidate packages for containFiles. @@ -198,26 +244,33 @@ extractQueries: return response.dr, nil } -func addNeededOverlayPackages(cfg *Config, driver driver, response *responseDeduper, pkgs []string) error { +func addNeededOverlayPackages(cfg *Config, driver driver, response *responseDeduper, pkgs []string, getGoInfo func() *goInfo) error { if len(pkgs) == 0 { return nil } - dr, err := driver(cfg, pkgs...) + drivercfg := *cfg + if getGoInfo().env.modulesOn { + drivercfg.BuildFlags = append(drivercfg.BuildFlags, "-mod=readonly") + } + dr, err := driver(&drivercfg, pkgs...) + if err != nil { return err } for _, pkg := range dr.Packages { response.addPackage(pkg) } - _, needPkgs, err := processGolistOverlay(cfg, response) + _, needPkgs, err := processGolistOverlay(cfg, response, getGoInfo) if err != nil { return err } - addNeededOverlayPackages(cfg, driver, response, needPkgs) + if err := addNeededOverlayPackages(cfg, driver, response, needPkgs, getGoInfo); err != nil { + return err + } return nil } -func runContainsQueries(cfg *Config, driver driver, response *responseDeduper, queries []string) error { +func runContainsQueries(cfg *Config, driver driver, response *responseDeduper, queries []string, goInfo func() *goInfo) error { for _, query := range queries { // TODO(matloob): Do only one query per directory. fdir := filepath.Dir(query) @@ -228,14 +281,31 @@ func runContainsQueries(cfg *Config, driver driver, response *responseDeduper, q return fmt.Errorf("could not determine absolute path of file= query path %q: %v", query, err) } dirResponse, err := driver(cfg, pattern) - if err != nil { - // Couldn't find a package for the directory. Try to load the file as an ad-hoc package. + if err != nil || (len(dirResponse.Packages) == 1 && len(dirResponse.Packages[0].Errors) == 1) { + // There was an error loading the package. Try to load the file as an ad-hoc package. + // Usually the error will appear in a returned package, but may not if we're in modules mode + // and the ad-hoc is located outside a module. var queryErr error - dirResponse, err = driver(cfg, query) + dirResponse, queryErr = driver(cfg, query) if queryErr != nil { // Return the original error if the attempt to fall back failed. return err } + // Special case to handle issue #33482: + // If this is a file= query for ad-hoc packages where the file only exists on an overlay, + // and exists outside of a module, add the file in for the package. + if len(dirResponse.Packages) == 1 && len(dirResponse.Packages) == 1 && + dirResponse.Packages[0].ID == "command-line-arguments" && len(dirResponse.Packages[0].GoFiles) == 0 { + filename := filepath.Join(pattern, filepath.Base(query)) // avoid recomputing abspath + // TODO(matloob): check if the file is outside of a root dir? + for path := range cfg.Overlay { + if path == filename { + dirResponse.Packages[0].Errors = nil + dirResponse.Packages[0].GoFiles = []string{path} + dirResponse.Packages[0].CompiledGoFiles = []string{path} + } + } + } } isRoot := make(map[string]bool, len(dirResponse.Roots)) for _, root := range dirResponse.Roots { @@ -312,9 +382,7 @@ func runNamedQueries(cfg *Config, driver driver, response *responseDeduper, quer startWalk := time.Now() gopathwalk.Walk(roots, add, gopathwalk.Options{ModulesEnabled: modRoot != "", Debug: debug}) - if debug { - log.Printf("%v for walk", time.Since(startWalk)) - } + cfg.Logf("%v for walk", time.Since(startWalk)) // Weird special case: the top-level package in a module will be in // whatever directory the user checked the repository out into. It's @@ -565,7 +633,7 @@ func otherFiles(p *jsonPackage) [][]string { // golistDriver uses the "go list" command to expand the pattern // words and return metadata for the specified packages. dir may be // "" and env may be nil, as per os/exec.Command. -func golistDriver(cfg *Config, words ...string) (*driverResponse, error) { +func golistDriver(cfg *Config, rootsDirs func() *goInfo, words ...string) (*driverResponse, error) { // go list uses the following identifiers in ImportPath and Imports: // // "p" -- importable package or main (command) @@ -606,6 +674,20 @@ func golistDriver(cfg *Config, words ...string) (*driverResponse, error) { return nil, fmt.Errorf("package missing import path: %+v", p) } + // Work around https://golang.org/issue/33157: + // go list -e, when given an absolute path, will find the package contained at + // that directory. But when no package exists there, it will return a fake package + // with an error and the ImportPath set to the absolute path provided to go list. + // Try to convert that absolute path to what its package path would be if it's + // contained in a known module or GOPATH entry. This will allow the package to be + // properly "reclaimed" when overlays are processed. + if filepath.IsAbs(p.ImportPath) && p.Error != nil { + pkgPath, ok := getPkgPath(p.ImportPath, rootsDirs) + if ok { + p.ImportPath = pkgPath + } + } + if old, found := seen[p.ImportPath]; found { if !reflect.DeepEqual(p, old) { return nil, fmt.Errorf("internal error: go list gives conflicting information for package %v", p.ImportPath) @@ -709,6 +791,27 @@ func golistDriver(cfg *Config, words ...string) (*driverResponse, error) { return &response, nil } +// getPkgPath finds the package path of a directory if it's relative to a root directory. +func getPkgPath(dir string, goInfo func() *goInfo) (string, bool) { + for rdir, rpath := range goInfo().rootDirs { + // TODO(matloob): This doesn't properly handle symlinks. + r, err := filepath.Rel(rdir, dir) + if err != nil { + continue + } + if rpath != "" { + // We choose only ore root even though the directory even it can belong in multiple modules + // or GOPATH entries. This is okay because we only need to work with absolute dirs when a + // file is missing from disk, for instance when gopls calls go/packages in an overlay. + // Once the file is saved, gopls, or the next invocation of the tool will get the correct + // result straight from golist. + // TODO(matloob): Implement module tiebreaking? + return path.Join(rpath, filepath.ToSlash(r)), true + } + } + return "", false +} + // absJoin absolutizes and flattens the lists of files. func absJoin(dir string, fileses ...[]string) (res []string) { for _, files := range fileses { @@ -729,7 +832,7 @@ func golistargs(cfg *Config, words []string) []string { fmt.Sprintf("-compiled=%t", cfg.Mode&(NeedCompiledGoFiles|NeedSyntax|NeedTypesInfo|NeedTypesSizes) != 0), fmt.Sprintf("-test=%t", cfg.Tests), fmt.Sprintf("-export=%t", usesExportData(cfg)), - fmt.Sprintf("-deps=%t", cfg.Mode&NeedDeps != 0), + fmt.Sprintf("-deps=%t", cfg.Mode&NeedImports != 0), // go list doesn't let you pass -test and -find together, // probably because you'd just get the TestMain. fmt.Sprintf("-find=%t", !cfg.Tests && cfg.Mode&findFlags == 0), @@ -755,11 +858,9 @@ func invokeGo(cfg *Config, args ...string) (*bytes.Buffer, error) { cmd.Dir = cfg.Dir cmd.Stdout = stdout cmd.Stderr = stderr - if debug { - defer func(start time.Time) { - log.Printf("%s for %v, stderr: <<%s>>\n", time.Since(start), cmdDebugStr(cmd, args...), stderr) - }(time.Now()) - } + defer func(start time.Time) { + cfg.Logf("%s for %v, stderr: <<%s>>\n", time.Since(start), cmdDebugStr(cmd, args...), stderr) + }(time.Now()) if err := cmd.Run(); err != nil { // Check for 'go' executable not being found. @@ -779,6 +880,30 @@ func invokeGo(cfg *Config, args ...string) (*bytes.Buffer, error) { return nil, goTooOldError{fmt.Errorf("unsupported version of go: %s: %s", exitErr, stderr)} } + // Related to #24854 + if len(stderr.String()) > 0 && strings.Contains(stderr.String(), "unexpected directory layout") { + return nil, fmt.Errorf("%s", stderr.String()) + } + + // Is there an error running the C compiler in cgo? This will be reported in the "Error" field + // and should be suppressed by go list -e. + // + // This condition is not perfect yet because the error message can include other error messages than runtime/cgo. + isPkgPathRune := func(r rune) bool { + // From https://golang.org/ref/spec#Import_declarations: + // Implementation restriction: A compiler may restrict ImportPaths to non-empty strings + // using only characters belonging to Unicode's L, M, N, P, and S general categories + // (the Graphic characters without spaces) and may also exclude the + // characters !"#$%&'()*,:;<=>?[\]^`{|} and the Unicode replacement character U+FFFD. + return unicode.IsOneOf([]*unicode.RangeTable{unicode.L, unicode.M, unicode.N, unicode.P, unicode.S}, r) && + strings.IndexRune("!\"#$%&'()*,:;<=>?[\\]^`{|}\uFFFD", r) == -1 + } + if len(stderr.String()) > 0 && strings.HasPrefix(stderr.String(), "# ") { + if strings.HasPrefix(strings.TrimLeftFunc(stderr.String()[len("# "):], isPkgPathRune), "\n") { + return stdout, nil + } + } + // This error only appears in stderr. See golang.org/cl/166398 for a fix in go list to show // the error in the Err section of stdout in case -e option is provided. // This fix is provided for backwards compatibility. @@ -788,13 +913,43 @@ func invokeGo(cfg *Config, args ...string) (*bytes.Buffer, error) { return bytes.NewBufferString(output), nil } + // Similar to the previous error, but currently lacks a fix in Go. + if len(stderr.String()) > 0 && strings.Contains(stderr.String(), "named files must all be in one directory") { + output := fmt.Sprintf(`{"ImportPath": "command-line-arguments","Incomplete": true,"Error": {"Pos": "","Err": %q}}`, + strings.Trim(stderr.String(), "\n")) + return bytes.NewBufferString(output), nil + } + + // Backwards compatibility for Go 1.11 because 1.12 and 1.13 put the directory in the ImportPath. + // If the package doesn't exist, put the absolute path of the directory into the error message, + // as Go 1.13 list does. + const noSuchDirectory = "no such directory" + if len(stderr.String()) > 0 && strings.Contains(stderr.String(), noSuchDirectory) { + errstr := stderr.String() + abspath := strings.TrimSpace(errstr[strings.Index(errstr, noSuchDirectory)+len(noSuchDirectory):]) + output := fmt.Sprintf(`{"ImportPath": %q,"Incomplete": true,"Error": {"Pos": "","Err": %q}}`, + abspath, strings.Trim(stderr.String(), "\n")) + return bytes.NewBufferString(output), nil + } + // Workaround for #29280: go list -e has incorrect behavior when an ad-hoc package doesn't exist. + // Note that the error message we look for in this case is different that the one looked for above. if len(stderr.String()) > 0 && strings.Contains(stderr.String(), "no such file or directory") { output := fmt.Sprintf(`{"ImportPath": "command-line-arguments","Incomplete": true,"Error": {"Pos": "","Err": %q}}`, strings.Trim(stderr.String(), "\n")) return bytes.NewBufferString(output), nil } + // Workaround for #34273. go list -e with GO111MODULE=on has incorrect behavior when listing a + // directory outside any module. + if len(stderr.String()) > 0 && strings.Contains(stderr.String(), "outside available modules") { + output := fmt.Sprintf(`{"ImportPath": %q,"Incomplete": true,"Error": {"Pos": "","Err": %q}}`, + // TODO(matloob): command-line-arguments isn't correct here. + "command-line-arguments", strings.Trim(stderr.String(), "\n")) + return bytes.NewBufferString(output), nil + + } + // Workaround for an instance of golang.org/issue/26755: go list -e will return a non-zero exit // status if there's a dependency on a package that doesn't exist. But it should return // a zero exit status and set an error on that package. diff --git a/vendor/golang.org/x/tools/go/packages/golist_overlay.go b/vendor/golang.org/x/tools/go/packages/golist_overlay.go index b35399ef16..308e79c55c 100644 --- a/vendor/golang.org/x/tools/go/packages/golist_overlay.go +++ b/vendor/golang.org/x/tools/go/packages/golist_overlay.go @@ -10,7 +10,6 @@ import ( "path/filepath" "strconv" "strings" - "sync" ) // processGolistOverlay provides rudimentary support for adding @@ -18,7 +17,7 @@ import ( // sometimes incorrect. // TODO(matloob): Handle unsupported cases, including the following: // - determining the correct package to add given a new import path -func processGolistOverlay(cfg *Config, response *responseDeduper) (modifiedPkgs, needPkgs []string, err error) { +func processGolistOverlay(cfg *Config, response *responseDeduper, rootDirs func() *goInfo) (modifiedPkgs, needPkgs []string, err error) { havePkgs := make(map[string]string) // importPath -> non-test package ID needPkgsSet := make(map[string]bool) modifiedPkgsSet := make(map[string]bool) @@ -29,16 +28,20 @@ func processGolistOverlay(cfg *Config, response *responseDeduper) (modifiedPkgs, havePkgs[pkg.PkgPath] = pkg.ID } - var rootDirs map[string]string - var onceGetRootDirs sync.Once + // If no new imports are added, it is safe to avoid loading any needPkgs. + // Otherwise, it's hard to tell which package is actually being loaded + // (due to vendoring) and whether any modified package will show up + // in the transitive set of dependencies (because new imports are added, + // potentially modifying the transitive set of dependencies). + var overlayAddsImports bool for opath, contents := range cfg.Overlay { base := filepath.Base(opath) dir := filepath.Dir(opath) - var pkg *Package + var pkg *Package // if opath belongs to both a package and its test variant, this will be the test variant var testVariantOf *Package // if opath is a test file, this is the package it is testing var fileExists bool - isTest := strings.HasSuffix(opath, "_test.go") + isTestFile := strings.HasSuffix(opath, "_test.go") pkgName, ok := extractPackageName(opath, contents) if !ok { // Don't bother adding a file that doesn't even have a parsable package statement @@ -47,20 +50,33 @@ func processGolistOverlay(cfg *Config, response *responseDeduper) (modifiedPkgs, } nextPackage: for _, p := range response.dr.Packages { - if pkgName != p.Name { + if pkgName != p.Name && p.ID != "command-line-arguments" { continue } for _, f := range p.GoFiles { if !sameFile(filepath.Dir(f), dir) { continue } - if isTest && !hasTestFiles(p) { + // Make sure to capture information on the package's test variant, if needed. + if isTestFile && !hasTestFiles(p) { // TODO(matloob): Are there packages other than the 'production' variant // of a package that this can match? This shouldn't match the test main package // because the file is generated in another directory. testVariantOf = p continue nextPackage } + if pkg != nil && p != pkg && pkg.PkgPath == p.PkgPath { + // If we've already seen the test variant, + // make sure to label which package it is a test variant of. + if hasTestFiles(pkg) { + testVariantOf = p + continue nextPackage + } + // If we have already seen the package of which this is a test variant. + if hasTestFiles(p) { + testVariantOf = pkg + } + } pkg = p if filepath.Base(f) == base { fileExists = true @@ -69,13 +85,10 @@ func processGolistOverlay(cfg *Config, response *responseDeduper) (modifiedPkgs, } // The overlay could have included an entirely new package. if pkg == nil { - onceGetRootDirs.Do(func() { - rootDirs = determineRootDirs(cfg) - }) // Try to find the module or gopath dir the file is contained in. // Then for modules, add the module opath to the beginning. var pkgPath string - for rdir, rpath := range rootDirs { + for rdir, rpath := range rootDirs().rootDirs { // TODO(matloob): This doesn't properly handle symlinks. r, err := filepath.Rel(rdir, dir) if err != nil { @@ -99,7 +112,7 @@ func processGolistOverlay(cfg *Config, response *responseDeduper) (modifiedPkgs, pkgPath += "_test" } id := pkgPath - if isTest && !isXTest { + if isTestFile && !isXTest { id = fmt.Sprintf("%s [%s.test]", pkgPath, pkgPath) } // Try to reclaim a package with the same id if it exists in the response. @@ -115,7 +128,7 @@ func processGolistOverlay(cfg *Config, response *responseDeduper) (modifiedPkgs, response.addPackage(pkg) havePkgs[pkg.PkgPath] = id // Add the production package's sources for a test variant. - if isTest && !isXTest && testVariantOf != nil { + if isTestFile && !isXTest && testVariantOf != nil { pkg.GoFiles = append(pkg.GoFiles, testVariantOf.GoFiles...) pkg.CompiledGoFiles = append(pkg.CompiledGoFiles, testVariantOf.CompiledGoFiles...) } @@ -136,13 +149,18 @@ func processGolistOverlay(cfg *Config, response *responseDeduper) (modifiedPkgs, for _, imp := range imports { _, found := pkg.Imports[imp] if !found { + overlayAddsImports = true // TODO(matloob): Handle cases when the following block isn't correct. - // These include imports of test variants, imports of vendored packages, etc. + // These include imports of vendored packages, etc. id, ok := havePkgs[imp] if !ok { id = imp } pkg.Imports[imp] = &Package{ID: id} + // Add dependencies to the non-test variant version of this package as wel. + if testVariantOf != nil { + testVariantOf.Imports[imp] = &Package{ID: id} + } } } continue @@ -171,9 +189,11 @@ func processGolistOverlay(cfg *Config, response *responseDeduper) (modifiedPkgs, } } - needPkgs = make([]string, 0, len(needPkgsSet)) - for pkg := range needPkgsSet { - needPkgs = append(needPkgs, pkg) + if overlayAddsImports { + needPkgs = make([]string, 0, len(needPkgsSet)) + for pkg := range needPkgsSet { + needPkgs = append(needPkgs, pkg) + } } modifiedPkgs = make([]string, 0, len(modifiedPkgsSet)) for pkg := range modifiedPkgsSet { diff --git a/vendor/golang.org/x/tools/go/packages/packages.go b/vendor/golang.org/x/tools/go/packages/packages.go index cd151469a2..b29c91369e 100644 --- a/vendor/golang.org/x/tools/go/packages/packages.go +++ b/vendor/golang.org/x/tools/go/packages/packages.go @@ -48,8 +48,7 @@ const ( // "placeholder" Packages with only the ID set. NeedImports - // NeedDeps adds the fields requested by the LoadMode in the packages in Imports. If NeedImports - // is not set NeedDeps has no effect. + // NeedDeps adds the fields requested by the LoadMode in the packages in Imports. NeedDeps // NeedExportsFile adds ExportsFile. @@ -75,7 +74,7 @@ const ( // Deprecated: LoadImports exists for historical compatibility // and should not be used. Please directly specify the needed fields using the Need values. - LoadImports = LoadFiles | NeedImports | NeedDeps + LoadImports = LoadFiles | NeedImports // Deprecated: LoadTypes exists for historical compatibility // and should not be used. Please directly specify the needed fields using the Need values. @@ -87,7 +86,7 @@ const ( // Deprecated: LoadAllSyntax exists for historical compatibility // and should not be used. Please directly specify the needed fields using the Need values. - LoadAllSyntax = LoadSyntax + LoadAllSyntax = LoadSyntax | NeedDeps ) // A Config specifies details about how packages should be loaded. @@ -103,6 +102,12 @@ type Config struct { // If Context is nil, the load cannot be cancelled. Context context.Context + // Logf is the logger for the config. + // If the user provides a logger, debug logging is enabled. + // If the GOPACKAGESDEBUG environment variable is set to true, + // but the logger is nil, default to log.Printf. + Logf func(format string, args ...interface{}) + // Dir is the directory in which to run the build system's query tool // that provides information about the packages. // If Dir is empty, the tool is run in the current directory. @@ -410,11 +415,13 @@ type loader struct { parseCacheMu sync.Mutex exportMu sync.Mutex // enforces mutual exclusion of exportdata operations - // TODO(matloob): Add an implied mode here and use that instead of mode. - // Implied mode would contain all the fields we need the data for so we can - // get the actually requested fields. We'll zero them out before returning - // packages to the user. This will make it easier for us to get the conditions - // where we need certain modes right. + // Config.Mode contains the implied mode (see impliedLoadMode). + // Implied mode contains all the fields we need the data for. + // In requestedMode there are the actually requested fields. + // We'll zero them out before returning packages to the user. + // This makes it easier for us to get the conditions where + // we need certain modes right. + requestedMode LoadMode } type parseValue struct { @@ -429,6 +436,17 @@ func newLoader(cfg *Config) *loader { } if cfg != nil { ld.Config = *cfg + // If the user has provided a logger, use it. + ld.Config.Logf = cfg.Logf + } + if ld.Config.Logf == nil { + // If the GOPACKAGESDEBUG environment variable is set to true, + // but the user has not provided a logger, default to log.Printf. + if debug { + ld.Config.Logf = log.Printf + } else { + ld.Config.Logf = func(format string, args ...interface{}) {} + } } if ld.Config.Mode == 0 { ld.Config.Mode = NeedName | NeedFiles | NeedCompiledGoFiles // Preserve zero behavior of Mode for backwards compatibility. @@ -445,6 +463,10 @@ func newLoader(cfg *Config) *loader { } } + // Save the actually requested fields. We'll zero them out before returning packages to the user. + ld.requestedMode = ld.Mode + ld.Mode = impliedLoadMode(ld.Mode) + if ld.Mode&NeedTypes != 0 { if ld.Fset == nil { ld.Fset = token.NewFileSet() @@ -459,6 +481,7 @@ func newLoader(cfg *Config) *loader { } } } + return ld } @@ -479,8 +502,8 @@ func (ld *loader) refine(roots []string, list ...*Package) ([]*Package, error) { } lpkg := &loaderPackage{ Package: pkg, - needtypes: (ld.Mode&(NeedTypes|NeedTypesInfo) != 0 && rootIndex < 0) || rootIndex >= 0, - needsrc: (ld.Mode&(NeedSyntax|NeedTypesInfo) != 0 && rootIndex < 0) || rootIndex >= 0 || + needtypes: (ld.Mode&(NeedTypes|NeedTypesInfo) != 0 && ld.Mode&NeedDeps != 0 && rootIndex < 0) || rootIndex >= 0, + needsrc: (ld.Mode&(NeedSyntax|NeedTypesInfo) != 0 && ld.Mode&NeedDeps != 0 && rootIndex < 0) || rootIndex >= 0 || len(ld.Overlay) > 0 || // Overlays can invalidate export data. TODO(matloob): make this check fine-grained based on dependencies on overlaid files pkg.ExportFile == "" && pkg.PkgPath != "unsafe", } @@ -527,28 +550,31 @@ func (ld *loader) refine(roots []string, list ...*Package) ([]*Package, error) { lpkg.color = grey stack = append(stack, lpkg) // push stubs := lpkg.Imports // the structure form has only stubs with the ID in the Imports - lpkg.Imports = make(map[string]*Package, len(stubs)) - for importPath, ipkg := range stubs { - var importErr error - imp := ld.pkgs[ipkg.ID] - if imp == nil { - // (includes package "C" when DisableCgo) - importErr = fmt.Errorf("missing package: %q", ipkg.ID) - } else if imp.color == grey { - importErr = fmt.Errorf("import cycle: %s", stack) - } - if importErr != nil { - if lpkg.importErrors == nil { - lpkg.importErrors = make(map[string]error) + // If NeedImports isn't set, the imports fields will all be zeroed out. + if ld.Mode&NeedImports != 0 { + lpkg.Imports = make(map[string]*Package, len(stubs)) + for importPath, ipkg := range stubs { + var importErr error + imp := ld.pkgs[ipkg.ID] + if imp == nil { + // (includes package "C" when DisableCgo) + importErr = fmt.Errorf("missing package: %q", ipkg.ID) + } else if imp.color == grey { + importErr = fmt.Errorf("import cycle: %s", stack) + } + if importErr != nil { + if lpkg.importErrors == nil { + lpkg.importErrors = make(map[string]error) + } + lpkg.importErrors[importPath] = importErr + continue } - lpkg.importErrors[importPath] = importErr - continue - } - if visit(imp) { - lpkg.needsrc = true + if visit(imp) { + lpkg.needsrc = true + } + lpkg.Imports[importPath] = imp.Package } - lpkg.Imports[importPath] = imp.Package } if lpkg.needsrc { srcPkgs = append(srcPkgs, lpkg) @@ -562,7 +588,7 @@ func (ld *loader) refine(roots []string, list ...*Package) ([]*Package, error) { return lpkg.needsrc } - if ld.Mode&(NeedImports|NeedDeps) == 0 { + if ld.Mode&NeedImports == 0 { // We do this to drop the stub import packages that we are not even going to try to resolve. for _, lpkg := range initial { lpkg.Imports = nil @@ -573,7 +599,7 @@ func (ld *loader) refine(roots []string, list ...*Package) ([]*Package, error) { visit(lpkg) } } - if ld.Mode&NeedDeps != 0 { // TODO(matloob): This is only the case if NeedTypes is also set, right? + if ld.Mode&NeedImports != 0 && ld.Mode&NeedTypes != 0 { for _, lpkg := range srcPkgs { // Complete type information is required for the // immediate dependencies of each source package. @@ -598,54 +624,44 @@ func (ld *loader) refine(roots []string, list ...*Package) ([]*Package, error) { } result := make([]*Package, len(initial)) - importPlaceholders := make(map[string]*Package) for i, lpkg := range initial { result[i] = lpkg.Package } for i := range ld.pkgs { // Clear all unrequested fields, for extra de-Hyrum-ization. - if ld.Mode&NeedName == 0 { + if ld.requestedMode&NeedName == 0 { ld.pkgs[i].Name = "" ld.pkgs[i].PkgPath = "" } - if ld.Mode&NeedFiles == 0 { + if ld.requestedMode&NeedFiles == 0 { ld.pkgs[i].GoFiles = nil ld.pkgs[i].OtherFiles = nil } - if ld.Mode&NeedCompiledGoFiles == 0 { + if ld.requestedMode&NeedCompiledGoFiles == 0 { ld.pkgs[i].CompiledGoFiles = nil } - if ld.Mode&NeedImports == 0 { + if ld.requestedMode&NeedImports == 0 { ld.pkgs[i].Imports = nil } - if ld.Mode&NeedExportsFile == 0 { + if ld.requestedMode&NeedExportsFile == 0 { ld.pkgs[i].ExportFile = "" } - if ld.Mode&NeedTypes == 0 { + if ld.requestedMode&NeedTypes == 0 { ld.pkgs[i].Types = nil ld.pkgs[i].Fset = nil ld.pkgs[i].IllTyped = false } - if ld.Mode&NeedSyntax == 0 { + if ld.requestedMode&NeedSyntax == 0 { ld.pkgs[i].Syntax = nil } - if ld.Mode&NeedTypesInfo == 0 { + if ld.requestedMode&NeedTypesInfo == 0 { ld.pkgs[i].TypesInfo = nil } - if ld.Mode&NeedTypesSizes == 0 { + if ld.requestedMode&NeedTypesSizes == 0 { ld.pkgs[i].TypesSizes = nil } - if ld.Mode&NeedDeps == 0 { - for j, pkg := range ld.pkgs[i].Imports { - ph, ok := importPlaceholders[pkg.ID] - if !ok { - ph = &Package{ID: pkg.ID} - importPlaceholders[pkg.ID] = ph - } - ld.pkgs[i].Imports[j] = ph - } - } } + return result, nil } @@ -666,7 +682,6 @@ func (ld *loader) loadRecursive(lpkg *loaderPackage) { }(imp) } wg.Wait() - ld.loadPackage(lpkg) }) } @@ -755,6 +770,14 @@ func (ld *loader) loadPackage(lpkg *loaderPackage) { lpkg.Errors = append(lpkg.Errors, errs...) } + if len(lpkg.CompiledGoFiles) == 0 && lpkg.ExportFile != "" { + // The config requested loading sources and types, but sources are missing. + // Add an error to the package and fall back to loading from export data. + appendError(Error{"-", fmt.Sprintf("sources missing for package %s", lpkg.ID), ParseError}) + ld.loadFromExportData(lpkg) + return // can't get syntax trees for this package + } + files, errs := ld.parseFiles(lpkg.CompiledGoFiles) for _, err := range errs { appendError(err) @@ -793,7 +816,7 @@ func (ld *loader) loadPackage(lpkg *loaderPackage) { if ipkg.Types != nil && ipkg.Types.Complete() { return ipkg.Types, nil } - log.Fatalf("internal error: nil Pkg importing %q from %q", path, lpkg) + log.Fatalf("internal error: package %q without types was imported from %q", path, lpkg) panic("unreachable") }) @@ -804,7 +827,7 @@ func (ld *loader) loadPackage(lpkg *loaderPackage) { // Type-check bodies of functions only in non-initial packages. // Example: for import graph A->B->C and initial packages {A,C}, // we can ignore function bodies in B. - IgnoreFuncBodies: (ld.Mode&(NeedDeps|NeedTypesInfo) == 0) && !lpkg.initial, + IgnoreFuncBodies: ld.Mode&NeedDeps == 0 && !lpkg.initial, Error: appendError, Sizes: ld.sizes, @@ -1066,6 +1089,25 @@ func (ld *loader) loadFromExportData(lpkg *loaderPackage) (*types.Package, error return tpkg, nil } -func usesExportData(cfg *Config) bool { - return cfg.Mode&NeedExportsFile != 0 || cfg.Mode&NeedTypes != 0 && cfg.Mode&NeedTypesInfo == 0 +// impliedLoadMode returns loadMode with its dependencies. +func impliedLoadMode(loadMode LoadMode) LoadMode { + if loadMode&NeedTypesInfo != 0 && loadMode&NeedImports == 0 { + // If NeedTypesInfo, go/packages needs to do typechecking itself so it can + // associate type info with the AST. To do so, we need the export data + // for dependencies, which means we need to ask for the direct dependencies. + // NeedImports is used to ask for the direct dependencies. + loadMode |= NeedImports + } + + if loadMode&NeedDeps != 0 && loadMode&NeedImports == 0 { + // With NeedDeps we need to load at least direct dependencies. + // NeedImports is used to ask for the direct dependencies. + loadMode |= NeedImports + } + + return loadMode +} + +func usesExportData(cfg *Config) bool { + return cfg.Mode&NeedExportsFile != 0 || cfg.Mode&NeedTypes != 0 && cfg.Mode&NeedDeps == 0 } diff --git a/vendor/golang.org/x/tools/internal/gopathwalk/walk.go b/vendor/golang.org/x/tools/internal/gopathwalk/walk.go index 04bb96a362..60eb67b697 100644 --- a/vendor/golang.org/x/tools/internal/gopathwalk/walk.go +++ b/vendor/golang.org/x/tools/internal/gopathwalk/walk.go @@ -59,15 +59,27 @@ func SrcDirsRoots(ctx *build.Context) []Root { // paths of the containing source directory and the package directory. // add will be called concurrently. func Walk(roots []Root, add func(root Root, dir string), opts Options) { + WalkSkip(roots, add, func(Root, string) bool { return false }, opts) +} + +// WalkSkip walks Go source directories ($GOROOT, $GOPATH, etc) to find packages. +// For each package found, add will be called (concurrently) with the absolute +// paths of the containing source directory and the package directory. +// For each directory that will be scanned, skip will be called (concurrently) +// with the absolute paths of the containing source directory and the directory. +// If skip returns false on a directory it will be processed. +// add will be called concurrently. +// skip will be called concurrently. +func WalkSkip(roots []Root, add func(root Root, dir string), skip func(root Root, dir string) bool, opts Options) { for _, root := range roots { - walkDir(root, add, opts) + walkDir(root, add, skip, opts) } } -func walkDir(root Root, add func(Root, string), opts Options) { +func walkDir(root Root, add func(Root, string), skip func(root Root, dir string) bool, opts Options) { if _, err := os.Stat(root.Path); os.IsNotExist(err) { if opts.Debug { - log.Printf("skipping nonexistant directory: %v", root.Path) + log.Printf("skipping nonexistent directory: %v", root.Path) } return } @@ -77,6 +89,7 @@ func walkDir(root Root, add func(Root, string), opts Options) { w := &walker{ root: root, add: add, + skip: skip, opts: opts, } w.init() @@ -91,9 +104,10 @@ func walkDir(root Root, add func(Root, string), opts Options) { // walker is the callback for fastwalk.Walk. type walker struct { - root Root // The source directory to scan. - add func(Root, string) // The callback that will be invoked for every possible Go package dir. - opts Options // Options passed to Walk by the user. + root Root // The source directory to scan. + add func(Root, string) // The callback that will be invoked for every possible Go package dir. + skip func(Root, string) bool // The callback that will be invoked for every dir. dir is skipped if it returns true. + opts Options // Options passed to Walk by the user. ignoredDirs []os.FileInfo // The ignored directories, loaded from .goimportsignore files. } @@ -151,12 +165,16 @@ func (w *walker) getIgnoredDirs(path string) []string { return ignoredDirs } -func (w *walker) shouldSkipDir(fi os.FileInfo) bool { +func (w *walker) shouldSkipDir(fi os.FileInfo, dir string) bool { for _, ignoredDir := range w.ignoredDirs { if os.SameFile(fi, ignoredDir) { return true } } + if w.skip != nil { + // Check with the user specified callback. + return w.skip(w.root, dir) + } return false } @@ -184,7 +202,7 @@ func (w *walker) walk(path string, typ os.FileMode) error { return filepath.SkipDir } fi, err := os.Lstat(path) - if err == nil && w.shouldSkipDir(fi) { + if err == nil && w.shouldSkipDir(fi, path) { return filepath.SkipDir } return nil @@ -224,7 +242,7 @@ func (w *walker) shouldTraverse(dir string, fi os.FileInfo) bool { if !ts.IsDir() { return false } - if w.shouldSkipDir(ts) { + if w.shouldSkipDir(ts, dir) { return false } // Check for symlink loops by statting each directory component diff --git a/vendor/golang.org/x/tools/internal/imports/fix.go b/vendor/golang.org/x/tools/internal/imports/fix.go index d9ba3b786d..bcfbb07ed8 100644 --- a/vendor/golang.org/x/tools/internal/imports/fix.go +++ b/vendor/golang.org/x/tools/internal/imports/fix.go @@ -13,7 +13,6 @@ import ( "go/parser" "go/token" "io/ioutil" - "log" "os" "os/exec" "path" @@ -68,10 +67,27 @@ func importGroup(env *ProcessEnv, importPath string) int { return 0 } -// An importInfo represents a single import statement. -type importInfo struct { - importPath string // import path, e.g. "crypto/rand". - name string // import name, e.g. "crand", or "" if none. +type ImportFixType int + +const ( + AddImport ImportFixType = iota + DeleteImport + SetImportName +) + +type ImportFix struct { + // StmtInfo represents the import statement this fix will add, remove, or change. + StmtInfo ImportInfo + // IdentName is the identifier that this fix will add or remove. + IdentName string + // FixType is the type of fix this is (AddImport, DeleteImport, SetImportName). + FixType ImportFixType +} + +// An ImportInfo represents a single import statement. +type ImportInfo struct { + ImportPath string // import path, e.g. "crypto/rand". + Name string // import name, e.g. "crand", or "" if none. } // A packageInfo represents what's known about a package. @@ -169,10 +185,10 @@ func collectReferences(f *ast.File) references { return refs } -// collectImports returns all the imports in f, keyed by their package name as -// determined by pathToName. Unnamed imports (., _) and "C" are ignored. -func collectImports(f *ast.File) []*importInfo { - var imports []*importInfo +// collectImports returns all the imports in f. +// Unnamed imports (., _) and "C" are ignored. +func collectImports(f *ast.File) []*ImportInfo { + var imports []*ImportInfo for _, imp := range f.Imports { var name string if imp.Name != nil { @@ -182,9 +198,9 @@ func collectImports(f *ast.File) []*importInfo { continue } path := strings.Trim(imp.Path.Value, `"`) - imports = append(imports, &importInfo{ - name: name, - importPath: path, + imports = append(imports, &ImportInfo{ + Name: name, + ImportPath: path, }) } return imports @@ -192,9 +208,9 @@ func collectImports(f *ast.File) []*importInfo { // findMissingImport searches pass's candidates for an import that provides // pkg, containing all of syms. -func (p *pass) findMissingImport(pkg string, syms map[string]bool) *importInfo { +func (p *pass) findMissingImport(pkg string, syms map[string]bool) *ImportInfo { for _, candidate := range p.candidates { - pkgInfo, ok := p.knownPackages[candidate.importPath] + pkgInfo, ok := p.knownPackages[candidate.ImportPath] if !ok { continue } @@ -234,27 +250,33 @@ type pass struct { otherFiles []*ast.File // sibling files. // Intermediate state, generated by load. - existingImports map[string]*importInfo + existingImports map[string]*ImportInfo allRefs references missingRefs references // Inputs to fix. These can be augmented between successive fix calls. lastTry bool // indicates that this is the last call and fix should clean up as best it can. - candidates []*importInfo // candidate imports in priority order. + candidates []*ImportInfo // candidate imports in priority order. knownPackages map[string]*packageInfo // information about all known packages. } // loadPackageNames saves the package names for everything referenced by imports. -func (p *pass) loadPackageNames(imports []*importInfo) error { +func (p *pass) loadPackageNames(imports []*ImportInfo) error { + if p.env.Debug { + p.env.Logf("loading package names for %v packages", len(imports)) + defer func() { + p.env.Logf("done loading package names for %v packages", len(imports)) + }() + } var unknown []string for _, imp := range imports { - if _, ok := p.knownPackages[imp.importPath]; ok { + if _, ok := p.knownPackages[imp.ImportPath]; ok { continue } - unknown = append(unknown, imp.importPath) + unknown = append(unknown, imp.ImportPath) } - names, err := p.env.getResolver().loadPackageNames(unknown, p.srcDir) + names, err := p.env.GetResolver().loadPackageNames(unknown, p.srcDir) if err != nil { return err } @@ -271,24 +293,24 @@ func (p *pass) loadPackageNames(imports []*importInfo) error { // importIdentifier returns the identifier that imp will introduce. It will // guess if the package name has not been loaded, e.g. because the source // is not available. -func (p *pass) importIdentifier(imp *importInfo) string { - if imp.name != "" { - return imp.name +func (p *pass) importIdentifier(imp *ImportInfo) string { + if imp.Name != "" { + return imp.Name } - known := p.knownPackages[imp.importPath] + known := p.knownPackages[imp.ImportPath] if known != nil && known.name != "" { return known.name } - return importPathToAssumedName(imp.importPath) + return importPathToAssumedName(imp.ImportPath) } // load reads in everything necessary to run a pass, and reports whether the // file already has all the imports it needs. It fills in p.missingRefs with the // file's missing symbols, if any, or removes unused imports if not. -func (p *pass) load() bool { +func (p *pass) load() ([]*ImportFix, bool) { p.knownPackages = map[string]*packageInfo{} p.missingRefs = references{} - p.existingImports = map[string]*importInfo{} + p.existingImports = map[string]*ImportInfo{} // Load basic information about the file in question. p.allRefs = collectReferences(p.f) @@ -313,9 +335,9 @@ func (p *pass) load() bool { err := p.loadPackageNames(append(imports, p.candidates...)) if err != nil { if p.env.Debug { - log.Printf("loading package names: %v", err) + p.env.Logf("loading package names: %v", err) } - return false + return nil, false } } for _, imp := range imports { @@ -334,18 +356,18 @@ func (p *pass) load() bool { } } if len(p.missingRefs) != 0 { - return false + return nil, false } return p.fix() } // fix attempts to satisfy missing imports using p.candidates. If it finds -// everything, or if p.lastTry is true, it adds the imports it found, -// removes anything unused, and returns true. -func (p *pass) fix() bool { +// everything, or if p.lastTry is true, it updates fixes to add the imports it found, +// delete anything unused, and update import names, and returns true. +func (p *pass) fix() ([]*ImportFix, bool) { // Find missing imports. - var selected []*importInfo + var selected []*ImportInfo for left, rights := range p.missingRefs { if imp := p.findMissingImport(left, rights); imp != nil { selected = append(selected, imp) @@ -353,10 +375,11 @@ func (p *pass) fix() bool { } if !p.lastTry && len(selected) != len(p.missingRefs) { - return false + return nil, false } // Found everything, or giving up. Add the new imports and remove any unused. + var fixes []*ImportFix for _, imp := range p.existingImports { // We deliberately ignore globals here, because we can't be sure // they're in the same package. People do things like put multiple @@ -364,28 +387,80 @@ func (p *pass) fix() bool { // remove imports if they happen to have the same name as a var in // a different package. if _, ok := p.allRefs[p.importIdentifier(imp)]; !ok { - astutil.DeleteNamedImport(p.fset, p.f, imp.name, imp.importPath) + fixes = append(fixes, &ImportFix{ + StmtInfo: *imp, + IdentName: p.importIdentifier(imp), + FixType: DeleteImport, + }) + continue + } + + // An existing import may need to update its import name to be correct. + if name := p.importSpecName(imp); name != imp.Name { + fixes = append(fixes, &ImportFix{ + StmtInfo: ImportInfo{ + Name: name, + ImportPath: imp.ImportPath, + }, + IdentName: p.importIdentifier(imp), + FixType: SetImportName, + }) } } for _, imp := range selected { - astutil.AddNamedImport(p.fset, p.f, imp.name, imp.importPath) + fixes = append(fixes, &ImportFix{ + StmtInfo: ImportInfo{ + Name: p.importSpecName(imp), + ImportPath: imp.ImportPath, + }, + IdentName: p.importIdentifier(imp), + FixType: AddImport, + }) } - if p.loadRealPackageNames { - for _, imp := range p.f.Imports { - if imp.Name != nil { - continue - } - path := strings.Trim(imp.Path.Value, `""`) - ident := p.importIdentifier(&importInfo{importPath: path}) - if ident != importPathToAssumedName(path) { - imp.Name = &ast.Ident{Name: ident, NamePos: imp.Pos()} + return fixes, true +} + +// importSpecName gets the import name of imp in the import spec. +// +// When the import identifier matches the assumed import name, the import name does +// not appear in the import spec. +func (p *pass) importSpecName(imp *ImportInfo) string { + // If we did not load the real package names, or the name is already set, + // we just return the existing name. + if !p.loadRealPackageNames || imp.Name != "" { + return imp.Name + } + + ident := p.importIdentifier(imp) + if ident == importPathToAssumedName(imp.ImportPath) { + return "" // ident not needed since the assumed and real names are the same. + } + return ident +} + +// apply will perform the fixes on f in order. +func apply(fset *token.FileSet, f *ast.File, fixes []*ImportFix) { + for _, fix := range fixes { + switch fix.FixType { + case DeleteImport: + astutil.DeleteNamedImport(fset, f, fix.StmtInfo.Name, fix.StmtInfo.ImportPath) + case AddImport: + astutil.AddNamedImport(fset, f, fix.StmtInfo.Name, fix.StmtInfo.ImportPath) + case SetImportName: + // Find the matching import path and change the name. + for _, spec := range f.Imports { + path := strings.Trim(spec.Path.Value, `"`) + if path == fix.StmtInfo.ImportPath { + spec.Name = &ast.Ident{ + Name: fix.StmtInfo.Name, + NamePos: spec.Pos(), + } + } } } } - - return true } // assumeSiblingImportsValid assumes that siblings' use of packages is valid, @@ -394,15 +469,15 @@ func (p *pass) assumeSiblingImportsValid() { for _, f := range p.otherFiles { refs := collectReferences(f) imports := collectImports(f) - importsByName := map[string]*importInfo{} + importsByName := map[string]*ImportInfo{} for _, imp := range imports { importsByName[p.importIdentifier(imp)] = imp } for left, rights := range refs { if imp, ok := importsByName[left]; ok { - if _, ok := stdlib[imp.importPath]; ok { + if _, ok := stdlib[imp.ImportPath]; ok { // We have the stdlib in memory; no need to guess. - rights = stdlib[imp.importPath] + rights = stdlib[imp.ImportPath] } p.addCandidate(imp, &packageInfo{ // no name; we already know it. @@ -415,9 +490,9 @@ func (p *pass) assumeSiblingImportsValid() { // addCandidate adds a candidate import to p, and merges in the information // in pkg. -func (p *pass) addCandidate(imp *importInfo, pkg *packageInfo) { +func (p *pass) addCandidate(imp *ImportInfo, pkg *packageInfo) { p.candidates = append(p.candidates, imp) - if existing, ok := p.knownPackages[imp.importPath]; ok { + if existing, ok := p.knownPackages[imp.ImportPath]; ok { if existing.name == "" { existing.name = pkg.name } @@ -425,7 +500,7 @@ func (p *pass) addCandidate(imp *importInfo, pkg *packageInfo) { existing.exports[export] = true } } else { - p.knownPackages[imp.importPath] = pkg + p.knownPackages[imp.ImportPath] = pkg } } @@ -437,13 +512,24 @@ func (p *pass) addCandidate(imp *importInfo, pkg *packageInfo) { var fixImports = fixImportsDefault func fixImportsDefault(fset *token.FileSet, f *ast.File, filename string, env *ProcessEnv) error { - abs, err := filepath.Abs(filename) + fixes, err := getFixes(fset, f, filename, env) if err != nil { return err } + apply(fset, f, fixes) + return err +} + +// getFixes gets the import fixes that need to be made to f in order to fix the imports. +// It does not modify the ast. +func getFixes(fset *token.FileSet, f *ast.File, filename string, env *ProcessEnv) ([]*ImportFix, error) { + abs, err := filepath.Abs(filename) + if err != nil { + return nil, err + } srcDir := filepath.Dir(abs) if env.Debug { - log.Printf("fixImports(filename=%q), abs=%q, srcDir=%q ...", filename, abs, srcDir) + env.Logf("fixImports(filename=%q), abs=%q, srcDir=%q ...", filename, abs, srcDir) } // First pass: looking only at f, and using the naive algorithm to @@ -451,8 +537,8 @@ func fixImportsDefault(fset *token.FileSet, f *ast.File, filename string, env *P // complete. We can't add any imports yet, because we don't know // if missing references are actually package vars. p := &pass{fset: fset, f: f, srcDir: srcDir} - if p.load() { - return nil + if fixes, done := p.load(); done { + return fixes, nil } otherFiles := parseOtherFiles(fset, srcDir, filename) @@ -460,15 +546,15 @@ func fixImportsDefault(fset *token.FileSet, f *ast.File, filename string, env *P // Second pass: add information from other files in the same package, // like their package vars and imports. p.otherFiles = otherFiles - if p.load() { - return nil + if fixes, done := p.load(); done { + return fixes, nil } // Now we can try adding imports from the stdlib. p.assumeSiblingImportsValid() addStdlibCandidates(p, p.missingRefs) - if p.fix() { - return nil + if fixes, done := p.fix(); done { + return fixes, nil } // Third pass: get real package names where we had previously used @@ -477,25 +563,50 @@ func fixImportsDefault(fset *token.FileSet, f *ast.File, filename string, env *P p = &pass{fset: fset, f: f, srcDir: srcDir, env: env} p.loadRealPackageNames = true p.otherFiles = otherFiles - if p.load() { - return nil + if fixes, done := p.load(); done { + return fixes, nil } addStdlibCandidates(p, p.missingRefs) p.assumeSiblingImportsValid() - if p.fix() { - return nil + if fixes, done := p.fix(); done { + return fixes, nil } // Go look for candidates in $GOPATH, etc. We don't necessarily load // the real exports of sibling imports, so keep assuming their contents. if err := addExternalCandidates(p, p.missingRefs, filename); err != nil { - return err + return nil, err } p.lastTry = true - p.fix() - return nil + fixes, _ := p.fix() + return fixes, nil +} + +// getAllCandidates gets all of the candidates to be imported, regardless of if they are needed. +func getAllCandidates(filename string, env *ProcessEnv) ([]ImportFix, error) { + // TODO(suzmue): scan for additional candidates and filter out + // current package. + + // Get the stdlib candidates and sort by import path. + var paths []string + for importPath := range stdlib { + paths = append(paths, importPath) + } + sort.Strings(paths) + + var imports []ImportFix + for _, importPath := range paths { + imports = append(imports, ImportFix{ + StmtInfo: ImportInfo{ + ImportPath: importPath, + }, + IdentName: path.Base(importPath), + FixType: AddImport, + }) + } + return imports, nil } // ProcessEnv contains environment variables and settings that affect the use of @@ -512,7 +623,10 @@ type ProcessEnv struct { // If true, use go/packages regardless of the environment. ForceGoPackages bool - resolver resolver + // Logf is the default logger for the ProcessEnv. + Logf func(format string, args ...interface{}) + + resolver Resolver } func (e *ProcessEnv) env() []string { @@ -534,7 +648,7 @@ func (e *ProcessEnv) env() []string { return env } -func (e *ProcessEnv) getResolver() resolver { +func (e *ProcessEnv) GetResolver() Resolver { if e.resolver != nil { return e.resolver } @@ -548,7 +662,7 @@ func (e *ProcessEnv) getResolver() resolver { e.resolver = &gopathResolver{env: e} return e.resolver } - e.resolver = &moduleResolver{env: e} + e.resolver = &ModuleResolver{env: e} return e.resolver } @@ -577,7 +691,7 @@ func (e *ProcessEnv) invokeGo(args ...string) (*bytes.Buffer, error) { cmd.Dir = e.WorkingDir if e.Debug { - defer func(start time.Time) { log.Printf("%s for %v", time.Since(start), cmdDebugStr(cmd)) }(time.Now()) + defer func(start time.Time) { e.Logf("%s for %v", time.Since(start), cmdDebugStr(cmd)) }(time.Now()) } if err := cmd.Run(); err != nil { return nil, fmt.Errorf("running go: %v (stderr:\n%s)", err, stderr) @@ -599,7 +713,7 @@ func cmdDebugStr(cmd *exec.Cmd) string { func addStdlibCandidates(pass *pass, refs references) { add := func(pkg string) { pass.addCandidate( - &importInfo{importPath: pkg}, + &ImportInfo{ImportPath: pkg}, &packageInfo{name: path.Base(pkg), exports: stdlib[pkg]}) } for left := range refs { @@ -617,20 +731,27 @@ func addStdlibCandidates(pass *pass, refs references) { } } -// A resolver does the build-system-specific parts of goimports. -type resolver interface { +// A Resolver does the build-system-specific parts of goimports. +type Resolver interface { // loadPackageNames loads the package names in importPaths. loadPackageNames(importPaths []string, srcDir string) (map[string]string, error) // scan finds (at least) the packages satisfying refs. The returned slice is unordered. scan(refs references) ([]*pkg, error) + // loadExports returns the set of exported symbols in the package at dir. + // It returns an error if the package name in dir does not match expectPackage. + // loadExports may be called concurrently. + loadExports(ctx context.Context, expectPackage string, pkg *pkg) (map[string]bool, error) } -// gopathResolver implements resolver for GOPATH and module workspaces using go/packages. +// gopackagesResolver implements resolver for GOPATH and module workspaces using go/packages. type goPackagesResolver struct { env *ProcessEnv } func (r *goPackagesResolver) loadPackageNames(importPaths []string, srcDir string) (map[string]string, error) { + if len(importPaths) == 0 { + return nil, nil + } cfg := r.env.newPackagesConfig(packages.LoadFiles) pkgs, err := packages.Load(cfg, importPaths...) if err != nil { @@ -674,15 +795,35 @@ func (r *goPackagesResolver) scan(refs references) ([]*pkg, error) { return scan, nil } +func (r *goPackagesResolver) loadExports(ctx context.Context, expectPackage string, pkg *pkg) (map[string]bool, error) { + if pkg.goPackage == nil { + return nil, fmt.Errorf("goPackage not set") + } + exports := map[string]bool{} + fset := token.NewFileSet() + for _, fname := range pkg.goPackage.CompiledGoFiles { + f, err := parser.ParseFile(fset, fname, nil, 0) + if err != nil { + return nil, fmt.Errorf("parsing %s: %v", fname, err) + } + for name := range f.Scope.Objects { + if ast.IsExported(name) { + exports[name] = true + } + } + } + return exports, nil +} + func addExternalCandidates(pass *pass, refs references, filename string) error { - dirScan, err := pass.env.getResolver().scan(refs) + dirScan, err := pass.env.GetResolver().scan(refs) if err != nil { return err } // Search for imports matching potential package references. type result struct { - imp *importInfo + imp *ImportInfo pkg *packageInfo } results := make(chan result, len(refs)) @@ -716,8 +857,8 @@ func addExternalCandidates(pass *pass, refs references, filename string) error { return // No matching package. } - imp := &importInfo{ - importPath: found.importPathShort, + imp := &ImportInfo{ + ImportPath: found.importPathShort, } pkg := &packageInfo{ @@ -784,7 +925,7 @@ func (r *gopathResolver) loadPackageNames(importPaths []string, srcDir string) ( return names, nil } -// importPathToNameGoPath finds out the actual package name, as declared in its .go files. +// importPathToName finds out the actual package name, as declared in its .go files. // If there's a problem, it returns "". func importPathToName(env *ProcessEnv, importPath, srcDir string) (packageName string) { // Fast path for standard library without going to disk. @@ -804,8 +945,8 @@ func importPathToName(env *ProcessEnv, importPath, srcDir string) (packageName s } // packageDirToName is a faster version of build.Import if -// the only thing desired is the package name. It uses build.FindOnly -// to find the directory and then only parses one file in the package, +// the only thing desired is the package name. Given a directory, +// packageDirToName then only parses one file in the package, // trusting that the files in the directory are consistent. func packageDirToName(dir string) (packageName string, err error) { d, err := os.Open(dir) @@ -926,6 +1067,10 @@ func (r *gopathResolver) scan(_ references) ([]*pkg, error) { return result, nil } +func (r *gopathResolver) loadExports(ctx context.Context, expectPackage string, pkg *pkg) (map[string]bool, error) { + return loadExportsFromFiles(ctx, r.env, expectPackage, pkg.dir) +} + // VendorlessPath returns the devendorized version of the import path ipath. // For example, VendorlessPath("foo/bar/vendor/a/b") returns "a/b". func VendorlessPath(ipath string) string { @@ -939,33 +1084,11 @@ func VendorlessPath(ipath string) string { return ipath } -// loadExports returns the set of exported symbols in the package at dir. -// It returns nil on error or if the package name in dir does not match expectPackage. -func loadExports(ctx context.Context, env *ProcessEnv, expectPackage string, pkg *pkg) (map[string]bool, error) { - if env.Debug { - log.Printf("loading exports in dir %s (seeking package %s)", pkg.dir, expectPackage) - } - if pkg.goPackage != nil { - exports := map[string]bool{} - fset := token.NewFileSet() - for _, fname := range pkg.goPackage.CompiledGoFiles { - f, err := parser.ParseFile(fset, fname, nil, 0) - if err != nil { - return nil, fmt.Errorf("parsing %s: %v", fname, err) - } - for name := range f.Scope.Objects { - if ast.IsExported(name) { - exports[name] = true - } - } - } - return exports, nil - } - +func loadExportsFromFiles(ctx context.Context, env *ProcessEnv, expectPackage string, dir string) (map[string]bool, error) { exports := make(map[string]bool) // Look for non-test, buildable .go files which could provide exports. - all, err := ioutil.ReadDir(pkg.dir) + all, err := ioutil.ReadDir(dir) if err != nil { return nil, err } @@ -975,7 +1098,7 @@ func loadExports(ctx context.Context, env *ProcessEnv, expectPackage string, pkg if !strings.HasSuffix(name, ".go") || strings.HasSuffix(name, "_test.go") { continue } - match, err := env.buildContext().MatchFile(pkg.dir, fi.Name()) + match, err := env.buildContext().MatchFile(dir, fi.Name()) if err != nil || !match { continue } @@ -983,7 +1106,7 @@ func loadExports(ctx context.Context, env *ProcessEnv, expectPackage string, pkg } if len(files) == 0 { - return nil, fmt.Errorf("dir %v contains no buildable, non-test .go files", pkg.dir) + return nil, fmt.Errorf("dir %v contains no buildable, non-test .go files", dir) } fset := token.NewFileSet() @@ -994,7 +1117,7 @@ func loadExports(ctx context.Context, env *ProcessEnv, expectPackage string, pkg default: } - fullFile := filepath.Join(pkg.dir, fi.Name()) + fullFile := filepath.Join(dir, fi.Name()) f, err := parser.ParseFile(fset, fullFile, nil, 0) if err != nil { return nil, fmt.Errorf("parsing %s: %v", fullFile, err) @@ -1006,7 +1129,7 @@ func loadExports(ctx context.Context, env *ProcessEnv, expectPackage string, pkg continue } if pkgName != expectPackage { - return nil, fmt.Errorf("scan of dir %v is not expected package %v (actually %v)", pkg.dir, expectPackage, pkgName) + return nil, fmt.Errorf("scan of dir %v is not expected package %v (actually %v)", dir, expectPackage, pkgName) } for name := range f.Scope.Objects { if ast.IsExported(name) { @@ -1021,7 +1144,7 @@ func loadExports(ctx context.Context, env *ProcessEnv, expectPackage string, pkg exportList = append(exportList, k) } sort.Strings(exportList) - log.Printf("loaded exports in dir %v (package %v): %v", pkg.dir, expectPackage, strings.Join(exportList, ", ")) + env.Logf("loaded exports in dir %v (package %v): %v", dir, expectPackage, strings.Join(exportList, ", ")) } return exports, nil } @@ -1058,7 +1181,7 @@ func findImport(ctx context.Context, pass *pass, dirScan []*pkg, pkgName string, sort.Sort(byDistanceOrImportPathShortLength(candidates)) if pass.env.Debug { for i, c := range candidates { - log.Printf("%s candidate %d/%d: %v in %v", pkgName, i+1, len(candidates), c.pkg.importPathShort, c.pkg.dir) + pass.env.Logf("%s candidate %d/%d: %v in %v", pkgName, i+1, len(candidates), c.pkg.importPathShort, c.pkg.dir) } } @@ -1095,10 +1218,13 @@ func findImport(ctx context.Context, pass *pass, dirScan []*pkg, pkgName string, wg.Done() }() - exports, err := loadExports(ctx, pass.env, pkgName, c.pkg) + if pass.env.Debug { + pass.env.Logf("loading exports in dir %s (seeking package %s)", c.pkg.dir, pkgName) + } + exports, err := pass.env.GetResolver().loadExports(ctx, pkgName, c.pkg) if err != nil { if pass.env.Debug { - log.Printf("loading exports in dir %s (seeking package %s): %v", c.pkg.dir, pkgName, err) + pass.env.Logf("loading exports in dir %s (seeking package %s): %v", c.pkg.dir, pkgName, err) } resc <- nil return diff --git a/vendor/golang.org/x/tools/internal/imports/imports.go b/vendor/golang.org/x/tools/internal/imports/imports.go index 6253337604..2c074cb2db 100644 --- a/vendor/golang.org/x/tools/internal/imports/imports.go +++ b/vendor/golang.org/x/tools/internal/imports/imports.go @@ -13,12 +13,14 @@ import ( "bytes" "fmt" "go/ast" + "go/build" "go/format" "go/parser" "go/printer" "go/token" "io" "io/ioutil" + "log" "regexp" "strconv" "strings" @@ -41,13 +43,10 @@ type Options struct { } // Process implements golang.org/x/tools/imports.Process with explicit context in env. -func Process(filename string, src []byte, opt *Options) ([]byte, error) { - if src == nil { - b, err := ioutil.ReadFile(filename) - if err != nil { - return nil, err - } - src = b +func Process(filename string, src []byte, opt *Options) (formatted []byte, err error) { + src, opt, err = initialize(filename, src, opt) + if err != nil { + return nil, err } fileSet := token.NewFileSet() @@ -61,7 +60,93 @@ func Process(filename string, src []byte, opt *Options) ([]byte, error) { return nil, err } } + return formatFile(fileSet, file, src, adjust, opt) +} +// FixImports returns a list of fixes to the imports that, when applied, +// will leave the imports in the same state as Process. +// +// Note that filename's directory influences which imports can be chosen, +// so it is important that filename be accurate. +func FixImports(filename string, src []byte, opt *Options) (fixes []*ImportFix, err error) { + src, opt, err = initialize(filename, src, opt) + if err != nil { + return nil, err + } + + fileSet := token.NewFileSet() + file, _, err := parse(fileSet, filename, src, opt) + if err != nil { + return nil, err + } + + return getFixes(fileSet, file, filename, opt.Env) +} + +// ApplyFix will apply all of the fixes to the file and format it. +func ApplyFixes(fixes []*ImportFix, filename string, src []byte, opt *Options) (formatted []byte, err error) { + src, opt, err = initialize(filename, src, opt) + if err != nil { + return nil, err + } + + fileSet := token.NewFileSet() + file, adjust, err := parse(fileSet, filename, src, opt) + if err != nil { + return nil, err + } + + // Apply the fixes to the file. + apply(fileSet, file, fixes) + + return formatFile(fileSet, file, src, adjust, opt) +} + +// GetAllCandidates gets all of the standard library candidate packages to import in +// sorted order on import path. +func GetAllCandidates(filename string, opt *Options) (pkgs []ImportFix, err error) { + _, opt, err = initialize(filename, []byte{}, opt) + if err != nil { + return nil, err + } + return getAllCandidates(filename, opt.Env) +} + +// initialize sets the values for opt and src. +// If they are provided, they are not changed. Otherwise opt is set to the +// default values and src is read from the file system. +func initialize(filename string, src []byte, opt *Options) ([]byte, *Options, error) { + // Use defaults if opt is nil. + if opt == nil { + opt = &Options{Comments: true, TabIndent: true, TabWidth: 8} + } + + // Set the env if the user has not provided it. + if opt.Env == nil { + opt.Env = &ProcessEnv{ + GOPATH: build.Default.GOPATH, + GOROOT: build.Default.GOROOT, + } + } + + // Set the logger if the user has not provided it. + if opt.Env.Logf == nil { + opt.Env.Logf = log.Printf + } + + if src == nil { + b, err := ioutil.ReadFile(filename) + if err != nil { + return nil, nil, err + } + src = b + } + + return src, opt, nil +} + +func formatFile(fileSet *token.FileSet, file *ast.File, src []byte, adjust func(orig []byte, src []byte) []byte, opt *Options) ([]byte, error) { + mergeImports(opt.Env, fileSet, file) sortImports(opt.Env, fileSet, file) imps := astutil.Imports(fileSet, file) var spacesBefore []string // import paths we need spaces before @@ -89,7 +174,7 @@ func Process(filename string, src []byte, opt *Options) ([]byte, error) { printConfig := &printer.Config{Mode: printerMode, Tabwidth: opt.TabWidth} var buf bytes.Buffer - err = printConfig.Fprint(&buf, fileSet, file) + err := printConfig.Fprint(&buf, fileSet, file) if err != nil { return nil, err } diff --git a/vendor/golang.org/x/tools/internal/imports/mod.go b/vendor/golang.org/x/tools/internal/imports/mod.go index a072214eee..387799bdac 100644 --- a/vendor/golang.org/x/tools/internal/imports/mod.go +++ b/vendor/golang.org/x/tools/internal/imports/mod.go @@ -2,9 +2,10 @@ package imports import ( "bytes" + "context" "encoding/json" + "fmt" "io/ioutil" - "log" "os" "path" "path/filepath" @@ -19,37 +20,41 @@ import ( "golang.org/x/tools/internal/module" ) -// moduleResolver implements resolver for modules using the go command as little +// ModuleResolver implements resolver for modules using the go command as little // as feasible. -type moduleResolver struct { - env *ProcessEnv +type ModuleResolver struct { + env *ProcessEnv + moduleCacheDir string - initialized bool - main *moduleJSON - modsByModPath []*moduleJSON // All modules, ordered by # of path components in module Path... - modsByDir []*moduleJSON // ...or Dir. + Initialized bool + Main *ModuleJSON + ModsByModPath []*ModuleJSON // All modules, ordered by # of path components in module Path... + ModsByDir []*ModuleJSON // ...or Dir. + + // moduleCacheInfo stores information about the module cache. + moduleCacheInfo *moduleCacheInfo } -type moduleJSON struct { +type ModuleJSON struct { Path string // module path Version string // module version Versions []string // available module versions (with -versions) - Replace *moduleJSON // replaced by this module + Replace *ModuleJSON // replaced by this module Time *time.Time // time version was created - Update *moduleJSON // available update, if any (with -u) + Update *ModuleJSON // available update, if any (with -u) Main bool // is this the main module? Indirect bool // is this module only an indirect dependency of main module? Dir string // directory holding files for this module, if any GoMod string // path to go.mod file for this module, if any - Error *moduleErrorJSON // error loading module + Error *ModuleErrorJSON // error loading module } -type moduleErrorJSON struct { +type ModuleErrorJSON struct { Err string // the error itself } -func (r *moduleResolver) init() error { - if r.initialized { +func (r *ModuleResolver) init() error { + if r.Initialized { return nil } stdout, err := r.env.invokeGo("list", "-m", "-json", "...") @@ -57,54 +62,73 @@ func (r *moduleResolver) init() error { return err } for dec := json.NewDecoder(stdout); dec.More(); { - mod := &moduleJSON{} + mod := &ModuleJSON{} if err := dec.Decode(mod); err != nil { return err } if mod.Dir == "" { if r.env.Debug { - log.Printf("module %v has not been downloaded and will be ignored", mod.Path) + r.env.Logf("module %v has not been downloaded and will be ignored", mod.Path) } // Can't do anything with a module that's not downloaded. continue } - r.modsByModPath = append(r.modsByModPath, mod) - r.modsByDir = append(r.modsByDir, mod) + r.ModsByModPath = append(r.ModsByModPath, mod) + r.ModsByDir = append(r.ModsByDir, mod) if mod.Main { - r.main = mod + r.Main = mod } } - sort.Slice(r.modsByModPath, func(i, j int) bool { + sort.Slice(r.ModsByModPath, func(i, j int) bool { count := func(x int) int { - return strings.Count(r.modsByModPath[x].Path, "/") + return strings.Count(r.ModsByModPath[x].Path, "/") } return count(j) < count(i) // descending order }) - sort.Slice(r.modsByDir, func(i, j int) bool { + sort.Slice(r.ModsByDir, func(i, j int) bool { count := func(x int) int { - return strings.Count(r.modsByDir[x].Dir, "/") + return strings.Count(r.ModsByDir[x].Dir, "/") } return count(j) < count(i) // descending order }) - r.initialized = true + if r.moduleCacheInfo == nil { + r.moduleCacheInfo = &moduleCacheInfo{ + modCacheDirInfo: make(map[string]*directoryPackageInfo), + } + } + + r.Initialized = true return nil } // findPackage returns the module and directory that contains the package at // the given import path, or returns nil, "" if no module is in scope. -func (r *moduleResolver) findPackage(importPath string) (*moduleJSON, string) { - for _, m := range r.modsByModPath { +func (r *ModuleResolver) findPackage(importPath string) (*ModuleJSON, string) { + // This can't find packages in the stdlib, but that's harmless for all + // the existing code paths. + for _, m := range r.ModsByModPath { if !strings.HasPrefix(importPath, m.Path) { continue } pathInModule := importPath[len(m.Path):] pkgDir := filepath.Join(m.Dir, pathInModule) - if dirIsNestedModule(pkgDir, m) { + if r.dirIsNestedModule(pkgDir, m) { continue } + if info, ok := r.moduleCacheInfo.Load(pkgDir); ok { + if packageScanned, err := info.reachedStatus(directoryScanned); packageScanned { + if err != nil { + // There was some error with scanning this directory. + // It does not contain a valid package. + continue + } + return m, pkgDir + } + } + pkgFiles, err := ioutil.ReadDir(pkgDir) if err != nil { continue @@ -124,7 +148,7 @@ func (r *moduleResolver) findPackage(importPath string) (*moduleJSON, string) { // findModuleByDir returns the module that contains dir, or nil if no such // module is in scope. -func (r *moduleResolver) findModuleByDir(dir string) *moduleJSON { +func (r *ModuleResolver) findModuleByDir(dir string) *ModuleJSON { // This is quite tricky and may not be correct. dir could be: // - a package in the main module. // - a replace target underneath the main module's directory. @@ -135,12 +159,12 @@ func (r *moduleResolver) findModuleByDir(dir string) *moduleJSON { // - in /vendor/ in -mod=vendor mode. // - nested module? Dunno. // Rumor has it that replace targets cannot contain other replace targets. - for _, m := range r.modsByDir { + for _, m := range r.ModsByDir { if !strings.HasPrefix(dir, m.Dir) { continue } - if dirIsNestedModule(dir, m) { + if r.dirIsNestedModule(dir, m) { continue } @@ -151,18 +175,28 @@ func (r *moduleResolver) findModuleByDir(dir string) *moduleJSON { // dirIsNestedModule reports if dir is contained in a nested module underneath // mod, not actually in mod. -func dirIsNestedModule(dir string, mod *moduleJSON) bool { +func (r *ModuleResolver) dirIsNestedModule(dir string, mod *ModuleJSON) bool { if !strings.HasPrefix(dir, mod.Dir) { return false } - mf := findModFile(dir) + if r.dirInModuleCache(dir) { + // Nested modules in the module cache are pruned, + // so it cannot be a nested module. + return false + } + mf := r.findModFile(dir) if mf == "" { return false } return filepath.Dir(mf) != mod.Dir } -func findModFile(dir string) string { +func (r *ModuleResolver) findModFile(dir string) string { + if r.dirInModuleCache(dir) { + matches := modCacheRegexp.FindStringSubmatch(dir) + index := strings.Index(dir, matches[1]+"@"+matches[2]) + return filepath.Join(dir[:index], matches[1]+"@"+matches[2], "go.mod") + } for { f := filepath.Join(dir, "go.mod") info, err := os.Stat(f) @@ -177,7 +211,14 @@ func findModFile(dir string) string { } } -func (r *moduleResolver) loadPackageNames(importPaths []string, srcDir string) (map[string]string, error) { +func (r *ModuleResolver) dirInModuleCache(dir string) bool { + if r.moduleCacheDir == "" { + return false + } + return strings.HasPrefix(dir, r.moduleCacheDir) +} + +func (r *ModuleResolver) loadPackageNames(importPaths []string, srcDir string) (map[string]string, error) { if err := r.init(); err != nil { return nil, err } @@ -196,7 +237,7 @@ func (r *moduleResolver) loadPackageNames(importPaths []string, srcDir string) ( return names, nil } -func (r *moduleResolver) scan(_ references) ([]*pkg, error) { +func (r *ModuleResolver) scan(_ references) ([]*pkg, error) { if err := r.init(); err != nil { return nil, err } @@ -205,15 +246,16 @@ func (r *moduleResolver) scan(_ references) ([]*pkg, error) { roots := []gopathwalk.Root{ {filepath.Join(r.env.GOROOT, "/src"), gopathwalk.RootGOROOT}, } - if r.main != nil { - roots = append(roots, gopathwalk.Root{r.main.Dir, gopathwalk.RootCurrentModule}) + if r.Main != nil { + roots = append(roots, gopathwalk.Root{r.Main.Dir, gopathwalk.RootCurrentModule}) } - for _, p := range filepath.SplitList(r.env.GOPATH) { - roots = append(roots, gopathwalk.Root{filepath.Join(p, "/pkg/mod"), gopathwalk.RootModuleCache}) + if r.moduleCacheDir == "" { + r.moduleCacheDir = filepath.Join(filepath.SplitList(r.env.GOPATH)[0], "/pkg/mod") } + roots = append(roots, gopathwalk.Root{r.moduleCacheDir, gopathwalk.RootModuleCache}) // Walk replace targets, just in case they're not in any of the above. - for _, mod := range r.modsByModPath { + for _, mod := range r.ModsByModPath { if mod.Replace != nil { roots = append(roots, gopathwalk.Root{mod.Dir, gopathwalk.RootOther}) } @@ -223,87 +265,190 @@ func (r *moduleResolver) scan(_ references) ([]*pkg, error) { dupCheck := make(map[string]bool) var mu sync.Mutex - gopathwalk.Walk(roots, func(root gopathwalk.Root, dir string) { + // Packages in the module cache are immutable. If we have + // already seen this package on a previous scan of the module + // cache, return that result. + skip := func(root gopathwalk.Root, dir string) bool { mu.Lock() defer mu.Unlock() + // If we have already processed this directory on this walk, skip it. + if _, dup := dupCheck[dir]; dup { + return true + } + // If we have saved this directory information, skip it. + info, ok := r.moduleCacheInfo.Load(dir) + if !ok { + return false + } + // This directory can be skipped as long as we have already scanned it. + // Packages with errors will continue to have errors, so there is no need + // to rescan them. + packageScanned, _ := info.reachedStatus(directoryScanned) + return packageScanned + } + + add := func(root gopathwalk.Root, dir string) { + mu.Lock() + defer mu.Unlock() if _, dup := dupCheck[dir]; dup { return } - dupCheck[dir] = true - - subdir := "" - if dir != root.Path { - subdir = dir[len(root.Path)+len("/"):] - } - importPath := filepath.ToSlash(subdir) - if strings.HasPrefix(importPath, "vendor/") { - // Ignore vendor dirs. If -mod=vendor is on, then things - // should mostly just work, but when it's not vendor/ - // is a mess. There's no easy way to tell if it's on. - // We can still find things in the mod cache and - // map them into /vendor when -mod=vendor is on. + info, err := r.scanDirForPackage(root, dir) + if err != nil { return } - switch root.Type { - case gopathwalk.RootCurrentModule: - importPath = path.Join(r.main.Path, filepath.ToSlash(subdir)) - case gopathwalk.RootModuleCache: - matches := modCacheRegexp.FindStringSubmatch(subdir) - modPath, err := module.DecodePath(filepath.ToSlash(matches[1])) - if err != nil { - if r.env.Debug { - log.Printf("decoding module cache path %q: %v", subdir, err) - } - return - } - importPath = path.Join(modPath, filepath.ToSlash(matches[3])) - case gopathwalk.RootGOROOT: - importPath = subdir + if root.Type == gopathwalk.RootModuleCache { + // Save this package information in the cache and return. + // Packages from the module cache are added after Walk. + r.moduleCacheInfo.Store(dir, info) + return } - // Check if the directory is underneath a module that's in scope. - if mod := r.findModuleByDir(dir); mod != nil { - // It is. If dir is the target of a replace directive, - // our guessed import path is wrong. Use the real one. - if mod.Dir == dir { - importPath = mod.Path - } else { - dirInMod := dir[len(mod.Dir)+len("/"):] - importPath = path.Join(mod.Path, filepath.ToSlash(dirInMod)) - } - } else { - // The package is in an unknown module. Check that it's - // not obviously impossible to import. - var modFile string - switch root.Type { - case gopathwalk.RootModuleCache: - matches := modCacheRegexp.FindStringSubmatch(subdir) - modFile = filepath.Join(matches[1], "@", matches[2], "go.mod") - default: - modFile = findModFile(dir) - } - - modBytes, err := ioutil.ReadFile(modFile) - if err == nil && !strings.HasPrefix(importPath, modulePath(modBytes)) { - // The module's declared path does not match - // its expected path. It probably needs a - // replace directive we don't have. - return - } - } - // We may have discovered a package that has a different version - // in scope already. Canonicalize to that one if possible. - if _, canonicalDir := r.findPackage(importPath); canonicalDir != "" { - dir = canonicalDir + // Skip this package if there was an error loading package info. + if info.err != nil { + return } - result = append(result, &pkg{ - importPathShort: VendorlessPath(importPath), + // The rest of this function canonicalizes the packages using the results + // of initializing the resolver from 'go list -m'. + res, err := r.canonicalize(root.Type, info.nonCanonicalImportPath, info.dir, info.needsReplace) + if err != nil { + return + } + + result = append(result, res) + } + + gopathwalk.WalkSkip(roots, add, skip, gopathwalk.Options{Debug: r.env.Debug, ModulesEnabled: true}) + + // Add the packages from the modules in the mod cache that were skipped. + for _, dir := range r.moduleCacheInfo.Keys() { + info, ok := r.moduleCacheInfo.Load(dir) + if !ok { + continue + } + + // Skip this directory if we were not able to get the package information successfully. + if scanned, err := info.reachedStatus(directoryScanned); !scanned || err != nil { + continue + } + + res, err := r.canonicalize(gopathwalk.RootModuleCache, info.nonCanonicalImportPath, info.dir, info.needsReplace) + if err != nil { + continue + } + result = append(result, res) + } + + return result, nil +} + +// canonicalize gets the result of canonicalizing the packages using the results +// of initializing the resolver from 'go list -m'. +func (r *ModuleResolver) canonicalize(rootType gopathwalk.RootType, importPath, dir string, needsReplace bool) (res *pkg, err error) { + // Packages in GOROOT are already canonical, regardless of the std/cmd modules. + if rootType == gopathwalk.RootGOROOT { + return &pkg{ + importPathShort: importPath, dir: dir, - }) - }, gopathwalk.Options{Debug: r.env.Debug, ModulesEnabled: true}) + }, nil + } + + // Check if the directory is underneath a module that's in scope. + if mod := r.findModuleByDir(dir); mod != nil { + // It is. If dir is the target of a replace directive, + // our guessed import path is wrong. Use the real one. + if mod.Dir == dir { + importPath = mod.Path + } else { + dirInMod := dir[len(mod.Dir)+len("/"):] + importPath = path.Join(mod.Path, filepath.ToSlash(dirInMod)) + } + } else if needsReplace { + return nil, fmt.Errorf("needed this package to be in scope: %s", dir) + } + + // We may have discovered a package that has a different version + // in scope already. Canonicalize to that one if possible. + if _, canonicalDir := r.findPackage(importPath); canonicalDir != "" { + dir = canonicalDir + } + return &pkg{ + importPathShort: VendorlessPath(importPath), + dir: dir, + }, nil +} + +func (r *ModuleResolver) loadExports(ctx context.Context, expectPackage string, pkg *pkg) (map[string]bool, error) { + if err := r.init(); err != nil { + return nil, err + } + return loadExportsFromFiles(ctx, r.env, expectPackage, pkg.dir) +} + +func (r *ModuleResolver) scanDirForPackage(root gopathwalk.Root, dir string) (directoryPackageInfo, error) { + subdir := "" + if dir != root.Path { + subdir = dir[len(root.Path)+len("/"):] + } + importPath := filepath.ToSlash(subdir) + if strings.HasPrefix(importPath, "vendor/") { + // Ignore vendor dirs. If -mod=vendor is on, then things + // should mostly just work, but when it's not vendor/ + // is a mess. There's no easy way to tell if it's on. + // We can still find things in the mod cache and + // map them into /vendor when -mod=vendor is on. + return directoryPackageInfo{}, fmt.Errorf("vendor directory") + } + switch root.Type { + case gopathwalk.RootCurrentModule: + importPath = path.Join(r.Main.Path, filepath.ToSlash(subdir)) + case gopathwalk.RootModuleCache: + matches := modCacheRegexp.FindStringSubmatch(subdir) + if len(matches) == 0 { + return directoryPackageInfo{ + status: directoryScanned, + err: fmt.Errorf("invalid module cache path: %v", subdir), + }, nil + } + modPath, err := module.DecodePath(filepath.ToSlash(matches[1])) + if err != nil { + if r.env.Debug { + r.env.Logf("decoding module cache path %q: %v", subdir, err) + } + return directoryPackageInfo{ + status: directoryScanned, + err: fmt.Errorf("decoding module cache path %q: %v", subdir, err), + }, nil + } + importPath = path.Join(modPath, filepath.ToSlash(matches[3])) + case gopathwalk.RootGOROOT: + importPath = subdir + } + + result := directoryPackageInfo{ + status: directoryScanned, + dir: dir, + nonCanonicalImportPath: importPath, + needsReplace: false, + } + if root.Type == gopathwalk.RootGOROOT { + // stdlib packages are always in scope, despite the confusing go.mod + return result, nil + } + // Check that this package is not obviously impossible to import. + modFile := r.findModFile(dir) + + modBytes, err := ioutil.ReadFile(modFile) + if err == nil && !strings.HasPrefix(importPath, modulePath(modBytes)) { + // The module's declared path does not match + // its expected path. It probably needs a + // replace directive we don't have. + result.needsReplace = true + } + return result, nil } diff --git a/vendor/golang.org/x/tools/internal/imports/mod_cache.go b/vendor/golang.org/x/tools/internal/imports/mod_cache.go new file mode 100644 index 0000000000..f96b92d009 --- /dev/null +++ b/vendor/golang.org/x/tools/internal/imports/mod_cache.go @@ -0,0 +1,121 @@ +package imports + +import ( + "sync" +) + +// ModuleResolver implements Resolver for modules using the go command as little +// as feasible. +// +// To find packages to import, the resolver needs to know about all of the +// the packages that could be imported. This includes packages that are +// already in modules that are in (1) the current module, (2) replace targets, +// and (3) packages in the module cache. Packages in (1) and (2) may change over +// time, as the client may edit the current module and locally replaced modules. +// The module cache (which includes all of the packages in (3)) can only +// ever be added to. +// +// The resolver can thus save state about packages in the module cache +// and guarantee that this will not change over time. To obtain information +// about new modules added to the module cache, the module cache should be +// rescanned. +// +// It is OK to serve information about modules that have been deleted, +// as they do still exist. +// TODO(suzmue): can we share information with the caller about +// what module needs to be downloaded to import this package? + +type directoryPackageStatus int + +const ( + _ directoryPackageStatus = iota + directoryScanned +) + +type directoryPackageInfo struct { + // status indicates the extent to which this struct has been filled in. + status directoryPackageStatus + // err is non-nil when there was an error trying to reach status. + err error + + // Set when status > directoryScanned. + + // dir is the absolute directory of this package. + dir string + // nonCanonicalImportPath is the expected import path for this package. + // This may not be an import path that can be used to import this package. + nonCanonicalImportPath string + // needsReplace is true if the nonCanonicalImportPath does not match the + // the modules declared path, making it impossible to import without a + // replace directive. + needsReplace bool +} + +// reachedStatus returns true when info has a status at least target and any error associated with +// an attempt to reach target. +func (info *directoryPackageInfo) reachedStatus(target directoryPackageStatus) (bool, error) { + if info.err == nil { + return info.status >= target, nil + } + if info.status == target { + return true, info.err + } + return true, nil +} + +// moduleCacheInfo is a concurrency safe map for storing information about +// the directories in the module cache. +// +// The information in this cache is built incrementally. Entries are initialized in scan. +// No new keys should be added in any other functions, as all directories containing +// packages are identified in scan. +// +// Other functions, including loadExports and findPackage, may update entries in this cache +// as they discover new things about the directory. +// +// We do not need to protect the data in the cache for multiple writes, because it only stores +// module cache directories, which do not change. If two competing stores take place, there will be +// one store that wins. Although this could result in a loss of information it will not be incorrect +// and may just result in recomputing the same result later. +// +// TODO(suzmue): consider other concurrency strategies and data structures (RWLocks, sync.Map, etc) +type moduleCacheInfo struct { + mu sync.Mutex + // modCacheDirInfo stores information about packages in + // module cache directories. Keyed by absolute directory. + modCacheDirInfo map[string]*directoryPackageInfo +} + +// Store stores the package info for dir. +func (d *moduleCacheInfo) Store(dir string, info directoryPackageInfo) { + d.mu.Lock() + defer d.mu.Unlock() + d.modCacheDirInfo[dir] = &directoryPackageInfo{ + status: info.status, + err: info.err, + dir: info.dir, + nonCanonicalImportPath: info.nonCanonicalImportPath, + needsReplace: info.needsReplace, + } +} + +// Load returns a copy of the directoryPackageInfo for absolute directory dir. +func (d *moduleCacheInfo) Load(dir string) (directoryPackageInfo, bool) { + d.mu.Lock() + defer d.mu.Unlock() + info, ok := d.modCacheDirInfo[dir] + if !ok { + return directoryPackageInfo{}, false + } + return *info, true +} + +// Keys returns the keys currently present in d. +func (d *moduleCacheInfo) Keys() (keys []string) { + d.mu.Lock() + defer d.mu.Unlock() + for key := range d.modCacheDirInfo { + keys = append(keys, key) + } + return keys +} diff --git a/vendor/golang.org/x/tools/internal/imports/sortimports.go b/vendor/golang.org/x/tools/internal/imports/sortimports.go index 0a156fe2ef..226279471d 100644 --- a/vendor/golang.org/x/tools/internal/imports/sortimports.go +++ b/vendor/golang.org/x/tools/internal/imports/sortimports.go @@ -58,6 +58,53 @@ func sortImports(env *ProcessEnv, fset *token.FileSet, f *ast.File) { } } +// mergeImports merges all the import declarations into the first one. +// Taken from golang.org/x/tools/ast/astutil. +func mergeImports(env *ProcessEnv, fset *token.FileSet, f *ast.File) { + if len(f.Decls) <= 1 { + return + } + + // Merge all the import declarations into the first one. + var first *ast.GenDecl + for i := 0; i < len(f.Decls); i++ { + decl := f.Decls[i] + gen, ok := decl.(*ast.GenDecl) + if !ok || gen.Tok != token.IMPORT || declImports(gen, "C") { + continue + } + if first == nil { + first = gen + continue // Don't touch the first one. + } + // We now know there is more than one package in this import + // declaration. Ensure that it ends up parenthesized. + first.Lparen = first.Pos() + // Move the imports of the other import declaration to the first one. + for _, spec := range gen.Specs { + spec.(*ast.ImportSpec).Path.ValuePos = first.Pos() + first.Specs = append(first.Specs, spec) + } + f.Decls = append(f.Decls[:i], f.Decls[i+1:]...) + i-- + } +} + +// declImports reports whether gen contains an import of path. +// Taken from golang.org/x/tools/ast/astutil. +func declImports(gen *ast.GenDecl, path string) bool { + if gen.Tok != token.IMPORT { + return false + } + for _, spec := range gen.Specs { + impspec := spec.(*ast.ImportSpec) + if importPath(impspec) == path { + return true + } + } + return false +} + func importPath(s ast.Spec) string { t, err := strconv.Unquote(s.(*ast.ImportSpec).Path.Value) if err == nil { diff --git a/vendor/golang.org/x/tools/internal/imports/zstdlib.go b/vendor/golang.org/x/tools/internal/imports/zstdlib.go index d81b8c5307..544339e53b 100644 --- a/vendor/golang.org/x/tools/internal/imports/zstdlib.go +++ b/vendor/golang.org/x/tools/internal/imports/zstdlib.go @@ -125,6 +125,7 @@ var stdlib = map[string]map[string]bool{ "ToTitleSpecial": true, "ToUpper": true, "ToUpperSpecial": true, + "ToValidUTF8": true, "Trim": true, "TrimFunc": true, "TrimLeft": true, @@ -304,6 +305,18 @@ var stdlib = map[string]map[string]bool{ "Sign": true, "Verify": true, }, + "crypto/ed25519": map[string]bool{ + "GenerateKey": true, + "NewKeyFromSeed": true, + "PrivateKey": true, + "PrivateKeySize": true, + "PublicKey": true, + "PublicKeySize": true, + "SeedSize": true, + "Sign": true, + "SignatureSize": true, + "Verify": true, + }, "crypto/elliptic": map[string]bool{ "Curve": true, "CurveParams": true, @@ -420,6 +433,7 @@ var stdlib = map[string]map[string]bool{ "ECDSAWithP384AndSHA384": true, "ECDSAWithP521AndSHA512": true, "ECDSAWithSHA1": true, + "Ed25519": true, "Listen": true, "LoadX509KeyPair": true, "NewLRUClientSessionCache": true, @@ -478,35 +492,36 @@ var stdlib = map[string]map[string]bool{ "X509KeyPair": true, }, "crypto/x509": map[string]bool{ - "CANotAuthorizedForExtKeyUsage": true, - "CANotAuthorizedForThisName": true, - "CertPool": true, - "Certificate": true, - "CertificateInvalidError": true, - "CertificateRequest": true, - "ConstraintViolationError": true, - "CreateCertificate": true, - "CreateCertificateRequest": true, - "DSA": true, - "DSAWithSHA1": true, - "DSAWithSHA256": true, - "DecryptPEMBlock": true, - "ECDSA": true, - "ECDSAWithSHA1": true, - "ECDSAWithSHA256": true, - "ECDSAWithSHA384": true, - "ECDSAWithSHA512": true, - "EncryptPEMBlock": true, - "ErrUnsupportedAlgorithm": true, - "Expired": true, - "ExtKeyUsage": true, - "ExtKeyUsageAny": true, - "ExtKeyUsageClientAuth": true, - "ExtKeyUsageCodeSigning": true, - "ExtKeyUsageEmailProtection": true, - "ExtKeyUsageIPSECEndSystem": true, - "ExtKeyUsageIPSECTunnel": true, - "ExtKeyUsageIPSECUser": true, + "CANotAuthorizedForExtKeyUsage": true, + "CANotAuthorizedForThisName": true, + "CertPool": true, + "Certificate": true, + "CertificateInvalidError": true, + "CertificateRequest": true, + "ConstraintViolationError": true, + "CreateCertificate": true, + "CreateCertificateRequest": true, + "DSA": true, + "DSAWithSHA1": true, + "DSAWithSHA256": true, + "DecryptPEMBlock": true, + "ECDSA": true, + "ECDSAWithSHA1": true, + "ECDSAWithSHA256": true, + "ECDSAWithSHA384": true, + "ECDSAWithSHA512": true, + "Ed25519": true, + "EncryptPEMBlock": true, + "ErrUnsupportedAlgorithm": true, + "Expired": true, + "ExtKeyUsage": true, + "ExtKeyUsageAny": true, + "ExtKeyUsageClientAuth": true, + "ExtKeyUsageCodeSigning": true, + "ExtKeyUsageEmailProtection": true, + "ExtKeyUsageIPSECEndSystem": true, + "ExtKeyUsageIPSECTunnel": true, + "ExtKeyUsageIPSECUser": true, "ExtKeyUsageMicrosoftCommercialCodeSigning": true, "ExtKeyUsageMicrosoftKernelCodeSigning": true, "ExtKeyUsageMicrosoftServerGatedCrypto": true, @@ -558,6 +573,7 @@ var stdlib = map[string]map[string]bool{ "ParsePKCS8PrivateKey": true, "ParsePKIXPublicKey": true, "PublicKeyAlgorithm": true, + "PureEd25519": true, "RSA": true, "SHA1WithRSA": true, "SHA256WithRSA": true, @@ -612,8 +628,10 @@ var stdlib = map[string]map[string]bool{ "NamedArg": true, "NullBool": true, "NullFloat64": true, + "NullInt32": true, "NullInt64": true, "NullString": true, + "NullTime": true, "Open": true, "OpenDB": true, "Out": true, @@ -860,6 +878,7 @@ var stdlib = map[string]map[string]bool{ "UcharType": true, "UintType": true, "UnspecifiedType": true, + "UnsupportedType": true, "VoidType": true, }, "debug/elf": map[string]bool{ @@ -2505,7 +2524,10 @@ var stdlib = map[string]map[string]bool{ "UnsupportedTypeError": true, }, "errors": map[string]bool{ - "New": true, + "As": true, + "Is": true, + "New": true, + "Unwrap": true, }, "expvar": map[string]bool{ "Do": true, @@ -2615,10 +2637,12 @@ var stdlib = map[string]map[string]bool{ "CommentMap": true, "CompositeLit": true, "Con": true, + "Decl": true, "DeclStmt": true, "DeferStmt": true, "Ellipsis": true, "EmptyStmt": true, + "Expr": true, "ExprStmt": true, "Field": true, "FieldFilter": true, @@ -2679,7 +2703,9 @@ var stdlib = map[string]map[string]bool{ "SendStmt": true, "SliceExpr": true, "SortImports": true, + "Spec": true, "StarExpr": true, + "Stmt": true, "StructType": true, "SwitchStmt": true, "Typ": true, @@ -2725,6 +2751,7 @@ var stdlib = map[string]map[string]bool{ "Int": true, "Int64Val": true, "Kind": true, + "Make": true, "MakeBool": true, "MakeFloat64": true, "MakeFromBytes": true, @@ -2746,6 +2773,8 @@ var stdlib = map[string]map[string]bool{ "Uint64Val": true, "UnaryOp": true, "Unknown": true, + "Val": true, + "Value": true, }, "go/doc": map[string]bool{ "AllDecls": true, @@ -2855,6 +2884,9 @@ var stdlib = map[string]map[string]bool{ "INC": true, "INT": true, "INTERFACE": true, + "IsExported": true, + "IsIdentifier": true, + "IsKeyword": true, "LAND": true, "LBRACE": true, "LBRACK": true, @@ -2916,6 +2948,7 @@ var stdlib = map[string]map[string]bool{ "Byte": true, "Chan": true, "ChanDir": true, + "CheckExpr": true, "Checker": true, "Comparable": true, "Complex128": true, @@ -2991,6 +3024,7 @@ var stdlib = map[string]map[string]bool{ "NewTypeName": true, "NewVar": true, "Nil": true, + "Object": true, "ObjectString": true, "Package": true, "PkgName": true, @@ -3349,6 +3383,7 @@ var stdlib = map[string]map[string]bool{ "SetFlags": true, "SetOutput": true, "SetPrefix": true, + "Writer": true, }, "log/syslog": map[string]bool{ "Dial": true, @@ -3801,6 +3836,7 @@ var stdlib = map[string]map[string]bool{ "MethodTrace": true, "NewFileTransport": true, "NewRequest": true, + "NewRequestWithContext": true, "NewServeMux": true, "NoBody": true, "NotFound": true, @@ -3825,6 +3861,7 @@ var stdlib = map[string]map[string]bool{ "SameSite": true, "SameSiteDefaultMode": true, "SameSiteLaxMode": true, + "SameSiteNoneMode": true, "SameSiteStrictMode": true, "Serve": true, "ServeContent": true, @@ -3846,6 +3883,7 @@ var stdlib = map[string]map[string]bool{ "StatusConflict": true, "StatusContinue": true, "StatusCreated": true, + "StatusEarlyHints": true, "StatusExpectationFailed": true, "StatusFailedDependency": true, "StatusForbidden": true, @@ -4163,6 +4201,7 @@ var stdlib = map[string]map[string]bool{ "Truncate": true, "Unsetenv": true, "UserCacheDir": true, + "UserConfigDir": true, "UserHomeDir": true, }, "os/exec": map[string]bool{ @@ -4293,6 +4332,7 @@ var stdlib = map[string]map[string]bool{ "StructOf": true, "StructTag": true, "Swapper": true, + "Type": true, "TypeOf": true, "Uint": true, "Uint16": true, @@ -4588,6 +4628,7 @@ var stdlib = map[string]map[string]bool{ "ToTitleSpecial": true, "ToUpper": true, "ToUpperSpecial": true, + "ToValidUTF8": true, "Trim": true, "TrimFunc": true, "TrimLeft": true, @@ -7989,6 +8030,7 @@ var stdlib = map[string]map[string]bool{ "Rmdir": true, "RouteMessage": true, "RouteRIB": true, + "RoutingMessage": true, "RtAttr": true, "RtGenmsg": true, "RtMetrics": true, @@ -9357,6 +9399,7 @@ var stdlib = map[string]map[string]bool{ "SlicePtrFromStrings": true, "SockFilter": true, "SockFprog": true, + "Sockaddr": true, "SockaddrDatalink": true, "SockaddrGen": true, "SockaddrInet4": true, @@ -9784,6 +9827,8 @@ var stdlib = map[string]map[string]bool{ "XP1_UNI_SEND": true, }, "syscall/js": map[string]bool{ + "CopyBytesToGo": true, + "CopyBytesToJS": true, "Error": true, "Func": true, "FuncOf": true, @@ -9798,8 +9843,6 @@ var stdlib = map[string]map[string]bool{ "TypeString": true, "TypeSymbol": true, "TypeUndefined": true, - "TypedArray": true, - "TypedArrayOf": true, "Undefined": true, "Value": true, "ValueError": true, @@ -9815,6 +9858,7 @@ var stdlib = map[string]map[string]bool{ "CoverBlock": true, "CoverMode": true, "Coverage": true, + "Init": true, "InternalBenchmark": true, "InternalExample": true, "InternalTest": true, @@ -9828,6 +9872,7 @@ var stdlib = map[string]map[string]bool{ "RunTests": true, "Short": true, "T": true, + "TB": true, "Verbose": true, }, "testing/iotest": map[string]bool{ @@ -10063,6 +10108,7 @@ var stdlib = map[string]map[string]bool{ "Devanagari": true, "Diacritic": true, "Digit": true, + "Dogra": true, "Duployan": true, "Egyptian_Hieroglyphs": true, "Elbasan": true, @@ -10077,9 +10123,11 @@ var stdlib = map[string]map[string]bool{ "GraphicRanges": true, "Greek": true, "Gujarati": true, + "Gunjala_Gondi": true, "Gurmukhi": true, "Han": true, "Hangul": true, + "Hanifi_Rohingya": true, "Hanunoo": true, "Hatran": true, "Hebrew": true, @@ -10140,6 +10188,7 @@ var stdlib = map[string]map[string]bool{ "Lydian": true, "M": true, "Mahajani": true, + "Makasar": true, "Malayalam": true, "Mandaic": true, "Manichaean": true, @@ -10152,6 +10201,7 @@ var stdlib = map[string]map[string]bool{ "MaxRune": true, "Mc": true, "Me": true, + "Medefaidrin": true, "Meetei_Mayek": true, "Mende_Kikakui": true, "Meroitic_Cursive": true, @@ -10181,6 +10231,7 @@ var stdlib = map[string]map[string]bool{ "Old_North_Arabian": true, "Old_Permic": true, "Old_Persian": true, + "Old_Sogdian": true, "Old_South_Arabian": true, "Old_Turkic": true, "Oriya": true, @@ -10241,6 +10292,7 @@ var stdlib = map[string]map[string]bool{ "Sm": true, "So": true, "Soft_Dotted": true, + "Sogdian": true, "Sora_Sompeng": true, "Soyombo": true, "Space": true, diff --git a/vendor/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/types_jsonschema.go b/vendor/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/types_jsonschema.go index 77abe9e36d..44169c767d 100644 --- a/vendor/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/types_jsonschema.go +++ b/vendor/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/types_jsonschema.go @@ -103,7 +103,7 @@ type JSONSchemaProps struct { // may be used on any type of list (struct, scalar, ...). // 2) `set`: // Sets are lists that must not have multiple items with the same value. Each - // value must be a scalar (or another atomic type). + // value must be a scalar or an array with x-kubernetes-list-type `atomic`. // 3) `map`: // These lists are like maps in that their elements have a non-index key // used to identify them. Order is preserved upon merge. The map tag diff --git a/vendor/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1/generated.proto b/vendor/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1/generated.proto index 77e6a89878..2fbed9c14e 100644 --- a/vendor/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1/generated.proto +++ b/vendor/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1/generated.proto @@ -476,7 +476,8 @@ message JSONSchemaProps { // may be used on any type of list (struct, scalar, ...). // 2) `set`: // Sets are lists that must not have multiple items with the same value. Each - // value must be a scalar (or another atomic type). + // value must be a scalar, an object with x-kubernetes-map-type `atomic` or an + // array with x-kubernetes-list-type `atomic`. // 3) `map`: // These lists are like maps in that their elements have a non-index key // used to identify them. Order is preserved upon merge. The map tag diff --git a/vendor/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1/types_jsonschema.go b/vendor/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1/types_jsonschema.go index bc68279872..cd6021bae2 100644 --- a/vendor/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1/types_jsonschema.go +++ b/vendor/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1/types_jsonschema.go @@ -109,7 +109,8 @@ type JSONSchemaProps struct { // may be used on any type of list (struct, scalar, ...). // 2) `set`: // Sets are lists that must not have multiple items with the same value. Each - // value must be a scalar (or another atomic type). + // value must be a scalar, an object with x-kubernetes-map-type `atomic` or an + // array with x-kubernetes-list-type `atomic`. // 3) `map`: // These lists are like maps in that their elements have a non-index key // used to identify them. Order is preserved upon merge. The map tag diff --git a/vendor/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1beta1/generated.proto b/vendor/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1beta1/generated.proto index 7f0902efa8..12ecc7abb4 100644 --- a/vendor/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1beta1/generated.proto +++ b/vendor/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1beta1/generated.proto @@ -528,7 +528,8 @@ message JSONSchemaProps { // may be used on any type of list (struct, scalar, ...). // 2) `set`: // Sets are lists that must not have multiple items with the same value. Each - // value must be a scalar (or another atomic type). + // value must be a scalar, an object with x-kubernetes-map-type `atomic` or an + // array with x-kubernetes-list-type `atomic`. // 3) `map`: // These lists are like maps in that their elements have a non-index key // used to identify them. Order is preserved upon merge. The map tag diff --git a/vendor/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1beta1/types_jsonschema.go b/vendor/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1beta1/types_jsonschema.go index ec1f8022d7..d71a5a02cf 100644 --- a/vendor/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1beta1/types_jsonschema.go +++ b/vendor/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1beta1/types_jsonschema.go @@ -109,7 +109,8 @@ type JSONSchemaProps struct { // may be used on any type of list (struct, scalar, ...). // 2) `set`: // Sets are lists that must not have multiple items with the same value. Each - // value must be a scalar (or another atomic type). + // value must be a scalar, an object with x-kubernetes-map-type `atomic` or an + // array with x-kubernetes-list-type `atomic`. // 3) `map`: // These lists are like maps in that their elements have a non-index key // used to identify them. Order is preserved upon merge. The map tag diff --git a/vendor/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/validation/validation.go b/vendor/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/validation/validation.go index 2f10a029df..8ba9eb01c3 100644 --- a/vendor/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/validation/validation.go +++ b/vendor/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/validation/validation.go @@ -64,6 +64,7 @@ func ValidateCustomResourceDefinition(obj *apiextensions.CustomResourceDefinitio requireValidPropertyType: requireValidPropertyType(requestGV, nil), requireStructuralSchema: requireStructuralSchema(requestGV, nil), requirePrunedDefaults: true, + requireAtomicSetType: true, } allErrs := genericvalidation.ValidateObjectMeta(&obj.ObjectMeta, false, nameValidationFn, field.NewPath("metadata")) @@ -91,6 +92,8 @@ type validationOptions struct { requireStructuralSchema bool // requirePrunedDefaults indicates that defaults must be pruned requirePrunedDefaults bool + // requireAtomicSetType indicates that the items type for a x-kubernetes-list-type=set list must be atomic. + requireAtomicSetType bool } // ValidateCustomResourceDefinitionUpdate statically validates @@ -103,6 +106,7 @@ func ValidateCustomResourceDefinitionUpdate(obj, oldObj *apiextensions.CustomRes requireValidPropertyType: requireValidPropertyType(requestGV, &oldObj.Spec), requireStructuralSchema: requireStructuralSchema(requestGV, &oldObj.Spec), requirePrunedDefaults: requirePrunedDefaults(&oldObj.Spec), + requireAtomicSetType: requireAtomicSetType(&oldObj.Spec), } allErrs := genericvalidation.ValidateObjectMetaUpdate(&obj.ObjectMeta, &oldObj.ObjectMeta, field.NewPath("metadata")) @@ -659,7 +663,7 @@ func validateCustomResourceDefinitionValidation(customResourceValidation *apiext requireValidPropertyType: opts.requireValidPropertyType, } - allErrs = append(allErrs, ValidateCustomResourceDefinitionOpenAPISchema(schema, fldPath.Child("openAPIV3Schema"), openAPIV3Schema, true)...) + allErrs = append(allErrs, ValidateCustomResourceDefinitionOpenAPISchema(schema, fldPath.Child("openAPIV3Schema"), openAPIV3Schema, true, &opts)...) if opts.requireStructuralSchema { if ss, err := structuralschema.NewStructural(schema); err != nil { @@ -690,7 +694,7 @@ func validateCustomResourceDefinitionValidation(customResourceValidation *apiext var metaFields = sets.NewString("metadata", "kind", "apiVersion") // ValidateCustomResourceDefinitionOpenAPISchema statically validates -func ValidateCustomResourceDefinitionOpenAPISchema(schema *apiextensions.JSONSchemaProps, fldPath *field.Path, ssv specStandardValidator, isRoot bool) field.ErrorList { +func ValidateCustomResourceDefinitionOpenAPISchema(schema *apiextensions.JSONSchemaProps, fldPath *field.Path, ssv specStandardValidator, isRoot bool, opts *validationOptions) field.ErrorList { allErrs := field.ErrorList{} if schema == nil { @@ -725,7 +729,7 @@ func ValidateCustomResourceDefinitionOpenAPISchema(schema *apiextensions.JSONSch // we have to forbid defaults inside additionalProperties because pruning without actual value is ambiguous subSsv = ssv.withForbiddenDefaults("inside additionalProperties applying to object metadata") } - allErrs = append(allErrs, ValidateCustomResourceDefinitionOpenAPISchema(schema.AdditionalProperties.Schema, fldPath.Child("additionalProperties"), subSsv, false)...) + allErrs = append(allErrs, ValidateCustomResourceDefinitionOpenAPISchema(schema.AdditionalProperties.Schema, fldPath.Child("additionalProperties"), subSsv, false, opts)...) } if len(schema.Properties) != 0 { @@ -739,48 +743,48 @@ func ValidateCustomResourceDefinitionOpenAPISchema(schema *apiextensions.JSONSch subSsv = subSsv.withForbiddenDefaults(fmt.Sprintf("in top-level %s", property)) } } - allErrs = append(allErrs, ValidateCustomResourceDefinitionOpenAPISchema(&jsonSchema, fldPath.Child("properties").Key(property), subSsv, false)...) + allErrs = append(allErrs, ValidateCustomResourceDefinitionOpenAPISchema(&jsonSchema, fldPath.Child("properties").Key(property), subSsv, false, opts)...) } } - allErrs = append(allErrs, ValidateCustomResourceDefinitionOpenAPISchema(schema.Not, fldPath.Child("not"), ssv, false)...) + allErrs = append(allErrs, ValidateCustomResourceDefinitionOpenAPISchema(schema.Not, fldPath.Child("not"), ssv, false, opts)...) if len(schema.AllOf) != 0 { for i, jsonSchema := range schema.AllOf { - allErrs = append(allErrs, ValidateCustomResourceDefinitionOpenAPISchema(&jsonSchema, fldPath.Child("allOf").Index(i), ssv, false)...) + allErrs = append(allErrs, ValidateCustomResourceDefinitionOpenAPISchema(&jsonSchema, fldPath.Child("allOf").Index(i), ssv, false, opts)...) } } if len(schema.OneOf) != 0 { for i, jsonSchema := range schema.OneOf { - allErrs = append(allErrs, ValidateCustomResourceDefinitionOpenAPISchema(&jsonSchema, fldPath.Child("oneOf").Index(i), ssv, false)...) + allErrs = append(allErrs, ValidateCustomResourceDefinitionOpenAPISchema(&jsonSchema, fldPath.Child("oneOf").Index(i), ssv, false, opts)...) } } if len(schema.AnyOf) != 0 { for i, jsonSchema := range schema.AnyOf { - allErrs = append(allErrs, ValidateCustomResourceDefinitionOpenAPISchema(&jsonSchema, fldPath.Child("anyOf").Index(i), ssv, false)...) + allErrs = append(allErrs, ValidateCustomResourceDefinitionOpenAPISchema(&jsonSchema, fldPath.Child("anyOf").Index(i), ssv, false, opts)...) } } if len(schema.Definitions) != 0 { for definition, jsonSchema := range schema.Definitions { - allErrs = append(allErrs, ValidateCustomResourceDefinitionOpenAPISchema(&jsonSchema, fldPath.Child("definitions").Key(definition), ssv, false)...) + allErrs = append(allErrs, ValidateCustomResourceDefinitionOpenAPISchema(&jsonSchema, fldPath.Child("definitions").Key(definition), ssv, false, opts)...) } } if schema.Items != nil { - allErrs = append(allErrs, ValidateCustomResourceDefinitionOpenAPISchema(schema.Items.Schema, fldPath.Child("items"), ssv, false)...) + allErrs = append(allErrs, ValidateCustomResourceDefinitionOpenAPISchema(schema.Items.Schema, fldPath.Child("items"), ssv, false, opts)...) if len(schema.Items.JSONSchemas) != 0 { for i, jsonSchema := range schema.Items.JSONSchemas { - allErrs = append(allErrs, ValidateCustomResourceDefinitionOpenAPISchema(&jsonSchema, fldPath.Child("items").Index(i), ssv, false)...) + allErrs = append(allErrs, ValidateCustomResourceDefinitionOpenAPISchema(&jsonSchema, fldPath.Child("items").Index(i), ssv, false, opts)...) } } } if schema.Dependencies != nil { for dependency, jsonSchemaPropsOrStringArray := range schema.Dependencies { - allErrs = append(allErrs, ValidateCustomResourceDefinitionOpenAPISchema(jsonSchemaPropsOrStringArray.Schema, fldPath.Child("dependencies").Key(dependency), ssv, false)...) + allErrs = append(allErrs, ValidateCustomResourceDefinitionOpenAPISchema(jsonSchemaPropsOrStringArray.Schema, fldPath.Child("dependencies").Key(dependency), ssv, false, opts)...) } } @@ -790,9 +794,20 @@ func ValidateCustomResourceDefinitionOpenAPISchema(schema *apiextensions.JSONSch if schema.XListType != nil && schema.Type != "array" { if len(schema.Type) == 0 { - allErrs = append(allErrs, field.Required(fldPath.Child("type"), "must be array if x-kubernetes-list-type is set")) + allErrs = append(allErrs, field.Required(fldPath.Child("type"), "must be array if x-kubernetes-list-type is specified")) } else { - allErrs = append(allErrs, field.Invalid(fldPath.Child("type"), schema.Type, "must be array if x-kubernetes-list-type is set")) + allErrs = append(allErrs, field.Invalid(fldPath.Child("type"), schema.Type, "must be array if x-kubernetes-list-type is specified")) + } + } else if opts.requireAtomicSetType && schema.XListType != nil && *schema.XListType == "set" && schema.Items != nil && schema.Items.Schema != nil { // by structural schema items are present + is := schema.Items.Schema + switch is.Type { + case "array": + if is.XListType != nil && *is.XListType != "atomic" { // atomic is the implicit default behaviour if unset, hence != atomic is wrong + allErrs = append(allErrs, field.Invalid(fldPath.Child("items").Child("x-kubernetes-list-type"), is.XListType, "must be atomic as item of a list with x-kubernetes-list-type=set")) + } + case "object": + // maps are granular, i.e. non-atomic in 1.16 (and get x-kubernetes-map-type in 1.17) + allErrs = append(allErrs, field.Invalid(fldPath.Child("items").Child("type"), is.Type, "must be a scalar or atomic type as item of a list with x-kubernetes-list-type=set")) } } @@ -1045,81 +1060,91 @@ func allowDefaults(requestGV schema.GroupVersion, oldCRDSpec *apiextensions.Cust } func specHasDefaults(spec *apiextensions.CustomResourceDefinitionSpec) bool { - if spec.Validation != nil && schemaHasDefaults(spec.Validation.OpenAPIV3Schema) { + return hasSchemaWith(spec, schemaHasDefaults) +} + +func schemaHasDefaults(s *apiextensions.JSONSchemaProps) bool { + return schemaHas(s, func(s *apiextensions.JSONSchemaProps) bool { + return s.Default != nil + }) +} + +func hasSchemaWith(spec *apiextensions.CustomResourceDefinitionSpec, pred func(s *apiextensions.JSONSchemaProps) bool) bool { + if spec.Validation != nil && spec.Validation.OpenAPIV3Schema != nil && pred(spec.Validation.OpenAPIV3Schema) { return true } for _, v := range spec.Versions { - if v.Schema != nil && schemaHasDefaults(v.Schema.OpenAPIV3Schema) { + if v.Schema != nil && v.Schema.OpenAPIV3Schema != nil && pred(v.Schema.OpenAPIV3Schema) { return true } } return false } -func schemaHasDefaults(s *apiextensions.JSONSchemaProps) bool { +func schemaHas(s *apiextensions.JSONSchemaProps, pred func(s *apiextensions.JSONSchemaProps) bool) bool { if s == nil { return false } - if s.Default != nil { + if pred(s) { return true } if s.Items != nil { - if s.Items != nil && schemaHasDefaults(s.Items.Schema) { + if s.Items != nil && schemaHas(s.Items.Schema, pred) { return true } for _, s := range s.Items.JSONSchemas { - if schemaHasDefaults(&s) { + if schemaHas(&s, pred) { return true } } } for _, s := range s.AllOf { - if schemaHasDefaults(&s) { + if schemaHas(&s, pred) { return true } } for _, s := range s.AnyOf { - if schemaHasDefaults(&s) { + if schemaHas(&s, pred) { return true } } for _, s := range s.OneOf { - if schemaHasDefaults(&s) { + if schemaHas(&s, pred) { return true } } - if schemaHasDefaults(s.Not) { + if schemaHas(s.Not, pred) { return true } for _, s := range s.Properties { - if schemaHasDefaults(&s) { + if schemaHas(&s, pred) { return true } } if s.AdditionalProperties != nil { - if schemaHasDefaults(s.AdditionalProperties.Schema) { + if schemaHas(s.AdditionalProperties.Schema, pred) { return true } } for _, s := range s.PatternProperties { - if schemaHasDefaults(&s) { + if schemaHas(&s, pred) { return true } } if s.AdditionalItems != nil { - if schemaHasDefaults(s.AdditionalItems.Schema) { + if schemaHas(s.AdditionalItems.Schema, pred) { return true } } for _, s := range s.Definitions { - if schemaHasDefaults(&s) { + if schemaHas(&s, pred) { return true } } for _, d := range s.Dependencies { - if schemaHasDefaults(d.Schema) { + if schemaHas(d.Schema, pred) { return true } } @@ -1140,74 +1165,9 @@ func specHasKubernetesExtensions(spec *apiextensions.CustomResourceDefinitionSpe } func schemaHasKubernetesExtensions(s *apiextensions.JSONSchemaProps) bool { - if s == nil { - return false - } - - if s.XEmbeddedResource || s.XPreserveUnknownFields != nil || s.XIntOrString || len(s.XListMapKeys) > 0 || s.XListType != nil { - return true - } - - if s.Items != nil { - if s.Items != nil && schemaHasKubernetesExtensions(s.Items.Schema) { - return true - } - for _, s := range s.Items.JSONSchemas { - if schemaHasKubernetesExtensions(&s) { - return true - } - } - } - for _, s := range s.AllOf { - if schemaHasKubernetesExtensions(&s) { - return true - } - } - for _, s := range s.AnyOf { - if schemaHasKubernetesExtensions(&s) { - return true - } - } - for _, s := range s.OneOf { - if schemaHasKubernetesExtensions(&s) { - return true - } - } - if schemaHasKubernetesExtensions(s.Not) { - return true - } - for _, s := range s.Properties { - if schemaHasKubernetesExtensions(&s) { - return true - } - } - if s.AdditionalProperties != nil { - if schemaHasKubernetesExtensions(s.AdditionalProperties.Schema) { - return true - } - } - for _, s := range s.PatternProperties { - if schemaHasKubernetesExtensions(&s) { - return true - } - } - if s.AdditionalItems != nil { - if schemaHasKubernetesExtensions(s.AdditionalItems.Schema) { - return true - } - } - for _, s := range s.Definitions { - if schemaHasKubernetesExtensions(&s) { - return true - } - } - for _, d := range s.Dependencies { - if schemaHasKubernetesExtensions(d.Schema) { - return true - } - } - - return false + return schemaHas(s, func(s *apiextensions.JSONSchemaProps) bool { + return s.XEmbeddedResource || s.XPreserveUnknownFields != nil || s.XIntOrString || len(s.XListMapKeys) > 0 || s.XListType != nil + }) } // requireStructuralSchema returns true if schemas specified must be structural @@ -1280,6 +1240,29 @@ func schemaHasUnprunedDefaults(schema *apiextensions.JSONSchemaProps) (bool, err return !reflect.DeepEqual(ss, pruned), nil } +// requireAtomicSetType returns true if the old CRD spec as at least one x-kubernetes-list-type=set with non-atomic items type. +func requireAtomicSetType(oldCRDSpec *apiextensions.CustomResourceDefinitionSpec) bool { + return !hasSchemaWith(oldCRDSpec, hasNonAtomicSetType) +} + +// hasNonAtomicSetType recurses over the schema and returns whether any list of type "set" as non-atomic item types. +func hasNonAtomicSetType(schema *apiextensions.JSONSchemaProps) bool { + return schemaHas(schema, func(schema *apiextensions.JSONSchemaProps) bool { + if schema.XListType != nil && *schema.XListType == "set" && schema.Items != nil && schema.Items.Schema != nil { // we don't support schema.Items.JSONSchemas + is := schema.Items.Schema + switch is.Type { + case "array": + return is.XListType != nil && *is.XListType != "atomic" // atomic is the implicit default behaviour if unset, hence != atomic is wrong + case "object": + return true // map types are always non-atomic in 1.16 (and can be configured with x-kubernetes-map-type in 1.17+) + default: + return false // scalar types are always atomic + } + } + return false + }) +} + // requireValidPropertyType returns true if valid openapi v3 types should be required for the given API version func requireValidPropertyType(requestGV schema.GroupVersion, oldCRDSpec *apiextensions.CustomResourceDefinitionSpec) bool { if requestGV == v1beta1.SchemeGroupVersion { @@ -1367,72 +1350,7 @@ func specHasInvalidTypes(spec *apiextensions.CustomResourceDefinitionSpec) bool // SchemaHasInvalidTypes returns true if it contains invalid offending openapi-v3 specification. func SchemaHasInvalidTypes(s *apiextensions.JSONSchemaProps) bool { - if s == nil { - return false - } - - if len(s.Type) > 0 && !openapiV3Types.Has(s.Type) { - return true - } - - if s.Items != nil { - if s.Items != nil && SchemaHasInvalidTypes(s.Items.Schema) { - return true - } - for _, s := range s.Items.JSONSchemas { - if SchemaHasInvalidTypes(&s) { - return true - } - } - } - for _, s := range s.AllOf { - if SchemaHasInvalidTypes(&s) { - return true - } - } - for _, s := range s.AnyOf { - if SchemaHasInvalidTypes(&s) { - return true - } - } - for _, s := range s.OneOf { - if SchemaHasInvalidTypes(&s) { - return true - } - } - if SchemaHasInvalidTypes(s.Not) { - return true - } - for _, s := range s.Properties { - if SchemaHasInvalidTypes(&s) { - return true - } - } - if s.AdditionalProperties != nil { - if SchemaHasInvalidTypes(s.AdditionalProperties.Schema) { - return true - } - } - for _, s := range s.PatternProperties { - if SchemaHasInvalidTypes(&s) { - return true - } - } - if s.AdditionalItems != nil { - if SchemaHasInvalidTypes(s.AdditionalItems.Schema) { - return true - } - } - for _, s := range s.Definitions { - if SchemaHasInvalidTypes(&s) { - return true - } - } - for _, d := range s.Dependencies { - if SchemaHasInvalidTypes(d.Schema) { - return true - } - } - - return false + return schemaHas(s, func(s *apiextensions.JSONSchemaProps) bool { + return len(s.Type) > 0 && !openapiV3Types.Has(s.Type) + }) } diff --git a/vendor/k8s.io/apiextensions-apiserver/pkg/controller/openapi/v2/conversion.go b/vendor/k8s.io/apiextensions-apiserver/pkg/controller/openapi/v2/conversion.go index f5c342a8e8..b1d7114bf3 100644 --- a/vendor/k8s.io/apiextensions-apiserver/pkg/controller/openapi/v2/conversion.go +++ b/vendor/k8s.io/apiextensions-apiserver/pkg/controller/openapi/v2/conversion.go @@ -73,6 +73,15 @@ func ToStructuralOpenAPIV2(in *structuralschema.Structural) *structuralschema.St changed = true } + for f, fs := range s.Properties { + if fs.Nullable { + s.ValueValidation.Required, changed = filterOut(s.ValueValidation.Required, f) + } + } + if s.AdditionalProperties != nil && s.AdditionalProperties.Structural != nil && s.AdditionalProperties.Structural.Nullable { + s.ValueValidation.Required, changed = nil, true + } + return changed }, // we drop all junctors above, and hence, never reach nested value validations @@ -82,3 +91,24 @@ func ToStructuralOpenAPIV2(in *structuralschema.Structural) *structuralschema.St return out } + +func filterOut(ss []string, x string) ([]string, bool) { + var filtered []string + for i, s := range ss { + if s == x { + if filtered == nil { + filtered = make([]string, i, len(ss)) + copy(filtered, ss[:i]) + } + } else if filtered != nil { + filtered = append(filtered, s) + } + } + if filtered != nil { + if len(filtered) == 0 { + return nil, true + } + return filtered, true + } + return ss, false +} diff --git a/vendor/k8s.io/apiserver/pkg/storage/value/encrypt/envelope/BUILD b/vendor/k8s.io/apiserver/pkg/storage/value/encrypt/envelope/BUILD index 68a3cdceda..76a07176ae 100644 --- a/vendor/k8s.io/apiserver/pkg/storage/value/encrypt/envelope/BUILD +++ b/vendor/k8s.io/apiserver/pkg/storage/value/encrypt/envelope/BUILD @@ -55,6 +55,11 @@ go_test( "//staging/src/k8s.io/apiserver/pkg/storage/value/encrypt/envelope/v1beta1:go_default_library", "//vendor/google.golang.org/grpc:go_default_library", ], + "@io_bazel_rules_go//go/platform:ios": [ + "//staging/src/k8s.io/apimachinery/pkg/util/uuid:go_default_library", + "//staging/src/k8s.io/apiserver/pkg/storage/value/encrypt/envelope/v1beta1:go_default_library", + "//vendor/google.golang.org/grpc:go_default_library", + ], "@io_bazel_rules_go//go/platform:linux": [ "//staging/src/k8s.io/apimachinery/pkg/util/uuid:go_default_library", "//staging/src/k8s.io/apiserver/pkg/storage/value/encrypt/envelope/v1beta1:go_default_library", diff --git a/vendor/k8s.io/client-go/pkg/version/base.go b/vendor/k8s.io/client-go/pkg/version/base.go index a21d26662c..7c9daa147a 100644 --- a/vendor/k8s.io/client-go/pkg/version/base.go +++ b/vendor/k8s.io/client-go/pkg/version/base.go @@ -3,8 +3,8 @@ package version var ( gitMajor = "1" gitMinor = "16" - gitVersion = "v1.16.3-k3s.2" - gitCommit = "e7e6a3c4e9a7d80b87793612730d10a863a25980" + gitVersion = "v1.16.6-k3s1" + gitCommit = "3a33845dc46708de6e6b0a20045f018bd803cb0b" gitTreeState = "clean" - buildDate = "2019-11-18T18:31:23Z" + buildDate = "2020-01-22T17:07:35Z" ) diff --git a/vendor/k8s.io/cloud-provider/go.mod b/vendor/k8s.io/cloud-provider/go.mod index bd30907726..decea075c2 100644 --- a/vendor/k8s.io/cloud-provider/go.mod +++ b/vendor/k8s.io/cloud-provider/go.mod @@ -8,18 +8,12 @@ require ( k8s.io/api v0.0.0 k8s.io/apimachinery v0.0.0 k8s.io/client-go v0.0.0 - k8s.io/klog v0.4.0 + k8s.io/klog v1.0.0 k8s.io/utils v0.0.0-20190801114015-581e00157fb1 ) replace ( - golang.org/x/crypto => golang.org/x/crypto v0.0.0-20181025213731-e84da0312774 - golang.org/x/lint => golang.org/x/lint v0.0.0-20181217174547-8f45f776aaf1 - golang.org/x/oauth2 => golang.org/x/oauth2 v0.0.0-20190402181905-9f3314589c9a - golang.org/x/sync => golang.org/x/sync v0.0.0-20181108010431-42b317875d0f - golang.org/x/sys => golang.org/x/sys v0.0.0-20190209173611-3b5209105503 - golang.org/x/text => golang.org/x/text v0.3.1-0.20181227161524-e6919f6577db - golang.org/x/time => golang.org/x/time v0.0.0-20161028155119-f51c12702a4d + golang.org/x/tools => golang.org/x/tools v0.0.0-20190821162956-65e3620a7ae7 k8s.io/api => ../api k8s.io/apimachinery => ../apimachinery k8s.io/client-go => ../client-go diff --git a/vendor/k8s.io/cloud-provider/go.sum b/vendor/k8s.io/cloud-provider/go.sum index 69875548b5..e00d8e24a2 100644 --- a/vendor/k8s.io/cloud-provider/go.sum +++ b/vendor/k8s.io/cloud-provider/go.sum @@ -56,7 +56,7 @@ github.com/googleapis/gax-go/v2 v2.0.4/go.mod h1:0Wqv26UfaUD9n4G6kQubkQ+KchISgw+ github.com/googleapis/gnostic v0.0.0-20170729233727-0c5108395e2d h1:7XGaL1e6bYS1yIonGp9761ExpPPV1ui0SAC59Yube9k= github.com/googleapis/gnostic v0.0.0-20170729233727-0c5108395e2d/go.mod h1:sJBsCZ4ayReDTBIg8b9dl28c5xFWyhBTVRp3pOg5EKY= github.com/gophercloud/gophercloud v0.1.0/go.mod h1:vxM41WHh5uqHVBMZHzuwNOHh8XEoIEcSTewFxm1c5g8= -github.com/gregjones/httpcache v0.0.0-20170728041850-787624de3eb7/go.mod h1:FecbI9+v66THATjSRHfNgh1IVFe/9kFxbXtjV0ctIMA= +github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7/go.mod h1:FecbI9+v66THATjSRHfNgh1IVFe/9kFxbXtjV0ctIMA= github.com/hashicorp/golang-lru v0.5.0 h1:CL2msUPvZTLb5O648aiLNJw3hnBxN2+1Jq8rCOH9wdo= github.com/hashicorp/golang-lru v0.5.0/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8= github.com/hashicorp/golang-lru v0.5.1 h1:0hERBMJE1eitiLkihrMvRVBYAkpHzc/J3QdDN+dAcgU= @@ -99,17 +99,21 @@ github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZb github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= github.com/spf13/afero v1.2.2/go.mod h1:9ZxEEn6pIJ8Rxe320qSDBk6AsU0r9pR7Q4OcevTdifk= github.com/spf13/pflag v0.0.0-20170130214245-9ff6c6923cff/go.mod h1:DYY7MBk1bdzusC3SYhjObp+wFpr4gzcvqqNjLnInEg4= -github.com/spf13/pflag v1.0.3 h1:zPAT6CGy6wXeQ7NtTnaTerfKOsV6V6F8agHXFiazDkg= -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/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME= github.com/stretchr/testify v0.0.0-20151208002404-e3a8ff8ce365/go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXfy6kDkUVs= github.com/stretchr/testify v1.3.0 h1:TivCn/peBQ7UY8ooIcPgZFpTNSz0Q2U6UrFlUfqbe0Q= github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI= go.opencensus.io v0.21.0/go.mod h1:mSImk1erAIZhrmZN+AvHh14ztQfjbGwt4TtuofqLduU= -golang.org/x/crypto v0.0.0-20181025213731-e84da0312774 h1:a4tQYYYuK9QdeO/+kEvNYyuR21S+7ve5EANok6hABhI= -golang.org/x/crypto v0.0.0-20181025213731-e84da0312774/go.mod h1:6SG95UA2DQfeDnfUPMdvaQW0Q7yPrPDi9nlGo2tz2b4= +golang.org/x/crypto v0.0.0-20190211182817-74369b46fc67/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-20190820162420-60c769a6c586 h1:7KByu05hhLed2MO29w7p1XfZvZ13m8mub3shuVftRs0= +golang.org/x/crypto v0.0.0-20190820162420-60c769a6c586/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= golang.org/x/exp v0.0.0-20190121172915-509febef88a4/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA= -golang.org/x/lint v0.0.0-20181217174547-8f45f776aaf1/go.mod h1:UVdnD1Gm6xHRNCYTkRU2/jEulfH38KcIWyp/GAMgvoE= +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= golang.org/x/net v0.0.0-20170114055629-f2499483f923/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= 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= @@ -117,24 +121,37 @@ golang.org/x/net v0.0.0-20180906233101-161cd47e91fd/go.mod h1:mL1N/T3taQHkDXs73r golang.org/x/net v0.0.0-20190108225652-1e06a53dbb7e/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-20190812203447-cdfb69ac37fc h1:gkKoSkUmnU6bpS/VhkuO27bzQeSA51uaEfbOW5dNb68= -golang.org/x/net v0.0.0-20190812203447-cdfb69ac37fc/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= -golang.org/x/oauth2 v0.0.0-20190402181905-9f3314589c9a h1:tImsplftrFpALCYumobsd0K86vlAs/eXGFms2txfJfA= -golang.org/x/oauth2 v0.0.0-20190402181905-9f3314589c9a/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw= -golang.org/x/sync v0.0.0-20181108010431-42b317875d0f h1:Bl/8QSvNqXvPGPGXa2z5xUTmV7VDcZyvRZ+QQXkXTZQ= -golang.org/x/sync v0.0.0-20181108010431-42b317875d0f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= +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-20191004110552-13f9640d40b9 h1:rjwSpXsdiK0dV8/Naq3kAw9ymfAeJIyd0upUIElB+lI= +golang.org/x/net v0.0.0-20191004110552-13f9640d40b9/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= +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 h1:SVwTIAaPC2U/AvvLNZ2a7OVsmBpC8L5BlwK1whH3hm0= +golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw= +golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f/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-20190423024810-112230192c58/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= +golang.org/x/sys v0.0.0-20170830134202-bb24a47a89ea/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-20180909124046-d0be0721c37e/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20190209173611-3b5209105503 h1:5SvYFrOM3W8Mexn9/oA44Ji7vhXAZQ9hiP+1Q/DMrWg= golang.org/x/sys v0.0.0-20190209173611-3b5209105503/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= -golang.org/x/text v0.3.1-0.20181227161524-e6919f6577db h1:6/JqlYfC1CCaLnGceQTI+sDGhC9UBSPAsBqI0Gun6kU= -golang.org/x/text v0.3.1-0.20181227161524-e6919f6577db/go.mod h1:bEr9sfX3Q8Zfm5fL9x+3itogRgK3+ptLWKqgva+5dAk= -golang.org/x/time v0.0.0-20161028155119-f51c12702a4d h1:TnM+PKb3ylGmZvyPXmo9m/wktg7Jn/a/fNmr33HSj8g= -golang.org/x/time v0.0.0-20161028155119-f51c12702a4d/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= -golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= -golang.org/x/tools v0.0.0-20181011042414-1f849cf54d09/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-20190114222345-bf090417da8b/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-20190312170243-e65039ee4138/go.mod h1:LCzVGOaR6xXOjkQ3onu1FJEFr0SW1gC7cKk1uF8kGRs= +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-20190813064441-fde4db37ae7a h1:aYOabOQFp6Vj6W1F80affTUvO9UxmJRx8K0gsfABByQ= +golang.org/x/sys v0.0.0-20190813064441-fde4db37ae7a/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= +golang.org/x/text v0.0.0-20160726164857-2910a502d2bf/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= +golang.org/x/text v0.3.2 h1:tW2bmiBqwgJj/UpqtC8EpXEZVYOwU0yG4iWbprSVAcs= +golang.org/x/text v0.3.2/go.mod h1:bEr9sfX3Q8Zfm5fL9x+3itogRgK3+ptLWKqgva+5dAk= +golang.org/x/time v0.0.0-20181108054448-85acf8d2951c/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= +golang.org/x/time v0.0.0-20190308202827-9d24e82272b4 h1:SvFZT6jyqRaOeXpc5h/JSfZenJ2O330aBsf7JfSUXmQ= +golang.org/x/time v0.0.0-20190308202827-9d24e82272b4/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= +golang.org/x/tools v0.0.0-20190821162956-65e3620a7ae7/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= +golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= google.golang.org/api v0.4.0/go.mod h1:8k5glujaEP+g9n7WNsDg8QP6cUVNI86fCNMcbazEtwE= 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= @@ -150,8 +167,8 @@ gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 h1:qIbj1fsPNlZgppZ+VLlY7N33 gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= gopkg.in/fsnotify.v1 v1.4.7 h1:xOHLXZwVvI9hhs+cLKq5+I5onOuwQLhQwiu63xxlHs4= gopkg.in/fsnotify.v1 v1.4.7/go.mod h1:Tz8NjZHkW78fSQdbUxIjBTcgA1z1m8ZHf0WmKUhAMys= -gopkg.in/inf.v0 v0.9.0 h1:3zYtXIO92bvsdS3ggAdA8Gb4Azj0YU+TVY1uGYNFA8o= -gopkg.in/inf.v0 v0.9.0/go.mod h1:cWUDdTG/fYaXco+Dcufb5Vnc6Gp2YChqWtbxRZE0mXw= +gopkg.in/inf.v0 v0.9.1 h1:73M5CoZyi3ZLMOyDlQh031Cx6N9NDJ2Vvfl76EDAgDc= +gopkg.in/inf.v0 v0.9.1/go.mod h1:cWUDdTG/fYaXco+Dcufb5Vnc6Gp2YChqWtbxRZE0mXw= 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/yaml.v2 v2.2.1 h1:mUhvW9EsL+naU5Q3cakzfE91YhliOondGd6ZrsDBHQE= @@ -165,8 +182,8 @@ honnef.co/go/tools v0.0.0-20190106161140-3f1c8253044a/go.mod h1:rf3lG4BRIbNafJWh k8s.io/gengo v0.0.0-20190128074634-0689ccc1d7d6/go.mod h1:ezvh/TsK7cY6rbqRK0oQQ8IAqLxYwwyPxAX1Pzy0ii0= k8s.io/klog v0.0.0-20181102134211-b9b56d5dfc92/go.mod h1:Gq+BEi5rUBO/HRz0bTSXDUcqjScdoY3a9IHpCEIOOfk= k8s.io/klog v0.3.0/go.mod h1:Gq+BEi5rUBO/HRz0bTSXDUcqjScdoY3a9IHpCEIOOfk= -k8s.io/klog v0.4.0 h1:lCJCxf/LIowc2IGS9TPjWDyXY4nOmdGdfcwwDQCOURQ= -k8s.io/klog v0.4.0/go.mod h1:4Bi6QPql/J/LkTDqv7R/cd3hPo4k2DG6Ptcz060Ez5I= +k8s.io/klog v1.0.0 h1:Pt+yjF5aB1xDSVbau4VsWe+dQNzA0qv1LlXdC2dF6Q8= +k8s.io/klog v1.0.0/go.mod h1:4Bi6QPql/J/LkTDqv7R/cd3hPo4k2DG6Ptcz060Ez5I= k8s.io/kube-openapi v0.0.0-20190816220812-743ec37842bf h1:EYm5AW/UUDbnmnI+gK0TJDVK9qPLhM+sRHYanNKw0EQ= k8s.io/kube-openapi v0.0.0-20190816220812-743ec37842bf/go.mod h1:1TqjTSzOxsLGIKfj0lK8EeCP7K1iUG65v09OM0/WG5E= k8s.io/utils v0.0.0-20190801114015-581e00157fb1 h1:+ySTxfHnfzZb9ys375PXNlLhkJPLKgHajBU0N62BDvE= diff --git a/vendor/k8s.io/component-base/version/base.go b/vendor/k8s.io/component-base/version/base.go index a21d26662c..7c9daa147a 100644 --- a/vendor/k8s.io/component-base/version/base.go +++ b/vendor/k8s.io/component-base/version/base.go @@ -3,8 +3,8 @@ package version var ( gitMajor = "1" gitMinor = "16" - gitVersion = "v1.16.3-k3s.2" - gitCommit = "e7e6a3c4e9a7d80b87793612730d10a863a25980" + gitVersion = "v1.16.6-k3s1" + gitCommit = "3a33845dc46708de6e6b0a20045f018bd803cb0b" gitTreeState = "clean" - buildDate = "2019-11-18T18:31:23Z" + buildDate = "2020-01-22T17:07:35Z" ) diff --git a/vendor/k8s.io/csi-translation-lib/go.mod b/vendor/k8s.io/csi-translation-lib/go.mod index c2d584fa7f..04d7192bd3 100644 --- a/vendor/k8s.io/csi-translation-lib/go.mod +++ b/vendor/k8s.io/csi-translation-lib/go.mod @@ -11,13 +11,7 @@ require ( ) replace ( - golang.org/x/crypto => golang.org/x/crypto v0.0.0-20181025213731-e84da0312774 - golang.org/x/lint => golang.org/x/lint v0.0.0-20181217174547-8f45f776aaf1 - golang.org/x/oauth2 => golang.org/x/oauth2 v0.0.0-20190402181905-9f3314589c9a - golang.org/x/sync => golang.org/x/sync v0.0.0-20181108010431-42b317875d0f - golang.org/x/sys => golang.org/x/sys v0.0.0-20190209173611-3b5209105503 - golang.org/x/text => golang.org/x/text v0.3.1-0.20181227161524-e6919f6577db - golang.org/x/time => golang.org/x/time v0.0.0-20161028155119-f51c12702a4d + golang.org/x/tools => golang.org/x/tools v0.0.0-20190821162956-65e3620a7ae7 k8s.io/api => ../api k8s.io/apimachinery => ../apimachinery k8s.io/client-go => ../client-go diff --git a/vendor/k8s.io/csi-translation-lib/go.sum b/vendor/k8s.io/csi-translation-lib/go.sum index d092f95f6d..71646a5360 100644 --- a/vendor/k8s.io/csi-translation-lib/go.sum +++ b/vendor/k8s.io/csi-translation-lib/go.sum @@ -51,7 +51,7 @@ github.com/google/uuid v1.1.1/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+ github.com/googleapis/gax-go/v2 v2.0.4/go.mod h1:0Wqv26UfaUD9n4G6kQubkQ+KchISgw+vpHVxEJEs9eg= github.com/googleapis/gnostic v0.0.0-20170729233727-0c5108395e2d/go.mod h1:sJBsCZ4ayReDTBIg8b9dl28c5xFWyhBTVRp3pOg5EKY= github.com/gophercloud/gophercloud v0.1.0/go.mod h1:vxM41WHh5uqHVBMZHzuwNOHh8XEoIEcSTewFxm1c5g8= -github.com/gregjones/httpcache v0.0.0-20170728041850-787624de3eb7/go.mod h1:FecbI9+v66THATjSRHfNgh1IVFe/9kFxbXtjV0ctIMA= +github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7/go.mod h1:FecbI9+v66THATjSRHfNgh1IVFe/9kFxbXtjV0ctIMA= 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/hpcloud/tail v1.0.0/go.mod h1:ab1qPbhIpdTxEkNHXyeSf5vhxWSCs/tWer42PpOxQnU= @@ -88,16 +88,20 @@ github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZb github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= github.com/spf13/afero v1.2.2/go.mod h1:9ZxEEn6pIJ8Rxe320qSDBk6AsU0r9pR7Q4OcevTdifk= github.com/spf13/pflag v0.0.0-20170130214245-9ff6c6923cff/go.mod h1:DYY7MBk1bdzusC3SYhjObp+wFpr4gzcvqqNjLnInEg4= -github.com/spf13/pflag v1.0.3 h1:zPAT6CGy6wXeQ7NtTnaTerfKOsV6V6F8agHXFiazDkg= -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/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME= github.com/stretchr/testify v0.0.0-20151208002404-e3a8ff8ce365/go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXfy6kDkUVs= github.com/stretchr/testify v1.3.0 h1:TivCn/peBQ7UY8ooIcPgZFpTNSz0Q2U6UrFlUfqbe0Q= github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI= go.opencensus.io v0.21.0/go.mod h1:mSImk1erAIZhrmZN+AvHh14ztQfjbGwt4TtuofqLduU= -golang.org/x/crypto v0.0.0-20181025213731-e84da0312774/go.mod h1:6SG95UA2DQfeDnfUPMdvaQW0Q7yPrPDi9nlGo2tz2b4= +golang.org/x/crypto v0.0.0-20190211182817-74369b46fc67/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-20190820162420-60c769a6c586/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= golang.org/x/exp v0.0.0-20190121172915-509febef88a4/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA= -golang.org/x/lint v0.0.0-20181217174547-8f45f776aaf1/go.mod h1:UVdnD1Gm6xHRNCYTkRU2/jEulfH38KcIWyp/GAMgvoE= +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= golang.org/x/net v0.0.0-20170114055629-f2499483f923/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= 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= @@ -105,20 +109,33 @@ golang.org/x/net v0.0.0-20180906233101-161cd47e91fd/go.mod h1:mL1N/T3taQHkDXs73r golang.org/x/net v0.0.0-20190108225652-1e06a53dbb7e/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-20190812203447-cdfb69ac37fc h1:gkKoSkUmnU6bpS/VhkuO27bzQeSA51uaEfbOW5dNb68= -golang.org/x/net v0.0.0-20190812203447-cdfb69ac37fc/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= -golang.org/x/oauth2 v0.0.0-20190402181905-9f3314589c9a/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw= -golang.org/x/sync v0.0.0-20181108010431-42b317875d0f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= +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-20191004110552-13f9640d40b9 h1:rjwSpXsdiK0dV8/Naq3kAw9ymfAeJIyd0upUIElB+lI= +golang.org/x/net v0.0.0-20191004110552-13f9640d40b9/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= +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= +golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f/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-20190423024810-112230192c58/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= +golang.org/x/sys v0.0.0-20170830134202-bb24a47a89ea/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-20180909124046-d0be0721c37e/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20190209173611-3b5209105503/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= -golang.org/x/text v0.3.1-0.20181227161524-e6919f6577db h1:6/JqlYfC1CCaLnGceQTI+sDGhC9UBSPAsBqI0Gun6kU= -golang.org/x/text v0.3.1-0.20181227161524-e6919f6577db/go.mod h1:bEr9sfX3Q8Zfm5fL9x+3itogRgK3+ptLWKqgva+5dAk= -golang.org/x/time v0.0.0-20161028155119-f51c12702a4d/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= -golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= -golang.org/x/tools v0.0.0-20181011042414-1f849cf54d09/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-20190114222345-bf090417da8b/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-20190312170243-e65039ee4138/go.mod h1:LCzVGOaR6xXOjkQ3onu1FJEFr0SW1gC7cKk1uF8kGRs= +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-20190813064441-fde4db37ae7a/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= +golang.org/x/text v0.0.0-20160726164857-2910a502d2bf/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= +golang.org/x/text v0.3.2 h1:tW2bmiBqwgJj/UpqtC8EpXEZVYOwU0yG4iWbprSVAcs= +golang.org/x/text v0.3.2/go.mod h1:bEr9sfX3Q8Zfm5fL9x+3itogRgK3+ptLWKqgva+5dAk= +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/tools v0.0.0-20190821162956-65e3620a7ae7/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= +golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= google.golang.org/api v0.4.0/go.mod h1:8k5glujaEP+g9n7WNsDg8QP6cUVNI86fCNMcbazEtwE= 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= @@ -132,8 +149,8 @@ gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8 gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 h1:qIbj1fsPNlZgppZ+VLlY7N33q108Sa+fhmuc+sWQYwY= gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= gopkg.in/fsnotify.v1 v1.4.7/go.mod h1:Tz8NjZHkW78fSQdbUxIjBTcgA1z1m8ZHf0WmKUhAMys= -gopkg.in/inf.v0 v0.9.0 h1:3zYtXIO92bvsdS3ggAdA8Gb4Azj0YU+TVY1uGYNFA8o= -gopkg.in/inf.v0 v0.9.0/go.mod h1:cWUDdTG/fYaXco+Dcufb5Vnc6Gp2YChqWtbxRZE0mXw= +gopkg.in/inf.v0 v0.9.1 h1:73M5CoZyi3ZLMOyDlQh031Cx6N9NDJ2Vvfl76EDAgDc= +gopkg.in/inf.v0 v0.9.1/go.mod h1:cWUDdTG/fYaXco+Dcufb5Vnc6Gp2YChqWtbxRZE0mXw= gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7/go.mod h1:dt/ZhP58zS4L8KSrWDmTeBkI65Dw0HsyUHuEVlX15mw= gopkg.in/yaml.v2 v2.2.1 h1:mUhvW9EsL+naU5Q3cakzfE91YhliOondGd6ZrsDBHQE= gopkg.in/yaml.v2 v2.2.1/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= @@ -146,8 +163,8 @@ honnef.co/go/tools v0.0.0-20190106161140-3f1c8253044a/go.mod h1:rf3lG4BRIbNafJWh k8s.io/gengo v0.0.0-20190128074634-0689ccc1d7d6/go.mod h1:ezvh/TsK7cY6rbqRK0oQQ8IAqLxYwwyPxAX1Pzy0ii0= k8s.io/klog v0.0.0-20181102134211-b9b56d5dfc92/go.mod h1:Gq+BEi5rUBO/HRz0bTSXDUcqjScdoY3a9IHpCEIOOfk= k8s.io/klog v0.3.0/go.mod h1:Gq+BEi5rUBO/HRz0bTSXDUcqjScdoY3a9IHpCEIOOfk= -k8s.io/klog v0.4.0 h1:lCJCxf/LIowc2IGS9TPjWDyXY4nOmdGdfcwwDQCOURQ= -k8s.io/klog v0.4.0/go.mod h1:4Bi6QPql/J/LkTDqv7R/cd3hPo4k2DG6Ptcz060Ez5I= +k8s.io/klog v1.0.0 h1:Pt+yjF5aB1xDSVbau4VsWe+dQNzA0qv1LlXdC2dF6Q8= +k8s.io/klog v1.0.0/go.mod h1:4Bi6QPql/J/LkTDqv7R/cd3hPo4k2DG6Ptcz060Ez5I= k8s.io/kube-openapi v0.0.0-20190816220812-743ec37842bf/go.mod h1:1TqjTSzOxsLGIKfj0lK8EeCP7K1iUG65v09OM0/WG5E= k8s.io/utils v0.0.0-20190801114015-581e00157fb1/go.mod h1:sZAwmy6armz5eXlNoLmJcl4F1QuKu7sr+mFQ0byX7Ew= sigs.k8s.io/structured-merge-diff v0.0.0-20190525122527-15d366b2352e/go.mod h1:wWxsB5ozmmv/SG7nM11ayaAW51xMvak/t1r0CSlcokI= diff --git a/vendor/k8s.io/klog/klog.go b/vendor/k8s.io/klog/klog.go index 2520ebdaa7..2712ce0afc 100644 --- a/vendor/k8s.io/klog/klog.go +++ b/vendor/k8s.io/klog/klog.go @@ -142,7 +142,7 @@ func (s *severity) Set(value string) error { if v, ok := severityByName(value); ok { threshold = v } else { - v, err := strconv.Atoi(value) + v, err := strconv.ParseInt(value, 10, 32) if err != nil { return err } @@ -226,7 +226,7 @@ func (l *Level) Get() interface{} { // Set is part of the flag.Value interface. func (l *Level) Set(value string) error { - v, err := strconv.Atoi(value) + v, err := strconv.ParseInt(value, 10, 32) if err != nil { return err } @@ -294,7 +294,7 @@ func (m *moduleSpec) Set(value string) error { return errVmoduleSyntax } pattern := patLev[0] - v, err := strconv.Atoi(patLev[1]) + v, err := strconv.ParseInt(patLev[1], 10, 32) if err != nil { return errors.New("syntax error: expect comma-separated list of filename=N") } @@ -396,31 +396,23 @@ type flushSyncWriter interface { io.Writer } +// init sets up the defaults and runs flushDaemon. func init() { - // Default stderrThreshold is ERROR. - logging.stderrThreshold = errorLog - + logging.stderrThreshold = errorLog // Default stderrThreshold is ERROR. logging.setVState(0, nil, false) + logging.logDir = "" + logging.logFile = "" + logging.logFileMaxSizeMB = 1800 + logging.toStderr = true + logging.alsoToStderr = false + logging.skipHeaders = false + logging.addDirHeader = false + logging.skipLogHeaders = false go logging.flushDaemon() } -var initDefaultsOnce sync.Once - // InitFlags is for explicitly initializing the flags. func InitFlags(flagset *flag.FlagSet) { - - // Initialize defaults. - initDefaultsOnce.Do(func() { - logging.logDir = "" - logging.logFile = "" - logging.logFileMaxSizeMB = 1800 - logging.toStderr = true - logging.alsoToStderr = false - logging.skipHeaders = false - logging.addDirHeader = false - logging.skipLogHeaders = false - }) - if flagset == nil { flagset = flag.CommandLine } diff --git a/vendor/k8s.io/kubectl/pkg/util/BUILD b/vendor/k8s.io/kubectl/pkg/util/BUILD index 37fcf81763..5cbd480ddb 100644 --- a/vendor/k8s.io/kubectl/pkg/util/BUILD +++ b/vendor/k8s.io/kubectl/pkg/util/BUILD @@ -32,6 +32,9 @@ go_library( "@io_bazel_rules_go//go/platform:freebsd": [ "//vendor/golang.org/x/sys/unix:go_default_library", ], + "@io_bazel_rules_go//go/platform:ios": [ + "//vendor/golang.org/x/sys/unix:go_default_library", + ], "@io_bazel_rules_go//go/platform:linux": [ "//vendor/golang.org/x/sys/unix:go_default_library", ], diff --git a/vendor/k8s.io/kubectl/pkg/util/term/BUILD b/vendor/k8s.io/kubectl/pkg/util/term/BUILD index abfebe6da4..de7909b490 100644 --- a/vendor/k8s.io/kubectl/pkg/util/term/BUILD +++ b/vendor/k8s.io/kubectl/pkg/util/term/BUILD @@ -31,6 +31,9 @@ go_library( "@io_bazel_rules_go//go/platform:freebsd": [ "//vendor/golang.org/x/sys/unix:go_default_library", ], + "@io_bazel_rules_go//go/platform:ios": [ + "//vendor/golang.org/x/sys/unix:go_default_library", + ], "@io_bazel_rules_go//go/platform:linux": [ "//vendor/golang.org/x/sys/unix:go_default_library", ], diff --git a/vendor/k8s.io/kubectl/pkg/version/base.go b/vendor/k8s.io/kubectl/pkg/version/base.go index a21d26662c..7c9daa147a 100644 --- a/vendor/k8s.io/kubectl/pkg/version/base.go +++ b/vendor/k8s.io/kubectl/pkg/version/base.go @@ -3,8 +3,8 @@ package version var ( gitMajor = "1" gitMinor = "16" - gitVersion = "v1.16.3-k3s.2" - gitCommit = "e7e6a3c4e9a7d80b87793612730d10a863a25980" + gitVersion = "v1.16.6-k3s1" + gitCommit = "3a33845dc46708de6e6b0a20045f018bd803cb0b" gitTreeState = "clean" - buildDate = "2019-11-18T18:31:23Z" + buildDate = "2020-01-22T17:07:35Z" ) diff --git a/vendor/k8s.io/kubernetes/cmd/kube-proxy/app/BUILD b/vendor/k8s.io/kubernetes/cmd/kube-proxy/app/BUILD index d8a9bc7cf0..f59fe867b5 100644 --- a/vendor/k8s.io/kubernetes/cmd/kube-proxy/app/BUILD +++ b/vendor/k8s.io/kubernetes/cmd/kube-proxy/app/BUILD @@ -109,6 +109,14 @@ go_library( "//vendor/k8s.io/utils/net:go_default_library", "//vendor/github.com/opencontainers/runc/libcontainer/system:go_default_library", ], + "@io_bazel_rules_go//go/platform:ios": [ + "//pkg/proxy/metrics:go_default_library", + "//pkg/util/dbus:go_default_library", + "//pkg/util/node:go_default_library", + "//staging/src/k8s.io/apimachinery/pkg/types:go_default_library", + "//staging/src/k8s.io/apimachinery/pkg/util/net:go_default_library", + "//vendor/k8s.io/utils/net:go_default_library", + ], "@io_bazel_rules_go//go/platform:linux": [ "//pkg/proxy/metrics:go_default_library", "//pkg/util/dbus:go_default_library", @@ -204,6 +212,9 @@ go_test( "@io_bazel_rules_go//go/platform:freebsd": [ "//pkg/proxy/ipvs:go_default_library", ], + "@io_bazel_rules_go//go/platform:ios": [ + "//pkg/proxy/ipvs:go_default_library", + ], "@io_bazel_rules_go//go/platform:linux": [ "//pkg/proxy/ipvs:go_default_library", ], diff --git a/vendor/k8s.io/kubernetes/cmd/kube-proxy/app/server_others.go b/vendor/k8s.io/kubernetes/cmd/kube-proxy/app/server_others.go index 14b81e9b46..27b72dd5da 100644 --- a/vendor/k8s.io/kubernetes/cmd/kube-proxy/app/server_others.go +++ b/vendor/k8s.io/kubernetes/cmd/kube-proxy/app/server_others.go @@ -27,7 +27,7 @@ import ( "strings" libcontainersystem "github.com/opencontainers/runc/libcontainer/system" - "k8s.io/api/core/v1" + v1 "k8s.io/api/core/v1" "k8s.io/apimachinery/pkg/types" utilnet "k8s.io/apimachinery/pkg/util/net" utilruntime "k8s.io/apimachinery/pkg/util/runtime" @@ -143,7 +143,8 @@ func newProxyServer( if nodeIP.IsUnspecified() { nodeIP = utilnode.GetNodeIP(client, hostname) if nodeIP == nil { - return nil, fmt.Errorf("unable to get node IP for hostname %s", hostname) + klog.V(0).Infof("can't determine this node's IP, assuming 127.0.0.1; if this is incorrect, please set the --bind-address flag") + nodeIP = net.ParseIP("127.0.0.1") } } if proxyMode == proxyModeIPTables { diff --git a/vendor/k8s.io/kubernetes/cmd/kubelet/app/BUILD b/vendor/k8s.io/kubernetes/cmd/kubelet/app/BUILD index fc364aa548..f8069f72c8 100644 --- a/vendor/k8s.io/kubernetes/cmd/kubelet/app/BUILD +++ b/vendor/k8s.io/kubernetes/cmd/kubelet/app/BUILD @@ -146,6 +146,9 @@ go_library( "//vendor/k8s.io/klog:go_default_library", "//vendor/k8s.io/utils/exec:go_default_library", ] + select({ + "@io_bazel_rules_go//go/platform:android": [ + "//vendor/k8s.io/utils/inotify:go_default_library", + ], "@io_bazel_rules_go//go/platform:linux": [ "//vendor/k8s.io/utils/inotify:go_default_library", ], diff --git a/vendor/k8s.io/kubernetes/cmd/kubelet/app/options/BUILD b/vendor/k8s.io/kubernetes/cmd/kubelet/app/options/BUILD index e76c2e1089..39f52f1cf2 100644 --- a/vendor/k8s.io/kubernetes/cmd/kubelet/app/options/BUILD +++ b/vendor/k8s.io/kubernetes/cmd/kubelet/app/options/BUILD @@ -42,6 +42,15 @@ go_library( "//vendor/github.com/spf13/pflag:go_default_library", "//vendor/k8s.io/klog:go_default_library", ] + select({ + "@io_bazel_rules_go//go/platform:android": [ + "//vendor/github.com/google/cadvisor/container/common:go_default_library", + "//vendor/github.com/google/cadvisor/container/containerd:go_default_library", + "//vendor/github.com/google/cadvisor/container/docker:go_default_library", + "//vendor/github.com/google/cadvisor/container/raw:go_default_library", + "//vendor/github.com/google/cadvisor/machine:go_default_library", + "//vendor/github.com/google/cadvisor/manager:go_default_library", + "//vendor/github.com/google/cadvisor/storage:go_default_library", + ], "@io_bazel_rules_go//go/platform:linux": [ "//vendor/github.com/google/cadvisor/container/common:go_default_library", "//vendor/github.com/google/cadvisor/container/containerd:go_default_library", diff --git a/vendor/k8s.io/kubernetes/pkg/controller/daemon/daemon_controller.go b/vendor/k8s.io/kubernetes/pkg/controller/daemon/daemon_controller.go index b10b5c3e6f..fc470bd7ea 100644 --- a/vendor/k8s.io/kubernetes/pkg/controller/daemon/daemon_controller.go +++ b/vendor/k8s.io/kubernetes/pkg/controller/daemon/daemon_controller.go @@ -1053,16 +1053,6 @@ func (dsc *DaemonSetsController) syncNodes(ds *apps.DaemonSet, podsToDelete, nod ds, metav1.NewControllerRef(ds, controllerKind)) } - if err != nil && errors.IsTimeout(err) { - // Pod is created but its initialization has timed out. - // If the initialization is successful eventually, the - // controller will observe the creation via the informer. - // If the initialization fails, or if the pod keeps - // uninitialized for a long time, the informer will not - // receive any update, and the controller will create a new - // pod when the expectation expires. - return - } if err != nil { klog.V(2).Infof("Failed creation, decrementing expectations for set %q/%q", ds.Namespace, ds.Name) dsc.expectations.CreationObserved(dsKey) diff --git a/vendor/k8s.io/kubernetes/pkg/controller/disruption/BUILD b/vendor/k8s.io/kubernetes/pkg/controller/disruption/BUILD index 0165847932..2d1560f189 100644 --- a/vendor/k8s.io/kubernetes/pkg/controller/disruption/BUILD +++ b/vendor/k8s.io/kubernetes/pkg/controller/disruption/BUILD @@ -32,7 +32,6 @@ go_library( "//staging/src/k8s.io/client-go/kubernetes:go_default_library", "//staging/src/k8s.io/client-go/kubernetes/scheme:go_default_library", "//staging/src/k8s.io/client-go/kubernetes/typed/core/v1:go_default_library", - "//staging/src/k8s.io/client-go/kubernetes/typed/policy/v1beta1:go_default_library", "//staging/src/k8s.io/client-go/listers/apps/v1:go_default_library", "//staging/src/k8s.io/client-go/listers/core/v1:go_default_library", "//staging/src/k8s.io/client-go/listers/policy/v1beta1:go_default_library", @@ -56,6 +55,7 @@ go_test( "//staging/src/k8s.io/api/core/v1:go_default_library", "//staging/src/k8s.io/api/policy/v1beta1:go_default_library", "//staging/src/k8s.io/apimachinery/pkg/api/equality:go_default_library", + "//staging/src/k8s.io/apimachinery/pkg/api/errors:go_default_library", "//staging/src/k8s.io/apimachinery/pkg/api/meta/testrestmapper:go_default_library", "//staging/src/k8s.io/apimachinery/pkg/apis/meta/v1:go_default_library", "//staging/src/k8s.io/apimachinery/pkg/runtime:go_default_library", @@ -63,11 +63,14 @@ go_test( "//staging/src/k8s.io/apimachinery/pkg/types:go_default_library", "//staging/src/k8s.io/apimachinery/pkg/util/intstr:go_default_library", "//staging/src/k8s.io/apimachinery/pkg/util/uuid:go_default_library", + "//staging/src/k8s.io/apimachinery/pkg/util/wait:go_default_library", "//staging/src/k8s.io/client-go/informers:go_default_library", + "//staging/src/k8s.io/client-go/kubernetes/fake:go_default_library", "//staging/src/k8s.io/client-go/scale/fake:go_default_library", "//staging/src/k8s.io/client-go/testing:go_default_library", "//staging/src/k8s.io/client-go/tools/cache:go_default_library", "//staging/src/k8s.io/client-go/util/workqueue:go_default_library", + "//vendor/k8s.io/klog:go_default_library", "//vendor/k8s.io/utils/pointer:go_default_library", ], ) diff --git a/vendor/k8s.io/kubernetes/pkg/controller/disruption/disruption.go b/vendor/k8s.io/kubernetes/pkg/controller/disruption/disruption.go index 8be258d10c..7e72dd1b03 100644 --- a/vendor/k8s.io/kubernetes/pkg/controller/disruption/disruption.go +++ b/vendor/k8s.io/kubernetes/pkg/controller/disruption/disruption.go @@ -39,7 +39,6 @@ import ( clientset "k8s.io/client-go/kubernetes" "k8s.io/client-go/kubernetes/scheme" v1core "k8s.io/client-go/kubernetes/typed/core/v1" - policyclientset "k8s.io/client-go/kubernetes/typed/policy/v1beta1" appsv1listers "k8s.io/client-go/listers/apps/v1" corelisters "k8s.io/client-go/listers/core/v1" policylisters "k8s.io/client-go/listers/policy/v1beta1" @@ -53,8 +52,6 @@ import ( "k8s.io/klog" ) -const statusUpdateRetries = 2 - // DeletionTimeout sets maximum time from the moment a pod is added to DisruptedPods in PDB.Status // to the time when the pod is expected to be seen by PDB controller as having been marked for deletion. // If the pod was not marked for deletion during that time it is assumed that it won't be deleted at @@ -544,7 +541,13 @@ func (dc *DisruptionController) sync(key string) error { return err } - if err := dc.trySync(pdb); err != nil { + err = dc.trySync(pdb) + // If the reason for failure was a conflict, then allow this PDB update to be + // requeued without triggering the failSafe logic. + if errors.IsConflict(err) { + return err + } + if err != nil { klog.Errorf("Failed to sync pdb %s/%s: %v", pdb.Namespace, pdb.Name, err) return dc.failSafe(pdb) } @@ -785,29 +788,9 @@ func (dc *DisruptionController) updatePdbStatus(pdb *policy.PodDisruptionBudget, return dc.getUpdater()(newPdb) } -// refresh tries to re-GET the given PDB. If there are any errors, it just -// returns the old PDB. Intended to be used in a retry loop where it runs a -// bounded number of times. -func refresh(pdbClient policyclientset.PodDisruptionBudgetInterface, pdb *policy.PodDisruptionBudget) *policy.PodDisruptionBudget { - newPdb, err := pdbClient.Get(pdb.Name, metav1.GetOptions{}) - if err == nil { - return newPdb - } - return pdb - -} - func (dc *DisruptionController) writePdbStatus(pdb *policy.PodDisruptionBudget) error { - pdbClient := dc.kubeClient.PolicyV1beta1().PodDisruptionBudgets(pdb.Namespace) - st := pdb.Status - - var err error - for i, pdb := 0, pdb; i < statusUpdateRetries; i, pdb = i+1, refresh(pdbClient, pdb) { - pdb.Status = st - if _, err = pdbClient.UpdateStatus(pdb); err == nil { - break - } - } - + // If this update fails, don't retry it. Allow the failure to get handled & + // retried in `processNextWorkItem()`. + _, err := dc.kubeClient.PolicyV1beta1().PodDisruptionBudgets(pdb.Namespace).UpdateStatus(pdb) return err } diff --git a/vendor/k8s.io/kubernetes/pkg/controller/endpoint/BUILD b/vendor/k8s.io/kubernetes/pkg/controller/endpoint/BUILD index 96355148f7..f677be97d4 100644 --- a/vendor/k8s.io/kubernetes/pkg/controller/endpoint/BUILD +++ b/vendor/k8s.io/kubernetes/pkg/controller/endpoint/BUILD @@ -16,6 +16,7 @@ go_library( "//pkg/controller:go_default_library", "//pkg/controller/util/endpoint:go_default_library", "//pkg/features:go_default_library", + "//pkg/util/labels:go_default_library", "//pkg/util/metrics:go_default_library", "//staging/src/k8s.io/api/core/v1:go_default_library", "//staging/src/k8s.io/apimachinery/pkg/api/equality:go_default_library", @@ -55,6 +56,7 @@ go_test( "//staging/src/k8s.io/apimachinery/pkg/apis/meta/v1:go_default_library", "//staging/src/k8s.io/apimachinery/pkg/runtime:go_default_library", "//staging/src/k8s.io/apimachinery/pkg/runtime/schema:go_default_library", + "//staging/src/k8s.io/apimachinery/pkg/util/diff:go_default_library", "//staging/src/k8s.io/apimachinery/pkg/util/intstr:go_default_library", "//staging/src/k8s.io/apimachinery/pkg/util/wait:go_default_library", "//staging/src/k8s.io/apiserver/pkg/util/feature:go_default_library", diff --git a/vendor/k8s.io/kubernetes/pkg/controller/endpoint/endpoints_controller.go b/vendor/k8s.io/kubernetes/pkg/controller/endpoint/endpoints_controller.go index 165585754b..6df6565da6 100644 --- a/vendor/k8s.io/kubernetes/pkg/controller/endpoint/endpoints_controller.go +++ b/vendor/k8s.io/kubernetes/pkg/controller/endpoint/endpoints_controller.go @@ -50,6 +50,7 @@ import ( utilfeature "k8s.io/apiserver/pkg/util/feature" "k8s.io/kubernetes/pkg/features" + utillabels "k8s.io/kubernetes/pkg/util/labels" utilnet "k8s.io/utils/net" ) @@ -505,9 +506,9 @@ func (e *EndpointController) syncService(key string) error { } if !helper.IsServiceIPSet(service) { - newEndpoints.Labels[v1.IsHeadlessService] = "" + newEndpoints.Labels = utillabels.CloneAndAddLabel(newEndpoints.Labels, v1.IsHeadlessService, "") } else { - delete(newEndpoints.Labels, v1.IsHeadlessService) + newEndpoints.Labels = utillabels.CloneAndRemoveLabel(newEndpoints.Labels, v1.IsHeadlessService) } klog.V(4).Infof("Update endpoints for %v/%v, ready: %d not ready: %d", service.Namespace, service.Name, totalReadyEps, totalNotReadyEps) diff --git a/vendor/k8s.io/kubernetes/pkg/controller/job/job_controller.go b/vendor/k8s.io/kubernetes/pkg/controller/job/job_controller.go index 62164751c9..60c38393e1 100644 --- a/vendor/k8s.io/kubernetes/pkg/controller/job/job_controller.go +++ b/vendor/k8s.io/kubernetes/pkg/controller/job/job_controller.go @@ -771,16 +771,6 @@ func (jm *JobController) manageJob(activePods []*v1.Pod, succeeded int32, job *b go func() { defer wait.Done() err := jm.podControl.CreatePodsWithControllerRef(job.Namespace, &job.Spec.Template, job, metav1.NewControllerRef(job, controllerKind)) - if err != nil && errors.IsTimeout(err) { - // Pod is created but its initialization has timed out. - // If the initialization is successful eventually, the - // controller will observe the creation via the informer. - // If the initialization fails, or if the pod keeps - // uninitialized for a long time, the informer will not - // receive any update, and the controller will create a new - // pod when the expectation expires. - return - } if err != nil { defer utilruntime.HandleError(err) // Decrement the expected number of creates because the informer won't observe this pod diff --git a/vendor/k8s.io/kubernetes/pkg/controller/replicaset/replica_set.go b/vendor/k8s.io/kubernetes/pkg/controller/replicaset/replica_set.go index b61330afd5..1982291df7 100644 --- a/vendor/k8s.io/kubernetes/pkg/controller/replicaset/replica_set.go +++ b/vendor/k8s.io/kubernetes/pkg/controller/replicaset/replica_set.go @@ -485,16 +485,6 @@ func (rsc *ReplicaSetController) manageReplicas(filteredPods []*v1.Pod, rs *apps // event spam that those failures would generate. successfulCreations, err := slowStartBatch(diff, controller.SlowStartInitialBatchSize, func() error { err := rsc.podControl.CreatePodsWithControllerRef(rs.Namespace, &rs.Spec.Template, rs, metav1.NewControllerRef(rs, rsc.GroupVersionKind)) - if err != nil && errors.IsTimeout(err) { - // Pod is created but its initialization has timed out. - // If the initialization is successful eventually, the - // controller will observe the creation via the informer. - // If the initialization fails, or if the pod keeps - // uninitialized for a long time, the informer will not - // receive any update, and the controller will create a new - // pod when the expectation expires. - return nil - } return err }) diff --git a/vendor/k8s.io/kubernetes/pkg/generated/openapi/openapi.go b/vendor/k8s.io/kubernetes/pkg/generated/openapi/openapi.go index 4a9d2fd57e..129fec9aa2 100644 --- a/vendor/k8s.io/kubernetes/pkg/generated/openapi/openapi.go +++ b/vendor/k8s.io/kubernetes/pkg/generated/openapi/openapi.go @@ -35,4 +35,4 @@ func GetOpenAPIDefinitions(_ common.ReferenceCallback) map[string]common.OpenAPI return definitions } -var api = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\xbd\x79\x93\xdc\xb8\xb5\x27\xfa\x55\x10\xe9\xd7\x21\xc9\x91\x95\x25\x75\xbb\xed\x79\xea\xb8\x31\x53\x96\x64\x5b\x63\x49\x5d\x57\x55\x6a\xc7\x3c\x97\x63\x84\x24\x91\x99\xb8\x62\x02\x6c\x02\xac\x52\xfa\x46\x7f\xf7\x17\x38\x58\x08\x92\xe0\x92\x5b\x6d\x82\xff\x70\xab\x92\x20\x88\xf5\xac\xbf\x73\xce\x7f\x4f\xbe\xfc\x0f\x31\xa3\xfc\x14\xe7\xf4\x14\xa7\x6b\x2a\x04\xe5\xac\x20\x4b\x2a\x64\x81\x25\xe5\xec\xf4\xfa\xc5\xec\x7d\x29\xb1\xa4\x6c\xf9\x0f\x32\x5f\x71\xfe\x65\xf2\xf2\xbf\x27\x17\xc9\x8a\xac\xb1\xfa\x57\x4a\x44\x52\xd0\x5c\xb5\x9d\xbc\x9c\x34\x9a\x22\xfd\x74\x4e\x04\xc2\x0c\xb9\x0f\xa0\x1b\xf3\x18\xb3\x14\xc9\x15\x41\x05\x11\xbc\x2c\x12\x68\x96\x22\x9e\x13\xfd\x71\x81\xa8\x44\x38\xcf\x33\x4a\x04\x92\x7c\x36\x99\x4e\xe4\x26\x27\x93\x97\x13\x3e\xff\x2f\x92\xc8\xc9\x74\x52\x90\x5f\x4b\x5a\x90\x74\xf2\xf2\x9f\x13\x86\xd7\x64\x32\x9d\x24\x19\x25\x4c\xbe\xe2\x6c\x41\x97\x93\xe9\x44\xd0\x94\xbc\x59\x2c\x48\x22\xc5\x64\x3a\x71\x63\xf8\x48\xae\x29\xb9\xf9\x85\x14\xea\x0f\x31\xf9\xd7\x74\x92\x17\xea\xc3\x92\x12\xa1\xe6\xd5\xd5\xb0\x35\xe5\xb3\x70\x43\x44\x61\xce\xbc\x48\x49\x41\x52\x94\x51\x21\x11\x5f\xa0\xbc\x20\x0b\x52\xa8\x5f\x3e\x37\x5e\xfc\x8c\xae\xed\xab\x6a\x49\xec\x0a\x92\xaf\xb9\x1a\xfa\x0c\x9d\x9d\xbf\x45\x82\x14\xd7\xa4\x40\x37\x34\xcb\x90\x2c\x36\x48\x72\x54\x0a\x82\x16\xb4\x10\xd2\xbe\x8e\x28\x83\x0e\xe0\x8b\x37\x2b\x9a\xac\xd4\x2a\x8a\x32\xcf\x79\xa1\xfa\x79\xbb\x40\x8c\x33\xa2\x06\xa3\x9a\xb9\x8f\x8a\x9c\x24\x74\x41\x49\xaa\x3b\xa0\x42\xf7\x60\x5e\x24\x29\x9a\x6f\xbc\x31\x4c\xd1\x35\xce\x68\x0a\xdb\xa4\xc7\xb3\xc0\x34\x43\x0b\x5e\xe8\x77\xf5\x06\xc1\xd7\x30\xca\xd5\x37\x84\xea\xc3\x6e\x7c\x02\xbb\x53\xea\x6d\x76\x9f\x16\x08\x67\x19\xbf\x21\x69\x35\x2a\x75\x1e\x52\x4e\x04\x62\x5c\x22\xca\x92\xac\x4c\x09\xc2\x6c\x53\xb5\xf8\xc2\xf8\x0d\x53\x2b\xa1\x66\xa3\x06\x78\x61\x06\x98\xe0\x2c\x13\xf6\x81\xfd\x70\x35\x54\xd5\xf3\x9c\x20\x51\xc2\x48\x6d\x3b\xf5\xa8\x2c\x08\xca\x79\x46\x93\x8d\x77\xe2\x70\x51\xe0\xcd\x64\x3a\xa1\x92\xac\xe1\x14\x98\xdf\x85\x2c\x28\x5b\x4e\x7e\xfb\xad\x71\xf0\x5a\xe7\xe4\x95\xf7\x14\xa5\x64\x41\x19\x11\x68\xc5\x6f\xd4\x97\x13\xbe\x5e\x97\x8c\x26\x58\x12\x74\x43\xe5\x0a\x86\xa2\xc6\x3b\x43\x1f\xed\x01\x9f\x4e\xfe\x9f\x82\x2c\x26\x2f\x27\xbf\x3b\x85\xb7\x29\xdc\x90\x53\xca\x67\xea\x0e\xe3\x9c\xce\x82\x17\x78\x76\xfd\x62\x66\xce\x92\x3f\x82\xc9\x6f\xd3\x89\x99\xeb\x39\x4c\xb5\x3d\xe0\xbf\xf8\x8f\x6b\x23\x2e\x59\x41\x12\xbe\x64\xf4\xdf\x24\x45\xa4\x28\x78\x21\xd0\xa2\xe0\x6b\x18\x76\x75\xcb\x09\x4b\x73\x4e\x99\x44\xb8\x20\x68\x85\x59\x9a\x91\x14\x9d\x54\x7b\x8c\xb3\x52\x6d\x79\x41\xd0\xdb\x25\xe3\x05\x41\xbc\x40\xea\xa3\x33\xf4\x9a\x2c\x70\x99\x49\xd8\x3d\xf8\xa5\xda\x07\xbb\xde\xd3\xc9\x1a\xcb\x64\xd5\x35\x78\xef\x61\x7d\xb1\x57\x04\x5d\x4d\x8a\x32\x23\xe2\x6a\xa2\x4f\x38\x15\xea\x12\xa5\xea\x5b\xf0\x96\x3a\x66\x7c\x4d\xd9\x12\x29\xe2\x42\x04\x5c\xbe\xf6\x98\xaf\x26\x6f\xbe\xe2\x44\x5e\x4d\xd4\xb0\xaf\x26\x6f\x7e\x2d\xe9\x35\xce\x08\x93\x57\x93\xd9\x15\xbb\x62\x27\x08\x9e\xbf\x34\x9d\x62\xdb\x1b\xe2\x2c\xdb\x20\xba\x50\xb7\x92\xa8\x16\xd9\x46\x37\x51\xfd\x7a\xb7\x50\x8d\x71\x86\xfe\xc2\x0b\xd5\x6a\x9d\x67\x64\xaa\x5e\x4a\x49\x9e\xf1\xcd\x9a\x30\x29\x50\x82\x99\x3a\xc1\x6b\x9e\xea\x37\xae\x29\x56\xd4\x52\x9c\x5e\xbf\x98\xda\x7f\xcc\x89\xc4\xea\x2f\x96\x22\xf2\x55\x12\x06\x77\xa6\xfa\x7d\x5e\x4a\x6f\x39\xf4\xc8\xf4\x25\x4b\xd1\x67\x9c\xd3\xbf\x16\xbc\xcc\xc5\xcb\x7f\x5e\x4d\x54\x7f\x57\x93\x7f\xa9\x8e\xa9\xa5\x71\xea\xf7\xeb\x17\xf0\xab\xa3\xe0\x2f\xd1\x3f\xaf\x26\xde\x28\xaf\x26\xff\xfa\x3c\xf5\x66\x2f\x79\x6d\x68\x08\xe6\xd7\x1c\x18\xba\xe1\x65\x96\xc2\x9d\x57\x57\x94\x30\xd9\xb8\xc7\x76\x85\xdd\xa2\xb7\x97\x99\x2e\xec\xca\x08\xf8\x55\x8f\x0f\xb6\x5c\xd3\x38\x98\xf5\x14\x91\x6b\xc2\xf4\xd2\x31\x2e\x57\xa4\x00\x1a\xb2\x54\xf3\x56\x63\x33\x64\xe6\xe8\x1b\xa1\x7e\xbf\xbf\x1b\x31\x27\x8a\x62\x5f\x13\xe0\x03\xd5\x8b\x30\xea\xae\xdd\xf1\xef\x70\xfd\x7a\x84\x2e\x33\xf0\xee\xd6\x2d\xbe\x5c\x11\xa4\x9e\x58\x66\xd5\x92\x20\x66\xe8\x83\x7a\x2c\x56\x76\x98\x8b\x32\xcb\x36\xe8\xd7\x12\x67\xb0\x15\x53\x44\x66\xcb\xd9\x14\xd1\x35\x5e\x12\x43\xd3\xbf\x94\x73\x52\x30\x22\x89\x92\x7c\xa6\xe8\x66\x45\xe0\x36\x7b\x4d\xae\x26\x8a\x28\xc8\xc6\xc7\xcd\x27\xf5\x5e\xd5\x3a\x09\xb5\xe6\xc5\x12\x33\xfa\x6f\x4d\x83\x1d\x15\x0f\x12\x32\xf5\x9a\xc8\x71\x42\x2e\x48\x46\x12\xc9\x8b\xf6\x42\x7c\x68\x36\x41\x29\x49\x68\x4a\x84\x1a\x3e\x9c\x5a\xc9\x51\x51\xb2\x1a\xaf\xe3\x0c\x24\x10\xcd\xdf\xe6\x58\xd1\x38\xb5\x72\xf6\x05\x33\x60\xe8\xd6\x30\x6e\x2c\x6d\x73\x4b\x91\x54\x2b\x61\xbe\x09\xdc\x1c\xe6\xa6\xdb\x50\x29\x48\xb6\x00\x41\xa7\xea\x69\x0a\x2d\xe0\x75\x45\x42\xa9\x50\xdc\x7f\xc1\x8b\xb5\xfe\xba\x91\x0b\xd6\x44\xe2\x14\x4b\x3c\xcb\xf0\x9c\x64\xa2\xd5\xb3\x70\xb7\x31\xc9\x4a\x21\x49\x81\x44\xc2\x73\x45\x15\xcd\xf1\x9e\x2a\xf2\xc9\x88\x92\x86\xc4\x17\x9a\x8b\xd6\xf1\xab\xdd\xd7\xae\xc5\xd9\x98\x0f\xaa\x65\xe4\xc2\x5f\x0f\xaa\x25\x0e\x2c\x04\x4f\x28\x06\xd1\x45\xf1\x65\x75\x45\x59\x46\xae\x49\xa6\x6e\xe9\x02\x5d\x4d\x9e\x5b\x06\xf0\xe2\x6a\xf2\x13\x42\x1b\x5e\x6a\x19\x43\x10\x59\x5b\x3c\x84\x05\x5a\x70\xc5\x46\xc4\x4b\x74\xd5\xde\xf3\xab\xc9\x4b\xf4\xdf\x57\x0c\xa1\x2b\xcd\xbb\xde\x7c\xcd\x0b\x02\x67\x5d\xa8\x47\xff\x54\x8f\x90\x6e\xa1\xfe\x77\x35\xf9\x42\x36\xea\x81\x3f\xa2\x69\xf5\x54\xcb\xd0\xba\xdb\xab\xc9\x07\x2e\xdf\xb2\xda\x73\xcd\xc8\xbc\x9e\xf5\xcf\xcf\xbd\x46\x48\x4f\xca\xfe\xf9\x2f\xfd\x8f\xdf\xd4\x7f\xfe\x75\xc5\x7e\x53\x8b\xfc\x76\x81\x28\x13\x92\xe0\x54\x4f\x1c\x6b\x52\x00\xe4\x6b\xfb\x05\x6f\x2e\xb6\xe6\xd5\x84\x5d\xd3\x82\xb3\x35\x90\x0e\xbd\xe6\x79\xc1\x53\xbb\xec\x42\xe2\x25\x65\x4b\xb5\xf8\x77\xb0\xf6\xb5\xc1\x75\x2e\xff\xb8\xb5\xd7\xb3\xaa\x2d\xbf\x9b\x5c\xdf\x26\x5c\x10\x82\x56\x52\xe6\xe2\xe5\xe9\x69\x8d\x2c\x9d\xa6\x3c\x11\xa7\x09\x67\x09\xc9\xa5\x38\xe5\xd7\xa4\x50\x8a\xc6\xe9\x0d\x2f\xbe\x50\xb6\x3c\x51\x8b\x7c\x62\xf6\xe3\x54\x5f\xc4\x53\x20\x04\x6b\x25\x8c\x99\xcb\x23\xd4\x92\xc3\x43\xb7\x9c\xc2\xa7\xef\x96\xf4\x93\x75\x2e\x37\xe8\x9d\x6a\x68\x97\x75\x6a\xd4\x0f\x4b\x4b\xd4\x6d\xdd\x48\x45\x16\x66\xc3\xd2\xec\x1a\x2b\x02\x42\x8a\xcd\x2c\xff\xb2\x54\x3f\x08\x20\x1a\x4a\x9c\xad\x7d\x44\x11\x50\x3d\x87\x6e\xea\xf9\x73\xed\xf9\x18\xd2\xe9\xa8\x25\xad\xd1\xa5\x15\x16\x15\x69\xb3\xa4\xab\xfe\x75\x75\x90\x89\xda\x61\x38\xc7\x78\x89\xd5\x05\x41\x73\x6e\xce\x33\xcf\x52\x3d\x1a\xe0\x22\x8c\xdc\x98\xbf\x80\xf6\x3a\x66\x1b\xe0\xa9\x9a\xed\x50\xa1\x18\xb1\x52\x69\x8b\x9a\xc4\xba\x40\x84\xc2\x5c\x7a\xc9\xf7\x19\x62\x65\x96\xd9\x36\x4f\xab\xb1\x18\x95\x31\xc1\x02\xf8\x57\x52\x10\x2c\xc9\x54\x5d\xb0\x6a\x84\x8d\x36\x29\xc9\x88\x24\xcf\x54\x9b\x8a\xc9\xc0\x2c\x12\xcc\x14\xe9\x5c\xe1\x6b\x62\xd6\x08\x3d\xcd\xe8\x17\x82\x30\x7a\xed\xc4\x91\x8f\x3c\xcb\xe6\x38\xf9\x02\xef\xa3\x73\x9e\x9e\x17\xfc\xeb\xe6\xe7\x5c\xab\xfd\xba\xbb\x67\x96\x0a\x07\xa6\x3c\x43\x9f\x04\xf1\xb7\xc6\xdd\x75\x2b\x5e\xfb\xdb\xa9\x14\xd2\x5c\x9e\x50\x36\x45\x73\x92\x60\xa5\x33\x13\x96\x2a\xb1\xbf\x50\x1b\xba\x01\x1e\x12\x96\x30\x94\xda\x2b\x88\x94\x6a\xc7\x41\xad\x36\xbb\x7e\x8f\x8e\x7f\x41\x28\xbb\xe6\x09\x88\x1a\x5d\xfa\x50\xbb\x0d\xa2\x2c\x05\x8d\xd3\xbb\x08\x4a\x73\xb7\xf3\xae\x64\x2a\xa5\x48\x93\x14\xad\xcb\x4c\xd2\x3c\x23\x48\xd2\xb5\x92\xa9\x05\xca\x71\x01\x46\x0d\x8c\x04\x65\xcb\xac\xa6\xfb\xe9\x2b\x00\xc2\x4f\x50\x79\xfa\xa0\x96\xe3\x6a\x62\x04\xdf\xb7\x8b\x0f\x84\xa4\x24\x35\xba\x13\x3c\x7c\xd9\x56\xdc\x8d\x42\x60\x07\xa4\xc8\x94\x5c\xa9\xe3\xc7\x14\x07\x61\x03\x03\xd1\x1c\x4b\x7f\x28\xd0\x79\xd5\x31\x96\x28\x23\x18\x54\x35\xd5\x55\x0a\xbb\x83\x33\x98\xb8\x3f\xef\x86\xba\xeb\xbe\xd4\xa0\x1a\x73\xa2\x0e\x8f\x6a\x28\x41\xf5\x10\x95\xa6\x30\xdf\x20\x2d\xe6\x54\xdd\xe4\x59\xb9\xa4\x4c\x20\xbc\x90\x46\x4a\x83\xe3\x81\xb3\xca\x78\x82\xb3\x6c\x66\x0d\x44\x42\x5f\x3a\xad\x37\x6e\x8c\xf1\x05\x76\x1d\xfd\x7e\x5d\x0a\xf9\x7b\x35\x2f\x9a\x92\x75\xce\x25\x61\x72\x8a\xf0\x5c\x6d\x21\x47\x79\xc1\x13\x22\x84\x63\xc8\x72\x45\x36\x28\x2f\xc8\x35\xe5\xa5\xc8\x36\x6e\xbc\x33\xf4\x81\x4b\xf2\x12\xfd\x5e\x4b\x8c\xe5\x7a\xae\xc8\xcc\xc2\x5f\x97\xea\x68\x09\x7b\x65\x97\x25\x2e\x30\x93\x44\x5f\xd9\x39\x71\xaa\x2e\x67\x64\x86\x7e\xaf\x56\xa8\xa3\x83\x82\x08\x75\xaf\x28\x43\x8b\xb2\x80\xb5\xd1\xab\x65\x9f\x9b\x0b\xa7\x87\x3d\xb5\x8b\xa2\x8f\x55\xf0\xcb\xaa\xf3\x2f\x96\x16\xab\x6f\xdf\xd4\x56\xae\x04\x3a\x52\xad\x9a\x22\x07\x73\x82\x0a\x62\x4d\x77\x8a\xe4\x50\x46\xd7\xf4\xdf\x64\xd4\x12\xa8\x4f\x48\x6e\xed\x63\xc4\x23\x8f\x7a\x4b\x71\x96\xa1\x35\xd8\x49\xc1\xc0\x55\x10\x7f\xc8\x09\x57\x4c\x57\x11\x5f\x35\x2e\xec\xac\x6c\xe6\x00\xd5\x49\x93\x91\xbd\x02\xea\x96\xb9\x5d\x41\x75\x03\x94\xcc\x36\x85\xf8\xa8\x7e\xf6\x0c\xb6\x37\xa0\x0d\x54\xa6\x58\x50\x1d\xb0\xac\x14\xcc\x53\x51\xce\x2b\xc3\xad\x7f\x9d\x12\x5c\xa8\x7b\x3e\xe7\xa5\x9c\xa1\xcb\xf0\x03\x58\x16\xdb\xbb\x31\x87\x58\x4a\xf9\x7f\x31\xdb\xfc\x5f\xf4\x11\x0c\x20\x7f\xe3\x37\x04\xcc\x79\xd4\x18\x53\xf5\xd9\x55\x5a\xbb\x44\xbf\xb8\xd5\x71\xc6\x54\x77\x2d\x14\x61\xb1\xe6\xe8\xf6\x53\x30\x57\xe5\x65\x45\xd7\xad\x9e\xa1\xa9\x88\x04\x4b\x1c\x90\x6f\xc3\xce\xe0\x48\x24\x4a\x86\x22\xa9\x7e\x5b\x89\x4f\x6a\x22\x76\xcb\xb2\x0d\x4a\xa9\xc0\xf3\xcc\x76\xa9\x6f\xf2\x74\x8f\x51\xc2\x99\x06\x25\xc7\x50\x26\xee\x5b\xd1\xad\x79\x0a\x64\xb6\xea\x23\xd6\xda\x57\x33\xb1\xfa\xdf\x09\x36\x30\x64\xa0\xcf\xe2\xb9\xb3\xfd\x51\xed\xe4\x3f\xa8\x5c\xfd\xec\x4e\x13\xd8\x4b\x7d\xcb\x7c\xeb\x38\x5e\x54\x0f\xf5\x76\x74\xb0\x29\x25\x92\xa9\x8e\x10\xd1\x8d\x67\xe8\x2c\x51\xf2\x2e\x90\xb9\x8a\xe3\xbc\x44\x1f\x38\x23\x53\xf8\xff\x9f\xd9\xeb\x62\xf3\xb1\x64\xe8\xa9\xa3\x04\x5a\xe2\xd1\x96\x1b\x6b\xfa\x50\x84\x00\x67\x82\x3b\xda\x7a\xc1\xd7\x60\xa3\xfc\xc4\xc0\xe6\xfc\xcc\xa3\xc1\xa0\xaf\xf8\xc3\x40\xef\x3f\x5d\x5c\x22\xaa\x4e\x86\x12\x77\xc0\xee\xa2\x24\x71\x9a\x51\x63\xf3\xde\x08\x49\xd6\x53\xc5\xb0\x12\xe2\x99\x65\x1c\xf9\x51\xdb\xa1\x39\x04\x46\x8b\x52\x96\x05\x41\x42\x92\xdc\xca\x61\xd5\x31\x48\x56\x98\x2d\x89\xf3\xa5\xd4\x46\xa1\xd6\x8b\x2c\x38\x1c\x23\x47\x10\x4b\x96\x02\x15\xfe\x68\xcf\x8f\xd3\xb6\x52\xbd\x2e\x58\xca\x82\xce\x4b\x30\x46\x6b\xc6\x88\x4b\xc9\x4f\xdc\x98\x34\x7b\xdb\x38\x93\x5b\xc5\x46\xcd\x2a\xd8\x8d\xfb\x8f\xff\xb0\x8b\xa5\xd6\x4d\xad\x5f\x90\x22\x29\xbe\xca\x4b\x79\xa1\x56\x28\x0d\x9c\x85\xcb\xda\x73\xcf\x5d\xa0\xc6\x6c\x5e\xae\x5c\x0f\xce\x34\x74\xe6\x38\xa8\x6d\x93\x63\x21\x88\x98\x36\x88\x55\x96\xb9\x79\x52\x30\x44\xa7\x88\x17\xce\x9d\x50\x3d\x07\xb7\x81\xd3\x0c\x02\xde\x02\xa0\x75\xf6\x5b\x70\xf6\x90\x62\xc1\xaa\xe3\x39\x91\x37\x84\x30\xa4\x6d\x66\x3f\x3c\x47\x42\x4f\xa6\x26\x48\xbe\xa8\x7e\xae\x96\x89\x32\x49\x96\xa4\x98\x4c\x27\x0b\x5e\xac\xb1\xd4\x3f\xfd\xf0\xfd\xe4\x37\x75\x87\x5e\x93\x9c\xb0\x94\xb0\x04\xdc\x56\xff\x1c\xe5\xcf\x0b\x5c\xc7\xe9\xa8\x17\x43\x7e\x04\xff\x4d\x27\xb4\x9e\xe6\x5f\x96\xea\x07\x71\xaa\x84\xd6\xd3\x96\xd0\xfa\xaf\xdf\xc6\x7d\xb0\x8f\x62\x6d\xe1\x86\xac\x53\xba\x8a\xc5\x01\xdd\xaf\x53\xc1\x05\xec\x4f\x9b\xd5\x82\xa8\x80\x81\xb2\xa8\xc3\xa1\xaf\x02\xb4\x55\x17\xd6\x5c\xc1\x4a\x2e\x09\xb9\x2a\x1b\xfe\x45\x67\xbd\x0d\xb8\x14\xcf\xdf\x9a\x67\xce\x77\xe1\xb9\xea\x48\x8a\x04\xcc\x5b\x8b\xa0\x54\x89\x4c\x79\x41\x94\xce\xe8\x4d\xc2\x79\xe0\xb4\x3b\x4c\x58\x79\xde\xd8\x71\x91\xe7\xc1\xd1\xbd\x39\xc9\x2a\x53\xc4\x56\x09\x60\x92\x14\x4a\xb4\x81\x83\x3c\x75\x73\x35\x53\xaf\xf9\x80\x34\x9d\x9d\xa1\xf7\x8a\xd2\x50\xb6\xe0\x2f\x9d\x45\x62\x49\xe5\xcc\x6c\xb5\xf1\x72\xc9\xcd\x69\xc2\x99\xa6\x30\xbc\x10\xa7\x29\xb9\x26\xd9\xa9\xa0\xcb\x13\x5c\x24\x2b\x2a\x49\xa2\x88\x9d\x3a\x18\x27\x30\x58\xa6\xa5\xaa\x75\xfa\x3b\x27\x6d\x84\x88\xc8\x17\xca\xd2\xf6\x52\xfe\x9d\x6a\xad\x59\xf1\x74\xd5\xd2\x5c\x4b\xb7\x62\x96\x57\x7f\x7c\x73\x71\x59\x39\x09\x3c\x17\x66\xd5\x54\x54\x6b\xa9\xd6\x81\xb2\x85\xe5\x45\xce\xf7\xe5\x3c\x5e\x5a\xa2\x50\xd7\x04\x89\x72\xbe\xa6\x52\x54\xdc\x5a\xf2\x19\x7a\xe5\x84\x8a\x32\x57\x42\x62\x3a\x43\x6f\x19\x7a\x85\xd7\x24\x7b\x85\x05\x39\xfa\x4a\xaa\xd5\x13\x27\x6a\xc9\x82\x6b\x69\xcd\xb3\x01\xb6\x2c\x31\x4b\x71\x91\x3a\x43\x83\x69\xf9\xd3\xb1\x47\xec\x2c\xc6\x7b\xe9\xce\xda\x96\xf1\x9e\x48\xac\xa6\x69\xd9\x7f\x7b\x9a\x8e\xb1\xc3\xd1\xb1\xce\xfb\x1b\x5f\x6a\x03\x26\x0c\x7c\xce\x33\x4b\x37\x01\x0c\x47\x11\xa7\x9a\x78\x8c\xdf\xa6\x93\xaf\x27\x95\xe5\xef\x24\x57\x6c\xf9\x64\x4d\x8a\x25\x39\xf9\x42\x36\x93\x97\x16\x19\x11\x68\x05\xfd\x92\xa5\x6a\x04\x2f\xec\xce\x55\x9a\xa3\x1a\xc9\x18\xbc\x1d\x39\x04\x57\x78\x47\x85\xdc\x95\x33\xbc\x33\xde\xe0\x6a\xc3\xfb\x5a\x0f\xa1\x51\xf4\x3e\xb7\x71\x25\x91\xee\x1f\x96\xee\xbb\xfb\x54\x5f\xcb\x77\xdb\x6d\xe1\xd1\x6e\x67\x5d\x66\xf9\x2d\x32\xaa\xdb\x66\x54\x70\x97\x1d\xf7\xb8\xdd\xf1\xee\x61\xe4\xa5\xc2\xb0\xa9\x03\xd1\xe3\xfa\x39\x1c\x2b\xb5\xdb\x51\x8c\x25\xcd\x4a\xb5\xe8\x23\xbf\xea\xb9\x3e\xe5\xb2\xcc\x33\x70\x24\x9c\x9d\xbf\xd5\xe0\x86\x29\xaa\xe8\x9f\x26\x3b\x1f\xed\xbd\x9f\xbd\x05\xc2\xac\x28\xcf\x7a\xad\x56\xc2\x38\x02\xbe\x10\x24\x4a\x6d\x04\x96\x60\x57\x03\x65\x0f\x7a\x26\x5f\x73\xcc\x84\x33\xb1\x81\x1d\x6d\x94\x54\xae\x07\x13\x24\xce\xfa\x91\xf5\xf6\x3b\x9c\x88\x68\x60\x18\xe7\x24\xe3\xea\xb6\xf2\x19\x7a\xf2\xfb\x27\x30\xdd\x2c\x33\x4d\xc1\xd3\x6d\x7e\x35\xd7\x55\xab\xa3\x19\x61\x4b\xb9\xb2\x56\x65\x91\xd1\xa4\x52\x1e\x9d\xb6\xde\x80\x10\x8c\xc0\xa4\x79\x20\x91\x3e\x7e\x53\x9b\x54\x0d\x87\x38\x34\x2d\xdb\xf8\xb6\x27\x56\xf1\x84\xf6\x21\x73\x43\xae\x31\x73\xdf\x56\xa9\x0e\x93\x3a\x8a\x1e\xb8\xb4\x01\x1a\x78\x89\x9e\xe4\x3c\x15\x4f\xd0\x9a\x60\x26\x90\xfa\xf7\x4c\xff\x74\x9a\xf1\xa5\xfd\x19\x26\xc8\x97\xc8\x33\x85\x02\xca\x53\xb7\xfe\xbd\x6d\xa6\x16\xca\x7d\x5e\xa3\xae\x14\x55\xf5\x0d\xa8\xb6\xf3\xda\x3b\x35\x0b\xab\xd7\xef\xa9\x48\x70\x46\x6a\x2d\xd5\x0f\xcd\x0e\x7f\x7f\x1a\x1e\x81\x95\x5f\x69\x51\x7f\xc3\xb8\xf4\x6f\x68\x96\x26\x8a\x74\x36\xb7\xd2\x83\x7c\xc2\xea\x81\x55\x84\x30\xb8\x82\x55\xe7\x29\x87\xc9\xf1\x6b\x52\x64\x38\xd7\x46\x21\x82\x93\x95\xf6\x74\x18\x63\xb5\xa2\x67\x8a\xa5\x19\x43\x0a\x61\x49\xc6\x05\xfc\x60\xec\xfa\xb5\xa9\xaf\xe9\x72\x25\xad\xf7\xc7\xe0\x07\x77\x3d\x38\x00\x24\x69\x1f\x1a\xf8\xb9\x61\x5a\xd2\xbf\x39\x69\x0b\xec\xd1\x60\x67\xad\xbb\xb2\x5e\x69\xd3\xf1\xd5\x64\x8a\xae\x2a\xa4\x4e\xaa\xfe\xd6\xde\xad\xdf\x5f\x4d\xfc\x66\xee\xec\x60\x03\x06\x34\xb6\xe7\x93\x06\xc6\x45\xe8\x05\xd6\x56\x36\x6f\x08\xee\x13\x70\x5b\xad\xff\x46\x8d\xa5\xde\xd1\xac\x31\x9c\xd6\x77\x1d\x10\x62\xf8\x9b\x7a\x12\x5e\x07\x60\x59\x34\x4e\x17\xb3\x50\x05\x51\xcb\x9c\x18\x27\xc8\x45\x6d\x03\x4d\x7f\xb5\x35\x55\xe7\x2f\xc7\x85\x92\x3d\x6c\xcb\xca\x1c\x46\x85\xfe\x66\xc0\x60\xd8\xe6\x88\xac\xcc\xb2\x2d\x38\x54\xc3\xf8\x35\xc0\xaf\xea\xad\x1b\xdc\xcb\x7b\x50\xe7\x58\x28\xb2\xac\xc8\xb2\xea\x13\xe3\xb5\x23\xd7\x80\xa8\xd4\x0e\x18\x18\x12\xab\x5f\xea\xf6\xfe\x96\x27\xed\x04\xbd\xfa\xf8\xe6\xec\xf2\xcd\x14\x7d\x3a\x7f\x0d\xff\xe5\x05\xfa\x3d\x18\xc4\xd5\x74\x3d\x6b\x44\xe4\xd1\x91\x47\x47\x1e\x1d\x79\xf4\x3d\xe7\xd1\x17\xa4\xb8\xa6\x09\xf9\x48\x16\xa4\x20\x2c\xe9\xd5\x28\x9b\x6d\xd1\x8a\x67\xa9\x46\xfc\xdb\x5f\x24\x47\xa6\xd5\x2c\x23\x4b\x9c\x6c\x8c\xb6\x3f\x22\x9c\x0c\x56\x7e\x62\xe0\xe9\x2d\x5b\x5e\x18\xb4\xfe\x59\xfd\xfc\x39\x84\x09\x17\x66\x14\x7e\x50\x4f\x37\x1a\xbc\xa3\x67\x78\x56\xeb\x5e\x9f\xb3\x6d\xbe\x91\x63\xb9\x0a\x74\xaf\x7e\xfe\x6c\x03\xd7\x72\x83\x6c\xf9\xf4\xf1\x1d\x52\x0f\x0c\x1c\xc2\x7a\x4a\x01\xa2\x48\x35\xa6\xd7\x0b\x29\x80\xe3\x68\xc7\x10\xfc\x34\x2f\x64\xfb\xd3\x6f\x17\x55\xe4\x8b\xa6\x63\xaa\x9d\xa5\x3c\xa6\x3f\x7d\xa8\x57\x5c\x80\x31\xcc\xb9\x79\x3d\x07\xea\x1f\xfe\xf0\x03\xb0\xbd\x39\x4e\xbe\xdc\x28\xea\x98\xf0\x75\x8e\x25\x9d\xd3\x8c\xca\xcd\x0c\x7d\x56\xbd\x7e\xf6\xa0\x6d\x06\x60\xa3\xbf\x66\x80\x3d\x4f\x5f\x9c\xfc\xf1\xc7\x1f\x7f\xf8\x71\xaa\x23\x30\x04\xbd\x26\xcf\x76\xf4\xc7\x6e\x71\xe6\x5b\xf8\x8d\xbe\x43\xdf\x6a\x1c\x03\x2d\x63\xa0\x65\x0c\xb4\x8c\x81\x96\x31\xd0\x32\x06\x5a\xc6\x40\xcb\x18\x68\x19\x03\x2d\x63\xa0\x65\x0c\xb4\x8c\x81\x96\x31\xd0\xf2\x9e\x06\x5a\xc6\x38\xcb\x18\x67\x19\xe3\x2c\x1f\x58\x9c\x65\x0c\x9c\x8a\x81\x53\x31\x70\x2a\x06\x4e\xc5\xc0\xa9\x18\x38\x75\xbf\x03\xa7\xfa\x89\xda\x56\xae\x85\xa3\x06\x4f\x19\xa1\xc2\x71\x04\x75\x23\x41\x9b\x8d\x11\x54\x31\x82\xea\x91\x03\xd3\x63\x04\xd5\x9d\x45\x50\xb5\x9d\xad\xf7\x23\x86\xaa\x3d\xae\xe3\x45\x51\xf5\x13\xfa\xa1\x38\xaa\xe1\xb7\xeb\x1b\xdf\xdf\x3e\xc6\x52\xdd\x0f\x0e\x30\x10\x4b\x35\x7a\x13\x8f\x78\x53\x63\x3c\x55\x8c\xa7\xba\x93\x78\xaa\x81\x93\x78\xac\x88\xaa\x90\xea\xd0\x43\x97\x03\xcd\x15\xb9\x92\x98\x1a\xb8\x8b\xda\x2a\xa5\x0d\x29\x22\x67\x01\xe9\x18\x5d\xbe\xbb\x50\xcd\x18\x49\x0c\xce\xc4\xe8\xb5\x37\x8e\x0d\xf5\xcb\xe2\x09\xfe\x73\xc9\xd2\x2c\x84\x59\xb3\x8f\x34\xb0\x0c\x9d\xbf\x79\x8f\x08\x4b\x78\x4a\x52\xf4\xea\x0c\xcd\xe1\x59\x03\x5b\x66\x51\x02\x2e\x85\x92\x37\x94\x27\xc2\x82\x73\x12\xf5\x79\xc8\x0b\x45\xc0\xad\x55\x32\x0f\x42\xa6\xad\x04\x48\x16\x4a\x8d\x2c\x38\x97\xc2\xaa\x9e\x6a\x3b\x74\x07\xb8\xd0\x9f\x6a\xab\xd6\x9e\xca\x38\xdf\x48\xa2\x6e\x86\xc1\xa0\x05\x26\x68\x9e\x98\xf9\xd5\x60\x87\x3e\x78\xad\xad\x66\xbf\xd1\xa6\xe4\xaa\x03\x5e\xa0\xcf\x65\x91\x7d\x76\xca\xaf\x9b\x90\x85\xfd\x36\x8c\xad\x45\xc9\x18\x60\xe1\xa8\x5c\x59\xbb\xb1\x36\xc7\x81\xaa\xce\xc0\x53\x63\x98\x56\x29\x48\xf5\xa9\x11\x32\x60\x37\x4d\x6e\xc1\x33\x7f\x9b\x4e\xca\x22\x0b\x2c\x0d\x4c\x66\x49\xaf\x89\x45\x61\x27\x8e\xbb\xd6\x4c\xee\x94\x21\x61\xe9\xcb\xa7\x8f\xef\xd4\x5a\xad\xd1\xd3\xcf\xc0\x54\xc9\xcb\xd3\xd3\x15\x17\xf2\x65\xce\x0b\x79\x0a\x10\xc5\x67\x33\x0d\xf9\xd0\xe9\xc4\x54\x6f\xfa\x4b\xdc\x5f\xcc\xf0\x1a\x5e\xae\x08\xfa\xac\xba\x73\x28\x40\x45\x8e\x61\xd3\xc0\xdf\xee\xb6\xcb\x2e\x6d\x7d\x59\x7f\x32\xe9\xc2\xbc\xa5\x44\x0b\x4a\xb2\xd4\xe5\xe2\x02\x53\x86\xfa\x80\x01\x44\xcf\x35\xe8\x2e\xbb\x36\x46\x32\xf2\xd5\x88\x04\xaf\x3f\x5c\xc0\xbc\xf9\xda\x3b\x93\x02\x3d\xd5\x7e\xf4\xcf\x4a\xca\x3c\x71\xbf\x7f\xb6\xd6\x54\xd3\x17\xa2\xec\xc4\x1a\x5e\x55\x47\x58\x34\x3c\x1b\x18\x65\x78\x43\x34\xe3\xa3\x3c\x83\x65\x7f\x36\xb3\x53\x77\x16\xba\x39\xa4\x27\x7b\x7b\x8e\x70\x9a\x16\x44\x68\x8f\xd3\x79\x46\xb0\x80\x64\x6a\xc4\xa6\x48\x53\xfd\x7c\x56\xdb\x97\xe9\x0e\xd4\x4a\xbf\xf8\xfe\x4f\xb3\xe7\xb3\xe7\xb3\x17\x9f\xd5\xe7\xb1\xed\x5b\x1d\x4b\x2a\xbe\x6c\x50\xc9\x32\x22\x04\x1c\x41\xa9\xa8\xcc\xb2\x20\xe0\xb5\x28\x48\xe5\x09\xf2\xec\x91\x9c\x01\x00\x5e\x75\x22\x0c\x3d\x50\x6d\x30\xf3\x6e\xac\x31\xf4\x6b\xa4\x39\xf1\x42\x6a\x3c\x08\x9a\x7f\xc3\x2e\x4a\x40\x19\x09\x09\x8f\xd5\x97\x33\xfa\x85\x64\x1b\x63\xcf\x63\x9c\x9d\xa8\x53\x85\xe7\x80\x35\x99\x91\xd9\x14\x8e\x03\xc1\x02\x9a\xc8\xb2\x60\xa8\xcc\xb5\x69\x9b\x91\x1b\x7b\x0a\xdc\x49\xd2\x07\xd4\x1d\xb5\xab\x09\xb0\xc0\xab\xc9\x4f\x70\x44\xd4\x49\x36\x8f\x96\x94\x59\xbf\xb6\xe5\x92\x06\xbd\x74\xa6\xc1\xb5\x2e\xff\x1c\xce\x8c\x07\x6a\x61\x71\xfd\xd6\xb2\x89\xd9\xc6\xca\x32\x39\x29\xe0\x6e\xce\x33\x93\xf6\xf0\xd3\xc7\x77\x33\xf4\x7f\x78\x09\x6d\xed\x11\x85\x8e\x25\x07\xe3\x1d\xac\x63\x31\xa7\xb2\xc0\x85\xeb\xa6\xe9\xf9\x5a\xf8\xae\x7c\x5c\x59\xf6\x53\xc5\x90\x17\xd4\x4c\xfc\x4c\x4a\xb2\xce\xa5\xe9\x40\xa7\xa9\x2b\x05\x29\x10\x00\x6f\x05\x4d\x10\x2e\xe5\x0a\xf0\x20\xe8\x6a\xa2\x9e\xbc\x54\x23\xb8\xe1\x45\xfa\xbf\x34\xe0\x03\x1c\xfe\x36\x42\xe0\x2f\x05\x5e\x6a\x74\xcf\xd3\xab\xc9\xef\x66\xb3\xd9\xd5\xe4\x19\xac\xc0\xaf\x25\x29\x36\x28\xc7\x05\x5e\x13\x09\x57\xe3\x6a\xf2\x3f\xed\x73\x93\xec\xcf\xf4\x32\x35\x6e\xb9\x51\x40\xf4\x71\xec\xbe\x45\xe4\x46\x32\x6c\x30\x81\x3f\xe8\x92\x29\x11\xa1\x1b\x11\xba\x21\x1b\xbd\x67\x6f\xff\xfc\xcf\x27\xe6\xa4\x3f\xf9\xd7\xe7\xc7\x81\xdd\xd5\xf7\xf6\x41\x03\x78\xf5\xb3\x08\xe1\x8d\x10\xde\x08\xe1\x7d\xd0\x10\x5e\x7d\x57\x22\x7a\x37\xa2\x77\x23\x7a\x37\xa2\x77\x23\x7a\xf7\xde\xa1\x77\x63\x99\x94\x08\xdf\x8d\xf0\xdd\x87\x06\xdf\x8d\x65\x52\x62\x99\x94\x58\x26\x25\x96\x49\x89\x65\x52\x22\xda\xff\x1e\xa2\xfd\xb5\x05\xf2\x88\x90\xff\x2d\x30\xff\x06\x7c\x3e\x35\xe0\xff\x0b\xbe\x6e\x86\x00\x44\x04\xff\xd6\x08\xfe\x9a\xb1\xd6\x3c\x8c\xb0\xfe\x1e\x58\xff\x0f\xb7\x02\xeb\xef\xbc\x77\x5b\xf8\xfb\x6e\x1b\xe0\x1f\xf4\x32\x3e\xa0\xf2\x28\x4a\xc5\x29\x48\x82\x8d\x79\xf9\xfa\xc5\xec\xc5\x1f\xa7\x28\xcf\x30\x63\x8a\x6f\x40\x17\x6b\x7e\x0d\x12\x03\x3c\xfd\x7f\xb5\x26\x13\xa6\x9d\x66\xc1\xae\x5f\xf4\xd3\x6e\x2b\x07\xc4\xc8\x82\x18\x59\xf0\xa8\x21\x9a\x31\xb2\xe0\xae\x22\x0b\xc2\xe8\x8f\x7b\x11\x5c\x10\x1e\xda\xd1\xe2\x0b\x86\x39\x54\x2c\xd5\xf2\xad\xb1\x81\x7b\x56\xaa\x65\x84\x10\x15\xe3\x0b\x62\x7c\xc1\xed\xc4\x17\x8c\x38\x8c\x47\x0a\x31\xa8\xf4\x9f\x58\xb9\x25\xa6\xc1\x8f\x59\xe1\x63\x56\xf8\x98\x15\x3e\x66\x85\xbf\x77\x59\xe1\x3b\xcd\x74\xb1\x7c\x4b\xe4\x5b\xb1\x7c\x4b\x64\xd4\x91\x51\x47\x46\x1d\x19\xf5\x7d\x61\xd4\xb1\x86\x4b\xac\xe1\xf2\x8d\xd5\x70\xd1\x07\xff\xa1\x17\x72\x89\xe1\x9f\x31\xfc\x33\x86\x7f\xc6\xf0\xcf\x18\xfe\x19\xc3\x3f\x63\xf8\x67\x0c\xff\x8c\xe1\x9f\x31\xfc\x33\x86\x7f\xc6\xf0\xcf\x18\xfe\x19\x8b\xb7\xc4\xe8\xcf\x18\xfd\xf9\x50\xa3\x3f\x63\x38\x57\x0c\xe7\x8a\xe1\x5c\x31\x9c\x2b\x86\x73\xc5\x70\xae\xfb\x19\xce\xf5\x08\x8a\xb6\x1c\x2b\xae\x6b\x60\x82\x31\xb2\x2b\x46\x76\x7d\x13\xe0\xf8\x18\xd9\x75\xb7\x91\x5d\xf7\xb4\x70\x4c\xd7\xe0\x8e\x1c\xdd\x15\x4b\xc8\x44\x86\x70\xef\x4b\xc8\x8c\x92\xad\x62\x9c\x57\x8c\xf3\xba\xcd\x38\xaf\xbb\x29\x26\xd3\xad\xdc\xc4\x8a\x32\xb1\xa2\xcc\xdd\x55\x94\xe9\x40\x8c\xc6\xb2\x32\xb1\xac\x4c\x2c\x2b\x13\xcb\xca\x3c\xa2\xb2\x32\x1d\x94\xae\xc9\xbf\x35\x66\x68\xf6\x4a\xc9\x3a\x3c\xcb\x48\xf1\x91\x5c\x53\x31\x60\x04\x6c\xb7\xae\xac\xf6\xb0\x51\x74\xbd\x2e\xb5\x6f\x40\x30\x9c\x8b\x15\x07\x89\x5c\x7b\x7d\xb4\x10\xa6\x99\xbc\x3e\xd2\x05\x11\x39\x67\xfa\x30\xa8\x1d\x14\xa4\xa0\x38\xa3\xff\x86\x1c\x8b\x2c\x45\x29\xf1\x7f\xa9\x9c\x8c\x86\x64\x18\x11\xc1\xc4\x20\x38\x2d\x06\xbe\x36\x43\x3f\x6b\x57\x41\x60\xc8\x2b\x2c\xd0\x9c\x10\x86\x44\x99\x24\x44\x08\x0d\x55\x32\x65\xe6\x01\xcf\x92\x60\x86\x9a\xb2\xef\x65\x0d\xf1\xea\xd9\xb3\x3d\x6c\xae\xd2\xc7\x20\x44\xc7\x8a\xd1\x60\xe0\xd4\xa7\x0e\x6e\x7c\x29\xad\x64\xf0\x1a\x4b\xac\x09\xf0\x2c\x30\x46\x10\xdf\xa7\x68\x65\x7d\x74\x73\x62\x1c\xbd\x26\x09\x28\xf4\x3c\x45\x69\x09\x14\x49\x89\xee\xea\x34\xcf\x37\x95\x83\xfb\x35\x26\x6b\xce\x2e\x88\xb6\xa7\x5e\xa8\xef\x2e\xca\x4c\xfd\x9d\xb8\xaf\x69\x07\x97\x9e\x21\x34\x2b\x8c\x37\x78\x5a\xd3\x2e\xa8\x5a\x2e\xb5\x77\x95\xcb\xd0\x5d\x6d\x0f\xd1\x0b\xa0\x2b\xe8\xa5\xae\xa4\x6a\x97\x8b\xd0\x79\x44\xa5\x8e\x32\x02\x3a\x2d\x34\xbd\x48\xcc\x89\xf0\xb8\x5a\x0a\xc7\x1e\xfc\xfe\xda\x41\x65\x91\xf9\x3a\x64\x32\x2f\xe8\x1a\x17\x34\xdb\xc0\xf8\xdd\xc6\x9b\x25\xf0\xe6\x37\xa4\xb1\x17\xf6\xcc\x47\xa5\xfd\xd8\x4a\x7b\x58\x55\x83\x5b\x40\x2d\x3e\x42\xdf\x75\xd2\x3a\x41\x36\x66\x05\x2e\xf6\xb6\xba\x55\x51\x32\x49\xd7\x64\xf6\x11\xdf\xbc\xb1\x88\xca\x68\x56\xbe\x23\xb3\xf2\x13\x71\x7b\xfa\xb8\x1b\xd4\xe1\xec\xca\x85\xc7\x23\x9b\xd1\xaa\x96\x1f\xba\x5c\xde\x3a\x86\xc6\xfc\xec\x1f\xe1\xea\x88\x68\x97\xf5\x6b\x63\xfd\xee\x75\x57\xfe\xf1\x0f\x43\x12\xc1\x38\xeb\x6b\xb7\xde\x1f\xbc\x28\xa3\xc5\x86\x21\x53\x6c\xf8\x0d\xab\x7e\x9a\x7b\x64\x38\x3a\xf0\x7f\x67\x94\x0d\x70\xf0\x36\xa6\x22\x1a\x64\xef\x9f\x41\xf6\xad\xfa\xd9\x52\xf7\xee\xdd\x14\xfb\x58\x64\xf3\x5c\xcc\xc2\x62\x6c\xb4\xb7\xde\x16\x8d\x7f\x08\x74\x7c\xbc\x51\xb5\x5b\x31\xda\xd7\x64\x6a\x7a\x76\x92\x79\x1f\xb9\xac\xc4\xf7\xea\xac\x75\x40\x2b\x50\x0a\x6d\x91\x20\x32\xa2\x13\x22\x3a\xe1\x51\x92\x98\xc7\x25\x46\x8a\x9c\x24\xe1\x18\xab\x94\x08\x25\xbc\xa0\x39\x59\xe1\x6b\xca\x0b\x77\xd7\xbc\x3b\x7e\xec\x09\xab\xd1\x9d\x60\x96\x9e\x28\x61\xb5\x1c\xe1\xcb\x72\x5c\xd8\x11\xad\x0b\x35\x41\x35\x51\xdd\x43\x70\xaa\x49\x59\x40\xd2\x08\xdd\x26\x38\xd1\x4b\xfd\x83\xc4\xd6\xda\xc0\x4b\x90\x21\xc0\x5e\x31\xdf\x68\x0b\xf4\x0d\x65\x29\xbf\x81\xf7\x95\xf4\x8a\xce\x79\x5e\x66\xd8\x88\xd6\x20\x73\x83\x57\x65\x86\x3e\x12\x9c\x9e\x70\x96\x6d\x1e\xc4\x0a\xea\x37\xc7\x72\xab\xfa\xca\xf7\xb3\x9d\x0b\x3b\xa8\x7d\x81\x1b\xcd\x8e\x5f\x71\xa6\xab\xb0\x8c\x62\x6c\xae\x75\x03\x3b\xa8\x55\x24\x60\x6c\x9e\x0d\x4b\x22\x0c\xbe\x33\x4c\x19\x02\x5a\x37\x24\xfb\xc3\x33\x77\x02\x5b\x3a\x40\x86\x85\xbc\x2c\x30\x13\x30\x84\x4b\x1a\x0a\x7a\x7c\x87\x85\xd4\x95\x86\x0c\xe3\x35\xe3\x95\xee\x3d\x8b\x58\xe7\x8c\xd8\x73\x2c\xb9\x8d\x98\xdb\x0f\xd0\x04\x43\x02\x9a\x28\x04\x5e\x06\x46\x77\x86\x56\xe5\x1a\x33\x54\x10\x9c\x82\xc5\xd5\xb4\xb4\x1a\xa8\x62\x31\x29\x91\x98\x66\x36\x30\x00\x70\xbc\x6e\xec\xe1\x8a\x34\x04\x8b\x90\x68\x70\x09\xba\xac\x7a\x66\x5c\x82\xde\x7a\x3c\x11\x28\x83\x95\xea\xef\xba\x8b\x16\x5c\x78\xf7\xdf\xeb\x75\x6a\x1d\x64\x97\x85\x12\x03\xfe\x82\x33\x41\xa6\xfd\x18\xe8\x4d\x28\x23\xd0\xe5\x46\x27\xaa\xa9\xce\x92\xfb\xc4\xd6\x36\xf7\x9e\x6b\x02\xdb\x35\x74\x41\x86\x74\xe4\x5a\x43\x2d\x3e\x24\x4a\x04\x4d\xac\x7c\x55\x11\xc7\xa8\xfb\xde\x13\xf9\xaf\x43\xf7\x3d\x73\x0a\x6f\x78\xcf\x76\xd6\x74\x2b\xed\x21\x2a\xb8\x8f\x1c\x50\x74\x37\x8a\x6f\x75\xc0\x0e\xad\xef\x5e\x18\xb1\x77\x90\xfc\xa9\x86\xce\x2b\xa0\x41\x10\xc9\x68\x7d\xd7\x27\x82\x36\x18\x51\x35\x23\xeb\x5c\x91\x98\x36\x49\x5c\x53\xa6\x44\xc3\x4d\x77\xf0\xcc\x8a\xe8\xba\x73\xe5\xda\x2b\x39\x67\xe2\x4c\x80\x1f\x6a\xef\x3e\x78\xda\x2b\x4f\xa2\xc7\x72\x72\x9e\x7a\xa9\x11\x14\xc7\xde\xb8\xd8\x06\x88\xc5\x5e\x80\xa3\xcb\x98\x3f\x49\x81\x92\x02\x8b\x15\x65\x4b\xed\xd9\xa6\xd2\xb8\xfd\xbd\x00\x4c\x7c\x8d\x69\xa6\xf8\x7e\x3d\x48\xe8\x39\x7a\xaa\x3e\xe6\xca\x28\x06\x5e\x40\x58\x20\xc1\x39\x53\xff\xa5\x26\x05\x29\x4e\x37\xe3\x92\x57\x55\x36\xf0\xbf\x51\x21\x79\xb1\x79\x47\xd7\x34\x90\xa9\xeb\xb2\x56\x9e\x8f\x67\x29\x5a\xe9\xf6\x80\xa0\x20\xda\x6f\xcb\xb5\x17\xdc\xb9\x1d\x8d\xc4\x0f\x94\x0b\x48\x8a\x86\xb6\xa4\x14\x52\x79\x95\x54\xac\x5c\x14\x10\xf9\x9a\x67\x34\xa1\x12\xfd\x9b\x14\x5c\xc7\xf0\x72\xe9\x21\x66\x6a\x8b\xf2\xe2\xf9\xc8\xb9\x89\xce\xd0\xe5\x33\x13\x7b\xad\x5d\xfb\xfc\x9a\x14\x90\xc6\xd1\x78\x78\x0b\x82\xd6\x98\xe1\x65\xa5\x74\xd4\xf4\xb5\x52\x48\x97\xcc\xa6\x8a\xb5\xd4\xdb\xa3\x8d\x4c\x29\xb8\x36\xd7\x55\x43\x9d\xdb\x2c\x45\xf6\xd8\x82\x90\xa5\x23\x5e\x03\x54\x67\xef\x62\xc3\xbf\x83\xff\x9e\xb8\xc8\xf2\xc3\x06\xc6\xba\xbb\xd7\x5e\xd6\x7a\xc8\x72\x5d\x13\x80\xf9\x03\x36\xc8\x9e\x66\x7d\xb1\xb4\x2f\xbe\xba\x5d\xf0\x58\x3f\xf3\x8b\x5b\xa2\x84\xe7\x1b\x27\xac\xa8\xce\xa0\x34\xa8\xda\x3f\xc6\x53\x03\x10\xf2\x03\xb4\xbd\xb5\x86\x06\x2e\x94\xf9\x29\x84\x33\xfb\xef\xd2\x05\x62\xbc\xd1\x8a\x7a\x69\xbd\x9e\x6d\xbd\x4d\x6a\x77\x32\x8e\x53\x71\xea\xf9\xaf\x4f\x0b\xa2\x8e\x39\xd0\xbe\xea\xe7\xdf\xe5\x3c\x3d\x71\x6b\x3a\xac\x5c\x26\xbc\x20\x6a\x5f\xce\x79\x7a\x69\xde\xb2\x0a\xba\x66\xc4\x17\x2e\x48\x20\xb0\x3f\x06\x1e\x60\x03\x09\xf4\xfd\xcd\x33\x9c\xa8\xc5\xd6\x37\xb3\x4e\xe9\x4c\x88\x24\x23\x37\x3a\xd3\xe9\x2e\xea\xef\xa7\xfa\xb8\xb6\xe6\x5d\x8d\xf7\x6b\x7c\x49\x2d\xc7\x69\x60\x39\x0e\x12\x7d\xd7\xa1\x6c\x8f\xe2\x7a\x5a\x11\x6a\xda\x7b\x5b\x66\x92\x6d\x18\xa0\x79\xfb\x03\x50\x62\x35\x82\xb4\xcc\x20\x89\x99\xa6\xcd\xef\xa9\x10\xde\x8f\xc6\xfa\xd4\xd5\x1a\xb8\x64\x9b\x7f\x2a\x15\x05\x38\xc2\x2b\x5e\xb2\x00\x2b\x80\x9f\xd5\xc0\x57\x58\xac\x90\x6b\x2d\x9c\x26\xe9\x56\xa0\x79\xb1\xab\x23\x8f\x4a\x61\x33\xfe\x6a\xd0\x22\xb6\xca\x91\x76\x08\xe2\x6b\x4e\x53\xcc\x12\xa5\x05\x27\x2b\xcc\xa8\x58\xa3\x9b\x15\x61\x3a\x39\x0d\x49\x81\x0d\x18\x12\xe1\x12\x04\xd9\xef\x33\x72\xa3\x34\x8f\xb6\xc5\x7f\x24\xd7\x70\x0a\x65\x30\x8b\x71\x6d\x37\x8d\x92\x53\xf1\x62\x3e\x17\xa4\xb8\xb6\x99\x00\x6a\x46\x8f\x27\xa2\xb6\xf9\xe4\xa0\xda\x43\x65\xab\x19\x8e\x2e\x32\xa6\x94\x51\xd1\x45\xd3\xae\x23\x37\x20\x21\x28\x52\xea\x71\x53\x8b\x61\x75\xf5\x9f\x5f\xd8\x43\xaf\xe8\x38\x44\x93\x16\x44\xa7\x4b\x34\xb0\x6b\x9b\x39\xa4\x6a\x76\x20\x12\xac\x3b\x14\x44\x9e\x8e\x3b\x0d\x1d\x97\x28\x38\x7f\xc9\x25\xce\xc2\xab\xe0\x89\x8b\x66\x2d\xea\xb3\x43\x4f\x75\x46\x32\xf5\x44\xbf\x96\xf0\xa2\x20\xc0\xfc\xc2\x6f\x1c\x8a\x27\x6d\xbb\x20\x7a\x7a\x67\xf6\xc8\x6f\x71\x12\x06\xd7\x40\x1d\x04\xc8\x6f\x02\xb6\x22\x93\x30\xc7\x58\x92\xbc\x66\xee\x34\x31\x5f\x0c\x7e\xaa\xe5\x70\x48\x82\x6e\x8f\x99\x62\xe0\xb3\x86\x42\xf0\x6c\x9b\x69\xd6\x28\xea\x6e\x67\xbe\x3e\x78\x9d\x15\xd0\xa2\x46\xef\xe5\x89\xf7\xb9\xc3\xdd\x6e\x2e\xec\xe8\x48\xaa\xad\x07\xf5\x89\xe1\xa3\x1e\x4c\x3f\xfb\xeb\x6d\x9f\x48\xcd\x5b\x48\xfa\x57\xc2\x48\x15\xe0\x1f\xd0\x6d\xb9\x00\xc3\x9c\xe2\x34\x4b\xd7\x16\xd9\xd7\xdb\x2a\x8d\xc7\x98\x47\xe1\x96\xac\x9c\xb9\x37\x51\xf4\xaf\x89\xe9\xd2\x5b\xd5\x43\x64\x7c\xe8\xf6\x69\x0c\x49\x7a\x9f\x5a\xa2\xf4\xa0\xc4\x57\x7f\xc5\x59\xec\xca\x44\xba\x68\x22\xb3\xd2\xb0\x01\x4d\x49\x1c\xce\x89\x27\x3d\x0d\x3a\xff\xd5\x96\x51\xb6\xd4\x9f\x0d\xc8\x2a\xfa\xb1\xfd\x8e\x46\x1a\x68\x18\xbb\x98\xa1\x73\x83\xe9\x77\x79\x9d\x36\x39\x41\xff\x81\xae\xec\x6b\xba\x57\x9d\xea\x7d\xac\x38\x52\x7b\xd5\xb3\x6c\x0e\x19\xf3\xbd\xa3\xa8\x07\x0b\xc6\x45\x1d\xc8\xd0\x18\x8e\x4e\x4e\xf7\x33\x7b\x0d\xf0\xe9\xab\x49\x2d\x37\x7d\xad\xed\x0e\x10\x7c\x73\x06\x3a\xa6\xd1\x75\x62\x5c\xf2\xad\xde\x43\xe2\x5a\x21\xc2\x14\x75\x10\x28\x25\x49\x86\xd5\xe5\xbc\xb6\x67\x41\xcb\xd0\xe7\x4a\xe7\xd2\xb5\x65\x40\x5b\xbc\xe8\x70\x0f\x44\x4f\x40\x44\x82\x3c\x1e\x5b\x7c\x23\x4f\xc5\x21\xd3\x47\x84\xf1\x19\x17\x4d\x4b\xb4\xec\x04\x6c\x10\x2f\xc3\xde\x56\xf6\x0f\xf7\xd6\x10\x82\xe2\x7d\xc5\xb3\xb3\x4d\xc5\xaa\x45\xcd\x99\xba\xf7\x20\xb6\x04\x21\xd4\x47\x3f\x40\xfc\x0e\x0e\x43\x70\x3d\x8f\xc3\x21\xb4\x9b\x77\x03\x11\xaa\xc4\xcd\xdf\x30\x12\x41\x0d\x54\xb3\xb8\xf0\x20\x2f\x81\x74\x57\x03\xd5\x39\x32\xcd\x48\x6f\xb0\x70\x94\x26\xe2\x22\xee\x11\x2e\xc2\x3b\xda\xb7\x0f\x8c\x70\xdf\x1e\x44\x46\xd4\x5a\xd6\x93\xb6\x54\xcf\x22\x28\xe2\x9e\x88\x42\xdb\x04\x04\x84\xb7\x6f\x77\x0b\x67\x25\x5d\x47\x80\xc4\x1d\x03\x24\x6e\x19\xb8\x50\xed\xfc\xa1\x90\x0b\x75\x81\x66\x14\x7d\xea\xc5\x2e\x8c\x97\x18\x8f\x8f\x6a\x78\xbf\x03\xa2\xe1\x41\xe0\x18\xc6\x19\xc7\x72\x5c\x8a\x90\x05\xea\xad\x17\xbf\xa7\x0b\xe4\xf9\x2c\x92\x0a\xa4\x5f\xf4\xf6\x68\xce\x79\x46\x30\x38\x52\xf2\x82\x2f\x0b\x22\xc4\x6b\x82\xd3\x8c\x32\xd2\x0f\x29\xc1\x5f\x61\x03\x40\x5c\xa2\xac\xb6\xfc\x35\x91\xd3\xa6\x8a\xb0\xbd\xa3\xb9\xce\x52\xab\x27\x5d\x4f\xca\x3d\xd7\x29\x55\xad\x93\xbc\xce\xdd\xad\x33\x4d\x3b\xcc\xb9\xa2\x73\x3a\x80\x3c\x2f\x78\xa2\x3a\xd6\xaf\xd6\xaa\xa9\x80\x85\xd2\x17\xe4\xa8\x54\xe7\xe2\xbc\x31\xd3\x37\x5f\x13\x42\x52\x08\xdd\x05\x69\xc8\xd5\x7f\x2b\x8b\x05\x94\x26\x34\xd9\x48\xbc\x01\x69\xc1\xc7\x8b\x67\xaf\x26\x08\x6f\x1b\x52\x48\x84\xa4\x6b\x6d\xe9\x2b\x0b\x4b\x98\x61\xcd\x70\x78\x67\x6a\xe7\xe8\x8f\xcf\x9f\x8f\x4b\x05\xab\xae\x18\x58\x4f\x02\xbb\xf5\xc1\x5d\x11\x7b\x79\x75\x09\xcf\x23\xa1\x55\x8e\x0c\xc4\xf1\xac\x44\x0f\x14\x8c\xf3\xae\x56\x06\x01\x2e\x8c\xde\x90\x37\x16\x90\xe0\xcf\x51\x17\xb8\x00\x60\x02\x38\x0d\xe1\x35\x6b\xd6\xa6\xc2\x1d\x55\xc8\x2f\xa1\xe4\x3b\x97\xfc\xd1\xb6\xa8\x8e\xd9\x78\x98\xce\x61\x11\x34\xa2\x13\xa1\x71\xd9\xbc\x54\x15\x4c\x03\xb2\xa9\x04\xd0\x1a\x75\x8c\x86\x9a\xf2\x6c\xd0\xbd\xab\x4f\xc9\xdf\xc9\x66\xab\x68\x06\x4f\xd9\xb7\x48\x8e\x3e\x34\x90\x85\x63\xb4\x71\x40\x22\x0c\x04\xda\x07\xfc\xb2\xbd\x51\xe3\xee\xd0\x24\x4d\xa3\xc9\x38\x49\x44\x2b\x90\x46\x16\x59\x6f\x6f\x30\x1a\xb0\x1f\x5b\x3e\xfc\xb1\x93\x6e\x5e\x36\x3c\x39\x15\xeb\x86\x2d\x0d\xb9\xbb\x9a\x9e\x2e\x24\x71\xb1\x24\x1d\x97\x71\x2c\x3c\x63\x5f\x7c\x8a\x77\xfd\x2f\x6b\x7f\xdf\x32\x42\xa5\xa2\x6a\x77\x82\x4c\xa9\x56\xfe\x28\xd0\x94\x80\xfd\xee\xd0\xd8\x94\xb1\x1e\xd1\x3e\x2f\x68\x68\xf3\x47\x7a\x41\xe1\xbc\x8f\xbf\x2e\xfa\x7a\x68\xea\xb7\xf7\x2d\xe8\x96\x6e\x9a\x9f\x65\x9c\x9d\x48\x52\xac\x29\xb3\x32\x7f\xef\xf7\xd1\x53\x9d\x7f\xc9\x94\x98\xf1\x6a\x44\x1b\xaa\x36\x16\x58\x5c\xb2\x1d\x48\x8a\xf7\xd2\xf0\x4a\x39\x89\x46\x06\xdc\xcc\x75\x38\xaf\x90\xd4\x24\x72\x02\x79\xcf\x5e\xc4\xba\x54\x0e\x1e\xfe\x17\xcf\x9f\x7f\xe7\x5d\x9b\x04\xe7\x38\x81\x5c\x45\x97\xba\xea\xc3\xc6\x96\x04\x9a\x93\xc6\x37\xac\x27\xdb\x16\x92\xdf\x90\xda\xfd\xf3\x11\xc6\x7a\x38\x06\x51\x20\x75\xf6\x2a\x8f\x09\x8e\x59\x5d\x6d\x51\x18\xbf\xb2\xdb\x1e\x03\x5d\x75\x59\x8d\xd0\xd7\x72\x2d\xb3\xd7\x38\x86\x43\x7a\xe8\x03\xe4\x62\x04\xfb\x1c\xe1\x9d\x6f\xb5\xf6\xc4\x11\x53\x28\x76\xa4\x48\x75\x8b\xde\xf8\xf6\xa8\x2f\xb5\x7f\xbe\xe5\xe2\xde\xcd\x37\xef\x59\xd5\xc6\x5b\x94\x7d\xaf\x3c\xd1\xc7\xd5\x3a\xe4\x9b\xa0\x81\xa3\x7b\xe5\xab\x09\x74\x9c\x92\x8a\xb9\xf6\x9d\x8e\xaa\x15\x22\x4c\x94\x85\x43\xa6\x78\xb5\x62\x6b\x34\x05\x59\xc2\xdb\xc4\x35\x62\xb6\x81\x04\xa3\x4c\xc7\x2d\x47\x7f\x7d\xf4\xd7\x3f\x46\xd3\xb0\xc9\xff\xfb\x4e\x4b\x07\x20\x47\x7a\x77\x48\xdd\x09\x28\xd9\x06\xa9\x7f\x37\xf0\x77\xaa\x29\x81\xb3\x67\x81\x2c\x01\xb9\x05\xf5\xa9\x3e\xe7\xe9\x53\xa5\x18\x58\xf3\x9c\xd7\x9d\x0e\xc2\x51\xeb\xfe\x0d\xe4\x8b\x00\x4b\xb3\x7f\xdd\xb7\x32\x37\x7b\xba\xc4\xfd\x4d\x87\x50\x0d\x72\x08\x0f\xb1\x83\xb2\xeb\xaf\xc0\xb7\x97\x69\xc2\x5b\xda\xed\x50\x1e\x8d\x3d\x19\xe0\xa5\x87\x46\x79\x54\x3d\x8f\x42\x79\x04\x9a\x77\xa3\x3c\x0c\xa7\x06\x58\xe1\x9d\xc0\x3c\x9a\x08\x8a\x98\x74\xe2\x81\x83\x2b\xfc\x13\x75\xeb\xe8\x8a\xea\xec\x0f\xa1\x2b\xea\x2d\x43\x89\x27\x06\x90\xa5\x11\x63\x71\x6f\x30\x16\xb6\x0a\x8e\xbf\x63\x47\x8c\x45\x3d\x80\xe1\xcf\x53\xbc\x22\x62\xe3\x91\xa7\xb4\xb8\xfd\x1a\x39\x6d\xed\xfe\x40\xe0\x90\x86\x1c\x34\x8a\xbc\x0e\x24\xb6\x08\xda\xf7\xfb\x21\x20\x11\xf7\xb1\x25\xee\xa3\xdb\x0e\x6e\x4d\xa3\x76\x83\x58\xcb\xeb\x6f\xdf\xdd\xcb\x35\xee\x55\xfc\x69\xfa\xfd\x8f\x48\xa7\x4f\x7f\x77\xb3\xc2\xf2\x84\x8a\x13\x7c\x32\x40\xc8\x77\xf3\xc9\xfb\x75\xf7\x71\x5f\xb2\x0c\x73\x8e\x2a\x3f\x81\x15\x92\x12\x5e\x32\x39\xd3\x96\x02\xf4\x85\x6c\x34\xf6\xc4\xd4\x98\xd6\xc9\x1a\x46\x24\xd2\x70\xa6\x69\x4f\xf6\xfa\x46\x93\x6b\x38\x77\xba\x39\xd0\xdb\x67\xda\x80\xf2\xf1\x4c\x94\x8b\x05\x4d\x80\x09\xd6\x8c\x99\x29\x91\x80\x93\x78\x10\xb9\x2e\x06\xf8\xc4\x6d\xb8\xf1\x5b\x5a\xf1\x38\x9e\x31\x3a\x2d\xc4\x78\xf6\xe1\x88\x60\x5b\x4c\x1f\xe1\x82\xab\xd1\xc6\x8a\x2c\xbb\xb3\x31\xca\xaf\xef\x2a\x8b\xf9\xf7\xf4\x2e\xbc\xda\xde\xf7\x8f\xe1\xd6\x0e\x19\x2c\x0e\xed\xd6\x86\x02\x36\x70\x04\x7b\x1d\x7c\xb5\x7d\xab\x08\x32\xf8\xec\x7c\xef\xad\x95\xa5\x33\x67\xb3\x6d\x12\x4c\xfb\x9b\xdd\xf2\xd1\x5b\x37\xc6\x01\xff\x73\xab\x0d\x2a\xc8\x22\xb3\x25\xfa\x6b\xce\xf9\x45\x9f\xb9\x6f\x0b\xb8\xc4\x38\xff\x7c\x6d\x01\xf5\x21\x77\x87\x7e\x8f\xf3\x3c\x5e\x24\x69\x4e\x54\xcf\xd3\x1f\x93\x15\x50\xee\xb9\x24\xb1\xb5\xd4\x3e\xe8\xe4\xed\x88\xc1\xed\x21\xb1\x20\x8c\x37\x42\xac\x43\xd6\x72\x2f\xd8\xb8\xa8\xf9\x64\x87\x7d\x76\x6b\xfc\x75\x30\xc1\x80\x85\x01\x57\xbb\xd8\xc8\xa6\xa4\x6b\x5d\x69\x47\xaa\x0f\x77\xf0\xe0\xb0\x36\x08\xfa\x17\x50\x8a\x4d\x5b\xcc\x10\x9e\x0b\x9e\x95\xd2\x1d\xdb\xa7\xe4\xeb\x4b\xf4\xe3\x33\x04\x08\xe3\x9c\x14\xea\x20\xe1\xa5\xbe\xce\x0d\xf7\x7f\x63\x10\xc6\xd7\x22\x24\x2e\xa4\xbd\x76\xc6\x33\x0d\x9d\xbe\x78\xfe\xdd\xb3\x19\x3a\x6b\x7c\x8f\x0a\x94\xe0\x2c\x31\x56\x72\x50\xaf\xbd\xaf\xce\x37\xa8\xe0\x25\x4b\xf5\x8a\x1a\xa1\x3a\x71\x1a\xf5\xf3\xca\x29\xac\x95\x7d\x2a\x94\x8c\xfc\x46\x97\x79\x7b\xa9\xd1\x53\xd2\x08\xe2\x6a\x77\x24\x47\x3f\x3c\xff\x6e\xaa\xc6\x0a\x17\xe5\x87\xe7\xdf\xd9\xa1\xee\x97\x68\x65\x46\x66\x16\xad\x1c\xce\xee\xf2\x0c\xd6\xdc\x82\x1f\xa8\x11\x77\x85\xe4\x79\x6e\xc0\x23\xd8\x25\xd2\x6a\xbb\x7e\x01\x54\xe6\x82\xfb\x71\x21\x05\xb8\x1c\xd4\xdb\xc6\x57\x5c\x9f\x0e\x17\xa4\xb5\x3d\xba\x6e\x39\x43\x73\x75\x26\x04\x2a\x73\x00\x22\x34\x5a\xb9\x5a\x69\x80\x5e\x30\x25\xd2\x0c\xbe\xac\x02\xc8\xba\x13\x06\x75\xbe\xa0\x57\xc0\x87\x93\x54\x20\xce\x24\x47\x60\x68\x6e\xf4\x3d\x45\x72\x55\x0a\xed\x13\xd7\x6b\x08\x95\xcf\x0c\xf7\xff\x93\x1e\x3a\x2f\xe8\x92\xb2\xde\x63\xe6\x7f\x1f\x96\x2a\xcb\x60\x91\x44\xe0\xb8\x6f\x2b\x47\x97\x92\x66\x33\xca\xa4\x90\xc5\xec\x2d\x93\x3f\x17\x17\x3b\x98\x5f\x55\x27\xa7\x81\x4e\x46\x91\xa5\x51\x91\xff\x63\xe9\xd2\x0e\xc4\xe8\xa2\x2c\x42\x56\xfd\x30\x19\x6a\x11\x1f\x97\xd8\x06\xe1\x39\x6f\xe0\x7c\xea\xaf\xed\x45\x89\x7c\x8c\xbd\x4f\x5c\x2c\x79\xb0\x81\x01\xcf\x95\x76\xf2\xbe\x46\x61\x15\x25\x78\xbe\x2f\x19\xf2\x75\xf2\xef\x7f\xfc\x6e\x0c\xc5\xb1\x77\xc8\x73\x45\xbb\x35\xc3\x6a\xc1\xca\x1c\xd1\xf5\x9a\xa4\x14\x4b\x92\x6d\x6c\x47\xa4\xb1\x87\xe6\xf6\x4f\x91\x28\x41\x4b\x35\x44\xb7\x49\xbc\x78\xa6\x13\xcc\xb8\x5b\x9b\x72\x5d\xfc\x13\x62\x30\xd0\x0b\x43\x28\xea\xb1\x0a\x70\xd7\xd5\x9b\xf0\x06\x90\x2a\x40\x91\x7d\xa1\x4a\x6b\x9e\x0e\x0e\x7f\x51\x16\xea\xda\x4f\x1b\x57\x3c\x88\xa2\x6b\xa0\x5c\xc0\x9b\xd5\xba\xbe\x60\x28\x30\xa4\x2d\x38\xe4\x83\x5d\xef\xe9\x8e\x7c\xf8\x16\xb9\x6f\xd7\x99\xdf\xfd\x24\xa7\xfc\x86\x75\xdf\x19\x20\x04\xe6\xb6\xec\x78\xde\xeb\xa1\x24\x8d\x03\xa3\xbe\xae\x5a\xff\xa9\xbd\xaf\x5b\x5c\x04\x73\x6a\x6b\xdc\x09\xc4\xee\xe9\x88\xaf\xbb\x03\xbb\xe0\xba\xd4\x2a\x30\xd5\x04\x9b\xcf\x04\xee\x6c\xeb\x6c\x77\xa1\x44\xc7\x72\x28\x73\xc4\x6b\x3c\xf0\x38\x47\xfc\xb6\x38\x98\x57\x47\x74\x0c\x96\x72\xe8\x5d\xb5\x40\x55\xa6\x23\xf0\x2d\x24\x6a\xdd\x5c\xe9\x5c\x90\x9d\x86\x7a\xb9\xdc\xe4\x23\xd8\x5f\x8e\x0b\x49\xc3\x1a\xe7\xb9\x7d\xd4\xa8\xde\xc7\x8b\x14\xc4\x15\x2c\x8d\x5d\x5c\xfd\xe8\x97\x52\xad\x64\x47\xd7\xbb\x67\xd5\xad\xc4\xd6\x71\x21\x4f\xed\x4d\x64\x65\x96\x85\x77\xc5\x1b\x45\xaf\x2c\xe1\x0d\xd6\xb3\x20\x69\x8f\xb4\x3d\xce\x80\x5b\x05\x4b\xbb\x90\x10\x4a\x07\x55\x93\xd5\xba\xcd\xd0\x5b\xf7\x6f\x8b\xcd\xa2\x4c\x09\x00\xe2\xe5\x15\x43\x27\xe8\x03\x91\x4a\x75\x7c\x89\xce\x90\xa0\x6c\x99\xc1\xcd\x55\x17\x03\x4a\x7b\xb3\x14\x8a\x62\x33\xbc\x26\x33\x68\x7e\x21\x79\x81\x97\xe4\x25\x3a\x13\x68\xad\x58\xc3\x2f\x3c\x2b\xd7\xe4\x55\x86\xe9\x5a\x20\xec\x9c\x6b\x50\xf2\xfc\xb2\xb1\xd8\xcb\x12\x17\x98\x49\x52\x41\x2e\xb5\x0c\xcd\xf4\x18\xec\xb0\x37\xda\x88\x89\xb3\x1b\xbc\x51\x5f\xc9\x5d\x4d\x7b\xbc\x56\xc3\x83\x11\xb8\xc6\x11\x77\x19\x71\x97\x8f\xc4\xc1\x7b\xcb\x68\x43\xcb\xc8\x2a\x6a\xe1\x08\x0a\x35\x52\x83\x31\x81\x8d\x35\x95\xfa\xa4\x7d\x2b\xb8\x5f\xdb\x18\x7e\xee\x0f\xc3\xeb\x77\x37\xa4\xdf\x8e\x73\xd8\x0e\x57\xd7\x9c\xfd\x10\xd9\x3f\x34\xb2\xce\xeb\x7a\x14\xb4\x2e\xd4\xbe\x1b\x5b\x27\x4c\xeb\x3b\xc3\xd6\xdd\x8b\x14\x4a\x11\x57\x77\x18\x5c\x9d\x7f\x9a\x6e\x1d\x57\xe7\x1d\xfc\x21\x60\x5d\xa3\x69\x08\x59\xe7\x35\x89\xd0\xba\x7b\x22\xa1\x38\x27\xdf\xbe\xce\x3f\x5f\x4a\x8f\xd8\xb6\xfb\x28\xfa\x6c\x0d\x24\xf3\xb7\xf4\x40\x48\xb2\x26\xe7\xef\x21\x28\x67\xa8\xd1\xb8\x07\x4d\xe6\x8b\x3d\x3b\x64\x14\x9a\x4e\x04\x29\xae\x69\x42\x3e\xe0\x75\x20\xbf\x50\xce\xd3\xf7\x10\x6d\xb3\x26\x4c\x9e\xf3\x8c\x26\x81\xe4\x14\x81\x46\xd6\xac\xad\x63\x29\x9d\x59\xc7\x02\x4e\x8c\x0d\x05\x36\x11\x67\xda\xa0\x83\xca\x7c\xaa\x2d\x45\x3a\xee\xd2\x05\x5c\x72\xa6\x1d\x39\x53\x04\xc8\x35\xc2\x9c\x7d\xc7\x5a\xbf\x5c\x34\x11\xca\xf5\xd7\xa9\x40\x9f\x7f\x2e\x00\x51\x06\x78\x84\xcf\xd0\x73\x41\xda\x23\xa1\x0c\x51\xa6\xfe\x50\x8a\xad\x01\x1b\x3d\xcd\x79\x7a\xf2\x7c\x6a\x9c\x22\x3c\x3d\x79\x31\x45\x44\x26\xcf\xac\xff\xa5\x95\x64\xe7\x06\x53\x45\xdf\x24\xcd\x10\xc1\xc9\x0a\xfc\x49\x16\xb0\x66\xd3\xf8\x98\x44\x3c\x94\x2d\x67\xe8\x1f\xcd\x49\x4c\xab\x0c\x18\xda\xfa\xb5\xe6\xd7\x55\x36\x1d\x9e\xe7\x5c\x50\x49\xf4\xf0\xf4\x84\x71\x06\xc4\x16\xb2\x04\x7b\x93\x3e\xc7\x05\xce\x32\x92\x7d\x36\xa6\x0c\xbf\x68\x8e\x15\xda\x73\xd3\x46\x67\x1c\xb2\x48\x29\x2b\xe8\xeb\xbd\xb0\xb0\x3f\x35\x33\x00\xf8\xa9\xa9\x73\x66\x9e\x82\xe5\x0d\xba\x4e\x21\xdf\x32\x58\xc7\xac\x03\x91\xb3\x24\x14\xce\xd9\xe7\x00\x2f\x1a\x0e\xf0\xb6\xbb\xc1\xb5\x30\x32\x87\xb6\x09\x58\x0c\x0f\x2c\x89\x20\x66\xed\x6c\x5f\xcc\xc4\xa7\x33\x41\x9c\xa5\x4f\xc7\x9e\x51\x26\x24\x66\x92\x56\x00\x11\x67\x39\xb0\x5d\xea\x84\xfc\x4a\x2e\xbb\xa6\x69\x89\x33\x0f\x13\x95\x09\x13\x13\x8e\x03\xe6\x94\xcd\x0c\xbd\x5d\xf8\xe8\xbf\xa9\x3d\x9b\x47\xc8\xfa\x13\x6a\xe5\x40\x04\x2d\x43\xb7\x6d\xdd\xc8\xb2\xb2\xc6\x54\xe3\x39\xdd\x79\xf3\x48\xca\x13\xe1\x5e\xb3\xa5\xbd\xf4\xf9\x6b\xfe\x6a\x97\x42\xc3\x6d\x20\xa8\xde\x7e\x4d\xb1\x17\xc7\xba\xb4\x81\x16\x5b\x65\x2e\xdb\x20\x9c\xe7\x19\x25\x69\x8b\xe4\x19\xe1\xa5\x7e\xbf\x2b\x17\xf1\xfe\xf9\x85\xc4\xa1\xb0\x8c\x8f\x18\x76\xe8\x33\x87\xc0\x02\xba\x87\x0e\x4d\xab\xfe\x6d\xef\x93\x7e\xac\xd7\x70\xa9\x26\xc3\x44\x97\xaa\x6e\xdb\xc2\x3a\x42\xbc\xbd\xa5\x9b\x8d\x03\xa9\x29\x11\x10\x57\x91\xab\x23\xa7\xd4\xa8\x2a\x81\x4a\xc3\x46\xe8\x46\x22\x67\xda\x58\xb0\x24\x12\xbd\xfe\x70\x71\x6a\x0d\x96\x66\x87\xb5\xf3\x40\x6f\x1d\x96\x8a\xb2\xbe\x04\xc2\x6f\xf9\xed\x89\xa6\x62\x33\x6f\xc6\x33\x73\x24\x67\xe2\x3a\x99\x25\x59\x29\x24\x29\x66\x19\x4f\x70\x66\x58\xcd\xd5\x24\xd0\xc3\xd5\x44\x8d\xbd\x51\x45\xce\x37\x7f\x06\xb3\x8d\x78\x0a\x53\x27\x0c\x54\xde\x1a\x0c\xf4\x8d\x65\x71\x42\xe2\x75\x4e\x52\xb0\xad\x04\xa6\x02\xdd\x2f\xca\x6c\xa1\xfe\x0b\xfb\x5e\x27\xae\x86\x86\x96\x8c\xfe\x5a\x56\xa6\xda\x4a\x84\x2d\x88\x70\x20\x94\x86\x94\x73\xc4\x5a\x68\x65\xa3\x5a\x43\xcd\x55\xe0\x0d\xa3\x51\xd5\xa1\xb6\xa0\xea\x93\x7c\xa3\x1d\x1e\xc6\x47\x54\x99\xaa\x1a\x8b\xa4\x44\x01\x5c\x91\x53\x38\x1d\x29\x64\xf4\x72\xdc\x6d\x37\xc3\x54\xb3\xb8\xda\x74\x72\x5d\x99\xe1\x6d\xdf\x01\x66\x1c\x6a\x55\x4f\xc5\x9b\x68\x43\xbe\x4e\xe6\xe7\xf0\x1c\xc6\xfd\x06\x79\x33\x16\xa4\x20\x4a\x0c\x40\x4d\xeb\xbe\x27\x39\x05\xee\xf0\x1a\x6b\x2c\x4c\xe3\x1e\x53\xa2\xd3\x26\xe9\xcf\x52\xb5\x5e\x37\x78\x63\x2b\xfb\x69\xee\xa5\xf7\xc7\xbf\xf8\x58\xd7\xca\x79\x03\xe5\xfc\xe0\x5d\x67\x2a\xd4\xd1\x30\x8a\xd4\xe8\x33\x68\x9d\x77\x9c\x91\x0a\x1b\xf9\x74\xbe\x01\x72\xf6\x0c\xe9\x15\x79\x0f\x09\xa4\x28\x33\x45\x07\x6d\x0c\x84\xd9\x53\xe9\x44\x91\xb3\xd0\xc7\x24\xfe\x42\x04\xca\x0b\x92\x10\xa5\x78\x10\xcd\x62\x30\xdb\x98\xce\x45\xb3\x9f\xa9\xf6\xd7\x38\xb9\x04\xbc\x2b\x7b\x00\x55\xdd\x8d\x50\x5c\x15\x24\x16\xcf\x29\xa3\xd4\xa2\xad\xf5\xa2\x51\xc5\xf7\x82\x5f\xbb\xf5\xcc\x6a\x6d\x7b\xea\x38\x6b\xce\x30\x28\x9b\x6c\xad\x84\x75\x83\xb2\x87\x32\x98\xd5\x9f\x3b\xab\xf8\x50\x5e\xb3\x06\xb3\xed\xbc\x8f\xdf\x4e\xed\x3d\xcf\xae\x78\x0c\x2c\x78\xd0\xc4\x7e\xa4\xfa\x7b\xdd\x30\xe6\x46\x83\x76\xb8\x13\x70\x24\xcb\xfa\x7b\x25\x91\x8a\x25\xfb\xcf\x8d\x7c\xee\x38\x24\x74\xe2\xbe\xba\xdd\xf6\xd6\xdf\xea\x99\x8c\x6e\x30\xd5\x95\x59\xa5\x4d\x2a\x52\x67\xd2\x76\x60\x6d\xd1\xc1\xa1\x10\x0c\xb8\xbc\xce\x96\x05\xf9\xb5\x04\xda\xfc\xcf\xe7\xd3\xc6\xea\x3d\x0b\x0a\x63\x63\x60\xee\xed\x36\x01\x94\x77\x30\x13\x9d\x83\x9a\xd7\x2e\xf0\x5b\xa9\x2b\x00\x2a\xc6\x99\x3a\x0b\x6c\x5d\x63\xab\x7a\x9b\x1a\x33\x00\x75\x65\x19\x94\x12\xbf\x2e\x8d\xdd\xd7\xec\xfa\xd9\xf9\x5b\x63\x4f\x3c\x0c\x82\xbe\xf6\x78\xaf\x83\x57\x45\x2e\x60\x48\xb7\xb1\x41\xaf\x02\x7e\x80\xdd\x50\xf7\x4d\xa3\xc3\x2e\x03\xdc\x2a\x2b\x5b\xf7\xf1\xae\x3f\x3f\xf6\xe9\xb6\x13\x3f\x69\x24\x8b\x9b\xda\x07\xcf\x42\x87\x7d\x30\xb3\x5c\xa3\xc1\x2d\x11\x9c\xfa\xd2\x1d\x32\xf5\x5c\x90\x8c\x0f\x0b\x18\xe3\x0b\xc4\x75\x2b\x13\xf5\x1d\x17\x35\x1d\xa3\x67\xd5\x40\xfd\x30\xe9\x80\x73\x52\xa8\x79\xdb\x0a\x62\x40\x38\x74\x29\x51\x22\x40\xee\xc4\xa9\x9e\x12\xce\x2a\x1c\x96\x40\x8c\x24\x44\x08\xac\x0b\xb8\xdb\x3e\x3c\xa8\x9b\x65\xe8\xd5\x1e\xd8\xd1\x1d\x2a\x13\xde\x27\x87\xa9\xeb\x85\x8c\x09\x2d\x7c\x80\xab\xb0\x99\x4c\xae\x07\x3c\xb6\x53\x5a\xbc\x10\x1c\xae\xdf\x79\x59\xdf\x40\x69\xfc\x99\xbd\x1a\xe4\xd1\x73\xe3\x85\x66\x11\x3e\xce\x73\x22\xf1\x8b\x59\x5b\x58\xeb\xcd\xa7\xf8\xe6\xfc\xe3\x9b\x57\x67\x97\x6f\x5e\xa3\x13\x6d\xd2\x59\x16\xbc\xcc\x7d\x72\xd5\xee\x10\xe9\xdc\x92\x05\x71\xd7\xd9\x1b\xc1\xf7\xa7\x01\x71\x11\x5d\x10\x62\x8c\x03\x4a\x65\x83\x3c\x99\xa6\x3e\xde\xda\x1a\xd7\xd4\x6d\x87\xb6\xa1\x0f\xae\xf3\x8c\xd8\x94\xf7\x88\xae\x15\x2b\x54\x42\xa2\x60\x38\x17\x2b\x2e\x9d\xdb\x19\xe9\x44\x09\xaf\xc0\x73\x66\xad\xf2\x75\x6d\x55\x90\x82\xe2\x8c\xfe\xdb\x56\xf8\x4c\x89\xff\x4b\x65\x83\xb1\xe8\x62\xad\x32\x9a\xd8\x0c\xe7\x2c\xd5\x62\xa7\x86\xc0\xe2\xd0\x90\x57\x58\x68\x0c\xb7\x28\x13\x75\x39\x21\x0c\xd0\xd2\x51\x08\xde\xf0\x90\xbf\xce\x87\x77\x59\xe3\xeb\xc6\x16\x83\x29\x38\x67\x69\x5a\xf9\x8f\x4c\xfa\x53\xed\x0e\xd4\xd1\x1c\x4a\x05\xd5\xe5\x08\x4a\x69\xa5\xf9\xd7\x58\x62\xad\x17\x84\x96\x15\xdc\x90\x53\xb4\xe2\x37\xe4\x9a\x14\x53\x35\x10\xed\x18\x48\xbd\xbc\xff\x53\x94\xea\x32\x04\x54\xc2\xdd\x56\xdb\x3d\xe7\x46\xc7\xad\x02\x44\xd4\x4a\x86\xe9\x9b\xde\x66\x1b\x5f\xc3\x52\x97\xc3\x7e\x5a\xf3\x92\x52\xb5\x5c\x6a\xef\xfe\x66\x87\x43\xa5\x45\x01\x89\xd2\x58\xc5\xb8\xd6\x4f\x74\x35\xd9\x9a\x2f\x5c\xe9\x36\x4b\xad\x8f\x2f\x4a\x59\x16\xee\xa8\x09\x6d\x7a\x4c\xcc\x89\x30\x46\x61\xb5\xee\x29\xdc\x44\x25\x59\xa9\xa9\x09\x89\xe7\x34\xd3\x9e\x00\x5d\xb0\xa0\xa0\x6b\x5c\xd0\x4c\xc7\xca\xba\x8d\x37\x4b\xe0\xcd\x6f\x58\x75\x34\xf7\x30\x62\x03\x8e\x8d\x0d\x08\xa7\x53\x81\x5b\x60\x5d\xb1\xe6\xae\x93\xd6\x09\xb2\x46\x67\xb9\x4b\xf4\x52\x51\x32\x00\xa3\x7d\xc4\x37\x6f\xbe\x4a\xc2\x84\x51\x1e\x23\xa6\xe0\x0e\xca\x4e\x3e\xf0\x84\x92\x45\xa7\xc2\x51\xf1\xc3\x9a\xa0\xe2\xac\xd0\xfe\x11\x6e\xfa\xee\x5e\x9b\x9a\x4f\x83\x7a\xe2\xce\xb0\x2c\x6f\x16\xdd\x56\xc0\xe0\x45\xd9\x4e\x9e\x19\xc2\x75\x85\xdf\xd0\xf7\xcd\x5d\x26\xc3\xd6\x41\x08\x70\x16\xf2\x00\x1b\x37\xb2\x40\x04\x7f\xdd\x0f\x02\xbf\x4d\xed\xba\x80\xc0\xb3\xbf\x99\xb0\x53\xc8\x8e\x08\xb2\xdb\xa2\xf6\x0f\x81\xa2\x6f\x8b\x5c\xeb\x3c\x56\x87\x41\xb1\xe9\xee\x47\xd6\x36\x1f\x56\x09\x5f\xd7\x2a\x7b\xf5\xa8\x82\x7e\x71\x96\x6d\x54\xc0\x58\x5f\xfd\xa1\x11\xe6\x48\xfa\x62\x7d\xf5\xfd\xea\xab\x37\x69\xd4\xdd\x15\x59\x6f\x8d\x64\xab\x58\xa1\xe0\x3c\xc6\x10\xe5\x03\xc7\x0c\x35\xbb\x8f\x85\xd7\x63\xe1\xf5\x18\xc3\x74\xff\x0b\xaf\x37\xef\x6d\xac\xbe\xfe\xa8\x04\xa5\xbb\xab\xbe\xde\x52\x02\xa2\xca\xfa\x2d\x95\x60\x6f\x6d\xff\x71\x54\xcb\x8f\xc6\xbb\x33\x4e\xc5\xf4\x55\x3d\xfb\x26\xa4\x81\x30\xb4\xc4\xd3\x0a\xab\x7a\x7f\x92\x3b\x1f\x52\x4d\x0a\x19\x22\x71\x0c\xaf\x95\xc8\x61\xdf\xbd\xe4\x91\xdc\x45\xbd\xf0\x01\xd1\x17\x16\x0c\xe7\xf8\x68\x4e\xf8\x4b\x6d\xac\x69\x84\xb4\x7c\x30\x91\x1d\x1d\xf7\xc4\x93\xe5\xaa\x5b\x11\x94\xe7\x4c\x89\x43\x7b\xb8\x3d\x01\xc9\xd5\x24\xdf\x56\xc3\xb2\x17\xfe\x15\x74\xed\xa1\x95\xce\xd4\x36\xe0\x0e\xe0\x28\x84\xd1\x55\x0d\x4c\x8e\x71\x8b\x93\x53\xe2\xbd\x37\xb8\x00\x45\xa8\x10\x34\xe7\xb5\xab\xdf\x12\xed\xb6\xa0\xaa\x8d\x99\x8c\xa3\x94\x43\xe1\xa4\xf5\x96\x9d\xb1\xa4\xe3\x15\xf1\x5e\x75\xcc\x46\xa8\xc4\x9a\x05\x5b\xd6\x2c\xc8\x71\x29\x48\x80\xc6\xbd\xf5\x7c\x74\x06\x00\x96\xd6\xec\xa6\xfa\x45\x6f\x63\xe6\x9c\x67\x04\x83\xdf\x38\x2f\xf8\xb2\x20\x42\xbc\x26\x38\xcd\x28\x23\x9d\x8b\xef\x27\xc7\x03\x0d\x93\xb2\xda\xf2\xe3\x46\x55\xdc\x35\xfe\x42\x90\xed\xdd\x06\x6b\xe9\x49\x7b\x4b\xa3\x17\x77\x81\x69\x66\x41\x29\xc1\xca\xca\x26\x4e\x55\x87\xc8\x6a\xfc\x5a\xc1\x13\xd5\xb1\x7e\xd5\x7b\x4b\xdb\x68\xb1\xaf\xfb\x52\xa9\xce\xc5\x79\x63\xa6\x6f\x20\x4f\x22\xb8\xe7\x41\x81\xb4\x1b\x27\xca\x62\x81\x93\x2a\xda\xb1\x56\x56\x1f\xb2\xbf\x56\x98\x95\x6a\x82\xf0\xb6\xa1\xe9\x44\x48\xba\xf6\xe3\x98\x41\xc3\x55\x6b\x86\xc3\x3b\x53\x3b\x47\x7f\x7c\xfe\x5c\xec\x0d\x5e\xfd\xd0\xaa\x5a\xa1\xf3\x3f\xee\x51\xb1\x42\x4d\xae\xb3\x66\xc5\x21\xa3\x56\xeb\x09\xb6\xeb\x29\xfe\x84\x8e\x1f\xd2\x40\x29\xae\x83\x8a\x2a\xbe\x70\xa4\xe9\x7d\x3f\x76\x7a\x3d\x9c\xcd\x97\x44\x3d\x2e\xd7\x64\x71\x8a\x24\x98\x1c\x88\x20\x75\x2a\x61\xe1\x1f\x96\xa2\x64\x04\x03\x39\x59\xa8\x89\x39\xc1\x54\x75\xc0\xd9\x36\xe8\xc5\x2e\xa6\xd8\x1d\x0a\xab\xab\x71\xb8\x80\xd8\x85\xa9\x4a\x3d\x43\x6f\x6c\xe9\x63\x7f\x8b\x6e\x20\x37\xb1\x8b\xfc\xd2\xaf\x79\x35\x39\xec\x4d\x03\x08\x9c\x92\x6e\xf1\x62\x51\x6f\x91\x6e\x63\x4d\xdd\x2a\x5e\xb5\x33\xae\xef\xb2\x79\xd5\x2d\xa8\x96\x5b\xc8\xec\xc8\x72\xcf\xfd\x01\x1a\xfa\xec\xfe\x9d\x6c\xb6\xa8\xd2\xd8\xb6\xdf\x7a\x20\xd3\xe1\xba\x1f\xad\xe8\x4e\x11\x0c\xef\xdc\x2b\x6e\x72\x47\x8b\x75\x30\x38\xac\x4f\xe0\xb9\xed\xd0\xb0\x0e\xd3\xf9\xc8\xc2\xe1\x5b\x17\x23\xed\x17\xa3\xb6\xaf\xd1\xd1\x48\x5b\xda\x28\x92\x3f\xaa\x42\x47\x5f\x25\xfd\xb1\xc1\x59\xfd\x71\x6b\xaf\x86\x22\xd4\x5e\xd7\x6a\xf7\xfb\x7f\xdf\x72\x7c\xda\x16\xa5\x24\x8e\x11\x97\x56\xad\xfc\x11\xc2\xd2\xba\xbd\x38\x87\x0e\x4d\x1b\x13\x16\x75\xd9\xa8\xf0\x61\xaf\x8b\x09\x0b\x09\x0a\x89\x07\x2a\xef\xd1\xb8\x33\xfa\x8e\x68\xaa\xb9\xf7\x55\xe8\x16\xd8\x9a\x9f\x65\x9c\x9d\x48\x52\xac\x29\xb3\x6a\x4c\xef\xf7\xd1\x53\x0d\x1b\xf7\x0b\xb8\x18\x18\xaa\xa6\x6f\xcf\xc6\x86\x22\xb1\x1d\xe8\x8a\x9f\x11\x7b\x70\xa5\x9c\x90\x26\xbb\x12\x2b\x6b\x9c\xb9\x92\x1c\x24\x35\xf8\x73\x10\x61\xed\x6d\xac\x2b\x1a\x10\xfe\xf5\xe2\xf9\xf3\xef\xbc\xbb\x93\xe0\x1c\x27\x00\xb1\xbe\x5c\x91\x0d\xd8\x6b\x08\x85\x7a\x05\x73\xd2\xf8\x86\xcd\x52\x3e\x2f\x25\xc8\x80\x1b\x52\xbb\x84\xb5\x3c\x1f\x30\x1c\xf8\x9e\x96\xf4\x09\xf3\x99\xe7\xe8\x40\xaf\xbe\xea\x3c\x7b\x1e\x83\x2a\x20\xce\xd7\xd6\x5d\xee\x07\x25\xe0\x1e\x30\x06\xaa\x9b\x66\x8c\xe5\xa6\xc3\x51\x50\xed\xd6\x9e\x40\xb3\xe2\x37\x5b\x48\x66\x87\x08\x3f\xb2\xf1\x05\x46\x7e\x87\x78\x23\x31\x43\xe7\x9a\x94\x23\xce\xb2\x0d\xa2\xbe\x43\xc5\x8f\x30\x42\xff\xd1\x8e\xdc\xd9\x5a\x66\x0f\xd5\x91\xd8\xc2\xcd\x08\xc6\x47\x75\x0d\xae\x26\x1f\x89\x3e\xbd\x57\x13\x75\xce\xaf\xea\x11\x56\x57\x93\x23\x44\x1c\xf5\xcf\xa2\xef\xd0\x34\xe4\xc0\x71\x36\xff\xe1\x3d\xef\x44\x40\xd7\x72\x18\xf9\x7e\x00\xa5\x91\xbd\x5d\xd8\x3c\xf8\xcf\xa7\xfe\x13\xc3\xc8\x41\xd0\x1b\x19\x70\x18\x06\x42\x77\x66\xfc\xee\x5f\xc0\x58\x4e\x24\x96\x13\x89\xe5\x44\x62\x39\x91\x58\x4e\x24\x96\x13\xb9\xd7\xe5\x44\x02\x6c\x2c\xd6\x14\x19\x51\x53\xe4\xc0\xf5\x43\xf4\x36\x5c\xa8\xf3\xdd\x2b\x3b\x40\x52\xcf\x7a\xe1\x10\x73\xe4\x8d\x57\xdb\x78\x80\xac\x03\x3d\xc2\xe2\x23\xfc\xe1\x01\xc3\x1f\xb6\x87\xc5\xff\x74\x5b\xd1\x9f\xc7\xc7\xdf\xfb\x57\xae\xe9\xe5\x07\x4e\x78\xf4\xdd\x51\xe3\x3a\xc1\x2c\x3d\x31\xee\xd6\x6d\x95\x64\x20\x57\x43\xa0\xfe\x76\xb1\x90\xbb\x9b\x20\xa4\x2e\x3a\xe1\x2c\xdb\xec\x38\xd7\x1d\xc2\x06\xaa\x45\x1a\x60\x0c\x47\x09\x16\xa8\xbe\x3e\xc4\x76\x4c\xc1\x19\xdf\x83\x85\xa5\x5e\x74\x62\xd3\xb5\x01\x7b\x12\xe5\xdc\x12\xb0\x11\x6a\x7f\x97\xfd\xad\xad\x79\xea\x5c\xd0\x09\xa9\xdc\x11\x46\x1e\x34\x1c\xe6\x78\x2c\x79\x44\x2a\xc2\xaa\xd9\x98\xca\xf0\xad\x85\xda\x3d\x17\x61\xf7\x0a\xe2\x44\x96\x75\xc5\xd2\xda\xee\xab\x95\xf4\x6f\xdb\x56\x0b\xd9\xe7\xa3\xde\x21\x41\xb3\xb0\x19\x9a\x1b\x17\x3e\x9c\x77\xb9\x14\xa4\x38\x59\x96\x34\x25\x26\xb7\x72\x20\xb5\xf2\xae\x18\xb0\xe9\x44\x5b\x75\x2f\x06\xa6\xd7\x72\xc1\x8f\x9c\x60\x05\x8c\xb0\x79\x29\x40\xd7\xf3\x42\x2d\x21\xd5\xca\x1a\xe7\x27\x73\xac\xc4\x66\x90\x77\xd4\xaa\x90\xaf\xea\x5c\x09\x7a\x0d\x69\x92\xcd\x53\x37\xe5\xaa\xe7\x94\x33\xf0\x92\x83\x9f\x4d\x89\x4f\x05\x57\x74\xce\xc8\xbe\x9e\x48\x20\xb4\x13\xcf\x08\x24\xd6\x09\x6d\xb3\x90\x19\xaf\xdb\x5a\xe9\x40\xfa\x24\xc3\x8e\x9e\x80\xdc\x8e\xc4\x86\x49\xfc\x15\x0c\x70\xa0\x47\xc1\x9a\x99\xfc\x49\x2c\xdb\x20\x51\xe6\x39\x2f\xa4\xf0\x26\xe2\x86\x3a\xb5\xd9\x64\x2a\x0f\x21\xc8\x74\xcd\x86\xf6\x21\x54\x03\xc8\xb5\x52\x7c\x6b\xa9\xb9\x07\xad\xaa\x43\x84\x63\x5c\x41\xc0\x11\xa1\xb7\xbe\x32\xd2\x1f\x7b\x5b\xcb\x3f\xb8\x4d\xf0\x6d\x2c\x4b\x18\xcb\x12\x46\x3d\xea\xdb\xd0\xa3\x1e\x7a\x59\xc2\x16\x79\x7d\xa8\xb5\x09\xdb\x13\xd9\x45\x7b\x18\x51\xa5\xb0\xeb\x43\x07\xd6\x24\x62\xbd\xc2\x58\xaf\xf0\x81\xc4\xfa\xde\x65\xbd\xc2\xd6\x6d\x89\x45\x0b\x1f\xa5\xfc\x72\xa8\xa2\x85\x6d\x75\x22\x06\xf1\xde\x47\xe9\x68\xb7\xe0\xdc\xc3\x97\x2f\x0c\xcb\x05\xb7\x5f\xc3\x30\x16\x2e\x8c\x85\x0b\x63\xe1\xc2\x58\xb8\x30\x16\x2e\x3c\x44\xe1\xc2\x85\xad\x31\x61\x86\xa9\xf1\x14\x06\x64\xce\x99\xbd\xdc\x5e\x75\xab\x58\xc2\x30\x96\x30\x8c\x25\x0c\x63\x09\xc3\xa3\x95\x30\x6c\x09\x9a\xb1\x8e\x61\xac\x63\x78\xe8\x3a\x86\x43\x87\xec\x1e\x17\x33\xec\x32\xbb\xc6\x8a\x86\xb1\xa2\xe1\x91\x2a\x1a\xf6\x58\xe2\x63\x59\xc3\x58\xd6\x30\x96\x35\x8c\x65\x0d\x83\x87\x24\x96\x35\xbc\x7f\x65\x0d\x7b\x68\xf9\x48\x79\x23\x16\x38\x7c\x04\x05\x0e\x47\x06\xe8\x1c\xbe\xca\xe1\x01\x23\x8b\xb7\x2b\x68\xf8\xfd\x9d\x16\x34\x8c\xb5\x0c\x63\x2d\xc3\x58\xcb\x30\xd6\x32\x8c\xb5\x0c\x23\xca\x20\xd6\x32\x8c\xb5\x0c\xf7\xaa\x65\x18\x12\x65\x62\x2d\xc3\x6f\x97\xc0\xdf\x8b\x5a\x86\x41\xf9\x3a\x62\xca\x62\x2d\xc3\xfd\xb0\x6c\xc1\x63\x75\x38\x48\xdb\xf7\x33\x27\xad\xef\xa9\x0c\x56\x52\x7f\xa7\x0e\xe8\x9a\x6c\x59\xc3\xd0\xf5\xdc\x74\xdb\x40\xae\xac\xb2\xf0\x90\x74\x29\xb4\xb5\xb1\x0f\x31\xb6\x28\xc6\x16\x3d\x3a\x4a\xf7\xb8\xe4\xda\x70\xbc\xd3\x65\x67\x29\x06\x08\x1d\x72\x77\xfc\x96\x33\x19\x6c\x67\x5f\xf4\x68\xeb\x50\x30\xd5\x65\x30\x84\xaa\x35\xdb\x5d\x22\xa7\xd0\xb9\x0d\xf2\xb5\xc6\x79\xb1\x11\x92\xac\xfd\xac\x0c\x0f\x66\x19\xb7\x0e\xe5\x6a\xee\xc1\x08\x3e\x78\x84\x30\x2e\xaf\xf7\x71\xc5\x23\x5b\xad\xbb\x43\xb8\x3c\x6b\x5b\x0c\xe0\x8a\x01\x5c\x7b\x05\x70\x55\x67\xe9\x2e\xc2\xb7\xbc\x5b\x32\x58\xaa\xd1\x6f\x18\x0a\xdd\xaa\xa8\x66\xd4\xd2\xef\x89\x74\xd8\xa1\xa5\x9f\x39\xd5\x3c\xbc\x67\xfb\xe9\xe4\x95\x76\x13\x55\xf1\x3b\xae\xd1\xf8\x20\x84\xd3\xdd\x54\xf4\xea\x94\x1d\x45\x33\x1f\xac\x6f\xe6\x37\xec\x09\x33\xeb\x57\x8e\x7d\x9a\xe8\x62\x2f\xa6\xfb\xd4\x33\x83\x04\xb1\x3b\xd4\x34\xab\xd8\xd0\x83\xa8\x6e\x76\xe4\xe2\x50\x36\x4e\xe7\x0e\x0a\x43\x1d\x20\x56\xe7\xac\x2f\x3e\x07\x17\xa4\x19\x48\x51\x53\xee\xaa\x0a\x8c\x94\x99\x10\x3f\xb7\x9f\xda\x26\x96\x82\x63\xb6\x51\xaa\xd1\x8f\xd8\x01\xc1\x6b\x4e\xb2\x30\xf3\xbb\xe7\xa1\x3b\xdd\xa1\x22\x67\x6c\x87\xe8\x10\x53\x5d\xc6\xdd\x2e\x3f\xc6\x90\x7c\xc5\x09\x14\xee\x01\x50\x7c\xbe\x71\xb2\x8b\xea\x8c\x33\x44\x00\x7e\xcf\x78\x4a\x2c\x5e\x5f\x26\x2b\x8b\x7c\xa9\xd6\x1a\x1a\xb8\xf8\xac\xa7\x4a\x6b\xaf\xbd\x0b\x10\xb8\x46\x2b\x2a\xaa\xf3\xf7\x6c\xeb\x6d\x52\xbb\x93\x71\x9c\x8a\x53\xcf\xfb\x7e\x6a\x30\x6f\x6a\xb5\xaa\x9f\x7f\x97\xf3\xf4\xc4\x0b\xa0\x3d\x62\x08\xca\x19\xab\x92\x32\x57\x85\xb6\x5a\x75\x1c\x6a\x94\xce\xab\xe8\x30\x32\xcf\x71\x87\xac\xd3\x8c\x18\xd9\x89\x95\x8d\x8a\x08\x38\x2e\xcc\xbf\xad\x94\x8f\x62\x82\xa3\xf3\x05\x8e\xe7\x87\xe6\x6d\x5d\x75\xf0\xc2\x66\xf4\x9f\x4c\x27\x9a\x54\xbf\xa7\x42\x78\x3f\x1a\xcb\x55\x57\x6b\x60\x9a\xdb\x07\x0b\x0c\x97\x91\xaa\xcc\xeb\xf5\x7b\xfe\x4d\x86\x04\xb8\xe9\x1f\x29\x20\x20\x68\xd3\x39\x52\x38\x40\xf3\x24\x0d\x48\x0d\x10\x74\xdf\xae\x00\xe4\xc2\xa3\x5e\xd8\x93\xaf\x68\x3b\x54\x13\x2d\x88\x4e\x2d\x68\x00\x99\x45\xc9\x7c\x66\x0c\xf1\x57\x07\x21\xcb\xba\x43\x41\xe4\xe9\xb8\x23\xd1\x71\x93\x82\xf3\x6f\x26\x9d\xf7\x56\xc1\x13\x21\xcd\x5a\xd4\x67\x87\x9e\x6a\xe4\x2c\xc4\xac\xc1\x6b\x00\xc6\x07\x86\x18\x7e\xe3\x50\x7c\x6a\xdb\x05\xd1\xd3\x3b\xeb\x2f\xca\xb0\xdb\x1a\x40\xc2\x40\x7c\x4d\xb4\x4d\xc9\x38\xe2\x6c\x59\xe4\xaa\x99\x3b\x4d\xcc\x17\x8d\x43\xa5\xf6\xa0\x18\x53\xb3\xde\xde\x36\xd3\xac\x91\xd5\xdd\xce\x7c\x7d\xf0\x3a\x68\x55\x3d\x07\xa1\xf7\x3e\x9e\x78\x9f\x45\xdc\xed\xe6\xc2\x8e\x8e\x24\xdd\x7a\x50\x83\xd5\x42\xf6\x1c\x3b\x33\xd6\xce\xbb\x38\x91\x63\x8b\xfa\x0d\x85\xff\xb4\xd4\x9c\xed\x0b\xfc\x19\x73\xd0\xbe\x44\xd1\xbf\x26\x36\x8a\xa8\x5a\xd5\xc3\x46\x5c\x04\x99\xe5\x28\xc1\x6f\x7c\xb4\x45\xc7\x2b\xce\xb2\x57\x26\xd2\x8b\x38\xa8\xaa\x44\x35\xe5\x74\x5d\xea\xa1\x12\xa6\x6e\xb7\xb0\x9a\xd4\x65\xd4\xda\xc5\xca\xb6\xd5\x06\xea\x35\xb4\x2a\x33\xe8\x60\x25\xb5\xea\x64\xda\x12\x3d\x55\x41\xb5\xfa\x98\x74\x55\xb5\x9f\xd9\x6b\xc0\x87\x1f\xad\xa0\x5a\xe7\x5c\x7a\x0f\xd0\xa8\xaa\x61\x63\x70\x2d\xb5\xe2\xd5\x1d\xc0\x16\xaf\xfa\xdc\x56\xc8\x96\xaa\x6f\xc2\x14\xd5\x52\x1f\x48\x32\x5c\xe8\xf4\x40\x26\xb4\x07\x5e\x86\x28\x2b\x45\xe1\xbc\x42\xd4\x11\xe2\x12\x21\x2e\x8f\xdb\x83\xd0\x28\x43\x72\xfc\xea\x20\x17\x4d\xab\xb9\xec\x44\xa2\x34\xab\x59\x6f\xa7\x3b\x56\xf5\x33\x07\xa0\x21\xef\xb7\xaf\xab\xbd\xeb\x48\x76\x41\x57\xd4\xe7\x31\x86\x1e\x1f\x07\x5f\x11\xa8\xd1\x3a\xaa\xe8\xea\x08\x84\x85\x57\x7e\xf6\xdb\x85\x58\xa8\x81\x6a\xfe\x1b\x1e\xe4\xa5\xad\x0c\x6a\x06\x4a\x85\x37\xd2\x1b\xec\x02\xd5\x23\xe0\xe3\x3e\x01\x3e\xea\x75\xc6\xef\x02\xf1\xe1\x06\x30\x08\xf9\xa8\xb5\xac\x27\x32\xaa\x9e\x45\xb4\xc7\x3d\x11\x94\xb6\x89\xc9\x08\x6f\xdf\x9e\xc6\x59\xaf\x78\x74\x94\xdb\xee\x16\xf9\x71\x17\x88\x8c\x6a\xfb\x0f\x0a\xc9\xa8\x8b\x3b\xe3\xca\xba\xf7\x81\x32\xc6\x8b\x97\xc7\x87\x6b\xbc\xdf\x01\xaa\xf1\x20\x00\x1a\xe3\x2c\x7c\x39\x2e\x45\xc8\x8c\xf6\xd6\x0b\xab\x34\xe9\x39\xd2\x9a\x4d\x40\xbf\xe8\xed\xd1\x9c\xf3\x8c\x60\xf0\x06\xe5\x05\x5f\x16\x44\x88\xd7\x04\xa7\x19\x65\xa4\x1f\x2b\x63\x32\xbf\x82\x08\x45\x59\x6d\xf9\x6b\x62\x28\xe4\xff\xfd\x42\x90\xed\xdd\x26\xda\xd4\x93\xf6\x96\x46\x2f\xee\x02\xd3\xcc\x7a\xff\xeb\x1c\xbf\x96\x58\xc4\x24\x3a\xd6\xd9\x45\x0a\x9e\xa8\x8e\xf5\xab\xde\x5b\xda\x08\x81\x7d\xe1\x8e\x4a\x75\x2e\xce\x1b\x33\x7d\x03\x75\xb5\x21\xa2\x1a\x24\x24\xbb\x71\xa2\x2c\x16\x38\xa9\x72\xd6\x7a\x03\xb2\xe5\x02\x5d\x9a\x81\x6a\x82\xf0\xb6\x21\x8a\x44\x48\xba\xf6\xb3\x51\x83\x08\xa7\xd6\x0c\x87\x77\xa6\x76\x8e\xfe\xf8\xfc\xb9\xd8\x3b\xc9\xd0\x07\x77\x45\xea\xf5\xc2\x8f\x04\xc3\x39\x32\xc2\xc8\x33\x29\x3d\x50\x94\xd1\xbb\x70\xf1\xb8\x19\x7a\x63\x91\x16\xfe\x1c\x6f\x56\x5c\x78\x49\xbb\xf5\x6b\xd6\x36\x4f\x85\x3b\xaa\x90\xf6\x43\x89\x7b\x78\xb1\xa8\xb7\x48\x3d\x83\xdf\x58\xfc\xd1\x81\xb3\xfa\x76\x42\x4f\x2e\x9b\x97\xaa\xc2\x9f\x98\xd4\x41\x2d\x18\x4a\x1d\x7c\xa2\xa6\x3c\x1b\xf4\x51\xeb\x53\xf2\x77\xb2\xd9\x3e\x9c\xc3\x33\x05\x78\x79\x76\x3a\xb1\x4e\x16\x62\xd2\x46\x39\x89\x30\xcc\x69\x1f\x68\xcf\x8e\xc6\x8f\x3b\x86\xc9\x34\x8d\x2b\xe3\x04\x93\x5a\x05\xa7\xf5\xf6\x76\xa6\x01\xdb\xb3\x65\xcb\xdd\xb9\xc5\x2e\x1b\xde\xa9\x8a\x93\xeb\x92\xfe\x01\x17\x5e\xd3\x7b\x67\x6a\x24\x86\xef\xe6\x58\xdc\xc9\xbe\xc0\x1b\x8f\x1a\x5c\xd6\xfe\xbe\x65\xe8\x4d\x45\xe4\xee\x04\x72\x53\xad\xfc\xf1\x30\x37\x01\x3b\xdf\xa1\x41\x37\x63\x5d\xbd\x7d\xee\xdd\xd0\x09\x38\x4c\x16\xc6\xe6\x9d\xd1\x77\x44\x13\xc3\xbd\xaf\x42\xb7\xc4\xd3\xfc\x2c\xe3\xec\x44\x92\x62\x4d\x99\xd5\x03\x7a\xbf\x8f\x9e\xea\x54\x59\x26\xb5\x7e\xc5\x2b\x2d\xcf\x1e\x8b\xa2\x2e\xd9\x0e\x74\xc5\x7b\x69\x78\xa5\x9c\x94\x23\x03\xfe\xf3\x3a\x76\x59\x48\x6a\x72\x6e\x81\x0c\x68\x6f\x63\x5d\x52\x07\xe8\xc2\x8b\xe7\xcf\xbf\xf3\xee\x4e\x82\x73\x9c\x40\x5a\xa9\xcb\x15\xd9\x80\xc5\x80\x50\xb9\x22\x85\x62\x63\xf5\x6f\x58\x17\xfd\xbc\x94\x20\x44\x6d\x48\xed\x12\xd6\xca\x1d\xc0\x70\x0c\x54\x42\xea\x44\x63\x1e\x4f\x1c\x9d\xd1\xb2\x27\x1b\xe4\xbe\xc7\xa0\xca\xfc\xe9\x6b\xbe\x2e\xf1\x3d\x00\x34\x0e\x0e\x3d\x08\xd0\x8c\xb1\xdc\x74\x04\xec\xa0\xd5\xda\x93\x53\x56\xfc\x66\x0b\x81\xeb\x16\x61\x06\xed\x51\x5f\x6a\xe0\x41\xcb\x6d\xbf\x07\xe8\xc0\x33\xc1\x8d\x37\x44\xfb\x70\x03\xa2\x4f\xaf\x45\x1a\x34\x21\x11\xb7\x03\x37\xa8\x66\xd1\x77\x68\x2a\xd6\xbb\x27\xde\xa0\xea\xa8\x1b\x6f\xe0\xf1\xf9\xad\xf0\x06\x5e\xdf\x84\x89\xb2\xa8\x8a\xf9\x3a\xd5\xac\x4e\xeb\xea\xf5\x23\x3c\x20\x29\x66\x1b\x53\xca\xc7\x96\xe7\x8c\x40\x84\x08\x44\x78\x74\x06\x6d\x53\x87\xfd\x9d\x29\x08\xb4\x80\x7c\xd5\xee\x0e\xa9\x3b\x61\x92\x39\xbb\x0a\x55\xb5\x42\x42\xc6\x86\x00\x85\x1f\x4c\xb5\xf7\x73\x9e\x3e\x55\x5a\x8b\x35\x25\x7a\xdd\xe9\x48\x28\x01\x75\xc3\x1f\x7d\x86\x8f\x56\x45\xe3\xad\x4c\xe3\x3e\x01\xbc\xdf\xb9\x2b\xaa\x91\x6e\x57\x50\x79\x94\x3a\xee\x2f\xc3\x37\x9a\x1b\xc4\x5b\xdf\x1d\xe0\x2b\x8d\xdd\x19\xc3\xde\x8f\x02\x5f\xa9\xba\x1f\x05\x5f\x09\x34\xef\x86\xaf\xd8\x9a\x67\x77\x56\xe3\xb9\x09\x0d\x89\x69\x42\x1e\x38\x6a\xc4\x3f\x51\x77\x03\x1b\xa9\x2e\xc0\x10\x6c\xa4\xde\x32\x94\x2a\x64\x00\x50\x1b\xc1\x23\xf7\x06\x3c\xf2\xce\xe0\x45\xfc\x1d\x3b\x62\xb8\xf0\xa1\x6c\x96\x9e\x6a\x18\xa1\x28\x8f\x3c\x09\x49\x7d\xbc\xb7\x8d\x7a\xf1\x4e\xda\x21\x51\x2f\x0d\x29\x69\x14\xb5\x1d\x48\x45\x12\xf4\x54\xf4\x63\x5b\x22\xa0\x65\x4b\x40\x4b\xb7\x31\xbf\xbb\x98\x8f\x55\xb8\xec\xbb\x7b\xf9\xfc\xbd\x62\xca\x4d\x40\xc3\x11\xc9\xf6\xe9\xef\x6e\x56\x58\x9e\x50\x71\x82\x4f\x06\xe8\xfa\x6e\x60\x83\x8b\x43\x95\x1f\xd6\xa8\x85\x2f\x64\xa3\x41\x35\x9a\xf3\x9a\xf4\x1a\x23\x52\x9f\x38\xfb\xba\x27\x8f\x7d\xa3\xe9\x50\x2e\x6f\xad\x72\xee\x03\xc8\x4e\x32\xc0\x31\x6e\x0d\x95\xd0\xd2\x99\xc7\x31\x8e\xd1\xe9\x3b\xc6\xf3\x90\xee\x0a\x9d\x63\x9c\x89\x35\x02\x59\xd1\x66\x77\x40\x46\xc1\x14\x5c\xd9\x3f\xff\xb2\xde\x85\x93\xde\xfb\xfe\xd1\xbc\xf4\x21\x73\xc6\xa1\xbd\xf4\x50\x3a\x09\x0e\x63\xaf\xbf\xb2\xb6\x79\x15\x69\x06\x17\xa4\xef\x8c\xb6\xf2\x75\xe6\x4c\xbd\x4d\xd2\x69\x7f\xb3\xfb\x3e\x7a\xff\xc6\xe0\x09\x7e\x6e\xd7\x93\x2c\xc8\x22\x33\x15\xa7\xea\x58\x83\x45\x9f\x81\x70\x0b\x08\xc8\x38\xb8\x41\x6d\x01\xf5\x49\x77\x27\x7f\x8f\x43\x3d\x5e\x38\x69\x4e\x54\xcf\xd3\x1f\x93\x15\x55\xee\xb9\x4c\xb1\x9b\x24\x3f\xce\x67\xdd\x11\x21\xdd\x57\x9c\x50\x09\xe8\x8d\x50\xf8\x90\xb9\xdd\x8b\x07\x2f\x6a\x2e\xe6\x61\xa7\xdf\x1a\x7f\x1d\x4c\x09\x61\x31\xcf\xd5\x7e\x36\x72\x62\xe9\x7a\x6b\xda\x25\xec\xe3\x38\x3c\xec\xaf\x8d\x53\xff\x05\x54\x66\xd3\x16\x33\x84\xe7\x82\x67\xa5\x74\x07\xf8\x29\xf9\xfa\x12\xfd\xf8\x0c\x01\x9c\x3a\x27\x85\x3a\x52\x78\xa9\x2f\x76\x03\xd7\xd0\x18\x84\x71\xd6\x08\x89\x0b\x57\xcf\xde\x38\xda\xa1\xd3\x17\xcf\xbf\x7b\x36\x43\x67\x8d\xef\x51\x81\x12\x9c\x25\xc6\xc2\x0e\xca\xb7\xf7\xd5\xf9\x06\x15\xbc\x64\xa9\x5e\x51\x23\x68\x27\x4e\xdf\x7e\x5e\xb9\xb7\xb5\x29\x80\x0a\x25\x37\xbf\xf9\x8a\xd7\x79\x46\x5e\x6a\x6c\x98\x34\xc2\xb9\xda\x1d\xc9\xd1\x0f\xcf\xbf\x9b\xaa\xb1\xc2\x95\xf9\xe1\xf9\x77\x76\xa8\xfb\xa5\xc6\x99\x91\x99\x85\x66\x87\xf3\xf1\x3c\x83\x35\xb7\xa8\x0e\x6a\x44\x60\x21\x79\x9e\x1b\x54\x0c\x76\xe9\xd0\xda\xbe\x63\x80\xcc\xb9\x24\x0c\xb8\x90\x02\xdc\x15\xea\x6d\xe3\x6c\xae\x4f\x87\x0b\xd2\xda\x1e\xa6\x84\x3a\xc2\xd0\x5c\x9d\x09\x81\xca\x1c\x70\x15\x8d\x56\xae\x5e\x1f\x80\x31\x4c\x99\x3e\x83\x9e\xf3\xea\xdf\xdb\x13\x06\xb5\xe6\xa0\x57\x00\xc3\x93\x54\x20\xce\x24\x47\x60\x90\x6e\xf4\x3d\x45\x72\x55\x0a\xed\x54\xd7\x6b\x08\xd5\xf7\x8c\x30\xf0\x27\x3d\x74\x5e\xd0\x25\x65\xbd\xc7\xcc\xff\x3e\x2c\x55\x96\xc1\x22\x89\xc0\x71\xdf\x56\xb6\x2e\x25\xcd\x66\x94\x49\x21\x8b\xd9\x5b\x26\x7f\x2e\x2e\x76\x30\xd3\xaa\x4e\x4e\x03\x9d\x8c\xa7\x4d\xa3\xf2\x32\x8c\x25\x4e\x3b\x50\xa4\x8b\xb2\x08\xb9\x00\xc2\xb4\xa8\x45\x81\x5c\x3e\x22\x84\xe7\xbc\x81\x62\xaa\xbf\xb6\x17\x39\xf2\xa3\x0a\x7c\x0a\x63\x69\x84\x0d\x85\x78\xae\xd4\x96\xf7\x35\x32\xab\xc8\xc1\xf3\x7d\x69\x91\xaf\xac\x7f\xff\xe3\x77\x63\xc8\x8e\xbd\x48\x9e\x43\xdb\xad\x19\x56\x0b\x56\xe6\x88\xae\xd7\x24\xa5\x58\x92\x6c\x63\x3b\x22\x8d\x3d\x34\x24\x60\x8a\x44\x09\xea\xab\xa1\xbc\x4d\x0a\xc6\x33\x9d\x17\xc8\x5d\xdd\x94\xeb\xda\xca\x10\x75\x82\x5e\x18\x6a\x51\x8f\xce\x80\x0b\xaf\xde\x84\x37\x80\x5e\x01\x46\xee\x0b\x55\xea\xf4\x74\x70\xf8\x8b\xb2\x50\x77\x7f\xda\xb8\xe7\x41\x8c\x60\x03\x2b\x03\xae\xaf\xd6\x1d\x06\x0b\x82\xa1\x6f\xc1\x21\x1f\xec\x8e\x4f\x77\x64\xc6\xb7\xc8\x82\xbb\xce\xfc\xee\x27\x39\xe5\x37\xac\xfb\xce\x00\x21\x30\xb7\x65\xc7\xf3\x5e\x0f\x9e\x69\x1c\x18\xf5\x75\xd5\xfa\x4f\xed\x7d\xdd\xe2\x22\x98\x53\x5b\x63\x51\x20\x85\x4f\x47\x7c\xdd\x1d\xd8\x05\xcf\x32\x7e\xa3\x4d\x46\xaa\x81\xfe\x4c\xe0\xce\xb6\xce\x76\x17\x06\x76\x2c\x9b\x32\x47\xbc\xc6\x08\x8f\x73\xc4\x6f\x95\x8d\x85\x6a\x2f\xf7\x99\x37\x06\xde\x1d\xac\x86\x0d\x52\xd4\xd8\x1a\xd8\xfd\x3c\x30\xc7\x85\xa4\x61\x2d\xf4\xdc\x3e\x6a\xd4\x92\xe4\x45\x0a\x82\x0b\x96\xc6\x6a\x2e\x1b\x35\xca\x2b\x29\xd2\xf5\xee\xd9\x7c\x2b\x01\x76\x5c\xa4\x57\x7b\x27\x59\x99\x65\x3d\x5b\x73\xa1\xce\x7c\xaf\x3c\xa1\x1a\xf8\x36\x25\xec\xae\x81\x71\x77\x99\x20\x4b\xeb\x59\x8b\x88\xc6\x88\x68\x7c\xdc\x7e\xd1\x46\x6a\xa5\x9f\x6e\x0b\x59\x78\xfc\x1c\x4e\xfe\x95\x6b\x02\x07\x81\x3b\xde\x36\xa6\x6d\x6b\x18\x3d\x90\xab\x21\xbc\x60\xa8\x5e\xd8\x5d\x4d\xd0\xc3\x0b\xee\x36\xd7\x1d\xb0\x7b\xd5\x22\x0d\x30\x86\xa3\x20\xf6\xaa\xaf\x0f\xb1\x1d\x83\x74\xf5\x9d\x50\x58\xea\x45\x27\xc6\x26\x0f\x9b\xa6\x08\x8d\x25\x60\xc3\xc1\x20\x9d\xe6\xd3\xb6\x36\x4a\x99\x90\x98\x25\xa4\x0a\x58\x34\x32\xa2\xe1\x30\xc7\x63\xc9\xc3\x7e\x1f\xaf\xd9\x18\x97\x4f\x6b\xa1\x76\xf7\xfc\x74\xaf\x20\x4e\x64\x59\x57\x36\xad\x71\xbd\x5a\x49\xff\xb6\x6d\xb5\x90\x7d\x8e\xe5\x1d\x5c\xc9\xc2\xfa\x92\x1b\x17\x3e\x6c\xfa\x2e\x05\x29\x4e\x96\x25\x4d\x89\x71\xd8\x06\xfc\xb5\xcd\xd5\xc4\xa9\x36\x3f\xe3\xec\xbc\xb6\x7e\x4d\xac\xdf\x74\xa2\xe3\xbe\x2e\x06\xa6\xd7\x0a\xd2\x1f\x39\xc1\x0a\x87\x60\xab\xf5\x83\xfe\xe7\x45\xce\xcc\xb9\x5c\xa1\x35\xce\x4f\xe6\x58\x89\xd2\x20\xef\xa8\x55\x21\x5f\xd5\xb9\x12\xf4\x9a\x28\x05\xce\x3c\x75\x53\xae\x7a\x4e\x39\x83\xf0\x78\x88\xc4\x55\xe2\x53\xc1\x15\x9d\x33\xf2\xb0\x27\x12\x08\x6d\xb3\x34\x02\x89\x75\x24\x9b\x26\xc2\xc4\xe5\xae\x95\x5e\xa4\x4f\x32\xec\xe8\x09\xc8\xf2\x48\x6c\x98\xc4\x5f\x67\xc8\x44\x16\xe8\x35\xd3\x59\x5f\x21\x36\x0b\x92\x52\x17\x52\x78\x13\x71\x43\x9d\xea\x29\xfa\x31\xc4\x20\xd3\x35\x1b\xda\x87\x05\x41\xb9\x05\x78\xdf\x9a\xbf\x7f\x10\x03\x3a\x44\x38\x2a\xb5\x62\xcf\x48\x2a\x5f\x41\xe9\x0c\xa5\xf2\x1a\x6d\x17\x4b\xe5\xf7\x5e\x57\x2c\x88\x74\x5a\x32\x84\xf8\x01\xb2\x47\x48\xc8\x49\x92\x2a\x26\xaa\xae\xd0\x0c\xbd\x75\xff\xb6\x81\x23\x54\xa9\x06\x58\xbc\xbc\x62\xe8\x04\x7d\x20\x52\xad\xfc\x4b\x74\x86\x04\x65\xcb\x0c\x0c\x02\x4a\xdf\x7e\xfd\xe1\x42\xa7\xc4\xe6\x42\x32\xbc\x26\x33\x68\x7e\x21\x79\x81\x97\xe4\x25\x3a\x53\x47\x87\x6d\xd0\x2f\x3c\x2b\xd7\xe4\x55\x86\xe9\x5a\xa8\x83\x68\xc4\x57\x92\xce\xae\xd8\x65\x43\x7d\x5b\x96\xb8\xc0\x4c\x92\x2a\x1e\x4c\xdb\xe7\x99\x1e\x83\x1d\xf6\x46\x9f\x75\x9c\xdd\xe0\x0d\x1c\x50\xab\x71\xc0\x99\x17\x7a\x04\xae\x71\x54\xa1\xa2\x0a\xf5\x48\x54\xa8\x5b\x0e\x85\xb2\x22\x5c\x45\x2d\x1c\x41\xa1\xc6\x18\x69\x1c\xed\xdb\x49\xda\x9e\xc5\x68\xab\x58\xa4\xb6\x24\x76\xee\x8f\xa5\x46\x42\x77\x09\x43\xda\x67\x22\xbb\x28\x0e\x8d\x75\x18\xc5\x8b\x8e\xa3\x44\x54\xfd\x8f\x8a\xfb\x09\xb5\xef\x0e\xfc\x11\xa6\xf5\x9d\x05\xfe\xdc\x8b\xc4\xb5\x31\xe8\xe7\x30\x41\x3f\xfe\x69\xba\x9b\xa0\x1f\xef\xf4\x0f\x45\xfd\x34\x9a\x86\xc2\x7e\xbc\x26\x31\xee\xe7\x9e\xc8\x2f\x0e\x6d\x78\x10\x14\xa2\xaf\x49\xc4\xc0\x9b\xfb\x28\x1d\xed\x16\xe5\xe2\xef\xeb\x21\xc3\x5c\x9a\x72\x41\x0f\x7d\x39\x43\x8d\xc6\x3d\xa1\x2e\xbe\x78\xb4\x43\x1e\xd7\xe9\x44\x28\x45\x3c\x21\x1f\xf0\x3a\x90\xd5\x35\xe7\xe9\x7b\xc8\x1b\xb0\x26\x4c\x9e\xf3\x8c\x26\x81\x94\x80\x81\x46\x16\x5a\xa3\x73\xd4\x38\xd7\xb2\x45\xc3\x1b\x3f\x2e\x6c\x27\xce\x8c\xdd\xad\xcc\xa7\xda\x5b\xad\xf3\xd9\xb8\x44\x36\x9c\x69\x44\xd9\x14\x41\x58\x0d\x61\xce\xb9\x66\x3d\xf0\x2e\x2f\x02\xca\xf5\xd7\xa9\x40\x9f\x7f\x2e\x20\xdc\x05\x70\xd2\x9f\xa1\xe7\x82\xb4\x47\x42\x19\xa2\x4c\xfd\xa1\xb4\x60\x13\x09\xf1\x34\xe7\xe9\xc9\xf3\xa9\x41\x67\xf1\xf4\xe4\xc5\x14\x11\x99\x3c\xb3\x40\xb0\x56\x6a\xd3\x1b\x4c\x15\xb9\x93\x34\x43\x04\x27\x2b\x00\xb6\xd9\x68\x1a\x9b\x3c\xd5\xa4\x3f\xa5\x6c\x39\x43\xff\x68\x4e\x62\x5a\xa5\x1c\xd4\x1e\xf8\x35\xbf\xae\x72\x98\xf2\x3c\xe7\x82\x4a\xa2\x87\xa7\x27\x8c\x33\xa0\xbd\x50\xc8\xc5\x9b\xf4\x39\x2e\x70\x96\x91\xec\xb3\xf1\xa4\xfa\x35\x58\xad\x84\x9f\x9b\x36\x3a\xcf\xab\x35\x88\x59\xad\x40\xef\x85\x8d\x49\x52\x33\x83\xe8\x23\x35\x75\xce\xcc\x53\xf0\xfe\x43\xd7\x29\xd4\xe6\x01\x0f\xbd\x45\x32\x72\x96\x84\x32\xe4\xf4\x61\x72\x8b\x06\x26\xb7\x6d\x64\x76\x2d\x8c\x1c\xa2\x0d\x08\x36\xc0\x00\x96\x44\x10\xb3\x76\xb6\x2f\x63\x30\x23\x4c\x10\x87\x36\xd0\x59\x34\xb4\xa1\x55\xd2\x0a\xb8\xee\xcc\x0c\xb6\x4b\x5d\xcb\x4d\xc9\x6a\xd7\x34\x2d\x71\xe6\x05\x6c\x64\xc2\x64\xdd\xc2\x01\xdb\xcb\x06\x6c\x6f\x5e\x68\xd2\xd4\x9e\xcd\x23\xe4\x5a\x0d\xb5\x72\xb8\xe6\x16\xd8\xc6\xb6\x6e\xa4\xb5\x5c\x63\xaa\x83\xcd\xdc\x79\xf3\x48\xca\x13\xe1\x5e\xb3\x95\xa2\xf5\xf9\x6b\xfe\x6a\x97\x42\x5b\xd2\x21\x6d\x99\xfd\x9a\x62\x34\x8e\x89\x19\xf3\x98\x55\xfa\x32\x30\x95\x65\x94\xa4\x2d\x92\x67\x64\x99\xfa\xfd\xae\xb0\xaa\xfb\x67\x75\x15\x87\x0a\xb4\x7a\xc4\x31\x51\x3e\x73\x08\x2c\xa0\x7b\xe8\x42\xfd\xd4\xbf\xed\x7d\xd2\x8f\xf5\x1a\x2e\xd5\x64\x98\xe8\x52\xe9\x6d\x5b\x58\x47\xc8\x63\x66\xe9\x66\xe3\x40\x6a\x4a\x04\xc4\x55\xe4\xea\xc8\x29\xd5\xaa\xca\x53\xd9\x30\x28\xba\x91\xc8\x99\x36\x2a\x2c\x89\x44\xaf\x3f\x5c\x9c\x5a\xeb\xa6\xd9\x61\x0d\x60\xd2\x5b\x87\xa5\xa2\xac\x2f\x81\xf0\x5b\x7e\x7b\xa2\xa9\xd8\xcc\x9b\xf1\xcc\x1c\xc9\x99\xb8\x4e\x66\x49\x56\x0a\x49\x8a\x59\xc6\x13\x9c\x19\x56\x73\x35\x09\xf4\x70\x35\x51\x63\x6f\x14\x25\xf7\x6d\xa5\xc1\x7c\x8e\x9e\x12\xd5\x19\xa3\x26\x6f\x2d\x46\xed\x8d\x65\x71\x42\xe2\x75\x4e\x52\xb0\xc1\x04\xa6\x02\xdd\x2f\xca\x6c\xa1\xfe\x0b\xfb\x5e\x27\xae\x86\x86\x96\x8c\xfe\x5a\x56\x76\xdd\x4a\x98\x2d\x88\x70\x68\xf8\x86\x94\x73\xc4\xd2\xda\x65\xa3\xbc\x5f\x0d\xa9\xe4\x0d\xa3\x51\x06\xb0\xb6\xa0\xea\x93\x7c\xa3\xf1\x56\x06\xa7\x56\x99\xb4\x1a\x8b\xa4\x44\x01\x5c\x91\x53\x38\x1d\x29\x38\x8a\x1c\x77\xdb\xc3\x80\xd5\xac\xd5\x3d\x9d\x5c\x57\x86\x7b\xfb\x81\x00\x47\x0e\xb5\xaa\x17\x45\x49\xb4\xe9\x5f\xe7\x51\x77\xe8\x72\x83\x03\x84\xa4\x84\x0b\x52\x10\x25\x0b\xa0\xa6\x3f\xc0\x13\x9f\x02\x17\x79\x8d\x35\x32\xbf\x71\x99\x29\xd1\x29\x6a\xf5\x67\xa9\x5a\xb4\x1b\xbc\xb1\xd5\xe2\x35\x0b\xd3\x9b\xe4\xdf\x7e\xac\x6b\xad\xbe\x81\x12\xf1\xf0\xae\xb3\x2b\xea\xc8\x7d\x45\x6f\xf4\x41\xb4\x28\x42\xce\x48\x15\xb3\xf5\x74\xbe\x01\x9a\xf6\x0c\xe9\x15\x79\x0f\xc9\x7a\x29\x33\x85\xec\x6d\x94\xb6\xd9\x58\xe9\xe4\x91\xb3\xd0\xc7\x24\xfe\x42\x04\xca\x0b\x92\x10\xa5\x87\x10\xcd\x67\x30\xdb\x98\xce\x45\xb3\x9f\xa9\xf6\xf0\x38\xe1\x04\xfc\x31\x7b\x44\xd1\xb9\x6b\xa1\x58\x2b\x88\x2d\x9e\x1b\x47\x69\x49\xbb\xa9\x49\xa3\x6a\xb9\x07\x3f\x79\x37\xf9\xac\xdb\x76\xd7\x71\xb6\x9e\x61\x20\x01\xd9\x5a\x27\xeb\x46\x10\x0c\xe5\x8d\xae\x3f\x77\xc6\xf4\xa1\x6c\xd2\x0d\xde\xdb\x79\x33\xbf\x9d\x52\xee\x9e\xe9\xf1\x68\x21\xab\x41\x53\xfc\x91\xca\xb9\x77\x47\x5b\x36\x1a\xb4\xf3\x33\x00\x97\xb2\xe2\x40\xaf\x74\x52\xb1\x69\xff\xb9\x75\x8f\x5b\xae\x09\x9d\xb8\xaf\x6e\xb7\xc7\xf5\xb7\x7a\x26\xa3\x1b\x4c\x95\xf8\x02\x31\x1a\x3a\x65\x62\x9d\x71\x7b\x7e\xfb\xe6\x98\x2d\x30\xda\xc4\xc0\xd6\x59\xb5\x20\xbf\x96\x40\xaa\xff\xf9\x7c\xda\x58\xbd\x67\x41\x01\x6d\x4c\x34\x6e\xbb\x4d\x20\x18\x35\x98\xff\xdb\x45\xc4\xd6\x6e\xf1\x5b\xa9\x0b\xca\x2b\x3e\x9a\x3a\x23\x6d\x5d\x8b\xab\x7a\x9b\x1a\xd3\x00\x75\x45\xf3\x94\x62\xbf\x2e\x8d\x69\xd8\xec\xfa\xd9\xf9\x5b\x63\x6d\x3c\x4c\xa0\x6f\xed\xf1\x5e\x07\xaf\x0a\xb0\xc6\x80\x0b\xdc\xa0\x57\x01\x7f\xc1\x6e\xc1\xc1\x4d\x43\xc4\x2e\x03\xdc\x2a\x17\x76\xf7\xf1\xae\x3f\x3f\xf6\xe9\xb6\x13\x3f\x69\xa4\xe8\x9e\xda\x07\xcf\x42\x87\x7d\x30\x9f\x77\xa3\xc1\x2d\x11\x9c\xfa\xd2\x1d\x3c\xe1\x77\x90\x96\x8f\x94\x37\xc6\xd7\x1b\xef\x56\x35\xea\x7b\x2f\x6a\x1a\x48\xcf\xfa\x81\x72\x62\x4a\xb4\xe4\xa4\x50\x2b\x60\x4b\x40\x03\x09\xa1\x2c\xc9\xca\x94\x08\x10\x48\x2b\x58\x5e\x15\x24\x22\x10\x23\x09\x11\x02\x17\x1b\xbf\x0f\x2f\x18\xc7\xf2\xf7\x6a\x37\xec\xe8\x0e\x95\x7f\xfc\x93\x8b\xfa\xe9\x8d\x67\x11\x5a\x16\x01\xe7\x62\x33\x7b\x77\x4f\x64\xcb\xee\xc9\xc8\x43\x01\x3b\xfd\x3e\xcf\xfa\x2e\x4a\xe3\x06\xed\x55\x32\x6f\x27\x23\x79\x68\x2a\xcd\xd3\x5d\xa6\x54\x16\x64\x49\x61\x7b\x29\x67\xa7\xd7\x2f\x70\x96\xaf\xf0\x8b\xd9\x99\x7a\x74\x41\xd9\x97\x5e\xff\x86\x6d\x54\x87\xb6\x19\x2b\x0a\xca\xc8\x35\xc9\x10\x7c\x04\x09\xd5\x55\x44\x7a\x45\xa4\xd7\x37\xee\xcb\xdc\x09\xe9\xa5\xaf\x90\xae\xd5\x50\x1a\x59\x52\x68\x95\x7a\x90\xd4\x35\xaf\xf8\xac\x7d\xc5\xc7\x95\xb4\x1a\x41\x2b\xb6\x51\xf3\x7b\xb0\x4f\x23\xbe\x34\x84\xec\xa8\x35\xac\x1b\xbc\x2a\xa2\x05\x2a\x60\x04\x75\xdc\x0f\x52\x35\x90\xcc\x35\x70\x05\xf6\xab\x02\x3c\xe2\x5e\x44\x38\xc8\xbd\x24\xa1\xe3\xe1\x20\x63\xc4\x9b\x7d\xa1\x21\x63\xc9\xe2\x18\x62\x05\x84\x7f\xc5\xb3\xb4\x42\x89\x38\x59\xbc\x57\x8c\xf2\x09\x96\x46\x11\x4c\xa6\x93\x1b\x32\x5f\x71\xfe\x25\x04\x06\x09\xe3\x3f\x0c\xe4\xc3\xa7\x59\x06\x92\xa0\x06\xa1\x3d\x93\x10\xca\x02\x76\x07\x72\x0d\xe2\x5e\x15\xd3\x2d\x4c\x25\x2b\xf5\x9e\xf9\xb6\x2b\x7a\xb5\x1f\xa7\x32\x80\x95\xdf\xaa\x39\xb5\xc6\xfe\x0f\xf3\x41\xc9\xd5\x38\x52\x3b\xba\xc3\x7c\xdf\x74\xbe\xcf\x81\x3b\xb7\xbb\x32\xae\xb9\xfd\xe2\xf8\xd3\x56\x81\x7a\xba\x8e\x59\x60\x7b\xeb\x22\x05\x5f\x00\xca\x47\x9f\x34\xb3\x80\xb8\x20\x28\xe3\xcb\x25\x2c\x61\xdf\xb1\x03\x61\x3f\x00\x00\x86\x9f\x83\x40\xd7\x77\xa0\x1e\xe8\x48\x12\x53\x1f\x0d\x08\x99\x46\x7f\x24\xbc\x48\x49\x8a\xb0\x9c\xf9\x46\x5f\x78\x5f\xbc\x44\x1f\x38\x23\x53\xf4\xde\xd0\x93\x29\xfa\xa8\x5f\x76\xff\xf8\xa8\x9d\x51\xc4\x3f\x00\x21\xa8\xec\x32\xe4\x34\xbb\x80\xdf\xeb\x52\x83\x6e\xeb\x65\x04\xf6\xd6\xa7\x5d\x3c\xad\xc5\x8e\x5a\x4a\xdd\x98\x78\xa7\xee\xcd\xbe\xd0\xfe\xeb\x8f\xd6\x37\xd7\x6b\x80\x68\xb4\x35\x04\x06\x57\x9e\x3d\x75\x69\x4c\xab\x59\x46\x96\x38\xd9\x18\x86\x30\xb0\xe5\xe0\x78\xcf\x31\xc4\xa1\xb2\x20\xec\x8c\x05\xf1\x06\x9f\xd5\xcf\x9f\x7b\xa0\x06\x33\xd8\xc6\xae\x6d\xab\x3e\x1b\xee\x19\x9e\xd5\xba\x87\x5f\xb6\xfa\x46\x8e\xe5\x2a\xd0\xbd\xfa\x19\x7a\x56\x02\x5a\x6e\x0c\x2b\x9f\x3e\xbe\x43\xea\x81\x0f\xd5\xb2\xe4\x90\x32\x30\xc3\xd8\xec\x11\x40\x1d\x2b\x98\x44\xd0\xf2\x9c\xf3\x22\xe0\x25\x7a\xbb\x40\x1e\x14\x49\x93\xe6\x42\x22\xce\xda\x10\x8d\x15\xd7\xd5\xe3\x0c\xad\xac\xac\x0d\x92\xa3\x3f\xfc\xe1\x07\x38\xc3\x73\x9c\x7c\xb9\xc1\x85\x92\x27\xd7\x39\x96\x74\x4e\x33\xc0\x3c\x7d\x56\xbd\x7e\xf6\x88\x3a\x56\x92\x0d\x4d\xf5\xd7\x6c\x76\x9e\x17\x27\x7f\xfc\xf1\xc7\x1f\x7e\x9c\x6a\x5b\x93\xa0\xd7\x64\x5c\x5d\xc6\x3d\x4f\xfd\x3f\x2a\xe2\xdf\x75\xd8\x2d\x1b\xa8\x98\x68\x8b\xc4\x79\xec\x69\xe0\x7c\x6b\x49\xeb\x15\x74\x10\xf0\xeb\xf9\x4f\xdb\xd5\x60\xbd\xa7\xf5\xd1\x30\x03\x2e\xf7\x8c\x5c\x96\xc7\x1f\x96\x6b\x9a\xb5\xf0\x47\x02\xb6\xac\x55\xc1\xa5\x0c\xe7\x76\xd2\x4f\xbc\xf1\x1a\x82\x6b\x46\x08\x8f\xad\x68\x5b\xad\xe1\xfe\x63\xb4\x5f\xb6\xa3\xdc\x9d\xcf\x86\x26\xbd\xe5\xf9\x6a\x0c\x66\x3c\x0b\x0e\x7d\x7b\xf8\xac\xd6\x4e\x8a\x81\x22\x18\x00\x44\x15\x48\xea\x6a\xf9\x63\xff\x08\x39\x54\x41\xf7\x79\x6e\x9c\x59\xfc\xe7\x92\xa5\xa1\xbd\xff\x6c\x1f\x69\xf2\x86\xce\xdf\xbc\x47\x84\x25\x5c\xf1\xe0\x57\x67\x68\x0e\xcf\x1a\x14\xce\x9a\x6e\x81\x42\x58\x07\xb1\x19\xca\x13\x4d\xe4\x48\x01\xe1\x44\x1a\xeb\x4c\xda\x98\x4a\x5d\x48\x0a\xc9\xa2\x14\x12\x15\x9c\x4b\x61\x49\x9a\x92\xbe\x75\x07\x8a\xc5\x42\x81\xfe\x16\xb5\xf4\x28\xcc\x7c\x23\x89\x07\x74\x0b\x4c\xd0\x3c\x31\xf3\xab\x31\x3f\x9f\x84\x3a\xd7\x9c\x23\x9f\x6f\x74\xc9\xd5\xaa\x03\x5e\xa0\xcf\x65\x91\x7d\xd6\xa8\x93\x39\xf1\x2a\xd6\x5f\xb1\x2b\xf6\xb6\x46\x63\x00\x1a\x63\xb2\xbc\xa9\xfd\x72\x21\xe2\x60\x23\x35\xe0\xe4\x0d\x2f\x2d\xcd\x2d\x05\xa9\x3e\x35\xca\x98\xdd\x7d\xbb\x5a\x62\xc2\x6f\xd3\x49\x59\x04\xc4\x31\x3d\x9d\x25\xbd\x36\x72\x61\xc6\x93\x10\xbd\x54\x04\x5f\x49\x42\x3a\x35\x8c\xe2\x7b\xe0\x39\x78\xfa\x19\x4c\x10\xe4\xe5\x29\xe0\xf1\x5e\x2a\x5e\x71\x0a\xac\xf2\x19\xa4\x48\x4b\x20\x23\xaf\x0e\x33\xd2\x5f\xe2\xfe\x72\x86\x57\x51\x49\x88\x9f\x55\x77\x8e\x1b\x69\xfc\xe9\x42\xa7\xb8\xc7\x6e\xc3\xec\xe2\xd6\x17\xf6\x27\xed\x22\x59\x79\x8b\x69\x00\x10\x94\x09\x49\x70\xaa\x41\x13\xea\x03\x68\x4d\x97\x2b\xa9\xeb\x38\x08\x9e\x5d\x93\x14\x5d\x53\x8c\xc8\x57\x63\x40\x79\xfd\xe1\x02\xe6\xcd\xd7\xde\xa9\x14\xe8\x29\x99\x2d\x67\x53\xf4\xf9\x4b\x39\x27\x27\xee\xf7\xcf\x36\x37\xab\xe9\x0b\x51\x76\x62\xed\xe1\x10\x92\x6d\x51\xbb\x15\x83\xcd\xf0\x86\x68\x1b\x02\xe5\x19\x2c\xfb\xb3\x99\x9d\xfa\x1a\x6f\x34\x50\x59\xe7\xc9\x7b\x7b\x8e\x70\x9a\x16\x44\x08\x58\xa3\xf3\x2a\xfe\x5c\xf7\x5a\x02\xfa\xfd\x33\xc0\x17\x75\x07\x6a\xa5\x5f\x7c\xff\xa7\xd9\xf3\xd9\xf3\xd9\x8b\xcf\x1a\xfd\x61\xfa\x56\x07\x93\x8a\x2f\x1b\x54\xb2\x8c\x08\x01\x87\x50\x2a\x1a\xb3\x54\xf2\x2c\x4a\xd4\xbd\x93\x5c\xad\x6f\xed\x42\xa8\x0b\xaa\xe4\x75\xd5\x89\x30\x14\x41\xb5\xc1\xcc\xbb\xb3\xfa\x67\xbd\xb0\x8c\x68\x32\x01\xf4\x2b\xc1\x59\x26\x9c\x1c\xe4\xee\xd8\x45\x09\x25\x0c\x84\x84\xc7\xa0\x74\xd0\x2f\x24\xdb\x98\x6a\x06\x8c\xb3\x13\x75\xaa\x4c\xc2\xd5\x19\x99\x4d\xb5\x17\x15\x0b\x68\x22\xcb\x82\x41\xe6\x48\xa6\x2b\x75\xd8\x53\xe0\x4e\x92\x3e\xa0\xee\xa8\x5d\x4d\xc0\xfa\x71\x35\xf9\x09\x8e\x88\x3a\xc9\xe6\xd1\x92\x1a\xb2\x6a\x9a\xbc\x3c\x3d\xbd\x9a\x40\x37\x67\x5a\xc8\xa3\xc2\x49\x7e\x06\xc3\xba\x40\xc6\x92\x63\x63\x59\x95\xc4\x67\xcc\x42\x39\x29\xd6\x54\x68\x50\x1c\x0c\xee\xd3\xc7\x77\x33\xf4\x7f\x78\x09\x6d\xed\x11\x85\x8e\x25\x47\x39\x16\x20\x5a\xe2\x62\x4e\x65\x81\x0b\xd7\x4d\x5d\xab\xd6\x35\x44\x88\xce\x3d\x38\xf5\x1c\x2e\x1a\x31\xb7\xa0\x66\xe2\x67\x52\x92\x75\x2e\x4d\x07\xea\x63\x58\xfd\x7f\x81\x40\x00\x14\x34\x41\xb8\x94\x2b\xa4\xce\x31\xba\x9a\xa8\x27\x2f\xd5\x08\x6e\x78\x91\xfe\x2f\x0d\x70\x55\x6b\x6c\xb0\x80\x33\xf4\x97\x02\x2f\xd7\xa0\xf4\x3c\xbd\x9a\xfc\x6e\x36\x9b\x5d\x4d\x74\x28\x85\x06\x5b\x7b\xf2\xcc\xd3\xab\xc9\xff\xb4\xcf\x0b\xe2\xf7\x32\x35\x05\xac\x77\x70\x74\x6d\xa1\x0d\x6d\xcd\xb2\x1b\x2c\x7f\x98\x69\xd7\x5f\xe8\x14\x37\x1b\x62\x93\xd6\x19\x07\xb9\xf4\xbc\x2c\x44\x40\x05\xb0\xdf\xfc\xb3\x7a\xdc\x1d\x1e\x60\xed\x32\xea\x40\xda\x84\xd4\x4a\xc5\x5a\x73\x28\xad\x6d\x11\xf8\x2f\x7e\x44\xff\x79\x7e\x31\x0e\x13\xf2\x6b\x1e\x4c\xf9\xae\x87\xf3\x9f\xe7\x17\x81\x51\xcc\xb1\x4c\x56\x44\xa8\x0b\x60\xca\xe9\x54\x5f\x7e\x3e\xf6\xcb\xe3\xf4\x05\xc5\x41\xa5\x89\xa5\x3a\xbd\x7e\x31\xfb\x33\x2f\x59\xaa\xdd\x0b\xa3\x14\xe4\x50\xfb\x80\x90\xe0\x6c\xf2\x36\xf9\x85\xe4\x5f\x08\x20\x7e\xe6\xaa\x03\x24\xf9\xde\xa9\x2c\x9a\x00\x10\xf3\x7d\x19\xd4\x13\x7b\x0c\xd3\xcd\xd7\xd1\x2f\xa0\xc3\x81\x5d\x16\x6e\xe4\x93\x73\x9e\x3e\x81\xbb\xfb\xe4\x82\x24\x05\x91\x4f\x82\x9f\x08\xab\xef\x1f\x3c\x85\xbd\x77\x84\x25\x0d\x0c\xf0\xd3\xdb\xd7\x23\x5e\xde\x6d\xe7\x2f\xd5\x8e\x18\x0b\x50\xdf\x8e\xfb\xed\x3c\xbb\x93\xd9\x51\x9d\xe2\x51\x47\x26\x59\x21\x03\x27\x3a\x46\x64\x28\x32\x2f\x27\x49\xf4\x15\x45\xb7\xf6\x37\xe7\x93\x09\xbb\xb5\x87\x55\x17\xff\x06\xcf\x1a\x37\xb8\x9d\x7d\x64\xcf\xfe\x46\x26\x01\xe9\x25\x2b\x81\x54\x20\xfd\xed\x0f\x95\x10\x64\x78\x54\x23\x09\x1e\x38\x99\x9c\x9d\xc1\x9c\xdc\xbc\xe0\xd7\x54\xe9\xfa\x9e\x14\x07\xa0\x6a\x4d\x12\xcd\x81\x1e\x22\x7f\x4a\xd0\x52\xec\x32\xe4\x2f\x77\x8f\x82\xee\x2f\x78\x04\xac\x49\x1b\x3e\x24\xec\x4e\x8a\xdc\x6b\x55\x8d\x8a\x2f\x84\xcd\xd0\x99\x22\x6a\x34\x87\xb1\x7b\xe3\x04\x21\xde\xc4\x8d\x2c\x00\x85\xb8\x16\x24\x5b\x68\x89\x1e\x33\x4f\x40\xb6\xea\x62\xe6\xf9\x97\xdb\x1f\x32\xf1\xb2\x4a\x62\xbd\xa1\x82\x58\xc2\x6a\xe8\x62\x6d\x3c\x56\x1a\x10\xa5\xc1\xf7\xae\xcb\x4c\xd2\x3c\x23\x5e\xd7\x46\x3f\xb0\x76\x13\x6f\x4f\x09\xc2\x4b\xb5\x1f\xae\x7a\xa0\x75\xf9\xe9\x17\xd5\x28\x49\xaa\x43\x59\xd7\x79\x06\xc9\xc0\xd0\x8a\x2e\x57\x28\x25\xcb\x82\x68\x76\x5c\x68\x0d\x46\x97\xd9\x93\x55\xd6\x38\xd7\xcd\x36\x0e\x8a\xe9\x64\x5e\x13\x8b\x86\xc4\xa6\x61\x81\xc9\xad\x96\xb3\x1f\x39\xb9\x09\x54\x71\xef\x19\xa4\xb8\x9b\x13\x63\x7a\x06\x7e\x2c\x50\xc6\xd9\xd2\xa6\xca\xd3\x6f\x9a\xde\x21\xcc\x50\xcc\xd0\x87\x9f\x2f\xdf\xbc\x84\xae\x94\x28\xa5\x15\xd1\x27\x02\x99\xb3\x7f\x4d\xc9\x4d\x45\xb4\xe1\x33\x35\xbb\x55\x7d\x3a\x3a\xb2\x4d\xd7\xf0\xa8\xef\x1f\xe3\x72\x86\xfe\x4e\x48\x8e\xde\x7c\xcd\xa9\x96\xf3\x4d\xf9\x2e\x24\xd6\x4a\x31\xa6\x0b\x50\xa5\x6f\xb0\xbe\x57\xeb\x5c\x31\x96\x6b\x63\x51\x19\x67\xd1\x69\x92\xb1\xa0\x48\xfb\xdb\x74\x42\x9a\x43\x68\x6f\x53\x7b\x94\x46\x73\x70\x99\xde\x50\xea\x59\xc7\x61\x4d\xbc\x90\x4b\x7b\xf3\xbd\x2d\x82\x33\x5e\x18\x01\x01\x34\x6f\xec\x36\x4f\x5d\x33\x94\xd2\x85\x16\xec\xaa\xde\xdc\x27\x04\x07\x7d\x15\x2e\x6e\x15\x5f\xb2\x22\xc9\x17\xf8\xdc\x93\x6a\x46\x4f\x9c\xbd\x46\x27\xdc\x06\x7f\xde\x28\x10\xfb\xd6\x04\x3e\xb8\xbc\xdb\x11\xe0\xc1\xf8\xa3\x76\xeb\x6a\x23\x84\x52\x8b\xb6\x27\xb7\xd0\x78\xe2\x9f\x82\x4b\xba\x26\x10\xcd\xd9\x26\xc0\xa1\x46\x3d\x87\xc5\x35\xb2\xa3\x84\x04\x4d\x4a\xbd\x74\x4d\xaa\x23\xa2\x0e\x01\x90\x34\x45\x0b\x0f\x92\x8e\x49\x4f\x2d\xbc\x88\x2e\x32\x36\xc7\xbf\x96\x04\xcd\x09\x2e\xc0\x26\x68\x3e\x7e\xd4\x44\x43\x5d\x87\x40\x51\x97\x11\xbb\x0f\x44\x08\x6b\xb3\x8c\x68\xb3\x00\xb3\xfd\x60\xde\x84\x04\x4c\x60\xae\x99\xa1\x0f\x5c\x92\x97\x35\x42\xe6\x24\x4c\xc3\x52\x12\x9c\xac\x2a\xe4\xfd\x8d\x03\x43\xa8\xee\xbc\x6f\xf0\x02\xe5\x59\xb9\xa4\x2e\x53\x69\xdd\x78\x19\xd5\x9b\xa8\xde\x44\xf5\x66\x1f\xd4\xae\x36\x04\xfa\x8e\xbb\x2a\x27\x9c\x05\x01\xcc\x89\xb6\x05\xe2\xac\x54\xeb\xb5\x93\x40\xe0\xd1\x82\xf1\x49\x1a\x17\x50\xc0\x48\x5d\x7d\x43\x27\xac\x83\x4d\x1d\x2c\x17\xc6\x70\xb3\x22\x20\xf6\xf8\x43\xb6\x95\x7a\x3c\x6a\x95\xee\x26\xc9\xf8\x03\xdf\x53\x1f\x73\x93\x1f\x4f\xa2\x8f\xae\x8d\xb9\x31\x8d\xe3\x05\x36\x27\x14\x46\x5e\x93\x9a\x06\x82\xea\x9f\xea\x13\x0d\x76\x50\xb8\x6a\x10\xa7\x2a\xe6\x5e\x29\x48\xa2\x92\xda\x1d\x31\x31\xe7\xa5\x4a\x01\xe3\x1c\xd0\x46\x32\xb4\x6f\x0b\x84\xc5\x0c\xd9\xef\x9c\xe0\x1b\xed\x4b\x6a\x71\x23\x61\x04\x71\x52\xd0\xc5\xa6\xa5\x26\x40\xf2\x1f\xd0\x04\xd3\x7a\xd9\x5c\xe3\x4b\xac\xeb\x48\x7e\x88\x3e\x38\x9a\x19\xf7\x9e\x42\x96\x6b\xa3\xe4\x4e\x6b\x6f\xda\x04\x48\x0e\x23\x53\x7b\x68\x3e\xf3\x77\x17\xb7\x8b\x42\xdc\x72\x84\x3a\x75\x4c\x89\x66\x0b\xdb\xa8\x77\x0b\x46\x1e\xd1\x0e\x59\xf5\x96\x4e\x28\x64\xa3\xb0\x9b\xe1\x9f\xce\x64\xc5\x05\x71\x94\xac\x2e\xe3\x68\x03\x3d\x24\xeb\xd2\xe8\x26\x93\x09\xcb\x26\x46\x27\x35\x59\x0a\xb2\x81\x19\x35\xbe\x6e\x22\xd0\x31\x74\x6d\xa3\x01\x08\x14\xa2\x4a\x12\xd9\xe8\x11\x6e\xb5\x77\xf4\x4c\xb6\x31\xf8\xc6\x13\xe1\xe9\xe3\x90\x5e\xc2\xda\x30\x9a\xc3\x52\x4a\xac\x4e\x5b\x44\x64\x85\x07\x9e\x55\xfd\x6a\xf5\xc8\x08\x43\x9e\x2e\xab\x93\xb8\x56\x33\x0f\x2c\x9f\xce\xd7\x61\xc4\x76\x1b\x44\xaa\x6b\x74\x34\xfb\x97\x5c\xd7\xfa\xaa\x72\x6f\xd5\x46\x69\x48\x02\xad\xa6\x85\xe0\xb6\xc3\x0d\xc4\x0d\x99\x55\x7d\x10\x1c\x9c\x10\xfd\xda\xfc\xa2\xf9\xa0\xce\xba\xe3\x9e\x79\x1c\x47\x7d\xe5\x6a\x22\x8b\x92\x5c\x4d\xa6\x3e\xd9\x11\xc6\x52\x60\x6d\x28\x03\x37\xb8\x32\x0f\x6c\x77\x85\x6b\x83\x09\x1d\xda\xda\x58\xbd\xb8\xc0\x16\x59\xc3\x42\xf0\x84\x62\x47\x42\x6b\xe2\x7e\x35\xa6\x39\xe7\x19\xc1\x90\x60\x80\x14\x45\x28\xf7\xd5\x1b\xf5\x73\xf7\xb7\x12\x75\x36\xd8\x13\x10\xcf\x40\xc9\x0e\xa3\x1d\xd5\x67\x03\x9e\x1a\xa1\x37\x16\x3c\xe4\x82\x14\x6f\xd9\x82\xb7\x46\x0e\xee\x6b\x6b\x3c\x1c\xab\x00\x06\xe4\x02\xfb\x81\x1d\xc4\x01\xf7\xea\x20\x93\x76\x2d\x7b\x48\x9f\x9b\x69\xe5\xd3\x0d\x8b\x73\xe0\x49\x67\x84\xe8\x89\x83\x5d\x0e\x12\x27\xba\x87\x33\xe8\x06\x68\xc5\x02\x8f\xa9\x15\x46\xbe\xca\x22\x14\x1e\x50\x8f\xe3\xf5\x47\xe3\x56\x3e\x44\x06\x43\x1f\x1c\x28\xd3\x31\x8c\x5b\x9e\x4e\xa0\x80\x42\x57\x09\x70\x48\xc5\xc5\x17\xba\xca\x82\xc9\x3b\x52\x9a\x73\x84\xa1\xea\x1b\xe2\x8b\xed\x6e\x5d\xd0\x8b\x78\x66\xd3\x4d\x69\x25\x08\x8e\xbd\x27\x7d\x54\xdf\xc5\x49\xc1\x85\x30\x25\x84\xdf\x2e\xea\x23\xd2\x59\x0f\x75\x7d\x0c\x93\x4d\x5a\x3f\xb3\xf2\xb1\x4d\xd6\x03\xc3\x4f\xad\xe8\x60\x0a\x1c\x40\xee\x82\xca\xd6\xf5\xe9\xed\x6b\x11\x76\x83\x0a\xa5\x7d\x86\x3c\xa9\x76\xc9\x0c\x78\x07\x66\x94\x6d\x3a\x26\xb2\x06\xfb\x67\x96\x21\x9c\x40\xb6\x48\xf5\x6b\xe8\x83\x3b\x89\x07\x73\x22\x71\x34\x66\x44\x63\x46\x34\x66\x44\x63\xc6\x6d\x1b\x33\x5a\xb4\xe7\x41\x59\x34\xda\xa3\xdf\xd1\xac\x11\x5e\x86\x2d\xc9\xf6\xd1\x0c\x1c\xe1\xd1\x45\x2b\x47\xb4\x72\xdc\x27\x2b\x47\xd7\x7d\x88\xa6\x8e\x68\xea\x88\xa6\x8e\x68\xea\xb8\x0f\xa6\x0e\x4d\xa3\x76\xb7\x77\x34\xde\x1f\xc7\xb8\xa3\xe5\x23\x5a\x3e\xa2\xe5\xc3\xdc\x0f\x5e\xd0\x7f\x3b\x9b\xe0\x3b\x9e\xe0\xec\xa2\x84\x63\x72\x96\x24\x44\x88\x61\x03\x48\xd7\x3b\x9a\xf0\x54\x0a\x07\x2f\x74\xec\x8b\x8b\xba\xd1\xc5\x47\x95\xee\x61\xb3\xee\x61\x06\xb3\xd2\xb5\x63\x5d\x41\x4d\x1b\xb3\x3e\x43\x7f\xc3\xd7\x4a\xc1\xc2\x5e\x1c\xbb\x48\x78\x4e\xd2\x4a\x5e\x5d\x43\x3a\x6a\x2a\xd1\xba\x4c\x56\x88\x60\x41\x75\x88\xdc\xb2\xc0\x4c\xb6\xdf\x33\x29\x3d\xf4\xc1\xb1\xb9\x02\x6d\x9c\x12\x67\x42\x4f\x82\xb2\x65\x34\xa0\x44\x03\x4a\x34\xa0\xdc\xb2\x01\x65\x86\xb4\xec\x5b\x5d\x5b\x1b\xb3\x48\x7e\x2d\x71\x66\xcf\x72\xf5\x78\x03\xb1\x84\x29\xa9\x75\x6a\xa4\xc3\x19\x52\x84\xdf\xa6\x9a\x35\xe5\x8d\x41\x03\x1c\x6f\xec\x70\xc4\x52\xcd\x3c\x40\xf3\x6e\xc3\x58\xa3\xce\xb9\xa9\x48\xa0\x49\xea\xa1\xc6\x3e\xde\x54\x53\xe3\x19\x5d\xcb\xd0\xcf\x69\xba\x07\x70\x10\x73\x4d\xed\x5b\x1f\x38\xfb\x68\x2e\xfd\x99\xd4\x17\x89\xf4\xaa\xc1\xc1\x17\x2a\xfe\x60\x45\x2c\xf7\x11\x84\xab\x56\x55\x7e\x9e\x05\x6c\x0f\x3b\x71\x04\xc7\x23\x0e\xd0\xc7\x99\xe9\x03\x14\x4c\x23\x1e\x0e\x4a\x87\xe1\x64\x2c\xe7\x26\x1a\x57\x9a\x00\x5e\x08\xa2\xad\xa3\x96\x43\x24\xe0\x9a\x14\xf3\x76\x67\xbf\x90\x62\xee\x8a\xb3\xd9\x00\xf7\xbf\x5d\x5e\x9e\x23\x68\x7f\x18\x51\xc3\x5b\xe3\x8f\x65\xd6\x1b\x93\xd8\x68\x1a\xa0\x24\x8d\x82\x30\x18\x15\xa5\x5f\x41\xc7\xdb\x84\x01\x36\xae\x26\x18\x08\xd8\x60\xd5\x08\x3e\x7d\x7c\x17\xb8\xd8\x1f\xea\x0d\x6c\xd1\x7d\x5d\xd5\x1c\x17\x50\x10\xae\x2c\x32\x57\x2b\x1c\x64\x20\xc3\xac\x75\xda\x6f\xb8\x08\xc0\x36\xd0\xef\x6b\x75\x47\x0c\xfa\x9e\x65\x1b\x0b\xf8\x5f\x94\x59\x36\x45\x0b\xaa\xf8\xb6\x90\x24\xb7\x9a\xbc\xda\xf4\x19\x42\x57\x93\xdf\x5f\x4d\xd0\x9a\x60\x06\x94\x62\x3b\x31\x5b\x2f\x40\xe7\x91\xa8\x4c\x87\x55\xf2\xfe\xfa\x21\x37\x91\x9b\x73\x31\x85\xa8\xf5\x97\x68\x49\xe4\x14\xe5\x5c\xa8\xff\x2f\xe5\xd4\x48\xdb\x53\x04\x29\xff\xa7\x68\x45\x70\x3a\xb5\xa9\x55\xf6\x1b\xfd\x4e\xe7\x70\x3b\xca\x70\x20\xb2\x70\x58\x92\x00\x82\x74\x7b\xac\x7f\x05\xf9\xda\xdc\x63\xb5\x2d\xfa\x07\x43\x15\xec\x4c\x7a\x97\x7c\x54\xf4\x6b\x20\x75\x95\x9b\x9f\x66\xe8\x55\x74\x85\x0e\x27\xbd\x9a\x2c\x89\xbc\x9a\x28\xfe\x65\x75\x2f\xfb\x40\xff\x7d\x35\x99\xa1\xab\xc9\xd5\x04\x3d\x05\x7e\xfd\x6c\xc4\xe0\x3a\x92\x60\x7d\x70\xb2\x41\x57\x0a\x2c\xa3\x71\x34\x46\x3a\x43\xe8\x95\xad\xe6\x06\xda\x5e\x41\x74\x0e\x00\x94\x52\x21\x29\xb3\x2f\xe9\x00\x23\xc6\xbd\x7e\x41\x8d\xcc\xb2\xea\x17\x51\x9f\x8b\x2f\x78\xc0\xbc\xbb\x34\xa8\xf6\x7b\xda\x7e\xa6\xde\x31\x59\x0e\x4e\x1a\xfa\x8f\x08\x2d\xdb\xd5\x04\x67\xd9\xd5\x44\x33\xa4\x2e\xcd\xc9\x08\xb8\x18\x85\x54\x39\x5e\xa0\x0b\x92\x2d\x42\x9a\x61\xb0\x26\xa2\xa1\xb5\x9d\xd7\x07\x12\x47\x54\x16\x7d\x08\x5a\xd2\xcb\x6f\x65\x73\x25\xba\x8e\x3c\x9a\xa2\x9c\x77\x7f\xf1\xa2\x7a\xb8\xc5\x47\xdd\x37\x19\x67\xe1\xc4\x64\xfd\x9c\x13\xfb\xe4\xb1\x45\x1a\x6b\x94\x51\xd1\xd3\x29\xba\xd1\xc4\x50\x27\xcf\x9b\x1a\x7d\xc1\xa3\x95\x05\xff\xba\x19\xb9\x1c\xd7\x5d\x0a\xa7\xd5\x36\x3d\x8a\xf0\x4b\x3d\xc4\x7e\x2b\x9a\xb0\x17\xb5\x1d\x62\xf9\x35\x7e\x6f\x06\xec\xa2\x13\xe1\xee\x19\xf1\x44\x9f\x48\x5f\x28\xf6\xb2\xf8\x83\x57\xc2\x1c\x6f\x1d\xb4\xa5\xfb\x28\x52\x9d\x63\x86\x0a\xf6\x44\x22\x41\x97\x0c\x72\x32\x31\x39\x05\xa5\xcf\xc4\x83\xa2\xb4\x84\x0a\x0f\x92\x08\xad\x18\xe7\x1c\x92\x97\x00\x2c\x83\xb2\x84\xaf\x73\xb5\x3b\x43\x96\x81\x0e\x91\x02\xe7\xf4\xaf\x1d\x26\xb4\xb3\xf3\xb7\xfa\x51\x88\xb4\xda\x87\x5a\x92\xa8\xa5\xc8\xf2\xe6\xaa\x54\x1d\x17\x73\xa9\x76\xda\x58\xe2\x94\x5c\xe1\x65\x9c\x82\xaa\x08\x89\xef\xbe\x21\x95\x35\xdd\xbf\x2b\xac\x5c\x43\xa5\x0d\x9f\x5e\x98\x74\x7e\xae\x77\x17\xca\xe8\x92\xa4\xec\x27\x8a\xd8\x2f\x01\x09\xef\x3e\x22\xf0\xb8\x99\x86\xf0\x46\x29\xc6\xee\xc4\x78\x45\x11\x61\x9d\xd4\xa1\xd2\x15\x3a\x8d\xc4\x75\xe6\x5c\x13\x44\x9a\xe1\x42\x6b\x72\x4d\x8a\x8d\x5c\xe9\xb3\x72\xe8\x79\xf5\xcc\xa9\xe1\xa6\xad\xd6\x5c\x5b\x82\x5a\xe3\x6f\x8c\xc7\xb9\x76\xec\x4e\x23\x77\xda\x66\x57\x4c\xb5\x3e\x5d\x70\x7e\x35\x69\x56\xfd\xf2\x28\x29\x7a\xb2\xe0\xfc\x89\x66\xcb\x90\x8f\xd4\xdb\xf5\xae\xae\x8f\x2e\x68\x0e\x08\x99\x07\x22\xa5\xc7\x91\x33\xbb\xf8\x67\x6f\xb2\xd2\xe0\x2b\x01\xc3\xaa\xf4\x4a\xb6\x81\x6a\x11\xb4\xaa\xce\x10\xfa\xc0\x25\x98\x1e\x4c\x8e\x30\xdc\xb2\xaf\x18\x81\x81\xb2\x86\x08\xa3\x24\x32\x90\x01\x8c\x6a\xa3\xb6\x1f\x67\x28\xc1\x82\x4c\xd1\x9c\x24\xb8\x14\xc6\x16\x6d\xd5\x1a\x9c\xdd\xe0\x8d\x00\x7a\xa0\xc4\x5e\x17\xd9\xea\xd9\x34\x36\xe1\x71\x46\x53\x6b\x34\xb5\x46\x53\xeb\xad\x9b\x5a\xb5\x7f\x89\xa5\x56\x56\x70\xb6\x56\xc5\x19\x77\x32\x32\x86\xe9\xd7\x37\x69\x24\xed\x59\x8a\xfb\x63\x28\xed\x1b\xe5\xf6\x7c\xaa\x17\xe9\x66\xec\x5d\x2e\xa3\x42\x33\x35\xa6\x33\xb4\xf8\x63\xf4\xac\x2e\xea\x08\xf8\x66\xda\x8e\x66\x2e\x9d\x26\x91\x83\x66\x14\xd6\x65\x26\x1e\x63\x1c\xae\x8c\x8f\xfe\xb5\xd3\x56\x8d\x9a\x7d\xac\x3e\xf1\x5d\x8e\x65\xd8\x9c\xed\x09\x96\x7d\xa3\x1f\x5a\xb0\xbe\x79\x1c\x70\x0e\xa1\x09\x6c\x7b\xa7\xc2\xeb\xb0\xb5\xb5\x6f\x8b\x4b\xa1\xb4\xd1\xed\xe4\x36\xef\x8d\x4a\x89\x32\xc2\x36\x69\x69\xb3\x9d\x22\x9c\xc9\x95\x8b\x7d\x67\xf8\xa5\x9f\x6d\xa2\xa9\x1b\x9b\xe0\x81\x4a\x4b\x45\x29\xac\xac\xa2\xf9\x5e\x9a\x74\xc8\x09\x53\xb7\x59\xae\x79\x6a\x84\x13\xa5\xdc\x01\xfc\x48\x20\xf2\x35\x27\x05\xc0\xaa\x20\x41\x8a\x65\xf2\x86\x7b\x80\x68\xd9\x31\xe9\x2a\x79\x3a\x24\xfa\x99\x6f\xd0\xa7\xb7\x20\x19\x89\x15\xbf\x39\x5d\xd1\xd4\x1a\xe0\xc4\x14\x04\x59\x8e\x7e\x2d\x69\xf2\x25\xdb\xa0\x8c\x48\x80\x8c\xb1\x54\xaf\x47\x41\xb0\xf0\x39\x19\x2d\x7c\x47\x3d\x54\xfb\x33\x1f\xfb\xf0\xf3\x25\xfa\x73\xf5\x41\x97\xbb\x56\xe7\x57\x86\xaf\xa7\x05\xbd\x6e\x5a\x6b\x53\x92\x98\xb2\xc2\xd8\x2a\x5a\x98\x0a\x22\x20\x8d\x25\x74\x96\x92\xbc\x94\x9b\xa9\x8e\xc9\x40\x19\x5d\x10\x49\xd7\xe4\xb4\x4a\x68\xa3\x17\x0e\xea\x96\x26\x92\xa9\x3b\x92\x70\x96\x90\x42\x8d\x2f\x40\x21\x75\x73\x30\xff\xd5\x04\x7c\x9b\xfa\xc9\x74\xa4\x6b\x82\x73\x25\xbb\x42\x06\x9e\xf0\xa0\xad\x05\x39\x04\x72\x8b\x72\x74\x94\xa3\xa3\x1c\x7d\x2b\x72\xf4\x9e\x82\xb2\x47\x3b\x0f\x2d\x27\x07\x98\x0e\x6e\xb1\x9a\x7d\x90\x10\xfe\xd8\xf7\x97\x93\x9b\x2b\x31\x4a\x4c\x6e\x0f\xe1\xa8\x52\x72\x73\x8c\x35\xa1\x60\x40\xda\x1c\xe3\xb3\x92\xdc\x9d\x2c\xb0\xfa\x41\xed\x89\xaa\x58\xcb\xa1\xac\xf2\xdb\xda\xa5\x0e\x0b\xf6\x8b\x7c\x2a\xf2\xa9\xc8\xa7\xee\x67\x6c\x62\x04\xbc\x3d\x44\xc0\xdb\x2e\x36\x9c\x87\x6f\xbf\xe9\x88\x9b\x78\xa3\x7e\xd6\xaa\x94\xc8\x21\xe7\xa7\xa1\xd3\x2e\x38\x63\xf6\x57\x22\xa1\xd5\xd3\x67\x68\x4d\xe4\x8a\xa7\x15\x45\xaa\x87\x52\x20\x74\x41\x99\x2d\x2d\x46\xd5\x95\xcb\x4b\x2f\x80\xb0\xc2\xee\xd8\x7c\x9e\x90\x05\x36\x33\x11\x63\x2b\x52\x04\xbd\xc5\x47\x8c\xc6\xa8\xfb\x91\x8d\x61\x77\xc3\xcb\x27\x4a\xc3\x24\x1a\xff\xb0\xe0\x5b\xc6\x43\x45\x43\xd9\xdd\x1a\xca\x7a\x8a\x09\xf4\xf2\x00\xb5\xd9\x8d\x48\xb3\x6d\x62\xc1\x40\x94\x0b\x9c\x1d\xf4\x56\xe7\xf8\xd5\x2e\xe1\x0d\xba\x82\xb7\xae\x26\x80\x5b\x54\x5c\xfa\xca\x1c\x43\x13\xbd\x07\x08\x14\x6a\x04\xa4\xbc\xd0\xa1\x37\x02\x5d\x4d\xfe\x01\xb7\x6a\x01\x41\x67\xe8\x86\xd8\x62\x29\x68\x4d\x6c\x21\x0d\xcc\x36\xe6\x10\xef\x50\x32\xe5\x8e\xcc\x87\x9d\x74\x7f\x4b\x6a\x6c\x99\x45\x6f\xce\x71\xcd\x27\x03\xd2\xb2\x79\xd0\x16\x95\x0d\x67\xa5\x55\x79\xd8\x19\xba\x2c\x4a\xa2\x36\xc2\x83\xc7\x55\x25\x9a\x2c\x2a\x75\x81\x33\x41\xaa\x74\xe0\xe1\xf0\xc5\x94\x30\x1a\xfa\xec\x6b\xf8\xdd\xaf\x1f\xd4\xff\x55\xdd\xcf\xd4\xcb\x3e\x0e\x9f\x87\xb3\x07\xc1\xbd\xb8\x9a\x87\x1e\x18\x86\x22\x2b\xf6\x2b\xf0\x9b\x39\x7d\x0d\x5a\xbd\xc2\x00\xeb\xe3\x39\x65\xc0\xdf\x58\x25\x84\xf0\xaa\x9d\x37\xaa\x19\x32\xa3\x37\x19\xb0\xd5\xf8\xa4\x19\xbb\xb7\x9c\xea\xa7\x8e\x98\x4e\x67\x36\x7d\xd3\x11\xdd\x59\x6f\x60\xc0\x2d\x46\x4a\x72\x78\x67\xa8\xc1\x05\x06\x5a\xc4\x13\x30\x1d\xd7\x8c\xb3\x75\x3b\x21\xe8\x67\x60\x24\xa5\x02\x29\x86\x56\x90\x6c\x63\x11\x4d\xa0\x68\x2e\x8d\xbd\x15\x3a\x54\xab\xe7\x7b\xee\xb9\x92\xf4\x4b\xb5\x0f\x92\x14\x6b\xca\x9a\xdd\x0b\x23\xe7\x31\x24\x72\x2a\x41\x02\xa0\x72\x86\xfe\x02\x41\xaa\x42\x62\x96\x90\x29\xfa\xf8\xe7\xb3\x57\x36\xd7\x04\xd8\x6d\x21\x96\xab\xe0\x19\xd1\x18\x67\xc2\x78\xb9\x5c\xc1\x0f\x06\xa9\x24\x69\x96\xb9\x82\x52\x30\x26\x93\x25\xbd\x65\x0d\x0e\x84\x9f\xfb\x80\x44\xd5\x38\x44\xe3\xa1\x93\xda\x29\x84\x25\xf2\xe4\xd1\x0d\xd0\x73\x2d\x89\x42\x08\x6f\x25\x8a\xea\xe3\x75\x60\x25\xbc\x6d\xc1\x18\xa6\x13\xad\x77\x5a\xb8\x30\x97\x53\x5b\x5b\x11\xcc\x69\xb8\x54\xca\x97\x46\x65\x98\x6d\xe9\x77\x18\x98\xe2\x00\xf6\xea\x08\x5f\x8e\xa7\xc2\x95\x7b\x72\xd1\xcd\x83\x4e\x04\xdf\x81\xf0\x67\x03\x22\xa9\x1f\x2c\x3d\x5e\x80\xc3\x83\x94\x74\x4d\xa6\xea\x9e\x61\x07\x82\x22\xb8\xd0\x50\x34\xed\x03\xa1\xf2\x89\x40\x02\x2f\x74\xd2\x7d\x21\xca\x35\xa9\x01\x05\x57\xb6\xe6\x5c\xe5\x3b\x98\x42\x95\x28\x4d\x79\xb0\x34\xdd\x88\x2d\x10\x7e\x85\x07\x56\x54\x14\x9a\xd5\xe3\x15\xd4\x4f\x55\x67\x81\x64\xe4\xdb\x92\x83\x04\xaa\xcb\xa9\x99\xab\x89\x27\x7c\x3d\xa7\x4c\xaf\x16\x2c\x3b\x7c\x73\x56\x3f\xc7\xee\x62\x37\x29\x05\x2c\x63\x35\x82\x29\x12\x65\xb2\x82\xca\x78\xcc\x27\x92\x3a\xc0\x82\x13\x0d\x98\x2c\x73\xa8\x80\xdb\x7a\x57\x67\x3c\xc0\x12\xd5\xa6\xaf\x7e\x3e\xe5\x05\x6a\x84\x71\x04\x9c\x54\xc1\xcb\xeb\x2d\x5d\xbb\x10\x70\x75\x5c\x0d\xc5\x55\xc4\x9b\x39\x94\x9f\x97\xed\x00\xb4\x4e\x75\x48\x21\x76\xb6\xa8\x7d\x56\x5f\x04\x2a\xd0\x9a\x0b\xa9\x16\x74\x0d\xe1\x16\x84\x41\x9d\x23\x02\x07\x5a\x75\x5b\x5b\x93\xda\x52\x39\x1f\x93\xff\x3c\xb4\x5e\xc2\x3f\xf3\x41\xee\xd0\x3a\x3d\x43\xf1\x30\x62\x2f\x80\xac\x2f\x73\xdf\x0a\x48\xb6\xa5\x60\xec\x23\xd7\x03\x8e\xd8\x07\x55\x76\x2c\xd9\xe1\xd6\xeb\x81\xad\x55\x63\xa1\xf6\x10\x92\xa1\x87\x2d\xd0\xdd\x03\x82\xb1\x4e\xc5\x10\x03\xce\x63\xc0\x79\xb4\x8a\x47\xab\xf8\x3d\xb1\x8a\xdf\xeb\x80\x73\x4d\x31\x1f\xb0\x11\xbe\x7b\x02\xbb\x59\xe2\xfb\x17\x64\x04\xf7\xb9\x45\x9b\xbc\xfe\x60\x8c\x44\xbf\x7f\x91\xe8\xad\x9d\x89\xe1\xe8\x31\x1c\xfd\xae\xc2\xd1\xf5\x61\x8c\x31\xe9\x31\x26\x3d\xc6\xa4\xc7\x98\xf4\x18\x93\x7e\x0b\x31\xe9\x75\x92\x1b\x03\xd3\x63\x60\x7a\x0c\x4c\x8f\x81\xe9\xdf\x4c\x60\xba\xd1\x84\x63\x74\x7a\x8c\x4e\x8f\x76\xd9\x68\x97\xbd\xb7\x76\xd9\x43\x47\xa7\xf7\xd2\xbd\x6f\xdc\xa2\xba\x6b\xb0\xfa\x1d\x59\x55\x63\xd8\xfa\x03\x40\xe3\xf6\x19\xc0\x1f\x14\x24\xb7\xd3\x44\xb7\xdb\x65\xdb\x01\x86\xda\x39\x82\x6d\x6f\x4b\x8c\x67\x8f\xf1\xec\x31\x9e\x3d\x4a\xde\x51\xf2\x8e\x92\xf7\x01\xe3\xd9\xfb\xf8\xcc\x83\x09\x6a\xaf\xc9\xb2\xfb\x47\xb6\x0f\xae\xc9\x78\xc1\xfa\x16\x62\xdc\x07\x47\xfb\x30\x03\xdd\x3b\xf5\x93\x18\xed\x1e\xb9\x58\xe4\x62\x8f\x97\x8b\x45\xb4\xdd\xb7\x88\xb6\x8b\x61\xf0\xdf\x64\x18\x7c\x8c\x82\xff\xc6\xec\x6e\x0f\x34\x1e\xfe\x5e\x85\xc3\xdf\x95\x31\x32\x46\xc7\xc7\xe8\xf8\x18\x1d\x1f\xa3\xe3\xb7\xd1\xdc\x63\x88\x7c\x0c\x91\x8f\x21\xf2\x31\x44\x3e\x86\xc8\x8f\x16\xfa\x63\x9c\xfc\x36\xca\xc5\x6e\xc1\xf2\xe1\x45\xdf\x16\x7b\xde\x16\x9b\xb9\x48\x70\x46\xd9\xf2\xf4\xfa\xc5\xec\x55\xc1\x85\x30\xd6\x5e\x6d\x0e\xf9\x48\xa0\xf0\x7c\xd2\x8b\x5a\xef\x79\xad\xe2\x83\x46\xc0\xa8\x05\xb2\x71\x70\x5b\x2b\x6d\xc6\x54\xa3\xdf\x18\x76\xb9\x20\x40\x22\xed\x2e\x0f\xd1\x7f\x30\xb7\x9a\x88\x9d\x6d\x8d\xdb\xd6\x92\x5d\x05\xf2\xe8\x52\xfb\x5b\x9a\x75\x1b\x6f\xff\x74\x8b\x46\xd3\xab\xc9\x96\xe1\x4b\x43\x63\x7d\x79\x7a\x5a\xa1\x8f\xd5\x68\x53\x9e\x88\x53\xa5\x90\x9e\x2c\x4b\x9a\x92\x53\xb3\x5b\x94\x14\xe2\x77\xe0\x80\xd9\x59\x0c\xf3\x4f\xdf\x1b\x43\xc2\xdf\x13\x59\xd0\xe4\xc2\x85\xb7\x74\x1d\xbb\x50\x7b\x8f\xe3\xae\xf8\x0d\x20\x27\x12\x9c\x11\x45\x32\x94\x6a\xab\x1a\x6a\x3d\x57\x08\x9e\x50\x40\xf6\x1b\x49\x69\x83\xfe\x5e\x21\xae\x8d\xb9\xfd\xe9\x82\x17\x88\x7c\xc5\x8a\x22\xa0\x8c\xb0\xa5\x0e\x36\xfd\xb5\x24\x4a\xe3\x60\x28\xc9\x78\x99\xa2\x35\x11\x02\x2f\x15\xe1\x51\x92\x18\x55\xd2\x36\x2f\xd0\x7f\x9e\x5f\x68\x03\x57\xc6\x71\x3a\xc7\x99\x12\xc3\x0b\x54\x94\x8c\x81\x44\x57\x4a\x41\x53\xd8\x0a\x13\xd7\xf4\x6c\xe8\x90\xeb\xd1\x7f\x08\x9e\x71\xef\x59\x6b\x99\xaa\x67\xa1\xb8\x0a\xb3\x26\x94\x21\x6d\xb4\xa8\x31\xc5\x9a\x11\x5e\xad\x31\xc9\x48\x22\x43\x12\x52\xfd\xb9\xfa\x10\x40\x40\x24\xaf\x6e\x36\xb6\xe0\xf9\x04\x49\xba\x06\xb1\x95\x2a\x29\xdf\x82\x75\x74\x7a\x0c\xdd\xd1\x08\x97\x6a\x8f\xad\xff\x1d\x9e\x93\xcc\x8d\xf5\xb7\xe9\x44\xe2\x62\x49\xe4\xd9\x35\x29\xf0\x92\xfc\x82\xb3\x32\xb0\x4c\xed\x36\x76\xb9\xf4\x13\xc5\x7d\x4e\x72\x6e\xfc\x4b\x6a\xf9\x96\x19\x9f\xe3\xcc\xae\xe0\x53\x25\x87\xa0\x5f\x4b\xcc\x24\x95\x9b\x67\x33\xf4\xbe\x94\x25\xce\x94\x14\xf3\x55\x6d\x31\xbd\x26\xfa\xa8\x5d\x42\x77\xf0\x85\x5d\xa6\x39\x73\x44\xf1\x3f\xcd\xb7\xaa\x19\xf6\x4e\x2d\x34\x27\x37\x17\xef\x28\x6c\x39\x11\x7f\xc5\x0e\x35\x9f\x7e\xd6\xd8\xb2\xe1\x9f\xb6\xbb\x18\x69\xf3\xaf\x9f\x94\x7e\xe6\xd8\x20\x37\x83\xaa\x61\xa8\x7d\x03\x5a\x60\x11\x6c\x6e\x1b\x70\xe3\x50\x8d\x26\x55\x5b\x10\x8f\xe9\xc4\x7c\x56\x9f\x96\x16\x2d\x31\x4f\xfb\x6f\x4b\xa0\x91\x3d\x5a\xad\x49\x99\xb9\x60\xdd\x36\x45\xfc\x5a\xe3\xb2\x60\x71\x21\x69\x4d\x2a\x0e\x77\x13\x6a\x93\xeb\x1a\x77\xff\x80\xbb\x2f\xc3\xc1\x46\xb9\x1b\xc1\x76\x2c\x0c\x88\x2b\x98\xc0\xab\x33\xaa\x68\xb8\x79\xac\xa1\x7b\x8f\x8e\x90\xdf\x4b\xb2\xf0\x37\x25\x71\x2b\x21\x37\x3b\xe7\xe9\x99\x3d\xd5\x45\x1f\x65\xb0\x66\x9a\x0a\x21\x81\x56\xae\x17\x75\x1d\xaa\xdb\x11\x84\x25\x46\xf0\x46\x04\x6f\x3c\x40\xf0\x46\x0b\xc8\xa0\x13\xae\x98\xd5\xb1\x2d\x8f\x3e\x62\x37\xa4\x7d\x28\xd3\x18\x38\xc9\x9c\xac\xf0\x35\xe5\x65\x61\x8c\xb6\xf6\x46\x1f\x7b\x82\x6a\x34\x27\x98\xa5\x27\xda\x31\x30\x12\x9e\x68\x69\xda\xac\x9b\xa6\x0d\x61\x53\x2c\x23\x0d\xbb\x45\xeb\x34\xed\x40\x23\x1a\x0d\x36\x19\x41\xb2\x83\x48\x93\x31\xef\x1d\x0e\x66\x32\xe2\x6b\xaf\x38\xd3\x40\x86\x3e\x0e\x33\xf4\xae\xe7\x54\x37\xc9\x8f\xa4\x11\x30\x3a\xde\x44\x90\xc8\x27\x21\x05\x58\xd0\x80\x34\x0d\x89\x9c\xf0\xcc\x1d\x96\x96\x98\x99\x61\x21\x2f\x0b\xcc\x04\x0c\xe8\x92\x86\x24\xa1\x76\x1b\x67\x34\xc4\x42\x6a\xe9\x43\x23\xff\xed\xbc\xa4\x6b\x4d\x0c\xbe\x84\x33\x62\x3d\x64\x92\x23\xcc\xc0\x8b\xb9\xd7\xdd\x87\xb1\x02\x6d\x53\x7a\x7f\x50\x80\x83\x07\x9a\x5b\xac\xca\x35\x66\x27\x05\xc1\x29\x38\xf4\xc8\xd7\x3c\xc3\xc6\x59\x60\x6c\x63\x8a\x73\xa4\x44\x62\x9a\x09\xef\xba\x54\x33\xd9\xc6\xab\x56\x38\xaf\x9a\xb6\xf0\xc0\x5f\x36\x35\x94\x5b\xa6\x27\xc2\x2c\xa0\xfb\x46\x38\xcd\x48\xc7\x3d\x17\x0e\x83\x66\x0f\x4f\x29\xac\xdc\x5c\x6d\xc5\xd3\xcb\x42\x71\xfb\xbf\x68\xef\xef\x27\xf6\x85\xf1\x1b\xf6\x2c\xf4\x1d\xfd\x43\x4b\x6b\xdd\xe4\xa4\x71\x4e\x2d\x81\x71\x1f\xd9\x16\x98\xd0\x73\x2f\x61\x57\x77\xba\x91\xef\xa8\x90\x7d\x97\xd1\x1a\xb8\x3b\x65\x3c\xc3\x02\xc5\xd0\x8d\xd2\xf6\xe7\x88\xde\x3d\xb6\x00\xe8\xec\xfc\xfb\xef\xe3\x2e\xae\x83\x11\x7c\x0f\x9c\x2d\x51\x4e\xbd\x55\x39\x15\xb6\xdf\x49\xa9\xfb\xe9\xb5\x54\x18\xd9\xf1\x20\x82\xcb\x68\xb5\xd6\x7e\x76\x27\x32\x37\x04\x6e\xb5\x46\x81\x5d\xb5\xda\x5a\x98\x82\x6a\xa5\xed\x8b\x1f\xc9\x62\x32\x9d\xac\xf1\xd7\x8f\x04\xdc\x76\x01\x02\xe8\x3f\x6c\x0d\xab\xcc\x73\x52\xa0\x8c\xae\xa9\xac\x72\x24\x96\x16\xe3\x96\xf3\xd4\xc0\x11\x0c\xfe\x42\x10\x69\xf1\xd4\xd5\x70\x7f\x52\x4f\xcd\xf1\x15\x6b\x9c\x65\xda\x21\xcf\xd0\x7b\xca\xec\x97\xbd\x29\x29\x7a\xb7\x84\x6d\xd1\x72\xb0\xfe\xe9\x87\xef\xe1\xa0\x55\x6f\x04\x04\x87\xea\xa1\x13\x74\xf8\x4d\xcf\xf0\x0b\xdb\x5a\x72\x74\xb3\xa2\xc9\xaa\x31\x70\x98\x95\xf6\x80\xa4\xfc\x86\x69\x84\x8d\x49\xc5\x06\x2f\xbd\x50\x2b\x30\x43\xa8\xf1\x65\xcf\xe9\x3a\x27\xe8\xb9\x43\x86\x65\xf9\x0a\xa3\x05\xc1\xea\x96\xa1\xa5\x12\x1a\xff\x76\x7e\x76\x01\x9b\xc5\xff\x3f\x52\x70\x0d\x70\x52\x82\x4e\xaa\xc1\x27\x12\x65\x04\x9b\xa4\x4a\x5a\xf2\x45\xbc\x40\xd6\x34\xea\xbc\x0f\x3e\x74\x65\x86\xd0\x85\xb5\x68\x09\xf0\x0a\x5f\x13\x84\x05\xca\x38\x5b\x82\xb3\xdf\xef\xd3\x74\x70\x6d\xed\x79\x2e\xe9\xe0\xc8\xed\x68\x1c\xb4\x80\x3c\x65\x1d\x99\xd6\x95\x54\x79\x25\x7f\xea\xe1\x04\x90\x13\x2a\x23\xb8\x60\x35\xc1\xc5\xd1\xdb\x84\x33\x51\xae\x35\xd8\x5b\x2d\x14\xb4\x57\x67\x4f\xb5\x4e\x89\x50\x17\xa1\x79\x4c\xe7\x1b\x54\x02\x6e\x4b\x11\x57\x58\x74\x3f\x73\xd1\x0e\x4a\x55\x9f\xbb\xd7\xf9\x14\x5e\x9d\x7f\xfa\x24\x69\x66\xbc\xca\xe7\xa4\x48\x94\x74\x10\x12\x7b\x8d\x4f\xc1\xd8\x79\xd1\xab\xf3\x4f\xa8\xac\xde\x44\x4f\x1d\x5f\xd1\x10\x54\x8c\x72\xd7\x99\x3e\xcb\x36\x13\xd7\xab\xf3\x4f\xcf\x8c\x95\x38\xcb\x74\xb2\x4f\x9e\x8a\x9f\xd4\x29\x54\x97\xb0\xca\xc1\xa4\x17\x0b\x4e\x73\xcd\x12\x6a\xd2\xa0\xdb\xc4\x5c\xa5\xa8\x21\xc5\xba\xcf\xc3\x76\xd4\xb8\x6f\xf9\x76\xa3\xb0\x83\x3e\x05\x7b\x8e\x2a\x99\xbb\x87\xc8\x0e\xd0\x58\xd3\x97\xa3\x46\xd3\x89\x39\x77\xdd\x84\xd6\xbc\x32\xfe\x48\xd8\xf1\x76\x9d\x09\xb7\xc9\x6a\x83\xa7\x68\x9b\x13\x32\x45\x64\xb6\x9c\xa1\x3f\x3d\xf7\x13\x97\x61\xe6\x3e\xa5\xd6\x02\xac\xd7\xea\x40\x30\x7e\x83\xfe\xf4\xfc\x3b\x0d\x8d\x14\xf5\x8e\x46\x52\x8a\xe6\x72\x75\xce\x35\x40\x9d\xed\x0d\x5e\x63\x06\x1e\x10\x0b\x85\x0a\x32\xc4\xbe\x41\x34\x77\xa8\x35\x88\x36\xe9\x38\xfc\x20\x94\xea\xa8\x69\x7e\xa7\xd2\x5e\xa9\xe6\x5d\xf6\x04\x43\x4b\xdb\xdc\xf8\x27\x97\x89\xa0\xc1\xca\x0c\x14\xb6\xe0\x19\xb8\xf6\xf9\x42\x1a\x9c\x59\x83\x4c\x02\xa2\x12\xb3\xe5\xa8\xe8\xe2\x11\x6a\x3e\x9f\x03\xc0\x32\xfd\x2b\x61\x44\x9b\xec\x03\x8c\x9b\x0b\xd0\x83\xd4\xfe\x2f\x5d\x3b\x64\x5f\xdd\x65\xad\xff\xf8\x87\xe3\x2a\xb3\xc6\x2d\x39\x20\xd4\x55\xad\x1c\xd9\x6d\x20\x2b\xe6\x58\x6d\x17\xe0\x2b\xd4\x55\xcb\x2a\xd7\x19\x40\xf8\x3e\xab\x49\x7e\x06\x1e\x07\x41\x4b\x00\xee\x5e\x63\x99\x40\x76\xc1\x05\x25\x59\xea\x65\xbd\x50\x1c\x10\x2b\xce\x9e\x90\x41\x3c\x04\x3c\x6b\x63\x39\x8d\x68\xd1\x9e\x8a\x43\x08\x02\x4f\xd7\xd6\xa0\x86\xbb\xd5\x46\x1c\x8d\x77\xbb\x2a\x79\x0a\x84\x25\x51\x63\x40\x6e\x51\x7c\x53\x68\xc2\xd7\x30\x67\xa5\x3b\x25\x7c\x9d\x73\x06\x19\x08\xbb\x21\x21\xb7\x8f\x3f\xd9\x52\x80\x08\x22\x76\xe0\xca\xc0\x7e\xb5\xb6\xc0\x29\x98\xd5\x06\x98\x95\x37\x76\x1e\x8d\x4a\x37\xe7\xe8\x4b\x2f\x1e\x67\x8a\x56\x54\x8a\x93\x9c\x14\x27\x82\x24\x9c\xe9\x33\xc8\xd0\x5b\xb6\x2c\x88\xb0\xaf\xec\x32\x2b\x67\xa1\xad\xcd\x49\xd1\x96\xf6\x8c\x80\xe2\xf4\xcf\x87\xe0\x64\xa5\xb9\x51\x5d\x16\xd4\xd7\xc7\x08\x4d\xf5\x99\x81\x5d\xce\xe0\x21\x4f\xf2\x82\x27\x44\x08\x92\x7a\x73\x7d\x36\x43\x80\x7b\xd4\xd6\x92\x2a\x03\xa9\x75\xb1\x4b\xbe\xd4\x61\x14\x73\xb2\x50\x7a\xb5\x0e\x58\x55\x87\x0e\x17\x5a\xac\x6f\x82\x40\x76\x58\xa7\x73\x9e\x8a\xe6\x2a\x75\xa7\x25\xf6\x12\x80\x57\xab\x55\xd5\xb9\x31\x34\xc3\x22\x7a\xe5\x8a\x0b\x3f\xdb\x26\x65\x95\x39\x41\xd1\x12\x50\x88\xc4\x33\x04\x46\x45\xd5\x97\x77\x35\xb7\x5e\x7b\x10\x24\x94\x68\xc2\x0b\xb4\x26\x6b\x5e\x6c\x9e\xcd\xd0\x85\x1a\x89\x1e\x96\x86\xbf\xcf\x4b\x9a\x49\xe8\xc8\xff\x9a\xb6\x66\x41\x56\x7b\x9b\x17\xd2\x12\x01\x93\xe6\x1d\xd0\xfb\xdc\x64\x21\x57\xb3\xaa\x12\xa3\x4b\x8e\x98\x22\x0f\x99\x03\x17\xd9\x0f\x6a\xb1\x45\x0d\xf9\x0a\xce\xd8\xd5\x04\xed\x2c\xe6\x5b\x00\x68\x73\xaf\x7a\xcc\xae\x16\x25\xa4\xfe\x5d\x21\x38\x5c\xaa\xe4\x2a\x79\xd0\x9c\xd8\x58\xd4\xab\x89\xbe\x37\x57\x93\x29\xba\x9a\x9c\xeb\x31\xf3\x02\x5d\x39\xd4\xaf\x7a\x02\x1b\xb2\xc6\x79\x0e\xd3\x83\x0b\x53\xe7\x05\x66\xa3\x5a\xa8\x96\xf1\x81\x67\x83\x90\xc2\x3e\xae\x18\xb8\xfb\x7d\xcd\x5b\x57\xa0\xaf\x71\x70\x1f\x46\x31\xe9\x41\xbd\xa0\x86\x31\xaa\xdb\xcc\x95\x38\x06\xee\x07\xdf\xcb\x53\xe3\xd4\x91\xd1\x3e\x34\x46\x6b\xbc\x9e\x8f\x8a\xd1\xba\x39\x45\x46\xdb\xc3\x68\xdd\x2a\x45\x46\x7b\xef\x19\xad\xdb\xab\xbd\x18\xad\x3d\x72\xdb\xb3\xd9\x46\x36\x86\xdb\x65\xb5\x6d\x4c\x44\x2f\xab\x1d\x6e\xde\xba\x04\x5b\xb0\x5a\x03\x41\xe8\x65\xb5\x01\xce\xdf\xc3\x70\xdb\xad\xc7\x44\x1e\xd4\x88\xef\xc1\xa8\x6e\x2f\xef\x86\x9b\x37\x99\xd6\x01\xc0\x3e\x5a\xbc\xed\x4e\xee\x05\xfe\xe2\x6e\x80\x7c\x0d\x3f\x6b\xcd\x70\x75\x38\x2d\x4e\x0a\x2e\x84\x49\xad\x9f\x91\x6b\xcc\xa4\x36\xda\xdc\x2f\x9c\xed\x16\x81\x11\xa2\x13\x49\x2b\x3c\x0c\xad\xc6\x49\xa8\x77\x4e\x08\x4b\x78\xaa\xd1\xbb\x6b\x23\x8c\x59\x0f\xa3\x77\x22\x32\x3c\x27\x19\x72\x5d\x58\xcf\x4f\x0d\x5a\x8b\xfe\xb1\x22\x0c\x09\x22\x6d\xfd\xbf\x1c\x2b\xee\x65\x63\x47\x5d\xbe\x13\x94\xe3\x02\xaf\x89\xd4\x36\xb4\x6a\x6e\xc2\x46\x0e\xab\xde\xd7\xbc\x2a\x91\x91\x54\x0d\x12\x0e\x92\x3a\x7c\xa9\x64\xf0\xad\xff\x2a\x85\xf4\x7a\x81\xf5\xf3\x2d\xed\x10\xcf\x8e\xb5\x9d\x47\x77\x73\x94\x68\x8e\x4e\xff\x83\x59\x6e\x2b\x05\xa7\x61\xb0\xfc\x31\x5c\x25\x47\x09\xbf\xb8\x95\x90\x8a\x6d\x5c\x1b\xbd\xce\xe6\xdb\xc1\x5c\x07\x58\xc7\x58\x5a\x3d\x32\x0c\xe3\x9e\x11\xec\xfe\x88\x8d\xed\x29\x76\x30\xe4\xe1\x9e\x90\xec\xa3\x06\x70\x1c\x2e\xce\xe4\x11\x73\x16\xc7\x58\xac\x88\xd8\x96\x76\x8e\xce\x72\x66\x91\xe7\xf4\xf2\x9c\x47\x45\xcf\x5b\x66\xb4\x1e\x6a\xde\x6c\xbb\xa5\xdc\x7d\x24\x23\xc1\xe1\x6d\x04\xa3\xa3\xf9\x02\xc1\xad\x47\x8d\x0f\xbe\xa7\xb4\xea\x9b\x14\x82\xf7\x0c\x69\xbe\x7f\xec\xff\x5e\x86\xf8\xb5\x4c\x0f\xe3\xc8\xd3\xce\xa2\xe6\x71\x68\xd4\x0e\x11\xc2\xfd\x44\xe5\xe0\x81\xc2\xf7\xe6\x14\x1e\x56\xba\xbb\xa7\x04\xd3\x9e\xae\x26\x43\xfd\xb6\x44\xbb\x7b\x49\x70\x82\x9e\xc2\x11\x65\x63\x47\xcb\x45\x4d\x77\x40\xc0\xba\x3f\x55\x3b\x3f\xe4\x17\x98\x1e\xc8\x07\x70\x30\xf9\x69\x86\xee\xad\x3f\x01\xa1\x9f\x99\x49\xdd\x7c\x65\x58\xf3\xd5\x44\x5b\xfe\x6b\x00\xa8\x21\x42\x1d\xce\x72\x14\x4e\xf7\xc3\x86\xaa\x95\x0f\x29\xa1\x35\x11\xc2\x03\x7d\x0e\x08\x1b\x5e\xcb\x2d\x44\x8e\xe6\xa9\xec\xa2\xfa\x83\x40\x51\x2f\x27\x25\x49\xeb\x9f\x74\xdf\xb0\xb4\xd1\x66\x9f\x18\x01\x7c\x3c\xba\xcc\x35\x7e\x01\x60\xd2\x05\xbe\x31\xdd\x3d\xa5\x4c\x48\x82\x21\x0d\x55\xff\x7a\x3c\x9b\x22\x41\xd7\x34\xc3\x8e\x7c\xbb\x73\x5a\x73\x3e\xc1\xc1\xbc\x3f\xf9\x5c\xb6\xa2\x97\x83\x42\x5a\xa8\xfd\xb0\xa0\x76\xef\x88\xe6\x7d\xa5\x74\x63\x08\xd8\x4e\x32\x66\x2f\x01\xea\x6c\xba\x8d\xbc\x79\x77\x24\xa8\x72\xf6\x02\x6e\x76\x4e\x5c\xee\x5d\xba\x40\x9f\xdb\x64\xe5\x33\x64\xc4\xf5\xe4\xb8\xca\xdd\xab\xf6\xc5\x5e\x66\x3f\x28\x6b\x3b\xa4\xfb\x51\xe5\xfa\x7b\x47\xe9\xdc\xea\x57\xa5\x9b\x41\x3c\x2d\xc8\x12\x17\x69\x06\x16\xfc\xc5\x16\xeb\x7c\x18\x35\xe4\x28\x5c\xfd\xd8\xd4\x18\x62\x03\x7a\x93\x26\x03\x6d\xf3\x8a\xb0\x63\x47\x90\x6c\xb6\xe7\x7a\x7a\xff\x98\x04\x27\x26\xc1\x79\xdc\xc1\xc5\x8d\x24\x38\x47\x4f\x1f\x7a\x98\x38\xe6\x31\x59\x70\xfc\x2b\x67\x32\xe2\x14\x96\x60\x81\x90\xf3\x00\xf2\xe1\x00\xc1\x1a\x9b\xfd\xa6\x9e\x0f\xe3\x6e\xa6\x88\x3e\x12\x9c\x9e\x28\x41\x62\xe7\xd9\xee\x94\x59\xa7\x5a\xa8\x41\x06\x71\xa4\xac\x39\xd5\x08\x86\x18\x10\x04\x35\xd5\xb1\xd2\xb8\xaa\x3a\xa3\x4d\x6c\xa1\x20\xdb\x7e\x46\x54\x6c\x11\x9a\x67\xab\x33\x08\x27\x09\x9a\xa8\xb8\x16\x24\x6f\x9b\x90\xd5\xc1\x3c\xbb\xfe\xf2\x0f\x2e\x92\x3e\xcc\x1e\xaf\xae\x29\x29\x5e\x18\xea\xa8\xb5\xaa\x27\xed\xef\x0a\x33\xed\x5e\x43\x9c\xc8\x12\x67\xde\x12\xba\x08\xbb\x6a\x2d\xfd\x8b\xb7\xd5\x52\xf6\x59\x65\xb5\x61\xf5\xd7\x92\x14\x1b\x1d\xb4\x5a\x25\x0e\x30\x92\x00\x80\x2b\x8d\x18\x66\x22\x2e\x21\x79\x7d\x95\xdb\x5e\x28\x51\x0d\x5b\x54\x7e\xcd\x50\x3b\x2f\x9d\x18\x6f\x18\xab\x1e\x1c\xe0\x36\xaf\x39\x55\xf3\x93\x05\x57\xd7\x1c\x64\x92\xf9\xc6\xf0\x43\x93\xff\xdc\xbc\x64\x4d\x67\xb6\x2b\xf5\x41\xd3\x91\xf9\x2e\xcc\xe0\x04\x4c\xb8\x48\x6c\x98\xc4\x5f\x3d\xda\x64\xb2\x0f\xd5\xc7\x26\x46\xe6\x84\x86\xb7\xc4\xef\xe0\x3f\x27\xee\xe5\x03\x24\x86\xfe\x5e\xa7\x31\x8f\xb9\xc9\x63\x6e\xf2\xbb\xca\x4d\x6e\x8e\xe0\xb7\x9e\xa0\xbc\x56\x7e\x70\x2f\x1b\x76\xcc\x65\x1e\x73\x99\xc7\x5c\xe6\x77\xe5\x60\x0c\x93\xb3\x98\xd0\x3c\x26\x34\x8f\x09\xcd\xbf\xf5\x84\xe6\x86\x36\xec\x90\xd5\xbc\x2b\xd3\x8b\x3d\x94\xb5\xa4\xe7\xda\xbe\xdb\x99\xba\x68\x6a\xb2\x99\xa9\x5f\x94\x40\x9e\x00\xcd\xd6\x99\x6b\x84\xaf\x64\x69\x1d\xcb\x56\x2b\xad\x0c\xe0\x4a\x20\x5a\x7b\x06\xc9\x96\x76\x5a\x45\x0e\xd7\x20\x2c\xd6\x75\x17\x2d\xce\xd1\xe2\xfc\x28\x2d\xce\xf6\x89\x97\xbd\xf7\x91\xa7\x61\x17\xa6\xc2\x3a\xcc\xb6\x96\xa3\xd2\x5a\xdd\x6a\x89\xda\x65\x3d\x55\xf9\x7d\x37\x4e\xf7\xd3\xeb\x21\x9b\x75\x3d\x93\xf3\xd1\xf2\xb7\x0f\x0c\x72\x07\x53\xf3\x88\x69\xef\xca\xe3\x8e\x62\x98\xee\xff\x64\xcc\xe9\x2e\x63\x4e\xf7\x98\xd3\xfd\xf6\x73\xba\xf7\x5f\xcb\xa1\xc4\xee\x3d\x12\x2f\x46\x31\xeb\xfb\x03\x93\x3f\x3b\xb2\xbe\xc3\xcf\xcd\x5a\xb5\xb7\x97\x02\x7e\x40\x1f\x8b\x79\xe0\xef\x5c\x70\xbe\xf3\xbc\xf0\x03\x47\xe4\x90\xc9\xe1\x47\x88\x5d\xdb\xd3\xcb\x80\x23\xde\xfa\xca\x17\x25\x4b\x74\xd8\x09\x95\x1b\xcb\x8e\x3a\xba\xb9\xc5\x9c\xf2\xde\x43\x7b\x1c\xfa\xd3\xcc\x6f\x91\xa7\xbd\xcc\x01\x8b\x58\x25\x9c\x07\xec\x21\x78\x9a\xd7\xdb\x67\x9b\xd7\x76\x8d\x2e\xab\x98\xa8\x5c\xa0\x2d\xed\x48\x83\x12\xcc\x60\x39\x2a\x05\x60\x81\x13\x9c\x25\xa5\x22\xf0\xb5\x6d\xaa\x1b\x63\x9e\x82\x45\x05\x7f\xa5\xeb\x72\xdd\x78\xe4\xc1\x3c\xed\x08\xfc\x58\x1f\x1b\x09\x12\xee\x57\xd7\x8e\xd7\x9f\x4f\xd1\xba\xcc\x24\xcd\xb3\x8d\xa5\x63\x60\x58\x42\x73\x22\x6f\x88\xc9\x0b\x5c\xf3\x0b\xe8\xca\xf8\x4d\xdb\xa8\xc9\x32\xdc\x4e\xdd\x6c\x20\xb9\x6f\x8a\x25\x9f\x7a\x88\x67\xf8\xae\x90\x28\x25\x89\x92\xc3\x9c\x3b\x5f\x31\x01\x37\x48\xca\xf4\xc3\x54\xf3\xbc\x6b\x9a\x90\x13\x45\x3c\xf1\x0c\xa1\x0b\xa2\x57\x8e\xb2\x94\x5e\xd3\xb4\xac\x2c\xe3\x1e\x18\x55\x54\x31\x54\x6d\x55\x6c\xc5\x6f\x34\x68\xbc\x91\x33\x0a\xc6\x65\x80\xa9\x87\xe6\x3e\x5e\xae\xe0\xdf\x62\x0d\x83\x87\x56\xc3\xa0\xfe\x5c\x2b\x7a\xa2\x11\x76\x5e\x09\x00\xc6\x21\xad\xcf\xae\x67\x2d\xb7\x40\x75\x8f\x2c\x38\xab\xa9\x73\xfd\x26\x3c\xcb\x48\x22\xe1\xe8\x0b\x74\x43\xb2\x0c\xe9\x8d\xd5\xc0\x9d\x6c\x63\x52\x73\xb7\x4d\xb8\xbb\xda\x14\x0e\x96\x24\x61\x44\x7f\x83\x7c\xd1\xbb\x27\x7b\x70\xd1\x41\x47\x5c\xef\x8b\x1d\xea\xd5\xa8\x8a\x01\x43\x2c\x74\xb8\x64\xc0\x74\xe2\xf4\xb8\x50\xfd\x80\xea\x59\xa8\x28\xaa\x79\xe6\x24\x2c\x02\xb2\xb6\xf7\xc0\x8e\xc5\x50\x91\x5a\x42\xf5\x0a\x4a\xa1\x64\x4e\x7d\xac\xcd\x21\x76\x2e\xca\x9b\x95\x0e\x24\xe4\x05\x38\x22\x75\xac\x8b\xd7\x3f\x2e\xe0\x36\xde\x92\xf0\x5e\x59\x7d\x7e\xab\xdc\x7c\xef\xbb\x38\x76\xfd\x79\xcd\x66\x52\xcf\xee\xea\xfb\x33\xaa\x54\xfa\x5d\xc9\xe7\x0f\xc9\x1f\xac\x1d\x6f\x7c\xb1\x04\x9f\x5e\xef\x55\x3f\x01\xe8\x0d\x2c\x86\x50\xec\xbf\x55\x3d\xe0\xc0\xf5\x15\x9a\x1c\x6e\xaf\xb2\x0b\xd5\xd8\x3d\xf1\x66\xd7\x19\x8c\x28\xce\xe0\x1e\x87\x0d\x6f\x5b\x57\x6c\x98\x3e\xc4\x8a\x0d\xed\x36\x76\x35\xee\xa4\x96\xc3\x6e\xd6\xe2\xb1\x0c\x69\x2b\x8b\xf6\x58\xa3\x59\x2c\x20\x11\xf3\x5a\xef\x97\xd7\xba\x0f\x56\xf9\xc0\x93\x5b\x9b\xa9\xc5\x52\x12\x5b\x2c\x56\xac\x27\xf1\x10\xd2\x5c\x9b\xcd\xfa\x66\x8b\x4a\xf4\x11\xad\x41\x9e\xb9\x55\x79\x89\xae\x6b\x31\xf8\xc6\xd6\x85\x26\x42\xd2\x42\xac\x36\x11\xb9\xf2\x63\x2b\x39\x11\xba\x85\xb1\xee\xc4\x68\xae\x1c\x8b\x4f\x3c\x30\xae\xfc\x2d\x55\xa0\xe8\x23\x5b\xdb\xf1\xe5\x91\xef\x6c\x51\x90\xa2\x6f\x77\x46\xf0\xe5\x58\x9a\x22\x96\xa6\x78\x98\x09\xc4\xbf\xc9\xa4\xbc\xb7\x99\x25\x7c\x8c\x17\xec\xb1\x95\xa7\xd8\xd2\x53\x77\x97\x61\x34\xb1\x50\x45\x2c\x54\x11\x0b\x55\xc4\x42\x15\xdf\x3a\x0b\x7a\xa4\xe4\x3d\xd6\xad\x88\x75\x2b\xa2\x88\x1c\xeb\x56\xdc\xe7\x48\xee\x58\xbc\x22\x16\xaf\x78\x7c\x54\x33\x16\xaf\xb8\xdf\xf9\x23\x62\x05\x8b\x58\xc1\x22\x56\xb0\x88\x15\x2c\xee\x3c\xaf\xfb\xbd\x91\xef\xb6\x27\x9a\xb1\x8c\xc5\x9d\xfb\x60\x63\x19\x8b\x58\xc6\xe2\x41\x91\xbb\x58\xc6\xe2\x90\x24\xf9\xfb\x98\x75\x38\x66\x1d\xbe\xdb\xac\xc3\xdf\x7f\xf3\x59\x87\x47\x99\x7e\x9c\x3d\xb9\xcb\x86\xdc\x65\x09\x41\x6e\xe7\x6a\x32\xae\x79\x38\xdf\x68\xca\xa4\x24\x0f\x67\xf5\xd8\xc5\x3f\xf2\xbd\x01\xd7\xbe\x75\xe7\x64\x84\xb3\xa6\x0a\x98\x69\x49\xdf\x21\xe3\xc8\x5e\x03\xd3\xf1\xc1\x3b\x78\x6a\x02\x33\x1b\x3c\xd2\xb5\x4f\x8e\xa0\xc2\x8f\x20\x53\x6d\x25\x29\x76\x4a\x87\x9d\xd2\x49\x3d\x4b\x43\x7d\xe4\x07\x3f\x08\x20\x03\x55\xc8\xc1\x7b\x7b\x7b\x6e\xf1\xa0\xfa\x4b\x32\xe2\xb4\xc6\xdc\xa9\x31\x77\x6a\xcc\x9d\xfa\x2d\xa5\x80\x8a\xb9\x53\x1f\x6e\xee\xd4\x4e\x7a\x7d\x9f\x72\xa7\x76\x0f\x72\xd7\xdc\xa9\xfd\xd3\xde\x95\xc7\x1d\x2f\x77\x6a\xe7\x27\x63\xee\x54\x19\x73\xa7\xc6\xdc\xa9\x77\x94\x3b\xb5\xf3\x5a\xee\x98\x3b\x55\xbd\x16\xf3\xa7\x3e\x48\x19\xf4\x1e\xe7\x4f\xed\xd6\xc9\x62\xfe\xd4\x3b\x17\x9e\xef\x47\xfe\xd4\xee\x23\x72\xf0\xfc\xa9\xfd\xa2\x57\xcc\x9f\x1a\xf3\xa7\xc6\xfc\xa9\x77\x9c\x3f\x15\xbd\x5d\x80\x01\x18\x7c\xa7\x7a\xa7\x20\xdf\xa8\x6d\x6c\x17\x5d\x10\x28\xd1\xfa\x3f\x9e\x7f\xe7\x3c\xc3\xaf\xce\x3f\xa1\xb2\xf2\xda\x1f\x9a\x91\xc5\x54\xac\x31\x15\xab\xbc\x8f\xa9\x58\xfb\x7d\xe5\xbb\x30\xe4\x3d\x52\xb1\x7e\xbf\x55\x2a\xd6\x21\x73\x46\x4c\xc5\xfa\x48\x52\xb1\x8e\x30\x22\x3d\xec\x54\xac\xdf\xc7\x54\xac\x31\x15\x6b\x4c\xc5\x7a\xe8\x54\xac\x23\xe8\xc6\x58\x86\x74\x84\x54\xac\x01\xc7\xf6\x60\xf2\xb6\xaa\x6d\xcd\xc2\xe5\xdc\xf5\x1a\x51\x0b\x62\x42\x2d\x20\x07\x57\x10\x83\x63\x23\xfc\x1b\x88\x86\xfb\x18\x85\x14\xa3\x8d\x8e\x11\x3d\xf4\x7d\x4c\x2d\x1c\x93\x18\x1e\x22\x89\x61\x07\x76\xf2\x31\x24\x31\xfc\x3e\xa6\x16\xde\x66\xb1\x62\x6a\xe1\x07\x93\xc4\xf0\xfb\x6f\x3c\xb5\x70\x07\xd1\x1a\xe4\x99\xdb\xa7\x16\x0e\x5c\x8b\xc1\x37\x76\x4b\x2d\xfc\x7d\x4c\x2d\x1c\xb9\x72\x27\x57\x7e\x3c\xa9\x85\xbf\x8f\xa9\x85\x77\xe4\xca\x31\xb5\xf0\x03\xe3\xca\xdf\x5c\x6a\xe1\x0e\xb2\xb5\x1d\x5f\x1e\xf9\xce\xb6\xa9\x85\x3b\x76\x67\x34\x5f\xbe\x74\x71\x48\xfd\x7c\x59\xb7\xab\x59\x8c\x7c\x3a\x30\x75\x4e\x50\xf3\x27\x2f\xdc\x2f\x9e\x4b\xd4\x70\xee\xba\xc9\x63\x27\xd6\x8d\x47\xc4\x53\xb7\xdb\x3c\x88\x7c\x0e\xe8\x95\xa6\x34\x90\x6f\x23\xdb\xa8\x57\xa8\x76\xb6\x7c\x6c\x8c\xc9\x73\x7c\x8f\xb3\x4b\x3f\xaa\x2c\xca\x3d\xe4\xa7\xc2\x5f\x39\x6f\x93\x37\x52\x4b\xa1\xbc\x83\x31\x45\xbf\xb8\x73\x5b\x0b\x1b\x0f\x58\x1f\xaf\xc3\xab\x77\x7d\x9f\xd3\xe8\x1e\x28\x26\xba\x1d\x14\x35\x48\x38\xbc\xc6\x68\xc5\xb3\xb4\x2b\x92\xad\xc7\xbc\xbc\xfd\xcd\x7f\xe0\x99\x14\x8e\x75\x99\xef\x73\xe6\xb2\x31\xb7\xea\x0e\x92\xe8\xde\xca\xb5\x7a\x9c\x59\xfe\x5d\xa6\xd9\x9f\xed\xd3\x46\xe2\xe8\x36\x57\x6f\xbe\xb2\xa3\x27\x7c\x20\x27\xfa\xbd\x0d\x6c\x7d\x2c\x61\xe1\x07\x80\xef\x1c\x33\xa6\xfc\x11\xa7\x66\x6f\x45\x9c\x4f\x5b\x77\xea\x41\xc5\xa0\x7f\xe3\x04\xe1\xa1\xdc\xbd\x2d\xc3\xe4\x63\xf2\xec\x5d\x92\x67\xc7\x44\x27\x8f\x39\xd1\xc9\x37\x94\xac\x39\x26\x44\xb9\x7b\x36\x71\x4b\x94\x3e\x26\x03\x8e\xc9\x80\x87\xd2\x68\x76\x31\xb5\xa3\x66\x05\x7e\x1c\x0c\x69\x3c\x7b\x89\x09\x66\xef\xd5\x15\xda\x2a\xc1\xec\xc3\xe2\x92\x3d\xb9\x16\x8f\x95\xf1\x73\x37\x7e\x35\xc7\x32\x59\x9d\x5e\xbf\x98\xfd\x6f\x3e\xef\xbb\x0a\xff\x9b\xcf\x7d\x87\x82\x6c\x65\xe5\xf2\xe1\x28\xff\xc5\xe7\x31\x09\x56\x4c\x82\xf5\x28\xe3\xf8\x2f\xea\x49\xaf\x9e\x88\x47\x98\xf6\xea\xa2\x96\xea\xca\x10\x29\x1b\x58\x64\x32\x5e\x15\xfa\xc6\xab\xab\x7e\xcb\x79\xae\x46\xd0\x69\xa0\x6a\x33\x4d\xd5\x86\xf2\x58\xbd\x0a\x84\x25\x3e\x80\x59\x8d\x4b\x7c\xe5\x93\xf7\x76\x66\xab\xda\xd3\x03\xa5\xae\xf2\xfb\x1c\x95\x9b\xca\x6f\xe7\x41\x1e\xfd\x68\x51\x52\xed\xca\xfe\x49\xa6\xce\x0b\x3e\xef\x08\x49\x7b\xd7\x91\x45\xea\x06\x0b\x94\xac\x48\xf2\xe5\x50\x61\x61\x63\x92\x5d\x75\x0d\xc6\x24\x69\xea\xc9\x66\x75\x98\x31\x76\xa6\xb3\xfa\x5b\xb9\xc6\x0c\xb9\x0c\x56\x2e\xbb\x95\x96\x8b\xdb\xd9\xab\xc6\xa4\x96\xea\xca\x5f\xf5\x74\x5e\x50\xb2\x78\x76\xac\xcc\x55\x17\xe1\x5c\x55\x53\x0b\xc8\x0a\xa5\xac\x0a\xeb\x53\x41\x18\xc6\xa5\x41\x7e\xfd\x17\x9f\xfb\x9d\xbf\xe2\xeb\x3c\x23\xea\x54\x17\xe8\x2f\x98\x66\xb5\x94\xa1\x47\x49\x5c\xe5\x5f\xca\xa1\xcc\x54\xa6\x89\x96\x19\x4c\x14\xbd\x61\x03\xff\xc5\xe7\x31\xdd\xd4\x3d\x91\xf6\xb6\x49\x37\xf5\xbf\xeb\xfb\xb6\x75\xa0\xb5\xcf\x78\x62\xca\xa8\xdb\x17\x35\xeb\x29\xa2\x1e\x84\x98\x39\x3a\x15\x55\x4d\x01\xdd\x33\xd7\x54\x4b\xda\xe9\x27\x73\x8d\xc4\x51\x60\x57\x5d\x81\xf6\x8a\xc8\x57\x92\x94\x9a\xf7\xd3\x2c\x43\x19\xe7\x5f\x50\x46\xbf\x0c\xda\x2c\x24\x59\xe7\x8a\xa0\x04\x08\x20\x64\x5e\x79\x4d\x70\x9a\x51\x46\x2e\xc0\x55\x10\xe2\x48\x35\xcb\x5b\x6a\xb5\x6b\xca\x90\xf6\x2e\xa8\xb3\x9d\x61\x48\xe2\x62\xe8\x97\x90\xb8\x90\x97\x5a\x4e\xc0\xd2\xcd\x40\x5d\x9b\x39\xb1\x09\x5f\x8c\xad\x15\xda\x6f\x84\x24\x6b\x24\x0b\xf8\x08\x47\x92\x14\x6b\xca\x94\x90\x45\xe5\x4f\xe6\xca\x42\x32\xa0\x39\x41\x39\x57\x4c\xf5\x9a\xa0\x0a\x82\x35\x18\x5d\x3e\x9d\xcc\x71\xf2\x85\x2f\x16\xef\xe8\x9a\x06\xac\x33\xf5\x19\xfa\x69\x0a\xf4\x90\xcc\x50\xd7\xb8\xf8\xa2\x09\x06\x15\x30\xa1\x85\xe6\x94\xe8\xb5\x97\x6f\xe7\x8f\x23\x4b\xe1\x68\x86\x1b\xce\xf6\xd1\x58\xf1\x56\xfa\x04\x51\x26\x09\x11\x62\x51\x66\xd9\x06\xa9\x5b\x20\x56\x24\xd5\x30\x30\xbb\xd6\x95\xc1\xb7\x28\x19\x04\xbf\x40\xaa\x26\x29\x4d\xd4\x14\xa3\x19\x5a\x13\xcc\x44\xb5\x45\xa6\x57\x9b\x7d\x3c\xe7\x29\x12\x74\xc9\x70\x26\xfe\x7f\xf6\xde\xbe\xb9\x6d\x5c\xcb\x1b\xfc\x2a\x58\xf7\x54\xc5\xae\x95\xe4\xa4\x5f\xef\xcd\xd4\xfc\xe1\xb6\x9d\x6e\xcf\x4d\x1c\x8f\xed\xa4\x77\x6a\x3c\xd5\x17\x22\x21\x09\x63\x0a\xe0\x25\x48\xdb\xea\xd9\xae\xda\xaf\xb1\x5f\x6f\x3f\xc9\x16\xce\x39\x00\x41\x0a\x94\x28\x5b\x4e\xa7\x73\xf5\x3c\x53\xb7\x63\x11\x04\xf1\x7a\xde\xcf\xef\x2c\x3d\xce\x32\x57\x43\x47\xa5\x2e\x75\x26\xe7\x05\xcf\x32\x91\x49\x33\xb7\x1f\x00\xa3\x1d\xf6\x43\x1b\x86\x2e\xd5\xc6\x28\x5e\x85\x63\x08\x3b\x90\x06\x2d\x8e\x68\x7d\x7f\xe5\xb1\xae\x82\x41\xe0\x3b\xdd\x83\xa4\x95\x88\xd2\xa6\x48\xe5\x90\x44\xab\x44\xe4\xa5\x39\xbc\xd7\xc5\x6d\xa6\x79\x6a\x0e\x09\x9e\x21\x13\x85\x39\xb4\x72\xc6\xb0\xa8\xd4\xb0\xd4\xc3\x7a\xef\x0e\x7b\x62\x96\x71\x55\xf1\x3a\xdd\x3a\x02\xbe\x16\x3e\x77\xb0\x10\xa6\x01\xb0\x00\x68\x10\x98\x0a\x8f\x16\x59\x98\x3a\xbd\x62\x46\xec\xad\xb0\x0b\xfe\xf7\x66\x57\x7f\xc7\x3c\x75\x56\x29\x80\x5c\x5b\xe8\x0a\x8c\xad\x0e\x24\xf7\xde\x2e\xa1\xfb\x31\xd5\x75\x76\xfb\xc4\x8a\x97\x56\x16\xa4\x34\xf7\xe0\x92\xe6\x32\xb9\x75\xc3\xa8\x94\xfc\x47\x45\xb7\x9e\xae\x04\x1c\x88\xdc\x92\x56\x97\xf0\x41\x6d\x6b\x90\x24\xe6\x28\xd2\x88\xe1\xd7\x4a\x10\x69\xed\xd3\xca\x20\xc2\x3e\xe6\x11\x18\x69\x85\x79\x2b\x60\xdb\x8f\xda\x23\x43\x1f\x0c\x56\x01\x2d\xd6\x1e\x32\xcd\x2d\xc8\x88\x81\x18\x5b\x15\x30\x3a\x18\x33\x6f\xbc\x0d\xc4\x28\xe1\x80\x01\x07\x78\x15\x2a\xa5\x6c\x73\xbb\xd3\x68\x3b\x2e\x3d\x58\x1f\xe6\x36\x24\x65\xb6\x18\x31\xf6\xb3\xbe\x17\x77\xa2\x18\xb0\xff\xd4\x15\x74\x63\xc4\xd2\xc2\xff\x9b\x9d\xd3\xdf\x2d\x8d\xc4\xee\xec\x42\xdf\x0b\xbb\xf4\x85\xa8\xd3\xd1\x20\x1d\x22\x4b\xd9\xdf\xc5\x43\x29\x94\x01\x56\x76\xf7\x0a\x2a\xcf\xfd\x9d\x1d\x5d\x9c\x3d\xef\xd9\xfd\xaa\x5e\xbb\xe1\x42\x57\xc5\x50\xdf\xab\x61\xae\xd3\x61\xe0\x07\xa5\xc3\x3d\xd6\x3a\x13\x5c\x41\xe2\x54\x7d\x4b\xd7\x11\x2e\x07\x98\xb7\x4c\xc0\x62\xa4\xca\xd2\x29\x5e\x02\xc9\x40\x13\xb8\x55\x34\x31\xa2\x03\xf1\xb1\xda\xef\xbb\x34\x38\xcb\x88\x4a\xc1\xd3\x05\x29\xe6\xce\xbd\xe7\x50\x06\x15\xee\x30\xbd\x7d\x6f\x4f\xdc\xfe\xfe\xc8\x4e\x7e\x14\x50\x61\x36\x64\x23\x02\x2d\xaf\xc9\xeb\x01\xbb\xa9\x5e\xbe\xfc\x26\x61\xd8\x3c\x98\xfb\xc1\x80\xc9\x91\x18\x61\x77\x76\x26\x76\xe9\x59\x26\x26\x80\x3e\x97\x02\x4e\x5a\x3d\x80\x39\x7f\x08\xc9\xdb\xe7\x40\x93\xba\xb1\x3a\x8e\xe8\x86\xfc\xa3\x12\xc5\x82\xe9\x3b\x51\xb8\xfd\xe2\x3e\x69\x17\x52\x7b\xfc\x85\x46\x8c\x32\x76\x0e\xde\x96\x6c\xd1\xa0\x17\x46\x80\x6d\xde\x8a\xc9\x90\x05\x64\xaf\xf3\x42\x57\x1b\x2f\x81\x1d\xc7\x9d\x14\xf7\xb0\x16\xf6\xc8\xda\x1b\x34\x24\x6c\xda\x43\xa4\x08\x87\x5f\xc1\x7f\xfd\x01\xee\x61\xc1\xda\xa8\x50\xba\x93\xa4\x96\x96\xec\xa4\x91\x16\x0b\x34\x0e\x6e\x3c\x9d\x44\x7f\xe9\xed\x61\x21\x39\x0e\x62\x0f\x3f\x05\x7f\x5a\xa7\x49\x25\xba\x10\x76\xba\x17\x3a\xbd\xa6\x09\x3a\xfb\x64\x59\x66\x24\x15\x1e\x4d\x4a\x51\xbc\x21\x49\x23\xe2\xa3\x8d\x37\x24\xaf\x21\x29\x7e\x13\x01\xa6\x23\xb0\x9b\xfd\xbb\x1e\xe3\x12\xcd\xb8\xa9\x25\x98\x5a\xc4\xdd\x17\x12\x88\xf1\xb2\x5d\xe2\x00\x90\x20\x83\x03\x25\x0d\x61\x42\x76\x8c\x81\x4f\x4a\x4a\x33\xb1\x1f\xa5\x6f\x19\x87\x13\x23\x32\x39\x95\xe4\x2d\x1c\x8b\x56\x85\x96\x54\xd8\x6f\xa7\xc4\x14\x5d\x17\xd2\x50\x80\x00\x3d\x1e\x00\xa6\x9a\x9d\x5f\xb2\x48\x32\xc1\xa6\x15\x2f\xb8\x2a\x85\x30\xe4\xfd\x9c\x48\xc5\x33\xf9\x9b\x28\xcc\x81\x3f\x12\x33\xad\x34\x40\x21\x2e\x4d\x26\x60\xb9\xf6\x6b\xf7\x5a\xbd\x28\x57\x0c\x2d\xb6\x18\x76\x32\xbf\x89\x42\xd7\xbd\x8c\x45\xa2\xe7\x62\x69\xba\xd4\x0b\x93\xf3\xb9\x48\x25\x2f\x45\xb6\xa0\xf5\x92\xa5\x5f\x2a\x4b\x83\xc3\x0f\x00\x46\xe4\x30\xb3\xca\x9b\x83\x41\x84\x7c\x28\x9a\x12\x1b\x2f\x08\x4c\x87\x48\x06\xc2\x45\xc2\x50\xae\xaf\xdf\x36\x37\x87\x90\x26\x7b\x65\x56\xac\xd1\xda\xec\x39\x3e\x8c\x9c\xe3\x6d\xd4\xd3\x8e\x58\xa5\xd7\xe8\x71\x68\xc5\x6b\xbb\x27\x97\x0d\xc8\xff\xde\xcb\x2f\x09\x1a\x53\xc4\x98\xd7\xd0\x56\xb0\x55\xb6\xf0\x8c\x71\x83\x9c\x95\x9a\x64\xc4\x2d\xbf\x97\xc1\x44\xec\x25\xf6\x6c\xcf\x32\x70\xb0\x45\xd3\x45\x4d\x21\x9b\x9e\xd2\xef\xfd\x4d\x70\x38\xa3\x54\x54\x74\x06\x12\xa2\x19\x92\x5e\xa5\x8b\x54\x14\x2e\xb3\xc5\x08\xcb\x28\xed\xf2\xe4\x24\xfb\x1a\xd7\x65\x98\xce\x23\x15\xbb\x7c\x73\xfc\xcd\x37\xdf\xfc\x15\xc1\xa3\xe8\x20\x4a\xc5\x3e\x5c\x1f\x6f\xc7\xda\xbc\x0a\x8f\xf1\xba\xb6\xd2\xd5\x01\x07\x08\x82\x46\x50\xc3\xa1\x09\xf0\x45\xcb\x77\xf0\xa9\xf8\xff\x93\xac\x6a\x01\x00\xe3\x60\xef\x61\x58\x0f\x6f\x98\xdb\x56\xc3\xb9\x28\xa6\x62\x78\x2b\x16\x94\xdc\xb7\x17\x6d\x65\x4a\xbb\x99\xd3\x05\x84\xe3\x15\x53\x58\x58\x54\x9b\xd7\x1d\x67\x90\x39\x10\x4a\xb5\x10\x3c\x01\x0d\x77\xc6\x8d\x58\xb6\x4f\xaf\x14\x73\x9c\x29\xe2\x11\x67\x9a\x27\xb7\x4a\xdf\x67\x22\x9d\xd6\x00\x7e\x64\x37\xa7\x3d\xf8\x72\x0e\x3b\xc8\xbc\x22\x7d\xc2\xb6\x5c\xb9\x1e\xb6\x41\xcc\xe3\x2e\xbb\x27\x60\xf4\xb9\x0e\xb1\xac\xf7\x71\xa1\xd5\x9a\xe8\x12\x6a\xd2\x3f\xc2\x24\x29\xb4\xda\x85\x99\xec\xc2\x4c\xbe\x7c\xdb\xff\x2e\xcc\xc4\x5e\x7b\x77\xdf\x07\x4c\xaa\x24\xab\xd2\xba\x36\xe3\x4c\xa4\x55\xf6\xfc\x1b\xf9\xf8\x68\x8d\x06\x11\x7c\x4c\x30\x8a\xa7\x75\x7f\x96\x39\x6e\x16\x9a\xb2\xbc\x3e\xeb\x79\xc9\xb6\x83\x55\x1a\x9d\xaf\x73\x90\x07\xcd\x62\x4e\x72\xb7\x5d\x3b\x4f\xf9\x67\xc2\xb0\x36\xf1\x94\xd3\xde\x6e\xc5\x5b\xde\x94\x7e\x76\x6e\xf3\x9d\xdb\xfc\x19\xdc\xe6\xcd\x43\xb6\x25\xff\xf9\x32\x49\x5e\x4f\x0e\x1f\xe1\x4c\x07\xca\x01\x8a\xa0\x24\xf3\xad\xaf\xcd\x51\x54\x6a\x7d\x3d\x26\x64\xfd\x7b\x83\xbd\xff\xd1\xe3\xeb\x4e\xc7\xbb\xd5\xeb\x81\xab\x26\x8b\x0b\x9d\xc9\x64\xb1\xca\x93\x42\xb9\x55\x65\x21\x38\xe4\x0f\x38\x4b\x82\x9f\x82\xa9\x2d\x49\xec\x23\x60\x12\x51\x9e\x13\x2f\xc4\x6b\x36\x64\x37\x7b\x47\x59\xa6\xef\x6f\xf6\xd8\x3e\x15\x86\x39\x78\xed\x9c\xb6\x8e\xb8\xd8\x2f\x14\x95\x0a\xfa\xcf\x16\xff\x0a\xef\xbe\xd1\xc5\x58\xa6\x37\x7b\xaf\xad\xea\x39\x96\xa9\x09\xc7\x50\x54\xca\x0c\x98\xb9\x95\x88\xc6\xa9\xc4\x03\xfc\xc6\xe4\x84\xe5\x85\xb8\x93\xba\x02\x37\x0d\x9b\x71\xa3\x5e\x94\xb5\xa1\x77\x21\x4a\xec\xfd\x52\xe4\x19\x4f\x84\xed\x3e\xe1\x2a\x11\x99\xb7\x94\x04\x76\x2c\xe7\x57\x2c\xb0\xb1\xc1\xbd\x29\x67\x8c\x33\x25\xee\x99\x56\x51\x38\x20\xb4\x32\xd8\xc9\xfd\x2c\x4d\xa9\x8b\x45\x87\xf3\xbf\xa9\xde\xe2\x5b\xf5\x48\x9d\x37\xb0\x10\x25\x97\x8a\x4c\xa1\x40\x19\x81\x64\x21\x8e\x78\x2a\x8d\x25\x89\x95\x34\x33\x5f\xae\x49\x3c\xe4\x99\x4c\x64\x09\x86\x58\x18\x3e\x54\x2f\xf2\x15\xb9\x1b\x41\x03\xaf\x7a\x5a\x33\xc2\x53\xb5\xc6\xf9\xf6\x3f\xce\xc2\xbe\xd6\x09\x41\x67\xa0\x0f\x0a\x5d\x93\x8f\xfc\x7b\x3d\x1a\x2f\x44\xba\x1b\x10\x5d\x66\xf7\x94\x49\x05\x5f\x65\x38\xc3\x01\x78\x50\x1d\x01\x14\x6a\x74\x2f\x6f\x65\x2e\x52\xc9\x47\xba\x98\x1e\xda\xbf\x0e\x6d\xf3\xae\x38\xca\xc2\x4e\x64\x6d\x18\xcb\x7b\xc2\xcf\x67\x29\xb5\x0c\x23\x58\x26\xba\x60\xae\x27\xbf\x7c\x72\x62\x4f\xda\x5c\x1a\x23\x8c\x1f\x7b\x8a\xc6\x22\x80\x46\x82\x1a\xed\xdc\x68\x35\x62\xec\x9d\x04\xc0\x79\x38\x2f\xc1\xd5\xf4\xab\xaf\x2b\x07\x43\x44\x47\x4c\x2b\xb1\xde\x3a\x8b\xd1\x2b\xb5\x43\x72\xd3\xe3\x5c\xbf\xf9\xa9\x8f\xf4\x37\x7d\x0d\x74\x95\xb1\x1c\x25\x36\x11\x2b\x23\x64\x7c\xca\x4a\x91\x65\xde\xfa\x42\x96\x37\x48\x37\xc5\x57\xad\xac\x60\xac\x98\xd0\x20\x8a\xe0\xe0\x49\xb5\x20\x20\xd8\x3c\xcf\x16\x10\x8f\x9c\x15\xce\x55\x5c\x94\xa1\xcb\xc9\x8c\x58\x63\xfc\x10\x02\x31\x8a\xb8\xc0\x37\xe2\x82\xed\x2b\xd2\x8b\xbb\xad\x75\x30\x34\x1a\xf6\x70\x32\x6c\x60\x9a\xea\xf0\x34\x1c\x79\x71\x94\xce\x08\xac\x51\x94\x54\x3f\x49\x50\x75\xce\xc8\xe5\x62\x55\xae\x78\x0b\xde\xc2\xb8\x45\xf7\x2c\x00\xea\x05\x32\x77\xcf\x63\x35\x5c\x9c\x7d\xb7\x11\x46\xe5\xef\xf7\x36\xec\xa9\x3d\x5d\x55\xab\x70\x40\x9e\x64\xdf\xfc\xf7\x26\x9f\x58\xe1\xa8\x72\xcd\x02\x39\x89\xfb\x00\x1d\xa0\x72\xc0\x37\x30\x1f\x3a\xb7\xcc\x05\x4e\x54\x5e\x08\xd4\xf6\x20\x0e\x69\x67\xf2\xdc\x99\x3c\xbf\x6c\xbd\xed\x8b\x30\x79\xae\x8a\x5f\xc1\x7b\x17\x04\xab\xb5\xa4\x46\xda\x74\x69\x82\xe8\xbd\xcf\xd1\xe0\xb7\x24\x93\x3e\x89\x5d\x6f\xd9\x9a\xd7\xee\xbe\x1f\x69\x8e\x15\x13\xe6\x25\xa7\x28\x1a\x22\x74\x10\x6e\x0b\x3c\xaf\xb1\x63\x35\x2d\x5f\x4b\xa2\x1f\x73\x0b\x82\x38\x5b\xb3\xf2\xa8\xfc\xf9\x2e\xcb\x13\xfd\x03\xab\xa2\x8f\x3f\x8f\xfb\x52\x27\xa2\x3e\x25\x61\xf3\x29\xb7\xe2\x6b\x88\x24\xda\x79\x63\x77\xa2\xc9\x4e\x34\xf9\x27\x17\x4d\xfe\x89\xbd\xb1\x2d\x2a\xf8\x65\xba\x63\xdb\x93\xdc\xc8\x1f\x1b\x5b\xa1\x1e\xfc\x64\xcb\x1e\xd9\x56\xef\x3b\x97\xec\x97\xc5\xb5\xfe\x20\x97\x6c\x5b\x06\xda\xf9\x64\x77\x3e\xd9\xed\xfb\x64\xdb\xa7\x6c\x3b\x4e\xd9\x18\x5d\xde\x79\x65\x77\x5e\xd9\x3f\xb1\x57\xf6\x4f\xe5\x86\x75\xf7\x6f\xe7\x87\xdd\xf9\x61\x37\x3f\xc4\x5f\xa8\xe3\xb5\xeb\x52\xf4\x63\x61\x3b\xd7\xeb\xce\xf5\xfa\x48\xd7\x6b\xe4\xe0\xed\x7c\xaf\x5f\xa4\xaa\xb8\xd3\xcf\x76\x06\xce\x9d\xef\xb5\x8f\x20\xfa\x34\x96\xbd\x6d\xcb\xdd\xce\xfd\xfa\xe7\xb9\x2f\x3b\xf7\xeb\xf3\xb9\x5f\x13\x7b\xea\x26\x58\x31\xa0\x0e\x3e\xac\x7f\xbc\x92\x53\x2b\x51\x5e\x22\x1b\x59\x75\x4d\x4e\x02\xc1\x25\xe8\x15\x20\xb9\x2c\xbf\x23\x4e\xb4\x13\x51\x76\x22\xca\x97\x21\xa2\x3c\x2f\x79\xbb\x9e\x89\xc6\x35\xa2\x55\x62\xb2\x34\x22\x9b\x20\xb6\x9a\x5a\x30\x9e\x62\x3e\x3c\xcf\x60\x51\x48\xed\xea\x63\x38\x0a\x6f\xfe\x68\xed\xcd\x5f\xe7\x8a\x3c\x11\x85\xbc\x03\x78\x82\x5a\xf7\x43\x7c\xe5\xb2\xae\xac\xfb\x0c\xc3\xea\xe7\x3c\xdc\x8c\xca\x2d\x3b\x15\x37\x7c\x7f\x4b\xce\xc6\xcd\xbe\xda\x81\x66\xbe\x79\xd9\x76\xab\xa5\x7f\x80\xcb\x17\x57\xef\xad\x02\x6f\x4a\x3e\xcf\x3d\xde\x35\xe8\xf5\x78\x5f\x3d\x00\x60\x12\x20\x35\x3c\x23\xda\xf7\x2c\x8e\xf6\x0d\xc6\xe7\x26\xce\x77\x70\x0e\xd1\x28\xb3\x09\xd0\x37\xe0\x7c\xb7\x61\xbe\xd7\xf6\x16\x87\xdd\x76\xaf\xf1\x3c\x2f\xf4\x1d\xcf\xf0\xfd\x41\x60\xc6\x39\x82\x27\x22\x65\xba\x60\x27\x42\xc9\xe7\x47\xe0\xde\xec\xa8\x2d\xfb\xbb\x77\x5e\xeb\x3f\x9e\xcf\x7b\xeb\xde\xa3\xad\x7e\x1b\x91\xde\x9d\x7b\xfa\xb3\x94\x2d\x7a\xbb\x83\x37\x94\xfc\x9f\xe8\x26\x7e\x04\x07\x5e\xa1\x6b\xa0\x7b\x24\x10\x35\xec\x9f\xf3\x79\x55\x02\x13\xa8\x51\xfe\xbc\xd0\xe4\x55\xe2\x11\xd6\xc5\x83\xd3\xe7\xe8\xb0\x4a\xd9\x07\xcb\x35\x08\xd7\xce\xb0\x84\x2b\x07\xda\xa4\x49\x8b\xc7\xb2\x0b\x80\x43\x48\x8d\x00\x27\x97\xa4\x9e\xf1\x22\x28\x54\x06\x1d\x26\xfe\xac\xcd\x75\x8a\x65\xd4\xc6\x0b\xc0\xb4\x5d\x1b\xe5\xe3\x14\xa5\x25\x8a\x29\x1e\xca\x22\xb2\x18\xa7\xf6\xe7\xd5\x82\x17\xe0\xe5\x1a\x51\xd8\xcb\x84\xc8\xba\xa3\x33\x35\xd1\x48\xe2\x26\x3c\x41\x0b\x33\xf1\xcb\xd8\xf8\x6a\x31\xf3\xa2\x31\xa4\x2e\x52\x13\xe1\x55\xd3\x42\x57\x79\x44\x72\xfc\xc9\xfe\xfe\x3c\xc3\x5f\x3b\xac\x81\x5f\xec\xa5\x61\xfd\xc8\x8d\xf8\xfe\xdb\xa1\x50\x89\x4e\x45\xca\x2e\xfe\x76\x7c\xf5\xd5\xab\x97\xec\xf8\xea\x92\x91\x79\xa3\xd9\x59\xe0\x56\x1b\x2f\x4a\x10\x5a\x2a\x19\xa1\x8d\x1f\xce\x4e\x9e\x67\xb2\x35\x21\xa9\xe0\x30\x2f\x7f\x1a\x22\x0a\x44\x4a\x67\xbd\x2e\xa2\xc8\xf1\xa4\x4f\x18\xbc\x08\xfe\x3d\xf1\x40\x6e\xac\x5b\xb1\xf0\x36\xc8\x3b\x08\x5d\x98\x68\x1c\x5a\x4d\x23\x4b\xad\x33\x33\x92\xa2\x9c\x80\x6f\x78\x56\xce\xb3\xc3\x62\x92\x7c\xf7\xf5\x5f\x5e\x7e\x65\x30\xcc\x6d\xf8\xed\xe8\xeb\xd1\xab\xd1\x37\x37\x8a\xd9\xff\xb7\xf9\x9b\xaf\xbe\xde\x68\x5b\xed\xb2\xc5\x8b\xdc\x9d\x3d\xe7\xda\x2f\x93\x5c\x55\x65\xd9\x93\x28\x61\xc4\x0b\xb9\xda\x7e\x12\xf4\x1f\x99\xfd\xc4\xd3\x44\x40\xb5\x23\x41\x73\xd0\x76\xec\xc2\x96\x43\x2c\x07\x3c\x91\xc6\x54\x22\x6d\xe8\xa3\x33\xd1\x80\xea\xec\xbe\x05\xab\xa0\x13\xbd\xce\x02\x43\xc9\x64\x5d\x60\x95\x46\x39\x60\xa6\x4a\x66\xcc\x0f\x95\x67\x0c\x36\x40\x49\x9e\x3d\xc9\xc1\xb9\x91\xa8\x13\xc0\x1f\x6e\x97\xab\xd6\x1d\xb7\xd9\xa5\xd6\x45\x2a\x15\x1c\x53\x60\xab\x82\x9b\x95\x2e\x44\x68\xe0\x85\x65\xce\x32\xf8\x9b\x40\x23\x77\x7e\xc1\x9d\xd1\xed\x0b\x11\x8c\x9b\xeb\xf9\x45\xfb\x32\xe0\x4a\x7f\x86\x5e\x8b\x90\x36\x8d\x1c\x6d\xea\xe5\xbe\x88\x52\xb5\x2d\xf9\x31\x62\x5d\xaf\x8b\xcb\xf7\x8d\xf0\x4e\xba\xd8\x1a\xa4\xa5\x04\x27\xbf\x8b\xc9\xff\x3c\x08\x6a\x47\x4c\xfe\x99\x8b\xc9\xaf\xb7\xcf\xad\xde\xd2\xfe\x3d\x22\x0c\x2a\x72\xd2\x77\x76\x8f\x5d\x58\xfe\x56\xed\x30\x51\x51\xef\xa9\xe6\x96\x4e\x4a\xbb\x8e\x1c\x42\x88\x03\x9e\xe1\x36\x53\xe2\xc4\x92\x7a\x84\x2f\x02\x7d\x8c\xbb\x0f\x82\x87\xf8\x9d\x26\xe0\xb6\x8b\x9b\x44\x01\x16\xa1\xb7\x91\xda\x3e\x2d\x22\xf0\x9d\x4c\x0a\xed\xdc\x09\x33\x9d\xa5\xa2\x38\x4b\xed\xa6\x97\x91\xd8\xfe\xe6\xf3\x66\xa5\x76\xe9\x7e\x25\x36\x8d\x6d\x29\xc2\x33\x1c\x7c\x54\x37\x87\x27\x27\x94\xa5\xdc\x19\x17\x1d\x6b\x85\x8b\xe5\x4b\xae\x41\x74\x50\xc2\x55\x2a\x53\xa8\xf6\x0f\xc1\xcf\xb4\x6a\x8a\x80\xc7\xef\xb9\x84\xfa\x0f\x13\x6d\xe9\x0c\xad\x23\x93\x65\x1d\x5f\x3c\x17\xdc\x54\x85\x60\x7c\x6a\xe7\x47\xc1\x99\x7a\x82\x1e\x1d\xc4\xb0\x17\x29\xbb\x14\x4a\xdc\xdb\xb5\xeb\x19\x4e\x0c\xa3\xa8\x0b\xc8\x76\x4d\x30\x68\xe1\xcb\xce\xfb\x28\xe9\x32\x78\x08\x6b\x8b\x53\x73\x71\xcf\xb8\xea\x7d\x4b\x1a\x14\x6e\x02\x31\x6f\x0c\x3d\x5a\x75\x18\xc3\x3d\xc6\x71\xcc\xb8\x09\xdd\x5e\x58\x91\xcc\x6f\xfb\x56\x8e\xe9\xa3\x1d\x3c\x75\x1f\xab\xa9\x02\x2a\xa7\x3b\xd5\xf2\x4f\x26\x09\xed\x64\x8f\x9d\x6a\xf9\xcf\xa1\x5a\x06\x04\xea\x31\xfa\x65\xfb\xf5\x6d\x2b\x99\x41\xff\x3b\x4d\xf3\xcb\xa1\xaf\x9f\x81\xa6\x19\x72\xe6\x9d\xba\xb9\x53\x37\x9f\x4f\xdd\x0c\x4f\xda\x76\x75\xce\x36\xf5\xdd\x29\x9e\x3b\xc5\x73\xa7\x78\xfe\xb3\x2a\x9e\x98\x69\x79\xf4\xcb\xd5\xa9\x1d\xbc\x4c\x7e\xcc\x74\x72\x7b\x55\xea\x42\x7c\xd4\x59\x35\x17\x57\xc0\x9c\x56\x11\x89\xa0\x44\x1b\x67\x17\x56\x82\x31\xa5\x5d\xa2\x13\x69\x6e\x6b\xee\x26\x15\x3b\xfa\xe5\x6a\x74\xa3\x6e\xd4\x11\xfc\x93\x9d\xfe\x78\xc5\x52\xdb\x06\xaa\xc6\x8b\x07\x09\xb5\xe3\xb1\x88\xbb\xae\x94\x2b\x3f\xce\xdd\x65\x13\x05\x16\x1a\xae\xdf\xe1\x99\x81\x22\x6e\x12\xf7\xc6\xf0\xb9\x80\x9e\x7f\xd3\x4a\x30\x4a\x6d\xbd\xad\xc6\x22\x13\xe5\x88\xb5\xbf\x9a\x58\x09\x4a\x65\x0b\x0c\x05\xf2\x09\xe7\x85\xe0\xe9\xe1\x7d\x21\x4b\xc1\xac\x22\x3d\xf2\x2f\xdd\xc1\x72\x18\x66\xaa\x3c\xd7\x45\xc9\xf4\xbd\x12\x85\x99\xc9\x9c\xcd\xb9\xe2\x53\x31\xb7\x73\xb6\x22\xd4\xd5\xe9\x5b\xa9\xaa\x07\x28\xb8\x3f\x16\x99\x54\xd3\x75\x02\x24\x76\x7d\x76\xb2\x2c\x43\x4e\xcc\x75\x34\x54\xf5\x8d\xcc\x84\x2b\xc8\xbf\xc8\x85\xa3\x3c\xd8\x11\x52\x82\x85\xae\xd8\x3d\x57\x70\xdd\xe7\x58\xfb\xf7\x5a\xe6\xaf\xd9\xa9\x82\xfb\xed\x2b\xca\x4f\x5a\x5d\x49\x3f\xc5\xba\xa0\xde\x4c\xdb\xcb\x8f\xe5\xef\xd4\x94\xaa\x06\x8f\xd8\xe9\x03\x9f\xe7\x99\x30\xaf\xd9\xcd\x9e\x78\x28\xbf\xbd\xd9\x1b\xb0\x9b\xbd\x87\x89\xc1\x7f\xa8\xd2\xfe\x6b\xc4\xce\xe6\x98\x0a\x9f\x91\xfc\x52\xf8\xea\x7b\xee\x35\x26\x27\xac\x52\x01\x48\xf9\x86\xa5\x17\x4d\xa9\x0b\x3e\x15\x87\xb4\x47\x5f\xf1\x7b\x23\xf0\x38\x8f\xed\x71\xb6\x8f\xa3\x71\xc0\x39\x2f\x4a\x1f\x9a\xbd\x1c\xe6\xef\x1f\xbb\x13\xb6\x66\x7d\xcf\x26\x4c\xcf\x65\x59\xba\xb8\x0d\xc2\x0c\x01\x52\x46\x8d\xec\x8a\x52\x2f\x8a\xcf\x45\xb8\x86\x6f\x74\xe1\x1e\x59\x21\xe5\xd0\xa4\xfc\xd5\x00\x3e\x43\x35\xc0\xa1\xcf\x7a\x4c\xdc\xb0\x9b\xbd\x57\x76\x81\xaf\xe4\x5c\x66\xbc\x70\x45\x9d\xa9\x93\xba\xa5\xe5\x04\xae\x4b\x3b\x98\x9b\xbd\x97\x37\x7b\x6c\x1f\x8b\x3c\xc3\x45\xc8\xa0\x30\x3d\xf4\x8f\xe7\x6f\xc1\xc4\x3c\x2f\x17\x07\xbd\xc9\x29\x4f\xdf\xab\xac\x13\x8d\x65\xc1\x6e\xf6\xca\xa2\x12\x37\x7b\x01\xf7\x51\x29\xd6\xc1\x85\x90\x3f\x7c\xbf\xfe\xbc\x54\x0c\x09\xd0\x3b\xbb\x6c\xb0\x80\xae\x8b\x95\x0b\x7d\xb3\x07\xd8\x04\xb6\xd5\xb3\x1e\xa2\xa0\xda\xba\xbf\xbe\xcb\x31\x65\x58\xcc\xfe\xec\xc4\x5d\xd0\xbc\x26\x8f\x69\x84\x3c\xb2\xfd\xa3\x39\xff\x4d\xab\x80\xe0\x1c\x7c\xa2\xcb\xd0\x2b\x42\xca\x71\x8b\x09\xf0\xb0\xc5\x2a\xae\xe0\xda\x20\x13\x85\x18\x43\xe0\x96\xee\x67\xc2\x13\x80\x04\xb4\x2a\x13\x51\x25\xbb\x49\x0b\x95\x4e\x45\xf8\xe5\xae\x2c\x37\xdb\xae\xfb\x3b\x3e\x49\x80\xd2\xf2\xfb\x22\x2e\x9c\x87\x5f\xb7\xa4\x43\xa7\x7d\x06\x93\xeb\x74\xc5\x58\xb0\xf4\x74\xa2\x87\x99\x86\xd8\x2d\x50\xec\xec\x2b\x21\x47\xb3\xf3\x19\x00\x4f\x1b\x30\x51\x26\x23\x7b\xf1\x8d\xb6\x52\x19\x44\xbd\xe6\x3a\xdd\x37\x07\x07\x9b\xcc\xe5\x22\x18\x3b\x4d\x45\x95\xb2\xf7\x74\x54\x29\x87\xeb\xe6\xc4\xef\xb4\x4c\x59\x5e\x95\xa4\xec\x7e\xb2\x79\x85\x13\xe9\x8b\x33\xd1\xd8\xdb\xe8\x89\x0f\x57\xac\xb3\x41\xf8\xe9\x2e\x39\xab\x2c\xa1\x1c\x2b\x92\xb6\x95\xf7\xa7\xd1\xb2\x81\x3e\x41\xf4\x9d\x53\x0b\x14\x92\xec\x6a\xae\x11\x33\x20\xee\x72\xb0\x97\x8a\x3b\x99\x88\x0b\x5e\xce\x96\xe5\x8d\xe0\x59\xe4\x14\xb8\x67\x6d\x48\x15\x7c\x8b\xe5\xf6\xd1\xfd\x4c\x14\x22\x64\x43\x64\x95\x1a\x8b\xba\x08\x73\x8c\x15\xc7\x83\x42\xcf\xf9\xdc\x0b\x37\x7e\xbe\xd8\xf1\x13\x49\x98\x3d\x9f\x17\x3a\x5d\x89\x23\xe3\x1b\x05\xcb\x0f\xa5\x75\x41\x00\xa0\x89\xe1\x49\x87\x13\x6e\xf7\xa0\xd6\xa4\x60\x0d\xc0\xf0\x83\x9a\xd8\x39\xd0\x25\xa5\x34\x19\xf1\x20\x15\xea\x56\xd4\xd0\x2a\xc5\x08\x72\xe0\x47\x4d\xe2\x9e\x17\x62\x22\x8a\x7a\x28\x00\xb3\x26\xb3\x8c\x89\x3b\xa1\x08\x60\x0d\x2b\xc7\x33\x4e\xf5\xdf\xf5\x04\x3e\x86\x21\xaa\xeb\x09\x6b\xeb\x0b\x91\x90\x6b\x5d\xa9\x54\xa4\x43\x03\xa6\x40\x6f\x64\x93\x53\x05\x85\xe1\x8d\x2f\x39\xbc\x62\x5d\x06\xcc\xa0\x48\x69\x49\x80\x4f\x54\xc3\x42\xcb\x60\xca\xb2\x0a\x95\x01\x69\x4a\x89\x7b\x61\x4a\x2b\xd6\xfc\xe6\x37\xdf\x64\xf6\x84\x61\xe5\xfd\x08\x86\xd2\xa3\x81\x74\x2e\x9a\x73\x3f\x55\x65\xb1\xe8\x11\x4c\xea\x6e\x7d\xec\xed\xae\xab\xff\x5b\x55\x08\xab\x13\xf5\xd5\xab\xfc\x0b\xe1\x75\xe3\x8a\xc1\xef\xec\x84\x97\x1c\x55\x2c\x94\x2b\xb5\xaa\x25\x75\x7b\x44\xc6\x52\xa5\xf4\x88\xac\xbe\x1d\x38\x34\x21\x85\xb0\x32\xc9\x39\x51\x09\x69\x6e\x3f\x5c\x9e\x45\x10\xf8\x40\xcd\x9c\xbe\xb3\xf4\x66\x69\xcc\x3f\xdb\xcf\x1f\x63\x0b\x36\xd7\xa9\x78\xcd\xce\x81\xc0\x5b\x01\x0f\x32\x3c\xe8\x9f\xbf\x58\x0d\x2b\x6a\x0f\xf1\x63\x88\x8a\xe4\x21\x41\x00\x74\x05\x10\xa3\x88\xad\x8c\x33\x3d\x66\x24\xfe\x74\x75\x6d\xe7\x14\xed\xf9\xc3\xe5\xd9\xe3\x7a\xed\xab\xa3\xd5\x7a\xc2\xbb\x0a\x54\x5d\xb8\xaf\xcd\x36\xfd\x35\xaf\xd1\xb6\x75\xae\xfe\x1e\xcd\xd3\x87\x5c\x24\xa5\x77\x0a\xb0\xab\x19\x2f\x44\xfa\x9a\xcd\xab\xac\x94\x79\x46\x2b\x66\x97\xd0\x58\x81\xd7\xad\x1d\xe3\x09\x00\xbb\x31\x76\x22\x52\x88\xb9\x4e\x5f\x3b\x24\x78\xff\x46\xfc\x85\x77\xa0\x61\xa7\xaf\x19\x87\xb3\x8f\x0a\x77\x1a\x6c\xd5\x3e\x68\xf2\x52\xf9\x47\xc4\x6b\x64\x06\x32\x8a\x28\x0f\x46\x4e\x49\x00\x55\xc2\xc0\x90\x3b\x12\x4d\x3b\x34\x99\x25\xfc\x33\xb6\x5f\x1b\x0b\x0e\x46\xb5\x0e\x03\x1c\x10\x48\x34\x2a\x3a\x0d\x05\xc7\x08\x14\x89\x5a\xfa\x4d\x3f\x2c\xb5\x15\xfc\xcc\x2e\x8c\x3d\x71\xb5\x01\x66\x23\x3a\x63\x5f\x8d\xd2\x19\x78\x70\x25\x0a\xe0\xf0\x5b\x24\x35\x46\x24\x85\x28\x89\xd8\xc0\x76\xc0\xbf\x97\xc8\xcd\x67\xb4\x1f\x83\x70\xd0\xcb\xd9\xd7\x33\x54\xe9\x81\x35\x42\x3b\xb2\xc8\x3a\x53\x31\xae\xe7\x15\x9d\xed\x23\x3a\xdb\x40\xd0\xec\x2a\xfe\x4d\x2c\xa2\x90\x8d\xfe\x93\x26\xe7\xc9\x8a\xef\xc2\x63\xcf\x2e\x1f\x37\x80\x86\xc5\xc2\xc9\xe9\x64\x48\xbb\xd0\xd1\xfb\x52\x6f\xdd\xb2\xea\x6f\x1f\x31\xda\xe2\xa7\xc8\x6a\xee\x80\xee\x4e\xf4\x17\x71\xa2\x9f\xff\xc4\xfc\x28\x55\x6a\x5f\x5a\x71\x46\xa8\x09\x2b\x01\xb2\x4f\x39\x67\x3f\x28\x53\x0a\x34\xd0\x7f\x05\xb9\x5d\xa0\x7d\x6e\x00\x88\x9f\xe0\xd5\x1d\x5b\x69\xb8\x56\xba\x2c\xa7\xe6\x81\x0c\xcf\x4e\xec\x99\x03\xf6\x66\xb7\xe0\xd5\xe8\x87\x01\xcb\xd1\x45\x50\x19\xdc\xaa\x31\x7e\xdb\x30\x53\x8d\xbd\x05\xc8\xc9\xd0\x52\x99\x52\xf0\xb5\xa7\xad\xe4\xc5\x54\x44\x72\x51\x77\x51\x07\xbb\xa8\xae\x3f\xb3\x8b\xff\xcb\x00\x12\xc4\xcb\x19\xd5\x33\xf0\x99\x27\x37\x6d\x57\x02\xb0\x1e\xba\x31\xa6\xb9\x28\x9b\x98\xc2\x96\x01\x62\x9f\x15\x72\x75\x55\x68\x16\x76\x7c\x7c\x75\xb6\xb9\x68\x1a\xb8\x16\x9d\x4e\x00\x0b\x26\x8d\x17\xf4\x2d\xf5\x55\x4c\x3c\x10\x51\x39\xbe\x3a\x73\x86\xa7\xb4\x90\x77\xa2\x60\xfb\x3f\x8a\x92\xb3\x89\x00\x53\xc5\xc1\x3a\x05\x18\xde\xd9\x73\x36\xfd\x9f\xb9\x4a\xb3\x38\x0a\x3d\x25\xe4\x9e\x3e\xe4\x5c\xa5\x57\xc0\x1d\x2f\xed\xd6\x44\x32\x69\xe3\x4d\x91\x7a\x14\x6e\xa5\xfd\x9e\x23\xa3\xa5\xe3\x41\xac\x16\x54\x3f\x01\xde\xef\x3b\xd1\xc8\x52\x2f\x35\xcb\xb9\xf1\x34\xd6\x4e\x9f\xe6\x5d\x6a\x96\x68\xcb\xba\x4a\xe1\x1f\xb5\x07\x43\xc6\xc5\x84\x67\x59\x00\x6d\xad\x18\xd8\xa1\xc8\x98\x84\xf0\xf1\xb0\x44\x86\x09\xc5\xc7\x60\xeb\xc5\xf7\x8f\xaf\xce\x3e\x92\x5b\x94\x16\x98\x4d\x01\xcb\x10\xe1\xa9\xe1\x7d\x4b\xf1\x08\x4d\xbc\x26\xf6\x63\x81\xfe\x25\xab\x84\x2a\xed\x26\x2d\x8d\xfb\x52\x0a\x3e\x9e\xce\xf5\x30\x6c\xae\xd1\x87\xa9\x80\x77\x63\xa3\x01\xe3\x59\x46\xff\x46\x18\x08\xbb\x34\xbd\xc2\x44\xfc\xbd\xf1\xdb\xe3\xee\xcd\x20\xd8\xec\x8b\x6a\x9c\x49\x33\xeb\xb5\xdb\xed\xb6\x7f\xec\x76\xd3\x68\x68\xbf\xed\x2e\xd4\xcf\x3e\xa8\xbc\xf1\xd4\x9e\x06\xf3\x65\x6d\x21\x5d\xeb\x65\x81\x1b\xd7\xce\x85\x9a\x84\xb6\x25\xbf\xaa\x56\x68\x43\x9f\x91\x34\x44\x5a\x46\x00\x51\xe2\x22\x90\xfe\x14\x06\xa1\xa8\xc9\x5d\xa7\x62\xfd\x91\x3e\x8f\xb4\xfa\x23\x0e\x73\x30\x8e\xe0\x18\xdb\x5f\xff\x09\x0e\xb0\x42\x73\xfe\x54\xac\xd9\xa8\x66\x9b\x3f\x6a\x9b\x60\x14\xad\x4d\x8a\xfd\xf6\x41\x99\xe0\xd7\x2f\x70\xdb\xba\x55\x7d\x57\x60\xe3\x35\x84\x34\xa1\xf2\x10\x2c\x74\x07\xe5\x26\x74\x8a\xd1\x72\x2d\x86\xa6\xa5\x60\x45\x98\xc2\x51\x89\x32\x72\x0c\x87\xa6\x7e\xd6\x0e\x28\xd2\x8c\xae\xd8\x23\x30\x88\x02\xf4\x97\x86\x54\xb5\xf4\xf9\x8f\xc1\x53\x47\x93\x2b\x8c\xa0\x08\x42\x66\x58\x21\xca\xaa\x50\x35\x45\x0c\x44\xbe\x3c\xab\xa6\x52\xfd\x7f\xff\xcf\xff\x6b\xd8\x31\xc0\x4a\x7d\xf4\xe3\x87\x5b\xe0\xce\x30\x35\xd7\x0a\xb7\xbd\xae\x90\x41\x67\x70\x05\x79\xef\x29\x47\xb7\x0f\x43\xb7\x54\xfc\xa8\x30\x3b\xd2\x27\x21\x6c\xc0\xc7\xe2\xd6\x9b\x05\x6c\x65\xb0\x4a\x46\xf6\x82\x6e\x0f\x69\x78\xd9\x4b\xbc\x31\x3b\x0d\x89\x86\x15\xe0\x67\xb0\xc9\xa6\xc9\x54\x8f\xb5\x32\x55\x46\x05\x8a\x16\xba\x2a\x18\x4f\xe7\xb2\x86\x75\x4c\x74\x51\xd8\x9b\xac\xc8\x2a\x59\x88\xa9\x55\x27\x0a\xe1\xe3\x0a\x92\xac\xb2\x3f\x6c\x89\x2b\xaf\x77\xb2\x4c\xa0\x7c\x4a\x5e\xe8\x3b\x99\xba\x58\x24\x24\x4e\x78\xa3\xa5\x21\x3a\xe2\x0e\x1e\x37\x46\x27\x12\x6c\x43\xc1\x92\xdc\xcf\x64\x32\x43\x7b\x5e\x2a\x4a\x51\xcc\xa5\x12\x8d\xb8\xa6\x50\x2a\xd0\x58\xae\x65\xc7\xd1\x9b\xac\xe1\xd3\xf0\x86\x7a\x85\x1e\xcb\x25\xde\xea\x84\x67\x4b\xda\xf9\xfa\x08\x3a\xc4\x03\xb3\xad\x86\xe0\xeb\x6a\x56\x55\x76\x57\xc4\x5d\xa5\xe7\xe1\x0f\x1f\x5b\x2d\x40\x29\x17\x86\xf6\x78\xe8\xd2\x03\x58\x4d\x2d\xf0\xb6\xd7\x2b\xb5\x7c\x32\xea\x6b\x0f\x37\x1e\x7f\x7c\x61\x58\xaa\x93\x6a\xee\x4d\x8f\x50\x72\xca\x8b\xc2\x64\x16\x7c\x02\x2b\xea\x49\xc5\xa3\x9b\xd5\x45\xca\x79\x8e\xfe\x46\xfa\x64\xa7\x73\x22\xa5\x20\x8e\x42\xcc\xf5\x9d\x30\xec\xe2\xfd\xd5\xd9\xff\xc5\x92\xe0\x75\x34\xfc\xb9\x9a\x41\x3e\xfc\xb9\x47\x28\x07\x4f\x23\xb6\xca\xa3\x34\x15\x69\xe3\x03\x1b\x41\xb6\xa5\x85\xce\x63\xec\x68\x0e\x48\xb8\x8f\xec\x76\x13\x6b\xfe\xb1\xc8\x67\x6f\xae\x9e\x64\x3d\xe2\xcc\x76\xc2\x02\x5a\x4f\xde\x1d\x7b\x3c\x33\x6e\x4a\x57\x3b\x74\x22\x5c\xc2\x03\xda\xfb\xed\x6b\x13\xe3\x83\xbf\x53\x8d\x65\xbc\x56\xc5\x80\xeb\xe2\x11\x21\xe0\x73\xad\x64\xa9\x8b\x48\x1a\xa1\x7f\x12\x99\x1f\xbe\xff\x9a\xbd\xa3\x36\xb1\x22\xb6\x30\x71\xd7\x49\xcc\x96\x4a\x1e\x0e\xe3\x0c\xaa\x34\xd7\xc3\x04\xa6\x7e\x78\x79\x7a\x74\xf2\xee\x74\x34\x4f\xbf\x9a\xe9\xfb\x61\xa9\x87\x95\x11\x43\x59\x6e\x74\x84\xf2\x68\x40\x59\x2d\x03\x7f\x30\x18\x7c\x6f\xf7\xc0\xc5\xe2\x17\x5a\x97\x03\x56\x70\x08\x06\x04\x92\x0c\xd1\xea\x55\x96\xe1\x94\xca\x42\x88\x41\xe8\xb0\x3c\xdc\xcc\x9d\x5f\x7f\xfd\x79\xdd\x6e\xcf\xb1\xe4\x4b\x0e\x3c\x7b\xb0\x57\x4d\xf1\xca\xb7\x72\xd2\x19\x04\xeb\x95\x1a\x02\xd0\xc0\x81\x61\x49\xec\x07\x23\x8a\xe6\x9a\x8a\x32\x81\x51\x1d\x02\xe6\x22\x31\xc1\x67\x98\x51\xdb\xe1\x1d\x15\x5c\xda\xf3\x21\xb9\x65\x49\x6a\xe1\x55\x39\x13\xaa\x74\x89\x6a\x34\xea\xe8\x04\x41\x5c\xd8\xee\x1e\x3d\x41\x5f\xb4\x8b\xbc\xe6\x9e\x78\xf1\xba\xe0\xa9\x36\x00\x85\x09\x02\x71\x63\x56\x28\x37\x3f\xe3\x36\x6d\x59\x0b\x02\x02\xbf\x23\xeb\x3b\xb2\xbe\x23\xeb\x3b\xb2\xfe\x27\x27\xeb\x5d\x0a\xde\x97\x46\xdb\x37\xd2\x8d\xa4\x4a\x45\xf1\x44\x09\x3e\x81\x4e\x9c\x95\x2b\xcc\x9c\x7a\x9f\x0b\x65\x4a\x9e\xdc\x8e\xd8\x11\x3b\x6e\x34\xdb\x30\xb7\x34\x7c\x2b\x96\x5d\x5a\x88\x29\xa5\xde\x35\x72\x4b\x1b\xdf\xfc\x4c\x53\x44\xb7\xeb\x6d\xfa\x84\x89\x9f\xed\x73\x3d\x5f\x98\x7f\x64\x43\x3c\x0d\xc3\x3c\xad\x0f\xf6\x9f\x97\x51\xf4\x98\xd2\x12\x6f\x58\x43\x4a\x21\x5e\xc8\xe0\x21\xef\xb4\xe2\xe5\xbc\xe0\x73\x01\xe5\x8a\x2b\xb2\xce\x24\x5a\x29\x8a\x83\xb3\xd7\xea\x0a\xae\xd5\xd3\xa4\xda\xee\xfc\x48\xba\x6e\x32\xf5\x9f\x47\x2c\x05\xca\x75\x75\x8f\x15\xdd\xfd\x6d\x1f\x8f\x2d\x4b\xb1\xf0\xc9\x1d\x69\xdb\x91\xb6\x1d\x69\xfb\x22\x49\x5b\x97\x64\xf7\x67\xa7\x6f\x1b\x49\x72\x10\x7c\x7a\x76\x71\x0c\xee\x87\x55\x04\xae\xd9\x72\xa9\x0a\x7f\xe8\xbe\x00\x77\x33\xb6\x67\x67\x17\x6c\xcc\xed\x62\x19\x61\x20\x52\xd9\x65\x1a\xaf\x37\x7e\x5b\x15\x5f\x57\x65\x27\x86\x4e\xf3\x79\x50\x67\x85\x1c\x42\xf0\xab\x1f\xc9\xd9\x05\x11\x0e\x1a\x87\x29\x65\x72\xbb\x80\xdc\xc5\x51\xe0\xb4\x9f\x13\xc5\xb9\xa9\x5e\xbe\xfc\x46\xbc\x84\xff\x7e\xfd\x3d\xfe\x2f\xfe\x98\xfc\xdb\x5f\xbe\xff\xf6\xe5\xcb\x7d\xab\xa8\xbc\x62\x29\x5f\x1c\x58\xd2\x40\x09\x08\x3e\x4d\xfe\xdf\xfe\x8d\xdd\xf8\x35\xb3\x14\x86\xae\x6e\xed\x49\x7c\xf5\xf2\x2f\xd4\xcb\x37\x6c\xa6\xab\xc2\xf4\x03\x67\xd8\xc8\xd2\xae\xe7\xb9\x56\x42\x75\xd5\x2c\xec\x53\xb1\xc5\x97\x15\x21\x00\x24\xd7\xe5\xda\x80\x76\xfb\xcc\xd7\xb1\x5c\xae\xb1\x54\x14\x3a\xa2\x3f\xf9\x81\x32\x68\xc0\x12\x9d\xba\x7c\xdb\xfa\xcb\x00\xad\x11\x04\xf2\xcf\x04\xcf\xca\x19\x4b\x66\x22\xb9\x0d\xde\x8b\xba\x54\x3b\x0b\x1c\xbe\xa3\x8a\x86\xb1\x99\xaf\x1e\xc0\x72\x95\xa1\xe6\x90\xa2\xe3\xe8\xaa\xef\x89\x49\xbe\xce\xcf\xbe\x62\x08\x1f\xa1\x48\x10\xa5\xec\xd9\xa7\x37\x7b\x3f\xc3\x47\x17\x37\x7b\x96\xd9\x5d\x03\xb6\x86\xe5\x71\x6f\x10\x40\x63\xc0\xa0\xd1\x07\x75\xab\xf4\xbd\xea\x88\x21\x2b\xa3\x0c\xfa\x9a\x30\x69\xfa\x0d\xe7\x75\x38\x94\xa7\x25\x7e\xf8\x03\x1c\x2b\xcf\xd3\x3e\x39\x8d\xa6\x6c\x1f\xa3\x22\x1b\x3f\xbe\x95\xa6\x3c\x00\xac\x27\x13\xc6\x17\x60\xc1\x25\x2a\x70\xa6\x26\x7a\x87\xb5\xfb\xc9\xb3\x32\x56\x15\x2f\x7a\x4b\x09\xea\xfe\xb4\xd5\xe7\xd0\x78\x08\xb3\x2d\xe4\x8e\x47\xa8\xe5\xef\x83\xbd\x87\x61\x9d\xbf\x3f\xcc\x79\x99\xcc\x86\x73\x51\x4c\xc5\xf0\x56\x2c\x2c\x13\x42\x32\x17\x69\x65\xca\x82\x97\x62\x6a\x1b\xc1\x0b\xbb\xe4\x93\x5d\xf2\xc9\xe6\xc9\x27\x3d\x65\xbe\xc8\xd9\xdd\x5e\xaa\xc7\x32\x11\x5d\x45\x88\x6b\x0e\xc6\xb3\xac\xc9\xc5\x4c\x10\xfb\xe5\xee\x32\x0f\x81\x5e\xdb\x44\x7c\x87\xd8\xfb\x59\x51\xe9\x0e\xc4\xde\xb7\xbd\x77\xef\xe9\xb4\xd9\x17\x22\xdf\x11\xd3\x2f\x1a\xac\xb7\x39\xde\x4f\x82\xd7\x1b\x17\x39\x9f\x0c\xd6\xeb\xba\xb5\x0a\xf2\x3b\x9e\xaf\x96\x61\xa9\x11\xc9\xa8\xcd\xa0\x40\x80\xc7\xb0\x04\x14\xb1\x79\xc0\x00\x62\xaa\x79\x1f\xb8\xde\x1d\x21\xdc\x2e\x21\x1c\x4b\xc5\x8b\xc5\x49\xf4\xc2\xfc\xe8\x9f\x35\x61\x85\xf1\x1d\x86\xb7\xe7\x94\x27\x08\x16\x05\xf6\x06\xbb\x91\x44\x43\x21\x55\x4f\x55\x73\x51\xc8\x84\x25\x33\x5e\xf0\xa4\x14\x85\x19\xb0\x17\xc3\x17\x03\xf6\xe2\xd7\x17\x56\x8b\x7b\x31\x7a\x31\x62\xe1\x77\xb8\x72\xdf\x62\xe3\x45\x29\x18\xc6\xbf\x27\x61\xc0\xa6\xa5\x3e\x64\x1f\xfe\x70\xfd\x66\xf8\x17\x56\x70\x35\x25\xd3\xc7\xad\x58\x50\xf0\x27\x84\x5e\x07\x3d\xc3\xf0\xec\xab\xfa\x4e\x14\x19\xcf\x31\x98\xdb\x76\xa2\xed\x49\xa1\x0e\xa1\x29\x04\xf2\x0e\xf0\x90\x48\xc3\x84\x02\xcb\x63\xca\xd2\xca\x91\x61\xa7\x63\xe5\x85\x4e\x84\x31\x23\xf6\xc1\x78\x34\x39\x0c\x03\x06\x8b\x25\x71\x76\xf6\x6a\xf4\xea\xe5\xff\xc9\xec\x2d\x83\x53\x05\x87\xc2\xd9\xb1\x1f\x1d\x2b\xba\x54\x38\xf5\xf7\xc1\x5e\x9c\xf0\x2d\xef\xe0\xf2\x75\xdc\xca\x46\x7e\x44\x1d\x1e\x56\x56\x69\x35\xc4\xed\x69\xed\x23\x74\xef\x00\x07\x82\x0d\x82\x75\x8b\xee\xe2\x9a\xfd\x83\xd6\xb4\x7f\xed\xfe\x36\xda\xc5\x27\x65\x90\xec\x78\xf8\x4e\x21\xda\xa6\x42\xf4\x44\x45\x87\xd8\xef\xa9\xba\x5b\xef\xf1\x5b\x6e\xcd\x8c\xc8\xac\xc0\xcb\x38\xab\x39\x79\xa9\x59\xae\xf3\x2a\xe3\x94\x29\x21\xd4\x9d\x2c\xb4\x02\x07\xdb\x1d\x2f\x24\x1f\x67\x74\xf9\x01\x4c\xfb\x9a\xea\x43\x83\x65\x9d\xac\x80\x04\x31\xe0\xfb\x7c\x61\x02\x8a\xeb\x68\x26\x9d\x77\x77\xb7\x87\x78\x65\x72\x2e\x0b\x63\x75\xac\xe8\x67\x7b\x80\xb4\xae\x85\x71\xa4\xb0\x9e\x72\x63\x5c\x5b\x4b\x91\xee\xa4\xb8\x3f\xbc\xd7\xc5\xad\x54\xd3\xa1\x5d\x83\x21\xe9\x0c\x87\x00\x81\x74\xf8\x15\xfc\x27\x76\xd8\x5d\xb6\x48\x57\x7e\xc5\x82\xdd\xcf\x04\x05\xa5\x89\x60\x3b\x9c\x7d\x1f\x65\x9d\x98\xd7\x6a\x33\xfb\x24\xf5\xfb\x37\xb1\xb8\x82\xcd\x47\xa3\x76\xa7\x6e\xec\x0f\x88\x65\x19\x40\x81\x82\xb3\xb2\x4e\xcd\xbd\x15\x8b\x65\x25\x17\xcc\x50\x31\x60\x0a\xfb\x85\x52\xd3\x99\x8c\xa7\x17\x7d\x69\x9b\xab\x0b\x66\x89\xb6\x67\xc7\xdb\xdf\xe7\x75\xc6\x8f\x46\x43\x97\x84\x45\xfc\x29\xf0\x66\x86\x16\x0f\x3f\xf8\x9d\xad\xe3\x73\x12\xf1\xd7\x55\x27\xc2\x40\xe4\xd6\x26\x6e\xc9\xd6\xe1\x54\xc5\x9d\x84\xb4\xab\x42\xf7\x24\x53\x86\x3b\x48\xdb\x36\x62\x9c\xeb\x54\xe0\x1f\x1b\xc8\x49\xed\x97\x5a\x55\x77\x9a\x79\xa7\x75\xb4\x70\x28\x4c\x71\x0c\x9c\x87\x08\x04\x3a\xd3\xce\xa2\x7c\xde\xf4\xf8\x76\x22\x66\x23\xec\xe2\xc0\xa1\x67\x93\x42\x89\x9f\xf8\x5b\x94\xc1\xb6\x5b\x2c\x5f\xc6\x56\x0b\x96\x8a\x24\xe3\x85\x15\xeb\x20\x13\xd8\xf2\xa3\x26\x43\xb5\x1a\x55\x3d\x2b\x48\x84\x36\x39\xc4\x2b\x10\xd1\x6c\x74\xe9\x34\x4e\x53\x16\x15\x1c\xb1\x56\xe6\xac\x9b\xa2\x55\xe7\x78\x96\xb1\x84\x9b\x86\x6c\xd7\x8b\xe3\x13\x49\xf3\x8a\x81\x5a\x16\x03\x1a\xa3\x6e\xa7\xef\x6e\x36\x88\x0e\xf0\x4b\x8f\x8b\x19\x1d\x4e\x03\x12\x73\xbb\x63\x72\x24\xb2\x93\x87\x5e\x36\x1b\x2c\x8d\xaf\xfd\x7c\x83\x51\x4e\x74\x31\x96\x69\x2a\xa0\x2c\x09\x1c\x63\x2b\xe5\x0c\x42\xa4\xa6\xb4\x7e\xd4\x06\x01\xaf\xe7\x50\xc9\x08\xa3\xf8\x70\x76\xb2\x34\xd6\x0f\x75\x01\x8b\x4f\x37\xbe\x47\x89\x5b\x17\x85\xfe\x1f\xcc\x91\x59\x9d\x82\xcb\xf3\x96\xd6\x25\x15\x84\x93\xe5\xf8\xbe\x07\x99\x7f\x8a\x8a\x35\x16\x8c\x38\x26\x1d\xa8\xa5\xde\x2d\x79\x82\x38\x45\x56\x19\xc7\x80\x43\x33\x4b\xd0\x23\x85\x65\xda\xd6\x88\xf6\x3a\x60\x95\xca\x84\x21\x5a\x08\x42\x86\xc8\x30\x0c\x13\x6a\x2d\xa0\x06\x99\xa2\xfd\xc6\x67\x66\xcf\x79\x9e\x03\xf2\xa4\x9e\xe0\x97\x20\x63\xbf\x9c\x99\x11\x3b\xd7\xa5\xaf\x0a\x84\xb6\x1c\x8c\x55\x4b\x78\xe6\xe3\x49\x27\x72\x3a\xe7\xb9\x47\xf6\x47\x82\x6a\xbf\xe0\x42\x60\x5c\x9e\xc2\xbc\x83\xb8\x36\x29\x65\x97\xc8\xd4\x08\x9c\x1c\x30\x41\x26\xb3\x40\x45\x8d\xac\xd0\x2a\x82\x59\xef\x87\xdb\x00\xd8\xef\x20\x06\x0f\x18\x05\xac\xee\xfd\x4c\x1b\x02\xaf\xa0\x7b\x60\xc9\xb1\x3d\xbb\x74\x06\x1a\xd8\xfe\x00\x28\x10\x8c\xd5\x49\x79\x22\xc5\xf5\x5d\xf1\x65\xff\x16\xee\x00\xde\x8f\x4a\x2d\xbd\x4d\x02\x12\x9d\x25\xf8\x20\xaa\x83\xd2\x04\x7d\x20\xe7\x00\xb0\xfd\xd2\xb5\x75\xab\xe4\x17\xa2\x51\x1f\xc8\x88\xb2\xa2\xa5\xc1\x18\x28\x3a\x50\x92\xf0\xf5\x8a\x5b\x91\x7a\x90\x85\x11\xbb\xb0\x83\xf4\x6a\x52\x21\x32\x0e\xf0\x0f\x4e\x2c\xb7\x9f\x75\x26\x65\xfb\x91\x17\xa3\xd1\x0b\xcc\x46\xd2\x05\x33\x25\x2f\x08\xd7\xc3\xfe\xbe\x0d\xa1\xf7\x6f\x62\x71\xad\xa1\x50\xc5\xef\x5f\xb6\x66\x6a\x1e\xa5\x9a\x46\xe5\xbb\x7a\xcd\xd6\xc9\x6b\xbd\x91\x96\x3b\x29\xe9\x73\xd0\xcf\xcf\x90\x6a\xd6\xf3\xde\x72\x84\x7c\xbb\x2e\x0b\xd0\xd5\x78\xd1\x85\x3a\x32\x7a\x0e\x78\xc4\x12\x83\xa3\x2b\x03\x08\x47\x09\x00\x21\xa5\xb4\x64\x63\x8f\xf1\x1d\x06\xcb\x23\x61\x75\x95\x14\x5f\xc2\x30\x5f\xfe\xf0\xc3\x0f\x4d\x20\x91\x97\xdf\x7f\xfb\xed\x88\x9d\xc8\x02\xcc\x56\x92\xac\x90\xb4\xea\x70\xd5\x9d\xdf\x88\x4f\x26\x48\xec\x20\xd6\xde\xd2\x29\x8c\x20\x27\x49\x61\x2e\xa7\xb3\x92\xf2\x0f\x2c\x57\xc9\x64\x42\xd4\x01\x4b\xff\xe0\xa5\x71\xbe\x28\xe8\xab\xde\xc7\x39\x14\x13\xc9\xe4\xad\x60\x13\xf3\x53\xa1\xab\x1c\x29\x27\x5e\x72\x40\x12\x49\xb8\xb2\xbd\x63\x67\xf5\x9a\x98\x86\x1f\x68\x55\x39\xb3\x1d\x63\xda\x31\xa6\x1d\x63\xfa\xbc\x18\x13\xe6\x32\xad\x64\x46\xae\x9a\x08\xcf\xf3\xcc\x65\x09\xfb\x2c\xa8\x65\xa8\xe5\xa2\x52\x8e\x82\xf1\x3e\x00\xff\x2a\x0a\xe7\xcf\x8b\x69\x0c\x4a\xaf\x98\x02\x7c\x91\x57\xd0\x85\x2a\x8b\x05\x18\xc5\xa8\x8a\xa9\x4e\x6e\x45\xc1\xe4\x9c\x4f\xc5\x0b\xc3\x8e\xdf\x81\xda\x05\x69\x22\x72\xe2\x45\xf0\x10\x5e\x6c\xc4\x3e\x92\x1f\x26\x44\xa1\xfa\x97\xfd\x8f\x47\x97\xbf\x9e\x1f\xbd\x3b\x3d\x00\xf2\x2b\x00\x98\x57\xa4\x01\x73\xf4\x4b\xf0\xa2\xe1\xd6\xa1\x0b\xeb\x9c\x3b\x96\x6a\xd2\x8d\xb6\xca\x6d\x76\xe7\xa8\x46\x6d\x59\xa1\x1b\x24\x55\x5e\x95\xce\x8e\xe8\xe8\x48\xa5\x92\x19\x57\x53\x41\xbe\xe5\x70\x58\x66\xa1\x4a\xfe\xe0\xa8\xb2\x30\x09\xcf\x1d\x8b\xe5\x2c\xd5\x95\xfd\xf8\xbf\xfc\xcb\x80\x49\xf1\x9a\xfd\x4b\xf0\xe2\x88\x9d\x52\xdb\x60\xbe\x48\x79\xc4\x9d\x28\xa0\x33\x9a\xed\x80\x15\x62\xca\x8b\x14\xe8\x84\x9e\x34\xce\xae\x9f\x20\xe4\xca\x19\x7b\x82\x95\x2e\xa3\xb6\xc7\x7e\x37\xb0\xe4\xe6\xd6\x1c\x4a\x65\x8f\xc8\xd0\x2a\xc8\xc3\xe0\xc0\x21\x79\x10\xc3\x44\xcf\xe7\x5c\xa5\x43\x4e\x07\x61\xe8\x77\xe1\xf0\x2b\x42\x76\x1a\x72\xdf\x4a\xaa\x21\x1f\x9a\x99\xc8\xb2\x8d\x00\x18\xe8\xf5\xe5\xe3\x77\xea\x4f\x1b\x83\x6e\x40\xbd\x63\xe2\x41\x24\x95\x13\x6f\xe0\xd4\xc3\x27\xa3\x07\xf2\xf4\xfc\xfa\xf2\x3f\x2f\xde\x9f\x9d\x5f\xef\xce\xe5\xee\x5c\x6e\x78\x2e\x85\xba\xeb\x8e\xfa\x8c\x3b\xb4\xc1\xf3\xe8\x05\x83\x20\x77\x75\x79\x39\xb6\xc0\xa4\x4f\xd5\xdd\x47\x5e\xf4\x08\xd7\x27\xab\x6f\xcf\x70\x7d\xa1\xee\xde\x14\x7a\xde\x3d\x77\xf2\x1f\x35\x9c\xfc\xf1\xf5\x58\x5e\x08\x1f\xb2\x43\xec\x36\xb8\xc5\x68\x88\x99\x7b\x79\xfe\xf8\xd7\xb3\x93\xd3\xf3\xeb\xb3\x37\x67\xa7\x97\x23\x76\x94\x65\x4c\x2a\x88\xc4\x69\xca\x7e\x85\xa0\x94\x58\x0e\xa8\xef\x50\x50\x30\x28\x75\xee\x39\xa7\x95\xe7\xac\xa0\x04\x12\xfc\x2f\xf6\x39\xca\x79\x74\x70\xa5\xaa\x4b\x7f\xd1\x04\x07\xb5\x20\x1a\x62\x5e\xfa\x60\x22\x28\x94\xee\xed\x47\x59\xc6\x4a\x7e\x0b\x92\x64\x22\xac\xa4\x20\x7c\x90\x93\x9b\x2b\x42\x98\x9e\xaa\x3b\x7f\x3f\x2b\x3c\xda\x28\x05\xc7\xfb\x78\xae\xa3\x63\xf7\x98\x74\x63\x7b\xda\x81\x64\x46\xe2\xc1\x02\x82\x4a\xc5\x9e\x37\x94\xf0\x6a\xe4\xbf\x43\xe8\xc5\x74\x20\x60\x82\x7d\x2e\xcb\xf4\x3d\x9b\xc9\xa9\x25\x2f\x99\xb8\x13\x99\xf3\x7b\x04\xea\x67\xa9\xbd\x85\x4e\x17\x10\xe2\x55\xc8\xb4\xb1\xd3\xf8\x19\xa9\x98\x15\x2a\x33\xcd\x51\xb9\x40\x28\x62\x83\x5a\xd7\x89\xc8\x33\xbd\x98\x53\x51\xa5\x94\x5d\x95\xbc\x14\x93\x2a\xbb\x12\x65\xdc\xce\x0c\x9d\x5e\x54\x59\x76\xa1\x33\x99\x44\xfc\x21\x67\xb0\x44\x79\x95\x65\x2c\x87\x26\x23\xf6\x5e\x81\x80\x7c\x94\xdd\xf3\x85\x19\xb0\x73\x4b\x58\x07\xec\x6c\x72\xae\xcb\x0b\xa7\x6f\x84\xba\x29\x36\xb4\x2c\xea\x35\xf9\x8f\x4b\x3e\x6d\x28\x22\x90\xce\x16\x76\x80\xfa\xe1\xbd\x34\xd1\x93\xf2\xe4\xbd\xfa\x0a\x7a\xb2\xe4\x14\xff\x8e\xad\x4c\x26\x27\x22\x59\x24\x31\x90\x9f\xa3\x24\xd0\x81\xc1\x1a\x5f\x6f\x23\xe5\xb5\x93\x47\x1d\x8e\xbd\x54\x0c\x5d\x42\x46\x50\xa4\x2f\xed\xa8\xff\x04\x5e\x6f\xd3\x71\x2b\x7a\xe7\x40\xfb\x11\xc3\xf0\xef\x84\x12\xc6\x5c\x14\x7a\x1c\x99\xc2\x85\x28\xa4\x4e\x11\x0f\x74\xec\xf2\x01\xfd\xb0\xf0\x55\xb0\xa0\xd0\x6f\x35\x59\x02\x6a\xe3\x24\x0e\x41\xef\x4f\xb8\xcc\xa2\xc3\xdf\x74\xab\xdc\xd1\x36\x87\xb9\xc6\xff\x19\xfa\x55\xfa\xca\x0f\x71\x08\x5f\xed\x11\x4c\x1e\xd4\x12\xb5\xcb\xd0\x4b\xe9\xab\x17\xa2\x56\x94\x41\xd3\x3f\x39\xbf\xfa\xf5\xed\xd1\x8f\xa7\x6f\x29\x52\x34\xb8\x9a\xa4\xa5\x20\x99\x9f\x71\xab\xe2\x3a\x78\x6c\x30\x0a\xec\xfb\x77\x0f\x56\x93\xbe\xa0\xfe\xbd\x2e\xca\x15\xf9\x19\xf0\xd8\x1e\x27\xf1\x90\x6b\x23\x6a\xff\x7e\xc0\x95\x4e\xed\x23\x0c\x51\x01\xb3\x17\x00\x09\x4c\xe5\x9d\x4b\xab\xc6\xa3\x5a\x07\x78\x46\xb2\x5f\x6d\x3b\x25\x4a\xbb\x2d\x2e\x47\x1f\x8e\x7e\x00\x61\x61\x05\x50\x33\x60\xe3\x0a\xed\x74\x85\x9c\xf3\x42\x22\xf6\x82\xeb\x8c\x67\x28\xe4\x52\xb1\xfc\xf6\x90\x4e\xde\x9f\x5e\xb1\xf3\xf7\xd7\x96\x41\xdc\x09\x87\x11\x07\xcf\x61\x5a\x63\x61\xdf\xc0\x89\xa6\x23\x76\xa4\x16\xf8\xd0\x9b\x2f\xc0\xfc\x01\xc1\x38\x54\x2d\xce\x51\xd2\x9b\xbd\x97\x23\xf8\xff\x37\x7b\x76\x9e\x05\x98\x2a\x94\xb1\x84\x35\x9c\x81\x3b\xdd\x3c\x49\x84\x31\xd2\x0a\x7e\x7e\x3d\x69\xf6\xcf\xc4\xb1\xfc\x0d\xbb\xd0\x45\xb9\x24\xf3\xd8\x79\x0d\xe7\x3c\xb7\x02\x0f\xe8\xe7\x49\xa3\x39\xa8\xbb\xa5\x4e\x74\x66\x55\xdf\xe5\x37\x69\x70\x73\x08\x1a\x58\x23\x4c\xb5\x7b\xee\x29\x55\x15\x82\xa7\xf2\x91\x74\xc6\x50\x9d\x3f\xdf\x47\x9c\xe0\x20\x96\x2d\xec\x87\x7b\xc3\xc5\xb0\x98\x3f\x2b\x15\xaa\xa3\x95\xa2\xb9\xcf\x55\x29\x98\x73\x42\x07\x9e\x6f\x67\xb1\x5d\x29\x81\x3f\x82\x39\xd6\x61\x09\x87\xc8\xc9\xac\x8e\x61\x07\x31\xf4\xe3\x0c\x54\x91\x0d\xe6\xeb\xe6\x40\xb0\x89\x20\x97\x10\x94\x48\x55\xc8\x72\x61\xb7\x5b\x3c\x44\x8a\x71\x5d\x51\x83\xc0\xdc\x0c\x75\x1e\x1d\x5f\x75\xe6\xa1\x8d\x67\x8b\x32\xcc\xa1\x1b\x00\x4c\x4b\x3c\x94\x87\x1b\xa9\x71\x6e\xc9\xc4\xd0\x9e\x8c\x7a\x65\x96\x7a\xdd\x0c\x9b\xa9\xb1\x24\x08\x2b\x50\x94\x55\xde\x71\xb3\xae\x82\xa7\x4c\x2a\xac\xda\x1b\xc8\x24\x17\x3a\x65\x33\x6e\x98\xa9\x80\xa8\x4d\xaa\x0c\x68\xb2\x2c\x25\xcf\xe4\x6f\x04\xb7\x1e\x48\x60\x4a\xbb\xe2\xfe\x70\xaa\xc9\x30\x40\x46\x89\x4a\x95\x32\x73\x87\x0f\xa1\xe2\x9b\x3d\x13\x78\x3b\x30\x00\x7f\x15\x07\x7e\x20\x4b\xe2\xc3\x80\xfd\x0f\x80\x1d\xf9\x1b\xdc\x90\x57\xe0\x75\x34\x0b\xd8\x2f\xa2\x11\xc0\xc1\xb4\x90\x6d\x83\xa5\x72\x82\xd6\x59\xfa\x64\x80\x2a\x43\x4b\x30\x16\x53\x89\x38\xdd\x00\x77\x71\xa1\xd3\x17\xa6\x16\xba\x06\xa8\x4e\xc9\x92\x7c\x1e\x20\xab\x71\x96\x69\xa8\x3c\x89\xc5\x1a\x40\xca\x86\x5c\x2d\x5d\xb0\x7b\x5e\xcc\x2d\xdb\xe0\xc9\x4c\x0c\x10\x1f\x93\x32\x29\xa0\x2a\xe4\x62\x68\xac\xb4\xed\x70\x8b\xb4\xaa\x87\xdf\xbe\xa2\xcb\xe5\xbc\xa8\x42\x17\xd4\xf0\xaa\x71\x90\x1a\x7b\xec\xda\x4c\x32\x3e\xfd\xfc\x28\x9a\x29\x53\x19\x09\xb5\xf9\xc5\x1b\x55\x42\xba\xe5\xeb\xd0\x67\x50\x25\xc3\x2e\xfb\xb8\xb2\xbb\x89\x60\xf2\xb6\xab\x25\x25\xdb\xde\x79\x04\x78\x39\x6b\xda\xba\x8c\x28\x07\xc0\x43\x28\xc8\xb1\xe3\x75\x38\x82\x1c\x55\x11\xf2\x45\x49\xc5\x4e\xdf\xbf\xa9\xe1\x5c\xac\xfe\xc6\x33\x23\x3a\xca\xb1\xda\x7e\xdf\xab\x58\xa8\xd3\x2f\x81\xe9\x68\x69\xc0\x3e\xba\x36\xd3\x94\xf2\x83\x23\x4c\x66\x5c\x29\x91\x31\x3e\x29\xad\x08\x59\xc2\x6d\x1d\x0b\xa1\xec\x09\x72\x7a\xb5\x37\x9b\x97\x25\x4f\x66\xa4\xe1\xd3\x0c\x0d\x2b\x8b\x2a\xec\xd1\x94\x85\xe0\x73\x97\x44\x30\xe7\x12\xbb\x62\x3c\x29\xb4\x31\xb5\x21\x00\x3b\x73\xe8\x39\x06\x29\x81\x9b\x1d\x43\x97\x20\xd8\xc6\x8b\x4a\x0c\xea\xaf\xd1\xb0\x1a\x86\x7b\xb8\xce\x03\x0f\xeb\xe9\x09\x85\x60\x13\x59\x98\xd2\x05\x98\xe2\x17\xc9\x94\x64\xfb\xf3\x7e\x41\x45\x23\x35\x34\x54\x95\x82\x14\x96\x97\x06\xef\x5d\xdd\x21\x75\x95\x4a\x43\x82\xa8\x19\xd8\x8b\x8e\x42\x20\x2e\xb4\x1b\x29\x2c\xb5\x2b\x8f\x87\xbd\xd3\x4f\x41\x77\xa1\x09\xc5\xd3\xa5\xfa\x74\xd9\x6b\xe6\x4f\xc4\xa0\x21\x2e\x52\xb6\x94\xa3\xb6\x4b\x67\x2f\xb0\x37\x16\x22\x11\xe8\xf1\x8a\x1f\xb5\xe8\x49\xc3\x32\x23\x40\x43\x08\xc9\xe6\x62\x0d\x9a\xef\x05\x78\x78\xfd\x62\x38\x7f\x6c\xa9\x83\x5f\x42\x93\x6e\xf0\x05\x46\x28\x3a\x9e\x46\xdf\x17\xb2\x2c\x05\xac\xa3\x03\x06\xf6\xee\xc7\xb0\x8f\x1a\xc5\x6d\xc4\x1c\xe0\x4e\xf0\xae\x54\xa5\x00\xa3\x32\x42\xaf\x8d\x0b\x29\x26\x6c\x22\xad\x9a\x81\x78\x39\x03\xcb\x40\x66\x64\xdf\xe2\xc6\x88\x02\x86\x63\x49\x3f\x14\x92\xc7\x2e\x47\xec\x17\x1a\x57\x59\x54\x0a\x4b\xf7\x12\x75\x84\x0a\xbf\x72\xc2\xa6\xe0\x45\x27\xc4\xe2\x6f\x5f\xfe\xf5\x7b\xc8\xb7\x33\x68\x95\x2b\x75\xc9\x33\x3f\xc7\x4c\xa8\xa9\x5d\x29\xbc\x10\x10\x46\xe8\x6d\x03\x7e\x01\x32\x39\x97\x25\x0e\xfc\xd5\xd7\xb7\xe3\xa6\x31\xe3\x30\x15\x77\x87\xc1\xf2\x0d\x33\x3d\xed\xab\xd2\x45\xf6\xb5\xcb\xea\x42\xfc\x9c\xcd\xf4\x3d\xc6\x64\x44\x36\x8c\xe8\x8a\x65\x7d\x2e\x38\x62\x84\x15\xb4\x61\x26\x2e\xc1\xb0\x11\xde\x11\x3d\x59\x4b\x79\x4d\x8d\xfb\x5d\x56\xc6\x7f\x52\x2b\x36\xd6\xe5\xcc\xb1\x7e\xb8\x61\xb4\x61\x23\xf6\x86\x67\xd9\x98\x27\xb7\xd7\xfa\xad\x9e\x9a\xf7\xea\x14\x1c\xc4\x8d\xb1\x80\x6d\x31\x99\x55\xea\xb6\x65\x72\xd0\x53\xa6\xab\x32\xb7\x3a\xe4\xa4\x73\xc2\x13\x02\x53\x46\x52\xe3\x02\x0b\xea\x5e\xc4\x83\xf4\x96\x4c\x4e\xa8\x53\x78\x0a\xc2\xfe\x4d\xb8\xc1\x5f\xbf\xfc\x16\xd3\x33\xc1\xc6\xff\x97\x97\x2c\xb3\x9a\xc8\x00\xaf\x8d\xa0\x8a\x49\x66\xce\x33\x2a\x1f\x5d\x1f\x04\xbb\xd0\xbd\x37\xbe\x8c\xec\x71\x6f\xd6\x78\x7d\xfd\x9f\xc0\x17\x65\x69\x44\x36\x19\x20\x42\xa4\x2f\xfb\xf9\x02\x68\xce\x0b\xba\x66\x96\x64\xf7\x65\x68\xe8\xd2\x3f\x11\x56\xa5\x8a\x28\x22\x8d\xc7\xed\x2c\x89\x71\xa6\x93\x5b\x96\xd2\x43\xfc\x36\x08\x68\x74\x37\x1b\xb6\x71\x12\x76\xd8\x38\xa8\xf6\xba\x0d\xe5\xf9\x63\x30\xc2\x1e\xfe\x02\x1c\x2d\x90\xd2\xde\xfa\xed\x5d\x80\xa9\x18\xd1\x6e\x75\xea\x63\x8b\x1c\xd0\xe5\x7a\x62\xf9\x2c\x86\x84\x00\xfc\xb1\xc7\x52\xc0\x48\x37\x5b\x09\x8a\x64\x38\x91\x71\xa4\x37\x3f\x53\x6a\xc7\x52\x8a\x45\x5a\xf8\x5a\x5c\xad\x88\x97\x25\x41\xe9\x85\xf1\x76\x1b\xef\x21\x34\xb6\x35\xf2\x30\x1f\x99\xe4\xd5\xaf\x74\x59\xca\x03\x7b\x6e\xbf\x6b\xd9\x3f\xf1\xa2\x61\x18\x89\x34\x69\xba\x1d\xba\x9a\x7c\xe4\x45\xfc\x59\x6d\xb7\x8d\x3e\x46\x11\x3b\xfa\x28\xaa\x5f\x47\x5b\xb6\xd5\xcb\x68\xa3\xc6\x7d\x5a\xd1\x02\x4f\xd9\xba\x70\x90\x33\xe7\x7a\xe9\x8a\x09\x39\x81\xbf\xc6\x4d\x53\x1c\x3a\x6c\x7a\xa4\x7e\x2c\x47\x7b\xe0\xcf\xf1\x3c\x04\x4b\x97\x9c\x28\x64\xc9\x11\x78\x35\xa4\x61\x80\x9f\x37\x62\x62\x34\x1d\xb1\xff\xba\x81\xf9\x4c\x93\xc2\xce\x69\xb6\xc8\x45\x61\x6f\xc6\xeb\xbb\x57\xa3\x97\xa3\x1f\x10\x7f\x0f\x3d\xf1\xb3\x6a\x6c\x9b\x4c\xb5\x9e\x66\xe2\xd7\xc0\xbd\xb0\xfc\xd2\x7f\x6f\xe4\x9c\x35\xf2\x37\xf1\xe3\x22\x5a\xe0\xcb\xb2\x31\xfb\xd8\x99\xa9\x69\x0a\x8a\x84\x9d\x75\xc1\x73\xdf\x7f\xbb\x71\xd8\x7e\x70\xec\x57\xa7\x04\xd5\x0d\x43\x28\x51\xee\x0d\xc7\x60\xac\x45\x6f\x28\x6a\x33\x35\x77\x58\xb3\xd3\x4d\xab\x64\xb4\xd6\x77\x63\x90\xad\x9d\xaf\xe6\x63\x51\x38\x6b\x79\x60\x2c\x27\x2b\x71\x0e\x06\x81\xb3\x0b\x67\x1a\x76\x21\x90\x61\xec\xa5\x4c\xf1\x65\x05\x7d\x0d\xd8\x4b\x02\x0e\x65\x0f\xee\x1f\xdf\x7f\xf7\xdd\x37\xdf\xf7\x0c\x5e\x9c\x69\x53\x9e\x5d\xc4\x64\x01\x5e\x22\xea\xf1\xd9\x45\x5d\x69\x7e\x26\xea\xc2\x90\x34\x83\xa8\x78\x61\x5f\x7c\xdc\x0a\xd8\x37\x97\xa3\x11\x1f\xbb\x06\xb6\xa3\x9f\xb5\x29\xcf\x69\xdf\x9b\x2e\xbe\xba\xdf\xb9\x65\x32\xac\x71\x70\x46\xec\x9d\x36\x65\x28\x8d\x53\xdd\x17\x25\xac\xa0\x36\x93\xeb\x4f\x38\xae\x70\xdc\xbf\xb3\x6a\x86\x8a\x9d\x1d\x9d\x1f\xfd\x7a\xf5\xf1\x18\x42\x48\x28\xa2\x12\x7c\x37\x61\x0c\xad\x4e\xc9\xed\x63\xbf\x90\x06\x67\x7a\x85\xdf\x67\xc4\xc0\xb1\xe4\xd2\xda\x70\x0f\xec\x56\x93\x49\x0b\x62\x54\x1c\x3c\xf5\xc2\x99\xb7\xe3\x9e\x5a\x6f\xea\x5f\x96\x42\xe8\x09\xe1\x09\x15\x41\xf8\xf0\x87\x93\x8b\x01\xbb\x3e\xbe\x00\x07\xeb\xd5\xf1\xf5\x45\x53\x86\xbd\xd9\xbb\x3e\xbe\x88\xa2\x87\x3e\x8a\x54\x80\xb7\xb9\x17\xad\x80\x96\x04\x8c\x64\x57\x90\x9c\x2e\x64\x40\x9b\x84\xe2\x23\xa0\x5c\x6b\x74\x39\xcb\xd2\xaa\x22\xf6\x10\x1a\x57\x53\x32\x00\xf1\x06\x31\x43\x39\x02\x39\x5f\x3a\x7e\xb5\x5b\xc8\xb6\x92\x86\x35\x87\xf3\x0b\x97\x65\xaf\x80\x6f\x0a\xc5\x89\x31\xb4\x92\xcb\xcc\x78\xe0\xd8\xa5\x2a\x81\x1b\x18\xd6\x9a\x63\xbb\xa4\x4f\x06\x4a\xa4\x88\x84\x96\xb5\x07\x50\xb7\xdd\xc2\x18\xae\xeb\x0f\x5b\x71\x10\x57\x6b\xfd\x18\xa8\xe1\x16\x06\x40\x1b\xb4\xb9\xe4\xd6\x58\xc2\x1e\x47\x38\x98\x69\x8f\xd6\x6e\x58\xeb\xe4\xa1\xc6\x28\x7a\x5f\x12\x7a\x81\xe0\x07\xe8\x0f\x7f\x4f\xf8\x6a\x56\xda\x3c\xb7\x64\xe2\x3a\x8a\xf0\x89\x6b\x39\x17\x4d\xfb\x51\x60\x38\xe5\x06\xf5\xf6\xfd\x42\x0c\x0f\xa8\x93\x27\x25\x3f\xdb\xaf\x3d\x01\xfc\x05\x5e\xef\xb5\xda\xd7\x8d\xbb\xd2\x6f\xc1\xeb\x77\x70\xcd\x83\x3b\xd4\x77\xd9\x43\x09\x46\x3c\xc8\xf2\x58\xa7\x91\xe0\x64\xdf\x45\x0c\x9d\x3e\xd4\xa8\xce\x4e\x9c\x9e\x83\xec\x8e\xbd\x40\x29\xf4\xf5\xe1\x21\xb2\x5f\xdf\xd3\xaf\x32\x45\xac\xf3\x17\x31\x0e\xe2\x87\xb2\x1c\x92\xfa\x20\x4b\x67\xea\xf1\x8e\x6f\xd8\xf3\xd0\x0c\xd3\x8e\x8f\xe8\xc7\x90\xed\xd9\x30\xb3\xcd\x8f\x5d\xe3\xf3\x5b\x39\x70\x3d\x00\xc3\x31\x22\xd4\x05\xc1\x6e\xb0\x02\x8d\xd2\x0f\x26\x96\x74\xbc\x0f\x16\xd0\x03\x86\xcf\x1f\xb5\xcc\x01\xe2\xb8\x9c\xc6\xf3\x03\xe0\xf7\xad\xef\x61\x6f\xca\x91\x17\xe2\x4e\xea\xca\x90\xe7\x30\xf6\x45\xf6\xa7\xa2\x20\xbf\xd4\x6c\xae\x1f\xf9\xa0\x17\x90\x76\x38\xde\xf7\x38\x7a\xbd\xc1\x69\xbd\x9f\x2d\x96\x9d\x1a\x56\x7c\x5e\x88\xd2\x71\x8d\x8e\x5c\xf9\x5e\xa7\xf5\x11\x7d\x3f\x5a\x82\x5c\x07\x0d\xdf\x68\x5a\xe3\x4e\xa4\x24\x77\x78\x54\xe2\xaa\x00\xe7\xb0\x09\x40\xf8\x1b\xb1\x13\x7d\x32\x4a\x30\xc0\x65\x01\xff\x85\x73\x7b\x0c\xa6\x0f\x17\x57\x4a\xff\x8d\xd5\xc7\x79\x56\xea\xde\x1d\xca\x19\xb7\x1b\xa0\xad\x60\xd9\xeb\x45\x9b\xf7\xe4\x78\xca\xce\xe1\xc4\x26\x7f\x86\x0f\x96\x08\xc3\x0b\x32\xcb\x44\x27\x67\x09\x99\x57\x2f\x56\x09\x9c\xed\x2e\x97\x28\xa0\x07\xb0\xde\x24\xb4\xb2\xa5\xe2\x74\xea\x99\x2d\xfb\xc1\xe3\x23\x06\xfb\x7a\x16\xf0\x78\x76\xe4\x89\x41\x1a\x68\xd4\x35\x3d\xe3\xc6\x55\x7d\x47\xdc\x1f\x8a\xc0\xc2\x50\x8a\xb8\xbb\xa0\x71\x03\xa2\xc7\x4c\x79\x6b\x43\x29\xe7\xc2\x44\xbe\x09\xee\xed\x20\x08\x84\x2e\x69\xb6\xa0\xc2\x32\x44\x6a\xea\x8e\x52\xc1\xd3\xd0\x2a\x00\xda\x33\x2c\x97\xa3\x40\xd4\x25\x44\x89\xc5\x90\x12\x12\x9e\x25\x94\x39\x0c\x6c\xb1\xd5\xe3\x88\xfd\x08\xa7\x46\x1b\x11\x7e\x87\x17\x82\x99\x0a\xd1\x95\x4a\xcd\xa6\xbc\x18\xdb\x2b\x54\xd7\x79\x25\x5b\x11\x86\xd1\x83\xb9\x7a\x2a\xac\x5e\x9f\xe7\x22\xb5\xfc\xf0\x3b\xab\xd0\xff\x74\xdc\xd3\x6a\xe1\x78\xe2\x53\x37\x92\x42\x86\x68\x1b\xd9\x59\x1d\xee\x03\x99\xd9\xe8\xca\x1e\x8b\x44\xc3\xf6\x14\x95\xa0\xe8\x03\xd3\x08\x26\x32\x88\x7d\x9a\x8a\xc2\x0a\xbd\x3e\xca\x67\xc4\x2e\x85\x11\x61\xc1\xaa\x78\x3e\x42\xb0\xbf\xba\x60\x72\xe2\x80\x5e\x59\xa6\x8d\x30\xc4\x0c\x4b\x31\xcf\x75\x01\x91\xa2\x23\x76\x66\x5c\x64\x06\x8c\x09\xba\x55\x7a\x69\x54\x94\x70\xd0\x15\x9e\xf1\x08\xea\xe0\x98\xc4\x56\x88\xc2\xa3\xd4\xd2\x2e\x31\xe4\x84\x8b\xb9\x56\xa7\x14\xe8\xb8\xd2\x8c\xde\x68\x59\x33\xc4\x58\x29\x1b\xb2\xbf\xe2\x2b\x3e\x8c\x72\x1d\x2b\x8c\x1b\x5f\xe3\x16\xc7\x8b\xda\x50\xe8\x28\xfc\x54\xde\x89\xe8\xc7\xb6\x53\x18\xe9\x44\xdf\xab\x7b\x5e\xa4\x47\x17\x67\xfd\x20\x66\x82\xf2\x7e\x29\xbd\xcb\x8e\x2e\xce\x60\xc1\xd0\x86\x46\xdd\x40\x59\xb5\x38\xf6\xcc\x7a\x48\x96\xb4\x1e\xd6\xb3\x83\xb2\x38\x1c\xbb\x1a\x8a\x30\x58\x14\xf4\xd9\x80\x07\x72\x0b\x7e\xc6\xa5\x8e\xa1\x0e\xf2\xef\x7d\x0f\x7f\xfc\xf5\xae\x3b\x10\x6d\xbc\xea\x2a\xc4\x5e\x08\x7d\x12\x2d\x60\x32\xc4\x5f\xa8\xe3\x65\x02\x54\x47\x17\x70\x0a\x09\x3d\x6b\xee\x07\xd4\xda\x5e\xae\x90\x68\xdf\x8c\x96\xcb\xab\xab\x88\xd7\x18\xa2\x0d\x3c\x82\x5c\xa7\xaf\x99\x56\xd9\x82\x81\x10\x80\x85\xd8\x06\x0c\x30\x29\xcc\x00\x53\x0a\xb8\x4a\x59\x0d\xa4\x85\xfc\x8a\xca\x28\x6e\x42\xc4\x10\x49\xf7\x8d\xfd\xba\x07\x3d\xb5\x9a\xf2\x23\xd0\x2c\x08\xfb\x3b\x13\x83\xa6\xfb\xa0\x03\xbe\x22\xee\x15\xa6\xab\x12\x80\x6a\x34\x9c\xc1\x7f\x16\x94\x8a\x78\xf9\xf5\x7a\xe3\x21\xec\x46\x1a\x46\x1f\x25\x5c\x04\x80\x3e\x08\xc1\xda\x5c\x14\xd7\x58\x38\xac\x10\xb2\xed\x93\x68\xc8\xc7\x46\x67\x95\xd5\x2d\x8b\x38\x90\x42\xed\x0a\xa8\xca\xc9\xf0\x2f\x4c\xa8\x44\xa7\x2e\xe1\x16\x43\xf4\x2c\x09\xa8\x01\x0f\xc2\x91\x78\xc0\xf1\x16\x14\xc3\x2a\xd0\xb5\x37\x9d\xa7\xbe\x3e\xeb\x1e\xc3\xb2\xad\x02\xd0\xa1\xf7\x51\xe7\x18\xa9\x63\x3c\x3a\x19\x60\x53\xee\xe3\x8f\xa3\x24\xaf\x06\xd4\x60\x34\x17\x73\x5d\x2c\x06\xbe\x91\x7d\xd8\x78\x8b\x5a\x60\xbe\x73\x2d\x75\x3e\xea\xca\x5c\x86\x53\xad\x2f\x4d\x4f\x0a\x18\xbb\x70\x2b\x9d\xfb\xcd\xa6\x7d\x49\xe5\x7a\x7c\xa0\x8e\x57\x9a\x2e\x5c\xba\x8e\x01\x61\x5c\x62\x99\x23\xcf\x6c\x58\xcd\xeb\x76\x58\x3b\x5f\x32\xd6\xce\xb2\xbc\x91\x2e\x1f\x81\x3f\xa3\xc4\x71\x3a\xcf\xcb\xc5\x89\x7c\x54\xa5\x68\x45\x71\x89\x3e\xf0\x89\x0a\x2b\xa2\xe7\xb8\xf5\xe8\x59\x6f\xc9\x5c\xa4\xb2\x8a\x64\xba\x43\x94\x41\x49\xf5\x1f\x4d\xa9\x0b\xab\xd2\x62\x63\x1f\x4c\xca\x93\x5b\x3c\xaa\x41\xfc\xd6\x75\x20\xa8\x4a\xc3\x6e\xf6\x6e\xf6\x5c\x4c\x96\xe0\xca\x5f\x32\x17\x93\x1b\xc4\x71\x61\xe7\xc1\x15\x73\x8b\x44\x48\x10\xfb\xd4\xf0\xc0\x32\xb0\x77\x40\xa2\x37\xb6\x46\xd1\x44\x0e\x69\x49\xbf\x82\x0f\xa4\xb2\xc3\x6e\xfe\x9b\x78\x6b\x59\x46\xc4\x80\x01\x81\xc2\x1c\x63\xf8\xf4\x84\x65\x3a\x81\x50\x65\x5c\x25\x9f\x83\x85\xe6\x45\x69\x98\x3b\x2a\x5e\x23\xf0\x01\x3a\xc0\x93\xe0\x7a\x64\x46\x3b\xc0\x1b\xc8\x29\xd4\x05\x43\x3e\xe4\x17\xe6\x1a\xb2\x87\x1f\xe4\xbc\x9a\xb3\xca\x85\xd8\x36\xda\xd4\x1f\xba\x77\xe1\xbe\x90\x72\x2c\x15\xbc\xd4\x24\x59\x90\x34\xe2\xe6\x18\xe4\xaf\x42\x9a\xa5\xa3\x0e\xa6\x02\x7e\x4f\x5f\x21\x16\x4b\x25\xde\x02\x13\x88\x87\xde\x69\xef\xbf\x92\x59\x73\xfb\x5d\xca\x91\x9f\x78\xa5\x9c\xaa\xde\xde\xcc\xf8\x5e\x56\x46\x14\xc3\x69\x25\xd3\xe8\x2e\x6e\xea\x26\x18\x39\xf9\x61\xf4\x1f\x15\x57\xa5\x2c\x17\x1b\xbb\x0a\x0e\x97\xbb\xe8\xa2\x18\xa4\xd6\x1e\x61\x08\xd1\x2a\x62\xd1\x6a\x4a\xee\xc5\x2a\xcf\x48\x91\x4c\x29\x1e\xce\x38\x35\x3d\x88\x4c\x5a\x07\x24\x9f\x2f\xeb\x1f\x33\x6d\xca\x2e\x2b\xa5\x80\x38\x9d\x5a\xd2\x84\xea\x30\x64\x6a\x88\xd9\x72\xf3\x78\x27\x67\x17\x4b\xaf\x8f\xd8\x3b\x02\xf6\x1a\x0b\x96\x69\x9d\x03\x45\xd9\x7f\xf5\xf5\x0f\x98\x88\x7b\xf8\x97\x03\xcb\xb5\xd4\xed\x10\x2f\xd8\xfe\xab\xef\xff\x3a\xfa\xfa\xbb\x6f\xe1\xd9\xab\xef\x0f\xc0\x66\x14\x3c\x87\xa4\x95\x04\xdc\xcf\xfb\x5f\x7f\xfd\x2d\x75\xf2\xf5\xb7\x07\x23\x76\x76\x71\xf7\x7d\x7d\xcd\x20\x69\xc4\xb2\xda\x0a\x65\x56\x4c\x78\xab\x4b\xcb\x6b\x84\x0d\xce\x33\x5e\x5a\x46\x67\x46\xec\x28\x33\x7a\xc0\x12\x51\x80\xd8\x5c\x1f\xcb\xba\xa0\xa1\x21\x06\x6b\x9f\x0d\xf3\x42\x3f\x2c\x06\x9e\xb7\xc3\xd7\xc1\xfc\x1a\x07\x46\xd6\xa9\x38\x8f\xae\x7e\x2d\xa6\x9c\x5b\x96\x6c\xb7\xc9\x57\x4e\xaa\x57\x31\x96\xf9\x96\x0a\x34\x64\x87\x09\xb0\xb8\x4a\x60\x71\x50\x5d\x75\x92\x11\xd0\xb1\x43\x15\x75\x40\x3d\xa5\x76\x68\xf2\x98\x60\xe7\x94\xe0\xd0\x6e\xb3\x99\x52\x19\x14\x62\xdf\x48\x36\x5e\x5b\xe8\xdc\x5d\xa4\x75\xa1\x89\x61\xbb\x15\xb7\xcd\x9b\xc5\x20\x76\x6a\x9d\xae\x1f\xb5\x85\x75\xdf\xb3\xc6\x1d\xc3\xe0\xac\x20\xca\x10\x23\xe1\x40\x63\xb3\x0d\x5f\x38\xfc\x10\x67\x55\x75\x58\xe2\x76\x33\xa8\x2a\xf9\x45\x23\xc0\xab\xe1\x63\x70\x27\x0b\xb5\x28\x39\x81\x38\xa7\x9c\x26\xbf\x6c\x3c\x6d\x62\x0d\xc4\x87\x9f\x2f\x9b\xf3\x36\x32\xe4\xad\x8a\x5b\x23\x0a\x92\x87\xe1\x6b\xc1\x32\xad\x8f\x61\xb3\xd3\xba\x3e\xbe\x78\xa2\xf3\xd1\x9d\x92\xab\x6a\x6c\x44\xaf\xf3\x84\x2d\xf1\x44\x4d\xad\xe4\x0d\xdc\x13\x29\xb5\x2b\xfe\x05\x05\xb5\xe7\x5a\x41\x2e\x9d\xc3\x6b\x40\x56\xea\xe1\xb6\xe8\x51\x90\xcd\x8e\x3e\x93\x63\x5e\x94\xc2\x48\x0e\x75\xb9\xd2\x2a\x81\x56\x47\xbe\xff\x07\x76\x81\x9d\x35\x2a\x97\x83\x95\xf5\xf5\x8d\x62\xec\x7f\xed\xff\xb0\xfa\x85\xd7\xec\xbf\xfe\xf7\x66\x4f\xe6\x58\x4b\xfc\xd5\xcb\x91\xfd\xbf\xd1\xab\x9b\xbd\xdf\x07\x6c\xe9\xc1\xd7\xa3\xaf\x6f\xf6\x7e\xff\xef\x01\xf6\x01\x1f\x7a\x6d\xff\x05\x7d\xd8\x33\x8a\x8d\x39\x86\x43\xdb\x59\xd9\x1f\xfe\xf2\xfd\x0f\xdf\x61\x6f\x75\x93\x71\xb3\xc9\x37\x2f\xff\xfa\xfb\x7f\xdb\x5e\x7f\x47\xd4\x59\xd4\x51\xc0\x3b\xde\x5e\x06\x22\x7b\x77\x52\xdc\x83\xe3\xe2\x35\x0e\x86\xbf\x66\xff\xc5\xfc\xf0\x5f\xdb\x6f\x0e\x98\x1f\x35\xfc\xcd\xdc\xc0\xc7\xcd\xb6\xdf\xbc\xfc\x6b\xd8\xf4\x9b\x97\x7f\x65\xff\xbd\xbe\xd2\xa2\x5b\xc0\x88\x06\x74\x11\xee\x37\xc8\x42\x7a\x32\x21\xef\x0c\x18\x51\x28\x44\x34\x28\xda\x47\xe0\x98\xdc\x10\xd7\xb0\x67\xc1\x84\xa4\xbc\xce\xe7\x0a\xdd\x2f\x7c\x82\x82\x23\xa4\x22\x8f\x79\xc6\x55\x02\x0e\x2a\x95\x52\x46\x24\xca\xdf\xa5\xcc\xe4\x6f\x5b\xc9\xaa\x69\x4b\x34\x00\x95\xa9\xcb\x4b\x3b\xe8\xa3\xad\x2c\x89\x65\xd1\x8e\x8d\xd6\xb6\x98\xd6\xfa\xb0\xb1\x48\x38\xa9\x15\x8b\xa6\xcb\xcf\x85\x14\x79\xe4\xab\x01\x3e\x2f\x44\x82\x5d\x61\xfa\x38\x58\x9a\x9c\x63\x13\xaa\xf7\x03\x09\xe9\x68\xea\x12\xd0\x97\xea\xfc\x6f\x75\x21\x3b\x50\x5d\x02\xaf\x89\x61\xfc\x8e\xcb\x0c\x14\x06\x72\x87\xba\xd5\x0b\x97\x78\x9b\x03\x44\xec\x91\xbe\x4c\xba\x3d\xad\xf5\x2c\x7a\x0d\x1b\xef\x25\x34\x93\xb8\x5c\x3b\x60\x9b\x24\x03\x6e\x99\xb4\x94\x70\xee\x0a\xa7\xf1\xa4\xac\xac\x06\x87\x6c\x73\xc4\x4e\x91\x52\x02\x31\xb1\x92\x99\xa5\x51\xf3\x85\xb9\x4b\x6e\xf6\x80\x68\x20\x55\xb7\xd4\x12\x49\x08\x91\xd1\xed\x10\x52\x4f\x4a\xb7\x46\x46\x19\xfb\x7d\xb0\xc9\x40\xbf\x19\x7d\xb3\xf1\x78\xfe\xfa\xcd\x9a\xd1\xfc\xf0\x7d\x63\x30\x3d\x68\xea\xae\xb4\xd5\x76\x4b\x5b\xed\x4a\x4a\xed\x8a\x6e\x6e\x56\x74\x73\xb0\x67\x90\xd2\x75\xe4\x98\x89\xd2\x19\x83\x96\x04\xd3\x4a\xb9\x8b\x96\x65\x8c\x7a\x19\x05\x92\xa9\x65\xea\x79\xc6\x13\x07\x19\x40\x4d\xac\x72\xae\x29\xac\x16\x2f\xdb\xd9\x85\x41\xbe\x6e\x66\xbc\x10\x23\x56\xc3\x43\x93\x6d\x04\x64\x68\x0f\x58\x01\x5c\x73\xc0\x8c\x46\x5d\x0a\xa5\x0b\xfb\x31\x94\x14\xec\x1d\x5d\x7e\x66\x4f\xda\x7e\x43\x88\x48\x6c\x1b\x0c\x02\xf2\xd8\x31\xb5\xc1\xeb\xc0\x01\x67\x38\x6c\x10\x60\x22\x34\x1e\x84\x20\x4b\xa5\xc9\x33\xbe\xc0\xc4\xd3\xba\x0f\x37\x4d\x17\x7a\x18\x20\xd3\xa0\xa0\x7e\xae\x83\x89\x65\x19\xe3\x79\x2e\x38\x04\x81\x41\x36\x7d\xb0\x80\x2a\x65\xe7\x6d\x59\xcb\x8d\xc5\x58\x55\x12\xbf\x65\xef\x24\x19\xed\x1a\xef\x06\x22\x67\xa2\xe7\x79\x21\x8d\x55\x11\x1d\x0b\xdc\xa2\xc8\x40\xca\xd2\xc6\x42\x03\xbd\xd7\xb3\x86\xd9\xfa\x32\xaf\x5e\x3c\x58\x57\xcc\xb1\xd1\xb0\xe9\xbb\xf0\xc7\x7c\x57\xae\xf1\xf3\xe0\x69\x1d\x6e\xa7\xb7\x2b\xf6\xeb\xc9\x07\xda\xec\x0a\x34\x7e\x7a\x6e\x0a\x37\xf0\x93\x71\xd2\xe6\x78\x3f\x61\xed\xc6\xfa\x8c\x6d\xa9\x76\x63\x13\x70\x60\x25\xd5\x0b\x1a\x86\x9e\x7d\xe0\x27\x3e\x08\x83\x3b\xae\x5f\x17\x3f\x5d\x2b\xc9\x27\xae\x69\xd4\xae\x7c\xdd\x28\x4c\xe1\x4b\x17\xc3\x29\xdf\x2c\xc4\xb2\x5d\xc5\x1b\x4c\x8a\x62\x22\x1f\x22\xc4\x56\xd5\xb0\xcb\x18\x8d\x37\x91\xf6\x7a\x69\x96\x17\xb0\x4b\x90\x00\xed\x8a\xfc\xb7\xeb\x9c\x84\x46\xd5\x06\x48\x77\xd4\x91\x28\x92\xa2\xc3\xa4\x6e\xa7\x7e\x05\x8f\x1f\x3f\x6f\x7c\x3f\x98\xf4\xa6\x55\x42\xeb\x57\xbb\xe0\x20\x1a\xfd\x77\x9f\xb3\x8f\x7c\x65\x5d\x0f\x6c\xd1\x88\x19\x51\x51\xd4\xf4\xb0\xbc\x0c\xaf\x33\x6f\x1f\x57\xd7\x63\x3d\x88\x6f\x6c\x08\x1b\x6d\x30\x90\xf8\xe5\x6f\x3c\xb2\x9c\x82\xcf\x8b\x72\x98\xe9\xfd\x80\xe5\x11\x0e\x4d\x2d\x02\xe0\xd3\x58\xe5\xf7\x7f\xf2\xa2\x0c\xcd\x8c\xf6\x68\x3a\x3b\xed\x67\xbc\x00\xc0\x55\xb3\xf8\x6c\x6c\x8d\x5f\x18\x57\xb9\x29\x60\xba\x54\x77\x03\x85\x01\xca\x89\x02\xb7\xf5\x26\xae\x32\xbc\x40\x1b\x5e\xf3\xc6\x4b\x2b\xef\x6e\x2f\x16\xe1\xdb\x35\x63\xbf\x5a\x45\x79\x71\x9e\x28\x91\xe2\x4b\xeb\x23\x51\x92\xa0\xa6\xfe\x9a\xa0\x40\x2a\xac\xdb\x2a\xa1\xbf\x31\xa3\x08\x8b\xf7\x43\xf6\xe9\xfa\x70\xc4\xe5\xd0\x5b\xf2\x1a\x9b\x66\xc9\xda\x41\xa4\x82\x6d\xf0\x9b\x8b\xce\xf5\x3f\x34\x62\x77\x4d\x2e\x92\x91\x73\x0a\xd3\x9f\x74\xab\x8f\x92\x44\x57\xaa\xa4\x07\x58\x73\x15\x81\x42\xfc\x9f\xb9\x4e\xcf\x2e\xb6\x10\xd6\xfb\x79\x44\x69\xd2\x9f\x22\x9f\x89\xb9\x28\x78\x36\xa4\x28\x9b\x66\xfc\xe6\xa0\x1d\xbc\xd9\x0c\xe8\x5c\x7a\xfb\x39\x63\x3b\x1d\xc3\xdf\xe0\x18\xe3\x0b\x4c\x86\x50\x33\x61\xcd\xea\xcd\x44\x81\xc6\xb1\xde\x54\x18\x08\x5f\x8e\xd2\x8a\x27\xc6\xa4\xae\x10\x31\xc2\x4f\x77\x11\x2a\xb7\x91\xfd\x0a\x89\x29\xb6\xfc\x82\xf3\x0d\xb8\x3f\xc1\x00\x42\x00\x21\x3c\x05\x10\xca\x3a\xdd\x08\x82\x25\x14\x32\x11\xcb\xf8\x20\xca\x5f\x03\x8c\x7d\x31\x44\x80\x64\xa8\xbb\x92\x94\xf2\x4e\x5a\x42\xe6\x71\x2a\x53\x31\xae\xa6\x53\x88\xdf\xf4\x63\x08\x23\xa6\xc8\x49\x15\xdc\x9c\x02\x34\xf2\xb4\xca\xec\x87\xa6\x15\x2f\xb8\x2a\x85\x30\x3e\x52\x73\xd1\xa8\xd6\x57\x17\x57\x70\x89\x55\x50\xc7\x05\x0a\x82\xdc\x63\x69\x17\x3b\x58\x30\x13\x20\x2a\xba\x2e\x5a\xd0\xa5\x76\x62\xcb\x43\x63\x60\x04\x33\xf4\x3e\xa0\x00\x25\xc2\xe7\xfe\xd1\x60\x09\x71\x50\x6a\x35\xf0\xd9\x0f\xb4\x86\xe2\x4e\x26\xf0\x85\xe8\xb4\xe7\x75\xc0\x0f\x2e\xf6\xd8\x45\x3a\x66\x0b\xe6\x2a\x6d\xd4\x08\xde\x96\xf2\x59\xd1\x62\x51\x67\x09\xc0\x5b\x77\x92\x07\x57\xc5\xcf\x22\xf8\x90\xa9\xc6\x6e\xb4\xed\x15\xac\x2d\x6a\xe1\x77\x98\x86\xa2\xf3\x69\xba\x09\xe8\xf2\xf2\xf1\x32\x4d\xec\xe5\x5d\x29\xba\x7f\x26\xe9\xf2\x0b\x28\xf9\xb5\x2b\x45\xb7\x3b\x97\x9f\xe3\xb9\xdc\x95\xa2\xdb\x95\xa2\xdb\x95\xa2\xdb\x7e\x29\xba\x5d\xa1\xb7\x2d\x15\x7a\xf3\xc8\xbc\x8e\x99\x41\x25\x3f\xca\x02\x89\xc8\xd9\xe6\xd9\xca\xb5\xd5\x35\x59\xb6\x3d\x8c\x0d\x2a\xa3\xc5\x34\x8b\xee\x1a\x69\x20\x6f\x43\xf8\xb3\xa3\x38\x84\x6f\xc2\xe7\x5a\x4d\x5b\xd9\x26\x03\x28\x4d\xd3\x40\xe0\x50\x69\xe7\xdc\xfa\x16\x4b\x83\x18\xa7\x8d\x56\x6d\xcb\xf5\xbc\xfa\x54\xc8\xfa\x04\x5b\xbb\xa2\xdc\x54\x5d\x66\xaa\xf7\x08\xe2\x5a\x60\x65\x04\x33\x39\x06\x65\xf8\x2e\x33\x0a\xd0\x20\x30\xfb\xd4\xa9\x39\x54\xd1\xfb\x93\xd5\x91\xa2\x06\xcf\x71\x8d\x37\x2e\xdc\xf4\x29\x36\x7c\x57\x8d\x67\x57\x8d\x67\x57\x8d\x67\x4b\xd5\x78\x20\x7b\xca\x13\xf6\x78\x52\x97\xdd\x33\x7b\xf2\xcb\x46\xca\x4f\x38\x2f\x18\xd1\x85\x4e\xaf\x72\x91\x04\xc0\x31\x31\x9e\x8a\x5f\x74\xd9\x22\x91\x06\x5e\x32\xaf\xfc\xd5\xf2\xa6\x65\xc3\xf6\xcf\x2e\x8e\x07\xec\xe2\xec\x64\xc0\x44\x99\x1c\x44\xa0\xef\x3c\xf6\x86\x28\x71\xd7\xbb\xb8\x3b\x82\xc4\x41\xcd\xe1\x19\x2f\x61\x0d\x83\x0f\x01\xe8\xc8\x8c\xd7\x69\xb1\x04\x93\x1d\x62\xe3\xc4\xae\x20\xc8\x03\x2e\xf3\x19\xb7\x77\xa9\x28\xc8\xca\xaa\x39\xbb\x6a\x48\xbb\x6a\x48\xbb\x6a\x48\xbb\x6a\x48\xbb\x6a\x48\xbb\x6a\x48\xbb\x6a\x48\xbb\x6a\x48\x9f\x6f\x35\xa4\x65\x67\xe2\x31\xa4\x05\xaf\x8c\xc8\xe9\x78\xc7\x79\xb9\xf3\x85\x4b\xc1\x80\xc8\x15\xb0\xac\xd6\xae\x70\xa4\x3e\x52\x65\x60\x10\x95\x31\x77\x39\x51\x21\x23\x72\x5e\x00\x93\x5b\xe4\xe8\xfe\xbd\x37\x4c\x70\xb3\xa0\xc8\x72\x88\x5a\x07\xb1\x35\xe2\x71\x2f\x75\xf0\x4d\xd0\x13\xf0\x7d\xdf\x69\xaa\x13\xf0\x1c\x20\xd3\x72\xf2\x21\x8d\x58\x4f\xa2\xc3\x22\xa3\xb1\x12\xf7\x2e\x11\xde\x38\xff\x7d\xf8\x39\x59\xb6\x5c\xc7\x08\x6f\x62\xd8\xbd\xc8\xb2\x9d\x7b\x76\xe7\x06\xfb\x73\xb9\xc1\x76\xee\xd9\xdd\xb9\xfc\x1c\xcf\xe5\xce\x3d\xbb\x73\xcf\xee\xdc\xb3\x3b\xf7\xec\xce\x3d\xbb\x73\xcf\xee\xdc\xb3\x3b\xf7\xec\xce\x3d\xbb\x73\xcf\xee\xdc\xb3\x3b\xf7\xec\x67\xe6\x9e\xdd\xb9\x07\x77\xee\xc1\x9d\x7b\x70\xe7\x1e\xdc\xb9\x07\x77\xee\xc1\x9d\x7b\x70\xe7\x1e\xfc\x73\xbb\x07\x57\x82\x61\x1e\xd5\x98\x55\x1d\x3a\x5e\x60\x9d\xb3\xf7\x6d\x4d\x16\xe5\xda\xe2\xd5\x91\xe1\xed\xe0\xaf\x9e\x1b\xfe\x2a\xb6\xea\x9b\x1e\x85\x65\x73\x2d\xe0\x6a\xa7\x23\x76\x2e\xee\xe3\xaf\xb8\x7c\xe9\x3c\xf7\xa2\x28\xbc\x65\xbf\x33\x00\xcc\x5e\x9f\x32\xdd\xf9\xbe\x77\xf1\xf8\xf4\xe4\xb9\x4e\x81\x8c\x6d\xc5\x68\xbb\x9c\x29\xbe\x6d\xdb\xff\x0e\x00\xec\x79\x00\xc0\xb6\x03\x5d\xd9\x17\x1e\x65\xf9\x9c\x6c\x0f\x70\xd0\x2e\xc0\xca\xe8\x0d\xf0\xbf\x48\x44\xd0\xc0\xda\x3e\x93\xda\x2f\x63\xf4\x5c\xdc\x43\xb8\x82\xe3\xc6\x59\x65\xca\xf5\x38\x48\x01\x0a\xa8\x54\x77\xe0\x3f\xc5\xb1\x46\xe8\xb1\x2f\x80\x19\xa9\xfe\x83\x0f\xd9\xbd\x25\x92\xfc\x56\xa8\x43\xc2\xbf\x0e\x0a\xdf\x23\xed\xbc\xf4\x3f\x10\xf9\x8d\xed\xf0\x8e\xf4\x6f\x99\xf4\x27\x9b\x14\x57\xb6\xca\x1d\x1c\xaa\x19\x37\x4c\x27\x80\x7c\x92\xf6\xac\xca\x00\x2f\x42\x19\xfc\x78\x45\x7f\xf2\x1f\x4a\xc3\xf0\x3c\xdb\x03\x83\x46\x2a\x3d\x36\x76\x33\xfa\x18\x88\x57\xdc\xea\x77\x32\x29\x34\x56\xf1\x1f\xec\x41\xc7\xf6\x0f\x53\xf2\x79\x47\xa9\x19\xb0\x59\x35\x8c\x36\xa2\x35\x30\xbb\x95\x05\x44\x32\xec\xc3\x14\xf4\x04\x60\xb3\x9c\x5d\x29\x2f\xd1\xd0\xc2\xae\x17\xb9\xb0\x37\x7c\x74\xf0\xa4\x19\xb8\xc1\xb7\xae\x63\x74\xf0\xc4\x04\x82\xa8\x7f\x4f\x24\xc6\xba\x7a\x5a\x69\x95\x1d\xcf\xda\x26\xcf\xca\xf8\x23\x4e\xe2\x5c\xe3\xf1\x03\x87\x29\xde\x43\x95\x04\x95\x95\xfc\x41\xf5\x47\x74\x2b\x27\x8f\x2c\x3d\x31\xd9\x70\x56\xcd\xb9\x1a\x16\x82\xa7\x10\x9b\x12\x3c\x76\xce\x42\xb2\x55\xb9\x31\x5a\x06\x02\x84\x37\x4a\xe7\xff\x59\x80\xb1\x0b\xc1\x4d\x8c\x97\x61\xb8\xa4\xb7\x20\x72\xfb\xef\xa2\x1c\x30\xea\x18\xea\x9d\x15\x06\x96\xc2\x2e\x37\x5d\x38\xb8\xee\x53\x79\x47\x9c\x0f\x3b\xf7\x91\x90\x65\xc1\x95\x81\xa1\xd6\x46\x10\xbf\x88\xae\x2e\x39\xc1\x7f\xc5\x0b\xae\x82\x11\xb3\xdb\xd0\xcd\x8c\x48\xb4\xdd\x9c\x85\xbb\xd0\x50\x7f\xce\x6e\x4a\xa2\xe7\x79\x26\x1e\x48\x1a\xd8\xc8\x87\x15\xa1\x3f\x28\xe6\x48\x35\x3d\x76\x75\xb3\x56\xfb\xa9\x61\xbf\x75\x96\x39\xa0\x26\x31\x97\x25\x58\x18\x3d\xbb\x19\x30\x31\x9a\x8e\xd8\xdf\x9b\xc1\x04\x54\x46\xfe\xef\x1d\xcb\x41\x83\x38\x53\x76\x23\x62\x8e\xa7\xb3\x93\xc8\x08\x24\x35\x0f\x3f\x99\x89\x72\xf8\xb0\xf8\x6d\x12\xff\x92\x11\x85\x8c\x99\x00\x4f\x78\xc9\x83\x32\xf3\xc8\x37\xb1\x71\x48\x07\x02\x88\x3d\x5d\x40\x2d\x3d\x39\x61\xd2\x6e\xba\xf3\x5f\x95\x5a\xe1\xdb\x1b\xe1\x08\xda\x17\xae\x70\x68\x76\x90\x1e\xf7\x6f\x99\x80\xf9\xf2\x66\xcc\x2f\x5a\x30\xc0\x11\xbb\x6a\x1f\xf4\xd5\xe7\x7c\xf3\x51\x7a\x20\x57\x5c\xdb\xa5\x31\x52\x85\xca\x60\xd1\xf6\xcf\xad\x04\x93\x0d\xd8\x2f\xbc\x50\x52\x4d\x0f\x06\x10\x24\x0c\xc4\x9c\x25\x7e\xb8\x10\x0c\x4c\x82\xf5\xa4\xb2\x84\xe3\xd1\x96\xac\x70\x3d\xbb\x15\x81\x55\x56\xac\xf6\x4d\xe9\xa9\x82\xd4\x92\xd1\xe6\x3a\x4b\xcf\x37\xa0\xf7\x55\xfa\xcd\x5a\x30\x75\xd7\xa8\x05\xa4\x7e\x27\x76\x28\xea\x9f\x8d\x2e\xb1\x0e\x45\xfd\x8e\x0c\xa0\x4f\xb6\xca\x80\x46\xbc\x43\x4f\xdf\xa1\xa7\x3f\x13\x7a\x3a\x9c\xaf\x6d\x21\xa7\x07\x64\x7d\x1d\x81\xc3\x66\xbe\xae\xbe\x5d\x5a\xab\x46\x03\x45\x51\x8e\xb3\xfb\x9b\x34\x60\x72\x24\x46\xf6\x34\x3a\xd1\xef\x9e\x9b\x43\x69\xd8\x0c\x2c\xaa\xf6\x57\xdb\x93\x54\x95\xae\x4c\x86\xc5\xa1\xa1\x68\x09\xc4\xe9\xf4\x40\xd2\x8d\x5a\x06\xce\xbd\x55\xa0\x56\x3c\x28\xec\x18\x42\x53\x60\x8c\x55\x5e\x93\x32\x53\xb2\x99\xe0\x45\x39\x16\x56\x17\x45\x36\xd3\xc3\x5e\x60\x5f\x7c\x4f\x9a\xff\x0a\xb3\x01\xc9\x57\xf0\x99\x50\x13\xa2\x37\xb7\x67\x32\xb0\x82\x71\x64\x10\x57\xf6\x67\xcf\x06\x70\x03\x5f\xb3\xf7\x6a\xaa\xc1\x92\x55\xb0\x37\xae\x74\xdc\x89\xa5\x29\x09\xde\xfb\x8b\x8c\x2b\x05\x46\xb0\xb9\xbe\xe3\x58\x88\xf2\xd5\xe8\xd5\x5f\x36\x15\x1e\x7a\x71\xf5\x95\x07\x73\x3d\x5a\x73\xdd\xcc\x1d\x4c\xd3\x38\x99\x50\x73\x9c\xac\x8d\x7d\x4e\x55\xa7\xc4\xee\x85\x79\xa4\xad\x6d\xbb\x8b\x34\x6c\x2a\x94\x55\x1a\x3b\xdc\xf8\x33\x6d\x62\xe7\x55\xa7\x0e\x20\x41\x6d\xda\xe7\x46\x45\x3d\x1f\x44\x72\xe4\x0d\xa1\x9d\xab\xe9\x5b\x35\xca\xc1\xde\xec\x11\xe8\x81\xf7\x6e\xdc\xec\x91\xae\xd4\x6b\x49\xe3\xd9\x3c\xc7\xf8\xc0\x05\x07\x50\x3b\x88\xa1\x40\x48\x56\x48\xeb\xb1\x0a\x89\x4c\x5b\x91\x25\xe8\x03\x5e\x72\x16\x7b\x5d\xd2\xf5\x05\xd1\x59\x5a\x97\x6c\xff\xc5\xe1\x8b\x83\x25\x87\x6f\xcb\xb5\x7e\x1d\xbc\x69\x89\x85\x9c\xe7\xd9\x02\xc6\xf1\x22\x1d\x30\xe9\xc3\x31\x71\x31\x60\x54\x94\x6b\x34\x60\x46\x5b\x05\x36\x95\x4e\xd5\xb4\xbf\x82\x2e\x55\x54\xa8\x53\xb2\xfd\x17\xff\xf7\x0b\x02\xa0\xb8\xd7\xea\x45\x09\xc3\x1f\xb1\x6b\xac\x15\xef\x3b\x5a\xe8\x8a\x29\x21\x08\x95\x36\xcf\x64\x22\xcb\x6c\xc1\x12\x9e\x65\x0c\x54\x29\x8d\xc4\x94\x72\x9c\x4e\x1f\x64\x19\xd8\x2e\x5e\x62\x60\x9f\xe0\x94\xff\x90\xc9\x3b\x71\x38\x13\x3c\x2b\x67\x18\xf3\xa2\xb4\x1a\xfe\x26\x0a\x8d\x55\xc9\xe9\xc9\x2a\x5f\xd4\xd2\x99\xdb\xe0\xd0\xbd\x39\x46\x97\xef\xfa\x6b\x7c\x19\xe2\xac\xbf\x91\xe3\x42\xb0\x63\x8a\x70\x74\xe5\xe4\x63\xbf\x62\x69\x54\x40\xdf\x1e\x0b\x1f\x70\x46\x15\x33\x0f\xef\x0b\x69\x89\x1f\x24\x4d\xc4\xdf\x76\x98\x1b\xfa\x5e\x89\xc2\xcc\x64\xce\xe6\x5c\xf1\x29\xd6\x4c\xb4\xcb\x75\x75\xfa\x56\xaa\xea\x01\x2a\x4e\x8e\x45\x46\xda\xdd\xea\x03\x3f\x31\xd7\x51\x35\xee\x8d\x3f\x6a\x98\x60\xea\x62\x3e\xc2\x32\x0c\x93\x56\x9b\xba\x5c\x37\x85\xc6\x58\x2a\xe2\x8c\x53\x6a\xca\xdc\xd1\x3d\x7d\x18\xb1\x9b\x3d\xf1\x50\x7e\x8b\xf5\x08\x1f\x26\x06\xff\xa1\x4a\xfb\xaf\x11\x3b\x9b\xfb\xa3\x04\x52\x62\xe1\x63\xeb\xdc\x6b\x56\xed\xae\x94\x0f\xb3\x88\xd2\xb0\xac\x8a\x28\x23\x75\x20\xe1\x9b\x63\x82\x6a\x61\x59\xa5\xc8\x40\xdf\x8f\x9d\xda\xfd\x7a\xaf\xb2\x48\xa0\x53\xdd\x7b\x18\x3f\x05\x81\x49\x6c\xbf\xde\xe6\x83\x11\xbb\xa4\x3e\x30\xfb\x15\x82\x40\x26\x1a\x45\x67\x51\x3f\x34\xa2\x84\x95\x93\x8a\x05\xf1\x08\x26\x1e\xe4\x84\xb3\xf9\xe5\x97\xf3\x88\xde\x10\x9b\xf6\xbd\x2e\xb2\xf4\x5e\x12\x49\x37\x6c\xdf\xbe\x7a\xb0\x51\x92\xd9\xfd\xbd\x4c\xd7\x7d\x0d\x8f\x2f\x7e\x8d\xc1\xe7\xea\xea\x2e\x86\xed\x43\x17\x07\xec\x54\x42\x84\x18\xfc\x65\x59\x7d\xa2\xe7\x63\x17\x14\x67\x25\x02\x3f\x37\x38\xe9\x76\xc7\x5c\xe2\x03\x04\x45\xbb\xba\xf1\x18\xb2\x27\xe7\x55\x56\x72\x25\x40\x56\x7b\x36\x7a\x91\x89\x87\x0b\xab\xc3\x9a\x52\xa8\xb2\x2f\xed\xe8\x7e\xab\x59\xbe\x01\x58\xa9\x4c\x58\xee\xdb\xba\x85\x0c\x94\x2c\x0e\x54\x1e\x92\x40\x51\x95\x3e\xa4\xe8\x63\x97\xe2\x09\x48\xe9\x22\x61\x63\x6e\x44\xca\xf2\xac\x9a\xca\x28\x13\x0c\x35\xfc\xb4\x90\x77\xa2\x58\x56\xf1\xe9\xf7\x65\xcb\x19\xfc\xee\x18\x63\x08\x9f\x84\x6f\x40\x81\x63\x23\xea\x02\xe1\x44\x23\x63\x57\xf6\xb3\xa4\x46\x90\x99\x4b\xd1\x5a\xc1\x47\x52\x38\x27\xc6\x8a\x42\x76\x53\x71\x2b\x19\x8e\x3a\x3a\x39\xac\x6e\xb4\xf2\xba\x9c\x3e\x94\x05\xf7\x6c\x9d\x5e\xb0\xb4\x8e\xab\x45\x6c\xdf\x78\xea\x98\xf8\x45\x63\xaf\x96\x6f\xea\x67\x4a\xb3\x56\x54\x62\xaa\xc7\x75\xe5\x1a\x61\xfc\xba\x4b\x39\x26\xad\x88\x4a\x35\x90\xb5\x81\xc4\x25\xac\x4c\x0e\x26\xfa\x3b\xd1\x10\xb1\x4b\xcd\x72\x6e\xbc\x79\x08\xef\x04\x6d\x9b\xa1\x10\x4e\x07\x9c\x0f\xc1\xb7\x72\xc2\x94\x6e\x7d\x25\x4c\xbb\xa3\x38\xfa\x8e\x81\x18\xb4\xd9\x43\xc0\xb6\x56\xae\xd1\x00\x6b\x70\xc2\xbf\xa9\xf0\x26\x37\x26\x48\xe1\x69\x8e\x6a\xe3\x82\x13\x81\x85\xbf\xa7\x9e\xde\x7e\xaf\x43\xd1\xa9\x4f\x7a\x3f\x52\xf7\xd1\xd1\xac\x08\x69\xdb\xd1\xb3\x1d\x3d\xdb\xd1\xb3\x1d\x3d\x5b\x9d\xc8\xab\x13\x9e\x2d\xb9\x2d\x7b\x12\xb5\xe8\xcb\x9d\x94\x0d\x72\xc5\x1f\xa7\x03\xe2\xbb\x8e\xa2\x39\xd5\x8e\xee\xa9\x7b\xca\xa7\xe0\xa0\x7b\xaf\x04\xc8\xb0\xa0\x08\x6a\xcc\x02\x4f\x79\xc9\x8d\x80\x22\x52\xf0\x8c\xfe\xfe\xf0\xe1\xec\x24\xf0\x5c\x43\xe9\xe0\xe6\xb7\x0c\x4b\x35\x46\x9c\xaf\x52\x0e\x75\xf1\x28\xdd\x30\x18\xd5\x6a\x9f\x30\x35\x64\xa6\xd4\x05\xaa\xb4\xce\xb0\xcd\x86\x37\xd5\xcb\x97\xdf\xd4\x56\xa3\xb0\xb9\xa5\xa0\x6e\x3a\xf5\x2c\x13\x0d\xd6\x0a\xea\x28\xf5\x96\xbe\x18\x09\x0a\xd6\x69\x79\x84\xb0\x7a\xcd\x11\xd6\x29\x1a\x94\x2e\x1d\x14\x9a\x84\xba\x4f\x6e\x38\xd4\xfe\x69\x66\xac\x9f\x8e\x4f\x6b\x51\xff\x44\x9a\xdb\x47\x1d\xae\xba\x0b\x66\xfb\xa8\xf9\xa5\x54\xec\x27\xad\xa7\x99\x60\xc7\x7a\x9e\x57\xa5\x60\xa7\x6a\x2a\x95\x18\xdd\xa8\x1b\x75\xc4\x7e\x3a\x3e\x65\x17\x27\xa8\x26\x41\xec\x2f\x1b\x8b\x89\xbd\xbb\x70\x3c\x29\x58\x90\xb7\xd1\x2d\x52\xfb\x09\x78\x07\x72\x6f\xc6\xa2\x51\xbf\xda\xf6\x99\x17\x1a\x08\x82\x3d\xa7\xbf\xd9\xf3\xcb\x91\x53\x92\xef\x7d\xc4\xfc\xa7\xfb\x99\x3b\xb0\x0c\x12\x4f\x87\xd0\x74\xce\xd5\x02\x63\xe4\x46\xd4\xcd\xd6\x0c\x1f\xa1\x50\x90\xa7\xe7\x51\x24\xa9\xbe\x0c\x9b\x8e\x15\x5d\x78\x90\x5c\x16\xba\x62\xf7\x5c\x95\x01\x33\xbf\x96\xf9\x6b\x76\xaa\x4c\x55\x04\x88\xaa\x6d\xbe\x2e\xcd\x06\xac\x9d\xcf\xf3\x4c\x98\xd7\xdb\x36\x9f\x6c\x8a\x05\x41\x45\xdb\x0e\x89\x08\x7d\x35\x4d\x44\xad\xa8\xda\x23\x14\xc5\x11\xe0\x45\x29\xe3\xd1\xad\xf6\xe4\xf9\xc7\xee\xc4\xad\x59\xdc\xb3\x09\xd3\x18\x7b\x82\x06\xd6\xb4\xce\x04\xf3\x09\x4a\xe3\x85\xeb\x05\xc1\x3f\xea\x05\x7c\xa3\x3d\xb9\x86\x3c\x47\x93\xf2\x57\x68\xcf\xc4\x55\xc1\x7d\xa8\xc7\xc4\x0d\xbb\xd9\x7b\x65\x57\xf7\x4a\xce\x65\xc6\x8b\x6c\x31\x08\x47\x59\xb7\xb4\x54\xcd\x75\x69\x07\x73\xb3\xf7\xf2\x66\x8f\xed\xeb\x02\x7a\xb7\x77\x22\x13\xfc\x0e\x85\x0c\x3a\x7c\x0b\x64\xcd\x07\xcf\xb9\x0f\xab\x0c\x5a\x74\x1b\x96\x29\x28\x12\xc9\x50\x06\xbe\x38\x69\x12\xa0\xe3\xd3\x11\xfb\x40\x9c\x9e\x88\x29\x2e\x1d\x10\x12\xd7\xe2\x53\x1c\xaf\x6e\x89\xf0\x69\x72\xde\xb2\x18\xf9\x9c\xf3\xf1\xb2\xe4\x46\x8c\x46\x96\x97\x22\xd7\x8f\x62\x2f\xe1\x2d\x83\x2c\x13\xca\xaf\xad\x53\x91\xc2\xac\x5a\xce\xa6\x12\x23\x8f\x8c\xc4\x8c\xb7\x9f\xe8\xef\x4d\x04\x92\xc8\x5b\xae\x79\x84\x94\x5b\x76\x76\x72\x7a\x71\x79\x7a\x7c\x74\x7d\x7a\xf2\x9a\xd1\x6c\xed\x68\xd3\xc0\x0f\x78\xad\x6b\xcd\xb1\x91\xc3\x4e\x68\x45\x6e\xe0\x03\xa2\x0d\x5c\xb1\x53\x7b\xeb\x4e\x64\x81\x31\x7c\x5c\xb1\x33\x25\xcb\xe3\x66\x21\xc2\x24\xd3\xca\xc7\x00\xe6\x9a\x14\xd1\xa9\x44\xb8\x70\x45\x9d\x41\xcc\x58\xa3\x37\x4a\xe2\x7a\x11\x22\x77\xaf\x61\x4a\xf5\xb2\x46\xb4\x55\xe7\x36\x8a\x10\x4f\x34\xe7\xd6\x8e\x25\x02\x3a\xb2\x4c\xdc\xee\x84\x73\x81\x6b\xc2\x30\xc0\x05\x79\x31\x1a\xbd\x18\x31\x4b\x45\x5f\x8c\x5e\x38\x26\x94\xf9\x94\x45\x3a\x16\x75\xa7\x2e\x4f\xd1\x3e\x6c\x9f\x01\xf6\xde\x01\x0d\x0d\x2c\x67\x69\x65\x3f\x3a\x03\xb0\xac\x73\xd0\x23\xbd\x78\x39\xa3\x1a\x87\x1f\xa5\x33\x38\x95\x77\x42\xe1\xc4\xba\xe2\x07\x69\xe5\x62\xa7\xdd\x7d\xe2\xc3\xe5\xdb\xf8\xdb\x78\x6a\xe2\x5e\x3f\x84\xab\x98\x79\x77\x5d\x0d\xca\xe3\xde\x7b\xa2\xb7\xf3\x27\x4c\x22\x99\x98\xcd\xad\xc9\x8d\x9b\xec\xfb\xf1\x67\x92\x97\xe0\xcc\x77\xf9\xcc\x13\x51\x92\x9b\x9f\x63\x36\x59\xfd\xc6\xb3\x68\x13\x8d\x64\xc4\xa0\x8a\x7e\xce\xcb\xd9\xf2\x09\xaf\x5b\x44\xa0\x14\xe9\x11\x28\x1d\x64\x99\xf1\xb1\x42\xc0\x9e\x60\xb2\xa9\x28\xb9\xcc\x4c\x30\xaf\x52\xe7\x3a\xd3\xd3\x45\x94\x64\x0b\x92\x06\x5c\x94\x0d\x2d\xc2\xe1\xd4\xbd\x7e\x78\x79\x7a\x74\xf2\xee\x74\x34\x4f\xbf\x4a\xc0\x4d\x39\xe4\xc3\x5c\x47\x35\x11\x11\x0e\x11\xab\xc4\xae\x9e\x06\xb4\x09\xad\x4c\xf8\x03\xd2\x1c\xa7\x6b\xd7\x13\x71\xfd\x07\xa8\x1d\x0e\x63\x15\x64\x07\xbc\x6a\xee\x0b\xf5\x07\xd2\x80\x79\x79\x31\xbe\xfe\x1c\xc9\xee\x63\x5d\xa9\x94\x5d\x7c\x3c\x7e\xf6\x75\xca\xa3\xf0\x1e\x00\xcd\x40\x6b\xd1\x3e\x94\xcc\xbe\xf2\xec\xe3\x7a\xa4\xf4\xb0\x34\x58\x94\xb3\x9d\xb6\x03\xf4\xab\x56\x6e\x72\x51\xcc\xa5\x43\xa2\xe9\x27\x56\x3c\x7d\x8e\x8f\x93\x28\x5c\xf7\x3b\x4a\xf4\x67\xa3\x44\xbb\x1b\xf6\xa7\xb8\x61\x3f\x5f\x5f\x5f\xfc\x24\xca\xf5\x61\x4e\x8d\x86\x61\xa4\x93\x72\xf9\xa0\xe8\x0d\xd1\x8a\xd9\xa6\xec\x27\x51\xd6\x75\xd6\xd7\x99\x41\x74\x11\xc9\x41\x8d\x07\x7f\xfd\xac\x8d\x3b\xe1\x9a\x11\x2e\x15\x2b\xf5\x60\x89\xc5\xe4\x3a\x65\x67\x17\x23\xf6\x9f\xba\xb2\x12\xf9\x98\x8f\xb3\x85\x57\xde\x8d\x28\xd9\x0d\xf4\x75\xb3\x67\x45\x3e\xbb\x0b\x3f\x0b\x9e\x8a\xc2\x40\x04\x92\xe0\x1d\x01\x69\x75\xbb\x88\x98\x56\x99\x52\xcf\xd9\x8c\xfa\x69\xe2\xd8\xd2\x5a\x8c\x70\x75\x08\xe8\xbc\x10\x39\x86\x1d\xd1\x3b\xdb\x48\x70\xb7\xfd\xe3\x10\xc1\x43\xb1\xe2\x1e\x5a\x65\x03\x51\x85\xc8\x22\x0a\x43\xc3\x7c\xc7\x4e\x08\xc6\x2e\x13\x6c\x11\x26\x97\xc2\xf2\x17\xe5\xf2\x17\x02\x33\x1f\x45\x9d\xba\xf8\x09\xb7\x4c\x5c\x4d\x05\x7b\x65\xdf\xfc\xfe\xbb\xef\xbe\xf9\x6e\xc4\xce\x43\x78\x49\xab\x1c\x1d\x9d\x1f\xfd\x7a\xf5\xf1\x18\x10\x98\x37\x4e\x82\xab\x4a\x99\x8d\x2c\xe5\x2c\x8b\xd1\x99\x2a\xdf\x17\x57\x75\x4e\x8e\x3d\xf9\xb1\x78\x50\xf8\x3d\xf4\xb7\xd1\xb1\x0b\x32\x9d\xed\x59\x6d\xde\x74\xbb\x96\x8f\xc7\x40\x09\x36\xb1\x3b\x68\xd9\xce\xe5\x30\x32\x97\x0e\xd7\x42\xd0\xe7\x9a\x7b\x8e\xad\x1a\xe1\x8c\x49\x78\xb6\x43\xf8\x21\x49\xf7\x3d\x07\xc8\xc3\x3e\xb8\xf9\x83\x3d\x08\xde\x5f\xbe\xf0\x71\x74\xd2\x6b\xbb\xbc\xf8\x59\x94\x35\xa9\x93\xa5\xd3\x89\xbd\xae\x7f\x1f\xdb\x3d\x49\x57\xfa\x99\xab\x34\x5b\xb3\x8e\xd8\xc4\xe7\x9a\x70\xa7\xb1\x25\x8e\x5e\x52\x48\xa2\x73\x38\x40\x2a\xfd\x5a\x67\x88\x78\x10\x49\xc4\xa9\x17\x71\xe6\x80\x91\x57\x5b\x3a\x03\xb6\xdb\xda\x7d\x53\x9b\x5b\x4f\x1f\x44\xe2\xff\x46\xa6\xec\xc6\xa6\x61\x3c\x1b\xa5\x65\xd5\xd1\xb2\x44\x28\x7f\x12\x31\xfa\x8d\x7c\xa4\xf5\x59\xdb\xdc\x91\x48\xf0\x25\x8a\x62\xa2\x8b\xf9\x26\xdf\x6f\x72\xb2\xdf\x07\x7b\x65\x92\x5f\xe9\xe4\x36\x36\x88\xeb\xe3\x0b\x7c\x14\x0c\xa3\x66\x64\x98\x8d\x0d\x8e\x7e\x76\x7d\x7c\x01\xa4\x6c\x04\xff\x9a\x69\x7d\x8b\xf1\xac\x0b\x51\xd6\xf6\xf2\x0d\x46\xe9\xbf\xec\xc6\xd9\x37\x81\xa1\x5e\xdd\x1e\x7c\x3c\xda\xa4\xfd\xe9\x2e\x32\xa1\x4d\x79\x94\x49\xbe\x32\xb7\xc1\x37\x62\x33\x9d\xa5\xb8\x87\x73\x9e\xe7\x76\xd1\xc6\xa2\xbc\x17\x42\xb1\xb3\x0b\x38\x93\x96\x34\x62\x64\x1f\x26\x34\x90\x01\x07\xc1\xe9\x6b\xc4\x71\x55\xd6\xc6\x97\x1c\x0c\x56\xf6\x45\x0c\x36\x5e\xef\x23\xf4\x1f\x89\x0f\x15\xbf\xef\x4c\x27\x7c\xac\xef\x04\x0c\x2f\x4d\x0b\x61\x56\x72\xdd\x65\x97\xbf\x8c\xa4\x74\xd7\x7d\xb9\x9b\x07\xae\x13\x80\xcf\x83\x99\x3d\xd1\x36\x63\xe7\x60\x59\xf6\xa3\xd4\x20\x18\x8a\x15\x03\x60\x87\x1c\xb8\x24\x69\x3c\x3f\xfb\x87\xcf\xae\xf1\xc4\xb5\x9c\x15\xf2\x89\x73\x9a\x7a\x3b\x1c\x09\x11\xc8\x6c\x29\x3c\x20\x27\x8d\x82\x33\xb3\x98\x67\x52\xdd\x42\xd4\x39\x49\xef\x96\xfa\x91\xae\xa7\x6e\x1d\xaf\x2e\x04\xcf\xba\x75\x8d\x4d\x0c\xe8\x76\x20\x39\x62\xba\x2d\x23\x10\x76\xa7\xa5\xda\x73\xe8\x76\x94\x8c\xfc\x0d\xd1\xe1\x66\xef\x66\xef\xf9\x86\xb6\xc9\xb9\x3b\xbb\x3a\xbe\x3a\xdb\xdc\x1e\xb8\xe2\xb5\x46\x0c\x96\x62\xd0\x12\x9c\x34\x23\xfa\xf7\xa6\x41\xea\xcd\xb7\x9e\xc1\x47\x8b\x31\xbf\x17\xba\x28\x79\x66\x29\xc3\x3f\x2c\x79\xcd\x2a\xb5\x7c\x94\x93\x19\xcf\x8f\xaa\x72\x76\x22\x4d\xa2\xef\x44\xcc\x0a\xec\xaa\x7e\xb8\x71\x4a\x18\xbd\x7f\x81\x1d\xff\x7c\x74\xc1\x78\x55\xce\x84\x2a\xa9\x5c\x47\x34\xc0\xc7\x7d\xea\x0a\x11\x85\xfb\x7e\x88\x9a\xf7\xfe\xcc\xce\x0f\xfd\xa8\xcb\x27\x4d\x62\x64\x34\x9d\xd6\x4a\x06\xbc\xd4\x1d\x05\x60\x49\x81\xc4\xbd\x3a\x73\x6d\x41\x03\x02\x7a\xd7\x78\xbd\x11\x2d\x85\x06\x08\xf8\xee\x99\x2a\x45\x31\xe1\x89\x68\x05\xa0\x63\xb6\x3b\xf6\x2d\x7d\x1b\x88\x8b\x49\x28\x14\x3f\x87\x43\x8e\xa1\x32\xaf\xf1\x49\xe0\xb7\xa6\x10\x1a\xc7\xc0\x13\xca\x98\xa9\xf3\x87\x50\x29\xea\x80\xff\xb0\xf7\xa6\xcb\x67\x84\x83\xfa\x8f\x8a\x67\x38\x99\xf3\x2e\x07\x4b\x73\x82\xcb\xfd\xb9\x95\x73\xb3\x3b\xf7\x96\xb0\xca\xa0\x88\x87\x2d\x00\x37\x03\xc5\xba\x90\xf0\xbe\x20\x1b\xc2\x0b\xb6\x5f\x26\xf9\x41\xff\x74\x0e\xec\x95\x66\xf3\xd6\xe7\x71\xf4\xc4\x51\xc2\x65\x8f\x88\x2e\x8d\x6e\x91\x02\xb1\xb7\xd2\x50\xdd\x30\xfa\x41\x1a\x26\x30\x6b\x81\x83\xcc\xa5\x0b\x26\xf3\x5f\xad\x38\xf2\x1a\x6f\x7e\xa0\x8f\x4b\x83\xc5\x38\x30\x70\xce\x85\x2a\xec\x97\x8b\x5c\x26\x3c\xcb\x16\x5e\xdc\x35\xec\x2f\xdf\xbf\x04\x82\xf9\xcd\xd7\xdf\xbf\x3c\xd8\x4c\x42\xfa\x84\x2e\xf0\x4d\xa3\x1f\x81\xf0\x61\xe0\x23\x22\xfc\xe2\x71\xc0\x15\x86\x1c\x36\x7f\xeb\x96\xc8\xe3\xa3\x63\x9f\x07\x4d\x1e\xd2\x67\x9b\xff\xc8\x1d\xde\xd0\x54\xd1\x33\x64\x1b\xf8\xf4\x63\xe4\xd7\x9d\x90\xb0\x13\x12\x76\x42\xc2\x4e\x48\xd8\x09\x09\x8f\x11\x12\xf2\x9d\x90\xf0\x59\x0a\x09\xf1\x84\x82\x2f\x5b\x52\xd8\x24\x0f\xe2\x6f\x62\x71\xad\x5d\x11\x96\x2e\x31\xe1\x1d\xcf\x03\x48\xa0\x5b\xb1\xc0\x58\x72\x30\x09\xf9\x92\x88\x4b\x79\x51\x51\x06\x7e\x2b\x16\x9d\x8e\x78\xc0\x80\x8e\xb9\x15\xe8\x8b\x14\x8a\x1e\x47\x3d\xd4\x69\x84\x04\xd5\x49\x38\xf6\x39\x1b\x4b\x3c\xae\x95\xa1\xe4\x04\x89\x76\xcf\x41\x50\xc8\x11\x01\x8f\x9c\x6d\x15\xf7\xe3\xe5\x0f\x3f\xfc\xd0\x05\xf6\xef\x22\xe7\x70\x5f\xdf\xd9\xcf\x84\x18\xff\x2e\x25\xc7\x41\xfc\x23\x50\xc5\x24\x93\x09\x05\xe6\xe1\xd9\x70\xb9\x52\x40\x1e\xf9\x64\x82\x08\xa4\x54\x18\xc4\x8e\x7d\xc0\x32\x79\x2b\xd8\xc4\xfc\x54\xe8\x2a\xf7\x45\x86\x5c\xc1\x27\xaa\xa8\x8a\x9d\xd5\x73\x35\xa2\xec\x4b\xf6\xa2\xe6\xc1\x6b\xf8\x42\xc6\x21\x0d\x29\x0f\x6c\x85\xae\x08\xcf\x9c\xe7\x98\x0d\x00\x3b\x34\x62\xef\x6a\x5c\x71\xae\x18\x1f\x1b\x9d\x55\xa5\x8f\x38\xa0\x87\x61\x54\x20\x74\x2a\x32\x94\x09\x31\x48\xd1\x35\x0b\xa2\x17\x11\x04\x13\x4e\x1f\xb4\x79\x9a\xb5\xed\x6d\x58\xa5\xb0\xeb\xcc\xd7\xf5\x0a\x03\xf7\x5c\x12\xec\x12\x9a\xe2\xbd\x3c\x4b\x62\x13\xf9\x7f\xa0\x30\xa6\x54\x76\x7b\x72\xad\x8c\x73\xa2\xbb\xa2\x30\xbe\x6f\x42\x61\x83\xf8\x74\x0c\x21\x35\xe5\x15\xcc\xdb\x6e\xf0\x45\x21\xae\x4a\x9d\x07\xed\x67\xe8\xed\x32\x83\x86\x95\x78\xd2\xf4\xf9\x62\x0d\x13\x13\x94\x84\x72\x0e\x17\x43\x68\x92\xa5\x18\xb0\x4a\x41\x89\xdc\xe6\x9b\x54\x00\x0a\x4a\xdf\x40\x21\x41\xc2\x7d\x49\x38\xd5\xb9\xa1\x01\x10\x1c\x6e\xd1\x04\x7f\xe9\x70\x1a\xe4\x6e\x52\x11\xfb\xb3\x9f\xaf\x1d\x1b\xcf\x32\x91\x32\x39\x9f\x8b\x54\xf2\x52\x64\x0b\x2a\x21\xc6\x9b\x35\xad\x48\xd8\xf1\xa6\x69\x37\x26\x1a\x74\xd9\xae\x81\xe5\x2a\xee\xf8\xc2\x59\x54\x12\x8b\xf1\x24\xd1\x1e\x48\x1b\x41\xc7\xf0\xd0\xf9\xaa\x9d\x78\x9f\x36\x59\xea\x99\xd6\xb7\x7e\x95\xe3\xa8\x72\x3d\xcb\x6e\xfa\x7f\x0e\xfd\xfe\x0f\xc1\x31\x76\xf8\x55\xfd\x08\x7e\xd8\xc4\x7b\x47\x1e\x55\x7b\xe5\xf1\x74\x45\x36\x85\x8e\x5d\x7c\x4b\x28\xad\x88\x77\xae\x71\x5a\xc1\x71\xe7\x8a\x1d\x5d\x9c\x79\x67\xa3\x6e\xac\x23\x01\xac\x53\x99\x2c\x57\xb1\xf3\x90\xaa\xfd\xa1\x93\xdb\xd5\x5f\x1a\xb0\xbc\x10\x62\x0e\xa3\x1b\xd4\xe9\x08\x14\xa7\x0e\x3f\x8a\x32\x41\xfe\x1c\x1c\x4f\xa0\x34\x34\xfc\xf6\xae\x25\x05\x37\x33\xac\x8c\x24\x1e\x64\x49\x15\xb5\x42\xd0\xd7\xa0\x48\x93\x34\xad\xf4\x46\xfa\x88\x93\x08\xd2\x56\xd9\xb1\x69\x61\xa5\xdd\x5c\x14\x52\xa7\x0c\xa0\xc0\x52\x7d\x6f\xc9\xf3\x54\x2a\xe3\x96\x0f\x2e\x3b\xad\xb3\xdd\x43\x81\xb1\x9d\x54\x2e\x7c\x44\x90\xee\x59\xe0\xe9\xd2\x55\x99\xe8\x3a\x33\x83\x06\xd1\x3e\xee\xc0\x7b\x60\x75\x2b\x10\x2e\xfc\xbe\x38\x46\x5d\xae\x1d\xf3\x16\x8e\xbd\x5d\xd8\xfa\x59\xe7\xe2\x40\x3e\x2c\x24\x7c\x7f\xbe\xf7\xa4\x6f\x20\x09\xb5\xef\x10\xb3\xde\xca\xb9\x2c\x2f\xb9\x9a\xae\xe1\x39\xae\x95\xe5\xdc\xa6\x3e\xeb\x15\xd6\x78\x93\x80\x8c\x08\xd5\x2d\x79\x32\x63\xb7\x52\xa5\x76\x6b\xc2\x0c\x1d\xce\x7c\x30\xf0\x7a\xc2\xbc\x83\xf1\xdc\x32\x8c\xe7\x0e\x54\xf3\x93\x82\x6a\x7e\x11\x38\xe6\x56\x9f\x88\xcc\x31\x17\x49\xe3\xe2\xd1\xe5\x17\x0a\x74\xf4\x38\xc1\xdc\xe6\x4c\xed\xb0\x86\x5c\xa5\x43\x04\x70\xdb\xa8\x18\xb7\xa3\x62\x76\x12\xfd\xb5\xd6\xe6\x6b\x5b\x2b\x02\x53\xf7\x7b\x56\x8a\x79\x3f\xf2\x7b\x86\x08\x19\x2e\xa2\x6c\x2e\xd5\xe1\x9c\x3f\x84\x64\x98\xb0\x1b\x17\x2d\x3c\x93\x39\x2f\xa1\x1a\xac\x56\x40\x9d\x7b\x24\xdd\xa3\xde\x18\xc1\x25\x21\x43\x81\xef\xbf\xa8\x4b\xa1\xd1\x10\x48\x55\x0d\xc6\x00\xf1\xba\x32\xe0\x08\xd8\xd0\x12\x12\xcc\x9d\xdd\x04\x85\x63\xd3\x03\x3e\xf2\x95\xca\xfe\xa3\xe2\xaa\x94\xe5\x02\x0c\x50\x34\xc3\x4b\x24\x3d\x9d\x13\xa5\xe7\x2e\x68\x3d\x5d\x35\x7d\x27\x53\xf6\x58\x80\xa2\xee\xf6\x8f\x5b\x82\x39\x7f\x88\x19\x55\xdc\x81\x4a\xb4\x32\x65\xc1\x25\x24\x5d\x92\x59\x02\x78\x7b\x7b\x66\x7f\xcc\xd0\xf1\x5a\xe0\x3a\x5e\x5a\xee\x1e\x9d\xcb\x52\xab\x48\x6a\xa0\x9d\x43\x5a\x4f\x09\x8c\x2e\x33\x7e\x27\xa0\xfc\x12\xee\x13\xa2\x6c\xda\x43\x8b\xa6\x90\x42\x20\xc8\x9b\xc7\x86\xc4\x82\x4c\xd8\x24\x95\x77\x32\x15\xb4\x4e\x7e\x9f\x49\xad\xe5\x90\x02\x29\xfe\x51\xf1\xcc\x49\x15\x42\x55\x73\x44\x2c\xc5\xa3\xf3\xaf\x2d\xd1\xc5\xc5\xd7\x3d\xb0\x71\x55\x98\xd2\x5b\xd3\x9b\xe3\xfe\x23\x76\x21\x56\x81\xfc\x9d\x54\x7f\x82\x03\xb4\xba\x6c\x40\x93\x7a\x52\x09\x3b\xbb\xb5\x1c\xb2\x53\x41\x50\x79\x32\xb2\xef\xe1\xf2\xc8\xd6\xf2\x8a\x75\xa8\xfa\xcd\x96\x4d\x68\xfd\x40\x8c\x07\xc3\xfc\x0e\x64\xff\xf3\x90\xce\x3b\x40\xf6\x2d\xb3\x37\x9d\x3b\x88\x8b\xf4\x28\x43\x0e\xd4\x72\x85\x05\x3f\x44\x5d\x7a\x98\x20\x72\xcb\xd0\x0f\x73\xe8\x35\xd4\xc3\x2d\xa4\xa4\x04\x5a\xe6\x0e\xe2\x7f\x07\xf1\xff\x3c\x10\xff\xc1\x21\xdb\x12\xce\x7f\x4b\xf2\xef\x45\x75\x1b\xfa\x51\xb7\x84\xee\x2f\x5a\x20\x9e\xaf\x12\xce\x43\xb2\x8c\x1a\xd7\x32\x5d\xa6\xdf\xe3\x83\x5b\xaa\x27\xde\x52\x2a\x88\x9c\xd4\xd2\x8d\x57\xe8\xb6\x7a\xff\x41\xd5\x89\x01\xdc\xae\xd9\x52\x78\xaf\x73\x9b\xd6\xb1\x44\x2b\xce\x41\x9a\x42\x4d\x49\x69\xbe\xbe\xd4\x75\xed\x1f\xba\x55\x60\x15\x5d\x10\xf8\x5c\x2b\x19\x6e\xc7\x28\x3f\x3f\x46\xf9\xb6\xb9\xa7\x8f\x3f\xb0\x4d\x72\x44\x45\xd2\x47\x97\xfc\xfe\xf4\xa1\x14\xca\x60\xbe\xce\x8e\x7f\xed\xf8\xd7\x16\xf9\x57\x1f\xfe\xd4\xcd\xcf\xa2\x67\xb4\x8b\x4e\x6a\x9e\xfe\xc8\x33\xae\x12\x51\x9c\xa9\x69\x21\xcc\xca\x14\xaf\x48\xf3\xb6\x46\x5a\xd7\x50\xe0\x2c\xd3\x3c\x1d\x8e\xa9\x3d\x93\xf4\x02\x9c\xd1\xd7\xac\x2c\xf8\x64\x22\x13\x20\x38\x50\x17\xdc\xa3\xd8\x88\xe2\x4e\x26\xa2\x81\x2e\x89\xe1\x80\x5c\x35\x3b\xe9\x9f\x03\xd6\x9d\x02\x06\xd1\x70\x14\xd4\xb3\x62\xbc\x01\x17\x3c\x39\xbf\xa2\xbc\xf6\x20\x30\xe6\xe8\x97\xab\xe6\xeb\x21\x5c\x7d\x40\xad\xe2\x89\x62\x1b\x8f\xe1\xec\x62\x79\x08\x3f\x1d\x9f\x32\x5d\xb0\xf7\xb9\x50\x57\x25\x4f\x6e\xd7\x8f\x67\xa3\x40\x84\x60\xeb\xaf\xd0\xcc\xda\xf3\xa0\x60\xeb\xde\xe7\x64\xfd\xa6\xca\xfa\xa0\xb6\x56\x92\x56\xab\xd6\x8f\x02\x8c\xda\xd6\x52\xba\xd3\xd6\xfc\x36\xbb\xde\xfc\x54\x96\x33\x61\x44\xab\xfb\xad\x48\x48\x91\xbb\xd9\x5f\x4c\x8a\xbc\xdc\x49\x03\x22\x21\x58\x2b\xf7\x76\xb9\x7d\x8d\x0b\x24\x94\xae\xa6\xb3\x36\x0e\x70\x26\x30\xb0\x37\xd3\x09\x2f\x05\x45\x03\xd1\xbb\xa9\x87\xfa\xad\x2b\xd4\x34\xb1\x80\xd6\x1f\x89\xf8\x1d\x0f\x81\x60\xe9\x73\xe5\xc6\xca\xb1\xbe\xb3\x3b\x2f\xee\x0f\xa9\x4c\xce\xf0\x5e\x96\xb3\x21\xc9\x15\x87\x30\xc6\xc3\xaf\x30\xcf\xf4\x89\x17\x2c\xe1\x59\xdf\x60\x78\x68\x1c\x5e\x29\x4c\x88\xcc\x16\x43\x0f\x4b\x4e\xb1\xc5\x18\x94\xa4\x74\x2a\x98\x3d\xd9\x96\x0d\xb2\xfd\x1f\x45\xc9\xd9\x44\x70\xcb\xf0\x0e\x1e\x95\xa2\xb9\x39\x7c\xf8\x59\x6d\x28\x83\xf0\x7c\xaa\x04\x2e\xd8\x85\xcf\xd6\x04\x4f\x3d\x4b\x85\xbd\x68\x9f\x1c\x6f\x1c\x45\x33\x84\xe8\xe4\x55\xa9\x87\x46\x64\x00\x26\x0b\x9f\xc7\xaf\xf7\x28\xed\xd2\x1d\x9c\x36\xa9\x32\xcc\x31\x75\x12\x37\x85\xe3\x51\x06\xab\xdd\x22\x58\x25\x8a\x8f\x73\x41\x9b\x61\xae\x6b\xd1\x58\x22\xb6\x9f\x4a\x73\x3b\xa8\x01\x3e\x07\x6c\x34\x1a\xf5\x0b\xc6\xec\x3e\x87\xe7\x6f\xae\x1e\x97\x92\x71\xfe\xe6\xaa\x37\xa8\x92\x6d\xfb\xec\xc9\xc5\xa8\xa8\x75\x86\x70\xae\x42\x41\x21\xc8\x49\xf1\xd0\x3c\x67\x76\xd8\xa4\xfe\x3d\x35\xd4\x5f\x4d\xa2\xb2\xef\x23\x43\xa0\xed\xc0\x70\xb0\x5b\x07\x21\x7a\xf4\xa4\x1a\x81\xd5\x45\xb4\xa0\x01\x6a\x34\xce\x0c\xe1\x84\x35\xbb\xdb\xcb\xd9\xf3\xcf\xbd\xf6\x1b\xdd\x91\x10\x49\xaf\xeb\x76\xd4\x48\x77\x00\xfe\x99\x22\xe0\x47\xa2\x29\xdb\x1b\x1e\x03\x42\xad\x9d\xe1\xbc\xca\x4a\x99\x67\x01\xd3\x03\x31\x46\x53\x50\xf0\x2e\x3e\x66\x17\x1f\xf3\x65\x6b\xf4\xff\x4c\xf1\x31\x63\x31\xe3\x77\x52\x7b\x5c\xac\x3a\x0c\xee\xf3\x8d\x94\xf1\x63\xc4\x40\x19\xac\x94\x5a\x45\x94\x30\x52\xf7\xea\x48\x74\x38\xbb\x50\xb1\xb5\x6c\x68\x7d\x7f\xae\x59\xe3\x9b\x7d\xd5\xaf\xe6\x6a\xad\xe6\x21\x57\x6e\x50\x5b\x0a\x22\xf2\x1d\x1f\x6b\x95\x7a\x54\xfb\xb5\x5c\xca\xb7\xae\x75\x39\x07\x15\xc9\xc7\xba\xc2\xbd\x03\x5e\xb5\x52\x2f\x6b\x64\xc0\xda\x67\xfe\xa4\x2c\x3b\x27\xb8\x29\xaf\x0b\x0e\xa5\x63\xb4\x72\xd5\x7f\x1f\x7f\x17\x5d\x0d\xdf\xb9\x30\x86\x63\xf4\x6a\x4c\xbe\x32\xb8\x20\x4b\x8f\xd6\x1c\xe8\x3a\xae\x38\x25\x61\x9b\x40\xb5\xae\x0b\xcb\xce\xde\x58\x01\x6a\xc0\x3e\x28\xf0\x15\x44\x55\x83\xd5\xe1\x05\x35\xf2\x2d\x9c\x72\x9d\x65\xa2\xa8\xbf\xf6\xf4\xc8\x82\x7e\x65\xfa\xfd\x71\x58\xe7\x41\x69\x34\x6c\x7a\xa4\xfd\xa3\x5d\x34\xc1\x67\x22\xcb\xac\x8b\x26\x08\x9d\x80\xb5\xd8\xea\xfc\x7f\x14\x89\x9f\x41\x02\xe9\xf6\xad\x27\x70\x52\xb6\x11\x52\x50\x4b\xe5\x3b\x8f\xcc\xce\x23\xf3\x3c\x11\x05\xf5\x19\xdb\x52\x40\x41\x53\x52\xe8\x43\x70\x49\x9c\x0c\xc5\x2b\x5e\xe2\x22\x62\x34\xef\x46\x79\x15\x13\xa9\x78\x26\x7f\x8b\x82\xd7\xbe\xf1\xcf\xe0\xca\x28\xa6\x73\xfe\x8f\xaa\x26\x15\x48\xda\x28\x5c\x81\xac\x75\x58\xc9\x0d\xe1\x1a\xe7\x5c\x09\x55\x66\x0b\x2c\x80\xef\x08\x0a\x5e\x0f\xd2\xc9\xfb\x12\x94\x92\x9b\x5b\x73\xc8\xd3\xb9\x54\xd2\x94\xa2\x18\x26\x88\x81\xdc\x93\x84\x2c\xb1\xce\xc7\x28\xfb\xeb\xdd\x1e\xad\xa6\x76\xd5\x42\x43\x38\xca\x51\xeb\xe5\xe1\x1e\xb5\xe0\x49\x2c\x88\x6c\xda\x65\xd3\xcf\x42\x1c\x8b\xdf\x71\x99\xf1\x71\x66\x37\xc1\x88\xe2\x8e\x63\x76\x28\x7c\xd8\x2f\xe1\x0b\xd3\x18\x98\xd8\x86\x17\x23\x22\x8d\xfe\x3e\xd8\x7b\x18\xd6\x7b\x3c\xcc\x79\x99\xcc\x86\x73\x51\x4c\xc5\x10\xf2\xaa\x9d\xe0\x18\x69\x65\xca\x82\x97\x62\x6a\x1b\xc1\x0b\x60\x72\x9d\x71\x13\x11\xac\x2e\xec\xcf\xbe\x2a\x3e\xcd\xab\x4e\x4f\x85\xb7\x9c\x54\xa7\x56\xea\x22\x4f\x3e\x8f\x1b\x26\xc5\x47\xd6\xac\x8b\x7a\x50\x2a\x79\xe7\x81\xd4\xa9\x40\x76\x67\xf9\xaf\x28\xd0\x11\x20\x15\xfb\x5b\x3d\x25\x76\xca\x13\xf2\x10\x80\x55\x91\xa2\x9c\x97\xcb\xd0\xb9\xb2\xff\x3c\x99\x09\xb6\x2f\x47\x62\x64\x7f\x12\x65\x92\x1e\xec\xec\x53\x3b\xfb\xd4\x97\x2d\xdf\xfc\xb3\xda\xa7\x38\x39\xa6\x3e\x33\xbb\x8c\x4e\xd7\x1a\xa2\xde\x69\x03\xd7\x1e\x45\x10\x64\x7b\xe0\x17\x0d\xd5\x79\x9c\xdc\x85\x2f\x2d\xe6\x62\xfc\xc8\x83\x78\xe9\x3c\x27\x9f\xb3\x8d\xca\xae\xc5\x86\xe6\x29\xb7\x7c\x9d\x4c\x65\xeb\x46\x29\x9d\x8a\x23\x74\xe8\xac\xe3\x57\xd4\xac\x36\x43\x85\x22\x94\x4f\x73\xd1\xa9\x15\x57\x96\xd1\x9a\x57\x19\xa2\xa8\x75\xc4\xe0\x50\x8f\x6c\xd9\x6f\x8b\xbe\xf3\xa5\x0f\xad\xb3\xeb\x9c\x07\xaf\x81\xdb\xda\x1b\x8c\x5c\xe8\xd1\x80\x9d\x3e\x20\xcf\x41\x58\x9e\x33\xe5\xfe\x7a\xaa\x0b\xd7\xae\x22\x39\xfb\xd7\x4a\x07\x3e\x2a\x00\xb8\xc6\xb4\xd0\x55\x0e\xe6\xa8\xc6\x33\xcb\x32\xd3\x2a\xb3\xdc\xa3\xa8\xb2\xb8\x61\xa7\xe5\x5d\x85\x80\x8b\x42\xa4\x27\x95\x9d\xc0\x95\xef\xe0\x6c\xaa\xb4\xff\xf9\x14\x40\x04\xa2\x42\x81\x5d\x7a\xfa\xac\xc3\x0a\xc0\x3e\xa1\x88\x06\x3d\x60\xb9\x4e\x81\x91\xdb\xe1\x92\x26\x62\x78\x29\x0d\x95\x7a\xf4\x13\x10\x0f\x96\xab\x81\xe3\x33\x00\x3f\x83\xdb\xee\x0a\x56\x0d\xd8\xb8\x2a\x99\x2c\x81\xdb\x25\x33\xad\x8d\x20\xea\x87\xfd\xde\x49\x0d\xa2\x02\x6e\x63\x81\xd5\xa6\x89\x8c\x04\xdd\x63\x54\x41\xfd\x9a\x34\x6c\x0e\x80\xda\x6e\x41\x9c\x48\x6a\xbb\xa9\xab\xc8\x01\x4e\x88\xb1\xec\x73\x6e\x3b\xbd\x17\x72\x3a\x2b\xcd\x80\x81\x98\xe5\xd3\xe8\xeb\x6e\xe7\x02\xea\x59\x67\x99\x1b\x42\xb8\x45\x75\xfe\xa1\x61\xfb\xed\xfc\xc2\x81\x7b\xbe\xb4\x35\xd1\xe5\x42\xc4\x8a\x83\x01\xa3\x84\x10\x2b\x5a\x54\x73\xbb\x74\xb2\x74\x01\x17\xe5\xac\x80\xa8\x1f\x58\x8a\x8c\x3e\xac\x1b\xd5\xc0\xac\x38\xc5\x53\x00\x30\xb9\xd9\xc3\xd9\xdd\xec\xf9\xd2\x5f\xd5\xdc\x01\x5f\xc0\x0c\x5d\x6a\x2a\x1a\x5c\x0b\x44\xa6\x81\x77\xe1\xc9\x69\x3d\xba\x7f\xf5\x2f\xed\x9b\x83\x7a\x39\x67\x72\x3a\x73\xab\xc9\x09\xc2\xa2\xb9\x0b\xdb\xd0\x6d\x2e\x5c\x67\xf5\x12\x5e\x8b\x62\x4e\x58\x66\xf1\x35\xee\x7b\xfc\x09\x2f\xc6\xef\x48\x63\x4f\x3b\x4e\x30\x4c\xd5\xca\x59\x73\x51\x32\x7b\x13\xea\x9d\x2d\xa5\xa5\x37\x25\xd5\xc0\x81\xdb\x44\x02\x99\xbb\x4a\x29\xd3\xae\x38\x24\x85\xa2\x3c\x66\x04\x89\xe0\xc6\x17\x42\xa2\x51\xe8\xb9\xc0\xb0\x38\x96\xc2\xac\x61\x08\xc2\x4d\x9d\xed\x8b\xd1\x74\x14\x20\xb1\xa0\x84\x78\x30\x08\x18\x31\x5c\x49\x40\x65\xc1\x90\xfc\xb2\x00\x13\x43\x80\x1d\x22\xee\x24\xc1\x50\xd9\xce\x41\x40\xb5\x42\x28\xcc\x64\x53\x5e\x0a\x71\x3f\xba\x3f\x9e\x46\xe3\xa5\x28\x41\xee\x3a\x28\x2b\x98\x65\x3f\xe7\x4d\xd8\xb0\x66\x98\xde\x3c\xb0\xc4\x3a\xb9\x5f\x91\x27\xfa\x6d\x7e\x16\xbc\x28\xc7\x82\x97\xce\x6d\xd3\x8a\x4f\xe3\xa6\x84\x33\xc7\xee\x05\x9b\xea\xb2\xde\x57\x34\x50\x61\xd1\xcc\x86\x77\xe3\xe9\x7e\x9f\xb8\x3f\xa9\x6b\x60\x0d\x67\x0e\x02\x3b\x4a\xb2\x4d\x59\xca\x4c\x62\x22\x1c\x49\x80\x2a\xdb\xce\x18\x03\xdf\x54\x2b\x1e\xb9\x9a\x73\x05\x91\x3a\x60\xa5\xa1\x76\x4c\xaa\x14\x80\x04\xd5\xb4\xe5\x8d\xcb\x60\x22\x7e\xb6\x1d\xb5\x47\x9d\xb3\xab\xf9\xad\xfd\x71\x21\xc5\xe4\xa0\x01\x22\x14\xae\xc6\x0b\xd3\xab\xfb\x3f\xda\x61\x66\x39\xc5\xa7\x77\x90\xe1\x95\x9b\xc8\xe9\xfa\xf8\xb8\x76\xdb\xb0\xb2\x0c\x23\xa6\x1c\x4c\xa4\xce\xc1\x04\x88\xda\xa4\xa4\xc2\x3d\xa6\x1a\x23\x71\xdd\x17\x0f\x49\x56\x21\x1f\x24\xe5\xf0\xc0\x1b\x5e\x95\x56\x43\x25\x7b\x44\x0a\xe1\x97\xde\xf1\x48\x28\xfa\xb1\x7b\x84\xc2\xa0\x0f\xd1\x45\x0c\xc5\x73\x94\xb9\x7d\xa3\x0d\xe8\xaa\x7f\x67\x69\xf9\xfa\x12\xd9\xee\x1e\xd6\x6f\xd4\x7a\xbb\x6d\xab\x6d\xcb\xbc\x6e\xda\x07\x7a\x22\xa7\x8c\x1b\x23\xa7\x0a\x19\xa0\x7d\x7f\x64\x15\xaa\x51\x38\xb2\x1e\x46\xb1\xa4\x94\x77\x91\x23\x7e\x04\xbf\x43\x09\xe2\x82\xec\xb8\xc9\x4c\x24\xb7\xc0\x45\x45\xea\x86\xe0\xe5\x25\x89\x78\x7f\x77\x22\x5b\x60\x15\xe8\x11\xa3\x2e\x80\xd3\x7b\x93\x8e\x0b\x2a\x0d\x2d\xa2\x64\x65\x73\xb3\x3b\x72\xd3\xc2\x6f\x0c\x98\x6e\x36\xb7\x04\xf4\x6f\xf6\xc6\xfe\xa4\x75\xdd\x28\x85\x0d\xb4\x07\x53\x2b\xe6\x20\xa4\x79\x59\x02\x14\x1a\x62\xd6\x55\x84\xca\xd7\xfa\x00\xa1\x42\x82\x97\x91\x2b\x26\x8a\x42\xf7\x21\xb5\x0d\x8e\xdd\x3c\x50\x83\x3d\xb7\x35\x91\x85\x75\x1f\xef\xbd\xb4\xb0\x80\x24\x6f\x54\x46\x8c\xd8\x2f\x33\xa1\x3a\x36\xdc\xee\x03\xd9\xb7\x06\x75\x0f\x75\xf7\xe4\xac\x31\x46\x27\x92\x07\x1f\xcb\xf9\x22\xd3\x1c\x30\xdb\x32\x08\xec\xc6\xb8\x5e\x9e\x69\x35\x75\x35\xc2\x0b\x91\xe8\x22\x0d\xf9\x81\x4f\x51\xc0\x5e\x02\xbd\x03\xee\x2d\xd9\x37\xc1\x5c\x0a\xaf\x96\xda\x69\x35\x56\x32\xa2\x4f\xd7\x83\x1b\x10\xe0\xa0\x5b\x97\xfa\x45\xa9\xfc\xa6\x8d\xea\xed\x83\x78\x52\x9c\xad\x77\x11\xd3\x45\x41\x24\x44\x8c\xba\x87\x1e\x66\xdc\xb0\xb1\xb0\x1c\x3f\x5c\xea\x52\x13\x80\xfb\x2f\x2e\x14\xfc\x6f\xd5\x58\x64\xa2\x44\xb0\x35\x42\x3e\x84\xda\x3d\x65\x81\x00\x0b\x6c\xce\x6f\xe3\xc7\x08\x7e\xc3\x33\x4f\xbf\x8c\x17\x90\xdc\x01\x7a\x8d\x02\x9b\xad\x4c\xb9\x37\x80\x36\x46\xe2\x36\xc0\x1b\xbb\xe1\x56\xfb\x49\x3f\xf1\x38\xc2\x99\x5e\x3e\x8b\xa7\xf6\xe7\x46\xd5\xcc\x05\x80\x09\x66\x62\x8e\x4b\xaf\x12\x99\xb9\xe1\x2e\x9f\x35\x92\xd5\x1b\x73\x1e\x31\xe8\x14\x0d\xb6\x3a\x49\xaa\x62\x80\xba\x23\x02\x9e\x0f\x5a\x57\xb2\x5e\x83\xee\xfe\xf1\x40\x06\xf7\xc6\x6e\xe8\x8a\x8e\x40\x04\xa7\xe5\x0c\x4e\x3a\x9c\xe2\xa5\x8f\xb4\xfb\x81\xb7\x74\xe1\xf6\x2a\xba\xd3\x84\xa0\xd8\x9e\xa8\xd5\x34\x52\x39\xc1\x24\x0f\x97\xe4\x73\x3f\x93\x99\xd5\x21\x54\x62\x3f\xe0\xd7\x88\x17\x99\x14\x05\xd2\x1a\xe3\xf4\x0f\x7d\xaf\xdc\xe7\xeb\xe9\xd8\xd7\xb0\xd9\x41\xad\x34\x11\x8e\x2d\x20\xd8\x15\x3a\xcb\xc6\x3c\x81\x42\x52\x0d\xd2\x18\x3a\x10\x8c\xce\xee\x04\xe3\x49\xa1\x8d\xf1\x67\xbc\x10\x70\xa8\x47\xec\x2d\x2f\xdb\x83\x71\xe7\xb6\x5e\x0a\xac\x3c\x17\xa1\x54\x07\x8e\xc4\xf7\x18\x13\x18\xdd\xc9\xe5\x61\xbf\x99\x70\x28\x8b\x0f\xf7\xad\x32\xa8\x48\xe5\xda\x18\x39\x46\xc4\x5c\x37\x72\x50\xeb\xe1\xb4\x8e\x17\x6c\x22\x1f\xfc\x1d\x6a\x71\x42\xa9\x96\xb7\x18\x8b\xad\x26\x5c\xb1\x89\x24\x13\x00\x86\x34\x2f\xe9\x26\xa9\x18\x57\xd3\x29\x54\x8b\x5b\x30\x23\xc0\x60\x4a\x1f\xc2\x8f\xd7\x32\x71\x83\x58\x64\xda\x9d\x7b\x94\x5a\x66\x56\x92\x1e\x7a\x49\x3a\xb8\x74\xde\x5a\x03\x8d\xc1\xc5\xf9\xaf\x8c\xe4\x40\x2c\x1c\x01\x0b\xec\x19\x98\x2e\x60\xbf\x7d\xdf\x54\xce\x7c\x5c\xf9\x1a\x8d\x78\x1c\x32\x5f\x86\xcc\x94\x7c\x2c\x33\xab\x2d\xd3\xa7\xf0\xdd\x52\x3c\x94\xed\xfd\x27\xbe\x1b\x37\x29\x66\xe1\xb6\xc5\xb5\x98\x9a\x09\x6f\xc6\xcb\x26\x3c\xcb\x98\x3b\x1e\x90\x84\x23\x4b\x26\x14\x80\x7f\x5a\xae\xe1\x98\x70\x3f\xf6\x8d\x5c\xa7\x4d\x8c\xc7\x22\xd1\x73\x12\x9e\x62\x02\x43\x9d\xfc\x03\xe3\x4a\x05\xc2\x6e\x8a\x00\xae\xb8\xdd\xa5\x34\xb0\xb8\x19\x16\xb5\x04\xa3\x50\x52\x12\x62\xb5\xf4\x7e\xeb\x6c\xc1\xa4\xa5\x74\x73\xe1\xea\x7e\x70\xf6\xea\xe5\x70\x2e\x55\x55\x0a\x66\x34\xbf\x75\x78\x9e\xc0\x5d\xec\xdc\xfc\x50\x32\xca\xa9\x02\x8e\xa5\x27\xb1\x11\xd4\xce\xab\xa8\xb0\x64\x9b\x10\x3d\xa6\x59\x08\x44\xbd\x04\x6e\x8a\x1f\x86\xfb\xd6\xb9\x3e\x23\x76\xae\x4b\x67\x38\x9c\x44\xa8\x32\x72\x46\x01\x69\x1e\x4a\x66\x6c\xdf\xee\x0b\x09\x0d\x94\xce\x41\x96\x93\xe6\xba\xdb\x9b\x91\x19\xdd\x40\xc7\x0d\x3b\x1a\xd8\x31\x71\xb7\xc9\x8d\x0e\x83\xc9\xf1\xec\x9e\x2f\x8c\xbd\xf0\xd5\x5c\xa4\x6c\x0a\x23\xb6\xf7\x3b\xb8\x0e\xc0\xa1\xa1\x05\xe1\x84\xd7\x51\x0f\x64\xb4\x9f\x8b\x72\xa6\x61\x5d\xdc\xc6\xd7\xd4\x39\xb8\x41\xc1\x3e\x2b\x61\xcc\xc0\xee\x26\x2c\x24\xda\x67\x11\xf1\xa6\xa0\xb5\xac\xf5\x27\x7b\x44\x88\x42\x4c\xaa\xb2\x2a\x36\xb6\xff\x3c\x4a\x3d\xd9\x44\x2b\x39\xe1\x62\xae\xd5\x69\x58\xca\x7d\x95\x62\xd2\x6a\x0e\xd1\x37\x86\x50\xf8\x75\x2e\x48\x05\x49\xa1\x95\x61\x45\xa5\x14\xc9\xe1\x10\x5a\xde\x61\xee\x69\xa1\xd9\x23\x4d\x72\xdf\x88\xc8\x2a\xce\xd1\xab\x1d\xca\x76\x20\xaa\x65\x50\xd2\x8f\x12\xb2\xfa\xae\x74\x73\x56\xbd\xd7\xb9\xf5\xda\x8a\x55\x5e\x1b\xc0\x4a\x6d\x9c\x39\xfe\x7e\xa6\xb3\x3a\xb4\xc9\x12\xc9\x73\xf0\x29\xe0\x74\x21\x28\x02\x44\xd8\x42\x4c\x21\xe2\xc3\x09\x35\x73\x6e\xff\xda\x45\xba\x7e\x1e\x51\x11\x6b\xe0\x40\xc0\x4d\xb4\x8d\xa8\x26\x9d\xee\xa2\x4c\x77\x51\xa6\xcf\x16\x65\x6a\x8f\xd7\xb6\x02\x4c\x75\x2a\x2e\x0a\xfd\xb0\xc0\x02\x23\x6b\xd9\x4d\xd8\xd6\xd1\xc6\x7f\x54\xa2\x58\xd4\x85\x3f\x02\x63\x60\x6e\x5b\x03\x76\xfd\x2e\x04\x6c\x17\x02\xf6\x27\x26\x3e\x2b\xb2\xc1\xe9\x12\x7c\xb8\x7c\xeb\xd3\xf7\xad\xa0\x3c\x69\x59\x46\xf1\x2a\x04\x05\xeb\x5b\xae\xb6\xc7\x46\x72\x5c\xfa\x23\xb0\xe6\xe6\xfa\x86\x2e\x5a\x9b\xc2\xad\x75\x81\x57\x60\x81\xb1\x01\x1e\x80\xbf\x1d\x98\xec\x42\xbd\x8c\xc0\xe2\xfb\xaf\x0f\x0f\x0b\x91\x09\x6e\x84\x71\xbb\xf0\xf3\xe9\xd1\x09\x06\xc0\xa6\xc2\xaa\x3e\x1e\xae\xd4\x2e\x31\x7c\x09\xa2\x22\xc8\x55\xb5\x4e\x28\x3a\xe6\x39\x4f\x00\xe2\xb4\x4d\x2a\xfc\x93\x65\x17\x05\x3d\x69\xe3\xc9\xd4\x01\xce\x35\x8e\x9e\x0f\x5f\xfb\xd4\x50\xb2\xcf\x06\xfa\xda\x70\x35\xaf\x38\x0e\x47\xa8\x58\x1b\x6a\xda\x5e\xac\x4a\x05\xd6\x10\x67\x80\xd7\x93\x46\x64\x0b\xa0\x2c\x00\xe5\x07\xc8\x8e\x3b\xc0\xa2\xb0\x0a\xa3\x13\xa3\xfe\xd5\xc5\xb7\x80\x4a\xdb\xfa\xc2\xfb\x4b\x1f\x97\x42\x63\x08\x68\x76\x1d\x67\xd7\x1c\xa5\x55\x06\xd7\x1e\x1a\x15\x2c\xc1\xb5\x7d\x61\xf9\xf4\x2c\x37\x89\x44\xc9\x63\x8f\x23\x76\xe4\x65\xfe\xd8\x60\xc0\xbc\x01\xff\x84\xe0\x8a\xf7\x97\xdb\x89\x1c\x39\x6f\x8d\xb0\x3f\xb0\xcf\xd2\x9b\x3d\x4e\xca\x65\x1d\xb9\xb1\xd9\xa1\xa9\x61\xcc\x91\x9f\xf8\xb5\xb1\x1b\xef\xc3\x0d\x90\x15\x0e\x18\x67\xb7\x62\x81\x5c\x13\x72\x45\x44\xc1\x7d\x63\xa8\xcc\x45\x4c\xfd\x56\x2c\x9c\x45\xbe\x5a\x9f\x23\x88\x55\xd8\x5c\x6f\x1b\x54\x62\xc3\x03\x0c\xd5\xbe\x9c\x51\xc9\x4f\x60\x25\x64\x73\xf0\xb5\x95\x90\x27\xb6\xef\x17\x86\x8a\x8e\x69\x05\x98\x25\x20\x1b\xd1\x2d\x71\x22\xc2\x47\x9e\xc9\xd4\xaf\x07\x1e\xa4\x33\x35\x60\xe7\xba\xb4\xff\x39\x7d\xb0\x0a\xfd\x80\x9d\x68\x61\xce\x75\x09\x7f\x8e\xd8\x4f\xe4\x90\x79\x1b\xaf\x21\x87\x7d\x47\xf6\x50\x31\x38\x94\xf6\xfb\x21\xfb\x37\xde\x66\xe5\xf7\x45\x1a\xcb\x80\x75\xe1\xc6\x01\xf2\x16\x66\xf4\x60\x17\xa1\x67\x19\x4c\x9f\xd1\x3e\x70\xf8\xb6\x9f\x70\x02\x2b\xba\xeb\xee\xea\x27\x00\x7a\x79\xdb\xf9\x32\x65\x26\x18\xa9\xa6\x99\x0f\x34\x73\x70\x9d\xae\x92\x1d\x08\x71\x79\x21\x9c\xfd\x4f\x31\xaa\x25\x47\xc6\x42\xec\x0f\x45\xc8\x8c\x27\x50\x04\xaa\x40\xf3\x3a\x25\x97\xc8\x84\x41\x6e\x09\x83\x94\x93\x4d\x4a\x58\x6e\xca\xda\x1b\x17\x79\xf5\xcd\xac\xb2\x0c\x30\xe2\x21\xbd\x6a\x99\x52\xf9\x90\x39\xa5\x6b\x18\x68\x2c\x14\x15\x44\x6d\x21\x49\xc6\x90\xb8\xa3\xf3\x13\x2c\xf9\x27\xd8\xb5\xce\x75\xa6\xa7\x8b\x70\x38\x54\x54\xd7\x19\x53\xe1\xfa\x57\x63\x3a\xd9\xce\xb2\x14\xbe\xb0\x5e\xfe\x6f\xc7\xee\xc5\xe6\x19\xa7\xc5\x8d\x49\x8c\x17\xce\x90\x08\x37\x7c\x2b\x58\x6b\x5d\xd4\x12\xcb\x0a\x94\xc9\xec\x8d\x14\x59\xfa\xf4\x11\x43\x1c\xc7\x33\x8f\xf8\x11\x8c\x24\xec\x60\x15\x3f\x59\x97\xa2\x48\x6d\xba\xb3\x13\x11\xc0\xd0\x07\x2d\xb8\x52\xc0\xf7\xb2\x9c\xf5\x0d\x5c\xa9\xc3\x6e\x96\x02\x26\x5b\x25\x1c\x8c\x77\x64\x4e\x45\x19\x89\xb2\x41\x25\xc6\x5e\x80\x93\x85\xe2\x73\x99\x90\x4d\x13\xed\xb8\x0e\x1f\x8d\x4d\x79\x29\x6a\xe2\xa5\xac\x8c\x59\xc3\x02\x3a\x33\xa8\xf7\x90\xb8\x48\xc8\xa7\xfa\x8c\x5d\x64\xf8\xc9\xf2\x4c\x4f\x2c\x0f\x4a\x50\x85\x3a\xd7\x25\xd8\x2a\xc9\x82\x6b\x90\x0c\x82\x5d\xdf\x0f\x65\xc4\x2e\x31\xff\x92\x82\x44\xc1\x3b\xff\x6a\xf4\xea\x1b\x10\xf5\x6b\x6d\x4b\x1a\x53\xd5\xa2\xfe\xf7\xaf\xfe\xfa\xfd\xf7\x51\x4d\x49\xa7\xc7\x67\x27\x97\x11\x65\x09\x1f\xb4\x45\xc1\x5c\xa7\xec\xec\x82\x15\x60\xb0\xf7\xbe\xc2\x30\xd4\x74\xc5\x57\x22\x57\xce\x3d\x69\x7f\xc7\x7d\xc3\x44\x3f\x02\x3b\x86\x90\xdb\xe3\x05\xbb\xd0\x29\x95\x9f\xe0\x65\x18\xee\xea\xe3\x58\xc3\x1a\xd9\x78\x9a\x5e\x96\x33\x26\x54\x59\x10\x2f\x42\x78\x6e\x9a\x1f\x4c\x9b\xd6\xfa\x8c\x02\xc8\xa9\x70\x28\x2f\x31\xf0\xf8\x15\xa9\xe1\x3e\x94\x5b\x4f\xd8\xd9\xc5\xdd\xb7\xc0\xe4\xcf\x2e\xee\xbe\xdf\x80\xcf\xf4\xcf\x8c\x44\xe0\xa9\x22\x76\x8a\xce\x4e\xc2\x1c\x98\x46\x38\x13\xaa\xf2\xba\x4a\x1d\x72\x95\xcf\xfd\x43\x95\xf1\x35\x55\xff\xbe\xa0\xa7\xe7\xbe\xc8\xf7\xeb\xc3\xc3\xe6\xa3\x2b\x5c\xc4\xc4\x9e\xf1\xb3\x13\x6c\x14\x0d\xf5\xe3\xce\x15\xb2\xee\x56\x13\x25\xc5\x17\xb6\x41\x49\xaf\xb9\x24\x4a\x5f\x29\x0a\x86\xb6\x77\x7c\x79\x2c\x1f\xc2\xc7\x0e\xa5\xc3\x10\xe1\x77\x4f\xbc\xf7\x57\x89\x7b\xc8\x4e\x18\xb1\x1f\x17\xce\x95\x36\xf0\x94\x2f\xe8\x69\x63\x4c\x05\xd0\xbe\xe0\x7f\x0f\xbf\x9a\x73\x55\xf1\x6c\x68\xff\x18\xba\x6c\xd4\xa2\xab\x2e\xff\x63\x7d\x59\x51\x86\x80\xcb\xb6\x8a\x5b\xf4\x0a\xbb\x7b\x4c\xa6\x74\x57\x0c\x73\x34\xa9\x27\x26\x25\x3b\x77\x80\x6f\x82\xb5\x1d\x39\xc5\x3d\xd4\x31\xf0\xff\x01\xea\x2f\x05\x94\x37\xaf\xc4\x80\xc9\x49\x6d\x75\x78\xd2\x26\xd6\xc3\x38\xd7\xa5\x78\x8d\x72\xaa\xa7\x43\xa9\x48\x32\x5e\xa0\x34\x0b\x37\xdb\x7e\x0f\xa3\x10\x20\xad\x01\x44\x55\xab\xe6\x50\x21\x51\x53\x4d\x26\x32\x91\xe8\x0d\xc7\x2c\xde\x81\x2f\x8d\xab\x18\x7a\x79\x53\x5e\x72\xf0\xae\x56\x18\x19\xe1\x02\x01\x24\x7d\x23\x1d\xb1\x63\x9e\x65\x81\x15\x55\x2a\x53\x0a\x9e\x02\x9b\xe3\x00\x66\x39\x24\x09\x1a\x14\x44\x94\x95\xd9\x55\x6d\x3b\xca\x0b\xc7\x4a\x7e\xf8\xeb\x37\x7f\x7d\x45\x55\xc8\x5c\x2c\xd2\xb6\x64\x20\x97\x54\xb6\xed\xa4\x72\x9e\x01\x56\x6d\x9c\x12\x1c\xd5\x0f\xdb\x5c\x28\x62\x7d\xaa\x61\x9b\x6b\x23\x95\x5d\x8c\x3a\x3d\xa3\x89\xc5\xe8\x4c\x5c\x7f\x40\x05\xa4\x64\x63\xbb\x5b\xa9\x4b\x88\x9a\x58\x9a\xf5\xa3\x51\x1a\x73\x51\x18\xf0\x28\x97\x43\x07\xd8\xe8\x87\xf5\xe9\x17\x64\x05\xd2\x82\xcf\xbc\x70\x06\x57\xaf\x79\x3b\xa2\xe5\x93\x4e\x9b\xb1\xea\x9b\x57\xe8\x09\xa9\x85\xef\x66\x4b\x37\xe8\xf9\x80\x19\x50\xda\xee\x91\x20\xd0\x88\x22\x0b\x85\xb6\x3b\xc9\xe1\x8f\x14\x05\x74\x2f\x6e\x27\x0d\x11\xfd\x91\x11\x1e\x94\x33\x3b\xd8\x4b\x97\x03\x32\xe2\xe1\x0f\x30\xe6\x35\x91\x16\x9b\x0c\xa4\x1d\x09\xf2\xfb\x60\x4f\xce\xf9\x74\x15\xcb\x0a\x2a\x59\x43\x4b\x5f\x44\xad\x69\xe7\x7e\xf4\x89\x38\x76\xfd\x9f\xd9\xee\xe1\x0e\xd8\x9e\xcf\xd4\x24\x52\x4b\xef\x0a\xcd\x01\x32\x35\x87\x55\x25\x31\x13\x13\x39\x4e\xb6\x70\xc1\xb4\x8b\x80\x9d\x3e\xe1\xd4\xdb\xb7\x36\x4d\xe4\x82\xdc\x31\x18\x79\x37\x4a\x08\xb8\x3c\x43\xa4\x90\xe5\x8c\xf1\x2e\xcc\x90\xa7\x4e\x09\x7b\x03\x68\x68\xc7\xeb\x95\xb8\x13\x05\xcb\x5d\x3a\x3a\x9a\x00\x95\xbe\x47\x39\xc0\xab\x7d\x51\x8b\x20\xd2\xca\x23\xc2\xff\xee\x3e\x41\x0e\x77\xb9\xe6\x4a\x0e\x32\x3c\xae\x93\x3d\xfa\x28\xb9\xa1\x20\x9c\x34\x1c\x25\xfa\xf6\x99\xfa\x10\xdb\x0b\x2f\x96\xc1\x8b\xc0\x27\xdd\x60\xa1\x7e\xa0\x60\xfb\x84\x6b\x7c\x10\x3a\x10\x9e\x66\xa1\x8b\x8a\xc0\xad\xa1\x47\x65\xdc\xd6\x4d\x59\x9b\xf6\xde\x23\xd5\xaf\x5f\x22\x4b\xef\xc0\xb2\x6e\xd1\xbc\xbe\x19\x2b\xa3\x0c\x36\x74\x4c\xd5\xbd\xae\x13\xfa\x7d\x4b\xe7\x58\xd8\x88\x8e\xac\xf1\x18\xd0\x34\xce\x4e\xf6\x06\x7b\x98\x3f\xfa\xe1\x03\xfc\x31\xd6\xba\x84\x7f\xdc\xda\xfb\x99\xb9\x60\x84\xc1\x9e\x36\x6e\x0f\x3d\x79\xbd\xc4\x2a\x2a\x75\x1b\xb2\xb0\x34\x7f\x80\x60\x89\xa0\x1f\x07\x41\x8f\x13\xb4\xe2\x49\xe0\x95\x8e\x84\x7f\x85\x4f\xa3\x4e\x8c\xa3\xa0\x05\x05\xfa\x36\xbd\x67\x31\x52\x40\xf3\x5c\xea\xf0\x47\xad\x4b\x76\x76\x12\xed\x27\x4a\x53\xba\x56\x23\x26\x0a\x35\x1a\x32\x17\xcc\x11\xfb\x94\x4f\x17\xa7\x4a\x35\x00\x0f\x56\x0a\x76\x74\x71\xe6\x83\xf1\x93\x5b\x51\xbc\x3e\x3c\x7c\x35\xfa\x6e\xf4\x32\x86\x68\xdf\xde\xc3\xe5\x28\x08\x78\xbc\x7a\x1c\xa0\xd5\xbd\xa8\x00\x73\x7c\x58\xbc\xa0\x8f\x7f\x33\x7a\xf5\xfd\xe8\xe5\xf0\xe5\x68\x9c\xeb\xd1\xb7\x43\x3e\x4f\xbf\xff\xb6\x63\x08\xed\x13\xb0\x3c\x0a\xd7\x62\xe5\x40\x3a\x3b\x0f\xce\x5b\xb4\x6b\x2b\x0a\x6d\xdc\x71\x7d\x3d\x22\xb5\x71\xe9\x51\xbc\x37\xf6\x46\x17\x0e\x17\x8a\x7a\xf1\x29\x33\x09\xa7\x84\x63\xb2\x1e\x01\x1a\x56\xcb\xa2\x56\x27\xdf\xb3\xb7\x82\x17\x0a\x1d\xcd\xb0\x0b\x73\xae\xf6\xbf\x3b\x70\xbd\x0e\x65\xfa\xda\xa9\x91\x73\xae\x7e\x18\xe9\x62\x7a\x98\x49\x55\x3d\xd8\x3f\x87\xb9\x15\x7c\xec\xbf\xbe\x3b\xac\x5f\x18\x7d\x37\x9a\x95\xf3\xac\xdb\x9d\x57\x5f\xcb\xe8\x4d\x7b\xef\xcb\x47\x60\xab\xde\xb7\xcd\x11\x8f\xa5\x5e\xdf\x5f\x31\x78\xb2\xe2\xf0\x1d\x8a\x32\x39\xd4\x66\x48\x71\x16\x74\x02\x4f\xc4\x58\x72\xc5\x7e\x3a\xff\x70\x88\x35\x0f\x7e\x60\xfb\xf7\x33\x21\x7e\x5b\x1c\xc4\x0f\x62\x40\xe5\x96\x65\x34\xff\xec\xd1\x9b\x5a\x1f\x8b\xe6\x26\x5e\xc7\xec\xa5\x89\x25\xde\x97\x22\x65\x3f\xf3\x12\x20\xfd\x8d\x17\x8c\x78\x92\x08\x63\x46\x85\x48\x67\xbc\x1c\x25\x7a\x6e\x85\xa3\x6a\xee\xa2\xb8\x0e\x85\x1a\x7e\xb8\x3a\xbc\x14\xe9\xaf\x3f\xf3\xf2\xd7\xab\x6a\xec\xe7\xf1\xeb\x3b\x5f\x0b\xe2\xf0\xd5\xa1\xdd\xe7\xc3\xcb\x9f\xaf\xde\x1d\x4e\x45\x69\xb7\x6c\x88\x0b\x30\xb4\xcc\xa3\xe3\x14\x6c\xe2\x9a\x43\x38\x1b\x70\xf9\xf4\x09\xb6\x88\x34\x27\x47\x10\x68\x85\x75\x68\x9b\x48\x69\xb5\x1a\xe1\x6a\x6b\xb8\x19\xbc\x71\x11\xad\x60\xb1\x2a\xa0\xee\x63\x33\xad\x93\xc2\xe7\xec\x3f\xdf\xb8\x0e\xed\xa6\xdd\x17\xb2\x2c\x05\xde\x5b\x88\x72\xd0\x93\x81\xcf\x24\xb0\x3b\x79\xb3\x77\xf7\xea\x66\x2f\x7a\xea\xea\x91\xc5\xe3\xa6\xe8\xd3\x38\xe5\x52\xd3\x9a\xf8\x5c\x41\x8f\x20\x61\xe9\x3e\x05\xfa\x3d\x31\x5c\x6a\x83\x2a\x46\x8f\x2c\x60\x24\xa1\xfc\x4b\x89\x51\x32\xa9\x93\x4a\x3c\xb4\x4b\xf7\x96\x6e\x14\x0a\xd9\x4e\xca\xf5\xc5\x8b\x36\xdc\x86\xb3\x09\x0d\x8d\x92\x78\x38\xcb\xa5\xc0\xa4\xf3\x3a\x3e\xcc\x19\xf6\xf0\x47\x7b\xf1\x0b\x07\xd5\x39\x40\x02\x4e\x81\x04\x75\x38\x25\x7a\x36\x30\x37\x8d\xfd\xfb\xd5\xfb\xf3\xc3\x9f\xb4\xf3\x2e\xc1\x1d\xc7\xe4\x2a\x74\xcf\x9b\x2a\x99\x31\x0e\x39\xd5\xf6\x4c\x5f\x01\xb2\xe4\x9c\x2b\x39\x11\xc6\x52\x01\x92\x1c\xcc\x7f\x7d\xfd\xdf\x48\x8c\x7c\xb6\x22\x41\xc2\xf8\xa8\x44\xb7\x57\x54\xa4\x27\xd0\x85\xef\x65\x39\x83\x21\xe5\x3a\xa5\x41\xdf\xc3\x60\x4b\x7e\x4b\x90\x13\xe8\x7e\xc9\xe4\xad\x78\xcd\x6e\x00\x09\x2d\xf8\xf6\xff\x5a\x19\xe0\xf7\x9b\x3d\xa0\xb3\x85\x60\x37\x50\x51\xea\x66\xaf\x91\x4a\x4b\x25\xfb\x6b\xb3\x05\x7d\x1c\xc3\x4b\x0a\x39\x9d\x42\x56\x00\x44\x45\xde\x09\x55\x1e\xd8\x53\x22\x27\x4c\xe9\xa0\xb1\xaf\x39\xe7\x8f\xff\xd2\x60\xfe\xeb\xeb\xff\xb6\x23\x69\xce\x8e\x49\x95\x8a\x07\xf6\x35\x5e\x1f\x4b\x87\x75\x7a\x40\x24\xd8\x2c\x54\xc9\x1f\xc0\xa1\x3a\xd3\x46\x28\xcc\xcd\x2d\x35\x06\x4c\x00\xfe\xca\xbd\xc8\xb2\x21\x46\xd6\xa6\xec\x1e\xad\x54\x6e\x41\x31\xf8\x21\xe7\x45\xd9\x45\x98\x7a\x85\x9c\xf6\x29\xb4\xf5\x09\x03\x3a\x3f\xd3\x92\x60\x38\x30\x5f\x3c\xa6\xab\x64\xcc\x27\x18\x62\x17\x48\xa9\x65\x3f\xa8\xf5\x75\x92\x28\xe7\xd5\x63\xad\x96\x98\x52\x28\xc1\x31\x0a\x11\x36\xc1\x8d\x9d\xf3\x14\xaf\x34\x57\xcf\x8f\xa6\x67\xd7\x01\x6c\xb0\xc9\x62\x48\x8e\x3a\x00\xd7\x4b\xb4\x42\xdb\x72\xb2\x88\x4d\xbc\x92\x91\xc3\xfd\xa1\xf6\x94\x3e\xef\x89\xb1\x9a\xef\xd3\xf8\xdf\x85\x37\x9d\x93\xe1\x62\x05\x03\x6c\xb7\x65\xfb\x17\x1f\x0f\x5c\xdc\x38\x96\x8e\xf3\xb1\xc2\xe0\xf3\x22\x09\x66\xbc\x00\x53\x77\xed\x6b\xd4\x05\x38\xbd\xc1\x04\xce\x33\x3d\xd5\x04\x9b\xb3\x6d\x2f\xc0\x2e\xbf\x60\x97\x5f\xf0\xe7\xcd\x2f\xd8\x41\xcc\x06\x25\xf0\x9d\xaa\x58\x5f\x2e\x56\xdf\x77\x5f\x17\xf1\xbe\x11\x8e\x02\x06\x85\x11\xbb\x58\x47\x8a\xb6\xe7\x75\x8c\x92\xa0\xde\xd8\x80\x2d\xf2\xda\xb3\x6c\x52\xcb\xbb\xea\x1c\x89\x81\x36\x72\x48\x91\x10\x2e\x02\x6d\x69\xe1\x1e\x0d\x67\xfb\x59\x2c\xd3\x66\x40\xb6\xd1\x55\xee\xc5\x1a\xb7\x0d\x70\xdb\xee\xff\x38\xe3\x72\x65\x4c\x6f\xf4\x05\xa4\xab\x95\x11\xc5\x0b\x4f\xde\x28\x70\x22\x65\x09\xb4\x40\x35\xae\xbd\xe9\x3b\xe6\xb8\x63\x8e\x3b\xe6\xf8\x05\x30\x47\x88\x76\x40\x4b\x09\x4b\x66\xbc\xe0\x49\x29\x0a\x69\x4a\x99\x50\x6c\x0d\x71\x47\xda\x5e\xe2\x82\x10\x64\xcb\xab\x72\xf6\x5c\x1c\x10\x7f\x01\x0a\xf4\x14\xf2\x0e\x44\x6e\xeb\xac\xb0\x43\x80\x80\xd1\x3e\x3b\xd3\xdb\xea\xca\x3c\x8d\xfb\xd5\xab\xdb\x9f\x45\x7d\x12\x3e\xd8\x0b\xcc\x76\xf5\x9b\x64\x42\xcb\x3a\xab\x12\xe6\x77\xc9\xd3\x61\x6d\x2f\x0a\x3d\x16\x3d\x20\x6d\x73\xdb\x2e\x75\x76\xc0\xcf\x0c\xc4\x96\x3c\x0d\x7f\x28\x92\xed\xf0\xd3\x20\xd9\x7e\xa0\xf0\x56\x34\x53\xa3\xc4\x01\x25\xe3\xcd\x4c\x17\xe5\xc0\x3b\xb4\x2a\x95\x8a\xc2\x00\x2f\xb1\x63\x22\xde\x0c\x86\xdb\xa9\xbc\x13\x2e\xf2\xc7\xc3\xe1\xae\x82\xc2\x65\x67\x13\x4a\x78\x05\x08\x9e\x9b\xbd\x4b\x61\xe4\x6f\x56\xa0\x2c\x4a\x91\xde\xec\x39\x7c\x76\xae\x5c\xb2\x6d\x2a\x8a\x0c\x92\xaf\x97\x69\x94\x34\x6c\x2c\x28\x2f\xdb\x8a\x36\x6b\x80\x76\x3b\x21\x72\x3f\x05\xf4\x6d\xf4\x82\xae\x83\xd9\xe9\x7c\xa9\x59\x33\xb2\x43\x1a\x2e\xc5\xfa\x84\xe0\x1d\xb4\xce\x1f\x0a\xad\x53\x67\xc0\x75\x70\xe0\xcd\xa3\x5d\x1f\xc3\x77\x9f\x8c\xe5\x1f\xd5\xdf\x76\x10\x3f\x3b\x88\x9f\xe7\x81\xf8\x89\x9f\xb7\x2d\x61\xfe\x74\x0b\x86\x9b\x52\xea\x48\x3a\xa7\x5d\x73\xad\x1a\x35\x27\x27\xde\x65\x90\x8a\x3b\x99\x00\x98\x6d\xca\x78\x96\xe9\x7b\x7b\x43\x08\xbb\xd0\x32\x56\x97\x3d\x33\xf4\xd1\x22\x75\x3f\x3d\xe0\xb2\x13\x61\xcc\x3b\xc0\xf0\x8a\x60\x66\xfb\x87\xb5\x33\x3f\xd4\xa6\xc8\x33\x3d\xa7\x4a\x31\x2e\xb6\xd4\xd1\xed\x19\xbf\xdb\x6a\xce\x02\x7e\x6e\x08\x9f\x1b\xbe\xda\x20\x44\x75\xb0\x67\x4f\x7e\x57\x9a\x6b\x10\x73\x43\x4c\x10\x27\x43\x56\x2d\xc5\x73\x33\xd3\xe5\x89\xef\x81\xf1\x2c\x9f\xf1\x66\x32\x2b\x96\xe7\x70\xa9\xac\x60\x5a\xf2\xf0\x99\xcd\x7e\xea\x5a\x35\xd9\x82\x99\x2a\xa7\xf8\x21\xc8\x1e\xa2\xc8\x50\x97\xc8\x5f\xfb\x88\x0a\xc8\x33\xa2\xd6\xed\x0e\x83\x57\x01\x37\x04\xf2\x55\x31\x0f\x98\x71\x48\x9a\xa3\x6d\xb1\xc3\x82\xc6\x2e\xb1\xbf\x10\x76\xb5\xeb\x30\x65\xd7\x8e\xa0\x1d\xb8\x15\x87\xe5\x3c\x3e\xa0\x54\x0b\x97\x1c\xb5\x7e\x54\xd4\x71\x58\x24\xc5\x25\x2a\xdb\x41\x41\x4c\x0b\x97\x99\x5d\xce\x7a\x6c\xb4\x32\x88\x38\x00\xee\x7f\x8f\xb6\x8b\x30\x94\x03\xd0\x1b\x32\x0e\x4e\x52\x37\x0c\x44\xcb\xa9\x3f\x0e\x59\xf7\xc6\x7f\x26\x2c\xc4\xd6\x9e\x52\x8d\x82\xb9\x49\xd6\xc1\xf5\x22\x17\xe9\x5b\x9d\xf0\xac\x1d\x2b\x13\xf8\x7d\xa3\x78\x29\x2e\xc1\xa7\xa5\x96\xcf\xa5\x92\xf3\x6a\x1e\x64\x00\x3d\xff\xd5\x0a\xc5\x94\xbe\x13\x77\x13\x08\x52\xdd\x21\xdf\xc2\x04\x01\x5e\x4b\x82\x8d\x87\xc0\x59\x20\x00\x8e\x0f\x9d\x87\x88\x0e\x03\x99\xb1\x96\xaa\x8d\x25\x80\xdf\x3f\x4d\xb1\x7a\x6b\xbf\x56\x17\x9f\xb1\x62\x3f\xac\xc0\x71\xc6\x8d\x39\x5f\x1b\xcd\x70\x15\xb4\xf6\x15\x9e\x6a\xf7\x09\x98\x42\xb6\x98\x91\x65\x3f\x13\x92\xb5\x76\x22\xc2\x3b\xaa\x4c\xda\x1c\x70\xfd\xcc\x0b\xde\xf7\x10\x3d\x43\x35\x3d\x6a\xad\xa8\x63\x06\x1f\x41\xca\xd2\x13\xf6\x46\x66\x82\x8a\x03\x49\x03\x38\x15\x52\xa4\x98\xc6\x68\xef\xac\x54\x49\x56\xa5\x88\x49\x8d\x76\x73\x08\xb2\xf1\x78\xc1\x9c\x8d\x45\xc9\xc3\x04\xa2\x8e\x79\xc4\x17\xfe\xa3\x7f\xe6\x28\x24\x1d\x81\x66\xcd\x0c\xfb\x60\xc9\xcf\x3e\xe6\xc9\x2d\x4a\x87\xd2\xd0\xb4\x1e\x5d\x29\x36\x7a\xaa\xe3\xe9\xba\x9d\x17\xbf\xaf\xcc\xd1\x38\x9e\x1b\x09\x1e\x6b\x13\x81\x57\xbc\xd6\x2e\xe0\xdb\xc7\xe4\xf7\x4c\x82\x04\x4f\xca\x8a\x67\x9d\x72\x44\xbd\xaf\x82\x5d\x7c\x3c\x66\x33\xbe\x55\xcd\xe7\x09\xf2\x44\x77\x56\x67\xab\x58\x34\xcd\xb0\x91\xcd\xd9\x32\x61\x90\x8f\xf1\x33\xcb\xc4\xa4\xc3\x51\x5b\x0b\xbb\xd5\x51\x90\x0f\x36\xb2\xc9\xd8\x25\x40\x4e\x5e\xf7\xef\x18\x3f\x21\x68\xbf\x68\xd8\x80\x5e\x6c\xa5\xb8\xdc\x6a\x43\xea\x27\x2d\xa2\xdd\x61\x8a\xf7\xe9\x70\xd1\xb1\x3e\x9e\xaa\xad\x99\xfa\x96\x52\x96\xa2\x5f\x21\xb9\x70\x6d\x69\xa7\xb5\x2f\xd7\x8c\x80\xac\x80\xe8\xd3\xb5\x84\xc1\x05\x40\x5b\xee\x11\x14\x1e\x07\xd6\x44\x47\x70\x62\x15\x52\xe4\x2b\xba\x52\x29\xbb\xf8\x88\xe6\x21\x5d\xe1\x1e\x70\x7f\x58\x7d\x18\x80\x06\x2c\xbb\xf5\xe3\x92\x66\xc0\x84\x01\x13\x05\xcf\xb2\xc5\x80\x71\x76\x5f\xf0\x3c\x17\x05\xe3\x05\x7c\x8c\xcc\xc4\x6d\xa6\xec\xaa\x59\xfa\xb8\x0c\xa3\xe7\x42\x2b\xc1\x44\x66\x04\xdb\xaf\xe3\x0c\xa2\xd5\xc0\x43\x8b\x1d\xdc\x43\x60\xac\x4b\x56\xbb\xfa\xd1\xf2\x25\x77\x8f\x1c\x4b\x70\xd1\xb8\xbc\xcb\x7a\x18\x5b\x67\x44\x91\x47\x54\x1a\x28\x95\x84\x7c\xd8\x85\x4e\x7c\x3a\x4b\x55\xc3\xb8\x9d\xbe\x57\x59\x84\x3c\xff\x02\x05\x1b\x34\x5a\x8e\x04\x78\xb2\xde\x83\x26\x86\x69\x0f\x76\x86\x1f\x49\xa2\xaa\xc0\x8e\x44\x30\x02\x6c\xc2\x33\x13\x12\xe9\x15\x10\x20\xfd\xa3\x09\x37\x35\xf5\xae\xb7\xf2\xee\x0c\xbc\x7f\x02\x03\xef\xdb\x2e\xf3\xee\x36\xc5\x9b\x67\x60\x98\x3b\xe3\xed\xce\x78\xfb\x89\x8c\xb7\xcf\x65\xb7\xdd\x5c\x0e\xa9\xcb\xc4\x18\x39\x97\x19\x87\x6a\xd9\x8d\x47\xe3\x0a\x9d\x93\xa5\x17\x1d\x1a\x01\x94\xec\x7e\xa6\xc9\xdc\x65\xa5\x15\xd3\x2c\x45\xa9\x27\x50\x3c\x6e\x2e\xe6\x63\x38\xf1\x84\x8a\x67\x44\x9f\x9c\xa7\x7b\x73\x9a\x71\x53\xca\xe4\xc7\x4c\x27\xb7\x57\xa5\x8e\x25\x3d\x1f\xfd\x72\xb5\xd4\x2a\x94\x3f\xb9\x62\x47\xbf\x5c\xb1\x13\x69\x6e\xc3\x9b\x89\xa2\x49\x88\x64\xc0\x1d\x26\xde\x0b\x03\x69\x88\xde\x17\x4c\xc6\x35\xc5\xc4\x43\xae\x4d\x6d\x4f\x04\x09\xea\x91\x04\xcd\x2b\x69\xf7\x46\xe0\xe8\xc7\x76\xf4\x60\xb0\xdc\xc0\x48\x15\x9b\x7c\xe3\x24\xfc\x3e\xd8\xe3\xbf\x55\x85\xb0\xd3\x8f\xac\x9d\x7b\xd4\x5e\x30\xfb\x3b\x3b\xe1\x25\xc7\x75\x03\x31\xd2\xe1\x96\xc0\xda\xd8\x35\x19\x4b\x27\x61\x86\x2b\xb2\xc9\xe8\xdd\xe7\xa3\x43\x7e\x23\xa3\x48\x4a\xee\x51\x74\xc8\xf0\xc0\x92\x57\x99\x88\x67\x1d\xb5\xfd\x50\xc7\xe5\xb3\xaa\xa7\xc8\x67\x93\x98\xda\x29\xf2\xd9\x9b\xab\xc6\xc8\x99\xfd\x8d\xbd\xb9\x8a\x8c\x16\x8b\xd3\xcf\x78\x01\x21\xd0\xb9\x4e\x5f\x18\x80\x16\x29\xe5\x7c\x93\x33\x82\x1f\x5d\x31\x58\x69\x75\xdb\xc8\x60\xe1\xf7\xe6\x60\xb1\x6d\x6d\x49\xa7\xdb\xe3\x55\x0d\x28\xf3\x58\x63\x4b\x86\xd7\x28\x7a\x55\x28\x73\xcf\x63\x48\xce\x17\xe6\x1f\xd9\x10\xbf\x32\xcc\xd3\xc3\xcb\xd3\xa3\x93\x77\xa7\xa3\xf9\x26\xe8\x98\x38\xee\x15\xf3\x35\x32\x32\xd9\xab\xb3\x70\xa6\xce\x3b\xe5\xe8\xc4\x8c\xab\x34\xf3\x01\xe4\x0e\x6b\x93\xd9\xb7\xd2\x42\xde\x89\x82\xed\xff\x18\x98\x07\x0f\x36\x39\x4f\xc7\x57\x67\xdd\x83\x9d\x44\xc2\xff\xde\x1c\x37\x37\xe5\x8d\x1c\x17\x82\x1d\xcf\xb8\x52\x22\x7b\x06\x1a\xb7\xc1\x5c\xde\x1c\x2f\x4d\x20\x13\x0f\x75\x6e\x51\x6b\x22\xfe\x59\x73\x42\x53\xa1\x44\x21\x93\x3a\x72\xb1\x35\xa3\x20\xbb\xe8\xd0\xcf\x0e\x75\x33\xd8\x1d\x91\xb0\x31\xb7\x93\xc8\xb3\x6a\x2a\xfb\xc4\x59\xd5\x13\xc8\xc4\xc3\x8a\xdd\xc8\x00\x67\x22\x36\x13\x78\xd0\xda\x17\xfa\xb1\x7d\x5b\xd6\xed\xc3\xf2\x16\x00\xe7\xb5\x7c\x14\xf0\x48\x49\xf3\xc7\x12\xba\xc6\x91\x0c\xf7\x35\xca\x5e\x63\x86\xa8\x20\x59\xa6\x10\x7b\x6a\xa3\x95\x80\xfe\xda\x4b\x30\x4d\x02\xba\x17\xe7\x2a\x3f\x1d\x9f\x36\x9b\x34\x97\xe5\xa7\xe3\xd3\x67\xe3\xc6\x1d\xc9\x1e\x4f\x66\xd3\xd3\x44\xd4\x2a\x48\x6a\x67\xdd\x7f\x21\x97\x96\x63\x69\x49\x31\x55\x25\xc6\x30\x7e\x72\x8f\x5a\x4b\xe8\x7f\x6e\x99\x5a\x9a\x2b\xe8\x79\xde\x53\x97\xaa\x4d\xa6\x69\x59\x0e\xfd\xc8\x1f\x45\xa8\xfd\x2c\xba\x2f\x9c\x9d\x41\x3c\x53\xfd\x67\x7a\xd2\x5c\x98\x54\x16\xe0\x6e\x58\x84\x8c\x74\x79\xae\x0c\x54\x06\x2b\x6b\x42\xb5\x6a\x81\x99\x42\xce\xd5\x53\x19\x31\xa9\x32\x44\x5c\x04\xe4\xf8\x21\x15\x9d\x84\x77\x00\xbc\x12\x0e\xa1\x30\x25\xc2\xb9\x65\x8b\xff\x83\xbd\x57\x43\x58\x6e\xc7\x39\x64\xc3\x7d\x8c\x7e\x25\xae\x16\x90\x4a\x6d\xdf\xfe\xe5\xec\xed\x5b\x76\xfe\xfe\x9a\xfd\xf2\xfe\xf2\x6f\x58\x86\x75\x5e\x65\xa5\xc4\x6f\xf9\xec\xa5\x27\x9e\x5b\x3b\x24\x28\x54\xd3\x7f\x57\xdc\xc2\xb6\xb7\x42\x9a\x28\xe3\x3c\xbb\x6a\xb1\x4e\xae\x18\xfe\xf6\xa9\xef\xf8\x06\x73\x84\x01\x76\x9f\x3a\xa8\x66\x19\xb1\x6b\x50\xbd\x4f\x3f\x55\x3c\x6d\xd9\x62\xe8\x27\xe5\x76\x1f\x12\xf0\x11\x26\x79\x02\x23\x59\x6c\x30\x3a\xf8\x4e\x7b\x4c\x2a\x46\x1e\xce\x5b\xc2\xa4\x62\xe7\x31\x49\xf2\xf9\xe8\xa2\x1d\xd5\x06\x18\x7b\x6f\xae\xda\xd3\xca\x67\xba\xd4\x6a\x1d\x47\xb9\x88\xb4\x6a\x5e\x7c\x6c\x71\x8c\xbc\x2f\x13\x45\x68\x7c\xb2\xf4\x7a\x33\x59\x75\x93\xb0\xfc\xc8\xd0\x96\x26\xa9\x8b\xf2\x5e\x17\x9d\x72\xd0\x45\xe3\x79\x73\x62\xee\xdd\x47\xc9\xdc\x9b\xcc\xa3\x31\x86\x7a\xec\xff\xa8\xf4\x78\x51\x46\x06\xfd\x1f\xf8\xa0\x39\x5a\xf7\xe3\xb3\x29\x33\xf4\x81\xf6\x28\x8b\x71\xc4\x68\x77\xf9\xe3\x49\x73\x74\x97\x3c\xd5\x86\x81\xa6\xcc\x4e\x44\x87\x8e\xb8\x6a\xa0\x1b\x31\xc7\x62\xfc\x38\xfd\xe5\xf2\xc7\x93\x6e\xd2\x64\x12\x9e\xfd\xff\xec\xbd\x8b\x6f\x23\xc7\x95\x37\xfa\xaf\x14\xe4\xfb\x61\xa4\x80\xa4\x66\x6c\xaf\xf7\xfb\xbc\x58\x5c\xc8\x92\xc6\x11\xe2\xd1\x30\x92\x6c\xe3\xbb\xab\x20\x29\x76\x17\xc9\x5a\x35\xbb\xda\x5d\xd5\x94\x18\x6c\xfe\xf7\x8b\x3a\xe7\xd4\xa3\xbb\x8b\x2f\x49\x63\x8f\x13\x22\x40\x3c\x62\x57\x57\xd7\xf3\xbc\xcf\xef\x88\xab\x8f\x09\x8b\x1a\x3e\x68\x4f\xd8\xfd\xd8\x77\x59\xae\x3b\x46\x7f\xf2\x97\x1f\x6b\x36\xed\x43\x55\xe9\x6b\x1b\x06\x8f\xd4\x43\x25\x53\x78\xe0\xd1\xc7\x8e\x72\x1c\x7e\xde\x20\xe8\xd8\xad\xdb\xc0\x48\xdc\xec\x64\x19\x09\xd4\x7b\xec\xa3\x1f\xf5\xb3\x76\xd3\xcf\x60\xfd\xb2\x2c\x75\x35\x17\xce\x6e\x93\x08\x1d\x89\x1f\xb7\x97\x67\x79\x0b\x8f\x3e\x35\x6d\x70\x23\x90\xb5\x69\x78\xd1\xa7\x70\xbb\x62\x64\x6e\x33\x56\x25\x4d\x9c\x69\x23\xd1\xfa\xa6\x1b\x2c\x33\x69\x54\xce\xb5\x92\x40\xba\xf9\x26\x6b\x4a\xfa\x8d\x4d\xf6\x88\xe4\x1b\x1d\x2d\x3a\xdd\x66\xbd\xa2\xba\xa6\x7d\x5f\x9d\x4b\x36\xdc\xac\xae\xa4\x5f\xd9\x22\xc8\x27\x5f\x4a\xca\x99\xc9\x96\x9b\xa4\xb5\xe4\x0b\x7d\x01\x2a\x0d\x41\xda\x11\x47\xd2\x16\xf6\x6d\xfc\x3d\xfd\x56\x8a\x9b\x26\x5b\xa6\x18\x5a\xb2\xe1\x7a\xb6\x90\x6c\xbe\x99\x18\xa7\x5f\xd9\x42\xaa\x92\x2f\x6d\xa1\x0d\xbb\xfa\x2d\xf6\x0c\x35\x87\x28\x73\xf2\xea\xef\x82\x0d\xf1\x29\x22\xbc\x78\x51\x30\xa8\x6e\x1f\x85\x74\x65\xbc\x64\x13\xe1\x68\xef\xa7\x8a\xe6\xda\x2b\x96\xeb\xe0\x45\x39\x78\x51\x7e\xa7\x5e\x94\xb5\x51\x88\x67\x2c\xfa\xdb\xc7\xba\x77\x2f\x3d\x20\x62\xb8\xc0\x44\x48\x5a\x70\x75\x32\xfe\x39\x2a\x4d\x1c\x9c\x4c\x9f\xb1\x93\xa9\xe0\x72\x71\x63\xfb\x4a\x46\xa5\xdd\x88\x29\x38\x32\x1c\x84\x22\x9b\xc8\x21\x5a\x93\xe0\xbc\xf8\xe0\xf0\x89\x30\x8f\x42\x94\xfd\x38\x28\xbb\x18\xe9\x20\x4a\x76\xf9\x54\x89\xcc\x20\x81\xa5\x62\x9c\xa5\x2c\x30\xd2\x1d\x82\x03\x47\x14\xd7\xda\x8f\x49\x47\x40\x08\x69\xb8\x91\x4b\x8c\x50\x0f\x23\xc0\x80\xc2\xf1\x4f\xe7\xaf\x79\x7b\x68\x9e\x7b\x2c\x7c\x22\x0b\xe5\xe0\xd0\x3b\x38\xf4\x0e\x0e\xbd\x83\x43\xef\xe0\xd0\x3b\x38\xf4\x0e\x0e\xbd\x83\x43\xef\xf7\xe1\xd0\x03\x51\xf6\x63\xb5\x26\x41\x29\x80\x64\x90\xc8\x8e\x0d\x07\x0c\xea\x3d\xfc\xd7\xfd\x51\xad\xee\x8f\x06\xec\xfe\x48\xab\xa9\xb9\x3f\xfa\x0b\x16\xf6\x05\x7c\x75\xc8\x3b\x1e\xd2\x7b\x58\xdd\x57\x2e\xaa\x62\x05\x39\xc8\x4c\x4e\x21\x2e\x13\xca\x67\x42\xf3\x57\x14\xe7\x4e\xbf\x80\x8f\x0e\x69\xb0\x7b\x99\x29\xfe\x49\xfd\x9b\xf6\xc8\x9c\xb9\x13\x93\x2c\x6d\xe4\x9e\xfa\xbc\x83\x4c\x95\xda\xd4\x50\xad\x16\x2f\x59\x21\x17\xd2\x60\xda\x6b\x49\x39\x84\x21\xf1\x87\x2c\x4e\x68\x1e\x22\x14\xa7\x76\xa1\x8d\x72\x5a\x34\x21\xad\x28\xd4\x90\x84\x10\x7d\x95\xd3\x47\x7c\x31\xea\x60\x30\xdb\xd9\x3d\x80\x7a\x44\x3c\xd3\x7f\x0c\x8e\xaa\xce\x6d\xbc\xc1\x84\x96\xb1\x2a\x64\x96\xca\x5c\xb1\x83\x98\xf3\xaa\x12\xa5\x5e\x03\x59\x89\x2a\x0c\x55\x3e\x21\xbc\x2a\x2b\x43\x85\x4c\x5f\x99\xbb\x8b\x02\x75\xca\x6e\x04\xd4\x1d\x38\xce\x5d\x92\x8b\xaa\x19\xd6\xbf\x2d\x56\x3e\x43\xbf\x4b\x35\xf4\xc9\x80\x5d\x58\x1a\x26\xda\x2f\x52\x45\x41\x78\x37\x86\xb7\x4e\xbd\x6f\xc9\xdd\x0d\x95\x80\x3b\x0e\x65\xd8\x4e\x46\xfe\x57\x1f\x08\xed\xd9\x09\xa5\x2d\xd3\x54\x51\xd0\x8d\xd3\x0e\x61\x73\xba\x1f\x7b\xdd\x24\x79\x58\x48\x14\x2a\xfb\xe5\xb5\x0f\x8e\xfa\x83\xa3\xfe\xe0\xa8\xff\x97\x72\xd4\xef\x00\x24\xd1\x02\x91\x68\x17\x73\xe8\xcf\x65\x22\x0a\x55\xce\xf4\x88\x5d\x2e\x2a\xb3\xa2\x1c\x2a\x87\x7b\x07\xb0\x2c\x81\xaf\x79\x00\x16\x7c\x09\xd1\x08\x57\xad\xef\xad\x81\xbe\x3b\xc4\x18\xa4\x62\x0c\xe0\xef\x9d\x31\x36\x64\x04\x1c\x0b\xa2\xa2\x11\x65\xee\x4d\x8a\x8d\x65\xbf\x20\x11\x73\x2a\xf0\x6f\xa0\x52\x95\x07\xd8\x50\x90\x45\x54\x8b\x85\x65\xbf\xb2\x64\x35\x7f\x64\xe0\x99\x41\xf4\xcd\xe7\xa1\x72\xec\x8f\xc7\x71\x88\xab\x38\xc4\x55\x1c\xe2\x2a\x3e\xcf\xb8\x8a\x4d\xa0\x32\x87\xe0\x8b\x5d\x83\x2f\xfa\x9a\xd7\x73\x82\x34\x3e\x11\x3e\xc6\xfe\x30\x3e\xcf\x40\xf0\xd9\x1e\xd9\xb1\x16\x77\xf8\x8c\xcd\xf7\x44\x1e\x7e\x9c\xb7\x94\x34\xe0\x8c\xae\xe2\x9d\xe5\x6b\x69\xc5\x69\x03\x4e\x0a\x7d\xa9\xcf\x71\xf9\x92\xcb\xc2\x0e\x6a\x40\x80\x1e\x58\xbf\xce\x2a\x68\x03\xcb\x5e\xbd\x16\x0c\xd6\xcf\x57\x47\xeb\xc2\x41\xef\x81\xab\x7c\x83\x50\xc8\xc8\x98\x6b\x29\xa6\x21\x0b\xbd\x05\x9e\x1c\x90\x21\xad\x34\xe7\x50\xf1\x38\x66\xd7\x87\x2c\x63\x27\x5b\x55\xbc\x26\x2f\x50\xce\x8c\xcc\x57\x56\x45\xac\x0a\x48\x9b\x47\x7c\x9d\x1f\xae\x5e\x58\x01\x72\x2b\x89\xd9\x70\x7c\x6f\xfa\x8a\x2d\xdb\xa0\xd9\xfa\x8b\xb4\x05\xbe\xa2\xca\xaf\x2e\xfa\xe8\x15\x53\x7d\x47\xd0\xcd\x1d\x4f\x55\x90\xa0\x00\x7f\xc5\x28\x14\x51\x46\xec\x03\xd9\x18\x78\x2c\x9a\x41\x9b\x9e\xd5\x01\x04\x18\x5f\xf5\xd6\x97\x7f\xb9\x7c\x1a\xb1\xfb\x23\xf1\x64\xbe\x46\x63\xe3\xd3\x54\xe3\x3f\x4a\x63\xff\x35\x62\x57\x56\x60\xcb\xa4\x29\x08\xc8\xa0\xf6\x32\xa2\x7b\xcd\x1e\xec\xa6\xf4\xc5\x0b\xd3\x57\x24\x4f\xd5\xa1\xbd\xba\x20\x49\x9c\x6a\xcb\x0a\xbd\x7d\x8d\x5f\x78\x16\x54\xbe\x91\x5a\x29\xc2\x80\xc8\xec\xb7\x33\x17\x7b\x12\xea\x30\xe2\x78\x33\x5e\xb2\xba\x29\xb1\x88\x24\x9a\x27\xef\x10\x32\x44\xfb\x5c\x7b\x67\x7c\x9a\xac\x08\xdf\x01\x03\x54\xc8\x38\x07\xd2\xa5\x51\x58\x0c\xf7\xc5\xb5\x41\x0f\xb8\x26\x87\x4a\x2d\x9f\x35\x06\xc8\x3f\x79\xa5\x96\x56\x6c\x6a\x8c\x2f\xdc\x03\x6b\x5d\x13\x09\xf9\x9a\x33\xb7\xc3\x84\xc2\x96\xda\x95\xf1\xd8\xdd\xee\x98\x6f\xab\xc3\xf2\xc1\x72\x91\x5a\x64\x08\x0c\xac\x26\xda\x9e\xf1\x3c\x92\xdf\xfc\x2c\x31\xde\x81\x1b\x0e\xe7\xdf\x9f\x5f\x4b\x37\x72\x30\x10\x3c\xb3\x22\xd9\xe7\xb3\x54\x7b\x16\x66\xa1\xc5\x5d\xc7\x96\x5e\xbd\xe8\x8a\xca\x63\xaf\xd4\x26\x8e\xe7\xfc\x9d\x48\xfa\x66\xb5\x6a\x2a\x40\x75\xb1\x34\x1d\xab\x08\xb9\x06\x91\x6b\xa9\x6e\x0a\xb1\x03\xe7\xf2\xa5\xe1\x2f\x1a\x4b\x2f\x6e\x7d\x07\x57\xb3\x52\xf9\x9f\x2f\x9f\x44\xd6\x98\x24\x7b\xbb\x0b\x1e\x2d\x28\x7b\x5c\x14\x54\x6e\x1e\x30\x93\xe9\x01\x79\xb9\x94\xf7\x9e\x71\xc3\x34\x37\x52\x53\x31\x6e\x3f\x01\xf1\x64\xe9\xb3\x06\xff\x51\x28\xb7\x0c\x07\xd0\xb9\xd3\x06\x00\x87\x23\x0d\xa1\x29\x2b\xa5\x05\x15\x2e\x25\x90\x3d\xa9\x80\xe9\x21\xf8\x4d\x8d\x78\xcd\x74\xf2\xa3\xee\xed\x0d\x10\xd1\x6b\x56\xf8\xb5\x97\xc7\x2f\x48\xc0\xd1\x26\xdf\xb3\xfd\x63\x86\x28\x3b\x96\x11\x2c\x6c\xa7\x8f\x42\xce\xe6\x46\x0f\x98\x1c\x89\x11\xc8\xcd\x82\x67\xf3\xa8\xdb\x85\x10\x06\x03\xd5\xa3\xaa\xee\x6e\x8b\x22\x04\x58\x76\xec\xf9\x15\xf1\x96\x81\xc7\xd3\xed\x6e\x4d\x72\xb9\x06\x4c\x98\x6c\x74\x32\x60\x99\x5a\x54\x0d\x20\x73\xdb\x31\x4e\x56\x4c\x1a\x27\x54\x9a\x79\x0d\x85\xd2\x61\x29\x0a\xfa\xb0\x93\x3b\xa8\x16\x78\x99\x33\x9e\x43\xe4\xe3\xfd\x11\xce\xee\xfe\xc8\x09\x13\xb6\x43\x2a\xf0\x0d\x33\x9c\x73\x8d\x3b\x8b\x36\xe7\x05\x37\xd9\xdc\x23\xce\xd7\xb5\xd0\x95\xc2\x20\xca\x2a\x1c\xf6\x3b\x51\x2f\xfe\xc3\x77\x71\xac\x4f\xc2\xe2\xce\xe5\x6c\xee\xd6\x96\xd7\x88\x9f\xd7\xde\x93\xd7\x00\xe9\xfc\x19\x26\x25\xf2\x71\x7b\x4c\xe0\x02\x5f\xb7\xe2\xbb\x5e\x06\x82\x31\xf7\xfb\xd3\xda\xe1\x35\xe7\x19\xa6\x6a\xe9\xef\x42\x18\x66\xef\x45\xd8\x67\x23\x17\x50\x28\x07\x8d\xd9\x31\xb8\x79\x47\x4c\x75\xcb\xe9\x81\xd4\xf7\x1b\x41\x66\x15\x59\xd2\x1a\xdc\x28\xd4\xc2\x7e\xd5\x8a\x3f\x39\xcc\x1a\x86\x20\xdc\xd4\xd9\x31\x44\x41\xe4\x8d\x20\x4f\xb1\xca\x09\x7a\x1b\x45\xa0\x93\x41\xc4\x32\xe0\xa6\xaa\xda\x33\x1a\x53\x43\xa5\x73\x40\x5c\x47\x4f\xb0\x58\xca\xcc\x84\xc8\x3c\xe7\x56\xc6\x29\xfd\x4c\x50\xae\x56\x4b\xad\x05\x86\xf4\x54\x45\x38\xc1\xf8\xa9\x42\x6a\x3c\xcc\x25\xe5\x88\xc4\xe7\xcf\x7e\xcd\xde\xcb\xce\x39\x84\xfe\x80\x8c\x6a\x88\xd7\xa5\x6b\x6c\x6f\xab\x11\xf5\x22\x02\xcb\x02\x5a\x25\x5f\xe7\x00\xf6\x0f\xde\xee\x2c\xaa\xf5\x62\x92\xaf\xac\x3b\xde\xdb\xd9\x10\x34\xdb\xc0\x8a\x2e\x42\x2d\x58\x61\x7c\xe8\xc2\x71\x69\xe5\x5c\x7b\x9c\x2c\x21\x06\x12\xe0\xc4\xf0\x22\x86\x9f\x66\xb5\x28\x30\xa8\x99\xce\xeb\x4c\x2e\x45\x19\x40\x3e\x8f\xf5\xc9\x49\xe4\x83\xb2\xe7\x20\x14\x87\xca\xd4\xb0\x50\xe0\xc0\x67\xc7\xee\x68\x43\xa9\x7e\x7b\x9c\x5a\x0f\x4b\x23\x87\xa1\x85\x25\x2d\x03\xf6\x08\x67\x27\x6a\x06\x91\x9e\x58\x57\x9f\x6b\x17\xc7\x89\xda\x22\xd0\xb5\x47\x98\xcb\xd2\x79\x48\xfc\x5c\x90\x54\x3d\x88\x15\xbb\x6f\xde\xbe\xfd\x2a\x33\xaa\x52\x85\x9a\xad\xfe\x24\x56\xf0\x83\x88\x48\x20\xa7\xca\xfc\x2b\xec\x52\x95\x44\x24\xf1\xae\x38\x66\x10\x2d\xa4\xd4\x51\x44\xe9\xc6\x9a\x68\xe1\xab\xa9\x8a\x68\x31\xe4\xf7\x2e\x00\xf9\x7e\x3b\xbd\x42\x36\xf0\x36\xb5\xcc\xd2\x05\x3b\xba\x57\x86\xc9\x0f\xc5\xec\xfb\x43\x0c\xcf\x3c\xbd\x72\x0c\x26\x7a\xd4\x3f\x5f\xbc\xaa\x0a\x89\x40\xff\xc7\x6e\x1b\xf8\x8c\xcb\x52\x9b\x93\xff\x60\x65\x63\x59\x70\xcd\x04\xf8\x3d\x09\xf3\x90\x97\x9a\xdd\x1f\xb9\xf3\xf6\x46\x87\x0f\xdc\x1f\xed\x15\x3a\x15\x6f\x49\xba\xfc\xc7\xeb\x9d\x67\x47\x26\xf5\xa6\xcb\xe6\x70\x74\x3d\xc1\x0f\x4b\xf7\x49\xee\x43\xb4\x00\xbb\xdc\x81\x72\x15\x6e\x40\x81\xa9\x12\x9d\x3b\xe0\x3c\xd4\x71\xc7\x14\xff\x09\x35\x6a\x92\x76\xac\x67\x97\x50\xdb\x0d\x28\x5f\xe5\x67\xa5\x91\x3b\x4b\xed\xa5\x91\x3b\x88\xee\xad\x56\xbf\x5b\xf9\x3d\x3e\xa6\x07\x21\x7e\x37\x21\x7e\xdd\x9a\x1d\x24\xf9\xcf\x48\x92\x6f\x6d\xd2\x6f\x27\xce\xef\x3f\x8c\x83\x4c\xff\x2f\x2d\xd3\x43\xbc\x4c\x14\xdb\xbe\x81\x53\xb5\xda\x3a\x82\x49\x02\x22\xfd\x08\xe7\x61\x0c\x22\x52\x2d\x16\xca\xb8\x80\x1c\x96\xf1\xa2\x38\xb8\x47\x7e\x75\xf7\x88\x77\x78\xa5\xf9\xb9\x7f\x6c\xe5\x40\x8a\x07\x54\x74\xd1\x5d\x01\xe2\xc5\x82\x97\xb9\xaf\x3e\x00\x0b\x02\x15\xe3\xa2\x77\xa7\x74\x43\xa5\xc6\x47\x96\x89\xb6\xba\x8e\xb2\x19\x0f\x1e\x9c\x4f\xe8\xc1\xd1\x26\x17\x75\x62\xaf\x6f\xe1\x77\xd8\xa8\xba\x89\x43\x19\x50\x40\xa3\xa7\x9a\xb8\x40\x2d\x30\xb9\x46\xe4\x01\x46\x3c\xba\xc5\xad\xa3\x60\xfb\x4b\xd5\xa2\x80\xb1\xc8\xc4\x35\xbe\xb5\x3f\xbb\x91\x0c\xfc\xb7\x28\xe3\xc1\xf9\x99\x64\x59\x41\xfd\xef\x5a\xf0\x45\xe4\x8d\xa0\xf1\x80\xc2\xd9\x1d\xc9\xda\xb2\x18\x30\x14\xd5\x98\xe4\x58\x94\x95\x2e\xd7\x2e\x0b\x3c\x7d\xdd\x65\x31\xa9\xe4\x92\xbb\xbb\xff\xbb\x6e\x14\x9c\x19\xb3\xf2\x25\x89\xac\x4a\x83\xaa\x58\x72\x08\x2e\xe2\xb2\xe2\x90\x60\x12\x0b\x7f\xe1\x3e\xd6\x4d\x09\xf5\xc5\x35\x52\x36\x43\x4a\x87\xef\x99\x02\xb7\x1f\x55\xfd\x20\x6a\x94\xfa\x5c\x9d\xb6\x6e\x1f\x3b\xee\xc0\x9e\x8e\xfd\xdd\x2a\xca\x47\xed\x02\xd0\x8b\x8b\x01\x72\xab\xe3\xe2\x92\xb2\xb8\x78\x94\xd3\xe3\xb7\x05\x77\x1c\x6a\xca\xff\xd3\xd6\x94\x57\xa5\x18\x3e\xaa\x3a\x1f\x44\xb1\x4f\x51\x89\xf8\xd6\x32\x25\xca\xc4\x6f\x2e\xe4\xde\xf3\x9d\x47\x81\x72\x6d\x07\x6b\x38\x0b\x96\xb3\xd8\x0b\x7e\x07\x54\xf1\xbd\xbd\x49\x03\xf6\x63\xf9\x50\xaa\xc7\xfd\x53\xe3\xec\xd5\x2d\x14\xcf\xf5\xa9\x55\xd5\xec\xff\x0d\x0b\x39\xc5\x74\xa6\x2f\xec\x5f\x51\xbd\xb5\xc4\x4c\x4c\x32\x78\xe9\x6e\x55\x79\xf0\x09\x57\x3d\xaa\x33\x87\x5f\x73\x98\x9f\xa6\x0a\xbe\xca\x2f\xae\x6f\xcf\x55\x39\x95\xb3\x2d\xc4\xc7\xb7\x6b\x49\xa3\x17\xd7\xb7\xac\xe2\x35\x5f\x08\xab\x57\x50\x1c\xa4\xc2\x04\xe4\xdc\xdd\x3a\x45\x36\x70\x80\x5a\x40\x62\x6e\xef\xde\xc5\xf5\x2d\x66\xdc\x6d\x97\x93\xc1\x48\x87\x32\xcd\xa6\x7c\x54\x3b\x1a\x28\xa4\x85\x6d\xd9\xd5\xd8\x8e\xa2\x16\x5a\x0b\x4d\xcc\xc2\x33\x96\xaa\xf2\x69\x03\x76\x22\x13\x7b\x23\xa2\xcf\xac\x1f\x2c\xbb\x68\xaa\x42\x22\xeb\x88\x5f\x08\xe5\x73\x17\x6a\xb9\x59\x79\xea\xdb\x49\xd5\xf6\x64\x5b\x3b\x39\x2b\xf8\x15\x76\x66\xd4\xbe\x33\x29\x28\x80\x97\x07\x6b\x03\x4c\xca\xa9\x2a\x3b\x4d\x48\x58\x29\x4d\xf4\x27\xc3\x6e\xec\x97\x51\x1b\xf6\x1d\x82\x9f\x42\x96\xcc\x69\x48\xf0\x92\x5a\x8a\xba\x96\x60\x20\x52\x9a\xcc\x44\x76\xb1\xb9\x17\x8c\x61\x54\xa9\xcd\x7f\x89\x92\xe9\x8f\x27\x0e\x06\x16\x55\x0b\x2b\x5e\x26\x41\xd3\x5a\xab\x8a\xed\x58\xae\x16\xc0\x53\x2d\x41\x9c\x2b\x6d\x86\x70\x94\x0a\xa5\x1e\x9a\x6a\x97\xd3\x43\xdd\x54\xdc\xcc\x77\x5c\xed\xd6\x1b\x2f\x38\x3f\xbb\xab\xd4\xdd\x65\xda\x81\x2e\x50\xcb\x1d\xa9\x03\xb6\xf6\x34\x22\x75\x68\x3d\x95\xd8\xed\xde\xa7\x62\x5b\x51\x66\x49\x67\xd6\x58\xbd\x29\xb9\x48\x7b\xc9\x64\x97\x4f\x22\xdb\xcd\x4a\x10\xb5\xdc\xd5\x46\x00\xa8\x31\xeb\x2c\x04\xad\xe2\x82\xa8\x8d\x1e\xea\xc5\xfd\x0a\x86\x03\x5c\xe9\x3e\x58\x13\x3e\x70\x5b\x4b\x3b\x48\xcd\x23\xeb\xc1\x88\xf1\x7a\xb6\x64\x70\x57\x11\xf1\x80\x1e\x20\x3d\x06\xd0\x0d\x3d\x17\xad\x3d\xdf\xa5\xdc\xed\x7a\x83\xc6\xf9\xc1\x98\xf1\x2f\x61\xcc\xb8\x21\x3d\xbc\x6d\x31\x10\x75\xad\xea\xfd\x2c\x06\x7b\xdb\x2e\xd2\x5f\xfe\x75\x6c\x15\xe9\x6f\xab\xc6\xec\xfd\xf1\x5f\xcf\x36\x11\xe8\xfa\x27\xb1\x13\x5c\x8d\x37\xb1\xa2\x20\xec\xc2\x11\xae\x17\x48\xce\xc1\x6b\x47\x52\x1d\x5d\xe6\xe3\xaa\x68\x6a\x5e\x9c\x30\xe8\x93\xfc\x22\x23\x76\xc9\xb3\x39\x34\x5d\xb9\xdc\x56\xfd\xed\x7d\xc9\x18\xbb\x1a\x7f\xcb\xce\xca\x48\x9a\x8e\xa6\x1e\x83\xe5\xdc\xa8\xc6\x80\x4a\xcb\x0d\x2b\x84\x55\x21\x89\xf2\xe1\xc5\x44\x94\xa1\xad\x3c\x5f\x56\xfd\xb9\xc9\x0a\xc8\x49\x6b\x0c\xc7\x57\xe3\xe5\xd7\x4c\x59\x29\x7f\xf9\xcd\x09\xe3\x5a\xcb\x59\xd9\x1a\xd1\x8b\x33\x2e\xb6\x16\x89\xc5\x26\x9d\xba\xb0\x14\x15\x72\xa8\x02\xfb\xdb\x73\xf5\x6d\x55\x60\xed\x56\x7d\xe2\x01\xbe\x8e\x7a\x73\xa8\xff\x7a\xa8\xff\xfa\xa9\xea\xbf\x02\xa1\xdc\x2d\x1a\x68\x5b\xc9\x57\x95\xff\xa0\x66\xbb\xa9\x4d\xa1\x61\x5a\x6b\xb2\x7c\xcb\xa9\x4d\x85\x9a\x69\x3c\xbf\x07\xb7\xea\xe7\xed\x56\x9d\x42\xd1\x5d\x52\x45\x48\x4a\xb3\xbb\xb7\x87\x0a\xb2\x87\xf6\x31\x55\x45\xa1\x1e\x13\x79\xa7\xf0\x3b\x2e\xb8\x9a\xf5\xa5\xc5\x9d\x85\xd3\x03\xc5\x7d\x3d\x8a\x0b\x50\x71\xdf\xad\x4c\xca\x1e\x77\x35\x65\x5a\x18\x8c\x6d\x29\x9b\xc5\x44\x40\xe2\xd9\x64\x65\x30\x6c\xb5\x16\x3c\x0f\x0b\x42\xc6\xdd\x89\x98\xda\xf9\x18\x51\x2f\x64\xc9\xfd\xa2\xdb\x0d\x47\x2d\x81\x6c\x76\x2e\x10\xc7\xa5\x67\x73\x08\x1f\x03\x10\xb5\xa9\xb4\x77\xb0\x90\x58\x0c\xba\x50\xb3\x99\x2c\x67\xf1\x6d\x34\x4d\x5d\x32\x5d\xc8\xd9\xdc\x14\x2b\x8a\xb5\xab\xc3\x0f\x85\x95\x43\xcd\x9c\x77\x63\x4a\x61\xaa\xd1\x89\xb2\xd7\x7d\x26\xea\x23\x7b\x62\xad\x5c\x8e\x3f\x7d\xf3\x35\x24\x18\xd7\x62\x29\x55\xca\x91\x72\x83\x9f\x77\x0d\xfc\x4c\x45\x1e\xdd\x90\xfe\xe5\xda\xa4\x6b\xc9\x32\x13\xb7\x22\x53\x76\x8b\x12\x46\xd1\x10\x89\x2e\x17\x02\x70\x6d\xb0\xad\x5f\xeb\xc8\xc3\x08\x4d\x60\x4f\xc2\x7d\x9f\xab\x47\x1a\xd0\x15\x51\x4f\xbc\x19\x55\x2d\x32\x91\x13\xa5\x85\x17\xd1\x4b\xf0\xc8\x01\x9d\xa0\x86\x68\x24\x20\x0a\x40\xe9\x61\x98\x5e\xb3\x83\x06\x91\x75\xd4\x2e\x0a\x9c\xed\xd6\x27\xa4\xd7\x6e\xa6\x8d\x3d\xa0\x03\x56\x2a\xec\xad\xff\xe6\xc7\x32\x54\x00\x8f\x97\x84\x21\x08\x6b\x06\x0e\x4e\x38\x01\x93\x68\x57\x77\xdc\x4f\xdf\x41\x62\x81\x4b\x76\xf3\xfe\xfc\xab\xaf\xbe\xfa\x3f\xb0\x08\xda\xf0\x45\xf5\x2f\xb7\x84\x2f\x77\xac\x1a\x2e\x8b\x1f\x2c\xe3\xde\x95\x8e\x14\xc0\xe5\x63\x82\xea\x83\xb5\xed\xec\x68\xd9\x61\x39\x00\x46\xd7\x0d\x77\x80\xcf\x79\x2d\xa0\x41\x19\xba\x80\x1c\xf9\x28\x6d\x36\xdc\x47\x37\xff\xd4\x7a\xec\x76\x80\xfc\xd1\x48\xcf\x0f\xc3\x48\x78\x9e\x5b\x39\xc4\x1d\x27\x55\xbb\x7f\x5e\xf3\x52\x45\xa7\x8b\x23\xdb\x98\x88\x99\xa4\xd8\xf5\x29\x13\x4b\x2b\x67\x45\x54\xcf\xd3\xcb\x67\x1a\x2d\x5e\xc7\x11\x39\x56\xb5\x79\xaf\xea\x47\x5e\xe7\xbb\x49\x90\xfd\x17\xb6\xda\xdf\x2b\x55\x03\x88\x87\x7d\x07\x64\x49\x84\xf3\x42\x38\xf7\x9f\xc5\xe4\x56\x65\x0f\xc2\x50\xf4\xf4\xdf\x6c\xeb\xbf\x51\x67\xde\xc9\x89\x61\x92\x78\x46\x56\x74\xc3\x6a\x63\x77\xc0\xfe\x57\xb3\x63\x30\xba\x32\x2d\xec\x1b\x46\xe4\x27\xb0\x98\xf4\x49\xb5\x14\xf5\x88\x8d\xa3\x51\xc0\x9e\x58\x76\x76\x3b\xbe\xf8\xbf\x01\x59\x0e\x21\x4f\x45\x70\xdf\x8d\xd8\x95\x71\xf1\xad\x3a\x7c\x16\x23\x75\x28\xfc\x85\x6e\x2f\x8d\x7b\x2e\x78\x2e\x6a\xc6\x43\x29\x07\x92\x16\x0e\xf2\xf3\x01\xb5\xe1\x77\x2c\x47\xc2\x35\xdb\x64\xd3\xa9\x89\x80\xd1\x9d\x73\xde\xc2\xf4\x55\xdf\xee\x8c\x49\xd3\xea\xaf\xbe\x4c\xfa\x5d\x37\x9a\x13\xc7\xb5\x7a\x5a\xed\x48\xdb\xa2\xa6\xdb\xa9\x9a\x6d\x7c\x50\x8d\x0f\x57\xfb\x77\x7f\xb5\x93\xd5\x17\xa0\xf2\x02\xdd\x81\x1f\x6f\x7e\x80\x70\x09\x7b\x68\x2c\x8f\xec\xc6\x3d\xe2\x55\xa0\x39\xdb\x46\x69\xd3\xc1\x9e\x17\xf7\x46\xf0\xdc\x5e\x07\xfd\x3d\x37\x1b\x51\xb7\xba\x6d\x43\xa0\x26\xfa\x8e\x09\x51\x30\xa4\x91\xf8\x88\xaf\xad\x81\x00\xd4\x0e\x80\xb6\x7a\x8e\x83\xf6\xe3\x94\xa7\x38\x3c\xc6\x61\x10\x01\x09\xb1\x91\xc1\xd4\xf2\x46\x47\x3f\x83\x11\x14\x02\x8a\x42\x52\xe5\xaa\x4a\xc1\xc9\xed\xb9\xa6\xb7\x22\x6b\x6a\x69\x56\xe7\xaa\x34\xe2\x69\x9b\x9b\xa5\xd3\x9a\xcd\x55\x91\x43\x4c\xeb\xb0\xb0\x87\xcf\x2a\xaa\xf0\x9c\x71\x83\xe7\xd2\x95\x55\x53\x8b\x45\x88\x97\x15\xb5\x55\x0f\xec\xe5\xb3\x97\x4a\x59\x05\x56\x0a\xdb\x91\x15\xf1\x79\xa1\x15\xa3\x3b\x67\x57\xc3\xbf\x33\xd2\xed\x8f\x8f\x18\x7b\x0f\x99\x44\x48\x7e\x5a\x38\x5b\xdd\xb6\xcc\xf0\x07\xaf\xbc\xd9\x9d\x07\x59\x6f\xda\x79\xbd\x3f\xc1\xed\x84\x7c\xaa\xbf\xaf\x55\x93\xf0\x95\x9d\xa1\x70\xca\x0b\x80\x52\xc3\xb4\x21\x5e\x50\x8a\xa5\x0b\xc7\x72\x09\xc1\x56\x04\x8e\x40\xc2\x20\x4a\x01\x0c\x64\xb0\x3a\x0e\x74\xd8\xde\x5a\xcc\x2e\x85\x33\xf2\x27\xc4\x96\xb5\xef\x67\x73\x5e\xce\x50\xd1\x54\x8f\xb6\x8b\xb9\xac\x90\x3f\x70\x0f\xad\x8c\x32\xaa\x7d\xec\x11\x73\x2a\x95\x7f\x7b\x5f\xde\x97\xef\x50\xd2\x56\x8f\xa0\x9b\x7c\x7f\x75\xe1\x55\x4d\xdb\xea\xfd\x2d\x4c\x91\x7d\x89\xad\xb4\x30\x33\x99\xb3\x89\x04\x87\x9b\x16\x86\x1d\x97\xe2\x11\x01\xe4\x3c\x6a\x19\x1d\x63\x87\xca\x4f\xbd\xf9\x8f\x53\x97\x27\xec\x2b\xec\xb3\x12\xf5\x42\x42\x76\xa1\xed\x17\x0f\xc2\xc7\x9b\x37\x14\x43\x57\x3f\x0e\xeb\xc7\xe1\x70\x38\xb4\x63\xbd\x02\xb0\x38\xa7\x5d\xba\x35\xf0\xc9\x6a\x0b\x95\x3b\x85\x20\xac\x84\x3d\x82\xe1\x13\xda\x25\xfd\xf6\xe0\x21\x37\xe9\x83\x75\x53\x9e\xad\xdb\x6b\x3b\x05\xbb\x6a\x46\x01\xac\x1b\xf2\x02\x53\xaf\x90\x1b\xf4\x94\xd3\xaa\x56\x99\xd0\x7a\xc4\x7e\xd4\x42\xfb\xb8\x78\x57\x49\x40\xd2\x04\x47\xec\x03\x5f\xe1\x75\x98\x60\x26\xbe\x2c\x59\xf7\x7c\x32\x86\xba\xb6\x7d\x36\x51\x66\xde\x6d\x80\x15\xd9\x7a\xe7\x1a\x17\x0f\x99\x61\xb0\x97\xf5\xfb\x87\x7b\xa3\xe3\x8b\x83\x94\x9e\x9b\xe8\xae\xed\xb1\x7e\xd7\xaa\xbc\x51\x2a\x11\x66\x70\xd5\xf6\xf0\xb7\xd7\x0b\x54\x3d\xbb\xb0\x5c\x43\x12\x6e\x39\xac\x15\x2a\x67\x35\x1a\x4f\x40\x17\xef\x1d\x07\x57\xea\x04\x9e\xc8\x05\x9f\x81\x47\xdc\x2d\xb7\x51\x4c\x94\xba\xa9\x5d\x66\xae\x09\x5a\x1f\x7d\xea\xc7\xab\x0b\xf6\x96\x1d\xdb\x6f\x9d\xc0\x3a\x42\x75\x14\x30\xa8\x5b\x4d\xae\x3d\x46\x39\x75\x5d\xc0\x90\x60\x07\xad\x36\x3a\xc5\x90\xea\x52\x31\xdd\x64\x73\x37\x26\x7b\xd0\xdd\xa5\xa8\x44\x6d\x57\x0b\x6a\xc1\x7e\x7e\x1b\x9e\xb6\x60\xc2\x66\xfe\xa8\xd7\x39\x22\x7e\x7c\xc6\x5d\x88\x8d\x1e\x76\x67\xdb\xc3\xc4\xed\x73\x5e\xc0\x2e\x62\xe4\xe7\xb8\x70\xcf\xbf\x29\x5a\xfc\x20\xcb\xe6\x69\x6d\xe1\x1f\xbb\xc2\xb7\x97\xd0\x06\xfa\x86\xaf\x2b\x8a\x87\x05\x70\xf4\x1e\x47\x71\x67\x32\x98\xd4\xd2\xb9\x39\x70\x26\x5d\x54\x09\xe3\xac\xe6\x65\xae\x16\xbd\xaf\xf9\x14\xf4\x30\x35\xf6\x3b\xda\x83\x9d\x41\xf3\x2f\x5b\x1b\x61\xb7\x26\x62\xe5\xc0\x0b\x36\x06\x35\x03\xaf\xd7\xf1\xae\x80\x55\x57\xd6\x90\x68\x0e\xe7\x1e\xee\x88\x2c\x3b\xab\x39\xe8\x07\xee\x47\xbb\x05\xaa\xa6\x5c\xf0\x7a\x65\x99\x0e\x2e\x6a\x6b\x6f\x4b\xe5\x3e\xed\x63\xa4\x72\x8a\x92\xb6\x6c\x2f\x75\x1e\xf7\xd3\xba\xed\x39\xb5\xab\xb1\xd2\x99\x29\x52\xb9\x27\xf8\x00\xc4\xc3\x28\x24\xc7\x63\x7c\xe4\x8c\x5e\xc5\x3a\x01\x4e\x7b\xc0\x52\x5f\x90\xe5\x6f\xd9\x7e\x53\x06\x10\x5a\xd7\xfe\x78\x5d\x4a\xd8\x09\x5b\xc8\xd9\xdc\x78\x1a\x5d\xf0\xa6\xcc\xe6\xaf\x11\xd5\x8e\x93\x81\x09\x3f\xca\x32\x57\x8f\x7a\xe3\xcd\xfc\x19\xdb\xf8\x9a\xe3\x5e\xd4\xdd\xf7\x76\x2a\x1f\xce\x4f\x61\xab\xf1\x01\xe8\x9e\x7c\xb7\xd1\x76\x3d\x47\xbf\x01\x8b\xd8\x19\x12\x01\x57\xa7\xd3\xa5\xbf\x61\x3b\xc6\x4a\x74\x2e\x66\x1a\x2d\x1d\xb7\x2d\x9d\xaf\xbe\x71\x14\xeb\x6d\xe3\xb7\x72\x56\x42\x31\x89\xcd\x30\x54\x0e\xbf\x1a\xcd\x00\x5c\xeb\x76\x1d\x2d\x32\xc5\xf0\xa5\x92\x39\x5a\x10\x10\x73\xe0\xf2\x89\x67\x86\xfc\x39\xa8\x9a\x04\x40\x1e\x2b\x0f\x6e\xc7\x5a\x81\xdc\x44\xc2\x3d\x4e\x39\x32\x23\xbd\x37\x0b\x00\xc9\x88\x9e\x03\xe3\x5b\x33\xb4\x97\x81\xa0\x5a\x31\x3c\xaa\xc6\xfb\x6c\xc7\x45\xa7\xa3\x0d\xdb\x44\x40\xab\x9b\x14\xd9\x4a\x64\x68\x18\xea\x94\x09\x5f\x9b\x11\xd1\x31\x03\xd0\xd5\x4d\x04\x0f\x66\x46\x2e\xc5\x85\xe0\x79\x21\xcb\xf5\x5e\x5e\x3c\x6c\xbc\x60\x79\x53\x73\xa7\xf9\x3b\x3f\xaf\x73\x18\x92\xe3\x0e\xbb\x74\x09\xb2\x90\x19\x1b\x83\x95\xdd\x5a\x71\x14\x1c\x7d\x91\x7f\x98\x50\x30\x90\xa1\xc3\xfb\xc5\xca\x81\x60\x2c\x78\xfd\x60\xa5\x55\x4b\x2b\xa9\x64\xc9\x03\xb4\xd3\x5a\x65\xb2\xed\xd9\xd6\xae\x12\xcb\xc2\x43\x85\x57\x4a\x4b\xf8\x36\x31\x87\x1d\xc5\x1a\xbe\xb6\xc6\x9d\x25\x57\x6d\xda\x87\xe6\x8f\x08\x9a\x24\xaa\x78\xb7\x4f\x05\xf9\xa8\xd8\x1c\x6f\x8c\x02\xd4\x73\xaa\x5a\x7f\x96\x65\xf6\xaf\x3b\xf5\x20\x52\x36\xd8\x0d\xad\xa3\x70\xe4\xc7\xb9\x30\x73\xc2\x28\xc3\xd2\xbb\x1c\x1b\x32\x03\x2d\xc3\x05\x86\xcf\x73\x43\xd5\xe1\xa8\x42\x4c\x5a\xb8\x8e\x4e\xd7\x5a\xf3\x7a\x64\x2c\xc0\xea\x47\x84\x38\xe2\xd9\xe8\x79\x68\x90\xa1\xb5\x91\x6c\x73\xc5\x2a\x08\x04\x80\x7a\x47\x99\x65\x77\x10\xfa\xe3\x77\xd9\x85\x0e\xf7\x02\x81\xc0\xda\x9d\x32\x61\xbe\x02\xab\xf5\x83\xb6\xcb\xf0\x34\x0c\x49\x9c\xc3\x8a\x9b\x6c\x3e\x84\xc4\xba\xe1\x83\x58\x11\x0c\xdb\x51\xb2\x95\x3d\x28\x46\xcc\x6c\x23\x78\xc1\x76\x96\x97\x3a\xa4\x57\x26\x01\x98\x37\x67\x52\x8e\xd8\x38\xfc\x18\xb8\x23\xac\x59\x27\xed\xcf\xc1\x07\xfa\xcc\x33\xdb\x65\x06\x1f\x77\x57\x1d\x2b\x55\xab\xb2\x9d\x7e\xf7\x9c\x34\x3b\x9a\xdb\xba\x92\x89\xb7\xc2\xe0\x8c\xe0\x79\x5b\xd0\x8a\x15\xae\xfb\xa3\x73\x8c\x0b\x7f\x6f\x85\xd3\xfb\x23\x57\x2a\x91\x6c\x63\xbc\x16\xec\x4d\xdc\xe2\x67\x69\xe6\x7f\x54\xda\x5c\x0b\xf3\x66\xd0\x7e\x64\xff\xa6\xae\xdf\xd8\x03\xf6\xe6\x5a\x95\xe2\xcd\xa8\xbb\xb0\x3e\x6b\x31\x24\xb4\xae\x4b\x9f\xa4\xc1\x7b\x24\x36\x78\x10\x65\xf2\xdd\x29\x36\xe7\x4b\xdc\x3a\x27\x34\x59\xf1\x87\x43\x55\x30\x68\x3d\xc7\xb1\x3e\xaa\xfa\x61\xc0\x56\xaa\xc1\x17\xac\x2a\x4f\x0e\xe4\x68\x91\xc4\x93\x2f\x58\x60\xd4\xfa\x69\x27\x23\xe1\x44\xc9\x27\x85\x20\x9a\xf1\x83\x2c\x1f\x12\x57\xf8\xb2\xd7\x26\x41\x50\xe2\xd4\x01\x4c\x3f\x27\x02\xa3\x23\x9a\x22\xcb\xff\xc6\x15\x81\x9a\x62\x48\x33\x45\xb9\x94\xb5\x2a\xa1\x62\xf1\x92\xd7\xd2\x7e\x4b\x0f\xda\x50\x7c\x7a\x55\x1a\xfe\x04\x69\x97\x58\x3f\xbc\xb0\xa3\x18\x31\xc7\x93\xbe\xdd\x31\x6f\x43\x54\x73\xb1\x10\x35\x2f\xce\x77\xa0\x58\xbe\x71\x4c\xbb\x48\xfb\xf1\xc8\x08\xec\x32\xd5\x8a\xd8\x20\x35\x86\x72\xef\x12\xeb\x30\x5b\x26\x69\xa7\x8e\x26\x14\xb0\x1b\x0c\xe1\xea\xc0\xc5\xe3\x19\x1d\x86\x26\x9b\x33\xae\x59\x2e\x26\x0d\xc4\x96\x51\x48\x1a\xe8\x25\x99\x27\x64\xe1\x5a\x83\x8b\x12\x83\x4b\xca\x19\x12\x00\xf4\x80\xc9\xb8\x3d\x98\x1a\x09\xd8\x0a\x88\xa0\x5b\x5f\x88\xf5\x81\x52\x64\x57\x25\x53\x75\x8e\x58\x75\x14\x2b\x92\x58\x07\x54\xcc\x5a\xb3\x1a\xb8\xd0\x03\xb7\xad\xee\xad\x68\x59\x74\x33\xf1\xf5\x42\x5a\xe5\x5c\x35\xe3\x45\x35\xe7\x64\x93\xa7\xac\x39\x08\x4a\x9a\x2b\x40\x17\xb3\x23\x76\xf9\xd2\x20\x92\xe2\xb9\x85\xef\x5d\xf6\x37\x35\x51\x42\xed\xd9\x24\xbe\xdf\xfd\xab\xd3\x7a\x7b\xd9\xcf\x0a\xc9\x75\x2a\x34\xe9\x8f\xe1\x21\xe5\xb2\x28\x27\x89\x39\x35\x15\x6a\x6a\xc0\xb2\x5d\x8d\x69\x7d\x1c\x69\x6a\xdf\xb8\xb0\x3d\xf8\xca\x54\x16\x82\xc9\x48\x98\x09\xc8\x28\xb0\xfa\x60\xfc\x03\x22\x5c\x2a\x2c\x1d\x4e\x34\xc9\x43\x98\xbe\x74\x75\xfd\xec\x76\x58\x54\x59\xed\xb7\xa4\x57\xe3\xf3\x04\xb0\x05\x9d\x52\xdb\xe0\x8d\x66\xb2\xca\x82\x96\x9f\x20\x28\x5b\x02\x23\xa3\x25\x49\xef\x1c\x2b\xf1\xa9\x03\x36\x14\x3a\xe4\x7d\x39\x12\xd2\x19\x12\xbd\x11\x0f\xcb\xc5\xdb\xe1\xce\x93\x17\x63\xe0\xa3\x79\x3a\x7b\x0e\x26\x0a\x0f\xca\x16\xb6\x76\xf7\x29\x8d\x53\xb5\x6b\x3a\xc3\xac\x64\xfe\xd2\x95\x4b\x67\x69\xb7\xc5\x1b\xd7\xce\x19\x62\xc7\x2a\x4f\xc4\xdb\xb5\x0f\x36\xb4\x77\xab\xa1\xd1\xe1\xc4\x49\xc1\x18\x3a\x5c\x56\x90\x14\x92\x3c\x11\x4c\xb7\xe3\xa6\x28\x6e\x45\x56\x8b\x54\xcc\xc8\x55\xa7\xc5\xba\x8b\xe9\x1d\xb7\x18\x2c\xe8\x1a\x53\xd8\xaf\x1d\xa5\x5f\xc1\xd8\x31\x5d\x35\x05\x01\x5a\x7a\x54\x57\x18\x13\x59\x9f\x1c\x2c\x21\x69\x85\x68\x3d\x69\xad\x05\x80\x0a\xe0\xc7\xbc\xd1\x9e\x90\x8e\x14\xf0\xee\xa5\xcc\x1b\x5e\xc0\x87\x2c\xef\x5e\x38\x1b\x61\x48\xa1\x30\x73\xb1\xa0\x31\x8d\xd8\x7b\x55\x33\x2a\xf3\x39\x70\xc3\x07\x24\x63\x35\x65\x39\x70\x64\x8a\x21\x45\xf6\x4c\xe2\x11\x96\x65\xa2\x71\x58\x89\x8c\x88\xf9\xde\xf8\x27\x81\x85\x9c\xe2\x3a\x7c\x41\x52\x90\x2c\x67\x43\xf8\xc5\x4e\x84\xbe\x34\x54\xe5\x90\x0f\x5b\x59\x7c\xcf\xa6\x4e\x50\x1c\xb0\x5b\xd5\xef\xb5\xa9\xbf\x1d\xc0\x2e\xf2\x08\x8a\x09\x85\xfc\x3b\x0a\x59\x5b\x15\xaa\xab\x52\x9a\xb8\x95\xdd\x01\x9f\x5a\x2e\x1d\x9f\xaf\x6a\x89\x95\x4d\x5b\xfd\x41\xc1\x2c\x8c\x0e\x86\xe3\x65\x4f\xa2\x6c\xf5\x07\xba\xb8\x0e\xe0\x9b\x12\x8b\xbc\xcb\x5c\x50\xbd\x2c\x10\x58\x23\x85\x5d\x6a\x36\xe7\x65\x0e\x7f\x66\x99\xaa\x1d\xe4\x24\xc6\x9a\xc0\xc7\xbc\x7c\x3c\xc7\x8b\x81\xb9\x3c\x65\xf7\xcb\xc0\x8e\xea\x45\x4b\x20\x71\xe4\xae\x01\xdc\x22\xc6\x17\x56\x92\xee\x19\x2d\x3b\x2b\xe2\x22\xfc\x61\xa8\x3f\x38\x44\x1d\x27\x85\x0d\x98\x0f\xc9\x40\x58\x2a\x3d\x60\x3f\x58\x25\x20\xfe\x41\xd5\x68\xcd\x68\x2a\xfa\x09\x47\xef\xc4\x9c\x9b\x18\x58\x14\xe3\x9c\x3a\x93\x01\x30\x57\x8e\x4a\xba\x25\x53\xa4\x8d\x13\x9c\x68\x64\x50\x98\xac\xd8\x54\x12\x50\x67\x04\x08\x4b\x4c\xe5\x14\x0b\xea\x7b\x3f\x47\x08\x0d\x5a\x55\x14\x0c\x65\x42\x18\x9b\xed\x60\x81\x02\xb5\xf7\xb9\x23\x16\x35\xaa\x5b\x04\xe3\x8b\xc6\x9b\xf6\x4a\xeb\x11\xfb\x41\x2e\x9c\xcb\x3b\xb2\x10\xcb\xce\xe2\x22\x70\x81\x5c\xc8\x82\xdb\xc3\xa2\xe7\x80\x7c\xd4\xdd\x82\xdd\x54\xfd\x44\xf8\xd1\xcb\x20\x94\xec\x60\x87\x11\x59\xf9\xac\x4d\x01\xa5\xca\xc5\x9a\x8a\xd5\xf4\x04\x0d\x83\x51\xf4\x92\x87\x99\xf6\xd0\xff\x00\x83\xcb\x83\x91\xdf\xa3\xe1\x62\x54\x84\x95\xef\x00\xc9\x9d\x20\x69\x3d\x7e\xb5\xb6\xcc\xc1\xe3\x68\x03\x53\x8e\x7b\x84\xb3\x63\xfb\x1a\x30\xae\x75\xb3\xf0\x45\x11\xed\x61\xa4\xab\x1d\xf0\x9b\xdd\x55\x48\xb2\x5d\xdb\xcb\x7a\x9c\xfd\xeb\xe8\x29\x05\xc8\xb9\xbf\x08\x61\x99\x28\x00\xe4\xdf\x47\x76\x03\x90\x43\xa4\x09\xe0\xeb\x23\x76\x9b\x78\x13\xf4\x4d\x6a\x01\x40\x66\x13\x11\xc1\xe3\x51\x3f\x1d\x60\xe1\x30\xfb\xe7\xb0\xb4\x60\x5e\x39\xc5\x1c\x74\xcb\xb4\x86\xb6\xb7\xd3\x84\x35\xd7\x39\xd7\x78\x31\x6e\x59\x6f\x13\x90\x50\x4b\x51\xcf\x05\x4f\x04\x17\x7e\xa4\x27\x71\x61\x68\x13\x51\x2b\xe6\x5e\x8d\x0d\xab\x18\xd0\x42\x08\xf6\xdc\x63\x26\x70\x32\x88\xdc\xa0\x37\x0b\x8b\x97\xc7\x4a\x9d\xf7\xe4\x35\x46\x55\xbe\xf2\x15\x37\x8c\xe7\x2e\x72\x06\x3c\xb8\xe4\x1f\x8b\xfb\x89\x9a\x04\xab\xbf\x87\x6e\xde\xda\xd2\x1e\x0f\xd4\x0f\xf3\x41\x98\x12\xec\xb2\x53\x9c\xd1\xd7\x64\x65\x49\x8c\xff\xf1\xd1\x8e\x48\xbe\xb7\x7f\x02\x66\x47\xa1\xa5\x89\x6e\xe8\x64\xa1\xd1\x66\x1e\x2f\x6c\x51\x0b\x9e\xaf\xc0\x3d\x62\x27\xd4\xfa\x12\xf2\x50\x38\x17\xc4\x34\xbd\x09\x89\x84\x2e\x12\xf9\x06\xcc\x6f\x65\x47\xcc\x0d\x1e\x31\x27\xe7\x3a\x71\xad\x05\xf5\x1c\x7f\x76\xc0\x00\xbc\xf0\x51\x6a\x61\x6f\x2d\xcd\x0c\xca\x9c\x63\x50\x08\x30\x0f\x0a\x93\xe2\x9a\xfd\x5d\xd4\x6a\x5b\xc0\xa7\x28\xe7\xbc\xcc\xf0\xb2\x9f\x3e\x88\x4a\x43\x94\x27\x9c\xed\x2f\xdf\xbe\xfb\x3f\x6f\xbf\xfc\xf2\x1b\x38\xed\x6e\x5d\x46\x8b\x7c\x93\x41\x00\x78\xe7\x9f\xfc\x75\x62\xcb\x77\xa3\x77\xdf\x0c\xf6\x35\x14\x8c\x55\xee\x97\xad\x6f\x20\xd8\x7a\xd3\xf6\x75\x28\x8d\xfa\x45\x86\xff\x81\x79\x7b\x96\xd0\x4a\x55\xae\xb3\x81\x8e\x3b\x2d\x5c\x0c\xeb\x38\xd8\x44\x5d\x27\x68\x7b\x21\xf7\x73\xa1\x1e\x9d\x40\x27\xcd\x6a\xc4\x3e\x62\xa2\xce\xb5\x58\x5a\xf9\x9c\x7a\xfd\xc1\x36\x1a\xfb\x36\xb1\xdd\x2c\xd5\x22\x0a\xee\x7a\x35\x83\xcd\xb5\x2a\xc7\x7e\xfc\xfe\x43\x9b\xaa\xde\xbb\x39\xa5\x1d\xd8\xee\x29\xa9\x74\xec\x27\x5e\x43\xde\x23\x79\x94\x32\xb5\xa8\x54\x09\xc4\x0e\x4d\x54\x7e\x1a\xc0\x19\x50\x32\x0a\x9d\xc4\xd9\xbe\x00\xaa\xee\x47\x78\xe6\x09\xc1\x79\x9a\xd6\x48\x80\xe3\x5f\xba\x4f\xd5\x14\x69\x4d\xfe\xf4\xe8\xcb\x48\x65\x92\x84\xc5\x91\x4a\x1d\x0f\x14\xba\x71\xe3\x80\x4b\x6b\xb9\x3e\xf6\x02\x82\x60\x1d\x2e\xfe\x20\x88\x87\x75\x6b\x66\x5b\xbd\x5e\x5f\x7d\x19\xaf\xb5\xff\xcc\x36\xf7\x57\x8c\x75\xe3\xb4\xf0\x70\x08\xef\x8f\x48\xef\xb6\x97\x7f\x98\xd5\x12\x3c\x4a\xf7\x47\x70\x68\xfc\x43\x02\x79\x69\x3d\xb7\x82\xf1\xa3\xf2\x41\xa9\x0f\x62\xf5\xa8\x6a\x5f\x50\xc1\x7d\xb5\x25\x0c\xd3\x67\x11\x88\x90\x8c\xf1\x10\xaa\x56\x93\x4e\x93\x68\xbc\x1a\xb1\x33\xab\x67\x83\x15\x1b\xb4\x0e\x27\x49\x38\x0a\x3a\x59\xc5\xa6\xd5\xd6\x36\xb8\xa0\x7b\xfa\x9a\x95\x06\x60\x63\xd6\x5a\x28\xc2\x39\x73\x84\xdb\x45\x51\xaa\x1a\x28\x6b\x2b\xa9\xbd\x54\xee\xf1\x3a\xf0\xd6\x10\x32\xbe\x26\xab\x31\x8c\x80\x03\x5d\x77\x1a\xcd\x0c\xad\xf7\x34\x08\x61\x8f\x8e\x87\x24\xb2\xe3\xf4\x2d\x47\xec\xcc\x29\x78\xc8\xba\xc0\xd6\x6c\x3b\xb3\xe2\x5d\x47\xbf\xc4\x16\x67\xd7\x17\x4e\xf7\x22\x58\xd2\x76\x7c\x06\xca\x1c\xed\x91\x00\xab\x24\xd0\x57\xf1\x4b\xc3\x0b\xf4\xf2\xdc\xd5\x8d\xb8\x3f\x7a\x1e\xb7\x41\x3b\xda\xe9\xdb\xb7\x6f\xff\x1d\x98\x0d\x0c\xee\x7f\x7d\xf9\xdd\xff\xfa\xf2\xbb\x57\xc3\x57\x69\x47\xf8\x63\x9d\x8c\x48\x97\x4d\xc5\x34\x60\x30\x66\xe4\xe0\xea\xc4\x52\x47\xd8\x47\x40\x84\x88\x8c\x9f\x15\x8f\x7c\xa5\x07\xec\x63\xf9\x1e\x2b\x8c\x0f\x90\xb2\xb7\xec\x7a\xd8\xe8\x55\x01\x66\x4f\xbf\xa0\x19\x0d\x71\xc8\xc9\x83\x18\x89\x13\x69\x92\x71\xd3\x69\xd1\x4a\x26\x68\x09\x41\x74\xa3\x64\x88\x1d\xa0\x6d\xc6\x10\xb1\x01\xdd\xff\xe0\x54\x6a\xc8\xae\x85\xc1\x9b\xce\xa8\x8a\x57\xb0\xdd\xb5\x97\x73\xe3\x6a\x2c\xf6\xc2\xe6\x18\xf5\x92\x2e\x25\x52\x37\x65\x3b\x42\x36\xd2\x93\xee\x8f\x0a\x31\xe3\xd9\xea\xfe\xa8\xfd\xa5\xd8\x14\xeb\x46\x8c\x36\x42\x49\xd5\xc5\x29\xce\x06\x08\x07\x2f\xa9\x8a\x56\x38\x6f\x48\x4c\x1a\x4d\x83\x74\x44\xc2\x85\x3d\xa2\x25\xa5\x7e\x81\x18\x46\x3d\x0d\x61\x18\x5e\xfc\xc2\x5a\xf7\xc2\x70\xc7\x8e\xd3\xb2\xd7\xd7\x69\x60\x67\xa7\x34\xee\xc2\x35\x5a\x2b\x6d\xc9\xa0\xd4\xa0\x01\x93\xe8\xe0\xc9\x85\xef\x74\x13\x51\x4d\x77\xe2\x16\x2d\x74\x91\x1c\x75\x3f\x9f\xa4\xeb\x92\x7e\xf5\x14\x92\xb4\xdf\x12\xce\xc0\x88\xb1\x5b\x41\xc0\xd1\x71\xa4\x8f\x25\x14\x6e\x42\x21\x01\x04\x6c\x3d\x28\x52\xec\x59\xcb\xb7\x33\x6b\x58\x88\x38\x70\x24\x15\x26\x56\xd5\x02\xc0\xdb\xda\x21\x26\x2e\x2a\xc9\x3e\x25\x37\x66\x21\x39\xea\xce\xed\x96\x28\xb4\x84\x7e\xbe\x05\xd7\x87\xee\xb5\x61\xb2\xd4\xc6\x6a\x05\xe9\xfd\xea\x36\x4f\x6d\x59\xbf\xcb\x70\xdb\x9d\x88\xd7\x99\x06\x19\xe0\x7b\x94\x64\x37\x5a\x6a\xb8\x7e\x08\x6a\xbd\x18\x12\x2c\x37\x6e\x7d\xf4\x3b\x0d\x7f\x48\x86\xbe\xd3\xe4\x14\xe7\xbc\x16\x63\x8c\xb7\xbd\x76\x0e\x82\xc4\x2c\xe7\x60\x82\x63\x5a\x96\xb3\x42\xf8\x00\xdd\xe0\x52\x98\x08\xf3\x28\x88\x59\x77\xe3\xd8\xe3\x9c\x1d\xaa\x1d\x84\xf7\xdf\x12\xb9\x16\x37\x22\x35\x1e\xa4\x77\xc5\x96\x52\x3c\xa2\x6a\x2a\x67\x25\x2f\xdc\x57\x1d\x4e\x02\x8a\x51\xed\xaf\x78\x67\x87\xf7\x4a\xf7\xa3\x8a\x7b\x11\xc5\x2d\x12\xec\x31\xfa\xc6\x57\x17\xec\xdd\x88\xfd\x11\x7d\x54\xd0\xd7\x6d\x6a\xb1\xbc\xd3\x5b\x99\xb9\x8b\x46\xdc\xe4\xa2\xea\x28\x37\x96\x02\x46\xba\x0d\xb9\xf3\x73\xa9\x41\xd0\x0f\xb2\xa5\xbd\x48\xc9\xcf\xf7\x95\x99\x18\x4d\xa5\x99\x20\x64\xf4\x2e\x34\x72\xda\x14\xc5\x8a\x59\x81\x08\xe9\xe1\x58\xe5\x7d\x1f\xd7\xfd\x11\x96\xcf\x74\x0f\xb0\x76\xe6\x08\x7f\xf4\x9f\x6b\xfd\x6a\xc9\x66\x28\xce\x88\x4f\xf4\x32\xa3\xa7\x24\x8f\xb3\xf8\xc5\xfb\xa3\xad\x24\xd8\x1b\xd3\x39\xbd\x09\xa3\xe4\x50\x61\x30\x79\x99\x3d\x08\x8f\x2a\xbf\xaf\x79\x26\xc6\xa2\x96\x40\x9c\x5e\x10\x83\x58\x0a\x81\xa5\xf5\x3c\xee\x0d\x9b\xd9\xbe\x61\x25\x31\xf3\x02\xc4\x6e\x2b\xd3\x13\xfa\x41\x2e\x00\xd6\xc7\xe1\x1c\x74\x02\x08\x4b\x55\x0e\x4b\x31\xe3\xad\x10\x42\xd0\xbd\xd0\xd2\x82\x62\xbb\xd7\x82\xa8\x33\xb9\x58\x88\xdc\xd2\x43\xfb\xd1\x1e\x60\x4a\x29\x8b\x41\x8b\xb3\xc3\x10\x59\x05\xf3\x6f\x7b\x72\x1d\x31\x84\x2f\xb6\x9a\x11\x4d\x4b\x2d\x06\x9f\x1a\xaf\xfe\xb9\x0b\xea\x8c\x78\x41\xb8\x44\x88\x12\x51\x02\x42\x69\xd8\x0a\x77\xb7\xdd\x55\xc5\x4c\x0b\x2a\x30\x16\x75\x68\xdf\x9e\xaa\x3a\x93\x13\xab\xf8\xf3\xc2\x9b\x0b\x39\x86\x67\x62\x37\x23\x76\x2b\x4c\x3c\xfd\x42\x95\x33\x18\x1c\xe1\x1f\x89\xa7\x0a\x8d\x5c\x99\xbd\x21\x4d\x45\x10\x41\xaa\x66\x2b\xd5\xac\x49\xb8\xf9\xea\xad\x9b\xea\x8e\xc1\x9c\x46\x15\x02\x97\x69\xab\xa2\x14\xd4\xd8\xe8\xa5\xd7\x08\x76\xb8\xf3\xdd\xb5\x6a\x9c\xde\x56\x56\x33\x39\x8f\x02\x46\xfb\x66\x8e\x75\x4d\x49\x46\x98\x58\x0d\x4a\x3d\xc6\x15\x31\xc1\x2e\xa4\x9a\xd9\x1c\x1d\x02\xf0\x22\xe3\x59\xad\xb4\xf6\x35\x40\x1d\x74\xfd\x88\xdd\xb6\x0b\x56\xb6\xcb\x54\x02\xa7\x78\xe4\x2b\x57\x6c\x74\x22\x73\xa1\xa3\x5a\x37\x6e\x30\xcf\xb0\x11\x11\xa1\x69\x19\x89\xf0\x54\x5f\x2e\x45\x39\x56\xb9\xc6\x29\x7b\x8a\xca\xce\x8a\x82\xad\x5d\x39\x38\x92\x67\xd7\x17\xaf\x13\xdd\xb9\x6e\xd5\x7b\x1e\x9e\x42\x6a\x33\x5c\xf0\x6a\xf8\x20\x56\xba\x5b\x51\x78\x70\x64\xaf\xce\x8f\x25\x95\xc7\xb3\x33\x3c\xfa\x4b\xaa\x03\x1a\xee\x82\xaf\x89\x73\x89\x3d\x48\xed\x0f\xec\xe8\x48\xc2\xf4\xd1\x0d\x2e\x66\x6a\x40\x19\x48\x58\x68\x85\x22\x7f\x61\xb3\xb6\xb9\x9c\xf7\x54\x3b\xb5\x51\x35\x9f\x89\x53\x37\xae\x97\xef\xd8\x4f\xd0\xd3\xab\x7a\xe0\x06\xb5\xb0\x93\xfe\x93\xdd\xd9\x5d\xd3\x3d\x7c\x18\x77\x32\xe0\x3f\x78\x0a\x93\x8f\x13\x01\x67\xc9\x76\x21\x74\x2a\xf9\x38\x19\xbb\xb0\xbd\x98\xcb\x6e\x50\x06\xbb\x26\xe7\x27\xdb\x45\x64\x70\xcd\xf3\x35\xd7\x2e\xd9\x9a\xb6\x7c\x23\x12\xe9\x69\xdf\x14\xbf\x21\x19\xc3\xd7\x27\xda\x94\x8e\x81\x96\xaa\xc8\x91\xd6\x0f\x80\x35\xad\x32\x46\x2e\x3f\x1e\x7f\xb0\x22\xa5\x9d\x55\x01\xad\x78\x66\x1a\x5e\x40\x63\x81\x6d\xd1\x2e\x3a\x60\x82\xcc\x9f\xc5\xaa\x55\x5d\x16\x2e\x28\xc6\xf0\x39\x56\xee\x3c\xe9\xf6\xd0\x64\x21\xd9\xb7\x56\x05\xab\x0a\x5e\x26\x5d\x1d\x6b\xc0\x20\x12\x14\xe2\x9c\x70\x32\x5c\xd6\x80\x1f\xea\x73\xee\xfd\xb3\xea\x19\xbd\xc4\x4a\x17\x0a\xa5\x6d\xa7\x0c\x54\xcc\x6c\x47\x92\xea\x49\x22\xee\x6b\x8a\xb8\xde\x51\xdd\x55\x28\x09\xac\x4a\xca\x2e\xb6\x32\x5c\x1f\xb0\x74\xc1\x4b\x39\x05\x11\x34\x06\x55\xd7\x51\x7c\x04\x78\x13\x11\xcc\x5e\x4d\xd9\xdf\x30\xfa\xca\xca\x88\x56\x86\xfa\xdb\xeb\x6f\x05\x2f\x23\x3d\x76\x48\xb5\xbb\x5e\x31\x5a\x82\x6e\xdb\x3f\x92\xd1\xd9\xeb\x17\x95\xae\x11\x06\x08\xad\xd2\xb1\xda\x78\x49\xac\x3a\xd2\x8b\xda\xde\x4d\x4e\x09\x6e\xeb\xdf\x2e\xfc\x38\xb5\x50\x18\xdc\xba\x11\xc9\x9f\xd4\x7d\xdb\xd2\x72\x68\xc2\x89\x0c\xb1\x5a\x4e\xa3\x76\x55\xe1\x25\x2a\x76\x2b\x11\xcc\x65\x69\xf3\x4b\x2b\x5a\xed\x59\x87\xbe\x13\x00\xd5\x3b\xf9\x77\xae\xb4\x75\x2d\x32\x04\x24\xca\xac\xfc\x3f\x6d\x8a\xee\xab\x20\xaa\xe2\x06\x83\xdf\xe1\x3f\x23\x60\x85\xa8\x87\x62\xe5\x62\xd9\x92\xef\x6a\x9f\x8d\x86\x18\x16\xbf\xdf\x0b\xb4\xb6\x72\xe0\x19\x9b\x37\x0b\x5e\xb2\xdd\x6b\x07\x3e\xce\x57\xf1\x71\x71\x97\xa7\x55\x93\x31\x11\xc1\x43\x38\xb3\xd7\x6b\x23\x96\x7a\x4d\x9c\xc9\x09\x2e\xdc\xa3\x37\x44\xa1\xab\x0c\x9c\xc4\x9a\x8c\x4a\xa8\xd0\x04\xb7\x80\xaf\x78\x1f\x25\x44\xf8\xe0\x9c\x1a\x72\xab\xb9\x55\x5a\xb8\x66\xc1\xe7\xce\x96\x32\x33\x72\xa1\xe1\x68\x48\x8c\xce\x90\xb5\x37\x10\xb4\xb4\x60\xd4\xb2\xdb\x5a\x8d\x87\xdc\x98\x35\xbc\xe6\xa5\x11\x22\xe0\x7f\xc4\x96\xe8\x4e\x98\x90\x4f\x99\x0d\x7a\x96\x95\x00\x72\x91\x41\xc5\x33\x65\x59\x74\x84\xbb\x2a\x0a\x2d\x1e\xd1\x09\x38\x75\x9e\x49\x28\xd8\x3d\x11\x99\x5a\x08\xc6\x97\x5c\x16\xb0\x91\x5a\x29\x00\x33\x68\xf7\x0b\xa8\x06\xa1\xf3\x19\x4d\xd4\x3b\x40\x74\x6b\x54\xe8\x84\x21\x8f\xb1\xf7\x4f\x42\xc8\x13\x44\x72\x05\x90\x1c\xb4\x2a\x84\xd5\x1c\xb1\x33\x0c\x3c\xd3\x4d\x01\xf1\xe8\x7e\x9d\xbc\xc9\x6c\x0a\xa2\xa7\x41\x6d\xdf\x45\x2c\xbb\x88\xb6\xc8\xa8\x80\xe7\x6c\x33\xed\xa9\xe6\x5c\xa7\x0a\x2e\xda\xf7\xe7\x14\x8e\x0c\xd9\x7e\x14\x20\x26\x31\x60\xd9\xce\xcc\xd9\xea\x9b\x05\xc0\x10\xa8\x29\xc3\xf5\x75\x21\xe5\x78\xc6\xa5\xd1\xcc\xdf\x5e\xa4\x44\x91\x0f\x13\xee\xea\xc0\x79\x2f\xb5\x95\xf3\xca\xdc\x5f\x25\x44\x84\x0a\xf6\xcd\x28\xcc\x3a\x72\x01\x20\xdb\x82\x9e\xbc\xf3\x14\xf1\xa1\xf1\xfe\x45\xa2\x23\xa5\x94\xc2\x1b\x2e\xdb\x11\x2c\x2e\x76\x37\x2b\xa5\xb5\xb4\x07\x00\x27\x8e\x1e\x01\x80\x46\x1a\x0b\x08\xf1\xf9\x16\x61\x8a\x54\x0e\x14\x78\x02\x66\xe0\xcc\x92\xac\x00\xa6\x14\x39\x75\x9c\xb8\x69\x6f\x14\xa0\xf3\xd6\x04\x5a\xdd\x45\x3f\xa1\x38\x74\xdb\x27\xde\x39\x97\x77\x14\x72\x47\xa8\x04\x0c\x45\x77\x61\x82\x2f\x45\x14\xfb\x4b\xc1\x35\x7b\x14\x90\xc0\x8b\xcd\x74\x65\xcf\x48\xae\x1e\x4b\x4b\x4b\xc1\x48\x85\x1f\x02\xd8\x2b\xb8\xf1\x2e\x19\x0e\x59\x59\x06\xde\x3f\x00\xc9\xe2\xf6\x27\xbb\x5d\x37\x68\xdf\x4a\xcc\x7c\xa2\x1a\xac\xb9\xc5\x5d\xac\x62\x99\xaf\xb1\x8a\x03\x4b\x68\x4f\xeb\x6c\x4d\x6a\xa9\xdd\x1c\x08\x96\xc2\xef\x42\x30\x70\xc0\x42\x76\x96\x6d\x35\x45\x0e\x03\x80\xad\xb5\x0b\x75\x86\x9c\xae\x5b\xcb\xd9\x44\x2e\xf2\x6f\xc1\xaa\xd1\xb7\x9a\xe3\x24\x96\x22\x86\xf0\x96\xa5\xe3\x88\x38\x8d\x96\xab\x52\xf8\xa0\xed\xf7\x10\x79\xbd\x47\xc7\xb4\x28\xe9\xb9\xda\x95\x6c\x8f\x61\x8a\x4e\x68\x7f\x49\xa8\xa1\x90\x40\xad\xc4\x93\xf4\xc6\xc0\x52\x95\x43\x30\x91\x3a\x5d\xa8\x06\xf0\xe9\xa8\x3b\x3a\x8f\x78\x08\x47\xae\x9a\xeb\xb7\x90\x76\xa0\xd5\xc2\x5f\x37\xa7\x50\x89\xb8\x80\x13\x9e\x04\x5a\x00\x35\x81\x71\xe4\x03\x66\x56\x15\xa5\x2e\xe7\x8d\x70\xf9\x6a\x50\xfa\x0a\x20\xda\x00\x8f\x90\x38\x9f\x37\xe7\x83\xb4\x14\xc5\xff\xd8\xeb\xf4\xda\xe2\x00\xd2\xb0\x24\x3c\x69\xbe\x45\xa6\x7b\x41\xf1\xa4\xbe\x94\xe7\x3b\x4b\x53\x5a\x28\xf0\xd4\x1f\x0d\xfe\x4e\x2e\x50\xfb\x81\xb8\x52\xea\x9a\x01\x3a\xdb\xb7\x17\xb7\x3b\xa6\xd6\xb7\xc6\x29\x3a\x51\x20\x2e\xbd\x7d\x35\x76\x01\x53\x80\xb2\xe2\xe0\x05\xfc\x77\xb8\x41\x41\xef\x1d\x99\x96\x7d\xfc\xbb\x9a\x32\x28\xf3\x84\x49\x71\xcb\x6f\xe2\x04\x4a\xa9\xc9\xdd\x0e\xcb\x01\x39\x73\xe1\xd6\x87\xbe\x57\x2d\x04\x8b\x97\xa8\x9f\x57\xe3\x57\xce\x6e\xfb\x45\x69\x88\x33\x48\xf3\xc2\x3f\x37\xbc\xa0\x48\x36\x72\x71\xb2\xe3\x3f\x7f\xbc\x3d\xc1\x90\x03\x39\x85\x73\x6f\xb9\x57\xbf\xf2\x55\x48\xf4\x4e\xc6\x6d\x83\x6b\x7a\xac\xf2\x3f\x7f\xbc\xc5\x38\x07\x70\x53\x83\x12\xe6\x25\x92\x3f\x7f\xbc\xc5\x0f\x09\xfd\x5c\x54\x50\x0c\x86\xae\x55\xa5\x34\x2f\xf4\x29\xc6\x2b\xd0\x78\x86\xbf\xa8\x76\x75\xa4\xed\xb5\xac\xcf\xd8\xa4\x96\x62\x1a\x55\xb0\x7e\xae\xf8\x0b\xc4\x67\xc4\xc4\x68\x36\x62\x6f\x2e\xad\x28\x29\xf2\x37\x6b\x6a\x5c\xa3\x4e\x91\x88\x84\x79\x7f\xce\x00\x7b\x1d\x90\xde\x40\x5a\x90\xe8\x24\x0b\x4a\x9a\x8b\x2a\xe3\x9a\xf1\xcc\x12\xc3\x42\xe4\xb3\x36\xe3\x2e\x7c\x48\xa6\x6c\x95\x59\x70\x80\x72\x90\xda\x95\xa7\xb8\xf7\xb1\x3e\x69\xe5\xd5\xbf\x02\xb6\xfe\x8e\x66\xd1\xae\xce\xb2\xbd\xae\xfd\x86\x8a\x76\x3b\x96\x1e\xda\x02\x1e\x8f\x23\xb9\x01\x01\x76\x27\x93\x1f\x36\x45\x01\xf3\xb1\xe6\x55\x45\xc5\x6b\x62\x9b\x20\x16\x3b\xb0\xbb\xf5\xe0\x10\x2f\x23\x83\xba\x28\x33\x7b\xa0\x73\x61\xff\x93\x1f\x80\x97\x0f\xc0\xcb\xbf\x5f\xe0\xe5\x1d\xaa\xa1\xe1\xea\xbc\xd1\xbf\x5e\x45\x34\x3f\xa8\x17\x81\x40\xc1\xb0\xb1\x20\x1a\xd0\x73\x93\x2a\xb5\xf3\xa1\x65\x65\x52\x13\x30\x12\xe6\x91\xd5\xdf\x4b\x41\x40\xaa\x01\x0a\xd2\x65\x1d\xc2\x9e\xda\xbb\x94\x03\x53\x19\xc7\xc6\xc6\x58\x1c\xbe\x11\x3c\x1f\xaa\x12\x62\x17\x3e\xed\xc2\x59\xc1\x0c\xec\x55\xde\x4a\xb5\x4f\x44\x99\xb3\x43\xed\x5c\x3d\x2e\xc1\x05\x36\x81\x69\x85\x0d\x59\x4f\xce\xef\xc4\xa2\x2a\xb6\x63\x6d\xbb\x66\x91\xf7\x9c\x33\xe3\x7e\xb4\xe4\xdc\x07\x7c\x67\xaa\x92\xc2\x39\x70\x6a\xe1\x62\xc2\x77\xaa\x42\x7e\x20\xdd\x07\xd2\x7d\x20\xdd\xbf\x31\xe9\x36\x11\x49\xe8\xe8\x4a\x81\x0a\x84\x0b\x18\x50\x0f\x9d\x29\xd7\x19\x3f\xe9\x04\x90\x71\xda\x75\x3b\xfa\xfc\x28\xb1\x9b\x17\xa0\x0a\xee\x41\x8f\x5b\xef\x7d\x0a\xaa\xbc\x43\x59\xe4\xb8\x69\xaf\x3c\xb2\x7b\x78\x28\x93\xfc\x99\xd0\xe3\xed\x65\x92\xfd\x3d\x79\x25\x4f\xbe\x67\xf0\x87\xba\xc6\x87\xba\xc6\x9f\xac\xae\xb1\x3f\x65\xaf\x57\xdf\xb8\x45\x5c\x77\xa3\x81\x00\xf9\x9a\xb7\xc0\x79\x41\x81\xc0\x24\x7c\xa2\x2d\x60\xb9\x0c\xf0\x6f\x8e\x4f\x05\x71\x76\xab\x94\xfa\xaf\x22\x08\x68\x5a\xf9\x24\xda\x54\xd6\x2a\xcb\x98\x0b\x0d\x95\xbf\x26\x62\xce\x97\x52\xd5\x2d\x4d\xee\xb3\x56\xc2\xf6\x64\xf9\xaf\xcd\xea\x6b\xf3\xa8\xea\x27\x0c\xc9\xbb\x05\xc2\xba\xf9\xac\xf7\xdb\xc7\x21\x75\x9c\xb9\x16\xae\x2e\x8b\x8f\xe3\xdb\x22\x00\x60\xf3\xab\x8b\xbe\x0c\x30\xd5\xe9\x52\x47\xef\x6f\xa9\xc6\x51\x0b\x19\x03\x6a\xc4\x60\x1a\x39\x98\xba\x8d\xc2\x78\x58\xf6\xc1\x83\x0b\x77\x9b\x04\x08\x78\xd2\xe3\xd1\xab\x54\x41\xc8\x63\x39\xf3\x6a\xfd\xe5\xd3\x88\xdd\x1f\x89\x27\xf3\xf5\xfd\xd1\x80\xdd\x1f\x3d\x4d\x35\x64\x58\x2c\x3c\x98\x27\xb0\x1b\x42\x53\x82\x24\x0f\x6c\xdc\xad\x25\xb1\x2e\x33\xf8\x63\x59\x24\xf2\x4f\x7b\xa5\x3a\xd9\xb1\x6d\x7c\xfa\x58\x4b\x23\x4e\xd0\xda\x00\x45\x5a\x03\x52\xec\x54\xd5\x14\x9b\xe0\x1f\xba\x94\x76\x59\x32\xdc\xbc\x0f\x76\x55\x74\x3a\xdf\xc5\x6f\x46\x6f\x30\x3f\xd1\x13\x82\x6d\xb2\x73\xce\xed\x55\x00\xf4\xb7\xde\xee\xbf\xb0\x74\x14\x64\x9c\x9e\x2d\x95\xcc\xc7\x2a\xd7\x97\xa5\xa9\x57\xbb\xa1\xa2\xf3\x3d\x30\xd1\xb7\x9c\xcb\x2a\x86\x64\xef\x9d\x4d\x01\xc1\x29\xaa\x4c\x3b\x0e\xee\x3a\x6e\x02\x40\x1e\x30\xf5\x0a\xdd\x04\xae\x5e\x82\xa1\xc0\xab\xd7\x29\x99\xbb\x36\xa2\xe8\x8f\x5b\xe3\x89\xd0\x85\xb2\x7d\x90\x29\xdf\x63\x0b\xb6\x3e\x51\x36\x3e\xde\x8e\x7d\x13\x1f\x7d\xd7\x1b\x3c\x46\xc7\xe0\x30\x3a\x71\x7e\xe7\x67\x4e\x65\x0f\x32\xec\x07\xf5\x1a\x5e\x0d\x38\xe8\xb5\xc8\x6f\x3d\x78\xd8\x9d\xa8\x17\x9b\xce\xfa\x99\x4b\x40\xae\xdc\xbb\x31\xf2\x98\x11\xf5\xc2\xa7\x4c\x43\xd4\x04\x1c\x6d\x4a\x5e\xf6\x09\xcd\x8f\x02\x62\xae\xde\xb2\x63\x39\x12\x23\x26\xad\xbc\xc0\x59\xa9\x86\xaa\x3a\x19\xb1\x33\x66\xaf\xe6\x0e\x1f\x28\x95\xef\x9f\x3a\xd2\x18\xcf\xe4\xfb\xda\x72\xc7\x70\x1c\x20\xe6\x04\xe8\xfd\x5e\xe5\x81\xf0\x2c\xe1\x2f\x84\xa8\x28\x8f\x2f\x65\x87\x37\xe8\x41\x22\xf5\x41\x75\xf0\xc3\xfb\x9c\xc7\x18\xd4\x0a\xf6\xe8\x1f\x03\x37\xfc\xde\xa8\x7e\xc6\xe5\xed\x0e\xa3\x85\x93\xdc\x1e\x4f\xd9\xe9\xdd\x43\x37\xd6\x50\x7b\xed\xdd\xf0\xdd\xdb\xb7\x3b\x81\x82\xec\x78\x90\x7b\xb3\x59\x7b\x40\xd5\x64\xb3\x5c\x60\x1b\xb4\x6c\xb3\x73\xc1\x0b\x33\x67\xd9\x5c\x64\x0f\xae\x76\xb1\xab\x42\xc5\xf8\x8c\xcb\x52\x9b\xb8\xe0\x08\x98\xd5\x05\x86\x98\x88\x80\x51\x8d\x26\x85\x02\x6a\x13\xd4\x14\x34\x6a\x54\x88\x05\xac\xf9\x74\x2a\xb3\xed\x86\x5d\xf1\x94\x12\x25\x3f\x96\xe8\xcf\x55\x51\x8d\x73\x44\x20\x29\x0a\xf5\x08\xbc\x3f\x94\xc7\x08\xb0\xac\x97\x4f\x22\xf3\x7f\x6b\x97\x0f\xe0\xea\xe8\xf0\x87\xbd\xca\x95\xd8\xce\xce\x32\x17\xea\x4e\x41\x3a\x77\xf3\x5a\xe8\xb9\x2a\x12\xca\xf2\x07\x59\xca\x45\xb3\x80\x2c\x2e\x91\x35\x90\xe2\x48\x6f\x45\xe8\x67\xb0\x1f\xb8\xec\x11\xc8\xa3\x03\x77\x84\xa0\x40\x2b\x28\xdb\x19\xba\x90\xa6\x4e\xba\xde\x88\xb9\x2f\xf9\x14\xc8\x77\x3b\x02\xd2\x58\x21\xfb\x7b\x91\xb8\x11\x7f\xbc\xbb\x1b\x7f\x2f\x4c\x67\xed\x6c\xf3\x56\x21\x4f\x3c\x27\xfb\x2c\x22\x75\x1c\xd6\x91\xa0\x37\x2f\x44\xc1\x57\x6b\x93\x53\xaf\x7d\xdd\xf8\x7e\x12\x66\x3b\x92\xca\x45\x23\x93\xdb\xbe\x68\x83\x4a\x42\x90\x9f\xc7\x04\x7f\xdd\x80\xe4\x10\x88\x8c\xdf\xda\x11\x12\x68\x73\x56\xee\x1f\xd5\x23\x53\x53\x23\x4a\x76\x1c\x32\x50\x4f\x62\x98\x73\x7f\x88\x5a\x60\x25\xef\x42\x0e\xe7\xf3\x4f\x07\xc5\xc2\xed\x79\xc4\xe9\xad\xed\x67\x3c\x0a\x3e\x6f\x9d\x73\x3c\xfb\xed\x43\xfe\x6e\xe4\xd5\x82\x77\xd0\xaf\xdf\x58\xc8\x97\x47\x98\xd0\x17\x4c\xd5\x64\x15\x16\x9f\x4e\x48\x45\xe7\x63\x7c\x14\x5d\x06\x5e\x3a\x3a\x22\xcb\xa5\x2a\x96\x08\x5f\x74\x77\x3e\x06\xcc\xe8\x11\xfc\x6b\xae\xd4\x83\x0e\x91\xff\x4e\x75\xd9\xe3\xae\xf8\x2f\x87\xdb\x62\xe4\x42\xa8\xc6\xec\x7d\x51\xa2\x24\x05\xdc\x0c\xb9\x10\x9a\xa9\xc6\x74\x96\x99\x5e\x4b\xae\xe4\x6f\x7e\x5b\x76\xe4\x95\x11\x9d\x4e\x27\xf7\xb5\x48\x50\x3a\x4d\xae\xb3\xf2\xeb\xb9\x2d\x42\xc0\xef\xaa\x95\xdf\xc4\x0a\x78\xe5\xde\x76\x1a\x38\xea\xdf\x5b\x44\x30\x67\x32\xee\x89\x5d\x94\xed\xfe\x41\xe5\x09\xb9\xcb\xfe\x8a\xd5\x54\x09\x8a\x43\x45\x46\x2d\x28\xd6\x1a\x40\x5d\x46\x91\x06\x8e\xdb\xef\xc0\x2e\xde\xc2\x6d\x7b\xfb\xef\xff\xfe\xef\x23\x76\x21\x6b\x90\x46\x1c\x20\x98\x8b\x7e\xe5\x66\x0e\x54\xd6\x1e\x7c\x3e\x9d\xe2\x04\x1d\xac\x36\xe9\xb6\xe4\xb2\xc7\x22\x6d\x80\xa4\x0f\xe0\x8c\x85\x74\x70\x5f\x18\x97\xef\xcb\xaa\x43\x81\x5c\xe8\xcb\x5b\x0e\xd8\x02\x82\x8d\x0b\xf9\x20\x18\x95\xdd\x0d\xf1\xe1\x18\x34\xef\x82\x82\xb0\xb3\x85\x5f\x81\x76\xf9\xac\x8d\x04\x90\xd6\xba\xb7\x9c\x45\x2b\xa9\xd7\xed\xe4\x2b\x25\xd5\xe1\x61\x1a\xfb\x3e\x93\x45\xed\x93\x27\xbf\xf7\xe6\x9a\x73\xfb\xe7\x46\x4d\x56\x46\x3c\xeb\xd4\xd2\xbb\x64\xab\x81\xad\x29\xb8\x4b\x96\xb4\xf7\x1b\x42\xee\x42\x52\xa6\x6b\xef\xf2\x9f\x73\x85\x30\x17\x48\x0f\xa3\xba\xbc\x0b\x5e\xf2\x19\xc4\x42\x02\xf2\x33\x55\x99\xac\x05\xc0\xc5\xda\x43\xb3\xe5\x62\xd4\x62\x26\xb5\xa9\xed\x92\x93\x4d\xa3\x77\x45\x66\xe9\x8a\xbd\x58\xd1\x18\x6a\x61\x55\x6e\x4b\x39\xf0\x26\xfb\xa3\xe3\xaa\x88\x19\x87\x5d\xec\x65\x16\xda\x68\xf6\x69\x2f\x0f\x31\x49\x97\x17\x8e\xf8\xb0\x2e\x46\x25\xae\x5a\xdc\x26\xdb\x1b\x6a\x01\xf8\x55\x49\x0c\x0b\x9f\xb4\xad\x82\x04\x78\xa3\x6a\xb6\x68\x0a\x23\xab\x22\x0c\xd1\xbf\x10\xaa\xcf\x78\x28\x29\x1e\xf9\x84\x38\x56\x0a\xf8\x16\xf6\xb7\xe2\xb2\x66\xc7\xbe\x2f\xab\xe5\x4b\x92\xc3\xb4\xa8\x78\x1d\xb4\xad\x4c\x2d\x16\x5c\x9f\x38\x20\x04\xab\xa4\x72\x2a\x9b\x67\xdf\xe2\x05\x73\x73\x01\x01\xa0\x97\xd8\x1e\x23\x9f\x94\x3c\x85\xb2\x74\x07\xbf\xbb\xca\xd6\xb6\x67\xc4\xd9\xed\xec\x01\x51\xb2\xef\x78\xf6\x20\xca\x9c\xfd\xa8\xdd\x08\xf3\x55\xc9\x17\x14\xf9\x5e\xd5\x6a\x29\xc9\x7d\xd9\x39\xe2\x83\xc0\x34\xb5\x30\xbe\xbc\x76\xd1\xcc\x64\x99\x1a\x6e\x93\x2c\x9d\xfb\xa3\x46\x55\x6b\xd3\x99\xa4\xd2\x07\xb5\x5c\x66\xc2\xa1\x9b\x43\x6f\x89\xaf\xd0\x9d\x58\x63\x27\x6c\x39\xf5\xe0\x52\x47\xf5\x15\xac\xb4\x43\xd8\xba\x8e\x67\x74\x96\x6c\xb2\x42\x70\xc6\x97\x99\x11\x6f\xbe\xbb\x18\x8b\x5a\x4b\x6d\x44\x69\x9e\x45\x9c\x6e\x78\xae\x34\xfb\xae\x50\xd9\x03\xbb\x10\x10\x9e\xbd\x2b\x9d\xba\xf9\xee\xc2\xd3\xa8\x8d\xc4\x09\x80\x91\xf6\xa6\x4e\x0b\x55\x4a\xa3\x6a\x7b\x5e\x21\x52\x78\x0f\xeb\x79\xc7\x08\x4e\x9a\xaf\x23\x18\x76\x62\x2b\xd5\xb0\x47\x8e\x38\x5b\x30\xdf\x11\xbb\x93\xd5\xb7\xec\x32\xaa\x69\x9d\x32\xb9\x4b\xbd\x87\x49\x1d\x4a\x54\xe8\x6f\xfb\x86\x75\xfb\x8f\xd2\x3c\xd7\xc4\xfe\x42\x60\x8b\x2f\xea\x49\x32\x60\x1d\x17\x39\x69\xe2\xac\xe1\x90\x60\x11\x69\x84\x14\x4d\x0c\x81\x4a\x72\x68\xe7\x7b\xa2\xcf\x9d\xd6\x93\xfc\xf4\xe6\xf2\xec\xe2\xc3\xe5\x68\x91\x7f\x31\x57\x8f\x43\xa3\x86\x8d\x16\x43\x69\x92\x51\x55\x62\x05\xff\xec\x7b\xd2\xf1\x81\xc3\x19\x02\xb1\xc9\x28\xf6\x20\x56\x0c\x7e\xb7\x24\xee\xe6\xbb\x8b\x1f\x75\x8c\x42\x29\x35\x3b\x15\x26\x3b\xcd\x44\x35\x3f\xa5\xae\x3f\xe5\xe8\xfd\xa1\x4d\xd8\xf1\x32\x55\x14\x28\x65\xd8\x13\x79\x2e\xaa\x39\x73\xcd\x5f\x7f\x48\xeb\x2a\x12\x47\xd0\xec\x95\x52\xc5\xa6\xfd\xb6\xcf\x69\xbb\xa3\xe5\xac\x27\xe9\x13\xf8\x4a\x0b\xf8\x4c\xa1\x60\xab\x2f\x28\xc1\xfd\x5f\x7d\x16\x31\xaa\x1a\x94\x7f\xb9\xb1\xe2\x6b\x02\xc1\x11\x1f\x81\x7c\x14\x21\x00\xf2\xc6\xcc\x45\x69\x9c\xf7\x17\xbb\x68\x1f\xeb\xab\x29\xb2\x51\x28\x49\xb1\x14\x75\x0d\xd8\x47\xfe\x5c\xc7\x82\x97\x2c\x5e\x71\x82\x3b\x17\x7b\x76\x73\x0b\xd5\x69\xd2\xbc\x3a\x9c\x32\x28\x56\xdf\x3b\x65\x3c\x5f\xc8\xf2\xd3\x9d\xb3\x5d\x0b\x25\x77\xa6\xb3\x46\x39\xb8\xf9\xee\xe2\xc0\x7b\x0f\xbc\xf7\xc0\x7b\x0f\xbc\xf7\xc0\x7b\x0f\xbc\xf7\x37\xe2\xbd\xeb\xca\xc3\xfd\x9e\x19\x70\x72\x4e\xeb\xb8\x30\x2f\x67\xe2\x0c\x13\xa6\x29\xa8\x7a\x2d\x17\x6e\x37\x45\x43\x95\xb1\xbc\xb5\x99\x14\x32\x03\x76\xb3\xd5\x78\x66\xfb\x38\x1a\x1c\x41\x5c\xe0\x21\xb8\xfb\x53\x07\x77\xa7\x63\x42\x2f\xb8\xe1\x04\x13\x2f\x0d\x02\x99\x38\xef\xa6\xa4\x92\x7b\x51\x7a\xbe\x87\x06\xf0\xa0\x18\x62\x89\xb5\x59\xc4\xcc\x0a\x4b\x7d\x63\x4c\x64\xe2\x9e\xac\x8c\x38\x64\xfd\x1c\xb2\x7e\x9e\x13\xec\x8b\xb4\x22\x4d\x86\x10\xb9\x25\x58\x11\xa3\x98\xc3\x10\x1d\xe3\x0f\x07\x4a\xbe\x6f\xec\xf8\x52\x25\xd4\x37\x93\xd5\x17\x85\xd3\xde\x08\x2b\x2b\x03\x09\x0a\x05\x87\xb6\xa8\x3a\xfd\x17\xba\x21\xad\xed\xc2\xfe\xa0\xdf\xd4\xe1\xbd\xb8\xe0\xda\x21\xbf\xf1\x90\xdf\xf8\xcf\x48\xe9\xa8\x8e\xe0\x0f\x58\xe2\x11\x6e\x40\xfa\xe6\x40\xc5\x5c\x5f\xec\x65\x05\x7f\x93\xff\xd9\xab\xad\xc6\x15\x37\xe0\xae\x48\x5b\x7e\xac\x4f\x82\x4a\x9d\xbe\x5b\x64\x2f\xd0\x80\x07\xfb\x4f\x44\x76\xd7\xe7\x58\xb4\xa8\x80\xde\x27\xe9\x62\x0d\x75\xfa\x7c\xf3\x30\x92\x87\x09\x33\x33\xd6\x23\x09\x10\x78\x08\xa9\xfb\x8b\x5d\x70\x05\xd6\x2d\x4c\x1b\x6a\x60\x02\x78\xb1\x50\xa9\x9b\x1b\xf0\x82\x01\xa4\xd6\xa3\x2c\x73\x88\xdb\x82\x30\x9b\xdf\x39\xfc\x40\x7a\xc5\xf7\x03\x24\x58\xbf\x6b\xbb\x33\xe7\xd7\x46\x34\x48\x7e\x24\xa0\xe3\xec\x2b\x0a\xf8\x37\x3b\x59\x65\x11\xee\xf4\x1a\x72\xc5\x21\xba\x56\xd4\x00\x57\x08\xec\x61\x9b\xb2\x46\x30\xca\xb4\x95\x3d\x6d\xad\xe0\xda\xdc\xd5\xbc\xd4\x72\x43\xc2\x03\x30\x72\x6d\x10\x20\xc9\xc4\x60\x8c\xcc\xf8\x77\x5d\xc6\x9b\x2a\x3d\xda\x36\xa0\xbd\x41\x44\xcd\x27\xce\x82\xd8\x1f\x57\xd5\xce\x22\x8c\x7d\x5d\xee\x4e\x32\x29\xe1\x2e\xe0\x4e\xba\xa0\x45\xbf\x1e\x50\xb1\xd8\xae\xd4\xe6\xae\xb7\x10\x9f\x80\x86\x88\xbd\x0e\x5c\x14\xf3\x1d\xc0\xea\xbe\xe7\x85\x16\x03\x07\xcf\x97\xae\xe7\x92\xb4\x50\xdf\x91\x59\x7a\xcd\xe1\xda\x04\x2a\xfb\x6c\xf1\x7a\x53\x86\x44\xf2\x72\x6c\x4b\x4e\x5f\xfb\x12\x8a\x66\x6d\x73\x67\x7a\xa6\x87\xbc\xf5\xcf\x44\xce\xde\x92\xb7\xbe\x6e\xf7\x9e\x1f\x5c\x1a\xf5\x72\x1a\xf5\x1e\x7e\x7e\x85\x90\xbc\xb4\xba\x78\xc8\x93\x3f\xe4\xc9\x7f\x9a\x3c\xf9\xf4\x79\x7b\xa5\x8c\xf9\xf5\xd2\xd8\xbe\x24\x1a\x94\x0f\xb9\x46\xef\x78\xbe\xed\x63\x21\x4b\x2b\x19\xaf\x4f\x07\x71\xc1\xe9\x65\x2f\xda\xdd\x72\x6f\x0a\x20\x64\xa5\x78\x2c\x42\xc4\x5a\x94\xd7\x3f\x71\xa0\xf6\x8f\xd2\xcc\xad\xe4\xc0\x4b\x40\xf4\x6c\x15\xdd\x65\x59\xcd\xf5\x1c\xb0\x87\x6d\xa7\xd2\xf4\x13\x18\x3c\x30\x67\xdb\x27\xf4\x96\x1d\xc7\x70\xe5\xa9\x17\xac\x46\xab\x15\xe0\x84\x52\xe6\x14\x0c\xe8\x64\xb7\xb0\x64\x5a\xd7\xc4\xc2\xd0\x2e\x79\x5d\x27\x2c\x90\xd3\x00\xdd\xbb\xa3\xa8\x28\x29\x10\x0f\x4a\xec\x92\xda\x12\xa7\x46\xea\xb9\x8f\xfa\x16\x4f\x94\x85\x08\x48\xc3\x96\xff\xb4\x7c\xc8\xdd\x34\x8d\x4f\x46\xc7\xbf\x78\x9c\x73\x33\x94\x7a\xc8\x87\x5b\xe8\xfc\xc6\x98\x6e\xca\xa2\x4b\xb9\xd3\x28\x29\x11\xb1\x71\xf8\x44\x14\xec\x97\x46\xd4\x2b\x44\xca\xee\xe5\x27\x07\x34\x5d\xbf\xec\x19\x06\x00\x5c\x4d\x59\xdc\x19\xd9\x39\x70\xa3\x5b\x46\x0e\xe4\xf3\x60\x2b\x21\x72\xef\x50\xf8\xc7\x2d\x1c\x24\xb0\xa7\xb0\x07\xb1\xc2\x7c\x17\x2a\x52\x0a\x83\x89\x80\x7d\x65\xc9\x54\x9d\xe3\x46\x4e\x44\xb8\x72\x21\xfe\x3e\x7d\x23\x07\x4c\x4e\x43\x95\xdc\x30\x3a\x1a\x99\x2a\x3b\xa3\xd9\x73\x8b\xed\xea\x2d\xa5\x78\x84\xbd\x96\xe5\x6c\x68\xaf\xdd\x90\x12\x51\x4f\xf1\x23\xa7\x5f\xc0\x7f\x87\x6e\x77\x74\x82\x48\xf0\x1c\x45\x59\x5e\x8c\x5b\xe4\xa2\xef\x8f\xde\x01\x97\x8a\x2e\x08\x71\x5b\x58\xc9\xb6\xe2\xe6\x31\xfa\xbb\x58\x55\x72\xca\x64\xa9\x9b\xe9\x54\x66\xc0\x69\xdd\x8d\x22\x13\x96\x81\x8c\x07\xba\x5e\x86\x3f\x08\xd8\xda\x4c\x58\x82\x2f\xf0\x24\x71\xe6\x86\x71\x23\xa6\x9f\xf4\xc6\x54\x2a\x1f\x46\x60\x25\xbf\x36\xd0\xd5\x5e\x0c\x68\x6b\x69\xa8\x0d\xaf\xf5\x0c\xf1\xae\xa4\x52\x54\x22\x6a\x77\x6e\xd4\xce\x2a\x20\x5a\xdb\xd7\x1c\x1c\x31\xbf\x59\x4b\x8e\xef\x5a\x24\x38\x50\x7f\x7f\x64\x8e\x91\x0f\x01\xca\xb3\x83\x18\xef\x70\x3f\x07\x28\xbc\xf6\xf6\xee\x98\xcb\xb2\xa9\x02\xd5\x4d\x7b\xf5\x48\xf3\x08\xe3\x45\x23\x19\x16\x6b\xdc\xb4\x98\x6f\x74\x6b\xe5\x5f\xa5\x48\xcf\x16\x3b\xcd\x6b\x17\x9d\x82\x4a\xa6\x40\x6e\x45\xbe\xeb\xc6\x06\xce\x00\x88\x41\x44\x36\x5b\xd9\xe3\x85\x37\x88\x7b\xda\xe2\x28\xd1\x66\x8b\xe3\x6e\x9b\xeb\xac\x98\xdf\x8b\xd2\x95\x7f\xeb\xa7\x50\xf7\xda\xb0\x5a\x4c\x0b\x40\x03\x80\x5c\x88\xf0\x3b\x0d\x69\x8d\xa5\xf4\x99\x23\xc5\x5a\xa1\x70\xe0\x77\x5d\x58\xbc\x1d\xfe\xb6\xbc\xce\x45\xd8\x5d\x7a\xea\xce\x1f\xa7\x1f\x0f\xcf\xc9\x52\x9f\xb7\xd0\xf3\x12\xa5\x23\xdc\xb4\xb5\xc4\x1c\xb5\xd7\xf7\x52\x14\xf9\x6d\x24\x5c\xad\x27\xe3\x89\x17\x62\x02\x1e\x44\xf0\x50\x53\xe7\x38\xab\x9a\x01\x5b\x88\x85\xaa\x57\x27\x2e\xcf\x4f\xd6\xae\x5c\x1b\xcd\x78\x1b\x29\xa7\x04\xcb\x1e\x29\xf7\x5f\x4c\x17\x56\xf2\xd8\xea\x10\x58\xf4\xad\x83\xed\xcf\xe3\x3c\xa4\x01\x65\x2b\xf2\x02\x0b\x25\x94\x4b\xb6\xe4\x75\x3a\xf8\x43\x2e\xa5\x4e\x0a\xa0\xad\x64\xfb\xd6\xd4\xdc\x95\x14\x4f\x95\xd2\x70\x07\x69\x65\x06\x4e\x64\x03\xf9\xfb\xfe\xe8\xdd\xfd\xd1\x33\x54\xd5\x51\xbf\x88\x23\xdc\x14\xed\x43\x80\xbb\x7b\x88\x2b\xf0\x6d\x64\xbc\x50\x84\xea\xf1\x62\x43\xe3\xee\x15\x25\xdd\x51\xfa\x73\xa3\xd0\x6a\xb0\xed\xcc\x41\x43\xa6\x85\xd1\x8c\xcf\x66\xb5\x98\x59\x02\xfc\x0b\xfc\x58\x0b\x3b\x5c\x4c\xe2\x64\xa2\x84\x80\xc0\x1c\x8a\xaa\xf9\x52\xde\x07\xa7\xfd\xc1\x69\xff\x4f\x6d\x5d\xfb\x57\xf2\x93\x3b\x83\x08\xdc\xfe\xcf\x0d\x69\xb8\x45\xaf\x76\x74\x6f\xc7\x93\xa3\xa2\xb7\x9e\x8c\x21\x89\x83\xfa\x9b\x26\xc8\xe8\x8d\xe6\xb3\xcf\x0e\x64\xb9\x3d\xf5\x7d\xfd\xcc\xdd\x65\xdb\xce\x36\x5e\xdf\xaf\x1c\x75\xbe\xdd\xf1\xd5\x69\xdc\xc6\x65\x6e\xb3\x2d\x50\x9d\x0e\x6e\xae\xcf\x83\x33\xad\x71\x73\x5d\xd9\x9f\x37\x6d\x22\x99\xbd\xf6\x56\x19\x2a\x55\xc8\x6c\x15\x95\x6a\xb2\xbd\xe9\xd3\x57\x51\xb0\x63\x21\xea\xe0\xd3\x3a\xf8\xb4\x3e\x95\x4f\x2b\x3e\x67\xaf\xe6\xcb\xea\x52\xfc\x5d\xa9\xed\x5a\x81\x60\x8e\x7b\xb2\x20\xb0\x1c\xe2\xa1\xa0\xd5\xc1\x8b\xdb\xfd\x57\xb6\x87\xfe\xd7\xa1\x5f\xe7\x2c\x13\x26\x76\xca\xc4\x9f\xf4\x65\xf6\xac\xda\x11\x14\xbd\xd7\x27\x18\x5b\xed\xea\xaf\xa1\x44\x5a\xb1\x25\x53\x95\xb8\x5d\xeb\x75\x69\x3d\x8e\x00\x29\xdb\x41\x1f\x53\x59\x18\x4b\x2e\x00\xef\x07\x5e\xe9\xbb\x3f\xb0\x38\x21\x19\xf4\x6b\x9e\x3d\xa0\xe3\x83\x93\xf4\x33\x69\x8c\x55\x9f\x21\x69\x22\x67\x8d\xb6\xf4\xea\x36\xfe\xf8\x47\x48\xbc\xf4\x55\x2c\x27\xae\x56\x31\x60\x7f\xf8\xa2\xb0\x8e\xf9\xbc\x57\x35\x96\xe7\xf5\xea\x2f\x8c\x62\xc0\x26\xca\xcc\xdd\x10\xcf\xae\x2f\x58\x7b\x82\xc7\x72\x1a\xc1\xa6\xc8\x12\xfe\x38\x19\xe0\x3c\x26\x82\xa0\x3a\x77\xa9\x1c\x17\xd2\x94\x5b\x0b\xec\x56\x7c\x87\xc4\x41\xb7\xa8\xfb\x2d\x24\xb8\xb7\x00\xc2\xa7\x5d\x6b\x12\x57\x39\x81\x65\xba\xc9\x0a\xdc\xb3\x14\xec\x98\xca\xdc\x9a\xf2\x46\x5a\xf2\x4c\x6b\xc2\x2e\xee\x88\x5e\xf3\x16\x3d\xf1\xc2\x77\x7c\xbb\x01\xc3\xd2\x19\x52\x1b\x9d\xcc\xcb\xda\x85\x98\xfc\xb1\x4f\x4c\x92\xdf\xfb\xa7\xa3\x26\x8d\x16\x89\xe5\x00\x8c\x1e\xd9\xf6\xfd\xf8\x65\x36\xca\xf0\x02\x95\x9d\x60\x6c\xa7\x6b\x4b\xb9\x53\xde\xc4\x93\xda\x8f\x4f\x3a\xa3\x4f\x6e\x1b\xbb\x89\x6a\x8c\xee\x72\x9c\xe3\xf6\x1d\x97\x68\xa6\x16\x55\x63\x44\xba\x7e\xe9\xf6\x93\x8c\x47\x32\x15\x1a\x06\x47\xb5\xfd\xad\x05\x7f\x82\x10\x0f\x8e\x18\x02\x6a\xda\xfb\x3a\xd6\xc4\x7d\x7c\x46\x1a\x7b\x2b\x4d\xe7\x14\xd3\x05\x86\xd4\xfd\xd0\x77\x3f\xf4\x56\xe1\xdf\xe0\x98\x3b\x11\x37\x6d\x7a\x05\xe1\xb7\xb3\x5e\x14\x12\xb3\x69\xbd\x9c\x9e\x08\x14\xdc\xf7\x63\xe5\xf3\x85\x34\x86\xec\xd9\x11\xd2\x2f\x84\x2c\xc4\xe6\x65\xda\x29\x39\xf5\xd5\xeb\x5d\x6c\x48\xb1\x8a\xd9\x01\xc4\x07\x3f\x4a\xed\x8a\x43\x43\xb1\xf8\x85\xd3\x18\x87\xae\xd0\x1b\xb0\xd2\x7f\xbe\xdd\xfb\x64\x57\x9a\x90\x2f\x3e\x56\xde\x8d\xbb\xee\x32\xb7\x5b\x42\x64\x42\xe4\x85\xc4\xf0\x10\x5e\x55\x85\x0c\x61\x28\x7e\xbd\xb6\xdf\x63\xab\x6b\x24\xae\xb1\xfd\xd9\x9e\x09\x07\xd0\x01\xed\x28\x8e\x06\x21\x1c\xe1\x8b\xba\xf7\xc5\x74\xa8\xb6\x2a\x52\x8e\x07\x55\x10\x56\x99\x87\x01\xb1\xbf\x3c\xf7\x23\x1b\x62\xaa\x5b\x1f\x01\xc4\x8e\xe7\x7e\x64\x03\xbe\x5b\xeb\x23\x90\xba\xfe\xbc\x8f\xec\x83\xb2\x76\x9b\xf1\x42\x5c\x7d\xdc\x1f\x69\x6d\xe3\x8b\x6d\x14\xc1\xca\xb7\x61\xf4\x56\xaf\xce\x44\xd2\x7a\x35\xe3\x46\x3c\x82\x84\x88\x29\x32\x47\x31\xfe\xc1\xb3\x51\x5b\x02\x32\xcb\x27\x2a\x2d\x12\xa3\xb0\x44\xa8\x03\xf4\x34\x75\x26\xdc\x44\x93\x0e\x70\xf8\xb4\xab\x4c\x4f\x12\x8b\x5b\xc6\xb3\xf1\x15\xfb\x1e\x5f\x4e\x57\x78\xa8\x95\x41\x09\xff\x42\x2d\xb8\x5c\x93\xeb\x10\x83\x45\xb8\x9e\xc7\xfe\x4d\x86\xaf\xc6\xa9\x10\x40\x71\x21\x4b\x0a\x10\x60\x3e\xff\xc2\x28\x3b\xc1\x66\x44\x18\x87\x74\xc9\x22\xa8\x0c\xb7\x2e\x70\x2d\x41\x6e\x07\x1c\x59\x2d\x20\x0b\x64\x89\x2c\xab\x5e\x00\x1b\x0a\x95\xf8\x09\x7c\xc1\x61\x6b\x0c\xd8\x0f\x6a\x26\x4b\x77\x90\x40\x9b\xb4\xb3\xe3\xb2\xd8\x4b\xc5\xeb\x23\x51\x69\x5d\x5c\x96\x7c\x52\xa4\xc4\xe1\xf7\x05\x9f\xa1\xed\xc2\x36\x38\xcd\xa5\x86\x30\x9e\xdb\xdb\x1f\x18\xd9\x8f\xb2\x48\xb5\xa5\xe3\xe4\x3d\xc9\xb8\x45\xe9\x55\xc5\xed\x4f\x63\x0c\x5f\x61\x62\x8e\xd0\xbe\x28\x00\x26\x40\xc1\x2b\x24\x5b\x38\xa4\x63\x1f\x88\x7b\x37\x97\xd9\xc3\x38\x02\xd3\x54\xb5\xfd\xad\x8c\x7e\x6a\xdd\xa9\xee\xb3\x74\x2a\x0e\x7c\x72\xbc\x16\x95\xc6\x6d\xed\x2d\x8d\xcd\xb6\x4c\x16\xa1\x08\xb7\x89\xe5\x70\x27\xd2\xdf\x43\x5a\xb5\xf5\xa6\xb9\xa5\x20\xba\x03\xf1\xa2\xfe\x66\xc9\xd2\x0d\x2b\xf9\x0d\x5c\xb8\x74\x7c\x42\xfc\x1d\xbf\xc4\x5d\xc4\x4e\xd2\x74\xdc\xd4\x1d\xed\x23\x39\xae\x3f\x79\xa9\xdb\xb0\xd4\xcf\x2f\xc2\xb2\x23\xee\x18\x8d\x6c\x4f\x6e\x74\xe0\x41\x3b\xf1\xa0\xe4\x99\x3a\x30\xa1\x03\x13\x7a\x05\x48\xa6\x03\x27\x3a\x70\xa2\xdf\x07\x27\xda\x07\x80\xeb\xb6\xeb\xb6\x58\x5b\xe0\x0b\x2d\xfc\xa1\xa6\x55\x27\x16\xfd\xec\xfa\xc2\x2f\xbb\xcb\x6e\xe8\x42\xe0\xc0\x43\xdb\x4b\xee\x2d\x18\x71\x7f\xfb\x58\xd9\xc0\x00\x7f\x89\x7e\x8e\x74\xb4\xf7\x99\x77\x4d\xf7\x06\x1e\x99\xfe\x26\x2b\x7a\xdc\x31\x99\x6e\x34\xe7\xef\xe5\xb2\xc8\x9d\xc9\xd1\xad\x72\x64\x7a\xdc\xd3\x15\xb0\xb1\xab\x4d\x1b\xbc\xf1\xc5\xed\x9b\xbe\x65\xbb\xc8\x5d\xee\x8b\x9d\xd9\x23\x4e\x6a\xbc\x26\x47\xd2\xc0\x36\x80\x75\xb6\xf7\x06\xe3\x1e\xb8\x23\xd5\xee\x9d\x5a\x40\x94\x44\x38\x26\x78\xc9\x42\x2a\xd0\xb6\xa8\x10\x78\x09\xae\xec\xe0\xc8\x75\xdd\x97\x65\xfc\x93\xcd\x40\xaf\xd0\xd9\x1b\x8d\xa3\xb2\x3b\x3c\x97\x50\x3d\x81\x3b\x4f\x84\x73\x91\xfd\xc4\x0b\x99\xfb\xa9\xa0\x19\xea\xaa\x1c\xb0\x6b\x65\xec\x7f\x2e\x9f\xa4\x36\x7a\xc0\x2e\x94\xd0\xd7\xca\xc0\x9f\x69\xaa\xe6\x47\xbf\x9d\xb0\xc1\xea\x78\x84\x18\xbf\xf4\xc1\x96\x92\xa6\x69\x30\xe2\xc4\x36\x97\x04\xc3\x66\x2f\x4b\x14\xf5\xa0\x89\xd7\x8a\xb0\x51\x52\xb3\xab\xd2\xf2\x0c\x9a\x1d\x84\xd0\x60\x9e\x16\x76\xe1\x3c\x7c\xa5\x2a\x87\x90\x6c\x95\xec\x03\x17\xc5\xf6\x13\x2f\xcb\x86\xee\xa8\x2b\x48\x37\xc2\x27\x14\x20\xcf\x33\x91\xb3\xbc\xc1\x92\x0c\x8c\x72\x1d\x64\xc6\x20\xd5\x81\x41\x06\xc4\xcb\x3c\x73\x1b\x4c\x4c\x20\xc0\x6c\x94\xde\x51\xc4\x99\xab\x22\xd7\x4e\xde\x01\x58\x15\x60\x1c\x0e\x0d\x03\x90\x0b\x99\xdd\x63\xf4\xe1\x4c\x56\xf6\x16\x38\x10\x5e\x5c\x0d\xe2\x26\x80\x9d\x37\x95\xa2\xc8\xfd\xca\x14\x50\x2c\x61\xce\x4b\xf6\x81\x3f\xe1\x07\x6f\xe5\xdf\x05\xf6\x72\x40\xe0\xfa\x9c\x40\x0f\x3d\x51\x8c\xc4\x5f\x8c\x86\xb9\xe4\xd9\x1c\x90\x79\x61\x57\x21\x97\x16\x79\x17\x2f\xaa\x39\x2f\x9b\x85\xa8\x65\xc6\xb2\x39\xaf\x79\x66\x44\xad\x07\xec\xcd\xf0\xcd\x80\xbd\xf9\xeb\x1b\x7b\x87\xde\x8c\xde\xe0\xf9\xd1\xa2\x96\xbc\x80\xa5\x80\xaa\x69\x9e\x21\x87\x93\x87\xc0\x8b\x5c\x8b\x6f\xbe\x66\xa2\xcc\x54\x0e\x9a\x46\x0d\x19\xc0\xbd\x20\x27\x5e\x4f\xa4\xa9\x79\xbd\x62\xc7\x14\x19\xb0\x82\x8b\x8d\x2f\x9c\x60\x8f\x18\x20\x65\xd5\x09\x2b\x38\xa2\xb7\x06\xc4\x1f\xb7\xf4\x46\xa9\x42\x8f\xa4\x30\xd3\x91\xaa\x67\xa7\x73\xb3\x28\x4e\xeb\x69\xf6\xf5\x37\x5f\xff\xef\x2f\x34\x4a\x7b\xc3\xaf\x9f\x9d\x09\xd9\x83\x7b\x3c\x84\x76\x1d\x02\xaa\x9f\x13\x50\x0d\x33\xbe\x48\xce\x34\x3c\x43\x6f\xac\xab\x09\xb4\xc2\x22\xa9\xe5\x70\x22\x4b\x0e\x25\x83\xa2\x8b\x56\xba\x63\x06\xc5\x23\xd9\x15\xc8\x49\x1e\x8d\x18\x4a\x09\x81\x52\x8e\x55\x8f\x70\x82\x12\xd2\x67\x17\xc2\xcc\x55\x3e\x62\x67\x45\x3f\x1b\xda\x4a\x17\xc0\xdb\xec\x15\x23\x4a\x99\x07\xae\x60\x75\x4c\xdb\xe9\x00\x72\x70\xed\x3f\x81\x31\x96\x2b\x26\x9e\x30\xe9\x3d\xb0\x76\xc4\x3d\x16\x4b\xe1\x13\x8c\x1e\xe7\x02\xa1\x88\x60\xd8\xee\x24\x9f\x8d\xaf\xf6\x09\x18\x48\x24\x2a\x27\x6d\x47\x10\xcd\x00\x56\x8a\x4c\x16\x12\x00\xa4\xaa\x5a\xcd\x6a\xbe\xb0\x8a\x7e\xc6\xe6\xbc\xcc\xa1\xb8\x2f\x02\x1f\x78\x62\xf9\xab\x22\x68\x22\x43\xbd\x2c\x97\x3b\x98\xea\xda\x4d\x49\x2a\x03\xd7\x17\x8e\xde\x28\x56\x11\x46\x1a\x51\x88\xa5\xac\x55\x09\x22\xf4\x92\xd7\x92\x4f\x0a\xaa\x32\x37\xba\x2f\xef\xcb\x3b\xf2\x86\x81\x3c\x4a\x94\xdc\xf0\x7a\x26\x0c\x75\xf8\x46\xc7\xf2\x00\x18\x3b\x3c\x81\x82\xd6\x0f\x62\x35\x44\x1a\x57\x71\x59\x43\xa1\xa9\xe4\x37\xb7\x4b\x09\x65\x52\x2c\xbd\x8e\x44\x52\xb2\xef\x98\x57\xce\x9b\x87\x90\x95\xd3\x2f\xe0\x3f\x29\xea\xe4\xd2\xd1\xd6\xa5\x99\xad\x5a\xb6\x11\xda\x08\x27\x3a\x91\x87\x3e\x61\x79\xd9\x5f\x0c\xfc\x93\x58\xed\xa2\x46\xf7\x1a\x47\xc7\xc4\xf2\x7f\x10\x0c\xb1\xd1\x36\x6d\xe7\x41\xac\xfa\xca\x0d\x24\x03\xa7\xd4\x07\xea\x3c\x12\x07\x7c\x2a\x1b\xdc\xf4\x11\x6b\xd7\x43\x94\xb9\x6b\xf7\x20\xd2\xe6\xcf\x7f\xae\x33\x01\xe0\x27\x3a\xc8\x60\xaf\x7c\x3c\xb6\xa5\x48\x84\x56\xed\xb0\xfa\xdd\x8e\xc2\x21\x1d\xe2\x73\x4b\x87\xa0\xbb\xf3\xdc\x3c\x88\x76\xf4\x0f\x76\xf6\x1a\x06\x29\xec\xe8\x20\x22\x1f\xb2\x1f\x3e\x4d\xf6\xc3\xad\x3b\xa9\xaf\x92\xf6\x80\xbd\x45\x85\x5e\x37\x99\x2a\x73\x5e\xa1\xdd\x0e\x6f\x1e\x08\xc7\xfd\xea\xc3\xcf\x96\xac\x26\x82\x05\x5b\xb6\x2c\x53\x85\x8d\xb9\xa6\x22\xc3\x18\x75\x4f\x12\x58\xca\x76\x43\x48\xcf\x50\xe1\x17\xd8\xd8\x88\x5d\x2b\xe3\x2d\x7a\xe8\xdb\x42\x50\xf9\x8c\x17\xce\xea\x08\xf3\x6a\xf9\x08\x3c\xb4\x17\x66\x76\xa0\xd3\x66\xa1\xf2\x1d\x02\xae\xd7\x91\xb2\x56\xe9\xa4\x01\x46\x55\xb7\xe5\xc8\xc4\x7c\xda\xfc\x3e\x13\xb9\xe3\xaa\x61\xe9\xdc\x5a\x79\xa5\x25\x2c\x1a\xba\x88\xd9\xe3\x5c\x69\x32\x73\x52\x8c\xb3\x65\xc6\x96\x25\xd0\x5e\xb9\x9f\x29\xa0\xf2\x6a\xda\x8d\xcd\xb7\x97\x4c\xe4\xb8\xe8\x1b\xbe\x1c\x12\x13\x2a\x6e\xe6\x7a\x40\x60\x5f\xbd\xb7\x89\xe4\xd0\xb6\xc3\x07\x51\x48\x93\x71\x4d\x58\xc4\x61\xf3\xbe\x48\x94\xbe\x9d\xf3\x07\x56\x61\x10\xcf\x57\x0b\xd3\x54\xd8\xbf\xa8\x6b\x55\xdb\x0f\x0b\xed\xf0\xd1\x16\xbc\x7e\x10\xb9\x07\x59\x18\xb1\xb1\x1d\xa1\x97\x48\xd0\x16\xbd\x14\x9e\x51\xda\x6f\x92\x55\x09\x3e\xf2\x66\x34\x7a\x83\x95\x9e\xac\x64\x69\x78\x4d\x95\xa6\xed\xef\xaf\xe1\xd1\xf8\x93\x58\xdd\x29\x3b\x26\xe0\x21\x07\x09\x70\x1b\x3d\x0c\xeb\xb5\x91\xc4\x05\x37\xdd\x56\x11\xd1\x37\x6d\x87\x81\xd0\x1c\xfc\x53\x50\xef\xe7\xa0\xf0\xa9\x66\x36\x8f\x1d\xe8\x96\x9c\xd4\xc2\xd4\x52\x2c\x45\xa0\x96\x60\x23\xd8\x1d\x03\x62\xc3\xd6\x4b\xcd\x9a\x52\xfe\xd2\x08\x57\x30\x9d\x87\x7e\xf1\xdb\x6e\x06\x9e\xa8\xf9\xd8\xe0\x75\x7a\x06\x0e\x2a\xf9\x3d\xec\xb7\x8d\x0d\xcf\x33\xff\x71\xbc\x9e\x91\xda\x03\x04\xc6\x6d\x30\x0e\xf4\xa5\xa1\xa6\xd0\xf1\xae\x11\x3d\x9e\x51\xdd\xb6\x18\xd5\xab\xb3\xa7\xd7\x60\x4a\xb7\x31\xcf\x79\xb5\xa2\x85\x7b\x14\xf4\xff\x48\x17\xf9\xdb\xa8\xb0\xfd\xab\x95\xf6\x8f\xc1\x2c\xbf\xf9\xfa\xeb\x7f\x8d\x62\xff\x07\xbe\x7f\xe0\xfb\x2f\xe5\xfb\x2f\x64\xaf\x7a\x07\xfe\xea\xa2\xca\xd2\xfe\xf0\x58\xc4\x08\x1c\xcc\x20\xe6\xdc\x1b\xdd\xe6\x37\xcd\x1a\x05\x71\x9f\x12\xa0\x5d\x0d\x7c\xcf\x88\x9c\x5d\xc4\x80\xa6\x96\x66\x75\x6e\x4f\xfc\xd3\x36\x4b\x51\xdc\x34\x38\x97\xe1\xd7\x4e\x71\xa6\x16\xb4\x67\x94\x0a\x13\xa5\x3f\x8d\xd8\xad\x5a\x08\xbc\xd0\xe8\x5e\x88\x0e\x33\x64\xf9\x76\xbf\x68\x0f\xe1\x58\xe5\x9d\x9f\x47\x8c\xfd\x3c\x17\xf4\x8a\xed\x46\x8b\xb6\x43\x5f\x96\xbd\x9e\x0c\x7f\x10\x11\x6e\xe8\x0e\xde\xea\xa2\x50\x8f\xe3\x5a\x2e\x65\x21\x66\xe2\x52\x67\xbc\x58\x83\x03\x78\xb6\xa6\xa5\x43\xd2\x0b\x41\x73\xa0\xc9\x65\xf6\x2e\x5a\xe2\x3a\xb3\x57\x6a\xa1\x60\x19\xe8\x65\x72\xaf\xdb\xd3\x5b\x71\x48\xba\xa4\x17\x88\xe6\xdb\x43\xcb\x72\xe0\x1d\xe8\xc8\xc1\xfe\x25\x9e\xcf\x52\xfd\xb5\x14\x8f\x7f\xb5\xbd\x69\x36\x2d\xf8\xcc\xef\x07\xc4\x91\x94\xed\xac\x97\xd0\xf5\xda\x09\x58\x6a\x58\x37\x82\xf1\xe2\x91\xaf\x34\xfa\x6c\xda\x7d\x48\xfd\x2d\x7b\x77\xc2\xea\x06\x90\x97\x7d\x1f\x39\xfb\xf2\x04\x64\xc2\xf3\xb3\xf1\x5f\x6f\xff\xef\xed\x5f\xcf\x2e\x3e\x5c\x5d\x27\x2f\x5f\xc6\x2b\x3e\x91\x85\x0c\x4c\xba\x6b\x4f\x8e\x5b\xc0\x89\xca\xf3\xd3\xbc\x56\x15\xf9\x90\x9a\x12\x8a\xf9\xf9\x31\x75\x0a\x8a\xc6\xfa\x2a\x85\xd3\xb4\x3a\x9c\xd5\x3c\x0e\x1a\x8b\xb0\xf2\x9a\x12\xaa\xcd\xec\x11\xd0\x79\x1e\xcf\x05\xc2\x76\xdd\x7a\x24\x22\x80\x9a\x32\x5e\xc7\x32\x1c\x82\x1c\xf5\x6a\x36\xc6\xfd\xc1\xf3\x1c\x3d\x0d\x33\xc5\xa2\x4f\x1a\xcc\x65\xbc\x28\x56\x4c\xfc\xd2\xc8\x25\x2f\x04\x56\x4f\xae\x95\xf2\xdb\x3e\x57\xda\xa4\x2a\xad\x26\xf7\xc4\x9e\x0c\x08\xc3\xed\x0f\xdb\x3f\x62\xb9\x28\x95\x8b\xa1\x32\x54\x34\xc3\x3e\x75\x45\xaa\x51\x76\x8a\xa2\x8d\xfd\xf6\xdc\x45\x5b\x22\xb5\x1b\xd4\xd8\xf7\x8c\xfc\xae\xd1\x3e\x4b\xb6\xb3\x25\x21\x85\x72\x0a\xe1\x61\x3c\x07\xbf\x26\xb0\x5a\xe2\x5b\xfa\xc1\xf1\x5e\xba\x39\x64\xc3\xa6\xba\x57\xee\x53\x90\x98\x36\x15\xdc\x34\xb5\xc0\x1b\x83\xa9\x7c\x18\x5d\x9b\x0e\x41\x75\x01\xd1\x37\x4a\x99\x10\x94\xde\x5f\xa9\x9f\x3d\x63\x92\x31\x04\xe3\x1c\xc4\x91\xda\x15\x2a\xc2\x4d\x0a\x81\xeb\xad\x88\xd8\x0d\x5b\x54\x37\xe5\x19\x0a\x6e\xe9\x4b\xf3\xfd\xd5\x05\x1c\x81\xa6\x24\xfb\xa7\xa9\x57\x68\x01\x0d\x85\x53\xba\x74\xe0\x47\xbb\xe2\x9d\x35\xa6\x0a\xd7\xc2\x4a\xba\x7c\x85\x58\x12\x44\x50\x64\x99\xa6\xcd\x56\x6a\x12\xfb\xd2\xf4\x88\x7e\xb7\xe1\x1c\x52\x84\x5c\xa7\x29\xf9\x46\x98\x54\xbb\x5e\xd7\xaa\xb4\xbb\xb6\x29\xbe\xd9\x47\xba\x85\xf5\x01\x11\x82\x28\x1c\x07\x1f\x3c\xec\x59\xe3\xca\xfe\x1a\x28\x38\x63\xdf\xf9\x53\x33\x11\x85\x93\x49\xc1\xb3\xe5\x1c\xb0\x58\xa0\x9b\x1b\xbf\xbc\x10\xc2\x1d\x0a\x9a\x4b\xc3\x72\x25\x50\xc2\xa3\x4f\xfd\x78\x75\xc1\xde\xb2\x63\xfb\x2d\x04\xe8\x9c\x72\x09\x06\x3a\x14\xba\x3a\x74\x78\xea\xba\x80\x21\xc1\x8e\x59\x39\x68\x8a\x65\x70\x4a\xc5\x74\x93\xcd\xdd\x98\x7c\xc4\xba\x95\x3d\x45\x6d\x57\x0b\xb2\xbe\x3f\xf7\x0d\xee\x9e\xff\x1f\xd7\xd6\x2e\xfe\xf1\x19\xc7\x3f\x26\x8e\x90\x1e\xd0\x1a\x26\xee\xa0\xb3\xab\xf7\x0b\xbf\x7f\xee\x6b\xb7\xe9\x72\x68\xd1\xcd\x83\x4e\x04\xd6\x93\xc2\x9d\xb9\x4f\x6d\xcc\x79\x76\xa7\xb0\xad\x3d\xf5\x29\x39\x9c\x42\x57\x83\xd7\xd2\x45\x5e\xe6\x6a\xd1\xfb\x98\x47\xdd\x88\x3e\xf0\x19\x2f\xf9\xce\x4e\xb2\x76\xfe\xf9\x3f\x06\x47\x58\xe9\x4e\x6f\xdc\x89\x9f\xb1\x8d\x2f\x10\xe2\xec\x02\xba\x25\x76\x17\x45\x8b\xe7\xa6\xb6\xc3\x59\x08\xbc\x97\xac\xbf\x0c\x9e\x4c\x34\x9a\x60\x0e\x3e\xd3\xa5\xa4\x45\xe9\x74\xe9\x57\x76\x47\xed\xa9\x25\xc0\xed\x02\x19\x90\x6c\xb3\x79\x2c\x6b\xf5\x32\x17\x50\xb9\xa3\x89\xb6\xd7\x1c\xbd\xa9\xc1\xe6\x09\x51\x17\x3e\x4a\x93\x1c\xe8\x87\x28\xdd\x03\xe4\xee\xef\xd7\xfd\x5d\xc7\x57\x23\x55\x71\x30\x3a\xfb\xfe\xa8\x39\x83\x0d\x09\xd8\x7b\x10\x95\x5e\x6e\xde\x8e\x64\x64\xd7\x8c\x28\x51\x2f\xe5\xd6\x6b\x6e\x9b\xe0\x49\x41\xc8\x29\x3e\xd1\xa6\xe6\x1e\x73\x4c\xab\xa9\x79\x44\x23\x08\x36\x3d\x06\x66\xf9\xc4\x17\x55\x21\x06\x6c\xb1\xd2\xbf\x14\x27\x2e\xce\x9b\x62\x1c\x2d\xbb\x2d\x18\x18\xd8\xe3\xd6\xec\xab\xaf\xde\x7e\x13\x95\x03\xae\x6a\xf5\xb4\x42\x93\x67\xa9\x99\x2a\x83\x89\xb8\x9d\x81\x93\x0b\x23\xea\x05\x90\x03\x54\xdd\xa0\x7e\x03\xb2\xf6\x52\x3f\x8a\x3a\x9c\x31\x0a\x18\xac\xc1\x53\xe4\xbf\x71\xa0\x4a\x07\xaa\xf4\x3b\xa6\x4a\xff\x32\x71\xeb\xbb\x01\x81\xc7\x35\xb1\xb9\x23\x4b\x9f\x1b\x2a\x36\x11\xd6\x6d\x50\xe0\x1f\x76\xa9\x6d\xed\xa7\xf8\xbb\xae\x4b\xed\x56\x64\x3f\x84\xf0\x78\x1d\x37\x31\xb9\xd7\x46\x05\xa7\x6e\xcf\xb2\xcc\xd9\x29\xb7\xb0\x50\x6a\xc9\x26\xf6\x16\x33\xa3\x66\x60\x9d\xfb\x96\xfd\x81\x18\xeb\x80\x35\x65\x2e\x6a\x6d\x94\x82\xed\x6b\x34\x24\x3f\x59\x3a\x5e\x89\x7a\xce\x2b\x70\xfb\x56\xa2\x96\xd5\x5c\xd4\xbc\xa0\xbd\xd5\x58\xcd\x90\x97\x14\x44\x65\x56\xd0\x63\x55\xcb\x32\x93\x15\x27\xe4\x29\xf2\xa5\xf2\xc6\xcc\x31\xd2\xca\x9e\x11\xc8\x4c\x6d\xcc\x5c\xd5\xc0\x15\xfe\x10\xf2\x3d\xd1\x07\x94\x2a\xd9\x76\xe0\x8a\x9f\x94\x2b\xf2\xc6\x28\x30\x5f\xb7\x0f\xcd\x9d\x7a\x10\xa9\x25\xde\xd0\xda\x55\xd5\x8e\x20\x13\x40\x2a\x72\xee\x0a\x08\x81\x00\x9f\x3e\x4a\x6d\x9c\x8e\x27\xad\x30\xd4\xbd\xe2\x25\x00\x83\x18\xe8\x0f\x86\xc6\x21\x4a\xaf\x58\xa1\x8d\xdd\xf2\xc1\x73\xf2\xd2\x2f\x45\x5d\xcb\x3c\xb7\x0d\x8d\x73\x4f\x22\x60\x5c\xda\x7e\x06\xe6\xac\x71\x53\x14\xb7\x74\xd6\xfa\x36\xd1\x4e\x8b\x76\xd4\x71\x1b\x64\x43\xbb\x26\x24\x69\xf3\x85\xe8\x79\x46\xe1\x9e\x54\x4d\x51\xb8\x34\x21\x18\x02\x3a\x37\x7c\xbd\xaf\x48\x82\xb7\xab\xd3\x5e\xd8\x11\xeb\x8d\x09\x4a\x04\x82\x60\x4b\xc9\x05\xcc\x3d\x99\x88\x8c\xdb\xaf\xba\xbf\xe9\x0a\xd2\xc2\x45\x4e\xdc\x01\x00\x19\x27\x7b\x06\x03\x3d\xcf\x32\x44\x38\x26\x9a\xfe\x80\x46\xde\xe7\x04\x5a\x93\x35\xe6\x14\x67\x7e\xfa\x45\x48\xed\x1a\xc2\x4f\x76\x75\x68\x29\x87\xaa\x1c\xf2\x61\xa5\xf2\x57\x70\xa9\xa7\x71\x46\x0e\x42\xe0\x41\x08\x7c\x8e\x10\xb8\x8e\x5e\x44\x64\xc2\x45\xca\x44\xbc\xcc\x61\xcb\x92\xdd\xb8\xa1\x0b\xd5\xa2\x89\x2e\x6e\x2c\x71\xf1\x3f\x8f\xa4\x86\x04\x56\xcf\x96\x5a\x89\x25\x42\x44\xec\x54\x2b\xf1\x25\x98\x2b\x49\x19\x69\x53\xa3\x57\x14\xbe\xb6\x27\x1c\x75\x5b\x77\x13\x8f\x5a\x02\x1a\x45\xde\x1e\xf2\x90\x3e\x0b\x89\x68\x4d\x10\xdf\x0f\xc9\xbd\xdb\x39\xfb\xc8\x70\xfd\x10\x6e\xa9\xb0\x7c\x2e\xc2\x17\x0e\xbf\x93\x74\x34\x24\xe9\xe8\x35\xaa\xb3\x74\x14\x87\x03\x1b\x3c\x24\x28\x7d\xaa\x04\xa5\xd6\x41\x7b\xb5\x44\xa5\x9e\xaa\xb1\x5b\xd6\xd2\xc6\x17\x3b\x40\x8f\x3e\xa0\xb5\xab\x9d\xa0\x2a\x42\x01\xe4\x18\x58\x53\x85\x4e\x48\xc4\x6e\x28\xdb\x5e\x96\xda\x92\x44\xbe\xa6\x17\x1f\x2c\xeb\x64\x00\x70\x08\x47\x10\x8e\x56\x5f\xb0\x12\x3c\x9f\x71\x59\x6a\x63\x75\x21\xcd\x8e\xff\xe4\xa9\x09\x28\x47\x78\xaf\x98\xaa\x03\x46\xfa\xc9\xb6\x1c\xd6\x0a\xc2\x23\x7b\xac\xa3\xc9\x65\xda\xb5\x70\x46\x4f\x9c\x68\x63\x69\x78\x09\xc8\x0a\xee\x81\x0b\x9d\xb7\x13\x1b\xb1\x33\xcb\x06\x64\x05\x77\x18\x6c\x60\x38\x61\x88\x23\x41\x2b\xc1\x74\xc5\xa4\xd1\xa2\x98\x62\xec\xac\xb7\x1e\x4c\x65\x37\xec\x00\xb0\x51\x52\x9f\x19\x04\xf4\x42\x00\x86\x27\x46\x44\x7c\x24\x1a\xcd\x5d\xdc\x43\xde\x89\x8c\x8b\x3e\x4b\x9d\xdb\xd3\x08\x6b\x9a\x0c\x7e\x12\x4f\x95\x44\xa9\x8a\xaa\x69\xf7\x57\xeb\xb2\xdb\xc4\x2d\x1b\x91\x31\x04\x51\xf2\x3c\x15\x42\x52\xa4\x59\x75\x8c\x69\xed\xc3\x32\x62\x67\x3a\xcc\x89\xf1\xaa\xaa\x15\x87\xb2\x28\x61\x40\x83\x58\x3b\x73\xb1\xd0\x55\xd1\xcc\x24\x05\xbb\xc0\x3b\x46\x2e\x05\x44\x5d\x19\x17\x9a\xb3\xe6\x83\x77\x51\x67\xf0\x3a\x85\xdd\xd4\x80\xc4\x01\xd1\x75\xbe\x0b\x3a\xd0\xd3\xf8\x0f\xcd\x54\x91\x03\x99\xe7\x25\xfb\xdf\x6f\x59\x25\xea\x8c\x0e\x04\xa4\x16\x50\x10\x50\x21\x97\x02\x02\x96\xd7\xbf\xfc\xe5\xd7\x6c\xae\x9a\x5a\x8f\xe2\x00\x95\x77\xf0\x1b\x8a\x0f\x2e\x03\xc1\x15\x3c\x7f\xf7\x96\x2d\x64\xd9\xb4\x41\x99\x36\xc5\x7f\xc0\x85\xe8\x6d\xe4\x98\x9b\xb9\xdb\x3b\x08\xf8\xf6\xb1\xe1\x74\x78\x30\xd0\xaf\x15\x56\x03\x61\xf6\x46\x39\xaa\x10\xcf\xa9\x4c\x42\x85\xed\x97\xfd\x02\x3b\xb5\xa3\xbc\x09\x22\x0a\x86\x2c\xc7\xc9\xd2\xf0\xec\x50\xf5\xef\xf7\x21\x5e\xba\xed\x7a\x3d\xb9\xef\x20\xf0\x1d\x04\xbe\x4f\x2b\xf0\xbd\xb2\xa4\x37\x56\xf5\x2e\xd4\xce\x36\x0b\xa8\x6f\x71\x0e\xa6\x2a\xdd\x35\x7a\xa3\xc1\xe7\xbf\x55\x3c\xb2\x5f\xec\x91\xbe\x74\x1a\x66\x1b\x2e\x52\xe2\x07\xe2\x8c\x36\xef\x1b\xc3\x9c\x35\x9f\x2c\x77\x71\x7d\xfb\xd7\x1f\xce\xbe\xbb\xfc\x01\xb1\xa7\xec\x6b\x3a\x64\x71\x46\x5e\x25\x7c\x07\xec\xe1\x94\xeb\x49\x19\x83\x90\x02\x02\x71\x0d\xb9\xa8\xdd\xdd\x74\xb7\x4a\x13\x28\x31\x75\x34\xc0\xc1\x45\x25\xd9\x20\x95\xc9\xf6\xf4\x86\x12\xcc\x68\xbc\x97\xd4\x81\x5d\xcf\x11\x73\x49\x81\x96\x3d\x83\x31\x58\x95\x82\xc5\x2b\x2e\x5d\x89\xb2\x1c\x03\xed\x83\x45\x3f\x9d\x60\xaa\x72\xbf\xa1\xfd\x85\xc4\x8c\xc7\x92\xea\x8b\xa9\x1c\x32\x0f\x5d\x56\x69\xe4\x2b\xc0\x32\x41\x50\xb6\x1e\x53\x32\x56\x95\xf8\xcf\x6b\xea\xda\x0a\x13\x3f\x28\x9e\x7f\xc7\x0b\x5e\x66\xa2\x1e\xb1\x1f\x75\x03\x3e\x03\xae\xb5\x9c\x95\x7d\xe7\x64\x3b\xcb\x4d\x46\x59\x3c\x14\x97\x99\x07\x1c\x6d\x1a\xc0\x94\x35\x25\x88\xf9\xaa\x66\xa2\xd0\x02\xf3\x23\x89\x8d\xc5\x2d\x03\x2e\x76\x1c\xd7\x6e\x14\xb8\x33\x86\x51\xe0\x27\xcc\x9d\x84\x20\x5a\xe0\xbb\x55\x15\xce\x95\x0b\x84\xf1\x71\xfc\xaa\x7c\x46\xae\x15\xb1\x93\x61\x29\x0c\x65\x7b\xbb\xdf\x4e\x81\x6e\x0c\xed\xaa\xc3\xf9\xdf\x29\xc3\xb1\xda\xbc\x95\xad\x94\x28\xb7\x63\x21\x99\xb3\x7b\x4c\x36\x7e\xa9\x56\x46\x65\xeb\x40\xaf\xaf\xc6\xcc\x35\xa0\x84\x0b\xba\x89\x23\x76\x8b\x89\xb4\x9a\xdd\x1f\xdd\x9d\x8f\x11\xd5\xfe\xc7\x0b\xf8\x87\x95\x0d\xee\x8f\x6e\xcf\xef\xc6\x1d\x88\xfb\xbb\xf3\x71\xba\xb8\x0f\x64\x06\xa7\xcf\xef\x75\xb3\x98\xa0\x1e\x16\xa3\xc7\xe2\x32\x28\xf2\xa1\xb8\x5c\x14\x74\xf7\x40\x67\xd1\x69\x74\x84\x82\x7a\x72\xa4\x82\xee\x65\xcd\xcb\x99\x60\xef\x6c\x67\xdf\xfc\xdb\xbf\x7d\xf5\x6f\x23\x76\x1d\x67\x57\xf3\x92\x5d\x9d\x5d\x9f\xfd\xf5\xf6\xa7\xf3\xbf\x5e\x9f\x7d\xb8\x6c\x41\xb7\x73\x0f\x3b\x19\x1d\xee\x42\xa9\x07\x91\xb3\xa6\xa2\xb0\x7e\x88\xad\xc2\x53\x58\xc6\x79\xd0\x63\x48\xf3\x8b\xc2\xc5\xed\x6a\xf6\x90\xe1\x3b\x91\xb5\x28\x39\xd0\x22\xbc\xb1\xaf\x78\x32\xa3\x51\x3f\x3e\x8e\x3d\xc6\x0b\x5e\x9d\x10\x85\xf4\xad\xe4\xac\x54\x35\x95\x10\x73\xe7\x16\xb5\xc5\xac\x68\xb4\x11\xf5\xd5\xf8\x3f\xaf\x55\x49\x32\x5e\x40\x5d\x77\xa5\xc7\xe0\x35\xc3\xc4\x2f\x0d\xc2\x7a\x74\x47\xf2\xba\x97\x07\xb9\x6b\x39\x1b\x72\x67\xb3\xdb\x97\xf7\x36\x46\x16\x23\x4b\xb9\x4d\x3d\xba\x2a\xcd\xc7\xfa\xf6\x19\x90\x7b\xb6\x93\xd3\x44\x27\x5b\x58\x6c\xad\x9e\x56\xbb\x14\x01\xeb\x37\x77\xfa\xd1\x2f\x8d\xa8\x57\x21\xe5\x5a\x05\xd6\xf3\x46\x53\x1c\x5d\xc6\x8b\xe2\x10\xe8\x76\x08\x74\xfb\x1d\xcb\xfa\xbb\xd8\x09\x6a\x50\xdc\x7e\xbc\xf9\x81\x3c\xfa\xb2\xcc\x8a\x26\x0f\x12\x81\x97\xd0\x06\x4c\x37\xd3\xa9\x7c\x12\x2e\xca\x86\xd7\x7c\x21\xb0\x7e\x6e\x27\x77\x90\x0a\x90\xe2\x3d\xa2\x05\xa3\xf0\x76\xe4\x19\xef\xe3\x90\x57\xfb\xca\xe3\x5c\x15\xde\xe2\x64\x47\x63\x07\x68\x57\xec\xdb\xd3\x53\x88\x7e\x9d\x2b\x6d\x80\x16\x2c\xdf\x9d\xfa\x48\x05\x0d\x04\x70\x88\x82\x91\x27\x78\xa7\xa2\xe0\xda\xc8\x4c\x0b\xbb\x7c\xc3\x42\xcd\x66\x96\xf6\xfd\x15\xff\xfe\x7f\x7f\xf9\xcf\x46\x8b\xfa\xdb\x07\xb9\xc8\xe6\x2b\x4c\xa7\xb7\x1f\x4b\x3f\x7e\x15\x03\xc8\xb6\xb2\xdc\xb1\xf4\xdc\x2e\x6a\xc9\x0d\x9e\x0a\x97\xe8\xc6\x31\xd1\x09\xd1\x2d\x80\x3f\xf3\x84\x60\xb2\x86\x54\x79\x3e\xd4\x1f\x81\x7f\xe4\xce\xc5\xd5\xb8\x5b\xfa\xc6\x9b\xdd\x4a\x62\x8a\x1d\x21\x15\x33\x81\x8a\x95\x93\x0f\x16\xdc\xf6\x88\x10\x09\xa5\xef\xac\x85\x93\xb0\xe0\x25\x75\x82\x7d\xda\xab\x24\x4b\x38\x4a\x93\x15\x9a\x4a\xf5\x4e\x02\xee\x7f\x04\xbb\xea\x60\x17\xd1\x36\xe2\xdc\x19\x2f\x1d\xaa\x43\x36\xb7\x32\x4b\xee\xc3\x9d\xf1\x4a\x7b\x18\xff\x08\x65\xf7\xfe\xc8\x72\x72\x2b\x93\x01\xf8\xbc\xa3\x49\xc7\xf7\x47\xf7\x47\x27\x03\x86\xe5\x55\xe0\xa5\xb0\x8e\x23\xff\x96\xb3\xbb\x87\x85\xb0\x17\x67\x2e\x78\x0e\xb0\x0f\x41\x78\xb0\xba\x02\xdc\x21\xa8\xb7\x43\xc9\x86\xbe\x84\x29\x54\xe3\x89\x4b\x24\x5a\x5a\xc0\xce\xdd\x4e\x0e\x98\xd3\x30\xf0\xba\xb6\x75\x8c\x2b\x92\x56\xac\x04\x4f\xc5\x1e\x2f\x9f\x90\x51\x58\x39\xed\x75\x85\x8d\xa5\xac\x4d\xc3\x8b\xa1\xac\x34\x86\x3a\x92\x97\xd0\xce\x4d\xa6\xb9\x80\xa0\xc1\x5c\x8d\x13\xd6\xa6\xe8\x61\xdb\x33\x1d\x56\x5b\xa0\x42\x89\xca\x98\x55\x12\x7c\xac\x13\x1d\x75\x97\xc9\xa6\x51\xd8\xad\xa0\xd0\xf7\x74\x2a\xb3\x20\x90\x7b\x6a\xc5\xee\xe6\x42\xdb\x3b\xa1\x3d\xd6\x0b\xa2\xdb\x80\x30\x1c\x1c\x1c\xd8\x12\xaf\x28\xb0\x73\x5d\x59\x75\x77\x52\x20\x69\x84\xfc\x51\x64\x54\x3c\x7c\x8e\xd7\xb5\x5c\xda\x73\x65\x20\x59\x35\x17\x51\xd5\x97\xab\xf1\x88\xb1\x33\x28\x14\x64\xd5\x4c\x8a\xfa\x07\x75\x92\x98\x7a\xa1\x78\x3e\x9c\xd0\xb6\x3a\x22\x41\x63\x74\xb4\xdd\x65\xba\x92\x17\x26\xa4\x55\xec\x5a\xf9\x20\x6c\x47\x1a\x73\x23\x7e\xea\x08\x88\x1f\x61\x1c\x21\xc6\x0d\x98\xe8\xf3\x12\xea\x3b\x44\xc9\xef\x84\x50\x6c\x9a\x9a\xb2\x76\xcf\xad\x52\x00\xc2\x4d\x9d\x27\x76\xe4\x5a\x85\x8b\xe1\x88\x83\x2c\x97\xaa\x58\x42\x6e\x67\x07\xad\xf6\xe6\xfd\xf9\xf0\xdd\xbb\x2f\xbf\x82\xa4\x7a\x50\x77\x8e\xb7\x00\xd0\xdb\xd6\x98\xc4\xeb\xf5\xd7\x3b\x2a\x62\x36\x11\xed\x9b\xb2\xe9\xf4\xde\xe1\x1e\x8f\xa1\x76\xf8\xfa\x75\x6b\x35\xf3\x79\xfa\xb2\xa3\x49\xe7\x42\x63\x42\xbc\x62\xb5\x6a\x4c\xb4\xc4\xee\x28\x19\x05\x07\x68\x88\xe9\x22\xaa\x76\x67\x7d\xf8\x28\xf3\x88\x91\x5b\x4a\x04\x41\x29\xf7\x47\x08\xe8\x51\x2f\x5d\xe6\x3e\x89\x3a\x28\x3d\xd9\xdb\x54\xe6\x8c\x2f\x95\xcc\x09\x3e\x51\x95\x39\x9b\xab\x0a\x76\x24\x26\x28\xd0\xf0\x9a\x74\x71\xaa\xe5\x46\x14\x01\xc3\xf5\x6a\xa9\x1f\xac\x8a\x6b\x3c\xf4\x81\x5c\xd0\xb1\xcd\xfd\xf8\x75\x45\x00\xe3\x76\x84\x44\xc8\xee\x8f\x98\x9a\xe8\xac\xa9\x37\x0d\xd1\xca\x71\x18\x3d\xd8\x1a\x25\x24\x15\x21\x1e\x52\x09\xf8\x49\x76\x24\x71\xc0\xe6\x4c\xa9\x1c\x42\x31\x79\x41\x57\x29\x0c\x21\xb5\xaf\x73\xc1\x0b\x33\x3f\x9f\x8b\xec\xe1\x7a\xad\x65\x28\xd1\xc8\x93\x7a\x9c\x03\xb6\xc8\x6c\x0b\xe6\x2c\x4c\x5e\x78\xf2\x67\xfc\x6a\xda\xd5\x54\xff\x98\xe8\x59\x6a\x8f\x75\xd5\x56\xcc\x19\xaf\x24\x9b\xf0\xec\x41\x94\x51\x15\xad\xc0\x41\xdd\x87\x47\xec\x67\x7b\x81\xec\xe2\x59\xc2\x35\x0c\x5c\xc9\x0f\x0d\x65\x6d\x19\x99\x9d\x3c\xfa\x06\xec\x06\xf1\x22\x01\x98\x55\xc4\xb7\x5c\x09\x61\x8d\x70\xd2\xbd\xc3\x72\x99\x3c\xfb\xf1\x0b\x19\x2f\x76\x05\xae\xaa\xde\xf3\x85\x4c\x95\xbc\x73\x4f\xa2\x0d\x78\x8c\x61\x1e\xdc\xdd\x42\x90\x87\x2a\xd0\x2a\xb4\x46\x5a\x0a\x2a\xb3\xa6\xe0\xb5\x3d\x69\x53\xec\xea\x58\x8c\x66\x23\x76\x35\x5e\x7e\xcd\x96\x1a\xfe\xf1\xcd\x09\x66\x2d\xf3\x90\xe2\x1b\x9a\x4b\x1d\x1c\xa9\x83\x98\x03\xd9\x26\x2d\x94\xb6\xb0\x37\xa4\x88\x70\x43\x9d\x0c\x08\x2f\xc0\x32\xbb\x25\x97\x05\x94\x90\x6b\xf3\x33\x1c\x41\xa9\x76\xf9\x32\xa8\xb8\x72\xc1\xeb\x55\xd4\xba\x9d\x38\xfc\x11\xd6\xc8\x0d\x51\xb3\xe3\x22\xda\x40\x2b\x5c\xc4\x7f\x23\xb2\xdd\x8d\x95\x9e\xf4\x80\x45\xdc\xf9\xc4\x63\x75\xd5\xaa\x28\x2c\x83\x42\x86\xec\xed\x88\xeb\xf8\x18\x5d\x52\x7b\x28\x7d\x7c\xb2\x1f\xea\x88\x79\xab\xaf\x0e\xbc\xe1\x36\x16\xf3\x26\xc1\x10\xe9\xdf\xe9\x98\x6b\x16\x8b\xc6\xc0\x3a\xf2\xa9\x71\x22\x35\xd4\x10\x3c\x03\x89\x16\x8b\x06\x51\xa7\x57\x63\x3a\x46\x00\xf3\xb6\x66\x07\xc2\xc1\xf8\xc6\x3e\x81\x03\x82\xf5\x1b\xf0\xf9\x09\x6c\x5f\x49\x18\x5f\x96\x48\x81\x85\x05\x96\xc8\xcb\xa6\xae\x5e\x51\x38\x23\x28\x60\x2f\xec\x35\x4b\x91\xa4\xf6\xbe\x24\x60\xf2\x3a\x52\xa2\x5b\x26\x7b\x3f\xbf\x6d\x5f\xcb\xd6\x1f\x30\xa2\x99\x30\x9e\xba\x78\x12\x72\x35\xee\x46\x3c\xb8\x75\x75\x82\x35\xe1\xb3\xe4\xa0\x25\x69\x34\x8a\x07\xd0\x2f\x48\xdb\x28\x56\x38\x4b\xd5\xe4\x43\x2a\x7c\x51\x3b\x10\xc1\x56\x09\x0d\xb0\x64\xb4\xe6\x88\xf4\x85\xc3\xaf\xcc\x1d\x99\x88\x0e\xb6\xc4\x7b\x2f\x1c\x44\xf2\x2e\x6c\x59\xeb\xc3\x1e\xca\xc3\xc1\x18\x82\x6b\x1c\xa7\xb1\x75\xd5\xe3\xd3\x9f\x44\xcf\x0b\xab\x05\x96\xbf\x6e\x8d\xd3\xaa\xe0\xc6\xd2\x34\xf2\x79\x90\x28\x64\xbf\x95\x05\x29\x31\x4e\xc1\xec\x0c\xbe\x75\x75\xfc\x84\x5d\x0f\x91\xae\xe4\x87\x41\x3c\xf4\x6a\xac\x5f\x7b\xad\xee\x8f\xf6\x0a\x28\x44\x33\xf3\x10\x8e\x27\x96\xc1\x1c\xd2\xc1\x8f\x62\x0a\xdb\xdf\x1f\x4e\x65\x2d\x1e\x79\x51\x6c\x8a\x2d\xec\x0b\xb0\x70\xae\xd2\xc6\x78\xa7\x3c\xe0\xd1\xf3\x12\xf4\x3a\xfb\xff\x6f\xa3\x19\xbd\xd4\x8d\x0e\xa2\x4a\x37\xfc\xd9\xce\x7c\xb8\xe0\xd5\xf0\x41\xac\xb4\xf7\x24\x46\xce\x8b\xbf\xa4\x5e\xa0\x11\x2d\x78\x95\x0e\x94\x8e\xc3\xa9\xa9\xc3\x9d\xc2\xa9\x07\x47\x55\x33\x29\xa4\x9e\x5f\x2b\x73\x23\x78\xbe\x3a\x73\xaa\x5c\x02\xd5\x6a\x4d\xcb\x01\x12\x07\x92\x21\x10\xe8\x47\xb6\xb1\x82\x2e\xae\x6f\x99\xb4\x7a\xd4\xc2\x19\x5a\xc9\xcf\x48\x7d\xc2\x79\x2e\xbb\x1d\x43\x70\x43\x33\xd1\xc2\xb3\x1c\x11\x31\xa1\x54\xbd\xd2\xdb\xe0\x48\x0d\xe0\x4c\x24\x49\x39\xa4\x28\x78\xe6\x58\xb1\x65\x76\x19\x27\x33\x9a\xab\xb2\x6b\x5a\x4c\x8b\xec\x6c\x9c\xdd\x1a\x6e\xc4\xb4\x29\x6e\x01\xf1\xf5\x8f\xce\x74\xe0\x88\x3b\x06\xf4\x54\x7c\x66\x79\xec\xed\xcd\x4f\xa4\x48\xe1\xd0\xa5\xd1\x6c\x8c\x09\xdf\x88\x10\x6e\xf5\x54\x88\xfd\x01\x3a\x21\x6b\x2a\xf3\x63\x3b\xc4\x14\xa0\xda\xde\x04\xb8\x22\xc2\x12\x00\xa9\x33\x2b\x33\xaf\xd6\x95\xfc\x0d\xa5\x4e\x3a\x08\x6a\xa0\xb5\x38\xf1\x34\x52\x5a\x2a\x37\x1a\x06\xd8\xb0\xbd\xc2\x46\xe0\x01\xf6\xab\xe1\x3e\x00\x12\x32\xda\x5f\x54\x1d\x43\x6d\x0e\xda\xbe\x4f\xd8\x9e\x66\x81\x84\xd0\xe5\x69\x79\xc1\xc3\x01\xfc\x81\x42\x0f\x76\x16\xa3\x63\x9b\x27\x0a\x2c\x91\xfa\xec\x71\x40\x17\x2a\x97\xd3\xd5\xef\xc8\x0e\xf3\xa2\x42\x4d\x1a\xab\xa9\x9e\x4d\x81\xda\x24\x44\xed\xc8\x71\x79\x0e\xfc\xe5\x6a\x7c\x7f\x44\x3e\x4b\xb4\x7b\x01\x60\x19\xec\xc2\x82\x4b\x04\x28\xa5\x5e\x19\xa7\x6e\x47\x0c\x0b\x29\x07\x16\x05\x05\xe9\xf2\x44\x43\xa7\xe4\xbb\x8f\x61\xe5\xc9\x52\xb4\x71\xa1\xae\x5f\xdd\xed\xfc\x0c\x63\x56\x67\xed\xce\x81\xb5\xf5\x57\x30\xd9\xac\x5d\x19\xb0\x95\x27\x83\x44\xa9\xbb\x30\x7b\x65\x10\xa7\xc6\xb5\xb6\x2a\x17\x1c\xd0\x08\x3b\x62\xae\x1e\x63\x4a\x17\x85\x39\xb4\xf7\xc0\x5f\x85\x50\x10\x15\x87\x6f\xd9\x6c\x7c\xda\x07\xbb\xde\x9a\xfb\xa3\xf8\xb5\xfb\x23\xb6\xe0\x95\xee\xcb\x39\xa2\x75\x93\xbc\x49\x01\x0f\x26\xa9\x20\x56\xef\x73\x66\x12\xef\x2a\x8b\xac\xdf\x96\x02\x46\x12\x16\xc5\x92\x46\xb6\x94\x88\x0b\xd4\xd1\xf2\x44\xea\x38\x41\x6f\xb8\xa0\x51\xac\xf2\xdc\x51\xed\x27\x2b\xb2\x86\x43\x84\x8c\xa9\x9b\x2c\x72\x01\x86\x4f\x38\x67\xe0\xd5\x94\xb5\x4c\xf6\xc1\x20\x5d\x2a\x46\x27\x94\xe1\xa3\xa0\x55\x3a\x30\x10\xd1\x1a\x31\xb1\x3d\x57\x77\x8e\x32\x9a\x43\x9b\x9a\x93\xe4\xce\xc1\xd9\x80\x3a\x93\xdd\x4b\xfb\x4d\xdc\xa2\xfb\x23\x36\x69\x64\x81\xa2\xfe\x79\xd0\x5c\xca\xbc\xb5\xcc\x3e\x5c\xc6\x32\x0f\x32\x75\x02\x75\x05\x73\x96\xdf\xbf\x2c\x1c\x97\xfb\xa3\x78\xdf\x5b\x9f\xf1\x06\x10\xd0\x30\xc9\x1f\x12\x13\xf6\xb6\x58\x7c\x2c\xa7\x91\xe4\xed\x14\x37\xf2\x53\x81\x84\x79\xb2\x6d\x30\xaf\x49\x44\x68\xd1\x65\x39\x1b\xfa\x76\x8e\x90\x00\xff\x78\x36\x9e\x70\x2c\xef\xad\xf1\x49\xa5\x2e\xfd\x66\x87\xfb\xad\x47\x5b\xd8\xe6\xc2\x42\x9c\x85\x4e\x01\x70\xb7\xce\x01\x85\x61\x0f\xaf\x55\xac\x6a\x25\x02\x4f\x63\x9d\xb5\x4d\x2a\x7b\x1f\x75\xaa\xa4\x3f\x15\x03\x0c\x13\x13\x58\x7d\x11\x21\xbd\xf7\x20\x9f\xf1\xb7\xf7\x44\x61\x48\xbc\xba\x76\x07\xd6\xf0\x8e\xf5\x3b\x91\xe2\x22\xdd\x1d\xd9\x89\x8f\x6c\x73\x27\x22\xe3\x4d\x79\x13\x89\x25\x6f\xe1\x5d\xe7\xdb\x98\xfc\x3e\x50\xbe\xf4\x4d\xc7\xc4\x76\x05\x90\x6b\xbf\xb6\x6e\x13\x10\xf3\xfb\xe3\xed\x58\xd4\x1a\xe0\x95\x76\xae\xe9\xd0\x2a\x1c\xee\xfb\x61\x95\xef\xc8\x65\x3e\x24\x0a\x5d\xac\x59\xf8\xa9\xbe\x4b\xf2\xe7\x00\x6e\x8b\xb2\xa4\x15\xb4\x28\x1b\xd7\x3b\x44\xa6\x9d\x36\x3d\x6b\xc4\x5c\x59\x6d\x18\xea\x71\x5b\x5e\xe7\x62\x0e\x2f\x9f\x2c\x35\x16\x4f\xe6\x6b\x0c\x49\x7b\x9a\x6a\xfc\x47\x69\xec\xbf\x46\xec\x6a\x61\x75\x78\x69\x0a\x8a\xa8\xa8\x7d\xea\xb0\x7b\xad\x0b\xc1\xb9\x09\xab\xb7\x3f\xb9\x1e\x12\x32\x3b\xb6\x8d\x4f\xa1\xa4\xe9\x09\x22\xb6\x80\x24\x3e\x17\xb5\xf3\xf5\x2a\x8c\x01\x11\xe1\xa1\x53\xab\x64\xc9\x70\x03\x3f\x60\x1a\xe4\x06\x98\xf9\x1b\x7b\xfe\xd6\x16\x5c\xe9\x58\xf6\x43\xfd\x44\x17\x0f\xa1\x26\xf6\x06\x38\x4b\x56\x38\x00\x67\xe3\x2b\xcb\xb6\x72\xf4\x87\x68\x67\xbe\x6d\x09\x05\x2d\xad\x31\xd4\x2f\xe0\xc6\x58\xb5\x07\x97\xf0\x05\xa9\xd0\x78\xf0\xd2\x2e\xbd\x9f\xfc\x33\xe7\xd0\x9b\x37\x0b\x5e\x0e\xed\x9a\x83\x04\x10\x47\x0d\x86\x59\xb9\x4c\x33\x5a\x5d\x0c\xfd\x0d\xd0\x0c\x6b\x8b\xbf\xa4\x6b\xd2\xfb\x31\xac\xa9\xf1\xf2\x53\xbb\x41\x77\x2f\xa0\x12\xbe\xab\x95\x8e\xe3\xa1\x2f\xfb\x01\x7b\xab\x79\x00\xbf\x68\x45\x28\x18\x87\xa0\x3e\xee\x14\x0f\x68\x5b\xcb\xa9\xf8\x3c\xd6\xff\xed\xb8\x5b\x61\xa1\xec\x58\x48\x74\x9c\x08\xb6\x90\x75\x0d\x5a\x5f\x77\x38\x68\x5a\x90\xb3\xb9\x01\x88\x71\x23\x66\x35\x19\xa5\x6f\x85\x61\xd1\x9e\x80\x67\x0b\x8b\xf2\xd8\x7f\x13\x9a\x08\x1e\x76\x77\x6a\x08\xd6\xa9\xa9\xf1\x6d\xa3\xd8\xbd\xab\xa8\x82\x97\x71\xa5\x1a\xef\x2b\xc6\x54\xfe\x10\x58\x93\x58\xa9\xeb\xf0\x10\x51\xe4\x94\x53\xba\x87\x50\x40\xb8\x3f\x1b\xb7\x48\xce\x30\xfb\x6c\xa1\x66\x57\x7c\x3e\xf7\xe5\x03\x71\x3e\x10\xe7\xdf\x13\x71\x4e\x03\xbe\x1c\x28\xf4\x81\x42\xff\x5e\x28\x74\xf2\x04\xaf\x23\xd3\x2b\x9d\x99\x62\xa3\x0e\x03\x2d\x7c\xd0\x34\x67\x0f\x76\xaf\x8a\x10\x72\x4a\xdb\xa4\x63\x94\x98\x64\x6e\x14\xe1\xb9\xc0\x25\xdd\x35\x47\xca\x95\x10\x82\xc4\x7a\xdb\x7a\x85\xb1\xab\x89\x22\x3f\xae\xe7\xfe\xc1\x77\x09\x05\x3b\x74\xb2\x4f\x44\xe9\xdd\xf9\xf8\x56\x65\x0f\xc2\x9c\x6d\x05\x10\xe8\x34\x8d\x22\x4b\x79\xc9\x08\x8f\x16\xf5\x2e\x55\x5a\xa6\x42\x2e\x6f\x0d\xef\x3c\x2b\xe5\xcc\xb2\xa7\x84\x07\xda\x17\x6a\xfb\xa3\x65\x5f\xee\x46\x64\xaa\x2c\xd1\xeb\x30\xe8\x65\xb9\x57\x2a\x67\x57\xe9\x9c\x96\x74\x0a\xcf\x3e\xd9\x2c\x11\x24\xfd\xeb\xa4\xae\xfc\x1e\x32\x27\xee\xb8\xdc\x8c\xba\x08\x89\x81\x2a\xa7\x98\x79\x68\x0e\xd6\x43\x63\x78\x36\x77\xbe\x13\x24\x9d\xf7\x47\x18\xe9\x73\x7f\x04\x01\xc8\x25\xa0\x42\x39\x8a\x43\xce\x61\xa3\x0a\x2b\xa5\x20\xbd\x83\xde\x76\xa9\x59\x3f\xa0\x9e\xfb\x47\x8b\x7e\x4f\x48\x70\x2e\x1c\xd6\x4e\x00\x5b\x85\xc2\x88\x90\xe8\x1e\xc3\xd5\x11\x45\x6c\x8d\x0e\x9a\x39\xd3\xb4\x8b\x61\xb2\x54\xf7\x5a\xd9\xc5\xca\x9b\x42\x0c\xd8\x18\x42\x83\xc2\x2f\x14\xf0\x76\xf9\x24\xb2\xc6\xa4\x99\x63\xb2\xde\x7e\x7b\xbc\x38\xc2\x07\xb1\xea\x57\x67\xc0\x58\xd0\x74\x5a\x97\x5c\x88\xb3\x3c\x4f\x15\x29\xba\x73\x8f\xba\x06\x1f\x80\x2f\xe0\x26\xaa\x79\x89\xdf\x7e\xe4\x9a\x71\xfb\x02\x54\x05\x95\x1a\xa5\x00\x2b\xb7\x19\x51\x02\xb3\xf3\x93\xc4\x37\xf4\xde\xc7\xbd\x95\xa4\x6b\x07\xb8\x81\x6c\xa6\x96\x07\x7d\xa6\x99\xaa\x31\x9e\x36\x27\x2e\x6d\xe2\xf5\xdb\x9b\x71\x6d\xc8\xf3\x85\x21\xae\xbb\x46\x78\x70\xb6\x51\x5e\x22\x61\x78\x95\xfc\x2b\xdd\xfb\xe4\x4e\xa1\x86\x3b\x84\x73\x81\x53\x0a\xfe\x4e\x57\xa9\xa9\x96\x55\x21\xd8\x7d\xf3\xf6\xed\x57\xd9\x83\x58\x0d\x30\x8d\x87\x6e\xa0\xfd\x55\x44\xf5\x3b\xbd\xa7\x14\x95\x04\x55\xd3\x8b\xee\x4f\x7c\x61\xbb\x16\xb3\xee\xba\x5d\xe2\x05\x8b\x5d\xea\x6e\x17\xe8\xee\x81\x77\xcf\x64\xf3\x11\xbb\x04\xd7\xec\x42\xf0\x92\x3c\xb8\x50\xe3\x22\x6e\xec\x92\x82\x23\xa9\xda\xa1\xce\x45\xc1\xf6\x9f\xe2\x1a\xfe\x09\x4b\x36\x9a\xf6\x1d\x74\x38\xea\x26\x6c\x59\xf0\xeb\x6e\x9e\xd0\x83\x58\xb9\x24\x43\xe1\x0a\x42\x82\x6f\x7a\x10\xb6\xc2\x31\x90\x4b\x2b\x8b\xe9\xff\x70\x85\xa6\x16\x13\x59\xe2\xc7\xb0\x6b\xb7\x82\xd0\xbb\x5b\x07\x74\xa5\xe0\x67\xd2\x65\x8d\xf1\x23\x29\xf6\x4b\x9f\x6f\x41\x06\x3d\x88\xd5\x1b\x4d\x00\x21\xaa\x84\x82\xad\xae\x08\x27\x96\xd2\x74\x9e\x3a\x7c\xd9\xf9\xea\xec\xc0\x31\x7c\xf3\x97\x86\x17\x6d\x37\x1f\xfd\x44\x8d\xec\xfc\x5b\xc5\xcd\x1e\x65\x91\x67\x9c\xa2\xb9\x29\x17\x4d\x2b\x97\xd6\x62\xaf\x4b\xc6\xcb\x40\x99\xfd\xd2\x92\xbf\x20\x0a\xc5\xb4\x27\x6f\xa6\xea\xd4\xa5\x1f\x1c\x85\xbd\x5b\x0b\x78\x73\xd7\x6d\xd2\x25\x96\x95\xa8\xa5\xc2\x12\xa6\x80\xfa\xd2\x3e\x12\xc7\x48\x43\xdd\x6e\xaa\xa9\x3b\xfa\xfe\x1c\x0e\x22\x98\x1f\x93\x4a\x12\x3d\x89\xee\x7e\xc4\x82\xbe\xf3\x65\x6a\x07\x14\xed\x09\x3a\xa7\x30\x2e\x0c\xc1\x1d\x90\x2e\xf7\xb2\x6b\x2a\x96\xa2\x66\xc7\xc4\xe0\xc4\x52\x66\xe6\x64\xc4\xfe\x3f\x51\x2b\xd8\xaf\x52\xcc\x10\x0a\xa6\xa3\xae\x1a\x8a\xee\xe3\x9a\xbd\x65\xc7\xf0\x1a\x93\x8b\x85\xc8\x25\x37\xa2\x58\x9d\x74\x72\xcf\x77\x83\xa7\xd9\x28\x13\xb7\xae\x1d\xd2\xf6\xce\x02\x7b\xf2\xa7\xfc\x8d\xf2\x77\x08\xe2\x23\xec\x01\x6b\x15\xa9\xf1\xc9\xb4\xee\xca\xf9\xe5\xff\x6f\xbb\x4b\x9c\xd5\x62\x06\x47\x07\xcf\xc9\x0b\xb3\xba\xee\x54\xa5\x0a\x35\x5b\xdd\x92\x67\xf7\x07\x3e\x11\x05\x71\xae\x85\xd8\x2c\x66\x9d\x31\x43\x6f\x07\xc7\x70\x1d\x5e\xa5\x14\xc7\x56\xb5\x06\xb7\x1c\x33\xb9\x14\x25\x46\xc8\x50\xd8\x1e\xc6\x93\xf2\xa2\x9a\x73\x1f\x74\xe9\xc3\xe1\x21\x99\xc9\x89\xb4\xd3\xa6\x13\xca\xb8\x41\x04\xc3\x13\xd2\x17\xc1\x92\x84\x14\x02\xe8\x5c\xd0\x4e\xa0\xa0\x7e\x06\x11\xfd\x5c\xab\x3d\x25\xae\xe8\x59\xc9\x20\xe2\x0d\x3c\x53\x51\xc2\xa7\x1e\xb1\x8f\xa5\xdb\xf6\x0e\x3a\x04\x0e\xc3\x29\x86\x05\x00\xa2\x8d\xd8\x25\xcf\xe6\x58\x4e\x0c\xec\x4a\x54\x6f\x54\xb3\x8f\x37\x2d\x75\x77\x6b\x08\xe1\x4b\x0e\xc8\x9d\xa8\x17\xfb\x1e\x0a\x23\xea\x45\x97\x2e\x51\xa1\x67\x35\xa5\xb9\xfe\xd2\x88\x5a\xda\x35\x39\x63\x76\x30\x90\x53\x03\x3c\x6a\x4d\x77\xee\x24\x95\xca\x81\x76\xa2\x9c\x15\x1d\x40\xe7\x28\x5d\x00\xc1\x3f\xbb\xbe\x20\xc9\x90\xc2\x2f\xe1\x74\x42\x18\x9c\x6d\x37\x6d\xca\x0c\x75\x3b\x69\x56\x96\x84\x5c\xab\x5c\xc4\x93\x7e\xc5\x73\xda\x3e\x8b\x30\x13\xb8\x77\x97\x4f\x76\x89\x74\xba\xfa\xd6\x99\x0f\xee\xdc\x78\xeb\x00\x29\x1e\x96\x54\xbf\x46\x45\xe4\xad\xf4\x21\x75\x9a\x92\x56\x95\xad\x3d\xad\x15\x53\xe9\x3d\xc8\x66\x39\x87\x88\x92\xad\x0a\xe0\x9a\x77\x22\x9b\x1d\x04\xfc\x28\x4a\xd3\x09\xb2\x26\xa8\x57\x7c\xa1\x48\x06\x45\x3a\xe5\x16\x7c\x1b\xcd\x59\xf0\xa7\xdb\x07\xf1\x68\x5b\xd1\x1b\x7f\x02\x2a\xf4\x38\x17\xe5\x8f\xa5\xe6\x46\xea\xa9\xe4\x93\x22\x61\xbd\x81\x1d\xbb\x5d\x1b\x6e\xf8\x43\xfc\xd8\xe3\x38\x18\xc5\xa6\xb2\xec\x8c\x7e\x84\x01\x91\x81\xdc\x22\xdb\xc6\x5b\x16\x68\x59\x6d\xd5\x10\x84\x23\x37\x2a\x84\xfa\x60\xc4\x28\x59\x20\xa6\xb8\x1c\x78\x9e\x65\xdd\xd3\x5b\xe8\x18\xe6\x6a\xc1\x65\xf9\x32\x5d\xaa\x35\x41\x80\x76\xa2\xb5\xec\x57\xc5\xc0\x07\x9d\xe4\xe2\x5c\xcc\x6a\x01\xb6\x98\xa8\x0a\x90\xbd\x93\x13\xc1\x9a\x52\x2c\x85\x55\x05\x73\xa9\x29\x05\x19\x08\xc1\x1b\x4d\x7a\xc6\x93\x5c\x34\x0b\x2b\x29\x11\x7c\x45\x2e\xa7\x2e\x77\xc6\x55\xd4\x6f\x2f\x4b\xfb\xb8\x48\x34\x1c\x98\x47\xd5\x5d\x13\x92\xf7\xda\xa7\x08\xfc\x21\x9d\xb4\x71\xb0\x4f\x7f\x35\xfc\xbb\x2a\x7d\x98\xce\x80\xb9\x99\x86\x44\xa2\x77\x94\xad\xee\x63\x4c\x7d\x42\x49\xeb\xfc\xb8\x53\xcd\x35\x7b\x77\xfa\xee\xf4\xed\xb7\xec\x7f\x98\xed\xfa\x1d\xfd\xf7\x4b\xfa\xef\x57\xec\x7f\xd8\xff\x30\xc6\xc6\x8c\xb5\xfe\xcb\xe0\xbf\x43\x26\xa7\xf1\x18\xde\xd9\x61\x66\x6a\x41\xf3\x06\x11\x17\x34\x6c\xcb\xa3\x48\x87\x81\xc3\x84\x5d\x03\xf3\xca\xd4\x42\xc0\x18\xde\xfd\x87\x6b\x83\x71\xa9\x4c\x95\xd4\xf2\xdd\x31\x0c\xe9\x84\x3d\x82\xe0\xb3\xe0\x0f\x78\x08\xcf\x32\xd3\xf0\xc2\x7e\xfc\xf8\xcb\xe1\xdb\x13\xa6\xca\x76\xf3\xa5\x54\x85\x15\x1c\x69\x84\xc7\xef\x4e\x46\xbd\x21\x7f\x99\x18\x72\x6b\xb4\x30\x0a\xbb\x79\x7f\x87\xd8\x4a\x38\x13\xdc\xe7\x25\xbb\x4c\x90\x8b\x6e\xc4\xf3\x3b\xd8\x86\xb7\x4e\xaa\x25\x45\x6f\xc7\x0c\xaf\x98\x36\xac\xa5\x5c\x91\x52\x67\x85\x11\x35\x45\x83\x16\x11\x76\x60\x4e\x74\xc7\x31\x0a\x98\xee\x77\x48\xb7\xb5\x6f\x41\x2a\x7a\x8e\x45\x3f\x8a\x58\x0d\x75\xc8\x55\xde\x75\x16\xd7\x4e\xf0\xd4\x8e\xfd\x1c\x5a\x22\x2e\x54\xd0\xdc\xb1\x37\xd2\xd9\x21\xd8\xee\xfe\x68\xd2\x64\x0f\xc2\x38\x74\x1f\x2b\xa5\x18\xc5\xaa\xc6\x30\x9f\x1c\xd9\x23\x2c\x46\x61\xc7\xf8\xea\xba\x0d\x48\x49\x5b\x7d\x9a\x9a\x2a\x82\xdc\x6e\x12\xe9\xfa\x44\xfe\x73\xc1\x69\xd1\x50\x6d\x0b\xa5\x6c\xcb\x37\x86\xe1\xab\xa4\x34\xe0\x95\xca\x3c\x2f\xb1\xa7\xed\x42\x5d\x2b\xe3\xf5\xf7\x63\x52\x78\x4e\x98\x11\x45\xe1\xdc\x42\xf8\xb0\x26\x5b\x9d\xff\xc1\x7e\x67\xc8\xdc\xbb\x67\xe5\xea\x91\xaf\x92\xef\x41\xd1\x5d\xc0\x00\x8d\xde\x84\x75\x8a\x76\x91\x6b\x76\x7f\xd4\x9a\x2b\x3a\x5d\x00\xa6\xd5\xde\x51\x39\x65\x55\xc1\x33\x74\x49\x46\x37\x82\x8c\x9e\x9e\x36\xd1\xad\xb2\xdd\xd1\x3d\xba\x3f\xfa\xb5\x68\xd5\x57\x96\x4e\x6c\xa6\x55\x63\xf8\x5f\x9f\x66\x5d\x4d\x59\x62\xb7\xfd\x58\x5a\xfb\xb4\x0f\x19\xfb\x12\xa8\xcd\x57\x27\x11\x35\xfb\xea\xf4\xcb\xd3\x77\xc7\x76\xac\x5f\x9e\xd8\x51\xb7\xe8\xd4\x3b\x4f\xa7\xfc\x9b\x34\x22\xa1\x5b\x94\xea\xaa\x44\xc5\x8e\x3d\xaa\x3a\xd7\xad\x8c\x46\x18\x11\x6e\xb9\xbd\x99\x3e\xb5\x98\x52\x7e\xfd\xc1\x78\x54\xf6\x8c\x02\xbd\x94\x86\xfd\x61\xa1\x6a\xf1\x87\xa8\xf9\xee\x97\xe9\xd9\xd6\xc5\x36\xd3\x5e\x27\xbf\xad\x2a\x91\x27\x5d\x6a\x9b\x04\xb8\x75\x2f\x85\x30\x3c\x51\x42\x12\x59\x8c\x36\x68\x14\x2b\x84\x01\x4f\x23\xe5\x64\x1a\xaa\x0f\x9f\x87\xd4\xfd\x3c\x54\x66\xd4\xce\x89\xd9\xae\x19\xb3\x55\xb5\x94\x65\x7e\x34\x40\x87\x5b\x0a\xa5\x75\x4d\x65\xf4\xb3\xf1\x15\x3c\x71\x74\x7d\x06\x7f\xb8\x04\x1c\x8f\xf3\x33\x11\xf6\x64\x86\xe1\x82\xdd\x20\x7e\x37\x01\xf9\x15\x5c\xc8\x80\x2d\xd4\xf1\x01\xd9\x9d\x80\x30\x00\xf8\x22\xde\x66\x7b\xe9\x95\xcb\x1d\xae\xf3\x61\xc5\xc1\xab\xb7\xaa\x84\x1e\xb4\xbe\xe6\x31\x3a\xf6\xc7\x37\x32\x51\x71\xfe\xb5\xd3\x4b\x22\x15\xae\x77\x65\x52\xb7\xce\x33\xb6\x47\xb7\xfb\x28\xbd\xe8\xfb\xde\x74\x40\x7f\x72\xb1\x34\x91\x1d\x12\x61\xdc\xc8\xf7\x0f\x54\xd2\xfb\x92\x48\x12\x8d\xcb\xf9\xd8\x1d\x88\x6a\xa8\x7b\x74\xba\x6d\xa7\x6f\xcd\xb1\x7b\xd4\x97\x88\x14\xf4\x5d\xa1\xb2\x87\x5b\xa3\xea\x14\x98\xf8\xcf\xb7\xbd\x56\xad\x39\x94\xec\xec\xe7\x5b\x76\x21\xf5\x43\x0c\x3c\xc5\x7b\xee\x33\xee\xe0\xa9\xdf\x68\x0c\xe4\x21\x2a\xe1\xe2\xf2\x4b\x9f\x72\x18\xbc\xa0\xfb\x47\x9d\xa3\x6b\xff\x14\x57\x54\x7f\xc1\x1f\x35\xa1\x21\x4d\xec\xe8\x35\xcc\x71\xf7\xc0\x94\xd4\xe4\x5b\xc1\x55\xff\x18\x1c\xf1\xbf\x37\xb5\xb0\xd3\x4f\xac\x9d\x7b\xd4\x5d\x30\xfb\x3b\xbb\xe0\x86\xe3\xba\x21\x30\x35\xf9\x67\x61\x6d\xec\x9a\x4c\xe0\x5e\x12\xc6\x77\xbc\xd5\x3b\x8f\xde\x7d\x3e\x39\xe4\xf7\x32\x25\x00\x9d\xb9\x47\xc9\x21\xc3\x03\x97\xef\xf2\x29\x47\x6d\x3f\xd4\x1d\x75\x26\xaa\xf9\x34\x61\xe5\x38\x17\xd5\xfc\xfd\x6d\xfb\x5e\xd9\xdf\xd8\xfb\xdb\xc4\x18\xe1\x68\xea\x39\xaf\x29\x27\x23\x7f\xa3\x59\x21\xa7\xc2\xc8\xc5\x3e\x27\x03\x3f\xda\x1b\xa2\x2c\xf3\x54\x98\xfe\x39\xfc\xde\x1e\x22\xb6\x75\x77\xdf\xdf\x14\xee\x96\x0f\x03\x13\xe8\xce\xb4\xaf\x4c\xf2\x5a\x90\xb0\xa5\x1d\xb8\x1a\x54\xd2\x1d\xe2\x57\x86\x55\x7e\x7a\x73\x79\x76\xf1\xe1\x72\xb4\xc8\xf7\x99\x25\xbc\xdd\x9b\x25\x04\x8b\x7f\xe0\x09\x86\x75\xee\x1e\x75\xe6\xea\x7f\xa6\xe5\x07\xbd\xad\xa2\xf2\x93\xa8\x7d\xe0\x42\xec\x33\x38\xd7\x69\x6f\x7c\x5a\x26\x46\x76\x7b\xc5\x8e\xcf\x3d\xf1\xa4\x18\x20\x76\x55\x1a\x51\x4f\x79\x26\x4e\xe2\x11\x13\x19\xf1\x74\x6c\xce\xcb\xbc\x70\x34\x38\xe4\xd8\xd8\x3e\xf3\x5a\x82\xe7\xe1\x2c\x36\xef\x9d\xec\x15\xba\x7f\x7b\xd5\x9d\x41\xae\x1e\xcb\x47\x5e\xe7\x67\xe3\xab\x44\xb4\x61\x78\x18\x8f\xd9\xbd\x03\x6c\x9b\x4f\x54\x13\xea\xea\xbd\xe2\xa2\x47\x1f\xef\x0e\x1a\x6c\xaf\x17\x32\x71\xfc\x2f\xe9\x49\xfb\x50\x18\xb1\xa8\x54\xcd\xeb\x15\xcb\x65\x0d\xf2\xe0\x6a\xe3\xed\x7c\x31\x33\x80\x01\xe6\xb2\xde\x63\xba\x6e\xe4\xdd\xb9\x4e\x13\x85\x65\xdf\x9f\xb7\xe7\xf7\x5e\x4e\x6a\xc1\xce\xe7\xbc\x2c\x45\xf1\x09\x78\xe3\x1e\xd3\x78\x7f\xde\x9b\x40\x21\x9e\x82\xc8\xd2\x99\x88\x7f\xd6\x9e\xd0\x4c\x94\xa2\x96\x59\x37\x28\xd8\xcf\x08\x8c\xe4\x08\xed\x79\xea\x67\x87\xce\x79\xb8\x35\x22\xa3\x80\x2b\xac\x72\xb1\xd7\x04\xfc\x90\xe2\x29\xa8\xec\x21\x45\x6d\xdf\xe3\x83\xce\x6e\xd0\x8f\x5d\x7a\xbb\x61\xf5\xc9\x7c\x1f\xe1\x78\xd8\xa5\x77\x1d\x11\xac\x8b\x4f\xb4\x26\x71\x12\x6b\xc3\xed\x35\x35\xe8\xaf\x3b\xbb\x59\x26\x42\xb6\x4d\x5a\xbc\xf8\xfe\xfc\xb2\xdd\xa4\x3d\xe3\xef\xcf\x2f\x3f\x57\xb1\x6c\x96\x89\x10\x64\x9e\xdb\xc9\xed\xbe\x5e\xbd\x59\xf7\x56\x4e\x9a\x1b\x51\xa9\xc4\x7a\xe1\x83\xce\xa1\x96\x80\x8d\xaa\xb4\x04\x02\x84\xde\xf8\xe0\x6c\xaf\x05\x1e\xe9\x11\xbb\xb8\x1c\xdf\x5c\x9e\x9f\xdd\x5d\x5e\x7c\xcb\x5c\x4f\x78\x3a\x6a\x91\x11\xf0\x8a\x0a\x77\x00\xb9\x1e\x71\x1b\x32\x17\xb9\x6f\x0d\x48\x2e\xe1\x25\xf3\xa4\x51\xa2\x59\x91\x5d\x95\xd2\x04\x36\x85\xd5\x78\x0b\xe5\xb0\x73\xed\xdb\x74\xa5\x66\x12\x33\xfd\x4b\x27\x6d\xcd\x45\xa7\xb7\x10\x16\x1c\x62\xfe\xf6\x59\x68\x9c\x64\x6f\x79\xd1\xe4\x90\x92\xc4\xbe\x77\x8f\x3a\x07\xd1\xff\xbc\x9f\x38\xb6\x93\x98\x43\x47\xea\xd4\x0f\xeb\x59\x82\x8e\x1f\x62\x77\xb6\x76\x90\xe3\x24\x8c\xec\x1f\xe9\x49\xb7\x16\x15\x05\x1b\xdb\x2d\x82\xea\x32\xaa\x8e\xf8\x5b\x3c\x75\x77\xd1\xdc\xad\xc4\x56\xc5\xaa\x7b\xe1\xa2\x80\x4d\xe7\x4e\x04\x4a\x0c\x30\x72\xe0\xd4\x01\xc4\x0c\x4c\x9c\xe0\x33\xf4\x62\x52\x7d\x29\x56\xd5\x72\x29\x0b\x81\xb8\x9e\xb2\x9c\x45\x08\x2f\x51\x85\x4b\x2d\x44\x6f\x5c\x76\xf5\xb5\x09\x5f\xa7\xa0\x89\xeb\x8f\x77\xac\x14\xd8\xdd\xce\xf5\xf3\xd6\x12\x02\xfb\x41\x40\xe9\xdd\x7d\xab\xdc\xba\x77\x77\x4a\xea\xa4\xdc\x77\x75\x6b\xa5\xb4\xb6\x32\x83\xbf\xfd\x8a\xb4\x71\xdd\xa1\x85\x31\x3f\xeb\xc0\xc2\x14\xba\x4b\x90\x36\x82\x60\x2b\x4a\x0e\x88\xf3\x6d\x7c\x4d\x0b\x98\x4f\x3b\xf5\xe1\xb9\x94\x5e\x2d\x2d\x3b\x14\x8f\xa7\x94\xf3\x3d\xb4\xfd\x0d\xc9\xdd\x8e\xc8\xc5\xa7\x5f\xc0\x7f\x92\x56\x9c\x14\x55\xb9\xee\x28\x77\x25\xbb\xde\x5b\xb3\x7b\xe9\x39\xb5\x03\xdb\x7d\x73\xae\xfb\x9a\x61\xd5\xc9\x9c\x3d\x2f\xb8\x5c\x24\xb0\xa9\x53\xcd\xe2\xbe\xda\xd4\x26\x02\x17\xb5\xa7\x35\xf9\x76\xba\xc8\xf5\xb3\x6f\x6e\x98\xc8\xd0\x2d\x4e\xf8\x09\x7f\xc9\xec\x67\xf7\x59\xaf\xad\xb3\x86\x15\x9c\x2b\xa3\xca\x6d\x32\xd1\x38\xd1\xaa\xbd\x66\xd8\xe2\xdc\x83\xf2\xc5\xe9\x6e\x56\x14\xd9\x4f\x15\xdf\x67\x96\x89\xa1\xf5\x26\xa9\x6a\xf3\xa8\xea\xb5\xa2\xf9\xb8\xf5\xbc\xc3\x7a\xe8\xd9\xb3\x4c\x0a\xfb\xcc\xa3\x35\x86\x68\xec\xae\x0c\x63\x82\x08\x1b\xb1\xa0\x12\x37\x45\x61\x0f\xa4\x2a\x83\xfe\xa0\x5d\xcd\xe5\x01\xd9\x09\x16\xbc\x22\x8c\xf5\x58\xa7\xdd\x67\x84\x6e\x24\xdd\x21\xfe\xd2\xa8\xc9\xca\x24\xd6\xf5\xcf\xf8\xa0\xbd\xa0\xee\xc7\x4f\x66\x44\xa2\x0f\x74\x47\x59\x4f\x12\x4b\x78\xf3\xdd\x45\x7b\x74\x37\x3c\x57\x9a\x81\x5d\x92\x5d\x88\x35\x16\xb9\x57\x13\xaf\xea\xc9\xf3\x2c\x48\x37\xdf\x5d\x74\xa7\xa7\x33\x5e\x88\xab\x8f\x89\xb4\x27\x7c\xd0\x9e\xa6\xfb\xb1\x9f\x94\xba\xee\x7c\xc7\xa9\x6d\x2a\x17\xbb\x44\xec\x07\x48\x20\xfc\x5a\x6f\xc8\x58\x91\x7b\x4d\xaa\x65\x7b\xc0\x2e\xcd\x72\x8b\xcd\xe5\xc5\xa2\x93\xaf\x12\xbe\x3b\xdc\x91\x7d\xa1\x37\x35\xec\x56\xa5\x2a\xa4\xfb\x3c\xb9\x3a\x9d\x28\xfc\x29\x37\x22\x99\xcb\xfc\x8f\xc1\xd1\x52\x57\x73\xe1\xac\xf0\x09\x61\x27\x7e\xdc\x1e\xf7\xf2\x16\x1e\x7d\x6a\xf2\xe8\x46\x80\x28\x44\x7d\x22\xbf\x63\xec\xdb\x56\xd7\x43\xd2\x0b\x95\x36\xf9\xaf\x6f\xda\xb3\xb3\x27\x9b\x76\x45\xcd\x74\xa3\xbe\x45\x3c\xdd\xae\x6f\x53\x4e\xb7\x4b\x9a\x77\x93\x4d\xd7\x19\x25\x93\x8d\x93\x26\xbd\x64\xcb\x8e\xd5\x2c\xdd\xa6\x6b\x98\x5a\xd3\xaa\x6f\xe3\x49\x36\xdc\x6c\xdc\x48\xbf\x92\x50\xd3\xd3\x0d\x93\x3a\x6e\xb2\x69\x52\xc7\x4a\xb6\xec\xeb\x21\xc9\x66\x5d\x89\x38\xd9\x68\xbb\x18\x98\x7e\x6d\x9b\x5c\x95\x7e\x2b\x25\xc5\xa4\x5b\x26\xa5\x89\x64\xd3\x14\x43\x4f\x36\xec\xb2\xc5\x74\xa2\x70\x82\x19\xad\x01\x49\xea\x51\xf6\x3d\x00\x22\xd2\xee\xec\xcd\x54\x6c\x4d\xe0\x06\xb6\x41\x69\x64\x93\x2b\x7c\x19\xb5\x8b\x13\x73\xd9\x82\x57\x90\x86\x0e\x31\x90\x35\x7f\x64\xe0\xb6\x65\xb9\x20\x6c\x6b\x4a\xcb\x6f\xd9\xb3\x76\xc8\x7f\xc6\xf7\xc7\xc9\x3a\xda\xd1\xb3\xde\x38\xc3\xb3\x56\x61\x61\x0a\x03\xa1\x3c\xcb\xac\x6d\xad\xc3\xd0\xd2\x16\x16\xb7\x9d\x15\x18\x09\xd2\x45\x16\x93\x5a\x7b\xe9\x73\x6e\x43\x88\x7f\x19\x32\xb3\x37\x69\x7a\x95\x7a\x95\x58\x06\x80\x9f\xd8\x1e\xd0\x00\xcd\xda\x9b\x68\x7f\xf1\xbb\xf8\x53\x0b\xd8\x60\xff\xbd\x83\xde\xd2\x5b\x17\x1e\xa5\x8b\x3c\x45\xb6\x8c\xb0\x49\xad\x2c\x50\x92\x05\x42\x06\x0d\x09\x02\x23\x86\x76\x92\x52\x79\x0b\x18\x7b\xf3\xed\x9b\xe4\xfe\xe1\x28\x08\x6f\x36\x59\x08\xad\xdb\xa2\x8b\x22\x09\xcf\x09\x8e\xd0\xe1\xd6\xe6\xa1\x1c\x17\x4a\xf2\x2a\x9e\x03\x41\x19\x52\x3c\x18\x5f\x31\x5e\xab\xa6\xcc\x29\xa1\xd0\xa7\x4d\x7d\xe8\x7c\xf8\x9a\xd0\xde\x10\x14\xa2\x8d\x08\x3f\x11\x86\xdb\x13\xf4\x6e\xf4\xee\xed\x1e\xe7\xf4\x2e\x51\xa8\x34\x20\x08\xe0\xe6\xef\x09\xa7\xf2\x81\x84\x31\xdb\x62\xe8\x42\x11\x11\xcc\x18\x7e\x02\x58\x95\x28\xc9\xe9\x18\x31\x57\x54\x1d\x43\xb8\x9c\xb4\xb3\xf3\x10\x70\x38\x0d\xa5\xd2\x4c\x76\x3b\x43\x74\x58\x60\x5f\xc2\x11\xf2\xbb\xf2\x46\x6f\x38\x4e\xf1\x58\xee\x8f\xee\x8f\xd8\xf1\xd2\x99\xe5\x6a\xa5\xcc\x49\x72\x89\x68\x64\x97\x4f\x55\xca\xa9\xfa\x54\x71\xa8\xea\x5f\xbd\xe2\x30\xbf\x13\x73\xbe\xb4\x1a\xb9\x5c\xc8\x82\xd7\x05\xc4\xe3\xde\xe2\x30\x20\x96\x50\x94\x4b\x59\x2b\xc0\xe3\x67\x4b\x5e\x63\xd4\xa4\x37\x43\x69\xf6\xff\x1c\xff\x74\x76\x03\xb8\x00\x27\x0e\x46\x1c\x47\x19\x92\x74\xe3\x91\x44\xdd\xed\xb0\x46\x6e\x24\x76\x41\xe0\x0e\xb8\x91\xd9\x2f\x2d\x1a\x83\xd5\xb4\xc4\x53\x56\x34\x5a\x2e\xc5\x86\x13\xfe\x6f\x2f\xcc\x81\x23\xa4\x13\x95\x8b\x18\x11\x78\x33\xa1\x8c\x5b\x7b\x6c\x8f\x10\x1c\x4c\x96\xf9\x42\x2e\xa4\xa5\x50\xdc\x50\xdd\xa6\x48\x67\x74\xc1\xe8\x3e\x26\xcc\xee\xf1\xf6\x6c\xa1\x40\x54\xd7\xe5\x9b\xc7\x49\x2e\xbc\xc6\xd2\x27\xfd\xa1\xb9\x18\xc1\x85\xd8\x0b\x27\x32\xce\x8a\xda\x59\xfd\x69\xbd\xb4\x51\xda\x20\xf1\x6c\x4b\x4e\x7a\x68\xd5\x8a\xae\xf3\x36\x2b\xc6\x0b\x05\xc5\x94\xcc\x9c\xa8\x6a\x40\x9f\xa2\xc5\xef\x00\x93\xae\x83\x85\x5c\x1f\x1c\x13\xc7\x9d\x86\x00\x8d\x10\x1b\x93\x73\xc3\x09\xbb\x9c\xba\xde\x3b\x14\x26\x5a\x8c\x6d\x61\x24\xe9\xd1\x44\xaf\xbc\x60\x3c\x91\x42\xd6\x1e\xd1\x3a\x43\x4a\x7a\x30\x64\x4a\x79\xfe\x38\x50\x30\xee\x0e\x01\xfc\xf5\x67\x19\xe4\x32\xdd\xa9\x07\x91\xe0\xd8\xeb\xc6\xd3\x7b\xf5\x45\x83\xeb\xf5\x16\x8f\x74\x57\x04\xcf\xc4\xd6\x6f\x53\x92\xb7\x35\xed\x2d\xdb\x26\x70\xdc\x35\xe3\xdf\x78\x67\xf7\x82\xa6\x83\x95\x47\xe7\x07\xc8\x14\xee\x3a\x7a\x04\xb9\x8f\xae\xd2\xb9\x9a\x02\x7c\xfd\x42\x2c\x26\xae\xbc\x69\x5c\x67\x70\x87\x6a\xb6\x87\x90\xd8\x43\x48\xec\x21\x24\xf6\x10\x12\x7b\x08\x89\x3d\x84\xc4\x1e\x42\x62\x0f\x21\xb1\x87\x90\xd8\x43\x48\xec\x21\x24\xf6\x10\x12\x7b\x08\x89\x3d\x84\xc4\x1e\x42\x62\x7f\x8f\x21\xb1\x87\x88\xd2\x43\x44\xe9\x21\xa2\xf4\x10\x51\x7a\x88\x28\x3d\x44\x94\x1e\x22\x4a\x0f\x11\xa5\x87\x88\xd2\x43\x44\xe9\x21\xa2\xf4\x10\x51\x7a\x88\x28\xfd\x7d\x44\x94\x6e\x7e\x6b\xd7\xe2\x66\x1d\x4a\xbd\xa9\x9e\x59\x1c\x82\x88\xcd\xd3\xc1\x87\xff\xc4\x95\xce\x88\x83\x8f\x55\x21\xb3\xd5\xd5\xc5\x5a\x3e\xce\xb0\x05\xfb\x0e\x4c\xd8\x1f\x78\xc9\x67\x08\xe3\x7d\x7c\x3b\xfe\xee\xc3\x09\xab\x6a\x05\xf6\x9e\xab\x0b\xc6\xb5\x56\x99\x84\xb8\x46\x8f\xec\x77\x1b\x7f\x06\x8a\x54\x6f\x1d\x4c\xba\x16\xd8\x9e\xc3\x29\xd7\x7d\x2a\xda\xee\x74\x30\x20\x5a\x44\x00\x1e\x13\x82\xa5\x3a\xc7\x6a\xb9\xc8\x1f\x5e\x16\x57\xf6\xb3\x80\xda\x5a\xf9\x58\xe5\x2e\x54\x6c\x1b\x7a\xf6\xdd\x5c\xb0\x47\x78\x0d\xa1\x63\x8b\xc2\x05\x26\x23\xde\x75\xce\xd6\x74\x8a\x81\x71\x18\x76\x0a\x35\x50\xac\x44\x3c\xc4\x22\x38\x84\x12\x0c\xbd\xd8\xa3\x58\x81\x5d\xc0\x9e\x26\xfb\xfc\x58\x9f\x6c\xb9\x38\x38\xa0\x23\xab\x7e\xb6\x27\xd2\xbb\x46\xdd\x06\x1b\x6a\xa2\x9c\x81\xe7\xce\x55\xc7\x05\x4c\xef\x41\xf2\x60\xb5\x41\x87\x71\x2c\xfb\x88\x8a\xdd\xd5\xff\xc7\xc0\x4d\xa8\x37\x3a\xfc\xbd\x37\x0a\x8f\xf6\xdb\x1f\x4e\x67\xc2\x83\x4e\xd9\xa5\xe1\xbb\xb7\x6f\x77\x42\x85\xdd\x51\xea\xeb\xce\x65\x0d\x9d\xfd\x59\x96\xb9\x7a\xd4\xb7\x22\x6b\x6a\x2c\x9b\x6c\xc4\x93\xc1\xda\x55\x1b\x2b\x5f\x6f\x7c\xd1\xc7\x4e\x53\xab\x21\xd1\x9d\x2c\xd4\xc0\xc7\xf2\xe5\xbe\xd4\xe0\xd6\x10\x9d\xd9\x42\xf3\x73\xff\xc2\x6d\x25\x12\x6e\xc7\xef\x3f\xdc\x9e\xb5\xdb\x30\xa9\xd9\x23\x5c\x55\xbb\xd4\xf6\x39\xe3\xf9\x42\x62\xbd\xe5\x47\x31\x99\x2b\xf5\xc0\x8e\x9d\xd2\x34\x93\x66\xde\x4c\x46\x99\x5a\x44\xfa\xd3\x50\xcb\x99\x3e\x7d\xa4\x89\xd8\x61\x9c\x30\x59\x16\xd2\xf9\x21\xec\x54\x23\x04\x79\xfc\x48\x98\x1a\x84\x21\x11\xde\x1f\x11\xf9\xfe\x30\x21\x70\x9a\x10\x84\xdb\xb1\xab\x80\x1e\x3f\x2c\xc4\x52\x14\x88\xd1\x4b\xa5\x8a\xe6\x0a\x2a\x6a\xd8\x2e\xb5\xa8\x97\xa2\x26\x6b\xb6\x28\x21\x32\xd7\x7e\x86\xd6\x1e\xc6\xe3\xe0\xe7\xa7\x05\x4f\x95\x81\x18\x24\x96\x37\x4d\x72\xd7\x8c\xbd\x83\xb5\xb8\x76\x1d\xb0\x08\xe5\x6f\x35\xc9\xba\x29\xcf\xf4\x8f\x5a\xd4\xe9\xb9\x59\x8a\xea\x9e\xb2\x70\x78\xed\xa0\xeb\x06\x2f\x2b\x54\x54\xa8\x14\x14\xd8\xea\x66\x81\x54\xb5\xca\x84\xd6\xed\x78\x66\xdb\xa4\xd1\xa2\x8e\x70\x37\x65\xc9\xe4\xc2\xb2\xad\x85\x30\x1c\xc2\x08\x3b\xac\x99\x7d\xe0\x2b\xc6\x0b\xed\x6a\xfd\xd9\x37\xc6\x2a\xef\x5c\x35\x00\xfb\xa4\xa7\x13\x65\xe6\xac\xf3\x1c\x56\xb2\xff\x5a\xab\x80\x48\x3c\xa6\xee\xeb\x86\x3f\x08\xa8\x0f\x9f\xd9\x2d\xcc\xb6\x6f\x9a\x79\xc6\xbe\xdd\xc4\x3b\xb2\x6d\x03\x77\x61\xa8\xb9\xd4\x99\x5a\x8a\x7a\x75\xba\x7c\x07\x23\x7c\x37\xba\x2c\x73\xd8\xb1\x4d\xd4\xcc\xb5\xe9\x18\x60\x64\x39\x2b\x04\x2b\xd4\x0c\x50\xb1\xef\x8f\x26\x3c\x7b\x10\x65\x6e\xa5\xa9\x45\x55\x80\x90\x41\xd5\x03\xd7\x97\xf5\x8f\xd9\x23\xcf\xf3\x5a\x68\x9d\x2a\x33\x12\x1e\xf5\x06\xe7\x1f\xe1\x99\x93\x9a\x09\x1a\x2e\xd6\xb1\x68\x53\x20\xbf\x47\x1c\x8c\x42\x46\xd4\x55\x2d\x20\xd2\x39\xcb\x54\x1d\x97\x11\x6b\xf3\x27\xb7\x04\xb7\x85\xcc\x40\x30\xb0\xdf\xb4\xa2\x6e\x8b\x30\x51\x29\xd1\xa9\xaa\x59\xc6\xed\x90\x0a\xf9\x20\x58\xde\xf0\x62\xa8\x0d\xcf\x1e\xd8\xf1\xd5\x78\xf9\x35\x1c\x88\xab\xf1\xf2\x9b\x13\x56\x0a\x43\x90\x20\x23\x76\xae\x4a\xdd\x2c\xec\x71\x38\x16\xa3\xd9\x08\x0c\x24\xc3\xaa\x56\x4f\xab\x13\x0c\x32\xc7\xe0\x22\x0f\xaa\x6f\x30\xf6\x1a\xc4\x1b\xbf\x06\x51\x62\x8f\x3d\xa6\x78\x0d\x65\xcd\xd4\x63\xc9\x32\x5e\xf1\x89\x2c\xa4\x81\xf2\x20\x21\x45\xc5\xb1\x23\x6e\x58\x21\xb8\x15\xb1\x4b\x3f\x45\x48\x6f\x28\xad\xb0\x0e\x5c\x82\x97\xac\xcd\x89\xb7\x95\x48\x19\x1c\x3d\x0d\x23\x6e\x51\x48\x6d\x86\xae\x89\x30\x14\x24\x96\x4b\x93\x2e\xd5\x11\x9e\x05\xb8\xe2\x35\xf1\xe2\x4d\x0d\x4b\xa2\x0d\x37\x8d\xe7\x36\xfe\x24\xec\x20\xe6\xf8\xbb\x31\xea\xdd\x8d\xf3\x30\x44\xf2\xf4\xa6\xb3\x7e\xdc\x93\xe4\x49\xf4\x27\xcf\x15\x53\x20\xf8\xda\xcc\x6f\xbb\x9a\xfa\x17\x80\x3a\xe6\xe8\x1d\x6e\xa4\x9e\x47\x0f\x20\x83\x05\xb0\xde\xd1\x71\x8b\x87\x45\x96\xec\xe2\xfa\x16\xfd\x4e\x27\x56\xa9\x2a\x0c\x94\x88\x0b\xef\x61\xd2\x4b\xa3\x23\xa0\x66\x3f\xde\x90\xf3\x12\x41\xa1\x4f\x9b\x72\x26\x2d\x45\xc2\x2f\x2c\x5c\x97\x67\x0e\x00\x1f\xbf\x79\x42\x2a\x5c\xc5\xb5\x86\x31\x00\x98\x35\x3b\xbe\x79\x7f\xce\xde\xbd\xfb\xf2\xab\x13\xdb\x5c\xe6\x58\x10\x37\x59\x9c\x8b\xd7\xb3\x35\x45\x9b\xfd\x23\x2c\x81\xd4\x71\xc3\x45\x76\x4f\x42\xa2\x06\x3a\xda\xaa\x8f\x13\x6f\xc2\xcb\x0a\xe3\x3b\x64\xf7\xc4\x28\x1d\xe6\xbb\x3f\xa3\xbc\x9e\x48\x03\x11\x6b\xfe\x59\xeb\xd8\x26\xa4\xf3\x16\xd1\xd2\x50\xac\xe0\x14\xf9\x50\xc5\x65\x1d\x6e\xaa\xed\x25\xbc\x85\xc5\x0a\xb0\xe7\xd1\x2b\x40\x11\x61\x59\x04\xe6\x8a\x27\xc0\x59\x95\x65\x56\x34\xb9\x80\x3c\x54\x2c\xf0\xa1\xa6\xec\xdd\x37\xdd\x11\xba\xa0\x03\x6c\xad\x11\x64\x9d\x50\xb6\x21\x7d\x27\x78\xbf\xa7\xca\xd2\x49\xd4\x42\x8a\x82\x3d\x94\x96\x3a\x3d\x88\x95\xfe\x96\xfd\x81\xb5\x07\xef\x8e\xe8\xb7\x11\x63\x6e\x17\x1a\x6c\x5f\x3a\xac\x57\x7a\x5f\xb2\x48\xb0\x75\x4b\x6b\x47\x83\x70\xe6\x8e\x5e\xd3\xb9\x0f\x39\x7a\x2d\xa2\x6f\x7b\x09\xc5\x22\x46\xf7\xe5\x1f\x42\x49\x87\xf6\x28\xff\xae\xca\x0d\x23\x04\x80\x7f\x3f\x1c\xdb\xeb\x73\x47\xb4\xe3\x70\x6a\x31\x93\xaa\x5c\x3f\x20\x7c\xfe\xfa\x43\x4a\xf0\x77\x9e\x23\xe5\xe4\xc5\xb8\xc5\xd0\xb7\x57\xd2\xda\xa9\xe6\xff\xae\xd2\x4d\x44\xc1\xff\xb2\xb3\x48\x74\xde\xe2\x4c\xdb\x84\xa3\xd0\xba\x5b\xa1\xcb\xf1\x26\xcf\xcd\x80\x65\x97\x2d\xc2\xb4\x2d\x57\x8d\xe7\x09\xc2\x03\x3f\xb7\xf6\x16\x32\xad\x23\x9a\x87\xd1\x96\xa2\xe2\x64\xf2\xb2\xf2\xaa\x5c\x0a\x66\x6a\x3e\x9d\xca\x6c\xd0\x16\x7b\x1e\xe7\xdc\x40\xc5\x40\xb2\xc2\x59\x01\x81\x97\x7c\xe6\x54\xf6\x40\xa3\xce\x58\x29\x8b\xde\xd9\xe2\x25\x6b\x4a\xbc\xcd\x96\x0f\x0b\xa8\xce\x00\x96\x12\x94\x86\x02\xab\xa3\x33\xe5\x05\x30\x1c\x75\xeb\x65\xc6\x35\x24\xb6\xae\x52\xf9\xa9\x2f\x14\x76\xc7\x54\x2f\x7a\xdb\x9e\xda\x76\x9d\xa8\x06\xfb\x4b\xe3\x91\xe7\xdb\x72\xe1\xd6\x7d\x5c\x97\x2c\x1c\xeb\x86\x76\xc7\x54\x6d\xd7\xb8\x28\xe0\x5f\x54\x17\xa9\x23\x82\x92\x44\x08\x25\x6b\x08\xa4\x0e\x91\xec\xa8\x38\x62\xbb\x35\xc4\x1f\x5a\xba\x4f\x09\xd4\x2d\xe6\x49\xe2\xf9\xc0\xd5\x1e\x75\xb7\xdb\xab\x68\x94\xc8\x31\x82\xd1\xfc\xd7\x5f\x46\xf8\xa1\x50\xff\x5a\x48\x90\x44\xb0\x0c\x36\x16\x9b\xa3\xfa\x7c\xaa\x46\xb9\xa0\x55\x1b\x3b\x12\x08\x2c\xc1\x77\x09\x94\x6d\x29\xf3\xdf\x58\x36\xe7\x35\xcf\x8c\x3d\x2e\x90\x85\xf8\x07\x2c\x0d\x47\xc2\x2a\xa8\x52\xff\x35\xe4\xc3\xbf\xbf\x1d\xfe\x9f\xbf\xb8\x6e\x92\xa2\x6c\x21\x8c\x11\x35\xfb\x2f\x3e\xfc\xbb\x6d\x28\x29\x67\x13\xf2\xc1\x0d\xaf\x0d\x94\xc8\x2b\x73\x17\x7c\x39\x5f\x55\x73\x51\x0e\x58\xa9\xea\xd0\x5f\xfe\xdf\x3c\xb3\x77\x18\x1f\x6a\x5f\xc9\xc8\x55\x74\x5d\x5f\x44\x72\x5d\x75\xf2\x3b\x57\x8b\x3c\xd4\xf2\x69\xdf\xb1\x2b\x3a\x0d\xfd\x4a\x15\x78\x2a\xac\x06\x63\x1f\xd4\xc2\x7e\x0a\xd3\x35\x5b\x35\x2b\x82\x72\x93\xd4\x0a\x98\x37\x3b\xb9\x7b\xb9\x63\xdd\xa5\xaa\x56\x46\x65\xaa\x48\xcf\xe9\x6a\xcc\x5c\x03\xaa\xc9\xe1\x4f\xb4\x33\xf5\xff\x78\x31\x1e\xb0\xbb\xf3\xf1\xc0\xae\xfc\xed\xf9\xdd\x78\x14\xaf\xe7\xdd\x79\xaa\xc8\xfb\x0b\x6f\x3c\xde\xcf\x1d\xae\x3c\xde\x97\xb6\xa2\xeb\x6b\x1b\xc6\x1b\x44\xe4\xd6\xab\xba\x91\x9e\x8b\x85\x41\xa8\x5a\x99\x0b\xfb\x36\xc0\x6d\x49\xf8\xf7\xc2\x74\xfb\xb3\x24\x86\x0d\x7c\xa9\xca\x50\x83\xd0\x57\x7b\xa5\x35\xfc\x6f\x25\x4b\xa4\xe9\x55\xad\xf2\x06\x3f\xc0\xa6\x4d\x51\x30\x1a\xac\x1f\xe8\x36\xbd\xdb\x37\x5c\xab\x77\xa7\x7d\x3a\xb1\x16\x1c\x52\xa5\xe3\x62\x25\x4e\x89\xcc\x78\x5d\x4b\x67\xe2\x93\xba\x3d\x6b\xa4\x74\x1d\x15\xd6\xca\x1d\x81\xce\x4d\x22\xa5\x05\x8b\xbe\x45\xe7\xe5\x6a\x9c\xba\x74\xbc\x92\x3f\x89\x5a\x27\x91\x27\xce\xc6\x57\xf4\xcc\x67\x9c\x83\xa8\x84\xbf\x89\x1c\x6a\x03\x2d\xb8\xa7\xc7\xfe\x34\xf0\x88\x7b\xe3\x52\x8e\x80\x38\x46\x2c\x2d\x53\xe5\x52\x00\xd7\xc8\xd4\xac\x94\x7f\xf7\xbd\x79\x6a\x0a\x65\xa1\x0c\xde\xcf\xd2\x95\x13\x1b\xf8\xda\x97\xb5\x00\x55\xa6\x29\xa3\x1e\x5c\x99\xd3\x44\x28\xcb\x4c\x1a\x17\x43\x94\xa9\xc5\xa2\x29\xa5\x59\x9d\x42\xca\x81\x9c\x34\x46\xd5\xfa\x34\x17\x4b\x51\x9c\x6a\x39\x1b\xf2\x3a\x9b\x4b\x23\x32\xd3\xd4\xc2\x5e\x98\x21\x0c\xb6\x04\xa1\x65\xb4\xc8\xbf\xf0\x91\x62\xa9\x05\x0d\xa7\xa4\xb7\x9e\xe1\x4a\x80\x9a\xe6\xca\x6b\x12\x5b\x8a\x9e\xc6\x3b\x4b\x55\x58\x69\x97\xd7\xea\x19\x6f\xdf\xbe\x4d\x9e\xe4\xbd\x0b\x71\x6e\xd0\xef\x37\x9a\x29\xb8\x51\x0b\x99\x6d\x2f\xd2\xc3\x5b\x35\x69\xc3\x99\x71\xc2\xd3\xcd\xe5\xed\x5d\x1c\x45\x2c\xbd\xd6\x1a\x88\x4d\x38\x4d\xb8\x20\x53\x41\xf4\xd3\xa3\x9e\x78\xc1\x0e\xe8\x79\x21\xc1\xe6\xd1\x4c\x16\xd2\x60\x85\x21\xa1\x0d\xd6\x48\x3e\xe7\xa5\x65\x0e\x13\xc1\x9a\x2a\x47\x69\xfe\xaa\x64\xe7\x7c\x21\x8a\x73\xae\xd3\x61\x51\xaf\x79\x96\xc0\x36\x35\xb4\x4b\x96\x3c\x4d\xce\xba\x9b\x72\x5b\xf2\x32\xe7\xb5\xab\x2e\xf5\x46\x7b\x4b\xf0\xcb\x0a\x63\xa2\xea\xf0\x41\x18\xee\x78\x72\xe2\x24\x23\x67\x6d\x13\x33\x77\x9c\xc9\x56\x47\xdc\xd7\x05\x74\x4f\x56\x68\x8c\x09\x12\x77\xe2\x90\x03\x9f\x5f\x2b\xb1\x01\x3a\x0d\x49\x7a\xbe\x40\xbc\x34\x7d\xc1\xde\x32\x10\xe4\xfa\x44\xb7\x72\x7c\x8d\xba\xc0\xd0\x54\x94\xf5\xf0\x29\x49\x34\x56\x56\x87\x47\x44\x6a\x5a\x7d\xdf\x1f\x71\x27\x68\xde\x1f\xed\x7c\x29\xe9\xc3\x9f\xe6\x3e\x82\x78\xbe\xcb\x9d\xdc\xa2\x35\x6e\x32\x77\xef\xa5\x2a\x0c\x76\x2b\xe3\x16\x1d\xb1\xdd\xb5\x4c\xe0\x81\x3f\x48\xbd\x93\x42\xe2\x1b\xb7\x25\x14\x77\x44\xfd\x21\x84\x0d\x4c\xc1\x72\xc4\x7c\x1f\xb7\x2a\x55\x78\xed\xc0\x39\x5f\x93\x73\xfa\x2b\xd1\x29\x45\xbc\x6d\xd3\x5e\xf3\x4a\xa1\xfc\xbb\x83\x39\xfe\xc0\xe4\x7e\x55\x26\x07\x37\xf7\x75\x18\x9c\x3d\x4f\xc8\xde\x9e\x4f\x16\x9d\x19\x63\x27\x72\xe7\x3f\xd8\x21\x76\xc2\x2e\x91\x3e\x5d\xbe\x9b\x08\x63\xfb\xb6\x7f\x6e\x24\x6e\xb6\x81\xb3\xf0\x03\x9f\x22\xfb\x18\xfc\xae\xd5\x42\xa0\xa5\xd2\x69\xb1\x18\x5f\x09\x15\xe8\x43\x7e\x5b\x2e\x4a\x05\xc6\x0c\xb5\x10\x64\x40\x6a\x57\x91\xa7\x68\xb1\x6d\xba\x90\xfd\xe6\x9d\x4c\x56\x06\xf4\x70\x4a\xdd\xea\xb8\xdc\x30\x7c\xc8\x1e\x2d\xb1\xe2\x0f\xa2\x3c\x9d\x72\x59\x00\x5a\xdb\x8c\xb7\xdc\x8a\xe1\x07\x22\x83\x07\xe5\xe5\x57\x20\xc1\x21\xf9\xf6\xdc\xe1\x37\x76\xb0\x12\x7c\x03\xe7\x1f\xd6\xba\x01\x4a\x37\xe1\xd9\x03\xe4\xc6\x64\x6a\x51\x71\x23\xc1\x83\xba\x42\xd1\x8a\xdc\x45\x0c\x4f\x30\x7c\x75\x27\x0b\x4a\x18\xce\x7b\x59\x6b\x38\x6f\xda\xf0\x45\x02\x27\xe3\x15\xc7\xf5\x7c\xca\x02\xf7\xa1\x35\xec\x1f\xf8\xef\x71\xd4\x21\x3c\xf6\xb7\x1a\x6e\xc0\x8b\xb0\x2f\x45\x90\x18\x9e\xec\x6c\x88\xf4\xb3\xcf\xd9\xe3\x5c\x90\x82\x81\xdf\xb5\x14\x67\x6a\x0f\x11\x53\x13\x08\x27\xd9\x05\xef\x61\xc3\xaa\x7d\x90\x59\xad\xdc\xd2\x1d\x84\x81\x4f\x23\x0c\xbc\x96\x16\x6b\x59\x5e\x7f\x7f\x30\xcc\x90\x17\x23\x76\xc6\xe6\xcd\x82\x97\xc3\x5a\xf0\x1c\x82\x8b\xa2\x86\xde\x0a\x1c\x45\x4c\xd8\x1d\xc2\xf0\x6a\x55\x8e\xd8\x07\xab\xf1\xf1\x82\x15\xa2\x9c\x99\x79\xf0\xaf\x1a\x2c\xdd\xff\xf0\x1d\xfa\x78\x0b\x39\xa9\x79\x6d\xb5\xe5\x10\x46\x10\xfb\x9c\x28\x6c\x85\x82\x06\x9a\xca\xfe\xf6\xcd\xd7\x0f\xdf\xad\xc3\x3f\xd5\x69\x26\x8b\xd1\x81\x5d\x3e\xbb\xa6\x13\xe2\xb1\x69\x0b\xb5\x0f\x16\xf0\x97\xc8\x1e\xe6\x89\x6a\x4c\xd7\x61\x25\xa1\xf0\x77\xc9\x3e\xfa\x63\xab\x6a\x38\xde\x59\x48\x6b\xf5\x06\x60\x3d\x62\x97\xa3\xd9\x88\xdd\x88\xaa\x90\x19\xbf\x15\xe6\x3c\xd5\x2a\x7a\xae\x29\x3f\xdc\x6a\xfd\x6e\x1c\x62\x21\x0d\x18\x7e\x45\xc6\x1b\x0d\x15\xc9\x79\x66\x00\x54\x04\x44\x1b\x14\x6a\xd0\x27\x14\x75\x15\x49\x13\x2f\x88\x71\xa8\x85\xe5\xef\x89\x2b\xef\x8e\x14\xd3\x22\x53\x56\x72\x5d\xb9\x55\x9c\xaa\x1a\xdd\x36\x96\x42\x16\xe2\x89\x76\xc8\x2d\x06\x90\xab\xae\xcc\xc3\x4c\x2d\x67\x33\x7b\xe9\x39\xcb\x6a\x41\x82\x49\xcd\x72\x51\x08\x77\x34\x69\x28\xaf\x35\x2f\xda\xb8\xb0\x23\x89\xfc\xf7\x28\x88\x20\xda\x5f\x8c\xcd\xa3\x5d\x09\x67\x66\xc0\x20\x2a\xe6\x6f\x6d\xcf\x3b\x25\xb5\xfd\x6d\xcd\xb1\xa4\x51\x5c\x95\xda\xf0\x32\xc5\x89\xae\x2e\x12\x23\x90\xd4\x3c\xfe\x64\x21\xcc\xf0\x69\xf5\xf7\x69\xfa\x4b\x5a\xd4\x32\x15\x2b\x07\x48\x72\x21\x68\x0a\x0f\x3f\x36\x8e\x8f\x61\x64\x5b\x50\x35\x58\x8f\xe4\x94\xee\x02\x45\xfd\x19\x55\xe2\xdb\xbb\x6c\x0c\xea\x03\xa3\x96\x3e\x70\x8b\x23\xfc\x87\x1b\x7c\xef\x9e\x92\x07\x21\x1a\xd5\xf1\xb5\x95\xa3\x8a\x01\xfb\x99\xd7\xa5\x2c\x67\x27\x03\x56\x8a\x47\x0a\x82\xcb\x1c\xe5\xc1\x98\x7d\x92\xf9\xa7\x8d\x25\xd6\x7b\x57\xea\x0f\x39\x6c\x11\x97\x4e\x06\x88\x6f\x8c\x47\x48\xe9\x41\x34\xef\x1d\x35\xac\xc0\x8c\xf7\xb7\x40\xed\xf8\x06\xea\x3a\xdb\x15\xb8\xad\x16\x2a\xd7\xa8\xed\x03\xc0\x23\x46\x7e\xad\x6d\xca\xd7\xc1\x20\xf5\x9b\x1a\xa4\x10\x3d\xa0\xb5\x7d\x6e\xf5\x7a\xfb\xb7\xb7\x6d\x2a\x45\x04\x8e\xfe\x71\x90\x31\x7f\x5b\x83\xd3\xa7\x1e\xaf\x1f\xd0\xaf\x62\xd8\x4a\x1a\x9e\x3e\x81\x31\xeb\xd6\xb3\xd7\x8d\xd4\x10\x9b\xf9\x18\x92\x38\x02\x54\x95\x8e\xed\xaa\x29\xb2\x37\x3d\x60\x72\x24\x46\x08\xbe\x84\x42\xc7\x23\xd7\xa7\x80\x29\x59\x55\xa2\x74\x52\xa7\x2c\x1b\xd5\xe8\x62\x85\x58\x4e\x56\x22\x04\x8c\x89\x2d\x94\x15\xc0\x88\xff\x7f\xf6\xfe\xbd\xb9\x6d\x23\xdb\x17\x86\xbf\x4a\x97\xa6\x76\xc9\x4e\x51\x94\x9d\x64\x67\xcf\x64\xea\xad\xfd\x2a\xb6\xb3\x47\xb5\x13\x5b\x8f\x24\xe7\x9c\xf3\x6c\x4d\x55\x9a\x40\x93\xec\x63\x10\xcd\x41\x03\x92\x38\x55\xf3\xdd\x9f\xea\xb5\x56\xdf\x70\x21\x40\x8a\x8a\x25\x1b\xf3\xc7\xc4\x22\x1a\x8d\xbe\xac\x5e\xbd\xae\xbf\x75\x34\x39\xca\xb8\x2e\x3f\x90\x9e\x48\xf7\x0a\xd8\xca\x9a\x4c\x37\x69\xb7\x93\xbc\x77\xc1\x2a\x2a\xc1\xb8\xb6\x24\x74\xd9\xe3\x9c\x50\xc6\x47\x06\xa9\x4b\xb6\x14\xbc\x28\x67\x82\x97\x8c\x70\x3b\x06\x58\x48\x1a\x03\x6d\x4a\x08\x4e\x1b\x86\x8f\xe0\x45\xe3\x4e\x34\x8d\xc4\xe8\x09\x5a\x88\x9c\xcd\xc4\xdc\x50\x7a\x3c\x9e\x03\x6a\xca\xb8\x8a\x4d\x96\x1a\xec\xf9\xdd\x52\x40\x98\x54\xb8\x52\x90\x13\xb2\x50\x14\x2a\x65\x06\xa0\x97\x58\x18\xc1\x83\xc5\x5d\x64\x3c\xcf\xc1\x94\xb8\x52\xb7\x1c\x83\x6a\x5e\x4f\x5f\xff\x79\x57\xa9\x66\x90\x9c\x51\xa7\xfe\xfb\x52\xe4\x1a\xd6\xc4\x9e\x80\x33\x44\x03\x7b\x73\x75\xfe\x16\x10\x4d\xb7\x1d\x83\x7a\xdb\xd6\x04\x12\x4c\x17\x03\x8c\x54\x6a\xe5\x20\xb6\x3c\xf0\x18\x05\xcc\x0f\xaa\x8e\xd2\xa0\xe5\xf6\xb0\xbb\x30\x35\xab\x10\x0b\xa9\x4b\x08\x7b\x0f\x63\x89\x3d\x6e\xeb\x7e\x01\x49\xdd\xcb\xf7\x73\x04\xab\xd9\xb3\x7e\x5d\x38\x9b\xb4\x80\xe6\xb1\x85\xff\xee\x5e\xb9\x80\xa6\x7e\x84\x34\x80\x66\xe7\x70\x7a\xd6\x98\x2e\x7c\x76\x71\xce\xfe\xab\x50\xd5\x1a\xd4\x0f\xc1\x7b\x97\x9e\xd6\xa9\x59\x49\xc8\x51\x49\xad\x8a\x10\xee\x75\x4b\x6e\x5c\x30\x1f\x6c\xb4\x67\x38\x58\xf7\xea\xff\x2d\x00\xeb\xeb\x59\x7b\x87\xde\x17\x8a\x97\x90\x88\x6e\xab\x4f\xf8\xb8\x5f\xe4\xda\x54\xde\x08\xd3\xb9\x30\x4e\xd4\x2e\xaa\x39\xba\x6b\x85\x81\x95\x90\xe9\x77\x5e\x32\x5a\xc3\xa0\x90\xd2\xba\x10\x73\x79\x4f\x7b\x47\xae\xfc\xce\xed\x73\xe3\xdb\x79\xf3\x6a\x19\xc7\xbc\x5c\x5e\xc0\x87\x5b\xa2\x22\xdc\xb3\xa8\xe0\x93\x1d\xa7\xad\xef\x14\xae\x8a\xaf\x7d\x03\x93\x4c\x95\xa0\x28\x46\xcc\xe9\x67\xbf\x7f\xf3\xfb\x94\x5d\x17\x5c\x66\x90\xc9\x9f\x71\xbd\x14\x18\xd2\x58\x16\x72\xb5\x12\x29\xb2\x76\x1b\x29\x4a\xd2\x5e\xf8\x59\x1b\xad\x09\x89\xd8\xbc\x5c\x4e\x6f\xf2\x9b\xfc\x1d\xc1\x2a\xfd\xc8\x7e\x3f\x9d\x2b\xf5\x3b\xbb\x03\x49\x1e\x8e\x03\xfd\x34\xc1\xff\x9e\xfe\x0e\x62\x3a\xfe\x7b\xc6\x8b\xdf\xe3\x37\xcc\x58\x83\xb7\xd2\xdf\x0d\x7f\xfe\xfd\x54\x94\x09\xb4\xda\xad\x74\x0f\x4c\x45\x0b\x04\x3a\x87\x8a\x3d\x40\x24\xd8\x7f\xb0\x6a\x3a\xce\x90\x0e\x96\xdd\xd6\xfb\xe1\x59\xe6\x56\xd8\x97\x47\xb2\x5f\xde\x37\x52\xba\xe5\xa0\xbc\xe5\x62\xa5\xf2\x2b\xb1\x55\xe7\xf3\x48\xa7\xec\x04\x73\x05\x16\x40\x74\xa4\x7d\x99\xf3\xec\xfa\x89\x21\x50\xe1\x54\xac\xd7\xf6\x7b\xdf\x9e\xba\x76\x46\x58\x17\xc4\x93\x33\xc1\x35\x1a\x1c\xb5\xb7\x33\x05\x62\xd4\x34\xe8\xbe\x1e\x73\x0f\xa8\x36\x55\xe1\xd5\x3c\x96\x42\x5b\xb3\x0f\x03\x4a\x1e\x8c\x2a\xe7\x61\x55\xce\x51\xcb\xfb\xcc\xb1\x73\xcf\x42\xd3\x8b\xbd\x1b\xba\x15\xc6\xe0\x1a\x2a\x09\x6a\x28\xd0\x34\x13\x4b\x7e\x2b\x55\xe1\xce\x5a\x70\xc6\x1f\x7b\xc2\x66\x74\x27\x3c\x4f\x4f\xd0\x81\x32\xc4\x0e\xea\xd8\xec\xb4\xc1\x66\x01\xb2\x81\xf4\x88\xaa\xc5\x36\x73\xdd\x91\xe3\x5a\x9b\x33\xe2\x90\xf3\x92\xdb\x40\x73\x55\x81\x1d\xc7\x50\x31\x24\x9c\x2b\x28\x3a\x98\xa7\xea\x0e\xde\x07\x78\xc2\x0b\x82\xcd\x73\x10\x0c\x16\x58\xe7\xd2\x96\x9a\x7b\x6e\x8b\x89\x9d\xf4\x9a\x0b\xb6\x5c\x7b\xb0\x1f\x83\x2f\xc9\x2b\x3b\xea\x07\x86\x09\x6e\xfb\x86\xcb\x2f\xdb\x7a\x23\x37\x5a\x07\x35\x28\xad\xb7\x8f\x2a\x06\xf9\xbb\x13\xb0\xcc\x13\x51\x80\x99\xa2\x33\x25\x2d\x14\xf6\xc9\xdb\x4d\xbb\xd5\x90\xf9\x8d\x9a\x7d\x5d\xf0\x5c\xc3\x10\xda\xf5\xf7\x5f\x8c\x2a\x0e\x98\xc1\x74\x5f\xd3\x78\x4b\xf7\x9e\x4d\x56\x52\xb9\xf3\x52\x02\xf4\x39\xe4\x3d\x3f\x4c\x77\xb7\x6a\xfb\x4a\x68\xcd\x17\x6d\xe5\x6d\xd0\x73\xca\x9c\xe7\x94\x5a\xda\xc0\x59\x73\x33\xa5\xa2\xe4\x32\xd3\x81\x43\xc5\x8f\x7d\x27\xe7\xe6\x35\x48\x3b\xe6\x19\x65\xcc\x04\xeb\x71\xac\xd1\x68\xd1\xd3\x75\x17\xdf\xb8\x8a\xf2\xe1\x5d\xaf\x13\x5b\x19\xea\x1a\xc4\xd1\x9f\x79\xa6\xc5\x84\x7d\xc4\xfc\xbb\xf6\x2c\xed\xad\x6e\x1a\x4f\x4b\xee\x13\x3b\x7b\x5d\x76\x75\x52\x6c\x39\x2b\x7d\xce\x8a\xa8\x21\x0a\x20\x89\xca\x32\x2a\x85\x07\xfc\xd2\xf2\xd4\xd1\x69\xf1\x44\x24\xc8\x0e\xa7\xc5\x99\xf3\x55\xb4\xef\xd9\xee\x8e\x8a\x2d\x17\xcb\xe8\xb0\x18\x1d\x16\x07\x75\x58\x6c\x53\xbc\x1f\xea\xb8\xe8\x93\x6e\x86\xf0\x47\x8b\x12\x16\xa6\x8b\x0e\x56\xa9\x23\x81\x41\xac\xd6\x59\xab\xa3\x61\x25\x73\x23\x67\x6e\xae\x20\xb2\xa4\x43\xf4\x5d\xc9\x1c\x92\x4f\x7c\xae\x2c\x06\xa2\xa0\x5d\x00\x33\x23\x39\xcb\xc5\x5d\xb6\xc1\x88\x12\x91\x06\x77\xd2\x5a\xa5\x41\x6c\x12\x66\xcd\xdf\xc9\x72\x69\xae\x6d\x9e\x6f\x6c\x85\x44\x0f\x56\x95\x14\x5c\x2f\x65\xbe\x98\x40\xf7\xb2\x24\x5b\x5c\x00\x8e\xc2\x6f\xb9\xcc\x8c\x60\x10\x03\x5a\xbd\x62\x2f\xcc\xc7\xac\x0d\xb0\xed\x05\xc6\x35\xd3\x0a\x50\x40\x08\x15\x0a\x06\xf4\x72\x60\xf2\xad\xad\x33\xf3\x37\xa9\x4b\x55\x6c\x7e\x91\x2b\xd9\x91\x5c\xec\xd7\x4a\x65\x29\x5b\x62\x7b\x04\x01\x00\x41\xcf\xc8\x52\x60\x81\x2a\x54\x96\xcd\x78\xf2\xc9\x97\x0d\xe1\x28\x05\x1a\xb6\x13\xc3\xd0\xcc\x44\x79\x27\xb0\x9c\x05\x20\x6a\xb2\x7f\x8a\x42\xc1\xd5\x11\xa5\x28\xc7\x8b\xf2\x7a\x18\x74\xdf\xe4\x48\xdb\xd2\xb6\x6d\x5c\x1e\x90\x4e\xfe\x51\x89\x62\xc3\xd4\xad\xb0\x76\x54\x5b\xa3\x04\x70\x0a\xbc\x06\x13\xe9\x81\xbe\x0c\xb7\xcc\x99\x2a\x52\x9c\xd6\x2c\x88\xb1\x49\x21\xdb\x9a\x32\xaf\x52\x1c\x3a\x5a\xcf\x09\x10\x45\x01\xc6\x18\xb3\x54\xbc\x33\xa8\xf8\x10\xd4\x95\xd3\x3f\xc1\x7f\x4f\xec\x2a\x0c\xd0\x82\xb6\xf1\x20\xd3\x97\x2f\x30\x3c\xf1\x27\xb0\xb9\xb8\x79\x84\x9f\x13\x2b\x0c\xae\x2c\x9c\xa3\x69\x3c\x5e\x08\xae\xe5\xcf\x18\x3c\xc6\x67\x4c\xdc\x73\xa8\x4f\x63\x64\xcc\x44\xad\x37\x01\xb0\x01\x40\x7f\x8b\x5b\xb3\x8b\x88\xa9\x89\x65\x87\xcb\x64\x69\x53\x87\x69\x98\xc7\x08\x66\xce\xec\x6a\xb0\x17\x46\xcd\x8f\xde\x95\x73\x96\xab\x5a\x2b\xe9\xb3\xf7\xd2\x97\x3b\x6f\x93\xd9\x9d\x4c\xf1\x54\x9f\xfa\xf0\x2b\x7d\x5a\x60\x94\x9d\x59\x2d\xff\xf3\x9f\xd6\x2a\x3d\x71\x6b\xba\x13\x8a\xe6\x35\xbd\x65\x75\x7e\xdb\xcb\x7f\x41\x32\x43\x7b\x92\x81\x37\xb5\x4e\xd9\x19\xd3\xe6\x8a\xcf\x13\x77\xc6\x23\x29\x83\xfb\xc4\xfe\x85\xeb\xd1\x6a\x00\x9e\x82\x3b\xb5\xfe\xf3\xd2\x56\xd4\x86\x44\xf2\x3c\xdb\xb0\x14\xa3\xa1\x41\xd8\xa0\x78\xbd\xde\x23\xfd\xc3\xf7\x66\x6e\x28\x75\x5c\x95\x05\x2f\x45\x1b\x76\xd2\x59\x4e\x82\x89\x11\x9b\xa0\x0d\x72\xa8\x75\xc6\x13\x43\x48\x54\x20\x29\xe2\xe5\x1a\x6d\xff\xb9\xb8\x83\xbf\x06\x85\xa0\x6d\x11\xea\x3e\xc6\x43\xdc\x01\x42\x34\xda\xc8\xc1\x97\x6f\xed\x7b\x43\xaf\xf9\xe8\x3c\xef\x72\xd7\x3b\xcd\xb0\xff\xb6\x47\x65\xb1\x03\xbe\xc6\x9b\x9d\x76\xb9\xf8\xe9\x6d\x8c\x1b\x30\x23\x48\xab\x4c\xa4\x47\x93\x23\x24\xdd\x5f\xa5\xd6\xc1\x8f\x64\xd8\xeb\x6a\x0d\x82\x42\x5b\xac\x42\x96\xc1\xa5\xd8\x91\xdc\xf1\x06\xeb\x75\xcc\xd9\x92\xeb\x25\x73\xad\xb5\xd3\xb6\x03\xef\x43\xcc\xd5\x82\x28\xcc\x4a\xdb\x20\x49\x9b\x23\x40\x5a\x23\x55\x71\xbb\x55\x32\xe5\xe6\x4c\xae\x44\xb2\xe4\xb9\xd4\x2b\x74\x61\xc9\x12\xca\x60\xc1\x4d\x48\xfc\xd1\x39\x3c\xed\xf7\x73\x71\x67\x54\x32\x1f\x9d\x7a\x69\xab\xc9\x0d\xbb\x38\xb7\x61\xe8\xd5\x6a\x46\x93\xf6\xe7\xc5\x11\x4c\x1b\xe0\xe8\xc1\x8c\x0d\x43\xc7\x3a\xda\x7c\xf1\x58\x6a\x95\x37\x6d\xd5\x13\x14\xd7\xe6\x66\x38\x59\x89\x62\x21\x4e\x3e\x89\xcd\xd1\x8f\xd6\xf2\xd4\xd2\x4a\x3b\x26\x73\x04\x2f\xc0\xc2\xb4\x53\x5f\x8f\xbc\x04\x55\x34\xbc\x6c\x41\xa5\x1a\x3d\xa8\xcc\x6b\x4b\xff\x80\xbc\x9c\x23\x98\x24\x78\x36\xa9\xc4\x97\x05\x44\xf5\xcd\x0e\x74\x15\x61\x87\x5a\x94\xa7\x43\x13\x8d\x5a\xcf\x53\xeb\xfc\x4b\x55\xf2\xac\x7d\x15\x02\xe1\x99\xd6\x22\x9e\x1d\x7b\x81\x79\xe2\x16\x0f\x8c\x50\x84\x40\x08\x68\x7f\xe3\x50\x77\xf3\xae\x0b\x82\xd3\x3b\xb3\xd4\xbf\x03\x25\xf4\xae\x81\x21\x04\x48\xef\x07\xd3\x1a\x79\x2b\xe9\xda\x0d\x9a\x39\x6a\xca\x43\xa5\xe0\x05\x6a\x25\x50\xba\xc9\x92\x99\xb9\xc6\xa7\x35\xf5\xe8\xe5\x2e\xd3\x8c\x98\xeb\x7e\x34\x1f\x0f\x1e\x13\x3e\x2c\xf0\xd0\x93\xa4\xf8\xf0\xa2\xf8\xbc\x9b\x5b\x07\x2f\xeb\x1f\xf5\xc7\x9c\x3f\x2a\x61\xe6\x64\xf4\xfd\x1c\x14\x69\xb3\xd3\xb6\x09\xb9\xd7\x16\x58\xbf\x10\x00\xb6\x15\x8a\xaf\xf4\x7a\x53\xc1\x0b\xee\xe8\x9d\x64\xd2\x07\x33\xc5\xf0\x98\x50\x97\xc1\xaa\x1e\x00\xac\x7e\x98\x37\x68\x07\x51\xf0\x63\x43\x18\xf7\x22\x61\x0f\x00\xa1\x91\x73\xf2\x05\x76\xd0\x22\x63\xe0\x63\x2b\xca\x63\xf0\x05\x5b\xf3\x82\xaf\xf4\x94\x5d\xa0\xfc\xe1\x82\x58\x00\x1d\xea\xff\xc7\x6e\xec\x6b\xd8\xeb\xcd\xd1\x9e\x82\x7c\xd4\x4b\x60\xaa\xed\xf3\x59\x04\x24\x84\xe3\x06\x6b\x29\x56\x05\xa9\x8d\xcc\x9c\xf8\x9b\xa3\x0f\xf9\x5b\x91\x09\x18\x69\x88\x3f\x65\x7f\xde\x3d\xcd\xa4\x65\xaf\x3a\x26\x33\x60\x93\xc5\x3a\x53\x9b\x55\x4f\xaa\xfd\x90\x88\x1d\xd7\x51\x5f\xc8\x8e\x6b\xb8\x63\xcc\x8e\xff\x00\xc6\xc8\x99\xaf\x24\x19\x37\x27\xfd\xd6\xda\xa9\xf1\xe5\x0b\xa3\xec\x19\xb6\x14\xe4\xcc\x8d\xc1\x3b\x63\xf0\xce\x97\xed\xf1\xa0\xd5\x79\x0c\xd8\xab\xf6\x90\x9a\xab\xba\x65\xbf\xec\x8c\xb1\x11\xc1\xf1\xdd\xd7\xf0\xe2\x3a\xe8\x0b\x7a\xf9\xd5\xcb\x02\xd9\xc6\x8b\x00\x31\xc6\xfb\x21\xc7\xb3\x7f\xdc\x48\x3c\xa7\xe1\xcc\xfa\x31\x23\x47\xdc\x47\x86\x85\x8e\x34\x9b\x77\xc7\x8e\xa4\x9e\x87\x7f\xbd\xc1\x23\x66\xa0\x78\x51\x77\x64\xa8\xd8\x04\x18\x1a\x28\x80\xeb\xda\x91\xde\x71\xed\x18\xd4\x18\xca\xf2\x84\x42\x59\x02\xd2\xfe\xac\xb1\x2c\x6e\x18\xbd\xc1\x2c\x51\xcb\x38\x7f\xd3\x3f\x1b\xe3\x58\x9e\x88\x30\xd5\x97\x7c\x1b\x42\x4e\xb6\x6f\xdf\x41\x6c\xaf\x5e\x5d\x18\x63\x5a\xbe\x0a\xd4\xb7\xed\x3a\xe3\x23\x04\x9b\xb8\xce\x2f\x29\xbe\x60\x98\x62\x1a\x2a\x88\xf6\x4d\xa6\x4b\x65\x53\xa4\xc2\x34\x5a\xcb\xbf\xc0\x02\x69\xdb\x86\xd2\xc9\xa0\x7c\xc1\xc9\x91\x7d\xf7\x5a\x8d\x0c\x70\xd4\x26\x9f\x11\xaf\x69\xcf\x6c\xb5\x90\x61\x3f\x06\x45\xbe\x7c\xf9\x16\x8b\x73\xd3\x71\x4e\x02\x19\xcf\x9f\x8a\xf6\x7c\x04\x34\xf3\xb9\x3c\x04\x2f\x38\xb9\x88\xa2\xfd\x2d\x7a\xe6\x75\x2c\x4d\x1e\x98\x6c\xcf\xcc\x66\xf0\x0e\x47\xa7\x19\x12\xf7\x0d\x6c\xee\x2b\x59\x66\xa1\x62\x54\x1a\x32\xbc\x47\x2a\x55\xd3\x61\xd4\x0b\xe6\xb3\x0b\xef\xec\x8d\xd4\x8b\x5a\x76\x86\xea\x0d\x57\xe8\x1f\x29\x88\xef\xd7\x3d\x02\xf8\x9e\x45\xd8\xde\xc0\x92\x19\xbc\xd2\x6d\x2e\x86\xf3\x06\xc4\x77\x78\x8c\xa4\x66\xf8\x22\xf0\x74\x18\x1d\x31\x23\xaa\xa6\x19\xf8\x43\x22\xad\xa5\xe9\x0f\x71\xf9\xa0\xb0\x73\x8b\x42\x68\xfd\x56\xf0\x34\x93\xb9\xd8\x1e\x78\x49\xa8\xdf\xa0\xc2\xca\x3c\xda\xb5\xc8\x0c\x50\x2a\xb6\xe2\x9f\x60\x64\x0b\x2c\x1c\x88\x88\x0b\xb8\x56\xc1\x8a\xe2\x9e\x20\x3c\x2a\x86\x5b\xb4\x8e\x9d\x02\xca\x10\xf1\x42\x50\x9d\x0b\x33\x67\x7a\x35\x78\x0b\x4d\xc4\x3c\x54\xae\x31\x37\xf8\xa2\x36\xd3\x77\xf7\x89\x10\x29\x40\x29\x80\x86\x6a\xf7\x5b\x57\xc5\x9c\x27\x1e\x36\x2a\x18\x10\x2a\xa3\x53\xf6\x5e\x95\x14\xac\xe6\x26\x18\xee\x87\xd0\xa5\x5c\xa1\x07\xc8\x87\x4a\xc1\x9a\xf1\xd6\x0d\xf5\xa1\x96\x36\x2d\x18\xd7\x9a\x6e\x3d\x43\xd9\x86\x74\xd8\x0b\xc0\x04\xf9\xf6\xf5\xf7\xff\xf1\xfd\x9f\xbf\xfb\xe1\xfb\xff\x78\x69\xf6\x9b\x02\x14\x5d\x45\x10\xc1\x73\xcd\x6e\x8e\x00\x15\x1e\x27\x8a\xbe\x94\x41\xd1\xa4\x60\x57\x6f\xd9\x7c\x0f\xf4\x61\xf9\x06\xc4\x5a\x3d\x56\x88\xe8\x23\x47\xbf\x86\x98\x7b\x7f\x50\x04\xec\xe1\x37\x18\x47\x0d\x9e\xda\x2c\xa3\x69\xd9\x59\x0d\xdf\xf1\x2d\x97\x7a\x28\x84\x07\x17\x7c\xfd\x76\x37\xbc\x8f\x1c\x7e\x20\x70\x1b\x39\xe9\x7f\x59\xd6\x99\x09\xc0\x7d\xe4\x73\xb3\x76\x4e\x26\x37\x1d\xa8\x5c\x1c\x4c\x1e\xe8\x8e\x14\xc6\xea\x93\x2e\x1e\xd4\x22\x2e\x4c\xd9\x3b\x1b\x4b\x18\xd2\xc2\xdd\x52\x69\x81\x31\x85\x10\xc3\x13\x94\xdd\x81\x59\x5b\x0e\x61\x76\x4f\x19\xf1\x9e\xcf\xe7\x71\x8b\x74\x17\xf3\xf3\x2e\xf1\xba\xba\x33\x66\xf2\xba\xce\xa2\x7c\xe0\x24\x94\xf7\x6c\x89\x9f\x8c\xa3\x26\xcd\x4c\xa6\xbd\x41\x54\x48\x6e\xff\x2d\x36\xfb\xa6\x63\x06\x46\x6e\x1b\x5b\xb9\x2d\x0c\xd9\x46\x53\x36\x03\x90\x75\x7b\x04\xf2\x43\xa2\x6e\x1f\x2b\xc8\xb3\x39\xe7\xbe\x57\x6a\xc4\xfd\x58\xe1\xa0\x75\x8f\xc3\x30\x99\x12\x4d\xae\x24\x55\xae\x76\x77\xc7\xf4\x38\x6a\xad\x70\x75\xd9\x79\x0d\x5d\xd7\xe2\x2f\xbc\x3c\x06\x74\xd1\x16\xa4\x52\x8f\x4f\x61\x58\x45\xb6\xf3\xcc\x0e\x8a\xaf\x7c\x68\x80\x69\xe0\x2b\xbf\x8e\xfe\xfe\x83\x43\x4c\x3d\xf3\xfb\x2c\xa1\xa5\x7e\xe5\x1f\x3b\xb6\xb4\xc5\xf9\x75\xe8\xe0\xd2\xa1\x21\x4d\xdb\xc2\x98\x7a\xc4\xf6\x6d\x61\x4c\x40\xfa\xc3\x4f\x0e\x9e\x14\xe4\xa6\x0f\x3e\x10\xdd\x72\x63\xfd\xb3\xb9\xca\x4f\x4a\x51\xac\x64\x6e\x75\xba\xad\xdf\x67\x2f\xb0\x5e\x39\xe5\xdd\x78\xab\x85\xbd\xd1\x87\xe6\x49\x55\xf9\x1e\xdc\x25\x78\xa9\x7f\xa5\x9c\x84\x57\xb6\xc4\x89\xc5\xd9\x49\xba\x34\x57\x97\xb3\x56\xda\x33\x19\xab\x4f\x10\xa2\xf7\xfa\xd5\xab\x7f\x0b\x4e\x50\xc2\xd7\x3c\x91\xe5\x06\xb8\x06\x96\x63\xf6\xc5\x36\xe3\x6f\xd8\x50\x34\x2c\xd8\x5e\xb2\x8d\x88\x8e\x62\x98\x30\x85\xc3\xa1\x90\x40\xa3\xbf\x88\x3c\xbc\x54\x87\xac\x2e\x5a\x55\x86\xaf\xec\xae\x64\x00\xe3\x84\x11\x86\xa6\x0b\x2b\x3c\x60\x20\xe2\x23\x85\xd8\xb5\x70\x8e\xdd\xee\xd7\xb6\xf0\xba\xee\x1b\x96\x84\x37\x2f\xf4\x2c\xd5\xdd\x0e\x32\xdc\x1f\x18\xb7\xd7\x1c\xf5\x35\x46\xf2\x45\x41\x6b\x07\x89\xe2\x0b\xbc\x53\xc3\xfd\xb5\x61\xfc\x9e\x40\x7a\xb6\xa1\x7b\xf5\x48\xc3\x30\x7e\xaf\x31\xfa\x03\x07\xf1\xf9\xb9\xf4\x93\xd1\xcf\x57\x00\xdb\x66\xd7\x17\x61\xd7\xb7\x0a\x6b\xed\x6f\x44\xee\x08\xaf\x20\x98\x25\x33\xaa\xaa\xa2\x56\x15\x45\x6f\x07\x42\x83\x6d\xdc\x04\x9c\xeb\xf8\xd2\x03\x71\xe7\x0a\x80\xb3\x6f\xce\x0b\x7f\x47\x44\xb8\xa5\x70\x80\x86\xf4\xb3\x9a\xb3\x39\xc5\x2e\xea\x29\x63\xe7\x73\xb6\x51\x15\x41\xb7\x65\xf2\x13\x28\x41\x73\x55\x24\xc2\xa3\x24\xda\xf6\xa6\xbb\x1c\x62\xd7\xb3\x8d\x7f\x0a\xfd\xfa\xba\xfa\x50\x69\x14\x8b\x03\x9b\xf5\x12\x79\x3a\x65\x97\x21\xfb\xfe\xb5\xd2\xe5\x65\x95\x9f\x1d\xda\x2f\x7b\xfe\xf6\xd2\x8c\x04\x9c\xb2\x45\xd5\x16\x07\x6e\x7e\x75\x76\x5e\xb7\xb3\x4e\x3f\x4a\x65\x02\x61\x3a\x77\xe6\x17\xda\x32\xd3\x1c\xb6\x9a\xec\x5b\x57\x22\xa9\x0a\x59\x6e\xde\x60\x3d\xe0\x83\xd0\xbc\x1d\x78\x3f\x8d\xff\xed\xfa\xfa\xe2\x3c\x07\x1b\x5a\x1f\x06\x63\xad\x29\xe3\x5a\xab\x44\x62\xad\x71\x04\x03\x2c\xc4\x42\x38\x2c\x40\xa3\x46\xc1\x56\x9d\xe7\x89\x5a\x01\x63\x2b\xb2\x16\x50\x3d\xa0\xaa\xb9\x2a\xee\x78\x91\xe2\x01\x30\x4f\xec\xdb\x3d\x46\x70\x6a\xd6\xb4\x81\xdb\x07\x8d\x59\xfc\x84\x0f\xa2\x33\x59\x58\xc8\xf8\xd4\x15\x08\xf6\x3e\x29\x45\x86\x1f\x8a\xc3\x99\xcf\x65\xe2\x94\xdf\x70\xd8\x7b\xb2\x5a\x5a\x51\x1a\x16\x9a\xa7\x71\x1f\xe2\x71\xc3\x92\x4b\x28\x80\x01\xbd\x98\x8f\x5e\x7c\xb8\x3a\xff\xdf\xb4\xea\xdc\x17\x9a\x9c\x6d\xd8\xf9\xbb\x77\xef\xd8\x55\x99\x1a\x11\xe6\xbb\xe9\xeb\x09\x98\xb6\x48\x9b\x51\xe6\xf4\xe2\xc4\xc5\xa2\x10\xeb\xd3\x2a\x97\xf7\x4c\x6f\xf2\x92\xdf\x4f\x40\x06\x81\xad\x11\x45\x46\x3f\xbe\xa4\x9c\xe0\x94\xf1\x05\x37\xbc\xc4\xef\x1d\x3a\x4d\xa5\xdd\x61\xf2\xd6\x4d\xd9\x1b\xd4\x26\xcc\x55\x85\x09\xac\x16\x77\x39\xa8\x23\x9e\x4a\x6d\x19\x89\x73\x05\x7a\x87\x1b\xcf\xd8\x0d\x2c\xc5\xcd\x91\xb9\x03\xb1\x0c\x19\xfb\x78\xf9\x4b\x6d\xa6\x97\x3f\xbf\x61\xdf\xfd\xe5\xcf\x3f\x4c\x99\x59\x21\x6d\x4b\x14\x2f\xa4\x33\x3c\x1f\x9f\x1e\x43\x46\x79\x95\x07\x55\xbb\xdd\x0c\xd2\xc0\xf0\xc9\x59\x02\x22\x2e\x87\xba\xcd\x39\x56\x0a\xa3\x2d\xef\xa4\xcb\x07\x9c\xd2\x78\xeb\x77\x3a\xac\x97\x55\x26\x7e\xe3\x59\xb5\x15\xb1\xb6\xad\x7d\x1c\x92\xb4\x2c\xcb\xb5\x93\xe6\x35\x9a\x59\xa9\x3e\x1a\xcd\x54\x83\x8f\x15\x88\x05\xe1\x3c\xd1\xb5\xfa\xe3\xe9\xe9\x4d\xf5\xea\xd5\x77\xc9\x52\xe9\x12\xfe\x25\xe8\x07\xd8\x33\xf8\xe1\x3f\xf1\x07\x2d\x78\x91\x2c\xcd\x1e\xe2\xcf\xec\x84\xfe\x4b\x5f\x60\x58\x50\x0e\xff\xdf\x34\x73\xe6\x8b\xaa\xc8\x82\x0a\xf8\x66\x50\x76\xb7\x27\xd6\x85\x4f\xae\x67\x7b\x20\xed\x1d\x8a\xaa\x8a\x25\x57\x48\x53\x47\x2c\x6f\x34\x85\x3a\x34\xec\xe3\xd3\x63\xb8\x53\xc8\x3f\x02\x65\x2a\xa0\x7e\xd3\xf1\x7f\x1e\x1b\x61\xe5\xf8\x4f\xc7\x7d\x2c\xc8\xcc\xb7\x25\x54\x0b\x7f\x6e\x89\xff\x8b\xb1\x8d\xa0\x99\x4d\xbc\x5f\x87\xee\x6e\xbf\x01\x87\xbd\xd4\xea\x1c\x7f\x1f\x1f\x6a\xbd\x8f\x01\xa4\xab\x34\x54\x6f\xc5\x7b\x69\x1b\xcd\x86\x0d\x1d\x97\xe6\x24\x13\x18\x92\x05\x8c\x59\x28\xd0\xbb\x3b\xc4\x6f\x84\xf1\x3b\x53\x56\xc0\x08\x65\x8b\x3e\xa8\xdf\x78\x80\x0f\x42\x69\x5e\xc9\xfc\x68\x72\xb4\xe2\xf7\x2d\x3e\x5c\xde\x02\xfd\xbb\xe2\x0e\xf3\xd7\x0c\x94\x4e\x09\xac\xcc\x04\x8b\x03\x6b\x79\x2b\x06\x6a\x8d\xe6\xe3\xcd\x2f\xc8\xdc\x8b\x33\xc4\x75\xf7\xfe\xc6\x9e\x68\xb7\x56\x78\xd9\x42\x24\xd4\x84\xad\x0b\x75\x2b\x53\xa0\x8f\x95\xcc\x4f\xcd\xfa\xe0\x8d\x14\x49\xa8\xe6\xb7\xf3\xb7\xba\xb9\x95\xb6\x9b\xe7\xb8\x89\x68\x76\x7a\xdc\x4d\x34\xdf\xd8\x77\x13\x2f\x7e\xca\xd4\xd0\x28\x33\xf6\x7a\xfa\x97\xce\x14\x28\xea\xa9\x99\xff\x44\x25\xc0\x65\xbe\x38\xbd\x7d\x7d\x4a\xcd\xa6\xae\xbd\xd7\xe1\x39\xdc\x2a\x32\xa9\x32\x5e\xb0\x37\xe7\x6f\x2f\xd9\x8b\x77\xf7\x53\x76\x73\xf4\xfa\x2f\xdf\x4e\x5f\xff\xf0\xe7\xe9\xeb\xe9\xeb\xd3\x6f\xbf\xbf\x39\x7a\xd9\x06\xd9\xee\xdc\x1e\x56\x08\x02\x06\xf3\x1e\x3f\x7e\x01\x44\x73\xb5\x16\xc9\x31\x00\xaa\x58\x27\x00\x1a\x96\xc5\x7d\x22\xd6\x25\x13\x79\x59\x84\x36\x05\x33\x84\x38\x5d\x94\x1c\xd7\x54\xdf\x1b\x4b\x85\xdb\x32\x0e\x46\xc5\xe8\xc5\x75\x90\x69\x0b\xd8\x3b\xfc\xda\x34\x8f\x9b\x05\x08\x63\xbb\x1a\x51\x5d\xe7\x17\x0c\x97\xf0\x37\x9e\xc9\xd4\xde\xfb\xa8\xfe\x35\x17\xad\x2d\x58\x09\x27\xde\xfc\xf6\x3b\x5c\x10\xfc\x3a\x94\x35\x57\xf3\xe1\xcb\xc1\xf3\x1d\x87\xc6\xe8\x7b\x54\xed\xce\xde\x14\x18\x8b\x67\x34\x30\x38\x17\x1b\x78\x5b\x55\xa5\x96\x29\x8a\x00\xb0\x44\x70\x5a\xb6\x5c\xbd\xfd\x91\x48\xc3\x0e\x0a\x5e\xa3\x5b\xb9\x1d\x36\x69\x83\x46\x34\xc4\x61\xcd\x8e\xe0\x3c\x97\xf9\x4c\x55\x39\x04\x2c\xe6\xd8\x8c\x7c\xec\x9c\x54\x18\xab\xd8\x44\x42\x74\xa0\xad\x9d\xe5\xcc\x7e\x8f\x80\x67\x2c\x7a\x37\x1e\x87\x85\xbc\x15\x56\x4b\xd2\xa0\x8a\x14\x39\xcf\xb2\xcd\x09\x7c\x02\xcc\x9b\x46\xcf\x9b\xb0\x4c\xf1\x94\xcd\x78\x06\x3e\x12\x92\xa2\x27\xcc\x99\x1d\xd9\xd5\xd5\x2f\x13\xa6\xe6\x73\x51\xa0\x6f\x64\xc6\x8d\xec\x76\x2b\x8b\xb2\xe2\x19\xdc\xf2\x86\x1e\x45\x99\x4c\xd9\x80\x44\xc9\x60\x8d\xba\xb8\x84\x0d\x03\xa4\x95\xb7\xaf\xec\x94\x2f\x39\xa6\x3b\x8e\x01\xaa\xcf\x37\x40\xf5\xeb\xc6\x2a\x0f\x63\x32\xad\x0f\xc3\x65\xd1\xc1\xbd\x67\x19\xc2\x73\xc0\xd7\xa6\xc1\xf6\x65\x6d\xc6\x41\x03\x91\x93\xf7\x59\x4f\x7b\xef\xe4\xd0\x70\xdd\x06\xde\xcd\x8f\x98\x16\x5a\x33\x01\xf5\x0b\x01\xde\x7c\xe9\xa4\xdb\x2c\x0b\x2e\x75\x0c\x05\x35\x97\x74\xee\x6c\x99\x86\xc5\x1b\x85\xb9\x4f\x8a\xa4\xf6\xef\x31\x0d\x83\xfe\x32\xaa\x6e\x53\xb4\x0c\x9b\x76\x65\x30\x8b\x66\x31\xa1\xa6\xa1\xb5\xab\x62\xaa\xfb\x74\x4f\xef\x50\xbf\x66\x6b\xef\x3b\x31\x95\xaa\x94\xd9\xd4\x2c\x64\x59\x4c\xcf\xf3\xf2\x43\x71\xb5\x47\x86\xa1\xe9\xe4\xb4\xa5\x93\xc1\xe4\xd0\x97\x64\x18\x34\x6b\x13\x0a\xed\x81\x1e\x73\x0c\x9f\x84\x04\xb3\x4b\x8e\x61\x73\xeb\x0e\xe2\xc7\x22\x1d\x63\x4c\x2e\x1c\xe5\xa9\xc7\x4f\x64\xb4\xd4\x76\xf8\x2c\xc6\xc0\x97\x31\x80\x3d\x9a\x66\x75\xf8\x4c\xd4\x97\x57\x7c\xbd\x0e\x5d\x90\x9a\x55\x79\x2a\x0a\x0f\xd6\x2a\x52\x34\x33\x13\xe3\xb1\xe5\xcf\xad\xc3\xc2\xaa\xbf\x81\x6f\xd3\x91\x2d\x78\x33\xc1\x85\x20\xcc\x19\x82\xf7\xf0\x52\x86\x1e\xc1\x88\x34\x41\xb7\x77\xa1\xaa\xb2\xe1\xf1\xf4\x6e\xd5\xd4\x7b\xc0\x9d\xd3\xb4\xee\xcd\xe9\x57\x48\xcd\x57\xdb\xad\xec\x96\xf7\xcc\xab\x2c\xdb\xb0\x7f\x54\x3c\xc3\x99\xa7\x6a\xc5\x65\xee\xee\x6d\x6e\x55\x68\x98\xc0\xa4\xd3\xfd\x46\x49\x19\x82\x1c\x8c\x08\x64\x70\x2b\x79\x10\x98\x60\x9e\xde\xc0\x88\x02\xa7\x9e\xf9\xf1\xe3\xe5\x79\xd8\x2f\x79\xc6\x2f\x7f\x7e\xf3\x23\x7b\x3d\x65\xe7\x17\xda\xc1\xdc\x91\x61\x2e\xf4\x30\xf2\xbc\xb1\x2c\x60\xba\x80\x48\x19\x0e\x91\x05\xb8\xc4\x37\xf9\x4d\xc9\xd8\xf9\x85\xf3\xbc\x1b\x85\x80\x46\xb0\xe6\x20\x18\x5b\xfe\x7b\x93\x7f\x8b\x26\xbc\xdf\x7f\xfc\x9d\xa5\x22\x93\x2b\x59\x62\x7d\x44\x33\x88\x42\x18\x3a\x01\x8a\x10\x09\xaf\xb4\x20\x7f\x44\x7d\x90\xf8\x41\x3f\xd2\x50\x60\xf1\xa3\x36\xbd\xca\x15\x26\x30\x64\x1b\xf6\xe3\x9f\x5f\x01\xc1\x80\x6b\x8e\xe7\x29\x76\xf2\xe3\xf7\xdf\x7f\xe7\x7e\x36\xe3\xfb\x89\x9c\x17\x5a\x00\x9b\x4d\x96\x60\xc9\x8e\x4b\xad\x77\x90\x67\x9b\x37\x17\x88\x33\xf0\x82\x35\x08\x8d\x9d\xcf\x7d\x43\xa9\x9b\xde\x54\x3b\x1b\xa0\x6a\x14\x4b\xad\xef\x14\x4d\x3b\x2a\x0f\xd3\xe1\x44\xba\x8d\x98\x3d\x8f\x35\xf3\x7d\xb8\xa7\xcb\xbb\x4b\x1f\xe6\xed\xf2\xfd\xec\xc4\xad\x7a\x3d\xb5\x0d\x02\x8e\x4a\x8b\x42\x94\x49\xa9\x88\x98\xed\xb6\xd5\xbd\xee\xda\xed\x91\x8d\x4a\xd1\xbc\x94\xda\xef\x10\xb5\xc3\x94\x91\x90\xf5\xf8\x2d\x71\x66\x40\x4f\xb4\x2b\x79\x0f\x67\x59\xce\x41\xba\x2e\xa9\xc6\xbf\x33\x3e\xca\xdc\x07\xee\x84\x56\x38\xe7\xdd\x9f\x30\xad\x22\x14\x72\x3a\x72\x9e\x4f\x90\xcf\x7e\x58\x35\xc0\x67\x4f\x10\x7d\x59\xa4\x41\xb3\x5a\xf6\x85\x5d\x5e\xf0\x8d\x6b\x48\xcb\x83\x4a\x9d\xa5\xc2\xc0\xc4\xfe\xc5\xeb\x0c\x8b\x39\xb3\x81\x10\xee\x1e\x4a\xf8\x1a\x83\x55\xe7\x74\xdf\x45\x7c\x04\xc1\xe9\x55\x7e\x6c\x93\x99\x79\xbe\x41\x57\x05\x3b\xb3\xb1\xff\xb4\xd7\xc7\xd4\x23\x3a\xd4\x81\x68\x8e\xfd\x96\xd7\x72\xb4\x30\xd6\xde\x88\x95\x6b\x8a\x02\x71\x79\x61\x20\x27\x2b\x9e\x92\x4d\xb9\x08\x83\xf5\x55\x61\xc7\x6f\x46\x99\xa9\x05\x46\x6c\x60\xef\x1b\xa3\x11\x67\x6a\xc6\x33\xdb\xe8\x60\xb1\x3a\x30\x9b\xb6\xd5\x74\x01\x16\x90\xa6\x01\x07\xc5\xc5\xf7\x59\x7b\x7a\x6c\x7d\xa9\x47\xa8\xa8\x82\xe5\x0a\x8f\x32\x41\xf2\x4f\x22\xa6\x0a\xd9\x6c\xb9\x93\x51\x6a\xdb\xf7\x38\x1a\x04\x48\x5e\xe6\xbc\x94\x59\x5b\x98\xf1\x2f\x57\x71\xa9\xcf\x69\xed\xee\xb3\xf4\x0b\x37\x33\x15\x9f\x0d\x4a\x27\x9b\xf7\xcd\x4f\x13\xf6\xfd\xf7\xdf\xc1\x82\xac\xcc\x86\xae\x01\x25\x69\x35\x33\x1a\x85\x55\x2c\x61\x79\xed\xee\x7a\xd6\x64\x56\x5b\x4f\xd0\xa9\x63\xbd\x3d\xb6\x8f\xfb\xe0\x0a\x32\xa2\x0d\x5c\xc4\x3c\x49\x54\x91\x52\xc4\x8b\xbd\xde\x40\xf2\xf1\x3c\xb1\x5c\x16\xaa\x5a\xa0\x20\x76\xf5\xfe\x1c\x86\xe9\x96\x68\x42\x4e\x24\x26\xad\xd3\xc4\x13\xe5\xbc\xca\xe6\x12\x63\x7a\xc3\x16\x6e\xe2\x57\xef\xcf\x1f\x67\x9b\xae\x7f\xb9\xda\x2b\xac\xa3\x46\xdf\xbb\x88\xe3\x03\xdb\x9a\x91\x0d\x67\x94\xbd\xc9\x51\x51\x43\xc7\x2c\xfb\x4d\x9d\xbd\x7c\xd2\xf0\x99\x9f\x88\xcf\xb4\xa4\x35\x06\x4f\x6d\x64\x5b\x17\x3c\xbf\xe5\x5a\x27\x96\x6d\xed\x92\x29\x17\x7e\x68\xa0\xc9\xd3\x26\xcb\xb5\xbc\x3a\x78\xe1\xcd\x2e\xf5\xaf\xba\x39\x07\xf1\xfd\x04\x58\x62\x70\xae\x32\xbe\x11\x05\xd3\x14\xda\xda\xd0\x69\xbc\xf0\x3b\x4c\x81\x69\x61\x36\x46\x83\x41\x71\x96\x47\xcc\x56\x7b\xb7\x31\x09\xc3\xc0\x96\x4c\x7f\x80\xc1\x20\x50\xae\x27\x97\xb0\x75\xb2\x23\x06\x50\x0c\xcd\x61\xd8\xc0\x69\x1c\xab\x5b\x66\xfa\x4a\x24\x85\x28\xe3\x84\x69\xf3\xe8\x4e\x66\x69\x62\x34\x7e\xe0\xf8\x5a\x94\x70\x13\xd9\xe4\x92\xae\x7b\x2b\x62\x11\x52\xdb\x55\x01\xae\x92\x89\x79\x19\x5e\x09\xdb\x78\x45\xdd\x19\x3d\x39\xd2\x30\xce\x0e\x03\xad\x7b\xd6\x56\xf1\x1d\xdf\x74\xd7\x55\xe4\xb1\x75\xb7\x8f\xca\x91\x49\xff\x6c\xef\x6b\x18\x6d\xf3\xd2\x36\xef\x18\x61\x13\xf3\x93\x49\x0d\x30\x5c\xd4\x31\x5a\x9e\xa9\xdc\xab\x17\xf6\x11\x8a\x95\x66\x5b\x44\x8e\x4b\x36\xcf\x64\x52\x6a\xaf\x13\xdf\x00\x09\xdc\x1c\xb1\xa5\xe0\x46\x79\x47\xc9\xa1\x22\x18\x86\x58\x29\x9c\xd4\xfa\xa6\x5d\x85\xdd\xa1\xe9\x41\x4e\x5f\x9e\xfa\x94\x70\xf3\x06\xa8\xc9\xd4\x7f\xf8\x12\xcd\xe8\x70\xa5\xf0\xa3\x70\x92\x03\x04\xcd\x44\xfd\xf5\x85\xce\x44\x8d\xa7\xb5\x77\xfd\x09\x87\x20\x76\x6b\x0b\x08\xa4\x10\x17\xc4\x0b\x56\x0e\x28\x53\x33\x07\xb0\xe0\xd1\x59\x3e\x3a\xcb\x47\xe3\xee\xd3\x33\xee\x1e\x0e\x85\x18\xaf\x37\xa9\x63\x9e\xb1\xa7\x76\xd5\x08\xa9\xdb\x47\x35\x6f\x76\xf2\x18\x6e\xdb\xe8\x2b\xef\x06\x19\xa5\xf7\x61\xdc\xbe\xe7\x9d\x58\xb8\x7f\x6d\xda\xd9\x5f\x47\x74\x24\x71\x6f\x97\xf4\x50\x0b\x87\xa4\x02\xe6\x7b\x86\x43\xda\x5e\x03\x39\x0b\x42\xb0\x49\x0d\x84\xd0\x6b\x32\x03\x40\x72\x9c\xd4\xcc\x2c\xf7\x49\x66\x8e\x87\x11\x08\x5e\x4f\xff\xdc\x7b\xa7\x40\x67\x2d\x22\xbb\xad\x4b\x2b\x74\x69\xaf\x7b\xfc\xae\xa1\x61\x55\x95\x0b\x15\x64\x7b\x4c\xd9\x3b\x9e\x2c\x99\x11\xaf\x62\x11\x11\xd0\x93\x56\x33\xb0\x52\x57\x1a\x0b\xbc\x81\xb5\x81\x67\xec\xc3\x25\x49\x31\xa1\x19\x03\xca\x18\x42\x8d\x12\xa9\x35\xa0\x61\xb9\xa0\x4e\x57\x69\xcf\x68\xf5\x38\x96\x17\x76\x89\xc8\xca\x5c\x16\xd2\xe2\x9b\x98\x06\x2f\x5b\x3e\x40\x8c\x19\x96\xcf\xa9\x22\x3c\x34\xc1\x98\x59\x90\xc7\xc1\x7f\x9b\x53\x12\x90\x13\xe7\xa8\x1a\x44\xb8\x4d\x76\x78\x61\x67\x20\xdd\x93\x34\x9c\xc5\x26\xa7\x43\x28\xb0\x11\x1d\x81\xff\x1f\xac\x0d\x2d\xf0\x38\x2d\x1b\xda\xbe\x97\x8e\x60\x1d\x9e\x8c\xe3\x5a\x68\xaf\x22\x47\x6c\xb8\xcd\x46\xad\xd8\xb2\xcf\xcc\x10\x1c\x59\x38\xf6\xde\xf1\x68\xe0\x5b\x36\x3e\x68\xf7\xb0\xfd\x7f\xe8\xd6\xfb\xd3\x00\xc6\xe8\x47\xdf\x7d\x21\x8a\xbd\xac\x18\xcd\x5e\x76\x62\xe7\x18\xf0\xb2\xdb\x15\x30\xd0\x31\xb9\xcf\x1d\x10\x3a\x33\x77\xb9\x04\x82\xf7\x88\xa7\x76\x76\xeb\x2a\x7e\x5a\x99\x7e\x8e\x79\xc9\x5b\x08\x23\xe0\xdb\x67\xef\xdf\x82\xf0\xd7\xaf\xc9\x9b\x56\xdd\x07\x99\xc4\x5a\xca\xb6\xf4\x50\x83\x60\x84\x36\xfa\x64\x92\x58\xdb\xf7\x53\x3c\xce\x76\xf8\x5b\x4e\x32\x36\x79\x3a\x87\x18\x44\xf6\x3f\xe8\x18\x4f\xfa\x2e\x66\x24\xa6\xfa\xe6\xaf\x78\x2a\x68\xe7\x25\x38\x23\xf2\x7e\x02\x18\xaf\xee\x27\x73\x75\x3f\x0b\xe6\xdd\x0b\xe9\xbf\x07\xd7\xb6\xa1\x79\x83\xd9\xb5\x79\xc1\x49\xeb\x8c\x6c\x2f\xcd\x12\x02\xb1\x6d\x86\x4a\x56\x8f\x81\x7e\x4f\xc3\xfa\xd2\x17\xe8\xe7\xb7\xd1\xae\x5e\x63\xff\x0e\x7e\x10\xc7\x98\xbf\xcf\x5d\x50\xe0\x59\x98\x84\x1e\x12\xef\x17\xd3\xdb\xe1\xa3\xfe\x9a\x57\xc2\x81\x99\xb5\xe9\x73\x27\x66\x6d\x5e\xe8\x17\x77\xe5\xda\xa5\xc0\xd6\x18\x82\xcb\x50\x45\xce\x4a\x99\xc7\x2a\x8f\x6d\x31\x3e\xa3\xb5\x2e\x38\x00\x8a\xad\x11\x0a\x72\xc2\x1f\x23\xfb\x1c\x94\x53\xc2\x66\x36\x7b\x6f\xdf\x48\x07\x4a\xdf\x25\x54\x7b\xbd\xe6\x89\xb8\xea\x84\x79\xc5\x27\x1a\xc0\xec\xa1\xa9\x26\x09\x2b\xc9\x2a\x5d\x8a\xe2\x44\x27\x6a\x2d\x52\xc2\x91\x8b\x22\x3d\x2c\x1a\x89\x76\x87\x27\x86\x8c\xd5\x62\xc5\xf3\x52\x26\xfa\xaf\x46\xc6\xb1\x12\xd3\xac\x2a\x51\x3c\x9b\x30\x59\x52\x63\x14\xc6\xdc\x68\xf5\xf4\x26\xbf\xc9\xcf\xc1\x13\x61\x47\x8e\xa6\x2c\xad\xcc\x02\x3a\xb1\x4a\xb4\x10\x03\x60\x3d\xde\x2d\x55\x26\x5c\xe7\xa6\xe1\x85\xb3\x7b\x99\xc9\x45\x1d\x53\x4f\x7e\x01\x42\xf4\xda\xf7\xf5\x25\x9c\xb2\x0f\x66\xab\xee\xa4\x16\xf5\x09\xc0\x37\x76\xed\xee\xb0\x60\xb7\x81\xe1\xae\x0d\x43\xd1\x62\x32\xd7\x76\x8a\x44\x77\x9a\xca\x85\xc7\xa7\x7e\x9c\x8d\x06\x1c\x61\xda\xe2\xc6\x82\x3c\xf5\x8d\x1e\xf4\x0d\x64\x0b\xc7\x9a\xa9\xbb\xdc\xf7\x7c\xd0\xbd\xde\x23\x44\x84\x18\xc3\x23\x21\xe3\x36\x85\xf9\x43\xf3\x7a\x50\x82\x76\xe1\xf5\x1d\x89\x53\x4d\xab\x73\x0b\xa3\x9f\xb3\x3a\xe4\x10\x44\xff\xe2\xfe\x62\x92\xd6\xba\x50\xa5\x4a\x54\x36\x65\x38\x7c\xc3\xb6\x3d\xaa\x24\x67\x79\xb5\x12\x05\x28\xa9\x0a\x13\xa5\x53\xd7\x09\xc7\xca\xde\xcd\xfb\xc1\xc8\x4f\x04\x8d\x91\x92\xd6\x5a\x57\x58\x91\x51\x22\x54\x3a\xe0\x42\x62\x04\x1a\x9d\xbb\x09\x6a\x95\x81\xb3\x3f\x0e\x13\xb5\x83\x06\xe3\x0f\x74\xe7\xa2\xad\xd0\x2b\x70\xb8\xc4\x2b\x58\x69\xf8\x58\x73\x7d\x3f\x50\xb8\x01\xac\x9d\xf0\xa3\x7a\x71\xfd\xe6\x62\xc2\x3e\xbe\xbd\x80\x28\xba\xab\x37\xd7\x17\x2f\x2d\x88\x57\xc3\x05\x01\xd3\x8e\xd0\xe2\x27\xe1\x6a\x86\xf0\x50\xd7\x6f\x2e\x1e\x58\x7b\x6e\xff\xcc\xb0\xa6\x5f\xeb\xc0\x07\xc3\x66\xc7\x0e\x3e\x18\x57\x31\xea\x67\x3b\x36\x52\x70\x93\x34\xf4\x4f\xe1\x80\x0f\xda\x2d\x42\x82\xe2\xc9\x11\xe2\x00\x40\x79\xf8\x7a\x9d\xc9\x20\x6e\xd9\xb2\x5e\x04\x95\xff\x50\xb7\xfc\x07\x9e\x2b\x34\x90\x14\x82\x62\xf4\xa3\xb9\x4b\xc7\xc5\x5d\x52\x88\x4a\xd9\x0b\x30\xcb\xa0\x00\xe3\x44\x34\xc7\xcc\xb9\x07\x51\xa3\xaf\xbd\x9c\xb0\x0f\x97\x83\x0c\x31\xc1\xc4\x18\x4f\x0a\xa5\xf1\x58\x92\x10\xd7\xaa\xe2\x7b\x6c\x7c\x77\x4b\x38\xab\x2d\x8e\xb7\xd3\x80\xe5\xad\x47\x71\xcf\x90\xd3\x40\x5f\xae\x2f\x1c\xcc\x1d\xc0\x91\x35\xd3\x2a\x13\x98\x42\x21\x72\x8d\x51\xab\x54\x1c\x05\xac\x70\xe1\xb5\x6c\xf4\x1c\xad\x32\xee\x3c\x17\x70\x76\x5e\xd6\x43\x7b\xb7\x38\xf5\x0e\xae\xff\xbe\x8b\xe3\x56\x65\xde\x43\x74\x36\x48\x73\x38\xd5\x5d\x37\x89\x0d\xa0\xe4\x0c\x0d\xed\x4e\x75\x4d\x12\x22\xbd\x5b\xba\x9d\x3e\xd6\x2c\x53\xe6\x42\xc8\x55\x2a\x06\x13\x5d\x38\xb1\xcf\x48\x75\xa9\x12\xda\xe7\xc8\x40\xd4\xf8\x23\x11\xdd\x23\x12\x55\x3d\x1a\x7a\xab\xc0\x7c\x15\xc8\x7c\x16\x8b\xcc\x22\x4a\x36\x96\x87\x0c\x2b\x48\x71\x9a\xee\x35\x18\x7f\x93\x38\x0d\xc1\x79\xca\x34\x2b\x19\x9b\xc5\x2d\x90\x33\xec\xcc\x94\xfd\x6a\x63\xa9\x6d\x08\xd7\xda\x52\xa1\x11\x39\xf0\x2d\x1f\x1d\x4d\x81\x00\x48\xe2\x88\x00\x08\xc2\x89\xa6\x58\xba\x78\x28\x73\x55\x30\x40\x98\x89\x3c\x2d\x58\xc3\xeb\x56\x64\x9b\x3a\x07\x78\xff\xe1\xda\xc7\x0a\x9a\x6d\x1f\xac\x1d\x00\x40\x0d\x92\x58\x1b\x59\x5a\xcd\xc0\x99\xfe\xf3\x47\x91\x9b\xcd\x96\x9b\xfd\xba\xde\xac\xdb\xc2\xff\x2d\x33\xc1\xbc\x1d\x48\x97\x71\xf4\x1b\xef\x37\x66\x16\xa2\xe1\x0b\x21\x8d\x2c\x1a\x30\x22\x1a\x11\xa5\xdd\x1c\x4d\xd8\xcd\xd1\x3b\xf7\x6f\x80\x51\xb6\xb1\xa2\xf6\xe7\x96\xb3\x58\x93\x6b\xa4\x85\xa5\x75\xb9\x02\x41\x5e\x16\x64\x90\x88\x1c\x31\x99\x5c\xa4\x7e\xc1\xde\x05\x1b\xfd\x57\x4f\x34\x30\x21\x8b\xea\xc9\x73\xdb\x4c\x53\x1a\x3a\x04\xe6\x6a\x5d\xad\x88\x3a\xa1\x52\x0b\x35\x42\x4b\x2e\x6e\x15\xf5\xf6\xe2\x6e\x29\xd0\x92\x51\x58\x04\xd2\x4d\xd8\xbb\x1d\x0f\x75\xff\xb2\xa3\xff\x30\x99\x02\x30\x88\x39\x21\xb8\x16\xb2\x14\x00\x9d\x0a\xcf\x4f\x40\xba\xc5\x2d\x9c\x40\x43\x90\x07\x6d\x15\xa1\x6c\xe3\x52\x0b\x82\x6d\x66\xff\x13\x6c\x01\xfb\xfb\x94\xfd\x22\x3f\x09\x23\x0b\x40\xb0\x6e\xcb\xd7\xac\xd0\x80\xc8\x56\x01\x6a\x01\x2f\xcd\x5d\x20\x3c\xa8\x93\xcd\x93\x72\x23\xf1\x79\x2b\xe1\x00\xd0\x3e\x8b\x31\x39\x18\xe3\x1c\x8e\xe8\x85\x96\x66\xf3\x74\x05\xc5\xdb\xe8\xdb\x77\x0e\x4f\xcb\xbe\xd1\xb2\x55\x79\x4a\xed\xbc\x78\x63\x29\xa4\x54\xec\xff\x9a\x01\xfd\x4f\x48\x8b\xec\xef\x0f\xba\xd2\x1f\x5e\xc2\xaf\xeb\x86\xdf\xdb\x67\xff\x48\xda\x2c\x28\xf5\x18\x02\xdf\x1f\xd9\xdb\x68\xcc\x16\xea\x56\x14\x94\x58\xc0\x67\x32\x93\xe5\xc6\x55\x76\x8b\x13\xb1\x88\xfc\xcb\x00\x4e\x9a\x11\x9e\x74\x0c\x92\x19\x5e\x18\x20\x6f\x04\xbe\x47\x51\x34\x11\x12\x9b\x83\x7a\x20\xc2\xf8\xe8\x74\x1a\x43\x7e\x9f\xb3\x6f\xe7\x0b\x0e\xf9\xd5\x98\x70\xea\x0f\x1e\x9d\x72\x91\x03\x78\xff\xa0\x12\x5f\x2d\x92\x73\x83\x85\xec\x1b\xda\xdb\xde\xd1\x63\x84\xf7\x36\xbe\xd4\x17\x22\xd0\xfa\x42\xec\xf2\x6d\x72\x52\xeb\xfd\xed\x67\xba\xd0\xdb\x83\x40\x6a\xc7\x10\x80\xcf\x1a\x02\x20\xff\xe0\x10\x80\xa6\xe0\x31\x86\x01\x8c\x61\x00\x8f\x1b\x06\xd0\xa4\xb9\xc3\x87\x02\xb4\x5f\x01\xbb\x30\xe6\xab\xbe\x4b\xae\x9f\x1b\x43\x17\x0f\xe2\xc6\x5a\xfc\x22\xf3\xea\xde\xfc\x5a\xe5\x67\xfa\xa3\x86\x30\x37\xa8\x82\x23\x56\x86\x83\x66\xd0\x9d\x21\xbc\xb9\x86\x7f\xb6\xb0\x6e\xa3\x34\x5e\x14\xf2\x56\x66\x62\x21\xde\xe9\x84\x67\x1d\x55\xef\xba\x5a\xb2\x54\x60\xf2\xa3\xd0\x10\xf2\x0b\xfa\x40\xc2\x73\x87\x13\xe2\x92\x38\xd7\xf6\x65\x26\xdc\xdb\x4d\xc0\x82\xd0\x55\x52\x16\x11\x9c\x4b\x50\xf0\x9a\x94\xdd\x37\x57\xe7\x6f\x0b\x69\x58\x45\xcb\xcd\x53\x6f\x82\xec\xe9\xce\xd0\x7f\xe6\xec\xb4\x99\xcc\x05\x7b\x73\x75\xce\x52\x6a\x84\x45\x14\x08\x57\x22\xd4\xe5\x85\xad\x3d\x2e\x56\x33\x91\x86\x80\xd2\x58\xd5\x7c\x2d\x92\xc0\xac\x84\xec\x4f\xc6\xb5\xc0\x79\xbe\x09\xbe\x65\x91\x91\x5d\x3e\x28\x8d\x46\xac\x97\x62\x25\x0a\x73\x5d\xa9\xac\x5a\x89\x43\xb3\xf5\xfa\xc2\x00\x57\xb7\x0b\xca\xd7\xa8\x23\xca\x36\x8b\x54\x4b\xa3\xf8\x3a\x4a\xc2\x27\x68\xdb\xc1\x39\x12\x31\x90\xce\x98\x3a\x2b\x78\xa0\x34\xc6\xbd\xe6\xa1\x0d\xca\x5c\x03\x46\xed\x84\x55\xf7\x16\x5c\xc6\xab\x72\xa9\x8a\x63\x80\x89\x49\x0a\x81\x04\xf5\x7f\xac\xf9\xc3\x30\x7e\x0c\xdc\xf6\xe3\x32\xd7\x09\x86\x9d\xb7\xcd\xc5\xc8\x05\xf6\x84\xbd\x2d\xd4\x3a\x7c\xb8\x5b\xde\x34\xf5\xfe\x73\x26\xee\x7f\xc3\x4d\xec\x5c\xcd\xa0\x4d\x0b\x85\x5a\x67\x80\x69\x65\xc9\x81\xb1\x77\x36\xa8\x38\x97\x59\x83\xc8\xb2\x2c\x6c\x6d\x17\x0f\x4b\x94\xa3\xc1\x05\xaa\xc1\x09\x82\xa2\x12\xa0\xf5\xcb\x5b\x81\xde\xda\x3b\x1b\xe6\x50\x69\xbe\x70\x29\xcc\x61\x87\xa1\x3f\x2c\xa7\x24\x6a\x7a\x76\x73\x44\x76\xe2\x47\xa1\x58\xbf\x52\xe1\x1a\x43\x25\x8d\xf6\x32\x29\xf5\x16\xc1\xfa\xb2\xfa\x02\x63\x41\x10\xd3\x6a\x4a\xcb\xdb\xb2\xae\xbe\x51\xb4\xac\x8f\x32\x5b\x3b\xea\x70\xae\x17\x85\x4a\x7e\x55\x55\x5e\x76\x98\x8c\xcf\xda\x9a\x6d\xa1\xaa\xb8\xe1\x74\x2b\x5d\xa1\x2f\x1f\x0a\xdd\x02\x87\x8e\xde\x8d\xa9\xec\x1a\x25\x79\x2a\x90\x02\x61\x2a\x51\xe3\xb9\xe0\x46\x00\x61\xf3\x8c\x2f\x2c\x53\xc5\xba\x2b\x7b\x9d\xb2\x8f\xb9\xe6\x73\x71\xb5\xd1\x49\x2b\xa0\x4c\x5b\xab\x98\x6d\x05\x6c\xde\xae\x4c\x05\xad\x99\xc6\xe6\xf1\xb5\x94\x03\xd4\x00\x24\x08\x60\x51\x06\x73\x8a\x30\xd8\x82\xb3\x75\xc6\x65\x4e\xef\x11\x20\x42\x61\xe4\x55\xe0\x69\x37\x47\xdf\xdc\x1c\x99\x7f\xa0\xeb\x26\xe1\x18\xd0\x03\x49\x05\xb9\x96\xa9\x80\x3a\xeb\x90\x4d\x59\x88\xb9\xbc\x0f\xf7\x8a\x86\x32\x65\x57\x88\x73\xf3\x0d\x15\x91\x37\x74\x19\x8f\x16\xcd\xda\x16\xe2\xee\xbf\xab\x99\xc8\x44\xc9\x96\xdc\x3a\x8d\x88\x0e\xcc\x8b\xed\xd3\x0d\x17\xc4\xf0\xeb\x5b\x25\x53\x52\x96\x0c\x8b\xbd\xc9\x6f\xf2\x77\x54\x33\xe1\x47\x26\xa6\x8b\x29\xbb\x39\x9a\x2b\x75\x6a\x26\x47\x2e\x6d\xfc\x61\xc6\x0b\x74\x3a\xe0\x1f\xff\x34\x7f\x00\x16\xbf\x7f\x69\x5a\x7f\x69\x1a\xbe\x34\x0d\x5e\xda\x89\x34\x68\xbf\xce\xd2\x9e\x2b\xad\xbd\x9d\x07\xf8\x46\x03\x36\xf9\xb1\x9a\xd7\x9b\xb3\x88\xa6\x41\xd5\x39\x77\xa9\xb1\x2a\xcf\x82\x6c\x23\x90\x11\xac\x0d\x3f\xe1\x59\xb6\x61\x69\xa1\xd6\x84\xf9\xe2\xae\xa8\x29\xc3\x3b\x8c\x6f\x7a\xae\xb0\x8e\xb1\x6f\xbd\xc5\xe2\x6b\x16\x87\xed\x7c\xcb\x01\x7e\xa0\xf3\x26\x40\x6c\x8f\x10\xcd\x72\x1a\xc4\xfb\xdb\xee\xd1\xbe\xbc\x90\xee\xed\x1a\x2c\x8e\xf6\xbc\x60\xd1\x51\x1a\xdb\xe8\xf0\x54\xac\xab\xc8\x1c\x35\x95\xd8\x42\x15\x0b\x73\x78\xa1\x5e\x83\x93\x56\x61\xa7\x73\x66\x54\x4b\x82\x77\xa4\x17\xda\x25\xd3\xb9\x2a\x66\x32\x4d\x45\xde\xc9\x8f\xea\x2d\x3a\x79\x91\x6b\xf8\x14\xd8\x50\x63\x30\xad\x8c\x28\xe4\x40\xee\x8d\xed\x0c\x03\x9b\xed\xca\x31\xa2\xb7\x0e\xc3\x32\xac\x92\xd4\xdc\x30\xed\x4a\x6e\x96\x03\x2a\x74\xba\xaa\xa4\x16\xeb\x85\x0a\x83\xb7\x94\xe8\xdc\x43\x3a\xe8\x28\x27\xfb\xaf\x09\x40\x1c\x9d\x5f\xbc\x69\x8e\x9f\x1e\xd4\x34\xb5\x40\x6d\x0d\xc2\x90\x8c\xae\xaa\xe6\x00\x59\x63\x5e\x71\x41\xa4\x69\xbd\x3e\x73\x40\xf2\xa6\x7f\x72\x8a\xb5\x7f\xdc\x26\x24\xed\x38\x00\xfb\xda\xe0\x41\x5c\x9c\xbf\x6d\x1f\xc0\xc5\xf9\xdb\x5d\x3f\x6e\x5e\x19\xfe\xe1\xf6\xac\x44\xf7\x28\xfc\x38\x9e\x39\x57\x7f\x8e\x05\x55\x71\x83\xc8\x1f\x54\x3e\xd5\xe1\xa5\xcb\xb8\x84\x1e\xc4\x9d\x58\x4e\xd7\x62\xd6\xf3\xcf\x86\xe8\xf9\x33\x28\x59\x6e\x38\x87\x7f\xaf\x7d\xd1\x0a\xc1\xd3\x0f\x79\xb6\xb9\x54\xaa\xfc\x59\x66\x42\x6f\x74\x29\x5a\xd2\x7a\xdb\xdb\xa1\x92\x42\x1a\x79\x59\x54\x54\xb9\x11\xab\x03\xbb\xdb\x17\x4b\x16\x55\xae\x82\xa7\xe9\x0b\xa5\xd8\x42\xa9\x92\xcd\x65\x06\x02\x4f\x29\x56\x36\xfa\x35\xbc\xba\xa3\x6b\x3a\x2c\xa8\x18\xf4\x98\xab\xfc\xa4\xbb\x57\x14\x7c\xaf\x2e\xac\xb9\x3a\x15\xf9\x26\x8a\x78\xa2\x09\xcc\x79\xa6\x45\xed\xeb\x60\x9d\x1e\x32\x74\xb3\x17\x10\x90\x01\x10\x9e\xb3\xaa\x74\xe1\x19\x74\x5f\xa3\x41\x8a\x2a\xcb\xb6\x6d\x44\xbb\xa0\xd0\xb6\x15\xed\x2d\x5d\x3d\xe7\x6e\xe9\xc8\x48\x39\xeb\x5a\x81\x56\xab\xf6\xb3\x6b\x40\x1f\x86\x72\xf7\xb6\x1a\x33\xd5\x4e\xa4\xb7\xc0\xb9\xec\xec\xb8\x20\xb2\xec\xc6\xd8\xc1\x3c\xd6\xc1\xdb\x2f\xdd\xb3\x01\xec\xdd\xc9\x3b\x90\x4d\x1e\xbc\x4a\x38\x70\x54\x80\x73\x63\x51\x68\x9b\xa1\x34\x6a\x25\xcb\xd2\x87\x71\xa7\xc7\x3a\xec\xc6\x1c\xa7\x92\x7f\x12\x60\x28\xba\x45\xc0\xe4\x20\x42\x22\xd2\xa8\x82\xd7\xac\x3a\xb5\x80\x31\xd6\xd5\xa9\x7d\x0a\xb7\xbb\xbe\x5b\xae\x19\x6f\x6c\x6c\xa9\x63\x4d\x8f\xf6\x5b\x4b\x78\xb3\x63\x29\x1f\x30\x11\xd3\x6d\xfb\x3c\x4a\xb9\x12\x6f\x32\xde\x16\xc9\x19\x3e\xdd\x67\x36\xee\x65\x61\xab\xa9\xb4\xc7\x39\xb6\x10\x44\xf8\x69\x40\xd7\x73\x8d\xab\xdc\xa7\x84\x4f\xd9\x3b\x34\x36\xaf\xa0\x9e\xff\x3c\x0e\x37\x5f\x83\xa8\x47\x31\x59\xe1\x70\x62\x62\x99\x09\xa8\x8e\xf6\x50\x62\x71\xbd\xb7\x2c\xb3\xb5\x52\x37\x1d\xc5\xf8\x60\xe7\xc5\xc5\xf4\xaf\x03\x11\xc8\xd5\x3b\x18\x44\xdb\xb8\x9b\x76\xf4\xe6\x14\x1a\x6d\x86\xca\x88\xe1\x9b\x54\xf3\x1e\x58\xe0\xe1\xe5\xc5\xab\xc6\x18\x5b\x26\x7b\xdb\x65\xa3\xbc\x6d\x18\x26\x1b\x86\x33\x6c\xc2\xd6\x59\xb5\x90\x79\x97\xf1\x2c\x57\xac\xd5\x1e\x79\x6d\x9d\x03\x46\x79\xb0\x2d\x36\xa4\xfd\x1a\x69\xec\xf8\x9b\xe3\x5d\x98\xfd\xee\x0e\xa7\x86\x35\xbc\xcf\x7b\xd4\x34\x46\x0e\x7c\xc3\x19\xf4\xfa\xda\x77\x88\xf8\xbb\x15\x47\xee\x6b\xdd\xcd\xe3\x07\xbd\xd9\xc6\x54\x07\xbc\xd8\xc9\x29\xfa\xde\xed\x38\xa8\xbd\xaf\xf5\x52\x7f\xbf\xbb\xf0\x52\x18\x8d\x9c\x5f\x89\xa1\x69\x64\x5d\x99\x32\xbe\xa3\x66\x8a\x0c\x5f\xaf\xed\x17\xbf\x3d\xf5\x0d\x77\x2a\x2b\x19\x7e\x00\x03\xde\xad\xe9\x3a\x48\xba\xc2\x3c\x2d\x8a\xca\x66\x05\xbe\x81\xcc\xa7\xa8\xf2\x1c\x10\x4d\xd0\x53\x85\x99\x65\x66\xc7\xc6\x80\xbc\x31\x20\xef\x8b\x8c\xb2\x20\xad\xef\x17\x14\x29\xa0\x4c\x4d\x70\x86\xcc\x99\xa0\xb4\x61\x57\xe0\x97\x0c\x70\x4e\x49\x71\xa9\x0e\xdc\xe5\xe3\xbe\xd0\x2f\x7d\xa0\x7e\xd0\xdd\x8a\xe7\x7c\x61\xe8\xea\x6b\x08\x03\x6c\x44\x48\xe8\x41\x50\xa0\xf4\x7b\xc8\x00\x9f\x43\x3d\x49\x3f\xde\xdd\x2a\x69\xae\xa0\xae\x83\x48\xb0\xb8\x81\x9a\x41\xde\x52\x5a\xc3\x7d\x0f\x17\x03\x2e\x16\xb3\x81\x56\x8c\x22\x2c\xcd\x14\xa4\xf9\x0d\xd3\x6a\x25\xd8\x9d\xcc\x53\x75\x07\xaf\x1b\xe6\xcd\x2e\xd4\xba\x72\x99\x4d\xb0\x17\x64\xf5\xb8\x14\x3c\x85\x2c\x86\x67\xb7\xca\x7b\x17\xee\xac\xed\xd4\xf0\xbb\xff\x11\xcb\x77\xfa\x8f\xbc\x51\x79\x2a\xad\xc3\xa3\x4b\xd2\x68\x69\x5e\x43\xd0\x77\xd5\x0a\xb8\xbd\xe0\xc1\xd6\x04\x92\x40\x22\x0a\x48\x87\x01\xce\xde\x17\x62\x04\xcf\x1c\x31\x37\xa2\x87\x32\xae\xcb\xeb\x82\xe7\x1a\x06\x71\x2d\xdb\x50\xe2\xaf\xe1\x0e\xd6\x25\xd0\xa2\x35\xfe\xd0\xa8\x4b\xf7\xae\x35\x0e\xa9\x5c\x58\xea\x87\x6c\x34\xc8\x25\x79\x58\xd2\x15\x0c\x0b\x6e\x01\xad\xf9\xa2\x65\x84\x67\x6c\x59\xad\xc0\x90\xc9\x53\xd0\x30\xa9\xa5\xd5\x61\xb0\x06\x59\xc9\x65\xa6\x19\x9f\x99\x03\x57\xda\x2a\x05\x30\x8e\xd6\x82\x53\x85\xe0\xba\x4d\x18\xba\x06\x51\xce\x3c\x73\xa8\xfe\x6e\x3d\x8e\x35\xad\xd4\xf6\xae\x7b\x58\x8b\x9a\xc7\xbd\x4e\x6c\x05\x9d\xeb\xc2\x08\x3e\x3f\xf3\x4c\x8b\x09\xfb\x98\x7f\xca\xd5\x5d\xfb\x07\xf0\x87\xc6\xc8\x37\x6b\xe8\x26\xa4\x28\xf7\x91\x07\x66\xb4\x47\x67\x07\x36\x6c\x97\x53\xd3\x17\x57\x1d\xb7\x6c\xab\x75\xea\x5b\x8c\x30\x68\x4f\x44\x00\xee\x88\x81\xb6\x49\x91\xe1\x8e\xb5\x8d\xf3\x53\x35\x13\x45\x2e\x4a\x01\x43\x4d\x55\xa2\xcd\x28\x13\xb1\x2e\xf5\xe9\x9d\x2a\x3e\x65\x8a\xa7\xfa\xd4\xd7\xd0\xd0\xa7\x44\xd7\xe6\x3b\xfe\xe7\xc3\xfa\x5e\x02\x4d\x72\x8c\xa4\xfe\xc2\x23\xa9\xe3\xf1\x7e\x9e\x60\xea\x80\xde\x0e\x1f\x45\x5d\x93\xa4\x06\xf1\xdf\xb0\x78\x7e\x43\x21\x08\x75\xaf\x7e\x8b\xc3\x4a\xe6\x46\x7c\xdd\x5c\x09\x73\x09\xb5\x70\x8a\x5f\x65\x2e\x57\xd5\x2a\x30\x78\x68\x6c\x4a\xe1\x1f\x12\x32\x5c\x73\x71\x97\x6d\x58\x52\x08\x4e\x58\x0c\x01\x6c\xac\x11\x08\x36\xe0\x82\x33\x97\x3e\xcf\x31\x7b\xbe\xd4\x81\x9f\x2e\x29\xb8\x5e\x02\xaa\x2b\x04\xf0\x5a\x2f\x68\x18\x46\x71\xcb\x65\x66\xc4\x8a\xb8\xd8\xcf\x2b\xf6\xc2\x7c\xcc\x7a\xc8\xda\x5e\x30\x2a\xa5\x56\x0a\xfc\xa9\x18\x9d\x01\x03\x7a\xe9\x97\xc6\xf0\xf4\x05\x30\x29\x34\x02\xe1\x4f\xdf\x7d\x8b\x02\x08\x5a\x76\x3a\xb7\xc3\x29\x21\x7e\x81\xac\x3a\x66\xdf\x25\x7d\x03\x98\x11\x70\x09\xc3\x3e\x14\x4b\xa5\x36\x5c\xa8\x92\x7a\xc9\x66\xa2\xbc\x13\x22\x77\x61\x2b\xec\x9f\xa2\x50\x70\xb9\x84\x35\x87\xa2\xa9\xbf\x7e\x4c\x86\x7d\xfa\xa7\xbb\x25\x2f\x4f\xa4\x3e\xe1\x27\x3d\x1c\x7d\xdb\xea\xe9\x1e\x20\x06\x02\x07\x23\x80\x81\x7f\x54\xa2\xd8\x30\x75\x0b\x10\x2f\x29\x19\xdd\x88\x8e\x7c\x25\x28\x2b\x38\x25\xaa\xca\x4b\x57\xaa\x48\x07\xfd\x79\x8c\x32\xb0\x0f\x06\x96\x06\xbc\xc8\xc1\x4a\x61\x41\xcd\x3c\x88\x31\x2b\xc5\x6a\x9d\x41\x51\x2a\xb0\x64\xb0\x4f\x62\xa3\x7d\x19\xa2\x30\xa6\x1d\x47\x23\x73\xa6\x8a\x14\x37\x13\x89\x0f\x17\xc7\xa3\x3d\x04\x42\xde\xce\xbb\x65\xd6\xe1\x56\x8a\xbb\x53\xc2\xfc\x39\x31\x27\xe8\x84\x52\x94\x4e\x71\x16\xa7\x7f\x82\xff\x9e\xd8\xd9\x3f\x90\x47\xd6\x71\x15\xec\x82\xb4\x48\xb1\xf4\xc4\x12\x3f\x5d\x99\x58\x88\x32\x52\xa2\x60\x61\x43\x2f\xb6\x65\x12\x72\xce\x64\xae\xab\xf9\x5c\x26\x70\x5d\x46\x36\xd4\x54\x94\x02\xdd\x73\x8f\x47\xe3\x7f\x5a\xab\xf4\xc4\x4d\x71\x78\x1d\xb8\x0b\x95\xda\xe9\x0f\xca\x9e\xb4\x45\xe0\xea\xef\x3d\x52\x9e\x7b\x43\xd7\x1e\x76\xa5\xa0\xd6\x53\xab\xd0\xdd\xac\xa0\xd7\x77\xbb\x84\x32\xbe\xe3\x9d\x4d\x31\xdf\x32\xe7\xcb\x4e\xf6\x7a\x1d\xb1\x54\xcf\xcd\x1d\x99\xbc\xc0\x7b\x05\xbc\xc2\x16\x5b\xa7\x76\x9b\xbd\x0c\xd0\xc8\x83\x93\x38\x8c\x77\x39\xa5\xac\x9d\xf7\x87\xcb\x44\xba\x81\x1f\x24\x9a\xa0\xa8\x9c\x44\xdd\x80\x70\xac\xe3\x7a\x88\x07\x8e\x4c\x6a\x33\x83\xfc\x6b\x72\x74\x7f\xe2\x8f\xcd\xc9\xda\xf0\xaf\x93\x95\x28\x16\xe2\xe4\x93\xd8\x1c\xfd\x68\x4d\x14\x2d\xad\xac\x0f\xf6\xe8\xc7\x23\x78\x01\xa2\x33\xab\x2c\xdb\x00\x61\x8a\x74\xe8\x16\x7a\x96\xbe\xe4\xb7\x8e\x0d\x3b\xcc\xc5\x80\x35\xdb\x2a\xe0\x01\x4b\xb6\xbf\xd9\xdd\x1f\xbc\x8b\xd6\x18\xf8\x5f\x22\xa7\xb2\x02\x2d\xc8\x75\x8d\x36\xac\x10\x73\x0f\x14\xb4\xf0\xbf\xd3\x30\x3a\x0c\x8e\xad\x47\xa3\x7d\x74\x3f\x7c\x6f\xe3\xb7\x36\x43\x17\x10\xe9\xdd\xd1\xff\x03\x48\x7b\xb8\x50\x53\x9f\x28\xce\x33\x1c\x93\x15\x71\x9e\xb8\x2c\xf2\x10\xa9\xdf\x9f\xa3\xc1\xdc\xd7\xb4\x7e\xe3\x06\xf8\xb6\x5a\xad\xb6\x17\x12\x34\x0d\x98\x3f\xe3\xa3\xa3\x70\x74\x14\x3e\x57\x23\xc2\x9e\x45\x37\x2f\x55\x96\xcd\x78\xf2\xe9\x0d\xd4\xac\x1e\x16\x22\xd0\xaf\xde\x16\xe2\x56\xb6\x9f\x12\xb4\x20\xe3\x53\x88\x47\xa5\xef\xc3\x02\xfb\xa8\xd2\x57\x93\xf0\x09\x51\x38\xf0\x44\x7c\x75\x10\xa3\x7f\xc0\x92\xc8\x7c\xf1\x11\xf6\xf8\x2d\x17\x2b\x95\xf7\x44\x4f\x80\x61\x00\xab\x9a\x1b\xd6\xd3\xe9\x1c\x4c\xa1\x33\x98\x63\x81\x1f\x21\x4a\x1a\x60\x30\xe0\xf7\x1f\x73\x27\xe9\xb4\xaf\xeb\x8a\xdf\xd7\x6c\x06\x6e\xf4\x81\x18\x60\xf3\x76\x7d\x6f\x2c\xad\x0a\x7b\xa4\x68\x3c\x0c\xea\xf9\xdb\xb6\x3c\x67\x7c\xa6\x55\x56\x95\xee\x62\x7c\x21\xee\x7f\x64\xff\xfe\x92\x61\x70\xa0\x28\xcc\x55\x65\x33\x2e\x55\xc9\xb3\xee\x41\x90\x6b\x59\x97\xbc\x28\xed\xc5\x8e\x5f\xc5\x4e\x5f\xbf\xfa\xb7\x97\x53\x76\x56\xfb\x1e\x00\xef\x65\x09\x79\x02\x31\xf3\xdc\x7f\x75\xb6\x61\x85\xaa\xf2\x14\x57\x74\xea\x50\x84\xe9\xb8\xbe\x72\x2a\xbc\xcd\x6c\xd6\x46\x8f\xa7\xa4\x8e\x1f\x6d\xd6\x28\x1a\x0b\x88\x02\xbf\x7b\xf5\x6f\x13\x33\x56\xb8\x8a\xbf\x7b\xf5\x6f\x76\xa8\xf5\xd9\xe5\x2a\x15\xb1\xce\x3c\xf3\xb1\x28\x40\x08\xb8\xe9\x00\xa7\x2a\xa7\x62\x4a\x52\xfd\x94\x08\xe4\x3d\xf4\x64\x28\x2b\xad\x32\x91\xbe\x84\x35\x07\x51\xad\x5c\x0a\x49\x2a\xb9\x2e\x29\x04\xd9\x2c\x77\x6e\x97\xab\x19\xe9\x02\x50\x89\xf4\x14\x16\x58\x83\x5b\xd5\xbc\x4d\xa1\x31\xf1\x74\x94\x16\x8d\xed\xc9\x53\x04\xae\x9c\x19\x9a\xd0\xac\x5a\xb3\x5c\xdc\xd5\x5b\x61\x6e\x81\x19\x5e\xc6\x13\x31\x65\x1f\xf2\x04\xdd\x63\xa6\x2d\xf6\x53\x08\x2f\x99\x83\x55\x00\x7a\x85\xec\x23\x01\xd1\x9d\xa5\x22\xb0\xfe\xb8\xef\x09\x2b\x97\x95\xc6\x10\x20\x5c\x43\x5e\x7a\x55\xe3\x3f\x70\xe8\xaa\x90\x0b\x99\x6f\x25\xb3\xf0\xfb\x8c\x32\x60\xcd\x22\xe9\x16\x72\x3f\x18\x52\xf3\x1f\x03\x84\x1c\x73\x28\xb1\xce\xd4\x66\x25\xf2\x83\xb0\xa8\x3d\xf8\xd2\x55\x55\xb4\x39\x26\xdb\x39\x52\x83\x0f\x69\x4b\xf9\x8c\xcf\x14\x52\xbd\x1b\x58\xfc\xda\x83\x98\x92\xed\x12\xbe\x1f\xf0\x19\x87\x37\x6e\x59\x05\x93\x73\xf6\x6b\xc4\x6c\x0d\x53\x78\xf5\x50\x8e\xf4\x93\x43\x65\x9d\x30\xee\x0b\x6c\xbf\xb6\x69\x56\x43\xb8\x91\x3d\x5f\x97\x6f\xfc\xe2\x71\xb3\x72\xd5\x9a\xc9\xd5\x4a\xa4\x92\x97\x22\x4c\x82\x8f\x37\x93\x38\xc2\x04\xe1\x11\x5d\x8c\x4f\x9d\xa1\xa9\x2c\xa5\xb4\x49\x3a\xc9\xa9\x82\xc5\x11\xf7\xe6\xe0\xb2\xd7\xc4\x3c\xc2\x05\xa5\xf3\x6f\xde\x84\x37\x80\x7d\xcd\x84\xc8\xd9\x27\x99\x65\x22\x9d\x74\x0e\x7b\x5e\x15\x86\x05\x4c\x6a\xc7\xbd\x3e\x26\xe8\xb5\x16\xe0\x07\x1e\xf9\xc6\x51\x06\xb1\x91\xd8\x5c\xeb\x50\x0f\x08\xca\xbe\xdf\x9d\xfc\x07\xde\xc4\x5d\x44\xbf\x3f\x29\xa7\xea\x2e\xef\x3e\x34\xc0\x09\xe8\xb8\xc4\x04\x3f\x97\xf7\x22\x7d\x00\xd9\x1b\xd2\x6a\xd0\x8f\x19\x8c\x69\xf5\x1f\xcd\x6d\xde\xe1\x3c\x10\xf1\x46\x17\x17\xe8\xfc\x93\x2d\x5f\x75\x74\x8b\xa0\xbd\x54\xdb\x30\xe1\xd4\x7d\x70\x54\x1b\xa4\xdd\x72\xe4\xf0\xbb\x03\x2f\x2b\xa2\xf0\xe8\x3a\x7c\x1c\x0a\xff\x83\x2e\xb3\xce\x50\xee\x6d\x16\xd4\xae\x97\xe2\xa8\x3d\x97\xc7\xb0\x59\x0b\x04\xdc\xcd\x37\x0e\x5d\x18\xb2\x15\xcc\x95\x08\x96\xf1\xe8\x85\x26\x02\x52\xf7\x07\x1f\x84\x82\x54\x54\x99\x68\xda\x69\x31\xa9\xb2\x25\xad\xc7\x27\x5b\x06\xc9\xeb\x36\x07\x53\xcd\xd9\x42\xa6\x71\x6e\x09\x9e\x31\x8b\x04\x0c\xe2\x69\x26\x3f\x41\x9e\x15\xe6\x1b\x72\xa6\x31\x0f\x7a\x21\x49\xee\x83\xe4\x8e\x8d\x7f\x00\xbd\x63\x2a\x9f\x0b\x17\x45\xe1\xdd\x2c\xa8\xc8\xd3\x29\xbb\xb4\xa9\x6f\x46\x3e\xfd\xb5\xd2\x25\xac\xd6\x81\x0d\xac\xe7\x6f\x7d\xd2\x67\x51\xb5\xf1\xdb\x82\xea\xc3\x1e\x38\x0f\x6e\xd7\xe0\xa0\xd6\x92\x31\x34\xf8\x81\xc7\xa1\x2d\x3f\xa1\xef\x34\xb4\xbc\xf3\xa8\x87\xa1\xed\x7b\x4f\xe9\x2c\x54\xfb\x9f\x85\xea\x6b\x3e\x0b\x3d\x79\x8c\x7f\xec\x51\xe8\xcc\xb8\xd9\x7e\x1a\xba\x5e\xa3\x03\x71\xa0\x7c\xc8\x1e\x7a\x26\x92\xbc\xac\x25\x44\xb6\xf9\xe5\xba\x5a\x76\xa1\x01\x35\x5a\xb6\xa0\x24\x45\x79\x93\x58\xe9\x28\xda\x4e\x97\x53\xe3\xab\x28\x9d\x79\x09\x0d\x41\x36\x10\x1a\xc3\xa1\xbf\x35\xba\x8c\x90\xdb\xc1\xd6\x4c\xd0\x73\x20\xb3\x41\x51\xde\xa0\xd6\x32\x00\xab\x78\x90\x39\x18\x68\x3d\x2b\xb8\x2d\x77\x14\xfd\xfc\x55\x1e\x53\xe0\x70\x5c\x96\x7a\xb7\x9d\x78\x2c\x8d\xef\xd7\x80\x74\x1a\xcf\x4b\x85\xe0\x3a\xb9\xcf\x8c\xbf\x0e\xda\xff\xfa\xf1\xea\x1a\xa4\x76\x2f\x23\x06\xbc\xaa\xb9\x89\xb4\x40\x7e\x17\x72\x99\xf9\x6a\x21\xab\xca\x11\xe7\x45\x44\x7d\x0f\x34\x01\x77\x24\xa7\x6d\x33\x26\xb4\xbe\xf1\x58\xb7\x4d\xc7\xd7\x1e\xe3\xae\x39\x1c\x2b\xed\xce\xf3\x6d\x46\x44\x63\x2a\x71\xb0\xee\xad\xa9\xc6\x76\xde\x21\xce\x00\xe2\x55\xfc\xd5\xff\x16\x5d\x3a\x03\x9d\x83\x25\xd7\x9f\xc0\x1f\x38\x97\x8b\xaa\x10\x27\x6b\x95\x9e\xb8\x18\xb1\x53\x4d\x79\xbc\xf0\x93\xb8\x2f\x4f\x77\x08\xd9\xa0\x9d\x73\xa9\xba\x03\x23\x36\x6a\xaf\xf5\x5f\x14\x57\x46\x33\xdb\x46\xb0\x41\x7c\x05\x77\x6a\x9a\x85\xfe\x40\x86\x6e\xdd\x48\x63\xb6\xe0\xe8\x04\x7c\xb6\x4e\xc0\x1d\xe0\xfb\x5d\x2c\xf1\x5f\xff\xa8\xac\xbd\x87\x25\xc2\x0c\x49\xdb\x0b\x8f\x5c\x3d\x29\x0f\xac\x37\x7f\x74\xa6\xd8\xbe\xa8\x07\x66\xac\x7d\xb9\x78\xcd\x20\xb1\xcf\x37\xcd\x20\x17\xef\x21\x33\xde\x3b\x2f\xce\x2f\xd8\xa0\xab\xe2\x11\xb3\xe1\xfc\x48\xb6\x5c\x47\x71\xa8\x26\x2f\x71\x0b\x04\xc5\xac\xc1\x16\x1a\xe6\x63\x99\xda\x00\x77\x7b\x57\x60\x51\xd3\x93\x62\x04\x24\x9e\x27\x42\xbb\x0c\x2e\xb2\x6b\xd2\xad\xb3\x5f\x54\xcf\x30\x41\x33\x58\xfb\x61\x97\x75\x57\x30\x64\x63\x89\xf6\x8f\x89\xec\x5e\x3b\x9e\x94\x55\xec\x19\xb1\x01\x67\x7e\x0d\xc3\x53\xb7\xd3\x12\x6e\x0b\xd2\xde\x23\x2c\x5b\xdb\xb8\xec\xda\xc1\x6f\x97\xf8\x2a\x2d\x8a\x93\x45\x25\x53\x41\x01\xcd\x2d\xf1\xcc\xf5\xd5\xc4\x42\x76\x2a\xe7\xd9\x45\xb4\x7e\x4d\xad\xab\xe4\xc5\x42\x94\xdd\xc5\x00\x6b\x65\xed\x0c\x19\xee\x30\x41\x1f\xd3\xaf\x45\x21\x79\x26\xff\x09\x4e\x8b\x00\xa8\x02\xd0\x45\x57\x7c\x7d\x82\xa5\xdd\x40\xfa\x31\xab\x22\xee\x0d\x5d\x69\x79\x0b\xa2\x38\x3d\x75\x53\xf6\x3d\xa7\x2a\x17\x1e\x38\x56\xe6\x65\xa1\x0c\xbf\x03\x01\x8d\x34\x59\x14\x10\x34\x6a\x7b\x24\x9e\xd8\x40\x6b\x6a\x02\xb6\x21\xdc\x75\x9b\x5d\x0f\x3b\x7a\x02\xf0\xd5\x4c\x6f\xf2\x92\xdf\xbb\x38\x7a\x5c\x33\x54\x96\x40\x6f\xd6\xd5\x7a\x0d\xd8\x7b\x7e\x22\x6e\xa8\x13\x9c\x62\x00\x99\x84\x12\x5e\xbd\xa1\x7d\x58\x18\xd5\x94\x92\xa8\xff\xb0\x78\xf8\x03\xe9\xa6\xbd\x08\x28\xdb\xd4\xd4\xbe\x97\x7b\x34\xd6\xfd\xb4\xd5\xde\x8f\x3e\xb0\x7a\xd8\xde\x06\xd1\x16\xd4\x26\x84\x0e\xec\xb5\x87\x36\xdf\xfc\x4a\xcc\xa3\x9d\x68\x57\x16\x1c\x95\x0e\x7b\x0b\xd8\xd5\x63\xd9\x49\xe5\x8a\x2f\x04\x52\xcf\xe9\xed\x6b\x9e\xad\x97\xa6\xad\xf9\xf1\x52\x98\x73\xba\xed\x40\x04\xcd\x58\xb2\x14\xc9\x27\x07\x26\x4a\x10\xd1\xd0\x39\x44\xf7\x50\x65\xbc\x00\x8a\xbb\xaf\x9e\x87\x91\x79\xc6\xc4\xe2\x51\x57\x7e\x9e\xba\xf2\x1f\x80\x27\xb3\x54\x19\x44\xce\x39\xc8\xab\x00\x8f\xc1\x1c\x36\x82\x33\x34\x5b\x67\xd6\x6a\x80\x22\x15\xf0\x82\x69\x1b\x2f\x18\x0e\xe7\x32\x87\x38\x1d\xc0\x66\x47\x1b\xf5\x8c\x27\x9f\x44\x8e\x92\x85\x47\xc3\xb3\xb0\xe3\x76\xc8\x3e\xe2\x31\xe0\x12\x0f\x1e\xf5\x30\x35\xb0\x8f\x11\x36\xd5\xc1\xde\x37\x0e\xa4\x16\xf6\x7d\xe7\x8d\x35\xae\xf6\xe9\x89\x5d\xef\xe0\x51\x0f\xda\xa2\x56\xe4\x13\x7b\xa9\xb6\x8f\xdd\x26\x10\x5c\x30\xbf\x06\x4e\x67\xbf\x90\x01\x53\x68\x8b\x68\xa2\xc0\x1f\x2f\xe7\x1a\x6a\xc6\x7b\xe3\xc7\x92\x2f\x98\x2a\xf0\x8f\xff\xff\xd5\xdf\xce\x7e\x7c\xf5\xfa\xdb\xef\xbe\xff\xf7\x1f\xfe\xe3\x2f\x7c\x96\xa4\x62\xbe\xa7\xcb\x62\xd0\x46\x0f\x5b\xc5\xce\xc5\xdb\x7f\xa5\x80\xc5\xf1\x0e\xd3\xfd\x99\x7f\x18\xe3\xe4\x7f\x12\x9b\x13\xe4\xd1\x6b\x2e\x0b\xcd\xc4\x7d\x59\xf0\xa4\x0c\x51\x86\x2f\x00\x4e\x35\xe8\x7e\xca\xce\xa9\x8e\x09\x55\x31\xd0\x98\x2a\x8b\xc9\xe0\x5e\x63\x5a\xf3\xd2\xdc\x69\xec\xf7\x6f\xf0\xa8\x9d\xd0\x59\xa3\x25\xfd\xe6\x77\xe8\x48\x42\x68\x6f\xa9\xb0\x66\xf9\x9d\x98\x2d\x95\xfa\xe4\x8e\x7d\xa9\x3c\x62\x36\x5b\xaa\x3b\xf3\x03\x5c\x95\xeb\x42\x00\xc7\xd2\x22\x1c\x1a\x94\x7f\xc6\xb0\xa5\xb6\x15\x1b\xae\x3b\x7a\xf8\xeb\xe6\x62\xbe\xf1\xd0\xd8\xd1\x5a\x72\x73\xf9\x90\x00\x53\x2e\x23\x50\x41\x43\xa4\x30\x3f\x7f\x34\xa8\xd1\x85\x63\xb8\x94\x18\xfb\x10\x11\xb4\x8f\xa3\xc5\x07\xde\xcc\xd3\x95\x64\x6f\x4e\xf3\xbd\x7d\xe4\x32\xdc\xdd\x0f\x96\x4a\xa1\xd8\x74\x30\x76\x26\x77\x87\xb0\xd9\x91\x4b\xed\xc8\xe2\xfa\xad\x3c\x8d\xc6\x76\xba\x85\xd0\x55\x56\xfa\xcc\x43\x90\x56\xad\xad\x6a\xe8\x19\x6d\xf1\xc3\x77\xba\xdd\x5b\x8e\xad\x2b\x10\xd5\xa8\xa1\x44\x12\xf2\x9d\x68\x00\xde\x17\x55\xde\x51\xed\xad\x4a\x65\x79\xb6\x95\x4d\xd4\x5a\xb4\x17\x66\x09\xed\x84\x28\xb4\xd1\x1a\xf1\x74\x25\xb5\x0e\xea\x86\x64\xa2\x70\xde\xad\xca\xe8\x66\xec\xf8\x2c\x4d\xfd\x07\x8e\x11\xb8\x1c\xd9\x87\xbf\xc3\xb1\x5c\xc6\x09\x14\x7d\x81\x54\x85\x49\x77\xf7\x30\x42\x9e\xa6\x10\x91\xba\x36\xeb\x5a\x48\xa3\x31\x61\x1f\x2f\x1f\xc6\x05\xba\xe0\xa7\x2e\x11\x7a\xca\x8f\x18\x03\x09\xa8\x4e\x8d\xdb\x35\x4d\xa0\xf4\x8d\x12\x21\x46\xa0\x75\x05\xf5\x4d\x37\x45\x59\xbf\x08\x40\xe3\x93\x9a\xdd\x15\x2a\x5f\x4c\x19\xd4\x1f\x42\xd3\x08\xbc\x5d\x16\x55\x6e\x28\x02\xa2\xa1\xc1\x96\x94\x6d\x58\xa6\x8c\xdc\x56\x14\xaa\xd0\x18\x6b\x9a\x4a\xbd\xce\xf8\x06\xa4\x6e\xdc\xbb\x4a\x23\x10\xd8\x1e\xd7\x5f\x8e\x75\x24\x64\xbe\x30\x52\xc7\xf9\xc5\x4f\x99\x4a\x3e\x6d\x3d\x59\xd8\x24\x00\x04\xe0\x6c\xcd\x8b\x52\x26\x55\xc6\x0b\xf6\xe6\xfc\xed\x25\x7b\xf1\xee\x7e\xca\x6e\x8e\x5e\xff\xe5\xdb\xe9\xeb\x1f\xfe\x3c\x7d\x3d\x7d\x7d\xfa\xed\xf7\x37\x47\x04\xfd\x18\xd4\x48\xa3\xf1\x83\x81\x0e\xae\x18\x02\x7c\x65\x51\x1d\x79\xc3\x22\x8e\xb5\x69\x65\xcd\x7e\x68\x1a\x33\xab\xb4\x2e\xa9\xc0\x8b\x1f\x8f\x19\x42\x6c\xef\xab\x97\xe7\x71\x02\x8c\xd1\xfb\xaa\xac\xd7\xbe\x9b\xc8\xb4\x68\x1e\x70\xf8\xb5\x79\x8f\x98\x05\x08\x95\xa5\x86\x9a\x74\x7e\xc1\x70\x09\x7f\xe3\x99\x4c\x99\xa0\xe2\x2f\xa0\x0e\x37\x17\xad\x4d\xb5\xc0\x89\x37\xbf\xfd\x0e\x17\x04\xbf\x9e\xc9\x04\xa2\x3c\x06\x2f\x07\xcf\x77\x1c\x1a\xa3\xef\x51\x38\x97\x65\x2b\xa8\xdc\x22\x18\x84\xc3\x06\x55\x55\xa9\x65\x8a\x97\x0c\x2c\x51\x41\x48\xcc\xfb\xa3\x57\xf7\x11\x73\x44\x43\xdb\x48\x3a\x6a\x18\x10\x12\x9c\x56\xea\x93\x95\x05\x9f\xcf\x65\x12\x52\x2f\xba\xf6\x49\x36\xb8\x50\x69\x9b\x61\x7b\x34\x58\x8c\x06\x8b\x67\x68\xb0\xf8\xfa\x6a\xf3\x5f\x0d\xc2\xe0\x75\xf8\x0c\x11\xcf\x18\x62\x97\xf0\xbc\x69\x5a\xe7\x4d\x83\x00\x67\xb6\xf0\xb6\xc3\x54\xe9\xdf\xf2\x81\x77\x8b\x42\x68\x7d\x59\x6d\x0f\x83\xea\x78\xa5\x4b\x52\xb0\x3a\x15\xf1\xd5\xba\x68\x40\xe0\xbd\x7b\x8a\x06\xb6\xd7\x00\xd8\x09\xbc\x5a\xe8\xf5\x82\x2c\x54\x45\x3e\x39\x70\xc8\x80\xce\x53\xf2\x93\xcc\x10\xa6\x11\xed\x5e\x4f\xff\xdc\xcb\xcd\xd7\xed\x95\xad\x2c\x0c\x63\x2a\x74\x29\x73\xa4\x27\xfc\xae\xa1\x1e\x55\x95\x0b\x05\x0c\x08\x87\x48\x55\xea\x7c\x24\xab\xc4\x48\x4d\xac\x38\xb7\x9a\x49\xc3\xfa\x51\xcc\xe6\x2c\x53\x0b\x99\xf0\x8c\x7d\xb8\x6c\x29\x97\x22\x6c\x81\x52\x10\xa8\xf3\xc5\xc4\x0b\x38\xb4\x82\x58\x87\x0e\xc7\xf2\xc2\x2e\x91\x61\x49\xbe\x74\x8a\x59\x63\xd3\xe0\x65\xcb\x07\x2c\xba\x16\x14\x1d\x42\x41\x37\x48\x16\x52\xb9\x80\x59\x4c\xd0\x7b\xe3\xbf\x6d\x6b\x88\xd1\xf7\xd0\xc6\x40\x8e\x49\xbb\x4d\x76\x78\x61\x67\x50\x01\x2c\x0c\xee\x7d\x80\x0e\xbd\xe5\xf4\x5d\xa8\x02\x21\x27\x4b\x35\x68\x2f\xdb\xb7\xd1\xd1\x2a\x7a\x29\x49\x3a\xf0\x12\x26\x3b\x37\x43\x8d\x77\xd8\xc8\x45\x5b\xb6\x98\x19\x5a\xf3\x95\xc0\xf7\xdb\xec\x68\xe0\x5b\xf6\x3c\x68\xf7\xb0\xad\x7f\xe8\xae\x87\x21\xdd\xa5\x7a\xd4\x8d\x17\x50\xdf\x7b\x7f\xbe\x0b\x1d\x0c\xe5\xa1\x40\x66\xc3\x59\xee\x79\xbe\x3b\xcf\x0d\xde\xd9\x93\xe9\x3e\x4c\x1f\xeb\x67\xba\x46\x66\xea\x37\x7a\x9a\x56\xdd\x47\x91\xa4\x41\x52\xbe\x03\x1f\xc1\x2c\xc3\xc0\x8a\x24\x09\xea\xca\x3e\xb9\x03\x69\x87\xbf\xe5\x2c\x62\x93\xa7\x73\x0c\x41\xd2\x7d\xfc\x83\x38\xe9\xbb\x50\x91\x8e\xea\xfb\xbe\xe2\xa9\xa0\x4d\x97\x00\xd3\x96\xf7\xef\xfd\x78\xe5\x3e\x85\x2b\xf7\x69\x72\xde\x3e\xc4\xf4\x46\xe3\xd8\x5f\x10\x1b\x13\x28\x92\x69\x04\x4e\x7f\x1a\xe6\x82\x0e\xe0\x74\xba\x0a\xc2\x6d\xb4\xab\xd7\xd8\xbf\x43\x9e\x83\x11\xe9\xfc\x4b\x47\x3a\x3f\x88\xf9\x62\x30\xcc\xf9\x36\xfb\xe7\x03\x41\xce\xfb\x98\xf1\x50\x86\x69\x1a\xc7\xc2\xa9\x40\xac\x65\x2c\x75\x68\x6f\x27\x10\x14\xd9\x07\x73\x6f\xd9\xa2\x2c\x78\x33\x7b\xf8\x55\xb8\x23\xa3\xda\xd0\xfd\x71\x07\x6b\xe7\xde\xe8\x72\x6a\x20\x27\xa5\xf8\x49\xcc\x5d\xf5\xd2\x33\x35\x6b\xb9\xa7\xb5\x20\x04\xaa\x9c\xaa\xcc\x93\x01\x09\x21\xa8\x68\xa8\x18\xda\xb0\xbb\xb1\xc8\x7a\x65\x42\xcf\x6e\x77\x00\x34\x3e\xd1\xcc\x79\x7a\x35\xc9\x32\x49\x56\xe9\x52\x14\x27\x3a\x51\x6b\x91\x52\x0e\x61\x54\x44\x17\xe1\x46\x34\xd3\xee\xb0\xc4\xc1\xd4\x5a\xac\x78\x5e\xca\x44\xff\xd5\x48\x13\x56\x36\x99\x55\x65\x80\xce\xad\xe9\xf3\x46\xec\x71\xa3\xd5\x50\xe6\xfe\x1c\xac\xe4\x11\x48\x78\xa6\x21\xc7\xd5\x09\x30\x82\x35\xa9\x85\x63\xf2\xb1\xca\x84\xeb\x9c\x7c\xec\x01\xd2\x6c\xd4\x31\xf5\xe4\x17\xc0\xc9\x81\xb3\x8d\xff\xd9\x2b\x2f\x1f\xcc\x2e\xdd\x49\x74\xe3\x85\x13\xb8\xf0\x68\x64\xc3\xbb\x3b\x2c\x5c\x77\xa0\x65\x75\x44\xcc\x04\x60\xeb\x6e\xa7\x48\x48\xa6\xa9\x5c\x00\x8a\xd2\x23\x6e\x34\x20\xc3\xd0\x16\x37\x16\xe4\xa9\x6f\xf4\xa0\x6f\x20\x47\x38\xd6\x4c\xdd\xe5\xbe\xe7\x83\xee\xf5\x4e\xcc\xdd\xf2\x84\x43\xe0\x8d\xf7\xc9\xce\x83\x79\xbb\xf7\x78\x13\x6f\x37\x3f\x34\x78\xfb\x00\x24\xdc\x35\x7d\xb6\x89\x78\x05\x5d\x92\x8a\x87\xd0\x84\xeb\x42\x95\x2a\x51\x59\x00\x1c\x45\x3c\x78\x26\x18\x67\x79\xb5\x12\x05\x68\x70\xaa\x00\x86\x94\xba\x3e\xba\xea\x4e\x1b\x09\x67\x5d\xa8\x5b\x99\x62\xf1\x69\xa9\x1b\xca\x1c\x41\x1e\x00\x92\x19\x64\xf0\x1c\x14\xfa\xcb\x4e\xa9\x63\x09\xe8\x29\x7b\x71\xfd\xe6\x62\xc2\x3e\xbe\xbd\x98\x98\xb9\x5d\xbd\xb9\xbe\x78\x49\x07\xbf\x69\x89\x81\x69\x9a\x89\x39\x64\x86\x49\x5c\x15\xdb\xd7\xa0\xb8\x7e\x73\xf1\xc0\x92\x55\x03\xe1\x9a\xfa\x5c\x1a\x43\xe9\x0e\xe2\xee\x68\xc3\x3a\xeb\xa7\xd4\xa5\xa1\x6d\xea\x58\xc8\x73\x1b\x4a\x99\x00\x23\x5b\xb7\x95\x02\x9f\x83\x1e\xae\x29\x78\x87\xaf\xd7\x99\xf4\xe6\x35\xc7\xa4\x08\xdd\xae\x6e\x4a\x0e\x0c\x72\xa8\xb4\x1b\x11\xa7\x10\x2c\x57\xd1\x2c\xa4\xe3\x77\x56\x19\x00\x14\x50\x30\x15\xe0\x55\xef\xe4\x18\xc7\xf6\xac\x61\xc0\x1b\x02\x5e\x4e\xd8\x87\xcb\x41\xc6\x81\x60\x62\x8c\x27\x85\xd2\x78\x1c\x48\xd2\x69\xd5\x7b\x0d\x37\xd7\x22\xb4\x14\xba\xae\x1d\xa4\x45\x87\x51\xc5\x5b\x34\xe2\x9e\x33\x09\x5a\x09\x7c\xb9\xbe\x70\x30\x77\xc8\xa2\xd3\x4c\xab\x4c\x64\x1b\x08\x41\x84\x72\xbf\x1e\x1f\x0d\x11\xdc\x82\x0b\xcc\x68\x00\x5a\xb9\x2a\x90\x74\x16\x5e\x46\x37\xe6\x76\x07\xd1\x21\x95\xc2\xc0\xd9\x66\xce\x9c\xcc\x7b\xe8\x8d\x1a\xec\x40\x70\xd7\x4d\x3a\x33\x4c\x1a\x83\xff\x3e\x0f\xc1\x91\xfe\x2a\x1d\x5d\x1c\x6b\x96\x29\xc3\xb5\x73\x95\x8a\xc1\x24\x1a\xae\xc5\x67\xa4\x51\x07\xaa\x42\xf5\xdb\xf3\xcd\x23\x91\xe8\xe3\x50\x60\xe8\x7b\xf8\x57\x9f\x08\x7a\x15\x48\x51\x98\x68\xa9\xec\x25\xd4\x5c\x18\x32\x4d\x20\x79\x52\x82\x23\x8c\xbc\x49\xc8\x86\x38\x3d\x15\x9b\x25\x8c\x2d\xba\xb6\x1a\x0f\x6c\xc9\x94\xfd\x5a\x65\xa5\x5c\x67\xc2\xc5\xeb\xac\x2d\xc5\x1a\x81\x00\xdf\x0a\xd2\xc6\x44\xe9\x71\x5f\xcf\x69\x0f\x13\xae\xc5\x84\x62\x7c\xc3\x91\xcc\x55\x81\x61\xbe\x91\x7b\x00\xe3\x0d\x6f\x45\xb6\xa9\xf3\x89\xf7\x1f\xae\x29\xb9\x8f\x67\xe8\xf5\x18\x2a\x6d\x07\xf0\x45\x6d\xe4\x68\x25\x6d\x67\xb4\xce\x1f\x45\x0e\x35\x1b\x6e\x76\xeb\x7a\xb3\x6e\xcb\x04\xb4\x7c\x07\xce\x18\xd8\x63\x3c\xdd\xc6\xbb\x5d\x88\x0c\xc3\x5b\xd5\x94\x02\xca\x6c\xce\x23\xc6\x93\x11\x9d\xdd\x1c\x4d\xd8\xcd\xd1\x3b\xf7\x6f\x55\xf8\x67\x13\xfb\x73\x87\x98\x16\x48\x33\xd2\x66\xd7\x11\x3c\x12\x66\xab\x92\xa8\x28\xee\xa5\x2e\x45\x8e\x11\x71\xd4\xb7\xf9\xd0\xbb\x60\xa3\xff\xea\x69\x06\x01\x54\x6d\x2c\x67\x6e\x9b\x69\xca\xd3\x05\x9b\x83\xd6\xd5\x8a\x88\x73\x3e\x37\xd4\x85\x8d\xd0\x08\x8a\x5b\x45\xbd\xbd\xb0\x89\x2d\x46\x02\x55\x25\x06\xc5\x05\xbd\xdb\xf1\x50\xf7\x2f\x3b\xfa\xa7\x66\x1e\x64\x8e\xe7\x20\x5d\xdf\x15\xb2\x04\xec\x56\xbc\xa0\x01\x28\x81\x18\xf1\x04\x1a\x82\x14\x68\x8b\x90\x65\x1b\x5a\x34\xdb\x06\xb6\x99\xfd\x4f\xb0\x05\xec\xef\x53\xf6\x8b\xfc\x24\x0c\x03\x87\xd8\xfb\x96\xaf\x59\x4e\x8f\x71\x85\xb4\x0b\xb4\x70\xb9\xb2\xb2\x42\x08\xe0\xe5\x46\x62\x3f\xcf\xa3\x01\xa0\x7d\x13\x1d\x92\x18\x98\x18\x8e\xe8\x85\x96\x66\xf3\x00\x5b\xd8\x7d\xfb\xce\x45\x33\xda\x37\x5a\xb6\x2a\x4f\xa9\x9d\xbf\x93\x2c\x85\x94\x8a\xfd\x5f\x33\xa0\xff\x09\x69\x91\xfd\xfd\x41\x17\x7f\x7f\xd8\xe2\x50\x8b\x5d\x20\x07\xec\xe3\x34\x3e\xb8\x62\x88\x79\xa3\x7f\xbb\xbe\xbe\xa0\xcf\x5c\xf0\x72\xb9\x4d\x46\xaf\x35\x35\x14\xad\x12\x09\x1c\x81\xb3\xb5\xf9\xa5\x10\x0b\x71\x8f\x19\xbd\xdc\x26\x87\x18\x7e\x9c\xa8\x15\x20\xdd\x16\xf5\x5a\x42\xf0\x96\x39\x1d\x73\x55\xdc\xf1\x22\x08\x5f\xb7\x6f\xf7\x48\xf6\xd4\xac\x29\xd5\xdb\x07\x8d\x59\xfc\x44\x39\x2b\xa1\x93\xa5\x10\x73\x51\x18\x6e\x82\x57\xb9\x4c\x42\x0b\xba\xbf\xfe\xbc\xb0\x62\x43\x63\xc3\x61\xef\x6c\x07\xa4\xc4\x5d\x5c\x51\x1a\x16\x70\x6b\xda\x87\x78\xdc\xb0\xe4\xe6\xfc\xe5\x0c\xd2\x7f\xcd\x47\x2f\x3e\x5c\x9d\xff\x6f\x5a\x75\x6e\xf3\xd3\xe1\x2a\x3d\x7f\xf7\xee\x1d\xbb\x2a\x53\xf6\xfa\xd5\xab\xef\xa6\xaf\x27\x10\xa1\x4f\xfc\x56\x79\x11\xce\x1c\xeb\xf5\x69\x95\xcb\x7b\x82\x18\x98\x58\x86\xc6\xd6\xa2\xc8\xe8\xc7\x97\x2e\x76\x80\x2f\xb8\xcc\x75\xe9\xf7\x0e\xdd\x4e\xd2\xee\xb0\xcd\xb1\x60\x6f\x10\x86\x03\x20\xfd\xe0\xc6\xb6\xec\x31\x59\x72\x48\x5d\x2a\x34\x4b\xa5\x76\x91\xb7\xd6\x71\xe1\xcd\xed\x3c\x63\x37\xb0\x14\x37\x47\x60\xb2\x45\xad\xef\xe3\xe5\x2f\xb5\x99\x5e\xfe\xfc\x86\x7d\xf7\x97\x3f\xff\x30\x65\x66\x85\xb4\xc5\x14\x5c\xc8\xdc\x12\xe2\xf1\xe9\x31\xf0\xd8\xa0\x48\xe3\xc4\xcf\x20\xd4\x94\x39\x4b\x20\xca\x01\xfc\xfa\x02\x31\xac\x5d\x68\x45\x17\x5d\x0e\x4c\xa0\x69\x39\x7b\xb5\xad\xdf\xe9\xb0\x1a\x9e\x00\x58\xdf\x03\x4f\xac\x6b\x1f\xbb\xc5\x96\x65\xb9\xf6\x50\x11\x58\xf8\x92\x12\x11\x68\xa6\x56\xa0\x12\x36\x7a\xdc\x41\x85\xdc\x54\xaf\x5e\x7d\x97\x2c\x95\x2e\xe1\x5f\x82\x7e\x80\x3d\x83\x1f\xfe\x13\x7f\xd0\x82\x17\xc9\xd2\xec\x21\xfe\xcc\x4e\xe8\xbf\x36\x7d\xec\x0e\x14\x14\xfc\xff\x35\x94\xa1\xb0\x85\x3e\x8a\x8c\x25\xaa\x28\x84\x5e\x2b\x4c\x33\xb3\xbb\x6d\x1d\xf3\xd6\x51\x66\x0f\xa4\x05\x5f\xc0\x68\x15\x4b\xae\xe2\x56\x14\x9b\x12\xb8\x0e\x9f\x97\x94\x91\x0a\x15\x62\x8e\x4f\x8f\xe1\x4a\x99\x89\xb9\x22\x28\x84\xb9\x2c\xcc\x83\xff\x3c\x36\xd7\xfb\xf1\x9f\x8e\xfb\x58\x90\x99\x6f\x8b\xaf\x17\x7f\x6e\x29\xc0\x1e\x57\xe3\x86\x66\x16\xf8\x6f\x1d\x3a\xe7\xfc\x06\x1c\x4a\x2b\x68\xe7\xf8\xbb\xdd\x69\xed\x7d\xf4\x93\xee\xb9\x57\x7b\x3b\x33\x51\x72\x2f\x64\xd4\x56\x89\x74\x61\x4a\xab\x52\x77\x4c\xe6\x33\x55\x61\x0c\x45\x8e\xcd\x60\xc9\x0a\x90\xeb\x43\x0f\x68\xc4\x2b\x82\x4b\xe9\xcc\x8b\x69\x94\xa1\xea\x20\x0d\x81\x80\x16\x08\xfc\x02\x97\x01\x24\x5c\x82\x5f\x3c\xdb\x9c\xc0\x27\x20\x36\xc9\x5c\x67\x13\x96\x29\x9e\xb2\x19\xcf\x38\xd4\x34\x41\x66\x31\x61\x98\x0c\xc9\x4b\xc1\xae\xae\x7e\x99\x30\x35\x9f\x0b\xb4\x56\x92\x18\x7b\x2b\x0b\x80\x0b\x32\xa7\x07\xf2\xb8\xcb\x64\x84\x12\x1c\xb3\x0d\xbe\x6c\x57\xfd\x17\x9e\x6d\xe0\xf1\x7f\x31\xc9\x00\xea\x86\xda\xab\xcc\x29\x7b\x7f\x2c\xd6\xde\x83\x64\xd2\xe1\x80\x10\x75\xe4\xb5\xe7\x3d\xed\x61\x88\x12\xdd\x97\x5c\x13\x4b\x62\x4b\xdb\x03\xa1\x48\xf4\x8b\x97\xfd\x37\xaf\x57\x8d\x9c\xcb\x2f\xcb\x82\x9b\x14\xf3\xe3\xd0\x4b\x67\xf5\x24\xc3\xe2\xd7\xaa\xe8\x4d\xab\xa6\xf6\x00\xa8\x3d\xb1\x7f\x61\x24\x5f\xfd\x9a\x0b\x9b\x76\xa5\xf5\x08\x9f\xec\xee\x73\xbf\xeb\x4a\x5c\x07\x7e\xb2\xff\x74\x4f\xef\xe8\x57\xdc\xd6\xfb\x93\xad\x9c\xd2\x4d\x0e\x7d\xe1\x90\x41\xb3\x36\x49\xcc\x1e\xe8\x31\x00\xf2\x49\x48\x30\x7d\x01\x90\x36\xf0\xb7\x7d\xeb\x0e\xa1\x4e\x58\xc1\x7e\x0c\x7d\x1c\xe5\xa9\xc7\x0c\x7f\x8c\xa9\xed\x90\xd1\x8f\x51\xcf\x7d\x09\x3a\x61\x4e\x4e\x0d\x7a\x16\x95\xd4\x15\xc7\xea\x99\xd6\xc0\xa4\x59\x95\xa7\x02\x12\xcb\x5d\x0d\x0d\xa3\xf5\x59\xc6\x83\x4e\x95\xd4\x19\x43\xac\xce\x19\xd8\x4d\x1d\xd9\x82\xa5\x14\xcc\x13\x0e\xf7\x8b\x2e\x65\xe8\x11\x8c\x1e\x14\x91\x55\xa8\xaa\x6c\x58\x53\xbd\xc9\x36\xf5\xb8\x8b\xce\x20\x5b\xb7\x14\xf5\x2b\xa4\xe6\xab\x2d\x56\x27\x85\x57\x07\x18\x53\xaa\x2c\xdb\xb0\x7f\x54\x3c\xc3\x99\xa7\x6a\xc5\x65\xee\xee\x6d\xee\xdc\x7b\xa6\xab\x49\xa7\x69\xef\xbd\x22\x24\x4d\x34\x5e\x42\x6d\x39\x71\x2b\x6d\xfe\x9e\x3d\xfb\x37\x30\xa2\xc0\x60\x68\x7e\xfc\x78\x79\x1e\xf6\x4b\xf1\x5f\x97\x3f\xbf\xf9\x91\xbd\x9e\xb2\xf3\x0b\x4d\xae\xf1\xd2\xa1\x92\x05\xd6\x4b\xef\xcd\xf1\x06\xb4\xc4\xdc\x33\xb9\x79\x08\x78\x96\xb8\xc4\x37\xf9\x4d\xc9\xd8\xf9\x85\xc3\x78\x34\x0a\x81\x85\x8a\xe2\x20\x18\x5b\xfe\x7b\x93\x7f\x8b\x9e\xd2\xdf\x7f\xfc\x9d\xa5\x02\x02\x20\xb0\xac\x1e\xe5\x91\xac\xc9\x23\x2a\x12\x5e\x69\x61\xd3\xad\x6a\x83\xc4\x0f\xfa\x91\x86\x02\x4b\xe0\x83\x92\x9a\xc9\x95\xf3\x14\xfd\xf8\xe7\x57\x40\x30\x60\xf6\xe3\x79\x8a\x9d\xfc\xf8\xfd\xf7\xdf\xb9\x9f\xcd\xf8\x7e\x42\xc0\x58\xa1\x05\x82\xa0\x2c\x01\xa9\xd3\x66\x0f\x55\x86\x3b\x74\x91\x67\x9b\xa5\x18\x88\x33\xb0\xb0\x35\x08\xcd\xe2\xda\x2e\x89\x72\x1a\x96\x5a\x3b\x1b\xa0\x6a\x14\x4b\xad\x5d\x36\x72\x0b\xfa\x23\xb6\x85\x98\x3d\x8f\x35\xf3\x7d\xb8\x15\xcd\x9b\x62\x1f\x66\x49\xf3\xfd\xec\xc4\xad\x7a\xad\xc0\x0d\x02\x8e\xea\x5b\xa0\xdb\x57\x11\x31\xdb\x6d\xab\x5b\xf4\xb5\xdb\x23\x8b\x85\xaa\x79\x29\xb5\xdf\x21\x0b\x20\x24\x75\x8d\xf5\xf8\x2d\x71\xb6\x37\x4f\xb4\x2b\x79\x0f\x67\x59\xce\x41\xba\x2e\xc9\xff\xec\x2c\x7e\x88\xbc\x83\x70\xb1\x01\x45\x7b\xcf\xc1\x84\x69\xc5\xc4\x3d\x4f\x4c\x6f\x2a\x77\xca\x80\xe7\x13\xb6\xc6\x50\x5c\x4f\xa5\x8b\xa1\x3d\x77\x82\xe8\x45\xb7\xf3\xcd\x58\x8c\x2b\x6f\x97\xd7\xe2\x0f\xb1\x3b\xa9\x97\x18\x80\x04\xce\xf6\xfe\xc5\xeb\x74\xb9\x9d\x05\x3e\x7c\xbc\x87\x12\xbe\x06\x13\xaa\x9a\xd3\x7d\x17\xf1\x11\xb0\xf3\xa6\x2a\x3f\xb6\x59\xa7\x3c\xdf\x50\xa2\xdf\x59\x18\x1d\xa4\xe6\xec\x98\x7a\x44\x63\x3d\x10\xcd\xb1\xdf\x72\x4b\x7a\x75\x07\xb0\x8b\xe6\xf0\xb1\xac\x46\x4e\x56\x3c\x25\x43\x6e\x11\x82\x57\xa9\xc2\x8e\xdf\x8c\x12\xf2\x07\xa1\x94\x93\x73\x7b\x2f\x32\x35\xe3\x2e\x50\xe1\x60\x7e\x40\x98\x4d\xdb\x6a\x3a\xe7\x8d\x61\x97\x78\x50\x1c\xe8\xb4\x35\x62\xc7\xd6\x97\xba\xf7\x0b\x02\x17\xa2\xb4\xc6\x49\xc4\x54\x21\x03\x22\x77\x32\x4a\x6d\xfb\x1e\x47\x83\x70\xe1\x49\x65\xd6\x32\xeb\xeb\x5f\xae\xdc\xe4\x28\x65\x37\xbe\xfb\x5c\x10\x48\x84\x87\xee\xb8\x87\x79\xdf\xfc\x34\x61\xdf\x7f\xff\x1d\x2c\xc8\xca\x46\x18\xad\x04\x04\xfc\x3a\xc5\x12\x96\xd7\xee\xae\x67\x4d\x66\xb5\xa1\xdc\xb8\xd8\x38\x77\x93\xed\xe3\x3e\xb8\x82\x8c\x68\x03\x17\x31\x4f\x12\x55\xa4\x01\xac\x97\xe9\x01\x24\x1f\xcf\x13\xcb\x65\xa1\xaa\x05\x0a\x62\x57\xef\xcf\x61\x98\x0e\xdd\x79\x62\x63\xe4\x6c\xfc\x52\x40\x94\xf3\x2a\x9b\x4b\xac\x4f\x1b\xb6\x70\x13\xbf\x7a\x7f\xfe\x38\xdb\x74\xfd\xcb\xd5\x5e\x2e\xa3\x1a\x7d\xef\x22\x8e\x0f\x6c\x6b\x46\x36\x9c\x51\xf6\x43\x0e\x86\x0d\x1d\xb3\xec\x37\x75\xf6\xf2\x49\xc3\x67\x7e\x22\x3e\xd3\x12\x8e\x15\x3c\xf5\x29\xc2\xf5\xaf\xfa\x12\x2e\xa6\xb7\x13\xcb\xb6\x86\xf0\x1e\x5b\x6e\x2b\xfc\xd0\x40\x93\xa7\x2d\xb9\xd5\xf2\xea\xe0\x85\x37\xbb\xd4\xbf\xea\xe6\x1c\xc4\xf7\x53\x59\xf0\x5c\xc3\xb9\xca\xf8\x46\x14\xcc\x56\x1a\x6b\xe8\x34\x5e\xf8\x1d\xa6\xc0\xb4\x30\x1b\xa3\xc1\x50\x26\x5a\xc4\x6c\xb5\xc7\x58\x23\x61\x18\xd8\x92\xe9\x0f\x82\xd3\x05\xca\xf5\x84\x9f\x16\xa5\xa2\x07\x18\x0a\xd6\x70\x79\x1a\xa3\xc2\x97\x99\xbe\x12\x49\x21\xca\x29\x7b\x1b\xc4\x24\x98\x47\x77\x32\x4b\x13\xa3\xf1\x03\xc7\xd7\xa2\x84\x9b\xc8\xa2\x5c\x76\xdd\x5b\x11\x8b\x90\xda\xae\x0a\x70\x95\x4c\xcc\xcb\xf0\x4a\xd8\xad\x52\xa2\x86\x71\x76\x18\x68\xdd\xb3\x10\x91\xd4\x95\x3e\x81\xa7\xee\xba\x8a\xdc\xa4\x41\x42\x09\x32\xe9\x9f\xed\x7d\x0d\xa3\x6d\x5e\xda\xe6\x1d\x23\x6c\x9a\x19\x3a\x35\xc0\x70\x51\xc7\x68\x79\xa6\x72\xaf\x5e\xd8\x47\x28\x56\x66\x10\x41\x88\x4b\x36\xcf\x24\x44\x0e\x5b\x9d\xf8\x06\x48\xe0\xe6\x88\x2d\x05\x4f\x6d\xc2\x1f\x8e\x7a\x56\x57\x0a\x27\xb5\xbe\x69\x57\x61\x77\x68\x7a\x36\x70\xcd\x55\x6a\x34\x6f\x80\x9a\x4c\xfd\x87\x2f\xd1\x8c\xf6\xc5\x7f\x54\xa9\xf0\x18\xab\x1f\x6e\x45\x61\x3e\xb1\xed\xc4\xd9\x36\x4c\x97\x45\x05\x96\x9f\x86\x61\xc3\xda\xe4\x94\x6d\x5a\x3f\x73\xae\xd8\x7e\x57\xa5\xd3\x7a\x3a\x50\xfa\xb3\xbc\x6f\xc3\x52\xbd\xa0\x27\xf5\x21\xcc\xe9\xc7\x07\x0f\xa4\x0b\x56\x74\x57\x73\xd6\xd4\xd5\x12\xfa\x7f\x2a\x9e\x97\xb2\xdc\xf4\xde\x8a\x0d\x3b\xd5\x69\xb3\x8f\x3a\x1b\x8d\x76\x33\x2c\x01\xba\x6d\x47\xa3\xc2\xab\xd6\x96\xce\x59\x02\x7f\xab\x79\x00\x6f\x5c\x60\x4b\x2b\x36\x78\x66\x44\xf1\xff\xc8\xcf\xa2\xfe\xa4\x17\x36\x3d\xe6\x33\x01\xa7\x36\xfa\x0d\x1a\x43\xf1\xc9\x2c\xf3\x8d\x7c\xe1\x88\x69\xbd\x68\xae\xe1\xbc\x2f\x12\x2b\xde\xbd\x64\x2b\x9e\x57\x3c\xcb\x36\x71\x2c\x07\x68\x29\xaa\xf0\xb9\x0a\x85\xba\x95\xe0\x2b\x28\xd0\x70\x1f\xf8\x6c\x68\x5a\x17\x2a\x35\xaa\x0f\x4e\xeb\xbf\xab\x99\xc8\x04\xaa\xac\x10\x61\x84\x78\x23\x70\x06\x85\x56\xd9\xad\x33\x4c\xd7\x0b\xb9\xba\x8e\xad\x55\xc3\x92\x9d\x4b\x30\x60\x3f\xab\x02\xeb\x08\xa5\xa2\xe4\x32\xd3\x13\xa6\x85\x68\xb3\xc9\x8a\x7c\x69\x38\xf7\xca\x90\xfa\xe9\x27\xb1\xd6\x60\x88\x85\x8d\xa7\x55\x3c\x81\x8d\x9b\xae\xda\xf2\xa1\xc7\x9a\x1a\x63\xd0\xc8\x17\xe9\xe4\x78\x0e\x8e\x8c\xbd\x61\x28\x23\x86\xfa\xf4\x22\x23\x54\x2a\xa6\xad\x97\xce\x30\x60\xcb\xce\x3b\xeb\x40\xb8\x96\x9d\xfd\xf7\xb9\xb6\xeb\x6d\xe3\x50\xd8\x68\x53\x46\x9c\x9f\x27\xc5\x73\x3f\x0b\xce\x4f\xe7\x31\x18\x7d\xdd\x23\xcc\xcf\x41\xfd\xdc\xdd\x52\xfe\x43\xfd\xdc\xdb\x79\xf1\x40\x5e\xe9\xeb\xe0\xb4\xe4\xe1\x87\x0d\xa1\x54\x8c\xb3\x59\x41\xe9\x4a\x01\xa9\x1e\x18\xb9\x5d\x88\xa8\x1c\x7d\x64\x52\x8b\xb8\x2f\x31\x2b\x57\x53\xc4\x3e\x65\xe7\x86\x6f\xcd\x79\x22\xd8\x8b\x37\x97\xe7\x2f\xc1\xb5\x89\xb5\xf6\x4a\xb0\x97\x72\xcd\xee\x44\x96\x01\xf2\x48\x4e\x69\xcb\x2c\x51\xab\xb5\xca\x49\x95\x04\x04\x78\xfc\x3e\xf8\xe5\x21\x87\x13\x6b\xd6\x50\xfe\xb3\x83\xbd\xaf\xf2\xa6\xfa\x63\x97\x42\xae\x56\x55\xc9\x67\xfd\xa5\x06\x48\x86\xff\x1b\xcf\xd3\x4c\xb4\xa0\x0f\xa8\x40\x43\xef\xd0\xcb\x1f\xa6\x8d\x47\x51\x7b\xf1\x66\x1d\x42\x47\xf9\xf6\xd5\xeb\xbf\xbc\xfa\xf6\xdb\x1f\x4e\xd6\x2a\x3d\xb1\x23\x9a\xae\xd2\x9a\xc7\x05\x28\x90\x72\xee\x38\x28\xa1\x41\xa9\x8c\xdb\xd7\xd3\xd7\xff\x8e\x97\x90\x24\x03\xfe\x52\xe5\xaa\x20\xf4\x4c\x62\x82\xb0\x77\x22\x47\x58\x50\xd4\xe5\xdc\x12\xcd\x05\x07\xa7\xf4\xce\xd2\x8d\x33\x90\x80\xbf\x25\xda\xaa\xae\x23\x41\xcf\xa3\x24\x49\x81\xc4\x94\x41\x11\x0f\xab\xfc\x12\xc6\xa3\x77\x59\xf8\xbc\xda\x37\x97\xe7\x35\xda\x45\xb2\xab\x34\xf8\x62\x97\xf0\x09\xcc\x0d\xb6\x72\x00\x2a\x81\x0c\x31\x53\x08\x1a\x93\x0c\x8d\xe6\x60\xd9\x93\x69\xcf\x8e\x99\x26\xbb\xa9\x5e\xbd\xfa\xf6\x07\xf8\x5a\xcd\x77\x42\x35\x9d\x5c\x52\xaa\x2d\x58\x83\x5f\x2e\xc8\xf8\x79\xcb\x65\xc6\x09\x83\x13\x72\x68\x28\x7b\x1f\x8e\x8c\x6d\x69\x2d\x7b\x46\x31\x46\xa3\x5b\x21\x98\x39\x01\xb7\x3c\x33\x17\x52\xf4\x2e\x12\x1d\x65\x12\x4d\x18\xb7\xdd\xb0\x84\x43\x49\xb9\x1b\xb3\x0b\xc9\xcd\x11\x5b\xc9\xc5\xd2\x7b\x61\xdc\xc2\x99\xa7\xec\xc3\x9b\x73\xb7\xc8\x2f\x10\x0b\x2b\xe7\xa5\xbc\x15\xec\x17\x99\x57\xf7\x81\x89\xe1\x65\x23\x31\xa8\xa8\x72\x9b\x68\xd6\x34\x43\x04\xa7\xdd\xee\x32\xd8\x6d\xcd\xe2\xa9\x62\x65\xd7\xf6\xed\xfb\x2b\x06\x79\x96\xec\xc5\xe5\xcf\x6f\xd8\xeb\xd7\xdf\x7e\xf7\xd2\x72\xb6\x15\xba\xd5\x91\x94\xdb\xb8\x44\x10\x89\x9a\x2c\x45\x5a\x65\xe6\xaf\xe6\xbd\xe7\x9e\x51\x21\x40\x58\x62\xff\x63\xa2\x72\x5d\x16\x1c\xc2\x72\x6b\x78\x03\x40\x35\x96\x05\x90\x45\x53\xea\x98\xc1\x02\xc5\x60\x6f\xb8\x2c\x66\x6f\x6c\x51\x11\xb4\x05\x31\x59\x82\xe1\x34\xf8\xa8\xd4\x2c\x97\xd9\xa4\xa5\xbf\x90\x94\x00\xb0\xc2\x1b\x94\x66\x1b\x84\x0e\x33\x1f\xd8\xfd\x7c\xfa\x75\xd8\xf1\x16\x75\x07\x7b\xcb\x7d\x18\x74\xbe\xf5\xde\xbc\x8a\x36\xaa\xb3\x7e\xb0\x5f\xa8\x98\x35\x74\x6c\xdb\x1c\x9c\xb0\x66\xd9\x69\xb1\x90\x65\x47\x2c\xba\xd7\x92\x6a\x3a\xe8\xc6\x72\x08\x9f\x82\x04\xa5\x09\x25\x8e\x12\xce\xc8\x4f\x6e\xf1\xc0\x54\xde\x46\x07\x8d\xdd\x9e\x22\xba\x16\x1e\xbc\x26\x2d\xb8\xf0\xa8\x59\x8d\xc6\x38\x32\xa5\x00\x87\x1a\x5e\xd6\x11\xe6\x74\xd4\x55\x34\x7e\xa9\xd9\x4a\x14\x0b\xe7\xe6\x21\x54\x11\x08\x4e\x00\x16\x10\x34\x9e\xb2\xb3\x7c\x13\x19\xf6\xb3\x8c\x61\x34\x95\xbd\xe6\xa9\x0c\x97\xab\x6d\x93\xfb\xca\x55\x0f\x2b\x47\x55\xaa\x8c\x50\xa5\x5b\x34\x96\xe0\x21\xb2\xd8\xf5\x1a\x53\x79\x5f\x88\xfb\x24\xab\xc0\x5b\x9c\x56\x50\xc3\xbc\x14\xfa\xa5\x19\xe5\x90\xf3\x9c\x56\xa0\x6c\xb8\x19\x4c\x98\x00\x8c\x01\xac\x38\x55\xe5\x52\x39\xf3\x24\x41\x65\xd0\x46\xe3\x70\xec\x6e\xe0\xca\x40\x35\x85\xda\x56\x3c\x44\x91\xb2\x0e\xc7\x6b\x37\x77\xc3\xfd\xee\x4f\x7c\x1d\xf1\x13\x43\x9b\x27\xb6\xff\x52\xad\x64\xbf\x99\xc1\xfa\x22\x83\x5e\xdb\x0f\x31\x7a\x1f\x47\x4f\xc8\x17\xe1\x09\xc1\xcd\x1c\x1d\x21\xa3\x23\x64\x8b\xce\xb5\xec\x52\xb6\x46\xbb\xdc\x81\xed\x72\xcb\x2e\x5d\x69\x54\x92\xbe\x68\x25\xe9\x41\xda\xd1\x64\x98\x7a\x34\x1a\x58\x47\x3f\x5b\x9b\x9f\x6d\xb4\x98\x7d\x1e\x8b\x59\x4d\x8e\x1e\x0d\x18\x43\x96\x6b\x77\xfb\x45\x6d\x99\xbb\x85\xe0\xa0\xeb\x43\xf9\x54\x9b\xd2\xf5\xe8\x52\xfd\x52\x45\xb7\xcf\xe8\x52\x6d\x51\xe2\x46\x8f\xea\xe8\x51\x3d\xbc\x47\xb5\x85\xd0\x0e\xe3\x50\x6d\x70\xe0\xd1\x2e\x3c\xda\x85\x47\xbb\xf0\xf3\xb0\x0b\x23\xda\xac\x3b\xc5\x67\x98\x49\xfa\xe6\xea\xfc\x6d\x21\x6f\xb7\x97\x3e\xaa\xb7\x8d\x53\x69\x29\xd5\x4c\xe6\x99\xcc\x05\x7b\x73\x75\xce\xa8\x55\x4b\x59\x4e\xd2\xb6\xfb\xa4\xa1\x9c\xaf\x44\x53\x18\xca\x5b\x33\x2f\xc2\x9c\x8b\x42\x2c\xa4\x2e\x85\x51\x08\xc2\xf4\x0b\x33\xa6\x14\x67\xb9\x57\x76\x41\xfb\xd2\xfd\x9c\x89\xfb\xdf\x54\x56\xad\xb6\xa6\x21\x37\x1a\xb7\x2e\x9e\x79\x7c\x8b\x8f\xf7\x5f\x35\x9a\x62\x63\xdd\x52\xb7\xc1\xf1\xd0\xf0\xf7\xb6\x7c\x95\x60\x38\xd8\x68\xcf\xb4\x8c\xf6\x85\xfb\x9b\xd2\x65\x1f\xea\x6e\xad\x69\x24\xe1\x42\xc2\x09\x0d\x2f\x51\x39\x72\x22\x62\xd3\xd6\xa6\x83\xfa\x1f\x59\x8a\x09\x68\xd9\x5c\x31\x16\xdb\xbd\xd2\x50\x3b\xd5\x5a\x68\xb4\x03\xae\x30\xec\x7f\x2e\xef\x69\xd9\xc9\xe0\x3c\xc0\xa3\xc1\xcb\xe5\x05\xbc\xd9\x9c\x8b\x7f\xe6\x2a\x03\x84\x1f\xb2\xf6\xab\x70\x5a\x51\xc5\x93\xd2\x23\xf1\xdb\x5b\xe8\xf7\x6f\x7e\x87\x02\x08\x12\x2f\xd8\x8c\x43\xd2\xb2\x61\xa1\x65\x21\x57\x46\x9f\xbb\x5b\x8a\xdc\x08\x8d\x32\xe5\x65\x84\x3b\x4c\x9f\xa5\x5b\x03\x3e\x6a\x7e\x87\xba\x47\xef\xd0\xf8\xa6\x7f\x64\xbf\x9f\xce\x95\xfa\x9d\x30\xa7\x31\xef\x08\x7f\x9a\xe0\x7f\x4f\x7f\x07\xc6\x88\xff\x9e\xf1\xe2\xf7\xf8\x0d\x5f\x35\x00\x7e\x4e\x7f\x67\xaa\x60\xbf\x9f\x8a\x32\x81\x56\x6d\xb2\x5b\x21\x78\xfa\x21\xcf\x36\xcd\xf5\x83\xa9\x40\x69\x32\xc5\xca\xc2\x68\x19\xb0\xcb\xd8\x7f\xb0\x6a\x2d\x28\xcb\xb4\xec\xb6\x72\xa8\xd1\x68\xed\x0a\xab\x2a\xa7\x6c\x37\xfb\xe5\x60\x97\x67\x4a\x65\x82\xe7\x7b\x51\xf9\xbb\x5b\x99\x94\xa4\xb1\x75\x91\xb7\x6d\xc3\xc4\x2d\xdc\xc8\x64\x81\x31\xf2\xb8\x91\xb9\x41\x32\xd0\x15\x0a\xf2\xa5\x72\xc5\xe3\x1c\x16\x3b\x94\x5f\xe0\x73\x51\x6e\x42\x21\x8a\x12\xbe\x51\x6d\xa8\x66\xde\x00\x04\x15\xcb\xa6\x8c\x9d\x39\xc0\x02\xd3\x29\x08\x00\x88\x45\x4e\x03\x31\x23\x92\x9a\x25\x85\xb0\xb7\xe0\xc5\x87\xab\x6b\xca\xe5\x9d\x4e\xa7\xa7\xe6\xf8\x58\xc0\x5b\x85\x4c\x96\x50\x70\xed\xfb\x03\xa4\xb4\x51\xa9\x3d\xb0\x52\x9b\x8a\x4c\x94\xe2\xc3\xba\x43\xca\x7a\x1b\x3e\x86\x89\x80\x94\x8b\x95\xa1\x1e\xa4\x99\x44\x3d\x8f\xd6\xeb\x3f\x4a\x99\xf5\x16\xad\x5a\xb6\x30\x48\xf2\x24\x3f\xcc\x04\x20\xec\xde\x42\x71\xe6\x87\x55\xd6\x08\x2d\xd1\x3b\xba\xb8\xbd\x6e\x19\xd3\xca\x83\x6d\x77\x35\xa6\xfb\xf3\xd5\x7f\x15\xaa\x5a\x5f\x95\x46\x7e\x5f\x6c\x82\xb3\xd0\xc5\x82\xdb\xdf\x88\xb8\x8e\xa6\x67\x80\xcf\x02\x5c\xc0\x56\xfe\x70\xc0\x13\xc0\x29\xa3\xc6\xfd\xfc\xaf\xe0\xf9\xa2\x0d\xe2\x02\x7f\xc7\x5b\x7c\xe9\xca\x81\x32\xfa\x59\xcd\xd9\x5c\xb3\x85\x19\xb3\x9e\x32\x57\x3d\x03\x38\x5b\x26\x3f\x81\x73\x70\xae\xcc\xc1\x71\x52\xa5\x6d\xcf\x00\x1b\xcb\xc8\x0e\xd9\xc6\x3f\x85\x7e\x7d\xf2\x2f\x56\x94\x29\x79\x81\x65\xba\x01\xb2\xe6\xd2\xc6\x2d\x1b\xd1\xe9\xd7\x4a\x97\x97\x55\x7e\xf6\x20\xed\x07\xb7\xcd\xa3\x2b\xbc\xbd\x34\xa3\x00\x4d\xb1\x20\x0c\xb2\xda\xa2\x10\xf0\x4e\xbc\x1f\x4e\xd4\x4b\x65\x02\x68\x04\x77\xe6\x17\xda\x52\x17\x76\x60\x41\xa9\x28\x67\xfe\x8d\xca\x4b\x71\x5f\xee\x0e\x62\x5f\xa3\x35\x3b\xe8\xed\x14\x09\xa2\xab\x2a\x4a\x6c\xbb\x0d\xae\x3e\x6c\x18\xc4\x6b\xe0\xfe\x58\xc0\x13\xc4\xb7\xd8\x5d\xc6\x8d\x84\xdc\x99\xb2\x9b\x1d\xee\x73\xbf\xac\x1b\x6a\x19\x2b\x99\x1f\x4d\x8e\x56\xfc\xbe\xa9\x68\x98\x1f\x1b\xd3\x5b\x71\x27\xf6\x9a\x6f\x59\x60\x51\x33\xb9\x09\x02\x0b\x68\x79\x1b\xfa\x42\xcd\xed\xbb\x00\x55\x6d\xae\x8a\x15\x2f\xf1\xa7\xef\xbe\x05\x9e\x28\x5b\x64\x86\x95\xcc\x3d\x85\x04\x10\x68\x7b\x7d\x63\x0f\x81\xcf\xd2\xc3\x36\x7c\x07\x6c\xe2\xcb\xfb\x71\xb6\x92\xf9\xa9\x59\x1b\x14\x59\xa2\xc3\x0e\xb0\x95\x6f\x7b\x7d\x06\x9f\x69\x27\x7e\xf8\xfe\xf1\x77\xc2\x7c\x63\x8f\x9d\xb8\x50\xe9\x5b\xa9\x8b\x0a\xc6\xf3\x53\x95\x2e\xc4\x56\x37\x4e\x4b\x73\xaa\x35\xa2\x9c\xe8\x8d\xa7\x02\x66\x61\xd6\x2f\x75\xed\xa9\xba\x12\xa1\xe8\x73\x7b\x23\xd4\x91\x63\xcd\x61\x1c\x25\xe2\x31\x5b\xf9\xcb\x90\x43\x3f\x43\xd6\xb0\xc5\x95\x9f\x89\x25\xbf\x95\xca\xd5\x24\x6f\x39\xbc\x43\xfc\xd4\x35\x01\xa4\xa5\x97\x3e\xfc\xf7\x5f\x01\x7f\x4c\x24\x08\xc2\xa5\x66\x10\x77\x90\xd6\xf0\x89\x1e\x6f\x74\xc3\x30\x8b\xfa\x19\x63\x13\xae\x7d\xc0\x3b\x07\x82\x6d\xef\xff\x52\x9f\x07\xbe\xe3\x95\x36\xec\xee\x96\xa6\xa3\x3b\xfe\x89\xf0\xe9\x3a\xda\xd2\x43\xf5\x89\x36\x01\x60\x74\xb2\x3f\xc5\xfb\x60\xb0\x53\x7b\x80\x88\xf7\x40\xef\xf6\x40\x5e\xb9\x1b\x37\xf2\xd9\xc3\x41\x53\xcc\x1d\xee\xb8\x1b\xb6\x8b\x88\x2b\x7e\xff\x31\x77\x51\xb7\x2d\xec\x27\x36\xe1\x06\x95\xb7\x79\xc9\x56\xe6\xca\xba\xa9\xf5\x71\x73\xd4\xac\x45\x7b\x73\x64\xfd\xcf\x37\x47\x60\x88\xa8\x7c\xfb\xa0\x88\x98\xfd\xd2\x84\xc9\xa9\x98\x32\x71\x2b\x72\x70\x19\xcf\xb4\x2d\x4e\xea\x5a\x61\xb9\xe6\x5a\x6c\xaf\xca\x11\x4f\x7a\x5d\x98\x57\x4b\x67\x97\xcf\x4b\x5e\x6c\x5c\xef\x1a\xa2\xfa\x30\xcc\xd7\x1c\xc5\x57\xa1\x7d\x7b\x55\x95\x98\x13\x00\x9e\x62\x8d\x75\xab\x10\x21\x0e\x4c\x1a\x37\x46\x19\x39\xf3\x73\x3d\x64\x61\xfb\xb0\xe7\x1d\x77\x02\x61\x5c\xeb\x83\xeb\xd9\x08\x50\xf8\x75\x49\x6a\xff\x0e\x1b\x02\x66\xa4\x2d\x9b\xc2\xae\x14\xd6\x05\xc6\x8d\x01\x8b\xd2\xee\xfb\x72\x73\xf4\xfa\xd5\xab\x7f\x3b\xec\x12\xeb\xce\x28\x0e\x0c\xb2\xfe\x47\x25\x8a\x0d\x44\xb6\xe2\xda\x61\xf5\x6b\x3f\x42\x04\xe5\xce\xf9\xc2\x3b\xf3\x03\xd5\x6d\x36\x54\x20\x1b\x5e\x6e\x78\x6f\xbb\x68\xdc\x4f\x37\x2b\x1b\x58\x02\x65\xb0\x10\xb7\x23\x3b\x43\xe9\x36\xf0\x5d\xcb\x1c\x15\x76\x40\xf9\x9b\xa9\xaa\xb4\x6a\x3f\x49\xc1\xed\x7c\x8e\x51\x47\xe6\x92\x2c\x0b\x2e\x33\xa4\xd1\x04\xca\xc2\x39\x60\x51\xce\xf4\x46\x97\x62\xd5\xeb\xf1\x76\xdd\x6b\x72\x18\x1f\x4d\x8e\x28\x71\xe8\x6f\x82\x67\xe5\xd2\x08\x13\xa4\x41\xf8\x1f\xc4\x3d\x62\xcd\x5f\x18\xdd\xbc\x21\xe4\xd5\xde\x6f\xac\x8e\x05\x24\xcd\xab\xd5\x4c\x80\x3a\xb2\xc4\xa6\x35\x5d\x7f\x9b\x1d\xab\x36\xa4\x36\x43\x8a\x5c\x55\x2b\xa7\xfc\x3c\xe8\x5b\xb8\x48\x34\xdd\xa6\x77\x28\x7c\xec\x61\x2c\x9a\xdb\xdb\x72\xce\xd8\x1d\xd7\x6c\x5d\xa8\x44\x68\xed\x0f\xda\xd9\xc5\x39\x05\x63\xfb\x86\xa1\x3b\xd2\xe6\x75\xcc\xaa\x92\x2d\x39\x3a\xb6\x37\xc2\x08\x3c\x22\xf7\xfa\x14\x75\xd6\x66\xa3\xf1\x68\x9f\x53\x76\x16\xa1\x57\x58\xf0\xd1\x15\x5f\x7b\xc1\x0b\x92\x41\xee\xb0\xc8\x7d\x34\x3a\x3f\xf2\x90\x87\x86\x3e\xd2\xe6\xeb\xe6\x6b\x10\xa6\x25\x72\xf0\x8f\xbe\xfd\x29\x04\x1f\xe5\x9a\x19\x2d\x35\x5f\xe0\x64\x56\xbc\xf8\x44\xd6\x73\xf0\xd1\x99\xde\x5f\xa8\x82\x18\x37\x87\xae\x55\x55\xbe\xc4\x60\xaf\x4f\x62\x63\x99\xb6\x19\x7f\x4b\x5c\x46\x18\x8f\x74\x6b\xcb\x9a\x3e\x60\x8a\x0e\x23\xd4\x8d\x2e\x95\x69\x7e\x5c\x32\x95\x24\x55\x81\x25\xc0\xdd\x8c\xe1\xfe\x29\xa1\x5c\xa9\xf4\x46\xe8\x42\xac\xd4\x6d\x58\xcb\x16\x02\x2c\x79\x55\x2a\x43\x3c\x09\x5c\xd1\x66\x9d\xb6\x6e\x23\x2d\x88\x56\x2b\x9c\x0a\x8c\x2b\x28\x5f\xba\x50\x42\x33\xbd\x52\xca\x86\x7b\x99\xf5\x21\xdd\x68\x26\xa8\xd6\xbc\x05\x86\x05\x61\x87\x16\x0c\x3b\xfb\x85\x17\x0b\x11\x9c\x21\x61\xc4\x62\x0b\x55\x8b\x8b\x8d\x42\x7b\x0a\x81\x66\x66\xd1\x66\x99\x58\x11\x32\xaa\x99\xbf\x5d\x9f\x56\xc5\xf1\x50\x29\xa5\xfe\x6e\xb9\x96\x2b\xf4\x89\xb4\x30\xb8\x66\x00\x94\x9b\x17\x8c\xd4\xbf\xe1\xf1\x67\x12\x5f\xd9\x83\xea\x68\x0c\x63\x1d\x11\xa3\x6c\x89\xde\x2b\x79\x16\x2c\xeb\x1a\x19\x48\x95\x97\x41\x3c\x63\xe3\xd6\x1d\xf6\x65\xcb\x06\xfe\x4b\xe4\x36\x9e\x6d\x9b\x21\x86\x2d\x5c\x3b\xcf\x41\xe0\x3c\x80\x0a\xe5\x42\x33\xcd\x71\xc5\x2b\x6a\x1a\x93\xa4\x5d\x5e\xf4\xf2\x01\x80\x0e\x5d\x65\x9e\x11\x9a\x53\x00\x11\x35\x2e\x9e\xa4\x39\x4a\x26\xfe\x51\xf1\x0c\xd4\xf2\x8b\xb7\x3f\x1d\x3b\x45\xd1\x8f\x6f\x4f\xdb\xf7\x40\x69\x02\x28\xa7\x57\x24\xb0\x1e\x31\xac\xb7\xde\x23\x0a\xc4\x8d\xd9\xc2\x08\x5d\x84\xcd\xcd\x67\x32\x93\xe5\x06\x4b\x0f\x7f\x12\xb5\x5a\x06\x54\xf0\x3f\x74\xc1\x31\xf2\xc1\xc5\x8e\x2c\xbe\x5e\x67\xd2\x9a\xcf\x2d\x8f\x73\x59\x78\x63\x40\xc9\x68\x3e\xff\x42\xcc\x25\x5f\x56\x45\xb3\x21\x26\x7d\x8d\x25\x57\xfc\xc1\x23\x3f\xb5\xc8\x21\x56\x61\x48\x60\x4a\x8b\x8d\x2f\x66\x49\x83\xf0\x39\xfb\x98\xe0\x61\x50\x3a\xfb\xbe\x32\xc0\xac\xdd\x7c\x21\xce\x4b\x6a\x72\xe4\x31\xc5\xec\x49\x31\xcf\x8e\x14\x33\xf9\x98\x29\x66\x7d\x47\x64\x34\x82\x8f\x99\x66\x8f\x6b\x94\xaf\xd1\xdb\xc1\x4d\xf2\x2d\xdc\x7a\x17\x3e\x7a\x35\xe0\x1e\xda\x5e\xc8\x19\xf0\x23\x8e\x00\x2f\xf1\x4c\x7f\xd4\x20\xb6\x43\x48\x1d\x02\x75\x64\x10\x7a\x66\x68\x65\xae\xe1\x9f\x2d\x9c\xd6\xa8\x18\x17\x85\xbc\x95\x99\x58\x88\x77\x3a\xe1\x59\x87\x66\xd3\xd5\xd2\x43\xee\x68\xb0\x27\x83\xb0\x9c\xf0\xc8\x64\x81\x61\xf1\x6b\xfb\x32\x13\xee\xed\x66\x41\xac\x34\xac\xb8\x52\x44\xe5\x02\x5d\x04\xfc\xe4\x88\xd7\xd2\x7f\xda\xaa\x73\xd5\x9b\x20\x47\xb9\x33\x24\x6b\xb9\x5d\x90\x20\x94\x52\xa3\x28\xef\x4e\xdc\xbb\x82\x8d\x14\xec\x0f\xaa\xfd\x4c\xa4\x29\x65\xb9\x59\x34\x0e\x30\x3e\x4f\xd9\x59\x4e\x9a\x3f\x99\x42\x48\x7d\xb7\xda\x47\xbe\x09\xbe\x65\x03\x75\x5c\xbd\x11\x1a\x8d\x58\x2f\xc5\x4a\x14\xdc\xe6\x05\x84\x31\xf4\x39\xa2\x11\x20\x38\x41\x3b\xec\x00\x55\xaa\x0a\x2d\x5e\x10\x94\xa7\x6d\xde\xd1\x39\x7c\x86\x32\x7f\x08\x7d\x80\x2d\x78\x29\x0e\xc8\xed\x1b\xa9\x5c\xff\x0a\x36\x8d\xaf\x51\x49\x93\x6d\x11\xa7\x2d\x8d\xe2\x1b\x2a\x09\x9f\x84\x01\x4f\x44\x70\xa4\xb4\xa5\xae\xee\xa1\xd7\xda\x58\xdc\x2b\x19\xe6\x10\xe8\x81\x62\xd0\x39\xec\x2c\xa5\xbf\x80\xde\x57\x95\x4b\x55\x1c\x83\xd5\x20\x29\x04\x12\xed\xff\x51\x15\xd2\x88\xb9\x0f\xd0\xba\xe4\xc7\x05\x16\x33\x08\x6b\x6c\x9b\x0b\xa2\x40\xe1\x29\x7e\x5b\xa8\x75\xf8\x70\xb7\xda\x3f\xbc\x9e\xc6\xd5\xbd\x9a\x41\x9b\x96\x53\x60\xdd\x41\x3e\xc5\x4a\x4f\x19\x7b\x07\x74\xac\x0a\x96\xcb\xac\x41\xc8\x59\x16\xb6\xb6\x8b\x07\x19\x61\x0c\xa9\xd5\x61\x0e\x9b\x0f\xba\x5c\x47\x24\x55\x67\x15\xac\x34\x5f\xb4\x64\x78\xe9\xc8\x49\x85\x4d\x6f\x8e\xe8\xd9\xcd\x11\xee\xd8\xe1\xa9\x35\xc8\x9e\x0b\xd6\xd7\xe6\x7b\x75\xaf\xae\x6b\x11\xac\x2d\xab\x2f\xae\xcb\x6a\xd2\x53\x5a\xda\x96\x35\xf5\x8d\xa2\x25\x3d\xf8\x4c\x5d\xba\x5b\x30\xcf\x8b\x42\x25\xbf\xaa\x2a\x2f\xaf\x8d\x98\xd1\xc9\x4f\xe3\x66\x5b\xa8\x29\x6e\x38\xdd\x4a\x4f\x40\x15\x00\x59\x84\xdc\x3f\x7a\x37\xa6\xae\x6b\x14\xea\x83\x14\xb9\xb8\xb1\x65\x68\xf3\x8c\x2f\x2c\xc3\xc6\xa0\xe4\xbd\x4e\xd7\xc7\x5c\xf3\xb9\xb8\xda\xe8\xa4\xb5\x18\x62\x5b\xab\x98\x5d\x05\x57\x88\x5d\x99\x0a\x5a\x33\x8d\xcd\xe3\x2b\x2f\x87\x32\x59\xef\x78\xb2\x04\x93\xf0\x06\x4e\x8f\x04\xe3\x1f\x67\xeb\x8c\xcb\x9c\xde\x23\x23\xbc\xe1\xee\x29\xf0\xb2\x9b\xa3\x6f\x6e\x8e\xcc\x3f\x08\xf9\x8e\x6b\x30\x8a\x4b\x70\xa0\x68\x99\x42\x0a\x2a\x87\xbc\x2e\xca\x40\xf3\x7b\x45\x43\x99\xb2\x2b\x8c\xc3\xff\x86\xad\x04\xcf\xb1\xbc\x6f\x3c\x5a\xcc\x89\xb6\xe5\x99\x2d\x5e\xdd\x12\x35\x24\x4f\x07\xdc\x26\xc3\x35\xa6\x1b\x2e\x88\xe1\xd3\xb7\x4a\xa6\xa4\x37\x19\xd6\x1a\xa7\xfc\x89\xe9\x62\xca\x6e\x8e\xe6\x4a\x9d\x9a\xc9\x41\x8f\x9a\x7e\x98\xf1\xe2\xe6\x68\xe2\xfe\xf8\xa7\xf9\x43\x94\xc9\x34\x78\x69\x5a\x7f\x69\x1a\xbe\x34\x0d\x5e\xda\x89\x34\x68\xbf\xce\xd2\x9e\xab\xac\xbd\x9d\xf5\x8f\xd8\x52\x9e\x94\xee\xdd\xbc\xd6\x9c\x29\x12\xae\xa4\xfa\x65\xc6\xaa\x3c\xb3\x55\x62\xad\xfc\xe1\x51\xe1\x01\x99\xb0\x50\x6b\xaa\x57\xe8\xae\xa6\x29\xc3\xbb\x8b\x6f\x7a\xae\xae\x8e\xb1\x6f\xbd\xbd\xe2\xeb\x15\x87\x0d\xbe\x19\x43\x33\x41\xed\x6b\x57\x31\xd8\xf4\x06\x18\xf0\xa4\x56\xd5\x6b\xfa\xb5\xdd\x9f\x59\x5c\x01\x77\x87\xed\x1a\x2c\xea\xf6\xbc\x60\x9d\x44\x8d\x6d\x74\xb5\x00\xef\x96\xc2\x9e\x58\xf4\x75\x81\x88\xb2\x30\x87\x17\x30\xab\x9c\x24\x0c\x3b\x9d\x43\x7e\x25\x95\x26\xa7\x17\xda\xa5\xde\xb9\x2a\x66\x32\x4d\x45\xde\xc9\x8f\xea\x2d\x3a\x79\x91\x6b\xf8\x14\xd8\x50\x63\x30\xad\x8c\x28\xe4\x40\xee\x8d\xed\x0c\x03\x9b\xed\xca\x31\xa2\xb7\x0e\xc3\x32\xac\x02\xd6\xdc\x30\xed\xf2\x83\x86\xa4\x13\xb9\xf4\x29\x9b\x4f\x44\x2e\xe9\x96\x7c\xa2\x1d\x25\x83\x8e\x6c\xb5\x7f\x4d\xa0\x34\xe7\xf9\xc5\x9b\xe6\xd8\xe9\x41\x4d\x03\x0c\x34\x59\x62\xbd\x28\xe9\x81\x9c\xf7\x37\x7a\x45\xe6\x11\xe3\x6a\x27\x77\xd3\xff\x7b\x2c\x5f\xda\xfe\x71\x7a\xb8\xeb\x00\xec\x6b\x83\x07\x71\x71\xfe\xb6\x7d\x00\x17\xe7\x6f\x77\xfd\xb8\x79\x65\xf8\x87\x55\xd1\x56\x15\xd5\x3d\x0a\x3f\x8e\xe7\xcd\x25\x66\xb1\x20\x75\x2f\xc6\x6d\x10\xf7\x6b\x75\x58\xa9\x32\xce\x2b\x33\xf4\xee\x38\x5c\x8b\x75\xcf\x3f\x1b\x62\x3b\xc0\xfa\x1f\x0c\x82\x3a\xec\x7b\xed\x0b\x66\x73\xe6\x2f\x95\x2a\x7f\x96\x99\xc0\x78\x9d\x96\xf4\xbd\xd6\x76\xac\x9e\xd2\x8f\xa7\x0f\xd3\x17\x03\xf8\x4d\x02\xe5\x24\xac\x02\xd3\x17\x4a\xaf\x85\x52\x25\x9b\xcb\x4c\xd8\x38\x21\x66\x03\x19\xfc\x95\x1d\x5d\xcf\x81\x69\x31\xec\x31\x57\xf9\x49\x77\xaf\x28\xf0\x5e\x5d\x58\x8b\x75\x2a\x72\x07\x0b\x83\x18\x7b\x38\x81\x39\xcf\x08\x49\xc7\x7f\x1d\x0c\xd4\x43\x86\x6e\xf6\x02\xc2\x29\x00\xc1\x61\x56\x95\x2e\xb8\x82\xee\x69\xb4\x4f\xb1\x52\x75\x6d\x44\xbb\x80\xd0\xb6\x15\xed\x2d\x5d\xc2\x69\xb7\x54\x64\xa4\x9b\x75\x18\xe4\x11\xa8\xf9\xec\x7a\x29\xb4\x68\x94\xb9\x09\xde\x02\x6f\xae\x33\xe7\x82\xa8\xb2\x1b\x43\x07\x93\x5b\x07\x4f\xbf\x74\xcf\x06\xb0\x75\x27\xe7\x40\xf8\x64\xf0\x2a\xa1\xe5\xa2\x3d\x0a\x35\x20\x2d\x6c\x78\x4c\x54\x43\x7f\x25\xcb\xd2\x88\x53\x44\x07\xc7\x3a\xec\xc6\x1c\xa7\x92\x7f\x12\x60\x7c\x82\x3e\xa3\x1a\xfc\x91\x26\x15\xbc\x16\xda\x85\x9a\x6a\xd4\x8e\xfc\xc1\xf7\xdb\x72\xbd\x78\xe3\x65\x4b\xa2\x2d\x3d\xda\x6f\x1d\xe1\xcd\x8e\x65\xdc\x73\x12\xa6\xcb\xf6\x39\x44\x30\xe8\x8d\x69\x44\xf8\x96\xbb\xce\x24\xc4\x21\x47\x44\x54\x7b\xda\x7b\x09\xa1\xa8\xe3\x84\xbb\xc6\x55\x5e\x08\x43\xcf\x90\x8a\xcf\xde\xa1\xcd\x79\x05\x20\x63\x51\xbf\x29\x58\xdc\xb5\x2d\xaa\x1f\x81\x5a\x45\x44\x42\xc9\xfd\x0f\x21\x12\x5f\xdc\xa9\xb9\xc4\xd6\xda\xdd\x74\xe7\xe2\x83\x9d\x17\x36\xc2\x59\x7b\x08\x61\x5c\xbd\x83\x01\xb4\x8d\xb9\x69\x8b\x6f\x0e\xbf\xd1\x66\xa8\x2c\x18\xbe\x49\x49\xf8\x18\x1f\x7f\x50\xb9\xf0\xaa\x31\xbe\x96\x89\xde\x76\xd9\x1f\x6f\x1b\x46\xc7\x86\x61\x8c\xc0\x6f\xd6\x59\xb5\x90\x79\x97\x71\x2c\x57\xac\xd5\xd6\x78\x6d\x9d\x0b\x1e\x46\x47\x43\xc8\xb8\x69\x65\xa4\xae\xe3\x6f\x8e\x77\x61\xec\xbb\xf9\x98\x1a\x56\xee\xdd\x20\xba\x76\xc1\xa5\xda\x03\x68\x62\x38\x12\xc0\xb6\x96\xdd\xbc\xbb\xf7\xad\x36\x66\xd9\xf3\x52\x27\x07\xd8\xf6\x5e\xc7\x01\xdc\xfa\x4a\x2f\x55\x6f\xf7\xfe\x75\xaf\xca\x76\x88\xde\xf6\x97\x7a\x10\x3e\xa0\x80\xde\x7e\x28\x1f\x71\x01\xbc\xac\x05\xc1\x6e\x6f\xe4\x8f\x85\x4c\x63\xee\x89\x27\x72\x08\x08\xc8\x42\xa6\x5f\x01\xfe\xc7\xae\x92\xdd\x1f\x83\x01\xd2\x79\x32\xfb\x08\xb7\xe5\x9d\x67\x49\xb7\xd5\xfe\x74\x5b\x7d\xad\x74\xdb\x23\x49\xff\x31\x64\xdb\x79\x37\x0c\x2d\x9e\xda\x4a\xbc\x07\x92\xc6\x7b\x68\x98\xc8\xb0\x5e\xb6\xa7\x2d\xf6\xad\xab\x65\x97\xef\xa9\xd1\xb2\xc5\x27\x17\x63\xf6\x42\xa3\x68\x1b\x6d\xf8\x85\x91\xf2\x49\xbb\x38\xa3\x10\x06\x35\x27\x93\x2e\x1a\x62\x5d\x1c\x43\xa3\xcb\xc0\x67\x4b\x01\x71\x14\x44\x61\x56\x10\xa3\xd3\xc1\xb6\x90\xbb\x94\x8c\x20\x5c\x02\x06\x5a\xd7\x45\xdb\x34\x17\x82\x1e\xcd\x63\xca\x1b\xee\x05\xa8\x77\xdb\x69\xfd\x6f\x7c\xbf\xe6\xb6\x69\x3c\x2f\x15\xba\x72\x72\x6f\x8f\xb9\x0e\xda\xff\xfa\xf1\xea\x1a\x6c\x0d\xc4\x90\x48\x40\xef\xdc\x44\x5a\x20\xbf\x0b\xb9\xcc\x3c\xe8\xe6\xaa\x72\xc4\x79\x11\x51\xdf\x03\xa0\x50\x3b\xc4\xa8\x6d\x80\xda\xad\x6f\x7c\xd6\x5b\xe1\x70\x8c\xaf\x5b\x3f\x6c\xd6\x0f\x45\x15\xb4\x13\xed\x30\x7e\x1e\xd9\xa4\xd0\xb6\xf9\x57\xff\x5b\x74\x3d\xb4\x45\xe8\x79\x50\x66\xb3\x8f\xa9\x4a\xf4\x69\xc9\xf5\x27\x7d\x6a\x6b\x26\x09\xa8\x67\xe2\xcc\x61\xa7\x9a\x74\x40\xf8\x49\xdc\x97\xa7\x03\x94\x40\x8b\x08\x4d\x3b\xec\x54\xbd\x81\x90\xcf\xb5\xd7\xb6\xb3\xf6\x7e\x59\x7c\x1b\x09\xf6\xbd\xfc\xa4\xd1\xf3\x5a\x54\xf8\x81\x38\x7a\xcd\x37\xbf\x02\xc9\xa4\xd3\xec\xf1\x79\xd0\xf5\x8a\x19\x4f\x0c\xb5\x9f\x2d\x16\x85\x58\x80\x6f\xf8\x92\xa6\xd7\x89\x21\x1d\x37\x0d\xb0\x32\xa1\xf0\xb9\x62\x99\x82\x74\xbf\x37\x58\x40\xf0\x52\x41\xdc\x9e\x62\x9c\xde\x33\xcc\xc0\xd6\x64\xf7\x4d\x7a\x09\x34\xf1\x6d\x6d\x5a\x77\x0b\xb9\xbe\x69\x69\x45\x35\x83\x82\x00\x71\xf7\x04\x1d\x4e\xf5\x8a\x65\x73\x99\xa7\xf1\xf0\xc1\xd6\xee\x8f\x95\xd9\x6b\x0d\xf2\x36\xdc\x04\x54\x8e\xcd\xf5\x0a\x78\xc9\x13\x24\xe6\xda\x34\x8f\x35\x5b\x8b\x82\x00\xf4\x75\x1c\x1f\xb1\x3f\xb5\xee\x92\x4f\x7f\x98\x84\xfa\x0e\x32\x0a\x37\x74\x0b\x09\x05\xcd\x08\x5a\x88\x8a\x4d\x42\x85\xaa\x09\xcb\xd4\x42\x26\xf6\x68\xc8\x7c\x81\x09\x1a\x86\x9e\x0d\xc5\xd5\x43\x26\x5d\x39\x4a\x70\xc9\x57\xb9\x2c\x11\xbb\xd1\x74\xff\x93\xcc\xa1\xdc\x81\x2a\xc2\x5d\xa0\x5f\x07\xa4\xc0\x35\x8f\xc5\xf6\xc3\x40\x38\x77\xf0\x98\x67\x56\xe0\x33\xc3\x6d\x1c\x93\x59\x25\x33\x5b\x03\x21\x23\x41\x1c\x8c\xd6\xc1\x40\x81\xc6\x5a\xbe\xa1\x45\x19\xd0\x17\xbe\x0f\x19\xa9\x3e\xf7\xd7\xc2\x34\x18\xd2\x4d\x65\x21\x92\x92\x25\x4b\xe4\xda\xa5\xa2\x57\x2c\xf9\xe9\x52\xad\xd6\x5e\xa0\x0b\x12\xc1\x07\xdc\xb3\x66\xef\xa7\x2d\x2c\xe4\x5f\x93\x31\x09\x66\xcc\x20\x7c\xd6\xb9\x26\xcd\x0c\xc2\x03\x66\xf6\xc1\x25\xd2\xa6\xee\x67\xc2\x5d\x59\x08\x0d\x10\xf1\xbe\x36\x36\xf1\x00\x39\xc7\x9e\x5e\xff\x89\x7e\x17\x42\x97\xd0\xd0\x7a\x25\x04\x1d\x3f\x38\x0f\xb0\xe5\x9a\x21\x56\x3e\xf0\xb6\xb1\xd7\x81\xbb\x34\xcc\xa1\x09\x9e\x4f\x20\x54\xc0\x50\x2d\xe9\x1e\x50\xf7\x8f\x9d\x97\x14\xd2\x61\x0b\x14\x47\x2f\x59\x91\x6d\x91\xa9\x19\xc7\x68\x32\xbd\xe6\x09\xb1\x13\x9e\x22\xbe\x47\x04\xfd\x71\x2b\x39\xbb\xc2\x42\x04\xbd\x4a\xa2\xca\xc4\xa5\x98\x8f\x19\x86\x23\x73\x1d\x99\xeb\x70\xe6\x4a\xa7\xa6\xc9\x5e\xf1\x81\x2f\x20\xb6\xe3\xa1\x76\xd8\x2e\x41\x47\xb4\x11\x58\xde\xdc\x06\x2f\x9c\x41\xd2\x8d\xfc\xa7\x2d\x6c\x5c\x88\xb2\x2a\x72\xa8\x09\x52\x14\x6a\x27\xc9\x8a\x3e\x85\xee\x78\xcc\x6a\x6d\xb3\x22\xe0\x13\xba\x3a\x02\x0e\x47\xa7\x92\xf2\x61\x51\x81\x31\x33\x44\x7c\x08\x1d\xc7\x40\xed\x7d\x81\xd0\xf7\x87\xdf\x1e\x76\x56\xad\x1c\xde\xf6\xf6\x88\x57\x46\x5f\xd2\x78\xfb\x1b\x6d\x50\xa8\xcd\x96\x6d\xd8\xd4\x63\xd2\xf8\x93\x49\x1a\x6f\xa9\x4b\xba\x75\x0f\xf7\x3e\x14\x2d\x82\xca\x98\x32\xfe\xdc\x6f\x9a\xc1\xe9\xdc\x5b\xc4\xd5\x07\x26\x72\xb7\xf4\xbc\x03\x3b\x1b\xc0\xc7\x46\x06\xf6\x8c\x19\xd8\x81\x39\xd7\xc8\xb2\xbe\x6a\x96\x75\x28\x5e\x15\x18\x02\xb6\x42\x4c\xd8\x56\x24\xc8\x86\x6a\x73\xcd\x90\xea\xca\xf3\x14\x95\x55\xdd\x9d\x77\xd9\xe9\xef\x0d\xc0\x4d\xa3\x8b\x5b\x23\x7e\x20\x03\x33\x48\x7a\x93\xc9\xd2\xcb\xfa\x6d\xcd\xfa\xd4\xf5\x5b\x51\xcc\xda\x19\x63\x57\xf4\xec\xd9\xc5\x79\x1c\x34\x1b\x42\x53\xda\x87\x64\xf2\xb6\x30\xa2\x30\x30\xcb\x37\xd0\xdd\xb6\xaa\xb2\x52\xae\x33\x44\x4d\x08\x42\x69\x03\x5c\x0a\x9e\x6f\x18\x8f\x90\x2a\x45\xca\xf8\xc2\xf4\x58\x02\x78\xb4\x05\x33\xce\xab\x15\x55\xec\x75\x1f\x01\x20\xea\x7c\xe3\x7b\xf7\xbe\x8b\x06\xf6\xe1\x80\x50\x86\x5c\xe5\x97\xd4\xf5\xc7\xcb\x5f\x5a\x56\xe5\x7d\xdc\x80\x98\x0c\xe6\x99\xae\x79\x51\x4a\x9e\xb1\xaa\xb0\xce\x6d\xce\x2a\x2d\x0a\x7b\x1b\x2c\xf9\xad\x60\x3c\x81\xac\x45\xc3\x0e\xd8\x37\x51\x0e\x11\x52\x0a\x28\x7f\x1c\x97\x72\x5e\x65\xd9\x84\xcd\x65\x0e\x68\xb9\x62\xed\xb2\x9b\x78\xb9\x64\x57\xd2\x28\x87\x98\xd3\x42\x0c\x0c\x46\x64\x7a\x34\x94\xe6\xc8\x05\x14\xbf\x28\x98\x1d\x3e\xb1\x86\x42\xcb\xb3\x0c\x72\x4e\x62\xb7\x52\xe0\xbb\x00\x26\xc7\xdb\x9c\x14\x64\xab\x37\x0a\xab\x4d\x5f\x04\xff\x68\xa9\x60\x33\xfc\x0e\xbd\xc0\xa2\x93\x9a\xdd\x1c\xad\x55\xaa\x6f\x8e\x0c\x49\xdf\x1c\x69\x91\x14\xa2\xd4\x37\x47\x2f\x21\x73\xbd\x36\x0f\x4a\xd5\x0f\xde\x35\x87\xf6\xe6\xe8\xe5\x84\x39\x5b\xd8\x4c\x95\xcb\x1d\x53\x4b\xe8\x0b\x1d\x61\x3f\x97\xe1\xe3\xba\xcf\x24\x0e\xb1\x0e\x22\x7d\xda\x4e\x23\xf3\xf1\x37\x86\x38\x82\x00\x9f\x00\xe7\xd4\x47\xf5\xec\x37\x8b\x2d\x33\xa8\x5d\xc2\x7e\x33\x50\x84\x69\x8c\xd6\xbe\x77\x96\x65\x51\xc5\x62\xf8\xd3\x9e\xe7\x9d\x06\x89\x0c\xa7\x31\xc0\xdf\xcc\xcf\xf1\xe0\xf0\x27\x3c\x2f\x8e\x82\x7e\xf9\x05\x2f\x68\xfa\xb8\xb9\xd0\xd1\xdd\x79\x56\xe2\xcd\x27\x2e\x29\xc7\x02\x1c\x96\x36\x24\x23\x75\xd0\x23\x66\x8e\x53\x06\x9d\xb7\x4c\x0a\xee\xc0\x87\x45\xaf\x37\x83\x7e\x42\x0b\xc2\xd6\xc8\x39\xe7\x5f\x0c\xcf\xe8\xc1\x9d\x8b\x23\x92\xe6\x68\xaa\x1d\xa5\xd1\xcf\xe6\x07\xfb\x8c\x0e\xb0\xc7\xf0\x6d\x0d\x74\x6a\x75\x7a\xb3\x0a\xd5\x2d\x0b\x77\xf8\xb2\x42\x7b\x37\x44\x57\x79\x09\x18\x82\x83\x87\x99\xc5\xcb\x5e\x57\x17\x5e\x2c\xbe\xf3\xb0\xd9\x6c\xd3\x90\xbe\x65\xc9\xc4\xbd\xd4\x50\x14\xc1\x5c\x9d\x81\x69\x0e\xa4\x51\xb6\x90\xb7\x22\x0f\x07\x0b\x18\x62\x46\xf8\x43\xb0\x26\x1c\x2c\x0f\x44\xb4\xd1\xd9\x36\x72\xf0\x91\x83\x7f\x16\x67\x5b\x17\xc3\x71\x75\x3f\xf6\xe1\x39\xa3\x2b\xee\x19\xba\xe2\x76\xf0\xc1\x0d\x70\xbe\x8d\x5e\xb7\x27\xc7\xdb\x87\x1b\xad\x0f\xec\x6e\x1b\xfd\x6c\x5f\xd2\x25\xb3\xb3\xd1\xfa\x11\x1c\x6c\x43\x3c\x6b\xdb\x5c\x6a\xa3\x2f\xed\xb9\xb2\xa5\x43\xf1\xa3\x91\x11\x7d\x9d\x8c\xe8\x90\x1c\x88\x84\xeb\x6d\x0c\x08\xe4\xdf\xb6\x2a\x73\xa0\x00\xc3\xc6\xbb\xf3\x0b\x22\x27\x62\xdd\x54\x3a\xcc\x3b\x69\xcf\xfb\x25\xd7\xd5\x11\x91\xf1\xe4\xc8\x48\xe0\xdd\x2e\xae\x6e\x0f\x97\x75\x70\xa1\xff\xc8\x16\x16\x73\x84\x8d\x23\xf2\x26\xd7\xdd\xd5\x46\xd3\x1d\xa4\xc5\x05\xa6\xf8\x41\xdd\xe6\xad\x69\xb4\x61\xce\xac\x75\xca\xed\xd0\xed\x2e\xa6\x6c\x2b\x64\x6f\x4d\x13\xc4\x33\xef\x76\x99\x07\x3a\x55\xa4\x58\x18\x0d\x0a\xfc\x61\x32\x35\xc7\x0a\xd1\xc8\x68\xd7\xc9\x64\x14\x39\x25\x00\x4b\x2b\xf0\x2f\x19\xb5\x85\x71\x9b\x35\x72\x76\x71\xee\xd9\x0d\x7d\x6f\x82\x4a\x1a\xf2\xab\x39\xb9\x95\xac\x56\x63\x5d\x49\x30\x04\x73\x29\xe0\x7e\x83\xde\xd6\x67\x80\x79\x28\x85\xa1\xc6\x45\x9e\x53\xfa\x30\x79\x35\x03\x5b\x3e\xa9\x6e\x53\x8b\xd5\x0c\x27\xe3\xe6\x08\x71\x33\x81\x91\xca\x44\x9c\x25\x50\x74\xcd\x36\xd6\xf5\xd6\xc0\xe4\x39\xa9\x96\x58\x09\x00\x37\x96\xba\xf9\x68\xa7\x8f\x23\x73\xdd\xec\x48\xd6\x6a\x6e\x57\xbf\x4e\x71\x53\xf6\x1b\xc2\x19\xa0\x08\xe0\x8b\xc3\xf9\xa9\xf3\x42\xb0\x9b\x23\x33\x12\xc4\xff\x84\xa1\x98\x7f\x9a\x71\xdd\x1c\xc5\x33\xbd\x39\x72\x1a\x75\xa0\x31\x3b\x2b\x62\x70\x9b\x9b\x26\x66\xc8\xf6\xe6\xaf\xbd\x42\x82\x44\x21\x00\xc4\x31\x54\xb3\x77\x39\x78\xb4\x6d\x5d\x93\xef\xea\x0d\x4c\x03\xed\x5d\x92\x79\xa1\x41\x0e\x56\x10\xb2\xb3\xa7\x4f\x7e\x22\xae\x62\x68\x3b\x08\xea\xf7\x9e\x52\x5c\x57\xf4\xb2\x46\x2b\x0b\xbb\xe0\x2a\x49\x9a\xc5\x43\x17\xe5\xbe\xeb\xb4\x03\x27\x81\xda\x0a\x63\x3e\xe7\x98\xcf\x79\x88\x7c\x4e\x22\xa6\x31\xab\xf3\xab\xcd\xea\xec\x60\x27\x63\x6e\xe7\xe8\x11\x19\x75\xc4\x67\x92\xdb\x49\x67\x78\x0f\x07\x77\xc7\xe9\xdf\x72\x55\x3c\x82\x47\xbc\x79\x09\x8d\x39\x9f\x23\xd3\x1d\x99\xee\xc8\x74\xbf\xe0\x9c\x4f\x62\x7a\xcf\xc1\xdd\x4c\x43\xdd\xd5\xe9\x5c\x9b\xe1\x16\xce\x7f\x68\x07\x74\xe7\x85\x32\x66\x84\x7e\xf9\x0c\xff\x33\x67\x84\x76\x0b\x33\xa3\x9b\xe8\xb9\xdf\x46\xbb\xba\x89\xba\x69\xe1\x30\xae\xa3\x66\xff\x63\x8e\xe8\xc8\xd2\x0e\x97\x23\xda\x62\x1d\x1c\x99\xd8\xc8\xc4\x0e\xcb\xbd\xc6\xac\xd1\x31\x6b\xf4\x39\x66\x8d\x82\x4f\xdd\x62\x8a\x9b\x1b\x25\x47\xe7\x41\xb6\x61\xa9\x9c\x83\x86\x56\x62\xe5\x4c\xf3\x8a\xbb\x72\x20\x7a\x41\x2b\x9f\xf0\x48\x3e\xe7\x37\x74\x79\xdd\xa9\xe2\x93\x66\xb9\x4c\x84\x19\x47\x9e\xb2\x99\x48\x78\x45\x75\xd2\x54\x91\x0a\xe0\xad\x84\xf5\xec\x3e\x34\x1d\x93\x58\xc7\x24\xd6\x31\x89\xf5\x29\x26\xb1\x06\x66\x90\x31\x95\xf5\x6b\x94\xde\x47\x71\xf9\x39\x8b\xcb\x4f\x31\x95\xf5\xc1\xfe\xbe\xc7\x73\xe2\x8d\xc9\xad\x63\x72\xeb\xc8\xd3\x47\x9e\xfe\x9c\x78\xfa\x57\x93\xdc\x3a\xfa\x1c\x1f\xdd\xe7\x38\xa6\xbe\x7e\xe1\x9c\xff\x73\xa5\xbe\xb6\xc8\x57\xa3\x2d\xfe\xb9\x5f\x44\x7b\xda\xe2\x1f\xcd\x93\x38\x26\xc3\x7e\xad\x8c\xea\xb0\x1c\x6a\x64\x4d\x5f\x33\x6b\x3a\x3c\x4f\x1a\xd3\x63\xbf\xf0\xf4\xd8\x9a\x50\x3e\x26\xc9\x6e\xa7\xb3\x21\x37\x65\x5b\xa2\xac\x19\x06\xdd\x9a\xc3\x93\x66\x6f\x5f\x1f\x28\x6d\xd6\xed\xf3\x98\x3f\x3b\xe6\xcf\x7e\xb6\xfc\x59\xac\x96\x3a\xa6\xcf\x8e\xe9\xb3\x0f\x4f\x9f\x45\x5a\x1a\xb3\x67\xbf\xda\xec\xd9\x76\x66\x32\x26\xcf\x8e\x1e\x97\x51\x9b\x7c\x26\xc9\xb3\x78\x84\xf7\xf0\xa5\xb7\x9f\xfd\xee\x6b\xe2\x11\x9c\xee\x8d\xfb\x67\x4c\x9c\x1d\x19\xee\xc8\x70\x47\x86\xfb\x05\x27\xce\x22\xcf\x7b\x0e\x3e\x6c\x1c\xe9\xae\x2e\xec\x78\x7e\xdd\x5c\xff\xd0\x0e\xec\xae\xbb\x64\xcc\x99\xfd\xf2\x79\xfd\x67\xce\x99\xed\x14\x63\x46\x37\xd2\x73\xbf\x87\x76\x75\x23\x75\x92\xc2\x61\x7c\x4a\x8d\xee\xc7\x84\xd9\x91\x9f\x1d\x2e\x61\xb6\x69\x0f\x1c\x39\xd8\x57\xcf\xc1\x0e\xca\xba\xc6\x6c\xd9\x31\x5b\xf6\x39\x66\xcb\x8e\xe9\xa9\x63\x7a\xea\xc1\xd2\x53\x8f\xbf\x39\xee\x4c\x4b\x75\x99\x40\xf6\xc4\x32\xc7\x35\xa6\xec\xf8\x9b\xd3\xb9\x52\xd1\xcb\xd0\xb6\x9a\xb9\xdd\x3c\x86\x06\x86\xc8\x06\x77\x3b\x26\xc2\xee\xe0\x78\x1f\xf3\x60\xbf\x56\xa1\x7c\x14\x83\x9f\xb3\x18\xfc\x14\xf3\x60\x1f\xe8\xba\x7b\x34\x87\xdc\x98\x04\x3b\x26\xc1\x8e\x0c\x7d\x64\xe8\xcf\x89\xa1\x7f\x35\x49\xb0\xa3\xff\xf0\x31\xfd\x87\x63\xfe\xeb\x17\xce\xf4\x3f\x57\xfe\x6b\x53\xb2\x1a\x4d\xeb\xcf\xfd\x0a\xda\xcf\xb4\xfe\x58\x5e\xc1\x31\xf9\xf5\x6b\xe5\x52\x07\x65\x4f\x23\x5f\xfa\x8a\xf9\xd2\xc1\x19\xd2\x98\xf9\xfa\x85\x67\xbe\xc6\xc2\xf8\x98\xf8\x3a\x56\x87\x1d\xb3\x5b\xc7\xec\xd6\xdd\xd9\x89\x91\xdb\xd2\x2a\x93\xf9\xc2\xdc\x2f\x17\x85\x54\x85\x2c\x37\x6f\x32\xae\xf5\xd6\x48\x91\xb0\xa1\x13\x30\x57\x7c\x0d\x5e\x36\xf2\xa7\xaf\xa9\x11\x4b\xa0\x15\x30\x44\xe2\x38\xee\x91\x91\x10\x17\xa2\xc0\x69\x4f\xd9\xb5\x11\x51\x61\x05\xc8\x2b\xc7\xf3\x8d\xf9\x41\xa6\xb6\x65\x6f\x0c\x88\x79\x7b\x14\x95\x1f\x5d\x54\x8e\x96\xb0\xbe\xa2\xc1\x5f\x14\x61\xc0\x8b\x99\x2c\x0b\x5e\x6c\xac\x0c\x0b\x52\x46\xa5\x2b\x40\x3e\x5f\x17\xea\x56\xa6\x42\xb3\x45\x25\x53\x91\xc1\x16\xa8\x9c\xdd\x61\xd2\xa6\xd4\x75\x52\xa2\xc5\xa5\x5c\xe4\xd6\x43\x8d\x26\x43\xe2\xbd\xcd\x11\x46\x8f\x9d\x7b\x5e\x9b\x4f\xc2\x65\x06\x5f\x8d\xa9\xdc\x7f\x34\x51\xb9\x96\xa9\x28\xd0\x55\x6c\x36\x31\xa5\x8e\xdc\x38\x0d\x2b\x5f\xab\x94\x5c\xcc\xa9\x82\xe3\x8c\xb1\x31\xf9\xa6\x36\x9d\x29\xfb\x90\x67\x1b\x08\x02\x8a\xbf\x48\x67\x60\xc5\x8b\x4f\xf8\xa9\xdf\xa3\x61\xff\x3e\x65\x7f\x53\x77\xe2\x56\x14\x13\x26\xe7\x6c\x65\xa8\x01\x90\xe3\x1b\x3d\x09\x6d\xfd\x29\x77\xb2\x5c\x9a\x11\xcb\xa2\xde\x19\x85\xce\x68\x51\x02\x65\x16\x96\x43\xeb\x15\xcf\x32\x43\xa1\x78\x2e\xd5\x1c\x59\x19\x99\x64\xed\xc4\xeb\x9f\x8b\x72\xc5\x3b\x16\x29\xd8\xb7\x99\x52\x99\xe0\xf9\xe8\x1e\x78\x02\x3a\xd0\x63\x8f\xd9\x0d\xea\x70\x6e\x88\x75\x21\xcc\x55\x29\x55\x8e\xce\xd9\xb6\x0b\x2b\x6e\x61\xa5\x74\xfa\x0b\x8e\x2b\x35\xc9\x17\x78\x72\xe1\xa8\x64\xea\x4e\x14\x9e\x62\xd9\x07\x8c\xd4\x7b\x8f\xa7\x8e\x7a\xfd\xc5\x34\xba\x70\x6d\x42\x81\xaf\xad\x85\x39\xac\x55\xae\x45\x39\x45\x19\xda\xc5\xac\x01\xcc\xc9\x09\xe4\xf5\x03\xff\xb7\x61\x6c\x4b\x95\xab\x02\x25\x35\x4d\x94\x8b\x61\x56\x39\x84\xb6\x99\x79\xbc\x57\xf9\x85\x1b\xbf\xfb\xd0\x5c\x70\xb3\x0b\xad\x0c\x12\x2f\xca\xc6\x42\xf9\x1b\xd8\x5e\x77\x75\x66\x05\x63\xa6\xe5\xe3\x49\x59\xf1\xcc\x37\x21\xdd\x11\xbc\x1e\x89\x90\xb7\xc2\xf2\x70\x41\xee\xd9\x38\xc6\xd2\x28\x10\xc0\xe9\xd0\xcf\x23\x81\x67\x02\x37\x0e\x86\x4c\x17\xff\xd1\xe4\x08\x75\x54\xfc\xe9\xbb\x6f\xfb\xd4\xec\xbd\xbc\x12\x5b\xe4\xa1\x3e\x23\x5f\xa3\x71\x9b\xb5\x2f\x5e\xcc\x7e\xcd\x66\xb4\xfc\x7d\x56\xcb\x9f\xb4\x96\x3f\x98\x1a\xd9\xfe\x6a\x77\xdd\x03\xac\x80\x9e\xda\xa6\x0d\xe9\x7b\xb4\x07\xfe\xe1\x77\x21\x6c\xb0\x6d\xf7\x2c\xae\xc1\xc1\x26\xc7\x6d\x7a\xde\x03\x8d\x8f\x51\xd7\xb6\x52\xc0\x50\x45\xf2\xed\xbb\x8b\xcb\x77\x6f\xce\xae\xdf\xbd\x65\x27\x78\xb3\xa0\x09\x22\x80\x1b\x8b\x65\x62\x69\xd4\xcd\x75\x21\x12\x08\x91\x37\x37\xa2\x3f\x43\x0e\x2f\xec\x34\x7a\x67\xca\x46\x75\xf5\x6b\xe7\xef\xa3\xba\x3a\xaa\xab\xa3\xba\xfa\xfc\xaf\xe8\x51\x5d\x1d\xd5\xd5\x51\x5d\x1d\x2e\x7b\x8d\x4a\xeb\x17\x2c\xd4\x3c\x01\xa5\xb5\x55\xde\x1f\x55\xd7\x51\x75\x7d\x24\xd5\xb5\x95\xde\x0e\xa9\xc0\x52\x8e\xcf\xa8\xbf\x8e\xfa\xeb\x53\x62\xf5\xa3\xfe\x3a\xea\xaf\xa3\xfe\xfa\xfc\xef\xe9\x51\x7f\x1d\xf5\xd7\x51\x7f\x1d\x2c\x7a\x8d\xea\xeb\x17\x2c\xd3\x3c\x01\xf5\xb5\x4d\xda\x1f\xb5\xd7\x51\x7b\x7d\x24\xed\xb5\x8d\xdc\x1e\xaa\xbc\x8a\xd2\xd0\x9d\x0e\xab\xb4\xa7\x17\x86\xc8\xb6\x33\x4e\xdb\x08\xe9\xd9\x62\xb9\x79\x9a\x05\xb0\x37\xe4\x64\x3c\x4d\x61\x69\x78\xc6\x8a\x2a\x2f\xe5\x4a\x30\x62\x97\x2b\x40\x00\x02\xd4\x23\x76\xa1\xd2\x11\x1d\x67\x04\x53\xf8\x42\x18\xd5\xa1\x44\x65\x23\x5c\x0d\xba\x95\xe8\x18\x4f\x9b\xc7\xf8\xca\x74\xd1\xcb\x66\xba\xd9\x00\xbc\xff\xe0\x74\xfd\x2d\x1f\xe8\x15\xd2\xc2\x86\x71\x1a\xa5\x67\x43\xaa\x91\xe7\x32\xca\x66\x4f\x4f\x36\x6b\xc9\x84\xb5\xab\xd7\xd8\xbf\xdd\x25\xb3\xee\x33\x30\x0a\x65\x9f\x59\x28\x7b\x1e\x66\x8a\xe1\x52\xd9\x16\xa9\xe9\xf1\x04\xb2\x2b\xba\x0c\x7a\x19\xa5\x69\x88\x34\x1d\x9a\x76\x0d\x27\x02\x8d\x1d\xc8\xb5\xb5\xe6\x4d\xcc\x15\x45\x7e\xdb\xfc\xc8\xbb\xfc\x36\xe2\x83\xb1\xae\xfc\x2e\xbf\xfd\x8d\x17\x86\x79\xc9\xfc\xff\x22\x90\x56\xa9\x1c\x1e\x64\xf1\xa0\xf3\x9d\xa8\x42\x98\x5d\xc2\x6f\xc0\x91\x16\xf9\xed\xcf\x85\x5a\xb5\x8e\xd2\x3c\xd8\x3e\x52\xd3\xe2\x8a\xce\xf3\x23\x0f\xd8\x7f\x0a\xc6\x6d\x8b\x18\xb6\x1c\x1f\x7a\x42\x4c\x92\xcf\x44\xc6\xfe\x51\x89\x62\xc3\xd4\xad\x28\x3c\x8e\xae\xe3\xbe\x13\x87\xb1\x99\x70\x2d\xc0\x9a\x33\x65\x97\x74\xe5\x3d\x30\x21\x3d\x2e\x6a\x38\x39\xba\x55\x59\xb5\x12\xbf\xaa\x2a\x6f\xc3\x2d\xfa\x2d\x78\xba\x65\xe1\x83\x66\x8f\xbb\xec\xc1\x87\x10\x03\x15\xfe\xee\x1c\x78\xff\x98\xeb\xc3\x05\xd7\x98\xda\x0a\x4c\xbb\xdb\x58\xfb\xd1\x96\x4c\xfb\xd3\x06\x49\x4d\x3a\x9a\x98\x63\xd2\xfa\x8c\x3e\xb7\xe5\x19\x2e\xdb\x50\x5e\xb6\xad\x68\xa5\x2e\x55\xc1\x17\xd0\xf5\x15\xfe\xb3\xd7\x2b\x1a\xb6\x0b\x30\xc3\x11\xd6\xb9\xe0\x2b\x51\x9a\x3b\x16\xf5\x46\xb4\x48\x1a\x41\x02\x5f\x82\x9f\x11\x10\xf0\xc2\x88\x68\xba\x14\x79\x69\x77\x98\x5c\x34\xe9\x26\xe7\x2b\x99\x78\x67\x16\x4a\x72\xd3\x9b\xfc\x26\x0f\xbf\x2d\x2c\x52\x74\x90\x8a\x9b\xfe\x95\xd5\x81\xbe\xed\x97\x71\x28\x3c\x49\x54\x01\xe9\xee\xa5\x62\xa2\x4c\x40\xba\x90\x39\xf3\xb2\xf1\xf4\x3d\x5f\xf5\x02\x0a\xfa\x71\x15\x2d\xf2\x6a\x96\xa9\x3b\x9c\xd4\xbb\xfb\x35\xcf\x3b\x24\xd7\x96\x56\x46\xf2\xbc\x0b\x1d\x67\x8d\xe1\x9b\x97\x18\x9e\x15\x26\xcc\x6b\x69\xab\xe3\x87\x50\x99\xaf\xd5\x5a\x65\x6a\x21\x3b\x80\x96\x01\x13\x18\x17\x4c\xa5\xe6\x00\xd9\xd6\x66\x04\x85\xa0\xef\xf4\x6e\x0c\x7b\xc7\x93\xa5\x1d\xd4\x3a\xab\x16\xd2\x0b\xe3\x46\x74\x52\x77\x39\xd3\xd5\x7a\xad\x8a\x12\x6a\xcb\xc2\x57\x36\xd6\x51\x98\x70\x14\x13\x3c\xde\x34\x8d\x7a\x63\x69\xf6\x5a\x14\x2b\x2b\xb0\x20\x0a\xb5\x19\x1c\x64\x51\xfb\xde\x0a\x0f\x71\x5c\x77\x05\x0c\xb5\xfb\xe3\x66\x5c\x39\x9b\x4e\x8b\xc9\x7f\x6f\x16\xd2\x36\x27\xe0\x7b\xa3\x72\x33\x1a\x4d\x9e\xb3\x22\xf1\x45\xf8\x3c\x57\xe6\x3e\xfd\x00\x73\x6b\xe1\x94\x6f\xdb\xf9\x5e\xcb\x0d\x66\x0f\x62\x8d\x69\x17\x82\x0a\x67\xa7\x2e\x66\x40\x0b\x16\x7e\x74\xc2\xc4\x74\x31\x65\xff\x73\x73\x54\x28\x84\xe5\xd0\x6a\x5e\xde\x1c\xfd\x7d\xca\xde\xab\x12\xa3\x76\xe0\xfd\x13\x7c\xcd\x5e\x6e\x17\xbf\x51\x78\x80\x96\xab\x75\xb6\x61\x73\x2e\x33\x26\xe7\x10\xb5\x00\x17\x1b\xbc\xb9\x1b\x1a\xbd\xbf\xc4\x5b\x94\x18\x7f\xc1\x7b\x58\x95\xda\xad\x8f\x31\x49\xee\x7e\x44\x36\x6b\xb9\x0e\xd6\x0f\xbf\xdd\xb6\x5e\x6d\x77\xaf\xb7\x52\x5f\x44\x57\x6d\xcb\xe8\x83\x9b\xb9\xc5\xa3\xe8\x87\x25\xf3\xd4\xdc\x3d\x22\xc6\x09\xaa\x0d\xbe\xd5\xdb\x5b\x88\x24\xe3\x72\xd5\xe5\x1e\x7f\x04\x72\x01\xde\x1e\x7c\x34\xf6\x8b\xbf\x15\x99\x28\x3b\x1c\xd3\xf0\x25\x42\xc6\xfb\x55\xa5\x2d\x4e\xea\xdf\xea\x4d\x82\x95\x59\xaa\xbb\xc6\xb0\xdf\x98\x61\x84\x11\x3c\xe1\x1c\xcd\xe5\x30\x53\x55\x9e\x4e\x19\xfb\x5f\x4b\x91\xa3\x6f\x7e\xc2\xa2\x8f\x9c\xaf\x56\x22\x95\x50\x04\x5f\x63\xd0\xd1\xe3\x5d\xd8\xdd\x70\x29\xad\x92\x7b\xeb\x35\xfd\x70\xf3\x6a\xbb\x90\xdd\x67\x5a\xad\xb7\x6d\x73\x7f\x47\xa4\x33\x7a\xbf\x9f\x8a\x10\xd2\x67\x61\x0d\xbd\xdf\xb1\x4e\xf3\x10\x13\x2b\x76\x34\xad\xeb\x72\xa3\x79\x75\xf4\x79\x1f\xd0\xba\xda\x61\x31\x78\xa8\x65\xd5\x77\x8b\x6c\xfd\xac\x2c\x79\xb2\x5c\x89\x7c\x2b\x8f\xac\xb7\x65\x09\x5f\x9b\x75\xc2\x23\x66\xd8\x06\x1a\xb2\x38\xb4\x60\xaa\x60\xa9\x80\x7f\x95\x51\xe1\x9e\x5b\x6b\x42\x3a\x75\xd4\xea\x1f\x1a\xe5\x18\xac\x0f\x8d\x8f\x59\x78\xbb\xa6\x1d\xa2\x8f\x11\x83\xeb\x70\xe4\xc3\xa3\x32\xf8\x45\xb1\x3d\x5a\x9d\xe7\xac\x0a\x5a\x9f\x7e\x6d\x86\xa1\xad\xca\xea\x09\xa9\xd0\x12\xe2\xd6\x81\x21\x9c\x12\x63\x21\x56\x32\x13\x4b\x7e\x2b\x55\x31\x65\x17\x6a\x5d\x65\x36\x21\xc4\xbc\xf7\xdf\xd5\x4c\x14\xb9\x30\x02\xb6\xde\xe8\x52\xac\x86\x54\x2a\x08\x2e\xf7\x3a\x1b\xc2\x18\x82\xc9\x91\x2e\x79\x59\xb5\x95\x2c\x80\xdf\xed\xa8\x1b\x4c\x8c\x68\xb0\x65\xa0\x80\x14\xba\x61\x89\x5a\xad\x33\xe1\x4e\x45\x83\x95\x1a\x0e\x06\x0b\x33\x61\x72\x2a\xa6\xf8\xea\x3d\x32\x8a\x13\x6c\x2d\x06\x55\x63\xd8\x36\x47\x9c\xdb\x0e\x97\x53\xeb\x2a\x0d\xbd\x72\xe8\x73\x87\x94\xfc\xeb\x9f\xe8\x93\xfe\xdb\xda\xb7\x69\x00\x5d\x97\xd2\xa8\x0a\x3c\x8d\x2b\x68\x17\x55\xa0\xbe\x97\x07\xd2\x06\x1a\x02\xd5\xa8\x11\x8c\x1a\xc1\xa3\x68\x04\x0d\x4a\x7b\x3c\xad\x80\xbc\xab\x3b\x70\x50\x8a\x26\x08\xcb\x5b\x3a\xc1\x3f\xb0\x51\xce\xec\x15\x67\xa8\xec\x52\x2e\x96\x25\xcb\xd5\x1d\x1a\xa5\x9c\x31\xac\xe6\xb3\xb4\x2f\x40\x59\x34\x7b\xf7\xd9\x5f\x0b\x88\x02\x98\x57\x66\xb7\xd8\x9d\x80\xd3\x80\x8e\x3c\x9e\x69\xc5\x64\x9e\xc9\xdc\xdb\x44\x65\x4e\x61\x02\xef\xee\x79\x52\x52\x2e\xdb\x4a\xac\x66\xa2\xb0\x5f\x1b\x14\x1f\x82\xdd\x92\x89\xac\x55\xa8\xa9\xb7\x08\x60\xc4\xa9\x4e\x5f\x88\x1c\x9f\x8b\x44\x68\xcd\x8b\x4d\xa0\x4e\x71\xb6\x76\xd6\x41\xbb\x94\x01\xf2\x34\x04\xb4\x1c\x6b\x3b\x43\xfa\x12\xec\x42\xdd\xe4\xb7\x76\xb2\x07\xac\xb3\xb5\x23\xbf\xb9\x3a\xff\x55\x2e\x50\xba\x70\xd6\x3d\xa8\x75\xe7\x0a\x36\x17\x3c\xd7\xf8\x26\x74\xa6\x5d\xc6\x6c\xd7\xa7\x61\xfc\x0d\xb3\xa6\x59\x80\xc3\xe4\x10\xa5\xdd\x23\x1f\x20\x03\x59\x87\x61\xdb\xf8\x20\x3d\xab\xf6\xfb\xfb\x5e\xb4\xec\xe6\x16\xb9\x0d\xdc\xdf\x50\xda\x3a\xbc\x1d\x0e\x6f\x4f\xb0\x54\x5b\x7b\x7b\x59\xea\xba\x2c\xce\xbb\x65\xda\xbe\x62\x06\x74\x40\x8f\x26\x47\xda\x06\x6b\x18\x6d\xff\x7d\x3b\xd6\xbc\x6d\xdd\x14\x8c\xe8\x49\xcd\xa9\x10\x86\x21\xd8\xd3\x51\xc8\x5b\xeb\x13\xf9\xf5\xe3\xd5\x35\x5b\xf2\x3c\xcd\x84\x95\x97\x48\x12\x0f\xd3\xc2\xa0\x13\x2c\x6d\x86\x24\xf7\x5f\xa2\xbc\x00\x27\xbb\x19\xe5\x8b\x97\xed\xa8\xe7\x76\x12\xad\x39\x69\xe8\xed\xb7\x95\x9f\x69\x64\x4d\xee\x17\x57\x2c\xf3\x9d\x6b\xc7\x79\x6b\x77\x5d\x83\xbf\x06\xdd\x77\x71\xd8\x07\xaa\x05\x36\x6a\x6b\x7f\xb5\x00\x7b\xd8\x81\x74\x9d\x96\x35\x98\x78\x51\xff\xb2\xe4\xeb\xb4\xb1\x07\xd3\x6d\xda\x45\xa3\xef\x8a\xa2\x2d\x7c\xed\x1a\xa4\x68\x5d\x22\xa8\x3c\x13\x39\x60\xfc\x43\xee\x75\x5a\x81\xb4\x67\x75\xbb\x40\xa3\x33\x42\xfb\x26\xe2\x8c\x50\x6c\x0f\x18\x21\xde\x45\xc3\xd4\xc5\x47\x53\x12\x71\xb2\xff\x9a\xf8\x55\x69\x0a\xdb\xd1\xb1\x24\x8a\x94\x50\x96\xc2\x5c\x6a\xf3\x2a\xcb\x36\xc1\xa5\xff\x87\xcd\xb5\x25\x70\xc7\xd1\xc2\xaf\x9d\x32\xe5\xc7\xb5\xca\x83\xa1\xd3\x57\xeb\x35\xf2\xfd\x8d\x0a\x4e\x44\x9e\x6f\xa2\xeb\x3c\xe4\x28\x6d\x43\xc7\x03\x0b\xd3\x9f\x09\xb6\xe6\x5a\x43\xc1\xf0\x52\x19\x01\x5d\x1b\x32\xcd\x4b\xf6\xbf\xb8\x2c\x7f\x56\xc5\x99\xb3\x08\x60\xe0\x60\xc2\xb3\x4c\xff\xf1\xcb\xb8\x87\xb7\x18\x2d\x18\x7b\x1f\x97\x16\x03\xc8\x43\x8f\xcb\xa3\xdb\x54\xe8\xb8\xec\xca\x31\xf1\xb5\x3e\x36\xe9\x56\x72\x3b\x6f\x84\x66\xde\x54\x6f\xcb\x5c\xb4\x72\x24\x7b\x5c\xdd\x8a\xf4\x8b\xbe\x2b\x23\xa8\x2e\xda\x6e\xa8\xd2\x6d\x9b\xcc\xec\x8a\x77\x7e\xda\x93\xf5\xdb\xda\xa6\xd0\xfe\x92\x8a\x6c\xe4\xf9\x99\x60\x99\x5a\x2c\x44\x3a\x61\x46\xa4\x77\x57\x5d\x58\xa7\x59\x8b\x5c\xcb\x52\xde\x46\x72\x75\xeb\x0d\x5b\xca\xd6\xab\x5b\xae\x44\x30\xe2\x3b\xae\xc3\x51\x3f\x2c\x9a\xd8\xf4\xfd\x80\x24\x70\x78\xbd\x93\x38\x28\x54\x7e\xf4\xeb\x8c\x46\xb5\xd1\xaf\xf3\x1c\x8d\x57\xa3\x5f\xe7\x0f\xf0\xeb\x74\x70\xc9\x2f\xd0\xbb\xd3\x35\xd3\x5d\x7d\x3c\xdb\x56\x6c\xb7\xab\xe8\xf0\xfe\x9e\x8e\x0f\x8d\x5e\x9f\xaf\xe3\x82\xfa\xfc\x5e\x9f\x2e\xa1\x6b\xf4\xfd\x8c\xbe\x9f\xc7\xf0\xfd\x74\xd1\xdb\xc1\x3c\x40\x5d\xac\x7b\xf4\x03\x8d\x7e\xa0\xd1\x0f\xf4\x2c\xfc\x40\xdb\x04\xb6\xd1\x1b\x34\x7a\x83\x0e\xa3\x46\xec\xea\x13\xda\xde\xcf\xce\xc4\x3c\xfa\x87\x9e\x88\x7f\x28\xda\xa0\xd1\x4b\x34\x7a\x89\x46\x2f\xd1\x7e\x87\x66\x3f\x4e\xda\xe3\x31\x6a\x69\xfb\xf5\xf9\x8d\x46\xb7\xd1\x96\x0b\x16\x01\x35\xdf\x5c\x9d\xbf\x05\x31\x69\x1b\x79\xb8\x46\x9e\x38\x42\x36\xc6\x67\xaa\x2a\x19\x67\x6f\x2c\x84\x8d\x4d\xba\x63\xe7\x66\x15\xe6\x3c\x11\xec\xc5\x9b\xab\xf3\x97\x35\xc1\x2c\x15\xeb\x4c\x6d\x40\x19\x21\x33\x45\xa5\x4b\x51\x4c\x8d\x54\x4f\x6d\xb4\x05\xa4\xcf\x05\xc8\x48\x36\xc5\x99\x64\x7f\x1a\x15\xd9\x47\x52\x59\x08\xa3\xcb\x4d\xd9\x79\xae\x4b\xc1\x41\x45\xd8\x80\x22\x58\x69\x11\x7e\xe2\x04\x7b\x3f\x29\xc4\x42\xea\xb2\xe0\x05\xd3\x32\x15\x09\x2f\x3c\x0c\xcf\x14\x33\x6c\xdd\x18\x91\x81\x07\x43\x33\xf4\xc4\xab\x52\x99\x45\xc0\x74\x64\x1c\x9b\xc6\x56\xf1\xd0\x1a\x56\x1e\xec\x63\x1a\x5a\xb5\x89\xe3\x12\xf3\x01\xfb\x84\xca\x32\x51\x98\xc1\xeb\xc8\x10\x54\x2a\xd3\x4a\x14\x2b\xa3\x74\x59\x38\x13\x7a\x9d\x44\x5b\x40\x40\x82\xde\x33\x51\x0e\xec\x61\xad\xd2\x9a\x2e\x2a\x52\xb0\x14\xfa\xcb\x47\xe5\x98\x21\x3f\x6d\x4c\x71\x74\xe7\x3d\x59\x6b\xe9\x68\x8f\xfc\xbc\xee\x3c\xf7\x2f\xb0\x17\x74\xab\xad\x01\x6f\x21\x85\x31\x5c\xeb\x39\x18\x40\xd4\x5f\x0d\xdf\x01\x6d\x76\x86\x2c\x4d\x9b\x1e\x1a\x8a\xab\xed\xaf\xa6\xc0\x82\x58\x48\x76\x1f\x5e\x3a\x2e\x74\xed\x38\x12\xf6\x64\x45\xce\x1f\xbe\x63\xc9\x92\x17\x3c\x01\xf8\x09\x55\xb0\x4c\x68\x3d\x61\x33\xb1\x90\x79\x0e\x72\x40\x9e\x9a\xad\x35\xff\x24\x09\x17\xcd\x39\x79\xb5\x12\x85\x4c\xfc\xdb\xec\xc5\xff\xf0\x93\x7f\xbe\x3a\xf9\xcb\xd9\xc9\xff\xfb\xf7\x97\xd8\x38\xe5\x7a\x29\x34\x7b\x71\xf2\x72\xc2\x52\x55\x6a\xf6\x62\xfa\x12\x4f\x53\xd8\x87\x66\x33\x51\xde\x09\x91\x7f\xe1\x7e\x51\xb3\x5b\xc8\x51\x77\x13\x29\x6b\xf7\xf8\x30\xc8\xdb\x2e\x29\xe0\x40\x80\xb7\x5d\xdd\xf7\xf9\xe7\xa2\x86\x6d\x8e\xb9\xc6\xad\x33\x7a\xe4\x9e\xc6\x1d\xb3\x4b\x41\x02\x2f\x73\x1e\xc2\x13\x57\x97\x63\x47\x0f\xdc\xe8\x81\x7b\x0c\x0f\x5c\x9d\xce\x0e\xe6\x79\x6b\x63\xc1\x43\x78\x64\x8f\x9d\xde\xb5\x1b\x50\x5a\x00\x54\x87\x4b\xc7\x36\xeb\x9f\x8c\x9f\x47\x12\x8c\xd4\x70\x71\xc5\x8a\x1d\x31\x60\x2c\xa7\x56\xb7\x69\xbd\x98\x89\x84\x1b\x7d\x4c\x96\x4c\xae\xd6\x19\x55\x42\xb0\x57\xe0\x1b\xa7\xf7\x5c\x54\xb3\x4c\xea\x25\xda\x26\x5e\xbc\x34\x04\xb6\x54\x29\x49\x08\xce\xa2\x3e\x44\x81\xb2\xcc\xd7\x3a\xdc\xa8\xa1\xb5\x41\x3a\x25\x15\xa1\x33\x93\xa5\x48\x3e\x85\x56\x4a\x6f\x0f\xb4\xe6\x63\x33\x82\x3b\x6e\x4e\x72\x95\x97\x32\xab\x59\x34\x9d\x4d\x7f\x26\xe6\xe6\x2c\xac\x0b\x95\x08\x61\x61\x31\x41\x7f\x92\xf9\x02\xa5\x2e\x33\xe5\x86\x4d\x89\x25\x0a\x60\x34\x61\x8d\x41\x54\x6a\xae\xb1\x19\x02\xf2\x8b\xed\x43\xb5\x55\x8d\x9a\x1b\x21\xb5\xb5\x7b\x89\x29\x3b\x9f\xc7\x3a\xf5\x25\x6a\xc6\xae\x30\x13\x5b\x10\xa2\x94\xf5\xbe\xe1\x26\xd8\x0a\x4c\x52\x07\x91\x9f\xa5\x62\x73\x9e\x69\xaa\xca\xd6\xf8\xae\x2d\xb8\xa6\x3f\xc9\xf5\xda\x70\xbb\x0f\x46\xfb\xbc\x93\xa4\xa2\x77\xb6\x37\xdb\x17\xe9\x94\x81\xc9\x76\xad\xd2\xf3\x7c\xae\x3e\xe4\x88\xdd\xda\x34\x3e\xcf\xe3\x72\x71\x71\xfb\x5d\x28\xda\x17\xf4\xa8\xab\xcb\x2f\x32\xf9\x09\x40\x71\x8d\xa8\x0d\x9f\xf8\x78\xfe\x76\xc2\x44\x99\x4c\x5f\x5a\xe3\x15\xc1\xcb\xd9\xb9\x69\x58\x78\x1a\x19\xad\x59\xbd\x5b\x98\x3e\x5d\x10\x0d\x2d\xdc\x96\x05\x34\x17\x8f\x79\xdd\x13\x15\x0d\xdc\xd7\x0b\xac\x4d\x99\x6b\xb6\xe6\x05\xdc\xc7\x91\x39\xc6\xd0\x0e\x92\x03\x2c\x94\xb5\x20\xc0\x28\xcc\xe7\x1b\xe3\xe3\x9a\x1c\x29\xe6\xe4\x8a\xfb\x92\x2a\x64\xc1\x20\xde\xab\x54\xd4\x8f\xb1\x33\x4c\x47\xe3\x04\x39\x4a\xaf\x55\xae\xe5\x2c\x43\x20\xdb\x35\x2f\xb4\xd5\x31\x08\xa2\xcf\xde\xd0\xe1\xf7\x9d\x59\xbc\x31\x12\xfc\xc8\x5c\x65\x99\xba\x33\x6f\xba\x87\x66\x94\x96\xaa\xec\xeb\xf3\x06\x4d\xe8\x90\x64\xc8\xb6\x88\x37\x1d\x44\x2b\x2c\x0a\x75\x37\x61\xb3\x0a\xd9\xd0\xba\x10\x73\x79\x1f\x15\x13\x9c\xb2\x9b\xa3\x44\x7b\x51\x85\x98\xff\x5a\xa5\x53\xa3\x64\xdd\x1c\xfd\x08\x08\xca\xa0\x14\x6e\x6d\x09\xc6\x94\xb0\x39\xfc\xd0\xfd\x4e\x25\x53\xd3\x1a\xaf\xf0\x17\xe6\x97\x8f\xe7\x6f\x5f\xb6\xb7\x17\xeb\xa5\x58\x89\x82\x67\xe6\x8d\x9b\x23\x33\xd5\x9b\x23\x26\xe7\xf3\x3a\x4f\xcb\x99\x6b\x1a\xc7\x52\xdc\xe4\xac\xe7\x7f\x51\xac\xc2\x9b\xab\xf3\x30\x4c\x60\xc2\x94\x3b\xfd\x37\x47\x40\xc3\x37\x47\x37\xf9\x4d\xde\x37\x5a\x14\xe4\x72\x71\xe7\x38\x94\xcc\xc3\xcb\xe0\xf5\xf4\xf5\x0f\x10\xc3\x60\xc3\x09\xac\x56\x00\xb4\x65\xad\x8b\xc8\xf1\x09\x3e\x97\xcd\x14\xc2\x47\xb2\x9b\x23\xef\x79\xbf\x39\x02\x0a\xbc\x39\x7a\x17\x7c\x1c\xa7\xf0\x8b\x9c\x8b\x64\x93\x64\xe2\x57\x95\x0a\xe2\x63\xae\xeb\x84\xe7\x2c\x13\xfc\x56\xb8\x13\xc3\x52\xa9\x1d\xf3\x3c\x55\x05\x93\x8b\x1c\x2b\x61\x5a\x3f\xc5\x94\x9d\xe9\xda\x24\xfe\x9d\xa5\x4a\xe8\xfc\xb8\x74\xa3\xf4\xcd\x27\xd1\xc7\x60\x96\xb6\x11\x84\xb3\xa8\x94\xaa\xda\x85\x96\x56\xa8\x89\xc9\xad\x25\xd4\xf1\x71\x7f\xfa\xbd\x65\xd0\xae\xcf\xca\xf9\xb0\xa5\x9e\xc0\xfa\x89\x7b\x6e\x6e\x0e\x08\xc4\x31\x3a\xda\x6a\x65\xfa\x01\xaa\x70\x78\x95\x2e\xe0\xb7\x2e\x85\x04\x7c\xfb\xb6\xb9\x8e\x9d\x20\xe5\x71\x2b\xa7\x9b\xdd\x99\x71\x19\xe9\xd5\x7c\xcf\x86\xf7\x74\xb0\x71\x5a\x1d\x62\x3f\xb6\xca\xa7\x9c\x7b\xf5\xc4\xdc\x70\x00\x93\x2c\x75\x8d\x0a\x26\xb4\x18\x24\x71\x55\x9a\x2f\xa2\x30\x1c\xcb\xf3\x62\x51\x0c\x02\x5a\xac\x94\x83\x6c\x2a\xd8\x5f\xb3\x7c\xd8\x59\xc5\x33\x76\xf1\xdb\xe9\xc5\x6f\x6f\xd8\x4a\x24\x4b\x9e\x4b\xbd\xc2\x51\xc2\xf9\xc0\x2d\x80\x31\x05\x64\x08\x8a\x02\x4c\xd5\x3c\x9e\xb8\xd9\xf3\xc2\x8f\x8c\xce\xaa\x84\x3a\xb0\xc8\xaa\xa8\x70\xa1\x93\x2c\xa2\xb0\x1d\xa2\x07\x59\xb0\xcc\xae\x37\x4c\x99\x2e\x76\x5c\x28\xfb\x00\x76\x18\xeb\x28\x4e\xd9\x99\x5d\xe5\x25\xb7\x56\x63\x7e\x67\x86\x62\x15\xe5\x50\xf0\xa3\x43\xb9\x50\x24\x15\x2d\x44\xc9\x78\xf3\xbe\xf0\xf6\x2a\x22\x5b\x9c\xe2\x94\xfd\xac\x0a\x2c\x23\xdb\x74\x44\xb8\xe5\xc6\xdb\xc2\xad\x8e\x16\xc2\x29\x24\x9f\xdc\x1e\x9c\x18\x36\xb3\x90\xe5\xb2\x9a\x19\x0e\x93\xaa\x44\x7b\x36\x73\x92\xa9\x84\x67\x27\xb4\xae\xd3\x65\xb9\xca\xfc\x34\xcd\x99\x0b\x8f\x9b\x1d\x11\x92\xbd\xc6\xf3\x87\xb2\x22\xfc\x8e\x7f\x52\x3a\x13\x4f\x53\xa4\x06\xb3\xa0\x18\xb4\xb6\x0b\x8e\x6c\x53\x6b\xc9\xab\x2c\xeb\xd5\x30\xde\x13\x46\xe9\x16\xdd\xc2\x34\x21\xf4\xd9\x16\x1f\x4f\x96\x45\xce\x19\x99\xeb\x12\xa4\x32\xc3\x58\x38\xa6\xfc\x0c\xf7\xde\xc0\xa7\x1a\xbe\x9b\x33\xcd\x32\x65\xae\x7d\x8d\xee\x1b\xeb\xba\x31\x9d\x0f\xf0\xdb\xa0\xd0\xf9\x29\x14\x5b\x62\x2f\x8d\xf5\xc9\xb7\x8d\x22\x08\x88\x73\x72\xb6\x97\x93\x6c\xa7\x04\xc2\x6e\x07\x81\xae\x47\xb7\x74\x54\x42\xd8\x9b\x65\xb9\x76\x4b\x43\x52\x36\x7d\xcd\x50\xa6\xd4\x46\xc6\x99\x98\x33\x81\xf0\xeb\x42\x5a\x70\xfa\x42\x90\x4b\x25\x30\x0d\x6a\xc6\x6f\xb9\xcc\x00\xa3\x95\xbc\x66\x39\x10\x37\x0d\xdc\x8a\x6b\xb6\x86\xba\x11\x59\xd4\x1d\x13\xb9\xaa\x16\x4b\x62\xe1\xa5\xbb\x51\xdc\x76\x38\x0b\x47\x3c\x0f\x9e\xb3\x0f\x77\xb9\x51\x06\xe6\xa2\x10\xb9\x2d\x6e\x07\x66\x0d\x67\xb0\x4a\x54\x81\x92\x1b\x28\x38\xb9\x5f\xcd\xd1\xfb\xf3\x24\x2c\x73\xa3\x2d\xec\x8f\xb0\x85\x39\x1f\x4f\xe4\x3f\xa9\x19\x28\xe0\x70\xe4\x54\x00\xe3\x71\x5d\x0c\x7a\x9b\x71\xc8\xde\x04\x7b\xb9\x19\xcc\x9b\xfb\x3a\x19\xdc\xbb\x8f\xe1\x62\x30\x9d\x0f\x8a\x65\xf0\x0d\x3b\x2f\xba\xd6\x65\x33\x97\x7c\xa8\xb2\x36\x2f\xbf\x1e\x8e\x67\xb6\x9e\xa2\x5e\xcf\xdf\xb6\x57\x36\x49\x78\x69\x98\x7b\x8b\x0d\xce\x3f\xec\x88\xfa\x74\x5c\x00\xed\x7f\x3e\xf0\xd4\xdc\x22\xfe\xda\x00\x61\xca\x17\xf2\xdd\x83\x08\x28\x24\x5a\xa5\xe2\xd2\x31\x9e\x7f\x4d\x70\x76\x2d\x01\x5c\xb5\xf0\xda\x5d\x9c\x9d\xa4\x75\x1f\xd8\xdd\xd9\x15\xc4\x7b\xfe\xb6\x39\x7c\xfc\xdd\x0e\x1a\xd6\xd4\x71\x35\x1a\x3e\x72\x36\xa3\x7c\x48\x71\x17\x45\x9d\xa1\xad\x2c\xd2\xe8\xa0\xd2\x13\x30\xa9\xc4\x5c\xbd\x20\x82\x5b\x94\x71\x4c\x6b\xa4\x28\x77\x92\x9c\xf4\x92\x17\xe1\xc4\xd5\x4a\xe4\x49\x86\x0a\xaf\x99\x97\x19\x91\x46\x71\x98\x74\xb2\x49\xf8\x39\xbc\x98\x80\x21\x2b\xc6\xd9\x42\xde\x8a\x1c\x67\xc1\x8d\x2e\x61\xfe\xf5\xda\xa8\x36\xd6\x8c\x11\x0f\x25\x7e\x3d\x18\x44\xf8\xfe\x99\xd1\x43\x20\x56\x26\xf8\xae\xd4\xba\x12\x3a\x50\x0d\xed\xfb\x71\xff\x61\x8e\x43\x10\x35\xef\x8e\x1e\x09\x37\xb2\x04\x61\x1b\x25\x41\xb7\xba\xa5\x8a\xc7\xe6\xb8\x2b\xab\xb4\xbd\xbe\xce\xdf\x7a\x4b\x71\xed\xdb\x20\x1a\x56\x79\x2a\x0a\x5d\xf2\x3c\xa5\x1a\x11\x6e\x4e\x70\xbc\x05\x07\xad\xd2\x2d\x54\x3d\x75\xa1\x08\x6a\x8d\x35\xe3\xc5\x08\xed\xfe\xbf\xc5\xa6\x45\xa7\x0d\x9f\xd6\x1d\x64\x9f\xcc\x6f\xbe\xa6\x0f\xd1\xb7\x75\xd6\xc3\x5a\xf3\xc0\x70\x06\x67\x96\x67\x20\x71\x00\x2b\x22\xdd\x1e\x16\x0e\xea\x07\x80\x1e\x62\xcb\xa7\xb9\xa2\x3e\xf0\x19\x2b\x13\xfa\x95\xd0\xec\x05\x2d\x45\xa2\x56\x6b\x9e\x6f\xa6\x89\x5a\x9d\xfe\x53\xe5\x02\x6b\x67\x84\xbf\x1a\x19\x58\xe5\x37\x47\x2f\x87\x0c\xcb\x6d\xa6\x1b\x93\x23\xa9\x78\x4c\x1c\x14\x00\x38\x1b\x56\x82\x8a\xec\x90\xe2\x7e\xad\x50\x2b\xd0\x8d\x57\x35\x16\x8e\x33\xfa\xa5\x2b\x8f\x14\x0a\xa5\x0d\x52\x35\xc2\xb0\xef\x04\x35\x56\x57\x74\xc1\xca\xe6\x11\xf9\xc1\x36\xd5\x22\xa8\x64\xb2\xb4\x1f\xf6\x71\x86\x85\x28\x0b\x29\x6e\x03\x96\x11\x8c\x04\x04\x47\xb0\xa8\xce\x78\xf2\xc9\x12\xb1\xdd\x64\x34\x5c\xad\x95\xf6\xf6\xd0\x54\xce\x41\x0c\x2f\xf1\xd0\x9b\x37\xcc\x90\xfc\xcf\xd1\x4a\x10\xa9\x52\x2e\x13\xd9\x34\xbc\xad\x57\x81\x38\x12\x18\x95\xe8\xdd\x87\x29\xa1\x5b\xef\xff\xb6\x6b\x63\xd8\xad\x3e\x20\x6c\xc0\x36\xeb\x08\x1a\x08\x94\xbc\x31\x64\xe0\x89\x28\x26\x3b\x86\x0c\xbc\x8f\xe4\xab\x43\x04\x0c\x40\x8f\x63\xb8\xc0\x18\x2e\xf0\xa8\xe1\x02\x44\xb7\x87\x0e\x16\x70\xaa\x54\x3f\x5f\x84\x40\x81\x9d\x34\x9d\x01\x76\xbe\x1e\x26\x4a\x6f\x36\xd9\xa8\x7d\xd0\x18\xac\xfb\x56\x58\x21\x3b\x1c\x6f\x30\x2e\x6b\x0c\x13\xf7\x52\xc3\x39\x0c\xcc\x8f\xe7\xd8\xcc\x0f\xdd\x33\x12\x73\xb5\x57\xb9\x9b\xcc\xc4\xd6\x8e\x35\x57\x64\xa2\x56\x74\x4d\x3e\xa8\x0e\x77\x3b\x97\xb1\xa1\x49\x93\xa3\xfb\x93\xc0\xf4\xbc\xe6\x65\xb2\x3c\x59\x89\x62\x21\x4e\x3e\x89\x8d\x51\x37\x50\x43\x6c\x69\x05\x96\x46\xb1\xd8\x80\xad\xa1\x58\xec\x92\x81\xd7\x36\x94\x1e\x02\x1b\xab\x95\x8e\xd5\x4a\xc7\x6a\xa5\x63\xb5\xd2\x67\x2e\x62\x8e\x82\xdd\x58\xad\x74\xac\x56\x3a\x56\x2b\x1d\xab\x95\x8e\xd5\x4a\x9f\x5c\xb5\xd2\xa6\xa4\x3d\x96\x2c\xfd\x62\x25\x91\xcf\x5c\xb2\xb4\x45\xab\x1b\x0d\x5f\xa3\xe1\xeb\xf1\x0c\x5f\x8f\x53\xbc\x34\x74\x24\x8c\x48\xd7\x23\x5b\x1e\x15\xc4\xe7\xc5\x00\x47\xa4\xeb\x3f\x00\xe9\xba\x9d\x49\x7e\x81\x40\xd7\x1d\x13\xdd\x15\xe7\x7a\xcb\x7a\xed\x74\x0d\x1d\x1e\xe5\xba\xfd\x3b\x23\xc8\xf5\xd7\x71\x37\x7d\x7e\x90\xeb\x0e\x71\x6b\xd4\x1c\x46\xcd\xe1\xf1\x34\x87\xc7\x83\xb8\xee\x60\xdb\x23\xc2\xf5\x88\x70\x3d\x22\x5c\x3f\x0b\x84\xeb\x2d\xa2\xda\x08\x70\x3d\x02\x5c\x1f\x44\x7d\xd8\x15\xdf\x7a\x6b\x37\xbb\x52\xf2\x88\x6e\xfd\x44\xd0\xad\xc3\xfd\x19\xc1\xad\x47\x70\xeb\x11\xdc\x7a\xaf\x33\xb3\x17\x17\xed\x81\xb6\x6e\x36\xfd\xfa\x90\xad\xc7\x8a\xa8\xfd\xd0\xd6\x6d\xf9\x26\xbd\x94\x12\x35\x27\x53\x06\xa6\x4d\x39\x73\x45\x26\xc1\xc2\x10\xe7\x51\x06\xe0\x23\xfd\xf4\x92\xb4\x83\x54\xfd\xca\xef\xe5\xaa\x5a\xb1\xbc\x02\x25\x4d\xcd\x59\x95\xcb\x7f\x54\x5e\xa5\x5b\xf1\x9c\x2f\xe2\x84\xc7\x50\x04\x24\xad\xae\xd2\x31\x1e\xc3\x59\x24\x35\x49\x8d\x30\x37\x4e\x2e\x43\x7c\x8a\x2a\x2f\xc3\xb7\x10\x1c\x0c\x30\x43\x0a\x84\x6e\xf0\x1d\x27\x62\x02\x64\x56\xde\xc9\x84\x00\xa7\x20\x87\xab\xa8\x32\xc1\xf8\x7a\x9d\x49\x61\x43\x7e\xa3\xf1\xbb\xef\x43\x4e\x63\xca\xf8\x4a\x19\x62\xae\xb2\x52\xae\x33\x80\x25\xd1\x16\xd3\xc0\xa5\x19\x12\x64\x42\x78\xed\xe4\x32\x03\x8c\x07\x6a\xe9\x62\x49\xfd\xaa\xb9\x88\x22\x02\x47\xb1\x13\xfa\xff\xd8\xfb\x17\xe5\x36\x92\x2b\x4f\x18\x7f\x95\x0c\x78\x23\x48\xfa\x0f\x80\xa2\xd4\xf6\x8c\xe9\x98\xd8\xa5\x25\x75\x9b\xd3\xba\xf0\x2f\xb2\x7b\x76\xd6\x98\xef\x43\xa2\x2a\x01\x94\x59\xa8\x2c\x57\x66\x91\x42\x8f\x3b\x62\x1e\x64\xf7\xe5\xe6\x49\xbe\xc8\x73\xc9\xcc\xba\xe0\x42\x09\x94\xba\x77\xb8\xb1\xee\x11\x51\x59\x59\x79\x3d\xf7\xf3\x3b\x75\x01\xe1\x28\x0d\xe7\x5b\x56\x58\xb5\x00\x99\x1d\x6f\x08\xfe\xf4\xe2\x79\xdf\xd9\xec\x40\x6c\x38\x7a\x09\xb1\xba\x66\xe4\x4e\x27\xa8\x70\xe1\xac\x36\x1a\xb8\x43\xfb\x12\x2c\x95\xee\xcf\x0f\x28\x8a\x6d\x8d\xdd\x6f\x37\x6e\x85\x57\x27\xfe\x39\x0b\x76\x51\xec\xd5\x2e\x19\xaf\xce\xd2\x81\xe3\x4d\xe0\x9f\x08\xc6\xd9\xc1\x90\x9a\xf7\xc5\xed\x77\x1a\x77\x23\xf8\xdb\x4d\x58\x2c\xe5\x81\x42\xf2\x2b\x5a\x6b\x31\x13\x95\xfd\xa3\x56\x8f\x39\xfd\x72\xb5\x76\x4c\x85\x72\x59\x21\xc7\xf0\xee\x6c\x32\xe8\x23\x5a\x3c\xd4\xce\x38\xb8\xd7\x96\x8d\x34\xa9\x8d\xd5\xab\x70\x8f\xc3\xc7\x01\x5d\x0e\x07\xa6\xb6\x06\xc8\x3d\x88\xde\x55\x75\xe1\xe8\xea\xf8\x83\xbc\x7f\xcd\xe7\x00\x64\x02\xb7\xfa\x9d\x41\xd7\x59\x4a\x38\x5b\x59\xea\x18\xf7\x3c\x53\x95\x37\x5f\x38\x4d\xf0\x2e\x4b\x6b\x99\xf3\x66\x9f\x12\x5a\x1a\x5a\x31\xc0\x0a\x64\x44\x8a\xd9\x10\x75\x66\x96\x8e\x24\x41\xa2\x43\x41\x09\xe1\xde\x20\x8a\x11\xf7\x80\xcb\xe3\x91\xb7\xf0\x93\x89\xcc\xc5\xb1\x3b\x44\x79\xae\xfc\x87\x0c\x20\xd8\x9d\xe0\x3d\xff\xe1\xf2\x15\xa0\x96\x28\x59\x10\x32\x1a\xa4\x2e\x2e\x95\xa8\xdc\xcd\x12\xb6\xca\x4a\x71\xdc\x1e\xe2\x09\x23\x38\xb7\xbd\x5b\x17\x57\x97\x64\xf8\xf0\x30\x54\xf7\x6a\xb6\xd4\xfa\x96\x28\x0c\x40\x23\x11\xfc\x1e\xe8\xb2\x98\x16\x69\xea\xcc\xfa\x5c\x76\xc0\x1f\xc9\x11\x1b\x2e\xd7\x0b\x27\xf5\x54\x8e\x02\xc5\xdf\xa4\x5e\x11\x5b\x9a\x6f\x2a\x21\x59\x21\xde\x8a\xac\x9d\x44\xe7\xe8\x78\x25\x52\x35\xab\x17\x0b\x4a\x8e\x7f\x90\x59\xa3\xc9\xb1\x7a\x0f\xc0\xbf\x1d\x8a\x82\xe0\xda\xee\x4b\x42\xb0\x75\x44\x43\x64\x93\x82\xd0\x61\xda\x8b\x6e\xf8\xab\xf2\x9e\x6e\xa0\x6b\x64\xea\xdc\x76\xa9\x46\xa7\x69\x67\x90\xed\x16\x9d\x5b\xcb\xcf\x3d\x15\xd1\x73\x31\xe5\x03\x41\x77\x78\xca\x18\x5e\x53\x1c\xc8\xb4\xa9\x7b\xc5\x20\x73\x98\xe2\x03\xa7\x99\x4f\x45\x66\x84\xfa\x58\xaa\x04\x33\x12\x80\xdf\x4f\x83\x37\x6b\x1a\x00\x9d\x22\x8a\x41\x1f\xc3\x51\x74\x08\xdf\x14\x3f\x80\x56\x7b\x27\x9d\x83\x81\x76\x29\xef\xa2\x54\x7e\x93\xfd\xa4\x08\xe4\x48\x64\x45\x59\x5b\x6c\xce\x41\xc1\xd8\xc8\x93\xb2\x88\x2f\xea\x2a\x55\x95\x38\x56\x7f\x73\xe4\xe0\x36\x2b\xd2\x61\x70\xa8\xd7\x59\xfc\x17\xc2\x0f\x39\xfe\x1e\xff\x02\x01\x28\x27\x9d\x25\xa0\x34\x11\x80\x28\xad\xad\xb4\x8a\xf3\x99\xe1\xd2\x14\x85\xb6\x21\x39\x63\x4d\xa8\x64\xc9\x52\x16\x0b\xc5\xeb\xe1\xfd\x13\x6e\xf1\xb3\x5c\x15\x36\x5f\x13\xc6\xdd\x17\xa0\xaa\x74\x04\x3b\x07\x0c\x7f\x8f\x0c\xbd\x4b\x80\xca\x70\xbf\xf9\xe3\x65\x10\x68\xd3\x2e\x9d\x0a\x54\x49\x12\xd8\x0d\x9f\xaa\xa8\xd1\x5c\x66\xb9\xd3\xe0\xe9\xa0\x8d\xd1\xe2\x32\x8d\x31\xf3\x36\xbd\x24\x10\xc5\x2c\x51\x2a\x45\x1b\x80\xea\xf4\xd2\x01\x16\x80\xc5\x6f\xd9\xc0\xe8\x5c\xbb\xee\x5c\xc7\xb5\x87\x1c\x8b\x3e\xe9\xa4\xbe\x48\x81\x8f\xc6\x02\xc7\x11\x8e\x78\xeb\xdb\x56\x8b\xe9\x35\xbe\x32\x75\xaf\xd3\xa0\xf7\x7d\xf5\x5b\x1c\xca\x14\xd3\xda\x31\xc1\x1f\x71\xcf\xfc\x62\x16\xfe\x45\x52\x98\xa6\x34\x3d\x5b\x57\x05\x78\xb2\xd8\x80\xf5\xfc\xd9\xb3\xe6\x02\xf9\x17\x62\x80\x4d\x92\x27\x8c\xad\x6a\x48\xa7\x27\x3d\x85\xda\x7a\xe6\xa9\x8a\x14\xb8\xc8\xe7\x29\x2c\x1c\x56\x70\x70\xf6\x8d\x9a\x9d\xb7\x65\x26\xba\xcc\xdc\x59\x71\x4c\xd1\x7b\x3a\x9b\x18\x5b\x9e\xee\xd4\x59\x3a\xfd\x4c\x1e\xd5\xd0\xaa\x76\x46\x30\x3c\x2e\x47\xbb\xcb\xd4\xfd\xbe\xfc\xcc\xb5\xdd\xcc\xcd\x5a\x6b\xbc\x1b\x00\xfb\x29\x76\xe1\x29\xae\xee\x97\x1a\x1e\x50\x05\x65\xb1\xcd\xd9\xfa\x14\x43\x69\x71\x0c\x2a\x64\xe0\x74\xef\xc6\x1e\xb4\xb0\xef\x22\x07\xb2\xd8\x68\x30\xee\x55\x6e\x91\x27\x7b\x29\xb5\xc3\x95\xdb\x12\xe9\x3e\x83\x0f\x17\xfa\xf1\x46\x4f\x43\xde\x41\x46\x3f\x5b\xf7\x3f\xac\x1a\xf0\x79\x44\x18\x34\x63\x36\x7b\xbd\xd4\x79\xbd\x2a\x5e\xf9\x65\xdd\x4a\x92\xb7\xbe\x19\xa1\x8f\x43\xf0\x59\xbd\x2a\xd0\x6c\x86\x3a\x1f\x20\xd2\x96\x55\x86\x70\xf8\xfb\x61\xa7\x41\x93\xe1\xe0\xaf\x46\x17\x57\xd2\x2e\x7b\xed\x14\x61\x7c\x3d\x16\x0a\xfe\x0b\xe9\xd0\xb2\x5e\x49\x77\xae\x64\x0a\xfa\x64\xfc\x9c\xe9\x39\x8e\xbb\xd7\x6c\xca\x26\xa3\xf6\x67\xf0\x77\x92\x07\x74\x89\x9e\x02\xf1\xbe\x54\x85\xd3\x78\x21\xbd\x2c\x9c\x5a\x3a\xe8\xe1\x4b\x20\xf8\x1c\xb9\xf9\x1e\x89\xa8\x27\x30\xac\x79\x20\xad\xb2\xca\x56\xb2\x5a\xc7\xd2\x06\x2d\xb0\xd5\x42\x1a\x03\x31\x7f\x05\x91\x3d\xc3\xcd\xd6\x8e\xc2\x52\xbb\xcc\x8b\xc2\x48\x66\x01\x97\x50\x5c\x47\x20\xb9\x84\x8a\x9b\xe8\xd5\xe9\xfb\x8b\xcb\x53\x1a\xff\xa8\x11\xeb\x7a\x3a\xcb\xf5\xec\x74\x25\x8d\x55\xd5\x29\x1d\x4a\x73\xfa\x7c\xfc\xcc\x11\x36\xa7\x0c\x8c\x80\xba\x21\x80\x11\x0a\x82\xbd\x4b\xe9\x37\xb4\xb3\x98\xfc\x84\x18\x07\xa0\xfb\x8a\x7f\xbe\x7e\xff\x4e\x94\xee\xd7\x63\xf0\x5e\xa0\x07\xca\x29\x16\x82\x15\x95\x93\x80\xd7\xac\x1c\x9f\x01\x4f\x95\x5c\x38\x1d\xc0\x0a\x05\x15\x22\x5a\x06\x21\xab\x9d\xe0\x9a\xd6\x09\x6a\x69\xc8\x9c\xda\xbb\xd3\xeb\x20\xef\x75\x8e\x83\xf6\xd5\x77\xca\xe0\x41\x20\x6f\x1b\xbb\x2d\xab\x4c\x57\x99\xed\x49\x2b\xe4\x27\x2c\x72\xa2\x11\x93\x0e\x15\x31\x51\x34\x8a\xdc\x29\x91\xad\x4a\x5d\x81\x21\xa8\x75\xa6\xc1\x33\x24\xc9\xbe\x0b\x0a\x9d\x19\x8b\x37\xfa\x5e\x55\x64\x4c\xa5\xfc\xc3\x60\x07\x5e\x66\x0b\x28\x14\x48\x9f\x1f\x0b\xbc\xf1\x14\xb6\x42\x7e\x09\xbd\xca\x2c\x41\x5d\x83\xa9\xdc\x09\x35\x00\x58\x6f\x12\x55\xc8\x2a\xd3\xb1\xb8\x8b\x76\x40\xe9\xbb\x14\x0b\xc8\x76\x04\x8b\x76\x21\x9e\xed\x65\xa9\xe5\x26\x1d\x88\x35\x77\xd1\x70\x85\xf6\xbe\x7b\x5f\xe7\xfc\x3f\x82\xad\xb9\x45\x98\x99\x61\x3c\x84\x98\x7b\xbe\x1b\x78\xf4\x52\xdf\xc7\x56\xdc\x80\x3d\xc6\x53\xa7\xda\x33\x1f\x76\xe6\xb7\x30\x9c\x49\x87\x80\x07\xa0\x93\x0e\xa6\x29\x3d\x89\xd8\x8a\x1b\x4f\xeb\x1a\xfb\x43\x4b\x66\x23\xb6\x03\xf2\x08\xc7\xe2\x82\x2c\x1d\x28\x28\xbb\xe6\xe7\x62\x24\xa6\xef\x74\xa1\xa6\xe7\x40\x7d\xf9\xed\x0a\xdd\xaa\x6c\xe6\x70\x02\x8a\xd7\x14\xb0\x08\x8c\x77\xba\x59\x0d\x00\xe5\xde\x34\x42\xaa\x3c\x55\x36\x6d\x0e\x71\xec\x3e\xf7\x2f\x68\x7a\x99\x9e\x83\x19\x14\x85\x59\x54\x6f\xb1\x4e\x8d\x06\x8d\x96\x43\x00\xd9\x50\x63\xb5\x48\x75\x57\xd9\x0f\x55\x49\x22\x57\xdf\xa4\x10\xe0\x30\x01\x83\x43\x38\xea\xc8\x90\x48\xf1\xf4\x85\x4d\xdc\x9a\x8e\x41\xb8\xae\xee\xd4\x0f\xc5\x6d\xa1\xef\x8b\x6f\x31\x10\x0e\x0d\xe4\x54\x9e\xc4\xcd\x1a\xda\x46\xdf\x8f\x06\xd7\x89\x2a\x0c\xe4\x8c\x5a\x75\xf7\x95\x5f\xef\x1e\x33\x8e\x1f\x8c\xad\x34\xd8\x78\x2c\x7c\x39\x22\xa8\x70\x30\xe5\xc3\x31\x8d\x0a\x77\xf8\x35\x3e\xbc\xc0\x48\x3d\x47\x17\xeb\xb0\xf2\x62\xb7\xff\x03\x4a\x78\x9f\x22\xdb\x45\x52\x5d\x23\xf0\x35\x52\xd3\x1a\x31\x59\x88\xd1\xe8\x6b\xfb\x06\x53\xff\x58\x88\x4b\x6b\x90\x09\x32\xb0\x2b\xe3\xe0\xa3\xb4\x33\xa9\x9f\x3d\x7b\x91\x8c\xe1\x94\x41\xa5\x14\xf7\xb7\x1a\xc7\x3f\x2f\x2a\x5d\x97\xf4\xfb\x53\x26\xdd\x93\xc6\xff\x7f\x97\xc6\x1f\x27\x04\x7c\x01\x98\xf0\x16\xdd\x65\xa7\xdb\xbd\x64\x8b\x73\x60\xad\x8e\x2b\x95\xa5\x92\xd5\xe1\x35\xf0\x0d\xd4\x66\x57\xde\x1a\x59\x8c\x9b\xb1\xb2\x32\xb1\xb5\xcc\xc1\x9a\x1c\x00\xa7\x37\x91\xc0\x2f\x36\x93\xbd\x12\xd3\x0e\x44\xd8\x3b\xe9\x6b\x87\xea\xf7\x30\x49\x6e\x07\x1a\xcd\x4b\x5d\xa4\x9f\xcc\xc7\xfc\xcb\xc1\x37\xc4\xae\x0a\xaf\x9c\xd5\x15\x48\xb7\x89\x6f\xca\x34\xbf\xd4\x3b\x53\xb8\xc9\x54\x41\x07\xb7\xc3\x81\x72\x69\xec\x4d\x25\x21\x44\x4b\x17\x37\xbd\x11\x58\xdd\x36\x18\x2f\x68\x39\x32\x2b\x0c\xcc\xfa\x66\x4e\xd6\x73\x14\x51\x17\x3e\x20\x18\x84\x49\x90\x4b\x0f\x11\xb5\x35\xdc\x1c\xf0\xc6\xbe\x97\xa0\xf6\x8e\xbc\xda\xeb\x9f\xe1\x55\x0d\x81\x71\x86\xa0\x28\x71\x6a\x7e\x1e\x1b\xf0\x76\xa4\xe9\xe3\xd9\xf8\x3b\x7e\x17\xa3\x8e\x86\x6e\x01\x46\xf7\xba\x4a\x87\x81\xb2\x0b\x6a\x17\x19\x17\x71\xfd\x8e\xcc\x5e\x9f\xdf\x45\x85\xda\x61\xd8\x8d\x6f\x00\xdf\x71\x4c\xe7\x06\x4a\xeb\x7d\x8b\x02\x35\xc9\xda\xfd\x71\x79\x5b\xf5\xda\x36\x56\x51\xf4\xa1\x1b\x50\x3a\xb3\x22\xc9\xeb\x54\x89\xd7\xc6\x4a\x28\xaa\xa4\xd2\xa1\x80\x02\x72\x17\x49\xa2\x4a\x4b\xfe\xc5\x1b\xf0\x5c\x4a\xfb\xf9\x11\x0f\xbb\x62\xf4\x0e\x74\xed\x77\xe2\x41\x6f\x79\xaf\x89\x2f\xba\x51\xc6\x7d\xca\x85\xfd\x45\x49\x97\x5b\xb1\xa2\xb1\x70\x5b\xf0\xb1\xee\xda\xd4\x4f\x0f\x45\x38\x90\x24\xf0\x94\x41\xfb\x8b\x14\x98\xf7\x4d\x59\x3d\x94\xee\xfd\x79\x89\xad\x07\x1a\x05\xb0\x83\x4f\x21\xa6\xf0\x62\x4f\x8e\x9a\xc1\x18\xaa\xea\x8e\x8e\xe5\x96\xe9\x6f\x45\xd5\xcd\xeb\x4a\xe6\x03\xba\x27\xdd\xc0\x32\x69\xd5\x42\x57\xbd\x68\xb6\xe1\x59\x93\xd8\x83\xd1\x40\xa5\xb1\x3a\x03\xa6\xdf\x96\x1b\x60\xa6\x72\x5d\x2c\x60\x1a\x58\x08\xe3\x48\xe6\xf9\xd1\x49\x48\xa4\x2b\x6b\x62\xa6\x22\x2b\xc0\xb0\x91\x66\x26\xd1\x77\xaa\x5a\x8b\x54\x27\x35\xe4\xdf\x23\x49\x85\x28\x95\xd9\xda\xbb\x61\x20\xb9\x05\x0b\x2e\x64\xc5\x9d\x26\xb8\x5b\x01\x85\x83\xa7\xb7\xf5\x4c\x25\x36\xc7\x52\x88\x79\x3e\x7d\x18\x52\x63\x3f\x39\xb9\x25\x72\x02\x52\x89\xaa\xb8\x1c\x07\x97\xcb\x8c\x95\x3b\x0e\xae\x2c\x74\xb5\x02\xbc\xc2\x20\x34\x81\xcd\x2f\x2b\x16\x75\x2e\xab\x31\x6d\x68\x58\xaf\x10\x66\x8a\x25\x55\xb8\x4c\x06\x52\x2e\x8a\x70\x9b\xba\x4f\x4e\x83\x7f\x97\x97\x0e\x33\x79\xfa\xee\xb4\xdb\xb5\xef\x7b\x27\xc5\x4f\x76\x4c\x0c\xb6\xdd\x5b\x3d\xc3\x34\x63\xb8\xc4\xc9\x00\x07\xe6\xee\xd8\x64\xd0\xef\x85\xc1\x83\xd8\xf5\xc1\xc0\xef\x3c\x06\xfa\x2b\x4e\xd2\x8c\xfd\x4a\x70\x1f\xd0\xb3\xd7\x6b\xae\x86\xe7\x29\x16\x61\x11\x53\xbc\xc2\x68\xef\x8a\x2c\x5d\xf4\x0b\x49\x0a\xf4\xdb\x78\x3c\xa6\xdf\x71\x08\xf8\xf3\x74\x2c\xde\xd6\xc6\x8a\x95\xb4\x84\x65\xd5\xa8\xbd\xb4\x89\x41\x1e\x47\x86\x38\x31\xc5\x6e\xe1\x4e\x8f\xe3\xce\xc7\x9d\x91\x4d\x4f\xe8\x7b\x33\x05\x39\xdf\xb9\xbe\x57\x55\x22\x4d\x3f\x10\xa5\x59\xea\xca\x7a\xba\xd3\x12\xa4\xfd\x33\x5c\x17\xf7\x27\x91\x15\x96\xd9\x79\xe5\x86\xde\xc6\xf8\x68\xd7\x10\x27\x0a\x83\x08\x86\xc8\x29\xdc\x94\xd5\x8e\xe9\xee\x71\x65\xf9\x4a\xf5\xac\x02\x3d\xf1\x27\x9c\xff\xee\x3b\x5f\x5b\x86\xd3\x38\xeb\xfe\xe7\x94\x6e\xe3\x57\x70\x44\xb5\x0c\x14\x9f\xc0\x76\xae\xbb\x16\x2b\xd9\xb2\x57\x65\x55\xe3\xee\x79\x83\xd5\x36\x76\x03\x87\x79\x80\xae\x5c\x27\x62\x98\x44\x83\xf6\xce\x5e\xa3\x4d\xa1\xcd\xfd\x32\x7e\x12\xfb\xce\x50\xc6\x8f\x7e\x32\xca\x3a\x39\x2e\x9c\xe8\x97\x1f\x5e\x3d\x42\x48\xcb\x26\x0f\xe0\xcf\x43\x9a\x6d\x67\xd8\xf0\x33\x9f\x39\x77\xa3\xf0\x07\x0f\x67\x85\x80\x0c\x1d\x67\xd6\x67\x52\xb5\xf1\x78\xfc\xe5\xc9\xd5\x26\x37\x7e\x0f\x49\x42\xea\x83\x3e\xc7\x75\x93\xb2\x3b\xe2\x02\x2c\xa7\x49\xa1\xda\x2b\xf4\xc5\x4c\x8c\x48\x54\x21\x74\xa0\xc7\x91\xd7\x17\x47\xd0\xe7\xef\x8b\x65\x3a\x69\x7d\x6d\x5c\x7c\x18\xd2\x47\xa0\x7c\x94\x07\x41\xa4\xad\x60\x47\x3b\x29\xb1\x31\x32\xb0\xa2\xe3\x00\xfe\x3a\x02\x93\xa0\xe2\x0b\x9c\x43\x1a\xb9\x57\x87\xad\xd0\x76\x5c\x6b\x37\x4a\x1e\x09\x95\xb4\x0e\x0d\x2a\x47\xfe\xee\xe5\xda\x84\x8f\xb5\x91\x38\x52\xa7\x1c\x25\x92\xc2\x13\xe6\xf2\x4e\x43\xc6\x18\xdd\x48\x31\xfd\x38\xe2\x57\x47\x35\xae\xc9\x08\xbf\x36\xc5\x74\x97\x1a\x04\x97\x29\xf8\xa0\x98\x34\xfc\xe5\xb7\xff\x36\xc6\xe9\x8e\x35\xce\xfe\xc7\x17\x48\xd5\xa6\xcd\x78\x82\x50\xd3\xc3\x57\x9a\xb6\xd2\xdc\x9a\x53\x09\x51\xd7\x71\xcd\x0f\x80\xc8\x80\x4d\x1e\xf9\x2b\xd5\xfe\x61\x14\x1f\xa5\xdf\x94\x55\x5d\x64\xc5\x62\xe4\x46\x55\x1b\x9e\x86\xfb\xa5\x39\x91\x0d\x91\x08\x51\x86\x38\x92\xbe\x2e\x4f\x72\x3f\x47\x67\x23\x2e\x4c\xb1\x81\x34\x40\x16\x21\xd6\xa2\x1b\x09\x8d\xdc\x0b\x42\x41\x46\xd0\x59\xda\xe7\x8a\x17\xd3\x97\xf8\x06\x06\x87\x4f\xdf\x79\xc8\xcc\xa9\x67\x67\xae\xdf\xc6\x83\x5e\xb8\x6b\xa6\xdc\x9d\x99\xf8\x58\x85\x56\xaa\x89\xe3\x9d\xee\xec\xc6\xb1\x0c\x5b\x09\x1f\xdb\x71\x0a\x2f\xaf\x84\xb0\xf4\x55\x59\x53\x8d\x69\xcc\xd7\xc8\x0a\xba\x3a\x74\x0b\xfc\x47\xdc\x6b\x6e\x04\x3d\x72\x8c\x2f\x18\xed\x39\x07\xda\x04\xa0\x0e\xbc\x3b\x2d\x23\x27\xb2\x4c\x06\x50\xa2\x0e\xa1\xdf\x9d\x4c\x23\x67\xfa\x0e\xf0\x46\x9b\xad\x5a\xbd\x98\x61\x9c\x0a\x56\x61\x80\x4f\xae\x3e\x66\x89\x5e\x54\xb2\x5c\x22\x6a\xf9\x58\x4c\x06\xdf\x77\xfb\x30\xc2\x58\x59\x51\xb6\x8a\x14\x93\xc1\x9d\x1b\x05\x64\x65\x4a\xa8\x4c\x49\xfb\x0a\xe0\x3d\x94\x99\x79\x0c\x39\x22\xf2\xaf\xba\xe2\x5e\x4e\xe8\x15\x0e\x91\xcb\xd7\x64\x3e\x85\x59\x4e\x06\x80\x9b\x33\x19\xb8\xa3\x33\x19\xcc\x94\x75\xff\xc6\x6c\x14\x8c\xb1\x68\x74\x9c\x15\x51\xc7\xc0\x94\x0c\x16\xd0\x36\x98\x1f\x3a\xcf\x2a\x03\xa9\xf1\xdf\x5d\xa0\x5c\xe7\x34\x3d\x2b\xf9\xdf\xf0\x2d\x71\x8c\xc5\x4e\xbe\xbb\x40\xcd\xb1\x91\x1a\x52\x38\xa9\x71\x3e\xcf\x3e\x52\x2d\x7a\x83\xef\xeb\x0a\xdf\x3d\x19\x72\x12\x5b\x01\xb2\x26\xc4\x56\x61\xba\x76\x34\x65\x9a\x71\x63\xb4\x58\xee\x04\x33\x1e\x79\xb4\x7c\x26\x79\xbd\xcf\xc5\xdd\xd9\xb3\xa1\xb8\x7b\x3e\x14\x77\x67\xee\x7f\x90\xe4\x0c\x7f\x3d\x73\xff\x7a\x31\x14\x77\x2f\x20\xef\xd9\xfd\xf4\x1c\x46\x84\xed\xe0\x9f\xcf\x87\x62\xae\xf5\x19\xfe\xf7\xd9\x67\x24\xe3\x1c\x88\x51\xfd\x18\x82\x26\x1e\xcf\xd4\x12\xc9\x3c\x8f\x66\x38\x79\x84\x8e\x7f\x7c\xcc\x80\x8f\xdd\x08\x33\xdb\xdf\x6c\x19\x7c\xf6\xf5\xb0\x6e\x05\x9c\x21\x5f\x04\x2f\xa8\x13\x06\x54\xfa\xe3\x46\xc1\xbb\xd9\xbe\x5b\x28\x39\x7e\x2c\xb8\x7a\x2e\x59\xa6\x7c\x39\x64\x70\x10\x03\x62\x86\xbb\xa2\x4c\xb6\xd1\x6c\x15\xd1\xdf\x9b\xa5\x5a\x73\x5c\x63\x54\x68\x73\x29\x8b\xa8\xd7\x0c\x03\x9d\xbf\x82\x98\xe7\x3d\x3e\xfd\x89\x95\xf4\xcc\xef\x19\x6d\x97\x93\x00\x4a\x59\xd9\x2c\x01\x9d\x52\xba\xc1\x5b\x8e\xdc\xdb\xb9\x87\x5f\x89\x62\x04\x57\x2f\xa8\xce\xcd\x33\xd2\xe3\x8f\x8b\x9f\x03\x35\x45\x34\xba\x98\xb7\x37\x3f\x45\xa7\xe3\xde\xd1\x7f\x05\x75\x9d\x09\x9a\xcc\x09\x91\x95\x4c\x6e\xc9\xf4\x6e\x54\xc4\xbb\x31\xef\x5a\x8a\x95\x87\x68\x83\xa0\x64\x08\x72\x87\x21\x84\xb6\x59\x01\x35\xc6\x50\x5d\xf2\x02\xe9\xaa\xc6\x4c\x66\xa3\x1b\xbd\x80\x99\x5c\xe7\x39\x61\xf5\xb9\x45\x30\xcb\x46\x8b\xe0\xd2\xf5\x5c\xea\x58\x15\x06\x91\x44\x0a\x2d\x74\x9e\x36\xe0\xc7\x73\x35\x87\x88\x70\x12\xb5\x63\x6e\x55\xa9\x95\xa6\xcc\xd4\x4a\x19\x5f\x4f\xc6\x8f\x9c\xdc\x05\x54\xf9\xd6\x8b\x3d\xe8\x56\x20\xb7\x00\xf6\x41\x9e\xe7\xa6\x7c\x3c\x75\x72\x06\x56\xe9\x58\x63\xc5\x3e\x54\x16\xb8\xbf\x83\x55\x9c\x3d\x78\x50\xc1\xa3\x71\x8d\x47\x21\xed\x3f\x3e\x34\xc2\xb7\xf3\x6a\x23\xa1\xce\x27\xaf\xea\x8a\x0d\x14\x7b\xe4\x67\xa0\x74\x4b\x54\x5c\x2e\xfa\x80\xef\x22\xec\x24\x70\x43\x52\x0c\x79\x0f\x25\xdf\xd0\x32\x4e\x2b\x09\x81\xaf\x09\x3d\xf4\xb8\x53\x59\x21\x6e\xe0\x6e\xe9\xda\x96\xb5\xdd\xa9\x8b\x41\x31\x71\x55\x24\xea\x14\xea\x87\x83\x0e\x46\xae\x28\xc7\x51\xcc\xe9\x6f\x2a\x95\xa8\x0c\x74\x2a\xaf\x94\x8d\xa4\x19\x59\xac\xf2\x1e\x2b\x56\x4e\x70\x2f\xb4\x1f\x13\x88\xa1\xac\x2a\x0f\x21\x8d\xa1\x58\xe4\x1c\xfc\xef\x18\x4e\x99\xcb\xb5\x47\xa7\x5a\x04\x97\x7e\x57\xa1\x82\x22\x39\x5f\x89\x1c\x77\x52\x83\x7e\xde\x99\xfd\x10\xab\x2f\xee\x37\xaa\x6e\xf5\x9f\xff\xf1\xbf\xef\xce\xfe\xf3\x3f\xfe\xcf\x10\xfe\xf5\x1c\x24\x57\xf8\x53\xd9\x64\x5f\x8b\x12\x7a\x19\x38\x1a\xdb\x3e\xd8\x6e\x0e\xa8\x01\x53\xec\x12\xc2\x86\x9d\x7e\xdf\x6f\xb1\xde\x70\x9f\xc8\xca\xd1\xcc\x61\xa3\x1f\x41\xa6\x70\x67\x82\x0a\x76\x81\xf0\x4f\x5a\x3a\x12\xdf\x14\xb5\x59\x42\x0f\x6a\xcc\xa6\x7f\xfb\x1f\x5b\xc2\xf8\xd1\x8f\x14\x26\x8d\x57\xb9\x3b\x69\xdc\x03\x50\x90\xe6\xb9\x5c\x20\x5c\x69\x56\x2c\x4e\xd3\xcc\xe0\xbf\x9a\x93\x01\x9e\x80\x82\x16\x2b\xbf\x99\x44\x0f\xf6\xc5\xd5\xa5\xe9\x37\x42\x10\xf9\xe8\xe5\xec\x51\x14\x11\x3b\xf1\xbc\x6e\xeb\x0d\x4e\xb0\xfe\x6d\x5b\x53\xe7\x50\xc5\xc6\xa7\x1b\xd0\xfd\xd8\x92\xae\x22\xd8\xdc\x86\x1e\x48\xed\xff\xa9\x75\x5a\xe2\xc1\xd7\xb3\x2a\x86\x9c\x6a\xcd\x20\x7a\xea\xcd\x8a\xf7\x10\x3d\x1d\x3f\xe9\x3b\x0f\x9b\xec\x2c\x4b\x79\xf7\xe8\x87\xe3\x3a\x9e\xd4\xe3\xaa\x6d\x2d\x22\x73\x30\x5e\xd9\x98\xc2\xc1\x7a\x8d\x6e\xcd\x01\xf9\x7a\x34\xd6\xeb\x44\xe6\xdb\x81\x5e\xb6\xbe\xe9\x5d\x10\x94\x55\xc1\xbe\x79\x47\xa9\xdc\xe3\xe8\xd4\x21\xb3\x6f\x8a\xc5\xfb\xc4\xd7\x7f\x50\x65\x9e\x25\xd2\x40\x06\x1f\x47\xc9\x35\x7e\xec\x09\x7f\x9c\xa9\x9c\x4b\xab\xf5\x67\xfe\x75\x9a\x34\x02\xa6\x42\x0a\x20\x19\x82\x41\x7f\xe9\xe4\xf4\x01\x30\x9a\x87\x4f\x80\x0b\x8f\xab\x32\xc5\x51\x8e\x0d\x7d\x60\x3a\x16\xef\x8b\x7c\x1d\xfa\x35\x70\xdd\xb9\x46\x76\x33\xb9\x90\x8c\xcd\x60\xe4\x8a\x5c\x9f\xf8\x32\x0c\x95\x9c\x1e\x1e\x23\x43\xc3\x1f\xa5\x4a\xa6\xa1\x3d\xa5\xa9\xdc\xeb\xea\x16\x49\xcb\x9f\x75\x95\xfd\xa4\x0b\x2b\xf3\x2b\x9d\x5e\xd4\x56\xc3\x0e\x55\xb1\xce\x00\xf1\x3a\x8c\x01\x97\x99\x68\x19\xbc\x0b\x90\x0d\x68\xf8\xc2\xb1\x93\xd0\x25\xa1\x40\x7e\x14\x3c\x5d\x81\xb0\x19\x9c\x25\x19\x20\xbb\x63\x77\x3a\xec\x40\x78\x25\xf3\x16\xc8\xb9\xae\x56\xbd\x41\x3f\x8f\x68\xe3\xfe\x0d\x2c\xc6\x28\x3e\xae\x68\x1e\xf5\x05\x80\x31\xe2\x80\x85\x03\x4e\x2e\xa4\x33\xd2\xc7\x50\x87\x18\x9b\xd0\x3e\x09\xd4\x11\xbd\x33\x3d\x85\x0f\x4f\x1b\x17\x05\xac\xad\xc4\xc0\x39\xb6\x0e\x2b\x16\xe3\x0a\xf5\x8b\x11\xed\xab\xd2\x1b\x8f\x1f\xb7\x38\xf0\x89\x77\x6a\x59\x45\xdd\x3f\xd6\x79\xc7\x23\x7e\xa0\x9d\xd9\xb8\xf4\x04\x1a\xe3\x41\x5f\x74\x21\xbe\x7b\x7d\xb3\x25\x66\x77\xc7\xba\x77\xda\x3c\x0a\xad\x79\xec\xb5\x47\x5a\x73\xb0\xd5\x6f\x8f\xfa\x13\xee\xc5\xb3\xaf\x10\x64\x10\x33\xc0\x07\x9a\x3b\x3b\xaf\x6e\x61\x9e\xf8\x7c\x17\xf7\x14\x01\xa1\xdb\x47\x66\x06\x08\xcf\xc0\x1f\xfa\x8f\x58\xb3\xb7\x31\xd6\x51\x85\x2a\xaa\xbf\xa5\xe8\x17\x47\xb1\x4f\x37\x8c\xa5\x4f\x83\xfc\xad\xb8\xfa\xe1\x26\x0e\xee\x84\x56\x7d\x3d\x58\x79\xab\x7a\x4e\x39\x0a\x01\xa8\xc1\x20\xb8\x17\xe5\xc7\x52\x9a\xc1\xda\x02\xf8\xa0\xfa\xe8\x94\xe6\xc6\x4a\x59\x59\xfc\x24\x71\x00\xa7\x57\xef\xaf\x6f\x4e\xaf\x2e\x6e\x5e\xfe\xb9\x33\x96\x8e\xce\xdb\xf9\x48\xa7\xd3\x8e\x88\xf2\xe5\x4e\xd8\xa7\x1d\x2e\xd3\x20\x2f\x34\x17\x08\xb3\x6b\x8b\x64\x66\x5f\x99\xac\x95\x45\xcd\x32\x63\x5b\x61\x75\xdd\x37\x6d\xf8\xed\xf5\x26\x15\x0a\x4f\xba\xec\xbf\xe6\x40\xea\x90\x06\x43\x7e\xfd\x54\x92\xb0\xe2\xd4\xc0\xbb\xb3\x29\xd1\x3d\x0a\x53\xff\x72\x9a\x09\x8a\xca\x0f\x4d\x17\xdb\xbd\x02\x74\x49\xa3\x25\xa0\xbb\x48\xa5\x3a\xce\xc5\xd9\x78\xe7\x41\x66\xcc\x0e\x1f\x75\xdd\x7f\xb2\xa7\xfe\x6b\x78\x61\x48\xf7\xe3\x90\xff\xe7\xbb\x3f\xd4\x3b\xe0\x6d\x97\x55\x93\x27\x9f\xdc\x1a\xdb\x47\xf0\x05\x77\xf3\xf1\x33\xe6\x3a\x67\xe7\x11\xb9\xd0\x01\xb5\xc3\x48\xe7\xdc\x9b\xfc\x84\x77\x9a\x61\xd1\xc1\x3e\x25\x56\xca\x2e\x75\xfa\x89\x24\xa7\x15\xfc\xd2\x83\xcb\xdb\x6c\xc0\xd6\x41\x0e\x19\xba\x7b\xc1\xa6\x33\xab\x21\x8a\xb8\x69\x3c\x23\x60\x41\xb0\x9f\x1d\xfe\x0c\x3a\xf6\x8b\xc3\xba\xaa\x74\x79\xe8\x33\xd7\xee\xfd\xb3\x4e\xc2\x6b\xc2\x84\x78\x45\x41\xae\x3b\x8f\x41\xef\x0b\xec\xbb\x62\xab\x37\x60\xdf\x47\x80\x13\x0d\x41\x02\x06\x90\xaa\xd4\x07\xd6\xee\x09\x8c\xdf\x02\x63\xea\x88\xe6\x75\x95\xf7\xba\x79\x0e\xcd\xbd\xdd\xfa\x6f\x5b\x21\x10\xbe\x62\x58\x83\x62\x8d\x27\x0f\xc5\x32\x10\x7b\x39\xa4\x04\xf1\x5c\xc0\x18\xcd\xd8\xe3\xe7\x62\xa6\x75\x3e\x14\x59\x61\x7f\xff\xcd\x50\xcc\x73\x2d\xe1\x1f\x38\xa1\xa1\xf8\xcb\xbf\x81\xfb\x62\x2e\x13\xf5\xef\x3f\x0f\xc5\x4a\x96\x7f\xc1\x47\xf1\xef\x70\xbe\x8b\x2c\x1f\x1f\x5e\x78\x69\x1f\xbf\x1d\x2b\x11\x35\x45\x4a\xe1\x7e\x1c\xd1\xa5\xc5\xd0\x1e\x77\x5a\x9a\x35\x4f\x5f\x55\x72\x6e\xc5\x37\xe2\x78\x69\x6d\x79\x7e\x7a\xfa\x57\xa3\x8b\x11\x87\xc5\x55\x8b\xd3\x93\xdd\xa7\x05\x6f\x74\xcf\x31\xf9\x6f\xc1\xfe\xde\x79\x16\x3c\x40\x97\x8f\xe3\x01\x69\xad\xc8\xfb\xea\x4f\x5a\xe7\xcd\x2f\x5f\xf5\x4c\xe3\xf1\x3f\x9f\xe7\xef\xe3\xe5\x7a\x64\x47\x50\x97\x40\x0e\x07\xb2\x58\x7f\xed\x21\x90\xaa\xd9\x07\xf5\xe6\x43\x05\xa5\x57\x48\x03\xa4\x97\x53\x86\xd1\x96\xde\x08\x6f\xf5\x21\x86\x14\x66\x27\x31\xc6\x8b\xea\xae\x45\x2a\x74\xc7\x93\xca\x2f\x71\xd3\x85\xb4\xaa\xd1\xdb\x03\x91\x76\x1e\x87\xc5\x0d\x70\xc9\xb8\xb3\x68\xef\x76\xd6\xb6\xf9\x12\x7b\x19\x13\xbd\x5f\xc8\xc8\xde\x57\x58\xc4\xe5\x02\xce\x36\x0e\x73\x3b\x53\x53\x45\xbd\xfa\xb2\x97\x02\x86\x45\x01\x84\x8f\xf5\x05\xf7\x81\x24\xaf\x4d\x76\xa7\xa8\x4e\x49\x34\xc7\xc8\xf7\x15\x5a\x65\xc5\xb6\x56\x5e\x24\x79\x84\x35\xe9\x97\x90\x1a\x80\x8d\xdd\x0c\xe3\xb4\xff\xe7\x2f\xc4\x54\xe8\x78\x0d\x07\x2b\xf9\xf1\xb2\x15\xfe\xd2\x8f\x7c\xf7\xfb\x6f\xa8\xf9\x1b\x55\x2c\xd0\xa6\xb9\x5f\xfb\xde\x92\x55\x3b\xde\x69\xed\x24\x06\xde\xc6\x8d\x53\x5d\xcf\x50\xf3\x5e\x65\xc5\x83\x26\x90\x15\x0f\x9b\x40\x56\x3c\x7c\x02\x9d\xa3\xb8\x75\x02\x54\x91\xa6\xc1\xda\xb6\xbd\x50\x68\xfb\x05\x08\xe4\x70\xe0\xc4\x40\x39\xc3\x2b\xde\xbd\x52\xba\x50\x5f\x9b\x19\x97\xd2\xba\x8b\xd7\x7b\x91\xe8\x59\xef\xde\xfd\x02\x78\x4f\xf9\x0b\x1d\x57\xf0\xb4\x6e\xde\xd8\x6e\x66\xa1\xcd\x6c\xe3\x98\x74\x11\x45\xba\xaa\x18\x80\xa6\xb4\x6f\x6e\x74\xbe\x3e\xc6\xbe\x3b\xb5\x9a\xa9\x34\x55\xa9\x77\xd4\x75\x05\xb0\xed\xed\x23\xfb\x27\x57\x0e\x45\xdf\x02\x56\x67\xa3\xe6\x71\xb1\x18\xc6\x9e\x7f\x4f\xf6\x67\x70\x98\xde\xac\x4b\xf5\x56\x51\x76\x50\x40\x1b\x42\x87\x29\x60\xa3\xb0\x57\x94\xcd\x67\x98\xe4\x1c\x15\xbb\x98\xd7\x15\x58\xbf\x2a\xe5\x16\x23\xb1\xe4\xca\xa3\x01\xf0\x6b\x98\x8c\xd4\x42\x7f\x6c\xa4\x1e\x91\xa5\x42\xa5\x42\xd6\x56\xaf\xa4\xe5\x04\x8a\xc6\x42\x6c\x48\x2f\x6a\x8d\x69\xa6\x20\x16\x69\x28\x66\xb5\x15\xa9\x56\x06\xc2\x2c\xb1\x7e\x08\x3c\xcd\x62\x8b\x9c\x7b\x19\x2b\x4c\x86\x74\xac\xe3\xba\x74\x4d\xdb\xc3\x0e\xf9\x54\x27\xfd\xa1\x2b\x8d\xc1\x66\x85\x1d\xe9\x6a\x44\x87\x64\xfb\x0e\x37\xda\x46\x11\x7a\xb4\xbf\x3e\x1f\x3c\x33\xbe\xe4\x4e\x00\xae\x85\x62\x61\xe4\x38\xf5\x15\xbf\x28\x20\x6b\x88\x07\xa2\xb4\x6b\xe1\x01\x5d\x69\xa5\x20\x82\xd5\xfd\x26\x8d\x48\x96\x59\x9e\x22\x3a\xca\xfa\xfd\x1c\xd2\xf4\x55\xc5\x48\xb4\xf3\x48\x6d\xd5\x85\x8f\xae\x0b\x3f\x12\x75\x32\xe7\x93\x62\x52\x9c\x9d\x60\x27\xe7\x93\x42\x08\x31\x82\x4f\x9c\xf3\x58\x1b\xbf\xe1\x90\x27\xc5\xf3\x13\x01\xea\x18\xbf\x11\xbd\xde\xdf\x41\xb7\x0b\xf8\x69\x3c\x1e\x8b\x9f\x54\xa5\xdd\x82\xac\x74\xa5\x76\x6f\x51\x9e\x19\x3b\x5a\xc9\x72\x74\xab\xd6\x3d\xe6\xee\xcd\x6d\xb9\xa4\x0b\x96\x43\x44\x8f\xa3\xaf\x3d\xd3\x7d\x0d\x96\x79\xba\x92\xe5\x14\xaa\x55\x63\xd4\x12\x07\x2c\x42\x7f\x10\x6f\xe5\xeb\xd9\xa4\xea\x23\xaf\xf2\x4a\x96\x63\xb7\xac\x90\x89\x67\xe5\x02\x51\x1f\xb9\x5e\x25\x57\xab\xc3\x10\x6d\x38\x2d\xbe\x4e\xce\xa4\x67\xfc\x6e\x20\x93\x81\xf0\x94\x93\x83\x28\x26\x83\x95\x2c\x27\x83\xb1\xb8\xc8\x8d\x1e\x06\x8a\x62\xa2\x4b\xe1\xc1\x00\x02\x0c\x41\x14\x34\x91\xc8\x5c\x56\xb0\x2b\x54\x02\xdc\x47\xe1\xc1\xd1\xc2\x78\x09\xa7\xda\x1d\x17\x5a\x14\xca\xb0\x8e\xe8\xcd\x40\x27\x0f\x4b\xff\xee\x9f\xdb\x3e\x7b\x88\x67\xbe\xbb\x7f\x11\x35\xe3\x90\x44\x91\x81\x9b\xa0\xd4\xb9\x5e\x70\xd5\xd0\xb0\x76\x8d\xca\xa1\xcd\x9d\x60\x44\x20\xd8\x8c\x17\xa2\xd4\xc6\x64\xb3\x9c\x17\x95\xef\xc9\x54\x5a\xbd\xca\x92\xe9\x79\x48\xa4\x83\x6b\xab\x90\x10\x9a\x10\xea\x8a\xc5\x48\x87\x98\x64\xcf\xab\x3d\xa6\xcb\x70\x01\xbd\xd0\x97\xb9\xc4\x8b\x7b\xa3\x52\xf9\x5a\x54\xaa\xcc\x65\xc2\xd1\x7c\x1e\x80\xa6\x39\x17\xea\x89\x72\x35\x7c\x0d\xc4\x62\xed\x21\xb2\x60\x74\xc7\xb8\x8d\x43\x1a\xc0\xd0\x5d\xb9\x93\x31\xdc\xe0\xa9\x51\x76\xca\x97\xf6\x5a\xd9\x90\x9a\x67\xa2\x5a\xb5\x9e\x10\xfb\xc2\x85\x08\x42\xd4\xac\xdb\x44\x16\xc3\xd7\x32\x59\x52\x87\x48\xfd\x3a\xc7\xed\xd8\x91\x3e\x8a\xe3\xc7\xb5\x84\xf1\xba\x21\xbd\x38\xc1\x0b\xc7\x43\x42\xf3\x23\xed\x0e\x8c\xec\x16\x2e\x17\x55\x87\x42\x36\x9a\x55\x42\xe5\x0a\xb0\x0f\x70\x98\x52\x14\xba\x18\xe1\x85\xbc\x55\x6b\xea\x8b\x13\x5e\x18\x17\xde\xbd\xba\x1a\x8b\xf7\x98\xaa\x18\x25\xd0\x8a\xba\x04\xbf\x40\x45\x01\x92\xee\x83\xee\x12\xf3\x72\xf7\x1d\x20\x19\x55\xb2\xf2\x83\x71\x77\x09\x36\x02\x19\xea\xa4\x88\xa1\x09\x68\xe6\x50\x34\xd2\x9d\xe4\x7e\x44\x90\x7d\x18\xe9\x8e\xeb\xb3\x89\xfd\x1a\xab\x4b\xd3\x02\xaa\x15\xa9\x4a\x34\x14\xdc\x31\x56\x95\x18\xc5\x4a\xfe\x87\x3d\x93\xa1\x23\xe7\x05\x59\x42\xf1\xd0\xca\xf9\x1c\xf2\x32\xa8\x97\x4a\x25\x75\xe5\x54\xe6\x7c\x8d\x1c\xdf\xdc\x67\x36\x59\x2a\x23\x66\x50\x5e\x4f\x13\x26\x8b\xff\xfa\x4c\x2d\xe5\x5d\xa6\xeb\xca\x71\x36\x47\x89\x14\x94\x5c\x22\xc1\x14\xb8\x69\x8f\xc0\xda\x8c\x42\xf7\x25\xc5\xe2\x81\x25\x8e\xd5\x22\x77\x26\x11\x44\xc4\xb6\xb2\x31\x62\xd6\x81\xbc\xa1\xab\x59\x96\xa6\xaa\xe8\x13\x23\x0e\xea\x3b\xe9\x57\xe6\x3f\xd7\x19\x70\x40\x6b\xfa\xe1\xba\x62\x33\xc0\x21\x7b\x04\x73\xf1\x21\x3b\x8c\xcd\x61\x9f\xe5\xc7\xda\x30\xf9\xfd\x9d\x13\xf4\x46\x13\x8f\x1a\xe9\xac\xaf\x87\x1b\x4e\x33\xba\x31\x62\xdf\x06\x90\x5e\x62\x9d\x7a\xde\x7e\x3c\x16\x6f\x65\xe6\x28\x1b\x04\x52\x51\xd9\x12\x08\x8c\xa4\x44\xaf\xba\x82\xf8\x9b\xc7\xf7\xd7\xd0\x26\x3e\x64\x61\xdc\x0b\xf1\xba\xf4\x4d\x5d\xd0\x7d\x65\x66\x15\x13\x64\xb8\xfa\x1c\x42\xc4\xed\x88\xc4\xac\xbf\xc4\x8c\xe3\x53\xf6\x90\x89\x47\xef\x35\xcf\x45\xef\x0a\x90\xb6\x02\x47\xe0\x11\x66\x75\xad\xaa\xbb\x2c\x51\x1f\x38\xb1\x68\xdb\x4c\xda\x6d\xc5\x52\x3b\xde\x20\xbd\x83\x16\x54\x3f\x6a\x35\xce\xd5\x42\x26\x6b\x82\xd7\xdb\x23\x33\x0b\x80\x12\x08\xde\xa6\x1b\x8b\xbd\x3b\x83\x27\x86\x63\x31\x34\x06\x8f\xc0\xbf\x11\x4b\x05\x3e\xda\x8f\xa7\x02\x05\x41\xa2\xce\xf1\x87\x87\x7c\xa1\xec\x0d\xe4\x2c\xb9\x52\x4c\x54\x78\xe7\x87\x0f\x6f\x30\xb2\x4e\x5a\xe2\xd8\x36\x2a\x7d\xc9\xe2\x26\x44\x40\x27\xcd\x02\xc0\xd1\xd7\x74\xd5\xe3\x64\x42\x08\xa9\xe6\xd7\x68\xf0\x02\x9e\xed\xf9\x45\x31\x75\xad\xa7\x51\xf6\x8a\x24\xff\x33\xf4\xc2\x38\x07\x67\xa3\xdf\xff\xee\x77\x2f\x7e\x37\x44\x60\x57\x27\x31\x9c\x34\xaf\xed\x37\xdf\xbc\x80\x5b\xeb\xe4\x86\x7b\x59\xa5\x88\x42\x60\xb3\x59\x96\x67\xee\xde\x7e\x95\xb2\xd7\x5c\xca\x00\xc0\xb7\x5e\xea\x62\x9e\x2d\xb6\x5d\x84\x9e\xe6\xcd\xe2\x9d\x51\x85\x0b\x28\x56\x8a\x61\x8a\x37\x6f\xae\x5d\xb3\x42\x25\xd6\x67\xea\x44\x8b\xbe\x47\x51\x76\xf9\xa7\xba\x48\xfb\x82\xe6\xf8\x09\x3a\x04\xaf\x5e\xbf\x85\x32\xf8\xa9\x4a\xc5\xcb\x0b\x31\xc3\x47\xb8\xcb\xed\xea\x94\x6c\x13\x8a\x47\x72\x64\x58\xbe\x4c\xdc\xc7\xc1\x81\x8e\x75\xce\xeb\x22\xca\x11\x34\x6b\x63\xd5\xca\x11\x62\x63\x45\xa5\xb5\xf5\xc5\xd1\xfd\x9a\x7b\xc4\x91\xee\x89\x8d\xf6\x75\xb6\xb6\x8a\xd3\xb9\xb2\xbe\xfb\xc8\x07\x36\xeb\x50\x9b\xe8\x2e\x06\xdd\xd9\x17\xe0\x78\x8d\xac\x95\x1b\x38\x41\xb1\xca\xbd\x86\xe3\xa7\x02\xba\x3f\xe1\x98\x44\xe5\x66\xab\xba\x00\x59\xd6\x6d\x14\x07\x21\x23\xf0\x0b\x41\x64\xac\x75\xcd\xf7\xa1\x36\x0a\xf3\xf4\xb2\x44\x3d\x42\x2d\x8f\x0e\x99\x0e\x91\x29\xad\x22\x9f\x55\x0e\xb1\xd3\x04\x1b\x43\xc0\x71\x4c\xb5\x7c\xe9\x6a\x48\x93\x90\x45\xea\x2e\xa0\xa3\x3d\x00\x4f\x75\x3c\x05\x49\x5b\x9d\x9f\x9e\x2e\xb5\xb1\xe7\xee\x62\x9f\x3a\xaa\x34\x3d\x19\x8b\xd7\x51\xae\x99\x9e\x8b\x69\x5d\xe5\x98\x31\xc2\x93\xde\xb0\xac\x50\x22\xd5\x75\xe7\x49\x87\xd3\x43\x60\x0f\x41\xad\xf2\x9b\xc3\xab\xdd\x5c\xe9\x3f\x12\x58\x63\xb4\xba\xbe\x6e\x8d\xb1\x4a\x52\xb2\xba\xfb\x80\x58\x65\x8b\x25\x65\x7a\x1b\x9d\x73\x12\x9f\x0f\x17\x7a\xf5\xee\x1a\xe6\xad\x57\xd1\x01\x35\x08\xa0\x39\x44\x50\xbd\xb0\x17\x53\x27\x9a\xe1\x48\xa1\x2f\x91\x15\x23\x1a\x12\x74\x24\x39\x17\x3f\x50\xc3\x5c\xae\x15\xe2\xe1\x66\x3a\xc7\xfa\x5e\x63\x9e\xba\xd3\xf9\xa1\xc0\xb2\x6b\x59\x88\xcb\x2b\xa7\xfe\x54\xca\x18\x58\xa3\xab\x5c\x49\x03\x0a\x1a\x89\x85\x90\xdd\x2b\xa6\x6e\xfb\x72\xec\xc0\xad\xf4\xd9\xf3\x7f\x18\x3f\x1b\x3f\x1b\x9f\x4d\xd1\x6c\x41\x7d\xbb\x93\x9a\x99\xdb\xb5\xa8\x8b\x5c\x19\x03\xa7\x12\x02\xa3\xa1\x4e\x95\x48\x00\x5f\x42\xbb\xf5\x6d\xdc\x0e\x81\x01\x56\xb0\x74\xac\x26\xba\x36\x4e\xde\xf4\xd7\x17\x7f\xc6\x85\x2d\x14\x95\x5e\x76\x7d\x03\x28\x26\x5e\xc0\xf8\xc2\x5d\xd7\xc9\x12\xd1\x36\xdd\x63\x36\x01\xe4\x6b\xb2\x09\x3b\x3d\x1f\x2a\x7d\xcd\x72\x35\x14\xd9\x58\x8d\xb1\x8a\xba\x92\x06\x9a\x40\xc2\x44\x5d\xba\x6d\x92\xa2\x50\xf7\x7c\x0a\xfc\x49\xc2\x03\xea\x8f\xda\x64\x00\x49\x3d\x93\xc1\x1f\xe1\x88\xb8\x93\x4c\x8f\x16\x19\x11\x58\x6a\x72\x7e\x7a\x3a\x19\x40\x37\x17\x82\x19\x30\xf3\x43\x0a\x14\x9f\x0b\x92\xc5\xd8\x42\x23\x0b\x4e\x95\x41\x43\x2d\x99\x97\x60\x70\x3f\x7c\x78\x33\x16\xff\xaa\x6b\x68\xcb\x47\x14\x3a\xb6\x5a\x94\xd2\x90\xc9\x6b\x96\xd9\x4a\x56\xbe\x1b\x22\x58\xfe\x1a\x62\xe0\x1a\x38\xc5\x87\x42\xf2\x6c\xa3\x8a\x79\x38\x62\x6b\xd5\xaa\x64\x20\x32\xf7\x31\x82\x13\x04\x36\x6a\xb2\x44\xc8\xda\x2e\x31\x69\x79\x32\x70\x4f\xce\xdd\x08\xee\x75\x95\xfe\x8f\xc9\x00\x13\x2c\x6c\x48\xcf\xf8\xb6\x92\x0b\x34\x78\x1c\x4f\x06\xbf\x19\x8f\xc7\x93\xc1\x09\xac\xc0\xdf\x6a\x55\xad\x45\x29\x2b\xb9\x52\x16\xae\xc6\x64\xf0\xdf\xf9\x39\x19\x10\xa8\x97\x21\x69\x2d\x0f\x06\x63\xff\x5c\xf1\xf4\xb3\xd4\xb9\x6e\xc5\xa2\x3d\x98\xfc\xb6\x1a\x63\xee\xfe\xc8\x9e\xd2\x4f\x3b\xc4\xdd\xa4\x55\x25\x78\x33\x90\x4c\xd2\x92\x48\x5a\x5c\x3f\x16\x40\x32\x16\x3d\xd0\x7c\x98\x01\x2c\x86\xae\x3a\x85\xaa\x3c\x83\x9b\x0b\x5f\xad\x2c\x33\x5f\xa2\x10\x55\x3c\x97\x9f\x87\x9b\x57\x61\x0b\x56\x65\xb3\x25\xcb\xb5\x8c\x0c\x46\xd1\xc2\x25\x70\x17\xf7\xcb\xb4\x5d\x8f\x79\x1a\x20\x43\xdc\x5a\xd0\xc8\xa8\xb6\xbe\x41\x5e\x12\x99\xd7\x22\xb4\x60\x45\xe8\x5c\xbc\xd3\xc4\xa6\xd0\x8c\x88\x55\x1c\x2d\xdb\xd9\x19\x5c\x21\xb8\x71\x02\x26\x59\xd3\xb8\x45\x00\x23\xcd\x58\x4d\x31\x5b\x47\x83\x18\x36\x0b\xc0\xe7\x39\x94\x3d\xdf\x08\xe4\xe8\xbe\x2c\x03\x30\x8c\x9f\x62\x02\xeb\x5e\x13\x34\x4b\x04\x4f\xc1\xf0\x76\x1e\x30\xa6\x48\x83\x3f\x8f\xcb\x33\x40\xb4\x29\xb7\x40\x88\x43\xa2\x65\xa1\x32\xdc\x30\x66\x0a\x2d\x55\xc2\x0d\xf9\xab\xa1\xa8\xf4\x9d\xbf\xcf\xa1\x23\x80\x04\xd1\x53\x2e\x77\xcf\xba\xe0\x7d\x15\x91\xbb\xe5\x8f\x23\x3a\xbc\x2b\xbd\xb9\xce\x9c\xf6\x99\x2a\xe3\x7e\x08\xb5\x1b\x06\xc3\x01\x57\x13\xe8\x2b\x41\xdb\x6a\xdc\x57\x88\xb6\xd9\xa4\x0d\x95\x11\x15\x59\xc4\x6c\x3d\xc6\xf2\xb1\x7a\xcc\xcc\x68\xb5\x96\x65\x36\x26\x16\x07\x65\x2a\xef\xce\x26\x83\x3e\xed\x95\x87\xda\x0d\xc9\xa7\x5e\x5b\x48\x88\xfd\x39\x5f\x1c\x9f\xe8\x6b\x2b\x7e\x06\x0c\x49\x13\x86\xbf\xb7\xae\xfc\xcf\x87\xaf\xb5\x7f\x69\x39\xec\x3d\x45\x40\x88\x3a\x33\x4b\x94\x8b\x19\xc3\x5c\xcf\x43\x7a\x4d\x84\x8f\xe8\xf8\xf1\x7d\x66\x14\x7d\x32\x91\xb9\x38\x76\x87\x28\xcf\x95\xff\x90\x01\xf4\x12\xc4\x1e\x14\x3f\x5c\xbe\x02\x7c\x27\x25\x0b\x4c\x10\xae\xc0\x96\xbf\x54\xa2\xd2\x75\x91\x0a\x5b\x65\xa5\x38\x6e\x0f\xf1\xc4\x97\xab\x74\x2d\xa3\xe8\x87\x88\x6e\x12\x6e\x53\x10\x74\xa0\xfc\x24\x57\xed\xe2\x02\xdf\x14\xe8\x60\xea\x0c\x01\xa6\xdc\xfa\x40\x6e\x6a\x8e\xa5\x77\x72\xbd\x10\xaa\xb0\x80\x92\x1f\x7f\x93\x29\x0b\xe0\x2c\xf2\x75\x25\x61\x8a\xfc\xf6\x75\x9a\x21\x68\x49\x25\x52\x35\xab\x17\x8b\xcf\x2f\x1c\xd3\x7b\x00\x0e\x4b\x46\x42\x25\xf2\x7d\xe8\x48\xa7\x3a\xb9\xdc\x54\x88\x7c\x37\xf1\xf0\xf7\xe5\xbd\xaf\x3f\x52\x29\x53\xe7\x76\x13\xa8\x74\xd4\x74\x03\xbb\x0e\x2d\x3a\x57\xd7\x17\x3e\x8d\xb0\x43\xa6\x7c\x2a\xe8\x22\x4f\x39\x80\x64\x8a\x03\xc1\xa2\x99\x35\xa4\xe8\xcf\xeb\x7c\x18\x9d\x77\x88\xbc\xc0\x23\x1d\x69\xef\xc8\xd3\x19\x34\xcf\x8a\x69\x08\x31\x99\x12\x5b\x36\x0d\xb2\x41\x1f\xc3\x51\x74\xa8\xdf\x14\x3f\x00\x73\x00\x1d\x03\xd4\x39\x1f\x07\x00\x2e\x55\x93\xfd\xa4\x42\x7c\x41\x59\xdb\xc8\xcb\xe8\x1b\x79\x7a\x56\x44\xbf\x81\x53\xf3\x58\xfd\xcd\xd1\x84\x26\xa8\xf0\xb8\xce\xe2\xbf\xc0\xca\x19\x07\xf6\x8c\xbd\x69\xf2\xa4\xb3\x04\x51\xb8\xce\xaa\x06\x5c\x3d\x40\x4b\x30\x84\x50\xca\xd9\xdb\x66\x2c\x2e\x7c\x51\x58\x2e\x24\x8b\xeb\xe1\xc3\x87\xdc\xe2\x67\xb9\x2a\x6c\xbe\xa6\x2c\xbd\x2f\x40\x5a\xe9\x08\xf6\x55\xe6\xaf\x73\xdb\x34\xb9\xd1\x6f\xfe\x78\x19\x6f\x62\x53\x1f\x6d\x25\x7d\x1d\xaf\x6c\xde\x66\xb8\x4e\x36\x01\x03\x27\x76\xe1\xd3\x9d\x53\xc7\x7c\x57\x10\x01\xb6\xe9\x25\x47\x5f\xe0\x4c\xaa\x54\x91\x25\xa2\xdd\x8b\x87\xd1\xe3\x4b\x07\x8b\x1f\xd9\xfd\xe1\x10\xe0\xb9\x76\xdd\xb9\x8e\xeb\x2a\x2e\x98\x15\x20\x58\xa3\xf3\x1f\x8f\x05\x8e\x23\x1c\xf1\xd6\xb7\xad\x16\xd3\x6b\x7c\x65\xea\x5e\xa7\x41\xef\xfb\xea\xb7\x38\x94\x29\xa5\xb5\xe9\x3b\xc0\xb2\xd6\x95\x0a\x8b\x59\xf8\x17\xa9\x74\xda\x94\xa6\x07\x9a\xbc\xd3\xbc\x39\x73\xf8\xf9\xb3\x67\xcd\x05\xf2\x2f\xb4\x2d\x92\x89\x26\x15\x26\x40\x27\x70\x5d\x36\xe6\xa0\x0a\x2b\x26\x7c\x66\xa9\x38\xce\xdd\x3c\x38\x0f\x07\x47\x75\x30\x94\x27\xba\x74\x02\xbf\x76\x9c\xd1\xd7\x35\x0a\x20\x0c\x60\xea\x61\xba\x53\x67\x7b\x16\x3d\xd8\xb3\xc2\xd9\xce\x62\x88\x5f\x80\xad\x39\xc5\x6b\x5f\xa6\xe6\xda\x6e\x66\x69\xad\x85\xde\x69\x30\x7f\x2a\x72\xf6\x54\x42\xf7\x17\x5b\x11\xac\x0a\x6a\x63\x9b\xbd\xf5\xa9\x88\x3e\x20\xd0\xc4\xa5\x21\x5b\x77\xe3\xe0\xc6\x9b\x4d\xba\x2e\x72\x67\x2f\xaf\x76\xf8\x73\x5b\x36\xdd\x67\x06\xe1\x56\x3f\xf2\x14\x68\xdc\x07\xb5\x32\x6c\x5a\xa8\x47\xd0\x0f\x0e\x40\x9d\xb7\xa3\xd9\xed\x9d\xaf\xdf\x7e\x33\xb6\x2b\x31\x72\x28\x85\xa5\x38\xe6\x07\xa0\x31\x65\x95\x15\xad\x3a\x9e\xdb\xd0\x5a\xa9\x44\xed\x3f\x5f\xbf\x7f\xd7\x8f\xd2\xe6\x9f\xf4\x46\x5e\x5c\xb1\xb3\x5d\x98\x0c\xc0\xeb\x03\x88\xcd\x71\x36\x56\x63\x2a\x0f\xd0\x40\x33\x62\xc0\x31\xa7\x44\x38\x4a\x86\x81\xa2\x0b\x27\x6a\x5a\xa1\x64\xb2\xec\xc2\x2a\x69\x27\x1f\xa5\x75\xa2\xa2\x3c\x01\xef\x8e\xc4\x85\xe8\xf5\xd9\xb7\x12\xf5\x3a\x16\x18\xfe\x2b\xaa\x56\x2b\x7c\xb5\xda\xf8\x39\x73\xa9\x2d\xdf\x0a\x99\x65\xcd\xcf\x50\x49\xfb\x56\x8c\x00\x43\x1e\x40\x44\x64\xb8\x86\x9d\x59\x81\x4c\x77\xe4\x36\xeb\x48\x44\x3d\x95\x65\x9e\xa1\x38\x07\x8e\x11\x82\x15\x89\x04\x29\x3a\x1d\x56\x0b\x69\x0c\x01\x2e\x73\xf1\x2b\x0e\xf9\x04\x38\x4c\x6c\x97\x35\xcb\x7c\x43\x40\x46\x13\x2e\x77\x91\xd9\x65\x3d\x03\x1b\xd3\xfb\x8b\xcb\x53\x1a\xff\xa8\x91\x02\x7e\x3a\xcb\xf5\xec\x74\x25\x8d\x55\xd5\x29\xdb\x33\x4f\x9f\x8f\x9f\x39\x72\xed\xf4\x9c\x11\xa6\xce\xf7\x17\x20\x69\x86\x8e\x6c\x8e\x46\xe9\x6c\x14\x3c\x08\x24\x6f\xe3\x0e\x95\x55\xa6\xab\xcc\xae\x7b\xa2\x38\xe8\x09\x0b\xa4\x94\x94\x80\xfb\x42\xdc\x15\xed\x26\x77\x4a\x64\x2b\xf0\xb1\x15\x1c\xad\xe2\x37\x8b\x2a\x3e\xe0\xbe\x80\xba\x67\xc6\xe2\x8d\xbe\xf7\x75\x2a\xd0\x65\xe7\x04\xf0\x0c\x4d\xea\xcb\x6c\xe1\x94\x42\xfe\xfc\x58\x30\xbe\x31\x46\x1b\xa3\x9f\x4c\x73\x0e\x43\x21\xf2\x6c\x95\xb9\x7f\x62\xac\x8c\x49\x54\x21\xab\x4c\xc7\xc2\x30\x9a\x0a\xa5\xef\x12\xbd\x94\x0c\xed\xf2\x6c\xaf\x00\x90\x5d\x55\x87\x65\xb1\xff\xf1\xfd\x3a\x47\xe8\xe0\x21\x2c\xfd\x74\x7d\x1f\x3f\xd7\xa6\x77\x7a\xdc\x5d\x24\xd5\x86\x2a\x03\x31\x54\xbd\x14\x2f\x3f\xec\x04\xe2\x24\x87\xd3\xb6\x52\x65\x4f\xce\xa0\xff\x12\xce\xa0\x46\x50\xd8\xf4\x2f\x93\x01\x9d\xe1\xc9\xe0\xdf\x1e\x58\x56\xd4\x1f\xaa\x1e\x24\x2d\xf2\x6f\x86\x19\xba\xa3\xdc\x0b\xdb\x1d\x8c\x92\x6c\x6a\xe6\x29\xf6\x95\x80\x3a\x17\x23\x31\x7d\xa7\x0b\x35\x3d\x47\x24\x70\x7a\xbb\xc2\x4c\x03\x36\xa2\x61\x28\x54\x9c\x8f\x77\xef\x43\x60\xac\x86\x12\x3d\xde\xf0\xc6\x51\x2d\xfd\x1b\x39\x0a\x0e\xda\xf3\x68\x99\x71\x41\xd1\xb7\xab\x1b\xe0\x38\xbc\xe2\x56\x8b\x54\x77\x4d\x49\x01\x94\x3e\x8a\x55\x9b\x14\x02\xa2\x05\xc0\x9c\x15\x48\x25\xca\x04\x64\xd6\x78\x20\x46\x04\xaa\xb4\xd0\x36\xfa\xfe\x7d\x4f\x00\x1d\xbe\x64\x94\xed\x65\x8d\x3d\x6f\x74\xf7\xbb\xaf\xdb\x83\xb9\xc5\x7d\xa4\x27\xe6\xf8\x4c\xb9\x15\x1a\xa6\x31\xc3\xeb\xf1\x9c\xe8\x48\xdf\x7b\x3d\xe9\x87\xd7\x62\x1e\xc9\x61\xba\xa9\x6e\xcb\x27\x54\x83\x68\x06\x4e\x37\x31\xff\x82\xac\xc1\xc5\x57\x29\x2a\x31\x90\xd1\xb1\x10\x97\xd6\xa0\x5c\x06\xa9\x7e\x33\x0f\x19\x4a\x32\x2c\xe2\xf1\x03\x54\xec\x38\xd4\x55\x1d\xc7\x3f\x47\xf0\xfd\x8e\x9a\xc5\x55\xfb\xee\xce\xc6\x67\xbf\x1f\x8a\x32\x97\x45\x41\x37\x09\xaa\x8f\xc0\x75\x83\xa7\x7f\x18\x8b\x1f\x0c\x50\x87\x68\x9b\x69\x7d\xef\xce\x36\xd7\x93\xe4\xa8\xb7\x3d\x10\xaf\x9f\x6a\xfe\x3f\x99\xc3\x7e\x45\xe6\xb0\xc3\x14\xc8\x0f\x09\xf6\x8c\x66\xdd\x23\x16\x74\xeb\xf3\x7a\xdf\xb4\xaf\xd0\xdb\x2c\xc0\xe0\x0b\xf4\x3e\x86\x65\x6a\x5b\xf9\xe1\x87\xe2\x84\x62\xd5\xb0\xbd\x8b\x9e\x7d\xc9\xe9\x3c\x02\x52\xe6\x1e\x0b\xf8\x58\x5c\x6b\xa7\x63\xa5\xe1\x86\x89\x8e\xe5\xe3\x31\xd2\x50\x15\xea\x13\x38\xaa\x7f\x39\xb8\x55\xd9\xcb\x17\xb4\x8b\x0a\xb4\x3e\x5f\xb6\xcd\x33\x83\x52\xef\xe4\x48\x64\xc7\xa3\xc3\xdc\x53\x6b\xc1\xd8\x9b\x4a\x16\x06\x3a\xbe\xc9\xfa\xec\x2b\xdd\x36\xc2\xfd\x24\xac\xfb\x17\x49\xb8\x34\x30\xeb\x9b\x71\xc1\x2f\xa7\x7f\xd1\x8d\x09\x75\xc9\x3e\xcf\x7f\x08\xa3\x04\xca\x05\xde\xc9\xee\x80\xd9\x6d\x19\x6c\x42\x23\x6f\x13\xf2\xcf\xf0\xfa\x3a\x9e\xc0\xeb\x2d\x67\xba\xb6\x34\x35\x3f\x8f\x5e\xa9\xb8\x52\xd2\xf4\x31\x73\xfc\x1d\xbf\x8b\xa8\x29\x43\xb7\x00\xa3\x7b\x5d\xa5\xc3\x40\xf2\x05\xb5\x8b\xac\xf1\xb8\x7e\x47\x66\xaf\xcf\xef\xa2\x4c\x0d\xe8\xe8\xe0\xd0\xc6\x6f\x00\x43\x72\xdc\xe8\x06\x10\x34\xbe\x45\x6d\x81\x14\x89\xde\xcf\x6d\x37\xfa\x58\x86\x53\xe9\x7e\xe8\x06\x2c\x32\xac\xbe\xbe\x36\x56\xce\xf2\xcc\x2c\x55\x3a\x14\x50\xec\xec\x82\xea\x31\x82\xbc\x71\x03\x4e\x7f\x69\x3f\x3f\x62\xa8\x41\x01\xe0\xb0\x3c\xde\xdd\x7f\x93\xed\x08\x40\xdc\xf2\x5e\x13\x6b\x77\xa3\xe8\x49\x81\x2b\xbb\x2e\x3a\x6a\xea\x4f\xb2\xe7\x63\xcb\x9e\xde\x22\xd2\x5c\x4b\x84\x7a\x40\x98\x8b\x10\xa3\xb0\x6b\x53\xbf\x54\xb1\xb6\x1d\x9a\xe0\xcf\x4f\x32\xf5\x2f\x50\xa6\x76\x34\x02\x25\xea\x2f\x27\xbb\xed\x2b\x58\xf9\xb1\x3d\x1e\x69\xf5\x45\x7c\x1f\x4a\x5b\xdf\x51\xe9\xdd\x58\x3e\xa7\x22\xbf\xa1\x4a\x47\x66\x3e\xb5\x28\x71\x99\xd7\x95\x04\xe0\x04\x77\x63\xba\x16\x75\x69\xd5\x42\x57\x7d\x30\xd7\xd1\xb3\x26\xed\x07\x93\x86\x4a\x45\xab\xc4\x5b\xdb\xdd\x39\x53\xb9\x2e\x16\x30\x0d\xc8\x9e\x13\x47\x32\xcf\x8f\x4e\xc8\x42\xe8\xe4\xc1\x9a\x18\x6c\xa7\x5e\xbc\x87\xe7\x36\x48\x61\x21\xe8\x6b\xb6\xf6\xae\x3f\xb7\x32\x68\xfa\x16\x59\x71\x47\xe9\x8b\x06\x81\x64\x20\x45\x2f\xb1\xb9\x58\x28\x08\x92\x7e\xa0\x9d\xb8\x9f\xb0\xdc\x12\x61\xa1\x44\x52\x2e\x2b\x05\x3f\x93\x24\x11\x99\xd3\x2d\x66\x53\x55\x2b\xa8\xcc\x1c\x04\x29\x30\x72\x66\xc5\xa2\xce\x65\x35\xa6\x0d\x8d\xca\x83\xf8\xd0\xed\xc8\x87\xe0\xe1\xc6\x28\x60\x74\xea\x3e\x39\x8d\x70\x9f\x68\xe9\xc0\x8e\xde\x2b\x0f\xb9\x5d\xfb\xbe\x77\x52\xfc\x64\xc7\xc4\x60\xdb\xbd\x99\x37\x4c\x33\x36\xcd\x4f\x06\x38\x30\x77\xd1\x26\x83\x7e\xb7\x25\x1e\xc4\xae\xd3\x12\x7e\xe7\x31\xd0\x5f\x71\x9a\x7e\xec\x3f\x87\xfb\xb0\x6f\x59\xcd\x87\x96\xd1\xa4\xdf\x71\x08\xf8\x33\xd7\x38\x5b\x49\x4b\xb9\xef\xf1\xc8\x36\xf2\xcb\xe3\xc8\x4c\x28\xa6\xd8\x2d\xdc\xe9\x71\xdc\xf9\xb8\x33\xb2\xe9\x49\x54\x17\x29\xcf\x45\xae\xef\x55\x95\x48\xb3\xa1\x98\xe7\x52\x57\x76\x43\xf1\xf0\xf0\x0c\xd7\x65\x09\xe9\xf7\xf0\x37\xcb\xf1\xa1\x46\x12\x5b\x40\x1f\xed\x1a\xe2\x44\x61\x10\xc1\x4c\x3a\x85\x9b\xb2\xda\x31\xdd\x7d\x5c\x3b\x74\xa5\x7a\x56\x81\x9e\xf8\x13\xce\x7f\xf7\x9d\xaf\x2d\xc3\x69\x9c\x75\xff\x73\x4a\xb7\xf1\x6b\x79\x6e\x5b\x36\x8c\x4f\x29\x85\xdf\xb5\x71\xc9\x96\x85\x2b\xab\x1a\x17\xd0\x9b\xb8\xb6\xf1\x1c\x38\xd1\x04\xd2\x01\x85\xf0\x13\x5d\xfe\x57\x2e\xa0\x4c\x22\xe5\x90\xe4\x47\x70\xe1\xb1\x73\x55\x19\x3f\x5e\x40\x0d\x8b\x4a\xbb\x8f\xc5\x8d\x2e\x47\xb9\x13\xf3\x30\xb8\x5a\x55\x23\xf6\xea\xc6\x05\x99\x57\xb5\xad\x81\xd3\x78\xc8\x6a\x2e\xdb\x6c\xfd\xfb\xba\xda\xf8\xfa\xaf\xb2\x9e\xf3\x5e\x11\x6a\x3f\x37\xf2\x47\xb7\x05\x09\x78\x8d\x32\xfa\xc9\x28\xeb\x14\x86\x40\x30\xa9\x78\xf8\x17\x98\x87\x1f\xf2\xcf\x43\xba\x4c\x9d\xb1\xc3\xcf\x4c\xd7\x1c\xd5\xc6\x1f\xb6\xd7\xd7\xfd\x6c\xce\x39\x1e\x8f\xbf\x3c\x4b\xdc\x08\xcb\xb3\x01\x92\xc7\xd7\x22\x6e\x48\x0f\xee\x06\x81\x58\xd3\xe4\x82\x8f\x5d\x99\x7a\x1f\xad\x01\x82\xba\x7a\x5c\xe4\x7d\x11\x5e\x7d\x9e\xf4\x58\x79\x90\xb6\x59\x08\x62\x17\xb4\x1f\x87\x40\x91\xf1\x24\xb8\x45\x03\x72\x62\xbb\xf6\x74\x5c\x6a\x3a\x46\xe4\x6d\xa6\x24\xe1\x82\x43\xdc\x07\x43\x03\x63\x3d\xc0\x06\xd8\xb0\xcc\xef\xe5\x3a\x82\x69\x04\xca\x45\x31\x01\x6c\x81\x61\x9e\xcc\x87\xba\x4b\x27\x3b\x88\x5f\xe0\x3f\xc5\x8a\x17\x11\x8a\x90\x69\xc1\x08\x45\xfe\xd8\x73\x9f\x60\xe2\x33\x70\xa2\xf8\x04\xf2\xc7\x8a\x2b\x1c\xa6\x37\x28\x11\xf8\x22\x4f\x30\x41\x53\xe5\x6e\xf8\x44\x82\xee\x00\x81\x7e\x1f\x58\xc7\x73\x98\xd5\x34\x80\x84\xee\x64\x61\x87\xaa\x55\x7b\xfa\x1b\xc2\x6a\x04\xd6\x51\xfb\x11\xba\x5f\x5a\xd0\x93\xfd\xb1\x6c\x71\x35\x71\x10\x03\x7a\x4a\xf9\xe9\x32\x2e\xe5\x77\xbf\x54\x54\xc5\x6d\x73\x9d\x70\xa7\x6e\x22\x0c\xc6\xc8\xb1\x36\x9f\xdd\x36\x82\xce\xd2\xbe\x60\x1c\x31\x7d\x89\x6f\x60\xf2\xd1\xf4\x1d\xbf\x93\x4e\xfd\x01\x82\x58\x8e\xf8\x41\xaf\xd8\x7d\x98\xa2\xe8\xdb\x8a\xa0\xef\x25\x36\x74\x6a\x2b\xee\x2b\x3b\x34\x5e\xdc\x20\x40\x7c\x09\x32\xd8\x2c\xc4\x3e\x1c\xdc\x35\x6a\xc1\x35\x97\x35\xba\x42\xcd\x74\x01\x7f\xa1\x88\x30\xf4\xd7\x59\xdb\x20\xb6\xf4\x2c\x73\xf7\xae\x92\x68\xd3\x80\xc1\xda\x7b\xa9\x89\x84\x7d\xc5\x55\x8e\x2a\xec\xb9\x35\xde\x24\x0b\xdd\x35\xd3\xf7\xa1\x8e\xdd\x5e\x35\xfb\x1f\x4b\x1b\xdf\x2e\x67\x60\x64\xa5\x93\x2d\x7d\x15\x5f\xde\x8f\x29\xd9\xb5\xe7\xfe\x27\xba\xf1\xa1\x81\x1b\xdc\x4c\xdb\x65\x84\x42\x25\xde\x73\x4c\x7b\xf4\xa2\xc1\xb0\xad\xd0\x28\x66\x18\x00\xe6\x15\x35\xec\xc4\xdc\x04\x92\x71\xb7\x31\x4e\xf5\x2e\x8a\x4b\x8d\xb3\x9f\xdd\x01\x8b\xf6\xc0\xec\xdc\x84\xbe\xe1\xb7\x47\x7f\xf3\xe0\x45\x5c\x35\x77\x20\x74\x4c\x71\x88\x0f\x5c\x63\xf6\xdf\x14\xde\x30\x11\xd2\x39\x57\x65\x4d\xf8\x72\x98\xe7\x9c\x15\x24\xba\xd0\x29\x0a\xd1\xa6\x04\x66\xdd\x63\xb0\xe0\x82\xd1\xfe\xe8\x92\x1b\x20\x33\x62\x32\x00\xe8\xae\x3c\xbb\x55\x93\xc1\x50\x64\x16\x19\xbe\x01\x70\xc3\x99\xbe\x03\xd8\xa9\x66\xab\x56\x2f\x66\x18\xe3\x28\x70\x00\xb1\xfa\x98\x25\x7a\x51\xc9\x72\xc9\x65\x12\x26\x83\xef\xbb\x7d\x40\x81\xdf\x8a\xb2\xbc\xa5\x98\x0c\xee\xdc\x28\x00\x1f\x4e\x56\x0c\xe0\x8f\xd6\x15\xe9\x61\x12\x21\xb7\x5a\xfe\xd5\x51\x35\xec\xe5\x84\x5e\xe1\xfc\x8b\x7c\x4d\xbe\x53\x98\xe5\x64\x20\xf3\x72\x29\x27\x03\xc7\x12\x27\x03\x47\x0c\x26\x03\xca\xe2\xc6\xe8\xd1\x46\xc7\x59\x11\x75\xcc\x45\x01\xe1\xda\x62\x48\x31\x9e\x8e\xd9\x5a\x7c\x77\x81\x06\x1c\x85\x35\xc4\xe8\xdf\xf0\x2d\x71\x7c\x0f\xa8\xb2\xdf\x5d\xa0\x89\xb8\x91\x52\x5d\x68\x61\xea\xf9\x3c\xfb\x28\x0c\x04\xb1\x1a\x7c\x1f\x38\x55\xb9\x94\x27\x43\x46\x80\x28\xc0\xa8\x04\x59\x07\x6e\x1e\x8d\x29\xd3\x8c\x1b\xa3\x1d\x8b\x8b\x82\x11\xb1\x78\xb4\xbe\x08\x28\xad\xf7\xb9\xb8\x3b\x7b\x36\x14\x77\xcf\x87\xe2\xee\xcc\xfd\x0f\x88\x23\xfc\xf5\xcc\xfd\xeb\xc5\x50\xdc\xbd\x00\x7a\xe9\x7e\x7a\x0e\x23\xc2\x76\xf0\xcf\xe7\x43\x31\xd7\xfa\x0c\xff\xfb\xec\xab\xaa\xb5\x41\x5b\x60\xd7\xe8\x61\x91\x6f\xf6\x52\xa5\x1f\x2d\xe7\xe0\x71\xfd\x31\x8f\xd5\xfb\x8f\x8f\x32\xfa\x86\x40\x74\xd8\xae\x23\x29\xe0\xf1\x7c\x60\x0f\x2d\x52\xdf\x7e\xb3\xe5\x05\xdb\x37\x3c\x6d\x9b\x29\x52\x52\xd0\x06\x1f\x07\xa7\xb8\xaa\x74\x33\x94\x5a\xb3\x7d\xd7\x10\x19\x3f\x06\x62\x19\xb9\xeb\x9c\x90\x0f\x3a\x6d\x42\x82\xde\x4c\x39\x72\xc6\x2c\x0e\x7d\x79\x11\xaf\xba\x59\xaa\x35\x67\x47\x85\x6c\x19\x5f\xbc\xba\x20\xc7\x20\xc6\xc5\x7f\x25\xbb\x84\x8f\x8f\xe9\xcf\xb1\xa1\x67\x7e\xe3\x68\xcf\x9c\x20\x5e\xca\xca\x66\x09\x58\xdb\xa5\x81\x5c\x19\xca\xff\xd9\xb9\x91\x5f\x93\xc4\x86\xe8\x38\x4c\x1a\x69\x9c\x96\x9e\x10\xa6\xf8\x39\x97\xb4\x88\x74\x83\x6e\xa8\x0c\x23\x82\x3a\xae\xa9\xee\x54\x15\xf2\x6e\xc6\xe2\xa6\x92\xc9\x2d\x19\x06\x4c\x94\x01\x44\x50\x4f\x52\xac\xb2\x05\x65\xe3\x40\x6e\x2a\x24\xcd\xc2\x10\x42\xdb\xac\x10\xca\x26\x24\xec\x79\x58\x91\x55\x8d\xe0\x49\x46\x37\x7a\x81\x78\x02\x9d\xe7\xaa\x02\xdb\x85\x5b\x04\xb3\x6c\xb4\x08\x51\x70\x9e\xb7\x1f\xab\xc2\xd4\xc0\xa8\x0b\x2d\x74\x9e\x7a\xac\x1a\x10\xcc\xd4\xdc\x22\x6e\x2c\x18\x88\x62\x1e\x0f\xb1\xed\x8a\x8d\x72\xb6\x93\xe7\x44\x71\x15\x94\xdf\xe4\x85\x45\x8c\xbf\xa0\xf8\x09\xec\x83\x82\xf5\xa6\x70\x31\x82\xc4\x79\xbf\xcc\x72\xe8\xdf\xa9\x58\x94\x2c\x1a\xfa\xfb\x4a\xb8\x72\xfb\x1e\xb7\xc7\xe5\x83\x8f\x47\xf3\x7f\x7c\x68\xee\x60\xe7\xd5\x06\x90\x87\x47\xce\xd1\x15\xdb\xdb\xf7\x48\xff\x46\x15\x81\xc8\xbb\x5c\xfc\x97\xf5\x35\x7d\xba\xbf\xe8\xaa\xa7\xad\x2f\x13\x24\xd1\x32\x4a\xe9\x4b\x01\x38\x8e\x8c\x6b\xc7\xc1\xcd\xc4\xaf\x06\x33\x72\x8d\x8e\x65\xd0\x8d\x4f\x9e\xfc\x52\x9e\xb5\xec\x2e\x55\x70\x17\x29\xcb\x43\x84\x4a\xfc\xcf\xff\xf8\xdf\x77\x67\xff\xf9\x1f\xff\x67\x08\xff\x7a\x0e\x1f\x83\x3f\x95\x4d\xf6\xb5\xc3\xa0\x95\x8b\x93\x0d\xed\xc3\xed\x32\xa0\xf5\x63\x97\x53\xae\x6d\xd7\x6f\x28\xdd\x40\x0f\xc8\xae\xf6\xe9\x76\xbc\x68\x02\x9b\xec\x7a\x9f\x6c\x92\x6b\xdc\x84\x86\x07\xe2\x61\x37\xa1\x6b\x47\xdc\x74\x27\xbe\xbc\x11\x90\xc8\x65\x2f\x80\xbe\xa2\x00\xca\x79\x2e\x17\x42\x15\x72\x96\x67\xc5\xe2\x34\xcd\x0c\xfe\xab\xb9\xfa\xc0\x86\x51\xca\x65\x2b\x4d\x26\x31\xba\xf2\xe2\xea\xd2\xf4\x7b\x01\x88\x44\xf7\x0a\x53\x51\xac\x3b\x87\x95\xf9\xbd\x68\x2e\x5f\xdb\x29\xd5\x39\xf8\xb1\x97\xea\x06\x8c\x14\xec\x47\x52\x11\x48\x7d\xc3\x60\x41\xed\xff\xa9\x75\xa2\xe3\xc1\x1f\xc6\xf6\xdf\x3d\xc0\x9b\x7d\x01\x77\xdb\x4f\xf3\x1e\xb6\xfc\xe6\x91\x8e\x5f\xf8\x84\x73\xdd\x9c\xe3\x57\x3c\xd2\x4d\xef\xc1\xaf\xdc\x20\xf2\xeb\xd4\xfc\xa3\x51\x5f\x27\x32\xdf\x8e\x49\xba\xf5\x4d\x1f\x7f\x41\x09\xd7\x1c\xf7\xaa\xa0\xbc\xa0\x8a\x4f\x1d\x8a\x86\x4d\x9d\x6a\x9f\x44\xd7\x0f\xaa\xcc\xb3\x44\x1a\x40\x01\xe2\xac\x94\xc6\x8f\x3d\xe9\x46\x33\x95\x5f\xab\x5c\x25\x56\x57\xfd\xe8\x41\x9d\x26\x8d\xdc\x84\x00\x23\x44\xbe\x6f\xd0\x80\x3b\xb8\x40\x50\xe3\xcb\x23\xfd\x01\xe9\xc2\x55\x99\xe2\x28\xc7\x86\x3e\x30\x1d\x8b\xf7\x45\xbe\x0e\xfd\x62\xb9\x46\x5d\x63\x0c\x7a\x13\xa0\x88\xfc\xeb\x84\xe7\xef\xc3\x0a\xf1\x65\x18\x2a\x39\x66\x3c\x9c\xa3\x86\x3f\x4a\x95\x4c\x43\x7b\x22\x09\xf7\xba\xba\x45\x22\xf9\x67\x5d\x65\x3f\xe9\xc2\xca\xfc\x4a\xa7\x17\xb5\xd5\xb0\x43\x55\xac\x70\x42\x54\x3c\x1a\xb3\x81\xd6\x85\x65\x88\xca\x46\xa2\xcd\x1a\x5f\x38\x06\x1a\x04\x26\xe0\x5c\x7d\x14\x3c\x5d\x2a\x55\xca\x48\x4b\x3e\xe5\x4c\xc6\xa1\xaa\xb0\x03\xe1\x95\xcc\x1b\xfd\xe7\xba\x5a\xf5\x86\xd6\x3f\xa2\xbb\xfc\x37\xb0\x18\xa3\xf8\xb8\xa2\x47\xa2\x52\x18\x13\x4c\xd1\xbc\x2c\x8a\x31\xd2\x0d\x9d\x91\x3e\x59\x06\x4b\xc0\x76\x4e\x02\x57\x21\x26\xbf\xcd\x29\x7c\x78\xda\xb8\x28\xe0\xe0\x48\xc9\xb3\x4d\x69\x2c\x58\x7f\x98\x2a\x14\xf7\x0a\x6d\xed\xab\xd2\x9b\x18\x1b\xb7\x38\xf0\x89\x77\x3a\x7d\x45\xdd\x3f\xd6\x79\xc7\x23\x7e\xa0\x9d\xd9\xb8\xf4\x84\x6f\xea\xf1\x49\x75\x21\xbe\x7b\x7d\xb3\x25\x47\x6e\xc7\xba\x77\xda\x3c\x0a\xad\x79\xec\xb5\x47\x5a\x73\xb0\xd5\x6f\x8f\xfa\x13\xee\xc5\xb3\xaf\x15\xc0\x1b\x73\xc1\x07\x9a\xce\x3b\xaf\x6e\xe1\xa0\xf8\x7c\x17\x0b\x15\xd7\x3e\x1f\xd3\x27\x41\x31\x0d\x57\x11\x93\xe8\x3f\x67\xcd\xde\xc6\xe2\x5f\x9c\x78\x6e\x94\x1d\x8a\xdf\x52\x78\xb9\x23\xdb\xa7\x1b\xc6\xd2\xa7\xb9\xff\x56\x5c\xfd\x70\x13\xe7\x51\x41\xab\xbe\x1e\x2c\x16\x4e\xeb\xc7\xfa\xa7\xb2\x3d\x00\x46\x4d\x88\x3b\x94\xdb\xbb\xb6\x80\x98\xaf\x3e\x26\xaa\xb4\x8d\x95\xb2\xb2\xf8\x49\xe2\x00\x4e\xaf\xde\x5f\xdf\x9c\x5e\x5d\xdc\xbc\xfc\x73\x67\x2c\x1d\x5b\x43\xe7\x23\x9d\x4e\x3b\x72\xca\x17\x3e\x66\x9f\x76\xc2\x4c\x83\xd0\xd0\x84\x20\x99\xa5\x2d\x9c\x99\x7d\xa5\xb3\xa6\xa0\x65\x58\x7a\x6c\x1b\x0a\x64\xae\x5a\x4e\xa1\xf6\xa2\x93\x0a\x82\xc7\x5d\xf6\x5f\x78\x20\x7a\x48\x8d\x01\xfd\x6b\x2a\x49\x6c\x71\xaa\xed\xdd\xd9\x94\x28\x20\xe5\x86\x7e\x61\xe5\x05\x25\xe7\x87\x22\x38\xec\x5e\x06\xba\xae\xd1\x3a\xd0\xad\x04\xa5\x5e\xa5\xe7\xe2\x6c\xbc\xf3\x48\x33\x24\xa3\x4f\x75\xec\x3f\xe3\x53\xff\x35\xbc\x3a\xa4\xd4\x72\xb2\xed\xf3\xdd\x1f\xea\x1d\xf0\xb6\x6b\xab\x29\x46\x90\x9c\x65\xdb\x47\xf0\xa5\xb7\xf4\x0b\x81\x58\x74\x4e\xd1\x63\xb3\xa7\x43\x2b\x90\x3f\x36\x22\xfe\xf6\xa3\x4b\xe1\x9d\x66\x56\x62\x64\x70\x5b\x29\xbb\xd4\xe9\x27\xd2\x22\x8d\x01\xd1\x3f\xbe\xd8\x34\x9c\x56\x03\x36\xd7\x72\x20\xf5\xdd\x0b\x36\xf8\x51\x19\xb6\xcd\xd6\xcc\x47\x3a\x97\xed\xba\xde\x8f\x70\x0e\xdb\x9f\xf8\xfc\x83\xd1\x5f\x1d\x7d\xcb\xa9\xe8\x7d\x81\x5d\xa5\xec\x55\x81\xa2\xc8\x11\xde\x5d\x43\xea\x80\x51\xa4\x2a\xf5\x69\x6e\xd0\xc5\xee\x13\xd2\x82\xe3\xed\x08\xf3\x54\x72\xf3\xcb\x48\x94\x50\x04\x7e\x47\x61\xe9\x06\x0e\x5a\xb1\xa6\x8a\xbc\xf0\x84\x4a\x66\x63\xf0\x17\x62\x92\x36\x80\x25\xcf\xa1\x68\xf6\x50\x64\x85\xfd\xfd\x37\x43\x31\xcf\xb5\x84\x7f\xe0\xac\x86\xe2\x2f\xff\x06\x3e\xb2\xb9\x4c\xd4\xbf\xff\x3c\x14\x2b\x59\xfe\x05\x1f\xc5\xbf\xc3\x99\x2f\xb2\xfc\xf0\x95\xa9\xfb\x4f\xe3\xfe\x75\xb6\x91\x84\xb8\x1f\x47\x74\x9b\x31\x12\xcf\x9d\x9b\x06\xa0\xab\x78\x55\xc9\xb9\x15\xdf\x88\xe3\xa5\xb5\xe5\xf9\xe9\xe9\x5f\x8d\x2e\x46\x78\xd1\xc7\xba\x5a\x9c\x9e\xec\x3e\x37\x78\xd5\x7b\x0e\xcc\x7f\x0b\x9e\x92\xce\xb3\xe0\x6b\xbc\x7c\x44\x87\x55\x7f\xa1\xf6\xc6\xe7\xaf\x7a\xe6\xf2\x85\xc6\x90\xe7\xef\xe3\x85\xfb\x12\x1e\xbc\x2e\x0d\x1d\x0e\x64\xb1\xfe\x45\x8c\x83\x54\xd7\x3e\x28\x70\x9f\xc5\x20\xbd\x82\x1b\x60\xc6\x9d\x72\x8d\x5e\x86\x46\x86\x90\xcf\x7e\xa0\x48\x59\x89\x61\x9a\x73\x25\x6d\x5d\xc5\x2a\x79\xc7\x8f\xcf\x2f\x71\xd3\x05\x14\x80\xde\xe4\xee\x47\xfb\x01\x8f\x2b\xa4\xf5\x24\x00\xed\x9c\x46\x39\x31\x77\x67\xe2\x58\x57\xa2\x50\xf7\xaa\x3a\xd9\x9c\x52\x76\x71\x75\xf9\x88\x1c\x14\x81\xd7\x7d\x8f\xd1\xbe\xfb\xeb\xfd\xf5\x2e\x07\x9d\x83\x98\x92\xfe\x92\x86\xf7\xbe\xba\x06\x02\x76\x01\x37\xe4\xe7\x2e\x84\x7d\x87\xcc\xa9\xa2\x5e\x7d\x85\xab\x05\x63\xa3\x48\xe2\x47\xfd\x8c\xfb\x0a\xf9\xe3\xde\xca\x8f\xd9\xaa\x31\xdb\xc8\xc1\x18\x5a\x65\xc5\xb6\x56\x5e\xf6\x79\xac\xd5\xe9\x97\xc7\x1a\x05\x02\xba\x60\x43\x69\xff\xcf\x5f\x92\x71\xd1\x91\x1b\x0e\x56\xf2\xe3\x65\x2b\xc0\xab\x1f\x2b\xfe\xf7\xdf\x50\xf3\x37\xaa\x58\xa0\xe1\x75\xbf\xf6\xcd\x5b\xb5\xdf\x3b\xad\x3d\xc5\x80\xfc\xb8\x71\xaa\xeb\x19\xda\x03\x56\x59\xf1\xa0\x09\x64\xc5\xc3\x26\x90\x15\x0f\x9f\x40\xe7\x50\x6e\x9d\x80\x63\x0f\x65\xae\x1a\x4c\x73\xdb\x0b\x85\xb6\x5f\x8a\x7c\x0e\x07\x4e\xf2\x94\x33\xbc\xf6\xdd\x1b\xa6\x0b\xf5\x8b\xe0\xf5\xa5\xb4\xee\x1e\xf6\xde\x2b\x7a\xd6\xbb\x8b\xbf\x00\x26\x80\xe3\xff\x25\x0f\x2e\xb8\x88\x37\xef\x73\x17\x6e\xc4\x66\xb6\x71\x6a\xba\xd0\x83\x5d\x8d\x10\xd0\x15\xdb\xb7\x39\x3a\x6e\x8d\x24\x60\xb5\x9a\xa9\x34\x55\xa9\xf7\x30\x76\x25\xbd\xed\xed\x23\x73\xad\xb4\x9c\x81\x5c\x73\xd1\x0b\x6e\x1e\x57\x65\xe5\xfa\x6e\xef\xc9\x66\x0e\x92\xda\xcd\xba\x54\x6f\x15\x65\x72\x07\x6c\x52\xf4\xf4\x02\x88\x22\x8b\x70\x6c\xe8\x43\xe4\xa3\xa8\xa0\xe4\xbc\xae\xc0\x4e\x57\x29\xb7\x18\x89\x25\x1f\x24\x0d\x80\x5f\xc3\xc4\xf1\x16\x06\x7e\x23\x4d\x9c\x13\x2f\x53\x21\x6b\xab\x57\xd2\x72\xb2\xd5\x3e\xd9\xd3\xad\x31\xcd\x14\x84\xac\x0d\xc5\xac\xb6\xa1\x6c\x01\xd6\xe8\x84\xa7\x59\x6c\x3b\x74\x2f\xcf\xeb\x3c\x5f\x47\x69\xdd\xc7\x75\xe9\x9a\xb6\x87\x1d\x72\xdf\x4f\xfa\xa3\x87\x1a\x83\xcd\x0a\x3b\xd2\xd5\x88\x0e\xc9\xf6\x1d\x6e\xb4\x8d\x02\x51\x69\x7f\x3d\x48\x54\x66\x7c\x6d\xdb\x50\xfe\x45\x57\xde\xdd\x4e\x5e\x37\x84\xdf\xc2\x45\x80\x03\x51\xda\xb5\xf0\x65\x51\x68\xa5\x20\x6e\xdb\xfd\x26\x8d\x48\x96\x59\x9e\x22\x82\xe2\xfa\xfd\x1c\xb0\xbb\x54\xc5\xf5\x5c\xe6\x91\xce\x1c\xd5\xaf\x08\x3f\x12\x9d\x32\xe7\x93\x62\x52\x9c\x9d\x60\x27\xe7\x93\x42\x08\x31\x82\x4f\x9c\xf3\x58\x1b\xbf\xe1\x90\x27\xc5\xf3\x13\x01\x1a\x20\xbf\x11\xbd\xde\xdf\x41\xb7\x0b\xf8\x69\x3c\x1e\x8b\x9f\x54\xa5\xdd\x82\xac\x74\xa5\x76\x6f\x51\x9e\x19\x3b\x5a\xc9\x72\x74\xab\xd6\x3d\x86\xf9\xcd\x6d\xb9\x6c\xaa\x82\x0b\x87\xae\x52\x5f\xdf\xb5\xfb\x1a\x2c\xf3\x74\x25\xcb\xa9\x98\xf1\x39\xf3\xc1\xad\xd0\x1f\x84\x57\xf9\x9a\xb1\xa9\xfa\xc8\xab\xbc\x92\xe5\xd8\x2d\x2b\x60\xaa\x59\xb9\x40\xa0\x7a\x28\x2f\xc1\x51\x59\xba\xa0\xc4\x04\x38\x2d\xbe\x16\xed\xa4\x67\xfc\x6e\x20\x93\x41\x80\x19\xe0\xe8\x8f\xc9\x60\x25\xcb\xc9\x60\x2c\x2e\x72\xa3\x87\x81\xa2\xc4\xc5\x49\x3c\x42\x58\xc0\x26\x8b\xa2\x3d\x12\x99\xcb\x0a\x76\x25\xa5\x98\x0f\x8e\xdc\x84\xa3\x85\x81\x1e\x4e\x87\x3c\x2e\xb4\x28\x94\x61\x65\xd4\x1b\xa2\x4e\x1e\x86\x09\xd5\x3f\xb7\x7d\xf6\x10\xcf\x7c\x77\xff\x22\x6a\xc6\x91\xab\x22\x03\x87\x46\xa9\x73\xbd\x58\x13\xae\x5d\x58\x3b\x98\x7d\xff\x4e\x30\x6a\x28\x6c\xc6\x0b\x51\x6a\x63\xb2\x59\xce\x8b\xca\xf7\x64\x2a\xad\x5e\x65\xc9\xf4\x3c\x64\x06\xc3\xb5\x45\x75\x59\x9a\x10\x16\xad\x0a\x9b\xd9\xf5\x10\x91\xb7\x78\xb5\xc7\x74\x19\x2e\xa0\x17\xfa\x32\xa3\x5c\xb8\x37\x2a\x95\xaf\x45\xa5\xca\x5c\x26\x1c\x50\xe9\xf1\x29\x9b\x73\xa1\x9e\x28\x57\x89\xe7\x22\x8b\xb5\xc7\xd2\x85\xd1\x1d\xe3\x36\x0e\x69\x00\x43\x77\xe5\x4e\xc6\x70\x83\xa7\x46\xd9\x29\x5f\xda\x6b\x65\x43\x1a\x2f\x57\x89\xe2\x50\x44\x58\x13\x16\x1d\x05\x02\x95\x36\x6b\x23\x93\xcd\xf2\xb5\x4c\x96\xd4\x21\x52\xbf\xce\x71\x3b\x76\xa4\x8f\xb2\x57\x70\x2d\x61\xbc\x6e\x48\x2f\x4e\xf0\xc2\xf1\x90\xd0\x00\x4a\xbb\x03\x23\xbb\x85\xcb\x45\x15\x98\x91\x8d\x66\x95\x50\xb9\x02\x40\x34\x1c\xa6\x14\x85\x2e\x46\x78\x21\x6f\xd5\x9a\xfa\xe2\x84\x2f\x2e\x50\xe6\x5e\x5d\x8d\xc5\x7b\x4c\x6b\x8e\xc0\x4e\x44\x5d\x82\xb7\xa2\xa2\x18\x55\xf7\x41\x77\x89\x79\xb9\xfb\x0e\x90\x8c\xaa\x45\xfb\xc1\xb8\xbb\x04\x1b\x81\x0c\x75\x52\xc4\x80\x28\x34\x73\x40\x88\x70\x27\xb9\x1f\x26\x70\x1f\x46\xba\xe3\xfa\x6c\x62\xbf\xc6\xea\x32\xa0\x0a\x50\x9d\xa4\x54\x25\x1a\x8a\xda\x1a\xab\x4a\x0c\x24\xe6\x18\xef\xfd\x80\x6b\x3a\x01\xd6\x74\x68\xe5\x7c\x0e\xd9\x48\xd4\x4b\xa5\x92\xba\x72\x0a\x75\xbe\x46\x8e\x6f\xee\x33\x9b\x2c\x95\x01\x54\x18\xb7\x3e\x08\xd4\xe8\xbf\x3e\x53\x4b\x79\x97\xe9\xba\x72\x9c\xcd\x51\x22\x05\x65\x8d\x49\x3a\x05\x6e\xda\x23\xb5\x36\x33\x16\x7c\xd9\xee\x78\x60\x89\x63\xb5\xc8\x9d\x49\x04\x11\xb1\x51\x6e\x8c\xe0\xd6\x20\x6f\xe8\x6a\x96\xa5\xa9\x2a\xfa\xc4\x88\xc3\x3b\x73\xfa\x55\xfd\x83\x38\x26\x0e\x6d\xd9\x3f\x70\x7f\x6c\x2e\x38\x78\xb7\x60\xba\x3e\x78\xaf\xb1\x51\xed\xf3\x3d\x6e\x1b\xd6\x62\x7f\xe7\x09\xbd\xd1\xac\xb2\x83\xa4\x18\xc3\xcc\x1a\x07\x1e\xdd\x2c\xb1\xef\x05\xa8\x33\x71\x57\x3d\x6f\x3f\x1e\x8b\xb7\x32\x73\xc4\x0f\x82\xc4\xa8\x3e\x28\x04\x7d\x52\x06\x64\x5d\x41\x58\xd1\x17\x72\x2a\xd1\x9e\x3e\x64\x75\xdc\x0b\xf1\xe2\xf4\xcd\x5f\xd0\xbd\x66\xa6\xd6\x41\xb2\xe2\xf0\x28\x6e\x47\xa4\x68\xfd\xc5\xa6\x1d\x1f\xba\x87\xcc\x3e\x7a\xaf\x79\x42\x7a\x97\x81\x54\x1b\x38\x0c\x8f\x35\xb5\x6b\x55\xdd\x65\x89\xfa\xc0\x19\x77\xdb\xa6\xd3\x6e\x2b\x96\xda\x71\x13\xe9\x3d\xcb\xa0\x2c\x52\xab\x71\xae\x16\x32\x59\x13\x5e\xf7\x1e\x29\x8b\x00\x2f\x45\x00\x99\xdd\xb0\xf3\xdd\xa9\x61\x31\x88\x8b\xa1\x31\xf8\xca\x63\x1b\xe1\xf2\xe0\xa3\xfd\x90\x79\x50\x88\x33\xea\x1c\x7f\x78\xc8\x17\xca\xde\x98\xd5\x92\x0b\xeb\x46\x35\x63\x7f\xf8\xf0\x06\xe3\x07\x25\x97\x41\xb4\xed\xda\x7f\x50\x0e\xbf\xb0\x32\xb1\xaa\x1f\x50\xc7\xe9\x04\x3d\x5f\x03\x24\xda\xe6\xd7\x68\xf0\x02\x9e\xed\xf9\x45\x31\x75\xad\xa7\x51\x7a\x8b\x24\x9f\x39\xf4\xc2\x28\x2a\x67\xa3\xdf\xff\xee\x77\x2f\x7e\x37\xc4\x9a\x11\x4e\xc6\x38\x69\x5e\xe0\x6f\xbe\x79\xd1\xc0\x9f\x6b\xc1\xcf\xed\x53\xc4\xf4\x91\xa2\x06\xfa\x6a\xb7\x6d\xb9\x0d\x3d\xcd\x43\x34\x3e\xea\xa4\xbe\x3c\xa0\x9b\xf8\x0a\x23\x32\x6f\xde\x5c\xbb\x66\x85\x82\x8a\x7a\x41\x8a\xa7\x95\xdf\xed\x31\x4f\xe4\x9f\xea\x22\xed\x0b\x0d\xe4\x27\xe8\xb0\xbc\x7a\xfd\x56\xa8\x22\xd1\xa9\x4a\xc5\xcb\x0b\x31\xc3\x47\xb8\xd5\xbc\xbd\x1d\x0c\xaf\x68\x24\x47\x86\xc5\xd2\xc4\x7d\x1c\x9c\xfe\x08\x0e\x56\x17\x51\x1a\xaa\x59\x1b\xab\x56\x8e\x2e\x1b\x2b\x2a\xad\x9d\xe4\x8d\x82\x9e\x5f\x78\x0f\x6a\xd4\x3d\xb6\xd1\xe6\xce\xd6\x56\x71\x22\x5e\xd6\x77\x29\xf9\xd4\x66\x1d\x92\x13\x5d\xc8\xa0\x72\xf3\x82\x8a\xd7\xc8\x6e\xb9\x81\x93\x2f\xab\xdc\x2b\x46\x01\x89\xc9\x69\x98\x04\x95\xe4\x4b\x1a\x82\x15\x10\x44\x60\xb7\x51\x1c\x74\x8d\x98\x79\x84\xc2\xb3\xd6\x35\x5f\x0a\x40\xbf\xa2\xef\x3c\x56\x21\xc3\x0e\xc1\x0e\xc1\x35\xcd\xe5\x72\x93\x5c\x64\x77\x14\x1b\x99\x13\x12\x35\xd3\x2f\x9a\xe1\x10\x73\x43\x64\x91\xba\xab\xe8\xa8\x10\x60\x91\x1e\x4f\x41\x4a\x57\xe7\xa7\xa7\x4b\x6d\xec\xb9\xbb\xe2\xa7\x8e\x3e\x4d\x4f\xc6\xe2\x75\x94\x2a\xa8\xe7\x62\x5a\x57\x39\xa6\xc9\xf0\xcc\x37\xac\xad\x53\xe6\xa6\xae\x3b\x4f\x44\x9c\x0e\x03\x1b\x09\x2a\x99\xdf\x21\x5e\xf2\xe6\x72\xff\xd1\x57\x90\x0d\x1f\xe2\xca\x9f\x88\x32\x06\xea\xa2\xfb\x80\x58\x65\x8b\x25\x61\x23\x18\x9d\x73\x0e\xa6\x8f\x78\x7a\xf5\xee\x1a\xe6\xad\x57\xd1\x29\x35\x88\xc8\x3f\x44\x94\xee\xb0\x21\x53\x27\xb3\xe1\x48\xa1\x2f\x91\x15\x23\x1a\x12\x74\x24\x19\xbd\x22\xd0\xc5\x5c\xae\x15\x96\xda\xc8\x74\x8e\x85\xd1\xc7\x3c\xf5\x95\x5c\x0b\x99\x1b\x30\xaa\xca\x42\x5c\x5e\x39\xd5\xa9\x52\xc6\xc0\x1a\x5d\xe5\x4a\x1a\x50\xee\x48\x5e\xc4\x00\x80\xa9\xdb\xbe\x1c\x3b\x70\x2b\x7d\xf6\xfc\x1f\xc6\xcf\xc6\xcf\xc6\x67\x53\x34\x79\x50\xdf\xee\xb8\x66\xe6\x76\x2d\xea\x22\x57\xc6\xc0\xd1\x84\x40\x70\xa8\x14\x2d\x12\xc0\x66\xd1\x6e\x7d\x1b\x57\x44\x60\x8c\x18\x2c\x1d\xab\x98\xae\x8d\x13\x44\xfd\x1d\xc6\x9f\x71\x61\x0b\x85\x64\x03\x48\x5a\x54\xad\x36\xbe\x75\xd7\x75\xb2\x44\xf8\x7e\xf7\x98\xcd\x07\xf9\x9a\xec\xc9\x85\x2e\x46\x50\x6b\x7b\x96\xab\xa1\xc8\xc6\x6a\x3c\x84\xe3\xa0\xa4\x81\x26\x90\x25\x52\x97\x6e\x9b\xa4\x28\xd4\x3d\x9f\x02\x7f\x92\xf0\x80\xfa\xa3\x36\x19\x40\x26\xd3\x64\xf0\x47\x38\x22\xee\x24\xd3\xa3\x45\x46\x54\x96\x9a\x9c\x9f\x9e\x4e\x06\xd0\xcd\x85\x60\x56\xcc\x9c\x91\x02\xe3\x3d\xfe\x21\x5b\x77\x64\xc1\xf9\x41\x68\xe4\x25\xd3\x14\x0c\xee\x87\x0f\x6f\xc6\xe2\x5f\x75\x0d\x6d\xf9\x88\x42\xc7\x56\x8b\x52\x1a\x32\x97\xcd\x32\x5b\xc9\xca\x77\xd3\xac\xee\x3b\xa4\xd8\x3b\xf0\xb9\x0f\x85\xe4\xd9\x46\x65\xdf\x71\xc4\xd6\xaa\x55\xc9\x80\xb3\xee\x63\x04\x4d\x0e\x0c\xd5\x64\x89\x90\xb5\x5d\x62\x5e\xfc\x64\xe0\x9e\x9c\xbb\x11\xdc\xeb\x2a\xfd\x1f\x93\x01\x66\x95\xd8\x90\x93\xf2\x6d\x25\x17\x68\x2c\x39\x9e\x0c\x7e\x33\x1e\x8f\x27\x83\x13\x58\x81\xbf\xd5\xaa\x5a\x8b\x52\x56\x72\xa5\x2c\x5c\x8d\xc9\xe0\xbf\xf3\x73\x32\x3e\x50\x2f\x43\x52\x67\x1e\x5c\xf1\xe9\x20\xd2\x6a\x53\xe3\xeb\x54\x3b\x39\xf5\x61\xde\xff\xff\x5a\x82\x3d\x70\x1b\x47\xe7\x36\x94\xec\x9d\x7d\x54\xe9\x08\x23\xbc\x7b\xca\x26\x91\xc4\x03\xfe\x9d\xb2\xd2\x77\x59\xca\x48\xd9\x45\x86\x27\xa7\x32\x4b\x8c\xa6\xaf\x8b\xf0\x87\x3b\x33\x10\x64\xe8\x96\xf9\x5f\x2f\xde\xbe\x01\x0a\xcc\xd6\x13\x90\x9f\x61\xf5\x8e\x71\x23\x2e\xcc\x65\x61\x7f\xff\x8d\xfb\x0b\xf2\xf0\x74\x65\xc2\x0d\x68\xa8\x7e\x54\x7d\x35\x43\x4b\x29\xe2\x14\xfc\x8d\x26\x44\xe8\x74\xf4\xff\xce\xcf\xff\x89\x8b\x0f\x64\x8b\x42\xa5\xef\x60\x22\xd8\x86\x7e\x07\x84\x3a\xfa\xa5\x10\xe2\xf8\x9d\xa7\x47\xdd\x06\x7c\x47\xc0\x63\x32\x0c\x95\x80\x26\x83\xc9\x40\x24\x12\x81\x82\xf1\xb5\x54\x25\xd9\x4a\xe6\xd7\x97\x04\x6c\x7d\xc2\x03\x4d\xb3\x45\x66\x9b\xa3\xa4\x81\x3e\x13\x7f\x17\x67\xe2\xef\xe0\xa8\xf8\xbb\xf8\x83\x88\xda\x9b\xf6\x0b\x61\x62\x71\x7f\x7f\xef\xfe\xd6\xd3\x09\x81\x6f\x47\x4b\xb1\xb1\x5f\xd3\xd7\xb1\x69\x60\x75\xef\x6e\xe7\xa6\xb4\x71\x18\x6e\x5f\x3a\xab\x81\xc3\x18\xfc\xff\x26\x03\xd7\xe3\x60\x34\x19\x6c\xdc\xc5\xe6\xa0\x1b\x93\xfa\x7b\xe7\x13\x3d\x8d\x7a\x36\xb9\x67\x31\x66\x59\x21\xab\x35\x6f\x66\x98\x26\x6e\xf2\xeb\x8f\xa5\x2e\x54\xd1\xd9\x85\xe6\x11\xe8\xef\x2a\xfa\xd4\xf7\x99\xf8\xbb\x78\xeb\xfe\xf3\x9d\xfb\xcf\x8d\xfb\xcf\x95\xfb\xcf\xeb\x0c\x4e\xe6\x25\xd6\x1e\x23\xc5\xe6\x1a\x85\x51\x40\xa1\xce\xac\xf9\xa3\xb8\x56\x0a\x73\x5c\xcf\x4f\x4f\xcb\xe5\xda\x64\x89\x19\x17\x99\xb1\xe3\x85\xbe\x3b\x4d\xea\xfa\xf4\x07\xd7\xee\x14\xbf\x3f\x5e\xda\x55\x1e\xce\x64\x6b\xa4\x61\x4c\x2b\xd8\x00\xd8\x87\x5b\x37\x3a\x37\x38\x37\x36\x37\x34\x37\xb2\xd6\x95\x39\x7b\xf6\xfc\x1b\xf1\x4f\xe2\xec\xfb\x0c\x6c\xad\x67\xcf\x9e\x3d\x73\x7f\xde\xfe\x51\x5c\x8a\x34\x4b\x8b\x23\x2b\x92\xa5\xd6\xc4\x39\x12\x59\x66\xd6\x5f\xeb\x71\x7b\x38\xad\x65\xc5\x33\xa1\xb6\x9d\x05\x37\xd6\xd7\x5b\x1a\x38\x72\xf1\xce\xf1\x72\x6b\x3d\x9b\x27\x21\xd1\x2e\x2b\x85\xb5\xa0\xdd\x27\x81\xc4\x18\x46\x8f\x71\xec\x5a\x30\x81\xa1\x72\x6f\xcc\x35\x3d\x5a\x27\xc8\x1d\x9c\x92\xf2\xfc\xff\xf9\xfd\x8b\xd1\x99\xa3\x06\x2b\xb9\x28\x32\x5b\xa7\xca\x75\x52\x61\x2d\x31\x76\x72\x68\xc0\x8f\x93\x85\x78\x21\x68\xca\x02\x9c\x31\x66\x2c\x70\xd4\x46\xe4\xb2\x22\x1f\x2e\xb4\x2e\x2b\x95\x64\x46\x05\x9d\x55\x96\xa5\x4a\xdd\xe3\x4a\xd7\x10\xcb\x5e\x97\x63\x71\xfc\x7a\xbc\x18\x9f\x8b\x67\xe3\xb3\x15\x65\xa2\xfa\x87\x8e\xea\x9e\xad\xc6\x27\x68\x92\x66\x72\xc6\x81\xf0\x8c\xd1\x5f\x83\x2b\x2e\x9b\x8b\x7b\x8f\x87\x1e\x8d\xc4\xac\x24\x40\x86\xd1\x8a\x64\x0a\xe9\x34\x24\x17\x49\x11\x73\x96\x52\x56\x86\xd1\xba\xa4\x8f\x19\x67\xec\xd5\x4a\xad\x14\x2c\x9d\x8d\x8a\x32\x12\x62\x28\xac\x51\x8a\x32\x4a\x54\x0e\x89\x3c\x40\xe8\xa3\x5b\x48\xc0\x88\x55\x85\x6b\x0d\xe5\xd5\x39\x29\x1c\xc6\xf3\x27\x35\xd7\x55\x60\x1d\xf0\x69\x3f\x38\x5e\xc0\xb2\x06\x98\xb0\xc9\x20\x91\x85\x2e\x00\xf3\xc2\x6d\xfd\x64\x40\x46\xfb\x95\x92\x05\x09\xbd\x7c\x1c\x4f\x69\x88\xdc\x85\x4c\xff\x5a\x83\x97\xa0\x2e\xdd\xea\xa4\xfa\xbe\x10\xc7\x84\xf3\x1a\x32\x6d\x91\x1f\x26\x15\xc8\xbc\x80\xd9\x44\xff\xce\x0a\xf1\xd6\x0d\xca\x18\x79\x82\x40\xa9\xee\x6b\xe0\x97\x92\x63\xf1\x4e\xd3\x9e\x53\xbe\x4b\xae\x8d\x75\x8f\x66\xf0\x68\x5e\xc9\x84\xc8\x01\x92\xd6\xe0\xdf\x43\xef\xbc\x6b\x4a\xc8\x40\xfe\x68\x1f\xbb\x2d\x84\x29\x9c\x00\xf7\xa7\x43\xe6\xfe\xc1\x8e\xc8\x31\x71\xdd\x6c\x51\xf8\x1e\x35\xf9\xfb\x49\xde\x06\x4b\x11\x9e\x7c\x27\x6a\xa9\x85\xb4\xd9\x9d\x82\x85\x7f\x8d\xb2\x9d\x81\x39\x9c\x8d\x7f\xe7\xbb\x88\xb2\xf6\xa5\x11\x93\xc1\xd9\xef\x9e\x3d\x5b\x4d\x06\xd4\xec\xbb\x6c\x4b\xc3\x17\xbf\x7f\x9b\xb9\x96\xee\xfe\x32\xb1\x71\x43\xf8\x5b\x63\x43\xdf\xbd\xfe\xf1\xf5\x07\x2c\xd3\x8e\xea\x4f\xbe\x6e\x27\xb3\x4a\xcc\x61\x00\xf1\x16\xe4\x1d\x96\x6d\x6e\x96\xd2\xb2\x09\xec\x7e\xa9\x73\x45\xcf\x19\x71\x48\x7d\x54\x95\xbb\x7b\x63\x1c\x44\x31\x0a\x27\x86\x7c\xe1\x08\x28\x6c\xdd\x7f\xe1\xe0\xc3\xd2\xea\x62\x41\x8e\xfb\x35\x88\x93\xf7\x2a\xc7\x23\xe6\xc8\x8a\xa3\x91\xa1\xee\xc0\x48\x71\x48\x45\x41\xde\xc6\xe6\xa1\x1c\x8b\xe3\x6b\xcd\x15\x13\xdc\x7d\x68\x3e\x1e\xe2\xe9\x73\x34\x36\xcd\xe6\x73\x20\xa7\x18\x17\xe0\xe5\x25\x58\x17\xb8\xe9\xac\xd1\x64\xd8\x38\x4b\x28\x17\x9a\xae\x99\xe1\xcd\x0d\x49\xdf\xf7\x55\x06\xab\x06\x9a\x24\xc0\x26\xbb\xdb\xea\xb4\x5e\x99\x8b\xa5\x2c\x52\x10\xf9\x12\x9d\xfa\xe4\xeb\xa5\x2e\x43\x8c\x8a\xa4\x99\x26\xd2\x7d\x22\x73\x07\xc4\x89\xe3\xba\x42\x1f\xa5\xd3\x12\x51\xc6\x07\x59\x94\xd6\xde\x37\x6b\x67\xe6\x04\x4b\xe0\x0e\xe3\xd8\x16\x31\x19\xa2\x1a\x2f\x56\xba\x2e\xb6\xd6\x44\x8d\x9a\x35\xed\xd8\x34\x50\x7f\x3b\x8b\x7a\xa5\x2a\x69\xc1\xab\x91\xc6\x5a\x10\x24\x97\xf2\xf5\xe3\x20\xa9\xb9\x34\x9e\x5b\xe8\x52\x55\x54\x3b\x0b\x8a\xf7\xcf\xc7\xaf\x54\xc2\x79\x63\x35\xaf\x21\x55\x97\x88\xcf\xb3\x34\x98\x98\xb3\x0b\xff\x04\xba\x81\x42\x4c\x32\xef\x31\x38\xfb\xf4\xdb\x9d\xe6\xc8\x21\x75\xb5\x4f\xb8\xe8\x1e\xa6\xcb\x2d\x25\x1b\x2f\xae\x2e\xbf\xe3\xca\x37\x9b\xb6\x86\xdb\x34\x6d\x91\x88\x97\x06\xbc\x82\x83\x47\x3c\xc8\xa4\x87\xa3\x74\xfb\x36\x57\x55\x04\x9d\x89\x9a\x0e\x00\xa0\xed\x89\x3a\x78\xb7\x19\x45\xf6\xa9\x8c\xed\x61\xcb\xd8\x3e\x95\x7b\x3d\x5c\xb9\xd7\x87\xb9\x97\xda\x17\x22\xf2\xc1\xf0\x0d\xda\x78\xd4\xdb\x2d\xda\xc8\x86\xe1\x0e\x12\xca\x44\x88\x0f\x61\xac\xfd\xb2\xd2\x33\x39\xcb\xd7\xa1\x4c\x38\x82\xc4\x31\x12\xfc\x67\x95\x66\x07\xe2\x41\x63\xfb\x56\x57\xaf\x18\x9a\xd9\x63\xe4\x55\x17\x68\xaf\xfc\xd3\x9a\x5c\x1f\x97\xaf\x3e\xf4\x41\x86\x42\xe0\x8e\x9e\xf3\xa9\x70\xcd\x3c\x06\x47\xc5\x46\x4f\xa4\xe2\x28\xa7\xde\x79\x28\x3d\x5c\x5f\x5f\x13\xd5\x6a\xb1\x54\x79\xe9\x4b\x2c\x56\x4a\x72\x09\x84\xca\x30\x63\x5d\x69\x63\x45\xa1\xec\xbd\xae\x6e\x47\xca\x71\x6f\xf8\xec\xbd\x5c\x07\x09\x4e\xbc\xa4\x1e\x1c\xdb\x60\xe1\x59\x96\x8e\x4e\x55\x19\x20\x35\x37\x07\x27\x21\xa6\x13\xf3\xbc\x60\xf8\x24\x61\xad\xb1\xfc\x03\x1c\x61\xb0\x70\xe8\x79\x88\xce\x82\x47\xca\x0c\xfd\x70\x23\xe7\x00\x5a\xe2\x8b\x85\xe2\x0a\x12\x6e\xca\xae\x6b\x14\x47\xe9\xf3\x8c\xca\x00\x61\x4e\x76\xe9\x34\x43\x58\x64\x5a\x2c\x88\x6e\x2d\x6e\xa3\x48\x66\x5a\x62\x37\x2b\x1a\xd8\xb7\xc1\x9c\x78\x4e\x31\x91\xc0\x5a\x5b\x18\x3c\x9e\xe4\x5d\x5e\xe1\x0c\xdd\x27\x87\x1c\xec\x4b\xdd\xc2\x72\x2b\x5f\x0e\xd5\x8d\x10\xad\xd2\xcd\x0e\x98\x58\x88\x5c\xeb\x5b\x23\xa4\x15\xff\x73\xf4\xad\xae\xee\x65\x95\xaa\xd4\xfd\x4b\x2c\x95\x4c\x51\x5b\xfa\x9f\xa3\x0f\x4a\xe6\xa3\xcb\x32\xfa\x8d\xc8\xc5\xf8\x83\x5a\x69\xab\xdc\x21\xa3\xfa\x68\xd2\x62\x65\x89\x13\x77\x10\x16\xaa\x31\xe5\xcb\xab\xcf\x40\x31\xdd\x72\x0b\xae\x37\x9d\x74\x08\xa4\xdc\xa3\x74\x09\xc3\xa0\x87\x52\x17\x9e\xef\x32\x02\x73\x9b\x8a\x1c\x70\xf8\x9b\x2f\xf1\xa7\x97\xe1\xdf\xd8\xe7\x9e\xc2\xcb\xe6\x25\xdd\x61\xc4\xed\xca\x3f\xbb\x4a\xf6\xc7\xed\x9a\x80\x08\xfc\x64\x88\x02\x76\xae\xef\xe3\xc2\xad\x8c\x43\xef\xe9\xae\xb4\x02\x46\xb0\x4b\xf8\x81\xad\x7c\x92\x79\x1e\x5f\xe6\xa1\x85\xee\xaf\xfc\x68\xfa\xf7\xfa\x71\xae\x98\x97\xc5\x9f\x2a\xef\x1f\x52\x14\xfb\x64\xf2\xe4\xf7\xe3\x21\xd4\xe4\x43\x94\x4c\xb4\x85\x98\x7c\xf0\x88\x42\x51\x96\x49\x10\x09\x65\xb3\xa0\x26\xd7\xea\x43\x03\x9c\x8f\x1c\x4a\xf7\xc5\x6d\xa7\x7a\xcc\xef\xf0\xcf\xf0\x3e\xd7\xab\x07\xfe\x33\xeb\xa1\x36\x9f\x52\xb7\xde\x8b\xb3\xdd\xda\xf5\xbb\x8a\xd6\x3f\x28\xf7\x60\x9f\x8a\xad\x41\xf4\x6d\xd4\x6d\x0d\x50\x4d\xe2\x35\x64\xe5\x64\xab\x32\xe7\x3d\x68\xb4\x24\x95\xd7\xdd\x2b\x3f\x78\xac\x9b\xf0\x2d\xd8\xf7\x02\x24\x17\x15\xb6\xf3\xf9\x06\x32\x2a\x36\x42\xa4\x70\x1e\x8b\x50\x00\x25\xb4\xa1\x88\xfb\xee\xea\xf8\xf0\xef\x76\x89\x71\x5e\xcb\x6f\xb5\x3e\xea\x34\x8c\x8e\xd4\xd1\x5c\xeb\x78\xb1\x1f\xa2\xb4\x6c\xa9\x1c\xbf\xb9\x82\x2c\x1e\xb6\xcd\x31\x71\x69\x04\xbb\x95\x35\x4e\x7f\xe3\xb8\x43\x0d\x4a\x6d\x37\x60\x46\xef\x57\xa6\xbd\x71\x54\x4d\xbd\x58\x60\xe8\x79\x5c\xb9\x7d\xf3\xb4\x1e\x50\x25\xfd\x5d\xef\x4a\xc6\x4f\xf7\xac\x96\x4e\xe1\xf6\x08\xb8\x13\x49\x16\x60\x0b\xf4\xfb\x01\x30\x71\xdc\x91\x2e\xe5\xdf\x6a\x95\xaf\x49\x05\x68\x7d\x13\x3c\x1c\x60\x31\x4f\xc0\x01\xe3\x58\x82\xae\xd0\xe8\x88\x18\x68\x90\xff\x40\x39\x2f\x50\xb6\xce\xf5\x8e\x45\xe6\xf8\x13\x00\xaf\x44\x9f\x0e\x98\x94\x81\x75\x70\x59\xfa\x97\x6f\x2e\x85\x87\xa8\xd9\x80\xc9\x09\xaa\x26\x09\x2e\x7f\x96\xa6\x27\xbe\x11\xa2\x70\xa4\x59\x12\xbb\xe3\x80\xc9\xa6\x92\x3a\x6c\x28\xbd\x4d\x7a\x93\x71\xc9\x69\x8b\x46\x59\x70\x67\xdc\x57\x99\xb5\xaa\x60\xf9\x05\xb2\x20\xa1\xce\xcb\x58\xfc\xd8\xc8\x74\x89\x72\x81\x70\x69\xa3\xea\xfc\x04\xdf\xa9\xfe\x56\xcb\x3c\xb3\xbe\xbe\x9a\x71\xf2\x54\xd1\x4c\x0a\x85\x90\xb8\xa0\x83\xca\x82\x8a\xbb\x31\xae\x07\x4b\x4a\x88\xc3\x06\x01\x18\xa1\x14\x4b\xc3\x67\xd4\x2a\x3b\x53\xea\xb2\xce\x65\x04\x23\x19\x62\x6c\x40\xe1\x23\xe5\xeb\xba\xb3\xd2\x0d\x48\x11\x48\x6b\x44\xd0\x3a\x1a\x24\x7e\x80\x9d\x48\x32\x8b\xe2\x3d\xd5\x9d\x2a\x5c\xbf\x99\x15\x8b\x4a\xa6\xb5\xbb\xba\x9b\x6a\x32\xce\xfa\xb5\x9a\x59\xe7\x32\xb2\x3a\xe3\x0e\x8f\xc0\x16\xc7\x98\x46\x59\x24\x79\x9d\x2a\xe3\x74\xb5\x21\xbc\x30\x14\xf7\x4e\x2d\x1d\x12\xac\xc9\x90\x04\x8f\xa1\x28\xf1\xe7\x54\xe5\xca\xfd\x89\xff\x37\xd1\x79\x8e\xd1\x91\x43\x02\x06\xd3\x1f\xd7\x0f\xe3\x36\xfb\x56\xf4\xec\x35\x78\xee\xe4\x39\xed\x3a\x0b\x1b\xb8\xce\x67\x33\x9d\xbb\x33\x71\x8c\xf5\x7b\x08\x55\x54\x52\x01\xe7\xb3\xee\x10\xaa\x30\xe6\x23\x52\x2d\x4f\x7a\xf9\xd5\x67\x5b\xa0\x59\x18\xda\x43\x09\x8b\x9b\x76\x64\xf3\x0f\x1e\xb3\x16\x05\x25\x8e\x45\x45\x64\xd4\x8e\xcd\x2d\x02\xd8\x8f\x35\x69\xc9\x32\x59\x42\xa2\x80\x3b\x31\x9e\xc6\x50\x34\x57\x83\xed\x3e\x48\x26\x5b\x44\x4a\x2f\x3c\x62\xdd\xe4\x49\xd5\xfb\x22\xaa\xde\xc6\x25\x8d\x9f\xf2\x6d\xee\x1c\x00\x5c\xcd\x9e\x83\x38\xd7\x7d\xf1\x6a\x4f\x7a\xdc\x21\x4d\xea\x5b\x6a\x82\x84\xbb\xdc\x71\x52\x75\xaf\x7b\xb8\xc3\xe8\x2c\xee\xbd\xbc\x87\x55\xec\xbd\x5a\xf8\x19\xe6\xb2\xb8\x9b\x87\xa8\xa4\x71\x61\xbd\x2d\xa4\xb5\x55\x5f\xaf\x61\x6a\x0c\x45\x17\xef\x64\x96\x63\x84\xed\x43\xcc\x5d\xec\x67\xa0\x6b\x55\x69\x6d\x31\xa0\x95\xf6\x06\x33\x7b\x1c\x7b\x22\xb4\xb1\xad\x6e\x56\x9e\xcf\x56\xf7\xc1\x13\x39\x7d\xf2\x16\xfe\x7a\x48\xdb\x93\x1f\xec\xc9\x0f\xf6\xe4\x07\x7b\x90\x1f\x4c\x96\xd9\x36\x06\x75\xb8\x4a\xa4\x8f\xeb\x81\x7a\x09\x0a\xec\xfb\xd2\xee\x62\xd1\x8d\x86\x1c\x53\x4a\x79\x02\x84\x2b\x02\xca\x30\x9d\x1f\xc7\x7d\x03\x2e\xfb\xf6\x04\xc0\x27\xd6\x78\x60\xd6\x98\x56\xeb\x0f\x75\xcf\x62\x42\xf0\x2e\xad\xcf\xb0\x51\x6b\x40\x5a\xb1\xd2\xa9\x07\x42\x36\x71\x42\x9b\xdb\xe7\x50\xbe\xf8\xc2\xd1\x06\xcc\x93\x05\x60\x8b\x68\xea\xf8\x59\x91\x66\x95\x4a\x6c\x76\xe7\x0b\xe4\x18\x80\xab\x8d\x6a\xe4\x60\xb4\xac\x41\x9b\x53\x11\x20\x77\xca\x4a\x27\xca\x18\x5f\x02\x52\x79\xda\x21\x00\x10\x9e\x23\xe5\x64\xa5\xce\xc5\x48\x5c\xe4\xf9\x39\xe4\x79\xa5\xd5\x1a\xf2\xbb\x8c\x95\x0b\x15\xc2\x63\xa9\xbb\x38\x95\x79\x0f\x53\x0b\x98\x9d\xde\xca\x42\x2e\x54\xd5\x5d\xc2\xf8\x29\xca\x19\x20\xe4\x4b\x63\x74\x92\x81\x11\xcc\x27\xc0\x4a\x28\x55\xe5\xe8\x35\x06\xaf\x32\x47\x5c\xc9\xa8\xfc\x33\x55\x3d\x40\x36\xd1\x44\xb8\xa1\x08\x5c\x77\x7e\x2b\x71\xf6\xfc\x1f\x5d\xdb\x4a\x26\x90\xbe\xe4\x78\x0d\x9e\x43\xe0\x25\xa4\x75\x88\xb2\xca\x0a\xac\x01\x1d\xda\x0e\x1d\xb7\x63\x4c\xe0\xd9\x3a\x9c\x46\x9d\xcb\x62\x01\xb0\xd6\x8e\x2a\xd4\x45\x96\xe8\x54\x9d\xfe\xe6\xd2\x40\x49\xdc\x27\x75\xf2\x0b\xbb\x05\x1f\x62\xb5\x7a\x05\x76\xc5\x3d\xa8\x76\xa3\x61\x3f\xd5\x06\x1b\xe5\x13\xd5\x7e\xa2\xda\xbf\x6a\xaa\xbd\xa8\x64\xa2\xae\x54\x95\xe9\xf4\x5a\x25\xba\xe8\xc3\xb1\x72\x24\x36\xad\xa9\xe6\x7d\x56\x08\x83\x0d\xc5\x0c\x73\x48\x6c\x80\x83\x0c\x98\x10\x68\xc1\x4f\xdb\x3e\x99\x42\x17\x23\x4e\x87\x60\x58\xc2\x98\x86\x03\x04\x61\xd8\x2a\xec\x45\x64\xab\x95\x4a\x1d\x97\xc8\xd7\x01\xa4\xd1\x3b\x68\x8a\x2c\x47\x27\x12\x83\xba\xc3\x9c\xdc\x2e\x66\x3a\x78\x5b\x03\xfc\x14\xe4\xc7\xc4\xc0\x07\x4d\x5c\x0a\x09\x2a\x0e\x4d\x88\x3e\x32\x6f\xa2\x6c\x11\x54\x22\xa6\xbf\xf4\x8c\x71\x17\x76\x05\xe2\x05\x3f\x31\x85\xc3\x29\xe2\xba\x2a\x97\xb2\x60\xc6\x60\x7b\x0e\xf1\x2b\xb7\x2a\xee\x54\xa5\xe7\xa2\xc4\xe4\x7a\x56\x40\xaf\x2a\x5d\xca\x05\x1c\xef\x2b\x9d\x67\xc9\x9a\xfc\x33\x91\x23\x0d\x4e\x34\x77\xe0\xee\xc0\xd9\xf8\x1f\xc6\xe2\x1a\x8f\x3b\x9e\x3d\xfa\x34\xed\x82\x81\xac\x20\x18\x15\xac\xd5\x1c\x00\x8b\x4e\xe7\x32\x37\x14\x7f\x3f\xa1\x41\x4f\x06\x62\x9e\x15\x90\xd0\x53\x45\x69\x53\x98\x87\x72\xca\x8e\x44\xbf\x63\xd8\xfd\x91\x09\x2f\x19\x0a\x6d\x20\x78\x8b\x68\xe8\xba\xea\xce\x8d\x99\x19\x94\x9f\x9b\xd5\x08\x2b\x38\xd3\x76\xd9\xef\x9f\x77\x73\xd6\x45\x1a\x60\xfe\x9b\xab\xca\xc5\x0c\xe7\x75\x3e\xcf\xf2\xdc\x49\x4a\x48\x14\x24\xf1\x47\x34\xca\x27\xb2\xaa\xdc\xd5\xd3\xb5\xa5\x2a\xf7\xd6\x1b\x21\x86\x42\x8a\x6f\x9e\xfd\x41\xbc\xd4\xc5\x3c\xcf\x1c\x11\x41\x77\x76\x48\xfd\x71\xca\x39\x1a\x79\x3f\x5d\x7f\xbd\x6a\xcc\x83\xb0\x97\x1b\x0b\xd3\xcb\x40\x08\x2e\x36\x85\xc2\x81\x0b\x59\xcd\xe4\x02\xea\xec\xe7\x1e\xb5\x85\x88\xaf\xaa\x30\x6d\x69\xc3\x36\xbc\x6f\x9d\xcf\xcd\xbb\x00\xc4\x90\x29\x59\x89\x5b\x96\x19\x48\x81\x4c\x83\xab\x58\x7d\xa4\xca\xde\xe1\xe8\x18\x65\xbd\xe9\x87\x90\x76\xc7\xd1\x19\xe1\xd4\x0e\x5f\x98\xd5\xbb\xcb\x9a\x1f\x1b\x8b\x8b\x24\x51\x25\x4a\xc3\x31\x07\x3a\xc2\x39\x1c\x89\x11\x9d\xeb\xe6\xb9\x37\x7f\x14\x47\x7f\x92\xc9\xed\x02\xd2\x29\x5d\x2b\x34\x33\x83\x3f\xa6\xb9\x70\x1a\x60\x3e\x88\x6e\x36\x3b\xe1\x19\xcc\x7c\x4f\x7f\x14\x47\xdf\xea\x4a\x45\xdd\x8a\x44\x9a\x44\xa6\x98\xa4\x06\xeb\x03\x1c\x1d\xfb\x33\xc8\x22\x3b\x1d\xce\x7d\x1f\x0f\xc6\x27\xd8\x22\x4f\x36\x4f\xd5\xde\xc6\x83\x57\xc4\x4c\xb7\x4a\xa0\x9e\xe1\x3a\x5e\x70\x5f\xc9\xb2\x04\x00\x1d\x37\x05\x01\x70\xd4\xbe\x05\x1a\xe9\xc9\x1b\x6a\x7c\x90\x48\x84\x35\x60\x35\x40\x0c\xc0\x21\xf8\xe7\xeb\xf7\xef\x80\x78\x97\xb2\xb2\x59\x52\x03\x16\x69\xe6\x9b\x43\xd2\x94\x26\xe6\x63\xd8\x03\x40\xe9\x55\x8c\xb4\xbb\x92\x25\x42\xef\x66\x85\xf8\xab\x39\x50\xf2\x59\x58\x9f\xd7\x1f\xdd\x4c\xf6\x10\xd3\x1b\x0d\xd9\x4d\x81\x98\x15\x9a\x7e\x0c\x85\x26\x11\xda\x06\xf8\xe6\x42\x59\x80\x2b\x71\x9c\x9f\xa9\xfa\x58\x5c\xe5\xb2\x28\x08\xac\x17\xe8\xae\xcc\x91\xd4\x9f\xfd\xe3\x2e\xe7\x86\x82\x81\x0c\xa0\x5c\x46\x62\x9f\xbc\x18\x8f\x2e\xf4\xe3\x3a\x77\x91\xe9\x02\x47\xc6\x2d\xc1\x0c\x6e\xe9\x96\x06\xf1\x8a\xf8\xf7\x95\xcc\xc8\xe3\x48\x10\x2b\x81\x20\x12\x38\x2a\xa0\xdc\x1e\xbd\x63\x2f\xe3\xd1\xa7\x1c\x96\x46\x59\x92\x7e\x5c\x36\x3f\x64\x2f\xd3\xce\x78\xf0\xee\x3b\x02\xcf\x38\x5c\xc8\xd2\x03\xb7\xa2\xe1\x14\x21\x5f\xdc\xdd\x0c\xe2\xe9\xfa\x33\x87\xf9\x24\x95\xfe\x32\x4c\x15\xdf\xc2\x46\xff\x78\xb6\x8d\xfc\x71\x1b\x8c\x7f\xc3\xd2\xef\x10\x55\xc3\xd0\xfe\x85\x93\xc3\x30\x40\x8e\x21\xc4\x09\x05\xfb\xa6\xca\xd4\xd0\x63\xd0\xa0\x72\x82\xf9\xe9\x32\x59\x3a\xda\x1e\xc3\xe5\x8b\xa3\xf1\x51\x77\xaf\x29\x90\xcd\x1a\x95\xcf\x23\x2c\x02\x4a\xc1\x06\xb4\x66\x1d\x10\xf4\x41\xd2\x89\xd1\x2c\x1b\xfd\x49\xb7\xbf\x23\x2f\x2e\x39\x85\x95\x3c\x40\xd8\x18\x7a\x46\xd0\xfc\x08\x46\x1f\xea\x47\xd6\x15\x0d\xdf\x9c\x8b\xa3\xf9\x39\xa1\x98\xc8\x15\xe2\x99\xa8\x23\xc7\xc2\x54\xe5\x81\x5d\xfc\x83\x76\x3e\x9f\xf4\x20\x62\x82\xd7\x0b\x06\x0c\x6b\xe1\x7e\x73\x33\x3a\xba\xa3\x0f\xc0\xf9\xef\xfd\x42\xf4\x84\x3f\x01\x04\x08\x18\x25\x0d\xd5\x32\x15\xc5\x0f\x23\x7a\xb9\x55\x2b\x71\x94\x51\xff\x00\x9b\xdd\xdb\x7f\xf4\x04\xa3\x08\x4d\x16\xb0\x88\xa0\x93\xcc\x03\x61\x1f\xdd\x52\x77\x8e\x59\xf7\xf6\x16\x1e\xe0\xf5\x26\x1f\x65\x3c\xa8\x23\x03\x6b\xc0\x94\x07\xd8\x46\x56\x09\x2c\xdb\xc1\x22\xe2\xa5\xfb\xfa\x2d\x38\x02\x4b\xd3\xd8\x78\x3c\xa4\xcc\x57\xc2\xc1\x01\x12\xe6\xde\x88\xf2\xc6\x11\x15\xc3\x06\x6c\x4d\xeb\x41\x8e\x70\x0d\x43\xb2\x3e\x5b\x66\xb3\x42\x98\x6c\x61\xf8\x4a\xfb\x83\x9e\x8e\x00\x3a\x7c\x94\x66\xf3\xf9\x27\x14\x96\xde\x96\xff\xa4\xf6\x11\x4d\x42\xab\x90\x9d\x49\x22\xc8\x43\x04\x94\x27\x73\xe2\x53\x7c\xc4\xaf\x95\x01\x86\xd0\xaf\x8d\x27\x14\x2b\xe1\xb3\x5d\xed\x5c\x8c\x44\x06\xb0\xa2\x8e\x59\x00\xa8\x26\xa9\xac\x54\xb8\x91\x6d\x01\xb8\x52\x15\x38\xc6\x7d\x40\xf9\x4c\x52\x15\x80\xbf\xd5\xba\xaa\x57\xa3\x4a\xc9\x54\xcc\x73\xb9\xf8\x23\x76\x9b\xd9\x23\x23\x9e\x51\xbf\xf7\x4a\x98\x6c\x55\x02\x04\x0a\x38\xff\xef\x01\x84\x43\x89\xa4\xae\x2a\x55\xd8\x9c\x42\x73\xb3\x42\x24\x32\x59\x02\x40\x91\x58\xd4\xb2\x92\x85\x55\x8a\x7a\xa4\x02\x20\x85\x2e\xc0\x20\xd8\x3b\x64\x69\x45\xae\xa4\xb1\x4e\x6d\x9a\x57\xca\x2c\xdd\x3f\x16\xd9\x9d\x2a\x44\x75\x77\xf0\xb0\x5c\xc8\x7c\xfa\x9e\x4e\xf0\x46\xd2\xc4\x8d\xa2\x34\x26\x29\xbe\xf3\x41\x93\x52\x7c\x0f\xc5\x7b\x1a\x25\x80\xe6\x1a\xd2\x9a\x7c\x6e\xb9\xf0\xd1\x28\xb5\x51\xf3\x1a\x50\x56\x7c\x51\x07\x04\x3b\x29\x12\x55\x5a\x23\xd2\x1a\x2e\x4c\xae\xf5\x6d\x5d\x06\xab\x35\x02\xa7\x2c\xe5\x1d\x56\xc1\xa9\x6c\x06\x88\x34\x68\x6c\x87\x73\xb5\x4f\x48\x2e\xe7\x42\x75\x34\x2e\x9f\x67\xb4\xf1\x82\x1f\x7e\xe1\xf7\xc9\x22\x6b\x34\xdc\xb8\x01\x21\x26\xfa\x57\xb2\x09\xbe\x1a\xd7\x03\x36\x22\xae\xe0\x75\xf8\xcd\x88\x68\xce\xd6\xbd\x60\x0e\xd9\x88\x40\x9d\xe0\xb0\x27\x03\x6f\x37\x9b\x70\x28\xcb\x64\xc0\x46\x11\x94\x80\xf2\x75\x00\xe7\xf4\x85\x3c\xf6\x0a\x27\x0f\x28\x29\x0f\x59\xb5\x28\xa5\xe1\xd1\x16\xad\x91\xd6\xfd\x39\x0b\x78\xea\x17\x0d\x16\x32\x5a\x44\xe6\xa3\x20\xb6\xfa\xf3\x7c\x49\x9e\x7e\xc8\x71\x40\x59\x0e\x8a\x89\x29\x55\x72\xc1\x9d\x0e\x3e\xf8\x3e\xf1\xfa\xdb\xd7\x79\xbf\xe0\xf2\x66\xce\xe7\xc5\xd5\x65\x4f\x9c\x79\xb0\x36\xae\xba\x4b\xb0\x21\xd1\x66\x7b\x82\x4a\xf3\xab\x7d\xdf\xd1\xf3\x78\x5d\x1b\x51\x82\x86\xeb\x59\xf9\x60\xdf\xa5\x12\xb6\x82\x9a\x92\x88\x50\x95\x67\xd6\xcb\x2e\xf1\x6e\x3e\x0e\x67\xa2\xce\xf7\x62\x50\x51\x5b\x51\x17\x72\x35\xcb\x16\xb5\xae\x4d\xf3\xba\x49\xc8\x94\x1c\x0b\x77\x70\x1c\x95\x2c\x8e\xac\x90\x85\x2e\xd6\x2b\x6a\x8a\x29\x48\x8d\xa9\x81\x76\x72\xa7\xb3\xa8\x5c\x9e\x48\xb4\xa7\xa8\x51\x4f\x88\xb9\xd5\xff\x6e\x02\x85\x97\xd9\x6a\x9a\x23\x86\xf9\x43\xae\xfc\xc1\x18\xd7\x97\x21\x09\x7b\xf3\xb6\x56\xfb\x6d\x7b\x17\x25\x57\xfd\x1a\xf7\xef\xc0\x3c\xef\xf1\xf6\x91\xb0\x51\xf3\xd7\x4e\x74\xdf\xb6\x81\x8d\x86\x80\x81\x67\x30\x63\x6f\x8c\xbf\x78\xcd\x71\xc7\x5a\xdd\xb8\x67\xc3\x01\x96\xc5\xec\x2e\x0f\xfd\xde\xf9\xfc\x7b\x2e\x2a\x79\x3e\x29\xc4\x6f\xc5\xe5\x1c\xaa\x6c\x3a\x5a\x76\x81\x25\x31\x2b\xf1\x16\xe2\x36\x9c\xaa\x00\xb6\x1b\x75\x0f\xee\x42\x9f\x2d\xe2\x6b\x7c\x35\x5f\xc7\x70\x1e\x7a\xa9\xe7\x85\xd8\x7b\xcf\x1e\x4c\xf6\x5f\x76\x3a\xfb\x93\xd6\xb7\x2b\x59\xdd\x9e\xc7\x1d\x1c\x03\xc2\x79\x91\x90\x45\x07\x62\x0c\x66\x0a\x4c\x57\x10\xfe\x9c\x9e\xa0\xd9\x05\xaa\x97\x41\xec\xd9\x87\xa6\x6e\x14\xf2\x42\x8d\xb2\x63\xf1\xbe\x10\xa6\x06\xa4\x67\x27\xd6\x55\xca\x58\xb2\x8b\x40\x77\x04\x1a\x0a\x9d\xcd\x68\x38\xa2\xa5\x6c\x71\xbc\xb5\xeb\xd2\x2b\x2e\x29\xea\x2b\x16\x0c\x0c\x95\x2a\x95\xb4\x90\x14\x0a\xb0\x99\x88\xc1\x9a\x01\x50\xf9\x1a\x7f\x36\x9d\xd9\xbf\xae\x2a\x5d\x9d\x8b\xdf\xca\x32\x1b\x5f\xa3\xa7\x16\x14\x33\xa7\x4a\x02\x7a\xe2\x1f\x05\xd6\x94\x03\xe9\x11\x34\x5c\xc0\x52\x34\xaa\x30\x38\x7b\x74\xce\x61\x41\x4c\x10\x1a\xd4\x47\xfb\x60\xe7\x6e\xb3\x26\xab\xbb\x3c\x37\xfd\xf5\x65\x1f\xe2\xdb\x6b\x75\xba\xb7\x3f\xef\x8d\x9c\xa9\xfc\x5a\xa1\x6f\x73\x6b\xbe\x8e\xc8\x5d\x53\x61\xa8\x2d\xe5\x42\xc2\x6f\x64\x15\x82\x70\x7b\xb6\xe3\x7a\x43\x05\x1a\x43\x49\xab\xd4\x73\x8c\x6a\x87\xcf\x72\xbd\x44\x9b\x2c\x5f\x7f\x2c\x2b\x65\x42\xb8\xf5\xc5\xbb\x57\x14\xc3\x84\x96\xb8\xd6\xb7\x29\x2e\x1f\x1c\xa6\x14\xb4\x30\x16\x17\xc2\x11\x96\x4d\x4d\x0b\xed\x5b\xee\x34\x4c\xb5\x87\xd4\x5d\x8d\xce\xa0\x1b\x99\xa1\xad\x21\x10\x79\x59\xa1\x01\xe5\x66\xa9\x1a\xbf\x44\xf3\x7d\x94\xf0\xf7\xc6\x0e\x7f\x08\x1f\x86\x18\xaa\x68\x33\x36\x4c\x92\x76\x2a\xb6\xb0\xfe\xfb\xad\x5a\x0f\xc1\x88\xf4\xb3\x28\x65\x56\xc1\xda\x53\xf6\x7e\xfc\x8c\x5d\xfa\x51\x37\xae\x87\xcc\x08\x37\x8a\x3b\x99\xbb\x2b\x4e\xf6\x56\x84\x03\xf5\xe7\x23\x5a\x5a\xa7\xb2\x68\xa3\x82\x21\xd7\x75\x30\x19\xdc\xaa\xb5\x53\x67\x80\x8e\x95\x84\xcf\x09\x0f\x2e\x41\xcd\x61\xdd\xc7\x87\x01\x54\x72\x1d\xc4\x7c\xa0\x62\x13\xc4\xbc\x44\xb9\x73\x8f\x3d\xd9\x59\xdd\xfa\x60\x41\xfe\x1b\xb7\xec\xd3\xae\x75\xdc\xc3\x43\x6e\x78\xb4\x22\x64\x3f\xe4\x27\x88\x5b\xca\xab\x89\x6b\x3c\x44\x2b\x3a\x2e\xbd\x07\x3f\xe5\xc6\x95\xca\x29\x82\x11\x77\x12\x34\x0f\x34\x99\xee\x60\xc8\xb7\xca\x5d\x04\xee\xad\xcb\x91\xdd\xf3\x2e\x72\x89\xf2\xc8\x82\x38\x29\xf7\x83\xcf\xb1\xf1\xf3\x90\x25\x65\xc4\xeb\xbe\xb2\x3e\xcd\x22\x98\xee\x58\x92\x61\x1e\x3e\x49\x03\xeb\x69\x64\x6c\x25\xad\x5a\xb8\x36\xd0\x1e\xa2\xbc\x78\xfc\x9d\xa1\xfa\x75\x6a\x80\xd0\xde\xaa\xf5\x91\xc1\x55\x73\x97\x60\x99\x95\x5c\x5f\x06\x2e\x09\x5b\x9b\x31\xda\x92\xbb\xc0\x73\x7b\x59\x0c\xc5\x3b\x6d\xdd\xff\x79\xfd\xd1\x97\xa5\x7d\xa5\x95\x79\xa7\x2d\xfc\xd2\x8f\x9b\x00\x5d\xf6\x68\x73\x78\x83\x32\xd3\x28\xea\x17\x9b\x92\x0d\x45\x36\x36\x6f\xe2\x25\x04\xb1\xd3\x40\x3a\x57\x31\x8e\xaa\x04\x12\xdf\xdb\x07\x8d\x5f\x57\x8d\xe1\x6f\xe9\x8e\xba\x42\x04\x13\x78\x82\xbe\x01\x2c\x85\x4b\x96\x24\x50\xcf\xdd\x0e\x65\x09\x16\x69\x45\x0c\x87\xcf\xcb\xdf\x79\x88\x50\xbb\x0b\x76\x00\x52\xbc\xb9\x30\x1d\x33\x15\xe2\x5e\x6c\xc1\x71\xd2\x09\xd9\xcf\xa1\x28\x2b\x87\x57\x51\x05\xa6\x1d\x97\x0a\x27\xf6\x14\xeb\xf1\xd8\x1e\x19\x7f\x80\x7a\x36\x38\xec\xe9\xa1\xf8\x3e\x0b\x81\x1f\xe4\xfd\x6b\x2e\x3c\xf3\x84\xed\x76\x60\xc7\x10\x47\x28\xf6\x84\xc3\xb0\x1f\x14\xae\xac\x8f\x64\xfc\xb2\xe3\xfd\x0c\x41\x31\x33\xf6\xad\xb2\xf2\x33\x82\x0a\x7d\x17\x9b\x09\x61\xef\x19\xdd\x5f\xae\xe1\x0f\xec\xa0\x9e\xae\x8d\x2f\xe7\x6e\xfc\x5e\xa0\x08\x60\xd6\x85\x5d\x2a\x9b\x25\x11\x42\x03\x30\x90\xa5\xbc\x53\x54\xf5\x11\x94\xbc\x50\xd4\xfd\x4e\x56\x99\xae\x8d\xc7\xab\x0a\x3a\x87\xbf\x17\x1e\x12\x07\x84\x4b\x8a\xf4\xf8\x77\xd4\xc7\xdc\x70\x86\x82\x07\xf6\xf3\x1e\x05\x12\xb5\xbb\x7e\x75\x5f\x81\x44\x7a\x12\x85\xe1\x72\x8e\x2f\x84\x54\xb9\xbf\x1d\xd3\x58\x65\x96\xf1\xa0\xa8\x9c\x83\x9e\x53\xd5\x75\x76\x45\x12\xb6\x4c\x33\xbb\x24\xca\x0c\x5e\x4a\xc2\xee\x82\xa5\x0b\x79\xae\x51\xd2\x43\xe6\x01\xaa\x98\x12\x47\x15\x19\x33\x63\xe0\x01\x2a\xd5\x74\xc7\x99\xa0\x47\xe4\xc0\x6d\x09\xd6\x4d\x07\x8a\x01\xb7\xc7\x6a\x37\xcc\x2a\x53\x64\x05\x2e\xd4\x47\xcb\xc2\x8f\x1f\x49\xd8\x87\x97\xb8\x2a\xc8\xdd\x13\x5d\x40\x12\x4c\x61\xe9\x26\x06\x56\xe9\x2b\xf2\x67\xf3\x78\xa6\x09\x94\xbe\xe4\xa0\x54\x37\x6f\x4c\xd2\x4b\x7d\x81\x16\x48\xca\x93\x62\xae\xee\xc5\x2a\x2b\x6a\xb7\x5c\xb0\xd9\xa5\x34\x46\xa5\x5e\xc7\xed\x31\x8b\x78\xc7\x2f\x16\xe2\x37\x3e\x33\xde\xef\x24\x2e\x25\xc7\x63\xa3\x99\x31\x91\x39\xaf\x14\xad\x34\x99\xcd\xb3\xca\x58\x9f\x97\x33\x8c\xab\xe4\xc1\x78\x2a\x95\xa8\xcc\x2f\xa5\xd5\xb7\xaa\x20\x8b\x0b\xe7\xf4\xac\x94\x31\x72\xd1\x0f\x8d\x86\xa0\x5b\x59\xb1\xb8\xb4\x6a\xf5\x92\x2b\x28\xb4\x81\x4f\xda\x6d\x7c\x38\x92\x3f\x67\xa6\x9e\x19\xb7\xdd\x85\xa5\x23\x47\xa3\xc7\x12\xf7\x8d\xfa\xef\x64\x26\x0d\x90\xc2\xd0\x86\x27\xe8\xa5\x42\xfa\x15\x8f\x10\x69\x1e\x2a\x25\xe1\x5e\x57\xb4\xd6\x2c\xd8\x9b\xc8\x9f\x1d\x46\xe5\x47\xce\x83\x32\x82\x2a\xda\x7b\x75\xb1\x99\x37\x91\xab\xb9\x45\x97\x3e\xe6\x5d\x52\x19\x0f\x12\x23\x1b\xb5\xcb\x9a\x03\x85\xdd\x5d\x95\x10\x25\x7e\xec\x4b\x65\x53\x89\x0c\xcb\x35\xec\x92\x65\x5d\x40\x5e\xa8\x0e\x4f\x2d\x7b\x40\x40\xe6\x31\xd4\xe8\x24\xcc\xa7\x52\xb4\x74\x78\x2e\xdb\x73\xc2\x89\x74\x32\x40\x1e\x34\x13\xe6\xe4\x3a\x4f\xb9\x92\xc5\xdd\xd9\xf8\xec\x77\x22\x45\x03\x1c\xc4\x0e\xf8\x6f\xe0\xd9\xf7\x05\x48\x6a\x13\xe1\xdf\xf4\x9d\x94\xdf\x2a\x63\xb3\x15\x64\x8d\xff\x16\xef\x60\xf6\x13\x99\x1e\x43\x76\x42\x80\x77\x68\x94\xd9\x04\xc2\xba\xa9\x6f\x2c\xca\x08\x34\xa2\xa2\x3f\x30\x7c\x76\xbf\x9c\xa6\x9d\x01\x1f\xd7\x54\xf5\x10\x72\x7a\x9b\x6e\x53\x24\x23\x47\x26\x92\x4f\x63\x70\xb3\x20\x30\xc5\x05\x3f\x80\x4c\x06\x5c\x3f\x4c\x2c\xb0\xaa\x5a\x65\x85\x42\x62\xc1\xf9\x38\x70\xb3\x89\x22\x3d\x04\x2a\x10\xa1\xe7\x80\x42\x89\xba\x58\x91\xfd\x19\x32\x14\xe2\x92\xb3\xaa\x1a\x8b\xab\x36\xa2\x1f\xd6\xc4\x1d\x8b\x0f\x4a\xa6\x23\xc7\xd2\x1e\x5d\x8e\x49\x74\x81\x11\x2c\xc9\x7a\x04\x5d\xe8\x7c\x24\x8b\x74\xe4\xc9\x79\xb2\xee\x07\x32\xc9\xe7\x6f\xb2\xe2\xb6\x07\xfb\x92\x9e\xa0\x8c\xfb\xc3\x87\x37\x6d\xd1\xd6\xef\xcb\x5e\xf3\x9f\x14\x93\xe2\xd5\xeb\xab\x0f\xaf\x5f\x5e\xdc\xbc\x7e\x25\xbe\xf7\x6a\x3f\x17\x08\xd2\xa5\xf0\xa9\x39\xdc\xbf\x0f\xcc\x3c\x1b\x3f\x7f\xe6\x4e\x30\xa4\x6f\x35\xc9\x4d\x66\x44\x49\xb1\xce\x78\x6c\x23\x08\xc6\xb3\xf1\xf3\x33\x7e\xed\xe0\x8e\x4d\x27\x90\xec\x11\x0f\x18\x35\xdb\x98\xa8\x20\x5b\x51\x80\x40\x06\xf7\x0c\x03\xcc\x73\x7d\xff\x2f\x4e\x03\x67\xf7\x44\x1f\x04\x4d\xb7\x51\xd0\x1a\xd0\xb1\x80\x56\x7f\x4a\xc6\x5f\x97\x4a\x4c\x06\x7f\x7a\xff\xfe\xfb\xb7\x17\x1f\xbe\x9f\x0c\x02\x55\xc3\x8c\x1b\xa4\x64\xbe\x0e\x91\x77\x45\x90\xfe\xb2\x28\x90\xe9\xbb\x1d\xcc\xe5\x82\xf0\x48\xb9\x89\x84\xf2\x63\x05\xd4\x1d\x6f\x5c\xff\x34\x33\x49\xa5\x36\x12\x30\x69\x4c\xbd\x52\xad\x8e\xbc\x7c\x20\x2d\xd6\x68\xe5\x58\x7e\xa0\x25\x77\x32\x0f\x05\xe6\x10\x3f\x0c\x3b\x89\xa4\x17\x3c\x7e\x0a\xcc\x6e\x6b\xc1\x73\xc6\xf5\x88\x6c\x1e\x68\x4f\x0d\x59\xa8\x5c\x49\x95\x81\x2d\xe3\xf3\x6a\x68\x09\x52\xcf\xd7\x1a\xc0\x9d\xad\x8d\xa0\x9e\x08\xcb\x13\x82\x78\x19\x0f\x74\x53\xb7\xa1\x86\x15\x3f\x99\x39\x35\xa4\x37\xae\xff\xc9\x2a\x71\x60\xab\xc4\x66\xed\xe2\x86\xb0\x40\x41\x2e\xc5\xeb\x1d\x65\x46\x3b\xde\x0a\x8c\x89\x44\x73\x77\xb0\x48\x0a\x31\x90\x83\xec\x95\x7d\x66\x2b\xd7\x59\xc1\x26\x03\xaf\x30\xd0\xa9\xa5\x28\xe8\x80\xad\xe4\x56\x0c\x74\x27\x4e\x6e\x6d\x09\xc8\x54\x6d\xb0\xac\xd4\x1d\xe8\x62\x48\x83\xc8\xb1\x04\xb7\x3e\x88\xce\xdd\xe2\xbf\xea\x63\xa2\x4a\xeb\x73\xaa\x7d\x08\x3b\x7f\xe4\xc4\x13\x65\x1a\x5f\xb4\x81\xb2\x3d\x94\x2c\x0a\x6c\xf3\x7b\xeb\xaf\x4a\xc8\xd7\x6e\xbf\x06\x6e\x28\x00\x8d\xaa\x28\x50\x8d\x81\xd6\xd3\x5a\x11\x70\x68\x46\x5a\xc8\xf1\x42\x15\xaa\x82\x98\xb6\x79\x76\x07\x4f\xe7\xd9\xdc\x2a\x55\xb0\x06\x72\x82\x49\x09\x4d\xe5\x85\xb1\x7c\x8b\x68\x2e\xc3\x0e\xb5\xa0\xe2\x85\x82\xca\x19\x7e\x73\xf6\xcc\x3b\x75\x5f\xbb\x21\xa8\x94\xb4\x05\xab\x17\x38\x40\x5f\xf8\x90\x66\x04\xaa\x85\x9f\x32\xd9\x73\x0a\xa5\xc0\x66\xd9\xd2\xc0\x30\x49\xaf\x46\xb9\x1e\xbc\xc1\x18\x87\x8f\xea\x00\x45\xf2\x35\x76\x9c\x24\xcb\xf7\xee\xd3\xf7\x19\xe7\x1d\xd3\x57\xdc\xce\x10\xb9\x43\xd5\xb2\xa1\x1c\x78\x30\x16\x54\x7e\xbc\x42\xe4\x7f\x77\x93\x85\xc9\xed\x5c\x16\xe8\x17\x06\x0c\xf9\xaa\x7c\xb8\x41\x17\x05\x57\xc7\xac\xb6\xe1\x67\x22\x06\xa6\x90\xa5\x59\x6a\x1b\x21\x10\x66\x45\xb4\x20\xbe\xbd\x3f\xc8\xac\xf1\xc0\x15\x1a\x79\xa9\xcf\x23\x4c\x21\xe2\x70\x3a\x14\x2c\xc1\x61\x45\x40\x0c\x0c\x10\x72\x6e\x09\xd7\x0c\x75\xc3\xd6\x62\x90\x52\xd9\xd0\xb2\x54\xa4\x40\x36\x6b\x19\x66\x15\x26\x47\x02\xb0\x95\xef\x78\x32\xe0\x29\x53\xd5\xf1\x26\xe5\x06\x9d\xc0\x03\xda\x22\xd2\x35\x70\x64\x27\x2c\x54\x75\x84\xd5\x06\x3b\x07\x07\x40\xc6\xd1\x00\x5e\xd9\x69\x6b\xd0\x6c\x90\x24\x0e\xd9\x30\x71\x13\x26\x85\x0d\x6e\xff\x06\x30\x46\xaf\x7e\x0b\x43\x8e\xbd\xdd\x6d\x0f\x58\xf0\x70\x69\x38\xab\x55\x96\xd8\xa0\xd6\x81\x0e\x49\x63\xf1\xb9\xf2\x6b\x5a\x37\x4c\x32\x69\x02\x32\xa8\x3b\x55\xad\xed\x32\x2b\x16\x4f\xd8\x3a\x8f\x6c\x96\xcd\xdb\x81\x0c\x07\xdc\x5a\xe8\xfb\x61\x5b\x0b\x06\xb8\xee\x30\xd0\x2e\x47\xce\xf4\x8f\xd9\xaa\x5e\x35\xec\x13\x78\x29\x0d\x59\xbf\xea\xaa\xa0\x42\x0a\x41\x9a\x76\x04\x17\x58\x2e\xaa\xfb\x2a\xf8\xc3\x9a\xc2\x20\x4e\x6d\xca\x04\x75\xca\xf9\xfc\x91\x1d\x26\x18\x45\x9d\xf8\x8e\x87\xac\xa3\x9f\x7a\xaa\x09\xf5\x79\xc1\xa0\xec\xd9\xeb\x36\x1b\x1d\x91\x33\x77\xfe\x2c\xa5\xc9\xe1\xdc\x91\xad\xe2\xdc\xd4\x3d\xdb\x17\x6c\x80\x90\x71\x24\x0d\xab\x72\x7a\x83\xe5\x31\xd6\x37\x46\x84\x15\xf7\xcb\x09\xd3\x31\x94\x71\x25\x90\x6e\x7e\x9b\xb7\xcf\xd1\xb0\x79\x96\x5b\x55\x21\x7c\x03\x10\x8c\x16\x90\x63\x43\xde\xc0\x4b\x93\xa8\x18\x14\x3d\x70\xa3\x8e\x7e\x0e\xac\xa7\x21\xfe\x34\xe1\x00\x1b\x57\x8f\xaa\x63\xbb\x1b\x64\x35\x53\x4b\xda\x0b\xb7\x2c\xb2\x5a\xd4\xa0\x88\xf8\x64\x44\x46\x76\xcc\x73\x1e\x4f\xb0\x7b\xfa\xd5\xbd\x9c\x0b\x7f\xa4\x82\xd8\xc1\x92\x4c\x6b\x02\x99\xe1\x02\xf7\xb1\xc8\xe5\xf5\x09\x69\x23\xab\x52\xef\x84\xb6\x91\xfd\x6c\xde\x22\xfa\x51\x89\x7f\x77\x2e\x7d\x1c\x57\x64\x67\xe6\x9d\xea\x33\x91\xfa\xb1\xf7\xda\x45\x33\x63\xc8\xd8\x4b\x71\x27\xfe\x86\x78\x79\x82\x0f\xdc\x88\x51\xd8\x86\x51\x0c\xd0\x03\x79\x2a\xb3\x53\xd0\x9a\x4c\xad\xd2\x5e\xc6\x0a\xda\x5b\xb0\x7c\xf2\x0c\x52\x4f\x47\x43\x80\xb3\xd1\x2b\x65\xb3\x95\x72\x73\x27\xf4\x7e\x77\x0b\x5b\xb2\x53\x10\x25\xdc\x8e\xaa\xc2\xd4\x95\xf2\x09\xd4\x44\xab\x19\x62\x0e\x57\x0d\xa7\x0c\x17\x13\xc4\x1e\x5f\xd3\x1b\xcc\x88\xc6\x87\xac\xaf\xa9\x36\x34\x49\xcf\xee\xc6\x63\xf7\xa8\x63\x1a\x05\x15\x36\x82\xb9\xdc\x1b\xda\x2f\xe7\x8d\xfb\x45\xac\x20\x68\x99\xf0\x1d\x45\x2e\x30\xdb\x2d\x34\x10\xdb\xc1\xee\xa5\x11\xbe\xdc\x3a\xb6\x76\x6b\xd2\x95\x65\x50\xc2\x97\xc6\x6d\x70\x42\x66\x9a\x28\xa5\xea\x50\x06\xbe\x66\x46\x17\x0b\x81\x78\xaa\xdd\xd1\x1a\x3a\xaa\x71\xcf\xbe\x01\xda\x08\x9d\x24\x75\xe5\x0f\x8c\xb4\x11\x36\x45\xb3\x02\x6d\x88\x18\x8e\xd9\x08\xf7\xe5\xf9\xf1\x4c\x2d\xb2\xa2\xa0\xf4\x82\x65\x66\xac\xae\xd6\x63\xd1\x1a\x9a\xe3\x0a\x6e\x6d\x9e\xb2\xce\xdc\xc6\xba\x43\xa3\x6b\xbb\x19\x04\x0c\x9f\x7b\xdd\xcf\xad\xdc\x69\xd8\x56\xba\x95\x70\x75\xd0\x7a\xe0\x11\xc3\x98\x11\xc0\xe6\x57\x6a\x21\xab\x14\xdc\x2d\x60\x36\x58\x0b\x99\xd8\xec\x2e\xb3\x6b\xc8\xfb\x2e\xf8\xaf\x3d\x8f\x23\x0c\xa0\xe7\x10\xa2\x58\xac\xab\x70\xcc\xa8\x5a\x0c\x79\x33\xd3\x16\xae\x3c\x6d\x87\x5d\xaa\x15\x12\x10\x63\x2b\x25\x21\xb7\x42\xa6\x69\xa8\x53\x82\x6d\x57\xfa\x0e\xb8\x50\x24\x28\x8b\x6b\x44\x5f\x68\x4b\xdf\x7d\xc6\x98\xcf\xb3\x37\x22\x88\x66\x8a\x69\xd5\xaf\x0b\xbb\x3d\x43\xa7\xdb\x9a\x00\x65\x74\x75\x3b\xcf\xf5\xfd\x28\x4b\x87\x42\x62\x92\xf6\x35\x39\x36\xac\x2f\xa1\xb0\xa1\x18\x4a\x60\x3e\x28\xaf\xbb\xf7\xfa\x82\xc0\x0e\x9e\xb2\x1c\x59\xa0\x9a\x23\xf1\x2c\xb5\x35\x16\xac\xb8\xe3\x93\xc6\xbb\x59\x49\x7f\xad\x81\x42\xde\x2a\xd2\x76\xcb\x51\xee\x84\x69\x11\x8d\x83\xd4\x68\x4c\x4d\x2a\x54\xa2\x8c\x91\x28\xb8\xd9\x0a\x9c\x00\xcd\xf1\xc9\x68\x24\x91\xbb\x2a\xf1\x92\xbf\xcf\x5a\x00\xb3\x84\x2f\x70\xb4\x59\xd7\x32\x1c\xda\xdc\x87\xfe\xc0\x71\xd9\x70\xba\x33\xf7\x7c\x95\x15\x10\xfa\xc5\x37\x35\xd4\x96\xa1\x14\x7e\x5a\x8f\x28\x6f\x09\xd6\xa9\xc2\x82\x4b\x9e\x12\x79\x17\xbc\x67\x60\x20\xde\x9e\x8b\x89\x07\x9e\xe8\xcf\x69\x9a\x47\xd0\x15\x1b\x00\x2b\x30\x2e\x2b\xf0\x28\x40\xa1\xe0\x45\xe4\xf1\x99\xe8\xba\x92\xa8\x1a\x7f\x1a\xec\xd3\x9f\x87\x0a\xe6\x41\x36\x20\x8a\x77\x03\x74\x6d\x8c\x5a\x5b\x04\xa7\x55\xc5\xb7\x82\xaf\x92\x80\x1e\x02\x44\x2d\xe9\xb2\xbd\x70\x75\x5c\xd3\xbe\x27\x07\x82\x1f\xf1\xa6\x82\x15\x5e\xcf\x43\x1d\x7c\x32\x89\xe4\x8e\xd1\x00\x59\xcb\x8c\xe8\xb9\xe6\x98\x7d\x40\x22\x1a\x5e\x04\xd8\xd1\xbb\x18\x5b\x12\xcf\x88\xbf\x3d\x4e\x1a\x39\xba\x28\xcb\x7c\x7d\x04\xc7\xe3\xe8\x07\xa0\x7b\x47\x1b\x39\x46\x3f\x9f\x80\xa1\x3b\xc1\xcc\xca\x15\x04\x3b\xdf\x13\x87\xf2\xab\x22\xee\x55\x85\xf8\x0e\xee\x5e\x91\x1e\x41\xc8\x21\x1c\x81\xe8\x78\x5d\x63\x35\x68\x64\x9f\xb5\xe3\x6e\x78\x9f\x11\x9b\xe3\x0f\xcc\x9e\xc4\x1a\x3e\xb7\x77\x60\xce\xdb\x2c\xa9\xf4\x0d\x2d\xeb\x46\x8a\xce\x8d\xa0\x38\x59\xa0\x3b\xf0\x13\x88\x5b\x2b\xd7\x02\x41\x3a\x05\x52\xb3\xb2\x52\x49\xd6\x9f\xd6\x17\x71\x55\xb7\xd5\x23\xd8\xd5\xcf\x62\x50\x21\x5a\x67\xdb\x34\x42\x2b\xc8\xf8\x6c\xc4\x16\x81\xd4\xcc\x20\xac\xfd\xf1\x45\x64\x16\xe4\x0a\x63\x51\x0e\x03\x44\xf0\x50\x5b\x3c\xfd\x7b\x70\x24\x47\x9b\xe5\x06\x8c\xc3\x8b\xf0\x90\x68\x40\x5d\x04\x98\x11\x08\x8a\x26\x00\x6a\x59\x22\x12\x8f\x17\x7b\x9b\x6c\x2a\x0a\x36\x9a\xad\x21\x9d\x15\xfc\x1d\x56\xeb\x1c\xb3\x35\xad\xa6\x7a\x72\xde\x22\x20\xab\x59\x66\x2b\xc7\x6e\x42\x24\xdc\x8d\x2f\x80\xa3\x2d\x1a\x11\x40\x9d\x85\x5a\x82\xde\xcb\x00\x2a\x01\x84\x03\xc1\xdd\x03\x05\x0d\x32\xc2\xbd\x12\xd2\xb2\x34\x9d\x9f\x9e\x86\x18\x6c\xb7\xc9\xa9\x4e\xcc\xa9\x5b\xcb\xd1\xa2\xce\x52\x75\x1a\xaf\xd1\xa7\x87\xf3\x0f\x07\x04\xb7\xd5\x5f\x69\xf1\xa6\x55\xfd\x87\x1a\xd3\x76\x47\xba\x4f\x28\x45\x3a\x8e\x73\xe0\x53\x2a\x67\x63\xb3\x62\x51\x67\x66\x19\x1d\x1e\xd8\x12\x30\xc0\x20\xf2\x78\x91\x86\x0a\x42\x8e\xbd\x04\x36\x49\x1f\x35\xbd\xba\x3a\xc8\x48\x6b\x84\xd0\xa9\xb2\xc5\xd2\xe9\xfb\xf7\x18\xae\xef\xcb\xf7\x65\x46\x2c\x34\xe1\xee\x91\x17\x34\xb3\x2c\xba\x67\x04\xf8\x0f\xa5\x02\x51\xae\xf4\xc0\xbf\xbd\x7e\x26\xa8\x0e\xa0\x8b\x1b\x26\xa8\xdd\x55\x7b\xd9\x6e\x82\x32\x5e\x20\xc1\x1d\xb3\x27\x0d\x14\x34\x45\x22\xce\xc1\xf2\x09\x4a\x22\xf3\x8d\x4b\x1f\x69\xd3\x4c\x22\xe3\xa8\xb9\x42\x2c\x65\x59\xaa\xc2\x8c\x28\x6f\x0e\x4a\x53\x08\xe9\x48\x90\x11\x46\x95\xb2\x82\xb9\x32\x21\x37\x4d\x43\x76\x23\x14\x06\xae\x11\x7f\xd2\x8f\x19\xb9\xff\x87\x6f\x5f\xbe\x78\xf1\xe2\x0f\x98\xf2\x2c\xd1\xb8\x9b\x15\xe2\x87\x9b\x97\x60\x24\xd9\x27\xf4\xe2\x5d\x9d\xe7\x5e\xeb\x7b\x7c\xef\xa1\x8f\x71\xfd\x7c\x7e\x35\x1c\x70\x36\xe2\x77\x7b\xe0\x35\xbf\x0b\x21\x64\x84\xd4\xec\x0b\x7d\x32\xbb\x67\x0b\x82\x46\xb0\xe4\x79\xed\x44\x51\x34\xcb\xb9\xdd\xa2\xad\xcc\x6c\x84\xc2\xda\xc2\xa1\xe5\xf5\x85\x3a\x9a\xde\xa7\xc9\xc3\x6c\x9e\xc4\xdc\x68\xe4\xf5\x6f\xd9\x3b\xe9\x4e\xcf\x52\x57\x56\x01\x3a\x6e\xd8\xa3\xfd\xb4\xbe\xce\x57\x36\x00\xb8\xb7\x07\xf2\xe1\xdb\x97\x02\x0e\x11\x5c\x3a\x49\x40\x9a\x4e\x59\x66\xfa\x12\xab\x16\x01\xf8\x97\xa0\xac\x9b\xd4\x80\xc8\x78\x6c\x35\x76\x2b\x20\xfd\x8a\x36\x10\x70\x83\x65\x95\xde\x71\x94\x75\xc8\x07\xd9\xdd\x02\x04\x12\xc7\xc5\x44\xf4\xd5\xd9\xda\x5b\xa8\x9a\xb1\x91\x60\x84\xfc\x58\xaa\xc4\xfa\xbb\xc8\x46\xb7\xe3\xc8\x37\x9a\xa1\xd4\x4e\x56\x8b\xa8\x20\xa5\x19\x7a\xbf\x0f\xd4\xb2\xe1\xaf\x39\x7a\x78\x12\xd9\xed\x60\x75\x38\xa4\x10\x26\x3e\x14\x1a\x7d\xd1\xaa\x8d\x3f\xec\x0d\xa3\x63\x71\xd1\xf0\x86\x75\x1a\xfa\x94\x27\xb0\x42\x0f\x1b\xcb\x34\xcb\x75\x72\xeb\xd6\xfa\x3d\x7f\xa6\xf7\x44\x91\xa5\xc6\x3b\xc4\xa3\xe0\x54\x8c\xcf\xc3\x2a\xac\xee\x5f\x8c\xb6\x0e\xa8\xa6\xd6\xd7\x62\x1d\x0a\x99\xdb\xa5\xae\x17\x4b\x91\x05\xce\xcc\x47\x52\xb4\x4b\x34\x53\x03\x5e\xe5\xb2\xca\xd0\x07\x82\x01\xa2\xd9\x4a\x35\x2a\x0c\x0d\x19\x9a\x11\xed\xf4\x14\xb2\x8b\x16\xc7\x52\xa7\x08\x5f\x86\x3d\x65\x85\x78\xf1\x8c\xef\x29\xee\xf2\xf7\xf5\xcc\x3d\x64\x03\xb6\x4c\xe0\x9c\x19\xca\x99\x8d\xce\x17\xdf\x57\x88\x2f\xc8\x16\x45\x88\x76\xe5\xd8\xce\x50\x0d\xaa\xd4\xe9\x58\x5c\x04\x03\x5b\xf8\x28\x3a\x3e\x1a\x1f\x45\xbf\xb0\x58\xca\x2a\xed\xfb\xc8\xf1\xf5\xe5\x77\xdf\x5f\xbe\x79\x73\xd2\xf9\x1c\xf2\x41\xf8\x4a\x92\x2b\x59\xd4\xe5\x90\xcd\x25\x34\x88\x40\x40\x2e\xae\x2e\xc1\xf9\xd5\x76\x1a\x50\xc9\x2a\x34\x01\x5a\x4c\x5e\x8c\x69\x16\xba\x3f\xdd\x30\xc1\x6f\xe3\x8f\x6b\xac\x73\x0c\x45\x5d\xd8\x2c\x87\x64\xab\x74\x95\x15\x19\xe4\x2a\x61\x55\x11\x52\xbf\x61\x17\x01\x31\x1f\x0c\xb7\xc1\x29\x61\x5b\x17\xad\x45\x1b\x53\x0f\x60\x0d\x87\xb0\x7b\xd9\x9b\x36\xda\xa5\x34\x74\x32\xc1\x8d\x4e\x44\x60\x1b\xcb\xda\x8f\x8c\x7c\xc9\x98\xc2\x83\x32\xb2\x40\x0d\x36\xa3\x89\xa3\xfa\xd7\x2d\x2f\x10\xdd\x1b\x7f\x8c\x2a\xb5\x70\xbb\xbb\x1e\x0b\x40\xae\x54\xde\xc4\xd5\x50\xd5\xa3\x9a\xeb\xa5\x2e\x90\x2e\x26\x7a\x55\xea\xc2\x9b\xff\xb9\x60\x32\x1f\x56\xec\x29\xb8\xd6\x01\x63\x9d\x22\x35\xba\x44\xa9\x05\x27\x60\xb0\xd2\x41\x96\x0f\xa1\x1f\xa8\xb6\x1f\x87\x66\xbb\x23\xc7\x8c\x90\x58\xeb\x03\x32\xe7\xf6\x4e\x98\xc4\xe8\x17\xab\xfa\x85\xed\xef\xa2\xa7\xb4\x64\xbe\x52\x74\x59\xa9\x79\xf6\x71\xe8\xe3\x6b\x1b\x71\x30\x5a\x70\xc7\x8e\xd0\x21\x0e\x24\x08\xd5\xef\xdf\xbd\xf9\x57\x71\xf9\x2d\xb4\x86\x5e\x91\x5b\x36\x2e\x01\x57\x51\x09\x31\x74\x9e\xa5\xba\x8f\x21\x39\x82\xde\xbc\xdd\x9d\xc9\x0c\x3a\x6b\x3c\x5f\xf6\x02\xbb\xf7\x7e\xc2\x6b\x21\x9b\xc0\xf3\x07\x02\x26\x35\xc0\x2a\x13\xbd\x9a\x41\xdc\x3b\x29\x69\x34\x01\x53\xcf\xe7\xd9\x47\x24\xc1\xbe\xd2\x0b\xbe\xbe\x24\x4e\x06\xda\x03\xd8\x4f\x90\x1e\x56\x75\xae\x0c\xb3\xb9\x30\xdf\x61\x9c\xc7\x61\xab\xba\x48\xe2\x5b\x9e\xab\x62\x11\x4a\x68\xe2\x57\x39\x4b\x18\xa6\x0a\x70\x09\x21\xbc\x8a\x86\xd7\x88\x45\x02\xfa\xd1\x59\xbe\xae\xef\x92\xb7\x09\x55\x1d\x24\x98\xa6\xeb\xe9\x7e\xf7\xfe\xc6\x7b\x4a\x01\x8b\x7f\x24\xb2\xc2\x58\x25\xd3\xa1\x97\x01\x29\x00\x9f\x9a\x3d\x7f\x76\x26\x5e\x52\xd0\xb4\xae\xc4\xef\x9e\x3d\xc3\xd5\xfc\xa0\xa4\xd1\x05\x39\x6d\xd9\x65\x40\xc9\x31\xc8\xbd\xe2\xe3\x92\xc4\x55\x57\xe6\x80\x6c\x4e\xec\x0a\xe5\xb2\x3c\xd7\xd6\x72\x8a\x4d\x1c\x5a\x81\x6a\xae\xd3\x92\xd7\xe2\x98\xcf\x6c\xbe\xee\x8a\x2e\x98\x95\xe3\xbb\xfd\xe0\xde\x18\x21\x1b\xc4\x42\x7b\x27\xb0\x94\x17\x60\x31\x4e\x7d\xdd\x75\xbe\x11\xad\xaa\x1f\x8f\x4c\x67\xb3\x54\xad\x4a\xbd\x31\x46\x9b\x36\xb3\xdf\x6c\x2e\xd0\x61\x9a\xf8\x54\x8d\x36\xbc\xae\x2f\x8e\xed\x7b\xe1\x23\x98\x2a\x03\x47\x0f\x70\x51\xf6\x0a\xe2\xde\x4f\x4a\xcf\x37\x20\x22\xbc\x45\x00\x04\x8a\xcb\xc1\x48\x29\x9f\xc8\xde\x0d\x9e\xb0\x5a\xe8\x6a\x21\x8b\xec\x27\x14\xd9\xdd\x86\x2e\x74\xe5\xfe\x3c\x36\x89\x2e\xc9\xf2\x01\x81\x29\x27\x91\x79\x43\x52\x51\xca\x90\xcf\x82\x21\x15\x65\x4e\x4e\x1b\x41\xf1\xf1\x39\x97\x47\x80\x92\x9b\x49\x4f\x5c\xe9\x4e\xdb\x08\x4d\xf5\x73\xcc\x22\xab\xd8\x82\xbb\xc3\x8f\x83\x20\xbb\x91\x0b\xa7\x59\xeb\x9a\x93\x12\x62\x28\x68\x1f\x07\x47\xdf\xc1\xcd\x75\x6c\x8f\x7a\x09\x66\x94\x95\x36\x4e\x0d\x01\x28\x41\x8e\xc9\x5d\xea\xda\xa8\x5b\xa5\xca\x8c\xeb\xa7\xa1\x95\xcd\xae\x4b\xf2\x63\xe0\x9d\x2c\x8e\x30\x7e\x11\x0b\x9b\x5a\x2c\x9a\x94\xaa\x0a\xe2\xda\x1b\xf9\x2e\x17\xc1\x6e\x4e\xbb\xcd\x5a\xd1\x11\xd6\x65\x1f\x52\xa0\x24\xee\x90\xff\x91\x18\x79\x40\x6d\xf6\x27\x5b\x96\x65\xbe\xc6\xfa\xc4\xe0\xd0\x99\x0c\x92\x6c\x94\xa4\x0c\x4d\xd1\x82\xc6\x36\x6c\x6e\x26\xd2\x10\x2a\x85\x93\x6b\xcb\x0f\x0f\x43\x78\x9a\x56\xb4\xc0\xeb\x1f\x07\x6f\xa4\xc7\xc9\xe7\x0e\x49\xd1\xcb\xc7\x81\x5a\x71\x2a\x0b\xd1\x57\x47\x8d\x01\x07\xda\xdb\xb8\xc6\xe2\xd2\x04\x3e\xd3\x2c\x3c\xe9\xad\x64\x91\x5a\x64\xf4\x2a\xae\xbe\x0d\x51\x2e\x80\xbf\x1d\xa2\x26\x74\xa4\xdc\xa8\x16\x65\x71\xa2\x77\x54\x48\x16\x6d\x6e\xb1\xe7\x6b\xec\xa9\x6c\x59\x65\x2b\x59\x65\x00\xf7\x45\x09\x50\xe0\xba\x25\xab\x96\x08\x74\x91\x28\x40\x23\x56\x37\xac\x6d\x6f\x78\xdd\x43\xaf\x72\x10\x1a\xcd\x6f\x60\xed\xfa\x48\xb1\x5f\xd4\xfe\xcd\x40\x9b\x62\xec\xbf\xc4\x5f\x68\x53\xa0\x5a\x6f\xd1\xdd\xb4\x08\xaa\x27\xb2\x4c\xb6\x81\x5e\xd0\x0d\x46\x45\x5b\x26\x83\xd0\x14\x23\x69\xe3\x47\xe4\x41\x4a\x64\xa1\x0b\x08\xfa\x69\x06\xee\x8f\xc5\x3b\x6d\x1b\xa6\x73\x4c\xa5\x08\xa2\x88\xd3\x89\x1d\x89\xc5\xc0\x9a\x68\x54\x23\xd1\x88\xff\x8e\xe4\x10\x94\xb4\xb5\x09\x81\x49\x2c\xaf\xa1\x75\xc0\xb1\x5b\x96\xf3\xa5\x78\xf5\xee\xfa\xff\x7d\x73\xf1\xa7\xd7\x6f\x0e\xb2\x77\x7e\x7c\xfd\x35\xa2\xee\x0b\x55\x7d\x50\x20\x33\xf6\x56\xa3\x6f\x01\x0a\x70\x15\x19\xa2\x95\x51\x9e\xd3\xe5\x5c\x5c\xbc\x79\xe3\xdb\xc5\x79\x99\x10\xbe\x01\x72\x2e\x69\x2a\x4d\xe5\x95\xd7\xa2\x55\x11\x27\x96\x86\x83\x0a\x11\x91\xea\x98\x14\x52\xc0\x07\x44\x1b\x81\xb2\x13\x2b\x16\xf0\x01\x8a\x45\xd5\x21\x45\x96\xdf\xf4\x91\x88\xe1\xc7\xc8\x5d\x0d\x2e\xed\x5a\xb1\x37\x38\xb8\xac\x43\xf6\xae\x2e\x54\xf0\x73\x86\x4e\x1e\x87\x0a\xbe\x6f\xec\xd8\x06\xbd\x27\x46\x93\xa9\xb3\x74\x7f\x34\x99\x9d\xa1\x4c\x17\x05\x67\x03\x46\x71\x9d\x11\xc0\x8c\xa5\x94\xcd\xc7\xce\x55\x7c\x1b\x65\x84\xbb\xeb\xe5\x04\xde\x55\x66\x10\xf7\xd0\xa7\xfb\x0d\x39\x6b\xc1\xf5\x09\xf9\x9f\x41\x6e\xc6\x38\x9d\xe0\x41\xd6\x45\xec\x9c\xd2\x55\x0f\xde\x98\x37\xd2\xbb\xbb\x0a\xf9\x91\xe4\xc0\x65\xc8\x98\x46\xd2\xfa\x7e\xf9\x91\x37\x58\x29\x3c\xd8\x80\xd1\x17\x8d\xe1\xb9\x51\xc8\xd7\xd6\x91\xed\x6b\xed\x7f\x60\x86\xe7\xaf\x2f\x33\xf3\xfa\xff\xfe\xcc\xcc\x21\xdc\xe8\xce\xcc\x7f\xb8\x7c\xc5\xbc\x8d\xc4\x1d\x47\x03\x33\xf2\xea\x21\x87\xa2\x74\xa7\xa6\xc3\x83\x7d\x4b\x41\x6c\x0d\x1a\x72\xd3\x96\xaf\x1b\xf8\x8b\x5e\x14\x69\x04\x21\xc6\xd6\x7b\xf6\xb0\xf8\x68\x44\xd7\xc3\xd5\x0f\x37\xb1\xe3\x6b\xdf\x93\xfb\x39\x22\x4b\x9d\xed\x57\x8a\x66\xcf\x78\x87\x1e\x39\x74\xdf\x28\x80\x26\xed\x7e\x94\x78\x89\xd6\x37\xb6\x45\x1b\x34\x5a\x06\x17\x84\x2a\xd0\x05\x50\xa0\xfa\x4a\xea\x53\xae\x2c\x80\x41\x30\x92\x3a\x58\xc6\xee\x8b\xe0\x3e\x07\x49\xad\xf1\x8b\x27\x34\x24\x0c\x78\x47\x33\x9e\x46\xb2\x11\xf9\xba\x74\x43\xf2\x50\xf8\xda\x53\x20\x65\x0d\x85\x01\x82\x59\x71\x96\x5b\xe8\x00\xb5\xa6\x1d\x80\x54\x51\x60\x1d\xe5\xc5\x90\xca\x80\xf7\xe8\xa1\x48\x55\xdd\xf0\x3f\xb4\xb7\xf5\x5e\x54\xf0\xdc\xc0\x32\xb3\xeb\xad\x07\x5e\x16\xab\x60\x0e\xc5\xc5\xbb\x57\x0c\x1e\x02\x52\x99\xb7\xb0\x4d\x06\xa1\x50\x1f\xf7\x13\x17\xc8\x8c\x82\x5d\xf1\xc5\x20\xa3\x74\x2c\xc3\xb7\x6a\x3d\x42\x2a\x80\x81\x15\xe8\x12\x20\x1f\x1f\x9f\x04\xf8\x03\xed\xaf\x8d\x90\x62\x28\xd4\x39\x16\x37\xba\x05\xd4\xe0\x5d\x3b\x98\xa5\x37\x41\x5f\xa4\x9a\x0c\x44\xe9\x18\xb9\x69\x84\x69\xbb\x11\x0e\x11\x0e\xf5\x3e\x33\x4a\x7c\xf3\xfc\xb9\x38\xfe\xa1\x20\xbf\x03\x78\xdd\x5e\x43\x8d\xf3\x93\xde\x6a\x97\xdd\x24\xde\x20\x70\x6d\x59\xdc\xd6\x0c\x41\x18\xf4\x01\xb0\xdb\x65\xb7\xfd\xea\x80\xb5\x8f\xc3\x57\x4e\x5a\xda\xa2\x14\xef\x1a\xe9\x61\xb4\xc1\x8d\x3c\xea\xa0\x9f\xdf\x97\xb2\x3f\x24\x54\xeb\x0a\x2b\x3e\x84\x58\x2c\xc6\xe4\xda\x44\x47\x7b\x5f\x40\x01\x04\x38\x29\xc0\x41\x75\x93\xc3\xd7\x41\xff\xb1\x4b\x11\xde\x06\x7e\x0c\xac\xd3\xc4\x52\xf1\x42\x59\x21\x81\xf9\x52\x41\xe6\x20\x1a\x46\x61\x63\x94\x94\xce\xa9\x2a\xb7\x85\xbe\x67\xd3\x4c\xaa\xac\xcc\x72\xc3\x1b\x70\xd7\x89\xc5\x7e\x2a\xa6\xf4\x54\x4c\xe9\xd7\x96\x9c\xb9\x07\x66\x9e\x2f\x0e\xfd\xc5\x70\xf3\x0e\xe2\x1b\x8e\x22\x46\x3f\x5d\x54\x8d\x3a\xd9\x5b\x80\xec\x25\x67\xbb\x80\x45\x37\xbe\x14\xc4\xca\x0e\xe0\x28\x3f\x42\xd4\xf3\x9c\x73\x62\xa3\xd5\x7b\x02\x1a\xfd\xfa\xd4\x6a\x03\xd0\x28\xe6\xcf\x06\x9d\x41\x26\xde\x7d\x1b\x32\x17\x5d\x9b\xc7\xb1\x82\xf5\x33\xe9\x27\x44\xd2\x27\x44\xd2\x5f\x10\x22\xe9\x1e\x62\xe5\x03\xa8\x32\x25\xf5\x6d\xa6\xc0\x94\x23\xed\xe3\x34\x9c\xd0\x98\xdd\x29\xb4\x93\x27\x95\xb2\x51\x94\x37\x24\xd0\x10\x61\x8a\xac\x5a\x57\x17\x37\x2f\xff\xec\x1d\x58\x33\x9d\xf6\xd4\x94\xfa\x4c\xe1\xda\x26\xcb\x3d\x90\xc1\xe2\x76\x1c\x35\xe2\x27\x06\x66\x61\xb0\x61\x83\x1f\xbf\x80\xba\x53\xde\xaa\x17\xbf\x09\x59\x14\xd2\x43\xf8\x49\x61\xea\x52\x55\x64\x3e\xc5\x3c\x1e\x6a\xfa\x24\x07\x7f\x71\xce\x92\x56\xeb\x0f\xf5\xa6\x6c\x69\x5a\x9f\x61\x1b\x45\xb6\x01\xc5\x12\x43\xa0\xb9\x03\xc2\xe9\x31\x60\x8a\xca\x0a\xb4\xa4\x83\xbb\x3d\x9a\x3a\x7e\x96\x42\x8b\xdd\xfd\x60\x80\x1e\x48\x13\x2e\x02\x9e\x29\xa3\x66\x50\x5c\xb0\x8f\x9a\x25\x53\x05\x65\x52\xdb\x00\x30\xc1\xa8\xf9\x1e\x40\x5e\x9d\x8b\x91\xb8\xc8\xf3\x73\x70\x28\xa6\xd5\x5a\x54\x75\x11\x0a\x0d\xa2\x75\x83\xba\x8b\xeb\x07\xed\x44\x89\xa7\x7c\xc2\xb7\x9b\xd2\xf3\xe2\xa7\xc8\xf6\xf0\xe6\x1b\xa3\x93\x0c\x2c\xad\xde\xe9\x25\x13\x8a\x01\x55\x60\x75\xf1\x69\xff\x2b\x79\x1b\xd2\xf6\x28\x63\x38\x06\xe8\x65\xdb\x1e\xa4\x2d\xa3\x1b\xac\x12\x67\xcf\xff\xd1\xb5\xad\x64\x02\xd8\x58\xb9\xe6\xc8\x08\x90\xef\x48\x5a\x10\x65\x95\x15\x18\xcd\x1d\xda\x0e\x31\xb5\x11\xeb\x17\xcf\xd6\xe1\x34\xea\x5c\x16\x8b\xb1\xae\x16\x40\x4c\xea\x22\x4b\x74\xaa\x4e\x7f\x73\x69\xae\x5c\x2f\xed\x00\x74\xef\xa8\x9d\x53\x11\x86\x75\x60\xb8\xc7\x90\x03\x8b\x47\xe7\x14\x9e\xa1\x23\xec\x04\x7c\xc4\x3e\xca\xcf\xbd\x59\xe8\x62\xe4\x43\x27\x92\x25\xd5\xed\x39\xfe\x67\xa3\x8b\x2b\xc4\xb4\x7b\xab\xaa\x85\xa2\x7f\x5f\x33\xe8\x7f\xf8\xf1\xa4\x3f\x73\x55\x57\x7d\xee\xf1\x6f\x35\x85\xd5\xfa\x04\x99\x09\x36\x9d\x0c\xc4\x45\x63\x0e\x60\x1b\x70\x14\x0d\x33\xba\xf8\xe8\x8e\x64\x02\xd3\x86\x28\x80\x3c\x4b\x10\x55\x0a\x83\x3a\xf4\x3d\xad\x28\x22\x5a\x95\x4a\x97\x39\x46\x66\x27\x0a\x21\x08\x83\xc3\x1d\x62\xc3\x7b\xa6\xef\x3f\xff\x54\x1d\xff\x17\x5c\x1d\xff\xaa\x82\xe0\xf5\x6c\x37\x73\x8d\x1b\xfa\xed\x9f\xd7\xf9\x3c\xcb\x73\x77\x58\x30\xc8\xd8\x97\x5a\x01\xd0\x38\xce\xf6\x47\xdb\xee\x50\x28\x9b\x8c\x4f\x20\x39\x5a\x56\x55\x86\x40\x38\xbb\x99\xe8\x6e\x2c\xdc\x46\x69\x47\x2b\xab\x85\xb2\xed\xb2\x60\x7b\xdb\x1b\x7b\x3b\xfb\xe1\xf2\xd5\xc1\xf1\x4e\x3f\x68\x6d\xaf\xa4\x5d\x6e\x5d\x76\xdf\x88\xe0\xdf\x21\xc8\x1f\xfe\x0e\xf8\x3b\xd2\x8a\x4a\x6b\xdb\xc8\x9c\x38\x17\x93\xc1\xe9\x52\xc9\xdc\x2e\x7f\x9a\x0c\x86\xee\x2f\xf7\xf1\xc9\x60\x97\xeb\x03\x3a\xef\xaa\xc8\x25\x0f\xb4\x39\x3c\x1a\x0a\x45\x97\x6f\x1a\xd8\x17\x2b\x65\x82\x37\xfe\x22\x4d\x2b\x65\xcc\x9f\xd6\xe8\x7a\x7f\x79\xf9\xea\xc3\xb6\x25\xde\xf8\x92\x58\xaa\xbc\x34\x31\x75\x68\x04\x1a\x44\x4e\x4e\x89\x2f\xfb\x98\x37\x8e\xe2\x73\x04\x77\xd8\xac\xd3\x16\x7a\x83\x4f\x84\x37\x56\xad\xaa\x2f\xbd\xbb\x13\xde\x1c\x0c\x07\x26\x1e\x78\x77\xcb\x92\xc6\xec\xbb\xe9\xa1\xf0\x7d\x60\xe9\x98\xb4\xc5\x76\xe3\x44\x16\x14\xf0\x89\xb6\x95\xcb\x2b\x44\x7b\x5c\xd4\x95\x12\x8c\x8d\xb8\xc7\xc4\x7b\xb9\x59\x73\xcc\x5d\x99\x98\xfa\x63\x99\x97\x23\xe5\x4d\x9d\x21\xf3\xc7\x10\x87\x18\x6d\x88\x4b\xaa\x81\x5c\x32\xd3\x77\x38\x31\xe2\xf1\x14\x30\x22\xc5\x52\x1b\x8b\x71\x8f\xfc\xaf\xf3\x52\x57\x76\xe8\x66\xa7\xdd\x1c\xe1\xcf\x83\xdf\x71\x2c\xec\xb7\xf5\xf4\xf9\xd2\x7f\x92\x63\xc2\x83\xc7\x3d\x91\x79\xee\x31\x82\x8b\x23\xcb\x2d\x90\x2d\xef\x5d\x41\xee\x49\x0b\x39\x38\x64\x6d\xda\x23\x92\x5d\xd7\x8b\x05\xa6\x26\xfe\xf9\xe6\xe6\x8a\xf7\xca\xb5\x0d\xe1\x13\x58\xb2\x63\x28\x9e\x89\xcc\x27\x3f\xed\x0c\x03\x7f\xf1\x1c\x93\x35\xc1\x17\xd3\xfd\x2e\x54\x2e\x71\x3a\x2e\x56\xc6\xe8\x91\xd7\x2b\xc8\x26\x18\x0b\x4c\xed\xc1\xbf\x60\x81\x71\xcb\x85\x93\x78\xf4\x7d\x81\x95\xa1\xa1\x27\xfc\x56\x5b\x52\xf6\xf2\x2e\x07\xa6\xc0\x17\x7d\x7a\x49\x6f\x7e\xb3\x13\x2f\x75\xb5\xc2\xd2\x7a\x6b\x3e\x4e\x04\x80\x8b\x47\x3b\x48\xf0\x61\xb0\x07\x00\x25\xc1\xab\xf5\x8a\x96\xed\x49\xe8\x3c\xb0\x99\x0f\x0a\x77\xf4\x65\x50\x2c\xeb\x95\x2c\x00\xbf\x0b\x48\x76\xf4\xd8\x27\xeb\x50\xe1\x1a\x0e\xf1\x63\x89\xb1\x97\x65\xfc\x17\x30\x28\x3a\x26\xef\x0e\x7d\xdf\x6a\x52\x07\x1b\xd7\xf3\x7e\xb9\x6e\xad\x22\x65\xf4\x13\xcc\x8f\xcc\xf2\xba\x52\x50\x27\xde\x2d\x7a\x88\x8f\xf5\x28\xd0\x18\x29\x1d\x87\xcb\xc4\x61\x3c\x11\xe2\xe2\x05\xa7\x25\x25\xb9\xac\xa8\xf6\x74\x81\xc4\x8e\x76\x14\x88\x9d\xd3\x8c\x3d\x20\xb5\xbe\x53\x55\x95\xa5\x8e\xc6\xf4\x0b\x04\x9e\x43\xf6\xf2\x45\x1d\x97\xe1\x83\x50\xeb\xf7\x50\xcb\xc8\xc9\xb7\xd7\x18\x57\x36\x19\x38\x0e\x1e\xcd\xf4\xd1\x0f\x80\x29\x55\x02\x21\x87\x34\xf8\xc3\x85\x89\x3d\xd4\x40\xdc\x24\x71\x7b\x1b\x86\xf1\xb5\x97\xb2\x36\x5b\x83\xbd\xa2\x66\x6c\x48\xa5\x1a\x4c\x8d\x03\x32\x43\x38\x53\x11\x55\x32\x9e\xe3\x5e\xc4\xe5\xab\x12\x69\x94\xa1\xf4\x8f\x3a\xb7\x59\x99\x2b\xb4\x99\xa1\xfe\xa0\x8a\x44\xd7\x05\xc0\xa3\xee\x16\x68\x80\x21\xf5\x4b\xb5\x84\x2c\xdb\x87\xb3\x06\x95\x94\x24\xe6\x42\xb9\x0b\x40\xb0\xdb\x12\x33\x62\x80\xff\x38\x2a\x0c\x10\x5a\xad\x22\x34\x6f\x65\x28\xa1\x9e\x6a\x84\xfc\x2a\xb5\xb1\xf3\xec\xa3\x60\x34\x17\xb4\x82\x10\x66\xac\xc5\x73\xe5\x04\x95\x0b\xa7\xf3\xe0\x24\x7f\x52\x95\x1e\x65\x45\xaa\x3e\x3a\x72\x2e\x7c\x12\xd2\x5a\xc8\xb2\x54\xb2\x6a\xc4\x87\x23\x9a\x4a\x5c\xe6\x12\x06\x6f\x18\x9d\x9d\x6c\x35\x4b\x89\xc8\xf7\xcd\x35\x1d\x8b\xf7\xc4\xab\x21\x5a\xf2\x35\x6a\x85\x50\x0f\x5c\x4c\x20\xd2\x67\x32\xa0\xe4\x03\x5c\x31\xff\x23\xeb\x28\x08\x5f\xe6\x97\x10\x5f\x04\xbd\xed\x2f\xcf\xfe\x6d\xbc\x47\x0f\x08\x48\x86\x83\xf7\x01\xf6\xd4\x45\x3f\xde\xd9\x67\xf1\x14\x04\x88\xa3\x3f\x60\x11\xc6\x22\x16\x5f\xbc\x43\x80\xb1\x50\xa4\x19\x65\x14\x17\x53\x41\x0a\xe3\x86\x22\x54\x9f\x4a\x98\x37\x0d\xea\x93\xe9\xef\xe3\x28\x27\xaf\x82\x58\xb9\x9d\x0e\x50\x43\x2e\xbe\x6b\x09\xd3\x31\xf3\x89\xce\x7c\x43\xf1\xb6\xbd\xbd\xf8\xd7\x08\xa4\x29\xd2\x19\xad\x66\x62\x12\xbf\xde\x43\x51\xa2\xba\x5b\x37\x90\x73\x0a\xbc\xc7\x5f\x70\x29\xae\xe3\xfa\x77\x5e\x7d\x01\x28\xd0\x70\x01\xbd\xcd\x1c\x80\x53\x1a\xd1\xf8\x04\x29\x14\x67\xf6\x51\x29\x16\xaf\xff\x7a\xe1\x94\xd1\xe3\xc0\x69\xed\x7b\x1f\xc6\x68\x51\x31\x76\x31\x00\x72\x72\x2b\x3e\x7b\x84\x77\x4c\x4e\x86\xa1\x4f\xea\xe3\x8f\xec\x51\x89\x0f\x28\xc0\x06\x7d\x1e\xa9\x03\x15\x9a\x65\x40\x2f\x2c\x99\x47\x5b\xd7\xa7\x1b\xe0\x22\xf2\xe2\x22\xdd\x0e\x09\x4d\xf1\x53\xa4\x54\xbc\x77\xd8\xa7\x4a\x89\x2a\x3d\x8e\xcb\x3e\x66\x54\xee\xb0\x03\xea\x64\xff\xf4\x11\x68\x33\xac\x79\x9b\x05\xf4\xcd\x9d\xa4\x96\x78\x92\x0f\x80\xc6\x77\x5f\x75\x4f\x0e\xf0\x51\xf1\xbe\xc0\x3c\xc1\x10\xe5\x8e\xfa\x19\xa4\xe6\xc7\x20\x0d\x8c\x7e\xe3\x3f\xe1\xd4\x97\xaf\xad\x0c\xf4\x47\x8e\x7a\x0c\xb2\xcf\x5e\x1f\x71\x7c\x1f\x0a\xce\x21\xfd\x41\xa0\x6d\xe8\x9e\xcc\x57\x68\xea\xf1\x48\x97\xfd\xde\x14\x48\x75\x87\xbc\xf5\x8d\xa8\x4f\x97\xf3\x90\xaa\x3e\x8c\x73\xe0\x3d\x0a\x54\x0c\xa8\xe1\x85\xee\x00\x19\x87\xa0\x73\xe9\x58\x5c\xbb\x1d\x25\x19\x07\xf5\x41\x74\x4b\xc6\xba\x1f\xa6\x05\xc9\x5b\x30\x9d\xcb\x1c\xec\x20\x16\x3c\x6c\xae\xd3\x51\x94\x06\x48\x1d\xd9\x26\x4b\xf3\x7d\x2e\xf5\x3d\xa2\x05\x59\x2d\xee\x65\x66\xfd\x28\xbd\x4f\xae\xd3\xfd\x9e\x86\x87\xdd\x61\xb9\x8c\x25\xbd\x69\x9b\x02\x14\xd4\x86\xad\xfa\x25\xa5\x6a\xc4\x34\x67\x6f\x89\xfa\xc6\x71\xe8\x6d\x3c\x14\x1a\x10\x9c\x9c\x9c\x51\x76\x56\xc7\x94\xc6\x7c\xf5\xe2\xea\x32\xce\x21\x8b\x90\xeb\x6d\x25\x0b\xe3\xf6\xc8\x88\x18\x27\xa5\x88\xeb\xb1\x97\x1e\xc6\x3d\xd1\x79\xbd\x2a\x10\x9e\xf4\x6f\x75\x96\xdc\x82\x5f\xf0\x2e\x53\xf7\xcd\xe4\xeb\x9d\x75\xef\xb1\xa3\x57\x81\x7e\xbb\xe7\xfa\xfe\x29\x98\xee\x4b\x18\x1b\xdb\x4b\xdf\x53\x86\xb7\xd5\x24\xaa\x36\x0c\x02\x0b\x36\x08\xf5\x76\xd8\x60\x87\x55\x3a\x1d\xbf\xc6\x43\x16\xca\x7f\x24\x2a\xcf\x8d\x28\x55\x25\x2a\x7d\xcf\xb8\x2f\x90\xe7\x1f\x64\xa3\xa8\x35\xf6\x1f\xf1\xf7\xc7\x91\x07\xe0\x16\xbd\x6c\xcd\xf6\x29\x84\xef\x29\x84\xef\x13\x2c\x6e\x8e\x7a\x75\xeb\x09\xeb\xfb\x50\xf1\x96\x42\x8f\x1b\x45\x83\x6d\x4b\x15\x3b\xf4\xe1\xfe\xa0\xef\x7b\xdd\xa0\x8f\x64\x40\xea\xbf\x50\x0f\x79\xd9\x0d\xf8\x61\x6c\xb2\xf3\xb9\x5d\x6c\xb3\xfd\x42\x84\x7c\xd8\xa3\x35\x12\x2d\x0a\x44\x0e\x37\xee\xa6\xb5\x71\xbd\x6c\x8e\x92\xfc\xa0\x89\x17\x85\x86\x8d\x31\x39\x7e\x97\xe9\x2a\xb3\xeb\x2e\xef\x6b\x8c\xbd\x3d\x95\xd8\x3c\x00\x24\x09\x6c\x1a\x62\xb3\xf9\x00\x20\x07\xdc\x5c\x36\xc5\x05\x81\x9c\xd6\x09\xe3\xf2\x20\xfd\x31\x0c\xd9\xfb\x52\x15\x4e\xa8\x00\x35\x96\x72\xcb\xab\xe0\x96\xa2\xef\x88\x0b\xc6\x8c\xa7\x26\x11\x72\x3a\xe4\xe8\xae\x4a\x0d\x3a\x66\xd0\xdb\x01\xba\x6b\x88\x40\x31\x29\x81\xf1\x82\xbc\x8c\x1d\x61\x54\x11\x38\x6d\x71\xe8\xc8\x67\x8e\xdc\x42\x1f\x45\x05\x05\x24\x01\x47\x11\xab\x46\x24\x93\x75\x8c\x3c\x47\xdb\x8a\x12\x24\xa4\x39\xba\x51\x1d\x61\xaf\x47\x58\xb0\xc6\x00\x7e\x66\xe1\x5d\xd9\x9c\x77\x8a\x79\x7a\xc8\x02\x4d\x53\x03\x71\x03\x71\x94\x5d\xc5\x84\x6b\x59\xcf\xc6\x89\x5e\x9d\xbe\xbf\xb8\x3c\xa5\x95\x1b\x51\x5c\x08\x85\x82\xcd\x72\x3d\x3b\x5d\x49\x63\x55\xc5\x45\x10\xcc\xe9\xf3\xf1\x33\x47\xad\x1c\x49\x1c\x61\xf4\xd7\x9c\x2a\xb6\xf7\xee\x60\xbf\xd6\x54\x30\x88\x5c\xfb\x7c\xc0\x03\xc6\xdf\xdb\x72\x30\xfc\xf1\xec\x46\x6b\xd0\x13\x86\xf5\x43\x99\x9f\xb8\x36\x71\xc2\x4a\xe5\x12\x22\x1c\xdd\x5e\x57\x56\xfa\x0a\x54\xfe\x94\x00\xde\x9f\x24\x60\x13\xf0\x44\x9b\xb1\x78\xa3\xef\x55\x45\x02\x01\xda\x3a\x21\x1d\x3f\x85\x72\x57\xcb\x6c\x81\x31\x90\xf8\xf9\xb1\x78\x49\x62\x69\x8c\xe6\xcd\x55\xc0\xb3\x02\x8b\x9f\x28\x4e\x40\x37\x89\x2a\x64\x95\x69\x13\xa9\x58\x58\x81\x45\x76\x7a\xde\x4f\xa1\xb1\xbd\x65\x20\x2c\x15\x80\x90\x45\xf3\xb6\x04\x3a\xde\xbe\x2f\x43\x61\xea\x04\x2a\xc2\xe0\xc4\x87\xbc\xa4\x43\x3a\xec\x60\xe2\x21\xf1\xea\x2b\x1c\xb1\xcf\x33\x0f\x02\xc1\xdc\x23\xec\x3a\x6e\x87\x65\x98\x3c\xce\x93\x14\x5e\xed\xe9\xe0\xf6\x26\xb2\x95\x33\xfb\x14\xbc\xf0\x85\x92\x73\xd0\x34\x88\x49\x05\x3d\x49\x3a\xf1\x63\x91\xaa\x04\xbc\x3e\x5c\x61\xce\x6a\xef\x07\xc1\xf4\x1d\x6c\x26\xc1\xf2\x80\x65\x6f\x2d\x5f\x0f\x59\xc5\xfc\xd9\x57\xf6\x71\x94\x66\x32\x78\xa7\x0b\x35\x19\x34\x8a\xcb\xf9\x82\x68\x43\x32\xc0\x50\x53\x1c\x4a\xab\x31\x78\x18\x6a\x0f\xb9\x04\x22\x81\xa3\xf9\x64\x91\x8d\xdf\xe7\xc4\x89\xc9\x40\x1c\x93\x49\x57\xd6\xb9\x3d\xe9\xf4\xd7\xc9\xfa\x63\xd9\xa1\x3f\x5b\x17\x6c\x7f\x59\xe1\xb3\xfb\xef\xce\x66\xca\xca\x33\x36\x8b\x80\x58\x87\x3b\x0a\xfa\x3c\x18\x28\x9f\x2a\x6f\xfe\x82\x83\x61\xbd\x3c\xbb\x8b\xda\x7d\xd0\xf7\x9e\x87\xa6\xd9\x5d\x96\xd6\x4e\x12\x72\x3f\x16\x68\xdf\xd9\x2d\x69\x82\x7e\xdd\x13\xb4\x07\x3f\x77\x15\x7c\xd0\xc6\xd9\x93\x21\xdd\x3f\x53\x0f\x86\xd1\x55\xbe\xc9\x09\xc0\x94\x88\x63\xe8\x71\x95\xcc\xd0\xf3\xe9\xe3\x79\xae\xa5\xfd\xfd\x37\x58\x32\xcc\xfe\xfe\x9b\x93\xa1\xa0\x20\x6d\x33\xc4\x0a\x6b\x50\x8d\x03\x04\x3c\x40\x3c\xd5\x8e\xc9\xe7\x39\xb2\x33\x2f\x1b\x36\x9c\xae\x9d\xe1\x90\xfc\x17\x79\x22\x20\xc2\xc8\xcf\x6f\x8f\xf8\x50\x4e\x23\x42\xe8\x86\x74\xb3\x1d\xc4\x47\x28\xb3\x01\x24\x96\x55\x43\xd8\x89\x84\xdd\xf2\x58\x8e\x95\xca\xd5\x9d\x2c\x2c\x8d\x14\x05\xaf\xda\x10\xd4\x92\x01\x61\x86\x3b\xc6\x18\x77\x62\x01\x95\xbe\x1f\x72\x19\xcd\x40\x41\x86\xa1\x6e\xe6\x4c\x05\x5c\x45\xd7\x06\xd8\xa1\xae\x6d\x59\xdb\xa8\x94\x10\x3b\x99\xfc\x67\x04\x0b\x23\x47\x2f\xb5\xdb\x04\xab\xd2\xa3\x21\x8d\xce\x8f\x3c\x64\xb9\xb4\x0b\xa4\x38\xf1\xb8\xaa\x0b\x0c\xbf\x82\xf7\x41\x41\x02\xd0\xcf\x22\xc8\x4f\x90\x86\x71\x97\x99\x1a\xdc\x77\x1d\x11\xea\x11\x54\xdb\x97\x3c\x41\xd8\x4a\xbd\x81\x05\x45\x5e\x5b\xaf\xe9\x35\xbd\x1f\x5b\x1d\x87\x31\x63\xf2\x55\x05\xa3\x24\x53\x62\x6d\xa5\xce\xb3\x64\xcd\x25\xe4\xa1\x67\x26\xa9\xa8\x2b\x8a\xcb\xb9\x67\x54\xc3\x16\x44\x30\xbb\xf2\xe6\x31\x7f\x82\x26\xbc\xed\x11\xa7\x69\x46\x13\xb4\x20\xae\xbd\x44\x4f\x0e\xf7\x08\x2f\x86\xca\x1a\xcc\x77\xf2\x30\xbe\xe0\x51\xb7\xc1\x36\xf3\x72\xa9\xa8\xb8\x9a\x57\x89\xd1\x6b\x85\xa5\x56\x7e\xec\x2d\x89\x49\xce\x83\x52\x56\xc6\x2b\x6d\x2b\x95\x66\xd2\x3b\x42\xa3\xc6\xfd\xd6\x41\x55\x24\xb9\xa6\x3a\xa0\xc6\x62\xc9\x45\x58\x21\xa8\x0b\x08\x51\x16\x70\x1d\x86\x94\x2f\xc4\x0b\x07\x4f\x54\x91\xe8\x34\x94\xcf\x7d\x70\x20\x60\x55\x17\x50\x4d\xe0\x83\xbc\x87\xf0\x48\x83\x67\xee\x53\xcd\x2a\xdd\xf3\xbb\x99\xa5\xf4\x7e\xfa\x61\x16\x92\xc6\x97\xf6\x60\x46\xbe\x31\x63\x80\x10\x95\x80\x04\xc6\x95\xac\x6e\x3d\x48\x77\xef\xbd\xd9\xc5\xab\xc8\x1c\x42\xd1\x4e\x1d\x9e\xb5\x31\x6c\xe3\xcf\x4d\x05\x96\xda\xc5\x30\xd6\xde\x31\x0d\x17\x17\xaa\xae\x83\x83\x23\xdb\x18\x0d\xb8\x29\x1e\xe3\x78\x56\x65\x6a\x7e\xc2\x51\x19\xe1\xab\x14\x4e\x1a\x14\x67\x5a\xaa\x23\xb3\xd7\xf7\xf6\x8b\x4f\xf3\xbd\x0e\x01\xd8\x51\xcf\xc5\x0d\x40\x08\x7d\x2b\x73\xa3\x86\xe2\x87\xe2\xb6\xd0\xf7\xfd\x1f\xe8\x57\x46\x6f\xe8\x96\xb9\x6d\xf4\x9d\xf7\x70\x0c\x1f\x44\x12\x31\x8a\x78\x81\x5b\xd5\x8d\x49\x0d\xd2\xf7\x31\xfc\x22\x70\x0b\x47\x34\x1d\x61\x65\x86\xc1\x38\xd6\x31\x04\xfb\x66\xae\x41\x31\x4b\x88\x6c\xae\xef\x23\xd8\x43\xae\xaf\x15\xa3\xa1\x2e\x75\xe1\x38\x59\xb1\x8e\xf9\xea\xac\xb6\x91\x82\x1f\xd5\x1d\xc6\x12\x51\xbe\x76\x22\x1e\x95\xa5\x2c\xd2\x9c\xc9\x75\xe8\xe5\xf0\x4a\xf0\x8e\x22\x72\x5c\x3f\x4e\x8a\xfb\x4a\x96\xa5\x72\xea\x3e\xe0\xaf\x03\x09\xc0\x52\x72\x60\xb1\xa2\xda\xd4\x4e\x37\xaa\x2a\x2c\xbf\x51\x99\xa5\xcc\x29\x79\xef\x5f\x2f\xde\xbe\x81\xa5\x76\xd4\x6f\x2c\xc4\xbf\x60\x6f\xb8\x7e\x3e\x89\x19\x74\x7d\x40\x01\xc2\x63\x37\x87\x44\x4c\xa8\x69\xb6\xd4\x69\x54\xcb\x1a\x2c\x70\xa5\x4c\x6e\xdd\x7d\xd3\xf3\xb9\xaa\x7a\x96\xe6\xf0\x15\xeb\x1a\x75\x84\xb6\x2d\x59\x54\x5c\x0b\x2b\xc0\xf9\x14\xd2\x26\x46\xaf\x6b\x8b\x70\xbc\x0d\x44\xe3\xb2\xd2\x56\xcf\xea\x39\x2f\xa2\x5b\xc5\xd3\xba\x88\xfe\x62\x80\xc2\x00\x4b\xe8\x5d\xa4\x31\x2b\x6e\x64\x90\xdc\x40\xf9\x99\x57\x18\x01\x04\xd5\x46\x0b\xf1\x9d\xa6\x01\xee\xf4\x90\x52\x70\x00\x20\xc5\x15\xba\x87\x4c\xe2\xcf\x5d\x7c\x2d\x5d\x8c\x0a\xb5\x40\xa3\xdb\xbc\x42\xcf\xbc\x61\x6f\x30\xd4\x1e\x94\x56\xc0\xcb\xf8\x97\x13\xf5\xf2\x1a\xe9\xc1\x3b\x7e\x91\x9e\x51\x16\x31\xd0\xfa\xd0\x17\xc4\x18\x60\xa9\x17\x00\x44\x2d\xe2\x4f\x42\xcf\x4d\xd0\x78\xa8\x77\x3f\xd7\xd5\xbd\xac\x52\x46\x84\x1c\x0b\x06\x1b\x06\x95\xf1\x99\xdb\x9d\x3f\xfc\xe1\x0f\x43\xfa\x1f\xca\x56\x26\xbb\x6b\x16\x66\x27\xc2\xc1\x06\x3d\xc8\xe3\xa5\x0a\x8a\xcd\xb4\x28\x50\xdf\x3f\xee\x9b\x0a\x61\x36\xc5\x6e\x7c\x08\x54\x8d\x83\x35\xf4\x5c\xfc\x70\xf3\x12\x6f\x84\xc9\x8a\x44\x89\x1f\x8a\xec\xa3\x50\xa5\x4e\x96\xe2\xec\x0f\xff\xf0\x6c\xf4\xec\x6c\xf4\xec\xec\xe6\xd9\xb3\x73\xf8\xff\xff\xab\x3d\xd3\x67\xf0\xbc\xd1\x84\x26\xff\x87\xd1\xd9\xf3\xd1\x8b\xb3\x9b\xe7\x2f\xce\x7f\xf7\x87\xf3\xdf\xfd\xe1\x7f\x45\xab\xb0\x0f\xb4\xff\x67\x92\xa6\x75\xa9\x76\x15\x87\xe4\x36\x91\x3f\xb8\xa9\xb4\xfa\xf8\x01\x86\x44\xf0\x09\xec\x90\xcc\x8e\x98\x0e\x58\xf1\x0f\x95\xc7\xae\xfd\xa1\x47\x20\x04\xb1\xd5\x1a\xe8\x90\x4c\x70\xbe\x40\xee\x35\x57\x7c\x8c\xb0\xf4\x83\xc1\xce\x5d\x6e\x5f\xb0\x92\xd8\x41\x56\xe4\x8e\xa3\xf3\x5c\x9e\x4c\x86\x4f\xe8\x63\xff\x45\x0d\x54\x0d\xf4\x91\x6d\xf7\xbe\xd1\xb0\x1f\x0b\x05\x16\xa7\x07\x0b\xe5\x22\xcf\x7d\x6d\x87\xa2\x89\x77\x12\xea\x0b\x63\x01\x20\xda\x3c\xd7\x2e\x46\x50\x79\xba\xa0\x4f\xb0\x28\x4f\xb0\x28\xbf\x3e\x58\x94\x27\xca\xff\xcb\xa5\xfc\xff\xe2\xe8\xeb\x6b\xf7\xb1\x6d\x64\x1f\x1a\xc4\xaa\xbd\x8f\xc0\x55\x77\xa4\x51\x49\xac\x61\x10\x45\x90\xef\x69\xfd\xa1\x67\x1d\xb5\x66\x93\x11\xf7\x3d\x97\xdf\x38\x9f\x14\xe2\xb7\xe2\x72\x0e\x02\x9c\x3b\x35\x17\x69\x8a\x92\xde\x5b\xaa\x71\x70\x8e\xd1\x84\xea\x9e\x4c\x0e\x0d\x61\x72\xfc\xff\xb1\xf7\x2e\xcc\x6d\xdc\xd8\x82\xf0\x5f\x41\x71\xeb\x96\xed\x14\x45\xcb\xce\x78\xf6\xc6\xb7\xa6\xbe\x52\x64\x3b\xd1\xc6\x0f\x8d\x24\x27\x77\x77\x34\x35\x03\x76\x83\x24\xa2\x66\xa3\x07\x40\x4b\x66\x6e\xe5\xbf\x7f\x85\x73\xf0\xea\x6e\x34\xd9\x94\x48\xc7\xc9\xf0\x6e\xed\xc4\x22\x1e\x8d\xc7\x39\x07\xe7\x7d\xda\xc3\x5f\x61\x7e\xea\x97\xde\x59\xbc\xcd\x7d\xf2\x25\x68\x2a\x35\x2b\x7c\xed\x43\x57\x67\xb0\x33\xd9\x6b\x43\x9e\x5e\x92\xaf\x42\x18\xbe\x21\x6f\xcb\x25\xc8\x9a\xff\x65\x35\x1a\x68\x68\x5f\x42\x21\xac\x1b\x23\x6b\x95\x0a\xe2\xa1\x7a\x45\x98\x1d\xa8\x2a\x83\x62\xe8\x01\x7e\xcd\x0f\x52\x45\x82\x31\xf3\x8b\xc9\xec\xb9\x09\x4a\x0f\xa9\x3d\x0f\xa9\x3d\x0f\xa9\x3d\x0f\x7e\xc1\x7f\xdc\xd4\x9e\x49\x62\xbe\x2e\x75\x54\xd4\xcf\x15\x85\x45\xed\x7b\x91\x63\xa6\x0f\x85\xf9\x2e\x31\xef\x47\x5c\x7c\x09\x4b\xac\x5c\x09\xd0\x82\x1a\x58\x1e\xe3\xcb\x47\xad\x5a\x2f\x38\x61\x36\x3e\x42\x15\x68\x7d\xd0\x76\x5d\x92\x95\xa8\xa5\x9f\x7a\x1c\xd3\x55\x50\x01\x21\xad\xfb\xe0\x15\x50\xd0\xdd\x93\x43\xec\x33\x21\xff\x57\xd4\x28\x6f\xba\x6a\x88\x58\xa7\x98\x49\xec\x7f\x4b\x25\x17\xb5\x22\x55\x51\xcf\x39\x9a\xcd\x71\xf1\x4f\x9f\x92\x33\x37\x97\x55\x84\xbf\xc4\x95\xbd\x5b\x9d\x9c\x9f\xd9\xcf\x5a\xe5\xf3\xff\x5c\x97\xd7\xda\x9d\xaf\xd7\x99\xfd\xf3\x67\x25\xca\x97\xd7\xa3\x31\x2a\xa0\xae\x47\xff\x34\xdd\xde\xad\xce\xf1\x5b\xae\xbf\x9d\xca\xf5\x5e\xda\x76\xe8\xfe\x2b\x7e\x12\x7f\x39\x69\x7c\xee\x04\xa5\x65\x47\x80\xdc\x70\x8a\x3f\xe3\x68\xbb\x91\xd7\x9f\x3e\xcb\x46\x1a\x77\xb9\xc7\xed\x7c\x40\x43\xf5\x1d\x97\x68\xfb\x45\x8b\x2f\xc8\x70\x85\x10\x37\x10\x08\xa9\x17\x68\x38\xbe\x41\xf8\x7b\x89\x1f\xb9\x06\x72\x7e\x3d\x7a\x79\x3d\x8a\x36\x7f\x3d\x1a\x63\x63\x78\xec\xa1\xcb\xed\x33\xdf\x12\x76\xe1\x66\x8a\xe7\xb2\xfb\x71\xbd\x75\xb4\xec\x97\xd7\xa3\x99\x10\xb6\xe5\xd7\xb1\xdd\xc4\xa5\xc0\x28\xe3\x05\xad\x2a\x56\xaa\xff\x8f\xbc\x62\x98\xe6\x07\x42\xde\x21\x0c\xd7\xec\xdf\xf0\xb8\x2b\xba\x84\x6a\xf2\xde\x3a\xe1\x42\xa1\xc1\x0a\xe1\x92\xf6\x80\x71\xa2\x81\x2f\xf1\xed\x1a\x59\x11\xaa\x9f\xc1\xcc\x20\x25\xd3\x3b\x6b\x41\xc7\xda\x82\x5a\x48\x96\xa3\xa1\x04\x8c\x17\xa5\x81\x14\xac\xdd\x6c\x18\xeb\x4f\x06\x40\x18\x18\x5c\xc0\x25\xa4\x5a\x91\xc7\x35\x48\xdd\x86\xb0\x20\xaf\x62\x8e\xed\x49\xa8\xee\xdf\x41\x44\x33\x93\x85\x14\x07\x87\x8f\x94\x2b\xf5\x02\x34\x08\xeb\x3b\x87\xd9\xc8\xac\x2e\xad\x05\x82\x97\x4a\x53\xc8\x13\x88\xa4\x03\x2e\x1b\x57\x19\x20\x00\x77\x61\x48\x41\x0c\x89\x63\xa2\x6b\x09\x5c\x21\xd7\x61\x79\xce\x8a\xe6\xcc\x9a\xab\xca\xc5\x62\x6b\x21\x7d\x67\xe8\xea\xce\xf0\xf1\xd5\x87\x57\x1f\x5e\xba\x4a\xf9\x19\x55\xcc\x9a\x16\x75\xa3\xde\x38\xb2\x75\x35\x5a\x6c\xdd\xc4\x1e\x47\xac\x25\xb7\x5d\x86\x30\x73\x55\xd1\xec\x0a\x58\x3e\x79\xf2\xe0\x24\xc8\x6d\x3c\x1e\xa4\xe8\xe7\x86\x05\x05\xef\xec\x29\xd4\x19\x25\x5a\x54\xa4\x30\x2f\x6a\x28\xe9\x6b\x2b\x73\x57\x4c\x92\x3b\x0a\xbe\x4c\x60\xed\xd2\x16\x3e\xac\xbe\x9d\x07\xaa\x8c\xa7\x10\x61\xa3\xa3\x3f\x77\xcc\x20\x6b\x8a\x0c\x11\xf3\x7f\x1d\x4a\x44\x48\x92\x18\x41\xe7\xc9\x64\x42\x9e\x3e\xb5\x22\x17\x6a\x20\x0d\xc5\x31\x40\x44\x1e\x8b\xe9\xcf\xe4\xab\xee\x07\x9f\x90\x4b\xa6\xbf\x93\xa2\xae\x2c\xe2\x1b\xc6\xee\xf1\xfc\xf6\x86\x7c\x65\x1e\xda\xdb\x67\x93\x76\xe3\x13\xf2\x3f\xc4\x36\xa1\x6e\xd3\xad\xcd\x7c\x62\x3c\xbf\xbd\x79\x42\x7e\xfd\x2f\xd2\x99\xf2\x09\xf9\xaa\xfd\x1b\x3c\x91\xd1\xb1\x7b\xf5\x2a\x00\x15\xa4\x6f\x03\x6e\x85\xb3\x32\x63\xf8\x90\x19\x06\xd1\x1e\x35\xea\xcc\x0a\x5f\x18\xdf\x4c\xe0\xec\xb5\x2e\x21\x00\x1e\xbe\x01\xb7\x10\x1c\xed\x8b\xa3\x6f\xad\x66\xed\xd5\xed\x3c\x54\x51\xd1\xc2\x8d\xb5\x7a\x69\x8b\x3e\xce\x4d\xa5\xe2\x51\x75\x53\xbd\x68\xa0\x9d\xb2\xc4\x0d\x4b\x22\x1e\xe9\x85\x14\xf5\x7c\xd1\x4c\xec\xe7\x78\x9a\x9c\xd1\x22\x1c\x52\x50\x67\x5b\x26\x9c\x02\x7f\x70\xc4\xcb\x09\x69\x22\xb0\x8a\xcd\xa2\x8e\x5c\x19\xf2\xe1\x2f\x76\xc6\x28\x18\xab\x8e\x8e\xc0\x6b\x6a\x1c\x7c\xb3\x98\xce\x26\xc1\x53\xd8\x60\xbe\xb5\x79\xd6\x9a\xea\x41\x7e\x35\x17\xf4\x6e\x34\x1e\x9d\xa2\xe7\xf2\xeb\x32\x13\x39\x9a\xe5\xed\x2f\x66\x0d\x5d\x89\xb6\xdd\xbd\x73\xc6\xad\x0e\x60\x54\x77\xff\x76\xe7\x85\xee\x55\xe4\xd1\x05\xbd\x7b\x44\x90\x55\xff\x58\x86\xb2\xf7\x98\x2d\xb8\x14\x7e\x60\x52\x37\x18\x2f\xb3\x6f\x15\xa0\x67\x21\x98\xc9\x31\xb2\xbb\xa3\xc3\x82\x5f\x8e\x7f\x0e\x71\x45\xa9\xc5\x44\xf3\x81\x8b\x44\x6a\x41\xe6\x3c\x53\x6c\x30\x92\x69\xe0\x7b\xf1\xed\x40\x0f\x97\xf8\x15\x76\xf4\x1c\xe3\xd3\x5d\x05\x6e\xf0\x9e\x42\x6d\x19\xba\x4f\x79\xee\xd3\x66\x04\x31\x12\x8e\xd2\x40\x19\x8b\x15\x78\x82\x02\xdf\x12\xfc\x58\x72\x51\x32\x07\x98\xe6\x22\x30\xed\x1d\xf8\x30\x50\xd4\x7b\x73\x23\x16\x02\x68\x23\x82\x63\x19\xc3\x75\xce\x1a\xd3\x95\x06\x3f\x8d\xcf\x84\xde\xb5\xe6\xc5\x53\x5e\x6a\xa5\xe5\xe4\xac\xd4\x1f\xe4\x25\xce\xb4\x06\xcd\xa3\x6e\x36\xe4\x1d\x4a\x07\xb8\x12\xae\x70\x13\x18\x80\xf4\xf5\x73\xd2\x08\x0e\x23\x60\xb1\x00\xb8\xe0\x25\xb2\x05\x42\xa2\x77\x4c\xe4\xdd\x81\x85\xd3\x63\x7f\x8f\xb1\x39\xc7\x4a\x8a\xbc\xce\x98\x22\x48\x7b\x55\xbd\x64\xae\xb8\x6c\x69\xd5\x78\x2e\x27\x90\x25\x40\x2b\x51\x83\x48\x44\x6f\x19\xba\xd7\xda\xf4\xb9\x63\xe7\xa1\x88\x28\xed\x57\x4e\x33\xb8\x3f\x6b\x03\x10\x2e\xe2\x69\xed\x75\xf1\x52\x1f\x09\x79\x14\x2e\x66\xab\xd3\x77\x76\xf3\xb3\x72\x26\xd6\x1f\xf9\x4c\x04\xfd\x8b\x1d\x05\xe7\x1f\x87\x60\x2c\xc4\x1d\xb9\x63\x8f\x8a\x82\xdc\xd9\x0a\x07\x39\x57\x2e\x39\x87\x75\x2a\x1e\xec\x16\xb8\xa4\x3f\x0b\x39\x1a\x8f\x96\xbc\x84\xff\xce\xb9\x0e\xc9\x96\xe7\x5c\x9f\x8a\xe5\x92\x6b\xfc\xf7\x95\x64\xec\x52\x53\xcd\x46\xe3\xd1\xb4\xe6\x45\xfe\x0a\xff\x3d\x17\x61\x88\xc1\x4b\x5e\x80\xa7\x44\x55\x50\x6d\xd6\xd1\x25\x7f\x61\x70\x0a\xe6\xfd\x14\xa9\xc6\xb0\xa4\x9e\xd6\xb0\xc8\x9e\x0e\xeb\xd0\x2d\xec\x24\xd5\x8a\x67\x95\x6c\x81\xd3\x4b\xb5\xf8\x43\xb8\x17\x12\x63\xbe\x88\xa0\x78\xa0\x75\xce\xf5\xd3\xdb\x67\x93\x81\x56\x84\x8c\x56\xe8\xa5\x01\x4c\xe4\xa2\x99\xf3\x2d\xae\xc6\x1c\xf4\x7b\xde\x89\x04\xbe\x45\x0a\x31\xdf\x04\x42\xc0\x98\x8e\xc6\x23\x18\x70\xf6\x0a\x9d\x4c\xe7\xcc\xf6\x62\x4a\x7f\xbc\x38\x1b\x8d\x47\xb7\x4c\x4e\x47\xe3\x51\xad\x98\x4c\xa8\x78\x4b\x97\x81\x2d\x95\x50\x38\x34\xda\x88\x8d\xba\x54\xce\x03\x25\x27\x37\x6c\xe5\x6c\x70\xb4\x72\x02\x08\x92\xfa\xd2\xee\xc2\x5a\x4e\xa2\x48\x45\x9b\xd2\x0a\x55\x0e\x46\xb6\xb9\x15\x37\x21\xce\xd8\x39\xcd\x98\xf3\x87\xb8\xd3\x05\xe5\x65\x9c\x08\x8f\xd6\x7a\xc1\x4a\x6d\x0d\xaf\x63\xf8\x5b\x48\xf7\x32\x82\x57\x76\xee\x0a\x60\xda\x6f\x40\x3e\x26\xe6\xdd\xfb\xc0\x8e\x1a\xf6\x45\x65\x88\x0b\x8d\xd6\x8c\xf2\x90\x4d\x68\x05\xf2\x92\xaa\x44\xe9\x43\x6c\xbd\x92\x2e\x9e\xca\xe5\xe7\x04\xe5\xa4\xf6\xef\xe2\x84\xfc\xc0\x56\x5e\xb7\x8d\xa5\x82\x8b\x55\x28\xeb\x1a\xc0\x03\x23\x6d\x97\x95\x28\x9d\xbd\xe9\x56\xf0\x1c\xc9\x65\x26\x8a\x82\xa3\xce\xe9\x31\x9b\xcc\x27\xa4\x12\xb9\x62\x59\x2d\xb9\x5e\xa1\x33\xfe\xc4\xef\xdc\xa9\x08\xf1\xf7\x27\xb6\x0a\x75\x1c\x02\xaa\x16\x42\x42\xfd\xd8\xe6\x41\xc4\xd0\x68\x96\xe5\xa3\xb5\x00\xd4\x52\xf0\x18\x7c\xa2\xcf\x1b\x70\xd5\x35\x14\x1f\x8c\x09\x3b\x36\x26\x38\xb4\x4f\xc8\x09\x50\x8d\x1a\xa1\xf9\xec\xd5\x38\xf2\xe3\x84\x57\x9a\x86\x02\x13\x49\x4e\x90\x2f\x2b\x26\x95\x28\xcd\x88\x8f\x2a\x59\xe5\x35\xea\x81\x75\x31\x5a\x2f\xdf\x06\x6d\xf2\xa4\x89\xc6\x13\x23\x4f\x2a\x26\xe1\x99\x3e\x98\x1d\x76\x6a\x76\xc0\x47\xa2\x8b\x71\x06\x38\xde\x82\x66\x83\x3a\xce\x1d\x89\xf5\x1d\x8d\x1c\x7f\x53\x33\xe2\x61\x5e\x98\x0b\xee\x31\x5b\x87\xb2\xbf\x16\x5b\x91\xa8\x73\x65\x2b\x42\x40\x8e\xcf\x09\x79\xe5\xd2\xdc\x62\x54\x98\x81\xcd\xb7\x5c\x69\x08\xcd\xf6\x67\x8c\x51\x73\xa2\x3c\xf2\x37\x1a\xd7\x46\xd9\x00\x67\xb6\xe4\xbf\x37\x59\x00\x4a\x84\x5a\x8f\xa1\x68\xf7\xaf\xfe\xcd\xec\x8b\xec\x0d\x62\x71\x27\xa1\xdc\xd8\x73\xdb\x88\x03\x2e\xe3\x62\x34\x9f\xb3\x8d\xcb\xdc\xe7\xce\x6c\xbd\x78\x8f\xad\x8f\xbe\xa1\x37\x47\x2e\x80\x87\x62\x42\xd5\x27\x63\x8c\x15\x30\x04\xcb\xa9\x07\x83\xa6\x70\xec\xe2\x99\x80\x93\x0f\xcf\x9f\x90\x64\xc9\xe4\x3c\xf2\xe7\xa6\x5d\x63\x45\x90\xde\x82\x16\xd0\xa0\x84\x05\x69\x4a\xac\xef\x12\xf6\x11\xa5\xcb\x76\x3e\x21\x1f\xec\x23\x37\xeb\xbd\x1f\x42\x3e\x94\xc5\xca\x70\x32\x73\xb8\x71\x77\x24\xc4\xc2\x5d\xe9\x92\x1b\xdc\xdb\xea\xef\x94\x26\xe1\xfa\x2e\x58\xc6\xf8\x2d\xcb\x1b\xce\xf4\x89\xa8\x83\xf8\xe8\x5d\xf8\x06\xb0\x00\x1e\x68\x1e\x64\x13\x7b\xc7\x33\x29\xae\x6c\x48\x40\xc4\x8d\x25\x7c\xae\x5d\x5b\x48\xae\x81\xab\x32\x3f\x51\x23\xfa\x97\x3e\x07\x68\x28\xa4\x41\x49\x58\x65\x22\xca\x07\xfd\xc5\x06\x80\x72\x3b\xcf\x8b\x1b\xea\x41\xda\xc1\x72\x3c\x63\x13\x98\x67\x9a\xc9\x58\x6f\x6d\x1f\x55\x0f\x68\x91\x76\x39\x68\x0c\x2c\x60\x1b\x10\xb9\x0f\x18\x59\x7f\xb8\xb7\x8e\x2b\x79\x38\xf0\xe0\x8c\x97\x3d\xf1\x4a\x57\xd1\xd1\xf8\x2a\x04\x95\xa8\xea\x02\x5e\x40\x43\x38\x89\xcb\xde\x97\x38\x2c\xa0\x71\x2e\xe1\x2a\x0a\xd2\x6f\x84\x24\x0a\x53\x70\xcf\xea\xc2\x4f\xae\xc6\x51\x1c\x24\x38\x72\xb8\x84\x01\x66\xe6\x53\x91\xa3\x13\x20\x4e\x65\x53\x78\xe3\x64\xe6\xec\x54\xf8\x42\xcb\x75\xb0\x31\xaf\xc1\xeb\x5a\x8b\xa3\xb0\x01\xaf\xfc\xc3\x51\xef\x30\xd6\x6c\x17\x05\x04\x20\xe0\x00\x2e\xf4\xec\x3c\x15\x08\x86\x77\x7d\x76\xae\xc6\x48\x56\x83\x51\xc1\xe1\x81\x90\x7c\xce\x4b\x6f\x20\x00\x2e\xcd\xba\x28\x91\x4a\x8a\x4f\x7c\x7d\xfa\xd4\x2e\x23\x8a\x42\x52\xca\x0a\x3f\x67\x2d\x47\xca\x10\x29\x65\x6f\x97\x2b\xfb\x4a\x82\x4d\xc6\xbc\x70\x8d\xe7\xb2\x2f\x08\x6e\xce\xee\x43\x8f\x5c\x50\x2b\x32\x72\x30\xcd\x0e\xa9\x52\x9d\xe4\xec\x4e\x02\x63\xb6\x17\xd6\xce\xcc\x78\x32\xb7\x32\x74\x8b\x6d\x75\x4d\x96\xb8\x20\x39\x84\x25\x50\xf8\xd9\xb2\x7d\x92\x55\x42\xc6\xb9\x50\x80\x2a\xb6\xa4\x3c\x12\x66\x8b\xad\x0b\x8d\x21\xf6\xb5\xab\x95\x76\xcf\x9d\x96\xb5\xea\xbb\x46\x10\xa3\x3b\x8b\xfe\x91\xc9\xa9\xa3\xdc\x21\xe9\xa6\x79\x5d\xa7\x3d\xc5\x44\xac\x87\xee\x9b\x3e\x7a\x67\x31\xd5\xa5\x51\x13\x77\x4c\x1e\x65\x10\x88\x0d\xb5\x02\x50\xf9\x3b\x28\x54\x2f\x76\xbe\x78\xda\xbc\x96\xa7\xf1\xb5\x0c\x74\xba\x08\xd0\xb3\x5d\xfd\x9e\xe1\xb6\x8f\x41\x1a\x98\x36\xeb\xf6\xf7\x2d\x14\x37\x9b\x5c\xef\x7c\x27\x94\x33\x9c\x93\x1d\x22\x20\x34\x6e\x8c\x64\x3b\xb8\xd2\x7d\x66\x57\xba\x7b\xfa\xc3\xf5\x8a\x06\xa8\xe1\x3b\x78\xbf\xed\xcf\xfb\xed\xcb\x73\x35\xdb\xa0\xee\x1d\x48\x62\xc0\xc6\x7d\xe1\x81\x76\x0d\x9d\x69\xf6\x8c\x7d\xce\x3d\xc0\xc0\x49\x46\x5a\xe1\x76\x02\xa4\x1e\xab\x75\x4f\x8e\x77\xf8\xa0\x7b\x53\xd0\xfc\x32\xf3\xd6\x5e\x4c\xfe\x6e\xa3\x57\x1b\x19\x43\x1a\x39\x94\xb1\xd2\x42\x78\x84\xdd\x92\xad\x47\x09\xdb\x90\xa7\xc9\xcd\xf6\x9e\x2e\x53\x49\xf8\x2f\xe2\xe6\x26\xf9\xf5\x67\xe2\x99\xae\x92\x2e\x59\x14\xb0\x6d\x93\x91\xd8\x50\xe4\x09\xf9\xa8\x10\x09\x7d\x24\xad\x25\xd0\x8a\x84\x33\xb7\xbe\x3f\xce\x50\x0a\x91\x3a\xb8\x43\xf8\x2c\x5f\x56\x85\xaf\xc6\xc0\x6e\x19\x14\xe0\x50\x51\x46\xbf\x28\x0b\x22\x57\xce\xd0\xb9\x1d\x23\x2a\x63\x50\x49\x9f\x46\xcf\x49\xd8\x44\xe6\xb2\x2e\x98\x4d\xfe\x08\x44\xe0\xba\xbc\x2e\x1b\x65\x2c\x1f\x55\x22\x57\x8f\x7c\x8c\xb6\xf9\x6b\x82\x3f\x3e\x2d\xc4\xfc\x51\xa3\xfc\x5f\x21\xe6\x86\xb2\xf8\x5d\x89\x99\xeb\xff\x55\xe8\x48\x31\x42\xc9\x2e\xc2\x16\x32\xe3\x32\x1e\xe8\xbf\xd0\x1a\x16\x77\x89\x27\x7f\xaa\x32\x5a\xb0\x56\x5f\xf3\x53\x73\x52\xb3\xb7\xb3\x99\x11\x60\xf2\x0c\x22\xab\x55\x08\xcd\xd2\x18\x0c\xc4\x73\x7c\x10\xe1\x58\x40\xd2\x61\xa5\xaa\x65\x04\xc8\x4e\xa1\x2f\x6e\x99\x2c\x68\x85\x6c\x19\xba\x5b\xeb\x05\x93\xf0\x91\x34\x1c\x74\x37\xde\xd8\x0f\xb7\xc2\x81\x47\x01\x9b\xea\x68\xc7\xd5\x3b\x07\x33\x45\x6b\x68\x4f\xab\x6b\xe4\x76\x5e\x82\x1d\xbd\x61\xa9\x12\xa4\x60\x1a\x0c\xbd\x1c\x9c\x0a\x34\x68\x95\x44\xee\xec\x16\x3e\x57\xba\x65\x3f\x86\x78\xd5\x7c\x97\x26\x51\x27\xe7\x67\xf7\xa4\x52\xcd\x25\xec\x82\x56\x0d\xe4\xd6\x78\x83\x51\xbb\xcf\x62\xd7\x65\x36\x4d\x36\x40\x56\xcf\x64\xab\x03\xc6\xb5\x8d\xeb\xac\xac\x11\x40\x27\xdb\x6d\x25\x83\x1d\x1a\x53\xcf\x81\x6e\xaf\x8d\x85\x41\xca\x1e\xb3\xc5\x99\x28\xa1\x9c\x6a\x60\x7e\x9d\xbd\x74\xce\x5d\x94\x1f\x1c\x75\x5d\xd8\x04\x9f\x0b\x71\x67\x6b\x81\xa0\x70\x89\x52\xb6\x91\x70\xe7\x42\x72\x0c\x90\xb4\xea\xa5\x4d\xdc\x3d\x4c\x7a\xe0\xee\x0f\x31\xf3\xbf\x53\xd6\x3b\xf5\x14\x38\x17\x4c\x6f\xfc\x9d\x09\x1b\x4a\x00\xf5\x59\xa6\xbc\xe0\x7a\x85\x4f\xa5\x21\x6d\xbc\x9c\x49\xea\xbd\x00\x1e\xa6\x90\x0a\x0b\x00\xc3\xd2\x92\x6b\xd0\xc2\x25\x18\xa2\x0f\xbe\xad\xc9\x11\xd9\x18\x66\xb3\x64\x34\x62\x95\x02\x35\x74\x36\x8f\x32\xba\x16\x37\x95\x43\xd6\x03\xd2\x05\xe2\x07\x67\x39\x28\xd8\x60\x98\x07\x5e\xfa\x62\x2b\x0a\x75\x73\x75\x69\x91\x71\x2a\xf4\x02\xa6\xb6\x29\x97\xb7\x64\xf9\x80\x7e\x74\xd9\x3d\xa0\x55\x36\xef\x6a\xe4\x8a\x60\x0d\x25\xc1\x2d\x22\x2a\x93\xe3\xf4\xef\x7a\x42\x4e\x7c\x07\x0c\xb3\xd4\xd9\x22\x94\xb4\xb3\x39\xc6\xbb\x5b\x7a\x73\x76\x71\x79\x85\xbd\xe1\x95\xac\x31\xd7\x70\xad\x9c\xeb\xbb\x4b\xc0\x67\x09\x2c\xac\x85\x2b\xf2\x5e\x94\x36\xad\x90\xf5\x61\xb1\x55\x2a\x73\x56\x82\xdb\xb4\xa1\xac\xd9\xe2\x08\x38\xa6\x1a\x0b\x99\x5b\x74\x72\x2f\xa4\xb9\xbc\x09\x41\xda\x8e\x5b\x37\x07\x6a\x8e\x09\x9c\x7a\xcd\xc6\xe4\xfa\x93\xbd\xaf\x70\x1f\xbe\xf9\x90\x3a\x01\x11\xd8\x6e\xf1\xce\xc1\x57\x07\x8a\x92\x38\x62\x63\xa4\xa8\xef\x95\xd2\x57\x41\x6b\x53\x3b\x7e\xd0\x58\xfd\x11\x35\x56\x96\x8d\x3a\xa8\xac\x0e\x2a\xab\x00\x0d\x5b\x11\x1a\x20\x4d\x1b\x09\x8d\xe9\x05\x09\x8d\xc3\x35\xda\x0c\xb1\xb3\x59\xf0\xe5\x87\x52\xe5\xf1\xfb\x35\x71\x76\x7f\x9b\x4b\x2d\x24\x39\x45\x16\x5d\xcc\xac\x82\x05\x75\x35\x8f\x6d\x71\x05\xa9\x58\xe6\xa8\x05\x74\x7c\x32\xcc\x1f\xb2\x43\xc8\x7a\x3c\x60\xcc\x0b\x87\xef\x2b\xb0\x05\x7e\x4b\xfe\x41\x8c\x54\x2c\xb2\xf9\xe0\xf6\x49\x6d\x20\x9c\xa5\xb2\xd4\xf9\xb6\x88\x05\x91\x78\x9a\x56\x65\xd5\x11\x5a\xaf\x47\xd7\x23\xaf\x13\x81\x9c\x73\x6e\x92\x3c\x56\xcc\xa5\xb5\x15\x78\x9e\x7e\xc4\x76\x3c\x4a\x29\x4a\xa7\x7e\xfa\x78\xf1\x36\x9d\x74\x2f\xee\xd0\xa8\x69\xfa\xf1\xe2\x2d\xa9\xa8\x5e\xd8\x9d\x06\x86\x05\x00\xc2\xa0\xf8\x57\xf8\xda\x83\x0f\xb9\x0b\xbb\x03\x4b\xb7\x4d\xc8\x3d\xab\x8b\x62\x4c\x66\x1c\xc3\xe7\x58\xe5\x5c\x13\xcc\xac\x13\x12\xd7\xe2\xbd\x1e\x19\x14\x91\x3c\x53\x50\x4c\xf7\xad\x98\x87\x5b\x84\x6c\xcf\x0e\xee\x89\xeb\x06\x63\x16\x8c\x16\x7a\xf1\xcb\x57\x7e\x90\xe1\x54\xf0\x47\x92\x2d\x58\x76\xa3\xb6\x3a\xae\xdf\x9e\x6b\xb5\xa9\x98\xa1\x4e\xf8\x16\x8c\x6b\x0b\x76\x7c\xd8\x8a\x64\xc8\x89\x81\x57\x28\x66\x27\xde\x56\x95\x35\x50\xb7\xd9\x87\x0c\xfd\x2a\xb8\xa0\x15\x2f\x8a\x48\xd9\xb6\x0f\x56\xb1\xa5\xcd\xff\xd5\x1a\xaf\xe1\xe7\x1e\x17\x11\xb0\x55\x5b\xf5\x5f\x52\x41\x4b\x4e\xac\x49\x5d\xc5\x15\x5e\x3c\xc5\xe1\x33\x1b\x47\x48\xc9\x92\xb9\xea\x70\x51\xc6\xd2\x8f\xfe\xfb\xeb\x11\x3f\xac\x63\xbb\x4b\x33\xe3\xd6\x6c\x4d\x91\xc7\x86\xbf\xef\x7a\x08\x18\x42\xf3\xa4\x6f\xc7\x1b\xd6\xb9\xdd\x0a\x6f\x99\x9c\xf6\xac\x10\x9a\xa2\x9c\xa4\x61\x3d\xeb\x17\x61\xc6\x3d\x4c\x4d\xfb\xb7\x7b\x18\x87\x86\x3d\xcf\xb4\xa8\x16\xf4\xcb\x0c\x3a\xd0\xde\xa1\xe5\x10\x80\x70\x08\x40\x38\x04\x20\xfc\x1b\x0a\xb4\x87\x00\x84\x83\x18\xfd\x5b\x04\x20\xfc\x7e\x14\xda\xbf\xff\x48\x09\xcb\x81\x1c\xe2\x25\x0e\xf1\x12\x87\x78\x89\x43\xbc\xc4\x21\x5e\xe2\x10\x2f\xf1\x6f\x1a\x2f\xa1\x7f\x5b\x0a\x79\x08\xdb\x38\x84\x6d\x7c\x9e\xb0\x8d\x1e\xeb\xf6\x43\x02\x3d\xba\x55\xa1\x76\x1b\x14\xd2\xc3\xa5\x6e\xaf\x64\x3b\x04\x88\xfc\x61\xb4\x13\xfb\x32\xb7\x37\x74\xb2\x07\x9b\xfb\xc1\xe6\xde\x02\x89\xad\x88\xce\x21\x64\xe4\x10\x32\x72\x08\x19\x39\x84\x8c\x7c\xfe\x90\x91\x1e\x96\xe9\x4b\x0e\x1c\x59\x17\xbc\xf0\x6f\x13\x34\x61\xef\xed\x10\x3a\x71\xe0\x7b\x0f\xa1\x13\x87\xd0\x89\x43\xe8\xc4\x21\x74\xe2\xb3\x84\x4e\x34\xde\x9d\xcf\x1c\x40\xd1\xfd\xf6\x56\x42\xd6\x21\x98\xe2\x8f\xf7\xca\xed\x59\xbb\x73\x08\xa9\x38\xa8\x77\x7a\x58\xee\x7b\x90\x9e\x43\x78\xc5\x21\xbc\xe2\x10\x5e\x71\x08\xaf\x38\x84\x57\xb4\xdf\xd9\x43\x90\xc5\x21\xc8\x62\x77\x41\x16\x69\xa0\x1a\xf6\x60\x63\xc1\xde\x43\xa4\xc5\x21\xd2\xe2\x10\x69\x71\x88\xb4\xf8\xc2\xa4\xdd\x43\xa4\xc5\x41\xba\xfe\xe3\x45\x5a\x90\x57\xaf\xcf\x2f\x5e\x9f\x9e\x5c\xbd\x7e\xf5\xd2\xb0\x5d\xe4\xb2\xe1\xf9\x69\x97\xaa\xea\xaa\x12\xd2\x48\x8e\x3c\x93\x82\x28\x96\x09\x70\x6b\x55\x9a\x51\x50\x8b\x86\xa5\x4c\x4e\x81\xb3\x0f\x33\x78\x83\x16\x43\xc1\x40\x37\x8a\x95\x42\xb1\x57\x05\x3b\x3f\x44\x7c\x78\xce\x1c\x19\xa1\x43\xc0\xc7\x21\xe0\xe3\x10\xf0\x71\x08\xf8\x38\x04\x7c\x1c\x02\x3e\x0e\x01\x1f\xf7\xa4\x90\x1d\x06\xe7\xa2\x87\x06\x0f\x61\x75\x0e\xe1\x23\x87\xf0\x91\x43\xf8\xc8\x5e\xc2\x47\xd2\x2c\xef\xd6\x7a\xc3\x43\xf0\xc8\x1f\x46\xe1\xb2\x2f\xf7\x82\x58\xcb\x7c\x70\x2e\x38\x38\x17\x34\x21\x62\x1b\x8a\x73\x88\x1c\x39\x44\x8e\x1c\x22\x47\x0e\x91\x23\x9f\x3f\x72\x24\xcd\x2d\x7d\xc9\x81\x23\x87\x8a\x23\x87\x8a\x23\x11\xe8\x1e\x62\x67\x0e\x6c\xff\x21\x76\xe6\x10\x3b\x73\x88\x9d\x39\xc4\xce\x7c\x96\xd8\x99\xf8\xd9\xf9\xcc\xa1\x33\x9d\x4f\x6f\x23\x63\x1e\x02\x67\xfe\x78\x4f\xdc\x7e\x35\x5b\x87\xb8\x99\x83\x6a\x2b\xcd\x6d\x6f\x4f\x77\x0e\x51\x33\x87\xa8\x99\x43\xd4\xcc\x21\x6a\xe6\x10\x35\xd3\x7a\x64\x0f\x41\x33\x87\xa0\x99\xdd\x05\xcd\x24\x61\x2a\x7a\xad\x91\x6d\x3a\x9a\x8b\x30\x14\x7f\xea\xf8\x16\xb8\x34\x68\x9f\x58\x76\x2a\x19\xc4\x3c\xd0\x62\xad\x41\xbc\xd1\xd3\x49\x81\x46\x9a\x63\x9f\x58\x76\x84\xef\xb8\x0b\x1f\xd1\x82\x58\x36\xcb\xdc\xaf\x21\x47\x76\x1c\x34\x81\x97\x84\x96\xb4\x54\xe0\x41\xb3\x6d\x3e\xa1\x83\x60\x71\xd0\x9d\x7d\x41\xfc\xbe\x79\x47\x13\x0e\x78\x15\xcb\xc8\x42\x14\xf0\xd8\x04\x93\x49\x45\x95\xc1\x13\x0b\x3d\x88\x2e\xce\xe5\xc9\x63\x84\x61\xe6\x90\xb6\xa3\x69\xc0\x69\x6e\x0c\x54\x59\x97\x19\xf7\x7a\x67\xf1\xec\x63\xa2\xea\x6c\x61\xd8\x20\x6e\x43\x9e\x98\x72\x96\x08\x80\x50\x9a\x69\x7e\xbb\x51\x1f\xe7\x89\x48\x78\xd3\x52\x44\x64\xd2\x43\x44\xcc\xce\xad\xa7\x60\xd2\xfd\xd4\x7a\x8e\x82\x09\xb6\x28\xd0\x5b\xd7\x9e\x80\x3d\x0f\xf0\xa5\x86\xa3\x03\xd0\x88\x89\x87\x33\xec\xfa\xb3\xf2\xf1\x5b\x86\x5b\x11\x78\x66\x99\x76\x96\x96\x7d\x6f\xd5\x7a\x85\xae\x21\xe6\x0f\xa4\xc8\x70\x98\xbb\x22\xef\x76\xb9\xbb\x7b\x2f\x2e\x2d\xe8\x6f\x7e\x33\xb8\xc6\xde\xf6\x5e\x87\x42\x74\xc7\x2d\x30\xe0\xc8\xc6\x47\x23\x82\xf8\x44\xa4\x54\x68\x04\x3b\x9d\xac\x59\xf0\x79\x0e\xc0\x95\x33\x43\x17\x9c\x51\x69\xb9\xa4\x48\x20\xa7\x0c\x42\x02\x29\x80\x2f\x10\x34\x27\x72\xda\x29\x2b\x29\x96\x55\xbc\xc6\xa9\x10\x05\xa3\x0d\xf7\xec\x24\x5f\x8b\x4e\xd9\x5c\x45\xfe\xd8\x89\x65\xb1\x32\x13\x35\x48\xb8\xf8\x96\x5a\x57\xe9\x4c\xe4\x4c\x05\x22\xf0\xa7\xe3\x67\xe6\x8f\xf9\x9c\x29\x20\xdd\x95\x64\xb7\x5c\x98\x7e\x11\x46\xdd\x31\xa0\x9d\x60\x24\xdf\x39\xb6\xb8\x0d\xed\x16\x43\xfc\xac\x3b\x04\x64\x4f\xab\x86\xb1\x3f\x96\x86\x21\x30\xc7\xc7\xe9\x42\x56\xc3\x5d\x69\x61\x68\x13\x38\x10\x5c\x89\x1b\x86\xd4\xed\x14\xd6\xf6\x03\x5b\xbd\xa2\x9a\xa2\x66\x9b\x95\x8a\x03\xec\x80\x12\x43\xd9\x37\x00\x14\x22\x96\xc4\x81\x8c\x3b\xb5\x73\xdb\x40\x03\x5e\x1e\x2d\xd9\x52\x48\xd3\xa0\xef\x18\x2b\xdd\x4b\x6a\xbe\x62\x18\x33\x47\x53\x2b\x29\xd0\xbd\xfe\x75\xf4\x23\xd7\x8a\x15\x33\x37\x3f\xd5\xa4\x60\x54\xc1\x4b\x5b\x49\x61\x20\xdf\xb0\x2b\x9c\x1a\x42\xcd\x48\xc5\xa4\x0d\xc6\x19\xc0\xb1\xe1\x2a\x4e\xcd\x0f\x33\xe0\x01\x5f\x25\xad\x4b\xe7\xaf\xdf\xf9\xf0\x20\xbb\xf0\xab\xb7\x97\x24\x0b\xe3\x14\x79\x1c\xa2\x8c\x63\x77\x79\x35\x36\xaf\x1c\x2d\x57\x4f\x92\xda\x94\x2c\x3e\xe1\xf5\x1f\xae\x24\xbf\x35\x5c\xea\x0d\x5b\x85\x90\xe3\xa9\xb8\x65\xf1\x3a\x92\x1f\x61\x9f\x2a\x8e\x46\xe6\x35\x1e\xf1\xaf\xbb\x9d\x08\x2f\x73\xbb\x3b\x4a\x80\xf8\x79\x24\xf7\x04\x2f\x86\x2a\xf8\xce\x03\xed\x68\xde\x53\xde\x00\x61\x42\xf6\x01\xd8\x04\xe6\x6f\xca\xa8\x34\xdc\x1a\xfc\xe2\x98\xfc\x88\x49\x9b\x41\x28\x86\x25\xe0\x4d\xcc\xdf\xd6\xe7\x79\x93\xeb\xf0\x43\x30\xfc\x22\xa2\xb3\x7d\x58\xed\x29\xae\x13\x1d\xbc\x12\x92\x4e\x45\xad\x09\x25\x33\xca\x0b\x96\xc7\xc1\x71\x0e\x18\xdb\x94\x17\x1f\x33\x37\xe1\x82\xd1\x9c\xc9\x21\x98\x22\xf2\xc4\x53\x00\xc1\x31\xd6\x81\xa4\xf3\x21\x1f\xe7\x64\xef\xa5\x13\x3d\x65\xf0\x64\xce\xe4\x68\x3c\xc2\x97\x14\x7f\xfa\xfa\xb9\xb9\x7f\x5c\x58\xf7\x8b\xdf\xc3\xef\x96\xa4\xc1\x27\xed\x16\x36\x7f\x6e\x68\xd4\xf9\x00\xa1\x78\x83\xbb\xc8\x70\x20\xb0\xae\x9a\xf7\x14\x6f\xd5\x41\xbe\x3d\xc8\xb7\x07\xf9\xf6\xdf\x5d\xbe\x4d\x11\x91\x3f\xa6\x78\x9b\xdc\xe9\x2e\xa5\xdb\xde\xa3\xdc\x11\x6d\x7f\x88\x6c\xdb\xbb\xb6\x2f\x45\xb4\xdd\xeb\xab\x78\x90\x7d\x0e\xb2\xcf\x41\xf6\xf9\xa2\x65\x9f\x9b\x7a\xca\x8e\xe8\x7c\x2e\xd9\x9c\x6a\x11\xdb\x85\xcc\xd9\xcc\xb9\xd2\xd2\xc7\x8c\x9e\x9c\x9f\x19\xce\x84\xaf\x77\xf3\x0f\xbd\x62\xff\x77\x97\x88\x01\x8d\xdf\xa4\xa2\x52\xf3\xac\x2e\xa8\x24\x60\x72\xb2\x7c\xe8\x84\xbc\xa7\x4b\x86\xae\x18\x53\x46\xae\x47\x96\x17\x9d\x80\xad\xf0\x7a\x74\xe0\x77\x0f\xfc\xee\xef\x98\xdf\xdd\x8d\xff\x56\xd3\x6d\x79\x0d\x0f\xed\xb9\xe0\x98\x37\x30\xf8\x57\x08\x43\x58\xca\x39\x00\x5f\x90\x36\x21\x7f\x03\x24\xf3\xb3\xc8\xba\x81\x32\xb6\x68\x47\xe4\xa7\xd0\xa4\x1d\x93\x06\xed\x18\xc8\xe5\xfa\xc5\xe7\x4c\xf2\x5b\x78\x93\xc3\x26\xac\x0a\x05\xa3\x14\xf7\xb9\xd6\xcd\x7c\xea\xf6\x6e\xba\xf7\x23\xb9\x4d\x8e\xf6\x9e\x73\x74\x38\xd9\xfb\xcd\x73\x2a\x4a\xd4\xc6\x0c\x7b\x07\x7c\x77\x82\x3d\xa6\x96\xf0\x1a\x08\x60\x96\xac\x46\xaf\x06\xd5\xcd\x07\x02\x50\x7f\x83\x7b\x1d\xb4\x79\x98\xea\xba\xd9\x51\xa5\xaf\x0c\x7f\xc7\x1d\xc3\xd0\x5d\xef\x5b\xc3\xa3\x69\x97\xd1\x23\xf3\x6b\xd6\x7e\x9c\xb3\xc8\x88\xd2\x25\xb7\x41\x87\x42\x8c\xe3\xdb\x09\x1b\xb1\xc4\x8c\x32\x09\x1d\x5a\xbd\xa4\xe5\x91\x64\x34\xa7\xd3\x82\x11\xdb\xcf\x71\x3c\x06\x73\x73\xa6\x29\x2f\x94\xc5\x8d\x02\x76\xe3\x97\xde\x13\x1d\x4b\x55\xea\x9d\xc4\x6c\x82\x63\xb3\xcf\xa3\x3b\x21\xf3\x71\xa0\xa0\x04\xc7\x78\x86\xce\x1f\xd3\x23\x35\xe8\x93\x9b\x45\x5b\x07\x18\xb5\xcf\xae\xe9\xbf\x01\xf4\xdd\x10\xf7\x2b\x69\x96\xf7\x86\x16\x8a\x8d\x89\xcd\xf0\x90\xfc\x1c\xfe\xd0\x61\xca\x56\x95\xd7\x80\x42\x0e\xa0\xce\x87\xbe\x38\x86\x6b\x93\xf3\x7d\xb3\x67\xd3\xa1\x2f\x42\x2d\xc4\x9d\x83\x13\xfe\x17\xc2\x5b\x3d\xc8\x09\xff\x7e\x2f\xda\xc1\x27\xff\x8b\xe4\xe9\xf6\xe2\x93\x7f\x4f\xd9\xee\xc1\xc4\x6a\x93\x82\xab\xd9\xf3\xe1\x6c\xea\x04\x13\xdf\xc1\xe5\x1b\x00\xb6\xf9\xb3\x58\x3e\x26\x7a\x01\xa1\xe5\x2b\x51\xa3\x63\xb7\x79\x3b\xb5\x20\x39\x57\xf0\xcf\x48\x13\x61\x48\x15\xfe\xb3\xf9\x00\x24\x09\xa4\xb2\x47\x35\xc6\xdc\x17\xe7\x92\x0b\xc9\xf5\xea\x1d\x2f\xf9\xb2\x5e\x62\x06\x6e\x43\xf7\x5c\x43\x97\x96\x66\xf4\xdb\xba\xcc\x8b\x94\x7d\xee\x04\x5b\x10\x15\xcf\x5f\xbf\x23\x4e\xa3\x72\x7a\x42\xa6\xd8\x84\x7e\xd4\x2e\x49\x5d\x6d\xf5\xe2\x36\x1d\x01\x6b\x32\xc6\x8f\x54\xc8\xad\x1d\x29\x5e\xc8\xd9\x8c\xd4\xa5\xf7\xd4\x1e\x13\xb5\x52\x9a\x2d\x31\x0b\x16\x91\x42\x68\x45\x44\xd9\xcc\x64\x06\x67\x08\x11\x7a\x1d\x4c\x88\xec\x81\xd3\x95\x06\x5e\x66\x48\x5a\x90\x10\xb2\x0e\x51\xf7\x40\x22\xec\xb7\x16\x42\xe9\x24\xc6\x25\x8f\x3c\xfd\x99\xb8\x57\x59\x2f\xdd\x57\x2b\xfb\x33\x7e\x0f\xbf\x6f\xdf\x9a\x05\xbd\x65\x5e\x65\x37\x21\xdf\x43\xde\xcd\x30\x00\x1d\xd1\xbd\x32\x7d\xee\xf6\x52\xf9\xf8\xfa\xe9\xca\x52\x33\x05\x91\x89\x98\xc3\x2b\x4c\x20\x4a\xd6\x48\x4f\x0e\xbc\xa3\x7b\x26\x95\x7f\x1e\x71\xe2\x25\x9f\x2f\xb4\x0f\xcc\x84\xec\x89\x98\x08\x94\x24\x77\x77\x6b\x73\x7e\xd7\xe0\x5b\x6c\x97\x78\xb7\x10\x85\x5b\xe8\x9c\x81\x26\x66\xd1\xdc\x14\x06\x78\x54\x92\x2f\xa9\x5c\x11\x25\x24\xf0\x0f\x36\x7a\xa6\xec\x7e\x6a\x59\x2f\xc7\x2e\x4a\x12\xe7\x52\x9a\x94\x35\xb8\x83\x6b\x01\x1b\x56\x9a\x3c\x7e\x7e\x4c\xa6\x6c\x66\x68\xf3\xb3\xe3\x27\xf8\x0d\xcc\x64\x97\xfc\x0a\xc0\x59\x51\x2d\xe8\x94\x69\x9e\xd1\x02\xb2\xa2\x53\xc9\x55\x48\x6f\x10\xe7\x65\x70\x9c\x02\x79\x7c\xfb\x6c\x32\xa5\xd2\x7d\xea\xf6\xd9\x64\x26\xc4\x13\xf2\x13\x7b\x94\x03\xbf\xb0\x5c\xb2\x32\x27\x4a\x2c\x99\x06\x0f\xf6\x82\xdf\xb0\x97\xe4\x2b\xfb\x3a\x90\xc7\xec\x53\xc6\x2a\x0d\x59\x38\x4b\xb8\x82\x27\xe6\xf6\x9f\xfd\xe7\xf1\xf1\x31\x90\x9d\x73\x4a\x2f\x99\x22\x8f\x3f\x54\xac\xbc\x5c\xf0\x99\x1e\x93\x57\x8c\x9b\x5e\x36\xee\x06\x3e\x80\xf8\x07\x89\xfe\x61\x79\xcf\x8f\x8f\x8f\xd5\x30\xa3\x39\x2f\x21\xa7\x3b\xbb\xbc\xe1\xd5\xd5\xdb\xcb\x1f\x0d\x15\x5a\xa5\xbc\xca\x12\xdd\x1c\x1d\x53\x6d\xf5\x6e\x83\x98\xa1\x16\x34\x41\x3f\x23\x6c\xb3\x7a\x71\xf3\xb7\x96\xa2\x9c\x17\x30\x77\x26\x6a\x49\xe7\xe6\xc5\x25\xff\x57\xd4\x0d\x83\xd1\x82\x91\x40\xa8\x42\x66\xc2\xae\x4f\x9a\x0a\x1a\xc3\x16\xcb\x6f\x79\x52\x20\x73\x51\x3a\x64\xe1\x3d\x01\x4c\x2b\x0a\x1a\x36\xcb\x89\x5b\x2b\x39\xd3\xa8\x23\x8c\x2d\xe5\xa2\x24\x60\x19\xf8\xd3\x9f\xbe\x36\xb4\xcd\x4c\x12\x7d\xa2\xe4\xc5\xd8\xfa\xde\x5b\x14\x66\x21\x69\xa5\x93\x66\x3c\x35\xba\x0d\x79\x36\xa0\x13\xcb\xe1\x31\x2a\x8a\x15\xc2\x6a\xe3\xdc\x18\xb8\xeb\x21\x35\x56\x7c\x59\x99\xb3\x63\x85\x79\x31\xfd\x6e\x4a\x73\xed\x85\x9d\x4b\x62\x8d\x03\x0b\x31\xb3\xba\x40\x6b\xde\x26\x01\x72\x1b\x7e\xcf\x6e\xbc\x91\xb7\xf9\xb6\x8f\x75\x6f\x25\x15\x31\x87\xe0\x73\xd4\xb6\xe9\xf1\x84\x90\x28\xd9\xcf\x98\x5c\x8f\x6e\x9f\x5d\x8f\x7a\x32\x26\x36\x5e\xc0\xbe\xcf\xba\x0e\xc0\x06\x48\x51\xe0\x22\x80\xbc\x98\xab\x71\x04\x31\x5e\x15\x87\xc0\x14\xd3\x64\x98\x45\x0c\x23\x21\xe4\x9d\x55\x1a\xcf\x21\x40\xc9\x5c\x28\x2d\xc9\x2f\x4c\x8a\x0d\xf4\xad\xb5\x8e\x2e\x69\xeb\xa7\x69\x97\xdc\x40\x2c\xd7\x8f\x54\xb4\x26\x8a\x2b\xc2\x0c\x41\x96\x2c\xda\x50\x75\xb5\xa4\x45\x31\x26\x95\x14\x53\x3a\x85\x9c\xb5\xd0\xe9\xd9\xb1\x02\x9e\x16\xe2\xa2\xc4\x8c\xb0\x7f\xd5\x21\xf1\xb4\x23\xd3\x1c\x73\xd3\x86\xa4\x2f\x96\x49\x6f\x33\x01\x86\x6e\xd6\x9a\x85\x53\x74\x4b\xa3\xee\xa4\x2c\x72\xb4\xe6\xe1\x8a\x5c\x8f\x00\xc6\x0c\x89\xbc\x1e\x8d\x09\xd7\x16\xa6\xcd\x89\xa1\xe5\xa6\x14\x65\xb3\x57\x6b\x16\x35\xb6\xac\x09\xc4\x72\xd9\x73\x2c\xd8\x27\x9e\x89\xb9\xa4\xd5\x82\x03\x0e\x4d\xc8\xf5\xe8\x87\xee\x1c\x86\xf6\x50\xa9\x1d\x6f\x77\x3d\xba\x35\xab\xd0\x86\x78\x61\xc9\x0e\x8c\xca\xc3\x28\x7f\x7b\xb0\x8f\xcd\x4e\x96\xf4\x67\xe1\xdf\xd0\x27\x76\x88\xa8\xd0\x5d\xa8\xb0\x9e\x45\x2e\x72\x11\x1e\x99\xeb\x11\x11\x92\x5c\x8f\xa6\x4c\x9b\x7f\x43\x11\x11\x54\xe3\x34\x27\xe6\x65\x34\x31\xc0\x91\xc2\x88\x4b\x85\x49\x48\x67\x5c\x2a\xc8\x3a\xfd\xdd\x09\xb9\xae\x8f\x8f\xbf\x66\xc4\x4c\xe9\xfe\x0d\xdf\x22\x8f\x31\x57\xef\x77\x27\x48\xea\xdc\x89\xc1\x36\x4b\x41\x54\x3d\x9b\xf1\x4f\xde\xff\x00\xc6\x0b\x89\x63\x9f\xf8\x84\x32\x60\xe9\xb7\x6f\x62\x39\x6f\x6e\xd9\xee\xb8\xb1\x5a\x0c\x29\x42\x34\x75\xab\x75\x0a\x01\x77\xde\x2f\xc9\xed\xb3\xe3\x31\xb9\x7d\x3e\x26\xb7\xcf\xcc\xff\x07\x23\x2e\xfc\x75\x6c\xfe\xf5\xf5\x98\xdc\x7e\x0d\x76\x5d\xf3\xd3\x73\x74\x7e\x83\x7e\xf0\xcf\xe7\x63\x32\x13\xe2\x19\xfe\xef\xf1\x20\x1f\xb1\x35\xc2\xcd\x36\xa2\x46\x87\xbc\x3d\x5c\x64\xd9\x68\xa9\x6e\xf7\xbd\x8f\x82\x7a\x93\xbb\x9e\x55\x3f\x25\xf4\x63\xa7\x36\xc5\xb1\x7b\x16\x83\xea\xb4\xe2\x76\x59\xf7\x8d\x33\xbc\x9f\x1e\x21\xa8\x80\x7f\x1d\x8f\x3e\x1d\x85\xec\xb7\x47\x15\xe4\xdf\x58\x32\x39\x67\x47\x37\x6c\x35\x7a\xe9\x94\xb3\x89\x5e\x30\x37\x9b\x9b\x4e\x30\x60\x67\x10\x92\x5a\xe8\x3d\x81\xa4\x03\x6c\x6b\x80\xa4\xdd\xd7\xba\x32\xb4\xf8\x1b\x77\x61\x86\x47\xc8\x56\x96\x15\xdd\x08\x1e\x2e\x3b\x57\x37\x7c\x3b\x95\xb8\x2c\x48\xa8\xeb\xb3\x79\xf5\x04\x83\xc7\x53\xe2\x0f\x9b\xe7\x35\xdc\x57\x82\x71\x9d\x91\x48\xc8\xc4\xcc\x89\x52\x3b\x96\xdf\xc1\x33\x70\x66\x86\xc3\x80\x27\x8d\x4d\x17\x42\xdc\x4c\xc8\x2b\x9b\x02\x46\x0b\xe0\xea\x0c\x9b\x36\xa5\xd9\xcd\x1d\x95\x39\xd2\x42\xcd\x31\x3f\xd0\x84\xfc\xd3\xcc\xfa\xcf\x38\xa6\xdb\x56\x64\x80\xaf\x39\xa2\xfe\xec\xe8\xcf\x2f\x5e\x7c\xfd\xc2\xfa\xda\x2a\x7e\xcb\x9e\xdc\x93\x6e\x35\xdd\x64\xb6\x80\x27\xf4\x93\x39\x98\xd2\xff\x0d\xd5\xbd\x07\xb5\xeb\x97\xa6\x76\xfd\x3d\x9a\xd2\xdb\x04\xe4\x8b\xb7\xa7\x77\x16\xfc\x1b\x1b\xd5\x93\x07\xb8\x93\x89\x1e\x62\x5e\x6f\x4f\x76\xb0\xb1\x1f\x6c\xec\x07\x1b\xfb\xde\x6d\xec\x6d\xb4\x3b\x18\xda\xff\x88\x9c\xd7\xe7\x32\xb4\x77\x98\xfb\x83\xb5\xfd\x4b\x64\xfb\x7e\x6b\x6b\x7b\x07\x4c\x76\x43\xbb\x0e\x76\xf7\x83\xdd\xfd\x60\x77\x3f\xd8\xdd\x0f\x76\xf7\x83\xdd\xfd\x60\x77\xff\x0d\xec\xee\xf8\x20\x1f\x8c\xef\x07\xe3\xfb\xc1\xf8\x7e\x30\xbe\xff\x31\x8d\xef\x3d\x34\x6e\x47\x12\xcc\xc1\x0c\x7f\x0f\x2d\xc3\x97\x6d\x8b\xef\x5f\xed\x43\x60\xe6\x60\x95\x3f\x58\xe5\x07\x59\xe5\x2d\x67\x53\x30\x79\xb4\xa4\x25\x9d\x33\xf9\x14\x6b\x78\x85\x74\x5e\x27\x5a\xd3\x6c\xf1\x8a\x99\xff\x3d\xf5\xdd\x4f\xe3\x4a\x5f\x6b\x49\xd2\xe6\xe1\x51\xad\xbb\x82\x2d\x41\x48\xb5\x66\x1a\x73\xb2\xe9\x09\x36\xe9\x42\x5e\xa1\x0c\x12\x0f\xbe\x30\x72\x5e\xc6\x0b\x26\x2f\x57\x65\x36\x1a\x8f\x9a\x3f\xbc\x15\xa2\x3a\x67\x92\x8b\xbc\xab\x17\xd9\x3c\x5b\x22\xc3\x99\x6b\x27\xb2\x2e\x0d\x3e\x55\x30\x39\xcf\x48\x21\x44\x65\xe0\x43\xba\x2e\x00\x56\x39\x53\x66\xf1\x81\x6a\x82\x9c\xec\x8a\x63\xd3\x4c\xd7\x90\x56\x3f\x6e\x14\xb2\xc0\x3c\x09\x92\xcf\xe7\xc8\x94\x52\x58\x22\x98\x62\xb2\x05\x81\x22\x51\xa8\x3d\x44\x51\x6a\x56\xd0\x39\x61\x25\x8a\x67\x42\x06\x51\xcd\xaf\xc5\xc8\x31\x8a\xcc\x68\xa1\x98\x99\xda\xd6\x19\x72\x8f\x7d\xad\xec\xe8\x1e\xb9\xaa\xf7\x48\xd7\x9c\x4f\xb3\xa7\xc3\x62\xba\x14\x75\x09\x3c\x81\x0e\x75\xe4\xfd\x91\xaa\x55\x99\xe1\x61\x28\x3c\xce\x3b\xca\xb5\x4f\x47\xa2\xea\x2c\x63\xca\xa0\x0a\xa4\x23\xa9\xed\x09\x9c\x29\xa8\x75\xa0\x05\x79\x61\x84\xfe\x68\x7b\x0f\x33\x9d\xbd\x72\x68\x70\x7f\x85\xa9\x9f\xa2\x4d\xf5\x07\x20\xe8\xe9\xe5\xc5\x25\x9f\x97\xbc\x9c\xdf\x03\x3d\x37\x0e\x5e\x8f\x9c\xa9\xe1\x9b\x50\xf3\xb4\xa8\x95\x66\xd2\x8d\x63\x52\xbf\xe1\x85\xa1\xce\xcd\x86\x1f\xd8\x2a\xf9\x7b\x38\xaa\x36\x96\xf6\x4c\xdc\xd9\x73\x96\xec\xe7\x00\x6f\xc6\x0b\x06\xaf\x92\xdd\x38\x60\x15\x89\x73\xb7\xfc\xf7\x8b\xe3\x6f\xc8\xe9\x49\x43\xb5\xe1\x64\x1c\xae\x54\xcd\x88\xfd\xc2\x91\xca\x44\xc5\xf2\x46\x6a\x99\xd4\x2b\xd4\xb3\xc1\x0d\x0b\x77\xfd\x7c\x3d\x7c\x56\xce\xf5\xc2\x60\x4c\xee\x5a\x14\x9f\x97\xad\xef\x7b\xa9\x6c\xce\x6f\x59\xb9\x2b\xc0\xef\xbb\xbc\x9d\x9f\xfd\xc5\xe5\x89\xa1\x5b\xaf\x4f\x5f\x5d\x9e\x34\x92\xe8\x3c\xe0\x02\x7e\x1b\xac\x2d\x44\x9d\x9f\x63\xe2\x9d\x2d\xd0\xb5\x77\x54\xc0\xd3\x29\x55\x28\xcc\x06\x8c\x45\x4e\x3f\x33\x83\x5d\xb2\x9f\x8d\x68\x6a\xf8\x2a\x40\x3e\x51\xe7\xf8\x25\xb8\xd1\x04\xd6\x35\x3b\x24\xae\xbc\xd1\xc1\xab\xbb\xa9\x79\xda\x84\xb5\xb9\xc5\x2b\x6b\x95\x11\x35\x40\x91\xb4\xad\xbf\xdf\xc8\x5d\xfa\x19\x0d\x1b\x86\x1f\xb1\xdc\x9b\x1a\x64\x61\xbf\x1f\xc7\xf4\x8a\xb2\xa5\x28\x2f\x99\xbe\x07\x3d\xde\x34\x76\x3d\x39\x4e\x8c\xde\x48\x8d\x45\x99\xa1\xdc\xe6\x07\x9b\x07\x39\x61\x77\xef\xed\xd9\xbd\xf1\x9e\x9e\x9e\x43\xaf\x5d\x75\x94\x1c\xda\xa1\x02\x11\xfa\x04\x20\x57\x1d\x95\x19\x32\x20\x02\xaf\x7d\x98\xb4\x58\x4d\xc8\x5b\x2a\xe7\x41\x25\xf2\x17\xb2\x14\x58\x55\xba\x12\x25\xbc\xfb\x7e\x62\x2c\x53\x04\xcd\xa7\xe7\x1f\xc9\x63\xc3\xc7\x94\x4c\xdf\x09\x79\xf3\x84\x14\xa2\xa1\x20\xde\x3f\x33\xfd\x8a\x55\x85\x58\x99\x7b\xbb\x0f\x6c\x6c\x1a\xbc\x01\x38\x12\xc3\xb7\x80\x0e\x3f\x1a\x2f\x7d\x9c\x5c\x8e\x69\xeb\x63\xa2\xfb\xe7\x5a\x07\x40\xcd\xae\x09\x08\xf2\x1d\x76\x0e\x42\x7e\x66\xb5\x1b\x20\xda\x78\x64\x9d\x73\xc8\xd7\xf6\xf7\x54\x0e\xff\x32\x34\xce\x6c\xd3\xf9\x46\x44\xeb\xff\x5d\xf3\xb7\xaf\x58\x25\x19\x94\x2b\xba\x1f\xce\xac\x1f\x9c\xc0\x99\x29\x9c\x9d\x1d\xb6\x51\xd0\x64\x05\xd3\xbc\x9c\x9f\x8b\x5c\xfd\xf5\xfc\x12\xf0\x22\xfc\xf2\x6d\x2d\x95\x06\x51\x73\xce\x0d\x43\x72\xc1\xb4\x5c\x9d\x1a\xc9\x26\x21\x64\x76\xc6\x75\x77\xf3\xfa\xfc\xe2\xf5\xe9\xc9\xd5\xeb\x57\x2f\xc1\x9a\xd3\xe8\xde\xc5\x8d\x52\xe4\x0c\xec\xe5\xa8\xf9\xae\x44\x8e\x55\xca\xa6\xa6\x3b\xda\x83\x30\x9f\xa3\xd7\xef\x9b\x11\x90\x7a\xbb\x96\x6c\x02\xf6\x14\x00\x7a\xe7\xd9\x57\x08\x71\x43\x78\xa9\x05\xb9\xa0\x9a\xbd\xe5\x4b\xae\x07\xe7\xbf\x6e\x1f\xd4\xe0\xcd\xfd\xb5\x4a\xa0\x3d\x6e\xad\x32\xa2\x20\x98\x6f\x13\xbb\xdc\xb4\xbd\xb0\x6c\x9c\x36\x5e\xf5\xac\x10\x54\xa3\x40\xdb\xb9\xb8\xce\xc2\x65\xa7\x4f\x77\xbd\x92\x69\x28\x67\x8e\xf5\x9b\x39\x94\x72\x2a\x31\xa7\x78\xa4\xbd\x24\x30\x05\x3a\x90\xdd\xd2\x02\xcd\x2d\x0a\x3a\x1e\x19\xd4\x3e\x42\x54\xff\xac\x4f\xd6\x6b\xeb\x1c\x75\x0f\xe4\xdb\x30\x74\xfd\x73\xd5\x1d\x3c\xfc\xb1\x72\x63\xdd\x53\xe5\xfe\xfe\x08\x5e\x5b\xea\x5b\xaa\xb3\xc5\xe6\x67\xaa\x39\xcb\x9a\x47\xaa\xd1\xb1\x7b\xf7\xde\xbd\xcc\x51\xe7\xa0\x96\xc1\xb7\xca\x89\x64\xb9\x28\xd9\x86\x47\x6a\x46\x0d\xa4\x85\x29\xc1\x0f\x0d\x6a\xeb\xef\xe6\x85\x5a\x73\x52\xbd\xd7\xdb\xed\xdb\x72\xb3\x0e\x92\x69\x73\xdd\xcc\x08\x2b\xb6\x78\x9e\x85\x6c\x72\x8e\x39\x63\xad\x81\xb5\x12\x39\xc9\x16\xb4\x9c\x47\x82\x6b\xce\x0a\xba\x72\x09\x42\xb9\x0a\xd2\xae\x16\xe4\x67\x81\x86\xcb\x25\x6a\xce\x2a\xa1\x6d\xd9\xb4\xba\xca\xc4\xd2\x4c\xea\x3e\x8c\x45\x03\xf2\x3a\xb3\xf6\xc8\x5b\x26\x69\x51\x24\x6e\x4d\xb9\x21\xbf\xeb\x47\xd4\x83\x68\x81\x46\x86\xfb\xa2\xf2\xba\xf1\xc3\xf0\xb9\x35\xc3\x70\xa4\xb6\x26\x88\x36\x6e\xbf\xa3\x9f\xdc\x4f\xea\x9c\x49\x98\x7e\x1d\x56\x27\xa7\x59\x83\xdc\xa9\xfe\x5d\x1c\x77\x46\x81\x7d\xe2\xba\x32\x5b\xdb\x39\xc6\x27\xcf\xaf\x73\x1e\xcb\x44\x2f\x77\x0a\x4b\xfa\x89\x2f\xeb\x65\x12\x77\x1a\x7b\xa6\xb9\xf5\x49\xa2\x65\x13\x1c\xac\xe3\x6c\x18\x06\x0f\x3b\x7c\x03\xc6\x4a\xa6\xea\x42\x9b\x97\x7c\xc6\xee\x98\x04\xe4\x2d\xf0\xb4\x9a\xa7\x63\x39\x75\xdb\x16\xaa\xed\x7e\xce\x07\xf3\x3b\x2a\xa7\x74\xce\x4e\x4d\xaf\x4c\x0b\x79\x0f\x6c\x1b\x38\xc5\x7a\x84\xeb\x9f\x64\x13\xce\xbd\x06\x15\x7f\x7b\xfc\x68\x1c\x61\xd1\x77\xa7\x0e\xff\xbe\x3b\x3d\x9b\x97\x42\xb2\x3c\x2a\x8c\xd9\x8f\x7d\x6e\xdc\x1a\x84\xb3\x5d\xba\x38\x36\xc7\x05\x91\xcc\xad\x88\x18\x60\x67\x72\xa8\xc4\x37\xf4\x05\x4c\x6e\xbe\xb3\x60\x67\x45\x01\x8f\x4b\x56\x32\xc9\xb3\xee\x0a\x27\xe4\xdd\xc7\xcb\x2b\x70\xb0\x59\x95\x19\xcb\x83\x41\x27\x13\x12\x65\x4d\x48\x32\x0e\x76\x19\x6b\xd6\x41\x6b\xaf\xaf\x6f\x4b\x7e\x3a\xb9\x78\x7f\xf6\xfe\xbb\x97\xeb\xbf\x04\x1e\x1c\xa5\xf5\xeb\x98\x31\xaa\x9b\x2c\x6e\x64\xa3\x49\x5c\x58\x67\x73\xf3\xac\xdd\xc7\x6b\x99\xad\xa7\x46\xb3\x16\x2a\xde\x40\x6b\x51\xa0\x81\x46\xe3\x26\x87\xd9\x1e\x64\xfd\xef\x62\xde\x04\x31\x2f\x94\x3d\x6b\xac\x69\x7d\xad\xd7\xc1\xc8\xdc\x98\xf2\x1e\x0f\xef\x77\x78\x61\x01\xf9\xde\x61\xc7\xe1\xb4\x60\xc8\x04\xae\x2a\x40\x53\x71\x0a\x11\xd0\x0e\x62\x12\xe7\xb7\x81\x0c\x9c\x0b\x69\x7e\x3a\xc9\x73\xc9\x14\x3c\xb5\xbc\xbc\x60\x2a\xe8\x2b\xc6\x23\xac\x29\x70\x2a\xca\x12\xef\x1b\x69\x84\xd3\x54\x68\x2a\xf5\x99\x95\x65\x46\xe3\xd1\x5b\xa8\x6b\xf4\xba\x48\x74\x45\x7d\xd2\xb4\x9e\xcf\x79\x39\xef\xd2\x0f\xb7\x84\xce\xe1\x50\x6c\x70\xc0\x79\x76\x4e\xdc\x2f\x86\x02\x18\x04\x32\x82\xe1\x63\x6b\xf6\x3b\x9e\xc0\xff\xc3\x83\x29\x0a\x94\xb3\x66\x34\x6b\x56\xa8\x8f\xed\x32\xad\xdd\x25\xf4\xf1\xcd\x1e\xde\x6f\x40\x79\x54\xc6\x3b\xc1\x72\x06\x10\x32\x80\xf1\x25\x59\x34\x86\x69\xf3\xa0\x87\x42\x0e\x95\x14\x9f\x56\xce\xb9\x11\x6b\x39\xac\x71\x97\x8d\x5c\xe1\x37\xd6\x25\x11\xcb\x4a\x94\xac\xd4\x50\x56\xa9\x83\x3f\xed\xdd\x34\x61\xf4\xd7\xfe\xbb\xed\x06\x0b\x8a\x3b\x52\x88\x72\x6e\x56\xdf\x34\xcd\x9a\x71\xe0\xf5\xef\xa7\x22\x16\x1c\xd5\xee\x6c\x51\x11\x5c\x25\x2a\x7c\xf9\xc6\x36\x4d\xcb\xa2\x26\x2d\xac\xa5\x3b\x32\x93\x93\x47\x5f\x3d\xb2\x9e\xba\xd7\x23\x03\x40\xd6\x16\x1e\x59\x92\xe3\x39\xae\x47\xe4\xd1\x4c\x88\x30\xc4\x4e\x08\x3f\x9a\xc6\xa3\x46\xab\xff\x88\x6d\x46\x0f\x3e\x43\x20\xbb\xb9\x0c\xc0\x48\x76\xc7\xcb\xed\x0a\xde\x07\x0c\x4b\xe8\xc9\x6c\xd3\x30\xb2\xe2\xbb\x13\xc9\xb0\x5a\xa6\x7d\x72\x36\x4a\x49\x1b\x40\x30\xbd\x0e\x73\xa9\x2d\xea\xd1\xd9\x41\xd1\x68\x6f\x84\xff\x35\xd7\x2f\x66\x04\xfb\x1a\xae\x09\x3b\x23\x4e\x3e\x70\xe9\xcd\x05\x76\xd6\xdf\x26\x9e\x5d\x16\xbb\xd9\xc1\x01\xa7\x84\xdf\x9c\x92\x97\x97\x44\xb2\x19\x3e\xf9\xea\xbf\x3c\x67\x2d\x69\x99\x8b\xa5\xc7\xb2\xf6\x54\x86\xee\x3c\xff\xaa\xf5\xeb\xee\x6c\xbf\xe7\x49\x2f\xaa\xca\xba\x33\x7b\xff\x29\x1f\xfd\xd1\x7d\x8a\x1e\x29\x08\x94\xf2\x62\x14\xb8\xcc\x34\x22\x9e\xee\xe5\xb9\x39\x50\x9e\x0e\x05\x7d\x1a\x37\x9c\xb0\xd9\xae\xa3\x8f\x43\x67\xe9\x01\xf1\xa1\xc3\xd7\x81\xd9\x7d\xf8\x93\x06\x83\xb3\x8e\x0f\x89\x3b\x46\x0a\x1e\x5a\xda\x38\x1e\x27\x6d\x6d\x62\x2b\x60\x22\xd0\x89\x3b\xae\xaa\xfd\xdc\x7f\x97\x8e\xd1\x9a\xc7\x31\x5a\xf8\x87\x81\x2b\x1e\x82\x71\x1a\x6b\x4c\x3e\xe9\xf1\x4e\xdb\x5a\x5c\xbb\xb5\x80\x77\xf8\xf7\x96\xdf\xd8\x95\x18\xf9\xfd\xf9\xc9\x3d\x24\xc7\xfe\x51\xeb\x85\xc5\xc6\xb8\x4d\x37\xf8\xbd\x90\xfc\x17\x33\x5b\x71\x2e\xf2\x93\x5a\x0b\x95\xd1\xa6\x25\x6b\xdc\xd7\xe7\x63\x05\xff\x7d\x23\xe4\x94\xe7\x39\x2b\x7f\xe2\x65\x2e\xee\xfa\xfb\xbf\x12\x77\x25\xfc\xeb\x52\xd3\x29\x2f\xf8\x2f\xb0\x97\xc1\xa3\x06\x7f\xe7\x4a\x14\x4c\xd2\x12\xbc\x44\xfb\x96\xae\xd8\xc5\xeb\xcb\x2b\x24\x02\xaa\xbf\xdf\xe9\xf9\xc7\x33\xd4\xf0\xdb\xd5\x6e\x3a\x13\xdb\xfb\x82\xd1\xdc\x3c\x59\xea\x15\x2b\x68\x22\x38\x73\xcb\xcf\x25\x78\xb2\x6d\xc6\xb7\x8c\x8b\x74\xa6\x99\x04\x75\xac\x8d\x84\x30\xec\xe8\xe9\xf9\x47\xa2\xc0\x8f\x5f\xd9\xa8\x40\x23\xe8\xde\xf0\xaa\xda\x1c\x38\x34\xfc\x75\xd9\xf6\x8e\x87\x6e\xbc\x6f\x02\x8c\x85\x68\xec\x1b\x2d\x4b\x25\xfb\xa4\x49\xee\x46\x39\x5d\xc3\xe7\xdb\x68\x0a\x05\xb6\xd9\x6c\xcf\x1c\x8d\xfd\x1a\xe6\xce\xc6\xc9\xf8\xb1\xc8\x65\x80\xed\xcf\xb9\x32\xa3\xfe\xbc\x14\x9a\xe0\x59\x98\x53\x21\x53\x56\x88\x3b\x42\xcb\x55\x08\x41\xb4\x0e\x6a\x9a\x2c\x69\xce\x48\x5e\x4b\x34\x4e\x53\x4d\xaa\x1d\xf3\x20\x5b\xe1\xd6\xd0\x53\x4b\x8e\x86\xc8\xda\x34\x56\xd8\x0d\xe2\x01\x4a\x37\xca\x5b\x30\xa8\x64\x44\x43\x0c\x58\x4e\xa8\x8a\x3a\x60\x5d\x7b\x23\xa5\x3a\x11\x10\x99\x7f\xcd\x97\x0c\x63\xc4\xa0\x0e\x1f\x9b\xcd\x58\xa6\x7d\xe0\x19\xb7\x6a\x97\xef\xcf\x4f\xf0\x8a\x72\xae\x24\x9b\x53\x99\x37\x30\x13\xd2\x1c\xd4\xa5\xf9\xda\x0a\xad\xa3\xe8\xb9\x4e\x73\x4c\x98\xd2\x5e\xe7\x6f\x71\x4d\xeb\x9c\x20\x36\x0e\xd9\xe0\x07\x11\x14\x88\xb0\x79\x6e\xa4\x1a\x37\x23\xdc\x5d\x80\xf4\xbd\xef\x33\x3c\x33\x43\xb7\xe9\x47\xf8\x7c\x31\xfe\x07\xc4\x55\x56\x06\x56\xa5\x86\x94\x3c\xaa\x9e\xcf\x21\x65\x45\x0d\x8f\x2d\x2f\xe7\x4f\x1d\xd5\xc2\xa0\xf8\x5e\xb3\x77\x2e\xea\x69\xc1\xd6\xac\xbf\xe7\xf9\x1e\xba\x99\xf4\xf0\xf5\x04\x17\x37\xf1\xf9\xc8\x6d\xeb\x99\x1f\xbc\xb5\xc6\x30\x92\xd1\x5a\x59\xe9\xd3\xa0\x67\xa4\xed\xb0\xfa\x1c\xc8\x5c\xe2\x62\xf2\xf5\x42\x42\x46\x88\xa0\xfe\xf5\xc1\x3e\x78\xc3\x56\xd1\x30\x76\x51\xcd\x06\x9a\x6b\xe5\x20\x1c\x83\x72\xc8\x92\x69\xc9\x33\xe5\x34\x4c\xf1\xa4\x21\xc2\x0b\x95\x4b\x29\xcd\xf0\x6f\x62\x97\xfc\x3f\x62\x7a\x0f\x2e\xb7\x7f\xd4\x7a\x2e\xb7\x31\x6e\xb8\xe5\xf1\xff\x88\xe9\x46\x9f\x48\xdf\x67\x8d\x65\xc3\xf5\xe9\x9a\x36\x7e\x16\xd3\x5d\xbb\xaf\xfd\x2c\xa6\x3b\xf2\x5b\xdb\x95\x44\xf3\x43\x3d\x65\xe0\x2d\x7c\xb9\xa0\x92\xe5\x83\x6f\x7b\xdd\xb8\xc4\x7d\x2b\xe8\x45\xa6\x2b\x32\x15\x7a\x41\x5a\xab\x73\xda\x46\xab\x8b\x15\x75\x9e\x68\xc4\x73\x33\xec\x8d\xd5\x9e\x5b\x5d\xcf\xc6\xc8\x86\xc8\x3b\x7b\x34\x1e\xbd\xfe\x84\x89\xa0\xe0\xf7\x1f\x45\x51\x2f\xd9\x39\x14\xc1\x1d\x8d\x47\x1f\x15\xb3\x96\xe5\x93\x2c\x13\x75\xa9\xa3\x22\xf8\xa3\xf1\xe8\xc4\xdc\xfd\xc7\x52\xd3\xf9\x9c\xe5\x30\xde\x48\xcc\xa2\xd6\xcc\x05\xce\xf0\xa6\x6c\xf1\x5e\xe4\xec\x9d\x28\xb9\x16\x32\xd2\xce\x83\x17\xbc\xf7\xe4\x86\xbf\x4e\xcf\x5e\x5d\xd8\x0f\x64\x54\x33\x33\xce\xfc\x64\x3e\x6a\xfe\x6b\x7f\x17\xf2\x0a\x63\x21\xdd\x69\xe3\x0d\xc0\x0a\x94\xfd\xdc\x3a\x67\xcf\xee\xf4\xdd\xc8\xb0\x76\x17\x1f\x98\x84\x7f\x99\xe7\xed\x1c\xd8\x15\x48\x49\x40\x6d\x77\xd0\x66\x41\x1d\xde\xd4\xd2\x00\xb5\x20\x39\x1b\x8e\x02\xd7\xe2\x32\xe1\x64\x9e\xb6\x8d\x25\x8e\xbd\xab\x28\xa8\x6d\x84\x74\x6d\xfb\xd9\x99\x0d\x69\x36\xef\xb2\x4a\xce\xdc\x3d\xdb\xae\x66\xba\xdd\x85\xe4\x4c\x33\xb9\x04\x3d\xe6\x9d\xa1\x0a\x37\xbc\xcc\x9d\x5b\x8c\xe9\xed\x0e\x45\xc8\x46\xb0\x7d\x8f\x31\x23\x06\xce\x6d\x22\x0b\xfa\x94\xc0\x8d\x21\x5b\x2b\x82\x87\x1a\xf5\xd6\x04\x4a\xfc\xda\x04\xea\xbe\x60\x13\x38\x29\x8e\x60\x45\x2e\x80\xc5\xf5\xb0\xc5\x4b\x17\x2b\xd2\x73\x68\x01\x83\xfa\xa6\x8f\x03\x0e\x1c\x0c\x40\xea\x1d\xfe\x29\x64\x29\x5c\xf7\x8d\x14\x86\xa5\x5e\x91\x2e\xb0\x37\x11\x26\x60\x08\xe6\x29\xe8\xe0\x17\xa2\x84\x9f\x29\xdf\x06\x33\xfa\x69\x59\xd7\x32\xde\xd7\xb5\x65\x1d\xb3\x05\xc1\x1b\x06\xae\x06\x48\x41\xe2\x07\x37\xdb\xf5\x68\x42\xce\x40\xa1\xec\x1f\xc1\x46\xa1\x68\xd0\x8c\x57\xa2\xb5\x19\xd8\x34\x66\x38\x41\x7f\x4b\x43\xf6\x6f\x61\x4d\x8e\x29\x73\xb9\x2e\x7e\x38\x7d\x97\x0e\x33\xe9\x50\xd6\xce\x8e\xcb\x76\x97\x35\x22\x09\x50\x4e\x9b\x6c\xb2\x84\xbf\x9a\x2c\xc9\x6e\x98\xdb\x16\x7d\x4e\xae\x78\x90\x04\x85\x8e\xb6\x20\x43\xc2\xc9\x7a\x28\x21\x6f\x45\x69\xde\x51\x1c\xa3\xd2\x8e\x3a\x19\x2d\x0a\xb8\x82\xe6\xad\x58\xbe\x84\xae\xd0\x99\x8f\xd0\xdc\xa6\x3a\x15\x33\x52\xb2\x3b\xfb\x51\x18\xe6\xf1\x66\x37\xe7\xd2\xff\x84\x76\xe9\x7c\x5f\xd7\xc4\x69\xb9\xd0\x54\xb0\x88\x21\x6e\x66\x56\xd0\x37\xcd\xef\x61\x3f\x90\x84\xab\x81\x69\xbb\xdb\xd7\x5a\x76\xa2\xb3\xb5\x7a\x4d\xef\xa8\x4e\xfc\xdd\x82\x41\xe2\x91\xd8\x2e\x1a\xa2\xd5\xfd\x3b\x68\x06\xdc\xf2\x1c\xe2\x93\x5d\x06\x5d\x9c\x36\x2e\x28\xbf\x1f\x91\x63\x97\x71\x77\xf7\x10\x5f\x80\x35\xbd\xb7\x6b\xc7\xe6\xd1\xeb\xc5\x99\x1e\xd6\x76\xa3\x01\x06\x79\xda\xd1\xb8\xcd\x59\x1b\xb6\x30\x19\x6d\x6f\xf8\xc0\x44\xa4\xef\x68\x9c\x8a\x57\xeb\x09\x0d\x1a\x8d\x21\xc7\x2e\x9b\xd5\x45\xa2\x7b\x27\x48\x23\xf2\xda\x4e\xfe\xd8\x72\x23\x1d\x8d\xd7\x38\xcd\x8d\xc6\x4d\xbb\xc8\x68\xdc\x94\x20\x47\xe3\x90\x45\xa2\xf9\xab\xc8\xd9\xd9\xf9\xc9\xbb\xce\x8f\x6f\xf9\x8c\x65\xab\xac\x68\x76\x3f\x67\x52\x71\xa5\x59\xa9\xf1\xd5\xfb\x96\x97\x08\x64\x51\x17\x91\x7f\x77\xda\xf8\xe5\x82\x55\x05\xcf\x68\xfb\x4c\xec\xcf\xd6\xc6\x17\xff\x8e\xba\x9e\xbf\xd6\x42\xd3\xe6\xe9\x36\x77\x18\x12\x8a\x84\xdf\xae\xae\xde\x9e\xcc\x34\x93\x6f\x78\xc9\xd5\xa2\x71\xdc\x5d\x0e\x3e\x0d\x09\xf7\x4a\xf0\xd0\xc7\x41\xa6\xc7\xee\x8d\x95\x1c\x92\xca\xe2\xd7\x1e\x50\xbf\x47\xe4\x7c\x2f\xdf\x9c\x18\xb9\x3f\xf6\x79\x63\x76\x80\x5f\xd3\x58\xbc\x7d\x68\x6a\xaf\xb3\x48\x77\xe0\xde\xb6\xbb\x31\xf6\xb6\x27\x0a\xef\x3e\xd1\x96\xfd\xce\x31\xdd\x91\xfb\xdb\xf0\xc6\x88\xd2\x5f\x7b\x08\xec\x3d\x62\xe5\xfa\x76\xac\xc4\x32\x8e\x99\xdb\xc7\x26\x37\x84\x00\xfe\x9a\x7c\x2e\xb6\x8e\x48\xea\xdb\x60\x77\xdc\xde\x2e\x74\x53\xbc\xd5\xaf\xfd\x6f\xe0\xfd\xa2\x36\x36\xed\xb9\x35\x78\xef\x1b\x5f\x1b\xa2\xf2\xeb\xda\x77\xfe\xde\x8e\xf4\x7d\x67\xd0\x3f\x7e\x6f\xc7\x30\x34\x7c\xc0\x9c\x84\x65\xe4\xfa\x7c\x86\xef\xe5\x15\xbc\xab\x6d\x0c\xf2\x7b\xfe\xb5\xcd\x99\x6d\xe3\xd0\xd2\xb7\xbb\xc6\x90\xbd\xdd\xd3\x1a\xff\x9c\x5f\xdb\xfc\xe5\x36\x06\x8c\xbe\x5d\x35\x86\xec\x6d\x57\x6b\xec\x31\xbf\x76\xe5\x85\xed\x54\xf5\xbd\xaf\x07\x2a\xec\xdb\x5b\x42\xf5\x3d\xb7\x4a\xa1\x84\xc3\x30\xe8\x72\xd6\xc8\x40\xbb\x38\x8f\xb5\x36\x8b\x5f\xd3\x72\x43\x7f\x8a\xba\x6d\xef\x3c\x31\x70\x6f\x37\xbf\x69\x91\x4e\xab\xd4\x92\x87\xba\x9b\xed\xf4\x19\xb8\xd7\xce\xb8\xfd\x6d\x75\xfd\x12\xdd\x4e\x53\x42\x5e\x72\xbb\x89\x8e\xc3\xf7\x9c\x18\xbc\xd7\x8d\x6f\x5a\x2c\x38\xf4\x6e\x12\x64\x3b\xc7\xb0\x69\xc4\xb0\xf3\xd8\x34\xcb\xde\x0e\x66\xab\xe5\xa3\xcb\x73\x53\x8e\xef\x1e\x48\xb3\xc3\xc0\xfd\x37\x07\xed\x6f\xbb\x6b\x16\x87\x5e\xb2\x09\x9d\x44\x22\x85\x5f\xb7\xd7\xb0\x7d\x86\x91\x7b\xdb\xe2\xc6\xc5\x45\xfb\x6c\x29\x59\xfa\x36\xda\xec\xb6\xd5\x4e\x9b\x43\xf7\xbd\xe9\x35\x0b\x8d\x7d\xa0\xdb\x2a\xa4\xc4\xbe\x93\x1d\x87\xee\x3c\x39\x78\x8f\x7b\xdf\xbc\x58\xb3\xfb\xcb\xb5\xec\xe6\xe5\xd6\xdc\x66\x4b\x91\xbe\xff\x8d\xf6\x2e\x11\x76\xd7\xd1\xfa\xf5\x25\xfc\xbd\xe7\x3e\x3f\xc7\x06\xd7\x2e\x10\x76\x99\x54\x24\x27\x6b\xba\x75\xba\x0d\xdc\x6d\x6a\xe8\xfe\x76\xbc\x71\xa1\x66\xd7\x6b\xb4\xb7\xdd\x0a\x73\xbd\x7d\x87\xed\xbf\x7f\xfc\xde\x0e\x61\xe0\x92\xcd\x49\x1c\x4a\xc0\x1d\x8a\xef\x7e\xa1\x55\xd8\x76\x10\x73\x3e\xc4\x4c\xb1\x87\x2c\xc1\xbb\xcf\x73\xb9\x87\xf4\x88\x7b\xc8\x1e\xb7\xf3\x8c\x58\xfb\x49\xce\xb3\xb7\x3c\x24\x7b\x4a\x69\xb0\xcb\x80\xb7\x5d\xba\x15\xef\xd6\x6d\x75\xeb\xd9\x36\xaa\x59\xb6\x9f\x71\x83\x36\xe3\x5e\x13\x6e\xd4\x12\x6c\x3d\xeb\x76\x22\xf6\xf6\xd3\xaf\x13\x69\xb7\x9e\x6d\xb3\xf4\x78\xdf\x29\xd7\xc9\x66\xf7\x98\x73\x80\xcc\xb3\xf5\xac\xfd\x02\xc6\xf6\x53\xad\x67\xe5\xb7\x9f\x6f\x33\xa3\xbc\xf5\x9c\x43\xf9\xce\x7b\xb8\x07\x6d\x44\xf6\x35\xce\x41\x1b\x95\xc6\x6b\x5d\x83\x12\xa3\x87\x24\xfc\x86\x21\x8d\x38\xde\x10\xe1\xd0\x68\x5f\x1b\x0b\xd1\xea\xb9\x26\x22\xa2\xd9\x33\x91\xe6\x33\xd4\x72\xd9\x2a\x3a\x62\x58\xaa\xa7\xd4\x8e\xbb\x9e\x92\xdd\x4e\xeb\xdc\x25\xfd\x82\x0b\x3e\x63\x47\x40\x42\xff\x10\x09\x04\x37\xbd\x32\xeb\x20\x79\x83\x45\x60\x3d\x20\x9b\xc1\x15\x5d\x0e\x87\x63\x47\x73\x30\xce\xe1\xd2\x55\xf7\x6c\xfe\xec\x9c\xa2\xdf\x51\x75\x73\xc9\x7f\x49\x24\x21\xe8\xf4\x48\xee\x2b\xee\x11\xf2\xe1\xa9\x1b\xa2\xcc\x0f\x06\x32\xc0\xeb\x38\xe3\xb9\x4c\xfb\x9a\xaf\x83\xcf\xe4\xda\x3b\xcb\x50\x89\x5e\x09\x77\x77\xdb\xda\x70\x79\xf7\xf5\x35\xc1\x91\x9a\x97\x24\xb7\x45\x66\xb2\x1b\xd7\x07\x04\xb7\xc4\x07\x96\xb6\xa6\xa1\x98\x91\x9c\xcf\xa0\x52\x94\x26\x67\xe7\x64\x46\x97\x1c\x0a\xdb\xd1\x92\x34\x8f\xbc\x23\x74\x6e\xd8\xd5\xb6\x9b\xd9\x5f\x2a\x86\x41\x0c\xd1\x06\x04\xd8\x68\x23\xda\x88\x05\x89\x19\x86\x25\xf2\xbb\xa2\xbc\xd4\xef\xbc\x75\xdf\xcc\xf5\xfa\x96\x43\xfa\x90\x0b\xaa\x59\x8c\x24\x89\x36\xeb\xaf\x2e\x75\x5d\x7d\x27\x69\xc6\x52\x11\x47\xcd\x86\x73\x91\xbb\x39\xae\xf8\x92\x89\xda\x2c\x0b\xc2\xd5\x7c\x91\x90\x5f\xd8\xd5\x42\x32\xb5\x10\x85\x19\xf0\xb1\x5c\x30\x5a\xe8\xc5\xea\xff\x89\x32\x6a\xe8\xa0\x64\x62\x3b\xc9\xda\x5d\x98\xed\x4b\xcb\x9a\xf9\x08\x89\xf7\xe2\x35\x54\x02\x62\x04\x86\x63\xfc\x3a\xb8\xac\x33\xb3\x54\x48\x07\x56\x0a\x7d\x84\xd1\xb5\xa0\xd9\x38\x17\x39\x91\x75\x09\x45\x48\x44\x69\x7d\xb8\xcd\x15\xe9\x90\xc7\x8f\x2b\x1f\x93\x83\xf3\xa6\x83\x27\xfa\x37\xdf\x8f\xcd\xed\xab\x30\x58\xc0\x97\x86\x87\xe4\xba\x58\x41\xc2\x5a\x09\x41\xb4\x90\xd9\xcc\x56\xb8\x40\x94\xc5\x6a\x9e\xae\xd0\xa8\x90\xb6\x6c\xa7\x16\x98\x18\xb3\xe7\x16\x86\x3c\x98\x6d\xf0\x48\xc6\x15\xb4\x57\xbd\xeb\xcc\xdd\x18\x2a\x42\xc9\x2f\xa2\x84\xf9\x2d\xf0\x0c\xca\xe7\xdd\x03\xb4\x7d\x11\x1d\x9a\x37\xfa\xf5\x14\xa7\xb2\x85\xcf\x2d\x4f\x42\xa8\x07\x1b\x58\x35\x46\xdd\xd4\x65\x14\x9b\x69\x2b\xb5\x2e\xa9\xbc\x81\x02\xa7\x9a\xd4\x0e\x05\x26\xbe\x5a\xec\x7b\x98\x5c\x61\xf8\x26\xdc\xa4\xa1\x57\x05\xd3\x8f\x30\x23\x38\x06\x91\x60\xf2\xe5\x37\xa0\x20\x2b\xb3\xd5\x98\x60\x49\xcf\xf7\x36\xad\x58\x37\x03\xb9\xe3\x9b\x0c\xc0\xd8\x09\xcd\x12\x2b\xa1\x34\xae\x57\xc1\xbc\x3b\x0e\x45\xe9\x12\x90\x74\x48\x4a\xa7\xdf\xb0\x23\xf7\x69\xe5\xe8\xbd\xce\x7c\x87\x99\xb0\x3a\xa4\x2f\x91\x17\xab\xdd\x27\xe4\x34\x32\x8c\x63\xc4\x55\xba\x34\xf8\x88\x1a\xa2\x04\x0c\x60\x39\xe2\xd0\xee\x56\xdd\x4f\xfe\xb7\x23\x4f\xfb\x46\x74\x7f\x61\x83\x50\xbd\xe7\x55\xe9\x6c\xe9\xff\xd9\xd9\xa3\xcc\x1c\xfe\x43\x66\x65\x1d\x92\x66\x9e\x8e\xfe\x73\xc0\x35\xdb\x5a\xfd\x61\xa6\xc6\x22\xc8\xe3\x52\x90\x02\xd2\x54\x1a\xbc\xfe\xfa\x89\xd9\x39\x3e\x30\x36\x18\x0d\xb6\x6c\x8e\xe8\xbd\xd0\x17\x8c\xe6\x43\xb6\xfc\x9b\xc8\x05\xdb\xa9\x75\xd6\x30\x49\xdb\x79\x90\xac\xe5\x96\x36\x4d\xb5\x31\xf1\xe9\x8f\xa7\x05\xe5\x4b\x1c\xd6\x90\x86\x71\xbe\x96\x5e\xa0\xcd\xa6\xf4\x0d\xef\x52\x82\xdb\x64\xc7\x35\xe2\x65\xe5\x77\x66\x83\x18\x91\x91\xe9\xfc\x4c\x32\x33\xf1\x0e\x49\x44\x6a\xe3\x9d\xfd\xdc\x76\x3b\xf5\x1a\x18\xed\x3a\xf7\x65\x4c\x4c\xad\xf7\xb7\x08\x37\x4b\x02\xcc\xc3\xb1\xec\x02\x25\x81\xfb\x63\x57\x72\x82\xf5\x58\xd5\x05\x32\x0c\xe0\x55\x9b\xd0\xe9\x1d\xe6\x87\x87\xda\x26\x98\x45\xd8\xfc\x69\xdf\xbe\xf7\x6f\x2e\x51\x64\xb8\x62\xcb\xca\xc0\xc2\x1b\x5e\xb0\x73\xaa\x17\xd8\x70\x56\x66\x12\x96\xb2\xa9\xfb\xf7\x42\x69\xf3\xdf\xce\x07\xa2\x86\xf6\x64\xbe\xa9\x83\xc2\xbd\x3d\x3b\x07\xcb\x7b\x7a\x86\x88\x70\xdb\xee\x59\x17\xcc\x82\x6f\xde\xc5\xef\xb8\x61\x54\x4e\x32\xcd\x6f\xd9\x2b\x46\xf3\x82\x97\x0c\xdf\x62\x65\xdd\xb4\xfd\x6c\x2a\x93\xf5\x74\x8a\xc9\xa6\x26\xc4\xcb\xed\xc8\x24\xdc\xb2\x42\x54\xf0\x0d\xa8\xd2\xca\xb0\x24\xb1\x28\x8b\x55\x10\x73\x4a\xa1\x21\x5d\xba\x79\x60\x28\x59\xd6\x85\xe6\x47\xa8\x9a\xd8\x4a\x25\x91\xba\x8f\x8d\x67\xf2\xfe\xcd\xe5\x4e\x8e\xa3\x24\x66\xa6\xc6\x51\x0c\xae\x71\x10\x20\x30\x55\xdb\xc0\xb7\x9a\x75\x76\x79\x66\xb3\xf2\xf3\x1f\x89\xb4\x48\x63\x05\x47\x2b\x50\x5a\xb6\xcc\xf0\x2b\x58\xd4\x17\x74\x7e\xe7\x3f\x0e\x5d\x5b\x1a\x5a\x53\xe9\x61\x13\xfd\xbc\xce\x09\x5b\x7b\x4e\xcf\x86\xd8\xb7\x60\xca\xd1\x80\xdf\x1a\xa6\xba\x04\x61\xc3\xe6\x23\x78\x1a\xbe\x6f\x04\x9e\xc6\x9e\x87\x2d\x6f\x1d\xb1\x49\x31\xf7\x7d\x9d\xe3\x22\xa7\xbe\xfa\x25\x85\x5c\x1e\xe1\xa1\x43\x4d\x1c\x55\x84\x12\x6d\xe7\xc1\x98\x06\x37\x49\x97\x0a\x23\xc4\xf1\x72\x3e\xd9\xef\x15\x06\xc5\x5d\x0f\xb5\x1e\x72\x18\xd1\xd5\xdd\xeb\x1c\xcc\xf8\x35\x47\xb0\x3f\x1d\xe0\x5a\xfb\xe2\xba\x87\x77\x9d\x1f\xf0\x7a\x2e\xb6\x39\x72\xd3\x2b\x7b\x05\x99\x62\x0c\x33\x05\x03\xd7\xa8\xd1\x7a\x7b\x76\x16\xaf\x7b\x7a\x76\x85\xbd\xd0\x33\x4a\x31\x98\xd1\x92\xb0\x4f\x1c\xd4\x19\x33\xd4\x62\xb0\x56\xcf\x44\x21\x0b\x90\xe5\x55\x90\x7d\x5b\x53\x4f\xc8\xd9\x8c\x5c\xd7\xc7\xc7\x5f\x67\x7f\x21\xc7\xe3\x61\x73\x72\xe5\x72\xb8\x7f\xde\x94\x57\x9b\xed\xc8\x6b\x40\x67\xb3\x7f\xf5\x5a\xf8\x49\x0d\x1f\x9e\xf3\xec\xe2\x72\xa3\x99\xcf\x75\x59\x63\xdf\xb3\x5d\x52\xf5\xf0\x60\x71\x44\xb1\xd8\xa6\xf7\xc0\x94\x67\x6e\x52\x1b\x04\x64\x4e\xe4\xcb\xca\x80\x36\xc0\x07\x60\x33\x3c\xac\x19\x3d\x08\x20\x9a\xe3\xb7\x80\x88\xd3\xcd\x10\xb1\xb9\xba\xcf\x45\x5f\x75\x1f\x19\x56\xd7\x2c\xc4\xb0\x9b\x74\x78\x0e\x36\xbe\x5c\xd0\x18\xe0\xca\xb1\x16\x38\x06\xf8\xea\x6f\x00\x8f\xe4\x0c\x9b\x00\xa4\x31\xac\xc7\x75\xa0\xd3\x67\x3d\x14\x75\x7b\xaf\x03\xa8\x4e\xef\x14\x6c\x59\xdf\xd4\x7f\x99\x4e\x3b\x83\x29\x98\x6d\xe7\x10\x35\xee\x3d\xd2\xde\x9c\xf5\xad\x8e\x6b\x14\x48\xb8\x64\x9b\x27\xd6\x67\xa1\x32\x9d\xd5\x4a\x69\xb6\xfc\x5d\xfb\x28\xf4\x3b\x2e\xad\x41\x9c\xfe\x88\x8f\xb5\xd8\xd2\x17\xf6\x31\xd0\x3b\xc1\x8e\xfb\x81\xad\xa0\x68\x7e\x8c\x2c\x97\x27\x57\xe2\x86\x95\xae\xbe\xda\x85\x10\xfa\xf4\xa4\xa7\xf6\x7e\x7a\xd0\xba\x6a\x86\x51\xbf\xfe\x2a\x86\x2e\x7d\x93\x36\x7d\xef\x51\xca\x70\x20\x98\x87\x9d\x25\x92\x6f\xb9\x36\x5f\x8f\x41\x08\x4d\x32\xb3\xf7\x19\xa4\xa7\x22\xb4\xd6\x0b\x21\xb9\x5e\xf9\x85\xf0\x32\x2b\xea\x1c\xed\x09\xad\xad\x3c\x52\x6e\x33\x2c\x93\x4c\x5b\x51\xc9\x39\x31\x50\x72\x4b\x0b\x9e\x93\xf3\xd7\xef\x8e\x58\x99\x09\x33\xc7\xe9\x09\x99\xd6\x65\x5e\xa4\xeb\x48\xa4\xaf\xb1\xcf\x8b\xa1\xd9\x2d\x16\x80\xa0\x90\x8f\x05\x34\xb4\x5f\xc5\x6b\xa8\x24\xbf\x35\x5b\xbd\xb8\x3c\x21\x37\xcc\xe6\xbb\x33\xb4\x8a\xcf\x3b\x3b\xc4\xfd\xa9\x3d\xba\x41\x6c\x70\xe6\x5b\x87\x63\xeb\x43\x8e\x86\x20\xda\x7d\x38\x16\x3b\x74\xe3\x83\xd3\xe8\xb7\xb9\x14\xe8\x7a\xe4\xd9\xd9\xeb\xe2\xee\xf7\x4b\xe5\x58\x06\xf8\x62\xae\x03\x89\xcd\xb1\x59\xeb\xc1\x22\x35\x7e\x0b\xd0\x08\xc3\x37\x83\x47\xbb\xef\x3a\x10\x69\xf5\x4d\x80\x89\xed\x01\x99\x69\x77\x9b\xf2\x39\x9a\xfa\x0b\x4b\xfd\x3c\xd4\xc7\x76\x0d\xc0\x0c\x8d\x68\x5b\x0b\x35\xfd\x93\x0c\x07\x9d\xab\xab\xb7\x1b\x41\xc6\xf7\x59\x03\x2a\xae\x4f\x17\x44\xae\xae\xde\x1e\x41\x1e\xfc\xa3\x99\x5d\xe7\x5e\x6b\x9e\xee\xea\x92\x7b\x6c\x84\x7d\x17\x9a\xe8\x1e\x2e\xef\x2b\x5a\x14\x5f\x11\x56\xd6\x4b\xc3\x73\xb0\x1c\x2a\xa4\x2a\x70\x6a\x01\x77\x15\x9f\xc4\x16\x3c\xb7\x5a\xf6\x28\xf2\x06\x63\xca\xb8\x33\x3c\x8e\x7b\xca\x8e\x91\x29\x2f\xa9\xb4\x0c\x04\x26\xec\x34\xe4\x76\x15\x72\x39\x9b\xeb\xc0\xd9\x1b\xdb\x1b\x13\x46\xb3\x45\xfc\x70\x83\x5a\xb5\x5b\x6c\xae\x64\x2c\xb7\xce\x36\x58\x4f\x03\x73\xde\xda\x12\x2b\xa8\x12\x2b\x49\x45\x95\x7d\xd9\xb1\x9c\xa3\x01\x2b\xc9\xcd\x6a\xb0\x3f\xd6\x00\xe9\x04\xdc\xb8\xe5\x5b\x00\x82\x25\x54\x54\x6a\x57\xaa\xca\x30\x11\xf6\x53\x37\xa5\xb8\xb3\x49\xa4\xed\x29\xc1\xd7\x55\x5d\x55\x42\xda\xa4\xda\xb6\x2b\x9e\x74\xa8\x4f\x0b\xa5\x10\xcd\x6e\xed\x5a\x06\xf9\x1c\x3a\x7d\x35\x64\xda\x54\x5c\x94\xa8\x9c\xc5\xc6\x57\xab\x92\x2e\x79\xd6\x6a\x1b\x66\xe3\x1c\x8f\xde\x14\xec\x53\x9c\x55\xf8\x15\x4f\x64\x2f\xec\xff\x50\x4f\x21\xdf\x44\x57\x12\x97\xf8\xad\xe2\x06\x0f\x14\xca\x16\xe0\xb0\xfe\x5e\x77\x5c\x2f\x78\x49\x68\x49\x58\x79\xcb\xa5\x28\x97\x58\x88\x81\x6a\x77\xd2\x8a\xe4\xf8\xa1\xc6\x84\x13\xf2\x0a\xcb\x47\x2a\xe7\xb8\xd8\x93\x84\xb9\xff\x6c\x7b\xb6\x95\xea\xeb\xf7\xe5\x8d\x0a\xe7\x3f\x36\xf7\xd7\xd9\x94\xa8\x35\xa1\xed\xec\xb5\xc8\x43\x03\xf9\x51\xde\xbc\x60\xe0\x28\x36\x3d\x88\x59\x73\x6a\x6f\xe8\x8f\x4c\x1a\x71\x3b\x57\x58\x56\xc8\x03\x26\x9c\xe7\x8a\xdc\xd1\xd5\x98\xdc\x89\xf2\xd1\x7a\x7b\x05\x86\xda\xda\x70\x5d\x17\x25\xaa\x2c\x06\xd2\x72\x65\xee\x67\x4e\x04\xa4\xb5\x05\xdf\x1b\x6f\x16\x69\x58\x4c\xd2\xc7\x9f\x82\xbc\x1e\x27\x08\xdf\xc1\x33\xfb\x75\x51\xa0\xb5\xc3\x22\x67\xce\x25\x10\x74\xf0\x31\x42\xcc\x83\x7e\x05\xfb\xd4\xa4\x67\x6e\x37\x8a\x51\x69\xd0\xd3\x6c\xc4\xe6\x4b\xa6\x85\xa1\x72\x32\x07\xac\x5f\xb5\xc8\x60\xd2\x72\x33\xd4\x8f\xa0\x65\xc8\x19\xe4\x3d\xd0\xe7\xea\xb1\xd6\x71\x60\x1f\xd9\x5b\xd2\xbb\xda\x45\x68\xee\xb0\x2f\xb5\x55\x17\x50\x72\x25\x19\x57\x78\x6e\x5a\xb6\xca\x17\xdc\x1d\x11\x71\x3c\xb7\x4c\x5a\x08\x2f\x59\xc6\x94\x32\x8f\x43\xe3\xb1\x84\x3c\xe7\xf5\x94\xc9\x92\x69\xa6\x1a\x85\x86\x37\xd1\xf5\x29\x2f\xf3\x50\x0a\x1a\xbd\xda\x7e\xf9\xb6\xf1\xa3\x2d\x40\xd3\xfc\x11\x89\xcd\xb9\x14\x33\x6e\x2d\x74\x59\xa3\x10\xc5\x42\x28\x6d\xa4\xe0\x0f\xe8\xd0\xcc\xa0\x43\xa7\xaa\x34\xaf\x34\xd0\x2c\xf8\xe7\xad\xf9\x8f\x10\xcb\xcb\x4c\x48\x76\x92\xff\x6c\x3e\x2d\x60\xa4\xa1\x19\x10\x25\x30\x1a\x8f\xea\xbc\x3a\xcb\x0b\x16\x5c\xd0\x33\x51\x96\x5a\xd2\xec\x06\xff\x3d\xe3\xf3\x86\xba\xd2\x90\x91\x73\x21\xb5\x5d\x3a\x7c\xeb\x8e\x97\x37\xe6\xb0\x8a\xee\x0b\x73\xc8\x41\xb0\xe3\x1c\x04\x31\x80\x75\x4e\x34\x6a\x4c\x14\xfb\xee\x2b\x9c\xbd\x4d\x05\xf0\xd4\x92\x3a\x80\x98\xa8\x01\xf1\x6f\x55\x00\x3c\xdb\xa2\xdc\x86\x59\x18\xfc\x5b\x42\xd8\x8e\x7d\xf6\x5c\x0d\xb6\xb8\x2a\x86\xad\xeb\xe0\xb4\x5b\x53\xc9\xf3\x39\x23\x5a\xd2\xd9\x0c\x52\x54\x2e\x81\x71\x30\x3c\xbd\xa8\xb5\xe2\xb9\x9f\x2c\x4c\x30\x83\xc7\xde\xb2\x26\xf9\x98\x94\x82\x88\xd9\xec\xc8\x76\xc0\x29\xf1\xc8\x50\x55\x58\x31\x69\xc4\xa0\x9e\x5a\x29\x1d\xea\xd0\x53\x8e\xa3\xa9\x72\x5f\x88\x3b\x22\x66\x1a\xae\xa9\xf1\x06\xba\x0c\x17\xfe\x9a\x08\xe0\xfc\x4c\x32\x23\xdb\x05\x8f\xff\x39\x48\x20\x96\x31\x39\xde\x9d\xf3\x66\x20\x7c\xa9\x7d\x60\x53\x78\x45\xfc\x4f\x47\xce\x39\xb3\x55\x3f\xbb\x42\x7c\x1e\xf2\x78\x63\xb1\xb1\x54\x52\x45\xf7\x8e\xe1\xa7\x3a\x80\xd6\x7e\x35\x7a\xd8\x5b\xdf\xc1\xf3\xb4\x95\xff\xe5\x96\x53\x72\xc7\xa6\x01\xc7\x0d\x21\x78\x9a\xb3\x69\x3d\x7f\x6a\x24\xac\x99\xad\x0b\x22\x27\x24\x4c\x63\x7f\x52\x1e\x50\xf0\x07\xa8\x32\xe2\xea\xab\x75\xde\xcb\x88\x45\xb4\xec\xed\x77\x34\x59\xc4\x25\x6e\xc5\xc4\x2a\x4b\x5a\x19\x60\xb6\x0d\x18\x3e\x0a\x38\x20\x44\x61\x65\xfc\x6e\x19\x7a\x38\xc6\xa7\xec\x53\xc5\x24\x37\xdc\x2a\x2d\x1a\xfe\xb3\xed\x57\x3c\x70\x8b\xe7\x8d\x17\xac\x53\x8d\x21\xf9\xac\x77\x36\xd1\xed\x93\xa0\xc8\xe0\x95\x2c\x64\x28\x68\x89\xa3\x48\xb6\x60\xd9\x4d\x82\x42\x8f\x5d\x01\x7d\xf0\xf8\xf0\x84\xfa\xe5\xb3\xe3\xe7\x2f\xfe\x9c\x42\xd1\x0e\xdb\xd0\x5d\x67\xab\x07\xd4\x8c\x2a\x45\x79\xc4\x96\x95\x36\xc2\x44\x54\x31\x89\x50\xeb\x9e\x08\xd5\x2a\xf4\x2a\xae\xb3\x07\x98\x9b\xe9\x9a\x16\xc4\x4d\x99\x24\x1a\x9e\x45\xe9\xfa\x43\xda\x96\x80\x63\xee\x97\xfd\xa3\xd8\xd9\xf9\x15\x7c\xa9\x83\x61\xc0\x46\x25\x96\x7a\xdb\x58\xe6\xed\x67\x59\xe2\x8f\x97\x9d\xe5\x1d\x32\x12\xed\x2a\x23\x51\x92\x2f\xef\x7a\x58\x76\xfa\x0c\xc1\xea\x26\x49\x5c\x87\xd0\xcf\x9e\xff\x6f\x40\xe9\x67\x06\xa5\xff\xf4\xcd\x7d\x39\x32\xe0\xf3\xbb\x8b\x87\xb8\x35\xcf\x79\xd9\x28\x23\x60\xa2\x96\x36\x1c\xac\x56\x69\xac\xed\x72\xfd\xc9\xc0\xb4\x46\x17\x77\x32\x47\xa0\x7a\x30\x07\x72\x44\x7d\x1b\x42\xa4\x8b\xae\x43\xd8\x37\x6b\x31\xf2\xd8\x84\xfc\x08\x8c\xb6\x37\x3c\xa2\xd9\xf1\xec\x9c\x4c\x0b\x91\xdd\x28\xd0\xf3\x29\x66\xd9\x71\xd4\xee\x42\x6d\x54\x2a\xe9\x92\x69\x77\xc2\x85\x01\x64\xf4\xa6\x76\x87\x65\xc3\xfe\xdc\x7a\x40\x47\xa2\x00\x0a\x21\xb0\x4a\x89\x25\x13\x25\x23\x77\x20\x42\x14\xfc\x06\xce\x84\x7d\xaa\x84\x62\x06\x99\xac\xa9\x49\x94\xa4\x10\x19\x2d\x0c\x9d\x83\x2d\xc0\x5f\xe4\x96\x2b\x8e\x4e\xa4\x90\xe8\x1f\xb5\x27\xd1\xb7\x41\xc8\xa7\x52\xf3\xac\x2e\xa8\x24\x55\x2d\xcd\xbc\x63\x42\x49\xc1\x15\xa8\x80\xfc\x0e\xed\x0a\x72\x01\x6f\x1b\x30\x6e\x06\x10\x38\xc0\xc2\xf5\xc8\x41\xc9\xf1\xd3\xff\xbc\x1e\x8d\xe3\x13\x04\x6a\x0d\x1a\xce\x68\xff\x85\x10\xd5\xd4\x30\x2f\xe1\x8d\x77\x69\x75\xcd\x85\xb5\xa6\xa7\x40\xfd\x7f\x61\x52\xf8\xf5\x74\x3f\x31\xe3\x85\x65\xc1\xb0\xd6\xb7\x19\xf8\xb3\xb9\x2d\x44\x05\xa7\x77\xaf\xaa\x82\x07\x8d\xad\x39\xf6\x09\x39\x29\x09\x3c\x2d\x8e\x36\xa9\x82\x63\xd9\x5e\xaf\xb5\xb6\x4b\x87\x60\x63\xb4\xc5\x44\xc7\x18\x81\x27\x95\x92\xae\x8c\xa8\xab\xd9\x32\x7e\xaa\xbd\x45\xb7\x29\xfe\x76\x20\x36\x6a\xf4\xca\x61\xb1\x3c\x52\xe6\xb7\x23\x9a\xff\xbc\x1d\x90\x5a\xad\x26\x18\xe1\x81\x95\xff\xdb\xd1\xb3\xe3\xe3\xe3\x31\x31\xff\xfb\xf7\x61\xb6\xfe\x20\x98\x27\xbc\x84\x6d\x93\xb7\xf4\x3b\x79\x01\xc0\x10\xb5\xa6\x8f\xa7\x6c\xce\x4b\x73\xa9\x47\xac\xcc\xcd\x7f\xc7\x68\xee\x57\xfc\x96\x3d\xc1\x4b\x31\x64\x1c\xeb\xdb\xa9\x7a\x89\x9a\x43\x21\x73\x44\x9a\x20\x51\x99\x3b\xb1\xa2\x05\xc0\x47\x5d\x3a\xc2\x91\x93\xc7\xc7\x47\xc7\x4f\xac\x4a\x1e\x3e\xeb\x78\x04\x49\xcb\x5c\x2c\x8b\x15\xc9\x16\x42\xb1\x32\x49\x49\x5a\xfa\x86\x6e\xd1\xad\x46\xbb\x13\x18\x0a\x01\x4a\x53\xc2\xf3\x82\x91\x8f\xaf\xce\x63\xb9\xd0\x7d\xfd\x86\x55\x9a\x88\x8a\x95\xe4\x31\x9b\xcc\x27\xe4\xd1\xf3\x17\xc7\x4b\xf5\x68\x4c\x1e\x3d\x57\x8f\x9e\xf4\xca\x0f\xe4\x03\xb8\x7a\x57\xe0\xf8\x66\xf8\x46\xc0\x53\x73\x10\xef\x44\xce\xfe\x52\x2b\x26\x21\x55\xc9\xee\x04\x8d\xa0\x2e\xe9\xec\xde\x37\x05\xee\xc2\xff\xb4\x7f\x16\xe3\x27\xf7\xa9\xfd\x45\x84\x35\x45\xeb\x44\xdd\xb1\x75\xa2\xf5\xb6\xfa\xc2\x94\xd4\xb4\xd5\x1c\x69\xb6\x70\xcb\x29\xda\x6c\xdb\x56\xc3\x7b\xae\x64\x7b\xdd\x69\xea\x2c\x06\x2a\x51\x13\x43\x13\x72\x70\x57\x3f\x73\x4f\x15\xea\x92\x7e\x3a\x67\xf2\x54\x48\x36\x1a\x8f\x96\x50\x06\x58\x67\xd5\x6b\x65\x64\x01\x30\xf3\x06\x5d\xa5\xce\xaa\xd3\x42\x28\xf6\x13\xe5\x2e\x8a\xaa\xab\x82\x8c\xe6\x4b\x05\x35\xd9\xb6\x90\x96\x06\xc2\x9c\x22\x3b\xf3\xfb\x93\xab\x88\xdc\x58\xdb\x93\xd9\x70\xc5\x24\x78\x0d\x98\xf7\x82\x3c\x3e\x86\xcc\x11\x8c\xde\xa2\xfe\xb8\xe0\x4b\xc3\x0d\xa8\x23\x8e\x0c\x21\x9f\x97\x10\x58\xcf\xcb\x27\x03\x1d\xbf\x96\xa9\xaa\xa1\x4b\x5e\xb6\x83\x7a\xf0\x95\x12\x33\xb7\xc8\x23\x58\x1d\xd4\x58\x64\x99\x90\x18\xe0\xe3\xca\x9c\x8e\x89\x64\x73\x2a\x73\x08\xab\xb6\x63\xa0\xff\xbb\x70\x12\xc0\x74\x86\x93\xf9\x4b\xff\xce\x86\x6e\x25\x75\x4f\xdd\x30\x8a\x6e\xa7\x24\xf9\x0f\x10\xc7\x4a\x8d\x86\xa1\xd3\xb7\x1f\x2e\x5f\xff\xe3\xa7\x93\xb3\x2b\xf4\xee\x70\x65\x36\x97\xd4\x1c\x57\xe9\x2c\xce\x76\x18\x08\x95\x13\xf7\x4a\xfc\xf9\x78\xcd\xeb\x80\xec\x88\xde\x1d\xed\x4f\x43\x72\xea\x2c\xba\xdd\x92\xa7\x71\x75\x3a\xf0\x31\x84\x5d\x7e\x9e\x6d\xee\xde\xad\xf5\x5e\x74\x7a\x08\x79\x4b\x8e\x1c\xac\x81\xc8\x99\xa6\xbc\xd8\x01\xc5\x53\xff\xaa\x99\xa4\x39\xfb\x96\x9b\xb6\xf0\xf7\x49\x51\x8c\xc6\x23\x15\x1b\x60\x96\xbc\x5c\x57\x52\xbc\x39\x36\x41\xf0\xa2\x66\xa2\x59\x51\xa8\x98\xb9\xd5\x82\x5c\x1a\x7a\x17\xd9\xc8\xf8\x8c\xd4\xca\x69\x0c\xaa\xda\x50\x4a\xa7\xa8\x09\xb2\x63\x5a\xcd\xd7\xdc\xd7\x9a\xb5\x7c\xcb\x7d\x76\x8f\x29\xf7\x8e\x19\xfe\x3b\xb3\xbb\x25\x95\x37\x04\x33\xc6\x45\xd1\x8a\xb0\xd4\x61\xeb\xdb\xcc\xad\x1f\x8f\xc9\xd7\xcf\xfe\x3e\x9c\x36\xaf\xd3\x7b\x37\x9a\xdb\xf4\xda\xfa\x9b\x03\x33\xee\x97\x2a\xeb\xc2\x8a\xb2\x5e\xe3\xed\x30\xf7\x05\xf0\xb0\xcf\x96\xc0\xc9\x2e\x9e\x3f\x5f\x3e\x7a\xb2\x3b\x7a\xa4\xd6\xec\x42\xf5\xb9\xca\x3f\x68\xe9\x7d\x34\xe8\x77\x4c\x7c\xda\x1c\xde\x30\xc2\xd3\x1a\x35\x48\x9f\xb8\x23\x82\xb3\x86\xa0\x8c\x47\x2a\x5b\xb0\xbc\xc6\x52\xa8\xec\x13\xf8\x8a\x43\x61\x74\xd3\xa4\x25\xcf\xf4\xc9\xc5\x79\x97\xee\x34\x7a\x26\x8a\x9d\x87\x56\xd4\x4c\x3a\x9d\x87\xf9\xe9\x91\x8a\x5c\x3b\x40\xb7\x6a\x36\xc3\x99\x8c\x5d\x54\xb4\xa8\xb3\x85\xab\x7f\xce\x28\xb8\xc1\xd4\x15\x76\x77\x4e\xc5\xdb\x29\x07\x76\x87\xc4\xb7\xbf\x21\x02\xfb\xdb\x4a\x6b\xa9\xe3\xdb\xec\x08\xe3\xe1\x3e\xbb\xc8\x0f\x4d\xe4\xe4\xe2\x3c\xf6\x22\x94\xd5\x3f\x2c\x23\x6b\x78\x5a\xf3\x27\x2d\x4b\x51\x97\x48\x97\xe9\xad\xe0\x39\xa1\xa5\xba\x63\xa0\xda\x31\x83\x0d\x85\xe7\xae\x36\x3a\xa0\x93\x59\xd6\x71\xd0\xe8\x24\x5f\x8e\x87\x90\xa5\xed\x2f\xe3\x0f\x47\x92\x7a\xa4\xc6\x21\x74\x29\x3d\x34\x10\xa7\x9f\x78\x99\x8b\x3b\xf5\xf4\xfb\xf7\x97\x3b\x93\xf8\xac\x96\xef\x3d\x5d\x1a\x68\x40\x73\xc4\x8f\xbc\xf2\x6e\x31\xaf\x2e\x2f\x12\x04\xc7\x37\xf5\xf9\x2a\x5e\x5e\x74\x19\x1c\x57\xac\xdd\x2c\xbf\x12\x05\x37\xd7\x11\x55\x6b\x77\xe5\xe8\xc1\x67\xc0\xcc\x9d\x02\xce\x78\xb9\x5d\x35\x78\x68\xf4\x2e\xcb\xe6\xdf\x96\xa7\x71\x0a\xcd\xb6\x42\xd5\xb0\x34\x5a\x38\xef\x5a\x67\x52\x71\xb6\x04\x5c\x67\x12\x83\xfd\x61\x75\xf1\xc4\x35\x25\x4c\x14\x76\x35\xd6\xf2\xf3\xe3\xd9\xb9\xf9\x24\x18\x71\xbc\x1b\xa0\xe1\xad\x80\xda\x16\x82\xe6\x53\x5a\x50\x08\x6f\xba\x67\xdc\x8c\xa7\x42\x49\x98\xbd\x74\xad\x5b\x81\x6b\x7a\x54\xa0\x56\x60\xff\xea\x52\xbf\xf4\x83\xe8\xfa\x59\x18\xa4\xc5\x5c\x48\xae\x17\xcb\x4b\x38\xa1\xd1\x78\xb4\xa0\x32\x3f\x17\xf9\xc9\x0c\xa8\xc0\xea\x72\xb5\x44\xab\xce\x4f\x8c\xcf\x17\x66\xba\x82\xd1\x9c\xc9\xd7\x85\x77\xc6\x4a\xf8\x67\x3d\xc4\x1f\x0c\x7f\x39\x15\xa5\x46\x93\x56\xdc\x66\x4d\xde\xe7\x92\xb1\x65\x65\xbf\x55\x31\x99\xb1\x52\xd3\x39\xfb\x30\x83\xa4\x69\x57\x02\xb4\xdd\x23\xf4\x21\xb2\x32\xa5\xcd\x01\x92\x70\xdc\x6a\x9d\x40\xd7\x7b\xab\xd9\xa1\xe5\xd2\xe3\x0f\x94\xf8\x89\x2c\xb4\x0d\x52\x54\xfa\xe1\xdd\x22\x40\xae\xa5\xf5\xfd\x43\xc1\x9b\x3d\x39\x9b\xb5\x00\xa5\x5b\x0f\xdb\x21\x9e\x16\xe4\x8e\x72\x6d\xf3\xe7\x98\xa1\x8d\x70\x48\x74\xb1\x5c\x56\x05\xd3\x3e\xcd\xa4\xe6\xe0\xb4\x24\x6a\x8d\xf2\x99\x17\xcf\x4a\x51\x1e\x95\x6c\x4e\x35\xbf\x45\xfb\xdd\x1c\x3d\xa9\xad\xd1\x8f\x80\x79\xca\x7c\x21\x03\x27\x91\x12\x3f\x0d\x3e\xe2\x67\xf6\x02\xb1\x23\x57\xa4\xe4\x05\x46\x36\x58\x53\xab\x6d\x89\x1d\x1b\x36\x4a\x7d\x7f\xfe\xd3\x30\x47\xb7\xb6\xfe\xfa\x0f\xee\xe8\xd6\xa5\x3b\x5d\xf0\x68\x77\x71\xfe\x39\xca\x39\xba\x91\x2a\xb4\x59\x07\x9d\xb4\x3a\xa1\x9f\x02\xf6\x70\x00\x89\xae\xde\x03\xaa\x10\xd6\x9b\x0b\x3b\x04\x8f\x28\x70\x80\x69\xfb\x4d\x41\xe2\xcb\xbe\x78\x83\xbd\x78\x61\x2d\x84\xd2\x2f\x2b\x21\x75\xec\x8b\xf5\x34\xf9\xfd\x0d\x4f\x53\x22\x09\x02\x3e\x7c\xaf\x6a\x83\xe7\x96\xa0\x42\x54\x82\x9d\xc1\x87\x17\xb8\x99\x30\x4c\x4e\x83\xf1\x1c\xf4\xd9\x3e\xc7\x32\x39\x97\x6c\xc6\xe4\xda\xd9\x0c\x37\x1e\x45\xca\x58\x57\x07\x50\x31\x91\xcd\x6b\x31\xa3\x27\xe4\xfb\xb5\x7b\x8c\xfc\x55\x00\xaa\xee\xf0\x57\x31\xdb\x7a\x9d\x63\xd2\xd0\x0a\x1d\x1f\x3d\x3b\x3e\x1e\xa8\x13\x1a\xe2\x15\xf6\xfd\xe7\xf6\x0a\x7b\x76\xa8\x63\xb6\x5f\xaf\xa1\x16\xdb\xd7\x39\xd5\xb7\x8d\xf6\x06\xef\xd1\xb2\xe3\xce\x08\xce\x45\x98\xeb\x8c\xc7\xf2\x40\x86\xa9\xc1\x2a\x37\x57\xd3\xa1\xe7\x43\x5c\xa0\xde\xed\xd9\x05\xaa\x01\xbd\x49\x17\x82\x5e\xce\x36\x95\xcf\xb3\xd1\xd3\x76\x8c\xf4\x06\xb6\x19\xf8\x3b\x48\xf4\x96\xbb\xd0\x74\x51\x82\x9f\x4c\x5d\x42\xda\x55\xc5\x9d\x6b\x80\x0b\xf8\x82\x5c\x6c\xe3\x16\xb3\xab\xb4\xa8\x14\x31\x30\x1c\xc5\x21\x41\x78\xb1\x9f\xa3\x8c\x13\x18\x37\x4b\x4c\x2c\x58\x51\x41\xfa\x7a\x29\x6e\xa3\x59\x1f\x29\xe7\x88\x4d\xcb\x8c\x4d\xc8\x65\xc4\x5b\xdf\xd1\x95\x79\x9a\x38\xfa\xc3\xce\x0c\x0a\xfb\xac\xca\xd7\xa3\x25\x2f\xdf\xd8\xef\xda\x83\x7a\xc3\xcb\xfc\x7a\xd4\x5e\x4d\x29\xc8\x92\x6a\xcd\x24\xc6\x3e\x6a\xcf\x67\x39\x6e\x78\x56\x50\xf3\x08\x4e\xc8\xeb\x4f\xd4\xb0\x70\x2f\xcd\x23\x19\x6d\x00\x0b\x79\x70\x45\x5e\x1c\x1f\xdb\x39\x21\x9b\x5e\xdf\x44\xe4\x6b\xcc\x49\x56\x76\xce\x6e\x66\xf9\xc6\x59\x2d\x41\x50\x6f\xad\x14\x6e\xc5\x30\x99\x06\x1f\xc9\xb3\x17\xc7\xa1\x83\x28\x0d\xbb\xfc\x93\x99\x34\x7c\x97\x2b\x72\xec\x21\x2c\xbe\xf0\xc7\x2f\xfe\xe3\xe8\xe8\xc5\xf1\x7f\x10\xc3\xf9\x40\xd6\x6d\xb8\x49\xb3\x8d\xa6\xdb\xfc\x13\x2f\xba\xc3\x02\x1c\xdb\x08\x5e\x42\x43\x53\xd5\x60\x24\x17\xa2\x5b\x02\x4a\xa3\x56\xfb\xbc\xa2\x53\x07\x2d\xc0\x2f\x4b\xcc\x48\x56\x2b\x2d\x96\x2e\xd4\x8d\xca\x79\x8d\x41\xdb\x06\xbc\xe2\xa8\x53\xf2\x61\xc9\x81\x79\xb4\xc4\xc5\x74\x75\x59\x52\xed\x60\xae\x88\x79\x73\x6f\x69\xc1\xd0\xdd\x2a\x58\x4f\xdc\x31\x39\x16\xb5\x19\x8e\xbb\x4e\xb9\xfa\x00\xfa\x14\xef\x1e\xd4\xb2\x2e\x30\xaf\xe7\x9c\x94\xe5\xa9\x31\x8e\xd8\x9e\x8f\x8b\xd6\xc5\x20\x52\xaf\xce\x41\x46\x2b\x8f\xbc\xc2\xf3\x09\x79\x6d\x7f\x8c\x23\x7c\x31\x30\x98\xf5\x4e\x60\x0e\xdd\xfa\x87\x3b\x91\xce\xc3\x94\x0b\xa7\xb6\x9c\x6e\x73\x62\x5a\xae\x7c\x28\x63\x73\x40\xfb\x53\x61\x81\x00\xc2\xa5\x48\xad\x3e\xba\xc4\xe0\x8f\x65\x13\x77\xb2\x4f\x9a\x95\x20\xe0\xc2\xc3\x3a\xee\x7c\xd0\xdf\x67\xab\x67\xd3\xc7\x1b\x11\xdb\x31\x7a\x1b\xb3\xfe\x0f\xba\x5d\xd5\xd0\x54\xa7\x15\x67\x97\x71\x33\x70\xa0\x91\xda\xcc\x8f\x1d\x87\xec\x2e\xe8\x25\x18\xe5\xca\xf7\x51\x2b\xe8\xa1\x87\xe1\x08\x40\x75\xa2\xe1\x1e\xdd\x2b\x91\x3f\x52\xe4\x7a\x64\xce\x71\xd2\xf8\xf8\xf5\x68\x50\x7a\x98\xbf\xed\xc1\xa7\x69\xa0\x9e\x6c\xdd\x33\x3e\x74\xc2\x06\xde\x6d\x37\x48\x0d\xee\xdf\xab\xad\x69\x2b\xb4\x77\xb0\xf1\xa1\xea\xc2\x35\x73\x10\xf6\xa9\xa2\xe6\x61\x59\xd7\x47\x0b\x97\x42\x29\x7e\xbc\x10\x1b\xb3\x26\x53\xb7\x49\xf1\x1d\x31\x8f\xa8\x41\x54\x2c\x72\x99\x93\xac\x64\x77\x2e\x59\x2f\xfc\xad\xe5\xca\x9b\xe9\x1c\x07\xfe\x56\x40\xa8\xa6\xfb\xd3\x2a\x30\xe3\x3f\xc1\x6e\x6e\xe6\x17\xd9\xcd\x07\x58\x46\xff\xaf\x5d\x45\x60\xbc\xc6\xce\xc1\x46\x8d\x5e\xaa\xa5\x3d\x7c\xac\x39\xb8\x39\xe5\xa5\x6d\x56\x0b\x5e\x39\x3d\x10\x26\x89\x76\xcf\x10\x78\xed\x14\x42\x54\x8e\x56\x23\x12\x37\xc2\xed\x5d\x1e\x44\xb0\x90\x5a\xf4\x43\x0a\xb7\xe0\xf3\x05\xa1\xb7\x94\x17\x74\xca\x0b\xae\x57\x69\xa1\xbd\x79\xd8\xa9\x8d\x85\x66\xc7\x2f\xe6\x1e\x04\x0c\x15\x2d\x45\x79\x64\x77\x9a\xd1\x32\xe7\x50\xbd\x0e\x89\x10\xe8\xc1\x20\x37\x09\x11\x53\x30\x4e\x02\xc3\x18\x6d\x1c\xee\x96\x16\xa4\x2e\x35\x2f\x88\xe1\xbd\x96\x95\xe3\x80\x69\x06\x10\x12\x77\x37\xec\x29\x81\x00\xab\x1a\xd5\x84\x25\xbb\x63\xb9\x3b\x68\x55\x08\x1d\xd2\x1a\xb3\xd9\x8c\x41\x9e\x67\x9b\x6a\xc3\x79\xb4\x35\x57\xef\x6f\x29\xa3\x25\xf0\x33\x5a\x54\x95\xf9\x00\xde\x08\x3a\x64\x98\x53\xa6\x19\x12\x52\x5a\xa2\x47\xbb\xdf\x6b\xf8\xa2\x68\x79\xd0\xf2\xae\x28\x63\xd6\x55\xfa\xcc\xb2\xbb\x31\x7d\xb6\x20\xb7\x2b\x7a\x35\xda\x1b\xa2\x17\x68\x7f\xac\xd4\x0a\xef\xcc\xab\xd7\xe7\x17\xaf\x4f\x4f\xae\x5e\xbf\x7a\x19\xdc\x99\xd9\x52\xdc\xe2\xe3\x3f\xa3\xb7\xa2\x91\x23\xd1\xa2\x59\x57\x1c\x4c\xe0\xd8\x86\x85\xa1\x5b\x4b\xbc\xba\xa8\x9e\xe3\xac\xb3\xdc\xfb\xac\xd4\xe1\x7a\x67\xb9\x4d\x12\x93\xc8\x9c\x18\x35\x87\xe4\xf4\x9a\xc9\x5b\x6a\x3e\xac\xef\x18\x94\x71\x01\xe8\x55\xf8\xdc\x42\x18\x98\x81\xe4\x25\x55\x36\x16\x03\xa6\x69\xc2\xbf\x01\xd9\x08\xd6\x90\xf7\x37\xed\x21\x43\xb7\xd3\x05\x87\x0a\x30\x71\x8d\x2e\x38\x16\x83\xa4\x1e\xae\x7f\x73\x78\x6c\x50\xe4\xde\x2c\x94\xa6\x35\x52\x5d\x83\xae\xc9\x29\x53\xec\x15\x9b\x6b\x6a\x26\x0f\x74\x4c\x0f\x00\x42\x0e\x1a\xac\x2e\x95\x5d\x65\x05\x4b\x65\xb6\x6b\x3d\x0e\xbd\x2b\x43\xc6\xab\xb1\x32\xc7\x83\x75\x56\xb8\xa7\xc5\xf5\x20\xcc\x86\x15\x7a\x5c\xd9\xef\x32\xc3\xeb\x9b\x58\xa0\x6f\x4c\x3c\x16\x4e\xc1\xe5\x0d\x46\xf0\x3e\xb4\xd0\x07\x9e\x08\x43\xf9\x15\x8a\x19\x46\x7e\x76\xaf\x84\x25\xff\x0e\x7b\x7e\x63\x48\xdf\xbd\x3b\xc3\x26\x86\x73\x6d\xea\x78\x9b\xfe\xc5\x1b\x5a\xbc\xa4\x0b\xc0\x0b\xbe\xd7\x5a\x39\x95\x30\xd6\x9d\xf2\x07\x36\x21\x56\x81\xec\x02\xeb\xe1\x40\xc1\xb7\x10\x14\x45\x03\x6b\xb7\x94\x49\xce\xa9\x4c\x62\x5b\xe7\x2d\x72\x38\x86\xdf\x4a\x81\xde\x5d\x8f\x22\xdf\xae\x3d\x9e\x2c\x68\xbe\x71\xba\x31\xee\xc8\x5b\xf5\xfb\xb6\xf5\xc0\xbc\x67\x03\xc5\x8c\x8d\xd7\x68\x95\x20\xd1\x65\x7a\x55\x47\x4b\x5c\x0e\xc9\xc0\xfc\x7d\x5b\xcd\x15\xd4\x4b\x11\x33\x02\xe0\x4d\x0b\xfe\x8b\x7d\x1d\x4e\x5c\x3f\xf4\x13\x52\x84\x97\xb7\xe2\x86\x81\xc2\x0c\x52\x24\x55\x05\x6b\x8b\xc6\x0a\xfb\xd9\x89\x00\x3e\x32\x36\x21\x27\x72\xae\x80\x71\x5a\xd0\x5b\x46\xa8\x9c\x72\x2d\xa9\x84\x90\xb6\x1a\x14\xc9\x3e\x59\x43\xe5\xde\x2a\xf7\x6d\xe1\xc4\x53\xf3\xab\x62\x30\xd5\xfd\xc0\x8b\xca\x79\x42\x49\x02\x4b\x8b\x21\x22\x9c\x60\x33\x7f\x9a\xd7\x52\x6c\x38\xb5\x8d\x5b\xdd\x96\xaa\x48\xc3\xf3\x2e\xd9\xe4\x63\x79\x53\x8a\x3b\xf4\xa8\xb9\x0f\xa6\x90\x29\x0b\x8a\xae\xda\x1c\xd5\x36\x42\x7b\x87\x52\xb5\x97\xb5\x2d\x8d\xba\x64\x7a\x33\x7c\x5f\x32\x1d\x01\xb7\x53\xf0\x40\x36\xb0\xb6\xf6\x28\xad\xd5\x01\xfb\x36\x2d\x09\x68\xe0\x80\xb6\x63\x98\xfe\x92\x2b\x05\xc6\x4b\x21\xd1\xe0\xdd\x56\xfe\x50\xbd\x59\xf7\x93\x82\xc3\x26\xcc\xb9\x55\xf6\xda\x79\xf3\x68\x7b\xdb\x29\xbc\x68\x51\x74\x46\x94\xcc\xe6\x3a\x09\xbd\xc7\x61\xf7\xed\xbc\x82\xa2\x64\xe4\x7a\xf4\xd5\xf5\x28\x26\x13\x36\xd7\xc9\x5e\x95\x97\xa0\xb6\xb4\x97\xd9\x3d\x19\xa7\x6f\x0c\x07\xb3\x41\x5b\xd9\x52\x36\x76\x14\x8d\x18\xfd\x4c\x25\x23\x19\x2d\x00\x7e\x40\xd2\xec\xdc\x78\x99\xfb\xac\xe5\x80\x38\x10\xe5\x19\xd4\x86\x0b\xd6\x30\xb4\xef\xe5\x58\x36\x25\x13\xdb\xf8\xf0\x6f\x8b\x85\x6a\x33\x0e\x2a\xaf\xbe\xe9\xa5\xfa\x16\x24\xfd\x59\x8d\x6d\xe0\x93\x6a\x28\x9b\xad\x5a\x3d\x84\x74\xb7\x71\x2b\x68\x96\x11\x3a\x03\x27\x66\xb1\xb8\x3d\xc0\x70\x74\x4b\xae\x21\x93\xa7\x33\x94\x46\xb9\x39\xcb\x86\x1e\xb9\xa5\xfa\x76\x1c\x4c\x9f\x96\x37\xad\xf8\xb6\x10\x64\xe1\x24\x05\x22\xe3\x34\x78\x59\x47\x1b\xb6\x8a\x91\xd4\xbd\xa8\x56\xb0\x6b\x0d\xe9\x12\x25\x27\xe2\x79\xe2\x87\x4c\xef\x91\xc3\x04\xd4\x43\x97\x24\x67\xca\xbc\x85\xb8\xbe\xcd\x54\x6a\x9a\xb4\x6f\x7f\xeb\xed\xdb\xed\x8b\x6c\xe1\x61\xc4\x17\x5c\xc3\xa8\xeb\x51\xe7\xa6\x9a\x7a\x69\xcc\xbc\x44\x97\xec\x4e\xc8\x1b\xf4\x53\x0a\xaa\x41\x73\xc4\xf6\xb1\xf7\x77\x65\x63\xae\x63\x5b\x9e\xba\xe1\x95\x17\x07\xdd\x07\xa2\x31\x54\x11\x25\x8c\x5c\xa0\x80\xd0\x49\xa6\x6b\x59\x2a\xa2\xea\x0c\xc2\xd1\x77\xa1\xa6\x37\x4f\xd8\xaf\xe3\x11\x06\xf7\x77\x0f\xf0\x0d\x06\xfd\x6f\x73\x84\xc0\x6e\xe3\x7c\xce\xd1\x2b\x32\xb1\x66\x68\xda\x97\x35\x42\xdf\xb9\xd8\x28\xa2\x6c\xb3\x8d\x8a\xc9\x65\x2a\xec\xe8\x1c\x7e\x5f\xb3\x0d\x9b\xe1\x30\xb8\xb0\x19\xe9\xcb\x2c\xce\x52\x5e\xd7\xd9\x70\x45\x95\x64\xb7\x90\xc0\x13\xca\x10\xd3\x55\x77\xd0\x2e\x77\x24\x94\xfe\x36\x09\xdb\xe7\xb6\x65\x3b\xf8\x06\xbc\xc6\x9a\x62\xdc\x43\xd2\xac\x2e\x8a\x15\x99\x8a\xba\xdc\xf9\xda\xdf\xf4\x00\xd6\xb9\x6f\x5b\xb3\x7e\x2a\xdb\x2b\x6f\xc2\x15\x2f\x9b\xa6\xe2\x9d\x2e\x5e\xb2\x9e\x73\xc7\x86\xad\x8e\xdd\x12\x47\x7f\xee\xbb\x3f\x6a\xc9\x7a\x4f\xda\x35\x6d\x4f\x08\xfd\xd0\x2d\xa9\xe1\x0e\x37\xf6\xaf\x9a\xd5\xec\x52\xc8\x04\x52\xff\xd5\x35\x6d\x4f\x9e\x94\x90\xa1\x7a\xb8\x63\x98\xc2\x4e\xe0\xa3\xbb\xdc\x85\x64\xe0\xfa\x92\xf2\xcb\x43\x9f\x98\xe4\x0e\x1a\x4b\xc6\x29\x9a\x95\xdc\x1d\x15\xad\x76\x4b\x73\x54\xda\xb3\xc6\xfb\xd1\x6c\x77\xd6\x92\x96\x37\xae\xe4\xbf\xed\x09\x72\xa5\x13\x4d\xb1\xde\x87\xc5\xea\x6a\x41\xd5\x4e\x4f\x1e\x2a\xdd\xa7\xcf\xfe\xa3\x6b\x1a\x70\xfa\x88\xb9\xa8\x5b\xa4\x0a\x9e\x00\x2e\x6a\x55\xac\xec\xbd\xb0\x1c\x6d\x27\x86\x37\xb1\xec\x3c\x38\x80\xcb\x5d\xef\xe8\xa1\xdc\xb5\x99\x64\x38\x83\xdd\x6b\xcb\x5d\x57\xbf\xa2\x67\x8c\x53\x92\x3a\x75\xed\x2c\x8e\xd5\x08\x21\x03\x13\xf2\xa1\xf4\x9d\x66\x9c\x15\xb9\x67\x19\x23\xde\x1c\x53\x2e\x85\x3e\xc8\xd9\x2e\x6b\x5d\x53\xf3\x94\x41\xec\xa1\xe2\xb7\x6c\x33\xe3\x08\x91\x36\x89\xda\xb7\xe7\xf0\x3b\x82\x06\xf6\xb1\x7e\x04\xfb\x0a\x6e\xc0\x0f\x86\xc8\x06\x97\x4d\x3c\x45\xd1\xb1\xa5\x1d\x6c\x44\x63\x1a\x16\x96\xe9\x26\xea\x4f\xf6\x75\x7f\xa0\x4a\xaf\xfe\x1e\x00\x86\xe3\x51\x17\xf8\x8e\x56\x5b\x80\x59\x72\x64\xe3\xde\x14\x93\x4e\x97\xc7\x4b\xd0\x1e\x5a\x6f\xa7\x25\xad\xac\xcf\x58\x5d\xc2\x01\x2d\x18\xe9\x9b\xf7\x07\xb6\x22\x37\x6c\x35\x44\x6f\xe7\x4c\x6f\x5b\xab\x88\x5b\xf7\xb9\xd0\xcc\x6d\x21\x2c\x38\x9d\xab\xad\xdf\x8e\x12\xcc\x8d\xbc\xc7\xd2\x38\xe4\x13\x0f\xd4\x08\xb7\x0e\xf5\x0d\x2f\xd8\xd6\x37\x1c\x06\xf5\x5d\xae\x16\x46\xaa\xbc\xc1\x38\xd5\xcc\xfa\x03\xdd\x72\x0a\xd9\xe5\x37\x5d\x5c\x95\x2c\x77\x5e\x25\x6b\x19\xc7\x45\x8b\x21\xc7\x8a\x0b\x17\x8a\x57\x83\xeb\xdb\xfb\x59\x6e\x7d\x8e\xf6\x0c\x1b\x31\x73\x4b\x46\x31\xcb\x8d\x98\x6a\x0a\x8f\x57\xa0\xcc\x38\xea\x73\x93\xe5\xcc\xe1\x5d\x22\xe0\xc6\x35\x21\x1c\x44\xb8\xec\x40\x62\x0f\x74\xb9\x4d\x99\x50\x66\x4e\xe0\x9b\xab\x63\x46\x6d\x19\xe7\xfd\x2d\x29\xc2\xa2\xdd\x51\xf0\xf6\x3e\x1f\x8e\xe1\xad\xc7\xa0\x60\x3a\x0c\x9e\x32\x6d\xdd\xbd\x0a\xa6\x4f\x4a\x51\xae\x96\xa2\x56\x27\xb5\x5e\xb0\x52\xdb\x9a\xa7\x4d\xd0\x5e\x0f\x35\xbd\x0a\x59\xaf\x76\xc7\x9a\x1c\xd4\x7d\x2a\x8e\x3b\xf0\xe1\x5a\x05\xd3\x2e\x8a\x19\x82\x55\xb0\xdd\x09\xa4\xa0\xbe\x70\x8c\x5e\xe4\x24\x43\x1b\xab\x26\x4b\xa6\x17\x22\x47\x7d\xa0\x8d\x30\xa6\xa9\x0f\x4f\xc8\x49\x77\x31\x68\x78\x31\xaf\xb5\x74\x8f\x01\x56\xa1\x7c\xe9\x27\x40\x64\xa3\x64\x2e\x45\x5d\x91\x56\xaf\xba\x8c\x56\xd3\xd0\x84\x87\x9c\xc6\x03\xa8\xd0\x9a\xbb\xba\xf7\x15\xf9\x0d\x74\x2f\x29\x1c\x8e\x0f\x3d\xf7\x71\x71\x2e\x37\x86\x79\xbe\x7d\xb7\xe6\x91\x0f\x40\xae\x82\xe9\x80\x55\x83\x80\x0f\x4c\xb1\xd3\x85\x10\x09\xf7\x0e\xdb\xb0\x7e\xb5\xae\xd3\x94\x51\x09\x3c\xd8\x8d\x11\x27\x76\xb7\xf0\x9f\x70\xfe\xee\xb2\x3f\xbd\x38\xfe\xa6\xbb\x66\xf3\xeb\xfa\x05\x63\x0f\x1b\xa1\xd8\xaa\x2a\xb9\xa3\x35\xff\xf7\x8b\xe3\x6f\xda\x0b\xde\x40\xc1\xb6\x27\x1b\x03\x21\x39\x7d\x7e\x03\x07\x27\x36\x32\x9c\xdc\x61\x95\xce\x5f\xb6\xc6\xa0\x35\x99\x7e\x2d\x4f\x42\xe3\xa9\x7d\xa2\x5f\x5a\x55\xc5\x0a\x7d\xb3\xd6\xd3\xbc\x1f\x21\xf7\x6e\x94\x6a\xf7\x04\x62\x4e\x4e\x0c\xed\x04\xaa\x63\xcf\x6c\xe2\xfe\x81\x9f\xa8\x95\xb5\xd9\x5e\xd6\xb0\xf0\x13\x60\xc1\x2e\xd8\x2d\x67\x77\xe4\xe4\xfc\x0c\x0d\x5b\x58\x91\xbe\xb5\xc6\x24\x53\xfb\x30\xbc\x73\x4b\xeb\x7c\x67\x27\xa8\x16\x2e\xee\xfe\x80\x9b\x9c\x6e\x30\xf8\x6c\xe5\x08\xdd\xee\x1f\x8e\xae\x1b\x94\x16\x27\xf6\x28\x98\xde\xc8\xa9\xd1\xbe\xa8\x31\xba\xb1\x2a\x89\xfd\xc4\xb6\x05\x49\x26\xc4\xd6\x24\xf3\x13\x58\x1f\x92\xc7\xe6\x84\x9e\xbc\x24\x67\x33\x57\x4c\x0c\xd8\x4e\x08\x22\x44\x4f\x63\xae\x90\x31\x1d\x43\x32\x5c\x94\x8a\xc1\x35\x04\x93\xe4\xe6\x5c\xc9\xba\xd2\xb1\x7f\x31\x36\x9b\x8f\xd3\x4c\x87\x78\xeb\x1f\x5a\x38\x63\xcb\x94\xbd\x24\xd7\x23\xbb\xf2\xeb\x51\x0a\xa8\x6d\x4d\xc2\x8f\xa5\xa2\x33\x76\xb9\x52\x99\x2e\x52\x1e\x1d\x10\xe6\x6d\xc4\x89\x8a\x62\x95\xbf\xbb\x05\xd7\xcc\xa9\xa8\x6a\x18\x6d\x1e\x7b\x33\x9c\x40\x15\x6b\xf3\x4f\x23\xe8\x68\x26\x4b\x45\x1e\x33\x34\x49\xf0\x92\x7c\xf5\x64\x42\x3e\xc6\x03\x90\x65\x40\xcc\xc6\xbc\x2f\x13\xb5\x58\x7e\x35\x76\x7f\x2c\xd5\x3c\xfc\xa1\xd8\x72\x4c\x66\x6a\xb2\x44\x9d\xe8\x57\xc8\x76\x94\x4c\x4f\xbe\x72\xb6\x11\xb7\x0c\x2a\x23\xe1\x12\xdd\x96\x0d\xaf\xe4\xaa\x30\x4e\x57\xce\x16\x38\x21\xe4\x8d\x90\x84\xb9\xb8\xb2\xeb\x51\xfc\x65\x33\x37\xaf\x6e\xff\x34\x91\xa2\xd6\x6c\xb2\xe4\xe5\x3f\xaa\xa5\xae\xaf\x47\xe1\x8c\xff\xf6\xf7\xad\x92\x3e\x1d\x72\x44\xec\x38\x47\x04\xed\x70\x7f\x2d\xcc\x6f\xb2\xc2\xc1\x0b\x62\x21\xee\x3a\xaf\x8f\xc5\xa4\x47\x3e\x50\x14\x62\xa8\x62\xf6\xf5\xcb\x45\x77\xf5\xf2\xba\x24\x81\x21\x85\xbf\x88\xb3\xf8\xbf\x24\x33\x5a\x28\x66\x7e\xb3\x2f\x56\xbb\x5d\xcb\x9a\xe1\x4f\x19\xcd\x16\xec\xea\xea\xad\x41\x86\xe7\x4b\x20\x1d\x0f\xe0\x65\x3b\xbc\x20\x6d\xf3\x1a\xdd\xfb\x0a\xfc\xc2\x3d\xaf\xcb\x4c\xf0\xe5\xdf\x95\xe1\x54\x5e\x3a\xe6\xa0\x7b\x35\x70\x0f\x27\x7e\x37\xf6\x46\x5e\x2c\xaf\x47\x51\xfb\xc7\x92\xb6\x7b\x7c\x7d\xac\x76\x70\x69\x11\x57\x31\x1e\x65\x40\xa6\x5f\x49\x7e\x9b\xd2\x01\xe7\xf0\x3b\x1e\x41\xcc\xc3\x21\x13\x26\xc8\x92\x96\xbc\xaa\x0d\x7d\x21\x99\xa5\xf7\xd6\x2f\x19\x72\xc7\x3f\xc6\x1f\x67\xee\xf1\xd0\x6c\x99\x3f\xd9\x74\x77\x57\xfe\x8e\xda\x75\x24\x31\x4a\x3f\x2a\x88\x09\x45\x1d\xc1\x4c\x25\xd9\x54\x08\xed\x9c\x23\xcd\x33\xa4\xe0\x7d\xbf\x61\xac\x8a\xb3\xb6\x78\x9f\x25\x1a\xf4\x6a\x85\x65\x4d\x1a\xcf\xab\x5b\x79\xfa\x7d\xc5\xd6\x0b\x21\x12\x06\xc3\xd0\xd6\x2c\x9d\x8f\x22\x74\x94\x64\xb4\x12\xb9\x0a\x0e\xd7\x51\xa1\x23\xcb\x2d\x19\xd6\x89\x41\x58\x38\xba\x50\x96\x84\x92\xa9\xd9\x17\x9b\xcd\x84\xd4\x64\x4a\x15\x57\x1b\xb9\x94\x2f\xe3\x38\xd7\x1d\xa3\x3a\x67\xf2\xaf\x1f\x2e\xfb\xfc\xdb\xc8\x5f\xc5\xa5\x35\x8a\x9c\xe2\x19\x2e\x38\x93\xe6\x65\x59\xbd\x24\x5a\x54\xa4\x30\xcf\x8d\x87\x3f\x73\xb2\x66\xc4\x69\x41\xa1\x1e\xc8\x49\x09\xfa\x18\xf2\x6d\x2d\x21\xef\x31\x3a\x6e\x7f\xcb\x94\x7e\x8d\xc7\x08\xd6\x59\x43\x5e\xa6\x52\xd4\xf3\x85\x26\x75\x15\x14\xf5\x3c\x0a\xc0\x0b\xdf\x32\xf3\xe3\xf7\x7e\x17\xc7\x6f\x1e\x80\x64\xa8\x9a\x0d\x44\x7f\xf5\x3e\x71\xf8\xa1\xad\x69\xb8\x0c\x0c\x36\x0b\x2c\xb6\x0b\xd6\x7f\x05\xb9\xfb\x90\x20\x62\xed\x8f\xb1\xa7\x19\x58\xe4\x39\x64\x7c\x2c\x8a\x00\xe4\xca\xe1\x05\x12\x68\x81\x33\x19\xee\xa0\xa8\x31\xd6\xa0\x59\x0f\xca\x50\x97\x47\x2a\xfa\xdc\x66\x3c\xd8\xfe\x49\xc8\x16\xb4\x9c\xbb\xc0\x3b\xac\x2f\x4d\x6f\x98\x8d\x82\x33\xe8\x78\x6e\x20\xc7\x25\xf6\x43\xcf\x11\xb3\x38\xbc\xd9\x09\x79\x25\xad\x0f\xa9\x8b\xf1\x47\xe3\xad\x61\x9a\x8c\x18\xe7\xfd\x35\xe0\x3b\xcd\xa5\x44\x97\x57\xf2\x62\x2b\x36\xd4\xdd\x9b\x58\xd2\x54\x9a\xf7\x46\xb3\x23\x50\xe6\x1c\x73\xfc\x05\x6f\x94\xab\x46\x6d\xbf\xed\xee\xd1\x26\xa8\x80\x59\xec\xac\x89\x28\x77\x7b\x85\xb6\x33\xf6\xdb\x7c\x8b\xaf\xd6\x5f\xa1\xcb\x2f\x14\x9d\xf2\xd8\x20\x07\x8f\xfd\x06\x20\x83\x39\x2f\xb1\x5a\xbb\x7f\xcf\x23\xdf\xb8\xb0\xf7\xcd\x14\xcc\x29\xb2\x4f\xca\xfc\x92\x65\x92\xe9\x53\x80\x9a\x57\x4c\x63\x94\xcc\xa5\x36\x92\xd5\x3c\x61\xfa\x3d\x1d\x3a\xd4\x56\xaa\x03\x00\x72\xa5\x8a\x23\x73\x04\x58\x43\x60\x3c\xb1\x65\x73\x6d\x82\x52\x0c\x68\x6d\x6c\xe2\x27\xaa\xb3\x45\xef\x4e\xf0\x0e\xdf\x8a\xf9\x3b\xfa\xe9\x0d\x4f\x96\x52\x7b\xd7\x29\x62\x10\x1e\xaa\x42\x60\xf2\xb1\xe0\x83\x87\x7e\xd2\x20\xc8\x58\x9f\x56\xdf\x7b\x0f\xf8\x6a\x04\x40\x70\xef\xb0\xbc\x5c\x46\x0d\x45\x89\x56\x85\xee\xde\xe6\x63\x2c\xc6\xb0\x17\xc3\x52\x6d\xb4\x0e\xe8\x92\xff\x92\xca\x5d\x48\xfe\x55\x53\x2c\x61\x17\x0b\x7a\x2e\x52\xb6\x91\x05\xa4\x73\x70\xad\x10\x59\xa1\x31\x29\x51\x4b\x8a\x7d\xf1\x8e\x5f\x8f\x0c\x43\x75\x3d\x7a\xfe\xe2\xcf\x3f\xf0\xeb\xd1\xfe\x34\x15\x5a\xf2\xf9\xdc\xae\x10\xd6\x03\x91\x1b\x11\x40\x3d\x3b\x36\xab\xe9\x83\x27\x56\xea\x2b\xf8\x3d\x51\xf6\xd2\x35\x9a\xad\xc6\x7f\x42\xb0\x9d\x15\x06\x94\x0d\xee\x0e\x69\xe7\xf6\xb6\x53\xbe\xac\xa8\xad\x6a\x65\xa3\xbb\x53\xfa\xa3\x90\x16\x8f\x05\xca\x71\x72\x7e\x16\x3f\x7a\xf1\x90\x42\x28\x57\x76\x30\x96\x1d\xc2\x08\x92\xd7\xa8\x35\xb5\xaf\x0d\x52\xc7\xb0\x56\x00\x14\x6c\xc9\x7c\xba\x2a\xc9\x8c\xc0\x6f\xad\xce\x79\xeb\x40\x12\xcc\x97\x8d\x4a\x33\x67\xff\xf4\xb6\xcc\x41\x44\xc0\x64\xba\x93\x4a\x0a\x2d\xa6\xf5\xac\xe7\x0e\xab\xfa\xf4\xcd\xe5\x5f\x6b\xa1\x13\x1a\xbf\xa8\xd1\x47\xe8\x9f\x9e\x7f\x24\xa7\x6f\x2e\xc9\xbf\xec\xaf\x33\x21\x33\xb6\x74\xe8\x1f\x3f\x13\xe0\xca\x65\xd3\xad\x98\x51\x50\xfb\x63\x1f\xaf\x38\x7a\x80\x47\x64\x41\xb2\xbc\xce\xec\x83\x6c\x38\x42\x0c\xe5\x1f\xc2\x2d\x85\x0d\xf7\x45\x6b\x9e\x9e\x7f\x6c\x76\xf1\x85\x78\x1b\x07\x63\xd3\x4a\x5b\x3d\x4c\x56\xd5\x93\x6c\xa6\xfe\x81\xbf\xfe\xa3\xde\xc7\x29\xe0\xf1\x82\x67\x7f\xeb\x26\x6c\x41\x13\x55\x17\xf0\x28\xe6\x7c\x36\x63\x12\xac\x32\x76\x59\xb8\x64\xa7\xfc\xb6\x02\x0b\x8c\x72\xd4\x21\x92\x55\x98\xd2\x54\x6a\x2f\x05\xc2\x21\x63\x34\x95\x64\x21\x9e\xaa\x45\x42\x8e\x97\x9b\xc5\xda\x2d\xaa\xed\x56\xf5\x3b\x7c\x07\xcf\x7b\x9c\xae\x4e\xcf\x3f\x36\x7a\xa4\xd2\x29\x5b\x8b\xba\x75\x66\x72\xd9\x04\xfd\x65\xda\xf1\xbe\x70\xec\xdc\x50\x04\x7c\x60\x7c\x24\xc6\xef\x40\x32\xb8\x1e\x95\xa2\x64\xbd\xc8\x6f\x77\x79\x61\xae\x2e\xe3\x05\x5b\x03\xf6\xc4\x9d\x88\xb4\x9d\x39\xaa\x79\x10\xa8\xf7\x72\x80\xdb\x63\x81\x5a\x08\xa9\x99\xe7\xc9\x2d\x1a\x22\xaf\x20\xe5\x8a\xd0\x38\x1d\x9a\x7d\x12\x5a\xb0\xba\x4b\x48\xfd\xec\x69\x47\x5f\xb1\x69\x3d\x37\xa2\xc6\xf7\xae\xcc\xb2\x4b\x3f\xba\xfb\xb3\x86\x2f\x36\xb8\xb1\x01\x27\x0c\xaa\xcc\x0d\x29\x5a\xa5\x28\x0a\x26\x4f\xb4\xa6\xd9\xe2\x15\x33\xff\xbb\xee\xb8\xba\xbd\xfd\x89\xc1\x4b\x0c\x0d\x4f\x6d\x4b\xe6\x07\x58\xe5\x16\x9d\x33\x42\xa1\x8b\x79\xc4\x9e\xe6\xcc\xfd\xd3\x90\x89\x5b\x51\xd4\x4b\x16\x72\x40\xe5\xfe\xf1\x36\xa8\x3a\x8e\x83\x2f\x95\x97\x9e\x20\xfa\x2a\x64\xa5\xa1\xe5\xca\x7e\xc0\x4e\x1e\xd2\x1a\xab\x3d\x49\xb4\x90\xd0\xd7\x0a\x11\x56\xc9\x89\x82\xa9\xaa\x4c\x67\x97\x8d\x10\x77\x67\x0f\x01\xb7\x0c\xee\xc6\xfc\xd6\x92\x75\x7c\x4b\xdd\xbb\xe1\x0e\x43\xb2\x99\x4d\xfb\x06\x66\x58\xb3\x23\x3e\x6b\x48\xc0\x86\xca\xe5\x46\x34\x66\x39\xa9\x24\x17\xd2\x49\x84\x48\xf7\xf0\xdc\xf8\x0c\xa5\x6b\x23\xc8\xb4\xce\xd7\xbf\x2a\x98\xe8\x79\xc1\xdc\xb7\x63\xbe\x06\x8c\x13\xee\x32\x8f\x70\x13\xf9\x11\x9e\xf4\x91\x5d\x17\xf0\x53\x3e\x0d\x8f\xa3\xba\x56\xff\x66\xcf\x1c\x52\x82\xce\x59\xc9\x24\x2d\xc6\x96\x31\x0f\x54\xd7\x95\x2e\xf3\x64\x17\xac\x8a\x11\xe9\xdd\x56\x21\xd3\x83\xa6\xbd\x85\x08\x3a\xf8\xec\x60\xdb\x72\x97\x21\xdd\x3f\x56\x93\x9d\x5b\x8f\x45\x38\x63\x5c\x9c\xcb\x7b\x14\x8b\x72\xd8\x0e\xc6\xc1\x32\x57\xb6\xd2\x67\xee\xc8\xa6\x81\xde\xb1\x85\xda\xb1\x99\xd4\x7a\x09\x55\x42\xea\x99\x90\x77\x54\xe6\xa1\x1e\xfa\x67\x60\xe8\x76\x60\x4e\x5d\x73\x21\xc0\xc2\xbe\x17\x50\xd6\x4a\x64\x14\x54\x88\xdd\xfb\xb8\xf2\x29\x28\x9b\x79\xb9\x6f\xa9\xe4\xa2\x56\x50\x12\x97\x44\x33\xc4\xbc\xb1\x5d\xae\x5b\x5c\xc9\x18\x56\xd6\xb3\x94\xd2\x72\x5c\x30\xb9\xb9\xbd\x4a\xc7\xea\x38\x57\xa4\x93\x9c\x40\x13\x96\xaa\xc7\xdf\x00\x79\xfe\x69\x1e\xf8\x7f\x8e\xc9\x3f\x2b\x91\x2b\xf3\x5f\x54\xc3\x1f\xb9\x80\x82\x7f\x92\xeb\xfa\xf8\xf8\xf9\x9f\xc9\x3f\xc1\xf5\xce\xff\x0c\xa2\x0c\x0e\x6e\xe4\x04\x1c\x93\x52\xd8\x0a\xc4\xee\x33\xb6\xee\xab\xef\x62\x1e\xfb\x19\x92\xd0\xbf\xb5\xf7\xfd\xf7\xc7\xdb\x98\x11\x15\x9f\x97\x47\x95\x14\x95\x50\xb4\x50\x4f\x0d\xde\xc3\xff\x1c\xd1\x30\xe3\x64\x99\x3f\x21\xb9\xc8\x42\x42\x54\x5e\xa2\xf0\x8e\xb2\xea\xae\xc1\x0f\x32\x22\xe1\xc3\x1b\xdd\x60\x24\x58\x00\xfe\x3b\xb9\x22\x4e\xf1\x39\x21\x27\x05\x58\x60\x31\x85\xd6\x18\x54\x62\xdb\x4c\x14\x01\x38\x12\xf0\x3b\x26\x99\xcd\xb2\xb9\x44\x62\x48\x4b\xa7\xcc\xc2\x70\x11\xba\x14\x35\xbe\x56\xde\xd4\xfa\x5f\x98\xdb\x13\x15\x0a\x63\xfb\x75\x33\x45\x03\x00\x22\x0d\x8a\x3d\x3a\x80\xc9\x0f\x1f\xde\x19\xda\xcc\xad\x09\xa8\xe7\xab\xfe\x5b\x48\x18\xc2\x27\x5a\xc0\x17\x7d\x04\x5b\x48\x4e\xd9\xd2\x96\xc2\xb4\x9f\x82\x48\x60\xd3\x63\xd3\xb7\x22\x74\xfe\xdb\xf5\xc8\x80\xfb\xf5\x68\x3b\x0b\x3e\x04\x5c\x82\x9d\x20\x41\x70\x7d\x5b\xbb\x9e\xa7\xd3\xe9\x50\x32\x85\x66\x31\x23\x18\xb9\x09\x9a\x61\x83\x21\x63\xa2\xd9\xb2\x12\x92\x4a\x5e\xac\x9c\x73\x68\xab\x0f\xf0\xbe\x30\xde\x33\x11\xa0\x62\x1b\x9b\xab\x2e\x0c\x20\x70\x90\x01\x34\x61\x9f\x32\xc6\x10\x70\xcc\x14\x17\x50\x8a\xf3\xaf\xe7\x97\xb6\xde\xb0\x4b\xb5\xd9\x6c\x04\x2c\xff\x9a\x91\xe3\xbd\x6b\x50\x54\x46\x5d\x7e\x3c\xf3\x96\x46\xca\x6d\x16\x41\xa3\xad\x00\x6d\xb8\x54\x03\xeb\xf0\xec\xb6\x4e\x24\xba\xcf\x67\xc7\xc3\x54\x74\xcd\x3d\xf7\x5c\x62\x38\x93\xd6\x45\xb6\x6f\xa4\x62\x92\x28\x28\x4e\x01\xc4\x10\xf3\x0a\x4b\xcb\xc3\xd8\x62\xa5\x16\x77\xf7\x21\xac\xec\xff\x58\x07\x2a\x3e\xd9\x2d\x07\x7d\xf4\xf7\x54\x26\x64\xbf\x77\x14\x92\x08\x1a\x52\x4d\x0b\xf4\xcc\x31\x20\x6c\xd5\xa0\xdc\x69\x83\x9d\x36\x74\x61\xb8\x03\x37\x23\xd1\x0b\xc9\xd4\x42\x14\xb9\x6a\xa9\x39\xff\xe7\x7a\xb4\x64\x4b\x21\x57\x13\x9b\x70\xb1\x60\xd7\x23\x34\x81\x83\xc6\xf1\xd7\x09\xb9\x82\x02\xfa\x90\x83\xbf\x58\x39\x46\x7b\x0c\x01\x7f\x84\x92\xe3\xff\x20\x42\x92\x67\xc7\xc7\xff\x11\x3e\x02\x1c\x6c\x19\xa5\x9a\x71\xb4\x63\xff\x0a\x54\x1f\xc5\x7d\x2e\xc2\xf6\xa3\xbb\x00\xa7\x81\xd6\x86\x5f\x12\xd4\x8e\x98\xfd\x9a\x76\xf3\x86\xcc\x54\xa7\xfd\x3f\x1a\xad\x1c\x02\x20\xdf\x48\x86\xba\x62\xdb\xc8\x97\x74\xde\x1a\x7b\x3d\x7a\x66\x5a\x13\x8e\x77\xce\x52\x43\x8b\xf3\x86\x0b\x5e\x8a\x60\xe2\x46\xde\xd1\x4f\xe7\x22\xff\x4e\xd2\xac\x57\x45\xe0\x0c\x07\xce\x4f\x6b\x6e\x3a\x3b\x09\xfc\x31\x2f\x2d\xa6\xa9\x27\x8d\x32\x24\xe8\xc6\x49\x1b\x51\xb4\x56\x50\xb1\x6a\x53\x25\x66\x3a\x01\x4f\x56\xe9\xb4\x64\x2e\x7d\x25\xf2\xe7\x71\x06\xcb\x8c\xda\xac\x08\xe7\x90\xaf\xf7\xca\x7d\x4a\x94\xd1\x46\x6c\x71\x1a\x3b\xdc\xe6\x76\x6b\x7c\x53\x4d\xc8\x7b\xa1\xd9\x4b\xf2\x0a\x35\xb9\x5c\xa9\x9a\x91\xff\xf5\xe7\x3f\xbd\xb0\x99\xc8\xc9\x94\x2d\xe8\xad\x91\x73\x16\x54\xc1\x2b\x61\xe4\x2f\x26\x1b\x82\x43\x56\x4b\xc9\x4a\x03\xc8\x3f\xd7\xe6\x0d\xb9\x65\x52\xf2\xdc\x32\x91\x8d\xb3\x4a\xad\x61\xec\x04\x3a\x5a\x1a\x5e\x5d\x42\xf6\xc2\xce\x48\x10\x3d\xef\x6c\x8a\x2a\xc8\xf1\x11\xb2\x23\xe0\x21\xc1\xd2\x6c\xda\x9e\x19\xff\xe4\x42\x4c\x67\x35\xa8\x68\x24\x83\xb4\x88\x7b\xb6\xdc\xe4\x0c\xd7\xaf\xda\xa4\x8d\x2f\x19\xca\x84\xb0\x42\x88\x5d\xd0\x02\x77\x88\x99\x05\xa0\x78\x23\xa9\x7d\xee\x57\x04\x81\x1b\x0e\x79\x48\xec\xb1\xb5\x00\x26\x22\x86\x83\x9f\x18\x0b\xf2\x58\xae\xf1\x82\x65\x05\xe5\xcb\x07\x93\x45\x57\xfd\x51\xe2\x7c\xca\xdd\x28\x4e\x3a\xc5\xdb\x74\x9d\xc2\xa1\x50\x32\xe7\xb7\x18\xb6\xed\x8a\x66\xb0\xa6\xa1\xd6\x4e\x88\xe8\x64\x25\x0a\x5f\x64\x20\x20\x0e\x32\x19\x96\xc1\x55\x3e\xfe\x0d\xfd\x20\x2a\xc9\x94\x82\xdc\x63\x6d\x1a\xdd\xa1\x2b\x48\xa4\x9f\x7f\x67\x48\xf4\xde\x88\xaa\x35\x88\x2c\xc4\x1d\xb9\x63\x45\x11\x76\x61\xe0\xdf\x6a\x6d\xfc\x2e\xc2\xe2\xd3\x26\xf5\x07\x90\xbd\x73\x3b\xf5\x95\xa4\x25\xe6\x56\xec\xa3\x7e\xaf\x62\xb7\xe7\x50\x91\xd4\xdd\xd4\x02\x7d\x35\x6d\xf2\x46\xd4\x6b\xf8\x39\x5d\x1a\x0a\x74\x02\xf5\x7b\x75\xfb\x32\x47\x84\x0b\xff\x0c\x26\x55\x87\x9c\xfd\x42\x8e\xa5\xdb\x91\xbe\xc7\xd0\x32\x23\xe1\x41\xf6\xa1\x86\x36\xf5\xc5\x66\x17\xc4\x2d\x94\xa9\xf6\x60\x2e\xc5\x2c\xc1\xbe\x6f\x89\x8e\x3d\xaf\xca\x3d\xb8\x94\xdf\x86\xb1\x08\xce\xbd\xce\xac\xb8\x60\x24\x12\x9a\x89\x64\x95\x90\x91\xba\x0b\xe5\xd3\x9d\x63\x88\xb9\x8c\x0d\x6c\xc1\x56\xf7\x12\xbf\x67\x51\x8d\x8a\xe6\x75\xe1\x64\xc3\xaf\x4a\xfd\x86\x17\xb5\xc3\x33\x9f\x51\x5e\x5c\xde\xd1\xea\x43\xc2\xeb\x27\xb4\xd9\xc2\xa5\x2d\xbb\xb6\x69\x07\xd7\x1d\x4d\xa5\x36\xd2\xa3\xba\xc3\xc0\x57\x5f\x29\xa2\x8c\xc1\x64\xe7\x76\x19\x34\x2e\x9a\x23\x33\xd2\xaf\x74\x45\xf4\x50\x35\xd0\xb6\xc1\x4b\xaa\x16\x47\x85\x10\x55\x62\xa1\x43\x74\x7a\x56\x37\xf9\x1d\xd5\x29\x0f\x97\xb8\xd5\x7a\xde\x20\x8c\x3a\x4b\x95\x07\x52\x33\xa5\x8a\x8c\x1d\x2c\xaa\xa7\x41\x20\x60\xf5\x29\xfb\x64\x60\x75\xc9\x4a\x4d\x8b\x48\x27\x1a\x99\xfe\x96\x22\xb7\xa9\xfb\x38\xcb\xd8\x92\xd1\x02\x79\xc6\x9a\x17\xfa\x08\x12\x94\x45\xa5\x05\x6d\x95\xab\xeb\x38\x76\x07\x15\xde\x90\x68\xd2\x7d\x00\x7e\xff\x87\xff\xdc\x5c\xec\xde\x45\x84\x91\x5c\x64\x90\xfd\xb3\x19\xce\xe3\x3e\x4a\x56\xa2\x06\xfd\xa3\x37\x03\xf9\xb3\x01\x9f\xa4\x9f\x80\xdf\xb8\x33\xed\x99\xa8\xa5\x79\xb1\xdd\xf9\x42\xf4\x80\x01\x75\xeb\x61\x7c\x03\x0e\x31\x95\x50\x68\x9b\xd0\xa2\xb1\x50\x7b\xf2\x91\xad\xc5\xaf\x61\x4c\x94\x58\x32\xef\xc6\x87\x9a\x35\x4c\x80\x1f\xd9\x52\x95\x8b\x27\x5f\x46\xab\x8f\xfb\x66\x54\x1a\x06\x93\x64\x42\xc8\xdc\x4a\x08\x18\xdf\xa6\xa5\xa0\x4e\x9a\xb0\x1f\x7f\x28\x3e\x87\xc0\x59\x8c\xfc\x3e\x5d\xb0\xec\xe6\x0d\x38\xc4\x94\x29\x53\x76\xb7\x4f\x27\x4b\xb4\xcb\x06\x0d\x45\xde\xa2\x02\x3e\xe8\x14\x65\x2e\xae\x64\x77\x24\xa7\x9a\xee\xdd\xe0\xea\xd7\xd4\x8f\xdd\x92\x15\x82\x3a\xdb\xc4\xa5\x81\xae\x0c\x28\x66\x23\x7a\xcc\x2a\x1e\x67\xb8\x67\x5d\xac\x1c\xbb\x6c\xee\xcd\x46\x35\xfb\x22\x9f\x1b\x4c\xba\xcf\x77\x6a\xd2\x5d\x50\x2e\x2b\x5e\xbe\x4b\x06\x4f\x46\x8d\xad\xf0\x87\x86\x71\xc2\x87\xf5\x58\x0f\xcb\xa6\xb3\xd8\x54\xf2\x7c\x8e\x26\x3a\x3b\x1f\xa9\x68\x76\xc3\xb0\x34\x9e\x8e\x2e\x04\x0c\x06\x56\xd9\xe8\xed\x40\x20\xd0\x5d\x62\x55\x7b\xcc\x59\xee\x6a\x30\x33\x32\xa5\xd9\x8d\xb5\xb1\x2d\x15\x2b\x6e\x0d\x01\xb4\x0a\x58\xbb\x28\x2d\x57\x58\x47\xc2\xe5\x19\xe6\x92\x88\xbb\xd2\x4d\x38\xc1\x62\xab\x18\x03\x71\x3d\xaa\xa4\x58\x72\x95\xd5\xa2\x56\x47\xb8\x6c\xf3\xe4\x02\x46\x27\xf7\x14\xf5\x9f\xe0\x0c\x76\x87\x47\xb7\x4c\x2f\xcc\x58\xfc\x3f\x67\x65\x73\xfb\x87\x9d\x86\x70\x43\x26\x89\xe9\x1f\xc5\xf2\xd9\xd9\xd0\xd7\xc1\xcd\xe2\xfe\x2f\x17\xa4\x14\x7a\x61\xc8\xd2\x75\xf9\x1d\x9a\xfa\x0c\x44\x89\xd2\x56\x8d\x35\x9f\x3b\x3a\x72\x4b\x59\x8a\x9c\xfd\x25\x5e\x17\x1e\xc8\x82\xb3\xdb\xb0\xa2\xf7\x27\x57\x63\x32\x65\x08\xe1\xdd\x63\x20\x54\x29\xb0\x96\xa2\x39\x8d\x2b\xcd\x4a\x97\xac\xa8\x73\x2a\xe6\xbd\xc9\x49\x36\x95\x7b\xd4\xdd\x3a\x5a\x47\x63\xca\x38\x26\x39\x04\x9c\x62\x1a\x5c\x7c\xff\x6d\x91\x71\x57\x14\x2c\xc2\xa3\xd4\x65\xa7\xdc\x4a\x86\x14\xb3\xec\xf6\x59\x13\xde\x69\x3b\x27\x0a\x00\x7e\xf6\x28\xa1\xa5\x28\xb9\x16\xd2\x7f\x0f\x97\xd6\xf4\x20\x79\xfe\xbf\x21\x70\xf3\xd9\xda\xd3\x39\x4f\xa6\xa2\x8b\x1a\x7d\xa1\x41\xf3\xef\x50\xcb\x83\x16\x10\x77\xe3\x8e\xc4\x97\xc2\xf4\xe1\xae\x36\x7b\x8d\x79\xaa\x36\x06\xe2\x7c\xfe\xe3\x79\x76\xfc\xfc\x4f\xff\x39\xb0\x26\xaa\xd6\xd5\xa6\xc7\xb1\xdb\x67\xf3\xe3\x68\xc6\x7c\x71\x8f\x62\x25\x8a\xc2\xf0\xe6\x9a\x67\xe7\x22\xff\x78\xf1\xf6\x8b\x7d\xff\x40\x21\xf4\xdd\xe9\xf7\x7c\xbe\xb8\x72\x52\xb3\xad\x95\xd9\xbd\x9f\x35\x9d\x5b\x85\x34\x0d\x88\x43\xd2\xa5\x5a\x81\x4b\xce\x0c\x2b\x4a\x9a\x2d\xc3\x24\x64\x4e\xe5\xd4\xfc\x37\x13\x45\x54\x9e\xc2\x56\xb1\x94\x75\x89\xa9\x73\xab\x30\x79\x46\x8b\xac\x2e\x5c\xc2\x94\x28\x82\xc0\x56\x95\x44\x85\xcb\xb3\xe3\x3d\x12\xdd\x8e\x64\xd8\xdd\x44\x52\x8e\xc7\x1d\x8b\x5b\x26\x17\x10\x12\x53\xa6\x24\xf8\xff\x1c\x68\xdc\xb1\x77\xf0\x56\xdc\x0d\xbe\xaf\x44\xdf\xf5\xd7\x65\x55\x5a\x9b\xef\xab\x64\xb7\x18\xf0\x36\x21\x6f\xc5\x1d\x53\x3a\x9e\x05\x8a\x7c\x35\x46\x41\x15\xdf\x7f\xb7\x7b\x1d\xa8\xa7\x86\xc9\xac\x92\xfa\xbb\xd3\x93\x79\x82\x1d\xed\x74\xf1\x06\x51\xa7\x67\xb6\x7c\x26\x2d\x49\x5d\xa2\x5d\x79\x19\xdd\x27\x7a\x43\xb5\x36\xb7\x4f\x53\xe8\x5e\x0f\x76\x50\x44\xf4\x16\x84\x10\x7d\x71\xd4\x2b\x29\xaa\x6f\x53\xc9\xa2\x5b\x1d\xdc\xd9\x4f\xb9\x7f\xcf\x5d\x0f\x32\xbb\x5b\x52\x79\x43\x30\x9d\x1e\xc8\xc4\xf2\x06\x2e\x26\x97\xa2\xaa\xc0\x36\xe6\x24\x00\xe4\xbf\x7d\xd2\xb4\x3b\x6e\x18\x5b\x74\x98\x80\xe3\xf8\xdb\xf1\x98\x7c\xfd\xec\xef\x13\xf2\xce\x27\x48\x77\xfe\xde\xa0\x5a\x40\xcf\x1e\xf8\xc0\x74\x3f\xfe\xf8\x3c\xf2\x70\x9a\xb2\x20\x55\x5b\x87\x67\xbb\x82\xc0\x3a\x8c\x49\xc1\x6f\x50\x55\x7e\x54\x49\xf1\x69\x35\xf6\x05\x80\xd1\x65\x2f\x8a\xcf\x9b\x46\x16\x3e\x23\xba\xbc\xa3\x37\xec\xec\xfc\x0a\x4e\xf1\xa3\xe6\xc5\xe9\x82\xda\x84\xf6\x5d\x75\xd1\xb3\xa1\x04\xd3\xde\xca\x3b\xaa\xfe\x55\x33\x49\x73\xb6\xf6\x7a\x1b\xdd\xee\x75\xc9\x97\xef\x4f\xae\x76\x7f\xaf\x3f\x51\x69\x38\x90\x97\xe4\x1c\x6b\x9d\x2d\xa9\xb6\x46\x89\xa8\xac\x72\xbb\xb8\x7e\x45\x25\x5d\x32\x48\xf2\x5c\x46\x37\xf2\xef\x04\x25\x7f\x1a\x06\x25\x87\x42\xf8\xbb\x2b\x84\x6f\x2e\xf5\xe4\xfc\xac\xc7\x31\x2b\x6e\xf5\xf8\xe5\x1c\xa9\x40\xfd\xe1\x8c\x9b\xb4\x00\x0e\x1f\xe0\x27\x68\x4e\x43\x70\xd9\x97\xe5\xc2\xd3\xf4\x57\x2d\x73\x9f\x1a\x23\x0e\x37\xdb\xda\x43\xca\x9e\x56\xd2\x3b\x2a\xb4\xb9\x73\x34\xff\xf4\xee\x18\x7f\xf8\x33\x1c\xf8\x00\x98\x6d\xdb\x84\xea\x09\x14\x3f\x71\xd5\x53\x2e\xa2\xca\x82\x7f\x71\x7f\xfc\xd5\x05\x87\x3e\x66\x93\xf9\x84\x64\x55\xfd\x97\xe7\xc7\xc7\xcb\x31\x9a\xa6\xfe\xf2\xec\xc5\xf1\x77\x4f\x48\x45\xb9\xf4\x76\x2f\x6b\xfe\xf7\x5e\x8e\xc1\xf1\xd1\xbc\x0d\xd1\x15\x58\x07\xca\x40\x12\x27\xe4\xd4\x3b\x95\x64\x55\x3d\xb6\xfe\x45\x91\xeb\xb7\xd2\x42\x3a\x1e\x0f\x72\x54\x40\x10\xaa\x9d\x08\x3c\xef\xeb\x0a\xcd\x84\x86\xd8\x30\xc0\xfd\x97\x4f\x9f\x36\xdd\xec\x73\x91\xa9\xa7\xb5\x62\xf2\x68\x5e\xf3\x9c\x41\xcd\xea\x5a\x83\x23\xa9\x5d\xb1\x77\xcc\xcd\x99\xa6\xbc\xd8\x1f\x7f\x68\x89\x58\x6c\x2a\x68\x78\xc3\xa4\xfc\x53\x9d\x92\xce\xa6\x5d\xb2\x41\x4a\x92\x29\xfe\x0b\xe8\xca\x31\xab\xc4\xc4\x26\xa7\x23\x85\x10\x37\x36\x94\xb9\xe5\x13\xfe\xda\x7a\x02\x5a\x7f\x3b\x14\x51\x53\x21\xea\x5a\x10\x56\x2a\x54\xec\xda\xb4\x2a\xee\x89\xa2\x71\xad\x8c\x1d\x9a\x06\x63\x90\xc5\x1c\x1a\xeb\x3c\xd8\x17\xac\xa8\x42\xc0\x0a\xcf\x0d\xa5\x9e\xad\x08\x9d\x42\x36\x86\x28\x4c\xae\x95\x7b\xc3\xd7\xc1\xb4\x4e\x91\xe4\x9f\x3f\x44\xdf\xfd\x27\xb1\x90\x11\x1e\x36\xbc\x8f\x60\x40\xfa\x21\x40\x33\x46\x67\x36\x7c\x82\x7f\x4f\x6e\xe5\x5f\x46\x6c\x5f\x5a\xc5\x68\x2f\x16\xe1\x20\xa1\x7c\x6d\xb6\xfb\x64\x8f\xed\xdb\x77\xf9\x56\xc0\xe5\x4d\x40\x0a\xa0\xd8\xa5\x85\x6f\xd4\xbe\x7e\xc9\x67\xb4\x4c\xb2\x84\xdd\xb3\x3a\x9b\x81\x99\x79\xec\xf7\x88\x98\x0d\x1c\x1e\x3e\x03\x9e\xbf\x97\x75\x61\xf3\x5c\xba\x8c\x08\xa2\x84\x24\x18\x2e\xc1\x1d\x76\x00\x36\x15\x15\xd8\x54\x91\x5a\xe3\x53\x87\x6d\x10\x96\x65\x03\x4a\x62\xd6\x17\xde\x12\xb3\x82\x73\xe4\xc6\xaf\x16\x8d\xd9\x0c\xff\x6c\x93\x94\x60\x1a\x1d\x51\x12\xb7\xb9\xa6\x78\x62\x9e\x06\xd7\x62\xe5\xd2\x7d\x07\xf0\xc0\x0a\x5d\xad\xa3\xf8\xbd\x06\x36\x76\xc1\x28\x74\x84\xeb\x2b\x56\x64\xc9\x55\x88\x22\x6e\x9d\xed\x10\xd3\xff\x92\x7e\xfa\x50\xb1\xb2\x27\xb9\x45\xdc\x6a\xc0\xeb\xbd\x4f\x72\xd1\x4d\x6b\x21\x2a\x56\xa2\xfb\x8c\x5b\xb0\xad\xbe\xf9\x59\x53\x14\x88\x59\x5b\x55\xdc\x0d\x7a\x32\x78\xf3\x48\xe1\x16\x80\xa0\x36\xd8\x46\xf8\xbf\x4d\x8c\xcf\x9f\xff\x64\x0f\xef\x5c\xe4\xe9\x73\x03\xc7\x4c\x17\x46\xed\x8f\x0d\x5c\x76\xfd\xa9\xc9\xba\x44\xdd\x0b\x57\x21\xbc\x6e\x6f\x59\x7b\x42\x68\x09\xac\xcd\x39\xb9\xd0\x1c\x0a\x5a\x0a\x58\x8a\xfb\xa8\x0d\x5b\x4f\x2a\x8f\xbc\x88\x86\xfe\x52\xbc\x84\x87\x7f\x72\xa9\xa9\xae\xd5\xe4\x94\x56\x34\xe3\x7a\xf5\xb7\xdb\x67\x13\xc7\xe4\x99\xef\xfd\x7d\x4c\xf4\xa2\x56\x84\xa2\xa0\x59\xce\x9d\x13\x6d\x54\x3b\x23\x67\x19\x57\xe8\x04\x74\x86\x6c\x8a\xdf\x19\x7e\xd4\xac\x84\x16\x4a\x04\xb7\xbb\x48\x97\x0f\x79\x6d\xe0\x61\xc2\x34\x44\x36\xdb\x0a\xcd\x6e\x42\x01\x0a\x33\x61\xd1\xd1\x74\x3d\x1b\x2a\x2c\x98\x71\x6f\xcd\x77\x9d\x62\xcb\x7a\x43\x77\x21\xa0\xaf\x67\xb2\x64\xf5\x0f\xb1\x7f\xaa\xf5\x43\x36\x32\x69\x53\xd7\x00\xd3\x8d\x83\x3b\xe1\x7b\xf7\x09\xef\x28\x12\x0b\xe8\xf8\x98\xd8\x06\x5b\x8a\x44\x11\x70\x87\x86\x9a\xde\x58\xb9\x1e\x9e\x10\xb4\x3a\x19\xcc\x5d\xd0\x5b\x27\x3b\xf8\xec\x19\x40\x28\x31\x9c\x11\xbc\xcc\x2c\xe0\x45\x85\xe6\xcd\xaa\xd0\x26\x1b\x52\x3e\x61\xc0\xaf\xd5\xc8\x80\x12\x02\xf8\x09\x54\xad\xf8\x6c\xa5\x3e\x3d\x08\xfe\xce\x3e\x55\x1c\xdc\x54\xbc\xb7\xa4\xbd\x44\x07\xd0\x2c\x27\x75\x89\xcb\xb5\x54\x1d\x07\x72\x15\xf9\x8b\xc3\xca\x90\xed\x94\x2b\xf2\xec\x58\x8d\x21\x70\xe5\x87\xd7\xe7\x47\xc7\xc7\xc7\xdf\x80\x28\x0f\x9e\x39\x00\x7f\xe3\xe8\xfb\xae\x06\xb8\x2f\xbb\xef\x02\xf9\x98\x0e\x0f\x85\x4e\x54\xc3\x6f\xc4\xf2\x77\xef\xe5\xb3\x84\xf2\x5b\x94\xe8\x18\xd1\xe2\xf8\x39\x51\x30\x09\x66\x2f\xf3\x70\x82\x5f\xbe\xa5\x46\x71\x38\x56\xef\xdb\x03\xc7\xe3\xe6\xc7\x23\x40\xa9\x8d\xa2\x05\xef\xa8\xe0\x46\x96\x70\x26\x71\x98\xff\x49\x84\x66\x7f\xda\x02\xcb\x90\x9a\x5c\x00\x91\x59\x63\xd0\xec\xed\xea\xf0\x6c\xe6\x7f\x80\x7d\x3a\x66\xac\x12\x4a\x2b\x9f\xf1\x44\xd7\xd6\xb3\x0a\x52\xb6\xf1\x59\xa3\x21\x17\x0c\x43\xb4\x91\x04\x4e\x9a\xd8\xca\xe7\xa5\x70\x81\x0b\xe1\x5b\x18\xfc\xab\x74\x63\x22\xbe\x5c\xb2\x9c\x53\xcd\x8a\x95\xf9\x06\x2d\x3d\x55\xe5\x0a\x12\x74\xa3\xad\x00\x19\xb9\x50\x4a\x1c\xf0\x1d\xe6\x29\x7a\x91\xbd\xf7\x18\x1e\xa9\xa6\xbf\x9c\x19\xf5\x6c\x39\x21\xdf\xd6\xda\xed\x13\xc7\x7d\x04\x16\xb3\x71\x7c\x06\xea\x43\x3c\xd1\x78\x8b\x8f\x38\x26\xcb\xda\xd8\xfb\xbf\x62\xc0\x70\x4a\xb3\x1b\x88\x90\x36\x0c\x1c\xd5\xbc\x93\x7e\xe6\x7a\xf4\x6c\x97\x76\x88\xde\xd5\xac\x83\xae\xc4\xf1\xac\x81\x2e\x2b\xd7\x35\x00\x0c\x48\x5d\xfa\x1a\x21\x86\xb1\xb4\x25\x97\x6d\xb9\x4c\xf3\xc8\xdd\x0f\x7e\x5d\xf4\xcd\x4f\xfd\x70\xd3\xf8\xa0\x21\xaf\xb4\xd6\xc0\x43\x03\xac\x35\x54\x48\x86\xc6\x68\x5a\x6a\x58\x18\x28\xdb\x01\xb7\x81\x97\x32\x93\xbf\x43\x0f\x86\xc8\xa5\xd9\x10\x7d\xd3\x12\xb2\x0d\xec\x9d\x01\xc4\x73\x08\x8a\x30\x5b\xa3\x03\xcf\xd0\x6a\x14\xf0\x39\xf1\x6b\x7a\xa4\xfa\x96\xef\xcb\xeb\x20\xf0\xbe\xff\xea\x7d\x1f\x14\x8c\x6d\xd4\xd2\xfb\x2e\x9f\x27\x99\x96\x9c\xa9\x38\x27\x43\x6b\x01\x60\x7a\x50\xa1\x25\x7a\xd7\xf6\x96\x5e\x45\x88\x25\x14\x13\x3c\xc9\x7f\xee\x02\x7b\xd4\x68\xf6\x63\x1e\x57\x21\x96\x47\x50\x94\xf0\x88\xe6\x3f\x5b\xdc\x76\x4a\xb6\x06\x83\xbf\xd1\x18\x73\x64\xf8\xea\x31\x70\xd7\x7f\xff\x2c\xf2\x40\x23\x14\x03\x4b\x20\x62\xe8\x8e\xd5\xf9\x25\x82\x60\x8e\xbe\xf9\xe6\x9b\x61\x0f\x54\x25\xf2\xd3\xb3\x57\x17\x29\x95\x11\x23\xa6\xa5\x95\xd4\xb6\x91\x22\x74\x1c\xd1\x76\x5e\x9a\x85\x96\x39\x2d\xc0\xb7\x0e\xb8\xd2\xb3\xd2\x27\x0f\x5d\x02\x13\xa5\x6d\x3e\x5c\xac\x11\x15\xd7\xab\x76\x08\xbf\xb5\x5e\xc1\xba\x81\x04\x28\x07\xeb\xc8\xb2\xd2\x51\xae\xf8\x33\xef\x78\x09\xeb\x75\x89\xb2\xa2\xf5\xba\x30\xf8\x28\xd8\xce\x50\x16\xb3\xf1\xf4\x8a\x06\xe8\x19\x2a\x91\x9f\xf3\x5c\xbd\xe5\xe9\x7a\xc2\x51\x6b\x3b\x58\x39\x12\xb2\x38\xc6\x45\x9a\x17\xb6\xea\xa4\x5a\xba\x44\x15\x6e\x63\xaa\xcf\xca\xa8\xb5\x43\x88\x1c\xbf\x15\xfc\x1c\x2d\x5e\x39\xef\xf6\x99\x90\x60\x63\x08\xdc\xb5\x63\x45\x02\xec\x3e\x1b\x26\xb1\x1a\xf9\xf3\x9c\xc9\xd3\x64\xa1\xd1\xa8\x71\xcd\xe1\x1a\xd9\xaa\x02\x53\xa3\xc1\x1e\x6b\x29\xc3\x10\x7c\x82\x61\xaf\x2a\x44\x87\xc7\x69\x48\x91\x55\xda\xc7\x89\x1e\x24\xdc\x4d\x12\xee\x40\xce\xbb\x4a\x7a\x59\x56\x6d\xf7\xca\x35\x75\x44\xbe\xe8\x1a\x21\xcf\x8e\x9f\xbf\x18\x7a\x12\x52\x18\x86\xfc\x07\x28\x90\xe1\x32\xd9\x27\x8e\x26\xd5\x0d\xf2\x8b\xa1\x16\x14\xa0\xb1\x13\x5c\xc4\xa4\x14\x20\x67\x60\xfd\x0d\x30\x32\x28\x5f\xe4\x0c\xb3\xf3\xb2\x4f\x15\xcb\xb4\x9a\x90\x0f\x7a\xc1\xe4\x1d\x6f\xf9\x40\x02\x8b\x4d\xb5\x91\xdb\x60\x4a\x88\x9a\x59\x35\x27\x04\x96\x50\x67\x0b\xd0\x25\xe0\x7c\xfb\xca\x01\xd3\xcd\x6d\xb6\x31\x4e\x09\x1a\x71\xb9\x96\x25\x8d\x14\x99\x54\x05\x05\xb2\x3b\x88\x01\x39\xd1\xfe\x25\x54\xbf\x21\x32\x6a\xb4\x2e\x07\xac\x91\x07\x06\x15\xf9\x98\x66\x28\x63\xa5\xa6\x73\x16\x5b\x1e\x5d\x6e\xce\xd8\x1f\x2c\xea\x09\xae\xea\x2d\x43\x8e\xb5\x49\xfa\xf2\x8b\xf0\x34\xda\xf8\xc2\x79\x4d\x25\x2d\xb5\xa1\x9a\x7f\x15\x97\x44\x73\x03\xa9\xc1\x3e\xe9\x0d\x8d\xc1\x34\x67\x1e\x4d\xe4\x5e\xae\x47\xcd\x27\xed\xaf\x1f\x2e\xfd\xce\x7e\xe7\xf9\x17\x1f\x6a\xd8\x93\x8c\xe6\x1f\xca\x62\x95\xf6\x17\x8f\x5b\x7d\x2d\x02\x46\xf3\x23\x60\x71\x36\xd1\x36\x27\xf5\xb4\x4a\xb2\x3d\x6d\x96\xba\xfa\x92\x09\xe0\x31\x79\x6c\x7d\xdd\xf3\x27\xc3\xe8\xa0\x64\x73\xae\xb4\x5c\xf5\xf8\x9a\x34\x9a\xfb\xf2\x00\x81\xf3\xc9\x8a\x54\x75\x51\xa4\x33\xff\x40\xcb\x7d\xf2\xfd\xb8\xcf\x9f\xd7\x45\xd1\x4d\xf8\xd3\x6a\xfd\x3d\x64\xfc\x41\xc7\x4c\x38\x8f\x7b\xf8\xb2\xb4\x36\xdc\x7f\x5d\xee\x44\x5c\x2d\x5d\x60\x82\x45\x38\x31\x7b\x23\x71\xbe\x9f\x4b\x17\x2f\x01\xa1\x00\x36\xdb\xcf\xef\xee\x24\x07\x7a\xb4\x40\x9d\x85\x5b\xb3\x97\xee\x19\x5e\x40\x9b\x61\x93\x61\xa7\x9e\x8a\xe0\xaf\xed\xa2\x6e\x06\x72\x01\x1e\x2d\xd9\x83\x12\x25\xa1\x4a\x84\x67\xf9\x5b\xd5\x1d\x1a\xb3\xfc\x61\x2b\x39\x5c\x8f\x9e\x32\x9d\x3d\xc5\xb3\x83\xfa\x3c\x69\xa1\x10\x13\xbf\x9f\x86\xa2\x98\x09\x4e\xac\xdb\xc7\xa7\x7e\x4c\x14\xd5\x0c\xa9\xdb\xaf\xda\x4c\x95\x75\x04\x84\x80\x91\xbb\xc6\x20\x2f\x77\x47\x3f\x2a\xeb\x5b\x41\x4e\xce\xcf\xac\xd1\xc5\xfb\xcc\xd0\x92\xd0\xaa\x92\xc2\x06\x61\xd9\x7f\xb7\x67\x80\xe8\x7c\x24\x66\xae\x32\xad\x59\xd3\x05\xec\xc7\x15\x11\x84\x1d\x9c\xc6\x6b\xb1\xcf\xbc\x53\xb9\xec\xd1\xae\xd0\x97\x5d\x52\x37\xaa\x52\x39\x2c\xd5\x8d\xe7\x31\x99\x14\x3e\x16\x64\x91\xe1\x69\x9c\x87\xb5\x02\x0d\x62\xf8\x6c\x29\x20\x5b\x2d\xf8\x8a\x2f\x99\xa8\x53\xcf\x54\xaa\x9b\x43\x5d\x6d\xff\x74\x15\x0f\x5d\x79\x21\xef\x11\x6a\xde\x9b\xca\xc8\xed\xe6\x92\x6c\x72\x50\xdf\x78\x04\x34\xc6\x65\xfd\x64\x9f\x58\x86\xca\x47\x48\x06\xfa\x45\x33\x03\x3b\xf6\xef\xf7\x25\xd8\xcf\x0c\xe5\x35\x2f\x4c\x02\x4b\x13\x9d\x50\xe9\xec\xd5\xd1\xc9\x6c\x0c\xe6\x88\x91\xa2\x2b\x88\x42\xa5\x06\x3d\xcd\x25\x4d\xc8\x4f\x2c\xd0\x1d\xf2\x55\x29\xf4\x57\xcd\x57\xa2\x69\x99\x10\xa5\x55\x06\x62\x62\x9f\xba\x24\xb9\xc8\x6e\x98\xb4\x2e\x55\x78\x6a\xb6\x08\x21\x41\x86\x21\x23\xcf\x26\xdf\x10\x0c\xfa\x38\xa9\x67\xca\x3b\x09\x4e\x8d\xdc\x0d\xa9\xf0\x30\xc1\xd5\xb3\xe3\x6f\x5e\x7c\x03\x99\x6b\x22\xdf\xbe\xcf\xe3\xfd\x10\x47\xb4\x89\x59\xcf\xdb\xd7\xeb\x03\x82\x90\x71\xf5\xf6\xf2\x5b\x21\xb4\xd2\x32\x55\xfc\xbd\xdb\xa7\x9d\x59\x37\x46\xe1\xa9\xeb\x34\x21\x67\xa1\x4e\x91\x62\xc5\xcc\x53\x3b\xa8\xd9\x0f\xd6\xe6\x68\xe0\xb8\x2b\xe3\x06\x72\xfc\x65\x90\x62\xf4\x31\xff\x02\x48\x31\x3a\x0b\x68\x51\x59\xfe\x03\x4d\xd7\x62\xd6\x42\xf8\xc6\x09\xc5\x69\xd1\xee\x4b\x41\x9c\x51\x1f\xc8\xa1\x66\x72\x39\x76\x25\x3b\x3a\x44\xbc\x5d\x1d\xa5\x9f\x8e\xfb\x50\xce\x73\xaa\x13\xd9\xcb\x1b\xcd\x5e\x15\x45\x31\xd4\x1c\xb0\x9c\x4b\x96\x69\x21\x57\x8e\xa5\xf2\x3e\x52\xe4\x31\x0e\x7e\x62\x7d\x6f\x84\xc1\xfa\x31\xb1\x0c\x98\x9b\xc3\xeb\xcd\xb0\x33\x28\xed\x0d\xef\xb6\x87\x4b\x04\x41\x18\x35\x0f\xe1\x63\x51\x3e\x61\xe2\x0c\x56\xec\x0e\x97\x67\x9d\x10\x42\xfc\x8a\x4f\xf9\x2a\xca\x96\x6e\x09\xa8\x37\x2c\x04\x94\x9b\x56\x64\x77\x91\x1f\x5c\x35\x9e\x8e\x95\xa8\x65\x37\xe6\x2b\xcd\x81\xc5\xa1\xb6\x6b\xae\xe7\xe3\xc5\x5b\x77\x3b\xe6\x9f\xf0\xa2\x82\xf7\x2e\x24\xe8\x8b\x76\x8b\xd7\xf0\xdb\x1e\x2e\x44\x0d\x7f\x61\x67\xfb\x3d\xa3\x79\xaa\xec\x64\xb7\x4f\x23\x13\x8f\x2a\x78\x06\xdc\xbc\x5e\x90\xef\xaf\xae\xce\xc9\x02\xfa\xa8\x46\xea\xc8\x70\x13\xa8\xc8\x85\xdb\xda\x37\x7f\x12\xfb\xe6\x41\x32\x13\x8a\x31\x48\xb6\x02\x6f\xe2\xae\x80\xb4\x5f\x46\xfb\x7d\xa8\x76\x68\x63\x9e\x63\xb8\x03\xc9\xe8\x92\x97\xf3\x53\x51\x96\x18\x38\x79\x96\x17\xac\x97\xa1\x5c\xdf\xbf\xad\x08\x01\x76\x12\x42\x9c\x70\x90\x39\x32\x3b\xca\x29\xf1\x79\x5e\x34\x32\xf8\x47\x3d\xcc\x45\xd7\x5a\x2c\xcd\x89\x50\x4c\xeb\x28\xd4\x67\x48\xb0\xdb\x7e\x18\x24\x2b\x56\xe0\x99\x56\xba\x30\x7b\x2b\x0e\x62\x46\xbb\xe4\xf6\xda\xe5\x6b\x53\x5c\xe8\x9f\x16\xbb\xe4\x42\x57\x65\xb6\xc6\xa3\xa3\xd1\x1c\x5d\x93\xcb\x08\xea\xb2\x1f\x98\x7e\x0b\x29\x4a\x8c\x79\x70\x4c\x7f\xa7\x1c\x80\x55\x5e\xee\x35\x1f\x02\x57\x4d\x5f\xae\xcd\xd9\x0c\xc6\x84\x01\xc1\x83\xcf\xd1\xb6\x6b\x02\x48\xf6\x71\x35\x22\x17\x11\xa2\x3a\xe9\xd8\x79\xcb\x44\xd5\x4c\xcc\x10\x4a\x5d\x18\x56\x00\x0a\xdd\xcc\x24\x53\x0b\x00\x77\xd4\x71\xf8\x8a\x7e\x78\x60\x58\xd4\x4f\xed\xcf\xb7\x07\xdd\x79\x7b\x1d\xf9\x1b\xcd\x80\x57\x7d\x3e\xfc\xbe\xac\xa0\x11\x3e\x0a\x9a\x61\x55\xc7\x52\x94\x47\xd6\xc2\x12\x4c\xb4\x70\x63\xde\x76\x53\x18\x0a\xb7\xc2\xa4\x42\x51\x69\xbf\xd7\x60\x5b\xb7\xaa\xb3\xe8\xf7\x0b\x51\x00\x3f\x87\x89\x86\x16\x0c\xe3\x4d\x02\xdb\xea\xd5\xeb\xbf\x03\xd5\x7d\xef\xfb\x06\xa7\xde\x6f\x97\x69\xb6\x37\x4c\x33\x9f\x25\x64\x0c\x6e\x35\x04\xda\xa4\xe3\xc5\x40\x47\x96\x55\x35\x9a\x8b\x6d\xdc\xd8\x21\x20\xec\x0f\x13\x10\xd6\x04\xc2\xcf\x19\x12\x76\xd9\xf8\xf2\x80\xa0\xb0\x0f\x97\x87\x38\xb0\xbd\x10\x2a\x5d\x28\x23\xd7\xbf\xe1\xa9\x7a\x36\x51\xa3\xf7\xfe\x34\xff\x8e\xe4\xcd\x4f\x2f\x8e\xbf\x21\x0d\xcd\x80\x90\xc0\x8e\x5f\x4e\xc8\xe3\xd3\x13\x90\x8f\xc7\xd6\xf5\x17\xf0\xd3\x74\x2a\x23\x0d\x7b\x24\xb1\x3f\x41\xd7\xf8\xe8\xa3\x20\x67\x14\xea\x5c\xf2\x5b\xaa\xd9\x0f\x6c\x85\xbf\xda\x87\xc7\x7a\xf8\xe7\x63\x20\x9e\xc5\xec\xc8\x5c\x25\xcb\x1b\x32\xb9\x99\xe1\x86\x21\xdd\xc2\x0a\x4e\xda\x92\x40\x10\x08\xea\x69\xc1\x33\x9f\x4c\x0c\x52\x40\xd2\xdb\x50\x63\x2a\x88\xd8\x15\x55\x2a\xfc\x1e\x54\xc0\x47\x47\xe6\x6b\x47\x39\x97\x80\x23\x5f\xb8\xf2\xb3\x1f\x06\x78\xb5\x60\xf2\xb2\xe6\x49\x3b\xc3\xd5\xdb\xcb\xb8\x43\x30\xa1\x61\xa1\x13\x97\xcd\x3f\x83\x3e\x44\x61\x27\x77\xc6\x6e\x19\xd6\x5f\x92\x4a\xa7\xc9\x2a\x14\xb8\xf1\x60\xea\x16\xf4\xb8\x55\x24\xa0\xae\x28\x68\x39\x9f\x08\x39\x87\xac\xa6\x99\x5c\x55\x5a\x3c\xd5\x85\x7a\xfa\xbf\xaa\x9b\xf9\x91\x1f\xf1\xe4\x8b\x3e\xf2\x6d\xeb\x76\xeb\x42\xbd\xe3\xe5\x8f\xa8\x8c\x4d\x5e\x44\x68\x6e\x27\xea\xb9\x7a\x7b\xe9\xd5\xb8\xd1\x13\xfd\x6f\x79\xee\x6b\x40\xbd\x49\x4c\x92\x44\xaf\x45\x6f\xd6\x91\xbe\x0a\xbb\x02\x8d\x01\xc7\x23\xd8\x61\x44\xc2\x7e\x8f\x87\x24\x2a\x51\x88\xf9\x6a\x43\x01\xd5\xab\x54\xb7\x01\x55\x54\xa1\x23\x37\x12\x34\xa4\x6f\x01\xed\x93\x4b\xcb\xe9\x73\x50\x9a\x71\xad\x0f\xfc\xde\xdd\x7c\xd6\x95\x59\xc5\xe2\x85\x97\x9a\x6a\x75\x32\x9f\xf7\xe5\x49\xff\x5e\xdc\x45\xe9\xfe\x40\xfd\xec\x12\x9d\xa1\x70\x4e\x33\x5f\x08\x31\x4e\x9a\xe6\xac\x7c\xa0\x6b\xfa\x02\xeb\xa9\xee\x4e\x1c\x36\x34\xf4\x15\xe4\x2b\x65\x65\x06\x8c\xef\xdf\x5c\x9a\xec\x78\x0a\x20\x6d\x66\x8a\xa7\x66\x8a\xa7\xf1\x14\xe3\x38\xad\x76\xc1\xf4\x53\xbc\xc7\xa7\xb7\xcf\xcc\x01\x3d\x9b\xd8\x63\x3b\x69\xb8\x43\x6d\x33\xca\x7b\x4d\x8d\xfe\xfe\xeb\xc0\x61\x3f\xb1\xe9\x42\x88\x9b\xd6\x37\x5f\xfe\xcf\xe8\x32\x5b\xb0\x25\x8d\x9e\x12\x2f\x05\x54\x0d\xde\x1f\x00\xe3\xea\x2a\xa1\xc6\x76\x2d\xc1\x71\x80\x22\x0d\x33\xef\x7a\xe3\x7b\x56\xf7\xa1\x76\x5c\xf8\x36\x01\xe6\x2e\xdd\xbc\xf5\x94\x9a\x32\x2a\x81\xd3\xbf\x61\x65\x7b\x4d\x53\xf4\x03\xb6\xfe\x85\xd0\x45\xb2\x5b\xce\xee\xd4\xa4\xd9\x33\xb2\x93\x25\x8c\x31\x0f\x07\x9b\xfb\xdc\x65\x80\x84\x6d\xaf\xd2\x8d\x66\x79\xff\xa5\x36\xfa\x74\x43\x70\x85\xa5\x16\x8f\xa8\xef\xf7\xc8\x57\x55\x8a\xf2\x47\xdd\xe1\x7a\x89\xef\x26\x27\xbb\x2b\xd2\x6d\x56\xf0\xb1\xa4\x03\x76\xd3\xea\xb5\x66\x3f\x75\xf9\x9b\xed\xe8\x33\x82\xd1\x7f\xbf\x38\xfe\xe6\x01\xf4\x00\x7d\x6b\x4e\xd2\x1c\x50\xdc\xda\x36\x3c\x52\x72\xfe\xfa\xdd\x11\x2b\x33\x91\xb7\x24\xad\x69\x5d\xe6\x05\x46\x37\x2b\x06\x31\x06\x2b\x6f\xc8\x8e\x32\x9b\xd1\x94\x6b\x92\x15\xdc\xa6\x2b\xf0\x74\xb0\x6c\x83\xbd\x1f\xa8\xff\x61\xed\xaf\xf8\x0d\x6b\x1d\xf0\xfe\x36\x36\x1b\x1c\x35\xec\x85\x04\xc6\xa3\x19\x44\x6e\x85\xb6\x53\xb1\x5c\x8a\xf2\x3d\x5d\xda\xea\xc2\x56\xed\x99\xec\xfb\x41\xce\x69\x69\xb1\xd3\x7d\xbc\xbb\xee\x49\xf7\x29\xef\x82\x40\x59\x17\xc5\xc6\x5b\xbd\x74\x3e\x22\xf9\x7b\x91\x33\x7c\x92\x2f\x41\x15\xd2\xbc\xd6\xe6\x45\xf5\x8f\x72\xb4\x13\x83\x24\xbd\x07\x0a\xb9\x7d\x36\x69\x77\xb5\x6e\x03\x66\x1f\x50\xec\x09\x63\xb4\x40\x27\x6e\x18\x80\x66\x25\x64\x94\xea\x24\xb5\x35\x04\x16\x2c\xbb\x81\xec\x72\x2c\x77\x5c\x83\xe5\x7b\x14\xb0\x4d\x90\xd5\x5c\xc5\x21\xf1\x05\xd3\xb6\xf2\xc0\xc9\xf9\x19\x5e\x81\x57\xb6\x61\x7c\x53\x56\x50\xa5\xac\xe1\x52\x11\xea\x44\x1a\x58\x55\x55\xeb\x96\x08\x3e\x49\x68\xc0\x9a\xb0\x4e\x2b\xde\x2b\x4f\x9d\x9c\x9f\x39\x61\xca\x15\x97\x81\x58\x18\xff\x49\x05\x27\x8f\x10\x09\x9a\x40\x0b\xc9\x08\x18\x58\x8c\x09\xbf\x1b\x32\xf1\x85\xd4\xfd\xb7\x4c\x6a\xf0\xd4\x99\x97\xe6\x92\xec\x6c\xde\x3e\x64\xed\x81\xee\xb0\x91\x9b\x0c\xc1\x39\x92\x41\xb2\xbf\xba\x8c\x66\xc0\x02\x20\x7b\xcf\xc5\xe7\x35\xa1\xc9\xd4\x41\x87\xac\x86\x3b\xcb\x6a\xa8\x3c\x8e\xb7\x30\xdb\x17\x5f\x03\xe1\xc2\x1d\x16\xd5\xe4\x0e\xf5\x5f\x0e\xa5\xcd\x3c\x1b\x1f\xaf\x09\xc4\xad\x25\x70\x7f\xd3\x93\xf5\xd4\x0c\x7c\x9a\x1a\xd8\x7a\xa8\x6c\xfd\x99\x6c\x99\x3f\xcd\x0a\x51\xe7\x47\x9d\xba\xeb\xf2\x29\xad\x2a\x7c\xf5\x3c\xed\x83\xf2\x38\xcf\x26\xa7\x66\x44\x28\xd3\x6f\xc5\xbd\xd3\xd8\x1d\x78\xfd\xe3\x66\x85\xc6\xdc\x2c\x1e\x6a\x37\xf0\x6c\x34\x1e\x19\x0a\x01\x53\x5f\x2e\xa8\x69\x1c\x8f\x6c\x81\x8a\xf0\xa9\xd1\x78\xd4\x1b\xe9\x3c\xfa\x7b\x9b\x92\xb8\xa9\x3b\xb7\x65\x1b\x08\x54\x07\x6b\x7b\x43\x83\x55\x60\x6e\x7b\x74\x8f\x65\xc3\xed\x41\x1a\x91\xee\xa8\x89\x95\x2e\xfd\x19\xda\x25\x6c\x38\xc5\x5f\xbb\xa7\xd2\x45\xe4\x66\x87\xc6\x04\xbd\x3b\x54\xd0\x97\x48\x86\x49\xb7\x7d\x09\x9d\xa9\x80\x12\x1c\x04\x80\xa2\x19\x09\x8e\x32\x3d\xe8\x67\x9b\x7b\x74\x6d\x9b\xb8\xb2\xa1\x47\xb3\x6e\x43\xe6\x44\xfa\x21\xa0\x73\x36\xbd\x5d\xbb\xc9\x11\x0c\xaa\xfa\x12\x7f\xd1\xe6\x9c\xfb\x00\xb8\x64\x3e\xb2\x99\x0c\x76\xc6\x51\x77\x21\x3c\xc5\x34\x34\xbb\x0c\xbb\xe1\xce\xb0\xce\x65\xef\xea\xbe\xd6\x2f\xd0\xec\xf2\xf0\xa4\x1f\x9e\xf4\x2f\xf4\x49\xdf\xb1\x02\x2a\xf5\x8e\xb6\x9f\xcf\x61\xa4\x7f\xeb\x69\xd7\x92\xcd\xad\x67\xdb\x80\xd4\x69\x76\xc2\x1f\x12\x9d\xd2\xcc\xcb\x4a\x41\x1f\xdd\x27\x17\x59\x55\xb4\xd5\xd5\xab\xe0\xe9\x7a\xf2\xed\xc9\xa9\x53\x47\xcb\xba\x60\x09\xe1\x21\xe6\x25\x54\xc5\xb2\x2e\x1b\x70\xa0\x3e\x07\xea\xf3\x85\x52\x9f\x31\x82\x6c\xf7\xcd\xaf\x58\xe6\x7d\x82\x54\x6c\x94\xb1\x58\xb0\xe9\xdd\xb6\x8e\x3d\x9e\xf7\x30\x08\x39\x69\x22\xa4\xf9\xc6\x5a\xfa\x37\x10\xb1\x61\x9e\xed\xe9\xc1\xa5\xdd\xf8\x7a\x9a\x00\x07\xe1\xe9\x02\x68\x99\x34\xde\x82\xb5\x58\xd3\x0d\xe4\xa1\x43\x0a\xbe\x4b\x7b\xcd\x9c\x9c\x9f\x41\x4b\xdb\x1e\x46\xcb\xa0\xf8\x98\x10\xd7\x6b\xec\xbd\xbe\x10\x5b\xdf\xbb\x64\x81\x20\xeb\x39\x92\x14\x92\x1b\x44\x7e\x32\x2e\x68\xe3\x7a\xf4\xd5\xf5\x08\x9b\x99\x02\x6b\x8f\xff\x4e\x12\x50\x7a\xbc\x7d\x1a\x8b\x46\xf5\x0c\x12\xaa\xba\x60\x84\x56\x55\x01\xd5\x78\xc5\x84\xbc\xe6\x60\xbd\xab\x15\x96\x62\x99\xbb\x71\xdd\xc5\xa2\x8f\x15\xac\x33\xb5\x4c\xeb\x4a\x95\x5a\xa3\xcf\x99\x98\xe0\xc4\xfd\x09\xb5\x0f\x38\xce\xb4\xb8\xd7\xf3\xf5\xdf\x51\xe4\x31\x2f\xb3\xa2\x06\x05\x62\x5d\xfa\xdf\x73\x3f\xfc\x49\x72\x77\xa2\xf4\xa9\x54\x92\x11\x20\xef\x9b\x1d\xfc\xc7\x4b\x51\x1e\xb5\x57\x08\x0a\xda\xe4\x32\xa1\x81\x5c\x8f\x9e\xce\x84\x78\xda\x6e\x54\xf5\x14\xdb\xc5\x8c\xcc\x84\x48\x06\xa2\x32\x9a\x8b\xb2\x48\x48\x43\x17\xb6\xc5\xcf\xe8\xba\x06\x8a\x89\x89\x3b\xa5\x7b\x85\x68\x08\x6e\xb2\x6d\x6b\xc2\x1c\x59\x9f\x72\xe4\x22\xaa\x4d\xdf\xbc\x7a\x37\x66\xcf\x37\xbf\xf6\x35\x33\x18\xd1\x5d\xf3\x47\x85\xe1\x0b\xe0\xd7\xe7\xd4\xd4\x7b\xc6\x2c\x33\x43\x0a\xb1\x36\xe9\xa8\x97\x4c\x4b\x9e\x45\xe4\x36\xab\x95\x16\xcb\x7f\xb8\xdf\x1d\xe1\x7d\x07\x7f\xbf\xe5\x4a\x7f\x80\x6d\xaa\x75\xf4\xb7\xd3\xd9\x2b\x9b\x41\x41\x0d\x95\xbc\xec\x07\xac\xce\x99\x4b\x52\xd0\x29\x2b\x6c\xab\x90\xea\xa0\xeb\x3d\xb0\x66\xbf\x5f\xd6\x0c\x80\xf9\xd2\xc2\x72\xba\x66\x08\xb6\x61\xd0\x90\x19\x68\x43\x5d\x9d\xa3\x9d\x64\xba\x96\x06\x54\xf1\x14\xdb\x88\x12\x82\x0c\x00\xec\x20\x17\x30\x96\xb4\x4d\x66\xb7\x47\x84\xdc\xdd\xa2\xd2\xd8\x3b\x48\x46\x7e\x08\xfd\x01\xff\xb6\xcd\x94\xe7\x47\x97\x0a\x96\xda\x85\x46\xb9\x1d\xa1\xec\xb7\x27\x29\xeb\x24\x42\xc7\x43\xe7\x1f\x5c\x2b\x4e\x66\x9e\x15\x33\x94\x2f\x99\xd2\x74\x59\x8d\xc6\x23\x98\xfe\x20\x3d\xee\x9d\x44\xb5\xaf\xa4\x73\xaa\x86\x2d\x80\x48\x47\x2c\xa9\x86\x01\xf2\x76\x4c\xb8\xf5\xa1\x26\x14\xfc\xca\x85\x9b\xf1\x40\x24\x77\x4b\x24\x23\x74\xea\x7a\x66\xb6\xfc\x0a\xb1\x6f\x52\x0a\xee\x25\x68\x9e\x9c\x85\xc3\xb5\xc0\x1f\x73\x1a\x36\x61\x0c\x20\xce\x94\xb5\xd9\x14\x8c\x7c\x85\x8f\x23\x7a\x40\x68\xd8\xdc\x15\x0d\x27\x3f\xdb\xa0\x78\xf4\x7e\xb6\x33\x5a\x07\x72\x5e\x3a\x18\xfc\x57\xcd\xe4\xca\x4f\x3d\x63\xc8\xd0\xf9\x99\x27\x98\xcc\xb8\x60\x33\x4d\xa6\x05\x2d\x6f\x6c\x0e\xd5\xb0\xf1\x47\x0a\xb8\x59\x9f\x79\xda\x4d\x35\xa7\x58\xe6\x0f\xa9\xe5\xc3\x7c\x5b\x9a\xcf\xc3\xaf\x31\x85\xeb\x16\x3b\xc4\x24\xfb\x2c\x64\x18\x69\x1a\x41\xdc\xfb\x70\xc7\x30\x3b\x3f\xa4\x2d\x7a\xd0\xea\xae\xf8\x12\x10\xf0\xd6\x3d\x01\x5d\x78\x69\xd4\x31\xb4\x84\x1f\x3d\xd3\xf9\x7d\xac\x2e\x13\x2f\x61\xb8\x88\x2c\xf3\xfd\x3b\x5e\xe6\xe2\x6e\xd3\x89\x60\x2f\xf2\xf8\x6f\x57\xee\x0c\x8f\x7e\x82\x9f\xc6\xc4\xff\xf2\xf7\x27\x88\xd2\xfe\xd4\x54\xeb\xdc\x42\x65\x5b\x5b\x15\x01\x9f\x5f\x88\xd8\xa4\x3a\x74\x8e\x2a\xe0\xc2\x84\x59\xbd\x34\x7f\xf2\xdb\xd0\xe5\xb1\x90\xe4\x17\x26\x85\x0f\x08\x8b\xc6\x70\xf4\xf2\xa6\x25\x13\xb5\x83\x48\xf5\x64\x32\x24\xe1\xea\x40\x8b\x72\x9b\x8e\x8e\xd7\xa9\xc9\x9f\x76\x8f\x7d\x6d\xff\xa0\x56\x6f\x02\xf0\xc0\x41\x00\x57\x7f\x7f\x10\x43\x62\x04\x9d\x81\x4c\x89\xe9\x8a\x0f\x85\x63\xa9\xf0\x59\x75\xa6\x63\x7e\xcb\xca\x18\x74\x81\x5b\xb1\xc1\x82\x96\x11\xdc\xc0\xb5\x60\xc0\xc1\x81\x15\xd9\x37\x2b\xe2\x03\x3b\x86\xd1\x21\x9a\x49\xa1\x54\x92\x21\x51\x6b\xa2\x46\xd6\xd1\x2c\x47\xf4\x3d\xa9\x6c\x42\xea\x24\xc5\x3a\xff\x7a\x60\x61\x76\xcd\xc2\xd0\x9c\x6a\xba\xe9\xae\x36\xbc\xbc\x5c\xe9\x77\x4c\xd3\x07\x98\x14\xfd\x14\x0f\x92\xac\xb6\xa6\x83\xcf\xed\xf0\x33\x0c\x10\xe5\xa8\x0e\x5b\x4f\x08\x43\x5f\x17\x57\xca\x59\x24\xaa\x4d\x57\xc8\xf8\xd1\x32\x1f\x13\x51\x61\x78\x6b\xb1\x1a\x7b\xf6\x6a\x03\x01\x34\x83\xbb\xf4\xaf\x4c\x72\x99\xf0\xa1\x44\x14\x4b\x4c\x87\x0f\x3c\xe7\xe7\xe3\x39\xef\x0f\xfe\x8d\x79\xee\x0d\xc6\x07\xfd\xe6\x1f\xf8\xc5\x3e\xbc\x7b\x07\xfd\xe6\x17\xaa\xdf\x7c\x7e\x4f\xfd\x66\xc4\x60\xee\x52\xc3\x79\xd0\x6e\x1e\xb4\x9b\x07\x12\xb9\x13\xed\xe6\x6e\x84\xb8\x04\x9b\xfd\xff\xb3\x77\x2d\xbd\x8d\xdb\x40\xf8\xde\x5f\x41\xec\x29\x01\x12\x77\xb1\x87\xde\x8b\xa0\x45\x0d\x2c\xda\x45\x7a\xcd\x85\x91\x98\x5a\x28\x45\x0a\xa2\x64\xc7\x87\xfe\xf7\x82\xc3\x87\x48\x3d\x2d\xbf\xe3\xcc\x29\x40\x44\x49\x7c\x8c\xe6\x9b\x8f\x43\x7f\x83\xfb\x73\x63\xfb\x73\x83\x75\x4b\x71\x9b\xee\xe2\xdb\x74\x60\x29\x87\xf3\xcc\xbd\x83\x7c\xdc\xb3\xfb\xac\x00\xfb\x51\xf6\xec\xbe\xe1\x9e\x1d\xee\xd9\xed\xca\x16\xc6\xfc\x20\x7b\x37\x1f\x68\x67\xd3\xef\x37\x7b\x61\x47\xda\xd1\xd3\x7c\xe0\x78\x85\x7b\xa3\xbb\xf2\xab\x3b\x8e\x1f\xb5\xcc\x54\xb3\xf5\x07\x3f\x05\xb7\x57\xdd\xc6\x5f\xa3\x90\x68\x0d\xdb\x71\xc2\xdf\x65\x09\x3f\x1b\xb7\xed\xab\x95\x01\x60\x90\x98\xcd\x6b\x5e\x65\x05\x67\xce\x3d\xc3\x0f\xc5\x1b\xe5\x63\xc5\x2a\x38\xfa\x68\x1f\x35\xe1\x92\xa3\xa3\x1e\x01\xbd\x54\xc8\x8d\x70\xf3\xe6\xe3\x3b\xc0\xc6\x9c\x7b\x48\xa6\xfd\xf4\xcc\x87\x62\x95\xa6\xbc\x00\xa4\xfb\x9e\x81\x53\x28\x06\x55\x80\x9d\xfc\x5b\x7b\xc3\x7c\x0f\x9d\xca\xe3\x9c\x09\xb9\x01\x66\x84\x07\x16\xce\xcf\x84\x8e\x4d\x72\x8e\x05\xcd\x53\x64\x65\xe0\x96\xbd\x48\x4b\x7b\xa3\x13\x09\xcb\xf5\x11\x96\x3e\xb2\xe2\x05\x09\xdd\xe2\x46\x5e\xfc\x58\x74\xa5\x6d\xb5\x8b\xb1\x80\x12\x89\xcb\xe7\x25\x2e\xb3\x98\xc7\x98\x9f\x6c\xee\x77\x0a\x22\x4e\x5d\xde\x3c\x61\x34\x51\xdb\x6e\x6b\x48\x80\x37\x28\xa3\x98\xe8\x20\x07\x7e\x55\xd4\x68\xd7\xef\x72\xcc\xe0\xe1\x0b\x3c\x62\xd7\xe3\x06\xbe\x3b\x64\x58\xb9\x4a\xb3\x1b\xb0\xdc\x42\xa6\x0b\x55\xb0\x64\xd1\x54\x65\xe8\xcd\x7d\x99\x1e\xf4\x96\xea\xb7\x3a\xee\x66\x98\x3e\x5d\x04\xff\xdb\xd8\x9a\xeb\xaa\x5f\x56\x69\x28\x60\x3b\x46\x48\x72\x04\x10\x9e\x65\x30\x7f\xca\x94\xed\x60\x2b\x41\xb3\x69\x33\x81\xd2\x37\x13\x16\x12\xd2\x44\x1b\x84\x0d\xda\x0b\x22\x27\xf2\xc5\x1b\xc7\x1d\x93\x5d\x30\xc8\x33\xca\xd0\xb4\xe7\x7a\x93\x9c\xcb\x8d\x5e\x0e\x90\xa1\x55\xd6\xf2\x0d\x5f\x03\x5b\x5c\x53\x1e\xb2\x91\x98\x87\x48\xce\x59\xe2\xe9\x85\x9e\x7e\x7f\xcf\x28\xc1\x39\xec\x30\x93\x23\x7a\x1f\xcf\x23\x87\x2c\xf1\x02\xe2\x98\xfb\xd3\xac\xae\x92\xca\x78\xfb\xc0\x08\x8f\x45\xe4\xc6\xf0\x66\x8a\xb8\xb5\x9a\xc6\x84\x2d\xb8\x38\x05\x35\xc8\xc7\x2e\xca\xc7\xbe\xdb\x15\x03\x25\xf1\xbc\xb3\x64\x87\x51\xae\x86\x69\xf5\xc4\x33\x48\xb1\x4e\x07\x75\x2d\x59\x95\x8a\x8a\x94\x96\xa9\xf9\x3c\x5d\xbb\x33\xf7\xf7\xda\x59\xdf\x68\xec\x3d\xcb\x89\xfe\x90\xe9\x0e\x31\x7b\xd3\x6a\x3a\x64\xd7\x7c\x6a\x9f\x88\xbd\xa1\x5f\xe8\x60\x4f\xee\x60\x83\xc9\x1e\x38\x92\xa1\x7c\x85\x83\xb0\x5a\x61\x14\xf4\x6d\xb2\x6a\x65\x65\x88\xa1\x54\x03\x04\x8d\x66\x3d\x4f\xe7\x95\x3b\xdb\x12\xe8\x9a\x91\x85\x5c\x92\x85\x5c\x34\xa2\x3f\x7b\x84\x7e\xc8\x06\xe2\x9e\xc0\x34\x15\xdc\xc7\x2d\xe3\xd8\xbe\xb9\x86\xa1\xfd\x75\x20\xcf\x44\x68\x5f\xc8\xf4\xf4\x91\x7d\x10\xf4\x20\x7a\x60\x60\x7f\xcd\x81\x7d\x60\xaa\xbb\xb9\x4f\x93\xfd\xc1\xe4\x0d\x26\x6f\xe6\xd8\x0b\xe6\x6e\x3e\x21\x14\x23\xee\x21\x6b\xc2\xdc\x0d\xe6\x6e\xce\x99\xbb\xe9\xc0\x0d\xa6\x6e\x6e\x0b\x54\x2e\x9b\xba\xe9\x46\x33\x48\xf0\x90\xe0\x5d\x25\xc1\xeb\x9a\xea\x1c\x0f\x8a\x79\x9b\x4f\xe9\x5d\x3f\x60\xde\x66\x60\x43\x02\xfd\x32\x12\x10\x4c\xdb\x5c\x53\xda\x66\xe0\x43\xdd\x0f\x95\x30\x69\x73\x4b\xb0\x73\xd1\xa4\x4d\x27\xe0\x41\xe8\xc0\x90\xfe\x8a\x43\xfa\xfe\x94\x8d\x26\xbe\x8f\xb4\xc8\x9a\xfb\xf4\x7f\x9a\x44\xcf\x73\x2d\x34\x6e\x3e\x71\xaa\x46\x43\xfa\xb0\x9d\xf7\x60\xd4\x54\xf8\xd6\xdf\xa2\x8f\xfa\x48\x69\x5a\x12\x55\x17\x85\x2c\x2b\x2b\x5a\x09\xa6\x5a\xab\x8a\x95\x0b\xa2\x41\x3c\x7a\x5e\x57\x5e\x51\x96\xbe\x6e\xa9\x11\xc2\xec\x3e\xdf\xfc\x70\xb9\xb9\xb3\xac\x45\x3b\xfe\xcc\x84\x25\x18\xd1\xeb\x98\x09\x4c\xef\x92\xba\x2c\x99\xa8\xf8\xf6\x9e\xe4\x54\xd4\xa0\xbd\x69\x46\x06\x9a\x05\xd4\x97\xed\xb1\x1d\x27\x45\x29\xd7\x19\xb8\xeb\xd2\xf8\x4e\x2f\xd7\xe5\xc7\xf8\x43\xa6\x7f\x17\x2c\x31\x63\x74\x85\xd6\xc1\x9d\xab\x42\x0a\x95\xbd\x72\xa3\xa3\xa0\x9d\x00\x5f\x7b\xbf\x10\xf4\x0e\x34\x39\x1b\x1d\xb0\x57\xf6\xa6\x8d\xbe\xac\x85\x70\xad\x61\x40\x20\x95\x90\xeb\x4b\x29\xab\x68\xc6\xd5\x03\x51\x8c\xf5\x7d\x16\x4c\xac\xa8\x48\x58\xae\x9d\xcb\xcf\xff\xb2\x42\xc1\xb7\x00\x56\x60\xa7\xf2\x11\x56\x71\x91\xa7\x58\x43\xf1\x1a\x50\x0f\x31\xe6\x1c\x18\x73\xe2\x7e\xf9\x17\x1f\x02\x24\x31\x2d\x1a\xae\x07\x99\xbd\x65\x89\xff\x62\xda\x0e\xe5\xd4\x2b\xa0\xbb\xf5\x48\x45\xfa\xb8\x53\xfd\x6b\x87\x47\xcd\x60\x21\x5f\xdb\x8b\x47\x93\x65\x28\xe7\x73\x96\x39\x70\xd8\xae\x5e\x39\xe7\xde\x29\x1e\xd2\x6e\x1b\x33\x91\x68\xf9\xac\x22\x15\x72\x92\xeb\xf0\xce\x03\x9c\x64\xa9\xff\x1d\xaf\xa2\x9b\xbd\xce\xfa\xcd\x62\x28\x73\x3e\x18\xa4\x28\xb7\x4e\x51\x8e\x02\x2b\x27\xe1\x27\xb3\x88\xc6\x9e\x5e\x75\xaa\x30\x70\xbb\xad\x35\xf8\x36\x42\xd2\xc8\xc1\x2e\xc8\xb2\x6a\xea\x08\x17\xb4\xa4\x39\xab\xb4\x71\x03\xc1\x08\x2b\x75\x3a\x95\xc0\x2e\xc4\x5a\x97\xd6\x9c\x21\xb3\x57\xc9\x52\x7b\xb7\x37\x9a\x30\x72\xf7\xf4\xbc\xbc\x27\x59\x5e\x70\x08\xc5\xa1\x33\x0f\x84\x2a\xb2\x61\x9c\xeb\xbf\x54\x6c\x89\x04\xe9\xfd\x44\xe6\x85\x14\xb6\xb6\x00\xad\x88\x60\xe6\xfd\xb5\x48\x59\xa9\xb4\xe1\x91\x95\xdc\x38\x2e\xe0\x05\xfc\xcb\x5a\x74\xb9\x15\x4c\x83\xf5\xc9\xba\xe7\x25\x03\x8d\x1d\xaa\x48\x96\xe7\x75\x45\x5f\x79\xef\x61\xa9\x18\x44\x2c\x4f\xf8\x83\x8a\x94\xf7\x55\x44\x7d\x8e\xae\xbb\x09\xb7\x70\x02\xbd\xe6\x5b\x50\x09\xb2\xb3\xa2\x47\x90\x84\x45\xe3\xcd\x38\x61\x0a\x9f\x97\xad\x49\x32\xe3\xab\x15\x68\x22\xaf\xe0\x15\x7a\xd8\xca\xc3\x92\x61\x2f\x30\xf2\x42\x2a\xc3\xb1\xac\x1a\x8e\xe6\x79\x6e\xf9\xdd\x22\x41\x2a\x38\x7e\xfb\x4b\xfd\xf5\xeb\xb7\x5f\x7a\xde\xbd\x20\xda\x38\xb4\x15\x29\x55\xe7\x7a\x15\x74\x3f\x35\xcb\x34\x1d\xb1\x39\x0e\xba\xa6\x19\xd7\x53\x49\xa4\x30\x5a\xe6\xf0\x16\x03\x66\xbe\xa5\x8d\xcd\x20\xf7\x61\x94\xf0\x4a\x46\xb4\x79\xad\x29\xd7\x0e\x32\xba\xd7\x68\xe1\xb1\x77\xaa\xfb\xf3\x40\xa8\x7b\x0c\x49\x28\xe7\x2c\x25\x2f\x7a\x51\x92\x97\x2f\x24\xcf\xfe\x59\x55\x76\x90\xdb\x66\x1e\xf5\x55\xf2\xd7\xd3\xd2\xcf\xf9\x5d\xad\xf4\x12\x08\xa3\xc3\xf4\x3d\x13\xf5\x7b\x40\x95\xef\x03\x1b\x09\x09\x75\x44\xbd\x43\x42\xbd\xb4\x93\x9f\x29\xa2\x1d\xb8\x5b\xf2\x14\x94\x9d\x58\x5e\x54\xdb\x7b\xdd\xeb\xd4\x88\xbc\x7b\x1b\x4d\x56\x52\x31\x61\x75\xd7\xdb\x93\xbd\xb3\xfc\xfa\x7f\x3f\xfd\x1f\x00\x00\xff\xff\x45\xc5\x98\x75\xfa\x95\x12\x00") +var api = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\xbd\x79\x93\xdc\xb8\xb5\x27\xfa\x55\x10\xe9\xd7\x21\xc9\x91\x95\x25\x75\xbb\xed\x79\xea\xb8\x31\x53\x96\x64\x5b\x63\x49\x5d\x57\x55\x6a\xc7\x3c\x97\x63\x84\x24\x91\x99\xb8\x62\x02\x6c\x02\xac\x52\xfa\x46\x7f\xf7\x17\x38\x58\x08\x92\xe0\x92\x5b\x6d\x82\xff\x70\xab\x92\x20\x88\xf5\xac\xbf\x73\xce\x7f\x4f\xbe\xfc\x0f\x31\xa3\xfc\x14\xe7\xf4\x14\xa7\x6b\x2a\x04\xe5\xac\x20\x4b\x2a\x64\x81\x25\xe5\xec\xf4\xfa\xc5\xec\x7d\x29\xb1\xa4\x6c\xf9\x0f\x32\x5f\x71\xfe\x65\xf2\xf2\xbf\x27\x17\xc9\x8a\xac\xb1\xfa\x57\x4a\x44\x52\xd0\x5c\xb5\x9d\xbc\x9c\x34\x9a\x22\xfd\x74\x4e\x04\xc2\x0c\xb9\x0f\xa0\x1b\xf3\x18\xb3\x14\xc9\x15\x41\x05\x11\xbc\x2c\x12\x68\x96\x22\x9e\x13\xfd\x71\x81\xa8\x44\x38\xcf\x33\x4a\x04\x92\x7c\x36\x99\x4e\xe4\x26\x27\x93\x97\x13\x3e\xff\x2f\x92\xc8\xc9\x74\x52\x90\x5f\x4b\x5a\x90\x74\xf2\xf2\x9f\x13\x86\xd7\x64\x32\x9d\x24\x19\x25\x4c\xbe\xe2\x6c\x41\x97\x93\xe9\x44\xd0\x94\xbc\x59\x2c\x48\x22\xc5\x64\x3a\x71\x63\xf8\x48\xae\x29\xb9\xf9\x85\x14\xea\x0f\x31\xf9\xd7\x74\x92\x17\xea\xc3\x92\x12\xa1\xe6\xd5\xd5\xb0\x35\xe5\xb3\x70\x43\x44\x61\xce\xbc\x48\x49\x41\x52\x94\x51\x21\x11\x5f\xa0\xbc\x20\x0b\x52\xa8\x5f\x3e\x37\x5e\xfc\x8c\xae\xed\xab\x6a\x49\xec\x0a\x92\xaf\xb9\x1a\xfa\x0c\x9d\x9d\xbf\x45\x82\x14\xd7\xa4\x40\x37\x34\xcb\x90\x2c\x36\x48\x72\x54\x0a\x82\x16\xb4\x10\xd2\xbe\x8e\x28\x83\x0e\xe0\x8b\x37\x2b\x9a\xac\xd4\x2a\x8a\x32\xcf\x79\xa1\xfa\x79\xbb\x40\x8c\x33\xa2\x06\xa3\x9a\xb9\x8f\x8a\x9c\x24\x74\x41\x49\xaa\x3b\xa0\x42\xf7\x60\x5e\x24\x29\x9a\x6f\xbc\x31\x4c\xd1\x35\xce\x68\x0a\xdb\xa4\xc7\xb3\xc0\x34\x43\x0b\x5e\xe8\x77\xf5\x06\xc1\xd7\x30\xca\xd5\x37\x84\xea\xc3\x6e\x7c\x02\xbb\x53\xea\x6d\x76\x9f\x16\x08\x67\x19\xbf\x21\x69\x35\x2a\x75\x1e\x52\x4e\x04\x62\x5c\x22\xca\x92\xac\x4c\x09\xc2\x6c\x53\xb5\xf8\xc2\xf8\x0d\x53\x2b\xa1\x66\xa3\x06\x78\x61\x06\x98\xe0\x2c\x13\xf6\x81\xfd\x70\x35\x54\xd5\xf3\x9c\x20\x51\xc2\x48\x6d\x3b\xf5\xa8\x2c\x08\xca\x79\x46\x93\x8d\x77\xe2\x70\x51\xe0\xcd\x64\x3a\xa1\x92\xac\xe1\x14\x98\xdf\x85\x2c\x28\x5b\x4e\x7e\xfb\xad\x71\xf0\x5a\xe7\xe4\x95\xf7\x14\xa5\x64\x41\x19\x11\x68\xc5\x6f\xd4\x97\x13\xbe\x5e\x97\x8c\x26\x58\x12\x74\x43\xe5\x0a\x86\xa2\xc6\x3b\x43\x1f\xed\x01\x9f\x4e\xfe\x9f\x82\x2c\x26\x2f\x27\xbf\x3b\x85\xb7\x29\xdc\x90\x53\xca\x67\xea\x0e\xe3\x9c\xce\x82\x17\x78\x76\xfd\x62\x66\xce\x92\x3f\x82\xc9\x6f\xd3\x89\x99\xeb\x39\x4c\xb5\x3d\xe0\xbf\xf8\x8f\x6b\x23\x2e\x59\x41\x12\xbe\x64\xf4\xdf\x24\x45\xa4\x28\x78\x21\xd0\xa2\xe0\x6b\x18\x76\x75\xcb\x09\x4b\x73\x4e\x99\x44\xb8\x20\x68\x85\x59\x9a\x91\x14\x9d\x54\x7b\x8c\xb3\x52\x6d\x79\x41\xd0\xdb\x25\xe3\x05\x41\xbc\x40\xea\xa3\x33\xf4\x9a\x2c\x70\x99\x49\xd8\x3d\xf8\xa5\xda\x07\xbb\xde\xd3\xc9\x1a\xcb\x64\xd5\x35\x78\xef\x61\x7d\xb1\x57\x04\x5d\x4d\x8a\x32\x23\xe2\x6a\xa2\x4f\x38\x15\xea\x12\xa5\xea\x5b\xf0\x96\x3a\x66\x7c\x4d\xd9\x12\x29\xe2\x42\x04\x5c\xbe\xf6\x98\xaf\x26\x6f\xbe\xe2\x44\x5e\x4d\xd4\xb0\xaf\x26\x6f\x7e\x2d\xe9\x35\xce\x08\x93\x57\x93\xd9\x15\xbb\x62\x27\x08\x9e\xbf\x34\x9d\x62\xdb\x1b\xe2\x2c\xdb\x20\xba\x50\xb7\x92\xa8\x16\xd9\x46\x37\x51\xfd\x7a\xb7\x50\x8d\x71\x86\xfe\xc2\x0b\xd5\x6a\x9d\x67\x64\xaa\x5e\x4a\x49\x9e\xf1\xcd\x9a\x30\x29\x50\x82\x99\x3a\xc1\x6b\x9e\xea\x37\xae\x29\x56\xd4\x52\x9c\x5e\xbf\x98\xda\x7f\xcc\x89\xc4\xea\x2f\x96\x22\xf2\x55\x12\x06\x77\xa6\xfa\x7d\x5e\x4a\x6f\x39\xf4\xc8\xf4\x25\x4b\xd1\x67\x9c\xd3\xbf\x16\xbc\xcc\xc5\xcb\x7f\x5e\x4d\x54\x7f\x57\x93\x7f\xa9\x8e\xa9\xa5\x71\xea\xf7\xeb\x17\xf0\xab\xa3\xe0\x2f\xd1\x3f\xaf\x26\xde\x28\xaf\x26\xff\xfa\x3c\xf5\x66\x2f\x79\x6d\x68\x08\xe6\xd7\x1c\x18\xba\xe1\x65\x96\xc2\x9d\x57\x57\x94\x30\xd9\xb8\xc7\x76\x85\xdd\xa2\xb7\x97\x99\x2e\xec\xca\x08\xf8\x55\x8f\x0f\xb6\x5c\xd3\x38\x98\xf5\x14\x91\x6b\xc2\xf4\xd2\x31\x2e\x57\xa4\x00\x1a\xb2\x54\xf3\x56\x63\x33\x64\xe6\xe8\x1b\xa1\x7e\xbf\xbf\x1b\x31\x27\x8a\x62\x5f\x13\xe0\x03\xd5\x8b\x30\xea\xae\xdd\xf1\xef\x70\xfd\x7a\x84\x2e\x33\xf0\xee\xd6\x2d\xbe\x5c\x11\xa4\x9e\x58\x66\xd5\x92\x20\x66\xe8\x83\x7a\x2c\x56\x76\x98\x8b\x32\xcb\x36\xe8\xd7\x12\x67\xb0\x15\x53\x44\x66\xcb\xd9\x14\xd1\x35\x5e\x12\x43\xd3\xbf\x94\x73\x52\x30\x22\x89\x92\x7c\xa6\xe8\x66\x45\xe0\x36\x7b\x4d\xae\x26\x8a\x28\xc8\xc6\xc7\xcd\x27\xf5\x5e\xd5\x3a\x09\xb5\xe6\xc5\x12\x33\xfa\x6f\x4d\x83\x1d\x15\x0f\x12\x32\xf5\x9a\xc8\x71\x42\x2e\x48\x46\x12\xc9\x8b\xf6\x42\x7c\x68\x36\x41\x29\x49\x68\x4a\x84\x1a\x3e\x9c\x5a\xc9\x51\x51\xb2\x1a\xaf\xe3\x0c\x24\x10\xcd\xdf\xe6\x58\xd1\x38\xb5\x72\xf6\x05\x33\x60\xe8\xd6\x30\x6e\x2c\x6d\x73\x4b\x91\x54\x2b\x61\xbe\x09\xdc\x1c\xe6\xa6\xdb\x50\x29\x48\xb6\x00\x41\xa7\xea\x69\x0a\x2d\xe0\x75\x45\x42\xa9\x50\xdc\x7f\xc1\x8b\xb5\xfe\xba\x91\x0b\xd6\x44\xe2\x14\x4b\x3c\xcb\xf0\x9c\x64\xa2\xd5\xb3\x70\xb7\x31\xc9\x4a\x21\x49\x81\x44\xc2\x73\x45\x15\xcd\xf1\x9e\x2a\xf2\xc9\x88\x92\x86\xc4\x17\x9a\x8b\xd6\xf1\xab\xdd\xd7\xae\xc5\xd9\x98\x0f\xaa\x65\xe4\xc2\x5f\x0f\xaa\x25\x0e\x2c\x04\x4f\x28\x06\xd1\x45\xf1\x65\x75\x45\x59\x46\xae\x49\xa6\x6e\xe9\x02\x5d\x4d\x9e\x5b\x06\xf0\xe2\x6a\xf2\x13\x42\x1b\x5e\x6a\x19\x43\x10\x59\x5b\x3c\x84\x05\x5a\x70\xc5\x46\xc4\x4b\x74\xd5\xde\xf3\xab\xc9\x4b\xf4\xdf\x57\x0c\xa1\x2b\xcd\xbb\xde\x7c\xcd\x0b\x02\x67\x5d\xa8\x47\xff\x54\x8f\x90\x6e\xa1\xfe\x77\x35\xf9\x42\x36\xea\x81\x3f\xa2\x69\xf5\x54\xcb\xd0\xba\xdb\xab\xc9\x07\x2e\xdf\xb2\xda\x73\xcd\xc8\xbc\x9e\xf5\xcf\xcf\xbd\x46\x48\x4f\xca\xfe\xf9\x2f\xfd\x8f\xdf\xd4\x7f\xfe\x75\xc5\x7e\x53\x8b\xfc\x76\x81\x28\x13\x92\xe0\x54\x4f\x1c\x6b\x52\x00\xe4\x6b\xfb\x05\x6f\x2e\xb6\xe6\xd5\x84\x5d\xd3\x82\xb3\x35\x90\x0e\xbd\xe6\x79\xc1\x53\xbb\xec\x42\xe2\x25\x65\x4b\xb5\xf8\x77\xb0\xf6\xb5\xc1\x75\x2e\xff\xb8\xb5\xd7\xb3\xaa\x2d\xbf\x9b\x5c\xdf\x26\x5c\x10\x82\x56\x52\xe6\xe2\xe5\xe9\x69\x8d\x2c\x9d\xa6\x3c\x11\xa7\x09\x67\x09\xc9\xa5\x38\xe5\xd7\xa4\x50\x8a\xc6\xe9\x0d\x2f\xbe\x50\xb6\x3c\x51\x8b\x7c\x62\xf6\xe3\x54\x5f\xc4\x53\x20\x04\x6b\x25\x8c\x99\xcb\x23\xd4\x92\xc3\x43\xb7\x9c\xc2\xa7\xef\x96\xf4\x93\x75\x2e\x37\xe8\x9d\x6a\x68\x97\x75\x6a\xd4\x0f\x4b\x4b\xd4\x6d\xdd\x48\x45\x16\x66\xc3\xd2\xec\x1a\x2b\x02\x42\x8a\xcd\x2c\xff\xb2\x54\x3f\x08\x20\x1a\x4a\x9c\xad\x7d\x44\x11\x50\x3d\x87\x6e\xea\xf9\x73\xed\xf9\x18\xd2\xe9\xa8\x25\xad\xd1\xa5\x15\x16\x15\x69\xb3\xa4\xab\xfe\x75\x75\x90\x89\xda\x61\x38\xc7\x78\x89\xd5\x05\x41\x73\x6e\xce\x33\xcf\x52\x3d\x1a\xe0\x22\x8c\xdc\x98\xbf\x80\xf6\x3a\x66\x1b\xe0\xa9\x9a\xed\x50\xa1\x18\xb1\x52\x69\x8b\x9a\xc4\xba\x40\x84\xc2\x5c\x7a\xc9\xf7\x19\x62\x65\x96\xd9\x36\x4f\xab\xb1\x18\x95\x31\xc1\x02\xf8\x57\x52\x10\x2c\xc9\x54\x5d\xb0\x6a\x84\x8d\x36\x29\xc9\x88\x24\xcf\x54\x9b\x8a\xc9\xc0\x2c\x12\xcc\x14\xe9\x5c\xe1\x6b\x62\xd6\x08\x3d\xcd\xe8\x17\x82\x30\x7a\xed\xc4\x91\x8f\x3c\xcb\xe6\x38\xf9\x02\xef\xa3\x73\x9e\x9e\x17\xfc\xeb\xe6\xe7\x5c\xab\xfd\xba\xbb\x67\x96\x0a\x07\xa6\x3c\x43\x9f\x04\xf1\xb7\xc6\xdd\x75\x2b\x5e\xfb\xdb\xa9\x14\xd2\x5c\x9e\x50\x36\x45\x73\x92\x60\xa5\x33\x13\x96\x2a\xb1\xbf\x50\x1b\xba\x01\x1e\x12\x96\x30\x94\xda\x2b\x88\x94\x6a\xc7\x41\xad\x36\xbb\x7e\x8f\x8e\x7f\x41\x28\xbb\xe6\x09\x88\x1a\x5d\xfa\x50\xbb\x0d\xa2\x2c\x05\x8d\xd3\xbb\x08\x4a\x73\xb7\xf3\xae\x64\x2a\xa5\x48\x93\x14\xad\xcb\x4c\xd2\x3c\x23\x48\xd2\xb5\x92\xa9\x05\xca\x71\x01\x46\x0d\x8c\x04\x65\xcb\xac\xa6\xfb\xe9\x2b\x00\xc2\x4f\x50\x79\xfa\xa0\x96\xe3\x6a\x62\x04\xdf\xb7\x8b\x0f\x84\xa4\x24\x35\xba\x13\x3c\x7c\xd9\x56\xdc\x8d\x42\x60\x07\xa4\xc8\x94\x5c\xa9\xe3\xc7\x14\x07\x61\x03\x03\xd1\x1c\x4b\x7f\x28\xd0\x79\xd5\x31\x96\x28\x23\x18\x54\x35\xd5\x55\x0a\xbb\x83\x33\x98\xb8\x3f\xef\x86\xba\xeb\xbe\xd4\xa0\x1a\x73\xa2\x0e\x8f\x6a\x28\x41\xf5\x10\x95\xa6\x30\xdf\x20\x2d\xe6\x54\xdd\xe4\x59\xb9\xa4\x4c\x20\xbc\x90\x46\x4a\x83\xe3\x81\xb3\xca\x78\x82\xb3\x6c\x66\x0d\x44\x42\x5f\x3a\xad\x37\x6e\x8c\xf1\x05\x76\x1d\xfd\x7e\x5d\x0a\xf9\x7b\x35\x2f\x9a\x92\x75\xce\x25\x61\x72\x8a\xf0\x5c\x6d\x21\x47\x79\xc1\x13\x22\x84\x63\xc8\x72\x45\x36\x28\x2f\xc8\x35\xe5\xa5\xc8\x36\x6e\xbc\x33\xf4\x81\x4b\xf2\x12\xfd\x5e\x4b\x8c\xe5\x7a\xae\xc8\xcc\xc2\x5f\x97\xea\x68\x09\x7b\x65\x97\x25\x2e\x30\x93\x44\x5f\xd9\x39\x71\xaa\x2e\x67\x64\x86\x7e\xaf\x56\xa8\xa3\x83\x82\x08\x75\xaf\x28\x43\x8b\xb2\x80\xb5\xd1\xab\x65\x9f\x9b\x0b\xa7\x87\x3d\xb5\x8b\xa2\x8f\x55\xf0\xcb\xaa\xf3\x2f\x96\x16\xab\x6f\xdf\xd4\x56\xae\x04\x3a\x52\xad\x9a\x22\x07\x73\x82\x0a\x62\x4d\x77\x8a\xe4\x50\x46\xd7\xf4\xdf\x64\xd4\x12\xa8\x4f\x48\x6e\xed\x63\xc4\x23\x8f\x7a\x4b\x71\x96\xa1\x35\xd8\x49\xc1\xc0\x55\x10\x7f\xc8\x09\x57\x4c\x57\x11\x5f\x35\x2e\xec\xac\x6c\xe6\x00\xd5\x49\x93\x91\xbd\x02\xea\x96\xb9\x5d\x41\x75\x03\x94\xcc\x36\x85\xf8\xa8\x7e\xf6\x0c\xb6\x37\xa0\x0d\x54\xa6\x58\x50\x1d\xb0\xac\x14\xcc\x53\x51\xce\x2b\xc3\xad\x7f\x9d\x12\x5c\xa8\x7b\x3e\xe7\xa5\x9c\xa1\xcb\xf0\x03\x58\x16\xdb\xbb\x31\x87\x58\x4a\xf9\x7f\x31\xdb\xfc\x5f\xf4\x11\x0c\x20\x7f\xe3\x37\x04\xcc\x79\xd4\x18\x53\xf5\xd9\x55\x5a\xbb\x44\xbf\xb8\xd5\x71\xc6\x54\x77\x2d\x14\x61\xb1\xe6\xe8\xf6\x53\x30\x57\xe5\x65\x45\xd7\xad\x9e\xa1\xa9\x88\x04\x4b\x1c\x90\x6f\xc3\xce\xe0\x48\x24\x4a\x86\x22\xa9\x7e\x5b\x89\x4f\x6a\x22\x76\xcb\xb2\x0d\x4a\xa9\xc0\xf3\xcc\x76\xa9\x6f\xf2\x74\x8f\x51\xc2\x99\x06\x25\xc7\x50\x26\xee\x5b\xd1\xad\x79\x0a\x64\xb6\xea\x23\xd6\xda\x57\x33\xb1\xfa\xdf\x09\x36\x30\x64\xa0\xcf\xe2\xb9\xb3\xfd\x51\xed\xe4\x3f\xa8\x5c\xfd\xec\x4e\x13\xd8\x4b\x7d\xcb\x7c\xeb\x38\x5e\x54\x0f\xf5\x76\x74\xb0\x29\x25\x92\xa9\x8e\x10\xd1\x8d\x67\xe8\x2c\x51\xf2\x2e\x90\xb9\x8a\xe3\xbc\x44\x1f\x38\x23\x53\xf8\xff\x9f\xd9\xeb\x62\xf3\xb1\x64\xe8\xa9\xa3\x04\x5a\xe2\xd1\x96\x1b\x6b\xfa\x50\x84\x00\x67\x82\x3b\xda\x7a\xc1\xd7\x60\xa3\xfc\xc4\xc0\xe6\xfc\xcc\xa3\xc1\xa0\xaf\xf8\xc3\x40\xef\x3f\x5d\x5c\x22\xaa\x4e\x86\x12\x77\xc0\xee\xa2\x24\x71\x9a\x51\x63\xf3\xde\x08\x49\xd6\x53\xc5\xb0\x12\xe2\x99\x65\x1c\xf9\x51\xdb\xa1\x39\x04\x46\x8b\x52\x96\x05\x41\x42\x92\xdc\xca\x61\xd5\x31\x48\x56\x98\x2d\x89\xf3\xa5\xd4\x46\xa1\xd6\x8b\x2c\x38\x1c\x23\x47\x10\x4b\x96\x02\x15\xfe\x68\xcf\x8f\xd3\xb6\x52\xbd\x2e\x58\xca\x82\xce\x4b\x30\x46\x6b\xc6\x88\x4b\xc9\x4f\xdc\x98\x34\x7b\xdb\x38\x93\x5b\xc5\x46\xcd\x2a\xd8\x8d\xfb\x8f\xff\xb0\x8b\xa5\xd6\x4d\xad\x5f\x90\x22\x29\xbe\xca\x4b\x79\xa1\x56\x28\x0d\x9c\x85\xcb\xda\x73\xcf\x5d\xa0\xc6\x6c\x5e\xae\x5c\x0f\xce\x34\x74\xe6\x38\xa8\x6d\x93\x63\x21\x88\x98\x36\x88\x55\x96\xb9\x79\x52\x30\x44\xa7\x88\x17\xce\x9d\x50\x3d\x07\xb7\x81\xd3\x0c\x02\xde\x02\xa0\x75\xf6\x5b\x70\xf6\x90\x62\xc1\xaa\xe3\x39\x91\x37\x84\x30\xa4\x6d\x66\x3f\x3c\x47\x42\x4f\xa6\x26\x48\xbe\xa8\x7e\xae\x96\x89\x32\x49\x96\xa4\x98\x4c\x27\x0b\x5e\xac\xb1\xd4\x3f\xfd\xf0\xfd\xe4\x37\x75\x87\x5e\x93\x9c\xb0\x94\xb0\x04\xdc\x56\xff\x1c\xe5\xcf\x0b\x5c\xc7\xe9\xa8\x17\x43\x7e\x04\xff\x4d\x27\xb4\x9e\xe6\x5f\x96\xea\x07\x71\xaa\x84\xd6\xd3\x96\xd0\xfa\xaf\xdf\xc6\x7d\xb0\x8f\x62\x6d\xe1\x86\xac\x53\xba\x8a\xc5\x01\xdd\xaf\x53\xc1\x05\xec\x4f\x9b\xd5\x82\xa8\x80\x81\xb2\xa8\xc3\xa1\xaf\x02\xb4\x55\x17\xd6\x5c\xc1\x4a\x2e\x09\xb9\x2a\x1b\xfe\x45\x67\xbd\x0d\xb8\x14\xcf\xdf\x9a\x67\xce\x77\xe1\xb9\xea\x48\x8a\x04\xcc\x5b\x8b\xa0\x54\x89\x4c\x79\x41\x94\xce\xe8\x4d\xc2\x79\xe0\xb4\x3b\x4c\x58\x79\xde\xd8\x71\x91\xe7\xc1\xd1\xbd\x39\xc9\x2a\x53\xc4\x56\x09\x60\x92\x14\x4a\xb4\x81\x83\x3c\x75\x73\x35\x53\xaf\xf9\x80\x34\x9d\x9d\xa1\xf7\x8a\xd2\x50\xb6\xe0\x2f\x9d\x45\x62\x49\xe5\xcc\x6c\xb5\xf1\x72\xc9\xcd\x69\xc2\x99\xa6\x30\xbc\x10\xa7\x29\xb9\x26\xd9\xa9\xa0\xcb\x13\x5c\x24\x2b\x2a\x49\xa2\x88\x9d\x3a\x18\x27\x30\x58\xa6\xa5\xaa\x75\xfa\x3b\x27\x6d\x84\x88\xc8\x17\xca\xd2\xf6\x52\xfe\x9d\x6a\xad\x59\xf1\x74\xd5\xd2\x5c\x4b\xb7\x62\x96\x57\x7f\x7c\x73\x71\x59\x39\x09\x3c\x17\x66\xd5\x54\x54\x6b\xa9\xd6\x81\xb2\x85\xe5\x45\xce\xf7\xe5\x3c\x5e\x5a\xa2\x50\xd7\x04\x89\x72\xbe\xa6\x52\x54\xdc\x5a\xf2\x19\x7a\xe5\x84\x8a\x32\x57\x42\x62\x3a\x43\x6f\x19\x7a\x85\xd7\x24\x7b\x85\x05\x39\xfa\x4a\xaa\xd5\x13\x27\x6a\xc9\x82\x6b\x69\xcd\xb3\x01\xb6\x2c\x31\x4b\x71\x91\x3a\x43\x83\x69\xf9\xd3\xb1\x47\xec\x2c\xc6\x7b\xe9\xce\xda\x96\xf1\x9e\x48\xac\xa6\x69\xd9\x7f\x7b\x9a\x8e\xb1\xc3\xd1\xb1\xce\xfb\x1b\x5f\x6a\x03\x26\x0c\x7c\xce\x33\x4b\x37\x01\x0c\x47\x11\xa7\x9a\x78\x8c\xdf\xa6\x93\xaf\x27\x95\xe5\xef\x24\x57\x6c\xf9\x64\x4d\x8a\x25\x39\xf9\x42\x36\x93\x97\x16\x19\x11\x68\x05\xfd\x92\xa5\x6a\x04\x2f\xec\xce\x55\x9a\xa3\x1a\xc9\x18\xbc\x1d\x39\x04\x57\x78\x47\x85\xdc\x95\x33\xbc\x33\xde\xe0\x6a\xc3\xfb\x5a\x0f\xa1\x51\xf4\x3e\xb7\x71\x25\x91\xee\x1f\x96\xee\xbb\xfb\x54\x5f\xcb\x77\xdb\x6d\xe1\xd1\x6e\x67\x5d\x66\xf9\x2d\x32\xaa\xdb\x66\x54\x70\x97\x1d\xf7\xb8\xdd\xf1\xee\x61\xe4\xa5\xc2\xb0\xa9\x03\xd1\xe3\xfa\x39\x1c\x2b\xb5\xdb\x51\x8c\x25\xcd\x4a\xb5\xe8\x23\xbf\xea\xb9\x3e\xe5\xb2\xcc\x33\x70\x24\x9c\x9d\xbf\xd5\xe0\x86\x29\xaa\xe8\x9f\x26\x3b\x1f\xed\xbd\x9f\xbd\x05\xc2\xac\x28\xcf\x7a\xad\x56\xc2\x38\x02\xbe\x10\x24\x4a\x6d\x04\x96\x60\x57\x03\x65\x0f\x7a\x26\x5f\x73\xcc\x84\x33\xb1\x81\x1d\x6d\x94\x54\xae\x07\x13\x24\xce\xfa\x91\xf5\xf6\x3b\x9c\x88\x68\x60\x18\xe7\x24\xe3\xea\xb6\xf2\x19\x7a\xf2\xfb\x27\x30\xdd\x2c\x33\x4d\xc1\xd3\x6d\x7e\x35\xd7\x55\xab\xa3\x19\x61\x4b\xb9\xb2\x56\x65\x91\xd1\xa4\x52\x1e\x9d\xb6\xde\x80\x10\x8c\xc0\xa4\x79\x20\x91\x3e\x7e\x53\x9b\x54\x0d\x87\x38\x34\x2d\xdb\xf8\xb6\x27\x56\xf1\x84\xf6\x21\x73\x43\xae\x31\x73\xdf\x56\xa9\x0e\x93\x3a\x8a\x1e\xb8\xb4\x01\x1a\x78\x89\x9e\xe4\x3c\x15\x4f\xd0\x9a\x60\x26\x90\xfa\xf7\x4c\xff\x74\x9a\xf1\xa5\xfd\x19\x26\xc8\x97\xc8\x33\x85\x02\xca\x53\xb7\xfe\xbd\x6d\xa6\x16\xca\x7d\x5e\xa3\xae\x14\x55\xf5\x0d\xa8\xb6\xf3\xda\x3b\x35\x0b\xab\xd7\xef\xa9\x48\x70\x46\x6a\x2d\xd5\x0f\xcd\x0e\x7f\x7f\x1a\x1e\x81\x95\x5f\x69\x51\x7f\xc3\xb8\xf4\x6f\x68\x96\x26\x8a\x74\x36\xb7\xd2\x83\x7c\xc2\xea\x81\x55\x84\x30\xb8\x82\x55\xe7\x29\x87\xc9\xf1\x6b\x52\x64\x38\xd7\x46\x21\x82\x93\x95\xf6\x74\x18\x63\xb5\xa2\x67\x8a\xa5\x19\x43\x0a\x61\x49\xc6\x05\xfc\x60\xec\xfa\xb5\xa9\xaf\xe9\x72\x25\xad\xf7\xc7\xe0\x07\x77\x3d\x38\x00\x24\x69\x1f\x1a\xf8\xb9\x61\x5a\xd2\xbf\x39\x69\x0b\xec\xd1\x60\x67\xad\xbb\xb2\x5e\x69\xd3\xf1\xd5\x64\x8a\xae\x2a\xa4\x4e\xaa\xfe\xd6\xde\xad\xdf\x5f\x4d\xfc\x66\xee\xec\x60\x03\x06\x34\xb6\xe7\x93\x06\xc6\x45\xe8\x05\xd6\x56\x36\x6f\x08\xee\x13\x70\x5b\xad\xff\x46\x8d\xa5\xde\xd1\xac\x31\x9c\xd6\x77\x1d\x10\x62\xf8\x9b\x7a\x12\x5e\x07\x60\x59\x34\x4e\x17\xb3\x50\x05\x51\xcb\x9c\x18\x27\xc8\x45\x6d\x03\x4d\x7f\xb5\x35\x55\xe7\x2f\xc7\x85\x92\x3d\x6c\xcb\xca\x1c\x46\x85\xfe\x66\xc0\x60\xd8\xe6\x88\xac\xcc\xb2\x2d\x38\x54\xc3\xf8\x35\xc0\xaf\xea\xad\x1b\xdc\xcb\x7b\x50\xe7\x58\x28\xb2\xac\xc8\xb2\xea\x13\xe3\xb5\x23\xd7\x80\xa8\xd4\x0e\x18\x18\x12\xab\x5f\xea\xf6\xfe\x96\x27\xed\x04\xbd\xfa\xf8\xe6\xec\xf2\xcd\x14\x7d\x3a\x7f\x0d\xff\xe5\x05\xfa\x3d\x18\xc4\xd5\x74\x3d\x6b\x44\xe4\xd1\x91\x47\x47\x1e\x1d\x79\xf4\x3d\xe7\xd1\x17\xa4\xb8\xa6\x09\xf9\x48\x16\xa4\x20\x2c\xe9\xd5\x28\x9b\x6d\xd1\x8a\x67\xa9\x46\xfc\xdb\x5f\x24\x47\xa6\xd5\x2c\x23\x4b\x9c\x6c\x8c\xb6\x3f\x22\x9c\x0c\x56\x7e\x62\xe0\xe9\x2d\x5b\x5e\x18\xb4\xfe\x59\xfd\xfc\x39\x84\x09\x17\x66\x14\x7e\x50\x4f\x37\x1a\xbc\xa3\x67\x78\x56\xeb\x5e\x9f\xb3\x6d\xbe\x91\x63\xb9\x0a\x74\xaf\x7e\xfe\x6c\x03\xd7\x72\x83\x6c\xf9\xf4\xf1\x1d\x52\x0f\x0c\x1c\xc2\x7a\x4a\x01\xa2\x48\x35\xa6\xd7\x0b\x29\x80\xe3\x68\xc7\x10\xfc\x34\x2f\x64\xfb\xd3\x6f\x17\x55\xe4\x8b\xa6\x63\xaa\x9d\xa5\x3c\xa6\x3f\x7d\xa8\x57\x5c\x80\x31\xcc\xb9\x79\x3d\x07\xea\x1f\xfe\xf0\x03\xb0\xbd\x39\x4e\xbe\xdc\x28\xea\x98\xf0\x75\x8e\x25\x9d\xd3\x8c\xca\xcd\x0c\x7d\x56\xbd\x7e\xf6\xa0\x6d\x06\x60\xa3\xbf\x66\x80\x3d\x4f\x5f\x9c\xfc\xf1\xc7\x1f\x7f\xf8\x71\xaa\x23\x30\x04\xbd\x26\xcf\x76\xf4\xc7\x6e\x71\xe6\x5b\xf8\x8d\xbe\x43\xdf\x6a\x1c\x03\x2d\x63\xa0\x65\x0c\xb4\x8c\x81\x96\x31\xd0\x32\x06\x5a\xc6\x40\xcb\x18\x68\x19\x03\x2d\x63\xa0\x65\x0c\xb4\x8c\x81\x96\x31\xd0\xf2\x9e\x06\x5a\xc6\x38\xcb\x18\x67\x19\xe3\x2c\x1f\x58\x9c\x65\x0c\x9c\x8a\x81\x53\x31\x70\x2a\x06\x4e\xc5\xc0\xa9\x18\x38\x75\xbf\x03\xa7\xfa\x89\xda\x56\xae\x85\xa3\x06\x4f\x19\xa1\xc2\x71\x04\x75\x23\x41\x9b\x8d\x11\x54\x31\x82\xea\x91\x03\xd3\x63\x04\xd5\x9d\x45\x50\xb5\x9d\xad\xf7\x23\x86\xaa\x3d\xae\xe3\x45\x51\xf5\x13\xfa\xa1\x38\xaa\xe1\xb7\xeb\x1b\xdf\xdf\x3e\xc6\x52\xdd\x0f\x0e\x30\x10\x4b\x35\x7a\x13\x8f\x78\x53\x63\x3c\x55\x8c\xa7\xba\x93\x78\xaa\x81\x93\x78\xac\x88\xaa\x90\xea\xd0\x43\x97\x03\xcd\x15\xb9\x92\x98\x1a\xb8\x8b\xda\x2a\xa5\x0d\x29\x22\x67\x01\xe9\x18\x5d\xbe\xbb\x50\xcd\x18\x49\x0c\xce\xc4\xe8\xb5\x37\x8e\x0d\xf5\xcb\xe2\x09\xfe\x73\xc9\xd2\x2c\x84\x59\xb3\x8f\x34\xb0\x0c\x9d\xbf\x79\x8f\x08\x4b\x78\x4a\x52\xf4\xea\x0c\xcd\xe1\x59\x03\x5b\x66\x51\x02\x2e\x85\x92\x37\x94\x27\xc2\x82\x73\x12\xf5\x79\xc8\x0b\x45\xc0\xad\x55\x32\x0f\x42\xa6\xad\x04\x48\x16\x4a\x8d\x2c\x38\x97\xc2\xaa\x9e\x6a\x3b\x74\x07\xb8\xd0\x9f\x6a\xab\xd6\x9e\xca\x38\xdf\x48\xa2\x6e\x86\xc1\xa0\x05\x26\x68\x9e\x98\xf9\xd5\x60\x87\x3e\x78\xad\xad\x66\xbf\xd1\xa6\xe4\xaa\x03\x5e\xa0\xcf\x65\x91\x7d\x76\xca\xaf\x9b\x90\x85\xfd\x36\x8c\xad\x45\xc9\x18\x60\xe1\xa8\x5c\x59\xbb\xb1\x36\xc7\x81\xaa\xce\xc0\x53\x63\x98\x56\x29\x48\xf5\xa9\x11\x32\x60\x37\x4d\x6e\xc1\x33\x7f\x9b\x4e\xca\x22\x0b\x2c\x0d\x4c\x66\x49\xaf\x89\x45\x61\x27\x8e\xbb\xd6\x4c\xee\x94\x21\x61\xe9\xcb\xa7\x8f\xef\xd4\x5a\xad\xd1\xd3\xcf\xc0\x54\xc9\xcb\xd3\xd3\x15\x17\xf2\x65\xce\x0b\x79\x0a\x10\xc5\x67\x33\x0d\xf9\xd0\xe9\xc4\x54\x6f\xfa\x4b\xdc\x5f\xcc\xf0\x1a\x5e\xae\x08\xfa\xac\xba\x73\x28\x40\x45\x8e\x61\xd3\xc0\xdf\xee\xb6\xcb\x2e\x6d\x7d\x59\x7f\x32\xe9\xc2\xbc\xa5\x44\x0b\x4a\xb2\xd4\xe5\xe2\x02\x53\x86\xfa\x80\x01\x44\xcf\x35\xe8\x2e\xbb\x36\x46\x32\xf2\xd5\x88\x04\xaf\x3f\x5c\xc0\xbc\xf9\xda\x3b\x93\x02\x3d\xd5\x7e\xf4\xcf\x4a\xca\x3c\x71\xbf\x7f\xb6\xd6\x54\xd3\x17\xa2\xec\xc4\x1a\x5e\x55\x47\x58\x34\x3c\x1b\x18\x65\x78\x43\x34\xe3\xa3\x3c\x83\x65\x7f\x36\xb3\x53\x77\x16\xba\x39\xa4\x27\x7b\x7b\x8e\x70\x9a\x16\x44\x68\x8f\xd3\x79\x46\xb0\x80\x64\x6a\xc4\xa6\x48\x53\xfd\x7c\x56\xdb\x97\xe9\x0e\xd4\x4a\xbf\xf8\xfe\x4f\xb3\xe7\xb3\xe7\xb3\x17\x9f\xd5\xe7\xb1\xed\x5b\x1d\x4b\x2a\xbe\x6c\x50\xc9\x32\x22\x04\x1c\x41\xa9\xa8\xcc\xb2\x20\xe0\xb5\x28\x48\xe5\x09\xf2\xec\x91\x9c\x01\x00\x5e\x75\x22\x0c\x3d\x50\x6d\x30\xf3\x6e\xac\x31\xf4\x6b\xa4\x39\xf1\x42\x6a\x3c\x08\x9a\x7f\xc3\x2e\x4a\x40\x19\x09\x09\x8f\xd5\x97\x33\xfa\x85\x64\x1b\x63\xcf\x63\x9c\x9d\xa8\x53\x85\xe7\x80\x35\x99\x91\xd9\x14\x8e\x03\xc1\x02\x9a\xc8\xb2\x60\xa8\xcc\xb5\x69\x9b\x91\x1b\x7b\x0a\xdc\x49\xd2\x07\xd4\x1d\xb5\xab\x09\xb0\xc0\xab\xc9\x4f\x70\x44\xd4\x49\x36\x8f\x96\x94\x59\xbf\xb6\xe5\x92\x06\xbd\x74\xa6\xc1\xb5\x2e\xff\x1c\xce\x8c\x07\x6a\x61\x71\xfd\xd6\xb2\x89\xd9\xc6\xca\x32\x39\x29\xe0\x6e\xce\x33\x93\xf6\xf0\xd3\xc7\x77\x33\xf4\x7f\x78\x09\x6d\xed\x11\x85\x8e\x25\x07\xe3\x1d\xac\x63\x31\xa7\xb2\xc0\x85\xeb\xa6\xe9\xf9\x5a\xf8\xae\x7c\x5c\x59\xf6\x53\xc5\x90\x17\xd4\x4c\xfc\x4c\x4a\xb2\xce\xa5\xe9\x40\xa7\xa9\x2b\x05\x29\x10\x00\x6f\x05\x4d\x10\x2e\xe5\x0a\xf0\x20\xe8\x6a\xa2\x9e\xbc\x54\x23\xb8\xe1\x45\xfa\xbf\x34\xe0\x03\x1c\xfe\x36\x42\xe0\x2f\x05\x5e\x6a\x74\xcf\xd3\xab\xc9\xef\x66\xb3\xd9\xd5\xe4\x19\xac\xc0\xaf\x25\x29\x36\x28\xc7\x05\x5e\x13\x09\x57\xe3\x6a\xf2\x3f\xed\x73\x93\xec\xcf\xf4\x32\x35\x6e\xb9\x51\x40\xf4\x71\xec\xbe\x45\xe4\x46\x32\x6c\x30\x81\x3f\xe8\x92\x29\x11\xa1\x1b\x11\xba\x21\x1b\xbd\x67\x6f\xff\xfc\xcf\x27\xe6\xa4\x3f\xf9\xd7\xe7\xc7\x81\xdd\xd5\xf7\xf6\x41\x03\x78\xf5\xb3\x08\xe1\x8d\x10\xde\x08\xe1\x7d\xd0\x10\x5e\x7d\x57\x22\x7a\x37\xa2\x77\x23\x7a\x37\xa2\x77\x23\x7a\xf7\xde\xa1\x77\x63\x99\x94\x08\xdf\x8d\xf0\xdd\x87\x06\xdf\x8d\x65\x52\x62\x99\x94\x58\x26\x25\x96\x49\x89\x65\x52\x22\xda\xff\x1e\xa2\xfd\xb5\x05\xf2\x88\x90\xff\x2d\x30\xff\x06\x7c\x3e\x35\xe0\xff\x0b\xbe\x6e\x86\x00\x44\x04\xff\xd6\x08\xfe\x9a\xb1\xd6\x3c\x8c\xb0\xfe\x1e\x58\xff\x0f\xb7\x02\xeb\xef\xbc\x77\x5b\xf8\xfb\x6e\x1b\xe0\x1f\xf4\x32\x3e\xa0\xf2\x28\x4a\xc5\x29\x48\x82\x8d\x79\xf9\xfa\xc5\xec\xc5\x1f\xa7\x28\xcf\x30\x63\x8a\x6f\x40\x17\x6b\x7e\x0d\x12\x03\x3c\xfd\x7f\xb5\x26\x13\xa6\x9d\x66\xc1\xae\x5f\xf4\xd3\x6e\x2b\x07\xc4\xc8\x82\x18\x59\xf0\xa8\x21\x9a\x31\xb2\xe0\xae\x22\x0b\xc2\xe8\x8f\x7b\x11\x5c\x10\x1e\xda\xd1\xe2\x0b\x86\x39\x54\x2c\xd5\xf2\xad\xb1\x81\x7b\x56\xaa\x65\x84\x10\x15\xe3\x0b\x62\x7c\xc1\xed\xc4\x17\x8c\x38\x8c\x47\x0a\x31\xa8\xf4\x9f\x58\xb9\x25\xa6\xc1\x8f\x59\xe1\x63\x56\xf8\x98\x15\x3e\x66\x85\xbf\x77\x59\xe1\x3b\xcd\x74\xb1\x7c\x4b\xe4\x5b\xb1\x7c\x4b\x64\xd4\x91\x51\x47\x46\x1d\x19\xf5\x7d\x61\xd4\xb1\x86\x4b\xac\xe1\xf2\x8d\xd5\x70\xd1\x07\xff\xa1\x17\x72\x89\xe1\x9f\x31\xfc\x33\x86\x7f\xc6\xf0\xcf\x18\xfe\x19\xc3\x3f\x63\xf8\x67\x0c\xff\x8c\xe1\x9f\x31\xfc\x33\x86\x7f\xc6\xf0\xcf\x18\xfe\x19\x8b\xb7\xc4\xe8\xcf\x18\xfd\xf9\x50\xa3\x3f\x63\x38\x57\x0c\xe7\x8a\xe1\x5c\x31\x9c\x2b\x86\x73\xc5\x70\xae\xfb\x19\xce\xf5\x08\x8a\xb6\x1c\x2b\xae\x6b\x60\x82\x31\xb2\x2b\x46\x76\x7d\x13\xe0\xf8\x18\xd9\x75\xb7\x91\x5d\xf7\xb4\x70\x4c\xd7\xe0\x8e\x1c\xdd\x15\x4b\xc8\x44\x86\x70\xef\x4b\xc8\x8c\x92\xad\x62\x9c\x57\x8c\xf3\xba\xcd\x38\xaf\xbb\x29\x26\xd3\xad\xdc\xc4\x8a\x32\xb1\xa2\xcc\xdd\x55\x94\xe9\x40\x8c\xc6\xb2\x32\xb1\xac\x4c\x2c\x2b\x13\xcb\xca\x3c\xa2\xb2\x32\x1d\x94\xae\xc9\xbf\x35\x66\x68\xf6\x4a\xc9\x3a\x3c\xcb\x48\xf1\x91\x5c\x53\x31\x60\x04\x6c\xb7\xae\xac\xf6\xb0\x51\x74\xbd\x2e\xb5\x6f\x40\x30\x9c\x8b\x15\x07\x89\x5c\x7b\x7d\xb4\x10\xa6\x99\xbc\x3e\xd2\x05\x11\x39\x67\xfa\x30\xa8\x1d\x14\xa4\xa0\x38\xa3\xff\x86\x1c\x8b\x2c\x45\x29\xf1\x7f\xa9\x9c\x8c\x86\x64\x18\x11\xc1\xc4\x20\x38\x2d\x06\xbe\x36\x43\x3f\x6b\x57\x41\x60\xc8\x2b\x2c\xd0\x9c\x10\x86\x44\x99\x24\x44\x08\x0d\x55\x32\x65\xe6\x01\xcf\x92\x60\x86\x9a\xb2\xef\x65\x0d\xf1\xea\xd9\xb3\x3d\x6c\xae\xd2\xc7\x20\x44\xc7\x8a\xd1\x60\xe0\xd4\xa7\x0e\x6e\x7c\x29\xad\x64\xf0\x1a\x4b\xac\x09\xf0\x2c\x30\x46\x10\xdf\xa7\x68\x65\x7d\x74\x73\x62\x1c\xbd\x26\x09\x28\xf4\x3c\x45\x69\x09\x14\x49\x89\xee\xea\x34\xcf\x37\x95\x83\xfb\x35\x26\x6b\xce\x2e\x88\xb6\xa7\x5e\xa8\xef\x2e\xca\x4c\xfd\x9d\xb8\xaf\x69\x07\x97\x9e\x21\x34\x2b\x8c\x37\x78\x5a\xd3\x2e\xa8\x5a\x2e\xb5\x77\x95\xcb\xd0\x5d\x6d\x0f\xd1\x0b\xa0\x2b\xe8\xa5\xae\xa4\x6a\x97\x8b\xd0\x79\x44\xa5\x8e\x32\x02\x3a\x2d\x34\xbd\x48\xcc\x89\xf0\xb8\x5a\x0a\xc7\x1e\xfc\xfe\xda\x41\x65\x91\xf9\x3a\x64\x32\x2f\xe8\x1a\x17\x34\xdb\xc0\xf8\xdd\xc6\x9b\x25\xf0\xe6\x37\xa4\xb1\x17\xf6\xcc\x47\xa5\xfd\xd8\x4a\x7b\x58\x55\x83\x5b\x40\x2d\x3e\x42\xdf\x75\xd2\x3a\x41\x36\x66\x05\x2e\xf6\xb6\xba\x55\x51\x32\x49\xd7\x64\xf6\x11\xdf\xbc\xb1\x88\xca\x68\x56\xbe\x23\xb3\xf2\x13\x71\x7b\xfa\xb8\x1b\xd4\xe1\xec\xca\x85\xc7\x23\x9b\xd1\xaa\x96\x1f\xba\x5c\xde\x3a\x86\xc6\xfc\xec\x1f\xe1\xea\x88\x68\x97\xf5\x6b\x63\xfd\xee\x75\x57\xfe\xf1\x0f\x43\x12\xc1\x38\xeb\x6b\xb7\xde\x1f\xbc\x28\xa3\xc5\x86\x21\x53\x6c\xf8\x0d\xab\x7e\x9a\x7b\x64\x38\x3a\xf0\x7f\x67\x94\x0d\x70\xf0\x36\xa6\x22\x1a\x64\xef\x9f\x41\xf6\xad\xfa\xd9\x52\xf7\xee\xdd\x14\xfb\x58\x64\xf3\x5c\xcc\xc2\x62\x6c\xb4\xb7\xde\x16\x8d\x7f\x08\x74\x7c\xbc\x51\xb5\x5b\x31\xda\xd7\x64\x6a\x7a\x76\x92\x79\x1f\xb9\xac\xc4\xf7\xea\xac\x75\x40\x2b\x50\x0a\x6d\x91\x20\x32\xa2\x13\x22\x3a\xe1\x51\x92\x98\xc7\x25\x46\x8a\x9c\x24\xe1\x18\xab\x94\x08\x25\xbc\xa0\x39\x59\xe1\x6b\xca\x0b\x77\xd7\xbc\x3b\x7e\xec\x09\xab\xd1\x9d\x60\x96\x9e\x28\x61\xb5\x1c\xe1\xcb\x72\x5c\xd8\x11\xad\x0b\x35\x41\x35\x51\xdd\x43\x70\xaa\x49\x59\x40\xd2\x08\xdd\x26\x38\xd1\x4b\xfd\x83\xc4\xd6\xda\xc0\x4b\x90\x21\xc0\x5e\x31\xdf\x68\x0b\xf4\x0d\x65\x29\xbf\x81\xf7\x95\xf4\x8a\xce\x79\x5e\x66\xd8\x88\xd6\x20\x73\x83\x57\x65\x86\x3e\x12\x9c\x9e\x70\x96\x6d\x1e\xc4\x0a\xea\x37\xc7\x72\xab\xfa\xca\xf7\xb3\x9d\x0b\x3b\xa8\x7d\x81\x1b\xcd\x8e\x5f\x71\xa6\xab\xb0\x8c\x62\x6c\xae\x75\x03\x3b\xa8\x55\x24\x60\x6c\x9e\x0d\x4b\x22\x0c\xbe\x33\x4c\x19\x02\x5a\x37\x24\xfb\xc3\x33\x77\x02\x5b\x3a\x40\x86\x85\xbc\x2c\x30\x13\x30\x84\x4b\x1a\x0a\x7a\x7c\x87\x85\xd4\x95\x86\x0c\xe3\x35\xe3\x95\xee\x3d\x8b\x58\xe7\x8c\xd8\x73\x2c\xb9\x8d\x98\xdb\x0f\xd0\x04\x43\x02\x9a\x28\x04\x5e\x06\x46\x77\x86\x56\xe5\x1a\x33\x54\x10\x9c\x82\xc5\xd5\xb4\xb4\x1a\xa8\x62\x31\x29\x91\x98\x66\x36\x30\x00\x70\xbc\x6e\xec\xe1\x8a\x34\x04\x8b\x90\x68\x70\x09\xba\xac\x7a\x66\x5c\x82\xde\x7a\x3c\x11\x28\x83\x95\xea\xef\xba\x8b\x16\x5c\x78\xf7\xdf\xeb\x75\x6a\x1d\x64\x97\x85\x12\x03\xfe\x82\x33\x41\xa6\xfd\x18\xe8\x4d\x28\x23\xd0\xe5\x46\x27\xaa\xa9\xce\x92\xfb\xc4\xd6\x36\xf7\x9e\x6b\x02\xdb\x35\x74\x41\x86\x74\xe4\x5a\x43\x2d\x3e\x24\x4a\x04\x4d\xac\x7c\x55\x11\xc7\xa8\xfb\xde\x13\xf9\xaf\x43\xf7\x3d\x73\x0a\x6f\x78\xcf\x76\xd6\x74\x2b\xed\x21\x2a\xb8\x8f\x1c\x50\x74\x37\x8a\x6f\x75\xc0\x0e\xad\xef\x5e\x18\xb1\x77\x90\xfc\xa9\x86\xce\x2b\xa0\x41\x10\xc9\x68\x7d\xd7\x27\x82\x36\x18\x51\x35\x23\xeb\x5c\x91\x98\x36\x49\x5c\x53\xa6\x44\xc3\x4d\x77\xf0\xcc\x8a\xe8\xba\x73\xe5\xda\x2b\x39\x67\xe2\x4c\x80\x1f\x6a\xef\x3e\x78\xda\x2b\x4f\xa2\xc7\x72\x72\x9e\x7a\xa9\x11\x14\xc7\xde\xb8\xd8\x06\x88\xc5\x5e\x80\xa3\xcb\x98\x3f\x49\x81\x92\x02\x8b\x15\x65\x4b\xed\xd9\xa6\xd2\xb8\xfd\xbd\x00\x4c\x7c\x8d\x69\xa6\xf8\x7e\x3d\x48\xe8\x39\x7a\xaa\x3e\xe6\xca\x28\x06\x5e\x40\x58\x20\xc1\x39\x53\xff\xa5\x26\x05\x29\x4e\x37\xe3\x92\x57\x55\x36\xf0\xbf\x51\x21\x79\xb1\x79\x47\xd7\x34\x90\xa9\xeb\xb2\x56\x9e\x8f\x67\x29\x5a\xe9\xf6\x80\xa0\x20\xda\x6f\xcb\xb5\x17\xdc\xb9\x1d\x8d\xc4\x0f\x94\x0b\x48\x8a\x86\xb6\xa4\x14\x52\x79\x95\x54\xac\x5c\x14\x10\xf9\x9a\x67\x34\xa1\x12\xfd\x9b\x14\x5c\xc7\xf0\x72\xe9\x21\x66\x6a\x8b\xf2\xe2\xf9\xc8\xb9\x89\xce\xd0\xe5\x33\x13\x7b\xad\x5d\xfb\xfc\x9a\x14\x90\xc6\xd1\x78\x78\x0b\x82\xd6\x98\xe1\x65\xa5\x74\xd4\xf4\xb5\x52\x48\x97\xcc\xa6\x8a\xb5\xd4\xdb\xa3\x8d\x4c\x29\xb8\x36\xd7\x55\x43\x9d\xdb\x2c\x45\xf6\xd8\x82\x90\xa5\x23\x5e\x03\x54\x67\xef\x62\xc3\xbf\x83\xff\x9e\xb8\xc8\xf2\xc3\x06\xc6\xba\xbb\xd7\x5e\xd6\x7a\xc8\x72\x5d\x13\x80\xf9\x03\x36\xc8\x9e\x66\x7d\xb1\xb4\x2f\xbe\xba\x5d\xf0\x58\x3f\xf3\x8b\x5b\xa2\x84\xe7\x1b\x27\xac\xa8\xce\xa0\x34\xa8\xda\x3f\xc6\x53\x03\x10\xf2\x03\xb4\xbd\xb5\x86\x06\x2e\x94\xf9\x29\x84\x33\xfb\xef\xd2\x05\x62\xbc\xd1\x8a\x7a\x69\xbd\x9e\x6d\xbd\x4d\x6a\x77\x32\x8e\x53\x71\xea\xf9\xaf\x4f\x0b\xa2\x8e\x39\xd0\xbe\xea\xe7\xdf\xe5\x3c\x3d\x71\x6b\x3a\xac\x5c\x26\xbc\x20\x6a\x5f\xce\x79\x7a\x69\xde\xb2\x0a\xba\x66\xc4\x17\x2e\x48\x20\xb0\x3f\x06\x1e\x60\x03\x09\xf4\xfd\xcd\x33\x9c\xa8\xc5\xd6\x37\xb3\x4e\xe9\x4c\x88\x24\x23\x37\x3a\xd3\xe9\x2e\xea\xef\xa7\xfa\xb8\xb6\xe6\x5d\x8d\xf7\x6b\x7c\x49\x2d\xc7\x69\x60\x39\x0e\x12\x7d\xd7\xa1\x6c\x8f\xe2\x7a\x5a\x11\x6a\xda\x7b\x5b\x66\x92\x6d\x18\xa0\x79\xfb\x03\x50\x62\x35\x82\xb4\xcc\x20\x89\x99\xa6\xcd\xef\xa9\x10\xde\x8f\xc6\xfa\xd4\xd5\x1a\xb8\x64\x9b\x7f\x2a\x15\x05\x38\xc2\x2b\x5e\xb2\x00\x2b\x80\x9f\xd5\xc0\x57\x58\xac\x90\x6b\x2d\x9c\x26\xe9\x56\xa0\x79\xb1\xab\x23\x8f\x4a\x61\x33\xfe\x6a\xd0\x22\xb6\xca\x91\x76\x08\xe2\x6b\x4e\x53\xcc\x12\xa5\x05\x27\x2b\xcc\xa8\x58\xa3\x9b\x15\x61\x3a\x39\x0d\x49\x81\x0d\x18\x12\xe1\x12\x04\xd9\xef\x33\x72\xa3\x34\x8f\xb6\xc5\x7f\x24\xd7\x70\x0a\x65\x30\x8b\x71\x6d\x37\x8d\x92\x53\xf1\x62\x3e\x17\xa4\xb8\xb6\x99\x00\x6a\x46\x8f\x27\xa2\xb6\xf9\xe4\xa0\xda\x43\x65\xab\x19\x8e\x2e\x32\xa6\x94\x51\xd1\x45\xd3\xae\x23\x37\x20\x21\x28\x52\xea\x71\x53\x8b\x61\x75\xf5\x9f\x5f\xd8\x43\xaf\xe8\x38\x44\x93\x16\x44\xa7\x4b\x34\xb0\x6b\x9b\x39\xa4\x6a\x76\x20\x12\xac\x3b\x14\x44\x9e\x8e\x3b\x0d\x1d\x97\x28\x38\x7f\xc9\x25\xce\xc2\xab\xe0\x89\x8b\x66\x2d\xea\xb3\x43\x4f\x75\x46\x32\xf5\x44\xbf\x96\xf0\xa2\x20\xc0\xfc\xc2\x6f\x1c\x8a\x27\x6d\xbb\x20\x7a\x7a\x67\xf6\xc8\x6f\x71\x12\x06\xd7\x40\x1d\x04\xc8\x6f\x02\xb6\x22\x93\x30\xc7\x58\x92\xbc\x66\xee\x34\x31\x5f\x0c\x7e\xaa\xe5\x70\x48\x82\x6e\x8f\x99\x62\xe0\xb3\x86\x42\xf0\x6c\x9b\x69\xd6\x28\xea\x6e\x67\xbe\x3e\x78\x9d\x15\xd0\xa2\x46\xef\xe5\x89\xf7\xb9\xc3\xdd\x6e\x2e\xec\xe8\x48\xaa\xad\x07\xf5\x89\xe1\xa3\x1e\x4c\x3f\xfb\xeb\x6d\x9f\x48\xcd\x5b\x48\xfa\x57\xc2\x48\x15\xe0\x1f\xd0\x6d\xb9\x00\xc3\x9c\xe2\x34\x4b\xd7\x16\xd9\xd7\xdb\x2a\x8d\xc7\x98\x47\xe1\x96\xac\x9c\xb9\x37\x51\xf4\xaf\x89\xe9\xd2\x5b\xd5\x43\x64\x7c\xe8\xf6\x69\x0c\x49\x7a\x9f\x5a\xa2\xf4\xa0\xc4\x57\x7f\xc5\x59\xec\xca\x44\xba\x68\x22\xb3\xd2\xb0\x01\x4d\x49\x1c\xce\x89\x27\x3d\x0d\x3a\xff\xd5\x96\x51\xb6\xd4\x9f\x0d\xc8\x2a\xfa\xb1\xfd\x8e\x46\x1a\x68\x18\xbb\x98\xa1\x73\x83\xe9\x77\x79\x9d\x36\x39\x41\xff\x81\xae\xec\x6b\xba\x57\x9d\xea\x7d\xac\x38\x52\x7b\xd5\xb3\x6c\x0e\x19\xf3\xbd\xa3\xa8\x07\x0b\xc6\x45\x1d\xc8\xd0\x18\x8e\x4e\x4e\xf7\x33\x7b\x0d\xf0\xe9\xab\x49\x2d\x37\x7d\xad\xed\x0e\x10\x7c\x73\x06\x3a\xa6\xd1\x75\x62\x5c\xf2\xad\xde\x43\xe2\x5a\x21\xc2\x14\x75\x10\x28\x25\x49\x86\xd5\xe5\xbc\xb6\x67\x41\xcb\xd0\xe7\x4a\xe7\xd2\xb5\x65\x40\x5b\xbc\xe8\x70\x0f\x44\x4f\x40\x44\x82\x3c\x1e\x5b\x7c\x23\x4f\xc5\x21\xd3\x47\x84\xf1\x19\x17\x4d\x4b\xb4\xec\x04\x6c\x10\x2f\xc3\xde\x56\xf6\x0f\xf7\xd6\x10\x82\xe2\x7d\xc5\xb3\xb3\x4d\xc5\xaa\x45\xcd\x99\xba\xf7\x20\xb6\x04\x21\xd4\x47\x3f\x40\xfc\x0e\x0e\x43\x70\x3d\x8f\xc3\x21\xb4\x9b\x77\x03\x11\xaa\xc4\xcd\xdf\x30\x12\x41\x0d\x54\xb3\xb8\xf0\x20\x2f\x81\x74\x57\x03\xd5\x39\x32\xcd\x48\x6f\xb0\x70\x94\x26\xe2\x22\xee\x11\x2e\xc2\x3b\xda\xb7\x0f\x8c\x70\xdf\x1e\x44\x46\xd4\x5a\xd6\x93\xb6\x54\xcf\x22\x28\xe2\x9e\x88\x42\xdb\x04\x04\x84\xb7\x6f\x77\x0b\x67\x25\x5d\x47\x80\xc4\x1d\x03\x24\x6e\x19\xb8\x50\xed\xfc\xa1\x90\x0b\x75\x81\x66\x14\x7d\xea\xc5\x2e\x8c\x97\x18\x8f\x8f\x6a\x78\xbf\x03\xa2\xe1\x41\xe0\x18\xc6\x19\xc7\x72\x5c\x8a\x90\x05\xea\xad\x17\xbf\xa7\x0b\xe4\xf9\x2c\x92\x0a\xa4\x5f\xf4\xf6\x68\xce\x79\x46\x30\x38\x52\xf2\x82\x2f\x0b\x22\xc4\x6b\x82\xd3\x8c\x32\xd2\x0f\x29\xc1\x5f\x61\x03\x40\x5c\xa2\xac\xb6\xfc\x35\x91\xd3\xa6\x8a\xb0\xbd\xa3\xb9\xce\x52\xab\x27\x5d\x4f\xca\x3d\xd7\x29\x55\xad\x93\xbc\xce\xdd\xad\x33\x4d\x3b\xcc\xb9\xa2\x73\x3a\x80\x3c\x2f\x78\xa2\x3a\xd6\xaf\xd6\xaa\xa9\x80\x85\xd2\x17\xe4\xa8\x54\xe7\xe2\xbc\x31\xd3\x37\x5f\x13\x42\x52\x08\xdd\x05\x69\xc8\xd5\x7f\x2b\x8b\x05\x94\x26\x34\xd9\x48\xbc\x01\x69\xc1\xc7\x8b\x67\xaf\x26\x08\x6f\x1b\x52\x48\x84\xa4\x6b\x6d\xe9\x2b\x0b\x4b\x98\x61\xcd\x70\x78\x67\x6a\xe7\xe8\x8f\xcf\x9f\x8f\x4b\x05\xab\xae\x18\x58\x4f\x02\xbb\xf5\xc1\x5d\x11\x7b\x79\x75\x09\xcf\x23\xa1\x55\x8e\x0c\xc4\xf1\xac\x44\x0f\x14\x8c\xf3\xae\x56\x06\x01\x2e\x8c\xde\x90\x37\x16\x90\xe0\xcf\x51\x17\xb8\x00\x60\x02\x38\x0d\xe1\x35\x6b\xd6\xa6\xc2\x1d\x55\xc8\x2f\xa1\xe4\x3b\x97\xfc\xd1\xb6\xa8\x8e\xd9\x78\x98\xce\x61\x11\x34\xa2\x13\xa1\x71\xd9\xbc\x54\x15\x4c\x03\xb2\xa9\x04\xd0\x1a\x75\x8c\x86\x9a\xf2\x6c\xd0\xbd\xab\x4f\xc9\xdf\xc9\x66\xab\x68\x06\x4f\xd9\xb7\x48\x8e\x3e\x34\x90\x85\x63\xb4\x71\x40\x22\x0c\x04\xda\x07\xfc\xb2\xbd\x51\xe3\xee\xd0\x24\x4d\xa3\xc9\x38\x49\x44\x2b\x90\x46\x16\x59\x6f\x6f\x30\x1a\xb0\x1f\x5b\x3e\xfc\xb1\x93\x6e\x5e\x36\x3c\x39\x15\xeb\x86\x2d\x0d\xb9\xbb\x9a\x9e\x2e\x24\x71\xb1\x24\x1d\x97\x71\x2c\x3c\x63\x5f\x7c\x8a\x77\xfd\x2f\x6b\x7f\xdf\x32\x42\xa5\xa2\x6a\x77\x82\x4c\xa9\x56\xfe\x28\xd0\x94\x80\xfd\xee\xd0\xd8\x94\xb1\x1e\xd1\x3e\x2f\x68\x68\xf3\x47\x7a\x41\xe1\xbc\x8f\xbf\x2e\xfa\x7a\x68\xea\xb7\xf7\x2d\xe8\x96\x6e\x9a\x9f\x65\x9c\x9d\x48\x52\xac\x29\xb3\x32\x7f\xef\xf7\xd1\x53\x9d\x7f\xc9\x94\x98\xf1\x6a\x44\x1b\xaa\x36\x16\x58\x5c\xb2\x1d\x48\x8a\xf7\xd2\xf0\x4a\x39\x89\x46\x06\xdc\xcc\x75\x38\xaf\x90\xd4\x24\x72\x02\x79\xcf\x5e\xc4\xba\x54\x0e\x1e\xfe\x17\xcf\x9f\x7f\xe7\x5d\x9b\x04\xe7\x38\x81\x5c\x45\x97\xba\xea\xc3\xc6\x96\x04\x9a\x93\xc6\x37\xac\x27\xdb\x16\x92\xdf\x90\xda\xfd\xf3\x11\xc6\x7a\x38\x06\x51\x20\x75\xf6\x2a\x8f\x09\x8e\x59\x5d\x6d\x51\x18\xbf\xb2\xdb\x1e\x03\x5d\x75\x59\x8d\xd0\xd7\x72\x2d\xb3\xd7\x38\x86\x43\x7a\xe8\x03\xe4\x62\x04\xfb\x1c\xe1\x9d\x6f\xb5\xf6\xc4\x11\x53\x28\x76\xa4\x48\x75\x8b\xde\xf8\xf6\xa8\x2f\xb5\x7f\xbe\xe5\xe2\xde\xcd\x37\xef\x59\xd5\xc6\x5b\x94\x7d\xaf\x3c\xd1\xc7\xd5\x3a\xe4\x9b\xa0\x81\xa3\x7b\xe5\xab\x09\x74\x9c\x92\x8a\xb9\xf6\x9d\x8e\xaa\x15\x22\x4c\x94\x85\x43\xa6\x78\xb5\x62\x6b\x34\x05\x59\xc2\xdb\xc4\x35\x62\xb6\x81\x04\xa3\x4c\xc7\x2d\x47\x7f\x7d\xf4\xd7\x3f\x46\xd3\xb0\xc9\xff\xfb\x4e\x4b\x07\x20\x47\x7a\x77\x48\xdd\x09\x28\xd9\x06\xa9\x7f\x37\xf0\x77\xaa\x29\x81\xb3\x67\x81\x2c\x01\xb9\x05\xf5\xa9\x3e\xe7\xe9\x53\xa5\x18\x58\xf3\x9c\xd7\x9d\x0e\xc2\x51\xeb\xfe\x0d\xe4\x8b\x00\x4b\xb3\x7f\xdd\xb7\x32\x37\x7b\xba\xc4\xfd\x4d\x87\x50\x0d\x72\x08\x0f\xb1\x83\xb2\xeb\xaf\xc0\xb7\x97\x69\xc2\x5b\xda\xed\x50\x1e\x8d\x3d\x19\xe0\xa5\x87\x46\x79\x54\x3d\x8f\x42\x79\x04\x9a\x77\xa3\x3c\x0c\xa7\x06\x58\xe1\x9d\xc0\x3c\x9a\x08\x8a\x98\x74\xe2\x81\x83\x2b\xfc\x13\x75\xeb\xe8\x8a\xea\xec\x0f\xa1\x2b\xea\x2d\x43\x89\x27\x06\x90\xa5\x11\x63\x71\x6f\x30\x16\xb6\x0a\x8e\xbf\x63\x47\x8c\x45\x3d\x80\xe1\xcf\x53\xbc\x22\x62\xe3\x91\xa7\xb4\xb8\xfd\x1a\x39\x6d\xed\xfe\x40\xe0\x90\x86\x1c\x34\x8a\xbc\x0e\x24\xb6\x08\xda\xf7\xfb\x21\x20\x11\xf7\xb1\x25\xee\xa3\xdb\x0e\x6e\x4d\xa3\x76\x83\x58\xcb\xeb\x6f\xdf\xdd\xcb\x35\xee\x55\xfc\x69\xfa\xfd\x8f\x48\xa7\x4f\x7f\x77\xb3\xc2\xf2\x84\x8a\x13\x7c\x32\x40\xc8\x77\xf3\xc9\xfb\x75\xf7\x71\x5f\xb2\x0c\x73\x8e\x2a\x3f\x81\x15\x92\x12\x5e\x32\x39\xd3\x96\x02\xf4\x85\x6c\x34\xf6\xc4\xd4\x98\xd6\xc9\x1a\x46\x24\xd2\x70\xa6\x69\x4f\xf6\xfa\x46\x93\x6b\x38\x77\xba\x39\xd0\xdb\x67\xda\x80\xf2\xf1\x4c\x94\x8b\x05\x4d\x80\x09\xd6\x8c\x99\x29\x91\x80\x93\x78\x10\xb9\x2e\x06\xf8\xc4\x6d\xb8\xf1\x5b\x5a\xf1\x38\x9e\x31\x3a\x2d\xc4\x78\xf6\xe1\x88\x60\x5b\x4c\x1f\xe1\x82\xab\xd1\xc6\x8a\x2c\xbb\xb3\x31\xca\xaf\xef\x2a\x8b\xf9\xf7\xf4\x2e\xbc\xda\xde\xf7\x8f\xe1\xd6\x0e\x19\x2c\x0e\xed\xd6\x86\x02\x36\x70\x04\x7b\x1d\x7c\xb5\x7d\xab\x08\x32\xf8\xec\x7c\xef\xad\x95\xa5\x33\x67\xb3\x6d\x12\x4c\xfb\x9b\xdd\xf2\xd1\x5b\x37\xc6\x01\xff\x73\xab\x0d\x2a\xc8\x22\xb3\x25\xfa\x6b\xce\xf9\x45\x9f\xb9\x6f\x0b\xb8\xc4\x38\xff\x7c\x6d\x01\xf5\x21\x77\x87\x7e\x8f\xf3\x3c\x5e\x24\x69\x4e\x54\xcf\xd3\x1f\x93\x15\x50\xee\xb9\x24\xb1\xb5\xd4\x3e\xe8\xe4\xed\x88\xc1\xed\x21\xb1\x20\x8c\x37\x42\xac\x43\xd6\x72\x2f\xd8\xb8\xa8\xf9\x64\x87\x7d\x76\x6b\xfc\x75\x30\xc1\x80\x85\x01\x57\xbb\xd8\xc8\xa6\xa4\x6b\x5d\x69\x47\xaa\x0f\x77\xf0\xe0\xb0\x36\x08\xfa\x17\x50\x8a\x4d\x5b\xcc\x10\x9e\x0b\x9e\x95\xd2\x1d\xdb\xa7\xe4\xeb\x4b\xf4\xe3\x33\x04\x08\xe3\x9c\x14\xea\x20\xe1\xa5\xbe\xce\x0d\xf7\x7f\x63\x10\xc6\xd7\x22\x24\x2e\xa4\xbd\x76\xc6\x33\x0d\x9d\xbe\x78\xfe\xdd\xb3\x19\x3a\x6b\x7c\x8f\x0a\x94\xe0\x2c\x31\x56\x72\x50\xaf\xbd\xaf\xce\x37\xa8\xe0\x25\x4b\xf5\x8a\x1a\xa1\x3a\x71\x1a\xf5\xf3\xca\x29\xac\x95\x7d\x2a\x94\x8c\xfc\x46\x97\x79\x7b\xa9\xd1\x53\xd2\x08\xe2\x6a\x77\x24\x47\x3f\x3c\xff\x6e\xaa\xc6\x0a\x17\xe5\x87\xe7\xdf\xd9\xa1\xee\x97\x68\x65\x46\x66\x16\xad\x1c\xce\xee\xf2\x0c\xd6\xdc\x82\x1f\xa8\x11\x77\x85\xe4\x79\x6e\xc0\x23\xd8\x25\xd2\x6a\xbb\x7e\x01\x54\xe6\x82\xfb\x71\x21\x05\xb8\x1c\xd4\xdb\xc6\x57\x5c\x9f\x0e\x17\xa4\xb5\x3d\xba\x6e\x39\x43\x73\x75\x26\x04\x2a\x73\x00\x22\x34\x5a\xb9\x5a\x69\x80\x5e\x30\x25\xd2\x0c\xbe\xac\x02\xc8\xba\x13\x06\x75\xbe\xa0\x57\xc0\x87\x93\x54\x20\xce\x24\x47\x60\x68\x6e\xf4\x3d\x45\x72\x55\x0a\xed\x13\xd7\x6b\x08\x95\xcf\x0c\xf7\xff\x93\x1e\x3a\x2f\xe8\x92\xb2\xde\x63\xe6\x7f\x1f\x96\x2a\xcb\x60\x91\x44\xe0\xb8\x6f\x2b\x47\x97\x92\x66\x33\xca\xa4\x90\xc5\xec\x2d\x93\x3f\x17\x17\x3b\x98\x5f\x55\x27\xa7\x81\x4e\x46\x91\xa5\x51\x91\xff\x63\xe9\xd2\x0e\xc4\xe8\xa2\x2c\x42\x56\xfd\x30\x19\x6a\x11\x1f\x97\xd8\x06\xe1\x39\x6f\xe0\x7c\xea\xaf\xed\x45\x89\x7c\x8c\xbd\x4f\x5c\x2c\x79\xb0\x81\x01\xcf\x95\x76\xf2\xbe\x46\x61\x15\x25\x78\xbe\x2f\x19\xf2\x75\xf2\xef\x7f\xfc\x6e\x0c\xc5\xb1\x77\xc8\x73\x45\xbb\x35\xc3\x6a\xc1\xca\x1c\xd1\xf5\x9a\xa4\x14\x4b\x92\x6d\x6c\x47\xa4\xb1\x87\xe6\xf6\x4f\x91\x28\x41\x4b\x35\x44\xb7\x49\xbc\x78\xa6\x13\xcc\xb8\x5b\x9b\x72\x5d\xfc\x13\x62\x30\xd0\x0b\x43\x28\xea\xb1\x0a\x70\xd7\xd5\x9b\xf0\x06\x90\x2a\x40\x91\x7d\xa1\x4a\x6b\x9e\x0e\x0e\x7f\x51\x16\xea\xda\x4f\x1b\x57\x3c\x88\xa2\x6b\xa0\x5c\xc0\x9b\xd5\xba\xbe\x60\x28\x30\xa4\x2d\x38\xe4\x83\x5d\xef\xe9\x8e\x7c\xf8\x16\xb9\x6f\xd7\x99\xdf\xfd\x24\xa7\xfc\x86\x75\xdf\x19\x20\x04\xe6\xb6\xec\x78\xde\xeb\xa1\x24\x8d\x03\xa3\xbe\xae\x5a\xff\xa9\xbd\xaf\x5b\x5c\x04\x73\x6a\x6b\xdc\x09\xc4\xee\xe9\x88\xaf\xbb\x03\xbb\xe0\xba\xd4\x2a\x30\xd5\x04\x9b\xcf\x04\xee\x6c\xeb\x6c\x77\xa1\x44\xc7\x72\x28\x73\xc4\x6b\x3c\xf0\x38\x47\xfc\xb6\x38\x98\x57\x47\x74\x0c\x96\x72\xe8\x5d\xb5\x40\x55\xa6\x23\xf0\x2d\x24\x6a\xdd\x5c\xe9\x5c\x90\x9d\x86\x7a\xb9\xdc\xe4\x23\xd8\x5f\x8e\x0b\x49\xc3\x1a\xe7\xb9\x7d\xd4\xa8\xde\xc7\x8b\x14\xc4\x15\x2c\x8d\x5d\x5c\xfd\xe8\x97\x52\xad\x64\x47\xd7\xbb\x67\xd5\xad\xc4\xd6\x71\x21\x4f\xed\x4d\x64\x65\x96\x85\x77\xc5\x1b\x45\xaf\x2c\xe1\x0d\xd6\xb3\x20\x69\x8f\xb4\x3d\xce\x80\x5b\x05\x4b\xbb\x90\x10\x4a\x07\x55\x93\xd5\xba\xcd\xd0\x5b\xf7\x6f\x8b\xcd\xa2\x4c\x09\x00\xe2\xe5\x15\x43\x27\xe8\x03\x91\x4a\x75\x7c\x89\xce\x90\xa0\x6c\x99\xc1\xcd\x55\x17\x03\x4a\x7b\xb3\x14\x8a\x62\x33\xbc\x26\x33\x68\x7e\x21\x79\x81\x97\xe4\x25\x3a\x13\x68\xad\x58\xc3\x2f\x3c\x2b\xd7\xe4\x55\x86\xe9\x5a\x20\xec\x9c\x6b\x50\xf2\xfc\xb2\xb1\xd8\xcb\x12\x17\x98\x49\x52\x41\x2e\xb5\x0c\xcd\xf4\x18\xec\xb0\x37\xda\x88\x89\xb3\x1b\xbc\x51\x5f\xc9\x5d\x4d\x7b\xbc\x56\xc3\x83\x11\xb8\xc6\x11\x77\x19\x71\x97\x8f\xc4\xc1\x7b\xcb\x68\x43\xcb\xc8\x2a\x6a\xe1\x08\x0a\x35\x52\x83\x31\x81\x8d\x35\x95\xfa\xa4\x7d\x2b\xb8\x5f\xdb\x18\x7e\xee\x0f\xc3\xeb\x77\x37\xa4\xdf\x8e\x73\xd8\x0e\x57\xd7\x9c\xfd\x10\xd9\x3f\x34\xb2\xce\xeb\x7a\x14\xb4\x2e\xd4\xbe\x1b\x5b\x27\x4c\xeb\x3b\xc3\xd6\xdd\x8b\x14\x4a\x11\x57\x77\x18\x5c\x9d\x7f\x9a\x6e\x1d\x57\xe7\x1d\xfc\x21\x60\x5d\xa3\x69\x08\x59\xe7\x35\x89\xd0\xba\x7b\x22\xa1\x38\x27\xdf\xbe\xce\x3f\x5f\x4a\x8f\xd8\xb6\xfb\x28\xfa\x6c\x0d\x24\xf3\xb7\xf4\x40\x48\xb2\x26\xe7\xef\x21\x28\x67\xa8\xd1\xb8\x07\x4d\xe6\x8b\x3d\x3b\x64\x14\x9a\x4e\x04\x29\xae\x69\x42\x3e\xe0\x75\x20\xbf\x50\xce\xd3\xf7\x10\x6d\xb3\x26\x4c\x9e\xf3\x8c\x26\x81\xe4\x14\x81\x46\xd6\xac\xad\x63\x29\x9d\x59\xc7\x02\x4e\x8c\x0d\x05\x36\x11\x67\xda\xa0\x83\xca\x7c\xaa\x2d\x45\x3a\xee\xd2\x05\x5c\x72\xa6\x1d\x39\x53\x04\xc8\x35\xc2\x9c\x7d\xc7\x5a\xbf\x5c\x34\x11\xca\xf5\xd7\xa9\x40\x9f\x7f\x2e\x00\x51\x06\x78\x84\xcf\xd0\x73\x41\xda\x23\xa1\x0c\x51\xa6\xfe\x50\x8a\xad\x01\x1b\x3d\xcd\x79\x7a\xf2\x7c\x6a\x9c\x22\x3c\x3d\x79\x31\x45\x44\x26\xcf\xac\xff\xa5\x95\x64\xe7\x06\x53\x45\xdf\x24\xcd\x10\xc1\xc9\x0a\xfc\x49\x16\xb0\x66\xd3\xf8\x98\x44\x3c\x94\x2d\x67\xe8\x1f\xcd\x49\x4c\xab\x0c\x18\xda\xfa\xb5\xe6\xd7\x55\x36\x1d\x9e\xe7\x5c\x50\x49\xf4\xf0\xf4\x84\x71\x06\xc4\x16\xb2\x04\x7b\x93\x3e\xc7\x05\xce\x32\x92\x7d\x36\xa6\x0c\xbf\x68\x8e\x15\xda\x73\xd3\x46\x67\x1c\xb2\x48\x29\x2b\xe8\xeb\xbd\xb0\xb0\x3f\x35\x33\x00\xf8\xa9\xa9\x73\x66\x9e\x82\xe5\x0d\xba\x4e\x21\xdf\x32\x58\xc7\xac\x03\x91\xb3\x24\x14\xce\xd9\xe7\x00\x2f\x1a\x0e\xf0\xb6\xbb\xc1\xb5\x30\x32\x87\xb6\x09\x58\x0c\x0f\x2c\x89\x20\x66\xed\x6c\x5f\xcc\xc4\xa7\x33\x41\x9c\xa5\x4f\xc7\x9e\x51\x26\x24\x66\x92\x56\x00\x11\x67\x39\xb0\x5d\xea\x84\xfc\x4a\x2e\xbb\xa6\x69\x89\x33\x0f\x13\x95\x09\x13\x13\x8e\x03\xe6\x94\xcd\x0c\xbd\x5d\xf8\xe8\xbf\xa9\x3d\x9b\x47\xc8\xfa\x13\x6a\xe5\x40\x04\x2d\x43\xb7\x6d\xdd\xc8\xb2\xb2\xc6\x54\xe3\x39\xdd\x79\xf3\x48\xca\x13\xe1\x5e\xb3\xa5\xbd\xf4\xf9\x6b\xfe\x6a\x97\x42\xc3\x6d\x20\xa8\xde\x7e\x4d\xb1\x17\xc7\xba\xb4\x81\x16\x5b\x65\x2e\xdb\x20\x9c\xe7\x19\x25\x69\x8b\xe4\x19\xe1\xa5\x7e\xbf\x2b\x17\xf1\xfe\xf9\x85\xc4\xa1\xb0\x8c\x8f\x18\x76\xe8\x33\x87\xc0\x02\xba\x87\x0e\x4d\xab\xfe\x6d\xef\x93\x7e\xac\xd7\x70\xa9\x26\xc3\x44\x97\xaa\x6e\xdb\xc2\x3a\x42\xbc\xbd\xa5\x9b\x8d\x03\xa9\x29\x11\x10\x57\x91\xab\x23\xa7\xd4\xa8\x2a\x81\x4a\xc3\x46\xe8\x46\x22\x67\xda\x58\xb0\x24\x12\xbd\xfe\x70\x71\x6a\x0d\x96\x66\x87\xb5\xf3\x40\x6f\x1d\x96\x8a\xb2\xbe\x04\xc2\x6f\xf9\xed\x89\xa6\x62\x33\x6f\xc6\x33\x73\x24\x67\xe2\x3a\x99\x25\x59\x29\x24\x29\x66\x19\x4f\x70\x66\x58\xcd\xd5\x24\xd0\xc3\xd5\x44\x8d\xbd\x51\x45\xce\x37\x7f\x06\xb3\x8d\x78\x0a\x53\x27\x0c\x54\xde\x1a\x0c\xf4\x8d\x65\x71\x42\xe2\x75\x4e\x52\xb0\xad\x04\xa6\x02\xdd\x2f\xca\x6c\xa1\xfe\x0b\xfb\x5e\x27\xae\x86\x86\x96\x8c\xfe\x5a\x56\xa6\xda\x4a\x84\x2d\x88\x70\x20\x94\x86\x94\x73\xc4\x5a\x68\x65\xa3\x5a\x43\xcd\x55\xe0\x0d\xa3\x51\xd5\xa1\xb6\xa0\xea\x93\x7c\xa3\x1d\x1e\xc6\x47\x54\x99\xaa\x1a\x8b\xa4\x44\x01\x5c\x91\x53\x38\x1d\x29\x64\xf4\x72\xdc\x6d\x37\xc3\x54\xb3\xb8\xda\x74\x72\x5d\x99\xe1\x6d\xdf\x01\x66\x1c\x6a\x55\x4f\xc5\x9b\x68\x43\xbe\x4e\xe6\xe7\xf0\x1c\xc6\xfd\x06\x79\x33\x16\xa4\x20\x4a\x0c\x40\x4d\xeb\xbe\x27\x39\x05\xee\xf0\x1a\x6b\x2c\x4c\xe3\x1e\x53\xa2\xd3\x26\xe9\xcf\x52\xb5\x5e\x37\x78\x63\x2b\xfb\x69\xee\xa5\xf7\xc7\xbf\xf8\x58\xd7\xca\x79\x03\xe5\xfc\xe0\x5d\x67\x2a\xd4\xd1\x30\x8a\xd4\xe8\x33\x68\x9d\x77\x9c\x91\x0a\x1b\xf9\x74\xbe\x01\x72\xf6\x0c\xe9\x15\x79\x0f\x09\xa4\x28\x33\x45\x07\x6d\x0c\x84\xd9\x53\xe9\x44\x91\xb3\xd0\xc7\x24\xfe\x42\x04\xca\x0b\x92\x10\xa5\x78\x10\xcd\x62\x30\xdb\x98\xce\x45\xb3\x9f\xa9\xf6\xd7\x38\xb9\x04\xbc\x2b\x7b\x00\x55\xdd\x8d\x50\x5c\x15\x24\x16\xcf\x29\xa3\xd4\xa2\xad\xf5\xa2\x51\xc5\xf7\x82\x5f\xbb\xf5\xcc\x6a\x6d\x7b\xea\x38\x6b\xce\x30\x28\x9b\x6c\xad\x84\x75\x83\xb2\x87\x32\x98\xd5\x9f\x3b\xab\xf8\x50\x5e\xb3\x06\xb3\xed\xbc\x8f\xdf\x4e\xed\x3d\xcf\xae\x78\x0c\x2c\x78\xd0\xc4\x7e\xa4\xfa\x7b\xdd\x30\xe6\x46\x83\x76\xb8\x13\x70\x24\xcb\xfa\x7b\x25\x91\x8a\x25\xfb\xcf\x8d\x7c\xee\x38\x24\x74\xe2\xbe\xba\xdd\xf6\xd6\xdf\xea\x99\x8c\x6e\x30\xd5\x95\x59\xa5\x4d\x2a\x52\x67\xd2\x76\x60\x6d\xd1\xc1\xa1\x10\x0c\xb8\xbc\xce\x96\x05\xf9\xb5\x04\xda\xfc\xcf\xe7\xd3\xc6\xea\x3d\x0b\x0a\x63\x63\x60\xee\xed\x36\x01\x94\x77\x30\x13\x9d\x83\x9a\xd7\x2e\xf0\x5b\xa9\x2b\x00\x2a\xc6\x99\x3a\x0b\x6c\x5d\x63\xab\x7a\x9b\x1a\x33\x00\x75\x65\x19\x94\x12\xbf\x2e\x8d\xdd\xd7\xec\xfa\xd9\xf9\x5b\x63\x4f\x3c\x0c\x82\xbe\xf6\x78\xaf\x83\x57\x45\x2e\x60\x48\xb7\xb1\x41\xaf\x02\x7e\x80\xdd\x50\xf7\x4d\xa3\xc3\x2e\x03\xdc\x2a\x2b\x5b\xf7\xf1\xae\x3f\x3f\xf6\xe9\xb6\x13\x3f\x69\x24\x8b\x9b\xda\x07\xcf\x42\x87\x7d\x30\xb3\x5c\xa3\xc1\x2d\x11\x9c\xfa\xd2\x1d\x32\xf5\x5c\x90\x8c\x0f\x0b\x18\xe3\x0b\xc4\x75\x2b\x13\xf5\x1d\x17\x35\x1d\xa3\x67\xd5\x40\xfd\x30\xe9\x80\x73\x52\xa8\x79\xdb\x0a\x62\x40\x38\x74\x29\x51\x22\x40\xee\xc4\xa9\x9e\x12\xce\x2a\x1c\x96\x40\x8c\x24\x44\x08\xac\x0b\xb8\xdb\x3e\x3c\xa8\x9b\x65\xe8\xd5\x1e\xd8\xd1\x1d\x2a\x13\xde\x27\x87\xa9\xeb\x85\x8c\x09\x2d\x7c\x80\xab\xb0\x99\x4c\xae\x07\x3c\xb6\x53\x5a\xbc\x10\x1c\xae\xdf\x79\x59\xdf\x40\x69\xfc\x99\xbd\x1a\xe4\xd1\x73\xe3\x85\x66\x11\x3e\xce\x73\x22\xf1\x8b\x59\x5b\x58\xeb\xcd\xa7\xf8\xe6\xfc\xe3\x9b\x57\x67\x97\x6f\x5e\xa3\x13\x6d\xd2\x59\x16\xbc\xcc\x7d\x72\xd5\xee\x10\xe9\xdc\x92\x05\x71\xd7\xd9\x1b\xc1\xf7\xa7\x01\x71\x11\x5d\x10\x62\x8c\x03\x4a\x65\x83\x3c\x99\xa6\x3e\xde\xda\x1a\xd7\xd4\x6d\x87\xb6\xa1\x0f\xae\xf3\x8c\xd8\x94\xf7\x88\xae\x15\x2b\x54\x42\xa2\x60\x38\x17\x2b\x2e\x9d\xdb\x19\xe9\x44\x09\xaf\xc0\x73\x66\xad\xf2\x75\x6d\x55\x90\x82\xe2\x8c\xfe\xdb\x56\xf8\x4c\x89\xff\x4b\x65\x83\xb1\xe8\x62\xad\x32\x9a\xd8\x0c\xe7\x2c\xd5\x62\xa7\x86\xc0\xe2\xd0\x90\x57\x58\x68\x0c\xb7\x28\x13\x75\x39\x21\x0c\xd0\xd2\x51\x08\xde\xf0\x90\xbf\xce\x87\x77\x59\xe3\xeb\xc6\x16\x83\x29\x38\x67\x69\x5a\xf9\x8f\x4c\xfa\x53\xed\x0e\xd4\xd1\x1c\x4a\x05\xd5\xe5\x08\x4a\x69\xa5\xf9\xd7\x58\x62\xad\x17\x84\x96\x15\xdc\x90\x53\xb4\xe2\x37\xe4\x9a\x14\x53\x35\x10\xed\x18\x48\xbd\xbc\xff\x53\x94\xea\x32\x04\x54\xc2\xdd\x56\xdb\x3d\xe7\x46\xc7\xad\x02\x44\xd4\x4a\x86\xe9\x9b\xde\x66\x1b\x5f\xc3\x52\x97\xc3\x7e\x5a\xf3\x92\x52\xb5\x5c\x6a\xef\xfe\x66\x87\x43\xa5\x45\x01\x89\xd2\x58\xc5\xb8\xd6\x4f\x74\x35\xd9\x9a\x2f\x5c\xe9\x36\x4b\xad\x8f\x2f\x4a\x59\x16\xee\xa8\x09\x6d\x7a\x4c\xcc\x89\x30\x46\x61\xb5\xee\x29\xdc\x44\x25\x59\xa9\xa9\x09\x89\xe7\x34\xd3\x9e\x00\x5d\xb0\xa0\xa0\x6b\x5c\xd0\x4c\xc7\xca\xba\x8d\x37\x4b\xe0\xcd\x6f\x58\x75\x34\xf7\x30\x62\x03\x8e\x8d\x0d\x08\xa7\x53\x81\x5b\x60\x5d\xb1\xe6\xae\x93\xd6\x09\xb2\x46\x67\xb9\x4b\xf4\x52\x51\x32\x00\xa3\x7d\xc4\x37\x6f\xbe\x4a\xc2\x84\x51\x1e\x23\xa6\xe0\x0e\xca\x4e\x3e\xf0\x84\x92\x45\xa7\xc2\x51\xf1\xc3\x9a\xa0\xe2\xac\xd0\xfe\x11\x6e\xfa\xee\x5e\x9b\x9a\x4f\x83\x7a\xe2\xce\xb0\x2c\x6f\x16\xdd\x56\xc0\xe0\x45\xd9\x4e\x9e\x19\xc2\x75\x85\xdf\xd0\xf7\xcd\x5d\x26\xc3\xd6\x41\x08\x70\x16\xf2\x00\x1b\x37\xb2\x40\x04\x7f\xdd\x0f\x02\xbf\x4d\xed\xba\x80\xc0\xb3\xbf\x99\xb0\x53\xc8\x8e\x08\xb2\xdb\xa2\xf6\x0f\x81\xa2\x6f\x8b\x5c\xeb\x3c\x56\x87\x41\xb1\xe9\xee\x47\xd6\x36\x1f\x56\x09\x5f\xd7\x2a\x7b\xf5\xa8\x82\x7e\x71\x96\x6d\x54\xc0\x58\x5f\xfd\xa1\x11\xe6\x48\xfa\x62\x7d\xf5\xfd\xea\xab\x37\x69\xd4\xdd\x15\x59\x6f\x8d\x64\xab\x58\xa1\xe0\x3c\xc6\x10\xe5\x03\xc7\x0c\x35\xbb\x8f\x85\xd7\x63\xe1\xf5\x18\xc3\x74\xff\x0b\xaf\x37\xef\x6d\xac\xbe\xfe\xa8\x04\xa5\xbb\xab\xbe\xde\x52\x02\xa2\xca\xfa\x2d\x95\x60\x6f\x6d\xff\x71\x54\xcb\x8f\xc6\xbb\x33\x4e\xc5\xf4\x55\x3d\xfb\x26\xa4\x81\x30\xb4\xc4\xd3\x0a\xab\x7a\x7f\x92\x3b\x1f\x52\x4d\x0a\x19\x22\x71\x0c\xaf\x95\xc8\x61\xdf\xbd\xe4\x91\xdc\x45\xbd\xf0\x01\xd1\x17\x16\x0c\xe7\xf8\x68\x4e\xf8\x4b\x6d\xac\x69\x84\xb4\x7c\x30\x91\x1d\x1d\xf7\xc4\x93\xe5\xaa\x5b\x11\x94\xe7\x4c\x89\x43\x7b\xb8\x3d\x01\xc9\xd5\x24\xdf\x56\xc3\xb2\x17\xfe\x15\x74\xed\xa1\x95\xce\xd4\x36\xe0\x0e\xe0\x28\x84\xd1\x55\x0d\x4c\x8e\x71\x8b\x93\x53\xe2\xbd\x37\xb8\x00\x45\xa8\x10\x34\xe7\xb5\xab\xdf\x12\xed\xb6\xa0\xaa\x8d\x99\x8c\xa3\x94\x43\xe1\xa4\xf5\x96\x9d\xb1\xa4\xe3\x15\xf1\x5e\x75\xcc\x46\xa8\xc4\x9a\x05\x5b\xd6\x2c\xc8\x71\x29\x48\x80\xc6\xbd\xf5\x7c\x74\x06\x00\x96\xd6\xec\xa6\xfa\x45\x6f\x63\xe6\x9c\x67\x04\x83\xdf\x38\x2f\xf8\xb2\x20\x42\xbc\x26\x38\xcd\x28\x23\x9d\x8b\xef\x27\xc7\x03\x0d\x93\xb2\xda\xf2\xe3\x46\x55\xdc\x35\xfe\x42\x90\xed\xdd\x06\x6b\xe9\x49\x7b\x4b\xa3\x17\x77\x81\x69\x66\x41\x29\xc1\xca\xca\x26\x4e\x55\x87\xc8\x6a\xfc\x5a\xc1\x13\xd5\xb1\x7e\xd5\x7b\x4b\xdb\x68\xb1\xaf\xfb\x52\xa9\xce\xc5\x79\x63\xa6\x6f\x20\x4f\x22\xb8\xe7\x41\x81\xb4\x1b\x27\xca\x62\x81\x93\x2a\xda\xb1\x56\x56\x1f\xb2\xbf\x56\x98\x95\x6a\x82\xf0\xb6\xa1\xe9\x44\x48\xba\xf6\xe3\x98\x41\xc3\x55\x6b\x86\xc3\x3b\x53\x3b\x47\x7f\x7c\xfe\x5c\xec\x0d\x5e\xfd\xd0\xaa\x5a\xa1\xf3\x3f\xee\x51\xb1\x42\x4d\xae\xb3\x66\xc5\x21\xa3\x56\xeb\x09\xb6\xeb\x29\xfe\x84\x8e\x1f\xd2\x40\x29\xae\x83\x8a\x2a\xbe\x70\xa4\xe9\x7d\x3f\x76\x7a\x3d\x9c\xcd\x97\x44\x3d\x2e\xd7\x64\x71\x8a\x24\x98\x1c\x88\x20\x75\x2a\x61\xe1\x1f\x96\xa2\x64\x04\x03\x39\x59\xa8\x89\x39\xc1\x54\x75\xc0\xd9\x36\xe8\xc5\x2e\xa6\xd8\x1d\x0a\xab\xab\x71\xb8\x80\xd8\x85\xa9\x4a\x3d\x43\x6f\x6c\xe9\x63\x7f\x8b\x6e\x20\x37\xb1\x8b\xfc\xd2\xaf\x79\x35\x39\xec\x4d\x03\x08\x9c\x92\x6e\xf1\x62\x51\x6f\x91\x6e\x63\x4d\xdd\x2a\x5e\xb5\x33\xae\xef\xb2\x79\xd5\x2d\xa8\x96\x5b\xc8\xec\xc8\x72\xcf\xfd\x01\x1a\xfa\xec\xfe\x9d\x6c\xb6\xa8\xd2\xd8\xb6\xdf\x7a\x20\xd3\xe1\xba\x1f\xad\xe8\x4e\x11\x0c\xef\xdc\x2b\x6e\x72\x47\x8b\x75\x30\x38\xac\x4f\xe0\xb9\xed\xd0\xb0\x0e\xd3\xf9\xc8\xc2\xe1\x5b\x17\x23\xed\x17\xa3\xb6\xaf\xd1\xd1\x48\x5b\xda\x28\x92\x3f\xaa\x42\x47\x5f\x25\xfd\xb1\xc1\x59\xfd\x71\x6b\xaf\x86\x22\xd4\x5e\xd7\x6a\xf7\xfb\x7f\xdf\x72\x7c\xda\x16\xa5\x24\x8e\x11\x97\x56\xad\xfc\x11\xc2\xd2\xba\xbd\x38\x87\x0e\x4d\x1b\x13\x16\x75\xd9\xa8\xf0\x61\xaf\x8b\x09\x0b\x09\x0a\x89\x07\x2a\xef\xd1\xb8\x33\xfa\x8e\x68\xaa\xb9\xf7\x55\xe8\x16\xd8\x9a\x9f\x65\x9c\x9d\x48\x52\xac\x29\xb3\x6a\x4c\xef\xf7\xd1\x53\x0d\x1b\xf7\x0b\xb8\x18\x18\xaa\xa6\x6f\xcf\xc6\x86\x22\xb1\x1d\xe8\x8a\x9f\x11\x7b\x70\xa5\x9c\x90\x26\xbb\x12\x2b\x6b\x9c\xb9\x92\x1c\x24\x35\xf8\x73\x10\x61\xed\x6d\xac\x2b\x1a\x10\xfe\xf5\xe2\xf9\xf3\xef\xbc\xbb\x93\xe0\x1c\x27\x00\xb1\xbe\x5c\x91\x0d\xd8\x6b\x08\x85\x7a\x05\x73\xd2\xf8\x86\xcd\x52\x3e\x2f\x25\xc8\x80\x1b\x52\xbb\x84\xb5\x3c\x1f\x30\x1c\xf8\x9e\x96\xf4\x09\xf3\x99\xe7\xe8\x40\xaf\xbe\xea\x3c\x7b\x1e\x83\x2a\x20\xce\xd7\xd6\x5d\xee\x07\x25\xe0\x1e\x30\x06\xaa\x9b\x66\x8c\xe5\xa6\xc3\x51\x50\xed\xd6\x9e\x40\xb3\xe2\x37\x5b\x48\x66\x87\x08\x3f\xb2\xf1\x05\x46\x7e\x87\x78\x23\x31\x43\xe7\x9a\x94\x23\xce\xb2\x0d\xa2\xbe\x43\xc5\x8f\x30\x42\xff\xd1\x8e\xdc\xd9\x5a\x66\x0f\xd5\x91\xd8\xc2\xcd\x08\xc6\x47\x75\x0d\xae\x26\x1f\x89\x3e\xbd\x57\x13\x75\xce\xaf\xea\x11\x56\x57\x93\x23\x44\x1c\xf5\xcf\xa2\xef\xd0\x34\xe4\xc0\x71\x36\xff\xe1\x3d\xef\x44\x40\xd7\x72\x18\xf9\x7e\x00\xa5\x91\xbd\x5d\xd8\x3c\xf8\xcf\xa7\xfe\x13\xc3\xc8\x41\xd0\x1b\x19\x70\x18\x06\x42\x77\x66\xfc\xee\x5f\xc0\x58\x4e\x24\x96\x13\x89\xe5\x44\x62\x39\x91\x58\x4e\x24\x96\x13\xb9\xd7\xe5\x44\x02\x6c\x2c\xd6\x14\x19\x51\x53\xe4\xc0\xf5\x43\xf4\x36\x5c\xa8\xf3\xdd\x2b\x3b\x40\x52\xcf\x7a\xe1\x10\x73\xe4\x8d\x57\xdb\x78\x80\xac\x03\x3d\xc2\xe2\x23\xfc\xe1\x01\xc3\x1f\xb6\x87\xc5\xff\x74\x5b\xd1\x9f\xc7\xc7\xdf\xfb\x57\xae\xe9\xe5\x07\x4e\x78\xf4\xdd\x51\xe3\x3a\xc1\x2c\x3d\x31\xee\xd6\x6d\x95\x64\x20\x57\x43\xa0\xfe\x76\xb1\x90\xbb\x9b\x20\xa4\x2e\x3a\xe1\x2c\xdb\xec\x38\xd7\x1d\xc2\x06\xaa\x45\x1a\x60\x0c\x47\x09\x16\xa8\xbe\x3e\xc4\x76\x4c\xc1\x19\xdf\x83\x85\xa5\x5e\x74\x62\xd3\xb5\x01\x7b\x12\xe5\xdc\x12\xb0\x11\x6a\x7f\x97\xfd\xad\xad\x79\xea\x5c\xd0\x09\xa9\xdc\x11\x46\x1e\x34\x1c\xe6\x78\x2c\x79\x44\x2a\xc2\xaa\xd9\x98\xca\xf0\xad\x85\xda\x3d\x17\x61\xf7\x0a\xe2\x44\x96\x75\xc5\xd2\xda\xee\xab\x95\xf4\x6f\xdb\x56\x0b\xd9\xe7\xa3\xde\x21\x41\xb3\xb0\x19\x9a\x1b\x17\x3e\x9c\x77\xb9\x14\xa4\x38\x59\x96\x34\x25\x26\xb7\x72\x20\xb5\xf2\xae\x18\xb0\xe9\x44\x5b\x75\x2f\x06\xa6\xd7\x72\xc1\x8f\x9c\x60\x05\x8c\xb0\x79\x29\x40\xd7\xf3\x42\x2d\x21\xd5\xca\x1a\xe7\x27\x73\xac\xc4\x66\x90\x77\xd4\xaa\x90\xaf\xea\x5c\x09\x7a\x0d\x69\x92\xcd\x53\x37\xe5\xaa\xe7\x94\x33\xf0\x92\x83\x9f\x4d\x89\x4f\x05\x57\x74\xce\xc8\xbe\x9e\x48\x20\xb4\x13\xcf\x08\x24\xd6\x09\x6d\xb3\x90\x19\xaf\xdb\x5a\xe9\x40\xfa\x24\xc3\x8e\x9e\x80\xdc\x8e\xc4\x86\x49\xfc\x15\x0c\x70\xa0\x47\xc1\x9a\x99\xfc\x49\x2c\xdb\x20\x51\xe6\x39\x2f\xa4\xf0\x26\xe2\x86\x3a\xb5\xd9\x64\x2a\x0f\x21\xc8\x74\xcd\x86\xf6\x21\x54\x03\xc8\xb5\x52\x7c\x6b\xa9\xb9\x07\xad\xaa\x43\x84\x63\x5c\x41\xc0\x11\xa1\xb7\xbe\x32\xd2\x1f\x7b\x5b\xcb\x3f\xb8\x4d\xf0\x6d\x2c\x4b\x18\xcb\x12\x46\x3d\xea\xdb\xd0\xa3\x1e\x7a\x59\xc2\x16\x79\x7d\xa8\xb5\x09\xdb\x13\xd9\x45\x7b\x18\x51\xa5\xb0\xeb\x43\x07\xd6\x24\x62\xbd\xc2\x58\xaf\xf0\x81\xc4\xfa\xde\x65\xbd\xc2\xd6\x6d\x89\x45\x0b\x1f\xa5\xfc\x72\xa8\xa2\x85\x6d\x75\x22\x06\xf1\xde\x47\xe9\x68\xb7\xe0\xdc\xc3\x97\x2f\x0c\xcb\x05\xb7\x5f\xc3\x30\x16\x2e\x8c\x85\x0b\x63\xe1\xc2\x58\xb8\x30\x16\x2e\x3c\x44\xe1\xc2\x85\xad\x31\x61\x86\xa9\xf1\x14\x06\x64\xce\x99\xbd\xdc\x5e\x75\xab\x58\xc2\x30\x96\x30\x8c\x25\x0c\x63\x09\xc3\xa3\x95\x30\x6c\x09\x9a\xb1\x8e\x61\xac\x63\x78\xe8\x3a\x86\x43\x87\xec\x1e\x17\x33\xec\x32\xbb\xc6\x8a\x86\xb1\xa2\xe1\x91\x2a\x1a\xf6\x58\xe2\x63\x59\xc3\x58\xd6\x30\x96\x35\x8c\x65\x0d\x83\x87\x24\x96\x35\xbc\x7f\x65\x0d\x7b\x68\xf9\x48\x79\x23\x16\x38\x7c\x04\x05\x0e\x47\x06\xe8\x1c\xbe\xca\xe1\x01\x23\x8b\xb7\x2b\x68\xf8\xfd\x9d\x16\x34\x8c\xb5\x0c\x63\x2d\xc3\x58\xcb\x30\xd6\x32\x8c\xb5\x0c\x23\xca\x20\xd6\x32\x8c\xb5\x0c\xf7\xaa\x65\x18\x12\x65\x62\x2d\xc3\x6f\x97\xc0\xdf\x8b\x5a\x86\x41\xf9\x3a\x62\xca\x62\x2d\xc3\xfd\xb0\x6c\xc1\x63\x75\x38\x48\xdb\xf7\x33\x27\xad\xef\xa9\x0c\x56\x52\x7f\xa7\x0e\xe8\x9a\x6c\x59\xc3\xd0\xf5\xdc\x74\xdb\x40\xae\xac\xb2\xf0\x90\x74\x29\xb4\xb5\xb1\x0f\x31\xb6\x28\xc6\x16\x3d\x3a\x4a\xf7\xb8\xe4\xda\x70\xbc\xd3\x65\x67\x29\x06\x08\x1d\x72\x77\xfc\x96\x33\x19\x6c\x67\x5f\xf4\x68\xeb\x50\x30\xd5\x65\x30\x84\xaa\x35\xdb\x5d\x22\xa7\xd0\xb9\x0d\xf2\xb5\xc6\x79\xb1\x11\x92\xac\xfd\xac\x0c\x0f\x66\x19\xb7\x0e\xe5\x6a\xee\xc1\x08\x3e\x78\x84\x30\x2e\xaf\xf7\x71\xc5\x23\x5b\xad\xbb\x43\xb8\x3c\x6b\x5b\x0c\xe0\x8a\x01\x5c\x7b\x05\x70\x55\x67\xe9\x2e\xc2\xb7\xbc\x5b\x32\x58\xaa\xd1\x6f\x18\x0a\xdd\xaa\xa8\x66\xd4\xd2\xef\x89\x74\xd8\xa1\xa5\x9f\x39\xd5\x3c\xbc\x67\xfb\xe9\xe4\x95\x76\x13\x55\xf1\x3b\xae\xd1\xf8\x20\x84\xd3\xdd\x54\xf4\xea\x94\x1d\x45\x33\x1f\xac\x6f\xe6\x37\xec\x09\x33\xeb\x57\x8e\x7d\x9a\xe8\x62\x2f\xa6\xfb\xd4\x33\x83\x04\xb1\x3b\xd4\x34\xab\xd8\xd0\x83\xa8\x6e\x76\xe4\xe2\x50\x36\x4e\xe7\x0e\x0a\x43\x1d\x20\x56\xe7\xac\x2f\x3e\x07\x17\xa4\x19\x48\x51\x53\xee\xaa\x0a\x8c\x94\x99\x10\x3f\xb7\x9f\xda\x26\x96\x82\x63\xb6\x51\xaa\xd1\x8f\xd8\x01\xc1\x6b\x4e\xb2\x30\xf3\xbb\xe7\xa1\x3b\xdd\xa1\x22\x67\x6c\x87\xe8\x10\x53\x5d\xc6\xdd\x2e\x3f\xc6\x90\x7c\xc5\x09\x14\xee\x01\x50\x7c\xbe\x71\xb2\x8b\xea\x8c\x33\x44\x00\x7e\xcf\x78\x4a\x2c\x5e\x5f\x26\x2b\x8b\x7c\xa9\xd6\x1a\x1a\xb8\xf8\xac\xa7\x4a\x6b\xaf\xbd\x0b\x10\xb8\x46\x2b\x2a\xaa\xf3\xf7\x6c\xeb\x6d\x52\xbb\x93\x71\x9c\x8a\x53\xcf\xfb\x7e\x6a\x30\x6f\x6a\xb5\xaa\x9f\x7f\x97\xf3\xf4\xc4\x0b\xa0\x3d\x62\x08\xca\x19\xab\x92\x32\x57\x85\xb6\x5a\x75\x1c\x6a\x94\xce\xab\xe8\x30\x32\xcf\x71\x87\xac\xd3\x8c\x18\xd9\x89\x95\x8d\x8a\x08\x38\x2e\xcc\xbf\xad\x94\x8f\x62\x82\xa3\xf3\x05\x8e\xe7\x87\xe6\x6d\x5d\x75\xf0\xc2\x66\xf4\x9f\x4c\x27\x9a\x54\xbf\xa7\x42\x78\x3f\x1a\xcb\x55\x57\x6b\x60\x9a\xdb\x07\x0b\x0c\x97\x91\xaa\xcc\xeb\xf5\x7b\xfe\x4d\x86\x04\xb8\xe9\x1f\x29\x20\x20\x68\xd3\x39\x52\x38\x40\xf3\x24\x0d\x48\x0d\x10\x74\xdf\xae\x00\xe4\xc2\xa3\x5e\xd8\x93\xaf\x68\x3b\x54\x13\x2d\x88\x4e\x2d\x68\x00\x99\x45\xc9\x7c\x66\x0c\xf1\x57\x07\x21\xcb\xba\x43\x41\xe4\xe9\xb8\x23\xd1\x71\x93\x82\xf3\x6f\x26\x9d\xf7\x56\xc1\x13\x21\xcd\x5a\xd4\x67\x87\x9e\x6a\xe4\x2c\xc4\xac\xc1\x6b\x00\xc6\x07\x86\x18\x7e\xe3\x50\x7c\x6a\xdb\x05\xd1\xd3\x3b\xeb\x2f\xca\xb0\xdb\x1a\x40\xc2\x40\x7c\x4d\xb4\x4d\xc9\x38\xe2\x6c\x59\xe4\xaa\x99\x3b\x4d\xcc\x17\x8d\x43\xa5\xf6\xa0\x18\x53\xb3\xde\xde\x36\xd3\xac\x91\xd5\xdd\xce\x7c\x7d\xf0\x3a\x68\x55\x3d\x07\xa1\xf7\x3e\x9e\x78\x9f\x45\xdc\xed\xe6\xc2\x8e\x8e\x24\xdd\x7a\x50\x83\xd5\x42\xf6\x1c\x3b\x33\xd6\xce\xbb\x38\x91\x63\x8b\xfa\x0d\x85\xff\xb4\xd4\x9c\xed\x0b\xfc\x19\x73\xd0\xbe\x44\xd1\xbf\x26\x36\x8a\xa8\x5a\xd5\xc3\x46\x5c\x04\x99\xe5\x28\xc1\x6f\x7c\xb4\x45\xc7\x2b\xce\xb2\x57\x26\xd2\x8b\x38\xa8\xaa\x44\x35\xe5\x74\x5d\xea\xa1\x12\xa6\x6e\xb7\xb0\x9a\xd4\x65\xd4\xda\xc5\xca\xb6\xd5\x06\xea\x35\xb4\x2a\x33\xe8\x60\x25\xb5\xea\x64\xda\x12\x3d\x55\x41\xb5\xfa\x98\x74\x55\xb5\x9f\xd9\x6b\xc0\x87\x1f\xad\xa0\x5a\xe7\x5c\x7a\x0f\xd0\xa8\xaa\x61\x63\x70\x2d\xb5\xe2\xd5\x1d\xc0\x16\xaf\xfa\xdc\x56\xc8\x96\xaa\x6f\xc2\x14\xd5\x52\x1f\x48\x32\x5c\xe8\xf4\x40\x26\xb4\x07\x5e\x86\x28\x2b\x45\xe1\xbc\x42\xd4\x11\xe2\x12\x21\x2e\x8f\xdb\x83\xd0\x28\x43\x72\xfc\xea\x20\x17\x4d\xab\xb9\xec\x44\xa2\x34\xab\x59\x6f\xa7\x3b\x56\xf5\x33\x07\xa0\x21\xef\xb7\xaf\xab\xbd\xeb\x48\x76\x41\x57\xd4\xe7\x31\x86\x1e\x1f\x07\x5f\x11\xa8\xd1\x3a\xaa\xe8\xea\x08\x84\x85\x57\x7e\xf6\xdb\x85\x58\xa8\x81\x6a\xfe\x1b\x1e\xe4\xa5\xad\x0c\x6a\x06\x4a\x85\x37\xd2\x1b\xec\x02\xd5\x23\xe0\xe3\x3e\x01\x3e\xea\x75\xc6\xef\x02\xf1\xe1\x06\x30\x08\xf9\xa8\xb5\xac\x27\x32\xaa\x9e\x45\xb4\xc7\x3d\x11\x94\xb6\x89\xc9\x08\x6f\xdf\x9e\xc6\x59\xaf\x78\x74\x94\xdb\xee\x16\xf9\x71\x17\x88\x8c\x6a\xfb\x0f\x0a\xc9\xa8\x8b\x3b\xe3\xca\xba\xf7\x81\x32\xc6\x8b\x97\xc7\x87\x6b\xbc\xdf\x01\xaa\xf1\x20\x00\x1a\xe3\x2c\x7c\x39\x2e\x45\xc8\x8c\xf6\xd6\x0b\xab\x34\xe9\x39\xd2\x9a\x4d\x40\xbf\xe8\xed\xd1\x9c\xf3\x8c\x60\xf0\x06\xe5\x05\x5f\x16\x44\x88\xd7\x04\xa7\x19\x65\xa4\x1f\x2b\x63\x32\xbf\x82\x08\x45\x59\x6d\xf9\x6b\x62\x28\xe4\xff\xfd\x42\x90\xed\xdd\x26\xda\xd4\x93\xf6\x96\x46\x2f\xee\x02\xd3\xcc\x7a\xff\xeb\x1c\xbf\x96\x58\xc4\x24\x3a\xd6\xd9\x45\x0a\x9e\xa8\x8e\xf5\xab\xde\x5b\xda\x08\x81\x7d\xe1\x8e\x4a\x75\x2e\xce\x1b\x33\x7d\x03\x75\xb5\x21\xa2\x1a\x24\x24\xbb\x71\xa2\x2c\x16\x38\xa9\x72\xd6\x7a\x03\xb2\xe5\x02\x5d\x9a\x81\x6a\x82\xf0\xb6\x21\x8a\x44\x48\xba\xf6\xb3\x51\x83\x08\xa7\xd6\x0c\x87\x77\xa6\x76\x8e\xfe\xf8\xfc\xb9\xd8\x3b\xc9\xd0\x07\x77\x45\xea\xf5\xc2\x8f\x04\xc3\x39\x32\xc2\xc8\x33\x29\x3d\x50\x94\xd1\xbb\x70\xf1\xb8\x19\x7a\x63\x91\x16\xfe\x1c\x6f\x56\x5c\x78\x49\xbb\xf5\x6b\xd6\x36\x4f\x85\x3b\xaa\x90\xf6\x43\x89\x7b\x78\xb1\xa8\xb7\x48\x3d\x83\xdf\x58\xfc\xd1\x81\xb3\xfa\x76\x42\x4f\x2e\x9b\x97\xaa\xc2\x9f\x98\xd4\x41\x2d\x18\x4a\x1d\x7c\xa2\xa6\x3c\x1b\xf4\x51\xeb\x53\xf2\x77\xb2\xd9\x3e\x9c\xc3\x33\x05\x78\x79\x76\x3a\xb1\x4e\x16\x62\xd2\x46\x39\x89\x30\xcc\x69\x1f\x68\xcf\x8e\xc6\x8f\x3b\x86\xc9\x34\x8d\x2b\xe3\x04\x93\x5a\x05\xa7\xf5\xf6\x76\xa6\x01\xdb\xb3\x65\xcb\xdd\xb9\xc5\x2e\x1b\xde\xa9\x8a\x93\xeb\x92\xfe\x01\x17\x5e\xd3\x7b\x67\x6a\x24\x86\xef\xe6\x58\xdc\xc9\xbe\xc0\x1b\x8f\x1a\x5c\xd6\xfe\xbe\x65\xe8\x4d\x45\xe4\xee\x04\x72\x53\xad\xfc\xf1\x30\x37\x01\x3b\xdf\xa1\x41\x37\x63\x5d\xbd\x7d\xee\xdd\xd0\x09\x38\x4c\x16\xc6\xe6\x9d\xd1\x77\x44\x13\xc3\xbd\xaf\x42\xb7\xc4\xd3\xfc\x2c\xe3\xec\x44\x92\x62\x4d\x99\xd5\x03\x7a\xbf\x8f\x9e\xea\x54\x59\x26\xb5\x7e\xc5\x2b\x2d\xcf\x1e\x8b\xa2\x2e\xd9\x0e\x74\xc5\x7b\x69\x78\xa5\x9c\x94\x23\x03\xfe\xf3\x3a\x76\x59\x48\x6a\x72\x6e\x81\x0c\x68\x6f\x63\x5d\x52\x07\xe8\xc2\x8b\xe7\xcf\xbf\xf3\xee\x4e\x82\x73\x9c\x40\x5a\xa9\xcb\x15\xd9\x80\xc5\x80\x50\xb9\x22\x85\x62\x63\xf5\x6f\x58\x17\xfd\xbc\x94\x20\x44\x6d\x48\xed\x12\xd6\xca\x1d\xc0\x70\x0c\x54\x42\xea\x44\x63\x1e\x4f\x1c\x9d\xd1\xb2\x27\x1b\xe4\xbe\xc7\xa0\xca\xfc\xe9\x6b\xbe\x2e\xf1\x3d\x00\x34\x0e\x0e\x3d\x08\xd0\x8c\xb1\xdc\x74\x04\xec\xa0\xd5\xda\x93\x53\x56\xfc\x66\x0b\x81\xeb\x16\x61\x06\xed\x51\x5f\x6a\xe0\x41\xcb\x6d\xbf\x07\xe8\xc0\x33\xc1\x8d\x37\x44\xfb\x70\x03\xa2\x4f\xaf\x45\x1a\x34\x21\x11\xb7\x03\x37\xa8\x66\xd1\x77\x68\x2a\xd6\xbb\x27\xde\xa0\xea\xa8\x1b\x6f\xe0\xf1\xf9\xad\xf0\x06\x5e\xdf\x84\x89\xb2\xa8\x8a\xf9\x3a\xd5\xac\x4e\xeb\xea\xf5\x23\x3c\x20\x29\x66\x1b\x53\xca\xc7\x96\xe7\x8c\x40\x84\x08\x44\x78\x74\x06\x6d\x53\x87\xfd\x9d\x29\x08\xb4\x80\x7c\xd5\xee\x0e\xa9\x3b\x61\x92\x39\xbb\x0a\x55\xb5\x42\x42\xc6\x86\x00\x85\x1f\x4c\xb5\xf7\x73\x9e\x3e\x55\x5a\x8b\x35\x25\x7a\xdd\xe9\x48\x28\x01\x75\xc3\x1f\x7d\x86\x8f\x56\x45\xe3\xad\x4c\xe3\x3e\x01\xbc\xdf\xb9\x2b\xaa\x91\x6e\x57\x50\x79\x94\x3a\xee\x2f\xc3\x37\x9a\x1b\xc4\x5b\xdf\x1d\xe0\x2b\x8d\xdd\x19\xc3\xde\x8f\x02\x5f\xa9\xba\x1f\x05\x5f\x09\x34\xef\x86\xaf\xd8\x9a\x67\x77\x56\xe3\xb9\x09\x0d\x89\x69\x42\x1e\x38\x6a\xc4\x3f\x51\x77\x03\x1b\xa9\x2e\xc0\x10\x6c\xa4\xde\x32\x94\x2a\x64\x00\x50\x1b\xc1\x23\xf7\x06\x3c\xf2\xce\xe0\x45\xfc\x1d\x3b\x62\xb8\xf0\xa1\x6c\x96\x9e\x6a\x18\xa1\x28\x8f\x3c\x09\x49\x7d\xbc\xb7\x8d\x7a\xf1\x4e\xda\x21\x51\x2f\x0d\x29\x69\x14\xb5\x1d\x48\x45\x12\xf4\x54\xf4\x63\x5b\x22\xa0\x65\x4b\x40\x4b\xb7\x31\xbf\xbb\x98\x8f\x55\xb8\xec\xbb\x7b\xf9\xfc\xbd\x62\xca\x4d\x40\xc3\x11\xc9\xf6\xe9\xef\x6e\x56\x58\x9e\x50\x71\x82\x4f\x06\xe8\xfa\x6e\x60\x83\x8b\x43\x95\x1f\xd6\xa8\x85\x2f\x64\xa3\x41\x35\x9a\xf3\x9a\xf4\x1a\x23\x52\x9f\x38\xfb\xba\x27\x8f\x7d\xa3\xe9\x50\x2e\x6f\xad\x72\xee\x03\xc8\x4e\x32\xc0\x31\x6e\x0d\x95\xd0\xd2\x99\xc7\x31\x8e\xd1\xe9\x3b\xc6\xf3\x90\xee\x0a\x9d\x63\x9c\x89\x35\x02\x59\xd1\x66\x77\x40\x46\xc1\x14\x5c\xd9\x3f\xff\xb2\xde\x85\x93\xde\xfb\xfe\xd1\xbc\xf4\x21\x73\xc6\xa1\xbd\xf4\x50\x3a\x09\x0e\x63\xaf\xbf\xb2\xb6\x79\x15\x69\x06\x17\xa4\xef\x8c\xb6\xf2\x75\xe6\x4c\xbd\x4d\xd2\x69\x7f\xb3\xfb\x3e\x7a\xff\xc6\xe0\x09\x7e\x6e\xd7\x93\x2c\xc8\x22\x33\x15\xa7\xea\x58\x83\x45\x9f\x81\x70\x0b\x08\xc8\x38\xb8\x41\x6d\x01\xf5\x49\x77\x27\x7f\x8f\x43\x3d\x5e\x38\x69\x4e\x54\xcf\xd3\x1f\x93\x15\x55\xee\xb9\x4c\xb1\x9b\x24\x3f\xce\x67\xdd\x11\x21\xdd\x57\x9c\x50\x09\xe8\x8d\x50\xf8\x90\xb9\xdd\x8b\x07\x2f\x6a\x2e\xe6\x61\xa7\xdf\x1a\x7f\x1d\x4c\x09\x61\x31\xcf\xd5\x7e\x36\x72\x62\xe9\x7a\x6b\xda\x25\xec\xe3\x38\x3c\xec\xaf\x8d\x53\xff\x05\x54\x66\xd3\x16\x33\x84\xe7\x82\x67\xa5\x74\x07\xf8\x29\xf9\xfa\x12\xfd\xf8\x0c\x01\x9c\x3a\x27\x85\x3a\x52\x78\xa9\x2f\x76\x03\xd7\xd0\x18\x84\x71\xd6\x08\x89\x0b\x57\xcf\xde\x38\xda\xa1\xd3\x17\xcf\xbf\x7b\x36\x43\x67\x8d\xef\x51\x81\x12\x9c\x25\xc6\xc2\x0e\xca\xb7\xf7\xd5\xf9\x06\x15\xbc\x64\xa9\x5e\x51\x23\x68\x27\x4e\xdf\x7e\x5e\xb9\xb7\xb5\x29\x80\x0a\x25\x37\xbf\xf9\x8a\xd7\x79\x46\x5e\x6a\x6c\x98\x34\xc2\xb9\xda\x1d\xc9\xd1\x0f\xcf\xbf\x9b\xaa\xb1\xc2\x95\xf9\xe1\xf9\x77\x76\xa8\xfb\xa5\xc6\x99\x91\x99\x85\x66\x87\xf3\xf1\x3c\x83\x35\xb7\xa8\x0e\x6a\x44\x60\x21\x79\x9e\x1b\x54\x0c\x76\xe9\xd0\xda\xbe\x63\x80\xcc\xb9\x24\x0c\xb8\x90\x02\xdc\x15\xea\x6d\xe3\x6c\xae\x4f\x87\x0b\xd2\xda\x1e\xa6\x84\x3a\xc2\xd0\x5c\x9d\x09\x81\xca\x1c\x70\x15\x8d\x56\xae\x5e\x1f\x80\x31\x4c\x99\x3e\x83\x9e\xf3\xea\xdf\xdb\x13\x06\xb5\xe6\xa0\x57\x00\xc3\x93\x54\x20\xce\x24\x47\x60\x90\x6e\xf4\x3d\x45\x72\x55\x0a\xed\x54\xd7\x6b\x08\xd5\xf7\x8c\x30\xf0\x27\x3d\x74\x5e\xd0\x25\x65\xbd\xc7\xcc\xff\x3e\x2c\x55\x96\xc1\x22\x89\xc0\x71\xdf\x56\xb6\x2e\x25\xcd\x66\x94\x49\x21\x8b\xd9\x5b\x26\x7f\x2e\x2e\x76\x30\xd3\xaa\x4e\x4e\x03\x9d\x8c\xa7\x4d\xa3\xf2\x32\x8c\x25\x4e\x3b\x50\xa4\x8b\xb2\x08\xb9\x00\xc2\xb4\xa8\x45\x81\x5c\x3e\x22\x84\xe7\xbc\x81\x62\xaa\xbf\xb6\x17\x39\xf2\xa3\x0a\x7c\x0a\x63\x69\x84\x0d\x85\x78\xae\xd4\x96\xf7\x35\x32\xab\xc8\xc1\xf3\x7d\x69\x91\xaf\xac\x7f\xff\xe3\x77\x63\xc8\x8e\xbd\x48\x9e\x43\xdb\xad\x19\x56\x0b\x56\xe6\x88\xae\xd7\x24\xa5\x58\x92\x6c\x63\x3b\x22\x8d\x3d\x34\x24\x60\x8a\x44\x09\xea\xab\xa1\xbc\x4d\x0a\xc6\x33\x9d\x17\xc8\x5d\xdd\x94\xeb\xda\xca\x10\x75\x82\x5e\x18\x6a\x51\x8f\xce\x80\x0b\xaf\xde\x84\x37\x80\x5e\x01\x46\xee\x0b\x55\xea\xf4\x74\x70\xf8\x8b\xb2\x50\x77\x7f\xda\xb8\xe7\x41\x8c\x60\x03\x2b\x03\xae\xaf\xd6\x1d\x06\x0b\x82\xa1\x6f\xc1\x21\x1f\xec\x8e\x4f\x77\x64\xc6\xb7\xc8\x82\xbb\xce\xfc\xee\x27\x39\xe5\x37\xac\xfb\xce\x00\x21\x30\xb7\x65\xc7\xf3\x5e\x0f\x9e\x69\x1c\x18\xf5\x75\xd5\xfa\x4f\xed\x7d\xdd\xe2\x22\x98\x53\x5b\x63\x51\x20\x85\x4f\x47\x7c\xdd\x1d\xd8\x05\xcf\x32\x7e\xa3\x4d\x46\xaa\x81\xfe\x4c\xe0\xce\xb6\xce\x76\x17\x06\x76\x2c\x9b\x32\x47\xbc\xc6\x08\x8f\x73\xc4\x6f\x95\x8d\x85\x6a\x2f\xf7\x99\x37\x06\xde\x1d\xac\x86\x0d\x52\xd4\xd8\x1a\xd8\xfd\x3c\x30\xc7\x85\xa4\x61\x2d\xf4\xdc\x3e\x6a\xd4\x92\xe4\x45\x0a\x82\x0b\x96\xc6\x6a\x2e\x1b\x35\xca\x2b\x29\xd2\xf5\xee\xd9\x7c\x2b\x01\x76\x5c\xa4\x57\x7b\x27\x59\x99\x65\x3d\x5b\x73\xa1\xce\x7c\xaf\x3c\xa1\x1a\xf8\x36\x25\xec\xae\x81\x71\x77\x99\x20\x4b\xeb\x59\x8b\x88\xc6\x88\x68\x7c\xdc\x7e\xd1\x46\x6a\xa5\x9f\x6e\x0b\x59\x78\xfc\x1c\x4e\xfe\x95\x6b\x02\x07\x81\x3b\xde\x36\xa6\x6d\x6b\x18\x3d\x90\xab\x21\xbc\x60\xa8\x5e\xd8\x5d\x4d\xd0\xc3\x0b\xee\x36\xd7\x1d\xb0\x7b\xd5\x22\x0d\x30\x86\xa3\x20\xf6\xaa\xaf\x0f\xb1\x1d\x83\x74\xf5\x9d\x50\x58\xea\x45\x27\xc6\x26\x0f\x9b\xa6\x08\x8d\x25\x60\xc3\xc1\x20\x9d\xe6\xd3\xb6\x36\x4a\x99\x90\x98\x25\xa4\x0a\x58\x34\x32\xa2\xe1\x30\xc7\x63\xc9\xc3\x7e\x1f\xaf\xd9\x18\x97\x4f\x6b\xa1\x76\xf7\xfc\x74\xaf\x20\x4e\x64\x59\x57\x36\xad\x71\xbd\x5a\x49\xff\xb6\x6d\xb5\x90\x7d\x8e\xe5\x1d\x5c\xc9\xc2\xfa\x92\x1b\x17\x3e\x6c\xfa\x2e\x05\x29\x4e\x96\x25\x4d\x89\x71\xd8\x06\xfc\xb5\xcd\xd5\xc4\xa9\x36\x3f\xe3\xec\xbc\xb6\x7e\x4d\xac\xdf\x74\xa2\xe3\xbe\x2e\x06\xa6\xd7\x0a\xd2\x1f\x39\xc1\x0a\x87\x60\xab\xf5\x83\xfe\xe7\x45\xce\xcc\xb9\x5c\xa1\x35\xce\x4f\xe6\x58\x89\xd2\x20\xef\xa8\x55\x21\x5f\xd5\xb9\x12\xf4\x9a\x28\x05\xce\x3c\x75\x53\xae\x7a\x4e\x39\x83\xf0\x78\x88\xc4\x55\xe2\x53\xc1\x15\x9d\x33\xf2\xb0\x27\x12\x08\x6d\xb3\x34\x02\x89\x75\x24\x9b\x26\xc2\xc4\xe5\xae\x95\x5e\xa4\x4f\x32\xec\xe8\x09\xc8\xf2\x48\x6c\x98\xc4\x5f\x67\xc8\x44\x16\xe8\x35\xd3\x59\x5f\x21\x36\x0b\x92\x52\x17\x52\x78\x13\x71\x43\x9d\xea\x29\xfa\x31\xc4\x20\xd3\x35\x1b\xda\x87\x05\x41\xb9\x05\x78\xdf\x9a\xbf\x7f\x10\x03\x3a\x44\x38\x2a\xb5\x62\xcf\x48\x2a\x5f\x41\xe9\x0c\xa5\xf2\x1a\x6d\x17\x4b\xe5\xf7\x5e\x57\x2c\x88\x74\x5a\x32\x84\xf8\x01\xb2\x47\x48\xc8\x49\x92\x2a\x26\xaa\xae\xd0\x0c\xbd\x75\xff\xb6\x81\x23\x54\xa9\x06\x58\xbc\xbc\x62\xe8\x04\x7d\x20\x52\xad\xfc\x4b\x74\x86\x04\x65\xcb\x0c\x0c\x02\x4a\xdf\x7e\xfd\xe1\x42\xa7\xc4\xe6\x42\x32\xbc\x26\x33\x68\x7e\x21\x79\x81\x97\xe4\x25\x3a\x53\x47\x87\x6d\xd0\x2f\x3c\x2b\xd7\xe4\x55\x86\xe9\x5a\xa8\x83\x68\xc4\x57\x92\xce\xae\xd8\x65\x43\x7d\x5b\x96\xb8\xc0\x4c\x92\x2a\x1e\x4c\xdb\xe7\x99\x1e\x83\x1d\xf6\x46\x9f\x75\x9c\xdd\xe0\x0d\x1c\x50\xab\x71\xc0\x99\x17\x7a\x04\xae\x71\x54\xa1\xa2\x0a\xf5\x48\x54\xa8\x5b\x0e\x85\xb2\x22\x5c\x45\x2d\x1c\x41\xa1\xc6\x18\x69\x1c\xed\xdb\x49\xda\x9e\xc5\x68\xab\x58\xa4\xb6\x24\x76\xee\x8f\xa5\x46\x42\x77\x09\x43\xda\x67\x22\xbb\x28\x0e\x8d\x75\x18\xc5\x8b\x8e\xa3\x44\x54\xfd\x8f\x8a\xfb\x09\xb5\xef\x0e\xfc\x11\xa6\xf5\x9d\x05\xfe\xdc\x8b\xc4\xb5\x31\xe8\xe7\x30\x41\x3f\xfe\x69\xba\x9b\xa0\x1f\xef\xf4\x0f\x45\xfd\x34\x9a\x86\xc2\x7e\xbc\x26\x31\xee\xe7\x9e\xc8\x2f\x0e\x6d\x78\x10\x14\xa2\xaf\x49\xc4\xc0\x9b\xfb\x28\x1d\xed\x16\xe5\xe2\xef\xeb\x21\xc3\x5c\x9a\x72\x41\x0f\x7d\x39\x43\x8d\xc6\x3d\xa1\x2e\xbe\x78\xb4\x43\x1e\xd7\xe9\x44\x28\x45\x3c\x21\x1f\xf0\x3a\x90\xd5\x35\xe7\xe9\x7b\xc8\x1b\xb0\x26\x4c\x9e\xf3\x8c\x26\x81\x94\x80\x81\x46\x16\x5a\xa3\x73\xd4\x38\xd7\xb2\x45\xc3\x1b\x3f\x2e\x6c\x27\xce\x8c\xdd\xad\xcc\xa7\xda\x5b\xad\xf3\xd9\xb8\x44\x36\x9c\x69\x44\xd9\x14\x41\x58\x0d\x61\xce\xb9\x66\x3d\xf0\x2e\x2f\x02\xca\xf5\xd7\xa9\x40\x9f\x7f\x2e\x20\xdc\x05\x70\xd2\x9f\xa1\xe7\x82\xb4\x47\x42\x19\xa2\x4c\xfd\xa1\xb4\x60\x13\x09\xf1\x34\xe7\xe9\xc9\xf3\xa9\x41\x67\xf1\xf4\xe4\xc5\x14\x11\x99\x3c\xb3\x40\xb0\x56\x6a\xd3\x1b\x4c\x15\xb9\x93\x34\x43\x04\x27\x2b\x00\xb6\xd9\x68\x1a\x9b\x3c\xd5\xa4\x3f\xa5\x6c\x39\x43\xff\x68\x4e\x62\x5a\xa5\x1c\xd4\x1e\xf8\x35\xbf\xae\x72\x98\xf2\x3c\xe7\x82\x4a\xa2\x87\xa7\x27\x8c\x33\xa0\xbd\x50\xc8\xc5\x9b\xf4\x39\x2e\x70\x96\x91\xec\xb3\xf1\xa4\xfa\x35\x58\xad\x84\x9f\x9b\x36\x3a\xcf\xab\x35\x88\x59\xad\x40\xef\x85\x8d\x49\x52\x33\x83\xe8\x23\x35\x75\xce\xcc\x53\xf0\xfe\x43\xd7\x29\xd4\xe6\x01\x0f\xbd\x45\x32\x72\x96\x84\x32\xe4\xf4\x61\x72\x8b\x06\x26\xb7\x6d\x64\x76\x2d\x8c\x1c\xa2\x0d\x08\x36\xc0\x00\x96\x44\x10\xb3\x76\xb6\x2f\x63\x30\x23\x4c\x10\x87\x36\xd0\x59\x34\xb4\xa1\x55\xd2\x0a\xb8\xee\xcc\x0c\xb6\x4b\x5d\xcb\x4d\xc9\x6a\xd7\x34\x2d\x71\xe6\x05\x6c\x64\xc2\x64\xdd\xc2\x01\xdb\xcb\x06\x6c\x6f\x5e\x68\xd2\xd4\x9e\xcd\x23\xe4\x5a\x0d\xb5\x72\xb8\xe6\x16\xd8\xc6\xb6\x6e\xa4\xb5\x5c\x63\xaa\x83\xcd\xdc\x79\xf3\x48\xca\x13\xe1\x5e\xb3\x95\xa2\xf5\xf9\x6b\xfe\x6a\x97\x42\x5b\xd2\x21\x6d\x99\xfd\x9a\x62\x34\x8e\x89\x19\xf3\x98\x55\xfa\x32\x30\x95\x65\x94\xa4\x2d\x92\x67\x64\x99\xfa\xfd\xae\xb0\xaa\xfb\x67\x75\x15\x87\x0a\xb4\x7a\xc4\x31\x51\x3e\x73\x08\x2c\xa0\x7b\xe8\x42\xfd\xd4\xbf\xed\x7d\xd2\x8f\xf5\x1a\x2e\xd5\x64\x98\xe8\x52\xe9\x6d\x5b\x58\x47\xc8\x63\x66\xe9\x66\xe3\x40\x6a\x4a\x04\xc4\x55\xe4\xea\xc8\x29\xd5\xaa\xca\x53\xd9\x30\x28\xba\x91\xc8\x99\x36\x2a\x2c\x89\x44\xaf\x3f\x5c\x9c\x5a\xeb\xa6\xd9\x61\x0d\x60\xd2\x5b\x87\xa5\xa2\xac\x2f\x81\xf0\x5b\x7e\x7b\xa2\xa9\xd8\xcc\x9b\xf1\xcc\x1c\xc9\x99\xb8\x4e\x66\x49\x56\x0a\x49\x8a\x59\xc6\x13\x9c\x19\x56\x73\x35\x09\xf4\x70\x35\x51\x63\x6f\x14\x25\xf7\x6d\xa5\xc1\x7c\x8e\x9e\x12\xd5\x19\xa3\x26\x6f\x2d\x46\xed\x8d\x65\x71\x42\xe2\x75\x4e\x52\xb0\xc1\x04\xa6\x02\xdd\x2f\xca\x6c\xa1\xfe\x0b\xfb\x5e\x27\xae\x86\x86\x96\x8c\xfe\x5a\x56\x76\xdd\x4a\x98\x2d\x88\x70\x68\xf8\x86\x94\x73\xc4\xd2\xda\x65\xa3\xbc\x5f\x0d\xa9\xe4\x0d\xa3\x51\x06\xb0\xb6\xa0\xea\x93\x7c\xa3\xf1\x56\x06\xa7\x56\x99\xb4\x1a\x8b\xa4\x44\x01\x5c\x91\x53\x38\x1d\x29\x38\x8a\x1c\x77\xdb\xc3\x80\xd5\xac\xd5\x3d\x9d\x5c\x57\x86\x7b\xfb\x81\x00\x47\x0e\xb5\xaa\x17\x45\x49\xb4\xe9\x5f\xe7\x51\x77\xe8\x72\x83\x03\x84\xa4\x84\x0b\x52\x10\x25\x0b\xa0\xa6\x3f\xc0\x13\x9f\x02\x17\x79\x8d\x35\x32\xbf\x71\x99\x29\xd1\x29\x6a\xf5\x67\xa9\x5a\xb4\x1b\xbc\xb1\xd5\xe2\x35\x0b\xd3\x9b\xe4\xdf\x7e\xac\x6b\xad\xbe\x81\x12\xf1\xf0\xae\xb3\x2b\xea\xc8\x7d\x45\x6f\xf4\x41\xb4\x28\x42\xce\x48\x15\xb3\xf5\x74\xbe\x01\x9a\xf6\x0c\xe9\x15\x79\x0f\xc9\x7a\x29\x33\x85\xec\x6d\x94\xb6\xd9\x58\xe9\xe4\x91\xb3\xd0\xc7\x24\xfe\x42\x04\xca\x0b\x92\x10\xa5\x87\x10\xcd\x67\x30\xdb\x98\xce\x45\xb3\x9f\xa9\xf6\xf0\x38\xe1\x04\xfc\x31\x7b\x44\xd1\xb9\x6b\xa1\x58\x2b\x88\x2d\x9e\x1b\x47\x69\x49\xbb\xa9\x49\xa3\x6a\xb9\x07\x3f\x79\x37\xf9\xac\xdb\x76\xd7\x71\xb6\x9e\x61\x20\x01\xd9\x5a\x27\xeb\x46\x10\x0c\xe5\x8d\xae\x3f\x77\xc6\xf4\xa1\x6c\xd2\x0d\xde\xdb\x79\x33\xbf\x9d\x52\xee\x9e\xe9\xf1\x68\x21\xab\x41\x53\xfc\x91\xca\xb9\x77\x47\x5b\x36\x1a\xb4\xf3\x33\x00\x97\xb2\xe2\x40\xaf\x74\x52\xb1\x69\xff\xb9\x75\x8f\x5b\xae\x09\x9d\xb8\xaf\x6e\xb7\xc7\xf5\xb7\x7a\x26\xa3\x1b\x4c\x95\xf8\x02\x31\x1a\x3a\x65\x62\x9d\x71\x7b\x7e\xfb\xe6\x98\x2d\x30\xda\xc4\xc0\xd6\x59\xb5\x20\xbf\x96\x40\xaa\xff\xf9\x7c\xda\x58\xbd\x67\x41\x01\x6d\x4c\x34\x6e\xbb\x4d\x20\x18\x35\x98\xff\xdb\x45\xc4\xd6\x6e\xf1\x5b\xa9\x0b\xca\x2b\x3e\x9a\x3a\x23\x6d\x5d\x8b\xab\x7a\x9b\x1a\xd3\x00\x75\x45\xf3\x94\x62\xbf\x2e\x8d\x69\xd8\xec\xfa\xd9\xf9\x5b\x63\x6d\x3c\x4c\xa0\x6f\xed\xf1\x5e\x07\xaf\x0a\xb0\xc6\x80\x0b\xdc\xa0\x57\x01\x7f\xc1\x6e\xc1\xc1\x4d\x43\xc4\x2e\x03\xdc\x2a\x17\x76\xf7\xf1\xae\x3f\x3f\xf6\xe9\xb6\x13\x3f\x69\xa4\xe8\x9e\xda\x07\xcf\x42\x87\x7d\x30\x9f\x77\xa3\xc1\x2d\x11\x9c\xfa\xd2\x1d\x3c\xe1\x77\x90\x96\x8f\x94\x37\xc6\xd7\x1b\xef\x56\x35\xea\x7b\x2f\x6a\x1a\x48\xcf\xfa\x81\x72\x62\x4a\xb4\xe4\xa4\x50\x2b\x60\x4b\x40\x03\x09\xa1\x2c\xc9\xca\x94\x08\x10\x48\x2b\x58\x5e\x15\x24\x22\x10\x23\x09\x11\x02\x17\x1b\xbf\x0f\x2f\x18\xc7\xf2\xf7\x6a\x37\xec\xe8\x0e\x95\x7f\xfc\x93\x8b\xfa\xe9\x8d\x67\x11\x5a\x16\x01\xe7\x62\x33\x7b\x77\x4f\x64\xcb\xee\xc9\xc8\x43\x01\x3b\xfd\x3e\xcf\xfa\x2e\x4a\xe3\x06\xed\x55\x32\x6f\x27\x23\x79\x68\x2a\xcd\xd3\x5d\xa6\x54\x16\x64\x49\x61\x7b\x29\x67\xa7\xd7\x2f\x70\x96\xaf\xf0\x8b\xd9\x99\x7a\x74\x41\xd9\x97\x5e\xff\x86\x6d\x54\x87\xb6\x19\x2b\x0a\xca\xc8\x35\xc9\x10\x7c\x04\x09\xd5\x55\x44\x7a\x45\xa4\xd7\x37\xee\xcb\xdc\x09\xe9\xa5\xaf\x90\xae\xd5\x50\x1a\x59\x52\x68\x95\x7a\x90\xd4\x35\xaf\xf8\xac\x7d\xc5\xc7\x95\xb4\x1a\x41\x2b\xb6\x51\xf3\x7b\xb0\x4f\x23\xbe\x34\x84\xec\xa8\x35\xac\x1b\xbc\x2a\xa2\x05\x2a\x60\x04\x75\xdc\x0f\x52\x35\x90\xcc\x35\x70\x05\xf6\xab\x02\x3c\xe2\x5e\x44\x38\xc8\xbd\x24\xa1\xe3\xe1\x20\x63\xc4\x9b\x7d\xa1\x21\x63\xc9\xe2\x18\x62\x05\x84\x7f\xc5\xb3\xb4\x42\x89\x38\x59\xbc\x57\x8c\xf2\x09\x96\x46\x11\x4c\xa6\x93\x1b\x32\x5f\x71\xfe\x25\x04\x06\x09\xe3\x3f\x0c\xe4\xc3\xa7\x59\x06\x92\xa0\x06\xa1\x3d\x93\x10\xca\x02\x76\x07\x72\x0d\xe2\x5e\x15\xd3\x2d\x4c\x25\x2b\xf5\x9e\xf9\xb6\x2b\x7a\xb5\x1f\xa7\x32\x80\x95\xdf\xaa\x39\xb5\xc6\xfe\x0f\xf3\x41\xc9\xd5\x38\x52\x3b\xba\xc3\x7c\xdf\x74\xbe\xcf\x81\x3b\xb7\xbb\x32\xae\xb9\xfd\xe2\xf8\xd3\x56\x81\x7a\xba\x8e\x59\x60\x7b\xeb\x22\x05\x5f\x00\xca\x47\x9f\x34\xb3\x80\xb8\x20\x28\xe3\xcb\x25\x2c\x61\xdf\xb1\x03\x61\x3f\x00\x00\x86\x9f\x83\x40\xd7\x77\xa0\x1e\xe8\x48\x12\x53\x1f\x0d\x08\x99\x46\x7f\x24\xbc\x48\x49\x8a\xb0\x9c\xf9\x46\x5f\x78\x5f\xbc\x44\x1f\x38\x23\x53\xf4\xde\xd0\x93\x29\xfa\xa8\x5f\x76\xff\xf8\xa8\x9d\x51\xc4\x3f\x00\x21\xa8\xec\x32\xe4\x34\xbb\x80\xdf\xeb\x52\x83\x6e\xeb\x65\x04\xf6\xd6\xa7\x5d\x3c\xad\xc5\x8e\x5a\x4a\xdd\x98\x78\xa7\xee\xcd\xbe\xd0\xfe\xeb\x8f\xd6\x37\xd7\x6b\x80\x68\xb4\x35\x04\x06\x57\x9e\x3d\x75\x69\x4c\xab\x59\x46\x96\x38\xd9\x18\x86\x30\xb0\xe5\xe0\x78\xcf\x31\xc4\xa1\xb2\x20\xec\x8c\x05\xf1\x06\x9f\xd5\xcf\x9f\x7b\xa0\x06\x33\xd8\xc6\xae\x6d\xab\x3e\x1b\xee\x19\x9e\xd5\xba\x87\x5f\xb6\xfa\x46\x8e\xe5\x2a\xd0\xbd\xfa\x19\x7a\x56\x02\x5a\x6e\x0c\x2b\x9f\x3e\xbe\x43\xea\x81\x0f\xd5\xb2\xe4\x90\x32\x30\xc3\xd8\xec\x11\x40\x1d\x2b\x98\x44\xd0\xf2\x9c\xf3\x22\xe0\x25\x7a\xbb\x40\x1e\x14\x49\x93\xe6\x42\x22\xce\xda\x10\x8d\x15\xd7\xd5\xe3\x0c\xad\xac\xac\x0d\x92\xa3\x3f\xfc\xe1\x07\x38\xc3\x73\x9c\x7c\xb9\xc1\x85\x92\x27\xd7\x39\x96\x74\x4e\x33\xc0\x3c\x7d\x56\xbd\x7e\xf6\x88\x3a\x56\x92\x0d\x4d\xf5\xd7\x6c\x76\x9e\x17\x27\x7f\xfc\xf1\xc7\x1f\x7e\x9c\x6a\x5b\x93\xa0\xd7\x64\x5c\x5d\xc6\x3d\x4f\xfd\x3f\x2a\xe2\xdf\x75\xd8\x2d\x1b\xa8\x98\x68\x8b\xc4\x79\xec\x69\xe0\x7c\x6b\x49\xeb\x15\x74\x10\xf0\xeb\xf9\x4f\xdb\xd5\x60\xbd\xa7\xf5\xd1\x30\x03\x2e\xf7\x8c\x5c\x96\xc7\x1f\x96\x6b\x9a\xb5\xf0\x47\x02\xb6\xac\x55\xc1\xa5\x0c\xe7\x76\xd2\x4f\xbc\xf1\x1a\x82\x6b\x46\x08\x8f\xad\x68\x5b\xad\xe1\xfe\x63\xb4\x5f\xb6\xa3\xdc\x9d\xcf\x86\x26\xbd\xe5\xf9\x6a\x0c\x66\x3c\x0b\x0e\x7d\x7b\xf8\xac\xd6\x4e\x8a\x81\x22\x18\x00\x44\x15\x48\xea\x6a\xf9\x63\xff\x08\x39\x54\x41\xf7\x79\x6e\x9c\x59\xfc\xe7\x92\xa5\xa1\xbd\xff\x6c\x1f\x69\xf2\x86\xce\xdf\xbc\x47\x84\x25\x5c\xf1\xe0\x57\x67\x68\x0e\xcf\x1a\x14\xce\x9a\x6e\x81\x42\x58\x07\xb1\x19\xca\x13\x4d\xe4\x48\x01\xe1\x44\x1a\xeb\x4c\xda\x98\x4a\x5d\x48\x0a\xc9\xa2\x14\x12\x15\x9c\x4b\x61\x49\x9a\x92\xbe\x75\x07\x8a\xc5\x42\x81\xfe\x16\xb5\xf4\x28\xcc\x7c\x23\x89\x07\x74\x0b\x4c\xd0\x3c\x31\xf3\xab\x31\x3f\x9f\x84\x3a\xd7\x9c\x23\x9f\x6f\x74\xc9\xd5\xaa\x03\x5e\xa0\xcf\x65\x91\x7d\xd6\xa8\x93\x39\xf1\x2a\xd6\x5f\xb1\x2b\xf6\xb6\x46\x63\x00\x1a\x63\xb2\xbc\xa9\xfd\x72\x21\xe2\x60\x23\x35\xe0\xe4\x0d\x2f\x2d\xcd\x2d\x05\xa9\x3e\x35\xca\x98\xdd\x7d\xbb\x5a\x62\xc2\x6f\xd3\x49\x59\x04\xc4\x31\x3d\x9d\x25\xbd\x36\x72\x61\xc6\x93\x10\xbd\x54\x04\x5f\x49\x42\x3a\x35\x8c\xe2\x7b\xe0\x39\x78\xfa\x19\x4c\x10\xe4\xe5\x29\xe0\xf1\x5e\x2a\x5e\x71\x0a\xac\xf2\x19\xa4\x48\x4b\x20\x23\xaf\x0e\x33\xd2\x5f\xe2\xfe\x72\x86\x57\x51\x49\x88\x9f\x55\x77\x8e\x1b\x69\xfc\xe9\x42\xa7\xb8\xc7\x6e\xc3\xec\xe2\xd6\x17\xf6\x27\xed\x22\x59\x79\x8b\x69\x00\x10\x94\x09\x49\x70\xaa\x41\x13\xea\x03\x68\x4d\x97\x2b\xa9\xeb\x38\x08\x9e\x5d\x93\x14\x5d\x53\x8c\xc8\x57\x63\x40\x79\xfd\xe1\x02\xe6\xcd\xd7\xde\xa9\x14\xe8\x29\x99\x2d\x67\x53\xf4\xf9\x4b\x39\x27\x27\xee\xf7\xcf\x36\x37\xab\xe9\x0b\x51\x76\x62\xed\xe1\x10\x92\x6d\x51\xbb\x15\x83\xcd\xf0\x86\x68\x1b\x02\xe5\x19\x2c\xfb\xb3\x99\x9d\xfa\x1a\x6f\x34\x50\x59\xe7\xc9\x7b\x7b\x8e\x70\x9a\x16\x44\x08\x58\xa3\xf3\x2a\xfe\x5c\xf7\x5a\x02\xfa\xfd\x33\xc0\x17\x75\x07\x6a\xa5\x5f\x7c\xff\xa7\xd9\xf3\xd9\xf3\xd9\x8b\xcf\x1a\xfd\x61\xfa\x56\x07\x93\x8a\x2f\x1b\x54\xb2\x8c\x08\x01\x87\x50\x2a\x1a\xb3\x54\xf2\x2c\x4a\xd4\xbd\x93\x5c\xad\x6f\xed\x42\xa8\x0b\xaa\xe4\x75\xd5\x89\x30\x14\x41\xb5\xc1\xcc\xbb\xb3\xfa\x67\xbd\xb0\x8c\x68\x32\x01\xf4\x2b\xc1\x59\x26\x9c\x1c\xe4\xee\xd8\x45\x09\x25\x0c\x84\x84\xc7\xa0\x74\xd0\x2f\x24\xdb\x98\x6a\x06\x8c\xb3\x13\x75\xaa\x4c\xc2\xd5\x19\x99\x4d\xb5\x17\x15\x0b\x68\x22\xcb\x82\x41\xe6\x48\xa6\x2b\x75\xd8\x53\xe0\x4e\x92\x3e\xa0\xee\xa8\x5d\x4d\xc0\xfa\x71\x35\xf9\x09\x8e\x88\x3a\xc9\xe6\xd1\x92\x1a\xb2\x6a\x9a\xbc\x3c\x3d\xbd\x9a\x40\x37\x67\x5a\xc8\xa3\xc2\x49\x7e\x06\xc3\xba\x40\xc6\x92\x63\x63\x59\x95\xc4\x67\xcc\x42\x39\x29\xd6\x54\x68\x50\x1c\x0c\xee\xd3\xc7\x77\x33\xf4\x7f\x78\x09\x6d\xed\x11\x85\x8e\x25\x47\x39\x16\x20\x5a\xe2\x62\x4e\x65\x81\x0b\xd7\x4d\x5d\xab\xd6\x35\x44\x88\xce\x3d\x38\xf5\x1c\x2e\x1a\x31\xb7\xa0\x66\xe2\x67\x52\x92\x75\x2e\x4d\x07\xea\x63\x58\xfd\x7f\x81\x40\x00\x14\x34\x41\xb8\x94\x2b\xa4\xce\x31\xba\x9a\xa8\x27\x2f\xd5\x08\x6e\x78\x91\xfe\x2f\x0d\x70\x55\x6b\x6c\xb0\x80\x33\xf4\x97\x02\x2f\xd7\xa0\xf4\x3c\xbd\x9a\xfc\x6e\x36\x9b\x5d\x4d\x74\x28\x85\x06\x5b\x7b\xf2\xcc\xd3\xab\xc9\xff\xb4\xcf\x0b\xe2\xf7\x32\x35\x05\xac\x77\x70\x74\x6d\xa1\x0d\x6d\xcd\xb2\x1b\x2c\x7f\x98\x69\xd7\x5f\xe8\x14\x37\x1b\x62\x93\xd6\x19\x07\xb9\xf4\xbc\x2c\x44\x40\x05\xb0\xdf\xfc\xb3\x7a\xdc\x1d\x1e\x60\xed\x32\xea\x40\xda\x84\xd4\x4a\xc5\x5a\x73\x28\xad\x6d\x11\xf8\x2f\x7e\x44\xff\x79\x7e\x31\x0e\x13\xf2\x6b\x1e\x4c\xf9\xae\x87\xf3\x9f\xe7\x17\x81\x51\xcc\xb1\x4c\x56\x44\xa8\x0b\x60\xca\xe9\x54\x5f\x7e\x3e\xf6\xcb\xe3\xf4\x05\xc5\x41\xa5\x89\xa5\x3a\xbd\x7e\x31\xfb\x33\x2f\x59\xaa\xdd\x0b\xa3\x14\xe4\x50\xfb\x80\x90\xe0\x6c\xf2\x36\xf9\x85\xe4\x5f\x08\x20\x7e\xe6\xaa\x03\x24\xf9\xde\xa9\x2c\x9a\x00\x10\xf3\x7d\x19\xd4\x13\x7b\x0c\xd3\xcd\xd7\xd1\x2f\xa0\xc3\x81\x5d\x16\x6e\xe4\x93\x73\x9e\x3e\x81\xbb\xfb\xe4\x82\x24\x05\x91\x4f\x82\x9f\x08\xab\xef\x1f\x3c\x85\xbd\x77\x84\x25\x0d\x0c\xf0\xd3\xdb\xd7\x23\x5e\xde\x6d\xe7\x2f\xd5\x8e\x18\x0b\x50\xdf\x8e\xfb\xed\x3c\xbb\x93\xd9\x51\x9d\xe2\x51\x47\x26\x59\x21\x03\x27\x3a\x46\x64\x28\x32\x2f\x27\x49\xf4\x15\x45\xb7\xf6\x37\xe7\x93\x09\xbb\xb5\x87\x55\x17\xff\x06\xcf\x1a\x37\xb8\x9d\x7d\x64\xcf\xfe\x46\x26\x01\xe9\x25\x2b\x81\x54\x20\xfd\xed\x0f\x95\x10\x64\x78\x54\x23\x09\x1e\x38\x99\x9c\x9d\xc1\x9c\xdc\xbc\xe0\xd7\x54\xe9\xfa\x9e\x14\x07\xa0\x6a\x4d\x12\xcd\x81\x1e\x22\x7f\x4a\xd0\x52\xec\x32\xe4\x2f\x77\x8f\x82\xee\x2f\x78\x04\xac\x49\x1b\x3e\x24\xec\x4e\x8a\xdc\x6b\x55\x8d\x8a\x2f\x84\xcd\xd0\x99\x22\x6a\x34\x87\xb1\x7b\xe3\x04\x21\xde\xc4\x8d\x2c\x00\x85\xb8\x16\x24\x5b\x68\x89\x1e\x33\x4f\x40\xb6\xea\x62\xe6\xf9\x97\xdb\x1f\x32\xf1\xb2\x4a\x62\xbd\xa1\x82\x58\xc2\x6a\xe8\x62\x6d\x3c\x56\x1a\x10\xa5\xc1\xf7\xae\xcb\x4c\xd2\x3c\x23\x5e\xd7\x46\x3f\xb0\x76\x13\x6f\x4f\x09\xc2\x4b\xb5\x1f\xae\x7a\xa0\x75\xf9\xe9\x17\xd5\x28\x49\xaa\x43\x59\xd7\x79\x06\xc9\xc0\xd0\x8a\x2e\x57\x28\x25\xcb\x82\x68\x76\x5c\x68\x0d\x46\x97\xd9\x93\x55\xd6\x38\xd7\xcd\x36\x0e\x8a\xe9\x64\x5e\x13\x8b\x86\xc4\xa6\x61\x81\xc9\xad\x96\xb3\x1f\x39\xb9\x09\x54\x71\xef\x19\xa4\xb8\x9b\x13\x63\x7a\x06\x7e\x2c\x50\xc6\xd9\xd2\xa6\xca\xd3\x6f\x9a\xde\x21\xcc\x50\xcc\xd0\x87\x9f\x2f\xdf\xbc\x84\xae\x94\x28\xa5\x15\xd1\x27\x02\x99\xb3\x7f\x4d\xc9\x4d\x45\xb4\xe1\x33\x35\xbb\x55\x7d\x3a\x3a\xb2\x4d\xd7\xf0\xa8\xef\x1f\xe3\x72\x86\xfe\x4e\x48\x8e\xde\x7c\xcd\xa9\x96\xf3\x4d\xf9\x2e\x24\xd6\x4a\x31\xa6\x0b\x50\xa5\x6f\xb0\xbe\x57\xeb\x5c\x31\x96\x6b\x63\x51\x19\x67\xd1\x69\x92\xb1\xa0\x48\xfb\xdb\x74\x42\x9a\x43\x68\x6f\x53\x7b\x94\x46\x73\x70\x99\xde\x50\xea\x59\xc7\x61\x4d\xbc\x90\x4b\x7b\xf3\xbd\x2d\x82\x33\x5e\x18\x01\x01\x34\x6f\xec\x36\x4f\x5d\x33\x94\xd2\x85\x16\xec\xaa\xde\xdc\x27\x04\x07\x7d\x15\x2e\x6e\x15\x5f\xb2\x22\xc9\x17\xf8\xdc\x93\x6a\x46\x4f\x9c\xbd\x46\x27\xdc\x06\x7f\xde\x28\x10\xfb\xd6\x04\x3e\xb8\xbc\xdb\x11\xe0\xc1\xf8\xa3\x76\xeb\x6a\x23\x84\x52\x8b\xb6\x27\xb7\xd0\x78\xe2\x9f\x82\x4b\xba\x26\x10\xcd\xd9\x26\xc0\xa1\x46\x3d\x87\xc5\x35\xb2\xa3\x84\x04\x4d\x4a\xbd\x74\x4d\xaa\x23\xa2\x0e\x01\x90\x34\x45\x0b\x0f\x92\x8e\x49\x4f\x2d\xbc\x88\x2e\x32\x36\xc7\xbf\x96\x04\xcd\x09\x2e\xc0\x26\x68\x3e\x7e\xd4\x44\x43\x5d\x87\x40\x51\x97\x11\xbb\x0f\x44\x08\x6b\xb3\x8c\x68\xb3\x00\xb3\xfd\x60\xde\x84\x04\x4c\x60\xae\x99\xa1\x0f\x5c\x92\x97\x35\x42\xe6\x24\x4c\xc3\x52\x12\x9c\xac\x2a\xe4\xfd\x8d\x03\x43\xa8\xee\xbc\x6f\xf0\x02\xe5\x59\xb9\xa4\x2e\x53\x69\xdd\x78\x19\xd5\x9b\xa8\xde\x44\xf5\x66\x1f\xd4\xae\x36\x04\xfa\x8e\xbb\x2a\x27\x9c\x05\x01\xcc\x89\xb6\x05\xe2\xac\x54\xeb\xb5\x93\x40\xe0\xd1\x82\xf1\x49\x1a\x17\x50\xc0\x48\x5d\x7d\x43\x27\xac\x83\x4d\x1d\x2c\x17\xc6\x70\xb3\x22\x20\xf6\xf8\x43\xb6\x95\x7a\x3c\x6a\x95\xee\x26\xc9\xf8\x03\xdf\x53\x1f\x73\x93\x1f\x4f\xa2\x8f\xae\x8d\xb9\x31\x8d\xe3\x05\x36\x27\x14\x46\x5e\x93\x9a\x06\x82\xea\x9f\xea\x13\x0d\x76\x50\xb8\x6a\x10\xa7\x2a\xe6\x5e\x29\x48\xa2\x92\xda\x1d\x31\x31\xe7\xa5\x4a\x01\xe3\x1c\xd0\x46\x32\xb4\x6f\x0b\x84\xc5\x0c\xd9\xef\x9c\xe0\x1b\xed\x4b\x6a\x71\x23\x61\x04\x71\x52\xd0\xc5\xa6\xa5\x26\x40\xf2\x1f\xd0\x04\xd3\x7a\xd9\x5c\xe3\x4b\xac\xeb\x48\x7e\x88\x3e\x38\x9a\x19\xf7\x9e\x42\x96\x6b\xa3\xe4\x4e\x6b\x6f\xda\x04\x48\x0e\x23\x53\x7b\x68\x3e\xf3\x77\x17\xb7\x8b\x42\xdc\x72\x84\x3a\x75\x4c\x89\x66\x0b\xdb\xa8\x77\x0b\x46\x1e\xd1\x0e\x59\xf5\x96\x4e\x28\x64\xa3\xb0\x9b\xe1\x9f\xce\x64\xc5\x05\x71\x94\xac\x2e\xe3\x68\x03\x3d\x24\xeb\xd2\xe8\x26\x93\x09\xcb\x26\x46\x27\x35\x59\x0a\xb2\x81\x19\x35\xbe\x6e\x22\xd0\x31\x74\x6d\xa3\x01\x08\x14\xa2\x4a\x12\xd9\xe8\x11\x6e\xb5\x77\xf4\x4c\xb6\x31\xf8\xc6\x13\xe1\xe9\xe3\x90\x5e\xc2\xda\x30\x9a\xc3\x52\x4a\xac\x4e\x5b\x44\x64\x85\x07\x9e\x55\xfd\x6a\xf5\xc8\x08\x43\x9e\x2e\xab\x93\xb8\x56\x33\x0f\x2c\x9f\xce\xd7\x61\xc4\x76\x1b\x44\xaa\x6b\x74\x34\xfb\x97\x5c\xd7\xfa\xaa\x72\x6f\xd5\x46\x69\x48\x02\xad\xa6\x85\xe0\xb6\xc3\x0d\xc4\x0d\x99\x55\x7d\x10\x1c\x9c\x10\xfd\xda\xfc\xa2\xf9\xa0\xce\xba\xe3\x9e\x79\x1c\x47\x7d\xe5\x6a\x22\x8b\x92\x5c\x4d\xa6\x3e\xd9\x11\xc6\x52\x60\x6d\x28\x03\x37\xb8\x32\x0f\x6c\x77\x85\x6b\x83\x09\x1d\xda\xda\x58\xbd\xb8\xc0\x16\x59\xc3\x42\xf0\x84\x62\x47\x42\x6b\xe2\x7e\x35\xa6\x39\xe7\x19\xc1\x90\x60\x80\x14\x45\x28\xf7\xd5\x1b\xf5\x73\xf7\xb7\x12\x75\x36\xd8\x13\x10\xcf\x40\xc9\x0e\xa3\x1d\xd5\x67\x03\x9e\x1a\xa1\x37\x16\x3c\xe4\x82\x14\x6f\xd9\x82\xb7\x46\x0e\xee\x6b\x6b\x3c\x1c\xab\x00\x06\xe4\x02\xfb\x81\x1d\xc4\x01\xf7\xea\x20\x93\x76\x2d\x7b\x48\x9f\x9b\x69\xe5\xd3\x0d\x8b\x73\xe0\x49\x67\x84\xe8\x89\x83\x5d\x0e\x12\x27\xba\x87\x33\xe8\x06\x68\xc5\x02\x8f\xa9\x15\x46\xbe\xca\x22\x14\x1e\x50\x8f\xe3\xf5\x47\xe3\x56\x3e\x44\x06\x43\x1f\x1c\x28\xd3\x31\x8c\x5b\x9e\x4e\xa0\x80\x42\x57\x09\x70\x48\xc5\xc5\x17\xba\xca\x82\xc9\x3b\x52\x9a\x73\x84\xa1\xea\x1b\xe2\x8b\xed\x6e\x5d\xd0\x8b\x78\x66\xd3\x4d\x69\x25\x08\x8e\xbd\x27\x7d\x54\xdf\xc5\x49\xc1\x85\x30\x25\x84\xdf\x2e\xea\x23\xd2\x59\x0f\x75\x7d\x0c\x93\x4d\x5a\x3f\xb3\xf2\xb1\x4d\xd6\x03\xc3\x4f\xad\xe8\x60\x0a\x1c\x40\xee\x82\xca\xd6\xf5\xe9\xed\x6b\x11\x76\x83\x0a\xa5\x7d\x86\x3c\xa9\x76\xc9\x0c\x78\x07\x66\x94\x6d\x3a\x26\xb2\x06\xfb\x67\x96\x21\x9c\x40\xb6\x48\xf5\x6b\xe8\x83\x3b\x89\x07\x73\x22\x71\x34\x66\x44\x63\x46\x34\x66\x44\x63\xc6\x6d\x1b\x33\x5a\xb4\xe7\x41\x59\x34\xda\xa3\xdf\xd1\xac\x11\x5e\x86\x2d\xc9\xf6\xd1\x0c\x1c\xe1\xd1\x45\x2b\x47\xb4\x72\xdc\x27\x2b\x47\xd7\x7d\x88\xa6\x8e\x68\xea\x88\xa6\x8e\x68\xea\xb8\x0f\xa6\x0e\x4d\xa3\x76\xb7\x77\x34\xde\x1f\xc7\xb8\xa3\xe5\x23\x5a\x3e\xa2\xe5\xc3\xdc\x0f\x5e\xd0\x7f\x3b\x9b\xe0\x3b\x9e\xe0\xec\xa2\x84\x63\x72\x96\x24\x44\x88\x61\x03\x48\xd7\x3b\x9a\xf0\x54\x0a\x07\x2f\x74\xec\x8b\x8b\xba\xd1\xc5\x47\x95\xee\x61\xb3\xee\x61\x06\xb3\xd2\xb5\x63\x5d\x41\x4d\x1b\xb3\x3e\x43\x7f\xc3\xd7\x4a\xc1\xc2\x5e\x1c\xbb\x48\x78\x4e\xd2\x4a\x5e\x5d\x43\x3a\x6a\x2a\xd1\xba\x4c\x56\x88\x60\x41\x75\x88\xdc\xb2\xc0\x4c\xb6\xdf\x33\x29\x3d\xf4\xc1\xb1\xb9\x02\x6d\x9c\x12\x67\x42\x4f\x82\xb2\x65\x34\xa0\x44\x03\x4a\x34\xa0\xdc\xb2\x01\x65\x86\xb4\xec\x5b\x5d\x5b\x1b\xb3\x48\x7e\x2d\x71\x66\xcf\x72\xf5\x78\x03\xb1\x84\x29\xa9\x75\x6a\xa4\xc3\x19\x52\x84\xdf\xa6\x9a\x35\xe5\x8d\x41\x03\x1c\x6f\xec\x70\xc4\x52\xcd\x3c\x40\xf3\x6e\xc3\x58\xa3\xce\xb9\xa9\x48\xa0\x49\xea\xa1\xc6\x3e\xde\x54\x53\xe3\x19\x5d\xcb\xd0\xcf\x69\xba\x07\x70\x10\x73\x4d\xed\x5b\x1f\x38\xfb\x68\x2e\xfd\x99\xd4\x17\x89\xf4\xaa\xc1\xc1\x17\x2a\xfe\x60\x45\x2c\xf7\x11\x84\xab\x56\x55\x7e\x9e\x05\x6c\x0f\x3b\x71\x04\xc7\x23\x0e\xd0\xc7\x99\xe9\x03\x14\x4c\x23\x1e\x0e\x4a\x87\xe1\x64\x2c\xe7\x26\x1a\x57\x9a\x00\x5e\x08\xa2\xad\xa3\x96\x43\x24\xe0\x9a\x14\xf3\x76\x67\xbf\x90\x62\xee\x8a\xb3\xd9\x00\xf7\xbf\x5d\x5e\x9e\x23\x68\x7f\x18\x51\xc3\x5b\xe3\x8f\x65\xd6\x1b\x93\xd8\x68\x1a\xa0\x24\x8d\x82\x30\x18\x15\xa5\x5f\x41\xc7\xdb\x84\x01\x36\xae\x26\x18\x08\xd8\x60\xd5\x08\x3e\x7d\x7c\x17\xb8\xd8\x1f\xea\x0d\x6c\xd1\x7d\x5d\xd5\x1c\x17\x50\x10\xae\x2c\x32\x57\x2b\x1c\x64\x20\xc3\xac\x75\xda\x6f\xb8\x08\xc0\x36\xd0\xef\x6b\x75\x47\x0c\xfa\x9e\x65\x1b\x0b\xf8\x5f\x94\x59\x36\x45\x0b\xaa\xf8\xb6\x90\x24\xb7\x9a\xbc\xda\xf4\x19\x42\x57\x93\xdf\x5f\x4d\xd0\x9a\x60\x06\x94\x62\x3b\x31\x5b\x2f\x40\xe7\x91\xa8\x4c\x87\x55\xf2\xfe\xfa\x21\x37\x91\x9b\x73\x31\x85\xa8\xf5\x97\x68\x49\xe4\x14\xe5\x5c\xa8\xff\x2f\xe5\xd4\x48\xdb\x53\x04\x29\xff\xa7\x68\x45\x70\x3a\xb5\xa9\x55\xf6\x1b\xfd\x4e\xe7\x70\x3b\xca\x70\x20\xb2\x70\x58\x92\x00\x82\x74\x7b\xac\x7f\x05\xf9\xda\xdc\x63\xb5\x2d\xfa\x07\x43\x15\xec\x4c\x7a\x97\x7c\x54\xf4\x6b\x20\x75\x95\x9b\x9f\x66\xe8\x55\x74\x85\x0e\x27\xbd\x9a\x2c\x89\xbc\x9a\x28\xfe\x65\x75\x2f\xfb\x40\xff\x7d\x35\x99\xa1\xab\xc9\xd5\x04\x3d\x05\x7e\xfd\x6c\xc4\xe0\x3a\x92\x60\x7d\x70\xb2\x41\x57\x0a\x2c\xa3\x71\x34\x46\x3a\x43\xe8\x95\xad\xe6\x06\xda\x5e\x41\x74\x0e\x00\x94\x52\x21\x29\xb3\x2f\xe9\x00\x23\xc6\xbd\x7e\x41\x8d\xcc\xb2\xea\x17\x51\x9f\x8b\x2f\x78\xc0\xbc\xbb\x34\xa8\xf6\x7b\xda\x7e\xa6\xde\x31\x59\x0e\x4e\x1a\xfa\x8f\x08\x2d\xdb\xd5\x04\x67\xd9\xd5\x44\x33\xa4\x2e\xcd\xc9\x08\xb8\x18\x85\x54\x39\x5e\xa0\x0b\x92\x2d\x42\x9a\x61\xb0\x26\xa2\xa1\xb5\x9d\xd7\x07\x12\x47\x54\x16\x7d\x08\x5a\xd2\xcb\x6f\x65\x73\x25\xba\x8e\x3c\x9a\xa2\x9c\x77\x7f\xf1\xa2\x7a\xb8\xc5\x47\xdd\x37\x19\x67\xe1\xc4\x64\xfd\x9c\x13\xfb\xe4\xb1\x45\x1a\x6b\x94\x51\xd1\xd3\x29\xba\xd1\xc4\x50\x27\xcf\x9b\x1a\x7d\xc1\xa3\x95\x05\xff\xba\x19\xb9\x1c\xd7\x5d\x0a\xa7\xd5\x36\x3d\x8a\xf0\x4b\x3d\xc4\x7e\x2b\x9a\xb0\x17\xb5\x1d\x62\xf9\x35\x7e\x6f\x06\xec\xa2\x13\xe1\xee\x19\xf1\x44\x9f\x48\x5f\x28\xf6\xb2\xf8\x83\x57\xc2\x1c\x6f\x1d\xb4\xa5\xfb\x28\x52\x9d\x63\x86\x0a\xf6\x44\x22\x41\x97\x0c\x72\x32\x31\x39\x05\xa5\xcf\xc4\x83\xa2\xb4\x84\x0a\x0f\x92\x08\xad\x18\xe7\x1c\x92\x97\x00\x2c\x83\xb2\x84\xaf\x73\xb5\x3b\x43\x96\x81\x0e\x91\x02\xe7\xf4\xaf\x1d\x26\xb4\xb3\xf3\xb7\xfa\x51\x88\xb4\xda\x87\x5a\x92\xa8\xa5\xc8\xf2\xe6\xaa\x54\x1d\x17\x73\xa9\x76\xda\x58\xe2\x94\x5c\xe1\x65\x9c\x82\xaa\x08\x89\xef\xbe\x21\x95\x35\xdd\xbf\x2b\xac\x5c\x43\xa5\x0d\x9f\x5e\x98\x74\x7e\xae\x77\x17\xca\xe8\x92\xa4\xec\x27\x8a\xd8\x2f\x01\x09\xef\x3e\x22\xf0\xb8\x99\x86\xf0\x46\x29\xc6\xee\xc4\x78\x45\x11\x61\x9d\xd4\xa1\xd2\x15\x3a\x8d\xc4\x75\xe6\x5c\x13\x44\x9a\xe1\x42\x6b\x72\x4d\x8a\x8d\x5c\xe9\xb3\x72\xe8\x79\xf5\xcc\xa9\xe1\xa6\xad\xd6\x5c\x5b\x82\x5a\xe3\x6f\x8c\xc7\xb9\x76\xec\x4e\x23\x77\xda\x66\x57\x4c\xb5\x3e\x5d\x70\x7e\x35\x69\x56\xfd\xf2\x28\x29\x7a\xb2\xe0\xfc\x89\x66\xcb\x90\x8f\xd4\xdb\xf5\xae\xae\x8f\x2e\x68\x0e\x08\x99\x07\x22\xa5\xc7\x91\x33\xbb\xf8\x67\x6f\xb2\xd2\xe0\x2b\x01\xc3\xaa\xf4\x4a\xb6\x81\x6a\x11\xb4\xaa\xce\x10\xfa\xc0\x25\x98\x1e\x4c\x8e\x30\xdc\xb2\xaf\x18\x81\x81\xb2\x86\x08\xa3\x24\x32\x90\x01\x8c\x6a\xa3\xb6\x1f\x67\x28\xc1\x82\x4c\xd1\x9c\x24\xb8\x14\xc6\x16\x6d\xd5\x1a\x9c\xdd\xe0\x8d\x00\x7a\xa0\xc4\x5e\x17\xd9\xea\xd9\x34\x36\xe1\x71\x46\x53\x6b\x34\xb5\x46\x53\xeb\xad\x9b\x5a\xb5\x7f\x89\xa5\x56\x56\x70\xb6\x56\xc5\x19\x77\x32\x32\x86\xe9\xd7\x37\x69\x24\xed\x59\x8a\xfb\x63\x28\xed\x1b\xe5\xf6\x7c\xaa\x17\xe9\x66\xec\x5d\x2e\xa3\x42\x33\x35\xa6\x33\xb4\xf8\x63\xf4\xac\x2e\xea\x08\xf8\x66\xda\x8e\x66\x2e\x9d\x26\x91\x83\x66\x14\xd6\x65\x26\x1e\x63\x1c\xae\x8c\x8f\xfe\xb5\xd3\x56\x8d\x9a\x7d\xac\x3e\xf1\x5d\x8e\x65\xd8\x9c\xed\x09\x96\x7d\xa3\x1f\x5a\xb0\xbe\x79\x1c\x70\x0e\xa1\x09\x6c\x7b\xa7\xc2\xeb\xb0\xb5\xb5\x6f\x8b\x4b\xa1\xb4\xd1\xed\xe4\x36\xef\x8d\x4a\x89\x32\xc2\x36\x69\x69\xb3\x9d\x22\x9c\xc9\x95\x8b\x7d\x67\xf8\xa5\x9f\x6d\xa2\xa9\x1b\x9b\xe0\x81\x4a\x4b\x45\x29\xac\xac\xa2\xf9\x5e\x9a\x74\xc8\x09\x53\xb7\x59\xae\x79\x6a\x84\x13\xa5\xdc\x01\xfc\x48\x20\xf2\x35\x27\x05\xc0\xaa\x20\x41\x8a\x65\xf2\x86\x7b\x80\x68\xd9\x31\xe9\x2a\x79\x3a\x24\xfa\x99\x6f\xd0\xa7\xb7\x20\x19\x89\x15\xbf\x39\x5d\xd1\xd4\x1a\xe0\xc4\x14\x04\x59\x8e\x7e\x2d\x69\xf2\x25\xdb\xa0\x8c\x48\x80\x8c\xb1\x54\xaf\x47\x41\xb0\xf0\x39\x19\x2d\x7c\x47\x3d\x54\xfb\x33\x1f\xfb\xf0\xf3\x25\xfa\x73\xf5\x41\x97\xbb\x56\xe7\x57\x86\xaf\xa7\x05\xbd\x6e\x5a\x6b\x53\x92\x98\xb2\xc2\xd8\x2a\x5a\x98\x0a\x22\x20\x8d\x25\x74\x96\x92\xbc\x94\x9b\xa9\x8e\xc9\x40\x19\x5d\x10\x49\xd7\xe4\xb4\x4a\x68\xa3\x17\x0e\xea\x96\x26\x92\xa9\x3b\x92\x70\x96\x90\x42\x8d\x2f\x40\x21\x75\x73\x30\xff\xd5\x04\x7c\x9b\xfa\xc9\x74\xa4\x6b\x82\x73\x25\xbb\x42\x06\x9e\xf0\xa0\xad\x05\x39\x04\x72\x8b\x72\x74\x94\xa3\xa3\x1c\x7d\x2b\x72\xf4\x9e\x82\xb2\x47\x3b\x0f\x2d\x27\x07\x98\x0e\x6e\xb1\x9a\x7d\x90\x10\xfe\xd8\xf7\x97\x93\x9b\x2b\x31\x4a\x4c\x6e\x0f\xe1\xa8\x52\x72\x73\x8c\x35\xa1\x60\x40\xda\x1c\xe3\xb3\x92\xdc\x9d\x2c\xb0\xfa\x41\xed\x89\xaa\x58\xcb\xa1\xac\xf2\xdb\xda\xa5\x0e\x0b\xf6\x8b\x7c\x2a\xf2\xa9\xc8\xa7\xee\x67\x6c\x62\x04\xbc\x3d\x44\xc0\xdb\x2e\x36\x9c\x87\x6f\xbf\xe9\x88\x9b\x78\xa3\x7e\xd6\xaa\x94\xc8\x21\xe7\xa7\xa1\xd3\x2e\x38\x63\xf6\x57\x22\xa1\xd5\xd3\x67\x68\x4d\xe4\x8a\xa7\x15\x45\xaa\x87\x52\x20\x74\x41\x99\x2d\x2d\x46\xd5\x95\xcb\x4b\x2f\x80\xb0\xc2\xee\xd8\x7c\x9e\x90\x05\x36\x33\x11\x63\x2b\x52\x04\xbd\xc5\x47\x8c\xc6\xa8\xfb\x91\x8d\x61\x77\xc3\xcb\x27\x4a\xc3\x24\x1a\xff\xb0\xe0\x5b\xc6\x43\x45\x43\xd9\xdd\x1a\xca\x7a\x8a\x09\xf4\xf2\x00\xb5\xd9\x8d\x48\xb3\x6d\x62\xc1\x40\x94\x0b\x9c\x1d\xf4\x56\xe7\xf8\xd5\x2e\xe1\x0d\xba\x82\xb7\xae\x26\x80\x5b\x54\x5c\xfa\xca\x1c\x43\x13\xbd\x07\x08\x14\x6a\x04\xa4\xbc\xd0\xa1\x37\x02\x5d\x4d\xfe\x01\xb7\x6a\x01\x41\x67\xe8\x86\xd8\x62\x29\x68\x4d\x6c\x21\x0d\xcc\x36\xe6\x10\xef\x50\x32\xe5\x8e\xcc\x87\x9d\x74\x7f\x4b\x6a\x6c\x99\x45\x6f\xce\x71\xcd\x27\x03\xd2\xb2\x79\xd0\x16\x95\x0d\x67\xa5\x55\x79\xd8\x19\xba\x2c\x4a\xa2\x36\xc2\x83\xc7\x55\x25\x9a\x2c\x2a\x75\x81\x33\x41\xaa\x74\xe0\xe1\xf0\xc5\x94\x30\x1a\xfa\xec\x6b\xf8\xdd\xaf\x1f\xd4\xff\x55\xdd\xcf\xd4\xcb\x3e\x0e\x9f\x87\xb3\x07\xc1\xbd\xb8\x9a\x87\x1e\x18\x86\x22\x2b\xf6\x2b\xf0\x9b\x39\x7d\x0d\x5a\xbd\xc2\x00\xeb\xe3\x39\x65\xc0\xdf\x58\x25\x84\xf0\xaa\x9d\x37\xaa\x19\x32\xa3\x37\x19\xb0\xd5\xf8\xa4\x19\xbb\xb7\x9c\xea\xa7\x8e\x98\x4e\x67\x36\x7d\xd3\x11\xdd\x59\x6f\x60\xc0\x2d\x46\x4a\x72\x78\x67\xa8\xc1\x05\x06\x5a\xc4\x13\x30\x1d\xd7\x8c\xb3\x75\x3b\x21\xe8\x67\x60\x24\xa5\x02\x29\x86\x56\x90\x6c\x63\x11\x4d\xa0\x68\x2e\x8d\xbd\x15\x3a\x54\xab\xe7\x7b\xee\xb9\x92\xf4\x4b\xb5\x0f\x92\x14\x6b\xca\x9a\xdd\x0b\x23\xe7\x31\x24\x72\x2a\x41\x02\xa0\x72\x86\xfe\x02\x41\xaa\x42\x62\x96\x90\x29\xfa\xf8\xe7\xb3\x57\x36\xd7\x04\xd8\x6d\x21\x96\xab\xe0\x19\xd1\x18\x67\xc2\x78\xb9\x5c\xc1\x0f\x06\xa9\x24\x69\x96\xb9\x82\x52\x30\x26\x93\x25\xbd\x65\x0d\x0e\x84\x9f\xfb\x80\x44\xd5\x38\x44\xe3\xa1\x93\xda\x29\x84\x25\xf2\xe4\xd1\x0d\xd0\x73\x2d\x89\x42\x08\x6f\x25\x8a\xea\xe3\x75\x60\x25\xbc\x6d\xc1\x18\xa6\x13\xad\x77\x5a\xb8\x30\x97\x53\x5b\x5b\x11\xcc\x69\xb8\x54\xca\x97\x46\x65\x98\x6d\xe9\x77\x18\x98\xe2\x00\xf6\xea\x08\x5f\x8e\xa7\xc2\x95\x7b\x72\xd1\xcd\x83\x4e\x04\xdf\x81\xf0\x67\x03\x22\xa9\x1f\x2c\x3d\x5e\x80\xc3\x83\x94\x74\x4d\xa6\xea\x9e\x61\x07\x82\x22\xb8\xd0\x50\x34\xed\x03\xa1\xf2\x89\x40\x02\x2f\x74\xd2\x7d\x21\xca\x35\xa9\x01\x05\x57\xb6\xe6\x5c\xe5\x3b\x98\x42\x95\x28\x4d\x79\xb0\x34\xdd\x88\x2d\x10\x7e\x85\x07\x56\x54\x14\x9a\xd5\xe3\x15\xd4\x4f\x55\x67\x81\x64\xe4\xdb\x92\x83\x04\xaa\xcb\xa9\x99\xab\x89\x27\x7c\x3d\xa7\x4c\xaf\x16\x2c\x3b\x7c\x73\x56\x3f\xc7\xee\x62\x37\x29\x05\x2c\x63\x35\x82\x29\x12\x65\xb2\x82\xca\x78\xcc\x27\x92\x3a\xc0\x82\x13\x0d\x98\x2c\x73\xa8\x80\xdb\x7a\x57\x67\x3c\xc0\x12\xd5\xa6\xaf\x7e\x3e\xe5\x05\x6a\x84\x71\x04\x9c\x54\xc1\xcb\xeb\x2d\x5d\xbb\x10\x70\x75\x5c\x0d\xc5\x55\xc4\x9b\x39\x94\x9f\x97\xed\x00\xb4\x4e\x75\x48\x21\x76\xb6\xa8\x7d\x56\x5f\x04\x2a\xd0\x9a\x0b\xa9\x16\x74\x0d\xe1\x16\x84\x41\x9d\x23\x02\x07\x5a\x75\x5b\x5b\x93\xda\x52\x39\x1f\x93\xff\x3c\xb4\x5e\xc2\x3f\xf3\x41\xee\xd0\x3a\x3d\x43\xf1\x30\x62\x2f\x80\xac\x2f\x73\xdf\x0a\x48\xb6\xa5\x60\xec\x23\xd7\x03\x8e\xd8\x07\x55\x76\x2c\xd9\xe1\xd6\xeb\x81\xad\x55\x63\xa1\xf6\x10\x92\xa1\x87\x2d\xd0\xdd\x03\x82\xb1\x4e\xc5\x10\x03\xce\x63\xc0\x79\xb4\x8a\x47\xab\xf8\x3d\xb1\x8a\xdf\xeb\x80\x73\x4d\x31\x1f\xb0\x11\xbe\x7b\x02\xbb\x59\xe2\xfb\x17\x64\x04\xf7\xb9\x45\x9b\xbc\xfe\x60\x8c\x44\xbf\x7f\x91\xe8\xad\x9d\x89\xe1\xe8\x31\x1c\xfd\xae\xc2\xd1\xf5\x61\x8c\x31\xe9\x31\x26\x3d\xc6\xa4\xc7\x98\xf4\x18\x93\x7e\x0b\x31\xe9\x75\x92\x1b\x03\xd3\x63\x60\x7a\x0c\x4c\x8f\x81\xe9\xdf\x4c\x60\xba\xd1\x84\x63\x74\x7a\x8c\x4e\x8f\x76\xd9\x68\x97\xbd\xb7\x76\xd9\x43\x47\xa7\xf7\xd2\xbd\x6f\xdc\xa2\xba\x6b\xb0\xfa\x1d\x59\x55\x63\xd8\xfa\x03\x40\xe3\xf6\x19\xc0\x1f\x14\x24\xb7\xd3\x44\xb7\xdb\x65\xdb\x01\x86\xda\x39\x82\x6d\x6f\x4b\x8c\x67\x8f\xf1\xec\x31\x9e\x3d\x4a\xde\x51\xf2\x8e\x92\xf7\x01\xe3\xd9\xfb\xf8\xcc\x83\x09\x6a\xaf\xc9\xb2\xfb\x47\xb6\x0f\xae\xc9\x78\xc1\xfa\x16\x62\xdc\x07\x47\xfb\x30\x03\xdd\x3b\xf5\x93\x18\xed\x1e\xb9\x58\xe4\x62\x8f\x97\x8b\x45\xb4\xdd\xb7\x88\xb6\x8b\x61\xf0\xdf\x64\x18\x7c\x8c\x82\xff\xc6\xec\x6e\x0f\x34\x1e\xfe\x5e\x85\xc3\xdf\x95\x31\x32\x46\xc7\xc7\xe8\xf8\x18\x1d\x1f\xa3\xe3\xb7\xd1\xdc\x63\x88\x7c\x0c\x91\x8f\x21\xf2\x31\x44\x3e\x86\xc8\x8f\x16\xfa\x63\x9c\xfc\x36\xca\xc5\x6e\xc1\xf2\xe1\x45\xdf\x16\x7b\xde\x16\x9b\xb9\x48\x70\x46\xd9\xf2\xf4\xfa\xc5\xec\x55\xc1\x85\x30\xd6\x5e\x6d\x0e\xf9\x48\xa0\xf0\x7c\xd2\x8b\x5a\xef\x79\xad\xe2\x83\x46\xc0\xa8\x05\xb2\x71\x70\x5b\x2b\x6d\xc6\x54\xa3\xdf\x18\x76\xb9\x20\x40\x22\xed\x2e\x0f\xd1\x7f\x30\xb7\x9a\x88\x9d\x6d\x8d\xdb\xd6\x92\x5d\x05\xf2\xe8\x52\xfb\x5b\x9a\x75\x1b\x6f\xff\x74\x8b\x46\xd3\xab\xc9\x96\xe1\x4b\x43\x63\x7d\x79\x7a\x5a\xa1\x8f\xd5\x68\x53\x9e\x88\x53\xa5\x90\x9e\x2c\x4b\x9a\x92\x53\xb3\x5b\x94\x14\xe2\x77\xe0\x80\xd9\x59\x0c\xf3\x4f\xdf\x1b\x43\xc2\xdf\x13\x59\xd0\xe4\xc2\x85\xb7\x74\x1d\xbb\x50\x7b\x8f\xe3\xae\xf8\x0d\x20\x27\x12\x9c\x11\x45\x32\x94\x6a\xab\x1a\x6a\x3d\x57\x08\x9e\x50\x40\xf6\x1b\x49\x69\x83\xfe\x5e\x21\xae\x8d\xb9\xfd\xe9\x82\x17\x88\x7c\xc5\x8a\x22\xa0\x8c\xb0\xa5\x0e\x36\xfd\xb5\x24\x4a\xe3\x60\x28\xc9\x78\x99\xa2\x35\x11\x02\x2f\x15\xe1\x51\x92\x18\x55\xd2\x36\x2f\xd0\x7f\x9e\x5f\x68\x03\x57\xc6\x71\x3a\xc7\x99\x12\xc3\x0b\x54\x94\x8c\x81\x44\x57\x4a\x41\x53\xd8\x0a\x13\xd7\xf4\x6c\xe8\x90\xeb\xd1\x7f\x08\x9e\x71\xef\x59\x6b\x99\xaa\x67\xa1\xb8\x0a\xb3\x26\x94\x21\x6d\xb4\xa8\x31\xc5\x9a\x11\x5e\xad\x31\xc9\x48\x22\x43\x12\x52\xfd\xb9\xfa\x10\x40\x40\x24\xaf\x6e\x36\xb6\xe0\xf9\x04\x49\xba\x06\xb1\x95\x2a\x29\xdf\x82\x75\x74\x7a\x0c\xdd\xd1\x08\x97\x6a\x8f\xad\xff\x1d\x9e\x93\xcc\x8d\xf5\xb7\xe9\x44\xe2\x62\x49\xe4\xd9\x35\x29\xf0\x92\xfc\x82\xb3\x32\xb0\x4c\xed\x36\x76\xb9\xf4\x13\xc5\x7d\x4e\x72\x6e\xfc\x4b\x6a\xf9\x96\x19\x9f\xe3\xcc\xae\xe0\x53\x25\x87\xa0\x5f\x4b\xcc\x24\x95\x9b\x67\x33\xf4\xbe\x94\x25\xce\x94\x14\xf3\x55\x6d\x31\xbd\x26\xfa\xa8\x5d\x42\x77\xf0\x85\x5d\xa6\x39\x73\x44\xf1\x3f\xcd\xb7\xaa\x19\xf6\x4e\x2d\x34\x27\x37\x17\xef\x28\x6c\x39\x11\x7f\xc5\x0e\x35\x9f\x7e\xd6\xd8\xb2\xe1\x9f\xb6\xbb\x18\x69\xf3\xaf\x9f\x94\x7e\xe6\xd8\x20\x37\x83\xaa\x61\xa8\x7d\x03\x5a\x60\x11\x6c\x6e\x1b\x70\xe3\x50\x8d\x26\x55\x5b\x10\x8f\xe9\xc4\x7c\x56\x9f\x96\x16\x2d\x31\x4f\xfb\x6f\x4b\xa0\x91\x3d\x5a\xad\x49\x99\xb9\x60\xdd\x36\x45\xfc\x5a\xe3\xb2\x60\x71\x21\x69\x4d\x2a\x0e\x77\x13\x6a\x93\xeb\x1a\x77\xff\x80\xbb\x2f\xc3\xc1\x46\xb9\x1b\xc1\x76\x2c\x0c\x88\x2b\x98\xc0\xab\x33\xaa\x68\xb8\x79\xac\xa1\x7b\x8f\x8e\x90\xdf\x4b\xb2\xf0\x37\x25\x71\x2b\x21\x37\x3b\xe7\xe9\x99\x3d\xd5\x45\x1f\x65\xb0\x66\x9a\x0a\x21\x81\x56\xae\x17\x75\x1d\xaa\xdb\x11\x84\x25\x46\xf0\x46\x04\x6f\x3c\x40\xf0\x46\x0b\xc8\xa0\x13\xae\x98\xd5\xb1\x2d\x8f\x3e\x62\x37\xa4\x7d\x28\xd3\x18\x38\xc9\x9c\xac\xf0\x35\xe5\x65\x61\x8c\xb6\xf6\x46\x1f\x7b\x82\x6a\x34\x27\x98\xa5\x27\xda\x31\x30\x12\x9e\x68\x69\xda\xac\x9b\xa6\x0d\x61\x53\x2c\x23\x0d\xbb\x45\xeb\x34\xed\x40\x23\x1a\x0d\x36\x19\x41\xb2\x83\x48\x93\x31\xef\x1d\x0e\x66\x32\xe2\x6b\xaf\x38\xd3\x40\x86\x3e\x0e\x33\xf4\xae\xe7\x54\x37\xc9\x8f\xa4\x11\x30\x3a\xde\x44\x90\xc8\x27\x21\x05\x58\xd0\x80\x34\x0d\x89\x9c\xf0\xcc\x1d\x96\x96\x98\x99\x61\x21\x2f\x0b\xcc\x04\x0c\xe8\x92\x86\x24\xa1\x76\x1b\x67\x34\xc4\x42\x6a\xe9\x43\x23\xff\xed\xbc\xa4\x6b\x4d\x0c\xbe\x84\x33\x62\x3d\x64\x92\x23\xcc\xc0\x8b\xb9\xd7\xdd\x87\xb1\x02\x6d\x53\x7a\x7f\x50\x80\x83\x07\x9a\x5b\xac\xca\x35\x66\x27\x05\xc1\x29\x38\xf4\xc8\xd7\x3c\xc3\xc6\x59\x60\x6c\x63\x8a\x73\xa4\x44\x62\x9a\x09\xef\xba\x54\x33\xd9\xc6\xab\x56\x38\xaf\x9a\xb6\xf0\xc0\x5f\x36\x35\x94\x5b\xa6\x27\xc2\x2c\xa0\xfb\x46\x38\xcd\x48\xc7\x3d\x17\x0e\x83\x66\x0f\x4f\x29\xac\xdc\x5c\x6d\xc5\xd3\xcb\x42\x71\xfb\xbf\x68\xef\xef\x27\xf6\x85\xf1\x1b\xf6\x2c\xf4\x1d\xfd\x43\x4b\x6b\xdd\xe4\xa4\x71\x4e\x2d\x81\x71\x1f\xd9\x16\x98\xd0\x73\x2f\x61\x57\x77\xba\x91\xef\xa8\x90\x7d\x97\xd1\x1a\xb8\x3b\x65\x3c\xc3\x02\xc5\xd0\x8d\xd2\xf6\xe7\x88\xde\x3d\xb6\x00\xe8\xec\xfc\xfb\xef\xe3\x2e\xae\x83\x11\x7c\x0f\x9c\x2d\x51\x4e\xbd\x55\x39\x15\xb6\xdf\x49\xa9\xfb\xe9\xb5\x54\x18\xd9\xf1\x20\x82\xcb\x68\xb5\xd6\x7e\x76\x27\x32\x37\x04\x6e\xb5\x46\x81\x5d\xb5\xda\x5a\x98\x82\x6a\xa5\xed\x8b\x1f\xc9\x62\x32\x9d\xac\xf1\xd7\x8f\x04\xdc\x76\x01\x02\xe8\x3f\x6c\x0d\xab\xcc\x73\x52\xa0\x8c\xae\xa9\xac\x72\x24\x96\x16\xe3\x96\xf3\xd4\xc0\x11\x0c\xfe\x42\x10\x69\xf1\xd4\xd5\x70\x7f\x52\x4f\xcd\xf1\x15\x6b\x9c\x65\xda\x21\xcf\xd0\x7b\xca\xec\x97\xbd\x29\x29\x7a\xb7\x84\x6d\xd1\x72\xb0\xfe\xe9\x87\xef\xe1\xa0\x55\x6f\x04\x04\x87\xea\xa1\x13\x74\xf8\x4d\xcf\xf0\x0b\xdb\x5a\x72\x74\xb3\xa2\xc9\xaa\x31\x70\x98\x95\xf6\x80\xa4\xfc\x86\x69\x84\x8d\x49\xc5\x06\x2f\xbd\x50\x2b\x30\x43\xa8\xf1\x65\xcf\xe9\x3a\x27\xe8\xb9\x43\x86\x65\xf9\x0a\xa3\x05\xc1\xea\x96\xa1\xa5\x12\x1a\xff\x76\x7e\x76\x01\x9b\xc5\xff\x3f\x52\x70\x0d\x70\x52\x82\x4e\xaa\xc1\x27\x12\x65\x04\x9b\xa4\x4a\x5a\xf2\x45\xbc\x40\xd6\x34\xea\xbc\x0f\x3e\x74\x65\x86\xd0\x85\xb5\x68\x09\xf0\x0a\x5f\x13\x84\x05\xca\x38\x5b\x82\xb3\xdf\xef\xd3\x74\x70\x6d\xed\x79\x2e\xe9\xe0\xc8\xed\x68\x1c\xb4\x80\x3c\x65\x1d\x99\xd6\x95\x54\x79\x25\x7f\xea\xe1\x04\x90\x13\x2a\x23\xb8\x60\x35\xc1\xc5\xd1\xdb\x84\x33\x51\xae\x35\xd8\x5b\x2d\x14\xb4\x57\x67\x4f\xb5\x4e\x89\x50\x17\xa1\x79\x4c\xe7\x1b\x54\x02\x6e\x4b\x11\x57\x58\x74\x3f\x73\xd1\x0e\x4a\x55\x9f\xbb\xd7\xf9\x14\x5e\x9d\x7f\xfa\x24\x69\x66\xbc\xca\xe7\xa4\x48\x94\x74\x10\x12\x7b\x8d\x4f\xc1\xd8\x79\xd1\xab\xf3\x4f\xa8\xac\xde\x44\x4f\x1d\x5f\xd1\x10\x54\x8c\x72\xd7\x99\x3e\xcb\x36\x13\xd7\xab\xf3\x4f\xcf\x8c\x95\x38\xcb\x74\xb2\x4f\x9e\x8a\x9f\xd4\x29\x54\x97\xb0\xca\xc1\xa4\x17\x0b\x4e\x73\xcd\x12\x6a\xd2\xa0\xdb\xc4\x5c\xa5\xa8\x21\xc5\xba\xcf\xc3\x76\xd4\xb8\x6f\xf9\x76\xa3\xb0\x83\x3e\x05\x7b\x8e\x2a\x99\xbb\x87\xc8\x0e\xd0\x58\xd3\x97\xa3\x46\xd3\x89\x39\x77\xdd\x84\xd6\xbc\x32\xfe\x48\xd8\xf1\x76\x9d\x09\xb7\xc9\x6a\x83\xa7\x68\x9b\x13\x32\x45\x64\xb6\x9c\xa1\x3f\x3d\xf7\x13\x97\x61\xe6\x3e\xa5\xd6\x02\xac\xd7\xea\x40\x30\x7e\x83\xfe\xf4\xfc\x3b\x0d\x8d\x14\xf5\x8e\x46\x52\x8a\xe6\x72\x75\xce\x35\x40\x9d\xed\x0d\x5e\x63\x06\x1e\x10\x0b\x85\x0a\x32\xc4\xbe\x41\x34\x77\xa8\x35\x88\x36\xe9\x38\xfc\x20\x94\xea\xa8\x69\x7e\xa7\xd2\x5e\xa9\xe6\x5d\xf6\x04\x43\x4b\xdb\xdc\xf8\x27\x97\x89\xa0\xc1\xca\x0c\x14\xb6\xe0\x19\xb8\xf6\xf9\x42\x1a\x9c\x59\x83\x4c\x02\xa2\x12\xb3\xe5\xa8\xe8\xe2\x11\x6a\x3e\x9f\x03\xc0\x32\xfd\x2b\x61\x44\x9b\xec\x03\x8c\x9b\x0b\xd0\x83\xd4\xfe\x2f\x5d\x3b\x64\x5f\xdd\x65\xad\xff\xf8\x87\xe3\x2a\xb3\xc6\x2d\x39\x20\xd4\x55\xad\x1c\xd9\x6d\x20\x2b\xe6\x58\x6d\x17\xe0\x2b\xd4\x55\xcb\x2a\xd7\x19\x40\xf8\x3e\xab\x49\x7e\x06\x1e\x07\x41\x4b\x00\xee\x5e\x63\x99\x40\x76\xc1\x05\x25\x59\xea\x65\xbd\x50\x1c\x10\x2b\xce\x9e\x90\x41\x3c\x04\x3c\x6b\x63\x39\x8d\x68\xd1\x9e\x8a\x43\x08\x02\x4f\xd7\xd6\xa0\x86\xbb\xd5\x46\x1c\x8d\x77\xbb\x2a\x79\x0a\x84\x25\x51\x63\x40\x6e\x51\x7c\x53\x68\xc2\xd7\x30\x67\xa5\x3b\x25\x7c\x9d\x73\x06\x19\x08\xbb\x21\x21\xb7\x8f\x3f\xd9\x52\x80\x08\x22\x76\xe0\xca\xc0\x7e\xb5\xb6\xc0\x29\x98\xd5\x06\x98\x95\x37\x76\x1e\x8d\x4a\x37\xe7\xe8\x4b\x2f\x1e\x67\x8a\x56\x54\x8a\x93\x9c\x14\x27\x82\x24\x9c\xe9\x33\xc8\xd0\x5b\xb6\x2c\x88\xb0\xaf\xec\x32\x2b\x67\xa1\xad\xcd\x49\xd1\x96\xf6\x8c\x80\xe2\xf4\xcf\x87\xe0\x64\xa5\xb9\x51\x5d\x16\xd4\xd7\xc7\x08\x4d\xf5\x99\x81\x5d\xce\xe0\x21\x4f\xf2\x82\x27\x44\x08\x92\x7a\x73\x7d\x36\x43\x80\x7b\xd4\xd6\x92\x2a\x03\xa9\x75\xb1\x4b\xbe\xd4\x61\x14\x73\xb2\x50\x7a\xb5\x0e\x58\x55\x87\x0e\x17\x5a\xac\x6f\x82\x40\x76\x58\xa7\x73\x9e\x8a\xe6\x2a\x75\xa7\x25\xf6\x12\x80\x57\xab\x55\xd5\xb9\x31\x34\xc3\x22\x7a\xe5\x8a\x0b\x3f\xdb\x26\x65\x95\x39\x41\xd1\x12\x50\x88\xc4\x33\x04\x46\x45\xd5\x97\x77\x35\xb7\x5e\x7b\x10\x24\x94\x68\xc2\x0b\xb4\x26\x6b\x5e\x6c\x9e\xcd\xd0\x85\x1a\x89\x1e\x96\x86\xbf\xcf\x4b\x9a\x49\xe8\xc8\xff\x9a\xb6\x66\x41\x56\x7b\x9b\x17\xd2\x12\x01\x93\xe6\x1d\xd0\xfb\xdc\x64\x21\x57\xb3\xaa\x12\xa3\x4b\x8e\x98\x22\x0f\x99\x03\x17\xd9\x0f\x6a\xb1\x45\x0d\xf9\x0a\xce\xd8\xd5\x04\xed\x2c\xe6\x5b\x00\x68\x73\xaf\x7a\xcc\xae\x16\x25\xa4\xfe\x5d\x21\x38\x5c\xaa\xe4\x2a\x79\xd0\x9c\xd8\x58\xd4\xab\x89\xbe\x37\x57\x93\x29\xba\x9a\x9c\xeb\x31\xf3\x02\x5d\x39\xd4\xaf\x7a\x02\x1b\xb2\xc6\x79\x0e\xd3\x83\x0b\x53\xe7\x05\x66\xa3\x5a\xa8\x96\xf1\x81\x67\x83\x90\xc2\x3e\xae\x18\xb8\xfb\x7d\xcd\x5b\x57\xa0\xaf\x71\x70\x1f\x46\x31\xe9\x41\xbd\xa0\x86\x31\xaa\xdb\xcc\x95\x38\x06\xee\x07\xdf\xcb\x53\xe3\xd4\x91\xd1\x3e\x34\x46\x6b\xbc\x9e\x8f\x8a\xd1\xba\x39\x45\x46\xdb\xc3\x68\xdd\x2a\x45\x46\x7b\xef\x19\xad\xdb\xab\xbd\x18\xad\x3d\x72\xdb\xb3\xd9\x46\x36\x86\xdb\x65\xb5\x6d\x4c\x44\x2f\xab\x1d\x6e\xde\xba\x04\x5b\xb0\x5a\x03\x41\xe8\x65\xb5\x01\xce\xdf\xc3\x70\xdb\xad\xc7\x44\x1e\xd4\x88\xef\xc1\xa8\x6e\x2f\xef\x86\x9b\x37\x99\xd6\x01\xc0\x3e\x5a\xbc\xed\x4e\xee\x05\xfe\xe2\x6e\x80\x7c\x0d\x3f\x6b\xcd\x70\x75\x38\x2d\x4e\x0a\x2e\x84\x49\xad\x9f\x91\x6b\xcc\xa4\x36\xda\xdc\x2f\x9c\xed\x16\x81\x11\xa2\x13\x49\x2b\x3c\x0c\xad\xc6\x49\xa8\x77\x4e\x08\x4b\x78\xaa\xd1\xbb\x6b\x23\x8c\x59\x0f\xa3\x77\x22\x32\x3c\x27\x19\x72\x5d\x58\xcf\x4f\x0d\x5a\x8b\xfe\xb1\x22\x0c\x09\x22\x6d\xfd\xbf\x1c\x2b\xee\x65\x63\x47\x5d\xbe\x13\x94\xe3\x02\xaf\x89\xd4\x36\xb4\x6a\x6e\xc2\x46\x0e\xab\xde\xd7\xbc\x2a\x91\x91\x54\x0d\x12\x0e\x92\x3a\x7c\xa9\x64\xf0\xad\xff\x2a\x85\xf4\x7a\x81\xf5\xf3\x2d\xed\x10\xcf\x8e\xb5\x9d\x47\x77\x73\x94\x68\x8e\x4e\xff\x83\x59\x6e\x2b\x05\xa7\x61\xb0\xfc\x31\x5c\x25\x47\x09\xbf\xb8\x95\x90\x8a\x6d\x5c\x1b\xbd\xce\xe6\xdb\xc1\x5c\x07\x58\xc7\x58\x5a\x3d\x32\x0c\xe3\x9e\x11\xec\xfe\x88\x8d\xed\x29\x76\x30\xe4\xe1\x9e\x90\xec\xa3\x06\x70\x1c\x2e\xce\xe4\x11\x73\x16\xc7\x58\xac\x88\xd8\x96\x76\x8e\xce\x72\x66\x91\xe7\xf4\xf2\x9c\x47\x45\xcf\x5b\x66\xb4\x1e\x6a\xde\x6c\xbb\xa5\xdc\x7d\x24\x23\xc1\xe1\x6d\x04\xa3\xa3\xf9\x02\xc1\xad\x47\x8d\x0f\xbe\xa7\xb4\xea\x9b\x14\x82\xf7\x0c\x69\xbe\x7f\xec\xff\x5e\x86\xf8\xb5\x4c\x0f\xe3\xc8\xd3\xce\xa2\xe6\x71\x68\xd4\x0e\x11\xc2\xfd\x44\xe5\xe0\x81\xc2\xf7\xe6\x14\x1e\x56\xba\xbb\xa7\x04\xd3\x9e\xae\x26\x43\xfd\xb6\x44\xbb\x7b\x49\x70\x82\x9e\xc2\x11\x65\x63\x47\xcb\x45\x4d\x77\x40\xc0\xba\x3f\x55\x3b\x3f\xe4\x17\x98\x1e\xc8\x07\x70\x30\xf9\x69\x86\xee\xad\x3f\x01\xa1\x9f\x99\x49\xdd\x7c\x65\x58\xf3\xd5\x44\x5b\xfe\x6b\x00\xa8\x21\x42\x1d\xce\x72\x14\x4e\xf7\xc3\x86\xaa\x95\x0f\x29\xa1\x35\x11\xc2\x03\x7d\x0e\x08\x1b\x5e\xcb\x2d\x44\x8e\xe6\xa9\xec\xa2\xfa\x83\x40\x51\x2f\x27\x25\x49\xeb\x9f\x74\xdf\xb0\xb4\xd1\x66\x9f\x18\x01\x7c\x3c\xba\xcc\x35\x7e\x01\x60\xd2\x05\xbe\x31\xdd\x3d\xa5\x4c\x48\x82\x21\x0d\x55\xff\x7a\x3c\x9b\x22\x41\xd7\x34\xc3\x8e\x7c\xbb\x73\x5a\x73\x3e\xc1\xc1\xbc\x3f\xf9\x5c\xb6\xa2\x97\x83\x42\x5a\xa8\xfd\xb0\xa0\x76\xef\x88\xe6\x7d\xa5\x74\x63\x08\xd8\x4e\x32\x66\x2f\x01\xea\x6c\xba\x8d\xbc\x79\x77\x24\xa8\x72\xf6\x02\x6e\x76\x4e\x5c\xee\x5d\xba\x40\x9f\xdb\x64\xe5\x33\x64\xc4\xf5\xe4\xb8\xca\xdd\xab\xf6\xc5\x5e\x66\x3f\x28\x6b\x3b\xa4\xfb\x51\xe5\xfa\x7b\x47\xe9\xdc\xea\x57\xa5\x9b\x41\x3c\x2d\xc8\x12\x17\x69\x06\x16\xfc\xc5\x16\xeb\x7c\x18\x35\xe4\x28\x5c\xfd\xd8\xd4\x18\x62\x03\x7a\x93\x26\x03\x6d\xf3\x8a\xb0\x63\x47\x90\x6c\xb6\xe7\x7a\x7a\xff\x98\x04\x27\x26\xc1\x79\xdc\xc1\xc5\x8d\x24\x38\x47\x4f\x1f\x7a\x98\x38\xe6\x31\x59\x70\xfc\x2b\x67\x32\xe2\x14\x96\x60\x81\x90\xf3\x00\xf2\xe1\x00\xc1\x1a\x9b\xfd\xa6\x9e\x0f\xe3\x6e\xa6\x88\x3e\x12\x9c\x9e\x28\x41\x62\xe7\xd9\xee\x94\x59\xa7\x5a\xa8\x41\x06\x71\xa4\xac\x39\xd5\x08\x86\x18\x10\x04\x35\xd5\xb1\xd2\xb8\xaa\x3a\xa3\x4d\x6c\xa1\x20\xdb\x7e\x46\x54\x6c\x11\x9a\x67\xab\x33\x08\x27\x09\x9a\xa8\xb8\x16\x24\x6f\x9b\x90\xd5\xc1\x3c\xbb\xfe\xf2\x0f\x2e\x92\x3e\xcc\x1e\xaf\xae\x29\x29\x5e\x18\xea\xa8\xb5\xaa\x27\xed\xef\x0a\x33\xed\x5e\x43\x9c\xc8\x12\x67\xde\x12\xba\x08\xbb\x6a\x2d\xfd\x8b\xb7\xd5\x52\xf6\x59\x65\xb5\x61\xf5\xd7\x92\x14\x1b\x1d\xb4\x5a\x25\x0e\x30\x92\x00\x80\x2b\x8d\x18\x66\x22\x2e\x21\x79\x7d\x95\xdb\x5e\x28\x51\x0d\x5b\x54\x7e\xcd\x50\x3b\x2f\x9d\x18\x6f\x18\xab\x1e\x1c\xe0\x36\xaf\x39\x55\xf3\x93\x05\x57\xd7\x1c\x64\x92\xf9\xc6\xf0\x43\x93\xff\xdc\xbc\x64\x4d\x67\xb6\x2b\xf5\x41\xd3\x91\xf9\x2e\xcc\xe0\x04\x4c\xb8\x48\x6c\x98\xc4\x5f\x3d\xda\x64\xb2\x0f\xd5\xc7\x26\x46\xe6\x84\x86\xb7\xc4\xef\xe0\x3f\x27\xee\xe5\x03\x24\x86\xfe\x5e\xa7\x31\x8f\xb9\xc9\x63\x6e\xf2\xbb\xca\x4d\x6e\x8e\xe0\xb7\x9e\xa0\xbc\x56\x7e\x70\x2f\x1b\x76\xcc\x65\x1e\x73\x99\xc7\x5c\xe6\x77\xe5\x60\x0c\x93\xb3\x98\xd0\x3c\x26\x34\x8f\x09\xcd\xbf\xf5\x84\xe6\x86\x36\xec\x90\xd5\xbc\x2b\xd3\x8b\x3d\x94\xb5\xa4\xe7\xda\xbe\xdb\x99\xba\x68\x6a\xb2\x99\xa9\x5f\x94\x40\x9e\x00\xcd\xd6\x99\x6b\x84\xaf\x64\x69\x1d\xcb\x56\x2b\xad\x0c\xe0\x4a\x20\x5a\x7b\x06\xc9\x96\x76\x5a\x45\x0e\xd7\x20\x2c\xd6\x75\x17\x2d\xce\xd1\xe2\xfc\x28\x2d\xce\xf6\x89\x97\xbd\xf7\x91\xa7\x61\x17\xa6\xc2\x3a\xcc\xb6\x96\xa3\xd2\x5a\xdd\x6a\x89\xda\x65\x3d\x55\xf9\x7d\x37\x4e\xf7\xd3\xeb\x21\x9b\x75\x3d\x93\xf3\xd1\xf2\xb7\x0f\x0c\x72\x07\x53\xf3\x88\x69\xef\xca\xe3\x8e\x62\x98\xee\xff\x64\xcc\xe9\x2e\x63\x4e\xf7\x98\xd3\xfd\xf6\x73\xba\xf7\x5f\xcb\xa1\xc4\xee\x3d\x12\x2f\x46\x31\xeb\xfb\x03\x93\x3f\x3b\xb2\xbe\xc3\xcf\xcd\x5a\xb5\xb7\x97\x02\x7e\x40\x1f\x8b\x79\xe0\xef\x5c\x70\xbe\xf3\xbc\xf0\x03\x47\xe4\x90\xc9\xe1\x47\x88\x5d\xdb\xd3\xcb\x80\x23\xde\xfa\xca\x17\x25\x4b\x74\xd8\x09\x95\x1b\xcb\x8e\x3a\xba\xb9\xc5\x9c\xf2\xde\x43\x7b\x1c\xfa\xd3\xcc\x6f\x91\xa7\xbd\xcc\x01\x8b\x58\x25\x9c\x07\xec\x21\x78\x9a\xd7\xdb\x67\x9b\xd7\x76\x8d\x2e\xab\x98\xa8\x5c\xa0\x2d\xed\x48\x83\x12\xcc\x60\x39\x2a\x05\x60\x81\x13\x9c\x25\xa5\x22\xf0\xb5\x6d\xaa\x1b\x63\x9e\x82\x45\x05\x7f\xa5\xeb\x72\xdd\x78\xe4\xc1\x3c\xed\x08\xfc\x58\x1f\x1b\x09\x12\xee\x57\xd7\x8e\xd7\x9f\x4f\xd1\xba\xcc\x24\xcd\xb3\x8d\xa5\x63\x60\x58\x42\x73\x22\x6f\x88\xc9\x0b\x5c\xf3\x0b\xe8\xca\xf8\x4d\xdb\xa8\xc9\x32\xdc\x4e\xdd\x6c\x20\xb9\x6f\x8a\x25\x9f\x7a\x88\x67\xf8\xae\x90\x28\x25\x89\x92\xc3\x9c\x3b\x5f\x31\x01\x37\x48\xca\xf4\xc3\x54\xf3\xbc\x6b\x9a\x90\x13\x45\x3c\xf1\x0c\xa1\x0b\xa2\x57\x8e\xb2\x94\x5e\xd3\xb4\xac\x2c\xe3\x1e\x18\x55\x54\x31\x54\x6d\x55\x6c\xc5\x6f\x34\x68\xbc\x91\x33\x0a\xc6\x65\x80\xa9\x87\xe6\x3e\x5e\xae\xe0\xdf\x62\x0d\x83\x87\x56\xc3\xa0\xfe\x5c\x2b\x7a\xa2\x11\x76\x5e\x09\x00\xc6\x21\xad\xcf\xae\x67\x2d\xb7\x40\x75\x8f\x2c\x38\xab\xa9\x73\xfd\x26\x3c\xcb\x48\x22\xe1\xe8\x0b\x74\x43\xb2\x0c\xe9\x8d\xd5\xc0\x9d\x6c\x63\x52\x73\xb7\x4d\xb8\xbb\xda\x14\x0e\x96\x24\x61\x44\x7f\x83\x7c\xd1\xbb\x27\x7b\x70\xd1\x41\x47\x5c\xef\x8b\x1d\xea\xd5\xa8\x8a\x01\x43\x2c\x74\xb8\x64\xc0\x74\xe2\xf4\xb8\x50\xfd\x80\xea\x59\xa8\x28\xaa\x79\xe6\x24\x2c\x02\xb2\xb6\xf7\xc0\x8e\xc5\x50\x91\x5a\x42\xf5\x0a\x4a\xa1\x64\x4e\x7d\xac\xcd\x21\x76\x2e\xca\x9b\x95\x0e\x24\xe4\x05\x38\x22\x75\xac\x8b\xd7\x3f\x2e\xe0\x36\xde\x92\xf0\x5e\x59\x7d\x7e\xab\xdc\x7c\xef\xbb\x38\x76\xfd\x79\xcd\x66\x52\xcf\xee\xea\xfb\x33\xaa\x54\xfa\x5d\xc9\xe7\x0f\xc9\x1f\xac\x1d\x6f\x7c\xb1\x04\x9f\x5e\xef\x55\x3f\x01\xe8\x0d\x2c\x86\x50\xec\xbf\x55\x3d\xe0\xc0\xf5\x15\x9a\x1c\x6e\xaf\xb2\x0b\xd5\xd8\x3d\xf1\x66\xd7\x19\x8c\x28\xce\xe0\x1e\x87\x0d\x6f\x5b\x57\x6c\x98\x3e\xc4\x8a\x0d\xed\x36\x76\x35\xee\xa4\x96\xc3\x6e\xd6\xe2\xb1\x0c\x69\x2b\x8b\xf6\x58\xa3\x59\x2c\x20\x11\xf3\x5a\xef\x97\xd7\xba\x0f\x56\xf9\xc0\x93\x5b\x9b\xa9\xc5\x52\x12\x5b\x2c\x56\xac\x27\xf1\x10\xd2\x5c\x9b\xcd\xfa\x66\x8b\x4a\xf4\x11\xad\x41\x9e\xb9\x55\x79\x89\xae\x6b\x31\xf8\xc6\xd6\x85\x26\x42\xd2\x42\xac\x36\x11\xb9\xf2\x63\x2b\x39\x11\xba\x85\xb1\xee\xc4\x68\xae\x1c\x8b\x4f\x3c\x30\xae\xfc\x2d\x55\xa0\xe8\x23\x5b\xdb\xf1\xe5\x91\xef\x6c\x51\x90\xa2\x6f\x77\x46\xf0\xe5\x58\x9a\x22\x96\xa6\x78\x98\x09\xc4\xbf\xc9\xa4\xbc\xb7\x99\x25\x7c\x8c\x17\xec\xb1\x95\xa7\xd8\xd2\x53\x77\x97\x61\x34\xb1\x50\x45\x2c\x54\x11\x0b\x55\xc4\x42\x15\xdf\x3a\x0b\x7a\xa4\xe4\x3d\xd6\xad\x88\x75\x2b\xa2\x88\x1c\xeb\x56\xdc\xe7\x48\xee\x58\xbc\x22\x16\xaf\x78\x7c\x54\x33\x16\xaf\xb8\xdf\xf9\x23\x62\x05\x8b\x58\xc1\x22\x56\xb0\x88\x15\x2c\xee\x3c\xaf\xfb\xbd\x91\xef\xb6\x27\x9a\xb1\x8c\xc5\x9d\xfb\x60\x63\x19\x8b\x58\xc6\xe2\x41\x91\xbb\x58\xc6\xe2\x90\x24\xf9\xfb\x98\x75\x38\x66\x1d\xbe\xdb\xac\xc3\xdf\x7f\xf3\x59\x87\x47\x99\x7e\x9c\x3d\xb9\xcb\x86\xdc\x65\x09\x41\x6e\xe7\x6a\x32\xae\x79\x38\xdf\x68\xca\xa4\x24\x0f\x67\xf5\xd8\xc5\x3f\xf2\xbd\x01\xd7\xbe\x75\xe7\x64\x84\xb3\xa6\x0a\x98\x69\x49\xdf\x21\xe3\xc8\x5e\x03\xd3\xf1\xc1\x3b\x78\x6a\x02\x33\x1b\x3c\xd2\xb5\x4f\x8e\xa0\xc2\x8f\x20\x53\x6d\x25\x29\x76\x4a\x87\x9d\xd2\x49\x3d\x4b\x43\x7d\xe4\x07\x3f\x08\x20\x03\x55\xc8\xc1\x7b\x7b\x7b\x6e\xf1\xa0\xfa\x4b\x32\xe2\xb4\xc6\xdc\xa9\x31\x77\x6a\xcc\x9d\xfa\x2d\xa5\x80\x8a\xb9\x53\x1f\x6e\xee\xd4\x4e\x7a\x7d\x9f\x72\xa7\x76\x0f\x72\xd7\xdc\xa9\xfd\xd3\xde\x95\xc7\x1d\x2f\x77\x6a\xe7\x27\x63\xee\x54\x19\x73\xa7\xc6\xdc\xa9\x77\x94\x3b\xb5\xf3\x5a\xee\x98\x3b\x55\xbd\x16\xf3\xa7\x3e\x48\x19\xf4\x1e\xe7\x4f\xed\xd6\xc9\x62\xfe\xd4\x3b\x17\x9e\xef\x47\xfe\xd4\xee\x23\x72\xf0\xfc\xa9\xfd\xa2\x57\xcc\x9f\x1a\xf3\xa7\xc6\xfc\xa9\x77\x9c\x3f\x15\xbd\x5d\x80\x01\x18\x7c\xa7\x7a\xa7\x20\xdf\xa8\x6d\x6c\x17\x5d\x10\x28\xd1\xfa\x3f\x9e\x7f\xe7\x3c\xc3\xaf\xce\x3f\xa1\xb2\xf2\xda\x1f\x9a\x91\xc5\x54\xac\x31\x15\xab\xbc\x8f\xa9\x58\xfb\x7d\xe5\xbb\x30\xe4\x3d\x52\xb1\x7e\xbf\x55\x2a\xd6\x21\x73\x46\x4c\xc5\xfa\x48\x52\xb1\x8e\x30\x22\x3d\xec\x54\xac\xdf\xc7\x54\xac\x31\x15\x6b\x4c\xc5\x7a\xe8\x54\xac\x23\xe8\xc6\x58\x86\x74\x84\x54\xac\x01\xc7\xf6\x60\xf2\xb6\xaa\x6d\xcd\xc2\xe5\xdc\xf5\x1a\x51\x0b\x62\x42\x2d\x20\x07\x57\x10\x83\x63\x23\xfc\x1b\x88\x86\xfb\x18\x85\x14\xa3\x8d\x8e\x11\x3d\xf4\x7d\x4c\x2d\x1c\x93\x18\x1e\x22\x89\x61\x07\x76\xf2\x31\x24\x31\xfc\x3e\xa6\x16\xde\x66\xb1\x62\x6a\xe1\x07\x93\xc4\xf0\xfb\x6f\x3c\xb5\x70\x07\xd1\x1a\xe4\x99\xdb\xa7\x16\x0e\x5c\x8b\xc1\x37\x76\x4b\x2d\xfc\x7d\x4c\x2d\x1c\xb9\x72\x27\x57\x7e\x3c\xa9\x85\xbf\x8f\xa9\x85\x77\xe4\xca\x31\xb5\xf0\x03\xe3\xca\xdf\x5c\x6a\xe1\x0e\xb2\xb5\x1d\x5f\x1e\xf9\xce\xb6\xa9\x85\x3b\x76\x67\x34\x5f\xbe\x74\x71\x48\xfd\x7c\x59\xb7\xab\x59\x8c\x7c\x3a\x30\x75\x4e\x50\xf3\x27\x2f\xdc\x2f\x9e\x4b\xd4\x70\xee\xba\xc9\x63\x27\xd6\x8d\x47\xc4\x53\xb7\xdb\x3c\x88\x7c\x0e\xe8\x95\xa6\x34\x90\x6f\x23\xdb\xa8\x57\xa8\x76\xb6\x7c\x6c\x8c\xc9\x73\x7c\x8f\xb3\x4b\x3f\xaa\x2c\xca\x3d\xe4\xa7\xc2\x5f\x39\x6f\x93\x37\x52\x4b\xa1\xbc\x83\x31\x45\xbf\xb8\x73\x5b\x0b\x1b\x0f\x58\x1f\xaf\xc3\xab\x77\x7d\x9f\xd3\xe8\x1e\x28\x26\xba\x1d\x14\x35\x48\x38\xbc\xc6\x68\xc5\xb3\xb4\x2b\x92\xad\xc7\xbc\xbc\xfd\xcd\x7f\xe0\x99\x14\x8e\x75\x99\xef\x73\xe6\xb2\x31\xb7\xea\x0e\x92\xe8\xde\xca\xb5\x7a\x9c\x59\xfe\x5d\xa6\xd9\x9f\xed\xd3\x46\xe2\xe8\x36\x57\x6f\xbe\xb2\xa3\x27\x7c\x20\x27\xfa\xbd\x0d\x6c\x7d\x2c\x61\xe1\x07\x80\xef\x1c\x33\xa6\xfc\x11\xa7\x66\x6f\x45\x9c\x4f\x5b\x77\xea\x41\xc5\xa0\x7f\xe3\x04\xe1\xa1\xdc\xbd\x2d\xc3\xe4\x63\xf2\xec\x5d\x92\x67\xc7\x44\x27\x8f\x39\xd1\xc9\x37\x94\xac\x39\x26\x44\xb9\x7b\x36\x71\x4b\x94\x3e\x26\x03\x8e\xc9\x80\x87\xd2\x68\x76\x31\xb5\xa3\x66\x05\x7e\x1c\x0c\x69\x3c\x7b\x89\x09\x66\xef\xd5\x15\xda\x2a\xc1\xec\xc3\xe2\x92\x3d\xb9\x16\x8f\x95\xf1\x73\x37\x7e\x35\xc7\x32\x59\x9d\x5e\xbf\x98\xfd\x6f\x3e\xef\xbb\x0a\xff\x9b\xcf\x7d\x87\x82\x6c\x65\xe5\xf2\xe1\x28\xff\xc5\xe7\x31\x09\x56\x4c\x82\xf5\x28\xe3\xf8\x2f\xea\x49\xaf\x9e\x88\x47\x98\xf6\xea\xa2\x96\xea\xca\x10\x29\x1b\x58\x64\x32\x5e\x15\xfa\xc6\xab\xab\x7e\xcb\x79\xae\x46\xd0\x69\xa0\x6a\x33\x4d\xd5\x86\xf2\x58\xbd\x0a\x84\x25\x3e\x80\x59\x8d\x4b\x7c\xe5\x93\xf7\x76\x66\xab\xda\xd3\x03\xa5\xae\xf2\xfb\x1c\x95\x9b\xca\x6f\xe7\x41\x1e\xfd\x68\x51\x52\xed\xca\xfe\x49\xa6\xce\x0b\x3e\xef\x08\x49\x7b\xd7\x91\x45\xea\x06\x0b\x94\xac\x48\xf2\xe5\x50\x61\x61\x63\x92\x5d\x75\x0d\xc6\x24\x69\xea\xc9\x66\x75\x98\x31\x76\xa6\xb3\xfa\x5b\xb9\xc6\x0c\xb9\x0c\x56\x2e\xbb\x95\x96\x8b\xdb\xd9\xab\xc6\xa4\x96\xea\xca\x5f\xf5\x74\x5e\x50\xb2\x78\x76\xac\xcc\x55\x17\xe1\x5c\x55\x53\x0b\xc8\x0a\xa5\xac\x0a\xeb\x53\x41\x18\xc6\xa5\x41\x7e\xfd\x17\x9f\xfb\x9d\xbf\xe2\xeb\x3c\x23\xea\x54\x17\xe8\x2f\x98\x66\xb5\x94\xa1\x47\x49\x5c\xe5\x5f\xca\xa1\xcc\x54\xa6\x89\x96\x19\x4c\x14\xbd\x61\x03\xff\xc5\xe7\x31\xdd\xd4\x3d\x91\xf6\xb6\x49\x37\xf5\xbf\xeb\xfb\xb6\x75\xa0\xb5\xcf\x78\x62\xca\xa8\xdb\x17\x35\xeb\x29\xa2\x1e\x84\x98\x39\x3a\x15\x55\x4d\x01\xdd\x33\xd7\x54\x4b\xda\xe9\x27\x73\x8d\xc4\x51\x60\x57\x5d\x81\xf6\x8a\xc8\x57\x92\x94\x9a\xf7\xd3\x2c\x43\x19\xe7\x5f\x50\x46\xbf\x0c\xda\x2c\x24\x59\xe7\x8a\xa0\x04\x08\x20\x64\x5e\x79\x4d\x70\x9a\x51\x46\x2e\xc0\x55\x10\xe2\x48\x35\xcb\x5b\x6a\xb5\x6b\xca\x90\xf6\x2e\xa8\xb3\x9d\x61\x48\xe2\x62\xe8\x97\x90\xb8\x90\x97\x5a\x4e\xc0\xd2\xcd\x40\x5d\x9b\x39\xb1\x09\x5f\x8c\xad\x15\xda\x6f\x84\x24\x6b\x24\x0b\xf8\x08\x47\x92\x14\x6b\xca\x94\x90\x45\xe5\x4f\xe6\xca\x42\x32\xa0\x39\x41\x39\x57\x4c\xf5\x9a\xa0\x0a\x82\x35\x18\x5d\x3e\x9d\xcc\x71\xf2\x85\x2f\x16\xef\xe8\x9a\x06\xac\x33\xf5\x19\xfa\x69\x0a\xf4\x90\xcc\x50\xd7\xb8\xf8\xa2\x09\x06\x15\x30\xa1\x85\xe6\x94\xe8\xb5\x97\x6f\xe7\x8f\x23\x4b\xe1\x68\x86\x1b\xce\xf6\xd1\x58\xf1\x56\xfa\x04\x51\x26\x09\x11\x62\x51\x66\xd9\x06\xa9\x5b\x20\x56\x24\xd5\x30\x30\xbb\xd6\x95\xc1\xb7\x28\x19\x04\xbf\x40\xaa\x26\x29\x4d\xd4\x14\xa3\x19\x5a\x13\xcc\x44\xb5\x45\xa6\x57\x9b\x7d\x3c\xe7\x29\x12\x74\xc9\x70\x26\xfe\x7f\xf6\xde\xbe\xb9\x6d\x5c\xcb\x1b\xfc\x2a\x58\xf7\x54\xc5\xae\x95\xe4\xa4\x5f\xef\xcd\xd4\xfc\xe1\xb6\x9d\x6e\xcf\x4d\x1c\x8f\xed\xa4\x77\x6a\x3c\xd5\x17\x22\x21\x09\x63\x0a\xe0\x25\x48\xdb\xea\xd9\xae\xda\xaf\xb1\x5f\x6f\x3f\xc9\x16\xce\x39\x00\x41\x0a\x94\x28\x5b\x4e\xa7\x73\xf5\x3c\x53\xb7\x63\x11\x04\xf1\x7a\xde\xcf\xef\x2c\x3d\xce\x32\x57\x43\x47\xa5\x2e\x75\x26\xe7\x05\xcf\x32\x91\x49\x33\xb7\x1f\x00\xa3\x1d\xf6\x43\x1b\x86\x2e\xd5\xc6\x28\x5e\x85\x63\x08\x3b\x90\x06\x2d\x8e\x68\x7d\x7f\xe5\xb1\xae\x82\x41\xe0\x3b\xdd\x83\xa4\x95\x88\xd2\xa6\x48\xe5\x90\x44\xab\x44\xe4\xa5\x39\xbc\xd7\xc5\x6d\xa6\x79\x6a\x0e\x09\x9e\x21\x13\x85\x39\xb4\x72\xc6\xb0\xa8\xd4\xb0\xd4\xc3\x7a\xef\x0e\x7b\x62\x96\x71\x55\xf1\x3a\xdd\x3a\x02\xbe\x16\x3e\x77\xb0\x10\xa6\x01\xb0\x00\x68\x10\x98\x0a\x8f\x16\x59\x98\x3a\xbd\x62\x46\xec\xad\xb0\x0b\xfe\xf7\x66\x57\x7f\xc7\x3c\x75\x56\x29\x80\x5c\x5b\xe8\x0a\x8c\xad\x0e\x24\xf7\xde\x2e\xa1\xfb\x31\xd5\x75\x76\xfb\xc4\x8a\x97\x56\x16\xa4\x34\xf7\xe0\x92\xe6\x32\xb9\x75\xc3\xa8\x94\xfc\x47\x45\xb7\x9e\xae\x04\x1c\x88\xdc\x92\x56\x97\xf0\x41\x6d\x6b\x90\x24\xe6\x28\xd2\x88\xe1\xd7\x4a\x10\x69\xed\xd3\xca\x20\xc2\x3e\xe6\x11\x18\x69\x85\x79\x2b\x60\xdb\x8f\xda\x23\x43\x1f\x0c\x56\x01\x2d\xd6\x1e\x32\xcd\x2d\xc8\x88\x81\x18\x5b\x15\x30\x3a\x18\x33\x6f\xbc\x0d\xc4\x28\xe1\x80\x01\x07\x78\x15\x2a\xa5\x6c\x73\xbb\xd3\x68\x3b\x2e\x3d\x58\x1f\xe6\x36\x24\x65\xb6\x18\x31\xf6\xb3\xbe\x17\x77\xa2\x18\xb0\xff\xd4\x15\x74\x63\xc4\xd2\xc2\xff\x9b\x9d\xd3\xdf\x2d\x8d\xc4\xee\xec\x42\xdf\x0b\xbb\xf4\x85\xa8\xd3\xd1\x20\x1d\x22\x4b\xd9\xdf\xc5\x43\x29\x94\x01\x56\x76\xf7\x0a\x2a\xcf\xfd\x9d\x1d\x5d\x9c\x3d\xef\xd9\xfd\xaa\x5e\xbb\xe1\x42\x57\xc5\x50\xdf\xab\x61\xae\xd3\x61\xe0\x07\xa5\xc3\x3d\xd6\x3a\x13\x5c\x41\xe2\x54\x7d\x4b\xd7\x11\x2e\x07\x98\xb7\x4c\xc0\x62\xa4\xca\xd2\x29\x5e\x02\xc9\x40\x13\xb8\x55\x34\x31\xa2\x03\xf1\xb1\xda\xef\xbb\x34\x38\xcb\x88\x4a\xc1\xd3\x05\x29\xe6\xce\xbd\xe7\x50\x06\x15\xee\x30\xbd\x7d\x6f\x4f\xdc\xfe\xfe\xc8\x4e\x7e\x14\x50\x61\x36\x64\x23\x02\x2d\xaf\xc9\xeb\x01\xbb\xa9\x5e\xbe\xfc\x26\x61\xd8\x3c\x98\xfb\xc1\x80\xc9\x91\x18\x61\x77\x76\x26\x76\xe9\x59\x26\x26\x80\x3e\x97\x02\x4e\x5a\x3d\x80\x39\x7f\x08\xc9\xdb\xe7\x40\x93\xba\xb1\x3a\x8e\xe8\x86\xfc\xa3\x12\xc5\x82\xe9\x3b\x51\xb8\xfd\xe2\x3e\x69\x17\x52\x7b\xfc\x85\x46\x8c\x32\x76\x0e\xde\x96\x6c\xd1\xa0\x17\x46\x80\x6d\xde\x8a\xc9\x90\x05\x64\xaf\xf3\x42\x57\x1b\x2f\x81\x1d\xc7\x9d\x14\xf7\xb0\x16\xf6\xc8\xda\x1b\x34\x24\x6c\xda\x43\xa4\x08\x87\x5f\xc1\x7f\xfd\x01\xee\x61\xc1\xda\xa8\x50\xba\x93\xa4\x96\x96\xec\xa4\x91\x16\x0b\x34\x0e\x6e\x3c\x9d\x44\x7f\xe9\xed\x61\x21\x39\x0e\x62\x0f\x3f\x05\x7f\x5a\xa7\x49\x25\xba\x10\x76\xba\x17\x3a\xbd\xa6\x09\x3a\xfb\x64\x59\x66\x24\x15\x1e\x4d\x4a\x51\xbc\x21\x49\x23\xe2\xa3\x8d\x37\x24\xaf\x21\x29\x7e\x13\x01\xa6\x23\xb0\x9b\xfd\xbb\x1e\xe3\x12\xcd\xb8\xa9\x25\x98\x5a\xc4\xdd\x17\x12\x88\xf1\xb2\x5d\xe2\x00\x90\x20\x83\x03\x25\x0d\x61\x42\x76\x8c\x81\x4f\x4a\x4a\x33\xb1\x1f\xa5\x6f\x19\x87\x13\x23\x32\x39\x95\xe4\x2d\x1c\x8b\x56\x85\x96\x54\xd8\x6f\xa7\xc4\x14\x5d\x17\xd2\x50\x80\x00\x3d\x1e\x00\xa6\x9a\x9d\x5f\xb2\x48\x32\xc1\xa6\x15\x2f\xb8\x2a\x85\x30\xe4\xfd\x9c\x48\xc5\x33\xf9\x9b\x28\xcc\x81\x3f\x12\x33\xad\x34\x40\x21\x2e\x4d\x26\x60\xb9\xf6\x6b\xf7\x5a\xbd\x28\x57\x0c\x2d\xb6\x18\x76\x32\xbf\x89\x42\xd7\xbd\x8c\x45\xa2\xe7\x62\x69\xba\xd4\x0b\x93\xf3\xb9\x48\x25\x2f\x45\xb6\xa0\xf5\x92\xa5\x5f\x2a\x4b\x83\xc3\x0f\x00\x46\xe4\x30\xb3\xca\x9b\x83\x41\x84\x7c\x28\x9a\x12\x1b\x2f\x08\x4c\x87\x48\x06\xc2\x45\xc2\x50\xae\xaf\xdf\x36\x37\x87\x90\x26\x7b\x65\x56\xac\xd1\xda\xec\x39\x3e\x8c\x9c\xe3\x6d\xd4\xd3\x8e\x58\xa5\xd7\xe8\x71\x68\xc5\x6b\xbb\x27\x97\x0d\xc8\xff\xde\xcb\x2f\x09\x1a\x53\xc4\x98\xd7\xd0\x56\xb0\x55\xb6\xf0\x8c\x71\x83\x9c\x95\x9a\x64\xc4\x2d\xbf\x97\xc1\x44\xec\x25\xf6\x6c\xcf\x32\x70\xb0\x45\xd3\x45\x4d\x21\x9b\x9e\xd2\xef\xfd\x4d\x70\x38\xa3\x54\x54\x74\x06\x12\xa2\x19\x92\x5e\xa5\x8b\x54\x14\x2e\xb3\xc5\x08\xcb\x28\xed\xf2\xe4\x24\xfb\x1a\xd7\x65\x98\xce\x23\x15\xbb\x7c\x73\xfc\xcd\x37\xdf\xfc\x15\xc1\xa3\xe8\x20\x4a\xc5\x3e\x5c\x1f\x6f\xc7\xda\xbc\x0a\x8f\xf1\xba\xb6\xd2\xd5\x01\x07\x08\x82\x46\x50\xc3\xa1\x09\xf0\x45\xcb\x77\xf0\xa9\xf8\xff\x93\xac\x6a\x01\x00\xe3\x60\xef\x61\x58\x0f\x6f\x98\xdb\x56\xc3\xb9\x28\xa6\x62\x78\x2b\x16\x94\xdc\xb7\x17\x6d\x65\x4a\xbb\x99\xd3\x05\x84\xe3\x15\x53\x58\x58\x54\x9b\xd7\x1d\x67\x90\x39\x10\x4a\xb5\x10\x3c\x01\x0d\x77\xc6\x8d\x58\xb6\x4f\xaf\x14\x73\x9c\x29\xe2\x11\x67\x9a\x27\xb7\x4a\xdf\x67\x22\x9d\xd6\x00\x7e\x64\x37\xa7\x3d\xf8\x72\x0e\x3b\xc8\xbc\x22\x7d\xc2\xb6\x5c\xb9\x1e\xb6\x41\xcc\xe3\x2e\xbb\x27\x60\xf4\xb9\x0e\xb1\xac\xf7\x71\xa1\xd5\x9a\xe8\x12\x6a\xd2\x3f\xc2\x24\x29\xb4\xda\x85\x99\xec\xc2\x4c\xbe\x7c\xdb\xff\x2e\xcc\xc4\x5e\x7b\x77\xdf\x07\x4c\xaa\x24\xab\xd2\xba\x36\xe3\x4c\xa4\x55\xf6\xfc\x1b\xf9\xf8\x68\x8d\x06\x11\x7c\x4c\x30\x8a\xa7\x75\x7f\x96\x39\x6e\x16\x9a\xb2\xbc\x3e\xeb\x79\xc9\xb6\x83\x55\x1a\x9d\xaf\x73\x90\x07\xcd\x62\x4e\x72\xb7\x5d\x3b\x4f\xf9\x67\xc2\xb0\x36\xf1\x94\xd3\xde\x6e\xc5\x5b\xde\x94\x7e\x76\x6e\xf3\x9d\xdb\xfc\x19\xdc\xe6\xcd\x43\xb6\x25\xff\xf9\x32\x49\x5e\x4f\x0e\x1f\xe1\x4c\x07\xca\x01\x8a\xa0\x24\xf3\xad\xaf\xcd\x51\x54\x6a\x7d\x3d\x26\x64\xfd\x7b\x83\xbd\xff\xd1\xe3\xeb\x4e\xc7\xbb\xd5\xeb\x81\xab\x26\x8b\x0b\x9d\xc9\x64\xb1\xca\x93\x42\xb9\x55\x65\x21\x38\xe4\x0f\x38\x4b\x82\x9f\x82\xa9\x2d\x49\xec\x23\x60\x12\x51\x9e\x13\x2f\xc4\x6b\x36\x64\x37\x7b\x47\x59\xa6\xef\x6f\xf6\xd8\x3e\x15\x86\x39\x78\xed\x9c\xb6\x8e\xb8\xd8\x2f\x14\x95\x0a\xfa\xcf\x16\xff\x0a\xef\xbe\xd1\xc5\x58\xa6\x37\x7b\xaf\xad\xea\x39\x96\xa9\x09\xc7\x50\x54\xca\x0c\x98\xb9\x95\x88\xc6\xa9\xc4\x03\xfc\xc6\xe4\x84\xe5\x85\xb8\x93\xba\x02\x37\x0d\x9b\x71\xa3\x5e\x94\xb5\xa1\x77\x21\x4a\xec\xfd\x52\xe4\x19\x4f\x84\xed\x3e\xe1\x2a\x11\x99\xb7\x94\x04\x76\x2c\xe7\x57\x2c\xb0\xb1\xc1\xbd\x29\x67\x8c\x33\x25\xee\x99\x56\x51\x38\x20\xb4\x32\xd8\xc9\xfd\x2c\x4d\xa9\x8b\x45\x87\xf3\xbf\xa9\xde\xe2\x5b\xf5\x48\x9d\x37\xb0\x10\x25\x97\x8a\x4c\xa1\x40\x19\x81\x64\x21\x8e\x78\x2a\x8d\x25\x89\x95\x34\x33\x5f\xae\x49\x3c\xe4\x99\x4c\x64\x09\x86\x58\x18\x3e\x54\x2f\xf2\x15\xb9\x1b\x41\x03\xaf\x7a\x5a\x33\xc2\x53\xb5\xc6\xf9\xf6\x3f\xce\xc2\xbe\xd6\x09\x41\x67\xa0\x0f\x0a\x5d\x93\x8f\xfc\x7b\x3d\x1a\x2f\x44\xba\x1b\x10\x5d\x66\xf7\x94\x49\x05\x5f\x65\x38\xc3\x01\x78\x50\x1d\x01\x14\x6a\x74\x2f\x6f\x65\x2e\x52\xc9\x47\xba\x98\x1e\xda\xbf\x0e\x6d\xf3\xae\x38\xca\xc2\x4e\x64\x6d\x18\xcb\x7b\xc2\xcf\x67\x29\xb5\x0c\x23\x58\x26\xba\x60\xae\x27\xbf\x7c\x72\x62\x4f\xda\x5c\x1a\x23\x8c\x1f\x7b\x8a\xc6\x22\x80\x46\x82\x1a\xed\xdc\x68\x35\x62\xec\x9d\x04\xc0\x79\x38\x2f\xc1\xd5\xf4\xab\xaf\x2b\x07\x43\x44\x47\x4c\x2b\xb1\xde\x3a\x8b\xd1\x2b\xb5\x43\x72\xd3\xe3\x5c\xbf\xf9\xa9\x8f\xf4\x37\x7d\x0d\x74\x95\xb1\x1c\x25\x36\x11\x2b\x23\x64\x7c\xca\x4a\x91\x65\xde\xfa\x42\x96\x37\x48\x37\xc5\x57\xad\xac\x60\xac\x98\xd0\x20\x8a\xe0\xe0\x49\xb5\x20\x20\xd8\x3c\xcf\x16\x10\x8f\x9c\x15\xce\x55\x5c\x94\xa1\xcb\xc9\x8c\x58\x63\xfc\x10\x02\x31\x8a\xb8\xc0\x37\xe2\x82\xed\x2b\xd2\x8b\xbb\xad\x75\x30\x34\x1a\xf6\x70\x32\x6c\x60\x9a\xea\xf0\x34\x1c\x79\x71\x94\xce\x08\xac\x51\x94\x54\x3f\x49\x50\x75\xce\xc8\xe5\x62\x55\xae\x78\x0b\xde\xc2\xb8\x45\xf7\x2c\x00\xea\x05\x32\x77\xcf\x63\x35\x5c\x9c\x7d\xb7\x11\x46\xe5\xef\xf7\x36\xec\xa9\x3d\x5d\x55\xab\x70\x40\x9e\x64\xdf\xfc\xf7\x26\x9f\x58\xe1\xa8\x72\xcd\x02\x39\x89\xfb\x00\x1d\xa0\x72\xc0\x37\x30\x1f\x3a\xb7\xcc\x05\x4e\x54\x5e\x08\xd4\xf6\x20\x0e\x69\x67\xf2\xdc\x99\x3c\xbf\x6c\xbd\xed\x8b\x30\x79\xae\x8a\x5f\xc1\x7b\x17\x04\xab\xb5\xa4\x46\xda\x74\x69\x82\xe8\xbd\xcf\xd1\xe0\xb7\x24\x93\x3e\x89\x5d\x6f\xd9\x9a\xd7\xee\xbe\x1f\x69\x8e\x15\x13\xe6\x25\xa7\x28\x1a\x22\x74\x10\x6e\x0b\x3c\xaf\xb1\x63\x35\x2d\x5f\x4b\xa2\x1f\x73\x0b\x82\x38\x5b\xb3\xf2\xa8\xfc\xf9\x2e\xcb\x13\xfd\x03\xab\xa2\x8f\x3f\x8f\xfb\x52\x27\xa2\x3e\x25\x61\xf3\x29\xb7\xe2\x6b\x88\x24\xda\x79\x63\x77\xa2\xc9\x4e\x34\xf9\x27\x17\x4d\xfe\x89\xbd\xb1\x2d\x2a\xf8\x65\xba\x63\xdb\x93\xdc\xc8\x1f\x1b\x5b\xa1\x1e\xfc\x64\xcb\x1e\xd9\x56\xef\x3b\x97\xec\x97\xc5\xb5\xfe\x20\x97\x6c\x5b\x06\xda\xf9\x64\x77\x3e\xd9\xed\xfb\x64\xdb\xa7\x6c\x3b\x4e\xd9\x18\x5d\xde\x79\x65\x77\x5e\xd9\x3f\xb1\x57\xf6\x4f\xe5\x86\x75\xf7\x6f\xe7\x87\xdd\xf9\x61\x37\x3f\xc4\x5f\xa8\xe3\xb5\xeb\x52\xf4\x63\x61\x3b\xd7\xeb\xce\xf5\xfa\x48\xd7\x6b\xe4\xe0\xed\x7c\xaf\x5f\xa4\xaa\xb8\xd3\xcf\x76\x06\xce\x9d\xef\xb5\x8f\x20\xfa\x34\x96\xbd\x6d\xcb\xdd\xce\xfd\xfa\xe7\xb9\x2f\x3b\xf7\xeb\xf3\xb9\x5f\x13\x7b\xea\x26\x58\x31\xa0\x0e\x3e\xac\x7f\xbc\x92\x53\x2b\x51\x5e\x22\x1b\x59\x75\x4d\x4e\x02\xc1\x25\xe8\x15\x20\xb9\x2c\xbf\x23\x4e\xb4\x13\x51\x76\x22\xca\x97\x21\xa2\x3c\x2f\x79\xbb\x9e\x89\xc6\x35\xa2\x55\x62\xb2\x34\x22\x9b\x20\xb6\x9a\x5a\x30\x9e\x62\x3e\x3c\xcf\x60\x51\x48\xed\xea\x63\x38\x0a\x6f\xfe\x68\xed\xcd\x5f\xe7\x8a\x3c\x11\x85\xbc\x03\x78\x82\x5a\xf7\x43\x7c\xe5\xb2\xae\xac\xfb\x0c\xc3\xea\xe7\x3c\xdc\x8c\xca\x2d\x3b\x15\x37\x7c\x7f\x4b\xce\xc6\xcd\xbe\xda\x81\x66\xbe\x79\xd9\x76\xab\xa5\x7f\x80\xcb\x17\x57\xef\xad\x02\x6f\x4a\x3e\xcf\x3d\xde\x35\xe8\xf5\x78\x5f\x3d\x00\x60\x12\x20\x35\x3c\x23\xda\xf7\x2c\x8e\xf6\x0d\xc6\xe7\x26\xce\x77\x70\x0e\xd1\x28\xb3\x09\xd0\x37\xe0\x7c\xb7\x61\xbe\xd7\xf6\x16\x87\xdd\x76\xaf\xf1\x3c\x2f\xf4\x1d\xcf\xf0\xfd\x41\x60\xc6\x39\x82\x27\x22\x65\xba\x60\x27\x42\xc9\xe7\x47\xe0\xde\xec\xa8\x2d\xfb\xbb\x77\x5e\xeb\x3f\x9e\xcf\x7b\xeb\xde\xa3\xad\x7e\x1b\x91\xde\x9d\x7b\xfa\xb3\x94\x2d\x7a\xbb\x83\x37\x94\xfc\x9f\xe8\x26\x7e\x04\x07\x5e\xa1\x6b\xa0\x7b\x24\x10\x35\xec\x9f\xf3\x79\x55\x02\x13\xa8\x51\xfe\xbc\xd0\xe4\x55\xe2\x11\xd6\xc5\x83\xd3\xe7\xe8\xb0\x4a\xd9\x07\xcb\x35\x08\xd7\xce\xb0\x84\x2b\x07\xda\xa4\x49\x8b\xc7\xb2\x0b\x80\x43\x48\x8d\x00\x27\x97\xa4\x9e\xf1\x22\x28\x54\x06\x1d\x26\xfe\xac\xcd\x75\x8a\x65\xd4\xc6\x0b\xc0\xb4\x5d\x1b\xe5\xe3\x14\xa5\x25\x8a\x29\x1e\xca\x22\xb2\x18\xa7\xf6\xe7\xd5\x82\x17\xe0\xe5\x1a\x51\xd8\xcb\x84\xc8\xba\xa3\x33\x35\xd1\x48\xe2\x26\x3c\x41\x0b\x33\xf1\xcb\xd8\xf8\x6a\x31\xf3\xa2\x31\xa4\x2e\x52\x13\xe1\x55\xd3\x42\x57\x79\x44\x72\xfc\xc9\xfe\xfe\x3c\xc3\x5f\x3b\xac\x81\x5f\xec\xa5\x61\xfd\xc8\x8d\xf8\xfe\xdb\xa1\x50\x89\x4e\x45\xca\x2e\xfe\x76\x7c\xf5\xd5\xab\x97\xec\xf8\xea\x92\x91\x79\xa3\xd9\x59\xe0\x56\x1b\x2f\x4a\x10\x5a\x2a\x19\xa1\x8d\x1f\xce\x4e\x9e\x67\xb2\x35\x21\xa9\xe0\x30\x2f\x7f\x1a\x22\x0a\x44\x4a\x67\xbd\x2e\xa2\xc8\xf1\xa4\x4f\x18\xbc\x08\xfe\x3d\xf1\x40\x6e\xac\x5b\xb1\xf0\x36\xc8\x3b\x08\x5d\x98\x68\x1c\x5a\x4d\x23\x4b\xad\x33\x33\x92\xa2\x9c\x80\x6f\x78\x56\xce\xb3\xc3\x62\x92\x7c\xf7\xf5\x5f\x5e\x7e\x65\x30\xcc\x6d\xf8\xed\xe8\xeb\xd1\xab\xd1\x37\x37\x8a\xd9\xff\xb7\xf9\x9b\xaf\xbe\xde\x68\x5b\xed\xb2\xc5\x8b\xdc\x9d\x3d\xe7\xda\x2f\x93\x5c\x55\x65\xd9\x93\x28\x61\xc4\x0b\xb9\xda\x7e\x12\xf4\x1f\x99\xfd\xc4\xd3\x44\x40\xb5\x23\x41\x73\xd0\x76\xec\xc2\x96\x43\x2c\x07\x3c\x91\xc6\x54\x22\x6d\xe8\xa3\x33\xd1\x80\xea\xec\xbe\x05\xab\xa0\x13\xbd\xce\x02\x43\xc9\x64\x5d\x60\x95\x46\x39\x60\xa6\x4a\x66\xcc\x0f\x95\x67\x0c\x36\x40\x49\x9e\x3d\xc9\xc1\xb9\x91\xa8\x13\xc0\x1f\x6e\x97\xab\xd6\x1d\xb7\xd9\xa5\xd6\x45\x2a\x15\x1c\x53\x60\xab\x82\x9b\x95\x2e\x44\x68\xe0\x85\x65\xce\x32\xf8\x9b\x40\x23\x77\x7e\xc1\x9d\xd1\xed\x0b\x11\x8c\x9b\xeb\xf9\x45\xfb\x32\xe0\x4a\x7f\x86\x5e\x8b\x90\x36\x8d\x1c\x6d\xea\xe5\xbe\x88\x52\xb5\x2d\xf9\x31\x62\x5d\xaf\x8b\xcb\xf7\x8d\xf0\x4e\xba\xd8\x1a\xa4\xa5\x04\x27\xbf\x8b\xc9\xff\x3c\x08\x6a\x47\x4c\xfe\x99\x8b\xc9\xaf\xb7\xcf\xad\xde\xd2\xfe\x3d\x22\x0c\x2a\x72\xd2\x77\x76\x8f\x5d\x58\xfe\x56\xed\x30\x51\x51\xef\xa9\xe6\x96\x4e\x4a\xbb\x8e\x1c\x42\x88\x03\x9e\xe1\x36\x53\xe2\xc4\x92\x7a\x84\x2f\x02\x7d\x8c\xbb\x0f\x82\x87\xf8\x9d\x26\xe0\xb6\x8b\x9b\x44\x01\x16\xa1\xb7\x91\xda\x3e\x2d\x22\xf0\x9d\x4c\x0a\xed\xdc\x09\x33\x9d\xa5\xa2\x38\x4b\xed\xa6\x97\x91\xd8\xfe\xe6\xf3\x66\xa5\x76\xe9\x7e\x25\x36\x8d\x6d\x29\xc2\x33\x1c\x7c\x54\x37\x87\x27\x27\x94\xa5\xdc\x19\x17\x1d\x6b\x85\x8b\xe5\x4b\xae\x41\x74\x50\xc2\x55\x2a\x53\xa8\xf6\x0f\xc1\xcf\xb4\x6a\x8a\x80\xc7\xef\xb9\x84\xfa\x0f\x13\x6d\xe9\x0c\xad\x23\x93\x65\x1d\x5f\x3c\x17\xdc\x54\x85\x60\x7c\x6a\xe7\x47\xc1\x99\x7a\x82\x1e\x1d\xc4\xb0\x17\x29\xbb\x14\x4a\xdc\xdb\xb5\xeb\x19\x4e\x0c\xa3\xa8\x0b\xc8\x76\x4d\x30\x68\xe1\xcb\xce\xfb\x28\xe9\x32\x78\x08\x6b\x8b\x53\x73\x71\xcf\xb8\xea\x7d\x4b\x1a\x14\x6e\x02\x31\x6f\x0c\x3d\x5a\x75\x18\xc3\x3d\xc6\x71\xcc\xb8\x09\xdd\x5e\x58\x91\xcc\x6f\xfb\x56\x8e\xe9\xa3\x1d\x3c\x75\x1f\xab\xa9\x02\x2a\xa7\x3b\xd5\xf2\x4f\x26\x09\xed\x64\x8f\x9d\x6a\xf9\xcf\xa1\x5a\x06\x04\xea\x31\xfa\x65\xfb\xf5\x6d\x2b\x99\x41\xff\x3b\x4d\xf3\xcb\xa1\xaf\x9f\x81\xa6\x19\x72\xe6\x9d\xba\xb9\x53\x37\x9f\x4f\xdd\x0c\x4f\xda\x76\x75\xce\x36\xf5\xdd\x29\x9e\x3b\xc5\x73\xa7\x78\xfe\xb3\x2a\x9e\x98\x69\x79\xf4\xcb\xd5\xa9\x1d\xbc\x4c\x7e\xcc\x74\x72\x7b\x55\xea\x42\x7c\xd4\x59\x35\x17\x57\xc0\x9c\x56\x11\x89\xa0\x44\x1b\x67\x17\x56\x82\x31\xa5\x5d\xa2\x13\x69\x6e\x6b\xee\x26\x15\x3b\xfa\xe5\x6a\x74\xa3\x6e\xd4\x11\xfc\x93\x9d\xfe\x78\xc5\x52\xdb\x06\xaa\xc6\x8b\x07\x09\xb5\xe3\xb1\x88\xbb\xae\x94\x2b\x3f\xce\xdd\x65\x13\x05\x16\x1a\xae\xdf\xe1\x99\x81\x22\x6e\x12\xf7\xc6\xf0\xb9\x80\x9e\x7f\xd3\x4a\x30\x4a\x6d\xbd\xad\xc6\x22\x13\xe5\x88\xb5\xbf\x9a\x58\x09\x4a\x65\x0b\x0c\x05\xf2\x09\xe7\x85\xe0\xe9\xe1\x7d\x21\x4b\xc1\xac\x22\x3d\xf2\x2f\xdd\xc1\x72\x18\x66\xaa\x3c\xd7\x45\xc9\xf4\xbd\x12\x85\x99\xc9\x9c\xcd\xb9\xe2\x53\x31\xb7\x73\xb6\x22\xd4\xd5\xe9\x5b\xa9\xaa\x07\x28\xb8\x3f\x16\x99\x54\xd3\x75\x02\x24\x76\x7d\x76\xb2\x2c\x43\x4e\xcc\x75\x34\x54\xf5\x8d\xcc\x84\x2b\xc8\xbf\xc8\x85\xa3\x3c\xd8\x11\x52\x82\x85\xae\xd8\x3d\x57\x70\xdd\xe7\x58\xfb\xf7\x5a\xe6\xaf\xd9\xa9\x82\xfb\xed\x2b\xca\x4f\x5a\x5d\x49\x3f\xc5\xba\xa0\xde\x4c\xdb\xcb\x8f\xe5\xef\xd4\x94\xaa\x06\x8f\xd8\xe9\x03\x9f\xe7\x99\x30\xaf\xd9\xcd\x9e\x78\x28\xbf\xbd\xd9\x1b\xb0\x9b\xbd\x87\x89\xc1\x7f\xa8\xd2\xfe\x6b\xc4\xce\xe6\x98\x0a\x9f\x91\xfc\x52\xf8\xea\x7b\xee\x35\x26\x27\xac\x52\x01\x48\xf9\x86\xa5\x17\x4d\xa9\x0b\x3e\x15\x87\xb4\x47\x5f\xf1\x7b\x23\xf0\x38\x8f\xed\x71\xb6\x8f\xa3\x71\xc0\x39\x2f\x4a\x1f\x9a\xbd\x1c\xe6\xef\x1f\xbb\x13\xb6\x66\x7d\xcf\x26\x4c\xcf\x65\x59\xba\xb8\x0d\xc2\x0c\x01\x52\x46\x8d\xec\x8a\x52\x2f\x8a\xcf\x45\xb8\x86\x6f\x74\xe1\x1e\x59\x21\xe5\xd0\xa4\xfc\xd5\x00\x3e\x43\x35\xc0\xa1\xcf\x7a\x4c\xdc\xb0\x9b\xbd\x57\x76\x81\xaf\xe4\x5c\x66\xbc\x70\x45\x9d\xa9\x93\xba\xa5\xe5\x04\xae\x4b\x3b\x98\x9b\xbd\x97\x37\x7b\x6c\x1f\x8b\x3c\xc3\x45\xc8\xa0\x30\x3d\xf4\x8f\xe7\x6f\xc1\xc4\x3c\x2f\x17\x07\xbd\xc9\x29\x4f\xdf\xab\xac\x13\x8d\x65\xc1\x6e\xf6\xca\xa2\x12\x37\x7b\x01\xf7\x51\x29\xd6\xc1\x85\x90\x3f\x7c\xbf\xfe\xbc\x54\x0c\x09\xd0\x3b\xbb\x6c\xb0\x80\xae\x8b\x95\x0b\x7d\xb3\x07\xd8\x04\xb6\xd5\xb3\x1e\xa2\xa0\xda\xba\xbf\xbe\xcb\x31\x65\x58\xcc\xfe\xec\xc4\x5d\xd0\xbc\x26\x8f\x69\x84\x3c\xb2\xfd\xa3\x39\xff\x4d\xab\x80\xe0\x1c\x7c\xa2\xcb\xd0\x2b\x42\xca\x71\x8b\x09\xf0\xb0\xc5\x2a\xae\xe0\xda\x20\x13\x85\x18\x43\xe0\x96\xee\x67\xc2\x13\x80\x04\xb4\x2a\x13\x51\x25\xbb\x49\x0b\x95\x4e\x45\xf8\xe5\xae\x2c\x37\xdb\xae\xfb\x3b\x3e\x49\x80\xd2\xf2\xfb\x22\x2e\x9c\x87\x5f\xb7\xa4\x43\xa7\x7d\x06\x93\xeb\x74\xc5\x58\xb0\xf4\x74\xa2\x87\x99\x86\xd8\x2d\x50\xec\xec\x2b\x21\x47\xb3\xf3\x19\x00\x4f\x1b\x30\x51\x26\x23\x7b\xf1\x8d\xb6\x52\x19\x44\xbd\xe6\x3a\xdd\x37\x07\x07\x9b\xcc\xe5\x22\x18\x3b\x4d\x45\x95\xb2\xf7\x74\x54\x29\x87\xeb\xe6\xc4\xef\xb4\x4c\x59\x5e\x95\xa4\xec\x7e\xb2\x79\x85\x13\xe9\x8b\x33\xd1\xd8\xdb\xe8\x89\x0f\x57\xac\xb3\x41\xf8\xe9\x2e\x39\xab\x2c\xa1\x1c\x2b\x92\xb6\x95\xf7\xa7\xd1\xb2\x81\x3e\x41\xf4\x9d\x53\x0b\x14\x92\xec\x6a\xae\x11\x33\x20\xee\x72\xb0\x97\x8a\x3b\x99\x88\x0b\x5e\xce\x96\xe5\x8d\xe0\x59\xe4\x14\xb8\x67\x6d\x48\x15\x7c\x8b\xe5\xf6\xd1\xfd\x4c\x14\x22\x64\x43\x64\x95\x1a\x8b\xba\x08\x73\x8c\x15\xc7\x83\x42\xcf\xf9\xdc\x0b\x37\x7e\xbe\xd8\xf1\x13\x49\x98\x3d\x9f\x17\x3a\x5d\x89\x23\xe3\x1b\x05\xcb\x0f\xa5\x75\x41\x00\xa0\x89\xe1\x49\x87\x13\x6e\xf7\xa0\xd6\xa4\x60\x0d\xc0\xf0\x83\x9a\xd8\x39\xd0\x25\xa5\x34\x19\xf1\x20\x15\xea\x56\xd4\xd0\x2a\xc5\x08\x72\xe0\x47\x4d\xe2\x9e\x17\x62\x22\x8a\x7a\x28\x00\xb3\x26\xb3\x8c\x89\x3b\xa1\x08\x60\x0d\x2b\xc7\x33\x4e\xf5\xdf\xf5\x04\x3e\x86\x21\xaa\xeb\x09\x6b\xeb\x0b\x91\x90\x6b\x5d\xa9\x54\xa4\x43\x03\xa6\x40\x6f\x64\x93\x53\x05\x85\xe1\x8d\x2f\x39\xbc\x62\x5d\x06\xcc\xa0\x48\x69\x49\x80\x4f\x54\xc3\x42\xcb\x60\xca\xb2\x0a\x95\x01\x69\x4a\x89\x7b\x61\x4a\x2b\xd6\xfc\xe6\x37\xdf\x64\xf6\x84\x61\xe5\xfd\x08\x86\xd2\xa3\x81\x74\x2e\x9a\x73\x3f\x55\x65\xb1\xe8\x11\x4c\xea\x6e\x7d\xec\xed\xae\xab\xff\x5b\x55\x08\xab\x13\xf5\xd5\xab\xfc\x0b\xe1\x75\xe3\x8a\xc1\xef\xec\x84\x97\x1c\x55\x2c\x94\x2b\xb5\xaa\x25\x75\x7b\x44\xc6\x52\xa5\xf4\x88\xac\xbe\x1d\x38\x34\x21\x85\xb0\x32\xc9\x39\x51\x09\x69\x6e\x3f\x5c\x9e\x45\x10\xf8\x40\xcd\x9c\xbe\xb3\xf4\x66\x69\xcc\x3f\xdb\xcf\x1f\x63\x0b\x36\xd7\xa9\x78\xcd\xce\x81\xc0\x5b\x01\x0f\x32\x3c\xe8\x9f\xbf\x58\x0d\x2b\x6a\x0f\xf1\x63\x88\x8a\xe4\x21\x41\x00\x74\x05\x10\xa3\x88\xad\x8c\x33\x3d\x66\x24\xfe\x74\x75\x6d\xe7\x14\xed\xf9\xc3\xe5\xd9\xe3\x7a\xed\xab\xa3\xd5\x7a\xc2\xbb\x0a\x54\x5d\xb8\xaf\xcd\x36\xfd\x35\xaf\xd1\xb6\x75\xae\xfe\x1e\xcd\xd3\x87\x5c\x24\xa5\x77\x0a\xb0\xab\x19\x2f\x44\xfa\x9a\xcd\xab\xac\x94\x79\x46\x2b\x66\x97\xd0\x58\x81\xd7\xad\x1d\xe3\x09\x00\xbb\x31\x76\x22\x52\x88\xb9\x4e\x5f\x3b\x24\x78\xff\x46\xfc\x85\x77\xa0\x61\xa7\xaf\x19\x87\xb3\x8f\x0a\x77\x1a\x6c\xd5\x3e\x68\xf2\x52\xf9\x47\xc4\x6b\x64\x06\x32\x8a\x28\x0f\x46\x4e\x49\x00\x55\xc2\xc0\x90\x3b\x12\x4d\x3b\x34\x99\x25\xfc\x33\xb6\x5f\x1b\x0b\x0e\x46\xb5\x0e\x03\x1c\x10\x48\x34\x2a\x3a\x0d\x05\xc7\x08\x14\x89\x5a\xfa\x4d\x3f\x2c\xb5\x15\xfc\xcc\x2e\x8c\x3d\x71\xb5\x01\x66\x23\x3a\x63\x5f\x8d\xd2\x19\x78\x70\x25\x0a\xe0\xf0\x5b\x24\x35\x46\x24\x85\x28\x89\xd8\xc0\x76\xc0\xbf\x97\xc8\xcd\x67\xb4\x1f\x83\x70\xd0\xcb\xd9\xd7\x33\x54\xe9\x81\x35\x42\x3b\xb2\xc8\x3a\x53\x31\xae\xe7\x15\x9d\xed\x23\x3a\xdb\x40\xd0\xec\x2a\xfe\x4d\x2c\xa2\x90\x8d\xfe\x93\x26\xe7\xc9\x8a\xef\xc2\x63\xcf\x2e\x1f\x37\x80\x86\xc5\xc2\xc9\xe9\x64\x48\xbb\xd0\xd1\xfb\x52\x6f\xdd\xb2\xea\x6f\x1f\x31\xda\xe2\xa7\xc8\x6a\xee\x80\xee\x4e\xf4\x17\x71\xa2\x9f\xff\xc4\xfc\x28\x55\x6a\x5f\x5a\x71\x46\xa8\x09\x2b\x01\xb2\x4f\x39\x67\x3f\x28\x53\x0a\x34\xd0\x7f\x05\xb9\x5d\xa0\x7d\x6e\x00\x88\x9f\xe0\xd5\x1d\x5b\x69\xb8\x56\xba\x2c\xa7\xe6\x81\x0c\xcf\x4e\xec\x99\x03\xf6\x66\xb7\xe0\xd5\xe8\x87\x01\xcb\xd1\x45\x50\x19\xdc\xaa\x31\x7e\xdb\x30\x53\x8d\xbd\x05\xc8\xc9\xd0\x52\x99\x52\xf0\xb5\xa7\xad\xe4\xc5\x54\x44\x72\x51\x77\x51\x07\xbb\xa8\xae\x3f\xb3\x8b\xff\xcb\x00\x12\xc4\xcb\x19\xd5\x33\xf0\x99\x27\x37\x6d\x57\x02\xb0\x1e\xba\x31\xa6\xb9\x28\x9b\x98\xc2\x96\x01\x62\x9f\x15\x72\x75\x55\x68\x16\x76\x7c\x7c\x75\xb6\xb9\x68\x1a\xb8\x16\x9d\x4e\x00\x0b\x26\x8d\x17\xf4\x2d\xf5\x55\x4c\x3c\x10\x51\x39\xbe\x3a\x73\x86\xa7\xb4\x90\x77\xa2\x60\xfb\x3f\x8a\x92\xb3\x89\x00\x53\xc5\xc1\x3a\x05\x18\xde\xd9\x73\x36\xfd\x9f\xb9\x4a\xb3\x38\x0a\x3d\x25\xe4\x9e\x3e\xe4\x5c\xa5\x57\xc0\x1d\x2f\xed\xd6\x44\x32\x69\xe3\x4d\x91\x7a\x14\x6e\xa5\xfd\x9e\x23\xa3\xa5\xe3\x41\xac\x16\x54\x3f\x01\xde\xef\x3b\xd1\xc8\x52\x2f\x35\xcb\xb9\xf1\x34\xd6\x4e\x9f\xe6\x5d\x6a\x96\x68\xcb\xba\x4a\xe1\x1f\xb5\x07\x43\xc6\xc5\x84\x67\x59\x00\x6d\xad\x18\xd8\xa1\xc8\x98\x84\xf0\xf1\xb0\x44\x86\x09\xc5\xc7\x60\xeb\xc5\xf7\x8f\xaf\xce\x3e\x92\x5b\x94\x16\x98\x4d\x01\xcb\x10\xe1\xa9\xe1\x7d\x4b\xf1\x08\x4d\xbc\x26\xf6\x63\x81\xfe\x25\xab\x84\x2a\xed\x26\x2d\x8d\xfb\x52\x0a\x3e\x9e\xce\xf5\x30\x6c\xae\xd1\x87\xa9\x80\x77\x63\xa3\x01\xe3\x59\x46\xff\x46\x18\x08\xbb\x34\xbd\xc2\x44\xfc\xbd\xf1\xdb\xe3\xee\xcd\x20\xd8\xec\x8b\x6a\x9c\x49\x33\xeb\xb5\xdb\xed\xb6\x7f\xec\x76\xd3\x68\x68\xbf\xed\x2e\xd4\xcf\x3e\xa8\xbc\xf1\xd4\x9e\x06\xf3\x65\x6d\x21\x5d\xeb\x65\x81\x1b\xd7\xce\x85\x9a\x84\xb6\x25\xbf\xaa\x56\x68\x43\x9f\x91\x34\x44\x5a\x46\x00\x51\xe2\x22\x90\xfe\x14\x06\xa1\xa8\xc9\x5d\xa7\x62\xfd\x91\x3e\x8f\xb4\xfa\x23\x0e\x73\x30\x8e\xe0\x18\xdb\x5f\xff\x09\x0e\xb0\x42\x73\xfe\x54\xac\xd9\xa8\x66\x9b\x3f\x6a\x9b\x60\x14\xad\x4d\x8a\xfd\xf6\x41\x99\xe0\xd7\x2f\x70\xdb\xba\x55\x7d\x57\x60\xe3\x35\x84\x34\xa1\xf2\x10\x2c\x74\x07\xe5\x26\x74\x8a\xd1\x72\x2d\x86\xa6\xa5\x60\x45\x98\xc2\x51\x89\x32\x72\x0c\x87\xa6\x7e\xd6\x0e\x28\xd2\x8c\xae\xd8\x23\x30\x88\x02\xf4\x97\x86\x54\xb5\xf4\xf9\x8f\xc1\x53\x47\x93\x2b\x8c\xa0\x08\x42\x66\x58\x21\xca\xaa\x50\x35\x45\x0c\x44\xbe\x3c\xab\xa6\x52\xfd\x7f\xff\xcf\xff\x6b\xd8\x31\xc0\x4a\x7d\xf4\xe3\x87\x5b\xe0\xce\x30\x35\xd7\x0a\xb7\xbd\xae\x90\x41\x67\x70\x05\x79\xef\x29\x47\xb7\x0f\x43\xb7\x54\xfc\xa8\x30\x3b\xd2\x27\x21\x6c\xc0\xc7\xe2\xd6\x9b\x05\x6c\x65\xb0\x4a\x46\xf6\x82\x6e\x0f\x69\x78\xd9\x4b\xbc\x31\x3b\x0d\x89\x86\x15\xe0\x67\xb0\xc9\xa6\xc9\x54\x8f\xb5\x32\x55\x46\x05\x8a\x16\xba\x2a\x18\x4f\xe7\xb2\x86\x75\x4c\x74\x51\xd8\x9b\xac\xc8\x2a\x59\x88\xa9\x55\x27\x0a\xe1\xe3\x0a\x92\xac\xb2\x3f\x6c\x89\x2b\xaf\x77\xb2\x4c\xa0\x7c\x4a\x5e\xe8\x3b\x99\xba\x58\x24\x24\x4e\x78\xa3\xa5\x21\x3a\xe2\x0e\x1e\x37\x46\x27\x12\x6c\x43\xc1\x92\xdc\xcf\x64\x32\x43\x7b\x5e\x2a\x4a\x51\xcc\xa5\x12\x8d\xb8\xa6\x50\x2a\xd0\x58\xae\x65\xc7\xd1\x9b\xac\xe1\xd3\xf0\x86\x7a\x85\x1e\xcb\x25\xde\xea\x84\x67\x4b\xda\xf9\xfa\x08\x3a\xc4\x03\xb3\xad\x86\xe0\xeb\x6a\x56\x55\x76\x57\xc4\x5d\xa5\xe7\xe1\x0f\x1f\x5b\x2d\x40\x29\x17\x86\xf6\x78\xe8\xd2\x03\x58\x4d\x2d\xf0\xb6\xd7\x2b\xb5\x7c\x32\xea\x6b\x0f\x37\x1e\x7f\x7c\x61\x58\xaa\x93\x6a\xee\x4d\x8f\x50\x72\xca\x8b\xc2\x64\x16\x7c\x02\x2b\xea\x49\xc5\xa3\x9b\xd5\x45\xca\x79\x8e\xfe\x46\xfa\x64\xa7\x73\x22\xa5\x20\x8e\x42\xcc\xf5\x9d\x30\xec\xe2\xfd\xd5\xd9\xff\xc5\x92\xe0\x75\x34\xfc\xb9\x9a\x41\x3e\xfc\xb9\x47\x28\x07\x4f\x23\xb6\xca\xa3\x34\x15\x69\xe3\x03\x1b\x41\xb6\xa5\x85\xce\x63\xec\x68\x0e\x48\xb8\x8f\xec\x76\x13\x6b\xfe\xb1\xc8\x67\x6f\xae\x9e\x64\x3d\xe2\xcc\x76\xc2\x02\x5a\x4f\xde\x1d\x7b\x3c\x33\x6e\x4a\x57\x3b\x74\x22\x5c\xc2\x03\xda\xfb\xed\x6b\x13\xe3\x83\xbf\x53\x8d\x65\xbc\x56\xc5\x80\xeb\xe2\x11\x21\xe0\x73\xad\x64\xa9\x8b\x48\x1a\xa1\x7f\x12\x99\x1f\xbe\xff\x9a\xbd\xa3\x36\xb1\x22\xb6\x30\x71\xd7\x49\xcc\x96\x4a\x1e\x0e\xe3\x0c\xaa\x34\xd7\xc3\x04\xa6\x7e\x78\x79\x7a\x74\xf2\xee\x74\x34\x4f\xbf\x9a\xe9\xfb\x61\xa9\x87\x95\x11\x43\x59\x6e\x74\x84\xf2\x68\x40\x59\x2d\x03\x7f\x30\x18\x7c\x6f\xf7\xc0\xc5\xe2\x17\x5a\x97\x03\x56\x70\x08\x06\x04\x92\x0c\xd1\xea\x55\x96\xe1\x94\xca\x42\x88\x41\xe8\xb0\x3c\xdc\xcc\x9d\x5f\x7f\xfd\x79\xdd\x6e\xcf\xb1\xe4\x4b\x0e\x3c\x7b\xb0\x57\x4d\xf1\xca\xb7\x72\xd2\x19\x04\xeb\x95\x1a\x02\xd0\xc0\x81\x61\x49\xec\x07\x23\x8a\xe6\x9a\x8a\x32\x81\x51\x1d\x02\xe6\x22\x31\xc1\x67\x98\x51\xdb\xe1\x1d\x15\x5c\xda\xf3\x21\xb9\x65\x49\x6a\xe1\x55\x39\x13\xaa\x74\x89\x6a\x34\xea\xe8\x04\x41\x5c\xd8\xee\x1e\x3d\x41\x5f\xb4\x8b\xbc\xe6\x9e\x78\xf1\xba\xe0\xa9\x36\x00\x85\x09\x02\x71\x63\x56\x28\x37\x3f\xe3\x36\x6d\x59\x0b\x02\x02\xbf\x23\xeb\x3b\xb2\xbe\x23\xeb\x3b\xb2\xfe\x27\x27\xeb\x5d\x0a\xde\x97\x46\xdb\x37\xd2\x8d\xa4\x4a\x45\xf1\x44\x09\x3e\x81\x4e\x9c\x95\x2b\xcc\x9c\x7a\x9f\x0b\x65\x4a\x9e\xdc\x8e\xd8\x11\x3b\x6e\x34\xdb\x30\xb7\x34\x7c\x2b\x96\x5d\x5a\x88\x29\xa5\xde\x35\x72\x4b\x1b\xdf\xfc\x4c\x53\x44\xb7\xeb\x6d\xfa\x84\x89\x9f\xed\x73\x3d\x5f\x98\x7f\x64\x43\x3c\x0d\xc3\x3c\xad\x0f\xf6\x9f\x97\x51\xf4\x98\xd2\x12\x6f\x58\x43\x4a\x21\x5e\xc8\xe0\x21\xef\xb4\xe2\xe5\xbc\xe0\x73\x01\xe5\x8a\x2b\xb2\xce\x24\x5a\x29\x8a\x83\xb3\xd7\xea\x0a\xae\xd5\xd3\xa4\xda\xee\xfc\x48\xba\x6e\x32\xf5\x9f\x47\x2c\x05\xca\x75\x75\x8f\x15\xdd\xfd\x6d\x1f\x8f\x2d\x4b\xb1\xf0\xc9\x1d\x69\xdb\x91\xb6\x1d\x69\xfb\x22\x49\x5b\x97\x64\xf7\x67\xa7\x6f\x1b\x49\x72\x10\x7c\x7a\x76\x71\x0c\xee\x87\x55\x04\xae\xd9\x72\xa9\x0a\x7f\xe8\xbe\x00\x77\x33\xb6\x67\x67\x17\x6c\xcc\xed\x62\x19\x61\x20\x52\xd9\x65\x1a\xaf\x37\x7e\x5b\x15\x5f\x57\x65\x27\x86\x4e\xf3\x79\x50\x67\x85\x1c\x42\xf0\xab\x1f\xc9\xd9\x05\x11\x0e\x1a\x87\x29\x65\x72\xbb\x80\xdc\xc5\x51\xe0\xb4\x9f\x13\xc5\xb9\xa9\x5e\xbe\xfc\x46\xbc\x84\xff\x7e\xfd\x3d\xfe\x2f\xfe\x98\xfc\xdb\x5f\xbe\xff\xf6\xe5\xcb\x7d\xab\xa8\xbc\x62\x29\x5f\x1c\x58\xd2\x40\x09\x08\x3e\x4d\xfe\xdf\xfe\x8d\xdd\xf8\x35\xb3\x14\x86\xae\x6e\xed\x49\x7c\xf5\xf2\x2f\xd4\xcb\x37\x6c\xa6\xab\xc2\xf4\x03\x67\xd8\xc8\xd2\xae\xe7\xb9\x56\x42\x75\xd5\x2c\xec\x53\xb1\xc5\x97\x15\x21\x00\x24\xd7\xe5\xda\x80\x76\xfb\xcc\xd7\xb1\x5c\xae\xb1\x54\x14\x3a\xa2\x3f\xf9\x81\x32\x68\xc0\x12\x9d\xba\x7c\xdb\xfa\xcb\x00\xad\x11\x04\xf2\xcf\x04\xcf\xca\x19\x4b\x66\x22\xb9\x0d\xde\x8b\xba\x54\x3b\x0b\x1c\xbe\xa3\x8a\x86\xb1\x99\xaf\x1e\xc0\x72\x95\xa1\xe6\x90\xa2\xe3\xe8\xaa\xef\x89\x49\xbe\xce\xcf\xbe\x62\x08\x1f\xa1\x48\x10\xa5\xec\xd9\xa7\x37\x7b\x3f\xc3\x47\x17\x37\x7b\x96\xd9\x5d\x03\xb6\x86\xe5\x71\x6f\x10\x40\x63\xc0\xa0\xd1\x07\x75\xab\xf4\xbd\xea\x88\x21\x2b\xa3\x0c\xfa\x9a\x30\x69\xfa\x0d\xe7\x75\x38\x94\xa7\x25\x7e\xf8\x03\x1c\x2b\xcf\xd3\x3e\x39\x8d\xa6\x6c\x1f\xa3\x22\x1b\x3f\xbe\x95\xa6\x3c\x00\xac\x27\x13\xc6\x17\x60\xc1\x25\x2a\x70\xa6\x26\x7a\x87\xb5\xfb\xc9\xb3\x32\x56\x15\x2f\x7a\x4b\x09\xea\xfe\xb4\xd5\xe7\xd0\x78\x08\xb3\x2d\xe4\x8e\x47\xa8\xe5\xef\x83\xbd\x87\x61\x9d\xbf\x3f\xcc\x79\x99\xcc\x86\x73\x51\x4c\xc5\xf0\x56\x2c\x2c\x13\x42\x32\x17\x69\x65\xca\x82\x97\x62\x6a\x1b\xc1\x0b\xbb\xe4\x93\x5d\xf2\xc9\xe6\xc9\x27\x3d\x65\xbe\xc8\xd9\xdd\x5e\xaa\xc7\x32\x11\x5d\x45\x88\x6b\x0e\xc6\xb3\xac\xc9\xc5\x4c\x10\xfb\xe5\xee\x32\x0f\x81\x5e\xdb\x44\x7c\x87\xd8\xfb\x59\x51\xe9\x0e\xc4\xde\xb7\xbd\x77\xef\xe9\xb4\xd9\x17\x22\xdf\x11\xd3\x2f\x1a\xac\xb7\x39\xde\x4f\x82\xd7\x1b\x17\x39\x9f\x0c\xd6\xeb\xba\xb5\x0a\xf2\x3b\x9e\xaf\x96\x61\xa9\x11\xc9\xa8\xcd\xa0\x40\x80\xc7\xb0\x04\x14\xb1\x79\xc0\x00\x62\xaa\x79\x1f\xb8\xde\x1d\x21\xdc\x2e\x21\x1c\x4b\xc5\x8b\xc5\x49\xf4\xc2\xfc\xe8\x9f\x35\x61\x85\xf1\x1d\x86\xb7\xe7\x94\x27\x08\x16\x05\xf6\x06\xbb\x91\x44\x43\x21\x55\x4f\x55\x73\x51\xc8\x84\x25\x33\x5e\xf0\xa4\x14\x85\x19\xb0\x17\xc3\x17\x03\xf6\xe2\xd7\x17\x56\x8b\x7b\x31\x7a\x31\x62\xe1\x77\xb8\x72\xdf\x62\xe3\x45\x29\x18\xc6\xbf\x27\x61\xc0\xa6\xa5\x3e\x64\x1f\xfe\x70\xfd\x66\xf8\x17\x56\x70\x35\x25\xd3\xc7\xad\x58\x50\xf0\x27\x84\x5e\x07\x3d\xc3\xf0\xec\xab\xfa\x4e\x14\x19\xcf\x31\x98\xdb\x76\xa2\xed\x49\xa1\x0e\xa1\x29\x04\xf2\x0e\xf0\x90\x48\xc3\x84\x02\xcb\x63\xca\xd2\xca\x91\x61\xa7\x63\xe5\x85\x4e\x84\x31\x23\xf6\xc1\x78\x34\x39\x0c\x03\x06\x8b\x25\x71\x76\xf6\x6a\xf4\xea\xe5\xff\xc9\xec\x2d\x83\x53\x05\x87\xc2\xd9\xb1\x1f\x1d\x2b\xba\x54\x38\xf5\xf7\xc1\x5e\x9c\xf0\x2d\xef\xe0\xf2\x75\xdc\xca\x46\x7e\x44\x1d\x1e\x56\x56\x69\x35\xc4\xed\x69\xed\x23\x74\xef\x00\x07\x82\x0d\x82\x75\x8b\xee\xe2\x9a\xfd\x83\xd6\xb4\x7f\xed\xfe\x36\xda\xc5\x27\x65\x90\xec\x78\xf8\x4e\x21\xda\xa6\x42\xf4\x44\x45\x87\xd8\xef\xa9\xba\x5b\xef\xf1\x5b\x6e\xcd\x8c\xc8\xac\xc0\xcb\x38\xab\x39\x79\xa9\x59\xae\xf3\x2a\xe3\x94\x29\x21\xd4\x9d\x2c\xb4\x02\x07\xdb\x1d\x2f\x24\x1f\x67\x74\xf9\x01\x4c\xfb\x9a\xea\x43\x83\x65\x9d\xac\x80\x04\x31\xe0\xfb\x7c\x61\x02\x8a\xeb\x68\x26\x9d\x77\x77\xb7\x87\x78\x65\x72\x2e\x0b\x63\x75\xac\xe8\x67\x7b\x80\xb4\xae\x85\x71\xa4\xb0\x9e\x72\x63\x5c\x5b\x4b\x91\xee\xa4\xb8\x3f\xbc\xd7\xc5\xad\x54\xd3\xa1\x5d\x83\x21\xe9\x0c\x87\x00\x81\x74\xf8\x15\xfc\x27\x76\xd8\x5d\xb6\x48\x57\x7e\xc5\x82\xdd\xcf\x04\x05\xa5\x89\x60\x3b\x9c\x7d\x1f\x65\x9d\x98\xd7\x6a\x33\xfb\x24\xf5\xfb\x37\xb1\xb8\x82\xcd\x47\xa3\x76\xa7\x6e\xec\x0f\x88\x65\x19\x40\x81\x82\xb3\xb2\x4e\xcd\xbd\x15\x8b\x65\x25\x17\xcc\x50\x31\x60\x0a\xfb\x85\x52\xd3\x99\x8c\xa7\x17\x7d\x69\x9b\xab\x0b\x66\x89\xb6\x67\xc7\xdb\xdf\xe7\x75\xc6\x8f\x46\x43\x97\x84\x45\xfc\x29\xf0\x66\x86\x16\x0f\x3f\xf8\x9d\xad\xe3\x73\x12\xf1\xd7\x55\x27\xc2\x40\xe4\xd6\x26\x6e\xc9\xd6\xe1\x54\xc5\x9d\x84\xb4\xab\x42\xf7\x24\x53\x86\x3b\x48\xdb\x36\x62\x9c\xeb\x54\xe0\x1f\x1b\xc8\x49\xed\x97\x5a\x55\x77\x9a\x79\xa7\x75\xb4\x70\x28\x4c\x71\x0c\x9c\x87\x08\x04\x3a\xd3\xce\xa2\x7c\xde\xf4\xf8\x76\x22\x66\x23\xec\xe2\xc0\xa1\x67\x93\x42\x89\x9f\xf8\x5b\x94\xc1\xb6\x5b\x2c\x5f\xc6\x56\x0b\x96\x8a\x24\xe3\x85\x15\xeb\x20\x13\xd8\xf2\xa3\x26\x43\xb5\x1a\x55\x3d\x2b\x48\x84\x36\x39\xc4\x2b\x10\xd1\x6c\x74\xe9\x34\x4e\x53\x16\x15\x1c\xb1\x56\xe6\xac\x9b\xa2\x55\xe7\x78\x96\xb1\x84\x9b\x86\x6c\xd7\x8b\xe3\x13\x49\xf3\x8a\x81\x5a\x16\x03\x1a\xa3\x6e\xa7\xef\x6e\x36\x88\x0e\xf0\x4b\x8f\x8b\x19\x1d\x4e\x03\x12\x73\xbb\x63\x72\x24\xb2\x93\x87\x5e\x36\x1b\x2c\x8d\xaf\xfd\x7c\x83\x51\x4e\x74\x31\x96\x69\x2a\xa0\x2c\x09\x1c\x63\x2b\xe5\x0c\x42\xa4\xa6\xb4\x7e\xd4\x06\x01\xaf\xe7\x50\xc9\x08\xa3\xf8\x70\x76\xb2\x34\xd6\x0f\x75\x01\x8b\x4f\x37\xbe\x47\x89\x5b\x17\x85\xfe\x1f\xcc\x91\x59\x9d\x82\xcb\xf3\x96\xd6\x25\x15\x84\x93\xe5\xf8\xbe\x07\x99\x7f\x8a\x8a\x35\x16\x8c\x38\x26\x1d\xa8\xa5\xde\x2d\x79\x82\x38\x45\x56\x19\xc7\x80\x43\x33\x4b\xd0\x23\x85\x65\xda\xd6\x88\xf6\x3a\x60\x95\xca\x84\x21\x5a\x08\x42\x86\xc8\x30\x0c\x13\x6a\x2d\xa0\x06\x99\xa2\xfd\xc6\x67\x66\xcf\x79\x9e\x03\xf2\xa4\x9e\xe0\x97\x20\x63\xbf\x9c\x99\x11\x3b\xd7\xa5\xaf\x0a\x84\xb6\x1c\x8c\x55\x4b\x78\xe6\xe3\x49\x27\x72\x3a\xe7\xb9\x47\xf6\x47\x82\x6a\xbf\xe0\x42\x60\x5c\x9e\xc2\xbc\x83\xb8\x36\x29\x65\x97\xc8\xd4\x08\x9c\x1c\x30\x41\x26\xb3\x40\x45\x8d\xac\xd0\x2a\x82\x59\xef\x87\xdb\x00\xd8\xef\x20\x06\x0f\x18\x05\xac\xee\xfd\x4c\x1b\x02\xaf\xa0\x7b\x60\xc9\xb1\x3d\xbb\x74\x06\x1a\xd8\xfe\x00\x28\x10\x8c\xd5\x49\x79\x22\xc5\xf5\x5d\xf1\x65\xff\x16\xee\x00\xde\x8f\x4a\x2d\xbd\x4d\x02\x12\x9d\x25\xf8\x20\xaa\x83\xd2\x04\x7d\x20\xe7\x00\xb0\xfd\xd2\xb5\x75\xab\xe4\x17\xa2\x51\x1f\xc8\x88\xb2\xa2\xa5\xc1\x18\x28\x3a\x50\x92\xf0\xf5\x8a\x5b\x91\x7a\x90\x85\x11\xbb\xb0\x83\xf4\x6a\x52\x21\x32\x0e\xf0\x0f\x4e\x2c\xb7\x9f\x75\x26\x65\xfb\x91\x17\xa3\xd1\x0b\xcc\x46\xd2\x05\x33\x25\x2f\x08\xd7\xc3\xfe\xbe\x0d\xa1\xf7\x6f\x62\x71\xad\xa1\x50\xc5\xef\x5f\xb6\x66\x6a\x1e\xa5\x9a\x46\xe5\xbb\x7a\xcd\xd6\xc9\x6b\xbd\x91\x96\x3b\x29\xe9\x73\xd0\xcf\xcf\x90\x6a\xd6\xf3\xde\x72\x84\x7c\xbb\x2e\x0b\xd0\xd5\x78\xd1\x85\x3a\x32\x7a\x0e\x78\xc4\x12\x83\xa3\x2b\x03\x08\x47\x09\x00\x21\xa5\xb4\x64\x63\x8f\xf1\x1d\x06\xcb\x23\x61\x75\x95\x14\x5f\xc2\x30\x5f\xfe\xf0\xc3\x0f\x4d\x20\x91\x97\xdf\x7f\xfb\xed\x88\x9d\xc8\x02\xcc\x56\x92\xac\x90\xb4\xea\x70\xd5\x9d\xdf\x88\x4f\x26\x48\xec\x20\xd6\xde\xd2\x29\x8c\x20\x27\x49\x61\x2e\xa7\xb3\x92\xf2\x0f\x2c\x57\xc9\x64\x42\xd4\x01\x4b\xff\xe0\xa5\x71\xbe\x28\xe8\xab\xde\xc7\x39\x14\x13\xc9\xe4\xad\x60\x13\xf3\x53\xa1\xab\x1c\x29\x27\x5e\x72\x40\x12\x49\xb8\xb2\xbd\x63\x67\xf5\x9a\x98\x86\x1f\x68\x55\x39\xb3\x1d\x63\xda\x31\xa6\x1d\x63\xfa\xbc\x18\x13\xe6\x32\xad\x64\x46\xae\x9a\x08\xcf\xf3\xcc\x65\x09\xfb\x2c\xa8\x65\xa8\xe5\xa2\x52\x8e\x82\xf1\x3e\x00\xff\x2a\x0a\xe7\xcf\x8b\x69\x0c\x4a\xaf\x98\x02\x7c\x91\x57\xd0\x85\x2a\x8b\x05\x18\xc5\xa8\x8a\xa9\x4e\x6e\x45\xc1\xe4\x9c\x4f\xc5\x0b\xc3\x8e\xdf\x81\xda\x05\x69\x22\x72\xe2\x45\xf0\x10\x5e\x6c\xc4\x3e\x92\x1f\x26\x44\xa1\xfa\x97\xfd\x8f\x47\x97\xbf\x9e\x1f\xbd\x3b\x3d\x00\xf2\x2b\x00\x98\x57\xa4\x01\x73\xf4\x4b\xf0\xa2\xe1\xd6\xa1\x0b\xeb\x9c\x3b\x96\x6a\xd2\x8d\xb6\xca\x6d\x76\xe7\xa8\x46\x6d\x59\xa1\x1b\x24\x55\x5e\x95\xce\x8e\xe8\xe8\x48\xa5\x92\x19\x57\x53\x41\xbe\xe5\x70\x58\x66\xa1\x4a\xfe\xe0\xa8\xb2\x30\x09\xcf\x1d\x8b\xe5\x2c\xd5\x95\xfd\xf8\xbf\xfc\xcb\x80\x49\xf1\x9a\xfd\x4b\xf0\xe2\x88\x9d\x52\xdb\x60\xbe\x48\x79\xc4\x9d\x28\xa0\x33\x9a\xed\x80\x15\x62\xca\x8b\x14\xe8\x84\x9e\x34\xce\xae\x9f\x20\xe4\xca\x19\x7b\x82\x95\x2e\xa3\xb6\xc7\x7e\x37\xb0\xe4\xe6\xd6\x1c\x4a\x65\x8f\xc8\xd0\x2a\xc8\xc3\xe0\xc0\x21\x79\x10\xc3\x44\xcf\xe7\x5c\xa5\x43\x4e\x07\x61\xe8\x77\xe1\xf0\x2b\x42\x76\x1a\x72\xdf\x4a\xaa\x21\x1f\x9a\x99\xc8\xb2\x8d\x00\x18\xe8\xf5\xe5\xe3\x77\xea\x4f\x1b\x83\x6e\x40\xbd\x63\xe2\x41\x24\x95\x13\x6f\xe0\xd4\xc3\x27\xa3\x07\xf2\xf4\xfc\xfa\xf2\x3f\x2f\xde\x9f\x9d\x5f\xef\xce\xe5\xee\x5c\x6e\x78\x2e\x85\xba\xeb\x8e\xfa\x8c\x3b\xb4\xc1\xf3\xe8\x05\x83\x20\x77\x75\x79\x39\xb6\xc0\xa4\x4f\xd5\xdd\x47\x5e\xf4\x08\xd7\x27\xab\x6f\xcf\x70\x7d\xa1\xee\xde\x14\x7a\xde\x3d\x77\xf2\x1f\x35\x9c\xfc\xf1\xf5\x58\x5e\x08\x1f\xb2\x43\xec\x36\xb8\xc5\x68\x88\x99\x7b\x79\xfe\xf8\xd7\xb3\x93\xd3\xf3\xeb\xb3\x37\x67\xa7\x97\x23\x76\x94\x65\x4c\x2a\x88\xc4\x69\xca\x7e\x85\xa0\x94\x58\x0e\xa8\xef\x50\x50\x30\x28\x75\xee\x39\xa7\x95\xe7\xac\xa0\x04\x12\xfc\x2f\xf6\x39\xca\x79\x74\x70\xa5\xaa\x4b\x7f\xd1\x04\x07\xb5\x20\x1a\x62\x5e\xfa\x60\x22\x28\x94\xee\xed\x47\x59\xc6\x4a\x7e\x0b\x92\x64\x22\xac\xa4\x20\x7c\x90\x93\x9b\x2b\x42\x98\x9e\xaa\x3b\x7f\x3f\x2b\x3c\xda\x28\x05\xc7\xfb\x78\xae\xa3\x63\xf7\x98\x74\x63\x7b\xda\x81\x64\x46\xe2\xc1\x02\x82\x4a\xc5\x9e\x37\x94\xf0\x6a\xe4\xbf\x43\xe8\xc5\x74\x20\x60\x82\x7d\x2e\xcb\xf4\x3d\x9b\xc9\xa9\x25\x2f\x99\xb8\x13\x99\xf3\x7b\x04\xea\x67\xa9\xbd\x85\x4e\x17\x10\xe2\x55\xc8\xb4\xb1\xd3\xf8\x19\xa9\x98\x15\x2a\x33\xcd\x51\xb9\x40\x28\x62\x83\x5a\xd7\x89\xc8\x33\xbd\x98\x53\x51\xa5\x94\x5d\x95\xbc\x14\x93\x2a\xbb\x12\x65\xdc\xce\x0c\x9d\x5e\x54\x59\x76\xa1\x33\x99\x44\xfc\x21\x67\xb0\x44\x79\x95\x65\x2c\x87\x26\x23\xf6\x5e\x81\x80\x7c\x94\xdd\xf3\x85\x19\xb0\x73\x4b\x58\x07\xec\x6c\x72\xae\xcb\x0b\xa7\x6f\x84\xba\x29\x36\xb4\x2c\xea\x35\xf9\x8f\x4b\x3e\x6d\x28\x22\x90\xce\x16\x76\x80\xfa\xe1\xbd\x34\xd1\x93\xf2\xe4\xbd\xfa\x0a\x7a\xb2\xe4\x14\xff\x8e\xad\x4c\x26\x27\x22\x59\x24\x31\x90\x9f\xa3\x24\xd0\x81\xc1\x1a\x5f\x6f\x23\xe5\xb5\x93\x47\x1d\x8e\xbd\x54\x0c\x5d\x42\x46\x50\xa4\x2f\xed\xa8\xff\x04\x5e\x6f\xd3\x71\x2b\x7a\xe7\x40\xfb\x11\xc3\xf0\xef\x84\x12\xc6\x5c\x14\x7a\x1c\x99\xc2\x85\x28\xa4\x4e\x11\x0f\x74\xec\xf2\x01\xfd\xb0\xf0\x55\xb0\xa0\xd0\x6f\x35\x59\x02\x6a\xe3\x24\x0e\x41\xef\x4f\xb8\xcc\xa2\xc3\xdf\x74\xab\xdc\xd1\x36\x87\xb9\xc6\xff\x19\xfa\x55\xfa\xca\x0f\x71\x08\x5f\xed\x11\x4c\x1e\xd4\x12\xb5\xcb\xd0\x4b\xe9\xab\x17\xa2\x56\x94\x41\xd3\x3f\x39\xbf\xfa\xf5\xed\xd1\x8f\xa7\x6f\x29\x52\x34\xb8\x9a\xa4\xa5\x20\x99\x9f\x71\xab\xe2\x3a\x78\x6c\x30\x0a\xec\xfb\x77\x0f\x56\x93\xbe\xa0\xfe\xbd\x2e\xca\x15\xf9\x19\xf0\xd8\x1e\x27\xf1\x90\x6b\x23\x6a\xff\x7e\xc0\x95\x4e\xed\x23\x0c\x51\x01\xb3\x17\x00\x09\x4c\xe5\x9d\x4b\xab\xc6\xa3\x5a\x07\x78\x46\xb2\x5f\x6d\x3b\x25\x4a\xbb\x2d\x2e\x47\x1f\x8e\x7e\x00\x61\x61\x05\x50\x33\x60\xe3\x0a\xed\x74\x85\x9c\xf3\x42\x22\xf6\x82\xeb\x8c\x67\x28\xe4\x52\xb1\xfc\xf6\x90\x4e\xde\x9f\x5e\xb1\xf3\xf7\xd7\x96\x41\xdc\x09\x87\x11\x07\xcf\x61\x5a\x63\x61\xdf\xc0\x89\xa6\x23\x76\xa4\x16\xf8\xd0\x9b\x2f\xc0\xfc\x01\xc1\x38\x54\x2d\xce\x51\xd2\x9b\xbd\x97\x23\xf8\xff\x37\x7b\x76\x9e\x05\x98\x2a\x94\xb1\x84\x35\x9c\x81\x3b\xdd\x3c\x49\x84\x31\xd2\x0a\x7e\x7e\x3d\x69\xf6\xcf\xc4\xb1\xfc\x0d\xbb\xd0\x45\xb9\x24\xf3\xd8\x79\x0d\xe7\x3c\xb7\x02\x0f\xe8\xe7\x49\xa3\x39\xa8\xbb\xa5\x4e\x74\x66\x55\xdf\xe5\x37\x69\x70\x73\x08\x1a\x58\x23\x4c\xb5\x7b\xee\x29\x55\x15\x82\xa7\xf2\x91\x74\xc6\x50\x9d\x3f\xdf\x47\x9c\xe0\x20\x96\x2d\xec\x87\x7b\xc3\xc5\xb0\x98\x3f\x2b\x15\xaa\xa3\x95\xa2\xb9\xcf\x55\x29\x98\x73\x42\x07\x9e\x6f\x67\xb1\x5d\x29\x81\x3f\x82\x39\xd6\x61\x09\x87\xc8\xc9\xac\x8e\x61\x07\x31\xf4\xe3\x0c\x54\x91\x0d\xe6\xeb\xe6\x40\xb0\x89\x20\x97\x10\x94\x48\x55\xc8\x72\x61\xb7\x5b\x3c\x44\x8a\x71\x5d\x51\x83\xc0\xdc\x0c\x75\x1e\x1d\x5f\x75\xe6\xa1\x8d\x67\x8b\x32\xcc\xa1\x1b\x00\x4c\x4b\x3c\x94\x87\x1b\xa9\x71\x6e\xc9\xc4\xd0\x9e\x8c\x7a\x65\x96\x7a\xdd\x0c\x9b\xa9\xb1\x24\x08\x2b\x50\x94\x55\xde\x71\xb3\xae\x82\xa7\x4c\x2a\xac\xda\x1b\xc8\x24\x17\x3a\x65\x33\x6e\x98\xa9\x80\xa8\x4d\xaa\x0c\x68\xb2\x2c\x25\xcf\xe4\x6f\x04\xb7\x1e\x48\x60\x4a\xbb\xe2\xfe\x70\xaa\xc9\x30\x40\x46\x89\x4a\x95\x32\x73\x87\x0f\xa1\xe2\x9b\x3d\x13\x78\x3b\x30\x00\x7f\x15\x07\x7e\x20\x4b\xe2\xc3\x80\xfd\x0f\x80\x1d\xf9\x1b\xdc\x90\x57\xe0\x75\x34\x0b\xd8\x2f\xa2\x11\xc0\xc1\xb4\x90\x6d\x83\xa5\x72\x82\xd6\x59\xfa\x64\x80\x2a\x43\x4b\x30\x16\x53\x89\x38\xdd\x00\x77\x71\xa1\xd3\x17\xa6\x16\xba\x06\xa8\x4e\xc9\x92\x7c\x1e\x20\xab\x71\x96\x69\xa8\x3c\x89\xc5\x1a\x40\xca\x86\x5c\x2d\x5d\xb0\x7b\x5e\xcc\x2d\xdb\xe0\xc9\x4c\x0c\x10\x1f\x93\x32\x29\xa0\x2a\xe4\x62\x68\xac\xb4\xed\x70\x8b\xb4\xaa\x87\xdf\xbe\xa2\xcb\xe5\xbc\xa8\x42\x17\xd4\xf0\xaa\x71\x90\x1a\x7b\xec\xda\x4c\x32\x3e\xfd\xfc\x28\x9a\x29\x53\x19\x09\xb5\xf9\xc5\x1b\x55\x42\xba\xe5\xeb\xd0\x67\x50\x25\xc3\x2e\xfb\xb8\xb2\xbb\x89\x60\xf2\xb6\xab\x25\x25\xdb\xde\x79\x04\x78\x39\x6b\xda\xba\x8c\x28\x07\xc0\x43\x28\xc8\xb1\xe3\x75\x38\x82\x1c\x55\x11\xf2\x45\x49\xc5\x4e\xdf\xbf\xa9\xe1\x5c\xac\xfe\xc6\x33\x23\x3a\xca\xb1\xda\x7e\xdf\xab\x58\xa8\xd3\x2f\x81\xe9\x68\x69\xc0\x3e\xba\x36\xd3\x94\xf2\x83\x23\x4c\x66\x5c\x29\x91\x31\x3e\x29\xad\x08\x59\xc2\x6d\x1d\x0b\xa1\xec\x09\x72\x7a\xb5\x37\x9b\x97\x25\x4f\x66\xa4\xe1\xd3\x0c\x0d\x2b\x8b\x2a\xec\xd1\x94\x85\xe0\x73\x97\x44\x30\xe7\x12\xbb\x62\x3c\x29\xb4\x31\xb5\x21\x00\x3b\x73\xe8\x39\x06\x29\x81\x9b\x1d\x43\x97\x20\xd8\xc6\x8b\x4a\x0c\xea\xaf\xd1\xb0\x1a\x86\x7b\xb8\xce\x03\x0f\xeb\xe9\x09\x85\x60\x13\x59\x98\xd2\x05\x98\xe2\x17\xc9\x94\x64\xfb\xf3\x7e\x41\x45\x23\x35\x34\x54\x95\x82\x14\x96\x97\x06\xef\x5d\xdd\x21\x75\x95\x4a\x43\x82\xa8\x19\xd8\x8b\x8e\x42\x20\x2e\xb4\x1b\x29\x2c\xb5\x2b\x8f\x87\xbd\xd3\x4f\x41\x77\xa1\x09\xc5\xd3\xa5\xfa\x74\xd9\x6b\xe6\x4f\xc4\xa0\x21\x2e\x52\xb6\x94\xa3\xb6\x4b\x67\x2f\xb0\x37\x16\x22\x11\xe8\xf1\x8a\x1f\xb5\xe8\x49\xc3\x32\x23\x40\x43\x08\xc9\xe6\x62\x0d\x9a\xef\x05\x78\x78\xfd\x62\x38\x7f\x6c\xa9\x83\x5f\x42\x93\x6e\xf0\x05\x46\x28\x3a\x9e\x46\xdf\x17\xb2\x2c\x05\xac\xa3\x03\x06\xf6\xee\xc7\xb0\x8f\x1a\xc5\x6d\xc4\x1c\xe0\x4e\xf0\xae\x54\xa5\x00\xa3\x32\x42\xaf\x8d\x0b\x29\x26\x6c\x22\xad\x9a\x81\x78\x39\x03\xcb\x40\x66\x64\xdf\xe2\xc6\x88\x02\x86\x63\x49\x3f\x14\x92\xc7\x2e\x47\xec\x17\x1a\x57\x59\x54\x0a\x4b\xf7\x12\x75\x84\x0a\xbf\x72\xc2\xa6\xe0\x45\x27\xc4\xe2\x6f\x5f\xfe\xf5\x7b\xc8\xb7\x33\x68\x95\x2b\x75\xc9\x33\x3f\xc7\x4c\xa8\xa9\x5d\x29\xbc\x10\x10\x46\xe8\x6d\x03\x7e\x01\x32\x39\x97\x25\x0e\xfc\xd5\xd7\xb7\xe3\xa6\x31\xe3\x30\x15\x77\x87\xc1\xf2\x0d\x33\x3d\xed\xab\xd2\x45\xf6\xb5\xcb\xea\x42\xfc\x9c\xcd\xf4\x3d\xc6\x64\x44\x36\x8c\xe8\x8a\x65\x7d\x2e\x38\x62\x84\x15\xb4\x61\x26\x2e\xc1\xb0\x11\xde\x11\x3d\x59\x4b\x79\x4d\x8d\xfb\x5d\x56\xc6\x7f\x52\x2b\x36\xd6\xe5\xcc\xb1\x7e\xb8\x61\xb4\x61\x23\xf6\x86\x67\xd9\x98\x27\xb7\xd7\xfa\xad\x9e\x9a\xf7\xea\x14\x1c\xc4\x8d\xb1\x80\x6d\x31\x99\x55\xea\xb6\x65\x72\xd0\x53\xa6\xab\x32\xb7\x3a\xe4\xa4\x73\xc2\x13\x02\x53\x46\x52\xe3\x02\x0b\xea\x5e\xc4\x83\xf4\x96\x4c\x4e\xa8\x53\x78\x0a\xc2\xfe\x4d\xb8\xc1\x5f\xbf\xfc\x16\xd3\x33\xc1\xc6\xff\x97\x97\x2c\xb3\x9a\xc8\x00\xaf\x8d\xa0\x8a\x49\x66\xce\x33\x2a\x1f\x5d\x1f\x04\xbb\xd0\xbd\x37\xbe\x8c\xec\x71\x6f\xd6\x78\x7d\xfd\x9f\xc0\x17\x65\x69\x44\x36\x19\x20\x42\xa4\x2f\xfb\xf9\x02\x68\xce\x0b\xba\x66\x96\x64\xf7\x65\x68\xe8\xd2\x3f\x11\x56\xa5\x8a\x28\x22\x8d\xc7\xed\x2c\x89\x71\xa6\x93\x5b\x96\xd2\x43\xfc\x36\x08\x68\x74\x37\x1b\xb6\x71\x12\x76\xd8\x38\xa8\xf6\xba\x0d\xe5\xf9\x63\x30\xc2\x1e\xfe\x02\x1c\x2d\x90\xd2\xde\xfa\xed\x5d\x80\xa9\x18\xd1\x6e\x75\xea\x63\x8b\x1c\xd0\xe5\x7a\x62\xf9\x2c\x86\x84\x00\xfc\xb1\xc7\x52\xc0\x48\x37\x5b\x09\x8a\x64\x38\x91\x71\xa4\x37\x3f\x53\x6a\xc7\x52\x8a\x45\x5a\xf8\x5a\x5c\xad\x88\x97\x25\x41\xe9\x85\xf1\x76\x1b\xef\x21\x34\xb6\x35\xf2\x30\x1f\x99\xe4\xd5\xaf\x74\x59\xca\x03\x7b\x6e\xbf\x6b\xd9\x3f\xf1\xa2\x61\x18\x89\x34\x69\xba\x1d\xba\x9a\x7c\xe4\x45\xfc\x59\x6d\xb7\x8d\x3e\x46\x11\x3b\xfa\x28\xaa\x5f\x47\x5b\xb6\xd5\xcb\x68\xa3\xc6\x7d\x5a\xd1\x02\x4f\xd9\xba\x70\x90\x33\xe7\x7a\xe9\x8a\x09\x39\x81\xbf\xc6\x4d\x53\x1c\x3a\x6c\x7a\xa4\x7e\x2c\x47\x7b\xe0\xcf\xf1\x3c\x04\x4b\x97\x9c\x28\x64\xc9\x11\x78\x35\xa4\x61\x80\x9f\x37\x62\x62\x34\x1d\xb1\xff\xba\x81\xf9\x4c\x93\xc2\xce\x69\xb6\xc8\x45\x61\x6f\xc6\xeb\xbb\x57\xa3\x97\xa3\x1f\x10\x7f\x0f\x3d\xf1\xb3\x6a\x6c\x9b\x4c\xb5\x9e\x66\xe2\xd7\xc0\xbd\xb0\xfc\xd2\x7f\x6f\xe4\x9c\x35\xf2\x37\xf1\xe3\x22\x5a\xe0\xcb\xb2\x31\xfb\xd8\x99\xa9\x69\x0a\x8a\x84\x9d\x75\xc1\x73\xdf\x7f\xbb\x71\xd8\x7e\x70\xec\x57\xa7\x04\xd5\x0d\x43\x28\x51\xee\x0d\xc7\x60\xac\x45\x6f\x28\x6a\x33\x35\x77\x58\xb3\xd3\x4d\xab\x64\xb4\xd6\x77\x63\x90\xad\x9d\xaf\xe6\x63\x51\x38\x6b\x79\x60\x2c\x27\x2b\x71\x0e\x06\x81\xb3\x0b\x67\x1a\x76\x21\x90\x61\xec\xa5\x4c\xf1\x65\x05\x7d\x0d\xd8\x4b\x02\x0e\x65\x0f\xee\x1f\xdf\x7f\xf7\xdd\x37\xdf\xf7\x0c\x5e\x9c\x69\x53\x9e\x5d\xc4\x64\x01\x5e\x22\xea\xf1\xd9\x45\x5d\x69\x7e\x26\xea\xc2\x90\x34\x83\xa8\x78\x61\x5f\x7c\xdc\x0a\xd8\x37\x97\xa3\x11\x1f\xbb\x06\xb6\xa3\x9f\xb5\x29\xcf\x69\xdf\x9b\x2e\xbe\xba\xdf\xb9\x65\x32\xac\x71\x70\x46\xec\x9d\x36\x65\x28\x8d\x53\xdd\x17\x25\xac\xa0\x36\x93\xeb\x4f\x38\xae\x70\xdc\xbf\xb3\x6a\x86\x8a\x9d\x1d\x9d\x1f\xfd\x7a\xf5\xf1\x18\x42\x48\x28\xa2\x12\x7c\x37\x61\x0c\xad\x4e\xc9\xed\x63\xbf\x90\x06\x67\x7a\x85\xdf\x67\xc4\xc0\xb1\xe4\xd2\xda\x70\x0f\xec\x56\x93\x49\x0b\x62\x54\x1c\x3c\xf5\xc2\x99\xb7\xe3\x9e\x5a\x6f\xea\x5f\x96\x42\xe8\x09\xe1\x09\x15\x41\xf8\xf0\x87\x93\x8b\x01\xbb\x3e\xbe\x00\x07\xeb\xd5\xf1\xf5\x45\x53\x86\xbd\xd9\xbb\x3e\xbe\x88\xa2\x87\x3e\x8a\x54\x80\xb7\xb9\x17\xad\x80\x96\x04\x8c\x64\x57\x90\x9c\x2e\x64\x40\x9b\x84\xe2\x23\xa0\x5c\x6b\x74\x39\xcb\xd2\xaa\x22\xf6\x10\x1a\x57\x53\x32\x00\xf1\x06\x31\x43\x39\x02\x39\x5f\x3a\x7e\xb5\x5b\xc8\xb6\x92\x86\x35\x87\xf3\x0b\x97\x65\xaf\x80\x6f\x0a\xc5\x89\x31\xb4\x92\xcb\xcc\x78\xe0\xd8\xa5\x2a\x81\x1b\x18\xd6\x9a\x63\xbb\xa4\x4f\x06\x4a\xa4\x88\x84\x96\xb5\x07\x50\xb7\xdd\xc2\x18\xae\xeb\x0f\x5b\x71\x10\x57\x6b\xfd\x18\xa8\xe1\x16\x06\x40\x1b\xb4\xb9\xe4\xd6\x58\xc2\x1e\x47\x38\x98\x69\x8f\xd6\x6e\x58\xeb\xe4\xa1\xc6\x28\x7a\x5f\x12\x7a\x81\xe0\x07\xe8\x0f\x7f\x4f\xf8\x6a\x56\xda\x3c\xb7\x64\xe2\x3a\x8a\xf0\x89\x6b\x39\x17\x4d\xfb\x51\x60\x38\xe5\x06\xf5\xf6\xfd\x42\x0c\x0f\xa8\x93\x27\x25\x3f\xdb\xaf\x3d\x01\xfc\x05\x5e\xef\xb5\xda\xd7\x8d\xbb\xd2\x6f\xc1\xeb\x77\x70\xcd\x83\x3b\xd4\x77\xd9\x43\x09\x46\x3c\xc8\xf2\x58\xa7\x91\xe0\x64\xdf\x45\x0c\x9d\x3e\xd4\xa8\xce\x4e\x9c\x9e\x83\xec\x8e\xbd\x40\x29\xf4\xf5\xe1\x21\xb2\x5f\xdf\xd3\xaf\x32\x45\xac\xf3\x17\x31\x0e\xe2\x87\xb2\x1c\x92\xfa\x20\x4b\x67\xea\xf1\x8e\x6f\xd8\xf3\xd0\x0c\xd3\x8e\x8f\xe8\xc7\x90\xed\xd9\x30\xb3\xcd\x8f\x5d\xe3\xf3\x5b\x39\x70\x3d\x00\xc3\x31\x22\xd4\x05\xc1\x6e\xb0\x02\x8d\xd2\x0f\x26\x96\x74\xbc\x0f\x16\xd0\x03\x86\xcf\x1f\xb5\xcc\x01\xe2\xb8\x9c\xc6\xf3\x03\xe0\xf7\xad\xef\x61\x6f\xca\x91\x17\xe2\x4e\xea\xca\x90\xe7\x30\xf6\x45\xf6\xa7\xa2\x20\xbf\xd4\x6c\xae\x1f\xf9\xa0\x17\x90\x76\x38\xde\xf7\x38\x7a\xbd\xc1\x69\xbd\x9f\x2d\x96\x9d\x1a\x56\x7c\x5e\x88\xd2\x71\x8d\x8e\x5c\xf9\x5e\xa7\xf5\x11\x7d\x3f\x5a\x82\x5c\x07\x0d\xdf\x68\x5a\xe3\x4e\xa4\x24\x77\x78\x54\xe2\xaa\x00\xe7\xb0\x09\x40\xf8\x1b\xb1\x13\x7d\x32\x4a\x30\xc0\x65\x01\xff\x85\x73\x7b\x0c\xa6\x0f\x17\x57\x4a\xff\x8d\xd5\xc7\x79\x56\xea\xde\x1d\xca\x19\xb7\x1b\xa0\xad\x60\xd9\xeb\x45\x9b\xf7\xe4\x78\xca\xce\xe1\xc4\x26\x7f\x86\x0f\x96\x08\xc3\x0b\x32\xcb\x44\x27\x67\x09\x99\x57\x2f\x56\x09\x9c\xed\x2e\x97\x28\xa0\x07\xb0\xde\x24\xb4\xb2\xa5\xe2\x74\xea\x99\x2d\xfb\xc1\xe3\x23\x06\xfb\x7a\x16\xf0\x78\x76\xe4\x89\x41\x1a\x68\xd4\x35\x3d\xe3\xc6\x55\x7d\x47\xdc\x1f\x8a\xc0\xc2\x50\x8a\xb8\xbb\xa0\x71\x03\xa2\xc7\x4c\x79\x6b\x43\x29\xe7\xc2\x44\xbe\x09\xee\xed\x20\x08\x84\x2e\x69\xb6\xa0\xc2\x32\x44\x6a\xea\x8e\x52\xc1\xd3\xd0\x2a\x00\xda\x33\x2c\x97\xa3\x40\xd4\x25\x44\x89\xc5\x90\x12\x12\x9e\x25\x94\x39\x0c\x6c\xb1\xd5\xe3\x88\xfd\x08\xa7\x46\x1b\x11\x7e\x87\x17\x82\x99\x0a\xd1\x95\x4a\xcd\xa6\xbc\x18\xdb\x2b\x54\xd7\x79\x25\x5b\x11\x86\xd1\x83\xb9\x7a\x2a\xac\x5e\x9f\xe7\x22\xb5\xfc\xf0\x3b\xab\xd0\xff\x74\xdc\xd3\x6a\xe1\x78\xe2\x53\x37\x92\x42\x86\x68\x1b\xd9\x59\x1d\xee\x03\x99\xd9\xe8\xca\x1e\x8b\x44\xc3\xf6\x14\x95\xa0\xe8\x03\xd3\x08\x26\x32\x88\x7d\x9a\x8a\xc2\x0a\xbd\x3e\xca\x67\xc4\x2e\x85\x11\x61\xc1\xaa\x78\x3e\x42\xb0\xbf\xba\x60\x72\xe2\x80\x5e\x59\xa6\x8d\x30\xc4\x0c\x4b\x31\xcf\x75\x01\x91\xa2\x23\x76\x66\x5c\x64\x06\x8c\x09\xba\x55\x7a\x69\x54\x94\x70\xd0\x15\x9e\xf1\x08\xea\xe0\x98\xc4\x56\x88\xc2\xa3\xd4\xd2\x2e\x31\xe4\x84\x8b\xb9\x56\xa7\x14\xe8\xb8\xd2\x8c\xde\x68\x59\x33\xc4\x58\x29\x1b\xb2\xbf\xe2\x2b\x3e\x8c\x72\x1d\x2b\x8c\x1b\x5f\xe3\x16\xc7\x8b\xda\x50\xe8\x28\xfc\x54\xde\x89\xe8\xc7\xb6\x53\x18\xe9\x44\xdf\xab\x7b\x5e\xa4\x47\x17\x67\xfd\x20\x66\x82\xf2\x7e\x29\xbd\xcb\x8e\x2e\xce\x60\xc1\xd0\x86\x46\xdd\x40\x59\xb5\x38\xf6\xcc\x7a\x48\x96\xb4\x1e\xd6\xb3\x83\xb2\x38\x1c\xbb\x1a\x8a\x30\x58\x14\xf4\xd9\x80\x07\x72\x0b\x7e\xc6\xa5\x8e\xa1\x0e\xf2\xef\x7d\x0f\x7f\xfc\xf5\xae\x3b\x10\x6d\xbc\xea\x2a\xc4\x5e\x08\x7d\x12\x2d\x60\x32\xc4\x5f\xa8\xe3\x65\x02\x54\x47\x17\x70\x0a\x09\x3d\x6b\xee\x07\xd4\xda\x5e\xae\x90\x68\xdf\x8c\x96\xcb\xab\xab\x88\xd7\x18\xa2\x0d\x3c\x82\x5c\xa7\xaf\x99\x56\xd9\x82\x81\x10\x80\x85\xd8\x06\x0c\x30\x29\xcc\x00\x53\x0a\xb8\x4a\x59\x0d\xa4\x85\xfc\x8a\xca\x28\x6e\x42\xc4\x10\x49\xf7\x8d\xfd\xba\x07\x3d\xb5\x9a\xf2\x23\xd0\x2c\x08\xfb\x3b\x13\x83\xa6\xfb\xa0\x03\xbe\x22\xee\x15\xa6\xab\x12\x80\x6a\x34\x9c\xc1\x7f\x16\x94\x8a\x78\xf9\xf5\x7a\xe3\x21\xec\x46\x1a\x46\x1f\x25\x5c\x04\x80\x3e\x08\xc1\xda\x5c\x14\xd7\x58\x38\xac\x10\xb2\xed\x93\x68\xc8\xc7\x46\x67\x95\xd5\x2d\x8b\x38\x90\x42\xed\x0a\xa8\xca\xc9\xf0\x2f\x4c\xa8\x44\xa7\x2e\xe1\x16\x43\xf4\x2c\x09\xa8\x01\x0f\xc2\x91\x78\xc0\xf1\x16\x14\xc3\x2a\xd0\xb5\x37\x9d\xa7\xbe\x3e\xeb\x1e\xc3\xb2\xad\x02\xd0\xa1\xf7\x51\xe7\x18\xa9\x63\x3c\x3a\x19\x60\x53\xee\xe3\x8f\xa3\x24\xaf\x06\xd4\x60\x34\x17\x73\x5d\x2c\x06\xbe\x91\x7d\xd8\x78\x8b\x5a\x60\xbe\x73\x2d\x75\x3e\xea\xca\x5c\x86\x53\xad\x2f\x4d\x4f\x0a\x18\xbb\x70\x2b\x9d\xfb\xcd\xa6\x7d\x49\xe5\x7a\x7c\xa0\x8e\x57\x9a\x2e\x5c\xba\x8e\x01\x61\x5c\x62\x99\x23\xcf\x6c\x58\xcd\xeb\x76\x58\x3b\x5f\x32\xd6\xce\xb2\xbc\x91\x2e\x1f\x81\x3f\xa3\xc4\x71\x3a\xcf\xcb\xc5\x89\x7c\x54\xa5\x68\x45\x71\x89\x3e\xf0\x89\x0a\x2b\xa2\xe7\xb8\xf5\xe8\x59\x6f\xc9\x5c\xa4\xb2\x8a\x64\xba\x43\x94\x41\x49\xf5\x1f\x4d\xa9\x0b\xab\xd2\x62\x63\x1f\x4c\xca\x93\x5b\x3c\xaa\x41\xfc\xd6\x75\x20\xa8\x4a\xc3\x6e\xf6\x6e\xf6\x5c\x4c\x96\xe0\xca\x5f\x32\x17\x93\x1b\xc4\x71\x61\xe7\xc1\x15\x73\x8b\x44\x48\x10\xfb\xd4\xf0\xc0\x32\xb0\x77\x40\xa2\x37\xb6\x46\xd1\x44\x0e\x69\x49\xbf\x82\x0f\xa4\xb2\xc3\x6e\xfe\x9b\x78\x6b\x59\x46\xc4\x80\x01\x81\xc2\x1c\x63\xf8\xf4\x84\x65\x3a\x81\x50\x65\x5c\x25\x9f\x83\x85\xe6\x45\x69\x98\x3b\x2a\x5e\x23\xf0\x01\x3a\xc0\x93\xe0\x7a\x64\x46\x3b\xc0\x1b\xc8\x29\xd4\x05\x43\x3e\xe4\x17\xe6\x1a\xb2\x87\x1f\xe4\xbc\x9a\xb3\xca\x85\xd8\x36\xda\xd4\x1f\xba\x77\xe1\xbe\x90\x72\x2c\x15\xbc\xd4\x24\x59\x90\x34\xe2\xe6\x18\xe4\xaf\x42\x9a\xa5\xa3\x0e\xa6\x02\x7e\x4f\x5f\x21\x16\x4b\x25\xde\x02\x13\x88\x87\xde\x69\xef\xbf\x92\x59\x73\xfb\x5d\xca\x91\x9f\x78\xa5\x9c\xaa\xde\xde\xcc\xf8\x5e\x56\x46\x14\xc3\x69\x25\xd3\xe8\x2e\x6e\xea\x26\x18\x39\xf9\x61\xf4\x1f\x15\x57\xa5\x2c\x17\x1b\xbb\x0a\x0e\x97\xbb\xe8\xa2\x18\xa4\xd6\x1e\x61\x08\xd1\x2a\x62\xd1\x6a\x4a\xee\xc5\x2a\xcf\x48\x91\x4c\x29\x1e\xce\x38\x35\x3d\x88\x4c\x5a\x07\x24\x9f\x2f\xeb\x1f\x33\x6d\xca\x2e\x2b\xa5\x80\x38\x9d\x5a\xd2\x84\xea\x30\x64\x6a\x88\xd9\x72\xf3\x78\x27\x67\x17\x4b\xaf\x8f\xd8\x3b\x02\xf6\x1a\x0b\x96\x69\x9d\x03\x45\xd9\x7f\xf5\xf5\x0f\x98\x88\x7b\xf8\x97\x03\xcb\xb5\xd4\xed\x10\x2f\xd8\xfe\xab\xef\xff\x3a\xfa\xfa\xbb\x6f\xe1\xd9\xab\xef\x0f\xc0\x66\x14\x3c\x87\xa4\x95\x04\xdc\xcf\xfb\x5f\x7f\xfd\x2d\x75\xf2\xf5\xb7\x07\x23\x76\x76\x71\xf7\x7d\x7d\xcd\x20\x69\xc4\xb2\xda\x0a\x65\x56\x4c\x78\xab\x4b\xcb\x6b\x84\x0d\xce\x33\x5e\x5a\x46\x67\x46\xec\x28\x33\x7a\xc0\x12\x51\x80\xd8\x5c\x1f\xcb\xba\xa0\xa1\x21\x06\x6b\x9f\x0d\xf3\x42\x3f\x2c\x06\x9e\xb7\xc3\xd7\xc1\xfc\x1a\x07\x46\xd6\xa9\x38\x8f\xae\x7e\x2d\xa6\x9c\x5b\x96\x6c\xb7\xc9\x57\x4e\xaa\x57\x31\x96\xf9\x96\x0a\x34\x64\x87\x09\xb0\xb8\x4a\x60\x71\x50\x5d\x75\x92\x11\xd0\xb1\x43\x15\x75\x40\x3d\xa5\x76\x68\xf2\x98\x60\xe7\x94\xe0\xd0\x6e\xb3\x99\x52\x19\x14\x62\xdf\x48\x36\x5e\x5b\xe8\xdc\x5d\xa4\x75\xa1\x89\x61\xbb\x15\xb7\xcd\x9b\xc5\x20\x76\x6a\x9d\xae\x1f\xb5\x85\x75\xdf\xb3\xc6\x1d\xc3\xe0\xac\x20\xca\x10\x23\xe1\x40\x63\xb3\x0d\x5f\x38\xfc\x10\x67\x55\x75\x58\xe2\x76\x33\xa8\x2a\xf9\x45\x23\xc0\xab\xe1\x63\x70\x27\x0b\xb5\x28\x39\x81\x38\xa7\x9c\x26\xbf\x6c\x3c\x6d\x62\x0d\xc4\x87\x9f\x2f\x9b\xf3\x36\x32\xe4\xad\x8a\x5b\x23\x0a\x92\x87\xe1\x6b\xc1\x32\xad\x8f\x61\xb3\xd3\xba\x3e\xbe\x78\xa2\xf3\xd1\x9d\x92\xab\x6a\x6c\x44\xaf\xf3\x84\x2d\xf1\x44\x4d\xad\xe4\x0d\xdc\x13\x29\xb5\x2b\xfe\x05\x05\xb5\xe7\x5a\x41\x2e\x9d\xc3\x6b\x40\x56\xea\xe1\xb6\xe8\x51\x90\xcd\x8e\x3e\x93\x63\x5e\x94\xc2\x48\x0e\x75\xb9\xd2\x2a\x81\x56\x47\xbe\xff\x07\x76\x81\x9d\x35\x2a\x97\x83\x95\xf5\xf5\x8d\x62\xec\x7f\xed\xff\xb0\xfa\x85\xd7\xec\xbf\xfe\xf7\x66\x4f\xe6\x58\x4b\xfc\xd5\xcb\x91\xfd\xbf\xd1\xab\x9b\xbd\xdf\x07\x6c\xe9\xc1\xd7\xa3\xaf\x6f\xf6\x7e\xff\xef\x01\xf6\x01\x1f\x7a\x6d\xff\x05\x7d\xd8\x33\x8a\x8d\x39\x86\x43\xdb\x59\xd9\x1f\xfe\xf2\xfd\x0f\xdf\x61\x6f\x75\x93\x71\xb3\xc9\x37\x2f\xff\xfa\xfb\x7f\xdb\x5e\x7f\x47\xd4\x59\xd4\x51\xc0\x3b\xde\x5e\x06\x22\x7b\x77\x52\xdc\x83\xe3\xe2\x35\x0e\x86\xbf\x66\xff\xc5\xfc\xf0\x5f\xdb\x6f\x0e\x98\x1f\x35\xfc\xcd\xdc\xc0\xc7\xcd\xb6\xdf\xbc\xfc\x6b\xd8\xf4\x9b\x97\x7f\x65\xff\xbd\xbe\xd2\xa2\x5b\xc0\x88\x06\x74\x11\xee\x37\xc8\x42\x7a\x32\x21\xef\x0c\x18\x51\x28\x44\x34\x28\xda\x47\xe0\x98\xdc\x10\xd7\xb0\x67\xc1\x84\xa4\xbc\xce\xe7\x0a\xdd\x2f\x7c\x82\x82\x23\xa4\x22\x8f\x79\xc6\x55\x02\x0e\x2a\x95\x52\x46\x24\xca\xdf\xa5\xcc\xe4\x6f\x5b\xc9\xaa\x69\x4b\x34\x00\x95\xa9\xcb\x4b\x3b\xe8\xa3\xad\x2c\x89\x65\xd1\x8e\x8d\xd6\xb6\x98\xd6\xfa\xb0\xb1\x48\x38\xa9\x15\x8b\xa6\xcb\xcf\x85\x14\x79\xe4\xab\x01\x3e\x2f\x44\x82\x5d\x61\xfa\x38\x58\x9a\x9c\x63\x13\xaa\xf7\x03\x09\xe9\x68\xea\x12\xd0\x97\xea\xfc\x6f\x75\x21\x3b\x50\x5d\x02\xaf\x89\x61\xfc\x8e\xcb\x0c\x14\x06\x72\x87\xba\xd5\x0b\x97\x78\x9b\x03\x44\xec\x91\xbe\x4c\xba\x3d\xad\xf5\x2c\x7a\x0d\x1b\xef\x25\x34\x93\xb8\x5c\x3b\x60\x9b\x24\x03\x6e\x99\xb4\x94\x70\xee\x0a\xa7\xf1\xa4\xac\xac\x06\x87\x6c\x73\xc4\x4e\x91\x52\x02\x31\xb1\x92\x99\xa5\x51\xf3\x85\xb9\x4b\x6e\xf6\x80\x68\x20\x55\xb7\xd4\x12\x49\x08\x91\xd1\xed\x10\x52\x4f\x4a\xb7\x46\x46\x19\xfb\x7d\xb0\xc9\x40\xbf\x19\x7d\xb3\xf1\x78\xfe\xfa\xcd\x9a\xd1\xfc\xf0\x7d\x63\x30\x3d\x68\xea\xae\xb4\xd5\x76\x4b\x5b\xed\x4a\x4a\xed\x8a\x6e\x6e\x56\x74\x73\xb0\x67\x90\xd2\x75\xe4\x98\x89\xd2\x19\x83\x96\x04\xd3\x4a\xb9\x8b\x96\x65\x8c\x7a\x19\x05\x92\xa9\x65\xea\x79\xc6\x13\x07\x19\x40\x4d\xac\x72\xae\x29\xac\x16\x2f\xdb\xd9\x85\x41\xbe\x6e\x66\xbc\x10\x23\x56\xc3\x43\x93\x6d\x04\x64\x68\x0f\x58\x01\x5c\x73\xc0\x8c\x46\x5d\x0a\xa5\x0b\xfb\x31\x94\x14\xec\x1d\x5d\x7e\x66\x4f\xda\x7e\x43\x88\x48\x6c\x1b\x0c\x02\xf2\xd8\x31\xb5\xc1\xeb\xc0\x01\x67\x38\x6c\x10\x60\x22\x34\x1e\x84\x20\x4b\xa5\xc9\x33\xbe\xc0\xc4\xd3\xba\x0f\x37\x4d\x17\x7a\x18\x20\xd3\xa0\xa0\x7e\xae\x83\x89\x65\x19\xe3\x79\x2e\x38\x04\x81\x41\x36\x7d\xb0\x80\x2a\x65\xe7\x6d\x59\xcb\x8d\xc5\x58\x55\x12\xbf\x65\xef\x24\x19\xed\x1a\xef\x06\x22\x67\xa2\xe7\x79\x21\x8d\x55\x11\x1d\x0b\xdc\xa2\xc8\x40\xca\xd2\xc6\x42\x03\xbd\xd7\xb3\x86\xd9\xfa\x32\xaf\x5e\x3c\x58\x57\xcc\xb1\xd1\xb0\xe9\xbb\xf0\xc7\x7c\x57\xae\xf1\xf3\xe0\x69\x1d\x6e\xa7\xb7\x2b\xf6\xeb\xc9\x07\xda\xec\x0a\x34\x7e\x7a\x6e\x0a\x37\xf0\x93\x71\xd2\xe6\x78\x3f\x61\xed\xc6\xfa\x8c\x6d\xa9\x76\x63\x13\x70\x60\x25\xd5\x0b\x1a\x86\x9e\x7d\xe0\x27\x3e\x08\x83\x3b\xae\x5f\x17\x3f\x5d\x2b\xc9\x27\xae\x69\xd4\xae\x7c\xdd\x28\x4c\xe1\x4b\x17\xc3\x29\xdf\x2c\xc4\xb2\x5d\xc5\x1b\x4c\x8a\x62\x22\x1f\x22\xc4\x56\xd5\xb0\xcb\x18\x8d\x37\x91\xf6\x7a\x69\x96\x17\xb0\x4b\x90\x00\xed\x8a\xfc\xb7\xeb\x9c\x84\x46\xd5\x06\x48\x77\xd4\x91\x28\x92\xa2\xc3\xa4\x6e\xa7\x7e\x05\x8f\x1f\x3f\x6f\x7c\x3f\x98\xf4\xa6\x55\x42\xeb\x57\xbb\xe0\x20\x1a\xfd\x77\x9f\xb3\x8f\x7c\x65\x5d\x0f\x6c\xd1\x88\x19\x51\x51\xd4\xf4\xb0\xbc\x0c\xaf\x33\x6f\x1f\x57\xd7\x63\x3d\x88\x6f\x6c\x08\x1b\x6d\x30\x90\xf8\xe5\x6f\x3c\xb2\x9c\x82\xcf\x8b\x72\x98\xe9\xfd\x80\xe5\x11\x0e\x4d\x2d\x02\xe0\xd3\x58\xe5\xf7\x7f\xf2\xa2\x0c\xcd\x8c\xf6\x68\x3a\x3b\xed\x67\xbc\x00\xc0\x55\xb3\xf8\x6c\x6c\x8d\x5f\x18\x57\xb9\x29\x60\xba\x54\x77\x03\x85\x01\xca\x89\x02\xb7\xf5\x26\xae\x32\xbc\x40\x1b\x5e\xf3\xc6\x4b\x2b\xef\x6e\x2f\x16\xe1\xdb\x35\x63\xbf\x5a\x45\x79\x71\x9e\x28\x91\xe2\x4b\xeb\x23\x51\x92\xa0\xa6\xfe\x9a\xa0\x40\x2a\xac\xdb\x2a\xa1\xbf\x31\xa3\x08\x8b\xf7\x43\xf6\xe9\xfa\x70\xc4\xe5\xd0\x5b\xf2\x1a\x9b\x66\xc9\xda\x41\xa4\x82\x6d\xf0\x9b\x8b\xce\xf5\x3f\x34\x62\x77\x4d\x2e\x92\x91\x73\x0a\xd3\x9f\x74\xab\x8f\x92\x44\x57\xaa\xa4\x07\x58\x73\x15\x81\x42\xfc\x9f\xb9\x4e\xcf\x2e\xb6\x10\xd6\xfb\x79\x44\x69\xd2\x9f\x22\x9f\x89\xb9\x28\x78\x36\xa4\x28\x9b\x66\xfc\xe6\xa0\x1d\xbc\xd9\x0c\xe8\x5c\x7a\xfb\x39\x63\x3b\x1d\xc3\xdf\xe0\x18\xe3\x0b\x4c\x86\x50\x33\x61\xcd\xea\xcd\x44\x81\xc6\xb1\xde\x54\x18\x08\x5f\x8e\xd2\x8a\x27\xc6\xa4\xae\x10\x31\xc2\x4f\x77\x11\x2a\xb7\x91\xfd\x0a\x89\x29\xb6\xfc\x82\xf3\x0d\xb8\x3f\xc1\x00\x42\x00\x21\x3c\x05\x10\xca\x3a\xdd\x08\x82\x25\x14\x32\x11\xcb\xf8\x20\xca\x5f\x03\x8c\x7d\x31\x44\x80\x64\xa8\xbb\x92\x94\xf2\x4e\x5a\x42\xe6\x71\x2a\x53\x31\xae\xa6\x53\x88\xdf\xf4\x63\x08\x23\xa6\xc8\x49\x15\xdc\x9c\x02\x34\xf2\xb4\xca\xec\x87\xa6\x15\x2f\xb8\x2a\x85\x30\x3e\x52\x73\xd1\xa8\xd6\x57\x17\x57\x70\x89\x55\x50\xc7\x05\x0a\x82\xdc\x63\x69\x17\x3b\x58\x30\x13\x20\x2a\xba\x2e\x5a\xd0\xa5\x76\x62\xcb\x43\x63\x60\x04\x33\xf4\x3e\xa0\x00\x25\xc2\xe7\xfe\xd1\x60\x09\x71\x50\x6a\x35\xf0\xd9\x0f\xb4\x86\xe2\x4e\x26\xf0\x85\xe8\xb4\xe7\x75\xc0\x0f\x2e\xf6\xd8\x45\x3a\x66\x0b\xe6\x2a\x6d\xd4\x08\xde\x96\xf2\x59\xd1\x62\x51\x67\x09\xc0\x5b\x77\x92\x07\x57\xc5\xcf\x22\xf8\x90\xa9\xc6\x6e\xb4\xed\x15\xac\x2d\x6a\xe1\x77\x98\x86\xa2\xf3\x69\xba\x09\xe8\xf2\xf2\xf1\x32\x4d\xec\xe5\x5d\x29\xba\x7f\x26\xe9\xf2\x0b\x28\xf9\xb5\x2b\x45\xb7\x3b\x97\x9f\xe3\xb9\xdc\x95\xa2\xdb\x95\xa2\xdb\x95\xa2\xdb\x7e\x29\xba\x5d\xa1\xb7\x2d\x15\x7a\xf3\xc8\xbc\x8e\x99\x41\x25\x3f\xca\x02\x89\xc8\xd9\xe6\xd9\xca\xb5\xd5\x35\x59\xb6\x3d\x8c\x0d\x2a\xa3\xc5\x34\x8b\xee\x1a\x69\x20\x6f\x43\xf8\xb3\xa3\x38\x84\x6f\xc2\xe7\x5a\x4d\x5b\xd9\x26\x03\x28\x4d\xd3\x40\xe0\x50\x69\xe7\xdc\xfa\x16\x4b\x83\x18\xa7\x8d\x56\x6d\xcb\xf5\xbc\xfa\x54\xc8\xfa\x04\x5b\xbb\xa2\xdc\x54\x5d\x66\xaa\xf7\x08\xe2\x5a\x60\x65\x04\x33\x39\x06\x65\xf8\x2e\x33\x0a\xd0\x20\x30\xfb\xd4\xa9\x39\x54\xd1\xfb\x93\xd5\x91\xa2\x06\xcf\x71\x8d\x37\x2e\xdc\xf4\x29\x36\x7c\x57\x8d\x67\x57\x8d\x67\x57\x8d\x67\x4b\xd5\x78\x20\x7b\xca\x13\xf6\x78\x52\x97\xdd\x33\x7b\xf2\xcb\x46\xca\x4f\x38\x2f\x18\xd1\x85\x4e\xaf\x72\x91\x04\xc0\x31\x31\x9e\x8a\x5f\x74\xd9\x22\x91\x06\x5e\x32\xaf\xfc\xd5\xf2\xa6\x65\xc3\xf6\xcf\x2e\x8e\x07\xec\xe2\xec\x64\xc0\x44\x99\x1c\x44\xa0\xef\x3c\xf6\x86\x28\x71\xd7\xbb\xb8\x3b\x82\xc4\x41\xcd\xe1\x19\x2f\x61\x0d\x83\x0f\x01\xe8\xc8\x8c\xd7\x69\xb1\x04\x93\x1d\x62\xe3\xc4\xae\x20\xc8\x03\x2e\xf3\x19\xb7\x77\xa9\x28\xc8\xca\xaa\x39\xbb\x6a\x48\xbb\x6a\x48\xbb\x6a\x48\xbb\x6a\x48\xbb\x6a\x48\xbb\x6a\x48\xbb\x6a\x48\xbb\x6a\x48\x9f\x6f\x35\xa4\x65\x67\xe2\x31\xa4\x05\xaf\x8c\xc8\xe9\x78\xc7\x79\xb9\xf3\x85\x4b\xc1\x80\xc8\x15\xb0\xac\xd6\xae\x70\xa4\x3e\x52\x65\x60\x10\x95\x31\x77\x39\x51\x21\x23\x72\x5e\x00\x93\x5b\xe4\xe8\xfe\xbd\x37\x4c\x70\xb3\xa0\xc8\x72\x88\x5a\x07\xb1\x35\xe2\x71\x2f\x75\xf0\x4d\xd0\x13\xf0\x7d\xdf\x69\xaa\x13\xf0\x1c\x20\xd3\x72\xf2\x21\x8d\x58\x4f\xa2\xc3\x22\xa3\xb1\x12\xf7\x2e\x11\xde\x38\xff\x7d\xf8\x39\x59\xb6\x5c\xc7\x08\x6f\x62\xd8\xbd\xc8\xb2\x9d\x7b\x76\xe7\x06\xfb\x73\xb9\xc1\x76\xee\xd9\xdd\xb9\xfc\x1c\xcf\xe5\xce\x3d\xbb\x73\xcf\xee\xdc\xb3\x3b\xf7\xec\xce\x3d\xbb\x73\xcf\xee\xdc\xb3\x3b\xf7\xec\xce\x3d\xbb\x73\xcf\xee\xdc\xb3\x3b\xf7\xec\x67\xe6\x9e\xdd\xb9\x07\x77\xee\xc1\x9d\x7b\x70\xe7\x1e\xdc\xb9\x07\x77\xee\xc1\x9d\x7b\x70\xe7\x1e\xfc\x73\xbb\x07\x57\x82\x61\x1e\xd5\x98\x55\x1d\x3a\x5e\x60\x9d\xb3\xf7\x6d\x4d\x16\xe5\xda\xe2\xd5\x91\xe1\xed\xe0\xaf\x9e\x1b\xfe\x2a\xb6\xea\x9b\x1e\x85\x65\x73\x2d\xe0\x6a\xa7\x23\x76\x2e\xee\xe3\xaf\xb8\x7c\xe9\x3c\xf7\xa2\x28\xbc\x65\xbf\x33\x00\xcc\x5e\x9f\x32\xdd\xf9\xbe\x77\xf1\xf8\xf4\xe4\xb9\x4e\x81\x8c\x6d\xc5\x68\xbb\x9c\x29\xbe\x6d\xdb\xff\x0e\x00\xec\x79\x00\xc0\xb6\x03\x5d\xd9\x17\x1e\x65\xf9\x9c\x6c\x0f\x70\xd0\x2e\xc0\xca\xe8\x0d\xf0\xbf\x48\x44\xd0\xc0\xda\x3e\x93\xda\x2f\x63\xf4\x5c\xdc\x43\xb8\x82\xe3\xc6\x59\x65\xca\xf5\x38\x48\x01\x0a\xa8\x54\x77\xe0\x3f\xc5\xb1\x46\xe8\xb1\x2f\x80\x19\xa9\xfe\x83\x0f\xd9\xbd\x25\x92\xfc\x56\xa8\x43\xc2\xbf\x0e\x0a\xdf\x23\xed\xbc\xf4\x3f\x10\xf9\x8d\xed\xf0\x8e\xf4\x6f\x99\xf4\x27\x9b\x14\x57\xb6\xca\x1d\x1c\xaa\x19\x37\x4c\x27\x80\x7c\x92\xf6\xac\xca\x00\x2f\x42\x19\xfc\x78\x45\x7f\xf2\x1f\x4a\xc3\xf0\x3c\xdb\x03\x83\x46\x2a\x3d\x36\x76\x33\xfa\x18\x88\x57\xdc\xea\x77\x32\x29\x34\x56\xf1\x1f\xec\x41\xc7\xf6\x0f\x53\xf2\x79\x47\xa9\x19\xb0\x59\x35\x8c\x36\xa2\x35\x30\xbb\x95\x05\x44\x32\xec\xc3\x14\xf4\x04\x60\xb3\x9c\x5d\x29\x2f\xd1\xd0\xc2\xae\x17\xb9\xb0\x37\x7c\x74\xf0\xa4\x19\xb8\xc1\xb7\xae\x63\x74\xf0\xc4\x04\x82\xa8\x7f\x4f\x24\xc6\xba\x7a\x5a\x69\x95\x1d\xcf\xda\x26\xcf\xca\xf8\x23\x4e\xe2\x5c\xe3\xf1\x03\x87\x29\xde\x43\x95\x04\x95\x95\xfc\x41\xf5\x47\x74\x2b\x27\x8f\x2c\x3d\x31\xd9\x70\x56\xcd\xb9\x1a\x16\x82\xa7\x10\x9b\x12\x3c\x76\xce\x42\xb2\x55\xb9\x31\x5a\x06\x02\x84\x37\x4a\xe7\xff\x59\x80\xb1\x0b\xc1\x4d\x8c\x97\x61\xb8\xa4\xb7\x20\x72\xfb\xef\xa2\x1c\x30\xea\x18\xea\x9d\x15\x06\x96\xc2\x2e\x37\x5d\x38\xb8\xee\x53\x79\x47\x9c\x0f\x3b\xf7\x91\x90\x65\xc1\x95\x81\xa1\xd6\x46\x10\xbf\x88\xae\x2e\x39\xc1\x7f\xc5\x0b\xae\x82\x11\xb3\xdb\xd0\xcd\x8c\x48\xb4\xdd\x9c\x85\xbb\xd0\x50\x7f\xce\x6e\x4a\xa2\xe7\x79\x26\x1e\x48\x1a\xd8\xc8\x87\x15\xa1\x3f\x28\xe6\x48\x35\x3d\x76\x75\xb3\x56\xfb\xa9\x61\xbf\x75\x96\x39\xa0\x26\x31\x97\x25\x58\x18\x3d\xbb\x19\x30\x31\x9a\x8e\xd8\xdf\x9b\xc1\x04\x54\x46\xfe\xef\x1d\xcb\x41\x83\x38\x53\x76\x23\x62\x8e\xa7\xb3\x93\xc8\x08\x24\x35\x0f\x3f\x99\x89\x72\xf8\xb0\xf8\x6d\x12\xff\x92\x11\x85\x8c\x99\x00\x4f\x78\xc9\x83\x32\xf3\xc8\x37\xb1\x71\x48\x07\x02\x88\x3d\x5d\x40\x2d\x3d\x39\x61\xd2\x6e\xba\xf3\x5f\x95\x5a\xe1\xdb\x1b\xe1\x08\xda\x17\xae\x70\x68\x76\x90\x1e\xf7\x6f\x99\x80\xf9\xf2\x66\xcc\x2f\x5a\x30\xc0\x11\xbb\x6a\x1f\xf4\xd5\xe7\x7c\xf3\x51\x7a\x20\x57\x5c\xdb\xa5\x31\x52\x85\xca\x60\xd1\xf6\xcf\xad\x04\x93\x0d\xd8\x2f\xbc\x50\x52\x4d\x0f\x06\x10\x24\x0c\xc4\x9c\x25\x7e\xb8\x10\x0c\x4c\x82\xf5\xa4\xb2\x84\xe3\xd1\x96\xac\x70\x3d\xbb\x15\x81\x55\x56\xac\xf6\x4d\xe9\xa9\x82\xd4\x92\xd1\xe6\x3a\x4b\xcf\x37\xa0\xf7\x55\xfa\xcd\x5a\x30\x75\xd7\xa8\x05\xa4\x7e\x27\x76\x28\xea\x9f\x8d\x2e\xb1\x0e\x45\xfd\x8e\x0c\xa0\x4f\xb6\xca\x80\x46\xbc\x43\x4f\xdf\xa1\xa7\x3f\x13\x7a\x3a\x9c\xaf\x6d\x21\xa7\x07\x64\x7d\x1d\x81\xc3\x66\xbe\xae\xbe\x5d\x5a\xab\x46\x03\x45\x51\x8e\xb3\xfb\x9b\x34\x60\x72\x24\x46\xf6\x34\x3a\xd1\xef\x9e\x9b\x43\x69\xd8\x0c\x2c\xaa\xf6\x57\xdb\x93\x54\x95\xae\x4c\x86\xc5\xa1\xa1\x68\x09\xc4\xe9\xf4\x40\xd2\x8d\x5a\x06\xce\xbd\x55\xa0\x56\x3c\x28\xec\x18\x42\x53\x60\x8c\x55\x5e\x93\x32\x53\xb2\x99\xe0\x45\x39\x16\x56\x17\x45\x36\xd3\xc3\x5e\x60\x5f\x7c\x4f\x9a\xff\x0a\xb3\x01\xc9\x57\xf0\x99\x50\x13\xa2\x37\xb7\x67\x32\xb0\x82\x71\x64\x10\x57\xf6\x67\xcf\x06\x70\x03\x5f\xb3\xf7\x6a\xaa\xc1\x92\x55\xb0\x37\xae\x74\xdc\x89\xa5\x29\x09\xde\xfb\x8b\x8c\x2b\x05\x46\xb0\xb9\xbe\xe3\x58\x88\xf2\xd5\xe8\xd5\x5f\x36\x15\x1e\x7a\x71\xf5\x95\x07\x73\x3d\x5a\x73\xdd\xcc\x1d\x4c\xd3\x38\x99\x50\x73\x9c\xac\x8d\x7d\x4e\x55\xa7\xc4\xee\x85\x79\xa4\xad\x6d\xbb\x8b\x34\x6c\x2a\x94\x55\x1a\x3b\xdc\xf8\x33\x6d\x62\xe7\x55\xa7\x0e\x20\x41\x6d\xda\xe7\x46\x45\x3d\x1f\x44\x72\xe4\x0d\xa1\x9d\xab\xe9\x5b\x35\xca\xc1\xde\xec\x11\xe8\x81\xf7\x6e\xdc\xec\x91\xae\xd4\x6b\x49\xe3\xd9\x3c\xc7\xf8\xc0\x05\x07\x50\x3b\x88\xa1\x40\x48\x56\x48\xeb\xb1\x0a\x89\x4c\x5b\x91\x25\xe8\x03\x5e\x72\x16\x7b\x5d\xd2\xf5\x05\xd1\x59\x5a\x97\x6c\xff\xc5\xe1\x8b\x83\x25\x87\x6f\xcb\xb5\x7e\x1d\xbc\x69\x89\x85\x9c\xe7\xd9\x02\xc6\xf1\x22\x1d\x30\xe9\xc3\x31\x71\x31\x60\x54\x94\x6b\x34\x60\x46\x5b\x05\x36\x95\x4e\xd5\xb4\xbf\x82\x2e\x55\x54\xa8\x53\xb2\xfd\x17\xff\xf7\x0b\x02\xa0\xb8\xd7\xea\x45\x09\xc3\x1f\xb1\x6b\xac\x15\xef\x3b\x5a\xe8\x8a\x29\x21\x08\x95\x36\xcf\x64\x22\xcb\x6c\xc1\x12\x9e\x65\x0c\x54\x29\x8d\xc4\x94\x72\x9c\x4e\x1f\x64\x19\xd8\x2e\x5e\x62\x60\x9f\xe0\x94\xff\x90\xc9\x3b\x71\x38\x13\x3c\x2b\x67\x18\xf3\xa2\xb4\x1a\xfe\x26\x0a\x8d\x55\xc9\xe9\xc9\x2a\x5f\xd4\xd2\x99\xdb\xe0\xd0\xbd\x39\x46\x97\xef\xfa\x6b\x7c\x19\xe2\xac\xbf\x91\xe3\x42\xb0\x63\x8a\x70\x74\xe5\xe4\x63\xbf\x62\x69\x54\x40\xdf\x1e\x0b\x1f\x70\x46\x15\x33\x0f\xef\x0b\x69\x89\x1f\x24\x4d\xc4\xdf\x76\x98\x1b\xfa\x5e\x89\xc2\xcc\x64\xce\xe6\x5c\xf1\x29\xd6\x4c\xb4\xcb\x75\x75\xfa\x56\xaa\xea\x01\x2a\x4e\x8e\x45\x46\xda\xdd\xea\x03\x3f\x31\xd7\x51\x35\xee\x8d\x3f\x6a\x98\x60\xea\x62\x3e\xc2\x32\x0c\x93\x56\x9b\xba\x5c\x37\x85\xc6\x58\x2a\xe2\x8c\x53\x6a\xca\xdc\xd1\x3d\x7d\x18\xb1\x9b\x3d\xf1\x50\x7e\x8b\xf5\x08\x1f\x26\x06\xff\xa1\x4a\xfb\xaf\x11\x3b\x9b\xfb\xa3\x04\x52\x62\xe1\x63\xeb\xdc\x6b\x56\xed\xae\x94\x0f\xb3\x88\xd2\xb0\xac\x8a\x28\x23\x75\x20\xe1\x9b\x63\x82\x6a\x61\x59\xa5\xc8\x40\xdf\x8f\x9d\xda\xfd\x7a\xaf\xb2\x48\xa0\x53\xdd\x7b\x18\x3f\x05\x81\x49\x6c\xbf\xde\xe6\x83\x11\xbb\xa4\x3e\x30\xfb\x15\x82\x40\x26\x1a\x45\x67\x51\x3f\x34\xa2\x84\x95\x93\x8a\x05\xf1\x08\x26\x1e\xe4\x84\xb3\xf9\xe5\x97\xf3\x88\xde\x10\x9b\xf6\xbd\x2e\xb2\xf4\x5e\x12\x49\x37\x6c\xdf\xbe\x7a\xb0\x51\x92\xd9\xfd\xbd\x4c\xd7\x7d\x0d\x8f\x2f\x7e\x8d\xc1\xe7\xea\xea\x2e\x86\xed\x43\x17\x07\xec\x54\x42\x84\x18\xfc\x65\x59\x7d\xa2\xe7\x63\x17\x14\x67\x25\x02\x3f\x37\x38\xe9\x76\xc7\x5c\xe2\x03\x04\x45\xbb\xba\xf1\x18\xb2\x27\xe7\x55\x56\x72\x25\x40\x56\x7b\x36\x7a\x91\x89\x87\x0b\xab\xc3\x9a\x52\xa8\xb2\x2f\xed\xe8\x7e\xab\x59\xbe\x01\x58\xa9\x4c\x58\xee\xdb\xba\x85\x0c\x94\x2c\x0e\x54\x1e\x92\x40\x51\x95\x3e\xa4\xe8\x63\x97\xe2\x09\x48\xe9\x22\x61\x63\x6e\x44\xca\xf2\xac\x9a\xca\x28\x13\x0c\x35\xfc\xb4\x90\x77\xa2\x58\x56\xf1\xe9\xf7\x65\xcb\x19\xfc\xee\x18\x63\x08\x9f\x84\x6f\x40\x81\x63\x23\xea\x02\xe1\x44\x23\x63\x57\xf6\xb3\xa4\x46\x90\x99\x4b\xd1\x5a\xc1\x47\x52\x38\x27\xc6\x8a\x42\x76\x53\x71\x2b\x19\x8e\x3a\x3a\x39\xac\x6e\xb4\xf2\xba\x9c\x3e\x94\x05\xf7\x6c\x9d\x5e\xb0\xb4\x8e\xab\x45\x6c\xdf\x78\xea\x98\xf8\x45\x63\xaf\x96\x6f\xea\x67\x4a\xb3\x56\x54\x62\xaa\xc7\x75\xe5\x1a\x61\xfc\xba\x4b\x39\x26\xad\x88\x4a\x35\x90\xb5\x81\xc4\x25\xac\x4c\x0e\x26\xfa\x3b\xd1\x10\xb1\x4b\xcd\x72\x6e\xbc\x79\x08\xef\x04\x6d\x9b\xa1\x10\x4e\x07\x9c\x0f\xc1\xb7\x72\xc2\x94\x6e\x7d\x25\x4c\xbb\xa3\x38\xfa\x8e\x81\x18\xb4\xd9\x43\xc0\xb6\x56\xae\xd1\x00\x6b\x70\xc2\xbf\xa9\xf0\x26\x37\x26\x48\xe1\x69\x8e\x6a\xe3\x82\x13\x81\x85\xbf\xa7\x9e\xde\x7e\xaf\x43\xd1\xa9\x4f\x7a\x3f\x52\xf7\xd1\xd1\xac\x08\x69\xdb\xd1\xb3\x1d\x3d\xdb\xd1\xb3\x1d\x3d\x5b\x9d\xc8\xab\x13\x9e\x2d\xb9\x2d\x7b\x12\xb5\xe8\xcb\x9d\x94\x0d\x72\xc5\x1f\xa7\x03\xe2\xbb\x8e\xa2\x39\xd5\x8e\xee\xa9\x7b\xca\xa7\xe0\xa0\x7b\xaf\x04\xc8\xb0\xa0\x08\x6a\xcc\x02\x4f\x79\xc9\x8d\x80\x22\x52\xf0\x8c\xfe\xfe\xf0\xe1\xec\x24\xf0\x5c\x43\xe9\xe0\xe6\xb7\x0c\x4b\x35\x46\x9c\xaf\x52\x0e\x75\xf1\x28\xdd\x30\x18\xd5\x6a\x9f\x30\x35\x64\xa6\xd4\x05\xaa\xb4\xce\xb0\xcd\x86\x37\xd5\xcb\x97\xdf\xd4\x56\xa3\xb0\xb9\xa5\xa0\x6e\x3a\xf5\x2c\x13\x0d\xd6\x0a\xea\x28\xf5\x96\xbe\x18\x09\x0a\xd6\x69\x79\x84\xb0\x7a\xcd\x11\xd6\x29\x1a\x94\x2e\x1d\x14\x9a\x84\xba\x4f\x6e\x38\xd4\xfe\x69\x66\xac\x9f\x8e\x4f\x6b\x51\xff\x44\x9a\xdb\x47\x1d\xae\xba\x0b\x66\xfb\xa8\xf9\xa5\x54\xec\x27\xad\xa7\x99\x60\xc7\x7a\x9e\x57\xa5\x60\xa7\x6a\x2a\x95\x18\xdd\xa8\x1b\x75\xc4\x7e\x3a\x3e\x65\x17\x27\xa8\x26\x41\xec\x2f\x1b\x8b\x89\xbd\xbb\x70\x3c\x29\x58\x90\xb7\xd1\x2d\x52\xfb\x09\x78\x07\x72\x6f\xc6\xa2\x51\xbf\xda\xf6\x99\x17\x1a\x08\x82\x3d\xa7\xbf\xd9\xf3\xcb\x91\x53\x92\xef\x7d\xc4\xfc\xa7\xfb\x99\x3b\xb0\x0c\x12\x4f\x87\xd0\x74\xce\xd5\x02\x63\xe4\x46\xd4\xcd\xd6\x0c\x1f\xa1\x50\x90\xa7\xe7\x51\x24\xa9\xbe\x0c\x9b\x8e\x15\x5d\x78\x90\x5c\x16\xba\x62\xf7\x5c\x95\x01\x33\xbf\x96\xf9\x6b\x76\xaa\x4c\x55\x04\x88\xaa\x6d\xbe\x2e\xcd\x06\xac\x9d\xcf\xf3\x4c\x98\xd7\xdb\x36\x9f\x6c\x8a\x05\x41\x45\xdb\x0e\x89\x08\x7d\x35\x4d\x44\xad\xa8\xda\x23\x14\xc5\x11\xe0\x45\x29\xe3\xd1\xad\xf6\xe4\xf9\xc7\xee\xc4\xad\x59\xdc\xb3\x09\xd3\x18\x7b\x82\x06\xd6\xb4\xce\x04\xf3\x09\x4a\xe3\x85\xeb\x05\xc1\x3f\xea\x05\x7c\xa3\x3d\xb9\x86\x3c\x47\x93\xf2\x57\x68\xcf\xc4\x55\xc1\x7d\xa8\xc7\xc4\x0d\xbb\xd9\x7b\x65\x57\xf7\x4a\xce\x65\xc6\x8b\x6c\x31\x08\x47\x59\xb7\xb4\x54\xcd\x75\x69\x07\x73\xb3\xf7\xf2\x66\x8f\xed\xeb\x02\x7a\xb7\x77\x22\x13\xfc\x0e\x85\x0c\x3a\x7c\x0b\x64\xcd\x07\xcf\xb9\x0f\xab\x0c\x5a\x74\x1b\x96\x29\x28\x12\xc9\x50\x06\xbe\x38\x69\x12\xa0\xe3\xd3\x11\xfb\x40\x9c\x9e\x88\x29\x2e\x1d\x10\x12\xd7\xe2\x53\x1c\xaf\x6e\x89\xf0\x69\x72\xde\xb2\x18\xf9\x9c\xf3\xf1\xb2\xe4\x46\x8c\x46\x96\x97\x22\xd7\x8f\x62\x2f\xe1\x2d\x83\x2c\x13\xca\xaf\xad\x53\x91\xc2\xac\x5a\xce\xa6\x12\x23\x8f\x8c\xc4\x8c\xb7\x9f\xe8\xef\x4d\x04\x92\xc8\x5b\xae\x79\x84\x94\x5b\x76\x76\x72\x7a\x71\x79\x7a\x7c\x74\x7d\x7a\xf2\x9a\xd1\x6c\xed\x68\xd3\xc0\x0f\x78\xad\x6b\xcd\xb1\x91\xc3\x4e\x68\x45\x6e\xe0\x03\xa2\x0d\x5c\xb1\x53\x7b\xeb\x4e\x64\x81\x31\x7c\x5c\xb1\x33\x25\xcb\xe3\x66\x21\xc2\x24\xd3\xca\xc7\x00\xe6\x9a\x14\xd1\xa9\x44\xb8\x70\x45\x9d\x41\xcc\x58\xa3\x37\x4a\xe2\x7a\x11\x22\x77\xaf\x61\x4a\xf5\xb2\x46\xb4\x55\xe7\x36\x8a\x10\x4f\x34\xe7\xd6\x8e\x25\x02\x3a\xb2\x4c\xdc\xee\x84\x73\x81\x6b\xc2\x30\xc0\x05\x79\x31\x1a\xbd\x18\x31\x4b\x45\x5f\x8c\x5e\x38\x26\x94\xf9\x94\x45\x3a\x16\x75\xa7\x2e\x4f\xd1\x3e\x6c\x9f\x01\xf6\xde\x01\x0d\x0d\x2c\x67\x69\x65\x3f\x3a\x03\xb0\xac\x73\xd0\x23\xbd\x78\x39\xa3\x1a\x87\x1f\xa5\x33\x38\x95\x77\x42\xe1\xc4\xba\xe2\x07\x69\xe5\x62\xa7\xdd\x7d\xe2\xc3\xe5\xdb\xf8\xdb\x78\x6a\xe2\x5e\x3f\x84\xab\x98\x79\x77\x5d\x0d\xca\xe3\xde\x7b\xa2\xb7\xf3\x27\x4c\x22\x99\x98\xcd\xad\xc9\x8d\x9b\xec\xfb\xf1\x67\x92\x97\xe0\xcc\x77\xf9\xcc\x13\x51\x92\x9b\x9f\x63\x36\x59\xfd\xc6\xb3\x68\x13\x8d\x64\xc4\xa0\x8a\x7e\xce\xcb\xd9\xf2\x09\xaf\x5b\x44\xa0\x14\xe9\x11\x28\x1d\x64\x99\xf1\xb1\x42\xc0\x9e\x60\xb2\xa9\x28\xb9\xcc\x4c\x30\xaf\x52\xe7\x3a\xd3\xd3\x45\x94\x64\x0b\x92\x06\x5c\x94\x0d\x2d\xc2\xe1\xd4\xbd\x7e\x78\x79\x7a\x74\xf2\xee\x74\x34\x4f\xbf\x4a\xc0\x4d\x39\xe4\xc3\x5c\x47\x35\x11\x11\x0e\x11\xab\xc4\xae\x9e\x06\xb4\x09\xad\x4c\xf8\x03\xd2\x1c\xa7\x6b\xd7\x13\x71\xfd\x07\xa8\x1d\x0e\x63\x15\x64\x07\xbc\x6a\xee\x0b\xf5\x07\xd2\x80\x79\x79\x31\xbe\xfe\x1c\xc9\xee\x63\x5d\xa9\x94\x5d\x7c\x3c\x7e\xf6\x75\xca\xa3\xf0\x1e\x00\xcd\x40\x6b\xd1\x3e\x94\xcc\xbe\xf2\xec\xe3\x7a\xa4\xf4\xb0\x34\x58\x94\xb3\x9d\xb6\x03\xf4\xab\x56\x6e\x72\x51\xcc\xa5\x43\xa2\xe9\x27\x56\x3c\x7d\x8e\x8f\x93\x28\x5c\xf7\x3b\x4a\xf4\x67\xa3\x44\xbb\x1b\xf6\xa7\xb8\x61\x3f\x5f\x5f\x5f\xfc\x24\xca\xf5\x61\x4e\x8d\x86\x61\xa4\x93\x72\xf9\xa0\xe8\x0d\xd1\x8a\xd9\xa6\xec\x27\x51\xd6\x75\xd6\xd7\x99\x41\x74\x11\xc9\x41\x8d\x07\x7f\xfd\xac\x8d\x3b\xe1\x9a\x11\x2e\x15\x2b\xf5\x60\x89\xc5\xe4\x3a\x65\x67\x17\x23\xf6\x9f\xba\xb2\x12\xf9\x98\x8f\xb3\x85\x57\xde\x8d\x28\xd9\x0d\xf4\x75\xb3\x67\x45\x3e\xbb\x0b\x3f\x0b\x9e\x8a\xc2\x40\x04\x92\xe0\x1d\x01\x69\x75\xbb\x88\x98\x56\x99\x52\xcf\xd9\x8c\xfa\x69\xe2\xd8\xd2\x5a\x8c\x70\x75\x08\xe8\xbc\x10\x39\x86\x1d\xd1\x3b\xdb\x48\x70\xb7\xfd\xe3\x10\xc1\x43\xb1\xe2\x1e\x5a\x65\x03\x51\x85\xc8\x22\x0a\x43\xc3\x7c\xc7\x4e\x08\xc6\x2e\x13\x6c\x11\x26\x97\xc2\xf2\x17\xe5\xf2\x17\x02\x33\x1f\x45\x9d\xba\xf8\x09\xb7\x4c\x5c\x4d\x05\x7b\x65\xdf\xfc\xfe\xbb\xef\xbe\xf9\x6e\xc4\xce\x43\x78\x49\xab\x1c\x1d\x9d\x1f\xfd\x7a\xf5\xf1\x18\x10\x98\x37\x4e\x82\xab\x4a\x99\x8d\x2c\xe5\x2c\x8b\xd1\x99\x2a\xdf\x17\x57\x75\x4e\x8e\x3d\xf9\xb1\x78\x50\xf8\x3d\xf4\xb7\xd1\xb1\x0b\x32\x9d\xed\x59\x6d\xde\x74\xbb\x96\x8f\xc7\x40\x09\x36\xb1\x3b\x68\xd9\xce\xe5\x30\x32\x97\x0e\xd7\x42\xd0\xe7\x9a\x7b\x8e\xad\x1a\xe1\x8c\x49\x78\xb6\x43\xf8\x21\x49\xf7\x3d\x07\xc8\xc3\x3e\xb8\xf9\x83\x3d\x08\xde\x5f\xbe\xf0\x71\x74\xd2\x6b\xbb\xbc\xf8\x59\x94\x35\xa9\x93\xa5\xd3\x89\xbd\xae\x7f\x1f\xdb\x3d\x49\x57\xfa\x99\xab\x34\x5b\xb3\x8e\xd8\xc4\xe7\x9a\x70\xa7\xb1\x25\x8e\x5e\x52\x48\xa2\x73\x38\x40\x2a\xfd\x5a\x67\x88\x78\x10\x49\xc4\xa9\x17\x71\xe6\x80\x91\x57\x5b\x3a\x03\xb6\xdb\xda\x7d\x53\x9b\x5b\x4f\x1f\x44\xe2\xff\x46\xa6\xec\xc6\xa6\x61\x3c\x1b\xa5\x65\xd5\xd1\xb2\x44\x28\x7f\x12\x31\xfa\x8d\x7c\xa4\xf5\x59\xdb\xdc\x91\x48\xf0\x25\x8a\x62\xa2\x8b\xf9\x26\xdf\x6f\x72\xb2\xdf\x07\x7b\x65\x92\x5f\xe9\xe4\x36\x36\x88\xeb\xe3\x0b\x7c\x14\x0c\xa3\x66\x64\x98\x8d\x0d\x8e\x7e\x76\x7d\x7c\x01\xa4\x6c\x04\xff\x9a\x69\x7d\x8b\xf1\xac\x0b\x51\xd6\xf6\xf2\x0d\x46\xe9\xbf\xec\xc6\xd9\x37\x81\xa1\x5e\xdd\x1e\x7c\x3c\xda\xa4\xfd\xe9\x2e\x32\xa1\x4d\x79\x94\x49\xbe\x32\xb7\xc1\x37\x62\x33\x9d\xa5\xb8\x87\x73\x9e\xe7\x76\xd1\xc6\xa2\xbc\x17\x42\xb1\xb3\x0b\x38\x93\x96\x34\x62\x64\x1f\x26\x34\x90\x01\x07\xc1\xe9\x6b\xc4\x71\x55\xd6\xc6\x97\x1c\x0c\x56\xf6\x45\x0c\x36\x5e\xef\x23\xf4\x1f\x89\x0f\x15\xbf\xef\x4c\x27\x7c\xac\xef\x04\x0c\x2f\x4d\x0b\x61\x56\x72\xdd\x65\x97\xbf\x8c\xa4\x74\xd7\x7d\xb9\x9b\x07\xae\x13\x80\xcf\x83\x99\x3d\xd1\x36\x63\xe7\x60\x59\xf6\xa3\xd4\x20\x18\x8a\x15\x03\x60\x87\x1c\xb8\x24\x69\x3c\x3f\xfb\x87\xcf\xae\xf1\xc4\xb5\x9c\x15\xf2\x89\x73\x9a\x7a\x3b\x1c\x09\x11\xc8\x6c\x29\x3c\x20\x27\x8d\x82\x33\xb3\x98\x67\x52\xdd\x42\xd4\x39\x49\xef\x96\xfa\x91\xae\xa7\x6e\x1d\xaf\x2e\x04\xcf\xba\x75\x8d\x4d\x0c\xe8\x76\x20\x39\x62\xba\x2d\x23\x10\x76\xa7\xa5\xda\x73\xe8\x76\x94\x8c\xfc\x0d\xd1\xe1\x66\xef\x66\xef\xf9\x86\xb6\xc9\xb9\x3b\xbb\x3a\xbe\x3a\xdb\xdc\x1e\xb8\xe2\xb5\x46\x0c\x96\x62\xd0\x12\x9c\x34\x23\xfa\xf7\xa6\x41\xea\xcd\xb7\x9e\xc1\x47\x8b\x31\xbf\x17\xba\x28\x79\x66\x29\xc3\x3f\x2c\x79\xcd\x2a\xb5\x7c\x94\x93\x19\xcf\x8f\xaa\x72\x76\x22\x4d\xa2\xef\x44\xcc\x0a\xec\xaa\x7e\xb8\x71\x4a\x18\xbd\x7f\x81\x1d\xff\x7c\x74\xc1\x78\x55\xce\x84\x2a\xa9\x5c\x47\x34\xc0\xc7\x7d\xea\x0a\x11\x85\xfb\x7e\x88\x9a\xf7\xfe\xcc\xce\x0f\xfd\xa8\xcb\x27\x4d\x62\x64\x34\x9d\xd6\x4a\x06\xbc\xd4\x1d\x05\x60\x49\x81\xc4\xbd\x3a\x73\x6d\x41\x03\x02\x7a\xd7\x78\xbd\x11\x2d\x85\x06\x08\xf8\xee\x99\x2a\x45\x31\xe1\x89\x68\x05\xa0\x63\xb6\x3b\xf6\x2d\x7d\x1b\x88\x8b\x49\x28\x14\x3f\x87\x43\x8e\xa1\x32\xaf\xf1\x49\xe0\xb7\xa6\x10\x1a\xc7\xc0\x13\xca\x98\xa9\xf3\x87\x50\x29\xea\x80\xff\xb0\xf7\xa6\xcb\x67\x84\x83\xfa\x8f\x8a\x67\x38\x99\xf3\x2e\x07\x4b\x73\x82\xcb\xfd\xb9\x95\x73\xb3\x3b\xf7\x96\xb0\xca\xa0\x88\x87\x2d\x00\x37\x03\xc5\xba\x90\xf0\xbe\x20\x1b\xc2\x0b\xb6\x5f\x26\xf9\x41\xff\x74\x0e\xec\x95\x66\xf3\xd6\xe7\x71\xf4\xc4\x51\xc2\x65\x8f\x88\x2e\x8d\x6e\x91\x02\xb1\xb7\xd2\x50\xdd\x30\xfa\x41\x1a\x26\x30\x6b\x81\x83\xcc\xa5\x0b\x26\xf3\x5f\xad\x38\xf2\x1a\x6f\x7e\xa0\x8f\x4b\x83\xc5\x38\x30\x70\xce\x85\x2a\xec\x97\x8b\x5c\x26\x3c\xcb\x16\x5e\xdc\x35\xec\x2f\xdf\xbf\x04\x82\xf9\xcd\xd7\xdf\xbf\x3c\xd8\x4c\x42\xfa\x84\x2e\xf0\x4d\xa3\x1f\x81\xf0\x61\xe0\x23\x22\xfc\xe2\x71\xc0\x15\x86\x1c\x36\x7f\xeb\x96\xc8\xe3\xa3\x63\x9f\x07\x4d\x1e\xd2\x67\x9b\xff\xc8\x1d\xde\xd0\x54\xd1\x33\x64\x1b\xf8\xf4\x63\xe4\xd7\x9d\x90\xb0\x13\x12\x76\x42\xc2\x4e\x48\xd8\x09\x09\x8f\x11\x12\xf2\x9d\x90\xf0\x59\x0a\x09\xf1\x84\x82\x2f\x5b\x52\xd8\x24\x0f\xe2\x6f\x62\x71\xad\x5d\x11\x96\x2e\x31\xe1\x1d\xcf\x03\x48\xa0\x5b\xb1\xc0\x58\x72\x30\x09\xf9\x92\x88\x4b\x79\x51\x51\x06\x7e\x2b\x16\x9d\x8e\x78\xc0\x80\x8e\xb9\x15\xe8\x8b\x14\x8a\x1e\x47\x3d\xd4\x69\x84\x04\xd5\x49\x38\xf6\x39\x1b\x4b\x3c\xae\x95\xa1\xe4\x04\x89\x76\xcf\x41\x50\xc8\x11\x01\x8f\x9c\x6d\x15\xf7\xe3\xe5\x0f\x3f\xfc\xd0\x05\xf6\xef\x22\xe7\x70\x5f\xdf\xd9\xcf\x84\x18\xff\x2e\x25\xc7\x41\xfc\x23\x50\xc5\x24\x93\x09\x05\xe6\xe1\xd9\x70\xb9\x52\x40\x1e\xf9\x64\x82\x08\xa4\x54\x18\xc4\x8e\x7d\xc0\x32\x79\x2b\xd8\xc4\xfc\x54\xe8\x2a\xf7\x45\x86\x5c\xc1\x27\xaa\xa8\x8a\x9d\xd5\x73\x35\xa2\xec\x4b\xf6\xa2\xe6\xc1\x6b\xf8\x42\xc6\x21\x0d\x29\x0f\x6c\x85\xae\x08\xcf\x9c\xe7\x98\x0d\x00\x3b\x34\x62\xef\x6a\x5c\x71\xae\x18\x1f\x1b\x9d\x55\xa5\x8f\x38\xa0\x87\x61\x54\x20\x74\x2a\x32\x94\x09\x31\x48\xd1\x35\x0b\xa2\x17\x11\x04\x13\x4e\x1f\xb4\x79\x9a\xb5\xed\x6d\x58\xa5\xb0\xeb\xcc\xd7\xf5\x0a\x03\xf7\x5c\x12\xec\x12\x9a\xe2\xbd\x3c\x4b\x62\x13\xf9\x7f\xa0\x30\xa6\x54\x76\x7b\x72\xad\x8c\x73\xa2\xbb\xa2\x30\xbe\x6f\x42\x61\x83\xf8\x74\x0c\x21\x35\xe5\x15\xcc\xdb\x6e\xf0\x45\x21\xae\x4a\x9d\x07\xed\x67\xe8\xed\x32\x83\x86\x95\x78\xd2\xf4\xf9\x62\x0d\x13\x13\x94\x84\x72\x0e\x17\x43\x68\x92\xa5\x18\xb0\x4a\x41\x89\xdc\xe6\x9b\x54\x00\x0a\x4a\xdf\x40\x21\x41\xc2\x7d\x49\x38\xd5\xb9\xa1\x01\x10\x1c\x6e\xd1\x04\x7f\xe9\x70\x1a\xe4\x6e\x52\x11\xfb\xb3\x9f\xaf\x1d\x1b\xcf\x32\x91\x32\x39\x9f\x8b\x54\xf2\x52\x64\x0b\x2a\x21\xc6\x9b\x35\xad\x48\xd8\xf1\xa6\x69\x37\x26\x1a\x74\xd9\xae\x81\xe5\x2a\xee\xf8\xc2\x59\x54\x12\x8b\xf1\x24\xd1\x1e\x48\x1b\x41\xc7\xf0\xd0\xf9\xaa\x9d\x78\x9f\x36\x59\xea\x99\xd6\xb7\x7e\x95\xe3\xa8\x72\x3d\xcb\x6e\xfa\x7f\x0e\xfd\xfe\x0f\xc1\x31\x76\xf8\x55\xfd\x08\x7e\xd8\xc4\x7b\x47\x1e\x55\x7b\xe5\xf1\x74\x45\x36\x85\x8e\x5d\x7c\x4b\x28\xad\x88\x77\xae\x71\x5a\xc1\x71\xe7\x8a\x1d\x5d\x9c\x79\x67\xa3\x6e\xac\x23\x01\xac\x53\x99\x2c\x57\xb1\xf3\x90\xaa\xfd\xa1\x93\xdb\xd5\x5f\x1a\xb0\xbc\x10\x62\x0e\xa3\x1b\xd4\xe9\x08\x14\xa7\x0e\x3f\x8a\x32\x41\xfe\x1c\x1c\x4f\xa0\x34\x34\xfc\xf6\xae\x25\x05\x37\x33\xac\x8c\x24\x1e\x64\x49\x15\xb5\x42\xd0\xd7\xa0\x48\x93\x34\xad\xf4\x46\xfa\x88\x93\x08\xd2\x56\xd9\xb1\x69\x61\xa5\xdd\x5c\x14\x52\xa7\x0c\xa0\xc0\x52\x7d\x6f\xc9\xf3\x54\x2a\xe3\x96\x0f\x2e\x3b\xad\xb3\xdd\x43\x81\xb1\x9d\x54\x2e\x7c\x44\x90\xee\x59\xe0\xe9\xd2\x55\x99\xe8\x3a\x33\x83\x06\xd1\x3e\xee\xc0\x7b\x60\x75\x2b\x10\x2e\xfc\xbe\x38\x46\x5d\xae\x1d\xf3\x16\x8e\xbd\x5d\xd8\xfa\x59\xe7\xe2\x40\x3e\x2c\x24\x7c\x7f\xbe\xf7\xa4\x6f\x20\x09\xb5\xef\x10\xb3\xde\xca\xb9\x2c\x2f\xb9\x9a\xae\xe1\x39\xae\x95\xe5\xdc\xa6\x3e\xeb\x15\xd6\x78\x93\x80\x8c\x08\xd5\x2d\x79\x32\x63\xb7\x52\xa5\x76\x6b\xc2\x0c\x1d\xce\x7c\x30\xf0\x7a\xc2\xbc\x83\xf1\xdc\x32\x8c\xe7\x0e\x54\xf3\x93\x82\x6a\x7e\x11\x38\xe6\x56\x9f\x88\xcc\x31\x17\x49\xe3\xe2\xd1\xe5\x17\x0a\x74\xf4\x38\xc1\xdc\xe6\x4c\xed\xb0\x86\x5c\xa5\x43\x04\x70\xdb\xa8\x18\xb7\xa3\x62\x76\x12\xfd\xb5\xd6\xe6\x6b\x5b\x2b\x02\x53\xf7\x7b\x56\x8a\x79\x3f\xf2\x7b\x86\x08\x19\x2e\xa2\x6c\x2e\xd5\xe1\x9c\x3f\x84\x64\x98\xb0\x1b\x17\x2d\x3c\x93\x39\x2f\xa1\x1a\xac\x56\x40\x9d\x7b\x24\xdd\xa3\xde\x18\xc1\x25\x21\x43\x81\xef\xbf\xa8\x4b\xa1\xd1\x10\x48\x55\x0d\xc6\x00\xf1\xba\x32\xe0\x08\xd8\xd0\x12\x12\xcc\x9d\xdd\x04\x85\x63\xd3\x03\x3e\xf2\x95\xca\xfe\xa3\xe2\xaa\x94\xe5\x02\x0c\x50\x34\xc3\x4b\x24\x3d\x9d\x13\xa5\xe7\x2e\x68\x3d\x5d\x35\x7d\x27\x53\xf6\x58\x80\xa2\xee\xf6\x8f\x5b\x82\x39\x7f\x88\x19\x55\xdc\x81\x4a\xb4\x32\x65\xc1\x25\x24\x5d\x92\x59\x02\x78\x7b\x7b\x66\x7f\xcc\xd0\xf1\x5a\xe0\x3a\x5e\x5a\xee\x1e\x9d\xcb\x52\xab\x48\x6a\xa0\x9d\x43\x5a\x4f\x09\x8c\x2e\x33\x7e\x27\xa0\xfc\x12\xee\x13\xa2\x6c\xda\x43\x8b\xa6\x90\x42\x20\xc8\x9b\xc7\x86\xc4\x82\x4c\xd8\x24\x95\x77\x32\x15\xb4\x4e\x7e\x9f\x49\xad\xe5\x90\x02\x29\xfe\x51\xf1\xcc\x49\x15\x42\x55\x73\x44\x2c\xc5\xa3\xf3\xaf\x2d\xd1\xc5\xc5\xd7\x3d\xb0\x71\x55\x98\xd2\x5b\xd3\x9b\xe3\xfe\x23\x76\x21\x56\x81\xfc\x9d\x54\x7f\x82\x03\xb4\xba\x6c\x40\x93\x7a\x52\x09\x3b\xbb\xb5\x1c\xb2\x53\x41\x50\x79\x32\xb2\xef\xe1\xf2\xc8\xd6\xf2\x8a\x75\xa8\xfa\xcd\x96\x4d\x68\xfd\x40\x8c\x07\xc3\xfc\x0e\x64\xff\xf3\x90\xce\x3b\x40\xf6\x2d\xb3\x37\x9d\x3b\x88\x8b\xf4\x28\x43\x0e\xd4\x72\x85\x05\x3f\x44\x5d\x7a\x98\x20\x72\xcb\xd0\x0f\x73\xe8\x35\xd4\xc3\x2d\xa4\xa4\x04\x5a\xe6\x0e\xe2\x7f\x07\xf1\xff\x3c\x10\xff\xc1\x21\xdb\x12\xce\x7f\x4b\xf2\xef\x45\x75\x1b\xfa\x51\xb7\x84\xee\x2f\x5a\x20\x9e\xaf\x12\xce\x43\xb2\x8c\x1a\xd7\x32\x5d\xa6\xdf\xe3\x83\x5b\xaa\x27\xde\x52\x2a\x88\x9c\xd4\xd2\x8d\x57\xe8\xb6\x7a\xff\x41\xd5\x89\x01\xdc\xae\xd9\x52\x78\xaf\x73\x9b\xd6\xb1\x44\x2b\xce\x41\x9a\x42\x4d\x49\x69\xbe\xbe\xd4\x75\xed\x1f\xba\x55\x60\x15\x5d\x10\xf8\x5c\x2b\x19\x6e\xc7\x28\x3f\x3f\x46\xf9\xb6\xb9\xa7\x8f\x3f\xb0\x4d\x72\x44\x45\xd2\x47\x97\xfc\xfe\xf4\xa1\x14\xca\x60\xbe\xce\x8e\x7f\xed\xf8\xd7\x16\xf9\x57\x1f\xfe\xd4\xcd\xcf\xa2\x67\xb4\x8b\x4e\x6a\x9e\xfe\xc8\x33\xae\x12\x51\x9c\xa9\x69\x21\xcc\xca\x14\xaf\x48\xf3\xb6\x46\x5a\xd7\x50\xe0\x2c\xd3\x3c\x1d\x8e\xa9\x3d\x93\xf4\x02\x9c\xd1\xd7\xac\x2c\xf8\x64\x22\x13\x20\x38\x50\x17\xdc\xa3\xd8\x88\xe2\x4e\x26\xa2\x81\x2e\x89\xe1\x80\x5c\x35\x3b\xe9\x9f\x03\xd6\x9d\x02\x06\xd1\x70\x14\xd4\xb3\x62\xbc\x01\x17\x3c\x39\xbf\xa2\xbc\xf6\x20\x30\xe6\xe8\x97\xab\xe6\xeb\x21\x5c\x7d\x40\xad\xe2\x89\x62\x1b\x8f\xe1\xec\x62\x79\x08\x3f\x1d\x9f\x32\x5d\xb0\xf7\xb9\x50\x57\x25\x4f\x6e\xd7\x8f\x67\xa3\x40\x84\x60\xeb\xaf\xd0\xcc\xda\xf3\xa0\x60\xeb\xde\xe7\x64\xfd\xa6\xca\xfa\xa0\xb6\x56\x92\x56\xab\xd6\x8f\x02\x8c\xda\xd6\x52\xba\xd3\xd6\xfc\x36\xbb\xde\xfc\x54\x96\x33\x61\x44\xab\xfb\xad\x48\x48\x91\xbb\xd9\x5f\x4c\x8a\xbc\xdc\x49\x03\x22\x21\x58\x2b\xf7\x76\xb9\x7d\x8d\x0b\x24\x94\xae\xa6\xb3\x36\x0e\x70\x26\x30\xb0\x37\xd3\x09\x2f\x05\x45\x03\xd1\xbb\xa9\x87\xfa\xad\x2b\xd4\x34\xb1\x80\xd6\x1f\x89\xf8\x1d\x0f\x81\x60\xe9\x73\xe5\xc6\xca\xb1\xbe\xb3\x3b\x2f\xee\x0f\xa9\x4c\xce\xf0\x5e\x96\xb3\x21\xc9\x15\x87\x30\xc6\xc3\xaf\x30\xcf\xf4\x89\x17\x2c\xe1\x59\xdf\x60\x78\x68\x1c\x5e\x29\x4c\x88\xcc\x16\x43\x0f\x4b\x4e\xb1\xc5\x18\x94\xa4\x74\x2a\x98\x3d\xd9\x96\x0d\xb2\xfd\x1f\x45\xc9\xd9\x44\x70\xcb\xf0\x0e\x1e\x95\xa2\xb9\x39\x7c\xf8\x59\x6d\x28\x83\xf0\x7c\xaa\x04\x2e\xd8\x85\xcf\xd6\x04\x4f\x3d\x4b\x85\xbd\x68\x9f\x1c\x6f\x1c\x45\x33\x84\xe8\xe4\x55\xa9\x87\x46\x64\x00\x26\x0b\x9f\xc7\xaf\xf7\x28\xed\xd2\x1d\x9c\x36\xa9\x32\xcc\x31\x75\x12\x37\x85\xe3\x51\x06\xab\xdd\x22\x58\x25\x8a\x8f\x73\x41\x9b\x61\xae\x6b\xd1\x58\x22\xb6\x9f\x4a\x73\x3b\xa8\x01\x3e\x07\x6c\x34\x1a\xf5\x0b\xc6\xec\x3e\x87\xe7\x6f\xae\x1e\x97\x92\x71\xfe\xe6\xaa\x37\xa8\x92\x6d\xfb\xec\xc9\xc5\xa8\xa8\x75\x86\x70\xae\x42\x41\x21\xc8\x49\xf1\xd0\x3c\x67\x76\xd8\xa4\xfe\x3d\x35\xd4\x5f\x4d\xa2\xb2\xef\x23\x43\xa0\xed\xc0\x70\xb0\x5b\x07\x21\x7a\xf4\xa4\x1a\x81\xd5\x45\xb4\xa0\x01\x6a\x34\xce\x0c\xe1\x84\x35\xbb\xdb\xcb\xd9\xf3\xcf\xbd\xf6\x1b\xdd\x91\x10\x49\xaf\xeb\x76\xd4\x48\x77\x00\xfe\x99\x22\xe0\x47\xa2\x29\xdb\x1b\x1e\x03\x42\xad\x9d\xe1\xbc\xca\x4a\x99\x67\x01\xd3\x03\x31\x46\x53\x50\xf0\x2e\x3e\x66\x17\x1f\xf3\x65\x6b\xf4\xff\x4c\xf1\x31\x63\x31\xe3\x77\x52\x7b\x5c\xac\x3a\x0c\xee\xf3\x8d\x94\xf1\x63\xc4\x40\x19\xac\x94\x5a\x45\x94\x30\x52\xf7\xea\x48\x74\x38\xbb\x50\xb1\xb5\x6c\x68\x7d\x7f\xae\x59\xe3\x9b\x7d\xd5\xaf\xe6\x6a\xad\xe6\x21\x57\x6e\x50\x5b\x0a\x22\xf2\x1d\x1f\x6b\x95\x7a\x54\xfb\xb5\x5c\xca\xb7\xae\x75\x39\x07\x15\xc9\xc7\xba\xc2\xbd\x03\x5e\xb5\x52\x2f\x6b\x64\xc0\xda\x67\xfe\xa4\x2c\x3b\x27\xb8\x29\xaf\x0b\x0e\xa5\x63\xb4\x72\xd5\x7f\x1f\x7f\x17\x5d\x0d\xdf\xb9\x30\x86\x63\xf4\x6a\x4c\xbe\x32\xb8\x20\x4b\x8f\xd6\x1c\xe8\x3a\xae\x38\x25\x61\x9b\x40\xb5\xae\x0b\xcb\xce\xde\x58\x01\x6a\xc0\x3e\x28\xf0\x15\x44\x55\x83\xd5\xe1\x05\x35\xf2\x2d\x9c\x72\x9d\x65\xa2\xa8\xbf\xf6\xf4\xc8\x82\x7e\x65\xfa\xfd\x71\x58\xe7\x41\x69\x34\x6c\x7a\xa4\xfd\xa3\x5d\x34\xc1\x67\x22\xcb\xac\x8b\x26\x08\x9d\x80\xb5\xd8\xea\xfc\x7f\x14\x89\x9f\x41\x02\xe9\xf6\xad\x27\x70\x52\xb6\x11\x52\x50\x4b\xe5\x3b\x8f\xcc\xce\x23\xf3\x3c\x11\x05\xf5\x19\xdb\x52\x40\x41\x53\x52\xe8\x43\x70\x49\x9c\x0c\xc5\x2b\x5e\xe2\x22\x62\x34\xef\x46\x79\x15\x13\xa9\x78\x26\x7f\x8b\x82\xd7\xbe\xf1\xcf\xe0\xca\x28\xa6\x73\xfe\x8f\xaa\x26\x15\x48\xda\x28\x5c\x81\xac\x75\x58\xc9\x0d\xe1\x1a\xe7\x5c\x09\x55\x66\x0b\x2c\x80\xef\x08\x0a\x5e\x0f\xd2\xc9\xfb\x12\x94\x92\x9b\x5b\x73\xc8\xd3\xb9\x54\xd2\x94\xa2\x18\x26\x88\x81\xdc\x93\x84\x2c\xb1\xce\xc7\x28\xfb\xeb\xdd\x1e\xad\xa6\x76\xd5\x42\x43\x38\xca\x51\xeb\xe5\xe1\x1e\xb5\xe0\x49\x2c\x88\x6c\xda\x65\xd3\xcf\x42\x1c\x8b\xdf\x71\x99\xf1\x71\x66\x37\xc1\x88\xe2\x8e\x63\x76\x28\x7c\xd8\x2f\xe1\x0b\xd3\x18\x98\xd8\x86\x17\x23\x22\x8d\xfe\x3e\xd8\x7b\x18\xd6\x7b\x3c\xcc\x79\x99\xcc\x86\x73\x51\x4c\xc5\x10\xf2\xaa\x9d\xe0\x18\x69\x65\xca\x82\x97\x62\x6a\x1b\xc1\x0b\x60\x72\x9d\x71\x13\x11\xac\x2e\xec\xcf\xbe\x2a\x3e\xcd\xab\x4e\x4f\x85\xb7\x9c\x54\xa7\x56\xea\x22\x4f\x3e\x8f\x1b\x26\xc5\x47\xd6\xac\x8b\x7a\x50\x2a\x79\xe7\x81\xd4\xa9\x40\x76\x67\xf9\xaf\x28\xd0\x11\x20\x15\xfb\x5b\x3d\x25\x76\xca\x13\xf2\x10\x80\x55\x91\xa2\x9c\x97\xcb\xd0\xb9\xb2\xff\x3c\x99\x09\xb6\x2f\x47\x62\x64\x7f\x12\x65\x92\x1e\xec\xec\x53\x3b\xfb\xd4\x97\x2d\xdf\xfc\xb3\xda\xa7\x38\x39\xa6\x3e\x33\xbb\x8c\x4e\xd7\x1a\xa2\xde\x69\x03\xd7\x1e\x45\x10\x64\x7b\xe0\x17\x0d\xd5\x79\x9c\xdc\x85\x2f\x2d\xe6\x62\xfc\xc8\x83\x78\xe9\x3c\x27\x9f\xb3\x8d\xca\xae\xc5\x86\xe6\x29\xb7\x7c\x9d\x4c\x65\xeb\x46\x29\x9d\x8a\x23\x74\xe8\xac\xe3\x57\xd4\xac\x36\x43\x85\x22\x94\x4f\x73\xd1\xa9\x15\x57\x96\xd1\x9a\x57\x19\xa2\xa8\x75\xc4\xe0\x50\x8f\x6c\xd9\x6f\x8b\xbe\xf3\xa5\x0f\xad\xb3\xeb\x9c\x07\xaf\x81\xdb\xda\x1b\x8c\x5c\xe8\xd1\x80\x9d\x3e\x20\xcf\x41\x58\x9e\x33\xe5\xfe\x7a\xaa\x0b\xd7\xae\x22\x39\xfb\xd7\x4a\x07\x3e\x2a\x00\xb8\xc6\xb4\xd0\x55\x0e\xe6\xa8\xc6\x33\xcb\x32\xd3\x2a\xb3\xdc\xa3\xa8\xb2\xb8\x61\xa7\xe5\x5d\x85\x80\x8b\x42\xa4\x27\x95\x9d\xc0\x95\xef\xe0\x6c\xaa\xb4\xff\xf9\x14\x40\x04\xa2\x42\x81\x5d\x7a\xfa\xac\xc3\x0a\xc0\x3e\xa1\x88\x06\x3d\x60\xb9\x4e\x81\x91\xdb\xe1\x92\x26\x62\x78\x29\x0d\x95\x7a\xf4\x13\x10\x0f\x96\xab\x81\xe3\x33\x00\x3f\x83\xdb\xee\x0a\x56\x0d\xd8\xb8\x2a\x99\x2c\x81\xdb\x25\x33\xad\x8d\x20\xea\x87\xfd\xde\x49\x0d\xa2\x02\x6e\x63\x81\xd5\xa6\x89\x8c\x04\xdd\x63\x54\x41\xfd\x9a\x34\x6c\x0e\x80\xda\x6e\x41\x9c\x48\x6a\xbb\xa9\xab\xc8\x01\x4e\x88\xb1\xec\x73\x6e\x3b\xbd\x17\x72\x3a\x2b\xcd\x80\x81\x98\xe5\xd3\xe8\xeb\x6e\xe7\x02\xea\x59\x67\x99\x1b\x42\xb8\x45\x75\xfe\xa1\x61\xfb\xed\xfc\xc2\x81\x7b\xbe\xb4\x35\xd1\xe5\x42\xc4\x8a\x83\x01\xa3\x84\x10\x2b\x5a\x54\x73\xbb\x74\xb2\x74\x01\x17\xe5\xac\x80\xa8\x1f\x58\x8a\x8c\x3e\xac\x1b\xd5\xc0\xac\x38\xc5\x53\x00\x30\xb9\xd9\xc3\xd9\xdd\xec\xf9\xd2\x5f\xd5\xdc\x01\x5f\xc0\x0c\x5d\x6a\x2a\x1a\x5c\x0b\x44\xa6\x81\x77\xe1\xc9\x69\x3d\xba\x7f\xf5\x2f\xed\x9b\x83\x7a\x39\x67\x72\x3a\x73\xab\xc9\x09\xc2\xa2\xb9\x0b\xdb\xd0\x6d\x2e\x5c\x67\xf5\x12\x5e\x8b\x62\x4e\x58\x66\xf1\x35\xee\x7b\xfc\x09\x2f\xc6\xef\x48\x63\x4f\x3b\x4e\x30\x4c\xd5\xca\x59\x73\x51\x32\x7b\x13\xea\x9d\x2d\xa5\xa5\x37\x25\xd5\xc0\x81\xdb\x44\x02\x99\xbb\x4a\x29\xd3\xae\x38\x24\x85\xa2\x3c\x66\x04\x89\xe0\xc6\x17\x42\xa2\x51\xe8\xb9\xc0\xb0\x38\x96\xc2\xac\x61\x08\xc2\x4d\x9d\xed\x8b\xd1\x74\x14\x20\xb1\xa0\x84\x78\x30\x08\x18\x31\x5c\x49\x40\x65\xc1\x90\xfc\xb2\x00\x13\x43\x80\x1d\x22\xee\x24\xc1\x50\xd9\xce\x41\x40\xb5\x42\x28\xcc\x64\x53\x5e\x0a\x71\x3f\xba\x3f\x9e\x46\xe3\xa5\x28\x41\xee\x3a\x28\x2b\x98\x65\x3f\xe7\x4d\xd8\xb0\x66\x98\xde\x3c\xb0\xc4\x3a\xb9\x5f\x91\x27\xfa\x6d\x7e\x16\xbc\x28\xc7\x82\x97\xce\x6d\xd3\x8a\x4f\xe3\xa6\x84\x33\xc7\xee\x05\x9b\xea\xb2\xde\x57\x34\x50\x61\xd1\xcc\x86\x77\xe3\xe9\x7e\x9f\xb8\x3f\xa9\x6b\x60\x0d\x67\x0e\x02\x3b\x4a\xb2\x4d\x59\xca\x4c\x62\x22\x1c\x49\x80\x2a\xdb\xce\x18\x03\xdf\x54\x2b\x1e\xb9\x9a\x73\x05\x91\x3a\x60\xa5\xa1\x76\x4c\xaa\x14\x80\x04\xd5\xb4\xe5\x8d\xcb\x60\x22\x7e\xb6\x1d\xb5\x47\x9d\xb3\xab\xf9\xad\xfd\x71\x21\xc5\xe4\xa0\x01\x22\x14\xae\xc6\x0b\xd3\xab\xfb\x3f\xda\x61\x66\x39\xc5\xa7\x77\x90\xe1\x95\x9b\xc8\xe9\xfa\xf8\xb8\x76\xdb\xb0\xb2\x0c\x23\xa6\x1c\x4c\xa4\xce\xc1\x04\x88\xda\xa4\xa4\xc2\x3d\xa6\x1a\x23\x71\xdd\x17\x0f\x49\x56\x21\x1f\x24\xe5\xf0\xc0\x1b\x5e\x95\x56\x43\x25\x7b\x44\x0a\xe1\x97\xde\xf1\x48\x28\xfa\xb1\x7b\x84\xc2\xa0\x0f\xd1\x45\x0c\xc5\x73\x94\xb9\x7d\xa3\x0d\xe8\xaa\x7f\x67\x69\xf9\xfa\x12\xd9\xee\x1e\xd6\x6f\xd4\x7a\xbb\x6d\xab\x6d\xcb\xbc\x6e\xda\x07\x7a\x22\xa7\x8c\x1b\x23\xa7\x0a\x19\xa0\x7d\x7f\x64\x15\xaa\x51\x38\xb2\x1e\x46\xb1\xa4\x94\x77\x91\x23\x7e\x04\xbf\x43\x09\xe2\x82\xec\xb8\xc9\x4c\x24\xb7\xc0\x45\x45\xea\x86\xe0\xe5\x25\x89\x78\x7f\x77\x22\x5b\x60\x15\xe8\x11\xa3\x2e\x80\xd3\x7b\x93\x8e\x0b\x2a\x0d\x2d\xa2\x64\x65\x73\xb3\x3b\x72\xd3\xc2\x6f\x0c\x98\x6e\x36\xb7\x04\xf4\x6f\xf6\xc6\xfe\xa4\x75\xdd\x28\x85\x0d\xb4\x07\x53\x2b\xe6\x20\xa4\x79\x59\x02\x14\x1a\x62\xd6\x55\x84\xca\xd7\xfa\x00\xa1\x42\x82\x97\x91\x2b\x26\x8a\x42\xf7\x21\xb5\x0d\x8e\xdd\x3c\x50\x83\x3d\xb7\x35\x91\x85\x75\x1f\xef\xbd\xb4\xb0\x80\x24\x6f\x54\x46\x8c\xd8\x2f\x33\xa1\x3a\x36\xdc\xee\x03\xd9\xb7\x06\x75\x0f\x75\xf7\xe4\xac\x31\x46\x27\x92\x07\x1f\xcb\xf9\x22\xd3\x1c\x30\xdb\x32\x08\xec\xc6\xb8\x5e\x9e\x69\x35\x75\x35\xc2\x0b\x91\xe8\x22\x0d\xf9\x81\x4f\x51\xc0\x5e\x02\xbd\x03\xee\x2d\xd9\x37\xc1\x5c\x0a\xaf\x96\xda\x69\x35\x56\x32\xa2\x4f\xd7\x83\x1b\x10\xe0\xa0\x5b\x97\xfa\x45\xa9\xfc\xa6\x8d\xea\xed\x83\x78\x52\x9c\xad\x77\x11\xd3\x45\x41\x24\x44\x8c\xba\x87\x1e\x66\xdc\xb0\xb1\xb0\x1c\x3f\x5c\xea\x52\x13\x80\xfb\x2f\x2e\x14\xfc\x6f\xd5\x58\x64\xa2\x44\xb0\x35\x42\x3e\x84\xda\x3d\x65\x81\x00\x0b\x6c\xce\x6f\xe3\xc7\x08\x7e\xc3\x33\x4f\xbf\x8c\x17\x90\xdc\x01\x7a\x8d\x02\x9b\xad\x4c\xb9\x37\x80\x36\x46\xe2\x36\xc0\x1b\xbb\xe1\x56\xfb\x49\x3f\xf1\x38\xc2\x99\x5e\x3e\x8b\xa7\xf6\xe7\x46\xd5\xcc\x05\x80\x09\x66\x62\x8e\x4b\xaf\x12\x99\xb9\xe1\x2e\x9f\x35\x92\xd5\x1b\x73\x1e\x31\xe8\x14\x0d\xb6\x3a\x49\xaa\x62\x80\xba\x23\x02\x9e\x0f\x5a\x57\xb2\x5e\x83\xee\xfe\xf1\x40\x06\xf7\xc6\x6e\xe8\x8a\x8e\x40\x04\xa7\xe5\x0c\x4e\x3a\x9c\xe2\xa5\x8f\xb4\xfb\x81\xb7\x74\xe1\xf6\x2a\xba\xd3\x84\xa0\xd8\x9e\xa8\xd5\x34\x52\x39\xc1\x24\x0f\x97\xe4\x73\x3f\x93\x99\xd5\x21\x54\x62\x3f\xe0\xd7\x88\x17\x99\x14\x05\xd2\x1a\xe3\xf4\x0f\x7d\xaf\xdc\xe7\xeb\xe9\xd8\xd7\xb0\xd9\x41\xad\x34\x11\x8e\x2d\x20\xd8\x15\x3a\xcb\xc6\x3c\x81\x42\x52\x0d\xd2\x18\x3a\x10\x8c\xce\xee\x04\xe3\x49\xa1\x8d\xf1\x67\xbc\x10\x70\xa8\x47\xec\x2d\x2f\xdb\x83\x71\xe7\xb6\x5e\x0a\xac\x3c\x17\xa1\x54\x07\x8e\xc4\xf7\x18\x13\x18\xdd\xc9\xe5\x61\xbf\x99\x70\x28\x8b\x0f\xf7\xad\x32\xa8\x48\xe5\xda\x18\x39\x46\xc4\x5c\x37\x72\x50\xeb\xe1\xb4\x8e\x17\x6c\x22\x1f\xfc\x1d\x6a\x71\x42\xa9\x96\xb7\x18\x8b\xad\x26\x5c\xb1\x89\x24\x13\x00\x86\x34\x2f\xe9\x26\xa9\x18\x57\xd3\x29\x54\x8b\x5b\x30\x23\xc0\x60\x4a\x1f\xc2\x8f\xd7\x32\x71\x83\x58\x64\xda\x9d\x7b\x94\x5a\x66\x56\x92\x1e\x7a\x49\x3a\xb8\x74\xde\x5a\x03\x8d\xc1\xc5\xf9\xaf\x8c\xe4\x40\x2c\x1c\x01\x0b\xec\x19\x98\x2e\x60\xbf\x7d\xdf\x54\xce\x7c\x5c\xf9\x1a\x8d\x78\x1c\x32\x5f\x86\xcc\x94\x7c\x2c\x33\xab\x2d\xd3\xa7\xf0\xdd\x52\x3c\x94\xed\xfd\x27\xbe\x1b\x37\x29\x66\xe1\xb6\xc5\xb5\x98\x9a\x09\x6f\xc6\xcb\x26\x3c\xcb\x98\x3b\x1e\x90\x84\x23\x4b\x26\x14\x80\x7f\x5a\xae\xe1\x98\x70\x3f\xf6\x8d\x5c\xa7\x4d\x8c\xc7\x22\xd1\x73\x12\x9e\x62\x02\x43\x9d\xfc\x03\xe3\x4a\x05\xc2\x6e\x8a\x00\xae\xb8\xdd\xa5\x34\xb0\xb8\x19\x16\xb5\x04\xa3\x50\x52\x12\x62\xb5\xf4\x7e\xeb\x6c\xc1\xa4\xa5\x74\x73\xe1\xea\x7e\x70\xf6\xea\xe5\x70\x2e\x55\x55\x0a\x66\x34\xbf\x75\x78\x9e\xc0\x5d\xec\xdc\xfc\x50\x32\xca\xa9\x02\x8e\xa5\x27\xb1\x11\xd4\xce\xab\xa8\xb0\x64\x9b\x10\x3d\xa6\x59\x08\x44\xbd\x04\x6e\x8a\x1f\x86\xfb\xd6\xb9\x3e\x23\x76\xae\x4b\x67\x38\x9c\x44\xa8\x32\x72\x46\x01\x69\x1e\x4a\x66\x6c\xdf\xee\x0b\x09\x0d\x94\xce\x41\x96\x93\xe6\xba\xdb\x9b\x91\x19\xdd\x40\xc7\x0d\x3b\x1a\xd8\x31\x71\xb7\xc9\x8d\x0e\x83\xc9\xf1\xec\x9e\x2f\x8c\xbd\xf0\xd5\x5c\xa4\x6c\x0a\x23\xb6\xf7\x3b\xb8\x0e\xc0\xa1\xa1\x05\xe1\x84\xd7\x51\x0f\x64\xb4\x9f\x8b\x72\xa6\x61\x5d\xdc\xc6\xd7\xd4\x39\xb8\x41\xc1\x3e\x2b\x61\xcc\xc0\xee\x26\x2c\x24\xda\x67\x11\xf1\xa6\xa0\xb5\xac\xf5\x27\x7b\x44\x88\x42\x4c\xaa\xb2\x2a\x36\xb6\xff\x3c\x4a\x3d\xd9\x44\x2b\x39\xe1\x62\xae\xd5\x69\x58\xca\x7d\x95\x62\xd2\x6a\x0e\xd1\x37\x86\x50\xf8\x75\x2e\x48\x05\x49\xa1\x95\x61\x45\xa5\x14\xc9\xe1\x10\x5a\xde\x61\xee\x69\xa1\xd9\x23\x4d\x72\xdf\x88\xc8\x2a\xce\xd1\xab\x1d\xca\x76\x20\xaa\x65\x50\xd2\x8f\x12\xb2\xfa\xae\x74\x73\x56\xbd\xd7\xb9\xf5\xda\x8a\x55\x5e\x1b\xc0\x4a\x6d\x9c\x39\xfe\x7e\xa6\xb3\x3a\xb4\xc9\x12\xc9\x73\xf0\x29\xe0\x74\x21\x28\x02\x44\xd8\x42\x4c\x21\xe2\xc3\x09\x35\x73\x6e\xff\xda\x45\xba\x7e\x1e\x51\x11\x6b\xe0\x40\xc0\x4d\xb4\x8d\xa8\x26\x9d\xee\xa2\x4c\x77\x51\xa6\xcf\x16\x65\x6a\x8f\xd7\xb6\x02\x4c\x75\x2a\x2e\x0a\xfd\xb0\xc0\x02\x23\x6b\xd9\x4d\xd8\xd6\xd1\xc6\x7f\x54\xa2\x58\xd4\x85\x3f\x02\x63\x60\x6e\x5b\x03\x76\xfd\x2e\x04\x6c\x17\x02\xf6\x27\x26\x3e\x2b\xb2\xc1\xe9\x12\x7c\xb8\x7c\xeb\xd3\xf7\xad\xa0\x3c\x69\x59\x46\xf1\x2a\x04\x05\xeb\x5b\xae\xb6\xc7\x46\x72\x5c\xfa\x23\xb0\xe6\xe6\xfa\x86\x2e\x5a\x9b\xc2\xad\x75\x81\x57\x60\x81\xb1\x01\x1e\x80\xbf\x1d\x98\xec\x42\xbd\x8c\xc0\xe2\xfb\xaf\x0f\x0f\x0b\x91\x09\x6e\x84\x71\xbb\xf0\xf3\xe9\xd1\x09\x06\xc0\xa6\xc2\xaa\x3e\x1e\xae\xd4\x2e\x31\x7c\x09\xa2\x22\xc8\x55\xb5\x4e\x28\x3a\xe6\x39\x4f\x00\xe2\xb4\x4d\x2a\xfc\x93\x65\x17\x05\x3d\x69\xe3\xc9\xd4\x01\xce\x35\x8e\x9e\x0f\x5f\xfb\xd4\x50\xb2\xcf\x06\xfa\xda\x70\x35\xaf\x38\x0e\x47\xa8\x58\x1b\x6a\xda\x5e\xac\x4a\x05\xd6\x10\x67\x80\xd7\x93\x46\x64\x0b\xa0\x2c\x00\xe5\x07\xc8\x8e\x3b\xc0\xa2\xb0\x0a\xa3\x13\xa3\xfe\xd5\xc5\xb7\x80\x4a\xdb\xfa\xc2\xfb\x4b\x1f\x97\x42\x63\x08\x68\x76\x1d\x67\xd7\x1c\xa5\x55\x06\xd7\x1e\x1a\x15\x2c\xc1\xb5\x7d\x61\xf9\xf4\x2c\x37\x89\x44\xc9\x63\x8f\x23\x76\xe4\x65\xfe\xd8\x60\xc0\xbc\x01\xff\x84\xe0\x8a\xf7\x97\xdb\x89\x1c\x39\x6f\x8d\xb0\x3f\xb0\xcf\xd2\x9b\x3d\x4e\xca\x65\x1d\xb9\xb1\xd9\xa1\xa9\x61\xcc\x91\x9f\xf8\xb5\xb1\x1b\xef\xc3\x0d\x90\x15\x0e\x18\x67\xb7\x62\x81\x5c\x13\x72\x45\x44\xc1\x7d\x63\xa8\xcc\x45\x4c\xfd\x56\x2c\x9c\x45\xbe\x5a\x9f\x23\x88\x55\xd8\x5c\x6f\x1b\x54\x62\xc3\x03\x0c\xd5\xbe\x9c\x51\xc9\x4f\x60\x25\x64\x73\xf0\xb5\x95\x90\x27\xb6\xef\x17\x86\x8a\x8e\x69\x05\x98\x25\x20\x1b\xd1\x2d\x71\x22\xc2\x47\x9e\xc9\xd4\xaf\x07\x1e\xa4\x33\x35\x60\xe7\xba\xb4\xff\x39\x7d\xb0\x0a\xfd\x80\x9d\x68\x61\xce\x75\x09\x7f\x8e\xd8\x4f\xe4\x90\x79\x1b\xaf\x21\x87\x7d\x47\xf6\x50\x31\x38\x94\xf6\xfb\x21\xfb\x37\xde\x66\xe5\xf7\x45\x1a\xcb\x80\x75\xe1\xc6\x01\xf2\x16\x66\xf4\x60\x17\xa1\x67\x19\x4c\x9f\xd1\x3e\x70\xf8\xb6\x9f\x70\x02\x2b\xba\xeb\xee\xea\x27\x00\x7a\x79\xdb\xf9\x32\x65\x26\x18\xa9\xa6\x99\x0f\x34\x73\x70\x9d\xae\x92\x1d\x08\x71\x79\x21\x9c\xfd\x4f\x31\xaa\x25\x47\xc6\x42\xec\x0f\x45\xc8\x8c\x27\x50\x04\xaa\x40\xf3\x3a\x25\x97\xc8\x84\x41\x6e\x09\x83\x94\x93\x4d\x4a\x58\x6e\xca\xda\x1b\x17\x79\xf5\xcd\xac\xb2\x0c\x30\xe2\x21\xbd\x6a\x99\x52\xf9\x90\x39\xa5\x6b\x18\x68\x2c\x14\x15\x44\x6d\x21\x49\xc6\x90\xb8\xa3\xf3\x13\x2c\xf9\x27\xd8\xb5\xce\x75\xa6\xa7\x8b\x70\x38\x54\x54\xd7\x19\x53\xe1\xfa\x57\x63\x3a\xd9\xce\xb2\x14\xbe\xb0\x5e\xfe\x6f\xc7\xee\xc5\xe6\x19\xa7\xc5\x8d\x49\x8c\x17\xce\x90\x08\x37\x7c\x2b\x58\x6b\x5d\xd4\x12\xcb\x0a\x94\xc9\xec\x8d\x14\x59\xfa\xf4\x11\x43\x1c\xc7\x33\x8f\xf8\x11\x8c\x24\xec\x60\x15\x3f\x59\x97\xa2\x48\x6d\xba\xb3\x13\x11\xc0\xd0\x07\x2d\xb8\x52\xc0\xf7\xb2\x9c\xf5\x0d\x5c\xa9\xc3\x6e\x96\x02\x26\x5b\x25\x1c\x8c\x77\x64\x4e\x45\x19\x89\xb2\x41\x25\xc6\x5e\x80\x93\x85\xe2\x73\x99\x90\x4d\x13\xed\xb8\x0e\x1f\x8d\x4d\x79\x29\x6a\xe2\xa5\xac\x8c\x59\xc3\x02\x3a\x33\xa8\xf7\x90\xb8\x48\xc8\xa7\xfa\x8c\x5d\x64\xf8\xc9\xf2\x4c\x4f\x2c\x0f\x4a\x50\x85\x3a\xd7\x25\xd8\x2a\xc9\x82\x6b\x90\x0c\x82\x5d\xdf\x0f\x65\xc4\x2e\x31\xff\x92\x82\x44\xc1\x3b\xff\x6a\xf4\xea\x1b\x10\xf5\x6b\x6d\x4b\x1a\x53\xd5\xa2\xfe\xf7\xaf\xfe\xfa\xfd\xf7\x51\x4d\x49\xa7\xc7\x67\x27\x97\x11\x65\x09\x1f\xb4\x45\xc1\x5c\xa7\xec\xec\x82\x15\x60\xb0\xf7\xbe\xc2\x30\xd4\x74\xc5\x57\x22\x57\xce\x3d\x69\x7f\xc7\x7d\xc3\x44\x3f\x02\x3b\x86\x90\xdb\xe3\x05\xbb\xd0\x29\x95\x9f\xe0\x65\x18\xee\xea\xe3\x58\xc3\x1a\xd9\x78\x9a\x5e\x96\x33\x26\x54\x59\x10\x2f\x42\x78\x6e\x9a\x1f\x4c\x9b\xd6\xfa\x8c\x02\xc8\xa9\x70\x28\x2f\x31\xf0\xf8\x15\xa9\xe1\x3e\x94\x5b\x4f\xd8\xd9\xc5\xdd\xb7\xc0\xe4\xcf\x2e\xee\xbe\xdf\x80\xcf\xf4\xcf\x8c\x44\xe0\xa9\x22\x76\x8a\xce\x4e\xc2\x1c\x98\x46\x38\x13\xaa\xf2\xba\x4a\x1d\x72\x95\xcf\xfd\x43\x95\xf1\x35\x55\xff\xbe\xa0\xa7\xe7\xbe\xc8\xf7\xeb\xc3\xc3\xe6\xa3\x2b\x5c\xc4\xc4\x9e\xf1\xb3\x13\x6c\x14\x0d\xf5\xe3\xce\x15\xb2\xee\x56\x13\x25\xc5\x17\xb6\x41\x49\xaf\xb9\x24\x4a\x5f\x29\x0a\x86\xb6\x77\x7c\x79\x2c\x1f\xc2\xc7\x0e\xa5\xc3\x10\xe1\x77\x4f\xbc\xf7\x57\x89\x7b\xc8\x4e\x18\xb1\x1f\x17\xce\x95\x36\xf0\x94\x2f\xe8\x69\x63\x4c\x05\xd0\xbe\xe0\x7f\x0f\xbf\x9a\x73\x55\xf1\x6c\x68\xff\x18\xba\x6c\xd4\xa2\xab\x2e\xff\x63\x7d\x59\x51\x86\x80\xcb\xb6\x8a\x5b\xf4\x0a\xbb\x7b\x4c\xa6\x74\x57\x0c\x73\x34\xa9\x27\x26\x25\x3b\x77\x80\x6f\x82\xb5\x1d\x39\xc5\x3d\xd4\x31\xf0\xff\x01\xea\x2f\x05\x94\x37\xaf\xc4\x80\xc9\x49\x6d\x75\x78\xd2\x26\xd6\xc3\x38\xd7\xa5\x78\x8d\x72\xaa\xa7\x43\xa9\x48\x32\x5e\xa0\x34\x0b\x37\xdb\x7e\x0f\xa3\x10\x20\xad\x01\x44\x55\xab\xe6\x50\x21\x51\x53\x4d\x26\x32\x91\xe8\x0d\xc7\x2c\xde\x81\x2f\x8d\xab\x18\x7a\x79\x53\x5e\x72\xf0\xae\x56\x18\x19\xe1\x02\x01\x24\x7d\x23\x1d\xb1\x63\x9e\x65\x81\x15\x55\x2a\x53\x0a\x9e\x02\x9b\xe3\x00\x66\x39\x24\x09\x1a\x14\x44\x94\x95\xd9\x55\x6d\x3b\xca\x0b\xc7\x4a\x7e\xf8\xeb\x37\x7f\x7d\x45\x55\xc8\x5c\x2c\xd2\xb6\x64\x20\x97\x54\xb6\xed\xa4\x72\x9e\x01\x56\x6d\x9c\x12\x1c\xd5\x0f\xdb\x5c\x28\x62\x7d\xaa\x61\x9b\x6b\x23\x95\x5d\x8c\x3a\x3d\xa3\x89\xc5\xe8\x4c\x5c\x7f\x40\x05\xa4\x64\x63\xbb\x5b\xa9\x4b\x88\x9a\x58\x9a\xf5\xa3\x51\x1a\x73\x51\x18\xf0\x28\x97\x43\x07\xd8\xe8\x87\xf5\xe9\x17\x64\x05\xd2\x82\xcf\xbc\x70\x06\x57\xaf\x79\x3b\xa2\xe5\x93\x4e\x9b\xb1\xea\x9b\x57\xe8\x09\xa9\x85\xef\x66\x4b\x37\xe8\xf9\x80\x19\x50\xda\xee\x91\x20\xd0\x88\x22\x0b\x85\xb6\x3b\xc9\xe1\x8f\x14\x05\x74\x2f\x6e\x27\x0d\x11\xfd\x91\x11\x1e\x94\x33\x3b\xd8\x4b\x97\x03\x32\xe2\xe1\x0f\x30\xe6\x35\x91\x16\x9b\x0c\xa4\x1d\x09\xf2\xfb\x60\x4f\xce\xf9\x74\x15\xcb\x0a\x2a\x59\x43\x4b\x5f\x44\xad\x69\xe7\x7e\xf4\x89\x38\x76\xfd\x9f\xd9\xee\xe1\x0e\xd8\x9e\xcf\xd4\x24\x52\x4b\xef\x0a\xcd\x01\x32\x35\x87\x55\x25\x31\x13\x13\x39\x4e\xb6\x70\xc1\xb4\x8b\x80\x9d\x3e\xe1\xd4\xdb\xb7\x36\x4d\xe4\x82\xdc\x31\x18\x79\x37\x4a\x08\xb8\x3c\x43\xa4\x90\xe5\x8c\xf1\x2e\xcc\x90\xa7\x4e\x09\x7b\x03\x68\x68\xc7\xeb\x95\xb8\x13\x05\xcb\x5d\x3a\x3a\x9a\x00\x95\xbe\x47\x39\xc0\xab\x7d\x51\x8b\x20\xd2\xca\x23\xc2\xff\xee\x3e\x41\x0e\x77\xb9\xe6\x4a\x0e\x32\x3c\xae\x93\x3d\xfa\x28\xb9\xa1\x20\x9c\x34\x1c\x25\xfa\xf6\x99\xfa\x10\xdb\x0b\x2f\x96\xc1\x8b\xc0\x27\xdd\x60\xa1\x7e\xa0\x60\xfb\x84\x6b\x7c\x10\x3a\x10\x9e\x66\xa1\x8b\x8a\xc0\xad\xa1\x47\x65\xdc\xd6\x4d\x59\x9b\xf6\xde\x23\xd5\xaf\x5f\x22\x4b\xef\xc0\xb2\x6e\xd1\xbc\xbe\x19\x2b\xa3\x0c\x36\x74\x4c\xd5\xbd\xae\x13\xfa\x7d\x4b\xe7\x58\xd8\x88\x8e\xac\xf1\x18\xd0\x34\xce\x4e\xf6\x06\x7b\x98\x3f\xfa\xe1\x03\xfc\x31\xd6\xba\x84\x7f\xdc\xda\xfb\x99\xb9\x60\x84\xc1\x9e\x36\x6e\x0f\x3d\x79\xbd\xc4\x2a\x2a\x75\x1b\xb2\xb0\x34\x7f\x80\x60\x89\xa0\x1f\x07\x41\x8f\x13\xb4\xe2\x49\xe0\x95\x8e\x84\x7f\x85\x4f\xa3\x4e\x8c\xa3\xa0\x05\x05\xfa\x36\xbd\x67\x31\x52\x40\xf3\x5c\xea\xf0\x47\xad\x4b\x76\x76\x12\xed\x27\x4a\x53\xba\x56\x23\x26\x0a\x35\x1a\x32\x17\xcc\x11\xfb\x94\x4f\x17\xa7\x4a\x35\x00\x0f\x56\x0a\x76\x74\x71\xe6\x83\xf1\x93\x5b\x51\xbc\x3e\x3c\x7c\x35\xfa\x6e\xf4\x32\x86\x68\xdf\xde\xc3\xe5\x28\x08\x78\xbc\x7a\x1c\xa0\xd5\xbd\xa8\x00\x73\x7c\x58\xbc\xa0\x8f\x7f\x33\x7a\xf5\xfd\xe8\xe5\xf0\xe5\x68\x9c\xeb\xd1\xb7\x43\x3e\x4f\xbf\xff\xb6\x63\x08\xed\x13\xb0\x3c\x0a\xd7\x62\xe5\x40\x3a\x3b\x0f\xce\x5b\xb4\x6b\x2b\x0a\x6d\xdc\x71\x7d\x3d\x22\xb5\x71\xe9\x51\xbc\x37\xf6\x46\x17\x0e\x17\x8a\x7a\xf1\x29\x33\x09\xa7\x84\x63\xb2\x1e\x01\x1a\x56\xcb\xa2\x56\x27\xdf\xb3\xb7\x82\x17\x0a\x1d\xcd\xb0\x0b\x73\xae\xf6\xbf\x3b\x70\xbd\x0e\x65\xfa\xda\xa9\x91\x73\xae\x7e\x18\xe9\x62\x7a\x98\x49\x55\x3d\xd8\x3f\x87\xb9\x15\x7c\xec\xbf\xbe\x3b\xac\x5f\x18\x7d\x37\x9a\x95\xf3\xac\xdb\x9d\x57\x5f\xcb\xe8\x4d\x7b\xef\xcb\x47\x60\xab\xde\xb7\xcd\x11\x8f\xa5\x5e\xdf\x5f\x31\x78\xb2\xe2\xf0\x1d\x8a\x32\x39\xd4\x66\x48\x71\x16\x74\x02\x4f\xc4\x58\x72\xc5\x7e\x3a\xff\x70\x88\x35\x0f\x7e\x60\xfb\xf7\x33\x21\x7e\x5b\x1c\xc4\x0f\x62\x40\xe5\x96\x65\x34\xff\xec\xd1\x9b\x5a\x1f\x8b\xe6\x26\x5e\xc7\xec\xa5\x89\x25\xde\x97\x22\x65\x3f\xf3\x12\x20\xfd\x8d\x17\x8c\x78\x92\x08\x63\x46\x85\x48\x67\xbc\x1c\x25\x7a\x6e\x85\xa3\x6a\xee\xa2\xb8\x0e\x85\x1a\x7e\xb8\x3a\xbc\x14\xe9\xaf\x3f\xf3\xf2\xd7\xab\x6a\xec\xe7\xf1\xeb\x3b\x5f\x0b\xe2\xf0\xd5\xa1\xdd\xe7\xc3\xcb\x9f\xaf\xde\x1d\x4e\x45\x69\xb7\x6c\x88\x0b\x30\xb4\xcc\xa3\xe3\x14\x6c\xe2\x9a\x43\x38\x1b\x70\xf9\xf4\x09\xb6\x88\x34\x27\x47\x10\x68\x85\x75\x68\x9b\x48\x69\xb5\x1a\xe1\x6a\x6b\xb8\x19\xbc\x71\x11\xad\x60\xb1\x2a\xa0\xee\x63\x33\xad\x93\xc2\xe7\xec\x3f\xdf\xb8\x0e\xed\xa6\xdd\x17\xb2\x2c\x05\xde\x5b\x88\x72\xd0\x93\x81\xcf\x24\xb0\x3b\x79\xb3\x77\xf7\xea\x66\x2f\x7a\xea\xea\x91\xc5\xe3\xa6\xe8\xd3\x38\xe5\x52\xd3\x9a\xf8\x5c\x41\x8f\x20\x61\xe9\x3e\x05\xfa\x3d\x31\x5c\x6a\x83\x2a\x46\x8f\x2c\x60\x24\xa1\xfc\x4b\x89\x51\x32\xa9\x93\x4a\x3c\xb4\x4b\xf7\x96\x6e\x14\x0a\xd9\x4e\xca\xf5\xc5\x8b\x36\xdc\x86\xb3\x09\x0d\x8d\x92\x78\x38\xcb\xa5\xc0\xa4\xf3\x3a\x3e\xcc\x19\xf6\xf0\x47\x7b\xf1\x0b\x07\xd5\x39\x40\x02\x4e\x81\x04\x75\x38\x25\x7a\x36\x30\x37\x8d\xfd\xfb\xd5\xfb\xf3\xc3\x9f\xb4\xf3\x2e\xc1\x1d\xc7\xe4\x2a\x74\xcf\x9b\x2a\x99\x31\x0e\x39\xd5\xf6\x4c\x5f\x01\xb2\xe4\x9c\x2b\x39\x11\xc6\x52\x01\x92\x1c\xcc\x7f\x7d\xfd\xdf\x48\x8c\x7c\xb6\x22\x41\xc2\xf8\xa8\x44\xb7\x57\x54\xa4\x27\xd0\x85\xef\x65\x39\x83\x21\xe5\x3a\xa5\x41\xdf\xc3\x60\x4b\x7e\x4b\x90\x13\xe8\x7e\xc9\xe4\xad\x78\xcd\x6e\x00\x09\x2d\xf8\xf6\xff\x5a\x19\xe0\xf7\x9b\x3d\xa0\xb3\x85\x60\x37\x50\x51\xea\x66\xaf\x91\x4a\x4b\x25\xfb\x6b\xb3\x05\x7d\x1c\xc3\x4b\x0a\x39\x9d\x42\x56\x00\x44\x45\xde\x09\x55\x1e\xd8\x53\x22\x27\x4c\xe9\xa0\xb1\xaf\x39\xe7\x8f\xff\xd2\x60\xfe\xeb\xeb\xff\xb6\x23\x69\xce\x8e\x49\x95\x8a\x07\xf6\x35\x5e\x1f\x4b\x87\x75\x7a\x40\x24\xd8\x2c\x54\xc9\x1f\xc0\xa1\x3a\xd3\x46\x28\xcc\xcd\x2d\x35\x06\x4c\x00\xfe\xca\xbd\xc8\xb2\x21\x46\xd6\xa6\xec\x1e\xad\x54\x6e\x41\x31\xf8\x21\xe7\x45\xd9\x45\x98\x7a\x85\x9c\xf6\x29\xb4\xf5\x09\x03\x3a\x3f\xd3\x92\x60\x38\x30\x5f\x3c\xa6\xab\x64\xcc\x27\x18\x62\x17\x48\xa9\x65\x3f\xa8\xf5\x75\x92\x28\xe7\xd5\x63\xad\x96\x98\x52\x28\xc1\x31\x0a\x11\x36\xc1\x8d\x9d\xf3\x14\xaf\x34\x57\xcf\x8f\xa6\x67\xd7\x01\x6c\xb0\xc9\x62\x48\x8e\x3a\x00\xd7\x4b\xb4\x42\xdb\x72\xb2\x88\x4d\xbc\x92\x91\xc3\xfd\xa1\xf6\x94\x3e\xef\x89\xb1\x9a\xef\xd3\xf8\xdf\x85\x37\x9d\x93\xe1\x62\x05\x03\x6c\xb7\x65\xfb\x17\x1f\x0f\x5c\xdc\x38\x96\x8e\xf3\xb1\xc2\xe0\xf3\x22\x09\x66\xbc\x00\x53\x77\xed\x6b\xd4\x05\x38\xbd\xc1\x04\xce\x33\x3d\xd5\x04\x9b\xb3\x6d\x2f\xc0\x2e\xbf\x60\x97\x5f\xf0\xe7\xcd\x2f\xd8\x41\xcc\x06\x25\xf0\x9d\xaa\x58\x5f\x2e\x56\xdf\x77\x5f\x17\xf1\xbe\x11\x8e\x02\x06\x85\x11\xbb\x58\x47\x8a\xb6\xe7\x75\x8c\x92\xa0\xde\xd8\x80\x2d\xf2\xda\xb3\x6c\x52\xcb\xbb\xea\x1c\x89\x81\x36\x72\x48\x91\x10\x2e\x02\x6d\x69\xe1\x1e\x0d\x67\xfb\x59\x2c\xd3\x66\x40\xb6\xd1\x55\xee\xc5\x1a\xb7\x0d\x70\xdb\xee\xff\x38\xe3\x72\x65\x4c\x6f\xf4\x05\xa4\xab\x95\x11\xc5\x0b\x4f\xde\x28\x70\x22\x65\x09\xb4\x40\x35\xae\xbd\xe9\x3b\xe6\xb8\x63\x8e\x3b\xe6\xf8\x05\x30\x47\x88\x76\x40\x4b\x09\x4b\x66\xbc\xe0\x49\x29\x0a\x69\x4a\x99\x50\x6c\x0d\x71\x47\xda\x5e\xe2\x82\x10\x64\xcb\xab\x72\xf6\x5c\x1c\x10\x7f\x01\x0a\xf4\x14\xf2\x0e\x44\x6e\xeb\xac\xb0\x43\x80\x80\xd1\x3e\x3b\xd3\xdb\xea\xca\x3c\x8d\xfb\xd5\xab\xdb\x9f\x45\x7d\x12\x3e\xd8\x0b\xcc\x76\xf5\x9b\x64\x42\xcb\x3a\xab\x12\xe6\x77\xc9\xd3\x61\x6d\x2f\x0a\x3d\x16\x3d\x20\x6d\x73\xdb\x2e\x75\x76\xc0\xcf\x0c\xc4\x96\x3c\x0d\x7f\x28\x92\xed\xf0\xd3\x20\xd9\x7e\xa0\xf0\x56\x34\x53\xa3\xc4\x01\x25\xe3\xcd\x4c\x17\xe5\xc0\x3b\xb4\x2a\x95\x8a\xc2\x00\x2f\xb1\x63\x22\xde\x0c\x86\xdb\xa9\xbc\x13\x2e\xf2\xc7\xc3\xe1\xae\x82\xc2\x65\x67\x13\x4a\x78\x05\x08\x9e\x9b\xbd\x4b\x61\xe4\x6f\x56\xa0\x2c\x4a\x91\xde\xec\x39\x7c\x76\xae\x5c\xb2\x6d\x2a\x8a\x0c\x92\xaf\x97\x69\x94\x34\x6c\x2c\x28\x2f\xdb\x8a\x36\x6b\x80\x76\x3b\x21\x72\x3f\x05\xf4\x6d\xf4\x82\xae\x83\xd9\xe9\x7c\xa9\x59\x33\xb2\x43\x1a\x2e\xc5\xfa\x84\xe0\x1d\xb4\xce\x1f\x0a\xad\x53\x67\xc0\x75\x70\xe0\xcd\xa3\x5d\x1f\xc3\x77\x9f\x8c\xe5\x1f\xd5\xdf\x76\x10\x3f\x3b\x88\x9f\xe7\x81\xf8\x89\x9f\xb7\x2d\x61\xfe\x74\x0b\x86\x9b\x52\xea\x48\x3a\xa7\x5d\x73\xad\x1a\x35\x27\x27\xde\x65\x90\x8a\x3b\x99\x00\x98\x6d\xca\x78\x96\xe9\x7b\x7b\x43\x08\xbb\xd0\x32\x56\x97\x3d\x33\xf4\xd1\x22\x75\x3f\x3d\xe0\xb2\x13\x61\xcc\x3b\xc0\xf0\x8a\x60\x66\xfb\x87\xb5\x33\x3f\xd4\xa6\xc8\x33\x3d\xa7\x4a\x31\x2e\xb6\xd4\xd1\xed\x19\xbf\xdb\x6a\xce\x02\x7e\x6e\x08\x9f\x1b\xbe\xda\x20\x44\x75\xb0\x67\x4f\x7e\x57\x9a\x6b\x10\x73\x43\x4c\x10\x27\x43\x56\x2d\xc5\x73\x33\xd3\xe5\x89\xef\x81\xf1\x2c\x9f\xf1\x66\x32\x2b\x96\xe7\x70\xa9\xac\x60\x5a\xf2\xf0\x99\xcd\x7e\xea\x5a\x35\xd9\x82\x99\x2a\xa7\xf8\x21\xc8\x1e\xa2\xc8\x50\x97\xc8\x5f\xfb\x88\x0a\xc8\x33\xa2\xd6\xed\x0e\x83\x57\x01\x37\x04\xf2\x55\x31\x0f\x98\x71\x48\x9a\xa3\x6d\xb1\xc3\x82\xc6\x2e\xb1\xbf\x10\x76\xb5\xeb\x30\x65\xd7\x8e\xa0\x1d\xb8\x15\x87\xe5\x3c\x3e\xa0\x54\x0b\x97\x1c\xb5\x7e\x54\xd4\x71\x58\x24\xc5\x25\x2a\xdb\x41\x41\x4c\x0b\x97\x99\x5d\xce\x7a\x6c\xb4\x32\x88\x38\x00\xee\x7f\x8f\xb6\x8b\x30\x94\x03\xd0\x1b\x32\x0e\x4e\x52\x37\x0c\x44\xcb\xa9\x3f\x0e\x59\xf7\xc6\x7f\x26\x2c\xc4\xd6\x9e\x52\x8d\x82\xb9\x49\xd6\xc1\xf5\x22\x17\xe9\x5b\x9d\xf0\xac\x1d\x2b\x13\xf8\x7d\xa3\x78\x29\x2e\xc1\xa7\xa5\x96\xcf\xa5\x92\xf3\x6a\x1e\x64\x00\x3d\xff\xd5\x0a\xc5\x94\xbe\x13\x77\x13\x08\x52\xdd\x21\xdf\xc2\x04\x01\x5e\x4b\x82\x8d\x87\xc0\x59\x20\x00\x8e\x0f\x9d\x87\x88\x0e\x03\x99\xb1\x96\xaa\x8d\x25\x80\xdf\x3f\x4d\xb1\x7a\x6b\xbf\x56\x17\x9f\xb1\x62\x3f\xac\xc0\x71\xc6\x8d\x39\x5f\x1b\xcd\x70\x15\xb4\xf6\x15\x9e\x6a\xf7\x09\x98\x42\xb6\x98\x91\x65\x3f\x13\x92\xb5\x76\x22\xc2\x3b\xaa\x4c\xda\x1c\x70\xfd\xcc\x0b\xde\xf7\x10\x3d\x43\x35\x3d\x6a\xad\xa8\x63\x06\x1f\x41\xca\xd2\x13\xf6\x46\x66\x82\x8a\x03\x49\x03\x38\x15\x52\xa4\x98\xc6\x68\xef\xac\x54\x49\x56\xa5\x88\x49\x8d\x76\x73\x08\xb2\xf1\x78\xc1\x9c\x8d\x45\xc9\xc3\x04\xa2\x8e\x79\xc4\x17\xfe\xa3\x7f\xe6\x28\x24\x1d\x81\x66\xcd\x0c\xfb\x60\xc9\xcf\x3e\xe6\xc9\x2d\x4a\x87\xd2\xd0\xb4\x1e\x5d\x29\x36\x7a\xaa\xe3\xe9\xba\x9d\x17\xbf\xaf\xcc\xd1\x38\x9e\x1b\x09\x1e\x6b\x13\x81\x57\xbc\xd6\x2e\xe0\xdb\xc7\xe4\xf7\x4c\x82\x04\x4f\xca\x8a\x67\x9d\x72\x44\xbd\xaf\x82\x5d\x7c\x3c\x66\x33\xbe\x55\xcd\xe7\x09\xf2\x44\x77\x56\x67\xab\x58\x34\xcd\xb0\x91\xcd\xd9\x32\x61\x90\x8f\xf1\x33\xcb\xc4\xa4\xc3\x51\x5b\x0b\xbb\xd5\x51\x90\x0f\x36\xb2\xc9\xd8\x25\x40\x4e\x5e\xf7\xef\x18\x3f\x21\x68\xbf\x68\xd8\x80\x5e\x6c\xa5\xb8\xdc\x6a\x43\xea\x27\x2d\xa2\xdd\x61\x8a\xf7\xe9\x70\xd1\xb1\x3e\x9e\xaa\xad\x99\xfa\x96\x52\x96\xa2\x5f\x21\xb9\x70\x6d\x69\xa7\xb5\x2f\xd7\x8c\x80\xac\x80\xe8\xd3\xb5\x84\xc1\x05\x40\x5b\xee\x11\x14\x1e\x07\xd6\x44\x47\x70\x62\x15\x52\xe4\x2b\xba\x52\x29\xbb\xf8\x88\xe6\x21\x5d\xe1\x1e\x70\x7f\x58\x7d\x18\x80\x06\x2c\xbb\xf5\xe3\x92\x66\xc0\x84\x01\x13\x05\xcf\xb2\xc5\x80\x71\x76\x5f\xf0\x3c\x17\x05\xe3\x05\x7c\x8c\xcc\xc4\x6d\xa6\xec\xaa\x59\xfa\xb8\x0c\xa3\xe7\x42\x2b\xc1\x44\x66\x04\xdb\xaf\xe3\x0c\xa2\xd5\xc0\x43\x8b\x1d\xdc\x43\x60\xac\x4b\x56\xbb\xfa\xd1\xf2\x25\x77\x8f\x1c\x4b\x70\xd1\xb8\xbc\xcb\x7a\x18\x5b\x67\x44\x91\x47\x54\x1a\x28\x95\x84\x7c\xd8\x85\x4e\x7c\x3a\x4b\x55\xc3\xb8\x9d\xbe\x57\x59\x84\x3c\xff\x02\x05\x1b\x34\x5a\x8e\x04\x78\xb2\xde\x83\x26\x86\x69\x0f\x76\x86\x1f\x49\xa2\xaa\xc0\x8e\x44\x30\x02\x6c\xc2\x33\x13\x12\xe9\x15\x10\x20\xfd\xa3\x09\x37\x35\xf5\xae\xb7\xf2\xee\x0c\xbc\x7f\x02\x03\xef\xdb\x2e\xf3\xee\x36\xc5\x9b\x67\x60\x98\x3b\xe3\xed\xce\x78\xfb\x89\x8c\xb7\xcf\x65\xb7\xdd\x5c\x0e\xa9\xcb\xc4\x18\x39\x97\x19\x87\x6a\xd9\x8d\x47\xe3\x0a\x9d\x93\xa5\x17\x1d\x1a\x01\x94\xec\x7e\xa6\xc9\xdc\x65\xa5\x15\xd3\x2c\x45\xa9\x27\x50\x3c\x6e\x2e\xe6\x63\x38\xf1\x84\x8a\x67\x44\x9f\x9c\xa7\x7b\x73\x9a\x71\x53\xca\xe4\xc7\x4c\x27\xb7\x57\xa5\x8e\x25\x3d\x1f\xfd\x72\xb5\xd4\x2a\x94\x3f\xb9\x62\x47\xbf\x5c\xb1\x13\x69\x6e\xc3\x9b\x89\xa2\x49\x88\x64\xc0\x1d\x26\xde\x0b\x03\x69\x88\xde\x17\x4c\xc6\x35\xc5\xc4\x43\xae\x4d\x6d\x4f\x04\x09\xea\x91\x04\xcd\x2b\x69\xf7\x46\xe0\xe8\xc7\x76\xf4\x60\xb0\xdc\xc0\x48\x15\x9b\x7c\xe3\x24\xfc\x3e\xd8\xe3\xbf\x55\x85\xb0\xd3\x8f\xac\x9d\x7b\xd4\x5e\x30\xfb\x3b\x3b\xe1\x25\xc7\x75\x03\x31\xd2\xe1\x96\xc0\xda\xd8\x35\x19\x4b\x27\x61\x86\x2b\xb2\xc9\xe8\xdd\xe7\xa3\x43\x7e\x23\xa3\x48\x4a\xee\x51\x74\xc8\xf0\xc0\x92\x57\x99\x88\x67\x1d\xb5\xfd\x50\xc7\xe5\xb3\xaa\xa7\xc8\x67\x93\x98\xda\x29\xf2\xd9\x9b\xab\xc6\xc8\x99\xfd\x8d\xbd\xb9\x8a\x8c\x16\x8b\xd3\xcf\x78\x01\x21\xd0\xb9\x4e\x5f\x18\x80\x16\x29\xe5\x7c\x93\x33\x82\x1f\x5d\x31\x58\x69\x75\xdb\xc8\x60\xe1\xf7\xe6\x60\xb1\x6d\x6d\x49\xa7\xdb\xe3\x55\x0d\x28\xf3\x58\x63\x4b\x86\xd7\x28\x7a\x55\x28\x73\xcf\x63\x48\xce\x17\xe6\x1f\xd9\x10\xbf\x32\xcc\xd3\xc3\xcb\xd3\xa3\x93\x77\xa7\xa3\xf9\x26\xe8\x98\x38\xee\x15\xf3\x35\x32\x32\xd9\xab\xb3\x70\xa6\xce\x3b\xe5\xe8\xc4\x8c\xab\x34\xf3\x01\xe4\x0e\x6b\x93\xd9\xb7\xd2\x42\xde\x89\x82\xed\xff\x18\x98\x07\x0f\x36\x39\x4f\xc7\x57\x67\xdd\x83\x9d\x44\xc2\xff\xde\x1c\x37\x37\xe5\x8d\x1c\x17\x82\x1d\xcf\xb8\x52\x22\x7b\x06\x1a\xb7\xc1\x5c\xde\x1c\x2f\x4d\x20\x13\x0f\x75\x6e\x51\x6b\x22\xfe\x59\x73\x42\x53\xa1\x44\x21\x93\x3a\x72\xb1\x35\xa3\x20\xbb\xe8\xd0\xcf\x0e\x75\x33\xd8\x1d\x91\xb0\x31\xb7\x93\xc8\xb3\x6a\x2a\xfb\xc4\x59\xd5\x13\xc8\xc4\xc3\x8a\xdd\xc8\x00\x67\x22\x36\x13\x78\xd0\xda\x17\xfa\xb1\x7d\x5b\xd6\xed\xc3\xf2\x16\x00\xe7\xb5\x7c\x14\xf0\x48\x49\xf3\xc7\x12\xba\xc6\x91\x0c\xf7\x35\xca\x5e\x63\x86\xa8\x20\x59\xa6\x10\x7b\x6a\xa3\x95\x80\xfe\xda\x4b\x30\x4d\x02\xba\x17\xe7\x2a\x3f\x1d\x9f\x36\x9b\x34\x97\xe5\xa7\xe3\xd3\x67\xe3\xc6\x1d\xc9\x1e\x4f\x66\xd3\xd3\x44\xd4\x2a\x48\x6a\x67\xdd\x7f\x21\x97\x96\x63\x69\x49\x31\x55\x25\xc6\x30\x7e\x72\x8f\x5a\x4b\xe8\x7f\x6e\x99\x5a\x9a\x2b\xe8\x79\xde\x53\x97\xaa\x4d\xa6\x69\x59\x0e\xfd\xc8\x1f\x45\xa8\xfd\x2c\xba\x2f\x9c\x9d\x41\x3c\x53\xfd\x67\x7a\xd2\x5c\x98\x54\x16\xe0\x6e\x58\x84\x8c\x74\x79\xae\x0c\x54\x06\x2b\x6b\x42\xb5\x6a\x81\x99\x42\xce\xd5\x53\x19\x31\xa9\x32\x44\x5c\x04\xe4\xf8\x21\x15\x9d\x84\x77\x00\xbc\x12\x0e\xa1\x30\x25\xc2\xb9\x65\x8b\xff\x83\xbd\x57\x43\x58\x6e\xc7\x39\x64\xc3\x7d\x8c\x7e\x25\xae\x16\x90\x4a\x6d\xdf\xfe\xe5\xec\xed\x5b\x76\xfe\xfe\x9a\xfd\xf2\xfe\xf2\x6f\x58\x86\x75\x5e\x65\xa5\xc4\x6f\xf9\xec\xa5\x27\x9e\x5b\x3b\x24\x28\x54\xd3\x7f\x57\xdc\xc2\xb6\xb7\x42\x9a\x28\xe3\x3c\xbb\x6a\xb1\x4e\xae\x18\xfe\xf6\xa9\xef\xf8\x06\x73\x84\x01\x76\x9f\x3a\xa8\x66\x19\xb1\x6b\x50\xbd\x4f\x3f\x55\x3c\x6d\xd9\x62\xe8\x27\xe5\x76\x1f\x12\xf0\x11\x26\x79\x02\x23\x59\x6c\x30\x3a\xf8\x4e\x7b\x4c\x2a\x46\x1e\xce\x5b\xc2\xa4\x62\xe7\x31\x49\xf2\xf9\xe8\xa2\x1d\xd5\x06\x18\x7b\x6f\xae\xda\xd3\xca\x67\xba\xd4\x6a\x1d\x47\xb9\x88\xb4\x6a\x5e\x7c\x6c\x71\x8c\xbc\x2f\x13\x45\x68\x7c\xb2\xf4\x7a\x33\x59\x75\x93\xb0\xfc\xc8\xd0\x96\x26\xa9\x8b\xf2\x5e\x17\x9d\x72\xd0\x45\xe3\x79\x73\x62\xee\xdd\x47\xc9\xdc\x9b\xcc\xa3\x31\x86\x7a\xec\xff\xa8\xf4\x78\x51\x46\x06\xfd\x1f\xf8\xa0\x39\x5a\xf7\xe3\xb3\x29\x33\xf4\x81\xf6\x28\x8b\x71\xc4\x68\x77\xf9\xe3\x49\x73\x74\x97\x3c\xd5\x86\x81\xa6\xcc\x4e\x44\x87\x8e\xb8\x6a\xa0\x1b\x31\xc7\x62\xfc\x38\xfd\xe5\xf2\xc7\x93\x6e\xd2\x64\x12\x9e\xfd\xff\xec\xbd\x8b\x6f\x23\xc7\x95\x37\xfa\xaf\x14\xe4\xfb\x61\xa4\x80\xa4\x66\x6c\xaf\xf7\xfb\xbc\x58\x5c\xc8\x92\xc6\x11\xe2\xd1\x30\x92\x6c\xe3\xbb\xab\x20\x29\x76\x17\xc9\x5a\x35\xbb\xda\x5d\xd5\x94\x18\x6c\xfe\xf7\x8b\x3a\xe7\xd4\xa3\xbb\x8b\x2f\x49\x63\x8f\x13\x22\x40\x3c\x62\x57\x57\xd7\xf3\xbc\xcf\xef\x88\xab\x8f\x09\x8b\x1a\x3e\x68\x4f\xd8\xfd\xd8\x77\x59\xae\x3b\x46\x7f\xf2\x97\x1f\x6b\x36\xed\x43\x55\xe9\x6b\x1b\x06\x8f\xd4\x43\x25\x53\x78\xe0\xd1\xc7\x8e\x72\x1c\x7e\xde\x20\xe8\xd8\xad\xdb\xc0\x48\xdc\xec\x64\x19\x09\xd4\x7b\xec\xa3\x1f\xf5\xb3\x76\xd3\xcf\x60\xfd\xb2\x2c\x75\x35\x17\xce\x6e\x93\x08\x1d\x89\x1f\xb7\x97\x67\x79\x0b\x8f\x3e\x35\x6d\x70\x23\x90\xb5\x69\x78\xd1\xa7\x70\xbb\x62\x64\x6e\x33\x56\x25\x4d\x9c\x69\x23\xd1\xfa\xa6\x1b\x2c\x33\x69\x54\xce\xb5\x92\x40\xba\xf9\x26\x6b\x4a\xfa\x8d\x4d\xf6\x88\xe4\x1b\x1d\x2d\x3a\xdd\x66\xbd\xa2\xba\xa6\x7d\x5f\x9d\x4b\x36\xdc\xac\xae\xa4\x5f\xd9\x22\xc8\x27\x5f\x4a\xca\x99\xc9\x96\x9b\xa4\xb5\xe4\x0b\x7d\x01\x2a\x0d\x41\xda\x11\x47\xd2\x16\xf6\x6d\xfc\x3d\xfd\x56\x8a\x9b\x26\x5b\xa6\x18\x5a\xb2\xe1\x7a\xb6\x90\x6c\xbe\x99\x18\xa7\x5f\xd9\x42\xaa\x92\x2f\x6d\xa1\x0d\xbb\xfa\x2d\xf6\x0c\x35\x87\x28\x73\xf2\xea\xef\x82\x0d\xf1\x29\x22\xbc\x78\x51\x30\xa8\x6e\x1f\x85\x74\x65\xbc\x64\x13\xe1\x68\xef\xa7\x8a\xe6\xda\x2b\x96\xeb\xe0\x45\x39\x78\x51\x7e\xa7\x5e\x94\xb5\x51\x88\x67\x2c\xfa\xdb\xc7\xba\x77\x2f\x3d\x20\x62\xb8\xc0\x44\x48\x5a\x70\x75\x32\xfe\x39\x2a\x4d\x1c\x9c\x4c\x9f\xb1\x93\xa9\xe0\x72\x71\x63\xfb\x4a\x46\xa5\xdd\x88\x29\x38\x32\x1c\x84\x22\x9b\xc8\x21\x5a\x93\xe0\xbc\xf8\xe0\xf0\x89\x30\x8f\x42\x94\xfd\x38\x28\xbb\x18\xe9\x20\x4a\x76\xf9\x54\x89\xcc\x20\x81\xa5\x62\x9c\xa5\x2c\x30\xd2\x1d\x82\x03\x47\x14\xd7\xda\x8f\x49\x47\x40\x08\x69\xb8\x91\x4b\x8c\x50\x0f\x23\xc0\x80\xc2\xf1\x4f\xe7\xaf\x79\x7b\x68\x9e\x7b\x2c\x7c\x22\x0b\xe5\xe0\xd0\x3b\x38\xf4\x0e\x0e\xbd\x83\x43\xef\xe0\xd0\x3b\x38\xf4\x0e\x0e\xbd\x83\x43\xef\xf7\xe1\xd0\x03\x51\xf6\x63\xb5\x26\x41\x29\x80\x64\x90\xc8\x8e\x0d\x07\x0c\xea\x3d\xfc\xd7\xfd\x51\xad\xee\x8f\x06\xec\xfe\x48\xab\xa9\xb9\x3f\xfa\x0b\x16\xf6\x05\x7c\x75\xc8\x3b\x1e\xd2\x7b\x58\xdd\x57\x2e\xaa\x62\x05\x39\xc8\x4c\x4e\x21\x2e\x13\xca\x67\x42\xf3\x57\x14\xe7\x4e\xbf\x80\x8f\x0e\x69\xb0\x7b\x99\x29\xfe\x49\xfd\x9b\xf6\xc8\x9c\xb9\x13\x93\x2c\x6d\xe4\x9e\xfa\xbc\x83\x4c\x95\xda\xd4\x50\xad\x16\x2f\x59\x21\x17\xd2\x60\xda\x6b\x49\x39\x84\x21\xf1\x87\x2c\x4e\x68\x1e\x22\x14\xa7\x76\xa1\x8d\x72\x5a\x34\x21\xad\x28\xd4\x90\x84\x10\x7d\x95\xd3\x47\x7c\x31\xea\x60\x30\xdb\xd9\x3d\x80\x7a\x44\x3c\xd3\x7f\x0c\x8e\xaa\xce\x6d\xbc\xc1\x84\x96\xb1\x2a\x64\x96\xca\x5c\xb1\x83\x98\xf3\xaa\x12\xa5\x5e\x03\x59\x89\x2a\x0c\x55\x3e\x21\xbc\x2a\x2b\x43\x85\x4c\x5f\x99\xbb\x8b\x02\x75\xca\x6e\x04\xd4\x1d\x38\xce\x5d\x92\x8b\xaa\x19\xd6\xbf\x2d\x56\x3e\x43\xbf\x4b\x35\xf4\xc9\x80\x5d\x58\x1a\x26\xda\x2f\x52\x45\x41\x78\x37\x86\xb7\x4e\xbd\x6f\xc9\xdd\x0d\x95\x80\x3b\x0e\x65\xd8\x4e\x46\xfe\x57\x1f\x08\xed\xd9\x09\xa5\x2d\xd3\x54\x51\xd0\x8d\xd3\x0e\x61\x73\xba\x1f\x7b\xdd\x24\x79\x58\x48\x14\x2a\xfb\xe5\xb5\x0f\x8e\xfa\x83\xa3\xfe\xe0\xa8\xff\x97\x72\xd4\xef\x00\x24\xd1\x02\x91\x68\x17\x73\xe8\xcf\x65\x22\x0a\x55\xce\xf4\x88\x5d\x2e\x2a\xb3\xa2\x1c\x2a\x87\x7b\x07\xb0\x2c\x81\xaf\x79\x00\x16\x7c\x09\xd1\x08\x57\xad\xef\xad\x81\xbe\x3b\xc4\x18\xa4\x62\x0c\xe0\xef\x9d\x31\x36\x64\x04\x1c\x0b\xa2\xa2\x11\x65\xee\x4d\x8a\x8d\x65\xbf\x20\x11\x73\x2a\xf0\x6f\xa0\x52\x95\x07\xd8\x50\x90\x45\x54\x8b\x85\x65\xbf\xb2\x64\x35\x7f\x64\xe0\x99\x41\xf4\xcd\xe7\xa1\x72\xec\x8f\xc7\x71\x88\xab\x38\xc4\x55\x1c\xe2\x2a\x3e\xcf\xb8\x8a\x4d\xa0\x32\x87\xe0\x8b\x5d\x83\x2f\xfa\x9a\xd7\x73\x82\x34\x3e\x11\x3e\xc6\xfe\x30\x3e\xcf\x40\xf0\xd9\x1e\xd9\xb1\x16\x77\xf8\x8c\xcd\xf7\x44\x1e\x7e\x9c\xb7\x94\x34\xe0\x8c\xae\xe2\x9d\xe5\x6b\x69\xc5\x69\x03\x4e\x0a\x7d\xa9\xcf\x71\xf9\x92\xcb\xc2\x0e\x6a\x40\x80\x1e\x58\xbf\xce\x2a\x68\x03\xcb\x5e\xbd\x16\x0c\xd6\xcf\x57\x47\xeb\xc2\x41\xef\x81\xab\x7c\x83\x50\xc8\xc8\x98\x6b\x29\xa6\x21\x0b\xbd\x05\x9e\x1c\x90\x21\xad\x34\xe7\x50\xf1\x38\x66\xd7\x87\x2c\x63\x27\x5b\x55\xbc\x26\x2f\x50\xce\x8c\xcc\x57\x56\x45\xac\x0a\x48\x9b\x47\x7c\x9d\x1f\xae\x5e\x58\x01\x72\x2b\x89\xd9\x70\x7c\x6f\xfa\x8a\x2d\xdb\xa0\xd9\xfa\x8b\xb4\x05\xbe\xa2\xca\xaf\x2e\xfa\xe8\x15\x53\x7d\x47\xd0\xcd\x1d\x4f\x55\x90\xa0\x00\x7f\xc5\x28\x14\x51\x46\xec\x03\xd9\x18\x78\x2c\x9a\x41\x9b\x9e\xd5\x01\x04\x18\x5f\xf5\xd6\x97\x7f\xb9\x7c\x1a\xb1\xfb\x23\xf1\x64\xbe\x46\x63\xe3\xd3\x54\xe3\x3f\x4a\x63\xff\x35\x62\x57\x56\x60\xcb\xa4\x29\x08\xc8\xa0\xf6\x32\xa2\x7b\xcd\x1e\xec\xa6\xf4\xc5\x0b\xd3\x57\x24\x4f\xd5\xa1\xbd\xba\x20\x49\x9c\x6a\xcb\x0a\xbd\x7d\x8d\x5f\x78\x16\x54\xbe\x91\x5a\x29\xc2\x80\xc8\xec\xb7\x33\x17\x7b\x12\xea\x30\xe2\x78\x33\x5e\xb2\xba\x29\xb1\x88\x24\x9a\x27\xef\x10\x32\x44\xfb\x5c\x7b\x67\x7c\x9a\xac\x08\xdf\x01\x03\x54\xc8\x38\x07\xd2\xa5\x51\x58\x0c\xf7\xc5\xb5\x41\x0f\xb8\x26\x87\x4a\x2d\x9f\x35\x06\xc8\x3f\x79\xa5\x96\x56\x6c\x6a\x8c\x2f\xdc\x03\x6b\x5d\x13\x09\xf9\x9a\x33\xb7\xc3\x84\xc2\x96\xda\x95\xf1\xd8\xdd\xee\x98\x6f\xab\xc3\xf2\xc1\x72\x91\x5a\x64\x08\x0c\xac\x26\xda\x9e\xf1\x3c\x92\xdf\xfc\x2c\x31\xde\x81\x1b\x0e\xe7\xdf\x9f\x5f\x4b\x37\x72\x30\x10\x3c\xb3\x22\xd9\xe7\xb3\x54\x7b\x16\x66\xa1\xc5\x5d\xc7\x96\x5e\xbd\xe8\x8a\xca\x63\xaf\xd4\x26\x8e\xe7\xfc\x9d\x48\xfa\x66\xb5\x6a\x2a\x40\x75\xb1\x34\x1d\xab\x08\xb9\x06\x91\x6b\xa9\x6e\x0a\xb1\x03\xe7\xf2\xa5\xe1\x2f\x1a\x4b\x2f\x6e\x7d\x07\x57\xb3\x52\xf9\x9f\x2f\x9f\x44\xd6\x98\x24\x7b\xbb\x0b\x1e\x2d\x28\x7b\x5c\x14\x54\x6e\x1e\x30\x93\xe9\x01\x79\xb9\x94\xf7\x9e\x71\xc3\x34\x37\x52\x53\x31\x6e\x3f\x01\xf1\x64\xe9\xb3\x06\xff\x51\x28\xb7\x0c\x07\xd0\xb9\xd3\x06\x00\x87\x23\x0d\xa1\x29\x2b\xa5\x05\x15\x2e\x25\x90\x3d\xa9\x80\xe9\x21\xf8\x4d\x8d\x78\xcd\x74\xf2\xa3\xee\xed\x0d\x10\xd1\x6b\x56\xf8\xb5\x97\xc7\x2f\x48\xc0\xd1\x26\xdf\xb3\xfd\x63\x86\x28\x3b\x96\x11\x2c\x6c\xa7\x8f\x42\xce\xe6\x46\x0f\x98\x1c\x89\x11\xc8\xcd\x82\x67\xf3\xa8\xdb\x85\x10\x06\x03\xd5\xa3\xaa\xee\x6e\x8b\x22\x04\x58\x76\xec\xf9\x15\xf1\x96\x81\xc7\xd3\xed\x6e\x4d\x72\xb9\x06\x4c\x98\x6c\x74\x32\x60\x99\x5a\x54\x0d\x20\x73\xdb\x31\x4e\x56\x4c\x1a\x27\x54\x9a\x79\x0d\x85\xd2\x61\x29\x0a\xfa\xb0\x93\x3b\xa8\x16\x78\x99\x33\x9e\x43\xe4\xe3\xfd\x11\xce\xee\xfe\xc8\x09\x13\xb6\x43\x2a\xf0\x0d\x33\x9c\x73\x8d\x3b\x8b\x36\xe7\x05\x37\xd9\xdc\x23\xce\xd7\xb5\xd0\x95\xc2\x20\xca\x2a\x1c\xf6\x3b\x51\x2f\xfe\xc3\x77\x71\xac\x4f\xc2\xe2\xce\xe5\x6c\xee\xd6\x96\xd7\x88\x9f\xd7\xde\x93\xd7\x00\xe9\xfc\x19\x26\x25\xf2\x71\x7b\x4c\xe0\x02\x5f\xb7\xe2\xbb\x5e\x06\x82\x31\xf7\xfb\xd3\xda\xe1\x35\xe7\x19\xa6\x6a\xe9\xef\x42\x18\x66\xef\x45\xd8\x67\x23\x17\x50\x28\x07\x8d\xd9\x31\xb8\x79\x47\x4c\x75\xcb\xe9\x81\xd4\xf7\x1b\x41\x66\x15\x59\xd2\x1a\xdc\x28\xd4\xc2\x7e\xd5\x8a\x3f\x39\xcc\x1a\x86\x20\xdc\xd4\xd9\x31\x44\x41\xe4\x8d\x20\x4f\xb1\xca\x09\x7a\x1b\x45\xa0\x93\x41\xc4\x32\xe0\xa6\xaa\xda\x33\x1a\x53\x43\xa5\x73\x40\x5c\x47\x4f\xb0\x58\xca\xcc\x84\xc8\x3c\xe7\x56\xc6\x29\xfd\x4c\x50\xae\x56\x4b\xad\x05\x86\xf4\x54\x45\x38\xc1\xf8\xa9\x42\x6a\x3c\xcc\x25\xe5\x88\xc4\xe7\xcf\x7e\xcd\xde\xcb\xce\x39\x84\xfe\x80\x8c\x6a\x88\xd7\xa5\x6b\x6c\x6f\xab\x11\xf5\x22\x02\xcb\x02\x5a\x25\x5f\xe7\x00\xf6\x0f\xde\xee\x2c\xaa\xf5\x62\x92\xaf\xac\x3b\xde\xdb\xd9\x10\x34\xdb\xc0\x8a\x2e\x42\x2d\x58\x61\x7c\xe8\xc2\x71\x69\xe5\x5c\x7b\x9c\x2c\x21\x06\x12\xe0\xc4\xf0\x22\x86\x9f\x66\xb5\x28\x30\xa8\x99\xce\xeb\x4c\x2e\x45\x19\x40\x3e\x8f\xf5\xc9\x49\xe4\x83\xb2\xe7\x20\x14\x87\xca\xd4\xb0\x50\xe0\xc0\x67\xc7\xee\x68\x43\xa9\x7e\x7b\x9c\x5a\x0f\x4b\x23\x87\xa1\x85\x25\x2d\x03\xf6\x08\x67\x27\x6a\x06\x91\x9e\x58\x57\x9f\x6b\x17\xc7\x89\xda\x22\xd0\xb5\x47\x98\xcb\xd2\x79\x48\xfc\x5c\x90\x54\x3d\x88\x15\xbb\x6f\xde\xbe\xfd\x2a\x33\xaa\x52\x85\x9a\xad\xfe\x24\x56\xf0\x83\x88\x48\x20\xa7\xca\xfc\x2b\xec\x52\x95\x44\x24\xf1\xae\x38\x66\x10\x2d\xa4\xd4\x51\x44\xe9\xc6\x9a\x68\xe1\xab\xa9\x8a\x68\x31\xe4\xf7\x2e\x00\xf9\x7e\x3b\xbd\x42\x36\xf0\x36\xb5\xcc\xd2\x05\x3b\xba\x57\x86\xc9\x0f\xc5\xec\xfb\x43\x0c\xcf\x3c\xbd\x72\x0c\x26\x7a\xd4\x3f\x5f\xbc\xaa\x0a\x89\x40\xff\xc7\x6e\x1b\xf8\x8c\xcb\x52\x9b\x93\xff\x60\x65\x63\x59\x70\xcd\x04\xf8\x3d\x09\xf3\x90\x97\x9a\xdd\x1f\xb9\xf3\xf6\x46\x87\x0f\xdc\x1f\xed\x15\x3a\x15\x6f\x49\xba\xfc\xc7\xeb\x9d\x67\x47\x26\xf5\xa6\xcb\xe6\x70\x74\x3d\xc1\x0f\x4b\xf7\x49\xee\x43\xb4\x00\xbb\xdc\x81\x72\x15\x6e\x40\x81\xa9\x12\x9d\x3b\xe0\x3c\xd4\x71\xc7\x14\xff\x09\x35\x6a\x92\x76\xac\x67\x97\x50\xdb\x0d\x28\x5f\xe5\x67\xa5\x91\x3b\x4b\xed\xa5\x91\x3b\x88\xee\xad\x56\xbf\x5b\xf9\x3d\x3e\xa6\x07\x21\x7e\x37\x21\x7e\xdd\x9a\x1d\x24\xf9\xcf\x48\x92\x6f\x6d\xd2\x6f\x27\xce\xef\x3f\x8c\x83\x4c\xff\x2f\x2d\xd3\x43\xbc\x4c\x14\xdb\xbe\x81\x53\xb5\xda\x3a\x82\x49\x02\x22\xfd\x08\xe7\x61\x0c\x22\x52\x2d\x16\xca\xb8\x80\x1c\x96\xf1\xa2\x38\xb8\x47\x7e\x75\xf7\x88\x77\x78\xa5\xf9\xb9\x7f\x6c\xe5\x40\x8a\x07\x54\x74\xd1\x5d\x01\xe2\xc5\x82\x97\xb9\xaf\x3e\x00\x0b\x02\x15\xe3\xa2\x77\xa7\x74\x43\xa5\xc6\x47\x96\x89\xb6\xba\x8e\xb2\x19\x0f\x1e\x9c\x4f\xe8\xc1\xd1\x26\x17\x75\x62\xaf\x6f\xe1\x77\xd8\xa8\xba\x89\x43\x19\x50\x40\xa3\xa7\x9a\xb8\x40\x2d\x30\xb9\x46\xe4\x01\x46\x3c\xba\xc5\xad\xa3\x60\xfb\x4b\xd5\xa2\x80\xb1\xc8\xc4\x35\xbe\xb5\x3f\xbb\x91\x0c\xfc\xb7\x28\xe3\xc1\xf9\x99\x64\x59\x41\xfd\xef\x5a\xf0\x45\xe4\x8d\xa0\xf1\x80\xc2\xd9\x1d\xc9\xda\xb2\x18\x30\x14\xd5\x98\xe4\x58\x94\x95\x2e\xd7\x2e\x0b\x3c\x7d\xdd\x65\x31\xa9\xe4\x92\xbb\xbb\xff\xbb\x6e\x14\x9c\x19\xb3\xf2\x25\x89\xac\x4a\x83\xaa\x58\x72\x08\x2e\xe2\xb2\xe2\x90\x60\x12\x0b\x7f\xe1\x3e\xd6\x4d\x09\xf5\xc5\x35\x52\x36\x43\x4a\x87\xef\x99\x02\xb7\x1f\x55\xfd\x20\x6a\x94\xfa\x5c\x9d\xb6\x6e\x1f\x3b\xee\xc0\x9e\x8e\xfd\xdd\x2a\xca\x47\xed\x02\xd0\x8b\x8b\x01\x72\xab\xe3\xe2\x92\xb2\xb8\x78\x94\xd3\xe3\xb7\x05\x77\x1c\x6a\xca\xff\xd3\xd6\x94\x57\xa5\x18\x3e\xaa\x3a\x1f\x44\xb1\x4f\x51\x89\xf8\xd6\x32\x25\xca\xc4\x6f\x2e\xe4\xde\xf3\x9d\x47\x81\x72\x6d\x07\x6b\x38\x0b\x96\xb3\xd8\x0b\x7e\x07\x54\xf1\xbd\xbd\x49\x03\xf6\x63\xf9\x50\xaa\xc7\xfd\x53\xe3\xec\xd5\x2d\x14\xcf\xf5\xa9\x55\xd5\xec\xff\x0d\x0b\x39\xc5\x74\xa6\x2f\xec\x5f\x51\xbd\xb5\xc4\x4c\x4c\x32\x78\xe9\x6e\x55\x79\xf0\x09\x57\x3d\xaa\x33\x87\x5f\x73\x98\x9f\xa6\x0a\xbe\xca\x2f\xae\x6f\xcf\x55\x39\x95\xb3\x2d\xc4\xc7\xb7\x6b\x49\xa3\x17\xd7\xb7\xac\xe2\x35\x5f\x08\xab\x57\x50\x1c\xa4\xc2\x04\xe4\xdc\xdd\x3a\x45\x36\x70\x80\x5a\x40\x62\x6e\xef\xde\xc5\xf5\x2d\x66\xdc\x6d\x97\x93\xc1\x48\x87\x32\xcd\xa6\x7c\x54\x3b\x1a\x28\xa4\x85\x6d\xd9\xd5\xd8\x8e\xa2\x16\x5a\x0b\x4d\xcc\xc2\x33\x96\xaa\xf2\x69\x03\x76\x22\x13\x7b\x23\xa2\xcf\xac\x1f\x2c\xbb\x68\xaa\x42\x22\xeb\x88\x5f\x08\xe5\x73\x17\x6a\xb9\x59\x79\xea\xdb\x49\xd5\xf6\x64\x5b\x3b\x39\x2b\xf8\x15\x76\x66\xd4\xbe\x33\x29\x28\x80\x97\x07\x6b\x03\x4c\xca\xa9\x2a\x3b\x4d\x48\x58\x29\x4d\xf4\x27\xc3\x6e\xec\x97\x51\x1b\xf6\x1d\x82\x9f\x42\x96\xcc\x69\x48\xf0\x92\x5a\x8a\xba\x96\x60\x20\x52\x9a\xcc\x44\x76\xb1\xb9\x17\x8c\x61\x54\xa9\xcd\x7f\x89\x92\xe9\x8f\x27\x0e\x06\x16\x55\x0b\x2b\x5e\x26\x41\xd3\x5a\xab\x8a\xed\x58\xae\x16\xc0\x53\x2d\x41\x9c\x2b\x6d\x86\x70\x94\x0a\xa5\x1e\x9a\x6a\x97\xd3\x43\xdd\x54\xdc\xcc\x77\x5c\xed\xd6\x1b\x2f\x38\x3f\xbb\xab\xd4\xdd\x65\xda\x81\x2e\x50\xcb\x1d\xa9\x03\xb6\xf6\x34\x22\x75\x68\x3d\x95\xd8\xed\xde\xa7\x62\x5b\x51\x66\x49\x67\xd6\x58\xbd\x29\xb9\x48\x7b\xc9\x64\x97\x4f\x22\xdb\xcd\x4a\x10\xb5\xdc\xd5\x46\x00\xa8\x31\xeb\x2c\x04\xad\xe2\x82\xa8\x8d\x1e\xea\xc5\xfd\x0a\x86\x03\x5c\xe9\x3e\x58\x13\x3e\x70\x5b\x4b\x3b\x48\xcd\x23\xeb\xc1\x88\xf1\x7a\xb6\x64\x70\x57\x11\xf1\x80\x1e\x20\x3d\x06\xd0\x0d\x3d\x17\xad\x3d\xdf\xa5\xdc\xed\x7a\x83\xc6\xf9\xc1\x98\xf1\x2f\x61\xcc\xb8\x21\x3d\xbc\x6d\x31\x10\x75\xad\xea\xfd\x2c\x06\x7b\xdb\x2e\xd2\x5f\xfe\x75\x6c\x15\xe9\x6f\xab\xc6\xec\xfd\xf1\x5f\xcf\x36\x11\xe8\xfa\x27\xb1\x13\x5c\x8d\x37\xb1\xa2\x20\xec\xc2\x11\xae\x17\x48\xce\xc1\x6b\x47\x52\x1d\x5d\xe6\xe3\xaa\x68\x6a\x5e\x9c\x30\xe8\x93\xfc\x22\x23\x76\xc9\xb3\x39\x34\x5d\xb9\xdc\x56\xfd\xed\x7d\xc9\x18\xbb\x1a\x7f\xcb\xce\xca\x48\x9a\x8e\xa6\x1e\x83\xe5\xdc\xa8\xc6\x80\x4a\xcb\x0d\x2b\x84\x55\x21\x89\xf2\xe1\xc5\x44\x94\xa1\xad\x3c\x5f\x56\xfd\xb9\xc9\x0a\xc8\x49\x6b\x0c\xc7\x57\xe3\xe5\xd7\x4c\x59\x29\x7f\xf9\xcd\x09\xe3\x5a\xcb\x59\xd9\x1a\xd1\x8b\x33\x2e\xb6\x16\x89\xc5\x26\x9d\xba\xb0\x14\x15\x72\xa8\x02\xfb\xdb\x73\xf5\x6d\x55\x60\xed\x56\x7d\xe2\x01\xbe\x8e\x7a\x73\xa8\xff\x7a\xa8\xff\xfa\xa9\xea\xbf\x02\xa1\xdc\x2d\x1a\x68\x5b\xc9\x57\x95\xff\xa0\x66\xbb\xa9\x4d\xa1\x61\x5a\x6b\xb2\x7c\xcb\xa9\x4d\x85\x9a\x69\x3c\xbf\x07\xb7\xea\xe7\xed\x56\x9d\x42\xd1\x5d\x52\x45\x48\x4a\xb3\xbb\xb7\x87\x0a\xb2\x87\xf6\x31\x55\x45\xa1\x1e\x13\x79\xa7\xf0\x3b\x2e\xb8\x9a\xf5\xa5\xc5\x9d\x85\xd3\x03\xc5\x7d\x3d\x8a\x0b\x50\x71\xdf\xad\x4c\xca\x1e\x77\x35\x65\x5a\x18\x8c\x6d\x29\x9b\xc5\x44\x40\xe2\xd9\x64\x65\x30\x6c\xb5\x16\x3c\x0f\x0b\x42\xc6\xdd\x89\x98\xda\xf9\x18\x51\x2f\x64\xc9\xfd\xa2\xdb\x0d\x47\x2d\x81\x6c\x76\x2e\x10\xc7\xa5\x67\x73\x08\x1f\x03\x10\xb5\xa9\xb4\x77\xb0\x90\x58\x0c\xba\x50\xb3\x99\x2c\x67\xf1\x6d\x34\x4d\x5d\x32\x5d\xc8\xd9\xdc\x14\x2b\x8a\xb5\xab\xc3\x0f\x85\x95\x43\xcd\x9c\x77\x63\x4a\x61\xaa\xd1\x89\xb2\xd7\x7d\x26\xea\x23\x7b\x62\xad\x5c\x8e\x3f\x7d\xf3\x35\x24\x18\xd7\x62\x29\x55\xca\x91\x72\x83\x9f\x77\x0d\xfc\x4c\x45\x1e\xdd\x90\xfe\xe5\xda\xa4\x6b\xc9\x32\x13\xb7\x22\x53\x76\x8b\x12\x46\xd1\x10\x89\x2e\x17\x02\x70\x6d\xb0\xad\x5f\xeb\xc8\xc3\x08\x4d\x60\x4f\xc2\x7d\x9f\xab\x47\x1a\xd0\x15\x51\x4f\xbc\x19\x55\x2d\x32\x91\x13\xa5\x85\x17\xd1\x4b\xf0\xc8\x01\x9d\xa0\x86\x68\x24\x20\x0a\x40\xe9\x61\x98\x5e\xb3\x83\x06\x91\x75\xd4\x2e\x0a\x9c\xed\xd6\x27\xa4\xd7\x6e\xa6\x8d\x3d\xa0\x03\x56\x2a\xec\xad\xff\xe6\xc7\x32\x54\x00\x8f\x97\x84\x21\x08\x6b\x06\x0e\x4e\x38\x01\x93\x68\x57\x77\xdc\x4f\xdf\x41\x62\x81\x4b\x76\xf3\xfe\xfc\xab\xaf\xbe\xfa\x3f\xb0\x08\xda\xf0\x45\xf5\x2f\xb7\x84\x2f\x77\xac\x1a\x2e\x8b\x1f\x2c\xe3\xde\x95\x8e\x14\xc0\xe5\x63\x82\xea\x83\xb5\xed\xec\x68\xd9\x61\x39\x00\x46\xd7\x0d\x77\x80\xcf\x79\x2d\xa0\x41\x19\xba\x80\x1c\xf9\x28\x6d\x36\xdc\x47\x37\xff\xd4\x7a\xec\x76\x80\xfc\xd1\x48\xcf\x0f\xc3\x48\x78\x9e\x5b\x39\xc4\x1d\x27\x55\xbb\x7f\x5e\xf3\x52\x45\xa7\x8b\x23\xdb\x98\x88\x99\xa4\xd8\xf5\x29\x13\x4b\x2b\x67\x45\x54\xcf\xd3\xcb\x67\x1a\x2d\x5e\xc7\x11\x39\x56\xb5\x79\xaf\xea\x47\x5e\xe7\xbb\x49\x90\xfd\x17\xb6\xda\xdf\x2b\x55\x03\x88\x87\x7d\x07\x64\x49\x84\xf3\x42\x38\xf7\x9f\xc5\xe4\x56\x65\x0f\xc2\x50\xf4\xf4\xdf\x6c\xeb\xbf\x51\x67\xde\xc9\x89\x61\x92\x78\x46\x56\x74\xc3\x6a\x63\x77\xc0\xfe\x57\xb3\x63\x30\xba\x32\x2d\xec\x1b\x46\xe4\x27\xb0\x98\xf4\x49\xb5\x14\xf5\x88\x8d\xa3\x51\xc0\x9e\x58\x76\x76\x3b\xbe\xf8\xbf\x01\x59\x0e\x21\x4f\x45\x70\xdf\x8d\xd8\x95\x71\xf1\xad\x3a\x7c\x16\x23\x75\x28\xfc\x85\x6e\x2f\x8d\x7b\x2e\x78\x2e\x6a\xc6\x43\x29\x07\x92\x16\x0e\xf2\xf3\x01\xb5\xe1\x77\x2c\x47\xc2\x35\xdb\x64\xd3\xa9\x89\x80\xd1\x9d\x73\xde\xc2\xf4\x55\xdf\xee\x8c\x49\xd3\xea\xaf\xbe\x4c\xfa\x5d\x37\x9a\x13\xc7\xb5\x7a\x5a\xed\x48\xdb\xa2\xa6\xdb\xa9\x9a\x6d\x7c\x50\x8d\x0f\x57\xfb\x77\x7f\xb5\x93\xd5\x17\xa0\xf2\x02\xdd\x81\x1f\x6f\x7e\x80\x70\x09\x7b\x68\x2c\x8f\xec\xc6\x3d\xe2\x55\xa0\x39\xdb\x46\x69\xd3\xc1\x9e\x17\xf7\x46\xf0\xdc\x5e\x07\xfd\x3d\x37\x1b\x51\xb7\xba\x6d\x43\xa0\x26\xfa\x8e\x09\x51\x30\xa4\x91\xf8\x88\xaf\xad\x81\x00\xd4\x0e\x80\xb6\x7a\x8e\x83\xf6\xe3\x94\xa7\x38\x3c\xc6\x61\x10\x01\x09\xb1\x91\xc1\xd4\xf2\x46\x47\x3f\x83\x11\x14\x02\x8a\x42\x52\xe5\xaa\x4a\xc1\xc9\xed\xb9\xa6\xb7\x22\x6b\x6a\x69\x56\xe7\xaa\x34\xe2\x69\x9b\x9b\xa5\xd3\x9a\xcd\x55\x91\x43\x4c\xeb\xb0\xb0\x87\xcf\x2a\xaa\xf0\x9c\x71\x83\xe7\xd2\x95\x55\x53\x8b\x45\x88\x97\x15\xb5\x55\x0f\xec\xe5\xb3\x97\x4a\x59\x05\x56\x0a\xdb\x91\x15\xf1\x79\xa1\x15\xa3\x3b\x67\x57\xc3\xbf\x33\xd2\xed\x8f\x8f\x18\x7b\x0f\x99\x44\x48\x7e\x5a\x38\x5b\xdd\xb6\xcc\xf0\x07\xaf\xbc\xd9\x9d\x07\x59\x6f\xda\x79\xbd\x3f\xc1\xed\x84\x7c\xaa\xbf\xaf\x55\x93\xf0\x95\x9d\xa1\x70\xca\x0b\x80\x52\xc3\xb4\x21\x5e\x50\x8a\xa5\x0b\xc7\x72\x09\xc1\x56\x04\x8e\x40\xc2\x20\x4a\x01\x0c\x64\xb0\x3a\x0e\x74\xd8\xde\x5a\xcc\x2e\x85\x33\xf2\x27\xc4\x96\xb5\xef\x67\x73\x5e\xce\x50\xd1\x54\x8f\xb6\x8b\xb9\xac\x90\x3f\x70\x0f\xad\x8c\x32\xaa\x7d\xec\x11\x73\x2a\x95\x7f\x7b\x5f\xde\x97\xef\x50\xd2\x56\x8f\xa0\x9b\x7c\x7f\x75\xe1\x55\x4d\xdb\xea\xfd\x2d\x4c\x91\x7d\x89\xad\xb4\x30\x33\x99\xb3\x89\x04\x87\x9b\x16\x86\x1d\x97\xe2\x11\x01\xe4\x3c\x6a\x19\x1d\x63\x87\xca\x4f\xbd\xf9\x8f\x53\x97\x27\xec\x2b\xec\xb3\x12\xf5\x42\x42\x76\xa1\xed\x17\x0f\xc2\xc7\x9b\x37\x14\x43\x57\x3f\x0e\xeb\xc7\xe1\x70\x38\xb4\x63\xbd\x02\xb0\x38\xa7\x5d\xba\x35\xf0\xc9\x6a\x0b\x95\x3b\x85\x20\xac\x84\x3d\x82\xe1\x13\xda\x25\xfd\xf6\xe0\x21\x37\xe9\x83\x75\x53\x9e\xad\xdb\x6b\x3b\x05\xbb\x6a\x46\x01\xac\x1b\xf2\x02\x53\xaf\x90\x1b\xf4\x94\xd3\xaa\x56\x99\xd0\x7a\xc4\x7e\xd4\x42\xfb\xb8\x78\x57\x49\x40\xd2\x04\x47\xec\x03\x5f\xe1\x75\x98\x60\x26\xbe\x2c\x59\xf7\x7c\x32\x86\xba\xb6\x7d\x36\x51\x66\xde\x6d\x80\x15\xd9\x7a\xe7\x1a\x17\x0f\x99\x61\xb0\x97\xf5\xfb\x87\x7b\xa3\xe3\x8b\x83\x94\x9e\x9b\xe8\xae\xed\xb1\x7e\xd7\xaa\xbc\x51\x2a\x11\x66\x70\xd5\xf6\xf0\xb7\xd7\x0b\x54\x3d\xbb\xb0\x5c\x43\x12\x6e\x39\xac\x15\x2a\x67\x35\x1a\x4f\x40\x17\xef\x1d\x07\x57\xea\x04\x9e\xc8\x05\x9f\x81\x47\xdc\x2d\xb7\x51\x4c\x94\xba\xa9\x5d\x66\xae\x09\x5a\x1f\x7d\xea\xc7\xab\x0b\xf6\x96\x1d\xdb\x6f\x9d\xc0\x3a\x42\x75\x14\x30\xa8\x5b\x4d\xae\x3d\x46\x39\x75\x5d\xc0\x90\x60\x07\xad\x36\x3a\xc5\x90\xea\x52\x31\xdd\x64\x73\x37\x26\x7b\xd0\xdd\xa5\xa8\x44\x6d\x57\x0b\x6a\xc1\x7e\x7e\x1b\x9e\xb6\x60\xc2\x66\xfe\xa8\xd7\x39\x22\x7e\x7c\xc6\x5d\x88\x8d\x1e\x76\x67\xdb\xc3\xc4\xed\x73\x5e\xc0\x2e\x62\xe4\xe7\xb8\x70\xcf\xbf\x29\x5a\xfc\x20\xcb\xe6\x69\x6d\xe1\x1f\xbb\xc2\xb7\x97\xd0\x06\xfa\x86\xaf\x2b\x8a\x87\x05\x70\xf4\x1e\x47\x71\x67\x32\x98\xd4\xd2\xb9\x39\x70\x26\x5d\x54\x09\xe3\xac\xe6\x65\xae\x16\xbd\xaf\xf9\x14\xf4\x30\x35\xf6\x3b\xda\x83\x9d\x41\xf3\x2f\x5b\x1b\x61\xb7\x26\x62\xe5\xc0\x0b\x36\x06\x35\x03\xaf\xd7\xf1\xae\x80\x55\x57\xd6\x90\x68\x0e\xe7\x1e\xee\x88\x2c\x3b\xab\x39\xe8\x07\xee\x47\xbb\x05\xaa\xa6\x5c\xf0\x7a\x65\x99\x0e\x2e\x6a\x6b\x6f\x4b\xe5\x3e\xed\x63\xa4\x72\x8a\x92\xb6\x6c\x2f\x75\x1e\xf7\xd3\xba\xed\x39\xb5\xab\xb1\xd2\x99\x29\x52\xb9\x27\xf8\x00\xc4\xc3\x28\x24\xc7\x63\x7c\xe4\x8c\x5e\xc5\x3a\x01\x4e\x7b\xc0\x52\x5f\x90\xe5\x6f\xd9\x7e\x53\x06\x10\x5a\xd7\xfe\x78\x5d\x4a\xd8\x09\x5b\xc8\xd9\xdc\x78\x1a\x5d\xf0\xa6\xcc\xe6\xaf\x11\xd5\x8e\x93\x81\x09\x3f\xca\x32\x57\x8f\x7a\xe3\xcd\xfc\x19\xdb\xf8\x9a\xe3\x5e\xd4\xdd\xf7\x76\x2a\x1f\xce\x4f\x61\xab\xf1\x01\xe8\x9e\x7c\xb7\xd1\x76\x3d\x47\xbf\x01\x8b\xd8\x19\x12\x01\x57\xa7\xd3\xa5\xbf\x61\x3b\xc6\x4a\x74\x2e\x66\x1a\x2d\x1d\xb7\x2d\x9d\xaf\xbe\x71\x14\xeb\x6d\xe3\xb7\x72\x56\x42\x31\x89\xcd\x30\x54\x0e\xbf\x1a\xcd\x00\x5c\xeb\x76\x1d\x2d\x32\xc5\xf0\xa5\x92\x39\x5a\x10\x10\x73\xe0\xf2\x89\x67\x86\xfc\x39\xa8\x9a\x04\x40\x1e\x2b\x0f\x6e\xc7\x5a\x81\xdc\x44\xc2\x3d\x4e\x39\x32\x23\xbd\x37\x0b\x00\xc9\x88\x9e\x03\xe3\x5b\x33\xb4\x97\x81\xa0\x5a\x31\x3c\xaa\xc6\xfb\x6c\xc7\x45\xa7\xa3\x0d\xdb\x44\x40\xab\x9b\x14\xd9\x4a\x64\x68\x18\xea\x94\x09\x5f\x9b\x11\xd1\x31\x03\xd0\xd5\x4d\x04\x0f\x66\x46\x2e\xc5\x85\xe0\x79\x21\xcb\xf5\x5e\x5e\x3c\x6c\xbc\x60\x79\x53\x73\xa7\xf9\x3b\x3f\xaf\x73\x18\x92\xe3\x0e\xbb\x74\x09\xb2\x90\x19\x1b\x83\x95\xdd\x5a\x71\x14\x1c\x7d\x91\x7f\x98\x50\x30\x90\xa1\xc3\xfb\xc5\xca\x81\x60\x2c\x78\xfd\x60\xa5\x55\x4b\x2b\xa9\x64\xc9\x03\xb4\xd3\x5a\x65\xb2\xed\xd9\xd6\xae\x12\xcb\xc2\x43\x85\x57\x4a\x4b\xf8\x36\x31\x87\x1d\xc5\x1a\xbe\xb6\xc6\x9d\x25\x57\x6d\xda\x87\xe6\x8f\x08\x9a\x24\xaa\x78\xb7\x4f\x05\xf9\xa8\xd8\x1c\x6f\x8c\x02\xd4\x73\xaa\x5a\x7f\x96\x65\xf6\xaf\x3b\xf5\x20\x52\x36\xd8\x0d\xad\xa3\x70\xe4\xc7\xb9\x30\x73\xc2\x28\xc3\xd2\xbb\x1c\x1b\x32\x03\x2d\xc3\x05\x86\xcf\x73\x43\xd5\xe1\xa8\x42\x4c\x5a\xb8\x8e\x4e\xd7\x5a\xf3\x7a\x64\x2c\xc0\xea\x47\x84\x38\xe2\xd9\xe8\x79\x68\x90\xa1\xb5\x91\x6c\x73\xc5\x2a\x08\x04\x80\x7a\x47\x99\x65\x77\x10\xfa\xe3\x77\xd9\x85\x0e\xf7\x02\x81\xc0\xda\x9d\x32\x61\xbe\x02\xab\xf5\x83\xb6\xcb\xf0\x34\x0c\x49\x9c\xc3\x8a\x9b\x6c\x3e\x84\xc4\xba\xe1\x83\x58\x11\x0c\xdb\x51\xb2\x95\x3d\x28\x46\xcc\x6c\x23\x78\xc1\x76\x96\x97\x3a\xa4\x57\x26\x01\x98\x37\x67\x52\x8e\xd8\x38\xfc\x18\xb8\x23\xac\x59\x27\xed\xcf\xc1\x07\xfa\xcc\x33\xdb\x65\x06\x1f\x77\x57\x1d\x2b\x55\xab\xb2\x9d\x7e\xf7\x9c\x34\x3b\x9a\xdb\xba\x92\x89\xb7\xc2\xe0\x8c\xe0\x79\x5b\xd0\x8a\x15\xae\xfb\xa3\x73\x8c\x0b\x7f\x6f\x85\xd3\xfb\x23\x57\x2a\x91\x6c\x63\xbc\x16\xec\x4d\xdc\xe2\x67\x69\xe6\x7f\x54\xda\x5c\x0b\xf3\x66\xd0\x7e\x64\xff\xa6\xae\xdf\xd8\x03\xf6\xe6\x5a\x95\xe2\xcd\xa8\xbb\xb0\x3e\x6b\x31\x24\xb4\xae\x4b\x9f\xa4\xc1\x7b\x24\x36\x78\x10\x65\xf2\xdd\x29\x36\xe7\x4b\xdc\x3a\x27\x34\x59\xf1\x87\x43\x55\x30\x68\x3d\xc7\xb1\x3e\xaa\xfa\x61\xc0\x56\xaa\xc1\x17\xac\x2a\x4f\x0e\xe4\x68\x91\xc4\x93\x2f\x58\x60\xd4\xfa\x69\x27\x23\xe1\x44\xc9\x27\x85\x20\x9a\xf1\x83\x2c\x1f\x12\x57\xf8\xb2\xd7\x26\x41\x50\xe2\xd4\x01\x4c\x3f\x27\x02\xa3\x23\x9a\x22\xcb\xff\xc6\x15\x81\x9a\x62\x48\x33\x45\xb9\x94\xb5\x2a\xa1\x62\xf1\x92\xd7\xd2\x7e\x4b\x0f\xda\x50\x7c\x7a\x55\x1a\xfe\x04\x69\x97\x58\x3f\xbc\xb0\xa3\x18\x31\xc7\x93\xbe\xdd\x31\x6f\x43\x54\x73\xb1\x10\x35\x2f\xce\x77\xa0\x58\xbe\x71\x4c\xbb\x48\xfb\xf1\xc8\x08\xec\x32\xd5\x8a\xd8\x20\x35\x86\x72\xef\x12\xeb\x30\x5b\x26\x69\xa7\x8e\x26\x14\xb0\x1b\x0c\xe1\xea\xc0\xc5\xe3\x19\x1d\x86\x26\x9b\x33\xae\x59\x2e\x26\x0d\xc4\x96\x51\x48\x1a\xe8\x25\x99\x27\x64\xe1\x5a\x83\x8b\x12\x83\x4b\xca\x19\x12\x00\xf4\x80\xc9\xb8\x3d\x98\x1a\x09\xd8\x0a\x88\xa0\x5b\x5f\x88\xf5\x81\x52\x64\x57\x25\x53\x75\x8e\x58\x75\x14\x2b\x92\x58\x07\x54\xcc\x5a\xb3\x1a\xb8\xd0\x03\xb7\xad\xee\xad\x68\x59\x74\x33\xf1\xf5\x42\x5a\xe5\x5c\x35\xe3\x45\x35\xe7\x64\x93\xa7\xac\x39\x08\x4a\x9a\x2b\x40\x17\xb3\x23\x76\xf9\xd2\x20\x92\xe2\xb9\x85\xef\x5d\xf6\x37\x35\x51\x42\xed\xd9\x24\xbe\xdf\xfd\xab\xd3\x7a\x7b\xd9\xcf\x0a\xc9\x75\x2a\x34\xe9\x8f\xe1\x21\xe5\xb2\x28\x27\x89\x39\x35\x15\x6a\x6a\xc0\xb2\x5d\x8d\x69\x7d\x1c\x69\x6a\xdf\xb8\xb0\x3d\xf8\xca\x54\x16\x82\xc9\x48\x98\x09\xc8\x28\xb0\xfa\x60\xfc\x03\x22\x5c\x2a\x2c\x1d\x4e\x34\xc9\x43\x98\xbe\x74\x75\xfd\xec\x76\x58\x54\x59\xed\xb7\xa4\x57\xe3\xf3\x04\xb0\x05\x9d\x52\xdb\xe0\x8d\x66\xb2\xca\x82\x96\x9f\x20\x28\x5b\x02\x23\xa3\x25\x49\xef\x1c\x2b\xf1\xa9\x03\x36\x14\x3a\xe4\x7d\x39\x12\xd2\x19\x12\xbd\x11\x0f\xcb\xc5\xdb\xe1\xce\x93\x17\x63\xe0\xa3\x79\x3a\x7b\x0e\x26\x0a\x0f\xca\x16\xb6\x76\xf7\x29\x8d\x53\xb5\x6b\x3a\xc3\xac\x64\xfe\xd2\x95\x4b\x67\x69\xb7\xc5\x1b\xd7\xce\x19\x62\xc7\x2a\x4f\xc4\xdb\xb5\x0f\x36\xb4\x77\xab\xa1\xd1\xe1\xc4\x49\xc1\x18\x3a\x5c\x56\x90\x14\x92\x3c\x11\x4c\xb7\xe3\xa6\x28\x6e\x45\x56\x8b\x54\xcc\xc8\x55\xa7\xc5\xba\x8b\xe9\x1d\xb7\x18\x2c\xe8\x1a\x53\xd8\xaf\x1d\xa5\x5f\xc1\xd8\x31\x5d\x35\x05\x01\x5a\x7a\x54\x57\x18\x13\x59\x9f\x1c\x2c\x21\x69\x85\x68\x3d\x69\xad\x05\x80\x0a\xe0\xc7\xbc\xd1\x9e\x90\x8e\x14\xf0\xee\xa5\xcc\x1b\x5e\xc0\x87\x2c\xef\x5e\x38\x1b\x61\x48\xa1\x30\x73\xb1\xa0\x31\x8d\xd8\x7b\x55\x33\x2a\xf3\x39\x70\xc3\x07\x24\x63\x35\x65\x39\x70\x64\x8a\x21\x45\xf6\x4c\xe2\x11\x96\x65\xa2\x71\x58\x89\x8c\x88\xf9\xde\xf8\x27\x81\x85\x9c\xe2\x3a\x7c\x41\x52\x90\x2c\x67\x43\xf8\xc5\x4e\x84\xbe\x34\x54\xe5\x90\x0f\x5b\x59\x7c\xcf\xa6\x4e\x50\x1c\xb0\x5b\xd5\xef\xb5\xa9\xbf\x1d\xc0\x2e\xf2\x08\x8a\x09\x85\xfc\x3b\x0a\x59\x5b\x15\xaa\xab\x52\x9a\xb8\x95\xdd\x01\x9f\x5a\x2e\x1d\x9f\xaf\x6a\x89\x95\x4d\x5b\xfd\x41\xc1\x2c\x8c\x0e\x86\xe3\x65\x4f\xa2\x6c\xf5\x07\xba\xb8\x0e\xe0\x9b\x12\x8b\xbc\xcb\x5c\x50\xbd\x2c\x10\x58\x23\x85\x5d\x6a\x36\xe7\x65\x0e\x7f\x66\x99\xaa\x1d\xe4\x24\xc6\x9a\xc0\xc7\xbc\x7c\x3c\xc7\x8b\x81\xb9\x3c\x65\xf7\xcb\xc0\x8e\xea\x45\x4b\x20\x71\xe4\xae\x01\xdc\x22\xc6\x17\x56\x92\xee\x19\x2d\x3b\x2b\xe2\x22\xfc\x61\xa8\x3f\x38\x44\x1d\x27\x85\x0d\x98\x0f\xc9\x40\x58\x2a\x3d\x60\x3f\x58\x25\x20\xfe\x41\xd5\x68\xcd\x68\x2a\xfa\x09\x47\xef\xc4\x9c\x9b\x18\x58\x14\xe3\x9c\x3a\x93\x01\x30\x57\x8e\x4a\xba\x25\x53\xa4\x8d\x13\x9c\x68\x64\x50\x98\xac\xd8\x54\x12\x50\x67\x04\x08\x4b\x4c\xe5\x14\x0b\xea\x7b\x3f\x47\x08\x0d\x5a\x55\x14\x0c\x65\x42\x18\x9b\xed\x60\x81\x02\xb5\xf7\xb9\x23\x16\x35\xaa\x5b\x04\xe3\x8b\xc6\x9b\xf6\x4a\xeb\x11\xfb\x41\x2e\x9c\xcb\x3b\xb2\x10\xcb\xce\xe2\x22\x70\x81\x5c\xc8\x82\xdb\xc3\xa2\xe7\x80\x7c\xd4\xdd\x82\xdd\x54\xfd\x44\xf8\xd1\xcb\x20\x94\xec\x60\x87\x11\x59\xf9\xac\x4d\x01\xa5\xca\xc5\x9a\x8a\xd5\xf4\x04\x0d\x83\x51\xf4\x92\x87\x99\xf6\xd0\xff\x00\x83\xcb\x83\x91\xdf\xa3\xe1\x62\x54\x84\x95\xef\x00\xc9\x9d\x20\x69\x3d\x7e\xb5\xb6\xcc\xc1\xe3\x68\x03\x53\x8e\x7b\x84\xb3\x63\xfb\x1a\x30\xae\x75\xb3\xf0\x45\x11\xed\x61\xa4\xab\x1d\xf0\x9b\xdd\x55\x48\xb2\x5d\xdb\xcb\x7a\x9c\xfd\xeb\xe8\x29\x05\xc8\xb9\xbf\x08\x61\x99\x28\x00\xe4\xdf\x47\x76\x03\x90\x43\xa4\x09\xe0\xeb\x23\x76\x9b\x78\x13\xf4\x4d\x6a\x01\x40\x66\x13\x11\xc1\xe3\x51\x3f\x1d\x60\xe1\x30\xfb\xe7\xb0\xb4\x60\x5e\x39\xc5\x1c\x74\xcb\xb4\x86\xb6\xb7\xd3\x84\x35\xd7\x39\xd7\x78\x31\x6e\x59\x6f\x13\x90\x50\x4b\x51\xcf\x05\x4f\x04\x17\x7e\xa4\x27\x71\x61\x68\x13\x51\x2b\xe6\x5e\x8d\x0d\xab\x18\xd0\x42\x08\xf6\xdc\x63\x26\x70\x32\x88\xdc\xa0\x37\x0b\x8b\x97\xc7\x4a\x9d\xf7\xe4\x35\x46\x55\xbe\xf2\x15\x37\x8c\xe7\x2e\x72\x06\x3c\xb8\xe4\x1f\x8b\xfb\x89\x9a\x04\xab\xbf\x87\x6e\xde\xda\xd2\x1e\x0f\xd4\x0f\xf3\x41\x98\x12\xec\xb2\x53\x9c\xd1\xd7\x64\x65\x49\x8c\xff\xf1\xd1\x8e\x48\xbe\xb7\x7f\x02\x66\x47\xa1\xa5\x89\x6e\xe8\x64\xa1\xd1\x66\x1e\x2f\x6c\x51\x0b\x9e\xaf\xc0\x3d\x62\x27\xd4\xfa\x12\xf2\x50\x38\x17\xc4\x34\xbd\x09\x89\x84\x2e\x12\xf9\x06\xcc\x6f\x65\x47\xcc\x0d\x1e\x31\x27\xe7\x3a\x71\xad\x05\xf5\x1c\x7f\x76\xc0\x00\xbc\xf0\x51\x6a\x61\x6f\x2d\xcd\x0c\xca\x9c\x63\x50\x08\x30\x0f\x0a\x93\xe2\x9a\xfd\x5d\xd4\x6a\x5b\xc0\xa7\x28\xe7\xbc\xcc\xf0\xb2\x9f\x3e\x88\x4a\x43\x94\x27\x9c\xed\x2f\xdf\xbe\xfb\x3f\x6f\xbf\xfc\xf2\x1b\x38\xed\x6e\x5d\x46\x8b\x7c\x93\x41\x00\x78\xe7\x9f\xfc\x75\x62\xcb\x77\xa3\x77\xdf\x0c\xf6\x35\x14\x8c\x55\xee\x97\xad\x6f\x20\xd8\x7a\xd3\xf6\x75\x28\x8d\xfa\x45\x86\xff\x81\x79\x7b\x96\xd0\x4a\x55\xae\xb3\x81\x8e\x3b\x2d\x5c\x0c\xeb\x38\xd8\x44\x5d\x27\x68\x7b\x21\xf7\x73\xa1\x1e\x9d\x40\x27\xcd\x6a\xc4\x3e\x62\xa2\xce\xb5\x58\x5a\xf9\x9c\x7a\xfd\xc1\x36\x1a\xfb\x36\xb1\xdd\x2c\xd5\x22\x0a\xee\x7a\x35\x83\xcd\xb5\x2a\xc7\x7e\xfc\xfe\x43\x9b\xaa\xde\xbb\x39\xa5\x1d\xd8\xee\x29\xa9\x74\xec\x27\x5e\x43\xde\x23\x79\x94\x32\xb5\xa8\x54\x09\xc4\x0e\x4d\x54\x7e\x1a\xc0\x19\x50\x32\x0a\x9d\xc4\xd9\xbe\x00\xaa\xee\x47\x78\xe6\x09\xc1\x79\x9a\xd6\x48\x80\xe3\x5f\xba\x4f\xd5\x14\x69\x4d\xfe\xf4\xe8\xcb\x48\x65\x92\x84\xc5\x91\x4a\x1d\x0f\x14\xba\x71\xe3\x80\x4b\x6b\xb9\x3e\xf6\x02\x82\x60\x1d\x2e\xfe\x20\x88\x87\x75\x6b\x66\x5b\xbd\x5e\x5f\x7d\x19\xaf\xb5\xff\xcc\x36\xf7\x57\x8c\x75\xe3\xb4\xf0\x70\x08\xef\x8f\x48\xef\xb6\x97\x7f\x98\xd5\x12\x3c\x4a\xf7\x47\x70\x68\xfc\x43\x02\x79\x69\x3d\xb7\x82\xf1\xa3\xf2\x41\xa9\x0f\x62\xf5\xa8\x6a\x5f\x50\xc1\x7d\xb5\x25\x0c\xd3\x67\x11\x88\x90\x8c\xf1\x10\xaa\x56\x93\x4e\x93\x68\xbc\x1a\xb1\x33\xab\x67\x83\x15\x1b\xb4\x0e\x27\x49\x38\x0a\x3a\x59\xc5\xa6\xd5\xd6\x36\xb8\xa0\x7b\xfa\x9a\x95\x06\x60\x63\xd6\x5a\x28\xc2\x39\x73\x84\xdb\x45\x51\xaa\x1a\x28\x6b\x2b\xa9\xbd\x54\xee\xf1\x3a\xf0\xd6\x10\x32\xbe\x26\xab\x31\x8c\x80\x03\x5d\x77\x1a\xcd\x0c\xad\xf7\x34\x08\x61\x8f\x8e\x87\x24\xb2\xe3\xf4\x2d\x47\xec\xcc\x29\x78\xc8\xba\xc0\xd6\x6c\x3b\xb3\xe2\x5d\x47\xbf\xc4\x16\x67\xd7\x17\x4e\xf7\x22\x58\xd2\x76\x7c\x06\xca\x1c\xed\x91\x00\xab\x24\xd0\x57\xf1\x4b\xc3\x0b\xf4\xf2\xdc\xd5\x8d\xb8\x3f\x7a\x1e\xb7\x41\x3b\xda\xe9\xdb\xb7\x6f\xff\x1d\x98\x0d\x0c\xee\x7f\x7d\xf9\xdd\xff\xfa\xf2\xbb\x57\xc3\x57\x69\x47\xf8\x63\x9d\x8c\x48\x97\x4d\xc5\x34\x60\x30\x66\xe4\xe0\xea\xc4\x52\x47\xd8\x47\x40\x84\x88\x8c\x9f\x15\x8f\x7c\xa5\x07\xec\x63\xf9\x1e\x2b\x8c\x0f\x90\xb2\xb7\xec\x7a\xd8\xe8\x55\x01\x66\x4f\xbf\xa0\x19\x0d\x71\xc8\xc9\x83\x18\x89\x13\x69\x92\x71\xd3\x69\xd1\x4a\x26\x68\x09\x41\x74\xa3\x64\x88\x1d\xa0\x6d\xc6\x10\xb1\x01\xdd\xff\xe0\x54\x6a\xc8\xae\x85\xc1\x9b\xce\xa8\x8a\x57\xb0\xdd\xb5\x97\x73\xe3\x6a\x2c\xf6\xc2\xe6\x18\xf5\x92\x2e\x25\x52\x37\x65\x3b\x42\x36\xd2\x93\xee\x8f\x0a\x31\xe3\xd9\xea\xfe\xa8\xfd\xa5\xd8\x14\xeb\x46\x8c\x36\x42\x49\xd5\xc5\x29\xce\x06\x08\x07\x2f\xa9\x8a\x56\x38\x6f\x48\x4c\x1a\x4d\x83\x74\x44\xc2\x85\x3d\xa2\x25\xa5\x7e\x81\x18\x46\x3d\x0d\x61\x18\x5e\xfc\xc2\x5a\xf7\xc2\x70\xc7\x8e\xd3\xb2\xd7\xd7\x69\x60\x67\xa7\x34\xee\xc2\x35\x5a\x2b\x6d\xc9\xa0\xd4\xa0\x01\x93\xe8\xe0\xc9\x85\xef\x74\x13\x51\x4d\x77\xe2\x16\x2d\x74\x91\x1c\x75\x3f\x9f\xa4\xeb\x92\x7e\xf5\x14\x92\xb4\xdf\x12\xce\xc0\x88\xb1\x5b\x41\xc0\xd1\x71\xa4\x8f\x25\x14\x6e\x42\x21\x01\x04\x6c\x3d\x28\x52\xec\x59\xcb\xb7\x33\x6b\x58\x88\x38\x70\x24\x15\x26\x56\xd5\x02\xc0\xdb\xda\x21\x26\x2e\x2a\xc9\x3e\x25\x37\x66\x21\x39\xea\xce\xed\x96\x28\xb4\x84\x7e\xbe\x05\xd7\x87\xee\xb5\x61\xb2\xd4\xc6\x6a\x05\xe9\xfd\xea\x36\x4f\x6d\x59\xbf\xcb\x70\xdb\x9d\x88\xd7\x99\x06\x19\xe0\x7b\x94\x64\x37\x5a\x6a\xb8\x7e\x08\x6a\xbd\x18\x12\x2c\x37\x6e\x7d\xf4\x3b\x0d\x7f\x48\x86\xbe\xd3\xe4\x14\xe7\xbc\x16\x63\x8c\xb7\xbd\x76\x0e\x82\xc4\x2c\xe7\x60\x82\x63\x5a\x96\xb3\x42\xf8\x00\xdd\xe0\x52\x98\x08\xf3\x28\x88\x59\x77\xe3\xd8\xe3\x9c\x1d\xaa\x1d\x84\xf7\xdf\x12\xb9\x16\x37\x22\x35\x1e\xa4\x77\xc5\x96\x52\x3c\xa2\x6a\x2a\x67\x25\x2f\xdc\x57\x1d\x4e\x02\x8a\x51\xed\xaf\x78\x67\x87\xf7\x4a\xf7\xa3\x8a\x7b\x11\xc5\x2d\x12\xec\x31\xfa\xc6\x57\x17\xec\xdd\x88\xfd\x11\x7d\x54\xd0\xd7\x6d\x6a\xb1\xbc\xd3\x5b\x99\xb9\x8b\x46\xdc\xe4\xa2\xea\x28\x37\x96\x02\x46\xba\x0d\xb9\xf3\x73\xa9\x41\xd0\x0f\xb2\xa5\xbd\x48\xc9\xcf\xf7\x95\x99\x18\x4d\xa5\x99\x20\x64\xf4\x2e\x34\x72\xda\x14\xc5\x8a\x59\x81\x08\xe9\xe1\x58\xe5\x7d\x1f\xd7\xfd\x11\x96\xcf\x74\x0f\xb0\x76\xe6\x08\x7f\xf4\x9f\x6b\xfd\x6a\xc9\x66\x28\xce\x88\x4f\xf4\x32\xa3\xa7\x24\x8f\xb3\xf8\xc5\xfb\xa3\xad\x24\xd8\x1b\xd3\x39\xbd\x09\xa3\xe4\x50\x61\x30\x79\x99\x3d\x08\x8f\x2a\xbf\xaf\x79\x26\xc6\xa2\x96\x40\x9c\x5e\x10\x83\x58\x0a\x81\xa5\xf5\x3c\xee\x0d\x9b\xd9\xbe\x61\x25\x31\xf3\x02\xc4\x6e\x2b\xd3\x13\xfa\x41\x2e\x00\xd6\xc7\xe1\x1c\x74\x02\x08\x4b\x55\x0e\x4b\x31\xe3\xad\x10\x42\xd0\xbd\xd0\xd2\x82\x62\xbb\xd7\x82\xa8\x33\xb9\x58\x88\xdc\xd2\x43\xfb\xd1\x1e\x60\x4a\x29\x8b\x41\x8b\xb3\xc3\x10\x59\x05\xf3\x6f\x7b\x72\x1d\x31\x84\x2f\xb6\x9a\x11\x4d\x4b\x2d\x06\x9f\x1a\xaf\xfe\xb9\x0b\xea\x8c\x78\x41\xb8\x44\x88\x12\x51\x02\x42\x69\xd8\x0a\x77\xb7\xdd\x55\xc5\x4c\x0b\x2a\x30\x16\x75\x68\xdf\x9e\xaa\x3a\x93\x13\xab\xf8\xf3\xc2\x9b\x0b\x39\x86\x67\x62\x37\x23\x76\x2b\x4c\x3c\xfd\x42\x95\x33\x18\x1c\xe1\x1f\x89\xa7\x0a\x8d\x5c\x99\xbd\x21\x4d\x45\x10\x41\xaa\x66\x2b\xd5\xac\x49\xb8\xf9\xea\xad\x9b\xea\x8e\xc1\x9c\x46\x15\x02\x97\x69\xab\xa2\x14\xd4\xd8\xe8\xa5\xd7\x08\x76\xb8\xf3\xdd\xb5\x6a\x9c\xde\x56\x56\x33\x39\x8f\x02\x46\xfb\x66\x8e\x75\x4d\x49\x46\x98\x58\x0d\x4a\x3d\xc6\x15\x31\xc1\x2e\xa4\x9a\xd9\x1c\x1d\x02\xf0\x22\xe3\x59\xad\xb4\xf6\x35\x40\x1d\x74\xfd\x88\xdd\xb6\x0b\x56\xb6\xcb\x54\x02\xa7\x78\xe4\x2b\x57\x6c\x74\x22\x73\xa1\xa3\x5a\x37\x6e\x30\xcf\xb0\x11\x11\xa1\x69\x19\x89\xf0\x54\x5f\x2e\x45\x39\x56\xb9\xc6\x29\x7b\x8a\xca\xce\x8a\x82\xad\x5d\x39\x38\x92\x67\xd7\x17\xaf\x13\xdd\xb9\x6e\xd5\x7b\x1e\x9e\x42\x6a\x33\x5c\xf0\x6a\xf8\x20\x56\xba\x5b\x51\x78\x70\x64\xaf\xce\x8f\x25\x95\xc7\xb3\x33\x3c\xfa\x4b\xaa\x03\x1a\xee\x82\xaf\x89\x73\x89\x3d\x48\xed\x0f\xec\xe8\x48\xc2\xf4\xd1\x0d\x2e\x66\x6a\x40\x19\x48\x58\x68\x85\x22\x7f\x61\xb3\xb6\xb9\x9c\xf7\x54\x3b\xb5\x51\x35\x9f\x89\x53\x37\xae\x97\xef\xd8\x4f\xd0\xd3\xab\x7a\xe0\x06\xb5\xb0\x93\xfe\x93\xdd\xd9\x5d\xd3\x3d\x7c\x18\x77\x32\xe0\x3f\x78\x0a\x93\x8f\x13\x01\x67\xc9\x76\x21\x74\x2a\xf9\x38\x19\xbb\xb0\xbd\x98\xcb\x6e\x50\x06\xbb\x26\xe7\x27\xdb\x45\x64\x70\xcd\xf3\x35\xd7\x2e\xd9\x9a\xb6\x7c\x23\x12\xe9\x69\xdf\x14\xbf\x21\x19\xc3\xd7\x27\xda\x94\x8e\x81\x96\xaa\xc8\x91\xd6\x0f\x80\x35\xad\x32\x46\x2e\x3f\x1e\x7f\xb0\x22\xa5\x9d\x55\x01\xad\x78\x66\x1a\x5e\x40\x63\x81\x6d\xd1\x2e\x3a\x60\x82\xcc\x9f\xc5\xaa\x55\x5d\x16\x2e\x28\xc6\xf0\x39\x56\xee\x3c\xe9\xf6\xd0\x64\x21\xd9\xb7\x56\x05\xab\x0a\x5e\x26\x5d\x1d\x6b\xc0\x20\x12\x14\xe2\x9c\x70\x32\x5c\xd6\x80\x1f\xea\x73\xee\xfd\xb3\xea\x19\xbd\xc4\x4a\x17\x0a\xa5\x6d\xa7\x0c\x54\xcc\x6c\x47\x92\xea\x49\x22\xee\x6b\x8a\xb8\xde\x51\xdd\x55\x28\x09\xac\x4a\xca\x2e\xb6\x32\x5c\x1f\xb0\x74\xc1\x4b\x39\x05\x11\x34\x06\x55\xd7\x51\x7c\x04\x78\x13\x11\xcc\x5e\x4d\xd9\xdf\x30\xfa\xca\xca\x88\x56\x86\xfa\xdb\xeb\x6f\x05\x2f\x23\x3d\x76\x48\xb5\xbb\x5e\x31\x5a\x82\x6e\xdb\x3f\x92\xd1\xd9\xeb\x17\x95\xae\x11\x06\x08\xad\xd2\xb1\xda\x78\x49\xac\x3a\xd2\x8b\xda\xde\x4d\x4e\x09\x6e\xeb\xdf\x2e\xfc\x38\xb5\x50\x18\xdc\xba\x11\xc9\x9f\xd4\x7d\xdb\xd2\x72\x68\xc2\x89\x0c\xb1\x5a\x4e\xa3\x76\x55\xe1\x25\x2a\x76\x2b\x11\xcc\x65\x69\xf3\x4b\x2b\x5a\xed\x59\x87\xbe\x13\x00\xd5\x3b\xf9\x77\xae\xb4\x75\x2d\x32\x04\x24\xca\xac\xfc\x3f\x6d\x8a\xee\xab\x20\xaa\xe2\x06\x83\xdf\xe1\x3f\x23\x60\x85\xa8\x87\x62\xe5\x62\xd9\x92\xef\x6a\x9f\x8d\x86\x18\x16\xbf\xdf\x0b\xb4\xb6\x72\xe0\x19\x9b\x37\x0b\x5e\xb2\xdd\x6b\x07\x3e\xce\x57\xf1\x71\x71\x97\xa7\x55\x93\x31\x11\xc1\x43\x38\xb3\xd7\x6b\x23\x96\x7a\x4d\x9c\xc9\x09\x2e\xdc\xa3\x37\x44\xa1\xab\x0c\x9c\xc4\x9a\x8c\x4a\xa8\xd0\x04\xb7\x80\xaf\x78\x1f\x25\x44\xf8\xe0\x9c\x1a\x72\xab\xb9\x55\x5a\xb8\x66\xc1\xe7\xce\x96\x32\x33\x72\xa1\xe1\x68\x48\x8c\xce\x90\xb5\x37\x10\xb4\xb4\x60\xd4\xb2\xdb\x5a\x8d\x87\xdc\x98\x35\xbc\xe6\xa5\x11\x22\xe0\x7f\xc4\x96\xe8\x4e\x98\x90\x4f\x99\x0d\x7a\x96\x95\x00\x72\x91\x41\xc5\x33\x65\x59\x74\x84\xbb\x2a\x0a\x2d\x1e\xd1\x09\x38\x75\x9e\x49\x28\xd8\x3d\x11\x99\x5a\x08\xc6\x97\x5c\x16\xb0\x91\x5a\x29\x00\x33\x68\xf7\x0b\xa8\x06\xa1\xf3\x19\x4d\xd4\x3b\x40\x74\x6b\x54\xe8\x84\x21\x8f\xb1\xf7\x4f\x42\xc8\x13\x44\x72\x05\x90\x1c\xb4\x2a\x84\xd5\x1c\xb1\x33\x0c\x3c\xd3\x4d\x01\xf1\xe8\x7e\x9d\xbc\xc9\x6c\x0a\xa2\xa7\x41\x6d\xdf\x45\x2c\xbb\x88\xb6\xc8\xa8\x80\xe7\x6c\x33\xed\xa9\xe6\x5c\xa7\x0a\x2e\xda\xf7\xe7\x14\x8e\x0c\xd9\x7e\x14\x20\x26\x31\x60\xd9\xce\xcc\xd9\xea\x9b\x05\xc0\x10\xa8\x29\xc3\xf5\x75\x21\xe5\x78\xc6\xa5\xd1\xcc\xdf\x5e\xa4\x44\x91\x0f\x13\xee\xea\xc0\x79\x2f\xb5\x95\xf3\xca\xdc\x5f\x25\x44\x84\x0a\xf6\xcd\x28\xcc\x3a\x72\x01\x20\xdb\x82\x9e\xbc\xf3\x14\xf1\xa1\xf1\xfe\x45\xa2\x23\xa5\x94\xc2\x1b\x2e\xdb\x11\x2c\x2e\x76\x37\x2b\xa5\xb5\xb4\x07\x00\x27\x8e\x1e\x01\x80\x46\x1a\x0b\x08\xf1\xf9\x16\x61\x8a\x54\x0e\x14\x78\x02\x66\xe0\xcc\x92\xac\x00\xa6\x14\x39\x75\x9c\xb8\x69\x6f\x14\xa0\xf3\xd6\x04\x5a\xdd\x45\x3f\xa1\x38\x74\xdb\x27\xde\x39\x97\x77\x14\x72\x47\xa8\x04\x0c\x45\x77\x61\x82\x2f\x45\x14\xfb\x4b\xc1\x35\x7b\x14\x90\xc0\x8b\xcd\x74\x65\xcf\x48\xae\x1e\x4b\x4b\x4b\xc1\x48\x85\x1f\x02\xd8\x2b\xb8\xf1\x2e\x19\x0e\x59\x59\x06\xde\x3f\x00\xc9\xe2\xf6\x27\xbb\x5d\x37\x68\xdf\x4a\xcc\x7c\xa2\x1a\xac\xb9\xc5\x5d\xac\x62\x99\xaf\xb1\x8a\x03\x4b\x68\x4f\xeb\x6c\x4d\x6a\xa9\xdd\x1c\x08\x96\xc2\xef\x42\x30\x70\xc0\x42\x76\x96\x6d\x35\x45\x0e\x03\x80\xad\xb5\x0b\x75\x86\x9c\xae\x5b\xcb\xd9\x44\x2e\xf2\x6f\xc1\xaa\xd1\xb7\x9a\xe3\x24\x96\x22\x86\xf0\x96\xa5\xe3\x88\x38\x8d\x96\xab\x52\xf8\xa0\xed\xf7\x10\x79\xbd\x47\xc7\xb4\x28\xe9\xb9\xda\x95\x6c\x8f\x61\x8a\x4e\x68\x7f\x49\xa8\xa1\x90\x40\xad\xc4\x93\xf4\xc6\xc0\x52\x95\x43\x30\x91\x3a\x5d\xa8\x06\xf0\xe9\xa8\x3b\x3a\x8f\x78\x08\x47\xae\x9a\xeb\xb7\x90\x76\xa0\xd5\xc2\x5f\x37\xa7\x50\x89\xb8\x80\x13\x9e\x04\x5a\x00\x35\x81\x71\xe4\x03\x66\x56\x15\xa5\x2e\xe7\x8d\x70\xf9\x6a\x50\xfa\x0a\x20\xda\x00\x8f\x90\x38\x9f\x37\xe7\x83\xb4\x14\xc5\xff\xd8\xeb\xf4\xda\xe2\x00\xd2\xb0\x24\x3c\x69\xbe\x45\xa6\x7b\x41\xf1\xa4\xbe\x94\xe7\x3b\x4b\x53\x5a\x28\xf0\xd4\x1f\x0d\xfe\x4e\x2e\x50\xfb\x81\xb8\x52\xea\x9a\x01\x3a\xdb\xb7\x17\xb7\x3b\xa6\xd6\xb7\xc6\x29\x3a\x51\x20\x2e\xbd\x7d\x35\x76\x01\x53\x80\xb2\xe2\xe0\x05\xfc\x77\xb8\x41\x41\xef\x1d\x99\x96\x7d\xfc\xbb\x9a\x32\x28\xf3\x84\x49\x71\xcb\x6f\xe2\x04\x4a\xa9\xc9\xdd\x0e\xcb\x01\x39\x73\xe1\xd6\x87\xbe\x57\x2d\x04\x8b\x97\xa8\x9f\x57\xe3\x57\xce\x6e\xfb\x45\x69\x88\x33\x48\xf3\xc2\x3f\x37\xbc\xa0\x48\x36\x72\x71\xb2\xe3\x3f\x7f\xbc\x3d\xc1\x90\x03\x39\x85\x73\x6f\xb9\x57\xbf\xf2\x55\x48\xf4\x4e\xc6\x6d\x83\x6b\x7a\xac\xf2\x3f\x7f\xbc\xc5\x38\x07\x70\x53\x83\x12\xe6\x25\x92\x3f\x7f\xbc\xc5\x0f\x09\xfd\x5c\x54\x50\x0c\x86\xae\x55\xa5\x34\x2f\xf4\x29\xc6\x2b\xd0\x78\x86\xbf\xa8\x76\x75\xa4\xed\xb5\xac\xcf\xd8\xa4\x96\x62\x1a\x55\xb0\x7e\xae\xf8\x0b\xc4\x67\xc4\xc4\x68\x36\x62\x6f\x2e\xad\x28\x29\xf2\x37\x6b\x6a\x5c\xa3\x4e\x91\x88\x84\x79\x7f\xce\x00\x7b\x1d\x90\xde\x40\x5a\x90\xe8\x24\x0b\x4a\x9a\x8b\x2a\xe3\x9a\xf1\xcc\x12\xc3\x42\xe4\xb3\x36\xe3\x2e\x7c\x48\xa6\x6c\x95\x59\x70\x80\x72\x90\xda\x95\xa7\xb8\xf7\xb1\x3e\x69\xe5\xd5\xbf\x02\xb6\xfe\x8e\x66\xd1\xae\xce\xb2\xbd\xae\xfd\x86\x8a\x76\x3b\x96\x1e\xda\x02\x1e\x8f\x23\xb9\x01\x01\x76\x27\x93\x1f\x36\x45\x01\xf3\xb1\xe6\x55\x45\xc5\x6b\x62\x9b\x20\x16\x3b\xb0\xbb\xf5\xe0\x10\x2f\x23\x83\xba\x28\x33\x7b\xa0\x73\x61\xff\x93\x1f\x80\x97\x0f\xc0\xcb\xbf\x5f\xe0\xe5\x1d\xaa\xa1\xe1\xea\xbc\xd1\xbf\x5e\x45\x34\x3f\xa8\x17\x81\x40\xc1\xb0\xb1\x20\x1a\xd0\x73\x93\x2a\xb5\xf3\xa1\x65\x65\x52\x13\x30\x12\xe6\x91\xd5\xdf\x4b\x41\x40\xaa\x01\x0a\xd2\x65\x1d\xc2\x9e\xda\xbb\x94\x03\x53\x19\xc7\xc6\xc6\x58\x1c\xbe\x11\x3c\x1f\xaa\x12\x62\x17\x3e\xed\xc2\x59\xc1\x0c\xec\x55\xde\x4a\xb5\x4f\x44\x99\xb3\x43\xed\x5c\x3d\x2e\xc1\x05\x36\x81\x69\x85\x0d\x59\x4f\xce\xef\xc4\xa2\x2a\xb6\x63\x6d\xbb\x66\x91\xf7\x9c\x33\xe3\x7e\xb4\xe4\xdc\x07\x7c\x67\xaa\x92\xc2\x39\x70\x6a\xe1\x62\xc2\x77\xaa\x42\x7e\x20\xdd\x07\xd2\x7d\x20\xdd\xbf\x31\xe9\x36\x11\x49\xe8\xe8\x4a\x81\x0a\x84\x0b\x18\x50\x0f\x9d\x29\xd7\x19\x3f\xe9\x04\x90\x71\xda\x75\x3b\xfa\xfc\x28\xb1\x9b\x17\xa0\x0a\xee\x41\x8f\x5b\xef\x7d\x0a\xaa\xbc\x43\x59\xe4\xb8\x69\xaf\x3c\xb2\x7b\x78\x28\x93\xfc\x99\xd0\xe3\xed\x65\x92\xfd\x3d\x79\x25\x4f\xbe\x67\xf0\x87\xba\xc6\x87\xba\xc6\x9f\xac\xae\xb1\x3f\x65\xaf\x57\xdf\xb8\x45\x5c\x77\xa3\x81\x00\xf9\x9a\xb7\xc0\x79\x41\x81\xc0\x24\x7c\xa2\x2d\x60\xb9\x0c\xf0\x6f\x8e\x4f\x05\x71\x76\xab\x94\xfa\xaf\x22\x08\x68\x5a\xf9\x24\xda\x54\xd6\x2a\xcb\x98\x0b\x0d\x95\xbf\x26\x62\xce\x97\x52\xd5\x2d\x4d\xee\xb3\x56\xc2\xf6\x64\xf9\xaf\xcd\xea\x6b\xf3\xa8\xea\x27\x0c\xc9\xbb\x05\xc2\xba\xf9\xac\xf7\xdb\xc7\x21\x75\x9c\xb9\x16\xae\x2e\x8b\x8f\xe3\xdb\x22\x00\x60\xf3\xab\x8b\xbe\x0c\x30\xd5\xe9\x52\x47\xef\x6f\xa9\xc6\x51\x0b\x19\x03\x6a\xc4\x60\x1a\x39\x98\xba\x8d\xc2\x78\x58\xf6\xc1\x83\x0b\x77\x9b\x04\x08\x78\xd2\xe3\xd1\xab\x54\x41\xc8\x63\x39\xf3\x6a\xfd\xe5\xd3\x88\xdd\x1f\x89\x27\xf3\xf5\xfd\xd1\x80\xdd\x1f\x3d\x4d\x35\x64\x58\x2c\x3c\x98\x27\xb0\x1b\x42\x53\x82\x24\x0f\x6c\xdc\xad\x25\xb1\x2e\x33\xf8\x63\x59\x24\xf2\x4f\x7b\xa5\x3a\xd9\xb1\x6d\x7c\xfa\x58\x4b\x23\x4e\xd0\xda\x00\x45\x5a\x03\x52\xec\x54\xd5\x14\x9b\xe0\x1f\xba\x94\x76\x59\x32\xdc\xbc\x0f\x76\x55\x74\x3a\xdf\xc5\x6f\x46\x6f\x30\x3f\xd1\x13\x82\x6d\xb2\x73\xce\xed\x55\x00\xf4\xb7\xde\xee\xbf\xb0\x74\x14\x64\x9c\x9e\x2d\x95\xcc\xc7\x2a\xd7\x97\xa5\xa9\x57\xbb\xa1\xa2\xf3\x3d\x30\xd1\xb7\x9c\xcb\x2a\x86\x64\xef\x9d\x4d\x01\xc1\x29\xaa\x4c\x3b\x0e\xee\x3a\x6e\x02\x40\x1e\x30\xf5\x0a\xdd\x04\xae\x5e\x82\xa1\xc0\xab\xd7\x29\x99\xbb\x36\xa2\xe8\x8f\x5b\xe3\x89\xd0\x85\xb2\x7d\x90\x29\xdf\x63\x0b\xb6\x3e\x51\x36\x3e\xde\x8e\x7d\x13\x1f\x7d\xd7\x1b\x3c\x46\xc7\xe0\x30\x3a\x71\x7e\xe7\x67\x4e\x65\x0f\x32\xec\x07\xf5\x1a\x5e\x0d\x38\xe8\xb5\xc8\x6f\x3d\x78\xd8\x9d\xa8\x17\x9b\xce\xfa\x99\x4b\x40\xae\xdc\xbb\x31\xf2\x98\x11\xf5\xc2\xa7\x4c\x43\xd4\x04\x1c\x6d\x4a\x5e\xf6\x09\xcd\x8f\x02\x62\xae\xde\xb2\x63\x39\x12\x23\x26\xad\xbc\xc0\x59\xa9\x86\xaa\x3a\x19\xb1\x33\x66\xaf\xe6\x0e\x1f\x28\x95\xef\x9f\x3a\xd2\x18\xcf\xe4\xfb\xda\x72\xc7\x70\x1c\x20\xe6\x04\xe8\xfd\x5e\xe5\x81\xf0\x2c\xe1\x2f\x84\xa8\x28\x8f\x2f\x65\x87\x37\xe8\x41\x22\xf5\x41\x75\xf0\xc3\xfb\x9c\xc7\x18\xd4\x0a\xf6\xe8\x1f\x03\x37\xfc\xde\xa8\x7e\xc6\xe5\xed\x0e\xa3\x85\x93\xdc\x1e\x4f\xd9\xe9\xdd\x43\x37\xd6\x50\x7b\xed\xdd\xf0\xdd\xdb\xb7\x3b\x81\x82\xec\x78\x90\x7b\xb3\x59\x7b\x40\xd5\x64\xb3\x5c\x60\x1b\xb4\x6c\xb3\x73\xc1\x0b\x33\x67\xd9\x5c\x64\x0f\xae\x76\xb1\xab\x42\xc5\xf8\x8c\xcb\x52\x9b\xb8\xe0\x08\x98\xd5\x05\x86\x98\x88\x80\x51\x8d\x26\x85\x02\x6a\x13\xd4\x14\x34\x6a\x54\x88\x05\xac\xf9\x74\x2a\xb3\xed\x86\x5d\xf1\x94\x12\x25\x3f\x96\xe8\xcf\x55\x51\x8d\x73\x44\x20\x29\x0a\xf5\x08\xbc\x3f\x94\xc7\x08\xb0\xac\x97\x4f\x22\xf3\x7f\x6b\x97\x0f\xe0\xea\xe8\xf0\x87\xbd\xca\x95\xd8\xce\xce\x32\x17\xea\x4e\x41\x3a\x77\xf3\x5a\xe8\xb9\x2a\x12\xca\xf2\x07\x59\xca\x45\xb3\x80\x2c\x2e\x91\x35\x90\xe2\x48\x6f\x45\xe8\x67\xb0\x1f\xb8\xec\x11\xc8\xa3\x03\x77\x84\xa0\x40\x2b\x28\xdb\x19\xba\x90\xa6\x4e\xba\xde\x88\xb9\x2f\xf9\x14\xc8\x77\x3b\x02\xd2\x58\x21\xfb\x7b\x91\xb8\x11\x7f\xbc\xbb\x1b\x7f\x2f\x4c\x67\xed\x6c\xf3\x56\x21\x4f\x3c\x27\xfb\x2c\x22\x75\x1c\xd6\x91\xa0\x37\x2f\x44\xc1\x57\x6b\x93\x53\xaf\x7d\xdd\xf8\x7e\x12\x66\x3b\x92\xca\x45\x23\x93\xdb\xbe\x68\x83\x4a\x42\x90\x9f\xc7\x04\x7f\xdd\x80\xe4\x10\x88\x8c\xdf\xda\x11\x12\x68\x73\x56\xee\x1f\xd5\x23\x53\x53\x23\x4a\x76\x1c\x32\x50\x4f\x62\x98\x73\x7f\x88\x5a\x60\x25\xef\x42\x0e\xe7\xf3\x4f\x07\xc5\xc2\xed\x79\xc4\xe9\xad\xed\x67\x3c\x0a\x3e\x6f\x9d\x73\x3c\xfb\xed\x43\xfe\x6e\xe4\xd5\x82\x77\xd0\xaf\xdf\x58\xc8\x97\x47\x98\xd0\x17\x4c\xd5\x64\x15\x16\x9f\x4e\x48\x45\xe7\x63\x7c\x14\x5d\x06\x5e\x3a\x3a\x22\xcb\xa5\x2a\x96\x08\x5f\x74\x77\x3e\x06\xcc\xe8\x11\xfc\x6b\xae\xd4\x83\x0e\x91\xff\x4e\x75\xd9\xe3\xae\xf8\x2f\x87\xdb\x62\xe4\x42\xa8\xc6\xec\x7d\x51\xa2\x24\x05\xdc\x0c\xb9\x10\x9a\xa9\xc6\x74\x96\x99\x5e\x4b\xae\xe4\x6f\x7e\x5b\x76\xe4\x95\x11\x9d\x4e\x27\xf7\xb5\x48\x50\x3a\x4d\xae\xb3\xf2\xeb\xb9\x2d\x42\xc0\xef\xaa\x95\xdf\xc4\x0a\x78\xe5\xde\x76\x1a\x38\xea\xdf\x5b\x44\x30\x67\x32\xee\x89\x5d\x94\xed\xfe\x41\xe5\x09\xb9\xcb\xfe\x8a\xd5\x54\x09\x8a\x43\x45\x46\x2d\x28\xd6\x1a\x40\x5d\x46\x91\x06\x8e\xdb\xef\xc0\x2e\xde\xc2\x6d\x7b\xfb\xef\xff\xfe\xef\x23\x76\x21\x6b\x90\x46\x1c\x20\x98\x8b\x7e\xe5\x66\x0e\x54\xd6\x1e\x7c\x3e\x9d\xe2\x04\x1d\xac\x36\xe9\xb6\xe4\xb2\xc7\x22\x6d\x80\xa4\x0f\xe0\x8c\x85\x74\x70\x5f\x18\x97\xef\xcb\xaa\x43\x81\x5c\xe8\xcb\x5b\x0e\xd8\x02\x82\x8d\x0b\xf9\x20\x18\x95\xdd\x0d\xf1\xe1\x18\x34\xef\x82\x82\xb0\xb3\x85\x5f\x81\x76\xf9\xac\x8d\x04\x90\xd6\xba\xb7\x9c\x45\x2b\xa9\xd7\xed\xe4\x2b\x25\xd5\xe1\x61\x1a\xfb\x3e\x93\x45\xed\x93\x27\xbf\xf7\xe6\x9a\x73\xfb\xe7\x46\x4d\x56\x46\x3c\xeb\xd4\xd2\xbb\x64\xab\x81\xad\x29\xb8\x4b\x96\xb4\xf7\x1b\x42\xee\x42\x52\xa6\x6b\xef\xf2\x9f\x73\x85\x30\x17\x48\x0f\xa3\xba\xbc\x0b\x5e\xf2\x19\xc4\x42\x02\xf2\x33\x55\x99\xac\x05\xc0\xc5\xda\x43\xb3\xe5\x62\xd4\x62\x26\xb5\xa9\xed\x92\x93\x4d\xa3\x77\x45\x66\xe9\x8a\xbd\x58\xd1\x18\x6a\x61\x55\x6e\x4b\x39\xf0\x26\xfb\xa3\xe3\xaa\x88\x19\x87\x5d\xec\x65\x16\xda\x68\xf6\x69\x2f\x0f\x31\x49\x97\x17\x8e\xf8\xb0\x2e\x46\x25\xae\x5a\xdc\x26\xdb\x1b\x6a\x01\xf8\x55\x49\x0c\x0b\x9f\xb4\xad\x82\x04\x78\xa3\x6a\xb6\x68\x0a\x23\xab\x22\x0c\xd1\xbf\x10\xaa\xcf\x78\x28\x29\x1e\xf9\x84\x38\x56\x0a\xf8\x16\xf6\xb7\xe2\xb2\x66\xc7\xbe\x2f\xab\xe5\x4b\x92\xc3\xb4\xa8\x78\x1d\xb4\xad\x4c\x2d\x16\x5c\x9f\x38\x20\x04\xab\xa4\x72\x2a\x9b\x67\xdf\xe2\x05\x73\x73\x01\x01\xa0\x97\xd8\x1e\x23\x9f\x94\x3c\x85\xb2\x74\x07\xbf\xbb\xca\xd6\xb6\x67\xc4\xd9\xed\xec\x01\x51\xb2\xef\x78\xf6\x20\xca\x9c\xfd\xa8\xdd\x08\xf3\x55\xc9\x17\x14\xf9\x5e\xd5\x6a\x29\xc9\x7d\xd9\x39\xe2\x83\xc0\x34\xb5\x30\xbe\xbc\x76\xd1\xcc\x64\x99\x1a\x6e\x93\x2c\x9d\xfb\xa3\x46\x55\x6b\xd3\x99\xa4\xd2\x07\xb5\x5c\x66\xc2\xa1\x9b\x43\x6f\x89\xaf\xd0\x9d\x58\x63\x27\x6c\x39\xf5\xe0\x52\x47\xf5\x15\xac\xb4\x43\xd8\xba\x8e\x67\x74\x96\x6c\xb2\x42\x70\xc6\x97\x99\x11\x6f\xbe\xbb\x18\x8b\x5a\x4b\x6d\x44\x69\x9e\x45\x9c\x6e\x78\xae\x34\xfb\xae\x50\xd9\x03\xbb\x10\x10\x9e\xbd\x2b\x9d\xba\xf9\xee\xc2\xd3\xa8\x8d\xc4\x09\x80\x91\xf6\xa6\x4e\x0b\x55\x4a\xa3\x6a\x7b\x5e\x21\x52\x78\x0f\xeb\x79\xc7\x08\x4e\x9a\xaf\x23\x18\x76\x62\x2b\xd5\xb0\x47\x8e\x38\x5b\x30\xdf\x11\xbb\x93\xd5\xb7\xec\x32\xaa\x69\x9d\x32\xb9\x4b\xbd\x87\x49\x1d\x4a\x54\xe8\x6f\xfb\x86\x75\xfb\x8f\xd2\x3c\xd7\xc4\xfe\x42\x60\x8b\x2f\xea\x49\x32\x60\x1d\x17\x39\x69\xe2\xac\xe1\x90\x60\x11\x69\x84\x14\x4d\x0c\x81\x4a\x72\x68\xe7\x7b\xa2\xcf\x9d\xd6\x93\xfc\xf4\xe6\xf2\xec\xe2\xc3\xe5\x68\x91\x7f\x31\x57\x8f\x43\xa3\x86\x8d\x16\x43\x69\x92\x51\x55\x62\x05\xff\xec\x7b\xd2\xf1\x81\xc3\x19\x02\xb1\xc9\x28\xf6\x20\x56\x0c\x7e\xb7\x24\xee\xe6\xbb\x8b\x1f\x75\x8c\x42\x29\x35\x3b\x15\x26\x3b\xcd\x44\x35\x3f\xa5\xae\x3f\xe5\xe8\xfd\xa1\x4d\xd8\xf1\x32\x55\x14\x28\x65\xd8\x13\x79\x2e\xaa\x39\x73\xcd\x5f\x7f\x48\xeb\x2a\x12\x47\xd0\xec\x95\x52\xc5\xa6\xfd\xb6\xcf\x69\xbb\xa3\xe5\xac\x27\xe9\x13\xf8\x4a\x0b\xf8\x4c\xa1\x60\xab\x2f\x28\xc1\xfd\x5f\x7d\x16\x31\xaa\x1a\x94\x7f\xb9\xb1\xe2\x6b\x02\xc1\x11\x1f\x81\x7c\x14\x21\x00\xf2\xc6\xcc\x45\x69\x9c\xf7\x17\xbb\x68\x1f\xeb\xab\x29\xb2\x51\x28\x49\xb1\x14\x75\x0d\xd8\x47\xfe\x5c\xc7\x82\x97\x2c\x5e\x71\x82\x3b\x17\x7b\x76\x73\x0b\xd5\x69\xd2\xbc\x3a\x9c\x32\x28\x56\xdf\x3b\x65\x3c\x5f\xc8\xf2\xd3\x9d\xb3\x5d\x0b\x25\x77\xa6\xb3\x46\x39\xb8\xf9\xee\xe2\xc0\x7b\x0f\xbc\xf7\xc0\x7b\x0f\xbc\xf7\xc0\x7b\x0f\xbc\xf7\x37\xe2\xbd\xeb\xca\xc3\xfd\x9e\x19\x70\x72\x4e\xeb\xb8\x30\x2f\x67\xe2\x0c\x13\xa6\x29\xa8\x7a\x2d\x17\x6e\x37\x45\x43\x95\xb1\xbc\xb5\x99\x14\x32\x03\x76\xb3\xd5\x78\x66\xfb\x38\x1a\x1c\x41\x5c\xe0\x21\xb8\xfb\x53\x07\x77\xa7\x63\x42\x2f\xb8\xe1\x04\x13\x2f\x0d\x02\x99\x38\xef\xa6\xa4\x92\x7b\x51\x7a\xbe\x87\x06\xf0\xa0\x18\x62\x89\xb5\x59\xc4\xcc\x0a\x4b\x7d\x63\x4c\x64\xe2\x9e\xac\x8c\x38\x64\xfd\x1c\xb2\x7e\x9e\x13\xec\x8b\xb4\x22\x4d\x86\x10\xb9\x25\x58\x11\xa3\x98\xc3\x10\x1d\xe3\x0f\x07\x4a\xbe\x6f\xec\xf8\x52\x25\xd4\x37\x93\xd5\x17\x85\xd3\xde\x08\x2b\x2b\x03\x09\x0a\x05\x87\xb6\xa8\x3a\xfd\x17\xba\x21\xad\xed\xc2\xfe\xa0\xdf\xd4\xe1\xbd\xb8\xe0\xda\x21\xbf\xf1\x90\xdf\xf8\xcf\x48\xe9\xa8\x8e\xe0\x0f\x58\xe2\x11\x6e\x40\xfa\xe6\x40\xc5\x5c\x5f\xec\x65\x05\x7f\x93\xff\xd9\xab\xad\xc6\x15\x37\xe0\xae\x48\x5b\x7e\xac\x4f\x82\x4a\x9d\xbe\x5b\x64\x2f\xd0\x80\x07\xfb\x4f\x44\x76\xd7\xe7\x58\xb4\xa8\x80\xde\x27\xe9\x62\x0d\x75\xfa\x7c\xf3\x30\x92\x87\x09\x33\x33\xd6\x23\x09\x10\x78\x08\xa9\xfb\x8b\x5d\x70\x05\xd6\x2d\x4c\x1b\x6a\x60\x02\x78\xb1\x50\xa9\x9b\x1b\xf0\x82\x01\xa4\xd6\xa3\x2c\x73\x88\xdb\x82\x30\x9b\xdf\x39\xfc\x40\x7a\xc5\xf7\x03\x24\x58\xbf\x6b\xbb\x33\xe7\xd7\x46\x34\x48\x7e\x24\xa0\xe3\xec\x2b\x0a\xf8\x37\x3b\x59\x65\x11\xee\xf4\x1a\x72\xc5\x21\xba\x56\xd4\x00\x57\x08\xec\x61\x9b\xb2\x46\x30\xca\xb4\x95\x3d\x6d\xad\xe0\xda\xdc\xd5\xbc\xd4\x72\x43\xc2\x03\x30\x72\x6d\x10\x20\xc9\xc4\x60\x8c\xcc\xf8\x77\x5d\xc6\x9b\x2a\x3d\xda\x36\xa0\xbd\x41\x44\xcd\x27\xce\x82\xd8\x1f\x57\xd5\xce\x22\x8c\x7d\x5d\xee\x4e\x32\x29\xe1\x2e\xe0\x4e\xba\xa0\x45\xbf\x1e\x50\xb1\xd8\xae\xd4\xe6\xae\xb7\x10\x9f\x80\x86\x88\xbd\x0e\x5c\x14\xf3\x1d\xc0\xea\xbe\xe7\x85\x16\x03\x07\xcf\x97\xae\xe7\x92\xb4\x50\xdf\x91\x59\x7a\xcd\xe1\xda\x04\x2a\xfb\x6c\xf1\x7a\x53\x86\x44\xf2\x72\x6c\x4b\x4e\x5f\xfb\x12\x8a\x66\x6d\x73\x67\x7a\xa6\x87\xbc\xf5\xcf\x44\xce\xde\x92\xb7\xbe\x6e\xf7\x9e\x1f\x5c\x1a\xf5\x72\x1a\xf5\x1e\x7e\x7e\x85\x90\xbc\xb4\xba\x78\xc8\x93\x3f\xe4\xc9\x7f\x9a\x3c\xf9\xf4\x79\x7b\xa5\x8c\xf9\xf5\xd2\xd8\xbe\x24\x1a\x94\x0f\xb9\x46\xef\x78\xbe\xed\x63\x21\x4b\x2b\x19\xaf\x4f\x07\x71\xc1\xe9\x65\x2f\xda\xdd\x72\x6f\x0a\x20\x64\xa5\x78\x2c\x42\xc4\x5a\x94\xd7\x3f\x71\xa0\xf6\x8f\xd2\xcc\xad\xe4\xc0\x4b\x40\xf4\x6c\x15\xdd\x65\x59\xcd\xf5\x1c\xb0\x87\x6d\xa7\xd2\xf4\x13\x18\x3c\x30\x67\xdb\x27\xf4\x96\x1d\xc7\x70\xe5\xa9\x17\xac\x46\xab\x15\xe0\x84\x52\xe6\x14\x0c\xe8\x64\xb7\xb0\x64\x5a\xd7\xc4\xc2\xd0\x2e\x79\x5d\x27\x2c\x90\xd3\x00\xdd\xbb\xa3\xa8\x28\x29\x10\x0f\x4a\xec\x92\xda\x12\xa7\x46\xea\xb9\x8f\xfa\x16\x4f\x94\x85\x08\x48\xc3\x96\xff\xb4\x7c\xc8\xdd\x34\x8d\x4f\x46\xc7\xbf\x78\x9c\x73\x33\x94\x7a\xc8\x87\x5b\xe8\xfc\xc6\x98\x6e\xca\xa2\x4b\xb9\xd3\x28\x29\x11\xb1\x71\xf8\x44\x14\xec\x97\x46\xd4\x2b\x44\xca\xee\xe5\x27\x07\x34\x5d\xbf\xec\x19\x06\x00\x5c\x4d\x59\xdc\x19\xd9\x39\x70\xa3\x5b\x46\x0e\xe4\xf3\x60\x2b\x21\x72\xef\x50\xf8\xc7\x2d\x1c\x24\xb0\xa7\xb0\x07\xb1\xc2\x7c\x17\x2a\x52\x0a\x83\x89\x80\x7d\x65\xc9\x54\x9d\xe3\x46\x4e\x44\xb8\x72\x21\xfe\x3e\x7d\x23\x07\x4c\x4e\x43\x95\xdc\x30\x3a\x1a\x99\x2a\x3b\xa3\xd9\x73\x8b\xed\xea\x2d\xa5\x78\x84\xbd\x96\xe5\x6c\x68\xaf\xdd\x90\x12\x51\x4f\xf1\x23\xa7\x5f\xc0\x7f\x87\x6e\x77\x74\x82\x48\xf0\x1c\x45\x59\x5e\x8c\x5b\xe4\xa2\xef\x8f\xde\x01\x97\x8a\x2e\x08\x71\x5b\x58\xc9\xb6\xe2\xe6\x31\xfa\xbb\x58\x55\x72\xca\x64\xa9\x9b\xe9\x54\x66\xc0\x69\xdd\x8d\x22\x13\x96\x81\x8c\x07\xba\x5e\x86\x3f\x08\xd8\xda\x4c\x58\x82\x2f\xf0\x24\x71\xe6\x86\x71\x23\xa6\x9f\xf4\xc6\x54\x2a\x1f\x46\x60\x25\xbf\x36\xd0\xd5\x5e\x0c\x68\x6b\x69\xa8\x0d\xaf\xf5\x0c\xf1\xae\xa4\x52\x54\x22\x6a\x77\x6e\xd4\xce\x2a\x20\x5a\xdb\xd7\x1c\x1c\x31\xbf\x59\x4b\x8e\xef\x5a\x24\x38\x50\x7f\x7f\x64\x8e\x91\x0f\x01\xca\xb3\x83\x18\xef\x70\x3f\x07\x28\xbc\xf6\xf6\xee\x98\xcb\xb2\xa9\x02\xd5\x4d\x7b\xf5\x48\xf3\x08\xe3\x45\x23\x19\x16\x6b\xdc\xb4\x98\x6f\x74\x6b\xe5\x5f\xa5\x48\xcf\x16\x3b\xcd\x6b\x17\x9d\x82\x4a\xa6\x40\x6e\x45\xbe\xeb\xc6\x06\xce\x00\x88\x41\x44\x36\x5b\xd9\xe3\x85\x37\x88\x7b\xda\xe2\x28\xd1\x66\x8b\xe3\x6e\x9b\xeb\xac\x98\xdf\x8b\xd2\x95\x7f\xeb\xa7\x50\xf7\xda\xb0\x5a\x4c\x0b\x40\x03\x80\x5c\x88\xf0\x3b\x0d\x69\x8d\xa5\xf4\x99\x23\xc5\x5a\xa1\x70\xe0\x77\x5d\x58\xbc\x1d\xfe\xb6\xbc\xce\x45\xd8\x5d\x7a\xea\xce\x1f\xa7\x1f\x0f\xcf\xc9\x52\x9f\xb7\xd0\xf3\x12\xa5\x23\xdc\xb4\xb5\xc4\x1c\xb5\xd7\xf7\x52\x14\xf9\x6d\x24\x5c\xad\x27\xe3\x89\x17\x62\x02\x1e\x44\xf0\x50\x53\xe7\x38\xab\x9a\x01\x5b\x88\x85\xaa\x57\x27\x2e\xcf\x4f\xd6\xae\x5c\x1b\xcd\x78\x1b\x29\xa7\x04\xcb\x1e\x29\xf7\x5f\x4c\x17\x56\xf2\xd8\xea\x10\x58\xf4\xad\x83\xed\xcf\xe3\x3c\xa4\x01\x65\x2b\xf2\x02\x0b\x25\x94\x4b\xb6\xe4\x75\x3a\xf8\x43\x2e\xa5\x4e\x0a\xa0\xad\x64\xfb\xd6\xd4\xdc\x95\x14\x4f\x95\xd2\x70\x07\x69\x65\x06\x4e\x64\x03\xf9\xfb\xfe\xe8\xdd\xfd\xd1\x33\x54\xd5\x51\xbf\x88\x23\xdc\x14\xed\x43\x80\xbb\x7b\x88\x2b\xf0\x6d\x64\xbc\x50\x84\xea\xf1\x62\x43\xe3\xee\x15\x25\xdd\x51\xfa\x73\xa3\xd0\x6a\xb0\xed\xcc\x41\x43\xa6\x85\xd1\x8c\xcf\x66\xb5\x98\x59\x02\xfc\x0b\xfc\x58\x0b\x3b\x5c\x4c\xe2\x64\xa2\x84\x80\xc0\x1c\x8a\xaa\xf9\x52\xde\x07\xa7\xfd\xc1\x69\xff\x4f\x6d\x5d\xfb\x57\xf2\x93\x3b\x83\x08\xdc\xfe\xcf\x0d\x69\xb8\x45\xaf\x76\x74\x6f\xc7\x93\xa3\xa2\xb7\x9e\x8c\x21\x89\x83\xfa\x9b\x26\xc8\xe8\x8d\xe6\xb3\xcf\x0e\x64\xb9\x3d\xf5\x7d\xfd\xcc\xdd\x65\xdb\xce\x36\x5e\xdf\xaf\x1c\x75\xbe\xdd\xf1\xd5\x69\xdc\xc6\x65\x6e\xb3\x2d\x50\x9d\x0e\x6e\xae\xcf\x83\x33\xad\x71\x73\x5d\xd9\x9f\x37\x6d\x22\x99\xbd\xf6\x56\x19\x2a\x55\xc8\x6c\x15\x95\x6a\xb2\xbd\xe9\xd3\x57\x51\xb0\x63\x21\xea\xe0\xd3\x3a\xf8\xb4\x3e\x95\x4f\x2b\x3e\x67\xaf\xe6\xcb\xea\x52\xfc\x5d\xa9\xed\x5a\x81\x60\x8e\x7b\xb2\x20\xb0\x1c\xe2\xa1\xa0\xd5\xc1\x8b\xdb\xfd\x57\xb6\x87\xfe\xd7\xa1\x5f\xe7\x2c\x13\x26\x76\xca\xc4\x9f\xf4\x65\xf6\xac\xda\x11\x14\xbd\xd7\x27\x18\x5b\xed\xea\xaf\xa1\x44\x5a\xb1\x25\x53\x95\xb8\x5d\xeb\x75\x69\x3d\x8e\x00\x29\xdb\x41\x1f\x53\x59\x18\x4b\x2e\x00\xef\x07\x5e\xe9\xbb\x3f\xb0\x38\x21\x19\xf4\x6b\x9e\x3d\xa0\xe3\x83\x93\xf4\x33\x69\x8c\x55\x9f\x21\x69\x22\x67\x8d\xb6\xf4\xea\x36\xfe\xf8\x47\x48\xbc\xf4\x55\x2c\x27\xae\x56\x31\x60\x7f\xf8\xa2\xb0\x8e\xf9\xbc\x57\x35\x96\xe7\xf5\xea\x2f\x8c\x62\xc0\x26\xca\xcc\xdd\x10\xcf\xae\x2f\x58\x7b\x82\xc7\x72\x1a\xc1\xa6\xc8\x12\xfe\x38\x19\xe0\x3c\x26\x82\xa0\x3a\x77\xa9\x1c\x17\xd2\x94\x5b\x0b\xec\x56\x7c\x87\xc4\x41\xb7\xa8\xfb\x2d\x24\xb8\xb7\x00\xc2\xa7\x5d\x6b\x12\x57\x39\x81\x65\xba\xc9\x0a\xdc\xb3\x14\xec\x98\xca\xdc\x9a\xf2\x46\x5a\xf2\x4c\x6b\xc2\x2e\xee\x88\x5e\xf3\x16\x3d\xf1\xc2\x77\x7c\xbb\x01\xc3\xd2\x19\x52\x1b\x9d\xcc\xcb\xda\x85\x98\xfc\xb1\x4f\x4c\x92\xdf\xfb\xa7\xa3\x26\x8d\x16\x89\xe5\x00\x8c\x1e\xd9\xf6\xfd\xf8\x65\x36\xca\xf0\x02\x95\x9d\x60\x6c\xa7\x6b\x4b\xb9\x53\xde\xc4\x93\xda\x8f\x4f\x3a\xa3\x4f\x6e\x1b\xbb\x89\x6a\x8c\xee\x72\x9c\xe3\xf6\x1d\x97\x68\xa6\x16\x55\x63\x44\xba\x7e\xe9\xf6\x93\x8c\x47\x32\x15\x1a\x06\x47\xb5\xfd\xad\x05\x7f\x82\x10\x0f\x8e\x18\x02\x6a\xda\xfb\x3a\xd6\xc4\x7d\x7c\x46\x1a\x7b\x2b\x4d\xe7\x14\xd3\x05\x86\xd4\xfd\xd0\x77\x3f\xf4\x56\xe1\xdf\xe0\x98\x3b\x11\x37\x6d\x7a\x05\xe1\xb7\xb3\x5e\x14\x12\xb3\x69\xbd\x9c\x9e\x08\x14\xdc\xf7\x63\xe5\xf3\x85\x34\x86\xec\xd9\x11\xd2\x2f\x84\x2c\xc4\xe6\x65\xda\x29\x39\xf5\xd5\xeb\x5d\x6c\x48\xb1\x8a\xd9\x01\xc4\x07\x3f\x4a\xed\x8a\x43\x43\xb1\xf8\x85\xd3\x18\x87\xae\xd0\x1b\xb0\xd2\x7f\xbe\xdd\xfb\x64\x57\x9a\x90\x2f\x3e\x56\xde\x8d\xbb\xee\x32\xb7\x5b\x42\x64\x42\xe4\x85\xc4\xf0\x10\x5e\x55\x85\x0c\x61\x28\x7e\xbd\xb6\xdf\x63\xab\x6b\x24\xae\xb1\xfd\xd9\x9e\x09\x07\xd0\x01\xed\x28\x8e\x06\x21\x1c\xe1\x8b\xba\xf7\xc5\x74\xa8\xb6\x2a\x52\x8e\x07\x55\x10\x56\x99\x87\x01\xb1\xbf\x3c\xf7\x23\x1b\x62\xaa\x5b\x1f\x01\xc4\x8e\xe7\x7e\x64\x03\xbe\x5b\xeb\x23\x90\xba\xfe\xbc\x8f\xec\x83\xb2\x76\x9b\xf1\x42\x5c\x7d\xdc\x1f\x69\x6d\xe3\x8b\x6d\x14\xc1\xca\xb7\x61\xf4\x56\xaf\xce\x44\xd2\x7a\x35\xe3\x46\x3c\x82\x84\x88\x29\x32\x47\x31\xfe\xc1\xb3\x51\x5b\x02\x32\xcb\x27\x2a\x2d\x12\xa3\xb0\x44\xa8\x03\xf4\x34\x75\x26\xdc\x44\x93\x0e\x70\xf8\xb4\xab\x4c\x4f\x12\x8b\x5b\xc6\xb3\xf1\x15\xfb\x1e\x5f\x4e\x57\x78\xa8\x95\x41\x09\xff\x42\x2d\xb8\x5c\x93\xeb\x10\x83\x45\xb8\x9e\xc7\xfe\x4d\x86\xaf\xc6\xa9\x10\x40\x71\x21\x4b\x0a\x10\x60\x3e\xff\xc2\x28\x3b\xc1\x66\x44\x18\x87\x74\xc9\x22\xa8\x0c\xb7\x2e\x70\x2d\x41\x6e\x07\x1c\x59\x2d\x20\x0b\x64\x89\x2c\xab\x5e\x00\x1b\x0a\x95\xf8\x09\x7c\xc1\x61\x6b\x0c\xd8\x0f\x6a\x26\x4b\x77\x90\x40\x9b\xb4\xb3\xe3\xb2\xd8\x4b\xc5\xeb\x23\x51\x69\x5d\x5c\x96\x7c\x52\xa4\xc4\xe1\xf7\x05\x9f\xa1\xed\xc2\x36\x38\xcd\xa5\x86\x30\x9e\xdb\xdb\x1f\x18\xd9\x8f\xb2\x48\xb5\xa5\xe3\xe4\x3d\xc9\xb8\x45\xe9\x55\xc5\xed\x4f\x63\x0c\x5f\x61\x62\x8e\xd0\xbe\x28\x00\x26\x40\xc1\x2b\x24\x5b\x38\xa4\x63\x1f\x88\x7b\x37\x97\xd9\xc3\x38\x02\xd3\x54\xb5\xfd\xad\x8c\x7e\x6a\xdd\xa9\xee\xb3\x74\x2a\x0e\x7c\x72\xbc\x16\x95\xc6\x6d\xed\x2d\x8d\xcd\xb6\x4c\x16\xa1\x08\xb7\x89\xe5\x70\x27\xd2\xdf\x43\x5a\xb5\xf5\xa6\xb9\xa5\x20\xba\x03\xf1\xa2\xfe\x66\xc9\xd2\x0d\x2b\xf9\x0d\x5c\xb8\x74\x7c\x42\xfc\x1d\xbf\xc4\x5d\xc4\x4e\xd2\x74\xdc\xd4\x1d\xed\x23\x39\xae\x3f\x79\xa9\xdb\xb0\xd4\xcf\x2f\xc2\xb2\x23\xee\x18\x8d\x6c\x4f\x6e\x74\xe0\x41\x3b\xf1\xa0\xe4\x99\x3a\x30\xa1\x03\x13\x7a\x05\x48\xa6\x03\x27\x3a\x70\xa2\xdf\x07\x27\xda\x07\x80\xeb\xb6\xeb\xb6\x58\x5b\xe0\x0b\x2d\xfc\xa1\xa6\x55\x27\x16\xfd\xec\xfa\xc2\x2f\xbb\xcb\x6e\xe8\x42\xe0\xc0\x43\xdb\x4b\xee\x2d\x18\x71\x7f\xfb\x58\xd9\xc0\x00\x7f\x89\x7e\x8e\x74\xb4\xf7\x99\x77\x4d\xf7\x06\x1e\x99\xfe\x26\x2b\x7a\xdc\x31\x99\x6e\x34\xe7\xef\xe5\xb2\xc8\x9d\xc9\xd1\xad\x72\x64\x7a\xdc\xd3\x15\xb0\xb1\xab\x4d\x1b\xbc\xf1\xc5\xed\x9b\xbe\x65\xbb\xc8\x5d\xee\x8b\x9d\xd9\x23\x4e\x6a\xbc\x26\x47\xd2\xc0\x36\x80\x75\xb6\xf7\x06\xe3\x1e\xb8\x23\xd5\xee\x9d\x5a\x40\x94\x44\x38\x26\x78\xc9\x42\x2a\xd0\xb6\xa8\x10\x78\x09\xae\xec\xe0\xc8\x75\xdd\x97\x65\xfc\x93\xcd\x40\xaf\xd0\xd9\x1b\x8d\xa3\xb2\x3b\x3c\x97\x50\x3d\x81\x3b\x4f\x84\x73\x91\xfd\xc4\x0b\x99\xfb\xa9\xa0\x19\xea\xaa\x1c\xb0\x6b\x65\xec\x7f\x2e\x9f\xa4\x36\x7a\xc0\x2e\x94\xd0\xd7\xca\xc0\x9f\x69\xaa\xe6\x47\xbf\x9d\xb0\xc1\xea\x78\x84\x18\xbf\xf4\xc1\x96\x92\xa6\x69\x30\xe2\xc4\x36\x97\x04\xc3\x66\x2f\x4b\x14\xf5\xa0\x89\xd7\x8a\xb0\x51\x52\xb3\xab\xd2\xf2\x0c\x9a\x1d\x84\xd0\x60\x9e\x16\x76\xe1\x3c\x7c\xa5\x2a\x87\x90\x6c\x95\xec\x03\x17\xc5\xf6\x13\x2f\xcb\x86\xee\xa8\x2b\x48\x37\xc2\x27\x14\x20\xcf\x33\x91\xb3\xbc\xc1\x92\x0c\x8c\x72\x1d\x64\xc6\x20\xd5\x81\x41\x06\xc4\xcb\x3c\x73\x1b\x4c\x4c\x20\xc0\x6c\x94\xde\x51\xc4\x99\xab\x22\xd7\x4e\xde\x01\x58\x15\x60\x1c\x0e\x0d\x03\x90\x0b\x99\xdd\x63\xf4\xe1\x4c\x56\xf6\x16\x38\x10\x5e\x5c\x0d\xe2\x26\x80\x9d\x37\x95\xa2\xc8\xfd\xca\x14\x50\x2c\x61\xce\x4b\xf6\x81\x3f\xe1\x07\x6f\xe5\xdf\x05\xf6\x72\x40\xe0\xfa\x9c\x40\x0f\x3d\x51\x8c\xc4\x5f\x8c\x86\xb9\xe4\xd9\x1c\x90\x79\x61\x57\x21\x97\x16\x79\x17\x2f\xaa\x39\x2f\x9b\x85\xa8\x65\xc6\xb2\x39\xaf\x79\x66\x44\xad\x07\xec\xcd\xf0\xcd\x80\xbd\xf9\xeb\x1b\x7b\x87\xde\x8c\xde\xe0\xf9\xd1\xa2\x96\xbc\x80\xa5\x80\xaa\x69\x9e\x21\x87\x93\x87\xc0\x8b\x5c\x8b\x6f\xbe\x66\xa2\xcc\x54\x0e\x9a\x46\x0d\x19\xc0\xbd\x20\x27\x5e\x4f\xa4\xa9\x79\xbd\x62\xc7\x14\x19\xb0\x82\x8b\x8d\x2f\x9c\x60\x8f\x18\x20\x65\xd5\x09\x2b\x38\xa2\xb7\x06\xc4\x1f\xb7\xf4\x46\xa9\x42\x8f\xa4\x30\xd3\x91\xaa\x67\xa7\x73\xb3\x28\x4e\xeb\x69\xf6\xf5\x37\x5f\xff\xef\x2f\x34\x4a\x7b\xc3\xaf\x9f\x9d\x09\xd9\x83\x7b\x3c\x84\x76\x1d\x02\xaa\x9f\x13\x50\x0d\x33\xbe\x48\xce\x34\x3c\x43\x6f\xac\xab\x09\xb4\xc2\x22\xa9\xe5\x70\x22\x4b\x0e\x25\x83\xa2\x8b\x56\xba\x63\x06\xc5\x23\xd9\x15\xc8\x49\x1e\x8d\x18\x4a\x09\x81\x52\x8e\x55\x8f\x70\x82\x12\xd2\x67\x17\xc2\xcc\x55\x3e\x62\x67\x45\x3f\x1b\xda\x4a\x17\xc0\xdb\xec\x15\x23\x4a\x99\x07\xae\x60\x75\x4c\xdb\xe9\x00\x72\x70\xed\x3f\x81\x31\x96\x2b\x26\x9e\x30\xe9\x3d\xb0\x76\xc4\x3d\x16\x4b\xe1\x13\x8c\x1e\xe7\x02\xa1\x88\x60\xd8\xee\x24\x9f\x8d\xaf\xf6\x09\x18\x48\x24\x2a\x27\x6d\x47\x10\xcd\x00\x56\x8a\x4c\x16\x12\x00\xa4\xaa\x5a\xcd\x6a\xbe\xb0\x8a\x7e\xc6\xe6\xbc\xcc\xa1\xb8\x2f\x02\x1f\x78\x62\xf9\xab\x22\x68\x22\x43\xbd\x2c\x97\x3b\x98\xea\xda\x4d\x49\x2a\x03\xd7\x17\x8e\xde\x28\x56\x11\x46\x1a\x51\x88\xa5\xac\x55\x09\x22\xf4\x92\xd7\x92\x4f\x0a\xaa\x32\x37\xba\x2f\xef\xcb\x3b\xf2\x86\x81\x3c\x4a\x94\xdc\xf0\x7a\x26\x0c\x75\xf8\x46\xc7\xf2\x00\x18\x3b\x3c\x81\x82\xd6\x0f\x62\x35\x44\x1a\x57\x71\x59\x43\xa1\xa9\xe4\x37\xb7\x4b\x09\x65\x52\x2c\xbd\x8e\x44\x52\xb2\xef\x98\x57\xce\x9b\x87\x90\x95\xd3\x2f\xe0\x3f\x29\xea\xe4\xd2\xd1\xd6\xa5\x99\xad\x5a\xb6\x11\xda\x08\x27\x3a\x91\x87\x3e\x61\x79\xd9\x5f\x0c\xfc\x93\x58\xed\xa2\x46\xf7\x1a\x47\xc7\xc4\xf2\x7f\x10\x0c\xb1\xd1\x36\x6d\xe7\x41\xac\xfa\xca\x0d\x24\x03\xa7\xd4\x07\xea\x3c\x12\x07\x7c\x2a\x1b\xdc\xf4\x11\x6b\xd7\x43\x94\xb9\x6b\xf7\x20\xd2\xe6\xcf\x7f\xae\x33\x01\xe0\x27\x3a\xc8\x60\xaf\x7c\x3c\xb6\xa5\x48\x84\x56\xed\xb0\xfa\xdd\x8e\xc2\x21\x1d\xe2\x73\x4b\x87\xa0\xbb\xf3\xdc\x3c\x88\x76\xf4\x0f\x76\xf6\x1a\x06\x29\xec\xe8\x20\x22\x1f\xb2\x1f\x3e\x4d\xf6\xc3\xad\x3b\xa9\xaf\x92\xf6\x80\xbd\x45\x85\x5e\x37\x99\x2a\x73\x5e\xa1\xdd\x0e\x6f\x1e\x08\xc7\xfd\xea\xc3\xcf\x96\xac\x26\x82\x05\x5b\xb6\x2c\x53\x85\x8d\xb9\xa6\x22\xc3\x18\x75\x4f\x12\x58\xca\x76\x43\x48\xcf\x50\xe1\x17\xd8\xd8\x88\x5d\x2b\xe3\x2d\x7a\xe8\xdb\x42\x50\xf9\x8c\x17\xce\xea\x08\xf3\x6a\xf9\x08\x3c\xb4\x17\x66\x76\xa0\xd3\x66\xa1\xf2\x1d\x02\xae\xd7\x91\xb2\x56\xe9\xa4\x01\x46\x55\xb7\xe5\xc8\xc4\x7c\xda\xfc\x3e\x13\xb9\xe3\xaa\x61\xe9\xdc\x5a\x79\xa5\x25\x2c\x1a\xba\x88\xd9\xe3\x5c\x69\x32\x73\x52\x8c\xb3\x65\xc6\x96\x25\xd0\x5e\xb9\x9f\x29\xa0\xf2\x6a\xda\x8d\xcd\xb7\x97\x4c\xe4\xb8\xe8\x1b\xbe\x1c\x12\x13\x2a\x6e\xe6\x7a\x40\x60\x5f\xbd\xb7\x89\xe4\xd0\xb6\xc3\x07\x51\x48\x93\x71\x4d\x58\xc4\x61\xf3\xbe\x48\x94\xbe\x9d\xf3\x07\x56\x61\x10\xcf\x57\x0b\xd3\x54\xd8\xbf\xa8\x6b\x55\xdb\x0f\x0b\xed\xf0\xd1\x16\xbc\x7e\x10\xb9\x07\x59\x18\xb1\xb1\x1d\xa1\x97\x48\xd0\x16\xbd\x14\x9e\x51\xda\x6f\x92\x55\x09\x3e\xf2\x66\x34\x7a\x83\x95\x9e\xac\x64\x69\x78\x4d\x95\xa6\xed\xef\xaf\xe1\xd1\xf8\x93\x58\xdd\x29\x3b\x26\xe0\x21\x07\x09\x70\x1b\x3d\x0c\xeb\xb5\x91\xc4\x05\x37\xdd\x56\x11\xd1\x37\x6d\x87\x81\xd0\x1c\xfc\x53\x50\xef\xe7\xa0\xf0\xa9\x66\x36\x8f\x1d\xe8\x96\x9c\xd4\xc2\xd4\x52\x2c\x45\xa0\x96\x60\x23\xd8\x1d\x03\x62\xc3\xd6\x4b\xcd\x9a\x52\xfe\xd2\x08\x57\x30\x9d\x87\x7e\xf1\xdb\x6e\x06\x9e\xa8\xf9\xd8\xe0\x75\x7a\x06\x0e\x2a\xf9\x3d\xec\xb7\x8d\x0d\xcf\x33\xff\x71\xbc\x9e\x91\xda\x03\x04\xc6\x6d\x30\x0e\xf4\xa5\xa1\xa6\xd0\xf1\xae\x11\x3d\x9e\x51\xdd\xb6\x18\xd5\xab\xb3\xa7\xd7\x60\x4a\xb7\x31\xcf\x79\xb5\xa2\x85\x7b\x14\xf4\xff\x48\x17\xf9\xdb\xa8\xb0\xfd\xab\x95\xf6\x8f\xc1\x2c\xbf\xf9\xfa\xeb\x7f\x8d\x62\xff\x07\xbe\x7f\xe0\xfb\x2f\xe5\xfb\x2f\x64\xaf\x7a\x07\xfe\xea\xa2\xca\xd2\xfe\xf0\x58\xc4\x08\x1c\xcc\x20\xe6\xdc\x1b\xdd\xe6\x37\xcd\x1a\x05\x71\x9f\x12\xa0\x5d\x0d\x7c\xcf\x88\x9c\x5d\xc4\x80\xa6\x96\x66\x75\x6e\x4f\xfc\xd3\x36\x4b\x51\xdc\x34\x38\x97\xe1\xd7\x4e\x71\xa6\x16\xb4\x67\x94\x0a\x13\xa5\x3f\x8d\xd8\xad\x5a\x08\xbc\xd0\xe8\x5e\x88\x0e\x33\x64\xf9\x76\xbf\x68\x0f\xe1\x58\xe5\x9d\x9f\x47\x8c\xfd\x3c\x17\xf4\x8a\xed\x46\x8b\xb6\x43\x5f\x96\xbd\x9e\x0c\x7f\x10\x11\x6e\xe8\x0e\xde\xea\xa2\x50\x8f\xe3\x5a\x2e\x65\x21\x66\xe2\x52\x67\xbc\x58\x83\x03\x78\xb6\xa6\xa5\x43\xd2\x0b\x41\x73\xa0\xc9\x65\xf6\x2e\x5a\xe2\x3a\xb3\x57\x6a\xa1\x60\x19\xe8\x65\x72\xaf\xdb\xd3\x5b\x71\x48\xba\xa4\x17\x88\xe6\xdb\x43\xcb\x72\xe0\x1d\xe8\xc8\xc1\xfe\x25\x9e\xcf\x52\xfd\xb5\x14\x8f\x7f\xb5\xbd\x69\x36\x2d\xf8\xcc\xef\x07\xc4\x91\x94\xed\xac\x97\xd0\xf5\xda\x09\x58\x6a\x58\x37\x82\xf1\xe2\x91\xaf\x34\xfa\x6c\xda\x7d\x48\xfd\x2d\x7b\x77\xc2\xea\x06\x90\x97\x7d\x1f\x39\xfb\xf2\x04\x64\xc2\xf3\xb3\xf1\x5f\x6f\xff\xef\xed\x5f\xcf\x2e\x3e\x5c\x5d\x27\x2f\x5f\xc6\x2b\x3e\x91\x85\x0c\x4c\xba\x6b\x4f\x8e\x5b\xc0\x89\xca\xf3\xd3\xbc\x56\x15\xf9\x90\x9a\x12\x8a\xf9\xf9\x31\x75\x0a\x8a\xc6\xfa\x2a\x85\xd3\xb4\x3a\x9c\xd5\x3c\x0e\x1a\x8b\xb0\xf2\x9a\x12\xaa\xcd\xec\x11\xd0\x79\x1e\xcf\x05\xc2\x76\xdd\x7a\x24\x22\x80\x9a\x32\x5e\xc7\x32\x1c\x82\x1c\xf5\x6a\x36\xc6\xfd\xc1\xf3\x1c\x3d\x0d\x33\xc5\xa2\x4f\x1a\xcc\x65\xbc\x28\x56\x4c\xfc\xd2\xc8\x25\x2f\x04\x56\x4f\xae\x95\xf2\xdb\x3e\x57\xda\xa4\x2a\xad\x26\xf7\xc4\x9e\x0c\x08\xc3\xed\x0f\xdb\x3f\x62\xb9\x28\x95\x8b\xa1\x32\x54\x34\xc3\x3e\x75\x45\xaa\x51\x76\x8a\xa2\x8d\xfd\xf6\xdc\x45\x5b\x22\xb5\x1b\xd4\xd8\xf7\x8c\xfc\xae\xd1\x3e\x4b\xb6\xb3\x25\x21\x85\x72\x0a\xe1\x61\x3c\x07\xbf\x26\xb0\x5a\xe2\x5b\xfa\xc1\xf1\x5e\xba\x39\x64\xc3\xa6\xba\x57\xee\x53\x90\x98\x36\x15\xdc\x34\xb5\xc0\x1b\x83\xa9\x7c\x18\x5d\x9b\x0e\x41\x75\x01\xd1\x37\x4a\x99\x10\x94\xde\x5f\xa9\x9f\x3d\x63\x92\x31\x04\xe3\x1c\xc4\x91\xda\x15\x2a\xc2\x4d\x0a\x81\xeb\xad\x88\xd8\x0d\x5b\x54\x37\xe5\x19\x0a\x6e\xe9\x4b\xf3\xfd\xd5\x05\x1c\x81\xa6\x24\xfb\xa7\xa9\x57\x68\x01\x0d\x85\x53\xba\x74\xe0\x47\xbb\xe2\x9d\x35\xa6\x0a\xd7\xc2\x4a\xba\x7c\x85\x58\x12\x44\x50\x64\x99\xa6\xcd\x56\x6a\x12\xfb\xd2\xf4\x88\x7e\xb7\xe1\x1c\x52\x84\x5c\xa7\x29\xf9\x46\x98\x54\xbb\x5e\xd7\xaa\xb4\xbb\xb6\x29\xbe\xd9\x47\xba\x85\xf5\x01\x11\x82\x28\x1c\x07\x1f\x3c\xec\x59\xe3\xca\xfe\x1a\x28\x38\x63\xdf\xf9\x53\x33\x11\x85\x93\x49\xc1\xb3\xe5\x1c\xb0\x58\xa0\x9b\x1b\xbf\xbc\x10\xc2\x1d\x0a\x9a\x4b\xc3\x72\x25\x50\xc2\xa3\x4f\xfd\x78\x75\xc1\xde\xb2\x63\xfb\x2d\x04\xe8\x9c\x72\x09\x06\x3a\x14\xba\x3a\x74\x78\xea\xba\x80\x21\xc1\x8e\x59\x39\x68\x8a\x65\x70\x4a\xc5\x74\x93\xcd\xdd\x98\x7c\xc4\xba\x95\x3d\x45\x6d\x57\x0b\xb2\xbe\x3f\xf7\x0d\xee\x9e\xff\x1f\xd7\xd6\x2e\xfe\xf1\x19\xc7\x3f\x26\x8e\x90\x1e\xd0\x1a\x26\xee\xa0\xb3\xab\xf7\x0b\xbf\x7f\xee\x6b\xb7\xe9\x72\x68\xd1\xcd\x83\x4e\x04\xd6\x93\xc2\x9d\xb9\x4f\x6d\xcc\x79\x76\xa7\xb0\xad\x3d\xf5\x29\x39\x9c\x42\x57\x83\xd7\xd2\x45\x5e\xe6\x6a\xd1\xfb\x98\x47\xdd\x88\x3e\xf0\x19\x2f\xf9\xce\x4e\xb2\x76\xfe\xf9\x3f\x06\x47\x58\xe9\x4e\x6f\xdc\x89\x9f\xb1\x8d\x2f\x10\xe2\xec\x02\xba\x25\x76\x17\x45\x8b\xe7\xa6\xb6\xc3\x59\x08\xbc\x97\xac\xbf\x0c\x9e\x4c\x34\x9a\x60\x0e\x3e\xd3\xa5\xa4\x45\xe9\x74\xe9\x57\x76\x47\xed\xa9\x25\xc0\xed\x02\x19\x90\x6c\xb3\x79\x2c\x6b\xf5\x32\x17\x50\xb9\xa3\x89\xb6\xd7\x1c\xbd\xa9\xc1\xe6\x09\x51\x17\x3e\x4a\x93\x1c\xe8\x87\x28\xdd\x03\xe4\xee\xef\xd7\xfd\x5d\xc7\x57\x23\x55\x71\x30\x3a\xfb\xfe\xa8\x39\x83\x0d\x09\xd8\x7b\x10\x95\x5e\x6e\xde\x8e\x64\x64\xd7\x8c\x28\x51\x2f\xe5\xd6\x6b\x6e\x9b\xe0\x49\x41\xc8\x29\x3e\xd1\xa6\xe6\x1e\x73\x4c\xab\xa9\x79\x44\x23\x08\x36\x3d\x06\x66\xf9\xc4\x17\x55\x21\x06\x6c\xb1\xd2\xbf\x14\x27\x2e\xce\x9b\x62\x1c\x2d\xbb\x2d\x18\x18\xd8\xe3\xd6\xec\xab\xaf\xde\x7e\x13\x95\x03\xae\x6a\xf5\xb4\x42\x93\x67\xa9\x99\x2a\x83\x89\xb8\x9d\x81\x93\x0b\x23\xea\x05\x90\x03\x54\xdd\xa0\x7e\x03\xb2\xf6\x52\x3f\x8a\x3a\x9c\x31\x0a\x18\xac\xc1\x53\xe4\xbf\x71\xa0\x4a\x07\xaa\xf4\x3b\xa6\x4a\xff\x32\x71\xeb\xbb\x01\x81\xc7\x35\xb1\xb9\x23\x4b\x9f\x1b\x2a\x36\x11\xd6\x6d\x50\xe0\x1f\x76\xa9\x6d\xed\xa7\xf8\xbb\xae\x4b\xed\x56\x64\x3f\x84\xf0\x78\x1d\x37\x31\xb9\xd7\x46\x05\xa7\x6e\xcf\xb2\xcc\xd9\x29\xb7\xb0\x50\x6a\xc9\x26\xf6\x16\x33\xa3\x66\x60\x9d\xfb\x96\xfd\x81\x18\xeb\x80\x35\x65\x2e\x6a\x6d\x94\x82\xed\x6b\x34\x24\x3f\x59\x3a\x5e\x89\x7a\xce\x2b\x70\xfb\x56\xa2\x96\xd5\x5c\xd4\xbc\xa0\xbd\xd5\x58\xcd\x90\x97\x14\x44\x65\x56\xd0\x63\x55\xcb\x32\x93\x15\x27\xe4\x29\xf2\xa5\xf2\xc6\xcc\x31\xd2\xca\x9e\x11\xc8\x4c\x6d\xcc\x5c\xd5\xc0\x15\xfe\x10\xf2\x3d\xd1\x07\x94\x2a\xd9\x76\xe0\x8a\x9f\x94\x2b\xf2\xc6\x28\x30\x5f\xb7\x0f\xcd\x9d\x7a\x10\xa9\x25\xde\xd0\xda\x55\xd5\x8e\x20\x13\x40\x2a\x72\xee\x0a\x08\x81\x00\x9f\x3e\x4a\x6d\x9c\x8e\x27\xad\x30\xd4\xbd\xe2\x25\x00\x83\x18\xe8\x0f\x86\xc6\x21\x4a\xaf\x58\xa1\x8d\xdd\xf2\xc1\x73\xf2\xd2\x2f\x45\x5d\xcb\x3c\xb7\x0d\x8d\x73\x4f\x22\x60\x5c\xda\x7e\x06\xe6\xac\x71\x53\x14\xb7\x74\xd6\xfa\x36\xd1\x4e\x8b\x76\xd4\x71\x1b\x64\x43\xbb\x26\x24\x69\xf3\x85\xe8\x79\x46\xe1\x9e\x54\x4d\x51\xb8\x34\x21\x18\x02\x3a\x37\x7c\xbd\xaf\x48\x82\xb7\xab\xd3\x5e\xd8\x11\xeb\x8d\x09\x4a\x04\x82\x60\x4b\xc9\x05\xcc\x3d\x99\x88\x8c\xdb\xaf\xba\xbf\xe9\x0a\xd2\xc2\x45\x4e\xdc\x01\x00\x19\x27\x7b\x06\x03\x3d\xcf\x32\x44\x38\x26\x9a\xfe\x80\x46\xde\xe7\x04\x5a\x93\x35\xe6\x14\x67\x7e\xfa\x45\x48\xed\x1a\xc2\x4f\x76\x75\x68\x29\x87\xaa\x1c\xf2\x61\xa5\xf2\x57\x70\xa9\xa7\x71\x46\x0e\x42\xe0\x41\x08\x7c\x8e\x10\xb8\x8e\x5e\x44\x64\xc2\x45\xca\x44\xbc\xcc\x61\xcb\x92\xdd\xb8\xa1\x0b\xd5\xa2\x89\x2e\x6e\x2c\x71\xf1\x3f\x8f\xa4\x86\x04\x56\xcf\x96\x5a\x89\x25\x42\x44\xec\x54\x2b\xf1\x25\x98\x2b\x49\x19\x69\x53\xa3\x57\x14\xbe\xb6\x27\x1c\x75\x5b\x77\x13\x8f\x5a\x02\x1a\x45\xde\x1e\xf2\x90\x3e\x0b\x89\x68\x4d\x10\xdf\x0f\xc9\xbd\xdb\x39\xfb\xc8\x70\xfd\x10\x6e\xa9\xb0\x7c\x2e\xc2\x17\x0e\xbf\x93\x74\x34\x24\xe9\xe8\x35\xaa\xb3\x74\x14\x87\x03\x1b\x3c\x24\x28\x7d\xaa\x04\xa5\xd6\x41\x7b\xb5\x44\xa5\x9e\xaa\xb1\x5b\xd6\xd2\xc6\x17\x3b\x40\x8f\x3e\xa0\xb5\xab\x9d\xa0\x2a\x42\x01\xe4\x18\x58\x53\x85\x4e\x48\xc4\x6e\x28\xdb\x5e\x96\xda\x92\x44\xbe\xa6\x17\x1f\x2c\xeb\x64\x00\x70\x08\x47\x10\x8e\x56\x5f\xb0\x12\x3c\x9f\x71\x59\x6a\x63\x75\x21\xcd\x8e\xff\xe4\xa9\x09\x28\x47\x78\xaf\x98\xaa\x03\x46\xfa\xc9\xb6\x1c\xd6\x0a\xc2\x23\x7b\xac\xa3\xc9\x65\xda\xb5\x70\x46\x4f\x9c\x68\x63\x69\x78\x09\xc8\x0a\xee\x81\x0b\x9d\xb7\x13\x1b\xb1\x33\xcb\x06\x64\x05\x77\x18\x6c\x60\x38\x61\x88\x23\x41\x2b\xc1\x74\xc5\xa4\xd1\xa2\x98\x62\xec\xac\xb7\x1e\x4c\x65\x37\xec\x00\xb0\x51\x52\x9f\x19\x04\xf4\x42\x00\x86\x27\x46\x44\x7c\x24\x1a\xcd\x5d\xdc\x43\xde\x89\x8c\x8b\x3e\x4b\x9d\xdb\xd3\x08\x6b\x9a\x0c\x7e\x12\x4f\x95\x44\xa9\x8a\xaa\x69\xf7\x57\xeb\xb2\xdb\xc4\x2d\x1b\x91\x31\x04\x51\xf2\x3c\x15\x42\x52\xa4\x59\x75\x8c\x69\xed\xc3\x32\x62\x67\x3a\xcc\x89\xf1\xaa\xaa\x15\x87\xb2\x28\x61\x40\x83\x58\x3b\x73\xb1\xd0\x55\xd1\xcc\x24\x05\xbb\xc0\x3b\x46\x2e\x05\x44\x5d\x19\x17\x9a\xb3\xe6\x83\x77\x51\x67\xf0\x3a\x85\xdd\xd4\x80\xc4\x01\xd1\x75\xbe\x0b\x3a\xd0\xd3\xf8\x0f\xcd\x54\x91\x03\x99\xe7\x25\xfb\xdf\x6f\x59\x25\xea\x8c\x0e\x04\xa4\x16\x50\x10\x50\x21\x97\x02\x02\x96\xd7\xbf\xfc\xe5\xd7\x6c\xae\x9a\x5a\x8f\xe2\x00\x95\x77\xf0\x1b\x8a\x0f\x2e\x03\xc1\x15\x3c\x7f\xf7\x96\x2d\x64\xd9\xb4\x41\x99\x36\xc5\x7f\xc0\x85\xe8\x6d\xe4\x98\x9b\xb9\xdb\x3b\x08\xf8\xf6\xb1\xe1\x74\x78\x30\xd0\xaf\x15\x56\x03\x61\xf6\x46\x39\xaa\x10\xcf\xa9\x4c\x42\x85\xed\x97\xfd\x02\x3b\xb5\xa3\xbc\x09\x22\x0a\x86\x2c\xc7\xc9\xd2\xf0\xec\x50\xf5\xef\xf7\x21\x5e\xba\xed\x7a\x3d\xb9\xef\x20\xf0\x1d\x04\xbe\x4f\x2b\xf0\xbd\xb2\xa4\x37\x56\xf5\x2e\xd4\xce\x36\x0b\xa8\x6f\x71\x0e\xa6\x2a\xdd\x35\x7a\xa3\xc1\xe7\xbf\x55\x3c\xb2\x5f\xec\x91\xbe\x74\x1a\x66\x1b\x2e\x52\xe2\x07\xe2\x8c\x36\xef\x1b\xc3\x9c\x35\x9f\x2c\x77\x71\x7d\xfb\xd7\x1f\xce\xbe\xbb\xfc\x01\xb1\xa7\xec\x6b\x3a\x64\x71\x46\x5e\x25\x7c\x07\xec\xe1\x94\xeb\x49\x19\x83\x90\x02\x02\x71\x0d\xb9\xa8\xdd\xdd\x74\xb7\x4a\x13\x28\x31\x75\x34\xc0\xc1\x45\x25\xd9\x20\x95\xc9\xf6\xf4\x86\x12\xcc\x68\xbc\x97\xd4\x81\x5d\xcf\x11\x73\x49\x81\x96\x3d\x83\x31\x58\x95\x82\xc5\x2b\x2e\x5d\x89\xb2\x1c\x03\xed\x83\x45\x3f\x9d\x60\xaa\x72\xbf\xa1\xfd\x85\xc4\x8c\xc7\x92\xea\x8b\xa9\x1c\x32\x0f\x5d\x56\x69\xe4\x2b\xc0\x32\x41\x50\xb6\x1e\x53\x32\x56\x95\xf8\xcf\x6b\xea\xda\x0a\x13\x3f\x28\x9e\x7f\xc7\x0b\x5e\x66\xa2\x1e\xb1\x1f\x75\x03\x3e\x03\xae\xb5\x9c\x95\x7d\xe7\x64\x3b\xcb\x4d\x46\x59\x3c\x14\x97\x99\x07\x1c\x6d\x1a\xc0\x94\x35\x25\x88\xf9\xaa\x66\xa2\xd0\x02\xf3\x23\x89\x8d\xc5\x2d\x03\x2e\x76\x1c\xd7\x6e\x14\xb8\x33\x86\x51\xe0\x27\xcc\x9d\x84\x20\x5a\xe0\xbb\x55\x15\xce\x95\x0b\x84\xf1\x71\xfc\xaa\x7c\x46\xae\x15\xb1\x93\x61\x29\x0c\x65\x7b\xbb\xdf\x4e\x81\x6e\x0c\xed\xaa\xc3\xf9\xdf\x29\xc3\xb1\xda\xbc\x95\xad\x94\x28\xb7\x63\x21\x99\xb3\x7b\x4c\x36\x7e\xa9\x56\x46\x65\xeb\x40\xaf\xaf\xc6\xcc\x35\xa0\x84\x0b\xba\x89\x23\x76\x8b\x89\xb4\x9a\xdd\x1f\xdd\x9d\x8f\x11\xd5\xfe\xc7\x0b\xf8\x87\x95\x0d\xee\x8f\x6e\xcf\xef\xc6\x1d\x88\xfb\xbb\xf3\x71\xba\xb8\x0f\x64\x06\xa7\xcf\xef\x75\xb3\x98\xa0\x1e\x16\xa3\xc7\xe2\x32\x28\xf2\xa1\xb8\x5c\x14\x74\xf7\x40\x67\xd1\x69\x74\x84\x82\x7a\x72\xa4\x82\xee\x65\xcd\xcb\x99\x60\xef\x6c\x67\xdf\xfc\xdb\xbf\x7d\xf5\x6f\x23\x76\x1d\x67\x57\xf3\x92\x5d\x9d\x5d\x9f\xfd\xf5\xf6\xa7\xf3\xbf\x5e\x9f\x7d\xb8\x6c\x41\xb7\x73\x0f\x3b\x19\x1d\xee\x42\xa9\x07\x91\xb3\xa6\xa2\xb0\x7e\x88\xad\xc2\x53\x58\xc6\x79\xd0\x63\x48\xf3\x8b\xc2\xc5\xed\x6a\xf6\x90\xe1\x3b\x91\xb5\x28\x39\xd0\x22\xbc\xb1\xaf\x78\x32\xa3\x51\x3f\x3e\x8e\x3d\xc6\x0b\x5e\x9d\x10\x85\xf4\xad\xe4\xac\x54\x35\x95\x10\x73\xe7\x16\xb5\xc5\xac\x68\xb4\x11\xf5\xd5\xf8\x3f\xaf\x55\x49\x32\x5e\x40\x5d\x77\xa5\xc7\xe0\x35\xc3\xc4\x2f\x0d\xc2\x7a\x74\x47\xf2\xba\x97\x07\xb9\x6b\x39\x1b\x72\x67\xb3\xdb\x97\xf7\x36\x46\x16\x23\x4b\xb9\x4d\x3d\xba\x2a\xcd\xc7\xfa\xf6\x19\x90\x7b\xb6\x93\xd3\x44\x27\x5b\x58\x6c\xad\x9e\x56\xbb\x14\x01\xeb\x37\x77\xfa\xd1\x2f\x8d\xa8\x57\x21\xe5\x5a\x05\xd6\xf3\x46\x53\x1c\x5d\xc6\x8b\xe2\x10\xe8\x76\x08\x74\xfb\x1d\xcb\xfa\xbb\xd8\x09\x6a\x50\xdc\x7e\xbc\xf9\x81\x3c\xfa\xb2\xcc\x8a\x26\x0f\x12\x81\x97\xd0\x06\x4c\x37\xd3\xa9\x7c\x12\x2e\xca\x86\xd7\x7c\x21\xb0\x7e\x6e\x27\x77\x90\x0a\x90\xe2\x3d\xa2\x05\xa3\xf0\x76\xe4\x19\xef\xe3\x90\x57\xfb\xca\xe3\x5c\x15\xde\xe2\x64\x47\x63\x07\x68\x57\xec\xdb\xd3\x53\x88\x7e\x9d\x2b\x6d\x80\x16\x2c\xdf\x9d\xfa\x48\x05\x0d\x04\x70\x88\x82\x91\x27\x78\xa7\xa2\xe0\xda\xc8\x4c\x0b\xbb\x7c\xc3\x42\xcd\x66\x96\xf6\xfd\x15\xff\xfe\x7f\x7f\xf9\xcf\x46\x8b\xfa\xdb\x07\xb9\xc8\xe6\x2b\x4c\xa7\xb7\x1f\x4b\x3f\x7e\x15\x03\xc8\xb6\xb2\xdc\xb1\xf4\xdc\x2e\x6a\xc9\x0d\x9e\x0a\x97\xe8\xc6\x31\xd1\x09\xd1\x2d\x80\x3f\xf3\x84\x60\xb2\x86\x54\x79\x3e\xd4\x1f\x81\x7f\xe4\xce\xc5\xd5\xb8\x5b\xfa\xc6\x9b\xdd\x4a\x62\x8a\x1d\x21\x15\x33\x81\x8a\x95\x93\x0f\x16\xdc\xf6\x88\x10\x09\xa5\xef\xac\x85\x93\xb0\xe0\x25\x75\x82\x7d\xda\xab\x24\x4b\x38\x4a\x93\x15\x9a\x4a\xf5\x4e\x02\xee\x7f\x04\xbb\xea\x60\x17\xd1\x36\xe2\xdc\x19\x2f\x1d\xaa\x43\x36\xb7\x32\x4b\xee\xc3\x9d\xf1\x4a\x7b\x18\xff\x08\x65\xf7\xfe\xc8\x72\x72\x2b\x93\x01\xf8\xbc\xa3\x49\xc7\xf7\x47\xf7\x47\x27\x03\x86\xe5\x55\xe0\xa5\xb0\x8e\x23\xff\x96\xb3\xbb\x87\x85\xb0\x17\x67\x2e\x78\x0e\xb0\x0f\x41\x78\xb0\xba\x02\xdc\x21\xa8\xb7\x43\xc9\x86\xbe\x84\x29\x54\xe3\x89\x4b\x24\x5a\x5a\xc0\xce\xdd\x4e\x0e\x98\xd3\x30\xf0\xba\xb6\x75\x8c\x2b\x92\x56\xac\x04\x4f\xc5\x1e\x2f\x9f\x90\x51\x58\x39\xed\x75\x85\x8d\xa5\xac\x4d\xc3\x8b\xa1\xac\x34\x86\x3a\x92\x97\xd0\xce\x4d\xa6\xb9\x80\xa0\xc1\x5c\x8d\x13\xd6\xa6\xe8\x61\xdb\x33\x1d\x56\x5b\xa0\x42\x89\xca\x98\x55\x12\x7c\xac\x13\x1d\x75\x97\xc9\xa6\x51\xd8\xad\xa0\xd0\xf7\x74\x2a\xb3\x20\x90\x7b\x6a\xc5\xee\xe6\x42\xdb\x3b\xa1\x3d\xd6\x0b\xa2\xdb\x80\x30\x1c\x1c\x1c\xd8\x12\xaf\x28\xb0\x73\x5d\x59\x75\x77\x52\x20\x69\x84\xfc\x51\x64\x54\x3c\x7c\x8e\xd7\xb5\x5c\xda\x73\x65\x20\x59\x35\x17\x51\xd5\x97\xab\xf1\x88\xb1\x33\x28\x14\x64\xd5\x4c\x8a\xfa\x07\x75\x92\x98\x7a\xa1\x78\x3e\x9c\xd0\xb6\x3a\x22\x41\x63\x74\xb4\xdd\x65\xba\x92\x17\x26\xa4\x55\xec\x5a\xf9\x20\x6c\x47\x1a\x73\x23\x7e\xea\x08\x88\x1f\x61\x1c\x21\xc6\x0d\x98\xe8\xf3\x12\xea\x3b\x44\xc9\xef\x84\x50\x6c\x9a\x9a\xb2\x76\xcf\xad\x52\x00\xc2\x4d\x9d\x27\x76\xe4\x5a\x85\x8b\xe1\x88\x83\x2c\x97\xaa\x58\x42\x6e\x67\x07\xad\xf6\xe6\xfd\xf9\xf0\xdd\xbb\x2f\xbf\x82\xa4\x7a\x50\x77\x8e\xb7\x00\xd0\xdb\xd6\x98\xc4\xeb\xf5\xd7\x3b\x2a\x62\x36\x11\xed\x9b\xb2\xe9\xf4\xde\xe1\x1e\x8f\xa1\x76\xf8\xfa\x75\x6b\x35\xf3\x79\xfa\xb2\xa3\x49\xe7\x42\x63\x42\xbc\x62\xb5\x6a\x4c\xb4\xc4\xee\x28\x19\x05\x07\x68\x88\xe9\x22\xaa\x76\x67\x7d\xf8\x28\xf3\x88\x91\x5b\x4a\x04\x41\x29\xf7\x47\x08\xe8\x51\x2f\x5d\xe6\x3e\x89\x3a\x28\x3d\xd9\xdb\x54\xe6\x8c\x2f\x95\xcc\x09\x3e\x51\x95\x39\x9b\xab\x0a\x76\x24\x26\x28\xd0\xf0\x9a\x74\x71\xaa\xe5\x46\x14\x01\xc3\xf5\x6a\xa9\x1f\xac\x8a\x6b\x3c\xf4\x81\x5c\xd0\xb1\xcd\xfd\xf8\x75\x45\x00\xe3\x76\x84\x44\xc8\xee\x8f\x98\x9a\xe8\xac\xa9\x37\x0d\xd1\xca\x71\x18\x3d\xd8\x1a\x25\x24\x15\x21\x1e\x52\x09\xf8\x49\x76\x24\x71\xc0\xe6\x4c\xa9\x1c\x42\x31\x79\x41\x57\x29\x0c\x21\xb5\xaf\x73\xc1\x0b\x33\x3f\x9f\x8b\xec\xe1\x7a\xad\x65\x28\xd1\xc8\x93\x7a\x9c\x03\xb6\xc8\x6c\x0b\xe6\x2c\x4c\x5e\x78\xf2\x67\xfc\x6a\xda\xd5\x54\xff\x98\xe8\x59\x6a\x8f\x75\xd5\x56\xcc\x19\xaf\x24\x9b\xf0\xec\x41\x94\x51\x15\xad\xc0\x41\xdd\x87\x47\xec\x67\x7b\x81\xec\xe2\x59\xc2\x35\x0c\x5c\xc9\x0f\x0d\x65\x6d\x19\x99\x9d\x3c\xfa\x06\xec\x06\xf1\x22\x01\x98\x55\xc4\xb7\x5c\x09\x61\x8d\x70\xd2\xbd\xc3\x72\x99\x3c\xfb\xf1\x0b\x19\x2f\x76\x05\xae\xaa\xde\xf3\x85\x4c\x95\xbc\x73\x4f\xa2\x0d\x78\x8c\x61\x1e\xdc\xdd\x42\x90\x87\x2a\xd0\x2a\xb4\x46\x5a\x0a\x2a\xb3\xa6\xe0\xb5\x3d\x69\x53\xec\xea\x58\x8c\x66\x23\x76\x35\x5e\x7e\xcd\x96\x1a\xfe\xf1\xcd\x09\x66\x2d\xf3\x90\xe2\x1b\x9a\x4b\x1d\x1c\xa9\x83\x98\x03\xd9\x26\x2d\x94\xb6\xb0\x37\xa4\x88\x70\x43\x9d\x0c\x08\x2f\xc0\x32\xbb\x25\x97\x05\x94\x90\x6b\xf3\x33\x1c\x41\xa9\x76\xf9\x32\xa8\xb8\x72\xc1\xeb\x55\xd4\xba\x9d\x38\xfc\x11\xd6\xc8\x0d\x51\xb3\xe3\x22\xda\x40\x2b\x5c\xc4\x7f\x23\xb2\xdd\x8d\x95\x9e\xf4\x80\x45\xdc\xf9\xc4\x63\x75\xd5\xaa\x28\x2c\x83\x42\x86\xec\xed\x88\xeb\xf8\x18\x5d\x52\x7b\x28\x7d\x7c\xb2\x1f\xea\x88\x79\xab\xaf\x0e\xbc\xe1\x36\x16\xf3\x26\xc1\x10\xe9\xdf\xe9\x98\x6b\x16\x8b\xc6\xc0\x3a\xf2\xa9\x71\x22\x35\xd4\x10\x3c\x03\x89\x16\x8b\x06\x51\xa7\x57\x63\x3a\x46\x00\xf3\xb6\x66\x07\xc2\xc1\xf8\xc6\x3e\x81\x03\x82\xf5\x1b\xf0\xf9\x09\x6c\x5f\x49\x18\x5f\x96\x48\x81\x85\x05\x96\xc8\xcb\xa6\xae\x5e\x51\x38\x23\x28\x60\x2f\xec\x35\x4b\x91\xa4\xf6\xbe\x24\x60\xf2\x3a\x52\xa2\x5b\x26\x7b\x3f\xbf\x6d\x5f\xcb\xd6\x1f\x30\xa2\x99\x30\x9e\xba\x78\x12\x72\x35\xee\x46\x3c\xb8\x75\x75\x82\x35\xe1\xb3\xe4\xa0\x25\x69\x34\x8a\x07\xd0\x2f\x48\xdb\x28\x56\x38\x4b\xd5\xe4\x43\x2a\x7c\x51\x3b\x10\xc1\x56\x09\x0d\xb0\x64\xb4\xe6\x88\xf4\x85\xc3\xaf\xcc\x1d\x99\x88\x0e\xb6\xc4\x7b\x2f\x1c\x44\xf2\x2e\x6c\x59\xeb\xc3\x1e\xca\xc3\xc1\x18\x82\x6b\x1c\xa7\xb1\x75\xd5\xe3\xd3\x9f\x44\xcf\x0b\xab\x05\x96\xbf\x6e\x8d\xd3\xaa\xe0\xc6\xd2\x34\xf2\x79\x90\x28\x64\xbf\x95\x05\x29\x31\x4e\xc1\xec\x0c\xbe\x75\x75\xfc\x84\x5d\x0f\x91\xae\xe4\x87\x41\x3c\xf4\x6a\xac\x5f\x7b\xad\xee\x8f\xf6\x0a\x28\x44\x33\xf3\x10\x8e\x27\x96\xc1\x1c\xd2\xc1\x8f\x62\x0a\xdb\xdf\x1f\x4e\x65\x2d\x1e\x79\x51\x6c\x8a\x2d\xec\x0b\xb0\x70\xae\xd2\xc6\x78\xa7\x3c\xe0\xd1\xf3\x12\xf4\x3a\xfb\xff\x6f\xa3\x19\xbd\xd4\x8d\x0e\xa2\x4a\x37\xfc\xd9\xce\x7c\xb8\xe0\xd5\xf0\x41\xac\xb4\xf7\x24\x46\xce\x8b\xbf\xa4\x5e\xa0\x11\x2d\x78\x95\x0e\x94\x8e\xc3\xa9\xa9\xc3\x9d\xc2\xa9\x07\x47\x55\x33\x29\xa4\x9e\x5f\x2b\x73\x23\x78\xbe\x3a\x73\xaa\x5c\x02\xd5\x6a\x4d\xcb\x01\x12\x07\x92\x21\x10\xe8\x47\xb6\xb1\x82\x2e\xae\x6f\x99\xb4\x7a\xd4\xc2\x19\x5a\xc9\xcf\x48\x7d\xc2\x79\x2e\xbb\x1d\x43\x70\x43\x33\xd1\xc2\xb3\x1c\x11\x31\xa1\x54\xbd\xd2\xdb\xe0\x48\x0d\xe0\x4c\x24\x49\x39\xa4\x28\x78\xe6\x58\xb1\x65\x76\x19\x27\x33\x9a\xab\xb2\x6b\x5a\x4c\x8b\xec\x6c\x9c\xdd\x1a\x6e\xc4\xb4\x29\x6e\x01\xf1\xf5\x8f\xce\x74\xe0\x88\x3b\x06\xf4\x54\x7c\x66\x79\xec\xed\xcd\x4f\xa4\x48\xe1\xd0\xa5\xd1\x6c\x8c\x09\xdf\x88\x10\x6e\xf5\x54\x88\xfd\x01\x3a\x21\x6b\x2a\xf3\x63\x3b\xc4\x14\xa0\xda\xde\x04\xb8\x22\xc2\x12\x00\xa9\x33\x2b\x33\xaf\xd6\x95\xfc\x0d\xa5\x4e\x3a\x08\x6a\xa0\xb5\x38\xf1\x34\x52\x5a\x2a\x37\x1a\x06\xd8\xb0\xbd\xc2\x46\xe0\x01\xf6\xab\xe1\x3e\x00\x12\x32\xda\x5f\x54\x1d\x43\x6d\x0e\xda\xbe\x4f\xd8\x9e\x66\x81\x84\xd0\xe5\x69\x79\xc1\xc3\x01\xfc\x81\x42\x0f\x76\x16\xa3\x63\x9b\x27\x0a\x2c\x91\xfa\xec\x71\x40\x17\x2a\x97\xd3\xd5\xef\xc8\x0e\xf3\xa2\x42\x4d\x1a\xab\xa9\x9e\x4d\x81\xda\x24\x44\xed\xc8\x71\x79\x0e\xfc\xe5\x6a\x7c\x7f\x44\x3e\x4b\xb4\x7b\x01\x60\x19\xec\xc2\x82\x4b\x04\x28\xa5\x5e\x19\xa7\x6e\x47\x0c\x0b\x29\x07\x16\x05\x05\xe9\xf2\x44\x43\xa7\xe4\xbb\x8f\x61\xe5\xc9\x52\xb4\x71\xa1\xae\x5f\xdd\xed\xfc\x0c\x63\x56\x67\xed\xce\x81\xb5\xf5\x57\x30\xd9\xac\x5d\x19\xb0\x95\x27\x83\x44\xa9\xbb\x30\x7b\x65\x10\xa7\xc6\xb5\xb6\x2a\x17\x1c\xd0\x08\x3b\x62\xae\x1e\x63\x4a\x17\x85\x39\xb4\xf7\xc0\x5f\x85\x50\x10\x15\x87\x6f\xd9\x6c\x7c\xda\x07\xbb\xde\x9a\xfb\xa3\xf8\xb5\xfb\x23\xb6\xe0\x95\xee\xcb\x39\xa2\x75\x93\xbc\x49\x01\x0f\x26\xa9\x20\x56\xef\x73\x66\x12\xef\x2a\x8b\xac\xdf\x96\x02\x46\x12\x16\xc5\x92\x46\xb6\x94\x88\x0b\xd4\xd1\xf2\x44\xea\x38\x41\x6f\xb8\xa0\x51\xac\xf2\xdc\x51\xed\x27\x2b\xb2\x86\x43\x84\x8c\xa9\x9b\x2c\x72\x01\x86\x4f\x38\x67\xe0\xd5\x94\xb5\x4c\xf6\xc1\x20\x5d\x2a\x46\x27\x94\xe1\xa3\xa0\x55\x3a\x30\x10\xd1\x1a\x31\xb1\x3d\x57\x77\x8e\x32\x9a\x43\x9b\x9a\x93\xe4\xce\xc1\xd9\x80\x3a\x93\xdd\x4b\xfb\x4d\xdc\xa2\xfb\x23\x36\x69\x64\x81\xa2\xfe\x79\xd0\x5c\xca\xbc\xb5\xcc\x3e\x5c\xc6\x32\x0f\x32\x75\x02\x75\x05\x73\x96\xdf\xbf\x2c\x1c\x97\xfb\xa3\x78\xdf\x5b\x9f\xf1\x06\x10\xd0\x30\xc9\x1f\x12\x13\xf6\xb6\x58\x7c\x2c\xa7\x91\xe4\xed\x14\x37\xf2\x53\x81\x84\x79\xb2\x6d\x30\xaf\x49\x44\x68\xd1\x65\x39\x1b\xfa\x76\x8e\x90\x00\xff\x78\x36\x9e\x70\x2c\xef\xad\xf1\x49\xa5\x2e\xfd\x66\x87\xfb\xad\x47\x5b\xd8\xe6\xc2\x42\x9c\x85\x4e\x01\x70\xb7\xce\x01\x85\x61\x0f\xaf\x55\xac\x6a\x25\x02\x4f\x63\x9d\xb5\x4d\x2a\x7b\x1f\x75\xaa\xa4\x3f\x15\x03\x0c\x13\x13\x58\x7d\x11\x21\xbd\xf7\x20\x9f\xf1\xb7\xf7\x44\x61\x48\xbc\xba\x76\x07\xd6\xf0\x8e\xf5\x3b\x91\xe2\x22\xdd\x1d\xd9\x89\x8f\x6c\x73\x27\x22\xe3\x4d\x79\x13\x89\x25\x6f\xe1\x5d\xe7\xdb\x98\xfc\x3e\x50\xbe\xf4\x4d\xc7\xc4\x76\x05\x90\x6b\xbf\xb6\x6e\x13\x10\xf3\xfb\xe3\xed\x58\xd4\x1a\xe0\x95\x76\xae\xe9\xd0\x2a\x1c\xee\xfb\x61\x95\xef\xc8\x65\x3e\x24\x0a\x5d\xac\x59\xf8\xa9\xbe\x4b\xf2\xe7\x00\x6e\x8b\xb2\xa4\x15\xb4\x28\x1b\xd7\x3b\x44\xa6\x9d\x36\x3d\x6b\xc4\x5c\x59\x6d\x18\xea\x71\x5b\x5e\xe7\x62\x0e\x2f\x9f\x2c\x35\x16\x4f\xe6\x6b\x0c\x49\x7b\x9a\x6a\xfc\x47\x69\xec\xbf\x46\xec\x6a\x61\x75\x78\x69\x0a\x8a\xa8\xa8\x7d\xea\xb0\x7b\xad\x0b\xc1\xb9\x09\xab\xb7\x3f\xb9\x1e\x12\x32\x3b\xb6\x8d\x4f\xa1\xa4\xe9\x09\x22\xb6\x80\x24\x3e\x17\xb5\xf3\xf5\x2a\x8c\x01\x11\xe1\xa1\x53\xab\x64\xc9\x70\x03\x3f\x60\x1a\xe4\x06\x98\xf9\x1b\x7b\xfe\xd6\x16\x5c\xe9\x58\xf6\x43\xfd\x44\x17\x0f\xa1\x26\xf6\x06\x38\x4b\x56\x38\x00\x67\xe3\x2b\xcb\xb6\x72\xf4\x87\x68\x67\xbe\x6d\x09\x05\x2d\xad\x31\xd4\x2f\xe0\xc6\x58\xb5\x07\x97\xf0\x05\xa9\xd0\x78\xf0\xd2\x2e\xbd\x9f\xfc\x33\xe7\xd0\x9b\x37\x0b\x5e\x0e\xed\x9a\x83\x04\x10\x47\x0d\x86\x59\xb9\x4c\x33\x5a\x5d\x0c\xfd\x0d\xd0\x0c\x6b\x8b\xbf\xa4\x6b\xd2\xfb\x31\xac\xa9\xf1\xf2\x53\xbb\x41\x77\x2f\xa0\x12\xbe\xab\x95\x8e\xe3\xa1\x2f\xfb\x01\x7b\xab\x79\x00\xbf\x68\x45\x28\x18\x87\xa0\x3e\xee\x14\x0f\x68\x5b\xcb\xa9\xf8\x3c\xd6\xff\xed\xb8\x5b\x61\xa1\xec\x58\x48\x74\x9c\x08\xb6\x90\x75\x0d\x5a\x5f\x77\x38\x68\x5a\x90\xb3\xb9\x01\x88\x71\x23\x66\x35\x19\xa5\x6f\x85\x61\xd1\x9e\x80\x67\x0b\x8b\xf2\xd8\x7f\x13\x9a\x08\x1e\x76\x77\x6a\x08\xd6\xa9\xa9\xf1\x6d\xa3\xd8\xbd\xab\xa8\x82\x97\x71\xa5\x1a\xef\x2b\xc6\x54\xfe\x10\x58\x93\x58\xa9\xeb\xf0\x10\x51\xe4\x94\x53\xba\x87\x50\x40\xb8\x3f\x1b\xb7\x48\xce\x30\xfb\x6c\xa1\x66\x57\x7c\x3e\xf7\xe5\x03\x71\x3e\x10\xe7\xdf\x13\x71\x4e\x03\xbe\x1c\x28\xf4\x81\x42\xff\x5e\x28\x74\xf2\x04\xaf\x23\xd3\x2b\x9d\x99\x62\xa3\x0e\x03\x2d\x7c\xd0\x34\x67\x0f\x76\xaf\x8a\x10\x72\x4a\xdb\xa4\x63\x94\x98\x64\x6e\x14\xe1\xb9\xc0\x25\xdd\x35\x47\xca\x95\x10\x82\xc4\x7a\xdb\x7a\x85\xb1\xab\x89\x22\x3f\xae\xe7\xfe\xc1\x77\x09\x05\x3b\x74\xb2\x4f\x44\xe9\xdd\xf9\xf8\x56\x65\x0f\xc2\x9c\x6d\x05\x10\xe8\x34\x8d\x22\x4b\x79\xc9\x08\x8f\x16\xf5\x2e\x55\x5a\xa6\x42\x2e\x6f\x0d\xef\x3c\x2b\xe5\xcc\xb2\xa7\x84\x07\xda\x17\x6a\xfb\xa3\x65\x5f\xee\x46\x64\xaa\x2c\xd1\xeb\x30\xe8\x65\xb9\x57\x2a\x67\x57\xe9\x9c\x96\x74\x0a\xcf\x3e\xd9\x2c\x11\x24\xfd\xeb\xa4\xae\xfc\x1e\x32\x27\xee\xb8\xdc\x8c\xba\x08\x89\x81\x2a\xa7\x98\x79\x68\x0e\xd6\x43\x63\x78\x36\x77\xbe\x13\x24\x9d\xf7\x47\x18\xe9\x73\x7f\x04\x01\xc8\x25\xa0\x42\x39\x8a\x43\xce\x61\xa3\x0a\x2b\xa5\x20\xbd\x83\xde\x76\xa9\x59\x3f\xa0\x9e\xfb\x47\x8b\x7e\x4f\x48\x70\x2e\x1c\xd6\x4e\x00\x5b\x85\xc2\x88\x90\xe8\x1e\xc3\xd5\x11\x45\x6c\x8d\x0e\x9a\x39\xd3\xb4\x8b\x61\xb2\x54\xf7\x5a\xd9\xc5\xca\x9b\x42\x0c\xd8\x18\x42\x83\xc2\x2f\x14\xf0\x76\xf9\x24\xb2\xc6\xa4\x99\x63\xb2\xde\x7e\x7b\xbc\x38\xc2\x07\xb1\xea\x57\x67\xc0\x58\xd0\x74\x5a\x97\x5c\x88\xb3\x3c\x4f\x15\x29\xba\x73\x8f\xba\x06\x1f\x80\x2f\xe0\x26\xaa\x79\x89\xdf\x7e\xe4\x9a\x71\xfb\x02\x54\x05\x95\x1a\xa5\x00\x2b\xb7\x19\x51\x02\xb3\xf3\x93\xc4\x37\xf4\xde\xc7\xbd\x95\xa4\x6b\x07\xb8\x81\x6c\xa6\x96\x07\x7d\xa6\x99\xaa\x31\x9e\x36\x27\x2e\x6d\xe2\xf5\xdb\x9b\x71\x6d\xc8\xf3\x85\x21\xae\xbb\x46\x78\x70\xb6\x51\x5e\x22\x61\x78\x95\xfc\x2b\xdd\xfb\xe4\x4e\xa1\x86\x3b\x84\x73\x81\x53\x0a\xfe\x4e\x57\xa9\xa9\x96\x55\x21\xd8\x7d\xf3\xf6\xed\x57\xd9\x83\x58\x0d\x30\x8d\x87\x6e\xa0\xfd\x55\x44\xf5\x3b\xbd\xa7\x14\x95\x04\x55\xd3\x8b\xee\x4f\x7c\x61\xbb\x16\xb3\xee\xba\x5d\xe2\x05\x8b\x5d\xea\x6e\x17\xe8\xee\x81\x77\xcf\x64\xf3\x11\xbb\x04\xd7\xec\x42\xf0\x92\x3c\xb8\x50\xe3\x22\x6e\xec\x92\x82\x23\xa9\xda\xa1\xce\x45\xc1\xf6\x9f\xe2\x1a\xfe\x09\x4b\x36\x9a\xf6\x1d\x74\x38\xea\x26\x6c\x59\xf0\xeb\x6e\x9e\xd0\x83\x58\xb9\x24\x43\xe1\x0a\x42\x82\x6f\x7a\x10\xb6\xc2\x31\x90\x4b\x2b\x8b\xe9\xff\x70\x85\xa6\x16\x13\x59\xe2\xc7\xb0\x6b\xb7\x82\xd0\xbb\x5b\x07\x74\xa5\xe0\x67\xd2\x65\x8d\xf1\x23\x29\xf6\x4b\x9f\x6f\x41\x06\x3d\x88\xd5\x1b\x4d\x00\x21\xaa\x84\x82\xad\xae\x08\x27\x96\xd2\x74\x9e\x3a\x7c\xd9\xf9\xea\xec\xc0\x31\x7c\xf3\x97\x86\x17\x6d\x37\x1f\xfd\x44\x8d\xec\xfc\x5b\xc5\xcd\x1e\x65\x91\x67\x9c\xa2\xb9\x29\x17\x4d\x2b\x97\xd6\x62\xaf\x4b\xc6\xcb\x40\x99\xfd\xd2\x92\xbf\x20\x0a\xc5\xb4\x27\x6f\xa6\xea\xd4\xa5\x1f\x1c\x85\xbd\x5b\x0b\x78\x73\xd7\x6d\xd2\x25\x96\x95\xa8\xa5\xc2\x12\xa6\x80\xfa\xd2\x3e\x12\xc7\x48\x43\xdd\x6e\xaa\xa9\x3b\xfa\xfe\x1c\x0e\x22\x98\x1f\x93\x4a\x12\x3d\x89\xee\x7e\xc4\x82\xbe\xf3\x65\x6a\x07\x14\xed\x09\x3a\xa7\x30\x2e\x0c\xc1\x1d\x90\x2e\xf7\xb2\x6b\x2a\x96\xa2\x66\xc7\xc4\xe0\xc4\x52\x66\xe6\x64\xc4\xfe\x3f\x51\x2b\xd8\xaf\x52\xcc\x10\x0a\xa6\xa3\xae\x1a\x8a\xee\xe3\x9a\xbd\x65\xc7\xf0\x1a\x93\x8b\x85\xc8\x25\x37\xa2\x58\x9d\x74\x72\xcf\x77\x83\xa7\xd9\x28\x13\xb7\xae\x1d\xd2\xf6\xce\x02\x7b\xf2\xa7\xfc\x8d\xf2\x77\x08\xe2\x23\xec\x01\x6b\x15\xa9\xf1\xc9\xb4\xee\xca\xf9\xe5\xff\x6f\xbb\x4b\x9c\xd5\x62\x06\x47\x07\xcf\xc9\x0b\xb3\xba\xee\x54\xa5\x0a\x35\x5b\xdd\x92\x67\xf7\x07\x3e\x11\x05\x71\xae\x85\xd8\x2c\x66\x9d\x31\x43\x6f\x07\xc7\x70\x1d\x5e\xa5\x14\xc7\x56\xb5\x06\xb7\x1c\x33\xb9\x14\x25\x46\xc8\x50\xd8\x1e\xc6\x93\xf2\xa2\x9a\x73\x1f\x74\xe9\xc3\xe1\x21\x99\xc9\x89\xb4\xd3\xa6\x13\xca\xb8\x41\x04\xc3\x13\xd2\x17\xc1\x92\x84\x14\x02\xe8\x5c\xd0\x4e\xa0\xa0\x7e\x06\x11\xfd\x5c\xab\x3d\x25\xae\xe8\x59\xc9\x20\xe2\x0d\x3c\x53\x51\xc2\xa7\x1e\xb1\x8f\xa5\xdb\xf6\x0e\x3a\x04\x0e\xc3\x29\x86\x05\x00\xa2\x8d\xd8\x25\xcf\xe6\x58\x4e\x0c\xec\x4a\x54\x6f\x54\xb3\x8f\x37\x2d\x75\x77\x6b\x08\xe1\x4b\x0e\xc8\x9d\xa8\x17\xfb\x1e\x0a\x23\xea\x45\x97\x2e\x51\xa1\x67\x35\xa5\xb9\xfe\xd2\x88\x5a\xda\x35\x39\x63\x76\x30\x90\x53\x03\x3c\x6a\x4d\x77\xee\x24\x95\xca\x81\x76\xa2\x9c\x15\x1d\x40\xe7\x28\x5d\x00\xc1\x3f\xbb\xbe\x20\xc9\x90\xc2\x2f\xe1\x74\x42\x18\x9c\x6d\x37\x6d\xca\x0c\x75\x3b\x69\x56\x96\x84\x5c\xab\x5c\xc4\x93\x7e\xc5\x73\xda\x3e\x8b\x30\x13\xb8\x77\x97\x4f\x76\x89\x74\xba\xfa\xd6\x99\x0f\xee\xdc\x78\xeb\x00\x29\x1e\x96\x54\xbf\x46\x45\xe4\xad\xf4\x21\x75\x9a\x92\x56\x95\xad\x3d\xad\x15\x53\xe9\x3d\xc8\x66\x39\x87\x88\x92\xad\x0a\xe0\x9a\x77\x22\x9b\x1d\x04\xfc\x28\x4a\xd3\x09\xb2\x26\xa8\x57\x7c\xa1\x48\x06\x45\x3a\xe5\x16\x7c\x1b\xcd\x59\xf0\xa7\xdb\x07\xf1\x68\x5b\xd1\x1b\x7f\x02\x2a\xf4\x38\x17\xe5\x8f\xa5\xe6\x46\xea\xa9\xe4\x93\x22\x61\xbd\x81\x1d\xbb\x5d\x1b\x6e\xf8\x43\xfc\xd8\xe3\x38\x18\xc5\xa6\xb2\xec\x8c\x7e\x84\x01\x91\x81\xdc\x22\xdb\xc6\x5b\x16\x68\x59\x6d\xd5\x10\x84\x23\x37\x2a\x84\xfa\x60\xc4\x28\x59\x20\xa6\xb8\x1c\x78\x9e\x65\xdd\xd3\x5b\xe8\x18\xe6\x6a\xc1\x65\xf9\x32\x5d\xaa\x35\x41\x80\x76\xa2\xb5\xec\x57\xc5\xc0\x07\x9d\xe4\xe2\x5c\xcc\x6a\x01\xb6\x98\xa8\x0a\x90\xbd\x93\x13\xc1\x9a\x52\x2c\x85\x55\x05\x73\xa9\x29\x05\x19\x08\xc1\x1b\x4d\x7a\xc6\x93\x5c\x34\x0b\x2b\x29\x11\x7c\x45\x2e\xa7\x2e\x77\xc6\x55\xd4\x6f\x2f\x4b\xfb\xb8\x48\x34\x1c\x98\x47\xd5\x5d\x13\x92\xf7\xda\xa7\x08\xfc\x21\x9d\xb4\x71\xb0\x4f\x7f\x35\xfc\xbb\x2a\x7d\x98\xce\x80\xb9\x99\x86\x44\xa2\x77\x94\xad\xee\x63\x4c\x7d\x42\x49\xeb\xfc\xb8\x53\xcd\x35\x7b\x77\xfa\xee\xf4\xed\xb7\xec\x7f\x98\xed\xfa\x1d\xfd\xf7\x4b\xfa\xef\x57\xec\x7f\xd8\xff\x30\xc6\xc6\x8c\xb5\xfe\xcb\xe0\xbf\x43\x26\xa7\xf1\x18\xde\xd9\x61\x66\x6a\x41\xf3\x06\x11\x17\x34\x6c\xcb\xa3\x48\x87\x81\xc3\x84\x5d\x03\xf3\xca\xd4\x42\xc0\x18\xde\xfd\x87\x6b\x83\x71\xa9\x4c\x95\xd4\xf2\xdd\x31\x0c\xe9\x84\x3d\x82\xe0\xb3\xe0\x0f\x78\x08\xcf\x32\xd3\xf0\xc2\x7e\xfc\xf8\xcb\xe1\xdb\x13\xa6\xca\x76\xf3\xa5\x54\x85\x15\x1c\x69\x84\xc7\xef\x4e\x46\xbd\x21\x7f\x99\x18\x72\x6b\xb4\x30\x0a\xbb\x79\x7f\x87\xd8\x4a\x38\x13\xdc\xe7\x25\xbb\x4c\x90\x8b\x6e\xc4\xf3\x3b\xd8\x86\xb7\x4e\xaa\x25\x45\x6f\xc7\x0c\xaf\x98\x36\xac\xa5\x5c\x91\x52\x67\x85\x11\x35\x45\x83\x16\x11\x76\x60\x4e\x74\xc7\x31\x0a\x98\xee\x77\x48\xb7\xb5\x6f\x41\x2a\x7a\x8e\x45\x3f\x8a\x58\x0d\x75\xc8\x55\xde\x75\x16\xd7\x4e\xf0\xd4\x8e\xfd\x1c\x5a\x22\x2e\x54\xd0\xdc\xb1\x37\xd2\xd9\x21\xd8\xee\xfe\x68\xd2\x64\x0f\xc2\x38\x74\x1f\x2b\xa5\x18\xc5\xaa\xc6\x30\x9f\x1c\xd9\x23\x2c\x46\x61\xc7\xf8\xea\xba\x0d\x48\x49\x5b\x7d\x9a\x9a\x2a\x82\xdc\x6e\x12\xe9\xfa\x44\xfe\x73\xc1\x69\xd1\x50\x6d\x0b\xa5\x6c\xcb\x37\x86\xe1\xab\xa4\x34\xe0\x95\xca\x3c\x2f\xb1\xa7\xed\x42\x5d\x2b\xe3\xf5\xf7\x63\x52\x78\x4e\x98\x11\x45\xe1\xdc\x42\xf8\xb0\x26\x5b\x9d\xff\xc1\x7e\x67\xc8\xdc\xbb\x67\xe5\xea\x91\xaf\x92\xef\x41\xd1\x5d\xc0\x00\x8d\xde\x84\x75\x8a\x76\x91\x6b\x76\x7f\xd4\x9a\x2b\x3a\x5d\x00\xa6\xd5\xde\x51\x39\x65\x55\xc1\x33\x74\x49\x46\x37\x82\x8c\x9e\x9e\x36\xd1\xad\xb2\xdd\xd1\x3d\xba\x3f\xfa\xb5\x68\xd5\x57\x96\x4e\x6c\xa6\x55\x63\xf8\x5f\x9f\x66\x5d\x4d\x59\x62\xb7\xfd\x58\x5a\xfb\xb4\x0f\x19\xfb\x12\xa8\xcd\x57\x27\x11\x35\xfb\xea\xf4\xcb\xd3\x77\xc7\x76\xac\x5f\x9e\xd8\x51\xb7\xe8\xd4\x3b\x4f\xa7\xfc\x9b\x34\x22\xa1\x5b\x94\xea\xaa\x44\xc5\x8e\x3d\xaa\x3a\xd7\xad\x8c\x46\x18\x11\x6e\xb9\xbd\x99\x3e\xb5\x98\x52\x7e\xfd\xc1\x78\x54\xf6\x8c\x02\xbd\x94\x86\xfd\x61\xa1\x6a\xf1\x87\xa8\xf9\xee\x97\xe9\xd9\xd6\xc5\x36\xd3\x5e\x27\xbf\xad\x2a\x91\x27\x5d\x6a\x9b\x04\xb8\x75\x2f\x85\x30\x3c\x51\x42\x12\x59\x8c\x36\x68\x14\x2b\x84\x01\x4f\x23\xe5\x64\x1a\xaa\x0f\x9f\x87\xd4\xfd\x3c\x54\x66\xd4\xce\x89\xd9\xae\x19\xb3\x55\xb5\x94\x65\x7e\x34\x40\x87\x5b\x0a\xa5\x75\x4d\x65\xf4\xb3\xf1\x15\x3c\x71\x74\x7d\x06\x7f\xb8\x04\x1c\x8f\xf3\x33\x11\xf6\x64\x86\xe1\x82\xdd\x20\x7e\x37\x01\xf9\x15\x5c\xc8\x80\x2d\xd4\xf1\x01\xd9\x9d\x80\x30\x00\xf8\x22\xde\x66\x7b\xe9\x95\xcb\x1d\xae\xf3\x61\xc5\xc1\xab\xb7\xaa\x84\x1e\xb4\xbe\xe6\x31\x3a\xf6\xc7\x37\x32\x51\x71\xfe\xb5\xd3\x4b\x22\x15\xae\x77\x65\x52\xb7\xce\x33\xb6\x47\xb7\xfb\x28\xbd\xe8\xfb\xde\x74\x40\x7f\x72\xb1\x34\x91\x1d\x12\x61\xdc\xc8\xf7\x0f\x54\xd2\xfb\x92\x48\x12\x8d\xcb\xf9\xd8\x1d\x88\x6a\xa8\x7b\x74\xba\x6d\xa7\x6f\xcd\xb1\x7b\xd4\x97\x88\x14\xf4\x5d\xa1\xb2\x87\x5b\xa3\xea\x14\x98\xf8\xcf\xb7\xbd\x56\xad\x39\x94\xec\xec\xe7\x5b\x76\x21\xf5\x43\x0c\x3c\xc5\x7b\xee\x33\xee\xe0\xa9\xdf\x68\x0c\xe4\x21\x2a\xe1\xe2\xf2\x4b\x9f\x72\x18\xbc\xa0\xfb\x47\x9d\xa3\x6b\xff\x14\x57\x54\x7f\xc1\x1f\x35\xa1\x21\x4d\xec\xe8\x35\xcc\x71\xf7\xc0\x94\xd4\xe4\x5b\xc1\x55\xff\x18\x1c\xf1\xbf\x37\xb5\xb0\xd3\x4f\xac\x9d\x7b\xd4\x5d\x30\xfb\x3b\xbb\xe0\x86\xe3\xba\x21\x30\x35\xf9\x67\x61\x6d\xec\x9a\x4c\xe0\x5e\x12\xc6\x77\xbc\xd5\x3b\x8f\xde\x7d\x3e\x39\xe4\xf7\x32\x25\x00\x9d\xb9\x47\xc9\x21\xc3\x03\x97\xef\xf2\x29\x47\x6d\x3f\xd4\x1d\x75\x26\xaa\xf9\x34\x61\xe5\x38\x17\xd5\xfc\xfd\x6d\xfb\x5e\xd9\xdf\xd8\xfb\xdb\xc4\x18\xe1\x68\xea\x39\xaf\x29\x27\x23\x7f\xa3\x59\x21\xa7\xc2\xc8\xc5\x3e\x27\x03\x3f\xda\x1b\xa2\x2c\xf3\x54\x98\xfe\x39\xfc\xde\x1e\x22\xb6\x75\x77\xdf\xdf\x14\xee\x96\x0f\x03\x13\xe8\xce\xb4\xaf\x4c\xf2\x5a\x90\xb0\xa5\x1d\xb8\x1a\x54\xd2\x1d\xe2\x57\x86\x55\x7e\x7a\x73\x79\x76\xf1\xe1\x72\xb4\xc8\xf7\x99\x25\xbc\xdd\x9b\x25\x04\x8b\x7f\xe0\x09\x86\x75\xee\x1e\x75\xe6\xea\x7f\xa6\xe5\x07\xbd\xad\xa2\xf2\x93\xa8\x7d\xe0\x42\xec\x33\x38\xd7\x69\x6f\x7c\x5a\x26\x46\x76\x7b\xc5\x8e\xcf\x3d\xf1\xa4\x18\x20\x76\x55\x1a\x51\x4f\x79\x26\x4e\xe2\x11\x13\x19\xf1\x74\x6c\xce\xcb\xbc\x70\x34\x38\xe4\xd8\xd8\x3e\xf3\x5a\x82\xe7\xe1\x2c\x36\xef\x9d\xec\x15\xba\x7f\x7b\xd5\x9d\x41\xae\x1e\xcb\x47\x5e\xe7\x67\xe3\xab\x44\xb4\x61\x78\x18\x8f\xd9\xbd\x03\x6c\x9b\x4f\x54\x13\xea\xea\xbd\xe2\xa2\x47\x1f\xef\x0e\x1a\x6c\xaf\x17\x32\x71\xfc\x2f\xe9\x49\xfb\x50\x18\xb1\xa8\x54\xcd\xeb\x15\xcb\x65\x0d\xf2\xe0\x6a\xe3\xed\x7c\x31\x33\x80\x01\xe6\xb2\xde\x63\xba\x6e\xe4\xdd\xb9\x4e\x13\x85\x65\xdf\x9f\xb7\xe7\xf7\x5e\x4e\x6a\xc1\xce\xe7\xbc\x2c\x45\xf1\x09\x78\xe3\x1e\xd3\x78\x7f\xde\x9b\x40\x21\x9e\x82\xc8\xd2\x99\x88\x7f\xd6\x9e\xd0\x4c\x94\xa2\x96\x59\x37\x28\xd8\xcf\x08\x8c\xe4\x08\xed\x79\xea\x67\x87\xce\x79\xb8\x35\x22\xa3\x80\x2b\xac\x72\xb1\xd7\x04\xfc\x90\xe2\x29\xa8\xec\x21\x45\x6d\xdf\xe3\x83\xce\x6e\xd0\x8f\x5d\x7a\xbb\x61\xf5\xc9\x7c\x1f\xe1\x78\xd8\xa5\x77\x1d\x11\xac\x8b\x4f\xb4\x26\x71\x12\x6b\xc3\xed\x35\x35\xe8\xaf\x3b\xbb\x59\x26\x42\xb6\x4d\x5a\xbc\xf8\xfe\xfc\xb2\xdd\xa4\x3d\xe3\xef\xcf\x2f\x3f\x57\xb1\x6c\x96\x89\x10\x64\x9e\xdb\xc9\xed\xbe\x5e\xbd\x59\xf7\x56\x4e\x9a\x1b\x51\xa9\xc4\x7a\xe1\x83\xce\xa1\x96\x80\x8d\xaa\xb4\x04\x02\x84\xde\xf8\xe0\x6c\xaf\x05\x1e\xe9\x11\xbb\xb8\x1c\xdf\x5c\x9e\x9f\xdd\x5d\x5e\x7c\xcb\x5c\x4f\x78\x3a\x6a\x91\x11\xf0\x8a\x0a\x77\x00\xb9\x1e\x71\x1b\x32\x17\xb9\x6f\x0d\x48\x2e\xe1\x25\xf3\xa4\x51\xa2\x59\x91\x5d\x95\xd2\x04\x36\x85\xd5\x78\x0b\xe5\xb0\x73\xed\xdb\x74\xa5\x66\x12\x33\xfd\x4b\x27\x6d\xcd\x45\xa7\xb7\x10\x16\x1c\x62\xfe\xf6\x59\x68\x9c\x64\x6f\x79\xd1\xe4\x90\x92\xc4\xbe\x77\x8f\x3a\x07\xd1\xff\xbc\x9f\x38\xb6\x93\x98\x43\x47\xea\xd4\x0f\xeb\x59\x82\x8e\x1f\x62\x77\xb6\x76\x90\xe3\x24\x8c\xec\x1f\xe9\x49\xb7\x16\x15\x05\x1b\xdb\x2d\x82\xea\x32\xaa\x8e\xf8\x5b\x3c\x75\x77\xd1\xdc\xad\xc4\x56\xc5\xaa\x7b\xe1\xa2\x80\x4d\xe7\x4e\x04\x4a\x0c\x30\x72\xe0\xd4\x01\xc4\x0c\x4c\x9c\xe0\x33\xf4\x62\x52\x7d\x29\x56\xd5\x72\x29\x0b\x81\xb8\x9e\xb2\x9c\x45\x08\x2f\x51\x85\x4b\x2d\x44\x6f\x5c\x76\xf5\xb5\x09\x5f\xa7\xa0\x89\xeb\x8f\x77\xac\x14\xd8\xdd\xce\xf5\xf3\xd6\x12\x02\xfb\x41\x40\xe9\xdd\x7d\xab\xdc\xba\x77\x77\x4a\xea\xa4\xdc\x77\x75\x6b\xa5\xb4\xb6\x32\x83\xbf\xfd\x8a\xb4\x71\xdd\xa1\x85\x31\x3f\xeb\xc0\xc2\x14\xba\x4b\x90\x36\x82\x60\x2b\x4a\x0e\x88\xf3\x6d\x7c\x4d\x0b\x98\x4f\x3b\xf5\xe1\xb9\x94\x5e\x2d\x2d\x3b\x14\x8f\xa7\x94\xf3\x3d\xb4\xfd\x0d\xc9\xdd\x8e\xc8\xc5\xa7\x5f\xc0\x7f\x92\x56\x9c\x14\x55\xb9\xee\x28\x77\x25\xbb\xde\x5b\xb3\x7b\xe9\x39\xb5\x03\xdb\x7d\x73\xae\xfb\x9a\x61\xd5\xc9\x9c\x3d\x2f\xb8\x5c\x24\xb0\xa9\x53\xcd\xe2\xbe\xda\xd4\x26\x02\x17\xb5\xa7\x35\xf9\x76\xba\xc8\xf5\xb3\x6f\x6e\x98\xc8\xd0\x2d\x4e\xf8\x09\x7f\xc9\xec\x67\xf7\x59\xaf\xad\xb3\x86\x15\x9c\x2b\xa3\xca\x6d\x32\xd1\x38\xd1\xaa\xbd\x66\xd8\xe2\xdc\x83\xf2\xc5\xe9\x6e\x56\x14\xd9\x4f\x15\xdf\x67\x96\x89\xa1\xf5\x26\xa9\x6a\xf3\xa8\xea\xb5\xa2\xf9\xb8\xf5\xbc\xc3\x7a\xe8\xd9\xb3\x4c\x0a\xfb\xcc\xa3\x35\x86\x68\xec\xae\x0c\x63\x82\x08\x1b\xb1\xa0\x12\x37\x45\x61\x0f\xa4\x2a\x83\xfe\xa0\x5d\xcd\xe5\x01\xd9\x09\x16\xbc\x22\x8c\xf5\x58\xa7\xdd\x67\x84\x6e\x24\xdd\x21\xfe\xd2\xa8\xc9\xca\x24\xd6\xf5\xcf\xf8\xa0\xbd\xa0\xee\xc7\x4f\x66\x44\xa2\x0f\x74\x47\x59\x4f\x12\x4b\x78\xf3\xdd\x45\x7b\x74\x37\x3c\x57\x9a\x81\x5d\x92\x5d\x88\x35\x16\xb9\x57\x13\xaf\xea\xc9\xf3\x2c\x48\x37\xdf\x5d\x74\xa7\xa7\x33\x5e\x88\xab\x8f\x89\xb4\x27\x7c\xd0\x9e\xa6\xfb\xb1\x9f\x94\xba\xee\x7c\xc7\xa9\x6d\x2a\x17\xbb\x44\xec\x07\x48\x20\xfc\x5a\x6f\xc8\x58\x91\x7b\x4d\xaa\x65\x7b\xc0\x2e\xcd\x72\x8b\xcd\xe5\xc5\xa2\x93\xaf\x12\xbe\x3b\xdc\x91\x7d\xa1\x37\x35\xec\x56\xa5\x2a\xa4\xfb\x3c\xb9\x3a\x9d\x28\xfc\x29\x37\x22\x99\xcb\xfc\x8f\xc1\xd1\x52\x57\x73\xe1\xac\xf0\x09\x61\x27\x7e\xdc\x1e\xf7\xf2\x16\x1e\x7d\x6a\xf2\xe8\x46\x80\x28\x44\x7d\x22\xbf\x63\xec\xdb\x56\xd7\x43\xd2\x0b\x95\x36\xf9\xaf\x6f\xda\xb3\xb3\x27\x9b\x76\x45\xcd\x74\xa3\xbe\x45\x3c\xdd\xae\x6f\x53\x4e\xb7\x4b\x9a\x77\x93\x4d\xd7\x19\x25\x93\x8d\x93\x26\xbd\x64\xcb\x8e\xd5\x2c\xdd\xa6\x6b\x98\x5a\xd3\xaa\x6f\xe3\x49\x36\xdc\x6c\xdc\x48\xbf\x92\x50\xd3\xd3\x0d\x93\x3a\x6e\xb2\x69\x52\xc7\x4a\xb6\xec\xeb\x21\xc9\x66\x5d\x89\x38\xd9\x68\xbb\x18\x98\x7e\x6d\x9b\x5c\x95\x7e\x2b\x25\xc5\xa4\x5b\x26\xa5\x89\x64\xd3\x14\x43\x4f\x36\xec\xb2\xc5\x74\xa2\x70\x82\x19\xad\x01\x49\xea\x51\xf6\x3d\x00\x22\xd2\xee\xec\xcd\x54\x6c\x4d\xe0\x06\xb6\x41\x69\x64\x93\x2b\x7c\x19\xb5\x8b\x13\x73\xd9\x82\x57\x90\x86\x0e\x31\x90\x35\x7f\x64\xe0\xb6\x65\xb9\x20\x6c\x6b\x4a\xcb\x6f\xd9\xb3\x76\xc8\x7f\xc6\xf7\xc7\xc9\x3a\xda\xd1\xb3\xde\x38\xc3\xb3\x56\x61\x61\x0a\x03\xa1\x3c\xcb\xac\x6d\xad\xc3\xd0\xd2\x16\x16\xb7\x9d\x15\x18\x09\xd2\x45\x16\x93\x5a\x7b\xe9\x73\x6e\x43\x88\x7f\x19\x32\xb3\x37\x69\x7a\x95\x7a\x95\x58\x06\x80\x9f\xd8\x1e\xd0\x00\xcd\xda\x9b\x68\x7f\xf1\xbb\xf8\x53\x0b\xd8\x60\xff\xbd\x83\xde\xd2\x5b\x17\x1e\xa5\x8b\x3c\x45\xb6\x8c\xb0\x49\xad\x2c\x50\x92\x05\x42\x06\x0d\x09\x02\x23\x86\x76\x92\x52\x79\x0b\x18\x7b\xf3\xed\x9b\xe4\xfe\xe1\x28\x08\x6f\x36\x59\x08\xad\xdb\xa2\x8b\x22\x09\xcf\x09\x8e\xd0\xe1\xd6\xe6\xa1\x1c\x17\x4a\xf2\x2a\x9e\x03\x41\x19\x52\x3c\x18\x5f\x31\x5e\xab\xa6\xcc\x29\xa1\xd0\xa7\x4d\x7d\xe8\x7c\xf8\x9a\xd0\xde\x10\x14\xa2\x8d\x08\x3f\x11\x86\xdb\x13\xf4\x6e\xf4\xee\xed\x1e\xe7\xf4\x2e\x51\xa8\x34\x20\x08\xe0\xe6\xef\x09\xa7\xf2\x81\x84\x31\xdb\x62\xe8\x42\x11\x11\xcc\x18\x7e\x02\x58\x95\x28\xc9\xe9\x18\x31\x57\x54\x1d\x43\xb8\x9c\xb4\xb3\xf3\x10\x70\x38\x0d\xa5\xd2\x4c\x76\x3b\x43\x74\x58\x60\x5f\xc2\x11\xf2\xbb\xf2\x46\x6f\x38\x4e\xf1\x58\xee\x8f\xee\x8f\xd8\xf1\xd2\x99\xe5\x6a\xa5\xcc\x49\x72\x89\x68\x64\x97\x4f\x55\xca\xa9\xfa\x54\x71\xa8\xea\x5f\xbd\xe2\x30\xbf\x13\x73\xbe\xb4\x1a\xb9\x5c\xc8\x82\xd7\x05\xc4\xe3\xde\xe2\x30\x20\x96\x50\x94\x4b\x59\x2b\xc0\xe3\x67\x4b\x5e\x63\xd4\xa4\x37\x43\x69\xf6\xff\x1c\xff\x74\x76\x03\xb8\x00\x27\x0e\x46\x1c\x47\x19\x92\x74\xe3\x91\x44\xdd\xed\xb0\x46\x6e\x24\x76\x41\xe0\x0e\xb8\x91\xd9\x2f\x2d\x1a\x83\xd5\xb4\xc4\x53\x56\x34\x5a\x2e\xc5\x86\x13\xfe\x6f\x2f\xcc\x81\x23\xa4\x13\x95\x8b\x18\x11\x78\x33\xa1\x8c\x5b\x7b\x6c\x8f\x10\x1c\x4c\x96\xf9\x42\x2e\xa4\xa5\x50\xdc\x50\xdd\xa6\x48\x67\x74\xc1\xe8\x3e\x26\xcc\xee\xf1\xf6\x6c\xa1\x40\x54\xd7\xe5\x9b\xc7\x49\x2e\xbc\xc6\xd2\x27\xfd\xa1\xb9\x18\xc1\x85\xd8\x0b\x27\x32\xce\x8a\xda\x59\xfd\x69\xbd\xb4\x51\xda\x20\xf1\x6c\x4b\x4e\x7a\x68\xd5\x8a\xae\xf3\x36\x2b\xc6\x0b\x05\xc5\x94\xcc\x9c\xa8\x6a\x40\x9f\xa2\xc5\xef\x00\x93\xae\x83\x85\x5c\x1f\x1c\x13\xc7\x9d\x86\x00\x8d\x10\x1b\x93\x73\xc3\x09\xbb\x9c\xba\xde\x3b\x14\x26\x5a\x8c\x6d\x61\x24\xe9\xd1\x44\xaf\xbc\x60\x3c\x91\x42\xd6\x1e\xd1\x3a\x43\x4a\x7a\x30\x64\x4a\x79\xfe\x38\x50\x30\xee\x0e\x01\xfc\xf5\x67\x19\xe4\x32\xdd\xa9\x07\x91\xe0\xd8\xeb\xc6\xd3\x7b\xf5\x45\x83\xeb\xf5\x16\x8f\x74\x57\x04\xcf\xc4\xd6\x6f\x53\x92\xb7\x35\xed\x2d\xdb\x26\x70\xdc\x35\xe3\xdf\x78\x67\xf7\x82\xa6\x83\x95\x47\xe7\x07\xc8\x14\xee\x3a\x7a\x04\xb9\x8f\xae\xd2\xb9\x9a\x02\x7c\xfd\x42\x2c\x26\xae\xbc\x69\x5c\x67\x70\x87\x6a\xb6\x87\x90\xd8\x43\x48\xec\x21\x24\xf6\x10\x12\x7b\x08\x89\x3d\x84\xc4\x1e\x42\x62\x0f\x21\xb1\x87\x90\xd8\x43\x48\xec\x21\x24\xf6\x10\x12\x7b\x08\x89\x3d\x84\xc4\x1e\x42\x62\x7f\x8f\x21\xb1\x87\x88\xd2\x43\x44\xe9\x21\xa2\xf4\x10\x51\x7a\x88\x28\x3d\x44\x94\x1e\x22\x4a\x0f\x11\xa5\x87\x88\xd2\x43\x44\xe9\x21\xa2\xf4\x10\x51\x7a\x88\x28\xfd\x7d\x44\x94\x6e\x7e\x6b\xd7\xe2\x66\x1d\x4a\xbd\xa9\x9e\x59\x1c\x82\x88\xcd\xd3\xc1\x87\xff\xc4\x95\xce\x88\x83\x8f\x55\x21\xb3\xd5\xd5\xc5\x5a\x3e\xce\xb0\x05\xfb\x0e\x4c\xd8\x1f\x78\xc9\x67\x08\xe3\x7d\x7c\x3b\xfe\xee\xc3\x09\xab\x6a\x05\xf6\x9e\xab\x0b\xc6\xb5\x56\x99\x84\xb8\x46\x8f\xec\x77\x1b\x7f\x06\x8a\x54\x6f\x1d\x4c\xba\x16\xd8\x9e\xc3\x29\xd7\x7d\x2a\xda\xee\x74\x30\x20\x5a\x44\x00\x1e\x13\x82\xa5\x3a\xc7\x6a\xb9\xc8\x1f\x5e\x16\x57\xf6\xb3\x80\xda\x5a\xf9\x58\xe5\x2e\x54\x6c\x1b\x7a\xf6\xdd\x5c\xb0\x47\x78\x0d\xa1\x63\x8b\xc2\x05\x26\x23\xde\x75\xce\xd6\x74\x8a\x81\x71\x18\x76\x0a\x35\x50\xac\x44\x3c\xc4\x22\x38\x84\x12\x0c\xbd\xd8\xa3\x58\x81\x5d\xc0\x9e\x26\xfb\xfc\x58\x9f\x6c\xb9\x38\x38\xa0\x23\xab\x7e\xb6\x27\xd2\xbb\x46\xdd\x06\x1b\x6a\xa2\x9c\x81\xe7\xce\x55\xc7\x05\x4c\xef\x41\xf2\x60\xb5\x41\x87\x71\x2c\xfb\x88\x8a\xdd\xd5\xff\xc7\xc0\x4d\xa8\x37\x3a\xfc\xbd\x37\x0a\x8f\xf6\xdb\x1f\x4e\x67\xc2\x83\x4e\xd9\xa5\xe1\xbb\xb7\x6f\x77\x42\x85\xdd\x51\xea\xeb\xce\x65\x0d\x9d\xfd\x59\x96\xb9\x7a\xd4\xb7\x22\x6b\x6a\x2c\x9b\x6c\xc4\x93\xc1\xda\x55\x1b\x2b\x5f\x6f\x7c\xd1\xc7\x4e\x53\xab\x21\xd1\x9d\x2c\xd4\xc0\xc7\xf2\xe5\xbe\xd4\xe0\xd6\x10\x9d\xd9\x42\xf3\x73\xff\xc2\x6d\x25\x12\x6e\xc7\xef\x3f\xdc\x9e\xb5\xdb\x30\xa9\xd9\x23\x5c\x55\xbb\xd4\xf6\x39\xe3\xf9\x42\x62\xbd\xe5\x47\x31\x99\x2b\xf5\xc0\x8e\x9d\xd2\x34\x93\x66\xde\x4c\x46\x99\x5a\x44\xfa\xd3\x50\xcb\x99\x3e\x7d\xa4\x89\xd8\x61\x9c\x30\x59\x16\xd2\xf9\x21\xec\x54\x23\x04\x79\xfc\x48\x98\x1a\x84\x21\x11\xde\x1f\x11\xf9\xfe\x30\x21\x70\x9a\x10\x84\xdb\xb1\xab\x80\x1e\x3f\x2c\xc4\x52\x14\x88\xd1\x4b\xa5\x8a\xe6\x0a\x2a\x6a\xd8\x2e\xb5\xa8\x97\xa2\x26\x6b\xb6\x28\x21\x32\xd7\x7e\x86\xd6\x1e\xc6\xe3\xe0\xe7\xa7\x05\x4f\x95\x81\x18\x24\x96\x37\x4d\x72\xd7\x8c\xbd\x83\xb5\xb8\x76\x1d\xb0\x08\xe5\x6f\x35\xc9\xba\x29\xcf\xf4\x8f\x5a\xd4\xe9\xb9\x59\x8a\xea\x9e\xb2\x70\x78\xed\xa0\xeb\x06\x2f\x2b\x54\x54\xa8\x14\x14\xd8\xea\x66\x81\x54\xb5\xca\x84\xd6\xed\x78\x66\xdb\xa4\xd1\xa2\x8e\x70\x37\x65\xc9\xe4\xc2\xb2\xad\x85\x30\x1c\xc2\x08\x3b\xac\x99\x7d\xe0\x2b\xc6\x0b\xed\x6a\xfd\xd9\x37\xc6\x2a\xef\x5c\x35\x00\xfb\xa4\xa7\x13\x65\xe6\xac\xf3\x1c\x56\xb2\xff\x5a\xab\x80\x48\x3c\xa6\xee\xeb\x86\x3f\x08\xa8\x0f\x9f\xd9\x2d\xcc\xb6\x6f\x9a\x79\xc6\xbe\xdd\xc4\x3b\xb2\x6d\x03\x77\x61\xa8\xb9\xd4\x99\x5a\x8a\x7a\x75\xba\x7c\x07\x23\x7c\x37\xba\x2c\x73\xd8\xb1\x4d\xd4\xcc\xb5\xe9\x18\x60\x64\x39\x2b\x04\x2b\xd4\x0c\x50\xb1\xef\x8f\x26\x3c\x7b\x10\x65\x6e\xa5\xa9\x45\x55\x80\x90\x41\xd5\x03\xd7\x97\xf5\x8f\xd9\x23\xcf\xf3\x5a\x68\x9d\x2a\x33\x12\x1e\xf5\x06\xe7\x1f\xe1\x99\x93\x9a\x09\x1a\x2e\xd6\xb1\x68\x53\x20\xbf\x47\x1c\x8c\x42\x46\xd4\x55\x2d\x20\xd2\x39\xcb\x54\x1d\x97\x11\x6b\xf3\x27\xb7\x04\xb7\x85\xcc\x40\x30\xb0\xdf\xb4\xa2\x6e\x8b\x30\x51\x29\xd1\xa9\xaa\x59\xc6\xed\x90\x0a\xf9\x20\x58\xde\xf0\x62\xa8\x0d\xcf\x1e\xd8\xf1\xd5\x78\xf9\x35\x1c\x88\xab\xf1\xf2\x9b\x13\x56\x0a\x43\x90\x20\x23\x76\xae\x4a\xdd\x2c\xec\x71\x38\x16\xa3\xd9\x08\x0c\x24\xc3\xaa\x56\x4f\xab\x13\x0c\x32\xc7\xe0\x22\x0f\xaa\x6f\x30\xf6\x1a\xc4\x1b\xbf\x06\x51\x62\x8f\x3d\xa6\x78\x0d\x65\xcd\xd4\x63\xc9\x32\x5e\xf1\x89\x2c\xa4\x81\xf2\x20\x21\x45\xc5\xb1\x23\x6e\x58\x21\xb8\x15\xb1\x4b\x3f\x45\x48\x6f\x28\xad\xb0\x0e\x5c\x82\x97\xac\xcd\x89\xb7\x95\x48\x19\x1c\x3d\x0d\x23\x6e\x51\x48\x6d\x86\xae\x89\x30\x14\x24\x96\x4b\x93\x2e\xd5\x11\x9e\x05\xb8\xe2\x35\xf1\xe2\x4d\x0d\x4b\xa2\x0d\x37\x8d\xe7\x36\xfe\x24\xec\x20\xe6\xf8\xbb\x31\xea\xdd\x8d\xf3\x30\x44\xf2\xf4\xa6\xb3\x7e\xdc\x93\xe4\x49\xf4\x27\xcf\x15\x53\x20\xf8\xda\xcc\x6f\xbb\x9a\xfa\x17\x80\x3a\xe6\xe8\x1d\x6e\xa4\x9e\x47\x0f\x20\x83\x05\xb0\xde\xd1\x71\x8b\x87\x45\x96\xec\xe2\xfa\x16\xfd\x4e\x27\x56\xa9\x2a\x0c\x94\x88\x0b\xef\x61\xd2\x4b\xa3\x23\xa0\x66\x3f\xde\x90\xf3\x12\x41\xa1\x4f\x9b\x72\x26\x2d\x45\xc2\x2f\x2c\x5c\x97\x67\x0e\x00\x1f\xbf\x79\x42\x2a\x5c\xc5\xb5\x86\x31\x00\x98\x35\x3b\xbe\x79\x7f\xce\xde\xbd\xfb\xf2\xab\x13\xdb\x5c\xe6\x58\x10\x37\x59\x9c\x8b\xd7\xb3\x35\x45\x9b\xfd\x23\x2c\x81\xd4\x71\xc3\x45\x76\x4f\x42\xa2\x06\x3a\xda\xaa\x8f\x13\x6f\xc2\xcb\x0a\xe3\x3b\x64\xf7\xc4\x28\x1d\xe6\xbb\x3f\xa3\xbc\x9e\x48\x03\x11\x6b\xfe\x59\xeb\xd8\x26\xa4\xf3\x16\xd1\xd2\x50\xac\xe0\x14\xf9\x50\xc5\x65\x1d\x6e\xaa\xed\x25\xbc\x85\xc5\x0a\xb0\xe7\xd1\x2b\x40\x11\x61\x59\x04\xe6\x8a\x27\xc0\x59\x95\x65\x56\x34\xb9\x80\x3c\x54\x2c\xf0\xa1\xa6\xec\xdd\x37\xdd\x11\xba\xa0\x03\x6c\xad\x11\x64\x9d\x50\xb6\x21\x7d\x27\x78\xbf\xa7\xca\xd2\x49\xd4\x42\x8a\x82\x3d\x94\x96\x3a\x3d\x88\x95\xfe\x96\xfd\x81\xb5\x07\xef\x8e\xe8\xb7\x11\x63\x6e\x17\x1a\x6c\x5f\x3a\xac\x57\x7a\x5f\xb2\x48\xb0\x75\x4b\x6b\x47\x83\x70\xe6\x8e\x5e\xd3\xb9\x0f\x39\x7a\x2d\xa2\x6f\x7b\x09\xc5\x22\x46\xf7\xe5\x1f\x42\x49\x87\xf6\x28\xff\xae\xca\x0d\x23\x04\x80\x7f\x3f\x1c\xdb\xeb\x73\x47\xb4\xe3\x70\x6a\x31\x93\xaa\x5c\x3f\x20\x7c\xfe\xfa\x43\x4a\xf0\x77\x9e\x23\xe5\xe4\xc5\xb8\xc5\xd0\xb7\x57\xd2\xda\xa9\xe6\xff\xae\xd2\x4d\x44\xc1\xff\xb2\xb3\x48\x74\xde\xe2\x4c\xdb\x84\xa3\xd0\xba\x5b\xa1\xcb\xf1\x26\xcf\xcd\x80\x65\x97\x2d\xc2\xb4\x2d\x57\x8d\xe7\x09\xc2\x03\x3f\xb7\xf6\x16\x32\xad\x23\x9a\x87\xd1\x96\xa2\xe2\x64\xf2\xb2\xf2\xaa\x5c\x0a\x66\x6a\x3e\x9d\xca\x6c\xd0\x16\x7b\x1e\xe7\xdc\x40\xc5\x40\xb2\xc2\x59\x01\x81\x97\x7c\xe6\x54\xf6\x40\xa3\xce\x58\x29\x8b\xde\xd9\xe2\x25\x6b\x4a\xbc\xcd\x96\x0f\x0b\xa8\xce\x00\x96\x12\x94\x86\x02\xab\xa3\x33\xe5\x05\x30\x1c\x75\xeb\x65\xc6\x35\x24\xb6\xae\x52\xf9\xa9\x2f\x14\x76\xc7\x54\x2f\x7a\xdb\x9e\xda\x76\x9d\xa8\x06\xfb\x4b\xe3\x91\xe7\xdb\x72\xe1\xd6\x7d\x5c\x97\x2c\x1c\xeb\x86\x76\xc7\x54\x6d\xd7\xb8\x28\xe0\x5f\x54\x17\xa9\x23\x82\x92\x44\x08\x25\x6b\x08\xa4\x0e\x91\xec\xa8\x38\x62\xbb\x35\xc4\x1f\x5a\xba\x4f\x09\xd4\x2d\xe6\x49\xe2\xf9\xc0\xd5\x1e\x75\xb7\xdb\xab\x68\x94\xc8\x31\x82\xd1\xfc\xd7\x5f\x46\xf8\xa1\x50\xff\x5a\x48\x90\x44\xb0\x0c\x36\x16\x9b\xa3\xfa\x7c\xaa\x46\xb9\xa0\x55\x1b\x3b\x12\x08\x2c\xc1\x77\x09\x94\x6d\x29\xf3\xdf\x58\x36\xe7\x35\xcf\x8c\x3d\x2e\x90\x85\xf8\x07\x2c\x0d\x47\xc2\x2a\xa8\x52\xff\x35\xe4\xc3\xbf\xbf\x1d\xfe\x9f\xbf\xb8\x6e\x92\xa2\x6c\x21\x8c\x11\x35\xfb\x2f\x3e\xfc\xbb\x6d\x28\x29\x67\x13\xf2\xc1\x0d\xaf\x0d\x94\xc8\x2b\x73\x17\x7c\x39\x5f\x55\x73\x51\x0e\x58\xa9\xea\xd0\x5f\xfe\xdf\x3c\xb3\x77\x18\x1f\x6a\x5f\xc9\xc8\x55\x74\x5d\x5f\x44\x72\x5d\x75\xf2\x3b\x57\x8b\x3c\xd4\xf2\x69\xdf\xb1\x2b\x3a\x0d\xfd\x4a\x15\x78\x2a\xac\x06\x63\x1f\xd4\xc2\x7e\x0a\xd3\x35\x5b\x35\x2b\x82\x72\x93\xd4\x0a\x98\x37\x3b\xb9\x7b\xb9\x63\xdd\xa5\xaa\x56\x46\x65\xaa\x48\xcf\xe9\x6a\xcc\x5c\x03\xaa\xc9\xe1\x4f\xb4\x33\xf5\xff\x78\x31\x1e\xb0\xbb\xf3\xf1\xc0\xae\xfc\xed\xf9\xdd\x78\x14\xaf\xe7\xdd\x79\xaa\xc8\xfb\x0b\x6f\x3c\xde\xcf\x1d\xae\x3c\xde\x97\xb6\xa2\xeb\x6b\x1b\xc6\x1b\x44\xe4\xd6\xab\xba\x91\x9e\x8b\x85\x41\xa8\x5a\x99\x0b\xfb\x36\xc0\x6d\x49\xf8\xf7\xc2\x74\xfb\xb3\x24\x86\x0d\x7c\xa9\xca\x50\x83\xd0\x57\x7b\xa5\x35\xfc\x6f\x25\x4b\xa4\xe9\x55\xad\xf2\x06\x3f\xc0\xa6\x4d\x51\x30\x1a\xac\x1f\xe8\x36\xbd\xdb\x37\x5c\xab\x77\xa7\x7d\x3a\xb1\x16\x1c\x52\xa5\xe3\x62\x25\x4e\x89\xcc\x78\x5d\x4b\x67\xe2\x93\xba\x3d\x6b\xa4\x74\x1d\x15\xd6\xca\x1d\x81\xce\x4d\x22\xa5\x05\x8b\xbe\x45\xe7\xe5\x6a\x9c\xba\x74\xbc\x92\x3f\x89\x5a\x27\x91\x27\xce\xc6\x57\xf4\xcc\x67\x9c\x83\xa8\x84\xbf\x89\x1c\x6a\x03\x2d\xb8\xa7\xc7\xfe\x34\xf0\x88\x7b\xe3\x52\x8e\x80\x38\x46\x2c\x2d\x53\xe5\x52\x00\xd7\xc8\xd4\xac\x94\x7f\xf7\xbd\x79\x6a\x0a\x65\xa1\x0c\xde\xcf\xd2\x95\x13\x1b\xf8\xda\x97\xb5\x00\x55\xa6\x29\xa3\x1e\x5c\x99\xd3\x44\x28\xcb\x4c\x1a\x17\x43\x94\xa9\xc5\xa2\x29\xa5\x59\x9d\x42\xca\x81\x9c\x34\x46\xd5\xfa\x34\x17\x4b\x51\x9c\x6a\x39\x1b\xf2\x3a\x9b\x4b\x23\x32\xd3\xd4\xc2\x5e\x98\x21\x0c\xb6\x04\xa1\x65\xb4\xc8\xbf\xf0\x91\x62\xa9\x05\x0d\xa7\xa4\xb7\x9e\xe1\x4a\x80\x9a\xe6\xca\x6b\x12\x5b\x8a\x9e\xc6\x3b\x4b\x55\x58\x69\x97\xd7\xea\x19\x6f\xdf\xbe\x4d\x9e\xe4\xbd\x0b\x71\x6e\xd0\xef\x37\x9a\x29\xb8\x51\x0b\x99\x6d\x2f\xd2\xc3\x5b\x35\x69\xc3\x99\x71\xc2\xd3\xcd\xe5\xed\x5d\x1c\x45\x2c\xbd\xd6\x1a\x88\x4d\x38\x4d\xb8\x20\x53\x41\xf4\xd3\xa3\x9e\x78\xc1\x0e\xe8\x79\x21\xc1\xe6\xd1\x4c\x16\xd2\x60\x85\x21\xa1\x0d\xd6\x48\x3e\xe7\xa5\x65\x0e\x13\xc1\x9a\x2a\x47\x69\xfe\xaa\x64\xe7\x7c\x21\x8a\x73\xae\xd3\x61\x51\xaf\x79\x96\xc0\x36\x35\xb4\x4b\x96\x3c\x4d\xce\xba\x9b\x72\x5b\xf2\x32\xe7\xb5\xab\x2e\xf5\x46\x7b\x4b\xf0\xcb\x0a\x63\xa2\xea\xf0\x41\x18\xee\x78\x72\xe2\x24\x23\x67\x6d\x13\x33\x77\x9c\xc9\x56\x47\xdc\xd7\x05\x74\x4f\x56\x68\x8c\x09\x12\x77\xe2\x90\x03\x9f\x5f\x2b\xb1\x01\x3a\x0d\x49\x7a\xbe\x40\xbc\x34\x7d\xc1\xde\x32\x10\xe4\xfa\x44\xb7\x72\x7c\x8d\xba\xc0\xd0\x54\x94\xf5\xf0\x29\x49\x34\x56\x56\x87\x47\x44\x6a\x5a\x7d\xdf\x1f\x71\x27\x68\xde\x1f\xed\x7c\x29\xe9\xc3\x9f\xe6\x3e\x82\x78\xbe\xcb\x9d\xdc\xa2\x35\x6e\x32\x77\xef\xa5\x2a\x0c\x76\x2b\xe3\x16\x1d\xb1\xdd\xb5\x4c\xe0\x81\x3f\x48\xbd\x93\x42\xe2\x1b\xb7\x25\x14\x77\x44\xfd\x21\x84\x0d\x4c\xc1\x72\xc4\x7c\x1f\xb7\x2a\x55\x78\xed\xc0\x39\x5f\x93\x73\xfa\x2b\xd1\x29\x45\xbc\x6d\xd3\x5e\xf3\x4a\xa1\xfc\xbb\x83\x39\xfe\xc0\xe4\x7e\x55\x26\x07\x37\xf7\x75\x18\x9c\x3d\x4f\xc8\xde\x9e\x4f\x16\x9d\x19\x63\x27\x72\xe7\x3f\xd8\x21\x76\xc2\x2e\x91\x3e\x5d\xbe\x9b\x08\x63\xfb\xb6\x7f\x6e\x24\x6e\xb6\x81\xb3\xf0\x03\x9f\x22\xfb\x18\xfc\xae\xd5\x42\xa0\xa5\xd2\x69\xb1\x18\x5f\x09\x15\xe8\x43\x7e\x5b\x2e\x4a\x05\xc6\x0c\xb5\x10\x64\x40\x6a\x57\x91\xa7\x68\xb1\x6d\xba\x90\xfd\xe6\x9d\x4c\x56\x06\xf4\x70\x4a\xdd\xea\xb8\xdc\x30\x7c\xc8\x1e\x2d\xb1\xe2\x0f\xa2\x3c\x9d\x72\x59\x00\x5a\xdb\x8c\xb7\xdc\x8a\xe1\x07\x22\x83\x07\xe5\xe5\x57\x20\xc1\x21\xf9\xf6\xdc\xe1\x37\x76\xb0\x12\x7c\x03\xe7\x1f\xd6\xba\x01\x4a\x37\xe1\xd9\x03\xe4\xc6\x64\x6a\x51\x71\x23\xc1\x83\xba\x42\xd1\x8a\xdc\x45\x0c\x4f\x30\x7c\x75\x27\x0b\x4a\x18\xce\x7b\x59\x6b\x38\x6f\xda\xf0\x45\x02\x27\xe3\x15\xc7\xf5\x7c\xca\x02\xf7\xa1\x35\xec\x1f\xf8\xef\x71\xd4\x21\x3c\xf6\xb7\x1a\x6e\xc0\x8b\xb0\x2f\x45\x90\x18\x9e\xec\x6c\x88\xf4\xb3\xcf\xd9\xe3\x5c\x90\x82\x81\xdf\xb5\x14\x67\x6a\x0f\x11\x53\x13\x08\x27\xd9\x05\xef\x61\xc3\xaa\x7d\x90\x59\xad\xdc\xd2\x1d\x84\x81\x4f\x23\x0c\xbc\x96\x16\x6b\x59\x5e\x7f\x7f\x30\xcc\x90\x17\x23\x76\xc6\xe6\xcd\x82\x97\xc3\x5a\xf0\x1c\x82\x8b\xa2\x86\xde\x0a\x1c\x45\x4c\xd8\x1d\xc2\xf0\x6a\x55\x8e\xd8\x07\xab\xf1\xf1\x82\x15\xa2\x9c\x99\x79\xf0\xaf\x1a\x2c\xdd\xff\xf0\x1d\xfa\x78\x0b\x39\xa9\x79\x6d\xb5\xe5\x10\x46\x10\xfb\x9c\x28\x6c\x85\x82\x06\x9a\xca\xfe\xf6\xcd\xd7\x0f\xdf\xad\xc3\x3f\xd5\x69\x26\x8b\xd1\x81\x5d\x3e\xbb\xa6\x13\xe2\xb1\x69\x0b\xb5\x0f\x16\xf0\x97\xc8\x1e\xe6\x89\x6a\x4c\xd7\x61\x25\xa1\xf0\x77\xc9\x3e\xfa\x63\xab\x6a\x38\xde\x59\x48\x6b\xf5\x06\x60\x3d\x62\x97\xa3\xd9\x88\xdd\x88\xaa\x90\x19\xbf\x15\xe6\x3c\xd5\x2a\x7a\xae\x29\x3f\xdc\x6a\xfd\x6e\x1c\x62\x21\x0d\x18\x7e\x45\xc6\x1b\x0d\x15\xc9\x79\x66\x00\x54\x04\x44\x1b\x14\x6a\xd0\x27\x14\x75\x15\x49\x13\x2f\x88\x71\xa8\x85\xe5\xef\x89\x2b\xef\x8e\x14\xd3\x22\x53\x56\x72\x5d\xb9\x55\x9c\xaa\x1a\xdd\x36\x96\x42\x16\xe2\x89\x76\xc8\x2d\x06\x90\xab\xae\xcc\xc3\x4c\x2d\x67\x33\x7b\xe9\x39\xcb\x6a\x41\x82\x49\xcd\x72\x51\x08\x77\x34\x69\x28\xaf\x35\x2f\xda\xb8\xb0\x23\x89\xfc\xf7\x28\x88\x20\xda\x5f\x8c\xcd\xa3\x5d\x09\x67\x66\xc0\x20\x2a\xe6\x6f\x6d\xcf\x3b\x25\xb5\xfd\x6d\xcd\xb1\xa4\x51\x5c\x95\xda\xf0\x32\xc5\x89\xae\x2e\x12\x23\x90\xd4\x3c\xfe\x64\x21\xcc\xf0\x69\xf5\xf7\x69\xfa\x4b\x5a\xd4\x32\x15\x2b\x07\x48\x72\x21\x68\x0a\x0f\x3f\x36\x8e\x8f\x61\x64\x5b\x50\x35\x58\x8f\xe4\x94\xee\x02\x45\xfd\x19\x55\xe2\xdb\xbb\x6c\x0c\xea\x03\xa3\x96\x3e\x70\x8b\x23\xfc\x87\x1b\x7c\xef\x9e\x92\x07\x21\x1a\xd5\xf1\xb5\x95\xa3\x8a\x01\xfb\x99\xd7\xa5\x2c\x67\x27\x03\x56\x8a\x47\x0a\x82\xcb\x1c\xe5\xc1\x98\x7d\x92\xf9\xa7\x8d\x25\xd6\x7b\x57\xea\x0f\x39\x6c\x11\x97\x4e\x06\x88\x6f\x8c\x47\x48\xe9\x41\x34\xef\x1d\x35\xac\xc0\x8c\xf7\xb7\x40\xed\xf8\x06\xea\x3a\xdb\x15\xb8\xad\x16\x2a\xd7\xa8\xed\x03\xc0\x23\x46\x7e\xad\x6d\xca\xd7\xc1\x20\xf5\x9b\x1a\xa4\x10\x3d\xa0\xb5\x7d\x6e\xf5\x7a\xfb\xb7\xb7\x6d\x2a\x45\x04\x8e\xfe\x71\x90\x31\x7f\x5b\x83\xd3\xa7\x1e\xaf\x1f\xd0\xaf\x62\xd8\x4a\x1a\x9e\x3e\x81\x31\xeb\xd6\xb3\xd7\x8d\xd4\x10\x9b\xf9\x18\x92\x38\x02\x54\x95\x8e\xed\xaa\x29\xb2\x37\x3d\x60\x72\x24\x46\x08\xbe\x84\x42\xc7\x23\xd7\xa7\x80\x29\x59\x55\xa2\x74\x52\xa7\x2c\x1b\xd5\xe8\x62\x85\x58\x4e\x56\x22\x04\x8c\x89\x2d\x94\x15\xc0\x88\xff\x7f\xf6\xfe\xbd\xb9\x6d\x23\xdb\x17\x86\xbf\x4a\x97\xa6\x76\xc9\x4e\x51\x94\x9d\x64\x67\xcf\x64\xea\xad\xfd\x2a\xb6\xb3\x47\xb5\x13\x5b\x8f\x24\xe7\x9c\xf3\x6c\x4d\x55\x9a\x40\x93\xec\x63\x10\xcd\x41\x03\x92\x38\x55\xf3\xdd\x9f\xea\xb5\x56\xdf\x70\x21\x40\x8a\x8a\x25\x1b\xf3\xc7\xc4\x22\x1a\x8d\xbe\xac\x5e\xbd\xae\xbf\x75\x34\x39\xca\xb8\x2e\x3f\x90\x9e\x48\xf7\x0a\xd8\xca\x9a\x4c\x37\x69\xb7\x93\xbc\x77\xc1\x2a\x2a\xc1\xb8\xb6\x24\x74\xd9\xe3\x9c\x50\xc6\x47\x06\xa9\x4b\xb6\x14\xbc\x28\x67\x82\x97\x8c\x70\x3b\x06\x58\x48\x1a\x03\x6d\x4a\x08\x4e\x1b\x86\x8f\xe0\x45\xe3\x4e\x34\x8d\xc4\xe8\x09\x5a\x88\x9c\xcd\xc4\xdc\x50\x7a\x3c\x9e\x03\x6a\xca\xb8\x8a\x4d\x96\x1a\xec\xf9\xdd\x52\x40\x98\x54\xb8\x52\x90\x13\xb2\x50\x14\x2a\x65\x06\xa0\x97\x58\x18\xc1\x83\xc5\x5d\x64\x3c\xcf\xc1\x94\xb8\x52\xb7\x1c\x83\x6a\x5e\x4f\x5f\xff\x79\x57\xa9\x66\x90\x9c\x51\xa7\xfe\xfb\x52\xe4\x1a\xd6\xc4\x9e\x80\x33\x44\x03\x7b\x73\x75\xfe\x16\x10\x4d\xb7\x1d\x83\x7a\xdb\xd6\x04\x12\x4c\x17\x03\x8c\x54\x6a\xe5\x20\xb6\x3c\xf0\x18\x05\xcc\x0f\xaa\x8e\xd2\xa0\xe5\xf6\xb0\xbb\x30\x35\xab\x10\x0b\xa9\x4b\x08\x7b\x0f\x63\x89\x3d\x6e\xeb\x7e\x01\x49\xdd\xcb\xf7\x73\x04\xab\xd9\xb3\x7e\x5d\x38\x9b\xb4\x80\xe6\xb1\x85\xff\xee\x5e\xb9\x80\xa6\x7e\x84\x34\x80\x66\xe7\x70\x7a\xd6\x98\x2e\x7c\x76\x71\xce\xfe\xab\x50\xd5\x1a\xd4\x0f\xc1\x7b\x97\x9e\xd6\xa9\x59\x49\xc8\x51\x49\xad\x8a\x10\xee\x75\x4b\x6e\x5c\x30\x1f\x6c\xb4\x67\x38\x58\xf7\xea\xff\x2d\x00\xeb\xeb\x59\x7b\x87\xde\x17\x8a\x97\x90\x88\x6e\xab\x4f\xf8\xb8\x5f\xe4\xda\x54\xde\x08\xd3\xb9\x30\x4e\xd4\x2e\xaa\x39\xba\x6b\x85\x81\x95\x90\xe9\x77\x5e\x32\x5a\xc3\xa0\x90\xd2\xba\x10\x73\x79\x4f\x7b\x47\xae\xfc\xce\xed\x73\xe3\xdb\x79\xf3\x6a\x19\xc7\xbc\x5c\x5e\xc0\x87\x5b\xa2\x22\xdc\xb3\xa8\xe0\x93\x1d\xa7\xad\xef\x14\xae\x8a\xaf\x7d\x03\x93\x4c\x95\xa0\x28\x46\xcc\xe9\x67\xbf\x7f\xf3\xfb\x94\x5d\x17\x5c\x66\x90\xc9\x9f\x71\xbd\x14\x18\xd2\x58\x16\x72\xb5\x12\x29\xb2\x76\x1b\x29\x4a\xd2\x5e\xf8\x59\x1b\xad\x09\x89\xd8\xbc\x5c\x4e\x6f\xf2\x9b\xfc\x1d\xc1\x2a\xfd\xc8\x7e\x3f\x9d\x2b\xf5\x3b\xbb\x03\x49\x1e\x8e\x03\xfd\x34\xc1\xff\x9e\xfe\x0e\x62\x3a\xfe\x7b\xc6\x8b\xdf\xe3\x37\xcc\x58\x83\xb7\xd2\xdf\x0d\x7f\xfe\xfd\x54\x94\x09\xb4\xda\xad\x74\x0f\x4c\x45\x0b\x04\x3a\x87\x8a\x3d\x40\x24\xd8\x7f\xb0\x6a\x3a\xce\x90\x0e\x96\xdd\xd6\xfb\xe1\x59\xe6\x56\xd8\x97\x47\xb2\x5f\xde\x37\x52\xba\xe5\xa0\xbc\xe5\x62\xa5\xf2\x2b\xb1\x55\xe7\xf3\x48\xa7\xec\x04\x73\x05\x16\x40\x74\xa4\x7d\x99\xf3\xec\xfa\x89\x21\x50\xe1\x54\xac\xd7\xf6\x7b\xdf\x9e\xba\x76\x46\x58\x17\xc4\x93\x33\xc1\x35\x1a\x1c\xb5\xb7\x33\x05\x62\xd4\x34\xe8\xbe\x1e\x73\x0f\xa8\x36\x55\xe1\xd5\x3c\x96\x42\x5b\xb3\x0f\x03\x4a\x1e\x8c\x2a\xe7\x61\x55\xce\x51\xcb\xfb\xcc\xb1\x73\xcf\x42\xd3\x8b\xbd\x1b\xba\x15\xc6\xe0\x1a\x2a\x09\x6a\x28\xd0\x34\x13\x4b\x7e\x2b\x55\xe1\xce\x5a\x70\xc6\x1f\x7b\xc2\x66\x74\x27\x3c\x4f\x4f\xd0\x81\x32\xc4\x0e\xea\xd8\xec\xb4\xc1\x66\x01\xb2\x81\xf4\x88\xaa\xc5\x36\x73\xdd\x91\xe3\x5a\x9b\x33\xe2\x90\xf3\x92\xdb\x40\x73\x55\x81\x1d\xc7\x50\x31\x24\x9c\x2b\x28\x3a\x98\xa7\xea\x0e\xde\x07\x78\xc2\x0b\x82\xcd\x73\x10\x0c\x16\x58\xe7\xd2\x96\x9a\x7b\x6e\x8b\x89\x9d\xf4\x9a\x0b\xb6\x5c\x7b\xb0\x1f\x83\x2f\xc9\x2b\x3b\xea\x07\x86\x09\x6e\xfb\x86\xcb\x2f\xdb\x7a\x23\x37\x5a\x07\x35\x28\xad\xb7\x8f\x2a\x06\xf9\xbb\x13\xb0\xcc\x13\x51\x80\x99\xa2\x33\x25\x2d\x14\xf6\xc9\xdb\x4d\xbb\xd5\x90\xf9\x8d\x9a\x7d\x5d\xf0\x5c\xc3\x10\xda\xf5\xf7\x5f\x8c\x2a\x0e\x98\xc1\x74\x5f\xd3\x78\x4b\xf7\x9e\x4d\x56\x52\xb9\xf3\x52\x02\xf4\x39\xe4\x3d\x3f\x4c\x77\xb7\x6a\xfb\x4a\x68\xcd\x17\x6d\xe5\x6d\xd0\x73\xca\x9c\xe7\x94\x5a\xda\xc0\x59\x73\x33\xa5\xa2\xe4\x32\xd3\x81\x43\xc5\x8f\x7d\x27\xe7\xe6\x35\x48\x3b\xe6\x19\x65\xcc\x04\xeb\x71\xac\xd1\x68\xd1\xd3\x75\x17\xdf\xb8\x8a\xf2\xe1\x5d\xaf\x13\x5b\x19\xea\x1a\xc4\xd1\x9f\x79\xa6\xc5\x84\x7d\xc4\xfc\xbb\xf6\x2c\xed\xad\x6e\x1a\x4f\x4b\xee\x13\x3b\x7b\x5d\x76\x75\x52\x6c\x39\x2b\x7d\xce\x8a\xa8\x21\x0a\x20\x89\xca\x32\x2a\x85\x07\xfc\xd2\xf2\xd4\xd1\x69\xf1\x44\x24\xc8\x0e\xa7\xc5\x99\xf3\x55\xb4\xef\xd9\xee\x8e\x8a\x2d\x17\xcb\xe8\xb0\x18\x1d\x16\x07\x75\x58\x6c\x53\xbc\x1f\xea\xb8\xe8\x93\x6e\x86\xf0\x47\x8b\x12\x16\xa6\x8b\x0e\x56\xa9\x23\x81\x41\xac\xd6\x59\xab\xa3\x61\x25\x73\x23\x67\x6e\xae\x20\xb2\xa4\x43\xf4\x5d\xc9\x1c\x92\x4f\x7c\xae\x2c\x06\xa2\xa0\x5d\x00\x33\x23\x39\xcb\xc5\x5d\xb6\xc1\x88\x12\x91\x06\x77\xd2\x5a\xa5\x41\x6c\x12\x66\xcd\xdf\xc9\x72\x69\xae\x6d\x9e\x6f\x6c\x85\x44\x0f\x56\x95\x14\x5c\x2f\x65\xbe\x98\x40\xf7\xb2\x24\x5b\x5c\x00\x8e\xc2\x6f\xb9\xcc\x8c\x60\x10\x03\x5a\xbd\x62\x2f\xcc\xc7\xac\x0d\xb0\xed\x05\xc6\x35\xd3\x0a\x50\x40\x08\x15\x0a\x06\xf4\x72\x60\xf2\xad\xad\x33\xf3\x37\xa9\x4b\x55\x6c\x7e\x91\x2b\xd9\x91\x5c\xec\xd7\x4a\x65\x29\x5b\x62\x7b\x04\x01\x00\x41\xcf\xc8\x52\x60\x81\x2a\x54\x96\xcd\x78\xf2\xc9\x97\x0d\xe1\x28\x05\x1a\xb6\x13\xc3\xd0\xcc\x44\x79\x27\xb0\x9c\x05\x20\x6a\xb2\x7f\x8a\x42\xc1\xd5\x11\xa5\x28\xc7\x8b\xf2\x7a\x18\x74\xdf\xe4\x48\xdb\xd2\xb6\x6d\x5c\x1e\x90\x4e\xfe\x51\x89\x62\xc3\xd4\xad\xb0\x76\x54\x5b\xa3\x04\x70\x0a\xbc\x06\x13\xe9\x81\xbe\x0c\xb7\xcc\x99\x2a\x52\x9c\xd6\x2c\x88\xb1\x49\x21\xdb\x9a\x32\xaf\x52\x1c\x3a\x5a\xcf\x09\x10\x45\x01\xc6\x18\xb3\x54\xbc\x33\xa8\xf8\x10\xd4\x95\xd3\x3f\xc1\x7f\x4f\xec\x2a\x0c\xd0\x82\xb6\xf1\x20\xd3\x97\x2f\x30\x3c\xf1\x27\xb0\xb9\xb8\x79\x84\x9f\x13\x2b\x0c\xae\x2c\x9c\xa3\x69\x3c\x5e\x08\xae\xe5\xcf\x18\x3c\xc6\x67\x4c\xdc\x73\xa8\x4f\x63\x64\xcc\x44\xad\x37\x01\xb0\x01\x40\x7f\x8b\x5b\xb3\x8b\x88\xa9\x89\x65\x87\xcb\x64\x69\x53\x87\x69\x98\xc7\x08\x66\xce\xec\x6a\xb0\x17\x46\xcd\x8f\xde\x95\x73\x96\xab\x5a\x2b\xe9\xb3\xf7\xd2\x97\x3b\x6f\x93\xd9\x9d\x4c\xf1\x54\x9f\xfa\xf0\x2b\x7d\x5a\x60\x94\x9d\x59\x2d\xff\xf3\x9f\xd6\x2a\x3d\x71\x6b\xba\x13\x8a\xe6\x35\xbd\x65\x75\x7e\xdb\xcb\x7f\x41\x32\x43\x7b\x92\x81\x37\xb5\x4e\xd9\x19\xd3\xe6\x8a\xcf\x13\x77\xc6\x23\x29\x83\xfb\xc4\xfe\x85\xeb\xd1\x6a\x00\x9e\x82\x3b\xb5\xfe\xf3\xd2\x56\xd4\x86\x44\xf2\x3c\xdb\xb0\x14\xa3\xa1\x41\xd8\xa0\x78\xbd\xde\x23\xfd\xc3\xf7\x66\x6e\x28\x75\x5c\x95\x05\x2f\x45\x1b\x76\xd2\x59\x4e\x82\x89\x11\x9b\xa0\x0d\x72\xa8\x75\xc6\x13\x43\x48\x54\x20\x29\xe2\xe5\x1a\x6d\xff\xb9\xb8\x83\xbf\x06\x85\xa0\x6d\x11\xea\x3e\xc6\x43\xdc\x01\x42\x34\xda\xc8\xc1\x97\x6f\xed\x7b\x43\xaf\xf9\xe8\x3c\xef\x72\xd7\x3b\xcd\xb0\xff\xb6\x47\x65\xb1\x03\xbe\xc6\x9b\x9d\x76\xb9\xf8\xe9\x6d\x8c\x1b\x30\x23\x48\xab\x4c\xa4\x47\x93\x23\x24\xdd\x5f\xa5\xd6\xc1\x8f\x64\xd8\xeb\x6a\x0d\x82\x42\x5b\xac\x42\x96\xc1\xa5\xd8\x91\xdc\xf1\x06\xeb\x75\xcc\xd9\x92\xeb\x25\x73\xad\xb5\xd3\xb6\x03\xef\x43\xcc\xd5\x82\x28\xcc\x4a\xdb\x20\x49\x9b\x23\x40\x5a\x23\x55\x71\xbb\x55\x32\xe5\xe6\x4c\xae\x44\xb2\xe4\xb9\xd4\x2b\x74\x61\xc9\x12\xca\x60\xc1\x4d\x48\xfc\xd1\x39\x3c\xed\xf7\x73\x71\x67\x54\x32\x1f\x9d\x7a\x69\xab\xc9\x0d\xbb\x38\xb7\x61\xe8\xd5\x6a\x46\x93\xf6\xe7\xc5\x11\x4c\x1b\xe0\xe8\xc1\x8c\x0d\x43\xc7\x3a\xda\x7c\xf1\x58\x6a\x95\x37\x6d\xd5\x13\x14\xd7\xe6\x66\x38\x59\x89\x62\x21\x4e\x3e\x89\xcd\xd1\x8f\xd6\xf2\xd4\xd2\x4a\x3b\x26\x73\x04\x2f\xc0\xc2\xb4\x53\x5f\x8f\xbc\x04\x55\x34\xbc\x6c\x41\xa5\x1a\x3d\xa8\xcc\x6b\x4b\xff\x80\xbc\x9c\x23\x98\x24\x78\x36\xa9\xc4\x97\x05\x44\xf5\xcd\x0e\x74\x15\x61\x87\x5a\x94\xa7\x43\x13\x8d\x5a\xcf\x53\xeb\xfc\x4b\x55\xf2\xac\x7d\x15\x02\xe1\x99\xd6\x22\x9e\x1d\x7b\x81\x79\xe2\x16\x0f\x8c\x50\x84\x40\x08\x68\x7f\xe3\x50\x77\xf3\xae\x0b\x82\xd3\x3b\xb3\xd4\xbf\x03\x25\xf4\xae\x81\x21\x04\x48\xef\x07\xd3\x1a\x79\x2b\xe9\xda\x0d\x9a\x39\x6a\xca\x43\xa5\xe0\x05\x6a\x25\x50\xba\xc9\x92\x99\xb9\xc6\xa7\x35\xf5\xe8\xe5\x2e\xd3\x8c\x98\xeb\x7e\x34\x1f\x0f\x1e\x13\x3e\x2c\xf0\xd0\x93\xa4\xf8\xf0\xa2\xf8\xbc\x9b\x5b\x07\x2f\xeb\x1f\xf5\xc7\x9c\x3f\x2a\x61\xe6\x64\xf4\xfd\x1c\x14\x69\xb3\xd3\xb6\x09\xb9\xd7\x16\x58\xbf\x10\x00\xb6\x15\x8a\xaf\xf4\x7a\x53\xc1\x0b\xee\xe8\x9d\x64\xd2\x07\x33\xc5\xf0\x98\x50\x97\xc1\xaa\x1e\x00\xac\x7e\x98\x37\x68\x07\x51\xf0\x63\x43\x18\xf7\x22\x61\x0f\x00\xa1\x91\x73\xf2\x05\x76\xd0\x22\x63\xe0\x63\x2b\xca\x63\xf0\x05\x5b\xf3\x82\xaf\xf4\x94\x5d\xa0\xfc\xe1\x82\x58\x00\x1d\xea\xff\xc7\x6e\xec\x6b\xd8\xeb\xcd\xd1\x9e\x82\x7c\xd4\x4b\x60\xaa\xed\xf3\x59\x04\x24\x84\xe3\x06\x6b\x29\x56\x05\xa9\x8d\xcc\x9c\xf8\x9b\xa3\x0f\xf9\x5b\x91\x09\x18\x69\x88\x3f\x65\x7f\xde\x3d\xcd\xa4\x65\xaf\x3a\x26\x33\x60\x93\xc5\x3a\x53\x9b\x55\x4f\xaa\xfd\x90\x88\x1d\xd7\x51\x5f\xc8\x8e\x6b\xb8\x63\xcc\x8e\xff\x00\xc6\xc8\x99\xaf\x24\x19\x37\x27\xfd\xd6\xda\xa9\xf1\xe5\x0b\xa3\xec\x19\xb6\x14\xe4\xcc\x8d\xc1\x3b\x63\xf0\xce\x97\xed\xf1\xa0\xd5\x79\x0c\xd8\xab\xf6\x90\x9a\xab\xba\x65\xbf\xec\x8c\xb1\x11\xc1\xf1\xdd\xd7\xf0\xe2\x3a\xe8\x0b\x7a\xf9\xd5\xcb\x02\xd9\xc6\x8b\x00\x31\xc6\xfb\x21\xc7\xb3\x7f\xdc\x48\x3c\xa7\xe1\xcc\xfa\x31\x23\x47\xdc\x47\x86\x85\x8e\x34\x9b\x77\xc7\x8e\xa4\x9e\x87\x7f\xbd\xc1\x23\x66\xa0\x78\x51\x77\x64\xa8\xd8\x04\x18\x1a\x28\x80\xeb\xda\x91\xde\x71\xed\x18\xd4\x18\xca\xf2\x84\x42\x59\x02\xd2\xfe\xac\xb1\x2c\x6e\x18\xbd\xc1\x2c\x51\xcb\x38\x7f\xd3\x3f\x1b\xe3\x58\x9e\x88\x30\xd5\x97\x7c\x1b\x42\x4e\xb6\x6f\xdf\x41\x6c\xaf\x5e\x5d\x18\x63\x5a\xbe\x0a\xd4\xb7\xed\x3a\xe3\x23\x04\x9b\xb8\xce\x2f\x29\xbe\x60\x98\x62\x1a\x2a\x88\xf6\x4d\xa6\x4b\x65\x53\xa4\xc2\x34\x5a\xcb\xbf\xc0\x02\x69\xdb\x86\xd2\xc9\xa0\x7c\xc1\xc9\x91\x7d\xf7\x5a\x8d\x0c\x70\xd4\x26\x9f\x11\xaf\x69\xcf\x6c\xb5\x90\x61\x3f\x06\x45\xbe\x7c\xf9\x16\x8b\x73\xd3\x71\x4e\x02\x19\xcf\x9f\x8a\xf6\x7c\x04\x34\xf3\xb9\x3c\x04\x2f\x38\xb9\x88\xa2\xfd\x2d\x7a\xe6\x75\x2c\x4d\x1e\x98\x6c\xcf\xcc\x66\xf0\x0e\x47\xa7\x19\x12\xf7\x0d\x6c\xee\x2b\x59\x66\xa1\x62\x54\x1a\x32\xbc\x47\x2a\x55\xd3\x61\xd4\x0b\xe6\xb3\x0b\xef\xec\x8d\xd4\x8b\x5a\x76\x86\xea\x0d\x57\xe8\x1f\x29\x88\xef\xd7\x3d\x02\xf8\x9e\x45\xd8\xde\xc0\x92\x19\xbc\xd2\x6d\x2e\x86\xf3\x06\xc4\x77\x78\x8c\xa4\x66\xf8\x22\xf0\x74\x18\x1d\x31\x23\xaa\xa6\x19\xf8\x43\x22\xad\xa5\xe9\x0f\x71\xf9\xa0\xb0\x73\x8b\x42\x68\xfd\x56\xf0\x34\x93\xb9\xd8\x1e\x78\x49\xa8\xdf\xa0\xc2\xca\x3c\xda\xb5\xc8\x0c\x50\x2a\xb6\xe2\x9f\x60\x64\x0b\x2c\x1c\x88\x88\x0b\xb8\x56\xc1\x8a\xe2\x9e\x20\x3c\x2a\x86\x5b\xb4\x8e\x9d\x02\xca\x10\xf1\x42\x50\x9d\x0b\x33\x67\x7a\x35\x78\x0b\x4d\xc4\x3c\x54\xae\x31\x37\xf8\xa2\x36\xd3\x77\xf7\x89\x10\x29\x40\x29\x80\x86\x6a\xf7\x5b\x57\xc5\x9c\x27\x1e\x36\x2a\x18\x10\x2a\xa3\x53\xf6\x5e\x95\x14\xac\xe6\x26\x18\xee\x87\xd0\xa5\x5c\xa1\x07\xc8\x87\x4a\xc1\x9a\xf1\xd6\x0d\xf5\xa1\x96\x36\x2d\x18\xd7\x9a\x6e\x3d\x43\xd9\x86\x74\xd8\x0b\xc0\x04\xf9\xf6\xf5\xf7\xff\xf1\xfd\x9f\xbf\xfb\xe1\xfb\xff\x78\x69\xf6\x9b\x02\x14\x5d\x45\x10\xc1\x73\xcd\x6e\x8e\x00\x15\x1e\x27\x8a\xbe\x94\x41\xd1\xa4\x60\x57\x6f\xd9\x7c\x0f\xf4\x61\xf9\x06\xc4\x5a\x3d\x56\x88\xe8\x23\x47\xbf\x86\x98\x7b\x7f\x50\x04\xec\xe1\x37\x18\x47\x0d\x9e\xda\x2c\xa3\x69\xd9\x59\x0d\xdf\xf1\x2d\x97\x7a\x28\x84\x07\x17\x7c\xfd\x76\x37\xbc\x8f\x1c\x7e\x20\x70\x1b\x39\xe9\x7f\x59\xd6\x99\x09\xc0\x7d\xe4\x73\xb3\x76\x4e\x26\x37\x1d\xa8\x5c\x1c\x4c\x1e\xe8\x8e\x14\xc6\xea\x93\x2e\x1e\xd4\x22\x2e\x4c\xd9\x3b\x1b\x4b\x18\xd2\xc2\xdd\x52\x69\x81\x31\x85\x10\xc3\x13\x94\xdd\x81\x59\x5b\x0e\x61\x76\x4f\x19\xf1\x9e\xcf\xe7\x71\x8b\x74\x17\xf3\xf3\x2e\xf1\xba\xba\x33\x66\xf2\xba\xce\xa2\x7c\xe0\x24\x94\xf7\x6c\x89\x9f\x8c\xa3\x26\xcd\x4c\xa6\xbd\x41\x54\x48\x6e\xff\x2d\x36\xfb\xa6\x63\x06\x46\x6e\x1b\x5b\xb9\x2d\x0c\xd9\x46\x53\x36\x03\x90\x75\x7b\x04\xf2\x43\xa2\x6e\x1f\x2b\xc8\xb3\x39\xe7\xbe\x57\x6a\xc4\xfd\x58\xe1\xa0\x75\x8f\xc3\x30\x99\x12\x4d\xae\x24\x55\xae\x76\x77\xc7\xf4\x38\x6a\xad\x70\x75\xd9\x79\x0d\x5d\xd7\xe2\x2f\xbc\x3c\x06\x74\xd1\x16\xa4\x52\x8f\x4f\x61\x58\x45\xb6\xf3\xcc\x0e\x8a\xaf\x7c\x68\x80\x69\xe0\x2b\xbf\x8e\xfe\xfe\x83\x43\x4c\x3d\xf3\xfb\x2c\xa1\xa5\x7e\xe5\x1f\x3b\xb6\xb4\xc5\xf9\x75\xe8\xe0\xd2\xa1\x21\x4d\xdb\xc2\x98\x7a\xc4\xf6\x6d\x61\x4c\x40\xfa\xc3\x4f\x0e\x9e\x14\xe4\xa6\x0f\x3e\x10\xdd\x72\x63\xfd\xb3\xb9\xca\x4f\x4a\x51\xac\x64\x6e\x75\xba\xad\xdf\x67\x2f\xb0\x5e\x39\xe5\xdd\x78\xab\x85\xbd\xd1\x87\xe6\x49\x55\xf9\x1e\xdc\x25\x78\xa9\x7f\xa5\x9c\x84\x57\xb6\xc4\x89\xc5\xd9\x49\xba\x34\x57\x97\xb3\x56\xda\x33\x19\xab\x4f\x10\xa2\xf7\xfa\xd5\xab\x7f\x0b\x4e\x50\xc2\xd7\x3c\x91\xe5\x06\xb8\x06\x96\x63\xf6\xc5\x36\xe3\x6f\xd8\x50\x34\x2c\xd8\x5e\xb2\x8d\x88\x8e\x62\x98\x30\x85\xc3\xa1\x90\x40\xa3\xbf\x88\x3c\xbc\x54\x87\xac\x2e\x5a\x55\x86\xaf\xec\xae\x64\x00\xe3\x84\x11\x86\xa6\x0b\x2b\x3c\x60\x20\xe2\x23\x85\xd8\xb5\x70\x8e\xdd\xee\xd7\xb6\xf0\xba\xee\x1b\x96\x84\x37\x2f\xf4\x2c\xd5\xdd\x0e\x32\xdc\x1f\x18\xb7\xd7\x1c\xf5\x35\x46\xf2\x45\x41\x6b\x07\x89\xe2\x0b\xbc\x53\xc3\xfd\xb5\x61\xfc\x9e\x40\x7a\xb6\xa1\x7b\xf5\x48\xc3\x30\x7e\xaf\x31\xfa\x03\x07\xf1\xf9\xb9\xf4\x93\xd1\xcf\x57\x00\xdb\x66\xd7\x17\x61\xd7\xb7\x0a\x6b\xed\x6f\x44\xee\x08\xaf\x20\x98\x25\x33\xaa\xaa\xa2\x56\x15\x45\x6f\x07\x42\x83\x6d\xdc\x04\x9c\xeb\xf8\xd2\x03\x71\xe7\x0a\x80\xb3\x6f\xce\x0b\x7f\x47\x44\xb8\xa5\x70\x80\x86\xf4\xb3\x9a\xb3\x39\xc5\x2e\xea\x29\x63\xe7\x73\xb6\x51\x15\x41\xb7\x65\xf2\x13\x28\x41\x73\x55\x24\xc2\xa3\x24\xda\xf6\xa6\xbb\x1c\x62\xd7\xb3\x8d\x7f\x0a\xfd\xfa\xba\xfa\x50\x69\x14\x8b\x03\x9b\xf5\x12\x79\x3a\x65\x97\x21\xfb\xfe\xb5\xd2\xe5\x65\x95\x9f\x1d\xda\x2f\x7b\xfe\xf6\xd2\x8c\x04\x9c\xb2\x45\xd5\x16\x07\x6e\x7e\x75\x76\x5e\xb7\xb3\x4e\x3f\x4a\x65\x02\x61\x3a\x77\xe6\x17\xda\x32\xd3\x1c\xb6\x9a\xec\x5b\x57\x22\xa9\x0a\x59\x6e\xde\x60\x3d\xe0\x83\xd0\xbc\x1d\x78\x3f\x8d\xff\xed\xfa\xfa\xe2\x3c\x07\x1b\x5a\x1f\x06\x63\xad\x29\xe3\x5a\xab\x44\x62\xad\x71\x04\x03\x2c\xc4\x42\x38\x2c\x40\xa3\x46\xc1\x56\x9d\xe7\x89\x5a\x01\x63\x2b\xb2\x16\x50\x3d\xa0\xaa\xb9\x2a\xee\x78\x91\xe2\x01\x30\x4f\xec\xdb\x3d\x46\x70\x6a\xd6\xb4\x81\xdb\x07\x8d\x59\xfc\x84\x0f\xa2\x33\x59\x58\xc8\xf8\xd4\x15\x08\xf6\x3e\x29\x45\x86\x1f\x8a\xc3\x99\xcf\x65\xe2\x94\xdf\x70\xd8\x7b\xb2\x5a\x5a\x51\x1a\x16\x9a\xa7\x71\x1f\xe2\x71\xc3\x92\x4b\x28\x80\x01\xbd\x98\x8f\x5e\x7c\xb8\x3a\xff\xdf\xb4\xea\xdc\x17\x9a\x9c\x6d\xd8\xf9\xbb\x77\xef\xd8\x55\x99\x1a\x11\xe6\xbb\xe9\xeb\x09\x98\xb6\x48\x9b\x51\xe6\xf4\xe2\xc4\xc5\xa2\x10\xeb\xd3\x2a\x97\xf7\x4c\x6f\xf2\x92\xdf\x4f\x40\x06\x81\xad\x11\x45\x46\x3f\xbe\xa4\x9c\xe0\x94\xf1\x05\x37\xbc\xc4\xef\x1d\x3a\x4d\xa5\xdd\x61\xf2\xd6\x4d\xd9\x1b\xd4\x26\xcc\x55\x85\x09\xac\x16\x77\x39\xa8\x23\x9e\x4a\x6d\x19\x89\x73\x05\x7a\x87\x1b\xcf\xd8\x0d\x2c\xc5\xcd\x91\xb9\x03\xb1\x0c\x19\xfb\x78\xf9\x4b\x6d\xa6\x97\x3f\xbf\x61\xdf\xfd\xe5\xcf\x3f\x4c\x99\x59\x21\x6d\x4b\x14\x2f\xa4\x33\x3c\x1f\x9f\x1e\x43\x46\x79\x95\x07\x55\xbb\xdd\x0c\xd2\xc0\xf0\xc9\x59\x02\x22\x2e\x87\xba\xcd\x39\x56\x0a\xa3\x2d\xef\xa4\xcb\x07\x9c\xd2\x78\xeb\x77\x3a\xac\x97\x55\x26\x7e\xe3\x59\xb5\x15\xb1\xb6\xad\x7d\x1c\x92\xb4\x2c\xcb\xb5\x93\xe6\x35\x9a\x59\xa9\x3e\x1a\xcd\x54\x83\x8f\x15\x88\x05\xe1\x3c\xd1\xb5\xfa\xe3\xe9\xe9\x4d\xf5\xea\xd5\x77\xc9\x52\xe9\x12\xfe\x25\xe8\x07\xd8\x33\xf8\xe1\x3f\xf1\x07\x2d\x78\x91\x2c\xcd\x1e\xe2\xcf\xec\x84\xfe\x4b\x5f\x60\x58\x50\x0e\xff\xdf\x34\x73\xe6\x8b\xaa\xc8\x82\x0a\xf8\x66\x50\x76\xb7\x27\xd6\x85\x4f\xae\x67\x7b\x20\xed\x1d\x8a\xaa\x8a\x25\x57\x48\x53\x47\x2c\x6f\x34\x85\x3a\x34\xec\xe3\xd3\x63\xb8\x53\xc8\x3f\x02\x65\x2a\xa0\x7e\xd3\xf1\x7f\x1e\x1b\x61\xe5\xf8\x4f\xc7\x7d\x2c\xc8\xcc\xb7\x25\x54\x0b\x7f\x6e\x89\xff\x8b\xb1\x8d\xa0\x99\x4d\xbc\x5f\x87\xee\x6e\xbf\x01\x87\xbd\xd4\xea\x1c\x7f\x1f\x1f\x6a\xbd\x8f\x01\xa4\xab\x34\x54\x6f\xc5\x7b\x69\x1b\xcd\x86\x0d\x1d\x97\xe6\x24\x13\x18\x92\x05\x8c\x59\x28\xd0\xbb\x3b\xc4\x6f\x84\xf1\x3b\x53\x56\xc0\x08\x65\x8b\x3e\xa8\xdf\x78\x80\x0f\x42\x69\x5e\xc9\xfc\x68\x72\xb4\xe2\xf7\x2d\x3e\x5c\xde\x02\xfd\xbb\xe2\x0e\xf3\xd7\x0c\x94\x4e\x09\xac\xcc\x04\x8b\x03\x6b\x79\x2b\x06\x6a\x8d\xe6\xe3\xcd\x2f\xc8\xdc\x8b\x33\xc4\x75\xf7\xfe\xc6\x9e\x68\xb7\x56\x78\xd9\x42\x24\xd4\x84\xad\x0b\x75\x2b\x53\xa0\x8f\x95\xcc\x4f\xcd\xfa\xe0\x8d\x14\x49\xa8\xe6\xb7\xf3\xb7\xba\xb9\x95\xb6\x9b\xe7\xb8\x89\x68\x76\x7a\xdc\x4d\x34\xdf\xd8\x77\x13\x2f\x7e\xca\xd4\xd0\x28\x33\xf6\x7a\xfa\x97\xce\x14\x28\xea\xa9\x99\xff\x44\x25\xc0\x65\xbe\x38\xbd\x7d\x7d\x4a\xcd\xa6\xae\xbd\xd7\xe1\x39\xdc\x2a\x32\xa9\x32\x5e\xb0\x37\xe7\x6f\x2f\xd9\x8b\x77\xf7\x53\x76\x73\xf4\xfa\x2f\xdf\x4e\x5f\xff\xf0\xe7\xe9\xeb\xe9\xeb\xd3\x6f\xbf\xbf\x39\x7a\xd9\x06\xd9\xee\xdc\x1e\x56\x08\x02\x06\xf3\x1e\x3f\x7e\x01\x44\x73\xb5\x16\xc9\x31\x00\xaa\x58\x27\x00\x1a\x96\xc5\x7d\x22\xd6\x25\x13\x79\x59\x84\x36\x05\x33\x84\x38\x5d\x94\x1c\xd7\x54\xdf\x1b\x4b\x85\xdb\x32\x0e\x46\xc5\xe8\xc5\x75\x90\x69\x0b\xd8\x3b\xfc\xda\x34\x8f\x9b\x05\x08\x63\xbb\x1a\x51\x5d\xe7\x17\x0c\x97\xf0\x37\x9e\xc9\xd4\xde\xfb\xa8\xfe\x35\x17\xad\x2d\x58\x09\x27\xde\xfc\xf6\x3b\x5c\x10\xfc\x3a\x94\x35\x57\xf3\xe1\xcb\xc1\xf3\x1d\x87\xc6\xe8\x7b\x54\xed\xce\xde\x14\x18\x8b\x67\x34\x30\x38\x17\x1b\x78\x5b\x55\xa5\x96\x29\x8a\x00\xb0\x44\x70\x5a\xb6\x5c\xbd\xfd\x91\x48\xc3\x0e\x0a\x5e\xa3\x5b\xb9\x1d\x36\x69\x83\x46\x34\xc4\x61\xcd\x8e\xe0\x3c\x97\xf9\x4c\x55\x39\x04\x2c\xe6\xd8\x8c\x7c\xec\x9c\x54\x18\xab\xd8\x44\x42\x74\xa0\xad\x9d\xe5\xcc\x7e\x8f\x80\x67\x2c\x7a\x37\x1e\x87\x85\xbc\x15\x56\x4b\xd2\xa0\x8a\x14\x39\xcf\xb2\xcd\x09\x7c\x02\xcc\x9b\x46\xcf\x9b\xb0\x4c\xf1\x94\xcd\x78\x06\x3e\x12\x92\xa2\x27\xcc\x99\x1d\xd9\xd5\xd5\x2f\x13\xa6\xe6\x73\x51\xa0\x6f\x64\xc6\x8d\xec\x76\x2b\x8b\xb2\xe2\x19\xdc\xf2\x86\x1e\x45\x99\x4c\xd9\x80\x44\xc9\x60\x8d\xba\xb8\x84\x0d\x03\xa4\x95\xb7\xaf\xec\x94\x2f\x39\xa6\x3b\x8e\x01\xaa\xcf\x37\x40\xf5\xeb\xc6\x2a\x0f\x63\x32\xad\x0f\xc3\x65\xd1\xc1\xbd\x67\x19\xc2\x73\xc0\xd7\xa6\xc1\xf6\x65\x6d\xc6\x41\x03\x91\x93\xf7\x59\x4f\x7b\xef\xe4\xd0\x70\xdd\x06\xde\xcd\x8f\x98\x16\x5a\x33\x01\xf5\x0b\x01\xde\x7c\xe9\xa4\xdb\x2c\x0b\x2e\x75\x0c\x05\x35\x97\x74\xee\x6c\x99\x86\xc5\x1b\x85\xb9\x4f\x8a\xa4\xf6\xef\x31\x0d\x83\xfe\x32\xaa\x6e\x53\xb4\x0c\x9b\x76\x65\x30\x8b\x66\x31\xa1\xa6\xa1\xb5\xab\x62\xaa\xfb\x74\x4f\xef\x50\xbf\x66\x6b\xef\x3b\x31\x95\xaa\x94\xd9\xd4\x2c\x64\x59\x4c\xcf\xf3\xf2\x43\x71\xb5\x47\x86\xa1\xe9\xe4\xb4\xa5\x93\xc1\xe4\xd0\x97\x64\x18\x34\x6b\x13\x0a\xed\x81\x1e\x73\x0c\x9f\x84\x04\xb3\x4b\x8e\x61\x73\xeb\x0e\xe2\xc7\x22\x1d\x63\x4c\x2e\x1c\xe5\xa9\xc7\x4f\x64\xb4\xd4\x76\xf8\x2c\xc6\xc0\x97\x31\x80\x3d\x9a\x66\x75\xf8\x4c\xd4\x97\x57\x7c\xbd\x0e\x5d\x90\x9a\x55\x79\x2a\x0a\x0f\xd6\x2a\x52\x34\x33\x13\xe3\xb1\xe5\xcf\xad\xc3\xc2\xaa\xbf\x81\x6f\xd3\x91\x2d\x78\x33\xc1\x85\x20\xcc\x19\x82\xf7\xf0\x52\x86\x1e\xc1\x88\x34\x41\xb7\x77\xa1\xaa\xb2\xe1\xf1\xf4\x6e\xd5\xd4\x7b\xc0\x9d\xd3\xb4\xee\xcd\xe9\x57\x48\xcd\x57\xdb\xad\xec\x96\xf7\xcc\xab\x2c\xdb\xb0\x7f\x54\x3c\xc3\x99\xa7\x6a\xc5\x65\xee\xee\x6d\x6e\x55\x68\x98\xc0\xa4\xd3\xfd\x46\x49\x19\x82\x1c\x8c\x08\x64\x70\x2b\x79\x10\x98\x60\x9e\xde\xc0\x88\x02\xa7\x9e\xf9\xf1\xe3\xe5\x79\xd8\x2f\x79\xc6\x2f\x7f\x7e\xf3\x23\x7b\x3d\x65\xe7\x17\xda\xc1\xdc\x91\x61\x2e\xf4\x30\xf2\xbc\xb1\x2c\x60\xba\x80\x48\x19\x0e\x91\x05\xb8\xc4\x37\xf9\x4d\xc9\xd8\xf9\x85\xf3\xbc\x1b\x85\x80\x46\xb0\xe6\x20\x18\x5b\xfe\x7b\x93\x7f\x8b\x26\xbc\xdf\x7f\xfc\x9d\xa5\x22\x93\x2b\x59\x62\x7d\x44\x33\x88\x42\x18\x3a\x01\x8a\x10\x09\xaf\xb4\x20\x7f\x44\x7d\x90\xf8\x41\x3f\xd2\x50\x60\xf1\xa3\x36\xbd\xca\x15\x26\x30\x64\x1b\xf6\xe3\x9f\x5f\x01\xc1\x80\x6b\x8e\xe7\x29\x76\xf2\xe3\xf7\xdf\x7f\xe7\x7e\x36\xe3\xfb\x89\x9c\x17\x5a\x00\x9b\x4d\x96\x60\xc9\x8e\x4b\xad\x77\x90\x67\x9b\x37\x17\x88\x33\xf0\x82\x35\x08\x8d\x9d\xcf\x7d\x43\xa9\x9b\xde\x54\x3b\x1b\xa0\x6a\x14\x4b\xad\xef\x14\x4d\x3b\x2a\x0f\xd3\xe1\x44\xba\x8d\x98\x3d\x8f\x35\xf3\x7d\xb8\xa7\xcb\xbb\x4b\x1f\xe6\xed\xf2\xfd\xec\xc4\xad\x7a\x3d\xb5\x0d\x02\x8e\x4a\x8b\x42\x94\x49\xa9\x88\x98\xed\xb6\xd5\xbd\xee\xda\xed\x91\x8d\x4a\xd1\xbc\x94\xda\xef\x10\xb5\xc3\x94\x91\x90\xf5\xf8\x2d\x71\x66\x40\x4f\xb4\x2b\x79\x0f\x67\x59\xce\x41\xba\x2e\xa9\xc6\xbf\x33\x3e\xca\xdc\x07\xee\x84\x56\x38\xe7\xdd\x9f\x30\xad\x22\x14\x72\x3a\x72\x9e\x4f\x90\xcf\x7e\x58\x35\xc0\x67\x4f\x10\x7d\x59\xa4\x41\xb3\x5a\xf6\x85\x5d\x5e\xf0\x8d\x6b\x48\xcb\x83\x4a\x9d\xa5\xc2\xc0\xc4\xfe\xc5\xeb\x0c\x8b\x39\xb3\x81\x10\xee\x1e\x4a\xf8\x1a\x83\x55\xe7\x74\xdf\x45\x7c\x04\xc1\xe9\x55\x7e\x6c\x93\x99\x79\xbe\x41\x57\x05\x3b\xb3\xb1\xff\xb4\xd7\xc7\xd4\x23\x3a\xd4\x81\x68\x8e\xfd\x96\xd7\x72\xb4\x30\xd6\xde\x88\x95\x6b\x8a\x02\x71\x79\x61\x20\x27\x2b\x9e\x92\x4d\xb9\x08\x83\xf5\x55\x61\xc7\x6f\x46\x99\xa9\x05\x46\x6c\x60\xef\x1b\xa3\x11\x67\x6a\xc6\x33\xdb\xe8\x60\xb1\x3a\x30\x9b\xb6\xd5\x74\x01\x16\x90\xa6\x01\x07\xc5\xc5\xf7\x59\x7b\x7a\x6c\x7d\xa9\x47\xa8\xa8\x82\xe5\x0a\x8f\x32\x41\xf2\x4f\x22\xa6\x0a\xd9\x6c\xb9\x93\x51\x6a\xdb\xf7\x38\x1a\x04\x48\x5e\xe6\xbc\x94\x59\x5b\x98\xf1\x2f\x57\x71\xa9\xcf\x69\xed\xee\xb3\xf4\x0b\x37\x33\x15\x9f\x0d\x4a\x27\x9b\xf7\xcd\x4f\x13\xf6\xfd\xf7\xdf\xc1\x82\xac\xcc\x86\xae\x01\x25\x69\x35\x33\x1a\x85\x55\x2c\x61\x79\xed\xee\x7a\xd6\x64\x56\x5b\x4f\xd0\xa9\x63\xbd\x3d\xb6\x8f\xfb\xe0\x0a\x32\xa2\x0d\x5c\xc4\x3c\x49\x54\x91\x52\xc4\x8b\xbd\xde\x40\xf2\xf1\x3c\xb1\x5c\x16\xaa\x5a\xa0\x20\x76\xf5\xfe\x1c\x86\xe9\x96\x68\x42\x4e\x24\x26\xad\xd3\xc4\x13\xe5\xbc\xca\xe6\x12\x63\x7a\xc3\x16\x6e\xe2\x57\xef\xcf\x1f\x67\x9b\xae\x7f\xb9\xda\x2b\xac\xa3\x46\xdf\xbb\x88\xe3\x03\xdb\x9a\x91\x0d\x67\x94\xbd\xc9\x51\x51\x43\xc7\x2c\xfb\x4d\x9d\xbd\x7c\xd2\xf0\x99\x9f\x88\xcf\xb4\xa4\x35\x06\x4f\x6d\x64\x5b\x17\x3c\xbf\xe5\x5a\x27\x96\x6d\xed\x92\x29\x17\x7e\x68\xa0\xc9\xd3\x26\xcb\xb5\xbc\x3a\x78\xe1\xcd\x2e\xf5\xaf\xba\x39\x07\xf1\xfd\x04\x58\x62\x70\xae\x32\xbe\x11\x05\xd3\x14\xda\xda\xd0\x69\xbc\xf0\x3b\x4c\x81\x69\x61\x36\x46\x83\x41\x71\x96\x47\xcc\x56\x7b\xb7\x31\x09\xc3\xc0\x96\x4c\x7f\x80\xc1\x20\x50\xae\x27\x97\xb0\x75\xb2\x23\x06\x50\x0c\xcd\x61\xd8\xc0\x69\x1c\xab\x5b\x66\xfa\x4a\x24\x85\x28\xe3\x84\x69\xf3\xe8\x4e\x66\x69\x62\x34\x7e\xe0\xf8\x5a\x94\x70\x13\xd9\xe4\x92\xae\x7b\x2b\x62\x11\x52\xdb\x55\x01\xae\x92\x89\x79\x19\x5e\x09\xdb\x78\x45\xdd\x19\x3d\x39\xd2\x30\xce\x0e\x03\xad\x7b\xd6\x56\xf1\x1d\xdf\x74\xd7\x55\xe4\xb1\x75\xb7\x8f\xca\x91\x49\xff\x6c\xef\x6b\x18\x6d\xf3\xd2\x36\xef\x18\x61\x13\xf3\x93\x49\x0d\x30\x5c\xd4\x31\x5a\x9e\xa9\xdc\xab\x17\xf6\x11\x8a\x95\x66\x5b\x44\x8e\x4b\x36\xcf\x64\x52\x6a\xaf\x13\xdf\x00\x09\xdc\x1c\xb1\xa5\xe0\x46\x79\x47\xc9\xa1\x22\x18\x86\x58\x29\x9c\xd4\xfa\xa6\x5d\x85\xdd\xa1\xe9\x41\x4e\x5f\x9e\xfa\x94\x70\xf3\x06\xa8\xc9\xd4\x7f\xf8\x12\xcd\xe8\x70\xa5\xf0\xa3\x70\x92\x03\x04\xcd\x44\xfd\xf5\x85\xce\x44\x8d\xa7\xb5\x77\xfd\x09\x87\x20\x76\x6b\x0b\x08\xa4\x10\x17\xc4\x0b\x56\x0e\x28\x53\x33\x07\xb0\xe0\xd1\x59\x3e\x3a\xcb\x47\xe3\xee\xd3\x33\xee\x1e\x0e\x85\x18\xaf\x37\xa9\x63\x9e\xb1\xa7\x76\xd5\x08\xa9\xdb\x47\x35\x6f\x76\xf2\x18\x6e\xdb\xe8\x2b\xef\x06\x19\xa5\xf7\x61\xdc\xbe\xe7\x9d\x58\xb8\x7f\x6d\xda\xd9\x5f\x47\x74\x24\x71\x6f\x97\xf4\x50\x0b\x87\xa4\x02\xe6\x7b\x86\x43\xda\x5e\x03\x39\x0b\x42\xb0\x49\x0d\x84\xd0\x6b\x32\x03\x40\x72\x9c\xd4\xcc\x2c\xf7\x49\x66\x8e\x87\x11\x08\x5e\x4f\xff\xdc\x7b\xa7\x40\x67\x2d\x22\xbb\xad\x4b\x2b\x74\x69\xaf\x7b\xfc\xae\xa1\x61\x55\x95\x0b\x15\x64\x7b\x4c\xd9\x3b\x9e\x2c\x99\x11\xaf\x62\x11\x11\xd0\x93\x56\x33\xb0\x52\x57\x1a\x0b\xbc\x81\xb5\x81\x67\xec\xc3\x25\x49\x31\xa1\x19\x03\xca\x18\x42\x8d\x12\xa9\x35\xa0\x61\xb9\xa0\x4e\x57\x69\xcf\x68\xf5\x38\x96\x17\x76\x89\xc8\xca\x5c\x16\xd2\xe2\x9b\x98\x06\x2f\x5b\x3e\x40\x8c\x19\x96\xcf\xa9\x22\x3c\x34\xc1\x98\x59\x90\xc7\xc1\x7f\x9b\x53\x12\x90\x13\xe7\xa8\x1a\x44\xb8\x4d\x76\x78\x61\x67\x20\xdd\x93\x34\x9c\xc5\x26\xa7\x43\x28\xb0\x11\x1d\x81\xff\x1f\xac\x0d\x2d\xf0\x38\x2d\x1b\xda\xbe\x97\x8e\x60\x1d\x9e\x8c\xe3\x5a\x68\xaf\x22\x47\x6c\xb8\xcd\x46\xad\xd8\xb2\xcf\xcc\x10\x1c\x59\x38\xf6\xde\xf1\x68\xe0\x5b\x36\x3e\x68\xf7\xb0\xfd\x7f\xe8\xd6\xfb\xd3\x00\xc6\xe8\x47\xdf\x7d\x21\x8a\xbd\xac\x18\xcd\x5e\x76\x62\xe7\x18\xf0\xb2\xdb\x15\x30\xd0\x31\xb9\xcf\x1d\x10\x3a\x33\x77\xb9\x04\x82\xf7\x88\xa7\x76\x76\xeb\x2a\x7e\x5a\x99\x7e\x8e\x79\xc9\x5b\x08\x23\xe0\xdb\x67\xef\xdf\x82\xf0\xd7\xaf\xc9\x9b\x56\xdd\x07\x99\xc4\x5a\xca\xb6\xf4\x50\x83\x60\x84\x36\xfa\x64\x92\x58\xdb\xf7\x53\x3c\xce\x76\xf8\x5b\x4e\x32\x36\x79\x3a\x87\x18\x44\xf6\x3f\xe8\x18\x4f\xfa\x2e\x66\x24\xa6\xfa\xe6\xaf\x78\x2a\x68\xe7\x25\x38\x23\xf2\x7e\x02\x18\xaf\xee\x27\x73\x75\x3f\x0b\xe6\xdd\x0b\xe9\xbf\x07\xd7\xb6\xa1\x79\x83\xd9\xb5\x79\xc1\x49\xeb\x8c\x6c\x2f\xcd\x12\x02\xb1\x6d\x86\x4a\x56\x8f\x81\x7e\x4f\xc3\xfa\xd2\x17\xe8\xe7\xb7\xd1\xae\x5e\x63\xff\x0e\x7e\x10\xc7\x98\xbf\xcf\x5d\x50\xe0\x59\x98\x84\x1e\x12\xef\x17\xd3\xdb\xe1\xa3\xfe\x9a\x57\xc2\x81\x99\xb5\xe9\x73\x27\x66\x6d\x5e\xe8\x17\x77\xe5\xda\xa5\xc0\xd6\x18\x82\xcb\x50\x45\xce\x4a\x99\xc7\x2a\x8f\x6d\x31\x3e\xa3\xb5\x2e\x38\x00\x8a\xad\x11\x0a\x72\xc2\x1f\x23\xfb\x1c\x94\x53\xc2\x66\x36\x7b\x6f\xdf\x48\x07\x4a\xdf\x25\x54\x7b\xbd\xe6\x89\xb8\xea\x84\x79\xc5\x27\x1a\xc0\xec\xa1\xa9\x26\x09\x2b\xc9\x2a\x5d\x8a\xe2\x44\x27\x6a\x2d\x52\xc2\x91\x8b\x22\x3d\x2c\x1a\x89\x76\x87\x27\x86\x8c\xd5\x62\xc5\xf3\x52\x26\xfa\xaf\x46\xc6\xb1\x12\xd3\xac\x2a\x51\x3c\x9b\x30\x59\x52\x63\x14\xc6\xdc\x68\xf5\xf4\x26\xbf\xc9\xcf\xc1\x13\x61\x47\x8e\xa6\x2c\xad\xcc\x02\x3a\xb1\x4a\xb4\x10\x03\x60\x3d\xde\x2d\x55\x26\x5c\xe7\xa6\xe1\x85\xb3\x7b\x99\xc9\x45\x1d\x53\x4f\x7e\x01\x42\xf4\xda\xf7\xf5\x25\x9c\xb2\x0f\x66\xab\xee\xa4\x16\xf5\x09\xc0\x37\x76\xed\xee\xb0\x60\xb7\x81\xe1\xae\x0d\x43\xd1\x62\x32\xd7\x76\x8a\x44\x77\x9a\xca\x85\xc7\xa7\x7e\x9c\x8d\x06\x1c\x61\xda\xe2\xc6\x82\x3c\xf5\x8d\x1e\xf4\x0d\x64\x0b\xc7\x9a\xa9\xbb\xdc\xf7\x7c\xd0\xbd\xde\x23\x44\x84\x18\xc3\x23\x21\xe3\x36\x85\xf9\x43\xf3\x7a\x50\x82\x76\xe1\xf5\x1d\x89\x53\x4d\xab\x73\x0b\xa3\x9f\xb3\x3a\xe4\x10\x44\xff\xe2\xfe\x62\x92\xd6\xba\x50\xa5\x4a\x54\x36\x65\x38\x7c\xc3\xb6\x3d\xaa\x24\x67\x79\xb5\x12\x05\x28\xa9\x0a\x13\xa5\x53\xd7\x09\xc7\xca\xde\xcd\xfb\xc1\xc8\x4f\x04\x8d\x91\x92\xd6\x5a\x57\x58\x91\x51\x22\x54\x3a\xe0\x42\x62\x04\x1a\x9d\xbb\x09\x6a\x95\x81\xb3\x3f\x0e\x13\xb5\x83\x06\xe3\x0f\x74\xe7\xa2\xad\xd0\x2b\x70\xb8\xc4\x2b\x58\x69\xf8\x58\x73\x7d\x3f\x50\xb8\x01\xac\x9d\xf0\xa3\x7a\x71\xfd\xe6\x62\xc2\x3e\xbe\xbd\x80\x28\xba\xab\x37\xd7\x17\x2f\x2d\x88\x57\xc3\x05\x01\xd3\x8e\xd0\xe2\x27\xe1\x6a\x86\xf0\x50\xd7\x6f\x2e\x1e\x58\x7b\x6e\xff\xcc\xb0\xa6\x5f\xeb\xc0\x07\xc3\x66\xc7\x0e\x3e\x18\x57\x31\xea\x67\x3b\x36\x52\x70\x93\x34\xf4\x4f\xe1\x80\x0f\xda\x2d\x42\x82\xe2\xc9\x11\xe2\x00\x40\x79\xf8\x7a\x9d\xc9\x20\x6e\xd9\xb2\x5e\x04\x95\xff\x50\xb7\xfc\x07\x9e\x2b\x34\x90\x14\x82\x62\xf4\xa3\xb9\x4b\xc7\xc5\x5d\x52\x88\x4a\xd9\x0b\x30\xcb\xa0\x00\xe3\x44\x34\xc7\xcc\xb9\x07\x51\xa3\xaf\xbd\x9c\xb0\x0f\x97\x83\x0c\x31\xc1\xc4\x18\x4f\x0a\xa5\xf1\x58\x92\x10\xd7\xaa\xe2\x7b\x6c\x7c\x77\x4b\x38\xab\x2d\x8e\xb7\xd3\x80\xe5\xad\x47\x71\xcf\x90\xd3\x40\x5f\xae\x2f\x1c\xcc\x1d\xc0\x91\x35\xd3\x2a\x13\x98\x42\x21\x72\x8d\x51\xab\x54\x1c\x05\xac\x70\xe1\xb5\x6c\xf4\x1c\xad\x32\xee\x3c\x17\x70\x76\x5e\xd6\x43\x7b\xb7\x38\xf5\x0e\xae\xff\xbe\x8b\xe3\x56\x65\xde\x43\x74\x36\x48\x73\x38\xd5\x5d\x37\x89\x0d\xa0\xe4\x0c\x0d\xed\x4e\x75\x4d\x12\x22\xbd\x5b\xba\x9d\x3e\xd6\x2c\x53\xe6\x42\xc8\x55\x2a\x06\x13\x5d\x38\xb1\xcf\x48\x75\xa9\x12\xda\xe7\xc8\x40\xd4\xf8\x23\x11\xdd\x23\x12\x55\x3d\x1a\x7a\xab\xc0\x7c\x15\xc8\x7c\x16\x8b\xcc\x22\x4a\x36\x96\x87\x0c\x2b\x48\x71\x9a\xee\x35\x18\x7f\x93\x38\x0d\xc1\x79\xca\x34\x2b\x19\x9b\xc5\x2d\x90\x33\xec\xcc\x94\xfd\x6a\x63\xa9\x6d\x08\xd7\xda\x52\xa1\x11\x39\xf0\x2d\x1f\x1d\x4d\x81\x00\x48\xe2\x88\x00\x08\xc2\x89\xa6\x58\xba\x78\x28\x73\x55\x30\x40\x98\x89\x3c\x2d\x58\xc3\xeb\x56\x64\x9b\x3a\x07\x78\xff\xe1\xda\xc7\x0a\x9a\x6d\x1f\xac\x1d\x00\x40\x0d\x92\x58\x1b\x59\x5a\xcd\xc0\x99\xfe\xf3\x47\x91\x9b\xcd\x96\x9b\xfd\xba\xde\xac\xdb\xc2\xff\x2d\x33\xc1\xbc\x1d\x48\x97\x71\xf4\x1b\xef\x37\x66\x16\xa2\xe1\x0b\x21\x8d\x2c\x1a\x30\x22\x1a\x11\xa5\xdd\x1c\x4d\xd8\xcd\xd1\x3b\xf7\x6f\x80\x51\xb6\xb1\xa2\xf6\xe7\x96\xb3\x58\x93\x6b\xa4\x85\xa5\x75\xb9\x02\x41\x5e\x16\x64\x90\x88\x1c\x31\x99\x5c\xa4\x7e\xc1\xde\x05\x1b\xfd\x57\x4f\x34\x30\x21\x8b\xea\xc9\x73\xdb\x4c\x53\x1a\x3a\x04\xe6\x6a\x5d\xad\x88\x3a\xa1\x52\x0b\x35\x42\x4b\x2e\x6e\x15\xf5\xf6\xe2\x6e\x29\xd0\x92\x51\x58\x04\xd2\x4d\xd8\xbb\x1d\x0f\x75\xff\xb2\xa3\xff\x30\x99\x02\x30\x88\x39\x21\xb8\x16\xb2\x14\x00\x9d\x0a\xcf\x4f\x40\xba\xc5\x2d\x9c\x40\x43\x90\x07\x6d\x15\xa1\x6c\xe3\x52\x0b\x82\x6d\x66\xff\x13\x6c\x01\xfb\xfb\x94\xfd\x22\x3f\x09\x23\x0b\x40\xb0\x6e\xcb\xd7\xac\xd0\x80\xc8\x56\x01\x6a\x01\x2f\xcd\x5d\x20\x3c\xa8\x93\xcd\x93\x72\x23\xf1\x79\x2b\xe1\x00\xd0\x3e\x8b\x31\x39\x18\xe3\x1c\x8e\xe8\x85\x96\x66\xf3\x74\x05\xc5\xdb\xe8\xdb\x77\x0e\x4f\xcb\xbe\xd1\xb2\x55\x79\x4a\xed\xbc\x78\x63\x29\xa4\x54\xec\xff\x9a\x01\xfd\x4f\x48\x8b\xec\xef\x0f\xba\xd2\x1f\x5e\xc2\xaf\xeb\x86\xdf\xdb\x67\xff\x48\xda\x2c\x28\xf5\x18\x02\xdf\x1f\xd9\xdb\x68\xcc\x16\xea\x56\x14\x94\x58\xc0\x67\x32\x93\xe5\xc6\x55\x76\x8b\x13\xb1\x88\xfc\xcb\x00\x4e\x9a\x11\x9e\x74\x0c\x92\x19\x5e\x18\x20\x6f\x04\xbe\x47\x51\x34\x11\x12\x9b\x83\x7a\x20\xc2\xf8\xe8\x74\x1a\x43\x7e\x9f\xb3\x6f\xe7\x0b\x0e\xf9\xd5\x98\x70\xea\x0f\x1e\x9d\x72\x91\x03\x78\xff\xa0\x12\x5f\x2d\x92\x73\x83\x85\xec\x1b\xda\xdb\xde\xd1\x63\x84\xf7\x36\xbe\xd4\x17\x22\xd0\xfa\x42\xec\xf2\x6d\x72\x52\xeb\xfd\xed\x67\xba\xd0\xdb\x83\x40\x6a\xc7\x10\x80\xcf\x1a\x02\x20\xff\xe0\x10\x80\xa6\xe0\x31\x86\x01\x8c\x61\x00\x8f\x1b\x06\xd0\xa4\xb9\xc3\x87\x02\xb4\x5f\x01\xbb\x30\xe6\xab\xbe\x4b\xae\x9f\x1b\x43\x17\x0f\xe2\xc6\x5a\xfc\x22\xf3\xea\xde\xfc\x5a\xe5\x67\xfa\xa3\x86\x30\x37\xa8\x82\x23\x56\x86\x83\x66\xd0\x9d\x21\xbc\xb9\x86\x7f\xb6\xb0\x6e\xa3\x34\x5e\x14\xf2\x56\x66\x62\x21\xde\xe9\x84\x67\x1d\x55\xef\xba\x5a\xb2\x54\x60\xf2\xa3\xd0\x10\xf2\x0b\xfa\x40\xc2\x73\x87\x13\xe2\x92\x38\xd7\xf6\x65\x26\xdc\xdb\x4d\xc0\x82\xd0\x55\x52\x16\x11\x9c\x4b\x50\xf0\x9a\x94\xdd\x37\x57\xe7\x6f\x0b\x69\x58\x45\xcb\xcd\x53\x6f\x82\xec\xe9\xce\xd0\x7f\xe6\xec\xb4\x99\xcc\x05\x7b\x73\x75\xce\x52\x6a\x84\x45\x14\x08\x57\x22\xd4\xe5\x85\xad\x3d\x2e\x56\x33\x91\x86\x80\xd2\x58\xd5\x7c\x2d\x92\xc0\xac\x84\xec\x4f\xc6\xb5\xc0\x79\xbe\x09\xbe\x65\x91\x91\x5d\x3e\x28\x8d\x46\xac\x97\x62\x25\x0a\x73\x5d\xa9\xac\x5a\x89\x43\xb3\xf5\xfa\xc2\x00\x57\xb7\x0b\xca\xd7\xa8\x23\xca\x36\x8b\x54\x4b\xa3\xf8\x3a\x4a\xc2\x27\x68\xdb\xc1\x39\x12\x31\x90\xce\x98\x3a\x2b\x78\xa0\x34\xc6\xbd\xe6\xa1\x0d\xca\x5c\x03\x46\xed\x84\x55\xf7\x16\x5c\xc6\xab\x72\xa9\x8a\x63\x80\x89\x49\x0a\x81\x04\xf5\x7f\xac\xf9\xc3\x30\x7e\x0c\xdc\xf6\xe3\x32\xd7\x09\x86\x9d\xb7\xcd\xc5\xc8\x05\xf6\x84\xbd\x2d\xd4\x3a\x7c\xb8\x5b\xde\x34\xf5\xfe\x73\x26\xee\x7f\xc3\x4d\xec\x5c\xcd\xa0\x4d\x0b\x85\x5a\x67\x80\x69\x65\xc9\x81\xb1\x77\x36\xa8\x38\x97\x59\x83\xc8\xb2\x2c\x6c\x6d\x17\x0f\x4b\x94\xa3\xc1\x05\xaa\xc1\x09\x82\xa2\x12\xa0\xf5\xcb\x5b\x81\xde\xda\x3b\x1b\xe6\x50\x69\xbe\x70\x29\xcc\x61\x87\xa1\x3f\x2c\xa7\x24\x6a\x7a\x76\x73\x44\x76\xe2\x47\xa1\x58\xbf\x52\xe1\x1a\x43\x25\x8d\xf6\x32\x29\xf5\x16\xc1\xfa\xb2\xfa\x02\x63\x41\x10\xd3\x6a\x4a\xcb\xdb\xb2\xae\xbe\x51\xb4\xac\x8f\x32\x5b\x3b\xea\x70\xae\x17\x85\x4a\x7e\x55\x55\x5e\x76\x98\x8c\xcf\xda\x9a\x6d\xa1\xaa\xb8\xe1\x74\x2b\x5d\xa1\x2f\x1f\x0a\xdd\x02\x87\x8e\xde\x8d\xa9\xec\x1a\x25\x79\x2a\x90\x02\x61\x2a\x51\xe3\xb9\xe0\x46\x00\x61\xf3\x8c\x2f\x2c\x53\xc5\xba\x2b\x7b\x9d\xb2\x8f\xb9\xe6\x73\x71\xb5\xd1\x49\x2b\xa0\x4c\x5b\xab\x98\x6d\x05\x6c\xde\xae\x4c\x05\xad\x99\xc6\xe6\xf1\xb5\x94\x03\xd4\x00\x24\x08\x60\x51\x06\x73\x8a\x30\xd8\x82\xb3\x75\xc6\x65\x4e\xef\x11\x20\x42\x61\xe4\x55\xe0\x69\x37\x47\xdf\xdc\x1c\x99\x7f\xa0\xeb\x26\xe1\x18\xd0\x03\x49\x05\xb9\x96\xa9\x80\x3a\xeb\x90\x4d\x59\x88\xb9\xbc\x0f\xf7\x8a\x86\x32\x65\x57\x88\x73\xf3\x0d\x15\x91\x37\x74\x19\x8f\x16\xcd\xda\x16\xe2\xee\xbf\xab\x99\xc8\x44\xc9\x96\xdc\x3a\x8d\x88\x0e\xcc\x8b\xed\xd3\x0d\x17\xc4\xf0\xeb\x5b\x25\x53\x52\x96\x0c\x8b\xbd\xc9\x6f\xf2\x77\x54\x33\xe1\x47\x26\xa6\x8b\x29\xbb\x39\x9a\x2b\x75\x6a\x26\x47\x2e\x6d\xfc\x61\xc6\x0b\x74\x3a\xe0\x1f\xff\x34\x7f\x00\x16\xbf\x7f\x69\x5a\x7f\x69\x1a\xbe\x34\x0d\x5e\xda\x89\x34\x68\xbf\xce\xd2\x9e\x2b\xad\xbd\x9d\x07\xf8\x46\x03\x36\xf9\xb1\x9a\xd7\x9b\xb3\x88\xa6\x41\xd5\x39\x77\xa9\xb1\x2a\xcf\x82\x6c\x23\x90\x11\xac\x0d\x3f\xe1\x59\xb6\x61\x69\xa1\xd6\x84\xf9\xe2\xae\xa8\x29\xc3\x3b\x8c\x6f\x7a\xae\xb0\x8e\xb1\x6f\xbd\xc5\xe2\x6b\x16\x87\xed\x7c\xcb\x01\x7e\xa0\xf3\x26\x40\x6c\x8f\x10\xcd\x72\x1a\xc4\xfb\xdb\xee\xd1\xbe\xbc\x90\xee\xed\x1a\x2c\x8e\xf6\xbc\x60\xd1\x51\x1a\xdb\xe8\xf0\x54\xac\xab\xc8\x1c\x35\x95\xd8\x42\x15\x0b\x73\x78\xa1\x5e\x83\x93\x56\x61\xa7\x73\x66\x54\x4b\x82\x77\xa4\x17\xda\x25\xd3\xb9\x2a\x66\x32\x4d\x45\xde\xc9\x8f\xea\x2d\x3a\x79\x91\x6b\xf8\x14\xd8\x50\x63\x30\xad\x8c\x28\xe4\x40\xee\x8d\xed\x0c\x03\x9b\xed\xca\x31\xa2\xb7\x0e\xc3\x32\xac\x92\xd4\xdc\x30\xed\x4a\x6e\x96\x03\x2a\x74\xba\xaa\xa4\x16\xeb\x85\x0a\x83\xb7\x94\xe8\xdc\x43\x3a\xe8\x28\x27\xfb\xaf\x09\x40\x1c\x9d\x5f\xbc\x69\x8e\x9f\x1e\xd4\x34\xb5\x40\x6d\x0d\xc2\x90\x8c\xae\xaa\xe6\x00\x59\x63\x5e\x71\x41\xa4\x69\xbd\x3e\x73\x40\xf2\xa6\x7f\x72\x8a\xb5\x7f\xdc\x26\x24\xed\x38\x00\xfb\xda\xe0\x41\x5c\x9c\xbf\x6d\x1f\xc0\xc5\xf9\xdb\x5d\x3f\x6e\x5e\x19\xfe\xe1\xf6\xac\x44\xf7\x28\xfc\x38\x9e\x39\x57\x7f\x8e\x05\x55\x71\x83\xc8\x1f\x54\x3e\xd5\xe1\xa5\xcb\xb8\x84\x1e\xc4\x9d\x58\x4e\xd7\x62\xd6\xf3\xcf\x86\xe8\xf9\x33\x28\x59\x6e\x38\x87\x7f\xaf\x7d\xd1\x0a\xc1\xd3\x0f\x79\xb6\xb9\x54\xaa\xfc\x59\x66\x42\x6f\x74\x29\x5a\xd2\x7a\xdb\xdb\xa1\x92\x42\x1a\x79\x59\x54\x54\xb9\x11\xab\x03\xbb\xdb\x17\x4b\x16\x55\xae\x82\xa7\xe9\x0b\xa5\xd8\x42\xa9\x92\xcd\x65\x06\x02\x4f\x29\x56\x36\xfa\x35\xbc\xba\xa3\x6b\x3a\x2c\xa8\x18\xf4\x98\xab\xfc\xa4\xbb\x57\x14\x7c\xaf\x2e\xac\xb9\x3a\x15\xf9\x26\x8a\x78\xa2\x09\xcc\x79\xa6\x45\xed\xeb\x60\x9d\x1e\x32\x74\xb3\x17\x10\x90\x01\x10\x9e\xb3\xaa\x74\xe1\x19\x74\x5f\xa3\x41\x8a\x2a\xcb\xb6\x6d\x44\xbb\xa0\xd0\xb6\x15\xed\x2d\x5d\x3d\xe7\x6e\xe9\xc8\x48\x39\xeb\x5a\x81\x56\xab\xf6\xb3\x6b\x40\x1f\x86\x72\xf7\xb6\x1a\x33\xd5\x4e\xa4\xb7\xc0\xb9\xec\xec\xb8\x20\xb2\xec\xc6\xd8\xc1\x3c\xd6\xc1\xdb\x2f\xdd\xb3\x01\xec\xdd\xc9\x3b\x90\x4d\x1e\xbc\x4a\x38\x70\x54\x80\x73\x63\x51\x68\x9b\xa1\x34\x6a\x25\xcb\xd2\x87\x71\xa7\xc7\x3a\xec\xc6\x1c\xa7\x92\x7f\x12\x60\x28\xba\x45\xc0\xe4\x20\x42\x22\xd2\xa8\x82\xd7\xac\x3a\xb5\x80\x31\xd6\xd5\xa9\x7d\x0a\xb7\xbb\xbe\x5b\xae\x19\x6f\x6c\x6c\xa9\x63\x4d\x8f\xf6\x5b\x4b\x78\xb3\x63\x29\x1f\x30\x11\xd3\x6d\xfb\x3c\x4a\xb9\x12\x6f\x32\xde\x16\xc9\x19\x3e\xdd\x67\x36\xee\x65\x61\xab\xa9\xb4\xc7\x39\xb6\x10\x44\xf8\x69\x40\xd7\x73\x8d\xab\xdc\xa7\x84\x4f\xd9\x3b\x34\x36\xaf\xa0\x9e\xff\x3c\x0e\x37\x5f\x83\xa8\x47\x31\x59\xe1\x70\x62\x62\x99\x09\xa8\x8e\xf6\x50\x62\x71\xbd\xb7\x2c\xb3\xb5\x52\x37\x1d\xc5\xf8\x60\xe7\xc5\xc5\xf4\xaf\x03\x11\xc8\xd5\x3b\x18\x44\xdb\xb8\x9b\x76\xf4\xe6\x14\x1a\x6d\x86\xca\x88\xe1\x9b\x54\xf3\x1e\x58\xe0\xe1\xe5\xc5\xab\xc6\x18\x5b\x26\x7b\xdb\x65\xa3\xbc\x6d\x18\x26\x1b\x86\x33\x6c\xc2\xd6\x59\xb5\x90\x79\x97\xf1\x2c\x57\xac\xd5\x1e\x79\x6d\x9d\x03\x46\x79\xb0\x2d\x36\xa4\xfd\x1a\x69\xec\xf8\x9b\xe3\x5d\x98\xfd\xee\x0e\xa7\x86\x35\xbc\xcf\x7b\xd4\x34\x46\x0e\x7c\xc3\x19\xf4\xfa\xda\x77\x88\xf8\xbb\x15\x47\xee\x6b\xdd\xcd\xe3\x07\xbd\xd9\xc6\x54\x07\xbc\xd8\xc9\x29\xfa\xde\xed\x38\xa8\xbd\xaf\xf5\x52\x7f\xbf\xbb\xf0\x52\x18\x8d\x9c\x5f\x89\xa1\x69\x64\x5d\x99\x32\xbe\xa3\x66\x8a\x0c\x5f\xaf\xed\x17\xbf\x3d\xf5\x0d\x77\x2a\x2b\x19\x7e\x00\x03\xde\xad\xe9\x3a\x48\xba\xc2\x3c\x2d\x8a\xca\x66\x05\xbe\x81\xcc\xa7\xa8\xf2\x1c\x10\x4d\xd0\x53\x85\x99\x65\x66\xc7\xc6\x80\xbc\x31\x20\xef\x8b\x8c\xb2\x20\xad\xef\x17\x14\x29\xa0\x4c\x4d\x70\x86\xcc\x99\xa0\xb4\x61\x57\xe0\x97\x0c\x70\x4e\x49\x71\xa9\x0e\xdc\xe5\xe3\xbe\xd0\x2f\x7d\xa0\x7e\xd0\xdd\x8a\xe7\x7c\x61\xe8\xea\x6b\x08\x03\x6c\x44\x48\xe8\x41\x50\xa0\xf4\x7b\xc8\x00\x9f\x43\x3d\x49\x3f\xde\xdd\x2a\x69\xae\xa0\xae\x83\x48\xb0\xb8\x81\x9a\x41\xde\x52\x5a\xc3\x7d\x0f\x17\x03\x2e\x16\xb3\x81\x56\x8c\x22\x2c\xcd\x14\xa4\xf9\x0d\xd3\x6a\x25\xd8\x9d\xcc\x53\x75\x07\xaf\x1b\xe6\xcd\x2e\xd4\xba\x72\x99\x4d\xb0\x17\x64\xf5\xb8\x14\x3c\x85\x2c\x86\x67\xb7\xca\x7b\x17\xee\xac\xed\xd4\xf0\xbb\xff\x11\xcb\x77\xfa\x8f\xbc\x51\x79\x2a\xad\xc3\xa3\x4b\xd2\x68\x69\x5e\x43\xd0\x77\xd5\x0a\xb8\xbd\xe0\xc1\xd6\x04\x92\x40\x22\x0a\x48\x87\x01\xce\xde\x17\x62\x04\xcf\x1c\x31\x37\xa2\x87\x32\xae\xcb\xeb\x82\xe7\x1a\x06\x71\x2d\xdb\x50\xe2\xaf\xe1\x0e\xd6\x25\xd0\xa2\x35\xfe\xd0\xa8\x4b\xf7\xae\x35\x0e\xa9\x5c\x58\xea\x87\x6c\x34\xc8\x25\x79\x58\xd2\x15\x0c\x0b\x6e\x01\xad\xf9\xa2\x65\x84\x67\x6c\x59\xad\xc0\x90\xc9\x53\xd0\x30\xa9\xa5\xd5\x61\xb0\x06\x59\xc9\x65\xa6\x19\x9f\x99\x03\x57\xda\x2a\x05\x30\x8e\xd6\x82\x53\x85\xe0\xba\x4d\x18\xba\x06\x51\xce\x3c\x73\xa8\xfe\x6e\x3d\x8e\x35\xad\xd4\xf6\xae\x7b\x58\x8b\x9a\xc7\xbd\x4e\x6c\x05\x9d\xeb\xc2\x08\x3e\x3f\xf3\x4c\x8b\x09\xfb\x98\x7f\xca\xd5\x5d\xfb\x07\xf0\x87\xc6\xc8\x37\x6b\xe8\x26\xa4\x28\xf7\x91\x07\x66\xb4\x47\x67\x07\x36\x6c\x97\x53\xd3\x17\x57\x1d\xb7\x6c\xab\x75\xea\x5b\x8c\x30\x68\x4f\x44\x00\xee\x88\x81\xb6\x49\x91\xe1\x8e\xb5\x8d\xf3\x53\x35\x13\x45\x2e\x4a\x01\x43\x4d\x55\xa2\xcd\x28\x13\xb1\x2e\xf5\xe9\x9d\x2a\x3e\x65\x8a\xa7\xfa\xd4\xd7\xd0\xd0\xa7\x44\xd7\xe6\x3b\xfe\xe7\xc3\xfa\x5e\x02\x4d\x72\x8c\xa4\xfe\xc2\x23\xa9\xe3\xf1\x7e\x9e\x60\xea\x80\xde\x0e\x1f\x45\x5d\x93\xa4\x06\xf1\xdf\xb0\x78\x7e\x43\x21\x08\x75\xaf\x7e\x8b\xc3\x4a\xe6\x46\x7c\xdd\x5c\x09\x73\x09\xb5\x70\x8a\x5f\x65\x2e\x57\xd5\x2a\x30\x78\x68\x6c\x4a\xe1\x1f\x12\x32\x5c\x73\x71\x97\x6d\x58\x52\x08\x4e\x58\x0c\x01\x6c\xac\x11\x08\x36\xe0\x82\x33\x97\x3e\xcf\x31\x7b\xbe\xd4\x81\x9f\x2e\x29\xb8\x5e\x02\xaa\x2b\x04\xf0\x5a\x2f\x68\x18\x46\x71\xcb\x65\x66\xc4\x8a\xb8\xd8\xcf\x2b\xf6\xc2\x7c\xcc\x7a\xc8\xda\x5e\x30\x2a\xa5\x56\x0a\xfc\xa9\x18\x9d\x01\x03\x7a\xe9\x97\xc6\xf0\xf4\x05\x30\x29\x34\x02\xe1\x4f\xdf\x7d\x8b\x02\x08\x5a\x76\x3a\xb7\xc3\x29\x21\x7e\x81\xac\x3a\x66\xdf\x25\x7d\x03\x98\x11\x70\x09\xc3\x3e\x14\x4b\xa5\x36\x5c\xa8\x92\x7a\xc9\x66\xa2\xbc\x13\x22\x77\x61\x2b\xec\x9f\xa2\x50\x70\xb9\x84\x35\x87\xa2\xa9\xbf\x7e\x4c\x86\x7d\xfa\xa7\xbb\x25\x2f\x4f\xa4\x3e\xe1\x27\x3d\x1c\x7d\xdb\xea\xe9\x1e\x20\x06\x02\x07\x23\x80\x81\x7f\x54\xa2\xd8\x30\x75\x0b\x10\x2f\x29\x19\xdd\x88\x8e\x7c\x25\x28\x2b\x38\x25\xaa\xca\x4b\x57\xaa\x48\x07\xfd\x79\x8c\x32\xb0\x0f\x06\x96\x06\xbc\xc8\xc1\x4a\x61\x41\xcd\x3c\x88\x31\x2b\xc5\x6a\x9d\x41\x51\x2a\xb0\x64\xb0\x4f\x62\xa3\x7d\x19\xa2\x30\xa6\x1d\x47\x23\x73\xa6\x8a\x14\x37\x13\x89\x0f\x17\xc7\xa3\x3d\x04\x42\xde\xce\xbb\x65\xd6\xe1\x56\x8a\xbb\x53\xc2\xfc\x39\x31\x27\xe8\x84\x52\x94\x4e\x71\x16\xa7\x7f\x82\xff\x9e\xd8\xd9\x3f\x90\x47\xd6\x71\x15\xec\x82\xb4\x48\xb1\xf4\xc4\x12\x3f\x5d\x99\x58\x88\x32\x52\xa2\x60\x61\x43\x2f\xb6\x65\x12\x72\xce\x64\xae\xab\xf9\x5c\x26\x70\x5d\x46\x36\xd4\x54\x94\x02\xdd\x73\x8f\x47\xe3\x7f\x5a\xab\xf4\xc4\x4d\x71\x78\x1d\xb8\x0b\x95\xda\xe9\x0f\xca\x9e\xb4\x45\xe0\xea\xef\x3d\x52\x9e\x7b\x43\xd7\x1e\x76\xa5\xa0\xd6\x53\xab\xd0\xdd\xac\xa0\xd7\x77\xbb\x84\x32\xbe\xe3\x9d\x4d\x31\xdf\x32\xe7\xcb\x4e\xf6\x7a\x1d\xb1\x54\xcf\xcd\x1d\x99\xbc\xc0\x7b\x05\xbc\xc2\x16\x5b\xa7\x76\x9b\xbd\x0c\xd0\xc8\x83\x93\x38\x8c\x77\x39\xa5\xac\x9d\xf7\x87\xcb\x44\xba\x81\x1f\x24\x9a\xa0\xa8\x9c\x44\xdd\x80\x70\xac\xe3\x7a\x88\x07\x8e\x4c\x6a\x33\x83\xfc\x6b\x72\x74\x7f\xe2\x8f\xcd\xc9\xda\xf0\xaf\x93\x95\x28\x16\xe2\xe4\x93\xd8\x1c\xfd\x68\x4d\x14\x2d\xad\xac\x0f\xf6\xe8\xc7\x23\x78\x01\xa2\x33\xab\x2c\xdb\x00\x61\x8a\x74\xe8\x16\x7a\x96\xbe\xe4\xb7\x8e\x0d\x3b\xcc\xc5\x80\x35\xdb\x2a\xe0\x01\x4b\xb6\xbf\xd9\xdd\x1f\xbc\x8b\xd6\x18\xf8\x5f\x22\xa7\xb2\x02\x2d\xc8\x75\x8d\x36\xac\x10\x73\x0f\x14\xb4\xf0\xbf\xd3\x30\x3a\x0c\x8e\xad\x47\xa3\x7d\x74\x3f\x7c\x6f\xe3\xb7\x36\x43\x17\x10\xe9\xdd\xd1\xff\x03\x48\x7b\xb8\x50\x53\x9f\x28\xce\x33\x1c\x93\x15\x71\x9e\xb8\x2c\xf2\x10\xa9\xdf\x9f\xa3\xc1\xdc\xd7\xb4\x7e\xe3\x06\xf8\xb6\x5a\xad\xb6\x17\x12\x34\x0d\x98\x3f\xe3\xa3\xa3\x70\x74\x14\x3e\x57\x23\xc2\x9e\x45\x37\x2f\x55\x96\xcd\x78\xf2\xe9\x0d\xd4\xac\x1e\x16\x22\xd0\xaf\xde\x16\xe2\x56\xb6\x9f\x12\xb4\x20\xe3\x53\x88\x47\xa5\xef\xc3\x02\xfb\xa8\xd2\x57\x93\xf0\x09\x51\x38\xf0\x44\x7c\x75\x10\xa3\x7f\xc0\x92\xc8\x7c\xf1\x11\xf6\xf8\x2d\x17\x2b\x95\xf7\x44\x4f\x80\x61\x00\xab\x9a\x1b\xd6\xd3\xe9\x1c\x4c\xa1\x33\x98\x63\x81\x1f\x21\x4a\x1a\x60\x30\xe0\xf7\x1f\x73\x27\xe9\xb4\xaf\xeb\x8a\xdf\xd7\x6c\x06\x6e\xf4\x81\x18\x60\xf3\x76\x7d\x6f\x2c\xad\x0a\x7b\xa4\x68\x3c\x0c\xea\xf9\xdb\xb6\x3c\x67\x7c\xa6\x55\x56\x95\xee\x62\x7c\x21\xee\x7f\x64\xff\xfe\x92\x61\x70\xa0\x28\xcc\x55\x65\x33\x2e\x55\xc9\xb3\xee\x41\x90\x6b\x59\x97\xbc\x28\xed\xc5\x8e\x5f\xc5\x4e\x5f\xbf\xfa\xb7\x97\x53\x76\x56\xfb\x1e\x00\xef\x65\x09\x79\x02\x31\xf3\xdc\x7f\x75\xb6\x61\x85\xaa\xf2\x14\x57\x74\xea\x50\x84\xe9\xb8\xbe\x72\x2a\xbc\xcd\x6c\xd6\x46\x8f\xa7\xa4\x8e\x1f\x6d\xd6\x28\x1a\x0b\x88\x02\xbf\x7b\xf5\x6f\x13\x33\x56\xb8\x8a\xbf\x7b\xf5\x6f\x76\xa8\xf5\xd9\xe5\x2a\x15\xb1\xce\x3c\xf3\xb1\x28\x40\x08\xb8\xe9\x00\xa7\x2a\xa7\x62\x4a\x52\xfd\x94\x08\xe4\x3d\xf4\x64\x28\x2b\xad\x32\x91\xbe\x84\x35\x07\x51\xad\x5c\x0a\x49\x2a\xb9\x2e\x29\x04\xd9\x2c\x77\x6e\x97\xab\x19\xe9\x02\x50\x89\xf4\x14\x16\x58\x83\x5b\xd5\xbc\x4d\xa1\x31\xf1\x74\x94\x16\x8d\xed\xc9\x53\x04\xae\x9c\x19\x9a\xd0\xac\x5a\xb3\x5c\xdc\xd5\x5b\x61\x6e\x81\x19\x5e\xc6\x13\x31\x65\x1f\xf2\x04\xdd\x63\xa6\x2d\xf6\x53\x08\x2f\x99\x83\x55\x00\x7a\x85\xec\x23\x01\xd1\x9d\xa5\x22\xb0\xfe\xb8\xef\x09\x2b\x97\x95\xc6\x10\x20\x5c\x43\x5e\x7a\x55\xe3\x3f\x70\xe8\xaa\x90\x0b\x99\x6f\x25\xb3\xf0\xfb\x8c\x32\x60\xcd\x22\xe9\x16\x72\x3f\x18\x52\xf3\x1f\x03\x84\x1c\x73\x28\xb1\xce\xd4\x66\x25\xf2\x83\xb0\xa8\x3d\xf8\xd2\x55\x55\xb4\x39\x26\xdb\x39\x52\x83\x0f\x69\x4b\xf9\x8c\xcf\x14\x52\xbd\x1b\x58\xfc\xda\x83\x98\x92\xed\x12\xbe\x1f\xf0\x19\x87\x37\x6e\x59\x05\x93\x73\xf6\x6b\xc4\x6c\x0d\x53\x78\xf5\x50\x8e\xf4\x93\x43\x65\x9d\x30\xee\x0b\x6c\xbf\xb6\x69\x56\x43\xb8\x91\x3d\x5f\x97\x6f\xfc\xe2\x71\xb3\x72\xd5\x9a\xc9\xd5\x4a\xa4\x92\x97\x22\x4c\x82\x8f\x37\x93\x38\xc2\x04\xe1\x11\x5d\x8c\x4f\x9d\xa1\xa9\x2c\xa5\xb4\x49\x3a\xc9\xa9\x82\xc5\x11\xf7\xe6\xe0\xb2\xd7\xc4\x3c\xc2\x05\xa5\xf3\x6f\xde\x84\x37\x80\x7d\xcd\x84\xc8\xd9\x27\x99\x65\x22\x9d\x74\x0e\x7b\x5e\x15\x86\x05\x4c\x6a\xc7\xbd\x3e\x26\xe8\xb5\x16\xe0\x07\x1e\xf9\xc6\x51\x06\xb1\x91\xd8\x5c\xeb\x50\x0f\x08\xca\xbe\xdf\x9d\xfc\x07\xde\xc4\x5d\x44\xbf\x3f\x29\xa7\xea\x2e\xef\x3e\x34\xc0\x09\xe8\xb8\xc4\x04\x3f\x97\xf7\x22\x7d\x00\xd9\x1b\xd2\x6a\xd0\x8f\x19\x8c\x69\xf5\x1f\xcd\x6d\xde\xe1\x3c\x10\xf1\x46\x17\x17\xe8\xfc\x93\x2d\x5f\x75\x74\x8b\xa0\xbd\x54\xdb\x30\xe1\xd4\x7d\x70\x54\x1b\xa4\xdd\x72\xe4\xf0\xbb\x03\x2f\x2b\xa2\xf0\xe8\x3a\x7c\x1c\x0a\xff\x83\x2e\xb3\xce\x50\xee\x6d\x16\xd4\xae\x97\xe2\xa8\x3d\x97\xc7\xb0\x59\x0b\x04\xdc\xcd\x37\x0e\x5d\x18\xb2\x15\xcc\x95\x08\x96\xf1\xe8\x85\x26\x02\x52\xf7\x07\x1f\x84\x82\x54\x54\x99\x68\xda\x69\x31\xa9\xb2\x25\xad\xc7\x27\x5b\x06\xc9\xeb\x36\x07\x53\xcd\xd9\x42\xa6\x71\x6e\x09\x9e\x31\x8b\x04\x0c\xe2\x69\x26\x3f\x41\x9e\x15\xe6\x1b\x72\xa6\x31\x0f\x7a\x21\x49\xee\x83\xe4\x8e\x8d\x7f\x00\xbd\x63\x2a\x9f\x0b\x17\x45\xe1\xdd\x2c\xa8\xc8\xd3\x29\xbb\xb4\xa9\x6f\x46\x3e\xfd\xb5\xd2\x25\xac\xd6\x81\x0d\xac\xe7\x6f\x7d\xd2\x67\x51\xb5\xf1\xdb\x82\xea\xc3\x1e\x38\x0f\x6e\xd7\xe0\xa0\xd6\x92\x31\x34\xf8\x81\xc7\xa1\x2d\x3f\xa1\xef\x34\xb4\xbc\xf3\xa8\x87\xa1\xed\x7b\x4f\xe9\x2c\x54\xfb\x9f\x85\xea\x6b\x3e\x0b\x3d\x79\x8c\x7f\xec\x51\xe8\xcc\xb8\xd9\x7e\x1a\xba\x5e\xa3\x03\x71\xa0\x7c\xc8\x1e\x7a\x26\x92\xbc\xac\x25\x44\xb6\xf9\xe5\xba\x5a\x76\xa1\x01\x35\x5a\xb6\xa0\x24\x45\x79\x93\x58\xe9\x28\xda\x4e\x97\x53\xe3\xab\x28\x9d\x79\x09\x0d\x41\x36\x10\x1a\xc3\xa1\xbf\x35\xba\x8c\x90\xdb\xc1\xd6\x4c\xd0\x73\x20\xb3\x41\x51\xde\xa0\xd6\x32\x00\xab\x78\x90\x39\x18\x68\x3d\x2b\xb8\x2d\x77\x14\xfd\xfc\x55\x1e\x53\xe0\x70\x5c\x96\x7a\xb7\x9d\x78\x2c\x8d\xef\xd7\x80\x74\x1a\xcf\x4b\x85\xe0\x3a\xb9\xcf\x8c\xbf\x0e\xda\xff\xfa\xf1\xea\x1a\xa4\x76\x2f\x23\x06\xbc\xaa\xb9\x89\xb4\x40\x7e\x17\x72\x99\xf9\x6a\x21\xab\xca\x11\xe7\x45\x44\x7d\x0f\x34\x01\x77\x24\xa7\x6d\x33\x26\xb4\xbe\xf1\x58\xb7\x4d\xc7\xd7\x1e\xe3\xae\x39\x1c\x2b\xed\xce\xf3\x6d\x46\x44\x63\x2a\x71\xb0\xee\xad\xa9\xc6\x76\xde\x21\xce\x00\xe2\x55\xfc\xd5\xff\x16\x5d\x3a\x03\x9d\x83\x25\xd7\x9f\xc0\x1f\x38\x97\x8b\xaa\x10\x27\x6b\x95\x9e\xb8\x18\xb1\x53\x4d\x79\xbc\xf0\x93\xb8\x2f\x4f\x77\x08\xd9\xa0\x9d\x73\xa9\xba\x03\x23\x36\x6a\xaf\xf5\x5f\x14\x57\x46\x33\xdb\x46\xb0\x41\x7c\x05\x77\x6a\x9a\x85\xfe\x40\x86\x6e\xdd\x48\x63\xb6\xe0\xe8\x04\x7c\xb6\x4e\xc0\x1d\xe0\xfb\x5d\x2c\xf1\x5f\xff\xa8\xac\xbd\x87\x25\xc2\x0c\x49\xdb\x0b\x8f\x5c\x3d\x29\x0f\xac\x37\x7f\x74\xa6\xd8\xbe\xa8\x07\x66\xac\x7d\xb9\x78\xcd\x20\xb1\xcf\x37\xcd\x20\x17\xef\x21\x33\xde\x3b\x2f\xce\x2f\xd8\xa0\xab\xe2\x11\xb3\xe1\xfc\x48\xb6\x5c\x47\x71\xa8\x26\x2f\x71\x0b\x04\xc5\xac\xc1\x16\x1a\xe6\x63\x99\xda\x00\x77\x7b\x57\x60\x51\xd3\x93\x62\x04\x24\x9e\x27\x42\xbb\x0c\x2e\xb2\x6b\xd2\xad\xb3\x5f\x54\xcf\x30\x41\x33\x58\xfb\x61\x97\x75\x57\x30\x64\x63\x89\xf6\x8f\x89\xec\x5e\x3b\x9e\x94\x55\xec\x19\xb1\x01\x67\x7e\x0d\xc3\x53\xb7\xd3\x12\x6e\x0b\xd2\xde\x23\x2c\x5b\xdb\xb8\xec\xda\xc1\x6f\x97\xf8\x2a\x2d\x8a\x93\x45\x25\x53\x41\x01\xcd\x2d\xf1\xcc\xf5\xd5\xc4\x42\x76\x2a\xe7\xd9\x45\xb4\x7e\x4d\xad\xab\xe4\xc5\x42\x94\xdd\xc5\x00\x6b\x65\xed\x0c\x19\xee\x30\x41\x1f\xd3\xaf\x45\x21\x79\x26\xff\x09\x4e\x8b\x00\xa8\x02\xd0\x45\x57\x7c\x7d\x82\xa5\xdd\x40\xfa\x31\xab\x22\xee\x0d\x5d\x69\x79\x0b\xa2\x38\x3d\x75\x53\xf6\x3d\xa7\x2a\x17\x1e\x38\x56\xe6\x65\xa1\x0c\xbf\x03\x01\x8d\x34\x59\x14\x10\x34\x6a\x7b\x24\x9e\xd8\x40\x6b\x6a\x02\xb6\x21\xdc\x75\x9b\x5d\x0f\x3b\x7a\x02\xf0\xd5\x4c\x6f\xf2\x92\xdf\xbb\x38\x7a\x5c\x33\x54\x96\x40\x6f\xd6\xd5\x7a\x0d\xd8\x7b\x7e\x22\x6e\xa8\x13\x9c\x62\x00\x99\x84\x12\x5e\xbd\xa1\x7d\x58\x18\xd5\x94\x92\xa8\xff\xb0\x78\xf8\x03\xe9\xa6\xbd\x08\x28\xdb\xd4\xd4\xbe\x97\x7b\x34\xd6\xfd\xb4\xd5\xde\x8f\x3e\xb0\x7a\xd8\xde\x06\xd1\x16\xd4\x26\x84\x0e\xec\xb5\x87\x36\xdf\xfc\x4a\xcc\xa3\x9d\x68\x57\x16\x1c\x95\x0e\x7b\x0b\xd8\xd5\x63\xd9\x49\xe5\x8a\x2f\x04\x52\xcf\xe9\xed\x6b\x9e\xad\x97\xa6\xad\xf9\xf1\x52\x98\x73\xba\xed\x40\x04\xcd\x58\xb2\x14\xc9\x27\x07\x26\x4a\x10\xd1\xd0\x39\x44\xf7\x50\x65\xbc\x00\x8a\xbb\xaf\x9e\x87\x91\x79\xc6\xc4\xe2\x51\x57\x7e\x9e\xba\xf2\x1f\x80\x27\xb3\x54\x19\x44\xce\x39\xc8\xab\x00\x8f\xc1\x1c\x36\x82\x33\x34\x5b\x67\xd6\x6a\x80\x22\x15\xf0\x82\x69\x1b\x2f\x18\x0e\xe7\x32\x87\x38\x1d\xc0\x66\x47\x1b\xf5\x8c\x27\x9f\x44\x8e\x92\x85\x47\xc3\xb3\xb0\xe3\x76\xc8\x3e\xe2\x31\xe0\x12\x0f\x1e\xf5\x30\x35\xb0\x8f\x11\x36\xd5\xc1\xde\x37\x0e\xa4\x16\xf6\x7d\xe7\x8d\x35\xae\xf6\xe9\x89\x5d\xef\xe0\x51\x0f\xda\xa2\x56\xe4\x13\x7b\xa9\xb6\x8f\xdd\x26\x10\x5c\x30\xbf\x06\x4e\x67\xbf\x90\x01\x53\x68\x8b\x68\xa2\xc0\x1f\x2f\xe7\x1a\x6a\xc6\x7b\xe3\xc7\x92\x2f\x98\x2a\xf0\x8f\xff\xff\xd5\xdf\xce\x7e\x7c\xf5\xfa\xdb\xef\xbe\xff\xf7\x1f\xfe\xe3\x2f\x7c\x96\xa4\x62\xbe\xa7\xcb\x62\xd0\x46\x0f\x5b\xc5\xce\xc5\xdb\x7f\xa5\x80\xc5\xf1\x0e\xd3\xfd\x99\x7f\x18\xe3\xe4\x7f\x12\x9b\x13\xe4\xd1\x6b\x2e\x0b\xcd\xc4\x7d\x59\xf0\xa4\x0c\x51\x86\x2f\x00\x4e\x35\xe8\x7e\xca\xce\xa9\x8e\x09\x55\x31\xd0\x98\x2a\x8b\xc9\xe0\x5e\x63\x5a\xf3\xd2\xdc\x69\xec\xf7\x6f\xf0\xa8\x9d\xd0\x59\xa3\x25\xfd\xe6\x77\xe8\x48\x42\x68\x6f\xa9\xb0\x66\xf9\x9d\x98\x2d\x95\xfa\xe4\x8e\x7d\xa9\x3c\x62\x36\x5b\xaa\x3b\xf3\x03\x5c\x95\xeb\x42\x00\xc7\xd2\x22\x1c\x1a\x94\x7f\xc6\xb0\xa5\xb6\x15\x1b\xae\x3b\x7a\xf8\xeb\xe6\x62\xbe\xf1\xd0\xd8\xd1\x5a\x72\x73\xf9\x90\x00\x53\x2e\x23\x50\x41\x43\xa4\x30\x3f\x7f\x34\xa8\xd1\x85\x63\xb8\x94\x18\xfb\x10\x11\xb4\x8f\xa3\xc5\x07\xde\xcc\xd3\x95\x64\x6f\x4e\xf3\xbd\x7d\xe4\x32\xdc\xdd\x0f\x96\x4a\xa1\xd8\x74\x30\x76\x26\x77\x87\xb0\xd9\x91\x4b\xed\xc8\xe2\xfa\xad\x3c\x8d\xc6\x76\xba\x85\xd0\x55\x56\xfa\xcc\x43\x90\x56\xad\xad\x6a\xe8\x19\x6d\xf1\xc3\x77\xba\xdd\x5b\x8e\xad\x2b\x10\xd5\xa8\xa1\x44\x12\xf2\x9d\x68\x00\xde\x17\x55\xde\x51\xed\xad\x4a\x65\x79\xb6\x95\x4d\xd4\x5a\xb4\x17\x66\x09\xed\x84\x28\xb4\xd1\x1a\xf1\x74\x25\xb5\x0e\xea\x86\x64\xa2\x70\xde\xad\xca\xe8\x66\xec\xf8\x2c\x4d\xfd\x07\x8e\x11\xb8\x1c\xd9\x87\xbf\xc3\xb1\x5c\xc6\x09\x14\x7d\x81\x54\x85\x49\x77\xf7\x30\x42\x9e\xa6\x10\x91\xba\x36\xeb\x5a\x48\xa3\x31\x61\x1f\x2f\x1f\xc6\x05\xba\xe0\xa7\x2e\x11\x7a\xca\x8f\x18\x03\x09\xa8\x4e\x8d\xdb\x35\x4d\xa0\xf4\x8d\x12\x21\x46\xa0\x75\x05\xf5\x4d\x37\x45\x59\xbf\x08\x40\xe3\x93\x9a\xdd\x15\x2a\x5f\x4c\x19\xd4\x1f\x42\xd3\x08\xbc\x5d\x16\x55\x6e\x28\x02\xa2\xa1\xc1\x96\x94\x6d\x58\xa6\x8c\xdc\x56\x14\xaa\xd0\x18\x6b\x9a\x4a\xbd\xce\xf8\x06\xa4\x6e\xdc\xbb\x4a\x23\x10\xd8\x1e\xd7\x5f\x8e\x75\x24\x64\xbe\x30\x52\xc7\xf9\xc5\x4f\x99\x4a\x3e\x6d\x3d\x59\xd8\x24\x00\x04\xe0\x6c\xcd\x8b\x52\x26\x55\xc6\x0b\xf6\xe6\xfc\xed\x25\x7b\xf1\xee\x7e\xca\x6e\x8e\x5e\xff\xe5\xdb\xe9\xeb\x1f\xfe\x3c\x7d\x3d\x7d\x7d\xfa\xed\xf7\x37\x47\x04\xfd\x18\xd4\x48\xa3\xf1\x83\x81\x0e\xae\x18\x02\x7c\x65\x51\x1d\x79\xc3\x22\x8e\xb5\x69\x65\xcd\x7e\x68\x1a\x33\xab\xb4\x2e\xa9\xc0\x8b\x1f\x8f\x19\x42\x6c\xef\xab\x97\xe7\x71\x02\x8c\xd1\xfb\xaa\xac\xd7\xbe\x9b\xc8\xb4\x68\x1e\x70\xf8\xb5\x79\x8f\x98\x05\x08\x95\xa5\x86\x9a\x74\x7e\xc1\x70\x09\x7f\xe3\x99\x4c\x99\xa0\xe2\x2f\xa0\x0e\x37\x17\xad\x4d\xb5\xc0\x89\x37\xbf\xfd\x0e\x17\x04\xbf\x9e\xc9\x04\xa2\x3c\x06\x2f\x07\xcf\x77\x1c\x1a\xa3\xef\x51\x38\x97\x65\x2b\xa8\xdc\x22\x18\x84\xc3\x06\x55\x55\xa9\x65\x8a\x97\x0c\x2c\x51\x41\x48\xcc\xfb\xa3\x57\xf7\x11\x73\x44\x43\xdb\x48\x3a\x6a\x18\x10\x12\x9c\x56\xea\x93\x95\x05\x9f\xcf\x65\x12\x52\x2f\xba\xf6\x49\x36\xb8\x50\x69\x9b\x61\x7b\x34\x58\x8c\x06\x8b\x67\x68\xb0\xf8\xfa\x6a\xf3\x5f\x0d\xc2\xe0\x75\xf8\x0c\x11\xcf\x18\x62\x97\xf0\xbc\x69\x5a\xe7\x4d\x83\x00\x67\xb6\xf0\xb6\xc3\x54\xe9\xdf\xf2\x81\x77\x8b\x42\x68\x7d\x59\x6d\x0f\x83\xea\x78\xa5\x4b\x52\xb0\x3a\x15\xf1\xd5\xba\x68\x40\xe0\xbd\x7b\x8a\x06\xb6\xd7\x00\xd8\x09\xbc\x5a\xe8\xf5\x82\x2c\x54\x45\x3e\x39\x70\xc8\x80\xce\x53\xf2\x93\xcc\x10\xa6\x11\xed\x5e\x4f\xff\xdc\xcb\xcd\xd7\xed\x95\xad\x2c\x0c\x63\x2a\x74\x29\x73\xa4\x27\xfc\xae\xa1\x1e\x55\x95\x0b\x05\x0c\x08\x87\x48\x55\xea\x7c\x24\xab\xc4\x48\x4d\xac\x38\xb7\x9a\x49\xc3\xfa\x51\xcc\xe6\x2c\x53\x0b\x99\xf0\x8c\x7d\xb8\x6c\x29\x97\x22\x6c\x81\x52\x10\xa8\xf3\xc5\xc4\x0b\x38\xb4\x82\x58\x87\x0e\xc7\xf2\xc2\x2e\x91\x61\x49\xbe\x74\x8a\x59\x63\xd3\xe0\x65\xcb\x07\x2c\xba\x16\x14\x1d\x42\x41\x37\x48\x16\x52\xb9\x80\x59\x4c\xd0\x7b\xe3\xbf\x6d\x6b\x88\xd1\xf7\xd0\xc6\x40\x8e\x49\xbb\x4d\x76\x78\x61\x67\x50\x01\x2c\x0c\xee\x7d\x80\x0e\xbd\xe5\xf4\x5d\xa8\x02\x21\x27\x4b\x35\x68\x2f\xdb\xb7\xd1\xd1\x2a\x7a\x29\x49\x3a\xf0\x12\x26\x3b\x37\x43\x8d\x77\xd8\xc8\x45\x5b\xb6\x98\x19\x5a\xf3\x95\xc0\xf7\xdb\xec\x68\xe0\x5b\xf6\x3c\x68\xf7\xb0\xad\x7f\xe8\xae\x87\x21\xdd\xa5\x7a\xd4\x8d\x17\x50\xdf\x7b\x7f\xbe\x0b\x1d\x0c\xe5\xa1\x40\x66\xc3\x59\xee\x79\xbe\x3b\xcf\x0d\xde\xd9\x93\xe9\x3e\x4c\x1f\xeb\x67\xba\x46\x66\xea\x37\x7a\x9a\x56\xdd\x47\x91\xa4\x41\x52\xbe\x03\x1f\xc1\x2c\xc3\xc0\x8a\x24\x09\xea\xca\x3e\xb9\x03\x69\x87\xbf\xe5\x2c\x62\x93\xa7\x73\x0c\x41\xd2\x7d\xfc\x83\x38\xe9\xbb\x50\x91\x8e\xea\xfb\xbe\xe2\xa9\xa0\x4d\x97\x00\xd3\x96\xf7\xef\xfd\x78\xe5\x3e\x85\x2b\xf7\x69\x72\xde\x3e\xc4\xf4\x46\xe3\xd8\x5f\x10\x1b\x13\x28\x92\x69\x04\x4e\x7f\x1a\xe6\x82\x0e\xe0\x74\xba\x0a\xc2\x6d\xb4\xab\xd7\xd8\xbf\x43\x9e\x83\x11\xe9\xfc\x4b\x47\x3a\x3f\x88\xf9\x62\x30\xcc\xf9\x36\xfb\xe7\x03\x41\xce\xfb\x98\xf1\x50\x86\x69\x1a\xc7\xc2\xa9\x40\xac\x65\x2c\x75\x68\x6f\x27\x10\x14\xd9\x07\x73\x6f\xd9\xa2\x2c\x78\x33\x7b\xf8\x55\xb8\x23\xa3\xda\xd0\xfd\x71\x07\x6b\xe7\xde\xe8\x72\x6a\x20\x27\xa5\xf8\x49\xcc\x5d\xf5\xd2\x33\x35\x6b\xb9\xa7\xb5\x20\x04\xaa\x9c\xaa\xcc\x93\x01\x09\x21\xa8\x68\xa8\x18\xda\xb0\xbb\xb1\xc8\x7a\x65\x42\xcf\x6e\x77\x00\x34\x3e\xd1\xcc\x79\x7a\x35\xc9\x32\x49\x56\xe9\x52\x14\x27\x3a\x51\x6b\x91\x52\x0e\x61\x54\x44\x17\xe1\x46\x34\xd3\xee\xb0\xc4\xc1\xd4\x5a\xac\x78\x5e\xca\x44\xff\xd5\x48\x13\x56\x36\x99\x55\x65\x80\xce\xad\xe9\xf3\x46\xec\x71\xa3\xd5\x50\xe6\xfe\x1c\xac\xe4\x11\x48\x78\xa6\x21\xc7\xd5\x09\x30\x82\x35\xa9\x85\x63\xf2\xb1\xca\x84\xeb\x9c\x7c\xec\x01\xd2\x6c\xd4\x31\xf5\xe4\x17\xc0\xc9\x81\xb3\x8d\xff\xd9\x2b\x2f\x1f\xcc\x2e\xdd\x49\x74\xe3\x85\x13\xb8\xf0\x68\x64\xc3\xbb\x3b\x2c\x5c\x77\xa0\x65\x75\x44\xcc\x04\x60\xeb\x6e\xa7\x48\x48\xa6\xa9\x5c\x00\x8a\xd2\x23\x6e\x34\x20\xc3\xd0\x16\x37\x16\xe4\xa9\x6f\xf4\xa0\x6f\x20\x47\x38\xd6\x4c\xdd\xe5\xbe\xe7\x83\xee\xf5\x4e\xcc\xdd\xf2\x84\x43\xe0\x8d\xf7\xc9\xce\x83\x79\xbb\xf7\x78\x13\x6f\x37\x3f\x34\x78\xfb\x00\x24\xdc\x35\x7d\xb6\x89\x78\x05\x5d\x92\x8a\x87\xd0\x84\xeb\x42\x95\x2a\x51\x59\x00\x1c\x45\x3c\x78\x26\x18\x67\x79\xb5\x12\x05\x68\x70\xaa\x00\x86\x94\xba\x3e\xba\xea\x4e\x1b\x09\x67\x5d\xa8\x5b\x99\x62\xf1\x69\xa9\x1b\xca\x1c\x41\x1e\x00\x92\x19\x64\xf0\x1c\x14\xfa\xcb\x4e\xa9\x63\x09\xe8\x29\x7b\x71\xfd\xe6\x62\xc2\x3e\xbe\xbd\x98\x98\xb9\x5d\xbd\xb9\xbe\x78\x49\x07\xbf\x69\x89\x81\x69\x9a\x89\x39\x64\x86\x49\x5c\x15\xdb\xd7\xa0\xb8\x7e\x73\xf1\xc0\x92\x55\x03\xe1\x9a\xfa\x5c\x1a\x43\xe9\x0e\xe2\xee\x68\xc3\x3a\xeb\xa7\xd4\xa5\xa1\x6d\xea\x58\xc8\x73\x1b\x4a\x99\x00\x23\x5b\xb7\x95\x02\x9f\x83\x1e\xae\x29\x78\x87\xaf\xd7\x99\xf4\xe6\x35\xc7\xa4\x08\xdd\xae\x6e\x4a\x0e\x0c\x72\xa8\xb4\x1b\x11\xa7\x10\x2c\x57\xd1\x2c\xa4\xe3\x77\x56\x19\x00\x14\x50\x30\x15\xe0\x55\xef\xe4\x18\xc7\xf6\xac\x61\xc0\x1b\x02\x5e\x4e\xd8\x87\xcb\x41\xc6\x81\x60\x62\x8c\x27\x85\xd2\x78\x1c\x48\xd2\x69\xd5\x7b\x0d\x37\xd7\x22\xb4\x14\xba\xae\x1d\xa4\x45\x87\x51\xc5\x5b\x34\xe2\x9e\x33\x09\x5a\x09\x7c\xb9\xbe\x70\x30\x77\xc8\xa2\xd3\x4c\xab\x4c\x64\x1b\x08\x41\x84\x72\xbf\x1e\x1f\x0d\x11\xdc\x82\x0b\xcc\x68\x00\x5a\xb9\x2a\x90\x74\x16\x5e\x46\x37\xe6\x76\x07\xd1\x21\x95\xc2\xc0\xd9\x66\xce\x9c\xcc\x7b\xe8\x8d\x1a\xec\x40\x70\xd7\x4d\x3a\x33\x4c\x1a\x83\xff\x3e\x0f\xc1\x91\xfe\x2a\x1d\x5d\x1c\x6b\x96\x29\xc3\xb5\x73\x95\x8a\xc1\x24\x1a\xae\xc5\x67\xa4\x51\x07\xaa\x42\xf5\xdb\xf3\xcd\x23\x91\xe8\xe3\x50\x60\xe8\x7b\xf8\x57\x9f\x08\x7a\x15\x48\x51\x98\x68\xa9\xec\x25\xd4\x5c\x18\x32\x4d\x20\x79\x52\x82\x23\x8c\xbc\x49\xc8\x86\x38\x3d\x15\x9b\x25\x8c\x2d\xba\xb6\x1a\x0f\x6c\xc9\x94\xfd\x5a\x65\xa5\x5c\x67\xc2\xc5\xeb\xac\x2d\xc5\x1a\x81\x00\xdf\x0a\xd2\xc6\x44\xe9\x71\x5f\xcf\x69\x0f\x13\xae\xc5\x84\x62\x7c\xc3\x91\xcc\x55\x81\x61\xbe\x91\x7b\x00\xe3\x0d\x6f\x45\xb6\xa9\xf3\x89\xf7\x1f\xae\x29\xb9\x8f\x67\xe8\xf5\x18\x2a\x6d\x07\xf0\x45\x6d\xe4\x68\x25\x6d\x67\xb4\xce\x1f\x45\x0e\x35\x1b\x6e\x76\xeb\x7a\xb3\x6e\xcb\x04\xb4\x7c\x07\xce\x18\xd8\x63\x3c\xdd\xc6\xbb\x5d\x88\x0c\xc3\x5b\xd5\x94\x02\xca\x6c\xce\x23\xc6\x93\x11\x9d\xdd\x1c\x4d\xd8\xcd\xd1\x3b\xf7\x6f\x55\xf8\x67\x13\xfb\x73\x87\x98\x16\x48\x33\xd2\x66\xd7\x11\x3c\x12\x66\xab\x92\xa8\x28\xee\xa5\x2e\x45\x8e\x11\x71\xd4\xb7\xf9\xd0\xbb\x60\xa3\xff\xea\x69\x06\x01\x54\x6d\x2c\x67\x6e\x9b\x69\xca\xd3\x05\x9b\x83\xd6\xd5\x8a\x88\x73\x3e\x37\xd4\x85\x8d\xd0\x08\x8a\x5b\x45\xbd\xbd\xb0\x89\x2d\x46\x02\x55\x25\x06\xc5\x05\xbd\xdb\xf1\x50\xf7\x2f\x3b\xfa\xa7\x66\x1e\x64\x8e\xe7\x20\x5d\xdf\x15\xb2\x04\xec\x56\xbc\xa0\x01\x28\x81\x18\xf1\x04\x1a\x82\x14\x68\x8b\x90\x65\x1b\x5a\x34\xdb\x06\xb6\x99\xfd\x4f\xb0\x05\xec\xef\x53\xf6\x8b\xfc\x24\x0c\x03\x87\xd8\xfb\x96\xaf\x59\x4e\x8f\x71\x85\xb4\x0b\xb4\x70\xb9\xb2\xb2\x42\x08\xe0\xe5\x46\x62\x3f\xcf\xa3\x01\xa0\x7d\x13\x1d\x92\x18\x98\x18\x8e\xe8\x85\x96\x66\xf3\x00\x5b\xd8\x7d\xfb\xce\x45\x33\xda\x37\x5a\xb6\x2a\x4f\xa9\x9d\xbf\x93\x2c\x85\x94\x8a\xfd\x5f\x33\xa0\xff\x09\x69\x91\xfd\xfd\x41\x17\x7f\x7f\xd8\xe2\x50\x8b\x5d\x20\x07\xec\xe3\x34\x3e\xb8\x62\x88\x79\xa3\x7f\xbb\xbe\xbe\xa0\xcf\x5c\xf0\x72\xb9\x4d\x46\xaf\x35\x35\x14\xad\x12\x09\x1c\x81\xb3\xb5\xf9\xa5\x10\x0b\x71\x8f\x19\xbd\xdc\x26\x87\x18\x7e\x9c\xa8\x15\x20\xdd\x16\xf5\x5a\x42\xf0\x96\x39\x1d\x73\x55\xdc\xf1\x22\x08\x5f\xb7\x6f\xf7\x48\xf6\xd4\xac\x29\xd5\xdb\x07\x8d\x59\xfc\x44\x39\x2b\xa1\x93\xa5\x10\x73\x51\x18\x6e\x82\x57\xb9\x4c\x42\x0b\xba\xbf\xfe\xbc\xb0\x62\x43\x63\xc3\x61\xef\x6c\x07\xa4\xc4\x5d\x5c\x51\x1a\x16\x70\x6b\xda\x87\x78\xdc\xb0\xe4\xe6\xfc\xe5\x0c\xd2\x7f\xcd\x47\x2f\x3e\x5c\x9d\xff\x6f\x5a\x75\x6e\xf3\xd3\xe1\x2a\x3d\x7f\xf7\xee\x1d\xbb\x2a\x53\xf6\xfa\xd5\xab\xef\xa6\xaf\x27\x10\xa1\x4f\xfc\x56\x79\x11\xce\x1c\xeb\xf5\x69\x95\xcb\x7b\x82\x18\x98\x58\x86\xc6\xd6\xa2\xc8\xe8\xc7\x97\x2e\x76\x80\x2f\xb8\xcc\x75\xe9\xf7\x0e\xdd\x4e\xd2\xee\xb0\xcd\xb1\x60\x6f\x10\x86\x03\x20\xfd\xe0\xc6\xb6\xec\x31\x59\x72\x48\x5d\x2a\x34\x4b\xa5\x76\x91\xb7\xd6\x71\xe1\xcd\xed\x3c\x63\x37\xb0\x14\x37\x47\x60\xb2\x45\xad\xef\xe3\xe5\x2f\xb5\x99\x5e\xfe\xfc\x86\x7d\xf7\x97\x3f\xff\x30\x65\x66\x85\xb4\xc5\x14\x5c\xc8\xdc\x12\xe2\xf1\xe9\x31\xf0\xd8\xa0\x48\xe3\xc4\xcf\x20\xd4\x94\x39\x4b\x20\xca\x01\xfc\xfa\x02\x31\xac\x5d\x68\x45\x17\x5d\x0e\x4c\xa0\x69\x39\x7b\xb5\xad\xdf\xe9\xb0\x1a\x9e\x00\x58\xdf\x03\x4f\xac\x6b\x1f\xbb\xc5\x96\x65\xb9\xf6\x50\x11\x58\xf8\x92\x12\x11\x68\xa6\x56\xa0\x12\x36\x7a\xdc\x41\x85\xdc\x54\xaf\x5e\x7d\x97\x2c\x95\x2e\xe1\x5f\x82\x7e\x80\x3d\x83\x1f\xfe\x13\x7f\xd0\x82\x17\xc9\xd2\xec\x21\xfe\xcc\x4e\xe8\xbf\x36\x7d\xec\x0e\x14\x14\xfc\xff\x35\x94\xa1\xb0\x85\x3e\x8a\x8c\x25\xaa\x28\x84\x5e\x2b\x4c\x33\xb3\xbb\x6d\x1d\xf3\xd6\x51\x66\x0f\xa4\x05\x5f\xc0\x68\x15\x4b\xae\xe2\x56\x14\x9b\x12\xb8\x0e\x9f\x97\x94\x91\x0a\x15\x62\x8e\x4f\x8f\xe1\x4a\x99\x89\xb9\x22\x28\x84\xb9\x2c\xcc\x83\xff\x3c\x36\xd7\xfb\xf1\x9f\x8e\xfb\x58\x90\x99\x6f\x8b\xaf\x17\x7f\x6e\x29\xc0\x1e\x57\xe3\x86\x66\x16\xf8\x6f\x1d\x3a\xe7\xfc\x06\x1c\x4a\x2b\x68\xe7\xf8\xbb\xdd\x69\xed\x7d\xf4\x93\xee\xb9\x57\x7b\x3b\x33\x51\x72\x2f\x64\xd4\x56\x89\x74\x61\x4a\xab\x52\x77\x4c\xe6\x33\x55\x61\x0c\x45\x8e\xcd\x60\xc9\x0a\x90\xeb\x43\x0f\x68\xc4\x2b\x82\x4b\xe9\xcc\x8b\x69\x94\xa1\xea\x20\x0d\x81\x80\x16\x08\xfc\x02\x97\x01\x24\x5c\x82\x5f\x3c\xdb\x9c\xc0\x27\x20\x36\xc9\x5c\x67\x13\x96\x29\x9e\xb2\x19\xcf\x38\xd4\x34\x41\x66\x31\x61\x98\x0c\xc9\x4b\xc1\xae\xae\x7e\x99\x30\x35\x9f\x0b\xb4\x56\x92\x18\x7b\x2b\x0b\x80\x0b\x32\xa7\x07\xf2\xb8\xcb\x64\x84\x12\x1c\xb3\x0d\xbe\x6c\x57\xfd\x17\x9e\x6d\xe0\xf1\x7f\x31\xc9\x00\xea\x86\xda\xab\xcc\x29\x7b\x7f\x2c\xd6\xde\x83\x64\xd2\xe1\x80\x10\x75\xe4\xb5\xe7\x3d\xed\x61\x88\x12\xdd\x97\x5c\x13\x4b\x62\x4b\xdb\x03\xa1\x48\xf4\x8b\x97\xfd\x37\xaf\x57\x8d\x9c\xcb\x2f\xcb\x82\x9b\x14\xf3\xe3\xd0\x4b\x67\xf5\x24\xc3\xe2\xd7\xaa\xe8\x4d\xab\xa6\xf6\x00\xa8\x3d\xb1\x7f\x61\x24\x5f\xfd\x9a\x0b\x9b\x76\xa5\xf5\x08\x9f\xec\xee\x73\xbf\xeb\x4a\x5c\x07\x7e\xb2\xff\x74\x4f\xef\xe8\x57\xdc\xd6\xfb\x93\xad\x9c\xd2\x4d\x0e\x7d\xe1\x90\x41\xb3\x36\x49\xcc\x1e\xe8\x31\x00\xf2\x49\x48\x30\x7d\x01\x90\x36\xf0\xb7\x7d\xeb\x0e\xa1\x4e\x58\xc1\x7e\x0c\x7d\x1c\xe5\xa9\xc7\x0c\x7f\x8c\xa9\xed\x90\xd1\x8f\x51\xcf\x7d\x09\x3a\x61\x4e\x4e\x0d\x7a\x16\x95\xd4\x15\xc7\xea\x99\xd6\xc0\xa4\x59\x95\xa7\x02\x12\xcb\x5d\x0d\x0d\xa3\xf5\x59\xc6\x83\x4e\x95\xd4\x19\x43\xac\xce\x19\xd8\x4d\x1d\xd9\x82\xa5\x14\xcc\x13\x0e\xf7\x8b\x2e\x65\xe8\x11\x8c\x1e\x14\x91\x55\xa8\xaa\x6c\x58\x53\xbd\xc9\x36\xf5\xb8\x8b\xce\x20\x5b\xb7\x14\xf5\x2b\xa4\xe6\xab\x2d\x56\x27\x85\x57\x07\x18\x53\xaa\x2c\xdb\xb0\x7f\x54\x3c\xc3\x99\xa7\x6a\xc5\x65\xee\xee\x6d\xee\xdc\x7b\xa6\xab\x49\xa7\x69\xef\xbd\x22\x24\x4d\x34\x5e\x42\x6d\x39\x71\x2b\x6d\xfe\x9e\x3d\xfb\x37\x30\xa2\xc0\x60\x68\x7e\xfc\x78\x79\x1e\xf6\x4b\xf1\x5f\x97\x3f\xbf\xf9\x91\xbd\x9e\xb2\xf3\x0b\x4d\xae\xf1\xd2\xa1\x92\x05\xd6\x4b\xef\xcd\xf1\x06\xb4\xc4\xdc\x33\xb9\x79\x08\x78\x96\xb8\xc4\x37\xf9\x4d\xc9\xd8\xf9\x85\xc3\x78\x34\x0a\x81\x85\x8a\xe2\x20\x18\x5b\xfe\x7b\x93\x7f\x8b\x9e\xd2\xdf\x7f\xfc\x9d\xa5\x02\x02\x20\xb0\xac\x1e\xe5\x91\xac\xc9\x23\x2a\x12\x5e\x69\x61\xd3\xad\x6a\x83\xc4\x0f\xfa\x91\x86\x02\x4b\xe0\x83\x92\x9a\xc9\x95\xf3\x14\xfd\xf8\xe7\x57\x40\x30\x60\xf6\xe3\x79\x8a\x9d\xfc\xf8\xfd\xf7\xdf\xb9\x9f\xcd\xf8\x7e\x42\xc0\x58\xa1\x05\x82\xa0\x2c\x01\xa9\xd3\x66\x0f\x55\x86\x3b\x74\x91\x67\x9b\xa5\x18\x88\x33\xb0\xb0\x35\x08\xcd\xe2\xda\x2e\x89\x72\x1a\x96\x5a\x3b\x1b\xa0\x6a\x14\x4b\xad\x5d\x36\x72\x0b\xfa\x23\xb6\x85\x98\x3d\x8f\x35\xf3\x7d\xb8\x15\xcd\x9b\x62\x1f\x66\x49\xf3\xfd\xec\xc4\xad\x7a\xad\xc0\x0d\x02\x8e\xea\x5b\xa0\xdb\x57\x11\x31\xdb\x6d\xab\x5b\xf4\xb5\xdb\x23\x8b\x85\xaa\x79\x29\xb5\xdf\x21\x0b\x20\x24\x75\x8d\xf5\xf8\x2d\x71\xb6\x37\x4f\xb4\x2b\x79\x0f\x67\x59\xce\x41\xba\x2e\xc9\xff\xec\x2c\x7e\x88\xbc\x83\x70\xb1\x01\x45\x7b\xcf\xc1\x84\x69\xc5\xc4\x3d\x4f\x4c\x6f\x2a\x77\xca\x80\xe7\x13\xb6\xc6\x50\x5c\x4f\xa5\x8b\xa1\x3d\x77\x82\xe8\x45\xb7\xf3\xcd\x58\x8c\x2b\x6f\x97\xd7\xe2\x0f\xb1\x3b\xa9\x97\x18\x80\x04\xce\xf6\xfe\xc5\xeb\x74\xb9\x9d\x05\x3e\x7c\xbc\x87\x12\xbe\x06\x13\xaa\x9a\xd3\x7d\x17\xf1\x11\xb0\xf3\xa6\x2a\x3f\xb6\x59\xa7\x3c\xdf\x50\xa2\xdf\x59\x18\x1d\xa4\xe6\xec\x98\x7a\x44\x63\x3d\x10\xcd\xb1\xdf\x72\x4b\x7a\x75\x07\xb0\x8b\xe6\xf0\xb1\xac\x46\x4e\x56\x3c\x25\x43\x6e\x11\x82\x57\xa9\xc2\x8e\xdf\x8c\x12\xf2\x07\xa1\x94\x93\x73\x7b\x2f\x32\x35\xe3\x2e\x50\xe1\x60\x7e\x40\x98\x4d\xdb\x6a\x3a\xe7\x8d\x61\x97\x78\x50\x1c\xe8\xb4\x35\x62\xc7\xd6\x97\xba\xf7\x0b\x02\x17\xa2\xb4\xc6\x49\xc4\x54\x21\x03\x22\x77\x32\x4a\x6d\xfb\x1e\x47\x83\x70\xe1\x49\x65\xd6\x32\xeb\xeb\x5f\xae\xdc\xe4\x28\x65\x37\xbe\xfb\x5c\x10\x48\x84\x87\xee\xb8\x87\x79\xdf\xfc\x34\x61\xdf\x7f\xff\x1d\x2c\xc8\xca\x46\x18\xad\x04\x04\xfc\x3a\xc5\x12\x96\xd7\xee\xae\x67\x4d\x66\xb5\xa1\xdc\xb8\xd8\x38\x77\x93\xed\xe3\x3e\xb8\x82\x8c\x68\x03\x17\x31\x4f\x12\x55\xa4\x01\xac\x97\xe9\x01\x24\x1f\xcf\x13\xcb\x65\xa1\xaa\x05\x0a\x62\x57\xef\xcf\x61\x98\x0e\xdd\x79\x62\x63\xe4\x6c\xfc\x52\x40\x94\xf3\x2a\x9b\x4b\xac\x4f\x1b\xb6\x70\x13\xbf\x7a\x7f\xfe\x38\xdb\x74\xfd\xcb\xd5\x5e\x2e\xa3\x1a\x7d\xef\x22\x8e\x0f\x6c\x6b\x46\x36\x9c\x51\xf6\x43\x0e\x86\x0d\x1d\xb3\xec\x37\x75\xf6\xf2\x49\xc3\x67\x7e\x22\x3e\xd3\x12\x8e\x15\x3c\xf5\x29\xc2\xf5\xaf\xfa\x12\x2e\xa6\xb7\x13\xcb\xb6\x86\xf0\x1e\x5b\x6e\x2b\xfc\xd0\x40\x93\xa7\x2d\xb9\xd5\xf2\xea\xe0\x85\x37\xbb\xd4\xbf\xea\xe6\x1c\xc4\xf7\x53\x59\xf0\x5c\xc3\xb9\xca\xf8\x46\x14\xcc\x56\x1a\x6b\xe8\x34\x5e\xf8\x1d\xa6\xc0\xb4\x30\x1b\xa3\xc1\x50\x26\x5a\xc4\x6c\xb5\xc7\x58\x23\x61\x18\xd8\x92\xe9\x0f\x82\xd3\x05\xca\xf5\x84\x9f\x16\xa5\xa2\x07\x18\x0a\xd6\x70\x79\x1a\xa3\xc2\x97\x99\xbe\x12\x49\x21\xca\x29\x7b\x1b\xc4\x24\x98\x47\x77\x32\x4b\x13\xa3\xf1\x03\xc7\xd7\xa2\x84\x9b\xc8\xa2\x5c\x76\xdd\x5b\x11\x8b\x90\xda\xae\x0a\x70\x95\x4c\xcc\xcb\xf0\x4a\xd8\xad\x52\xa2\x86\x71\x76\x18\x68\xdd\xb3\x10\x91\xd4\x95\x3e\x81\xa7\xee\xba\x8a\xdc\xa4\x41\x42\x09\x32\xe9\x9f\xed\x7d\x0d\xa3\x6d\x5e\xda\xe6\x1d\x23\x6c\x9a\x19\x3a\x35\xc0\x70\x51\xc7\x68\x79\xa6\x72\xaf\x5e\xd8\x47\x28\x56\x66\x10\x41\x88\x4b\x36\xcf\x24\x44\x0e\x5b\x9d\xf8\x06\x48\xe0\xe6\x88\x2d\x05\x4f\x6d\xc2\x1f\x8e\x7a\x56\x57\x0a\x27\xb5\xbe\x69\x57\x61\x77\x68\x7a\x36\x70\xcd\x55\x6a\x34\x6f\x80\x9a\x4c\xfd\x87\x2f\xd1\x8c\xf6\xc5\x7f\x54\xa9\xf0\x18\xab\x1f\x6e\x45\x61\x3e\xb1\xed\xc4\xd9\x36\x4c\x97\x45\x05\x96\x9f\x86\x61\xc3\xda\xe4\x94\x6d\x5a\x3f\x73\xae\xd8\x7e\x57\xa5\xd3\x7a\x3a\x50\xfa\xb3\xbc\x6f\xc3\x52\xbd\xa0\x27\xf5\x21\xcc\xe9\xc7\x07\x0f\xa4\x0b\x56\x74\x57\x73\xd6\xd4\xd5\x12\xfa\x7f\x2a\x9e\x97\xb2\xdc\xf4\xde\x8a\x0d\x3b\xd5\x69\xb3\x8f\x3a\x1b\x8d\x76\x33\x2c\x01\xba\x6d\x47\xa3\xc2\xab\xd6\x96\xce\x59\x02\x7f\xab\x79\x00\x6f\x5c\x60\x4b\x2b\x36\x78\x66\x44\xf1\xff\xc8\xcf\xa2\xfe\xa4\x17\x36\x3d\xe6\x33\x01\xa7\x36\xfa\x0d\x1a\x43\xf1\xc9\x2c\xf3\x8d\x7c\xe1\x88\x69\xbd\x68\xae\xe1\xbc\x2f\x12\x2b\xde\xbd\x64\x2b\x9e\x57\x3c\xcb\x36\x71\x2c\x07\x68\x29\xaa\xf0\xb9\x0a\x85\xba\x95\xe0\x2b\x28\xd0\x70\x1f\xf8\x6c\x68\x5a\x17\x2a\x35\xaa\x0f\x4e\xeb\xbf\xab\x99\xc8\x04\xaa\xac\x10\x61\x84\x78\x23\x70\x06\x85\x56\xd9\xad\x33\x4c\xd7\x0b\xb9\xba\x8e\xad\x55\xc3\x92\x9d\x4b\x30\x60\x3f\xab\x02\xeb\x08\xa5\xa2\xe4\x32\xd3\x13\xa6\x85\x68\xb3\xc9\x8a\x7c\x69\x38\xf7\xca\x90\xfa\xe9\x27\xb1\xd6\x60\x88\x85\x8d\xa7\x55\x3c\x81\x8d\x9b\xae\xda\xf2\xa1\xc7\x9a\x1a\x63\xd0\xc8\x17\xe9\xe4\x78\x0e\x8e\x8c\xbd\x61\x28\x23\x86\xfa\xf4\x22\x23\x54\x2a\xa6\xad\x97\xce\x30\x60\xcb\xce\x3b\xeb\x40\xb8\x96\x9d\xfd\xf7\xb9\xb6\xeb\x6d\xe3\x50\xd8\x68\x53\x46\x9c\x9f\x27\xc5\x73\x3f\x0b\xce\x4f\xe7\x31\x18\x7d\xdd\x23\xcc\xcf\x41\xfd\xdc\xdd\x52\xfe\x43\xfd\xdc\xdb\x79\xf1\x40\x5e\xe9\xeb\xe0\xb4\xe4\xe1\x87\x0d\xa1\x54\x8c\xb3\x59\x41\xe9\x4a\x01\xa9\x1e\x18\xb9\x5d\x88\xa8\x1c\x7d\x64\x52\x8b\xb8\x2f\x31\x2b\x57\x53\xc4\x3e\x65\xe7\x86\x6f\xcd\x79\x22\xd8\x8b\x37\x97\xe7\x2f\xc1\xb5\x89\xb5\xf6\x4a\xb0\x97\x72\xcd\xee\x44\x96\x01\xf2\x48\x4e\x69\xcb\x2c\x51\xab\xb5\xca\x49\x95\x04\x04\x78\xfc\x3e\xf8\xe5\x21\x87\x13\x6b\xd6\x50\xfe\xb3\x83\xbd\xaf\xf2\xa6\xfa\x63\x97\x42\xae\x56\x55\xc9\x67\xfd\xa5\x06\x48\x86\xff\x1b\xcf\xd3\x4c\xb4\xa0\x0f\xa8\x40\x43\xef\xd0\xcb\x1f\xa6\x8d\x47\x51\x7b\xf1\x66\x1d\x42\x47\xf9\xf6\xd5\xeb\xbf\xbc\xfa\xf6\xdb\x1f\x4e\xd6\x2a\x3d\xb1\x23\x9a\xae\xd2\x9a\xc7\x05\x28\x90\x72\xee\x38\x28\xa1\x41\xa9\x8c\xdb\xd7\xd3\xd7\xff\x8e\x97\x90\x24\x03\xfe\x52\xe5\xaa\x20\xf4\x4c\x62\x82\xb0\x77\x22\x47\x58\x50\xd4\xe5\xdc\x12\xcd\x05\x07\xa7\xf4\xce\xd2\x8d\x33\x90\x80\xbf\x25\xda\xaa\xae\x23\x41\xcf\xa3\x24\x49\x81\xc4\x94\x41\x11\x0f\xab\xfc\x12\xc6\xa3\x77\x59\xf8\xbc\xda\x37\x97\xe7\x35\xda\x45\xb2\xab\x34\xf8\x62\x97\xf0\x09\xcc\x0d\xb6\x72\x00\x2a\x81\x0c\x31\x53\x08\x1a\x93\x0c\x8d\xe6\x60\xd9\x93\x69\xcf\x8e\x99\x26\xbb\xa9\x5e\xbd\xfa\xf6\x07\xf8\x5a\xcd\x77\x42\x35\x9d\x5c\x52\xaa\x2d\x58\x83\x5f\x2e\xc8\xf8\x79\xcb\x65\xc6\x09\x83\x13\x72\x68\x28\x7b\x1f\x8e\x8c\x6d\x69\x2d\x7b\x46\x31\x46\xa3\x5b\x21\x98\x39\x01\xb7\x3c\x33\x17\x52\xf4\x2e\x12\x1d\x65\x12\x4d\x18\xb7\xdd\xb0\x84\x43\x49\xb9\x1b\xb3\x0b\xc9\xcd\x11\x5b\xc9\xc5\xd2\x7b\x61\xdc\xc2\x99\xa7\xec\xc3\x9b\x73\xb7\xc8\x2f\x10\x0b\x2b\xe7\xa5\xbc\x15\xec\x17\x99\x57\xf7\x81\x89\xe1\x65\x23\x31\xa8\xa8\x72\x9b\x68\xd6\x34\x43\x04\xa7\xdd\xee\x32\xd8\x6d\xcd\xe2\xa9\x62\x65\xd7\xf6\xed\xfb\x2b\x06\x79\x96\xec\xc5\xe5\xcf\x6f\xd8\xeb\xd7\xdf\x7e\xf7\xd2\x72\xb6\x15\xba\xd5\x91\x94\xdb\xb8\x44\x10\x89\x9a\x2c\x45\x5a\x65\xe6\xaf\xe6\xbd\xe7\x9e\x51\x21\x40\x58\x62\xff\x63\xa2\x72\x5d\x16\x1c\xc2\x72\x6b\x78\x03\x40\x35\x96\x05\x90\x45\x53\xea\x98\xc1\x02\xc5\x60\x6f\xb8\x2c\x66\x6f\x6c\x51\x11\xb4\x05\x31\x59\x82\xe1\x34\xf8\xa8\xd4\x2c\x97\xd9\xa4\xa5\xbf\x90\x94\x00\xb0\xc2\x1b\x94\x66\x1b\x84\x0e\x33\x1f\xd8\xfd\x7c\xfa\x75\xd8\xf1\x16\x75\x07\x7b\xcb\x7d\x18\x74\xbe\xf5\xde\xbc\x8a\x36\xaa\xb3\x7e\xb0\x5f\xa8\x98\x35\x74\x6c\xdb\x1c\x9c\xb0\x66\xd9\x69\xb1\x90\x65\x47\x2c\xba\xd7\x92\x6a\x3a\xe8\xc6\x72\x08\x9f\x82\x04\xa5\x09\x25\x8e\x12\xce\xc8\x4f\x6e\xf1\xc0\x54\xde\x46\x07\x8d\xdd\x9e\x22\xba\x16\x1e\xbc\x26\x2d\xb8\xf0\xa8\x59\x8d\xc6\x38\x32\xa5\x00\x87\x1a\x5e\xd6\x11\xe6\x74\xd4\x55\x34\x7e\xa9\xd9\x4a\x14\x0b\xe7\xe6\x21\x54\x11\x08\x4e\x00\x16\x10\x34\x9e\xb2\xb3\x7c\x13\x19\xf6\xb3\x8c\x61\x34\x95\xbd\xe6\xa9\x0c\x97\xab\x6d\x93\xfb\xca\x55\x0f\x2b\x47\x55\xaa\x8c\x50\xa5\x5b\x34\x96\xe0\x21\xb2\xd8\xf5\x1a\x53\x79\x5f\x88\xfb\x24\xab\xc0\x5b\x9c\x56\x50\xc3\xbc\x14\xfa\xa5\x19\xe5\x90\xf3\x9c\x56\xa0\x6c\xb8\x19\x4c\x98\x00\x8c\x01\xac\x38\x55\xe5\x52\x39\xf3\x24\x41\x65\xd0\x46\xe3\x70\xec\x6e\xe0\xca\x40\x35\x85\xda\x56\x3c\x44\x91\xb2\x0e\xc7\x6b\x37\x77\xc3\xfd\xee\x4f\x7c\x1d\xf1\x13\x43\x9b\x27\xb6\xff\x52\xad\x64\xbf\x99\xc1\xfa\x22\x83\x5e\xdb\x0f\x31\x7a\x1f\x47\x4f\xc8\x17\xe1\x09\xc1\xcd\x1c\x1d\x21\xa3\x23\x64\x8b\xce\xb5\xec\x52\xb6\x46\xbb\xdc\x81\xed\x72\xcb\x2e\x5d\x69\x54\x92\xbe\x68\x25\xe9\x41\xda\xd1\x64\x98\x7a\x34\x1a\x58\x47\x3f\x5b\x9b\x9f\x6d\xb4\x98\x7d\x1e\x8b\x59\x4d\x8e\x1e\x0d\x18\x43\x96\x6b\x77\xfb\x45\x6d\x99\xbb\x85\xe0\xa0\xeb\x43\xf9\x54\x9b\xd2\xf5\xe8\x52\xfd\x52\x45\xb7\xcf\xe8\x52\x6d\x51\xe2\x46\x8f\xea\xe8\x51\x3d\xbc\x47\xb5\x85\xd0\x0e\xe3\x50\x6d\x70\xe0\xd1\x2e\x3c\xda\x85\x47\xbb\xf0\xf3\xb0\x0b\x23\xda\xac\x3b\xc5\x67\x98\x49\xfa\xe6\xea\xfc\x6d\x21\x6f\xb7\x97\x3e\xaa\xb7\x8d\x53\x69\x29\xd5\x4c\xe6\x99\xcc\x05\x7b\x73\x75\xce\xa8\x55\x4b\x59\x4e\xd2\xb6\xfb\xa4\xa1\x9c\xaf\x44\x53\x18\xca\x5b\x33\x2f\xc2\x9c\x8b\x42\x2c\xa4\x2e\x85\x51\x08\xc2\xf4\x0b\x33\xa6\x14\x67\xb9\x57\x76\x41\xfb\xd2\xfd\x9c\x89\xfb\xdf\x54\x56\xad\xb6\xa6\x21\x37\x1a\xb7\x2e\x9e\x79\x7c\x8b\x8f\xf7\x5f\x35\x9a\x62\x63\xdd\x52\xb7\xc1\xf1\xd0\xf0\xf7\xb6\x7c\x95\x60\x38\xd8\x68\xcf\xb4\x8c\xf6\x85\xfb\x9b\xd2\x65\x1f\xea\x6e\xad\x69\x24\xe1\x42\xc2\x09\x0d\x2f\x51\x39\x72\x22\x62\xd3\xd6\xa6\x83\xfa\x1f\x59\x8a\x09\x68\xd9\x5c\x31\x16\xdb\xbd\xd2\x50\x3b\xd5\x5a\x68\xb4\x03\xae\x30\xec\x7f\x2e\xef\x69\xd9\xc9\xe0\x3c\xc0\xa3\xc1\xcb\xe5\x05\xbc\xd9\x9c\x8b\x7f\xe6\x2a\x03\x84\x1f\xb2\xf6\xab\x70\x5a\x51\xc5\x93\xd2\x23\xf1\xdb\x5b\xe8\xf7\x6f\x7e\x87\x02\x08\x12\x2f\xd8\x8c\x43\xd2\xb2\x61\xa1\x65\x21\x57\x46\x9f\xbb\x5b\x8a\xdc\x08\x8d\x32\xe5\x65\x84\x3b\x4c\x9f\xa5\x5b\x03\x3e\x6a\x7e\x87\xba\x47\xef\xd0\xf8\xa6\x7f\x64\xbf\x9f\xce\x95\xfa\x9d\x30\xa7\x31\xef\x08\x7f\x9a\xe0\x7f\x4f\x7f\x07\xc6\x88\xff\x9e\xf1\xe2\xf7\xf8\x0d\x5f\x35\x00\x7e\x4e\x7f\x67\xaa\x60\xbf\x9f\x8a\x32\x81\x56\x6d\xb2\x5b\x21\x78\xfa\x21\xcf\x36\xcd\xf5\x83\xa9\x40\x69\x32\xc5\xca\xc2\x68\x19\xb0\xcb\xd8\x7f\xb0\x6a\x2d\x28\xcb\xb4\xec\xb6\x72\xa8\xd1\x68\xed\x0a\xab\x2a\xa7\x6c\x37\xfb\xe5\x60\x97\x67\x4a\x65\x82\xe7\x7b\x51\xf9\xbb\x5b\x99\x94\xa4\xb1\x75\x91\xb7\x6d\xc3\xc4\x2d\xdc\xc8\x64\x81\x31\xf2\xb8\x91\xb9\x41\x32\xd0\x15\x0a\xf2\xa5\x72\xc5\xe3\x1c\x16\x3b\x94\x5f\xe0\x73\x51\x6e\x42\x21\x8a\x12\xbe\x51\x6d\xa8\x66\xde\x00\x04\x15\xcb\xa6\x8c\x9d\x39\xc0\x02\xd3\x29\x08\x00\x88\x45\x4e\x03\x31\x23\x92\x9a\x25\x85\xb0\xb7\xe0\xc5\x87\xab\x6b\xca\xe5\x9d\x4e\xa7\xa7\xe6\xf8\x58\xc0\x5b\x85\x4c\x96\x50\x70\xed\xfb\x03\xa4\xb4\x51\xa9\x3d\xb0\x52\x9b\x8a\x4c\x94\xe2\xc3\xba\x43\xca\x7a\x1b\x3e\x86\x89\x80\x94\x8b\x95\xa1\x1e\xa4\x99\x44\x3d\x8f\xd6\xeb\x3f\x4a\x99\xf5\x16\xad\x5a\xb6\x30\x48\xf2\x24\x3f\xcc\x04\x20\xec\xde\x42\x71\xe6\x87\x55\xd6\x08\x2d\xd1\x3b\xba\xb8\xbd\x6e\x19\xd3\xca\x83\x6d\x77\x35\xa6\xfb\xf3\xd5\x7f\x15\xaa\x5a\x5f\x95\x46\x7e\x5f\x6c\x82\xb3\xd0\xc5\x82\xdb\xdf\x88\xb8\x8e\xa6\x67\x80\xcf\x02\x5c\xc0\x56\xfe\x70\xc0\x13\xc0\x29\xa3\xc6\xfd\xfc\xaf\xe0\xf9\xa2\x0d\xe2\x02\x7f\xc7\x5b\x7c\xe9\xca\x81\x32\xfa\x59\xcd\xd9\x5c\xb3\x85\x19\xb3\x9e\x32\x57\x3d\x03\x38\x5b\x26\x3f\x81\x73\x70\xae\xcc\xc1\x71\x52\xa5\x6d\xcf\x00\x1b\xcb\xc8\x0e\xd9\xc6\x3f\x85\x7e\x7d\xf2\x2f\x56\x94\x29\x79\x81\x65\xba\x01\xb2\xe6\xd2\xc6\x2d\x1b\xd1\xe9\xd7\x4a\x97\x97\x55\x7e\xf6\x20\xed\x07\xb7\xcd\xa3\x2b\xbc\xbd\x34\xa3\x00\x4d\xb1\x20\x0c\xb2\xda\xa2\x10\xf0\x4e\xbc\x1f\x4e\xd4\x4b\x65\x02\x68\x04\x77\xe6\x17\xda\x52\x17\x76\x60\x41\xa9\x28\x67\xfe\x8d\xca\x4b\x71\x5f\xee\x0e\x62\x5f\xa3\x35\x3b\xe8\xed\x14\x09\xa2\xab\x2a\x4a\x6c\xbb\x0d\xae\x3e\x6c\x18\xc4\x6b\xe0\xfe\x58\xc0\x13\xc4\xb7\xd8\x5d\xc6\x8d\x84\xdc\x99\xb2\x9b\x1d\xee\x73\xbf\xac\x1b\x6a\x19\x2b\x99\x1f\x4d\x8e\x56\xfc\xbe\xa9\x68\x98\x1f\x1b\xd3\x5b\x71\x27\xf6\x9a\x6f\x59\x60\x51\x33\xb9\x09\x02\x0b\x68\x79\x1b\xfa\x42\xcd\xed\xbb\x00\x55\x6d\xae\x8a\x15\x2f\xf1\xa7\xef\xbe\x05\x9e\x28\x5b\x64\x86\x95\xcc\x3d\x85\x04\x10\x68\x7b\x7d\x63\x0f\x81\xcf\xd2\xc3\x36\x7c\x07\x6c\xe2\xcb\xfb\x71\xb6\x92\xf9\xa9\x59\x1b\x14\x59\xa2\xc3\x0e\xb0\x95\x6f\x7b\x7d\x06\x9f\x69\x27\x7e\xf8\xfe\xf1\x77\xc2\x7c\x63\x8f\x9d\xb8\x50\xe9\x5b\xa9\x8b\x0a\xc6\xf3\x53\x95\x2e\xc4\x56\x37\x4e\x4b\x73\xaa\x35\xa2\x9c\xe8\x8d\xa7\x02\x66\x61\xd6\x2f\x75\xed\xa9\xba\x12\xa1\xe8\x73\x7b\x23\xd4\x91\x63\xcd\x61\x1c\x25\xe2\x31\x5b\xf9\xcb\x90\x43\x3f\x43\xd6\xb0\xc5\x95\x9f\x89\x25\xbf\x95\xca\xd5\x24\x6f\x39\xbc\x43\xfc\xd4\x35\x01\xa4\xa5\x97\x3e\xfc\xf7\x5f\x01\x7f\x4c\x24\x08\xc2\xa5\x66\x10\x77\x90\xd6\xf0\x89\x1e\x6f\x74\xc3\x30\x8b\xfa\x19\x63\x13\xae\x7d\xc0\x3b\x07\x82\x6d\xef\xff\x52\x9f\x07\xbe\xe3\x95\x36\xec\xee\x96\xa6\xa3\x3b\xfe\x89\xf0\xe9\x3a\xda\xd2\x43\xf5\x89\x36\x01\x60\x74\xb2\x3f\xc5\xfb\x60\xb0\x53\x7b\x80\x88\xf7\x40\xef\xf6\x40\x5e\xb9\x1b\x37\xf2\xd9\xc3\x41\x53\xcc\x1d\xee\xb8\x1b\xb6\x8b\x88\x2b\x7e\xff\x31\x77\x51\xb7\x2d\xec\x27\x36\xe1\x06\x95\xb7\x79\xc9\x56\xe6\xca\xba\xa9\xf5\x71\x73\xd4\xac\x45\x7b\x73\x64\xfd\xcf\x37\x47\x60\x88\xa8\x7c\xfb\xa0\x88\x98\xfd\xd2\x84\xc9\xa9\x98\x32\x71\x2b\x72\x70\x19\xcf\xb4\x2d\x4e\xea\x5a\x61\xb9\xe6\x5a\x6c\xaf\xca\x11\x4f\x7a\x5d\x98\x57\x4b\x67\x97\xcf\x4b\x5e\x6c\x5c\xef\x1a\xa2\xfa\x30\xcc\xd7\x1c\xc5\x57\xa1\x7d\x7b\x55\x95\x98\x13\x00\x9e\x62\x8d\x75\xab\x10\x21\x0e\x4c\x1a\x37\x46\x19\x39\xf3\x73\x3d\x64\x61\xfb\xb0\xe7\x1d\x77\x02\x61\x5c\xeb\x83\xeb\xd9\x08\x50\xf8\x75\x49\x6a\xff\x0e\x1b\x02\x66\xa4\x2d\x9b\xc2\xae\x14\xd6\x05\xc6\x8d\x01\x8b\xd2\xee\xfb\x72\x73\xf4\xfa\xd5\xab\x7f\x3b\xec\x12\xeb\xce\x28\x0e\x0c\xb2\xfe\x47\x25\x8a\x0d\x44\xb6\xe2\xda\x61\xf5\x6b\x3f\x42\x04\xe5\xce\xf9\xc2\x3b\xf3\x03\xd5\x6d\x36\x54\x20\x1b\x5e\x6e\x78\x6f\xbb\x68\xdc\x4f\x37\x2b\x1b\x58\x02\x65\xb0\x10\xb7\x23\x3b\x43\xe9\x36\xf0\x5d\xcb\x1c\x15\x76\x40\xf9\x9b\xa9\xaa\xb4\x6a\x3f\x49\xc1\xed\x7c\x8e\x51\x47\xe6\x92\x2c\x0b\x2e\x33\xa4\xd1\x04\xca\xc2\x39\x60\x51\xce\xf4\x46\x97\x62\xd5\xeb\xf1\x76\xdd\x6b\x72\x18\x1f\x4d\x8e\x28\x71\xe8\x6f\x82\x67\xe5\xd2\x08\x13\xa4\x41\xf8\x1f\xc4\x3d\x62\xcd\x5f\x18\xdd\xbc\x21\xe4\xd5\xde\x6f\xac\x8e\x05\x24\xcd\xab\xd5\x4c\x80\x3a\xb2\xc4\xa6\x35\x5d\x7f\x9b\x1d\xab\x36\xa4\x36\x43\x8a\x5c\x55\x2b\xa7\xfc\x3c\xe8\x5b\xb8\x48\x34\xdd\xa6\x77\x28\x7c\xec\x61\x2c\x9a\xdb\xdb\x72\xce\xd8\x1d\xd7\x6c\x5d\xa8\x44\x68\xed\x0f\xda\xd9\xc5\x39\x05\x63\xfb\x86\xa1\x3b\xd2\xe6\x75\xcc\xaa\x92\x2d\x39\x3a\xb6\x37\xc2\x08\x3c\x22\xf7\xfa\x14\x75\xd6\x66\xa3\xf1\x68\x9f\x53\x76\x16\xa1\x57\x58\xf0\xd1\x15\x5f\x7b\xc1\x0b\x92\x41\xee\xb0\xc8\x7d\x34\x3a\x3f\xf2\x90\x87\x86\x3e\xd2\xe6\xeb\xe6\x6b\x10\xa6\x25\x72\xf0\x8f\xbe\xfd\x29\x04\x1f\xe5\x9a\x19\x2d\x35\x5f\xe0\x64\x56\xbc\xf8\x44\xd6\x73\xf0\xd1\x99\xde\x5f\xa8\x82\x18\x37\x87\xae\x55\x55\xbe\xc4\x60\xaf\x4f\x62\x63\x99\xb6\x19\x7f\x4b\x5c\x46\x18\x8f\x74\x6b\xcb\x9a\x3e\x60\x8a\x0e\x23\xd4\x8d\x2e\x95\x69\x7e\x5c\x32\x95\x24\x55\x81\x25\xc0\xdd\x8c\xe1\xfe\x29\xa1\x5c\xa9\xf4\x46\xe8\x42\xac\xd4\x6d\x58\xcb\x16\x02\x2c\x79\x55\x2a\x43\x3c\x09\x5c\xd1\x66\x9d\xb6\x6e\x23\x2d\x88\x56\x2b\x9c\x0a\x8c\x2b\x28\x5f\xba\x50\x42\x33\xbd\x52\xca\x86\x7b\x99\xf5\x21\xdd\x68\x26\xa8\xd6\xbc\x05\x86\x05\x61\x87\x16\x0c\x3b\xfb\x85\x17\x0b\x11\x9c\x21\x61\xc4\x62\x0b\x55\x8b\x8b\x8d\x42\x7b\x0a\x81\x66\x66\xd1\x66\x99\x58\x11\x32\xaa\x99\xbf\x5d\x9f\x56\xc5\xf1\x50\x29\xa5\xfe\x6e\xb9\x96\x2b\xf4\x89\xb4\x30\xb8\x66\x00\x94\x9b\x17\x8c\xd4\xbf\xe1\xf1\x67\x12\x5f\xd9\x83\xea\x68\x0c\x63\x1d\x11\xa3\x6c\x89\xde\x2b\x79\x16\x2c\xeb\x1a\x19\x48\x95\x97\x41\x3c\x63\xe3\xd6\x1d\xf6\x65\xcb\x06\xfe\x4b\xe4\x36\x9e\x6d\x9b\x21\x86\x2d\x5c\x3b\xcf\x41\xe0\x3c\x80\x0a\xe5\x42\x33\xcd\x71\xc5\x2b\x6a\x1a\x93\xa4\x5d\x5e\xf4\xf2\x01\x80\x0e\x5d\x65\x9e\x11\x9a\x53\x00\x11\x35\x2e\x9e\xa4\x39\x4a\x26\xfe\x51\xf1\x0c\xd4\xf2\x8b\xb7\x3f\x1d\x3b\x45\xd1\x8f\x6f\x4f\xdb\xf7\x40\x69\x02\x28\xa7\x57\x24\xb0\x1e\x31\xac\xb7\xde\x23\x0a\xc4\x8d\xd9\xc2\x08\x5d\x84\xcd\xcd\x67\x32\x93\xe5\x06\x4b\x0f\x7f\x12\xb5\x5a\x06\x54\xf0\x3f\x74\xc1\x31\xf2\xc1\xc5\x8e\x2c\xbe\x5e\x67\xd2\x9a\xcf\x2d\x8f\x73\x59\x78\x63\x40\xc9\x68\x3e\xff\x42\xcc\x25\x5f\x56\x45\xb3\x21\x26\x7d\x8d\x25\x57\xfc\xc1\x23\x3f\xb5\xc8\x21\x56\x61\x48\x60\x4a\x8b\x8d\x2f\x66\x49\x83\xf0\x39\xfb\x98\xe0\x61\x50\x3a\xfb\xbe\x32\xc0\xac\xdd\x7c\x21\xce\x4b\x6a\x72\xe4\x31\xc5\xec\x49\x31\xcf\x8e\x14\x33\xf9\x98\x29\x66\x7d\x47\x64\x34\x82\x8f\x99\x66\x8f\x6b\x94\xaf\xd1\xdb\xc1\x4d\xf2\x2d\xdc\x7a\x17\x3e\x7a\x35\xe0\x1e\xda\x5e\xc8\x19\xf0\x23\x8e\x00\x2f\xf1\x4c\x7f\xd4\x20\xb6\x43\x48\x1d\x02\x75\x64\x10\x7a\x66\x68\x65\xae\xe1\x9f\x2d\x9c\xd6\xa8\x18\x17\x85\xbc\x95\x99\x58\x88\x77\x3a\xe1\x59\x87\x66\xd3\xd5\xd2\x43\xee\x68\xb0\x27\x83\xb0\x9c\xf0\xc8\x64\x81\x61\xf1\x6b\xfb\x32\x13\xee\xed\x66\x41\xac\x34\xac\xb8\x52\x44\xe5\x02\x5d\x04\xfc\xe4\x88\xd7\xd2\x7f\xda\xaa\x73\xd5\x9b\x20\x47\xb9\x33\x24\x6b\xb9\x5d\x90\x20\x94\x52\xa3\x28\xef\x4e\xdc\xbb\x82\x8d\x14\xec\x0f\xaa\xfd\x4c\xa4\x29\x65\xb9\x59\x34\x0e\x30\x3e\x4f\xd9\x59\x4e\x9a\x3f\x99\x42\x48\x7d\xb7\xda\x47\xbe\x09\xbe\x65\x03\x75\x5c\xbd\x11\x1a\x8d\x58\x2f\xc5\x4a\x14\xdc\xe6\x05\x84\x31\xf4\x39\xa2\x11\x20\x38\x41\x3b\xec\x00\x55\xaa\x0a\x2d\x5e\x10\x94\xa7\x6d\xde\xd1\x39\x7c\x86\x32\x7f\x08\x7d\x80\x2d\x78\x29\x0e\xc8\xed\x1b\xa9\x5c\xff\x0a\x36\x8d\xaf\x51\x49\x93\x6d\x11\xa7\x2d\x8d\xe2\x1b\x2a\x09\x9f\x84\x01\x4f\x44\x70\xa4\xb4\xa5\xae\xee\xa1\xd7\xda\x58\xdc\x2b\x19\xe6\x10\xe8\x81\x62\xd0\x39\xec\x2c\xa5\xbf\x80\xde\x57\x95\x4b\x55\x1c\x83\xd5\x20\x29\x04\x12\xed\xff\x51\x15\xd2\x88\xb9\x0f\xd0\xba\xe4\xc7\x05\x16\x33\x08\x6b\x6c\x9b\x0b\xa2\x40\xe1\x29\x7e\x5b\xa8\x75\xf8\x70\xb7\xda\x3f\xbc\x9e\xc6\xd5\xbd\x9a\x41\x9b\x96\x53\x60\xdd\x41\x3e\xc5\x4a\x4f\x19\x7b\x07\x74\xac\x0a\x96\xcb\xac\x41\xc8\x59\x16\xb6\xb6\x8b\x07\x19\x61\x0c\xa9\xd5\x61\x0e\x9b\x0f\xba\x5c\x47\x24\x55\x67\x15\xac\x34\x5f\xb4\x64\x78\xe9\xc8\x49\x85\x4d\x6f\x8e\xe8\xd9\xcd\x11\xee\xd8\xe1\xa9\x35\xc8\x9e\x0b\xd6\xd7\xe6\x7b\x75\xaf\xae\x6b\x11\xac\x2d\xab\x2f\xae\xcb\x6a\xd2\x53\x5a\xda\x96\x35\xf5\x8d\xa2\x25\x3d\xf8\x4c\x5d\xba\x5b\x30\xcf\x8b\x42\x25\xbf\xaa\x2a\x2f\xaf\x8d\x98\xd1\xc9\x4f\xe3\x66\x5b\xa8\x29\x6e\x38\xdd\x4a\x4f\x40\x15\x00\x59\x84\xdc\x3f\x7a\x37\xa6\xae\x6b\x14\xea\x83\x14\xb9\xb8\xb1\x65\x68\xf3\x8c\x2f\x2c\xc3\xc6\xa0\xe4\xbd\x4e\xd7\xc7\x5c\xf3\xb9\xb8\xda\xe8\xa4\xb5\x18\x62\x5b\xab\x98\x5d\x05\x57\x88\x5d\x99\x0a\x5a\x33\x8d\xcd\xe3\x2b\x2f\x87\x32\x59\xef\x78\xb2\x04\x93\xf0\x06\x4e\x8f\x04\xe3\x1f\x67\xeb\x8c\xcb\x9c\xde\x23\x23\xbc\xe1\xee\x29\xf0\xb2\x9b\xa3\x6f\x6e\x8e\xcc\x3f\x08\xf9\x8e\x6b\x30\x8a\x4b\x70\xa0\x68\x99\x42\x0a\x2a\x87\xbc\x2e\xca\x40\xf3\x7b\x45\x43\x99\xb2\x2b\x8c\xc3\xff\x86\xad\x04\xcf\xb1\xbc\x6f\x3c\x5a\xcc\x89\xb6\xe5\x99\x2d\x5e\xdd\x12\x35\x24\x4f\x07\xdc\x26\xc3\x35\xa6\x1b\x2e\x88\xe1\xd3\xb7\x4a\xa6\xa4\x37\x19\xd6\x1a\xa7\xfc\x89\xe9\x62\xca\x6e\x8e\xe6\x4a\x9d\x9a\xc9\x41\x8f\x9a\x7e\x98\xf1\xe2\xe6\x68\xe2\xfe\xf8\xa7\xf9\x43\x94\xc9\x34\x78\x69\x5a\x7f\x69\x1a\xbe\x34\x0d\x5e\xda\x89\x34\x68\xbf\xce\xd2\x9e\xab\xac\xbd\x9d\xf5\x8f\xd8\x52\x9e\x94\xee\xdd\xbc\xd6\x9c\x29\x12\xae\xa4\xfa\x65\xc6\xaa\x3c\xb3\x55\x62\xad\xfc\xe1\x51\xe1\x01\x99\xb0\x50\x6b\xaa\x57\xe8\xae\xa6\x29\xc3\xbb\x8b\x6f\x7a\xae\xae\x8e\xb1\x6f\xbd\xbd\xe2\xeb\x15\x87\x0d\xbe\x19\x43\x33\x41\xed\x6b\x57\x31\xd8\xf4\x06\x18\xf0\xa4\x56\xd5\x6b\xfa\xb5\xdd\x9f\x59\x5c\x01\x77\x87\xed\x1a\x2c\xea\xf6\xbc\x60\x9d\x44\x8d\x6d\x74\xb5\x00\xef\x96\xc2\x9e\x58\xf4\x75\x81\x88\xb2\x30\x87\x17\x30\xab\x9c\x24\x0c\x3b\x9d\x43\x7e\x25\x95\x26\xa7\x17\xda\xa5\xde\xb9\x2a\x66\x32\x4d\x45\xde\xc9\x8f\xea\x2d\x3a\x79\x91\x6b\xf8\x14\xd8\x50\x63\x30\xad\x8c\x28\xe4\x40\xee\x8d\xed\x0c\x03\x9b\xed\xca\x31\xa2\xb7\x0e\xc3\x32\xac\x02\xd6\xdc\x30\xed\xf2\x83\x86\xa4\x13\xb9\xf4\x29\x9b\x4f\x44\x2e\xe9\x96\x7c\xa2\x1d\x25\x83\x8e\x6c\xb5\x7f\x4d\xa0\x34\xe7\xf9\xc5\x9b\xe6\xd8\xe9\x41\x4d\x03\x0c\x34\x59\x62\xbd\x28\xe9\x81\x9c\xf7\x37\x7a\x45\xe6\x11\xe3\x6a\x27\x77\xd3\xff\x7b\x2c\x5f\xda\xfe\x71\x7a\xb8\xeb\x00\xec\x6b\x83\x07\x71\x71\xfe\xb6\x7d\x00\x17\xe7\x6f\x77\xfd\xb8\x79\x65\xf8\x87\x55\xd1\x56\x15\xd5\x3d\x0a\x3f\x8e\xe7\xcd\x25\x66\xb1\x20\x75\x2f\xc6\x6d\x10\xf7\x6b\x75\x58\xa9\x32\xce\x2b\x33\xf4\xee\x38\x5c\x8b\x75\xcf\x3f\x1b\x62\x3b\xc0\xfa\x1f\x0c\x82\x3a\xec\x7b\xed\x0b\x66\x73\xe6\x2f\x95\x2a\x7f\x96\x99\xc0\x78\x9d\x96\xf4\xbd\xd6\x76\xac\x9e\xd2\x8f\xa7\x0f\xd3\x17\x03\xf8\x4d\x02\xe5\x24\xac\x02\xd3\x17\x4a\xaf\x85\x52\x25\x9b\xcb\x4c\xd8\x38\x21\x66\x03\x19\xfc\x95\x1d\x5d\xcf\x81\x69\x31\xec\x31\x57\xf9\x49\x77\xaf\x28\xf0\x5e\x5d\x58\x8b\x75\x2a\x72\x07\x0b\x83\x18\x7b\x38\x81\x39\xcf\x08\x49\xc7\x7f\x1d\x0c\xd4\x43\x86\x6e\xf6\x02\xc2\x29\x00\xc1\x61\x56\x95\x2e\xb8\x82\xee\x69\xb4\x4f\xb1\x52\x75\x6d\x44\xbb\x80\xd0\xb6\x15\xed\x2d\x5d\xc2\x69\xb7\x54\x64\xa4\x9b\x75\x18\xe4\x11\xa8\xf9\xec\x7a\x29\xb4\x68\x94\xb9\x09\xde\x02\x6f\xae\x33\xe7\x82\xa8\xb2\x1b\x43\x07\x93\x5b\x07\x4f\xbf\x74\xcf\x06\xb0\x75\x27\xe7\x40\xf8\x64\xf0\x2a\xa1\xe5\xa2\x3d\x0a\x35\x20\x2d\x6c\x78\x4c\x54\x43\x7f\x25\xcb\xd2\x88\x53\x44\x07\xc7\x3a\xec\xc6\x1c\xa7\x92\x7f\x12\x60\x7c\x82\x3e\xa3\x1a\xfc\x91\x26\x15\xbc\x16\xda\x85\x9a\x6a\xd4\x8e\xfc\xc1\xf7\xdb\x72\xbd\x78\xe3\x65\x4b\xa2\x2d\x3d\xda\x6f\x1d\xe1\xcd\x8e\x65\xdc\x73\x12\xa6\xcb\xf6\x39\x44\x30\xe8\x8d\x69\x44\xf8\x96\xbb\xce\x24\xc4\x21\x47\x44\x54\x7b\xda\x7b\x09\xa1\xa8\xe3\x84\xbb\xc6\x55\x5e\x08\x43\xcf\x90\x8a\xcf\xde\xa1\xcd\x79\x05\x20\x63\x51\xbf\x29\x58\xdc\xb5\x2d\xaa\x1f\x81\x5a\x45\x44\x42\xc9\xfd\x0f\x21\x12\x5f\xdc\xa9\xb9\xc4\xd6\xda\xdd\x74\xe7\xe2\x83\x9d\x17\x36\xc2\x59\x7b\x08\x61\x5c\xbd\x83\x01\xb4\x8d\xb9\x69\x8b\x6f\x0e\xbf\xd1\x66\xa8\x2c\x18\xbe\x49\x49\xf8\x18\x1f\x7f\x50\xb9\xf0\xaa\x31\xbe\x96\x89\xde\x76\xd9\x1f\x6f\x1b\x46\xc7\x86\x61\x8c\xc0\x6f\xd6\x59\xb5\x90\x79\x97\x71\x2c\x57\xac\xd5\xd6\x78\x6d\x9d\x0b\x1e\x46\x47\x43\xc8\xb8\x69\x65\xa4\xae\xe3\x6f\x8e\x77\x61\xec\xbb\xf9\x98\x1a\x56\xee\xdd\x20\xba\x76\xc1\xa5\xda\x03\x68\x62\x38\x12\xc0\xb6\x96\xdd\xbc\xbb\xf7\xad\x36\x66\xd9\xf3\x52\x27\x07\xd8\xf6\x5e\xc7\x01\xdc\xfa\x4a\x2f\x55\x6f\xf7\xfe\x75\xaf\xca\x76\x88\xde\xf6\x97\x7a\x10\x3e\xa0\x80\xde\x7e\x28\x1f\x71\x01\xbc\xac\x05\xc1\x6e\x6f\xe4\x8f\x85\x4c\x63\xee\x89\x27\x72\x08\x08\xc8\x42\xa6\x5f\x01\xfe\xc7\xae\x92\xdd\x1f\x83\x01\xd2\x79\x32\xfb\x08\xb7\xe5\x9d\x67\x49\xb7\xd5\xfe\x74\x5b\x7d\xad\x74\xdb\x23\x49\xff\x31\x64\xdb\x79\x37\x0c\x2d\x9e\xda\x4a\xbc\x07\x92\xc6\x7b\x68\x98\xc8\xb0\x5e\xb6\xa7\x2d\xf6\xad\xab\x65\x97\xef\xa9\xd1\xb2\xc5\x27\x17\x63\xf6\x42\xa3\x68\x1b\x6d\xf8\x85\x91\xf2\x49\xbb\x38\xa3\x10\x06\x35\x27\x93\x2e\x1a\x62\x5d\x1c\x43\xa3\xcb\xc0\x67\x4b\x01\x71\x14\x44\x61\x56\x10\xa3\xd3\xc1\xb6\x90\xbb\x94\x8c\x20\x5c\x02\x06\x5a\xd7\x45\xdb\x34\x17\x82\x1e\xcd\x63\xca\x1b\xee\x05\xa8\x77\xdb\x69\xfd\x6f\x7c\xbf\xe6\xb6\x69\x3c\x2f\x15\xba\x72\x72\x6f\x8f\xb9\x0e\xda\xff\xfa\xf1\xea\x1a\x6c\x0d\xc4\x90\x48\x40\xef\xdc\x44\x5a\x20\xbf\x0b\xb9\xcc\x3c\xe8\xe6\xaa\x72\xc4\x79\x11\x51\xdf\x03\xa0\x50\x3b\xc4\xa8\x6d\x80\xda\xad\x6f\x7c\xd6\x5b\xe1\x70\x8c\xaf\x5b\x3f\x6c\xd6\x0f\x45\x15\xb4\x13\xed\x30\x7e\x1e\xd9\xa4\xd0\xb6\xf9\x57\xff\x5b\x74\x3d\xb4\x45\xe8\x79\x50\x66\xb3\x8f\xa9\x4a\xf4\x69\xc9\xf5\x27\x7d\x6a\x6b\x26\x09\xa8\x67\xe2\xcc\x61\xa7\x9a\x74\x40\xf8\x49\xdc\x97\xa7\x03\x94\x40\x8b\x08\x4d\x3b\xec\x54\xbd\x81\x90\xcf\xb5\xd7\xb6\xb3\xf6\x7e\x59\x7c\x1b\x09\xf6\xbd\xfc\xa4\xd1\xf3\x5a\x54\xf8\x81\x38\x7a\xcd\x37\xbf\x02\xc9\xa4\xd3\xec\xf1\x79\xd0\xf5\x8a\x19\x4f\x0c\xb5\x9f\x2d\x16\x85\x58\x80\x6f\xf8\x92\xa6\xd7\x89\x21\x1d\x37\x0d\xb0\x32\xa1\xf0\xb9\x62\x99\x82\x74\xbf\x37\x58\x40\xf0\x52\x41\xdc\x9e\x62\x9c\xde\x33\xcc\xc0\xd6\x64\xf7\x4d\x7a\x09\x34\xf1\x6d\x6d\x5a\x77\x0b\xb9\xbe\x69\x69\x45\x35\x83\x82\x00\x71\xf7\x04\x1d\x4e\xf5\x8a\x65\x73\x99\xa7\xf1\xf0\xc1\xd6\xee\x8f\x95\xd9\x6b\x0d\xf2\x36\xdc\x04\x54\x8e\xcd\xf5\x0a\x78\xc9\x13\x24\xe6\xda\x34\x8f\x35\x5b\x8b\x82\x00\xf4\x75\x1c\x1f\xb1\x3f\xb5\xee\x92\x4f\x7f\x98\x84\xfa\x0e\x32\x0a\x37\x74\x0b\x09\x05\xcd\x08\x5a\x88\x8a\x4d\x42\x85\xaa\x09\xcb\xd4\x42\x26\xf6\x68\xc8\x7c\x81\x09\x1a\x86\x9e\x0d\xc5\xd5\x43\x26\x5d\x39\x4a\x70\xc9\x57\xb9\x2c\x11\xbb\xd1\x74\xff\x93\xcc\xa1\xdc\x81\x2a\xc2\x5d\xa0\x5f\x07\xa4\xc0\x35\x8f\xc5\xf6\xc3\x40\x38\x77\xf0\x98\x67\x56\xe0\x33\xc3\x6d\x1c\x93\x59\x25\x33\x5b\x03\x21\x23\x41\x1c\x8c\xd6\xc1\x40\x81\xc6\x5a\xbe\xa1\x45\x19\xd0\x17\xbe\x0f\x19\xa9\x3e\xf7\xd7\xc2\x34\x18\xd2\x4d\x65\x21\x92\x92\x25\x4b\xe4\xda\xa5\xa2\x57\x2c\xf9\xe9\x52\xad\xd6\x5e\xa0\x0b\x12\xc1\x07\xdc\xb3\x66\xef\xa7\x2d\x2c\xe4\x5f\x93\x31\x09\x66\xcc\x20\x7c\xd6\xb9\x26\xcd\x0c\xc2\x03\x66\xf6\xc1\x25\xd2\xa6\xee\x67\xc2\x5d\x59\x08\x0d\x10\xf1\xbe\x36\x36\xf1\x00\x39\xc7\x9e\x5e\xff\x89\x7e\x17\x42\x97\xd0\xd0\x7a\x25\x04\x1d\x3f\x38\x0f\xb0\xe5\x9a\x21\x56\x3e\xf0\xb6\xb1\xd7\x81\xbb\x34\xcc\xa1\x09\x9e\x4f\x20\x54\xc0\x50\x2d\xe9\x1e\x50\xf7\x8f\x9d\x97\x14\xd2\x61\x0b\x14\x47\x2f\x59\x91\x6d\x91\xa9\x19\xc7\x68\x32\xbd\xe6\x09\xb1\x13\x9e\x22\xbe\x47\x04\xfd\x71\x2b\x39\xbb\xc2\x42\x04\xbd\x4a\xa2\xca\xc4\xa5\x98\x8f\x19\x86\x23\x73\x1d\x99\xeb\x70\xe6\x4a\xa7\xa6\xc9\x5e\xf1\x81\x2f\x20\xb6\xe3\xa1\x76\xd8\x2e\x41\x47\xb4\x11\x58\xde\xdc\x06\x2f\x9c\x41\xd2\x8d\xfc\xa7\x2d\x6c\x5c\x88\xb2\x2a\x72\xa8\x09\x52\x14\x6a\x27\xc9\x8a\x3e\x85\xee\x78\xcc\x6a\x6d\xb3\x22\xe0\x13\xba\x3a\x02\x0e\x47\xa7\x92\xf2\x61\x51\x81\x31\x33\x44\x7c\x08\x1d\xc7\x40\xed\x7d\x81\xd0\xf7\x87\xdf\x1e\x76\x56\xad\x1c\xde\xf6\xf6\x88\x57\x46\x5f\xd2\x78\xfb\x1b\x6d\x50\xa8\xcd\x96\x6d\xd8\xd4\x63\xd2\xf8\x93\x49\x1a\x6f\xa9\x4b\xba\x75\x0f\xf7\x3e\x14\x2d\x82\xca\x98\x32\xfe\xdc\x6f\x9a\xc1\xe9\xdc\x5b\xc4\xd5\x07\x26\x72\xb7\xf4\xbc\x03\x3b\x1b\xc0\xc7\x46\x06\xf6\x8c\x19\xd8\x81\x39\xd7\xc8\xb2\xbe\x6a\x96\x75\x28\x5e\x15\x18\x02\xb6\x42\x4c\xd8\x56\x24\xc8\x86\x6a\x73\xcd\x90\xea\xca\xf3\x14\x95\x55\xdd\x9d\x77\xd9\xe9\xef\x0d\xc0\x4d\xa3\x8b\x5b\x23\x7e\x20\x03\x33\x48\x7a\x93\xc9\xd2\xcb\xfa\x6d\xcd\xfa\xd4\xf5\x5b\x51\xcc\xda\x19\x63\x57\xf4\xec\xd9\xc5\x79\x1c\x34\x1b\x42\x53\xda\x87\x64\xf2\xb6\x30\xa2\x30\x30\xcb\x37\xd0\xdd\xb6\xaa\xb2\x52\xae\x33\x44\x4d\x08\x42\x69\x03\x5c\x0a\x9e\x6f\x18\x8f\x90\x2a\x45\xca\xf8\xc2\xf4\x58\x02\x78\xb4\x05\x33\xce\xab\x15\x55\xec\x75\x1f\x01\x20\xea\x7c\xe3\x7b\xf7\xbe\x8b\x06\xf6\xe1\x80\x50\x86\x5c\xe5\x97\xd4\xf5\xc7\xcb\x5f\x5a\x56\xe5\x7d\xdc\x80\x98\x0c\xe6\x99\xae\x79\x51\x4a\x9e\xb1\xaa\xb0\xce\x6d\xce\x2a\x2d\x0a\x7b\x1b\x2c\xf9\xad\x60\x3c\x81\xac\x45\xc3\x0e\xd8\x37\x51\x0e\x11\x52\x0a\x28\x7f\x1c\x97\x72\x5e\x65\xd9\x84\xcd\x65\x0e\x68\xb9\x62\xed\xb2\x9b\x78\xb9\x64\x57\xd2\x28\x87\x98\xd3\x42\x0c\x0c\x46\x64\x7a\x34\x94\xe6\xc8\x05\x14\xbf\x28\x98\x1d\x3e\xb1\x86\x42\xcb\xb3\x0c\x72\x4e\x62\xb7\x52\xe0\xbb\x00\x26\xc7\xdb\x9c\x14\x64\xab\x37\x0a\xab\x4d\x5f\x04\xff\x68\xa9\x60\x33\xfc\x0e\xbd\xc0\xa2\x93\x9a\xdd\x1c\xad\x55\xaa\x6f\x8e\x0c\x49\xdf\x1c\x69\x91\x14\xa2\xd4\x37\x47\x2f\x21\x73\xbd\x36\x0f\x4a\xd5\x0f\xde\x35\x87\xf6\xe6\xe8\xe5\x84\x39\x5b\xd8\x4c\x95\xcb\x1d\x53\x4b\xe8\x0b\x1d\x61\x3f\x97\xe1\xe3\xba\xcf\x24\x0e\xb1\x0e\x22\x7d\xda\x4e\x23\xf3\xf1\x37\x86\x38\x82\x00\x9f\x00\xe7\xd4\x47\xf5\xec\x37\x8b\x2d\x33\xa8\x5d\xc2\x7e\x33\x50\x84\x69\x8c\xd6\xbe\x77\x96\x65\x51\xc5\x62\xf8\xd3\x9e\xe7\x9d\x06\x89\x0c\xa7\x31\xc0\xdf\xcc\xcf\xf1\xe0\xf0\x27\x3c\x2f\x8e\x82\x7e\xf9\x05\x2f\x68\xfa\xb8\xb9\xd0\xd1\xdd\x79\x56\xe2\xcd\x27\x2e\x29\xc7\x02\x1c\x96\x36\x24\x23\x75\xd0\x23\x66\x8e\x53\x06\x9d\xb7\x4c\x0a\xee\xc0\x87\x45\xaf\x37\x83\x7e\x42\x0b\xc2\xd6\xc8\x39\xe7\x5f\x0c\xcf\xe8\xc1\x9d\x8b\x23\x92\xe6\x68\xaa\x1d\xa5\xd1\xcf\xe6\x07\xfb\x8c\x0e\xb0\xc7\xf0\x6d\x0d\x74\x6a\x75\x7a\xb3\x0a\xd5\x2d\x0b\x77\xf8\xb2\x42\x7b\x37\x44\x57\x79\x09\x18\x82\x83\x87\x99\xc5\xcb\x5e\x57\x17\x5e\x2c\xbe\xf3\xb0\xd9\x6c\xd3\x90\xbe\x65\xc9\xc4\xbd\xd4\x50\x14\xc1\x5c\x9d\x81\x69\x0e\xa4\x51\xb6\x90\xb7\x22\x0f\x07\x0b\x18\x62\x46\xf8\x43\xb0\x26\x1c\x2c\x0f\x44\xb4\xd1\xd9\x36\x72\xf0\x91\x83\x7f\x16\x67\x5b\x17\xc3\x71\x75\x3f\xf6\xe1\x39\xa3\x2b\xee\x19\xba\xe2\x76\xf0\xc1\x0d\x70\xbe\x8d\x5e\xb7\x27\xc7\xdb\x87\x1b\xad\x0f\xec\x6e\x1b\xfd\x6c\x5f\xd2\x25\xb3\xb3\xd1\xfa\x11\x1c\x6c\x43\x3c\x6b\xdb\x5c\x6a\xa3\x2f\xed\xb9\xb2\xa5\x43\xf1\xa3\x91\x11\x7d\x9d\x8c\xe8\x90\x1c\x88\x84\xeb\x6d\x0c\x08\xe4\xdf\xb6\x2a\x73\xa0\x00\xc3\xc6\xbb\xf3\x0b\x22\x27\x62\xdd\x54\x3a\xcc\x3b\x69\xcf\xfb\x25\xd7\xd5\x11\x91\xf1\xe4\xc8\x48\xe0\xdd\x2e\xae\x6e\x0f\x97\x75\x70\xa1\xff\xc8\x16\x16\x73\x84\x8d\x23\xf2\x26\xd7\xdd\xd5\x46\xd3\x1d\xa4\xc5\x05\xa6\xf8\x41\xdd\xe6\xad\x69\xb4\x61\xce\xac\x75\xca\xed\xd0\xed\x2e\xa6\x6c\x2b\x64\x6f\x4d\x13\xc4\x33\xef\x76\x99\x07\x3a\x55\xa4\x58\x18\x0d\x0a\xfc\x61\x32\x35\xc7\x0a\xd1\xc8\x68\xd7\xc9\x64\x14\x39\x25\x00\x4b\x2b\xf0\x2f\x19\xb5\x85\x71\x9b\x35\x72\x76\x71\xee\xd9\x0d\x7d\x6f\x82\x4a\x1a\xf2\xab\x39\xb9\x95\xac\x56\x63\x5d\x49\x30\x04\x73\x29\xe0\x7e\x83\xde\xd6\x67\x80\x79\x28\x85\xa1\xc6\x45\x9e\x53\xfa\x30\x79\x35\x03\x5b\x3e\xa9\x6e\x53\x8b\xd5\x0c\x27\xe3\xe6\x08\x71\x33\x81\x91\xca\x44\x9c\x25\x50\x74\xcd\x36\xd6\xf5\xd6\xc0\xe4\x39\xa9\x96\x58\x09\x00\x37\x96\xba\xf9\x68\xa7\x8f\x23\x73\xdd\xec\x48\xd6\x6a\x6e\x57\xbf\x4e\x71\x53\xf6\x1b\xc2\x19\xa0\x08\xe0\x8b\xc3\xf9\xa9\xf3\x42\xb0\x9b\x23\x33\x12\xc4\xff\x84\xa1\x98\x7f\x9a\x71\xdd\x1c\xc5\x33\xbd\x39\x72\x1a\x75\xa0\x31\x3b\x2b\x62\x70\x9b\x9b\x26\x66\xc8\xf6\xe6\xaf\xbd\x42\x82\x44\x21\x00\xc4\x31\x54\xb3\x77\x39\x78\xb4\x6d\x5d\x93\xef\xea\x0d\x4c\x03\xed\x5d\x92\x79\xa1\x41\x0e\x56\x10\xb2\xb3\xa7\x4f\x7e\x22\xae\x62\x68\x3b\x08\xea\xf7\x9e\x52\x5c\x57\xf4\xb2\x46\x2b\x0b\xbb\xe0\x2a\x49\x9a\xc5\x43\x17\xe5\xbe\xeb\xb4\x03\x27\x81\xda\x0a\x63\x3e\xe7\x98\xcf\x79\x88\x7c\x4e\x22\xa6\x31\xab\xf3\xab\xcd\xea\xec\x60\x27\x63\x6e\xe7\xe8\x11\x19\x75\xc4\x67\x92\xdb\x49\x67\x78\x0f\x07\x77\xc7\xe9\xdf\x72\x55\x3c\x82\x47\xbc\x79\x09\x8d\x39\x9f\x23\xd3\x1d\x99\xee\xc8\x74\xbf\xe0\x9c\x4f\x62\x7a\xcf\xc1\xdd\x4c\x43\xdd\xd5\xe9\x5c\x9b\xe1\x16\xce\x7f\x68\x07\x74\xe7\x85\x32\x66\x84\x7e\xf9\x0c\xff\x33\x67\x84\x76\x0b\x33\xa3\x9b\xe8\xb9\xdf\x46\xbb\xba\x89\xba\x69\xe1\x30\xae\xa3\x66\xff\x63\x8e\xe8\xc8\xd2\x0e\x97\x23\xda\x62\x1d\x1c\x99\xd8\xc8\xc4\x0e\xcb\xbd\xc6\xac\xd1\x31\x6b\xf4\x39\x66\x8d\x82\x4f\xdd\x62\x8a\x9b\x1b\x25\x47\xe7\x41\xb6\x61\xa9\x9c\x83\x86\x56\x62\xe5\x4c\xf3\x8a\xbb\x72\x20\x7a\x41\x2b\x9f\xf0\x48\x3e\xe7\x37\x74\x79\xdd\xa9\xe2\x93\x66\xb9\x4c\x84\x19\x47\x9e\xb2\x99\x48\x78\x45\x75\xd2\x54\x91\x0a\xe0\xad\x84\xf5\xec\x3e\x34\x1d\x93\x58\xc7\x24\xd6\x31\x89\xf5\x29\x26\xb1\x06\x66\x90\x31\x95\xf5\x6b\x94\xde\x47\x71\xf9\x39\x8b\xcb\x4f\x31\x95\xf5\xc1\xfe\xbe\xc7\x73\xe2\x8d\xc9\xad\x63\x72\xeb\xc8\xd3\x47\x9e\xfe\x9c\x78\xfa\x57\x93\xdc\x3a\xfa\x1c\x1f\xdd\xe7\x38\xa6\xbe\x7e\xe1\x9c\xff\x73\xa5\xbe\xb6\xc8\x57\xa3\x2d\xfe\xb9\x5f\x44\x7b\xda\xe2\x1f\xcd\x93\x38\x26\xc3\x7e\xad\x8c\xea\xb0\x1c\x6a\x64\x4d\x5f\x33\x6b\x3a\x3c\x4f\x1a\xd3\x63\xbf\xf0\xf4\xd8\x9a\x50\x3e\x26\xc9\x6e\xa7\xb3\x21\x37\x65\x5b\xa2\xac\x19\x06\xdd\x9a\xc3\x93\x66\x6f\x5f\x1f\x28\x6d\xd6\xed\xf3\x98\x3f\x3b\xe6\xcf\x7e\xb6\xfc\x59\xac\x96\x3a\xa6\xcf\x8e\xe9\xb3\x0f\x4f\x9f\x45\x5a\x1a\xb3\x67\xbf\xda\xec\xd9\x76\x66\x32\x26\xcf\x8e\x1e\x97\x51\x9b\x7c\x26\xc9\xb3\x78\x84\xf7\xf0\xa5\xb7\x9f\xfd\xee\x6b\xe2\x11\x9c\xee\x8d\xfb\x67\x4c\x9c\x1d\x19\xee\xc8\x70\x47\x86\xfb\x05\x27\xce\x22\xcf\x7b\x0e\x3e\x6c\x1c\xe9\xae\x2e\xec\x78\x7e\xdd\x5c\xff\xd0\x0e\xec\xae\xbb\x64\xcc\x99\xfd\xf2\x79\xfd\x67\xce\x99\xed\x14\x63\x46\x37\xd2\x73\xbf\x87\x76\x75\x23\x75\x92\xc2\x61\x7c\x4a\x8d\xee\xc7\x84\xd9\x91\x9f\x1d\x2e\x61\xb6\x69\x0f\x1c\x39\xd8\x57\xcf\xc1\x0e\xca\xba\xc6\x6c\xd9\x31\x5b\xf6\x39\x66\xcb\x8e\xe9\xa9\x63\x7a\xea\xc1\xd2\x53\x8f\xbf\x39\xee\x4c\x4b\x75\x99\x40\xf6\xc4\x32\xc7\x35\xa6\xec\xf8\x9b\xd3\xb9\x52\xd1\xcb\xd0\xb6\x9a\xb9\xdd\x3c\x86\x06\x86\xc8\x06\x77\x3b\x26\xc2\xee\xe0\x78\x1f\xf3\x60\xbf\x56\xa1\x7c\x14\x83\x9f\xb3\x18\xfc\x14\xf3\x60\x1f\xe8\xba\x7b\x34\x87\xdc\x98\x04\x3b\x26\xc1\x8e\x0c\x7d\x64\xe8\xcf\x89\xa1\x7f\x35\x49\xb0\xa3\xff\xf0\x31\xfd\x87\x63\xfe\xeb\x17\xce\xf4\x3f\x57\xfe\x6b\x53\xb2\x1a\x4d\xeb\xcf\xfd\x0a\xda\xcf\xb4\xfe\x58\x5e\xc1\x31\xf9\xf5\x6b\xe5\x52\x07\x65\x4f\x23\x5f\xfa\x8a\xf9\xd2\xc1\x19\xd2\x98\xf9\xfa\x85\x67\xbe\xc6\xc2\xf8\x98\xf8\x3a\x56\x87\x1d\xb3\x5b\xc7\xec\xd6\xdd\xd9\x89\x91\xdb\xd2\x2a\x93\xf9\xc2\xdc\x2f\x17\x85\x54\x85\x2c\x37\x6f\x32\xae\xf5\xd6\x48\x91\xb0\xa1\x13\x30\x57\x7c\x0d\x5e\x36\xf2\xa7\xaf\xa9\x11\x4b\xa0\x15\x30\x44\xe2\x38\xee\x91\x91\x10\x17\xa2\xc0\x69\x4f\xd9\xb5\x11\x51\x61\x05\xc8\x2b\xc7\xf3\x8d\xf9\x41\xa6\xb6\x65\x6f\x0c\x88\x79\x7b\x14\x95\x1f\x5d\x54\x8e\x96\xb0\xbe\xa2\xc1\x5f\x14\x61\xc0\x8b\x99\x2c\x0b\x5e\x6c\xac\x0c\x0b\x52\x46\xa5\x2b\x40\x3e\x5f\x17\xea\x56\xa6\x42\xb3\x45\x25\x53\x91\xc1\x16\xa8\x9c\xdd\x61\xd2\xa6\xd4\x75\x52\xa2\xc5\xa5\x5c\xe4\xd6\x43\x8d\x26\x43\xe2\xbd\xcd\x11\x46\x8f\x9d\x7b\x5e\x9b\x4f\xc2\x65\x06\x5f\x8d\xa9\xdc\x7f\x34\x51\xb9\x96\xa9\x28\xd0\x55\x6c\x36\x31\xa5\x8e\xdc\x38\x0d\x2b\x5f\xab\x94\x5c\xcc\xa9\x82\xe3\x8c\xb1\x31\xf9\xa6\x36\x9d\x29\xfb\x90\x67\x1b\x08\x02\x8a\xbf\x48\x67\x60\xc5\x8b\x4f\xf8\xa9\xdf\xa3\x61\xff\x3e\x65\x7f\x53\x77\xe2\x56\x14\x13\x26\xe7\x6c\x65\xa8\x01\x90\xe3\x1b\x3d\x09\x6d\xfd\x29\x77\xb2\x5c\x9a\x11\xcb\xa2\xde\x19\x85\xce\x68\x51\x02\x65\x16\x96\x43\xeb\x15\xcf\x32\x43\xa1\x78\x2e\xd5\x1c\x59\x19\x99\x64\xed\xc4\xeb\x9f\x8b\x72\xc5\x3b\x16\x29\xd8\xb7\x99\x52\x99\xe0\xf9\xe8\x1e\x78\x02\x3a\xd0\x63\x8f\xd9\x0d\xea\x70\x6e\x88\x75\x21\xcc\x55\x29\x55\x8e\xce\xd9\xb6\x0b\x2b\x6e\x61\xa5\x74\xfa\x0b\x8e\x2b\x35\xc9\x17\x78\x72\xe1\xa8\x64\xea\x4e\x14\x9e\x62\xd9\x07\x8c\xd4\x7b\x8f\xa7\x8e\x7a\xfd\xc5\x34\xba\x70\x6d\x42\x81\xaf\xad\x85\x39\xac\x55\xae\x45\x39\x45\x19\xda\xc5\xac\x01\xcc\xc9\x09\xe4\xf5\x03\xff\xb7\x61\x6c\x4b\x95\xab\x02\x25\x35\x4d\x94\x8b\x61\x56\x39\x84\xb6\x99\x79\xbc\x57\xf9\x85\x1b\xbf\xfb\xd0\x5c\x70\xb3\x0b\xad\x0c\x12\x2f\xca\xc6\x42\xf9\x1b\xd8\x5e\x77\x75\x66\x05\x63\xa6\xe5\xe3\x49\x59\xf1\xcc\x37\x21\xdd\x11\xbc\x1e\x89\x90\xb7\xc2\xf2\x70\x41\xee\xd9\x38\xc6\xd2\x28\x10\xc0\xe9\xd0\xcf\x23\x81\x67\x02\x37\x0e\x86\x4c\x17\xff\xd1\xe4\x08\x75\x54\xfc\xe9\xbb\x6f\xfb\xd4\xec\xbd\xbc\x12\x5b\xe4\xa1\x3e\x23\x5f\xa3\x71\x9b\xb5\x2f\x5e\xcc\x7e\xcd\x66\xb4\xfc\x7d\x56\xcb\x9f\xb4\x96\x3f\x98\x1a\xd9\xfe\x6a\x77\xdd\x03\xac\x80\x9e\xda\xa6\x0d\xe9\x7b\xb4\x07\xfe\xe1\x77\x21\x6c\xb0\x6d\xf7\x2c\xae\xc1\xc1\x26\xc7\x6d\x7a\xde\x03\x8d\x8f\x51\xd7\xb6\x52\xc0\x50\x45\xf2\xed\xbb\x8b\xcb\x77\x6f\xce\xae\xdf\xbd\x65\x27\x78\xb3\xa0\x09\x22\x80\x1b\x8b\x65\x62\x69\xd4\xcd\x75\x21\x12\x08\x91\x37\x37\xa2\x3f\x43\x0e\x2f\xec\x34\x7a\x67\xca\x46\x75\xf5\x6b\xe7\xef\xa3\xba\x3a\xaa\xab\xa3\xba\xfa\xfc\xaf\xe8\x51\x5d\x1d\xd5\xd5\x51\x5d\x1d\x2e\x7b\x8d\x4a\xeb\x17\x2c\xd4\x3c\x01\xa5\xb5\x55\xde\x1f\x55\xd7\x51\x75\x7d\x24\xd5\xb5\x95\xde\x0e\xa9\xc0\x52\x8e\xcf\xa8\xbf\x8e\xfa\xeb\x53\x62\xf5\xa3\xfe\x3a\xea\xaf\xa3\xfe\xfa\xfc\xef\xe9\x51\x7f\x1d\xf5\xd7\x51\x7f\x1d\x2c\x7a\x8d\xea\xeb\x17\x2c\xd3\x3c\x01\xf5\xb5\x4d\xda\x1f\xb5\xd7\x51\x7b\x7d\x24\xed\xb5\x8d\xdc\x1e\xaa\xbc\x8a\xd2\xd0\x9d\x0e\xab\xb4\xa7\x17\x86\xc8\xb6\x33\x4e\xdb\x08\xe9\xd9\x62\xb9\x79\x9a\x05\xb0\x37\xe4\x64\x3c\x4d\x61\x69\x78\xc6\x8a\x2a\x2f\xe5\x4a\x30\x62\x97\x2b\x40\x00\x02\xd4\x23\x76\xa1\xd2\x11\x1d\x67\x04\x53\xf8\x42\x18\xd5\xa1\x44\x65\x23\x5c\x0d\xba\x95\xe8\x18\x4f\x9b\xc7\xf8\xca\x74\xd1\xcb\x66\xba\xd9\x00\xbc\xff\xe0\x74\xfd\x2d\x1f\xe8\x15\xd2\xc2\x86\x71\x1a\xa5\x67\x43\xaa\x91\xe7\x32\xca\x66\x4f\x4f\x36\x6b\xc9\x84\xb5\xab\xd7\xd8\xbf\xdd\x25\xb3\xee\x33\x30\x0a\x65\x9f\x59\x28\x7b\x1e\x66\x8a\xe1\x52\xd9\x16\xa9\xe9\xf1\x04\xb2\x2b\xba\x0c\x7a\x19\xa5\x69\x88\x34\x1d\x9a\x76\x0d\x27\x02\x8d\x1d\xc8\xb5\xb5\xe6\x4d\xcc\x15\x45\x7e\xdb\xfc\xc8\xbb\xfc\x36\xe2\x83\xb1\xae\xfc\x2e\xbf\xfd\x8d\x17\x86\x79\xc9\xfc\xff\x22\x90\x56\xa9\x1c\x1e\x64\xf1\xa0\xf3\x9d\xa8\x42\x98\x5d\xc2\x6f\xc0\x91\x16\xf9\xed\xcf\x85\x5a\xb5\x8e\xd2\x3c\xd8\x3e\x52\xd3\xe2\x8a\xce\xf3\x23\x0f\xd8\x7f\x0a\xc6\x6d\x8b\x18\xb6\x1c\x1f\x7a\x42\x4c\x92\xcf\x44\xc6\xfe\x51\x89\x62\xc3\xd4\xad\x28\x3c\x8e\xae\xe3\xbe\x13\x87\xb1\x99\x70\x2d\xc0\x9a\x33\x65\x97\x74\xe5\x3d\x30\x21\x3d\x2e\x6a\x38\x39\xba\x55\x59\xb5\x12\xbf\xaa\x2a\x6f\xc3\x2d\xfa\x2d\x78\xba\x65\xe1\x83\x66\x8f\xbb\xec\xc1\x87\x10\x03\x15\xfe\xee\x1c\x78\xff\x98\xeb\xc3\x05\xd7\x98\xda\x0a\x4c\xbb\xdb\x58\xfb\xd1\x96\x4c\xfb\xd3\x06\x49\x4d\x3a\x9a\x98\x63\xd2\xfa\x8c\x3e\xb7\xe5\x19\x2e\xdb\x50\x5e\xb6\xad\x68\xa5\x2e\x55\xc1\x17\xd0\xf5\x15\xfe\xb3\xd7\x2b\x1a\xb6\x0b\x30\xc3\x11\xd6\xb9\xe0\x2b\x51\x9a\x3b\x16\xf5\x46\xb4\x48\x1a\x41\x02\x5f\x82\x9f\x11\x10\xf0\xc2\x88\x68\xba\x14\x79\x69\x77\x98\x5c\x34\xe9\x26\xe7\x2b\x99\x78\x67\x16\x4a\x72\xd3\x9b\xfc\x26\x0f\xbf\x2d\x2c\x52\x74\x90\x8a\x9b\xfe\x95\xd5\x81\xbe\xed\x97\x71\x28\x3c\x49\x54\x01\xe9\xee\xa5\x62\xa2\x4c\x40\xba\x90\x39\xf3\xb2\xf1\xf4\x3d\x5f\xf5\x02\x0a\xfa\x71\x15\x2d\xf2\x6a\x96\xa9\x3b\x9c\xd4\xbb\xfb\x35\xcf\x3b\x24\xd7\x96\x56\x46\xf2\xbc\x0b\x1d\x67\x8d\xe1\x9b\x97\x18\x9e\x15\x26\xcc\x6b\x69\xab\xe3\x87\x50\x99\xaf\xd5\x5a\x65\x6a\x21\x3b\x80\x96\x01\x13\x18\x17\x4c\xa5\xe6\x00\xd9\xd6\x66\x04\x85\xa0\xef\xf4\x6e\x0c\x7b\xc7\x93\xa5\x1d\xd4\x3a\xab\x16\xd2\x0b\xe3\x46\x74\x52\x77\x39\xd3\xd5\x7a\xad\x8a\x12\x6a\xcb\xc2\x57\x36\xd6\x51\x98\x70\x14\x13\x3c\xde\x34\x8d\x7a\x63\x69\xf6\x5a\x14\x2b\x2b\xb0\x20\x0a\xb5\x19\x1c\x64\x51\xfb\xde\x0a\x0f\x71\x5c\x77\x05\x0c\xb5\xfb\xe3\x66\x5c\x39\x9b\x4e\x8b\xc9\x7f\x6f\x16\xd2\x36\x27\xe0\x7b\xa3\x72\x33\x1a\x4d\x9e\xb3\x22\xf1\x45\xf8\x3c\x57\xe6\x3e\xfd\x00\x73\x6b\xe1\x94\x6f\xdb\xf9\x5e\xcb\x0d\x66\x0f\x62\x8d\x69\x17\x82\x0a\x67\xa7\x2e\x66\x40\x0b\x16\x7e\x74\xc2\xc4\x74\x31\x65\xff\x73\x73\x54\x28\x84\xe5\xd0\x6a\x5e\xde\x1c\xfd\x7d\xca\xde\xab\x12\xa3\x76\xe0\xfd\x13\x7c\xcd\x5e\x6e\x17\xbf\x51\x78\x80\x96\xab\x75\xb6\x61\x73\x2e\x33\x26\xe7\x10\xb5\x00\x17\x1b\xbc\xb9\x1b\x1a\xbd\xbf\xc4\x5b\x94\x18\x7f\xc1\x7b\x58\x95\xda\xad\x8f\x31\x49\xee\x7e\x44\x36\x6b\xb9\x0e\xd6\x0f\xbf\xdd\xb6\x5e\x6d\x77\xaf\xb7\x52\x5f\x44\x57\x6d\xcb\xe8\x83\x9b\xb9\xc5\xa3\xe8\x87\x25\xf3\xd4\xdc\x3d\x22\xc6\x09\xaa\x0d\xbe\xd5\xdb\x5b\x88\x24\xe3\x72\xd5\xe5\x1e\x7f\x04\x72\x01\xde\x1e\x7c\x34\xf6\x8b\xbf\x15\x99\x28\x3b\x1c\xd3\xf0\x25\x42\xc6\xfb\x55\xa5\x2d\x4e\xea\xdf\xea\x4d\x82\x95\x59\xaa\xbb\xc6\xb0\xdf\x98\x61\x84\x11\x3c\xe1\x1c\xcd\xe5\x30\x53\x55\x9e\x4e\x19\xfb\x5f\x4b\x91\xa3\x6f\x7e\xc2\xa2\x8f\x9c\xaf\x56\x22\x95\x50\x04\x5f\x63\xd0\xd1\xe3\x5d\xd8\xdd\x70\x29\xad\x92\x7b\xeb\x35\xfd\x70\xf3\x6a\xbb\x90\xdd\x67\x5a\xad\xb7\x6d\x73\x7f\x47\xa4\x33\x7a\xbf\x9f\x8a\x10\xd2\x67\x61\x0d\xbd\xdf\xb1\x4e\xf3\x10\x13\x2b\x76\x34\xad\xeb\x72\xa3\x79\x75\xf4\x79\x1f\xd0\xba\xda\x61\x31\x78\xa8\x65\xd5\x77\x8b\x6c\xfd\xac\x2c\x79\xb2\x5c\x89\x7c\x2b\x8f\xac\xb7\x65\x09\x5f\x9b\x75\xc2\x23\x66\xd8\x06\x1a\xb2\x38\xb4\x60\xaa\x60\xa9\x80\x7f\x95\x51\xe1\x9e\x5b\x6b\x42\x3a\x75\xd4\xea\x1f\x1a\xe5\x18\xac\x0f\x8d\x8f\x59\x78\xbb\xa6\x1d\xa2\x8f\x11\x83\xeb\x70\xe4\xc3\xa3\x32\xf8\x45\xb1\x3d\x5a\x9d\xe7\xac\x0a\x5a\x9f\x7e\x6d\x86\xa1\xad\xca\xea\x09\xa9\xd0\x12\xe2\xd6\x81\x21\x9c\x12\x63\x21\x56\x32\x13\x4b\x7e\x2b\x55\x31\x65\x17\x6a\x5d\x65\x36\x21\xc4\xbc\xf7\xdf\xd5\x4c\x14\xb9\x30\x02\xb6\xde\xe8\x52\xac\x86\x54\x2a\x08\x2e\xf7\x3a\x1b\xc2\x18\x82\xc9\x91\x2e\x79\x59\xb5\x95\x2c\x80\xdf\xed\xa8\x1b\x4c\x8c\x68\xb0\x65\xa0\x80\x14\xba\x61\x89\x5a\xad\x33\xe1\x4e\x45\x83\x95\x1a\x0e\x06\x0b\x33\x61\x72\x2a\xa6\xf8\xea\x3d\x32\x8a\x13\x6c\x2d\x06\x55\x63\xd8\x36\x47\x9c\xdb\x0e\x97\x53\xeb\x2a\x0d\xbd\x72\xe8\x73\x87\x94\xfc\xeb\x9f\xe8\x93\xfe\xdb\xda\xb7\x69\x00\x5d\x97\xd2\xa8\x0a\x3c\x8d\x2b\x68\x17\x55\xa0\xbe\x97\x07\xd2\x06\x1a\x02\xd5\xa8\x11\x8c\x1a\xc1\xa3\x68\x04\x0d\x4a\x7b\x3c\xad\x80\xbc\xab\x3b\x70\x50\x8a\x26\x08\xcb\x5b\x3a\xc1\x3f\xb0\x51\xce\xec\x15\x67\xa8\xec\x52\x2e\x96\x25\xcb\xd5\x1d\x1a\xa5\x9c\x31\xac\xe6\xb3\xb4\x2f\x40\x59\x34\x7b\xf7\xd9\x5f\x0b\x88\x02\x98\x57\x66\xb7\xd8\x9d\x80\xd3\x80\x8e\x3c\x9e\x69\xc5\x64\x9e\xc9\xdc\xdb\x44\x65\x4e\x61\x02\xef\xee\x79\x52\x52\x2e\xdb\x4a\xac\x66\xa2\xb0\x5f\x1b\x14\x1f\x82\xdd\x92\x89\xac\x55\xa8\xa9\xb7\x08\x60\xc4\xa9\x4e\x5f\x88\x1c\x9f\x8b\x44\x68\xcd\x8b\x4d\xa0\x4e\x71\xb6\x76\xd6\x41\xbb\x94\x01\xf2\x34\x04\xb4\x1c\x6b\x3b\x43\xfa\x12\xec\x42\xdd\xe4\xb7\x76\xb2\x07\xac\xb3\xb5\x23\xbf\xb9\x3a\xff\x55\x2e\x50\xba\x70\xd6\x3d\xa8\x75\xe7\x0a\x36\x17\x3c\xd7\xf8\x26\x74\xa6\x5d\xc6\x6c\xd7\xa7\x61\xfc\x0d\xb3\xa6\x59\x80\xc3\xe4\x10\xa5\xdd\x23\x1f\x20\x03\x59\x87\x61\xdb\xf8\x20\x3d\xab\xf6\xfb\xfb\x5e\xb4\xec\xe6\x16\xb9\x0d\xdc\xdf\x50\xda\x3a\xbc\x1d\x0e\x6f\x4f\xb0\x54\x5b\x7b\x7b\x59\xea\xba\x2c\xce\xbb\x65\xda\xbe\x62\x06\x74\x40\x8f\x26\x47\xda\x06\x6b\x18\x6d\xff\x7d\x3b\xd6\xbc\x6d\xdd\x14\x8c\xe8\x49\xcd\xa9\x10\x86\x21\xd8\xd3\x51\xc8\x5b\xeb\x13\xf9\xf5\xe3\xd5\x35\x5b\xf2\x3c\xcd\x84\x95\x97\x48\x12\x0f\xd3\xc2\xa0\x13\x2c\x6d\x86\x24\xf7\x5f\xa2\xbc\x00\x27\xbb\x19\xe5\x8b\x97\xed\xa8\xe7\x76\x12\xad\x39\x69\xe8\xed\xb7\x95\x9f\x69\x64\x4d\xee\x17\x57\x2c\xf3\x9d\x6b\xc7\x79\x6b\x77\x5d\x83\xbf\x06\xdd\x77\x71\xd8\x07\xaa\x05\x36\x6a\x6b\x7f\xb5\x00\x7b\xd8\x81\x74\x9d\x96\x35\x98\x78\x51\xff\xb2\xe4\xeb\xb4\xb1\x07\xd3\x6d\xda\x45\xa3\xef\x8a\xa2\x2d\x7c\xed\x1a\xa4\x68\x5d\x22\xa8\x3c\x13\x39\x60\xfc\x43\xee\x75\x5a\x81\xb4\x67\x75\xbb\x40\xa3\x33\x42\xfb\x26\xe2\x8c\x50\x6c\x0f\x18\x21\xde\x45\xc3\xd4\xc5\x47\x53\x12\x71\xb2\xff\x9a\xf8\x55\x69\x0a\xdb\xd1\xb1\x24\x8a\x94\x50\x96\xc2\x5c\x6a\xf3\x2a\xcb\x36\xc1\xa5\xff\x87\xcd\xb5\x25\x70\xc7\xd1\xc2\xaf\x9d\x32\xe5\xc7\xb5\xca\x83\xa1\xd3\x57\xeb\x35\xf2\xfd\x8d\x0a\x4e\x44\x9e\x6f\xa2\xeb\x3c\xe4\x28\x6d\x43\xc7\x03\x0b\xd3\x9f\x09\xb6\xe6\x5a\x43\xc1\xf0\x52\x19\x01\x5d\x1b\x32\xcd\x4b\xf6\xbf\xb8\x2c\x7f\x56\xc5\x99\xb3\x08\x60\xe0\x60\xc2\xb3\x4c\xff\xf1\xcb\xb8\x87\xb7\x18\x2d\x18\x7b\x1f\x97\x16\x03\xc8\x43\x8f\xcb\xa3\xdb\x54\xe8\xb8\xec\xca\x31\xf1\xb5\x3e\x36\xe9\x56\x72\x3b\x6f\x84\x66\xde\x54\x6f\xcb\x5c\xb4\x72\x24\x7b\x5c\xdd\x8a\xf4\x8b\xbe\x2b\x23\xa8\x2e\xda\x6e\xa8\xd2\x6d\x9b\xcc\xec\x8a\x77\x7e\xda\x93\xf5\xdb\xda\xa6\xd0\xfe\x92\x8a\x6c\xe4\xf9\x99\x60\x99\x5a\x2c\x44\x3a\x61\x46\xa4\x77\x57\x5d\x58\xa7\x59\x8b\x5c\xcb\x52\xde\x46\x72\x75\xeb\x0d\x5b\xca\xd6\xab\x5b\xae\x44\x30\xe2\x3b\xae\xc3\x51\x3f\x2c\x9a\xd8\xf4\xfd\x80\x24\x70\x78\xbd\x93\x38\x28\x54\x7e\xf4\xeb\x8c\x46\xb5\xd1\xaf\xf3\x1c\x8d\x57\xa3\x5f\xe7\x0f\xf0\xeb\x74\x70\xc9\x2f\xd0\xbb\xd3\x35\xd3\x5d\x7d\x3c\xdb\x56\x6c\xb7\xab\xe8\xf0\xfe\x9e\x8e\x0f\x8d\x5e\x9f\xaf\xe3\x82\xfa\xfc\x5e\x9f\x2e\xa1\x6b\xf4\xfd\x8c\xbe\x9f\xc7\xf0\xfd\x74\xd1\xdb\xc1\x3c\x40\x5d\xac\x7b\xf4\x03\x8d\x7e\xa0\xd1\x0f\xf4\x2c\xfc\x40\xdb\x04\xb6\xd1\x1b\x34\x7a\x83\x0e\xa3\x46\xec\xea\x13\xda\xde\xcf\xce\xc4\x3c\xfa\x87\x9e\x88\x7f\x28\xda\xa0\xd1\x4b\x34\x7a\x89\x46\x2f\xd1\x7e\x87\x66\x3f\x4e\xda\xe3\x31\x6a\x69\xfb\xf5\xf9\x8d\x46\xb7\xd1\x96\x0b\x16\x01\x35\xdf\x5c\x9d\xbf\x05\x31\x69\x1b\x79\xb8\x46\x9e\x38\x42\x36\xc6\x67\xaa\x2a\x19\x67\x6f\x2c\x84\x8d\x4d\xba\x63\xe7\x66\x15\xe6\x3c\x11\xec\xc5\x9b\xab\xf3\x97\x35\xc1\x2c\x15\xeb\x4c\x6d\x40\x19\x21\x33\x45\xa5\x4b\x51\x4c\x8d\x54\x4f\x6d\xb4\x05\xa4\xcf\x05\xc8\x48\x36\xc5\x99\x64\x7f\x1a\x15\xd9\x47\x52\x59\x08\xa3\xcb\x4d\xd9\x79\xae\x4b\xc1\x41\x45\xd8\x80\x22\x58\x69\x11\x7e\xe2\x04\x7b\x3f\x29\xc4\x42\xea\xb2\xe0\x05\xd3\x32\x15\x09\x2f\x3c\x0c\xcf\x14\x33\x6c\xdd\x18\x91\x81\x07\x43\x33\xf4\xc4\xab\x52\x99\x45\xc0\x74\x64\x1c\x9b\xc6\x56\xf1\xd0\x1a\x56\x1e\xec\x63\x1a\x5a\xb5\x89\xe3\x12\xf3\x01\xfb\x84\xca\x32\x51\x98\xc1\xeb\xc8\x10\x54\x2a\xd3\x4a\x14\x2b\xa3\x74\x59\x38\x13\x7a\x9d\x44\x5b\x40\x40\x82\xde\x33\x51\x0e\xec\x61\xad\xd2\x9a\x2e\x2a\x52\xb0\x14\xfa\xcb\x47\xe5\x98\x21\x3f\x6d\x4c\x71\x74\xe7\x3d\x59\x6b\xe9\x68\x8f\xfc\xbc\xee\x3c\xf7\x2f\xb0\x17\x74\xab\xad\x01\x6f\x21\x85\x31\x5c\xeb\x39\x18\x40\xd4\x5f\x0d\xdf\x01\x6d\x76\x86\x2c\x4d\x9b\x1e\x1a\x8a\xab\xed\xaf\xa6\xc0\x82\x58\x48\x76\x1f\x5e\x3a\x2e\x74\xed\x38\x12\xf6\x64\x45\xce\x1f\xbe\x63\xc9\x92\x17\x3c\x01\xf8\x09\x55\xb0\x4c\x68\x3d\x61\x33\xb1\x90\x79\x0e\x72\x40\x9e\x9a\xad\x35\xff\x24\x09\x17\xcd\x39\x79\xb5\x12\x85\x4c\xfc\xdb\xec\xc5\xff\xf0\x93\x7f\xbe\x3a\xf9\xcb\xd9\xc9\xff\xfb\xf7\x97\xd8\x38\xe5\x7a\x29\x34\x7b\x71\xf2\x72\xc2\x52\x55\x6a\xf6\x62\xfa\x12\x4f\x53\xd8\x87\x66\x33\x51\xde\x09\x91\x7f\xe1\x7e\x51\xb3\x5b\xc8\x51\x77\x13\x29\x6b\xf7\xf8\x30\xc8\xdb\x2e\x29\xe0\x40\x80\xb7\x5d\xdd\xf7\xf9\xe7\xa2\x86\x6d\x8e\xb9\xc6\xad\x33\x7a\xe4\x9e\xc6\x1d\xb3\x4b\x41\x02\x2f\x73\x1e\xc2\x13\x57\x97\x63\x47\x0f\xdc\xe8\x81\x7b\x0c\x0f\x5c\x9d\xce\x0e\xe6\x79\x6b\x63\xc1\x43\x78\x64\x8f\x9d\xde\xb5\x1b\x50\x5a\x00\x54\x87\x4b\xc7\x36\xeb\x9f\x8c\x9f\x47\x12\x8c\xd4\x70\x71\xc5\x8a\x1d\x31\x60\x2c\xa7\x56\xb7\x69\xbd\x98\x89\x84\x1b\x7d\x4c\x96\x4c\xae\xd6\x19\x55\x42\xb0\x57\xe0\x1b\xa7\xf7\x5c\x54\xb3\x4c\xea\x25\xda\x26\x5e\xbc\x34\x04\xb6\x54\x29\x49\x08\xce\xa2\x3e\x44\x81\xb2\xcc\xd7\x3a\xdc\xa8\xa1\xb5\x41\x3a\x25\x15\xa1\x33\x93\xa5\x48\x3e\x85\x56\x4a\x6f\x0f\xb4\xe6\x63\x33\x82\x3b\x6e\x4e\x72\x95\x97\x32\xab\x59\x34\x9d\x4d\x7f\x26\xe6\xe6\x2c\xac\x0b\x95\x08\x61\x61\x31\x41\x7f\x92\xf9\x02\xa5\x2e\x33\xe5\x86\x4d\x89\x25\x0a\x60\x34\x61\x8d\x41\x54\x6a\xae\xb1\x19\x02\xf2\x8b\xed\x43\xb5\x55\x8d\x9a\x1b\x21\xb5\xb5\x7b\x89\x29\x3b\x9f\xc7\x3a\xf5\x25\x6a\xc6\xae\x30\x13\x5b\x10\xa2\x94\xf5\xbe\xe1\x26\xd8\x0a\x4c\x52\x07\x91\x9f\xa5\x62\x73\x9e\x69\xaa\xca\xd6\xf8\xae\x2d\xb8\xa6\x3f\xc9\xf5\xda\x70\xbb\x0f\x46\xfb\xbc\x93\xa4\xa2\x77\xb6\x37\xdb\x17\xe9\x94\x81\xc9\x76\xad\xd2\xf3\x7c\xae\x3e\xe4\x88\xdd\xda\x34\x3e\xcf\xe3\x72\x71\x71\xfb\x5d\x28\xda\x17\xf4\xa8\xab\xcb\x2f\x32\xf9\x09\x40\x71\x8d\xa8\x0d\x9f\xf8\x78\xfe\x76\xc2\x44\x99\x4c\x5f\x5a\xe3\x15\xc1\xcb\xd9\xb9\x69\x58\x78\x1a\x19\xad\x59\xbd\x5b\x98\x3e\x5d\x10\x0d\x2d\xdc\x96\x05\x34\x17\x8f\x79\xdd\x13\x15\x0d\xdc\xd7\x0b\xac\x4d\x99\x6b\xb6\xe6\x05\xdc\xc7\x91\x39\xc6\xd0\x0e\x92\x03\x2c\x94\xb5\x20\xc0\x28\xcc\xe7\x1b\xe3\xe3\x9a\x1c\x29\xe6\xe4\x8a\xfb\x92\x2a\x64\xc1\x20\xde\xab\x54\xd4\x8f\xb1\x33\x4c\x47\xe3\x04\x39\x4a\xaf\x55\xae\xe5\x2c\x43\x20\xdb\x35\x2f\xb4\xd5\x31\x08\xa2\xcf\xde\xd0\xe1\xf7\x9d\x59\xbc\x31\x12\xfc\xc8\x5c\x65\x99\xba\x33\x6f\xba\x87\x66\x94\x96\xaa\xec\xeb\xf3\x06\x4d\xe8\x90\x64\xc8\xb6\x88\x37\x1d\x44\x2b\x2c\x0a\x75\x37\x61\xb3\x0a\xd9\xd0\xba\x10\x73\x79\x1f\x15\x13\x9c\xb2\x9b\xa3\x44\x7b\x51\x85\x98\xff\x5a\xa5\x53\xa3\x64\xdd\x1c\xfd\x08\x08\xca\xa0\x14\x6e\x6d\x09\xc6\x94\xb0\x39\xfc\xd0\xfd\x4e\x25\x53\xd3\x1a\xaf\xf0\x17\xe6\x97\x8f\xe7\x6f\x5f\xb6\xb7\x17\xeb\xa5\x58\x89\x82\x67\xe6\x8d\x9b\x23\x33\xd5\x9b\x23\x26\xe7\xf3\x3a\x4f\xcb\x99\x6b\x1a\xc7\x52\xdc\xe4\xac\xe7\x7f\x51\xac\xc2\x9b\xab\xf3\x30\x4c\x60\xc2\x94\x3b\xfd\x37\x47\x40\xc3\x37\x47\x37\xf9\x4d\xde\x37\x5a\x14\xe4\x72\x71\xe7\x38\x94\xcc\xc3\xcb\xe0\xf5\xf4\xf5\x0f\x10\xc3\x60\xc3\x09\xac\x56\x00\xb4\x65\xad\x8b\xc8\xf1\x09\x3e\x97\xcd\x14\xc2\x47\xb2\x9b\x23\xef\x79\xbf\x39\x02\x0a\xbc\x39\x7a\x17\x7c\x1c\xa7\xf0\x8b\x9c\x8b\x64\x93\x64\xe2\x57\x95\x0a\xe2\x63\xae\xeb\x84\xe7\x2c\x13\xfc\x56\xb8\x13\xc3\x52\xa9\x1d\xf3\x3c\x55\x05\x93\x8b\x1c\x2b\x61\x5a\x3f\xc5\x94\x9d\xe9\xda\x24\xfe\x9d\xa5\x4a\xe8\xfc\xb8\x74\xa3\xf4\xcd\x27\xd1\xc7\x60\x96\xb6\x11\x84\xb3\xa8\x94\xaa\xda\x85\x96\x56\xa8\x89\xc9\xad\x25\xd4\xf1\x71\x7f\xfa\xbd\x65\xd0\xae\xcf\xca\xf9\xb0\xa5\x9e\xc0\xfa\x89\x7b\x6e\x6e\x0e\x08\xc4\x31\x3a\xda\x6a\x65\xfa\x01\xaa\x70\x78\x95\x2e\xe0\xb7\x2e\x85\x04\x7c\xfb\xb6\xb9\x8e\x9d\x20\xe5\x71\x2b\xa7\x9b\xdd\x99\x71\x19\xe9\xd5\x7c\xcf\x86\xf7\x74\xb0\x71\x5a\x1d\x62\x3f\xb6\xca\xa7\x9c\x7b\xf5\xc4\xdc\x70\x00\x93\x2c\x75\x8d\x0a\x26\xb4\x18\x24\x71\x55\x9a\x2f\xa2\x30\x1c\xcb\xf3\x62\x51\x0c\x02\x5a\xac\x94\x83\x6c\x2a\xd8\x5f\xb3\x7c\xd8\x59\xc5\x33\x76\xf1\xdb\xe9\xc5\x6f\x6f\xd8\x4a\x24\x4b\x9e\x4b\xbd\xc2\x51\xc2\xf9\xc0\x2d\x80\x31\x05\x64\x08\x8a\x02\x4c\xd5\x3c\x9e\xb8\xd9\xf3\xc2\x8f\x8c\xce\xaa\x84\x3a\xb0\xc8\xaa\xa8\x70\xa1\x93\x2c\xa2\xb0\x1d\xa2\x07\x59\xb0\xcc\xae\x37\x4c\x99\x2e\x76\x5c\x28\xfb\x00\x76\x18\xeb\x28\x4e\xd9\x99\x5d\xe5\x25\xb7\x56\x63\x7e\x67\x86\x62\x15\xe5\x50\xf0\xa3\x43\xb9\x50\x24\x15\x2d\x44\xc9\x78\xf3\xbe\xf0\xf6\x2a\x22\x5b\x9c\xe2\x94\xfd\xac\x0a\x2c\x23\xdb\x74\x44\xb8\xe5\xc6\xdb\xc2\xad\x8e\x16\xc2\x29\x24\x9f\xdc\x1e\x9c\x18\x36\xb3\x90\xe5\xb2\x9a\x19\x0e\x93\xaa\x44\x7b\x36\x73\x92\xa9\x84\x67\x27\xb4\xae\xd3\x65\xb9\xca\xfc\x34\xcd\x99\x0b\x8f\x9b\x1d\x11\x92\xbd\xc6\xf3\x87\xb2\x22\xfc\x8e\x7f\x52\x3a\x13\x4f\x53\xa4\x06\xb3\xa0\x18\xb4\xb6\x0b\x8e\x6c\x53\x6b\xc9\xab\x2c\xeb\xd5\x30\xde\x13\x46\xe9\x16\xdd\xc2\x34\x21\xf4\xd9\x16\x1f\x4f\x96\x45\xce\x19\x99\xeb\x12\xa4\x32\xc3\x58\x38\xa6\xfc\x0c\xf7\xde\xc0\xa7\x1a\xbe\x9b\x33\xcd\x32\x65\xae\x7d\x8d\xee\x1b\xeb\xba\x31\x9d\x0f\xf0\xdb\xa0\xd0\xf9\x29\x14\x5b\x62\x2f\x8d\xf5\xc9\xb7\x8d\x22\x08\x88\x73\x72\xb6\x97\x93\x6c\xa7\x04\xc2\x6e\x07\x81\xae\x47\xb7\x74\x54\x42\xd8\x9b\x65\xb9\x76\x4b\x43\x52\x36\x7d\xcd\x50\xa6\xd4\x46\xc6\x99\x98\x33\x81\xf0\xeb\x42\x5a\x70\xfa\x42\x90\x4b\x25\x30\x0d\x6a\xc6\x6f\xb9\xcc\x00\xa3\x95\xbc\x66\x39\x10\x37\x0d\xdc\x8a\x6b\xb6\x86\xba\x11\x59\xd4\x1d\x13\xb9\xaa\x16\x4b\x62\xe1\xa5\xbb\x51\xdc\x76\x38\x0b\x47\x3c\x0f\x9e\xb3\x0f\x77\xb9\x51\x06\xe6\xa2\x10\xb9\x2d\x6e\x07\x66\x0d\x67\xb0\x4a\x54\x81\x92\x1b\x28\x38\xb9\x5f\xcd\xd1\xfb\xf3\x24\x2c\x73\xa3\x2d\xec\x8f\xb0\x85\x39\x1f\x4f\xe4\x3f\xa9\x19\x28\xe0\x70\xe4\x54\x00\xe3\x71\x5d\x0c\x7a\x9b\x71\xc8\xde\x04\x7b\xb9\x19\xcc\x9b\xfb\x3a\x19\xdc\xbb\x8f\xe1\x62\x30\x9d\x0f\x8a\x65\xf0\x0d\x3b\x2f\xba\xd6\x65\x33\x97\x7c\xa8\xb2\x36\x2f\xbf\x1e\x8e\x67\xb6\x9e\xa2\x5e\xcf\xdf\xb6\x57\x36\x49\x78\x69\x98\x7b\x8b\x0d\xce\x3f\xec\x88\xfa\x74\x5c\x00\xed\x7f\x3e\xf0\xd4\xdc\x22\xfe\xda\x00\x61\xca\x17\xf2\xdd\x83\x08\x28\x24\x5a\xa5\xe2\xd2\x31\x9e\x7f\x4d\x70\x76\x2d\x01\x5c\xb5\xf0\xda\x5d\x9c\x9d\xa4\x75\x1f\xd8\xdd\xd9\x15\xc4\x7b\xfe\xb6\x39\x7c\xfc\xdd\x0e\x1a\xd6\xd4\x71\x35\x1a\x3e\x72\x36\xa3\x7c\x48\x71\x17\x45\x9d\xa1\xad\x2c\xd2\xe8\xa0\xd2\x13\x30\xa9\xc4\x5c\xbd\x20\x82\x5b\x94\x71\x4c\x6b\xa4\x28\x77\x92\x9c\xf4\x92\x17\xe1\xc4\xd5\x4a\xe4\x49\x86\x0a\xaf\x99\x97\x19\x91\x46\x71\x98\x74\xb2\x49\xf8\x39\xbc\x98\x80\x21\x2b\xc6\xd9\x42\xde\x8a\x1c\x67\xc1\x8d\x2e\x61\xfe\xf5\xda\xa8\x36\xd6\x8c\x11\x0f\x25\x7e\x3d\x18\x44\xf8\xfe\x99\xd1\x43\x20\x56\x26\xf8\xae\xd4\xba\x12\x3a\x50\x0d\xed\xfb\x71\xff\x61\x8e\x43\x10\x35\xef\x8e\x1e\x09\x37\xb2\x04\x61\x1b\x25\x41\xb7\xba\xa5\x8a\xc7\xe6\xb8\x2b\xab\xb4\xbd\xbe\xce\xdf\x7a\x4b\x71\xed\xdb\x20\x1a\x56\x79\x2a\x0a\x5d\xf2\x3c\xa5\x1a\x11\x6e\x4e\x70\xbc\x05\x07\xad\xd2\x2d\x54\x3d\x75\xa1\x08\x6a\x8d\x35\xe3\xc5\x08\xed\xfe\xbf\xc5\xa6\x45\xa7\x0d\x9f\xd6\x1d\x64\x9f\xcc\x6f\xbe\xa6\x0f\xd1\xb7\x75\xd6\xc3\x5a\xf3\xc0\x70\x06\x67\x96\x67\x20\x71\x00\x2b\x22\xdd\x1e\x16\x0e\xea\x07\x80\x1e\x62\xcb\xa7\xb9\xa2\x3e\xf0\x19\x2b\x13\xfa\x95\xd0\xec\x05\x2d\x45\xa2\x56\x6b\x9e\x6f\xa6\x89\x5a\x9d\xfe\x53\xe5\x02\x6b\x67\x84\xbf\x1a\x19\x58\xe5\x37\x47\x2f\x87\x0c\xcb\x6d\xa6\x1b\x93\x23\xa9\x78\x4c\x1c\x14\x00\x38\x1b\x56\x82\x8a\xec\x90\xe2\x7e\xad\x50\x2b\xd0\x8d\x57\x35\x16\x8e\x33\xfa\xa5\x2b\x8f\x14\x0a\xa5\x0d\x52\x35\xc2\xb0\xef\x04\x35\x56\x57\x74\xc1\xca\xe6\x11\xf9\xc1\x36\xd5\x22\xa8\x64\xb2\xb4\x1f\xf6\x71\x86\x85\x28\x0b\x29\x6e\x03\x96\x11\x8c\x04\x04\x47\xb0\xa8\xce\x78\xf2\xc9\x12\xb1\xdd\x64\x34\x5c\xad\x95\xf6\xf6\xd0\x54\xce\x41\x0c\x2f\xf1\xd0\x9b\x37\xcc\x90\xfc\xcf\xd1\x4a\x10\xa9\x52\x2e\x13\xd9\x34\xbc\xad\x57\x81\x38\x12\x18\x95\xe8\xdd\x87\x29\xa1\x5b\xef\xff\xb6\x6b\x63\xd8\xad\x3e\x20\x6c\xc0\x36\xeb\x08\x1a\x08\x94\xbc\x31\x64\xe0\x89\x28\x26\x3b\x86\x0c\xbc\x8f\xe4\xab\x43\x04\x0c\x40\x8f\x63\xb8\xc0\x18\x2e\xf0\xa8\xe1\x02\x44\xb7\x87\x0e\x16\x70\xaa\x54\x3f\x5f\x84\x40\x81\x9d\x34\x9d\x01\x76\xbe\x1e\x26\x4a\x6f\x36\xd9\xa8\x7d\xd0\x18\xac\xfb\x56\x58\x21\x3b\x1c\x6f\x30\x2e\x6b\x0c\x13\xf7\x52\xc3\x39\x0c\xcc\x8f\xe7\xd8\xcc\x0f\xdd\x33\x12\x73\xb5\x57\xb9\x9b\xcc\xc4\xd6\x8e\x35\x57\x64\xa2\x56\x74\x4d\x3e\xa8\x0e\x77\x3b\x97\xb1\xa1\x49\x93\xa3\xfb\x93\xc0\xf4\xbc\xe6\x65\xb2\x3c\x59\x89\x62\x21\x4e\x3e\x89\x8d\x51\x37\x50\x43\x6c\x69\x05\x96\x46\xb1\xd8\x80\xad\xa1\x58\xec\x92\x81\xd7\x36\x94\x1e\x02\x1b\xab\x95\x8e\xd5\x4a\xc7\x6a\xa5\x63\xb5\xd2\x67\x2e\x62\x8e\x82\xdd\x58\xad\x74\xac\x56\x3a\x56\x2b\x1d\xab\x95\x8e\xd5\x4a\x9f\x5c\xb5\xd2\xa6\xa4\x3d\x96\x2c\xfd\x62\x25\x91\xcf\x5c\xb2\xb4\x45\xab\x1b\x0d\x5f\xa3\xe1\xeb\xf1\x0c\x5f\x8f\x53\xbc\x34\x74\x24\x8c\x48\xd7\x23\x5b\x1e\x15\xc4\xe7\xc5\x00\x47\xa4\xeb\x3f\x00\xe9\xba\x9d\x49\x7e\x81\x40\xd7\x1d\x13\xdd\x15\xe7\x7a\xcb\x7a\xed\x74\x0d\x1d\x1e\xe5\xba\xfd\x3b\x23\xc8\xf5\xd7\x71\x37\x7d\x7e\x90\xeb\x0e\x71\x6b\xd4\x1c\x46\xcd\xe1\xf1\x34\x87\xc7\x83\xb8\xee\x60\xdb\x23\xc2\xf5\x88\x70\x3d\x22\x5c\x3f\x0b\x84\xeb\x2d\xa2\xda\x08\x70\x3d\x02\x5c\x1f\x44\x7d\xd8\x15\xdf\x7a\x6b\x37\xbb\x52\xf2\x88\x6e\xfd\x44\xd0\xad\xc3\xfd\x19\xc1\xad\x47\x70\xeb\x11\xdc\x7a\xaf\x33\xb3\x17\x17\xed\x81\xb6\x6e\x36\xfd\xfa\x90\xad\xc7\x8a\xa8\xfd\xd0\xd6\x6d\xf9\x26\xbd\x94\x12\x35\x27\x53\x06\xa6\x4d\x39\x73\x45\x26\xc1\xc2\x10\xe7\x51\x06\xe0\x23\xfd\xf4\x92\xb4\x83\x54\xfd\xca\xef\xe5\xaa\x5a\xb1\xbc\x02\x25\x4d\xcd\x59\x95\xcb\x7f\x54\x5e\xa5\x5b\xf1\x9c\x2f\xe2\x84\xc7\x50\x04\x24\xad\xae\xd2\x31\x1e\xc3\x59\x24\x35\x49\x8d\x30\x37\x4e\x2e\x43\x7c\x8a\x2a\x2f\xc3\xb7\x10\x1c\x0c\x30\x43\x0a\x84\x6e\xf0\x1d\x27\x62\x02\x64\x56\xde\xc9\x84\x00\xa7\x20\x87\xab\xa8\x32\xc1\xf8\x7a\x9d\x49\x61\x43\x7e\xa3\xf1\xbb\xef\x43\x4e\x63\xca\xf8\x4a\x19\x62\xae\xb2\x52\xae\x33\x80\x25\xd1\x16\xd3\xc0\xa5\x19\x12\x64\x42\x78\xed\xe4\x32\x03\x8c\x07\x6a\xe9\x62\x49\xfd\xaa\xb9\x88\x22\x02\x47\xb1\x13\xfa\xff\xd8\xfb\x17\xe5\x36\x92\x2b\x4f\x18\x7f\x95\x0c\x78\x23\x48\xfa\x0f\x80\xa2\xd4\xee\x19\xd3\x31\xb1\x4b\x4b\xea\x36\xa7\x75\xe1\x5f\x64\xf7\xec\xac\x31\xdf\x87\x44\x55\x02\x28\xb3\x50\x59\xae\xcc\x22\x85\x1e\x77\xc4\x3c\xc8\xee\xcb\xcd\x93\x7c\x91\xe7\x92\x99\x75\xc1\x85\x12\x28\xb5\x77\xb8\xb1\xee\x11\x51\x59\x59\x79\x3d\xf7\xf3\x3b\x75\x01\xe1\x28\x0d\xe7\x5b\x56\x58\xb5\x00\x99\x1d\x6f\x08\xfe\xf4\xe2\x79\xdf\xd9\xec\x40\x6c\x38\x7a\x09\xb1\xba\x66\xe4\x4e\x27\xa8\x70\xe1\xac\x36\x1a\xb8\x43\xfb\x12\x2c\x95\xee\xcf\x0f\x28\x8a\x6d\x8d\xdd\x6f\x37\x6e\x85\x57\x27\xfe\x39\x0b\x76\x51\xec\xd5\x2e\x19\xaf\xce\xd2\x81\xe3\x4d\xe0\x9f\x08\xc6\xd9\xc1\x90\x9a\xf7\xc5\xed\x77\x1a\x77\x23\xf8\xdb\x4d\x58\x2c\xe5\x81\x42\xf2\x2b\x5a\x6b\x31\x13\x95\xfd\xa3\x56\x8f\x39\xfd\x72\xb5\x76\x4c\x85\x72\x59\x21\xc7\xf0\xee\x6c\x32\xe8\x23\x5a\x3c\xd4\xce\x38\xb8\xd7\x96\x8d\x34\xa9\x8d\xd5\xab\x70\x8f\xc3\xc7\x01\x5d\x0e\x07\xa6\xb6\x06\xc8\x3d\x88\xde\x55\x75\xe1\xe8\xea\xf8\x83\xbc\x7f\xcd\xe7\x00\x64\x02\xb7\xfa\x9d\x41\xd7\x59\x4a\x38\x5b\x59\xea\x18\xf7\x3c\x53\x95\x37\x5f\x38\x4d\xf0\x2e\x4b\x6b\x99\xf3\x66\x9f\x12\x5a\x1a\x5a\x31\xc0\x0a\x64\x44\x8a\xd9\x10\x75\x66\x96\x8e\x24\x41\xa2\x43\x41\x09\xe1\xde\x20\x8a\x11\xf7\x80\xcb\xe3\x91\xb7\xf0\x93\x89\xcc\xc5\xb1\x3b\x44\x79\xae\xfc\x87\x0c\x20\xd8\x9d\xe0\x3d\xff\xf1\xf2\x15\xa0\x96\x28\x59\x10\x32\x1a\xa4\x2e\x2e\x95\xa8\xdc\xcd\x12\xb6\xca\x4a\x71\xdc\x1e\xe2\x09\x23\x38\xb7\xbd\x5b\x17\x57\x97\x64\xf8\xf0\x30\x54\xf7\x6a\xb6\xd4\xfa\x96\x28\x0c\x40\x23\x11\xfc\x1e\xe8\xb2\x98\x16\x69\xea\xcc\xfa\x5c\x76\xc0\x1f\xc9\x11\x1b\x2e\xd7\x0b\x27\xf5\x54\x8e\x02\xc5\xdf\xa4\x5e\x11\x5b\x9a\x6f\x2a\x21\x59\x21\xde\x8a\xac\x9d\x44\xe7\xe8\x78\x25\x52\x35\xab\x17\x0b\x4a\x8e\x7f\x90\x59\xa3\xc9\xb1\x7a\x0f\xc0\xbf\x1d\x8a\x82\xe0\xda\xee\x4b\x42\xb0\x75\x44\x43\x64\x93\x82\xd0\x61\xda\x8b\x6e\xf8\xab\xf2\x9e\x6e\xa0\x6b\x64\xea\xdc\x76\xa9\x46\xa7\x69\x67\x90\xed\x16\x9d\x5b\xcb\xcf\x3d\x15\xd1\x73\x31\xe5\x03\x41\x77\x78\xca\x18\x5e\x53\x1c\xc8\xb4\xa9\x7b\xc5\x20\x73\x98\xe2\x03\xa7\x99\x4f\x45\x66\x84\xfa\x58\xaa\x04\x33\x12\x80\xdf\x4f\x83\x37\x6b\x1a\x00\x9d\x22\x8a\x41\x1f\xc3\x51\x74\x08\xdf\x14\x3f\x80\x56\x7b\x27\x9d\x83\x81\x76\x29\xef\xa2\x54\x7e\x93\xfd\xac\x08\xe4\x48\x64\x45\x59\x5b\x6c\xce\x41\xc1\xd8\xc8\x93\xb2\x88\x2f\xea\x2a\x55\x95\x38\x56\x7f\x75\xe4\xe0\x36\x2b\xd2\x61\x70\xa8\xd7\x59\xfc\x17\xc2\x0f\x39\xfe\x1e\xff\x02\x01\x28\x27\x9d\x25\xa0\x34\x11\x80\x28\xad\xad\xb4\x8a\xf3\x99\xe1\xd2\x14\x85\xb6\x21\x39\x63\x4d\xa8\x64\xc9\x52\x16\x0b\xc5\xeb\xe1\xfd\x13\x6e\xf1\xb3\x5c\x15\x36\x5f\x13\xc6\xdd\x17\xa0\xaa\x74\x04\x3b\x07\x0c\x7f\x8f\x0c\xbd\x4b\x80\xca\x70\xbf\xf9\xe3\x65\x10\x68\xd3\x2e\x9d\x0a\x54\x49\x12\xd8\x0d\x9f\xaa\xa8\xd1\x5c\x66\xb9\xd3\xe0\xe9\xa0\x8d\xd1\xe2\x32\x8d\x31\xf3\x36\xbd\x24\x10\xc5\x2c\x51\x2a\x45\x1b\x80\xea\xf4\xd2\x01\x16\x80\xc5\x6f\xd9\xc0\xe8\x5c\xbb\xee\x5c\xc7\xb5\x87\x1c\x8b\x3e\xe9\xa4\xbe\x48\x81\x8f\xc6\x02\xc7\x11\x8e\x78\xeb\xdb\x56\x8b\xe9\x35\xbe\x32\x75\xaf\xd3\xa0\xf7\x7d\xf5\x3b\x1c\xca\x14\xd3\xda\x31\xc1\x1f\x71\xcf\xfc\x62\x16\xfe\x45\x52\x98\xa6\x34\x3d\x5b\x57\x05\x78\xb2\xd8\x80\xf5\xfc\xd9\xb3\xe6\x02\xf9\x17\x62\x80\x4d\x92\x27\x8c\xad\x6a\x48\xa7\x27\x3d\x85\xda\x7a\xe6\xa9\x8a\x14\xb8\xc8\xe7\x29\x2c\x1c\x56\x70\x70\xf6\x8d\x9a\x9d\xb7\x65\x26\xba\xcc\xdc\x59\x71\x4c\xd1\x7b\x3a\x9b\x18\x5b\x9e\xee\xd4\x59\x3a\xfd\x4c\x1e\xd5\xd0\xaa\x76\x46\x30\x3c\x2e\x47\xbb\xcb\xd4\xfd\xbe\xfc\xcc\xb5\xdd\xcc\xcd\x5a\x6b\xbc\x1b\x00\xfb\x29\x76\xe1\x29\xae\xee\xd7\x1a\x1e\x50\x05\x65\xb1\xcd\xd9\xfa\x14\x43\x69\x71\x0c\x2a\x64\xe0\x74\xef\xc6\x1e\xb4\xb0\xef\x22\x07\xb2\xd8\x68\x30\xee\x55\x6e\x91\x27\x7b\x29\xb5\xc3\x95\xdb\x12\xe9\x3e\x83\x0f\x17\xfa\xf1\x46\x4f\x43\xde\x41\x46\x3f\x5b\xf7\x3f\xac\x1a\xf0\x79\x44\x18\x34\x63\x36\x7b\xbd\xd4\x79\xbd\x2a\x5e\xf9\x65\xdd\x4a\x92\xb7\xbe\x19\xa1\x8f\x43\xf0\x59\xbd\x2a\xd0\x6c\x86\x3a\x1f\x20\xd2\x96\x55\x86\x70\xf8\xfb\x61\xa7\x41\x93\xe1\xe0\x2f\x46\x17\x57\xd2\x2e\x7b\xed\x14\x61\x7c\x3d\x16\x0a\xfe\x0b\xe9\xd0\xb2\x5e\x49\x77\xae\x64\x0a\xfa\x64\xfc\x9c\xe9\x39\x8e\xbb\xd7\x6c\xca\x26\xa3\xf6\x67\xf0\x77\x92\x07\x74\x89\x9e\x02\xf1\xbe\x54\x85\xd3\x78\x21\xbd\x2c\x9c\x5a\x3a\xe8\xe1\x4b\x20\xf8\x1c\xb9\xf9\x1e\x89\xa8\x27\x30\xac\x79\x20\xad\xb2\xca\x56\xb2\x5a\xc7\xd2\x06\x2d\xb0\xd5\x42\x1a\x03\x31\x7f\x05\x91\x3d\xc3\xcd\xd6\x8e\xc2\x52\xbb\xcc\x8b\xc2\x48\x66\x01\x97\x50\x5c\x47\x20\xb9\x84\x8a\x9b\xe8\xd5\xe9\xfb\x8b\xcb\x53\x1a\xff\xa8\x11\xeb\x7a\x3a\xcb\xf5\xec\x74\x25\x8d\x55\xd5\x29\x1d\x4a\x73\xfa\x7c\xfc\xcc\x11\x36\xa7\x0c\x8c\x80\xba\x21\x80\x11\x0a\x82\xbd\x4b\xe9\x37\xb4\xb3\x98\xfc\x84\x18\x07\xa0\xfb\x8a\x7f\xbe\x7e\xff\x4e\x94\xee\xd7\x63\xf0\x5e\xa0\x07\xca\x29\x16\x82\x15\x95\x93\x80\xd7\xac\x1c\x9f\x01\x4f\x95\x5c\x38\x1d\xc0\x0a\x05\x15\x22\x5a\x06\x21\xab\x9d\xe0\x9a\xd6\x09\x6a\x69\xc8\x9c\xda\xbb\xd3\xeb\x20\xef\x75\x8e\x83\xf6\xd5\x77\xca\xe0\x41\x20\x6f\x1b\xbb\x2d\xab\x4c\x57\x99\xed\x49\x2b\xe4\x27\x2c\x72\xa2\x11\x93\x0e\x15\x31\x51\x34\x8a\xdc\x29\x91\xad\x4a\x5d\x81\x21\xa8\x75\xa6\xc1\x33\x24\xc9\xbe\x0b\x0a\x9d\x19\x8b\x37\xfa\x5e\x55\x64\x4c\xa5\xfc\xc3\x60\x07\x5e\x66\x0b\x28\x14\x48\x9f\x1f\x0b\xbc\xf1\x14\xb6\x42\x7e\x09\xbd\xca\x2c\x41\x5d\x83\xa9\xdc\x09\x35\x00\x58\x6f\x12\x55\xc8\x2a\xd3\xb1\xb8\x8b\x76\x40\xe9\xbb\x14\x0b\xc8\x76\x04\x8b\x76\x21\x9e\xed\x65\xa9\xe5\x26\x1d\x88\x35\x77\xd1\x70\x85\xf6\xbe\x7b\x5f\xe7\xfc\x3f\x82\xad\xb9\x45\x98\x99\x61\x3c\x84\x98\x7b\xbe\x1b\x78\xf4\x52\xdf\xc7\x56\xdc\x80\x3d\xc6\x53\xa7\xda\x33\x1f\x76\xe6\xb7\x30\x9c\x49\x87\x80\x07\xa0\x93\x0e\xa6\x29\x3d\x89\xd8\x8a\x1b\x4f\xeb\x1a\xfb\x43\x4b\x66\x23\xb6\x03\xf2\x08\xc7\xe2\x82\x2c\x1d\x28\x28\xbb\xe6\xe7\x62\x24\xa6\xef\x74\xa1\xa6\xe7\x40\x7d\xf9\xed\x0a\xdd\xaa\x6c\xe6\x70\x02\x8a\xd7\x14\xb0\x08\x8c\x77\xba\x59\x0d\x00\xe5\xde\x34\x42\xaa\x3c\x55\x36\x6d\x0e\x71\xec\x3e\xf7\x2f\x68\x7a\x99\x9e\x83\x19\x14\x85\x59\x54\x6f\xb1\x4e\x8d\x06\x8d\x96\x43\x00\xd9\x50\x63\xb5\x48\x75\x57\xd9\x0f\x55\x49\x22\x57\xdf\xa4\x10\xe0\x30\x01\x83\x43\x38\xea\xc8\x90\x48\xf1\xf4\x85\x4d\xdc\x9a\x8e\x41\xb8\xae\xee\xd4\x8f\xc5\x6d\xa1\xef\x8b\xef\x30\x10\x0e\x0d\xe4\x54\x9e\xc4\xcd\x1a\xda\x46\xdf\x8f\x06\xd7\x89\x2a\x0c\xe4\x8c\x5a\x75\xf7\x95\x5f\xef\x1e\x33\x8e\x1f\x8c\xad\x34\xd8\x78\x2c\x7c\x39\x22\xa8\x70\x30\xe5\xc3\x31\x8d\x0a\x77\xf8\x35\x3e\xbc\xc0\x48\x3d\x47\x17\xeb\xb0\xf2\x62\xb7\xff\x03\x4a\x78\x9f\x22\xdb\x45\x52\x5d\x23\xf0\x35\x52\xd3\x1a\x31\x59\x88\xd1\xe8\x6b\xfb\x06\x53\xff\x58\x88\x4b\x6b\x90\x09\x32\xb0\x2b\xe3\xe0\xa3\xb4\x33\xa9\x9f\x3d\x7b\x91\x8c\xe1\x94\x41\xa5\x14\xf7\xb7\x1a\xc7\x3f\x2f\x2a\x5d\x97\xf4\xfb\x53\x26\xdd\x93\xc6\xff\x7f\x97\xc6\x1f\x27\x04\x7c\x01\x98\xf0\x16\xdd\x65\xa7\xdb\xbd\x64\x8b\x73\x60\xad\x8e\x2b\x95\xa5\x92\xd5\xe1\x35\xf0\x0d\xd4\x66\x57\xde\x1a\x59\x8c\x9b\xb1\xb2\x32\xb1\xb5\xcc\xc1\x9a\x1c\x00\xa7\x37\x91\xc0\x2f\x36\x93\xbd\x12\xd3\x0e\x44\xd8\x3b\xe9\x6b\x87\xea\xf7\x30\x49\x6e\x07\x1a\xcd\x4b\x5d\xa4\x9f\xcc\xc7\xfc\xcb\xc1\x37\xc4\xae\x0a\xaf\x9c\xd5\x15\x48\xb7\x89\x6f\xca\x34\xbf\xd4\x3b\x53\xb8\xc9\x54\x41\x07\xb7\xc3\x81\x72\x69\xec\x4d\x25\x21\x44\x4b\x17\x37\xbd\x11\x58\xdd\x36\x18\x2f\x68\x39\x32\x2b\x0c\xcc\xfa\x66\x4e\xd6\x73\x14\x51\x17\x3e\x20\x18\x84\x49\x90\x4b\x0f\x11\xb5\x35\xdc\x1c\xf0\xc6\xbe\x97\xa0\xf6\x8e\xbc\xda\xeb\x9f\xe1\x55\x0d\x81\x71\x86\xa0\x28\x71\x6a\x7e\x1e\x1b\xf0\x76\xa4\xe9\xe3\xd9\xf8\x3b\x7e\x17\xa3\x8e\x86\x6e\x01\x46\xf7\xba\x4a\x87\x81\xb2\x0b\x6a\x17\x19\x17\x71\xfd\x8e\xcc\x5e\x9f\xdf\x45\x85\xda\x61\xd8\x8d\x6f\x00\xdf\x71\x4c\xe7\x06\x4a\xeb\x7d\x87\x02\x35\xc9\xda\xfd\x71\x79\x5b\xf5\xda\x36\x56\x51\xf4\xa1\x1b\x50\x3a\xb3\x22\xc9\xeb\x54\x89\xd7\xc6\x4a\x28\xaa\xa4\xd2\xa1\x80\x02\x72\x17\x49\xa2\x4a\x4b\xfe\xc5\x1b\xf0\x5c\x4a\xfb\xf9\x11\x0f\xbb\x62\xf4\x0e\x74\xed\x77\xe2\x41\x6f\x79\xaf\x89\x2f\xba\x51\xc6\x7d\xca\x85\xfd\x55\x49\x97\x5b\xb1\xa2\xb1\x70\x5b\xf0\xb1\xee\xda\xd4\x4f\x0f\x45\x38\x90\x24\xf0\x94\x41\xfb\xab\x14\x98\xf7\x4d\x59\x3d\x94\xee\xfd\x79\x89\xad\x07\x1a\x05\xb0\x83\x4f\x21\xa6\xf0\x62\x4f\x8e\x9a\xc1\x18\xaa\xea\x8e\x8e\xe5\x96\xe9\x6f\x45\xd5\xcd\xeb\x4a\xe6\x03\xba\x27\xdd\xc0\x32\x69\xd5\x42\x57\xbd\x68\xb6\xe1\x59\x93\xd8\x83\xd1\x40\xa5\xb1\x3a\x03\xa6\xdf\x96\x1b\x60\xa6\x72\x5d\x2c\x60\x1a\x58\x08\xe3\x48\xe6\xf9\xd1\x49\x48\xa4\x2b\x6b\x62\xa6\x22\x2b\xc0\xb0\x91\x66\x26\xd1\x77\xaa\x5a\x8b\x54\x27\x35\xe4\xdf\x23\x49\x85\x28\x95\xd9\xda\xbb\x61\x20\xb9\x05\x0b\x2e\x64\xc5\x9d\x26\xb8\x5b\x01\x85\x83\xa7\xb7\xf5\x4c\x25\x36\xc7\x52\x88\x79\x3e\x7d\x18\x52\x63\x3f\x39\xb9\x25\x72\x02\x52\x89\xaa\xb8\x1c\x07\x97\xcb\x8c\x95\x3b\x0e\xae\x2c\x74\xb5\x02\xbc\xc2\x20\x34\x81\xcd\x2f\x2b\x16\x75\x2e\xab\x31\x6d\x68\x58\xaf\x10\x66\x8a\x25\x55\xb8\x4c\x06\x52\x2e\x8a\x70\x9b\xba\x4f\x4e\x83\x7f\x97\x97\x0e\x33\x79\xfa\xee\xb4\xdb\xb5\x1f\x7a\x27\xc5\x4f\x76\x4c\x0c\xb6\xdd\x5b\x3d\xc3\x34\x63\xb8\xc4\xc9\x00\x07\xe6\xee\xd8\x64\xd0\xef\x85\xc1\x83\xd8\xf5\xc1\xc0\xef\x3c\x06\xfa\x2b\x4e\xd2\x8c\xfd\x4a\x70\x1f\xd0\xb3\xd7\x6b\xae\x86\xe7\x29\x16\x61\x11\x53\xbc\xc2\x68\xef\x8a\x2c\x5d\xf4\x0b\x49\x0a\xf4\xdb\x78\x3c\xa6\xdf\x71\x08\xf8\xf3\x74\x2c\xde\xd6\xc6\x8a\x95\xb4\x84\x65\xd5\xa8\xbd\xb4\x89\x41\x1e\x47\x86\x38\x31\xc5\x6e\xe1\x4e\x8f\xe3\xce\xc7\x9d\x91\x4d\x4f\xe8\x7b\x33\x05\x39\xdf\xb9\xbe\x57\x55\x22\x4d\x3f\x10\xa5\x59\xea\xca\x7a\xba\xd3\x12\xa4\xfd\x33\x5c\x17\xf7\x27\x91\x15\x96\xd9\x79\xe5\x86\xde\xc6\xf8\x68\xd7\x10\x27\x0a\x83\x08\x86\xc8\x29\xdc\x94\xd5\x8e\xe9\xee\x71\x65\xf9\x4a\xf5\xac\x02\x3d\xf1\x27\x9c\xff\xee\x3b\x5f\x5b\x86\xd3\x38\xeb\xfe\xe7\x94\x6e\xe3\x57\x70\x44\xb5\x0c\x14\x9f\xc0\x76\xae\xbb\x16\x2b\xd9\xb2\x57\x65\x55\xe3\xee\x79\x83\xd5\x36\x76\x03\x87\x79\x80\xae\x5c\x27\x62\x98\x44\x83\xf6\xce\x5e\xa3\x4d\xa1\xcd\xfd\x32\x7e\x12\xfb\xce\x50\xc6\x8f\x7e\x32\xca\x3a\x39\x2e\x9c\xe8\x97\x1f\x5e\x3d\x42\x48\xcb\x26\x0f\xe0\x2f\x43\x9a\x6d\x67\xd8\xf0\x33\x9f\x39\x77\xa3\xf0\x07\x0f\x67\x85\x80\x0c\x1d\x67\xd6\x67\x52\xb5\xf1\x78\xfc\xe5\xc9\xd5\x26\x37\x7e\x0f\x49\x42\xea\x83\x3e\xc7\x75\x93\xb2\x3b\xe2\x02\x2c\xa7\x49\xa1\xda\x2b\xf4\xc5\x4c\x8c\x48\x54\x21\x74\xa0\xc7\x91\xd7\x17\x47\xd0\xe7\xef\x8b\x65\x3a\x69\x7d\x6d\x5c\x7c\x18\xd2\x47\xa0\x7c\x94\x07\x41\xa4\xad\x60\x47\x3b\x29\xb1\x31\x32\xb0\xa2\xe3\x00\xfe\x3a\x02\x93\xa0\xe2\x0b\x9c\x43\x1a\xb9\x57\x87\xad\xd0\x76\x5c\x6b\x37\x4a\x1e\x09\x95\xb4\x0e\x0d\x2a\x47\xfe\xee\xe5\xda\x84\x8f\xb5\x91\x38\x52\xa7\x1c\x25\x92\xc2\x13\xe6\xf2\x4e\x43\xc6\x18\xdd\x48\x31\xfd\x38\xe2\x57\x47\x35\xae\xc9\x08\xbf\x36\xc5\x74\x97\x1a\x04\x97\x29\xf8\xa0\x98\x34\xfc\xf9\xb7\xff\x36\xc6\xe9\x8e\x35\xce\xfe\xa7\x17\x48\xd5\xa6\xcd\x78\x82\x50\xd3\xc3\x57\x9a\xb6\xd2\xdc\x9a\x53\x09\x51\xd7\x71\xcd\x0f\x80\xc8\x80\x4d\x1e\xf9\x2b\xd5\xfe\x61\x14\x1f\xa5\xdf\x94\x55\x5d\x64\xc5\x62\xe4\x46\x55\x1b\x9e\x86\xfb\xa5\x39\x91\x0d\x91\x08\x51\x86\x38\x92\xbe\x2e\x4f\x72\x3f\x47\x67\x23\x2e\x4c\xb1\x81\x34\x40\x16\x21\xd6\xa2\x1b\x09\x8d\xdc\x0b\x42\x41\x46\xd0\x59\xda\xe7\x8a\x17\xd3\x97\xf8\x06\x06\x87\x4f\xdf\x79\xc8\xcc\xa9\x67\x67\xae\xdf\xc6\x83\x5e\xb8\x6b\xa6\xdc\x9d\x99\xf8\x58\x85\x56\xaa\x89\xe3\x9d\xee\xec\xc6\xb1\x0c\x5b\x09\x1f\xdb\x71\x0a\x2f\xaf\x84\xb0\xf4\x55\x59\x53\x8d\x69\xcc\xd7\xc8\x0a\xba\x3a\x74\x0b\xfc\x47\xdc\x6b\x6e\x04\x3d\x72\x8c\x2f\x18\xed\x39\x07\xda\x04\xa0\x0e\xbc\x3b\x2d\x23\x27\xb2\x4c\x06\x50\xa2\x0e\xa1\xdf\x9d\x4c\x23\x67\xfa\x0e\xf0\x46\x9b\xad\x5a\xbd\x98\x61\x9c\x0a\x56\x61\x80\x4f\xae\x3e\x66\x89\x5e\x54\xb2\x5c\x22\x6a\xf9\x58\x4c\x06\x3f\x74\xfb\x30\xc2\x58\x59\x51\xb6\x8a\x14\x93\xc1\x9d\x1b\x05\x64\x65\x4a\xa8\x4c\x49\xfb\x0a\xe0\x3d\x94\x99\x79\x0c\x39\x22\xf2\x2f\xba\xe2\x5e\x4e\xe8\x15\x0e\x91\xcb\xd7\x64\x3e\x85\x59\x4e\x06\x80\x9b\x33\x19\xb8\xa3\x33\x19\xcc\x94\x75\xff\xc6\x6c\x14\x8c\xb1\x68\x74\x9c\x15\x51\xc7\xc0\x94\x0c\x16\xd0\x36\x98\x1f\x3a\xcf\x2a\x03\xa9\xf1\xdf\x5f\xa0\x5c\xe7\x34\x3d\x2b\xf9\xdf\xf0\x2d\x71\x8c\xc5\x4e\xbe\xbf\x40\xcd\xb1\x91\x1a\x52\x38\xa9\x71\x3e\xcf\x3e\x52\x2d\x7a\x83\xef\xeb\x0a\xdf\x3d\x19\x72\x12\x5b\x01\xb2\x26\xc4\x56\x61\xba\x76\x34\x65\x9a\x71\x63\xb4\x58\xee\x04\x33\x1e\x79\xb4\x7c\x26\x79\xbd\xcf\xc5\xdd\xd9\xb3\xa1\xb8\x7b\x3e\x14\x77\x67\xee\x7f\x90\xe4\x0c\x7f\x3d\x73\xff\x7a\x31\x14\x77\x2f\x20\xef\xd9\xfd\xf4\x1c\x46\x84\xed\xe0\x9f\xcf\x87\x62\xae\xf5\x19\xfe\xf7\xd9\x67\x24\xe3\x1c\x88\x51\xfd\x14\x82\x26\x1e\xcf\xd4\x12\xc9\x3c\x8f\x66\x38\x79\x84\x8e\x7f\x7a\xcc\x80\x8f\xdd\x08\x33\xdb\xdf\x6c\x19\x7c\xf6\xf5\xb0\x6e\x05\x9c\x21\x5f\x04\x2f\xa8\x13\x06\x54\xfa\xd3\x46\xc1\xbb\xd9\xbe\x5b\x28\x39\x7e\x2c\xb8\x7a\x2e\x59\xa6\x7c\x39\x64\x70\x10\x03\x62\x86\xbb\xa2\x4c\xb6\xd1\x6c\x15\xd1\xdf\x9b\xa5\x5a\x73\x5c\x63\x54\x68\x73\x29\x8b\xa8\xd7\x0c\x03\x9d\xbf\x82\x98\xe7\x3d\x3e\xfd\x89\x95\xf4\xcc\xef\x19\x6d\x97\x93\x00\x4a\x59\xd9\x2c\x01\x9d\x52\xba\xc1\x5b\x8e\xdc\xdb\xb9\x87\x5f\x89\x62\x04\x57\x2f\xa8\xce\xcd\x33\xd2\xe3\x8f\x8b\x9f\x03\x35\x45\x34\xba\x98\xb7\x37\x3f\x45\xa7\xe3\xde\xd1\x7f\x05\x75\x9d\x09\x9a\xcc\x09\x91\x95\x4c\x6e\xc9\xf4\x6e\x54\xc4\xbb\x31\xef\x5a\x8a\x95\x87\x68\x83\xa0\x64\x08\x72\x87\x21\x84\xb6\x59\x01\x35\xc6\x50\x5d\xf2\x02\xe9\xaa\xc6\x4c\x66\xa3\x1b\xbd\x80\x99\x5c\xe7\x39\x61\xf5\xb9\x45\x30\xcb\x46\x8b\xe0\xd2\xf5\x5c\xea\x58\x15\x06\x91\x44\x0a\x2d\x74\x9e\x36\xe0\xc7\x73\x35\x87\x88\x70\x12\xb5\x63\x6e\x55\xa9\x95\xa6\xcc\xd4\x4a\x19\x5f\x4f\xc6\x8f\x9c\xdc\x05\x54\xf9\xd6\x8b\x3d\xe8\x56\x20\xb7\x00\xf6\x41\x9e\xe7\xa6\x7c\x3c\x75\x72\x06\x56\xe9\x58\x63\xc5\x3e\x54\x16\xb8\xbf\x83\x55\x9c\x3d\x78\x50\xc1\xa3\x71\x8d\x47\x21\xed\x3f\x3d\x34\xc2\xb7\xf3\x6a\x23\xa1\xce\x27\xaf\xea\x8a\x0d\x14\x7b\xe4\x67\xa0\x74\x4b\x54\x5c\x2e\xfa\x80\xef\x22\xec\x24\x70\x43\x52\x0c\x79\x0f\x25\xdf\xd0\x32\x4e\x2b\x09\x81\xaf\x09\x3d\xf4\xb8\x53\x59\x21\x6e\xe0\x6e\xe9\xda\x96\xb5\xdd\xa9\x8b\x41\x31\x71\x55\x24\xea\x14\xea\x87\x83\x0e\x46\xae\x28\xc7\x51\xcc\xe9\x6f\x2a\x95\xa8\x0c\x74\x2a\xaf\x94\x8d\xa4\x19\x59\xac\xf2\x1e\x2b\x56\x4e\x70\x2f\xb4\x1f\x13\x88\xa1\xac\x2a\x0f\x21\x8d\xa1\x58\xe4\x1c\xfc\xef\x18\x4e\x99\xcb\xb5\x47\xa7\x5a\x04\x97\x7e\x57\xa1\x82\x22\x39\x5f\x89\x1c\x77\x52\x83\x7e\xd9\x99\xfd\x10\xab\x2f\xee\x37\xaa\x6e\xf5\x9f\xff\xf1\xbf\xef\xce\xfe\xf3\x3f\xfe\xcf\x10\xfe\xf5\x1c\x24\x57\xf8\x53\xd9\x64\x5f\x8b\x12\x7a\x19\x38\x1a\xdb\x3e\xd8\x6e\x0e\xa8\x01\x53\xec\x12\xc2\x86\x9d\x7e\xdf\x6f\xb1\xde\x70\x9f\xc8\xca\xd1\xcc\x61\xa3\x1f\x41\xa6\x70\x67\x82\x0a\x76\x81\xf0\x4f\x5a\x3a\x12\xdf\x14\xb5\x59\x42\x0f\x6a\xcc\xa6\x7f\xfb\x1f\x5b\xc2\xf8\xc9\x8f\x14\x26\x8d\x57\xb9\x3b\x69\xdc\x03\x50\x90\xe6\xb9\x5c\x20\x5c\x69\x56\x2c\x4e\xd3\xcc\xe0\xbf\x9a\x93\x01\x9e\x80\x82\x16\x2b\xbf\x99\x44\x0f\xf6\xc5\xd5\xa5\xe9\x37\x42\x10\xf9\xe8\xe5\xec\x51\x14\x11\x3b\xf1\xbc\x6e\xeb\x0d\x4e\xb0\xfe\x6d\x5b\x53\xe7\x50\xc5\xc6\xa7\x1b\xd0\xfd\xd8\x92\xae\x22\xd8\xdc\x86\x1e\x48\xed\xff\xa9\x75\x5a\xe2\xc1\xd7\xb3\x2a\x86\x9c\x6a\xcd\x20\x7a\xea\xcd\x8a\xf7\x10\x3d\x1d\x3f\xe9\x3b\x0f\x9b\xec\x2c\x4b\x79\xf7\xe8\x87\xe3\x3a\x9e\xd4\xe3\xaa\x6d\x2d\x22\x73\x30\x5e\xd9\x98\xc2\xc1\x7a\x8d\x6e\xcd\x01\xf9\x7a\x34\xd6\xeb\x44\xe6\xdb\x81\x5e\xb6\xbe\xe9\x5d\x10\x94\x55\xc1\xbe\x79\x47\xa9\xdc\xe3\xe8\xd4\x21\xb3\x6f\x8a\xc5\xfb\xc4\xd7\x7f\x50\x65\x9e\x25\xd2\x40\x06\x1f\x47\xc9\x35\x7e\xec\x09\x7f\x9c\xa9\x9c\x4b\xab\xf5\x67\xfe\x75\x9a\x34\x02\xa6\x42\x0a\x20\x19\x82\x41\x7f\xe9\xe4\xf4\x01\x30\x9a\x87\x4f\x80\x0b\x8f\xab\x32\xc5\x51\x8e\x0d\x7d\x60\x3a\x16\xef\x8b\x7c\x1d\xfa\x35\x70\xdd\xb9\x46\x76\x33\xb9\x90\x8c\xcd\x60\xe4\x8a\x5c\x9f\xf8\x32\x0c\x95\x9c\x1e\x1e\x23\x43\xc3\x1f\xa5\x4a\xa6\xa1\x3d\xa5\xa9\xdc\xeb\xea\x16\x49\xcb\x9f\x74\x95\xfd\xac\x0b\x2b\xf3\x2b\x9d\x5e\xd4\x56\xc3\x0e\x55\xb1\xce\x00\xf1\x3a\x8c\x01\x97\x99\x68\x19\xbc\x0b\x90\x0d\x68\xf8\xc2\xb1\x93\xd0\x25\xa1\x40\x7e\x14\x3c\x5d\x81\xb0\x19\x9c\x25\x19\x20\xbb\x63\x77\x3a\xec\x40\x78\x25\xf3\x16\xc8\xb9\xae\x56\xbd\x41\x3f\x8f\x68\xe3\xfe\x0d\x2c\xc6\x28\x3e\xae\x68\x1e\xf5\x05\x80\x31\xe2\x80\x85\x03\x4e\x2e\xa4\x33\xd2\xc7\x50\x87\x18\x9b\xd0\x3e\x09\xd4\x11\xbd\x33\x3d\x85\x0f\x4f\x1b\x17\x05\xac\xad\xc4\xc0\x39\xb6\x0e\x2b\x16\xe3\x0a\xf5\x8b\x11\xed\xab\xd2\x1b\x8f\x1f\xb7\x38\xf0\x89\x77\x6a\x59\x45\xdd\x3f\xd6\x79\xc7\x23\x7e\xa0\x9d\xd9\xb8\xf4\x04\x1a\xe3\x41\x5f\x74\x21\xbe\x7f\x7d\xb3\x25\x66\x77\xc7\xba\x77\xda\x3c\x0a\xad\x79\xec\xb5\x47\x5a\x73\xb0\xd5\x6f\x8f\xfa\x13\xee\xc5\xb3\xaf\x10\x64\x10\x33\xc0\x07\x9a\x3b\x3b\xaf\x6e\x61\x9e\xf8\x7c\x17\xf7\x14\x01\xa1\xdb\x47\x66\x06\x08\xcf\xc0\x1f\xfa\x8f\x58\xb3\xb7\x31\xd6\x51\x85\x2a\xaa\xbf\xa5\xe8\x17\x47\xb1\x4f\x37\x8c\xa5\x4f\x83\xfc\xad\xb8\xfa\xf1\x26\x0e\xee\x84\x56\x7d\x3d\x58\x79\xab\x7a\x4e\x39\x0a\x01\xa8\xc1\x20\xb8\x17\xe5\xc7\x52\x9a\xc1\xda\x02\xf8\xa0\xfa\xe8\x94\xe6\xc6\x4a\x59\x59\xfc\x2c\x71\x00\xa7\x57\xef\xaf\x6f\x4e\xaf\x2e\x6e\x5e\xfe\xa9\x33\x96\x8e\xce\xdb\xf9\x48\xa7\xd3\x8e\x88\xf2\xe5\x4e\xd8\xa7\x1d\x2e\xd3\x20\x2f\x34\x17\x08\xb3\x6b\x8b\x64\x66\x5f\x99\xac\x95\x45\xcd\x32\x63\x5b\x61\x75\xdd\x37\x6d\xf8\xed\xf5\x26\x15\x0a\x4f\xba\xec\xbf\xe6\x40\xea\x90\x06\x43\x7e\xfd\x54\x92\xb0\xe2\xd4\xc0\xbb\xb3\x29\xd1\x3d\x0a\x53\xff\x72\x9a\x09\x8a\xca\x0f\x4d\x17\xdb\xbd\x02\x74\x49\xa3\x25\xa0\xbb\x48\xa5\x3a\xce\xc5\xd9\x78\xe7\x41\x66\xcc\x0e\x1f\x75\xdd\x7f\xb2\xa7\xfe\x6b\x78\x61\x48\xf7\xe3\x90\xff\xe7\xbb\x3f\xd4\x3b\xe0\x6d\x97\x55\x93\x27\x9f\xdc\x1a\xdb\x47\xf0\x05\x77\xf3\xf1\x33\xe6\x3a\x67\xe7\x11\xb9\xd0\x01\xb5\xc3\x48\xe7\xdc\x9b\xfc\x84\x77\x9a\x61\xd1\xc1\x3e\x25\x56\xca\x2e\x75\xfa\x89\x24\xa7\x15\xfc\xd2\x83\xcb\xdb\x6c\xc0\xd6\x41\x0e\x19\xba\x7b\xc1\xa6\x33\xab\x21\x8a\xb8\x69\x3c\x23\x60\x41\xb0\x9f\x1d\xfe\x0c\x3a\xf6\x8b\xc3\xba\xaa\x74\x79\xe8\x33\xd7\xee\xfd\xb3\x4e\xc2\x6b\xc2\x84\x78\x45\x41\xae\x3b\x8f\x41\xef\x0b\xec\xbb\x62\xab\x37\x60\xdf\x47\x80\x13\x0d\x41\x02\x06\x90\xaa\xd4\x07\xd6\xee\x09\x8c\xdf\x02\x63\xea\x88\xe6\x75\x95\xf7\xba\x79\x0e\xcd\xbd\xdd\xfa\x6f\x5b\x21\x10\xbe\x62\x58\x83\x62\x8d\x27\x0f\xc5\x32\x10\x7b\x39\xa4\x04\xf1\x5c\xc0\x18\xcd\xd8\xe3\xe7\x62\xa6\x75\x3e\x14\x59\x61\xbf\xfd\x66\x28\xe6\xb9\x96\xf0\x0f\x9c\xd0\x50\xfc\xf9\xdf\xc0\x7d\x31\x97\x89\xfa\xf7\x5f\x86\x62\x25\xcb\x3f\xe3\xa3\xf8\x77\x38\xdf\x45\x96\x8f\x0f\x2f\xbc\xb4\x8f\xdf\x8e\x95\x88\x9a\x22\xa5\x70\x3f\x8e\xe8\xd2\x62\x68\x8f\x3b\x2d\xcd\x9a\xa7\xaf\x2a\x39\xb7\xe2\x1b\x71\xbc\xb4\xb6\x3c\x3f\x3d\xfd\x8b\xd1\xc5\x88\xc3\xe2\xaa\xc5\xe9\xc9\xee\xd3\x82\x37\xba\xe7\x98\xfc\xb7\x60\x7f\xef\x3c\x0b\x1e\xa0\xcb\xc7\xf1\x80\xb4\x56\xe4\x7d\xf5\x47\xad\xf3\xe6\x97\xaf\x7a\xa6\xf1\xf8\x9f\xcf\xf3\xf7\xf1\x72\x3d\xb2\x23\xa8\x4b\x20\x87\x03\x59\xac\xbf\xf6\x10\x48\xd5\xec\x83\x7a\xf3\xa1\x82\xd2\x2b\xa4\x01\xd2\xcb\x29\xc3\x68\x4b\x6f\x84\xb7\xfa\x10\x43\x0a\xb3\x93\x18\xe3\x45\x75\xd7\x22\x15\xba\xe3\x49\xe5\x97\xb8\xe9\x42\x5a\xd5\xe8\xed\x81\x48\x3b\x8f\xc3\xe2\x06\xb8\x64\xdc\x59\xb4\x77\x3b\x6b\xdb\x7c\x89\xbd\x8c\x89\xde\xaf\x64\x64\xef\x2b\x2c\xe2\x72\x01\x67\x1b\x87\xb9\x9d\xa9\xa9\xa2\x5e\x7d\xd9\x4b\x01\xc3\xa2\x00\xc2\xc7\xfa\x82\xfb\x40\x92\xd7\x26\xbb\x53\x54\xa7\x24\x9a\x63\xe4\xfb\x0a\xad\xb2\x62\x5b\x2b\x2f\x92\x3c\xc2\x9a\xf4\x4b\x48\x0d\xc0\xc6\x6e\x86\x71\xda\xff\xf3\x17\x62\x2a\x74\xbc\x86\x83\x95\xfc\x78\xd9\x0a\x7f\xe9\x47\xbe\xfb\xf6\x1b\x6a\xfe\x46\x15\x0b\xb4\x69\xee\xd7\xbe\xb7\x64\xd5\x8e\x77\x5a\x3b\x89\x81\xb7\x71\xe3\x54\xd7\x33\xd4\xbc\x57\x59\xf1\xa0\x09\x64\xc5\xc3\x26\x90\x15\x0f\x9f\x40\xe7\x28\x6e\x9d\x00\x55\xa4\x69\xb0\xb6\x6d\x2f\x14\xda\x7e\x01\x02\x39\x1c\x38\x31\x50\xce\xf0\x8a\x77\xaf\x94\x2e\xd4\xd7\x66\xc6\xa5\xb4\xee\xe2\xf5\x5e\x24\x7a\xd6\xbb\x77\xbf\x02\xde\x53\xfe\x4a\xc7\x15\x3c\xad\x9b\x37\xb6\x9b\x59\x68\x33\xdb\x38\x26\x5d\x44\x91\xae\x2a\x06\xa0\x29\xed\x9b\x1b\x9d\xaf\x8f\xb1\xef\x4e\xad\x66\x2a\x4d\x55\xea\x1d\x75\x5d\x01\x6c\x7b\xfb\xc8\xfe\xc9\x95\x43\xd1\xb7\x80\xd5\xd9\xa8\x79\x5c\x2c\x86\xb1\xe7\xdf\x93\xfd\x19\x1c\xa6\x37\xeb\x52\xbd\x55\x94\x1d\x14\xd0\x86\xd0\x61\x0a\xd8\x28\xec\x15\x65\xf3\x19\x26\x39\x47\xc5\x2e\xe6\x75\x05\xd6\xaf\x4a\xb9\xc5\x48\x2c\xb9\xf2\x68\x00\xfc\x1a\x26\x23\xb5\xd0\x1f\x1b\xa9\x47\x64\xa9\x50\xa9\x90\xb5\xd5\x2b\x69\x39\x81\xa2\xb1\x10\x1b\xd2\x8b\x5a\x63\x9a\x29\x88\x45\x1a\x8a\x59\x6d\x45\xaa\x95\x81\x30\x4b\xac\x1f\x02\x4f\xb3\xd8\x22\xe7\x5e\xc6\x0a\x93\x21\x1d\xeb\xb8\x2e\x5d\xd3\xf6\xb0\x43\x3e\xd5\x49\x7f\xe8\x4a\x63\xb0\x59\x61\x47\xba\x1a\xd1\x21\xd9\xbe\xc3\x8d\xb6\x51\x84\x1e\xed\xaf\xcf\x07\xcf\x8c\x2f\xb9\x13\x80\x6b\xa1\x58\x18\x39\x4e\x7d\xc5\x2f\x0a\xc8\x1a\xe2\x81\x28\xed\x5a\x78\x40\x57\x5a\x29\x88\x60\x75\xbf\x49\x23\x92\x65\x96\xa7\x88\x8e\xb2\x7e\x3f\x87\x34\x7d\x55\x31\x12\xed\x3c\x52\x5b\x75\xe1\xa3\xeb\xc2\x8f\x44\x9d\xcc\xf9\xa4\x98\x14\x67\x27\xd8\xc9\xf9\xa4\x10\x42\x8c\xe0\x13\xe7\x3c\xd6\xc6\x6f\x38\xe4\x49\xf1\xfc\x44\x80\x3a\xc6\x6f\x44\xaf\xf7\x77\xd0\xed\x02\x7e\x1a\x8f\xc7\xe2\x67\x55\x69\xb7\x20\x2b\x5d\xa9\xdd\x5b\x94\x67\xc6\x8e\x56\xb2\x1c\xdd\xaa\x75\x8f\xb9\x7b\x73\x5b\x2e\xe9\x82\xe5\x10\xd1\xe3\xe8\x6b\xcf\x74\x5f\x83\x65\x9e\xae\x64\x39\x85\x6a\xd5\x18\xb5\xc4\x01\x8b\xd0\x1f\xc4\x5b\xf9\x7a\x36\xa9\xfa\xc8\xab\xbc\x92\xe5\xd8\x2d\x2b\x64\xe2\x59\xb9\x40\xd4\x47\xae\x57\xc9\xd5\xea\x30\x44\x1b\x4e\x8b\xaf\x93\x33\xe9\x19\xbf\x1b\xc8\x64\x20\x3c\xe5\xe4\x20\x8a\xc9\x60\x25\xcb\xc9\x60\x2c\x2e\x72\xa3\x87\x81\xa2\x98\xe8\x52\x78\x30\x80\x00\x43\x10\x05\x4d\x24\x32\x97\x15\xec\x0a\x95\x00\xf7\x51\x78\x70\xb4\x30\x5e\xc2\xa9\x76\xc7\x85\x16\x85\x32\xac\x23\x7a\x33\xd0\xc9\xc3\xd2\xbf\xfb\xe7\xb6\xcf\x1e\xe2\x99\xef\xee\x5f\x44\xcd\x38\x24\x51\x64\xe0\x26\x28\x75\xae\x17\x5c\x35\x34\xac\x5d\xa3\x72\x68\x73\x27\x18\x11\x08\x36\xe3\x85\x28\xb5\x31\xd9\x2c\xe7\x45\xe5\x7b\x32\x95\x56\xaf\xb2\x64\x7a\x1e\x12\xe9\xe0\xda\x2a\x24\x84\x26\x84\xba\x62\x31\xd2\x21\x26\xd9\xf3\x6a\x8f\xe9\x32\x5c\x40\x2f\xf4\x65\x2e\xf1\xe2\xde\xa8\x54\xbe\x16\x95\x2a\x73\x99\x70\x34\x9f\x07\xa0\x69\xce\x85\x7a\xa2\x5c\x0d\x5f\x03\xb1\x58\x7b\x88\x2c\x18\xdd\x31\x6e\xe3\x90\x06\x30\x74\x57\xee\x64\x0c\x37\x78\x6a\x94\x9d\xf2\xa5\xbd\x56\x36\xa4\xe6\x99\xa8\x56\xad\x27\xc4\xbe\x70\x21\x82\x10\x35\xeb\x36\x91\xc5\xf0\xb5\x4c\x96\xd4\x21\x52\xbf\xf6\x71\x1b\x06\x30\x27\xec\xa1\xb1\xd9\xee\xae\xe2\xc5\xa3\x65\x06\x42\xc9\x53\x8d\xee\xec\xa6\xfb\x4a\xaf\x8d\x27\xc5\x8b\x13\xbc\xbd\x3c\x3f\xb4\x65\xd2\x56\xc3\x34\x6f\xe1\xa6\x52\xa9\x29\xe4\xc9\x59\x25\x54\xae\x00\x48\x01\xe7\x2c\x45\xa1\x8b\x11\xde\xee\x5b\xb5\xa6\xbe\x38\x7b\x86\x41\xe6\xdd\xab\xab\xb1\x78\x8f\x79\x8f\x51\x36\xae\xa8\x4b\x70\x32\x54\x14\x6d\xe9\x3e\xe8\x28\x02\xef\x5d\xdf\x69\x94\x51\x59\x2c\x3f\x18\x77\x31\x61\x57\x91\x3b\x4f\x8a\x18\xe7\x00\x27\x8d\x15\x28\xdd\x12\xf5\xc3\x8b\xec\xc3\x95\x77\xdc\xc5\x4d\xbc\xdc\x58\x5d\x9a\x16\xea\xad\x48\x55\xa2\xa1\x7a\x8f\xb1\xaa\xc4\x90\x58\x72\x66\xec\x99\x59\x1d\x79\x42\xc8\xac\x8a\x37\x40\xce\xe7\x90\xe4\x41\xbd\x54\x2a\xa9\x2b\xa7\x7f\xe7\x6b\x14\x1f\xcc\x7d\x66\x93\xa5\x32\x62\x06\xb5\xfa\x34\x01\xbc\xf8\xaf\xcf\xd4\x52\xde\x65\xba\xae\x1c\x9b\x74\x64\x4d\x41\xfd\x26\x92\x72\xe1\xc4\xf5\x48\xbf\xcd\x90\x76\x5f\x9f\x2c\x1e\x58\xe2\xf8\x36\xb2\x7a\x92\x67\x44\x6c\x78\x1b\x23\x00\x1e\x08\x2f\xba\x9a\x65\x69\xaa\x8a\x3e\x99\xe4\xa0\x8e\x98\x7e\xcb\xc0\xe7\x7a\x16\x0e\x68\x9a\x3f\x5c\x57\x6c\x53\x38\x64\x8f\x60\x7b\x3e\x64\x87\xb1\x6d\xed\xb3\x9c\x62\x1b\x26\xbf\xbf\xa7\x83\xde\x68\x82\x5b\x23\xd1\xf6\xc5\x75\xc3\x69\x46\x9f\x48\xec\x28\x01\xca\x4c\x34\x59\xcf\xdb\x8f\xc7\xe2\xad\xcc\x1c\x65\x83\xa8\x2c\xaa\x81\x02\x51\x96\x94\x35\x56\x57\x10\xcc\xf3\xf8\xce\x1f\xda\xc4\x87\x2c\x8c\x7b\x21\x5e\x97\xbe\xa9\x0b\xba\xaf\xcc\xf9\x62\x82\x0c\x57\x9f\xe3\x91\xb8\x1d\x91\x98\xf5\x97\x98\x71\x7c\xca\x1e\x32\xf1\xe8\xbd\xe6\xb9\xe8\x5d\x01\x52\x7d\xe0\x08\x3c\xc2\xac\xae\x55\x75\x97\x25\xea\x03\x67\x29\x6d\x9b\x49\xbb\xad\x58\x6a\xc7\x1b\xa4\xf7\xf6\x82\x1e\x49\xad\xc6\xb9\x5a\xc8\x64\x4d\x58\x7d\x7b\xa4\x79\x01\xea\x02\x61\xe5\x74\x03\xbb\x77\xa7\x03\xc5\xd8\x2e\x86\xc6\xe0\xe1\xfc\x37\x02\xb3\xc0\x47\xfb\xc1\x59\xa0\xba\x48\xd4\x39\xfe\xf0\x90\x2f\x94\xbd\x51\xa1\x25\x97\x9d\x89\xaa\xf8\xfc\xf8\xe1\x0d\x86\xe9\x49\x4b\x1c\xdb\x46\x75\x34\x59\x76\x85\x70\xea\xa4\x59\x4d\x38\xfa\x9a\xae\x7a\x3c\x56\x88\x47\xd5\xfc\x1a\x0d\x5e\xc0\xb3\x3d\xbf\x28\xa6\xae\xf5\x34\x4a\x85\x91\xe4\xcc\x86\x5e\x18\x34\xe1\x6c\xf4\xed\xef\x7e\xf7\xe2\x77\x43\x44\x89\x75\x12\xc3\x49\xf3\xda\x7e\xf3\xcd\x0b\xb8\xb5\x4e\x6e\xb8\x97\x55\x8a\x90\x06\x36\x9b\x65\x79\xe6\xee\xed\x57\xa9\xa1\xcd\x75\x11\x00\xc9\xeb\xa5\x2e\xe6\xd9\x62\xdb\x45\xe8\x69\xde\xac\x04\x1a\x95\xcb\x80\xca\xa7\x18\xf3\x78\xf3\xe6\xda\x35\x2b\x54\x62\x7d\xda\x4f\xb4\xe8\x7b\x54\x78\x97\x7f\xac\x8b\xb4\x2f\x02\x8f\x9f\xa0\x77\xf1\xea\xf5\x5b\xa8\xa9\x9f\xaa\x54\xbc\xbc\x10\x33\x7c\x84\xbb\xdc\x2e\x75\xc9\x06\xa6\x78\x24\x47\x86\xe5\xcb\xc4\x7d\x1c\xbc\xf1\x58\x34\xbd\x2e\xa2\x84\x43\xb3\x36\x56\xad\x1c\x21\x36\x56\x54\x5a\x5b\x5f\x69\xdd\xaf\xb9\x87\x2f\xe9\x9e\xd8\x68\x5f\x67\x6b\xab\x38\x37\x2c\xeb\xbb\x8f\x7c\x60\xb3\x0e\xb5\x89\xee\x62\x50\xc4\x7d\x35\x8f\xd7\xc8\x5a\xb9\x81\x13\x14\xab\xdc\xab\x4b\x7e\x2a\x60\x48\x20\x50\x94\xa8\x76\x6d\x55\x17\x20\xcb\xba\x8d\xe2\x88\x66\x44\x91\x21\xbc\x8d\xb5\xae\xf9\x3e\xd4\x46\x61\xd2\x5f\x96\xa8\x47\x28\x0c\xd2\x21\xd3\x21\xcc\xa5\x55\x31\xb4\xca\x21\x10\x9b\x30\x68\x08\x85\x8e\xa9\x96\xaf\x83\x0d\x39\x17\xb2\x48\xdd\x05\x74\xb4\x07\xb0\xae\x8e\xa7\x20\x69\xab\xf3\xd3\xd3\xa5\x36\xf6\xdc\x5d\xec\x53\x47\x95\xa6\x27\x63\xf1\x3a\x4a\x5c\xd3\x73\x31\xad\xab\x1c\xd3\x4f\x78\xd2\x1b\x96\x15\xea\xad\xba\xee\x3c\xe9\x70\x7a\x08\xec\x21\xa8\x55\x7e\x73\x78\xb5\x9b\x2b\xfd\x07\x42\x7e\x8c\x56\xd7\x17\xc1\x31\x56\x49\xca\x7c\x77\x1f\x10\xab\x6c\xb1\xa4\xb4\x71\xa3\x73\xce\x08\xf4\xb1\x47\xaf\xde\x5d\xc3\xbc\xf5\x2a\x3a\xa0\x06\xd1\x38\x87\x88\xd0\x17\xf6\x62\xea\x44\x33\x1c\x29\xf4\x25\xb2\x62\x44\x43\x82\x8e\x24\x27\xf6\x07\x6a\x98\xcb\xb5\x42\x70\xdd\x4c\xe7\x58\x2c\x6c\xcc\x53\x5f\xc9\x35\x56\x6b\x76\x2d\x0b\x71\x79\xe5\xd4\x9f\x4a\x19\x03\x6b\x74\x95\x2b\x69\x40\x41\x23\xb1\x10\x52\x85\xc5\xd4\x6d\x5f\x8e\x1d\xb8\x95\x3e\x7b\xfe\x0f\xe3\x67\xe3\x67\xe3\xb3\x29\xda\x40\xa8\x6f\x77\x52\x33\x73\xbb\x16\x75\x91\x2b\x63\xe0\x54\x42\x94\x35\x14\xbd\x12\x09\x80\x55\x68\xb7\xbe\x8d\xdb\x21\x30\x5a\x0b\x96\x8e\xd5\x44\xd7\xc6\xc9\x9b\xfe\xfa\xe2\xcf\xb8\xb0\x85\xa2\x3a\xce\xae\x6f\x40\xd8\xc4\x0b\x18\x5f\xb8\xeb\x3a\x59\x22\x74\xa7\x7b\xcc\x26\x80\x7c\x4d\x06\x66\xa7\xe7\x43\xd9\xb0\x59\xae\x86\x22\x1b\xab\x31\x96\x64\x57\xd2\x40\x13\xc8\xbe\xa8\x4b\xb7\x4d\x52\x14\xea\x9e\x4f\x81\x3f\x49\x78\x40\xfd\x51\x9b\x0c\x20\x43\x68\x32\xf8\x03\x1c\x11\x77\x92\xe9\xd1\x22\x23\x02\x4b\x4d\xce\x4f\x4f\x27\x03\xe8\xe6\x42\x30\x03\x66\x7e\x48\x51\xe7\x73\x41\xb2\x18\x9b\x7b\x64\xc1\x79\x37\x68\xf5\x25\x5b\x15\x0c\xee\xc7\x0f\x6f\xc6\xe2\x5f\x75\x0d\x6d\xf9\x88\x42\xc7\x56\x8b\x52\x1a\xb2\x9f\xcd\x32\x5b\xc9\xca\x77\x43\x04\xcb\x5f\x43\x8c\x82\x03\x0f\xfb\x50\x48\x9e\x6d\x54\x7e\x0f\x47\x6c\xad\x5a\x95\x8c\x6a\xe6\x3e\x46\xd8\x84\xc0\x46\x4d\x96\x08\x59\xdb\x25\x66\x40\x4f\x06\xee\xc9\xb9\x1b\xc1\xbd\xae\xd2\xff\x31\x19\x60\xb6\x86\x0d\xb9\x1e\xdf\x55\x72\x81\x06\x8f\xe3\xc9\xe0\x37\xe3\xf1\x78\x32\x38\x81\x15\xf8\x6b\xad\xaa\xb5\x28\x65\x25\x57\xca\xc2\xd5\x98\x0c\xfe\x3b\x3f\x27\x03\x02\xf5\x32\x24\xad\xe5\xc1\xc8\xee\x9f\x2b\x9e\x7e\x96\x3a\xd7\x2d\x7f\xb4\x07\x93\xdf\x56\xb0\xcc\xdd\x1f\xd9\x53\x47\x6a\x87\xb8\x9b\xb4\x4a\x0e\x6f\x46\xa5\x49\x5a\x12\x49\x8b\xeb\xc7\x02\x48\xc6\xa2\x07\xda\x22\x33\xc0\xd8\xd0\x55\xa7\xea\x95\x67\x70\x73\xe1\x4b\x9f\x65\xe6\x4b\x54\xb5\x8a\xe7\xf2\xcb\x70\xf3\x2a\x6c\x01\xbe\x6c\xb6\x64\xb9\x96\x61\xc6\x28\xf4\xb8\x04\xee\xe2\x7e\x99\xb6\x8b\x3b\x4f\x03\xfe\x88\x5b\x0b\x1a\x19\x15\xea\x37\xc8\x4b\x22\xf3\x5a\x04\x3d\xac\x08\xea\x8b\x77\x9a\xd8\x14\x9a\x11\xb1\x24\xa4\x65\xa3\x3d\x23\x35\x04\x9f\x50\x00\x38\x6b\x1a\xb7\x08\xad\xa4\x19\xf8\x29\x66\xeb\x68\x10\xc3\x66\x35\xf9\x3c\x87\x1a\xea\x1b\x51\x21\xdd\x97\x65\x40\x99\xf1\x53\x4c\x60\xdd\x6b\xc2\x79\x89\xb0\x2e\x18\x2b\xcf\xa3\xcf\x14\x69\x70\x0e\x72\xad\x07\x08\x5d\xe5\x16\x88\x97\x48\xb4\x2c\x94\x99\x1b\xc6\x4c\xa1\xa5\x4a\xb8\x21\x7f\x35\x48\x96\xbe\xf3\xf7\x39\x74\x04\x60\x25\x7a\x6a\xef\xee\x59\x64\xbc\xaf\xbc\x72\xb7\x96\x72\x44\x87\x77\xe5\x4a\xd7\x99\xd3\x3e\x53\x65\xdc\x0f\xa1\x10\xc4\x60\x38\xe0\xd2\x04\x7d\xf5\x6c\x5b\x8d\xfb\xaa\xda\x36\x9b\xb4\x71\x37\xa2\x8a\x8d\x98\xfa\xc7\xc0\x40\x56\x8f\x99\x19\xad\xd6\xb2\xcc\xc6\xc4\xe2\xa0\xe6\xe5\xdd\xd9\x64\xd0\xa7\xbd\xf2\x50\xbb\xf1\xfd\xd4\x6b\x0b\x56\xb1\x3f\x81\x8c\x83\x1d\x7d\xa1\xc6\xcf\xc0\x34\x69\x62\xfa\xf7\x16\xa9\xff\xe5\xf0\x85\xfb\x2f\x2d\xc7\xd0\xa7\x88\x2e\x51\x67\x66\x89\x72\x31\x03\xa2\xeb\x79\xc8\xd5\x89\xc0\x16\x1d\x3f\xbe\xcf\x8c\xa2\x4f\x26\x32\x17\xc7\xee\x10\xe5\xb9\xf2\x1f\x32\x00\x85\x82\x40\x86\xe2\xc7\xcb\x57\x00\x16\xa5\x64\x81\xd9\xc6\x15\xd8\xf2\x97\x4a\x54\xba\x2e\x52\x61\xab\xac\x14\xc7\xed\x21\x9e\xf8\xda\x97\xae\x65\x14\x4a\x11\xd1\x4d\x02\x81\x0a\x82\x0e\xd4\xb2\xe4\x12\x60\x5c\x2d\x9c\xa2\x26\x4c\x9d\x21\x5a\x95\x5b\x1f\x48\x74\xcd\xb1\x8e\x4f\xae\x17\x42\x15\x16\x20\xf7\xe3\x6f\x32\x65\x01\xd0\x46\xbe\xae\x24\x4c\x51\x10\x40\x9d\x66\x88\x80\x52\x89\x54\xcd\xea\xc5\xe2\xf3\xab\xd0\xf4\x1e\x80\xc3\x92\x91\x50\xd6\x7c\x1f\x3a\xd2\x29\x75\x2e\x37\x55\x35\xdf\x4d\x3c\xfc\x7d\x79\xef\x8b\x99\x54\xca\xd4\xb9\xdd\x84\x50\x1d\x35\xdd\xc0\xae\x43\x8b\xce\xd5\xf5\x55\x54\x23\x20\x92\x29\x9f\x0a\xba\xc8\x53\x8e\x46\x99\xe2\x40\xb0\x02\x67\x0d\xf9\xfe\xf3\x3a\x1f\x46\xe7\x1d\xc2\x38\xf0\x48\x47\xda\x3b\xf2\x74\x46\xe0\xb3\x62\x1a\xe2\x55\xa6\xc4\x96\x4d\x83\x6c\xd0\xc7\x70\x14\x1d\xea\x37\xc5\x0f\xc0\x1c\x40\xc7\x00\x75\xce\x07\x15\x80\x7f\xd6\x64\x3f\xab\x10\xac\x50\xd6\x36\xf2\x32\xfa\x46\x9e\x9e\x15\xd1\x6f\xe0\xd4\x3c\x56\x7f\x75\x34\xa1\x89\x50\x3c\xae\xb3\xf8\x2f\xb0\x72\xc6\x51\x42\x63\x6f\x9a\x3c\xe9\x2c\x41\x14\xfb\xb3\xaa\x01\xa4\x0f\xa0\x17\x0c\xc1\x9d\x72\x2a\xb8\x19\x8b\x0b\x5f\x61\x96\xab\xd2\xe2\x7a\xf8\x58\x24\xb7\xf8\x59\xae\x0a\x9b\xaf\x29\xe5\xef\x0b\x90\x56\x3a\x82\x7d\x65\xfe\xeb\xdc\x36\x4d\x6e\xf4\x9b\x3f\x5e\xc6\x9b\xd8\xd4\x47\x5b\x49\x5f\x14\x2c\x9b\xb7\x19\xae\x93\x4d\xc0\xc0\x89\x5d\xf8\xdc\xe9\xd4\x31\xdf\x15\x84\x93\x6d\x7a\xc9\xd1\x17\x38\x93\x2a\x55\x64\x89\x68\xf7\xe2\x31\xf9\xf8\xd2\xc1\xe2\x47\x76\x7f\x38\x04\x78\xae\x5d\x77\xae\xe3\xba\x8a\xab\x6f\x05\x3c\xd7\xe8\xfc\xc7\x63\x81\xe3\x08\x47\xbc\xf5\x6d\xab\xc5\xf4\x1a\x5f\x99\xba\xd7\x69\xd0\xfb\xbe\xfa\x1d\x0e\x65\x4a\x39\x72\xfa\x0e\x80\xb1\x75\xa5\xc2\x62\x16\xfe\x45\xaa\xc3\x36\xa5\xe9\x81\x26\xef\x34\x6f\x4e\x43\x7e\xfe\xec\x59\x73\x81\xfc\x0b\x6d\x8b\x64\xa2\x49\x85\x09\x38\x0c\x5c\xe4\x8d\x39\xa8\xc2\xf2\x0b\x9f\x59\x77\x8e\x13\x41\x0f\xce\xc3\xc1\x51\x1d\x0c\xe5\x89\x2e\x9d\xc0\xaf\x1d\x67\xf4\x45\x92\x02\xa2\x03\x98\x7a\x98\xee\xd4\xd9\x9e\x15\x14\xf6\x2c\x97\xb6\xb3\xb2\xe2\x17\x60\x6b\x4e\xf1\xda\x97\xa9\xb9\xb6\x9b\x59\x5a\x6b\xa1\x77\x1a\xcc\x9f\x2a\xa6\x3d\xd5\xe3\xfd\xd5\x96\x17\xab\x82\xda\xd8\x66\x6f\x7d\x2a\xa2\x8f\x2e\x34\x71\x9d\xc9\xd6\xdd\x38\xb8\xf1\x66\x93\xae\x8b\xdc\xd9\xcb\xab\x1d\xfe\xdc\x96\x4d\xf7\x99\x41\xb8\xd5\x8f\x3c\x05\x1a\xf7\x41\xad\x0c\x9b\x16\xea\x11\xf4\x83\x03\x50\xe7\xed\xd0\x78\x7b\x27\xff\xb7\xdf\x8c\xed\x4a\x0c\x43\x4a\x61\x29\x8e\xf9\x01\x02\x4d\x59\x65\x45\xab\x28\xe8\x36\xe8\x57\xaa\x77\xfb\xcf\xd7\xef\xdf\xf5\x43\xbe\xf9\x27\xbd\x91\x17\x57\xec\x6c\x17\x26\x03\x24\xfc\x80\x88\x73\x9c\x8d\xd5\x98\x6a\x0d\x34\xa0\x91\x18\xbd\xcc\x29\x11\x8e\x92\x61\xd4\xe9\xc2\x89\x9a\x56\x28\x99\x2c\xbb\x18\x4d\xda\xc9\x47\x69\x9d\xa8\x28\xe9\xc0\xbb\x23\x71\x21\x7a\x7d\xf6\xad\xac\xbf\x8e\x05\x86\xff\x8a\x4a\xdf\x0a\x5f\xfa\x36\x7e\xce\x5c\x6a\xcb\xb7\x42\x9a\x5a\xf3\x33\x54\x1f\xbf\x15\x23\xc0\xf8\x09\x10\x11\x19\xae\x61\x67\x56\x20\xd3\x1d\xb9\xcd\x3a\x12\x51\x4f\x65\x99\x67\x28\xce\x81\x63\x84\x30\x4a\x22\x41\x8a\x4e\x87\xd5\x42\x1a\x43\xe8\xcd\x5c\x49\x8b\x43\x3e\x01\x5b\x13\xdb\x65\xcd\x9a\xe1\x10\x90\xd1\xc4\xde\x5d\x64\x76\x59\xcf\xc0\xc6\xf4\xfe\xe2\xf2\x94\xc6\x3f\x6a\xe4\x93\x9f\xce\x72\x3d\x3b\x5d\x49\x63\x55\x75\xca\xf6\xcc\xd3\xe7\xe3\x67\x8e\x5c\x3b\x3d\x67\x84\x79\xf8\xfd\xd5\x4c\x9a\xa1\x23\x9b\xa3\x51\x3a\x1b\x05\x0f\x02\xc9\xdb\xb8\x43\x65\x95\xe9\x2a\xb3\xeb\x9e\x28\x0e\x7a\xc2\x02\x29\x65\x38\xe0\xbe\x10\x77\x45\xbb\xc9\x9d\x12\xd9\x0a\x7c\x6c\x05\x47\xab\xf8\xcd\xa2\xf2\x11\xb8\x2f\xa0\xee\x99\xb1\x78\xa3\xef\x7d\xd1\x0b\x74\xd9\x39\x01\x3c\x43\x93\xfa\x32\x5b\x38\xa5\x90\x3f\x3f\x16\x0c\x96\x8c\xa1\xcb\xe8\x27\xd3\x9c\x10\x51\x88\x3c\x5b\x65\xee\x9f\x18\x2b\x63\x12\x55\xc8\x2a\xd3\xb1\x30\x8c\xa6\x42\xe9\xbb\x44\x2f\x25\xe3\xc4\x3c\xdb\x2b\x00\x64\x57\x09\x63\x59\xec\x7f\x7c\xbf\xce\x11\x3a\x78\x08\x4b\x3f\x5d\xdf\xc7\xcf\xb5\xe9\x9d\x1e\x77\x17\x49\xb5\xa1\x64\x41\x8c\x7b\x2f\xc5\xcb\x0f\x3b\x51\x3d\xc9\xe1\xb4\xad\xee\xd9\x93\x33\xe8\xbf\x84\x33\xa8\x11\x14\x36\xfd\xf3\x64\x40\x67\x78\x32\xf8\xb7\x07\xd6\x28\xf5\x87\xaa\x07\x96\x8b\xfc\x9b\x61\x86\xee\x28\xf7\x62\x80\x07\xa3\x24\x9b\x9a\x79\x8a\x7d\xf5\xa4\xce\xc5\x48\x4c\xdf\xe9\x42\x4d\xcf\x11\x56\x9c\xde\xae\x30\xd3\x80\x8d\x68\x18\x0a\x15\x27\xf7\xdd\xfb\x10\x18\xab\xa1\xde\x8f\x37\xbc\x71\x54\x4b\xff\x46\x8e\x82\x83\xf6\x3c\x5a\x66\x5c\x50\xf4\xed\xea\x06\xd2\x0e\xaf\xb8\xd5\x22\xd5\x5d\x53\x52\x40\xb8\x8f\x62\xd5\x26\x85\x80\x68\x01\x30\x67\x05\x52\x89\x32\x01\x99\x35\x1e\x08\x38\x81\x2a\x2d\xb4\x8d\xbe\x7f\xdf\x13\x40\x87\x2f\x19\x65\x7b\x59\x63\xcf\x1b\xdd\xfd\xee\xeb\xf6\x60\x6e\x71\x1f\xe9\x89\x09\x43\x53\x6e\x85\x86\x69\x4c\x17\x7b\x3c\x27\x3a\xd2\xf7\x5e\x4f\xfa\xe1\xb5\x98\x47\x72\x98\x6e\x2a\x02\xf3\x09\xa5\x25\x9a\x81\xd3\x4d\x00\xc1\x20\x6b\x70\x25\x57\x8a\x4a\x0c\x64\x74\x2c\xc4\xa5\x35\x28\x97\x41\xde\xe0\xcc\xe3\x8f\x92\x0c\x8b\xe0\xfe\x80\x3b\x3b\x0e\x45\x5a\xc7\xf1\xcf\x51\x2d\x00\x47\xcd\xe2\x12\x80\x77\x67\xe3\xb3\x6f\x87\xa2\xcc\x65\x51\xd0\x4d\x82\x52\x26\x70\xdd\xe0\xe9\xef\xc7\xe2\x47\x03\xd4\x21\xda\x66\x5a\xdf\xbb\xb3\xcd\xc5\x29\x39\xea\x6d\x0f\xf8\xec\x9e\x22\x19\x4f\xe6\xb0\x27\x73\xd8\xaf\xd5\x1c\x76\x98\x6a\xfb\x21\x5b\x9f\xa1\xb1\x7b\xc4\x82\x6e\xb1\x5f\xef\x9b\xf6\xe5\x7e\x9b\xd5\x1c\x7c\xb5\xdf\xc7\xb0\x4c\x6d\xab\x65\xfc\x50\xd0\x51\x2c\x41\xb6\x77\x05\xb5\x2f\x39\x9d\x47\x80\xdd\xdc\x63\x01\x1f\x8b\x6b\xed\x74\xac\x34\xdc\x30\xd1\xb1\x7c\x3c\x46\x1a\x4a\x4c\x7d\x02\x47\xf5\x2f\x07\xb7\x2a\x7b\xf9\x82\x76\x51\x81\xd6\xe7\x6b\xc0\x79\x66\x50\xea\x9d\x1c\x89\xec\x78\x74\x98\x7b\x0a\x37\x18\x7b\x53\xc9\xc2\x40\xc7\x37\x59\x9f\x7d\xa5\xdb\x46\xb8\x9f\x84\x75\xff\x22\x09\x97\x06\x66\x7d\x33\xae\x1e\xe6\xf4\x2f\xba\x31\xa1\xc8\xd9\xe7\xf9\x0f\x61\x94\x40\xb9\xc0\x3b\xd9\x1d\x30\xbb\x2d\x83\x4d\x68\xe4\x6d\x42\xfe\x19\x5e\x5f\xc7\x13\x78\xbd\xe5\x4c\xd7\x96\xa6\xe6\xe7\xd1\x2b\x15\x57\x4a\x9a\x3e\x66\x8e\xbf\xe3\x77\x11\x82\x65\xe8\x16\x60\x74\xaf\xab\x74\x18\x48\xbe\xa0\x76\x91\x35\x1e\xd7\xef\xc8\xec\xf5\xf9\x5d\x94\xa9\x81\x43\x1d\x1c\xda\xf8\x0d\x60\x48\x8e\x1b\xdd\x00\x1c\xc7\x77\xa8\x2d\x90\x22\xd1\xfb\xb9\xed\x46\x1f\xcb\xd8\x2c\xdd\x0f\xdd\x80\x45\x86\xd5\xd7\xd7\xc6\xca\x59\x9e\x99\xa5\x4a\x87\x02\x2a\xa7\x5d\x50\x71\x47\x90\x37\x6e\xc0\xe9\x2f\xed\xe7\x47\x0c\x35\x28\x00\x1c\x96\xc7\xbb\xfb\x6f\xb2\x1d\x01\x88\x5b\xde\x6b\x02\xf7\x6e\x14\x3d\x29\x70\x65\xd7\x45\x47\x4d\xfd\x49\xf6\x7c\x6c\xd9\xd3\x5b\x44\x9a\x6b\x89\xb8\x11\x88\x99\x11\x62\x14\x76\x6d\xea\x97\xaa\xfc\xb6\x43\x13\xfc\xe5\x49\xa6\xfe\x15\xca\xd4\x8e\x46\xa0\x44\xfd\xe5\x64\xb7\x7d\x05\x2b\x3f\xb6\xc7\x23\xad\xbe\x22\xf0\x43\x69\xeb\x3b\xaa\xe3\x1b\xcb\xe7\x54\x31\x38\x94\xfc\xc8\xcc\xa7\x56\x38\x2e\xf3\xba\x92\x00\x9c\xe0\x6e\x4c\xd7\xa2\x2e\xad\x5a\xe8\xaa\x0f\x33\x3b\x7a\xd6\xa4\xfd\x60\xd2\x50\xa9\x68\xd5\x8b\x6b\xbb\x3b\x67\x2a\xd7\xc5\x02\xa6\x01\xd9\x73\xe2\x48\xe6\xf9\xd1\x09\x59\x08\x9d\x3c\x58\x13\x83\xed\x14\x9f\xf7\x58\xdf\x06\x29\x2c\x04\x7d\xcd\xd6\xde\xf5\xe7\x56\x06\x4d\xdf\x22\x2b\xee\x28\x7d\xd1\x20\x90\x0c\xa4\xe8\x25\x36\x17\x0b\x05\x41\xd2\x0f\xb4\x13\xf7\x13\x96\x5b\x22\x2c\x94\x48\xca\x35\xaa\xe0\x67\x92\x24\x22\x73\xba\xc5\x6c\xaa\x6a\x05\x65\x9e\x83\x20\x05\x46\xce\xac\x58\xd4\xb9\xac\xc6\xb4\xa1\x51\xad\x11\x1f\xba\x1d\xf9\x10\x3c\x76\x19\x05\x8c\x4e\xdd\x27\xa7\x11\x88\x14\x2d\x1d\xd8\xd1\x7b\xe5\x21\xb7\x6b\x3f\xf4\x4e\x8a\x9f\xec\x98\x18\x6c\xbb\x37\xf3\x86\x69\xc6\xa6\xf9\xc9\x00\x07\xe6\x2e\xda\x64\xd0\xef\xb6\xc4\x83\xd8\x75\x5a\xc2\xef\x3c\x06\xfa\x2b\x4e\xd3\x8f\xfd\xe7\x70\x1f\xf6\xad\xd1\xf9\xd0\x9a\x9c\xf4\x3b\x0e\x01\x7f\xe6\x82\x69\x2b\x69\x29\xf7\x3d\x1e\xd9\x46\x7e\x79\x1c\x99\x09\xc5\x14\xbb\x85\x3b\x3d\x8e\x3b\x1f\x77\x46\x36\x3d\x89\x8a\x2c\xe5\xb9\xc8\xf5\xbd\xaa\x12\x69\x36\x54\x06\x5d\xea\xca\x6e\xa8\x44\x1e\x9e\xe1\xba\x2c\x21\xfd\x1e\xfe\x66\x39\x3e\x14\x5c\x62\x0b\xe8\xa3\x5d\x43\x9c\x28\x0c\x22\x98\x49\xa7\x70\x53\x56\x3b\xa6\xbb\x8f\x6b\x87\xae\x54\xcf\x2a\xd0\x13\x7f\xc2\xf9\xef\xbe\xf3\xb5\x65\x38\x8d\xb3\xee\x7f\x4e\xe9\x36\x7e\x2d\xcf\x6d\xcb\x86\xf1\x29\x75\xf5\xbb\x36\x2e\xd9\xb2\x70\x65\x55\xe3\x02\x7a\x13\xd7\x36\x9e\x03\x27\x9a\x40\x3a\xa0\xaa\x7e\xa2\xcb\xff\xca\xd5\x98\x49\xa4\x1c\x92\xfc\x08\x2e\x3c\x76\xae\x2a\xe3\xc7\x0b\xa8\x61\x51\x9d\xf8\xb1\xb8\xd1\xe5\x28\x77\x62\x1e\x06\x57\xab\x6a\xc4\x5e\xdd\xb8\xba\xf3\xaa\xb6\x35\x70\x1a\x8f\x7f\xcd\x35\xa0\xad\x7f\x5f\x57\x1b\x5f\xff\xbb\x2c\x0e\xbd\x57\x84\xda\x2f\x8d\xfc\xd1\x6d\x41\x02\x5e\xa3\x8c\x7e\x32\xca\x3a\x85\x21\x10\x4c\xaa\x44\xfe\x05\xe6\xe1\x87\xfc\xcb\x90\x2e\x53\x67\xec\xf0\x33\xd3\x35\x47\xb5\xf1\x87\xed\xc5\x7a\x3f\x9b\x73\x8e\xc7\xe3\x2f\xcf\x12\x37\xc2\xf2\x6c\x80\xe4\xf1\x85\x8d\x1b\xd2\x83\xbb\x41\x20\xd6\x34\xb9\xe0\x63\x97\xb9\xde\x47\x6b\x80\xa0\xae\x1e\x17\x79\x5f\x84\x57\x9f\x27\x3d\x56\x1e\xa4\x6d\x56\x95\xd8\x05\xed\xc7\x21\x50\x64\x3c\x09\x6e\xd1\x80\x9c\xd8\x2e\x64\x1d\xd7\xad\x8e\xe1\x7d\x9b\x29\x49\xb8\xe0\x10\xf7\xc1\x38\xc3\x58\x5c\xb0\x81\x5c\x2c\xf3\x7b\xb9\x8e\x60\x1a\x81\x72\x51\x4c\x00\x5b\x60\x98\x27\xf3\xa1\xee\xd2\xc9\x0e\xe2\x17\xf8\x4f\xb1\x7c\x46\x84\x22\x64\x5a\x30\x42\x91\x3f\xf6\xdc\x27\x98\xf8\x0c\x9c\x28\x3e\x81\xfc\xb1\xe2\x0a\x87\xe9\x0d\x4a\x04\xbe\xc8\x13\x4c\xd0\x54\xb9\x1b\x3e\x91\xa0\x3b\x40\xa0\xdf\x07\xd6\xf1\x1c\x66\x35\x0d\x88\xa3\x3b\x59\xd8\xa1\x0a\xdf\x9e\xfe\x86\xb0\x1a\x81\x75\xd4\x7e\x84\xee\x97\x16\xf4\x64\x7f\x2c\x5b\x5c\x9a\x1c\xc4\x80\x9e\xba\x80\xba\x8c\xeb\x02\xde\x2f\x15\x95\x84\xdb\x5c\x74\xdc\xa9\x9b\x08\x83\x31\x72\xac\xcd\x67\xb7\x8d\xa0\xb3\xb4\x2f\x18\x47\x4c\x5f\xe2\x1b\x98\x7c\x34\x7d\xc7\xef\xa4\x53\x7f\x80\x20\x96\x23\x7e\xd0\x2b\x76\x1f\xa6\xc2\xfa\xb6\x8a\xea\x7b\x89\x0d\x9d\x42\x8d\xfb\xca\x0e\x8d\x17\x37\x08\x10\x5f\x82\x0c\x36\xab\xba\x0f\x07\x77\x8d\xc2\x72\xcd\x65\x8d\xae\x50\x33\x5d\xc0\x5f\x28\x22\x0c\xfd\x45\xdb\x36\x88\x2d\x3d\xcb\xdc\xbd\xab\x24\xda\x34\x60\xb0\xf6\x5e\x6a\x22\x61\x5f\x71\x95\xa3\x72\x7d\x6e\x8d\x37\xc9\x42\x77\xcd\xf4\x7d\x28\x8a\x17\xf2\x6e\x1f\x53\xa6\xd8\xa0\x8d\x6f\x97\x33\x30\xb2\xd2\xc9\x96\xbe\x24\x30\xef\xc7\x94\xec\xda\x73\xff\x13\xdd\xf8\xd0\xc0\x0d\x6e\xa6\xed\x32\x42\xa1\x12\xef\x39\xa6\x3d\x7a\xd1\x60\xd8\x56\x68\x14\x33\x0c\x00\xf3\x8a\x1a\x76\x62\x6e\x02\xc9\xb8\xdb\x18\xa7\x7a\x17\xc5\xa5\xc6\xd9\xcf\xee\x80\x45\x7b\x60\x76\x6e\x42\xdf\xf0\xdb\xa3\xbf\x79\xf0\x22\xae\x9a\x3b\x10\x3a\xa6\x38\xc4\x07\xae\x31\xfb\x6f\x0a\x6f\x98\x08\xe9\x9c\xab\xb2\x26\x7c\x39\xcc\x73\xce\x0a\x12\x5d\xe8\x14\x85\x68\x53\x42\xc6\xee\x31\x58\x70\xf5\x69\x7f\x74\xc9\x0d\x90\x19\x31\x19\x00\x74\x57\x9e\xdd\xaa\xc9\x60\x28\x32\x8b\x0c\xdf\x00\xb8\xe1\x4c\xdf\x01\xec\x54\xb3\x55\xab\x17\x33\x8c\x71\x14\x38\x80\x58\x7d\xcc\x12\xbd\xa8\x64\xb9\xe4\x9a\x0b\x93\xc1\x0f\xdd\x3e\xa0\x5a\x70\x45\x59\xde\x52\x4c\x06\x77\x6e\x14\x80\x0f\x27\x2b\xae\x06\x80\xd6\x15\xe9\x61\x12\x21\xb7\x5a\xfe\xc5\x51\x35\xec\xe5\x84\x5e\xe1\xfc\x8b\x7c\x4d\xbe\x53\x98\xe5\x64\x20\xf3\x72\x29\x27\x03\xc7\x12\x27\x03\x47\x0c\x26\x03\xca\xe2\xc6\xe8\xd1\x46\xc7\x59\x11\x75\xcc\x15\x06\xe1\xda\x62\x48\x31\x9e\x8e\xd9\x5a\x7c\x7f\x81\x06\x1c\x85\x05\xc9\xe8\xdf\xf0\x2d\x71\x7c\x0f\xa8\xb2\xdf\x5f\xa0\x89\xb8\x91\x52\x5d\x68\x61\xea\xf9\x3c\xfb\x28\x0c\x04\xb1\x1a\x7c\x1f\x38\x55\xb9\x94\x27\x43\x46\x80\x28\xc0\xa8\x04\x59\x07\x6e\x1e\x8d\x29\xd3\x8c\x1b\xa3\x1d\x8b\x8b\x82\x11\xb1\x78\xb4\xbe\xa2\x28\xad\xf7\xb9\xb8\x3b\x7b\x36\x14\x77\xcf\x87\xe2\xee\xcc\xfd\x0f\x88\x23\xfc\xf5\xcc\xfd\xeb\xc5\x50\xdc\xbd\x00\x7a\xe9\x7e\x7a\x0e\x23\xc2\x76\xf0\xcf\xe7\x43\x31\xd7\xfa\x0c\xff\xfb\xec\xab\xaa\xb5\x41\x5b\x60\xd7\xe8\x61\x91\x6f\xf6\x52\xa5\x1f\x2d\xe7\xe0\x71\xfd\x31\x8f\xd5\xfb\x4f\x8f\x32\xfa\x86\x40\x74\xd8\xae\x23\x29\xe0\xf1\x7c\x60\x0f\xad\x78\xdf\x7e\xb3\xe5\x05\xdb\x37\x3c\x6d\x9b\x29\x52\x52\xd0\x06\x1f\x07\xa7\xb8\xaa\x74\x33\x94\x5a\xb3\x7d\xd7\x10\x19\x3f\x06\x62\x19\xb9\xeb\x9c\x90\x0f\x3a\x6d\x42\x82\xde\x4c\x39\x72\xc6\x2c\x0e\x7d\x79\x11\xaf\xba\x59\xaa\x35\x67\x47\x85\x6c\x19\x5f\x09\xbb\x20\xc7\x20\xc6\xc5\x7f\x25\xbb\x84\x8f\x8f\xe9\xcf\xb1\xa1\x67\x7e\xe3\x68\xcf\x9c\x20\x5e\xca\xca\x66\x09\x58\xdb\xa5\x81\x5c\x19\xca\xff\xd9\xb9\x91\x5f\x93\xc4\x86\xe8\x38\x4c\x1a\x69\x9c\x96\x9e\x10\xa6\xf8\x39\x97\xb4\x88\x74\x83\x6e\xa8\x0c\x23\x82\x3a\xae\xa9\xee\x54\x15\xf2\x6e\xc6\xe2\xa6\x92\xc9\x2d\x19\x06\x4c\x94\x01\x44\x50\x4f\x52\xac\xb2\x05\x65\xe3\x40\x6e\x2a\x24\xcd\xc2\x10\x42\xdb\xac\x10\xca\x26\x24\xec\x79\x58\x91\x55\x8d\xe0\x49\x46\x37\x7a\x81\x78\x02\x9d\xe7\xaa\x02\xdb\x85\x5b\x04\xb3\x6c\xb4\x08\x51\x70\x9e\xb7\x1f\xab\xc2\xd4\xc0\xa8\x0b\x2d\x74\x9e\x7a\xac\x1a\x10\xcc\xd4\xdc\x22\x6e\x2c\x18\x88\x62\x1e\x0f\xb1\xed\x8a\x8d\x72\xb6\x93\xe7\x44\x71\x15\x94\xdf\xe4\x85\x45\x8c\xbf\xa0\xf8\x09\xec\x83\x82\xf5\xa6\x70\x31\x82\xc4\x79\xbf\xcc\x72\xe8\xdf\xa9\x58\x94\x2c\x1a\xfa\xfb\x4a\xb8\x72\xfb\x1e\xb7\xc7\xe5\x83\x8f\x47\xf3\x7f\x7a\x68\xee\x60\xe7\xd5\x06\x90\x87\x47\xce\xd1\x15\xdb\xdb\xf7\x48\xff\x46\x15\x81\xc8\xbb\x5c\xfc\x97\xf5\x35\x7d\xba\xbf\xe8\xaa\xa7\xad\xaf\x39\x24\xd1\x32\x4a\xe9\x4b\x01\x38\x8e\x8c\x6b\xc7\xc1\xcd\xc4\xaf\x06\x33\x72\x8d\x8e\x65\xd0\x8d\x4f\x9e\xfc\x52\x9e\xb5\xec\x2e\x55\x70\x17\x29\xcb\x43\x84\x4a\xfc\xcf\xff\xf8\xdf\x77\x67\xff\xf9\x1f\xff\x67\x08\xff\x7a\x0e\x1f\x83\x3f\x95\x4d\xf6\xb5\xc3\xa0\x95\x8b\x93\x0d\xed\xc3\xed\x32\xa0\xf5\x63\x97\x53\x2e\x94\xd7\x6f\x28\xdd\x40\x0f\xc8\xae\xf6\xe9\x76\xbc\x68\x02\x9b\xec\x7a\x9f\x6c\x92\x6b\xdc\x84\x86\x07\xe2\x61\x37\xa1\x6b\x47\xdc\x74\x27\xbe\xbc\x11\x90\xc8\x65\x2f\x80\xbe\xa2\x00\xca\x79\x2e\x17\x42\x15\x72\x96\x67\xc5\xe2\x34\xcd\x0c\xfe\xab\xb9\xfa\xc0\x86\x51\xca\x65\x2b\x4d\x26\x31\xba\xf2\xe2\xea\xd2\xf4\x7b\x01\x88\x44\xf7\x0a\x53\x51\xac\x3b\x87\x95\xf9\xbd\x68\x2e\x5f\xdb\x29\xd5\x39\xf8\xb1\x97\xea\x06\x8c\x14\xec\x47\x52\x11\x48\x7d\xc3\x60\x41\xed\xff\xa9\x75\xa2\xe3\xc1\x1f\xc6\xf6\xdf\x3d\xc0\x9b\x7d\x01\x77\xdb\x4f\xf3\x1e\xb6\xfc\xe6\x91\x8e\x5f\xf8\x84\x73\xdd\x9c\xe3\x57\x3c\xd2\x4d\xef\xc1\xdf\xb9\x41\xe4\xef\x53\xf3\x8f\x46\x7d\x9d\xc8\x7c\x3b\x26\xe9\xd6\x37\x7d\xfc\x05\x25\x5c\x73\xdc\xab\x82\x5a\x85\x2a\x3e\x75\x28\x1a\x36\x75\xaa\x7d\x12\x5d\x3f\xa8\x32\xcf\x12\x69\x00\x05\x88\xb3\x52\x1a\x3f\xf6\xa4\x1b\xcd\x54\x7e\xad\x72\x95\x58\x5d\xf5\xa3\x07\x75\x9a\x34\x72\x13\x02\x8c\x10\xf9\xbe\x41\x03\xee\xe0\x02\x41\x8d\x2f\x8f\xf4\x07\xa4\x0b\x57\x65\x8a\xa3\x1c\x1b\xfa\xc0\x74\x2c\xde\x17\xf9\x3a\xf4\x8b\xb5\x1f\x75\x8d\x31\xe8\x4d\x80\x22\xf2\xaf\x13\x9e\xbf\x0f\x2b\xc4\x97\x61\xa8\xe4\x98\xf1\x70\x8e\x1a\xfe\x28\x55\x32\x0d\xed\x89\x24\xdc\xeb\xea\x16\x89\xe4\x9f\x74\x95\xfd\xac\x0b\x2b\xf3\x2b\x9d\x5e\xd4\x56\xc3\x0e\x55\xb1\xc2\x09\x51\xf1\x68\xcc\x06\x5a\x17\x96\x21\xaa\x41\x89\x36\x6b\x7c\xe1\x18\x68\x10\x98\x80\x73\xf5\x51\xf0\x74\xa9\xee\x29\x23\x2d\xf9\x94\x33\x19\x87\xaa\xc2\x0e\x84\x57\x32\x6f\xf4\x9f\xeb\x6a\xd5\x1b\x5a\xff\x88\xee\xf2\xdf\xc0\x62\x8c\xe2\xe3\x8a\x1e\x89\x4a\x61\x4c\x30\x45\xf3\xb2\x28\xc6\x48\x37\x74\x46\xfa\x64\x19\xac\x27\xdb\x39\x09\x5c\xd2\x98\xfc\x36\xa7\xf0\xe1\x69\xe3\xa2\x80\x83\x23\x25\xcf\x36\xa5\xb1\x60\x31\x63\x2a\x77\xdc\x2b\xb4\xb5\xaf\x4a\x6f\x62\x6c\xdc\xe2\xc0\x27\xde\xe9\xf4\x15\x75\xff\x58\xe7\x1d\x8f\xf8\x81\x76\x66\xe3\xd2\x13\xbe\xa9\xc7\x27\xd5\x85\xf8\xfe\xf5\xcd\x96\x1c\xb9\x1d\xeb\xde\x69\xf3\x28\xb4\xe6\xb1\xd7\x1e\x69\xcd\xc1\x56\xbf\x3d\xea\x4f\xb8\x17\xcf\xbe\x56\x00\x6f\xcc\x05\x1f\x68\x3a\xef\xbc\xba\x85\x83\xe2\xf3\x5d\x2c\x54\x5c\xfb\x7c\x4c\x9f\x04\xc5\x34\x5c\x45\x4c\xa2\xff\x9c\x35\x7b\x1b\x8b\x7f\x71\xe2\xb9\x51\x76\x28\x7e\x4b\xe1\xe5\x8e\x6c\x9f\x6e\x18\x4b\x9f\xe6\xfe\x5b\x71\xf5\xe3\x4d\x9c\x47\x05\xad\xfa\x7a\xb0\x58\x38\xad\x1f\xeb\x9f\xca\xf6\x00\x18\x35\x21\xee\x50\x6e\xef\xda\x02\x62\xbe\xfa\x98\xa8\xd2\x36\x56\xca\xca\xe2\x67\x89\x03\x38\xbd\x7a\x7f\x7d\x73\x7a\x75\x71\xf3\xf2\x4f\x9d\xb1\x74\x6c\x0d\x9d\x8f\x74\x3a\xed\xc8\x29\x5f\xf8\x98\x7d\xda\x09\x33\x0d\x42\x43\x13\x82\x64\x96\xb6\x70\x66\xf6\x95\xce\x9a\x82\x96\x61\xe9\xb1\x6d\x28\x90\xb9\x6a\x39\x85\xda\x8b\x4e\x2a\x08\x1e\x77\xd9\x7f\xe1\x81\xe8\x21\x35\x06\xf4\xaf\xa9\x24\xb1\xc5\xa9\xb6\x77\x67\x53\xa2\x80\x94\x1b\xfa\x85\x95\x17\x94\x9c\x1f\x8a\xe0\xb0\x7b\x19\xe8\xba\x46\xeb\x40\xb7\x12\x94\x7a\x95\x9e\x8b\xb3\xf1\xce\x23\xcd\x90\x8c\x3e\xd5\xb1\xff\x8c\x4f\xfd\xd7\xf0\xea\x90\x52\xcb\xc9\xb6\xcf\x77\x7f\xa8\x77\xc0\xdb\xae\xad\xa6\x18\x41\x72\x96\x6d\x1f\xc1\x97\xde\xd2\x2f\x04\x62\xd1\x39\x45\x8f\xcd\x9e\x0e\xad\x40\xfe\xd4\x88\xf8\xdb\x8f\x2e\x85\x77\x9a\x59\x89\x91\xc1\x6d\xa5\xec\x52\xa7\x9f\x48\x8b\x34\x06\x44\xff\xf4\x62\xd3\x70\x5a\x0d\xd8\x5c\xcb\x81\xd4\x77\x2f\xd8\xe0\x47\x65\xd8\x36\x5b\x33\x1f\xe9\x5c\xb6\xeb\x7a\x3f\xc2\x39\x6c\x7f\xe2\xf3\x0f\x46\x7f\x75\xf4\x2d\xa7\xa2\xf7\x05\x76\x95\xb2\x57\x05\x8a\x22\x47\x78\x77\x0d\xa9\x03\x46\x91\xaa\xd4\xa7\xb9\x41\x17\xbb\x4f\x48\x0b\x8e\xb7\x23\xcc\x53\xc9\xcd\x2f\x23\x51\x42\x11\xf8\x1d\x85\xa5\x1b\x38\x68\xc5\x9a\x2a\xf2\xc2\x13\x2a\x99\x8d\xc1\x5f\x88\x49\xda\x00\x96\x3c\x87\xa2\xd9\x43\x91\x15\xf6\xdb\x6f\x86\x62\x9e\x6b\x09\xff\xc0\x59\x0d\xc5\x9f\xff\x0d\x7c\x64\x73\x99\xa8\x7f\xff\x65\x28\x56\xb2\xfc\x33\x3e\x8a\x7f\x87\x33\x5f\x64\xf9\xe1\x2b\x53\xf7\x9f\xc6\xfd\xeb\x6c\x23\x09\x71\x3f\x8e\xe8\x36\x63\x24\x9e\x3b\x37\x0d\x40\x57\xf1\xaa\x92\x73\x2b\xbe\x11\xc7\x4b\x6b\xcb\xf3\xd3\xd3\xbf\x18\x5d\x8c\xf0\xa2\x8f\x75\xb5\x38\x3d\xd9\x7d\x6e\xf0\xaa\xf7\x1c\x98\xff\x16\x3c\x25\x9d\x67\xc1\xd7\x78\xf9\x88\x0e\xab\xfe\x42\xed\x8d\xcf\x5f\xf5\xcc\xe5\x0b\x8d\x21\xcf\xdf\xc7\x0b\xf7\x25\x3c\x78\x5d\x1a\x3a\x1c\xc8\x62\xfd\xab\x18\x07\xa9\xae\x7d\x50\xe0\x3e\x8b\x41\x7a\x05\x37\xc0\x8c\x3b\xe5\x1a\xbd\x0c\x8d\x0c\x21\x9f\xfd\x40\x91\xb2\x12\xc3\x34\xe7\x4a\xda\xba\x8a\x55\xf2\x8e\x1f\x9f\x5f\xe2\xa6\x0b\x28\x00\xbd\xc9\xdd\x8f\xf6\x03\x1e\x57\x48\xeb\x49\x00\xda\x39\x8d\x72\x62\xee\xce\xc4\xb1\xae\x44\xa1\xee\x55\x75\xb2\x39\xa5\xec\xe2\xea\xf2\x11\x39\x28\x02\xaf\xfb\x1e\xa3\x7d\xf7\xd7\xfb\xeb\x5d\x0e\x3a\x07\x31\x25\xfd\x35\x0d\xef\x7d\x75\x0d\x04\xec\x02\x6e\xc8\x2f\x5d\x08\xfb\x0e\x99\x53\x45\xbd\xfa\x0a\x57\x0b\xc6\x46\x91\xc4\x8f\xfa\x19\xf7\x15\xf2\xc7\xbd\x95\x1f\xb3\x55\x63\xb6\x91\x83\x31\xb4\xca\x8a\x6d\xad\xbc\xec\xf3\x58\xab\xd3\x2f\x8f\x35\x0a\x04\x74\xc1\x86\xd2\xfe\x9f\xbf\x24\xe3\xa2\x23\x37\x1c\xac\xe4\xc7\xcb\x56\x80\x57\x3f\x56\xfc\xb7\xdf\x50\xf3\x37\xaa\x58\xa0\xe1\x75\xbf\xf6\xcd\x5b\xb5\xdf\x3b\xad\x3d\xc5\x80\xfc\xb8\x71\xaa\xeb\x19\xda\x03\x56\x59\xf1\xa0\x09\x64\xc5\xc3\x26\x90\x15\x0f\x9f\x40\xe7\x50\x6e\x9d\x80\x63\x0f\x65\xae\x1a\x4c\x73\xdb\x0b\x85\xb6\x5f\x8a\x7c\x0e\x07\x4e\xf2\x94\x33\xbc\xf6\xdd\x1b\xa6\x0b\xf5\xab\xe0\xf5\xa5\xb4\xee\x1e\xf6\xde\x2b\x7a\xd6\xbb\x8b\xbf\x02\x26\x80\xe3\xff\x35\x0f\x2e\xb8\x88\x37\xef\x73\x17\x6e\xc4\x66\xb6\x71\x6a\xba\xd0\x83\x5d\x8d\x10\xd0\x15\xdb\xb7\x39\x3a\x6e\x8d\x24\x60\xb5\x9a\xa9\x34\x55\xa9\xf7\x30\x76\x25\xbd\xed\xed\x23\x73\xad\xb4\x9c\x81\x5c\x73\xd1\x0b\x6e\x1e\x57\x65\xe5\xfa\x6e\xef\xc9\x66\x0e\x92\xda\xcd\xba\x54\x6f\x15\x65\x72\x07\x6c\x52\xf4\xf4\x02\x88\x22\x8b\x70\x6c\xe8\x43\xe4\xa3\xa8\xa0\xe4\xbc\xae\xc0\x4e\x57\x29\xb7\x18\x89\x25\x1f\x24\x0d\x80\x5f\xc3\xc4\xf1\x16\x06\x7e\x23\x4d\x9c\x13\x2f\x53\x21\x6b\xab\x57\xd2\x72\xb2\xd5\x3e\xd9\xd3\xad\x31\xcd\x14\x84\xac\x0d\xc5\xac\xb6\xa1\x6c\x01\xd6\xe8\x84\xa7\x59\x6c\x3b\x74\x2f\xcf\xeb\x3c\x5f\x47\x69\xdd\xc7\x75\xe9\x9a\xb6\x87\x1d\x72\xdf\x4f\xfa\xa3\x87\x1a\x83\xcd\x0a\x3b\xd2\xd5\x88\x0e\xc9\xf6\x1d\x6e\xb4\x8d\x02\x51\x69\x7f\x3d\x48\x54\x66\x7c\x6d\xdb\x50\xfe\x45\x57\xde\xdd\x4e\x5e\x37\x84\xdf\xc2\x45\x80\x03\x51\xda\xb5\xf0\x65\x51\x68\xa5\x20\x6e\xdb\xfd\x26\x8d\x48\x96\x59\x9e\x22\x82\xe2\xfa\xfd\x1c\xb0\xbb\x54\xc5\xf5\x5c\xe6\x91\xce\x1c\xd5\xaf\x08\x3f\x12\x9d\x32\xe7\x93\x62\x52\x9c\x9d\x60\x27\xe7\x93\x42\x08\x31\x82\x4f\x9c\xf3\x58\x1b\xbf\xe1\x90\x27\xc5\xf3\x13\x01\x1a\x20\xbf\x11\xbd\xde\xdf\x41\xb7\x0b\xf8\x69\x3c\x1e\x8b\x9f\x55\xa5\xdd\x82\xac\x74\xa5\x76\x6f\x51\x9e\x19\x3b\x5a\xc9\x72\x74\xab\xd6\x3d\x86\xf9\xcd\x6d\xb9\x6c\xaa\x82\x0b\x87\xae\x52\x5f\xdf\xb5\xfb\x1a\x2c\xf3\x74\x25\xcb\xa9\x98\xf1\x39\xf3\xc1\xad\xd0\x1f\x84\x57\xf9\x9a\xb1\xa9\xfa\xc8\xab\xbc\x92\xe5\xd8\x2d\x2b\x60\xaa\x59\xb9\x40\xa0\x7a\x28\x2f\xc1\x51\x59\xba\xa0\xc4\x04\x38\x2d\xbe\x16\xed\xa4\x67\xfc\x6e\x20\x93\x41\x80\x19\xe0\xe8\x8f\xc9\x60\x25\xcb\xc9\x60\x2c\x2e\x72\xa3\x87\x81\xa2\xc4\xc5\x49\x3c\x42\x58\xc0\x26\x8b\xa2\x3d\x12\x99\xcb\x0a\x76\x25\xa5\x98\x0f\x8e\xdc\x84\xa3\x85\x81\x1e\x4e\x87\x3c\x2e\xb4\x28\x94\x61\x65\xd4\x1b\xa2\x4e\x1e\x86\x09\xd5\x3f\xb7\x7d\xf6\x10\xcf\x7c\x77\xff\x22\x6a\xc6\x91\xab\x22\x03\x87\x46\xa9\x73\xbd\x58\x13\xae\x5d\x58\x3b\x98\x7d\xff\x4e\x30\x6a\x28\x6c\xc6\x0b\x51\x6a\x63\xb2\x59\xce\x8b\xca\xf7\x64\x2a\xad\x5e\x65\xc9\xf4\x3c\x64\x06\xc3\xb5\x45\x75\x59\x9a\x10\x16\xad\x0a\x9b\xd9\xf5\x10\x91\xb7\x78\xb5\xc7\x74\x19\x2e\xa0\x17\xfa\x32\xa3\x5c\xb8\x37\x2a\x95\xaf\x45\xa5\xca\x5c\x26\x1c\x50\xe9\xf1\x29\x9b\x73\xa1\x9e\x28\x57\x89\xe7\x22\x8b\xb5\xc7\xd2\x85\xd1\x1d\xe3\x36\x0e\x69\x00\x43\x77\xe5\x4e\xc6\x70\x83\xa7\x46\xd9\x29\x5f\xda\x6b\x65\x43\x1a\x2f\x57\x89\xe2\x50\x44\x58\x13\x16\x1d\x05\x02\x95\x36\x6b\x23\x93\xcd\xf2\xb5\x4c\x96\xd4\x21\x52\xbf\xf6\x71\x1b\x06\xc0\x57\xec\xa1\xb1\xd9\xee\xae\xe2\xc5\xa3\x65\x06\x42\xc9\x53\x8d\xee\xec\xa6\xfb\x4a\xaf\x8d\x27\xc5\x8b\x13\xbc\xbd\x3c\x3f\xb4\xa6\xd2\x56\xc3\x34\x6f\xe1\xa6\x52\x39\x67\xe4\xc9\x59\x25\x54\xae\x00\x5d\x0d\xe7\x2c\x45\xa1\x8b\x11\xde\xee\x5b\xb5\xa6\xbe\x38\x7b\x8c\xab\x9d\xb9\x57\x57\x63\xf1\x1e\x73\xa4\x23\xe4\x14\x51\x97\xe0\xfa\xa8\x28\xe0\xd5\x7d\xd0\x51\x04\xde\xbb\xbe\xd3\x28\xa3\xd2\xd3\x7e\x30\xee\x62\xc2\xae\x22\x77\x9e\x14\x31\xba\x0a\x4e\x1a\xe1\x26\xdc\x12\xf5\x63\x0e\xee\xc3\x95\x77\xdc\xc5\x4d\xbc\xdc\x58\x5d\x06\x88\x02\x2a\xba\x94\xaa\x44\x43\x85\x5c\x63\x55\x89\x51\xc9\x1c\x30\xbe\x1f\x0a\x4e\x27\x5a\x9b\x6e\x80\x9c\xcf\x21\xb5\x89\x7a\xa9\x54\x52\x57\x4e\x3b\xcf\xd7\x28\x3e\x98\xfb\xcc\x26\x4b\x65\x00\x62\xc6\xad\x0f\xa2\x3e\xfa\xaf\xcf\xd4\x52\xde\x65\xba\xae\x1c\x9b\x74\x64\x4d\x41\x8d\x64\x12\x75\xe1\xc4\xf5\x88\xc0\xcd\xf4\x07\x5f\x03\x3c\x1e\x58\xe2\xf8\x36\xb2\x7a\x92\x67\x44\x6c\xe1\x1b\x23\x52\x36\x08\x2f\xba\x9a\x65\x69\xaa\x8a\x3e\x99\xe4\xf0\x9e\xa1\x7e\xbb\xc1\x41\xbc\x1c\x87\x76\x13\x1c\xb8\x3f\xb6\x3d\x1c\xbc\x5b\xb0\x83\x1f\xbc\xd7\xd8\x42\xf7\xf9\xee\xbb\x0d\x6b\xb1\xbf\x27\x86\xde\x68\x96\xec\x41\xba\x8e\x31\x6b\x8d\x03\x8f\x3e\x9b\xd8\x91\x03\xc4\x9b\xc8\xb6\x9e\xb7\x1f\x8f\xc5\x5b\x99\x39\xe2\x07\x11\x67\x54\x6c\x14\x22\x48\x29\x9d\xb2\xae\x20\x46\xe9\x0b\x79\xa8\x68\x4f\x1f\xb2\x3a\xee\x85\x78\x71\xfa\xe6\x2f\xe8\x5e\x33\x87\xec\xc0\x62\x71\xac\x15\xb7\x23\x52\xb4\xfe\x62\xd3\x8e\x0f\xdd\x43\x66\x1f\xbd\xd7\x3c\x21\xbd\xcb\x40\x7a\x12\x1c\x86\xc7\x9a\xda\xb5\xaa\xee\xb2\x44\x7d\xe0\xf4\xbd\x6d\xd3\x69\xb7\x15\x4b\xed\xb8\x89\xf4\x6e\x6a\xd0\x3c\xa9\xd5\x38\x57\x0b\x99\xac\x09\xfc\x7b\x8f\xfc\x47\xc0\xaa\x22\xb4\xcd\x6e\x0c\xfb\xee\x3c\xb3\x18\x11\xc6\xd0\x18\x7c\x19\xb3\x8d\xd8\x7b\xf0\xd1\x7e\xfc\x3d\xa8\xea\x19\x75\x8e\x3f\x3c\xe4\x0b\x65\x6f\x00\x6c\xc9\x55\x7a\xa3\x02\xb4\x3f\x7e\x78\x83\xc1\x88\x92\x6b\x2a\xda\x76\x21\x41\xa8\xad\x5f\x58\x99\x58\xd5\x8f\xce\xe3\x14\x8c\x9e\xaf\x01\xac\x6d\xf3\x6b\x34\x78\x01\xcf\xf6\xfc\xa2\x98\xba\xd6\xd3\x28\x57\x46\x92\x03\x1e\x7a\x61\x48\x96\xb3\xd1\xb7\xbf\xfb\xdd\x8b\xdf\x0d\xb1\x00\x85\x93\x31\x4e\x9a\x17\xf8\x9b\x6f\x5e\x34\xc0\xec\x5a\x58\x76\xfb\x54\x44\x7d\xa4\x10\x84\xbe\x42\x70\x5b\x6e\x43\x4f\xf3\x10\xda\x8f\x0a\xae\xaf\x35\xe8\x26\xbe\xc2\xf0\xce\x9b\x37\xd7\xae\x59\xa1\xa0\x3c\x5f\x50\x09\x68\xe5\x77\xbb\xdf\x13\xf9\xc7\xba\x48\xfb\xe2\x0c\xf9\x09\x7a\x3f\xaf\x5e\xbf\x15\xaa\x48\x74\xaa\x52\xf1\xf2\x42\xcc\xf0\x11\x6e\x35\x6f\x6f\x07\x10\x2c\x1a\xc9\x91\x61\xb1\x34\x71\x1f\x87\x08\x02\x44\x1a\xab\x8b\x28\xa7\xd5\xac\x8d\x55\x2b\x47\x97\x8d\x15\x95\xd6\x4e\xf2\x46\x41\xcf\x2f\xbc\x47\x48\xea\x1e\xdb\x68\x73\x67\x6b\xab\x38\xab\x2f\xeb\xbb\x94\x7c\x6a\xb3\x0e\xc9\x89\x2e\x64\xd0\xdf\x79\x41\xc5\x6b\x64\xb7\xdc\xc0\xc9\x97\x55\xee\xb5\xac\x00\xeb\xe4\xd4\x55\xc2\x5d\xf2\xf5\x11\xc1\xa4\x08\x22\xb0\xdb\x28\x8e\xe0\x46\x00\x3e\x82\xf4\x59\xeb\x9a\x2f\x05\x40\x69\xd1\x77\x1e\xab\x2a\x62\x87\x60\x87\x48\x9d\xe6\x72\xb9\x49\x2e\xb2\x3b\x0a\xb4\xcc\x09\xd6\x9a\xe9\x17\xcd\x70\x88\x89\x26\xb2\x48\xdd\x55\x74\x54\x08\x80\x4d\x8f\xa7\x20\xa5\xab\xf3\xd3\xd3\xa5\x36\xf6\xdc\x5d\xf1\x53\x47\x9f\xa6\x27\x63\xf1\x3a\xca\x3b\xd4\x73\x31\xad\xab\x1c\x73\x6e\x78\xe6\x1b\xd6\xd6\x29\x73\x53\xd7\x9d\x27\x22\x4e\x87\x81\x8d\x04\x95\xcc\xef\x10\x2f\x79\x73\xb9\xff\xe0\xcb\xd1\x86\x0f\x71\x19\x51\x84\x2c\x03\x75\xd1\x7d\x40\xac\xb2\xc5\x92\x80\x16\x8c\xce\x39\xa1\xd3\x87\x4f\xbd\x7a\x77\x0d\xf3\xd6\xab\xe8\x94\x1a\x84\xf7\x1f\x22\xe4\x77\xd8\x90\xa9\x93\xd9\x70\xa4\xd0\x97\xc8\x8a\x11\x0d\x09\x3a\x92\x0c\x85\x11\xe8\x62\x2e\xd7\x0a\xeb\x76\x64\x3a\xc7\x2a\xeb\x63\x9e\xfa\x4a\xae\x85\xcc\x0d\x58\x68\x65\x21\x2e\xaf\x9c\xea\x54\x29\x63\x60\x8d\xae\x72\x25\x0d\x28\x77\x24\x2f\x62\x34\xc1\xd4\x6d\x5f\x8e\x1d\xb8\x95\x3e\x7b\xfe\x0f\xe3\x67\xe3\x67\xe3\xb3\x29\xda\x4f\xa8\x6f\x77\x5c\x33\x73\xbb\x16\x75\x91\x2b\x63\xe0\x68\x42\x54\x39\x94\x9d\x16\x09\x00\xbd\x68\xb7\xbe\x8d\x2b\x22\x30\xe0\x0c\x96\x8e\x55\x4c\xd7\xc6\x09\xa2\xfe\x0e\xe3\xcf\xb8\xb0\x85\x42\xb2\x01\x24\x2d\x2a\x7d\x1b\xdf\xba\xeb\x3a\x59\x62\x2d\x00\xf7\x98\xcd\x07\xf9\x9a\x8c\xd3\x85\x2e\x46\x50\xb8\x7b\x96\xab\xa1\xc8\xc6\x6a\x3c\x84\xe3\xa0\xa4\x81\x26\x90\x72\x52\x97\x6e\x9b\xa4\x28\xd4\x3d\x9f\x02\x7f\x92\xf0\x80\xfa\xa3\x36\x19\x40\x5a\xd4\x64\xf0\x07\x38\x22\xee\x24\xd3\xa3\x45\x46\x54\x96\x9a\x9c\x9f\x9e\x4e\x06\xd0\xcd\x85\x60\x56\xcc\x9c\x91\xa2\xec\x3d\x98\x22\x9b\x8a\x64\xc1\xc9\x46\x68\x31\x26\x3b\x17\x0c\xee\xc7\x0f\x6f\xc6\xe2\x5f\x75\x0d\x6d\xf9\x88\x42\xc7\x56\x8b\x52\x1a\xb2\xbd\xcd\x32\x5b\xc9\xca\x77\xd3\x2c\x15\x3c\xa4\x40\x3e\x70\xe0\x0f\x85\xe4\xd9\x46\x35\xe4\x71\xc4\xd6\xaa\x55\xc9\xe8\xb5\xee\x63\x84\x73\x0e\x0c\xd5\x64\x89\x90\xb5\x5d\x62\x92\xfd\x64\xe0\x9e\x9c\xbb\x11\xdc\xeb\x2a\xfd\x1f\x93\x01\xa6\xa8\xd8\x90\xe0\xf2\x5d\x25\x17\x68\x2c\x39\x9e\x0c\x7e\x33\x1e\x8f\x27\x83\x13\x58\x81\xbf\xd6\xaa\x5a\x8b\x52\x56\x72\xa5\x2c\x5c\x8d\xc9\xe0\xbf\xf3\x73\x32\x3e\x50\x2f\x43\x52\x67\x1e\x5c\x3e\xea\x20\xd2\x6a\x53\xe3\xeb\x94\x4e\x39\xf5\x31\xe3\xff\xff\x5a\x82\x71\x71\x1b\x47\xe7\x36\x94\x39\x9e\x7d\x54\xe9\x08\xc3\xc5\x7b\x6a\x30\x91\xc4\x03\xce\xa2\xb2\xd2\x77\x59\xca\xb0\xdb\x45\x86\x27\xa7\x32\x4b\x0c\xcd\xaf\x8b\xf0\x87\x3b\x33\x10\xb1\xe8\x96\xf9\x5f\x2f\xde\xbe\x01\x0a\xcc\xd6\x13\x90\x9f\x61\xf5\x8e\x71\x23\x2e\xcc\x65\x61\xbf\xfd\xc6\xfd\x05\x49\x7d\xba\x32\xe1\x06\x34\x54\x3f\x2a\xe5\x9a\xa1\xd9\x15\x41\x0f\xfe\x4a\x13\x22\xa8\x3b\xfa\x7f\xe7\xe7\xff\xc4\x95\x0c\xb2\x45\xa1\xd2\x77\x30\x11\x6c\x43\xbf\x03\xdc\x1d\xfd\x52\x08\x71\xfc\xce\xd3\xa3\x6e\x03\xbe\x23\xe0\x7e\x19\x86\xb2\x42\x93\xc1\x64\x20\x12\x89\xa8\xc3\xf8\x5a\xaa\x92\x6c\x25\xf3\xeb\x4b\x42\xc9\x3e\xe1\x81\xa6\xd9\x22\xb3\xcd\x51\xd2\x40\x9f\x89\xbf\x89\x33\xf1\x37\xf0\x7a\xfc\x4d\xfc\x5e\x44\xed\x4d\xfb\x85\x30\xb1\xb8\xbf\xbf\x75\x7f\xeb\xe9\x84\x90\xbc\xa3\xa5\xd8\xd8\xaf\xe9\xeb\xd8\x34\x80\xbf\x77\xb7\x73\x53\xda\x38\x0c\xb7\x2f\x9d\xd5\xc0\x61\x0c\xfe\x7f\x93\x81\xeb\x71\x30\x9a\x0c\x36\xee\x62\x73\xd0\x8d\x49\xfd\xad\xf3\x89\x9e\x46\x3d\x9b\xdc\xb3\x18\xb3\xac\x90\xd5\x9a\x37\x33\x4c\x13\x37\xf9\xf5\xc7\x52\x17\xaa\xe8\xec\x42\xf3\x08\xf4\x77\x15\x7d\xea\x87\x4c\xfc\x4d\xbc\x75\xff\xf9\xde\xfd\xe7\xc6\xfd\xe7\xca\xfd\xe7\x75\x06\x27\xf3\x12\x0b\x99\x91\x62\x73\x8d\xc2\x28\x40\x5a\x67\xd6\xfc\x41\x5c\x2b\x85\x09\xb3\xe7\xa7\xa7\xe5\x72\x6d\xb2\xc4\x8c\x8b\xcc\xd8\xf1\x42\xdf\x9d\x26\x75\x7d\xfa\xa3\x6b\x77\x8a\xdf\x1f\x2f\xed\x2a\x0f\x67\xb2\x35\xd2\x30\xa6\x15\x6c\x00\xec\xc3\xad\x1b\x9d\x1b\x9c\x1b\x9b\x1b\x9a\x1b\x59\xeb\xca\x9c\x3d\x7b\xfe\x8d\xf8\x27\x71\xf6\x43\x06\xb6\xd6\xb3\x67\xcf\x9e\xb9\x3f\x6f\xff\x20\x2e\x45\x9a\xa5\xc5\x91\x15\xc9\x52\x6b\xe2\x1c\x89\x2c\x33\xeb\xaf\xf5\xb8\x3d\x9c\xd6\xb2\xe2\x99\x50\xdb\xce\x82\x1b\xeb\xeb\x2d\x0d\x1c\xb9\x78\xe7\x78\xb9\xb5\x9e\xcd\x93\x90\x68\x97\x95\xc2\xc2\xd2\xee\x93\x40\x62\x0c\x43\xd1\x38\x76\x2d\x98\xc0\x50\xed\x38\xe6\x9a\x1e\xfa\x13\xe4\x0e\xce\x6f\x79\xfe\xff\x7c\xfb\x62\x74\xe6\xa8\xc1\x4a\x2e\x8a\xcc\xd6\xa9\x72\x9d\x54\x58\x98\x8c\x3d\x26\x1a\xc0\xe8\x64\x21\x5e\x08\x9a\xb2\x00\xcf\x8e\x19\x0b\x1c\xb5\x11\xb9\xac\xc8\x21\x0c\xad\xcb\x4a\x25\x99\x51\x41\x67\x95\x65\xa9\x52\xf7\xb8\xd2\x35\x04\xc6\xd7\xe5\x58\x1c\xbf\x1e\x2f\xc6\xe7\xe2\xd9\xf8\x6c\x45\x69\xad\xfe\xa1\xa3\xba\x67\xab\xf1\x09\x9a\xa4\x99\x9c\x71\x54\x3d\x03\xfe\xd7\xe0\xd7\xcb\xe6\xe2\xde\x83\xab\x47\x23\x31\x2b\x09\xf8\x63\xb4\x22\x99\x42\x3a\x0d\x99\x4a\x52\xc4\x9c\xa5\x94\x95\x61\xe8\x2f\xe9\x03\xd0\x19\xc8\xb5\x52\x2b\x05\x4b\x67\xa3\x0a\x8f\x04\x3f\x0a\x6b\x94\xa2\x8c\x12\xd5\x56\x22\x77\x12\x3a\xfc\x16\x12\x00\x67\x55\xe1\x5a\x43\xad\x76\xce\x30\x87\xf1\xfc\x51\xcd\x75\x15\x58\x07\x7c\xda\x0f\x8e\x17\xb0\xac\x01\x73\x6c\x32\x48\x64\xa1\x0b\x00\xd0\x70\x5b\x3f\x19\x90\xd1\x7e\xa5\x64\x41\x42\x2f\x1f\xc7\x53\x1a\x22\x77\x21\xd3\xbf\xd4\xe0\x25\xa8\x4b\xb7\x3a\xa9\xbe\x2f\xc4\x31\x81\xc6\x86\xb4\x5d\xe4\x87\x49\x05\x32\x2f\x00\x40\xd1\xbf\xb3\x42\xbc\x75\x83\x32\x46\x9e\x20\xea\xaa\xfb\x1a\xf8\xa5\xe4\x58\xbc\xd3\xb4\xe7\x94\x3c\x93\x6b\x63\xdd\xa3\x19\x3c\x9a\x57\x32\x21\x72\x80\xa4\x35\x38\x0b\xd1\xd5\xef\x9a\x12\xcc\x90\x3f\xda\xc7\x6e\x0b\x61\x0a\x27\xc0\xfd\xe9\x90\xb9\x7f\xb0\x57\x73\x4c\x5c\x37\x5b\x14\xbe\x47\x4d\xc1\x03\x24\x6f\x83\xa5\x08\x4f\xbe\x13\xb5\xd4\x42\xda\xec\x4e\xc1\xc2\xbf\x46\xd9\xce\xc0\x1c\xce\xc6\xbf\xf3\x5d\x44\x10\x00\xd2\x88\xc9\xe0\xec\x77\xcf\x9e\xad\x26\x03\x6a\xf6\x7d\xb6\xa5\xe1\x8b\x6f\xdf\x66\xae\xa5\xbb\xbf\x4c\x6c\xdc\x10\xfe\xda\xd8\xd0\x77\xaf\x7f\x7a\xfd\x01\x6b\xbe\xa3\xfa\x93\xaf\xdb\x99\xb1\x12\x13\x22\x40\xbc\x05\x79\x87\x65\x9b\x9b\xa5\xb4\x6c\x02\xbb\x5f\xea\x5c\xd1\x73\x86\x2f\x52\x1f\x55\xe5\xee\xde\x18\x07\x51\x8c\xc2\x89\x21\xc7\x3a\xa2\x13\x5b\xf7\x5f\x38\xf8\xb0\xb4\xba\x58\x50\x14\xc0\x1a\xc4\xc9\x7b\x95\xe3\x11\x73\x64\xc5\xd1\xc8\x50\xc4\x60\xa4\x38\x3e\xa3\x20\x6f\x63\xf3\x50\x8e\xc5\xf1\xb5\xe6\xf2\x0b\xee\x3e\x34\x1f\x0f\xf1\xf4\x39\x1a\x9b\x66\xf3\x39\x90\x53\x0c\x32\xf0\xf2\x12\xac\x0b\xdc\x74\xd6\x68\x32\x6c\x9c\x25\x94\x58\x4d\xd7\xcc\xf0\xe6\x86\x0c\xf2\xfb\x2a\x83\x55\x03\x4d\x12\x30\x98\xdd\x6d\x75\x5a\xaf\xcc\xc5\x52\x16\x29\x88\x7c\x89\x4e\x7d\x26\xf7\x52\x97\x21\xe0\x45\xd2\x4c\x13\xe9\x3e\x91\xb9\x03\xe2\xc4\x71\x5d\xa1\x8f\xd2\x69\x89\x28\xe3\x83\x2c\x4a\x6b\xef\x9b\xb5\xd3\x7c\x82\x25\x70\x87\x71\x6c\x8b\x98\x0c\x21\x92\x17\x2b\x5d\x17\x5b\x0b\xac\x46\xcd\x9a\x76\x6c\x1a\xa8\xbf\x9d\x45\xbd\x52\x95\xb4\xe0\xd5\x48\x63\x2d\x08\x32\x55\xf9\xfa\x71\xc4\xd5\x5c\x1a\xcf\x2d\x74\xa9\x2a\x2a\xc4\xe5\x6e\x79\x31\x1f\xbf\x52\x09\x27\xa1\xd5\xbc\x86\x54\xaa\x22\x3e\xcf\xd2\x60\x96\xcf\x2e\x30\x15\xe8\x06\xaa\x3a\xc9\xbc\xc7\xe0\xec\x73\x79\x77\x9a\x23\x87\xd4\xd5\x3e\xb1\xa7\x7b\x98\x2e\xb7\xd4\x7f\xbc\xb8\xba\xfc\x9e\xcb\xe8\x6c\xda\x1a\x6e\xd3\xb4\x45\x22\xf8\x1a\xf0\x0a\x8e\x44\xf1\x88\x95\x1e\xdb\xd2\xed\xdb\x5c\x55\x11\x0e\x27\x6a\x3a\x80\xa6\xb6\x27\x84\xe1\xdd\x66\x48\xda\xa7\x9a\xb8\x87\xad\x89\xfb\x54\x3b\xf6\x70\xb5\x63\x1f\xe6\x5e\x6a\x5f\x88\xc8\x07\xc3\x37\x68\xe3\x51\x6f\xb7\x68\xc3\x24\x86\x3b\x48\x90\x15\x21\x3e\x84\x81\xfb\xcb\x4a\xcf\xe4\x2c\x5f\x87\x9a\xe3\x88\x38\xc7\xb0\xf2\x9f\x55\xe7\x1d\x88\x07\x8d\xed\x3b\x5d\xbd\x62\x9c\x67\x0f\xb8\x57\x5d\xa0\xbd\xf2\x8f\x6b\x72\x7d\x5c\xbe\xfa\xd0\x87\x3f\x0a\x81\x3b\x7a\xce\xa7\xc2\x35\xf3\x80\x1e\x15\x1b\x3d\x91\x8a\xa3\x9c\x7a\xe7\x71\xf9\x70\x7d\x7d\x81\x55\xab\xc5\x52\xe5\xa5\xaf\xd7\x58\x29\xc9\xf5\x14\x2a\xc3\x8c\x75\xa5\x8d\x15\x85\xb2\xf7\xba\xba\x1d\x29\xc7\xbd\xe1\xb3\xf7\x72\x1d\x24\x38\xf1\x92\x7a\x70\x6c\x83\x85\x67\x59\x3a\x3a\x55\x65\x00\xfb\xdc\x1c\x9c\x84\x00\x51\x4c\x1a\x83\xe1\x93\x84\xb5\xc6\x5a\x12\x70\x84\xc1\xc2\xa1\xe7\x21\xd4\x0b\x1e\x29\x33\xf4\xc3\x8d\x9c\x03\x68\x89\x2f\x16\x8a\xcb\x51\xb8\x29\xbb\xae\x51\x1c\xa5\xcf\x33\xc4\x03\x84\x39\xd9\xa5\xd3\x0c\x61\x91\x69\xb1\x20\x54\xb6\xb8\x8d\xc2\xa2\x69\x89\xdd\xac\x68\x60\xdf\x05\x73\xe2\x39\x05\x58\x02\x6b\x6d\x01\xfa\x78\x92\x77\x79\x85\x33\x74\x9f\x1c\x72\xe4\x30\x75\x0b\xcb\xad\x7c\x6d\x55\x37\x42\xb4\x4a\x37\x3b\x60\x62\x21\x72\xad\x6f\x8d\x90\x56\xfc\xcf\xd1\x77\xba\xba\x97\x55\xaa\x52\xf7\x2f\xb1\x54\x32\x45\x6d\xe9\x7f\x8e\x3e\x28\x99\x8f\x2e\xcb\xe8\x37\x22\x17\xe3\x0f\x6a\xa5\xad\x72\x87\x8c\x8a\xad\x49\x8b\x65\x2a\x4e\xdc\x41\x58\xa8\xc6\x94\x2f\xaf\x3e\x03\x12\x75\xcb\x2d\xb8\xde\x74\xd2\x21\x2a\x73\x8f\x3a\x28\x8c\xa9\x1e\xea\x66\x78\xbe\xcb\x70\xce\x6d\x2a\x72\xc0\xe1\x6f\xbe\xc4\x9f\x5e\xd3\x7f\x63\x9f\x7b\x0a\x2f\x9b\x97\x74\x87\x11\xb7\x2b\xff\xec\xaa\xff\x1f\xb7\x6b\xa2\x2b\xf0\x93\x21\x0a\xd8\xb9\xbe\x8f\xab\xc0\x32\xa8\xbd\xa7\xbb\xd2\x0a\x18\xc1\x2e\xe1\x07\xb6\xf2\x49\xe6\x79\x7c\x99\x87\x16\xba\xbf\x8c\xa4\xe9\xdf\xeb\xc7\xb9\x62\x5e\x16\x7f\x2a\xe3\x7f\x48\x51\xec\x93\xc9\x93\xdf\x8f\x87\x50\x93\x0f\x51\x66\xd2\x16\x62\xf2\xc1\xc3\x13\x45\x29\x2b\x41\x24\x94\xcd\xea\x9c\x5c\xf8\x0f\x0d\x70\x3e\x72\x28\xdd\x17\x04\x9e\x8a\x3b\xbf\xc3\x3f\xc3\xfb\x5c\xfc\x1e\xf8\xcf\xac\x87\xda\x7c\x4a\x11\x7c\x2f\xce\x76\x0b\xe1\xef\xaa\x80\xff\xa0\x44\x86\x7d\xca\xbf\x06\xd1\xb7\x51\x04\x36\xe0\x3e\x89\xd7\x90\xe2\x93\xad\xca\x9c\xf7\xa0\xd1\x92\x54\x5e\x77\xaf\xfc\xe0\xb1\x08\xc3\x77\x60\xdf\x0b\xf8\x5e\x54\x25\xcf\x27\x2f\xc8\xa8\x72\x09\x91\xc2\x79\x2c\x42\x01\x2e\xd1\x86\x8a\xf0\xbb\x4b\xed\xc3\xbf\xdb\xf5\xca\x79\x2d\xbf\xd3\xfa\xa8\xd3\x30\x3a\x52\x47\x73\xad\xe3\xc5\x7e\x88\xd2\xb2\xa5\x0c\xfd\xe6\x72\xb4\x78\xd8\x36\xc7\xc4\xa5\x11\x86\x57\xd6\x38\xfd\x8d\xe3\x0e\x05\x2d\xb5\xdd\x00\x40\xbd\x5f\xcd\xf7\xc6\x51\x35\xf5\x62\x81\xa1\xe7\x71\x19\xf8\xcd\xd3\x7a\x40\xc9\xf5\x77\xbd\x2b\x19\x3f\xdd\xb3\xf4\x3a\x85\xdb\x23\x7a\x4f\x24\x59\x80\x2d\xd0\xef\x07\x60\xce\x71\x47\xba\x94\x7f\xad\x55\xbe\x26\x15\xa0\xf5\x4d\xf0\x70\x80\xc5\x3c\x01\x07\x8c\x63\x09\xba\x42\xa3\x23\x02\xaa\x41\xfe\x03\x25\xd0\x40\x0d\x3c\xd7\x3b\x56\xac\xe3\x4f\x00\x56\x13\x7d\x3a\x00\x5c\x06\xd6\xc1\x35\xee\x5f\xbe\xb9\x14\x1e\xef\x66\x03\xc0\x27\xa8\x9a\x24\xb8\xfc\x49\x9a\x9e\xf8\x46\x88\xc2\x91\x66\x49\xec\x8e\x03\x26\x9b\x4a\xea\xb0\xa1\xf4\x36\xe9\x4d\xc6\xf5\xab\x2d\x1a\x65\xc1\x9d\x71\x5f\x65\xd6\xaa\x82\xe5\x17\x48\xa9\x84\xa2\x31\x63\xf1\x53\x23\x6d\x26\x4a\x2c\xc2\xa5\x8d\x4a\xfd\x13\x16\xa8\xfa\x6b\x2d\xf3\xcc\xfa\x62\x6d\xc6\xc9\x53\x45\x33\xc3\x14\x42\xe2\x82\x0e\x2a\x0b\xaa\x14\xc7\x20\x21\x2c\x29\x21\xa8\x1b\x04\x60\x84\xba\x2e\x0d\x9f\x51\xab\x86\x4d\xa9\xcb\x3a\x97\x11\x26\x65\x88\xb1\x01\x85\x8f\x94\xaf\xeb\xce\x4a\x37\xf0\x49\x20\x47\x12\x11\xf0\x68\x90\xf8\x01\x76\x22\xc9\x2c\x8a\xf7\x54\x77\xaa\x70\xfd\x66\x56\x2c\x2a\x99\xd6\xee\xea\x6e\x2a\xf0\x38\xeb\xd7\x6a\x66\x9d\xcb\xc8\xea\x8c\x3b\x3c\x02\x5b\x1c\x63\x4e\x66\x91\xe4\x75\xaa\x8c\xd3\xd5\x86\xf0\xc2\x50\xdc\x3b\xb5\x74\x48\x18\x29\x43\x12\x3c\x86\xa2\xc4\x9f\x53\x95\x2b\xf7\x27\xfe\xdf\x44\xe7\x39\x46\x47\x0e\x09\x65\x4c\x7f\x5c\x3f\x8c\xdb\xec\x5b\x1e\xb4\xd7\xe0\xb9\x93\xe7\xb4\x8b\x36\x6c\xe0\x3a\x9f\xcd\x74\xee\xce\xc4\x31\x16\x03\x22\x88\x52\x49\xd5\xa0\xcf\xba\x43\xa8\xc2\x98\x8f\x48\xb5\x3c\xe9\xe5\x57\x9f\x6d\x81\x66\x61\x68\x0f\x25\x2c\x6e\xda\x91\xcd\x3f\x78\x00\x5c\x14\x94\x38\x16\x15\x61\x56\x3b\x36\xb7\x08\xad\x3f\xd6\xa4\x25\xcb\x64\x09\x89\x02\xee\xc4\x78\x1a\x43\xd1\x5c\x0d\xb6\xfb\x20\x99\x6c\x11\x29\xbd\xf0\x88\x75\x93\x27\x55\xef\x8b\xa8\x7a\x1b\x97\x34\x7e\xca\xb7\xb9\x73\x00\x70\x35\x7b\x0e\xe2\x5c\xf7\xc5\xab\x3d\xe9\x71\x87\x34\xa9\x6f\x29\x30\x12\xee\x72\xc7\x49\xd5\xbd\xee\xe1\x0e\xa3\xb3\xb8\xf7\xf2\x1e\x56\xb1\xf7\x6a\xe1\x67\x98\xcb\xe2\x6e\x1e\xa2\x92\xc6\x55\xfa\xb6\x90\xd6\x56\xb1\xbe\x86\xa9\x31\x54\x70\xbc\x93\x59\x8e\x11\xb6\x0f\x31\x77\xb1\x9f\x81\xae\x55\xa5\xb5\xc5\x80\x56\xda\x1b\xcc\xec\x71\xec\x89\xa0\xcb\xb6\xba\x59\x79\x3e\x5b\xdd\x07\x4f\xe4\xf4\xc9\x5b\xf8\xf7\x43\xda\x9e\xfc\x60\x4f\x7e\xb0\x27\x3f\xd8\x83\xfc\x60\xb2\xcc\xb6\x31\xa8\xc3\x95\x35\x7d\x5c\x0f\xd4\x4b\x50\x60\xdf\x97\x76\x17\x8b\x6e\x34\xe4\x98\x52\xca\x13\x20\x90\x12\x50\x86\xe9\xfc\x38\xee\x1b\x40\xde\xb7\x27\x00\x3e\xb1\xc6\x03\xb3\xc6\xb4\x5a\x7f\xa8\x7b\x16\x13\x82\x77\x69\x7d\x86\x8d\xc2\x05\xd2\x8a\x95\x4e\x3d\xaa\xb2\x89\x13\xda\xdc\x3e\x87\x5a\xc8\x17\x8e\x36\x60\x9e\x2c\x00\x5b\x44\x53\xc7\xcf\x8a\x34\xab\x54\x62\xb3\x3b\x5f\x6d\xc7\x00\xf6\x6d\x54\x70\x07\xa3\x65\x0d\xda\x9c\x8a\x80\xdf\x53\x56\x3a\x51\xc6\xf8\x7a\x92\xca\xd3\x0e\x01\xe8\xf2\x1c\x29\x27\x2b\x75\x2e\x46\xe2\x22\xcf\xcf\x21\xcf\x2b\xad\xd6\x90\xdf\x65\xac\x5c\xa8\x10\x1e\x4b\xdd\xc5\xa9\xcc\x7b\x98\x5a\xc0\xec\xf4\x56\x16\x72\xa1\xaa\xee\x12\xc6\x4f\x51\xce\x00\x21\x5f\x1a\xa3\x93\x0c\x8c\x60\x3e\x01\x56\x42\xdd\x2b\x47\xaf\x31\x78\x95\x39\xe2\x4a\x46\xb5\xa4\xa9\x84\x02\xb2\x89\x26\x5c\x0e\x45\xe0\xba\xf3\x5b\x89\xb3\xe7\xff\xe8\xda\x56\x32\x81\xf4\x25\xc7\x6b\xf0\x1c\x02\x2f\x21\xad\x43\x94\x55\x56\x60\x41\xe9\xd0\x76\xe8\xb8\x1d\x03\x0c\xcf\xd6\xe1\x34\xea\x5c\x16\x0b\xc0\xc8\x76\x54\xa1\x2e\xb2\x44\xa7\xea\xf4\x37\x97\x06\xea\xeb\x3e\xa9\x93\x5f\xd8\x2d\xf8\x10\xab\xd5\x2b\xb0\x2b\xee\x41\xb5\x1b\x0d\xfb\xa9\x36\xd8\x28\x9f\xa8\xf6\x13\xd5\xfe\xbb\xa6\xda\x8b\x4a\x26\xea\x4a\x55\x99\x4e\xaf\x55\xa2\x8b\x3e\x1c\x2b\x47\x62\xd3\x9a\x0a\xe8\x67\x85\x30\xd8\x50\xcc\x30\x87\xc4\x06\x6c\xc9\x80\x09\x81\x16\xfc\xb4\xed\x93\x29\x74\x31\xe2\x74\x08\xc6\x38\x8c\x69\x38\xe0\x19\x86\xad\xc2\x5e\x44\xb6\x5a\xa9\xd4\x71\x89\x7c\x1d\x10\x1f\xbd\x83\xa6\xc8\x72\x74\x22\x31\x42\x3c\xcc\xc9\xed\x62\xa6\x83\xb7\x35\xc0\x4f\x41\x7e\x4c\x0c\x7c\xd0\xc4\xa5\x90\xa0\xe2\xd0\x84\xe8\x23\xf3\x26\xca\x16\xe1\x2e\x62\xfa\x4b\xcf\x18\x77\x61\x57\x20\xf8\xf0\x13\x53\x38\x9c\x22\xae\xab\x72\x29\x0b\x66\x0c\xb6\xe7\x10\xbf\x72\xab\xe2\x4e\x55\x7a\x2e\x4a\x4c\xae\x67\x05\xf4\xaa\xd2\xa5\x5c\xc0\xf1\xbe\xd2\x79\x96\xac\xc9\x3f\x13\x39\xd2\xe0\x44\x73\x07\xee\x0e\x9c\x8d\xff\x61\x2c\xae\xf1\xb8\xe3\xd9\xa3\x4f\xd3\x2e\x18\xc8\x0a\x82\x51\xc1\x5a\xcd\x01\xb0\xe8\x74\x2e\x73\x43\xf1\xf7\x13\x1a\xf4\x64\x20\xe6\x59\x01\x09\x3d\x55\x94\x36\x85\x79\x28\xa7\xec\x48\xf4\x3b\x86\xdd\x1f\x99\xf0\x92\xa1\xd0\x06\x82\xb7\x88\x86\xae\xab\xee\xdc\x98\x99\x41\x2d\xbb\x59\x8d\x18\x85\x33\x6d\x97\xfd\xfe\x79\x37\x67\x5d\xa4\xa1\x66\x40\x73\x55\xb9\x32\xe2\xbc\xce\xe7\x59\x9e\x3b\x49\x09\x89\x82\x24\xfe\x88\x46\xf9\x44\x56\x95\xbb\x7a\xba\xb6\x54\x32\xdf\x7a\x23\xc4\x50\x48\xf1\xcd\xb3\xdf\x8b\x97\xba\x98\xe7\x99\x23\x22\xe8\xce\x0e\xa9\x3f\x4e\x39\x47\x23\xef\xa7\xeb\xaf\x57\x8d\x79\x10\x90\x73\x63\x61\x7a\x19\x08\x61\xcf\xa6\x50\x85\x70\x21\xab\x99\x5c\x40\xd1\xfe\xdc\xa3\xb6\x10\xf1\x55\x15\xa6\x2d\x6d\xd8\x86\xf7\xad\xf3\xb9\x79\x17\x80\x18\x32\x25\x2b\x71\xcb\x32\x03\x29\x90\x69\x70\x15\xab\x8f\x54\x26\x3c\x1c\x1d\xa3\xac\x37\xfd\x10\x6c\xef\x38\x3a\x23\x9c\xda\xe1\xab\xbc\x7a\x77\x59\xf3\x63\x63\x71\x91\x24\xaa\x44\x69\x38\xe6\x40\x47\x38\x87\x23\x31\xa2\x73\xdd\x3c\xf7\xe6\x0f\xe2\xe8\x8f\x32\xb9\x5d\x40\x3a\xa5\x6b\x85\x66\x66\xf0\xc7\x34\x17\x4e\x03\xcc\x07\xd1\xcd\x66\x27\x3c\x83\x99\xef\xe9\x0f\xe2\xe8\x3b\x5d\xa9\xa8\x5b\x91\x48\x93\xc8\x14\x93\xd4\x60\x7d\x80\xa3\x63\x7f\x06\x59\x64\xa7\xc3\xb9\xef\xe3\xc1\xf8\x04\x5b\xe4\xc9\xe6\xa9\xda\xdb\x78\xf0\x8a\x98\xe9\x56\x09\xd4\x33\x5c\xc7\x0b\xee\x2b\x59\x96\x00\xa0\xe3\xa6\x20\x00\xdb\xda\xb7\x40\x23\x3d\x79\x43\x8d\x0f\x12\x89\xb0\x06\xac\x06\x88\x01\x38\x04\xff\x7c\xfd\xfe\x1d\x10\xef\x52\x56\x36\x4b\x6a\x00\x16\xcd\x7c\x73\x48\x9a\xd2\xc4\x7c\x0c\x7b\x00\x28\xbd\x8a\x61\x7b\x57\xb2\x44\x1c\xdf\xac\x10\x7f\x31\x07\x4a\x3e\x0b\xeb\xf3\xfa\xa3\x9b\xc9\x1e\x62\x7a\xa3\x21\xbb\x29\x10\xb3\x42\xd3\x8f\xa1\x6a\x25\x42\xdb\x00\xdf\x5c\x28\x0b\x70\x25\x8e\xf3\x33\x55\x1f\x8b\xab\x5c\x16\x05\x21\xff\x02\xdd\x95\x39\x92\xfa\xb3\x7f\xdc\xe5\xdc\x50\x30\x90\x01\xd4\xde\x48\xec\x93\x17\xe3\xd1\x85\x7e\x5c\xe7\x2e\x32\x5d\xe0\xc8\xb8\x25\x98\xc1\x2d\xdd\xd2\x20\x5e\x11\xff\xbe\x92\x19\x79\x1c\x09\x62\x25\x10\x44\x02\x47\x05\x94\xdb\xa3\x77\xec\x65\x3c\xfa\x94\xc3\xd2\xa8\x71\xd2\x8f\xcb\xe6\x87\xec\x65\xda\x19\x0f\xde\x7d\x47\xe0\x19\x87\x0b\x59\x7a\xe0\x56\x34\x9c\x22\xe4\x8b\xbb\x9b\x41\x3c\x5d\x7f\xe6\x30\x9f\xa4\xd2\x5f\x87\xa9\xe2\x3b\xd8\xe8\x9f\xce\xb6\x91\x3f\x6e\x83\xf1\x6f\x58\x47\x1e\xa2\x6a\xb8\x4e\x40\xe1\xe4\x30\x0c\x90\x63\x3c\x72\x82\xd4\xbe\xa9\x32\x35\xf4\x18\x34\xa8\x9c\x60\x7e\xba\x4c\x96\x8e\xb6\xc7\xd8\xfb\xe2\x68\x7c\xd4\xdd\x6b\x0a\x64\xb3\x46\xe5\xf3\x08\x8b\x80\x52\xb0\x01\xad\x59\x07\x38\x7e\x90\x74\x62\x34\xcb\x46\x7f\xd2\xed\xef\xc8\x8b\x4b\x4e\x61\x25\x0f\x10\x36\x86\x9e\x11\x81\x3f\xc2\xe4\x87\x62\x94\x75\x45\xc3\x37\xe7\xe2\x68\x7e\x4e\x28\x26\x72\x85\x78\x26\xea\xc8\xb1\x30\x55\x79\x60\x17\xff\xa0\x9d\xcf\x27\x3d\x88\x98\xe0\xf5\x82\x01\xc3\x5a\xb8\xdf\xdc\x8c\x8e\xee\xe8\x03\x70\xfe\x7b\xbf\x10\x3d\xe1\x4f\x00\x01\x02\x46\x49\x43\xb5\x4c\x45\xf1\xc3\x08\x85\x6e\xd5\x4a\x1c\x65\xd4\x3f\xc0\x66\xf7\xf6\x1f\x3d\xc1\x28\x42\x93\x05\x2c\x22\xe8\x24\xf3\x40\xd8\x47\xb7\xd4\x9d\x63\xd6\xbd\xbd\x85\x07\x78\xbd\xc9\x47\x19\x0f\xea\xc8\xc0\x1a\x30\xe5\x01\xb6\x91\x55\x02\x6b\x80\xb0\x88\x78\xe9\xbe\x7e\x0b\x8e\xc0\xd2\x34\x36\x1e\x0f\x29\xf3\x95\x70\x70\x80\x84\xb9\x37\xa2\xbc\x71\x44\xc5\xb0\x01\x5b\xd3\x7a\x90\x23\x5c\xc3\x90\xac\xcf\x96\xd9\xac\x10\x26\x5b\x18\xbe\xd2\xfe\xa0\xa7\x23\x80\x0e\x1f\xa5\xd9\x7c\xfe\x09\x55\xaa\xb7\xe5\x3f\xa9\x7d\x44\x93\xd0\x2a\x64\x67\x92\x08\xf2\x10\x01\xe5\xc9\x9c\xf8\x14\x1f\xf1\xf7\xca\x00\x43\xe8\xd7\xc6\x13\x8a\x65\xf5\xd9\xae\x76\x2e\x46\x22\x03\x58\x51\xc7\x2c\x00\x54\x93\x54\x56\xaa\x02\xc9\xb6\x00\x5c\xa9\x0a\x1c\xe3\x3e\xa0\x7c\x26\xa9\x0a\xc0\x5f\x6b\x5d\xd5\xab\x51\xa5\x64\x2a\xe6\xb9\x5c\xfc\x01\xbb\xcd\xec\x91\x11\xcf\xa8\xdf\x7b\x25\x4c\xb6\x2a\x01\x02\x05\x9c\xff\xf7\x00\xc2\xa1\x44\x52\x57\x95\x2a\x6c\x4e\xa1\xb9\x59\x21\x12\x99\x2c\x01\xa0\x48\x2c\x6a\x59\xc9\xc2\x2a\x45\x3d\x52\x35\x91\x42\x17\x60\x10\xec\x1d\xb2\xb4\x22\x57\xd2\x58\xa7\x36\xcd\x2b\x65\x96\xee\x1f\x8b\xec\x4e\x15\xa2\xba\x3b\x78\x58\x2e\x64\x3e\xfd\x40\x27\x78\x23\x69\xe2\x46\x51\x1a\x93\x14\xdf\xfb\xa0\x49\x29\x7e\x80\x4a\x40\x8d\x7a\x42\x73\x0d\x69\x4d\x3e\xb7\x5c\xf8\x68\x94\xda\xa8\x79\x0d\x28\x2b\xbe\xa8\x03\x82\x9d\x14\x89\x2a\xad\x11\x69\x0d\x17\x26\xd7\xfa\xb6\x2e\x83\xd5\x1a\x81\x53\x96\xf2\x0e\x4b\xea\x54\x36\x03\x44\x1a\x34\xb6\xc3\xb9\xda\x27\x24\x97\x73\xa1\x3a\x1a\x97\xcf\x33\xda\x78\xc1\x0f\xbf\xf0\xfb\x64\x91\x35\x1a\x6e\xdc\x80\x10\x13\xfd\x77\xb2\x09\xbe\xb4\xd7\x03\x36\x22\x2e\x07\x76\xf8\xcd\x88\x68\xce\xd6\xbd\x60\x0e\xd9\x88\x40\x9d\xe0\xb0\x27\x03\x6f\x37\x9b\x70\x28\xcb\x64\xc0\x46\x11\x94\x80\xf2\x75\x00\xe7\xf4\x85\x3c\xf6\x0a\x27\x0f\x28\x29\x0f\x59\xb5\x28\xa5\xe1\xd1\x16\xad\x91\xd6\xfd\x39\x0b\x78\xea\x17\x0d\x16\x32\x5a\x44\xe6\xa3\x20\xb6\xfa\xf3\x7c\x49\x9e\x7e\xc8\x71\x40\x59\x0e\x2a\x93\x29\x55\x72\xf5\x9e\x0e\x3e\xf8\x3e\xf1\xfa\xdb\xd7\x79\xbf\xe0\xf2\x66\xce\xe7\xc5\xd5\x65\x4f\x9c\x79\xb0\x36\xae\xba\x4b\xb0\x21\xd1\x66\x7b\x82\x4a\xf3\xab\x7d\xdf\xd1\xf3\x78\x5d\x1b\x51\x82\x86\x8b\x63\xf9\x60\xdf\xa5\x12\xb6\x82\x02\x95\x88\x50\x95\x67\xd6\xcb\x2e\xf1\x6e\x3e\x0e\x67\xa2\xce\xf7\x62\x50\x51\x5b\x51\x17\x72\x35\xcb\x16\xb5\xae\x4d\xf3\xba\x49\xc8\x94\x1c\x0b\x77\x70\x1c\x95\x2c\x8e\xac\x90\x85\x2e\xd6\x2b\x6a\x8a\x29\x48\x8d\xa9\x81\x76\x72\xa7\xb3\xa8\xf6\x9e\x48\xb4\xa7\xa8\x51\x4f\x88\xb9\xd5\xff\x6e\x02\x55\x9c\xd9\x6a\x9a\x23\x86\xf9\x43\xae\xfc\xc1\x18\xd7\x97\x21\x09\x7b\xf3\xb6\x56\xfb\x6d\x7b\x17\x25\x57\xfd\x3d\xee\xdf\x81\x79\xde\xe3\xed\x23\x61\xa3\xe6\xaf\x9d\xe8\xbe\x6d\x03\x1b\x0d\x01\x03\xcf\x60\xc6\xde\x18\x7f\xf1\x9a\xe3\x8e\xb5\xba\x71\xcf\x86\x03\xac\xb1\xd9\x5d\x1e\xfa\xbd\xf3\xf9\xf7\x5c\xa1\xf2\x7c\x52\x88\xdf\x8a\xcb\x39\x94\xec\x74\xb4\xec\x02\xeb\x6b\x56\xe2\x2d\xc4\x6d\x38\x55\x01\x6c\x37\xea\x1e\xdc\x85\x3e\x5b\xc4\xd7\xf8\x6a\xbe\x8e\xe1\x3c\xf4\x52\xcf\x0b\xb1\xf7\x9e\x3d\x98\xec\xbf\xec\x74\xf6\x47\xad\x6f\x57\xb2\xba\x3d\x8f\x3b\x38\x06\x84\xf3\x22\x21\x8b\x0e\xc4\x18\xcc\x14\x98\xae\x20\xfc\x39\x3d\x41\xb3\x0b\x54\x2f\x83\xd8\xb3\x0f\x4d\xdd\x28\xe4\x85\x1a\x65\xc7\xe2\x7d\x21\x4c\x0d\x48\xcf\x4e\xac\xab\x94\xb1\x64\x17\x81\xee\x08\x34\x14\x3a\x9b\xd1\x70\x44\x4b\xd9\xe2\x78\x6b\xd7\xa5\x57\x5c\x52\xd4\x57\x2c\x18\x18\x2a\x55\x2a\x69\x21\x29\x14\x60\x33\x11\x83\x35\x03\xa0\xf2\x35\xfe\x6c\x3a\xb3\x7f\x5d\x55\xba\x3a\x17\xbf\x95\x65\x36\xbe\x46\x4f\x2d\x28\x66\x4e\x95\x04\xf4\xc4\x3f\x08\x8d\x0e\x50\x27\x3d\x82\x86\x0b\x58\x8a\x46\x15\x06\x67\x8f\xce\x39\xac\xae\x09\x42\x83\xfa\x68\x1f\xec\xdc\x6d\x16\x78\x75\x97\xe7\xa6\xbf\x58\xed\x43\x7c\x7b\xad\x4e\xf7\xf6\xe7\xbd\x91\x33\x95\x5f\x2b\xf4\x6d\x6e\xcd\xd7\x11\xb9\x6b\x2a\x0c\xb5\xa5\x5c\x48\xf8\x8d\xac\x42\x10\x6e\xcf\x76\x5c\x6f\xa8\x40\x63\x28\x69\x95\x7a\x8e\x51\xed\xf0\x59\x2e\xbe\x68\x93\xe5\xeb\x8f\x65\xa5\x4c\x08\xb7\xbe\x78\xf7\x8a\x62\x98\xd0\x12\xd7\xfa\x36\xc5\xe5\x83\xc3\x94\x82\x16\xc6\xe2\x42\x38\xc2\xb2\xa9\x69\xa1\x7d\xcb\x9d\x86\xa9\xf6\x90\xba\xab\xd1\x19\x74\x23\x33\xb4\x35\x04\x22\x2f\x2b\x34\xa0\xdc\x2c\x55\xe3\x97\x68\xbe\x8f\x12\xfe\xde\xd8\xe1\x0f\xe1\xc3\x10\x43\x15\x6d\xc6\x86\x49\xd2\x4e\xc5\x16\xd6\x7f\xbf\x55\xeb\x21\x18\x91\x7e\x11\xa5\xcc\x2a\x58\x7b\xca\xde\x8f\x9f\xb1\x4b\x3f\xea\xc6\xf5\x90\x19\xe1\x46\x71\x27\x73\x77\xc5\xc9\xde\x8a\x70\xa0\xfe\x7c\x44\x4b\xeb\x54\x16\x6d\x54\x30\xe4\xba\x0e\x26\x83\x5b\xb5\x76\xea\x0c\xd0\xb1\x92\xf0\x39\xe1\xc1\x25\xa8\x39\xac\xfb\xf8\x30\x80\x4a\xae\x83\x98\x0f\x54\x6c\x82\x98\x97\x28\x77\xee\xb1\x27\x3b\x4b\x65\x1f\x2c\xc8\x7f\xe3\x96\x7d\xda\xb5\x8e\x7b\x78\xc8\x0d\x8f\x56\x84\xec\x87\xfc\x04\x71\x4b\x79\x35\x71\x8d\x87\x68\x45\xc7\xa5\xf7\xe0\xa7\xdc\xb8\x52\x39\x45\x30\xe2\x4e\x82\xe6\x81\x26\xd3\x1d\x0c\xf9\x56\xb9\x8b\xc0\xbd\x75\x39\xb2\x7b\xde\x45\x2e\x51\x1e\x59\x10\x27\xe5\x7e\xf0\x39\x36\x7e\x1e\xb2\xa4\x8c\x78\xdd\x57\xd6\xa7\x59\x04\xd3\x1d\x4b\x32\xcc\xc3\x27\x69\x60\x3d\x8d\x8c\xad\xa4\x55\x0b\xd7\x06\xda\x43\x94\x17\x8f\xbf\x33\x54\xbf\x4e\x0d\x10\xda\x5b\xb5\x3e\x32\xb8\x6a\xee\x12\x2c\xb3\x92\xeb\xcb\xc0\x25\x61\x6b\x33\x46\x5b\x72\x17\x78\x6e\x2f\x8b\xa1\x78\xa7\xad\xfb\x3f\xaf\x3f\xfa\x1a\xb7\xaf\xb4\x32\xef\xb4\x85\x5f\xfa\x71\x13\xa0\xcb\x1e\x6d\x0e\x6f\x50\x66\x1a\x45\xfd\x62\x53\xb2\xa1\xc8\xc6\xe6\x4d\xbc\x84\x20\x76\x1a\x48\xe7\x2a\xc6\x51\x95\x40\xe2\x7b\xfb\xa0\xf1\xeb\xaa\x31\xfc\x2d\xdd\x51\x57\x88\x60\x02\x4f\xd0\x37\x80\x75\x75\xc9\x92\x04\xea\xb9\xdb\xa1\x2c\xc1\x22\xad\x88\xe1\xf0\x79\xf9\x3b\x0f\x11\x6a\x77\xc1\x0e\x40\x8a\x37\x17\xa6\x63\xa6\x42\xdc\x8b\x2d\x38\x4e\x3a\x21\xfb\x39\x14\x65\xe5\xf0\x2a\xaa\xc0\xb4\xe3\x52\xe1\xc4\x9e\x62\x3d\x1e\xdb\x23\xe3\x0f\x50\xcf\x06\x87\x3d\x3d\x14\xdf\x67\x21\xf0\x83\xbc\x7f\xcd\x85\x67\x9e\xb0\xdd\x0e\xec\x18\xe2\x08\xc5\x9e\x70\x18\xf6\x83\xc2\x95\xf5\x91\x8c\x5f\x76\xbc\x9f\x21\x28\x66\xc6\xbe\x55\x56\x7e\x46\x50\xa1\xef\x62\x33\x21\xec\x3d\xa3\xfb\xcb\x35\xfc\x81\x1d\xd4\xd3\xb5\xf1\xb5\xe1\x8d\xdf\x0b\x14\x01\xcc\xba\xb0\x4b\x65\xb3\x24\x42\x68\x00\x06\xb2\x94\x77\x8a\xaa\x3e\x82\x92\x17\x2a\xc4\xdf\xc9\x2a\xd3\xb5\xf1\x78\x55\x41\xe7\xf0\xf7\xc2\x43\xe2\x80\x70\x49\x91\x1e\xff\x8e\xfa\x98\x1b\xce\x50\xf0\xc0\x7e\xd9\xa3\x40\xa2\x76\xd7\xaf\xee\x2b\x90\x48\x4f\xa2\x30\x5c\xce\xf1\x85\x90\x2a\xf7\xb7\x63\x1a\xab\xcc\x32\x1e\x14\x95\x73\xd0\x73\x2a\xe1\xce\xae\x48\xc2\x96\x69\x66\x97\x44\x99\xc1\x4b\x49\xd8\x5d\xb0\x74\x21\xcf\x35\x4a\x7a\xc8\x3c\x40\x15\x53\xe2\xa8\x22\x63\x66\x0c\x3c\x40\xa5\x9a\xee\x38\x13\xf4\x88\x1c\xb8\x2d\xc1\xba\xe9\x40\x31\xe0\xf6\x58\xed\x86\x59\x65\x8a\xac\xc0\x85\xfa\x68\x59\xf8\xf1\x23\x09\xfb\xf0\x12\x57\x05\xb9\x7b\xa2\x0b\x48\x82\x29\x2c\xdd\xc4\xc0\x2a\x7d\x79\xff\x6c\x1e\xcf\x34\x81\xd2\x97\x1c\x94\xea\xe6\x8d\x49\x7a\xa9\x2f\xd0\x02\x49\x79\x52\xcc\xd5\xbd\x58\x65\x45\xed\x96\x0b\x36\xbb\x94\xc6\xa8\xd4\xeb\xb8\x3d\x66\x11\xef\xf8\xc5\xaa\xfe\xc6\x67\xc6\xfb\x9d\xc4\xa5\xe4\x78\x6c\x34\x33\x26\x32\xe7\x95\xa2\x95\x26\xb3\x79\x56\x19\xeb\xf3\x72\x86\x71\x95\x3c\x18\x4f\xa5\x12\x95\xf9\xa5\xb4\xfa\x56\x15\x64\x71\xe1\x9c\x9e\x95\x32\x46\x2e\xfa\xa1\xd1\x10\x74\x2b\x2b\x16\x97\x56\xad\x5e\x72\x05\x85\x36\xf0\x49\xbb\x8d\x0f\x47\xf2\xe7\xcc\xd4\x33\xe3\xb6\xbb\xb0\x74\xe4\x68\xf4\x58\xe2\xbe\x51\xff\x9d\xcc\xa4\x01\x52\x18\xda\xf0\x04\xbd\x54\x48\xbf\xe2\x11\x22\xcd\x43\xa5\x24\xdc\xeb\x8a\xd6\x9a\x05\x7b\x13\xf9\xb3\xc3\xa8\xfc\xc8\x79\x50\x46\x50\x45\x7b\xaf\x2e\x36\xf3\x26\x72\x35\xb7\xe8\xd2\xc7\xbc\x4b\x2a\xe3\x41\x62\x64\xa3\x76\x59\x73\xa0\xb0\xbb\xab\x12\xa2\xc4\x8f\x7d\xa9\x6c\x2a\x91\x61\xb9\x86\x5d\xb2\xac\x0b\xc8\x0b\xd5\xe1\xa9\x65\x0f\x08\xc8\x3c\x86\x1a\x9d\x84\xf9\x54\x8a\x96\x0e\xcf\x65\x7b\x4e\x38\x91\x4e\x06\xc8\x83\x66\xc2\x9c\x5c\xe7\x29\x57\xb2\xb8\x3b\x1b\x9f\xfd\x4e\xa4\x68\x80\x83\xd8\x01\xff\x0d\x3c\xfb\xbe\x00\x49\x6d\x22\xfc\x9b\xbe\x93\xf2\x5b\x65\x6c\xb6\x82\xac\xf1\xdf\xe2\x1d\xcc\x7e\x26\xd3\x63\xc8\x4e\x08\xf0\x0e\x8d\x32\x9b\x40\x58\x37\xf5\x8d\x45\x19\x81\x46\x54\xf4\x07\x86\xcf\xee\x97\xd3\xb4\x33\xe0\xe3\x9a\xaa\x1e\x42\x4e\x6f\xd3\x6d\x8a\x64\xe4\xc8\x44\xf2\x69\x0c\x6e\x16\x04\xa6\xb8\xe0\x07\x90\xc9\x80\xeb\x87\x89\x05\x56\x55\xab\xac\x50\x48\x2c\x38\x1f\x07\x6e\x36\x51\xa4\x87\x40\x05\x22\xf4\x1c\x50\x28\x51\x17\x2b\xb2\x3f\x43\x86\x42\x5c\x72\x56\x55\x63\x71\xd5\x46\xf4\xc3\x9a\xb8\x63\xf1\x41\xc9\x74\xe4\x58\xda\xa3\xcb\x31\x89\x2e\x30\x82\x25\x59\x8f\xa0\x0b\x9d\x8f\x64\x91\x8e\x3c\x39\x4f\xd6\xfd\x40\x26\xf9\xfc\x4d\x56\xdc\xf6\x60\x5f\xd2\x13\x94\x71\x7f\xfc\xf0\xa6\x2d\xda\xfa\x7d\xd9\x6b\xfe\x93\x62\x52\xbc\x7a\x7d\xf5\xe1\xf5\xcb\x8b\x9b\xd7\xaf\xc4\x0f\x5e\xed\xe7\x02\x41\xba\x14\x3e\x35\x87\xfb\xf7\x81\x99\x67\xe3\xe7\xcf\xdc\x09\x86\xf4\xad\x26\xb9\xc9\x8c\x28\x29\xd6\x19\x8f\x6d\x04\xc1\x78\x36\x7e\x7e\xc6\xaf\x1d\xdc\xb1\xe9\x04\x92\x3d\xe2\x01\xa3\x66\x1b\x13\x15\x64\x2b\x0a\x10\xc8\xe0\x9e\x61\x80\x79\xae\xef\xff\xc5\x69\xe0\xec\x9e\xe8\x83\xa0\xe9\x36\x0a\x5a\x03\x3a\x16\xd0\xea\x4f\xc9\xf8\xeb\x52\x89\xc9\xe0\x8f\xef\xdf\xff\xf0\xf6\xe2\xc3\x0f\x93\x41\xa0\x6a\x98\x71\x83\x94\xcc\xd7\x21\xf2\xae\x08\xd2\x5f\x16\x05\x32\x7d\xb7\x83\xb9\x5c\x10\x1e\x29\x37\x91\x50\x7e\xac\x80\xba\xe3\x8d\xeb\x9f\x66\x26\xa9\xd4\x46\x02\x26\x8d\xa9\x57\xaa\xd5\x91\x97\x0f\xa4\xc5\x1a\xad\x1c\xcb\x0f\xb4\xe4\x4e\xe6\xa1\xc0\x1c\xe2\x87\x61\x27\x91\xf4\x82\xc7\x4f\x81\xd9\x6d\x2d\x78\xce\xb8\x1e\x91\xcd\x03\xed\xa9\x21\x0b\x95\x2b\xa9\x32\xb0\x65\x7c\x5e\x0d\x2d\x41\xea\xf9\x5a\x03\xb8\xb3\xb5\x11\xd4\x13\x61\x79\x42\x10\x2f\xe3\x81\x6e\xea\x36\xd4\xb0\xe2\x27\x33\xa7\x86\xf4\xc6\xf5\x3f\x59\x25\x0e\x6c\x95\xd8\xac\x5d\xdc\x10\x16\x28\xc8\xa5\x78\xbd\xa3\xcc\x68\xc7\x5b\x81\x31\x91\x68\xee\x0e\x16\x49\x21\x06\x72\x90\xbd\xb2\xcf\x6c\xe5\x3a\x2b\xd8\x64\xe0\x15\x06\x3a\xb5\x14\x05\x1d\xb0\x95\xdc\x8a\x81\xee\xc4\xc9\xad\x2d\x01\x99\xaa\x0d\x96\x95\xba\x03\x5d\x0c\x69\x10\x39\x96\xe0\xd6\x07\xd1\xb9\x5b\xfc\x57\x7d\x4c\x54\x69\x7d\x4e\xb5\x0f\x61\xe7\x8f\x9c\x78\xa2\x4c\xe3\x8b\x36\x50\xb6\x87\x92\x45\x81\x6d\x7e\x6f\xfd\x55\x09\xf9\xda\xed\xd7\xc0\x0d\x05\xa0\x51\x15\x05\xaa\x31\xd0\x7a\x5a\x2b\x02\x0e\xcd\x48\x0b\x39\x5e\xa8\x42\x55\x10\xd3\x36\xcf\xee\xe0\xe9\x3c\x9b\x5b\xa5\x0a\xd6\x40\x4e\x30\x29\xa1\xa9\xbc\x30\x96\x6f\x11\xcd\x65\xd8\xa1\x16\x54\xbc\x50\x50\x39\xc3\x6f\xce\x9e\x79\xa7\xee\x6b\x37\x04\x95\x92\xb6\x60\xf5\x02\x07\xe8\x0b\x1f\xd2\x8c\x40\xb5\xf0\x53\x26\x7b\x4e\xa1\x14\xd8\x2c\x5b\x1a\x18\x26\xe9\xd5\x28\xd7\x83\x37\x18\xe3\xf0\x51\x1d\xa0\x48\xbe\xc6\x8e\x93\x64\xf9\xde\x7d\xfa\x3e\xe3\xbc\x63\xfa\x8a\xdb\x19\x22\x77\xa8\x5a\x36\x94\x03\x0f\xc6\x82\xca\x8f\x57\x88\xfc\xef\x6e\xb2\x30\xb9\x9d\xcb\x02\xfd\xc2\x80\x21\x5f\x95\x0f\x37\xe8\xa2\xe0\xea\x98\xd5\x36\xfc\x4c\xc4\xc0\x14\xb2\x34\x4b\x6d\x23\x04\xc2\xac\x88\x16\xc4\xb7\xf7\x07\x99\x35\x1e\xb8\x42\x23\x2f\xf5\x79\x84\x29\x44\x1c\x4e\x87\x82\x25\x38\xac\x08\x88\x81\x01\x42\xce\x2d\xe1\x9a\xa1\x6e\xd8\x5a\x0c\x52\x2a\x1b\x5a\x96\x8a\x14\xc8\x66\x2d\xc3\xac\xc2\xe4\x48\x00\xb6\xf2\x1d\x4f\x06\x3c\x65\xaa\x3a\xde\xa4\xdc\xa0\x13\x78\x40\x5b\x44\xba\x06\x8e\xec\x84\x85\xaa\x8e\xb0\xda\x60\xe7\xe0\x00\xc8\x38\x1a\xc0\x2b\x3b\x6d\x0d\x9a\x0d\x92\xc4\x21\x1b\x26\x6e\xc2\xa4\xb0\xc1\xed\xdf\x00\xc6\xe8\xd5\x6f\x61\xc8\xb1\xb7\xbb\xed\x01\x0b\x1e\x2e\x0d\x67\xb5\xca\x12\x1b\xd4\x3a\xd0\x21\x69\x2c\x3e\x57\x7e\x4d\xeb\x86\x49\x26\x4d\x40\x06\x75\xa7\xaa\xb5\x5d\x66\xc5\xe2\x09\x5b\xe7\x91\xcd\xb2\x79\x3b\x90\xe1\x80\x5b\x0b\x7d\x3f\x6c\x6b\xc1\x00\xd7\x1d\x06\xda\xe5\xc8\x99\xfe\x31\x5b\xd5\xab\x86\x7d\x02\x2f\xa5\x21\xeb\x57\x5d\x15\x54\x48\x21\x48\xd3\x8e\xe0\x02\xcb\x45\x75\x5f\x05\x7f\x58\x53\x18\xc4\xa9\x4d\x99\xa0\x4e\x39\x9f\x3f\xb2\xc3\x04\xa3\xa8\x13\xdf\xf1\x90\x75\xf4\x53\x4f\x35\xa1\x3e\x2f\x18\x94\x3d\x7b\xdd\x66\xa3\x23\x72\xe6\xce\x9f\xa5\x34\x39\x9c\x3b\xb2\x55\x9c\x9b\xba\x67\xfb\x82\x0d\x10\x32\x8e\xa4\x61\x55\x4e\x6f\xb0\x3c\xc6\xfa\xc6\x88\xb0\xe2\x7e\x39\x61\x3a\x86\x32\xae\x04\xd2\xcd\x6f\xf3\xf6\x39\x1a\x36\xcf\x72\xab\x2a\x84\x6f\x00\x82\xd1\x02\x72\x6c\xc8\x1b\x78\x69\x12\x15\x83\xa2\x07\x6e\xd4\xd1\xcf\x81\xf5\x34\xc4\x9f\x26\x1c\x60\xe3\xea\x51\x75\x6c\x77\x83\xac\x66\x6a\x49\x7b\xe1\x96\x45\x56\x8b\x1a\x14\x11\x9f\x8c\xc8\xc8\x8e\x79\xce\xe3\x09\x76\x4f\xbf\xba\x97\x73\xe1\x8f\x54\x10\x3b\x58\x92\x69\x4d\x20\x33\x5c\xe0\x3e\x16\xb9\xbc\x3e\x21\x6d\x64\x55\xea\x9d\xd0\x36\xb2\x9f\xcd\x5b\x44\x3f\x2a\xf1\xef\xce\xa5\x8f\xe3\x8a\xec\xcc\xbc\x53\x7d\x26\x52\x3f\xf6\x5e\xbb\x68\x66\x0c\x19\x7b\x29\xee\xc4\xdf\x10\x2f\x4f\xf0\x81\x1b\x31\x0a\xdb\x30\x8a\x01\x7a\x20\x4f\x65\x76\x0a\x5a\x93\xa9\x55\xda\xcb\x58\x41\x7b\x0b\x96\x4f\x9e\x41\xea\xe9\x68\x08\x70\x36\x7a\xa5\x6c\xb6\x52\x6e\xee\x84\xde\xef\x6e\x61\x4b\x76\x0a\xa2\x84\xdb\x51\x55\x98\xba\x52\x3e\x81\x9a\x68\x35\x43\xcc\xe1\xaa\xe1\x94\xe1\x62\x82\xd8\xe3\x6b\x7a\x83\x19\xd1\xf8\x90\xf5\x35\xd5\x86\x26\xe9\xd9\xdd\x78\xec\x1e\x75\x4c\xa3\xa0\xc2\x46\x30\x97\x7b\x43\xfb\xe5\xbc\x71\xbf\x88\x15\x04\x2d\x13\xbe\xa3\xc8\x05\x66\xbb\x85\x06\x62\x3b\xd8\xbd\x34\xc2\x97\x5b\xc7\xd6\x6e\x4d\xba\xb2\x0c\x4a\xf8\xd2\xb8\x0d\x4e\xc8\x4c\x13\xa5\x54\x1d\xca\xc0\xd7\xcc\xe8\x62\x21\x10\x4f\xb5\x3b\x5a\x43\x47\x35\xee\xd9\x37\x40\x1b\xa1\x93\xa4\xae\xfc\x81\x91\x36\xc2\xa6\x68\x56\xa0\x0d\x11\xc3\x31\x1b\xe1\xbe\x3c\x3f\x9e\xa9\x45\x56\x14\x94\x5e\xb0\xcc\x8c\xd5\xd5\x7a\x2c\x5a\x43\x73\x5c\xc1\xad\xcd\x53\xd6\x99\xdb\x58\x77\x68\x74\x6d\x37\x83\x80\xe1\x73\xaf\xfb\xb9\x95\x3b\x0d\xdb\x4a\xb7\x12\xae\x0e\x5a\x0f\x3c\x62\x18\x33\x02\xd8\xfc\x4a\x2d\x64\x95\x82\xbb\x05\xcc\x06\x6b\x21\x13\x9b\xdd\x65\x76\x0d\x79\xdf\x05\xff\xb5\xe7\x71\x84\x01\xf4\x1c\x42\x14\x8b\x75\x15\x8e\x19\x55\x8b\x21\x6f\x66\xda\xc2\x95\xa7\xed\xb0\x4b\xb5\x42\x02\x62\x6c\xa5\x24\xe4\x56\xc8\x34\x0d\x75\x4a\xb0\xed\x4a\xdf\x01\x17\x8a\x04\x65\x71\x8d\xe8\x0b\x6d\xe9\xbb\xcf\x18\xf3\x79\xf6\x46\x04\xd1\x4c\x31\xad\xfa\x75\x61\xb7\x67\xe8\x74\x5b\x13\xa0\x8c\xae\x6e\xe7\xb9\xbe\x1f\x65\xe9\x50\x48\x4c\xd2\xbe\x26\xc7\x86\xf5\x25\x14\x36\x14\x43\x09\xcc\x07\xe5\x75\xf7\x5e\x5f\x10\xd8\xc1\x53\x96\x23\x0b\x54\x73\x24\x9e\xa5\xb6\xc6\x82\x15\x77\x7c\xd2\x78\x37\x2b\xe9\x2f\x35\x50\xc8\x5b\x45\xda\x6e\x39\xca\x9d\x30\x2d\xa2\x71\x90\x1a\x8d\xa9\x49\x85\x4a\x94\x31\x12\x05\x37\x5b\x81\x13\xa0\x39\x3e\x19\x8d\x24\x72\x57\x25\x5e\xf2\xf7\x59\x0b\x60\x96\xf0\x05\x8e\x36\xeb\x5a\x86\x43\x9b\xfb\xd0\x1f\x38\x2e\x1b\x4e\x77\xe6\x9e\xaf\xb2\x02\x42\xbf\xf8\xa6\x86\xda\x32\x94\xc2\x4f\xeb\x11\xe5\x2d\xc1\x3a\x55\x58\x70\xc9\x53\x22\xef\x82\xf7\x0c\x0c\xc4\xdb\x73\x31\xf1\xc0\x13\xfd\x39\x4d\xf3\x08\xba\x62\x03\x60\x05\xc6\x65\x05\x1e\x05\x28\x14\xbc\x88\x3c\x3e\x13\x5d\x57\x12\x55\xe3\x4f\x83\x7d\xfa\xf3\x50\xc1\x3c\xc8\x06\x44\xf1\x6e\x80\xae\x8d\x51\x6b\x8b\xe0\xb4\xaa\xf8\x56\xf0\x55\x12\xd0\x43\x80\xa8\x25\x5d\xb6\x17\xae\x8e\x6b\xda\xf7\xe4\x40\xf0\x23\xde\x54\xb0\xc2\xeb\x79\xa8\x83\x4f\x26\x91\xdc\x31\x1a\x20\x6b\x99\x11\x3d\xd7\x1c\xb3\x0f\x48\x44\xc3\x8b\x00\x3b\x7a\x17\x63\x4b\xe2\x19\xf1\xb7\xc7\x49\x23\x47\x17\x65\x99\xaf\x8f\xe0\x78\x1c\xfd\x08\x74\xef\x68\x23\xc7\xe8\xe7\x13\x30\x74\x27\x98\x59\xb9\x82\x60\xe7\x7b\xe2\x50\x7e\x55\xc4\xbd\xaa\x10\xdf\xc1\xdd\x2b\xd2\x23\x08\x39\x84\x23\x10\x1d\xaf\x6b\xac\x06\x8d\xec\xb3\x76\xdc\x0d\xef\x33\x62\x73\xfc\x81\xd9\x93\x58\xc3\xe7\xf6\x0e\xcc\x79\x9b\x25\x95\xbe\xa1\x65\xdd\x48\xd1\xb9\x11\x14\x27\x0b\x74\x07\x7e\x02\x71\x6b\xe5\x5a\x20\x48\xa7\x40\x6a\x56\x56\x2a\xc9\xfa\xd3\xfa\x22\xae\xea\xb6\x7a\x04\xbb\xfa\x59\x0c\x2a\x44\xeb\x6c\x9b\x46\x68\x05\x19\x9f\x8d\xd8\x22\x90\x9a\x19\x84\xb5\x3f\xbe\x88\xcc\x82\x5c\x61\x2c\xca\x61\x80\x08\x1e\x6a\x8b\xa7\x7f\x0f\x8e\xe4\x68\xb3\xdc\x80\x71\x78\x11\x1e\x12\x0d\xa8\x8b\x00\x33\x02\x41\xd1\x04\x40\x2d\x4b\x44\xe2\xf1\x62\x6f\x93\x4d\x45\xc1\x46\xb3\x35\xa4\xb3\x82\xbf\xc3\x6a\x9d\x63\xb6\xa6\xd5\x54\x4f\xce\x5b\x04\x64\x35\xcb\x6c\xe5\xd8\x4d\x88\x84\xbb\xf1\x05\x70\xb4\x45\x23\x02\xa8\xb3\x50\x4b\xd0\x7b\x19\x40\x25\x80\x70\x20\xb8\x7b\xa0\xa0\x41\x46\xb8\x57\x42\x5a\x96\xa6\xf3\xd3\xd3\x10\x83\xed\x36\x39\xd5\x89\x39\x75\x6b\x39\x5a\xd4\x59\xaa\x4e\xe3\x35\xfa\xf4\x70\xfe\xe1\x80\xe0\xb6\xfa\x2b\x2d\xde\xb4\xaa\xff\x50\x63\xda\xee\x48\xf7\x09\xa5\x48\xc7\x71\x0e\x7c\x4a\xe5\x6c\x6c\x56\x2c\xea\xcc\x2c\xa3\xc3\x03\x5b\x02\x06\x18\x44\x1e\x2f\xd2\x50\x41\xc8\xb1\x97\xc0\x26\xe9\xa3\xa6\x57\x57\x07\x19\x69\x8d\x10\x3a\x55\xb6\x58\x3a\x7d\xff\x1e\xc3\xf5\x7d\xf9\xbe\xcc\x88\x85\x26\xdc\x3d\xf2\x82\x66\x96\x45\xf7\x8c\x00\xff\xa1\x54\x20\xca\x95\x1e\xf8\xb7\xd7\xcf\x04\xd5\x01\x74\x71\xc3\x04\xb5\xbb\x6a\x2f\xdb\x4d\x50\xc6\x0b\x24\xb8\x63\xf6\xa4\x81\x82\xa6\x48\xc4\x39\x58\x3e\x41\x49\x64\xbe\x71\xe9\x23\x6d\x9a\x49\x64\x1c\x35\x57\x88\xa5\x2c\x4b\x55\x98\x11\xe5\xcd\x41\x69\x0a\x21\x1d\x09\x32\xc2\xa8\x52\x56\x30\x57\x26\xe4\xa6\x69\xc8\x6e\x84\xc2\xc0\x35\xe2\x4f\xfa\x31\x23\xf7\xff\xf0\xdd\xcb\x17\x2f\x5e\xfc\x1e\x53\x9e\x25\x1a\x77\xb3\x42\xfc\x78\xf3\x12\x8c\x24\xfb\x84\x5e\xbc\xab\xf3\xdc\x6b\x7d\x8f\xef\x3d\xf4\x31\xae\x9f\xcf\xaf\x86\x03\xce\x46\xfc\x7e\x0f\xbc\xe6\x77\x21\x84\x8c\x90\x9a\x7d\xa1\x4f\x66\xf7\x6c\x41\xd0\x08\x96\x3c\xaf\x9d\x28\x8a\x66\x39\xb7\x5b\xb4\x95\x99\x8d\x50\x58\x5b\x38\xb4\xbc\xbe\x50\x47\xd3\xfb\x34\x79\x98\xcd\x93\x98\x1b\x8d\xbc\xfe\x2d\x7b\x27\xdd\xe9\x59\xea\xca\x2a\x40\xc7\x0d\x7b\xb4\x9f\xd6\xd7\xf9\xca\x06\x00\xf7\xf6\x40\x3e\x7c\xf7\x52\xc0\x21\x82\x4b\x27\x09\x48\xd3\x29\xcb\x4c\x5f\x62\xd5\x22\x00\xff\x12\x94\x75\x93\x1a\x10\x19\x8f\xad\xc6\x6e\x05\xa4\x5f\xd1\x06\x02\x6e\xb0\xac\xd2\x3b\x8e\xb2\x0e\xf9\x20\xbb\x5b\x80\x40\xe2\xb8\x98\x88\xbe\x3a\x5b\x7b\x0b\x55\x33\x36\x12\x8c\x90\x1f\x4b\x95\x58\x7f\x17\xd9\xe8\x76\x1c\xf9\x46\x33\x94\xda\xc9\x6a\x11\x15\xa4\x34\x43\xef\xf7\x81\x5a\x36\xfc\x35\x47\x0f\x4f\x22\xbb\x1d\xac\x0e\x87\x14\xc2\xc4\x87\x42\xa3\x2f\x5a\xb5\xf1\x87\xbd\x61\x74\x2c\x2e\x1a\xde\xb0\x4e\x43\x9f\xf2\x04\x56\xe8\x61\x63\x99\x66\xb9\x4e\x6e\xdd\x5a\xbf\xe7\xcf\xf4\x9e\x28\xb2\xd4\x78\x87\x78\x14\x9c\x8a\xf1\x79\x58\x85\xd5\xfd\x8b\xd1\xd6\x01\xd5\xd4\xfa\x5a\xac\x43\x21\x73\xbb\xd4\xf5\x62\x29\xb2\xc0\x99\xf9\x48\x8a\x76\x89\x66\x6a\xc0\xab\x5c\x56\x19\xfa\x40\x30\x40\x34\x5b\xa9\x46\x85\xa1\x21\x43\x33\xa2\x9d\x9e\x42\x76\xd1\xe2\x58\xea\x14\xe1\xcb\xb0\xa7\xac\x10\x2f\x9e\xf1\x3d\xc5\x5d\xfe\xa1\x9e\xb9\x87\x6c\xc0\x96\x09\x9c\x33\x43\x39\xb3\xd1\xf9\xe2\xfb\x0a\xf1\x05\xd9\xa2\x08\xd1\xae\x1c\xdb\x19\xaa\x41\x95\x3a\x1d\x8b\x8b\x60\x60\x0b\x1f\x45\xc7\x47\xe3\xa3\xe8\x17\x16\x4b\x59\xa5\x7d\x1f\x39\xbe\xbe\xfc\xfe\x87\xcb\x37\x6f\x4e\x3a\x9f\x43\x3e\x08\x5f\x49\x72\x25\x8b\xba\x1c\xb2\xb9\x84\x06\x11\x08\xc8\xc5\xd5\x25\x38\xbf\xda\x4e\x03\x2a\x59\x85\x26\x40\x8b\xc9\x8b\x31\xcd\x42\xf7\xa7\x1b\x26\xf8\x6d\xfc\x71\x8d\x75\x8e\xa1\xa8\x0b\x9b\xe5\x90\x6c\x95\xae\xb2\x22\x83\x5c\x25\xac\x2a\x42\xea\x37\xec\x22\x20\xe6\x83\xe1\x36\x38\x25\x6c\xeb\xa2\xb5\x68\x63\xea\x01\xac\xe1\x10\x76\x2f\x7b\xd3\x46\xbb\x94\x86\x4e\x26\xb8\xd1\x89\x08\x6c\x63\x59\xfb\x91\x91\x2f\x19\x53\x78\x50\x46\x16\xa8\xc1\x66\x34\x71\x54\xff\xba\xe5\x05\xa2\x7b\xe3\x8f\x51\xa5\x16\x6e\x77\xd7\x63\x01\xc8\x95\xca\x9b\xb8\x1a\xaa\x7a\x54\x73\xbd\xd4\x05\xd2\xc5\x44\xaf\x4a\x5d\x78\xf3\x3f\x17\x4c\xe6\xc3\x8a\x3d\x05\xd7\x3a\x60\xac\x53\xa4\x46\x97\x28\xb5\xe0\x04\x0c\x56\x3a\xc8\xf2\x21\xf4\x03\xd5\xf6\xe3\xd0\x6c\x77\xe4\x98\x11\x12\x6b\x7d\x40\xe6\xdc\xde\x09\x93\x18\xfd\x62\x55\xbf\xb0\xfd\x7d\xf4\x94\x96\xcc\x57\x8a\x2e\x2b\x35\xcf\x3e\x0e\x7d\x7c\x6d\x23\x0e\x46\x0b\xee\xd8\x11\x3a\xc4\x81\x04\xa1\xfa\xfd\xbb\x37\xff\x2a\x2e\xbf\x83\xd6\xd0\x2b\x72\xcb\xc6\x25\xe0\x2a\x2a\x21\x86\xce\xb3\x54\xf7\x31\x24\x47\xd0\x9b\xb7\xbb\x33\x99\x41\x67\x8d\xe7\xcb\x5e\x60\xf7\xde\x4f\x78\x2d\x64\x13\x78\xfe\x40\xc0\xa4\x06\x58\x65\xa2\x57\x33\x88\x7b\x27\x25\x8d\x26\x60\xea\xf9\x3c\xfb\x88\x24\xd8\x57\x7a\xc1\xd7\x97\xc4\xc9\x40\x7b\x00\xfb\x09\xd2\xc3\xaa\xce\x95\x61\x36\x17\xe6\x3b\x8c\xf3\x38\x6c\x55\x17\x49\x7c\xcb\x73\x55\x2c\x42\x09\x4d\xfc\x2a\x67\x09\xc3\x54\x01\x2e\x21\x84\x57\xd1\xf0\x1a\xb1\x48\x40\x3f\x3a\xcb\xd7\xf5\x5d\xf2\x36\xa1\xaa\x83\x04\xd3\x74\x3d\xdd\xef\xde\xdf\x78\x4f\x29\x60\xf1\x8f\x44\x56\x18\xab\x64\x3a\xf4\x32\x20\x05\xe0\x53\xb3\xe7\xcf\xce\xc4\x4b\x0a\x9a\xd6\x95\xf8\xdd\xb3\x67\xb8\x9a\x1f\x94\x34\xba\x20\xa7\x2d\xbb\x0c\x28\x39\x06\xb9\x57\x7c\x5c\x92\xb8\xea\xca\x1c\x90\xcd\x89\x5d\xa1\x5c\x96\xe7\xda\x5a\x4e\xb1\x89\x43\x2b\x50\xcd\x75\x5a\xf2\x5a\x1c\xf3\x99\xcd\xd7\x5d\xd1\x05\xb3\x72\x7c\xb7\x1f\xdc\x1b\x23\x64\x83\x58\x68\xef\x04\x96\xf2\x02\x2c\xc6\xa9\xaf\xbb\xce\x37\xa2\x55\xf5\xe3\x91\xe9\x6c\x96\xaa\x55\xa9\x37\xc6\x68\xd3\x66\xf6\x9b\xcd\x05\x3a\x4c\x13\x9f\xaa\xd1\x86\xd7\xf5\xc5\xb1\x7d\x2f\x7c\x04\x53\x65\xe0\xe8\x01\x2e\xca\x5e\x41\xdc\xfb\x49\xe9\xf9\x06\x44\x84\xb7\x08\x80\x40\x71\x39\x18\x29\xe5\x13\xd9\xbb\xc1\x13\x56\x0b\x5d\x2d\x64\x91\xfd\x8c\x22\xbb\xdb\xd0\x85\xae\xdc\x9f\xc7\x26\xd1\x25\x59\x3e\x20\x30\xe5\x24\x32\x6f\x48\x2a\x4a\x19\xf2\x59\x30\xa4\xa2\xcc\xc9\x69\x23\x28\x3e\x3e\xe7\xf2\x08\x50\x72\x33\xe9\x89\x2b\xdd\x69\x1b\xa1\xa9\x7e\x8e\x59\x64\x15\x5b\x70\x77\xf8\x71\x10\x64\x37\x72\xe1\x34\x6b\x5d\x73\x52\x42\x0c\x05\xed\xe3\xe0\xe8\x3b\xb8\xb9\x8e\xed\x51\x2f\xc1\x8c\xb2\xd2\xc6\xa9\x21\x00\x25\xc8\x31\xb9\x4b\x5d\x1b\x75\xab\x54\x99\x71\xfd\x34\xb4\xb2\xd9\x75\x49\x7e\x0c\xbc\x93\xc5\x11\xc6\x2f\x62\x61\x53\x8b\x45\x93\x52\x55\x41\x5c\x7b\x23\xdf\xe5\x22\xd8\xcd\x69\xb7\x59\x2b\x3a\xc2\xba\xec\x43\x0a\x94\xc4\x1d\xf2\x3f\x12\x23\x0f\xa8\xcd\xfe\x64\xcb\xb2\xcc\xd7\x58\x9f\x18\x1c\x3a\x93\x41\x92\x8d\x92\x94\xa1\x29\x5a\xd0\xd8\x86\xcd\xcd\x44\x1a\x42\xa5\x70\x72\x6d\xf9\xe1\x61\x08\x4f\xd3\x8a\x16\x78\xfd\xe3\xe0\x8d\xf4\x38\xf9\xdc\x21\x29\x7a\xf9\x38\x50\x2b\x4e\x65\x21\xfa\xea\xa8\x31\xe0\x40\x7b\x1b\xd7\x58\x5c\x9a\xc0\x67\x9a\x85\x27\xbd\x95\x2c\x52\x8b\x8c\x5e\xc5\xd5\xb7\x21\xca\x05\xf0\xb7\x43\xd4\x84\x8e\x94\x1b\xd5\xa2\x2c\x4e\xf4\x8e\x0a\xc9\xa2\xcd\x2d\xf6\x7c\x8d\x3d\x95\x2d\xab\x6c\x25\xab\x0c\xe0\xbe\x28\x01\x0a\x5c\xb7\x64\xd5\x12\x81\x2e\x12\x05\x68\xc4\xea\x86\xb5\xed\x0d\xaf\x7b\xe8\x55\x0e\x42\xa3\xf9\x0d\xac\x5d\x1f\x29\xf6\x8b\xda\xbf\x19\x68\x53\x8c\xfd\x97\xf8\x0b\x6d\x0a\x54\xeb\x2d\xba\x9b\x16\x41\xf5\x44\x96\xc9\x36\xd0\x0b\xba\xc1\xa8\x68\xcb\x64\x10\x9a\x62\x24\x6d\xfc\x88\x3c\x48\x89\x2c\x74\x01\x41\x3f\xcd\xc0\xfd\xb1\x78\xa7\x6d\xc3\x74\x8e\xa9\x14\x41\x14\x71\x3a\xb1\x23\xb1\x18\x58\x13\x8d\x6a\x24\x1a\xf1\xdf\x91\x1c\x82\x92\xb6\x36\x21\x30\x89\xe5\x35\xb4\x0e\x38\x76\xcb\x72\xbe\x14\xaf\xde\x5d\xff\xbf\x6f\x2e\xfe\xf8\xfa\xcd\x41\xf6\xce\x8f\xaf\xbf\x46\xd4\x7d\xa1\xaa\x0f\x0a\x64\xc6\xde\x6a\xf4\x2d\x40\x01\xae\x22\x43\xb4\x32\xca\x73\xba\x9c\x8b\x8b\x37\x6f\x7c\xbb\x38\x2f\x13\xc2\x37\x40\xce\x25\x4d\xa5\xa9\xbc\xf2\x5a\xb4\x2a\xe2\xc4\xd2\x70\x50\x21\x22\x52\x1d\x93\x42\x0a\xf8\x80\x68\x23\x50\x76\x62\xc5\x02\x3e\x40\xb1\xa8\x3a\xa4\xc8\xf2\x9b\x3e\x12\x31\xfc\x18\xb9\xab\xc1\xa5\x5d\x2b\xf6\x06\x07\x97\x75\xc8\xde\xd5\x85\x0a\x7e\xce\xd0\xc9\xe3\x50\xc1\xf7\x8d\x1d\xdb\xa0\xf7\xc4\x68\x32\x75\x96\xee\x8f\x26\xb3\x33\x94\xe9\xa2\xe0\x6c\xc0\x28\xae\x33\x02\x98\xb1\x94\xb2\xf9\xd8\xb9\x8a\x6f\xa3\x8c\x70\x77\xbd\x9c\xc0\xbb\xca\x0c\xe2\x1e\xfa\x74\xbf\x21\x67\x2d\xb8\x3e\x21\xff\x33\xc8\xcd\x18\xa7\x13\x3c\xc8\xba\x88\x9d\x53\xba\xea\xc1\x1b\xf3\x46\x7a\x77\x57\x21\x3f\x92\x1c\xb8\x0c\x19\xd3\x48\x5a\xdf\x2f\x3f\xf2\x06\x2b\x85\x07\x1b\x30\xfa\xa2\x31\x3c\x37\x0a\xf9\xda\x3a\xb2\x7d\xad\xfd\x0f\xcc\xf0\xfc\xfb\xcb\xcc\xbc\xfe\xbf\x3f\x33\x73\x08\x37\xba\x33\xf3\x1f\x2f\x5f\x31\x6f\x23\x71\xc7\xd1\xc0\x8c\xbc\x7a\xc8\xa1\x28\xdd\xa9\xe9\xf0\x60\xdf\x52\x10\x5b\x83\x86\xdc\xb4\xe5\xeb\x06\xfe\xa2\x17\x45\x1a\x41\x88\xb1\xf5\x9e\x3d\x2c\x3e\x1a\xd1\xf5\x70\xf5\xe3\x4d\xec\xf8\xda\xf7\xe4\x7e\x8e\xc8\x52\x67\xfb\x95\xa2\xd9\x33\xde\xa1\x47\x0e\xdd\x37\x0a\xa0\x49\xbb\x1f\x25\x5e\xa2\xf5\x8d\x6d\xd1\x06\x8d\x96\xc1\x05\xa1\x0a\x74\x01\x14\xa8\xbe\x92\xfa\x94\x2b\x0b\x60\x10\x8c\xa4\x0e\x96\xb1\xfb\x22\xb8\xcf\x41\x52\x6b\xfc\xe2\x09\x0d\x09\x03\xde\xd1\x8c\xa7\x91\x6c\x44\xbe\x2e\xdd\x90\x3c\x14\xbe\xf6\x14\x48\x59\x43\x61\x80\x60\x56\x9c\xe5\x16\x3a\x40\xad\x69\x07\x20\x55\x14\x58\x47\x79\x31\xa4\x32\xe0\x3d\x7a\x28\x52\x55\x37\xfc\x0f\xed\x6d\xbd\x17\x15\x3c\x37\xb0\xcc\xec\x7a\xeb\x81\x97\xc5\x2a\x98\x43\x71\xf1\xee\x15\x83\x87\x80\x54\xe6\x2d\x6c\x93\x41\x28\xd4\xc7\xfd\xc4\x05\x32\xa3\x60\x57\x7c\x31\xc8\x28\x1d\xcb\xf0\xad\x5a\x8f\x90\x0a\x60\x60\x05\xba\x04\xc8\xc7\xc7\x27\x01\xfe\x40\xfb\x6b\x23\xa4\x18\x0a\x75\x8e\xc5\x8d\x6e\x01\x35\x78\xd7\x0e\x66\xe9\x4d\xd0\x17\xa9\x26\x03\x51\x3a\x46\x6e\x1a\x61\xda\x6e\x84\x43\x84\x43\xbd\xcf\x8c\x12\xdf\x3c\x7f\x2e\x8e\x7f\x2c\xc8\xef\x00\x5e\xb7\xd7\x50\xe3\xfc\xa4\xb7\xda\x65\x37\x89\x37\x08\x5c\x5b\x16\xb7\x35\x43\x10\x06\x7d\x00\xec\x76\xd9\x6d\xbf\x3a\x60\xed\xe3\xf0\x95\x93\x96\xb6\x28\xc5\xbb\x46\x7a\x18\x6d\x70\x23\x8f\x3a\xe8\xe7\xf7\xa5\xec\x0f\x09\xd5\xba\xc2\x8a\x0f\x21\x16\x8b\x31\xb9\x36\xd1\xd1\xde\x17\x50\x00\x01\x4e\x0a\x70\x50\xdd\xe4\xf0\x75\xd0\x7f\xec\x52\x84\xb7\x81\x1f\x03\xeb\x34\xb1\x54\xbc\x50\x56\x48\x60\xbe\x54\x90\x39\x88\x86\x51\xd8\x18\x25\xa5\x73\xaa\xca\x6d\xa1\xef\xd9\x34\x93\x2a\x2b\xb3\xdc\xf0\x06\xdc\x75\x62\xb1\x9f\x8a\x29\x3d\x15\x53\xfa\x7b\x4b\xce\xdc\x03\x33\xcf\x17\x87\xfe\x62\xb8\x79\x07\xf1\x0d\x47\x11\xa3\x9f\x2e\xaa\x46\x9d\xec\x2d\x40\xf6\x92\xb3\x5d\xc0\xa2\x1b\x5f\x0a\x62\x65\x07\x70\x94\x1f\x21\xea\x79\xce\x39\xb1\xd1\xea\x3d\x01\x8d\x7e\x7d\x6a\xb5\x01\x68\x14\xf3\x67\x83\xce\x20\x13\xef\xbe\x0d\x99\x8b\xae\xcd\xe3\x58\xc1\xfa\x99\xf4\x13\x22\xe9\x13\x22\xe9\xaf\x08\x91\x74\x0f\xb1\xf2\x01\x54\x99\x92\xfa\x36\x53\x60\xca\x91\xf6\x71\x1a\x4e\x68\xcc\xee\x14\xda\xc9\x93\x4a\xd9\x28\xca\x1b\x12\x68\x88\x30\x45\x56\xad\xab\x8b\x9b\x97\x7f\xf2\x0e\xac\x99\x4e\x7b\x6a\x4a\x7d\xa6\x70\x6d\x93\xe5\x1e\xc8\x60\x71\x3b\x8e\x1a\xf1\x13\x03\xb3\x30\xd8\xb0\xc1\x8f\x5f\x40\xdd\x29\x6f\xd5\x8b\xdf\x84\x2c\x0a\xe9\x21\xfc\xa4\x30\x75\xa9\x2a\x32\x9f\x62\x1e\x0f\x35\x7d\x92\x83\xbf\x38\x67\x49\xab\xf5\x87\x7a\x53\xb6\x34\xad\xcf\xb0\x8d\x22\xdb\x80\x62\x89\x21\xd0\xdc\x01\xe1\xf4\x18\x30\x45\x65\x05\x5a\xd2\xc1\xdd\x1e\x4d\x1d\x3f\x4b\xa1\xc5\xee\x7e\x30\x40\x0f\xa4\x09\x17\x01\xcf\x94\x51\x33\x28\x2e\xd8\x47\xcd\x92\xa9\x82\x32\xa9\x6d\x00\x98\x60\xd4\x7c\x0f\x20\xaf\xce\xc5\x48\x5c\xe4\xf9\x39\x38\x14\xd3\x6a\x2d\xaa\xba\x08\x85\x06\xd1\xba\x41\xdd\xc5\xf5\x83\x76\xa2\xc4\x53\x3e\xe1\xdb\x4d\xe9\x79\xf1\x53\x64\x7b\x78\xf3\x8d\xd1\x49\x06\x96\x56\xef\xf4\x92\x09\xc5\x80\x2a\xb0\xba\xf8\xb4\xff\x95\xbc\x0d\x69\x7b\x94\x31\x1c\x03\xf4\xb2\x6d\x0f\xd2\x96\xd1\x0d\x56\x89\xb3\xe7\xff\xe8\xda\x56\x32\x01\x6c\xac\x5c\x73\x64\x04\xc8\x77\x24\x2d\x88\xb2\xca\x0a\x8c\xe6\x0e\x6d\x87\x98\xda\x88\xf5\x8b\x67\xeb\x70\x1a\x75\x2e\x8b\xc5\x58\x57\x0b\x20\x26\x75\x91\x25\x3a\x55\xa7\xbf\xb9\x34\x57\xae\x97\x76\x00\xba\x77\xd4\xce\xa9\x08\xc3\x3a\x30\xdc\x63\xc8\x81\xc5\xa3\x73\x0a\xcf\xd0\x11\x76\x02\x3e\x62\x1f\xe5\xe7\xde\x2c\x74\x31\xf2\xa1\x13\xc9\x92\xea\xf6\x1c\xff\xb3\xd1\xc5\x15\x62\xda\xbd\x55\xd5\x42\xd1\xbf\xaf\x19\xf4\x3f\xfc\x78\xd2\x9f\xb9\xaa\xab\x3e\xf7\xf8\x77\x9a\xc2\x6a\x7d\x82\xcc\x04\x9b\x4e\x06\xe2\xa2\x31\x07\xb0\x0d\x38\x8a\x86\x19\x5d\x7c\x74\x47\x32\x81\x69\x43\x14\x40\x9e\x25\x88\x2a\x85\x41\x1d\xfa\x9e\x56\x14\x11\xad\x4a\xa5\xcb\x1c\x23\xb3\x13\x85\x10\x84\xc1\xe1\x0e\xb1\xe1\x3d\xd3\xf7\x9f\x7f\xaa\x8e\xff\x2b\xae\x8e\x7f\x55\x41\xf0\x7a\xb6\x9b\xb9\xc6\x0d\xfd\xf6\xcf\xeb\x7c\x9e\xe5\xb9\x3b\x2c\x18\x64\xec\x4b\xad\x00\x68\x1c\x67\xfb\xa3\x6d\x77\x28\x94\x4d\xc6\x27\x90\x1c\x2d\xab\x2a\x43\x20\x9c\xdd\x4c\x74\x37\x16\x6e\xa3\xb4\xa3\x95\xd5\x42\xd9\x76\x59\xb0\xbd\xed\x8d\xbd\x9d\xfd\x78\xf9\xea\xe0\x78\xa7\x1f\xb4\xb6\x57\xd2\x2e\xb7\x2e\xbb\x6f\x44\xf0\xef\x10\xe4\x0f\x7f\x07\xfc\x1d\x69\x45\xa5\xb5\x6d\x64\x4e\x9c\x8b\xc9\xe0\x74\xa9\x64\x6e\x97\x3f\x4f\x06\x43\xf7\x97\xfb\xf8\x64\xb0\xcb\xf5\x01\x9d\x77\x55\xe4\x92\x07\xda\x1c\x1e\x0d\x85\xa2\xcb\x37\x0d\xec\x8b\x95\x32\xc1\x1b\x7f\x91\xa6\x95\x32\xe6\x8f\x6b\x74\xbd\xbf\xbc\x7c\xf5\x61\xdb\x12\x6f\x7c\x49\x2c\x55\x5e\x9a\x98\x3a\x34\x02\x0d\x22\x27\xa7\xc4\x97\x7d\xcc\x1b\x47\xf1\x39\x82\x3b\x6c\xd6\x69\x0b\xbd\xc1\x27\xc2\x1b\xab\x56\xd5\x97\xde\xdd\x09\x6f\x0e\x86\x03\x13\x0f\xbc\xbb\x65\x49\x63\xf6\xdd\xf4\x50\xf8\x3e\xb0\x74\x4c\xda\x62\xbb\x71\x22\x0b\x0a\xf8\x44\xdb\xca\xe5\x15\xa2\x3d\x2e\xea\x4a\x09\xc6\x46\xdc\x63\xe2\xbd\xdc\xac\x39\xe6\xae\x4c\x4c\xfd\xb1\xcc\xcb\x91\xf2\xa6\xce\x90\xf9\x63\x88\x43\x8c\x36\xc4\x25\xd5\x40\x2e\x99\xe9\x3b\x9c\x18\xf1\x78\x0a\x18\x91\x62\xa9\x8d\xc5\xb8\x47\xfe\xd7\x79\xa9\x2b\x3b\x74\xb3\xd3\x6e\x8e\xf0\xe7\xc1\xef\x38\x16\xf6\xdb\x7a\xfa\x7c\xe9\x3f\xc9\x31\xe1\xc1\xe3\x9e\xc8\x3c\xf7\x18\xc1\xc5\x91\xe5\x16\xc8\x96\xf7\xae\x20\xf7\xa4\x85\x1c\x1c\xb2\x36\xed\x11\xc9\xae\xeb\xc5\x02\x53\x13\xff\x74\x73\x73\xc5\x7b\xe5\xda\x86\xf0\x09\x2c\xd9\x31\x14\xcf\x44\xe6\x93\x9f\x76\x86\x81\xbf\x78\x8e\xc9\x9a\xe0\x8b\xe9\x7e\x17\x2a\x97\x38\x1d\x17\x2b\x63\xf4\xc8\xeb\x15\x64\x13\x8c\x05\xa6\xf6\xe0\x5f\xb0\xc0\xb8\xe5\xc2\x49\x3c\xfa\xbe\xc0\xca\xd0\xd0\x13\x7e\xab\x2d\x29\x7b\x79\x97\x03\x53\xe0\x8b\x3e\xbd\xa4\x37\xbf\xd9\x89\x97\xba\x5a\x61\x69\xbd\x35\x1f\x27\x02\xc0\xc5\xa3\x1d\x24\xf8\x30\xd8\x03\x80\x92\xe0\xd5\x7a\x45\xcb\xf6\x24\x74\x1e\xd8\xcc\x07\x85\x3b\xfa\x32\x28\x96\xf5\x4a\x16\x80\xdf\x05\x24\x3b\x7a\xec\x93\x75\xa8\x70\x0d\x87\xf8\xb1\xc4\xd8\xcb\x32\xfe\x0b\x18\x14\x1d\x93\x77\x87\xbe\x6f\x35\xa9\x83\x8d\xeb\x79\xbf\x5c\xb7\x56\x91\x32\xfa\x09\xe6\x47\x66\x79\x5d\x29\xa8\x13\xef\x16\x3d\xc4\xc7\x7a\x14\x68\x8c\x94\x8e\xc3\x65\xe2\x30\x9e\x08\x71\xf1\x82\xd3\x92\x92\x5c\x56\x54\x7b\xba\x40\x62\x47\x3b\x0a\xc4\xce\x69\xc6\x1e\x90\x5a\xdf\xa9\xaa\xca\x52\x47\x63\xfa\x05\x02\xcf\x21\x7b\xf9\xa2\x8e\xcb\xf0\x41\xa8\xf5\x7b\xa8\x65\xe4\xe4\xdb\x6b\x8c\x2b\x9b\x0c\x1c\x07\x8f\x66\xfa\xe8\x07\xc0\x94\x2a\x81\x90\x43\x1a\xfc\xe1\xc2\xc4\x1e\x6a\x20\x6e\x92\xb8\xbd\x0d\xc3\xf8\xda\x4b\x59\x9b\xad\xc1\x5e\x51\x33\x36\xa4\x52\x0d\xa6\xc6\x01\x99\x21\x9c\xa9\x88\x2a\x19\xcf\x71\x2f\xe2\xf2\x55\x89\x34\xca\x50\xfa\x47\x9d\xdb\xac\xcc\x15\xda\xcc\x50\x7f\x50\x45\xa2\xeb\x02\xe0\x51\x77\x0b\x34\xc0\x90\xfa\xa5\x5a\x42\x96\xed\xc3\x59\x83\x4a\x4a\x12\x73\xa1\xdc\x05\x20\xd8\x6d\x89\x19\x31\xc0\x7f\x1c\x15\x06\x08\xad\x56\x11\x9a\xb7\x32\x94\x50\x4f\x35\x42\x7e\x95\xda\xd8\x79\xf6\x51\x30\x9a\x0b\x5a\x41\x08\x33\xd6\xe2\xb9\x72\x82\xca\x85\xd3\x79\x70\x92\x3f\xab\x4a\x8f\xb2\x22\x55\x1f\x1d\x39\x17\x3e\x09\x69\x2d\x64\x59\x2a\x59\x35\xe2\xc3\x11\x4d\x25\x2e\x73\x09\x83\x37\x8c\xce\x4e\xb6\x9a\xa5\x44\xe4\xfb\xe6\x9a\x8e\xc5\x7b\xe2\xd5\x10\x2d\xf9\x1a\xb5\x42\xa8\x07\x2e\x26\x10\xe9\x33\x19\x50\xf2\x01\xae\x98\xff\x91\x75\x14\x84\x2f\xf3\x4b\x88\x2f\x82\xde\xf6\xe7\x67\xff\x36\xde\xa3\x07\x04\x24\xc3\xc1\xfb\x00\x7b\xea\xa2\x1f\xef\xec\xb3\x78\x0a\x02\xc4\xd1\x1f\xb0\x08\x63\x11\x8b\x2f\xde\x21\xc0\x58\x28\xd2\x8c\x32\x8a\x8b\xa9\x20\x85\x71\x43\x11\xaa\x4f\x25\xcc\x9b\x06\xf5\xc9\xf4\xf7\x71\x94\x93\x57\x41\xac\xdc\x4e\x07\xa8\x21\x17\xdf\xb5\x84\xe9\x98\xf9\x44\x67\xbe\xa1\x78\xdb\xde\x5e\xfc\x6b\x04\xd2\x14\xe9\x8c\x56\x33\x31\x89\x5f\xef\xa1\x28\x51\xdd\xad\x1b\xc8\x39\x05\xde\xe3\x2f\xb8\x14\xd7\x71\xfd\x3b\xaf\xbe\x00\x14\x68\xb8\x80\xde\x66\x0e\xc0\x29\x8d\x68\x7c\x82\x14\x8a\x33\xfb\xa8\x14\x8b\xd7\x7f\xbd\x70\xca\xe8\x71\xe0\xb4\xf6\xbd\x0f\x63\xb4\xa8\x18\xbb\x18\x00\x39\xb9\x15\x9f\x3d\xc2\x3b\x26\x27\xc3\xd0\x27\xf5\xf1\x47\xf6\xa8\xc4\x07\x14\x60\x83\x3e\x8f\xd4\x81\x0a\xcd\x32\xa0\x17\x96\xcc\xa3\xad\xeb\xd3\x0d\x70\x11\x79\x71\x91\x6e\x87\x84\xa6\xf8\x29\x52\x2a\xde\x3b\xec\x53\xa5\x44\x95\x1e\xc7\x65\x1f\x33\x2a\x77\xd8\x01\x75\xb2\x7f\xfa\x08\xb4\x19\xd6\xbc\xcd\x02\xfa\xe6\x4e\x52\x4b\x3c\xc9\x07\x40\xe3\xbb\xaf\xba\x27\x07\xf8\xa8\x78\x5f\x60\x9e\x60\x88\x72\x47\xfd\x0c\x52\xf3\x63\x90\x06\x46\xbf\xf1\x9f\x70\xea\xcb\xd7\x56\x06\xfa\x23\x47\x3d\x06\xd9\x67\xaf\x8f\x38\xbe\x0f\x05\xe7\x90\xfe\x20\xd0\x36\x74\x4f\xe6\x2b\x34\xf5\x78\xa4\xcb\x7e\x6f\x0a\xa4\xba\x43\xde\xfa\x46\xd4\xa7\xcb\x79\x48\x55\x1f\xc6\x39\xf0\x1e\x05\x2a\x06\xd4\xf0\x42\x77\x80\x8c\x43\xd0\xb9\x74\x2c\xae\xdd\x8e\x92\x8c\x83\xfa\x20\xba\x25\x63\xdd\x0f\xd3\x82\xe4\x2d\x98\xce\x65\x0e\x76\x10\x0b\x1e\x36\xd7\xe9\x28\x4a\x03\xa4\x8e\x6c\x93\xa5\xf9\x3e\x97\xfa\x1e\xd1\x82\xac\x16\xf7\x32\xb3\x7e\x94\xde\x27\xd7\xe9\x7e\x4f\xc3\xc3\xee\xb0\x5c\xc6\x92\xde\xb4\x4d\x01\x0a\x6a\xc3\x56\xfd\x9a\x52\x35\x62\x9a\xb3\xb7\x44\x7d\xe3\x38\xf4\x36\x1e\x0a\x0d\x08\x4e\x4e\xce\x28\x3b\xab\x63\x4a\x63\xbe\x7a\x71\x75\x19\xe7\x90\x45\xc8\xf5\xb6\x92\x85\x71\x7b\x64\x44\x8c\x93\x52\xc4\xf5\xd8\x4b\x0f\xe3\x9e\xe8\xbc\x5e\x15\x08\x4f\xfa\xd7\x3a\x4b\x6e\xc1\x2f\x78\x97\xa9\xfb\x66\xf2\xf5\xce\xba\xf7\xd8\xd1\xab\x40\xbf\xdd\x73\x7d\xff\x14\x4c\xf7\x25\x8c\x8d\xed\xa5\xef\x29\xc3\xdb\x6a\x12\x55\x1b\x06\x81\x05\x1b\x84\x7a\x3b\x6c\xb0\xc3\x2a\x9d\x8e\x5f\xe3\x21\x0b\xe5\x3f\x12\x95\xe7\x46\x94\xaa\x12\x95\xbe\x67\xdc\x17\xc8\xf3\x0f\xb2\x51\xd4\x1a\xfb\x8f\xf8\xfb\xe3\xc8\x03\x70\x8b\x5e\xb6\x66\xfb\x14\xc2\xf7\x14\xc2\xf7\x09\x16\x37\x47\xbd\xba\xf5\x84\xf5\x7d\xa8\x78\x4b\xa1\xc7\x8d\xa2\xc1\xb6\xa5\x8a\x1d\xfa\x70\x7f\xd0\xf7\xbd\x6e\xd0\x47\x32\x20\xf5\x5f\xa8\x87\xbc\xec\x06\xfc\x30\x36\xd9\xf9\xdc\x2e\xb6\xd9\x7e\x21\x42\x3e\xec\xd1\x1a\x89\x16\x05\x22\x87\x1b\x77\xd3\xda\xb8\x5e\x36\x47\x49\x7e\xd0\xc4\x8b\x42\xc3\xc6\x98\x1c\xbf\xcb\x74\x95\xd9\x75\x97\xf7\x35\xc6\xde\x9e\x4a\x6c\x1e\x00\x92\x04\x36\x0d\xb1\xd9\x7c\x00\x90\x03\x6e\x2e\x9b\xe2\x82\x40\x4e\xeb\x84\x71\x79\x90\xfe\x18\x86\xec\x7d\xa9\x0a\x27\x54\x80\x1a\x4b\xb9\xe5\x55\x70\x4b\xd1\x77\xc4\x05\x63\xc6\x53\x93\x08\x39\x1d\x72\x74\x57\xa5\x06\x1d\x33\xe8\xed\x00\xdd\x35\x44\xa0\x98\x94\xc0\x78\x41\x5e\xc6\x8e\x30\xaa\x08\x9c\xb6\x38\x74\xe4\x33\x47\x6e\xa1\x8f\xa2\x82\x02\x92\x80\xa3\x88\x55\x23\x92\xc9\x3a\x46\x9e\xa3\x6d\x45\x09\x12\xd2\x1c\xdd\xa8\x8e\xb0\xd7\x23\x2c\x58\x63\x00\x3f\xb3\xf0\xae\x6c\xce\x3b\xc5\x3c\x3d\x64\x81\xa6\xa9\x81\xb8\x81\x38\xca\xae\x62\xc2\xb5\xac\x67\xe3\x44\xaf\x4e\xdf\x5f\x5c\x9e\xd2\xca\x8d\x28\x2e\x84\x42\xc1\x66\xb9\x9e\x9d\xae\xa4\xb1\xaa\xe2\x22\x08\xe6\xf4\xf9\xf8\x99\xa3\x56\x8e\x24\x8e\x30\xfa\x6b\x4e\x15\xdb\x7b\x77\xb0\x5f\x6b\x2a\x18\x44\xae\x7d\x3e\xe0\x01\xe3\xef\x6d\x39\x18\xfe\x78\x76\xa3\x35\xe8\x09\xc3\xfa\xa1\xcc\x4f\x5c\x9b\x38\x61\xa5\x72\x09\x11\x8e\x6e\xaf\x2b\x2b\x7d\x05\x2a\x7f\x4a\x00\xef\x4f\x12\xb0\x09\x78\xa2\xcd\x58\xbc\xd1\xf7\xaa\x22\x81\x00\x6d\x9d\x90\x8e\x9f\x42\xb9\xab\x65\xb6\xc0\x18\x48\xfc\xfc\x58\xbc\x24\xb1\x34\x46\xf3\xe6\x2a\xe0\x59\x81\xc5\x4f\x14\x27\xa0\x9b\x44\x15\xb2\xca\xb4\x89\x54\x2c\xac\xc0\x22\x3b\x3d\xef\xa7\xd0\xd8\xde\x32\x10\x96\x0a\x40\xc8\xa2\x79\x5b\x02\x1d\x6f\xdf\x97\xa1\x30\x75\x02\x15\x61\x70\xe2\x43\x5e\xd2\x21\x1d\x76\x30\xf1\x90\x78\xf5\x15\x8e\xd8\xe7\x99\x07\x81\x60\xee\x11\x76\x1d\xb7\xc3\x32\x4c\x1e\xe7\x49\x0a\xaf\xf6\x74\x70\x7b\x13\xd9\xca\x99\x7d\x0a\x5e\xf8\x42\xc9\x39\x68\x1a\xc4\xa4\x82\x9e\x24\x9d\xf8\xb1\x48\x55\x02\x5e\x1f\xae\x30\x67\xb5\xf7\x83\x60\xfa\x0e\x36\x93\x60\x79\xc0\xb2\xb7\x96\xaf\x87\xac\x62\xfe\xec\x2b\xfb\x38\x4a\x33\x19\xbc\xd3\x85\x9a\x0c\x1a\xc5\xe5\x7c\x41\xb4\x21\x19\x60\xa8\x29\x0e\xa5\xd5\x18\x3c\x0c\xb5\x87\x5c\x02\x91\xc0\xd1\x7c\xb2\xc8\xc6\xef\x73\xe2\xc4\x64\x20\x8e\xc9\xa4\x2b\xeb\xdc\x9e\x74\xfa\xeb\x64\xfd\xb1\xec\xd0\x9f\xad\x0b\xb6\xbf\xac\xf0\xd9\xfd\x77\x67\x33\x65\xe5\x19\x9b\x45\x40\xac\xc3\x1d\x05\x7d\x1e\x0c\x94\x4f\x95\x37\x7f\xc5\xc1\xb0\x5e\x9e\xdd\x45\xed\x3e\xe8\x7b\xcf\x43\xd3\xec\x2e\x4b\x6b\x27\x09\xb9\x1f\x0b\xb4\xef\xec\x96\x34\x41\xbf\xee\x09\xda\x83\x9f\xbb\x0a\x3e\x68\xe3\xec\xc9\x90\xee\x9f\xa9\x07\xc3\xe8\x2a\xdf\xe4\x04\x60\x4a\xc4\x31\xf4\xb8\x4a\x66\xe8\xf9\xf4\xf1\x3c\xd7\xd2\x7e\xfb\x0d\x96\x0c\xb3\xdf\x7e\x73\x32\x14\x14\xa4\x6d\x86\x58\x61\x0d\xaa\x71\x80\x80\x07\x88\xa7\xda\x31\xf9\x3c\x47\x76\xe6\x65\xc3\x86\xd3\xb5\x33\x1c\x92\xff\x22\x4f\x04\x44\x18\xf9\xf9\xed\x11\x1f\xca\x69\x44\x08\xdd\x90\x6e\xb6\x83\xf8\x08\x65\x36\x80\xc4\xb2\x6a\x08\x3b\x91\xb0\x5b\x1e\xcb\xb1\x52\xb9\xba\x93\x85\xa5\x91\xa2\xe0\x55\x1b\x82\x5a\x32\x20\xcc\x70\xc7\x18\xe3\x4e\x2c\xa0\xd2\xf7\x43\x2e\xa3\x19\x28\xc8\x30\xd4\xcd\x9c\xa9\x80\xab\xe8\xda\x00\x3b\xd4\xb5\x2d\x6b\x1b\x95\x12\x62\x27\x93\xff\x8c\x60\x61\xe4\xe8\xa5\x76\x9b\x60\x55\x7a\x34\xa4\xd1\xf9\x91\x87\x2c\x97\x76\x81\x14\x27\x1e\x57\x75\x81\xe1\x57\xf0\x3e\x28\x48\x00\xfa\x59\x04\xf9\x09\xd2\x30\xee\x32\x53\x83\xfb\xae\x23\x42\x3d\x82\x6a\xfb\x92\x27\x08\x5b\xa9\x37\xb0\xa0\xc8\x6b\xeb\x35\xbd\xa6\xf7\x63\xab\xe3\x30\x66\x4c\xbe\xaa\x60\x94\x64\x4a\xac\xad\xd4\x79\x96\xac\xb9\x84\x3c\xf4\xcc\x24\x15\x75\x45\x71\x39\xf7\x8c\x6a\xd8\x82\x08\x66\x57\xde\x3c\xe6\x4f\xd0\x84\xb7\x3d\xe2\x34\xcd\x68\x82\x16\xc4\xb5\x97\xe8\xc9\xe1\x1e\xe1\xc5\x50\x59\x83\xf9\x4e\x1e\xc6\x17\x3c\xea\x36\xd8\x66\x5e\x2e\x15\x15\x57\xf3\x2a\x31\x7a\xad\xb0\xd4\xca\x4f\xbd\x25\x31\xc9\x79\x50\xca\xca\x78\xa5\x6d\xa5\xd2\x4c\x7a\x47\x68\xd4\xb8\xdf\x3a\xa8\x8a\x24\xd7\x54\x07\xd4\x58\x2c\xb9\x08\x2b\x04\x75\x01\x21\xca\x02\xae\xc3\x90\xf2\x85\x78\xe1\xe0\x89\x2a\x12\x9d\x86\xf2\xb9\x0f\x0e\x04\xac\xea\x02\xaa\x09\x7c\x90\xf7\x10\x1e\x69\xf0\xcc\x7d\xaa\x59\xa5\x7b\x7e\x37\xb3\x94\xde\x4f\x3f\xcc\x42\xd2\xf8\xd2\x1e\xcc\xc8\x37\x66\x0c\x10\xa2\x12\x90\xc0\xb8\x92\xd5\xad\x07\xe9\xee\xbd\x37\xbb\x78\x15\x99\x43\x28\xda\xa9\xc3\xb3\x36\x86\x6d\xfc\xa9\xa9\xc0\x52\xbb\x18\xc6\xda\x3b\xa6\xe1\xe2\x42\xd5\x75\x70\x70\x64\x1b\xa3\x01\x37\xc5\x63\x1c\xcf\xaa\x4c\xcd\x4f\x38\x2a\x23\x7c\x95\xc2\x49\x83\xe2\x4c\x4b\x75\x64\xf6\xfa\xde\x7e\xf1\x69\xbe\xd7\x21\x00\x3b\xea\xb9\xb8\x01\x08\xa1\xef\x64\x6e\xd4\x50\xfc\x58\xdc\x16\xfa\xbe\xff\x03\xfd\xca\xe8\x0d\xdd\x32\xb7\x8d\xbe\xf3\x1e\x8e\xe1\x83\x48\x22\x46\x11\x2f\x70\xab\xba\x31\xa9\x41\xfa\x3e\x86\x5f\x04\x6e\xe1\x88\xa6\x23\xac\xcc\x30\x18\xc7\x3a\x86\x60\xdf\xcc\x35\x28\x66\x09\x91\xcd\xf5\x7d\x04\x7b\xc8\xf5\xb5\x62\x34\xd4\xa5\x2e\x1c\x27\x2b\xd6\x31\x5f\x9d\xd5\x36\x52\xf0\xa3\xba\xc3\x58\x22\xca\xd7\x4e\xc4\xa3\xb2\x94\x45\x9a\x33\xb9\x0e\xbd\x1c\x5e\x09\xde\x51\x44\x8e\xeb\xc7\x49\x71\x5f\xc9\xb2\x54\x4e\xdd\x07\xfc\x75\x20\x01\x58\x4a\x0e\x2c\x56\x54\x9b\xda\xe9\x46\x55\x85\xe5\x37\x2a\xb3\x94\x39\x25\xef\xfd\xeb\xc5\xdb\x37\xb0\xd4\x8e\xfa\x8d\x85\xf8\x17\xec\x0d\xd7\xcf\x27\x31\x83\xae\x0f\x28\x40\x78\xec\xe6\x90\x88\x09\x35\xcd\x96\x3a\x8d\x6a\x59\x83\x05\xae\x94\xc9\xad\xbb\x6f\x7a\x3e\x57\x55\xcf\xd2\x1c\xbe\x62\x5d\xa3\x8e\xd0\xb6\x25\x8b\x8a\x6b\x61\x05\x38\x9f\x42\xda\xc4\xe8\x75\x6d\x11\x8e\xb7\x81\x68\x5c\x56\xda\xea\x59\x3d\xe7\x45\x74\xab\x78\x5a\x17\xd1\x5f\x0c\x50\x18\x60\x09\xbd\x8b\x34\x66\xc5\x8d\x0c\x92\x1b\x28\x3f\xf3\x0a\x23\x80\xa0\xda\x68\x21\xbe\xd7\x34\xc0\x9d\x1e\x52\x0a\x0e\x00\xa4\xb8\x42\xf7\x90\x49\xfc\xb9\x8b\xaf\xa5\x8b\x51\xa1\x16\x68\x74\x9b\x57\xe8\x99\x37\xec\x0d\x86\xda\x83\xd2\x0a\x78\x19\xff\x72\xa2\x5e\x5e\x23\x3d\x78\xc7\x2f\xd2\x33\xca\x22\x06\x5a\x1f\xfa\x82\x18\x03\x2c\xf5\x02\x80\xa8\x45\xfc\x49\xe8\xb9\x09\x1a\x0f\xf5\xee\xe7\xba\xba\x97\x55\xca\x88\x90\x63\xc1\x60\xc3\xa0\x32\x3e\x73\xbb\xf3\xfb\xdf\xff\x7e\x48\xff\x43\xd9\xca\x64\x77\xcd\xc2\xec\x44\x38\xd8\xa0\x07\x79\xbc\x54\x41\xb1\x99\x16\x05\xea\xfb\xc7\x7d\x53\x21\xcc\xa6\xd8\x8d\x0f\x81\xaa\x71\xb0\x86\x9e\x8b\x1f\x6f\x5e\xe2\x8d\x30\x59\x91\x28\xf1\x63\x91\x7d\x14\xaa\xd4\xc9\x52\x9c\xfd\xfe\x1f\x9e\x8d\x9e\x9d\x8d\x9e\x9d\xdd\x3c\x7b\x76\x0e\xff\xff\x7f\xb5\x67\xfa\x0c\x9e\x37\x9a\xd0\xe4\x7f\x3f\x3a\x7b\x3e\x7a\x71\x76\xf3\xfc\xc5\xf9\xef\x7e\x7f\xfe\xbb\xdf\xff\xaf\x68\x15\xf6\x81\xf6\xff\x4c\xd2\xb4\x2e\xd5\xae\xe2\x90\xdc\x26\xf2\x07\x37\x95\x56\x1f\x3f\xc0\x90\x08\x3e\x81\x1d\x92\xd9\x11\xd3\x01\x2b\xfe\xa1\xf2\xd8\xb5\x3f\xf4\x08\x84\x20\xb6\x5a\x03\x1d\x92\x09\xce\x17\xc8\xbd\xe6\x8a\x8f\x11\x96\x7e\x30\xd8\xb9\xcb\xed\x0b\x56\x12\x3b\xc8\x8a\xdc\x71\x74\x9e\xcb\x93\xc9\xf0\x09\x7d\xec\xbf\xa8\x81\xaa\x81\x3e\xb2\xed\xde\x37\x1a\xf6\x63\xa1\xc0\xe2\xf4\x60\xa1\x5c\xe4\xb9\xaf\xed\x50\x34\xf1\x4e\x42\x7d\x61\x2c\x00\x44\x9b\xe7\xda\xc5\x08\x2a\x4f\x17\xf4\x09\x16\xe5\x09\x16\xe5\xef\x0f\x16\xe5\x89\xf2\xff\x7a\x29\xff\xbf\x38\xfa\xfa\xda\x7d\x6c\x1b\xd9\x87\x06\xb1\x6a\xef\x23\x70\xd5\x1d\x69\x54\x12\x6b\x18\x44\x11\xe4\x7b\x5a\x7f\xe8\x59\x47\xad\xd9\x64\xc4\x7d\xff\xff\xb1\xf7\x2e\xcc\x6d\xdc\xd8\x82\xf0\x5f\x41\x71\xeb\x96\xed\x14\x45\xcb\xc9\x78\xf6\xc6\xb7\xa6\xbe\x52\x64\x3b\xd1\xc6\x0f\x8d\x24\x27\x77\x77\x34\x35\x03\x76\x83\x24\xa2\x66\xa3\x07\x40\x4b\x66\x6e\xf9\xbf\x7f\x85\x73\xf0\xea\x6e\x34\xd9\x94\x48\xc7\xc9\xf0\x6e\xed\xc4\x22\x1e\x8d\xc7\x39\x07\xe7\x7d\x5c\xf9\x8d\x17\xd7\x25\xf9\x8a\x9c\xcd\x80\x81\x33\x50\x73\x92\xe7\xc8\xe9\xbd\xb5\x35\x0e\x5e\xa0\x37\x21\xbb\xb3\x2a\x87\x06\x33\x39\x69\x0f\x7f\x89\xf9\xa9\x5f\x78\x67\xf1\x36\xf7\xc9\x97\xa0\xa9\xd4\xac\xf0\xb5\x0f\x5d\x9d\xc1\xce\x64\xaf\x0c\x79\x7a\x41\xbe\x0a\x61\xf8\x86\xbc\x2d\x97\x20\x6b\xfe\x97\xd5\x68\xa0\xa1\x7d\x09\x85\xb0\x6e\x8c\xac\x55\x2a\x88\x87\xea\x15\x61\x76\xa0\xaa\x0c\x8a\xa1\x07\xf8\x35\x3f\x48\x15\x09\xc6\xcc\x2f\x26\xb3\xe7\x26\x28\x3d\xa4\xf6\x3c\xa4\xf6\x3c\xa4\xf6\x3c\xf8\x05\xff\x71\x53\x7b\x26\x89\xf9\xba\xd4\x51\x51\x3f\x57\x14\x16\xb5\xef\x45\x8e\x99\x3e\x14\xe6\xbb\xc4\xbc\x1f\x71\xf1\x25\x2c\xb1\x72\x25\x40\x0b\x6a\x60\x79\x8c\x2f\x1f\xb5\x6a\xbd\xe0\x84\xd9\xf8\x08\x55\xa0\xf5\x41\xdb\x75\x49\x56\xa2\x96\x7e\xea\x71\x4c\x57\x41\x05\x84\xb4\xee\xbd\x57\x40\x41\x77\x4f\x0e\xb1\xcf\x84\xfc\x5f\x51\xa3\xbc\xe9\xaa\x21\x62\x9d\x62\x26\xb1\xff\x2d\x95\x5c\xd4\x8a\x54\x45\x3d\xe7\x68\x36\xc7\xc5\x3f\x7d\x4a\xce\xdc\x5c\x56\x11\xfe\x02\x57\xf6\x76\x75\x72\x7e\x66\x3f\x6b\x95\xcf\xff\x73\x5d\x5e\x6b\x77\xbe\x5e\x67\xf6\xcf\x5f\x94\x28\x5f\x5c\x8f\xc6\xa8\x80\xba\x1e\xfd\xd3\x74\x7b\xbb\x3a\xc7\x6f\xb9\xfe\x76\x2a\xd7\x7b\x69\xdb\xa1\xfb\x27\xfc\x24\xfe\x72\xd2\xf8\xdc\x09\x4a\xcb\x8e\x00\xb9\xe1\x14\x7f\xc6\xd1\x76\x23\xaf\x3e\x7e\x96\x8d\x34\xee\x72\x8f\xdb\x79\x8f\x86\xea\x3b\x2e\xd1\xf6\x8b\x16\x5f\x90\xe1\x0a\x21\x6e\x20\x10\x52\x2f\xd0\x70\x7c\x83\xf0\xf7\x02\x3f\x72\x0d\xe4\xfc\x7a\xf4\xe2\x7a\x14\x6d\xfe\x7a\x34\xc6\xc6\xf0\xd8\x43\x97\xdb\x67\xbe\x25\xec\xc2\xcd\x14\xcf\x65\xf7\xe3\x7a\xeb\x68\xd9\x2f\xae\x47\x33\x21\x6c\xcb\xa7\xb1\xdd\xc4\xa5\xc0\x28\xe3\x05\xad\x2a\x56\xaa\xff\x8f\xbc\x64\x98\xe6\x07\x42\xde\x21\x0c\xd7\xec\xdf\xf0\xb8\x2b\xba\x84\x6a\xf2\xde\x3a\xe1\x42\xa1\xc1\x0a\xe1\x92\xf6\x80\x71\xa2\x81\x2f\xf1\xed\x1a\x59\x11\xaa\x9f\xc1\xcc\x20\x25\xd3\x3b\x6b\x41\xc7\xda\x82\x5a\x48\x96\xa3\xa1\x04\x8c\x17\xa5\x81\x14\xac\xdd\x6c\x18\xeb\x8f\x06\x40\x18\x18\x5c\xc0\x25\xa4\x5a\x91\xc7\x35\x48\xdd\x86\xb0\x20\xaf\x62\x8e\xed\x49\xa8\xee\xdf\x41\x44\x33\x93\x85\x14\x07\x87\x8f\x94\x2b\xf5\x02\x34\x08\xeb\x3b\x87\xd9\xc8\xac\x2e\xad\x05\x82\x97\x4a\x53\xc8\x13\x88\xa4\x03\x2e\x1b\x57\x19\x20\x00\x77\x61\x48\x41\x0c\x89\x63\xa2\x6b\x09\x5c\x21\xd7\x61\x79\xce\x8a\xe6\xcc\x9a\xab\xca\xc5\x62\x6b\x21\x7d\x67\xe8\xea\xce\xf0\xf1\xd5\xfb\x97\xef\x5f\xb8\x4a\xf9\x19\x55\xcc\x9a\x16\x75\xa3\xde\x38\xb2\x75\x35\x5a\x6c\xdd\xc4\x1e\x47\xac\x25\xb7\x5d\x86\x30\x73\x55\xd1\xec\x0a\x58\x3e\x79\xf2\xe0\x24\xc8\x6d\x3c\x1e\xa4\xe8\xe7\x86\x05\x05\xef\xec\x29\xd4\x19\x25\x5a\x54\xa4\x30\x2f\x6a\x28\xe9\x6b\x2b\x73\x57\x4c\x92\x3b\x0a\xbe\x4c\x60\xed\xd2\x16\x3e\xac\xbe\x9d\x07\xaa\x8c\xa7\x10\x61\xa3\xa3\x3f\x77\xcc\x20\x6b\x8a\x0c\x11\xf3\x7f\x1d\x4a\x44\x48\x92\x18\x41\xe7\xc9\x64\x42\x9e\x3e\xb5\x22\x17\x6a\x20\x0d\xc5\x31\x40\x44\x1e\x8b\xe9\x2f\xe4\xab\xee\x07\x9f\x90\x4b\xa6\xbf\x97\xa2\xae\x2c\xe2\x1b\xc6\xee\xf1\xfc\xf6\x86\x7c\x65\x1e\xda\xdb\x67\x93\x76\xe3\x13\xf2\x3f\xc4\x36\xa1\x6e\xd3\xad\xcd\x7c\x62\x3c\xbf\xbd\x79\x42\x3e\xfd\x17\xe9\x4c\xf9\x84\x7c\xd5\xfe\x0d\x9e\xc8\xe8\xd8\xbd\x7a\x15\x80\x0a\xd2\xb7\x01\xb7\xc2\x59\x99\x31\x7c\xc8\x0c\x83\x68\x8f\x1a\x75\x66\xc5\xca\x71\x89\x66\x02\x67\xaf\x75\x09\x01\xf0\xf0\x0d\xb8\x85\xe0\x68\x5f\x1c\x7d\x6b\x35\x6b\xaf\x6e\xe7\xa1\x8a\x8a\x16\x6e\xac\xd5\x4b\x5b\xf4\x71\x6e\x2a\x15\x8f\xaa\x9b\xea\x45\x03\xed\x94\x25\x6e\x58\x12\xf1\x48\x2f\xa4\xa8\xe7\x8b\x66\x62\x3f\xc7\xd3\xe4\x8c\x16\xe1\x90\x82\x3a\xdb\x32\xe1\x14\xf8\x83\x23\x5e\x4e\x48\x13\x81\x55\x6c\x16\x75\xe4\xca\x90\x0f\x7f\xb1\x33\x46\xc1\x58\x75\x74\x04\x5e\x53\xe3\xe0\x9b\xc5\x74\x36\x09\x9e\xc2\x06\xf3\xad\xcd\xb3\xd6\x54\x0f\xf2\xab\xb9\xa0\x77\xa3\xf1\xe8\x14\x3d\x97\x5f\x95\x99\xc8\xd1\x2c\x6f\x7f\x31\x6b\xe8\x4a\xb4\xed\xee\x9d\x33\x6e\x75\x00\xa3\xba\xfb\xb7\x3b\x2f\x74\xaf\x22\x8f\x2e\xe8\xdd\x23\x82\xac\xfa\x87\x32\x94\xbd\xc7\x6c\xc1\xa5\xf0\x03\x93\xba\xc1\x78\x99\x7d\xab\x00\x3d\x0b\xc1\x4c\x8e\x91\xdd\x1d\x1d\x16\xfc\x72\xfc\x73\x88\x2b\x4a\x2d\x26\x9a\x0f\x5c\x24\x52\x0b\x32\xe7\x99\x62\x83\x91\x4c\x03\xdf\x8b\x6f\x07\x7a\xb8\xc4\xaf\xb0\xa3\xe7\x18\x9f\xee\x2a\x70\x83\xf7\x14\x6a\xcb\xd0\x7d\xca\x73\x9f\x36\x23\x88\x91\x70\x94\x06\xca\x58\xac\xc0\x13\x14\xf8\x96\xe0\xc7\x92\x8b\x92\x39\xc0\x34\x17\x81\x69\xef\xc0\x87\x81\xa2\xde\x9b\x1b\xb1\x10\x40\x1b\x11\x1c\xcb\x18\xae\x73\xd6\x98\xae\x34\xf8\x69\x7c\x26\xf4\xae\x35\x2f\x9e\xf2\x52\x2b\x2d\x27\x67\xa5\x7e\x2f\x2f\x71\xa6\x35\x68\x1e\x75\xb3\x21\xef\x50\x3a\xc0\x95\x70\x85\x9b\xc0\x00\xa4\x6f\xbe\x26\x8d\xe0\x30\x02\x16\x0b\x80\x0b\x5e\x22\x5b\x20\x24\x7a\xc7\x44\xde\x1d\x58\x38\x3d\xf6\xf7\x18\x9b\x73\xac\xa4\xc8\xeb\x8c\x29\x82\xb4\x57\xd5\x4b\xe6\x8a\xcb\x96\x56\x8d\xe7\x72\x02\x59\x02\xb4\x12\x35\x88\x44\xf4\x96\xa1\x7b\xad\x4d\x9f\x3b\x76\x1e\x8a\x88\xd2\x7e\xe5\x34\x83\xfb\xb3\x36\x00\xe1\x22\x9e\xd6\x5e\x17\x2f\xf5\x91\x90\x47\xe1\x62\xb6\x3a\x7d\x67\x37\x3f\x2b\x67\x62\xfd\x91\xcf\x44\xd0\xbf\xd8\x51\x70\xfe\x71\x08\xc6\x42\xdc\x91\x3b\xf6\xa8\x28\xc8\x9d\xad\x70\x90\x73\xe5\x92\x73\x58\xa7\xe2\xc1\x6e\x81\x4b\xfa\x8b\x90\xa3\xf1\x68\xc9\x4b\xf8\xef\x9c\xeb\x90\x6c\x79\xce\xf5\xa9\x58\x2e\xb9\xc6\x7f\x5f\x49\xc6\x2e\x35\xd5\x6c\x34\x1e\x4d\x6b\x5e\xe4\x2f\xf1\xdf\x73\x11\x86\x18\xbc\xe4\x05\x78\x4a\x54\x05\xd5\x66\x1d\x5d\xf2\x17\x06\xa7\x60\xde\x4f\x91\x6a\x0c\x4b\xea\x69\x0d\x8b\xec\xe9\xb0\x0e\xdd\xc2\x4e\x52\xad\x78\x56\xc9\x16\x38\xbd\x54\x8b\x3f\x84\x7b\x21\x31\xe6\x8b\x08\x8a\x07\x5a\xe7\x5c\x3f\xbd\x7d\x36\x19\x68\x45\xc8\x68\x85\x5e\x1a\xc0\x44\x2e\x9a\x39\xdf\xe2\x6a\xcc\x41\xbf\xe7\x9d\x48\xe0\x5b\xa4\x10\xf3\x4d\x20\x04\x8c\xe9\x68\x3c\x82\x01\x67\x2f\xd1\xc9\x74\xce\x6c\x2f\xa6\xf4\x87\x8b\xb3\xd1\x78\x74\xcb\xe4\x74\x34\x1e\xd5\x8a\xc9\x84\x8a\xb7\x74\x19\xd8\x52\x09\x85\x43\xa3\x8d\xd8\xa8\x4b\xe5\x3c\x50\x72\x72\xc3\x56\xce\x06\x47\x2b\x27\x80\x20\xa9\x2f\xed\x2e\xac\xe5\x24\x8a\x54\xb4\x29\xad\x50\xe5\x60\x64\x9b\x5b\x71\x13\xe2\x8c\x9d\xd3\x8c\x39\x7f\x88\x3b\x5d\x50\x5e\xc6\x89\xf0\x68\xad\x17\xac\xd4\xd6\xf0\x3a\x86\xbf\x85\x74\x2f\x23\x78\x65\xe7\xae\x00\xa6\xfd\x06\xe4\x63\x62\xde\xbd\x0f\xec\xa8\x61\x5f\x54\x86\xb8\xd0\x68\xcd\x28\x0f\xd9\x84\x56\x20\x2f\xa9\x4a\x94\x3e\xc4\xd6\x2b\xe9\xe2\xa9\x5c\x7e\x4e\x50\x4e\x6a\xff\x2e\x4e\xc8\x8f\x6c\xe5\x75\xdb\x58\x2a\xb8\x58\x85\xb2\xae\x01\x3c\x30\xd2\x76\x59\x89\xd2\xd9\x9b\x6e\x05\xcf\x91\x5c\x66\xa2\x28\x38\xea\x9c\x1e\xb3\xc9\x7c\x42\x2a\x91\x2b\x96\xd5\x92\xeb\x15\x3a\xe3\x4f\xfc\xce\x9d\x8a\x10\x7f\x7f\x62\xab\x50\xc7\x21\xa0\x6a\x21\x24\xd4\x8f\x6d\x1e\x44\x0c\x8d\x66\x59\x3e\x5a\x0b\x40\x2d\x05\x8f\xc1\x27\xfa\xbc\x01\x57\x5d\x43\xf1\xc1\x98\xb0\x63\x63\x82\x43\xfb\x84\x9c\x00\xd5\xa8\x11\x9a\xcf\x5e\x8e\x23\x3f\x4e\x78\xa5\x69\x28\x30\x91\xe4\x04\xf9\xb2\x62\x52\x89\xd2\x8c\xf8\xa0\x92\x55\x5e\xa3\x1e\x58\x17\xa3\xf5\xf2\x6d\xd0\x26\x4f\x9a\x68\x3c\x31\xf2\xa4\x62\x12\x9e\xe9\x83\xd9\x61\xa7\x66\x07\x7c\x24\xba\x18\x67\x80\xe3\x0d\x68\x36\xa8\xe3\xdc\x91\x58\xdf\xd1\xc8\xf1\x37\x35\x23\x1e\xe6\x85\xb9\xe0\x1e\xb3\x75\x28\xfb\x6b\xb1\x15\x89\x3a\x57\xb6\x22\x04\xe4\xf8\x9c\x90\x97\x2e\xcd\x2d\x46\x85\x19\xd8\x7c\xc3\x95\x86\xd0\x6c\x7f\xc6\x18\x35\x27\xca\x23\x7f\xa3\x71\x6d\x94\x0d\x70\x66\x4b\xfe\x7b\x93\x05\xa0\x44\xa8\xf5\x18\x8a\x76\x7f\xf2\x6f\x66\x5f\x64\x6f\x10\x8b\x3b\x09\xe5\xc6\x9e\xdb\x46\x1c\x70\x19\x17\xa3\xf9\x9c\x6d\x5c\xe6\x3e\x77\x66\xeb\xc5\x7b\x6c\x7d\xf4\x0d\xbd\x39\x72\x01\x3c\x14\x13\xaa\x3e\x19\x63\xac\x80\x21\x58\x4e\x3d\x18\x34\x85\x63\x17\xcf\x04\x9c\x7c\x78\xfe\x84\x24\x4b\x26\xe7\x91\x3f\x37\xed\x1a\x2b\x82\xf4\x16\xb4\x80\x06\x25\x2c\x48\x53\x62\x7d\x97\xb0\x8f\x28\x5d\xb6\xf3\x09\x79\x6f\x1f\xb9\x59\xef\xfd\x10\xf2\xbe\x2c\x56\x86\x93\x99\xc3\x8d\xbb\x23\x21\x16\xee\x4a\x97\xdc\xe0\xde\x56\x7f\xa7\x34\x09\xd7\x77\xc1\x32\xc6\x6f\x59\xde\x70\xa6\x4f\x44\x1d\xc4\x47\xef\xc2\x37\x80\x05\xf0\x40\xf3\x20\x9b\xd8\x5b\x9e\x49\x71\x65\x43\x02\x22\x6e\x2c\xe1\x73\xed\xda\x42\x72\x0d\x5c\x95\xf9\x89\x1a\xd1\xbf\xf4\x39\x40\x43\x21\x0d\x4a\xc2\x2a\x13\x51\x3e\xe8\x2f\x36\x00\x94\xdb\x79\x5e\xdc\x50\x0f\xd2\x0e\x96\xe3\x19\x9b\xc0\x3c\xd3\x4c\xc6\x7a\x6b\xfb\xa8\x7a\x40\x8b\xb4\xcb\x41\x63\x60\x01\xdb\x80\xc8\x7d\xc0\xc8\xfa\xc3\xbd\x71\x5c\xc9\xc3\x81\x07\x67\xbc\xec\x89\x57\xba\x8a\x8e\xc6\x57\x21\xa8\x44\x55\x17\xf0\x02\x1a\xc2\x49\x5c\xf6\xbe\xc4\x61\x01\x8d\x73\x09\x57\x51\x90\x7e\x2d\x24\x51\x98\x82\x7b\x56\x17\x7e\x72\x35\x8e\xe2\x20\xc1\x91\xc3\x25\x0c\x30\x33\x9f\x8a\x1c\x9d\x00\x71\x2a\x9b\xc2\x1b\x27\x33\x67\xa7\xc2\x17\x5a\xae\x83\x8d\x79\x0d\x5e\xd7\x5a\x1c\x85\x0d\x78\xe5\x1f\x8e\x7a\x8b\xb1\x66\xbb\x28\x20\x00\x01\x07\x70\xa1\x67\xe7\xa9\x40\x30\xbc\xeb\xb3\x73\x35\x46\xb2\x1a\x8c\x0a\x0e\x0f\x84\xe4\x73\x5e\x7a\x03\x01\x70\x69\xd6\x45\x89\x54\x52\x7c\xe4\xeb\xd3\xa7\x76\x19\x51\x14\x92\x52\x56\xf8\x39\x6b\x39\x52\x86\x48\x29\x7b\xbb\x5c\xd9\x57\x12\x6c\x32\xe6\x85\x6b\x3c\x97\x7d\x41\x70\x73\x76\x1f\x7a\xe4\x82\x5a\x91\x91\x83\x69\x76\x48\x95\xea\x24\x67\x77\x12\x18\xb3\xbd\xb0\x76\x66\xc6\x93\xb9\x95\xa1\x5b\x6c\xab\x6b\xb2\xc4\x05\xc9\x21\x2c\x81\xc2\xcf\x96\xed\x93\xac\x12\x32\xce\x85\x02\x54\xb1\x25\xe5\x91\x30\x5b\x6c\x5d\x68\x0c\xb1\xaf\x5d\xad\xb4\x7b\xee\xb4\xac\x55\xdf\x35\x82\x18\xdd\x59\xf4\x4f\x4c\x4e\x1d\xe5\x0e\x49\x37\xcd\xeb\x3a\xed\x29\x26\x62\x3d\x74\x5f\xf7\xd1\x3b\x8b\xa9\x2e\x8d\x9a\xb8\x63\xf2\x28\x83\x40\x6c\xa8\x15\x80\xca\xdf\x41\xa1\x7a\xb1\xf3\xc5\xd3\xe6\xb5\x3c\x8d\xaf\x65\xa0\xd3\x45\x80\x9e\xed\xea\xf7\x0c\xb7\x7d\x0c\xd2\xc0\xb4\x59\xb7\xbf\x6f\xa1\xb8\xd9\xe4\x7a\xe7\x3b\xa1\x9c\xe1\x9c\xec\x10\x01\xa1\x71\x63\x24\xdb\xc1\x95\xee\x33\xbb\xd2\xdd\xd3\x1f\xae\x57\x34\x40\x0d\xdf\xc1\xfb\x6d\x7f\xde\x6f\x5f\x9e\xab\xd9\x06\x75\xef\x40\x12\x03\x36\xee\x0b\x0f\xb4\x6b\xe8\x4c\xb3\x67\xec\x73\xee\x01\x06\x4e\x32\xd2\x0a\xb7\x13\x20\xf5\x58\xad\x7b\x72\xbc\xc3\x07\xdd\x9b\x82\xe6\x97\x99\xb7\xf6\x62\xf2\x77\x1b\xbd\xda\xc8\x18\xd2\xc8\xa1\x8c\x95\x16\xc2\x23\xec\x96\x6c\x3d\x4a\xd8\x86\x3c\x4d\x6e\xb6\x77\x74\x99\x4a\xc2\x7f\x11\x37\x37\xc9\xaf\x3f\x13\xcf\x74\x95\x74\xc9\xa2\x80\x6d\x9b\x8c\xc4\x86\x22\x4f\xc8\x07\x85\x48\xe8\x23\x69\x2d\x81\x56\x24\x9c\xb9\xf5\xfd\x71\x86\x52\x88\xd4\xc1\x1d\xc2\x67\xf9\xb2\x2a\x7c\x35\x06\x76\xcb\xa0\x00\x87\x8a\x32\xfa\x45\x59\x10\xb9\x72\x86\xce\xed\x18\x51\x19\x83\x4a\xfa\x34\x7a\x4e\xc2\x26\x32\x97\x75\xc1\x6c\xf2\x47\x20\x02\xd7\xe5\x75\xd9\x28\x63\xf9\xa8\x12\xb9\x7a\xe4\x63\xb4\xcd\x5f\x13\xfc\xf1\x69\x21\xe6\x8f\x1a\xe5\xff\x0a\x31\x37\x94\xc5\xef\x4a\xcc\x5c\xff\xaf\x42\x47\x8a\x11\x4a\x76\x11\xb6\x90\x19\x97\xf1\x40\xff\x85\xd6\xb0\xb8\x4b\x3c\xf9\x53\x95\xd1\x82\xb5\xfa\x9a\x9f\x9a\x93\x9a\xbd\x9d\xcd\x8c\x00\x93\x67\x10\x59\xad\x42\x68\x96\xc6\x60\x20\x9e\xe3\x83\x08\xc7\x02\x92\x0e\x2b\x55\x2d\x23\x40\x76\x0a\x7d\x71\xcb\x64\x41\x2b\x64\xcb\xd0\xdd\x5a\x2f\x98\x84\x8f\xa4\xe1\xa0\xbb\xf1\xc6\x7e\xb8\x15\x0e\x3c\x0a\xd8\x54\x47\x3b\xae\xde\x39\x98\x29\x5a\x43\x7b\x5a\x5d\x23\xb7\xf3\x12\xec\xe8\x0d\x4b\x95\x20\x05\xd3\x60\xe8\xe5\xe0\x54\xa0\x41\xab\x24\x72\x67\xb7\xf0\xb9\xd2\x2d\xfb\x31\xc4\xab\xe6\xfb\x34\x89\x3a\x39\x3f\xbb\x27\x95\x6a\x2e\x61\x17\xb4\x6a\x20\xb7\xc6\x1b\x8c\xda\x7d\x16\xbb\x2e\xb3\x69\xb2\x01\xb2\x7a\x26\x5b\x1d\x30\xae\x6d\x5c\x67\x65\x8d\x00\x3a\xd9\x6e\x2b\x19\xec\xd0\x98\x7a\x0e\x74\x7b\x6d\x2c\x0c\x52\xf6\x98\x2d\xce\x44\x09\xe5\x54\x03\xf3\xeb\xec\xa5\x73\xee\xa2\xfc\xe0\xa8\xeb\xc2\x26\xf8\x5c\x88\x3b\x5b\x0b\x04\x85\x4b\x94\xb2\x8d\x84\x3b\x17\x92\x63\x80\xa4\x55\x2f\x6d\xe2\xee\x61\xd2\x03\x77\x7f\x88\x99\xff\x9d\xb2\xde\xa9\xa7\xc0\xb9\x60\x7a\xe3\xef\x4c\xd8\x50\x02\xa8\xcf\x32\xe5\x05\xd7\x2b\x7c\x2a\x0d\x69\xe3\xe5\x4c\x52\xef\x05\xf0\x30\x85\x54\x58\x00\x18\x96\x96\x5c\x83\x16\x2e\xc1\x10\xbd\xf7\x6d\x4d\x8e\xc8\xc6\x30\x9b\x25\xa3\x11\xab\x14\xa8\xa1\xb3\x79\x94\xd1\xb5\xb8\xa9\x1c\xb2\x1e\x90\x2e\x10\x3f\x38\xcb\x41\xc1\x06\xc3\x3c\xf0\xd2\x17\x5b\x51\xa8\x9b\xab\x4b\x8b\x8c\x53\xa1\x17\x30\xb5\x4d\xb9\xbc\x25\xcb\x07\xf4\xa3\xcb\xee\x01\xad\xb2\x79\x57\x23\x57\x04\x6b\x28\x09\x6e\x11\x51\x99\x1c\xa7\x7f\xd7\x13\x72\xe2\x3b\x60\x98\xa5\xce\x16\xa1\xa4\x9d\xcd\x31\xde\xdd\xd2\xeb\xb3\x8b\xcb\x2b\xec\x0d\xaf\x64\x8d\xb9\x86\x6b\xe5\x5c\xdf\x5d\x02\x3e\x4b\x60\x61\x2d\x5c\x91\x77\xa2\xb4\x69\x85\xac\x0f\x8b\xad\x52\x99\xb3\x12\xdc\xa6\x0d\x65\xcd\x16\x47\xc0\x31\xd5\x58\xc8\xdc\xa2\x93\x7b\x21\xcd\xe5\x4d\x08\xd2\x76\xdc\xba\x39\x50\x73\x4c\xe0\xd4\x6b\x36\x26\xd7\x9f\xec\x7d\x85\xfb\xf0\xcd\x87\xd4\x09\x88\xc0\x76\x8b\x77\x0e\xbe\x3a\x50\x94\xc4\x11\x1b\x23\x45\x7d\xaf\x94\xbe\x0a\x5a\x9b\xda\xf1\x83\xc6\xea\x8f\xa8\xb1\xb2\x6c\xd4\x41\x65\x75\x50\x59\x05\x68\xd8\x8a\xd0\x00\x69\xda\x48\x68\x4c\x2f\x48\x68\x1c\xae\xd1\x66\x88\x9d\xcd\x82\x2f\x3f\x94\x2a\x8f\xdf\xaf\x89\xb3\xfb\xdb\x5c\x6a\x21\xc9\x29\xb2\xe8\x62\x66\x15\x2c\xa8\xab\x79\x6c\x8b\x2b\x48\xc5\x32\x47\x2d\xa0\xe3\x93\x61\xfe\x90\x1d\x42\xd6\xe3\x01\x63\x5e\x38\x7c\x5f\x81\x2d\xf0\x5b\xf2\x0f\x62\xa4\x62\x91\xcd\x07\xb7\x4f\x6a\x03\xe1\x2c\x95\xa5\xce\xb7\x45\x2c\x88\xc4\xd3\xb4\x2a\xab\x8e\xd0\x7a\x3d\xba\x1e\x79\x9d\x08\xe4\x9c\x73\x93\xe4\xb1\x62\x2e\xad\xad\xc0\xf3\xf4\x23\xb6\xe3\x51\x4a\x51\x3a\xf5\xd3\x87\x8b\x37\xe9\xa4\x7b\x71\x87\x46\x4d\xd3\x0f\x17\x6f\x48\x45\xf5\xc2\xee\x34\x30\x2c\x00\x10\x06\xc5\xbf\xc2\xd7\x1e\x7c\xc8\x5d\xd8\x1d\x58\xba\x6d\x42\xee\x59\x5d\x14\x63\x32\xe3\x18\x3e\xc7\x2a\xe7\x9a\x60\x66\x9d\x90\xb8\x16\xef\xf5\xc8\xa0\x88\xe4\x99\x82\x62\xba\x6f\xc4\x3c\xdc\x22\x64\x7b\x76\x70\x4f\x5c\x37\x18\xb3\x60\xb4\xd0\x8b\x5f\xbf\xf2\x83\x0c\xa7\x82\x3f\x92\x6c\xc1\xb2\x1b\xb5\xd5\x71\xfd\xf6\x5c\xab\x4d\xc5\x0c\x75\xc2\xb7\x60\x5c\x5b\xb0\xe3\xc3\x56\x24\x43\x4e\x0c\xbc\x42\x31\x3b\xf1\xb6\xaa\xac\x81\xba\xcd\x3e\x64\xe8\x57\xc1\x05\xad\x78\x51\x44\xca\xb6\x7d\xb0\x8a\x2d\x6d\xfe\x27\x6b\xbc\x86\x9f\x7b\x5c\x44\xc0\x56\x6d\xd5\x7f\x49\x05\x2d\x39\xb1\x26\x75\x15\x57\x78\xf1\x14\x87\xcf\x6c\x1c\x21\x25\x4b\xe6\xaa\xc3\x45\x19\x4b\x3f\xf8\xef\xaf\x47\xfc\xb0\x8e\xed\x2e\xcd\x8c\x5b\xb3\x35\x45\x1e\x1b\xfe\xbe\xeb\x21\x60\x08\xcd\x93\xbe\x1d\x6f\x58\xe7\x76\x2b\xbc\x65\x72\xda\xb3\x42\x68\x8a\x72\x92\x86\xf5\xac\x5f\x84\x19\xf7\x30\x35\xed\xdf\xee\x61\x1c\x1a\xf6\x3c\xd3\xa2\x5a\xd0\x2f\x33\xe8\x40\x7b\x87\x96\x43\x00\xc2\x21\x00\xe1\x10\x80\xf0\x6f\x28\xd0\x1e\x02\x10\x0e\x62\xf4\x6f\x11\x80\xf0\xfb\x51\x68\xff\xfe\x23\x25\x2c\x07\x72\x88\x97\x38\xc4\x4b\x1c\xe2\x25\x0e\xf1\x12\x87\x78\x89\x43\xbc\xc4\xbf\x69\xbc\x84\xfe\x6d\x29\xe4\x21\x6c\xe3\x10\xb6\xf1\x79\xc2\x36\x7a\xac\xdb\x0f\x09\xf4\xe8\x56\x85\xda\x6d\x50\x48\x0f\x97\xba\xbd\x92\xed\x10\x20\xf2\x87\xd1\x4e\xec\xcb\xdc\xde\xd0\xc9\x1e\x6c\xee\x07\x9b\x7b\x0b\x24\xb6\x22\x3a\x87\x90\x91\x43\xc8\xc8\x21\x64\xe4\x10\x32\xf2\xf9\x43\x46\x7a\x58\xa6\x2f\x39\x70\x64\x5d\xf0\xc2\xbf\x4d\xd0\x84\xbd\xb7\x43\xe8\xc4\x81\xef\x3d\x84\x4e\x1c\x42\x27\x0e\xa1\x13\x87\xd0\x89\xcf\x12\x3a\xd1\x78\x77\x3e\x73\x00\x45\xf7\xdb\x5b\x09\x59\x87\x60\x8a\x3f\xde\x2b\xb7\x67\xed\xce\x21\xa4\xe2\xa0\xde\xe9\x61\xb9\xef\x41\x7a\x0e\xe1\x15\x87\xf0\x8a\x43\x78\xc5\x21\xbc\xe2\x10\x5e\xd1\x7e\x67\x0f\x41\x16\x87\x20\x8b\xdd\x05\x59\xa4\x81\x6a\xd8\x83\x8d\x05\x7b\x0f\x91\x16\x87\x48\x8b\x43\xa4\xc5\x21\xd2\xe2\x0b\x93\x76\x0f\x91\x16\x07\xe9\xfa\x8f\x17\x69\x41\x5e\xbe\x3a\xbf\x78\x75\x7a\x72\xf5\xea\xe5\x0b\xc3\x76\x91\xcb\x86\xe7\xa7\x5d\xaa\xaa\xab\x4a\x48\x23\x39\xf2\x4c\x0a\xa2\x58\x26\xc0\xad\x55\x69\x46\x41\x2d\x1a\x96\x32\x39\x05\xce\x3e\xcc\xe0\x0d\x5a\x0c\x05\x03\xdd\x28\x56\x0a\xc5\x5e\x15\xec\xfc\x10\xf1\xe1\x39\x73\x64\x84\x0e\x01\x1f\x87\x80\x8f\x43\xc0\xc7\x21\xe0\xe3\x10\xf0\x71\x08\xf8\x38\x04\x7c\xdc\x93\x42\x76\x18\x9c\x8b\x1e\x1a\x3c\x84\xd5\x39\x84\x8f\x1c\xc2\x47\x0e\xe1\x23\x7b\x09\x1f\x49\xb3\xbc\x5b\xeb\x0d\x0f\xc1\x23\x7f\x18\x85\xcb\xbe\xdc\x0b\x62\x2d\xf3\xc1\xb9\xe0\xe0\x5c\xd0\x84\x88\x6d\x28\xce\x21\x72\xe4\x10\x39\x72\x88\x1c\x39\x44\x8e\x7c\xfe\xc8\x91\x34\xb7\xf4\x25\x07\x8e\x1c\x2a\x8e\x1c\x2a\x8e\x44\xa0\x7b\x88\x9d\x39\xb0\xfd\x87\xd8\x99\x43\xec\xcc\x21\x76\xe6\x10\x3b\xf3\x59\x62\x67\xe2\x67\xe7\x33\x87\xce\x74\x3e\xbd\x8d\x8c\x79\x08\x9c\xf9\xe3\x3d\x71\xfb\xd5\x6c\x1d\xe2\x66\x0e\xaa\xad\x34\xb7\xbd\x3d\xdd\x39\x44\xcd\x1c\xa2\x66\x0e\x51\x33\x87\xa8\x99\x43\xd4\x4c\xeb\x91\x3d\x04\xcd\x1c\x82\x66\x76\x17\x34\x93\x84\xa9\xe8\xb5\x46\xb6\xe9\x68\x2e\xc2\x50\xfc\xa9\xe3\x5b\xe0\xd2\xa0\x7d\x64\xd9\xa9\x64\x10\xf3\x40\x8b\xb5\x06\xf1\x46\x4f\x27\x05\x1a\x69\x8e\x7d\x64\xd9\x11\xbe\xe3\x2e\x7c\x44\x0b\x62\xd9\x2c\x73\xbf\x86\x1c\xd9\x71\xd0\x04\x5e\x12\x5a\xd2\x52\x81\x07\xcd\xb6\xf9\x84\x0e\x82\xc5\x41\x77\xf6\x05\xf1\xfb\xe6\x1d\x4d\x38\xe0\x55\x2c\x23\x0b\x51\xc0\x63\x13\x4c\x26\x15\x55\x06\x4f\x2c\xf4\x20\xba\x38\x97\x27\x8f\x11\x86\x99\x43\xda\x8e\xa6\x01\xa7\xb9\x31\x50\x65\x5d\x66\xdc\xeb\x9d\xc5\xb3\x8f\x89\xaa\xb3\x85\x61\x83\xb8\x0d\x79\x62\xca\x59\x22\x00\x42\x69\xa6\xf9\xed\x46\x7d\x9c\x27\x22\xe1\x4d\x4b\x11\x91\x49\x0f\x11\x31\x3b\xb7\x9e\x82\x49\xf7\x53\xeb\x39\x0a\x26\xd8\xa2\x40\x6f\x5d\x7b\x02\xf6\x3c\xc0\x97\x1a\x8e\x0e\x40\x23\x26\x1e\xce\xb0\xeb\xcf\xca\xc7\x6f\x19\x6e\x45\xe0\x99\x65\xda\x59\x5a\xf6\xbd\x55\xeb\x15\xba\x86\x98\x3f\x90\x22\xc3\x61\xee\x8a\xbc\xdb\xe5\xee\xee\xbd\xb8\xb4\xa0\xbf\xf9\xcd\xe0\x1a\x7b\xdb\x7b\x1d\x0a\xd1\x1d\xb7\xc0\x80\x23\x1b\x1f\x8d\x08\xe2\x13\x91\x52\xa1\x11\xec\x74\xb2\x66\xc1\xe7\x39\x00\x57\xce\x0c\x5d\x70\x46\xa5\xe5\x92\x22\x81\x9c\x32\x08\x09\xa4\x00\xbe\x40\xd0\x9c\xc8\x69\xa7\xac\xa4\x58\x56\xf1\x1a\xa7\x42\x14\x8c\x36\xdc\xb3\x93\x7c\x2d\x3a\x65\x73\x15\xf9\x63\x27\x96\xc5\xca\x4c\xd4\x20\xe1\xe2\x5b\x6a\x5d\xa5\x33\x91\x33\x15\x88\xc0\x9f\x8e\x9f\x99\x3f\xe6\x73\xa6\x80\x74\x57\x92\xdd\x72\x61\xfa\x45\x18\x75\xc7\x80\x76\x82\x91\x7c\xe7\xd8\xe2\x36\xb4\x5b\x0c\xf1\xb3\xee\x10\x90\x3d\xad\x1a\xc6\xfe\x58\x1a\x86\xc0\x1c\x1f\xa7\x0b\x59\x0d\x77\xa5\x85\xa1\x4d\xe0\x40\x70\x25\x6e\x18\x52\xb7\x53\x58\xdb\x8f\x6c\xf5\x92\x6a\x8a\x9a\x6d\x56\x2a\x0e\xb0\x03\x4a\x0c\x65\xdf\x00\x50\x88\x58\x12\x07\x32\xee\xd4\xce\x6d\x03\x0d\x78\x79\xb4\x64\x4b\x21\x4d\x83\xbe\x63\xac\x74\x2f\xa9\xf9\x8a\x61\xcc\x1c\x4d\xad\xa4\x40\xf7\xfa\x57\xd1\x8f\x5c\x2b\x56\xcc\xdc\xfc\x54\x93\x82\x51\x05\x2f\x6d\x25\x85\x81\x7c\xc3\xae\x70\x6a\x08\x35\x23\x15\x93\x36\x18\x67\x00\xc7\x86\xab\x38\x35\x3f\xcc\x80\x07\x7c\x99\xb4\x2e\x9d\xbf\x7a\xeb\xc3\x83\xec\xc2\xaf\xde\x5c\x92\x2c\x8c\x53\xe4\x71\x88\x32\x8e\xdd\xe5\xd5\xd8\xbc\x72\xb4\x5c\x3d\x49\x6a\x53\xb2\xf8\x84\xd7\x7f\xb8\x92\xfc\xd6\x70\xa9\x37\x6c\x15\x42\x8e\xa7\xe2\x96\xc5\xeb\x48\x7e\x84\x7d\xac\x38\x1a\x99\xd7\x78\xc4\xbf\xea\x76\x22\xbc\xcc\xed\xee\x28\x01\xe2\xe7\x91\xdc\x13\xbc\x18\xaa\xe0\x3b\x0f\xb4\xa3\x79\x4f\x79\x03\x84\x09\xd9\x07\x60\x13\x98\xbf\x29\xa3\xd2\x70\x6b\xf0\x8b\x63\xf2\x23\x26\x6d\x06\xa1\x18\x96\x80\x37\x31\x7f\x5b\x9f\xe7\x4d\xae\xc3\x0f\xc1\xf0\x8b\x88\xce\xf6\x61\xb5\xa7\xb8\x4e\x74\xf0\x4a\x48\x3a\x15\xb5\x26\x94\xcc\x28\x2f\x58\x1e\x07\xc7\x39\x60\x6c\x53\x5e\x7c\xcc\xdc\x84\x0b\x46\x73\x26\x87\x60\x8a\xc8\x13\x4f\x01\x04\xc7\x58\x07\x92\xce\x87\x7c\x9c\x93\xbd\x97\x4e\xf4\x94\xc1\x93\x39\x93\xa3\xf1\x08\x5f\x52\xfc\xe9\x9b\xaf\xcd\xfd\xe3\xc2\xba\x5f\xfc\x01\x7e\xb7\x24\x0d\x3e\x69\xb7\xb0\xf9\x73\x43\xa3\xce\x07\x08\xc5\x1b\xdc\x45\x86\x03\x81\x75\xd5\xbc\xa7\x78\xab\x0e\xf2\xed\x41\xbe\x3d\xc8\xb7\xff\xee\xf2\x6d\x8a\x88\xfc\x31\xc5\xdb\xe4\x4e\x77\x29\xdd\xf6\x1e\xe5\x8e\x68\xfb\x43\x64\xdb\xde\xb5\x7d\x29\xa2\xed\x5e\x5f\xc5\x83\xec\x73\x90\x7d\x0e\xb2\xcf\x17\x2d\xfb\xdc\xd4\x53\x76\x44\xe7\x73\xc9\xe6\x54\x8b\xd8\x2e\x64\xce\x66\xce\x95\x96\x3e\x66\xf4\xe4\xfc\xcc\x70\x26\x7c\xbd\x9b\x7f\xe8\x15\xfb\xbf\xbb\x44\x0c\x68\xfc\x26\x15\x95\x9a\x67\x75\x41\x25\x01\x93\x93\xe5\x43\x27\xe4\x1d\x5d\x32\x74\xc5\x98\x32\x72\x3d\xb2\xbc\xe8\x04\x6c\x85\xd7\xa3\x03\xbf\x7b\xe0\x77\x7f\xc7\xfc\xee\x6e\xfc\xb7\x9a\x6e\xcb\x6b\x78\x68\xcf\x05\xc7\xbc\x81\xc1\xbf\x42\x18\xc2\x52\xce\x01\xf8\x82\xb4\x09\xf9\x1b\x20\x99\x9f\x45\xd6\x0d\x94\xb1\x45\x3b\x22\x3f\x85\x26\xed\x98\x34\x68\xc7\x40\x2e\xd7\x2f\x3e\x67\x92\xdf\xc2\x9b\x1c\x36\x61\x55\x28\x18\xa5\xb8\xcf\xb5\x6e\xe6\x53\xb7\x77\xd3\xbd\x1f\xc9\x6d\x72\xb4\xf7\x9c\xa3\xc3\xc9\xde\x6f\x9e\x53\x51\xa2\x36\x66\xd8\x3b\xe0\xbb\x13\xec\x31\xb5\x84\xd7\x40\x00\xb3\x64\x35\x7a\x35\xa8\x6e\x3e\x10\x80\xfa\x1b\xdc\xeb\xa0\xcd\xc3\x54\xd7\xcd\x8e\x2a\x7d\x65\xf8\x3b\xee\x18\x86\xee\x7a\xdf\x18\x1e\x4d\xbb\x8c\x1e\x99\x5f\xb3\xf6\xe3\x9c\x45\x46\x94\x2e\xb9\x0d\x3a\x14\x62\x1c\xdf\x4e\xd8\x88\x25\x66\x94\x49\xe8\xd0\xea\x25\x2d\x8f\x24\xa3\x39\x9d\x16\x8c\xd8\x7e\x8e\xe3\x31\x98\x9b\x33\x4d\x79\xa1\x2c\x6e\x14\xb0\x1b\xbf\xf4\x9e\xe8\x58\xaa\x52\xef\x24\x66\x13\x1c\x9b\x7d\x1e\xdd\x09\x99\x8f\x03\x05\x25\x38\xc6\x33\x74\xfe\x98\x1e\xa9\x41\x9f\xdc\x2c\xda\x3a\xc0\xa8\x7d\x76\x4d\xff\x0d\xa0\xef\x86\xb8\x5f\x49\xb3\xbc\xd7\xb4\x50\x6c\x4c\x6c\x86\x87\xe4\xe7\xf0\x87\x0e\x53\xb6\xaa\xbc\x06\x14\x72\x00\x75\x3e\xf4\xc5\x31\x5c\x9b\x9c\xef\x9b\x3d\x9b\x0e\x7d\x11\x6a\x21\xee\x1c\x9c\xf0\xbf\x10\xde\xea\x41\x4e\xf8\xf7\x7b\xd1\x0e\x3e\xf9\x5f\x24\x4f\xb7\x17\x9f\xfc\x7b\xca\x76\x0f\x26\x56\x9b\x14\x5c\xcd\x9e\x0f\x67\x53\x27\x98\xf8\x0e\x2e\xdf\x00\xb0\xcd\x9f\xc5\xf2\x31\xd1\x0b\x08\x2d\x5f\x89\x1a\x1d\xbb\xcd\xdb\xa9\x05\xc9\xb9\x82\x7f\x46\x9a\x08\x43\xaa\xf0\x9f\xcd\x07\x20\x49\x20\x95\x3d\xaa\x31\xe6\xbe\x38\x97\x5c\x48\xae\x57\x6f\x79\xc9\x97\xf5\x12\x33\x70\x1b\xba\xe7\x1a\xba\xb4\x34\xa3\xdf\xd5\x65\x5e\xa4\xec\x73\x27\xd8\x82\xa8\x78\xfe\xea\x2d\x71\x1a\x95\xd3\x13\x32\xc5\x26\xf4\xa3\x76\x49\xea\x6a\xab\x17\xb7\xe9\x08\x58\x93\x31\x7e\xa4\x42\x6e\xed\x48\xf1\x42\xce\x66\xa4\x2e\xbd\xa7\xf6\x98\xa8\x95\xd2\x6c\x89\x59\xb0\x88\x14\x42\x2b\x22\xca\x66\x26\x33\x38\x43\x88\xd0\xeb\x60\x42\x64\x0f\x9c\xae\x34\xf0\x32\x43\xd2\x82\x84\x90\x75\x88\xba\x07\x12\x61\xbf\xb5\x10\x4a\x27\x31\x2e\x79\xe4\xe9\xcf\xc4\xbd\xca\x7a\xe9\xbe\x5a\xd9\x9f\xf1\x7b\xf8\x7d\xfb\xd6\x2c\xe8\x2d\xf3\x2a\xbb\x09\xf9\x01\xf2\x6e\x86\x01\xe8\x88\xee\x95\xe9\x73\xb7\x97\xca\xc7\xd7\x4f\x57\x96\x9a\x29\x88\x4c\xc4\x1c\x5e\x61\x02\x51\xb2\x46\x7a\x72\xe0\x1d\xdd\x33\xa9\xfc\xf3\x88\x13\x2f\xf9\x7c\xa1\x7d\x60\x26\x64\x4f\xc4\x44\xa0\x24\xb9\xbb\x5b\x9b\xf3\xbb\x06\xdf\x62\xbb\xc4\xbb\x85\x28\xdc\x42\xe7\x0c\x34\x31\x8b\xe6\xa6\x30\xc0\xa3\x92\x7c\x49\xe5\x8a\x28\x21\x81\x7f\xb0\xd1\x33\x65\xf7\x53\xcb\x7a\x39\x76\x51\x92\x38\x97\xd2\xa4\xac\xc1\x1d\x5c\x0b\xd8\xb0\xd2\xe4\xf1\xd7\xc7\x64\xca\x66\x86\x36\x3f\x3b\x7e\x82\xdf\xc0\x4c\x76\xc9\xaf\x00\x9c\x15\xd5\x82\x4e\x99\xe6\x19\x2d\x20\x2b\x3a\x95\x5c\x85\xf4\x06\x71\x5e\x06\xc7\x29\x90\xc7\xb7\xcf\x26\x53\x2a\xdd\xa7\x6e\x9f\x4d\x66\x42\x3c\x21\x3f\xb3\x47\x39\xf0\x0b\xcb\x25\x2b\x73\xa2\xc4\x92\x69\xf0\x60\x2f\xf8\x0d\x7b\x41\xbe\xb2\xaf\x03\x79\xcc\x3e\x66\xac\xd2\x90\x85\xb3\x84\x2b\x78\x62\x6e\xff\xd9\x7f\x1e\x1f\x1f\x03\xd9\x39\xa7\xf4\x92\x29\xf2\xf8\x7d\xc5\xca\xcb\x05\x9f\xe9\x31\x79\xc9\xb8\xe9\x65\xe3\x6e\xe0\x03\x88\x7f\x90\xe8\x1f\x96\xf7\xf5\xf1\xf1\xb1\x1a\x66\x34\xe7\x25\xe4\x74\x67\x97\x37\xbc\xba\x7a\x73\xf9\x93\xa1\x42\xab\x94\x57\x59\xa2\x9b\xa3\x63\xaa\xad\xde\x6d\x10\x33\xd4\x82\x26\xe8\x67\x84\x6d\x56\x2f\x6e\xfe\xd6\x52\x94\xf3\x02\xe6\xce\x44\x2d\xe9\xdc\xbc\xb8\xe4\xff\x8a\xba\x61\x30\x5a\x30\x12\x08\x55\xc8\x4c\xd8\xf5\x49\x53\x41\x63\xd8\x62\xf9\x2d\x4f\x0a\x64\x2e\x4a\x87\x2c\xbc\x27\x80\x69\x45\x41\xc3\x66\x39\x71\x6b\x25\x67\x1a\x75\x84\xb1\xa5\x5c\x94\x04\x2c\x03\x7f\xfa\xd3\x37\x86\xb6\x99\x49\xa2\x4f\x94\xbc\x18\x5b\xdf\x7b\x8b\xc2\x2c\x24\xad\x74\xd2\x8c\xa7\x46\xb7\x21\xcf\x06\x74\x62\x39\x3c\x46\x45\xb1\x42\x58\x6d\x9c\x1b\x03\x77\x3d\xa4\xc6\x8a\x2f\x2b\x73\x76\xac\x30\x2f\xa6\xdf\x4d\x69\xae\xbd\xb0\x73\x49\xac\x71\x60\x21\x66\x56\x17\x68\xcd\xdb\x24\x40\x6e\xc3\xef\xd9\x8d\x37\xf2\x36\xdf\xf6\xb1\xee\xad\xa4\x22\xe6\x10\x7c\x8e\xda\x36\x3d\x9e\x10\x12\x25\xfb\x19\x93\xeb\xd1\xed\xb3\xeb\x51\x4f\xc6\xc4\xc6\x0b\xd8\xf7\x59\xd7\x01\xd8\x00\x29\x0a\x5c\x04\x90\x17\x73\x35\x8e\x20\xc6\xab\xe2\x10\x98\x62\x9a\x0c\xb3\x88\x61\x24\x84\xbc\xb5\x4a\xe3\x39\x04\x28\x99\x0b\xa5\x25\xf9\x95\x49\xb1\x81\xbe\xb5\xd6\xd1\x25\x6d\xfd\x34\xed\x92\x1b\x88\xe5\xfa\x91\x8a\xd6\x44\x71\x45\x98\x21\xc8\x92\x45\x1b\xaa\xae\x96\xb4\x28\xc6\xa4\x92\x62\x4a\xa7\x90\xb3\x16\x3a\x3d\x3b\x56\xc0\xd3\x42\x5c\x94\x98\x11\xf6\xaf\x3a\x24\x9e\x76\x64\x9a\x63\x6e\xda\x90\xf4\xc5\x32\xe9\x6d\x26\xc0\xd0\xcd\x5a\xb3\x70\x8a\x6e\x69\xd4\x9d\x94\x45\x8e\xd6\x3c\x5c\x91\xeb\x11\xc0\x98\x21\x91\xd7\xa3\x31\xe1\xda\xc2\xb4\x39\x31\xb4\xdc\x94\xa2\x6c\xf6\x6a\xcd\xa2\xc6\x96\x35\x81\x58\x2e\x7b\x8e\x05\xfb\xc8\x33\x31\x97\xb4\x5a\x70\xc0\xa1\x09\xb9\x1e\xfd\xd8\x9d\xc3\xd0\x1e\x2a\xb5\xe3\xed\xae\x47\xb7\x66\x15\xda\x10\x2f\x2c\xd9\x81\x51\x79\x18\xe5\x6f\x0f\xf6\xb1\xd9\xc9\x92\xfe\x22\xfc\x1b\xfa\xc4\x0e\x11\x15\xba\x0b\x15\xd6\xb3\xc8\x45\x2e\xc2\x23\x73\x3d\x22\x42\x92\xeb\xd1\x94\x69\xf3\x6f\x28\x22\x82\x6a\x9c\xe6\xc4\xbc\x8c\x26\x06\x38\x52\x18\x71\xa9\x30\x09\xe9\x8c\x4b\x05\x59\xa7\xbf\x3f\x21\xd7\xf5\xf1\xf1\x37\x8c\x98\x29\xdd\xbf\xe1\x5b\xe4\x31\xe6\xea\xfd\xfe\x04\x49\x9d\x3b\x31\xd8\x66\x29\x88\xaa\x67\x33\xfe\xd1\xfb\x1f\xc0\x78\x21\x71\xec\x13\x9f\x50\x06\x2c\xfd\xf6\x4d\x2c\xe7\xcd\x2d\xdb\x1d\x37\x56\x8b\x21\x45\x88\xa6\x6e\xb5\x4e\x21\xe0\xce\xfb\x05\xb9\x7d\x76\x3c\x26\xb7\x5f\x8f\xc9\xed\x33\xf3\xff\xc1\x88\x0b\x7f\x1d\x9b\x7f\x7d\x33\x26\xb7\xdf\x80\x5d\xd7\xfc\xf4\x35\x3a\xbf\x41\x3f\xf8\xe7\xd7\x63\x32\x13\xe2\x19\xfe\xef\xf1\x20\x1f\xb1\x35\xc2\xcd\x36\xa2\x46\x87\xbc\x3d\x5c\x64\xd9\x68\xa9\x6e\xf7\xbd\x8f\x82\x7a\x93\xbb\x9e\x55\x3f\x25\xf4\x63\xa7\x36\xc5\xb1\x7b\x16\x83\xea\xb4\xe2\x76\x59\xf7\x8d\x33\xbc\x9f\x1e\x21\xa8\x80\x3f\x8d\x47\x1f\x8f\x42\xf6\xdb\xa3\x0a\xf2\x6f\x2c\x99\x9c\xb3\xa3\x1b\xb6\x1a\xbd\x70\xca\xd9\x44\x2f\x98\x9b\xcd\x4d\x27\x18\xb0\x33\x08\x49\x2d\xf4\x9e\x40\xd2\x01\xb6\x35\x40\xd2\xee\x6b\x5d\x19\x5a\xfc\x8d\xbb\x30\xc3\x23\x64\x2b\xcb\x8a\x6e\x04\x0f\x97\x9d\xab\x1b\xbe\x9d\x4a\x5c\x16\x24\xd4\xf5\xd9\xbc\x7a\x82\xc1\xe3\x29\xf1\x87\xcd\xf3\x1a\xee\x2b\xc1\xb8\xce\x48\x24\x64\x62\xe6\x44\xa9\x1d\xcb\xef\xe0\x19\x38\x33\xc3\x61\xc0\x93\xc6\xa6\x0b\x21\x6e\x26\xe4\xa5\x4d\x01\xa3\x05\x70\x75\x86\x4d\x9b\xd2\xec\xe6\x8e\xca\x1c\x69\xa1\xe6\x98\x1f\x68\x42\xfe\x69\x66\xfd\x67\x1c\xd3\x6d\x2b\x32\xc0\xd7\x1c\x51\x7f\x76\xf4\xe7\xe7\xcf\xbf\x79\x6e\x7d\x6d\x15\xbf\x65\x4f\xee\x49\xb7\x9a\x6e\x32\x5b\xc0\x13\xfa\xc9\x1c\x4c\xe9\xff\x86\xea\xde\x83\xda\xf5\x4b\x53\xbb\xfe\x1e\x4d\xe9\x6d\x02\xf2\xc5\xdb\xd3\x3b\x0b\xfe\x8d\x8d\xea\xc9\x03\xdc\xc9\x44\x0f\x31\xaf\xb7\x27\x3b\xd8\xd8\x0f\x36\xf6\x83\x8d\x7d\xef\x36\xf6\x36\xda\x1d\x0c\xed\x7f\x44\xce\xeb\x73\x19\xda\x3b\xcc\xfd\xc1\xda\xfe\x25\xb2\x7d\xbf\xb5\xb5\xbd\x03\x26\xbb\xa1\x5d\x07\xbb\xfb\xc1\xee\x7e\xb0\xbb\x1f\xec\xee\x07\xbb\xfb\xc1\xee\x7e\xb0\xbb\xff\x06\x76\x77\x7c\x90\x0f\xc6\xf7\x83\xf1\xfd\x60\x7c\x3f\x18\xdf\xff\x98\xc6\xf7\x1e\x1a\xb7\x23\x09\xe6\x60\x86\xbf\x87\x96\xe1\xcb\xb6\xc5\xf7\xaf\xf6\x21\x30\x73\xb0\xca\x1f\xac\xf2\x83\xac\xf2\x96\xb3\x29\x98\x3c\x5a\xd2\x92\xce\x99\x7c\x8a\x35\xbc\x42\x3a\xaf\x13\xad\x69\xb6\x78\xc9\xcc\xff\x9e\xfa\xee\xa7\x71\xa5\xaf\xb5\x24\x69\xf3\xf0\xa8\xd6\x5d\xc1\x96\x20\xa4\x5a\x33\x8d\x39\xd9\xf4\x04\x9b\x74\x21\x2f\x51\x06\x89\x07\x5f\x18\x39\x2f\xe3\x05\x93\x97\xab\x32\x1b\x8d\x47\xcd\x1f\xde\x08\x51\x9d\x33\xc9\x45\xde\xd5\x8b\x6c\x9e\x2d\x91\xe1\xcc\xb5\x13\x59\x97\x06\x9f\x2a\x98\x9c\x67\xa4\x10\xa2\x32\xf0\x21\x5d\x17\x00\xab\x9c\x29\xb3\xf8\x40\x35\x41\x4e\x76\xc5\xb1\x69\xa6\x6b\x48\xab\x1f\x37\x0a\x59\x60\x9e\x04\xc9\xe7\x73\x64\x4a\x29\x2c\x11\x4c\x31\xd9\x82\x40\x91\x28\xd4\x1e\xa2\x28\x35\x2b\xe8\x9c\xb0\x12\xc5\x33\x21\x83\xa8\xe6\xd7\x62\xe4\x18\x45\x66\xb4\x50\xcc\x4c\x6d\xeb\x0c\xb9\xc7\xbe\x56\x76\x74\x8f\x5c\xd5\x7b\xa4\x6b\xce\xa7\xd9\xd3\x61\x31\x5d\x8a\xba\x04\x9e\x40\x87\x3a\xf2\xfe\x48\xd5\xaa\xcc\xf0\x30\x14\x1e\xe7\x1d\xe5\xda\xa7\x23\x51\x75\x96\x31\x65\x50\x05\xd2\x91\xd4\xf6\x04\xce\x14\xd4\x3a\xd0\x82\x3c\x37\x42\x7f\xb4\xbd\x87\x99\xce\x5e\x3a\x34\xb8\xbf\xc2\xd4\x4f\xd1\xa6\xfa\x03\x10\xf4\xf4\xf2\xe2\x92\xcf\x4b\x5e\xce\xef\x81\x9e\x1b\x07\xaf\x47\xce\xd4\xf0\x4d\xa8\x79\x5a\xd4\x4a\x33\xe9\xc6\x31\xa9\x5f\xf3\xc2\x50\xe7\x66\xc3\x8f\x6c\x95\xfc\x3d\x1c\x55\x1b\x4b\x7b\x26\xee\xec\x39\x4b\xf6\x73\x80\x37\xe3\x05\x83\x57\xc9\x6e\x1c\xb0\x8a\xc4\xb9\x5b\xfe\xfb\xf9\xf1\xb7\xe4\xf4\xa4\xa1\xda\x70\x32\x0e\x57\xaa\x66\xc4\x7e\xe1\x48\x65\xa2\x62\x79\x23\xb5\x4c\xea\x15\xea\xd9\xe0\x86\x85\xbb\x7e\xbe\x1e\x3e\x2b\xe7\x7a\x61\x30\x26\x77\x2d\x8a\xcf\xcb\xd6\xf7\xbd\x54\x36\xe7\xb7\xac\xdc\x15\xe0\xf7\x5d\xde\xce\xcf\xfe\xe2\xf2\xc4\xd0\xad\x57\xa7\x2f\x2f\x4f\x1a\x49\x74\x1e\x70\x01\xbf\x0d\xd6\x16\xa2\xce\xcf\x31\xf1\xce\x16\xe8\xda\x3b\x2a\xe0\xe9\x94\x2a\x14\x66\x03\xc6\x22\xa7\x9f\x99\xc1\x2e\xd9\xcf\x46\x34\x35\x7c\x15\x20\x9f\xa8\x73\xfc\x12\xdc\x68\x02\xeb\x9a\x1d\x12\x57\xde\xe8\xe0\xd5\xdd\xd4\x3c\x6d\xc2\xda\xdc\xe2\x95\xb5\xca\x88\x1a\xa0\x48\xda\xd6\xdf\x6d\xe4\x2e\xfd\x8c\x86\x0d\xc3\x8f\x58\xee\x4d\x0d\xb2\xb0\xdf\x8f\x63\x7a\x49\xd9\x52\x94\x97\x4c\xdf\x83\x1e\x6f\x1a\xbb\x9e\x1c\x27\x46\x6f\xa4\xc6\xa2\xcc\x50\x6e\xf3\x83\xcd\x83\x9c\xb0\xbb\xf7\xf6\xec\xde\x78\x4f\x4f\xcf\xa1\xd7\xae\x3a\x4a\x0e\xed\x50\x81\x08\x7d\x02\x90\xab\x8e\xca\x0c\x19\x10\x81\xd7\x3e\x4c\x5a\xac\x26\xe4\x0d\x95\xf3\xa0\x12\xf9\x0b\x59\x0a\xac\x2a\x5d\x89\x12\xde\x7d\x3f\x31\x96\x29\x82\xe6\xd3\xf3\x0f\xe4\xb1\xe1\x63\x4a\xa6\xef\x84\xbc\x79\x42\x0a\xd1\x50\x10\xef\x9f\x99\x7e\xc9\xaa\x42\xac\xcc\xbd\xdd\x07\x36\x36\x0d\xde\x00\x1c\x89\xe1\x5b\x40\x87\x1f\x8d\x97\x3e\x4e\x2e\xc7\xb4\xf5\x31\xd1\xfd\x73\xad\x03\xa0\x66\xd7\x04\x04\xf9\x0e\x3b\x07\x21\x3f\xb3\xda\x0d\x10\x6d\x3c\xb2\xce\x39\xe4\x6b\xfb\x7b\x2a\x87\x7f\x19\x1a\x67\xb6\xe9\x7c\x23\xa2\xf5\xff\xae\xf9\xdb\x97\xac\x92\x0c\xca\x15\xdd\x0f\x67\xd6\x0f\x4e\xe0\xcc\x14\xce\xce\x0e\xdb\x28\x68\xb2\x82\x69\x5e\xce\xcf\x45\xae\xfe\x7a\x7e\x09\x78\x11\x7e\xf9\xae\x96\x4a\x83\xa8\x39\xe7\x86\x21\xb9\x60\x5a\xae\x4e\x8d\x64\x93\x10\x32\x3b\xe3\xba\xbb\x79\x75\x7e\xf1\xea\xf4\xe4\xea\xd5\xcb\x17\x60\xcd\x69\x74\xef\xe2\x46\x29\x72\x06\xf6\x72\xd4\x7c\x57\x22\xc7\x2a\x65\x53\xd3\x1d\xed\x41\x98\xcf\xd1\xeb\xf7\xcd\x08\x48\xbd\x5d\x4b\x36\x01\x7b\x0a\x00\xbd\xf3\xec\x2b\x84\xb8\x21\xbc\xd4\x82\x5c\x50\xcd\xde\xf0\x25\xd7\x83\xf3\x5f\xb7\x0f\x6a\xf0\xe6\xfe\x5a\x25\xd0\x1e\xb7\x56\x19\x51\x10\xcc\xb7\x89\x5d\x6e\xda\x5e\x58\x36\x4e\x1b\xaf\x7a\x56\x08\xaa\x51\xa0\xed\x5c\x5c\x67\xe1\xb2\xd3\xa7\xbb\x5e\xc9\x34\x94\x33\xc7\xfa\xcd\x1c\x4a\x39\x95\x98\x53\x3c\xd2\x5e\x12\x98\x02\x1d\xc8\x6e\x69\x81\xe6\x16\x05\x1d\x8f\x0c\x6a\x1f\x21\xaa\x7f\xd6\x27\xeb\x95\x75\x8e\xba\x07\xf2\x6d\x18\xba\xfe\xb9\xea\x0e\x1e\xfe\x58\xb9\xb1\xee\xa9\x72\x7f\x7f\x00\xaf\x2d\xf5\x1d\xd5\xd9\x62\xf3\x33\xd5\x9c\x65\xcd\x23\xd5\xe8\xd8\xbd\x7b\xef\x5e\xe6\xa8\x73\x50\xcb\xe0\x5b\xe5\x44\xb2\x5c\x94\x6c\xc3\x23\x35\xa3\x06\xd2\xc2\x94\xe0\x87\x06\xb5\xf5\x77\xf3\x42\xad\x39\xa9\xde\xeb\xed\xf6\x6d\xb9\x59\x07\xc9\xb4\xb9\x6e\x66\x84\x15\x5b\x3c\xcf\x42\x36\x39\xc7\x9c\xb1\xd6\xc0\x5a\x89\x9c\x64\x0b\x5a\xce\x23\xc1\x35\x67\x05\x5d\xb9\x04\xa1\x5c\x05\x69\x57\x0b\xf2\x8b\x40\xc3\xe5\x12\x35\x67\x95\xd0\xb6\x6c\x5a\x5d\x65\x62\x69\x26\x75\x1f\xc6\xa2\x01\x79\x9d\x59\x7b\xe4\x2d\x93\xb4\x28\x12\xb7\xa6\xdc\x90\xdf\xf5\x23\xea\x41\xb4\x40\x23\xc3\x7d\x51\x79\xdd\xf8\x61\xf8\xdc\x9a\x61\x38\x52\x5b\x13\x44\x1b\xb7\xdf\xd2\x8f\xee\x27\x75\xce\x24\x4c\xbf\x0e\xab\x93\xd3\xac\x41\xee\x54\xff\x2e\x8e\x3b\xa3\xc0\x3e\x71\x5d\x99\xad\xed\x1c\xe3\x93\xe7\xd7\x39\x8f\x65\xa2\x97\x3b\x85\x25\xfd\xc8\x97\xf5\x32\x89\x3b\x8d\x3d\xd3\xdc\xfa\x24\xd1\xb2\x09\x0e\xd6\x71\x36\x0c\x83\x87\x1d\xbe\x01\x63\x25\x53\x75\xa1\xcd\x4b\x3e\x63\x77\x4c\x02\xf2\x16\x78\x5a\xcd\xd3\xb1\x9c\xba\x6d\x0b\xd5\x76\x3f\xe7\x83\xf9\x3d\x95\x53\x3a\x67\xa7\xa6\x57\xa6\x85\xbc\x07\xb6\x0d\x9c\x62\x3d\xc2\xf5\x4f\xb2\x09\xe7\x5e\x81\x8a\xbf\x3d\x7e\x34\x8e\xb0\xe8\xfb\x53\x87\x7f\xdf\x9f\x9e\xcd\x4b\x21\x59\x1e\x15\xc6\xec\xc7\x3e\x37\x6e\x0d\xc2\xd9\x2e\x5d\x1c\x9b\xe3\x82\x48\xe6\x56\x44\x0c\xb0\x33\x39\x54\xe2\x1b\xfa\x02\x26\x37\xdf\x59\xb0\xb3\xa2\x80\xc7\x25\x2b\x99\xe4\x59\x77\x85\x13\xf2\xf6\xc3\xe5\x15\x38\xd8\xac\xca\x8c\xe5\xc1\xa0\x93\x09\x89\xb2\x26\x24\x19\x07\xbb\x8c\x35\xeb\xa0\xb5\xd7\xd7\xb7\x25\x3f\x9f\x5c\xbc\x3b\x7b\xf7\xfd\x8b\xf5\x5f\x02\x0f\x8e\xd2\xfa\x75\xcc\x18\xd5\x4d\x16\x37\xb2\xd1\x24\x2e\xac\xb3\xb9\x79\xd6\xee\xe3\xb5\xcc\xd6\x53\xa3\x59\x0b\x15\x6f\xa0\xb5\x28\xd0\x40\xa3\x71\x93\xc3\x6c\x0f\xb2\xfe\x77\x31\x6f\x82\x98\x17\xca\x9e\x35\xd6\xb4\xbe\xd6\xeb\x60\x64\x6e\x4c\x79\x8f\x87\xf7\x7b\xbc\xb0\x80\x7c\x6f\xb1\xe3\x70\x5a\x30\x64\x02\x57\x15\xa0\xa9\x38\x85\x08\x68\x07\x31\x89\xf3\xdb\x40\x06\xce\x85\x34\x3f\x9d\xe4\xb9\x64\x0a\x9e\x5a\x5e\x5e\x30\x15\xf4\x15\xe3\x11\xd6\x14\x38\x15\x65\x89\xf7\x8d\x34\xc2\x69\x2a\x34\x95\xfa\xcc\xca\x32\xa3\xf1\xe8\x0d\xd4\x35\x7a\x55\x24\xba\xa2\x3e\x69\x5a\xcf\xe7\xbc\x9c\x77\xe9\x87\x5b\x42\xe7\x70\x28\x36\x38\xe0\x3c\x3b\x27\xee\x17\x43\x01\x0c\x02\x19\xc1\xf0\xb1\x35\xfb\x1d\x4f\xe0\xff\xe1\xc1\x14\x05\xca\x59\x33\x9a\x35\x2b\xd4\xc7\x76\x99\xd6\xee\x12\xfa\xf8\x66\x0f\xef\x37\xa0\x3c\x2a\xe3\x9d\x60\x39\x03\x08\x19\xc0\xf8\x92\x2c\x1a\xc3\xb4\x79\xd0\x43\x21\x87\x4a\x8a\x8f\x2b\xe7\xdc\x88\xb5\x1c\xd6\xb8\xcb\x46\xae\xf0\x1b\xeb\x92\x88\x65\x25\x4a\x56\x6a\x28\xab\xd4\xc1\x9f\xf6\x6e\x9a\x30\xfa\xa9\xff\x6e\xbb\xc1\x82\xe2\x8e\x14\xa2\x9c\x9b\xd5\x37\x4d\xb3\x66\x1c\x78\xfd\xfb\xa9\x88\x05\x47\xb5\x3b\x5b\x54\x04\x57\x89\x0a\x5f\xbe\xb1\x4d\xd3\xb2\xa8\x49\x0b\x6b\xe9\x8e\xcc\xe4\xe4\xd1\x57\x8f\xac\xa7\xee\xf5\xc8\x00\x90\xb5\x85\x47\x96\xe4\x78\x8e\xeb\x11\x79\x34\x13\x22\x0c\xb1\x13\xc2\x8f\xa6\xf1\xa8\xd1\xea\x3f\x62\x9b\xd1\x83\xcf\x10\xc8\x6e\x2e\x03\x30\x92\xdd\xf1\x72\xbb\x82\xf7\x01\xc3\x12\x7a\x32\xdb\x34\x8c\xac\xf8\xee\x44\x32\xac\x96\x69\x9f\x9c\x8d\x52\xd2\x06\x10\x4c\xaf\xc3\x5c\x6a\x8b\x7a\x74\x76\x50\x34\xda\x1b\xe1\x7f\xcd\xf5\x8b\x19\xc1\xbe\x86\x6b\xc2\xce\x88\x93\x0f\x5c\x7a\x73\x81\x9d\xf5\xb7\x89\x67\x97\xc5\x6e\x76\x70\xc0\x29\xe1\x37\xa7\xe4\xe5\x25\x91\x6c\x86\x4f\xbe\xfa\x2f\xcf\x59\x4b\x5a\xe6\x62\xe9\xb1\xac\x3d\x95\xa1\x3b\x5f\x7f\xd5\xfa\x75\x77\xb6\xdf\xf3\xa4\x17\x55\x65\xdd\x99\xbd\xff\x94\x8f\xfe\xe8\x3e\x45\x8f\x14\x04\x4a\x79\x31\x0a\x5c\x66\x1a\x11\x4f\xf7\xf2\xdc\x1c\x28\x4f\x87\x82\x3e\x8d\x1b\x4e\xd8\x6c\xd7\xd1\xc7\xa1\xb3\xf4\x80\xf8\xd0\xe1\xeb\xc0\xec\x3e\xfc\x49\x83\xc1\x59\xc7\x87\xc4\x1d\x23\x05\x0f\x2d\x6d\x1c\x8f\x93\xb6\x36\xb1\x15\x30\x11\xe8\xc4\x1d\x57\xd5\x7e\xee\xbf\x4f\xc7\x68\xcd\xe3\x18\x2d\xfc\xc3\xc0\x15\x0f\xc1\x38\x8d\x35\x26\x9f\xf4\x78\xa7\x6d\x2d\xae\xdd\x5a\xc0\x3b\xfc\x7b\xcb\x6f\xec\x4a\x8c\xfc\xe1\xfc\xe4\x1e\x92\x63\xff\xa8\xf5\xc2\x62\x63\xdc\xa6\x1b\xfc\x41\x48\xfe\xab\x99\xad\x38\x17\xf9\x49\xad\x85\xca\x68\xd3\x92\x35\xee\xeb\xf3\xa1\x82\xff\xbe\x16\x72\xca\xf3\x9c\x95\x3f\xf3\x32\x17\x77\xfd\xfd\x5f\x8a\xbb\x12\xfe\x75\xa9\xe9\x94\x17\xfc\x57\xd8\xcb\xe0\x51\x83\xbf\x73\x25\x0a\x26\x69\x09\x5e\xa2\x7d\x4b\x57\xec\xe2\xd5\xe5\x15\x12\x01\xd5\xdf\xef\xf4\xfc\xc3\x19\x6a\xf8\xed\x6a\x37\x9d\x89\xed\x7d\xc1\x68\x6e\x9e\x2c\xf5\x92\x15\x34\x11\x9c\xb9\xe5\xe7\x12\x3c\xd9\x36\xe3\x5b\xc6\x45\x3a\xd3\x4c\x82\x3a\xd6\x46\x42\x18\x76\xf4\xf4\xfc\x03\x51\xe0\xc7\xaf\x6c\x54\xa0\x11\x74\x6f\x78\x55\x6d\x0e\x1c\x1a\xfe\xba\x6c\x7b\xc7\x43\x37\xde\x37\x01\xc6\x42\x34\xf6\x8d\x96\xa5\x92\x7d\xd4\x24\x77\xa3\x9c\xae\xe1\xf3\x6d\x34\x85\x02\xdb\x6c\xb6\x67\x8e\xc6\x7e\x0d\x73\x67\xe3\x64\xfc\x58\xe4\x32\xc0\xf6\xe7\x5c\x99\x51\x7f\x5e\x0a\x4d\xf0\x2c\xcc\xa9\x90\x29\x2b\xc4\x1d\xa1\xe5\x2a\x84\x20\x5a\x07\x35\x4d\x96\x34\x67\x24\xaf\x25\x1a\xa7\xa9\x26\xd5\x8e\x79\x90\xad\x70\x6b\xe8\xa9\x25\x47\x43\x64\x6d\x1a\x2b\xec\x06\xf1\x00\xa5\x1b\xe5\x2d\x18\x54\x32\xa2\x21\x06\x2c\x27\x54\x45\x1d\xb0\xae\xbd\x91\x52\x9d\x08\x88\xcc\xbf\xe6\x4b\x86\x31\x62\x50\x87\x8f\xcd\x66\x2c\xd3\x3e\xf0\x8c\x5b\xb5\xcb\x0f\xe7\x27\x78\x45\x39\x57\x92\xcd\xa9\xcc\x1b\x98\x09\x69\x0e\xea\xd2\x7c\x6d\x85\xd6\x51\xf4\x5c\xa7\x39\x26\x4c\x69\xaf\xf3\xb7\xb8\xa6\x75\x4e\x10\x1b\x87\x6c\xf0\x83\x08\x0a\x44\xd8\x3c\x37\x52\x8d\x9b\x11\xee\x2e\x40\xfa\xde\xf7\x19\x9e\x99\xa1\xdb\xf4\x23\x7c\xbe\x18\xff\x03\xe2\x2a\x2b\x03\xab\x52\x43\x4a\x1e\x55\xcf\xe7\x90\xb2\xa2\x86\xc7\x96\x97\xf3\xa7\x8e\x6a\x61\x50\x7c\xaf\xd9\x3b\x17\xf5\xb4\x60\x6b\xd6\xdf\xf3\x7c\x0f\xdd\x4c\x7a\xf8\x7a\x82\x8b\x9b\xf8\x7c\xe4\xb6\xf5\xcc\x0f\xde\x5a\x63\x18\xc9\x68\xad\xac\xf4\x69\xd0\x33\xd2\x76\x58\x7d\x0e\x64\x2e\x71\x31\xf9\x7a\x21\x21\x23\x44\x50\xff\xfa\x60\x1f\xbc\x61\xab\x68\x18\xbb\xa8\x66\x03\xcd\xb5\x72\x10\x8e\x41\x39\x64\xc9\xb4\xe4\x99\x72\x1a\xa6\x78\xd2\x10\xe1\x85\xca\xa5\x94\x66\xf8\x37\xb1\x4b\xfe\x1f\x31\xbd\x07\x97\xdb\x3f\x6a\x3d\x97\xdb\x18\x37\xdc\xf2\xf8\x7f\xc4\x74\xa3\x4f\xa4\xef\xb3\xc6\xb2\xe1\xfa\x74\x4d\x1b\xbf\x88\xe9\xae\xdd\xd7\x7e\x11\xd3\x1d\xf9\xad\xed\x4a\xa2\xf9\xb1\x9e\x32\xf0\x16\xbe\x5c\x50\xc9\xf2\xc1\xb7\xbd\x6e\x5c\xe2\xbe\x15\xf4\x22\xd3\x15\x99\x0a\xbd\x20\xad\xd5\x39\x6d\xa3\xd5\xc5\x8a\x3a\x4f\x34\xe2\xb9\x19\xf6\xc6\x6a\xcf\xad\xae\x67\x63\x64\x43\xe4\x9d\x3d\x1a\x8f\x5e\x7d\xc4\x44\x50\xf0\xfb\x4f\xa2\xa8\x97\xec\x1c\x8a\xe0\x8e\xc6\xa3\x0f\x8a\x59\xcb\xf2\x49\x96\x89\xba\xd4\x51\x11\xfc\xd1\x78\x74\x62\xee\xfe\x43\xa9\xe9\x7c\xce\x72\x18\x6f\x24\x66\x51\x6b\xe6\x02\x67\x78\x53\xb6\x78\x27\x72\xf6\x56\x94\x5c\x0b\x19\x69\xe7\xc1\x0b\xde\x7b\x72\xc3\x5f\xa7\x67\x2f\x2f\xec\x07\x32\xaa\x99\x19\x67\x7e\x32\x1f\x35\xff\xb5\xbf\x0b\x79\x85\xb1\x90\xee\xb4\xf1\x06\x60\x05\xca\x7e\x6e\x9d\xb3\x67\x77\xfa\x6e\x64\x58\xbb\x8b\x0f\x4c\xc2\xbf\xcc\xf3\x76\x0e\xec\x0a\xa4\x24\xa0\xb6\x3b\x68\xb3\xa0\x0e\x6f\x6a\x69\x80\x5a\x90\x9c\x0d\x47\x81\x6b\x71\x99\x70\x32\x4f\xdb\xc6\x12\xc7\xde\x55\x14\xd4\x36\x42\xba\xb6\xfd\xec\xcc\x86\x34\x9b\x77\x59\x25\x67\xee\x9e\x6d\x57\x33\xdd\xee\x42\x72\xa6\x99\x5c\x82\x1e\xf3\xce\x50\x85\x1b\x5e\xe6\xce\x2d\xc6\xf4\x76\x87\x22\x64\x23\xd8\xbe\xc7\x98\x11\x03\xe7\x36\x91\x05\x7d\x4a\xe0\xc6\x90\xad\x15\xc1\x43\x8d\x7a\x6b\x02\x25\x3e\x35\x81\xba\x2f\xd8\x04\x4e\x8a\x23\x58\x91\x0b\x60\x71\x3d\x6c\xf1\xd2\xc5\x8a\xf4\x1c\x5a\xc0\xa0\xbe\xe9\xe3\x80\x03\x07\x03\x90\x7a\x87\x7f\x0c\x59\x0a\xd7\x7d\x23\x85\x61\xa9\x57\xa4\x0b\xec\x4d\x84\x09\x18\x82\x79\x0a\x3a\xf8\x85\x28\xe1\x67\xca\xb7\xc1\x8c\x7e\x5a\xd6\xb5\x8c\xf7\x75\x6d\x59\xc7\x6c\x41\xf0\x86\x81\xab\x01\x52\x90\xf8\xc1\xcd\x76\x3d\x9a\x90\x33\x50\x28\xfb\x47\xb0\x51\x28\x1a\x34\xe3\x95\x68\x6d\x06\x36\x8d\x19\x4e\xd0\xdf\xd2\x90\xfd\x5b\x58\x93\x63\xca\x5c\xae\x8b\x1f\x4f\xdf\xa6\xc3\x4c\x3a\x94\xb5\xb3\xe3\xb2\xdd\x65\x8d\x48\x02\x94\xd3\x26\x9b\x2c\xe1\xaf\x26\x4b\xb2\x1b\xe6\xb6\x45\x9f\x93\x2b\x1e\x24\x41\xa1\xa3\x2d\xc8\x90\x70\xb2\x1e\x4a\xc8\x1b\x51\x9a\x77\x14\xc7\xa8\xb4\xa3\x4e\x46\x8b\x02\xae\xa0\x79\x2b\x96\x2f\xa1\x2b\x74\xe6\x23\x34\xb7\xa9\x4e\xc5\x8c\x94\xec\xce\x7e\x14\x86\x79\xbc\xd9\xcd\xb9\xf4\x3f\xa1\x5d\x3a\xdf\xd7\x35\x71\x5a\x2e\x34\x15\x2c\x62\x88\x9b\x99\x15\xf4\x4d\xf3\x3b\xd8\x0f\x24\xe1\x6a\x60\xda\xee\xf6\xb5\x96\x9d\xe8\x6c\xad\x5e\xd3\x3b\xaa\x13\x7f\xb7\x60\x90\x78\x24\xb6\x8b\x86\x68\x75\xff\x0e\x9a\x01\xb7\x3c\x87\xf8\x64\x97\x41\x17\xa7\x8d\x0b\xca\xef\x47\xe4\xd8\x65\xdc\xdd\x3d\xc4\x17\x60\x4d\xef\xed\xda\xb1\x79\xf4\x7a\x71\xa6\x87\xb5\xdd\x68\x80\x41\x9e\x76\x34\x6e\x73\xd6\x86\x2d\x4c\x46\xdb\x1b\x3e\x30\x11\xe9\x3b\x1a\xa7\xe2\xd5\x7a\x42\x83\x46\x63\xc8\xb1\xcb\x66\x75\x91\xe8\xde\x09\xd2\x88\xbc\xb6\x93\x3f\xb6\xdc\x48\x47\xe3\x35\x4e\x73\xa3\x71\xd3\x2e\x32\x1a\x37\x25\xc8\xd1\x38\x64\x91\x68\xfe\x2a\x72\x76\x76\x7e\xf2\xb6\xf3\xe3\x1b\x3e\x63\xd9\x2a\x2b\x9a\xdd\xcf\x99\x54\x5c\x69\x56\x6a\x7c\xf5\xbe\xe3\x25\x02\x59\xd4\x45\xe4\xdf\x9f\x36\x7e\xb9\x60\x55\xc1\x33\xda\x3e\x13\xfb\xb3\xb5\xf1\xc5\xbf\xa3\xae\xe7\xaf\xb5\xd0\xb4\x79\xba\xcd\x1d\x86\x84\x22\xe1\xb7\xab\xab\x37\x27\x33\xcd\xe4\x6b\x5e\x72\xb5\x68\x1c\x77\x97\x83\x4f\x43\xc2\xbd\x12\x3c\xf4\x71\x90\xe9\xb1\x7b\x63\x25\x87\xa4\xb2\xf8\xd4\x03\xea\xf7\x88\x9c\xef\xe5\x9b\x13\x23\xf7\xc7\x3e\x6f\xcc\x0e\xf0\x29\x8d\xc5\xdb\x87\xa6\xf6\x3a\x8b\x74\x07\xee\x6d\xbb\x1b\x63\x6f\x7b\xa2\xf0\xee\x13\x6d\xd9\xef\x1c\xd3\x1d\xb9\xbf\x0d\x6f\x8c\x28\xfd\xd4\x43\x60\xef\x11\x2b\xd7\xb7\x63\x25\x96\x71\xcc\xdc\x3e\x36\xb9\x21\x04\xf0\x53\xf2\xb9\xd8\x3a\x22\xa9\x6f\x83\xdd\x71\x7b\xbb\xd0\x4d\xf1\x56\x9f\xfa\xdf\xc0\xfb\x45\x6d\x6c\xda\x73\x6b\xf0\xde\x37\xbe\x36\x44\xe5\xd3\xda\x77\xfe\xde\x8e\xf4\x7d\x67\xd0\x3f\x7e\x6f\xc7\x30\x34\x7c\xc0\x9c\x84\x65\xe4\xfa\x7c\x86\xef\xe5\x15\xbc\xab\x6d\x0c\xf2\x7b\xfe\xd4\xe6\xcc\xb6\x71\x68\xe9\xdb\x5d\x63\xc8\xde\xee\x69\x8d\x7f\xce\xa7\x36\x7f\xb9\x8d\x01\xa3\x6f\x57\x8d\x21\x7b\xdb\xd5\x1a\x7b\xcc\xa7\xae\xbc\xb0\x9d\xaa\xbe\xf7\xf5\x40\x85\x7d\x7b\x4b\xa8\xbe\xe7\x56\x29\x94\x70\x18\x06\x5d\xce\x1a\x19\x68\x17\xe7\xb1\xd6\x66\xf1\x29\x2d\x37\xf4\xa7\xa8\xdb\xf6\xce\x13\x03\xf7\x76\xf3\x9b\x16\xe9\xb4\x4a\x2d\x79\xa8\xbb\xd9\x4e\x9f\x81\x7b\xed\x8c\xdb\xdf\x56\xd7\x2f\xd1\xed\x34\x25\xe4\x25\xb7\x9b\xe8\x38\x7c\xcf\x89\xc1\x7b\xdd\xf8\xa6\xc5\x82\x43\xef\x26\x41\xb6\x73\x0c\x9b\x46\x0c\x3b\x8f\x4d\xb3\xec\xed\x60\xb6\x5a\x3e\xba\x3c\x37\xe5\xf8\xee\x81\x34\x3b\x0c\xdc\x7f\x73\xd0\xfe\xb6\xbb\x66\x71\xe8\x25\x9b\xd0\x49\x24\x52\xf8\x75\x7b\x0d\xdb\x67\x18\xb9\xb7\x2d\x6e\x5c\x5c\xb4\xcf\x96\x92\xa5\x6f\xa3\xcd\x6e\x5b\xed\xb4\x39\x74\xdf\x9b\x5e\xb3\xd0\xd8\x07\xba\xad\x42\x4a\xec\x3b\xd9\x71\xe8\xce\x93\x83\xf7\xb8\xf7\xcd\x8b\x35\xbb\xbf\x5c\xcb\x6e\x5e\x6e\xcd\x6d\xb6\x14\xe9\xfb\xdf\x68\xef\x12\x61\x77\x1d\xad\x5f\x5f\xc2\xdf\x7b\xee\xf3\x73\x6c\x70\xed\x02\x61\x97\x49\x45\x72\xb2\xa6\x5b\xa7\xdb\xc0\xdd\xa6\x86\xee\x6f\xc7\x1b\x17\x6a\x76\xbd\x46\x7b\xdb\xad\x30\xd7\xdb\x77\xd8\xfe\xfb\xc7\xef\xed\x10\x06\x2e\xd9\x9c\xc4\xa1\x04\xdc\xa1\xf8\xee\x17\x5a\x85\x6d\x07\x31\xe7\x43\xcc\x14\x7b\xc8\x12\xbc\xfb\x3c\x97\x7b\x48\x8f\xb8\x87\xec\x71\x3b\xcf\x88\xb5\x9f\xe4\x3c\x7b\xcb\x43\xb2\xa7\x94\x06\xbb\x0c\x78\xdb\xa5\x5b\xf1\x6e\xdd\x56\xb7\x9e\x6d\xa3\x9a\x65\xfb\x19\x37\x68\x33\xee\x35\xe1\x46\x2d\xc1\xd6\xb3\x6e\x27\x62\x6f\x3f\xfd\x3a\x91\x76\xeb\xd9\x36\x4b\x8f\xf7\x9d\x72\x9d\x6c\x76\x8f\x39\x07\xc8\x3c\x5b\xcf\xda\x2f\x60\x6c\x3f\xd5\x7a\x56\x7e\xfb\xf9\x36\x33\xca\x5b\xcf\x39\x94\xef\xbc\x87\x7b\xd0\x46\x64\x5f\xe3\x1c\xb4\x51\x69\xbc\xd6\x35\x28\x31\x7a\x48\xc2\x6f\x18\xd2\x88\xe3\x0d\x11\x0e\x8d\xf6\xb5\xb1\x10\xad\x9e\x6b\x22\x22\x9a\x3d\x13\x69\x3e\x43\x2d\x97\xad\xa2\x23\x86\xa5\x7a\x4a\xed\xb8\xeb\x29\xd9\xed\xb4\xce\x5d\xd2\x2f\xb8\xe0\x33\x76\x04\x24\xf4\x0f\x91\x40\x70\xd3\x2b\xb3\x0e\x92\x37\x58\x04\xd6\x03\xb2\x19\x5c\xd1\xe5\x70\x38\x76\x34\x07\xe3\x1c\x2e\x5d\x75\xcf\xe6\xcf\xce\x29\xfa\x2d\x55\x37\x97\xfc\xd7\x44\x12\x82\x4e\x8f\xe4\xbe\xe2\x1e\x21\x1f\x9e\xba\x21\xca\xfc\x60\x20\x03\xbc\x8e\x33\x9e\xcb\xb4\xaf\xf9\x3a\xf8\x4c\xae\xbd\xb3\x0c\x95\xe8\x95\x70\x77\xb7\xad\x0d\x97\x77\x5f\x5f\x13\x1c\xa9\x79\x49\x72\x5b\x64\x26\xbb\x71\x7d\x40\x70\x4b\x7c\x60\x69\x6b\x1a\x8a\x19\xc9\xf9\x0c\x2a\x45\x69\x72\x76\x4e\x66\x74\xc9\xa1\xb0\x1d\x2d\x49\xf3\xc8\x3b\x42\xe7\x86\x5d\x6d\xbb\x99\xfd\xa5\x62\x18\xc4\x10\x6d\x40\x80\x8d\x36\xa2\x8d\x58\x90\x98\x61\x58\x22\xbf\x2b\xca\x4b\xfd\xd6\x5b\xf7\xcd\x5c\xaf\x6e\x39\xa4\x0f\xb9\xa0\x9a\xc5\x48\x92\x68\xb3\xfe\xea\x52\xd7\xd5\xf7\x92\x66\x2c\x15\x71\xd4\x6c\x38\x17\xb9\x9b\xe3\x8a\x2f\x99\xa8\xcd\xb2\x20\x5c\xcd\x17\x09\xf9\x95\x5d\x2d\x24\x53\x0b\x51\x98\x01\x1f\xca\x05\xa3\x85\x5e\xac\xfe\x9f\x28\xa3\x86\x0e\x4a\x26\xb6\x93\xac\xdd\x85\xd9\xbe\xb4\xac\x99\x8f\x90\x78\x27\x5e\x41\x25\x20\x46\x60\x38\xc6\xaf\x83\xcb\x3a\x33\x4b\x85\x74\x60\xa5\xd0\x47\x18\x5d\x0b\x9a\x8d\x73\x91\x13\x59\x97\x50\x84\x44\x94\xd6\x87\xdb\x5c\x91\x0e\x79\xfc\xb8\xf2\x31\x39\x38\x6f\x3a\x78\xa2\x7f\xf3\xfd\xd8\xdc\xbe\x0a\x83\x05\x7c\x69\x78\x48\xae\x8b\x15\x24\xac\x95\x10\x44\x0b\x99\xcd\x6c\x85\x0b\x44\x59\xac\xe6\xe9\x0a\x8d\x0a\x69\xcb\x76\x6a\x81\x89\x31\x7b\x6e\x61\xc8\x83\xd9\x06\x8f\x64\x5c\x41\x7b\xd5\xbb\xce\xdc\x8d\xa1\x22\x94\xfc\x2a\x4a\x98\xdf\x02\xcf\xa0\x7c\xde\x3d\x40\xdb\x17\xd1\xa1\x79\xa3\x5f\x4f\x71\x2a\x5b\xf8\xdc\xf2\x24\x84\x7a\xb0\x81\x55\x63\xd4\x4d\x5d\x46\xb1\x99\xb6\x52\xeb\x92\xca\x1b\x28\x70\xaa\x49\xed\x50\x60\xe2\xab\xc5\xbe\x83\xc9\x15\x86\x6f\xc2\x4d\x1a\x7a\x55\x30\xfd\x08\x33\x82\x63\x10\x09\x26\x5f\x7e\x0d\x0a\xb2\x32\x5b\x8d\x09\x96\xf4\x7c\x67\xd3\x8a\x75\x33\x90\x3b\xbe\xc9\x00\x8c\x9d\xd0\x2c\xb1\x12\x4a\xe3\x7a\x15\xcc\xbb\xe3\x50\x94\x2e\x01\x49\x87\xa4\x74\xfa\x0d\x3b\x72\x9f\x56\x8e\xde\xeb\xcc\x77\x98\x09\xab\x43\xfa\x12\x79\xb1\xda\x7d\x42\x4e\x23\xc3\x38\x46\x5c\xa5\x4b\x83\x8f\xa8\x21\x4a\xc0\x00\x96\x23\x0e\xed\x6e\xd5\xfd\xe4\x7f\x3b\xf2\xb4\x6f\x44\xf7\x17\x36\x08\xd5\x7b\x5e\x95\xce\x96\xfe\x9f\x9d\x3d\xca\xcc\xe1\x3f\x64\x56\xd6\x21\x69\xe6\xe9\xe8\x3f\x07\x5c\xb3\xad\xd5\x1f\x66\x6a\x2c\x82\x3c\x2e\x05\x29\x20\x4d\xa5\xc1\xeb\x6f\x9e\x98\x9d\xe3\x03\x63\x83\xd1\x60\xcb\xe6\x88\xde\x09\x7d\xc1\x68\x3e\x64\xcb\xbf\x89\x5c\xb0\x9d\x5a\x67\x0d\x93\xb4\x9d\x07\xc9\x5a\x6e\x69\xd3\x54\x1b\x13\x9f\xfe\x74\x5a\x50\xbe\xc4\x61\x0d\x69\x18\xe7\x6b\xe9\x05\xda\x6c\x4a\xdf\xf0\x2e\x25\xb8\x4d\x76\x5c\x23\x5e\x56\x7e\x67\x36\x88\x11\x19\x99\xce\xcf\x24\x33\x13\xef\x90\x44\xa4\x36\xde\xd9\xcf\x6d\xb7\x53\xaf\x81\xd1\xae\x73\x5f\xc6\xc4\xd4\x7a\x7f\x8b\x70\xb3\x24\xc0\x3c\x1c\xcb\x2e\x50\x12\xb8\x3f\x76\x25\x27\x58\x8f\x55\x5d\x20\xc3\x00\x5e\xb5\x09\x9d\xde\x62\x7e\x78\xa8\x6d\x82\x59\x84\xcd\x9f\xf6\xed\x7b\xf7\xfa\x12\x45\x86\x2b\xb6\xac\x0c\x2c\xbc\xe6\x05\x3b\xa7\x7a\x81\x0d\x67\x65\x26\x61\x29\x9b\xba\xff\x20\x94\x36\xff\xed\x7c\x20\x6a\x68\x4f\xe6\x9b\x3a\x28\xdc\xdb\xb3\x73\xb0\xbc\xa7\x67\x88\x08\xb7\xed\x9e\x75\xc1\x2c\xf8\xe6\x5d\xfc\x9e\x1b\x46\xe5\x24\xd3\xfc\x96\xbd\x64\x34\x2f\x78\xc9\xf0\x2d\x56\xd6\x4d\xdb\xcf\xa6\x32\x59\x4f\xa7\x98\x6c\x6a\x42\xbc\xdc\x8e\x4c\xc2\x2d\x2b\x44\x05\xdf\x80\x2a\xad\x0c\x4b\x12\x8b\xb2\x58\x05\x31\xa7\x14\x1a\xd2\xa5\x9b\x07\x86\x92\x65\x5d\x68\x7e\x84\xaa\x89\xad\x54\x12\xa9\xfb\xd8\x78\x26\xef\x5e\x5f\xee\xe4\x38\x4a\x62\x66\x6a\x1c\xc5\xe0\x1a\x07\x01\x02\x53\xb5\x0d\x7c\xab\x59\x67\x97\x67\x36\x2b\x3f\xff\x89\x48\x8b\x34\x56\x70\xb4\x02\xa5\x65\xcb\x0c\xbf\x82\x45\x7d\x41\xe7\x77\xfe\xd3\xd0\xb5\xa5\xa1\x35\x95\x1e\x36\xd1\xcf\xeb\x9c\xb0\xb5\xe7\xf4\x6c\x88\x7d\x0b\xa6\x1c\x0d\xf8\xad\x61\xaa\x4b\x10\x36\x6c\x3e\x82\xa7\xe1\xfb\x46\xe0\x69\xec\x79\xd8\xf2\xd6\x11\x9b\x14\x73\xdf\xd7\x39\x2e\x72\xea\xab\x5f\x52\xc8\xe5\x11\x1e\x3a\xd4\xc4\x51\x45\x28\xd1\x76\x1e\x8c\x69\x70\x93\x74\xa9\x30\x42\x1c\x2f\xe7\x93\xfd\x5e\x61\x50\xdc\xf5\x50\xeb\x21\x87\x11\x5d\xdd\xbd\xce\xc1\x8c\x5f\x73\x04\xfb\xd3\x01\xae\xb5\x2f\xae\x7b\x78\xd7\xf9\x01\xaf\xe7\x62\x9b\x23\x37\xbd\xb2\x57\x90\x29\xc6\x30\x53\x30\x70\x8d\x1a\xad\xb7\x67\x67\xf1\xba\xa7\x67\x57\xd8\x0b\x3d\xa3\x14\x83\x19\x2d\x09\xfb\xc8\x41\x9d\x31\x43\x2d\x06\x6b\xf5\x4c\x14\xb2\x00\x59\x5e\x05\xd9\xb7\x35\xf5\x84\x9c\xcd\xc8\x75\x7d\x7c\xfc\x4d\xf6\x17\x72\x3c\x1e\x36\x27\x57\x2e\x87\xfb\xe7\x4d\x79\xb5\xd9\x8e\xbc\x06\x74\x36\xfb\x57\xaf\x85\x9f\xd4\xf0\xe1\x39\xcf\x2e\x2e\x37\x9a\xf9\x5c\x97\x35\xf6\x3d\xdb\x25\x55\x0f\x0f\x16\x47\x14\x8b\x6d\x7a\x0f\x4c\x79\xe6\x26\xb5\x41\x40\xe6\x44\xbe\xac\x0c\x68\x03\x7c\x00\x36\xc3\xc3\x9a\xd1\x83\x00\xa2\x39\x7e\x0b\x88\x38\xdd\x0c\x11\x9b\xab\xfb\x5c\xf4\x55\xf7\x91\x61\x75\xcd\x42\x0c\xbb\x49\x87\xe7\x60\xe3\xcb\x05\x8d\x01\xae\x1c\x6b\x81\x63\x80\xaf\xfe\x06\xf0\x48\xce\xb0\x09\x40\x1a\xc3\x7a\x5c\x07\x3a\x7d\xd6\x43\x51\xb7\xf7\x3a\x80\xea\xf4\x4e\xc1\x96\xf5\x4d\xfd\x97\xe9\xb4\x33\x98\x82\xd9\x76\x0e\x51\xe3\xde\x23\xed\xcd\x59\xdf\xea\xb8\x46\x81\x84\x4b\xb6\x79\x62\x7d\x16\x2a\xd3\x59\xad\x94\x66\xcb\xdf\xb5\x8f\x42\xbf\xe3\xd2\x1a\xc4\xe9\x8f\xf8\x58\x8b\x2d\x7d\x61\x1f\x03\xbd\x13\xec\xb8\x1f\xd9\x0a\x8a\xe6\xc7\xc8\x72\x79\x72\x25\x6e\x58\xe9\xea\xab\x5d\x08\xa1\x4f\x4f\x7a\x6a\xef\xa7\x07\xad\xab\x66\x18\xf5\xeb\xaf\x62\xe8\xd2\x37\x69\xd3\xf7\x1e\xa5\x0c\x07\x82\x79\xd8\x59\x22\xf9\x96\x6b\xf3\xf5\x18\x84\xd0\x24\x33\x7b\x9f\x41\x7a\x2a\x42\x6b\xbd\x10\x92\xeb\x95\x5f\x08\x2f\xb3\xa2\xce\xd1\x9e\xd0\xda\xca\x23\xe5\x36\xc3\x32\xc9\xb4\x15\x95\x9c\x13\x03\x25\xb7\xb4\xe0\x39\x39\x7f\xf5\xf6\x88\x95\x99\x30\x73\x9c\x9e\x90\x69\x5d\xe6\x45\xba\x8e\x44\xfa\x1a\xfb\xbc\x18\x9a\xdd\x62\x01\x08\x0a\xf9\x58\x40\x43\xfb\x55\xbc\x86\x4a\xf2\x5b\xb3\xd5\x8b\xcb\x13\x72\xc3\x6c\xbe\x3b\x43\xab\xf8\xbc\xb3\x43\xdc\x9f\xda\xa3\x1b\xc4\x06\x67\xbe\x75\x38\xb6\x3e\xe4\x68\x08\xa2\xdd\x87\x63\xb1\x43\x37\x3e\x38\x8d\x7e\x9b\x4b\x81\xae\x47\x9e\x9d\xbd\x2e\xee\x7e\xbf\x54\x8e\x65\x80\x2f\xe6\x3a\x90\xd8\x1c\x9b\xb5\x1e\x2c\x52\xe3\xb7\x00\x8d\x30\x7c\x33\x78\xb4\xfb\xae\x03\x91\x56\xdf\x04\x98\xd8\x1e\x90\x99\x76\xb7\x29\x9f\xa3\xa9\xbf\xb0\xd4\xcf\x43\x7d\x6c\xd7\x00\xcc\xd0\x88\xb6\xb5\x50\xd3\x3f\xc9\x70\xd0\xb9\xba\x7a\xb3\x11\x64\x7c\x9f\x35\xa0\xe2\xfa\x74\x41\xe4\xea\xea\xcd\x11\xe4\xc1\x3f\x9a\xd9\x75\xee\xb5\xe6\xe9\xae\x2e\xb9\xc7\x46\xd8\x77\xa1\x89\xee\xe1\xf2\xbe\xa2\x45\xf1\x15\x61\x65\xbd\x34\x3c\x07\xcb\xa1\x42\xaa\x02\xa7\x16\x70\x57\xf1\x49\x6c\xc1\x73\xab\x65\x8f\x22\xaf\x31\xa6\x8c\x3b\xc3\xe3\xb8\xa7\xec\x18\x99\xf2\x92\x4a\xcb\x40\x60\xc2\x4e\x43\x6e\x57\x21\x97\xb3\xb9\x0e\x9c\xbd\xb1\xbd\x31\x61\x34\x5b\xc4\x0f\x37\xa8\x55\xbb\xc5\xe6\x4a\xc6\x72\xeb\x6c\x83\xf5\x34\x30\xe7\xad\x2d\xb1\x82\x2a\xb1\x92\x54\x54\xd9\x97\x1d\xcb\x39\x1a\xb0\x92\xdc\xac\x06\xfb\x63\x0d\x90\x4e\xc0\x8d\x5b\xbe\x05\x20\x58\x42\x45\xa5\x76\xa5\xaa\x0c\x13\x61\x3f\x75\x53\x8a\x3b\x9b\x44\xda\x9e\x12\x7c\x5d\xd5\x55\x25\xa4\x4d\xaa\x6d\xbb\xe2\x49\x87\xfa\xb4\x50\x0a\xd1\xec\xd6\xae\x65\x90\xcf\xa1\xd3\x57\x43\xa6\x4d\xc5\x45\x89\xca\x59\x6c\x7c\xb9\x2a\xe9\x92\x67\xad\xb6\x61\x36\xce\xf1\xe8\x75\xc1\x3e\xc6\x59\x85\x5f\xf2\x44\xf6\xc2\xfe\x0f\xf5\x14\xf2\x4d\x74\x25\x71\x89\xdf\x2a\x6e\xf0\x40\xa1\x6c\x01\x0e\xeb\xef\x75\xc7\xf5\x82\x97\x84\x96\x84\x95\xb7\x5c\x8a\x72\x89\x85\x18\xa8\x76\x27\xad\x48\x8e\x1f\x6a\x4c\x38\x21\x2f\xb1\x7c\xa4\x72\x8e\x8b\x3d\x49\x98\xfb\xcf\xb6\x67\x5b\xa9\xbe\x7e\x5f\xde\xa8\x70\xfe\x53\x73\x7f\x9d\x4d\x89\x5a\x13\xda\xce\x5e\x8b\x3c\x34\x90\x1f\xe5\xcd\x0b\x06\x8e\x62\xd3\x83\x98\x35\xa7\xf6\x86\xfe\xc8\xa4\x11\xb7\x73\x85\x65\x85\x3c\x60\xc2\x79\xae\xc8\x1d\x5d\x8d\xc9\x9d\x28\x1f\xad\xb7\x57\x60\xa8\xad\x0d\xd7\x75\x51\xa2\xca\x62\x20\x2d\x57\xe6\x7e\xe6\x44\x40\x5a\x5b\xf0\xbd\xf1\x66\x91\x86\xc5\x24\x7d\xfc\x29\xc8\xeb\x71\x82\xf0\x1d\x3c\xb3\x5f\x17\x05\x5a\x3b\x2c\x72\xe6\x5c\x02\x41\x07\x1f\x23\xc4\x3c\xe8\x57\xb0\x8f\x4d\x7a\xe6\x76\xa3\x18\x95\x06\x3d\xcd\x46\x6c\xbe\x64\x5a\x18\x2a\x27\x73\xc0\xfa\x55\x8b\x0c\x26\x2d\x37\x43\xfd\x08\x5a\x86\x9c\x41\xde\x03\x7d\xae\x1e\x6b\x1d\x07\xf6\x91\xbd\x25\xbd\xab\x5d\x84\xe6\x0e\xfb\x52\x5b\x75\x01\x25\x57\x92\x71\x85\xe7\xa6\x65\xab\x7c\xc1\xdd\x11\x11\xc7\x73\xcb\xa4\x85\xf0\x92\x65\x4c\x29\xf3\x38\x34\x1e\x4b\xc8\x73\x5e\x4f\x99\x2c\x99\x66\xaa\x51\x68\x78\x13\x5d\x9f\xf2\x32\x0f\xa5\xa0\xd1\xab\xed\xd7\xef\x1a\x3f\xda\x02\x34\xcd\x1f\x91\xd8\x9c\x4b\x31\xe3\xd6\x42\x97\x35\x0a\x51\x2c\x84\xd2\x46\x0a\x7e\x8f\x0e\xcd\x0c\x3a\x74\xaa\x4a\xf3\x4a\x03\xcd\x82\x7f\xde\x9a\xff\x08\xb1\xbc\xcc\x84\x64\x27\xf9\x2f\xe6\xd3\x02\x46\x1a\x9a\x01\x51\x02\xa3\xf1\xa8\xce\xab\xb3\xbc\x60\xc1\x05\x3d\x13\x65\xa9\x25\xcd\x6e\xf0\xdf\x33\x3e\x6f\xa8\x2b\x0d\x19\x39\x17\x52\xdb\xa5\xc3\xb7\xee\x78\x79\x63\x0e\xab\xe8\xbe\x30\x87\x1c\x04\x3b\xce\x41\x10\x03\x58\xe7\x44\xa3\xc6\x44\xb1\xef\xbe\xc2\xd9\xdb\x54\x00\x4f\x2d\xa9\x03\x88\x89\x1a\x10\xff\x56\x05\xc0\xb3\x2d\xca\x6d\x98\x85\xc1\xbf\x25\x84\xed\xd8\x67\xcf\xd5\x60\x8b\xab\x62\xd8\xba\x0e\x4e\xbb\x35\x95\x3c\x9f\x33\xa2\x25\x9d\xcd\x20\x45\xe5\x12\x18\x07\xc3\xd3\x8b\x5a\x2b\x9e\xfb\xc9\xc2\x04\x33\x78\xec\x2d\x6b\x92\x8f\x49\x29\x88\x98\xcd\x8e\x6c\x07\x9c\x12\x8f\x0c\x55\x85\x15\x93\x46\x0c\xea\xa9\x95\xd2\xa1\x0e\x3d\xe5\x38\x9a\x2a\xf7\x85\xb8\x23\x62\xa6\xe1\x9a\x1a\x6f\xa0\xcb\x70\xe1\xaf\x89\x00\xce\xcf\x24\x33\xb2\x5d\xf0\xf8\x9f\x83\x04\x62\x19\x93\xe3\xdd\x39\x6f\x06\xc2\x97\xda\x07\x36\x85\x57\xc4\xff\x74\xe4\x9c\x33\x5b\xf5\xb3\x2b\xc4\xe7\x21\x8f\x37\x16\x1b\x4b\x25\x55\x74\xef\x18\x7e\xaa\x03\x68\xed\x57\xa3\x87\xbd\xf5\x1d\x3c\x4f\x5b\xf9\x5f\x6e\x39\x25\x77\x6c\x1a\x70\xdc\x10\x82\xa7\x39\x9b\xd6\xf3\xa7\x46\xc2\x9a\xd9\xba\x20\x72\x42\xc2\x34\xf6\x27\xe5\x01\x05\x7f\x80\x2a\x23\xae\xbe\x5a\xe7\xbd\x8c\x58\x44\xcb\xde\x7e\x4f\x93\x45\x5c\xe2\x56\x4c\xac\xb2\xa4\x95\x01\x66\xdb\x80\xe1\xa3\x80\x03\x42\x14\x56\xc6\xef\x96\xa1\x87\x63\x7c\xca\x3e\x56\x4c\x72\xc3\xad\xd2\xa2\xe1\x3f\xdb\x7e\xc5\x03\xb7\x78\xde\x78\xc1\x3a\xd5\x18\x92\xcf\x7a\x67\x13\xdd\x3e\x09\x8a\x0c\x5e\xc9\x42\x86\x82\x96\x38\x8a\x64\x0b\x96\xdd\x24\x28\xf4\xd8\x15\xd0\x07\x8f\x0f\x4f\xa8\x5f\x3c\x3b\xfe\xfa\xf9\x9f\x53\x28\xda\x61\x1b\xba\xeb\x6c\xf5\x80\x9a\x51\xa5\x28\x8f\xd8\xb2\xd2\x46\x98\x88\x2a\x26\x11\x6a\xdd\x13\xa1\x5a\x85\x5e\xc5\x75\xf6\x00\x73\x33\x5d\xd3\x82\xb8\x29\x93\x44\xc3\xb3\x28\x5d\x7f\x48\xdb\x12\x70\xcc\xfd\xb2\x7f\x14\x3b\x3b\xbf\x82\x2f\x75\x30\x0c\xd8\xa8\xc4\x52\x6f\x1b\xcb\xbc\xfd\x2c\x4b\xfc\xe9\xb2\xb3\xbc\x43\x46\xa2\x5d\x65\x24\x4a\xf2\xe5\x5d\x0f\xcb\x4e\x9f\x21\x58\xdd\x24\x89\xeb\x10\xfa\xd9\xd7\xff\x1b\x50\xfa\x99\x41\xe9\x3f\x7d\x7b\x5f\x8e\x0c\xf8\xfc\xee\xe2\x21\x6e\xcd\x73\x5e\x36\xca\x08\x98\xa8\xa5\x0d\x07\xab\x55\x1a\x6b\xbb\x5c\x7f\x32\x30\xad\xd1\xc5\x9d\xcc\x11\xa8\x1e\xcc\x81\x1c\x51\xdf\x86\x10\xe9\xa2\xeb\x10\xf6\xcd\x5a\x8c\x3c\x36\x21\x3f\x01\xa3\xed\x0d\x8f\x68\x76\x3c\x3b\x27\xd3\x42\x64\x37\x0a\xf4\x7c\x8a\x59\x76\x1c\xb5\xbb\x50\x1b\x95\x4a\xba\x64\xda\x9d\x70\x61\x00\x19\xbd\xa9\xdd\x61\xd9\xb0\x3f\xb7\x1e\xd0\x91\x28\x80\x42\x08\xac\x52\x62\xc9\x44\xc9\xc8\x1d\x88\x10\x05\xbf\x81\x33\x61\x1f\x2b\xa1\x98\x41\x26\x6b\x6a\x12\x25\x29\x44\x46\x0b\x43\xe7\x60\x0b\xf0\x17\xb9\xe5\x8a\xa3\x13\x29\x24\xfa\x47\xed\x49\xf4\x6d\x10\xf2\xa9\xd4\x3c\xab\x0b\x2a\x49\x55\x4b\x33\xef\x98\x50\x52\x70\x05\x2a\x20\xbf\x43\xbb\x82\x5c\xc0\xdb\x06\x8c\x9b\x01\x04\x0e\xb0\x70\x3d\x72\x50\x72\xfc\xf4\x3f\xaf\x47\xe3\xf8\x04\x81\x5a\x83\x86\x33\xda\x7f\x21\x44\x35\x35\xcc\x4b\x78\xe3\x5d\x5a\x5d\x73\x61\xad\xe9\x29\x50\xff\x5f\x99\x14\x7e\x3d\xdd\x4f\xcc\x78\x61\x59\x30\xac\xf5\x6d\x06\xfe\x62\x6e\x0b\x51\xc1\xe9\xdd\xab\xaa\xe0\x41\x63\x6b\x8e\x7d\x42\x4e\x4a\x02\x4f\x8b\xa3\x4d\xaa\xe0\x58\xb6\xd7\x6b\xad\xed\xd2\x21\xd8\x18\x6d\x31\xd1\x31\x46\xe0\x49\xa5\xa4\x2b\x23\xea\x6a\xb6\x8c\x9f\x6a\x6f\xd1\x6d\x8a\xbf\x1d\x88\x8d\x1a\xbd\x72\x58\x2c\x8f\x94\xf9\xed\x88\xe6\xbf\x6c\x07\xa4\x56\xab\x09\x46\x78\x60\xe5\xff\x76\xf4\xec\xf8\xf8\x78\x4c\xcc\xff\xfe\x7d\x98\xad\x3f\x08\xe6\x09\x2f\x61\xdb\xe4\x2d\xfd\x4e\x5e\x00\x30\x44\xad\xe9\xe3\x29\x9b\xf3\xd2\x5c\xea\x11\x2b\x73\xf3\xdf\x31\x9a\xfb\x15\xbf\x65\x4f\xf0\x52\x0c\x19\xc7\xfa\x76\xaa\x5e\xa2\xe6\x50\xc8\x1c\x91\x26\x48\x54\xe6\x4e\xac\x68\x01\xf0\x51\x97\x8e\x70\xe4\xe4\xf1\xf1\xd1\xf1\x13\xab\x92\x87\xcf\x3a\x1e\x41\xd2\x32\x17\xcb\x62\x45\xb2\x85\x50\xac\x4c\x52\x92\x96\xbe\xa1\x5b\x74\xab\xd1\xee\x04\x86\x42\x80\xd2\x94\xf0\xbc\x60\xe4\xc3\xcb\xf3\x58\x2e\x74\x5f\xbf\x61\x95\x26\xa2\x62\x25\x79\xcc\x26\xf3\x09\x79\xf4\xf5\xf3\xe3\xa5\x7a\x34\x26\x8f\xbe\x56\x8f\x9e\xf4\xca\x0f\xe4\x3d\xb8\x7a\x57\xe0\xf8\x66\xf8\x46\xc0\x53\x73\x10\x6f\x45\xce\xfe\x52\x2b\x26\x21\x55\xc9\xee\x04\x8d\xa0\x2e\xe9\xec\xde\x37\x05\xee\xc2\xff\xb4\x7f\x16\xe3\x67\xf7\xa9\xfd\x45\x84\x35\x45\xeb\x44\xdd\xb1\x75\xa2\xf5\xb6\xfa\xc2\x94\xd4\xb4\xd5\x1c\x69\xb6\x70\xcb\x29\xda\x6c\xdb\x56\xc3\x7b\xae\x64\x7b\xdd\x69\xea\x2c\x06\x2a\x51\x13\x43\x13\x72\x70\x57\x3f\x73\x4f\x15\xea\x92\x7e\x3c\x67\xf2\x54\x48\x36\x1a\x8f\x96\x50\x06\x58\x67\xd5\x2b\x65\x64\x01\x30\xf3\x06\x5d\xa5\xce\xaa\xd3\x42\x28\xf6\x33\xe5\x2e\x8a\xaa\xab\x82\x8c\xe6\x4b\x05\x35\xd9\xb6\x90\x96\x06\xc2\x9c\x22\x3b\xf3\xbb\x93\xab\x88\xdc\x58\xdb\x93\xd9\x70\xc5\x24\x78\x0d\x98\xf7\x82\x3c\x3e\x86\xcc\x11\x8c\xde\xa2\xfe\xb8\xe0\x4b\xc3\x0d\xa8\x23\x8e\x0c\x21\x9f\x97\x10\x58\xcf\xcb\x27\x03\x1d\xbf\x96\xa9\xaa\xa1\x4b\x5e\xb6\x83\x7a\xf0\x95\x12\x33\xb7\xc8\x23\x58\x1d\xd4\x58\x64\x99\x90\x18\xe0\xe3\xca\x9c\x8e\x89\x64\x73\x2a\x73\x08\xab\xb6\x63\xa0\xff\xdb\x70\x12\xc0\x74\x86\x93\xf9\x4b\xff\xce\x86\x6e\x25\x75\x4f\xdd\x30\x8a\x6e\xa7\x24\xf9\x0f\x10\xc7\x4a\x8d\x86\xa1\xd3\x37\xef\x2f\x5f\xfd\xe3\xe7\x93\xb3\x2b\xf4\xee\x70\x65\x36\x97\xd4\x1c\x57\xe9\x2c\xce\x76\x18\x08\x95\x13\xf7\x4a\xfc\xf9\x78\xcd\xeb\x80\xec\x88\xde\x1d\xed\x4f\x43\x72\xea\x2c\xba\xdd\x92\xa7\x71\x75\x3a\xf0\x31\x84\x5d\x7e\x9e\x6d\xee\xde\xad\xf5\x5e\x74\x7a\x08\x79\x4b\x8e\x1c\xac\x81\xc8\x99\xa6\xbc\xd8\x01\xc5\x53\xff\xaa\x99\xa4\x39\xfb\x8e\x9b\xb6\xf0\xf7\x49\x51\x8c\xc6\x23\x15\x1b\x60\x96\xbc\x5c\x57\x52\xbc\x39\x36\x41\xf0\xa2\x66\xa2\x59\x51\xa8\x98\xb9\xd5\x82\x5c\x1a\x7a\x17\xd9\xc8\xf8\x8c\xd4\xca\x69\x0c\xaa\xda\x50\x4a\xa7\xa8\x09\xb2\x63\x5a\xcd\xd7\xdc\xd7\x9a\xb5\x7c\xc7\x7d\x76\x8f\x29\xf7\x8e\x19\xfe\x3b\xb3\xbb\x25\x95\x37\x04\x33\xc6\x45\xd1\x8a\xb0\xd4\x61\xeb\xdb\xcc\xad\x1f\x8f\xc9\x37\xcf\xfe\x3e\x9c\x36\xaf\xd3\x7b\x37\x9a\xdb\xf4\xda\xfa\x9b\x03\x33\xee\x97\x2a\xeb\xc2\x8a\xb2\x5e\xe3\xed\x30\xf7\x39\xf0\xb0\xcf\x96\xc0\xc9\x2e\xbe\xfe\x7a\xf9\xe8\xc9\xee\xe8\x91\x5a\xb3\x0b\xd5\xe7\x2a\xff\xa0\xa5\xf7\xd1\xa0\xdf\x31\xf1\x69\x73\x78\xc3\x08\x4f\x6b\xd4\x20\x7d\xe2\x8e\x08\xce\x1a\x82\x32\x1e\xa9\x6c\xc1\xf2\x1a\x4b\xa1\xb2\x8f\xe0\x2b\x0e\x85\xd1\x4d\x93\x96\x3c\xd3\x27\x17\xe7\x5d\xba\xd3\xe8\x99\x28\x76\x1e\x5a\x51\x33\xe9\x74\x1e\xe6\xa7\x47\x2a\x72\xed\x00\xdd\xaa\xd9\x0c\x67\x32\x76\x51\xd1\xa2\xce\x16\xae\xfe\x39\xa3\xe0\x06\x53\x57\xd8\xdd\x39\x15\x6f\xa7\x1c\xd8\x1d\x12\xdf\xfe\x86\x08\xec\x6f\x2b\xad\xa5\x8e\x6f\xb3\x23\x8c\x87\xfb\xec\x22\x3f\x34\x91\x93\x8b\xf3\xd8\x8b\x50\x56\xff\xb0\x8c\xac\xe1\x69\xcd\x9f\xb4\x2c\x45\x5d\x22\x5d\xa6\xb7\x82\xe7\x84\x96\xea\x8e\x81\x6a\xc7\x0c\x36\x14\x9e\xbb\xda\xe8\x80\x4e\x66\x59\xc7\x41\xa3\x93\x7c\x39\x1e\x42\x96\xb6\xbf\x8c\x3f\x1c\x49\xea\x91\x1a\x87\xd0\xa5\xf4\xd0\x40\x9c\x7e\xe6\x65\x2e\xee\xd4\xd3\x1f\xde\x5d\xee\x4c\xe2\xb3\x5a\xbe\x77\x74\x69\xa0\x01\xcd\x11\x3f\xf1\xca\xbb\xc5\xbc\xbc\xbc\x48\x10\x1c\xdf\xd4\xe7\xab\x78\x79\xd1\x65\x70\x5c\xb1\x76\xb3\xfc\x4a\x14\xdc\x5c\x47\x54\xad\xdd\x95\xa3\x07\x9f\x01\x33\x77\x0a\x38\xe3\xe5\x76\xd5\xe0\xa1\xd1\xbb\x2c\x9b\x7f\x5b\x9e\xc6\x29\x34\xdb\x0a\x55\xc3\xd2\x68\xe1\xbc\x6b\x9d\x49\xc5\xd9\x12\x70\x9d\x49\x0c\xf6\x87\xd5\xc5\x13\xd7\x94\x30\x51\xd8\xd5\x58\xcb\xcf\x4f\x67\xe7\xe6\x93\x60\xc4\xf1\x6e\x80\x86\xb7\x02\x6a\x5b\x08\x9a\x4f\x69\x41\x21\xbc\xe9\x9e\x71\x33\x9e\x0a\x25\x61\xf6\xd2\xb5\x6e\x05\xae\xe9\x51\x81\x5a\x81\xfd\xab\x4b\xfd\xd2\x0f\xa2\xeb\x67\x61\x90\x16\x73\x21\xb9\x5e\x2c\x2f\xe1\x84\x46\xe3\xd1\x82\xca\xfc\x5c\xe4\x27\x33\xa0\x02\xab\xcb\xd5\x12\xad\x3a\x3f\x33\x3e\x5f\x98\xe9\x0a\x46\x73\x26\x5f\x15\xde\x19\x2b\xe1\x9f\xf5\x10\x7f\x30\xfc\xe5\x54\x94\x1a\x4d\x5a\x71\x9b\x35\x79\x9f\x4b\xc6\x96\x95\xfd\x56\xc5\x64\xc6\x4a\x4d\xe7\xec\xfd\x0c\x92\xa6\x5d\x09\xd0\x76\x8f\xd0\x87\xc8\xca\x94\x36\x07\x48\xc2\x71\xab\x75\x02\x5d\xef\xad\x66\x87\x96\x4b\x8f\x3f\x50\xe2\x27\xb2\xd0\x36\x48\x51\xe9\x87\x77\x8b\x00\xb9\x96\xd6\xf7\x0f\x05\x6f\xf6\xe4\x6c\xd6\x02\x94\x6e\x3d\x6c\x87\x78\x5a\x90\x3b\xca\xb5\xcd\x9f\x63\x86\x36\xc2\x21\xd1\xc5\x72\x59\x15\x4c\xfb\x34\x93\x9a\x83\xd3\x92\xa8\x35\xca\x67\x5e\x3c\x2b\x45\x79\x54\xb2\x39\xd5\xfc\x16\xed\x77\x73\xf4\xa4\xb6\x46\x3f\x02\xe6\x29\xf3\x85\x0c\x9c\x44\x4a\xfc\x34\xf8\x88\x9f\xd9\x0b\xc4\x8e\x5c\x91\x92\x17\x18\xd9\x60\x4d\xad\xb6\x25\x76\x6c\xd8\x28\xf5\xfd\xf9\x4f\xc3\x1c\xdd\xda\xfa\xeb\x3f\xb8\xa3\x5b\x97\xee\x74\xc1\xa3\xdd\xc5\xf9\xe7\x28\xe7\xe8\x46\xaa\xd0\x66\x1d\x74\xd2\xea\x84\x7e\x0a\xd8\xc3\x01\x24\xba\x7a\x0f\xa8\x42\x58\x6f\x2e\xec\x10\x3c\xa2\xc0\x01\xa6\xed\x37\x05\x89\x2f\xfb\xe2\x0d\xf6\xe2\x85\xb5\x10\x4a\xbf\xa8\x84\xd4\xb1\x2f\xd6\xd3\xe4\xf7\x37\x3c\x4d\x89\x24\x08\xf8\xf0\xbd\xac\x0d\x9e\x5b\x82\x0a\x51\x09\x76\x06\x1f\x5e\xe0\x66\xc2\x30\x39\x0d\xc6\x73\xd0\x67\xfb\x1c\xcb\xe4\x5c\xb2\x19\x93\x6b\x67\x33\xdc\x78\x14\x29\x63\x5d\x1d\x40\xc5\x44\x36\xaf\xc5\x8c\x9e\x90\x1f\xd6\xee\x31\xf2\x57\x01\xa8\xba\xc3\x5f\xc5\x6c\xeb\x75\x8e\x49\x43\x2b\x74\x7c\xf4\xec\xf8\x78\xa0\x4e\x68\x88\x57\xd8\x0f\x9f\xdb\x2b\xec\xd9\xa1\x8e\xd9\x7e\xbd\x86\x5a\x6c\x5f\xe7\x54\xdf\x34\xda\x1b\xbc\x47\xcb\x8e\x3b\x23\x38\x17\x61\xae\x33\x1e\xcb\x03\x19\xa6\x06\xab\xdc\x5c\x4d\x87\x9e\x0f\x71\x81\x7a\xbb\x67\x17\xa8\x06\xf4\x26\x5d\x08\x7a\x39\xdb\x54\x3e\xcf\x46\x4f\xdb\x31\xd2\x1b\xd8\x66\xe0\xef\x20\xd1\x5b\xee\x42\xd3\x45\x09\x7e\x32\x75\x09\x69\x57\x15\x77\xae\x01\x2e\xe0\x0b\x72\xb1\x8d\x5b\xcc\xae\xd2\xa2\x52\xc4\xc0\x70\x14\x87\x04\xe1\xc5\x7e\x8e\x32\x4e\x60\xdc\x2c\x31\xb1\x60\x45\x05\xe9\xeb\xa5\xb8\x8d\x66\x7d\xa4\x9c\x23\x36\x2d\x33\x36\x21\x97\x11\x6f\x7d\x47\x57\xe6\x69\xe2\xe8\x0f\x3b\x33\x28\xec\xb3\x2a\x5f\x8f\x96\xbc\x7c\x6d\xbf\x6b\x0f\xea\x35\x2f\xf3\xeb\x51\x7b\x35\xa5\x20\x4b\xaa\x35\x93\x18\xfb\xa8\x3d\x9f\xe5\xb8\xe1\x59\x41\xcd\x23\x38\x21\xaf\x3e\x52\xc3\xc2\xbd\x30\x8f\x64\xb4\x01\x2c\xe4\xc1\x15\x79\x7e\x7c\x6c\xe7\x84\x6c\x7a\x7d\x13\x91\x6f\x30\x27\x59\xd9\x39\xbb\x99\xe5\x1b\x67\xb5\x04\x41\xbd\xb5\x52\xb8\x15\xc3\x64\x1a\x7c\x24\xcf\x9e\x1f\x87\x0e\xa2\x34\xec\xf2\xcf\x66\xd2\xf0\x5d\xae\xc8\xb1\x87\xb0\xf8\xc2\x1f\x3f\xff\x8f\xa3\xa3\xe7\xc7\xff\x41\x0c\xe7\x03\x59\xb7\xe1\x26\xcd\x36\x9a\x6e\xf3\x4f\xbc\xe8\x0e\x0b\x70\x6c\x23\x78\x09\x0d\x4d\x55\x83\x91\x5c\x88\x6e\x09\x28\x8d\x5a\xed\xf3\x8a\x4e\x1d\xb4\x00\xbf\x2c\x31\x23\x59\xad\xb4\x58\xba\x50\x37\x2a\xe7\x35\x06\x6d\x1b\xf0\x8a\xa3\x4e\xc9\xfb\x25\x07\xe6\xd1\x12\x17\xd3\xd5\x65\x49\xb5\x83\xb9\x22\xe6\xcd\xbd\xa5\x05\x43\x77\xab\x60\x3d\x71\xc7\xe4\x58\xd4\x66\x38\xee\x3a\xe5\xea\x03\xe8\x53\xbc\x7b\x50\xcb\xba\xc0\xbc\x9e\x73\x52\x96\xa7\xc6\x38\x62\x7b\x3e\x2e\x5a\x17\x83\x48\xbd\x3a\x07\x19\xad\x3c\xf2\x0a\xcf\x27\xe4\x95\xfd\x31\x8e\xf0\xc5\xc0\x60\xd6\x3b\x81\x39\x74\xeb\x1f\xee\x44\x3a\x0f\x53\x2e\x9c\xda\x72\xba\xcd\x89\x69\xb9\xf2\xa1\x8c\xcd\x01\xed\x4f\x85\x05\x02\x08\x97\x22\xb5\xfa\xe8\x12\x83\x3f\x96\x4d\xdc\xc9\x3e\x6a\x56\x82\x80\x0b\x0f\xeb\xb8\xf3\x41\x7f\x9f\xad\x9e\x4d\x1f\x6f\x44\x6c\xc7\xe8\x6d\xcc\xfa\x3f\xe8\x76\x55\x43\x53\x9d\x56\x9c\x5d\xc6\xcd\xc0\x81\x46\x6a\x33\x3f\x76\x1c\xb2\xbb\xa0\x97\x60\x94\x2b\xdf\x47\xad\xa0\x87\x1e\x86\x23\x00\xd5\x89\x86\x7b\x74\xaf\x44\xfe\x48\x91\xeb\x91\x39\xc7\x49\xe3\xe3\xd7\xa3\x41\xe9\x61\xfe\xb6\x07\x9f\xa6\x81\x7a\xb2\x75\xcf\xf8\xd0\x09\x1b\x78\xb7\xdd\x20\x35\xb8\x7f\xaf\xb6\xa6\xad\xd0\xde\xc1\xc6\x87\xaa\x0b\xd7\xcc\x41\xd8\xc7\x8a\x9a\x87\x65\x5d\x1f\x2d\x5c\x0a\xa5\xf8\xf1\x42\x6c\xcc\x9a\x4c\xdd\x26\xc5\x77\xc4\x3c\xa2\x06\x51\xb1\xc8\x65\x4e\xb2\x92\xdd\xb9\x64\xbd\xf0\xb7\x96\x2b\x6f\xa6\x73\x1c\xf8\x1b\x01\xa1\x9a\xee\x4f\xab\xc0\x8c\xff\x04\xbb\xb9\x99\x5f\x64\x37\xef\x61\x19\xfd\xbf\x76\x15\x81\xf1\x1a\x3b\x07\x1b\x35\x7a\xa9\x96\xf6\xf0\xb1\xe6\xe0\xe6\x94\x97\xb6\x59\x2d\x78\xe5\xf4\x40\x98\x24\xda\x3d\x43\xe0\xb5\x53\x08\x51\x39\x5a\x8d\x48\xdc\x08\xb7\x77\x79\x10\xc1\x42\x6a\xd1\x0f\x29\xdc\x82\xcf\x17\x84\xde\x52\x5e\xd0\x29\x2f\xb8\x5e\xa5\x85\xf6\xe6\x61\xa7\x36\x16\x9a\x1d\xbf\x98\x7b\x10\x30\x54\xb4\x14\xe5\x91\xdd\x69\x46\xcb\x9c\x43\xf5\x3a\x24\x42\xa0\x07\x83\xdc\x24\x44\x4c\xc1\x38\x09\x0c\x63\xb4\x71\xb8\x5b\x5a\x90\xba\xd4\xbc\x20\x86\xf7\x5a\x56\x8e\x03\xa6\x19\x40\x48\xdc\xdd\xb0\xa7\x04\x02\xac\x6a\x54\x13\x96\xec\x8e\xe5\xee\xa0\x55\x21\x74\x48\x6b\xcc\x66\x33\x06\x79\x9e\x6d\xaa\x0d\xe7\xd1\xd6\x5c\xbd\xbf\xa5\x8c\x96\xc0\xcf\x68\x51\x55\xe6\x03\x78\x23\xe8\x90\x61\x4e\x99\x66\x48\x48\x69\x89\x1e\xed\x7e\xaf\xe1\x8b\xa2\xe5\x41\xcb\xbb\xa2\x8c\x59\x57\xe9\x33\xcb\xee\xc6\xf4\xd9\x82\xdc\xae\xe8\xd5\x68\x6f\x88\x5e\xa0\xfd\xb1\x52\x2b\xbc\x33\x2f\x5f\x9d\x5f\xbc\x3a\x3d\xb9\x7a\xf5\xf2\x45\x70\x67\x66\x4b\x71\x8b\x8f\xff\x8c\xde\x8a\x46\x8e\x44\x8b\x66\x5d\x71\x30\x81\x63\x1b\x16\x86\x6e\x2d\xf1\xea\xa2\x7a\x8e\xb3\xce\x72\xef\xb3\x52\x87\xeb\x9d\xe5\x36\x49\x4c\x22\x73\x62\xd4\x1c\x92\xd3\x6b\x26\x6f\xa9\xf9\xb0\xbe\x63\x50\xc6\x05\xa0\x57\xe1\x73\x0b\x61\x60\x06\x92\x97\x54\xd9\x58\x0c\x98\xa6\x09\xff\x06\x64\x23\x58\x43\xde\xdf\xb4\x87\x0c\xdd\x4e\x17\x1c\x2a\xc0\xc4\x35\xba\xe0\x58\x0c\x92\x7a\xb8\xfe\xcd\xe1\xb1\x41\x91\x7b\xb3\x50\x9a\xd6\x48\x75\x0d\xba\x26\xa7\x4c\xb1\x57\x6c\xae\xa9\x99\x3c\xd0\x31\x3d\x00\x08\x39\x68\xb0\xba\x54\x76\x95\x15\x2c\x95\xd9\xae\xf5\x38\xf4\xae\x0c\x19\xaf\xc6\xca\x1c\x0f\xd6\x59\xe1\x9e\x16\xd7\x83\x30\x1b\x56\xe8\x71\x65\xbf\xcb\x0c\xaf\x6f\x62\x81\xbe\x31\xf1\x58\x38\x05\x97\x37\x18\xc1\xfb\xd0\x42\x1f\x78\x22\x0c\xe5\x57\x28\x66\x18\xf9\xd9\xbd\x12\x96\xfc\x3b\xec\xf9\x8d\x21\x7d\xf7\xee\x0c\x9b\x18\xce\xb5\xa9\xe3\x6d\xfa\x17\x6f\x68\xf1\x92\x2e\x00\x2f\xf8\x5e\x6b\xe5\x54\xc2\x58\x77\xca\x1f\xd8\x84\x58\x05\xb2\x0b\xac\x87\x03\x05\xdf\x42\x50\x14\x0d\xac\xdd\x52\x26\x39\xa7\x32\x89\x6d\x9d\xb7\xc8\xe1\x18\x7e\x2b\x05\x7a\x77\x3d\x8a\x7c\xbb\xf6\x78\xb2\xa0\xf9\xc6\xe9\xc6\xb8\x23\x6f\xd5\xef\xdb\xd6\x03\xf3\x9e\x0d\x14\x33\x36\x5e\xa3\x55\x82\x44\x97\xe9\x55\x1d\x2d\x71\x39\x24\x03\xf3\xf7\x6d\x35\x57\x50\x2f\x45\xcc\x08\x80\x37\x2d\xf8\xaf\xf6\x75\x38\x71\xfd\xd0\x4f\x48\x11\x5e\xde\x8a\x1b\x06\x0a\x33\x48\x91\x54\x15\xac\x2d\x1a\x2b\xec\x67\x27\x02\xf8\xc8\xd8\x84\x9c\xc8\xb9\x02\xc6\x69\x41\x6f\x19\xa1\x72\xca\xb5\xa4\x12\x42\xda\x6a\x50\x24\xfb\x64\x0d\x95\x7b\xab\xdc\xb7\x85\x13\x4f\xcd\xaf\x8a\xc1\x54\xf7\x03\x2f\x2a\xe7\x09\x25\x09\x2c\x2d\x86\x88\x70\x82\xcd\xfc\x69\x5e\x4b\xb1\xe1\xd4\x36\x6e\x75\x5b\xaa\x22\x0d\xcf\xbb\x64\x93\x0f\xe5\x4d\x29\xee\xd0\xa3\xe6\x3e\x98\x42\xa6\x2c\x28\xba\x6a\x73\x54\xdb\x08\xed\x1d\x4a\xd5\x5e\xd6\xb6\x34\xea\x92\xe9\xcd\xf0\x7d\xc9\x74\x04\xdc\x4e\xc1\x03\xd9\xc0\xda\xda\xa3\xb4\x56\x07\xec\xdb\xb4\x24\xa0\x81\x03\xda\x8e\x61\xfa\x4b\xae\x14\x18\x2f\x85\x44\x83\x77\x5b\xf9\x43\xf5\x66\xdd\x4f\x0a\x0e\x9b\x30\xe7\x56\xd9\x6b\xe7\xcd\xa3\xed\x6d\xa7\xf0\xa2\x45\xd1\x19\x51\x32\x9b\xeb\x24\xf4\x1e\x87\xdd\xb7\xf3\x0a\x8a\x92\x91\xeb\xd1\x57\xd7\xa3\x98\x4c\xd8\x5c\x27\x7b\x55\x5e\x82\xda\xd2\x5e\x66\xf7\x64\x9c\xbe\x31\x1c\xcc\x06\x6d\x65\x4b\xd9\xd8\x51\x34\x62\xf4\x33\x95\x8c\x64\xb4\x00\xf8\x01\x49\xb3\x73\xe3\x65\xee\xb3\x96\x03\xe2\x40\x94\x67\x50\x1b\x2e\x58\xc3\xd0\xbe\x97\x63\xd9\x94\x4c\x6c\xe3\xc3\xbf\x2d\x16\xaa\xcd\x38\xa8\xbc\xfa\xa6\x97\xea\x5b\x90\xf4\x67\x35\xb6\x81\x4f\xaa\xa1\x6c\xb6\x6a\xf5\x10\xd2\xdd\xc6\xad\xa0\x59\x46\xe8\x0c\x9c\x98\xc5\xe2\xf6\x00\xc3\xd1\x2d\xb9\x86\x4c\x9e\xce\x50\x1a\xe5\xe6\x2c\x1b\x7a\xe4\x96\xea\xdb\x71\x30\x7d\x5a\xde\xb4\xe2\xdb\x42\x90\x85\x93\x14\x88\x8c\xd3\xe0\x65\x1d\x6d\xd8\x2a\x46\x52\xf7\xa2\x5a\xc1\xae\x35\xa4\x4b\x94\x9c\x88\xe7\x89\x1f\x32\xbd\x47\x0e\x13\x50\x0f\x5d\x92\x9c\x29\xf3\x16\xe2\xfa\x36\x53\xa9\x69\xd2\xbe\xfd\x9d\xb7\x6f\xb7\x2f\xb2\x85\x87\x11\x5f\x70\x0d\xa3\xae\x47\x9d\x9b\x6a\xea\xa5\x31\xf3\x12\x5d\xb2\x3b\x21\x6f\xd0\x4f\x29\xa8\x06\xcd\x11\xdb\xc7\xde\xdf\x95\x8d\xb9\x8e\x6d\x79\xea\x86\x57\x5e\x1c\x74\x1f\x88\xc6\x50\x45\x94\x30\x72\x81\x02\x42\x27\x99\xae\x65\xa9\x88\xaa\x33\x08\x47\xdf\x85\x9a\xde\x3c\x61\x9f\xc6\x23\x0c\xee\xef\x1e\xe0\x6b\x0c\xfa\xdf\xe6\x08\x81\xdd\xc6\xf9\x9c\xa3\x57\x64\x62\xcd\xd0\xb4\x2f\x6b\x84\xbe\x73\xb1\x51\x44\xd9\x66\x1b\x15\x93\xcb\x54\xd8\xd1\x39\xfc\xbe\x66\x1b\x36\xc3\x61\x70\x61\x33\xd2\x97\x59\x9c\xa5\xbc\xae\xb3\xe1\x8a\x2a\xc9\x6e\x21\x81\x27\x94\x21\xa6\xab\xee\xa0\x5d\xee\x48\x28\xfd\x5d\x12\xb6\xcf\x6d\xcb\x76\xf0\x0d\x78\x8d\x35\xc5\xb8\x87\xa4\x59\x5d\x14\x2b\x32\x15\x75\xb9\xf3\xb5\xbf\xee\x01\xac\x73\xdf\xb6\x66\xfd\x54\xb6\x57\xde\x84\x2b\x5e\x36\x4d\xc5\x3b\x5d\xbc\x64\x3d\xe7\x8e\x0d\x5b\x1d\xbb\x25\x8e\xfe\xdc\x77\x7f\xd4\x92\xf5\x9e\xb4\x6b\xda\x9e\x10\xfa\xa1\x5b\x52\xc3\x1d\x6e\xec\x5f\x35\xab\xd9\xa5\x90\x09\xa4\xfe\xab\x6b\xda\x9e\x3c\x29\x21\x43\xf5\x70\xc7\x30\x85\x9d\xc0\x47\x77\xb9\x0b\xc9\xc0\xf5\x25\xe5\x97\x87\x3e\x31\xc9\x1d\x34\x96\x8c\x53\x34\x2b\xb9\x3b\x2a\x5a\xed\x96\xe6\xa8\xb4\x67\x8d\xf7\xa3\xd9\xee\xac\x25\x2d\x6f\x5c\xc9\x7f\xdb\x13\xe4\x4a\x27\x9a\x62\xbd\x0f\x8b\xd5\xd5\x82\xaa\x9d\x9e\x3c\x54\xba\x4f\x9f\xfd\x07\xd7\x34\xe0\xf4\x11\x73\x51\xb7\x48\x15\x3c\x01\x5c\xd4\xaa\x58\xd9\x7b\x61\x39\xda\x4e\x0c\x6f\x62\xd9\x79\x70\x00\x97\xbb\xde\xd1\x43\xb9\x6b\x33\xc9\x70\x06\xbb\xd7\x96\xbb\xae\x7e\x45\xcf\x18\xa7\x24\x75\xea\xda\x59\x1c\xab\x11\x42\x06\x26\xe4\x7d\xe9\x3b\xcd\x38\x2b\x72\xcf\x32\x46\xbc\x39\xa6\x5c\x0a\x7d\x90\xb3\x5d\xd6\xba\xa6\xe6\x29\x83\xd8\x43\xc5\x6f\xd9\x66\xc6\x11\x22\x6d\x12\xb5\x6f\xcf\xe1\x77\x04\x0d\xec\x63\xfd\x08\xf6\x15\xdc\x80\x1f\x0c\x91\x0d\x2e\x9b\x78\x8a\xa2\x63\x4b\x3b\xd8\x88\xc6\x34\x2c\x2c\xd3\x4d\xd4\x9f\xec\xeb\xfe\x40\x95\x5e\xfd\x3d\x00\x0c\xc7\xa3\x2e\xf0\x2d\xad\xb6\x00\xb3\xe4\xc8\xc6\xbd\x29\x26\x9d\x2e\x8f\x97\xa0\x3d\xb4\xde\x4e\x4b\x5a\x59\x9f\xb1\xba\x84\x03\x5a\x30\xd2\x37\xef\x8f\x6c\x45\x6e\xd8\x6a\x88\xde\xce\x99\xde\xb6\x56\x11\xb7\xee\x73\xa1\x99\xdb\x42\x58\x70\x3a\x57\x5b\xbf\x1d\x25\x98\x1b\x79\x8f\xa5\x71\xc8\x27\x1e\xa8\x11\x6e\x1d\xea\x6b\x5e\xb0\xad\x6f\x38\x0c\xea\xbb\x5c\x2d\x8c\x54\x79\x83\x71\xaa\x99\xf5\x07\xba\xe5\x14\xb2\xcb\x6f\xba\xb8\x2a\x59\xee\xbc\x4a\xd6\x32\x8e\x8b\x16\x43\x8e\x15\x17\x2e\x14\xaf\x06\xd7\xb7\xf7\xb3\xdc\xfa\x1c\xed\x19\x36\x62\xe6\x96\x8c\x62\x96\x1b\x31\xd5\x14\x1e\xaf\x40\x99\x71\xd4\xe7\x26\xcb\x99\xc3\xbb\x44\xc0\x8d\x6b\x42\x38\x88\x70\xd9\x81\xc4\x1e\xe8\x72\x9b\x32\xa1\xcc\x9c\xc0\x37\x57\xc7\x8c\xda\x32\xce\xfb\x5b\x52\x84\x45\xbb\xa3\xe0\xed\x7d\x3e\x1c\xc3\x5b\x8f\x41\xc1\x74\x18\x3c\x65\xda\xba\x7b\x15\x4c\x9f\x94\xa2\x5c\x2d\x45\xad\x4e\x6a\xbd\x60\xa5\xb6\x35\x4f\x9b\xa0\xbd\x1e\x6a\x7a\x15\xb2\x5e\xed\x8e\x35\x39\xa8\xfb\x54\x1c\x77\xe0\xc3\xb5\x0a\xa6\x5d\x14\x33\x04\xab\x60\xbb\x13\x48\x41\x7d\xe1\x18\xbd\xc8\x49\x86\x36\x56\x4d\x96\x4c\x2f\x44\x8e\xfa\x40\x1b\x61\x4c\x53\x1f\x9e\x90\x93\xee\x62\xd0\xf0\x62\x5e\x6b\xe9\x1e\x03\xac\x42\xf9\xc2\x4f\x80\xc8\x46\xc9\x5c\x8a\xba\x22\xad\x5e\x75\x19\xad\xa6\xa1\x09\x0f\x39\x8d\x07\x50\xa1\x35\x77\x75\xef\x2b\xf2\x1b\xe8\x5e\x52\x38\x1c\x1f\x7a\xee\xe3\xe2\x5c\x6e\x0c\xf3\x7c\xfb\x6e\xcd\x23\x1f\x80\x5c\x05\xd3\x01\xab\x06\x01\x1f\x98\x62\xa7\x0b\x21\x12\xee\x1d\xb6\x61\xfd\x6a\x5d\xa7\x29\xa3\x12\x78\xb0\x1b\x23\x4e\xec\x6e\xe1\x3f\xe3\xfc\xdd\x65\x7f\x7c\x7e\xfc\x6d\x77\xcd\xe6\xd7\xf5\x0b\xc6\x1e\x36\x42\xb1\x55\x55\x72\x47\x6b\xfe\xef\xe7\xc7\xdf\xb6\x17\xbc\x81\x82\x6d\x4f\x36\x06\x42\x72\xfa\xfc\x06\x0e\x4e\x6c\x64\x38\xb9\xc3\x2a\x9d\xbf\x6e\x8d\x41\x6b\x32\xfd\x5a\x9e\x84\xc6\x53\xfb\x44\xbf\xb4\xaa\x8a\x15\xfa\x66\xad\xa7\x79\x3f\x41\xee\xdd\x28\xd5\xee\x09\xc4\x9c\x9c\x18\xda\x09\x54\xc7\x9e\xd9\xc4\xfd\x03\x3f\x51\x2b\x6b\xb3\xbd\xac\x61\xe1\x27\xc0\x82\x5d\xb0\x5b\xce\xee\xc8\xc9\xf9\x19\x1a\xb6\xb0\x22\x7d\x6b\x8d\x49\xa6\xf6\x61\x78\xe7\x96\xd6\xf9\xce\x4e\x50\x2d\x5c\xdc\xfd\x01\x37\x39\xdd\x60\xf0\xd9\xca\x11\xba\xdd\x3f\x1c\x5d\x37\x28\x2d\x4e\xec\x51\x30\xbd\x91\x53\xa3\x7d\x51\x63\x74\x63\x55\x12\xfb\x89\x6d\x0b\x92\x4c\x88\xad\x49\xe6\x27\xb0\x3e\x24\x8f\xcd\x09\x3d\x79\x41\xce\x66\xae\x98\x18\xb0\x9d\x10\x44\x88\x9e\xc6\x5c\x21\x63\x3a\x86\x64\xb8\x28\x15\x83\x6b\x08\x26\xc9\xcd\xb9\x92\x75\xa5\x63\xff\x62\x6c\x36\x1f\xa7\x99\x0e\xf1\xd6\x3f\xb6\x70\xc6\x96\x29\x7b\x41\xae\x47\x76\xe5\xd7\xa3\x14\x50\xdb\x9a\x84\x1f\x4a\x45\x67\xec\x72\xa5\x32\x5d\xa4\x3c\x3a\x20\xcc\xdb\x88\x13\x15\xc5\x2a\x7f\x77\x0b\xae\x99\x53\x51\xd5\x30\xda\x3c\xf6\x66\x38\x81\x2a\xd6\xe6\x9f\x46\xd0\xd1\x4c\x96\x8a\x3c\x66\x68\x92\xe0\x25\xf9\xea\xc9\x84\x7c\x88\x07\x20\xcb\x80\x98\x8d\x79\x5f\x26\x6a\xb1\xfc\x6a\xec\xfe\x58\xaa\x79\xf8\x43\xb1\xe5\x98\xcc\xd4\x64\x89\x3a\xd1\xaf\x90\xed\x28\x99\x9e\x7c\xe5\x6c\x23\x6e\x19\x54\x46\xc2\x25\xba\x2d\x1b\x5e\xc9\x55\x61\x9c\xae\x9c\x2d\x70\x42\xc8\x6b\x21\x09\x73\x71\x65\xd7\xa3\xf8\xcb\x66\x6e\x5e\xdd\xfe\x69\x22\x45\xad\xd9\x64\xc9\xcb\x7f\x54\x4b\x5d\x5f\x8f\xc2\x19\xff\xed\xef\x5b\x25\x7d\x3a\xe4\x88\xd8\x71\x8e\x08\xda\xe1\xfe\x5a\x98\xdf\x64\x85\x83\x17\xc4\x42\xdc\x75\x5e\x1f\x8b\x49\x8f\x7c\xa0\x28\xc4\x50\xc5\xec\xeb\x97\x8b\xee\xea\xc5\x75\x49\x02\x43\x0a\x7f\x11\x67\xf1\x7f\x41\x66\xb4\x50\xcc\xfc\x66\x5f\xac\x76\xbb\x96\x35\xc3\x9f\x32\x9a\x2d\xd8\xd5\xd5\x1b\x83\x0c\x5f\x2f\x81\x74\x3c\x80\x97\xed\xf0\x82\xb4\xcd\x6b\x74\xef\x2b\xf0\x0b\xf7\xbc\x2e\x33\xc1\x97\x7f\x57\x86\x53\x79\xe1\x98\x83\xee\xd5\xc0\x3d\x9c\xf8\xdd\xd8\x1b\x79\xbe\xbc\x1e\x45\xed\x1f\x4a\xda\xee\xf1\xcd\xb1\xda\xc1\xa5\x45\x5c\xc5\x78\x94\x01\x99\x7e\x29\xf9\x6d\x4a\x07\x9c\xc3\xef\x78\x04\x31\x0f\x87\x4c\x98\x20\x4b\x5a\xf2\xaa\x36\xf4\x85\x64\x96\xde\x5b\xbf\x64\xc8\x1d\xff\x18\x7f\x9c\xb9\xc7\x43\xb3\x65\xfe\x64\xd3\xdd\x5d\xf9\x3b\x6a\xd7\x91\xc4\x28\xfd\xa8\x20\x26\x14\x75\x04\x33\x95\x64\x53\x21\xb4\x73\x8e\x34\xcf\x90\x82\xf7\xfd\x86\xb1\x2a\xce\xda\xe2\x7d\x96\x68\xd0\xab\x15\x96\x35\x69\x3c\xaf\x6e\xe5\xe9\xf7\x15\x5b\x2f\x84\x48\x18\x0c\x43\x5b\xb3\x74\x3e\x8a\xd0\x51\x92\xd1\x4a\xe4\x2a\x38\x5c\x47\x85\x8e\x2c\xb7\x64\x58\x27\x06\x61\xe1\xe8\x42\x59\x12\x4a\xa6\x66\x5f\x6c\x36\x13\x52\x93\x29\x55\x5c\x6d\xe4\x52\xbe\x8c\xe3\x5c\x77\x8c\xea\x9c\xc9\xbf\xbe\xbf\xec\xf3\x6f\x23\x7f\x15\x97\xd6\x28\x72\x8a\x67\xb8\xe0\x4c\x9a\x97\x65\xf5\x82\x68\x51\x91\xc2\x3c\x37\x1e\xfe\xcc\xc9\x9a\x11\xa7\x05\x85\x7a\x20\x27\x25\xe8\x63\xc8\x77\xb5\x84\xbc\xc7\xe8\xb8\xfd\x1d\x53\xfa\x15\x1e\x23\x58\x67\x0d\x79\x99\x4a\x51\xcf\x17\x9a\xd4\x55\x50\xd4\xf3\x28\x00\x2f\x7c\xcb\xcc\x8f\xdf\xfb\x5d\x1c\xbf\x79\x00\x92\xa1\x6a\x36\x10\xfd\xe5\xbb\xc4\xe1\x87\xb6\xa6\xe1\x32\x30\xd8\x2c\xb0\xd8\x2e\x58\xff\x25\xe4\xee\x43\x82\x88\xb5\x3f\xc6\x9e\x66\x60\x91\xe7\x90\xf1\xb1\x28\x02\x90\x2b\x87\x17\x48\xa0\x05\xce\x64\xb8\x83\xa2\xc6\x58\x83\x66\x3d\x28\x43\x5d\x1e\xa9\xe8\x73\x9b\xf1\x60\xfb\x27\x21\x5b\xd0\x72\xee\x02\xef\xb0\xbe\x34\xbd\x61\x36\x0a\xce\xa0\xe3\xb9\x81\x1c\x97\xd8\x0f\x3d\x47\xcc\xe2\xf0\x66\x27\xe4\xa5\xb4\x3e\xa4\x2e\xc6\x1f\x8d\xb7\x86\x69\x32\x62\x9c\xf7\xd7\x80\xef\x34\x97\x12\x5d\x5e\xc9\x8b\xad\xd8\x50\x77\x6f\x62\x49\x53\x69\xde\x1b\xcd\x8e\x40\x99\x73\xcc\xf1\x17\xbc\x51\xae\x1a\xb5\xfd\xb6\xbb\x47\x9b\xa0\x02\x66\xb1\xb3\x26\xa2\xdc\xed\x15\xda\xce\xd8\x6f\xf3\x2d\xbe\x5c\x7f\x85\x2e\xbf\x50\x74\xca\x63\x83\x1c\x3c\xf6\x1b\x80\x0c\xe6\xbc\xc4\x6a\xed\xfe\x3d\x8f\x7c\xe3\xc2\xde\x37\x53\x30\xa7\xc8\x3e\x29\xf3\x4b\x96\x49\xa6\x4f\x01\x6a\x5e\x32\x8d\x51\x32\x97\xda\x48\x56\xf3\x84\xe9\xf7\x74\xe8\x50\x5b\xa9\x0e\x00\xc8\x95\x2a\x8e\xcc\x11\x60\x0d\x81\xf1\xc4\x96\xcd\xb5\x09\x4a\x31\xa0\xb5\xb1\x89\x9f\xa9\xce\x16\xbd\x3b\xc1\x3b\x7c\x23\xe6\x6f\xe9\xc7\xd7\x3c\x59\x4a\xed\x6d\xa7\x88\x41\x78\xa8\x0a\x81\xc9\xc7\x82\x0f\x1e\xfa\x49\x83\x20\x63\x7d\x5a\x7d\xef\x3d\xe0\xab\x11\x00\xc1\xbd\xc3\xf2\x72\x19\x35\x14\x25\x5a\x15\xba\x7b\x9b\x8f\xb1\x18\xc3\x9e\x0f\x4b\xb5\xd1\x3a\xa0\x4b\xfe\x6b\x2a\x77\x21\xf9\x57\x4d\xb1\x84\x5d\x2c\xe8\xb9\x48\xd9\x46\x16\x90\xce\xc1\xb5\x42\x64\x85\xc6\xa4\x44\x2d\x29\xf6\xf9\x5b\x7e\x3d\x32\x0c\xd5\xf5\xe8\xeb\xe7\x7f\xfe\x91\x5f\x8f\xf6\xa7\xa9\xd0\x92\xcf\xe7\x76\x85\xb0\x1e\x88\xdc\x88\x00\xea\xd9\xb1\x59\x4d\x1f\x3c\xb1\x52\x5f\xc1\xef\x89\xb2\x97\xae\xd1\x6c\x35\xfe\x13\x82\xed\xac\x30\xa0\x6c\x70\x77\x48\x3b\xb7\xb7\x9d\xf2\x65\x45\x6d\x55\x2b\x1b\xdd\x9d\xd2\x1f\x85\xb4\x78\x2c\x50\x8e\x93\xf3\xb3\xf8\xd1\x8b\x87\x14\x42\xb9\xb2\x83\xb1\xec\x10\x46\x90\xbc\x46\xad\xa9\x7d\x6d\x90\x3a\x86\xb5\x02\xa0\x60\x4b\xe6\xd3\x55\x49\x66\x04\x7e\x6b\x75\xce\x5b\x07\x92\x60\xbe\x6c\x54\x9a\x39\xfb\xa7\xb7\x65\x0e\x22\x02\x26\xd3\x9d\x54\x52\x68\x31\xad\x67\x3d\x77\x58\xd5\xa7\xaf\x2f\xff\x5a\x0b\x9d\xd0\xf8\x45\x8d\x3e\x42\xff\xf4\xfc\x03\x39\x7d\x7d\x49\xfe\x65\x7f\x9d\x09\x99\xb1\xa5\x43\xff\xf8\x99\x00\x57\x2e\x9b\x6e\xc5\x8c\x82\xda\x1f\xfb\x78\xc5\xd1\x03\x3c\x22\x0b\x92\xe5\x75\x66\x1f\x64\xc3\x11\x62\x28\xff\x10\x6e\x29\x6c\xb8\x2f\x5a\xf3\xf4\xfc\x43\xb3\x8b\x2f\xc4\xdb\x38\x18\x9b\x56\xda\xea\x61\xb2\xaa\x9e\x64\x33\xf5\x0f\xfc\xf5\x1f\xf5\x3e\x4e\x01\x8f\x17\x3c\xfb\x5b\x37\x61\x0b\x9a\xa8\xba\x80\x47\x31\xe7\xb3\x19\x93\x60\x95\xb1\xcb\xc2\x25\x3b\xe5\xb7\x15\x58\x60\x94\xa3\x0e\x91\xac\xc2\x94\xa6\x52\x7b\x29\x10\x0e\x19\xa3\xa9\x24\x0b\xf1\x54\x2d\x12\x72\xbc\xdc\x2c\xd6\x6e\x51\x6d\xb7\xaa\xdf\xe2\x3b\x78\xde\xe3\x74\x75\x7a\xfe\xa1\xd1\x23\x95\x4e\xd9\x5a\xd4\xad\x33\x93\xcb\x26\xe8\x2f\xd3\x8e\xf7\x85\x63\xe7\x86\x22\xe0\x03\xe3\x23\x31\x7e\x07\x92\xc1\xf5\xa8\x14\x25\xeb\x45\x7e\xbb\xcb\x0b\x73\x75\x19\x2f\xd8\x1a\xb0\x27\xee\x44\xa4\xed\xcc\x51\xcd\x83\x40\xbd\x97\x03\xdc\x1e\x0b\xd4\x42\x48\xcd\x3c\x4f\x6e\xd1\x10\x79\x05\x29\x57\x84\xc6\xe9\xd0\xec\x93\xd0\x82\xd5\x5d\x42\xea\x67\x4f\x3b\xfa\x92\x4d\xeb\xb9\x11\x35\x7e\x70\x65\x96\x5d\xfa\xd1\xdd\x9f\x35\x7c\xb1\xc1\x8d\x0d\x38\x61\x50\x65\x6e\x48\xd1\x2a\x45\x51\x30\x79\xa2\x35\xcd\x16\x2f\x99\xf9\xdf\x75\xc7\xd5\xed\xed\x4f\x0c\x5e\x62\x68\x78\x6a\x5b\x32\x3f\xc0\x2a\xb7\xe8\x9c\x11\x0a\x5d\xcc\x23\xf6\x34\x67\xee\x9f\x86\x4c\xdc\x8a\xa2\x5e\xb2\x90\x03\x2a\xf7\x8f\xb7\x41\xd5\x71\x1c\x7c\xa9\xbc\xf4\x04\xd1\x57\x21\x2b\x0d\x2d\x57\xf6\x03\x76\xf2\x90\xd6\x58\xed\x49\xa2\x85\x84\xbe\x56\x88\xb0\x4a\x4e\x14\x4c\x55\x65\x3a\xbb\x6c\x84\xb8\x3b\x7b\x08\xb8\x65\x70\x37\xe6\xb7\x96\xac\xe3\x5b\xea\xde\x0d\x77\x18\x92\xcd\x6c\xda\x37\x30\xc3\x9a\x1d\xf1\x59\x43\x02\x36\x54\x2e\x37\xa2\x31\xcb\x49\x25\xb9\x90\x4e\x22\x44\xba\x87\xe7\xc6\x67\x28\x5d\x1b\x41\xa6\x75\xbe\xfe\x55\xc1\x44\xcf\x0b\xe6\xbe\x1d\xf3\x35\x60\x9c\x70\x97\x79\x84\x9b\xc8\x8f\xf0\xa4\x8f\xec\xba\x80\x9f\xf2\x69\x78\x1c\xd5\xb5\xfa\x37\x7b\xe6\x90\x12\x74\xce\x4a\x26\x69\x31\xb6\x8c\x79\xa0\xba\xae\x74\x99\x27\xbb\x60\x55\x8c\x48\xef\xb6\x0a\x99\x1e\x34\xed\x2d\x44\xd0\xc1\x67\x07\xdb\x96\xbb\x0c\xe9\xfe\xb1\x9a\xec\xdc\x7a\x2c\xc2\x19\xe3\xe2\x5c\xde\xa3\x58\x94\xc3\x76\x30\x0e\x96\xb9\xb2\x95\x3e\x73\x47\x36\x0d\xf4\x8e\x2d\xd4\x8e\xcd\xa4\xd6\x4b\xa8\x12\x52\xcf\x84\xbc\xa3\x32\x0f\xf5\xd0\x3f\x03\x43\xb7\x03\x73\xea\x9a\x0b\x01\x16\xf6\x9d\x80\xb2\x56\x22\xa3\xa0\x42\xec\xde\xc7\x95\x4f\x41\xd9\xcc\xcb\x7d\x4b\x25\x17\xb5\x82\x92\xb8\x24\x9a\x21\xe6\x8d\xed\x72\xdd\xe2\x4a\xc6\xb0\xb2\x9e\xa5\x94\x96\xe3\x82\xc9\xcd\xed\x55\x3a\x56\xc7\xb9\x22\x9d\xe4\x04\x9a\xb0\x54\x3d\xfe\x06\xc8\xf3\x4f\xf3\xc0\xff\x73\x4c\xfe\x59\x89\x5c\x99\xff\xa2\x1a\xfe\xc8\x05\x14\xfc\x93\x5c\xd7\xc7\xc7\x5f\xff\x99\xfc\x13\x5c\xef\xfc\xcf\x20\xca\xe0\xe0\x46\x4e\xc0\x31\x29\x85\xad\x40\xec\x3e\x63\xeb\xbe\xfa\x2e\xe6\xb1\x9f\x21\x09\xfd\x5b\x7b\xdf\x7f\x7f\xbc\x8d\x19\x51\xf1\x79\x79\x54\x49\x51\x09\x45\x0b\xf5\xd4\xe0\x3d\xfc\xcf\x11\x0d\x33\x4e\x96\xf9\x13\x92\x8b\x2c\x24\x44\xe5\x25\x0a\xef\x28\xab\xee\x1a\xfc\x20\x23\x12\x3e\xbc\xd1\x0d\x46\x82\x05\xe0\xbf\x93\x2b\xe2\x14\x9f\x13\x72\x52\x80\x05\x16\x53\x68\x8d\x41\x25\xb6\xcd\x44\x11\x80\x23\x01\xbf\x63\x92\xd9\x2c\x9b\x4b\x24\x86\xb4\x74\xca\x2c\x0c\x17\xa1\x4b\x51\xe3\x6b\xe5\x4d\xad\xff\x85\xb9\x3d\x51\xa1\x30\xb6\x5f\x37\x53\x34\x00\x20\xd2\xa0\xd8\xa3\x03\x98\x7c\xff\xfe\xad\xa1\xcd\xdc\x9a\x80\x7a\xbe\xea\xbf\x85\x84\x21\x7c\xa2\x05\x7c\xd1\x47\xb0\x85\xe4\x94\x2d\x6d\x29\x4c\xfb\x29\x88\x04\x36\x3d\x36\x7d\x2b\x42\xe7\xbf\x5d\x8f\x0c\xb8\x5f\x8f\xb6\xb3\xe0\x43\xc0\x25\xd8\x09\x12\x04\xd7\xb7\xb5\xeb\x79\x3a\x9d\x0e\x25\x53\x68\x16\x33\x82\x91\x9b\xa0\x19\x36\x18\x32\x26\x9a\x2d\x2b\x21\xa9\xe4\xc5\xca\x39\x87\xb6\xfa\x00\xef\x0b\xe3\x3d\x13\x01\x2a\xb6\xb1\xb9\xea\xc2\x00\x02\x07\x19\x40\x13\xf6\x31\x63\x0c\x01\xc7\x4c\x71\x01\xa5\x38\xff\x7a\x7e\x69\xeb\x0d\xbb\x54\x9b\xcd\x46\xc0\xf2\x6f\x18\x39\xde\xbb\x06\x45\x65\xd4\xe5\xc7\x33\x6f\x69\xa4\xdc\x66\x11\x34\xda\x0a\xd0\x86\x4b\x35\xb0\x0e\xcf\x6e\xeb\x44\xa2\xfb\x7c\x76\x3c\x4c\x45\xd7\xdc\x73\xcf\x25\x86\x33\x69\x5d\x64\xfb\x46\x2a\x26\x89\x82\xe2\x14\x40\x0c\x31\xaf\xb0\xb4\x3c\x8c\x2d\x56\x6a\x71\x77\x1f\xc2\xca\xfe\x8f\x75\xa0\xe2\x93\xdd\x72\xd0\x47\xff\x40\x65\x42\xf6\x7b\x4b\x21\x89\xa0\x21\xd5\xb4\x40\xcf\x1c\x03\xc2\x56\x0d\xca\x9d\x36\xd8\x69\x43\x17\x86\x3b\x70\x33\x12\xbd\x90\x4c\x2d\x44\x91\xab\x96\x9a\xf3\x7f\xae\x47\x4b\xb6\x14\x72\x35\xb1\x09\x17\x0b\x76\x3d\x42\x13\x38\x68\x1c\x3f\x4d\xc8\x15\x14\xd0\x87\x1c\xfc\xc5\xca\x31\xda\x63\x08\xf8\x23\x94\x1c\xff\x07\x11\x92\x3c\x3b\x3e\xfe\x8f\xf0\x11\xe0\x60\xcb\x28\xd5\x8c\xa3\x1d\xfb\x57\xa0\xfa\x28\xee\x73\x11\xb6\x1f\xdd\x05\x38\x0d\xb4\x36\xfc\x82\xa0\x76\xc4\xec\xd7\xb4\x9b\x37\x64\xa6\x3a\xed\xff\xd1\x68\xe5\x10\x00\xf9\x5a\x32\xd4\x15\xdb\x46\xbe\xa4\xf3\xd6\xd8\xeb\xd1\x33\xd3\x9a\x70\xbc\x73\x96\x1a\x5a\x9c\x37\x5c\xf0\x52\x04\x13\x37\xf2\x96\x7e\x3c\x17\xf9\xf7\x92\x66\xbd\x2a\x02\x67\x38\x70\x7e\x5a\x73\xd3\xd9\x49\xe0\x8f\x79\x69\x31\x4d\x3d\x69\x94\x21\x41\x37\x4e\xda\x88\xa2\xb5\x82\x8a\x55\x9b\x2a\x31\xd3\x09\x78\xb2\x4a\xa7\x25\x73\xe9\x2b\x91\x3f\x8f\x33\x58\x66\xd4\x66\x45\x38\x87\x7c\xbd\x57\xee\x53\xa2\x8c\x36\x62\x8b\xd3\xd8\xe1\x36\xb7\x5b\xe3\x9b\x6a\x42\xde\x09\xcd\x5e\x90\x97\xa8\xc9\xe5\x4a\xd5\x8c\xfc\xaf\x3f\xff\xe9\xb9\xcd\x44\x4e\xa6\x6c\x41\x6f\x8d\x9c\xb3\xa0\x0a\x5e\x09\x23\x7f\x31\xd9\x10\x1c\xb2\x5a\x4a\x56\x1a\x40\xfe\xa5\x36\x6f\xc8\x2d\x93\x92\xe7\x96\x89\x6c\x9c\x55\x6a\x0d\x63\x27\xd0\xd1\xd2\xf0\xea\x12\xb2\x17\x76\x46\x82\xe8\x79\x67\x53\x54\x41\x8e\x8f\x90\x1d\x01\x0f\x09\x96\x66\xd3\xf6\xcc\xf8\x47\x17\x62\x3a\xab\x41\x45\x23\x19\xa4\x45\xdc\xb3\xe5\x26\x67\xb8\x7e\xd5\x26\x6d\x7c\xc9\x50\x26\x84\x15\x42\xec\x82\x16\xb8\x43\xcc\x2c\x00\xc5\x1b\x49\xed\x73\xbf\x22\x08\xdc\x70\xc8\x43\x62\x8f\xad\x05\x30\x11\x31\x1c\xfc\xc4\x58\x90\xc7\x72\x8d\x17\x2c\x2b\x28\x5f\x3e\x98\x2c\xba\xea\x8f\x12\xe7\x53\xee\x46\x71\xd2\x29\xde\xa6\xeb\x14\x0e\x85\x92\x39\xbf\xc5\xb0\x6d\x57\x34\x83\x35\x0d\xb5\x76\x42\x44\x27\x2b\x51\xf8\x22\x03\x01\x71\x90\xc9\xb0\x0c\xae\xf2\xf1\x6f\xe8\x07\x51\x49\xa6\x14\xe4\x1e\x6b\xd3\xe8\x0e\x5d\x41\x22\xfd\xf5\xf7\x86\x44\xef\x8d\xa8\x5a\x83\xc8\x42\xdc\x91\x3b\x56\x14\x61\x17\x06\xfe\xad\xd6\xc6\xef\x22\x2c\x3e\x6d\x52\x7f\x00\xd9\x3b\xb7\x53\x5f\x49\x5a\x62\x6e\xc5\x3e\xea\xf7\x32\x76\x7b\x0e\x15\x49\xdd\x4d\x2d\xd0\x57\xd3\x26\x6f\x44\xbd\x86\x9f\xd3\xa5\xa1\x40\x27\x50\xbf\x57\xb7\x2f\x73\x44\xb8\xf0\xcf\x60\x52\x75\xc8\xd9\x2f\xe4\x58\xba\x1d\xe9\x7b\x0c\x2d\x33\x12\x1e\x64\x1f\x6a\x68\x53\x9f\x6f\x76\x41\xdc\x42\x99\x6a\x0f\xe6\x52\xcc\x12\xec\xfb\x96\xe8\xd8\xf3\xaa\xdc\x83\x4b\xf9\x6d\x18\x8b\xe0\xdc\xeb\xcc\x8a\x0b\x46\x22\xa1\x99\x48\x56\x09\x19\xa9\xbb\x50\x3e\xdd\x39\x86\x98\xcb\xd8\xc0\x16\x6c\x75\x2f\xf1\x7b\x16\xd5\xa8\x68\x5e\x17\x4e\x36\xfc\xaa\xd4\x6f\x78\x51\x3b\x3c\xf3\x19\xe5\xc5\xe5\x1d\xad\xde\x27\xbc\x7e\x42\x9b\x2d\x5c\xda\xb2\x6b\x9b\x76\x70\xdd\xd1\x54\x6a\x23\x3d\xaa\x3b\x0c\x7c\xf5\x95\x22\xca\x18\x4c\x76\x6e\x97\x41\xe3\xa2\x39\x32\x23\xfd\x4a\x57\x44\x0f\x55\x03\x6d\x1b\xbc\xa4\x6a\x71\x54\x08\x51\x25\x16\x3a\x44\xa7\x67\x75\x93\xdf\x53\x9d\xf2\x70\x89\x5b\xad\xe7\x0d\xc2\xa8\xb3\x54\x79\x20\x35\x53\xaa\xc8\xd8\xc1\xa2\x7a\x1a\x04\x02\x56\x9f\xb2\x8f\x06\x56\x97\xac\xd4\xb4\x88\x74\xa2\x91\xe9\x6f\x29\x72\x9b\xba\x8f\xb3\x8c\x2d\x19\x2d\x90\x67\xac\x79\xa1\x8f\x20\x41\x59\x54\x5a\xd0\x56\xb9\xba\x8e\x63\x77\x50\xe1\x0d\x89\x26\xdd\x07\xe0\xf7\x7f\xf8\xcf\xcd\xc5\xee\x5d\x44\x18\xc9\x45\x06\xd9\x3f\x9b\xe1\x3c\xee\xa3\x64\x25\x6a\xd0\x3f\x7a\x33\x90\x3f\x1b\xf0\x49\xfa\x19\xf8\x8d\x3b\xd3\x9e\x89\x5a\x9a\x17\xdb\x9d\x2f\x44\x0f\x18\x50\xb7\x1e\xc6\x37\xe0\x10\x53\x09\x85\xb6\x09\x2d\x1a\x0b\xb5\x27\x1f\xd9\x5a\xfc\x1a\xc6\x44\x89\x25\xf3\x6e\x7c\xa8\x59\xc3\x04\xf8\x91\x2d\x55\xb9\x78\xf2\x65\xb4\xfa\xb8\x6f\x46\xa5\x61\x30\x49\x26\x84\xcc\xad\x84\x80\xf1\x6d\x5a\x0a\xea\xa4\x09\xfb\xf1\x87\xe2\x73\x08\x9c\xc5\xc8\xef\xd3\x05\xcb\x6e\x5e\x83\x43\x4c\x99\x32\x65\x77\xfb\x74\xb2\x44\xbb\x6c\xd0\x50\xe4\x2d\x2a\xe0\x83\x4e\x51\xe6\xe2\x4a\x76\x47\x72\xaa\xe9\xde\x0d\xae\x7e\x4d\xfd\xd8\x2d\x59\x21\xa8\xb3\x4d\x5c\x1a\xe8\xca\x80\x62\x36\xa2\xc7\xac\xe2\x71\x86\x7b\xd6\xc5\xca\xb1\xcb\xe6\xde\x6c\x54\xb3\x2f\xf2\xb9\xc1\xa4\xfb\xf5\x4e\x4d\xba\x0b\xca\x65\xc5\xcb\xb7\xc9\xe0\xc9\xa8\xb1\x15\xfe\xd0\x30\x4e\xf8\xb0\x1e\xeb\x61\xd9\x74\x16\x9b\x4a\x9e\xcf\xd1\x44\x67\xe7\x23\x15\xcd\x6e\x18\x96\xc6\xd3\xd1\x85\x80\xc1\xc0\x2a\x1b\xbd\x1d\x08\x04\xba\x4b\xac\x6a\x8f\x39\xcb\x5d\x0d\x66\x46\xa6\x34\xbb\xb1\x36\xb6\xa5\x62\xc5\xad\x21\x80\x56\x01\x6b\x17\xa5\xe5\x0a\xeb\x48\xb8\x3c\xc3\x5c\x12\x71\x57\xba\x09\x27\x58\x6c\x15\x63\x20\xae\x47\x95\x14\x4b\xae\xb2\x5a\xd4\xea\x08\x97\x6d\x9e\x5c\xc0\xe8\xe4\x9e\xa2\xfe\x13\x9c\xc1\xee\xf0\xe8\x96\xe9\x85\x19\x8b\xff\xe7\xac\x6c\x6e\xff\xb0\xd3\x10\x6e\xc8\x24\x31\xfd\xa3\x58\x3e\x3b\x1b\xfa\x3a\xb8\x59\xdc\xff\xe5\x82\x94\x42\x2f\x0c\x59\xba\x2e\xbf\x47\x53\x9f\x81\x28\x51\xda\xaa\xb1\xe6\x73\x47\x47\x6e\x29\x4b\x91\xb3\xbf\xc4\xeb\xc2\x03\x59\x70\x76\x1b\x56\xf4\xee\xe4\x6a\x4c\xa6\x0c\x21\xbc\x7b\x0c\x84\x2a\x05\xd6\x52\x34\xa7\x71\xa5\x59\xe9\x92\x15\x75\x4e\xc5\xbc\x37\x39\xc9\xa6\x72\x8f\xba\x5b\x47\xeb\x68\x4c\x19\xc7\x24\x87\x80\x53\x4c\x83\x8b\xef\xbf\x2d\x32\xee\x8a\x82\x45\x78\x94\xba\xec\x94\x5b\xc9\x90\x62\x96\xdd\x3e\x6b\xc2\x3b\x6d\xe7\x44\x01\xc0\xcf\x1e\x25\xb4\x14\x25\xd7\x42\xfa\xef\xe1\xd2\x9a\x1e\x24\x5f\xff\x6f\x08\xdc\x7c\xb6\xf6\x74\xce\x93\xa9\xe8\xa2\x46\x5f\x68\xd0\xfc\x3b\xd4\xf2\xa0\x05\xc4\xdd\xb8\x23\xf1\xa5\x30\x7d\xb8\xab\xcd\x5e\x63\x9e\xaa\x8d\x81\x38\x9f\xff\x78\x9e\x1d\x7f\xfd\xa7\xff\x1c\x58\x13\x55\xeb\x6a\xd3\xe3\xd8\xed\xb3\xf9\x71\x34\x63\xbe\xb8\x47\xb1\x12\x45\x61\x78\x73\xcd\xb3\x73\x91\x7f\xb8\x78\xf3\xc5\xbe\x7f\xa0\x10\xfa\xfe\xf4\x07\x3e\x5f\x5c\x39\xa9\xd9\xd6\xca\xec\xde\xcf\x9a\xce\xad\x42\x9a\x06\xc4\x21\xe9\x52\xad\xc0\x25\x67\x86\x15\x25\xcd\x96\x61\x12\x32\xa7\x72\x6a\xfe\x9b\x89\x22\x2a\x4f\x61\xab\x58\xca\xba\xc4\xd4\xb9\x55\x98\x3c\xa3\x45\x56\x17\x2e\x61\x4a\x14\x41\x60\xab\x4a\xa2\xc2\xe5\xd9\xf1\x1e\x89\x6e\x47\x32\xec\x6e\x22\x29\xc7\xe3\x8e\xc5\x2d\x93\x0b\x08\x89\x29\x53\x12\xfc\x7f\x0e\x34\xee\xd8\x3b\x78\x23\xee\x06\xdf\x57\xa2\xef\xfa\xeb\xb2\x2a\xad\xcd\xf7\x55\xb2\x5b\x0c\x78\x9b\x90\x37\xe2\x8e\x29\x1d\xcf\x02\x45\xbe\x1a\xa3\xa0\x8a\xef\xbf\xdb\xbd\x0e\xd4\x53\xc3\x64\x56\x49\xfd\xfd\xe9\xc9\x3c\xc1\x8e\x76\xba\x78\x83\xa8\xd3\x33\x5b\x3e\x93\x96\xa4\x2e\xd1\xae\xbc\x8c\xee\x13\xbd\xa1\x5a\x9b\xdb\xa7\x29\x74\xaf\x07\x3b\x28\x22\x7a\x0b\x42\x88\xbe\x38\xea\xa5\x14\xd5\x77\xa9\x64\xd1\xad\x0e\xee\xec\xa7\xdc\xbf\xe7\xae\x07\x99\xdd\x2d\xa9\xbc\x21\x98\x4e\x0f\x64\x62\x79\x03\x17\x93\x4b\x51\x55\x60\x1b\x73\x12\x00\xf2\xdf\x3e\x69\xda\x1d\x37\x8c\x2d\x3a\x4c\xc0\x71\xfc\xed\x78\x4c\xbe\x79\xf6\xf7\x09\x79\xeb\x13\xa4\x3b\x7f\x6f\x50\x2d\xa0\x67\x0f\x7c\x60\xba\x1f\x7f\x7c\x1e\x79\x38\x4d\x59\x90\xaa\xad\xc3\xb3\x5d\x41\x60\x1d\xc6\xa4\xe0\x37\xa8\x2a\x3f\xaa\xa4\xf8\xb8\x1a\xfb\x02\xc0\xe8\xb2\x17\xc5\xe7\x4d\x23\x0b\x9f\x11\x5d\xde\xd2\x1b\x76\x76\x7e\x05\xa7\xf8\x41\xf3\xe2\x74\x41\x6d\x42\xfb\xae\xba\xe8\xd9\x50\x82\x69\x6f\xe5\x2d\x55\xff\xaa\x99\xa4\x39\x5b\x7b\xbd\x8d\x6e\xf7\xba\xe4\xcb\x77\x27\x57\xbb\xbf\xd7\x9f\xa9\x34\x1c\xc8\x0b\x72\x8e\xb5\xce\x96\x54\x5b\xa3\x44\x54\x56\xb9\x5d\x5c\xbf\xa2\x92\x2e\x19\x24\x79\x2e\xa3\x1b\xf9\x77\x82\x92\x3f\x0d\x83\x92\x43\x21\xfc\xdd\x15\xc2\x37\x97\x7a\x72\x7e\xd6\xe3\x98\x15\xb7\x7a\xfc\x72\x8e\x54\xa0\xfe\x70\xc6\x4d\x5a\x00\x87\x0f\xf0\x13\x34\xa7\x21\xb8\xec\xcb\x72\xe1\x69\xfa\xab\x96\xb9\x4f\x8d\x11\x87\x9b\x6d\xed\x21\x65\x4f\x2b\xe9\x1d\x15\xda\xdc\x39\x9a\x7f\x7a\x77\x8c\x3f\xfc\x19\x0e\x7c\x00\xcc\xb6\x6d\x42\xf5\x04\x8a\x9f\xb8\xea\x29\x17\x51\x65\xc1\xbf\xb8\x3f\xfe\xea\x82\x43\x1f\xb3\xc9\x7c\x42\xb2\xaa\xfe\xcb\xd7\xc7\xc7\xcb\x31\x9a\xa6\xfe\xf2\xec\xf9\xf1\xf7\x4f\x48\x45\xb9\xf4\x76\x2f\x6b\xfe\xf7\x5e\x8e\xc1\xf1\xd1\xbc\x0d\xd1\x15\x58\x07\xca\x40\x12\x27\xe4\xd4\x3b\x95\x64\x55\x3d\xb6\xfe\x45\x91\xeb\xb7\xd2\x42\x3a\x1e\x0f\x72\x54\x40\x10\xaa\x9d\x08\x3c\xef\xeb\x0a\xcd\x84\x86\xd8\x30\xc0\xfd\x17\x4f\x9f\x36\xdd\xec\x73\x91\xa9\xa7\xb5\x62\xf2\x68\x5e\xf3\x9c\x41\xcd\xea\x5a\x83\x23\xa9\x5d\xb1\x77\xcc\xcd\x99\xa6\xbc\xd8\x1f\x7f\x68\x89\x58\x6c\x2a\x68\x78\xc3\xa4\xfc\x53\x9d\x92\xce\xa6\x5d\xb2\x41\x4a\x92\x29\xfe\x2b\xe8\xca\x31\xab\xc4\xc4\x26\xa7\x23\x85\x10\x37\x36\x94\xb9\xe5\x13\xfe\xca\x7a\x02\x5a\x7f\x3b\x14\x51\x53\x21\xea\x5a\x10\x56\x2a\x54\xec\xda\xb4\x2a\xee\x89\xa2\x71\xad\x8c\x1d\x9a\x06\x63\x90\xc5\x1c\x1a\xeb\x3c\xd8\x17\xac\xa8\x42\xc0\x0a\xcf\x0d\xa5\x9e\xad\x08\x9d\x42\x36\x86\x28\x4c\xae\x95\x7b\xc3\xd7\xc1\xb4\x4e\x91\xe4\x9f\x3f\x46\xdf\xfd\x27\xb1\x90\x11\x1e\x36\xbc\x8f\x60\x40\xfa\x31\x40\x33\x46\x67\x36\x7c\x82\x7f\x4f\x6e\xe5\x5f\x46\x6c\x5f\x5a\xc5\x68\x2f\x16\xe1\x20\xa1\x7c\x6d\xb6\xfb\x64\x8f\xed\xdb\x77\xf9\x56\xc0\xe5\x4d\x40\x0a\xa0\xd8\xa5\x85\x6f\xd4\xbe\x7e\xc9\x67\xb4\x4c\xb2\x84\xdd\xb3\x3a\x9b\x81\x99\x79\xec\xf7\x88\x98\x0d\x1c\x1e\x3e\x03\x9e\xbf\x97\x75\x61\xf3\x5c\xba\x8c\x08\xa2\x84\x24\x18\x2e\xc1\x1d\x76\x00\x36\x15\x15\xd8\x54\x91\x5a\xe3\x53\x87\x6d\x10\x96\x65\x03\x4a\x62\xd6\x17\xde\x12\xb3\x82\x73\xe4\xc6\xaf\x16\x8d\xd9\x0c\xff\x6c\x93\x94\x60\x1a\x1d\x51\x12\xb7\xb9\xa6\x78\x62\x9e\x06\xd7\x62\xe5\xd2\x7d\x07\xf0\xc0\x0a\x5d\xad\xa3\xf8\xbd\x06\x36\x76\xc1\x28\x74\x84\xeb\x2b\x56\x64\xc9\x55\x88\x22\x6e\x9d\xed\x10\xd3\xff\x92\x7e\x7c\x5f\xb1\xb2\x27\xb9\x45\xdc\x6a\xc0\xeb\x9d\x4f\x72\xd1\x4d\x6b\x21\x2a\x56\xa2\xfb\x8c\x5b\xb0\xad\xbe\xf9\x59\x53\x14\x88\x59\x5b\x55\xdc\x0d\x7a\x32\x78\xf3\x48\xe1\x16\x80\xa0\x36\xd8\x46\xf8\xbf\x4d\x8c\xcf\x9f\xff\x64\x0f\xef\x5c\xe4\xe9\x73\x03\xc7\x4c\x17\x46\xed\x8f\x0d\x5c\x76\xfd\xa9\xc9\xba\x44\xdd\x0b\x57\x21\xbc\x6e\x6f\x59\x7b\x42\x68\x09\xac\xcd\x39\xb9\xd0\x1c\x0a\x5a\x0a\x58\x8a\xfb\xa8\x0d\x5b\x4f\x2a\x8f\xbc\x88\x86\xfe\x52\xbc\x84\x87\x7f\x72\xa9\xa9\xae\xd5\xe4\x94\x56\x34\xe3\x7a\xf5\xb7\xdb\x67\x13\xc7\xe4\x99\xef\xfd\x7d\x4c\xf4\xa2\x56\x84\xa2\xa0\x59\xce\x9d\x13\x6d\x54\x3b\x23\x67\x19\x57\xe8\x04\x74\x86\x6c\x8a\xdf\x19\x7e\xd4\xac\x84\x16\x4a\x04\xb7\xbb\x48\x97\x0f\x79\x6d\xe0\x61\xc2\x34\x44\x36\xdb\x0a\xcd\x6e\x42\x01\x0a\x33\x61\xd1\xd1\x74\x3d\x1b\x2a\x2c\x98\x71\x6f\xcc\x77\x9d\x62\xcb\x7a\x43\x77\x21\xa0\xaf\x67\xb2\x64\xf5\x8f\xb1\x7f\xaa\xf5\x43\x36\x32\x69\x53\xd7\x00\xd3\x8d\x83\x3b\xe1\x3b\xf7\x09\xef\x28\x12\x0b\xe8\xf8\x98\xd8\x06\x5b\x8a\x44\x11\x70\x87\x86\x9a\xde\x58\xb9\x1e\x9e\x10\xb4\x3a\x19\xcc\x5d\xd0\x5b\x27\x3b\xf8\xec\x19\x40\x28\x31\x9c\x11\xbc\xcc\x2c\xe0\x45\x85\xe6\xcd\xaa\xd0\x26\x1b\x52\x3e\x61\xc0\xaf\xd5\xc8\x80\x12\x02\xf8\x09\x54\xad\xf8\x6c\xa5\x3e\x3d\x08\xfe\xce\x3e\x56\x1c\xdc\x54\xbc\xb7\xa4\xbd\x44\x07\xd0\x2c\x27\x75\x89\xcb\xb5\x54\x1d\x07\x72\x15\xf9\x8b\xc3\xca\x90\xed\x94\x2b\xf2\xec\x58\x8d\x21\x70\xe5\xc7\x57\xe7\x47\xc7\xc7\xc7\xdf\x82\x28\x0f\x9e\x39\x00\x7f\xe3\xe8\xfb\xae\x06\xb8\x2f\xbb\xef\x02\xf9\x98\x0e\x0f\x85\x4e\x54\xc3\x6f\xc4\xf2\x77\xef\xe5\xb3\x84\xf2\x5b\x94\xe8\x18\xd1\xe2\xf8\x39\x51\x30\x09\x66\x2f\xf3\x70\x82\x5f\xbe\xa5\x46\x71\x38\x56\xef\xdb\x03\xc7\xe3\xe6\xc7\x23\x40\xa9\x8d\xa2\x05\xef\xa8\xe0\x46\x96\x70\x26\x71\x98\xff\x49\x84\x66\x7f\xda\x02\xcb\x90\x9a\x5c\x00\x91\x59\x63\xd0\xec\xed\xea\xf0\x6c\xe6\x7f\x80\x7d\x3a\x66\xac\x12\x4a\x2b\x9f\xf1\x44\xd7\xd6\xb3\x0a\x52\xb6\xf1\x59\xa3\x21\x17\x0c\x43\xb4\x91\x04\x4e\x9a\xd8\xca\xe7\xa5\x70\x81\x0b\xe1\x5b\x18\xfc\xab\x74\x63\x22\xbe\x5c\xb2\x9c\x53\xcd\x8a\x95\xf9\x06\x2d\x3d\x55\xe5\x0a\x12\x74\xa3\xad\x00\x19\xb9\x50\x4a\x1c\xf0\x1d\xe6\x29\x7a\x91\xbd\xf7\x18\x1e\xa9\xa6\xbf\x9c\x19\xf5\x6c\x39\x21\xdf\xd5\xda\xed\x13\xc7\x7d\x00\x16\xb3\x71\x7c\x06\xea\x43\x3c\xd1\x78\x8b\x8f\x38\x26\xcb\xda\xd8\xfb\xbf\x62\xc0\x70\x4a\xb3\x1b\x88\x90\x36\x0c\x1c\xd5\xbc\x93\x7e\xe6\x7a\xf4\x6c\x97\x76\x88\xde\xd5\xac\x83\xae\xc4\xf1\xac\x81\x2e\x2b\xd7\x35\x00\x0c\x48\x5d\xfa\x1a\x21\x86\xb1\xb4\x25\x97\x6d\xb9\x4c\xf3\xc8\xdd\x0f\x7e\x5d\xf4\xcd\xcf\xfd\x70\xd3\xf8\xa0\x21\xaf\xb4\xd6\xc0\x43\x03\xac\x35\x54\x48\x86\xc6\x68\x5a\x6a\x58\x18\x28\xdb\x01\xb7\x81\x97\x32\x93\xbf\x45\x0f\x86\xc8\xa5\xd9\x10\x7d\xd3\x12\xb2\x0d\xec\x9d\x01\xc4\x73\x08\x8a\x30\x5b\xa3\x03\xcf\xd0\x6a\x14\xf0\x39\xf1\x6b\x7a\xa4\xfa\x96\xef\xcb\xeb\x20\xf0\xbe\xfb\xea\x5d\x1f\x14\x8c\x6d\xd4\xd2\xbb\x2e\x9f\x27\x99\x96\x9c\xa9\x38\x27\x43\x6b\x01\x60\x7a\x50\xa1\x25\x7a\xd7\xf6\x96\x5e\x45\x88\x25\x14\x13\x3c\xc9\x7f\xe9\x02\x7b\xd4\x68\xf6\x63\x1e\x57\x21\x96\x47\x50\x94\xf0\x88\xe6\xbf\x58\xdc\x76\x4a\xb6\x06\x83\xbf\xd1\x18\x73\x64\xf8\xea\x31\x70\xd7\x7f\xff\x2c\xf2\x40\x23\x14\x03\x4b\x20\x62\xe8\x8e\xd5\xf9\x25\x82\x60\x8e\xbe\xfd\xf6\xdb\x61\x0f\x54\x25\xf2\xd3\xb3\x97\x17\x29\x95\x11\x23\xa6\xa5\x95\xd4\xb6\x91\x22\x74\x1c\xd1\x76\x5e\x9a\x85\x96\x39\x2d\xc0\xb7\x0e\xb8\xd2\xb3\xd2\x27\x0f\x5d\x02\x13\xa5\x6d\x3e\x5c\xac\x11\x15\xd7\xab\x76\x08\xbf\xb5\x5e\xc1\xba\x81\x04\x28\x07\xeb\xc8\xb2\xd2\x51\xae\xf8\x33\xef\x78\x09\xeb\x75\x89\xb2\xa2\xf5\xba\x30\xf8\x28\xd8\xce\x50\x16\xb3\xf1\xf4\x8a\x06\xe8\x19\x2a\x91\x9f\xf3\x5c\xbd\xe1\xe9\x7a\xc2\x51\x6b\x3b\x58\x39\x12\xb2\x38\xc6\x45\x9a\x17\xb6\xea\xa4\x5a\xba\x44\x15\x6e\x63\xaa\xcf\xca\xa8\xb5\x43\x88\x1c\xbf\x15\xfc\x1c\x2d\x5e\x39\xef\xf6\x99\x90\x60\x63\x08\xdc\xb5\x63\x45\x02\xec\x3e\x1b\x26\xb1\x1a\xf9\xf3\x9c\xc9\xd3\x64\xa1\xd1\xa8\x71\xcd\xe1\x1a\xd9\xaa\x02\x53\xa3\xc1\x1e\x6b\x29\xc3\x10\x7c\x82\x61\xaf\x2a\x44\x87\xc7\x69\x48\x91\x55\xda\xc7\x89\x1e\x24\xdc\x4d\x12\xee\x40\xce\xbb\x4a\x7a\x59\x56\x6d\xf7\xca\x35\x75\x44\xbe\xe8\x1a\x21\xcf\x8e\xbf\x7e\x3e\xf4\x24\xa4\x30\x0c\xf9\x8f\x50\x20\xc3\x65\xb2\x4f\x1c\x4d\xaa\x1b\xe4\x17\x43\x2d\x28\x40\x63\x27\xb8\x88\x49\x29\x40\xce\xc0\xfa\x1b\x60\x64\x50\xbe\xc8\x19\x66\xe7\x65\x1f\x2b\x96\x69\x35\x21\xef\xf5\x82\xc9\x3b\xde\xf2\x81\x04\x16\x9b\x6a\x23\xb7\xc1\x94\x10\x35\xb3\x6a\x4e\x08\x2c\xa1\xce\x16\xa0\x4b\xc0\xf9\xf6\x95\x03\xa6\x9b\xdb\x6c\x63\x9c\x12\x34\xe2\x72\x2d\x4b\x1a\x29\x32\xa9\x0a\x0a\x64\x77\x10\x03\x72\xa2\xfd\x4b\xa8\x7e\x43\x64\xd4\x68\x5d\x0e\x58\x23\x0f\x0c\x2a\xf2\x31\xcd\x50\xc6\x4a\x4d\xe7\x2c\xb6\x3c\xba\xdc\x9c\xb1\x3f\x58\xd4\x13\x5c\xd5\x5b\x86\x1c\x6b\x93\xf4\xe5\x17\xe1\x69\xb4\xf1\x85\xf3\x9a\x4a\x5a\x6a\x43\x35\xff\x2a\x2e\x89\xe6\x06\x52\x83\x7d\xd2\x1b\x1a\x83\x69\xce\x3c\x9a\xc8\xbd\x5c\x8f\x9a\x4f\xda\x5f\xdf\x5f\xfa\x9d\xfd\xce\xf3\x2f\x3e\xd4\xb0\x27\x19\xcd\xdf\x97\xc5\x2a\xed\x2f\x1e\xb7\xfa\x5a\x04\x8c\xe6\x47\xc0\xe2\x6c\xa2\x6d\x4e\xea\x69\x95\x64\x7b\xda\x2c\x75\xf5\x25\x13\xc0\x63\xf2\xd8\xfa\xba\xe7\x4f\x86\xd1\x41\xc9\xe6\x5c\x69\xb9\xea\xf1\x35\x69\x34\xf7\xe5\x01\x02\xe7\x93\x15\xa9\xea\xa2\x48\x67\xfe\x81\x96\xfb\xe4\xfb\x71\x9f\x3f\xaf\x8b\xa2\x9b\xf0\xa7\xd5\xfa\x7b\xc8\xf8\x83\x8e\x99\x70\x1e\xf7\xf0\x65\x69\x6d\xb8\xff\xba\xdc\x89\xb8\x5a\xba\xc0\x04\x8b\x70\x62\xf6\x46\xe2\x7c\x3f\x97\x2e\x5e\x02\x42\x01\x6c\xb6\x9f\xdf\xdd\x49\x0e\xf4\x68\x81\x3a\x0b\xb7\x66\x2f\xdd\x33\xbc\x80\x36\xc3\x26\xc3\x4e\x3d\x15\xc1\x5f\xdb\x45\xdd\x0c\xe4\x02\x3c\x5a\xb2\x07\x25\x4a\x42\x95\x08\xcf\xf2\xb7\xaa\x3b\x34\x66\xf9\xc3\x56\x72\xb8\x1e\x3d\x65\x3a\x7b\x8a\x67\x07\xf5\x79\xd2\x42\x21\x26\x7e\x3f\x0d\x45\x31\x13\x9c\x58\xb7\x8f\x4f\xfd\x98\x28\xaa\x19\x52\xb7\x5f\xb5\x99\x2a\xeb\x08\x08\x01\x23\x77\x8d\x41\x5e\xee\x8e\x7e\x54\xd6\xb7\x82\x9c\x9c\x9f\x59\xa3\x8b\xf7\x99\xa1\x25\xa1\x55\x25\x85\x0d\xc2\xb2\xff\x6e\xcf\x00\xd1\xf9\x48\xcc\x5c\x65\x5a\xb3\xa6\x0b\xd8\x8f\x2b\x22\x08\x3b\x38\x8d\xd7\x62\x9f\x79\xa7\x72\xd9\xa3\x5d\xa1\x2f\xbb\xa4\x6e\x54\xa5\x72\x58\xaa\x1b\xcf\x63\x32\x29\x7c\x2c\xc8\x22\xc3\xd3\x38\x0f\x6b\x05\x1a\xc4\xf0\xd9\x52\x40\xb6\x5a\xf0\x15\x5f\x32\x51\xa7\x9e\xa9\x54\x37\x87\xba\xda\xfe\xe9\x2a\x1e\xba\xf2\x42\xde\x23\xd4\xbc\x37\x95\x91\xdb\xcd\x25\xd9\xe4\xa0\xbe\xf1\x08\x68\x8c\xcb\xfa\xc9\x3e\xb2\x0c\x95\x8f\x90\x0c\xf4\x8b\x66\x06\x76\xec\xdf\xef\x4b\xb0\x9f\x19\xca\x6b\x5e\x98\x04\x96\x26\x3a\xa1\xd2\xd9\xab\xa3\x93\xd9\x18\xcc\x11\x23\x45\x57\x10\x85\x4a\x0d\x7a\x9a\x4b\x9a\x90\x9f\x59\xa0\x3b\xe4\xab\x52\xe8\xaf\x9a\xaf\x44\xd3\x32\x21\x4a\xab\x0c\xc4\xc4\x3e\x75\x49\x72\x91\xdd\x30\x69\x5d\xaa\xf0\xd4\x6c\x11\x42\x82\x0c\x43\x46\x9e\x4d\xbe\x25\x18\xf4\x71\x52\xcf\x94\x77\x12\x9c\x1a\xb9\x1b\x52\xe1\x61\x82\xab\x67\xc7\xdf\x3e\xff\x16\x32\xd7\x44\xbe\x7d\x9f\xc7\xfb\x21\x8e\x68\x13\xb3\x9e\xb7\xaf\xd7\x07\x04\x21\xe3\xea\xcd\xe5\x77\x42\x68\xa5\x65\xaa\xf8\x7b\xb7\x4f\x3b\xb3\x6e\x8c\xc2\x53\xd7\x69\x42\xce\x42\x9d\x22\xc5\x8a\x99\xa7\x76\x50\xb3\x1f\xac\xcd\xd1\xc0\x71\x57\xc6\x0d\xe4\xf8\xcb\x20\xc5\xe8\x63\xfe\x05\x90\x62\x74\x16\xd0\xa2\xb2\xfc\x07\x9a\xae\xc5\xac\x85\xf0\x8d\x13\x8a\xd3\xa2\xdd\x97\x82\x38\xa3\x3e\x90\x43\xcd\xe4\x72\xec\x4a\x76\x74\x88\x78\xbb\x3a\x4a\x3f\x1d\xf7\xa1\x9c\xe7\x54\x27\xb2\x97\x37\x9a\xbd\x2a\x8a\x62\xa8\x39\x60\x39\x97\x2c\xd3\x42\xae\x1c\x4b\xe5\x7d\xa4\xc8\x63\x1c\xfc\xc4\xfa\xde\x08\x83\xf5\x63\x62\x19\x30\x37\x87\xd7\x9b\x61\x67\x50\xda\x1b\xde\x6d\x0f\x97\x08\x82\x30\x6a\x1e\xc2\xc7\xa2\x7c\xc2\xc4\x19\xac\xd8\x1d\x2e\xcf\x3a\x21\x84\xf8\x15\x9f\xf2\x55\x94\x2d\xdd\x12\x50\x6f\x58\x08\x28\x37\xad\xc8\xee\x22\x3f\xb8\x6a\x3c\x1d\x2b\x51\xcb\x6e\xcc\x57\x9a\x03\x8b\x43\x6d\xd7\x5c\xcf\x87\x8b\x37\xee\x76\xcc\x3f\xe1\x45\x05\xef\x5d\x48\xd0\x17\xed\x16\xaf\xe1\xb7\x3d\x5c\x88\x1a\xfe\xc2\xce\xf6\x07\x46\xf3\x54\xd9\xc9\x6e\x9f\x46\x26\x1e\x55\xf0\x0c\xb8\x79\xbd\x20\x3f\x5c\x5d\x9d\x93\x05\xf4\x51\x8d\xd4\x91\xe1\x26\x50\x91\x0b\xb7\xb5\x6f\xfe\x24\xf6\xcd\x83\x64\x26\x14\x63\x90\x6c\x05\xde\xc4\x5d\x01\x69\xbf\x8c\xf6\xfb\x50\xed\xd0\xc6\x3c\xc7\x70\x07\x92\xd1\x25\x2f\xe7\xa7\xa2\x2c\x31\x70\xf2\x2c\x2f\x58\x2f\x43\xb9\xbe\x7f\x5b\x11\x02\xec\x24\x84\x38\xe1\x20\x73\x64\x76\x94\x53\xe2\xf3\xbc\x68\x64\xf0\x8f\x7a\x98\x8b\xae\xb5\x58\x9a\x13\xa1\x98\xd6\x51\xa8\xcf\x90\x60\xb7\xfd\x30\x48\x56\xac\xc0\x33\xad\x74\x61\xf6\x56\x1c\xc4\x8c\x76\xc9\xed\xb5\xcb\xd7\xa6\xb8\xd0\x3f\x2d\x76\xc9\x85\xae\xca\x6c\x8d\x47\x47\xa3\x39\xba\x26\x97\x11\xd4\x65\x3f\x30\xfd\x16\x52\x94\x18\xf3\xe0\x98\xfe\x4e\x39\x00\xab\xbc\xdc\x6b\x3e\x04\xae\x9a\xbe\x5c\x9b\xb3\x19\x8c\x09\x03\x82\x07\x9f\xa3\x6d\xd7\x04\x90\xec\xe3\x6a\x44\x2e\x22\x44\x75\xd2\xb1\xf3\x96\x89\xaa\x99\x98\x21\x94\xba\x30\xac\x00\x14\xba\x99\x49\xa6\x16\x00\xee\xa8\xe3\xf0\x15\xfd\xf0\xc0\xb0\xa8\x9f\xda\x9f\x6f\x0f\xba\xf3\xf6\x3a\xf2\x37\x9a\x01\xaf\xfa\x7c\xf8\x7d\x59\x41\x23\x7c\x14\x34\xc3\xaa\x8e\xa5\x28\x8f\xac\x85\x25\x98\x68\xe1\xc6\xbc\xed\xa6\x30\x14\x6e\x85\x49\x85\xa2\xd2\x7e\xaf\xc0\xb6\x6e\x55\x67\xd1\xef\x17\xa2\x00\x7e\x0e\x13\x0d\x2d\x18\xc6\x9b\x04\xb6\xd5\xab\xd7\x7f\x07\xaa\xfb\xde\xf7\x0d\x4e\xbd\xdf\x2e\xd3\x6c\x6f\x98\x66\x3e\x4b\xc8\x18\xdc\x6a\x08\xb4\x49\xc7\x8b\x81\x8e\x2c\xab\x6a\x34\x17\xdb\xb8\xb1\x43\x40\xd8\x1f\x26\x20\xac\x09\x84\x9f\x33\x24\xec\xb2\xf1\xe5\x01\x41\x61\xef\x2f\x0f\x71\x60\x7b\x21\x54\xba\x50\x46\xae\x7f\xcd\x53\xf5\x6c\xa2\x46\xef\xfd\x69\xfe\x1d\xc9\x9b\x1f\x9f\x1f\x7f\x4b\x1a\x9a\x01\x21\x81\x1d\xbf\x9c\x90\xc7\xa7\x27\x20\x1f\x8f\xad\xeb\x2f\xe0\xa7\xe9\x54\x46\x1a\xf6\x48\x62\x7f\x82\xae\xf1\xd1\x47\x41\xce\x28\xd4\xb9\xe4\xb7\x54\xb3\x1f\xd9\x0a\x7f\xb5\x0f\x8f\xf5\xf0\xcf\xc7\x40\x3c\x8b\xd9\x91\xb9\x4a\x96\x37\x64\x72\x33\xc3\x0d\x43\xba\x85\x15\x9c\xb4\x25\x81\x20\x10\xd4\xd3\x82\x67\x3e\x99\x18\xa4\x80\xa4\xb7\xa1\xc6\x54\x10\xb1\x2b\xaa\x54\xf8\x3d\xa8\x80\x8f\x8e\xcc\xd7\x8e\x72\x2e\x01\x47\xbe\x70\xe5\x67\x3f\x0c\xf0\x6a\xc1\xe4\x65\xcd\x93\x76\x86\xab\x37\x97\x71\x87\x60\x42\xc3\x42\x27\x2e\x9b\x7f\x06\x7d\x88\xc2\x4e\xee\x8c\xdd\x32\xac\xbf\x24\x95\x4e\x93\x55\x28\x70\xe3\xc1\xd4\x2d\xe8\x71\xab\x48\x40\x5d\x51\xd0\x72\x3e\x11\x72\x0e\x59\x4d\x33\xb9\xaa\xb4\x78\xaa\x0b\xf5\xf4\x7f\x55\x37\xf3\x23\x3f\xe2\xc9\x17\x7d\xe4\xdb\xd6\xed\xd6\x85\x7a\xcb\xcb\x9f\x50\x19\x9b\xbc\x88\xd0\xdc\x4e\xd4\x73\xf5\xe6\xd2\xab\x71\xa3\x27\xfa\xdf\xf2\xdc\xd7\x80\x7a\x93\x98\x24\x89\x5e\x8b\xde\xac\x23\x7d\x15\x76\x05\x1a\x03\x8e\x47\xb0\xc3\x88\x84\xfd\x1e\x0f\x49\x54\xa2\x10\xf3\xd5\x86\x02\xaa\x57\xa9\x6e\x03\xaa\xa8\x42\x47\x6e\x24\x68\x48\xdf\x02\xda\x27\x97\x96\xd3\xe7\xa0\x34\xe3\x5a\x1f\xf8\xbd\xbb\xf9\xac\x2b\xb3\x8a\xc5\x0b\x2f\x35\xd5\xea\x64\x3e\xef\xcb\x93\xfe\x83\xb8\x8b\xd2\xfd\x81\xfa\xd9\x25\x3a\x43\xe1\x9c\x66\xbe\x10\x62\x9c\x34\xcd\x59\xf9\x40\xd7\xf4\x05\xd6\x53\xdd\x9d\x38\x6c\x68\xe8\x4b\xc8\x57\xca\xca\x0c\x18\xdf\xbf\xb9\x34\xd9\xf1\x14\x40\xda\xcc\x14\x4f\xcd\x14\x4f\xe3\x29\xc6\x71\x5a\xed\x82\xe9\xa7\x78\x8f\x4f\x6f\x9f\x99\x03\x7a\x36\xb1\xc7\x76\xd2\x70\x87\xda\x66\x94\xf7\x9a\x1a\xfd\xfd\xd3\xc0\x61\x3f\xb3\xe9\x42\x88\x9b\xd6\x37\x5f\xfc\xcf\xe8\x32\x5b\xb0\x25\x8d\x9e\x12\x2f\x05\x54\x0d\xde\x1f\x00\xe3\xea\x2a\xa1\xc6\x76\x2d\xc1\x71\x80\x22\x0d\x33\xef\x7a\xe3\x7b\x56\xf7\xa1\x76\x5c\xf8\x36\x01\xe6\x2e\xdd\xbc\xf5\x94\x9a\x32\x2a\x81\xd3\xbf\x61\x65\x7b\x4d\x53\xf4\x03\xb6\xfe\x85\xd0\x45\xb2\x5b\xce\xee\xd4\xa4\xd9\x33\xb2\x93\x25\x8c\x31\x0f\x07\x9b\xfb\xdc\x65\x80\x84\x6d\xaf\xd2\x8d\x66\x79\xff\xa5\x36\xfa\x74\x43\x70\x85\xa5\x16\x8f\xa8\xef\xf7\xc8\x57\x55\x8a\xf2\x47\xdd\xe1\x7a\x89\xef\x26\x27\xbb\x2b\xd2\x6d\x56\xf0\xa1\xa4\x03\x76\xd3\xea\xb5\x66\x3f\x75\xf9\x9b\xed\xe8\x33\x82\xd1\x7f\x3f\x3f\xfe\xf6\x01\xf4\x00\x7d\x6b\x4e\xd2\x1c\x50\xdc\xda\x36\x3c\x52\x72\xfe\xea\xed\x11\x2b\x33\x91\xb7\x24\xad\x69\x5d\xe6\x05\x46\x37\x2b\x06\x31\x06\x2b\x6f\xc8\x8e\x32\x9b\xd1\x94\x6b\x92\x15\xdc\xa6\x2b\xf0\x74\xb0\x6c\x83\xbd\x1f\xa8\xff\x61\xed\xaf\xf8\x0d\x6b\x1d\xf0\xfe\x36\x36\x1b\x1c\x35\xec\x85\x04\xc6\xa3\x19\x44\x6e\x85\xb6\x53\xb1\x5c\x8a\xf2\x1d\x5d\xda\xea\xc2\x56\xed\x99\xec\xfb\x5e\xce\x69\x69\xb1\xd3\x7d\xbc\xbb\xee\x49\xf7\x29\xef\x82\x40\x59\x17\xc5\xc6\x5b\xbd\x74\x3e\x22\xf9\x3b\x91\x33\x7c\x92\x2f\x41\x15\xd2\xbc\xd6\xe6\x45\xf5\x8f\x72\xb4\x13\x83\x24\xbd\x07\x0a\xb9\x7d\x36\x69\x77\xb5\x6e\x03\x66\x1f\x50\xec\x09\x63\xb4\x40\x27\x6e\x18\x80\x66\x25\x64\x94\xea\x24\xb5\x35\x04\x16\x2c\xbb\x81\xec\x72\x2c\x77\x5c\x83\xe5\x7b\x14\xb0\x4d\x90\xd5\x5c\xc5\x21\xf1\x05\xd3\xb6\xf2\xc0\xc9\xf9\x19\x5e\x81\x57\xb6\x61\x7c\x53\x56\x50\xa5\xac\xe1\x52\x11\xea\x44\x1a\x58\x55\x55\xeb\x96\x08\x3e\x49\x68\xc0\x9a\xb0\x4e\x2b\xde\x2b\x4f\x9d\x9c\x9f\x39\x61\xca\x15\x97\x81\x58\x18\xff\x49\x05\x27\x8f\x10\x09\x9a\x40\x0b\xc9\x08\x18\x58\x8c\x09\xbf\x1b\x32\xf1\x85\xd4\xfd\xb7\x4c\x6a\xf0\xd4\x99\x97\xe6\x92\xec\x6c\xde\x3e\x64\xed\x81\xee\xb0\x91\x9b\x0c\xc1\x39\x92\x41\xb2\xbf\xba\x8c\x66\xc0\x02\x20\x7b\xcf\xc5\xe7\x35\xa1\xc9\xd4\x41\x87\xac\x86\x3b\xcb\x6a\xa8\x3c\x8e\xb7\x30\xdb\x17\x5f\x03\xe1\xc2\x1d\x16\xd5\xe4\x0e\xf5\x5f\x0e\xa5\xcd\x3c\x1b\x1f\xaf\x09\xc4\xad\x25\x70\x7f\xd3\x93\xf5\xd4\x0c\x7c\x9a\x1a\xd8\x7a\xa8\x6c\xfd\x99\x6c\x99\x3f\xcd\x0a\x51\xe7\x47\x9d\xba\xeb\xf2\x29\xad\x2a\x7c\xf5\x3c\xed\x83\xf2\x38\xcf\x26\xa7\x66\x44\x28\xd3\x6f\xc5\xbd\xd3\xd8\x1d\x78\xfd\xe3\x66\x85\xc6\xdc\x2c\x1e\x6a\x37\xf0\x6c\x34\x1e\x19\x0a\x01\x53\x5f\x2e\xa8\x69\x1c\x8f\x6c\x81\x8a\xf0\xa9\xd1\x78\xd4\x1b\xe9\x3c\xfa\x7b\x9b\x92\xb8\xa9\x3b\xb7\x65\x1b\x08\x54\x07\x6b\x7b\x43\x83\x55\x60\x6e\x7b\x74\x8f\x65\xc3\xed\x41\x1a\x91\xee\xa8\x89\x95\x2e\xfd\x19\xda\x25\x6c\x38\xc5\x4f\xdd\x53\xe9\x22\x72\xb3\x43\x63\x82\xde\x1d\x2a\xe8\x4b\x24\xc3\xa4\xdb\xbe\x84\xce\x54\x40\x09\x0e\x02\x40\xd1\x8c\x04\x47\x99\x1e\xf4\xb3\xcd\x3d\xba\xb6\x4d\x5c\xd9\xd0\xa3\x59\xb7\x21\x73\x22\xfd\x10\xd0\x39\x9b\xde\xae\xdd\xe4\x08\x06\x55\x7d\x89\xbf\x68\x73\xce\x7d\x00\x5c\x32\x1f\xd9\x4c\x06\x3b\xe3\xa8\xbb\x10\x9e\x62\x1a\x9a\x5d\x86\xdd\x70\x67\x58\xe7\xb2\x77\x75\x5f\xeb\x17\x68\x76\x79\x78\xd2\x0f\x4f\xfa\x17\xfa\xa4\xef\x58\x01\x95\x7a\x47\xdb\xcf\xe7\x30\xd2\xbf\xf5\xb4\x6b\xc9\xe6\xd6\xb3\x6d\x40\xea\x34\x3b\xe1\x0f\x89\x4e\x69\xe6\x65\xa5\xa0\x8f\xee\x93\x8b\xac\x2a\xda\xea\xea\x55\xf0\x74\x3d\xf9\xee\xe4\xd4\xa9\xa3\x65\x5d\xb0\x84\xf0\x10\xf3\x12\xaa\x62\x59\x97\x0d\x38\x50\x9f\x03\xf5\xf9\x42\xa9\xcf\x18\x41\xb6\xfb\xe6\x57\x2c\xf3\x3e\x41\x2a\x36\xca\x58\x2c\xd8\xf4\x6e\x5b\xc7\x1e\xcf\x7b\x18\x84\x9c\x34\x11\xd2\x7c\x63\x2d\xfd\x1b\x88\xd8\x30\xcf\xf6\xf4\xe0\xd2\x6e\x7c\x3d\x4d\x80\x83\xf0\x74\x01\xb4\x4c\x1a\x6f\xc1\x5a\xac\xe9\x06\xf2\xd0\x21\x05\xdf\xa7\xbd\x66\x4e\xce\xcf\xa0\xa5\x6d\x0f\xa3\x65\x50\x7c\x4c\x88\xeb\x35\xf6\x5e\x5f\x88\xad\xef\x5c\xb2\x40\x90\xf5\x1c\x49\x0a\xc9\x0d\x22\x3f\x19\x17\xb4\x71\x3d\xfa\xea\x7a\x84\xcd\x4c\x81\xb5\xc7\x7f\x27\x09\x28\x3d\xde\x3e\x8d\x45\xa3\x7a\x06\x09\x55\x5d\x30\x42\xab\xaa\x80\x6a\xbc\x62\x42\x5e\x71\xb0\xde\xd5\x0a\x4b\xb1\xcc\xdd\xb8\xee\x62\xd1\xc7\x0a\xd6\x99\x5a\xa6\x75\xa5\x4a\xad\xd1\xe7\x4c\x4c\x70\xe2\xfe\x84\xda\x07\x1c\x67\x5a\xdc\xeb\xf9\xfa\xef\x28\xf2\x98\x97\x59\x51\x83\x02\xb1\x2e\xfd\xef\xb9\x1f\xfe\x24\xb9\x3b\x51\xfa\x54\x2a\xc9\x08\x90\x77\xcd\x0e\xfe\xe3\xa5\x28\x8f\xda\x2b\x04\x05\x6d\x72\x99\xd0\x40\xae\x47\x4f\x67\x42\x3c\x6d\x37\xaa\x7a\x8a\xed\x62\x46\x66\x42\x24\x03\x51\x19\xcd\x45\x59\x24\xa4\xa1\x0b\xdb\xe2\x67\x74\x5d\x03\xc5\xc4\xc4\x9d\xd2\xbd\x42\x34\x04\x37\xd9\xb6\x35\x61\x8e\xac\x4f\x39\x72\x11\xd5\xa6\x6f\x5e\xbd\x1b\xb3\xe7\x9b\x5f\xfb\x9a\x19\x8c\xe8\xae\xf9\x83\xc2\xf0\x05\xf0\xeb\x73\x6a\xea\x3d\x63\x96\x99\x21\x85\x58\x9b\x74\xd4\x4b\xa6\x25\xcf\x22\x72\x9b\xd5\x4a\x8b\xe5\x3f\xdc\xef\x8e\xf0\xbe\x85\xbf\xdf\x70\xa5\xdf\xc3\x36\xd5\x3a\xfa\xdb\xe9\xec\x95\xcd\xa0\xa0\x86\x4a\x5e\xf6\x03\x56\xe7\xcc\x25\x29\xe8\x94\x15\xb6\x55\x48\x75\xd0\xf5\x1e\x58\xb3\xdf\x2f\x6b\x06\xc0\x7c\x69\x61\x39\x5d\x33\x04\xdb\x30\x68\xc8\x0c\xb4\xa1\xae\xce\xd1\x4e\x32\x5d\x4b\x03\xaa\x78\x8a\x6d\x44\x09\x41\x06\x00\x76\x90\x0b\x18\x4b\xda\x26\xb3\xdb\x23\x42\xee\x6e\x51\x69\xec\x1d\x24\x23\x3f\x84\xfe\x80\x7f\xdb\x66\xca\xf3\x93\x4b\x05\x4b\xed\x42\xa3\xdc\x8e\x50\xf6\xdb\x93\x94\x75\x12\xa1\xe3\xa1\xf3\xf7\xae\x15\x27\x33\xcf\x8a\x19\xca\x97\x4c\x69\xba\xac\x46\xe3\x11\x4c\x7f\x90\x1e\xf7\x4e\xa2\xda\x57\xd2\x39\x55\xc3\x16\x40\xa4\x23\x96\x54\xc3\x00\x79\x3b\x26\xdc\xfa\x50\x13\x0a\x7e\xe5\xc2\xcd\x78\x20\x92\xbb\x25\x92\x11\x3a\x75\x3d\x33\x5b\x7e\x85\xd8\x37\x29\x05\xf7\x12\x34\x4f\xce\xc2\xe1\x5a\xe0\x8f\x39\x0d\x9b\x30\x06\x10\x67\xca\xda\x6c\x0a\x46\xbe\xc2\xc7\x11\x3d\x20\x34\x6c\xee\x8a\x86\x93\x5f\x6c\x50\x3c\x7a\x3f\xdb\x19\xad\x03\x39\x2f\x1d\x0c\xfe\xab\x66\x72\xe5\xa7\x9e\x31\x64\xe8\xfc\xcc\x13\x4c\x66\x5c\xb0\x99\x26\xd3\x82\x96\x37\x36\x87\x6a\xd8\xf8\x23\x05\xdc\xac\xcf\x3c\xed\xa6\x9a\x53\x2c\xf3\x87\xd4\xf2\x61\xbe\x2d\xcd\xe7\xe1\x53\x4c\xe1\xba\xc5\x0e\x31\xc9\x3e\x0b\x19\x46\x9a\x46\x10\xf7\x3e\xdc\x31\xcc\xce\x0f\x69\x8b\x1e\xb4\xba\x2b\xbe\x04\x04\xbc\x75\x4f\x40\x17\x5e\x1a\x75\x0c\x2d\xe1\x47\xcf\x74\x7e\x1f\xab\xcb\xc4\x4b\x18\x2e\x22\xcb\x7c\xff\x8e\x97\xb9\xb8\xdb\x74\x22\xd8\x8b\x3c\xfe\xdb\x95\x3b\xc3\xa3\x9f\xe1\xa7\x31\xf1\xbf\xfc\xfd\x09\xa2\xb4\x3f\x35\xd5\x3a\xb7\x50\xd9\xd6\x56\x45\xc0\xe7\x17\x22\x36\xa9\x0e\x9d\xa3\x0a\xb8\x30\x61\x56\x2f\xcd\x9f\xfc\x36\x74\x79\x2c\x24\xf9\x95\x49\xe1\x03\xc2\xa2\x31\x1c\xbd\xbc\x69\xc9\x44\xed\x20\x52\x3d\x99\x0c\x49\xb8\x3a\xd0\xa2\xdc\xa6\xa3\xe3\x75\x6a\xf2\xa7\xdd\x63\x5f\xdb\x3f\xa8\xd5\x9b\x00\x3c\x70\x10\xc0\xd5\xdf\x1f\xc4\x90\x18\x41\x67\x20\x53\x62\xba\xe2\x43\xe1\x58\x2a\x7c\x56\x9d\xe9\x98\xdf\xb2\x32\x06\x5d\xe0\x56\x6c\xb0\xa0\x65\x04\x37\x70\x2d\x18\x70\x70\x60\x45\xf6\xcd\x8a\xf8\xc0\x8e\x61\x74\x88\x66\x52\x28\x95\x64\x48\xd4\x9a\xa8\x91\x75\x34\xcb\x11\x7d\x4f\x2a\x9b\x90\x3a\x49\xb1\xce\x9f\x0e\x2c\xcc\xae\x59\x18\x9a\x53\x4d\x37\xdd\xd5\x86\x97\x97\x2b\xfd\x96\x69\xfa\x00\x93\xa2\x9f\xe2\x41\x92\xd5\xd6\x74\xf0\x6b\x3b\xfc\x0c\x03\x44\x39\xaa\xc3\xd6\x13\xc2\xd0\xd7\xc5\x95\x72\x16\x89\x6a\xd3\x15\x32\x7e\xb4\xcc\xc7\x44\x54\x18\xde\x5a\xac\xc6\x9e\xbd\xda\x40\x00\xcd\xe0\x2e\xfd\xfb\xff\xd9\xbb\x92\xde\xd8\x6d\x18\x7c\xef\xaf\x10\xde\xe9\x05\x48\xa6\x0f\x39\xf4\x5e\x04\x2d\x3a\xc0\x43\xfb\x90\x5e\x73\x51\x6c\xa5\x63\x54\x96\x0c\xcb\xce\x72\xe8\x7f\x2f\x44\x2d\x96\xbc\x8e\x1d\xcf\x92\x09\x4f\x03\x8c\x65\x5b\x0b\x45\xf2\x23\xe5\x8f\xa2\xd7\xcb\x84\x17\xf5\x7c\xc5\x12\xea\x61\xf4\x39\x8f\xe7\x73\x2e\x17\xff\xe8\x39\x8b\xc5\x18\xe3\x9b\x17\x6c\xb1\xd1\xee\x61\x7c\xf3\x4c\xe3\x9b\xb7\x0b\xe3\x9b\x81\x83\xb9\x66\x84\x13\xa3\x9b\x18\xdd\x44\x15\xb9\x4a\x74\x73\x1d\x10\xd7\xe3\x66\x63\x7c\x6e\x2c\x3e\x37\x58\xb7\x14\xc3\x74\x27\x0f\xd3\x81\xa4\xbc\x1f\x67\x2e\x76\xf2\x31\x66\xf7\x59\x0d\xec\x47\x89\xd9\xdd\x62\xcc\x0e\x63\x76\xfb\xa2\x85\x31\x3d\xc8\x5e\xcd\x06\xed\x04\xfd\x7e\xb3\x17\xf6\x84\x1d\x3d\xcd\x07\x8e\x57\xb8\x37\xba\x2b\xbf\xba\xe3\xf8\x51\xcb\x4c\x35\xa1\x3f\xf8\x14\xdc\x5e\x75\x81\xbf\x86\x21\xd1\x0a\xb6\xc3\x84\xbf\xcb\x12\x3e\x1b\xb7\xed\xab\x9d\x31\xc0\x40\x31\x9b\xd7\xbc\xca\x0a\xce\x9c\x7a\x86\x0f\xc5\x1b\xe6\x63\xc5\x2a\x38\xfa\x68\x1f\x35\xa1\x92\xa3\xa3\x1e\x01\xbc\x54\x88\x8d\x30\x78\xf3\xf1\x15\x60\x23\xce\x3d\x20\xd3\x6e\x3d\xb3\x51\x2c\xd3\x94\x27\x80\x74\xfb\x19\x30\x85\x62\x50\x05\xd8\xd1\xbf\xb5\x03\xe6\x0b\x78\x2a\xd7\x39\x13\x72\x01\xc8\x08\x0f\x2c\x1c\x1f\x09\xad\x0d\x72\xd6\x32\xcd\x53\x60\x65\xe0\x96\x45\xa0\xa5\x1d\xe8\x44\xc0\x72\x7e\x80\xa5\x0f\xac\x78\x42\x42\xb7\xb8\x91\x16\x5f\x0b\xae\xb4\xa5\x76\x33\xe6\x50\x22\x70\xf9\xbc\xc0\x65\x16\xf2\x18\xd3\x93\xcd\xfd\x8e\x41\xc4\xb1\xcb\x9b\x27\x8c\x26\x6a\xdb\x6d\x0d\x08\xf0\x02\x65\x18\x13\x9d\xc9\x81\xaf\x8a\x1a\xee\xfa\x7d\x8e\x19\x5c\x7f\x81\x47\xec\x7b\xdc\xc0\x77\x87\x0c\x33\x57\x69\x74\x03\x92\x5b\xc8\x74\xa3\x0a\x96\x6c\x9a\xaa\x0c\xbd\xb9\x2f\xd3\x83\xde\x52\xfd\x96\xc7\xdd\x0c\xd3\xa7\x8b\xe0\xbf\x17\x5b\x73\x5d\xf5\xd3\x2a\x0d\x39\x6c\x6b\xb8\x24\x2b\x18\xe1\x59\x02\xf3\xa7\x4c\xd9\x1e\xb2\x12\x34\x9b\x16\x13\x28\x7d\x33\x21\x21\x21\x4c\xb4\x4e\xd8\xa0\xbc\xa0\xe5\x44\xbc\x78\xe1\x76\xc7\x64\x17\x8c\xe5\x19\x45\x68\x5a\x73\x3d\x49\xce\xe5\x8b\x5e\x0e\xa0\xa1\x55\x56\xf2\x0d\x5e\x03\x59\x7c\xa6\x3c\x44\x23\x31\x0e\x91\x9c\xb3\xc4\xc3\x0b\x3d\xfd\xfe\x9e\x51\x80\xf3\xbe\xc3\x4c\x0e\xe8\x7d\x3c\x8d\x1c\xa2\xc4\x13\x90\x63\x2e\x87\x59\x5d\x26\x95\xf1\xf6\x81\x10\xae\x05\xe4\xc6\xec\xcd\x14\x70\x6b\x35\x8d\x01\x5b\x70\x71\xca\xd4\x20\x1e\x3b\x29\x1e\xfb\x6e\x57\x0c\x98\xc4\xf3\xce\x92\xbd\x0f\x72\x35\x48\xab\xc7\x9f\x41\x88\x75\x38\x53\xd7\xa2\x55\xa9\xa8\x48\x69\x99\x9a\xed\xe9\xda\x1d\xb9\xbf\xe7\x8e\xfa\x46\x7d\xef\x59\x4a\xf4\x87\x4c\xf7\xf0\xd9\x9b\x56\xd3\x2e\xbb\xc6\x53\x4b\x3c\xf6\x06\x7e\xa1\x82\x3d\xb8\x82\x0d\x26\x7b\xe0\x48\x86\xf2\x15\x0e\xc2\x6a\x85\x91\xd3\xf7\x92\x55\x3b\x4b\x43\x0c\xa5\x1a\xc0\x69\x34\xeb\x79\x38\xad\xdc\x09\x4b\xa0\x6a\x46\x14\x72\x4a\x14\x72\x52\x8f\xfe\xe8\x1e\xfa\x7b\x02\x88\x0b\x0d\xd3\x94\x73\x1f\xb7\x8c\x7d\xfb\xe6\x1a\xba\xf6\xe7\x61\x79\x26\x5c\xfb\x42\xa6\x87\xf7\xec\x03\xa7\x07\xad\x07\x3a\xf6\xe7\xec\xd8\x07\xa2\xba\x9f\xfa\x34\xd9\x1f\x4c\xde\x60\xf2\x66\x8e\xbc\x60\xee\xe6\x13\x9a\x62\xb4\x7b\x88\x9a\x30\x77\x83\xb9\x9b\x63\xe6\x6e\x3a\xe6\x06\x53\x37\x97\x65\x54\x4e\x9b\xba\xe9\x7a\x33\x08\xf0\x10\xe0\x9d\x25\xc0\xeb\x8a\xea\x1c\x0d\x8a\x79\x9b\x4f\xa9\x5d\x3f\x60\xde\x66\x20\x20\x81\x7a\x19\x01\x08\xa6\x6d\xce\x29\x6d\x33\xb0\x51\x97\x59\x25\x4c\xda\x5c\x92\xd9\x39\x69\xd2\xa6\xe3\xf0\xa0\xe9\x40\x97\xfe\x8c\x5d\xfa\xfe\x94\x8d\x06\xbe\x37\xb4\xc8\x9a\xfb\xf4\x3f\x4d\xa2\xe7\xbe\x16\xda\x6e\xde\x71\xaa\x46\x5d\xfa\xb0\x9d\xd7\x60\xd4\x54\xf8\xd6\x7b\xd1\x7b\x7d\xa4\x34\x2d\x89\xaa\x8b\x42\x96\x95\x25\xad\x04\x51\xad\x55\xc5\xca\x0d\xd1\x46\x3c\x7a\x5e\x97\x5e\x51\x96\xbe\x6e\xa9\x21\xc2\xec\x3e\xdf\x7c\xb8\xdc\xdc\x59\xd6\xa2\xed\x7f\x66\xc2\x02\x8c\xe8\x75\xcc\x38\xa6\x5f\x93\xba\x2c\x99\xa8\xf8\xdb\x15\xc9\xa9\xa8\x81\x7b\xd3\x8c\x0c\x38\x0b\xa8\x2f\xdb\x63\x3b\x4e\x8a\x52\x3e\x67\xa0\xae\x4b\xa3\x3b\x3d\x5d\x97\x1f\xe3\x0f\x99\xfe\x5d\xb0\xc4\x8c\xd1\x15\x5a\x07\x75\xae\x0a\x29\x54\xf6\xc8\x0d\x8f\x82\x56\x02\xfc\xd9\xeb\x85\xa0\x77\xc0\xc9\xd9\xf0\x80\x3d\xb2\x27\x2d\xf4\x65\x2d\x84\x6b\x0d\x03\x02\xaa\x84\x5c\x5f\x4a\x59\x45\x33\xae\xae\x89\x62\xac\x6f\x5b\x30\xb1\xa3\x22\x61\xb9\x56\x2e\x3f\xff\xcb\x0a\x05\x7b\x01\xa4\xc0\x4e\xe5\x0d\xac\xe2\x26\x4f\xb1\x86\xe2\x39\x58\x3d\xb4\x31\xc7\xb0\x31\x07\xee\x97\x7f\xf1\x7b\x0c\x49\x0c\x8b\x86\xeb\x41\x66\x4f\x59\xe2\x77\x4c\x5b\xa1\x1c\x7a\x05\x74\xb7\x6e\xa8\x48\x6f\xf6\xaa\x7f\xed\xec\x51\x33\x58\xc8\xd7\xf6\xda\xa3\xc9\x32\x94\xf3\x31\xcb\x1c\x73\xd8\xae\x5e\x39\xe7\xde\x29\x1c\xd2\x6e\x1b\x23\x91\x68\xf9\x2c\x23\x15\x62\x92\xf3\xd0\xce\x03\x98\x64\xab\xff\x8e\x57\xd1\xcd\x5e\x67\xfd\x66\x21\x94\x39\x1b\x06\x21\xca\xa5\x43\x94\x55\xcc\xca\x41\xf0\xc9\x2c\xa0\xb1\x50\xab\x4e\x15\x06\x6e\xb7\xb5\x02\xdf\xb6\x90\x34\x52\xb0\x1b\xb2\xad\x9a\x3a\xc2\x05\x2d\x69\xce\x2a\x2d\xdc\x00\x30\xc2\x4a\x9d\x8e\x25\xb0\x6b\x62\xad\x4a\x6b\xce\x90\xd9\xab\x64\xab\xb5\xdb\x13\x4d\x18\xf9\x7a\x77\xbf\xbd\x22\x59\x5e\x70\x70\xc5\xa1\x33\xd7\x84\x2a\xf2\xc2\x38\xd7\xbf\x54\xbc\x11\x09\xd4\xfb\x89\xcc\x0b\x29\x6c\x6d\x01\x5a\x11\xc1\xcc\xfb\x6b\x91\xb2\x52\x69\xc1\x23\x3b\xf9\xe2\xb0\x80\x27\xf0\x2f\x6b\xd1\xc5\x56\x30\x0d\x56\x27\xeb\x9e\x97\x0c\x38\x76\xa8\x22\x59\x9e\xd7\x15\x7d\xe4\xbd\x87\xa5\x62\x23\x62\x71\xc2\x1f\x54\xa4\xbc\xaf\x22\xea\x7d\x74\xdd\x4d\xb8\x35\x27\xd0\x6b\xfe\x06\x2c\x41\x76\x56\xf4\x08\x92\xb0\x68\xbc\x19\x27\x4c\xe1\xfd\xb6\x35\x49\x66\x7c\xb5\x02\x4e\xe4\x1d\xbc\x42\x0f\x5b\x79\xb3\x64\xd0\x0b\x8c\xbc\x90\xca\x60\x2c\xcb\x86\xa3\x71\x9e\x5b\x7e\xb7\x48\x90\x0a\x8e\xdf\xfe\x50\x7f\xfb\x76\xfb\x4b\xcf\xbb\x37\x44\x0b\x87\x96\x22\xa5\xea\x5c\xaf\x82\xee\xa7\x46\x99\xa6\x23\x36\xc7\x41\x9f\x69\xc6\xf5\x54\x12\x29\x0c\x97\x39\xbc\xc5\x18\x33\xdf\xd2\xfa\x66\x90\xfb\x30\x4c\x78\x25\x23\x5a\xbc\x9e\x29\xd7\x0a\x32\xba\xd7\x70\xe1\xb1\x57\xaa\xfb\x73\x4d\xa8\x7b\x0c\x49\x28\xe7\x2c\x25\x0f\x7a\x51\x92\x87\x2f\x24\xcf\xfe\xd9\x55\x76\x90\x6f\xcd\x3c\xea\xab\xe4\xaf\xbb\xad\x9f\xf3\xaf\xb5\xd2\x4b\x20\x0c\x0f\xd3\xf7\x4c\xd4\xaf\x01\x54\xbe\x0a\x64\x24\x04\xd4\x11\xf4\x0e\x01\xf5\xd6\x4e\x7e\xa6\x88\x56\xe0\x6e\xc9\x53\x60\x76\x62\x79\x51\xbd\x5d\xe9\x5e\xa7\x86\xe4\xdd\xcb\x68\xb2\x93\x8a\x09\xcb\xbb\xde\x9e\xec\xbd\xe9\xd7\xff\xfb\xe9\xff\x00\x00\x00\xff\xff\x54\x70\xaf\xed\x94\x96\x12\x00") diff --git a/vendor/k8s.io/kubernetes/pkg/kubelet/BUILD b/vendor/k8s.io/kubernetes/pkg/kubelet/BUILD index 4aa528ec1f..b3a83b0373 100644 --- a/vendor/k8s.io/kubernetes/pkg/kubelet/BUILD +++ b/vendor/k8s.io/kubernetes/pkg/kubelet/BUILD @@ -254,6 +254,9 @@ go_test( "//vendor/github.com/stretchr/testify/assert:go_default_library", "//vendor/github.com/stretchr/testify/require:go_default_library", ] + select({ + "@io_bazel_rules_go//go/platform:android": [ + "//staging/src/k8s.io/cri-api/pkg/apis/runtime/v1alpha2:go_default_library", + ], "@io_bazel_rules_go//go/platform:linux": [ "//staging/src/k8s.io/cri-api/pkg/apis/runtime/v1alpha2:go_default_library", ], diff --git a/vendor/k8s.io/kubernetes/pkg/kubelet/cadvisor/BUILD b/vendor/k8s.io/kubernetes/pkg/kubelet/cadvisor/BUILD index 8e0d150eeb..f3d64675ce 100644 --- a/vendor/k8s.io/kubernetes/pkg/kubelet/cadvisor/BUILD +++ b/vendor/k8s.io/kubernetes/pkg/kubelet/cadvisor/BUILD @@ -28,6 +28,21 @@ go_library( "//vendor/github.com/google/cadvisor/info/v1:go_default_library", "//vendor/github.com/google/cadvisor/info/v2:go_default_library", ] + select({ + "@io_bazel_rules_go//go/platform:android": [ + "//vendor/github.com/google/cadvisor/cache/memory:go_default_library", + "//vendor/github.com/google/cadvisor/container:go_default_library", + "//vendor/github.com/google/cadvisor/container/containerd/install:go_default_library", + "//vendor/github.com/google/cadvisor/container/crio/install:go_default_library", + "//vendor/github.com/google/cadvisor/container/docker/install:go_default_library", + "//vendor/github.com/google/cadvisor/container/systemd/install:go_default_library", + "//vendor/github.com/google/cadvisor/fs:go_default_library", + "//vendor/github.com/google/cadvisor/manager:go_default_library", + "//vendor/github.com/google/cadvisor/utils/cloudinfo/aws:go_default_library", + "//vendor/github.com/google/cadvisor/utils/cloudinfo/azure:go_default_library", + "//vendor/github.com/google/cadvisor/utils/cloudinfo/gce:go_default_library", + "//vendor/github.com/google/cadvisor/utils/sysfs:go_default_library", + "//vendor/k8s.io/klog:go_default_library", + ], "@io_bazel_rules_go//go/platform:linux": [ "//vendor/github.com/google/cadvisor/cache/memory:go_default_library", "//vendor/github.com/google/cadvisor/container:go_default_library", @@ -55,6 +70,13 @@ go_test( srcs = ["util_test.go"], embed = [":go_default_library"], deps = select({ + "@io_bazel_rules_go//go/platform:android": [ + "//staging/src/k8s.io/api/core/v1:go_default_library", + "//staging/src/k8s.io/apimachinery/pkg/api/resource:go_default_library", + "//vendor/github.com/google/cadvisor/container/crio:go_default_library", + "//vendor/github.com/google/cadvisor/info/v1:go_default_library", + "//vendor/github.com/stretchr/testify/assert:go_default_library", + ], "@io_bazel_rules_go//go/platform:linux": [ "//staging/src/k8s.io/api/core/v1:go_default_library", "//staging/src/k8s.io/apimachinery/pkg/api/resource:go_default_library", diff --git a/vendor/k8s.io/kubernetes/pkg/kubelet/cm/BUILD b/vendor/k8s.io/kubernetes/pkg/kubelet/cm/BUILD index 1cf12adf7c..f11960211a 100644 --- a/vendor/k8s.io/kubernetes/pkg/kubelet/cm/BUILD +++ b/vendor/k8s.io/kubernetes/pkg/kubelet/cm/BUILD @@ -45,9 +45,35 @@ go_library( "//vendor/k8s.io/klog:go_default_library", ] + select({ "@io_bazel_rules_go//go/platform:android": [ + "//pkg/api/v1/resource:go_default_library", + "//pkg/apis/core/v1/helper:go_default_library", + "//pkg/apis/core/v1/helper/qos:go_default_library", "//pkg/kubelet/cadvisor:go_default_library", + "//pkg/kubelet/cm/cpumanager/topology:go_default_library", + "//pkg/kubelet/cm/devicemanager:go_default_library", + "//pkg/kubelet/cm/util:go_default_library", + "//pkg/kubelet/events:go_default_library", + "//pkg/kubelet/metrics:go_default_library", + "//pkg/kubelet/qos:go_default_library", + "//pkg/kubelet/stats/pidlimit:go_default_library", + "//pkg/kubelet/types:go_default_library", "//pkg/util/mount:go_default_library", + "//pkg/util/oom:go_default_library", + "//pkg/util/procfs:go_default_library", + "//pkg/util/sysctl:go_default_library", + "//staging/src/k8s.io/apimachinery/pkg/util/errors:go_default_library", + "//staging/src/k8s.io/apimachinery/pkg/util/runtime:go_default_library", + "//staging/src/k8s.io/apimachinery/pkg/util/version:go_default_library", + "//staging/src/k8s.io/apimachinery/pkg/util/wait:go_default_library", "//staging/src/k8s.io/client-go/tools/record:go_default_library", + "//vendor/github.com/docker/go-units:go_default_library", + "//vendor/github.com/opencontainers/runc/libcontainer/cgroups:go_default_library", + "//vendor/github.com/opencontainers/runc/libcontainer/cgroups/fs:go_default_library", + "//vendor/github.com/opencontainers/runc/libcontainer/cgroups/systemd:go_default_library", + "//vendor/github.com/opencontainers/runc/libcontainer/configs:go_default_library", + "//vendor/github.com/opencontainers/runc/libcontainer/system:go_default_library", + "//vendor/k8s.io/utils/io:go_default_library", + "//vendor/k8s.io/utils/path:go_default_library", ], "@io_bazel_rules_go//go/platform:darwin": [ "//pkg/kubelet/cadvisor:go_default_library", @@ -64,6 +90,11 @@ go_library( "//pkg/util/mount:go_default_library", "//staging/src/k8s.io/client-go/tools/record:go_default_library", ], + "@io_bazel_rules_go//go/platform:ios": [ + "//pkg/kubelet/cadvisor:go_default_library", + "//pkg/util/mount:go_default_library", + "//staging/src/k8s.io/client-go/tools/record:go_default_library", + ], "@io_bazel_rules_go//go/platform:linux": [ "//pkg/api/v1/resource:go_default_library", "//pkg/apis/core/v1/helper:go_default_library", @@ -91,7 +122,6 @@ go_library( "//vendor/github.com/opencontainers/runc/libcontainer/cgroups/fs:go_default_library", "//vendor/github.com/opencontainers/runc/libcontainer/cgroups/systemd:go_default_library", "//vendor/github.com/opencontainers/runc/libcontainer/configs:go_default_library", - "//vendor/github.com/opencontainers/runc/libcontainer/system:go_default_library", "//vendor/k8s.io/utils/io:go_default_library", "//vendor/k8s.io/utils/path:go_default_library", ], @@ -141,6 +171,18 @@ go_test( ], embed = [":go_default_library"], deps = select({ + "@io_bazel_rules_go//go/platform:android": [ + "//pkg/features:go_default_library", + "//pkg/kubelet/eviction/api:go_default_library", + "//pkg/util/mount:go_default_library", + "//staging/src/k8s.io/api/core/v1:go_default_library", + "//staging/src/k8s.io/apimachinery/pkg/api/resource:go_default_library", + "//staging/src/k8s.io/apimachinery/pkg/types:go_default_library", + "//staging/src/k8s.io/apiserver/pkg/util/feature:go_default_library", + "//staging/src/k8s.io/component-base/featuregate/testing:go_default_library", + "//vendor/github.com/stretchr/testify/assert:go_default_library", + "//vendor/github.com/stretchr/testify/require:go_default_library", + ], "@io_bazel_rules_go//go/platform:linux": [ "//pkg/features:go_default_library", "//pkg/kubelet/eviction/api:go_default_library", diff --git a/vendor/k8s.io/kubernetes/pkg/kubelet/cm/topologymanager/policy_single_numa_node.go b/vendor/k8s.io/kubernetes/pkg/kubelet/cm/topologymanager/policy_single_numa_node.go index 1d672a99cb..e17e5ca949 100644 --- a/vendor/k8s.io/kubernetes/pkg/kubelet/cm/topologymanager/policy_single_numa_node.go +++ b/vendor/k8s.io/kubernetes/pkg/kubelet/cm/topologymanager/policy_single_numa_node.go @@ -37,7 +37,7 @@ func (p *singleNumaNodePolicy) Name() string { } func (p *singleNumaNodePolicy) CanAdmitPodResult(hint *TopologyHint) lifecycle.PodAdmitResult { - if !hint.Preferred || hint.NUMANodeAffinity.Count() > 1 { + if !hint.Preferred { return lifecycle.PodAdmitResult{ Admit: false, Reason: "Topology Affinity Error", diff --git a/vendor/k8s.io/kubernetes/pkg/kubelet/cm/util/BUILD b/vendor/k8s.io/kubernetes/pkg/kubelet/cm/util/BUILD index 3332cdc4af..ffaa158645 100644 --- a/vendor/k8s.io/kubernetes/pkg/kubelet/cm/util/BUILD +++ b/vendor/k8s.io/kubernetes/pkg/kubelet/cm/util/BUILD @@ -13,6 +13,10 @@ go_library( ], importpath = "k8s.io/kubernetes/pkg/kubelet/cm/util", deps = select({ + "@io_bazel_rules_go//go/platform:android": [ + "//vendor/github.com/opencontainers/runc/libcontainer/cgroups:go_default_library", + "//vendor/github.com/opencontainers/runc/libcontainer/utils:go_default_library", + ], "@io_bazel_rules_go//go/platform:linux": [ "//vendor/github.com/opencontainers/runc/libcontainer/cgroups:go_default_library", "//vendor/github.com/opencontainers/runc/libcontainer/utils:go_default_library", diff --git a/vendor/k8s.io/kubernetes/pkg/kubelet/config/BUILD b/vendor/k8s.io/kubernetes/pkg/kubelet/config/BUILD index 9cc9827dea..c3d577a4de 100644 --- a/vendor/k8s.io/kubernetes/pkg/kubelet/config/BUILD +++ b/vendor/k8s.io/kubernetes/pkg/kubelet/config/BUILD @@ -47,6 +47,10 @@ go_library( "//vendor/k8s.io/klog:go_default_library", "//vendor/k8s.io/utils/io:go_default_library", ] + select({ + "@io_bazel_rules_go//go/platform:android": [ + "//staging/src/k8s.io/client-go/util/flowcontrol:go_default_library", + "//vendor/github.com/fsnotify/fsnotify:go_default_library", + ], "@io_bazel_rules_go//go/platform:linux": [ "//staging/src/k8s.io/client-go/util/flowcontrol:go_default_library", "//vendor/github.com/fsnotify/fsnotify:go_default_library", @@ -88,6 +92,9 @@ go_test( "//staging/src/k8s.io/client-go/util/testing:go_default_library", "//vendor/github.com/stretchr/testify/assert:go_default_library", ] + select({ + "@io_bazel_rules_go//go/platform:android": [ + "//staging/src/k8s.io/apimachinery/pkg/util/wait:go_default_library", + ], "@io_bazel_rules_go//go/platform:linux": [ "//staging/src/k8s.io/apimachinery/pkg/util/wait:go_default_library", ], diff --git a/vendor/k8s.io/kubernetes/pkg/kubelet/dockershim/BUILD b/vendor/k8s.io/kubernetes/pkg/kubelet/dockershim/BUILD index 3d82bfedd4..751d42eeea 100644 --- a/vendor/k8s.io/kubernetes/pkg/kubelet/dockershim/BUILD +++ b/vendor/k8s.io/kubernetes/pkg/kubelet/dockershim/BUILD @@ -123,6 +123,9 @@ go_test( "//vendor/github.com/stretchr/testify/assert:go_default_library", "//vendor/github.com/stretchr/testify/require:go_default_library", ] + select({ + "@io_bazel_rules_go//go/platform:android": [ + "//staging/src/k8s.io/api/core/v1:go_default_library", + ], "@io_bazel_rules_go//go/platform:linux": [ "//staging/src/k8s.io/api/core/v1:go_default_library", ], diff --git a/vendor/k8s.io/kubernetes/pkg/kubelet/dockershim/cm/BUILD b/vendor/k8s.io/kubernetes/pkg/kubelet/dockershim/cm/BUILD index 80736ce241..bdf49dcae4 100644 --- a/vendor/k8s.io/kubernetes/pkg/kubelet/dockershim/cm/BUILD +++ b/vendor/k8s.io/kubernetes/pkg/kubelet/dockershim/cm/BUILD @@ -16,7 +16,14 @@ go_library( importpath = "k8s.io/kubernetes/pkg/kubelet/dockershim/cm", deps = select({ "@io_bazel_rules_go//go/platform:android": [ + "//pkg/kubelet/cm:go_default_library", "//pkg/kubelet/dockershim/libdocker:go_default_library", + "//pkg/kubelet/qos:go_default_library", + "//staging/src/k8s.io/apimachinery/pkg/util/version:go_default_library", + "//staging/src/k8s.io/apimachinery/pkg/util/wait:go_default_library", + "//vendor/github.com/opencontainers/runc/libcontainer/cgroups/fs:go_default_library", + "//vendor/github.com/opencontainers/runc/libcontainer/configs:go_default_library", + "//vendor/k8s.io/klog:go_default_library", ], "@io_bazel_rules_go//go/platform:darwin": [ "//pkg/kubelet/dockershim/libdocker:go_default_library", @@ -27,6 +34,9 @@ go_library( "@io_bazel_rules_go//go/platform:freebsd": [ "//pkg/kubelet/dockershim/libdocker:go_default_library", ], + "@io_bazel_rules_go//go/platform:ios": [ + "//pkg/kubelet/dockershim/libdocker:go_default_library", + ], "@io_bazel_rules_go//go/platform:linux": [ "//pkg/kubelet/cm:go_default_library", "//pkg/kubelet/dockershim/libdocker:go_default_library", diff --git a/vendor/k8s.io/kubernetes/pkg/kubelet/dockershim/network/cni/BUILD b/vendor/k8s.io/kubernetes/pkg/kubelet/dockershim/network/cni/BUILD index ddc0d00514..1b3df59a86 100644 --- a/vendor/k8s.io/kubernetes/pkg/kubelet/dockershim/network/cni/BUILD +++ b/vendor/k8s.io/kubernetes/pkg/kubelet/dockershim/network/cni/BUILD @@ -39,6 +39,23 @@ go_test( srcs = ["cni_test.go"], embed = [":go_default_library"], deps = select({ + "@io_bazel_rules_go//go/platform:android": [ + "//pkg/kubelet/apis/config:go_default_library", + "//pkg/kubelet/container:go_default_library", + "//pkg/kubelet/container/testing:go_default_library", + "//pkg/kubelet/dockershim/network:go_default_library", + "//pkg/kubelet/dockershim/network/cni/testing:go_default_library", + "//pkg/kubelet/dockershim/network/hostport:go_default_library", + "//pkg/kubelet/dockershim/network/testing:go_default_library", + "//staging/src/k8s.io/api/core/v1:go_default_library", + "//staging/src/k8s.io/client-go/kubernetes:go_default_library", + "//staging/src/k8s.io/client-go/util/testing:go_default_library", + "//vendor/github.com/containernetworking/cni/pkg/types/020:go_default_library", + "//vendor/github.com/stretchr/testify/mock:go_default_library", + "//vendor/github.com/stretchr/testify/require:go_default_library", + "//vendor/k8s.io/utils/exec:go_default_library", + "//vendor/k8s.io/utils/exec/testing:go_default_library", + ], "@io_bazel_rules_go//go/platform:linux": [ "//pkg/kubelet/apis/config:go_default_library", "//pkg/kubelet/container:go_default_library", diff --git a/vendor/k8s.io/kubernetes/pkg/kubelet/dockershim/network/kubenet/BUILD b/vendor/k8s.io/kubernetes/pkg/kubelet/dockershim/network/kubenet/BUILD index f42ee784d7..63b0d01f38 100644 --- a/vendor/k8s.io/kubernetes/pkg/kubelet/dockershim/network/kubenet/BUILD +++ b/vendor/k8s.io/kubernetes/pkg/kubelet/dockershim/network/kubenet/BUILD @@ -16,9 +16,28 @@ go_library( importpath = "k8s.io/kubernetes/pkg/kubelet/dockershim/network/kubenet", deps = select({ "@io_bazel_rules_go//go/platform:android": [ + "//pkg/features:go_default_library", "//pkg/kubelet/apis/config:go_default_library", "//pkg/kubelet/container:go_default_library", "//pkg/kubelet/dockershim/network:go_default_library", + "//pkg/kubelet/dockershim/network/hostport:go_default_library", + "//pkg/util/bandwidth:go_default_library", + "//pkg/util/dbus:go_default_library", + "//pkg/util/ebtables:go_default_library", + "//pkg/util/iptables:go_default_library", + "//pkg/util/sysctl:go_default_library", + "//staging/src/k8s.io/apimachinery/pkg/util/errors:go_default_library", + "//staging/src/k8s.io/apimachinery/pkg/util/net:go_default_library", + "//staging/src/k8s.io/apimachinery/pkg/util/sets:go_default_library", + "//staging/src/k8s.io/apiserver/pkg/util/feature:go_default_library", + "//vendor/github.com/containernetworking/cni/libcni:go_default_library", + "//vendor/github.com/containernetworking/cni/pkg/types:go_default_library", + "//vendor/github.com/containernetworking/cni/pkg/types/020:go_default_library", + "//vendor/github.com/vishvananda/netlink:go_default_library", + "//vendor/golang.org/x/sys/unix:go_default_library", + "//vendor/k8s.io/klog:go_default_library", + "//vendor/k8s.io/utils/exec:go_default_library", + "//vendor/k8s.io/utils/net:go_default_library", ], "@io_bazel_rules_go//go/platform:darwin": [ "//pkg/kubelet/apis/config:go_default_library", @@ -35,6 +54,11 @@ go_library( "//pkg/kubelet/container:go_default_library", "//pkg/kubelet/dockershim/network:go_default_library", ], + "@io_bazel_rules_go//go/platform:ios": [ + "//pkg/kubelet/apis/config:go_default_library", + "//pkg/kubelet/container:go_default_library", + "//pkg/kubelet/dockershim/network:go_default_library", + ], "@io_bazel_rules_go//go/platform:linux": [ "//pkg/features:go_default_library", "//pkg/kubelet/apis/config:go_default_library", @@ -98,6 +122,24 @@ go_test( srcs = ["kubenet_linux_test.go"], embed = [":go_default_library"], deps = select({ + "@io_bazel_rules_go//go/platform:android": [ + "//pkg/kubelet/apis/config:go_default_library", + "//pkg/kubelet/container:go_default_library", + "//pkg/kubelet/dockershim/network:go_default_library", + "//pkg/kubelet/dockershim/network/cni/testing:go_default_library", + "//pkg/kubelet/dockershim/network/hostport/testing:go_default_library", + "//pkg/kubelet/dockershim/network/testing:go_default_library", + "//pkg/util/bandwidth:go_default_library", + "//pkg/util/iptables/testing:go_default_library", + "//pkg/util/sysctl/testing:go_default_library", + "//staging/src/k8s.io/apimachinery/pkg/util/sets:go_default_library", + "//vendor/github.com/containernetworking/cni/libcni:go_default_library", + "//vendor/github.com/containernetworking/cni/pkg/types:go_default_library", + "//vendor/github.com/stretchr/testify/assert:go_default_library", + "//vendor/github.com/stretchr/testify/mock:go_default_library", + "//vendor/k8s.io/utils/exec:go_default_library", + "//vendor/k8s.io/utils/exec/testing:go_default_library", + ], "@io_bazel_rules_go//go/platform:linux": [ "//pkg/kubelet/apis/config:go_default_library", "//pkg/kubelet/container:go_default_library", diff --git a/vendor/k8s.io/kubernetes/pkg/kubelet/eviction/BUILD b/vendor/k8s.io/kubernetes/pkg/kubelet/eviction/BUILD index ef281bfc6f..2209b26d7d 100644 --- a/vendor/k8s.io/kubernetes/pkg/kubelet/eviction/BUILD +++ b/vendor/k8s.io/kubernetes/pkg/kubelet/eviction/BUILD @@ -71,6 +71,9 @@ go_library( "//staging/src/k8s.io/client-go/tools/record:go_default_library", "//vendor/k8s.io/klog:go_default_library", ] + select({ + "@io_bazel_rules_go//go/platform:android": [ + "//vendor/golang.org/x/sys/unix:go_default_library", + ], "@io_bazel_rules_go//go/platform:linux": [ "//vendor/golang.org/x/sys/unix:go_default_library", ], diff --git a/vendor/k8s.io/kubernetes/pkg/kubelet/kubelet_getters.go b/vendor/k8s.io/kubernetes/pkg/kubelet/kubelet_getters.go index 92ec4a9f6a..21fa770bf3 100644 --- a/vendor/k8s.io/kubernetes/pkg/kubelet/kubelet_getters.go +++ b/vendor/k8s.io/kubernetes/pkg/kubelet/kubelet_getters.go @@ -30,6 +30,7 @@ import ( "k8s.io/kubernetes/pkg/kubelet/cm" "k8s.io/kubernetes/pkg/kubelet/config" kubecontainer "k8s.io/kubernetes/pkg/kubelet/container" + kubelettypes "k8s.io/kubernetes/pkg/kubelet/types" "k8s.io/kubernetes/pkg/util/mount" utilnode "k8s.io/kubernetes/pkg/util/node" utilpath "k8s.io/utils/path" @@ -166,8 +167,11 @@ func (kl *Kubelet) GetPods() []*v1.Pod { // a kubelet running without apiserver requires an additional // update of the static pod status. See #57106 for _, p := range pods { - if status, ok := kl.statusManager.GetPodStatus(p.UID); ok { - p.Status = status + if kubelettypes.IsStaticPod(p) { + if status, ok := kl.statusManager.GetPodStatus(p.UID); ok { + klog.V(2).Infof("status for pod %v updated to %v", p.Name, status) + p.Status = status + } } } return pods diff --git a/vendor/k8s.io/kubernetes/pkg/kubelet/kuberuntime/BUILD b/vendor/k8s.io/kubernetes/pkg/kubelet/kuberuntime/BUILD index 3813012d89..e09a57b18f 100644 --- a/vendor/k8s.io/kubernetes/pkg/kubelet/kuberuntime/BUILD +++ b/vendor/k8s.io/kubernetes/pkg/kubelet/kuberuntime/BUILD @@ -71,6 +71,9 @@ go_library( "//vendor/google.golang.org/grpc/status:go_default_library", "//vendor/k8s.io/klog:go_default_library", ] + select({ + "@io_bazel_rules_go//go/platform:android": [ + "//pkg/kubelet/qos:go_default_library", + ], "@io_bazel_rules_go//go/platform:linux": [ "//pkg/kubelet/qos:go_default_library", ], diff --git a/vendor/k8s.io/kubernetes/pkg/kubelet/oom/BUILD b/vendor/k8s.io/kubernetes/pkg/kubelet/oom/BUILD index 0e852f1fce..f1ca684af3 100644 --- a/vendor/k8s.io/kubernetes/pkg/kubelet/oom/BUILD +++ b/vendor/k8s.io/kubernetes/pkg/kubelet/oom/BUILD @@ -13,7 +13,11 @@ go_library( "//staging/src/k8s.io/api/core/v1:go_default_library", ] + select({ "@io_bazel_rules_go//go/platform:android": [ + "//staging/src/k8s.io/apimachinery/pkg/apis/meta/v1:go_default_library", + "//staging/src/k8s.io/apimachinery/pkg/util/runtime:go_default_library", "//staging/src/k8s.io/client-go/tools/record:go_default_library", + "//vendor/github.com/google/cadvisor/utils/oomparser:go_default_library", + "//vendor/k8s.io/klog:go_default_library", ], "@io_bazel_rules_go//go/platform:darwin": [ "//staging/src/k8s.io/client-go/tools/record:go_default_library", @@ -24,6 +28,9 @@ go_library( "@io_bazel_rules_go//go/platform:freebsd": [ "//staging/src/k8s.io/client-go/tools/record:go_default_library", ], + "@io_bazel_rules_go//go/platform:ios": [ + "//staging/src/k8s.io/client-go/tools/record:go_default_library", + ], "@io_bazel_rules_go//go/platform:linux": [ "//staging/src/k8s.io/apimachinery/pkg/apis/meta/v1:go_default_library", "//staging/src/k8s.io/apimachinery/pkg/util/runtime:go_default_library", @@ -58,6 +65,11 @@ go_test( srcs = ["oom_watcher_linux_test.go"], embed = [":go_default_library"], deps = select({ + "@io_bazel_rules_go//go/platform:android": [ + "//staging/src/k8s.io/api/core/v1:go_default_library", + "//staging/src/k8s.io/client-go/tools/record:go_default_library", + "//vendor/github.com/stretchr/testify/assert:go_default_library", + ], "@io_bazel_rules_go//go/platform:linux": [ "//staging/src/k8s.io/api/core/v1:go_default_library", "//staging/src/k8s.io/client-go/tools/record:go_default_library", diff --git a/vendor/k8s.io/kubernetes/pkg/kubelet/server/stats/BUILD b/vendor/k8s.io/kubernetes/pkg/kubelet/server/stats/BUILD index 954fec082d..77d8239900 100644 --- a/vendor/k8s.io/kubernetes/pkg/kubelet/server/stats/BUILD +++ b/vendor/k8s.io/kubernetes/pkg/kubelet/server/stats/BUILD @@ -70,6 +70,10 @@ go_test( "//pkg/kubelet/cm:go_default_library", "//vendor/github.com/google/gofuzz:go_default_library", ], + "@io_bazel_rules_go//go/platform:ios": [ + "//pkg/kubelet/cm:go_default_library", + "//vendor/github.com/google/gofuzz:go_default_library", + ], "@io_bazel_rules_go//go/platform:linux": [ "//pkg/kubelet/cm:go_default_library", "//vendor/github.com/google/gofuzz:go_default_library", diff --git a/vendor/k8s.io/kubernetes/pkg/kubelet/stats/pidlimit/BUILD b/vendor/k8s.io/kubernetes/pkg/kubelet/stats/pidlimit/BUILD index d88396b7d6..ce128b9e8e 100644 --- a/vendor/k8s.io/kubernetes/pkg/kubelet/stats/pidlimit/BUILD +++ b/vendor/k8s.io/kubernetes/pkg/kubelet/stats/pidlimit/BUILD @@ -14,6 +14,7 @@ go_library( ] + select({ "@io_bazel_rules_go//go/platform:android": [ "//pkg/kubelet/apis/stats/v1alpha1:go_default_library", + "//staging/src/k8s.io/apimachinery/pkg/apis/meta/v1:go_default_library", ], "@io_bazel_rules_go//go/platform:darwin": [ "//pkg/kubelet/apis/stats/v1alpha1:go_default_library", @@ -24,6 +25,9 @@ go_library( "@io_bazel_rules_go//go/platform:freebsd": [ "//pkg/kubelet/apis/stats/v1alpha1:go_default_library", ], + "@io_bazel_rules_go//go/platform:ios": [ + "//pkg/kubelet/apis/stats/v1alpha1:go_default_library", + ], "@io_bazel_rules_go//go/platform:linux": [ "//pkg/kubelet/apis/stats/v1alpha1:go_default_library", "//staging/src/k8s.io/apimachinery/pkg/apis/meta/v1:go_default_library", diff --git a/vendor/k8s.io/kubernetes/pkg/kubelet/status/status_manager.go b/vendor/k8s.io/kubernetes/pkg/kubelet/status/status_manager.go index 5e668a57eb..e2d91eaedf 100644 --- a/vendor/k8s.io/kubernetes/pkg/kubelet/status/status_manager.go +++ b/vendor/k8s.io/kubernetes/pkg/kubelet/status/status_manager.go @@ -24,7 +24,7 @@ import ( clientset "k8s.io/client-go/kubernetes" - "k8s.io/api/core/v1" + v1 "k8s.io/api/core/v1" apiequality "k8s.io/apimachinery/pkg/api/equality" "k8s.io/apimachinery/pkg/api/errors" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" @@ -539,7 +539,7 @@ func (m *manager) syncPod(uid types.UID, status versionedPodStatus) { } oldStatus := pod.Status.DeepCopy() - newPod, patchBytes, err := statusutil.PatchPodStatus(m.kubeClient, pod.Namespace, pod.Name, *oldStatus, mergePodStatus(*oldStatus, status.status)) + newPod, patchBytes, err := statusutil.PatchPodStatus(m.kubeClient, pod.Namespace, pod.Name, pod.UID, *oldStatus, mergePodStatus(*oldStatus, status.status)) klog.V(3).Infof("Patch status for pod %q with %q", format.Pod(pod), patchBytes) if err != nil { klog.Warningf("Failed to update status for pod %q: %v", format.Pod(pod), err) diff --git a/vendor/k8s.io/kubernetes/pkg/kubelet/util/BUILD b/vendor/k8s.io/kubernetes/pkg/kubelet/util/BUILD index f663c28d5c..b07f450477 100644 --- a/vendor/k8s.io/kubernetes/pkg/kubelet/util/BUILD +++ b/vendor/k8s.io/kubernetes/pkg/kubelet/util/BUILD @@ -14,6 +14,10 @@ go_test( ], embed = [":go_default_library"], deps = select({ + "@io_bazel_rules_go//go/platform:android": [ + "//vendor/github.com/stretchr/testify/assert:go_default_library", + "//vendor/github.com/stretchr/testify/require:go_default_library", + ], "@io_bazel_rules_go//go/platform:darwin": [ "//vendor/github.com/stretchr/testify/assert:go_default_library", "//vendor/github.com/stretchr/testify/require:go_default_library", @@ -22,6 +26,10 @@ go_test( "//vendor/github.com/stretchr/testify/assert:go_default_library", "//vendor/github.com/stretchr/testify/require:go_default_library", ], + "@io_bazel_rules_go//go/platform:ios": [ + "//vendor/github.com/stretchr/testify/assert:go_default_library", + "//vendor/github.com/stretchr/testify/require:go_default_library", + ], "@io_bazel_rules_go//go/platform:linux": [ "//vendor/github.com/stretchr/testify/assert:go_default_library", "//vendor/github.com/stretchr/testify/require:go_default_library", @@ -50,6 +58,10 @@ go_library( deps = [ "//staging/src/k8s.io/apimachinery/pkg/apis/meta/v1:go_default_library", ] + select({ + "@io_bazel_rules_go//go/platform:android": [ + "//vendor/golang.org/x/sys/unix:go_default_library", + "//vendor/k8s.io/klog:go_default_library", + ], "@io_bazel_rules_go//go/platform:darwin": [ "//vendor/golang.org/x/sys/unix:go_default_library", "//vendor/k8s.io/klog:go_default_library", @@ -58,6 +70,10 @@ go_library( "//vendor/golang.org/x/sys/unix:go_default_library", "//vendor/k8s.io/klog:go_default_library", ], + "@io_bazel_rules_go//go/platform:ios": [ + "//vendor/golang.org/x/sys/unix:go_default_library", + "//vendor/k8s.io/klog:go_default_library", + ], "@io_bazel_rules_go//go/platform:linux": [ "//vendor/golang.org/x/sys/unix:go_default_library", "//vendor/k8s.io/klog:go_default_library", diff --git a/vendor/k8s.io/kubernetes/pkg/proxy/iptables/proxier.go b/vendor/k8s.io/kubernetes/pkg/proxy/iptables/proxier.go index 5d0afa016e..7e6ec62fba 100644 --- a/vendor/k8s.io/kubernetes/pkg/proxy/iptables/proxier.go +++ b/vendor/k8s.io/kubernetes/pkg/proxy/iptables/proxier.go @@ -32,7 +32,7 @@ import ( "sync/atomic" "time" - "k8s.io/api/core/v1" + v1 "k8s.io/api/core/v1" discovery "k8s.io/api/discovery/v1alpha1" "k8s.io/apimachinery/pkg/types" "k8s.io/apimachinery/pkg/util/wait" @@ -278,11 +278,6 @@ func NewProxier(ipt utiliptables.Interface, masqueradeValue := 1 << uint(masqueradeBit) masqueradeMark := fmt.Sprintf("%#08x/%#08x", masqueradeValue, masqueradeValue) - if nodeIP == nil { - klog.Warning("invalid nodeIP, initializing kube-proxy with 127.0.0.1 as nodeIP") - nodeIP = net.ParseIP("127.0.0.1") - } - if len(clusterCIDR) == 0 { klog.Warning("clusterCIDR not specified, unable to distinguish between internal and external traffic") } else if utilnet.IsIPv6CIDRString(clusterCIDR) != ipt.IsIpv6() { diff --git a/vendor/k8s.io/kubernetes/pkg/proxy/ipvs/BUILD b/vendor/k8s.io/kubernetes/pkg/proxy/ipvs/BUILD index ff2c1ab0c1..1853d438c1 100644 --- a/vendor/k8s.io/kubernetes/pkg/proxy/ipvs/BUILD +++ b/vendor/k8s.io/kubernetes/pkg/proxy/ipvs/BUILD @@ -76,6 +76,10 @@ go_library( "//vendor/k8s.io/utils/exec:go_default_library", "//vendor/k8s.io/utils/net:go_default_library", ] + select({ + "@io_bazel_rules_go//go/platform:android": [ + "//vendor/github.com/vishvananda/netlink:go_default_library", + "//vendor/golang.org/x/sys/unix:go_default_library", + ], "@io_bazel_rules_go//go/platform:linux": [ "//vendor/github.com/vishvananda/netlink:go_default_library", "//vendor/golang.org/x/sys/unix:go_default_library", diff --git a/vendor/k8s.io/kubernetes/pkg/proxy/ipvs/proxier.go b/vendor/k8s.io/kubernetes/pkg/proxy/ipvs/proxier.go index e58782e4b8..d8634de788 100644 --- a/vendor/k8s.io/kubernetes/pkg/proxy/ipvs/proxier.go +++ b/vendor/k8s.io/kubernetes/pkg/proxy/ipvs/proxier.go @@ -401,11 +401,6 @@ func NewProxier(ipt utiliptables.Interface, masqueradeValue := 1 << uint(masqueradeBit) masqueradeMark := fmt.Sprintf("%#08x/%#08x", masqueradeValue, masqueradeValue) - if nodeIP == nil { - klog.Warningf("invalid nodeIP, initializing kube-proxy with 127.0.0.1 as nodeIP") - nodeIP = net.ParseIP("127.0.0.1") - } - isIPv6 := utilnet.IsIPv6(nodeIP) klog.V(2).Infof("nodeIP: %v, isIPv6: %v", nodeIP, isIPv6) diff --git a/vendor/k8s.io/kubernetes/pkg/proxy/userspace/BUILD b/vendor/k8s.io/kubernetes/pkg/proxy/userspace/BUILD index 8e0acfff3d..258cd1829d 100644 --- a/vendor/k8s.io/kubernetes/pkg/proxy/userspace/BUILD +++ b/vendor/k8s.io/kubernetes/pkg/proxy/userspace/BUILD @@ -50,6 +50,9 @@ go_library( "@io_bazel_rules_go//go/platform:freebsd": [ "//vendor/golang.org/x/sys/unix:go_default_library", ], + "@io_bazel_rules_go//go/platform:ios": [ + "//vendor/golang.org/x/sys/unix:go_default_library", + ], "@io_bazel_rules_go//go/platform:linux": [ "//vendor/golang.org/x/sys/unix:go_default_library", ], diff --git a/vendor/k8s.io/kubernetes/pkg/util/bandwidth/BUILD b/vendor/k8s.io/kubernetes/pkg/util/bandwidth/BUILD index bc590bbfa7..068367e5ed 100644 --- a/vendor/k8s.io/kubernetes/pkg/util/bandwidth/BUILD +++ b/vendor/k8s.io/kubernetes/pkg/util/bandwidth/BUILD @@ -20,6 +20,11 @@ go_library( deps = [ "//staging/src/k8s.io/apimachinery/pkg/api/resource:go_default_library", ] + select({ + "@io_bazel_rules_go//go/platform:android": [ + "//staging/src/k8s.io/apimachinery/pkg/util/sets:go_default_library", + "//vendor/k8s.io/klog:go_default_library", + "//vendor/k8s.io/utils/exec:go_default_library", + ], "@io_bazel_rules_go//go/platform:linux": [ "//staging/src/k8s.io/apimachinery/pkg/util/sets:go_default_library", "//vendor/k8s.io/klog:go_default_library", @@ -41,6 +46,10 @@ go_test( "//staging/src/k8s.io/apimachinery/pkg/api/resource:go_default_library", "//staging/src/k8s.io/apimachinery/pkg/apis/meta/v1:go_default_library", ] + select({ + "@io_bazel_rules_go//go/platform:android": [ + "//vendor/k8s.io/utils/exec:go_default_library", + "//vendor/k8s.io/utils/exec/testing:go_default_library", + ], "@io_bazel_rules_go//go/platform:linux": [ "//vendor/k8s.io/utils/exec:go_default_library", "//vendor/k8s.io/utils/exec/testing:go_default_library", diff --git a/vendor/k8s.io/kubernetes/pkg/util/flock/BUILD b/vendor/k8s.io/kubernetes/pkg/util/flock/BUILD index a50da6ee21..970f6885ad 100644 --- a/vendor/k8s.io/kubernetes/pkg/util/flock/BUILD +++ b/vendor/k8s.io/kubernetes/pkg/util/flock/BUILD @@ -13,6 +13,9 @@ go_library( ], importpath = "k8s.io/kubernetes/pkg/util/flock", deps = select({ + "@io_bazel_rules_go//go/platform:android": [ + "//vendor/golang.org/x/sys/unix:go_default_library", + ], "@io_bazel_rules_go//go/platform:darwin": [ "//vendor/golang.org/x/sys/unix:go_default_library", ], @@ -22,6 +25,9 @@ go_library( "@io_bazel_rules_go//go/platform:freebsd": [ "//vendor/golang.org/x/sys/unix:go_default_library", ], + "@io_bazel_rules_go//go/platform:ios": [ + "//vendor/golang.org/x/sys/unix:go_default_library", + ], "@io_bazel_rules_go//go/platform:linux": [ "//vendor/golang.org/x/sys/unix:go_default_library", ], diff --git a/vendor/k8s.io/kubernetes/pkg/util/iptables/BUILD b/vendor/k8s.io/kubernetes/pkg/util/iptables/BUILD index a0d32ac7f7..962e196808 100644 --- a/vendor/k8s.io/kubernetes/pkg/util/iptables/BUILD +++ b/vendor/k8s.io/kubernetes/pkg/util/iptables/BUILD @@ -25,6 +25,11 @@ go_library( "//vendor/k8s.io/utils/exec:go_default_library", "//vendor/k8s.io/utils/trace:go_default_library", ] + select({ + "@io_bazel_rules_go//go/platform:android": [ + "//staging/src/k8s.io/apimachinery/pkg/util/errors:go_default_library", + "//staging/src/k8s.io/apimachinery/pkg/util/wait:go_default_library", + "//vendor/golang.org/x/sys/unix:go_default_library", + ], "@io_bazel_rules_go//go/platform:linux": [ "//staging/src/k8s.io/apimachinery/pkg/util/errors:go_default_library", "//staging/src/k8s.io/apimachinery/pkg/util/wait:go_default_library", @@ -42,6 +47,13 @@ go_test( ], embed = [":go_default_library"], deps = select({ + "@io_bazel_rules_go//go/platform:android": [ + "//pkg/util/dbus:go_default_library", + "//staging/src/k8s.io/apimachinery/pkg/util/sets:go_default_library", + "//staging/src/k8s.io/apimachinery/pkg/util/version:go_default_library", + "//vendor/k8s.io/utils/exec:go_default_library", + "//vendor/k8s.io/utils/exec/testing:go_default_library", + ], "@io_bazel_rules_go//go/platform:linux": [ "//pkg/util/dbus:go_default_library", "//staging/src/k8s.io/apimachinery/pkg/util/sets:go_default_library", diff --git a/vendor/k8s.io/kubernetes/pkg/util/ipvs/BUILD b/vendor/k8s.io/kubernetes/pkg/util/ipvs/BUILD index 70a5112155..c4ac2cf924 100644 --- a/vendor/k8s.io/kubernetes/pkg/util/ipvs/BUILD +++ b/vendor/k8s.io/kubernetes/pkg/util/ipvs/BUILD @@ -16,6 +16,9 @@ go_test( deps = [ "//staging/src/k8s.io/apimachinery/pkg/util/version:go_default_library", ] + select({ + "@io_bazel_rules_go//go/platform:android": [ + "//vendor/github.com/docker/libnetwork/ipvs:go_default_library", + ], "@io_bazel_rules_go//go/platform:linux": [ "//vendor/github.com/docker/libnetwork/ipvs:go_default_library", ], @@ -36,6 +39,8 @@ go_library( "//staging/src/k8s.io/apimachinery/pkg/util/version:go_default_library", ] + select({ "@io_bazel_rules_go//go/platform:android": [ + "//vendor/github.com/docker/libnetwork/ipvs:go_default_library", + "//vendor/k8s.io/klog:go_default_library", "//vendor/k8s.io/utils/exec:go_default_library", ], "@io_bazel_rules_go//go/platform:darwin": [ @@ -47,6 +52,9 @@ go_library( "@io_bazel_rules_go//go/platform:freebsd": [ "//vendor/k8s.io/utils/exec:go_default_library", ], + "@io_bazel_rules_go//go/platform:ios": [ + "//vendor/k8s.io/utils/exec:go_default_library", + ], "@io_bazel_rules_go//go/platform:linux": [ "//vendor/github.com/docker/libnetwork/ipvs:go_default_library", "//vendor/k8s.io/klog:go_default_library", diff --git a/vendor/k8s.io/kubernetes/pkg/util/mount/BUILD b/vendor/k8s.io/kubernetes/pkg/util/mount/BUILD index 813b14879f..cd99fa8bb1 100644 --- a/vendor/k8s.io/kubernetes/pkg/util/mount/BUILD +++ b/vendor/k8s.io/kubernetes/pkg/util/mount/BUILD @@ -32,6 +32,9 @@ go_library( "@io_bazel_rules_go//go/platform:freebsd": [ "//vendor/k8s.io/utils/io:go_default_library", ], + "@io_bazel_rules_go//go/platform:ios": [ + "//vendor/k8s.io/utils/io:go_default_library", + ], "@io_bazel_rules_go//go/platform:linux": [ "//vendor/k8s.io/utils/io:go_default_library", ], diff --git a/vendor/k8s.io/kubernetes/pkg/util/oom/BUILD b/vendor/k8s.io/kubernetes/pkg/util/oom/BUILD index a4f55ea5c0..36f7a8a57c 100644 --- a/vendor/k8s.io/kubernetes/pkg/util/oom/BUILD +++ b/vendor/k8s.io/kubernetes/pkg/util/oom/BUILD @@ -17,6 +17,10 @@ go_library( ], importpath = "k8s.io/kubernetes/pkg/util/oom", deps = select({ + "@io_bazel_rules_go//go/platform:android": [ + "//pkg/kubelet/cm/util:go_default_library", + "//vendor/k8s.io/klog:go_default_library", + ], "@io_bazel_rules_go//go/platform:linux": [ "//pkg/kubelet/cm/util:go_default_library", "//vendor/k8s.io/klog:go_default_library", @@ -30,6 +34,10 @@ go_test( srcs = ["oom_linux_test.go"], embed = [":go_default_library"], deps = select({ + "@io_bazel_rules_go//go/platform:android": [ + "//vendor/github.com/opencontainers/runc/libcontainer/cgroups:go_default_library", + "//vendor/github.com/stretchr/testify/assert:go_default_library", + ], "@io_bazel_rules_go//go/platform:linux": [ "//vendor/github.com/opencontainers/runc/libcontainer/cgroups:go_default_library", "//vendor/github.com/stretchr/testify/assert:go_default_library", diff --git a/vendor/k8s.io/kubernetes/pkg/util/pod/BUILD b/vendor/k8s.io/kubernetes/pkg/util/pod/BUILD index 4192175259..19dadbd6f8 100644 --- a/vendor/k8s.io/kubernetes/pkg/util/pod/BUILD +++ b/vendor/k8s.io/kubernetes/pkg/util/pod/BUILD @@ -7,6 +7,7 @@ go_library( visibility = ["//visibility:public"], deps = [ "//staging/src/k8s.io/api/core/v1:go_default_library", + "//staging/src/k8s.io/apimachinery/pkg/apis/meta/v1:go_default_library", "//staging/src/k8s.io/apimachinery/pkg/types:go_default_library", "//staging/src/k8s.io/apimachinery/pkg/util/strategicpatch:go_default_library", "//staging/src/k8s.io/client-go/kubernetes:go_default_library", @@ -20,6 +21,7 @@ go_test( deps = [ "//staging/src/k8s.io/api/core/v1:go_default_library", "//staging/src/k8s.io/apimachinery/pkg/apis/meta/v1:go_default_library", + "//staging/src/k8s.io/apimachinery/pkg/types:go_default_library", "//staging/src/k8s.io/client-go/kubernetes/fake:go_default_library", ], ) diff --git a/vendor/k8s.io/kubernetes/pkg/util/pod/pod.go b/vendor/k8s.io/kubernetes/pkg/util/pod/pod.go index 81d4304fa2..73b1a38343 100644 --- a/vendor/k8s.io/kubernetes/pkg/util/pod/pod.go +++ b/vendor/k8s.io/kubernetes/pkg/util/pod/pod.go @@ -20,15 +20,16 @@ import ( "encoding/json" "fmt" - "k8s.io/api/core/v1" + v1 "k8s.io/api/core/v1" + metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" "k8s.io/apimachinery/pkg/types" "k8s.io/apimachinery/pkg/util/strategicpatch" clientset "k8s.io/client-go/kubernetes" ) // PatchPodStatus patches pod status. -func PatchPodStatus(c clientset.Interface, namespace, name string, oldPodStatus, newPodStatus v1.PodStatus) (*v1.Pod, []byte, error) { - patchBytes, err := preparePatchBytesforPodStatus(namespace, name, oldPodStatus, newPodStatus) +func PatchPodStatus(c clientset.Interface, namespace, name string, uid types.UID, oldPodStatus, newPodStatus v1.PodStatus) (*v1.Pod, []byte, error) { + patchBytes, err := preparePatchBytesforPodStatus(namespace, name, uid, oldPodStatus, newPodStatus) if err != nil { return nil, nil, err } @@ -40,7 +41,7 @@ func PatchPodStatus(c clientset.Interface, namespace, name string, oldPodStatus, return updatedPod, patchBytes, nil } -func preparePatchBytesforPodStatus(namespace, name string, oldPodStatus, newPodStatus v1.PodStatus) ([]byte, error) { +func preparePatchBytesforPodStatus(namespace, name string, uid types.UID, oldPodStatus, newPodStatus v1.PodStatus) ([]byte, error) { oldData, err := json.Marshal(v1.Pod{ Status: oldPodStatus, }) @@ -49,7 +50,8 @@ func preparePatchBytesforPodStatus(namespace, name string, oldPodStatus, newPodS } newData, err := json.Marshal(v1.Pod{ - Status: newPodStatus, + ObjectMeta: metav1.ObjectMeta{UID: uid}, // only put the uid in the new object to ensure it appears in the patch as a precondition + Status: newPodStatus, }) if err != nil { return nil, fmt.Errorf("failed to Marshal newData for pod %q/%q: %v", namespace, name, err) diff --git a/vendor/k8s.io/kubernetes/pkg/util/procfs/BUILD b/vendor/k8s.io/kubernetes/pkg/util/procfs/BUILD index 223f2265fb..d612a9a125 100644 --- a/vendor/k8s.io/kubernetes/pkg/util/procfs/BUILD +++ b/vendor/k8s.io/kubernetes/pkg/util/procfs/BUILD @@ -17,6 +17,10 @@ go_library( ], importpath = "k8s.io/kubernetes/pkg/util/procfs", deps = select({ + "@io_bazel_rules_go//go/platform:android": [ + "//staging/src/k8s.io/apimachinery/pkg/util/errors:go_default_library", + "//vendor/k8s.io/klog:go_default_library", + ], "@io_bazel_rules_go//go/platform:linux": [ "//staging/src/k8s.io/apimachinery/pkg/util/errors:go_default_library", "//vendor/k8s.io/klog:go_default_library", @@ -33,6 +37,9 @@ go_test( ], embed = [":go_default_library"], deps = select({ + "@io_bazel_rules_go//go/platform:android": [ + "//vendor/github.com/stretchr/testify/assert:go_default_library", + ], "@io_bazel_rules_go//go/platform:linux": [ "//vendor/github.com/stretchr/testify/assert:go_default_library", ], diff --git a/vendor/k8s.io/kubernetes/pkg/util/resizefs/BUILD b/vendor/k8s.io/kubernetes/pkg/util/resizefs/BUILD index 04f11e1fc0..17411ac74f 100644 --- a/vendor/k8s.io/kubernetes/pkg/util/resizefs/BUILD +++ b/vendor/k8s.io/kubernetes/pkg/util/resizefs/BUILD @@ -11,6 +11,7 @@ go_library( deps = select({ "@io_bazel_rules_go//go/platform:android": [ "//pkg/util/mount:go_default_library", + "//vendor/k8s.io/klog:go_default_library", ], "@io_bazel_rules_go//go/platform:darwin": [ "//pkg/util/mount:go_default_library", @@ -21,6 +22,9 @@ go_library( "@io_bazel_rules_go//go/platform:freebsd": [ "//pkg/util/mount:go_default_library", ], + "@io_bazel_rules_go//go/platform:ios": [ + "//pkg/util/mount:go_default_library", + ], "@io_bazel_rules_go//go/platform:linux": [ "//pkg/util/mount:go_default_library", "//vendor/k8s.io/klog:go_default_library", diff --git a/vendor/k8s.io/kubernetes/pkg/util/rlimit/BUILD b/vendor/k8s.io/kubernetes/pkg/util/rlimit/BUILD index f8fbfa0545..a151bcea39 100644 --- a/vendor/k8s.io/kubernetes/pkg/util/rlimit/BUILD +++ b/vendor/k8s.io/kubernetes/pkg/util/rlimit/BUILD @@ -13,6 +13,9 @@ go_library( ], importpath = "k8s.io/kubernetes/pkg/util/rlimit", deps = select({ + "@io_bazel_rules_go//go/platform:android": [ + "//vendor/golang.org/x/sys/unix:go_default_library", + ], "@io_bazel_rules_go//go/platform:linux": [ "//vendor/golang.org/x/sys/unix:go_default_library", ], diff --git a/vendor/k8s.io/kubernetes/pkg/util/selinux/BUILD b/vendor/k8s.io/kubernetes/pkg/util/selinux/BUILD index 868c77c709..f77447b4d3 100644 --- a/vendor/k8s.io/kubernetes/pkg/util/selinux/BUILD +++ b/vendor/k8s.io/kubernetes/pkg/util/selinux/BUILD @@ -15,6 +15,9 @@ go_library( ], importpath = "k8s.io/kubernetes/pkg/util/selinux", deps = select({ + "@io_bazel_rules_go//go/platform:android": [ + "//vendor/github.com/opencontainers/selinux/go-selinux:go_default_library", + ], "@io_bazel_rules_go//go/platform:linux": [ "//vendor/github.com/opencontainers/selinux/go-selinux:go_default_library", ], diff --git a/vendor/k8s.io/kubernetes/pkg/version/base.go b/vendor/k8s.io/kubernetes/pkg/version/base.go index a21d26662c..7c9daa147a 100644 --- a/vendor/k8s.io/kubernetes/pkg/version/base.go +++ b/vendor/k8s.io/kubernetes/pkg/version/base.go @@ -3,8 +3,8 @@ package version var ( gitMajor = "1" gitMinor = "16" - gitVersion = "v1.16.3-k3s.2" - gitCommit = "e7e6a3c4e9a7d80b87793612730d10a863a25980" + gitVersion = "v1.16.6-k3s1" + gitCommit = "3a33845dc46708de6e6b0a20045f018bd803cb0b" gitTreeState = "clean" - buildDate = "2019-11-18T18:31:23Z" + buildDate = "2020-01-22T17:07:35Z" ) diff --git a/vendor/k8s.io/kubernetes/pkg/volume/BUILD b/vendor/k8s.io/kubernetes/pkg/volume/BUILD index edef4b8bee..652e3d6d7a 100644 --- a/vendor/k8s.io/kubernetes/pkg/volume/BUILD +++ b/vendor/k8s.io/kubernetes/pkg/volume/BUILD @@ -58,6 +58,9 @@ go_test( "//staging/src/k8s.io/apimachinery/pkg/types:go_default_library", "//staging/src/k8s.io/client-go/util/testing:go_default_library", ] + select({ + "@io_bazel_rules_go//go/platform:android": [ + "//vendor/golang.org/x/sys/unix:go_default_library", + ], "@io_bazel_rules_go//go/platform:linux": [ "//vendor/golang.org/x/sys/unix:go_default_library", ], diff --git a/vendor/k8s.io/kubernetes/pkg/volume/azure_dd/azure_common_linux.go b/vendor/k8s.io/kubernetes/pkg/volume/azure_dd/azure_common_linux.go index 89a08750ca..4bd1f45c64 100644 --- a/vendor/k8s.io/kubernetes/pkg/volume/azure_dd/azure_common_linux.go +++ b/vendor/k8s.io/kubernetes/pkg/volume/azure_dd/azure_common_linux.go @@ -29,17 +29,20 @@ import ( "k8s.io/kubernetes/pkg/util/mount" ) -// exclude those used by azure as resource and OS root in /dev/disk/azure +// exclude those used by azure as resource and OS root in /dev/disk/azure, /dev/disk/azure/scsi0 +// "/dev/disk/azure/scsi0" dir is populated in Standard_DC4s/DC2s on Ubuntu 18.04 func listAzureDiskPath(io ioHandler) []string { - azureDiskPath := "/dev/disk/azure/" var azureDiskList []string - if dirs, err := io.ReadDir(azureDiskPath); err == nil { - for _, f := range dirs { - name := f.Name() - diskPath := azureDiskPath + name - if link, linkErr := io.Readlink(diskPath); linkErr == nil { - sd := link[(libstrings.LastIndex(link, "/") + 1):] - azureDiskList = append(azureDiskList, sd) + azureResourcePaths := []string{"/dev/disk/azure/", "/dev/disk/azure/scsi0/"} + for _, azureDiskPath := range azureResourcePaths { + if dirs, err := io.ReadDir(azureDiskPath); err == nil { + for _, f := range dirs { + name := f.Name() + diskPath := filepath.Join(azureDiskPath, name) + if link, linkErr := io.Readlink(diskPath); linkErr == nil { + sd := link[(libstrings.LastIndex(link, "/") + 1):] + azureDiskList = append(azureDiskList, sd) + } } } } diff --git a/vendor/k8s.io/kubernetes/pkg/volume/emptydir/BUILD b/vendor/k8s.io/kubernetes/pkg/volume/emptydir/BUILD index 51b6ee31a2..effeea9615 100644 --- a/vendor/k8s.io/kubernetes/pkg/volume/emptydir/BUILD +++ b/vendor/k8s.io/kubernetes/pkg/volume/emptydir/BUILD @@ -28,6 +28,9 @@ go_library( "//vendor/k8s.io/klog:go_default_library", "//vendor/k8s.io/utils/strings:go_default_library", ] + select({ + "@io_bazel_rules_go//go/platform:android": [ + "//vendor/golang.org/x/sys/unix:go_default_library", + ], "@io_bazel_rules_go//go/platform:linux": [ "//vendor/golang.org/x/sys/unix:go_default_library", ], @@ -40,6 +43,17 @@ go_test( srcs = ["empty_dir_test.go"], embed = [":go_default_library"], deps = select({ + "@io_bazel_rules_go//go/platform:android": [ + "//pkg/util/mount:go_default_library", + "//pkg/volume:go_default_library", + "//pkg/volume/testing:go_default_library", + "//pkg/volume/util:go_default_library", + "//staging/src/k8s.io/api/core/v1:go_default_library", + "//staging/src/k8s.io/apimachinery/pkg/api/resource:go_default_library", + "//staging/src/k8s.io/apimachinery/pkg/apis/meta/v1:go_default_library", + "//staging/src/k8s.io/apimachinery/pkg/types:go_default_library", + "//staging/src/k8s.io/client-go/util/testing:go_default_library", + ], "@io_bazel_rules_go//go/platform:linux": [ "//pkg/util/mount:go_default_library", "//pkg/volume:go_default_library", diff --git a/vendor/k8s.io/kubernetes/pkg/volume/iscsi/BUILD b/vendor/k8s.io/kubernetes/pkg/volume/iscsi/BUILD index 48208d1f70..445284fd44 100644 --- a/vendor/k8s.io/kubernetes/pkg/volume/iscsi/BUILD +++ b/vendor/k8s.io/kubernetes/pkg/volume/iscsi/BUILD @@ -42,6 +42,7 @@ go_test( ], embed = [":go_default_library"], deps = [ + "//pkg/kubelet/config:go_default_library", "//pkg/util/mount:go_default_library", "//pkg/volume:go_default_library", "//pkg/volume/testing:go_default_library", diff --git a/vendor/k8s.io/kubernetes/pkg/volume/iscsi/iscsi_util.go b/vendor/k8s.io/kubernetes/pkg/volume/iscsi/iscsi_util.go index ebc0dee390..48b296334e 100644 --- a/vendor/k8s.io/kubernetes/pkg/volume/iscsi/iscsi_util.go +++ b/vendor/k8s.io/kubernetes/pkg/volume/iscsi/iscsi_util.go @@ -914,9 +914,13 @@ func isSessionBusy(host volume.VolumeHost, portal, iqn string) bool { // getVolCount returns the number of volumes in use by the kubelet. // It does so by counting the number of directories prefixed by the given portal and IQN. func getVolCount(dir, portal, iqn string) (int, error) { - // The topmost dirs are named after the ifaces, e.g., iface-default or iface-127.0.0.1:3260:pv0 + // For FileSystem volumes, the topmost dirs are named after the ifaces, e.g., iface-default or iface-127.0.0.1:3260:pv0. + // For Block volumes, the default topmost dir is volumeDevices. contents, err := ioutil.ReadDir(dir) if err != nil { + if os.IsNotExist(err) { + return 0, nil + } return 0, err } diff --git a/vendor/k8s.io/kubernetes/pkg/volume/local/BUILD b/vendor/k8s.io/kubernetes/pkg/volume/local/BUILD index 57cec77324..a880e6dda2 100644 --- a/vendor/k8s.io/kubernetes/pkg/volume/local/BUILD +++ b/vendor/k8s.io/kubernetes/pkg/volume/local/BUILD @@ -33,6 +33,16 @@ go_test( ], embed = [":go_default_library"], deps = select({ + "@io_bazel_rules_go//go/platform:android": [ + "//pkg/util/mount:go_default_library", + "//pkg/volume:go_default_library", + "//pkg/volume/testing:go_default_library", + "//pkg/volume/util/hostutil:go_default_library", + "//staging/src/k8s.io/api/core/v1:go_default_library", + "//staging/src/k8s.io/apimachinery/pkg/apis/meta/v1:go_default_library", + "//staging/src/k8s.io/apimachinery/pkg/types:go_default_library", + "//staging/src/k8s.io/client-go/util/testing:go_default_library", + ], "@io_bazel_rules_go//go/platform:darwin": [ "//pkg/util/mount:go_default_library", "//pkg/volume:go_default_library", @@ -43,6 +53,16 @@ go_test( "//staging/src/k8s.io/apimachinery/pkg/types:go_default_library", "//staging/src/k8s.io/client-go/util/testing:go_default_library", ], + "@io_bazel_rules_go//go/platform:ios": [ + "//pkg/util/mount:go_default_library", + "//pkg/volume:go_default_library", + "//pkg/volume/testing:go_default_library", + "//pkg/volume/util/hostutil:go_default_library", + "//staging/src/k8s.io/api/core/v1:go_default_library", + "//staging/src/k8s.io/apimachinery/pkg/apis/meta/v1:go_default_library", + "//staging/src/k8s.io/apimachinery/pkg/types:go_default_library", + "//staging/src/k8s.io/client-go/util/testing:go_default_library", + ], "@io_bazel_rules_go//go/platform:linux": [ "//pkg/util/mount:go_default_library", "//pkg/volume:go_default_library", diff --git a/vendor/k8s.io/kubernetes/pkg/volume/util/BUILD b/vendor/k8s.io/kubernetes/pkg/volume/util/BUILD index 55d9a2ecfb..d62e2d7ce8 100644 --- a/vendor/k8s.io/kubernetes/pkg/volume/util/BUILD +++ b/vendor/k8s.io/kubernetes/pkg/volume/util/BUILD @@ -73,6 +73,9 @@ go_test( "//staging/src/k8s.io/apiserver/pkg/util/feature:go_default_library", "//staging/src/k8s.io/component-base/featuregate/testing:go_default_library", ] + select({ + "@io_bazel_rules_go//go/platform:android": [ + "//staging/src/k8s.io/client-go/util/testing:go_default_library", + ], "@io_bazel_rules_go//go/platform:linux": [ "//staging/src/k8s.io/client-go/util/testing:go_default_library", ], diff --git a/vendor/k8s.io/kubernetes/pkg/volume/util/exec/BUILD b/vendor/k8s.io/kubernetes/pkg/volume/util/exec/BUILD index 5f4fd655ac..2f25c2f95f 100644 --- a/vendor/k8s.io/kubernetes/pkg/volume/util/exec/BUILD +++ b/vendor/k8s.io/kubernetes/pkg/volume/util/exec/BUILD @@ -11,6 +11,7 @@ go_library( deps = select({ "@io_bazel_rules_go//go/platform:android": [ "//pkg/util/mount:go_default_library", + "//vendor/k8s.io/klog:go_default_library", ], "@io_bazel_rules_go//go/platform:darwin": [ "//pkg/util/mount:go_default_library", @@ -21,6 +22,9 @@ go_library( "@io_bazel_rules_go//go/platform:freebsd": [ "//pkg/util/mount:go_default_library", ], + "@io_bazel_rules_go//go/platform:ios": [ + "//pkg/util/mount:go_default_library", + ], "@io_bazel_rules_go//go/platform:linux": [ "//pkg/util/mount:go_default_library", "//vendor/k8s.io/klog:go_default_library", @@ -52,6 +56,9 @@ go_test( srcs = ["exec_mount_test.go"], embed = [":go_default_library"], deps = select({ + "@io_bazel_rules_go//go/platform:android": [ + "//pkg/util/mount:go_default_library", + ], "@io_bazel_rules_go//go/platform:linux": [ "//pkg/util/mount:go_default_library", ], diff --git a/vendor/k8s.io/kubernetes/pkg/volume/util/fs/BUILD b/vendor/k8s.io/kubernetes/pkg/volume/util/fs/BUILD index 0193ae830f..07da6389c2 100644 --- a/vendor/k8s.io/kubernetes/pkg/volume/util/fs/BUILD +++ b/vendor/k8s.io/kubernetes/pkg/volume/util/fs/BUILD @@ -11,7 +11,9 @@ go_library( visibility = ["//visibility:public"], deps = select({ "@io_bazel_rules_go//go/platform:android": [ + "//pkg/volume/util/fsquota:go_default_library", "//staging/src/k8s.io/apimachinery/pkg/api/resource:go_default_library", + "//vendor/golang.org/x/sys/unix:go_default_library", ], "@io_bazel_rules_go//go/platform:darwin": [ "//pkg/volume/util/fsquota:go_default_library", @@ -24,6 +26,11 @@ go_library( "@io_bazel_rules_go//go/platform:freebsd": [ "//staging/src/k8s.io/apimachinery/pkg/api/resource:go_default_library", ], + "@io_bazel_rules_go//go/platform:ios": [ + "//pkg/volume/util/fsquota:go_default_library", + "//staging/src/k8s.io/apimachinery/pkg/api/resource:go_default_library", + "//vendor/golang.org/x/sys/unix:go_default_library", + ], "@io_bazel_rules_go//go/platform:linux": [ "//pkg/volume/util/fsquota:go_default_library", "//staging/src/k8s.io/apimachinery/pkg/api/resource:go_default_library", diff --git a/vendor/k8s.io/kubernetes/pkg/volume/util/fsquota/BUILD b/vendor/k8s.io/kubernetes/pkg/volume/util/fsquota/BUILD index b10fa34e5a..2079e4357a 100644 --- a/vendor/k8s.io/kubernetes/pkg/volume/util/fsquota/BUILD +++ b/vendor/k8s.io/kubernetes/pkg/volume/util/fsquota/BUILD @@ -17,6 +17,12 @@ go_library( "//staging/src/k8s.io/apimachinery/pkg/types:go_default_library", "//staging/src/k8s.io/apiserver/pkg/util/feature:go_default_library", ] + select({ + "@io_bazel_rules_go//go/platform:android": [ + "//pkg/volume/util/fsquota/common:go_default_library", + "//staging/src/k8s.io/apimachinery/pkg/util/uuid:go_default_library", + "//vendor/golang.org/x/sys/unix:go_default_library", + "//vendor/k8s.io/klog:go_default_library", + ], "@io_bazel_rules_go//go/platform:linux": [ "//pkg/volume/util/fsquota/common:go_default_library", "//staging/src/k8s.io/apimachinery/pkg/util/uuid:go_default_library", @@ -32,6 +38,15 @@ go_test( srcs = ["quota_linux_test.go"], embed = [":go_default_library"], deps = select({ + "@io_bazel_rules_go//go/platform:android": [ + "//pkg/features:go_default_library", + "//pkg/util/mount:go_default_library", + "//pkg/volume/util/fsquota/common:go_default_library", + "//staging/src/k8s.io/apimachinery/pkg/api/resource:go_default_library", + "//staging/src/k8s.io/apimachinery/pkg/types:go_default_library", + "//staging/src/k8s.io/apiserver/pkg/util/feature:go_default_library", + "//staging/src/k8s.io/component-base/featuregate/testing:go_default_library", + ], "@io_bazel_rules_go//go/platform:linux": [ "//pkg/features:go_default_library", "//pkg/util/mount:go_default_library", diff --git a/vendor/k8s.io/kubernetes/pkg/volume/util/fsquota/common/BUILD b/vendor/k8s.io/kubernetes/pkg/volume/util/fsquota/common/BUILD index 78f219d7fe..60d8b5bfc4 100644 --- a/vendor/k8s.io/kubernetes/pkg/volume/util/fsquota/common/BUILD +++ b/vendor/k8s.io/kubernetes/pkg/volume/util/fsquota/common/BUILD @@ -9,6 +9,9 @@ go_library( importpath = "k8s.io/kubernetes/pkg/volume/util/fsquota/common", visibility = ["//visibility:public"], deps = select({ + "@io_bazel_rules_go//go/platform:android": [ + "//vendor/k8s.io/klog:go_default_library", + ], "@io_bazel_rules_go//go/platform:linux": [ "//vendor/k8s.io/klog:go_default_library", ], diff --git a/vendor/k8s.io/kubernetes/pkg/volume/util/hostutil/BUILD b/vendor/k8s.io/kubernetes/pkg/volume/util/hostutil/BUILD index 153d6a1e5d..87840d31cf 100644 --- a/vendor/k8s.io/kubernetes/pkg/volume/util/hostutil/BUILD +++ b/vendor/k8s.io/kubernetes/pkg/volume/util/hostutil/BUILD @@ -14,6 +14,11 @@ go_library( deps = [ "//pkg/util/mount:go_default_library", ] + select({ + "@io_bazel_rules_go//go/platform:android": [ + "//vendor/golang.org/x/sys/unix:go_default_library", + "//vendor/k8s.io/klog:go_default_library", + "//vendor/k8s.io/utils/path:go_default_library", + ], "@io_bazel_rules_go//go/platform:linux": [ "//vendor/golang.org/x/sys/unix:go_default_library", "//vendor/k8s.io/klog:go_default_library", @@ -35,6 +40,9 @@ go_test( ], embed = [":go_default_library"], deps = select({ + "@io_bazel_rules_go//go/platform:android": [ + "//vendor/k8s.io/utils/exec:go_default_library", + ], "@io_bazel_rules_go//go/platform:linux": [ "//vendor/k8s.io/utils/exec:go_default_library", ], diff --git a/vendor/k8s.io/kubernetes/pkg/volume/util/subpath/BUILD b/vendor/k8s.io/kubernetes/pkg/volume/util/subpath/BUILD index 64e11ad23d..9a8249105d 100644 --- a/vendor/k8s.io/kubernetes/pkg/volume/util/subpath/BUILD +++ b/vendor/k8s.io/kubernetes/pkg/volume/util/subpath/BUILD @@ -13,7 +13,8 @@ go_library( deps = select({ "@io_bazel_rules_go//go/platform:android": [ "//pkg/util/mount:go_default_library", - "//vendor/k8s.io/utils/nsenter:go_default_library", + "//vendor/golang.org/x/sys/unix:go_default_library", + "//vendor/k8s.io/klog:go_default_library", ], "@io_bazel_rules_go//go/platform:darwin": [ "//pkg/util/mount:go_default_library", @@ -27,6 +28,10 @@ go_library( "//pkg/util/mount:go_default_library", "//vendor/k8s.io/utils/nsenter:go_default_library", ], + "@io_bazel_rules_go//go/platform:ios": [ + "//pkg/util/mount:go_default_library", + "//vendor/k8s.io/utils/nsenter:go_default_library", + ], "@io_bazel_rules_go//go/platform:linux": [ "//pkg/util/mount:go_default_library", "//vendor/golang.org/x/sys/unix:go_default_library", @@ -69,6 +74,10 @@ go_test( ], embed = [":go_default_library"], deps = select({ + "@io_bazel_rules_go//go/platform:android": [ + "//pkg/util/mount:go_default_library", + "//vendor/k8s.io/klog:go_default_library", + ], "@io_bazel_rules_go//go/platform:linux": [ "//pkg/util/mount:go_default_library", "//vendor/k8s.io/klog:go_default_library", diff --git a/vendor/k8s.io/kubernetes/plugin/pkg/auth/authorizer/rbac/bootstrappolicy/namespace_policy.go b/vendor/k8s.io/kubernetes/plugin/pkg/auth/authorizer/rbac/bootstrappolicy/namespace_policy.go index b2983c44e4..1fbacefa24 100644 --- a/vendor/k8s.io/kubernetes/plugin/pkg/auth/authorizer/rbac/bootstrappolicy/namespace_policy.go +++ b/vendor/k8s.io/kubernetes/plugin/pkg/auth/authorizer/rbac/bootstrappolicy/namespace_policy.go @@ -77,7 +77,7 @@ func init() { ObjectMeta: metav1.ObjectMeta{Name: "extension-apiserver-authentication-reader"}, Rules: []rbacv1.PolicyRule{ // this particular config map is exposed and contains authentication configuration information - rbacv1helpers.NewRule("get").Groups(legacyGroup).Resources("configmaps").Names("extension-apiserver-authentication").RuleOrDie(), + rbacv1helpers.NewRule("get", "list", "watch").Groups(legacyGroup).Resources("configmaps").Names("extension-apiserver-authentication").RuleOrDie(), }, }) addNamespaceRole(metav1.NamespaceSystem, rbacv1.Role{ diff --git a/vendor/k8s.io/legacy-cloud-providers/azure/BUILD b/vendor/k8s.io/legacy-cloud-providers/azure/BUILD index d410cf087c..409ad72502 100644 --- a/vendor/k8s.io/legacy-cloud-providers/azure/BUILD +++ b/vendor/k8s.io/legacy-cloud-providers/azure/BUILD @@ -29,6 +29,7 @@ go_library( "azure_standard.go", "azure_storage.go", "azure_storageaccount.go", + "azure_utils.go", "azure_vmsets.go", "azure_vmss.go", "azure_vmss_cache.go", @@ -76,7 +77,6 @@ go_library( "//vendor/github.com/Azure/go-autorest/autorest/to:go_default_library", "//vendor/github.com/rubiojr/go-vhd/vhd:go_default_library", "//vendor/k8s.io/klog:go_default_library", - "//vendor/k8s.io/utils/keymutex:go_default_library", "//vendor/k8s.io/utils/net:go_default_library", "//vendor/sigs.k8s.io/yaml:go_default_library", ], @@ -98,6 +98,7 @@ go_test( "azure_storage_test.go", "azure_storageaccount_test.go", "azure_test.go", + "azure_utils_test.go", "azure_vmss_cache_test.go", "azure_vmss_test.go", "azure_wrap_test.go", diff --git a/vendor/k8s.io/legacy-cloud-providers/azure/auth/azure_auth.go b/vendor/k8s.io/legacy-cloud-providers/azure/auth/azure_auth.go index 37e55373f1..5a4bcf8e4c 100644 --- a/vendor/k8s.io/legacy-cloud-providers/azure/auth/azure_auth.go +++ b/vendor/k8s.io/legacy-cloud-providers/azure/auth/azure_auth.go @@ -90,7 +90,7 @@ func GetServicePrincipalToken(config *AzureAuthConfig, env *azure.Environment) ( env.ServiceManagementEndpoint) } - oauthConfig, err := adal.NewOAuthConfig(env.ActiveDirectoryEndpoint, tenantID) + oauthConfig, err := adal.NewOAuthConfigWithAPIVersion(env.ActiveDirectoryEndpoint, tenantID, nil) if err != nil { return nil, fmt.Errorf("creating the OAuth config: %v", err) } diff --git a/vendor/k8s.io/legacy-cloud-providers/azure/azure.go b/vendor/k8s.io/legacy-cloud-providers/azure/azure.go index 81c586d03c..59b5f6e76b 100644 --- a/vendor/k8s.io/legacy-cloud-providers/azure/azure.go +++ b/vendor/k8s.io/legacy-cloud-providers/azure/azure.go @@ -598,6 +598,7 @@ func initDiskControllers(az *Cloud) error { resourceGroup: az.ResourceGroup, subscriptionID: az.SubscriptionID, cloud: az, + vmLockMap: newLockMap(), } az.BlobDiskController = &BlobDiskController{common: common} diff --git a/vendor/k8s.io/legacy-cloud-providers/azure/azure_controller_common.go b/vendor/k8s.io/legacy-cloud-providers/azure/azure_controller_common.go index 9697950a34..07118384f2 100644 --- a/vendor/k8s.io/legacy-cloud-providers/azure/azure_controller_common.go +++ b/vendor/k8s.io/legacy-cloud-providers/azure/azure_controller_common.go @@ -23,6 +23,7 @@ import ( "fmt" "path" "strings" + "sync" "time" "github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2019-07-01/compute" @@ -32,7 +33,6 @@ import ( cloudprovider "k8s.io/cloud-provider" volerr "k8s.io/cloud-provider/volume/errors" "k8s.io/klog" - "k8s.io/utils/keymutex" ) const ( @@ -57,15 +57,16 @@ var defaultBackOff = kwait.Backoff{ Jitter: 0.0, } -// acquire lock to attach/detach disk in one node -var diskOpMutex = keymutex.NewHashed(0) - type controllerCommon struct { subscriptionID string location string storageEndpointSuffix string resourceGroup string - cloud *Cloud + // store disk URI when disk is in attaching or detaching process + diskAttachDetachMap sync.Map + // vm disk map used to lock per vm update calls + vmLockMap *lockMap + cloud *Cloud } // getNodeVMSet gets the VMSet interface based on config.VMType and the real virtual machine type. @@ -135,8 +136,8 @@ func (c *controllerCommon) AttachDisk(isManagedDisk bool, diskName, diskURI stri return -1, fmt.Errorf("failed to get azure instance id for node %q (%v)", nodeName, err) } - diskOpMutex.LockKey(instanceid) - defer diskOpMutex.UnlockKey(instanceid) + c.vmLockMap.LockEntry(strings.ToLower(string(nodeName))) + defer c.vmLockMap.UnlockEntry(strings.ToLower(string(nodeName))) lun, err := c.GetNextDiskLun(nodeName) if err != nil { @@ -145,12 +146,14 @@ func (c *controllerCommon) AttachDisk(isManagedDisk bool, diskName, diskURI stri } klog.V(2).Infof("Trying to attach volume %q lun %d to node %q.", diskURI, lun, nodeName) + c.diskAttachDetachMap.Store(strings.ToLower(diskURI), "attaching") + defer c.diskAttachDetachMap.Delete(strings.ToLower(diskURI)) return lun, vmset.AttachDisk(isManagedDisk, diskName, diskURI, nodeName, lun, cachingMode) } // DetachDisk detaches a disk from host. The vhd can be identified by diskName or diskURI. func (c *controllerCommon) DetachDisk(diskName, diskURI string, nodeName types.NodeName) error { - instanceid, err := c.cloud.InstanceID(context.TODO(), nodeName) + _, err := c.cloud.InstanceID(context.TODO(), nodeName) if err != nil { if err == cloudprovider.InstanceNotFound { // if host doesn't exist, no need to detach @@ -170,16 +173,20 @@ func (c *controllerCommon) DetachDisk(diskName, diskURI string, nodeName types.N klog.V(2).Infof("detach %v from node %q", diskURI, nodeName) // make the lock here as small as possible - diskOpMutex.LockKey(instanceid) + c.vmLockMap.LockEntry(strings.ToLower(string(nodeName))) + c.diskAttachDetachMap.Store(strings.ToLower(diskURI), "detaching") resp, err := vmset.DetachDisk(diskName, diskURI, nodeName) - diskOpMutex.UnlockKey(instanceid) + c.diskAttachDetachMap.Delete(strings.ToLower(diskURI)) + c.vmLockMap.UnlockEntry(strings.ToLower(string(nodeName))) if c.cloud.CloudProviderBackoff && shouldRetryHTTPRequest(resp, err) { klog.V(2).Infof("azureDisk - update backing off: detach disk(%s, %s), err: %v", diskName, diskURI, err) retryErr := kwait.ExponentialBackoff(c.cloud.RequestBackoff(), func() (bool, error) { - diskOpMutex.LockKey(instanceid) + c.vmLockMap.LockEntry(strings.ToLower(string(nodeName))) + c.diskAttachDetachMap.Store(strings.ToLower(diskURI), "detaching") resp, err := vmset.DetachDisk(diskName, diskURI, nodeName) - diskOpMutex.UnlockKey(instanceid) + c.diskAttachDetachMap.Delete(strings.ToLower(diskURI)) + c.vmLockMap.UnlockEntry(strings.ToLower(string(nodeName))) return c.cloud.processHTTPRetryResponse(nil, "", resp, err) }) if retryErr != nil { @@ -220,9 +227,13 @@ func (c *controllerCommon) GetDiskLun(diskName, diskURI string, nodeName types.N if disk.Lun != nil && (disk.Name != nil && diskName != "" && strings.EqualFold(*disk.Name, diskName)) || (disk.Vhd != nil && disk.Vhd.URI != nil && diskURI != "" && strings.EqualFold(*disk.Vhd.URI, diskURI)) || (disk.ManagedDisk != nil && strings.EqualFold(*disk.ManagedDisk.ID, diskURI)) { - // found the disk - klog.V(2).Infof("azureDisk - find disk: lun %d name %q uri %q", *disk.Lun, diskName, diskURI) - return *disk.Lun, nil + if disk.ToBeDetached != nil && *disk.ToBeDetached { + klog.Warningf("azureDisk - find disk(ToBeDetached): lun %d name %q uri %q", *disk.Lun, diskName, diskURI) + } else { + // found the disk + klog.V(2).Infof("azureDisk - find disk: lun %d name %q uri %q", *disk.Lun, diskName, diskURI) + return *disk.Lun, nil + } } } return -1, fmt.Errorf("cannot find Lun for disk %s", diskName) diff --git a/vendor/k8s.io/legacy-cloud-providers/azure/azure_controller_vmss.go b/vendor/k8s.io/legacy-cloud-providers/azure/azure_controller_vmss.go index c54e63fcd6..50f7cbe790 100644 --- a/vendor/k8s.io/legacy-cloud-providers/azure/azure_controller_vmss.go +++ b/vendor/k8s.io/legacy-cloud-providers/azure/azure_controller_vmss.go @@ -86,9 +86,7 @@ func (ss *scaleSet) AttachDisk(isManagedDisk bool, diskName, diskURI string, nod defer cancel() // Invalidate the cache right after updating - if err = ss.deleteCacheForNode(vmName); err != nil { - return err - } + defer ss.deleteCacheForNode(vmName) klog.V(2).Infof("azureDisk - update(%s): vm(%s) - attach disk(%s, %s)", nodeResourceGroup, nodeName, diskName, diskURI) _, err = ss.VirtualMachineScaleSetVMsClient.Update(ctx, nodeResourceGroup, ssName, instanceID, newVM, "attach_disk") @@ -158,9 +156,7 @@ func (ss *scaleSet) DetachDisk(diskName, diskURI string, nodeName types.NodeName defer cancel() // Invalidate the cache right after updating - if err = ss.deleteCacheForNode(vmName); err != nil { - return nil, err - } + defer ss.deleteCacheForNode(vmName) klog.V(2).Infof("azureDisk - update(%s): vm(%s) - detach disk(%s, %s)", nodeResourceGroup, nodeName, diskName, diskURI) return ss.VirtualMachineScaleSetVMsClient.Update(ctx, nodeResourceGroup, ssName, instanceID, newVM, "detach_disk") diff --git a/vendor/k8s.io/legacy-cloud-providers/azure/azure_loadbalancer.go b/vendor/k8s.io/legacy-cloud-providers/azure/azure_loadbalancer.go index 3c52863e2a..0ffa057edb 100644 --- a/vendor/k8s.io/legacy-cloud-providers/azure/azure_loadbalancer.go +++ b/vendor/k8s.io/legacy-cloud-providers/azure/azure_loadbalancer.go @@ -1096,8 +1096,9 @@ func (az *Cloud) reconcileLoadBalancerRule( expectedRule.LoadBalancingRulePropertiesFormat.IdleTimeoutInMinutes = lbIdleTimeout } - // we didn't construct the probe objects for UDP or SCTP because they're not used/needed/allowed - if protocol != v1.ProtocolUDP && protocol != v1.ProtocolSCTP { + // we didn't construct the probe objects for UDP or SCTP because they're not allowed on Azure. + // However, when externalTrafficPolicy is Local, Kubernetes HTTP health check would be used for probing. + if servicehelpers.NeedsHealthCheck(service) || (protocol != v1.ProtocolUDP && protocol != v1.ProtocolSCTP) { expectedRule.Probe = &network.SubResource{ ID: to.StringPtr(az.getLoadBalancerProbeID(lbName, lbRuleName)), } @@ -1642,7 +1643,7 @@ func equalLoadBalancingRulePropertiesFormat(s *network.LoadBalancingRuleProperti reflect.DeepEqual(s.EnableTCPReset, t.EnableTCPReset) && reflect.DeepEqual(s.DisableOutboundSnat, t.DisableOutboundSnat) - if wantLB { + if wantLB && s.IdleTimeoutInMinutes != nil && t.IdleTimeoutInMinutes != nil { return properties && reflect.DeepEqual(s.IdleTimeoutInMinutes, t.IdleTimeoutInMinutes) } return properties diff --git a/vendor/k8s.io/legacy-cloud-providers/azure/azure_managedDiskController.go b/vendor/k8s.io/legacy-cloud-providers/azure/azure_managedDiskController.go index ebbae1da8d..b955190113 100644 --- a/vendor/k8s.io/legacy-cloud-providers/azure/azure_managedDiskController.go +++ b/vendor/k8s.io/legacy-cloud-providers/azure/azure_managedDiskController.go @@ -187,6 +187,10 @@ func (c *ManagedDiskController) DeleteManagedDisk(diskURI string) error { ctx, cancel := getContextWithCancel() defer cancel() + if _, ok := c.common.diskAttachDetachMap.Load(strings.ToLower(diskURI)); ok { + return fmt.Errorf("failed to delete disk(%s) since it's in attaching or detaching state", diskURI) + } + _, err = c.common.cloud.DisksClient.Delete(ctx, resourceGroup, diskName) if err != nil { return err diff --git a/vendor/k8s.io/legacy-cloud-providers/azure/azure_standard.go b/vendor/k8s.io/legacy-cloud-providers/azure/azure_standard.go index 24b3ed0a82..ddba6ebaa3 100644 --- a/vendor/k8s.io/legacy-cloud-providers/azure/azure_standard.go +++ b/vendor/k8s.io/legacy-cloud-providers/azure/azure_standard.go @@ -465,7 +465,7 @@ func (as *availabilitySet) GetZoneByNodeName(name string) (cloudprovider.Zone, e failureDomain = as.makeZone(to.String(vm.Location), zoneID) } else { // Availability zone is not used for the node, falling back to fault domain. - failureDomain = strconv.Itoa(int(*vm.VirtualMachineProperties.InstanceView.PlatformFaultDomain)) + failureDomain = strconv.Itoa(int(to.Int32(vm.VirtualMachineProperties.InstanceView.PlatformFaultDomain))) } zone := cloudprovider.Zone{ diff --git a/vendor/k8s.io/legacy-cloud-providers/azure/azure_utils.go b/vendor/k8s.io/legacy-cloud-providers/azure/azure_utils.go new file mode 100644 index 0000000000..d4b5aba801 --- /dev/null +++ b/vendor/k8s.io/legacy-cloud-providers/azure/azure_utils.go @@ -0,0 +1,71 @@ +// +build !providerless + +/* +Copyright 2019 The Kubernetes Authors. + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + +package azure + +import ( + "sync" +) + +// lockMap used to lock on entries +type lockMap struct { + sync.Mutex + mutexMap map[string]*sync.Mutex +} + +// NewLockMap returns a new lock map +func newLockMap() *lockMap { + return &lockMap{ + mutexMap: make(map[string]*sync.Mutex), + } +} + +// LockEntry acquires a lock associated with the specific entry +func (lm *lockMap) LockEntry(entry string) { + lm.Lock() + // check if entry does not exists, then add entry + if _, exists := lm.mutexMap[entry]; !exists { + lm.addEntry(entry) + } + + lm.Unlock() + lm.lockEntry(entry) +} + +// UnlockEntry release the lock associated with the specific entry +func (lm *lockMap) UnlockEntry(entry string) { + lm.Lock() + defer lm.Unlock() + + if _, exists := lm.mutexMap[entry]; !exists { + return + } + lm.unlockEntry(entry) +} + +func (lm *lockMap) addEntry(entry string) { + lm.mutexMap[entry] = &sync.Mutex{} +} + +func (lm *lockMap) lockEntry(entry string) { + lm.mutexMap[entry].Lock() +} + +func (lm *lockMap) unlockEntry(entry string) { + lm.mutexMap[entry].Unlock() +} diff --git a/vendor/k8s.io/legacy-cloud-providers/azure/azure_vmss.go b/vendor/k8s.io/legacy-cloud-providers/azure/azure_vmss.go index 5a6ce9e4b7..b96fe6687d 100644 --- a/vendor/k8s.io/legacy-cloud-providers/azure/azure_vmss.go +++ b/vendor/k8s.io/legacy-cloud-providers/azure/azure_vmss.go @@ -61,6 +61,7 @@ type scaleSet struct { // (e.g. master nodes) may not belong to any scale sets. availabilitySet VMSet + vmssCache *timedCache vmssVMCache *timedCache availabilitySetNodesCache *timedCache } @@ -78,6 +79,11 @@ func newScaleSet(az *Cloud) (VMSet, error) { return nil, err } + ss.vmssCache, err = ss.newVMSSCache() + if err != nil { + return nil, err + } + ss.vmssVMCache, err = ss.newVMSSVirtualMachinesCache() if err != nil { return nil, err @@ -86,6 +92,43 @@ func newScaleSet(az *Cloud) (VMSet, error) { return ss, nil } +func (ss *scaleSet) getVMSS(vmssName string, crt cacheReadType) (*compute.VirtualMachineScaleSet, error) { + getter := func(vmssName string) (*compute.VirtualMachineScaleSet, error) { + cached, err := ss.vmssCache.Get(vmssKey, crt) + if err != nil { + return nil, err + } + + vmsses := cached.(*sync.Map) + if vmss, ok := vmsses.Load(vmssName); ok { + result := vmss.(*vmssEntry) + return result.vmss, nil + } + + return nil, nil + } + + vmss, err := getter(vmssName) + if err != nil { + return nil, err + } + if vmss != nil { + return vmss, nil + } + + klog.V(3).Infof("Couldn't find VMSS with name %s, refreshing the cache", vmssName) + ss.vmssCache.Delete(vmssKey) + vmss, err = getter(vmssName) + if err != nil { + return nil, err + } + + if vmss == nil { + return nil, cloudprovider.InstanceNotFound + } + return vmss, nil +} + // getVmssVM gets virtualMachineScaleSetVM by nodeName from cache. // It returns cloudprovider.InstanceNotFound if node does not belong to any scale sets. func (ss *scaleSet) getVmssVM(nodeName string, crt cacheReadType) (string, string, *compute.VirtualMachineScaleSetVM, error) { @@ -851,10 +894,8 @@ func (ss *scaleSet) EnsureHostInPool(service *v1.Service, nodeName types.NodeNam return err } - // Invalidate the cache since we would update it. - if err = ss.deleteCacheForNode(vmName); err != nil { - return err - } + // Invalidate the cache since right after update + defer ss.deleteCacheForNode(vmName) // Update vmssVM with backoff. ctx, cancel := getContextWithCancel() @@ -906,7 +947,7 @@ func (ss *scaleSet) ensureVMSSInPool(service *v1.Service, nodes []*v1.Node, back } for vmssName := range vmssNamesMap { - vmss, err := ss.GetScaleSetWithRetry(service, ss.ResourceGroup, vmssName) + vmss, err := ss.getVMSS(vmssName, cacheReadTypeDefault) if err != nil { return err } @@ -1130,10 +1171,8 @@ func (ss *scaleSet) ensureBackendPoolDeletedFromNode(service *v1.Service, nodeNa return err } - // Invalidate the cache since we would update it. - if err = ss.deleteCacheForNode(nodeName); err != nil { - return err - } + // Invalidate the cache since right after update + defer ss.deleteCacheForNode(nodeName) // Update vmssVM with backoff. ctx, cancel := getContextWithCancel() @@ -1213,7 +1252,7 @@ func (ss *scaleSet) ensureBackendPoolDeletedFromVMSS(service *v1.Service, backen } for vmssName := range vmssNamesMap { - vmss, err := ss.GetScaleSetWithRetry(service, ss.ResourceGroup, vmssName) + vmss, err := ss.getVMSS(vmssName, cacheReadTypeDefault) // When vmss is being deleted, CreateOrUpdate API would report "the vmss is being deleted" error. // Since it is being deleted, we shouldn't send more CreateOrUpdate requests for it. diff --git a/vendor/k8s.io/legacy-cloud-providers/azure/azure_vmss_cache.go b/vendor/k8s.io/legacy-cloud-providers/azure/azure_vmss_cache.go index 9abe6f6a1b..5f1b6a487a 100644 --- a/vendor/k8s.io/legacy-cloud-providers/azure/azure_vmss_cache.go +++ b/vendor/k8s.io/legacy-cloud-providers/azure/azure_vmss_cache.go @@ -19,7 +19,7 @@ limitations under the License. package azure import ( - "fmt" + "context" "strings" "sync" "time" @@ -35,10 +35,12 @@ var ( vmssNameSeparator = "_" vmssCacheSeparator = "#" + vmssKey = "k8svmssKey" vmssVirtualMachinesKey = "k8svmssVirtualMachinesKey" availabilitySetNodesKey = "k8sAvailabilitySetNodesKey" availabilitySetNodesCacheTTL = 15 * time.Minute + vmssTTL = 10 * time.Minute vmssVirtualMachinesTTL = 10 * time.Minute ) @@ -50,8 +52,43 @@ type vmssVirtualMachinesEntry struct { lastUpdate time.Time } -func (ss *scaleSet) makeVmssVMName(scaleSetName, instanceID string) string { - return fmt.Sprintf("%s%s%s", scaleSetName, vmssNameSeparator, instanceID) +type vmssEntry struct { + vmss *compute.VirtualMachineScaleSet + lastUpdate time.Time +} + +func (ss *scaleSet) newVMSSCache() (*timedCache, error) { + getter := func(key string) (interface{}, error) { + localCache := &sync.Map{} // [vmssName]*vmssEntry + + allResourceGroups, err := ss.GetResourceGroups() + if err != nil { + return nil, err + } + + for _, resourceGroup := range allResourceGroups.List() { + allScaleSets, err := ss.VirtualMachineScaleSetsClient.List(context.Background(), resourceGroup) + if err != nil { + klog.Errorf("VirtualMachineScaleSetsClient.List failed: %v", err) + return nil, err + } + + for _, scaleSet := range allScaleSets { + if scaleSet.Name == nil || *scaleSet.Name == "" { + klog.Warning("failed to get the name of VMSS") + continue + } + localCache.Store(*scaleSet.Name, &vmssEntry{ + vmss: &scaleSet, + lastUpdate: time.Now().UTC(), + }) + } + } + + return localCache, nil + } + + return newTimedcache(vmssTTL, getter) } func extractVmssVMName(name string) (string, string, error) { @@ -117,6 +154,7 @@ func (ss *scaleSet) newVMSSVirtualMachinesCache() (*timedCache, error) { func (ss *scaleSet) deleteCacheForNode(nodeName string) error { cached, err := ss.vmssVMCache.Get(vmssVirtualMachinesKey, cacheReadTypeUnsafe) if err != nil { + klog.Errorf("deleteCacheForNode(%s) failed with error: %v", nodeName, err) return err } diff --git a/vendor/k8s.io/legacy-cloud-providers/azure/azure_wrap.go b/vendor/k8s.io/legacy-cloud-providers/azure/azure_wrap.go index 7443f86c21..cc2851ae78 100644 --- a/vendor/k8s.io/legacy-cloud-providers/azure/azure_wrap.go +++ b/vendor/k8s.io/legacy-cloud-providers/azure/azure_wrap.go @@ -350,7 +350,7 @@ func isBackendPoolOnSameLB(newBackendPoolID string, existingBackendPools []strin } newLBName := matches[1] - newLBNameTrimmed := strings.TrimRight(newLBName, InternalLoadBalancerNameSuffix) + newLBNameTrimmed := strings.TrimSuffix(newLBName, InternalLoadBalancerNameSuffix) for _, backendPool := range existingBackendPools { matches := backendPoolIDRE.FindStringSubmatch(backendPool) if len(matches) != 2 { @@ -358,7 +358,7 @@ func isBackendPoolOnSameLB(newBackendPoolID string, existingBackendPools []strin } lbName := matches[1] - if !strings.EqualFold(strings.TrimRight(lbName, InternalLoadBalancerNameSuffix), newLBNameTrimmed) { + if !strings.EqualFold(strings.TrimSuffix(lbName, InternalLoadBalancerNameSuffix), newLBNameTrimmed) { return false, lbName, nil } } diff --git a/vendor/k8s.io/legacy-cloud-providers/gce/gce_loadbalancer_internal.go b/vendor/k8s.io/legacy-cloud-providers/gce/gce_loadbalancer_internal.go index 31a8beb488..84ca73b9b8 100644 --- a/vendor/k8s.io/legacy-cloud-providers/gce/gce_loadbalancer_internal.go +++ b/vendor/k8s.io/legacy-cloud-providers/gce/gce_loadbalancer_internal.go @@ -22,11 +22,11 @@ import ( "context" "encoding/json" "fmt" - "github.com/GoogleCloudPlatform/k8s-cloud-provider/pkg/cloud/meta" "strconv" "strings" "github.com/GoogleCloudPlatform/k8s-cloud-provider/pkg/cloud" + "github.com/GoogleCloudPlatform/k8s-cloud-provider/pkg/cloud/meta" computebeta "google.golang.org/api/compute/v0.beta" compute "google.golang.org/api/compute/v1" "k8s.io/api/core/v1" @@ -248,14 +248,26 @@ func (g *Cloud) ensureInternalLoadBalancerDeleted(clusterName, clusterID string, return err } - klog.V(2).Infof("ensureInternalLoadBalancerDeleted(%v): deleting firewall for traffic", loadBalancerName) - if err := ignoreNotFound(g.DeleteFirewall(loadBalancerName)); err != nil { - if isForbidden(err) && g.OnXPN() { - klog.V(2).Infof("ensureInternalLoadBalancerDeleted(%v): could not delete traffic firewall on XPN cluster. Raising event.", loadBalancerName) - g.raiseFirewallChangeNeededEvent(svc, FirewallToGCloudDeleteCmd(loadBalancerName, g.NetworkProjectID())) - } else { + deleteFunc := func(fwName string) error { + if err := ignoreNotFound(g.DeleteFirewall(fwName)); err != nil { + if isForbidden(err) && g.OnXPN() { + klog.V(2).Infof("ensureInternalLoadBalancerDeleted(%v): could not delete traffic firewall on XPN cluster. Raising event.", loadBalancerName) + g.raiseFirewallChangeNeededEvent(svc, FirewallToGCloudDeleteCmd(fwName, g.NetworkProjectID())) + return nil + } return err } + return nil + } + fwName := MakeFirewallName(loadBalancerName) + klog.V(2).Infof("ensureInternalLoadBalancerDeleted(%v): deleting firewall %s for traffic", + loadBalancerName, fwName) + if err := deleteFunc(fwName); err != nil { + return err + } + klog.V(2).Infof("ensureInternalLoadBalancerDeleted(%v): deleting legacy name firewall for traffic", loadBalancerName) + if err := deleteFunc(loadBalancerName); err != nil { + return err } hcName := makeHealthCheckName(loadBalancerName, clusterID, sharedHealthCheck) @@ -317,7 +329,7 @@ func (g *Cloud) teardownInternalHealthCheckAndFirewall(svc *v1.Service, hcName s return nil } -func (g *Cloud) ensureInternalFirewall(svc *v1.Service, fwName, fwDesc string, sourceRanges []string, ports []string, protocol v1.Protocol, nodes []*v1.Node) error { +func (g *Cloud) ensureInternalFirewall(svc *v1.Service, fwName, fwDesc string, sourceRanges []string, ports []string, protocol v1.Protocol, nodes []*v1.Node, legacyFwName string) error { klog.V(2).Infof("ensureInternalFirewall(%v): checking existing firewall", fwName) targetTags, err := g.GetNodeTags(nodeNames(nodes)) if err != nil { @@ -328,6 +340,29 @@ func (g *Cloud) ensureInternalFirewall(svc *v1.Service, fwName, fwDesc string, s if err != nil && !isNotFound(err) { return err } + // TODO(84821) Remove legacyFwName logic after 3 releases, so there would have been atleast 2 master upgrades that would + // have triggered service sync and deletion of the legacy rules. + if legacyFwName != "" { + // Check for firewall named with the legacy naming scheme and delete if found. + legacyFirewall, err := g.GetFirewall(legacyFwName) + if err != nil && !isNotFound(err) { + return err + } + if legacyFirewall != nil && existingFirewall != nil { + // Delete the legacyFirewall rule if the new one was already created. If not, it will be deleted in the + // next sync or when the service is deleted. + defer func() { + err = g.DeleteFirewall(legacyFwName) + if err != nil { + klog.Errorf("Failed to delete legacy firewall %s for service %s/%s, err %v", + legacyFwName, svc.Namespace, svc.Name, err) + } else { + klog.V(2).Infof("Successfully deleted legacy firewall %s for service %s/%s", + legacyFwName, svc.Namespace, svc.Name) + } + }() + } + } expectedFirewall := &compute.Firewall{ Name: fwName, @@ -376,7 +411,7 @@ func (g *Cloud) ensureInternalFirewalls(loadBalancerName, ipAddress, clusterID s if err != nil { return err } - err = g.ensureInternalFirewall(svc, loadBalancerName, fwDesc, sourceRanges.StringSlice(), ports, protocol, nodes) + err = g.ensureInternalFirewall(svc, MakeFirewallName(loadBalancerName), fwDesc, sourceRanges.StringSlice(), ports, protocol, nodes, loadBalancerName) if err != nil { return err } @@ -384,7 +419,7 @@ func (g *Cloud) ensureInternalFirewalls(loadBalancerName, ipAddress, clusterID s // Second firewall is for health checking nodes / services fwHCName := makeHealthCheckFirewallName(loadBalancerName, clusterID, sharedHealthCheck) hcSrcRanges := LoadBalancerSrcRanges() - return g.ensureInternalFirewall(svc, fwHCName, "", hcSrcRanges, []string{healthCheckPort}, v1.ProtocolTCP, nodes) + return g.ensureInternalFirewall(svc, fwHCName, "", hcSrcRanges, []string{healthCheckPort}, v1.ProtocolTCP, nodes, "") } func (g *Cloud) ensureInternalHealthCheck(name string, svcName types.NamespacedName, shared bool, path string, port int32) (*compute.HealthCheck, error) { diff --git a/vendor/k8s.io/legacy-cloud-providers/openstack/util/mount/BUILD b/vendor/k8s.io/legacy-cloud-providers/openstack/util/mount/BUILD index 79921a0102..c77bcb5c3e 100644 --- a/vendor/k8s.io/legacy-cloud-providers/openstack/util/mount/BUILD +++ b/vendor/k8s.io/legacy-cloud-providers/openstack/util/mount/BUILD @@ -12,6 +12,14 @@ go_library( importpath = "k8s.io/legacy-cloud-providers/openstack/util/mount", visibility = ["//visibility:public"], deps = select({ + "@io_bazel_rules_go//go/platform:android": [ + "//staging/src/k8s.io/apimachinery/pkg/util/sets:go_default_library", + "//vendor/golang.org/x/sys/unix:go_default_library", + "//vendor/k8s.io/klog:go_default_library", + "//vendor/k8s.io/utils/exec:go_default_library", + "//vendor/k8s.io/utils/io:go_default_library", + "//vendor/k8s.io/utils/path:go_default_library", + ], "@io_bazel_rules_go//go/platform:linux": [ "//staging/src/k8s.io/apimachinery/pkg/util/sets:go_default_library", "//vendor/golang.org/x/sys/unix:go_default_library", diff --git a/vendor/k8s.io/legacy-cloud-providers/vsphere/vclib/diskmanagers/vdm.go b/vendor/k8s.io/legacy-cloud-providers/vsphere/vclib/diskmanagers/vdm.go index 654d018a11..08f650c70b 100644 --- a/vendor/k8s.io/legacy-cloud-providers/vsphere/vclib/diskmanagers/vdm.go +++ b/vendor/k8s.io/legacy-cloud-providers/vsphere/vclib/diskmanagers/vdm.go @@ -39,11 +39,17 @@ func (diskManager virtualDiskManager) Create(ctx context.Context, datastore *vcl if diskManager.volumeOptions.SCSIControllerType == "" { diskManager.volumeOptions.SCSIControllerType = vclib.LSILogicControllerType } - // Create virtual disk - diskFormat := vclib.DiskFormatValidType[diskManager.volumeOptions.DiskFormat] - // Create a virtual disk manager - vdm := object.NewVirtualDiskManager(datastore.Client()) + + // Check for existing VMDK before attempting create. Because a name collision + // is unlikely, "VMDK already exists" is likely from a previous attempt to + // create this volume. + if dsPath := vclib.GetPathFromVMDiskPath(diskManager.diskPath); datastore.Exists(ctx, dsPath) { + klog.V(2).Infof("Create: VirtualDisk already exists, returning success. Name=%q", diskManager.diskPath) + return diskManager.diskPath, nil + } + // Create specification for new virtual disk + diskFormat := vclib.DiskFormatValidType[diskManager.volumeOptions.DiskFormat] vmDiskSpec := &types.FileBackedVirtualDiskSpec{ VirtualDiskSpec: types.VirtualDiskSpec{ AdapterType: diskManager.volumeOptions.SCSIControllerType, @@ -51,6 +57,8 @@ func (diskManager virtualDiskManager) Create(ctx context.Context, datastore *vcl }, CapacityKb: int64(diskManager.volumeOptions.CapacityKB), } + + vdm := object.NewVirtualDiskManager(datastore.Client()) requestTime := time.Now() // Create virtual disk task, err := vdm.CreateVirtualDisk(ctx, diskManager.diskPath, datastore.Datacenter.Datacenter, vmDiskSpec) diff --git a/vendor/modules.txt b/vendor/modules.txt index 224967d684..ca1f5a88ac 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -469,7 +469,7 @@ github.com/go-openapi/analysis github.com/go-openapi/analysis/internal # github.com/go-openapi/errors v0.19.2 github.com/go-openapi/errors -# github.com/go-openapi/jsonpointer v0.19.2 +# github.com/go-openapi/jsonpointer v0.19.3 github.com/go-openapi/jsonpointer # github.com/go-openapi/jsonreference v0.19.2 github.com/go-openapi/jsonreference @@ -481,7 +481,7 @@ github.com/go-openapi/runtime github.com/go-openapi/spec # github.com/go-openapi/strfmt v0.19.0 github.com/go-openapi/strfmt -# github.com/go-openapi/swag v0.19.2 +# github.com/go-openapi/swag v0.19.5 github.com/go-openapi/swag # github.com/go-openapi/validate v0.19.2 github.com/go-openapi/validate @@ -609,7 +609,7 @@ github.com/gophercloud/gophercloud/pagination github.com/gorilla/mux # github.com/gorilla/websocket v1.4.1 github.com/gorilla/websocket -# github.com/gregjones/httpcache v0.0.0-20170728041850-787624de3eb7 +# github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7 github.com/gregjones/httpcache github.com/gregjones/httpcache/diskcache # github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 @@ -652,7 +652,7 @@ github.com/lxc/lxd/shared/eagain github.com/lxc/lxd/shared/ioprogress github.com/lxc/lxd/shared/logger github.com/lxc/lxd/shared/units -# github.com/mailru/easyjson v0.0.0-20190614124828-94de47d64c63 +# github.com/mailru/easyjson v0.0.0-20190626092158-b2ccc519800e github.com/mailru/easyjson/buffer github.com/mailru/easyjson/jlexer github.com/mailru/easyjson/jwriter @@ -848,7 +848,7 @@ github.com/spf13/afero github.com/spf13/afero/mem # github.com/spf13/cobra v0.0.5 github.com/spf13/cobra -# github.com/spf13/pflag v1.0.3 +# github.com/spf13/pflag v1.0.5 github.com/spf13/pflag # github.com/syndtr/gocapability v0.0.0-20170704070218-db04d3cc01c8 github.com/syndtr/gocapability/capability @@ -920,7 +920,7 @@ go.uber.org/zap/internal/bufferpool go.uber.org/zap/internal/color go.uber.org/zap/internal/exit go.uber.org/zap/zapcore -# golang.org/x/crypto v0.0.0-20190611184440-5c40567a22f8 +# golang.org/x/crypto v0.0.0-20190820162420-60c769a6c586 golang.org/x/crypto/cryptobyte golang.org/x/crypto/cryptobyte/asn1 golang.org/x/crypto/curve25519 @@ -937,7 +937,7 @@ golang.org/x/crypto/poly1305 golang.org/x/crypto/salsa20/salsa golang.org/x/crypto/ssh golang.org/x/crypto/ssh/terminal -# golang.org/x/net v0.0.0-20190812203447-cdfb69ac37fc +# golang.org/x/net v0.0.0-20191004110552-13f9640d40b9 golang.org/x/net/bpf golang.org/x/net/context golang.org/x/net/context/ctxhttp @@ -962,7 +962,7 @@ golang.org/x/oauth2/google golang.org/x/oauth2/internal golang.org/x/oauth2/jws golang.org/x/oauth2/jwt -# golang.org/x/sync v0.0.0-20190423024810-112230192c58 +# golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e golang.org/x/sync/errgroup golang.org/x/sync/semaphore # golang.org/x/sys v0.0.0-20190916202348-b4ddaad3f8a3 @@ -987,7 +987,7 @@ golang.org/x/text/unicode/norm golang.org/x/text/width # golang.org/x/time v0.0.0-20190308202827-9d24e82272b4 golang.org/x/time/rate -# golang.org/x/tools v0.0.0-20190621195816-6e04913cbbac +# golang.org/x/tools v0.0.0-20190920225731-5eefd052ad72 golang.org/x/tools/container/intsets golang.org/x/tools/go/ast/astutil golang.org/x/tools/go/gcexportdata @@ -1116,7 +1116,7 @@ gopkg.in/square/go-jose.v2/jwt gopkg.in/warnings.v0 # gopkg.in/yaml.v2 v2.2.4 gopkg.in/yaml.v2 -# k8s.io/api v0.0.0 => github.com/rancher/kubernetes/staging/src/k8s.io/api v1.16.3-k3s.2 +# k8s.io/api v0.0.0 => github.com/rancher/kubernetes/staging/src/k8s.io/api v1.16.6-k3s1 k8s.io/api/admission/v1 k8s.io/api/admission/v1beta1 k8s.io/api/admissionregistration/v1 @@ -1158,7 +1158,7 @@ k8s.io/api/settings/v1alpha1 k8s.io/api/storage/v1 k8s.io/api/storage/v1alpha1 k8s.io/api/storage/v1beta1 -# k8s.io/apiextensions-apiserver v0.0.0 => github.com/rancher/kubernetes/staging/src/k8s.io/apiextensions-apiserver v1.16.3-k3s.2 +# k8s.io/apiextensions-apiserver v0.0.0 => github.com/rancher/kubernetes/staging/src/k8s.io/apiextensions-apiserver v1.16.6-k3s1 k8s.io/apiextensions-apiserver/pkg/apihelpers k8s.io/apiextensions-apiserver/pkg/apis/apiextensions k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/install @@ -1206,7 +1206,7 @@ k8s.io/apiextensions-apiserver/pkg/generated/openapi k8s.io/apiextensions-apiserver/pkg/registry/customresource k8s.io/apiextensions-apiserver/pkg/registry/customresource/tableconvertor k8s.io/apiextensions-apiserver/pkg/registry/customresourcedefinition -# k8s.io/apimachinery v0.0.0 => github.com/rancher/kubernetes/staging/src/k8s.io/apimachinery v1.16.3-k3s.2 +# k8s.io/apimachinery v0.0.0 => github.com/rancher/kubernetes/staging/src/k8s.io/apimachinery v1.16.6-k3s1 k8s.io/apimachinery/pkg/api/equality k8s.io/apimachinery/pkg/api/errors k8s.io/apimachinery/pkg/api/meta @@ -1268,7 +1268,7 @@ k8s.io/apimachinery/pkg/watch k8s.io/apimachinery/third_party/forked/golang/json k8s.io/apimachinery/third_party/forked/golang/netutil k8s.io/apimachinery/third_party/forked/golang/reflect -# k8s.io/apiserver v0.0.0 => github.com/rancher/kubernetes/staging/src/k8s.io/apiserver v1.16.3-k3s.2 +# k8s.io/apiserver v0.0.0 => github.com/rancher/kubernetes/staging/src/k8s.io/apiserver v1.16.6-k3s1 k8s.io/apiserver/pkg/admission k8s.io/apiserver/pkg/admission/configuration k8s.io/apiserver/pkg/admission/initializer @@ -1381,7 +1381,7 @@ k8s.io/apiserver/plugin/pkg/authenticator/request/basicauth k8s.io/apiserver/plugin/pkg/authenticator/token/oidc k8s.io/apiserver/plugin/pkg/authenticator/token/webhook k8s.io/apiserver/plugin/pkg/authorizer/webhook -# k8s.io/cli-runtime v0.0.0 => github.com/rancher/kubernetes/staging/src/k8s.io/cli-runtime v1.16.3-k3s.2 +# k8s.io/cli-runtime v0.0.0 => github.com/rancher/kubernetes/staging/src/k8s.io/cli-runtime v1.16.6-k3s1 k8s.io/cli-runtime/pkg/genericclioptions k8s.io/cli-runtime/pkg/kustomize k8s.io/cli-runtime/pkg/kustomize/k8sdeps @@ -1394,7 +1394,7 @@ k8s.io/cli-runtime/pkg/kustomize/k8sdeps/transformer/patch k8s.io/cli-runtime/pkg/kustomize/k8sdeps/validator k8s.io/cli-runtime/pkg/printers k8s.io/cli-runtime/pkg/resource -# k8s.io/client-go v11.0.1-0.20190409021438-1a26190bd76a+incompatible => github.com/rancher/kubernetes/staging/src/k8s.io/client-go v1.16.3-k3s.2 +# k8s.io/client-go v11.0.1-0.20190409021438-1a26190bd76a+incompatible => github.com/rancher/kubernetes/staging/src/k8s.io/client-go v1.16.6-k3s1 k8s.io/client-go/discovery k8s.io/client-go/discovery/cached k8s.io/client-go/discovery/cached/disk @@ -1580,20 +1580,20 @@ k8s.io/client-go/util/jsonpath k8s.io/client-go/util/keyutil k8s.io/client-go/util/retry k8s.io/client-go/util/workqueue -# k8s.io/cloud-provider v0.0.0 => github.com/rancher/kubernetes/staging/src/k8s.io/cloud-provider v1.16.3-k3s.2 +# k8s.io/cloud-provider v0.0.0 => github.com/rancher/kubernetes/staging/src/k8s.io/cloud-provider v1.16.6-k3s1 k8s.io/cloud-provider k8s.io/cloud-provider/node/helpers k8s.io/cloud-provider/service/helpers k8s.io/cloud-provider/volume k8s.io/cloud-provider/volume/errors k8s.io/cloud-provider/volume/helpers -# k8s.io/cluster-bootstrap v0.0.0 => github.com/rancher/kubernetes/staging/src/k8s.io/cluster-bootstrap v1.16.3-k3s.2 +# k8s.io/cluster-bootstrap v0.0.0 => github.com/rancher/kubernetes/staging/src/k8s.io/cluster-bootstrap v1.16.6-k3s1 k8s.io/cluster-bootstrap/token/api k8s.io/cluster-bootstrap/token/jws k8s.io/cluster-bootstrap/token/util k8s.io/cluster-bootstrap/util/secrets k8s.io/cluster-bootstrap/util/tokens -# k8s.io/code-generator v0.0.0 => github.com/rancher/kubernetes/staging/src/k8s.io/code-generator v1.16.3-k3s.2 +# k8s.io/code-generator v0.0.0 => github.com/rancher/kubernetes/staging/src/k8s.io/code-generator v1.16.6-k3s1 k8s.io/code-generator/cmd/client-gen/args k8s.io/code-generator/cmd/client-gen/generators k8s.io/code-generator/cmd/client-gen/generators/fake @@ -1608,7 +1608,7 @@ k8s.io/code-generator/cmd/lister-gen/args k8s.io/code-generator/cmd/lister-gen/generators k8s.io/code-generator/pkg/namer k8s.io/code-generator/pkg/util -# k8s.io/component-base v0.0.0 => github.com/rancher/kubernetes/staging/src/k8s.io/component-base v1.16.3-k3s.2 +# k8s.io/component-base v0.0.0 => github.com/rancher/kubernetes/staging/src/k8s.io/component-base v1.16.6-k3s1 k8s.io/component-base/cli/flag k8s.io/component-base/cli/globalflag k8s.io/component-base/config @@ -1621,10 +1621,10 @@ k8s.io/component-base/metrics/legacyregistry k8s.io/component-base/metrics/prometheus/restclient k8s.io/component-base/metrics/prometheus/workqueue k8s.io/component-base/version -# k8s.io/cri-api v0.0.0 => github.com/rancher/kubernetes/staging/src/k8s.io/cri-api v1.16.3-k3s.2 +# k8s.io/cri-api v0.0.0 => github.com/rancher/kubernetes/staging/src/k8s.io/cri-api v1.16.6-k3s1 k8s.io/cri-api/pkg/apis k8s.io/cri-api/pkg/apis/runtime/v1alpha2 -# k8s.io/csi-translation-lib v0.0.0 => github.com/rancher/kubernetes/staging/src/k8s.io/csi-translation-lib v1.16.3-k3s.2 +# k8s.io/csi-translation-lib v0.0.0 => github.com/rancher/kubernetes/staging/src/k8s.io/csi-translation-lib v1.16.6-k3s1 k8s.io/csi-translation-lib k8s.io/csi-translation-lib/plugins # k8s.io/gengo v0.0.0-20190822140433-26a664648505 @@ -1637,9 +1637,9 @@ k8s.io/gengo/parser k8s.io/gengo/types # k8s.io/heapster v1.2.0-beta.1 k8s.io/heapster/metrics/api/v1/types -# k8s.io/klog v0.4.0 +# k8s.io/klog v1.0.0 k8s.io/klog -# k8s.io/kube-aggregator v0.0.0 => github.com/rancher/kubernetes/staging/src/k8s.io/kube-aggregator v1.16.3-k3s.2 +# k8s.io/kube-aggregator v0.0.0 => github.com/rancher/kubernetes/staging/src/k8s.io/kube-aggregator v1.16.6-k3s1 k8s.io/kube-aggregator/pkg/apis/apiregistration k8s.io/kube-aggregator/pkg/apis/apiregistration/install k8s.io/kube-aggregator/pkg/apis/apiregistration/v1 @@ -1667,7 +1667,7 @@ k8s.io/kube-aggregator/pkg/controllers/status k8s.io/kube-aggregator/pkg/registry/apiservice k8s.io/kube-aggregator/pkg/registry/apiservice/etcd k8s.io/kube-aggregator/pkg/registry/apiservice/rest -# k8s.io/kube-controller-manager v0.0.0 => github.com/rancher/kubernetes/staging/src/k8s.io/kube-controller-manager v1.16.3-k3s.2 +# k8s.io/kube-controller-manager v0.0.0 => github.com/rancher/kubernetes/staging/src/k8s.io/kube-controller-manager v1.16.6-k3s1 k8s.io/kube-controller-manager/config/v1alpha1 # k8s.io/kube-openapi v0.0.0-20190816220812-743ec37842bf k8s.io/kube-openapi/pkg/aggregator @@ -1678,11 +1678,11 @@ k8s.io/kube-openapi/pkg/schemaconv k8s.io/kube-openapi/pkg/util k8s.io/kube-openapi/pkg/util/proto k8s.io/kube-openapi/pkg/util/proto/validation -# k8s.io/kube-proxy v0.0.0 => github.com/rancher/kubernetes/staging/src/k8s.io/kube-proxy v1.16.3-k3s.2 +# k8s.io/kube-proxy v0.0.0 => github.com/rancher/kubernetes/staging/src/k8s.io/kube-proxy v1.16.6-k3s1 k8s.io/kube-proxy/config/v1alpha1 -# k8s.io/kube-scheduler v0.0.0 => github.com/rancher/kubernetes/staging/src/k8s.io/kube-scheduler v1.16.3-k3s.2 +# k8s.io/kube-scheduler v0.0.0 => github.com/rancher/kubernetes/staging/src/k8s.io/kube-scheduler v1.16.6-k3s1 k8s.io/kube-scheduler/config/v1alpha1 -# k8s.io/kubectl v0.0.0 => github.com/rancher/kubernetes/staging/src/k8s.io/kubectl v1.16.3-k3s.2 +# k8s.io/kubectl v0.0.0 => github.com/rancher/kubernetes/staging/src/k8s.io/kubectl v1.16.6-k3s1 k8s.io/kubectl/pkg/apps k8s.io/kubectl/pkg/cmd k8s.io/kubectl/pkg/cmd/annotate @@ -1759,9 +1759,9 @@ k8s.io/kubectl/pkg/util/templates k8s.io/kubectl/pkg/util/term k8s.io/kubectl/pkg/validation k8s.io/kubectl/pkg/version -# k8s.io/kubelet v0.0.0 => github.com/rancher/kubernetes/staging/src/k8s.io/kubelet v1.16.3-k3s.2 +# k8s.io/kubelet v0.0.0 => github.com/rancher/kubernetes/staging/src/k8s.io/kubelet v1.16.6-k3s1 k8s.io/kubelet/config/v1beta1 -# k8s.io/kubernetes v1.16.0 => github.com/rancher/kubernetes v1.16.3-k3s.2 +# k8s.io/kubernetes v1.16.0 => github.com/rancher/kubernetes v1.16.6-k3s1 k8s.io/kubernetes/cmd/cloud-controller-manager/app k8s.io/kubernetes/cmd/cloud-controller-manager/app/apis/config k8s.io/kubernetes/cmd/cloud-controller-manager/app/apis/config/scheme @@ -2477,7 +2477,7 @@ k8s.io/kubernetes/third_party/forked/gonum/graph k8s.io/kubernetes/third_party/forked/gonum/graph/internal/linear k8s.io/kubernetes/third_party/forked/gonum/graph/simple k8s.io/kubernetes/third_party/forked/gonum/graph/traverse -# k8s.io/legacy-cloud-providers v0.0.0 => github.com/rancher/kubernetes/staging/src/k8s.io/legacy-cloud-providers v1.16.3-k3s.2 +# k8s.io/legacy-cloud-providers v0.0.0 => github.com/rancher/kubernetes/staging/src/k8s.io/legacy-cloud-providers v1.16.6-k3s1 k8s.io/legacy-cloud-providers/aws k8s.io/legacy-cloud-providers/azure k8s.io/legacy-cloud-providers/azure/auth @@ -2487,7 +2487,7 @@ k8s.io/legacy-cloud-providers/openstack/util/mount k8s.io/legacy-cloud-providers/vsphere k8s.io/legacy-cloud-providers/vsphere/vclib k8s.io/legacy-cloud-providers/vsphere/vclib/diskmanagers -# k8s.io/metrics v0.0.0 => github.com/rancher/kubernetes/staging/src/k8s.io/metrics v1.16.3-k3s.2 +# k8s.io/metrics v0.0.0 => github.com/rancher/kubernetes/staging/src/k8s.io/metrics v1.16.6-k3s1 k8s.io/metrics/pkg/apis/custom_metrics k8s.io/metrics/pkg/apis/custom_metrics/v1beta1 k8s.io/metrics/pkg/apis/custom_metrics/v1beta2 @@ -2540,7 +2540,7 @@ sigs.k8s.io/kustomize/pkg/transformers sigs.k8s.io/kustomize/pkg/transformers/config sigs.k8s.io/kustomize/pkg/transformers/config/defaultconfig sigs.k8s.io/kustomize/pkg/types -# sigs.k8s.io/structured-merge-diff v0.0.0-20190817042607-6149e4549fca +# sigs.k8s.io/structured-merge-diff v1.0.1 sigs.k8s.io/structured-merge-diff/fieldpath sigs.k8s.io/structured-merge-diff/merge sigs.k8s.io/structured-merge-diff/schema diff --git a/vendor/sigs.k8s.io/structured-merge-diff/value/value.go b/vendor/sigs.k8s.io/structured-merge-diff/value/value.go index 1ce63e1c97..91d73d0fff 100644 --- a/vendor/sigs.k8s.io/structured-merge-diff/value/value.go +++ b/vendor/sigs.k8s.io/structured-merge-diff/value/value.go @@ -36,86 +36,146 @@ type Value struct { // Equals returns true iff the two values are equal. func (v Value) Equals(rhs Value) bool { - return !v.Less(rhs) && !rhs.Less(v) + if v.FloatValue != nil || rhs.FloatValue != nil { + var lf float64 + if v.FloatValue != nil { + lf = float64(*v.FloatValue) + } else if v.IntValue != nil { + lf = float64(*v.IntValue) + } else { + return false + } + var rf float64 + if rhs.FloatValue != nil { + rf = float64(*rhs.FloatValue) + } else if rhs.IntValue != nil { + rf = float64(*rhs.IntValue) + } else { + return false + } + return lf == rf + } + if v.IntValue != nil { + if rhs.IntValue != nil { + return *v.IntValue == *rhs.IntValue + } + return false + } + if v.StringValue != nil { + if rhs.StringValue != nil { + return *v.StringValue == *rhs.StringValue + } + return false + } + if v.BooleanValue != nil { + if rhs.BooleanValue != nil { + return *v.BooleanValue == *rhs.BooleanValue + } + return false + } + if v.ListValue != nil { + if rhs.ListValue != nil { + return v.ListValue.Equals(rhs.ListValue) + } + return false + } + if v.MapValue != nil { + if rhs.MapValue != nil { + return v.MapValue.Equals(rhs.MapValue) + } + return false + } + if v.Null { + if rhs.Null { + return true + } + return false + } + // No field is set, on either objects. + return true } // Less provides a total ordering for Value (so that they can be sorted, even // if they are of different types). func (v Value) Less(rhs Value) bool { + return v.Compare(rhs) == -1 +} + +// Compare provides a total ordering for Value (so that they can be +// sorted, even if they are of different types). The result will be 0 if +// v==rhs, -1 if v < rhs, and +1 if v > rhs. +func (v Value) Compare(rhs Value) int { if v.FloatValue != nil { if rhs.FloatValue == nil { // Extra: compare floats and ints numerically. if rhs.IntValue != nil { - return float64(*v.FloatValue) < float64(*rhs.IntValue) + return v.FloatValue.Compare(Float(*rhs.IntValue)) } - return true + return -1 } - return *v.FloatValue < *rhs.FloatValue + return v.FloatValue.Compare(*rhs.FloatValue) } else if rhs.FloatValue != nil { // Extra: compare floats and ints numerically. if v.IntValue != nil { - return float64(*v.IntValue) < float64(*rhs.FloatValue) + return Float(*v.IntValue).Compare(*rhs.FloatValue) } - return false + return 1 } if v.IntValue != nil { if rhs.IntValue == nil { - return true + return -1 } - return *v.IntValue < *rhs.IntValue + return v.IntValue.Compare(*rhs.IntValue) } else if rhs.IntValue != nil { - return false + return 1 } if v.StringValue != nil { if rhs.StringValue == nil { - return true + return -1 } - return *v.StringValue < *rhs.StringValue + return strings.Compare(string(*v.StringValue), string(*rhs.StringValue)) } else if rhs.StringValue != nil { - return false + return 1 } if v.BooleanValue != nil { if rhs.BooleanValue == nil { - return true + return -1 } - if *v.BooleanValue == *rhs.BooleanValue { - return false - } - return *v.BooleanValue == false + return v.BooleanValue.Compare(*rhs.BooleanValue) } else if rhs.BooleanValue != nil { - return false + return 1 } if v.ListValue != nil { if rhs.ListValue == nil { - return true + return -1 } - return v.ListValue.Less(rhs.ListValue) + return v.ListValue.Compare(rhs.ListValue) } else if rhs.ListValue != nil { - return false + return 1 } if v.MapValue != nil { if rhs.MapValue == nil { - return true + return -1 } - return v.MapValue.Less(rhs.MapValue) + return v.MapValue.Compare(rhs.MapValue) } else if rhs.MapValue != nil { - return false + return 1 } if v.Null { if !rhs.Null { - return true + return -1 } - return false + return 0 } else if rhs.Null { - return false + return 1 } // Invalid Value-- nothing is set. - return false + return 0 } type Int int64 @@ -123,6 +183,39 @@ type Float float64 type String string type Boolean bool +// Compare compares integers. The result will be 0 if i==rhs, -1 if i < +// rhs, and +1 if i > rhs. +func (i Int) Compare(rhs Int) int { + if i > rhs { + return 1 + } else if i < rhs { + return -1 + } + return 0 +} + +// Compare compares floats. The result will be 0 if f==rhs, -1 if f < +// rhs, and +1 if f > rhs. +func (f Float) Compare(rhs Float) int { + if f > rhs { + return 1 + } else if f < rhs { + return -1 + } + return 0 +} + +// Compare compares booleans. The result will be 0 if b==rhs, -1 if b < +// rhs, and +1 if b > rhs. +func (b Boolean) Compare(rhs Boolean) int { + if b == rhs { + return 0 + } else if b == false { + return -1 + } + return 1 +} + // Field is an individual key-value pair. type Field struct { Name string @@ -134,29 +227,44 @@ type List struct { Items []Value } +// Equals compares two lists lexically. +func (l *List) Equals(rhs *List) bool { + if len(l.Items) != len(rhs.Items) { + return false + } + + for i, lv := range l.Items { + if !lv.Equals(rhs.Items[i]) { + return false + } + } + return true +} + // Less compares two lists lexically. func (l *List) Less(rhs *List) bool { + return l.Compare(rhs) == -1 +} + +// Compare compares two lists lexically. The result will be 0 if l==rhs, -1 +// if l < rhs, and +1 if l > rhs. +func (l *List) Compare(rhs *List) int { i := 0 for { if i >= len(l.Items) && i >= len(rhs.Items) { // Lists are the same length and all items are equal. - return false + return 0 } if i >= len(l.Items) { // LHS is shorter. - return true + return -1 } if i >= len(rhs.Items) { // RHS is shorter. - return false + return 1 } - if l.Items[i].Less(rhs.Items[i]) { - // LHS is less; return - return true - } - if rhs.Items[i].Less(l.Items[i]) { - // RHS is less; return - return false + if c := l.Items[i].Compare(rhs.Items[i]); c != 0 { + return c } // The items are equal; continue. i++ @@ -191,8 +299,30 @@ func (m *Map) computeOrder() []int { return m.order } +// Equals compares two maps lexically. +func (m *Map) Equals(rhs *Map) bool { + if len(m.Items) != len(rhs.Items) { + return false + } + for _, lfield := range m.Items { + rfield, ok := rhs.Get(lfield.Name) + if !ok { + return false + } + if !lfield.Value.Equals(rfield.Value) { + return false + } + } + return true +} + // Less compares two maps lexically. func (m *Map) Less(rhs *Map) bool { + return m.Compare(rhs) == -1 +} + +// Compare compares two maps lexically. +func (m *Map) Compare(rhs *Map) int { var noAllocL, noAllocR [2]int var morder, rorder []int @@ -238,28 +368,22 @@ func (m *Map) Less(rhs *Map) bool { for { if i >= len(morder) && i >= len(rorder) { // Maps are the same length and all items are equal. - return false + return 0 } if i >= len(morder) { // LHS is shorter. - return true + return -1 } if i >= len(rorder) { // RHS is shorter. - return false + return 1 } fa, fb := &m.Items[morder[i]], &rhs.Items[rorder[i]] - if fa.Name != fb.Name { - // the map having the field name that sorts lexically less is "less" - return fa.Name < fb.Name + if c := strings.Compare(fa.Name, fb.Name); c != 0 { + return c } - if fa.Value.Less(fb.Value) { - // LHS is less; return - return true - } - if fb.Value.Less(fa.Value) { - // RHS is less; return - return false + if c := fa.Value.Compare(fb.Value); c != 0 { + return c } // The items are equal; continue. i++