From f1d134da9d759f7701024cb115bb904b8c4d3cea Mon Sep 17 00:00:00 2001 From: byhsu Date: Mon, 1 May 2023 21:47:00 -0700 Subject: [PATCH] change to user_identifier --- gen/pb-cpp/flyteidl/core/security.pb.cc | 90 ++++++------ gen/pb-cpp/flyteidl/core/security.pb.h | 80 +++++----- gen/pb-go/flyteidl/core/security.pb.go | 86 +++++------ .../flyteidl/core/security.pb.validate.go | 2 +- gen/pb-go/flyteidl/service/admin.swagger.json | 4 +- .../external_plugin_service.swagger.json | 4 +- .../service/flyteadmin/api/swagger.yaml | 86 +++++------ .../service/flyteadmin/model_core_identity.go | 4 +- gen/pb-go/flyteidl/service/openapi.go | 4 +- gen/pb-java/flyteidl/core/Security.java | 138 +++++++++--------- gen/pb-js/flyteidl.d.ts | 8 +- gen/pb-js/flyteidl.js | 20 +-- gen/pb_python/flyteidl/core/security_pb2.py | 16 +- gen/pb_python/flyteidl/core/security_pb2.pyi | 8 +- .../flyteadmin/models/core_identity.py | 34 ++--- protos/flyteidl/core/security.proto | 4 +- 16 files changed, 294 insertions(+), 294 deletions(-) diff --git a/gen/pb-cpp/flyteidl/core/security.pb.cc b/gen/pb-cpp/flyteidl/core/security.pb.cc index 772218a09..c79b1c7a8 100644 --- a/gen/pb-cpp/flyteidl/core/security.pb.cc +++ b/gen/pb-cpp/flyteidl/core/security.pb.cc @@ -157,7 +157,7 @@ const ::google::protobuf::uint32 TableStruct_flyteidl_2fcore_2fsecurity_2eproto: PROTOBUF_FIELD_OFFSET(::flyteidl::core::Identity, iam_role_), PROTOBUF_FIELD_OFFSET(::flyteidl::core::Identity, k8s_service_account_), PROTOBUF_FIELD_OFFSET(::flyteidl::core::Identity, oauth2_client_), - PROTOBUF_FIELD_OFFSET(::flyteidl::core::Identity, exec_user_id_), + PROTOBUF_FIELD_OFFSET(::flyteidl::core::Identity, user_identifier_), ~0u, // no _has_bits_ PROTOBUF_FIELD_OFFSET(::flyteidl::core::OAuth2TokenRequest, _internal_metadata_), ~0u, // no _extensions_ @@ -207,26 +207,26 @@ const char descriptor_table_protodef_flyteidl_2fcore_2fsecurity_2eproto[] = "untType\"+\n\tMountType\022\007\n\003ANY\020\000\022\013\n\007ENV_VAR" "\020\001\022\010\n\004FILE\020\002\"O\n\014OAuth2Client\022\021\n\tclient_i" "d\030\001 \001(\t\022,\n\rclient_secret\030\002 \001(\0132\025.flyteid" - "l.core.Secret\"\203\001\n\010Identity\022\020\n\010iam_role\030\001" + "l.core.Secret\"\206\001\n\010Identity\022\020\n\010iam_role\030\001" " \001(\t\022\033\n\023k8s_service_account\030\002 \001(\t\0222\n\roau" "th2_client\030\003 \001(\0132\033.flyteidl.core.OAuth2C" - "lient\022\024\n\014exec_user_id\030\004 \001(\t\"\335\001\n\022OAuth2To" - "kenRequest\022\014\n\004name\030\001 \001(\t\0224\n\004type\030\002 \001(\0162&" - ".flyteidl.core.OAuth2TokenRequest.Type\022+" - "\n\006client\030\003 \001(\0132\033.flyteidl.core.OAuth2Cli" - "ent\022\036\n\026idp_discovery_endpoint\030\004 \001(\t\022\026\n\016t" - "oken_endpoint\030\005 \001(\t\"\036\n\004Type\022\026\n\022CLIENT_CR" - "EDENTIALS\020\000\"\225\001\n\017SecurityContext\022\'\n\006run_a" - "s\030\001 \001(\0132\027.flyteidl.core.Identity\022&\n\007secr" - "ets\030\002 \003(\0132\025.flyteidl.core.Secret\0221\n\006toke" - "ns\030\003 \003(\0132!.flyteidl.core.OAuth2TokenRequ" - "estB6Z4github.com/flyteorg/flyteidl/gen/" - "pb-go/flyteidl/coreb\006proto3" + "lient\022\027\n\017user_identifier\030\004 \001(\t\"\335\001\n\022OAuth" + "2TokenRequest\022\014\n\004name\030\001 \001(\t\0224\n\004type\030\002 \001(" + "\0162&.flyteidl.core.OAuth2TokenRequest.Typ" + "e\022+\n\006client\030\003 \001(\0132\033.flyteidl.core.OAuth2" + "Client\022\036\n\026idp_discovery_endpoint\030\004 \001(\t\022\026" + "\n\016token_endpoint\030\005 \001(\t\"\036\n\004Type\022\026\n\022CLIENT" + "_CREDENTIALS\020\000\"\225\001\n\017SecurityContext\022\'\n\006ru" + "n_as\030\001 \001(\0132\027.flyteidl.core.Identity\022&\n\007s" + "ecrets\030\002 \003(\0132\025.flyteidl.core.Secret\0221\n\006t" + "okens\030\003 \003(\0132!.flyteidl.core.OAuth2TokenR" + "equestB6Z4github.com/flyteorg/flyteidl/g" + "en/pb-go/flyteidl/coreb\006proto3" ; ::google::protobuf::internal::DescriptorTable descriptor_table_flyteidl_2fcore_2fsecurity_2eproto = { false, InitDefaults_flyteidl_2fcore_2fsecurity_2eproto, descriptor_table_protodef_flyteidl_2fcore_2fsecurity_2eproto, - "flyteidl/core/security.proto", &assign_descriptors_table_flyteidl_2fcore_2fsecurity_2eproto, 867, + "flyteidl/core/security.proto", &assign_descriptors_table_flyteidl_2fcore_2fsecurity_2eproto, 870, }; void AddDescriptors_flyteidl_2fcore_2fsecurity_2eproto() { @@ -1157,7 +1157,7 @@ Identity::HasBitSetters::oauth2_client(const Identity* msg) { const int Identity::kIamRoleFieldNumber; const int Identity::kK8SServiceAccountFieldNumber; const int Identity::kOauth2ClientFieldNumber; -const int Identity::kExecUserIdFieldNumber; +const int Identity::kUserIdentifierFieldNumber; #endif // !defined(_MSC_VER) || _MSC_VER >= 1900 Identity::Identity() @@ -1177,9 +1177,9 @@ Identity::Identity(const Identity& from) if (from.k8s_service_account().size() > 0) { k8s_service_account_.AssignWithDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), from.k8s_service_account_); } - exec_user_id_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); - if (from.exec_user_id().size() > 0) { - exec_user_id_.AssignWithDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), from.exec_user_id_); + user_identifier_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); + if (from.user_identifier().size() > 0) { + user_identifier_.AssignWithDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), from.user_identifier_); } if (from.has_oauth2_client()) { oauth2_client_ = new ::flyteidl::core::OAuth2Client(*from.oauth2_client_); @@ -1194,7 +1194,7 @@ void Identity::SharedCtor() { &scc_info_Identity_flyteidl_2fcore_2fsecurity_2eproto.base); iam_role_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); k8s_service_account_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); - exec_user_id_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); + user_identifier_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); oauth2_client_ = nullptr; } @@ -1206,7 +1206,7 @@ Identity::~Identity() { void Identity::SharedDtor() { iam_role_.DestroyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); k8s_service_account_.DestroyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); - exec_user_id_.DestroyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); + user_identifier_.DestroyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); if (this != internal_default_instance()) delete oauth2_client_; } @@ -1227,7 +1227,7 @@ void Identity::Clear() { iam_role_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); k8s_service_account_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); - exec_user_id_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); + user_identifier_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); if (GetArenaNoVirtual() == nullptr && oauth2_client_ != nullptr) { delete oauth2_client_; } @@ -1293,13 +1293,13 @@ const char* Identity::_InternalParse(const char* begin, const char* end, void* o {parser_till_end, object}, ptr - size, ptr)); break; } - // string exec_user_id = 4; + // string user_identifier = 4; case 4: { if (static_cast<::google::protobuf::uint8>(tag) != 34) goto handle_unusual; ptr = ::google::protobuf::io::ReadSize(ptr, &size); GOOGLE_PROTOBUF_PARSER_ASSERT(ptr); - ctx->extra_parse_data().SetFieldName("flyteidl.core.Identity.exec_user_id"); - object = msg->mutable_exec_user_id(); + ctx->extra_parse_data().SetFieldName("flyteidl.core.Identity.user_identifier"); + object = msg->mutable_user_identifier(); if (size > end - ptr + ::google::protobuf::internal::ParseContext::kSlopBytes) { parser_till_end = ::google::protobuf::internal::GreedyStringParserUTF8; goto string_till_end; @@ -1384,15 +1384,15 @@ bool Identity::MergePartialFromCodedStream( break; } - // string exec_user_id = 4; + // string user_identifier = 4; case 4: { if (static_cast< ::google::protobuf::uint8>(tag) == (34 & 0xFF)) { DO_(::google::protobuf::internal::WireFormatLite::ReadString( - input, this->mutable_exec_user_id())); + input, this->mutable_user_identifier())); DO_(::google::protobuf::internal::WireFormatLite::VerifyUtf8String( - this->exec_user_id().data(), static_cast(this->exec_user_id().length()), + this->user_identifier().data(), static_cast(this->user_identifier().length()), ::google::protobuf::internal::WireFormatLite::PARSE, - "flyteidl.core.Identity.exec_user_id")); + "flyteidl.core.Identity.user_identifier")); } else { goto handle_unusual; } @@ -1452,14 +1452,14 @@ void Identity::SerializeWithCachedSizes( 3, HasBitSetters::oauth2_client(this), output); } - // string exec_user_id = 4; - if (this->exec_user_id().size() > 0) { + // string user_identifier = 4; + if (this->user_identifier().size() > 0) { ::google::protobuf::internal::WireFormatLite::VerifyUtf8String( - this->exec_user_id().data(), static_cast(this->exec_user_id().length()), + this->user_identifier().data(), static_cast(this->user_identifier().length()), ::google::protobuf::internal::WireFormatLite::SERIALIZE, - "flyteidl.core.Identity.exec_user_id"); + "flyteidl.core.Identity.user_identifier"); ::google::protobuf::internal::WireFormatLite::WriteStringMaybeAliased( - 4, this->exec_user_id(), output); + 4, this->user_identifier(), output); } if (_internal_metadata_.have_unknown_fields()) { @@ -1504,15 +1504,15 @@ ::google::protobuf::uint8* Identity::InternalSerializeWithCachedSizesToArray( 3, HasBitSetters::oauth2_client(this), target); } - // string exec_user_id = 4; - if (this->exec_user_id().size() > 0) { + // string user_identifier = 4; + if (this->user_identifier().size() > 0) { ::google::protobuf::internal::WireFormatLite::VerifyUtf8String( - this->exec_user_id().data(), static_cast(this->exec_user_id().length()), + this->user_identifier().data(), static_cast(this->user_identifier().length()), ::google::protobuf::internal::WireFormatLite::SERIALIZE, - "flyteidl.core.Identity.exec_user_id"); + "flyteidl.core.Identity.user_identifier"); target = ::google::protobuf::internal::WireFormatLite::WriteStringToArray( - 4, this->exec_user_id(), target); + 4, this->user_identifier(), target); } if (_internal_metadata_.have_unknown_fields()) { @@ -1550,11 +1550,11 @@ size_t Identity::ByteSizeLong() const { this->k8s_service_account()); } - // string exec_user_id = 4; - if (this->exec_user_id().size() > 0) { + // string user_identifier = 4; + if (this->user_identifier().size() > 0) { total_size += 1 + ::google::protobuf::internal::WireFormatLite::StringSize( - this->exec_user_id()); + this->user_identifier()); } // .flyteidl.core.OAuth2Client oauth2_client = 3; @@ -1599,9 +1599,9 @@ void Identity::MergeFrom(const Identity& from) { k8s_service_account_.AssignWithDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), from.k8s_service_account_); } - if (from.exec_user_id().size() > 0) { + if (from.user_identifier().size() > 0) { - exec_user_id_.AssignWithDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), from.exec_user_id_); + user_identifier_.AssignWithDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), from.user_identifier_); } if (from.has_oauth2_client()) { mutable_oauth2_client()->::flyteidl::core::OAuth2Client::MergeFrom(from.oauth2_client()); @@ -1637,7 +1637,7 @@ void Identity::InternalSwap(Identity* other) { GetArenaNoVirtual()); k8s_service_account_.Swap(&other->k8s_service_account_, &::google::protobuf::internal::GetEmptyStringAlreadyInited(), GetArenaNoVirtual()); - exec_user_id_.Swap(&other->exec_user_id_, &::google::protobuf::internal::GetEmptyStringAlreadyInited(), + user_identifier_.Swap(&other->user_identifier_, &::google::protobuf::internal::GetEmptyStringAlreadyInited(), GetArenaNoVirtual()); swap(oauth2_client_, other->oauth2_client_); } diff --git a/gen/pb-cpp/flyteidl/core/security.pb.h b/gen/pb-cpp/flyteidl/core/security.pb.h index 375ec5ab5..d4eca9614 100644 --- a/gen/pb-cpp/flyteidl/core/security.pb.h +++ b/gen/pb-cpp/flyteidl/core/security.pb.h @@ -562,19 +562,19 @@ class Identity final : ::std::string* release_k8s_service_account(); void set_allocated_k8s_service_account(::std::string* k8s_service_account); - // string exec_user_id = 4; - void clear_exec_user_id(); - static const int kExecUserIdFieldNumber = 4; - const ::std::string& exec_user_id() const; - void set_exec_user_id(const ::std::string& value); + // string user_identifier = 4; + void clear_user_identifier(); + static const int kUserIdentifierFieldNumber = 4; + const ::std::string& user_identifier() const; + void set_user_identifier(const ::std::string& value); #if LANG_CXX11 - void set_exec_user_id(::std::string&& value); + void set_user_identifier(::std::string&& value); #endif - void set_exec_user_id(const char* value); - void set_exec_user_id(const char* value, size_t size); - ::std::string* mutable_exec_user_id(); - ::std::string* release_exec_user_id(); - void set_allocated_exec_user_id(::std::string* exec_user_id); + void set_user_identifier(const char* value); + void set_user_identifier(const char* value, size_t size); + ::std::string* mutable_user_identifier(); + ::std::string* release_user_identifier(); + void set_allocated_user_identifier(::std::string* user_identifier); // .flyteidl.core.OAuth2Client oauth2_client = 3; bool has_oauth2_client() const; @@ -592,7 +592,7 @@ class Identity final : ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_; ::google::protobuf::internal::ArenaStringPtr iam_role_; ::google::protobuf::internal::ArenaStringPtr k8s_service_account_; - ::google::protobuf::internal::ArenaStringPtr exec_user_id_; + ::google::protobuf::internal::ArenaStringPtr user_identifier_; ::flyteidl::core::OAuth2Client* oauth2_client_; mutable ::google::protobuf::internal::CachedSize _cached_size_; friend struct ::TableStruct_flyteidl_2fcore_2fsecurity_2eproto; @@ -1382,57 +1382,57 @@ inline void Identity::set_allocated_oauth2_client(::flyteidl::core::OAuth2Client // @@protoc_insertion_point(field_set_allocated:flyteidl.core.Identity.oauth2_client) } -// string exec_user_id = 4; -inline void Identity::clear_exec_user_id() { - exec_user_id_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); +// string user_identifier = 4; +inline void Identity::clear_user_identifier() { + user_identifier_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); } -inline const ::std::string& Identity::exec_user_id() const { - // @@protoc_insertion_point(field_get:flyteidl.core.Identity.exec_user_id) - return exec_user_id_.GetNoArena(); +inline const ::std::string& Identity::user_identifier() const { + // @@protoc_insertion_point(field_get:flyteidl.core.Identity.user_identifier) + return user_identifier_.GetNoArena(); } -inline void Identity::set_exec_user_id(const ::std::string& value) { +inline void Identity::set_user_identifier(const ::std::string& value) { - exec_user_id_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value); - // @@protoc_insertion_point(field_set:flyteidl.core.Identity.exec_user_id) + user_identifier_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value); + // @@protoc_insertion_point(field_set:flyteidl.core.Identity.user_identifier) } #if LANG_CXX11 -inline void Identity::set_exec_user_id(::std::string&& value) { +inline void Identity::set_user_identifier(::std::string&& value) { - exec_user_id_.SetNoArena( + user_identifier_.SetNoArena( &::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::move(value)); - // @@protoc_insertion_point(field_set_rvalue:flyteidl.core.Identity.exec_user_id) + // @@protoc_insertion_point(field_set_rvalue:flyteidl.core.Identity.user_identifier) } #endif -inline void Identity::set_exec_user_id(const char* value) { +inline void Identity::set_user_identifier(const char* value) { GOOGLE_DCHECK(value != nullptr); - exec_user_id_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value)); - // @@protoc_insertion_point(field_set_char:flyteidl.core.Identity.exec_user_id) + user_identifier_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value)); + // @@protoc_insertion_point(field_set_char:flyteidl.core.Identity.user_identifier) } -inline void Identity::set_exec_user_id(const char* value, size_t size) { +inline void Identity::set_user_identifier(const char* value, size_t size) { - exec_user_id_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), + user_identifier_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(reinterpret_cast(value), size)); - // @@protoc_insertion_point(field_set_pointer:flyteidl.core.Identity.exec_user_id) + // @@protoc_insertion_point(field_set_pointer:flyteidl.core.Identity.user_identifier) } -inline ::std::string* Identity::mutable_exec_user_id() { +inline ::std::string* Identity::mutable_user_identifier() { - // @@protoc_insertion_point(field_mutable:flyteidl.core.Identity.exec_user_id) - return exec_user_id_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); + // @@protoc_insertion_point(field_mutable:flyteidl.core.Identity.user_identifier) + return user_identifier_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); } -inline ::std::string* Identity::release_exec_user_id() { - // @@protoc_insertion_point(field_release:flyteidl.core.Identity.exec_user_id) +inline ::std::string* Identity::release_user_identifier() { + // @@protoc_insertion_point(field_release:flyteidl.core.Identity.user_identifier) - return exec_user_id_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); + return user_identifier_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); } -inline void Identity::set_allocated_exec_user_id(::std::string* exec_user_id) { - if (exec_user_id != nullptr) { +inline void Identity::set_allocated_user_identifier(::std::string* user_identifier) { + if (user_identifier != nullptr) { } else { } - exec_user_id_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), exec_user_id); - // @@protoc_insertion_point(field_set_allocated:flyteidl.core.Identity.exec_user_id) + user_identifier_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), user_identifier); + // @@protoc_insertion_point(field_set_allocated:flyteidl.core.Identity.user_identifier) } // ------------------------------------------------------------------- diff --git a/gen/pb-go/flyteidl/core/security.pb.go b/gen/pb-go/flyteidl/core/security.pb.go index 14eef6d52..e1eb9d893 100644 --- a/gen/pb-go/flyteidl/core/security.pb.go +++ b/gen/pb-go/flyteidl/core/security.pb.go @@ -221,8 +221,8 @@ type Identity struct { // oauth2_client references an oauth2 client. Backend plugins can use this information to impersonate the client when // making external calls. Oauth2Client *OAuth2Client `protobuf:"bytes,3,opt,name=oauth2_client,json=oauth2Client,proto3" json:"oauth2_client,omitempty"` - // exec_user_id references the id of the user who executes the task. - ExecUserId string `protobuf:"bytes,4,opt,name=exec_user_id,json=execUserId,proto3" json:"exec_user_id,omitempty"` + // user_identifier references the id of the user who executes the task. + UserIdentifier string `protobuf:"bytes,4,opt,name=user_identifier,json=userIdentifier,proto3" json:"user_identifier,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` @@ -274,9 +274,9 @@ func (m *Identity) GetOauth2Client() *OAuth2Client { return nil } -func (m *Identity) GetExecUserId() string { +func (m *Identity) GetUserIdentifier() string { if m != nil { - return m.ExecUserId + return m.UserIdentifier } return "" } @@ -449,43 +449,43 @@ func init() { func init() { proto.RegisterFile("flyteidl/core/security.proto", fileDescriptor_0996009b6d39c02f) } var fileDescriptor_0996009b6d39c02f = []byte{ - // 597 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x54, 0x6d, 0x6e, 0xd3, 0x40, - 0x10, 0xad, 0x93, 0x34, 0x1f, 0x93, 0xa4, 0xa4, 0x4b, 0x29, 0x41, 0x45, 0x10, 0x8c, 0x40, 0x95, - 0x10, 0xb6, 0x94, 0x56, 0xa8, 0xf4, 0x17, 0x21, 0x0d, 0x52, 0xa4, 0x10, 0x24, 0x27, 0x54, 0x82, - 0x3f, 0xab, 0xd4, 0x1e, 0xd2, 0x55, 0x12, 0xaf, 0xd9, 0x5d, 0x47, 0xf5, 0x45, 0xb8, 0x05, 0x07, - 0xe0, 0x16, 0x1c, 0x09, 0x79, 0xd7, 0xee, 0x97, 0x8a, 0xe0, 0xdf, 0xec, 0xbc, 0x37, 0x3b, 0xef, - 0x8d, 0xc7, 0x0b, 0x8f, 0xbf, 0x2d, 0x13, 0x85, 0x2c, 0x58, 0xba, 0x3e, 0x17, 0xe8, 0x4a, 0xf4, - 0x63, 0xc1, 0x54, 0xe2, 0x44, 0x82, 0x2b, 0x4e, 0x9a, 0x39, 0xea, 0xa4, 0xa8, 0xfd, 0xdb, 0x82, - 0xf2, 0x04, 0x7d, 0x81, 0x8a, 0xec, 0xc0, 0xe6, 0x5c, 0xf0, 0x38, 0x6a, 0x5b, 0x1d, 0x6b, 0xbf, - 0xe6, 0x99, 0x03, 0x79, 0x0e, 0x4d, 0x1d, 0xd0, 0x35, 0x0a, 0xc9, 0x78, 0xd8, 0x2e, 0x68, 0xb4, - 0xa1, 0x93, 0xa7, 0x26, 0x47, 0x5a, 0x50, 0x5c, 0x60, 0xd2, 0x2e, 0x6a, 0x28, 0x0d, 0xc9, 0x08, - 0xb6, 0x57, 0x3c, 0x0e, 0x15, 0x15, 0xf8, 0x3d, 0x66, 0x02, 0x57, 0x18, 0xaa, 0x76, 0xa9, 0x63, - 0xed, 0x6f, 0x75, 0x9f, 0x3a, 0x37, 0x24, 0x38, 0xa6, 0xbd, 0xf3, 0x31, 0xa5, 0x4f, 0x93, 0x08, - 0xbd, 0x96, 0xae, 0xf4, 0xae, 0x0a, 0xed, 0x57, 0x50, 0xbb, 0x84, 0x49, 0x05, 0x8a, 0xbd, 0xf1, - 0x97, 0xd6, 0x06, 0xa9, 0x43, 0x65, 0x30, 0x3e, 0xa5, 0xa7, 0x3d, 0xaf, 0x65, 0x91, 0x2a, 0x94, - 0x3e, 0x0c, 0x47, 0x83, 0x56, 0xc1, 0x9e, 0x43, 0xe3, 0x53, 0x2f, 0x56, 0xe7, 0xdd, 0xfe, 0x92, - 0x61, 0xa8, 0xc8, 0x1e, 0xd4, 0x7c, 0x1d, 0x51, 0x16, 0x64, 0xde, 0xaa, 0x26, 0x31, 0x0c, 0xc8, - 0x31, 0x34, 0x33, 0x50, 0x6a, 0x19, 0xda, 0x5e, 0xbd, 0xfb, 0xe0, 0x4e, 0x8d, 0x5e, 0xc3, 0x70, - 0xcd, 0xc9, 0xfe, 0x65, 0x41, 0x75, 0x18, 0x60, 0xa8, 0x98, 0x4a, 0xc8, 0x23, 0xa8, 0xb2, 0xd9, - 0x8a, 0x0a, 0xbe, 0xc4, 0xac, 0x49, 0x85, 0xcd, 0x56, 0x1e, 0x5f, 0x22, 0x71, 0xe0, 0xfe, 0xe2, - 0x48, 0x52, 0x89, 0x62, 0xcd, 0x7c, 0xa4, 0x33, 0xdf, 0x4f, 0xbd, 0x64, 0x83, 0xdc, 0x5e, 0x1c, - 0xc9, 0x89, 0x41, 0x7a, 0x06, 0x20, 0xef, 0xa0, 0xc9, 0x67, 0xa9, 0x01, 0x6a, 0xda, 0xe9, 0xb9, - 0xd6, 0xbb, 0x7b, 0xb7, 0x34, 0x5d, 0x37, 0xe9, 0x35, 0x4c, 0x45, 0x66, 0xb9, 0x03, 0x0d, 0xbc, - 0x40, 0x9f, 0xc6, 0x12, 0x45, 0xea, 0xba, 0xa4, 0x5b, 0x41, 0x9a, 0xfb, 0x2c, 0x51, 0x0c, 0x03, - 0xfb, 0x47, 0x01, 0x88, 0xb9, 0x60, 0xca, 0x17, 0x18, 0xa6, 0xc3, 0x46, 0xa9, 0x08, 0x81, 0x52, - 0x38, 0x5b, 0xe5, 0x0e, 0x74, 0x4c, 0x8e, 0xa1, 0xa4, 0x92, 0x08, 0xb5, 0xde, 0xad, 0xee, 0xcb, - 0x3b, 0x55, 0x5c, 0xbf, 0xc4, 0xd1, 0x1f, 0x51, 0xd7, 0x90, 0x03, 0x28, 0xff, 0xbf, 0x87, 0x8c, - 0x4a, 0x0e, 0x61, 0x97, 0x05, 0x11, 0x0d, 0x98, 0xf4, 0xf9, 0x1a, 0x45, 0x42, 0x31, 0x0c, 0x22, - 0xce, 0xb2, 0x05, 0xaa, 0x79, 0x3b, 0x2c, 0x88, 0x4e, 0x72, 0x70, 0x90, 0x61, 0xe4, 0x05, 0x6c, - 0xa9, 0x54, 0xc5, 0x15, 0x7b, 0x53, 0xb3, 0x9b, 0x3a, 0x9b, 0xd3, 0xec, 0x27, 0x50, 0xd2, 0x5b, - 0xb4, 0x0b, 0xa4, 0x3f, 0x1a, 0x0e, 0xc6, 0x53, 0xda, 0xf7, 0x06, 0x27, 0x83, 0xf1, 0x74, 0xd8, - 0x1b, 0x4d, 0x5a, 0x1b, 0xf6, 0x4f, 0x0b, 0xee, 0x4d, 0xb2, 0x5f, 0xa6, 0xcf, 0x43, 0x85, 0x17, - 0x8a, 0x38, 0x50, 0x16, 0x71, 0x48, 0x67, 0x52, 0xcf, 0xa5, 0xde, 0x7d, 0x78, 0xcb, 0x45, 0xbe, - 0x04, 0xde, 0xa6, 0x88, 0xc3, 0x9e, 0x24, 0x2e, 0x54, 0xcc, 0x36, 0xc9, 0x76, 0xa1, 0x53, 0xfc, - 0xfb, 0x3a, 0xe5, 0x2c, 0xf2, 0x16, 0xca, 0x5a, 0xa5, 0x6c, 0x17, 0x35, 0xff, 0xd9, 0x3f, 0x87, - 0xec, 0x65, 0x05, 0xef, 0xdf, 0x7c, 0x3d, 0x9c, 0x33, 0x75, 0x1e, 0x9f, 0x39, 0x3e, 0x5f, 0xb9, - 0xba, 0x8c, 0x8b, 0xb9, 0x7b, 0xf9, 0x06, 0xcc, 0x31, 0x74, 0xa3, 0xb3, 0xd7, 0x73, 0xee, 0xde, - 0x78, 0x16, 0xce, 0xca, 0xfa, 0x39, 0x38, 0xf8, 0x13, 0x00, 0x00, 0xff, 0xff, 0x16, 0xbc, 0x04, - 0x43, 0x2e, 0x04, 0x00, 0x00, + // 600 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x54, 0xdd, 0x6e, 0xd3, 0x4c, + 0x10, 0xad, 0x93, 0x34, 0x3f, 0x93, 0x9f, 0xa6, 0xfb, 0xf5, 0x2b, 0x41, 0x45, 0x50, 0x8c, 0x80, + 0x4a, 0x08, 0x5b, 0x4a, 0x2b, 0x54, 0x7a, 0x45, 0x48, 0x83, 0x14, 0x29, 0x04, 0xc9, 0x89, 0x2a, + 0xc1, 0xcd, 0x2a, 0xb5, 0xa7, 0xe9, 0x2a, 0x89, 0xd7, 0xec, 0xae, 0x2b, 0xfc, 0x22, 0xbc, 0x05, + 0xef, 0xc0, 0x23, 0xf0, 0x48, 0xc8, 0xbb, 0x76, 0xfa, 0xa3, 0x22, 0xb8, 0x9b, 0x9d, 0x73, 0x66, + 0xf7, 0x9c, 0xf1, 0x78, 0xe0, 0xd1, 0xc5, 0x32, 0x51, 0xc8, 0x82, 0xa5, 0xeb, 0x73, 0x81, 0xae, + 0x44, 0x3f, 0x16, 0x4c, 0x25, 0x4e, 0x24, 0xb8, 0xe2, 0xa4, 0x99, 0xa3, 0x4e, 0x8a, 0xda, 0xbf, + 0x2c, 0x28, 0x4f, 0xd0, 0x17, 0xa8, 0xc8, 0x0e, 0x6c, 0xce, 0x05, 0x8f, 0xa3, 0x8e, 0xb5, 0x6f, + 0x1d, 0xd4, 0x3c, 0x73, 0x20, 0xcf, 0xa0, 0xa9, 0x03, 0x7a, 0x85, 0x42, 0x32, 0x1e, 0x76, 0x0a, + 0x1a, 0x6d, 0xe8, 0xe4, 0x99, 0xc9, 0x91, 0x36, 0x14, 0x17, 0x98, 0x74, 0x8a, 0x1a, 0x4a, 0x43, + 0x32, 0x82, 0xed, 0x15, 0x8f, 0x43, 0x45, 0x05, 0x7e, 0x8d, 0x99, 0xc0, 0x15, 0x86, 0xaa, 0x53, + 0xda, 0xb7, 0x0e, 0x5a, 0xdd, 0x27, 0xce, 0x2d, 0x09, 0x8e, 0x79, 0xde, 0xf9, 0x98, 0xd2, 0xa7, + 0x49, 0x84, 0x5e, 0x5b, 0x57, 0x7a, 0xd7, 0x85, 0xf6, 0x2b, 0xa8, 0xad, 0x61, 0x52, 0x81, 0x62, + 0x6f, 0xfc, 0xb9, 0xbd, 0x41, 0xea, 0x50, 0x19, 0x8c, 0xcf, 0xe8, 0x59, 0xcf, 0x6b, 0x5b, 0xa4, + 0x0a, 0xa5, 0x0f, 0xc3, 0xd1, 0xa0, 0x5d, 0xb0, 0xe7, 0xd0, 0xf8, 0xd4, 0x8b, 0xd5, 0x65, 0xb7, + 0xbf, 0x64, 0x18, 0x2a, 0xb2, 0x07, 0x35, 0x5f, 0x47, 0x94, 0x05, 0x99, 0xb7, 0xaa, 0x49, 0x0c, + 0x03, 0x72, 0x02, 0xcd, 0x0c, 0x94, 0x5a, 0x86, 0xb6, 0x57, 0xef, 0xfe, 0x7f, 0xaf, 0x46, 0xaf, + 0x61, 0xb8, 0xe6, 0x64, 0xff, 0xb4, 0xa0, 0x3a, 0x0c, 0x30, 0x54, 0x4c, 0x25, 0xe4, 0x21, 0x54, + 0xd9, 0x6c, 0x45, 0x05, 0x5f, 0x62, 0xf6, 0x48, 0x85, 0xcd, 0x56, 0x1e, 0x5f, 0x22, 0x71, 0xe0, + 0xbf, 0xc5, 0xb1, 0xa4, 0x12, 0xc5, 0x15, 0xf3, 0x91, 0xce, 0x7c, 0x3f, 0xf5, 0x92, 0x35, 0x72, + 0x7b, 0x71, 0x2c, 0x27, 0x06, 0xe9, 0x19, 0x80, 0xbc, 0x83, 0x26, 0x9f, 0xa5, 0x06, 0xa8, 0x79, + 0x4e, 0xf7, 0xb5, 0xde, 0xdd, 0xbb, 0xa3, 0xe9, 0xa6, 0x49, 0xaf, 0x61, 0x2a, 0x32, 0xcb, 0x2f, + 0x61, 0x2b, 0x96, 0x28, 0x28, 0xd3, 0xea, 0x2e, 0x18, 0x0a, 0xdd, 0xfb, 0x9a, 0xd7, 0x4a, 0xd3, + 0xc3, 0x75, 0xd6, 0xfe, 0x5e, 0x00, 0x62, 0xee, 0x99, 0xf2, 0x05, 0x86, 0x69, 0xcf, 0x51, 0x2a, + 0x42, 0xa0, 0x14, 0xce, 0x56, 0xb9, 0x11, 0x1d, 0x93, 0x13, 0x28, 0xa9, 0x24, 0x42, 0x2d, 0xbb, + 0xd5, 0x7d, 0x71, 0xaf, 0x98, 0x9b, 0x97, 0x38, 0xfa, 0x5b, 0xea, 0x1a, 0x72, 0x08, 0xe5, 0x7f, + 0xb7, 0x92, 0x51, 0xc9, 0x11, 0xec, 0xb2, 0x20, 0xa2, 0x01, 0x93, 0x3e, 0xbf, 0x42, 0x91, 0x50, + 0x0c, 0x83, 0x88, 0xb3, 0x6c, 0x8e, 0x6a, 0xde, 0x0e, 0x0b, 0xa2, 0xd3, 0x1c, 0x1c, 0x64, 0x18, + 0x79, 0x0e, 0x2d, 0x95, 0xaa, 0xb8, 0x66, 0x6f, 0x6a, 0x76, 0x53, 0x67, 0x73, 0x9a, 0xfd, 0x18, + 0x4a, 0x7a, 0x98, 0x76, 0x81, 0xf4, 0x47, 0xc3, 0xc1, 0x78, 0x4a, 0xfb, 0xde, 0xe0, 0x74, 0x30, + 0x9e, 0x0e, 0x7b, 0xa3, 0x49, 0x7b, 0xc3, 0xfe, 0x61, 0xc1, 0xd6, 0x24, 0xfb, 0x73, 0xfa, 0x3c, + 0x54, 0xf8, 0x4d, 0x11, 0x07, 0xca, 0x22, 0x0e, 0xe9, 0x4c, 0xea, 0xbe, 0xd4, 0xbb, 0x0f, 0xee, + 0xb8, 0xc8, 0x67, 0xc1, 0xdb, 0x14, 0x71, 0xd8, 0x93, 0xc4, 0x85, 0x8a, 0x19, 0x2a, 0xd9, 0x29, + 0xec, 0x17, 0xff, 0x3c, 0x55, 0x39, 0x8b, 0xbc, 0x85, 0xb2, 0x56, 0x29, 0x3b, 0x45, 0xcd, 0x7f, + 0xfa, 0xd7, 0x26, 0x7b, 0x59, 0xc1, 0xfb, 0x37, 0x5f, 0x8e, 0xe6, 0x4c, 0x5d, 0xc6, 0xe7, 0x8e, + 0xcf, 0x57, 0xae, 0x2e, 0xe3, 0x62, 0xee, 0xae, 0x57, 0xc1, 0x1c, 0x43, 0x37, 0x3a, 0x7f, 0x3d, + 0xe7, 0xee, 0xad, 0xed, 0x70, 0x5e, 0xd6, 0x5b, 0xe1, 0xf0, 0x77, 0x00, 0x00, 0x00, 0xff, 0xff, + 0xa9, 0x0e, 0xac, 0xd3, 0x35, 0x04, 0x00, 0x00, } diff --git a/gen/pb-go/flyteidl/core/security.pb.validate.go b/gen/pb-go/flyteidl/core/security.pb.validate.go index 9489149dc..965375106 100644 --- a/gen/pb-go/flyteidl/core/security.pb.validate.go +++ b/gen/pb-go/flyteidl/core/security.pb.validate.go @@ -206,7 +206,7 @@ func (m *Identity) Validate() error { } } - // no validation rules for ExecUserId + // no validation rules for UserIdentifier return nil } diff --git a/gen/pb-go/flyteidl/service/admin.swagger.json b/gen/pb-go/flyteidl/service/admin.swagger.json index 278b15fc2..2b74927a4 100644 --- a/gen/pb-go/flyteidl/service/admin.swagger.json +++ b/gen/pb-go/flyteidl/service/admin.swagger.json @@ -6016,9 +6016,9 @@ "$ref": "#/definitions/coreOAuth2Client", "description": "oauth2_client references an oauth2 client. Backend plugins can use this information to impersonate the client when\nmaking external calls." }, - "exec_user_id": { + "user_identifier": { "type": "string", - "description": "exec_user_id references the id of the user who executes the task." + "description": "user_identifier references the id of the user who executes the task." } }, "description": "Identity encapsulates the various security identities a task can run as. It's up to the underlying plugin to pick the\nright identity for the execution environment." diff --git a/gen/pb-go/flyteidl/service/external_plugin_service.swagger.json b/gen/pb-go/flyteidl/service/external_plugin_service.swagger.json index 3a28c2b28..693f74a93 100644 --- a/gen/pb-go/flyteidl/service/external_plugin_service.swagger.json +++ b/gen/pb-go/flyteidl/service/external_plugin_service.swagger.json @@ -383,9 +383,9 @@ "$ref": "#/definitions/coreOAuth2Client", "description": "oauth2_client references an oauth2 client. Backend plugins can use this information to impersonate the client when\nmaking external calls." }, - "exec_user_id": { + "user_identifier": { "type": "string", - "description": "exec_user_id references the id of the user who executes the task." + "description": "user_identifier references the id of the user who executes the task." } }, "description": "Identity encapsulates the various security identities a task can run as. It's up to the underlying plugin to pick the\nright identity for the execution environment." diff --git a/gen/pb-go/flyteidl/service/flyteadmin/api/swagger.yaml b/gen/pb-go/flyteidl/service/flyteadmin/api/swagger.yaml index 7fbc60dc5..ee4ced975 100644 --- a/gen/pb-go/flyteidl/service/flyteadmin/api/swagger.yaml +++ b/gen/pb-go/flyteidl/service/flyteadmin/api/swagger.yaml @@ -3568,7 +3568,7 @@ definitions: - "recipients_email" security_context: run_as: - exec_user_id: "exec_user_id" + user_identifier: "user_identifier" iam_role: "iam_role" oauth2_client: client_secret: @@ -3943,7 +3943,7 @@ definitions: - "recipients_email" security_context: run_as: - exec_user_id: "exec_user_id" + user_identifier: "user_identifier" iam_role: "iam_role" oauth2_client: client_secret: @@ -4134,7 +4134,7 @@ definitions: - "recipients_email" security_context: run_as: - exec_user_id: "exec_user_id" + user_identifier: "user_identifier" iam_role: "iam_role" oauth2_client: client_secret: @@ -4430,7 +4430,7 @@ definitions: - "recipients_email" security_context: run_as: - exec_user_id: "exec_user_id" + user_identifier: "user_identifier" iam_role: "iam_role" oauth2_client: client_secret: @@ -5068,7 +5068,7 @@ definitions: required: true security_context: run_as: - exec_user_id: "exec_user_id" + user_identifier: "user_identifier" iam_role: "iam_role" oauth2_client: client_secret: @@ -5868,7 +5868,7 @@ definitions: required: true security_context: run_as: - exec_user_id: "exec_user_id" + user_identifier: "user_identifier" iam_role: "iam_role" oauth2_client: client_secret: @@ -6383,7 +6383,7 @@ definitions: required: true security_context: run_as: - exec_user_id: "exec_user_id" + user_identifier: "user_identifier" iam_role: "iam_role" oauth2_client: client_secret: @@ -6787,7 +6787,7 @@ definitions: required: true security_context: run_as: - exec_user_id: "exec_user_id" + user_identifier: "user_identifier" iam_role: "iam_role" oauth2_client: client_secret: @@ -6890,7 +6890,7 @@ definitions: interruptible: true security_context: run_as: - exec_user_id: "exec_user_id" + user_identifier: "user_identifier" iam_role: "iam_role" oauth2_client: client_secret: @@ -6991,7 +6991,7 @@ definitions: interruptible: true security_context: run_as: - exec_user_id: "exec_user_id" + user_identifier: "user_identifier" iam_role: "iam_role" oauth2_client: client_secret: @@ -7125,7 +7125,7 @@ definitions: interruptible: true security_context: run_as: - exec_user_id: "exec_user_id" + user_identifier: "user_identifier" iam_role: "iam_role" oauth2_client: client_secret: @@ -7266,7 +7266,7 @@ definitions: interruptible: true security_context: run_as: - exec_user_id: "exec_user_id" + user_identifier: "user_identifier" iam_role: "iam_role" oauth2_client: client_secret: @@ -11878,7 +11878,7 @@ definitions: key: "config" security_context: run_as: - exec_user_id: "exec_user_id" + user_identifier: "user_identifier" iam_role: "iam_role" oauth2_client: client_secret: @@ -12141,7 +12141,7 @@ definitions: key: "config" security_context: run_as: - exec_user_id: "exec_user_id" + user_identifier: "user_identifier" iam_role: "iam_role" oauth2_client: client_secret: @@ -14573,7 +14573,7 @@ definitions: interruptible: true security_context: run_as: - exec_user_id: "exec_user_id" + user_identifier: "user_identifier" iam_role: "iam_role" oauth2_client: client_secret: @@ -14694,7 +14694,7 @@ definitions: interruptible: true security_context: run_as: - exec_user_id: "exec_user_id" + user_identifier: "user_identifier" iam_role: "iam_role" oauth2_client: client_secret: @@ -14818,7 +14818,7 @@ definitions: interruptible: true security_context: run_as: - exec_user_id: "exec_user_id" + user_identifier: "user_identifier" iam_role: "iam_role" oauth2_client: client_secret: @@ -14943,7 +14943,7 @@ definitions: interruptible: true security_context: run_as: - exec_user_id: "exec_user_id" + user_identifier: "user_identifier" iam_role: "iam_role" oauth2_client: client_secret: @@ -15432,7 +15432,7 @@ definitions: key: "config" security_context: run_as: - exec_user_id: "exec_user_id" + user_identifier: "user_identifier" iam_role: "iam_role" oauth2_client: client_secret: @@ -15711,7 +15711,7 @@ definitions: key: "config" security_context: run_as: - exec_user_id: "exec_user_id" + user_identifier: "user_identifier" iam_role: "iam_role" oauth2_client: client_secret: @@ -16395,7 +16395,7 @@ definitions: key: "config" security_context: run_as: - exec_user_id: "exec_user_id" + user_identifier: "user_identifier" iam_role: "iam_role" oauth2_client: client_secret: @@ -16668,7 +16668,7 @@ definitions: key: "config" security_context: run_as: - exec_user_id: "exec_user_id" + user_identifier: "user_identifier" iam_role: "iam_role" oauth2_client: client_secret: @@ -21069,7 +21069,7 @@ definitions: key: "config" security_context: run_as: - exec_user_id: "exec_user_id" + user_identifier: "user_identifier" iam_role: "iam_role" oauth2_client: client_secret: @@ -21332,7 +21332,7 @@ definitions: key: "config" security_context: run_as: - exec_user_id: "exec_user_id" + user_identifier: "user_identifier" iam_role: "iam_role" oauth2_client: client_secret: @@ -23427,7 +23427,7 @@ definitions: interruptible: true security_context: run_as: - exec_user_id: "exec_user_id" + user_identifier: "user_identifier" iam_role: "iam_role" oauth2_client: client_secret: @@ -23555,7 +23555,7 @@ definitions: interruptible: true security_context: run_as: - exec_user_id: "exec_user_id" + user_identifier: "user_identifier" iam_role: "iam_role" oauth2_client: client_secret: @@ -27903,7 +27903,7 @@ definitions: key: "config" security_context: run_as: - exec_user_id: "exec_user_id" + user_identifier: "user_identifier" iam_role: "iam_role" oauth2_client: client_secret: @@ -28166,7 +28166,7 @@ definitions: key: "config" security_context: run_as: - exec_user_id: "exec_user_id" + user_identifier: "user_identifier" iam_role: "iam_role" oauth2_client: client_secret: @@ -30287,7 +30287,7 @@ definitions: interruptible: true security_context: run_as: - exec_user_id: "exec_user_id" + user_identifier: "user_identifier" iam_role: "iam_role" oauth2_client: client_secret: @@ -34687,7 +34687,7 @@ definitions: key: "config" security_context: run_as: - exec_user_id: "exec_user_id" + user_identifier: "user_identifier" iam_role: "iam_role" oauth2_client: client_secret: @@ -34950,7 +34950,7 @@ definitions: key: "config" security_context: run_as: - exec_user_id: "exec_user_id" + user_identifier: "user_identifier" iam_role: "iam_role" oauth2_client: client_secret: @@ -41259,7 +41259,7 @@ definitions: key: "config" security_context: run_as: - exec_user_id: "exec_user_id" + user_identifier: "user_identifier" iam_role: "iam_role" oauth2_client: client_secret: @@ -41522,7 +41522,7 @@ definitions: key: "config" security_context: run_as: - exec_user_id: "exec_user_id" + user_identifier: "user_identifier" iam_role: "iam_role" oauth2_client: client_secret: @@ -44513,7 +44513,7 @@ definitions: key: "config" security_context: run_as: - exec_user_id: "exec_user_id" + user_identifier: "user_identifier" iam_role: "iam_role" oauth2_client: client_secret: @@ -50850,7 +50850,7 @@ definitions: key: "config" security_context: run_as: - exec_user_id: "exec_user_id" + user_identifier: "user_identifier" iam_role: "iam_role" oauth2_client: client_secret: @@ -51113,7 +51113,7 @@ definitions: key: "config" security_context: run_as: - exec_user_id: "exec_user_id" + user_identifier: "user_identifier" iam_role: "iam_role" oauth2_client: client_secret: @@ -53542,15 +53542,15 @@ definitions: description: "oauth2_client references an oauth2 client. Backend plugins can\ \ use this information to impersonate the client when\nmaking external calls." $ref: "#/definitions/coreOAuth2Client" - exec_user_id: + user_identifier: type: "string" - description: "exec_user_id references the id of the user who executes the\ + description: "user_identifier references the id of the user who executes the\ \ task." description: "Identity encapsulates the various security identities a task can\ \ run as. It's up to the underlying plugin to pick the\nright identity for the\ \ execution environment." example: - exec_user_id: "exec_user_id" + user_identifier: "user_identifier" iam_role: "iam_role" oauth2_client: client_secret: @@ -55439,7 +55439,7 @@ definitions: description: "SecurityContext holds security attributes that apply to tasks." example: run_as: - exec_user_id: "exec_user_id" + user_identifier: "user_identifier" iam_role: "iam_role" oauth2_client: client_secret: @@ -56169,7 +56169,7 @@ definitions: key: "config" security_context: run_as: - exec_user_id: "exec_user_id" + user_identifier: "user_identifier" iam_role: "iam_role" oauth2_client: client_secret: @@ -63375,7 +63375,7 @@ definitions: key: "config" security_context: run_as: - exec_user_id: "exec_user_id" + user_identifier: "user_identifier" iam_role: "iam_role" oauth2_client: client_secret: @@ -63638,7 +63638,7 @@ definitions: key: "config" security_context: run_as: - exec_user_id: "exec_user_id" + user_identifier: "user_identifier" iam_role: "iam_role" oauth2_client: client_secret: diff --git a/gen/pb-go/flyteidl/service/flyteadmin/model_core_identity.go b/gen/pb-go/flyteidl/service/flyteadmin/model_core_identity.go index 47b52bf9e..779e4bf60 100644 --- a/gen/pb-go/flyteidl/service/flyteadmin/model_core_identity.go +++ b/gen/pb-go/flyteidl/service/flyteadmin/model_core_identity.go @@ -17,6 +17,6 @@ type CoreIdentity struct { K8sServiceAccount string `json:"k8s_service_account,omitempty"` // oauth2_client references an oauth2 client. Backend plugins can use this information to impersonate the client when making external calls. Oauth2Client *CoreOAuth2Client `json:"oauth2_client,omitempty"` - // exec_user_id references the id of the user who executes the task. - ExecUserId string `json:"exec_user_id,omitempty"` + // user_identifier references the id of the user who executes the task. + UserIdentifier string `json:"user_identifier,omitempty"` } diff --git a/gen/pb-go/flyteidl/service/openapi.go b/gen/pb-go/flyteidl/service/openapi.go index 71804dbac..3f3a4ac23 100644 --- a/gen/pb-go/flyteidl/service/openapi.go +++ b/gen/pb-go/flyteidl/service/openapi.go @@ -78,7 +78,7 @@ func (fi bindataFileInfo) Sys() interface{} { return nil } -var _adminSwaggerJson = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\xfd\x79\x73\x23\x37\x96\x2f\x0c\xff\x3f\x9f\x02\xb7\xe6\x46\xd8\xee\xd1\xe2\x76\xcf\xf4\xdb\xa1\x89\x1b\xef\x43\x4b\xac\xb2\xae\xb5\xb5\x16\x7b\xfc\x0c\x27\x68\x30\x13\x24\xd1\xca\x04\xb2\x01\xa4\x54\x74\x47\x7f\xf7\x27\x70\xb0\x24\x72\x23\x93\x8b\x24\xaa\x9c\x33\x11\x6d\x15\x33\x13\xeb\xc1\xc1\x59\x7f\xe7\x1f\xff\x82\xd0\x07\xf9\x8c\x67\x33\x22\x3e\x9c\xa0\x0f\xdf\x1d\x7d\xfb\xe1\x40\xff\x46\xd9\x94\x7f\x38\x41\xfa\x39\x42\x1f\x14\x55\x09\xd1\xcf\xa7\xc9\x42\x11\x1a\x27\xc7\x92\x88\x27\x1a\x91\x63\x1c\xa7\x94\x1d\x65\x82\x2b\x0e\x1f\x22\xf4\xe1\x89\x08\x49\x39\xd3\xaf\xdb\x3f\x11\xe3\x0a\x49\xa2\x3e\xfc\x0b\x42\xff\x84\xe6\x65\x34\x27\x29\x91\x1f\x4e\xd0\x7f\x9b\x8f\xe6\x4a\x65\xae\x01\xfd\xb7\xd4\xef\xfe\x0f\xbc\x1b\x71\x26\xf3\xd2\xcb\x38\xcb\x12\x1a\x61\x45\x39\x3b\xfe\x9b\xe4\xac\x78\x37\x13\x3c\xce\xa3\x8e\xef\x62\x35\x97\xc5\x1c\x8f\x71\x46\x8f\x9f\xfe\x78\x8c\x23\x45\x9f\xc8\x38\xc1\x39\x8b\xe6\xe3\x2c\xc1\x4c\x1e\xff\x83\xc6\x7a\x8e\x7f\x23\x91\xfa\x27\xfc\x23\xe6\x29\xa6\xcc\xfc\xcd\x70\x4a\xfe\xe9\xdb\x41\xe8\xc3\x8c\xa8\xe0\x9f\x7a\xb6\x79\x9a\x62\xb1\xd0\x2b\xf2\x91\xa8\x68\x8e\xd4\x9c\x20\xd3\x0f\x72\x4b\xc4\xa7\x08\xa3\x13\x41\xa6\x27\xbf\x0a\x32\x1d\xbb\x85\x3e\x32\x0b\x7c\x01\xa3\xb9\x49\x30\xfb\xf5\xc8\x2e\x13\xb4\xcc\x33\x22\x60\x6e\xe7\xb1\x6e\xfd\x13\x51\x03\x68\xb6\x78\x3f\x7c\x5b\x10\x99\x71\x26\x89\x2c\x0d\x0f\xa1\x0f\xdf\x7d\xfb\x6d\xe5\x27\x84\x3e\xc4\x44\x46\x82\x66\xca\xee\xe5\x00\xc9\x3c\x8a\x88\x94\xd3\x3c\x41\xae\xa5\x70\x30\x66\xaa\x7a\x63\x71\xad\x31\x84\x3e\xfc\x6f\x41\xa6\xba\x9d\x7f\x3d\x8e\xc9\x94\x32\xaa\xdb\x95\x86\x7e\x82\xd1\x96\xbe\xfa\xe7\xbf\x34\xfd\xfd\xcf\x60\x46\x19\x16\x38\x25\x8a\x88\x62\xc7\xcd\xff\x55\xe6\xa2\xf7\x48\x77\x5e\xec\x63\x75\xe0\x95\xd9\x5e\xe1\x94\xe8\x3d\xd1\x3b\x65\xbf\x80\xbf\x05\x91\x3c\x17\x11\x41\x13\x92\x70\x36\x93\x48\xf1\xda\x1a\x50\x68\x41\x93\x57\xf5\x89\x20\x7f\xcf\xa9\x20\x7a\xaf\x94\xc8\x49\xe5\xa9\x5a\x64\x30\x48\xa9\x04\x65\xb3\x70\x29\xfe\x79\xd0\x69\x6a\x86\x2a\xd7\x98\x99\xf9\xa0\x75\x62\x23\x36\x70\xaf\x44\x98\xa1\x09\x41\xfa\x2c\xd2\x98\x08\x12\x23\x2c\x11\x46\x32\x9f\x48\xa2\xd0\x33\x55\x73\xca\xf4\xbf\x33\x12\xd1\x29\x8d\xdc\x9a\xed\xcf\xda\xc0\x9f\xcb\x57\xe6\x41\x12\xa1\x07\xfe\x44\x63\x12\xa3\x27\x9c\xe4\x04\x4d\xb9\x28\x2d\xcf\xd1\x88\xdd\xcf\xf5\x3a\xa4\x13\xca\xe0\xe4\xe9\xb5\x74\x14\xf2\x6f\x6e\xb9\xfe\x0d\xe9\xfe\x50\xce\xe8\xdf\x73\x92\x2c\x10\x8d\x09\x53\x74\x4a\x89\xac\xb6\xf6\x6f\x1c\xfa\xc7\x09\x3a\x44\x7a\x9d\x89\x50\xb0\xde\x9c\x29\xf2\x59\x49\x74\x88\x12\xfa\x48\xd0\x57\x17\x54\x2a\x34\xb8\x39\xff\xea\x00\x7d\x65\xce\x0b\x02\xde\xf4\xd5\x2b\xac\xb0\xff\xfb\x7f\x82\xa3\xa7\xf0\xac\x7a\xe8\x3e\x0c\xf4\x69\xbe\x33\x57\x43\xd1\xc2\xff\xfc\x4b\xd8\x8e\xdd\xaf\xe5\xfc\xb6\x60\xb6\x96\xd3\x76\xe5\xaf\xb0\x4c\x65\xd6\x2a\xf5\x0e\x6d\xcb\x59\x75\xbb\x55\xd6\x2a\xdf\x17\x6f\xd5\x53\x78\x69\xfe\xba\x0d\x73\xc5\x0a\xa8\x1e\x53\x66\x0e\x89\x3f\x33\x42\xea\x73\xe2\xa8\x77\x4f\x58\xca\x36\xbc\x36\x98\x59\xc0\x6e\x1d\x17\x0d\x56\x65\x0f\xe7\x9d\xd0\x94\xae\xda\xdf\x73\x16\x6b\x91\xcb\x32\x3b\x96\xa7\x13\x22\xf4\x32\x38\xb6\x07\xb3\x9d\x68\x36\xa8\x72\xc1\x48\xdc\x61\x9a\x7f\xcf\x89\x58\x2c\x99\xe7\x14\x27\xb2\x6d\xa2\x94\x29\xa2\xe5\xdb\xca\xe3\x29\x17\x29\x56\xf6\x85\x3f\xff\xfb\xba\x0b\xa1\xf8\x23\x59\xb5\xff\xe7\x66\x37\x23\x2c\x81\x0c\xd2\x3c\x51\x34\x4b\x08\xca\xf0\x8c\x48\xbb\x22\x79\xa2\xe4\x01\xbc\xa6\x65\x6a\x22\x0e\xfd\x0d\x04\x3d\xb8\x9b\x37\x97\xf0\x0b\x9a\x7a\x01\x92\x91\xcf\x0a\x5a\x1a\x31\xb8\x7b\x61\x89\xc2\x1b\xe5\x05\x96\x72\x33\x9a\x91\x5c\xa8\xf1\x64\x71\xf4\x48\x6a\xfd\xb6\x52\x0e\x66\x08\x2b\x25\xe8\x24\x57\x44\xcf\x5b\xb7\xe1\xee\x4e\x60\x8f\xe6\x82\xee\xc2\x1a\xde\x6e\xc2\x31\x15\x24\x82\xb9\xad\x73\x60\xfc\x57\x7a\xde\x5a\x7f\x59\x98\xd9\x3f\x92\x05\xc8\x23\x0d\x2b\xe0\xb7\x7c\xc4\x46\x0c\x1d\xa2\xb3\xe1\xdd\xe9\xf0\xea\xec\xfc\xea\xd3\x09\xfa\x7e\x81\x62\x32\xc5\x79\xa2\x0e\xd0\x94\x92\x24\x96\x08\x0b\x02\x4d\x92\x58\xcb\x1c\x7a\x30\x84\xc5\x94\xcd\x10\x17\x31\x11\x2f\xb7\x8c\x95\xa7\x84\xe5\x69\xe5\x5e\x81\xdf\x8b\xd1\x57\xbe\xd0\x22\x86\x7f\x54\x7a\xf2\x3f\xb5\x05\x86\x19\xeb\xbe\x83\xd6\x5e\x4d\xa8\x89\xe6\x34\x89\x05\x61\xc7\x0a\xcb\xc7\x31\xf9\x4c\xa2\xdc\xdc\xc9\xff\x28\xff\x30\xd6\x92\x29\x8f\x49\xf9\x97\xd2\x3f\x0a\x51\x68\xed\x4f\xbd\x96\xba\xf6\x97\xa0\xd3\x76\xfb\x0e\x7e\xa1\x71\xe3\xdb\xf0\xcb\x8a\x39\xb8\x77\x96\x0c\xd6\xbd\xd2\x3a\x2a\xf7\x82\x95\xf8\x1a\xdf\x11\x44\x89\xc5\x18\x2b\x45\xd2\x4c\xad\xa9\xaf\x63\x94\x68\xb9\x72\x99\x1c\x79\xc5\x63\x32\x74\xfd\xfd\x8a\x8c\x38\x4b\x62\x34\x59\x58\xae\x35\x25\x82\xb0\x88\xb4\xb7\x70\x8f\xe5\x63\xd1\xc2\x2a\x61\xb4\xd4\x9f\xfc\xc8\x85\xfe\xfc\x3d\x08\xa4\xa5\x81\xbf\x86\x4c\xba\xe9\x89\xfb\xe2\x2c\x04\x1b\xf2\x8f\xde\x9e\xb0\xfd\x4a\x76\xb5\x3e\x70\x81\xe4\x42\x2a\x92\xae\xb4\x43\xbc\x9f\x85\xb0\x17\xc4\xbe\x0e\xb8\x72\x47\xfd\x0e\x4e\x7d\xf9\xc6\xed\x8f\xf7\x1a\x4b\xb6\x2b\x2b\xe2\xbe\xcf\xd3\xf9\x70\x96\x4f\xf5\xce\x6d\x5f\xe0\xc4\x78\x17\xd3\x2c\xc9\x82\xbb\x1e\xe4\x0b\x99\x1b\x5a\xf7\xca\xad\xf6\x18\x06\xb0\x42\xd1\x2c\xdb\xa1\xfd\xf9\xd3\x9f\x86\x16\x1a\x63\x8e\x53\x73\x2a\x03\x63\x15\x8a\xb8\x30\xb2\x60\x6c\xcf\xbb\xd1\x35\x07\xf7\x83\xbb\xe1\xfd\x09\x1a\xa0\x18\x2b\xac\x0f\xb8\x20\x99\x20\x92\x30\x05\x7a\xbc\xfe\x5e\x2d\x50\xca\x63\x92\x18\x8d\xf3\xa3\x96\x7c\xd1\x19\x56\xf8\x14\x2b\x9c\xf0\xd9\x11\x1a\xc0\x3f\xf5\xc7\x54\x22\x9c\x48\x8e\xb0\x23\x2b\x12\xbb\x26\x30\x8b\x1d\x6b\xc1\x28\xe2\x69\x46\x13\x6f\x83\xf7\xc6\x15\xca\x62\xfa\x44\xe3\x1c\x27\x88\x4f\x34\x57\xd1\x1a\xf2\xf0\x89\x30\x95\xe3\x24\x59\x20\x9c\x24\xc8\x76\xeb\x5e\x40\x72\xce\xf3\x24\xd6\xed\xba\x51\x4a\x9a\xd2\x04\x0b\xad\x82\x9b\xd1\x5e\xdb\xb6\xd0\xfd\x9c\xf8\xb1\xc2\xb8\xf4\x6a\xa6\xf8\x91\x48\x44\x15\xca\xb8\x94\x74\x92\x14\x67\xfe\xe1\x1c\xc1\xb8\x4f\x2f\xce\x41\x9f\x8f\x14\xe2\x86\x87\xba\xce\xad\xfd\xc6\xf5\x98\x62\xc6\x08\x74\xcc\xd5\x9c\x08\xdb\xbd\x7d\xf9\xad\x55\xf3\x87\xab\xbb\x9b\xe1\xe9\xf9\xc7\xf3\xe1\x59\x5d\x37\xbf\x1f\xdc\xfd\x58\xff\xf5\xe7\xeb\xdb\x1f\x3f\x5e\x5c\xff\x5c\x7f\x72\x31\x78\xb8\x3a\xfd\x61\x7c\x73\x31\xb8\xaa\x3f\xb4\x64\xd5\x59\xcd\x0f\x47\xb6\xe6\xd9\xea\x6d\x9a\x2f\x65\xd3\x3c\xf8\x72\x8d\x9a\x53\x9a\x80\x0e\xda\xd9\xa0\xe9\x6d\x08\xf6\x4b\x94\x61\x29\x8d\x64\x64\x46\x70\x34\x62\x97\x5c\x68\x06\x36\xe5\x9a\x47\x68\xe9\x49\x89\x3c\x52\x94\xcd\xfc\x47\x27\x68\x94\x7f\xfb\xed\x9f\xa2\x0b\xca\x1e\xe1\x2f\xb2\x8f\x8b\xd3\x5b\x7c\x7b\x8b\xef\xef\xcb\xe2\xab\x45\x9f\xe3\xd0\xd0\xbb\xdb\x90\x21\x2d\x5c\xb0\x2c\x57\x20\x4a\xf0\x5c\xe9\x3f\x75\x97\x40\x1e\x4b\x02\x87\xba\x19\x14\x3f\x11\xe5\x5f\xd4\xa2\xcd\x7b\xb0\x23\xfe\xcc\xc5\xe3\x34\xe1\xcf\x7e\xe0\x9f\x88\xd2\x63\xbf\xb5\xbd\xf4\xa1\x44\x7d\x28\xd1\xdb\x86\x12\xed\x95\x31\xef\xe5\x99\x5f\xd9\xf2\x67\x38\x60\x8b\x27\xab\xd5\x51\xd5\xe2\x87\x0a\xdc\x4c\xaf\xc2\x35\xcb\xce\x9c\x15\x9c\xb3\xf4\xf2\x7b\xe1\x9e\xa5\x41\xbf\x3e\xe7\xfc\x5d\xf8\x5b\x7a\x77\xca\x86\x0b\xf5\x2e\x19\x6c\xc7\xbb\xe3\xd5\x9c\x21\x2f\xcf\xf0\x6b\xb1\x0d\xeb\x04\x33\xac\x11\xbd\xd0\x39\x5c\x61\x45\x7c\x42\x63\x40\x42\x53\x04\x42\x3d\xe4\xa0\x31\xc6\x60\xbb\xa0\x82\x4d\xef\xa6\xee\x61\x02\x9f\x88\x2a\xbd\xfc\x5e\xee\xa6\xd2\xa0\x5f\xff\x6e\xfa\x9d\x46\x07\xf4\xe1\x00\x2f\xb8\x74\x5f\xfa\x8d\xb6\xbf\x0e\xff\xdf\x81\x87\xbf\x77\xe9\xaf\xb5\x46\x5f\x96\x0f\xff\x4b\x75\xda\xbf\x4f\x2f\x7d\xef\x96\xef\xdd\xf2\x6f\xe1\x3f\x79\x7f\x6e\xf9\x97\x55\x4f\x8b\xe3\x35\x76\xb4\x60\xf5\xb5\xe0\x50\xfe\xb3\x83\x93\x06\xfe\x72\x2a\xdf\xba\x41\xe3\xad\x3a\xdc\x59\x31\xbe\x21\x1c\xa1\x5f\x2d\x21\xad\x50\xe7\x6a\xdf\xbd\x07\x75\xae\x3e\xe8\x97\xd7\xe1\xde\x8c\xf9\xbe\xd0\xe5\xf9\x4e\xd8\xc0\xfa\xb7\xe5\x17\x2c\x93\xf7\xb2\xf8\xcb\x67\xe3\xef\xcd\x84\xde\x8f\xec\xfd\x06\x17\x6f\xc7\x5b\x77\xe7\x39\x59\x0d\xd7\x6c\x70\x3b\xad\xca\xb0\xaa\x7e\x4d\x89\xfc\xee\x5d\xde\xb7\xaf\x91\x64\xd5\x5f\xb8\xfd\x85\x6b\x9b\xea\x2f\xdc\x2f\xf8\xc2\xdd\x3b\xf8\x9b\xbd\x89\x00\xed\x83\xc8\x7b\x60\x8c\x3e\x86\x7c\x87\x8b\xd3\xc7\x90\xf7\x31\xe4\xbf\xb3\x18\xf2\x6d\xb4\xa7\x4d\xb1\x28\xdf\x42\x8f\xea\xd5\xa8\x5e\x8d\x0a\x7f\xef\xd5\xa8\x5e\x8d\xea\xd5\xa8\x2f\x1c\x45\xb4\xd7\xa1\xba\x2f\x44\xaf\x43\x75\x5e\xaa\x5e\x87\x5a\xb2\x38\xbd\x0e\xd5\xeb\x50\xbf\x2f\x1d\x8a\x3c\x11\xa6\x24\x24\xa3\x85\x1a\xc5\x87\x8c\xcb\x76\x4d\x28\xe4\x0e\x0d\x5a\x10\xb4\x59\x4e\x0a\x83\xc0\xa5\x5f\xd1\x1c\x4b\xc4\xa3\x28\x17\x95\x33\x50\xd5\x83\x4e\x05\xc1\x8a\x40\x0b\xfa\xc3\xf7\xa0\xff\xd4\xa7\xfb\x5a\x31\xf8\x13\x1e\xd7\xa8\xdd\x1c\x84\xa6\x27\xcb\xe5\x91\x9d\x4d\xfd\xef\x39\xe9\xa6\xfe\xbd\x20\x51\x2b\x2c\x1f\x77\x4c\xd4\xa5\x5c\x8b\x8d\x88\x1a\x5a\x78\x2f\x44\x5d\x9f\xee\xef\x86\xa8\x9b\xa6\xbe\x0f\x44\xfd\x6c\xf3\xf8\x77\x4c\xd8\x35\x78\x80\x8d\x88\xdb\xb7\xf2\x5e\x08\xbc\x79\xda\xbf\x1b\x22\x6f\x9b\xfe\xdb\x12\xba\x4f\x91\xec\x4c\xe2\xf7\x82\xce\x66\x5a\xcd\x00\x0d\x4f\x93\xe2\xea\x1a\x41\x45\x52\xe0\x4a\xb2\xf6\xaf\xbe\x07\x92\xf6\x83\x35\x63\xff\xdd\xd0\x72\x6d\xde\x7b\x42\xc4\xc7\x82\x44\xfc\x09\xea\x85\x75\x23\xe6\x5b\x02\x14\x0c\xfc\x3a\x13\xe4\x89\xf2\x5c\x26\x8b\x43\x91\x33\xe4\x98\x3f\xf2\xcd\x1b\x6b\xf5\x33\x4d\x12\xc4\x99\xd6\xbf\x14\x16\xca\x3d\xd6\xfa\xb7\xe0\x29\x9c\x8a\x04\x4b\x85\x1e\x19\x7f\x66\x68\x8a\x69\x92\x0b\x82\x32\x4e\x99\x3a\x1a\xb1\x73\x86\x6e\xcd\x18\x21\x6f\xe0\x00\xe5\x52\x9f\xa5\x08\x33\xc6\x15\x8a\xe6\x98\xcd\x08\xc2\x6c\x61\x13\x70\x0b\xca\x40\x5c\xa0\x3c\x8b\xb1\x56\x7c\xe7\xa4\x1a\xa5\xe7\xc7\x08\xe6\x3b\x2a\x11\x95\x88\x7c\x56\x82\xa4\x24\x59\xe8\x3e\x34\xed\x2b\x8e\xec\xfa\x98\xa1\xda\x74\x3e\x22\x04\x17\x12\x32\x0e\x26\x8b\xdf\x30\x53\x94\x11\x04\x8a\x92\x34\xa6\xb9\x43\x74\xc1\x25\x98\x6d\x7e\xfc\x8b\x44\x51\x92\x4b\x45\xc4\x01\x9a\xe4\x33\xa9\x35\xc5\x2c\xc1\x6a\xca\x45\xaa\x47\x48\x99\x54\x78\x42\x13\xaa\x16\x07\x28\xc5\xd1\xdc\xb4\x05\x6b\x20\x0f\x46\x2c\xe6\xcf\x4c\x2a\x41\xb0\xef\xdd\x3d\x44\x5f\x87\xcf\x0c\x01\xc8\x6f\x0e\x20\xed\x90\xa6\x5a\xdd\x0d\x86\x5f\xec\xb8\xd9\x13\xdd\x08\x89\xd1\x84\x44\x38\x97\xd6\xc3\xa0\xc4\x02\x91\xcf\x73\x9c\x4b\xd8\x3b\x3d\x3d\x9b\xb3\x11\xf1\x34\x4b\x88\x22\x88\x4e\x91\x12\x94\xc4\x08\xcf\x30\xd5\x4b\x77\x47\x96\x80\xa0\x7b\xa2\xb7\x1b\x68\xa9\xfe\x57\x50\xbf\x53\x2e\x08\x8a\x89\xc2\x34\x59\xea\x75\xb2\xdf\xf6\x5c\xee\x3d\x71\xb9\xf2\x86\xef\x05\x9b\x33\x20\xfe\x3b\xb8\xb4\x99\x35\xdd\x47\x38\xd9\xf2\xfe\xbe\xb5\x83\xea\x69\xfb\x7d\xd1\xb6\xd9\xb5\xfd\x21\xee\x57\x8b\xc1\xee\x5e\xd1\xa2\xa8\x66\xf1\xae\x68\xfa\x35\xc2\x02\x7a\x87\x73\xef\x70\x6e\x5d\x99\xf7\xe9\x70\xde\x1b\x8f\x51\xef\x73\x7e\x21\x9f\x33\x95\xbd\xd3\xb9\x77\x3a\x77\x5d\xa0\xde\xe9\xdc\x3b\x9d\xdf\xaf\xd3\xf9\x25\x71\x9f\x77\x8a\xee\xfc\xae\x44\xeb\x5e\xac\xee\xc5\xea\x1e\xc2\xd9\x4f\x6d\x57\x2c\xcc\x7d\xfd\x21\x26\x09\x51\xa4\xdd\x9e\x45\x44\xaa\xb5\x05\x73\x3d\x53\xa6\xe5\xb8\x99\x20\x52\x6e\xcb\x90\x7c\xc3\xef\x93\x2d\xf9\xe1\xf7\x50\xf3\x3d\x9f\xea\xf9\xd4\x26\x53\xdb\x1f\xd3\x6c\x70\x98\x5f\xcb\x36\xeb\xf9\x6f\x96\xb7\x4b\x7f\x0f\xc6\x0d\x59\xf8\x45\x0d\x85\x6b\xa9\x5d\x71\x7f\xb8\x2d\x9d\x6f\xc9\x8f\x4d\x5f\xef\x93\x19\x9b\xb1\xf7\x9c\xb8\xe7\xc4\x3d\x27\x7e\xdf\x9c\xd8\x9d\xe4\x37\x75\x91\x19\x3f\xdd\x38\x4b\x30\x1b\xd3\x58\x1e\xff\xa3\xd0\xe5\x5f\xca\x43\xa6\x0f\x54\x6c\x52\x4c\x7d\x4a\xa7\xf8\x55\x7f\x92\x14\x06\x73\x8f\x99\xb9\xc2\x89\x66\x6c\xec\x37\x09\x66\xe7\xf1\xbb\xf0\xa3\x35\xce\xfe\x35\x7c\x6a\xdb\xf0\x71\xac\xc0\xd3\x81\x29\x33\x26\xbc\x22\xaf\xb6\x64\xa0\xdc\x8f\x13\xbe\x0d\x57\x0f\x26\x16\x30\x76\xc7\xaf\x83\x45\xd9\xbf\x69\xf7\x7e\x9d\x3e\x97\xb0\xf7\x5c\x74\x9c\x70\xef\xb9\xd8\x5f\xcf\xc5\x5b\xb9\x23\x5f\xf9\x78\xbe\x96\x58\xd7\x3d\x08\xdf\x44\xab\x41\x50\x6b\x9e\x25\x1c\xc7\xcb\x5c\x31\x85\xe0\x15\x82\xa3\xac\x8c\xc4\x2f\x3e\x7b\x0f\xc2\x5a\x31\xda\xdf\x59\x24\x5f\x7d\xe2\xfb\xa2\xa5\xbc\x62\x28\x5f\x33\x89\xaf\xa1\x92\xbc\x0f\xfc\xd4\x62\xbc\x7d\x68\x5f\x6f\x51\x7a\x7b\x8b\x52\x1f\xda\xd7\xab\x80\x7b\xa6\x02\xf6\xa1\x7d\x7d\x68\x5f\xaf\x20\x2f\x9f\x76\xaf\x20\x7f\x11\xa1\x7d\x9d\x44\xed\x17\xc4\xde\xdc\x5e\xe8\xee\x65\x6e\xf7\x5e\x2f\x73\xf7\x32\xf7\x17\x2a\x73\xef\xc7\x0a\xf7\x02\x77\x2f\x70\xf7\x02\x77\x2f\x70\xf7\x02\xf7\xce\x97\xb1\x17\xb8\x5f\xb3\x40\x67\xb3\xd4\xbd\x22\xc9\xe6\xbd\xfa\x72\x7a\x71\xbb\x17\xb7\xf7\x5b\xdc\xde\x9b\x09\xbd\x9f\x32\x8f\xdd\xe6\xd3\x17\x29\xef\x8b\x94\xf7\x45\xca\x5f\xbc\x48\xb9\xfb\xba\x43\xc6\x87\x3d\x5c\x0a\xab\x5c\x1a\xc0\x47\x41\x66\x54\x2a\x60\xff\x5d\xe4\x95\xd5\x89\x1e\xef\x55\x4e\xe9\x53\x3d\xfc\xd3\x5e\x6a\xe9\xa5\x96\xdf\xa9\xd4\xb2\x47\xb1\x60\x7b\x91\xb1\x92\x62\x15\xcd\xf1\x24\x21\x63\x6f\xf4\x91\x5d\xf5\xe0\x0b\x2a\x95\x44\x51\x2e\x15\x4f\xdb\x2f\x97\x4b\xd7\xc3\xc0\x77\x70\xca\xd9\x94\xce\x72\x73\xb7\x18\x70\xce\xe0\x44\x17\x92\xe0\x22\x23\xab\x3c\x55\x0d\xad\xbf\x8b\x6b\xa9\x79\xe8\xaf\x75\x3b\xad\x23\xb8\x17\x46\x3e\x2b\x75\x6b\x59\x6b\x7c\x3b\xbc\xbb\x7e\xb8\x3d\x1d\x9e\xa0\x41\x96\x25\xd4\xd8\xdd\x0d\x29\xd0\xdf\xf4\xa4\x90\xc2\xf2\xb1\xd8\x4b\x61\xc8\xdc\x60\xd8\x82\xa1\x5f\xcb\xc6\xe8\x10\x9d\x5e\x3c\xdc\xdd\x0f\x6f\x5b\x1a\xb4\x84\x02\x79\xab\x24\xcd\x12\xac\x48\x8c\x1e\xf3\x09\x11\x8c\x68\x69\xc7\x22\xdd\x16\xe6\x7f\xd3\xe8\xf0\xbf\x86\xa7\x0f\xf7\xe7\xd7\x57\xe3\xbf\x3e\x0c\x1f\x86\x27\xc8\x51\x9c\x6e\x56\x8f\x4b\x8f\x22\x5e\x30\x9c\x6a\x0d\x44\xff\x50\x64\xca\xfe\x3d\x27\x39\x41\x58\x4a\x3a\x63\x29\x01\x44\xe0\x52\x8b\x6e\xc0\x17\x83\xef\x87\x17\xe5\x96\xe7\x24\x84\xdf\x45\x09\x9e\x90\xc4\xfa\x23\xc0\xc4\xae\x09\x3d\x80\x2a\x36\x8e\x8a\xdc\xac\xea\x5f\x1f\x06\x17\xe7\xf7\xbf\x8c\xaf\x3f\x8e\xef\x86\xb7\x3f\x9d\x9f\x0e\xc7\x56\xaa\x3c\x1d\xe8\x7e\x4b\x3d\x59\xe1\x13\xfd\x3d\xc7\x89\xd6\x4e\xf8\xd4\xe1\xf1\xa2\xe7\x39\x61\x28\x67\x40\x71\x46\xe5\xd1\x7a\x90\xef\x54\x9f\x32\x33\xa3\x9b\x8b\x87\x4f\xe7\x57\xe3\xeb\x9f\x86\xb7\xb7\xe7\x67\xc3\x13\x74\x47\x12\x50\x0a\xdc\xa2\xc3\x2e\x66\x49\x3e\xa3\x0c\xd1\x34\x4b\x88\x5e\x0d\x6c\xb3\x89\xe7\xf8\x89\x72\x61\x8f\xee\x8c\x3e\x11\x66\xd6\x11\xce\x2c\xb4\xef\x84\xef\x71\xb0\x74\xd7\x57\x1f\xcf\x3f\x9d\xa0\x41\x1c\xfb\x39\x48\x68\xa3\x44\x39\x0e\xd6\xf9\xb0\x3c\x6c\xcd\x1c\xa0\x7b\x43\x44\xfc\x89\x08\x41\x63\x52\xa1\xa3\xc1\xdd\xdd\xf9\xa7\xab\xcb\xe1\xd5\x3d\xac\x98\x12\x3c\x91\x68\xce\x9f\xc1\x94\x0d\x33\x04\x0b\xf7\x13\xa6\x09\x74\xe6\x36\x8b\x33\xf4\x3c\xa7\xe0\xfe\x00\x60\x66\xdf\xb3\xd1\xcf\x44\xce\xde\xdc\x3a\x5b\x3a\x78\x75\xb5\xa5\x7a\x92\xea\x6f\x54\x8e\xc5\xb2\x17\x4a\x54\x5e\x7f\x71\x15\xb5\xd6\xbf\xa8\x90\x5b\xbb\xb2\x56\xa3\x97\xf6\x99\x16\x7b\xdd\x59\x57\x2b\xaf\xe1\xeb\x5d\xb3\x44\x09\x1a\xc9\x97\x85\x7a\x12\x39\x53\x34\x25\xc8\x76\x66\x0f\xe7\x0e\xe1\x9f\x2e\x4d\xc3\xef\xe1\x82\xad\x95\x72\xf8\x44\x94\x1d\x7e\xaf\x02\xf6\x2a\xe0\x7e\xa8\x80\xef\x2d\xdb\x3f\x26\x59\xbd\xc3\xca\xc4\xe0\x1d\xe3\xf5\xaa\x05\x69\x18\x7b\xa2\xb5\xa8\x26\xe4\x89\x24\x20\xe5\x29\x81\xb5\xd2\x68\x65\x97\x89\x20\xf8\x51\x0b\x7c\x31\x7f\x0e\x25\x97\x06\xe4\x7e\xb4\x9b\x5b\xb8\x4b\x10\xc7\x9f\xbe\x7b\xbd\xcb\x42\x2f\x77\xfc\x1a\x25\xbc\x6f\x21\x48\x66\x29\x46\x60\x90\x60\xff\xab\xb5\x04\xaf\xb8\x2d\x82\x2f\xde\xc3\x45\x11\x0e\x77\x8f\xb4\xae\xdb\x50\x09\x76\x2c\x34\x25\x0a\xc7\x58\x61\x7d\x68\x66\x44\x1d\xa1\x6b\x06\xcf\xee\xb1\x7c\x3c\x40\xee\xca\xd3\x6c\xa5\xb0\x32\xbc\x42\x6a\xfd\x3b\x31\xe0\xaf\xcf\xc7\xfb\xeb\xbb\xbf\xbe\x9b\x57\xa6\x0f\xf3\x6c\x59\xe1\x5d\x5d\x8c\x6b\xf9\xbc\x76\x77\x7f\x99\x16\xdf\xef\x15\xf6\xba\x4e\xae\x9d\x5e\x68\xa6\x72\x56\x7f\x5b\x99\xff\xeb\x6f\xab\xfe\xb6\xea\x6f\xab\x3d\x58\xe1\x37\x77\x18\x36\x70\xf7\x37\xf5\x18\xae\xd2\x4e\x37\x86\xbc\x2b\xb4\xd1\x75\x40\xef\x7e\xed\x8a\x6d\x57\x7c\x43\xdf\x87\x8f\x30\x98\xe4\x6b\xa4\xb5\xed\xf4\x32\x37\xf9\x22\xbd\x7e\xfa\x82\x37\x7e\x8f\x40\xb8\x53\x04\xc2\xfd\x98\xeb\x8b\xa4\xc0\xbd\x8d\xc5\xf4\xed\xd3\xde\x7a\xa8\xc1\x3e\xb1\xab\x4f\xec\x82\xdf\x7b\xa8\xc1\xdd\x51\xeb\xcb\x4a\xd7\x3c\x26\xe3\x4a\x94\x80\xff\xe7\xb8\xea\xf9\x29\x3d\x09\xdd\x40\xa5\x07\x45\xa6\x1b\xb4\x4e\xe3\x5d\x16\x91\xba\xe2\x31\xe9\x1c\x49\x50\x7a\x79\xcf\x65\x70\x37\x4f\x23\x8b\x97\x06\xfe\xc2\x92\x78\xcb\x96\x7f\x89\x86\x9d\x06\x02\xee\xad\x3c\x2b\x17\xea\x4b\x8d\x2f\x28\x38\xd4\x3b\xf2\x54\x74\x63\xe3\x2e\xa6\x71\xdc\xc2\xcc\x9b\x9f\x7b\x96\xde\xfc\xf8\x65\x30\x83\xba\x73\x74\x30\xab\x84\x6f\xbf\x0f\xbb\x4a\x38\xe2\xd7\xb0\xac\x2c\xdd\xfb\x2f\x8e\xab\x2f\xa3\xe4\x9e\xb7\x77\x5c\xae\x2f\x95\xc3\xf7\x10\x3f\xcb\x6c\x1d\x3d\x86\x4e\x6f\x6a\xd9\x9f\x09\xf7\xa6\x96\x77\x6d\x6a\x31\x2e\xda\x71\x86\x05\x61\xaa\x41\xa4\xae\x5e\x27\xf0\x7a\x88\xb9\xe0\xa4\x0e\x68\x00\x69\x89\x16\xd9\x0b\xd9\x5f\x55\x5f\x96\xed\xc5\x0a\x06\x41\x26\xe4\xf1\x3f\x8a\xbf\xbd\xb0\x5e\xaa\x00\xb1\x24\x3a\xc9\x60\xfd\x4b\x7d\x47\xe7\x36\x50\x69\xfb\x5c\x49\xac\x4a\xa2\x20\x04\x51\xaf\x8c\x67\xba\x31\x6f\xbf\xaf\x14\xc9\xda\xa0\x5f\x37\xb6\xa9\xbe\xf1\xdd\x0e\x90\xdb\x19\x6a\xd2\xfd\x82\x9c\x32\x2d\x8d\xf2\x69\x71\x31\x48\xf4\x4c\x93\x04\x10\x45\x20\xe3\xb1\xed\x06\xf8\xdd\x45\x3c\xb4\xee\xfc\x9b\xc6\x3d\x34\x71\x87\x26\x96\xd0\xc5\x9e\xba\xab\x9c\x69\x47\x6c\x90\xce\x0a\xda\xd0\x0a\x03\xec\x97\xc1\x09\x3e\x11\xf5\x5a\x6c\x60\xd3\xb3\xbf\xf4\xdc\x0b\x32\x25\x82\xb0\x88\xec\xa1\xb7\x7d\x9d\x30\x90\x9f\xcd\x24\x6d\x0c\x88\x87\x12\x08\xa7\xaa\xb8\xd5\xd3\x4a\xa2\x6e\x9f\x49\xde\x67\x92\xf7\x99\xe4\xd5\xa3\xde\x67\x92\xf7\x99\xe4\x8d\x39\x10\x31\x49\x88\x22\xad\x52\xc5\x19\x3c\x7e\x2b\xa9\xc2\xf4\xfe\x65\x08\x16\x66\x2e\xbd\x6c\xf1\xbb\xd1\x2c\xdc\x86\xef\x85\x66\x61\xce\xda\x2a\xf3\x43\xe9\xc7\x86\x10\xeb\x57\x37\x49\x6c\xc2\x34\x4a\x76\x89\x33\x78\xfd\x5d\xb2\x8e\xea\xd0\x7b\x1b\x05\x0a\xb6\xee\xe5\x38\x49\xed\x08\x74\x9b\xb8\xf5\x18\xbe\xdf\x79\xef\x0b\x07\x6d\xa3\xfb\x7d\xe5\xa3\x1b\x27\xa5\xec\x8b\xc5\xe6\x0b\xe2\x91\xbd\xf5\xe6\x8d\x73\x25\x6a\xcc\xf0\xdd\x4e\xb7\x37\x56\xf5\xc6\xaa\xde\x58\xd5\x1b\xab\x7a\x63\x15\xea\x8d\x55\x6b\x1b\xab\xbe\x20\x99\xaa\x37\x5c\xf5\x62\xd5\xee\xa6\xbb\xaf\x5a\xe6\x3e\x59\xeb\x3a\xa3\xa4\x17\x39\x54\x2b\x23\xef\xed\xb4\x7f\x5d\x11\x72\x7f\xe3\x46\xf0\x7e\xf8\x95\x7c\x69\x96\xb4\x4d\x60\xb1\xdb\xd1\x2f\x36\xae\xb8\x2f\x1d\xda\xb8\x56\x7d\xd8\xf3\x92\xc5\xe9\xc3\x9e\xfb\xb0\xe7\xbd\x0b\x7b\xde\xb9\xb2\x92\x71\xb9\x0c\x90\xc8\x94\xce\x5a\x9a\xff\xec\xee\x6c\x48\x34\x02\x52\x30\x28\xc7\x31\xc9\x12\xbe\x00\x4b\xca\x92\xeb\xdc\x75\x71\x53\x93\xa8\xf7\xfd\x46\x77\x23\x7f\x2d\x9d\x63\x5f\x64\xd2\x62\xde\x7b\x21\x85\x1e\xff\xa3\x92\xce\xdf\x09\x2f\x93\x21\xf2\x99\x4a\xb8\x95\x56\x13\xf6\x88\x35\x3f\x09\x4a\x17\xda\x7b\x70\x92\xab\x20\x77\x4f\x6a\xc1\x2a\x23\x42\x2d\x82\x37\x49\x9a\xa9\xc5\x7f\x8e\x18\x55\xde\xc3\x46\x67\x8c\x0b\xc3\xd5\xf4\xc7\x73\xcc\xe2\x84\x08\x7d\xa9\xba\x76\x22\xcc\x18\x57\x20\x6e\xc0\x0c\x62\xf4\x44\xb1\x11\x4e\x06\x37\xe7\x9d\xfd\xcc\xef\xe8\x74\xbd\x76\xb1\xba\x15\x77\xdd\xa7\x84\x4f\xa0\x82\x65\x5e\xd6\xe9\x75\x03\xbd\x67\xb4\xb4\x73\x6f\xc5\x10\x14\x96\x8f\x55\xe0\x90\x72\x16\xfa\x78\x29\x94\xc8\x8a\x77\x4b\x18\xf3\xcb\x5f\xad\xc0\x8d\x94\x9f\x59\x00\x12\x78\x0c\x43\xae\x8e\xc3\xfd\x18\x76\xe8\x7e\x2b\x5a\x76\xbf\xb8\xd2\xdd\xf0\xa3\x20\x4a\x2c\xc6\x58\x29\xcd\x64\x76\x89\x71\x72\x8f\xe5\x63\x67\x8c\x93\xd2\xcb\x7b\xce\x72\x4a\x18\x27\xe5\x81\xbf\x38\xcb\xe9\x48\x9d\x2b\x38\xd3\xfb\xcb\x8f\xef\x7a\xd6\xd6\x98\xf8\xef\x25\x57\xbe\x1b\xef\x59\x65\xa6\x7d\x8f\x79\xf3\xcb\x98\xe9\xde\x8c\xb0\xc2\xcf\xbf\xc4\x93\x5b\xbe\x9d\xfa\x23\xba\x6c\x8d\xbe\xb8\x42\xb8\x15\xa1\x63\xc5\xdc\xde\x49\x41\xdc\xaa\xdc\xb4\xeb\x51\xbd\x8c\x99\x3b\xd8\x8d\x75\x62\x80\xce\xcb\x68\xe5\xfe\x0c\xb9\xa8\xa0\xa2\xf4\xec\x1c\x12\xad\xa9\x0c\x13\xe2\x23\x2e\x8c\xe4\x15\xdb\x33\x6b\xcc\x76\x06\xcc\xf7\x04\x0d\x50\x6c\x6b\xf3\x0b\x92\x09\x22\x09\x53\x46\xd5\x36\xf5\xae\x5c\x79\x7f\xca\xac\x85\xe8\x0c\x2b\x7c\x8a\x15\x4e\xf8\xec\x08\x0d\x7c\x61\x7f\x2a\x11\x4e\x24\x47\xd8\x11\x0e\x89\x5d\x13\x98\xc5\x8e\x3d\x60\x14\xf1\x34\xa3\x89\x47\x6a\xf7\x56\x7c\xca\x62\xfa\x44\xe3\x1c\x27\x1e\x19\x7b\xc4\x86\x4f\x84\xa9\x1c\x54\x38\x9c\x24\xc8\x76\xeb\x5e\x08\xf4\x73\x37\x4a\x49\x53\x9a\x60\x81\x14\xb7\xa3\xbd\xb6\x6d\xa1\xfb\x39\xf1\x63\x75\x28\xe0\x28\xc5\x8f\x44\x22\xaa\x50\xc6\xa5\xa4\x93\xa4\x38\xc6\x0f\xe7\x08\xc6\x7d\x7a\x71\x0e\xa6\xd1\x48\x21\x6e\xf8\xa0\xeb\xdc\xfa\x09\x5c\x8f\x29\x66\x8c\x40\xc7\x5c\xcd\x89\xb0\xdd\xdb\x97\xdf\xda\xca\xf9\xd6\x18\xd1\xed\x16\xd3\x70\x64\x6f\xa7\x74\x76\xd6\x38\xbb\xaa\x9b\xdd\x74\xcd\x76\x45\xf3\x05\xbc\xb4\xdd\xb5\xc1\x0b\x2a\xcb\xea\xe0\xbb\x70\xd9\x96\x46\xfc\x1a\xf8\x68\xbf\x53\x45\xb0\xd7\x02\x5f\x64\xdd\xbe\x54\x15\x70\xcf\xf5\xbf\x1e\xd9\xad\x47\xb1\xef\x03\x30\x76\xb8\x38\x7d\x00\x46\x1f\x80\xf1\xc5\x06\x60\xb4\x6b\x13\x34\xde\x3a\x5d\x6f\xcd\x0a\x52\xde\x28\x20\x7e\x05\x51\x0a\xcb\xc7\xae\x35\xa5\xb4\xa8\x7c\x1e\xbf\x0b\xa9\xbe\x71\xc2\xaf\x21\xdd\xf7\x75\x8a\x76\x5a\xa7\x68\xef\xa6\xdd\x0b\x7e\xbd\xe0\xd7\xcb\x36\x1d\x27\xdc\xcb\x36\xfb\x2b\xdb\xbc\x95\xc2\xf2\x25\x41\xe8\x6a\xe1\xa9\x94\x19\xb3\x34\xc0\xd6\xc0\xd1\x80\x7b\x20\xcf\x12\x8e\xe3\x55\x41\x38\xbf\xa2\x42\xae\x59\x22\x9a\x99\x76\xf5\x07\x7b\x2e\x99\xd5\xe2\x6f\xcc\xc8\x7f\x0f\x31\xb5\xad\x53\x7f\xd3\xb0\x5a\xa0\x5f\x08\x26\x2b\x05\xa5\xbd\x94\x16\x52\xa5\xe9\x4e\x0a\x87\xfc\x6e\xcf\xa9\xda\x6f\xe9\x6b\xa8\x17\x5f\xb0\x83\xa0\x77\x02\xfc\x3e\x0b\x9f\xef\x8d\xd4\xda\xab\x76\x7d\x56\x65\x6f\xd4\xef\x15\xdf\x5e\xf1\xdd\xf9\x32\xee\x93\xe2\xfb\x86\x12\xb5\x49\x13\x79\x91\x32\x86\x9b\xc9\xd6\xbd\x68\xdd\x8b\xd6\xbd\x68\xfd\xc5\x8a\xd6\xfb\xb1\xc2\xbd\x5c\xdd\xcb\xd5\xbd\x5c\xdd\xcb\xd5\xbd\x5c\xbd\xf3\x65\xec\xe5\xea\x8a\x5c\x0d\x7f\xb9\x34\xe9\x75\x85\xec\xce\xc2\x75\x87\x9c\xe8\xf7\x22\x59\xf7\x52\x75\x2f\x55\xef\xb7\x54\xbd\x37\x13\xfa\xf2\x12\x21\xfb\x54\xc2\x3e\x95\xb0\x4f\x25\x7c\x8b\x54\x42\xc7\x4b\x96\x49\x28\x75\xc1\xe2\xa7\x1a\x07\xda\x5b\xd9\xa2\x18\xed\xa6\xe1\x1d\xbb\x5a\x6a\x07\x34\xbf\x49\xa5\xa9\xd2\x6f\xae\xa1\x3d\xaa\x3f\x75\xe0\xa4\x05\xcd\x28\xdc\xf8\x56\x23\x84\xfd\x6c\xdf\x7c\x5f\x60\xe0\xf5\x51\xf7\xf5\xa7\x50\xb0\x6b\x7d\xfd\xa9\x17\x9c\xb7\x3b\x5c\x2b\x66\xee\x68\xd4\xd8\x78\xdf\xe9\xb4\xdf\x1c\x5c\xae\xfd\xa4\xbf\x69\xb8\x5c\xe3\x4d\x52\x4b\xde\x39\xfe\x47\xe3\x45\xf1\x06\x65\xb7\xd6\xbe\x1d\x3e\x11\xf5\xa5\x5c\x0d\x7d\xd9\xad\xbe\x3e\xc4\x8e\xa6\xbb\x11\xeb\x7f\xb7\xb3\xed\x8b\x8c\xf5\x45\xc6\xfa\x22\x63\x7d\x91\xb1\xbe\xc8\x18\xfa\x9d\x17\x19\x5b\x5b\x7c\x34\xe3\xf8\x52\x24\xc8\xbe\xc8\x58\x2f\x44\xee\x6e\xba\xbf\x2f\x21\x72\x0f\x2d\x08\x7b\x51\x4d\xcd\x5b\x10\xde\x1c\xf7\xc3\x8d\xa4\x2b\xf6\x87\x5b\xd0\x1e\xff\xc3\xfe\x5f\x8f\xff\xd1\xe3\x7f\xb4\xcc\xba\x0f\x66\xed\xf1\x3f\x50\x1f\xae\xd9\x87\x6b\xee\x73\xb8\x66\x87\x6d\xec\xf1\x3f\x3a\x8a\x73\x2f\x84\x01\xe2\x64\xae\xb5\x70\x40\x7e\xae\x2b\x1a\x7b\x2b\xa5\xb9\xb1\xfe\x7e\x70\x40\x1a\xa7\xbd\x17\x2a\xc9\x2b\xe2\x80\x34\xd1\x75\x67\x05\xe4\x7d\xe0\x81\xb8\xd1\xf6\x89\x8b\x7d\x88\xf5\xfe\x87\x58\xef\x5d\xe2\xe2\xde\x48\xb2\xbd\xba\xd7\xe7\x2e\xf6\xb9\x8b\xbd\x32\xdc\x2b\xc3\x3b\x5f\xc6\x7d\x52\x86\xdf\x58\xc2\x7e\x41\x5c\x90\xed\x64\xed\x5e\xd4\x36\xef\xf5\xa2\x76\x2f\x6a\x7f\xa1\xa2\xf6\x7e\xac\x70\x2f\x67\xf7\x72\x76\x2f\x67\xf7\x72\x76\x2f\x67\xef\x7c\x19\x7b\x39\xfb\xd5\x70\x42\x9a\x84\xed\x8e\xf9\x36\xef\x49\xd2\xee\xa5\xec\x5e\xca\xde\x6f\x29\x7b\x6f\x26\xd4\x63\x86\xf4\x98\x21\x3d\x66\x48\x8f\x19\xb2\x91\x7c\xf3\x2f\xf6\x58\x7e\x08\x6e\x62\x7f\x65\x7f\xf8\x3e\xe1\x93\xfb\x45\x46\xf4\x7f\xcf\x68\x4a\x98\x04\x69\x94\xaa\x45\x28\xcf\xb4\xac\x7c\x7d\xcd\x3f\xdc\x9d\x5f\x7d\xba\x08\xb3\x69\x3e\x5c\x3e\x5c\xdc\x9f\xdf\x0c\x6e\xfd\xba\xf8\x59\x85\x6b\x61\xbf\x2b\x89\x64\x96\xe4\x6f\x89\xd6\x3d\xe1\xd4\xdc\x29\xac\x72\xb9\xd9\xc8\x6e\x87\x77\xc3\xdb\x9f\x20\x1b\x68\x7c\x76\x7e\x37\xf8\xfe\xa2\x44\x10\xa5\xe7\x83\xd3\xbf\x3e\x9c\xdf\xb6\x3f\x1f\xfe\xd7\xf9\xdd\xfd\x5d\xdb\xd3\xdb\xe1\xc5\x70\x70\xd7\xfe\xf5\xc7\xc1\xf9\xc5\xc3\xed\x70\xe9\x7a\x2c\x1d\xed\x72\x25\x44\xc2\x22\x41\x9c\x3f\x8a\x2c\xd7\x10\xc5\x1a\x22\x2f\x3e\x3a\x76\xd8\xd4\xd7\x09\x7a\xb0\x3a\x3d\xb5\x8d\x1b\x06\x1b\x34\x64\x94\x91\x98\x4a\x3c\x49\x48\x5c\x6b\xc9\xad\x61\x5b\x4b\xb8\x34\xa8\x67\xad\x3d\x7b\x91\x53\xf3\xbc\xc8\xf0\x02\x04\x39\x8a\x8a\xb0\xb8\xa1\x0f\xb3\x0f\xad\x3d\x30\xcd\xbb\xe8\x13\x29\xf5\x14\xe5\x42\x10\xa6\x92\x05\x22\x9f\xa9\x54\xb2\xd6\xa8\xdb\xbe\xb6\x66\xed\x9d\xea\x1b\x9c\x63\x89\x26\x84\xb0\xf2\xf8\x05\x49\x08\x96\x0d\x63\xb6\xbb\xdf\x6d\x59\xfc\x5e\x59\x6b\x8c\xb9\x8c\xa6\x98\x26\xb9\x20\x95\xd3\xc2\xd3\x0c\x0b\x2a\x39\x1b\x7e\xd6\x77\x99\x3e\xc8\xd7\xf0\x39\x17\x9b\x9d\x98\xe1\x5f\x43\x0a\xbe\x2a\xff\xf3\xd3\x7d\xf9\x5f\xa5\x33\x7f\x71\x5f\xfe\xd7\x72\x5a\x0f\x1a\xae\x52\xf6\x21\xfa\x74\x7f\x82\x3e\x41\x88\x93\x40\xf7\x73\x6c\x28\xf6\xe2\xfe\x04\x5d\x10\x29\xe1\x97\xe2\x63\x45\x55\x02\x73\xfb\x9e\x32\x2c\x16\xc8\x4d\xdf\x24\xba\xe2\x68\x8e\x88\x5f\x9a\xea\xe2\xb1\xbf\xe5\x0c\x54\xf7\x62\xf5\x2e\xf8\x8c\x46\x38\xd9\x6e\x11\x07\x57\x25\x3e\x70\x7d\xbb\x74\x29\xc2\xb7\xeb\x6b\x31\xb8\x3a\x83\x24\x52\x37\xd4\x86\x99\x5f\x11\xa9\x89\x24\xe2\x2c\xb6\x5e\x1a\x7d\xfb\x2f\x02\xa1\xfe\x6f\x1c\x12\x71\x73\x49\xd9\x4c\xb7\x88\x8e\xd1\xf5\xed\x88\x5d\x8b\xd8\x18\x42\x89\x96\x86\x0d\xcd\x51\x89\x18\x57\x88\xa6\x19\x17\x0a\x33\xa5\x15\x01\x10\x03\xec\x8a\x18\x0e\x70\xca\xd3\x34\x57\x58\x1f\xb4\xda\xa2\x32\x63\x0e\xb9\x23\xea\x3c\x06\xd7\x4a\xc3\x1a\x1a\x39\xa1\x98\x4b\x26\x74\xfb\x5a\x46\x29\xeb\xd0\x34\xae\xa9\xb2\xae\x09\x2c\x04\x2e\x4b\x13\x1f\xa8\x22\x69\xf5\xfd\x8e\x41\x9e\xff\x6c\x34\x10\x9c\x9a\xa4\x0a\x22\x06\x22\x9a\x53\x45\x22\xa5\x8f\xe0\x46\x34\xf1\x70\xf5\xe3\xd5\xf5\xcf\xa1\x04\xf1\x61\x70\x79\xf6\xe7\x7f\x2f\xfd\x70\x7b\x59\xfb\x61\xfc\xd3\x9f\x6b\xbf\xfc\xff\x96\xd2\x53\xb5\xa7\x9a\x9e\x1f\xcc\xe5\x10\x44\x6a\xb0\x09\xbb\xa9\x22\x9a\xe2\x19\x41\x32\xcf\x34\x05\xc8\xa3\xf2\xfe\x6a\x91\xf2\x82\xe3\x98\xb2\x99\xc9\x00\xbd\xa0\x8a\x08\x9c\x5c\xe2\xec\xa3\xb3\x5f\x6f\xb0\x3a\xff\xf7\xae\x94\xaf\xfb\xe1\x97\xc1\x65\x98\xf1\xfb\xe1\xe6\xf6\xfa\xfe\x7a\xe9\xac\x4b\x2d\xd4\x8f\x91\x7e\x7c\x02\xff\x8b\x8e\x91\x6e\xdd\x4b\xbe\x29\x51\x58\x6b\x04\xe8\x6b\x93\x34\xe7\x13\x69\x28\x4b\xe0\xd4\x64\x82\xa6\x14\xae\x14\x63\xc1\xfb\xc6\x08\xd7\x5e\x7b\xf0\xe7\xc6\x7c\x00\xda\xb2\xbb\x94\x59\x8c\x45\x8c\xfe\x26\xab\xe9\xe3\x60\x38\x36\x3f\x90\x18\x1d\xa2\xb9\x52\x99\x3c\x39\x3e\x7e\x7e\x7e\x3e\xd2\x6f\x1f\x71\x31\x3b\xd6\x7f\x1c\x12\x76\x34\x57\x69\x62\xd2\xe5\xf5\x2a\x9c\xa0\x1b\xc1\xf5\x15\x02\x0a\x3a\x11\x14\x27\xf4\x37\x12\xa3\x89\xe1\x7f\x7c\x8a\x7e\x8d\xb8\x20\x47\xc5\xc6\x58\xa3\x92\xbd\x47\xac\xe1\xe9\x58\xbf\xd4\xc0\x4c\xaa\xfb\x89\x62\x12\xd1\xd8\x8a\x19\x84\x45\x1c\x2c\x8f\xc6\x57\xa1\xdb\x73\x99\x86\x5a\xa3\xc9\x72\x55\x2c\x67\xa0\xac\xe0\x98\x04\xd9\xee\x8a\x97\x09\x4e\x2b\x3e\xe7\x46\x6d\xcd\xb5\x8a\xae\xef\x56\x0c\xb7\xaa\x7b\x35\xd3\x13\x8e\x78\x82\x26\xf9\x74\x4a\x44\xe8\x90\x3e\xd0\xda\x0c\x95\x48\x90\x88\xa7\x29\x48\x0c\xfa\xab\x5c\x1a\xaa\x86\x15\xb3\xa3\x3d\x1a\x31\xd8\x7f\xad\xe6\x00\x05\xc4\x1c\x58\x1d\x23\x24\x46\x98\x2d\x4c\x37\x93\x7c\x1a\xb6\x6f\x60\x28\x70\x8c\xa8\x1a\xb1\x41\x92\x20\x41\x52\xae\x48\x90\x43\x09\xce\xb3\xf2\x82\x03\x8b\x14\x24\x4b\x70\x44\x62\x43\x0f\x09\x8f\x70\x82\xa6\x34\x21\x72\x21\x15\x49\xc3\x06\xbe\x06\x5b\x8d\x5e\x33\x2a\x51\xcc\x9f\x59\xc2\xb1\x9d\x47\xf5\xb3\x6f\xca\xa7\x71\xe8\x20\x02\x86\x42\x70\x01\xff\xf3\x23\x65\xf1\xce\x38\xd4\xc3\xdd\xf0\x36\xfc\xf7\xdd\x2f\x77\xf7\xc3\xcb\xf5\xb8\x8f\xa7\x2c\x18\x1e\xe8\xf0\x27\xe8\xce\x2c\x02\x17\x5a\x22\x12\x2d\x93\xba\xb4\xa4\x54\xfc\xc0\xe3\x0d\xb9\xef\xe5\xe0\xea\x61\x50\xe2\x28\x77\xa7\x3f\x0c\xcf\x1e\x2a\xfa\x80\x9d\x5f\x49\x86\x37\xea\x5f\xf8\xdb\xe9\x0f\xe7\x17\x67\xe3\x06\x85\xf1\xc3\xed\xf0\xf4\xfa\xa7\xe1\x6d\xa1\xdb\x35\x2e\x51\x65\x30\x55\x66\x75\x6f\x98\xd2\x9c\xc7\x68\xb2\x68\x06\x84\xd0\x92\x73\x02\xbe\xd8\x02\x12\xc5\xb4\x7a\x02\xbc\xc9\x61\x73\x14\x5f\xa4\x3c\x26\x07\xf6\x1d\x40\xd2\x30\xc6\x15\x23\x31\x37\x37\xac\x7b\xc7\x2c\x30\x54\x18\x90\x0b\xbf\x70\x27\x68\x80\xa4\x7e\x31\xd7\x87\x5a\xd0\xd9\x0c\x0c\x87\x95\xa1\x9a\xd6\xec\xa7\xb0\xbc\xf0\x9d\xd9\xff\x4c\x70\x38\xe7\xba\x5b\x6b\x71\xf6\x56\x09\xf3\x21\xa0\xae\x94\x5b\x14\x18\x0c\x0e\x0d\x43\x73\x9b\xa5\x17\xa1\x75\xbd\xcc\x79\x34\xf6\x22\x7d\xb8\x80\x6d\x49\x63\xef\xcc\x04\x79\xa2\x3c\x0f\x3e\xb5\xc0\x1e\xa5\x1d\x6f\x6c\xbe\x58\x00\x58\x36\x63\x14\xa9\x34\xe3\xc9\xa3\xb1\x05\xcd\xc2\x9e\xa0\x85\xa9\xe0\x69\x43\x1b\xe5\x63\x72\x7e\x7d\xa7\x04\x56\x64\xb6\x38\xb3\x2c\x63\xf3\xe3\x71\x76\xfd\xf3\xd5\xc5\xf5\xe0\x6c\x3c\x1c\x7c\x2a\x9f\x78\xff\xe4\xee\xfe\x76\x38\xb8\x2c\x3f\x1a\x5f\x5d\xdf\x8f\xdd\x1b\x4b\x49\xbe\xa5\x83\xfa\x3d\x5d\x7e\xf1\x04\x69\x96\x0b\xac\xd1\x01\xde\x05\xfc\x71\x42\xa6\x5c\x18\x3e\x9f\xba\xd0\x05\x2b\xc2\xb8\xb5\xb5\xba\x58\x65\x16\x27\x60\x19\x6b\x6a\xd2\x58\xbd\x95\x20\x38\x85\x7b\x02\x33\x34\x64\xf1\xe1\xf5\xf4\xf0\xce\xfc\x98\x62\xf1\x48\x84\xff\xf4\x59\x50\xa5\x08\x2b\xa9\x74\xd8\x0d\xd9\x2b\x89\x45\x07\x47\xe8\x56\xf3\x7d\xfd\xbe\xbf\xd4\x34\xb1\xc7\x44\x61\x9a\x48\x3b\xd8\xd2\xba\x9e\xa0\x0b\x2c\x66\x85\x1d\xee\x6b\x3e\x9d\x9a\xc6\xbe\x31\xc3\xd0\x77\x58\x69\x16\x0d\xbc\x57\x93\x86\xbb\x17\xa1\x3f\xfb\xb2\x97\x87\xeb\x54\xf5\x90\x6d\x47\x53\x0f\x37\xb0\xe2\x46\x63\x2f\xe9\x86\xf6\x49\x03\xad\xc1\xc4\xcd\xe3\xe5\x97\x4c\x73\xdb\x75\x72\x2a\xbf\xd8\x40\x4e\x26\x97\x4a\xef\xfc\x54\x6b\x9b\x0d\xb4\x44\x3e\x53\x6b\x30\x08\xc7\x5d\x21\xa1\xa2\x19\x30\xaf\xe2\x2c\x23\x58\xc8\xa6\xdd\x2e\x8b\x81\x2d\x7b\x6f\x7a\x0a\xfb\xb0\x9b\xec\xfa\x39\x40\x9c\x81\xc1\xc1\x0b\x11\x15\x8a\xec\x40\x03\xa6\xad\x1a\x05\xdc\x00\xda\xd2\xb5\x45\x36\xba\xa4\x52\x2b\x8d\xe6\xc7\xef\x2d\xe4\xd2\x66\x04\xf1\x71\x70\x7e\x51\x11\x2e\xc6\x67\xc3\x8f\x83\x87\x8b\xe5\x66\xc2\xd2\x77\xd5\x2d\x46\x87\x48\x3f\x2f\xfb\xcd\xe9\xd4\xdc\x19\x0e\x38\xca\xa8\xb4\x84\x81\xd1\xca\x42\xd5\x18\x7b\x75\x4c\xb2\x84\x2f\x52\xc2\xc0\xc4\x53\xba\x09\xf5\x7a\x4e\x31\xb5\x57\x4b\x30\x58\xb0\xe2\x58\xb3\x1b\x5c\x63\x87\x0e\xad\x8a\xc4\xfe\xe6\x2d\x83\x55\x55\x58\xf7\x8d\xf1\x9e\xd9\xff\xdc\x29\xac\x36\x3c\x63\x83\xd3\xfb\xf3\x9f\x86\x65\xfd\xf0\xf4\x87\xf3\x9f\x9a\xa4\x9a\xf1\xa7\xe1\xd5\xf0\x76\x70\xbf\x42\x38\xa9\x34\xd9\x24\x9c\x48\x3d\xe0\xaa\xf7\x94\x4a\x1f\x11\x14\x19\xc8\x2b\x44\x95\x44\x4f\x54\xd2\x09\x05\x80\x30\xeb\x89\x7c\x38\x07\xce\xfa\x84\x13\x1a\x53\xb5\x70\xe2\x8b\xe9\xb7\xbc\x8f\x9a\x93\xda\xf6\x8d\xd9\x21\xf4\x4f\x82\x95\xcf\x6c\x8e\x9b\xf4\x09\x02\xdd\xf6\x09\x94\xb6\xe0\x33\xa6\x05\x69\x36\x23\xc2\x0c\x07\xbc\x2f\xe1\x58\x82\xe7\x7a\x54\xa1\xb0\x52\xac\x9a\x17\x5a\x67\x84\x11\x01\x20\x70\xbe\x13\x23\x48\x09\xc2\xbe\xd2\x32\x57\x96\xd0\x88\xaa\x64\x81\x22\xb0\x61\x81\x39\x33\xc5\x0c\xcf\xac\x70\x00\x6a\x4e\x85\x24\xfe\x6a\x50\xd4\xae\xa7\xd6\xb4\x7f\x4f\xc9\x86\xc7\xec\xe1\xea\x6c\xf8\xf1\xfc\xaa\x4c\x02\x3f\x9c\x7f\x2a\x89\xb0\x97\xc3\xb3\xf3\x87\xd2\x6d\xae\x25\xd9\xe5\x72\x7d\xb5\xd9\x86\xa3\xe8\x5f\x3a\x41\x67\xe6\xd3\x13\xbd\xb8\x0d\x10\x71\x5e\xf9\xad\xac\xc3\xad\x0b\xc9\x73\x7f\x0c\x99\x12\x8d\x7e\x89\xae\x26\x24\xeb\x83\x2c\xd9\x90\x9a\x43\x15\x6a\x7d\x5f\x55\x9d\xca\xd5\x29\xbb\x17\x21\xe8\xf2\xa8\xb0\x2c\x85\x31\x0c\x60\x34\x68\x33\x62\x35\xb8\xb5\x0a\x86\xfd\x13\xb8\xa8\xd3\x5c\x2a\xe3\x4a\x04\xe2\x44\x8f\x7f\x91\x7a\x41\xc1\xd5\x78\x84\xee\x08\x19\x31\x67\x3d\x98\x51\x35\xcf\x27\x47\x11\x4f\x8f\x0b\x7c\xc2\x63\x9c\xd1\x14\x6b\x49\x9a\x88\xc5\xf1\x24\xe1\x93\xe3\x14\x4b\x45\xc4\x71\xf6\x38\x83\x08\x18\xe7\x4e\x3d\xf6\xcd\xce\xf8\xbf\x5e\xfc\xe9\xdb\xc3\x8b\xbf\x7c\xfb\xa1\x6e\x21\x6b\xdb\xff\x21\x8b\x70\x26\xf3\xc4\x46\xcc\x89\x70\x6d\xdc\x91\xcf\xc9\xaa\xfd\xbe\x2a\x6f\xd7\x76\xfa\xeb\xe9\xcd\x43\xc9\x62\x5d\xfe\xe7\xe5\xf0\xf2\xfa\xf6\x97\x12\xa7\xbc\xbf\xbe\x1d\x7c\x2a\x31\xd4\xe1\xcd\x0f\xc3\xcb\xe1\xed\xe0\x62\xec\x1e\x6e\x63\x7b\xfb\x91\xf1\x67\x56\x5e\x1a\xe9\x38\x60\xad\xa7\x13\xf4\x91\x0b\xf4\xa3\xdf\xc9\xc3\x09\x96\x70\xc5\xb8\x3b\x4b\x1e\xa0\x8c\xc7\xc0\x78\x11\xc9\xe6\x24\x25\x02\x27\xd6\x66\x20\x15\x17\x78\x66\x6e\x7a\x19\x09\xac\xa2\x39\x92\x19\x8e\xc8\x01\x8a\x80\x1a\x66\x07\xb0\x29\xa0\x6a\xf1\x59\xd5\xce\x77\x9b\x33\x45\x53\xe2\x54\x70\xfb\xcf\x7b\xb3\x19\x1b\x6c\xce\xf5\xfd\x0f\x65\x61\xef\xe3\xc5\x2f\xf7\xc3\xf1\xdd\xd9\x8f\x4b\xd7\xd3\x7c\x56\x1a\xd9\x1d\x04\x20\x9d\xf2\x24\x4f\x59\xf8\xf7\xe6\x63\x3b\xbf\xba\x1f\x7e\xaa\x8e\xee\x7a\x70\x5f\xa6\x8c\xdb\x72\x80\xdb\x87\xef\xaf\xaf\x2f\x86\x25\x97\xf0\x87\xb3\xc1\xfd\xf0\xfe\xfc\xb2\x44\x3f\x67\x0f\xb7\x06\x8d\x70\xd9\x34\xdd\x08\x1a\x26\xaa\xa7\x15\x4e\x73\xd7\xac\xb0\x13\x27\x1a\xd8\x80\x72\x73\x96\x0f\x03\xb8\x1d\x13\x0e\x06\x56\x9d\x43\x6f\x52\x8d\xcc\x48\x1b\xd9\xa1\x2a\x6f\x13\x6a\x67\xc7\x4b\x37\x7a\x19\x57\xbe\xf7\x43\x30\x50\xa0\x46\xd9\xc6\x49\xc2\x9f\x4d\x28\x6f\x4a\xf5\xad\x6c\x81\xd1\xf4\x2b\xb2\xf0\x10\x1e\x35\x70\xbc\xf2\xb6\x90\x48\x10\x75\xc9\x73\xa6\x36\x27\xb9\xc1\x55\x89\xef\x0c\xaf\x7e\x1a\xff\x34\x28\x53\xe0\xf9\xc5\x72\x56\x13\x36\xd1\x70\x15\x0f\xae\x7e\xf1\x97\x30\x04\x7c\x1f\x78\x0d\xd5\xc8\xae\x51\x42\xb5\xd8\x1b\x61\xad\xbd\x26\x20\xd1\x20\x42\xc1\xe4\x90\xea\xc9\x41\x80\x69\x66\xfc\x49\x86\x3f\x99\x41\x9e\xb8\x3f\x2a\xed\x49\x58\x17\xb0\xa6\xba\x78\x7a\x68\xc7\x6a\xd5\x0c\x11\xf6\x44\x05\x07\x3c\x5b\xf4\x84\x05\xd5\xd2\xb8\x69\x59\xcf\xf5\x04\xfe\x77\xbd\x36\xc1\x30\x5a\x61\x5c\x77\x5c\xa8\x33\x1f\xc8\xbb\x99\x35\xa4\x29\xa0\xb5\x1e\xca\xda\x6c\xe8\xa8\x7f\xdb\xb0\x39\x5b\x06\xfc\x96\x27\xfc\xf7\xe4\x8c\xe2\x44\x33\x80\xdd\xc9\x8b\x83\xab\xbb\xf3\xb2\xfc\x58\x56\x33\x02\xbe\xbc\xb1\xbc\x08\x86\x4a\x33\x72\xa7\x4c\xdc\xfd\xf5\xc2\x68\x17\x00\x7a\x6c\xce\x6d\xa0\x58\x80\x00\xe4\x50\x50\x32\x2c\x64\xe5\x0b\x89\x00\x08\xad\x08\xb8\xd2\x77\x16\x84\x33\x3d\x71\x1a\x8f\x18\xf9\x9c\x11\x26\x21\x38\xc0\xdc\x67\x85\xaf\x5d\x1e\xa1\xf3\x29\xb0\x04\xfd\x3a\x43\x39\xb3\x0e\x30\x7d\xe1\x9a\x41\x1e\x68\x51\xd6\x0e\xc1\x6b\x88\x60\x78\x61\xc4\x05\x4b\x15\x83\x1f\xb1\x9f\xbd\x13\x0d\x1e\x4d\xb9\x66\x40\x7a\x17\x6d\x7b\x27\x08\x33\x49\x0f\x90\x56\x58\xaa\x7b\x0a\xa9\x03\x5a\xa1\xb4\x21\x5c\x9a\xd3\xd8\x3f\x5f\xff\x1a\xa8\xc5\x09\x87\x97\x41\xf3\x5d\x50\xb9\x0a\x5a\x44\xe3\xc4\x78\x4c\xc6\xdd\xef\x84\x88\x0b\x62\xfd\x2c\x6b\x5f\x03\xab\x18\xfb\x3d\x96\x8f\x35\xdf\xc3\x39\x93\x0a\xb3\x88\x9c\x26\x58\x6e\x18\x84\xe4\x6c\x1c\x07\x65\x89\xe3\xf6\xf6\xe1\xe6\xfe\xfc\xfb\x15\x5c\xbe\xfa\x71\x3d\x0c\x28\x4a\x72\xe7\x9e\x9b\x08\x8e\x63\xa4\xd9\xe7\x8c\x1b\x57\xa0\x15\xfc\x0b\xe8\x6f\x93\xd7\xe3\x03\x2a\x4b\xb0\xe3\x45\x3a\x82\xb5\x73\x84\xae\x04\x6a\x17\x02\x45\x7a\x25\x50\x60\xf2\x70\x5b\x0d\x9e\x45\x53\x90\xc4\x5a\xb7\xb2\x04\xab\x29\x17\xa9\xe1\xf2\xa5\x49\x9b\xc6\x97\x37\x4a\x99\x22\x42\xe4\x99\xa2\x0e\xcb\xbd\x2a\xa5\x42\x85\x77\x3e\xbb\x24\x52\xe2\x19\xd9\xc6\x01\xdd\xa4\x3c\xdc\xfd\x14\xfe\x13\x1c\xcc\x5d\x64\xff\xd2\x08\x5d\xe4\xbb\xa3\xa7\x6b\xf6\xd1\x04\xf2\xdc\xf0\x84\x46\x1b\x06\xdc\x7d\x1c\x9c\x5f\x8c\xcf\x2f\xb5\x12\x3f\xb8\x1f\x5e\x94\x44\x09\x78\x36\xf8\x78\x3f\xbc\xb5\x20\xd6\x83\xef\x2f\x86\xe3\xab\xeb\xb3\xe1\xdd\xf8\xf4\xfa\xf2\xe6\x62\xb8\x22\x32\xa7\xb5\xf1\xba\x75\xb5\xfa\xea\x49\xed\x17\xd8\x61\xcd\xcb\x42\x7b\x19\x64\x8d\x61\x9a\x80\x13\x9c\x1b\x67\x38\x46\x8c\xc7\x04\x7e\x96\xce\x3a\xe3\x91\xa3\xd1\xb9\xfa\x2a\x49\x10\xce\x15\x4f\x31\x78\x6d\x92\xc5\x88\xe1\x89\x66\xad\x38\x49\x82\xf0\x2e\x91\x33\xa6\x59\xac\x6e\xcc\x40\xb4\x47\x09\xd1\xec\x3c\x0b\x92\xfd\xac\xdf\x60\x4a\x19\x44\xda\xa6\x58\x3c\x1a\x37\x53\xd1\x65\x71\x28\x24\xc2\x72\xc4\xf4\xb8\x88\x35\x0c\x75\x59\xe1\x93\x4e\x6f\xb5\xae\x4e\x8a\x1f\x89\x5e\x95\x34\x8f\xe6\x28\x13\x7c\x26\x88\x94\xd6\xb6\x1c\x61\x66\x02\x10\xec\xeb\xfa\x1a\x1a\x31\xc6\xf5\x52\x38\x13\x76\x4c\x32\xc2\x62\xc2\x22\x6a\xd2\xfa\xc0\x77\xef\x4d\x9b\x33\x81\xb3\x39\x92\x1c\x9c\xde\xb0\xec\x60\xbf\x32\x1f\xb9\x9b\xcc\xcc\xd8\x3c\x0e\x2d\xd0\x22\xd7\x7c\xe2\x1a\xe4\x44\xb3\xca\xf0\xb1\xbb\x0c\x9d\xdb\xc5\xd8\x01\xd3\x2c\x21\xca\x80\xf5\xc3\x92\xc3\x66\xe8\xb5\x2e\xed\x87\xde\xa6\xa6\x4d\xd0\x17\xb6\x1b\x33\x96\x76\x44\x47\x0d\x96\x6d\x7b\xa4\xd0\x0f\x98\xc5\x89\x6e\xc5\xf9\x30\xca\x67\x11\x52\x51\x06\x9a\x6a\xdc\x69\xdc\xe6\x16\x8d\x70\x2e\xb7\xb9\x46\x2b\xb9\x98\xc6\x2a\x78\x58\x04\x85\x00\x79\xdb\x44\x4c\x58\xdd\x4c\xb3\x48\x9c\x70\xbb\x4a\xe6\xf5\xdc\xd4\x7f\x42\x30\x9a\x96\x6b\x36\x13\x94\x45\x34\xc3\xc9\x46\xba\x5f\x25\x18\xdf\xc6\xb8\x7f\x4d\xa7\x9a\x7c\xbe\xa9\xb9\x6d\x15\x11\x29\x24\x28\xdb\x61\xfa\x2d\x5c\xc3\x92\x64\xb3\x1a\x88\x2c\xa2\x49\xb0\xe0\xb9\xf1\xc7\xc1\xba\x90\xb8\xe1\xa8\x1e\x35\x6d\xb7\x3e\x19\xb8\x1c\x00\xbd\xc1\x66\x9b\xc8\x9f\xb6\xf5\xab\xb4\x62\x7b\x37\xc1\x78\x38\xb9\x69\x6e\xb3\x69\x07\x82\x87\xff\x5c\x46\x3b\x97\x38\xd3\x34\x63\x61\xfb\x71\x31\x47\xab\x24\xd9\xaa\x60\x2e\x7e\x26\xf0\x9d\xfb\xbc\x90\xee\xbb\x51\x2c\xa1\x0d\x80\xaa\x77\x52\x8a\x21\x08\x72\xcc\x2d\x8d\x4f\x73\x2d\xcb\x22\x0c\x51\x08\xe8\x6b\x72\x34\x3b\x42\xae\x08\xc3\x01\x1a\xdc\xdc\x0c\xaf\xce\x0e\x10\x51\xd1\x37\x2e\x66\xd1\x06\x2c\x8d\x98\xe2\x56\x5a\x59\xb8\x02\x1a\x29\x11\x33\x52\x9a\xb3\x8b\x6e\x82\x50\xe5\x19\x95\xca\x86\xcf\x6a\xbe\x12\x94\x3a\xa1\x69\x55\xcc\x36\x14\x92\xab\xf9\x36\xa4\x81\xa5\xcc\x53\xad\xcb\x8e\x29\x4e\xc7\x82\x27\xdb\x30\x85\x33\x98\x0a\xa8\xcb\x3e\x3d\x9f\xe2\x14\xe9\x66\x6d\x28\x88\x77\x39\x7a\x91\x4e\x0b\x46\x9a\x2f\xeb\x7b\x33\xb8\xb7\x9c\xf7\xc1\xc6\xa3\x51\x17\x02\x01\xe9\xfb\x2d\xac\xa2\x30\x1b\x8f\xad\xa5\x7e\x8c\xa3\x48\xab\xdc\x3b\x9e\x54\x50\x3f\xc7\xb9\x04\x6c\x47\x2f\x36\xcd\x55\x74\xee\x86\x99\x69\x0e\x06\xc1\xc0\xfa\xca\x95\x3c\xa2\x45\xfb\x0d\xfd\x4e\x16\xb5\x5e\x5d\x85\x9b\x07\xe9\x4d\x2a\xe6\x12\x96\x04\x76\x52\x9a\x0a\x39\x6a\x4e\x16\x68\x8e\x9f\x48\xa9\x4b\x97\x10\xa3\x1b\x5e\xf0\x5c\x34\x31\xba\x11\x3b\x23\x99\x20\x5a\xd2\xaf\x3a\x50\x3c\x4d\xdf\x96\x29\xb1\xa7\xeb\x9e\xae\xdf\x3d\x5d\x9f\x9a\x42\x49\x03\x5f\x18\x6b\x2b\x01\xce\x34\x36\xce\x38\x4f\xc6\x1d\x6c\x22\xdd\x57\xbc\xe4\x09\xab\x94\x8d\x02\x48\x00\x9e\x83\x7c\x54\xba\x36\xb9\xbe\xeb\x82\x14\x5b\x3b\xbc\x25\xcb\xe0\x5c\x66\x41\xbd\x9c\x6d\xce\x7b\x53\x2b\xcb\x5a\x42\x2f\x2e\xe6\x9c\x1a\xf9\xc6\xbb\xcb\xc2\xfa\xa7\xa5\xc3\xe4\x44\x11\xca\x6a\xd5\xd8\x0c\x3d\xeb\x05\x36\x72\xc7\xdf\x73\xae\xb0\xfc\xe6\x68\xc4\xb4\x10\xf5\x48\x16\xc6\xdc\xaa\xc5\x94\x3f\x68\x59\xfc\x50\x12\x26\x21\xdc\xfb\x0f\xc6\x3d\xa7\x49\xdc\x99\xab\x8d\x6a\x6a\x8a\xc0\x41\xd0\xb5\xef\x05\x42\x74\x6d\xa3\x56\x4a\x2a\x02\xa0\x41\xce\x37\x73\xb1\xcf\xcc\xf0\x67\x44\x41\x8a\xb5\xa2\x0a\x74\xa6\xd8\x54\x99\xab\x0d\x7d\xa5\xe9\xca\x50\x85\xe0\xe0\x27\x89\xf3\xed\x18\xbf\xac\xb7\xb1\x92\x33\x7a\x6d\xe1\xce\xc6\xbc\x1f\x3b\xbb\x51\x24\x78\xad\x74\x1b\x96\xc8\xec\xf4\xc4\xb0\x03\xe7\xbf\x26\xec\xe8\x99\x3e\xd2\x8c\xc4\x14\x43\x04\xbc\xfe\xd7\xb1\x9e\xd7\xbf\x9e\xde\x5e\x5f\x8d\x8b\x4c\x9e\xff\x1c\xb1\x41\x22\xb9\xcf\x52\x40\x8c\x33\x1f\x6e\x9f\x09\xe2\x44\x42\x3b\x17\xb0\xba\x16\x66\xc4\x11\x6b\x1b\x41\xcc\x23\x79\x84\x9f\xe5\x11\x4e\xf1\x6f\x9c\x81\x2b\x7d\x00\x7f\x9e\x26\x3c\x8f\x7f\xc6\x2a\x9a\x1f\xc3\xb9\x56\xc7\xe4\x89\x30\x65\xdc\x54\x7a\xb9\x62\x48\xde\x95\x10\xad\xff\xaf\x7a\xcc\x45\x52\x91\xd4\x9a\x6c\x44\x32\x85\xfe\x1f\x41\x26\x9c\xab\xe6\x4b\x8a\x4f\xa7\x92\xac\x75\x21\x15\x4a\xda\xdd\x35\xfa\xcb\x9f\xbf\xfd\xa3\x26\xa1\x4d\xd6\xf8\xfc\xee\x7a\xac\xbf\xff\xd7\x33\xfb\xbd\x5c\x83\xdd\x5d\x67\x05\x6b\x73\xc4\x63\x02\xe7\x73\x06\xb7\x9f\x00\xe7\x05\xb0\x37\x20\x87\x62\x1f\x9b\xb8\xdb\x59\xa9\xf5\xed\x54\xb6\x8d\x16\x13\x54\xec\x60\x8e\xe8\x10\x31\x8e\x52\x13\x6b\x8a\x19\xfa\xf7\x1f\xbf\x6f\xde\xc0\x5c\xd0\x8d\x3a\xa4\x16\xae\x21\xe8\x52\xd2\xdf\x88\x44\x9a\x6a\x34\x15\xf3\x54\x77\x2d\x88\x9c\xf3\x24\x46\xcf\x04\xd4\x24\x1b\x07\xea\xb5\x72\x41\x46\x2c\x6c\x02\x42\x0e\x11\x4e\x14\x9f\x11\xb8\xab\x9d\xa2\xa6\x88\xd0\xa2\x8a\xc9\xd2\x50\x5c\x90\x03\x03\xf5\x75\xf7\x27\x17\x5b\x0d\xd3\x84\x47\x2e\xa9\xc5\x9a\xe4\xe2\x49\xf3\xcc\xa7\x55\xd3\x2b\x6a\xb7\xe1\x57\x37\xd9\x9a\x6d\x9b\x97\xc6\x26\xa1\x58\x1b\x56\x75\x67\x9a\x07\x43\x23\xce\xc6\x09\x65\x8f\x1b\x6d\xc6\xb5\x13\xe5\x74\x0b\x76\xcd\x74\x8b\xde\xce\x6d\x2c\x20\x6b\x9c\x8f\x8f\x79\x92\x98\xd4\x96\x70\x7b\x40\xee\x32\xeb\x06\xc2\x40\x66\x72\x40\x49\x6c\xfd\x5e\x56\x13\x16\x84\x41\xc0\xdb\x88\x4d\x16\xd6\x67\x2b\x0f\x90\xcc\xa3\xb9\xcb\xcc\x8b\x38\x93\x5a\x8c\xe6\x02\x45\x3c\x4d\x4d\x71\x53\x46\x90\xe2\x3c\x91\x36\xda\x9d\x1d\x2a\x1c\xa9\x11\x2b\xfa\x5b\x71\xf2\x4c\x05\xa4\xed\x52\xf7\xba\xbb\x74\x8a\x4a\x4b\x4b\x05\x6e\x1a\x87\x98\x0d\x60\x04\x33\x9e\xa8\x00\xfd\x81\xd7\xcf\x92\xd9\xb0\x16\xcd\x40\xce\xb9\x50\xe3\xb8\x91\xe7\xac\x24\x9a\x2a\x23\x64\xe4\x30\x81\xa0\x61\xfe\xa4\x85\x7f\xf2\xec\x8d\xaf\xcb\x86\xa0\xa9\x7a\xd9\x08\xba\x1d\xa3\xa5\x23\x5b\x97\x04\x5b\xd6\xca\x20\x78\x44\xe5\x98\xf0\x55\x63\xbc\x83\xaf\x4e\xf5\x47\x4b\x17\xaf\x7a\xee\x9c\x10\xc4\xe3\x02\x6c\xce\xdc\xeb\x36\x23\x64\xd9\x9a\x5a\xe8\x84\x97\xcb\x1c\x5d\x36\x95\x87\xb2\x25\x57\x8f\x05\x4c\xf6\x92\x80\xac\x89\xc5\x84\x2a\x81\x45\x09\x29\xc4\xeb\x83\x92\x60\x01\xf1\x59\x23\x66\x70\xe3\x8c\xa6\x10\xa3\x98\x4a\x48\x10\x81\xbb\x34\x70\x86\xa1\x6e\x4a\x60\xe5\x68\x17\x79\x8e\x26\xfe\x1c\x02\xcb\x0a\xd2\x70\xcc\x4e\x77\xe4\xf1\xb1\xb4\x7e\xc6\xa3\xbc\x10\xe4\x22\x90\x70\x2d\xa6\x0e\xa2\x4c\xd2\xd9\x5c\x21\xca\xac\xdd\x11\x27\x33\x2e\xa8\x9a\xa7\xf2\x00\x4d\x72\xa9\xb5\x50\x13\xac\x66\xe2\x51\x88\x8a\x3a\x71\xa1\x6d\x93\x88\xe3\x4a\x83\x75\x15\x65\x03\xd2\xe8\x76\x28\x87\x95\xbb\x62\x05\xe1\x0c\x3c\xce\x60\xb5\x0d\x0a\x75\x1b\x0d\x3c\x25\x32\x71\x80\xdc\x21\x3b\x41\x15\x90\xb6\x73\x00\xa8\x90\x3b\xf3\x52\xbc\x46\x21\x2e\x64\x92\x41\x05\x71\xb1\xdb\x20\x79\x95\x91\x29\x0d\x7a\x93\x77\x3a\xa5\x99\x6a\x0c\xdc\xaa\xbb\x8a\x6e\x03\xcc\x9f\x6e\x8b\x0d\xc9\x58\x40\xcd\x80\xd4\x36\x62\x77\x84\xb4\x03\xb9\xd5\xf6\xde\x94\xc6\x85\x29\xd8\x44\x8f\xe5\x24\xbf\x8d\x13\xfb\x6c\x78\x77\x7a\x7b\x7e\x63\x20\x27\xae\x6f\x2f\x07\xf7\xe3\x06\xbf\x76\xc3\x5b\x97\x83\xdb\x1f\xcf\x56\xbf\xf6\xc3\x7d\x39\x2b\xbb\xe1\x95\xdb\xbb\xe5\xc9\x1c\x1d\x86\xd8\x90\x14\xd6\xd8\xcf\x09\xca\x16\x6a\xce\x99\x0f\x51\x88\x4b\xbc\xe9\x10\x99\x8c\x60\x05\x21\x44\x42\xaa\x06\xc7\xe1\x3d\xc4\xe5\xac\x96\x30\xcb\x9b\x65\x60\xd8\x76\x2a\x1a\xad\x71\x22\x3f\x25\x7c\x02\x7e\xeb\xbc\x54\xe2\x76\x49\x04\xfa\x96\xf1\x3e\x67\x54\x66\x09\x5e\xd4\x7a\x58\x75\xe5\x5c\xe1\x94\x40\xc4\x71\x81\x1f\xe7\x92\x45\xf4\xce\x40\x02\x93\xbf\xd7\xe9\x14\x32\x99\x14\xc5\x8a\xa0\x09\x51\xcf\x90\x37\xe7\x7e\xf5\xb6\x54\x17\x30\x22\x8f\x46\x0c\xcc\x39\x23\xbd\xc8\x71\x0e\xd1\x7e\xa3\x0f\x07\x68\xf4\x21\x26\x4f\x24\xe1\x99\xde\x79\xfd\x43\xcb\x25\x33\x4c\x31\x4d\xae\xb8\xf2\x96\xb9\x6d\xf6\x53\x90\x88\x66\x20\x99\x8f\x89\x6e\xf7\xf5\x04\x8f\x12\x25\x3b\x76\x06\x63\x40\x38\x8e\xb5\x92\x0d\xac\xcc\x0d\xaf\x08\x01\x62\xc1\xd4\x4b\xb5\x32\xd7\x11\x29\xbc\xf9\xdb\xf4\x18\xb6\x59\x36\x7b\x36\xee\x80\x77\x0c\xbf\x92\x92\xe1\x42\x71\x7c\xc7\x1d\xb5\x8e\x87\x36\x1d\xa3\xd5\x03\x5d\x3d\x80\x7a\x2d\xd6\x10\x98\xfd\x00\xef\xf4\x77\x2b\x05\x4d\x7f\xdb\x46\x61\x49\x76\x10\x19\x6d\x6e\x73\x35\x9d\x9a\xac\x1c\x71\x94\x70\x59\x86\x3a\xe9\x3c\xe8\x53\xfb\xe9\xb2\x71\x0f\x43\x67\xb1\xbe\xd6\xd7\xf2\x47\x37\x2c\x7c\x05\xcb\xcf\xb0\x09\x65\x1d\x1c\xf6\xed\x03\x44\x21\x58\x0e\xe4\xe9\xa4\x48\xfc\x66\x31\x2a\xac\xd8\x23\x56\x84\x1c\x48\xf4\x4c\x12\x88\x52\x8a\x78\x9a\x81\x85\xd6\x0e\xd7\xb6\x44\x62\x13\xf0\x79\x80\x78\xae\x74\x63\x26\xa5\xc2\xd9\xe0\x6c\xbe\x46\x61\xb5\x36\xae\x13\x1b\xbb\xec\x71\x81\x0d\xad\x1b\x56\x48\x19\xfa\x44\x14\xb4\x02\xb8\xeb\xe1\x04\x41\xcc\xab\x46\xc0\x35\xaf\xfd\x16\x27\xca\xce\x64\x8d\x9d\x2f\x70\x2f\xbe\x4f\xf8\x64\xb9\x8e\x07\x8d\xa3\x87\xdb\x73\x67\x50\x2a\xc2\x5f\x02\xf0\xd9\x92\x43\x68\x78\x73\x3b\x3c\x1d\xdc\x0f\xcf\x8e\xd0\x83\x24\x7a\x79\xfc\x74\x21\x3d\xd6\x4b\x94\x66\xe4\x16\x48\x83\x49\x45\x70\x9b\x1e\x4b\x84\x28\x25\xb1\xae\x60\x1c\x65\x94\x8d\xe5\x84\x0d\x18\x17\xd4\xda\x59\x00\x17\xa6\x3a\x4f\x1b\x58\xb5\xea\x04\x42\x98\xcb\xf8\xfd\x04\x19\x99\xf1\xa6\xf5\xc0\xaa\x55\xe4\x53\x0e\xc8\x7a\xe9\xc9\xc0\xd1\x52\x73\x42\x05\xea\x34\x2d\x43\x54\xe3\xee\x73\x0a\x22\x94\x2f\x71\xb6\x3c\x7b\x10\x3f\x97\x88\xd6\x48\x32\x81\xeb\xf5\xa5\xcf\x81\x63\x6b\x63\xc3\x0a\xb7\x9f\x60\xe1\x8f\x30\xbc\xd5\xf3\x4d\x13\xb0\x2f\x9d\x8d\x23\x9c\x58\x65\x10\x36\x0c\x51\x22\x38\x3b\xf0\x0b\x65\xa8\x74\x25\x1e\xa0\x29\xfd\x6c\x1b\x2d\xc2\x93\xdd\xab\x81\xbf\xba\x25\x1c\x6e\x8e\xeb\x67\x6a\x0d\xb1\xe1\x06\xbe\x5f\x1a\x9e\xc5\xa5\xd2\x52\x97\x96\x5c\x05\x89\xb8\xd0\x37\x05\x74\x5b\x18\x91\x57\x89\x0c\x0a\x0b\xbd\x28\x75\xa3\xfa\xb2\xd3\x5f\x94\x90\x88\xb1\x22\x87\x8a\xae\xcc\x5f\xb5\x29\x0e\x90\x0c\x81\x55\x80\xe6\x54\xdc\x3c\x13\x32\xc3\xcc\x45\xd6\xb6\x0c\xd7\x5d\x79\x5b\xb0\x2a\x2d\xc1\x62\xc8\xee\x01\xf9\x0a\x32\x37\x4a\xe3\x90\x19\xac\xe7\xd2\x71\xd8\xe0\x85\x7d\x58\xb6\x67\xec\x63\x29\x5a\x06\x9b\x67\xf1\x3e\x0d\x36\xc1\x52\x21\x3b\xa6\x36\x4d\x32\x90\xf0\x5f\xd6\x86\x56\x52\xcd\xba\x9a\xcf\x34\x09\x95\x95\x10\x02\x86\x6d\xe9\x60\x2f\x0c\xc8\x47\x4a\xc4\xcc\x09\xc2\xa6\x92\xae\x3f\xdb\xb6\xa4\xae\xbb\x25\x42\x66\x02\x31\xd6\xf5\xa6\x8f\xd0\x80\xd5\xe0\x8e\x5c\x58\x4d\x69\xbd\xcc\x9d\x84\x93\x67\xbc\x90\x28\x13\x06\x19\xc4\x04\x5e\xbb\xc9\x43\xbc\x63\xf9\x23\xef\xc9\x56\x2e\xf2\x1d\x81\x2a\xbd\x3a\xe6\xc9\xc9\xbd\xe3\x17\xf0\xc4\x54\x82\x82\xbd\x40\x5e\x34\x57\xa8\x9a\x1d\x58\x9d\x22\xe3\x68\x8e\xd9\x8c\x8c\x9d\x8d\x6c\x13\x6d\x49\xb7\x73\x0a\xcd\x9c\xd9\x56\x9a\x2f\xa7\x1b\xa3\x30\xd9\xf2\x1d\xe6\x55\x6f\xff\xd1\x87\x40\x2a\x3c\x23\xc8\x8c\xa8\x93\x55\xb1\x14\xf0\x63\xb1\x62\x41\x4f\xb0\xad\x0e\xcb\x41\xd0\x6d\xc2\x3b\x44\xae\x5c\xe0\x09\x49\xde\xc6\xf1\x0d\x5d\x5b\xdb\x2a\x38\x5b\x4c\x30\x37\x41\xcf\x60\x8e\xad\xb0\x0c\x6b\x7c\x15\x79\x53\x68\xf7\xb2\x79\x96\x8a\x57\x6f\x31\x51\x57\xea\x61\x93\xa9\xb6\x15\x80\x08\xaf\xbd\xa0\x50\x42\x93\x7d\x24\xbc\xfe\xaa\x26\xc1\xcd\x06\x12\xd4\x6b\x68\x19\xc7\xd6\x05\x1b\x56\x4e\x65\xe3\x1c\xf1\x8e\x45\xcc\xce\xa7\x88\x71\x46\x10\x95\xc5\xcb\xaa\x9c\xcd\xe2\x11\x56\xb4\x88\x6f\x8c\x2f\xbe\xc8\x92\xaf\x9d\xf3\xd2\x96\x96\x22\xf7\xdd\xdb\x06\x5c\x7a\x2e\x23\x5a\x51\xc5\x62\x01\x08\x8d\x86\x0f\x97\x65\xba\x95\xe3\xdc\xb9\xc0\x7d\xef\x00\x38\x83\x40\x4b\xc5\x11\x88\x91\x95\xc1\x21\x03\x63\x69\x5f\xb2\x1f\x59\x94\x91\x11\xf3\x96\x0d\x20\x44\x2a\x51\x8a\x33\x70\xc9\x30\xae\x8a\xaf\x0c\x6a\x8e\xf2\x5b\x78\xe0\x04\x71\x69\x4a\x20\xb5\xac\xc0\x2a\xd3\x8e\xbb\x7e\x8b\x75\x2d\xa3\x13\x3a\x64\xd5\x19\x7d\x22\xcc\xd1\xf4\x81\x3b\x13\x7a\x50\xae\xd3\x64\x71\x88\x21\x4a\x94\xc4\xa1\xe1\x7a\x39\x47\x32\x06\x99\x7d\xb0\x47\x76\x5f\xb2\xfb\xc6\x28\x08\x83\x71\x55\x02\x27\x77\x71\xbd\x21\x95\x5a\xd8\x55\x93\xc8\x8b\x25\xfa\x03\xe3\xea\x0f\x01\x30\xad\x33\x5e\xc0\xa7\xce\x04\x75\x50\xab\xb8\x01\x87\xd6\x12\x0e\xc2\x01\x40\xd2\xca\x95\xdf\xd6\xb5\x5b\xc4\x2d\xbf\xa8\x34\x3a\xac\x27\x31\xb5\x95\x2c\xea\x1d\xae\xa8\x7a\x2d\x54\x0d\x9e\xa6\x2a\x5a\x71\xd2\x4b\x86\x4e\xb9\xca\xc3\xea\xf7\xa2\x93\x67\xb5\x96\xd0\xbd\x0d\xb5\xa5\x9d\x03\x5f\x56\x60\xd8\x36\xdb\x25\x36\x49\xd3\x6b\x93\xcb\x45\x39\xf2\xc8\x56\x31\x68\x01\x69\x3d\x1a\xb1\x8f\x5c\xd8\x2b\x58\x5a\x98\xf8\x09\x8e\x1e\x0f\x09\x8b\x11\xce\xd5\xdc\x80\xa5\x5a\xbf\xc2\xc2\x52\x83\x96\x34\x80\x6c\x3c\x12\x02\x95\x11\x16\xb1\x2b\x58\xf0\xc4\xdd\x28\x46\x2c\x68\x04\x80\xe8\xa1\x4e\x0f\x54\x1a\x6d\x53\x35\x89\xd4\xfa\x55\xdb\x5a\x34\xd5\xd0\xac\x55\xd0\x5c\x7e\xce\x4a\x35\x41\x01\x42\x1f\xe2\x53\xf8\xb4\xbe\x3a\xe7\xce\xda\xe8\xf4\x3b\x4d\xcf\x75\x2f\xc4\x81\xd5\x28\x8c\x49\xca\xce\x40\x4b\x3a\xdf\x3a\x5e\x5b\x02\x7d\x9d\xe6\x02\xa2\x2d\x9b\xda\xfc\x3a\x9a\xd3\xa4\xf0\x5d\x7c\x73\xe0\x87\xa9\x9b\x4c\xc8\x13\x49\x0c\xe4\x78\x24\x20\xb0\xda\x58\x0d\xbf\x45\xff\xc7\xd4\x95\x44\x7f\x1c\xb1\x4f\xc0\x86\x93\x64\x01\x80\x88\xbe\x65\xac\x2a\xcd\x3c\x36\x0e\x40\xd9\x4c\x0e\x54\x1e\x88\xd9\xeb\x39\x7e\x22\x23\xe6\x9a\xf9\x3f\xe8\x11\xfd\x1b\xfa\x63\x9b\x7a\xe7\xe2\xa3\x5f\xd8\xce\xf1\x31\x88\x3e\x0e\x6e\x39\xcb\x28\x2d\xbf\x71\x66\x90\x92\x11\xb2\x01\x18\xc1\xe3\x1a\x53\xf6\xc4\xa3\x5a\x10\x7e\x78\x6a\xb1\x20\x4c\x8d\x19\x8f\xc9\x98\x34\xb8\x34\x97\x30\x09\x2d\x04\x5c\xf1\x98\xac\x74\x48\x7a\x66\xfa\x33\x98\x6e\x64\x3e\xf1\xdb\x01\xf9\xd9\x3e\x19\xd7\x5b\x1f\xca\x94\xd6\x3c\x72\x0f\x1e\xba\xc9\xb8\x37\x75\xa6\xba\x28\xbf\x03\xb8\x10\xec\x00\x9a\x1d\x7a\x09\x56\x2e\x85\xb5\x7a\x1c\xab\x8e\x00\xfd\xb2\x9e\xb9\xbd\xac\x02\x58\x54\x28\x5d\x21\xe8\x8c\x6a\xf9\xbd\xbb\xc3\x16\x38\xe1\x26\xde\x0c\x83\x11\xd9\xc9\x9d\x51\x2c\x85\xc3\xc9\x38\xf4\xf4\x57\x38\x21\x27\x3c\xaf\x0a\xf0\x76\x01\xa8\x0c\x93\x6b\xad\xac\xbe\xd0\x7c\x78\x66\x12\xb8\xc8\x9c\x9a\x94\xe9\xc1\xe9\x05\xd2\xa7\x83\xa7\x06\x57\x08\x16\x2d\x57\x73\x2e\xe8\x6f\xad\x09\x26\xed\x32\x7a\xe1\x69\x2d\xf2\x71\xcc\x38\xcb\xd2\x3a\x10\xab\x11\x29\x54\x49\x2b\x69\xd2\x99\xd0\x24\x07\x08\x4d\xcd\x66\xa7\x79\x62\x70\xf7\x23\x2e\x62\x53\xf8\x5a\x96\xb2\x7f\x20\x8a\xd2\x89\xf7\x58\xf9\x06\xa9\x45\x1a\xb4\xc8\xfe\xc6\x82\xb3\x54\x00\xfd\x6b\x4e\xf2\x1d\x25\x50\xbd\x69\xc8\xe9\x3d\x9e\xc9\x22\x86\xd4\xac\x8d\xe6\xcd\xc5\xfa\xfe\x5d\xcf\x54\x06\x29\x87\xce\xb2\xe8\x11\x7c\x8c\x4a\x6e\xea\x3a\xae\x65\xd1\xb9\x35\xc8\xe5\x3b\x30\xe9\xbc\x46\x3c\x47\x5d\x46\x6a\x60\x3f\x96\xfc\x9e\x7c\x02\x5e\x95\x45\xbc\x90\x9d\xc4\x41\xc0\x57\xa4\x8f\x17\x34\x99\x6c\xc0\xe4\xea\x42\xf5\xd2\xa0\xd6\xc2\x80\xe2\xd9\x5a\x43\x2e\xac\xe2\x10\x35\xff\x2c\x28\x00\x7c\x2d\x8a\x97\x7d\x09\x53\x77\x5d\x84\x3c\x46\x4b\x29\x46\xac\x85\xb8\x0e\xb7\x84\x8b\x66\x1e\xbf\x86\x01\xc2\x36\x54\xee\xba\xee\xb7\x6f\x3b\x11\x86\x25\xed\xeb\x91\xa8\xa3\x7b\xac\x3c\x0c\xbe\x90\xc3\xdb\x18\x10\xbd\x68\xf3\x7a\x27\xc3\x93\xe3\x38\xc2\xd1\xbc\x75\x52\x13\xce\x13\x82\x59\x9b\xf4\xda\xf8\xb8\x7a\x44\x0c\x36\x25\xb0\xee\x24\x01\x80\x56\xb7\x04\xb6\xa8\x5f\x21\xbe\xb3\x18\x80\xb5\x0d\x0f\x37\x48\x1c\x6e\xa0\x8a\x30\x67\xf9\xa1\x6c\x96\x90\xea\x5a\x59\x04\xf4\x03\xdb\x49\x12\xe5\x49\x50\xd5\x2f\x23\x42\x8f\x5a\x2f\xf1\x13\x61\x5a\x67\xb0\xe3\x70\xce\x8c\x67\x97\xcf\xea\x6b\xf9\x1c\xf8\xae\x9d\x3f\x0d\x92\xc6\xe2\x11\x83\x83\xcb\xcb\x87\x55\xd3\xaa\xd4\x6a\x46\x68\x97\xda\xf8\x74\x06\x42\xc4\xda\xc7\xf3\xae\x6c\x26\x5e\xfb\x4c\x9a\xbe\xc7\x10\x63\xb0\xb5\x6b\x2d\x70\xbf\x14\x99\xf6\x66\x63\x1d\x9a\xd2\x2b\x19\x91\x21\x6a\xa3\x0c\xf2\x12\x04\x6d\xb4\xa1\xf9\xbc\xe8\x5d\x52\x54\x2f\x70\xb7\x41\xc7\xa1\x2c\x75\x55\x77\x74\x3c\x83\x75\x72\xd9\xb9\xbd\xb0\x11\xb7\x65\x97\xad\x4f\xcf\x28\xc2\x1c\x6d\x7d\x4e\x25\x30\x24\x97\x43\x4a\xf0\xcf\x46\xc3\xa6\xd2\x58\xc0\x5c\x95\x82\x34\x53\x0b\x5b\xd4\x0a\xee\xc5\x30\x25\xd3\x00\x76\x35\xb9\x87\xab\x77\x64\x5c\x72\x10\x37\x75\x06\x1d\x59\xb3\x42\x63\x93\x6e\xa1\x43\x00\x88\x4a\xc2\x7d\x5b\x34\x88\xa9\x0f\x3a\xc6\x49\xab\x2d\x6b\x07\x4c\x13\xb2\x24\x8b\x24\x7b\x8b\xdd\xa9\x44\x4e\x34\xef\xc2\x49\x52\x99\x17\x86\x6c\x56\xe5\x6b\x84\x4d\x8a\x42\xa6\xdd\x9d\xd5\x09\x9e\x90\xb5\xdc\xd3\x17\xe6\x83\xa5\x54\x04\xaf\x40\xaa\x69\x96\x25\x8b\x6e\xa8\x4d\x61\xe8\x5d\x23\xc6\xd5\xaa\x81\x85\xc8\x58\x4b\xef\xa6\x32\xba\xd4\x66\x43\x94\x24\xca\x05\x55\x8b\xb1\x35\xfa\x75\x67\x5a\x77\xf6\xcb\x53\xfb\x61\x17\x8d\xfa\x04\xb9\xfe\x9c\x91\x11\xee\x29\x41\x4d\x01\x14\x3b\x85\x2e\xdb\xad\xb5\xe4\x46\xec\x9b\x65\x0b\xeb\xc0\x77\xba\x0d\x55\x77\xb1\xe9\xf0\x6c\x61\x85\x31\x9f\x3a\x58\x9b\xee\x0b\x5b\xad\x38\xb1\x86\xb5\xd4\xa1\xe7\x66\x82\x72\x61\x0b\x3b\x74\x09\x6a\x4b\xf1\xe7\x71\x86\x05\x4e\x12\x92\x50\x99\x6e\x6e\xdb\xfd\xd3\x77\x4b\x47\x7b\x6a\x0a\x90\x48\x5b\xce\xe7\x33\x4d\xf3\x14\xb1\x3c\x9d\x58\x29\x17\xcb\xc7\x10\xbb\xd0\x65\x5a\x1b\x08\x1e\x37\xc0\x52\xbe\xb7\x08\xd0\x28\x47\x2c\xc0\x25\xb6\xa6\x0a\x1c\xcd\x29\x79\x02\xd4\x44\xc1\x88\x94\x47\xe8\x8a\x2b\x72\x82\x2e\x71\x76\x0f\x82\x9a\xa9\x08\x38\x33\xd6\x71\x2c\x91\x96\x5a\x73\x46\xd5\xc1\x88\x59\x30\x63\xb7\x2a\xc7\x11\x67\x06\xd0\x32\x82\x85\xf5\x4d\x80\xb9\xd7\x21\x3b\x2a\x97\x97\x46\x65\xcb\x62\x0b\xfc\x3c\x0e\xa2\x57\xc7\x26\x3b\x60\x0d\x3a\xbe\xc5\xcf\x26\x5e\x1b\x2a\xe0\x9b\xaf\x97\x48\xee\x36\x20\xca\x16\x80\x31\x38\xae\x2e\x70\x84\x5b\x30\x01\x5f\xba\xca\x44\xa7\x7e\x4d\x8f\xc8\x11\xfa\x3e\xe1\x13\x79\x80\xa4\xc7\x3c\x76\x05\xfa\xe5\x81\x71\x50\xc1\xbf\x4d\x26\xcf\x37\x6e\xf5\x0b\xbe\x0f\x55\xdb\xa6\xf4\xb3\xc1\x30\x90\x7f\x3a\x39\x3e\x4e\x17\x87\x93\x3c\x7a\x24\x4a\xff\x05\x32\x45\xe3\x0a\x39\x00\x20\xdc\x04\x27\xb4\x6a\x75\xea\x50\x44\x9d\x28\xd2\x82\xd8\x49\x02\xb0\xd7\xfa\x4a\xf7\x75\x31\x1d\x72\x0d\x67\xcd\x45\xff\xec\x94\x45\xde\x76\xbc\x4a\x78\xb9\xaf\xa3\xad\x98\xba\x9f\x21\x4c\xef\x34\xc1\xb3\x8a\xca\xb2\x86\x92\x72\x9d\x52\x4b\x45\x7a\xee\x10\x6f\xa1\x4f\x59\x39\xca\xec\x2b\xe7\x8e\x04\xb7\xa2\x75\xb7\x1c\x8d\xd8\x40\xa2\x67\x62\xca\x79\x42\x4a\x19\x78\x27\x72\x2a\xe7\x3e\xa1\x0c\xec\xa5\xd0\xa8\x41\x33\x35\x49\xef\x56\x71\x74\x9a\x95\xf3\xdf\x58\x0d\x14\x27\x92\x1c\xe8\x86\x01\xd1\xca\x05\x12\xa2\x67\x81\xb3\x8c\x88\x11\xb3\xc8\x94\x80\xbf\xcc\xb9\x0d\x12\x69\x8b\x26\xef\x35\xca\xfd\xd2\x28\x07\x95\xd0\x72\xa8\x70\x9b\x82\xd2\x23\x8b\x42\x7e\xce\x3e\xe5\x55\xce\xd2\xd5\x0c\x60\xbc\xf0\x71\xcc\x89\x0c\x0c\xcf\xc8\xdb\x8f\x12\x3a\x25\xfa\xc6\x1c\x31\xbd\xf4\xa1\x91\xdc\x60\xfa\x3a\x88\x5f\xdd\x69\x24\xb8\x94\x36\x5a\xdc\xb4\xb3\x3c\xe7\x67\x8b\xf2\x61\x06\x98\xd8\x14\xee\xaf\x16\x12\x0b\x9e\xb9\x92\x62\xf6\x61\x73\x3d\xf7\xb6\xa6\x56\x16\x10\x2b\xd6\x62\x8d\x12\x62\xc7\xa7\x17\xe7\xbe\x6e\x4e\xa5\xeb\x7a\x0d\xb1\x10\xcc\xb9\xbd\x8a\x58\x7d\xc6\x41\x3d\xb1\x4a\x13\x4b\x2a\x8a\xad\xde\xac\x72\x8c\xea\x36\x48\x5d\x95\xad\x5f\x75\x67\x55\x68\x66\x55\x28\xf5\x8e\xb6\xa9\x85\x15\x46\x20\xe4\xbc\xb4\x57\x18\x84\x05\xfd\x96\x54\x38\xcd\xc2\x34\x41\x07\x55\x68\xa7\x69\x8e\x5a\x1b\xe3\x7e\x55\x08\xe5\x08\x9b\x08\x8c\xea\xe0\x6a\x5b\xb1\x9e\x97\xe6\xde\x22\x33\xef\x22\xf4\xf6\xf5\xf2\x6e\x93\x45\x11\x69\x26\xad\xbc\xe1\xaa\xfe\xb6\xd8\xaa\x27\xc4\xa3\x50\xb7\x6e\xe8\xb6\x89\x75\x1e\xad\x46\x10\x2c\x6d\x08\x01\xe4\x9f\x55\x72\x53\xd6\x30\x69\xfa\x31\x9b\x0c\xd6\x43\x8f\xfb\x1e\x5c\x35\xb6\x94\x51\xe4\x0e\x22\x15\x82\x3c\x11\x01\xb4\x63\xe3\x54\x58\xf9\xa8\xe2\x44\x10\x1c\x2f\x82\x15\xf1\x4e\x72\xd3\x33\x98\x74\x24\x4d\xb5\xd2\x09\xe2\x34\xe3\x87\x3c\x73\x72\x76\xe9\x2d\x00\xed\xa7\x53\x7d\x63\x05\x2e\x76\xfd\x05\x3b\x24\x9f\xa9\x54\x5a\x2f\x69\x88\x2f\x74\x8d\xc0\x2d\x0d\xa5\x7c\xe6\xc4\xde\x70\xa3\x0f\x83\xef\xaf\x6f\xef\x87\x67\xa3\x0f\x45\x44\xb9\x4b\x99\xf2\x20\x34\x0e\x53\x9c\xb3\x11\xf3\x41\xa0\x1e\x73\x15\xf6\x12\xe1\x38\x2e\x10\xaf\xad\xe2\x63\xe4\x8c\xa5\x1c\x39\x38\x15\x2b\xc3\x3f\x97\x34\xf3\x00\x79\x33\xfb\x7a\xb2\x96\xb8\x7b\x4a\x27\xc7\x64\xff\x2c\x49\xd3\xd8\xd1\x65\x13\xc2\x45\x2a\xa3\x1f\x12\xe5\xf0\xcc\x18\x79\x76\xf2\x3d\xdc\xce\xc7\xd8\x5c\xc2\xeb\x71\x3b\xb7\x21\x1b\x6c\xea\x47\xfa\x99\xc4\xb7\x2d\x52\xd5\x4e\xb2\x30\x3a\x45\xaf\x35\xee\x42\xce\xe8\x3a\x5a\xaa\x9f\xca\x83\xfe\xae\x3b\x5b\xba\x2e\x50\xa0\x0a\x44\x47\x80\x73\x54\x08\xa3\x88\x08\x85\x29\x43\x53\x38\xd8\x2c\x5a\x20\xc0\xe2\x20\xe0\x77\xfd\x0e\xa5\x94\x41\xb6\xfb\xb2\xa5\x7d\x28\xcf\x63\x9d\x52\xfe\xe7\x57\x0f\xf7\x25\x51\xf5\x87\xeb\x87\x72\x1d\xe9\xc1\x2f\x4b\x65\xd5\x4a\x0b\xcb\x02\x5c\x82\x29\x16\x99\x73\x16\xd8\xd2\xaf\x4c\xd3\x44\x3f\x11\xf5\x93\xe6\xcb\x9c\xed\x22\xac\xdc\xca\x59\xe0\x70\x22\xe3\x27\xd3\xf0\x1a\x64\x60\x87\xb2\x24\x77\xc0\x49\x72\xd0\x03\xb2\x3d\x84\x89\xec\x47\xa6\x62\xf2\x40\x37\x07\x2a\xa3\x0b\xd0\xd2\xfa\x12\x67\x7a\xb9\x0c\xbc\xa0\xc3\x24\x0c\x9a\xe3\x53\xf3\x71\x47\x84\xa6\x20\x4c\x58\xb7\x55\x2c\x25\x1a\xdc\x9c\x37\xac\xf5\x45\xd5\x26\xff\x65\x95\x77\x48\xbc\x7b\x60\xd7\x95\x1d\x82\x7c\xaf\xbd\x28\xea\x60\x67\xba\x5d\x3d\x07\xe3\x45\xbd\x29\xbb\x66\xf7\x01\xbd\xb2\x49\x9e\x2d\xe5\x71\xae\x00\xaa\x5c\x2f\xb5\xa9\x58\x86\x35\x51\x64\xc2\x01\xd9\xb8\xfa\x10\x39\xa5\x1e\xb4\x79\x10\x22\xa9\x70\x53\x40\xd2\x3a\x6b\x77\x86\x2e\x53\xcc\xa6\x0b\xbc\xcc\x4f\x86\xa2\x3d\xfa\x00\xe0\x29\xb8\x02\x65\x2e\xd8\xd2\x26\x03\x87\xd3\x0d\xa9\x6d\x3d\x44\x9a\x62\x7c\xce\x9e\x68\xb1\x59\x71\x86\xad\x52\x0c\x12\xbe\x43\x0e\x6f\x2a\x34\x75\x34\x62\x41\x04\x80\x34\x32\xb9\x3e\x23\x0e\xac\x1f\x2a\x40\x32\x00\x7a\x85\xac\x07\x7f\x33\x97\x76\xa0\x9a\x73\xac\xe6\x65\xb8\xfd\x5a\x3f\xf6\x74\xca\x39\x76\x99\x5d\x4e\xbd\xb7\x81\x55\xa1\xf1\x03\xda\x0b\x00\xb6\x6d\xc7\x60\xdf\x03\x8d\x1a\x07\xe5\x9b\x82\x6c\xe0\x98\x13\xc9\xbe\x52\x3e\x77\x8e\x26\xb6\x44\x00\xae\xda\x5b\xb5\xc8\x81\xa9\x6d\x79\xf9\x01\xdf\x01\xdc\xcd\xba\x52\x6d\x70\xac\x56\xda\x50\x9c\xd3\x0c\x28\x21\x0c\xee\x80\x4e\xdb\xb0\x69\x3e\x67\x24\xda\x04\x93\xe3\x06\x0b\x9c\x12\x45\xc4\xb2\xf8\x8e\x72\x71\x55\x88\x5d\x70\x3b\x68\xfb\x35\xbb\x68\x90\xe7\xab\x25\x0a\xbc\xea\x75\xb1\x0a\x63\xc3\xcf\x62\x2d\x38\x21\x3d\x8d\x9f\x2c\xd4\xfe\x9a\xb3\xb0\xfd\x14\xd3\xb0\xe1\x2b\x01\xa4\xca\xb6\x73\x7a\x1d\x6c\x89\xfb\x1a\x4a\x43\x29\xfe\x62\x4f\x40\x25\x56\x8f\xb2\x0d\x4d\x62\x15\x2f\xdd\x09\xef\x76\x21\xe3\x2e\x27\xb1\x72\xa8\x4a\xc1\xe8\x40\x25\x20\xef\x1b\x60\x85\x66\x44\x08\x10\x5a\x9a\x42\xce\x02\x3f\x8a\xc5\x0b\x2b\xac\x8d\x56\xb2\xaa\x16\x5b\xa9\x2c\xd7\x0a\x1e\xb7\xab\x6c\xf9\x5e\xa2\xd9\xb5\x44\xb3\x86\x6d\xcf\x50\x27\x11\x15\xe0\x0e\x5b\x04\xd5\x66\x5c\x97\x27\x08\xc9\x1c\xf6\x8a\xb4\x95\x14\xe1\xea\xa7\xcc\xff\xab\xcc\xc1\x1d\x51\x87\xa4\xda\x94\xa5\x76\x14\xf8\x47\xc0\x3d\x92\x84\xd2\x80\x0d\x54\x80\xd1\x9a\xb8\x32\x63\x82\x3e\xbf\x32\xde\x15\xc8\x16\x5d\xf0\x1c\x3d\x53\xa9\x75\xe1\x11\x83\xc0\x2b\x6f\xaa\x56\x1c\x99\x17\x0f\xe0\x2d\xc8\x2b\x97\xf9\x24\xa5\x0a\xe1\x60\x86\x25\x7b\xd9\x81\x3d\xcf\xfa\x03\x98\x71\x63\xe2\x72\x13\xe6\xc9\x8a\x43\xb3\x81\xf1\xa7\x68\x64\xdb\xdc\xe4\x20\x48\xf4\x65\xb3\x93\x03\x8d\x27\xd4\x30\x1b\xcf\x5c\x9f\x9e\x8c\x9a\xad\x0d\x16\x85\x11\xa0\x32\xa9\x54\x95\xbb\xc5\x62\x2f\xae\x48\x4d\x2e\x36\xa2\x53\x6e\x72\xf1\xfa\x2e\x92\x93\xdb\xca\xf6\x2c\x4b\x56\x73\x9f\xb4\x18\x67\x5d\x12\xa4\xe2\x2e\x12\x39\x94\x94\x6e\x5a\x25\xa5\x7d\x83\x89\x2a\x22\xac\x37\x8f\xd7\x5d\x47\x1d\x2c\x12\x5e\x42\x2a\x0a\xf2\xd7\xca\x20\x1b\xa4\xca\xf9\x19\x57\x90\xa4\x10\x41\x49\xe3\x5a\xe2\xdc\x88\x35\x4b\x20\xcb\x79\xe2\xb6\x31\xef\x3b\x85\x93\x0a\xce\x9f\x9b\x85\xb5\x68\xfd\xec\xa3\x86\x8c\xb2\x6c\x8b\x13\x57\x45\xcc\xc2\xff\xd4\xa2\x80\x80\xe0\xb1\x49\x06\x67\xc3\xa9\xec\x18\x91\xbe\xf2\x5c\xd8\x4b\x77\x87\xaa\x5d\x8d\x3b\x77\x0e\xe0\xf7\x32\xb2\xe5\xc6\x2e\x02\xd5\xa9\xf1\x15\x37\xe2\x26\x45\x17\x01\xa5\x71\x67\xd8\x92\xd5\x74\x6f\xdd\xf8\x01\xb8\x1e\xed\xd0\xb1\x09\xc3\xf0\x88\xc7\x95\x2d\x29\x4d\xd8\x16\xb3\x7e\x81\x49\xaf\x5b\x28\x33\x70\x85\x09\x1b\x3e\x49\x43\xbb\x01\x54\xc8\xb4\x51\x67\x15\x3e\xec\x45\xbb\x9c\xc5\x44\x30\x82\xd5\xfc\xf5\x82\xd6\x4f\xb7\x35\x4e\xbf\x5a\x00\xfb\xe9\x4e\xaa\x24\x57\x82\xc2\xd7\x8c\x07\x5f\x23\xb8\xba\xa8\x99\x59\x53\x1c\x9b\xaa\xd3\x17\x98\x1e\xeb\x50\xe9\x56\x71\xed\xcd\xca\xdc\xcb\x44\xf8\x37\x58\x7d\x6a\xb1\xfd\xfa\xb0\x87\x95\x46\x57\x2c\xc9\x17\x11\x4a\xff\xf2\xd1\xdd\xcb\x6a\x9a\xe6\x41\xc0\x37\x14\x96\x55\x98\x32\xcb\xbd\x96\xc5\x78\x6b\x89\x32\xc5\x4d\x61\xdd\x7b\x9f\x30\xf0\xc5\xe7\x0b\xf4\xd1\xe3\x7d\xf4\x78\x1f\x3d\xbe\x56\xf4\xf8\x32\x33\xa3\xf7\x7c\x41\x8d\xb7\x52\x65\x0e\xb3\x8e\x2b\xb4\xb5\xcd\xa3\xba\x9d\xa5\x2e\x0c\x89\xb1\xbf\xd8\x1f\x1a\xa3\x62\x6a\x9f\x55\x67\x1b\x5a\x0d\xd9\xa2\x6a\x7c\xc7\x22\x4e\x2c\x7c\x96\x8d\x59\x2d\x5b\x79\x96\x19\x24\x47\xec\x07\xfe\x4c\x9e\x88\x38\x40\x58\xa1\x94\x6b\x25\x3d\x88\x42\x01\x82\x2b\x21\x31\x9b\x68\x03\x8c\xae\x70\x4a\x62\x53\x67\x2b\x88\x6c\xb3\x66\x51\xeb\xd0\x6c\x42\x89\x04\xc0\x43\xb3\x0d\x2e\x3a\x61\xc4\x4c\xb4\x99\x89\x70\x82\x3b\x99\xba\x89\x01\x5d\xff\xc1\xbb\x5b\xff\x70\x84\xee\xf5\x3d\x40\x65\x79\xbc\x01\x68\x54\xdb\xd8\x46\x6c\x26\x78\x9e\x79\x4b\x15\x9f\x98\x82\x8b\x06\x70\xba\xee\x6e\x85\xc1\x38\x5f\x6b\x84\x63\xad\xf1\x2e\x27\x9c\x37\x09\x44\xdc\x08\x79\x25\x24\x20\xcd\x25\x7c\x74\x95\x8d\x76\x36\x5e\xd2\x00\x6f\x62\x19\x7e\xf4\x0b\xb9\x70\xcf\x88\x04\xdb\x8b\xb7\x6d\x97\xd2\x5f\xcb\x29\xd6\x8d\xe3\x5c\x66\x79\xf4\xde\x01\x67\x41\x6f\xce\xde\x2e\x3a\xb7\x91\x55\x26\xb7\xce\xf2\xe3\x17\xb3\x49\x76\x0e\xa0\x6c\xe3\x17\x37\xb9\xc8\x38\x48\x3c\xc9\xc2\x65\x9b\x5b\x80\xaa\x8c\x67\xb9\x89\x1e\xa3\x61\x30\x51\x23\x65\x53\xa9\x2e\xb1\x8a\xe6\x9a\xbf\x17\x40\x4d\x3b\x8a\xaa\x2b\xb8\xf2\xcb\xda\x29\x1b\x66\x70\x1a\xf6\xde\x62\xb8\xef\x60\xb7\x36\xf7\xab\x8b\xb0\x76\x37\x76\xaa\xfb\x2b\xd5\x92\x0f\xac\x8f\xee\x13\xfb\x44\x4f\x74\x15\x15\xad\x1a\x7f\x37\xda\x2a\x17\x0a\xda\x79\xbc\xde\x16\xc8\x17\x67\x16\x67\xa8\x78\xd1\xd6\x05\x6c\x71\xb2\x6f\x58\xe8\xdb\x7a\x4f\xa0\x72\x7c\x61\xd7\x4c\x71\xa6\x85\x75\xc5\xf5\x2d\x29\x66\x46\x5e\x34\xf5\x27\x11\x46\xb9\xa0\xee\xec\x57\x52\x59\xdb\xa9\x03\xec\x80\xc7\x61\x21\x98\x08\x07\x35\xb2\x8c\x5b\x1d\x47\x2a\xc7\x3e\xfc\x0f\x68\xc2\x95\xde\x35\x69\xbb\xce\x7d\x2d\x9c\x18\xd5\xb0\xa7\x2b\x09\x7b\x8b\x5d\xc6\x4d\xb0\x6c\x9d\x4e\x1a\x65\xb3\x00\xd3\xad\xd9\x16\xdb\x05\xb2\xbd\xf1\xcb\x6e\xb0\xf3\x8d\x9f\x3a\xd9\x67\x93\x6f\x97\x60\xce\xb4\x7e\xbe\x4a\x80\x2d\x85\x3a\xdb\x70\x53\x2b\x3d\x85\x68\x7b\xd6\x4e\x06\xa0\x99\x14\xdc\xe1\xd8\x4a\x53\xff\xe9\xff\x32\x25\x7e\xcc\xd2\xfc\x27\xe2\x62\xc4\xcc\xef\x07\x1e\x5e\x5f\xbf\x50\xe0\x56\xe2\x94\x14\xc8\x7e\xa2\x8c\x01\x06\x48\x08\x16\xc3\xc9\x60\x94\x7a\x74\x71\x3d\x86\xc7\x7c\x42\x04\x23\x7a\x68\x2e\x67\xda\x33\xb3\x14\x33\x3c\x03\x44\xd4\x03\x88\x3f\x03\x71\xb5\x10\xf9\x0d\x49\x9b\x32\x6d\xc0\xad\x34\xb3\xb4\x29\x97\x45\xb5\x49\xe8\xd3\x88\xb2\x16\x90\xb1\x08\x62\x68\xa6\xfe\x5b\xdb\xff\x66\x12\xfb\xfd\xe0\xee\xc7\xf1\xed\xf0\xee\xfa\xe1\xf6\xb4\x24\xb6\x9f\x5e\x3c\xdc\xdd\x0f\x6f\x1b\x9f\x15\xe9\x8a\x7f\x7d\x18\x3e\xb4\x3c\x72\x0d\x5c\x0c\xbe\x1f\x96\x4a\xb7\xfe\xf5\x61\x70\x71\x7e\xff\xcb\xf8\xfa\xe3\xf8\x6e\x78\xfb\xd3\xf9\xe9\x70\x7c\x77\x33\x3c\x3d\xff\x78\x7e\x3a\xd0\x5f\x86\xef\xde\x5c\x3c\x7c\x3a\xbf\x1a\xbb\xe0\xde\xf0\xd1\xcf\xd7\xb7\x3f\x7e\xbc\xb8\xfe\x79\x1c\x74\x79\x7d\xf5\xf1\xfc\x53\xd3\x2c\x06\x77\x77\xe7\x9f\xae\x2e\x87\x57\xcb\x4b\xc4\x36\xaf\x46\x6b\xf5\xc9\xe0\x22\x0b\x8c\x33\x81\x98\x34\x59\x58\xd2\xa6\xbf\x81\x8b\xe0\xc6\xd0\xe3\xe1\x81\xfb\xcb\x14\x74\x3d\xd4\x2c\xd0\x79\x9f\x0a\xee\x31\x62\xde\x3d\xe8\x2f\x55\x28\xe8\x6d\xb3\x4f\x4b\xa3\x3d\x41\x03\x38\x2b\xa0\x30\x94\x3a\x05\xcc\x09\x3f\x52\xe7\x50\x46\xa6\x58\x7f\x4a\xc1\xb7\x8c\x0e\x51\x75\xc3\xcb\x0d\xda\x39\xc1\x10\xac\x77\x2c\x5e\x76\x1a\x64\x35\xb1\x15\x28\xe5\x04\x39\x0e\x4d\x8c\xda\x6e\x20\x33\x17\x0c\xa7\x34\x32\x3f\x54\x50\x23\x51\x81\x90\x50\x6d\xb1\x44\x60\xe5\x96\xe7\x04\xfd\xf8\x97\x62\x50\xe0\x29\xb0\x06\x82\xbc\x56\x08\xcc\x3e\x10\xb9\x59\xd5\x55\xe4\x59\xea\xc9\x1d\x73\x6b\xc2\x85\x73\x6b\xeb\xc5\x82\x5b\x27\x67\x01\x4a\x52\xc9\xc7\xa3\x8f\xb7\x99\x51\x85\xc6\x4f\xd0\x1d\x20\x34\xc8\x42\x75\xd7\xbb\x98\x25\xf9\x8c\x32\x44\xd3\x2c\x21\x45\xa5\xe1\x09\x99\xe3\x27\xca\x1d\xea\xbe\x29\x4e\x00\xeb\x68\x45\x2b\x74\x88\x5a\x0f\xca\x09\x1a\xc4\xb1\x2c\x33\xb8\x12\xe5\x38\x96\x79\x58\x1e\x76\x08\x6c\xc4\x62\xcf\x36\x2b\x74\x54\x1c\x39\x58\xb1\xdd\x63\x50\xd4\xd9\x61\xf9\xee\xdd\x0a\x4f\x55\x3e\x8e\x1d\x29\x8f\x37\x12\x06\xee\xb1\x7c\x74\xac\x79\x95\x40\xe0\xd0\x40\xb6\xeb\xd1\xc2\x82\x74\xed\xd4\xaf\xec\x18\x0e\xda\x66\x7d\xb6\x82\xd9\xae\xe8\xd2\xcd\x38\xa9\x54\x1c\xea\xdc\x5f\xa9\x62\x51\x63\x67\x3b\xf5\xaa\x34\x4b\x63\x70\x24\xc7\x9e\xfe\xd7\x98\xc7\x0d\x7c\x7a\xed\xbf\x5c\x2a\xb2\x8d\x83\x75\x5b\xd7\xd7\x52\xcb\xd3\xb4\xfe\x96\xa5\x74\xb8\x23\x54\x9a\xee\xc2\x20\xe0\xc5\xd3\x08\xdc\x6a\x98\x32\x5b\x45\x84\x78\xbf\x8f\xab\x9b\xab\xcf\xb1\xaf\x6c\x85\x27\xfc\xa9\xa4\x5c\xa6\x44\x4a\xdc\x82\x59\x11\x98\xc4\xb6\x61\x0c\xfe\x84\xda\x0f\x3b\xd2\x93\x3b\x93\xf7\xfa\xab\x65\x46\x9f\xdb\x50\x33\x76\x13\xd5\x02\x6b\xec\xe2\x59\xd1\xb5\xc9\x6a\xd3\xfc\xe5\xa0\x08\x59\xe1\x22\x88\xe4\x69\x73\xb3\x74\x34\xab\x55\x17\xac\xb1\x38\x4c\xe8\x2a\x5b\x3f\xd2\x25\x68\x7d\x63\x20\x5f\xeb\xbf\xc0\xe5\xf5\x59\x83\xea\x4a\x7e\xc5\xb0\x70\xae\xa9\x11\x0f\x36\xb7\xd0\x96\x7a\x80\xb0\x49\x26\x2c\xa4\x29\x99\x47\x73\xe3\xcd\xd1\x57\xc6\xc1\x88\x3d\x07\x1b\x52\x0a\xb7\x1d\x84\x2d\x01\x08\xe2\x67\x7d\xdc\xe8\x53\x29\x88\x19\x44\x46\x0a\x11\xb5\x01\x21\x18\xc7\x5b\x51\xf5\x66\x05\x81\x07\xfb\xb5\x05\xa9\x6f\x50\xe2\xac\xa1\x0a\x7f\x53\xa1\x33\x3f\xb7\xa0\xbe\xd8\x16\x9a\x72\xd7\x21\x04\x25\xce\x9a\x46\xb0\x83\x0a\x67\xaf\x8a\x4a\xec\x93\x22\x4d\x0e\x6d\x3a\xb1\x30\x05\x7a\xba\x6e\xb5\xff\xcd\xcd\xe8\xdf\x8c\xdf\x21\x6f\xc1\xb5\x08\x5a\xf3\xc0\xc4\xe8\x50\xcb\xac\x2e\xdf\xda\x06\x3c\x48\x74\x68\xc0\xce\xbe\x82\x78\xc6\xc1\xcd\xf9\x57\x07\xe8\xab\x30\xa7\xeb\xab\x8d\x0e\xa0\x1d\xb7\xad\x72\x06\xda\x54\x29\xb0\xbf\x7c\xec\x60\xaf\x2a\x27\xd1\xee\x99\x3d\x88\xa8\xed\x1c\xea\x2f\x4b\xdf\x80\x13\x18\xaa\x76\x19\x3f\xa9\x0f\x2b\xb6\x2e\x20\x23\xe3\x52\xd9\xb0\x76\xf1\x88\x4d\x16\x55\x27\xcf\x81\xf7\xf2\x74\x3e\xa5\x5b\x57\xa2\xd2\xed\xd5\x93\x80\x77\x1c\xee\xba\xfc\x3e\x58\x91\x56\x3c\x30\x91\xcd\x7c\x1a\x70\xb1\xb6\x68\x80\x3e\x4e\xbc\x69\x56\x25\x7b\x99\x5b\xcc\xc6\x4d\x59\x25\xff\xbc\x37\x72\xeb\x10\x5c\x3d\x68\x5a\x11\x1b\x57\xdf\x22\x5c\xf7\x54\xf6\xb2\x54\xb6\x8b\xbc\x82\xf2\xe0\xd6\xbf\x40\x4f\x8d\x1c\x17\x34\xe3\x0c\xae\x5a\x99\xf0\x0c\xbe\x54\xae\x6c\x75\x9d\xcf\x35\x7d\xbe\xc1\x9a\xac\x76\xfa\xde\x99\xc0\x01\xe3\x76\xad\x8f\xb5\x3a\xd4\x81\xb2\xb5\x53\x38\x35\x39\x84\x8a\xa6\xe4\x00\x71\x96\x2c\x82\x60\x07\x7b\x5e\x81\xdc\x4c\x2c\xd0\x9c\x50\xe1\x3a\xb1\x30\x73\x6b\x25\x9d\xaf\x29\x8d\xb7\xd1\xc8\x16\x91\x26\x57\x83\xcb\xe1\xd9\x78\x78\x75\x7f\x7e\xff\x4b\x03\x84\x60\xf9\xb1\x43\x11\x0c\x5e\xb8\xfb\xe5\xee\x7e\x78\x39\xfe\x34\xbc\x1a\xde\x0e\xee\x57\x20\x0c\x2e\xeb\xac\x0d\xbd\x2e\x97\x4d\xea\xdb\x3a\x08\x76\xce\xcc\xdb\xd0\x7b\x1d\x67\x30\xe8\x84\x92\x16\xac\x41\x93\x60\xcf\x62\x22\x50\x4c\x9e\x48\xc2\xb3\xc2\xac\xda\xb8\x60\x01\x08\x61\x43\xfb\xcb\x80\x08\xa1\xcd\xea\x1a\x9f\x20\x53\xa2\x2a\xa8\xd2\xe9\x1b\x04\x91\x0f\x0b\xc2\xbe\x52\x88\x7c\xce\x12\x1a\x51\x15\x24\xe0\x71\x61\xdd\x2b\xc6\x7d\x08\x51\xa0\x2b\x88\x6b\x67\xd1\x28\x3b\xd7\xf9\x43\x4f\x7a\x5d\xdb\xf7\x27\xca\x83\x62\xad\xac\x7b\xb2\x03\xc5\xbe\xc5\x69\x5c\xc3\xec\xda\x60\x74\x2f\x61\x1e\xa8\x67\xc2\xd8\x24\xba\x16\x3c\xaf\xe6\x41\xae\xbe\x0d\x97\xc5\xc9\x94\xce\xf5\xf2\x40\x99\x6e\x94\xfa\xc6\xe1\x2e\xa5\x7a\x80\x3b\xc0\xb7\xb0\x31\xe2\x6b\x06\x2c\xd4\xca\x5c\x30\x13\xdb\x89\x91\x20\x29\x57\x5a\x01\x33\x11\x01\x07\x5a\xa8\xa2\x38\xa1\xbf\x01\x12\x94\x20\x47\x41\x04\x05\x24\xda\xc5\x61\xc4\xa5\x45\x69\x38\x1a\xb1\xb3\xe1\xcd\xed\xf0\x54\x33\xa4\x23\xf4\x20\x01\xe4\xa9\x34\xf5\x33\x4b\xde\x46\x1c\x0b\x23\x19\x28\x93\x8a\xe0\xb6\x60\x30\x22\x04\x17\xdd\xf9\x83\xef\x6f\x08\xdf\x35\x93\x37\x3c\x2b\xd9\xa6\x9c\x01\xe0\xaa\xb5\x98\x6b\x10\x9b\xbf\xf3\xd4\xa7\x5b\xfc\x5c\x5a\x91\x10\xe4\x02\x24\x91\xf2\xaa\xbf\xe0\x6a\x03\x86\x63\xf7\xf9\x95\xfa\xbc\x81\x6f\x97\xcd\xf3\x1e\x42\xec\xa4\x2a\x00\x21\x0d\x66\xa4\x2f\xd6\x51\x99\x67\xab\xa8\x28\xde\x02\x10\xa3\x42\xfa\x13\x32\xc3\x0c\x89\x9c\xb1\x0a\x42\x68\x68\x69\xab\x07\xcd\xac\x7b\x54\xf5\x9a\xe1\x94\xe7\x0c\x94\x06\x08\x63\x6d\x18\x8c\xcc\x08\x53\x2b\x06\xf3\x56\x70\x27\x95\xa1\xee\x2f\xe2\x49\xc3\x40\xdb\x40\x4f\x9a\xfc\x49\x50\x31\x76\xbd\x6b\xd9\x05\xe5\x95\x9c\x4a\xfa\x50\xf9\xfb\xb9\x59\xcb\xc6\xf2\x71\xeb\xee\xee\xb1\x7c\x5c\xdd\x55\x4c\xa2\xc7\x75\x2f\x9b\x6a\x06\x64\x62\x0b\xee\xd6\x8c\x7d\x0b\xfd\xd4\x56\x94\x80\x3a\xcb\xd1\x23\xfa\xe1\xfe\xf2\x02\x4d\xa9\x96\x7b\xf5\xb5\x72\x85\xb5\x8c\xfd\x20\x12\x5f\xc4\xde\xc8\x20\xb9\x48\xfc\xdd\x0b\x1b\xef\x44\xa9\x40\x4a\xd0\x37\x1a\x9e\x11\x67\xec\x15\x16\xd3\xae\x52\x51\x42\x60\x16\xf3\xd4\xcc\xe3\x58\xe6\xd3\x29\xfd\x7c\xa4\xb0\xf8\xa6\x65\x3d\x4c\x54\xc5\xf8\x6f\x7c\x32\xd6\x23\xda\xf2\x22\x6e\x6a\x0e\xd9\x3a\xb0\x7e\xd9\xec\xcc\xce\xcc\xbb\xff\x97\x4f\x20\xa7\x3c\x13\x1c\x70\xf6\xc0\x3b\x67\x23\x15\xec\x2b\x8e\x92\x8e\x90\x4b\x54\x2a\x41\x89\x44\x5c\x08\x62\x53\xd1\x4d\x49\xc4\x0c\x0b\x45\xc1\x5a\xeb\xa0\x48\x4a\x00\xe9\xc5\x16\x85\x95\x8a\xe7\xb8\x00\x23\x9e\x10\x02\x0e\x9e\x8c\x26\xeb\x29\xbd\xa7\x25\xdf\x64\xe5\x04\xda\xc8\x53\x8b\x4e\x09\x06\x99\x95\x22\xd6\xf0\x89\x30\xb5\x13\xfd\x04\x9a\x68\x48\x8e\xef\xe6\x65\x30\x95\x09\xcf\xcf\x8a\xcb\xcd\x57\xc8\x0f\xa2\x9a\x94\xc0\x70\xcf\xdb\x84\x24\xeb\x52\x6f\x73\xf4\x3f\x75\xf6\x1d\xc3\xab\xf5\x75\x59\x11\x1a\x6f\x57\xbb\xa8\x50\x5c\x84\xb5\x3a\x74\xf7\x0d\xe1\x72\x24\x31\x56\x8c\x00\xa6\xc1\x2a\xa7\xd5\x3d\x37\x7d\x6a\xda\xaa\x74\xb9\x72\xcb\x37\xc0\x86\x29\x35\xf3\x89\x40\xea\xe4\x2e\x02\xd1\xd7\x49\x91\x87\x81\x3c\x88\x04\x42\xa8\x97\x5a\xb1\x4c\x75\x64\xcd\xf9\xbc\x64\x87\x3b\xc8\xe8\x66\x30\x5a\x68\x24\x99\x20\x50\xaf\xff\x04\xdd\x24\x44\x4b\x5e\xb9\x96\xbe\xf2\x24\x71\x38\x5a\xcb\xa5\xc3\xb5\xb0\xdf\x5e\x7c\x5e\x81\xee\xb1\x64\x62\x0e\x47\x6e\xf9\xcc\x82\x35\xd8\x3d\xb0\x41\xb0\xbe\x60\x42\x06\x43\x62\x59\x8b\x04\x0e\xbf\x30\x71\xb3\x60\x4a\xc2\xa5\x8b\x8c\xfe\xa6\xd9\xaf\x20\x72\xce\x5b\x93\x09\xc3\xd9\xbe\xcc\x1c\xdc\x52\xbe\xe0\x24\xdc\x7d\xd8\x16\x57\xdd\x41\xae\xa9\xdc\x81\x25\x11\x67\xd9\x14\x7d\x01\x00\x1f\xfd\x61\x51\x4d\xed\xdd\x6a\x87\x06\xb7\x64\x61\x6a\x0b\x11\xc6\x0a\xd7\x45\xa1\xcc\x2c\x8c\xef\xd5\x7f\x5e\x18\x90\x8b\x94\x00\xaa\x64\x51\x2c\x0b\xe9\xbb\x76\x3d\x2e\x6b\x13\x47\x8a\x26\xf4\x80\x9b\x59\x9b\xc5\xfe\x07\x91\xd7\x86\x05\xc9\x12\x36\x9a\xdd\x62\x33\xe5\x46\x75\xac\x9d\x81\x6e\xeb\x02\x03\x89\xb6\x10\x3b\x5e\xca\x13\x56\xa2\x96\xd2\x04\x7a\xb4\xad\xf5\xd1\xb6\x6c\x21\x08\x4f\x7b\x80\x8d\xa7\x04\x24\xc3\x17\xce\xae\xea\x25\x6f\x0d\xd4\xab\xb2\x94\x4a\xbb\xd3\x29\x25\xa9\xf4\x85\x3e\xf7\x67\x5b\x7a\xcb\xf4\x64\x16\x63\x48\xf2\xdc\x26\x62\xa6\x34\x7f\x63\xe9\x87\x36\x49\x8c\x4c\x46\xbf\xc1\x02\xb6\x6b\xe7\xbd\x1c\x19\x16\x84\xa9\x11\xbb\xd5\xa3\x30\x5f\x14\x51\x13\x45\xa1\x7f\x52\x94\xc5\x9c\x22\x6c\xbf\x82\x45\x6f\x0b\x5a\x93\x63\xf3\x12\xa8\x91\x2f\x98\x78\xfe\xbd\x79\xc7\xe0\x00\x58\x1c\x1c\x3d\x55\x3a\x2d\x54\x6e\x2d\xec\x45\x73\x0a\x69\xf8\x31\x91\xf6\xf2\xa0\xca\xe2\x2c\x78\x51\x39\x27\x0e\x91\x18\x3e\xf3\xfc\xab\x89\xb9\x3a\xa5\x9e\x39\x63\x9a\x1c\xb1\xa0\x8f\x25\x00\x96\x46\xb1\xde\x50\xec\x87\x7d\xa6\xb1\x77\x52\xc1\x3f\xcd\x0e\x71\x41\x67\x94\x05\x35\x6e\xec\xf4\x52\x9c\x81\x29\xd6\x9c\x41\x3e\xf5\xf7\xcf\xbd\xcd\x08\x38\x82\x11\xff\xf7\x7f\xfd\xcf\x11\x6d\xf3\x54\xc8\xb1\x5d\x81\x7d\xd8\xc9\xf5\xb6\x25\xdc\xf9\x00\x59\xa3\x05\xb1\x21\xd0\x3f\x65\x29\xcb\xa1\xf8\xd5\x5e\x6e\x9a\x68\xb8\x9a\x1b\xd7\x6c\x99\xdc\xc1\x8f\x21\xf2\xe5\xb7\x6c\xc0\xe2\x0a\xe7\x7d\xe1\xa1\x0d\x02\x64\x5d\xdd\x04\x13\xd8\xa8\xdb\xaf\x5c\x28\x15\x06\x15\x00\xdc\x6d\x13\x48\x38\xc7\xf2\xe5\xa2\x45\x1a\x8b\xd1\x18\x03\x6f\x78\x47\xae\x8a\x1b\x31\x83\x34\x09\x88\x7a\x57\x72\x49\x84\x39\xd0\x1e\x09\xc9\x12\x4f\x08\xdf\x07\x61\x83\x2b\xdc\x5f\x24\xc5\x74\xad\x10\x77\xfd\x7e\x33\xb8\x60\xc9\xfe\x8d\x67\x44\x8c\xe3\xbc\x14\xcf\xbc\xaa\xed\x1b\xfd\xd1\x59\xae\x16\xab\xdb\x97\x09\x8e\x1e\xd7\x01\x74\xd4\xef\xb7\x34\xbb\x5a\x30\x0c\xa2\x4e\xca\xc2\x61\x0b\x5c\x22\xa9\xc0\x25\xda\x30\xc8\x92\xd6\x0e\x17\x0d\x83\x82\xe3\x81\x70\x6f\x6f\x22\x03\xea\x0c\x23\x47\x93\xbc\xb0\x72\x78\x98\xfc\xf8\x68\xc4\x3e\x9a\x3a\x13\xa0\x78\x98\x01\x44\x90\x83\x42\x3e\x67\x5c\x92\x52\x52\x54\x03\xf4\xbd\x4d\x6a\xb4\xc3\x68\x96\x49\x2b\x05\xdf\xb7\x12\x49\xdf\x1c\xf8\xb2\xbe\xe1\xf5\x29\x37\x53\xe0\x56\x52\x4f\x44\x33\xaa\x69\x67\xdc\x78\xd2\xd6\x9f\x7a\xd7\xca\x29\x45\x98\x11\x40\x20\xa9\x64\x71\x80\xfc\xf4\x2a\x04\x91\x90\x27\x02\x16\x5e\x18\x63\x58\xe0\xa0\x6c\x6a\x6a\x61\x27\xab\x0e\x50\x91\x91\x08\x6c\x01\xc5\xd5\x11\x94\xf3\xb6\x9a\x68\xb1\x9c\x91\xb2\x75\xf2\x54\x53\xac\xc4\x1a\x52\xe8\x20\x2c\xf4\xb0\x20\x0a\x91\xcf\x8a\xd8\x3a\x85\xf7\x2e\xbd\xad\x1e\x11\x8f\x9a\x33\x74\xda\x45\xa4\xdd\x53\x45\x6d\x22\x36\xa9\xd9\xe5\xef\xc5\xee\xde\xb7\xf9\x6c\x73\xcc\x62\x9b\xa4\x69\x65\x69\x2d\x53\xc0\xec\x8c\x1d\xc8\x87\xaf\xdb\x54\xc3\x00\x21\xdb\xb4\x69\xa0\xbc\xe1\x22\x73\x7a\x91\x96\xcc\xc1\xe3\xcf\x85\x16\x50\x73\xa6\x68\xa2\x89\xc3\x8e\x41\x6b\xcd\x39\xf3\x18\x75\x10\x6c\xdd\x06\x83\x46\xa5\xa4\x6c\x36\xb6\x2b\xe9\xf2\x0d\xbb\x5d\x0c\x65\x9a\xba\x34\x4d\x99\x1f\xbf\x77\x0d\x2d\xb7\xf3\x1a\xb2\x06\x88\x2a\x97\xe9\x08\x82\x35\xe3\x6e\x32\x16\x5b\xcc\x25\x48\x8e\x69\x6c\x96\x82\x9a\x72\xb8\x30\xd1\x75\x8c\x14\x20\xd6\xd5\xa1\x05\x8a\x2b\x44\xda\xec\x45\x93\x93\x04\xc1\xe3\xaa\x25\x3d\x53\xb6\xa6\x65\x9e\x33\x2f\xa2\xd9\x7a\x47\x3e\xf9\xbc\x92\xe1\x89\x5d\x77\x36\x42\x1e\x27\xc9\x04\x47\x8f\x5e\xd9\xf0\x2a\x37\x17\x0e\x2f\x5e\x0b\xa8\x50\x10\xcb\x10\x97\x1e\x68\x04\xd2\x4d\xe8\xc0\x32\xe0\x32\x76\xd8\x45\xe7\x66\xd5\x2c\x3a\x96\x41\x13\x32\xa3\x37\xe1\xf6\x31\xc9\x12\xbe\x48\x5b\xee\xb3\x6a\x56\xdb\x36\xc1\x23\x6d\x49\x75\x3b\xbd\xca\x2a\x4c\x6f\xed\xcb\xac\x96\x22\xb3\x03\xa8\xa3\x35\xb8\xe4\xa7\x84\x4f\xc0\xca\x67\xb5\x6c\x97\xf6\x11\x64\x1f\x54\xcf\xf3\xba\xc9\x28\xd5\x13\x49\x65\x96\xe0\xc5\xb2\x1e\x4c\x1a\xc4\xcb\xee\x9b\x49\x9b\x5f\x6d\x04\xeb\x1e\x40\xdc\xf8\xf9\x4b\x80\xd7\x5e\x38\x49\xc0\xbc\x6b\xf8\x57\xc5\x98\x64\xf2\xcf\x8e\x8c\xdf\x54\xf1\x11\x53\x78\xe6\x36\xd7\x0a\x97\xfc\x99\x11\x21\xe7\x34\x2b\x15\xca\xdb\x3a\x62\xd9\x52\xb4\xfd\x8f\x89\xcf\x5d\x83\x77\xf2\xec\xd0\x80\x66\x68\xfa\x90\x19\x8e\x0a\xe3\x5f\x94\x60\x29\xe9\x74\x11\x60\x5d\xf8\xe0\x4f\xc8\x28\x2a\x6b\xcb\x41\x6d\xaa\x26\x46\x63\xc6\xb7\x9b\x64\xef\xed\x13\xdd\x1e\xca\xc7\x8f\xc6\x21\xa8\x98\xbe\x4f\xea\xc0\x26\xee\xa6\xb6\x00\x27\xad\x20\xa4\x26\xab\x7d\xb3\xe4\xec\xa5\x78\x34\xed\x66\x84\x42\x98\xb4\xc3\xb6\x8a\x8c\xc7\xa0\x08\xf1\x59\x54\x29\xbb\x0f\x36\x5f\x2b\x4e\xce\xfc\xa9\x89\xd3\xe3\x57\x40\x9a\x7f\xf1\xf1\x01\x92\x5b\xe1\x3e\x75\xa1\x8b\x33\x92\x90\x9d\x04\x01\x6f\x40\x24\x55\x0f\x7b\x40\x1e\x4b\x49\xa3\xc0\x97\x5f\x6d\x5c\xd8\x20\x36\xb9\x05\x3d\xa6\x79\xe8\x3f\x9b\x81\xda\xf0\xe4\xa6\x5d\x04\xfb\x17\xac\x72\x57\xdd\xa5\x09\x86\xce\xb4\x60\x49\xae\xe8\xa6\x44\x57\x45\xa7\x5e\x5e\xd9\x47\x52\x7b\xe3\x28\xde\xda\xb8\x3e\x91\x2e\x11\x07\x2b\x0f\xc0\x46\x1c\xa8\xce\xa7\xbb\xd1\x85\xf5\x13\x2a\x8e\x66\x44\x99\x9a\xe4\xbe\xf0\xfa\x7b\xa2\x89\x9d\xe5\x20\xec\x68\xf5\x9b\x0f\xf9\x7a\xa7\xf6\x8e\x28\xe9\xae\x84\x1a\xb2\x9f\xdd\x9c\x3d\xdc\x82\xfd\x38\x96\x46\x70\xfd\xe2\xe5\x96\xad\xf3\xf6\xed\xc8\x6c\xf6\xfa\xef\x48\xa0\x32\x73\x8c\xed\x17\x3e\x53\xbd\x84\xd1\x84\x4b\xb8\x76\x66\x8d\xde\x9e\xeb\x55\x49\xfb\x4b\x17\xbd\xd6\xa7\xf1\xea\xa8\x0a\xea\xee\xe5\xc1\xf5\xe4\x41\x87\xfb\xb8\x87\x97\x7f\xdb\x31\xd8\xcf\xfb\x67\x0f\x84\xc3\xda\x95\xb8\x3b\x11\xf1\x1d\x91\xc9\x5e\x48\x8a\xb5\xad\x78\x2d\x79\xf1\xd0\x01\xef\x14\x30\x36\xfb\xbb\x45\xfb\x71\x92\x6f\xad\x1b\xe8\xe5\x2e\xd8\xd5\xf4\xb2\x13\xfa\x00\x0c\x4a\x0c\xa9\xba\xb9\x2d\x6a\x01\x87\x37\x08\x19\xab\xf9\x1e\x56\x04\xe3\xd9\xe1\x75\x0a\xc3\xab\x2d\xe7\x4b\x6c\xaf\xcd\xcb\xea\xbc\xb9\x2f\x49\x6a\xeb\x8e\x65\x17\x3a\xca\x0b\x7b\x71\x2c\x35\x06\x1f\xf4\x31\xb1\xdd\x6e\xd1\x06\xb4\x17\xb7\x65\xbb\x3c\x64\x4d\x15\xbf\xb6\xcf\x2c\x77\x69\x67\xe3\x4c\x90\x29\xfd\xbc\x91\x28\x7e\x03\x9f\x5a\xf5\x52\x2f\x73\xa5\x86\x18\xb8\x67\xa0\xe6\x58\x10\xb7\x67\x57\xda\xd6\x19\x1a\xb1\x22\x59\xcf\x66\xea\x3d\x92\x05\xe2\xa2\xf4\xd3\xa6\xb8\x84\xbb\xaf\x77\x66\xf6\x75\xae\x54\x26\x4f\x8e\x8f\x67\x54\xcd\xf3\xc9\x51\xc4\x53\x13\x6e\xce\xc5\xcc\xfc\x71\x4c\xa5\xcc\x89\x3c\xfe\xee\x8f\x7f\x2c\xb6\x78\x82\xa3\xc7\x99\x41\x7a\xa9\xfb\x9d\xca\x5b\x4e\xb0\xdc\x2e\xb2\xc7\x65\x55\xbd\x70\x76\x6d\xd0\x8d\xcb\x67\x2c\xca\xe8\x07\xd1\xa3\xa6\x62\x98\x54\xb8\xa8\x9f\x00\xa9\x72\x7a\x9a\x68\x8e\xb3\x8c\xb0\x76\xb3\x83\xc9\x7d\xdc\x82\xf5\xb8\xec\x49\x3b\x42\xf2\x39\x4b\x30\x2b\x23\x02\x40\x31\x20\x41\x22\xc2\x94\xcd\x56\x2f\x6a\x08\x03\x35\x1a\x54\x1a\xc3\xff\xd7\xcb\xdb\x80\x39\x52\x59\x54\xd3\x72\xc3\xb1\x95\x2d\x5d\xbd\x43\x1c\x2c\x5d\xb5\x9a\x68\xb1\x76\xc4\xad\xda\xb2\xbc\xb9\xbb\x7a\x4d\xe9\xf5\xab\xac\x08\xce\xc6\xe4\xb3\x66\x72\x72\x53\x0c\xa9\x07\x49\x24\x1a\xfc\x7c\x87\xe4\x82\x29\xfc\xf9\x04\x5d\x52\x06\x02\xec\x0f\x3c\x17\x12\x9d\xe1\xc5\x21\x9f\x1e\xa6\x9c\xa9\x39\xba\x84\xff\xb5\x3f\x3d\x13\xf2\x88\x7e\x21\x58\x58\xfe\x60\xab\x91\xf9\xc2\xd6\x9a\x84\x44\xce\x24\x22\x4f\xfa\x84\xfe\xf1\x3f\x50\x6a\x5a\x3e\x41\xdf\x1e\xff\xf1\x3f\xd0\x1f\xe0\xff\xff\xff\xe8\x0f\x2d\x9a\xfe\x7a\x28\x54\x50\xb3\xf6\xb6\xec\xce\x3d\xa8\xac\xd4\x06\x65\xbc\x4f\x05\x2f\x76\xaa\xb1\xe5\x47\x1a\x3d\xf2\xe9\x74\xac\x09\xc3\xe4\x96\x8d\xb1\xa8\x21\x18\x6f\x08\xe9\x49\x6d\xd1\x61\x41\x0d\xd2\xbd\x2b\x6b\x62\x3b\x35\x20\x04\x8e\x5d\xcb\xbc\x28\xba\x0a\x41\x44\xa5\x42\xb6\x54\xc2\x57\x24\xd6\x5c\x75\x9d\xd3\xe1\xac\x7b\x2e\x1f\xd9\x59\x70\x42\xd0\x8e\xb0\x90\xb6\x0f\xfc\x0b\xa3\x58\x4d\xa0\x8f\x5d\xc8\xc6\xe3\x50\x0b\xaf\xfd\x62\x62\x26\x61\x6a\x6f\x15\x2f\x29\x6b\x9d\xaf\x0e\x95\xbc\xe3\x62\x2b\x7d\xeb\x91\xd4\x62\xb6\x3b\x96\xf0\x71\xe5\x5b\xc3\x92\xee\x90\xb4\xcc\x85\x87\xd6\x35\x76\x11\x5b\xe8\x6f\xb5\x15\x93\x0a\x13\x5c\xd6\xed\xd0\xeb\xa9\x9f\xf9\x4f\x56\x0d\x13\x22\xcd\xdc\xdb\x45\x09\x33\x18\xad\x16\x91\x34\x4b\x6c\x18\x71\x03\xfe\xde\xaa\x0d\xbd\xf3\x90\x0b\xd0\x38\x84\x3d\x42\xca\x07\x73\x92\xad\xcd\x69\x6f\xde\xcf\x5c\x44\xe4\x94\x6f\x17\xf6\x9a\x50\x56\x8b\x97\xef\x5e\x1d\xc7\xaf\xde\x85\xad\x83\xe4\x20\x6a\x79\x5c\x28\x0b\xc6\x2d\x60\x0b\x23\x04\xd8\x98\xe5\xd9\x00\xc6\xda\x2e\xe0\x17\x6b\x70\xfd\x5b\x70\x6d\x63\x38\x2e\x18\x9e\xab\xf6\x50\x29\xf2\x20\xb0\xe6\x85\x1b\x22\x56\x9a\xb2\x3d\x07\x48\x60\x88\x83\x54\x73\xcc\x8c\x49\x61\x8a\x23\xca\x66\x07\x01\x58\x21\x00\x07\x84\x1c\xb8\x89\x2e\xee\xb1\x7c\xdc\x6d\x6c\xdf\xd6\x65\x0c\x69\x5c\x94\xd2\xb2\xf0\x22\xc6\x97\x40\x6b\x48\x6d\x0a\xcb\xc7\x36\x7c\x9d\x1a\xb8\xd7\x92\xd1\xf9\xa5\x70\x90\x60\xcb\xc6\xe7\x12\x91\x49\xa8\xc2\x00\x72\xbf\x2b\x60\x6b\xa1\xfe\x5c\x2e\x19\xf6\x58\x1c\x55\x8c\xcb\x25\xe3\x97\x73\x2e\xd4\x78\x43\x74\xd0\x6a\x32\x35\x23\x87\x09\xc0\x7a\xf0\x27\x22\x9e\x28\x79\x2e\x83\x6c\xae\x43\x8b\xc6\x4e\x15\x04\xb2\x01\x0a\x63\x9a\x71\xc8\x5a\x99\xa2\x14\xb3\x85\xe1\x4d\xfa\x3c\x63\xf9\x28\x7d\x39\x4f\x24\x53\x9c\x24\x07\x48\x90\x5c\x9a\x72\xb2\x92\x24\xd3\x43\x57\x10\x21\x46\x09\x9f\xd1\x08\x27\x68\x92\xf0\xe8\x51\x8e\x98\xbe\x9b\xd9\xcc\xf0\x85\x4c\xf0\x88\x48\x19\x08\x33\x45\x9e\xb4\xcd\x5e\x83\x5a\x9e\x8a\x88\x94\x32\x2a\x15\x8d\x9c\x94\x52\x40\x13\x98\xca\xcd\x11\x06\x2b\x2c\xe4\x02\xc2\x70\xb5\x70\x45\x0c\x44\x63\xce\x6c\xe9\x1c\xb8\x21\x2d\xf2\x9a\x8b\xcb\x6e\x3b\x40\x3b\x00\x92\x73\x14\x32\x56\xe5\x03\xb9\xe2\x48\x9d\xda\xcf\xe0\x18\x2f\x23\x81\xdb\xf2\x89\xf2\x04\xe9\x4f\x5a\x09\xdc\x06\xc2\xb8\x7d\xd4\x79\x49\x58\xf0\xc1\xd8\x7b\x86\x6b\x05\x43\x6e\x41\xb3\x5a\x45\xd3\x7a\x15\x41\xca\x80\x6a\x4d\x55\x47\x35\x65\x51\x92\xc7\xbe\x5e\x9f\xbe\x75\x9f\x34\x91\xb8\xe5\xd1\x6b\xaf\xef\xe6\x03\x84\x25\x7a\x26\x49\xa2\xff\x6b\x82\xce\x0f\x3d\x7c\xbe\x66\xc9\xa6\xc4\x01\x74\xe2\xb8\x74\x1b\x45\xed\x1d\x46\xe1\x0d\x56\x73\x93\x4d\x9e\x72\x65\x4a\x25\x1a\x8c\x42\x67\x52\x32\xa0\x76\x93\x84\x4f\xe0\xa4\x03\x7c\xa1\xcb\x46\x0d\x32\xd9\xf2\x28\x22\x24\x26\x31\xfa\x3a\x38\xb8\x1e\xe9\xe0\x9b\x66\x30\xbd\xd2\x8a\xec\x01\x74\x61\xd5\x96\xd5\x0a\x60\x58\xae\xf6\x75\x84\x6e\x2a\xf0\x1c\x61\xb5\x6c\x5c\x05\x6b\x3a\xa8\x6d\xe1\xdb\xc0\x1d\x56\x26\xf1\x72\x3b\xb4\x26\xdc\x61\xa9\xcf\x1d\xc0\x1d\x56\xe6\xd9\x12\x2e\xcf\x67\x2f\x9a\xe6\xab\x27\x75\xc1\xbb\xe7\x5e\x19\x98\x28\x73\x77\x96\x48\xd0\x1d\xc8\x45\x13\x21\xee\x17\x94\x63\xa5\x26\xde\xdb\x42\x39\x56\x06\xb3\xcf\x50\x8e\x95\xa1\xee\x2f\x94\x63\xc3\x40\x3b\x40\x39\x1a\x7f\xfa\x58\x13\x75\x37\xa6\x00\xb9\x24\x93\x7c\x7a\x07\xd9\xd5\x4b\xc7\x78\x6a\x7c\xf5\xe6\x1a\x73\x77\xb4\x45\x36\x86\xd1\xda\xb4\xc3\xb6\x08\xa4\x8a\xdd\x7f\x5d\xda\xf3\x0e\x2f\x2a\x8d\x86\xb6\x9e\xa5\xfb\x20\x34\x30\x83\xe9\x2f\xc2\x99\x4d\xe3\x6e\x2b\x38\xb2\x3f\x09\xab\xeb\xa1\x64\x02\x02\x5d\x89\xd5\x77\xc2\x8f\xba\xac\x60\xf6\xcf\xf9\xb3\xad\x9b\x03\xe4\x67\x88\xb1\x95\xf4\xa0\xd3\xb1\x55\xd6\xda\x56\x8c\x32\x45\x66\x55\x5d\xb6\x38\x2c\x94\xa9\x3f\x7d\xb7\x92\x03\x19\x80\x3d\xa7\x16\x06\xc8\xf9\xde\xaf\x60\x9f\x91\xd8\x16\xee\x97\x5a\x6d\xd1\xd3\x31\x37\xaa\x44\x29\xa6\x4e\x81\xca\xa5\xf1\xe2\x50\x39\x62\x25\x44\xca\x23\xf4\x11\xca\x81\xe2\x34\xd3\x7a\x97\x9f\x1f\xd5\x14\x34\xca\xbf\xfd\xf6\x4f\x04\x7d\x8b\x52\x82\x59\x49\x77\x05\x75\x49\x5f\x79\x80\xe0\xa6\xe6\x64\xc4\x1a\xb7\x02\x0d\x3f\x9b\x0a\x43\x2e\xb4\xee\x9c\x4d\xb9\xd3\x85\xa1\xcc\x1d\x8e\xe6\x48\xe6\x13\x53\xa7\x35\xb0\x5d\x38\x01\xfa\x82\xcf\xc0\x27\x0c\x37\xb1\x1b\xf4\xb2\xd3\xf7\xb2\xee\x76\xeb\xd9\xeb\x7a\x0b\x0f\xe0\xfe\x38\x94\xa4\x84\x16\xd4\xe0\x9f\x32\x1c\x2f\x3c\xf0\xd2\xc0\x82\x1e\x18\x73\xbd\xd6\xcb\xb0\x35\xa2\x6b\x19\x1a\x22\x67\xc1\x21\x95\x27\x58\xd8\x23\x3f\x62\x5a\xc1\x10\xe4\x89\xf2\x5c\x26\x0b\x14\x73\x46\x0e\x80\x12\xf2\x68\x6e\x7c\x98\x5a\x57\xc1\xb6\x5c\xc1\x13\x95\xb9\x56\x64\xa1\x2d\x57\x1d\x41\x2a\x6c\x50\x8e\xe6\x14\xfa\xd1\x6a\x37\x81\xaf\xc2\x84\x34\xd4\x4d\x7b\x0a\x41\x43\x2b\xbc\xbe\x23\x68\x68\x89\xaa\x7a\xd0\xd0\x66\xc6\xb7\xb7\xa0\xa1\x95\x3d\xef\x06\x1a\xda\xb4\xe5\x1b\x80\x86\x96\x9a\xf9\x62\x40\x43\x2b\x2b\xfa\xc5\x80\x86\x56\xe6\xd5\x83\x86\x7e\x21\xa0\xa1\xab\xf9\x48\x23\x2c\x66\xf3\xe1\x5d\x0f\x16\xb3\x51\xb5\x6d\x67\x11\xdb\x62\x10\x81\x20\xfd\xca\xb0\x98\xa5\x09\xf4\x21\x80\xeb\x87\x00\x36\x12\x9f\xed\x5b\x0f\xcf\xc5\x05\x56\x2f\xb2\x8e\xc0\x98\xa5\xfd\xe9\x14\x2c\x08\x22\xef\x0e\x28\xf1\x65\xa5\x60\xf0\x2a\x74\x97\x81\xc3\x55\x94\x16\x4e\x57\x4b\x46\x0e\xd0\xcc\x28\xad\xa1\x8b\xba\xa7\xdc\x0d\x82\x57\x2b\xcb\xeb\xfd\x10\x86\x16\x3b\x90\x6a\x67\x0a\x6d\x28\xb3\xbf\x05\xbd\xba\xfc\xbe\x35\x5d\xb2\x6e\x10\x77\x19\x89\x5a\x6c\xb2\x34\xa5\xbb\x6a\x76\xd5\x45\xe6\xe1\x9a\x40\x91\xad\xa5\x2e\xea\xeb\xc9\x0c\xc7\xc8\xc6\x95\x8c\x4d\xc0\x92\x30\x5f\xce\xa8\x54\xa2\x35\xfc\xa6\x36\xc2\x6d\x5c\x8b\x59\xde\x39\x66\x23\x58\xd5\xd9\x66\x9f\xa5\x24\xe5\x62\x55\xec\x4f\xe3\x97\xb6\x40\xc8\x26\x9f\x92\x6c\x4e\x52\x2d\x04\x8d\xd7\x6d\xa4\xeb\x7e\xfb\xbc\x56\x9b\x5e\x65\x62\xf1\x4a\x44\x10\x38\x0e\xf5\xbb\xb1\x01\x4d\xec\xbc\xdd\xdb\x6e\xb3\x85\x75\x5c\xd3\x81\xe2\x60\x6d\x97\x1b\xaa\xec\x4b\x25\xf7\x30\xd0\x77\x63\x0c\x84\x0f\x41\x59\x1d\xe5\xb0\x24\xbe\x61\x19\x34\x52\xf1\x95\x2d\x9f\xbb\x86\xeb\xbb\xec\xcd\xd6\x9c\x30\xac\x9d\xba\x7e\x40\x44\x0b\xb0\x67\x7d\x79\x20\x92\x45\x12\x71\x18\x4a\xd4\xa5\xc1\xd4\xd7\xab\x44\x25\x4e\x13\xdb\x82\x48\x72\xd1\x1a\x08\xd9\xc5\x00\x1c\xa9\x1c\x27\xa0\xe6\x85\x35\xff\xaa\x9b\x3a\x59\x34\x64\xe6\x75\xf3\x30\x50\xa6\xfe\xfc\xef\x6b\xed\xa6\x56\x49\xec\xba\x41\x9d\x22\x1c\x45\x44\x1a\x9b\xb4\x0d\x94\xc5\x13\xfe\x04\x25\x8a\xb6\xd9\x55\x7d\x94\xf5\xbc\x35\x83\xf7\x68\xb9\x71\x41\xea\x46\x5c\x98\x0b\x9e\xcf\xe6\xce\xf6\xa2\xcf\x8c\x9e\x5a\xd3\x5e\xfe\x54\xb3\x2d\xaf\xbd\x97\xdf\xe7\x34\xd9\xcc\xb2\x75\x57\x2a\xde\xf4\xe9\xfc\x1e\xc9\xb9\x3f\xad\x13\x68\xb6\x71\x63\xeb\x83\xee\xde\xa7\xfd\xd6\xfb\x37\xa0\x9b\x03\x87\x10\x39\xe5\x49\x02\x16\x7a\x49\xd2\xa7\xb0\xe6\x7a\xd8\x3d\x4c\xf8\x9e\xae\x07\xee\xe6\x07\x00\x5f\x17\xb1\xfb\x9d\xe4\xaf\x1b\x23\x1a\x4a\xe4\x46\x5f\x75\xf2\x9b\xd0\x2e\xce\x08\x6b\xb2\x4d\xfd\x5c\xaf\x9b\xf1\xce\x02\xec\x5c\xb4\xd5\xce\x82\xec\xdc\x92\xbc\x72\xa0\xdd\x8a\x79\xec\x6b\xb0\x5d\x85\xd9\xf9\xd8\xb7\xe2\x9a\x71\x81\x36\x46\xf1\x19\xe8\x25\x1e\xb1\x41\x29\xe4\xdf\xd5\x17\x9e\x2c\x8a\x98\x61\xa3\x43\x84\xcc\x0c\x2a\x1e\x58\xc3\x0a\xb8\x9f\xf4\x5f\xa0\xe9\x18\x7c\x55\x13\x82\xe7\xc2\xec\x20\xe0\x99\xc4\x87\x38\x5a\x44\x09\x8d\x02\x9d\x79\x26\x70\x36\x6f\xe2\x78\x6e\xe7\x7b\x60\x98\xb7\x02\x86\x69\x2b\xe3\xb3\x4e\x88\xb3\xa3\x2b\x86\x53\xd2\x03\xd6\x34\x01\xd6\x1c\x78\x48\x06\x56\x14\x24\x7a\xc3\x4c\xff\xfa\xb9\xeb\x51\x6b\xde\x00\xb5\x66\x93\xc3\x57\x40\xd2\x94\x8e\x5d\x8f\xa4\xf3\xa1\x13\x92\x8e\xbf\x04\xf7\x0a\x1c\xa5\xfd\x3c\xbe\x31\xe8\x46\x7d\x60\x6f\x89\x9c\xd3\x20\x2e\xac\x23\x37\x2d\x83\xce\x59\x46\x17\x9d\xd6\xe5\x6d\x81\x6c\xd6\x5b\x99\xb5\x30\x6a\x1a\xef\xae\x3d\x41\xac\x69\xdf\x86\x3d\x39\x37\xbb\xcc\x02\x59\xaf\xe2\x62\x98\x09\xb2\x8e\x82\xb5\x5e\x52\x88\xa7\x87\xf7\x95\x18\x52\x94\xbb\xda\x2c\x39\x64\xe0\x7c\xd0\x44\xa0\x39\x4f\x62\x87\x93\xe0\x57\xcb\x77\xe0\x23\xe7\xfd\x02\xb9\xcd\x80\x12\xd1\xa0\x6d\x15\x35\xab\x96\xa5\x80\xf8\x4d\x84\xe1\xee\x80\xd1\xec\xc2\x8a\xe0\x39\xc9\x26\xf6\x83\x95\xb2\x88\x2c\x9b\xbf\x97\x8c\xb1\xb4\x42\x60\x35\x6f\x1e\xe6\x4a\xbb\xef\x8a\xc1\x2d\x13\x3d\x02\xe3\xa0\x68\x2a\xba\x68\xe8\x0c\x9e\x3e\x51\x67\x88\xc0\x61\x8f\x4b\xbd\x74\x6e\x76\x9d\x3c\x75\x55\x62\xd9\x20\x88\xaa\x56\x5c\x6c\x7b\xfc\x9a\x14\x7f\x1e\x67\x58\xe0\x24\x21\x09\x95\xe9\x8b\x05\xd1\x9e\x96\xdd\xb5\xfa\xac\x0a\x6e\x4c\x44\x2c\x4f\x27\x86\x14\xdd\x40\x6c\x49\x43\xc5\x91\xc8\x59\x88\xbe\xf5\x5c\xab\xd1\x9e\xc3\xbd\x00\x56\xa5\x68\x0e\xf5\x33\xa7\x98\x0a\x46\x64\x6b\xb5\x42\x12\xe5\x82\xaa\xc5\xd8\x16\x7f\xec\x7e\xe0\xee\xec\x97\xa7\xf6\xc3\xe5\x1e\x6e\x97\x78\xee\xfa\xf3\xc5\x26\x33\x22\xa0\x92\x8d\xab\xc9\x12\x14\xb8\xb4\xc0\x02\xc4\x97\xc3\x81\xb0\xe1\xda\xb5\xdd\x16\x70\x8b\x9f\xc7\x41\x06\xd2\x38\xaa\x12\xc7\xaa\xc3\xda\x04\x8d\xb4\x6c\x92\x2f\x0c\x0e\xd4\xe2\x45\x7e\x81\x42\x18\x36\xcd\xc0\x34\xad\x07\x1c\xb8\x82\xc1\x5e\x59\x6c\x4c\x90\x1f\x6e\x95\xaa\x96\x71\x5a\x38\x9a\xa6\xe0\xa3\x25\x83\x1d\x04\x5f\x75\x18\x71\xd0\xc9\x8e\x86\xad\x0f\xba\x10\x79\xa6\xe8\xa4\x8e\xbe\xa2\x76\x57\x18\x73\x90\x40\x5a\xb2\x73\x33\x94\xba\x35\xd5\x32\x4b\x9c\xd8\xce\x4e\xcb\xff\x16\xea\xca\x81\xd8\x18\x10\xa0\x30\xef\xed\x3a\xa5\x4a\xb9\x00\x7b\x63\x80\xd6\xd4\x59\xb6\xcd\x7e\xe5\xc2\x3d\x30\xd4\xdc\x34\x26\xa2\xa3\x11\x1b\x48\xf4\x4c\x10\x23\x16\xe5\xa0\xa1\x9a\xa6\xb7\x6a\x43\x79\xa2\x09\xd1\x3d\xf9\xd8\x14\x2d\x3c\x50\x25\x7d\x85\x2c\xd3\xc7\x14\x27\x92\x1c\xe8\x86\xa1\xb0\xa6\xe2\x10\x34\x89\xd1\xb3\xc0\x59\x46\xc4\x88\xd9\xec\x07\x70\xb8\x70\x9e\x98\xf6\xdb\x42\x43\xed\x1a\x90\x71\x84\xa3\xf9\x2b\xed\x11\x86\xe4\x95\x68\x4e\x62\x97\x5f\x5b\xde\x1e\x37\x6f\x63\xb0\x5e\x63\xb3\xce\xa7\xae\xc2\xd3\x81\xed\x24\x89\x34\x47\xf1\x05\x7f\x33\x22\xf4\xa8\x35\x0d\x3f\x11\x86\xe8\xd4\x8d\xc3\xc6\xee\xa0\x67\xf0\x4c\x69\xd2\x7f\xc2\x34\x31\x09\xeb\xae\x6b\x27\x04\x1a\xf3\xfb\x88\x19\x77\x37\x8b\x4a\x19\x9d\x94\x51\x39\xd7\x9c\x3a\x07\x9f\x24\xa8\x19\x6b\x49\x9e\x71\x2c\xcb\x46\x46\xa3\xbe\xd1\xdf\x4a\xe6\x8d\xc3\x52\xb6\x5a\x14\x20\xcc\x40\xb0\xa4\x2b\x32\xb5\x4c\xce\xec\x43\xef\xeb\xa1\xf7\xcd\x6b\xb3\x8f\xe1\xf7\xfe\xb0\xac\x1b\x82\xdf\xb6\xfd\xbb\x90\x20\x77\x18\x8a\xff\xc6\x31\xeb\x2f\x13\xae\xfe\xb6\xf9\x05\x2f\x91\x5a\xd0\x07\xe0\xbf\xbf\x00\xfc\xf6\x63\xbb\x56\x10\xfe\x0a\x90\xa1\xa6\x5e\x2e\x89\x12\x34\x92\xbb\xe0\x0f\x32\xc3\x1d\xa3\xc7\x40\xdb\xca\x56\x48\x27\xfa\x05\xef\xec\x83\x78\x2c\x5f\xf2\x6d\x22\x08\x7e\x8c\xf9\x73\xcd\x26\x26\x43\x94\x87\x4b\xad\xaf\xeb\xc3\x44\x25\x29\x45\x8c\x50\x89\x18\x91\xd6\xa8\x88\x47\x6c\x4e\x89\xc0\x22\x9a\x43\xf6\x5d\xb1\x31\x26\x8b\xd3\x00\xed\x98\x98\x81\xd0\xab\xb3\xc6\xa6\x77\x58\xf7\xaa\x25\xc7\x43\x95\xd9\x3d\xd7\x23\x49\xcd\x27\x5e\xa6\xb6\x52\x46\x68\xfa\xea\xb4\xfd\xdb\x06\xbc\xfb\xc5\x7e\xd1\xa0\x77\x1f\xb4\x13\x7c\xd1\x31\xf0\xbd\xa0\x86\x3e\xf8\xfd\x85\x82\xdf\x1b\x96\x78\xbd\x00\xf8\x8d\x4c\x6b\xaf\x1f\x9b\xeb\x7a\x7e\x8d\xf8\xdc\x55\xc1\x51\xf9\x64\xfc\xe2\x47\xaf\x71\xce\x5d\x4f\xe0\xcf\x9e\x28\x8c\x44\x2c\x34\x9d\x4d\x48\x1c\x03\xa7\x55\xdc\x16\x0d\x2e\x68\xc7\xa9\xe1\xfa\xee\xc5\x52\x13\x3b\x4e\x38\x9b\x49\x1a\x1b\x10\x90\x0c\x43\xf1\xce\xd0\x48\x00\xc9\xef\xb0\xbf\x49\x42\x84\xb3\xfe\x0b\xf4\xb5\xa4\x5a\xed\x0b\x3c\x02\x02\xc5\x9c\x48\xf6\x95\x32\x4a\x39\x66\x0b\xf4\xc8\xf8\x73\x42\xe2\x19\xec\x50\x75\x30\x87\x88\x92\x03\x44\x95\xff\x4c\x40\xb6\x3c\xcf\xd5\x48\x8f\x1d\x62\xba\x8c\x06\x40\xec\xb7\x41\x79\x6c\xdf\xcc\x37\x47\x08\x9d\x33\x34\xc5\x91\x3a\x40\x32\x9f\x14\xed\xc7\xdc\xd4\x3b\xd6\x5a\x6e\x30\xf1\xa2\x91\x3e\x36\xbb\xa1\xf3\xe6\xb3\xe1\xb8\x83\x26\xd7\x41\x42\xf1\x56\x31\x6c\x4f\x78\x1b\xb4\xc9\xcb\x5c\xda\x60\x07\xc4\x99\x3f\xfa\x16\xf6\xc7\xc3\x05\x43\x91\x5a\x03\xbd\xcb\x78\xdc\x6a\x53\xac\x4c\x65\xdd\xb1\x14\x01\x87\x56\x50\xb2\x0e\x21\x68\xd7\x2c\xb7\x96\x9a\xa4\x12\x04\xa7\xd6\x08\xaf\xaf\x1a\x10\x6b\x4c\xb8\xa1\x1e\x3d\x15\x46\xc2\x5c\x67\x8b\x2f\x28\x7b\xd4\xbb\x5b\x00\x24\x43\xa9\x71\xe8\xb9\x69\xd3\x32\x7d\xe3\x91\x53\xce\x8c\x23\x6e\x2b\xb9\x93\xce\x18\x4e\xd6\xb4\x71\xd4\x56\xae\xee\x3b\x73\x72\x96\x15\x17\xb4\x14\x61\x8c\x6a\xc8\xf4\xb8\x96\x0d\xa9\x32\xdf\x50\xde\xc3\x28\x26\x19\x61\x31\x61\xd1\x02\x48\x84\x01\xa2\x8b\x60\x38\x41\x18\xbe\xc3\xc9\x11\x3a\x33\x79\x2c\x5e\xc2\xb3\xd7\x3a\x5c\xe8\x29\x66\x74\xaa\xf5\x04\x30\x76\xda\x51\x8e\x98\x19\xa6\xf3\x35\x04\xf5\xdb\xfd\x8a\x35\xec\xcc\xf7\x94\xe1\x52\xe2\xd0\x06\xe7\x29\xc9\xd7\x8a\x0d\x0f\xac\x96\x8b\x36\xd4\x70\x85\x57\x01\x79\xaf\xb1\x19\x48\x42\xe5\x7b\xa4\xbb\x43\x70\x65\x7a\x4c\x79\x0c\x0e\x8d\x39\x49\xb2\xa0\x7a\x74\x86\x85\xf2\x78\x22\x06\xfa\x55\xdf\x32\x69\xce\x0c\x36\x8c\x31\x34\x3d\x5b\x78\x4d\xeb\xcb\x2a\x1a\x3f\x1a\xb1\x73\xf5\x95\xd4\x9c\x8f\xb3\x59\xb2\x40\x38\x7e\xa2\xb2\x80\x11\x8f\x38\x93\x79\x4a\x84\xed\x82\x4a\x13\xab\x65\x21\x78\xb1\x23\x4d\x3d\x36\xad\xf2\x3d\xe1\x84\xc6\x0e\xea\x5e\xff\x38\x21\x53\x50\x75\xb0\x90\xce\x20\xda\xe0\xd1\xb6\x9b\x1b\xeb\xb5\x7a\x33\x6e\xf9\x53\xc8\x10\x51\x5a\xf0\x4e\x6c\x4d\x20\xc7\x55\xce\x69\x57\x7d\x09\xd7\x9c\xd4\x26\x85\x96\x0b\x38\x76\x15\xce\x56\x81\x17\x39\x00\xbd\xdc\x44\x30\xe9\x7e\x9c\x2c\x6d\x06\xb7\x16\x07\xa8\x4c\xd0\x8e\xda\xd8\xd9\x43\xae\x49\x28\x08\x17\x52\x61\x45\x23\x2b\xb6\x73\x61\x2f\x0e\x7b\xb1\xb4\x6f\xed\xd9\x96\x40\xcc\x32\xc2\x49\x7d\x87\x97\xa8\xf1\xe6\xfd\xe5\xbc\xd5\x1e\x37\xd3\xf6\xd2\x9c\xa5\x88\x27\xc9\x3a\x20\xe1\x95\x99\x9f\x16\x9f\x2f\x1f\x51\xd1\x8f\xde\x00\xb7\x17\x70\x6a\x8c\xeb\x19\x27\x56\x42\x95\xca\xee\x52\xf8\x92\xb9\xdd\x16\xd6\xb5\x3d\x62\x7c\x6a\x6a\x04\xb7\x39\xa5\x33\xc1\x53\xba\x0e\xa8\xa2\xf1\xd3\xde\x3a\x73\xc3\x0a\xe1\xcd\x19\x25\xf4\x29\xb2\xe4\x65\x7b\x84\x74\x03\xcc\x8c\xbc\xba\xe4\x0c\xa5\x38\xdb\x68\xc1\x57\x19\xdb\x06\x28\x35\x96\x4e\xbb\x7a\x00\xb3\x44\x00\x91\x1d\x16\xf9\x19\x2f\x8a\xcc\xae\x36\xb8\x3c\xb6\x16\x39\x3c\xe8\xd7\xcf\xd9\x94\xaf\x71\x38\x8b\x4c\x2c\x7b\xfa\xb0\xa3\xd9\xe0\xfc\x79\xe3\x8f\xd9\x7d\xb3\xa6\x5d\xce\xe3\x69\x13\x51\xaf\x7d\x32\xdd\x0a\xbe\xa4\xea\x17\x32\x91\x50\xeb\x5b\xe7\x6e\x2d\x1f\xad\xa0\x45\x04\xc3\x59\xbe\x54\x97\x25\x3a\xdc\xf9\x1a\x55\xda\x41\xc6\xc2\xe0\x62\xc1\x6e\x9a\x5b\x7d\x85\x35\xb3\x87\xa4\xd3\x62\x6d\x99\x7a\xba\x1e\xec\x9f\xeb\xd1\x83\xfd\x35\x9f\xd0\x95\x98\xc6\xeb\xe8\x8a\x53\x2d\x09\x19\xf5\xa1\x08\x2c\xb1\x11\xf6\x53\x9a\x10\x79\x84\xce\x1b\xf4\x46\x17\xdf\xee\xfd\xc1\x26\xd2\xcf\x49\x4f\xb9\xa0\x41\xe9\x2d\x27\x23\x21\x0a\x78\xe4\xa1\xed\x4c\x10\x3d\xe6\xc8\xb8\x6e\xb9\xc1\xf8\x83\xe0\x3a\x41\x35\xcf\x32\xc2\xaa\x02\x29\x5a\xf3\x02\x6a\xd1\x05\x8c\x0c\xef\x3f\xe0\x26\xe4\x01\xdb\xea\x82\xc5\xa8\x5a\xb6\x74\x17\x45\x14\xba\xa7\x0f\xb8\x5e\xef\xf5\x17\xf5\xbd\x69\x1c\xe1\x7d\xb9\xf5\xb5\x47\xe7\xa5\xfc\xf5\xfd\xd0\x1f\xe1\x53\x67\x15\xc5\x68\x2a\x08\xf8\x4d\x52\x9f\x12\x6c\xb0\xf4\x38\x87\xfb\xee\xee\xec\xc7\xe3\x87\x73\x44\x54\x84\x12\xfa\x48\x46\x2c\x92\x4f\x07\x5a\x3c\xfe\x7b\x4e\x94\xfe\xb9\xc5\xd0\x42\x53\xc2\x24\x70\x02\xaa\x6a\xd0\x09\xcd\x0b\xe9\x16\x46\xff\xf7\xac\xfc\xfd\x12\x92\xaf\x65\x3f\x01\xed\x3a\x78\x7b\x20\x53\x40\xf0\x36\x4b\x2b\x1b\x28\xc6\xa8\x78\xc3\xa6\x7a\x53\x1b\x44\x3b\xb3\xbf\xe5\x6c\x4d\xa1\xeb\xb4\xf8\x28\x18\x45\x8b\x4c\x97\x66\x18\x20\x2e\xd7\x0b\xa3\x36\xdf\x34\xb6\xbe\x8a\x89\x14\x59\x65\x4e\x65\x2f\x4a\x73\x21\x25\x08\x01\x16\xe2\xe9\xc9\xde\xf5\x36\x91\xd8\x4f\x2c\xf8\xe8\x68\xc4\x2e\x9d\x21\xbf\xf8\x55\xba\x26\x4c\x68\xbe\x47\xfe\x2c\xb7\x02\xcd\xc6\x54\xfa\x1f\x00\xbf\x5d\xe6\x89\x32\x35\x63\xa6\x54\x6b\xe9\x6e\xa0\xe6\x49\x13\x97\x10\x98\x45\xf3\xab\x2d\x4b\xc7\xd0\xe9\x98\x24\xeb\x48\xa2\xe7\xd3\x61\x22\x35\x7d\x47\x8f\x2d\xa7\x73\x93\xaa\x48\xc5\x64\x6c\xad\x37\x53\xe6\xc1\xe8\x38\xc6\x7a\x9c\x98\x9a\x2d\x04\x81\xe9\xb7\x1a\xfc\x6e\xf2\x5b\xf5\x2e\x5a\x49\xdd\x58\x7e\x4d\xd4\xa9\x8f\x28\x83\x5e\x10\x56\x23\x26\x72\x06\xd8\xd2\xde\x11\x84\x51\x01\x13\x1a\x39\xb3\x8c\x35\x92\xcd\x34\x9b\x30\x28\x9c\xe6\x65\xad\x9f\xf1\x5c\x42\x00\x6b\x4a\x94\xbe\xa0\xbe\x86\x4a\x6b\xc6\x13\x7b\x80\x32\x41\x53\xaa\xe8\x13\x91\xdf\x34\x6c\xdd\x29\x56\x38\xe1\xb3\x81\x50\x74\x8a\x23\x75\x8f\xb7\xd2\xc0\xb1\x6d\x66\xd3\xa8\x1e\x37\x0c\x74\x7e\xa6\x17\x7f\x46\x18\x11\x30\x51\xad\x93\x37\x1f\x61\x78\xb2\x11\xe7\x06\xef\x69\x64\x0a\x3b\x48\x6f\xb1\xc0\xb9\xe2\xa9\xd6\x6f\x71\x92\x2c\xa0\x60\x83\x7e\x32\xc7\x72\xee\x36\xda\x44\xa1\x75\xb9\x9b\xec\xe2\x9e\xe2\x68\x4e\xee\xa0\xee\x60\xd3\xe2\x56\x46\xf9\x81\xb0\x3c\xfd\x70\x82\xfe\xbb\x98\xe3\xe9\xe0\xf4\x87\xe1\xf8\xec\xfc\x6e\xf0\xfd\xc5\xf0\x2c\x98\x8f\x7d\x72\x79\x7e\x77\x57\xff\xf5\x87\xf3\xfb\xfa\x8f\x37\xd7\x37\x0f\x17\x83\xfb\xa6\x56\x2e\xae\xaf\x7f\x7c\xb8\x19\x7f\x1c\x9c\x5f\x3c\xdc\x0e\x1b\x3e\x7d\xb8\x6f\x7f\x78\xf7\xe3\xf9\xcd\xcd\xf0\xcc\xad\xca\xff\x04\xa7\x0b\xa2\xd3\x20\x72\xb4\x79\x1a\xd5\x03\x78\x88\xca\x2f\x9e\xa0\x87\x2a\xe2\xb1\x0d\xf1\x32\x69\xb8\xcf\x58\x6a\x1e\x06\x91\x7c\x23\x86\xdc\xe7\x7a\x51\xda\x3e\x35\x5e\xd0\x68\x4e\x50\xc2\xf9\x63\x9e\x59\xd6\x66\xdc\xee\x8c\x1b\xc3\x0f\x91\x41\x6b\x3f\x9c\xdf\x9f\xd4\x91\x97\x7d\x63\x01\xe0\x87\x3b\x03\x30\x2e\xec\xd8\x29\xd8\x52\x1c\x22\x6f\x61\x2a\x0d\x7a\xf0\x3b\xb3\xac\x1f\xd3\x1a\x66\xaa\xd2\x4d\x1c\xdb\xb2\x7a\x6e\x62\x41\xc3\xe5\x7d\x5d\xb6\x9a\x7e\x39\x4c\xa9\x09\x34\x21\x11\xce\x8d\xaf\x58\xdf\x53\x42\x70\x11\x0e\xb8\xa0\x87\xdd\x35\x6a\xe9\xa8\xb1\xc1\xca\x9e\xe9\x89\xcb\x47\x9a\x65\x24\xfe\x50\x97\x5f\xca\xf5\xd7\x6c\xd5\x4f\x3e\x45\xc1\x99\xd4\x7a\x3d\xe8\xfc\x0e\x27\x7d\x6e\xeb\x59\x50\x69\xfc\x61\x85\x87\x10\x70\x28\xf5\x9d\xe0\xf1\xac\x29\x78\xaf\xb1\x42\xcf\x04\x32\xc2\x72\x5b\x28\xc2\xe8\xde\xfa\x6c\x43\x77\xc6\x93\xe1\xca\xbe\x94\x32\xc5\x5a\x99\xf1\x2e\x04\x6e\xfd\xbd\x24\x4d\x8c\x78\x8b\xb4\x9e\x33\xd3\x28\x70\x67\x17\x4a\x00\x23\x6e\xf1\x19\xb9\xdb\xa0\xc1\x42\xbe\x44\xbe\xaa\xdf\x48\x2b\x2e\x0b\xcd\xb6\xbb\x8c\xc7\xa5\x32\x97\xf0\x39\xbb\x0f\xac\x84\xe1\xb8\x72\xad\xee\x79\x8c\x17\x9a\x38\x20\x84\x4b\xe6\x59\xc6\x85\x42\x2d\x6d\x18\xef\x88\x19\x1f\xdc\x39\x76\x1e\x9e\xc7\x41\x23\x5a\xc2\x90\x0d\x10\xda\xdd\xb2\x3b\xed\xba\x16\x8c\x23\x8c\x3b\x02\x45\xd0\x97\x39\x48\x4b\x2a\x75\x89\x42\x9b\x84\xdf\x6d\x02\x37\x33\x7d\xc1\x77\xad\xba\xd3\xd4\xfb\xb5\x6b\xa1\x71\xcb\x13\x32\x55\xe3\x46\xaf\xcf\x12\x03\xa7\x6e\x91\xb5\x25\xc4\xd3\xd9\x7c\x07\x2d\x76\xd7\x12\xbe\xb3\xfe\x52\xad\x1a\x04\x16\x02\xc1\xb9\x32\xf2\x69\xa1\xc3\x20\xb7\x9a\x60\x5e\xb0\x9d\xda\x50\x76\x2f\x04\x6a\x99\xff\x91\xf1\x67\xe6\x2d\xfb\xf2\x68\xc4\x86\x18\xea\x12\x7a\x45\xc4\x45\xb8\x83\x16\xb0\x52\xfe\x2f\xd5\x18\x7b\xd5\x20\x98\x76\x80\xba\x82\xee\x6d\x45\xda\x64\x81\x8a\x3a\x72\xa5\xef\xba\x9c\x1e\x63\xf5\x76\x22\xa0\x99\xb0\x2d\x94\xaa\x48\x66\x2d\xf3\x66\x9e\x85\x03\x15\xdc\xee\xba\xab\x23\xf4\xb3\xb3\xfc\x40\x3c\x51\x51\x82\xd1\x16\xd0\x4e\xf0\xc2\x61\x5a\x35\x2d\xec\x2e\x60\xa2\x76\x1d\x61\xb4\x7c\x81\x3d\x1e\x45\xc3\x2a\x97\x14\x70\xc6\x8c\x45\x76\x8d\x68\xda\x53\xff\xd1\x1d\x59\x1e\x6e\xff\x11\xaa\x6e\x59\x87\x35\x08\x1d\x2c\x59\xfc\x2f\xb3\x59\x26\x91\xc6\xd5\xd3\xb0\x55\x90\xac\x07\x55\x9f\x1f\xf0\x00\x9a\x3c\x1b\x34\xa5\x49\x02\x72\xc0\x11\x1a\x40\x35\x40\xc8\x43\xd1\x57\xa1\x8b\x5a\xa3\x33\xc6\x57\x85\xee\xb7\x10\x53\x14\x10\xd3\x5d\x3b\x31\x49\xa0\xa6\x22\x0d\x71\x37\x14\xb5\x83\x94\x74\xcd\x5b\x70\x1d\xd0\xb3\x7b\x22\xfa\x1a\xca\xfb\x5b\x04\x9d\xd5\x86\x1b\x7c\xf8\xcf\xe6\xa1\x7f\xca\xb1\xc0\x4c\x41\x28\x95\x15\xdd\x05\x09\x22\xba\xc9\x67\x08\x56\x64\xc6\x10\x0c\x3f\x85\x9b\xeb\x5c\xfe\x33\x0a\x79\x47\xf1\x01\xa2\x47\xe4\xe8\xc0\xd6\x48\x97\xf9\xa4\x78\x73\xae\x25\x87\x11\xab\x85\x88\x1c\xa1\x41\x22\xb9\xfd\x82\xb0\x28\x81\xea\x9b\x41\xd4\x97\xa7\x7c\xeb\x56\x9a\x2c\x40\x41\x81\xad\x2c\x9a\xe7\xf6\x41\xf0\x21\xd4\x16\x01\x9f\x78\x02\x27\xbd\xf8\xbd\xa9\x64\x71\x29\x4e\xe2\x05\xd1\xa8\x6b\xd7\xd0\x8b\x6d\x92\xa9\x10\xb4\x6c\x83\xe0\x0d\xd8\x98\x22\x74\x27\x48\x20\x47\x5f\x63\x85\x12\x82\xa5\x42\x7f\xfc\x66\xad\xd8\x10\x37\xc1\x82\xbb\xda\xe3\x5b\xc4\xdf\xbb\x08\xce\xb6\xba\xeb\x50\xc1\x0d\x61\xc4\xc8\x73\x18\xb0\xc3\x21\xc6\xca\xd5\x81\x21\x41\xca\x90\x29\x49\x69\x12\x0b\x21\x08\xd6\xa8\x4c\x2d\x7c\xc4\xa1\x35\x5a\xf7\xa9\x1d\x56\x03\x65\x59\xe5\x89\x1a\xf5\x0c\x10\x45\x8a\x58\xca\x39\x56\x23\x66\x39\xab\x0b\x1b\x09\xa2\xe7\x07\x49\x52\x8e\x5f\xc4\x10\xa2\xcb\xf4\x84\xa1\x1c\xeb\x91\x5f\xa0\x2b\x50\xbf\x7c\x10\x59\xb9\xd6\xbd\x3f\x2c\x5a\x53\x1b\x31\x0f\xd7\x10\xb6\xdd\x28\xed\x34\xd9\x97\x5f\x51\x08\x6e\xe8\xfe\xc2\xd4\xc5\xed\x20\x0c\x93\xa6\x21\xaf\x38\x58\x75\x9b\xfe\x12\xd9\x78\xd7\x1d\x74\x17\x95\x9b\xed\xe3\x70\xcd\x3e\xf3\x06\x73\x7b\xcb\xe6\x06\xb2\xc5\x36\x0a\xb8\x8f\x66\x7c\x2d\x8f\x6f\x69\xe8\xe7\x31\xe4\x52\xac\xe6\x82\x45\x6e\x82\x63\x1d\x60\xe8\xa6\x71\x10\x2a\x1d\x44\x66\x42\x28\xbd\x63\x7c\xf6\xcd\x16\xcf\x6b\xf6\xbe\xa7\x7f\x50\xcc\xdf\x4d\xc5\x07\xc1\xd5\x27\xde\x2e\xec\x0d\xe2\xbf\xe1\x08\x02\x28\xa1\x27\x17\xba\x59\xc7\x93\x70\x28\x9c\x18\x8c\xf9\x8d\xe2\xa1\x2d\x71\x7d\x84\x86\x70\xd1\xb8\x8a\xd7\x78\xea\x1c\x12\xc1\xcb\x23\xa6\x35\x13\x97\x7e\x1e\xb4\x5f\x26\xf1\xa6\x13\x60\xb0\x6c\xb6\xf2\xe5\xa4\xab\x21\xd6\xdb\xb4\x09\x07\xa5\x03\x6d\x00\x2a\x33\x1a\xce\x4e\x50\xcc\xa3\x47\x22\x8e\x05\x89\xa9\x3c\x01\xdf\xba\x6a\x75\xea\xa5\x5a\xdb\xde\x5a\xd2\x68\x0b\x14\x58\x91\x6b\x70\x6a\xfa\xb7\x41\xf4\xae\x8e\xe0\x01\xa2\x53\x50\x27\x5c\xa8\xab\x49\xb2\x71\xd9\xfa\x84\x29\xb1\xc8\x38\x65\xca\x9b\xb2\x2a\x0b\xe1\x34\x0d\x2d\xb4\xb5\x05\x69\x8b\x5d\xc4\xe0\x6c\x38\xed\xfb\x39\x91\xc4\x05\x1c\x98\x49\x29\x6e\x73\xd4\x0c\xbb\xc8\xb0\x9a\x4b\xc8\x08\x2a\xaf\x81\x55\xba\xe0\x53\xbd\x42\x38\x83\x78\x05\x63\xa5\x28\x3e\xf2\x79\x2b\x52\xd1\x24\x19\x31\x46\x48\x2c\x11\x24\xef\x7c\xd5\x98\x78\xa8\x3f\x3d\x40\x38\x8e\xd1\xff\xfe\xfa\xe3\xc5\x2f\xf7\xc3\xf1\xf9\x15\x18\xad\xcf\x2f\x86\xdf\x1c\xf8\x1f\xaf\x1f\xee\xfd\xaf\xc6\xc2\xf2\x44\x04\x4a\xf1\x23\xa8\x78\x4c\x1a\xf9\x0f\xb2\x3b\xc2\x91\xba\x94\x4c\xfd\x44\x12\x17\xe9\x6a\xc5\x14\x8f\x00\x65\xf7\xb0\xb5\x50\xa1\xb1\xf9\xad\xa1\xfc\xde\xfa\x4f\x96\xd3\xa0\x23\x1e\xdf\x85\x13\x03\x53\xc2\x20\x1a\xbb\xc8\xd1\xb3\xba\x6f\x41\x70\x84\xcd\x28\x6b\x8b\xc7\x23\xec\xe9\x25\x85\xf8\x1f\xc9\xe2\x27\xad\x5e\xdf\x60\x2a\x3a\xd3\xde\x90\x3d\x51\xc1\x19\x4c\xcd\x9b\xb5\xfc\x89\xd1\x7a\x3a\x96\xd5\x43\x25\x8d\x2c\x0c\x31\x1a\x59\x6b\xcc\x67\x13\x8e\xcd\x9b\x4f\xd7\xa2\x63\x90\xcf\x4a\xb8\xe4\x5f\x0f\xc2\xe2\x90\x28\xfc\x45\x53\xd0\xe0\x88\xdd\x5f\x9f\x5d\x9f\x20\x92\xe0\x09\x17\x90\x0d\x66\x42\x82\x5c\x13\x76\xc1\x22\x9e\x06\x0d\x95\x12\xbf\x0f\x50\x56\x24\x7e\x87\x46\xb4\x23\xd3\xc6\xaa\xfa\xdd\x5c\xd4\xd3\xa6\x77\xab\x02\xda\xc9\xde\x70\xd1\xe5\xfa\xd7\xaf\xc1\xd2\xf1\x4c\x2b\x72\x15\xce\x6b\xef\xe6\x29\xc1\xa6\x74\xae\x71\x0b\x59\x5b\xbe\x0d\x60\x4d\x92\x52\x39\x28\x7d\x70\xe4\x91\x75\xc1\x17\x6f\x72\x86\x7e\xfc\x8b\x44\x93\x5c\x8d\x58\xb9\x0d\xce\xd0\xe0\xe7\x3b\xf4\x3d\x56\xd1\xfc\x9b\x11\xbb\xd6\x6a\xe6\x8f\x7f\x69\x41\xa8\x58\x1b\x5c\x49\xaf\xc9\x19\x56\xf8\x82\xe3\x98\xb2\x59\x13\xb2\x52\x01\x7f\x3f\xbc\x1f\x9c\xa0\x6b\xab\xc3\xfb\xa4\xf2\x22\xd3\x2a\x68\x08\x18\x32\x4c\xc4\x71\x11\x60\xe5\xac\x8c\x3e\x63\x34\x33\xb8\xb0\x46\xec\xde\x40\x4a\x69\xae\x4a\x15\xca\xb8\x2d\xc1\xa0\xb5\x32\x03\xb6\x65\x4c\xd9\xd6\x92\xa8\x57\x07\xc8\xd8\x6f\x86\x95\xc7\x40\x9e\xa9\x33\xfb\x11\x03\x05\xdd\x67\x7a\x26\x3c\xc2\x09\xc4\xe4\x1d\x06\x36\x3d\xad\xb6\xf3\x1c\xd2\xee\x4c\xad\xd3\x45\x39\x74\xd6\x67\x82\x7a\xa1\x2c\xdc\x28\x30\x00\xc0\x3e\x5a\x6f\x6c\xca\x35\xc7\x31\x50\x32\x60\x7c\x4b\xcc\xea\xe8\x0f\x3d\xb4\x8c\x59\x16\xfd\xd4\xf1\x23\x28\x29\x6e\x53\xbc\x23\x30\xdf\xb3\x05\x84\x6f\x03\x66\x3a\x87\xd0\x8f\x82\x3b\x5b\xa2\xac\xed\xa2\xbf\x13\x83\xcf\x46\xcc\x44\x0a\x96\xf6\x25\x04\x45\x08\x7a\xe7\x0c\x02\x19\x8b\xeb\xd2\x0b\x18\x99\x0d\x6c\xb4\xb2\x7e\x26\xc8\x61\x4c\x14\x11\x29\xd8\x7b\xc2\x35\xd5\x37\xec\x11\xba\x0d\xd5\xeb\x98\x47\x79\xea\x80\x21\x21\x3d\xb1\xa8\x26\x5b\x92\x78\xcc\xc5\xbe\x8a\xe2\x21\xf9\x5d\x11\xc8\xca\xeb\xac\x1f\x1b\x82\x19\x84\x9f\xd6\x25\xf5\x76\xc1\x17\x78\xc7\x76\x51\x6b\xa6\xa1\x71\x56\x6e\xa9\xd4\xda\x6a\x5c\xbb\x15\x75\x4e\xae\x0a\xf0\x3a\x2e\x40\xd8\x22\x9f\x33\x0e\x46\x6e\x93\x53\xc5\xe3\xaf\x24\x3a\xbf\xd1\x12\x90\xd6\x78\xfd\x19\xcc\xa5\x32\xc1\x65\x90\xae\x63\xbe\x36\xe9\x02\x07\xe8\x5b\x53\xeb\x39\x42\x9f\xdd\x1f\x7f\xfe\x8f\xff\xf8\xd3\x9f\xd7\x49\x27\x71\x0a\x39\xb4\x5b\xac\x91\xaf\x86\x51\x16\x89\xc2\x1d\xa8\x73\xaa\x2d\x76\xc1\x1e\xc0\xb6\xe5\xdf\x04\xa4\x2a\x88\x1d\xc2\x33\x7b\xc2\x65\x78\x32\x51\xe9\x68\x16\x91\x04\x92\xa8\x83\x32\x87\xf0\xc2\xae\x95\xe8\xff\xd7\x12\x0c\x98\xb1\x3e\x2a\x9b\xc5\x38\xd1\xc4\x8b\xd7\xba\x11\xf4\xb5\xb5\xff\x29\x70\x20\x7e\xe3\x2e\x38\x9e\xc4\x44\xd8\x3a\xf1\xce\x64\xe7\x0d\x89\xc0\x1c\xc8\xe7\x2c\xe1\xb1\x43\x77\x93\x24\xc3\x20\x40\x68\x66\x70\x34\x62\x43\x57\x36\xdc\xa0\x93\x98\x8f\x8c\xe7\x65\x8a\x23\x03\x6a\x26\xd1\xd7\x9f\x4f\xf4\x6f\x07\x68\x71\x02\x41\xa4\x07\xe8\xb7\x13\x0b\x42\x80\x85\x1a\xeb\x9f\xbe\x71\xb2\xb6\x6d\x02\x06\x4d\x25\xfa\xea\xf8\x09\x0b\x53\xf2\xf2\xd8\x8c\xe8\x2b\xcb\x59\x7d\x59\x9f\x50\x36\x4f\x38\x7f\xb4\x01\xb6\xb5\x0f\x8f\x1d\x9e\x0d\x90\xb7\xf7\x9b\x98\xad\xf7\xf9\x8e\x0a\x1d\xda\xa2\xe7\x47\xd9\x04\x1d\xfd\x4d\x72\x86\x8e\x16\x38\x4d\xec\xaf\xee\xa9\x8d\xff\xc5\x12\xb9\xb2\xf7\x45\xd9\x6d\x63\x29\xfd\x3e\xe1\x13\x98\xd5\xa5\x9b\xa9\x89\xa0\x85\x81\x16\xb7\x4f\x71\x61\xd9\x89\x58\x49\xca\xc0\x32\xa4\x5c\x99\x57\x80\xc7\x35\xcd\xea\xb3\x1f\xd2\x7f\x19\xbf\x30\x2c\x8a\x4b\xe2\x33\xc6\x61\x1f\xbd\xa6\x1b\xfd\x8c\xbe\xb6\x2c\xe8\x1b\x7d\xc7\xd8\x70\x65\xb3\x0c\x4d\x1d\x2c\x7c\x07\xbf\x04\x1d\x50\x86\x4c\x5a\xe6\x92\x2f\x7f\x3b\x3e\x3a\x3a\xf2\x5f\x5f\xe9\xa9\xfc\xbf\x88\x2a\x49\x92\xa9\x69\xc9\xdd\x60\x8b\x11\xbb\x74\xb8\xd1\xce\x78\x5d\x20\x65\x41\xb9\xfa\x88\x27\xe8\xb0\x30\xe8\xc6\x3c\x92\xe8\x5f\xb5\x58\x1b\x2c\x25\xfc\xa8\xf5\xb8\x16\x14\x3b\x03\x54\xf9\x4a\x87\xca\x1a\xc4\xab\xc7\x2a\x04\xc7\xf1\x8a\x2d\x96\x21\x08\x39\xd0\x82\xa6\x9c\x63\x0b\xa0\x23\x84\x7e\x99\x7c\x56\xf0\xa8\x05\x9f\xa8\x31\x94\xbd\xf9\xa6\xac\xb1\xdb\x02\xa6\xc8\x90\x75\xcb\x02\x58\x18\x11\xcb\x19\xcc\x3c\x0f\x42\xf7\x89\xbe\x5c\x58\x88\x64\x2c\xf3\x34\xc5\x62\x71\x5c\x9c\xb6\x3a\x71\x16\x00\x36\xc0\x63\x12\xb7\x00\xe0\xc2\x4d\xec\xd1\xb2\x51\x0c\x56\xbc\x74\x37\x9a\x3f\xbb\x11\x94\x62\x82\x80\x3c\x53\x88\x8c\xb0\x88\xc7\x96\xae\x8b\xec\xd3\xb2\xc4\xe2\xdf\xa9\xcb\x2a\x2e\x22\x46\x16\xc6\x38\xa6\x4c\x66\xb4\x7d\xc3\x7d\xdc\xc2\xbe\xf9\x18\x8a\xfa\x91\xd9\x1a\xee\xd1\xf3\xeb\x3b\xf7\x4d\xf7\x4b\x17\xd6\xa1\x2c\xb2\xe3\x24\x84\x1d\x62\x33\x24\xf0\x73\x71\xfd\x42\x6c\x87\xb1\xce\xe4\x3e\x37\xd7\xfc\xfb\x94\xdf\xd0\x44\xdf\x5a\x40\xe3\x47\x23\x56\xfa\xf9\x00\x91\x84\xa6\x94\xf9\xd8\x3a\xc3\xdc\xf9\xd4\x48\xcf\x8f\x54\xe9\x2d\x93\xf1\xa3\xe6\x60\x0e\x2e\x23\x50\xa9\x06\x6c\xe1\x48\xc7\x3b\xa6\xac\x05\x22\x97\x7a\x5c\x85\x8e\xae\x85\x59\xdd\xc4\xa1\x15\x48\x69\x40\x78\x70\x7e\x47\x4c\xb7\xe6\xce\x52\x11\x2e\x1c\xb4\x17\x34\x77\xe8\xf0\x7c\x03\x0e\x00\x7d\x94\x62\x7e\xbd\xfc\xdb\x20\xa0\x0c\x59\x9e\x6e\x9b\x6c\x62\xc3\x87\xdf\xca\x4c\x77\x23\x88\xbb\xa9\x6c\xe2\x12\x61\x79\xea\x0e\xd4\x1a\x14\x37\xb4\xe2\x4f\x4c\xa2\x04\x1b\x00\x00\xdd\x10\x44\x3e\x1e\x18\x07\x69\x16\xf4\x65\xae\x17\xd3\x8d\x29\x11\x90\x10\xf6\xb5\xf9\xf7\x37\xc8\xde\x0d\xdf\x1e\xd8\xfb\x5c\x48\x07\x60\x6a\xf7\x1c\x4a\x4c\x91\xd8\xd8\xd0\x01\xec\x71\x86\x45\x6c\xac\xe5\xa1\x56\x61\x32\x78\xb5\xfc\xb5\xe0\x39\x7a\xa6\x72\x3e\x62\xf7\xdc\x19\x1c\x11\xe3\x1e\x2e\xf3\x00\x94\xd1\x5a\x7f\x58\x02\x13\x80\x51\x37\x51\x80\x66\xc2\x5b\xe5\x1a\x41\x14\xec\x98\xf1\x98\x6c\x87\x0b\x71\x5f\xf8\x2a\x9c\xff\x5a\x10\x93\x0f\x06\x37\x45\x5b\x3a\x2d\x91\x72\x4d\xdb\x7c\x75\xe3\xe1\x1e\xb2\xed\x40\x45\xc3\x67\xb6\x29\xe4\x8a\xbf\xd5\xa0\x15\xa7\x71\x06\xd9\xc0\xa5\xb5\xf7\x20\x94\xdb\x6e\x42\x54\x4e\x55\x59\xb9\x02\xfe\xea\x33\x73\x8f\x60\xd9\x7d\x80\x31\x46\x33\xc1\xf3\xcc\xa7\xcc\xbb\x74\x3f\xb3\x0d\x56\xa6\x39\x67\x53\x7e\x62\x75\xaa\x0b\xca\x1e\x0d\xc5\xbf\xd4\x1e\x19\x9c\x51\x12\x97\xd0\x71\x5c\x91\x39\x98\xc3\x21\xa2\x2c\x4a\x72\xb8\xf8\xa4\xc2\xd1\xa3\xc1\x4a\x6d\x33\xfa\xea\x6f\xc6\xab\x93\x29\x5b\x24\xa6\x3c\x49\x6c\xb7\xc5\x05\x5a\x54\xe1\x7c\xa2\x18\x61\xf4\x70\x7b\xde\xdc\xf7\x23\xad\x3b\x73\x9a\x6f\xcf\x32\x81\xc0\xff\xfc\x48\xd7\x8a\xbb\xac\xa0\x0d\x91\x12\xa9\x7b\xe3\x52\x1b\x96\x9d\x26\xd2\x4f\x58\x91\x6d\x33\xa1\x0c\xb4\xca\x1a\x91\x7a\x35\xcc\x9a\xa5\xd6\xe3\x2d\x01\x5f\x0a\xb0\x16\x08\x0d\x6a\x47\x9e\x09\x83\xb5\xe0\xe1\x1a\xd8\x0d\xf0\x7e\xb7\xf9\x54\xde\x5d\x31\x9d\xe5\xc3\x4c\x08\x59\x03\x6d\xe0\x4e\xbf\xde\x71\x90\xa5\x57\x97\x8d\xf1\x19\x1b\xf0\xe8\x3a\x96\x62\x9c\x97\xea\x43\x77\x22\x68\x47\x8e\x46\xbc\x96\x3e\x47\xc4\x8f\xc4\x85\xe1\x78\x59\xcc\xf5\x3b\x03\xdf\x16\x2f\x61\x53\x7b\x0b\x6d\x03\xe1\x07\x62\xeb\x96\x61\x13\x5a\xfc\x1a\xa7\x0d\x2c\xba\x79\x27\x8a\x8e\xcf\xec\xc7\x97\xfa\xdb\x66\x56\x74\x09\x59\x7c\x1e\x38\x25\xc5\x4c\x9f\x6c\xd7\x6b\x8b\x11\xd2\x48\x84\x1b\x0d\xe9\x21\xdb\x68\x40\xa6\xc7\x8e\x65\x9b\x6c\x57\xae\x95\x67\x63\x87\xc7\x89\xb1\x33\xa9\x39\x98\x20\x8a\x72\x07\x9a\xa3\x95\x4d\x11\xa6\x34\x42\x82\xc5\xcc\x28\x48\x92\x28\xf9\x4d\xc3\x0e\x17\x39\x0f\x5b\xec\xf0\x06\x25\xe5\x42\xbf\x27\x88\xdf\xcb\x4e\x9a\x1f\x65\x19\xb3\xcd\xdf\xca\xbe\x38\xa3\x15\x9a\xa8\x0c\x91\xb5\x22\x2e\x0c\xc0\x69\xac\xcf\x4a\x3b\x66\xca\x96\xa5\x45\xaf\x70\xea\x11\x01\x5c\x81\x43\x9b\xdf\x65\x06\x37\x21\x00\x37\xd8\x3e\x86\xad\x6b\x88\x86\x43\xb0\x35\xbd\xda\x46\x30\x62\x03\xf7\x8a\xcf\x2a\x06\xdd\x4e\x18\x01\x1c\xe2\x43\x4d\x34\x34\xe8\x57\xb8\x58\x75\x3b\xb9\x96\x49\xac\x9b\xbc\x59\x2d\x83\xaa\xf5\x3b\x7f\x1b\xd9\x82\x07\x1e\x1a\x6d\x69\xb1\x89\xa7\xf5\x0b\x55\x37\x03\xb3\x44\xd5\x42\xc2\x4d\x1d\xaf\xd6\xa5\x1c\x62\x84\x6d\x28\xac\x5d\x6c\x62\x48\x93\x45\x41\xa6\x7a\xc5\x8d\x4e\x5e\xe9\xac\x7e\x5a\xd5\x56\xdc\x98\xe2\x74\x2c\x78\x7b\x35\x8e\x0e\xcb\xe4\x9a\x28\xd9\x77\xe6\x06\x35\x7c\x81\xfe\x9e\xe3\xc4\x5c\x6e\xcc\x92\xa3\x1b\x36\x88\xca\xdf\xfd\x19\x0d\xe0\xf6\x41\x97\xc0\x17\xc1\xc1\x0f\xad\x29\x8e\x68\x9a\x11\x21\x39\xc3\xad\x65\x69\x1e\xff\x22\xc7\x16\xf2\x7f\x8c\xa3\x88\xe7\x75\x78\xff\x35\x66\xd2\xd0\x5a\x38\x29\x8c\x1e\xf3\x09\x11\x8c\x98\xd2\x3b\xf0\x1e\x72\xef\x75\x1a\x2e\xc7\xb9\x9a\x7f\x37\x8e\x12\xda\xb9\x0e\x01\x64\x17\x0d\xf4\x67\xa7\xe6\xab\x65\x13\x28\xb5\x5f\x1a\x3a\x43\xe6\x19\x32\xcf\x8e\xd0\xf7\x38\x7a\x24\x2c\x46\x59\x92\xcf\xa8\x05\x13\x80\x1b\x0a\xd8\x65\x60\x9e\x2d\x4f\xcc\xc8\x16\xa6\x7d\x7d\x0d\x8d\x58\x8a\x1f\x0d\x36\xa0\x15\x22\x23\x9c\xb4\x42\x51\x69\xb1\x7a\x9c\x4b\x22\xb6\x53\x8c\xc3\x66\xaa\x54\x47\x63\x77\x4c\xc1\x36\xf4\x3c\xe7\x2e\x40\x4b\x7a\x33\xec\x3a\x07\xd7\x53\x6b\x0d\xf3\xc5\xe5\xe5\xfb\x22\x4c\xe6\xf4\x2a\x73\x7a\xc1\xdc\x0b\xf8\x96\x39\x43\x18\x60\x63\xbe\x92\x28\xcf\x9c\x7c\x06\x76\xc8\x04\xbc\xc2\x66\x0b\xa0\xba\x36\xd5\x5a\xda\x9c\x8c\x18\x44\xda\xba\x16\x17\x9e\xe7\x85\x81\x08\x3e\x20\xa6\x89\x35\x4c\x0d\x68\xc2\x76\x3e\xce\x1a\x3c\xe6\x0a\x3a\xed\x18\x45\xac\xe6\x84\x81\x79\xa4\x7b\xcb\xa0\x6f\x75\xdf\xb4\x52\xc4\xb0\x15\x83\xbd\x3d\xd7\x2f\x61\xce\xa8\xad\xcb\x61\x4d\xf8\x41\x30\x9f\xf3\x73\x15\xdf\x53\x89\x24\x56\x54\x4e\x69\xa3\xd9\x28\x84\xaa\xd8\x66\xd5\xf1\x7a\xf8\x18\x0d\xd8\x18\x95\xb5\xf0\x59\x09\x47\xe8\x23\x58\xc1\x02\xcd\x80\x7b\xa4\x89\x36\x86\xa5\xe6\xa4\x15\x72\x71\x17\xe1\x3c\x6e\x06\xc1\xfb\x4b\x8d\x9b\x3e\x03\xe5\x08\x0d\x0a\xef\x83\xc1\xda\x30\x7e\x85\x15\x33\x22\x89\x24\x9b\x10\x5f\x27\x43\x9d\xf2\xcc\x06\x81\x24\x25\xf5\xef\x05\x30\xaf\x1f\xe6\x33\x24\x79\xe2\x47\xc2\x96\x59\x63\xba\x8f\xd0\x98\xcb\x96\x9a\x04\xbc\x1d\x8e\x1b\x53\xdc\x26\x03\xec\x7e\xec\x0a\x78\x13\x3a\x3d\xd6\x4b\xae\xd5\x90\xe8\xd1\xa6\x96\x18\x6b\xac\x05\x48\x79\x9e\x73\x19\x9e\x33\xb7\x7f\x46\x93\x15\x39\x71\x29\x24\x90\x9a\xe3\x17\xd8\xc4\xe4\x30\x1e\xe2\xa7\xc0\xa8\xfd\x21\x35\x96\x66\xbf\xdf\xc8\xb1\x50\x58\x06\xf0\x62\xb9\xa6\xea\xa7\xf9\xc7\xbf\xc8\x6b\x38\xb1\xbb\xc8\xd4\x6f\xae\x2a\xb7\x7d\x94\xfc\x86\xfe\x01\x1f\xff\x55\x94\xa4\xc3\xb1\xc7\x96\xc8\x78\x8c\x0a\xf2\x5a\xbf\xfe\xdc\xdb\x4f\xab\x52\xb7\xae\xd3\xdc\x56\x51\xf6\x65\x10\x44\x80\x26\x39\x35\x25\x60\x4b\x02\xa1\xcd\xe6\x04\xdd\xdc\x5e\xff\x54\xfa\xfb\xa4\x99\xc6\x6e\x78\xbc\x0d\x61\xad\x0f\xa7\x57\xa7\xeb\x0e\x31\xc6\xb2\xa9\x64\xed\x92\x95\xc8\x78\x7b\x74\x68\x3c\xee\x5e\xe4\x15\xc2\x01\x26\xf9\xf4\x0e\x40\xdb\xdb\x10\x2b\x82\x22\x2d\x2e\x05\x4d\xef\xb3\xee\xc6\x27\x44\xb4\x6d\x8a\xf5\x2e\x17\xd7\x3f\x46\xff\xf7\xee\xff\x63\xef\xed\x9e\xdb\x46\xae\xb4\xf1\xfb\xfc\x15\x5d\xb5\x17\xb6\x7f\x3f\x8a\xca\x24\xb5\x6f\x25\xae\xda\x0b\x8d\x2c\x67\x98\x78\x24\x47\x92\x67\xb2\xef\x72\x8b\x6e\x02\x4d\x12\x11\xd8\x0d\xa3\x01\xc9\xcc\x26\xff\xfb\x5b\x7d\xce\xe9\x0f\x7c\x12\x20\x29\xdb\xc9\xce\xc5\x6e\xc6\x22\xd0\xe8\xcf\xd3\xa7\x4f\x3f\xe7\x79\x6e\xae\xcf\xb6\x3c\xd7\x1b\x0e\x19\xc1\xb6\xac\x89\xd5\xc1\xc1\xe3\xb1\xbd\xf5\x4a\xe4\x5c\x9e\xb1\xb5\x9a\xe0\x1d\xeb\x6b\xb6\x29\x8a\x4c\xbf\x3e\x3f\x5f\x27\xc5\xa6\x5c\x4e\x23\xb5\x3d\xf7\x5d\x73\xce\xb3\xe4\x7c\x99\xaa\xe5\x79\x2e\x00\x65\x7b\xf6\xdd\xf4\x37\xdf\xc1\xc8\x9c\x3f\x7e\x77\x0e\x37\x6b\xd3\xb5\xfa\xb7\x77\xbf\xf9\xfd\x6f\xff\x8f\x29\x38\xdb\x15\x1b\x25\x5f\xd3\x05\x6e\x6f\xd9\x67\xe8\x95\x9f\xe3\x2b\xb5\xaf\xfc\x7e\xfa\xeb\xb0\x1a\xf4\xe8\x56\xc5\x22\xd5\xe7\x8f\xdf\x2d\xec\xc0\x4c\xb3\xdd\x2f\xb8\xd4\xaf\x86\x4b\x7d\x48\x8a\x5f\x70\xa9\x5f\x15\x97\x3a\xdc\xc3\x71\x36\xa6\x26\xe9\x6d\xfe\xee\x6c\xa4\x0d\xbd\xef\xb3\x43\x2d\x9b\x43\x98\x35\x70\xc4\x16\xf1\x20\x1a\xb8\x94\x11\x07\x6d\x77\x74\xe8\x08\xb1\x8d\x25\xdb\xef\x74\xe6\x47\x25\x49\x03\x0a\x24\x89\x80\xc8\x19\x43\x82\x19\x4f\xda\xd0\xa6\x84\x76\x3a\xa6\xff\x9e\x93\x92\xfc\xd4\x5c\xe4\xd4\xdc\x03\x79\xc8\x53\x7c\xdb\x62\xb3\xd4\x93\xe5\x1f\x3f\x05\x6b\xf7\x40\x79\x3c\x47\x46\x8c\x93\x07\xea\x62\xeb\xd5\x51\x8d\x0d\xd7\x87\x81\xfc\x2e\x90\xf2\xcf\xdd\xd3\x39\x51\x5f\xfa\xa0\xdd\x38\x2c\x8b\x02\x68\xaf\x12\x59\x53\x56\xe6\x99\xd2\x42\x4f\xd9\xdb\x9a\x80\x94\x07\x2e\xde\xbe\xbd\x64\xdf\xfd\xee\xf7\xbf\x9d\xcb\x97\x2d\xfb\x36\xd8\x7b\x95\xaf\x09\x47\x09\xbb\xf5\x96\xeb\x42\xe4\xe7\xf9\x2a\x3a\x47\x2b\x77\x6e\xde\x3f\xa3\x8f\x9e\xa9\xd5\x99\xa3\x24\x3e\x23\x76\xd6\xe9\x36\x1e\x47\x30\x50\x99\x7a\xb8\xd7\xd0\x46\xa3\x61\x53\x42\x2a\x22\xb5\x72\xe4\xf3\x98\xe7\x82\x3a\x15\x6a\xd5\xf2\x1f\x20\xb5\xfd\xca\x11\xa0\x71\x6d\xbf\xe1\x19\x89\xba\x97\xe6\x69\xd8\xc9\xed\x14\x79\xce\x40\x85\xb5\x25\xe1\x71\x64\x4c\xc7\xb7\x2f\x36\xbf\xdd\x23\x1f\x03\x69\x35\x23\xbb\xb3\x92\x42\xad\x00\xc5\x07\x9e\xb0\x45\x29\x40\xac\xd6\xec\xb4\x9e\x7b\x21\x17\x19\x6e\x30\xa1\xb6\x73\x4b\x77\x1f\xc9\x70\xbe\xaf\x9f\x9f\x83\xe1\xfc\xd8\x7e\x27\x83\xf2\x95\x3a\xfc\x58\x28\x21\x2e\xa5\x31\xa8\x0a\xf3\xfc\xde\x1b\x54\x67\x07\xe0\xca\x34\x94\x53\x46\xae\x31\x70\xd2\xc4\x59\xa1\xce\x80\xb4\x06\xa8\x50\x50\x73\xa0\x0b\x56\x01\x37\xcf\x63\xb6\x49\xf3\xfc\x80\x7a\xa2\x63\xfe\x39\xa8\x28\xf9\x24\x1a\x29\x3c\x09\x92\x95\x48\x29\x72\xba\x53\xdb\xbb\xa3\x8e\xbc\x97\x0e\x87\xb2\x1f\x91\x15\xc8\x85\x06\x7c\xf0\x0e\x8f\xcf\x03\x23\x30\x65\xe0\x7d\x6e\xd4\x56\x19\x77\x46\x95\x3a\xf8\x11\x4f\x2f\xb0\x09\x77\xfa\x5e\x5b\x9e\x21\x49\xdd\xd7\x6b\x8d\x59\x5a\xe6\x27\x0c\xea\x85\x0f\x8d\x92\xd8\x58\x56\x45\x05\xf6\xd4\xdf\xb1\xc1\xf7\xcf\x1b\x40\x3d\x6c\xe1\x12\x05\x14\xf8\x88\xe3\x39\xf9\x9b\x39\xd7\x98\x29\xe5\x4e\x0a\x6e\xe7\x46\x90\x0e\x72\x31\x86\x74\xaf\xd6\x9b\xef\xcc\x96\x2e\xb7\x23\xc7\xc0\x81\x8c\x87\x0c\x00\x97\x08\xbb\xb5\x78\xdb\xb3\x56\xc0\x6d\xd7\xba\xb4\x7a\x77\xf1\xc2\xf2\x85\x8e\xab\xea\x9d\x2b\x80\xa8\x41\x9b\xf5\xf6\x74\x4b\x80\xce\xc6\x3e\x46\x83\x60\x7d\x8b\x0e\xd0\x8d\x1c\xbf\x18\x41\x60\x65\x4c\xdf\xc1\x47\x70\x72\x36\x7a\x30\x58\x0b\x5d\x1d\x38\x2e\xc4\xd6\x17\xb1\x6a\x83\xf3\x23\x43\x9d\xcf\xde\x31\xb5\x6c\x1c\x1e\xdd\x8b\x8f\x5e\xdc\x73\x97\x89\x09\x5b\x96\xf0\xfb\xf5\xcd\x7d\x88\xd6\x48\xb0\xb5\x67\xd1\x46\x44\x0f\x10\x30\xc1\x2d\x0f\x17\x83\x15\x76\x5d\xee\xe6\xd2\x4b\x7f\x15\xca\x42\x0f\x76\x8e\x0d\xdd\x29\x02\xa8\x9c\xc5\x89\xce\x52\xbe\x83\x4b\x5e\x89\x38\x7d\x7f\x41\xec\x12\x5c\x8c\x29\xd8\x17\x2f\x1e\x3e\xd2\x66\x54\x2e\xfc\x7b\x63\xfb\x92\xe7\xcb\xa4\xc8\x79\xbe\x63\xbe\x33\x9b\xf6\x80\x69\xb1\xe5\xb2\x48\xa2\xb9\xdc\x0a\x2e\x43\x54\x1e\x5d\x72\x9b\x4e\x8e\x95\x20\xbe\xe0\xd5\x4a\x44\x85\x27\x1c\x04\xe7\xdd\xf5\xd4\xbe\x35\x38\xae\xed\x6e\xe5\xf5\x36\xfd\x87\x44\x62\x7a\x7b\xb2\x05\xcc\x27\xcd\x21\xda\x1a\x0f\xbc\xbc\x01\xa9\x38\xda\x72\xed\x61\x10\xfe\x65\xe7\x14\x5b\x8a\xe2\x49\x40\x3e\x3d\x25\x00\xb6\xf9\xf8\x47\xcb\x05\x1c\x27\xaa\xd8\x2e\x47\x19\x20\xc1\x70\x81\x85\x60\x32\x47\xfc\x23\x6b\x0c\x3e\x2f\x28\x25\x11\xa2\x3d\x2f\x28\x6e\xf5\x02\xb6\x69\x73\x7a\xcc\x1f\x45\x3c\x97\x55\x5a\x25\xf2\x19\xfd\x82\x63\x5e\x08\xeb\x34\xd6\xc6\xf6\xf1\xa0\x58\xfe\x15\x50\x49\x78\x12\x49\x97\x74\xd7\x23\xcc\xd5\x2e\xe4\xff\x0c\x9a\x4f\x83\x2f\x79\xbc\x56\x16\x09\xdd\x90\x2e\x5e\x05\x4f\xe1\x26\xa5\x23\x8d\x41\x46\x39\x07\x80\xa5\xb8\x64\x23\xd2\xd9\x56\xc6\x5c\xda\x6c\xea\x55\x99\x22\x4b\x68\x97\x54\x18\x71\x48\xd9\xcc\x8f\xaf\x97\x01\xe4\xe2\x6a\x2c\xd0\x16\x73\xb0\x87\x00\x8c\x8c\xb6\xce\xce\x7a\x21\x35\xea\x7c\x5a\x59\x21\x08\x3c\xaf\x45\x01\xbb\x79\x5c\xa6\x98\x1c\x0c\x11\x73\xe0\xa3\xe2\x69\xca\x92\x42\xcf\xa5\xa3\xcf\x42\x32\x74\xb0\xb0\x36\xa4\x1e\xd3\x91\x0b\x3e\x01\xc5\x92\x24\x32\xf8\x61\x49\x94\x14\x0d\x08\xf7\x2e\x94\xe2\xc8\x32\xc1\x31\x97\x0d\x87\x6d\x2e\xc3\x33\x57\x7d\x10\x28\xf1\x0b\xa4\x5f\x4f\x91\x83\xd5\x83\xc8\x07\xbd\xdc\xd1\x43\x32\x65\x17\xd8\x3a\x73\xe0\xb2\x2a\x9b\x58\x5b\xca\x9f\x27\xa4\xa5\x39\xd5\x14\xda\xc6\xc8\xfd\xb9\x35\xe3\x79\x91\x44\x65\xca\xf3\x14\x38\xe9\x57\x65\xca\x92\x55\x20\x18\x0a\x63\x80\xe4\x49\x66\xb8\x22\x05\x7b\xb5\x8d\x92\x6b\xbe\x15\x41\xde\x36\x85\x77\xd2\x00\x43\x81\x8c\xd0\x78\x39\x6f\xca\x7a\x35\x65\x6f\xea\xc2\xbd\xb0\x26\x02\xd2\xc5\x44\xa3\xf9\x73\xf5\x0d\x52\x0e\x51\x00\x38\x59\x99\x23\xe5\x8b\x60\xd5\x75\x49\xe0\x73\xfd\x30\x12\xa0\x61\xa9\xfb\xfb\x51\xc3\xad\x29\xc7\xf7\x20\x93\x5e\x81\x6d\xb8\x05\xd1\x51\x41\xbb\x2b\x8c\xac\x64\x48\x58\x79\x40\x45\x7f\x0e\x74\xc8\xeb\x95\xdd\xf6\xe8\x93\xc2\x38\x8e\xac\x6a\xa0\xf6\x33\xbe\xa2\xc1\xcc\x09\xe1\x38\x43\x7a\x76\xcd\x8b\xb1\xd8\x1c\x97\x8c\x33\xbe\xa2\xad\x38\xa8\xce\x6a\xee\x8f\x34\xfd\x5c\x91\x07\x62\xa6\x56\xe6\x94\x2f\x10\x67\xa6\x56\x81\x09\xa6\xfd\x86\x74\x84\x80\x9a\xdd\xd9\x84\xa5\x60\x69\x22\x1f\x2c\x11\x83\x99\xa0\x13\xc6\x7d\xe9\x60\x23\xb0\x93\x71\xcd\x75\x78\x5e\x6d\x42\x06\x47\x38\x63\xc3\xd2\x19\xdb\x4f\xc8\xb6\x26\xa3\xb4\x2a\x6c\x83\xdb\xda\x31\x7c\x58\x7a\x71\xd7\xee\xcc\x63\xc1\xd6\xb8\x0d\x06\x18\xcb\x40\x6c\xbe\xb3\x7f\xdf\x6f\xaa\x98\xbd\x11\xb2\x3f\x1f\xae\xdf\x5c\xbd\x9d\x5d\x57\xb5\x7a\xfe\xfc\xe1\xea\x43\xf5\x2f\xb7\x1f\xae\xaf\x67\xd7\x7f\x08\xff\x74\xf7\xe1\xf2\xf2\xea\xea\x4d\xf5\xb9\xb7\x17\xb3\x77\xb5\xe7\xcc\x9f\xaa\x0f\x5d\x7c\x7f\x73\x5b\x53\x07\xb2\xd2\x3e\xc1\x9f\xee\x67\x3f\x5e\xbd\x59\xdc\x7c\xa8\x08\x0c\xbd\xf9\xcf\xeb\x8b\x1f\x67\x97\x8b\x96\xfa\xdc\x5e\x5d\xde\xfc\x74\x75\xbb\x47\x1f\xc8\xb7\xb7\xb5\x4b\x4f\x01\xb6\x3a\x58\x2d\xea\x82\xad\xf2\x44\xc8\x38\xdd\x21\x52\xdd\x9e\x03\x6b\xd0\xd3\x70\xa7\x4a\xb6\x42\x95\xc7\x00\xce\xef\x37\x82\xa9\x47\x91\x03\x67\x04\x96\x46\x09\xa6\x35\x94\x72\xf0\xd5\x5c\x14\x79\x33\x86\xde\x9b\x57\x53\xe4\x3b\x97\xb9\xd5\x57\x1d\xcf\x37\x44\x1f\x61\x99\xc8\xfb\xea\x02\x7e\x44\x5e\x66\x45\xb2\xec\x4e\x21\x18\xc8\xc3\x33\xfe\xa4\x8a\xec\x78\xed\x54\x22\xd7\xed\x86\xb1\x82\xa4\x3f\x06\xa6\x0b\x25\x1c\x2a\x82\xe6\xde\xb6\xd0\xc6\xac\x5c\xa6\x49\xc4\x92\xb8\x1e\x7d\xc0\x84\x2f\x0c\xb0\xd6\x49\x34\x33\x91\x83\x63\x67\xfc\xe5\x2c\x17\x67\xbc\x2c\x36\x56\x9f\xdd\xe5\xfd\x21\xa9\xa5\x88\x72\x81\x91\x73\xa1\x21\xa4\x89\xea\x57\xc1\x97\xa0\x32\x94\xef\x1c\x03\xb5\xca\x34\x20\x34\xef\x88\xa8\xe3\x9b\x58\xfa\x88\x90\x22\x3e\xdf\xdb\x35\x54\xe3\x44\xd7\xa5\x8f\xc1\x85\xc5\x1f\xad\x86\x96\x69\xb7\xb1\xd4\x4e\x43\x0a\x07\xd9\x66\x3a\xb4\x37\x63\xdf\x1c\x0b\x27\x4a\x15\xfa\x4f\xa5\xd3\x4f\x97\xb9\x80\x4d\x84\x2e\xce\xed\x69\x1f\x80\x1e\x94\x19\x01\x09\x11\xe6\x60\xb3\x14\x1b\x9e\xae\x30\x86\x67\x86\xc6\xaf\xab\xe6\x14\xbd\x57\x0f\x42\xde\xe2\x80\x7d\x15\x73\x28\xf1\x9c\xe0\x33\xe0\x5d\xfc\xc4\x07\xfc\x4c\x1d\xed\xac\xb2\x99\x61\xe0\x3c\x15\xe8\x55\x07\x3f\x63\x02\x84\xe7\xb7\xb5\x49\x65\xab\x55\xf2\xd9\x14\x38\x97\xa2\x95\xe1\x13\xd0\x35\x96\x8b\xc8\xd9\x65\x40\x12\x21\xa1\xcb\x83\x90\xa0\xbe\x85\xe2\xbc\x7b\xe7\xec\xb8\x68\x73\x73\x2c\x7a\xc2\xdf\x10\x21\x4b\x2a\xa2\x64\xe1\x9d\x88\xed\x27\x48\x01\x7d\x10\x53\xf6\x86\x68\x2a\xcc\x5f\x2e\xdf\xcd\xae\xae\xef\x17\x97\xb7\x57\x6f\xae\xae\xef\x67\x17\xef\xee\x86\x2e\xbf\x53\x64\x11\xd5\x56\x5f\x3d\xa5\xc6\x59\x88\x73\x5a\x79\x3e\x99\xd5\x35\xca\x2f\x3b\x18\x92\xfd\xb5\x4f\xe2\x6c\x11\x27\x3a\x32\xdb\xdf\x6e\x21\x64\x0c\xd4\xc8\x07\x4d\xd5\xf6\xa2\xea\xad\x70\x4f\x30\xf7\x84\xb5\x20\xb8\xdb\x3d\xda\x19\xed\x7e\x07\x8c\x1a\x04\xed\x72\x61\x16\x7f\x3c\x97\xc1\x6e\x33\xdd\xaf\x87\x61\x8a\x3b\xae\x6d\xd5\x22\xea\x6d\xc2\xfa\x26\x5a\x97\xdc\xd8\x47\xfb\x18\x00\xf4\x3a\x7a\x85\xf8\xea\x42\x7e\xe6\x24\xd0\x16\x65\xe6\x24\xbf\xe5\x32\xe6\x85\xca\x77\x1d\x4d\x1c\x66\x3c\xc3\x65\x53\x35\xa1\xe1\x96\x2d\x85\x88\xed\x28\xe0\xa3\x5c\xd6\xa7\x12\xb2\x38\xdf\xdf\xfc\xe9\xea\xfa\x6e\x71\x75\xfd\xd3\xe2\xfd\xed\xd5\xdb\xd9\x5f\x1c\x6e\x30\xe3\xba\x4d\x4b\x30\xcb\x85\xb1\x2e\x96\x14\xa3\xd5\xbe\xa0\xc0\x9f\x2d\x87\x44\x9d\x92\xd5\x5c\x5a\xcb\x92\xfb\xe2\x37\xb9\x2a\xd7\x9b\xf6\x82\xea\xb5\x7c\x7f\x71\xff\xc3\x41\xd5\x04\xca\x22\x54\x01\xc3\xd5\xd6\xc4\x4f\x26\x2b\xb2\x7b\x08\xba\xac\x55\x0f\x88\xb7\xe0\xd1\xb6\x98\x7c\x87\x45\x3b\xe8\xf4\xd2\x34\x5a\xbd\xce\x7f\xcb\xe3\x5d\x13\xe8\x3e\xb0\x9b\x95\x6d\x04\xf0\xbc\x28\x26\xd9\x28\xed\x75\xcb\xdf\x2a\x3b\xd8\x6f\xce\x52\xb1\x5e\x8b\x18\xa7\x57\xbd\x60\x8a\x58\x91\x09\x8c\xfc\xbe\xde\xd6\x8b\x24\xf7\x76\xc4\xc6\xec\xd0\x51\xc3\x0d\xf8\x7b\xf7\x4a\xbb\xad\xb8\xb4\x92\xd2\x91\x92\xba\xe0\xb2\xe3\xda\xf5\xb1\x89\x67\x1c\x64\x8a\x6e\x72\xe6\x52\x85\x28\x40\x62\x03\xec\x7e\x1d\x1c\x72\xe1\x44\xb2\x76\x92\x22\x1e\x81\xdc\x5d\xa0\x81\xdd\x32\x08\x10\x69\xbc\xb5\x16\xf1\xf9\x83\x1b\xbd\x47\x27\xe2\x69\x82\xc0\x28\xea\x0a\x11\x54\x1b\xa3\x41\x20\xd6\xd5\x09\xa3\x1d\x35\x20\xb5\x2f\xff\x44\x5d\x8f\xa7\xd6\x6a\x60\x96\x5b\x26\x34\x37\x40\xce\x79\x1b\x1f\xdf\xaa\xf8\xe1\xbe\xe4\x2c\x57\x71\x19\x59\xae\x18\x28\xd6\xe3\x41\x28\xa0\x65\x37\xd8\x98\x9d\x99\x61\xa6\x43\x8a\x88\xcf\x00\xe9\x3d\x97\x5d\x97\x2f\xd6\x06\x74\x84\xb9\xde\xdb\x5d\xeb\x98\xb1\x6f\xe9\xfd\xee\x25\x68\x3b\x7b\x58\xc6\x25\xb3\x8f\x83\xb3\xd7\x01\xa7\xa1\x71\x59\x72\xbc\x59\xad\x6e\xc7\x5d\xd4\x10\xce\xaa\x8e\x43\xfd\x0c\x03\x4d\x54\x53\x29\x70\x8b\xdc\x70\x8d\x9e\x6b\x11\x6d\xaa\x15\x87\xd6\x54\xe9\xd4\xea\xd5\x75\x9e\xe0\x71\x11\x82\x41\xf7\x2b\x13\x3c\x53\x27\x9a\x6a\x1f\x4a\x63\x39\x9d\xbf\x71\x13\x3f\x74\x8e\xdc\xe1\x05\xed\x1e\x18\xac\x94\x97\x32\xda\xb0\x2c\xe5\x98\x65\xbc\xe1\x1a\xa7\xb4\x05\x19\xf0\x65\x92\x26\x05\xd0\xb7\xe0\xdd\x57\xad\x87\xcd\x89\x86\xe7\x0f\x96\x31\x95\x7b\xae\x9e\xbe\x49\x7f\x24\x98\xd3\xcb\xc9\x7f\x49\x38\xa7\x5f\xb2\xc1\x1b\xbd\x37\x67\x7e\x5a\x12\x94\xd3\x0f\x87\xb1\x78\x30\x2d\x7d\x5b\xc6\x8d\x2c\x95\xf8\xbe\xfe\x7a\xa5\xbf\x5b\x36\xea\xf1\x50\x06\xa2\x02\x1f\x61\xe6\xeb\x44\xe1\xad\x2b\x6b\x95\x2a\xde\x21\x56\x6b\xcb\x46\xde\xef\xae\xb2\x63\x55\x2e\xbb\x98\x66\xb1\x56\xfd\xa5\xf7\xc5\xfd\xed\xba\x3d\x55\x5c\x30\x34\x80\xbc\x10\x45\x32\x2e\xb4\x11\x34\x9a\x17\xe2\x0c\x5e\x6f\x2f\x9c\x52\xcf\x06\xb7\xb9\x31\xd1\xbc\xfa\x84\xe3\xb3\x05\x90\x59\x73\x76\xfd\xb9\xe4\xc6\x34\xdc\xac\xee\x90\x4f\xe4\x98\x49\x56\x24\xcd\x19\xd6\xbe\x12\xeb\x5f\xbd\xaf\x5e\xaa\x84\x73\x60\x70\xb6\x66\x5b\x6b\xee\xcc\xdb\xc3\x17\x64\x55\xd1\x3d\xcb\x13\x05\xbc\x1a\xa4\x23\xdf\x43\xc9\xd7\xfa\xdd\x23\x7a\xf2\x53\x29\x4a\x61\xe6\xfe\xb2\x8c\xd7\xcd\xd8\xe6\x08\xef\xcc\x37\x69\xa3\x9e\xd8\xb6\x8c\x36\xcc\x16\xce\x62\x91\xf2\x5d\xa5\x69\xe0\x2f\x15\x2a\x05\x92\xdb\x03\x19\x37\xa3\x52\x17\x6a\x0b\x20\x4c\x5f\x6e\x5e\x4a\x98\xf0\x8c\x17\x45\x9e\x2c\xcb\xa2\x15\xb0\x55\x61\xe0\x3a\xf0\x42\xeb\xee\xfd\xd5\xe5\xec\xed\xac\x76\x9b\x74\x71\xf7\xa7\xf0\xdf\x3f\xdf\xdc\xfe\xe9\xed\xbb\x9b\x9f\xc3\xbf\xbd\xbb\xf8\x70\x7d\xf9\xc3\xe2\xfd\xbb\x8b\xeb\xca\x9d\xd3\xc5\xfd\xc5\xdd\xd5\xfd\x9e\x6b\xa5\xe6\x57\xbb\x07\x82\x07\x04\x61\x16\x16\x6a\x99\x92\xed\xe9\x92\xbe\xfa\x9a\x5d\x58\xba\xb4\x0a\xa1\x9f\xbd\x1a\x84\x9b\x77\xd4\x0d\xa6\x1b\xc4\x37\xbc\xe0\xa4\xc3\x3e\x65\x17\xcc\xea\xe9\x03\x18\x5a\x1b\x67\x81\xb8\xa4\xcc\xe8\x60\x11\xc6\x63\x88\xfc\xc9\xcd\x4b\xc1\xa9\x15\xb1\xb8\xa5\x22\x24\x0d\xb7\x99\x3f\x73\x79\xf5\x28\x64\x51\x02\xa3\x31\x4f\x53\x66\xe5\xdf\xe9\x81\x20\xab\xd9\xd6\x52\x27\xdb\x24\xe5\xb9\x57\xed\xba\xa1\xb2\xc0\x61\xb7\x75\x75\x24\x36\xcd\x94\x59\x7b\x78\xf8\x30\x63\x50\xef\xcb\x77\x33\x70\x81\xa2\xc2\x4a\x52\xd8\x8f\xcf\x25\xb2\x84\xd1\x17\xb7\x1c\x00\xfa\x85\xa2\x78\x1a\x7e\x9e\x1e\xee\x9e\x88\xfa\x98\x45\x6c\x23\xcf\xcf\x05\x02\x72\x95\xb4\xff\x71\x25\x8b\x7c\x37\xd8\xaf\xb9\x87\x8c\x54\x0d\xbe\x29\xe1\x7d\xaa\x4a\x5e\x18\xee\x60\xb6\xf4\x6b\x70\x76\x2c\x18\x8d\xa2\xf1\x2e\xe8\x2e\x80\x37\xb9\xc3\xff\x4e\xcd\x26\xf4\xad\xf6\x43\x48\x1a\x02\xbd\xb0\x54\xa5\x8c\x35\x21\x93\xb6\x89\x3c\xdf\xf2\xcf\xaf\x6c\x4b\x31\x09\xdf\xf1\xe9\x03\xc1\x92\x48\xcd\x49\x64\x67\x8c\x5c\x7f\x77\xcd\x65\x4f\x7f\xed\xf7\x16\xad\x65\x85\x63\x8f\x3f\xa3\x22\xc6\xea\x51\xec\xda\xc6\xaf\xa1\x89\x82\x38\x2e\x5a\xf0\x50\x48\x96\x0b\xf3\xa0\x03\x70\xa5\x88\xcb\x73\xff\x06\xa0\x76\x45\xb7\xad\xdd\x76\x87\xb7\xbc\x47\x2d\x9b\xd6\xfb\xe5\x67\x10\xb5\xa1\x2f\x99\x31\xc3\xdb\x66\x1b\xe8\x24\x60\x3a\x5d\xa3\x99\xc1\xfa\xab\x5a\xb2\x15\x64\x69\x90\x2e\x73\x2e\x20\xb0\x0d\x43\x61\x59\x98\x81\x86\xa7\x71\x85\x6d\xa7\x40\x2a\x34\x84\x7b\xa5\x39\x6e\x89\x4f\x25\xdd\xd8\x7d\xf7\xeb\x71\xfb\x6c\x91\xef\x98\x65\xfc\x0f\xb3\x44\x28\x49\x8a\xf6\x5c\xa8\x57\x29\x93\x36\x6e\xae\xdb\x52\x9a\xad\xf8\x14\x60\x87\xe1\xb7\x59\xb5\x8f\xd2\x3f\xf7\x26\x52\xd8\x40\x6c\x8e\xcf\x3f\x1b\xd5\xe2\x4f\x35\x86\x45\xfa\x1c\xc0\x76\xa9\xf4\x70\x43\x5b\xf2\xe8\xe1\x89\xe7\x31\xc6\x0a\x01\x7d\x30\x65\x3f\xa8\x27\xf1\x28\xf2\x09\x8b\x44\x5e\x70\xa2\x37\xd2\x70\xfd\x0a\x0b\x8a\xca\x99\x4b\x40\xb1\x23\x57\x94\x04\x49\xeb\x22\x59\x6f\xcc\x79\x32\xb8\x3c\x57\xb9\x31\x47\x05\x32\xdb\x65\x22\x22\x42\x99\x8e\x0e\x58\xa5\xfc\xb1\xc9\xd7\x74\x48\x26\x3c\x9b\xb9\x54\x3c\x7b\x3b\x65\x99\xed\xfb\xe0\x0e\xd4\x61\x64\x34\x91\x02\x64\xc2\xd6\x2a\xe5\x72\x3d\x9d\x4e\x99\x28\xa2\xe9\xab\x51\x13\x9d\x0a\x0c\xef\xbb\x1c\x04\x35\x55\x4a\x8b\x74\xe7\x48\x50\x5c\x92\x80\xe9\x66\xc8\x11\xd1\x09\x86\x3c\x5a\xa6\xff\x5d\x3d\xa3\xfe\xcb\x86\xce\xdb\x4f\xaa\xa3\x53\xd0\x3a\xca\x01\xa1\x9c\x11\x25\xe1\xf3\xed\x27\xaf\x83\x52\x2a\x3b\x58\x58\x95\x1c\x9b\x27\xf8\x93\xea\x92\x7d\x3e\x88\x9b\xac\xb5\x24\x22\x72\x38\x28\xb7\xaa\x2b\x62\x51\x4b\x77\x3b\x22\xd3\xad\x27\x69\x6d\x64\xbe\x5a\xcb\xba\x6b\x59\x16\xb5\xe1\x1e\xbd\x2c\xf6\x73\xf7\xb7\x36\x68\x64\x3e\xa0\x4f\xdc\x1d\xe3\x3a\x61\x4a\x51\xba\x83\x13\x97\xcb\x0e\x84\xc8\x72\x1c\x44\xc6\x2b\x81\x7f\xc8\x53\xf1\x37\x07\x8e\x60\x27\xb8\x28\xd0\x85\xca\xf9\x5a\xb0\xad\x88\x93\x72\xdb\x6a\x6c\x5c\x75\x8f\x41\x7b\xa9\xb4\xdc\x76\x53\x9d\x1d\xeb\x40\xfb\x4a\xe2\x7f\x5d\xc2\xe7\x06\x3b\xd0\x5e\xe0\xdc\x4a\xa8\x50\x7d\x31\x0c\x4e\x7d\x6d\x76\xca\x3c\xd1\x40\xca\x77\x48\x5a\x98\x2b\x06\x8b\x86\xdb\xba\x5d\x86\xe1\xd7\xca\xe8\x9e\xd9\xdb\x1d\x7a\x45\xe3\xa8\xc2\x15\x5f\xf7\xa6\x50\xc7\x90\x8d\x1e\x23\x10\xe8\x38\xe8\x5e\x13\xdc\xc6\x80\x2a\x9b\x40\x2e\x50\x20\xdd\xc4\x17\x8a\xad\x6c\xa2\xd1\x83\x08\xa8\x9b\x62\x20\xd1\x7e\x42\x1e\x90\x3f\xfd\x4e\xdb\x3b\x7b\x82\x55\x78\x8f\xa5\xf0\x1f\xc1\xbb\x81\xc7\xef\x2c\x9a\x06\x5b\x88\x45\x00\xc1\x52\xcc\x65\xd1\x5a\x80\x07\x9b\x41\x59\xf8\xca\x4f\xbc\x4c\xdb\x1f\xa7\xf2\xe1\x51\x14\xe4\xb9\xf8\xf9\x8e\x61\x57\x13\xdd\x72\xde\x57\xd1\xa0\x90\xfd\x78\x1e\xe8\xae\xc5\x01\x9e\x60\x65\x1c\xb0\xd3\x2d\xdf\xb6\xe9\x76\x51\x44\x1b\xef\x79\x54\x95\x75\x49\x6d\x8d\xda\xb9\xf5\x04\xd2\x08\x95\x0c\x31\x67\xc9\x5a\xaa\x50\xfb\x40\x49\x01\x97\x34\xc6\x00\xa9\xb0\x58\x96\x14\xfb\x81\x3d\x23\x59\x95\xf6\x4d\xb5\x42\x21\x60\x83\xda\x59\xb9\x6b\x83\x23\x45\x82\x5c\x2c\x16\x15\x89\x67\x22\x12\xef\xaa\x13\x0b\x57\xb3\xdb\xe7\xb2\xfa\xa9\x46\x27\x59\xe4\x4d\x92\x0b\xe4\x03\xd5\xc6\x7b\x2b\x92\x47\xb3\x50\x9b\xd3\xda\x4d\x50\xb0\x00\xcd\xb9\x37\x97\x58\xed\x80\x54\xf4\x41\xec\x74\xa8\x14\x46\x33\x8a\x75\x4d\xc8\xc4\xb4\x87\xc6\x6b\xff\x50\x40\xc7\x2d\x02\xe5\xf3\x61\x7b\x19\x7e\xf4\x47\xf3\x72\x0f\xa4\xaf\x51\xb8\x99\x83\x3e\x93\xcb\xc7\x14\xc9\x4c\xf8\x7e\xa6\x31\xf4\xa8\x9d\x16\x55\x7c\x1f\x9e\x85\x83\xaf\x39\xdf\xce\x25\xf1\x0e\x07\x9b\x9c\x31\x38\xcd\x61\xa3\xf4\x52\x64\x3b\xdd\x55\xa8\x31\x80\x1a\xce\xd2\xe4\x55\x3f\x69\xef\x1d\xad\xd0\xe4\x5c\x92\x9c\x3f\xe8\xf1\x53\x0c\xaf\xf5\x83\x07\x42\xc1\x68\x70\x3b\xe1\x5f\xfe\x08\x43\x1d\x47\xec\x68\x28\x39\x87\xa7\x9f\x48\x98\xee\xbb\x90\xad\xc8\x2b\x8b\xbb\xba\xbb\xba\xbc\xbd\xba\xff\x62\xf0\x30\x8b\xcd\x1a\x8d\x0f\xb3\xf5\x7c\x73\xf5\xf6\xe2\xc3\xbb\xfb\xc5\x9b\xd9\xed\x73\x00\xc4\xe8\xa7\x03\x10\x62\x77\x44\x67\x7e\xa9\x64\x21\x3e\x1f\xb5\x27\xe7\xa5\x5c\xf0\x11\x99\x0a\x4e\xd0\xa0\xcf\xdd\xc1\x42\x9b\x74\xec\x8e\x2b\x9d\xb8\xf9\x70\x47\x73\xec\xeb\x2b\x1f\x34\x5c\x25\x69\x0a\x69\x8e\x2e\xbc\x4e\x49\x41\xa6\x53\xc1\xfe\x58\x3a\x42\xb2\xa9\x73\xb9\xac\xb0\xe5\x43\xc8\x6f\x63\x0e\xc1\x98\xe0\x98\x99\x0e\xc8\x13\x48\x1f\xeb\x63\x6c\x5f\x27\x52\xf8\x6a\xa0\x3c\x6c\x29\x59\x27\xcd\x2e\x0d\xe2\x73\x66\xb1\x92\xe3\x35\xd4\xd7\xb4\x33\xae\x32\x3f\xad\xfb\x69\x7f\x74\x2d\xc4\x45\x9c\x48\x74\x4c\x2b\xab\xf9\xae\x7d\xea\x9e\xfb\x25\x00\xfd\x6e\x46\x92\xc3\x1d\x04\x28\xb0\xfa\x81\xa4\x81\x40\x25\x17\x7f\x39\xf1\x90\x20\x8a\x46\xad\x6a\xfd\x6c\x4c\xa1\xe9\xeb\x04\x6e\x2a\x38\x31\x37\x44\x69\xa9\x0b\x91\x53\xd8\xe4\xe2\xe7\xbb\xb9\x44\x99\x7e\xda\x85\x48\xed\x03\x3f\x81\x18\x0e\x55\xf9\xbe\xf5\x50\x42\x0b\xf6\x12\x63\xd4\x5b\xc1\xa5\x46\x75\xec\x34\x15\xb9\x9f\x19\x58\x1f\x21\x62\x52\x48\x03\xaa\x4a\xff\x3e\x09\x24\x2b\x58\xb5\xa6\xbe\xf4\x2b\x49\x04\xd7\xe7\x53\x57\x16\x2d\x00\x44\x9f\x73\xe6\xb4\xe4\x29\x0c\x9d\x45\x84\xad\x6d\x9d\x44\xd5\xac\x81\x41\x73\xe9\x1e\x8b\xfb\x65\x2a\x9d\x70\x2a\x0d\xd8\xd7\xc3\x5d\x82\x6d\x94\x31\xa0\x4e\x0a\xc3\x5f\x33\xbb\x2c\xfe\x14\xf0\x4f\xa6\x1b\x5b\x77\x9d\x9a\x1c\xdc\x11\xbb\x0e\xea\xbf\x1d\x07\xe7\xbc\x68\xa1\x0b\xf1\xba\x43\xf6\x6e\xa7\x57\x69\xee\x79\x68\xb9\x2e\x2c\xde\x4e\xaa\xc2\x26\xd8\x3b\x88\x1b\xe1\xf5\xcc\x03\x8e\xd9\xa1\xb7\x8e\xc4\x96\x60\xbd\x94\xc5\x91\x6a\x4d\xf7\x21\x2e\xb0\x92\x44\x89\xb5\x08\x05\x5f\x09\x41\xec\x09\x0e\xc6\x4c\xbe\xc3\xf5\x00\xab\x73\xce\x91\xe5\x1d\x04\x76\xb8\xbe\xb9\xbe\x0a\xa1\x0a\xb3\xeb\xfb\xab\x3f\x5c\xdd\x56\xd2\x6f\xdf\xdd\x5c\x54\x52\x68\xef\xee\x6f\x6b\x99\xb3\xdf\xdf\xdc\xbc\xbb\x6a\x60\x1e\xae\xee\x67\x3f\x56\x0a\x7f\xf3\xe1\xf6\xe2\x7e\x76\x53\x79\xee\xfb\xd9\xf5\xc5\xed\x7f\x86\x7f\xb9\xba\xbd\xbd\xb9\xad\x7d\xef\xc3\x65\x3f\x7a\xa2\xd2\x8c\xf6\xf0\x8f\xbf\x9c\x0d\x78\x03\x5b\x97\x71\x55\x2f\xf1\x88\x55\x3c\x10\x84\xb5\x6f\x3a\xda\xec\xda\x38\xa4\x13\xc7\x85\x61\xaa\x3a\x6a\xd6\x9d\x5e\xe0\xb1\xd2\x75\x19\x3f\xce\xec\x99\x5d\x6d\x71\x0a\x50\x5c\xaf\x03\xe8\xbe\x52\x0b\xdc\xea\x02\x52\x90\xb0\x6b\x33\xb8\xc1\x5a\xf3\x4e\x79\x13\x19\x3f\x7b\x4d\xed\x37\xf6\xd5\xd3\xf3\xd4\xec\xa1\xfb\x38\x15\x79\x41\x5f\xa5\x83\x8f\xd9\xdc\x60\x2f\x68\x65\x7f\x0c\x36\x6e\x68\x86\x99\x39\xc1\x74\xec\x52\xe2\x6b\xcf\x71\xe8\xa7\x96\x1a\x5b\x7f\xfa\x48\xb3\xee\x35\x66\x85\x11\xf5\x06\x3e\x98\x31\xf5\xbe\xe7\xfa\x61\x6c\xbd\xe9\x23\xcd\x7a\x83\xdb\x77\x50\xbd\x21\xe0\x5d\xb4\xb3\x5e\x8c\x30\x62\x61\x31\xd5\xea\xb9\x94\x5c\xf7\x48\x20\x78\x39\xac\x8e\x66\x01\x3c\xef\xf1\x32\xe3\xc3\x2f\x32\xa0\x36\x6e\xb9\xf2\x1a\x65\xf2\x1d\xfc\x0a\x2d\x5c\xe6\x82\x3f\xc4\xea\x89\xc6\xa3\x8e\x0c\x65\x83\xac\x79\xb5\x83\x8c\x0d\xb7\x5b\x04\xc8\x64\x9b\x4f\x22\x4a\xcd\x17\x0f\x30\xb9\x84\x48\x7f\xd1\x07\x0b\x94\x1a\xeb\xbc\x21\xc0\xd4\x22\xfd\xe8\xcc\x25\x7a\xf3\x6d\x6a\x8f\x66\x54\x4d\x8d\x28\xd3\x1f\x9a\xea\x7c\x68\xbc\x5c\xd7\xc1\xc0\x52\x2e\x43\x99\x03\x98\x6e\x99\xc3\x99\x09\x3a\x24\x91\x10\x4c\xce\xcd\x81\x27\x17\x51\xa2\x45\xa0\x78\xd3\xba\x63\x7f\x3a\x8e\x1f\xbf\xe0\x45\x6b\xd8\x75\x70\x3c\x9c\x47\x45\xc9\x53\xf6\xa9\x14\xf9\x8e\xe8\xc5\x30\x56\x89\x7f\x89\xb8\xc4\xa4\x89\x42\x6c\x33\x48\xc2\x0d\xd1\xfe\x73\xf9\x33\x00\x25\x70\x08\x5e\x68\xf6\x07\x80\x3c\xd8\x87\x69\x13\xde\xf2\x02\xf6\xe2\x3f\xe3\x37\xdc\x6f\xd3\xb9\xac\x28\x48\x04\x6f\x55\xc4\x24\xa6\x73\x69\x29\xdc\x63\x15\xe9\x29\x9c\xf8\xa6\x2a\x5f\x9f\x93\xf8\xa9\x99\xec\xea\x61\xa9\xd4\xc3\xb9\x90\xe7\x10\x93\x2a\xce\x79\x59\xa8\x73\x80\x4b\xe1\xf8\xeb\x73\xab\x91\x68\x45\x26\xf5\xf9\x26\x79\x14\xf0\xff\xa6\x9b\x62\x9b\xfe\x9b\xce\x36\x9f\xcf\xd6\x69\x7e\x66\xde\x3d\x0b\xdf\x3d\xb3\xef\x9e\xd9\x77\xcf\xcc\x6b\xf8\xff\xb2\x1d\x5e\xef\x88\xcf\xdc\xec\x65\x93\xb9\x4c\xa4\x16\x79\x01\xde\xcf\x53\x9e\x14\x5e\xaa\x63\xc7\x5e\xfc\xcf\xff\xb0\x69\xce\x9f\x30\x7d\xee\x0d\x2f\xf8\x7b\x8c\x2f\xfe\xe3\x1f\x2f\xe0\x42\x15\xf3\x5b\x32\x9e\x7f\x2a\x45\x31\x97\x5a\x98\x45\xc8\xfe\xbf\xb9\x84\x1b\xd8\xed\x6e\x51\x60\xdc\x15\x63\x90\xb1\x66\xff\x81\x65\xce\x90\x6a\x2f\xd6\xa6\xa4\x0e\x64\x7d\xc2\xd3\x16\x59\xdd\x8e\x10\xfd\xa7\xf4\x0d\x3d\x3f\x62\x59\x7f\x4a\xab\xab\xda\x8a\x45\xe8\x4f\x29\x6c\xa0\xa9\xe2\x16\xac\xc5\xdc\xe4\x85\x73\x32\x55\xae\x6d\x8d\x34\xa0\x01\xcf\x7a\x4d\xdf\xbe\x56\xee\x90\xee\xd7\x46\xee\x1b\x66\x04\xee\x0a\xfc\x3d\x04\xdc\x9e\x27\x66\x85\xdc\x61\x24\x14\x3c\x37\x6c\x39\xf8\xa4\x74\x75\xee\xca\xc3\xc0\x85\xfe\xed\xeb\xf3\xf3\x09\x5b\x6b\xf8\x9f\xe5\x27\xf8\x1f\x40\x0f\x9d\x8a\xb1\xb2\xd1\x99\x0e\x08\xd7\x1c\xe5\xfd\x23\x71\x0a\x14\xdd\x97\x20\x49\xae\x4d\xd3\xef\x4b\x19\xa7\xc2\x67\x03\x56\xae\x44\x52\x65\x65\xbd\x31\x30\x56\x97\xa3\x80\x31\x5e\x8a\x88\x1b\xc3\xd7\xf8\x36\x82\x4b\xd5\xaa\x10\x12\xa3\x61\xb9\x57\xab\xe2\x18\xb9\x02\xb7\x18\xa0\x90\xbc\x20\xc8\xb9\x80\x3f\xc2\x47\x80\x75\x78\x52\xff\x89\xed\x54\x49\x04\xba\x40\x0b\x19\x8b\x28\x05\x96\x72\x4b\xf6\xc1\x72\x51\x94\xb9\x64\x9c\x65\x5c\xc6\x5c\xc3\x0c\x5c\xe5\x70\xdb\x99\x33\xde\xac\xe8\x04\xe1\xb8\xaa\x2c\x80\xc2\x06\x91\x05\x61\x4f\x20\xc3\x71\x50\xe7\x49\x50\x09\xdc\x13\x80\x68\xb5\xf1\xe2\x74\x2e\xad\x9e\x12\x61\xe1\x30\x52\x16\xa9\x6c\x47\x04\x25\xf5\x4e\x4f\x6c\xe4\x8c\xba\x7b\xe2\xf1\x26\xf5\x67\x27\x2c\xa9\x5e\xad\x01\x99\x72\x11\x28\xc2\x5a\x4d\xdd\x97\x42\x46\x2a\x16\xb9\x7e\x65\x96\x61\xe2\xce\x1d\xe8\x3f\x24\xda\x0f\x06\x58\x29\xb3\xb9\x51\xb4\xd0\x14\xef\x54\x47\x4c\xef\x54\xe8\x77\xdb\xfc\x9c\xfd\x4b\xe5\x5b\x47\xc1\xb4\xd5\x97\xfe\xf3\x8b\x22\x62\x42\x5c\xa7\x3d\x73\x1e\x1e\x82\xc0\x25\x1b\x5a\x5c\x2c\x14\x7d\x1c\x72\x4e\xac\xfc\x66\x52\x80\xc2\x57\x2e\x74\x31\x97\xb4\x03\x4f\xd8\x4a\x70\xe3\xe7\x4d\x58\xa4\x1f\xd1\x18\xe3\x76\x5f\x3c\x29\x8f\xc1\xb1\xda\x0d\x00\x86\xad\x14\xee\x83\xc4\xf8\x18\x20\x0a\x78\x54\x20\xc0\xa0\x53\xa9\xd9\xba\x2a\xd0\x59\xad\x06\xf1\x80\x7e\xb0\x52\x00\x75\xd9\x9d\x50\x89\x02\x7a\x62\x87\x17\xc5\xac\x5e\x0f\xfc\xc1\x18\x1e\x6c\x1d\xc2\x40\x02\xe3\x08\x1e\x37\x61\x69\x71\x9d\xf9\x3b\xdc\x90\x8f\x19\x62\x33\x5d\x8b\xaa\xa7\x23\xa0\x02\x87\xc5\x2d\xcc\xab\x7b\x03\x56\x5a\xe4\x56\xa7\x00\xdb\x8a\x7c\x70\x9b\x24\x8f\xcf\x32\x9e\x17\x3b\x3b\x7d\xd3\x64\x09\xf4\xe6\x69\xf2\x20\xd8\x45\x9e\xab\xa7\x53\xf7\x42\xa7\x69\xe9\x3a\x61\x1f\x83\x64\x1f\x7b\xca\x6f\x65\x83\xac\x87\x3b\x0e\x63\x9e\xec\x0a\x7c\xb4\x7e\x27\x17\x45\xbe\x5b\x98\x89\xb8\xcd\x3a\x2d\xc5\xa0\xa4\x89\xe1\x4e\xee\x38\x52\xcb\x5a\x08\xa3\x93\xd4\xb2\x32\xaa\xdf\x0e\xa9\x65\x0b\x5f\x65\x93\xd4\x72\x76\x3d\xbb\x9f\x5d\xbc\x9b\xfd\xdf\x5a\x89\x3f\x5f\xcc\xee\x67\xd7\x7f\x58\xbc\xbd\xb9\x5d\xdc\x5e\xdd\xdd\x7c\xb8\xbd\xbc\xea\x67\xa9\x69\xd6\xde\xbb\xe0\x67\x2c\xfc\xce\x6b\x76\x1f\x00\x35\x30\xd9\x80\xfc\x6f\xd2\xf7\x83\x59\x65\x16\x73\x22\xd7\x13\x58\xa8\xaf\xd9\x55\x9e\xcf\xb6\x7c\x2d\xde\x97\x69\x0a\x70\x2a\xcc\xec\xb9\xcc\x05\x1c\x3c\x27\xec\xbd\x8a\x67\xc1\x7b\x90\x8e\xd8\xda\x0c\xf8\x3e\x8f\xe3\x5c\x68\x8d\x9f\x9f\xd0\xf7\x03\xf0\x90\x4b\x75\x24\xf0\x1c\x7f\xe4\x49\x6a\xce\x6f\xaf\xd9\xf7\x3c\x7a\x50\xab\x15\xa6\xcf\x4c\x5c\xe2\x14\xfb\x54\xaa\x82\x33\xf1\x39\x02\x66\xa6\xf6\x79\xf2\x4e\xad\xbf\x02\x54\x79\xc0\xf5\x54\xc7\x21\x05\x74\x9c\x16\xed\xdb\x79\xbb\x21\xa0\x56\xfe\x88\xaf\xbe\xc5\x37\xdb\x03\x94\x45\x7a\x82\x4c\xf1\x77\x6a\xdd\xae\xaa\x01\xde\x35\x49\x81\xd0\x45\x42\x44\xbc\x13\x6a\xcd\x74\x22\x1f\xe6\xf2\xe7\x8d\x90\x4c\x95\x39\xfe\x09\x8e\xf9\xc6\xcd\x4c\x4b\xbd\x11\x20\xb3\x39\x61\x4f\x82\x6d\xf9\x0e\xdd\x66\x38\x13\x38\x29\x00\x98\x32\xb0\x8b\x98\xb7\xd3\x44\x1a\x6b\x91\x25\x36\x2f\xa1\x3e\xf4\xa7\x38\x71\x59\x5e\x32\x7e\x3c\x6d\x68\xdf\x7e\x5a\xc1\xe7\x41\xa8\xcc\xe3\x26\x2d\x40\x88\x2c\x37\x28\x0d\x2a\xf5\x50\x66\x9e\xc1\xf0\x85\xbd\x9c\x84\xee\x7e\x54\x49\xcc\xe2\x32\x4b\x93\xc8\xd9\xdd\x27\x95\x77\xd2\xb4\x62\x02\xcd\xf0\x5d\xa7\x9e\x16\xd6\xd7\xb0\x96\xec\x9c\x00\x49\xd7\x43\xd8\xfa\xcc\x94\xb5\x2c\x91\x51\x5a\x82\x86\x52\xa9\x45\x7e\x56\xe4\xc9\x7a\x0d\x0e\xb8\xcd\xf5\xfb\xf6\x39\x6d\x3d\x67\xde\xf1\x69\x6d\x61\xd2\x79\xaa\xd6\x49\xc4\xd3\x10\xdc\xec\x51\x11\x8e\x34\xd3\x2e\x7b\x52\x98\x84\x3c\x08\x5b\xa1\x4e\x32\xa0\x2c\x17\xc0\xdb\xba\x00\x53\xbe\x20\x73\x77\x4c\xbd\x57\xcc\x1c\xd0\xb1\x5e\x21\xa5\xa5\xbd\x5e\xb0\x3b\x9c\xff\xb6\x95\x19\x42\x61\x7d\x90\x20\x66\xea\x49\x8a\x1c\x3c\x58\x80\x7d\x98\x96\x4a\x05\xbe\x89\x93\x1e\x72\xf8\x64\x2b\xbd\xb5\x72\x40\x6c\xcc\x9c\x5d\x27\x8f\x42\x7e\x79\x0e\xe2\xe0\x03\x11\x8f\x36\x62\x61\xfd\xf2\x53\x9b\x2c\xb7\x01\x8c\x34\x56\x56\x03\x20\x34\xa5\xee\x7a\x13\x8e\x4e\x58\xe3\xa6\xed\xc2\x8b\xc4\x9e\x8c\x2c\x53\x89\x45\x2c\xa2\x87\x2f\x6e\x9a\x3d\xc8\xca\x56\x84\x71\xf6\x46\x44\x0f\xec\xc3\xed\x0c\xb3\x81\x93\x82\x19\x53\xa0\x37\x5e\xd3\xa4\xf3\xec\x56\xf0\xf5\x33\x90\x1b\x0d\x15\x65\xf1\xcc\xe2\x4e\x8a\xca\x54\x88\x00\x51\x90\x2f\x69\x8c\x24\xe5\xd2\x00\x10\x8c\x17\x56\xaa\x03\x02\xf1\x4c\x6f\x41\x99\xa3\x2c\x02\x39\xab\x94\x2f\x45\xaa\xdb\x1b\x9c\xa9\x78\x61\xef\x49\x8e\x05\xf3\x34\xca\xb2\x71\x0c\xba\x75\xb4\x79\x0c\xdc\x78\xac\xf7\xf4\x20\x7b\xf8\x9d\x0e\xe8\x35\x54\x48\xf7\x0b\xe7\x7a\xae\x45\x4d\xdf\x3d\x59\x91\x7e\x08\x26\xf4\x83\x52\xb6\xb1\x97\xa6\xa4\xf7\x2a\x26\x98\x9e\xe3\xf3\x32\x5e\x90\xa0\xe8\x89\xc7\x55\x84\x55\x70\x6a\xe2\x1a\x62\x03\xba\x10\x3c\x66\x6a\x45\xd1\xc4\x2c\x4b\x13\x20\x72\x8d\x91\x33\x1a\xd8\x33\x74\x15\x1d\x1f\x96\x66\x2b\x1b\x90\x7c\xbc\xb7\x40\xbc\xde\xfb\x46\x7f\xc9\x65\xda\x55\x0d\x72\xd7\x7d\xaa\x63\x95\xb2\x5c\x3e\xd2\xa1\x47\xe8\xfe\x68\xda\x3a\x55\x4b\xe8\xa8\x6e\x50\x5c\x8f\x81\x36\xd6\x29\x4f\xe2\x31\xdb\xbb\xed\x93\x1b\xf7\x6a\x5f\x05\x6f\x6c\xa4\xc3\x7d\xc9\x0e\x33\x23\x9a\xed\xf0\x06\xbf\x96\xc6\xbe\xef\xac\x0d\x17\x84\xda\xdd\x10\x3a\x6f\xdc\x92\xcc\xc3\xaa\x70\xe6\xb8\xe3\x58\x5d\x6d\xcb\x51\x03\xdd\x24\x46\xd9\xd3\x97\x9e\x4b\xa5\x7f\x90\x8f\x60\xb7\xc0\x95\xeb\x28\x2e\xc6\x30\x05\xdb\xa1\x43\x8c\xaf\xe9\x4f\x3f\x88\x95\xe4\x8b\x41\x23\x5a\xef\x77\xbb\x8a\x8f\xe9\xf2\xe7\x58\x51\x65\xa1\x7c\xc8\x1f\xda\x33\x03\xfe\xcc\x30\xad\x0b\xcc\xc6\x2c\xee\x80\x0b\x58\x1f\xcc\x2e\xcd\x11\x20\xd4\x51\x30\xd8\x2c\x17\xf6\xf2\x68\x27\x0a\x97\xdc\x9f\x5a\xe5\x24\xb8\x1b\x71\xad\xae\xb2\x9b\x58\x02\x03\xc7\x48\x05\x37\x19\xe4\xef\x45\x6a\x9b\x29\x09\xd8\x14\x4c\x55\x9a\x4b\x2a\xdc\xea\xdf\xba\xeb\x95\x4a\xbe\xdb\x84\xa2\x5a\x98\x3d\x21\xb4\x4a\x1f\xe9\x1e\x2d\x20\x9e\x07\xe5\x2c\x53\xc1\x4b\x73\x40\x30\xc7\x61\xb8\xe0\x25\xf3\x0e\x70\xf0\x9a\x08\x6c\x2e\xd6\x89\x2e\x44\x98\x22\x18\xbe\x7f\x32\xbd\xbe\xca\x09\xba\xaf\xeb\x3b\xf5\xfa\xf6\xb9\xc2\x66\xd5\x8e\xa8\xcf\x2e\x13\xf1\xcc\xbd\xd7\x3f\x19\x6a\x59\xdc\xde\x48\x54\x76\x01\x9c\x03\x78\x04\xd0\xc8\xf7\xa4\x1d\x65\xbc\x1b\x24\x62\xe2\xe1\x1e\xd5\x66\x86\x68\x5d\xf2\x9c\xcb\x42\x08\x3d\x97\x74\xfb\x88\xbc\x65\x21\x35\x47\x0d\x0d\xe7\x1c\xdc\x48\xe9\x02\x69\x80\xe0\x95\x15\x4f\xd2\x32\xef\x3c\x73\xe2\xac\x3c\x88\x7b\xa0\xaf\x97\x2e\xa1\x58\xd6\x36\x68\x2e\x8b\x35\x58\x45\x8e\x3a\xa3\x7e\x77\x58\x4d\xf2\xec\x68\x82\x35\xb9\xc3\xc7\xdb\x05\x1c\x3b\x12\x5b\x7f\xa7\x17\x99\x1a\x61\xf1\xfe\xf4\x3b\xfd\x5e\x75\xa4\x04\xeb\x4f\x8d\xc0\x58\xcf\x1d\xfa\xa7\x2e\x12\x7d\xae\x1f\xe0\xfa\x69\xdf\x79\x7c\x7f\x90\xfd\xb7\xbf\xd9\x7f\x49\xd5\x69\xbb\x60\xd6\x6e\xb8\x8c\x53\x73\x4e\xe5\x45\x6d\x07\xf2\x60\x5f\xe3\x17\x17\xd6\x38\x76\x67\x76\x41\xa2\xc4\x22\x6a\x64\xd9\xed\xeb\xa7\x5a\x7a\x5e\x2f\xa0\xae\xf6\x95\x6a\xd2\x5c\x5b\xb2\x86\xdf\xd9\x49\xe8\xd1\x2d\xd8\xee\x29\xb8\x4a\xd6\xdf\xc0\x21\xeb\xc7\xa6\xa5\x8c\x68\x29\xd2\xfe\xe5\x90\xdf\x47\x2e\x46\x48\xb2\x31\xc6\x2c\xe4\xe9\x9d\x4b\xd2\x81\xc5\x9b\x57\xb8\x72\x43\x2e\x2a\xcd\xbe\x73\x99\x97\xdf\xfd\xbb\x65\x22\xda\xb1\x15\xf4\x35\xd0\x7d\xa9\x28\x2a\x73\xb8\x16\xa5\xd0\x0d\x13\xb8\x37\x8d\xa1\x53\xbf\xc0\x1d\xd9\x81\x59\xd0\x7d\x6a\xf3\x1e\x5c\xac\xae\xd2\xa8\x7b\x08\xd1\xa0\xa2\xad\xdb\x0b\x49\x7a\x25\xd7\x05\xd3\x85\xc8\x5a\xad\x52\xc5\xe9\xaa\x8a\x36\x1f\xe1\x76\x79\xc9\xe8\x81\xbe\xee\x08\x1b\x7d\x11\x1c\xa7\xff\x78\x77\x73\xcd\x32\xbe\x03\x5c\x58\xa1\x48\x6d\x1b\xc8\x18\xeb\xeb\x77\xdf\x08\x54\x1b\x5f\x5d\x6c\xd8\xa7\x16\x60\xda\x1e\xbb\xe5\x4e\x4d\xbf\x66\x87\x60\xce\xd0\x94\x34\x4b\x39\x57\xe9\x59\x96\x72\x19\x40\x7f\xf5\x94\xd5\x3e\x1f\xde\xf5\xba\x5b\x1f\x42\xd3\x40\x05\x20\x9c\x42\x73\x21\x2f\x5b\xc1\xa1\x55\x1d\xea\xa3\xae\x77\x3b\x6d\x44\x2f\xe8\xed\x47\xa4\xd3\xe7\x91\x59\x26\xc8\x2c\x60\xaf\xac\x1d\xea\x81\x6b\x00\x24\x8e\x18\xa8\x7e\xd1\xec\xb9\xb4\x9a\xa8\xea\x49\xb3\x18\xb9\x17\xca\x44\x6f\x20\x3e\x89\x17\x02\x00\x0e\x22\xfb\x82\xc8\x85\x9c\x4b\x6d\x06\x14\x62\x9a\xe2\x51\x50\x60\xa3\x72\x19\x37\x7b\xf3\xce\xdd\xef\xe3\x20\x91\x10\x57\x47\xd7\x07\x8e\xd9\x31\x07\x98\x56\x15\xe7\xfd\x1c\xf7\x3f\xf2\xac\x2f\x6b\xec\xe8\x12\xf7\x8d\x92\x63\x9e\xa9\x7b\x9d\xa0\x2f\x0b\xda\x3c\x95\xd4\xb1\xb0\xf7\x3e\xc8\x23\xcd\x4f\x2b\xe9\xf5\x7e\x7e\xfd\xc1\x87\xb0\x61\x99\x80\x23\x6c\x4f\x40\x02\xe7\xb0\x35\xce\x5f\x36\xab\x1c\x94\x4f\x80\xbd\x0a\x23\x69\x53\x76\x27\x04\xfb\x08\x3d\x65\x3e\xf6\x91\x94\xb5\x00\x2e\x58\xf0\xa4\x55\xf8\x04\x9e\x9e\xc9\x95\x3a\xce\x18\xe4\xeb\x06\x1c\xed\xa8\x5e\x69\xaf\xe7\xb1\x80\x37\x48\x65\x94\xcf\x9b\x7f\xdf\xda\xae\x3d\xf0\xb6\xf7\xfe\x4c\x4e\x59\x79\xb6\xa6\x66\x7f\x86\x21\x3e\x4c\xf8\xbf\x32\x49\x4c\x2b\x27\xc8\x5a\xfc\x20\xd5\x93\x44\x5f\x80\xbe\xc4\x5e\x9a\xf5\x07\x1b\x18\x06\x50\xd1\x2d\x28\xd1\x1a\xbe\x02\x1a\xe5\x0b\xf7\x6f\x76\x87\x77\x45\x58\x67\xd0\x09\xd1\xe0\xfc\x90\xc2\x07\x58\xf3\x97\x17\x13\xf6\xfd\x84\x5d\x4e\xd8\x74\x3a\x7d\x35\x61\x82\x47\x1b\x5b\x23\x7c\x05\x91\x63\x05\x5f\x9b\xb2\x49\x39\x61\x15\x7c\x00\x64\x6f\xcc\x66\x65\xd9\xc2\xb8\x7f\x2a\x88\x3c\xd8\x26\x60\x0e\x23\x25\x5c\xd0\xbd\x7a\xb4\x51\x89\xaf\x14\x40\x34\x45\xa4\x72\x0b\xf2\xd4\x85\xca\x2d\x60\xed\x91\xe7\x3c\x91\x90\xda\xcd\x9b\x70\x5d\xfa\x72\x40\xee\x2c\x3e\xf3\x2d\xb4\x3f\x91\x8e\xdf\xd2\x74\xd3\xbd\xab\x7f\xb1\xcb\x28\x20\xfd\x94\x27\x45\x61\x76\x67\x3d\x97\x77\xec\xf5\x7f\xb0\x8b\x2c\x4b\x05\xbb\x60\x7f\x67\xdf\x73\xc9\x25\x67\xdf\xb3\xbf\xb3\x4b\x2e\x0b\x9e\xaa\x32\x13\xec\x92\xfd\xdd\x74\x9b\x29\xef\x5a\x99\xed\x70\x37\x61\x9c\xc9\x32\xc5\x5d\xff\xa5\x05\x83\xbd\x72\xed\xe2\x7e\x74\x96\xa2\x78\x12\x42\x32\xad\xb6\xb4\x15\xfe\xc5\xdd\x49\xe8\x44\xae\x53\x51\xd0\x7c\xa8\xc2\xf6\xf0\x03\x67\xd0\xd2\xd7\x73\xe9\x62\x79\x7f\x31\x35\xfe\x0b\xfb\x3b\xbb\x2e\xd3\xd4\x54\xc9\x18\x1a\x33\x91\x5e\x33\x9b\x46\x21\xe4\xf4\x29\x79\x48\x32\x11\x27\x1c\x12\x29\xcc\xbf\xce\xef\x61\xb4\x17\xa5\xe7\xcc\x0b\xd7\xb4\xd3\x5e\x39\xc6\xf4\x3c\x4b\x52\xb6\x93\xe0\xb1\x83\xdf\x73\xf2\xab\xbe\x3a\xde\x23\xf2\x4c\xa1\xb4\x1e\xc8\x61\x45\xdd\x9c\x50\xea\xe7\x20\x13\x50\xdb\x6c\x6d\x59\x2d\x5b\x41\xb8\xa9\x1f\x6b\x64\x41\x39\xea\xe4\x67\xc8\x01\x32\x3e\x43\x4d\x6e\x43\x84\xa4\x92\xe6\x0e\xbe\xa4\xa7\xfa\x19\x74\x2b\xe4\xc4\x47\x7e\xaa\x4a\x67\x55\xba\x58\x25\x83\x34\xc6\x6a\x95\xfd\x40\xb1\x0b\x4c\x50\x33\xcb\x34\x49\xcf\xcd\x52\x3d\xbf\x56\xd2\x1c\x5b\x75\xb2\x46\x7a\x22\x80\x11\x69\x20\x64\xb5\x4e\xc1\x7d\xd5\x65\x0d\x96\x00\xf8\x07\xa6\x4a\x08\x6d\x2b\x8c\x15\x30\x43\x90\xee\xe6\xd2\xbc\x41\x3b\x12\xc0\xdc\x13\xc7\x62\x8b\x5f\xb3\x6a\xe6\xf4\x2d\x32\xc8\x41\xe1\x2d\x13\xac\x2f\x87\xf6\x88\x09\x47\x29\x5b\x47\x44\xc5\xaf\x03\x06\x37\x2a\xcd\xd2\x7b\xe0\xbd\xe7\x52\xa4\x4a\xae\xcd\xac\xe8\x32\x02\x6a\xcb\x93\x63\x80\x25\x61\x15\xb0\xb0\xce\x1a\x98\xcd\x92\x1e\xa1\x21\x31\xfb\x64\x12\xfb\xf3\xbd\x2e\x97\xc6\x8f\x70\x11\x59\xb7\x1b\x52\xe3\xba\x12\x8a\x8f\xbb\x5f\xfe\xa0\x45\x0e\x34\xcb\x88\x70\x70\xd1\x7e\xdc\x38\x3d\xd9\x06\xb6\x68\xd8\xa2\xea\x05\xc6\xb6\x87\x42\xe8\x36\xa1\x91\x5a\x3d\x60\x3e\x7e\x4d\x8c\xec\x73\xca\xc1\xb7\x6a\xbf\xc3\x73\xa6\x34\xfa\xd3\x58\x7d\x77\xdb\x7b\xa7\x80\x0f\x7e\x42\xb9\x97\x85\x5a\xd9\x4c\xca\xe1\x7b\x7a\x43\x70\x67\x18\x4a\x25\x24\xd9\x0e\x85\x69\x9a\x13\xa7\x33\x1f\x5c\x2e\xe8\x46\x62\x58\x65\xeb\x1d\x76\x23\xdf\xe2\xeb\xef\x55\x9a\x44\xfd\xa0\x37\xbb\x5d\x6d\xd4\x53\x0b\x8a\x68\x29\x00\x05\x4a\xf1\x1f\xaa\x14\x7a\xe8\x85\x88\x0a\x7f\xe3\xd6\x6c\xdc\xff\x6a\xa0\xcd\xfe\x33\x38\x46\x94\x5d\xb7\x81\xe8\xa3\xbb\xc3\x83\xbd\x15\x08\x36\x81\x57\x1e\x63\xad\x90\x4b\x07\x77\xdb\x11\xa7\x10\x74\xa5\xe7\xc1\x40\x3f\x6d\x54\x6a\xce\x62\x32\x26\xb2\xd2\xb9\xcc\x44\x1e\x29\x00\xa8\x60\x1e\xbc\x62\xd1\x26\x49\x63\x2f\xde\xf2\x12\x10\xbd\x80\xbb\x7b\x45\x0a\x75\xc2\xdd\x31\xdb\xe2\x7b\x76\x5d\x3b\xed\xac\x4a\xf5\x71\x11\xa8\xd3\x41\xf4\xfa\xa6\xfd\xcf\x04\x25\xc3\xae\x20\x7a\xa1\xda\x6d\xa1\xe9\xf4\x4a\x7d\x46\x45\x78\x41\x47\x7a\x65\x75\x30\xed\xc1\xa9\xa8\x8d\x2b\x4d\xb3\x7a\x57\x02\xe9\x2c\xa2\xa8\x10\x40\xa2\x05\x54\x67\x2b\x38\xfa\x62\x9e\x02\x92\x06\x75\x2e\xfd\xfd\xe8\x0b\x1d\xfa\x65\xad\xe3\x8c\x9c\xaa\x16\x04\x38\x61\x2f\x2a\x0d\x7d\x01\xa4\xa4\x52\xc1\xf7\xe8\x0e\xab\xd2\x35\x30\x5d\x27\x2c\x29\xe6\x32\xd1\x38\x33\x73\x91\x8a\x47\x53\xbb\x30\x58\x4c\x58\x17\x7b\x76\xb6\xcd\x06\x1c\x39\xb7\xe9\xc7\x4e\xdc\x1c\x16\x61\x1e\x92\x5b\x72\x08\x4c\xc7\x42\x1b\xbf\x11\x64\x39\xc4\x67\xb3\x00\x12\xb8\x0b\x41\xf8\x47\x2c\xa4\xad\x1f\xa0\x42\x50\x3f\x75\x2e\x67\x2b\xc8\x01\x85\xcc\xd3\x38\xc6\x53\xa8\x15\x6a\x70\x4c\x63\x09\x05\x87\x15\x9d\xc9\xed\x40\x90\xc0\x22\xae\x24\xf1\x28\xf2\x5d\x01\x41\x5d\xe8\x57\x29\x78\xb1\x61\x49\x31\x01\x8a\x38\x6b\x29\xe7\x92\xc7\xa4\x4f\x4d\xc5\x99\xae\x81\x79\xdf\x33\xce\xf4\xfb\x52\x3d\xf6\x39\xb6\xc7\xa2\xbe\x70\x55\x67\x29\x97\x0b\xdc\x41\xbe\x02\xee\x2b\xd0\xbe\xec\xba\xea\x2c\x97\x0b\x47\x6b\x73\x92\x7a\x3a\x7b\x7f\x5b\x51\xa4\x35\x7e\xac\xfd\xd0\x04\x27\x83\xa7\xb5\xb6\xc7\x13\x17\xa7\x21\x74\x41\xce\xec\x0d\xec\x70\x2b\xe0\x21\x61\xbc\x86\x44\xb0\xb3\x75\x1f\x26\xcc\xce\x80\x6f\x15\x9f\x34\x64\xe4\x6b\x7b\x48\x7d\xd8\xc7\x43\x63\x1a\x1e\xe2\x41\xf0\x98\x3d\xd5\x7a\x5e\x88\x4c\x67\x1c\xa5\x09\x95\xb1\xad\x0d\xae\xfb\x30\x79\x42\x60\x1c\xce\x85\x79\xda\xb5\x4d\xc3\x73\x98\x6a\xc1\x56\x9e\x32\x46\x0d\x76\x6a\x68\xa4\xc4\xe7\x5e\x43\xbd\xa6\x6c\x26\x99\x75\xf7\x26\xec\x05\x4e\x2c\xfd\x82\x42\x90\x24\x90\x4b\x77\xe7\x31\xad\x1e\xca\x56\xad\x43\x31\x30\x67\xc0\x2f\x37\xbc\x09\xea\xa5\x36\x7c\xd6\x7e\xf9\x3e\x81\x9c\x85\x43\xd2\xd2\xf1\x16\x71\x89\x05\xd0\x26\x89\xc7\xee\x1d\x3a\xed\xca\x47\xb3\x7d\x83\xed\x7d\x17\xfb\xde\xbe\x68\xba\x28\x2b\x69\x3f\xb5\xbf\x33\x95\xcf\xa5\x2d\x8d\x42\x92\x1a\xb5\x94\xea\x45\x05\x10\x6a\xf2\xf9\x83\x99\x0a\x20\x06\x2b\x9f\x05\xaa\x6c\x9e\x7f\xb5\x6e\x05\x00\x14\xb1\x14\x5e\xda\x7b\xca\x2e\xfc\xd7\x8c\xe3\x61\x26\xf8\x16\xb7\xf9\x3a\x47\x63\x9a\x9a\x4e\x49\x0a\x4b\x09\x19\xa4\x37\xe8\x12\x88\x4d\x57\xa5\x31\x46\x01\xfb\xeb\x5c\x9a\xce\x63\xab\x04\x70\xbf\xd4\x2f\x73\xf9\xa3\xd2\x36\x9b\x5e\xfb\xfe\xb0\x18\x52\xea\xb6\x17\x4e\x45\x8c\xfe\xf0\x06\x36\x6d\x8a\xf9\xd7\x64\xe5\x21\xaf\x85\x28\x31\x76\xaa\xcc\x7d\xa3\x22\x2e\xe7\xf2\xaf\xa6\x7b\x50\xd4\xd9\x29\xa2\xab\x15\x2e\x61\x2b\xc3\xcf\x5e\x7e\xc4\x42\x5f\xfe\xfb\xab\x8f\xaf\x10\x87\x5e\x6a\x10\x6e\x9c\x54\x37\x10\x47\x04\x5e\xa6\x29\xdc\x44\xdb\x16\x38\x32\x0a\xff\x09\xde\x07\xcb\xa1\x43\xdd\x42\x56\x5d\x8c\x21\x0b\xbd\x6f\x06\xfb\xe0\xf3\x05\x8b\x78\x11\x6d\xce\xac\x2f\x47\x66\xcc\xee\x7e\x34\x7c\xa8\xe0\x66\x3c\xad\x76\x2e\x6c\x73\xe0\xcc\xb7\x8e\x9d\xaf\x32\x5f\x4c\x13\x00\x58\x73\x5f\x17\x86\x71\xe4\xa1\x38\x39\xbd\x26\xb9\xf7\xf3\xdc\xe3\x56\x96\xcd\x9f\x38\x29\x4a\x2e\xf9\x56\xc4\xec\x05\x64\x4c\xbd\xb0\x83\x3f\x97\xd9\x72\x9a\xee\x56\x05\x51\x3c\x99\x4e\x99\x82\x80\xd1\x9e\x5d\x6e\x11\x37\x8f\x49\x7b\x3a\xbb\xf3\xa0\xd5\xee\xeb\xb8\xbe\x71\x5f\x1a\xee\xb0\x60\x8c\xcb\xf5\xce\x5d\x15\x22\x54\x65\x52\xe7\xfa\x61\xc2\x96\x39\x97\xa0\x3d\x11\x87\x4e\x95\x5f\x9d\x70\x78\x46\xfe\x24\x9b\x42\x21\x79\xba\x03\xec\xf8\x64\x2e\x91\x6c\x0a\x58\x89\x77\x51\x9a\x44\x6c\x9d\xf3\x6c\x53\xf3\x83\xc4\xa3\x90\xc5\x15\xb1\x2b\x58\x90\xfa\xb1\x57\xcb\x8e\xad\xe1\x28\xce\xbd\x59\xd5\xdb\xe1\x9e\x86\xc2\x47\x58\x31\x51\x85\x4e\xd4\x16\xd4\xea\x26\xf8\x84\xa4\xd0\x80\x8f\x8b\xfd\xb9\x5c\xaa\xd4\x12\x9a\xcd\xde\x30\x95\x83\x96\x40\xa1\xe8\x4f\x49\xdc\xb5\x8b\x25\x32\x16\x9f\x8f\x62\x15\xe8\xdf\x90\xac\x7b\x67\x3e\x13\x50\xd6\xd7\x1b\x0b\xab\x28\x17\x66\xb3\x28\xec\x09\xae\xf1\x94\xae\x23\xec\x2e\xd2\x62\x03\xb0\x37\x04\x5c\xfb\x4e\xdd\xf2\x1d\x8b\x36\x5c\xae\x83\x23\x34\xa0\x90\x44\xa6\x72\xd4\xdc\x7b\x04\xfa\x2e\x95\xdb\xac\x4d\xca\x45\x24\xd4\xb7\x0b\x78\x23\xd8\x52\xd9\x84\x43\xbe\x5e\xe7\x62\x0d\x89\xf4\x73\x59\xc9\xa6\x06\xea\x32\x4b\xf7\x8f\xdf\xe9\x4b\x46\x3d\x0d\xa3\x43\xd7\xa9\xa5\xc8\x77\x2e\x95\x8f\x04\x2b\x5d\xd7\x35\xba\x75\xc2\x12\x31\x9d\xb0\xdf\x78\x80\xa9\x88\x94\x74\xb9\x80\x1d\x89\x60\xb5\xd0\xf4\x1e\x5b\xd4\x42\xfd\xd0\x5e\x77\xf8\xad\x21\x7b\xd9\x3a\x69\x7a\x93\x29\x0b\x5e\x94\x23\x6c\x25\x49\x1b\x5f\x9a\x97\xef\xf0\xdd\x5e\x0c\x36\xcf\x8c\x79\xb3\xb4\x3b\xe6\x79\x63\xe1\xcd\xb7\x3d\x2d\x6f\x5b\x5f\xef\x0d\x74\xa6\xaa\x3b\xd0\x79\x0a\x97\xd2\x72\x2b\xec\x8f\x75\xa6\x1d\x7c\x01\x3d\x6d\x1a\x1b\xca\xb4\x60\x54\x82\x99\xeb\xfa\x71\xab\xc5\x02\x64\xb9\x8a\xcb\x48\xc4\x66\xe5\x82\xdf\x8e\xc8\x0d\x47\x5b\x50\x31\x92\x6d\x1b\x42\x85\x7b\x05\x04\xae\xbf\xd4\xd9\x78\x10\xdd\xad\xeb\xfe\x0f\x1d\xe7\x62\xeb\x99\xb4\x75\x7a\xb8\x3e\xb1\x9f\xf2\x91\xfb\x94\xfb\x7c\x95\xa4\x56\xe5\xc9\x3a\x91\xbc\x50\x39\x7b\xe9\x92\x13\x5f\x39\x65\x1b\xe8\xc5\x53\x98\x89\x4a\x17\xa1\x99\x68\x3f\x7b\x01\x9e\x59\xc4\x8b\x71\xdc\x59\x63\x19\x9e\x61\x92\x9a\xa7\x74\xc1\xb7\x59\x48\xfb\xe8\x74\x83\xa9\x67\x52\xec\x04\x66\x2b\x06\x31\xbe\x44\xfb\x1c\xac\xb9\xa4\xc8\x38\x8e\x9b\xca\x43\xde\xe2\xce\xbd\x39\x2b\x8b\xc5\x81\x54\x26\xf8\xf2\xb8\x00\x09\x5d\x97\xff\xc8\xb3\x7e\x72\x08\x4e\x47\x63\x4c\x42\x71\x62\xca\xd6\x53\xa9\xce\xcf\x7e\x65\x80\x91\x64\x95\xf5\x2b\xde\xdb\x77\xf6\x42\xc3\x9f\x5b\x2a\x07\x01\x18\x08\x64\xc9\xd3\xe0\x55\xe0\x11\xd4\x99\x35\xb3\x8b\x5b\x46\x89\xcb\x54\x95\x31\x23\xa3\x46\xd7\xc5\xf9\x14\x77\x47\xa0\xad\x9c\x4e\xbb\x38\xbc\x46\x2a\x96\x3a\xfb\x03\xef\xb5\xaf\x40\xf8\xad\xc3\x02\xf7\x2e\x7d\xea\xd9\x67\x1b\x7a\xea\x69\x18\x7b\x67\x8e\x47\x8d\xbd\x8b\xd6\x02\x87\xd6\xb8\x40\x1e\x9c\x9b\x92\x38\x85\xf5\x16\x06\xba\x5b\x58\x3e\x2b\x17\x88\xfa\xe1\xe8\xcf\xd9\x4c\xdb\xfe\x4f\x65\x3c\x17\xb2\x58\xc0\x17\xc7\x7d\x0c\x3e\xf2\x1e\x5e\xaf\x38\x4c\x83\x02\x96\xff\x75\xaf\x30\x0e\x6d\x09\x33\xfe\x9b\xdd\x51\xec\x45\x5b\x55\x7b\xb3\x3b\xbe\x4c\x00\x1b\x13\xdc\xd9\xb9\x81\xeb\x18\x2e\x6a\xd0\x01\xbd\x17\x34\xa8\x62\xda\x07\x35\xc8\xd7\x1e\xae\x54\xa1\x14\x0a\x43\x51\x86\xa7\x31\xb5\xf6\x6f\x01\x89\xf6\x75\xe5\xdf\x40\x78\x68\xc6\x2f\x65\x7f\x13\xb9\xf2\x69\x0b\x18\x54\x09\x0b\xee\xf5\xd7\x0f\xd7\xff\x44\x7f\x1c\x95\x27\x43\xe9\x35\xf8\x0b\x71\x92\xe0\xc9\x77\xb9\xb3\xc7\x91\x2e\x3a\x75\x11\x2d\x3a\x78\xf6\x07\x55\x25\x38\x78\x86\xbc\xf9\x49\x6d\x33\xb3\x0b\xf4\x1c\xce\xd5\xc4\xfa\xb7\xe5\x19\xe1\xd0\x08\xf2\x5a\xbf\x64\x98\x42\x23\xfe\xeb\x2f\xff\x3d\xed\x52\x76\x86\xaa\x8f\x85\xf5\xb8\xca\xbf\xcd\x13\x21\x63\xb8\x34\xe4\x71\x53\x02\x46\x56\xa2\xc8\x15\xf3\x6c\xa6\xe1\x49\xb2\xfb\xda\xb7\x5a\xbd\xc0\x49\xf4\x05\x6e\x9e\xbd\x91\x75\xcb\xb7\x72\x2f\xd5\xe5\x4a\xe8\x45\xbc\x93\x7c\xdb\xd4\xc2\x7e\xd6\x3a\xee\x12\x91\xc6\x50\x45\xfa\xfa\xbe\xdb\x93\x58\x44\x0f\x63\x7d\x82\x83\x09\xac\x45\xf4\xc0\x7e\xb8\xff\xf1\x1d\xea\x15\x26\x7a\x2e\xaf\x79\x91\x3c\x8a\x0f\x79\xea\xc2\xd6\xc4\x48\x92\xa7\x76\x8d\x54\x09\x55\x03\xf2\x0e\xcb\xbe\x6a\x1d\x87\x90\xef\x7a\xbb\x3b\x5b\x96\xd1\x83\x28\xce\x73\x2e\x63\xb5\xc5\x66\x9c\xeb\x72\xb5\x4a\x3e\x4f\x0b\x9e\x77\x90\x5f\x63\x1c\xe1\x2b\xfa\xb9\x5e\xd2\xa4\xf0\x3e\x2f\xba\xba\x4f\x90\x9d\x48\x42\xb9\x15\xe7\x16\x8e\xc0\x39\xdf\x0a\x60\x2f\x63\x55\xe2\x78\x28\x05\x13\xfe\x40\x5f\x4d\x6b\x42\x7a\x2b\x52\x6f\xfd\x18\x38\xf7\x1f\x83\x5a\x55\x15\x84\x6d\xa5\xbc\x66\xd9\x96\x3f\xe0\xf9\x70\x9d\x0b\xad\x27\x4c\x2b\xa8\xf1\x5c\x5a\xcc\xb4\xcd\xeb\x01\x7c\x06\xf0\x1f\xa6\x3b\x16\xa9\x2c\x01\x89\x37\xd7\xae\x8d\x7a\x82\x78\x72\x98\xde\x06\xaa\x9c\xa5\x2c\x92\x94\xf1\x55\x41\xc1\x66\x20\x7b\xb6\xe2\x2e\x7a\x3a\x97\x70\x65\x18\x41\xf3\xe1\x2a\xdf\x5d\x13\xb8\x46\x68\xb6\xe2\x51\x92\x26\x05\x51\xd0\x40\x32\x0c\x37\xed\x35\xfb\x81\xe9\xcb\x9c\xef\x78\xea\x0f\x56\x3c\x2d\x7d\x46\xdf\x99\x16\x75\x8a\xb3\x5f\x85\xff\x5b\x39\xe7\xf6\xed\xba\x47\x1c\x78\x8f\xd9\x7c\x9a\x47\x5a\xa7\x38\xea\xf7\xf1\x24\xb6\x38\xd1\x8a\xab\xeb\x99\x67\xdd\xf6\x03\xb1\xf3\x8e\x43\xf5\xd4\xea\xc4\x34\xbf\x30\xa2\xf7\xda\x9d\xb0\x2f\x14\x2e\xe8\xe2\xc0\x1d\x52\x7d\x1b\xed\x7e\xaf\x54\x7a\x6c\xc4\x9b\xa7\xd6\xa0\x2e\x40\x3a\xf1\x98\xe3\x1a\x4e\x00\x17\x38\x9a\xbd\x71\x77\xaf\x8e\x54\xb6\x2a\xb8\x42\xb0\x20\xaa\x02\x18\x0a\xa8\x44\x0f\x62\x58\x67\x2d\x97\xef\x23\x91\xcf\x50\x06\xa2\x76\xac\xeb\xdc\x0c\xc1\x07\xb9\xec\xdc\xd7\x11\x88\xf7\x6a\x35\x1c\x15\x0c\x43\xa1\xc3\xda\xa7\x5c\x60\x2c\x24\xe8\x74\xfd\x18\x7c\xdb\xf6\x27\xca\x2b\x9b\xfd\x89\xbc\xe4\xb9\x0c\x3c\x62\x64\xd5\xb1\xd0\x72\xd7\x6b\x6d\xf1\xb2\xca\x34\x3c\x3a\x5e\x76\x0c\x0b\x73\xef\x85\xca\x9b\x50\x4f\x09\x30\x01\x91\xda\x2e\x13\x69\x53\x95\x29\x88\x0c\xae\xfc\x85\x25\xb9\x73\x01\x7f\xeb\x92\x23\xcb\x7e\xad\xef\x9d\x1b\x11\xf2\x05\x86\x26\x6b\xdf\x71\x37\x3c\x3f\x9d\x96\x30\xba\x03\xa5\x5a\x6f\x41\xa2\x19\x4f\x9f\xf8\x4e\x83\xe6\xa8\x30\x56\x71\x85\x81\xd3\x6a\xfd\x27\xc1\xf6\x6e\x09\x14\x49\xc0\xbb\x24\x29\x62\x6a\x4b\x82\xfc\x0d\x22\xb5\xea\xaa\x9e\x17\xe7\x85\x6e\xef\x9c\xaf\x73\x17\x92\xf7\xde\x85\xe0\x65\xe4\x3f\xc7\xf5\x47\x4f\x90\xf5\xc8\x58\x6f\xb0\x4d\xa2\x47\x46\x70\x11\x48\xe0\x01\x73\x6c\xbe\x3d\x61\x5b\x9e\x48\x5a\x06\xa8\x60\x15\x8b\x65\xb9\x5e\x77\x86\x20\xbf\xfd\xbb\x8c\xea\x3a\xf9\x97\x8f\x35\xf7\x32\x3b\x9d\x22\x1a\x3b\xb3\x5f\xc2\xf0\xb0\x39\x57\x7d\x99\x00\xec\x57\x8c\x76\xb7\x5e\x39\x35\x26\xd1\x69\xa2\xdd\xb3\x21\xd1\x6e\x8b\xf1\x81\x54\x2b\x3a\xae\x5a\x1c\xc6\x2f\x61\xf0\x2f\x13\x06\x1f\x34\x29\x90\xde\x63\x91\x54\x1d\xf4\x9e\x1a\x1e\xc8\x12\xe6\xe8\x24\xa1\x56\xa4\x06\xae\x85\x8c\x35\x5b\xf2\xe8\x19\x68\xc3\x60\x77\x3c\x3e\xde\xb6\x07\x5c\x72\xa7\xb6\x82\xc1\xa7\x34\x6a\x1f\x30\xca\x66\x9b\x00\x6a\xd1\x34\xd0\x23\x32\x08\xef\x01\xdb\x29\x22\x43\x62\xef\x54\xbf\x94\xe2\x89\x99\xdd\x6a\x12\xc2\xb8\x82\xe1\x01\x51\x9c\x57\xc6\x3b\xac\x60\xbe\x5d\xea\x7e\x2e\xd6\x3c\x8f\x21\xd3\x80\x96\x64\xca\xa3\x07\xf3\xdf\x50\x3f\xfa\x22\x41\xcd\x2c\x3f\x37\xc2\x1f\x7d\x69\x89\x8c\x72\x20\x65\x22\x54\x9b\xaf\x1f\xbe\xae\x19\x8f\x72\xa5\x31\x28\xe3\xb4\x24\x21\xd3\x15\x1c\xd8\xc7\x24\x2e\x79\x8a\x5f\xec\x8c\x64\x73\x7d\x14\xdf\xf8\x45\x20\xfb\x22\x3e\x67\x29\x97\xd5\x35\x89\xcd\x05\xae\x9a\xa4\x67\xe6\x3b\xca\xb5\x63\xaa\x32\x9a\x3a\x72\x16\x28\xae\xfa\x65\x85\xde\x71\x2e\x78\xbc\x0b\x89\xa9\x12\x49\xba\xfb\x3c\xde\x26\xd2\x0c\xbd\x55\xf5\x72\xf6\xd5\x12\xfc\x22\xe0\x12\xc4\x2f\xd2\xb4\xb6\xf4\x35\x93\xc2\xb8\x54\x3c\x4f\xd2\x1d\x78\xd1\x59\x2e\xce\x82\xef\x04\xeb\x9b\xf2\x3d\x80\xaa\x98\x48\x14\x4a\x2d\x56\x65\x8a\xbe\x36\x9c\x46\x5d\x03\x68\x1d\x7e\x98\x4d\xcc\x36\x5b\x10\xe5\x7c\xf0\x61\x14\x72\x3a\x05\x76\xbe\x79\x0e\x1c\x74\x7f\xe3\x09\xd3\x72\x80\xf6\x6e\xd4\x93\x4d\xf0\x79\xe2\x1e\xc1\xd9\xb5\x97\x9c\x2c\x66\xdf\xef\x75\xd9\xf3\x8e\x5d\x95\xd8\xe9\x71\xe5\xa2\x86\x7e\x13\xb1\x5b\x89\x89\x84\xe6\x90\x06\xa2\x8f\x83\x96\x1a\xf3\x84\xcc\x18\x82\xb5\xb6\xc7\xfa\x6a\x18\x94\xb9\xd6\x25\x5a\x49\x36\x2f\x7f\xfd\xeb\xdf\x0a\xf6\x6b\x48\x9c\x22\xef\x1b\x6f\x5b\x80\x32\x0d\x4b\x07\x03\xe5\x3e\x20\x90\x4f\xad\x31\x22\xac\x0d\xf0\x68\xb3\x94\x01\x32\xc8\xa3\x0d\xd3\xe5\x12\xf1\x70\x9c\x02\xf6\x5c\x3a\x46\xd2\x77\x0a\xa0\x6d\xb8\x8f\xd9\xda\xff\x2f\x09\x4f\x23\x2b\xf8\x5c\x66\x0a\x49\x73\x01\x48\xb8\x14\x6c\xcb\xf3\x07\x10\x79\x23\x25\x6f\xc6\x0b\xf6\x32\x11\xd3\x6a\xb0\xfa\x55\xa5\x3e\x74\x3d\x80\x64\x98\x2c\x2f\xa5\xb4\xaa\x15\xcc\xb8\x61\x3e\x72\x3c\x99\xcb\x65\x19\x9e\xb4\x2a\xa1\x67\x3f\xb5\x20\xfc\x0c\x46\x56\x01\x43\x02\x55\x8a\xeb\x40\x61\x9c\x0d\x88\x41\xcf\xe5\x33\x05\xa1\xbb\xc2\x5b\xef\xc9\xe3\xb0\xa1\xab\x00\xa5\x0d\xcd\x0d\x85\x15\x61\x38\x70\xda\xc3\x96\xfe\x1e\xd4\x15\x27\xec\x87\xe4\x51\x4c\xd8\x5d\xc6\xf3\x87\x09\x7b\x83\x97\x49\x7f\x54\xcb\xbd\x11\xab\x53\x44\x6d\xdd\xc1\xea\x58\xc6\x7b\x8c\x7f\x4e\x02\x66\xe6\xe0\x02\xb3\x19\x5f\xb4\xf8\xb6\x02\x78\xed\xa3\x07\x21\x3b\x8d\xa5\x45\x25\x77\xd2\x77\x9f\xea\xdc\xdd\x0d\xaa\xee\x3c\x85\xd7\xf7\x6d\xef\x61\x51\xce\x6a\x1b\xce\xcf\x78\x36\xa8\x3d\xcd\xa3\x87\x33\xf0\x55\x55\xee\xf2\xaa\x35\x5d\xae\xe1\xac\x40\xf4\x33\xfa\x68\xb5\x4c\xe4\xa1\xae\xb8\xfd\xf0\x22\x53\x2a\x6d\xf5\xc8\x4f\xda\x81\x8d\xf8\xfc\xd0\xce\x9b\x61\x06\x97\x0e\xfd\x54\xdb\x8b\x3e\xd6\xeb\x23\xc3\x18\x06\x06\x2a\x16\x98\x4d\x71\x09\x57\xa4\xbe\x3b\x42\x49\x3f\x63\x6b\x10\x73\x8e\xae\xa9\x55\x80\xe5\xf6\xcc\x10\x71\x17\xf4\x0e\xb1\xce\x8d\x28\xb4\x6e\x7e\xa7\xe3\xa0\x00\xe5\x2e\x92\x36\xde\x95\xb1\x8b\x0b\xa5\xd3\x1b\x57\x4b\x58\x73\xbb\xa5\xdb\xac\x9f\x7d\xac\xb3\x36\xc5\x79\x11\xa5\x5c\x0f\xc4\x11\xb7\xda\x9d\x19\x15\x74\x09\xe5\x0c\xb7\x99\x3f\xc0\x2d\xc0\x76\xa0\x0b\x35\x97\x17\x8e\x75\xd5\x3b\xdf\xee\xc0\x80\x66\x16\x8f\x4a\x8d\xa1\xc1\x54\x22\x4f\xd1\x3b\x61\xba\x8c\x36\x90\x2c\x55\xb5\x53\xa1\xdd\x6a\xae\xd8\xc9\x5c\x1a\xf7\x15\x95\xbf\x38\xc0\x5d\x9e\x40\x24\x26\xf9\x9b\x70\xfe\x31\x61\xf2\x43\x97\x78\xc9\xcd\xd0\x28\xd9\x7a\x7c\xb0\x79\x6b\xb8\xd3\xf9\xcd\xbd\xcc\x8c\xe7\x30\x9d\x7b\xb7\x27\x41\x3d\x7f\xbb\xdd\xd2\x79\x44\x87\x0d\x0b\x8f\x4f\x35\x4b\x9b\x26\x2b\x11\xed\xa2\x06\x0d\x55\x05\x64\x76\xba\x5b\x90\xc3\x2e\x01\xfa\xe8\x8a\xda\x63\x27\x3f\x37\xe8\x35\x58\x17\x32\xe7\x9f\x13\x2f\xdc\xc1\x98\xf3\xaf\x1e\xc7\xdd\x03\xa2\xf9\x05\x5a\xfb\x2f\x19\x53\xec\x27\xcb\xf9\x55\xf8\xbf\xd6\x7e\x59\xf4\x2a\xc4\x30\xc8\x6b\x6e\xc5\xcc\x7e\x5b\xf4\x00\x49\x5c\x3f\xe4\x35\x59\x02\x86\x2d\x05\x22\x61\x88\x1d\x41\xc4\x88\x94\x20\x7a\xd5\xf6\xd7\x65\xaa\x74\x99\xf7\x2f\xfe\xdb\x6a\xad\xed\xd7\x5b\x08\x73\x61\xb2\x6d\x97\x02\xb8\x3f\x86\x82\xe3\xf0\xb1\xc5\x5f\xd5\x72\x01\x48\xd0\xe3\x56\x78\x5b\x71\x56\x82\xcb\xe1\x09\xa8\xaa\xfe\xc4\x75\x97\x09\xe0\x6d\xf3\xa1\x0d\x7f\x7e\xa9\xcd\x30\x17\x58\x9e\x4b\x4b\x63\x8f\x79\xe7\x79\x2e\x80\x6f\x3b\x17\xa0\x2c\xc7\x32\x9e\x3b\x38\x96\x3d\x61\x07\x11\x34\x0f\xd9\x0b\x73\x45\x21\xe5\x9b\xe2\x76\x4b\x21\xa4\xeb\xed\x31\x47\x53\x73\xda\xac\xf7\x3e\x61\x71\x9f\x04\x8b\x30\xcd\xab\x43\x05\xb3\xf1\x5e\x10\x53\x04\xbf\x65\x2d\x42\x1f\xaa\xe6\x5a\x54\x96\x66\xe5\x7e\xff\x9b\xca\x47\x6a\x3d\xc1\xd6\x28\xee\x2a\xe1\xe7\x41\x88\x88\x53\xdc\x36\xbe\xe7\xc5\x06\x03\xa3\x5b\x55\x08\xb4\x99\xc8\xb5\x85\xf3\x05\xef\xec\x96\xa9\x5a\x82\xa4\x9b\xf9\xa5\xeb\xf8\x1c\xd1\xd2\x1e\xd4\x75\xcd\x01\x1b\x62\x19\x8c\x35\x81\x7c\xf5\x5c\x68\xa0\x2d\x6a\xde\xf1\x0f\xcd\x9e\x18\x17\xbc\x6d\x56\xd7\x18\xfd\x37\x8d\xe0\x6d\x53\xe7\xc2\x2c\x6b\x80\xd2\x5f\x1d\x90\xdf\x77\x15\xe6\x7c\x1b\xe7\x80\x28\xbf\x09\x44\x83\xac\xbf\xb5\xf6\x5a\xe5\xf0\xb9\xbc\xc0\x5f\x82\x4d\x80\x7b\x3d\x27\x87\x56\x27\x91\x58\xb7\xfe\x30\x09\x9c\x5d\x84\xf8\x68\x3a\x15\x4d\xfc\x79\x15\x82\x4b\x13\xc8\xb9\x96\x45\x92\x9b\xd3\x88\x06\x67\x4b\x97\xcb\x33\x4f\xef\xa3\x72\x70\xcf\x80\xfd\x29\xe3\x10\x1a\x03\xd6\xaf\xb3\x96\x6d\x18\xef\x75\xbc\x2e\x8b\xa5\xc1\xe4\x29\x19\x7f\x38\x55\x23\xbf\x84\x6b\xbb\x2b\xc7\x1c\x8e\x20\x2a\x6b\xb9\x0d\x70\xb3\xeb\xb3\x17\xa0\x1c\x05\xf9\xe1\xb7\x78\x1c\xff\xda\x1b\x78\x88\x25\x19\xba\x75\xc3\xf1\x7b\x2e\xff\x7f\xbb\x37\x74\xa7\x3c\x8c\x98\xe9\xa6\x67\xcc\x16\xd5\x99\x8a\x51\xa9\x9b\x0d\x49\x06\x4e\x60\x77\xa5\x1a\x53\xbe\xad\x54\xee\x02\x24\x81\x4e\x8a\xa2\x64\x7e\xf8\xf5\x31\xd1\x01\x69\x3e\x7c\xed\x4e\x08\xf6\x3a\x17\xab\xd7\x1f\x73\xb1\x5a\xd8\x91\x9e\x42\x83\xa6\xa6\x45\x4d\xea\xfc\x81\x93\x43\x67\x4a\xb6\x53\x88\xee\xa1\xf8\xad\x35\x09\xcb\x09\xda\x94\xac\x98\x97\xd3\x84\x28\x42\x19\x45\x42\xc4\x75\x4e\xff\x46\xcd\xbe\xf8\x36\xd7\x85\xa3\x1d\x00\x54\xed\x90\xa1\xfc\xd7\xdf\xde\x2a\x7d\x36\x64\x7b\xbb\xaf\xc6\x53\xac\xb1\xe7\xd2\x6d\x78\xdd\x89\x29\x5f\x36\x77\x06\x06\x50\x67\xfc\x49\x12\x1b\xd4\xa8\xab\x8c\x61\xdb\x5a\x2d\xba\x14\x6c\x6b\x0d\x04\xb1\x5f\x65\xd2\xde\x1c\x25\x4e\xb3\x71\x12\xc8\x9d\xf3\x34\x0d\x95\x49\x7c\xfc\x77\x2e\x7d\x94\xd0\x78\xad\x69\x6a\xaf\x84\x2a\xfe\x06\x71\x7f\xc5\x40\x57\x20\x26\x96\xba\x88\x48\x3f\x09\x4d\x70\x86\xd1\x38\x1f\x33\xdb\xb7\x9a\x4f\x75\x88\xfc\xc6\x58\x1b\xf6\xe0\x76\xf0\xb3\x8b\x07\xb1\x1b\x5d\xd7\xf6\x9b\x73\x2f\xe5\xbb\x81\xc5\x6c\xad\x6c\xc4\xf3\xdc\xe6\x20\xd1\x57\x99\x39\x2b\xad\x78\x54\xb9\x36\xeb\xa8\xe7\x46\x44\x0f\x99\x4a\xe4\x68\x5b\x14\xd4\xc7\x38\x52\x85\xd9\xcf\x7c\x69\xee\x74\x38\x68\x73\xac\xf8\x93\xd8\x10\x0d\xe0\x34\x0b\xac\xf7\x94\x86\x9c\x39\xad\xe2\xee\x69\x77\xea\xf8\x85\xf0\x7b\xc3\x33\xc4\x62\xfb\x2f\x29\xd0\x6a\x34\x3d\xca\xca\x2d\x16\x6f\xe4\xa6\x0e\xec\x6c\xce\x2a\x44\xa0\xad\x5d\x0a\x21\xc8\x5f\x22\x43\xbf\x44\x86\xfe\xc9\x23\x43\x5f\x32\x2c\x04\xc8\xc2\xe7\x8c\x09\xb5\x93\x0d\xfc\xb2\xbd\x7e\x5b\xdb\x2b\x72\x8a\x62\x66\xdc\x98\xae\xa5\xaa\xde\xfa\xd7\x8f\xeb\x5c\xc1\x82\x9a\xe8\x11\xfd\xfc\x05\xdd\x83\x16\x5b\x35\xce\xee\x0e\xde\xaf\xfa\xd1\x13\xde\x01\xf1\x87\x81\x20\x91\xbe\xb1\x7c\xc3\x20\x70\x11\x4e\x1d\x63\x78\x06\x5f\xbf\x74\x73\x95\x7c\x53\x97\xc8\x43\x1c\x0c\x63\x19\xdd\xb5\xf2\xb5\xb5\x88\x52\xa0\x01\xef\xb1\x8c\x01\x87\x35\x2f\x5e\x68\xd7\xeb\x55\x0b\x68\x11\xee\xef\x12\x5d\xfc\x54\x53\x48\x3c\x4c\x62\xf1\xd9\x90\x50\xb6\xaa\x58\xcd\xe0\x8d\x5e\x00\xcf\x6d\x15\x62\xa3\x56\x76\xce\xc1\x26\x67\x35\xb1\x4c\xbd\xc7\xec\x57\x1f\x5d\x7f\x7d\x44\x3f\xfa\x29\xe7\x59\x26\x72\x8b\x1b\x69\x40\x7b\x40\x60\x0a\xbe\x02\x0a\x71\x1b\x81\x32\xb5\x35\x6f\xc4\x98\x92\x5a\xd1\xf0\x18\x74\xdd\xb4\x7d\xe4\xae\xcb\x34\xed\x1c\xb9\xfd\xba\x35\xd7\x1f\xde\xbd\x5b\xfc\x74\xf1\xee\xc3\x95\x6d\x7e\xab\x0e\x4c\xf0\x58\x67\x9f\xb8\x9a\x50\x9f\x78\xa5\x39\xf3\x59\x61\xa5\x72\x95\x6f\x35\x1e\x46\xca\x34\xad\x6a\x04\xcd\xe5\x47\x2a\x07\x60\xd9\xa8\x7f\x68\xfa\x8d\xf5\x76\x5c\xf5\xfb\xf0\xd8\x47\x53\xf8\x47\x7c\xf7\x8c\xf9\x46\xbc\x06\x25\x3b\x52\xc8\x6a\xef\x57\xca\xf9\x38\x62\x39\x20\x08\xb8\x6b\x39\x9c\x5a\x05\xed\xb0\xe5\xf1\x41\x02\xff\xb2\x88\xad\x78\xd9\x49\x56\x07\xf6\xdd\xc7\xea\x7d\x82\xb3\xe5\x31\x06\xd7\xa0\xdc\x09\x6a\x57\x81\x22\xaf\x97\x77\x9a\x4b\x3c\xab\x9a\x3a\x15\xaa\xbb\x4e\x6c\x46\x68\xaa\x94\xcb\x75\xc9\xd7\x42\x4f\x98\xfd\xf8\x5c\x6e\x93\xf5\x06\xd9\x24\xca\xcc\xe3\x92\x39\x93\x40\x3a\x52\x9b\x42\x35\x5c\x72\x22\xe7\x92\xda\x24\xd7\xbe\x78\xc4\xc8\xfe\xf1\xce\x35\x87\xc0\xe8\x58\x10\xc9\x6f\xc9\xb9\xc4\xc1\x45\x96\x0b\x1b\xb1\x02\xff\x9d\x17\xf5\xa9\xcb\x21\xc6\x8c\x12\xd5\xc6\xa6\xaf\x21\x76\x36\x97\x2e\x11\x15\x3d\x7c\x6a\x43\x20\xd3\x80\x55\xda\x6f\x4f\xec\x60\xd8\x35\x41\x75\x6b\x9f\xf5\x47\xef\x01\x66\xc1\x2d\x46\x68\xed\x36\xcd\xd8\xc0\x53\x1d\x0f\x0c\x47\x17\x3b\x01\x64\x1f\xb7\xd7\xc6\xb6\x0b\x9f\xe9\x84\x20\xa9\x72\x99\x8e\xa8\x12\x3e\xdf\x5b\x29\x34\xc9\xfd\x95\x1a\x70\x64\xbc\xad\x2d\x2d\x33\x4d\xfb\x3e\xbb\x54\xaa\x63\x5c\x4e\x18\xf8\xad\x54\x8a\x5e\xd8\xd7\x19\x65\x54\x1c\x32\x5f\x06\xa4\xe4\xd5\xbb\xc8\x5a\x9f\xbe\x0a\xa5\x89\x3e\xa8\x3a\xde\x7f\x1a\x5c\x23\xe7\x21\xd0\x66\x37\xca\xc2\xd2\x3e\x57\x31\xb0\x1d\x66\x92\xe2\x7e\x56\xb4\x36\x41\xf3\x62\x16\x0f\x2a\xca\x9a\xf9\x3f\x71\x93\x68\xe2\x47\x6e\x02\x95\x8c\xca\x5c\x1b\x73\x49\xf6\x8e\xac\xb6\xca\x19\x9f\x4b\xab\x7e\x60\xcd\xf1\x85\x05\x51\xe5\xee\xaf\x98\xe6\x98\x21\x7b\x38\x78\xac\x05\x53\x52\x58\x6b\x38\x97\x56\xe9\x78\xc2\xf8\x52\x5b\x01\x61\x2e\x77\x4e\xd5\x37\x71\x92\x6d\x5c\x32\x40\xa7\xed\xb7\x79\x35\x37\xa0\xb2\xcf\xff\xca\xfc\xdf\x3f\x7e\xf5\xff\x02\x00\x00\xff\xff\x93\xc6\x5b\x5c\x60\x98\x04\x00") +var _adminSwaggerJson = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\xfd\x79\x73\x23\x37\x96\x2f\x0c\xff\x3f\x9f\x02\xb7\xe6\x46\xd8\xee\xd1\xe2\x76\xcf\xf4\xdb\xa1\x89\x1b\xef\x43\x4b\xac\xb2\xae\xb5\xb5\x16\x7b\xfc\x0c\x27\x68\x30\x13\x24\xd1\xca\x04\xb2\x01\xa4\x54\x74\x47\x7f\xf7\x27\x70\xb0\x24\x72\x23\x93\x8b\x24\xaa\x9c\x33\x11\x6d\x15\x33\x13\xeb\xc1\xc1\x59\x7f\xe7\x1f\xff\x82\xd0\x07\xf9\x8c\x67\x33\x22\x3e\x9c\xa0\x0f\xdf\x1d\x7d\xfb\xe1\x40\xff\x46\xd9\x94\x7f\x38\x41\xfa\x39\x42\x1f\x14\x55\x09\xd1\xcf\xa7\xc9\x42\x11\x1a\x27\xc7\x92\x88\x27\x1a\x91\x63\x1c\xa7\x94\x1d\x65\x82\x2b\x0e\x1f\x22\xf4\xe1\x89\x08\x49\x39\xd3\xaf\xdb\x3f\x11\xe3\x0a\x49\xa2\x3e\xfc\x0b\x42\xff\x84\xe6\x65\x34\x27\x29\x91\x1f\x4e\xd0\x7f\x9b\x8f\xe6\x4a\x65\xae\x01\xfd\xb7\xd4\xef\xfe\x0f\xbc\x1b\x71\x26\xf3\xd2\xcb\x38\xcb\x12\x1a\x61\x45\x39\x3b\xfe\x9b\xe4\xac\x78\x37\x13\x3c\xce\xa3\x8e\xef\x62\x35\x97\xc5\x1c\x8f\x71\x46\x8f\x9f\xfe\x78\x8c\x23\x45\x9f\xc8\x38\xc1\x39\x8b\xe6\xe3\x2c\xc1\x4c\x1e\xff\x83\xc6\x7a\x8e\x7f\x23\x91\xfa\x27\xfc\x23\xe6\x29\xa6\xcc\xfc\xcd\x70\x4a\xfe\xe9\xdb\x41\xe8\xc3\x8c\xa8\xe0\x9f\x7a\xb6\x79\x9a\x62\xb1\xd0\x2b\xf2\x91\xa8\x68\x8e\xd4\x9c\x20\xd3\x0f\x72\x4b\xc4\xa7\x08\xa3\x13\x41\xa6\x27\xbf\x0a\x32\x1d\xbb\x85\x3e\x32\x0b\x7c\x01\xa3\xb9\x49\x30\xfb\xf5\xc8\x2e\x13\xb4\xcc\x33\x22\x60\x6e\xe7\xb1\x6e\xfd\x13\x51\x03\x68\xb6\x78\x3f\x7c\x5b\x10\x99\x71\x26\x89\x2c\x0d\x0f\xa1\x0f\xdf\x7d\xfb\x6d\xe5\x27\x84\x3e\xc4\x44\x46\x82\x66\xca\xee\xe5\x00\xc9\x3c\x8a\x88\x94\xd3\x3c\x41\xae\xa5\x70\x30\x66\xaa\x7a\x63\x71\xad\x31\x84\x3e\xfc\x6f\x41\xa6\xba\x9d\x7f\x3d\x8e\xc9\x94\x32\xaa\xdb\x95\x86\x7e\x82\xd1\x96\xbe\xfa\xe7\xbf\x34\xfd\xfd\xcf\x60\x46\x19\x16\x38\x25\x8a\x88\x62\xc7\xcd\xff\x55\xe6\xa2\xf7\x48\x77\x5e\xec\x63\x75\xe0\x95\xd9\x5e\xe1\x94\xe8\x3d\xd1\x3b\x65\xbf\x80\xbf\x05\x91\x3c\x17\x11\x41\x13\x92\x70\x36\x93\x48\xf1\xda\x1a\x50\x68\x41\x93\x57\xf5\x89\x20\x7f\xcf\xa9\x20\x7a\xaf\x94\xc8\x49\xe5\xa9\x5a\x64\x30\x48\xa9\x04\x65\xb3\x70\x29\xfe\x79\xd0\x69\x6a\x86\x2a\xd7\x98\x99\xf9\xa0\x75\x62\x23\x36\x70\xaf\x44\x98\xa1\x09\x41\xfa\x2c\xd2\x98\x08\x12\x23\x2c\x11\x46\x32\x9f\x48\xa2\xd0\x33\x55\x73\xca\xf4\xbf\x33\x12\xd1\x29\x8d\xdc\x9a\xed\xcf\xda\xc0\x9f\xcb\x57\xe6\x41\x12\xa1\x07\xfe\x44\x63\x12\xa3\x27\x9c\xe4\x04\x4d\xb9\x28\x2d\xcf\xd1\x88\xdd\xcf\xf5\x3a\xa4\x13\xca\xe0\xe4\xe9\xb5\x74\x14\xf2\x6f\x6e\xb9\xfe\x0d\xe9\xfe\x50\xce\xe8\xdf\x73\x92\x2c\x10\x8d\x09\x53\x74\x4a\x89\xac\xb6\xf6\x6f\x1c\xfa\xc7\x09\x3a\x44\x7a\x9d\x89\x50\xb0\xde\x9c\x29\xf2\x59\x49\x74\x88\x12\xfa\x48\xd0\x57\x17\x54\x2a\x34\xb8\x39\xff\xea\x00\x7d\x65\xce\x0b\x02\xde\xf4\xd5\x2b\xac\xb0\xff\xfb\x7f\x82\xa3\xa7\xf0\xac\x7a\xe8\x3e\x0c\xf4\x69\xbe\x33\x57\x43\xd1\xc2\xff\xfc\x4b\xd8\x8e\xdd\xaf\xe5\xfc\xb6\x60\xb6\x96\xd3\x76\xe5\xaf\xb0\x4c\x65\xd6\x2a\xf5\x0e\x6d\xcb\x59\x75\xbb\x55\xd6\x2a\xdf\x17\x6f\xd5\x53\x78\x69\xfe\xba\x0d\x73\xc5\x0a\xa8\x1e\x53\x66\x0e\x89\x3f\x33\x42\xea\x73\xe2\xa8\x77\x4f\x58\xca\x36\xbc\x36\x98\x59\xc0\x6e\x1d\x17\x0d\x56\x65\x0f\xe7\x9d\xd0\x94\xae\xda\xdf\x73\x16\x6b\x91\xcb\x32\x3b\x96\xa7\x13\x22\xf4\x32\x38\xb6\x07\xb3\x9d\x68\x36\xa8\x72\xc1\x48\xdc\x61\x9a\x7f\xcf\x89\x58\x2c\x99\xe7\x14\x27\xb2\x6d\xa2\x94\x29\xa2\xe5\xdb\xca\xe3\x29\x17\x29\x56\xf6\x85\x3f\xff\xfb\xba\x0b\xa1\xf8\x23\x59\xb5\xff\xe7\x66\x37\x23\x2c\x81\x0c\xd2\x3c\x51\x34\x4b\x08\xca\xf0\x8c\x48\xbb\x22\x79\xa2\xe4\x01\xbc\xa6\x65\x6a\x22\x0e\xfd\x0d\x04\x3d\xb8\x9b\x37\x97\xf0\x0b\x9a\x7a\x01\x92\x91\xcf\x0a\x5a\x1a\x31\xb8\x7b\x61\x89\xc2\x1b\xe5\x05\x96\x72\x33\x9a\x91\x5c\xa8\xf1\x64\x71\xf4\x48\x6a\xfd\xb6\x52\x0e\x66\x08\x2b\x25\xe8\x24\x57\x44\xcf\x5b\xb7\xe1\xee\x4e\x60\x8f\xe6\x82\xee\xc2\x1a\xde\x6e\xc2\x31\x15\x24\x82\xb9\xad\x73\x60\xfc\x57\x7a\xde\x5a\x7f\x59\x98\xd9\x3f\x92\x05\xc8\x23\x0d\x2b\xe0\xb7\x7c\xc4\x46\x0c\x1d\xa2\xb3\xe1\xdd\xe9\xf0\xea\xec\xfc\xea\xd3\x09\xfa\x7e\x81\x62\x32\xc5\x79\xa2\x0e\xd0\x94\x92\x24\x96\x08\x0b\x02\x4d\x92\x58\xcb\x1c\x7a\x30\x84\xc5\x94\xcd\x10\x17\x31\x11\x2f\xb7\x8c\x95\xa7\x84\xe5\x69\xe5\x5e\x81\xdf\x8b\xd1\x57\xbe\xd0\x22\x86\x7f\x54\x7a\xf2\x3f\xb5\x05\x86\x19\xeb\xbe\x83\xd6\x5e\x4d\xa8\x89\xe6\x34\x89\x05\x61\xc7\x0a\xcb\xc7\x31\xf9\x4c\xa2\xdc\xdc\xc9\xff\x28\xff\x30\xd6\x92\x29\x8f\x49\xf9\x97\xd2\x3f\x0a\x51\x68\xed\x4f\xbd\x96\xba\xf6\x97\xa0\xd3\x76\xfb\x0e\x7e\xa1\x71\xe3\xdb\xf0\xcb\x8a\x39\xb8\x77\x96\x0c\xd6\xbd\xd2\x3a\x2a\xf7\x82\x95\xf8\x1a\xdf\x11\x44\x89\xc5\x18\x2b\x45\xd2\x4c\xad\xa9\xaf\x63\x94\x68\xb9\x72\x99\x1c\x79\xc5\x63\x32\x74\xfd\xfd\x8a\x8c\x38\x4b\x62\x34\x59\x58\xae\x35\x25\x82\xb0\x88\xb4\xb7\x70\x8f\xe5\x63\xd1\xc2\x2a\x61\xb4\xd4\x9f\xfc\xc8\x85\xfe\xfc\x3d\x08\xa4\xa5\x81\xbf\x86\x4c\xba\xe9\x89\xfb\xe2\x2c\x04\x1b\xf2\x8f\xde\x9e\xb0\xfd\x4a\x76\xb5\x3e\x70\x81\xe4\x42\x2a\x92\xae\xb4\x43\xbc\x9f\x85\xb0\x17\xc4\xbe\x0e\xb8\x72\x47\xfd\x0e\x4e\x7d\xf9\xc6\xed\x8f\xf7\x1a\x4b\xb6\x2b\x2b\xe2\xbe\xcf\xd3\xf9\x70\x96\x4f\xf5\xce\x6d\x5f\xe0\xc4\x78\x17\xd3\x2c\xc9\x82\xbb\x1e\xe4\x0b\x99\x1b\x5a\xf7\xca\xad\xf6\x18\x06\xb0\x42\xd1\x2c\xdb\xa1\xfd\xf9\xd3\x9f\x86\x16\x1a\x63\x8e\x53\x73\x2a\x03\x63\x15\x8a\xb8\x30\xb2\x60\x6c\xcf\xbb\xd1\x35\x07\xf7\x83\xbb\xe1\xfd\x09\x1a\xa0\x18\x2b\xac\x0f\xb8\x20\x99\x20\x92\x30\x05\x7a\xbc\xfe\x5e\x2d\x50\xca\x63\x92\x18\x8d\xf3\xa3\x96\x7c\xd1\x19\x56\xf8\x14\x2b\x9c\xf0\xd9\x11\x1a\xc0\x3f\xf5\xc7\x54\x22\x9c\x48\x8e\xb0\x23\x2b\x12\xbb\x26\x30\x8b\x1d\x6b\xc1\x28\xe2\x69\x46\x13\x6f\x83\xf7\xc6\x15\xca\x62\xfa\x44\xe3\x1c\x27\x88\x4f\x34\x57\xd1\x1a\xf2\xf0\x89\x30\x95\xe3\x24\x59\x20\x9c\x24\xc8\x76\xeb\x5e\x40\x72\xce\xf3\x24\xd6\xed\xba\x51\x4a\x9a\xd2\x04\x0b\xad\x82\x9b\xd1\x5e\xdb\xb6\xd0\xfd\x9c\xf8\xb1\xc2\xb8\xf4\x6a\xa6\xf8\x91\x48\x44\x15\xca\xb8\x94\x74\x92\x14\x67\xfe\xe1\x1c\xc1\xb8\x4f\x2f\xce\x41\x9f\x8f\x14\xe2\x86\x87\xba\xce\xad\xfd\xc6\xf5\x98\x62\xc6\x08\x74\xcc\xd5\x9c\x08\xdb\xbd\x7d\xf9\xad\x55\xf3\x87\xab\xbb\x9b\xe1\xe9\xf9\xc7\xf3\xe1\x59\x5d\x37\xbf\x1f\xdc\xfd\x58\xff\xf5\xe7\xeb\xdb\x1f\x3f\x5e\x5c\xff\x5c\x7f\x72\x31\x78\xb8\x3a\xfd\x61\x7c\x73\x31\xb8\xaa\x3f\xb4\x64\xd5\x59\xcd\x0f\x47\xb6\xe6\xd9\xea\x6d\x9a\x2f\x65\xd3\x3c\xf8\x72\x8d\x9a\x53\x9a\x80\x0e\xda\xd9\xa0\xe9\x6d\x08\xf6\x4b\x94\x61\x29\x8d\x64\x64\x46\x70\x34\x62\x97\x5c\x68\x06\x36\xe5\x9a\x47\x68\xe9\x49\x89\x3c\x52\x94\xcd\xfc\x47\x27\x68\x94\x7f\xfb\xed\x9f\xa2\x0b\xca\x1e\xe1\x2f\xb2\x8f\x8b\xd3\x5b\x7c\x7b\x8b\xef\xef\xcb\xe2\xab\x45\x9f\xe3\xd0\xd0\xbb\xdb\x90\x21\x2d\x5c\xb0\x2c\x57\x20\x4a\xf0\x5c\xe9\x3f\x75\x97\x40\x1e\x4b\x02\x87\xba\x19\x14\x3f\x11\xe5\x5f\xd4\xa2\xcd\x7b\xb0\x23\xfe\xcc\xc5\xe3\x34\xe1\xcf\x7e\xe0\x9f\x88\xd2\x63\xbf\xb5\xbd\xf4\xa1\x44\x7d\x28\xd1\xdb\x86\x12\xed\x95\x31\xef\xe5\x99\x5f\xd9\xf2\x67\x38\x60\x8b\x27\xab\xd5\x51\xd5\xe2\x87\x0a\xdc\x4c\xaf\xc2\x35\xcb\xce\x9c\x15\x9c\xb3\xf4\xf2\x7b\xe1\x9e\xa5\x41\xbf\x3e\xe7\xfc\x5d\xf8\x5b\x7a\x77\xca\x86\x0b\xf5\x2e\x19\x6c\xc7\xbb\xe3\xd5\x9c\x21\x2f\xcf\xf0\x6b\xb1\x0d\xeb\x04\x33\xac\x11\xbd\xd0\x39\x5c\x61\x45\x7c\x42\x63\x40\x42\x53\x04\x42\x3d\xe4\xa0\x31\xc6\x60\xbb\xa0\x82\x4d\xef\xa6\xee\x61\x02\x9f\x88\x2a\xbd\xfc\x5e\xee\xa6\xd2\xa0\x5f\xff\x6e\xfa\x9d\x46\x07\xf4\xe1\x00\x2f\xb8\x74\x5f\xfa\x8d\xb6\xbf\x0e\xff\xdf\x81\x87\xbf\x77\xe9\xaf\xb5\x46\x5f\x96\x0f\xff\x4b\x75\xda\xbf\x4f\x2f\x7d\xef\x96\xef\xdd\xf2\x6f\xe1\x3f\x79\x7f\x6e\xf9\x97\x55\x4f\x8b\xe3\x35\x76\xb4\x60\xf5\xb5\xe0\x50\xfe\xb3\x83\x93\x06\xfe\x72\x2a\xdf\xba\x41\xe3\xad\x3a\xdc\x59\x31\xbe\x21\x1c\xa1\x5f\x2d\x21\xad\x50\xe7\x6a\xdf\xbd\x07\x75\xae\x3e\xe8\x97\xd7\xe1\xde\x8c\xf9\xbe\xd0\xe5\xf9\x4e\xd8\xc0\xfa\xb7\xe5\x17\x2c\x93\xf7\xb2\xf8\xcb\x67\xe3\xef\xcd\x84\xde\x8f\xec\xfd\x06\x17\x6f\xc7\x5b\x77\xe7\x39\x59\x0d\xd7\x6c\x70\x3b\xad\xca\xb0\xaa\x7e\x4d\x89\xfc\xee\x5d\xde\xb7\xaf\x91\x64\xd5\x5f\xb8\xfd\x85\x6b\x9b\xea\x2f\xdc\x2f\xf8\xc2\xdd\x3b\xf8\x9b\xbd\x89\x00\xed\x83\xc8\x7b\x60\x8c\x3e\x86\x7c\x87\x8b\xd3\xc7\x90\xf7\x31\xe4\xbf\xb3\x18\xf2\x6d\xb4\xa7\x4d\xb1\x28\xdf\x42\x8f\xea\xd5\xa8\x5e\x8d\x0a\x7f\xef\xd5\xa8\x5e\x8d\xea\xd5\xa8\x2f\x1c\x45\xb4\xd7\xa1\xba\x2f\x44\xaf\x43\x75\x5e\xaa\x5e\x87\x5a\xb2\x38\xbd\x0e\xd5\xeb\x50\xbf\x2f\x1d\x8a\x3c\x11\xa6\x24\x24\xa3\x85\x1a\xc5\x87\x8c\xcb\x76\x4d\x28\xe4\x0e\x0d\x5a\x10\xb4\x59\x4e\x0a\x83\xc0\xa5\x5f\xd1\x1c\x4b\xc4\xa3\x28\x17\x95\x33\x50\xd5\x83\x4e\x05\xc1\x8a\x40\x0b\xfa\xc3\xf7\xa0\xff\xd4\xa7\xfb\x5a\x31\xf8\x13\x1e\xd7\xa8\xdd\x1c\x84\xa6\x27\xcb\xe5\x91\x9d\x4d\xfd\xef\x39\xe9\xa6\xfe\xbd\x20\x51\x2b\x2c\x1f\x77\x4c\xd4\xa5\x5c\x8b\x8d\x88\x1a\x5a\x78\x2f\x44\x5d\x9f\xee\xef\x86\xa8\x9b\xa6\xbe\x0f\x44\xfd\x6c\xf3\xf8\x77\x4c\xd8\x35\x78\x80\x8d\x88\xdb\xb7\xf2\x5e\x08\xbc\x79\xda\xbf\x1b\x22\x6f\x9b\xfe\xdb\x12\xba\x4f\x91\xec\x4c\xe2\xf7\x82\xce\x66\x5a\xcd\x00\x0d\x4f\x93\xe2\xea\x1a\x41\x45\x52\xe0\x4a\xb2\xf6\xaf\xbe\x07\x92\xf6\x83\x35\x63\xff\xdd\xd0\x72\x6d\xde\x7b\x42\xc4\xc7\x82\x44\xfc\x09\xea\x85\x75\x23\xe6\x5b\x02\x14\x0c\xfc\x3a\x13\xe4\x89\xf2\x5c\x26\x8b\x43\x91\x33\xe4\x98\x3f\xf2\xcd\x1b\x6b\xf5\x33\x4d\x12\xc4\x99\xd6\xbf\x14\x16\xca\x3d\xd6\xfa\xb7\xe0\x29\x9c\x8a\x04\x4b\x85\x1e\x19\x7f\x66\x68\x8a\x69\x92\x0b\x82\x32\x4e\x99\x3a\x1a\xb1\x73\x86\x6e\xcd\x18\x21\x6f\xe0\x00\xe5\x52\x9f\xa5\x08\x33\xc6\x15\x8a\xe6\x98\xcd\x08\xc2\x6c\x61\x13\x70\x0b\xca\x40\x5c\xa0\x3c\x8b\xb1\x56\x7c\xe7\xa4\x1a\xa5\xe7\xc7\x08\xe6\x3b\x2a\x11\x95\x88\x7c\x56\x82\xa4\x24\x59\xe8\x3e\x34\xed\x2b\x8e\xec\xfa\x98\xa1\xda\x74\x3e\x22\x04\x17\x12\x32\x0e\x26\x8b\xdf\x30\x53\x94\x11\x04\x8a\x92\x34\xa6\xb9\x43\x74\xc1\x25\x98\x6d\x7e\xfc\x8b\x44\x51\x92\x4b\x45\xc4\x01\x9a\xe4\x33\xa9\x35\xc5\x2c\xc1\x6a\xca\x45\xaa\x47\x48\x99\x54\x78\x42\x13\xaa\x16\x07\x28\xc5\xd1\xdc\xb4\x05\x6b\x20\x0f\x46\x2c\xe6\xcf\x4c\x2a\x41\xb0\xef\xdd\x3d\x44\x5f\x87\xcf\x0c\x01\xc8\x6f\x0e\x20\xed\x90\xa6\x5a\xdd\x0d\x86\x5f\xec\xb8\xd9\x13\xdd\x08\x89\xd1\x84\x44\x38\x97\xd6\xc3\xa0\xc4\x02\x91\xcf\x73\x9c\x4b\xd8\x3b\x3d\x3d\x9b\xb3\x11\xf1\x34\x4b\x88\x22\x88\x4e\x91\x12\x94\xc4\x08\xcf\x30\xd5\x4b\x77\x47\x96\x80\xa0\x7b\xa2\xb7\x1b\x68\xa9\xfe\x57\x50\xbf\x53\x2e\x08\x8a\x89\xc2\x34\x59\xea\x75\xb2\xdf\xf6\x5c\xee\x3d\x71\xb9\xf2\x86\xef\x05\x9b\x33\x20\xfe\x3b\xb8\xb4\x99\x35\xdd\x47\x38\xd9\xf2\xfe\xbe\xb5\x83\xea\x69\xfb\x7d\xd1\xb6\xd9\xb5\xfd\x21\xee\x57\x8b\xc1\xee\x5e\xd1\xa2\xa8\x66\xf1\xae\x68\xfa\x35\xc2\x02\x7a\x87\x73\xef\x70\x6e\x5d\x99\xf7\xe9\x70\xde\x1b\x8f\x51\xef\x73\x7e\x21\x9f\x33\x95\xbd\xd3\xb9\x77\x3a\x77\x5d\xa0\xde\xe9\xdc\x3b\x9d\xdf\xaf\xd3\xf9\x25\x71\x9f\x77\x8a\xee\xfc\xae\x44\xeb\x5e\xac\xee\xc5\xea\x1e\xc2\xd9\x4f\x6d\x57\x2c\xcc\x7d\xfd\x21\x26\x09\x51\xa4\xdd\x9e\x45\x44\xaa\xb5\x05\x73\x3d\x53\xa6\xe5\xb8\x99\x20\x52\x6e\xcb\x90\x7c\xc3\xef\x93\x2d\xf9\xe1\xf7\x50\xf3\x3d\x9f\xea\xf9\xd4\x26\x53\xdb\x1f\xd3\x6c\x70\x98\x5f\xcb\x36\xeb\xf9\x6f\x96\xb7\x4b\x7f\x0f\xc6\x0d\x59\xf8\x45\x0d\x85\x6b\xa9\x5d\x71\x7f\xb8\x2d\x9d\x6f\xc9\x8f\x4d\x5f\xef\x93\x19\x9b\xb1\xf7\x9c\xb8\xe7\xc4\x3d\x27\x7e\xdf\x9c\xd8\x9d\xe4\x37\x75\x91\x19\x3f\xdd\x38\x4b\x30\x1b\xd3\x58\x1e\xff\xa3\xd0\xe5\x5f\xca\x43\xa6\x0f\x54\x6c\x52\x4c\x7d\x4a\xa7\xf8\x55\x7f\x92\x14\x06\x73\x8f\x99\xb9\xc2\x89\x66\x6c\xec\x37\x09\x66\xe7\xf1\xbb\xf0\xa3\x35\xce\xfe\x35\x7c\x6a\xdb\xf0\x71\xac\xc0\xd3\x81\x29\x33\x26\xbc\x22\xaf\xb6\x64\xa0\xdc\x8f\x13\xbe\x0d\x57\x0f\x26\x16\x30\x76\xc7\xaf\x83\x45\xd9\xbf\x69\xf7\x7e\x9d\x3e\x97\xb0\xf7\x5c\x74\x9c\x70\xef\xb9\xd8\x5f\xcf\xc5\x5b\xb9\x23\x5f\xf9\x78\xbe\x96\x58\xd7\x3d\x08\xdf\x44\xab\x41\x50\x6b\x9e\x25\x1c\xc7\xcb\x5c\x31\x85\xe0\x15\x82\xa3\xac\x8c\xc4\x2f\x3e\x7b\x0f\xc2\x5a\x31\xda\xdf\x59\x24\x5f\x7d\xe2\xfb\xa2\xa5\xbc\x62\x28\x5f\x33\x89\xaf\xa1\x92\xbc\x0f\xfc\xd4\x62\xbc\x7d\x68\x5f\x6f\x51\x7a\x7b\x8b\x52\x1f\xda\xd7\xab\x80\x7b\xa6\x02\xf6\xa1\x7d\x7d\x68\x5f\xaf\x20\x2f\x9f\x76\xaf\x20\x7f\x11\xa1\x7d\x9d\x44\xed\x17\xc4\xde\xdc\x5e\xe8\xee\x65\x6e\xf7\x5e\x2f\x73\xf7\x32\xf7\x17\x2a\x73\xef\xc7\x0a\xf7\x02\x77\x2f\x70\xf7\x02\x77\x2f\x70\xf7\x02\xf7\xce\x97\xb1\x17\xb8\x5f\xb3\x40\x67\xb3\xd4\xbd\x22\xc9\xe6\xbd\xfa\x72\x7a\x71\xbb\x17\xb7\xf7\x5b\xdc\xde\x9b\x09\xbd\x9f\x32\x8f\xdd\xe6\xd3\x17\x29\xef\x8b\x94\xf7\x45\xca\x5f\xbc\x48\xb9\xfb\xba\x43\xc6\x87\x3d\x5c\x0a\xab\x5c\x1a\xc0\x47\x41\x66\x54\x2a\x60\xff\x5d\xe4\x95\xd5\x89\x1e\xef\x55\x4e\xe9\x53\x3d\xfc\xd3\x5e\x6a\xe9\xa5\x96\xdf\xa9\xd4\xb2\x47\xb1\x60\x7b\x91\xb1\x92\x62\x15\xcd\xf1\x24\x21\x63\x6f\xf4\x91\x5d\xf5\xe0\x0b\x2a\x95\x44\x51\x2e\x15\x4f\xdb\x2f\x97\x4b\xd7\xc3\xc0\x77\x70\xca\xd9\x94\xce\x72\x73\xb7\x18\x70\xce\xe0\x44\x17\x92\xe0\x22\x23\xab\x3c\x55\x0d\xad\xbf\x8b\x6b\xa9\x79\xe8\xaf\x75\x3b\xad\x23\xb8\x17\x46\x3e\x2b\x75\x6b\x59\x6b\x7c\x3b\xbc\xbb\x7e\xb8\x3d\x1d\x9e\xa0\x41\x96\x25\xd4\xd8\xdd\x0d\x29\xd0\xdf\xf4\xa4\x90\xc2\xf2\xb1\xd8\x4b\x61\xc8\xdc\x60\xd8\x82\xa1\x5f\xcb\xc6\xe8\x10\x9d\x5e\x3c\xdc\xdd\x0f\x6f\x5b\x1a\xb4\x84\x02\x79\xab\x24\xcd\x12\xac\x48\x8c\x1e\xf3\x09\x11\x8c\x68\x69\xc7\x22\xdd\x16\xe6\x7f\xd3\xe8\xf0\xbf\x86\xa7\x0f\xf7\xe7\xd7\x57\xe3\xbf\x3e\x0c\x1f\x86\x27\xc8\x51\x9c\x6e\x56\x8f\x4b\x8f\x22\x5e\x30\x9c\x6a\x0d\x44\xff\x50\x64\xca\xfe\x3d\x27\x39\x41\x58\x4a\x3a\x63\x29\x01\x44\xe0\x52\x8b\x6e\xc0\x17\x83\xef\x87\x17\xe5\x96\xe7\x24\x84\xdf\x45\x09\x9e\x90\xc4\xfa\x23\xc0\xc4\xae\x09\x3d\x80\x2a\x36\x8e\x8a\xdc\xac\xea\x5f\x1f\x06\x17\xe7\xf7\xbf\x8c\xaf\x3f\x8e\xef\x86\xb7\x3f\x9d\x9f\x0e\xc7\x56\xaa\x3c\x1d\xe8\x7e\x4b\x3d\x59\xe1\x13\xfd\x3d\xc7\x89\xd6\x4e\xf8\xd4\xe1\xf1\xa2\xe7\x39\x61\x28\x67\x40\x71\x46\xe5\xd1\x7a\x90\xef\x54\x9f\x32\x33\xa3\x9b\x8b\x87\x4f\xe7\x57\xe3\xeb\x9f\x86\xb7\xb7\xe7\x67\xc3\x13\x74\x47\x12\x50\x0a\xdc\xa2\xc3\x2e\x66\x49\x3e\xa3\x0c\xd1\x34\x4b\x88\x5e\x0d\x6c\xb3\x89\xe7\xf8\x89\x72\x61\x8f\xee\x8c\x3e\x11\x66\xd6\x11\xce\x2c\xb4\xef\x84\xef\x71\xb0\x74\xd7\x57\x1f\xcf\x3f\x9d\xa0\x41\x1c\xfb\x39\x48\x68\xa3\x44\x39\x0e\xd6\xf9\xb0\x3c\x6c\xcd\x1c\xa0\x7b\x43\x44\xfc\x89\x08\x41\x63\x52\xa1\xa3\xc1\xdd\xdd\xf9\xa7\xab\xcb\xe1\xd5\x3d\xac\x98\x12\x3c\x91\x68\xce\x9f\xc1\x94\x0d\x33\x04\x0b\xf7\x13\xa6\x09\x74\xe6\x36\x8b\x33\xf4\x3c\xa7\xe0\xfe\x00\x60\x66\xdf\xb3\xd1\xcf\x44\xce\xde\xdc\x3a\x5b\x3a\x78\x75\xb5\xa5\x7a\x92\xea\x6f\x54\x8e\xc5\xb2\x17\x4a\x54\x5e\x7f\x71\x15\xb5\xd6\xbf\xa8\x90\x5b\xbb\xb2\x56\xa3\x97\xf6\x99\x16\x7b\xdd\x59\x57\x2b\xaf\xe1\xeb\x5d\xb3\x44\x09\x1a\xc9\x97\x85\x7a\x12\x39\x53\x34\x25\xc8\x76\x66\x0f\xe7\x0e\xe1\x9f\x2e\x4d\xc3\xef\xe1\x82\xad\x95\x72\xf8\x44\x94\x1d\x7e\xaf\x02\xf6\x2a\xe0\x7e\xa8\x80\xef\x2d\xdb\x3f\x26\x59\xbd\xc3\xca\xc4\xe0\x1d\xe3\xf5\xaa\x05\x69\x18\x7b\xa2\xb5\xa8\x26\xe4\x89\x24\x20\xe5\x29\x81\xb5\xd2\x68\x65\x97\x89\x20\xf8\x51\x0b\x7c\x31\x7f\x0e\x25\x97\x06\xe4\x7e\xb4\x9b\x5b\xb8\x4b\x10\xc7\x9f\xbe\x7b\xbd\xcb\x42\x2f\x77\xfc\x1a\x25\xbc\x6f\x21\x48\x66\x29\x46\x60\x90\x60\xff\xab\xb5\x04\xaf\xb8\x2d\x82\x2f\xde\xc3\x45\x11\x0e\x77\x8f\xb4\xae\xdb\x50\x09\x76\x2c\x34\x25\x0a\xc7\x58\x61\x7d\x68\x66\x44\x1d\xa1\x6b\x06\xcf\xee\xb1\x7c\x3c\x40\xee\xca\xd3\x6c\xa5\xb0\x32\xbc\x42\x6a\xfd\x3b\x31\xe0\xaf\xcf\xc7\xfb\xeb\xbb\xbf\xbe\x9b\x57\xa6\x0f\xf3\x6c\x59\xe1\x5d\x5d\x8c\x6b\xf9\xbc\x76\x77\x7f\x99\x16\xdf\xef\x15\xf6\xba\x4e\xae\x9d\x5e\x68\xa6\x72\x56\x7f\x5b\x99\xff\xeb\x6f\xab\xfe\xb6\xea\x6f\xab\x3d\x58\xe1\x37\x77\x18\x36\x70\xf7\x37\xf5\x18\xae\xd2\x4e\x37\x86\xbc\x2b\xb4\xd1\x75\x40\xef\x7e\xed\x8a\x6d\x57\x7c\x43\xdf\x87\x8f\x30\x98\xe4\x6b\xa4\xb5\xed\xf4\x32\x37\xf9\x22\xbd\x7e\xfa\x82\x37\x7e\x8f\x40\xb8\x53\x04\xc2\xfd\x98\xeb\x8b\xa4\xc0\xbd\x8d\xc5\xf4\xed\xd3\xde\x7a\xa8\xc1\x3e\xb1\xab\x4f\xec\x82\xdf\x7b\xa8\xc1\xdd\x51\xeb\xcb\x4a\xd7\x3c\x26\xe3\x4a\x94\x80\xff\xe7\xb8\xea\xf9\x29\x3d\x09\xdd\x40\xa5\x07\x45\xa6\x1b\xb4\x4e\xe3\x5d\x16\x91\xba\xe2\x31\xe9\x1c\x49\x50\x7a\x79\xcf\x65\x70\x37\x4f\x23\x8b\x97\x06\xfe\xc2\x92\x78\xcb\x96\x7f\x89\x86\x9d\x06\x02\xee\xad\x3c\x2b\x17\xea\x4b\x8d\x2f\x28\x38\xd4\x3b\xf2\x54\x74\x63\xe3\x2e\xa6\x71\xdc\xc2\xcc\x9b\x9f\x7b\x96\xde\xfc\xf8\x65\x30\x83\xba\x73\x74\x30\xab\x84\x6f\xbf\x0f\xbb\x4a\x38\xe2\xd7\xb0\xac\x2c\xdd\xfb\x2f\x8e\xab\x2f\xa3\xe4\x9e\xb7\x77\x5c\xae\x2f\x95\xc3\xf7\x10\x3f\xcb\x6c\x1d\x3d\x86\x4e\x6f\x6a\xd9\x9f\x09\xf7\xa6\x96\x77\x6d\x6a\x31\x2e\xda\x71\x86\x05\x61\xaa\x41\xa4\xae\x5e\x27\xf0\x7a\x88\xb9\xe0\xa4\x0e\x68\x00\x69\x89\x16\xd9\x0b\xd9\x5f\x55\x5f\x96\xed\xc5\x0a\x06\x41\x26\xe4\xf1\x3f\x8a\xbf\xbd\xb0\x5e\xaa\x00\xb1\x24\x3a\xc9\x60\xfd\x4b\x7d\x47\xe7\x36\x50\x69\xfb\x5c\x49\xac\x4a\xa2\x20\x04\x51\xaf\x8c\x67\xba\x31\x6f\xbf\xaf\x14\xc9\xda\xa0\x5f\x37\xb6\xa9\xbe\xf1\xdd\x0e\x90\xdb\x19\x6a\xd2\xfd\x82\x9c\x32\x2d\x8d\xf2\x69\x71\x31\x48\xf4\x4c\x93\x04\x10\x45\x20\xe3\xb1\xed\x06\xf8\xdd\x45\x3c\xb4\xee\xfc\x9b\xc6\x3d\x34\x71\x87\x26\x96\xd0\xc5\x9e\xba\xab\x9c\x69\x47\x6c\x90\xce\x0a\xda\xd0\x0a\x03\xec\x97\xc1\x09\x3e\x11\xf5\x5a\x6c\x60\xd3\xb3\xbf\xf4\xdc\x0b\x32\x25\x82\xb0\x88\xec\xa1\xb7\x7d\x9d\x30\x90\x9f\xcd\x24\x6d\x0c\x88\x87\x12\x08\xa7\xaa\xb8\xd5\xd3\x4a\xa2\x6e\x9f\x49\xde\x67\x92\xf7\x99\xe4\xd5\xa3\xde\x67\x92\xf7\x99\xe4\x8d\x39\x10\x31\x49\x88\x22\xad\x52\xc5\x19\x3c\x7e\x2b\xa9\xc2\xf4\xfe\x65\x08\x16\x66\x2e\xbd\x6c\xf1\xbb\xd1\x2c\xdc\x86\xef\x85\x66\x61\xce\xda\x2a\xf3\x43\xe9\xc7\x86\x10\xeb\x57\x37\x49\x6c\xc2\x34\x4a\x76\x89\x33\x78\xfd\x5d\xb2\x8e\xea\xd0\x7b\x1b\x05\x0a\xb6\xee\xe5\x38\x49\xed\x08\x74\x9b\xb8\xf5\x18\xbe\xdf\x79\xef\x0b\x07\x6d\xa3\xfb\x7d\xe5\xa3\x1b\x27\xa5\xec\x8b\xc5\xe6\x0b\xe2\x91\xbd\xf5\xe6\x8d\x73\x25\x6a\xcc\xf0\xdd\x4e\xb7\x37\x56\xf5\xc6\xaa\xde\x58\xd5\x1b\xab\x7a\x63\x15\xea\x8d\x55\x6b\x1b\xab\xbe\x20\x99\xaa\x37\x5c\xf5\x62\xd5\xee\xa6\xbb\xaf\x5a\xe6\x3e\x59\xeb\x3a\xa3\xa4\x17\x39\x54\x2b\x23\xef\xed\xb4\x7f\x5d\x11\x72\x7f\xe3\x46\xf0\x7e\xf8\x95\x7c\x69\x96\xb4\x4d\x60\xb1\xdb\xd1\x2f\x36\xae\xb8\x2f\x1d\xda\xb8\x56\x7d\xd8\xf3\x92\xc5\xe9\xc3\x9e\xfb\xb0\xe7\xbd\x0b\x7b\xde\xb9\xb2\x92\x71\xb9\x0c\x90\xc8\x94\xce\x5a\x9a\xff\xec\xee\x6c\x48\x34\x02\x52\x30\x28\xc7\x31\xc9\x12\xbe\x00\x4b\xca\x92\xeb\xdc\x75\x71\x53\x93\xa8\xf7\xfd\x46\x77\x23\x7f\x2d\x9d\x63\x5f\x64\xd2\x62\xde\x7b\x21\x85\x1e\xff\xa3\x92\xce\xdf\x09\x2f\x93\x21\xf2\x99\x4a\xb8\x95\x56\x13\xf6\x88\x35\x3f\x09\x4a\x17\xda\x7b\x70\x92\xab\x20\x77\x4f\x6a\xc1\x2a\x23\x42\x2d\x82\x37\x49\x9a\xa9\xc5\x7f\x8e\x18\x55\xde\xc3\x46\x67\x8c\x0b\xc3\xd5\xf4\xc7\x73\xcc\xe2\x84\x08\x7d\xa9\xba\x76\x22\xcc\x18\x57\x20\x6e\xc0\x0c\x62\xf4\x44\xb1\x11\x4e\x06\x37\xe7\x9d\xfd\xcc\xef\xe8\x74\xbd\x76\xb1\xba\x15\x77\xdd\xa7\x84\x4f\xa0\x82\x65\x5e\xd6\xe9\x75\x03\xbd\x67\xb4\xb4\x73\x6f\xc5\x10\x14\x96\x8f\x55\xe0\x90\x72\x16\xfa\x78\x29\x94\xc8\x8a\x77\x4b\x18\xf3\xcb\x5f\xad\xc0\x8d\x94\x9f\x59\x00\x12\x78\x0c\x43\xae\x8e\xc3\xfd\x18\x76\xe8\x7e\x2b\x5a\x76\xbf\xb8\xd2\xdd\xf0\xa3\x20\x4a\x2c\xc6\x58\x29\xcd\x64\x76\x89\x71\x72\x8f\xe5\x63\x67\x8c\x93\xd2\xcb\x7b\xce\x72\x4a\x18\x27\xe5\x81\xbf\x38\xcb\xe9\x48\x9d\x2b\x38\xd3\xfb\xcb\x8f\xef\x7a\xd6\xd6\x98\xf8\xef\x25\x57\xbe\x1b\xef\x59\x65\xa6\x7d\x8f\x79\xf3\xcb\x98\xe9\xde\x8c\xb0\xc2\xcf\xbf\xc4\x93\x5b\xbe\x9d\xfa\x23\xba\x6c\x8d\xbe\xb8\x42\xb8\x15\xa1\x63\xc5\xdc\xde\x49\x41\xdc\xaa\xdc\xb4\xeb\x51\xbd\x8c\x99\x3b\xd8\x8d\x75\x62\x80\xce\xcb\x68\xe5\xfe\x0c\xb9\xa8\xa0\xa2\xf4\xec\x1c\x12\xad\xa9\x0c\x13\xe2\x23\x2e\x8c\xe4\x15\xdb\x33\x6b\xcc\x76\x06\xcc\xf7\x04\x0d\x50\x6c\x6b\xf3\x0b\x92\x09\x22\x09\x53\x46\xd5\x36\xf5\xae\x5c\x79\x7f\xca\xac\x85\xe8\x0c\x2b\x7c\x8a\x15\x4e\xf8\xec\x08\x0d\x7c\x61\x7f\x2a\x11\x4e\x24\x47\xd8\x11\x0e\x89\x5d\x13\x98\xc5\x8e\x3d\x60\x14\xf1\x34\xa3\x89\x47\x6a\xf7\x56\x7c\xca\x62\xfa\x44\xe3\x1c\x27\x1e\x19\x7b\xc4\x86\x4f\x84\xa9\x1c\x54\x38\x9c\x24\xc8\x76\xeb\x5e\x08\xf4\x73\x37\x4a\x49\x53\x9a\x60\x81\x14\xb7\xa3\xbd\xb6\x6d\xa1\xfb\x39\xf1\x63\x75\x28\xe0\x28\xc5\x8f\x44\x22\xaa\x50\xc6\xa5\xa4\x93\xa4\x38\xc6\x0f\xe7\x08\xc6\x7d\x7a\x71\x0e\xa6\xd1\x48\x21\x6e\xf8\xa0\xeb\xdc\xfa\x09\x5c\x8f\x29\x66\x8c\x40\xc7\x5c\xcd\x89\xb0\xdd\xdb\x97\xdf\xda\xca\xf9\xd6\x18\xd1\xed\x16\xd3\x70\x64\x6f\xa7\x74\x76\xd6\x38\xbb\xaa\x9b\xdd\x74\xcd\x76\x45\xf3\x05\xbc\xb4\xdd\xb5\xc1\x0b\x2a\xcb\xea\xe0\xbb\x70\xd9\x96\x46\xfc\x1a\xf8\x68\xbf\x53\x45\xb0\xd7\x02\x5f\x64\xdd\xbe\x54\x15\x70\xcf\xf5\xbf\x1e\xd9\xad\x47\xb1\xef\x03\x30\x76\xb8\x38\x7d\x00\x46\x1f\x80\xf1\xc5\x06\x60\xb4\x6b\x13\x34\xde\x3a\x5d\x6f\xcd\x0a\x52\xde\x28\x20\x7e\x05\x51\x0a\xcb\xc7\xae\x35\xa5\xb4\xa8\x7c\x1e\xbf\x0b\xa9\xbe\x71\xc2\xaf\x21\xdd\xf7\x75\x8a\x76\x5a\xa7\x68\xef\xa6\xdd\x0b\x7e\xbd\xe0\xd7\xcb\x36\x1d\x27\xdc\xcb\x36\xfb\x2b\xdb\xbc\x95\xc2\xf2\x25\x41\xe8\x6a\xe1\xa9\x94\x19\xb3\x34\xc0\xd6\xc0\xd1\x80\x7b\x20\xcf\x12\x8e\xe3\x55\x41\x38\xbf\xa2\x42\xae\x59\x22\x9a\x99\x76\xf5\x07\x7b\x2e\x99\xd5\xe2\x6f\xcc\xc8\x7f\x0f\x31\xb5\xad\x53\x7f\xd3\xb0\x5a\xa0\x5f\x08\x26\x2b\x05\xa5\xbd\x94\x16\x52\xa5\xe9\x4e\x0a\x87\xfc\x6e\xcf\xa9\xda\x6f\xe9\x6b\xa8\x17\x5f\xb0\x83\xa0\x77\x02\xfc\x3e\x0b\x9f\xef\x8d\xd4\xda\xab\x76\x7d\x56\x65\x6f\xd4\xef\x15\xdf\x5e\xf1\xdd\xf9\x32\xee\x93\xe2\xfb\x86\x12\xb5\x49\x13\x79\x91\x32\x86\x9b\xc9\xd6\xbd\x68\xdd\x8b\xd6\xbd\x68\xfd\xc5\x8a\xd6\xfb\xb1\xc2\xbd\x5c\xdd\xcb\xd5\xbd\x5c\xdd\xcb\xd5\xbd\x5c\xbd\xf3\x65\xec\xe5\xea\x8a\x5c\x0d\x7f\xb9\x34\xe9\x75\x85\xec\xce\xc2\x75\x87\x9c\xe8\xf7\x22\x59\xf7\x52\x75\x2f\x55\xef\xb7\x54\xbd\x37\x13\xfa\xf2\x12\x21\xfb\x54\xc2\x3e\x95\xb0\x4f\x25\x7c\x8b\x54\x42\xc7\x4b\x96\x49\x28\x75\xc1\xe2\xa7\x1a\x07\xda\x5b\xd9\xa2\x18\xed\xa6\xe1\x1d\xbb\x5a\x6a\x07\x34\xbf\x49\xa5\xa9\xd2\x6f\xae\xa1\x3d\xaa\x3f\x75\xe0\xa4\x05\xcd\x28\xdc\xf8\x56\x23\x84\xfd\x6c\xdf\x7c\x5f\x60\xe0\xf5\x51\xf7\xf5\xa7\x50\xb0\x6b\x7d\xfd\xa9\x17\x9c\xb7\x3b\x5c\x2b\x66\xee\x68\xd4\xd8\x78\xdf\xe9\xb4\xdf\x1c\x5c\xae\xfd\xa4\xbf\x69\xb8\x5c\xe3\x4d\x52\x4b\xde\x39\xfe\x47\xe3\x45\xf1\x06\x65\xb7\xd6\xbe\x1d\x3e\x11\xf5\xa5\x5c\x0d\x7d\xd9\xad\xbe\x3e\xc4\x8e\xa6\xbb\x11\xeb\x7f\xb7\xb3\xed\x8b\x8c\xf5\x45\xc6\xfa\x22\x63\x7d\x91\xb1\xbe\xc8\x18\xfa\x9d\x17\x19\x5b\x5b\x7c\x34\xe3\xf8\x52\x24\xc8\xbe\xc8\x58\x2f\x44\xee\x6e\xba\xbf\x2f\x21\x72\x0f\x2d\x08\x7b\x51\x4d\xcd\x5b\x10\xde\x1c\xf7\xc3\x8d\xa4\x2b\xf6\x87\x5b\xd0\x1e\xff\xc3\xfe\x5f\x8f\xff\xd1\xe3\x7f\xb4\xcc\xba\x0f\x66\xed\xf1\x3f\x50\x1f\xae\xd9\x87\x6b\xee\x73\xb8\x66\x87\x6d\xec\xf1\x3f\x3a\x8a\x73\x2f\x84\x01\xe2\x64\xae\xb5\x70\x40\x7e\xae\x2b\x1a\x7b\x2b\xa5\xb9\xb1\xfe\x7e\x70\x40\x1a\xa7\xbd\x17\x2a\xc9\x2b\xe2\x80\x34\xd1\x75\x67\x05\xe4\x7d\xe0\x81\xb8\xd1\xf6\x89\x8b\x7d\x88\xf5\xfe\x87\x58\xef\x5d\xe2\xe2\xde\x48\xb2\xbd\xba\xd7\xe7\x2e\xf6\xb9\x8b\xbd\x32\xdc\x2b\xc3\x3b\x5f\xc6\x7d\x52\x86\xdf\x58\xc2\x7e\x41\x5c\x90\xed\x64\xed\x5e\xd4\x36\xef\xf5\xa2\x76\x2f\x6a\x7f\xa1\xa2\xf6\x7e\xac\x70\x2f\x67\xf7\x72\x76\x2f\x67\xf7\x72\x76\x2f\x67\xef\x7c\x19\x7b\x39\xfb\xd5\x70\x42\x9a\x84\xed\x8e\xf9\x36\xef\x49\xd2\xee\xa5\xec\x5e\xca\xde\x6f\x29\x7b\x6f\x26\xd4\x63\x86\xf4\x98\x21\x3d\x66\x48\x8f\x19\xb2\x91\x7c\xf3\x2f\xf6\x58\x7e\x08\x6e\x62\x7f\x65\x7f\xf8\x3e\xe1\x93\xfb\x45\x46\xf4\x7f\xcf\x68\x4a\x98\x04\x69\x94\xaa\x45\x28\xcf\xb4\xac\x7c\x7d\xcd\x3f\xdc\x9d\x5f\x7d\xba\x08\xb3\x69\x3e\x5c\x3e\x5c\xdc\x9f\xdf\x0c\x6e\xfd\xba\xf8\x59\x85\x6b\x61\xbf\x2b\x89\x64\x96\xe4\x6f\x89\xd6\x3d\xe1\xd4\xdc\x29\xac\x72\xb9\xd9\xc8\x6e\x87\x77\xc3\xdb\x9f\x20\x1b\x68\x7c\x76\x7e\x37\xf8\xfe\xa2\x44\x10\xa5\xe7\x83\xd3\xbf\x3e\x9c\xdf\xb6\x3f\x1f\xfe\xd7\xf9\xdd\xfd\x5d\xdb\xd3\xdb\xe1\xc5\x70\x70\xd7\xfe\xf5\xc7\xc1\xf9\xc5\xc3\xed\x70\xe9\x7a\x2c\x1d\xed\x72\x25\x44\xc2\x22\x41\x9c\x3f\x8a\x2c\xd7\x10\xc5\x1a\x22\x2f\x3e\x3a\x76\xd8\xd4\xd7\x09\x7a\xb0\x3a\x3d\xb5\x8d\x1b\x06\x1b\x34\x64\x94\x91\x98\x4a\x3c\x49\x48\x5c\x6b\xc9\xad\x61\x5b\x4b\xb8\x34\xa8\x67\xad\x3d\x7b\x91\x53\xf3\xbc\xc8\xf0\x02\x04\x39\x8a\x8a\xb0\xb8\xa1\x0f\xb3\x0f\xad\x3d\x30\xcd\xbb\xe8\x13\x29\xf5\x14\xe5\x42\x10\xa6\x92\x05\x22\x9f\xa9\x54\xb2\xd6\xa8\xdb\xbe\xb6\x66\xed\x9d\xea\x1b\x9c\x63\x89\x26\x84\xb0\xf2\xf8\x05\x49\x08\x96\x0d\x63\xb6\xbb\xdf\x6d\x59\xfc\x5e\x59\x6b\x8c\xb9\x8c\xa6\x98\x26\xb9\x20\x95\xd3\xc2\xd3\x0c\x0b\x2a\x39\x1b\x7e\xd6\x77\x99\x3e\xc8\xd7\xf0\x39\x17\x9b\x9d\x98\xe1\x5f\x43\x0a\xbe\x2a\xff\xf3\xd3\x7d\xf9\x5f\xa5\x33\x7f\x71\x5f\xfe\xd7\x72\x5a\x0f\x1a\xae\x52\xf6\x21\xfa\x74\x7f\x82\x3e\x41\x88\x93\x40\xf7\x73\x6c\x28\xf6\xe2\xfe\x04\x5d\x10\x29\xe1\x97\xe2\x63\x45\x55\x02\x73\xfb\x9e\x32\x2c\x16\xc8\x4d\xdf\x24\xba\xe2\x68\x8e\x88\x5f\x9a\xea\xe2\xb1\xbf\xe5\x0c\x54\xf7\x62\xf5\x2e\xf8\x8c\x46\x38\xd9\x6e\x11\x07\x57\x25\x3e\x70\x7d\xbb\x74\x29\xc2\xb7\xeb\x6b\x31\xb8\x3a\x83\x24\x52\x37\xd4\x86\x99\x5f\x11\xa9\x89\x24\xe2\x2c\xb6\x5e\x1a\x7d\xfb\x2f\x02\xa1\xfe\x6f\x1c\x12\x71\x73\x49\xd9\x4c\xb7\x88\x8e\xd1\xf5\xed\x88\x5d\x8b\xd8\x18\x42\x89\x96\x86\x0d\xcd\x51\x89\x18\x57\x88\xa6\x19\x17\x0a\x33\xa5\x15\x01\x10\x03\xec\x8a\x18\x0e\x70\xca\xd3\x34\x57\x58\x1f\xb4\xda\xa2\x32\x63\x0e\xb9\x23\xea\x3c\x06\xd7\x4a\xc3\x1a\x1a\x39\xa1\x98\x4b\x26\x74\xfb\x5a\x46\x29\xeb\xd0\x34\xae\xa9\xb2\xae\x09\x2c\x04\x2e\x4b\x13\x1f\xa8\x22\x69\xf5\xfd\x8e\x41\x9e\xff\x6c\x34\x10\x9c\x9a\xa4\x0a\x22\x06\x22\x9a\x53\x45\x22\xa5\x8f\xe0\x46\x34\xf1\x70\xf5\xe3\xd5\xf5\xcf\xa1\x04\xf1\x61\x70\x79\xf6\xe7\x7f\x2f\xfd\x70\x7b\x59\xfb\x61\xfc\xd3\x9f\x6b\xbf\xfc\xff\x96\xd2\x53\xb5\xa7\x9a\x9e\x1f\xcc\xe5\x10\x44\x6a\xb0\x09\xbb\xa9\x22\x9a\xe2\x19\x41\x32\xcf\x34\x05\xc8\xa3\xf2\xfe\x6a\x91\xf2\x82\xe3\x98\xb2\x99\xc9\x00\xbd\xa0\x8a\x08\x9c\x5c\xe2\xec\xa3\xb3\x5f\x6f\xb0\x3a\xff\xf7\xae\x94\xaf\xfb\xe1\x97\xc1\x65\x98\xf1\xfb\xe1\xe6\xf6\xfa\xfe\x7a\xe9\xac\x4b\x2d\xd4\x8f\x91\x7e\x7c\x02\xff\x8b\x8e\x91\x6e\xdd\x4b\xbe\x29\x51\x58\x6b\x04\xe8\x6b\x93\x34\xe7\x13\x69\x28\x4b\xe0\xd4\x64\x82\xa6\x14\xae\x14\x63\xc1\xfb\xc6\x08\xd7\x5e\x7b\xf0\xe7\xc6\x7c\x00\xda\xb2\xbb\x94\x59\x8c\x45\x8c\xfe\x26\xab\xe9\xe3\x60\x38\x36\x3f\x90\x18\x1d\xa2\xb9\x52\x99\x3c\x39\x3e\x7e\x7e\x7e\x3e\xd2\x6f\x1f\x71\x31\x3b\xd6\x7f\x1c\x12\x76\x34\x57\x69\x62\xd2\xe5\xf5\x2a\x9c\xa0\x1b\xc1\xf5\x15\x02\x0a\x3a\x11\x14\x27\xf4\x37\x12\xa3\x89\xe1\x7f\x7c\x8a\x7e\x8d\xb8\x20\x47\xc5\xc6\x58\xa3\x92\xbd\x47\xac\xe1\xe9\x58\xbf\xd4\xc0\x4c\xaa\xfb\x89\x62\x12\xd1\xd8\x8a\x19\x84\x45\x1c\x2c\x8f\xc6\x57\xa1\xdb\x73\x99\x86\x5a\xa3\xc9\x72\x55\x2c\x67\xa0\xac\xe0\x98\x04\xd9\xee\x8a\x97\x09\x4e\x2b\x3e\xe7\x46\x6d\xcd\xb5\x8a\xae\xef\x56\x0c\xb7\xaa\x7b\x35\xd3\x13\x8e\x78\x82\x26\xf9\x74\x4a\x44\xe8\x90\x3e\xd0\xda\x0c\x95\x48\x90\x88\xa7\x29\x48\x0c\xfa\xab\x5c\x1a\xaa\x86\x15\xb3\xa3\x3d\x1a\x31\xd8\x7f\xad\xe6\x00\x05\xc4\x1c\x58\x1d\x23\x24\x46\x98\x2d\x4c\x37\x93\x7c\x1a\xb6\x6f\x60\x28\x70\x8c\xa8\x1a\xb1\x41\x92\x20\x41\x52\xae\x48\x90\x43\x09\xce\xb3\xf2\x82\x03\x8b\x14\x24\x4b\x70\x44\x62\x43\x0f\x09\x8f\x70\x82\xa6\x34\x21\x72\x21\x15\x49\xc3\x06\xbe\x06\x5b\x8d\x5e\x33\x2a\x51\xcc\x9f\x59\xc2\xb1\x9d\x47\xf5\xb3\x6f\xca\xa7\x71\xe8\x20\x02\x86\x42\x70\x01\xff\xf3\x23\x65\xf1\xce\x38\xd4\xc3\xdd\xf0\x36\xfc\xf7\xdd\x2f\x77\xf7\xc3\xcb\xf5\xb8\x8f\xa7\x2c\x18\x1e\xe8\xf0\x27\xe8\xce\x2c\x02\x17\x5a\x22\x12\x2d\x93\xba\xb4\xa4\x54\xfc\xc0\xe3\x0d\xb9\xef\xe5\xe0\xea\x61\x50\xe2\x28\x77\xa7\x3f\x0c\xcf\x1e\x2a\xfa\x80\x9d\x5f\x49\x86\x37\xea\x5f\xf8\xdb\xe9\x0f\xe7\x17\x67\xe3\x06\x85\xf1\xc3\xed\xf0\xf4\xfa\xa7\xe1\x6d\xa1\xdb\x35\x2e\x51\x65\x30\x55\x66\x75\x6f\x98\xd2\x9c\xc7\x68\xb2\x68\x06\x84\xd0\x92\x73\x02\xbe\xd8\x02\x12\xc5\xb4\x7a\x02\xbc\xc9\x61\x73\x14\x5f\xa4\x3c\x26\x07\xf6\x1d\x40\xd2\x30\xc6\x15\x23\x31\x37\x37\xac\x7b\xc7\x2c\x30\x54\x18\x90\x0b\xbf\x70\x27\x68\x80\xa4\x7e\x31\xd7\x87\x5a\xd0\xd9\x0c\x0c\x87\x95\xa1\x9a\xd6\xec\xa7\xb0\xbc\xf0\x9d\xd9\xff\x4c\x70\x38\xe7\xba\x5b\x6b\x71\xf6\x56\x09\xf3\x21\xa0\xae\x94\x5b\x14\x18\x0c\x0e\x0d\x43\x73\x9b\xa5\x17\xa1\x75\xbd\xcc\x79\x34\xf6\x22\x7d\xb8\x80\x6d\x49\x63\xef\xcc\x04\x79\xa2\x3c\x0f\x3e\xb5\xc0\x1e\xa5\x1d\x6f\x6c\xbe\x58\x00\x58\x36\x63\x14\xa9\x34\xe3\xc9\xa3\xb1\x05\xcd\xc2\x9e\xa0\x85\xa9\xe0\x69\x43\x1b\xe5\x63\x72\x7e\x7d\xa7\x04\x56\x64\xb6\x38\xb3\x2c\x63\xf3\xe3\x71\x76\xfd\xf3\xd5\xc5\xf5\xe0\x6c\x3c\x1c\x7c\x2a\x9f\x78\xff\xe4\xee\xfe\x76\x38\xb8\x2c\x3f\x1a\x5f\x5d\xdf\x8f\xdd\x1b\x4b\x49\xbe\xa5\x83\xfa\x3d\x5d\x7e\xf1\x04\x69\x96\x0b\xac\xd1\x01\xde\x05\xfc\x71\x42\xa6\x5c\x18\x3e\x9f\xba\xd0\x05\x2b\xc2\xb8\xb5\xb5\xba\x58\x65\x16\x27\x60\x19\x6b\x6a\xd2\x58\xbd\x95\x20\x38\x85\x7b\x02\x33\x34\x64\xf1\xe1\xf5\xf4\xf0\xce\xfc\x98\x62\xf1\x48\x84\xff\xf4\x59\x50\xa5\x08\x2b\xa9\x74\xd8\x0d\xd9\x2b\x89\x45\x07\x47\xe8\x56\xf3\x7d\xfd\xbe\xbf\xd4\x34\xb1\xc7\x44\x61\x9a\x48\x3b\xd8\xd2\xba\x9e\xa0\x0b\x2c\x66\x85\x1d\xee\x6b\x3e\x9d\x9a\xc6\xbe\x31\xc3\xd0\x77\x58\x69\x16\x0d\xbc\x57\x93\x86\xbb\x17\xa1\x3f\xfb\xb2\x97\x87\xeb\x54\xf5\x90\x6d\x47\x53\x0f\x37\xb0\xe2\x46\x63\x2f\xe9\x86\xf6\x49\x03\xad\xc1\xc4\xcd\xe3\xe5\x97\x4c\x73\xdb\x75\x72\x2a\xbf\xd8\x40\x4e\x26\x97\x4a\xef\xfc\x54\x6b\x9b\x0d\xb4\x44\x3e\x53\x6b\x30\x08\xc7\x5d\x21\xa1\xa2\x19\x30\xaf\xe2\x2c\x23\x58\xc8\xa6\xdd\x2e\x8b\x81\x2d\x7b\x6f\x7a\x0a\xfb\xb0\x9b\xec\xfa\x39\x40\x9c\x81\xc1\xc1\x0b\x11\x15\x8a\xec\x40\x03\xa6\xad\x1a\x05\xdc\x00\xda\xd2\xb5\x45\x36\xba\xa4\x52\x2b\x8d\xe6\xc7\xef\x2d\xe4\xd2\x66\x04\xf1\x71\x70\x7e\x51\x11\x2e\xc6\x67\xc3\x8f\x83\x87\x8b\xe5\x66\xc2\xd2\x77\xd5\x2d\x46\x87\x48\x3f\x2f\xfb\xcd\xe9\xd4\xdc\x19\x0e\x38\xca\xa8\xb4\x84\x81\xd1\xca\x42\xd5\x18\x7b\x75\x4c\xb2\x84\x2f\x52\xc2\xc0\xc4\x53\xba\x09\xf5\x7a\x4e\x31\xb5\x57\x4b\x30\x58\xb0\xe2\x58\xb3\x1b\x5c\x63\x87\x0e\xad\x8a\xc4\xfe\xe6\x2d\x83\x55\x55\x58\xf7\x8d\xf1\x9e\xd9\xff\xdc\x29\xac\x36\x3c\x63\x83\xd3\xfb\xf3\x9f\x86\x65\xfd\xf0\xf4\x87\xf3\x9f\x9a\xa4\x9a\xf1\xa7\xe1\xd5\xf0\x76\x70\xbf\x42\x38\xa9\x34\xd9\x24\x9c\x48\x3d\xe0\xaa\xf7\x94\x4a\x1f\x11\x14\x19\xc8\x2b\x44\x95\x44\x4f\x54\xd2\x09\x05\x80\x30\xeb\x89\x7c\x38\x07\xce\xfa\x84\x13\x1a\x53\xb5\x70\xe2\x8b\xe9\xb7\xbc\x8f\x9a\x93\xda\xf6\x8d\xd9\x21\xf4\x4f\x82\x95\xcf\x6c\x8e\x9b\xf4\x09\x02\xdd\xf6\x09\x94\xb6\xe0\x33\xa6\x05\x69\x36\x23\xc2\x0c\x07\xbc\x2f\xe1\x58\x82\xe7\x7a\x54\xa1\xb0\x52\xac\x9a\x17\x5a\x67\x84\x11\x01\x20\x70\xbe\x13\x23\x48\x09\xc2\xbe\xd2\x32\x57\x96\xd0\x88\xaa\x64\x81\x22\xb0\x61\x81\x39\x33\xc5\x0c\xcf\xac\x70\x00\x6a\x4e\x85\x24\xfe\x6a\x50\xd4\xae\xa7\xd6\xb4\x7f\x4f\xc9\x86\xc7\xec\xe1\xea\x6c\xf8\xf1\xfc\xaa\x4c\x02\x3f\x9c\x7f\x2a\x89\xb0\x97\xc3\xb3\xf3\x87\xd2\x6d\xae\x25\xd9\xe5\x72\x7d\xb5\xd9\x86\xa3\xe8\x5f\x3a\x41\x67\xe6\xd3\x13\xbd\xb8\x0d\x10\x71\x5e\xf9\xad\xac\xc3\xad\x0b\xc9\x73\x7f\x0c\x99\x12\x8d\x7e\x89\xae\x26\x24\xeb\x83\x2c\xd9\x90\x9a\x43\x15\x6a\x7d\x5f\x55\x9d\xca\xd5\x29\xbb\x17\x21\xe8\xf2\xa8\xb0\x2c\x85\x31\x0c\x60\x34\x68\x33\x62\x35\xb8\xb5\x0a\x86\xfd\x13\xb8\xa8\xd3\x5c\x2a\xe3\x4a\x04\xe2\x44\x8f\x7f\x91\x7a\x41\xc1\xd5\x78\x84\xee\x08\x19\x31\x67\x3d\x98\x51\x35\xcf\x27\x47\x11\x4f\x8f\x0b\x7c\xc2\x63\x9c\xd1\x14\x6b\x49\x9a\x88\xc5\xf1\x24\xe1\x93\xe3\x14\x4b\x45\xc4\x71\xf6\x38\x83\x08\x18\xe7\x4e\x3d\xf6\xcd\xce\xf8\xbf\x5e\xfc\xe9\xdb\xc3\x8b\xbf\x7c\xfb\xa1\x6e\x21\x6b\xdb\xff\x21\x8b\x70\x26\xf3\xc4\x46\xcc\x89\x70\x6d\xdc\x91\xcf\xc9\xaa\xfd\xbe\x2a\x6f\xd7\x76\xfa\xeb\xe9\xcd\x43\xc9\x62\x5d\xfe\xe7\xe5\xf0\xf2\xfa\xf6\x97\x12\xa7\xbc\xbf\xbe\x1d\x7c\x2a\x31\xd4\xe1\xcd\x0f\xc3\xcb\xe1\xed\xe0\x62\xec\x1e\x6e\x63\x7b\xfb\x91\xf1\x67\x56\x5e\x1a\xe9\x38\x60\xad\xa7\x13\xf4\x91\x0b\xf4\xa3\xdf\xc9\xc3\x09\x96\x70\xc5\xb8\x3b\x4b\x1e\xa0\x8c\xc7\xc0\x78\x11\xc9\xe6\x24\x25\x02\x27\xd6\x66\x20\x15\x17\x78\x66\x6e\x7a\x19\x09\xac\xa2\x39\x92\x19\x8e\xc8\x01\x8a\x80\x1a\x66\x07\xb0\x29\xa0\x6a\xf1\x59\xd5\xce\x77\x9b\x33\x45\x53\xe2\x54\x70\xfb\xcf\x7b\xb3\x19\x1b\x6c\xce\xf5\xfd\x0f\x65\x61\xef\xe3\xc5\x2f\xf7\xc3\xf1\xdd\xd9\x8f\x4b\xd7\xd3\x7c\x56\x1a\xd9\x1d\x04\x20\x9d\xf2\x24\x4f\x59\xf8\xf7\xe6\x63\x3b\xbf\xba\x1f\x7e\xaa\x8e\xee\x7a\x70\x5f\xa6\x8c\xdb\x72\x80\xdb\x87\xef\xaf\xaf\x2f\x86\x25\x97\xf0\x87\xb3\xc1\xfd\xf0\xfe\xfc\xb2\x44\x3f\x67\x0f\xb7\x06\x8d\x70\xd9\x34\xdd\x08\x1a\x26\xaa\xa7\x15\x4e\x73\xd7\xac\xb0\x13\x27\x1a\xd8\x80\x72\x73\x96\x0f\x03\xb8\x1d\x13\x0e\x06\x56\x9d\x43\x6f\x52\x8d\xcc\x48\x1b\xd9\xa1\x2a\x6f\x13\x6a\x67\xc7\x4b\x37\x7a\x19\x57\xbe\xf7\x43\x30\x50\xa0\x46\xd9\xc6\x49\xc2\x9f\x4d\x28\x6f\x4a\xf5\xad\x6c\x81\xd1\xf4\x2b\xb2\xf0\x10\x1e\x35\x70\xbc\xf2\xb6\x90\x48\x10\x75\xc9\x73\xa6\x36\x27\xb9\xc1\x55\x89\xef\x0c\xaf\x7e\x1a\xff\x34\x28\x53\xe0\xf9\xc5\x72\x56\x13\x36\xd1\x70\x15\x0f\xae\x7e\xf1\x97\x30\x04\x7c\x1f\x78\x0d\xd5\xc8\xae\x51\x42\xb5\xd8\x1b\x61\xad\xbd\x26\x20\xd1\x20\x42\xc1\xe4\x90\xea\xc9\x41\x80\x69\x66\xfc\x49\x86\x3f\x99\x41\x9e\xb8\x3f\x2a\xed\x49\x58\x17\xb0\xa6\xba\x78\x7a\x68\xc7\x6a\xd5\x0c\x11\xf6\x44\x05\x07\x3c\x5b\xf4\x84\x05\xd5\xd2\xb8\x69\x59\xcf\xf5\x04\xfe\x77\xbd\x36\xc1\x30\x5a\x61\x5c\x77\x5c\xa8\x33\x1f\xc8\xbb\x99\x35\xa4\x29\xa0\xb5\x1e\xca\xda\x6c\xe8\xa8\x7f\xdb\xb0\x39\x5b\x06\xfc\x96\x27\xfc\xf7\xe4\x8c\xe2\x44\x33\x80\xdd\xc9\x8b\x83\xab\xbb\xf3\xb2\xfc\x58\x56\x33\x02\xbe\xbc\xb1\xbc\x08\x86\x4a\x33\x72\xa7\x4c\xdc\xfd\xf5\xc2\x68\x17\x00\x7a\x6c\xce\x6d\xa0\x58\x80\x00\xe4\x50\x50\x32\x2c\x64\xe5\x0b\x89\x00\x08\xad\x08\xb8\xd2\x77\x16\x84\x33\x3d\x71\x1a\x8f\x18\xf9\x9c\x11\x26\x21\x38\xc0\xdc\x67\x85\xaf\x5d\x1e\xa1\xf3\x29\xb0\x04\xfd\x3a\x43\x39\xb3\x0e\x30\x7d\xe1\x9a\x41\x1e\x68\x51\xd6\x0e\xc1\x6b\x88\x60\x78\x61\xc4\x05\x4b\x15\x83\x1f\xb1\x9f\xbd\x13\x0d\x1e\x4d\xb9\x66\x40\x7a\x17\x6d\x7b\x27\x08\x33\x49\x0f\x90\x56\x58\xaa\x7b\x0a\xa9\x03\x5a\xa1\xb4\x21\x5c\x9a\xd3\xd8\x3f\x5f\xff\x1a\xa8\xc5\x09\x87\x97\x41\xf3\x5d\x50\xb9\x0a\x5a\x44\xe3\xc4\x78\x4c\xc6\xdd\xef\x84\x88\x0b\x62\xfd\x2c\x6b\x5f\x03\xab\x18\xfb\x3d\x96\x8f\x35\xdf\xc3\x39\x93\x0a\xb3\x88\x9c\x26\x58\x6e\x18\x84\xe4\x6c\x1c\x07\x65\x89\xe3\xf6\xf6\xe1\xe6\xfe\xfc\xfb\x15\x5c\xbe\xfa\x71\x3d\x0c\x28\x4a\x72\xe7\x9e\x9b\x08\x8e\x63\xa4\xd9\xe7\x8c\x1b\x57\xa0\x15\xfc\x0b\xe8\x6f\x93\xd7\xe3\x03\x2a\x4b\xb0\xe3\x45\x3a\x82\xb5\x73\x84\xae\x04\x6a\x17\x02\x45\x7a\x25\x50\x60\xf2\x70\x5b\x0d\x9e\x45\x53\x90\xc4\x5a\xb7\xb2\x04\xab\x29\x17\xa9\xe1\xf2\xa5\x49\x9b\xc6\x97\x37\x4a\x99\x22\x42\xe4\x99\xa2\x0e\xcb\xbd\x2a\xa5\x42\x85\x77\x3e\xbb\x24\x52\xe2\x19\xd9\xc6\x01\xdd\xa4\x3c\xdc\xfd\x14\xfe\x13\x1c\xcc\x5d\x64\xff\xd2\x08\x5d\xe4\xbb\xa3\xa7\x6b\xf6\xd1\x04\xf2\xdc\xf0\x84\x46\x1b\x06\xdc\x7d\x1c\x9c\x5f\x8c\xcf\x2f\xb5\x12\x3f\xb8\x1f\x5e\x94\x44\x09\x78\x36\xf8\x78\x3f\xbc\xb5\x20\xd6\x83\xef\x2f\x86\xe3\xab\xeb\xb3\xe1\xdd\xf8\xf4\xfa\xf2\xe6\x62\xb8\x22\x32\xa7\xb5\xf1\xba\x75\xb5\xfa\xea\x49\xed\x17\xd8\x61\xcd\xcb\x42\x7b\x19\x64\x8d\x61\x9a\x80\x13\x9c\x1b\x67\x38\x46\x8c\xc7\x04\x7e\x96\xce\x3a\xe3\x91\xa3\xd1\xb9\xfa\x2a\x49\x10\xce\x15\x4f\x31\x78\x6d\x92\xc5\x88\xe1\x89\x66\xad\x38\x49\x82\xf0\x2e\x91\x33\xa6\x59\xac\x6e\xcc\x40\xb4\x47\x09\xd1\xec\x3c\x0b\x92\xfd\xac\xdf\x60\x4a\x19\x44\xda\xa6\x58\x3c\x1a\x37\x53\xd1\x65\x71\x28\x24\xc2\x72\xc4\xf4\xb8\x88\x35\x0c\x75\x59\xe1\x93\x4e\x6f\xb5\xae\x4e\x8a\x1f\x89\x5e\x95\x34\x8f\xe6\x28\x13\x7c\x26\x88\x94\xd6\xb6\x1c\x61\x66\x02\x10\xec\xeb\xfa\x1a\x1a\x31\xc6\xf5\x52\x38\x13\x76\x4c\x32\xc2\x62\xc2\x22\x6a\xd2\xfa\xc0\x77\xef\x4d\x9b\x33\x81\xb3\x39\x92\x1c\x9c\xde\xb0\xec\x60\xbf\x32\x1f\xb9\x9b\xcc\xcc\xd8\x3c\x0e\x2d\xd0\x22\xd7\x7c\xe2\x1a\xe4\x44\xb3\xca\xf0\xb1\xbb\x0c\x9d\xdb\xc5\xd8\x01\xd3\x2c\x21\xca\x80\xf5\xc3\x92\xc3\x66\xe8\xb5\x2e\xed\x87\xde\xa6\xa6\x4d\xd0\x17\xb6\x1b\x33\x96\x76\x44\x47\x0d\x96\x6d\x7b\xa4\xd0\x0f\x98\xc5\x89\x6e\xc5\xf9\x30\xca\x67\x11\x52\x51\x06\x9a\x6a\xdc\x69\xdc\xe6\x16\x8d\x70\x2e\xb7\xb9\x46\x2b\xb9\x98\xc6\x2a\x78\x58\x04\x85\x00\x79\xdb\x44\x4c\x58\xdd\x4c\xb3\x48\x9c\x70\xbb\x4a\xe6\xf5\xdc\xd4\x7f\x42\x30\x9a\x96\x6b\x36\x13\x94\x45\x34\xc3\xc9\x46\xba\x5f\x25\x18\xdf\xc6\xb8\x7f\x4d\xa7\x9a\x7c\xbe\xa9\xb9\x6d\x15\x11\x29\x24\x28\xdb\x61\xfa\x2d\x5c\xc3\x92\x64\xb3\x1a\x88\x2c\xa2\x49\xb0\xe0\xb9\xf1\xc7\xc1\xba\x90\xb8\xe1\xa8\x1e\x35\x6d\xb7\x3e\x19\xb8\x1c\x00\xbd\xc1\x66\x9b\xc8\x9f\xb6\xf5\xab\xb4\x62\x7b\x37\xc1\x78\x38\xb9\x69\x6e\xb3\x69\x07\x82\x87\xff\x5c\x46\x3b\x97\x38\xd3\x34\x63\x61\xfb\x71\x31\x47\xab\x24\xd9\xaa\x60\x2e\x7e\x26\xf0\x9d\xfb\xbc\x90\xee\xbb\x51\x2c\xa1\x0d\x80\xaa\x77\x52\x8a\x21\x08\x72\xcc\x2d\x8d\x4f\x73\x2d\xcb\x22\x0c\x51\x08\xe8\x6b\x72\x34\x3b\x42\xae\x08\xc3\x01\x1a\xdc\xdc\x0c\xaf\xce\x0e\x10\x51\xd1\x37\x2e\x66\xd1\x06\x2c\x8d\x98\xe2\x56\x5a\x59\xb8\x02\x1a\x29\x11\x33\x52\x9a\xb3\x8b\x6e\x82\x50\xe5\x19\x95\xca\x86\xcf\x6a\xbe\x12\x94\x3a\xa1\x69\x55\xcc\x36\x14\x92\xab\xf9\x36\xa4\x81\xa5\xcc\x53\xad\xcb\x8e\x29\x4e\xc7\x82\x27\xdb\x30\x85\x33\x98\x0a\xa8\xcb\x3e\x3d\x9f\xe2\x14\xe9\x66\x6d\x28\x88\x77\x39\x7a\x91\x4e\x0b\x46\x9a\x2f\xeb\x7b\x33\xb8\xb7\x9c\xf7\xc1\xc6\xa3\x51\x17\x02\x01\xe9\xfb\x2d\xac\xa2\x30\x1b\x8f\xad\xa5\x7e\x8c\xa3\x48\xab\xdc\x3b\x9e\x54\x50\x3f\xc7\xb9\x04\x6c\x47\x2f\x36\xcd\x55\x74\xee\x86\x99\x69\x0e\x06\xc1\xc0\xfa\xca\x95\x3c\xa2\x45\xfb\x0d\xfd\x4e\x16\xb5\x5e\x5d\x85\x9b\x07\xe9\x4d\x2a\xe6\x12\x96\x04\x76\x52\x9a\x0a\x39\x6a\x4e\x16\x68\x8e\x9f\x48\xa9\x4b\x97\x10\xa3\x1b\x5e\xf0\x5c\x34\x31\xba\x11\x3b\x23\x99\x20\x5a\xd2\xaf\x3a\x50\x3c\x4d\xdf\x96\x29\xb1\xa7\xeb\x9e\xae\xdf\x3d\x5d\x9f\x9a\x42\x49\x03\x5f\x18\x6b\x2b\x01\xce\x34\x36\xce\x38\x4f\xc6\x1d\x6c\x22\xdd\x57\xbc\xe4\x09\xab\x94\x8d\x02\x48\x00\x9e\x83\x7c\x54\xba\x36\xb9\xbe\xeb\x82\x14\x5b\x3b\xbc\x25\xcb\xe0\x5c\x66\x41\xbd\x9c\x6d\xce\x7b\x53\x2b\xcb\x5a\x42\x2f\x2e\xe6\x9c\x1a\xf9\xc6\xbb\xcb\xc2\xfa\xa7\xa5\xc3\xe4\x44\x11\xca\x6a\xd5\xd8\x0c\x3d\xeb\x05\x36\x72\xc7\xdf\x73\xae\xb0\xfc\xe6\x68\xc4\xb4\x10\xf5\x48\x16\xc6\xdc\xaa\xc5\x94\x3f\x68\x59\xfc\x50\x12\x26\x21\xdc\xfb\x0f\xc6\x3d\xa7\x49\xdc\x99\xab\x8d\x6a\x6a\x8a\xc0\x41\xd0\xb5\xef\x05\x42\x74\x6d\xa3\x56\x4a\x2a\x02\xa0\x41\xce\x37\x73\xb1\xcf\xcc\xf0\x67\x44\x41\x8a\xb5\xa2\x0a\x74\xa6\xd8\x54\x99\xab\x0d\x7d\xa5\xe9\xca\x50\x85\xe0\xe0\x27\x89\xf3\xed\x18\xbf\xac\xb7\xb1\x92\x33\x7a\x6d\xe1\xce\xc6\xbc\x1f\x3b\xbb\x51\x24\x78\xad\x74\x1b\x96\xc8\xec\xf4\xc4\xb0\x03\xe7\xbf\x26\xec\xe8\x99\x3e\xd2\x8c\xc4\x14\x43\x04\xbc\xfe\xd7\xb1\x9e\xd7\xbf\x9e\xde\x5e\x5f\x8d\x8b\x4c\x9e\xff\x1c\xb1\x41\x22\xb9\xcf\x52\x40\x8c\x33\x1f\x6e\x9f\x09\xe2\x44\x42\x3b\x17\xb0\xba\x16\x66\xc4\x11\x6b\x1b\x41\xcc\x23\x79\x84\x9f\xe5\x11\x4e\xf1\x6f\x9c\x81\x2b\x7d\x00\x7f\x9e\x26\x3c\x8f\x7f\xc6\x2a\x9a\x1f\xc3\xb9\x56\xc7\xe4\x89\x30\x65\xdc\x54\x7a\xb9\x62\x48\xde\x95\x10\xad\xff\xaf\x7a\xcc\x45\x52\x91\xd4\x9a\x6c\x44\x32\x85\xfe\x1f\x41\x26\x9c\xab\xe6\x4b\x8a\x4f\xa7\x92\xac\x75\x21\x15\x4a\xda\xdd\x35\xfa\xcb\x9f\xbf\xfd\xa3\x26\xa1\x4d\xd6\xf8\xfc\xee\x7a\xac\xbf\xff\xd7\x33\xfb\xbd\x5c\x83\xdd\x5d\x67\x05\x6b\x73\xc4\x63\x02\xe7\x73\x06\xb7\x9f\x00\xe7\x05\xb0\x37\x20\x87\x62\x1f\x9b\xb8\xdb\x59\xa9\xf5\xed\x54\xb6\x8d\x16\x13\x54\xec\x60\x8e\xe8\x10\x31\x8e\x52\x13\x6b\x8a\x19\xfa\xf7\x1f\xbf\x6f\xde\xc0\x5c\xd0\x8d\x3a\xa4\x16\xae\x21\xe8\x52\xd2\xdf\x88\x44\x9a\x6a\x34\x15\xf3\x54\x77\x2d\x88\x9c\xf3\x24\x46\xcf\x04\xd4\x24\x1b\x07\xea\xb5\x72\x41\x46\x2c\x6c\x02\x42\x0e\x11\x4e\x14\x9f\x11\xb8\xab\x9d\xa2\xa6\x88\xd0\xa2\x8a\xc9\xd2\x50\x5c\x90\x03\x03\xf5\x75\xf7\x27\x17\x5b\x0d\xd3\x84\x47\x2e\xa9\xc5\x9a\xe4\xe2\x49\xf3\xcc\xa7\x55\xd3\x2b\x6a\xb7\xe1\x57\x37\xd9\x9a\x6d\x9b\x97\xc6\x26\xa1\x58\x1b\x56\x75\x67\x9a\x07\x43\x23\xce\xc6\x09\x65\x8f\x1b\x6d\xc6\xb5\x13\xe5\x74\x0b\x76\xcd\x74\x8b\xde\xce\x6d\x2c\x20\x6b\x9c\x8f\x8f\x79\x92\x98\xd4\x96\x70\x7b\x40\xee\x32\xeb\x06\xc2\x40\x66\x72\x40\x49\x6c\xfd\x5e\x56\x13\x16\x84\x41\xc0\xdb\x88\x4d\x16\xd6\x67\x2b\x0f\x90\xcc\xa3\xb9\xcb\xcc\x8b\x38\x93\x5a\x8c\xe6\x02\x45\x3c\x4d\x4d\x71\x53\x46\x90\xe2\x3c\x91\x36\xda\x9d\x1d\x2a\x1c\xa9\x11\x2b\xfa\x5b\x71\xf2\x4c\x05\xa4\xed\x52\xf7\xba\xbb\x74\x8a\x4a\x4b\x4b\x05\x6e\x1a\x87\x98\x0d\x60\x04\x33\x9e\xa8\x00\xfd\x81\xd7\xcf\x92\xd9\xb0\x16\xcd\x40\xce\xb9\x50\xe3\xb8\x91\xe7\xac\x24\x9a\x2a\x23\x64\xe4\x30\x81\xa0\x61\xfe\xa4\x85\x7f\xf2\xec\x8d\xaf\xcb\x86\xa0\xa9\x7a\xd9\x08\xba\x1d\xa3\xa5\x23\x5b\x97\x04\x5b\xd6\xca\x20\x78\x44\xe5\x98\xf0\x55\x63\xbc\x83\xaf\x4e\xf5\x47\x4b\x17\xaf\x7a\xee\x9c\x10\xc4\xe3\x02\x6c\xce\xdc\xeb\x36\x23\x64\xd9\x9a\x5a\xe8\x84\x97\xcb\x1c\x5d\x36\x95\x87\xb2\x25\x57\x8f\x05\x4c\xf6\x92\x80\xac\x89\xc5\x84\x2a\x81\x45\x09\x29\xc4\xeb\x83\x92\x60\x01\xf1\x59\x23\x66\x70\xe3\x8c\xa6\x10\xa3\x98\x4a\x48\x10\x81\xbb\x34\x70\x86\xa1\x6e\x4a\x60\xe5\x68\x17\x79\x8e\x26\xfe\x1c\x02\xcb\x0a\xd2\x70\xcc\x4e\x77\xe4\xf1\xb1\xb4\x7e\xc6\xa3\xbc\x10\xe4\x22\x90\x70\x2d\xa6\x0e\xa2\x4c\xd2\xd9\x5c\x21\xca\xac\xdd\x11\x27\x33\x2e\xa8\x9a\xa7\xf2\x00\x4d\x72\xa9\xb5\x50\x13\xac\x66\xe2\x51\x88\x8a\x3a\x71\xa1\x6d\x93\x88\xe3\x4a\x83\x75\x15\x65\x03\xd2\xe8\x76\x28\x87\x95\xbb\x62\x05\xe1\x0c\x3c\xce\x60\xb5\x0d\x0a\x75\x1b\x0d\x3c\x25\x32\x71\x80\xdc\x21\x3b\x41\x15\x90\xb6\x73\x00\xa8\x90\x3b\xf3\x52\xbc\x46\x21\x2e\x64\x92\x41\x05\x71\xb1\xdb\x20\x79\x95\x91\x29\x0d\x7a\x93\x77\x3a\xa5\x99\x6a\x0c\xdc\xaa\xbb\x8a\x6e\x03\xcc\x9f\x6e\x8b\x0d\xc9\x58\x40\xcd\x80\xd4\x36\x62\x77\x84\xb4\x03\xb9\xd5\xf6\xde\x94\xc6\x85\x29\xd8\x44\x8f\xe5\x24\xbf\x8d\x13\xfb\x6c\x78\x77\x7a\x7b\x7e\x63\x20\x27\xae\x6f\x2f\x07\xf7\xe3\x06\xbf\x76\xc3\x5b\x97\x83\xdb\x1f\xcf\x56\xbf\xf6\xc3\x7d\x39\x2b\xbb\xe1\x95\xdb\xbb\xe5\xc9\x1c\x1d\x86\xd8\x90\x14\xd6\xd8\xcf\x09\xca\x16\x6a\xce\x99\x0f\x51\x88\x4b\xbc\xe9\x10\x99\x8c\x60\x05\x21\x44\x42\xaa\x06\xc7\xe1\x3d\xc4\xe5\xac\x96\x30\xcb\x9b\x65\x60\xd8\x76\x2a\x1a\xad\x71\x22\x3f\x25\x7c\x02\x7e\xeb\xbc\x54\xe2\x76\x49\x04\xfa\x96\xf1\x3e\x67\x54\x66\x09\x5e\xd4\x7a\x58\x75\xe5\x5c\xe1\x94\x40\xc4\x71\x81\x1f\xe7\x92\x45\xf4\xce\x40\x02\x93\xbf\xd7\xe9\x14\x32\x99\x14\xc5\x8a\xa0\x09\x51\xcf\x90\x37\xe7\x7e\xf5\xb6\x54\x17\x30\x22\x8f\x46\x0c\xcc\x39\x23\xbd\xc8\x71\x0e\xd1\x7e\xa3\x0f\x07\x68\xf4\x21\x26\x4f\x24\xe1\x99\xde\x79\xfd\x43\xcb\x25\x33\x4c\x31\x4d\xae\xb8\xf2\x96\xb9\x6d\xf6\x53\x90\x88\x66\x20\x99\x8f\x89\x6e\xf7\xf5\x04\x8f\x12\x25\x3b\x76\x06\x63\x40\x38\x8e\xb5\x92\x0d\xac\xcc\x0d\xaf\x08\x01\x62\xc1\xd4\x4b\xb5\x32\xd7\x11\x29\xbc\xf9\xdb\xf4\x18\xb6\x59\x36\x7b\x36\xee\x80\x77\x0c\xbf\x92\x92\xe1\x42\x71\x7c\xc7\x1d\xb5\x8e\x87\x36\x1d\xa3\xd5\x03\x5d\x3d\x80\x7a\x2d\xd6\x10\x98\xfd\x00\xef\xf4\x77\x2b\x05\x4d\x7f\xdb\x46\x61\x49\x76\x10\x19\x6d\x6e\x73\x35\x9d\x9a\xac\x1c\x71\x94\x70\x59\x86\x3a\xe9\x3c\xe8\x53\xfb\xe9\xb2\x71\x0f\x43\x67\xb1\xbe\xd6\xd7\xf2\x47\x37\x2c\x7c\x05\xcb\xcf\xb0\x09\x65\x1d\x1c\xf6\xed\x03\x44\x21\x58\x0e\xe4\xe9\xa4\x48\xfc\x66\x31\x2a\xac\xd8\x23\x56\x84\x1c\x48\xf4\x4c\x12\x88\x52\x8a\x78\x9a\x81\x85\xd6\x0e\xd7\xb6\x44\x62\x13\xf0\x79\x80\x78\xae\x74\x63\x26\xa5\xc2\xd9\xe0\x6c\xbe\x46\x61\xb5\x36\xae\x13\x1b\xbb\xec\x71\x81\x0d\xad\x1b\x56\x48\x19\xfa\x44\x14\xb4\x02\xb8\xeb\xe1\x04\x41\xcc\xab\x46\xc0\x35\xaf\xfd\x16\x27\xca\xce\x64\x8d\x9d\x2f\x70\x2f\xbe\x4f\xf8\x64\xb9\x8e\x07\x8d\xa3\x87\xdb\x73\x67\x50\x2a\xc2\x5f\x02\xf0\xd9\x92\x43\x68\x78\x73\x3b\x3c\x1d\xdc\x0f\xcf\x8e\xd0\x83\x24\x7a\x79\xfc\x74\x21\x3d\xd6\x4b\x94\x66\xe4\x16\x48\x83\x49\x45\x70\x9b\x1e\x4b\x84\x28\x25\xb1\xae\x60\x1c\x65\x94\x8d\xe5\x84\x0d\x18\x17\xd4\xda\x59\x00\x17\xa6\x3a\x4f\x1b\x58\xb5\xea\x04\x42\x98\xcb\xf8\xfd\x04\x19\x99\xf1\xa6\xf5\xc0\xaa\x55\xe4\x53\x0e\xc8\x7a\xe9\xc9\xc0\xd1\x52\x73\x42\x05\xea\x34\x2d\x43\x54\xe3\xee\x73\x0a\x22\x94\x2f\x71\xb6\x3c\x7b\x10\x3f\x97\x88\xd6\x48\x32\x81\xeb\xf5\xa5\xcf\x81\x63\x6b\x63\xc3\x0a\xb7\x9f\x60\xe1\x8f\x30\xbc\xd5\xf3\x4d\x13\xb0\x2f\x9d\x8d\x23\x9c\x58\x65\x10\x36\x0c\x51\x22\x38\x3b\xf0\x0b\x65\xa8\x74\x25\x1e\xa0\x29\xfd\x6c\x1b\x2d\xc2\x93\xdd\xab\x81\xbf\xba\x25\x1c\x6e\x8e\xeb\x67\x6a\x0d\xb1\xe1\x06\xbe\x5f\x1a\x9e\xc5\xa5\xd2\x52\x97\x96\x5c\x05\x89\xb8\xd0\x37\x05\x74\x5b\x18\x91\x57\x89\x0c\x0a\x0b\xbd\x28\x75\xa3\xfa\xb2\xd3\x5f\x94\x90\x88\xb1\x22\x87\x8a\xae\xcc\x5f\xb5\x29\x0e\x90\x0c\x81\x55\x80\xe6\x54\xdc\x3c\x13\x32\xc3\xcc\x45\xd6\xb6\x0c\xd7\x5d\x79\x5b\xb0\x2a\x2d\xc1\x62\xc8\xee\x01\xf9\x0a\x32\x37\x4a\xe3\x90\x19\xac\xe7\xd2\x71\xd8\xe0\x85\x7d\x58\xb6\x67\xec\x63\x29\x5a\x06\x9b\x67\xf1\x3e\x0d\x36\xc1\x52\x21\x3b\xa6\x36\x4d\x32\x90\xf0\x5f\xd6\x86\x56\x52\xcd\xba\x9a\xcf\x34\x09\x95\x95\x10\x02\x86\x6d\xe9\x60\x2f\x0c\xc8\x47\x4a\xc4\xcc\x09\xc2\xa6\x92\xae\x3f\xdb\xb6\xa4\xae\xbb\x25\x42\x66\x02\x31\xd6\xf5\xa6\x8f\xd0\x80\xd5\xe0\x8e\x5c\x58\x4d\x69\xbd\xcc\x9d\x84\x93\x67\xbc\x90\x28\x13\x06\x19\xc4\x04\x5e\xbb\xc9\x43\xbc\x63\xf9\x23\xef\xc9\x56\x2e\xf2\x1d\x81\x2a\xbd\x3a\xe6\xc9\xc9\xbd\xe3\x17\xf0\xc4\x54\x82\x82\xbd\x40\x5e\x34\x57\xa8\x9a\x1d\x58\x9d\x22\xe3\x68\x8e\xd9\x8c\x8c\x9d\x8d\x6c\x13\x6d\x49\xb7\x73\x0a\xcd\x9c\xd9\x56\x9a\x2f\xa7\x1b\xa3\x30\xd9\xf2\x1d\xe6\x55\x6f\xff\xd1\x87\x40\x2a\x3c\x23\xc8\x8c\xa8\x93\x55\xb1\x14\xf0\x63\xb1\x62\x41\x4f\xb0\xad\x0e\xcb\x41\xd0\x6d\xc2\x3b\x44\xae\x5c\xe0\x09\x49\xde\xc6\xf1\x0d\x5d\x5b\xdb\x2a\x38\x5b\x4c\x30\x37\x41\xcf\x60\x8e\xad\xb0\x0c\x6b\x7c\x15\x79\x53\x68\xf7\xb2\x79\x96\x8a\x57\x6f\x31\x51\x57\xea\x61\x93\xa9\xb6\x15\x80\x08\xaf\xbd\xa0\x50\x42\x93\x7d\x24\xbc\xfe\xaa\x26\xc1\xcd\x06\x12\xd4\x6b\x68\x19\xc7\xd6\x05\x1b\x56\x4e\x65\xe3\x1c\xf1\x8e\x45\xcc\xce\xa7\x88\x71\x46\x10\x95\xc5\xcb\xaa\x9c\xcd\xe2\x11\x56\xb4\x88\x6f\x8c\x2f\xbe\xc8\x92\xaf\x9d\xf3\xd2\x96\x96\x22\xf7\xdd\xdb\x06\x5c\x7a\x2e\x23\x5a\x51\xc5\x62\x01\x08\x8d\x86\x0f\x97\x65\xba\x95\xe3\xdc\xb9\xc0\x7d\xef\x00\x38\x83\x40\x4b\xc5\x11\x88\x91\x95\xc1\x21\x03\x63\x69\x5f\xb2\x1f\x59\x94\x91\x11\xf3\x96\x0d\x20\x44\x2a\x51\x8a\x33\x70\xc9\x30\xae\x8a\xaf\x0c\x6a\x8e\xf2\x5b\x78\xe0\x04\x71\x69\x4a\x20\xb5\xac\xc0\x2a\xd3\x8e\xbb\x7e\x8b\x75\x2d\xa3\x13\x3a\x64\xd5\x19\x7d\x22\xcc\xd1\xf4\x81\x3b\x13\x7a\x50\xae\xd3\x64\x71\x88\x21\x4a\x94\xc4\xa1\xe1\x7a\x39\x47\x32\x06\x99\x7d\xb0\x47\x76\x5f\xb2\xfb\xc6\x28\x08\x83\x71\x55\x02\x27\x77\x71\xbd\x21\x95\x5a\xd8\x55\x93\xc8\x8b\x25\xfa\x03\xe3\xea\x0f\x01\x30\xad\x33\x5e\xc0\xa7\xce\x04\x75\x50\xab\xb8\x01\x87\xd6\x12\x0e\xc2\x01\x40\xd2\xca\x95\xdf\xd6\xb5\x5b\xc4\x2d\xbf\xa8\x34\x3a\xac\x27\x31\xb5\x95\x2c\xea\x1d\xae\xa8\x7a\x2d\x54\x0d\x9e\xa6\x2a\x5a\x71\xd2\x4b\x86\x4e\xb9\xca\xc3\xea\xf7\xa2\x93\x67\xb5\x96\xd0\xbd\x0d\xb5\xa5\x9d\x03\x5f\x56\x60\xd8\x36\xdb\x25\x36\x49\xd3\x6b\x93\xcb\x45\x39\xf2\xc8\x56\x31\x68\x01\x69\x3d\x1a\xb1\x8f\x5c\xd8\x2b\x58\x5a\x98\xf8\x09\x8e\x1e\x0f\x09\x8b\x11\xce\xd5\xdc\x80\xa5\x5a\xbf\xc2\xc2\x52\x83\x96\x34\x80\x6c\x3c\x12\x02\x95\x11\x16\xb1\x2b\x58\xf0\xc4\xdd\x28\x46\x2c\x68\x04\x80\xe8\xa1\x4e\x0f\x54\x1a\x6d\x53\x35\x89\xd4\xfa\x55\xdb\x5a\x34\xd5\xd0\xac\x55\xd0\x5c\x7e\xce\x4a\x35\x41\x01\x42\x1f\xe2\x53\xf8\xb4\xbe\x3a\xe7\xce\xda\xe8\xf4\x3b\x4d\xcf\x75\x2f\xc4\x81\xd5\x28\x8c\x49\xca\xce\x40\x4b\x3a\xdf\x3a\x5e\x5b\x02\x7d\x9d\xe6\x02\xa2\x2d\x9b\xda\xfc\x3a\x9a\xd3\xa4\xf0\x5d\x7c\x73\xe0\x87\xa9\x9b\x4c\xc8\x13\x49\x0c\xe4\x78\x24\x20\xb0\xda\x58\x0d\xbf\x45\xff\xc7\xd4\x95\x44\x7f\x1c\xb1\x4f\xc0\x86\x93\x64\x01\x80\x88\xbe\x65\xac\x2a\xcd\x3c\x36\x0e\x40\xd9\x4c\x0e\x54\x1e\x88\xd9\xeb\x39\x7e\x22\x23\xe6\x9a\xf9\x3f\xe8\x11\xfd\x1b\xfa\x63\x9b\x7a\xe7\xe2\xa3\x5f\xd8\xce\xf1\x31\x88\x3e\x0e\x6e\x39\xcb\x28\x2d\xbf\x71\x66\x90\x92\x11\xb2\x01\x18\xc1\xe3\x1a\x53\xf6\xc4\xa3\x5a\x10\x7e\x78\x6a\xb1\x20\x4c\x8d\x19\x8f\xc9\x98\x34\xb8\x34\x97\x30\x09\x2d\x04\x5c\xf1\x98\xac\x74\x48\x7a\x66\xfa\x33\x98\x6e\x64\x3e\xf1\xdb\x01\xf9\xd9\x3e\x19\xd7\x5b\x1f\xca\x94\xd6\x3c\x72\x0f\x1e\xba\xc9\xb8\x37\x75\xa6\xba\x28\xbf\x03\xb8\x10\xec\x00\x9a\x1d\x7a\x09\x56\x2e\x85\xb5\x7a\x1c\xab\x8e\x00\xfd\xb2\x9e\xb9\xbd\xac\x02\x58\x54\x28\x5d\x21\xe8\x8c\x6a\xf9\xbd\xbb\xc3\x16\x38\xe1\x26\xde\x0c\x83\x11\xd9\xc9\x9d\x51\x2c\x85\xc3\xc9\x38\xf4\xf4\x57\x38\x21\x27\x3c\xaf\x0a\xf0\x76\x01\xa8\x0c\x93\x6b\xad\xac\xbe\xd0\x7c\x78\x66\x12\xb8\xc8\x9c\x9a\x94\xe9\xc1\xe9\x05\xd2\xa7\x83\xa7\x06\x57\x08\x16\x2d\x57\x73\x2e\xe8\x6f\xad\x09\x26\xed\x32\x7a\xe1\x69\x2d\xf2\x71\xcc\x38\xcb\xd2\x3a\x10\xab\x11\x29\x54\x49\x2b\x69\xd2\x99\xd0\x24\x07\x08\x4d\xcd\x66\xa7\x79\x62\x70\xf7\x23\x2e\x62\x53\xf8\x5a\x96\xb2\x7f\x20\x8a\xd2\x89\xf7\x58\xf9\x06\xa9\x45\x1a\xb4\xc8\xfe\xc6\x82\xb3\x54\x00\xfd\x6b\x4e\xf2\x1d\x25\x50\xbd\x69\xc8\xe9\x3d\x9e\xc9\x22\x86\xd4\xac\x8d\xe6\xcd\xc5\xfa\xfe\x5d\xcf\x54\x06\x29\x87\xce\xb2\xe8\x11\x7c\x8c\x4a\x6e\xea\x3a\xae\x65\xd1\xb9\x35\xc8\xe5\x3b\x30\xe9\xbc\x46\x3c\x47\x5d\x46\x6a\x60\x3f\x96\xfc\x9e\x7c\x02\x5e\x95\x45\xbc\x90\x9d\xc4\x41\xc0\x57\xa4\x8f\x17\x34\x99\x6c\xc0\xe4\xea\x42\xf5\xd2\xa0\xd6\xc2\x80\xe2\xd9\x5a\x43\x2e\xac\xe2\x10\x35\xff\x2c\x28\x00\x7c\x2d\x8a\x97\x7d\x09\x53\x77\x5d\x84\x3c\x46\x4b\x29\x46\xac\x85\xb8\x0e\xb7\x84\x8b\x66\x1e\xbf\x86\x01\xc2\x36\x54\xee\xba\xee\xb7\x6f\x3b\x11\x86\x25\xed\xeb\x91\xa8\xa3\x7b\xac\x3c\x0c\xbe\x90\xc3\xdb\x18\x10\xbd\x68\xf3\x7a\x27\xc3\x93\xe3\x38\xc2\xd1\xbc\x75\x52\x13\xce\x13\x82\x59\x9b\xf4\xda\xf8\xb8\x7a\x44\x0c\x36\x25\xb0\xee\x24\x01\x80\x56\xb7\x04\xb6\xa8\x5f\x21\xbe\xb3\x18\x80\xb5\x0d\x0f\x37\x48\x1c\x6e\xa0\x8a\x30\x67\xf9\xa1\x6c\x96\x90\xea\x5a\x59\x04\xf4\x03\xdb\x49\x12\xe5\x49\x50\xd5\x2f\x23\x42\x8f\x5a\x2f\xf1\x13\x61\x5a\x67\xb0\xe3\x70\xce\x8c\x67\x97\xcf\xea\x6b\xf9\x1c\xf8\xae\x9d\x3f\x0d\x92\xc6\xe2\x11\x83\x83\xcb\xcb\x87\x55\xd3\xaa\xd4\x6a\x46\x68\x97\xda\xf8\x74\x06\x42\xc4\xda\xc7\xf3\xae\x6c\x26\x5e\xfb\x4c\x9a\xbe\xc7\x10\x63\xb0\xb5\x6b\x2d\x70\xbf\x14\x99\xf6\x66\x63\x1d\x9a\xd2\x2b\x19\x91\x21\x6a\xa3\x0c\xf2\x12\x04\x6d\xb4\xa1\xf9\xbc\xe8\x5d\x52\x54\x2f\x70\xb7\x41\xc7\xa1\x2c\x75\x55\x77\x74\x3c\x83\x75\x72\xd9\xb9\xbd\xb0\x11\xb7\x65\x97\xad\x4f\xcf\x28\xc2\x1c\x6d\x7d\x4e\x25\x30\x24\x97\x43\x4a\xf0\xcf\x46\xc3\xa6\xd2\x58\xc0\x5c\x95\x82\x34\x53\x0b\x5b\xd4\x0a\xee\xc5\x30\x25\xd3\x00\x76\x35\xb9\x87\xab\x77\x64\x5c\x72\x10\x37\x75\x06\x1d\x59\xb3\x42\x63\x93\x6e\xa1\x43\x00\x88\x4a\xc2\x7d\x5b\x34\x88\xa9\x0f\x3a\xc6\x49\xab\x2d\x6b\x07\x4c\x13\xb2\x24\x8b\x24\x7b\x8b\xdd\xa9\x44\x4e\x34\xef\xc2\x49\x52\x99\x17\x86\x6c\x56\xe5\x6b\x84\x4d\x8a\x42\xa6\xdd\x9d\xd5\x09\x9e\x90\xb5\xdc\xd3\x17\xe6\x83\xa5\x54\x04\xaf\x40\xaa\x69\x96\x25\x8b\x6e\xa8\x4d\x61\xe8\x5d\x23\xc6\xd5\xaa\x81\x85\xc8\x58\x4b\xef\xa6\x32\xba\xd4\x66\x43\x94\x24\xca\x05\x55\x8b\xb1\x35\xfa\x75\x67\x5a\x77\xf6\xcb\x53\xfb\x61\x17\x8d\xfa\x04\xb9\xfe\x9c\x91\x11\xee\x29\x41\x4d\x01\x14\x3b\x85\x2e\xdb\xad\xb5\xe4\x46\xec\x9b\x65\x0b\xeb\xc0\x77\xba\x0d\x55\x77\xb1\xe9\xf0\x6c\x61\x85\x31\x9f\x3a\x58\x9b\xee\x0b\x5b\xad\x38\xb1\x86\xb5\xd4\xa1\xe7\x66\x82\x72\x61\x0b\x3b\x74\x09\x6a\x4b\xf1\xe7\x71\x86\x05\x4e\x12\x92\x50\x99\x6e\x6e\xdb\xfd\xd3\x77\x4b\x47\x7b\x6a\x0a\x90\x48\x5b\xce\xe7\x33\x4d\xf3\x14\xb1\x3c\x9d\x58\x29\x17\xcb\xc7\x10\xbb\xd0\x65\x5a\x1b\x08\x1e\x37\xc0\x52\xbe\xb7\x08\xd0\x28\x47\x2c\xc0\x25\xb6\xa6\x0a\x1c\xcd\x29\x79\x02\xd4\x44\xc1\x88\x94\x47\xe8\x8a\x2b\x72\x82\x2e\x71\x76\x0f\x82\x9a\xa9\x08\x38\x33\xd6\x71\x2c\x91\x96\x5a\x73\x46\xd5\xc1\x88\x59\x30\x63\xb7\x2a\xc7\x11\x67\x06\xd0\x32\x82\x85\xf5\x4d\x80\xb9\xd7\x21\x3b\x2a\x97\x97\x46\x65\xcb\x62\x0b\xfc\x3c\x0e\xa2\x57\xc7\x26\x3b\x60\x0d\x3a\xbe\xc5\xcf\x26\x5e\x1b\x2a\xe0\x9b\xaf\x97\x48\xee\x36\x20\xca\x16\x80\x31\x38\xae\x2e\x70\x84\x5b\x30\x01\x5f\xba\xca\x44\xa7\x7e\x4d\x8f\xc8\x11\xfa\x3e\xe1\x13\x79\x80\xa4\xc7\x3c\x76\x05\xfa\xe5\x81\x71\x50\xc1\xbf\x4d\x26\xcf\x37\x6e\xf5\x0b\xbe\x0f\x55\xdb\xa6\xf4\xb3\xc1\x30\x90\x7f\x3a\x39\x3e\x4e\x17\x87\x93\x3c\x7a\x24\x4a\xff\x05\x32\x45\xe3\x0a\x39\x00\x20\xdc\x04\x27\xb4\x6a\x75\xea\x50\x44\x9d\x28\xd2\x82\xd8\x49\x02\xb0\xd7\xfa\x4a\xf7\x75\x31\x1d\x72\x0d\x67\xcd\x45\xff\xec\x94\x45\xde\x76\xbc\x4a\x78\xb9\xaf\xa3\xad\x98\xba\x9f\x21\x4c\xef\x34\xc1\xb3\x8a\xca\xb2\x86\x92\x72\x9d\x52\x4b\x45\x7a\xee\x10\x6f\xa1\x4f\x59\x39\xca\xec\x2b\xe7\x8e\x04\xb7\xa2\x75\xb7\x1c\x8d\xd8\x40\xa2\x67\x62\xca\x79\x42\x4a\x19\x78\x27\x72\x2a\xe7\x3e\xa1\x0c\xec\xa5\xd0\xa8\x41\x33\x35\x49\xef\x56\x71\x74\x9a\x95\xf3\xdf\x58\x0d\x14\x27\x92\x1c\xe8\x86\x01\xd1\xca\x05\x12\xa2\x67\x81\xb3\x8c\x88\x11\xb3\xc8\x94\x80\xbf\xcc\xb9\x0d\x12\x69\x8b\x26\xef\x35\xca\xfd\xd2\x28\x07\x95\xd0\x72\xa8\x70\x9b\x82\xd2\x23\x8b\x42\x7e\xce\x3e\xe5\x55\xce\xd2\xd5\x0c\x60\xbc\xf0\x71\xcc\x89\x0c\x0c\xcf\xc8\xdb\x8f\x12\x3a\x25\xfa\xc6\x1c\x31\xbd\xf4\xa1\x91\xdc\x60\xfa\x3a\x88\x5f\xdd\x69\x24\xb8\x94\x36\x5a\xdc\xb4\xb3\x3c\xe7\x67\x8b\xf2\x61\x06\x98\xd8\x14\xee\xaf\x16\x12\x0b\x9e\xb9\x92\x62\xf6\x61\x73\x3d\xf7\xb6\xa6\x56\x16\x10\x2b\xd6\x62\x8d\x12\x62\xc7\xa7\x17\xe7\xbe\x6e\x4e\xa5\xeb\x7a\x0d\xb1\x10\xcc\xb9\xbd\x8a\x58\x7d\xc6\x41\x3d\xb1\x4a\x13\x4b\x2a\x8a\xad\xde\xac\x72\x8c\xea\x36\x48\x5d\x95\xad\x5f\x75\x67\x55\x68\x66\x55\x28\xf5\x8e\xb6\xa9\x85\x15\x46\x20\xe4\xbc\xb4\x57\x18\x84\x05\xfd\x96\x54\x38\xcd\xc2\x34\x41\x07\x55\x68\xa7\x69\x8e\x5a\x1b\xe3\x7e\x55\x08\xe5\x08\x9b\x08\x8c\xea\xe0\x6a\x5b\xb1\x9e\x97\xe6\xde\x22\x33\xef\x22\xf4\xf6\xf5\xf2\x6e\x93\x45\x11\x69\x26\xad\xbc\xe1\xaa\xfe\xb6\xd8\xaa\x27\xc4\xa3\x50\xb7\x6e\xe8\xb6\x89\x75\x1e\xad\x46\x10\x2c\x6d\x08\x01\xe4\x9f\x55\x72\x53\xd6\x30\x69\xfa\x31\x9b\x0c\xd6\x43\x8f\xfb\x1e\x5c\x35\xb6\x94\x51\xe4\x0e\x22\x15\x82\x3c\x11\x01\xb4\x63\xe3\x54\x58\xf9\xa8\xe2\x44\x10\x1c\x2f\x82\x15\xf1\x4e\x72\xd3\x33\x98\x74\x24\x4d\xb5\xd2\x09\xe2\x34\xe3\x87\x3c\x73\x72\x76\xe9\x2d\x00\xed\xa7\x53\x7d\x63\x05\x2e\x76\xfd\x05\x3b\x24\x9f\xa9\x54\x5a\x2f\x69\x88\x2f\x74\x8d\xc0\x2d\x0d\xa5\x7c\xe6\xc4\xde\x70\xa3\x0f\x83\xef\xaf\x6f\xef\x87\x67\xa3\x0f\x45\x44\xb9\x4b\x99\xf2\x20\x34\x0e\x53\x9c\xb3\x11\xf3\x41\xa0\x1e\x73\x15\xf6\x12\xe1\x38\x2e\x10\xaf\xad\xe2\x63\xe4\x8c\xa5\x1c\x39\x38\x15\x2b\xc3\x3f\x97\x34\xf3\x00\x79\x33\xfb\x7a\xb2\x96\xb8\x7b\x4a\x27\xc7\x64\xff\x2c\x49\xd3\xd8\xd1\x65\x13\xc2\x45\x2a\xa3\x1f\x12\xe5\xf0\xcc\x18\x79\x76\xf2\x3d\xdc\xce\xc7\xd8\x5c\xc2\xeb\x71\x3b\xb7\x21\x1b\x6c\xea\x47\xfa\x99\xc4\xb7\x2d\x52\xd5\x4e\xb2\x30\x3a\x45\xaf\x35\xee\x42\xce\xe8\x3a\x5a\xaa\x9f\xca\x83\xfe\xae\x3b\x5b\xba\x2e\x50\xa0\x0a\x44\x47\x80\x73\x54\x08\xa3\x88\x08\x85\x29\x43\x53\x38\xd8\x2c\x5a\x20\xc0\xe2\x20\xe0\x77\xfd\x0e\xa5\x94\x41\xb6\xfb\xb2\xa5\x7d\x28\xcf\x63\x9d\x52\xfe\xe7\x57\x0f\xf7\x25\x51\xf5\x87\xeb\x87\x72\x1d\xe9\xc1\x2f\x4b\x65\xd5\x4a\x0b\xcb\x02\x5c\x82\x29\x16\x99\x73\x16\xd8\xd2\xaf\x4c\xd3\x44\x3f\x11\xf5\x93\xe6\xcb\x9c\xed\x22\xac\xdc\xca\x59\xe0\x70\x22\xe3\x27\xd3\xf0\x1a\x64\x60\x87\xb2\x24\x77\xc0\x49\x72\xd0\x03\xb2\x3d\x84\x89\xec\x47\xa6\x62\xf2\x40\x37\x07\x2a\xa3\x0b\xd0\xd2\xfa\x12\x67\x7a\xb9\x0c\xbc\xa0\xc3\x24\x0c\x9a\xe3\x53\xf3\x71\x47\x84\xa6\x20\x4c\x58\xb7\x55\x2c\x25\x1a\xdc\x9c\x37\xac\xf5\x45\xd5\x26\xff\x65\x95\x77\x48\xbc\x7b\x60\xd7\x95\x1d\x82\x7c\xaf\xbd\x28\xea\x60\x67\xba\x5d\x3d\x07\xe3\x45\xbd\x29\xbb\x66\xf7\x01\xbd\xb2\x49\x9e\x2d\xe5\x71\xae\x00\xaa\x5c\x2f\xb5\xa9\x58\x86\x35\x51\x64\xc2\x01\xd9\xb8\xfa\x10\x39\xa5\x1e\xb4\x79\x10\x22\xa9\x70\x53\x40\xd2\x3a\x6b\x77\x86\x2e\x53\xcc\xa6\x0b\xbc\xcc\x4f\x86\xa2\x3d\xfa\x00\xe0\x29\xb8\x02\x65\x2e\xd8\xd2\x26\x03\x87\xd3\x0d\xa9\x6d\x3d\x44\x9a\x62\x7c\xce\x9e\x68\xb1\x59\x71\x86\xad\x52\x0c\x12\xbe\x43\x0e\x6f\x2a\x34\x75\x34\x62\x41\x04\x80\x34\x32\xb9\x3e\x23\x0e\xac\x1f\x2a\x40\x32\x00\x7a\x85\xac\x07\x7f\x33\x97\x76\xa0\x9a\x73\xac\xe6\x65\xb8\xfd\x5a\x3f\xf6\x74\xca\x39\x76\x99\x5d\x4e\xbd\xb7\x81\x55\xa1\xf1\x03\xda\x0b\x00\xb6\x6d\xc7\x60\xdf\x03\x8d\x1a\x07\xe5\x9b\x82\x6c\xe0\x98\x13\xc9\xbe\x52\x3e\x77\x8e\x26\xb6\x44\x00\xae\xda\x5b\xb5\xc8\x81\xa9\x6d\x79\xf9\x01\xdf\x01\xdc\xcd\xba\x52\x6d\x70\xac\x56\xda\x50\x9c\xd3\x0c\x28\x21\x0c\xee\x80\x4e\xdb\xb0\x69\x3e\x67\x24\xda\x04\x93\xe3\x06\x0b\x9c\x12\x45\xc4\xb2\xf8\x8e\x72\x71\x55\x88\x5d\x70\x3b\x68\xfb\x35\xbb\x68\x90\xe7\xab\x25\x0a\xbc\xea\x75\xb1\x0a\x63\xc3\xcf\x62\x2d\x38\x21\x3d\x8d\x9f\x2c\xd4\xfe\x9a\xb3\xb0\xfd\x14\xd3\xb0\xe1\x2b\x01\xa4\xca\xb6\x73\x7a\x1d\x6c\x89\xfb\x1a\x4a\x43\x29\xfe\x62\x4f\x40\x25\x56\x8f\xb2\x0d\x4d\x62\x15\x2f\xdd\x09\xef\x76\x21\xe3\x2e\x27\xb1\x72\xa8\x4a\xc1\xe8\x40\x25\x20\xef\x1b\x60\x85\x66\x44\x08\x10\x5a\x9a\x42\xce\x02\x3f\x8a\xc5\x0b\x2b\xac\x8d\x56\xb2\xaa\x16\x5b\xa9\x2c\xd7\x0a\x1e\xb7\xab\x6c\xf9\x5e\xa2\xd9\xb5\x44\xb3\x86\x6d\xcf\x50\x27\x11\x15\xe0\x0e\x5b\x04\xd5\x66\x5c\x97\x27\x08\xc9\x1c\xf6\x8a\xb4\x95\x14\xe1\xea\xa7\xcc\xff\xab\xcc\xc1\x1d\x51\x87\xa4\xda\x94\xa5\x76\x14\xf8\x47\xc0\x3d\x92\x84\xd2\x80\x0d\x54\x80\xd1\x9a\xb8\x32\x63\x82\x3e\xbf\x32\xde\x15\xc8\x16\x5d\xf0\x1c\x3d\x53\xa9\x75\xe1\x11\x83\xc0\x2b\x6f\xaa\x56\x1c\x99\x17\x0f\xe0\x2d\xc8\x2b\x97\xf9\x24\xa5\x0a\xe1\x60\x86\x25\x7b\xd9\x81\x3d\xcf\xfa\x03\x98\x71\x63\xe2\x72\x13\xe6\xc9\x8a\x43\xb3\x81\xf1\xa7\x68\x64\xdb\xdc\xe4\x20\x48\xf4\x65\xb3\x93\x03\x8d\x27\xd4\x30\x1b\xcf\x5c\x9f\x9e\x8c\x9a\xad\x0d\x16\x85\x11\xa0\x32\xa9\x54\x95\xbb\xc5\x62\x2f\xae\x48\x4d\x2e\x36\xa2\x53\x6e\x72\xf1\xfa\x2e\x92\x93\xdb\xca\xf6\x2c\x4b\x56\x73\x9f\xb4\x18\x67\x5d\x12\xa4\xe2\x2e\x12\x39\x94\x94\x6e\x5a\x25\xa5\x7d\x83\x89\x2a\x22\xac\x37\x8f\xd7\x5d\x47\x1d\x2c\x12\x5e\x42\x2a\x0a\xf2\xd7\xca\x20\x1b\xa4\xca\xf9\x19\x57\x90\xa4\x10\x41\x49\xe3\x5a\xe2\xdc\x88\x35\x4b\x20\xcb\x79\xe2\xb6\x31\xef\x3b\x85\x93\x0a\xce\x9f\x9b\x85\xb5\x68\xfd\xec\xa3\x86\x8c\xb2\x6c\x8b\x13\x57\x45\xcc\xc2\xff\xd4\xa2\x80\x80\xe0\xb1\x49\x06\x67\xc3\xa9\xec\x18\x91\xbe\xf2\x5c\xd8\x4b\x77\x87\xaa\x5d\x8d\x3b\x77\x0e\xe0\xf7\x32\xb2\xe5\xc6\x2e\x02\xd5\xa9\xf1\x15\x37\xe2\x26\x45\x17\x01\xa5\x71\x67\xd8\x92\xd5\x74\x6f\xdd\xf8\x01\xb8\x1e\xed\xd0\xb1\x09\xc3\xf0\x88\xc7\x95\x2d\x29\x4d\xd8\x16\xb3\x7e\x81\x49\xaf\x5b\x28\x33\x70\x85\x09\x1b\x3e\x49\x43\xbb\x01\x54\xc8\xb4\x51\x67\x15\x3e\xec\x45\xbb\x9c\xc5\x44\x30\x82\xd5\xfc\xf5\x82\xd6\x4f\xb7\x35\x4e\xbf\x5a\x00\xfb\xe9\x4e\xaa\x24\x57\x82\xc2\xd7\x8c\x07\x5f\x23\xb8\xba\xa8\x99\x59\x53\x1c\x9b\xaa\xd3\x17\x98\x1e\xeb\x50\xe9\x56\x71\xed\xcd\xca\xdc\xcb\x44\xf8\x37\x58\x7d\x6a\xb1\xfd\xfa\xb0\x87\x95\x46\x57\x2c\xc9\x17\x11\x4a\xff\xf2\xd1\xdd\xcb\x6a\x9a\xe6\x41\xc0\x37\x14\x96\x55\x98\x32\xcb\xbd\x96\xc5\x78\x6b\x89\x32\xc5\x4d\x61\xdd\x7b\x9f\x30\xf0\xc5\xe7\x0b\xf4\xd1\xe3\x7d\xf4\x78\x1f\x3d\xbe\x56\xf4\xf8\x32\x33\xa3\xf7\x7c\x41\x8d\xb7\x52\x65\x0e\xb3\x8e\x2b\xb4\xb5\xcd\xa3\xba\x9d\xa5\x2e\x0c\x89\xb1\xbf\xd8\x1f\x1a\xa3\x62\x6a\x9f\x55\x67\x1b\x5a\x0d\xd9\xa2\x6a\x7c\xc7\x22\x4e\x2c\x7c\x96\x8d\x59\x2d\x5b\x79\x96\x19\x24\x47\xec\x07\xfe\x4c\x9e\x88\x38\x40\x58\xa1\x94\x6b\x25\x3d\x88\x42\x01\x82\x2b\x21\x31\x9b\x68\x03\x8c\xae\x70\x4a\x62\x53\x67\x2b\x88\x6c\xb3\x66\x51\xeb\xd0\x6c\x42\x89\x04\xc0\x43\xb3\x0d\x2e\x3a\x61\xc4\x4c\xb4\x99\x89\x70\x82\x3b\x99\xba\x89\x01\x5d\xff\xc1\xbb\x5b\xff\x70\x84\xee\xf5\x3d\x40\x65\x79\xbc\x01\x68\x54\xdb\xd8\x46\x6c\x26\x78\x9e\x79\x4b\x15\x9f\x98\x82\x8b\x06\x70\xba\xee\x6e\x85\xc1\x38\x5f\x6b\x84\x63\xad\xf1\x2e\x27\x9c\x37\x09\x44\xdc\x08\x79\x25\x24\x20\xcd\x25\x7c\x74\x95\x8d\x76\x36\x5e\xd2\x00\x6f\x62\x19\x7e\xf4\x0b\xb9\x70\xcf\x88\x04\xdb\x8b\xb7\x6d\x97\xd2\x5f\xcb\x29\xd6\x8d\xe3\x5c\x66\x79\xf4\xde\x01\x67\x41\x6f\xce\xde\x2e\x3a\xb7\x91\x55\x26\xb7\xce\xf2\xe3\x17\xb3\x49\x76\x0e\xa0\x6c\xe3\x17\x37\xb9\xc8\x38\x48\x3c\xc9\xc2\x65\x9b\x5b\x80\xaa\x8c\x67\xb9\x89\x1e\xa3\x61\x30\x51\x23\x65\x53\xa9\x2e\xb1\x8a\xe6\x9a\xbf\x17\x40\x4d\x3b\x8a\xaa\x2b\xb8\xf2\xcb\xda\x29\x1b\x66\x70\x1a\xf6\xde\x62\xb8\xef\x60\xb7\x36\xf7\xab\x8b\xb0\x76\x37\x76\xaa\xfb\x2b\xd5\x92\x0f\xac\x8f\xee\x13\xfb\x44\x4f\x74\x15\x15\xad\x1a\x7f\x37\xda\x2a\x17\x0a\xda\x79\xbc\xde\x16\xc8\x17\x67\x16\x67\xa8\x78\xd1\xd6\x05\x6c\x71\xb2\x6f\x58\xe8\xdb\x7a\x4f\xa0\x72\x7c\x61\xd7\x4c\x71\xa6\x85\x75\xc5\xf5\x2d\x29\x66\x46\x5e\x34\xf5\x27\x11\x46\xb9\xa0\xee\xec\x57\x52\x59\xdb\xa9\x03\xec\x80\xc7\x61\x21\x98\x08\x07\x35\xb2\x8c\x5b\x1d\x47\x2a\xc7\x3e\xfc\x0f\x68\xc2\x95\xde\x35\x69\xbb\xce\x7d\x2d\x9c\x18\xd5\xb0\xa7\x2b\x09\x7b\x8b\x5d\xc6\x4d\xb0\x6c\x9d\x4e\x1a\x65\xb3\x00\xd3\xad\xd9\x16\xdb\x05\xb2\xbd\xf1\xcb\x6e\xb0\xf3\x8d\x9f\x3a\xd9\x67\x93\x6f\x97\x60\xce\xb4\x7e\xbe\x4a\x80\x2d\x85\x3a\xdb\x70\x53\x2b\x3d\x85\x68\x7b\xd6\x4e\x06\xa0\x99\x14\xdc\xe1\xd8\x4a\x53\xff\xe9\xff\x32\x25\x7e\xcc\xd2\xfc\x27\xe2\x62\xc4\xcc\xef\x07\x1e\x5e\x5f\xbf\x50\xe0\x56\xe2\x94\x14\xc8\x7e\xa2\x8c\x01\x06\x48\x08\x16\xc3\xc9\x60\x94\x7a\x74\x71\x3d\x86\xc7\x7c\x42\x04\x23\x7a\x68\x2e\x67\xda\x33\xb3\x14\x33\x3c\x03\x44\xd4\x03\x88\x3f\x03\x71\xb5\x10\xf9\x0d\x49\x9b\x32\x6d\xc0\xad\x34\xb3\xb4\x29\x97\x45\xb5\x49\xe8\xd3\x88\xb2\x16\x90\xb1\x08\x62\x68\xa6\xfe\x5b\xdb\xff\x66\x12\xfb\xfd\xe0\xee\xc7\xf1\xed\xf0\xee\xfa\xe1\xf6\xb4\x24\xb6\x9f\x5e\x3c\xdc\xdd\x0f\x6f\x1b\x9f\x15\xe9\x8a\x7f\x7d\x18\x3e\xb4\x3c\x72\x0d\x5c\x0c\xbe\x1f\x96\x4a\xb7\xfe\xf5\x61\x70\x71\x7e\xff\xcb\xf8\xfa\xe3\xf8\x6e\x78\xfb\xd3\xf9\xe9\x70\x7c\x77\x33\x3c\x3d\xff\x78\x7e\x3a\xd0\x5f\x86\xef\xde\x5c\x3c\x7c\x3a\xbf\x1a\xbb\xe0\xde\xf0\xd1\xcf\xd7\xb7\x3f\x7e\xbc\xb8\xfe\x79\x1c\x74\x79\x7d\xf5\xf1\xfc\x53\xd3\x2c\x06\x77\x77\xe7\x9f\xae\x2e\x87\x57\xcb\x4b\xc4\x36\xaf\x46\x6b\xf5\xc9\xe0\x22\x0b\x8c\x33\x81\x98\x34\x59\x58\xd2\xa6\xbf\x81\x8b\xe0\xc6\xd0\xe3\xe1\x81\xfb\xcb\x14\x74\x3d\xd4\x2c\xd0\x79\x9f\x0a\xee\x31\x62\xde\x3d\xe8\x2f\x55\x28\xe8\x6d\xb3\x4f\x4b\xa3\x3d\x41\x03\x38\x2b\xa0\x30\x94\x3a\x05\xcc\x09\x3f\x52\xe7\x50\x46\xa6\x58\x7f\x4a\xc1\xb7\x8c\x0e\x51\x75\xc3\xcb\x0d\xda\x39\xc1\x10\xac\x77\x2c\x5e\x76\x1a\x64\x35\xb1\x15\x28\xe5\x04\x39\x0e\x4d\x8c\xda\x6e\x20\x33\x17\x0c\xa7\x34\x32\x3f\x54\x50\x23\x51\x81\x90\x50\x6d\xb1\x44\x60\xe5\x96\xe7\x04\xfd\xf8\x97\x62\x50\xe0\x29\xb0\x06\x82\xbc\x56\x08\xcc\x3e\x10\xb9\x59\xd5\x55\xe4\x59\xea\xc9\x1d\x73\x6b\xc2\x85\x73\x6b\xeb\xc5\x82\x5b\x27\x67\x01\x4a\x52\xc9\xc7\xa3\x8f\xb7\x99\x51\x85\xc6\x4f\xd0\x1d\x20\x34\xc8\x42\x75\xd7\xbb\x98\x25\xf9\x8c\x32\x44\xd3\x2c\x21\x45\xa5\xe1\x09\x99\xe3\x27\xca\x1d\xea\xbe\x29\x4e\x00\xeb\x68\x45\x2b\x74\x88\x5a\x0f\xca\x09\x1a\xc4\xb1\x2c\x33\xb8\x12\xe5\x38\x96\x79\x58\x1e\x76\x08\x6c\xc4\x62\xcf\x36\x2b\x74\x54\x1c\x39\x58\xb1\xdd\x63\x50\xd4\xd9\x61\xf9\xee\xdd\x0a\x4f\x55\x3e\x8e\x1d\x29\x8f\x37\x12\x06\xee\xb1\x7c\x74\xac\x79\x95\x40\xe0\xd0\x40\xb6\xeb\xd1\xc2\x82\x74\xed\xd4\xaf\xec\x18\x0e\xda\x66\x7d\xb6\x82\xd9\xae\xe8\xd2\xcd\x38\xa9\x54\x1c\xea\xdc\x5f\xa9\x62\x51\x63\x67\x3b\xf5\xaa\x34\x4b\x63\x70\x24\xc7\x9e\xfe\xd7\x98\xc7\x0d\x7c\x7a\xed\xbf\x5c\x2a\xb2\x8d\x83\x75\x5b\xd7\xd7\x52\xcb\xd3\xb4\xfe\x96\xa5\x74\xb8\x23\x54\x9a\xee\xc2\x20\xe0\xc5\xd3\x08\xdc\x6a\x98\x32\x5b\x45\x84\x78\xbf\x8f\xab\x9b\xab\xcf\xb1\xaf\x6c\x85\x27\xfc\xa9\xa4\x5c\xa6\x44\x4a\xdc\x82\x59\x11\x98\xc4\xb6\x61\x0c\xfe\x84\xda\x0f\x3b\xd2\x93\x3b\x93\xf7\xfa\xab\x65\x46\x9f\xdb\x50\x33\x76\x13\xd5\x02\x6b\xec\xe2\x59\xd1\xb5\xc9\x6a\xd3\xfc\xe5\xa0\x08\x59\xe1\x22\x88\xe4\x69\x73\xb3\x74\x34\xab\x55\x17\xac\xb1\x38\x4c\xe8\x2a\x5b\x3f\xd2\x25\x68\x7d\x63\x20\x5f\xeb\xbf\xc0\xe5\xf5\x59\x83\xea\x4a\x7e\xc5\xb0\x70\xae\xa9\x11\x0f\x36\xb7\xd0\x96\x7a\x80\xb0\x49\x26\x2c\xa4\x29\x99\x47\x73\xe3\xcd\xd1\x57\xc6\xc1\x88\x3d\x07\x1b\x52\x0a\xb7\x1d\x84\x2d\x01\x08\xe2\x67\x7d\xdc\xe8\x53\x29\x88\x19\x44\x46\x0a\x11\xb5\x01\x21\x18\xc7\x5b\x51\xf5\x66\x05\x81\x07\xfb\xb5\x05\xa9\x6f\x50\xe2\xac\xa1\x0a\x7f\x53\xa1\x33\x3f\xb7\xa0\xbe\xd8\x16\x9a\x72\xd7\x21\x04\x25\xce\x9a\x46\xb0\x83\x0a\x67\xaf\x8a\x4a\xec\x93\x22\x4d\x0e\x6d\x3a\xb1\x30\x05\x7a\xba\x6e\xb5\xff\xcd\xcd\xe8\xdf\x8c\xdf\x21\x6f\xc1\xb5\x08\x5a\xf3\xc0\xc4\xe8\x50\xcb\xac\x2e\xdf\xda\x06\x3c\x48\x74\x68\xc0\xce\xbe\x82\x78\xc6\xc1\xcd\xf9\x57\x07\xe8\xab\x30\xa7\xeb\xab\x8d\x0e\xa0\x1d\xb7\xad\x72\x06\xda\x54\x29\xb0\xbf\x7c\xec\x60\xaf\x2a\x27\xd1\xee\x99\x3d\x88\xa8\xed\x1c\xea\x2f\x4b\xdf\x80\x13\x18\xaa\x76\x19\x3f\xa9\x0f\x2b\xb6\x2e\x20\x23\xe3\x52\xd9\xb0\x76\xf1\x88\x4d\x16\x55\x27\xcf\x81\xf7\xf2\x74\x3e\xa5\x5b\x57\xa2\xd2\xed\xd5\x93\x80\x77\x1c\xee\xba\xfc\x3e\x58\x91\x56\x3c\x30\x91\xcd\x7c\x1a\x70\xb1\xb6\x68\x80\x3e\x4e\xbc\x69\x56\x25\x7b\x99\x5b\xcc\xc6\x4d\x59\x25\xff\xbc\x37\x72\xeb\x10\x5c\x3d\x68\x5a\x11\x1b\x57\xdf\x22\x5c\xf7\x54\xf6\xb2\x54\xb6\x8b\xbc\x82\xf2\xe0\xd6\xbf\x40\x4f\x8d\x1c\x17\x34\xe3\x0c\xae\x5a\x99\xf0\x0c\xbe\x54\xae\x6c\x75\x9d\xcf\x35\x7d\xbe\xc1\x9a\xac\x76\xfa\xde\x99\xc0\x01\xe3\x76\xad\x8f\xb5\x3a\xd4\x81\xb2\xb5\x53\x38\x35\x39\x84\x8a\xa6\xe4\x00\x71\x96\x2c\x82\x60\x07\x7b\x5e\x81\xdc\x4c\x2c\xd0\x9c\x50\xe1\x3a\xb1\x30\x73\x6b\x25\x9d\xaf\x29\x8d\xb7\xd1\xc8\x16\x91\x26\x57\x83\xcb\xe1\xd9\x78\x78\x75\x7f\x7e\xff\x4b\x03\x84\x60\xf9\xb1\x43\x11\x0c\x5e\xb8\xfb\xe5\xee\x7e\x78\x39\xfe\x34\xbc\x1a\xde\x0e\xee\x57\x20\x0c\x2e\xeb\xac\x0d\xbd\x2e\x97\x4d\xea\xdb\x3a\x08\x76\xce\xcc\xdb\xd0\x7b\x1d\x67\x30\xe8\x84\x92\x16\xac\x41\x93\x60\xcf\x62\x22\x50\x4c\x9e\x48\xc2\xb3\xc2\xac\xda\xb8\x60\x01\x08\x61\x43\xfb\xcb\x80\x08\xa1\xcd\xea\x1a\x9f\x20\x53\xa2\x2a\xa8\xd2\xe9\x1b\x04\x91\x0f\x0b\xc2\xbe\x52\x88\x7c\xce\x12\x1a\x51\x15\x24\xe0\x71\x61\xdd\x2b\xc6\x7d\x08\x51\xa0\x2b\x88\x6b\x67\xd1\x28\x3b\xd7\xf9\x43\x4f\x7a\x5d\xdb\xf7\x27\xca\x83\x62\xad\xac\x7b\xb2\x03\xc5\xbe\xc5\x69\x5c\xc3\xec\xda\x60\x74\x2f\x61\x1e\xa8\x67\xc2\xd8\x24\xba\x16\x3c\xaf\xe6\x41\xae\xbe\x0d\x97\xc5\xc9\x94\xce\xf5\xf2\x40\x99\x6e\x94\xfa\xc6\xe1\x2e\xa5\x7a\x80\x3b\xc0\xb7\xb0\x31\xe2\x6b\x06\x2c\xd4\xca\x5c\x30\x13\xdb\x89\x91\x20\x29\x57\x5a\x01\x33\x11\x01\x07\x5a\xa8\xa2\x38\xa1\xbf\x01\x12\x94\x20\x47\x41\x04\x05\x24\xda\xc5\x61\xc4\xa5\x45\x69\x38\x1a\xb1\xb3\xe1\xcd\xed\xf0\x54\x33\xa4\x23\xf4\x20\x01\xe4\xa9\x34\xf5\x33\x4b\xde\x46\x1c\x0b\x23\x19\x28\x93\x8a\xe0\xb6\x60\x30\x22\x04\x17\xdd\xf9\x83\xef\x6f\x08\xdf\x35\x93\x37\x3c\x2b\xd9\xa6\x9c\x01\xe0\xaa\xb5\x98\x6b\x10\x9b\xbf\xf3\xd4\xa7\x5b\xfc\x5c\x5a\x91\x10\xe4\x02\x24\x91\xf2\xaa\xbf\xe0\x6a\x03\x86\x63\xf7\xf9\x95\xfa\xbc\x81\x6f\x97\xcd\xf3\x1e\x42\xec\xa4\x2a\x00\x21\x0d\x66\xa4\x2f\xd6\x51\x99\x67\xab\xa8\x28\xde\x02\x10\xa3\x42\xfa\x13\x32\xc3\x0c\x89\x9c\xb1\x0a\x42\x68\x68\x69\xab\x07\xcd\xac\x7b\x54\xf5\x9a\xe1\x94\xe7\x0c\x94\x06\x08\x63\x6d\x18\x8c\xcc\x08\x53\x2b\x06\xf3\x56\x70\x27\x95\xa1\xee\x2f\xe2\x49\xc3\x40\xdb\x40\x4f\x9a\xfc\x49\x50\x31\x76\xbd\x6b\xd9\x05\xe5\x95\x9c\x4a\xfa\x50\xf9\xfb\xb9\x59\xcb\xc6\xf2\x71\xeb\xee\xee\xb1\x7c\x5c\xdd\x55\x4c\xa2\xc7\x75\x2f\x9b\x6a\x06\x64\x62\x0b\xee\xd6\x8c\x7d\x0b\xfd\xd4\x56\x94\x80\x3a\xcb\xd1\x23\xfa\xe1\xfe\xf2\x02\x4d\xa9\x96\x7b\xf5\xb5\x72\x85\xb5\x8c\xfd\x20\x12\x5f\xc4\xde\xc8\x20\xb9\x48\xfc\xdd\x0b\x1b\xef\x44\xa9\x40\x4a\xd0\x37\x1a\x9e\x11\x67\xec\x15\x16\xd3\xae\x52\x51\x42\x60\x16\xf3\xd4\xcc\xe3\x58\xe6\xd3\x29\xfd\x7c\xa4\xb0\xf8\xa6\x65\x3d\x4c\x54\xc5\xf8\x6f\x7c\x32\xd6\x23\xda\xf2\x22\x6e\x6a\x0e\xd9\x3a\xb0\x7e\xd9\xec\xcc\xce\xcc\xbb\xff\x97\x4f\x20\xa7\x3c\x13\x1c\x70\xf6\xc0\x3b\x67\x23\x15\xec\x2b\x8e\x92\x8e\x90\x4b\x54\x2a\x41\x89\x44\x5c\x08\x62\x53\xd1\x4d\x49\xc4\x0c\x0b\x45\xc1\x5a\xeb\xa0\x48\x4a\x00\xe9\xc5\x16\x85\x95\x8a\xe7\xb8\x00\x23\x9e\x10\x02\x0e\x9e\x8c\x26\xeb\x29\xbd\xa7\x25\xdf\x64\xe5\x04\xda\xc8\x53\x8b\x4e\x09\x06\x99\x95\x22\xd6\xf0\x89\x30\xb5\x13\xfd\x04\x9a\x68\x48\x8e\xef\xe6\x65\x30\x95\x09\xcf\xcf\x8a\xcb\xcd\x57\xc8\x0f\xa2\x9a\x94\xc0\x70\xcf\xdb\x84\x24\xeb\x52\x6f\x73\xf4\x3f\x75\xf6\x1d\xc3\xab\xf5\x75\x59\x11\x1a\x6f\x57\xbb\xa8\x50\x5c\x84\xb5\x3a\x74\xf7\x0d\xe1\x72\x24\x31\x56\x8c\x00\xa6\xc1\x2a\xa7\xd5\x3d\x37\x7d\x6a\xda\xaa\x74\xb9\x72\xcb\x37\xc0\x86\x29\x35\xf3\x89\x40\xea\xe4\x2e\x02\xd1\xd7\x49\x91\x87\x81\x3c\x88\x04\x42\xa8\x97\x5a\xb1\x4c\x75\x64\xcd\xf9\xbc\x64\x87\x3b\xc8\xe8\x66\x30\x5a\x68\x24\x99\x20\x50\xaf\xff\x04\xdd\x24\x44\x4b\x5e\xb9\x96\xbe\xf2\x24\x71\x38\x5a\xcb\xa5\xc3\xb5\xb0\xdf\x5e\x7c\x5e\x81\xee\xb1\x64\x62\x0e\x47\x6e\xf9\xcc\x82\x35\xd8\x3d\xb0\x41\xb0\xbe\x60\x42\x06\x43\x62\x59\x8b\x04\x0e\xbf\x30\x71\xb3\x60\x4a\xc2\xa5\x8b\x8c\xfe\xa6\xd9\xaf\x20\x72\xce\x5b\x93\x09\xc3\xd9\xbe\xcc\x1c\xdc\x52\xbe\xe0\x24\xdc\x7d\xd8\x16\x57\xdd\x41\xae\xa9\xdc\x81\x25\x11\x67\xd9\x14\x7d\x01\x00\x1f\xfd\x61\x51\x4d\xed\xdd\x6a\x87\x06\xb7\x64\x61\x6a\x0b\x11\xc6\x0a\xd7\x45\xa1\xcc\x2c\x8c\xef\xd5\x7f\x5e\x18\x90\x8b\x94\x00\xaa\x64\x51\x2c\x0b\xe9\xbb\x76\x3d\x2e\x6b\x13\x47\x8a\x26\xf4\x80\x9b\x59\x9b\xc5\xfe\x07\x91\xd7\x86\x05\xc9\x12\x36\x9a\xdd\x62\x33\xe5\x46\x75\xac\x9d\x81\x6e\xeb\x02\x03\x89\xb6\x10\x3b\x5e\xca\x13\x56\xa2\x96\xd2\x04\x7a\xb4\xad\xf5\xd1\xb6\x6c\x21\x08\x4f\x7b\x80\x8d\xa7\x04\x24\xc3\x17\xce\xae\xea\x25\x6f\x0d\xd4\xab\xb2\x94\x4a\xbb\xd3\x29\x25\xa9\xf4\x85\x3e\xf7\x67\x5b\x7a\xcb\xf4\x64\x16\x63\x48\xf2\xdc\x26\x62\xa6\x34\x7f\x63\xe9\x87\x36\x49\x8c\x4c\x46\xbf\xc1\x02\xb6\x6b\xe7\xbd\x1c\x19\x16\x84\xa9\x11\xbb\xd5\xa3\x30\x5f\x14\x51\x13\x45\xa1\x7f\x52\x94\xc5\x9c\x22\x6c\xbf\x82\x45\x6f\x0b\x5a\x93\x63\xf3\x12\xa8\x91\x2f\x98\x78\xfe\xbd\x79\xc7\xe0\x00\x58\x1c\x1c\x3d\x55\x3a\x2d\x54\x6e\x2d\xec\x45\x73\x0a\x69\xf8\x31\x91\xf6\xf2\xa0\xca\xe2\x2c\x78\x51\x39\x27\x0e\x91\x18\x3e\xf3\xfc\xab\x89\xb9\x3a\xa5\x9e\x39\x63\x9a\x1c\xb1\xa0\x8f\x25\x00\x96\x46\xb1\xde\x50\xec\x87\x7d\xa6\xb1\x77\x52\xc1\x3f\xcd\x0e\x71\x41\x67\x94\x05\x35\x6e\xec\xf4\x52\x9c\x81\x29\xd6\x9c\x41\x3e\xf5\xf7\xcf\xbd\xcd\x08\x38\x82\x11\xff\xf7\x7f\xfd\xcf\x11\x6d\xf3\x54\xc8\xb1\x5d\x81\x7d\xd8\xc9\xf5\xb6\x25\xdc\xf9\x00\x59\xa3\x05\xb1\x21\xd0\x3f\x65\x29\xcb\xa1\xf8\xd5\x5e\x6e\x9a\x68\xb8\x9a\x1b\xd7\x6c\x99\xdc\xc1\x8f\x21\xf2\xe5\xb7\x6c\xc0\xe2\x0a\xe7\x7d\xe1\xa1\x0d\x02\x64\x5d\xdd\x04\x13\xd8\xa8\xdb\xaf\x5c\x28\x15\x06\x15\x00\xdc\x6d\x13\x48\x38\xc7\xf2\xe5\xa2\x45\x1a\x8b\xd1\x18\x03\x6f\x78\x47\xae\x8a\x1b\x31\x83\x34\x09\x88\x7a\x57\x72\x49\x84\x39\xd0\x1e\x09\xc9\x12\x4f\x08\xdf\x07\x61\x83\x2b\xdc\x5f\x24\xc5\x74\xad\x10\x77\xfd\x7e\x33\xb8\x60\xc9\xfe\x8d\x67\x44\x8c\xe3\xbc\x14\xcf\xbc\xaa\xed\x1b\xfd\xd1\x59\xae\x16\xab\xdb\x97\x09\x8e\x1e\xd7\x01\x74\xd4\xef\xb7\x34\xbb\x5a\x30\x0c\xa2\x4e\xca\xc2\x61\x0b\x5c\x22\xa9\xc0\x25\xda\x30\xc8\x92\xd6\x0e\x17\x0d\x83\x82\xe3\x81\x70\x6f\x6f\x22\x03\xea\x0c\x23\x47\x93\xbc\xb0\x72\x78\x98\xfc\xf8\x68\xc4\x3e\x9a\x3a\x13\xa0\x78\x98\x01\x44\x90\x83\x42\x3e\x67\x5c\x92\x52\x52\x54\x03\xf4\xbd\x4d\x6a\xb4\xc3\x68\x96\x49\x2b\x05\xdf\xb7\x12\x49\xdf\x1c\xf8\xb2\xbe\xe1\xf5\x29\x37\x53\xe0\x56\x52\x4f\x44\x33\xaa\x69\x67\xdc\x78\xd2\xd6\x9f\x7a\xd7\xca\x29\x45\x98\x11\x40\x20\xa9\x64\x71\x80\xfc\xf4\x2a\x04\x91\x90\x27\x02\x16\x5e\x18\x63\x58\xe0\xa0\x6c\x6a\x6a\x61\x27\xab\x0e\x50\x91\x91\x08\x6c\x01\xc5\xd5\x11\x94\xf3\xb6\x9a\x68\xb1\x9c\x91\xb2\x75\xf2\x54\x53\xac\xc4\x1a\x52\xe8\x20\x2c\xf4\xb0\x20\x0a\x91\xcf\x8a\xd8\x3a\x85\xf7\x2e\xbd\xad\x1e\x11\x8f\x9a\x33\x74\xda\x45\xa4\xdd\x53\x45\x6d\x22\x36\xa9\xd9\xe5\xef\xc5\xee\xde\xb7\xf9\x6c\x73\xcc\x62\x9b\xa4\x69\x65\x69\x2d\x53\xc0\xec\x8c\x1d\xc8\x87\xaf\xdb\x54\xc3\x00\x21\xdb\xb4\x69\xa0\xbc\xe1\x22\x73\x7a\x91\x96\xcc\xc1\xe3\xcf\x85\x16\x50\x73\xa6\x68\xa2\x89\xc3\x8e\x41\x6b\xcd\x39\xf3\x18\x75\x10\x6c\xdd\x06\x83\x46\xa5\xa4\x6c\x36\xb6\x2b\xe9\xf2\x0d\xbb\x5d\x0c\x65\x9a\xba\x34\x4d\x99\x1f\xbf\x77\x0d\x2d\xb7\xf3\x1a\xb2\x06\x88\x2a\x97\xe9\x08\x82\x35\xe3\x6e\x32\x16\x5b\xcc\x25\x48\x8e\x69\x6c\x96\x82\x9a\x72\xb8\x30\xd1\x75\x8c\x14\x20\xd6\xd5\xa1\x05\x8a\x2b\x44\xda\xec\x45\x93\x93\x04\xc1\xe3\xaa\x25\x3d\x53\xb6\xa6\x65\x9e\x33\x2f\xa2\xd9\x7a\x47\x3e\xf9\xbc\x92\xe1\x89\x5d\x77\x36\x42\x1e\x27\xc9\x04\x47\x8f\x5e\xd9\xf0\x2a\x37\x17\x0e\x2f\x5e\x0b\xa8\x50\x10\xcb\x10\x97\x1e\x68\x04\xd2\x4d\xe8\xc0\x32\xe0\x32\x76\xd8\x45\xe7\x66\xd5\x2c\x3a\x96\x41\x13\x32\xa3\x37\xe1\xf6\x31\xc9\x12\xbe\x48\x5b\xee\xb3\x6a\x56\xdb\x36\xc1\x23\x6d\x49\x75\x3b\xbd\xca\x2a\x4c\x6f\xed\xcb\xac\x96\x22\xb3\x03\xa8\xa3\x35\xb8\xe4\xa7\x84\x4f\xc0\xca\x67\xb5\x6c\x97\xf6\x11\x64\x1f\x54\xcf\xf3\xba\xc9\x28\xd5\x13\x49\x65\x96\xe0\xc5\xb2\x1e\x4c\x1a\xc4\xcb\xee\x9b\x49\x9b\x5f\x6d\x04\xeb\x1e\x40\xdc\xf8\xf9\x4b\x80\xd7\x5e\x38\x49\xc0\xbc\x6b\xf8\x57\xc5\x98\x64\xf2\xcf\x8e\x8c\xdf\x54\xf1\x11\x53\x78\xe6\x36\xd7\x0a\x97\xfc\x99\x11\x21\xe7\x34\x2b\x15\xca\xdb\x3a\x62\xd9\x52\xb4\xfd\x8f\x89\xcf\x5d\x83\x77\xf2\xec\xd0\x80\x66\x68\xfa\x90\x19\x8e\x0a\xe3\x5f\x94\x60\x29\xe9\x74\x11\x60\x5d\xf8\xe0\x4f\xc8\x28\x2a\x6b\xcb\x41\x6d\xaa\x26\x46\x63\xc6\xb7\x9b\x64\xef\xed\x13\xdd\x1e\xca\xc7\x8f\xc6\x21\xa8\x98\xbe\x4f\xea\xc0\x26\xee\xa6\xb6\x00\x27\xad\x20\xa4\x26\xab\x7d\xb3\xe4\xec\xa5\x78\x34\xed\x66\x84\x42\x98\xb4\xc3\xb6\x8a\x8c\xc7\xa0\x08\xf1\x59\x54\x29\xbb\x0f\x36\x5f\x2b\x4e\xce\xfc\xa9\x89\xd3\xe3\x57\x40\x9a\x7f\xf1\xf1\x01\x92\x5b\xe1\x3e\x75\xa1\x8b\x33\x92\x90\x9d\x04\x01\x6f\x40\x24\x55\x0f\x7b\x40\x1e\x4b\x49\xa3\xc0\x97\x5f\x6d\x5c\xd8\x20\x36\xb9\x05\x3d\xa6\x79\xe8\x3f\x9b\x81\xda\xf0\xe4\xa6\x5d\x04\xfb\x17\xac\x72\x57\xdd\xa5\x09\x86\xce\xb4\x60\x49\xae\xe8\xa6\x44\x57\x45\xa7\x5e\x5e\xd9\x47\x52\x7b\xe3\x28\xde\xda\xb8\x3e\x91\x2e\x11\x07\x2b\x0f\xc0\x46\x1c\xa8\xce\xa7\xbb\xd1\x85\xf5\x13\x2a\x8e\x66\x44\x99\x9a\xe4\xbe\xf0\xfa\x7b\xa2\x89\x9d\xe5\x20\xec\x68\xf5\x9b\x0f\xf9\x7a\xa7\xf6\x8e\x28\xe9\xae\x84\x1a\xb2\x9f\xdd\x9c\x3d\xdc\x82\xfd\x38\x96\x46\x70\xfd\xe2\xe5\x96\xad\xf3\xf6\xed\xc8\x6c\xf6\xfa\xef\x48\xa0\x32\x73\x8c\xed\x17\x3e\x53\xbd\x84\xd1\x84\x4b\xb8\x76\x66\x8d\xde\x9e\xeb\x55\x49\xfb\x4b\x17\xbd\xd6\xa7\xf1\xea\xa8\x0a\xea\xee\xe5\xc1\xf5\xe4\x41\x87\xfb\xb8\x87\x97\x7f\xdb\x31\xd8\xcf\xfb\x67\x0f\x84\xc3\xda\x95\xb8\x3b\x11\xf1\x1d\x91\xc9\x5e\x48\x8a\xb5\xad\x78\x2d\x79\xf1\xd0\x01\xef\x14\x30\x36\xfb\xbb\x45\xfb\x71\x92\x6f\xad\x1b\xe8\xe5\x2e\xd8\xd5\xf4\xb2\x13\xfa\x00\x0c\x4a\x0c\xa9\xba\xb9\x2d\x6a\x01\x87\x37\x08\x19\xab\xf9\x1e\x56\x04\xe3\xd9\xe1\x75\x0a\xc3\xab\x2d\xe7\x4b\x6c\xaf\xcd\xcb\xea\xbc\xb9\x2f\x49\x6a\xeb\x8e\x65\x17\x3a\xca\x0b\x7b\x71\x2c\x35\x06\x1f\xf4\x31\xb1\xdd\x6e\xd1\x06\xb4\x17\xb7\x65\xbb\x3c\x64\x4d\x15\xbf\xb6\xcf\x2c\x77\x69\x67\xe3\x4c\x90\x29\xfd\xbc\x91\x28\x7e\x03\x9f\x5a\xf5\x52\x2f\x73\xa5\x86\x18\xb8\x67\xa0\xe6\x58\x10\xb7\x67\x57\xda\xd6\x19\x1a\xb1\x22\x59\xcf\x66\xea\x3d\x92\x05\xe2\xa2\xf4\xd3\xa6\xb8\x84\xbb\xaf\x77\x66\xf6\x75\xae\x54\x26\x4f\x8e\x8f\x67\x54\xcd\xf3\xc9\x51\xc4\x53\x13\x6e\xce\xc5\xcc\xfc\x71\x4c\xa5\xcc\x89\x3c\xfe\xee\x8f\x7f\x2c\xb6\x78\x82\xa3\xc7\x99\x41\x7a\xa9\xfb\x9d\xca\x5b\x4e\xb0\xdc\x2e\xb2\xc7\x65\x55\xbd\x70\x76\x6d\xd0\x8d\xcb\x67\x2c\xca\xe8\x07\xd1\xa3\xa6\x62\x98\x54\xb8\xa8\x9f\x00\xa9\x72\x7a\x9a\x68\x8e\xb3\x8c\xb0\x76\xb3\x83\xc9\x7d\xdc\x82\xf5\xb8\xec\x49\x3b\x42\xf2\x39\x4b\x30\x2b\x23\x02\x40\x31\x20\x41\x22\xc2\x94\xcd\x56\x2f\x6a\x08\x03\x35\x1a\x54\x1a\xc3\xff\xd7\xcb\xdb\x80\x39\x52\x59\x54\xd3\x72\xc3\xb1\x95\x2d\x5d\xbd\x43\x1c\x2c\x5d\xb5\x9a\x68\xb1\x76\xc4\xad\xda\xb2\xbc\xb9\xbb\x7a\x4d\xe9\xf5\xab\xac\x08\xce\xc6\xe4\xb3\x66\x72\x72\x53\x0c\xa9\x07\x49\x24\x1a\xfc\x7c\x87\xe4\x82\x29\xfc\xf9\x04\x5d\x52\x06\x02\xec\x0f\x3c\x17\x12\x9d\xe1\xc5\x21\x9f\x1e\xa6\x9c\xa9\x39\xba\x84\xff\xb5\x3f\x3d\x13\xf2\x88\x7e\x21\x58\x58\xfe\x60\xab\x91\xf9\xc2\xd6\x9a\x84\x44\xce\x24\x22\x4f\xfa\x84\xfe\xf1\x3f\x50\x6a\x5a\x3e\x41\xdf\x1e\xff\xf1\x3f\xd0\x1f\xe0\xff\xff\xff\xe8\x0f\x2d\x9a\xfe\x7a\x28\x54\x50\xb3\xf6\xb6\xec\xce\x3d\xa8\xac\xd4\x06\x65\xbc\x4f\x05\x2f\x76\xaa\xb1\xe5\x47\x1a\x3d\xf2\xe9\x74\xac\x09\xc3\xe4\x96\x8d\xb1\xa8\x21\x18\x6f\x08\xe9\x49\x6d\xd1\x61\x41\x0d\xd2\xbd\x2b\x6b\x62\x3b\x35\x20\x04\x8e\x5d\xcb\xbc\x28\xba\x0a\x41\x44\xa5\x42\xb6\x54\xc2\x57\x24\xd6\x5c\x75\x9d\xd3\xe1\xac\x7b\x2e\x1f\xd9\x59\x70\x42\xd0\x8e\xb0\x90\xb6\x0f\xfc\x0b\xa3\x58\x4d\xa0\x8f\x5d\xc8\xc6\xe3\x50\x0b\xaf\xfd\x62\x62\x26\x61\x6a\x6f\x15\x2f\x29\x6b\x9d\xaf\x0e\x95\xbc\xe3\x62\x2b\x7d\xeb\x91\xd4\x62\xb6\x3b\x96\xf0\x71\xe5\x5b\xc3\x92\xee\x90\xb4\xcc\x85\x87\xd6\x35\x76\x11\x5b\xe8\x6f\xb5\x15\x93\x0a\x13\x5c\xd6\xed\xd0\xeb\xa9\x9f\xf9\x4f\x56\x0d\x13\x22\xcd\xdc\xdb\x45\x09\x33\x18\xad\x16\x91\x34\x4b\x6c\x18\x71\x03\xfe\xde\xaa\x0d\xbd\xf3\x90\x0b\xd0\x38\x84\x3d\x42\xca\x07\x73\x92\xad\xcd\x69\x6f\xde\xcf\x5c\x44\xe4\x94\x6f\x17\xf6\x9a\x50\x56\x8b\x97\xef\x5e\x1d\xc7\xaf\xde\x85\xad\x83\xe4\x20\x6a\x79\x5c\x28\x0b\xc6\x2d\x60\x0b\x23\x04\xd8\x98\xe5\xd9\x00\xc6\xda\x2e\xe0\x17\x6b\x70\xfd\x5b\x70\x6d\x63\x38\x2e\x18\x9e\xab\xf6\x50\x29\xf2\x20\xb0\xe6\x85\x1b\x22\x56\x9a\xb2\x3d\x07\x48\x60\x88\x83\x54\x73\xcc\x8c\x49\x61\x8a\x23\xca\x66\x07\x01\x58\x21\x00\x07\x84\x1c\xb8\x89\x2e\xee\xb1\x7c\xdc\x6d\x6c\xdf\xd6\x65\x0c\x69\x5c\x94\xd2\xb2\xf0\x22\xc6\x97\x40\x6b\x48\x6d\x0a\xcb\xc7\x36\x7c\x9d\x1a\xb8\xd7\x92\xd1\xf9\xa5\x70\x90\x60\xcb\xc6\xe7\x12\x91\x49\xa8\xc2\x00\x72\xbf\x2b\x60\x6b\xa1\xfe\x5c\x2e\x19\xf6\x58\x1c\x55\x8c\xcb\x25\xe3\x97\x73\x2e\xd4\x78\x43\x74\xd0\x6a\x32\x35\x23\x87\x09\xc0\x7a\xf0\x27\x22\x9e\x28\x79\x2e\x83\x6c\xae\x43\x8b\xc6\x4e\x15\x04\xb2\x01\x0a\x63\x9a\x71\xc8\x5a\x99\xa2\x14\xb3\x85\xe1\x4d\xfa\x3c\x63\xf9\x28\x7d\x39\x4f\x24\x53\x9c\x24\x07\x48\x90\x5c\x9a\x72\xb2\x92\x24\xd3\x43\x57\x10\x21\x46\x09\x9f\xd1\x08\x27\x68\x92\xf0\xe8\x51\x8e\x98\xbe\x9b\xd9\xcc\xf0\x85\x4c\xf0\x88\x48\x19\x08\x33\x45\x9e\xb4\xcd\x5e\x83\x5a\x9e\x8a\x88\x94\x32\x2a\x15\x8d\x9c\x94\x52\x40\x13\x98\xca\xcd\x11\x06\x2b\x2c\xe4\x02\xc2\x70\xb5\x70\x45\x0c\x44\x63\xce\x6c\xe9\x1c\xb8\x21\x2d\xf2\x9a\x8b\xcb\x6e\x3b\x40\x3b\x00\x92\x73\x14\x32\x56\xe5\x03\xb9\xe2\x48\x9d\xda\xcf\xe0\x18\x2f\x23\x81\xdb\xf2\x89\xf2\x04\xe9\x4f\x5a\x09\xdc\x06\xc2\xb8\x7d\xd4\x79\x49\x58\xf0\xc1\xd8\x7b\x86\x6b\x05\x43\x6e\x41\xb3\x5a\x45\xd3\x7a\x15\x41\xca\x80\x6a\x4d\x55\x47\x35\x65\x51\x92\xc7\xbe\x5e\x9f\xbe\x75\x9f\x34\x91\xb8\xe5\xd1\x6b\xaf\xef\xe6\x03\x84\x25\x7a\x26\x49\xa2\xff\x6b\x82\xce\x0f\x3d\x7c\xbe\x66\xc9\xa6\xc4\x01\x74\xe2\xb8\x74\x1b\x45\xed\x1d\x46\xe1\x0d\x56\x73\x93\x4d\x9e\x72\x65\x4a\x25\x1a\x8c\x42\x67\x52\x32\xa0\x76\x93\x84\x4f\xe0\xa4\x03\x7c\xa1\xcb\x46\x0d\x32\xd9\xf2\x28\x22\x24\x26\x31\xfa\x3a\x38\xb8\x1e\xe9\xe0\x9b\x66\x30\xbd\xd2\x8a\xec\x01\x74\x61\xd5\x96\xd5\x0a\x60\x58\xae\xf6\x75\x84\x6e\x2a\xf0\x1c\x61\xb5\x6c\x5c\x05\x6b\x3a\xa8\x6d\xe1\xdb\xc0\x1d\x56\x26\xf1\x72\x3b\xb4\x26\xdc\x61\xa9\xcf\x1d\xc0\x1d\x56\xe6\xd9\x12\x2e\xcf\x67\x2f\x9a\xe6\xab\x27\x75\xc1\xbb\xe7\x5e\x19\x98\x28\x73\x77\x96\x48\xd0\x1d\xc8\x45\x13\x21\xee\x17\x94\x63\xa5\x26\xde\xdb\x42\x39\x56\x06\xb3\xcf\x50\x8e\x95\xa1\xee\x2f\x94\x63\xc3\x40\x3b\x40\x39\x1a\x7f\xfa\x58\x13\x75\x37\xa6\x00\xb9\x24\x93\x7c\x7a\x07\xd9\xd5\x4b\xc7\x78\x6a\x7c\xf5\xe6\x1a\x73\x77\xb4\x45\x36\x86\xd1\xda\xb4\xc3\xb6\x08\xa4\x8a\xdd\x7f\x5d\xda\xf3\x0e\x2f\x2a\x8d\x86\xb6\x9e\xa5\xfb\x20\x34\x30\x83\xe9\x2f\xc2\x99\x4d\xe3\x6e\x2b\x38\xb2\x3f\x09\xab\xeb\xa1\x64\x02\x02\x5d\x89\xd5\x77\xc2\x8f\xba\xac\x60\xf6\xcf\xf9\xb3\xad\x9b\x03\xe4\x67\x88\xb1\x95\xf4\xa0\xd3\xb1\x55\xd6\xda\x56\x8c\x32\x45\x66\x55\x5d\xb6\x38\x2c\x94\xa9\x3f\x7d\xb7\x92\x03\x19\x80\x3d\xa7\x16\x06\xc8\xf9\xde\xaf\x60\x9f\x91\xd8\x16\xee\x97\x5a\x6d\xd1\xd3\x31\x37\xaa\x44\x29\xa6\x4e\x81\xca\xa5\xf1\xe2\x50\x39\x62\x25\x44\xca\x23\xf4\x11\xca\x81\xe2\x34\xd3\x7a\x97\x9f\x1f\xd5\x14\x34\xca\xbf\xfd\xf6\x4f\x04\x7d\x8b\x52\x82\x59\x49\x77\x05\x75\x49\x5f\x79\x80\xe0\xa6\xe6\x64\xc4\x1a\xb7\x02\x0d\x3f\x9b\x0a\x43\x2e\xb4\xee\x9c\x4d\xb9\xd3\x85\xa1\xcc\x1d\x8e\xe6\x48\xe6\x13\x53\xa7\x35\xb0\x5d\x38\x01\xfa\x82\xcf\xc0\x27\x0c\x37\xb1\x1b\xf4\xb2\xd3\xf7\xb2\xee\x76\xeb\xd9\xeb\x7a\x0b\x0f\xe0\xfe\x38\x94\xa4\x84\x16\xd4\xe0\x9f\x32\x1c\x2f\x3c\xf0\xd2\xc0\x82\x1e\x18\x73\xbd\xd6\xcb\xb0\x35\xa2\x6b\x19\x1a\x22\x67\xc1\x21\x95\x27\x58\xd8\x23\x3f\x62\x5a\xc1\x10\xe4\x89\xf2\x5c\x26\x0b\x14\x73\x46\x0e\x80\x12\xf2\x68\x6e\x7c\x98\x5a\x57\xc1\xb6\x5c\xc1\x13\x95\xb9\x56\x64\xa1\x2d\x57\x1d\x41\x2a\x6c\x50\x8e\xe6\x14\xfa\xd1\x6a\x37\x81\xaf\xc2\x84\x34\xd4\x4d\x7b\x0a\x41\x43\x2b\xbc\xbe\x23\x68\x68\x89\xaa\x7a\xd0\xd0\x66\xc6\xb7\xb7\xa0\xa1\x95\x3d\xef\x06\x1a\xda\xb4\xe5\x1b\x80\x86\x96\x9a\xf9\x62\x40\x43\x2b\x2b\xfa\xc5\x80\x86\x56\xe6\xd5\x83\x86\x7e\x21\xa0\xa1\xab\xf9\x48\x23\x2c\x66\xf3\xe1\x5d\x0f\x16\xb3\x51\xb5\x6d\x67\x11\xdb\x62\x10\x81\x20\xfd\xca\xb0\x98\xa5\x09\xf4\x21\x80\xeb\x87\x00\x36\x12\x9f\xed\x5b\x0f\xcf\xc5\x05\x56\x2f\xb2\x8e\xc0\x98\xa5\xfd\xe9\x14\x2c\x08\x22\xef\x0e\x28\xf1\x65\xa5\x60\xf0\x2a\x74\x97\x81\xc3\x55\x94\x16\x4e\x57\x4b\x46\x0e\xd0\xcc\x28\xad\xa1\x8b\xba\xa7\xdc\x0d\x82\x57\x2b\xcb\xeb\xfd\x10\x86\x16\x3b\x90\x6a\x67\x0a\x6d\x28\xb3\xbf\x05\xbd\xba\xfc\xbe\x35\x5d\xb2\x6e\x10\x77\x19\x89\x5a\x6c\xb2\x34\xa5\xbb\x6a\x76\xd5\x45\xe6\xe1\x9a\x40\x91\xad\xa5\x2e\xea\xeb\xc9\x0c\xc7\xc8\xc6\x95\x8c\x4d\xc0\x92\x30\x5f\xce\xa8\x54\xa2\x35\xfc\xa6\x36\xc2\x6d\x5c\x8b\x59\xde\x39\x66\x23\x58\xd5\xd9\x66\x9f\xa5\x24\xe5\x62\x55\xec\x4f\xe3\x97\xb6\x40\xc8\x26\x9f\x92\x6c\x4e\x52\x2d\x04\x8d\xd7\x6d\xa4\xeb\x7e\xfb\xbc\x56\x9b\x5e\x65\x62\xf1\x4a\x44\x10\x38\x0e\xf5\xbb\xb1\x01\x4d\xec\xbc\xdd\xdb\x6e\xb3\x85\x75\x5c\xd3\x81\xe2\x60\x6d\x97\x1b\xaa\xec\x4b\x25\xf7\x30\xd0\x77\x63\x0c\x84\x0f\x41\x59\x1d\xe5\xb0\x24\xbe\x61\x19\x34\x52\xf1\x95\x2d\x9f\xbb\x86\xeb\xbb\xec\xcd\xd6\x9c\x30\xac\x9d\xba\x7e\x40\x44\x0b\xb0\x67\x7d\x79\x20\x92\x45\x12\x71\x18\x4a\xd4\xa5\xc1\xd4\xd7\xab\x44\x25\x4e\x13\xdb\x82\x48\x72\xd1\x1a\x08\xd9\xc5\x00\x1c\xa9\x1c\x27\xa0\xe6\x85\x35\xff\xaa\x9b\x3a\x59\x34\x64\xe6\x75\xf3\x30\x50\xa6\xfe\xfc\xef\x6b\xed\xa6\x56\x49\xec\xba\x41\x9d\x22\x1c\x45\x44\x1a\x9b\xb4\x0d\x94\xc5\x13\xfe\x04\x25\x8a\xb6\xd9\x55\x7d\x94\xf5\xbc\x35\x83\xf7\x68\xb9\x71\x41\xea\x46\x5c\x98\x0b\x9e\xcf\xe6\xce\xf6\xa2\xcf\x8c\x9e\x5a\xd3\x5e\xfe\x54\xb3\x2d\xaf\xbd\x97\xdf\xe7\x34\xd9\xcc\xb2\x75\x57\x2a\xde\xf4\xe9\xfc\x1e\xc9\xb9\x3f\xad\x13\x68\xb6\x71\x63\xeb\x83\xee\xde\xa7\xfd\xd6\xfb\x37\xa0\x9b\x03\x87\x10\x39\xe5\x49\x02\x16\x7a\x49\xd2\xa7\xb0\xe6\x7a\xd8\x3d\x4c\xf8\x9e\xae\x07\xee\xe6\x07\x00\x5f\x17\xb1\xfb\x9d\xe4\xaf\x1b\x23\x1a\x4a\xe4\x46\x5f\x75\xf2\x9b\xd0\x2e\xce\x08\x6b\xb2\x4d\xfd\x5c\xaf\x9b\xf1\xce\x02\xec\x5c\xb4\xd5\xce\x82\xec\xdc\x92\xbc\x72\xa0\xdd\x8a\x79\xec\x6b\xb0\x5d\x85\xd9\xf9\xd8\xb7\xe2\x9a\x71\x81\x36\x46\xf1\x19\xe8\x25\x1e\xb1\x41\x29\xe4\xdf\xd5\x17\x9e\x2c\x8a\x98\x61\xa3\x43\x84\xcc\x0c\x2a\x1e\x58\xc3\x0a\xb8\x9f\xf4\x5f\xa0\xe9\x18\x7c\x55\x13\x82\xe7\xc2\xec\x20\xe0\x99\xc4\x87\x38\x5a\x44\x09\x8d\x02\x9d\x79\x26\x70\x36\x6f\xe2\x78\x6e\xe7\x7b\x60\x98\xb7\x02\x86\x69\x2b\xe3\xb3\x4e\x88\xb3\xa3\x2b\x86\x53\xd2\x03\xd6\x34\x01\xd6\x1c\x78\x48\x06\x56\x14\x24\x7a\xc3\x4c\xff\xfa\xb9\xeb\x51\x6b\xde\x00\xb5\x66\x93\xc3\x57\x40\xd2\x94\x8e\x5d\x8f\xa4\xf3\xa1\x13\x92\x8e\xbf\x04\xf7\x0a\x1c\xa5\xfd\x3c\xbe\x31\xe8\x46\x7d\x60\x6f\x89\x9c\xd3\x20\x2e\xac\x23\x37\x2d\x83\xce\x59\x46\x17\x9d\xd6\xe5\x6d\x81\x6c\xd6\x5b\x99\xb5\x30\x6a\x1a\xef\xae\x3d\x41\xac\x69\xdf\x86\x3d\x39\x37\xbb\xcc\x02\x59\xaf\xe2\x62\x98\x09\xb2\x8e\x82\xb5\x5e\x52\x88\xa7\x87\xf7\x95\x18\x52\x94\xbb\xda\x2c\x39\x64\xe0\x7c\xd0\x44\xa0\x39\x4f\x62\x87\x93\xe0\x57\xcb\x77\xe0\x23\xe7\xfd\x02\xb9\xcd\x80\x12\xd1\xa0\x6d\x15\x35\xab\x96\xa5\x80\xf8\x4d\x84\xe1\xee\x80\xd1\xec\xc2\x8a\xe0\x39\xc9\x26\xf6\x83\x95\xb2\x88\x2c\x9b\xbf\x97\x8c\xb1\xb4\x42\x60\x35\x6f\x1e\xe6\x4a\xbb\xef\x8a\xc1\x2d\x13\x3d\x02\xe3\xa0\x68\x2a\xba\x68\xe8\x0c\x9e\x3e\x51\x67\x88\xc0\x61\x8f\x4b\xbd\x74\x6e\x76\x9d\x3c\x75\x55\x62\xd9\x20\x88\xaa\x56\x5c\x6c\x7b\xfc\x9a\x14\x7f\x1e\x67\x58\xe0\x24\x21\x09\x95\xe9\x8b\x05\xd1\x9e\x96\xdd\xb5\xfa\xac\x0a\x6e\x4c\x44\x2c\x4f\x27\x86\x14\xdd\x40\x6c\x49\x43\xc5\x91\xc8\x59\x88\xbe\xf5\x5c\xab\xd1\x9e\xc3\xbd\x00\x56\xa5\x68\x0e\xf5\x33\xa7\x98\x0a\x46\x64\x6b\xb5\x42\x12\xe5\x82\xaa\xc5\xd8\x16\x7f\xec\x7e\xe0\xee\xec\x97\xa7\xf6\xc3\xe5\x1e\x6e\x97\x78\xee\xfa\xf3\xc5\x26\x33\x22\xa0\x92\x8d\xab\xc9\x12\x14\xb8\xb4\xc0\x02\xc4\x97\xc3\x81\xb0\xe1\xda\xb5\xdd\x16\x70\x8b\x9f\xc7\x41\x06\xd2\x38\xaa\x12\xc7\xaa\xc3\xda\x04\x8d\xb4\x6c\x92\x2f\x0c\x0e\xd4\xe2\x45\x7e\x81\x42\x18\x36\xcd\xc0\x34\xad\x07\x1c\xb8\x82\xc1\x5e\x59\x6c\x4c\x90\x1f\x6e\x95\xaa\x96\x71\x5a\x38\x9a\xa6\xe0\xa3\x25\x83\x1d\x04\x5f\x75\x18\x71\xd0\xc9\x8e\x86\xad\x0f\xba\x10\x79\xa6\xe8\xa4\x8e\xbe\xa2\x76\x57\x18\x73\x90\x40\x5a\xb2\x73\x33\x94\xba\x35\xd5\x32\x4b\x9c\xd8\xce\x4e\xcb\xff\x16\xea\xca\x81\xd8\x18\x10\xa0\x30\xef\xed\x3a\xa5\x4a\xb9\x00\x7b\x63\x80\xd6\xd4\x59\xb6\xcd\x7e\xe5\xc2\x3d\x30\xd4\xdc\x34\x26\xa2\xa3\x11\x1b\x48\xf4\x4c\x10\x23\x16\xe5\xa0\xa1\x9a\xa6\xb7\x6a\x43\x79\xa2\x09\xd1\x3d\xf9\xd8\x14\x2d\x3c\x50\x25\x7d\x85\x2c\xd3\xc7\x14\x27\x92\x1c\xe8\x86\xa1\xb0\xa6\xe2\x10\x34\x89\xd1\xb3\xc0\x59\x46\xc4\x88\xd9\xec\x07\x70\xb8\x70\x9e\x98\xf6\xdb\x42\x43\xed\x1a\x90\x71\x84\xa3\xf9\x2b\xed\x11\x86\xe4\x95\x68\x4e\x62\x97\x5f\x5b\xde\x1e\x37\x6f\x63\xb0\x5e\x63\xb3\xce\xa7\xae\xc2\xd3\x81\xed\x24\x89\x34\x47\xf1\x05\x7f\x33\x22\xf4\xa8\x35\x0d\x3f\x11\x86\xe8\xd4\x8d\xc3\xc6\xee\xa0\x67\xf0\x4c\x69\xd2\x7f\xc2\x34\x31\x09\xeb\xae\x6b\x27\x04\x1a\xf3\xfb\x88\x19\x77\x37\x8b\x4a\x19\x9d\x94\x51\x39\xd7\x9c\x3a\x07\x9f\x24\xa8\x19\x6b\x49\x9e\x71\x2c\xcb\x46\x46\xa3\xbe\xd1\xdf\x4a\xe6\x8d\xc3\x52\xb6\x5a\x14\x20\xcc\x40\xb0\xa4\x2b\x32\xb5\x4c\xce\xec\x43\xef\xeb\xa1\xf7\xcd\x6b\xb3\x8f\xe1\xf7\xfe\xb0\xac\x1b\x82\xdf\xb6\xfd\xbb\x90\x20\x77\x18\x8a\xff\xc6\x31\xeb\x2f\x13\xae\xfe\xb6\xf9\x05\x2f\x91\x5a\xd0\x07\xe0\xbf\xbf\x00\xfc\xf6\x63\xbb\x56\x10\xfe\x0a\x90\xa1\xa6\x5e\x2e\x89\x12\x34\x92\xbb\xe0\x0f\x32\xc3\x1d\xa3\xc7\x40\xdb\xca\x56\x48\x27\xfa\x05\xef\xec\x83\x78\x2c\x5f\xf2\x6d\x22\x08\x7e\x8c\xf9\x73\xcd\x26\x26\x43\x94\x87\x4b\xad\xaf\xeb\xc3\x44\x25\x29\x45\x8c\x50\x89\x18\x91\xd6\xa8\x88\x47\x6c\x4e\x89\xc0\x22\x9a\x43\xf6\x5d\xb1\x31\x26\x8b\xd3\x00\xed\x98\x98\x81\xd0\xab\xb3\xc6\xa6\x77\x58\xf7\xaa\x25\xc7\x43\x95\xd9\x3d\xd7\x23\x49\xcd\x27\x5e\xa6\xb6\x52\x46\x68\xfa\xea\xb4\xfd\xdb\x06\xbc\xfb\xc5\x7e\xd1\xa0\x77\x1f\xb4\x13\x7c\xd1\x31\xf0\xbd\xa0\x86\x3e\xf8\xfd\x85\x82\xdf\x1b\x96\x78\xbd\x00\xf8\x8d\x4c\x6b\xaf\x1f\x9b\xeb\x7a\x7e\x8d\xf8\xdc\x55\xc1\x51\xf9\x64\xfc\xe2\x47\xaf\x71\xce\x5d\x4f\xe0\xcf\x9e\x28\x8c\x44\x2c\x34\x9d\x4d\x48\x1c\x03\xa7\x55\xdc\x16\x0d\x2e\x68\xc7\xa9\xe1\xfa\xee\xc5\x52\x13\x3b\x4e\x38\x9b\x49\x1a\x1b\x10\x90\x0c\x43\xf1\xce\xd0\x48\x00\xc9\xef\xb0\xbf\x49\x42\x84\xb3\xfe\x0b\xf4\xb5\xa4\x5a\xed\x0b\x3c\x02\x02\xc5\x9c\x48\xf6\x95\x32\x4a\x39\x66\x0b\xf4\xc8\xf8\x73\x42\xe2\x19\xec\x50\x75\x30\x87\x88\x92\x03\x44\x95\xff\x4c\x40\xb6\x3c\xcf\xd5\x48\x8f\x1d\x62\xba\x8c\x06\x40\xec\xb7\x41\x79\x6c\xdf\xcc\x37\x47\x08\x9d\x33\x34\xc5\x91\x3a\x40\x32\x9f\x14\xed\xc7\xdc\xd4\x3b\xd6\x5a\x6e\x30\xf1\xa2\x91\x3e\x36\xbb\xa1\xf3\xe6\xb3\xe1\xb8\x83\x26\xd7\x41\x42\xf1\x56\x31\x6c\x4f\x78\x1b\xb4\xc9\xcb\x5c\xda\x60\x07\xc4\x99\x3f\xfa\x16\xf6\xc7\xc3\x05\x43\x91\x5a\x03\xbd\xcb\x78\xdc\x6a\x53\xac\x4c\x65\xdd\xb1\x14\x01\x87\x56\x50\xb2\x0e\x21\x68\xd7\x2c\xb7\x96\x9a\xa4\x12\x04\xa7\xd6\x08\xaf\xaf\x1a\x10\x6b\x4c\xb8\xa1\x1e\x3d\x15\x46\xc2\x5c\x67\x8b\x2f\x28\x7b\xd4\xbb\x5b\x00\x24\x43\xa9\x71\xe8\xb9\x69\xd3\x32\x7d\xe3\x91\x53\xce\x8c\x23\x6e\x2b\xb9\x93\xce\x18\x4e\xd6\xb4\x71\xd4\x56\xae\xee\x3b\x73\x72\x96\x15\x17\xb4\x14\x61\x8c\x6a\xc8\xf4\xb8\x96\x0d\xa9\x32\xdf\x50\xde\xc3\x28\x26\x19\x61\x31\x61\xd1\x02\x48\x84\x01\xa2\x8b\x60\x38\x41\x18\xbe\xc3\xc9\x11\x3a\x33\x79\x2c\x5e\xc2\xb3\xd7\x3a\x5c\xe8\x29\x66\x74\xaa\xf5\x04\x30\x76\xda\x51\x8e\x98\x19\xa6\xf3\x35\x04\xf5\xdb\xfd\x8a\x35\xec\xcc\xf7\x94\xe1\x52\xe2\xd0\x06\xe7\x29\xc9\xd7\x8a\x0d\x0f\xac\x96\x8b\x36\xd4\x70\x85\x57\x01\x79\xaf\xb1\x19\x48\x42\xe5\x7b\xa4\xbb\x43\x70\x65\x7a\x4c\x79\x0c\x0e\x8d\x39\x49\xb2\xa0\x7a\x74\x86\x85\xf2\x78\x22\x06\xfa\x55\xdf\x32\x69\xce\x0c\x36\x8c\x31\x34\x3d\x5b\x78\x4d\xeb\xcb\x2a\x1a\x3f\x1a\xb1\x73\xf5\x95\xd4\x9c\x8f\xb3\x59\xb2\x40\x38\x7e\xa2\xb2\x80\x11\x8f\x38\x93\x79\x4a\x84\xed\x82\x4a\x13\xab\x65\x21\x78\xb1\x23\x4d\x3d\x36\xad\xf2\x3d\xe1\x84\xc6\x0e\xea\x5e\xff\x38\x21\x53\x50\x75\xb0\x90\xce\x20\xda\xe0\xd1\xb6\x9b\x1b\xeb\xb5\x7a\x33\x6e\xf9\x53\xc8\x10\x51\x5a\xf0\x4e\x6c\x4d\x20\xc7\x55\xce\x69\x57\x7d\x09\xd7\x9c\xd4\x26\x85\x96\x0b\x38\x76\x15\xce\x56\x81\x17\x39\x00\xbd\xdc\x44\x30\xe9\x7e\x9c\x2c\x6d\x06\xb7\x16\x07\xa8\x4c\xd0\x8e\xda\xd8\xd9\x43\xae\x49\x28\x08\x17\x52\x61\x45\x23\x2b\xb6\x73\x61\x2f\x0e\x7b\xb1\xb4\x6f\xed\xd9\x96\x40\xcc\x32\xc2\x49\x7d\x87\x97\xa8\xf1\xe6\xfd\xe5\xbc\xd5\x1e\x37\xd3\xf6\xd2\x9c\xa5\x88\x27\xc9\x3a\x20\xe1\x95\x99\x9f\x16\x9f\x2f\x1f\x51\xd1\x8f\xde\x00\xb7\x17\x70\x6a\x8c\xeb\x19\x27\x56\x42\x95\xca\xee\x52\xf8\x92\xb9\xdd\x16\xd6\xb5\x3d\x62\x7c\x6a\x6a\x04\xb7\x39\xa5\x33\xc1\x53\xba\x0e\xa8\xa2\xf1\xd3\xde\x3a\x73\xc3\x0a\xe1\xcd\x19\x25\xf4\x29\xb2\xe4\x65\x7b\x84\x74\x03\xcc\x8c\xbc\xba\xe4\x0c\xa5\x38\xdb\x68\xc1\x57\x19\xdb\x06\x28\x35\x96\x4e\xbb\x7a\x00\xb3\x44\x00\x91\x1d\x16\xf9\x19\x2f\x8a\xcc\xae\x36\xb8\x3c\xb6\x16\x39\x3c\xe8\xd7\xcf\xd9\x94\xaf\x71\x38\x8b\x4c\x2c\x7b\xfa\xb0\xa3\xd9\xe0\xfc\x79\xe3\x8f\xd9\x7d\xb3\xa6\x5d\xce\xe3\x69\x13\x51\xaf\x7d\x32\xdd\x0a\xbe\xa4\xea\x17\x32\x91\x50\xeb\x5b\xe7\x6e\x2d\x1f\xad\xa0\x45\x04\xc3\x59\xbe\x54\x97\x25\x3a\xdc\xf9\x1a\x55\xda\x41\xc6\xc2\xe0\x62\xc1\x6e\x9a\x5b\x7d\x85\x35\xb3\x87\xa4\xd3\x62\x6d\x99\x7a\xba\x1e\xec\x9f\xeb\xd1\x83\xfd\x35\x9f\xd0\x95\x98\xc6\xeb\xe8\x8a\x53\x2d\x09\x19\xf5\xa1\x08\x2c\xb1\x11\xf6\x53\x9a\x10\x79\x84\xce\x1b\xf4\x46\x17\xdf\xee\xfd\xc1\x26\xd2\xcf\x49\x4f\xb9\xa0\x41\xe9\x2d\x27\x23\x21\x0a\x78\xe4\xa1\xed\x4c\x10\x3d\xe6\xc8\xb8\x6e\xb9\xc1\xf8\x83\xe0\x3a\x41\x35\xcf\x32\xc2\xaa\x02\x29\x5a\xf3\x02\x6a\xd1\x05\x8c\x0c\xef\x3f\xe0\x26\xe4\x01\xdb\xea\x82\xc5\xa8\x5a\xb6\x74\x17\x45\x14\xba\xa7\x0f\xb8\x5e\xef\xf5\x17\xf5\xbd\x69\x1c\xe1\x7d\xb9\xf5\xb5\x47\xe7\xa5\xfc\xf5\xfd\xd0\x1f\xe1\x53\x67\x15\xc5\x68\x2a\x08\xf8\x4d\x52\x9f\x12\x6c\xb0\xf4\x38\x87\xfb\xee\xee\xec\xc7\xe3\x87\x73\x44\x54\x84\x12\xfa\x48\x46\x2c\x92\x4f\x07\x5a\x3c\xfe\x7b\x4e\x94\xfe\xb9\xc5\xd0\x42\x53\xc2\x24\x70\x02\xaa\x6a\xd0\x09\xcd\x0b\xe9\x16\x46\xff\xf7\xac\xfc\xfd\x12\x92\xaf\x65\x3f\x01\xed\x3a\x78\x7b\x20\x53\x40\xf0\x36\x4b\x2b\x1b\x28\xc6\xa8\x78\xc3\xa6\x7a\x53\x1b\x44\x3b\xb3\xbf\xe5\x6c\x4d\xa1\xeb\xb4\xf8\x28\x18\x45\x8b\x4c\x97\x66\x18\x20\x2e\xd7\x0b\xa3\x36\xdf\x34\xb6\xbe\x8a\x89\x14\x59\x65\x4e\x65\x2f\x4a\x73\x21\x25\x08\x01\x16\xe2\xe9\xc9\xde\xf5\x36\x91\xd8\x4f\x2c\xf8\xe8\x68\xc4\x2e\x9d\x21\xbf\xf8\x55\xba\x26\x4c\x68\xbe\x47\xfe\x2c\xb7\x02\xcd\xc6\x54\xfa\x1f\x00\xbf\x5d\xe6\x89\x32\x35\x63\xa6\x54\x6b\xe9\x6e\xa0\xe6\x49\x13\x97\x10\x98\x45\xf3\xab\x2d\x4b\xc7\xd0\xe9\x98\x24\xeb\x48\xa2\xe7\xd3\x61\x22\x35\x7d\x47\x8f\x2d\xa7\x73\x93\xaa\x48\xc5\x64\x6c\xad\x37\x53\xe6\xc1\xe8\x38\xc6\x7a\x9c\x98\x9a\x2d\x04\x81\xe9\xb7\x1a\xfc\x6e\xf2\x5b\xf5\x2e\x5a\x49\xdd\x58\x7e\x4d\xd4\xa9\x8f\x28\x83\x5e\x10\x56\x23\x26\x72\x06\xd8\xd2\xde\x11\x84\x51\x01\x13\x1a\x39\xb3\x8c\x35\x92\xcd\x34\x9b\x30\x28\x9c\xe6\x65\xad\x9f\xf1\x5c\x42\x00\x6b\x4a\x94\xbe\xa0\xbe\x86\x4a\x6b\xc6\x13\x7b\x80\x32\x41\x53\xaa\xe8\x13\x91\xdf\x34\x6c\xdd\x29\x56\x38\xe1\xb3\x81\x50\x74\x8a\x23\x75\x8f\xb7\xd2\xc0\xb1\x6d\x66\xd3\xa8\x1e\x37\x0c\x74\x7e\xa6\x17\x7f\x46\x18\x11\x30\x51\xad\x93\x37\x1f\x61\x78\xb2\x11\xe7\x06\xef\x69\x64\x0a\x3b\x48\x6f\xb1\xc0\xb9\xe2\xa9\xd6\x6f\x71\x92\x2c\xa0\x60\x83\x7e\x32\xc7\x72\xee\x36\xda\x44\xa1\x75\xb9\x9b\xec\xe2\x9e\xe2\x68\x4e\xee\xa0\xee\x60\xd3\xe2\x56\x46\xf9\x81\xb0\x3c\xfd\x70\x82\xfe\xbb\x98\xe3\xe9\xe0\xf4\x87\xe1\xf8\xec\xfc\x6e\xf0\xfd\xc5\xf0\x2c\x98\x8f\x7d\x72\x79\x7e\x77\x57\xff\xf5\x87\xf3\xfb\xfa\x8f\x37\xd7\x37\x0f\x17\x83\xfb\xa6\x56\x2e\xae\xaf\x7f\x7c\xb8\x19\x7f\x1c\x9c\x5f\x3c\xdc\x0e\x1b\x3e\x7d\xb8\x6f\x7f\x78\xf7\xe3\xf9\xcd\xcd\xf0\xcc\xad\xca\xff\x04\xa7\x0b\xa2\xd3\x20\x72\xb4\x79\x1a\xd5\x03\x78\x88\xca\x2f\x9e\xa0\x87\x2a\xe2\xb1\x0d\xf1\x32\x69\xb8\xcf\x58\x6a\x1e\x06\x91\x7c\x23\x86\xdc\xe7\x7a\x51\xda\x3e\x35\x5e\xd0\x68\x4e\x50\xc2\xf9\x63\x9e\x59\xd6\x66\xdc\xee\x8c\x1b\xc3\x0f\x91\x41\x6b\x3f\x9c\xdf\x9f\xd4\x91\x97\x7d\x63\x01\xe0\x87\x3b\x03\x30\x2e\xec\xd8\x29\xd8\x52\x1c\x22\x6f\x61\x2a\x0d\x7a\xf0\x3b\xb3\xac\x1f\xd3\x1a\x66\xaa\xd2\x4d\x1c\xdb\xb2\x7a\x6e\x62\x41\xc3\xe5\x7d\x5d\xb6\x9a\x7e\x39\x4c\xa9\x09\x34\x21\x11\xce\x8d\xaf\x58\xdf\x53\x42\x70\x11\x0e\xb8\xa0\x87\xdd\x35\x6a\xe9\xa8\xb1\xc1\xca\x9e\xe9\x89\xcb\x47\x9a\x65\x24\xfe\x50\x97\x5f\xca\xf5\xd7\x6c\xd5\x4f\x3e\x45\xc1\x99\xd4\x7a\x3d\xe8\xfc\x0e\x27\x7d\x6e\xeb\x59\x50\x69\xfc\x61\x85\x87\x10\x70\x28\xf5\x9d\xe0\xf1\xac\x29\x78\xaf\xb1\x42\xcf\x04\x32\xc2\x72\x5b\x28\xc2\xe8\xde\xfa\x6c\x43\x77\xc6\x93\xe1\xca\xbe\x94\x32\xc5\x5a\x99\xf1\x2e\x04\x6e\xfd\xbd\x24\x4d\x8c\x78\x8b\xb4\x9e\x33\xd3\x28\x70\x67\x17\x4a\x00\x23\x6e\xf1\x19\xb9\xdb\xa0\xc1\x42\xbe\x44\xbe\xaa\xdf\x48\x2b\x2e\x0b\xcd\xb6\xbb\x8c\xc7\xa5\x32\x97\xf0\x39\xbb\x0f\xac\x84\xe1\xb8\x72\xad\xee\x79\x8c\x17\x9a\x38\x20\x84\x4b\xe6\x59\xc6\x85\x42\x2d\x6d\x18\xef\x88\x19\x1f\xdc\x39\x76\x1e\x9e\xc7\x41\x23\x5a\xc2\x90\x0d\x10\xda\xdd\xb2\x3b\xed\xba\x16\x8c\x23\x8c\x3b\x02\x45\xd0\x97\x39\x48\x4b\x2a\x75\x89\x42\x9b\x84\xdf\x6d\x02\x37\x33\x7d\xc1\x77\xad\xba\xd3\xd4\xfb\xb5\x6b\xa1\x71\xcb\x13\x32\x55\xe3\x46\xaf\xcf\x12\x03\xa7\x6e\x91\xb5\x25\xc4\xd3\xd9\x7c\x07\x2d\x76\xd7\x12\xbe\xb3\xfe\x52\xad\x1a\x04\x16\x02\xc1\xb9\x32\xf2\x69\xa1\xc3\x20\xb7\x9a\x60\x5e\xb0\x9d\xda\x50\x76\x2f\x04\x6a\x99\xff\x91\xf1\x67\xe6\x2d\xfb\xf2\x68\xc4\x86\x18\xea\x12\x7a\x45\xc4\x45\xb8\x83\x16\xb0\x52\xfe\x2f\xd5\x18\x7b\xd5\x20\x98\x76\x80\xba\x82\xee\x6d\x45\xda\x64\x81\x8a\x3a\x72\xa5\xef\xba\x9c\x1e\x63\xf5\x76\x22\xa0\x99\xb0\x2d\x94\xaa\x48\x66\x2d\xf3\x66\x9e\x85\x03\x15\xdc\xee\xba\xab\x23\xf4\xb3\xb3\xfc\x40\x3c\x51\x51\x82\xd1\x16\xd0\x4e\xf0\xc2\x61\x5a\x35\x2d\xec\x2e\x60\xa2\x76\x1d\x61\xb4\x7c\x81\x3d\x1e\x45\xc3\x2a\x97\x14\x70\xc6\x8c\x45\x76\x8d\x68\xda\x53\xff\xd1\x1d\x59\x1e\x6e\xff\x11\xaa\x6e\x59\x87\x35\x08\x1d\x2c\x59\xfc\x2f\xb3\x59\x26\x91\xc6\xd5\xd3\xb0\x55\x90\xac\x07\x55\x9f\x1f\xf0\x00\x9a\x3c\x1b\x34\xa5\x49\x02\x72\xc0\x11\x1a\x40\x35\x40\xc8\x43\xd1\x57\xa1\x8b\x5a\xa3\x33\xc6\x57\x85\xee\xb7\x10\x53\x14\x10\xd3\x5d\x3b\x31\x49\xa0\xa6\x22\x0d\x71\x37\x14\xb5\x83\x94\x74\xcd\x5b\x70\x1d\xd0\xb3\x7b\x22\xfa\x1a\xca\xfb\x5b\x04\x9d\xd5\x86\x1b\x7c\xf8\xcf\xe6\xa1\x7f\xca\xb1\xc0\x4c\x41\x28\x95\x15\xdd\x05\x09\x22\xba\xc9\x67\x08\x56\x64\xc6\x10\x0c\x3f\x85\x9b\xeb\x5c\xfe\x33\x0a\x79\x47\xf1\x01\xa2\x47\xe4\xe8\xc0\xd6\x48\x97\xf9\xa4\x78\x73\xae\x25\x87\x11\xab\x85\x88\x1c\xa1\x41\x22\xb9\xfd\x82\xb0\x28\x81\xea\x9b\x41\xd4\x97\xa7\x7c\xeb\x56\x9a\x2c\x40\x41\x81\xad\x2c\x9a\xe7\xf6\x41\xf0\x21\xd4\x16\x01\x9f\x78\x02\x27\xbd\xf8\xbd\xa9\x64\x71\x29\x4e\xe2\x05\xd1\xa8\x6b\xd7\xd0\x8b\x6d\x92\xa9\x10\xb4\x6c\x83\xe0\x0d\xd8\x98\x22\x74\x27\x48\x20\x47\x5f\x63\x85\x12\x82\xa5\x42\x7f\xfc\x66\xad\xd8\x10\x37\xc1\x82\xbb\xda\xe3\x5b\xc4\xdf\xbb\x08\xce\xb6\xba\xeb\x50\xc1\x0d\x61\xc4\xc8\x73\x18\xb0\xc3\x21\xc6\xca\xd5\x81\x21\x41\xca\x90\x29\x49\x69\x12\x0b\x21\x08\xd6\xa8\x4c\x2d\x7c\xc4\xa1\x35\x5a\xf7\xa9\x1d\x56\x03\x65\x59\xe5\x89\x1a\xf5\x0c\x10\x45\x8a\x58\xca\x39\x56\x23\x66\x39\xab\x0b\x1b\x09\xa2\xe7\x07\x49\x52\x8e\x5f\xc4\x10\xa2\xcb\xf4\x84\xa1\x1c\xeb\x91\x5f\xa0\x2b\x50\xbf\x7c\x10\x59\xb9\xd6\xbd\x3f\x2c\x5a\x53\x1b\x31\x0f\xd7\x10\xb6\xdd\x28\xed\x34\xd9\x97\x5f\x51\x08\x6e\xe8\xfe\xc2\xd4\xc5\xed\x20\x0c\x93\xa6\x21\xaf\x38\x58\x75\x9b\xfe\x12\xd9\x78\xd7\x1d\x74\x17\x95\x9b\xed\xe3\x70\xcd\x3e\xf3\x06\x73\x7b\xcb\xe6\x06\xb2\xc5\x36\x0a\xb8\x8f\x66\x7c\x2d\x8f\x6f\x69\xe8\xe7\x31\xe4\x52\xac\xe6\x82\x45\x6e\x82\x63\x1d\x60\xe8\xa6\x71\x10\x2a\x1d\x44\x66\x42\x28\xbd\x63\x7c\xf6\xcd\x16\xcf\x6b\xf6\xbe\xa7\x7f\x50\xcc\xdf\x4d\xc5\x07\xc1\xd5\x27\xde\x2e\xec\x0d\xe2\xbf\xe1\x08\x02\x28\xa1\x27\x17\xba\x59\xc7\x93\x70\x28\x9c\x18\x8c\xf9\x8d\xe2\xa1\x2d\x71\x7d\x84\x86\x70\xd1\xb8\x8a\xd7\x78\xea\x1c\x12\xc1\xcb\x23\xa6\x35\x13\x97\x7e\x1e\xb4\x5f\x26\xf1\xa6\x13\x60\xb0\x6c\xb6\xf2\xe5\xa4\xab\x21\xd6\xdb\xb4\x09\x07\xa5\x03\x6d\x00\x2a\x33\x1a\xce\x4e\x50\xcc\xa3\x47\x22\x8e\x05\x89\xa9\x3c\x01\xdf\xba\x6a\x75\xea\xa5\x5a\xdb\xde\x5a\xd2\x68\x0b\x14\x58\x91\x6b\x70\x6a\xfa\xb7\x41\xf4\xae\x8e\xe0\x01\xa2\x53\x50\x27\x5c\xa8\xab\x49\xb2\x71\xd9\xfa\x84\x29\xb1\xc8\x38\x65\xca\x9b\xb2\x2a\x0b\xe1\x34\x0d\x2d\xb4\xb5\x05\x69\x8b\x5d\xc4\xe0\x6c\x38\xed\xfb\x39\x91\xc4\x05\x1c\x98\x49\x29\x6e\x73\xd4\x0c\xbb\xc8\xb0\x9a\x4b\xc8\x08\x2a\xaf\x81\x55\xba\xe0\x53\xbd\x42\x38\x83\x78\x05\x63\xa5\x28\x3e\xf2\x79\x2b\x52\xd1\x24\x19\x31\x46\x48\x2c\x11\x24\xef\x7c\xd5\x98\x78\xa8\x3f\x3d\x40\x38\x8e\xd1\xff\xfe\xfa\xe3\xc5\x2f\xf7\xc3\xf1\xf9\x15\x18\xad\xcf\x2f\x86\xdf\x1c\xf8\x1f\xaf\x1f\xee\xfd\xaf\xc6\xc2\xf2\x44\x04\x4a\xf1\x23\xa8\x78\x4c\x1a\xf9\x0f\xb2\x3b\xc2\x91\xba\x94\x4c\xfd\x44\x12\x17\xe9\x6a\xc5\x14\x8f\x00\x65\xf7\xb0\xb5\x50\xa1\xb1\xf9\xad\xa1\xfc\xde\xfa\x4f\x96\xd3\xa0\x23\x1e\xdf\x85\x13\x03\x53\xc2\x20\x1a\xbb\xc8\xd1\xb3\xba\x6f\x41\x70\x84\xcd\x28\x6b\x8b\xc7\x23\xec\xe9\x25\x85\xf8\x1f\xc9\xe2\x27\xad\x5e\xdf\x60\x2a\x3a\xd3\xde\x90\x3d\x51\xc1\x19\x4c\xcd\x9b\xb5\xfc\x89\xd1\x7a\x3a\x96\xd5\x43\x25\x8d\x2c\x0c\x31\x1a\x59\x6b\xcc\x67\x13\x8e\xcd\x9b\x4f\xd7\xa2\x63\x90\xcf\x4a\xb8\xe4\x5f\x0f\xc2\xe2\x90\x28\xfc\x45\x53\xd0\xe0\x88\xdd\x5f\x9f\x5d\x9f\x20\x92\xe0\x09\x17\x90\x0d\x66\x42\x82\x5c\x13\x76\xc1\x22\x9e\x06\x0d\x95\x12\xbf\x0f\x50\x56\x24\x7e\x87\x46\xb4\x23\xd3\xc6\xaa\xfa\xdd\x5c\xd4\xd3\xa6\x77\xab\x02\xda\xc9\xde\x70\xd1\xe5\xfa\xd7\xaf\xc1\xd2\xf1\x4c\x2b\x72\x15\xce\x6b\xef\xe6\x29\xc1\xa6\x74\xae\x71\x0b\x59\x5b\xbe\x0d\x60\x4d\x92\x52\x39\x28\x7d\x70\xe4\x91\x75\xc1\x17\x6f\x72\x86\x7e\xfc\x8b\x44\x93\x5c\x8d\x58\xb9\x0d\xce\xd0\xe0\xe7\x3b\xf4\x3d\x56\xd1\xfc\x9b\x11\xbb\xd6\x6a\xe6\x8f\x7f\x69\x41\xa8\x58\x1b\x5c\x49\xaf\xc9\x19\x56\xf8\x82\xe3\x98\xb2\x59\x13\xb2\x52\x01\x7f\x3f\xbc\x1f\x9c\xa0\x6b\xab\xc3\xfb\xa4\xf2\x22\xd3\x2a\x68\x08\x18\x32\x4c\xc4\x71\x11\x60\xe5\xac\x8c\x3e\x63\x34\x33\xb8\xb0\x46\xec\xde\x40\x4a\x69\xae\x4a\x15\xca\xb8\x2d\xc1\xa0\xb5\x32\x03\xb6\x65\x4c\xd9\xd6\x92\xa8\x57\x07\xc8\xd8\x6f\x86\x95\xc7\x40\x9e\xa9\x33\xfb\x11\x03\x05\xdd\x67\x7a\x26\x3c\xc2\x09\xc4\xe4\x1d\x06\x36\x3d\xad\xb6\xf3\x1c\xd2\xee\x4c\xad\xd3\x45\x39\x74\xd6\x67\x82\x7a\xa1\x2c\xdc\x28\x30\x00\xc0\x3e\x5a\x6f\x6c\xca\x35\xc7\x31\x50\x32\x60\x7c\x4b\xcc\xea\xe8\x0f\x3d\xb4\x8c\x59\x16\xfd\xd4\xf1\x23\x28\x29\x6e\x53\xbc\x23\x30\xdf\xb3\x05\x84\x6f\x03\x66\x3a\x87\xd0\x8f\x82\x3b\x5b\xa2\xac\xed\xa2\xbf\x13\x83\xcf\x46\xcc\x44\x0a\x96\xf6\x25\x04\x45\x08\x7a\xe7\x0c\x02\x19\x8b\xeb\xd2\x0b\x18\x99\x0d\x6c\xb4\xb2\x7e\x26\xc8\x61\x4c\x14\x11\x29\xd8\x7b\xc2\x35\xd5\x37\xec\x11\xba\x0d\xd5\xeb\x98\x47\x79\xea\x80\x21\x21\x3d\xb1\xa8\x26\x5b\x92\x78\xcc\xc5\xbe\x8a\xe2\x21\xf9\x5d\x11\xc8\xca\xeb\xac\x1f\x1b\x82\x19\x84\x9f\xd6\x25\xf5\x76\xc1\x17\x78\xc7\x76\x51\x6b\xa6\xa1\x71\x56\x6e\xa9\xd4\xda\x6a\x5c\xbb\x15\x75\x4e\xae\x0a\xf0\x3a\x2e\x40\xd8\x22\x9f\x33\x0e\x46\x6e\x93\x53\xc5\xe3\xaf\x24\x3a\xbf\xd1\x12\x90\xd6\x78\xfd\x19\xcc\xa5\x32\xc1\x65\x90\xae\x63\xbe\x36\xe9\x02\x07\xe8\x5b\x53\xeb\x39\x42\x9f\xdd\x1f\x7f\xfe\x8f\xff\xf8\xd3\x9f\xd7\x49\x27\x71\x0a\x39\xb4\x5b\xac\x91\xaf\x86\x51\x16\x89\xc2\x1d\xa8\x73\xaa\x2d\x76\xc1\x1e\xc0\xb6\xe5\xdf\x04\xa4\x2a\x88\x1d\xc2\x33\x7b\xc2\x65\x78\x32\x51\xe9\x68\x16\x91\x04\x92\xa8\x83\x32\x87\xf0\xc2\xae\x95\xe8\xff\xd7\x12\x0c\x98\xb1\x3e\x2a\x9b\xc5\x38\xd1\xc4\x8b\xd7\xba\x11\xf4\xb5\xb5\xff\x29\x70\x20\x7e\xe3\x2e\x38\x9e\xc4\x44\xd8\x3a\xf1\xce\x64\xe7\x0d\x89\xc0\x1c\xc8\xe7\x2c\xe1\xb1\x43\x77\x93\x24\xc3\x20\x40\x68\x66\x70\x34\x62\x43\x57\x36\xdc\xa0\x93\x98\x8f\x8c\xe7\x65\x8a\x23\x03\x6a\x26\xd1\xd7\x9f\x4f\xf4\x6f\x07\x68\x71\x02\x41\xa4\x07\xe8\xb7\x13\x0b\x42\x80\x85\x1a\xeb\x9f\xbe\x71\xb2\xb6\x6d\x02\x06\x4d\x25\xfa\xea\xf8\x09\x0b\x53\xf2\xf2\xd8\x8c\xe8\x2b\xcb\x59\x7d\x59\x9f\x50\x36\x4f\x38\x7f\xb4\x01\xb6\xb5\x0f\x8f\x1d\x9e\x0d\x90\xb7\xf7\x9b\x98\xad\xf7\xf9\x8e\x0a\x1d\xda\xa2\xe7\x47\xd9\x04\x1d\xfd\x4d\x72\x86\x8e\x16\x38\x4d\xec\xaf\xee\xa9\x8d\xff\xc5\x12\xb9\xb2\xf7\x45\xd9\x6d\x63\x29\xfd\x3e\xe1\x13\x98\xd5\xa5\x9b\xa9\x89\xa0\x85\x81\x16\xb7\x4f\x71\x61\xd9\x89\x58\x49\xca\xc0\x32\xa4\x5c\x99\x57\x80\xc7\x35\xcd\xea\xb3\x1f\xd2\x7f\x19\xbf\x30\x2c\x8a\x4b\xe2\x33\xc6\x61\x1f\xbd\xa6\x1b\xfd\x8c\xbe\xb6\x2c\xe8\x1b\x7d\xc7\xd8\x70\x65\xb3\x0c\x4d\x1d\x2c\x7c\x07\xbf\x04\x1d\x50\x86\x4c\x5a\xe6\x92\x2f\x7f\x3b\x3e\x3a\x3a\xf2\x5f\x5f\xe9\xa9\xfc\xbf\x88\x2a\x49\x92\xa9\x69\xc9\xdd\x60\x8b\x11\xbb\x74\xb8\xd1\xce\x78\x5d\x20\x65\x41\xb9\xfa\x88\x27\xe8\xb0\x30\xe8\xc6\x3c\x92\xe8\x5f\xb5\x58\x1b\x2c\x25\xfc\xa8\xf5\xb8\x16\x14\x3b\x03\x54\xf9\x4a\x87\xca\x1a\xc4\xab\xc7\x2a\x04\xc7\xf1\x8a\x2d\x96\x21\x08\x39\xd0\x82\xa6\x9c\x63\x0b\xa0\x23\x84\x7e\x99\x7c\x56\xf0\xa8\x05\x9f\xa8\x31\x94\xbd\xf9\xa6\xac\xb1\xdb\x02\xa6\xc8\x90\x75\xcb\x02\x58\x18\x11\xcb\x19\xcc\x3c\x0f\x42\xf7\x89\xbe\x5c\x58\x88\x64\x2c\xf3\x34\xc5\x62\x71\x5c\x9c\xb6\x3a\x71\x16\x00\x36\xc0\x63\x12\xb7\x00\xe0\xc2\x4d\xec\xd1\xb2\x51\x0c\x56\xbc\x74\x37\x9a\x3f\xbb\x11\x94\x62\x82\x80\x3c\x53\x88\x8c\xb0\x88\xc7\x96\xae\x8b\xec\xd3\xb2\xc4\xe2\xdf\xa9\xcb\x2a\x2e\x22\x46\x16\xc6\x38\xa6\x4c\x66\xb4\x7d\xc3\x7d\xdc\xc2\xbe\xf9\x18\x8a\xfa\x91\xd9\x1a\xee\xd1\xf3\xeb\x3b\xf7\x4d\xf7\x4b\x17\xd6\xa1\x2c\xb2\xe3\x24\x84\x1d\x62\x33\x24\xf0\x73\x71\xfd\x42\x6c\x87\xb1\xce\xe4\x3e\x37\xd7\xfc\xfb\x94\xdf\xd0\x44\xdf\x5a\x40\xe3\x47\x23\x56\xfa\xf9\x00\x91\x84\xa6\x94\xf9\xd8\x3a\xc3\xdc\xf9\xd4\x48\xcf\x8f\x54\xe9\x2d\x93\xf1\xa3\xe6\x60\x0e\x2e\x23\x50\xa9\x06\x6c\xe1\x48\xc7\x3b\xa6\xac\x05\x22\x97\x7a\x5c\x85\x8e\xae\x85\x59\xdd\xc4\xa1\x15\x48\x69\x40\x78\x70\x7e\x47\x4c\xb7\xe6\xce\x52\x11\x2e\x1c\xb4\x17\x34\x77\xe8\xf0\x7c\x03\x0e\x00\x7d\x94\x62\x7e\xbd\xfc\xdb\x20\xa0\x0c\x59\x9e\x6e\x9b\x6c\x62\xc3\x87\xdf\xca\x4c\x77\x23\x88\xbb\xa9\x6c\xe2\x12\x61\x79\xea\x0e\xd4\x1a\x14\x37\xb4\xe2\x4f\x4c\xa2\x04\x1b\x00\x00\xdd\x10\x44\x3e\x1e\x18\x07\x69\x16\xf4\x65\xae\x17\xd3\x8d\x29\x11\x90\x10\xf6\xb5\xf9\xf7\x37\xc8\xde\x0d\xdf\x1e\xd8\xfb\x5c\x48\x07\x60\x6a\xf7\x1c\x4a\x4c\x91\xd8\xd8\xd0\x01\xec\x71\x86\x45\x6c\xac\xe5\xa1\x56\x61\x32\x78\xb5\xfc\xb5\xe0\x39\x7a\xa6\x72\x3e\x62\xf7\xdc\x19\x1c\x11\xe3\x1e\x2e\xf3\x00\x94\xd1\x5a\x7f\x58\x02\x13\x80\x51\x37\x51\x80\x66\xc2\x5b\xe5\x1a\x41\x14\xec\x98\xf1\x98\x6c\x87\x0b\x71\x5f\xf8\x2a\x9c\xff\x5a\x10\x93\x0f\x06\x37\x45\x5b\x3a\x2d\x91\x72\x4d\xdb\x7c\x75\xe3\xe1\x1e\xb2\xed\x40\x45\xc3\x67\xb6\x29\xe4\x8a\xbf\xd5\xa0\x15\xa7\x71\x06\xd9\xc0\xa5\xb5\xf7\x20\x94\xdb\x6e\x42\x54\x4e\x55\x59\xb9\x02\xfe\xea\x33\x73\x8f\x60\xd9\x7d\x80\x31\x46\x33\xc1\xf3\xcc\xa7\xcc\xbb\x74\x3f\xb3\x0d\x56\xa6\x39\x67\x53\x7e\x62\x75\xaa\x0b\xca\x1e\x0d\xc5\xbf\xd4\x1e\x19\x9c\x51\x12\x97\xd0\x71\x5c\x91\x39\x98\xc3\x21\xa2\x2c\x4a\x72\xb8\xf8\xa4\xc2\xd1\xa3\xc1\x4a\x6d\x33\xfa\xea\x6f\xc6\xab\x93\x29\x5b\x24\xa6\x3c\x49\x6c\xb7\xc5\x05\x5a\x54\xe1\x7c\xa2\x18\x61\xf4\x70\x7b\xde\xdc\xf7\x23\xad\x3b\x73\x9a\x6f\xcf\x32\x81\xc0\xff\xfc\x48\xd7\x8a\xbb\xac\xa0\x0d\x91\x12\xa9\x7b\xe3\x52\x1b\x96\x9d\x26\xd2\x4f\x58\x91\x6d\x33\xa1\x0c\xb4\xca\x1a\x91\x7a\x35\xcc\x9a\xa5\xd6\xe3\x2d\x01\x5f\x0a\xb0\x16\x08\x0d\x6a\x47\x9e\x09\x83\xb5\xe0\xe1\x1a\xd8\x0d\xf0\x7e\xb7\xf9\x54\xde\x5d\x31\x9d\xe5\xc3\x4c\x08\x59\x03\x6d\xe0\x4e\xbf\xde\x71\x90\xa5\x57\x97\x8d\xf1\x19\x1b\xf0\xe8\x3a\x96\x62\x9c\x97\xea\x43\x77\x22\x68\x47\x8e\x46\xbc\x96\x3e\x47\xc4\x8f\xc4\x85\xe1\x78\x59\xcc\xf5\x3b\x03\xdf\x16\x2f\x61\x53\x7b\x0b\x6d\x03\xe1\x07\x62\xeb\x96\x61\x13\x5a\xfc\x1a\xa7\x0d\x2c\xba\x79\x27\x8a\x8e\xcf\xec\xc7\x97\xfa\xdb\x66\x56\x74\x09\x59\x7c\x1e\x38\x25\xc5\x4c\x9f\x6c\xd7\x6b\x8b\x11\xd2\x48\x84\x1b\x0d\xe9\x21\xdb\x68\x40\xa6\xc7\x8e\x65\x9b\x6c\x57\xae\x95\x67\x63\x87\xc7\x89\xb1\x33\xa9\x39\x98\x20\x8a\x72\x07\x9a\xa3\x95\x4d\x11\xa6\x34\x42\x82\xc5\xcc\x28\x48\x92\x28\xf9\x4d\xc3\x0e\x17\x39\x0f\x5b\xec\xf0\x06\x25\xe5\x42\xbf\x27\x88\xdf\xcb\x4e\x9a\x1f\x65\x19\xb3\xcd\xdf\xca\xbe\x38\xa3\x15\x9a\xa8\x0c\x91\xb5\x22\x2e\x0c\xc0\x69\xac\xcf\x4a\x3b\x66\xca\x96\xa5\x45\xaf\x70\xea\x11\x01\x5c\x81\x43\x9b\xdf\x65\x06\x37\x21\x00\x37\xd8\x3e\x86\xad\x6b\x88\x86\x43\xb0\x35\xbd\xda\x46\x30\x62\x03\xf7\x8a\xcf\x2a\x06\xdd\x4e\x18\x01\x1c\xe2\x43\x4d\x34\x34\xe8\x57\xb8\x58\x75\x3b\xb9\x96\x49\xac\x9b\xbc\x59\x2d\x83\xaa\xf5\x3b\x7f\x1b\xd9\x82\x07\x1e\x1a\x6d\x69\xb1\x89\xa7\xf5\x0b\x55\x37\x03\xb3\x44\xd5\x42\xc2\x4d\x1d\xaf\xd6\xa5\x1c\x62\x84\x6d\x28\xac\x5d\x6c\x62\x48\x93\x45\x41\xa6\x7a\xc5\x8d\x4e\x5e\xe9\xac\x7e\x5a\xd5\x56\xdc\x98\xe2\x74\x2c\x78\x7b\x35\x8e\x0e\xcb\xe4\x9a\x28\xd9\x77\xe6\x06\x35\x7c\x81\xfe\x9e\xe3\xc4\x5c\x6e\xcc\x92\xa3\x1b\x36\x88\xca\xdf\xfd\x19\x0d\xe0\xf6\x41\x97\xc0\x17\xc1\xc1\x0f\xad\x29\x8e\x68\x9a\x11\x21\x39\xc3\xad\x65\x69\x1e\xff\x22\xc7\x16\xf2\x7f\x8c\xa3\x88\xe7\x75\x78\xff\x35\x66\xd2\xd0\x5a\x38\x29\x8c\x1e\xf3\x09\x11\x8c\x98\xd2\x3b\xf0\x1e\x72\xef\x75\x1a\x2e\xc7\xb9\x9a\x7f\x37\x8e\x12\xda\xb9\x0e\x01\x64\x17\x0d\xf4\x67\xa7\xe6\xab\x65\x13\x28\xb5\x5f\x1a\x3a\x43\xe6\x19\x32\xcf\x8e\xd0\xf7\x38\x7a\x24\x2c\x46\x59\x92\xcf\xa8\x05\x13\x80\x1b\x0a\xd8\x65\x60\x9e\x2d\x4f\xcc\xc8\x16\xa6\x7d\x7d\x0d\x8d\x58\x8a\x1f\x0d\x36\xa0\x15\x22\x23\x9c\xb4\x42\x51\xe5\x92\x88\x31\x6d\xba\x64\xd6\xdd\xaa\x4a\x4b\x55\xda\xa3\xb1\x3b\xac\x60\x21\x7a\x9e\x73\x17\xa6\x25\xbd\x31\x76\x9d\xe3\xeb\x69\xb6\x86\xfc\xe2\xb2\xf3\x7d\x29\x26\x33\x28\x65\xce\x30\x18\x7d\x01\xe5\x32\x67\x08\x03\x78\xcc\x57\x12\xe5\x99\x93\xd2\xc0\x1a\x99\x80\x6f\xd8\x6c\x04\xd4\xd8\xa6\x5a\x57\x9b\x93\x11\x83\x78\x5b\xd7\xe2\xc2\x73\xbe\x30\x1c\xc1\x87\xc5\x34\x31\x88\xa9\x81\x4e\xd8\xce\xd3\x59\x03\xc9\x5c\x41\xad\x1d\x63\x89\xd5\x9c\x30\x30\x92\x74\x6f\x19\xb4\xae\xee\x9b\x56\x8a\x1b\xb6\xc2\xb0\xb7\xea\xfa\x25\xcc\x19\xb5\xd5\x39\xac\x21\x3f\x08\xe9\x73\xde\xae\xe2\x7b\x2a\x91\xc4\x8a\xca\x29\x6d\x34\x1e\x85\x80\x15\xdb\xac\x3a\x5e\x0f\x25\xa3\x01\x21\xa3\xb2\x16\x3e\x37\xe1\x08\x7d\x04\x5b\x58\xa0\x1f\x70\x8f\x37\xd1\xc6\xb6\xd4\xbc\xfd\xb0\xee\x22\xa8\xc7\xcd\x20\x78\x7f\xa9\x89\xd3\xe7\xa1\x1c\xa1\x41\xe1\x83\x30\x88\x1b\xc6\xbb\xb0\x62\x46\x24\x91\x64\x13\xe2\xeb\x64\xae\x53\x9e\xd9\x20\x90\xa7\xa4\xfe\xbd\x80\xe7\xf5\xc3\x7c\x86\x54\x4f\xfc\x48\xd8\x32\x9b\x4c\xf7\x11\x1a\xa3\xd9\x52\xc3\x80\xb7\xc6\x71\x63\x90\xdb\x64\x80\xdd\x8f\x5d\x01\x72\x42\xa7\xc7\x7a\xc9\xb5\x32\x12\x3d\xda\x04\x13\x63\x93\xb5\x30\x29\xcf\x73\x2e\xc3\x73\xe6\xf6\xcf\xe8\xb3\x22\x27\x2e\x91\x04\x12\x74\xfc\x02\x9b\xc8\x1c\xc6\x43\x14\x15\x18\xb5\x3f\xa4\xc6\xde\xec\xf7\x1b\x39\x16\x0a\xcb\x00\xbe\x2c\xd7\x54\xfd\x34\xff\xf8\x17\x79\x0d\x27\x76\x17\xf9\xfa\xcd\xb5\xe5\xb6\x8f\x95\xdf\xd0\x4b\xe0\xa3\xc0\x8a\xc2\x74\x38\xf6\x08\x13\x19\x8f\x51\x41\x5e\xeb\x57\xa1\x7b\xfb\x69\x55\xaa\xd7\x75\x9a\xdb\x2a\xca\xbe\x0c\x42\x09\xd0\x24\xa7\xa6\x10\x6c\x49\x2c\xb4\x39\x9d\xa0\xa1\xdb\xeb\x9f\x4a\x7f\x9f\x34\xd3\xd8\x0d\x8f\xb7\x21\xac\xf5\x41\xf5\xea\x74\xdd\x21\xd2\x58\x36\x15\xae\x5d\xb2\x12\x19\x6f\x8f\x11\x8d\xc7\xdd\x4b\xbd\x42\x50\xc0\x24\x9f\xde\x01\x74\x7b\x1b\x6e\x45\x50\xaa\xc5\x25\xa2\xe9\x7d\xd6\xdd\xf8\xb4\x88\xb6\x4d\xb1\x3e\xe6\xe2\xfa\xc7\xe8\xff\xde\xfd\x7f\xec\xbd\xdd\x73\xdb\xc8\x95\x36\x7e\x9f\xbf\xa2\xab\xf6\xc2\xf6\xef\x47\x51\x99\xa4\xf6\xad\xc4\x55\x7b\xa1\x91\xe5\x0c\x13\x8f\xe4\x48\xf2\x4c\xf6\x5d\x6e\xd1\x4d\xa0\x49\x22\x02\xbb\x61\x34\x20\x99\xd9\xe4\x7f\x7f\xab\xcf\x39\xfd\x81\x4f\x02\x24\x65\x3b\xd9\xb9\xd8\xcd\x58\x04\x1a\xfd\x79\xfa\xf4\xe9\xe7\x3c\xcf\xcd\xf5\xd9\x96\xe7\x7a\xc3\x21\x2f\xd8\x96\x35\xb1\x6a\x38\x78\x48\xb6\x77\x5f\x89\x9c\xcb\x33\xb6\x56\x13\xbc\x69\x7d\xcd\x36\x45\x91\xe9\xd7\xe7\xe7\xeb\xa4\xd8\x94\xcb\x69\xa4\xb6\xe7\xbe\x6b\xce\x79\x96\x9c\x2f\x53\xb5\x3c\xcf\x05\x60\x6d\xcf\xbe\x9b\xfe\xe6\x3b\x18\x99\xf3\xc7\xef\xce\xe1\x7e\x6d\xba\x56\xff\xf6\xee\x37\xbf\xff\xed\xff\x31\x05\x67\xbb\x62\xa3\xe4\x6b\xba\xc6\xed\x2d\xfb\x0c\x7d\xf3\x73\x7c\xa5\xf6\x95\xdf\x4f\x7f\x1d\x56\x83\x1e\xdd\xaa\x58\xa4\xfa\xfc\xf1\xbb\x85\x1d\x98\x69\xb6\xfb\x05\x9d\xfa\xd5\xd0\xa9\x0f\x49\xf1\x0b\x3a\xf5\xab\xa2\x53\x87\x7b\x38\xce\xc6\xd4\x84\xbd\xcd\xdf\x9d\x8d\xb4\x01\xf8\x7d\x76\xa8\x65\x73\x08\x73\x07\x8e\xd8\x22\x1e\x44\x03\x9d\x32\xe2\xac\xed\x8e\x0e\x1d\x81\xb6\xb1\x94\xfb\x9d\xce\xfc\xa8\x54\x69\xc0\x82\x24\x11\xd0\x39\x63\x60\x30\xe3\x49\x1b\xe6\x94\x30\x4f\xc7\xf4\xdf\x73\x12\x93\x9f\x9a\x91\x9c\x9a\x7b\x20\x1b\x79\x8a\x6f\x5b\x84\x96\x7a\xb2\x2c\xe4\xa7\xe0\xee\x1e\x28\x92\xe7\x28\x89\x71\xf2\x40\x5d\x6c\xbd\x3a\xaa\xb1\xe1\xfa\x30\xa8\xdf\x05\x12\xff\xb9\xdb\x3a\x27\xed\x4b\x1f\xb4\x1b\x87\xe5\x52\x00\x05\x56\xa2\x6c\xca\xca\x3c\x53\x5a\xe8\x29\x7b\x5b\x93\x91\xf2\xf0\xc5\xdb\xb7\x97\xec\xbb\xdf\xfd\xfe\xb7\x73\xf9\xb2\x65\xdf\x06\x7b\xaf\xf2\x35\xa1\x29\x61\xb7\xde\x72\x5d\x88\xfc\x3c\x5f\x45\xe7\x68\xe5\xce\xcd\xfb\x67\xf4\xd1\x33\xb5\x3a\x73\xc4\xc4\x67\xc4\xd1\x3a\xdd\xc6\xe3\x68\x06\x2a\x53\x0f\xf7\x1a\xda\x68\x34\x6c\x4a\x48\x48\xa4\x56\x8e\x82\x1e\xb3\x5d\x50\xad\x42\xad\x5a\xfe\x03\x04\xb7\x5f\x39\x1a\x34\xae\xed\x37\x3c\x2f\x51\xf7\xd2\x3c\x0d\x47\xb9\x9d\x22\xcf\x19\xa8\xb0\xb6\x24\x3c\x8e\x8c\xe9\xf8\xf6\xc5\xe6\xb7\x7b\x64\x65\x20\xc5\x66\xe4\x78\x56\x52\xa8\x15\x60\xf9\xc0\x13\xb6\x58\x05\x88\xd8\x9a\x9d\xd6\x33\x30\xe4\x22\xc3\x0d\x26\x54\x78\x6e\xe9\xee\x23\x79\xce\xf7\xf5\xf3\x73\xf0\x9c\x1f\xdb\xef\x64\x50\xbe\x52\x87\x1f\x0b\x28\xc4\xa5\x34\x06\x5b\x61\x9e\xdf\x7b\x8f\xea\xec\x00\x5c\x9c\x86\xa2\xca\xc8\x38\x06\x4e\x9a\x38\x2b\xd4\x19\x50\xd7\x00\x21\x0a\x2a\x0f\x74\x81\x2b\xe0\xfe\x79\xcc\x36\x69\x9e\x1f\x50\x4f\x74\xcc\x3f\x07\x15\x25\x9f\x44\x23\x91\x27\x01\xb3\x12\x29\x45\x4e\x37\x6b\x7b\x77\xd4\x91\xb7\xd3\xe1\x50\xf6\xe3\xb2\x02\xd1\xd0\x80\x15\xde\xa1\xf2\x79\x60\x04\xa6\x0c\xbc\xcf\x8d\xda\x2a\xe3\xce\xa8\x52\x07\x3f\xe2\xe9\x05\x36\xe1\x4e\xdf\x6b\xcb\x33\xa4\xaa\xfb\x7a\xad\x31\x4b\xcb\xfc\x84\x41\xbd\xf0\xa1\x51\x42\x1b\xcb\xaa\xb4\xc0\x9e\xfa\x3b\x4e\xf8\xfe\x79\x03\xd8\x87\x2d\x5c\xa2\x80\x0e\x1f\x31\x3d\x27\x7f\x33\xe7\x1a\x33\xa5\xdc\x49\xc1\xed\xdc\x08\xd5\x41\x46\xc6\x90\xf4\xd5\x7a\xf3\x9d\x39\xd3\xe5\x76\xe4\x18\x38\xa8\xf1\x90\x01\xe0\x12\xc1\xb7\x16\x75\x7b\xd6\x0a\xbb\xed\x5a\x97\x56\xf5\x2e\x5e\x58\xd6\xd0\x71\x55\xbd\x73\x05\x10\x41\x68\xb3\xde\x9e\x74\x09\x30\xda\xd8\xc7\x68\x10\xac\x6f\xd1\x71\x27\x28\xc7\x2f\x46\x90\x59\x19\xd3\x77\xf0\x11\x9c\x9c\x8d\x1e\x0c\xd6\x42\x57\x07\x8e\x0b\xb1\xf5\x45\xac\xda\x40\xfd\xc8\x53\xe7\x73\x78\x4c\x2d\x1b\x87\x47\xf7\xe2\xa3\x97\xf8\xdc\x65\x62\xc2\x96\x25\xfc\x7e\x7d\x73\x1f\x62\x36\x12\x6c\xed\x59\xb4\x11\xd1\x03\x04\x4c\x70\xcb\xc3\xc5\x60\xe5\x5d\x97\xbb\xb9\xf4\x02\x60\x85\xb2\x00\x84\x9d\xe3\x44\x77\xba\x00\x2a\x67\x71\xa2\xb3\x94\xef\xe0\xaa\x57\x22\x5a\xdf\x5f\x13\xbb\x34\x17\x63\x0a\xf6\xc5\x8b\x87\x8f\xb4\x19\x95\x0b\xff\xde\xd8\xbe\xe4\xf9\x32\x29\x72\x9e\xef\x98\xef\xcc\xa6\x3d\x60\x5a\x6c\xb9\x2c\x92\x68\x2e\xb7\x82\xcb\x10\x9b\x47\x57\xdd\xa6\x93\x63\x25\x88\x35\x78\xb5\x12\x51\xe1\x69\x07\xc1\x79\x77\x3d\xb5\x6f\x0d\x8e\x6b\xbb\x5b\x79\xbd\x4d\xff\x21\x91\x98\xe4\x9e\x6c\x01\xf9\x49\x73\x88\xb6\xc6\x03\x2f\x6f\x40\x30\x8e\xb6\x5c\x7b\x18\x84\x7f\xd9\x39\xc5\x96\xa2\x78\x12\x90\x55\x4f\x69\x80\x6d\x3e\xfe\xd1\xa2\x01\xc7\x49\x2b\xb6\x8b\x52\x06\xc8\x01\x5c\x60\x21\xa4\xcc\xd1\xff\xc8\x1a\x8f\xcf\x0b\x4a\x4c\x84\x68\xcf\x0b\x8a\x5b\xbd\x80\x6d\xda\x9c\x1e\xf3\x47\x11\xcf\x65\x95\x5c\x89\x7c\x46\xbf\xe0\x98\x97\xc3\x3a\x8d\xb5\xb1\x7d\x3c\x28\x96\x7f\x05\x84\x12\x9e\x4a\xd2\xa5\xde\xf5\xc8\x73\xb5\xcb\xf9\x3f\x83\xf2\xd3\xe0\x4b\x1e\xaf\x98\x45\x72\x37\xa4\x8e\x57\xc1\x53\xb8\x49\xe9\xa8\x63\x90\x57\xce\xc1\x60\x29\x2e\xd9\x88\x74\xb6\x95\x31\x97\x36\xa7\x7a\x55\xa6\xc8\x15\xda\x05\x71\x21\x26\x29\x9b\xff\xf1\xf5\xf2\x80\x5c\x5c\x8d\x05\x0a\x63\x0e\xf6\x10\x40\x92\xd1\xd6\xd9\x59\x2f\xa4\x46\xb5\x4f\x2b\x2e\x04\x81\xe7\xb5\x28\x60\x37\x8f\xcb\x14\x53\x84\x21\x62\x0e\xac\x54\x3c\x4d\x59\x52\xe8\xb9\x74\x24\x5a\x48\x89\x0e\x16\xd6\x86\xd4\x63\x3a\x72\xc1\x27\xa0\x58\x12\x46\x06\x3f\x2c\x89\x92\xa2\x01\xe4\xde\x85\x82\x1c\x59\x26\x38\x66\xb4\xe1\xb0\xcd\x65\x78\xe6\xaa\x0f\x02\xa5\x7f\x81\x00\xec\x29\x32\xb1\x7a\x70\xf9\xa0\x9a\x3b\x7a\x48\xa6\xec\x02\x5b\x67\x0e\x5c\x56\x6b\x13\x6b\x4b\x59\xf4\x84\xb7\x34\xa7\x9a\x42\xdb\x18\xb9\x3f\xb7\x66\x3c\x2f\x92\xa8\x4c\x79\x9e\x02\x33\xfd\xaa\x4c\x59\xb2\x0a\x64\x43\x61\x0c\x90\x42\xc9\x0c\x57\xa4\x60\xaf\xb6\x51\x72\xcd\xb7\x22\xc8\xde\xa6\xf0\x4e\x1a\x60\x28\x90\x17\x1a\x2f\xe7\x4d\x59\xaf\xa6\xec\x4d\x5d\xbe\x17\xd6\x44\x40\xbd\x98\x68\x34\x7f\xae\xbe\x41\xe2\x21\xca\x00\x27\x2b\x73\xa4\x7c\x11\xac\xba\x2e\x21\x7c\xae\x1f\x46\x02\x34\x2c\x81\x7f\x3f\x76\xb8\x35\xf1\xf8\x1e\xc4\xd2\x2b\xb0\x0d\xb7\x20\x3a\x2a\x68\x77\x85\x91\x95\x0c\x69\x2b\x0f\xa8\xe8\xcf\x81\x1a\x79\xbd\xb2\xdb\x1e\x95\x52\x18\xc7\x91\x55\x0d\x34\x7f\xc6\x57\x34\x98\x39\x21\x1c\x67\x48\xcf\xae\x79\x31\x16\x9b\xe3\x52\x72\xc6\x57\xb4\x15\x07\xd5\x59\xcd\xfd\x91\xa6\x9f\x2b\x22\x41\xcc\xd4\xca\x9c\xf2\x05\xe2\xcc\xd4\x2a\x30\xc1\xb4\xdf\x90\x9a\x10\x10\xb4\x3b\x9b\xb0\x14\x2c\x4d\xe4\x83\xa5\x63\x30\x13\x74\xc2\xb8\x2f\x1d\x6c\x04\x76\x32\xae\xb9\x0e\xcf\xab\x4d\xce\xe0\x08\x67\x6c\x58\x52\x63\xfb\x09\xd9\xd6\x64\x94\x62\x85\x6d\x70\x5b\x3b\x86\x0f\x4b\x2f\xfa\xda\x9d\x79\x2c\xe4\x1a\xb7\xc1\x00\x63\x19\x48\xce\x77\xf6\xef\xfb\x4d\x15\xb3\x37\x42\xfc\xe7\xc3\xf5\x9b\xab\xb7\xb3\xeb\xaa\x62\xcf\x9f\x3f\x5c\x7d\xa8\xfe\xe5\xf6\xc3\xf5\xf5\xec\xfa\x0f\xe1\x9f\xee\x3e\x5c\x5e\x5e\x5d\xbd\xa9\x3e\xf7\xf6\x62\xf6\xae\xf6\x9c\xf9\x53\xf5\xa1\x8b\xef\x6f\x6e\x6b\x1a\x41\x56\xe0\x27\xf8\xd3\xfd\xec\xc7\xab\x37\x8b\x9b\x0f\x15\x99\xa1\x37\xff\x79\x7d\xf1\xe3\xec\x72\xd1\x52\x9f\xdb\xab\xcb\x9b\x9f\xae\x6e\xf7\xa8\x04\xf9\xf6\xb6\x76\xe9\x29\xc0\x56\x07\x6b\x46\x5d\xb0\x55\x9e\x08\x19\xa7\x3b\xc4\xab\xdb\x73\x60\x0d\x7a\x1a\xee\x54\xc9\x56\xa8\xf2\x18\xd8\xf9\xfd\x46\x30\xf5\x28\x72\x60\x8e\xc0\xd2\x28\xcd\xb4\x86\x52\x0e\xbe\x9a\x8b\x22\x6f\xc6\xd0\x7b\xb3\x6b\x8a\x7c\xe7\xf2\xb7\xfa\xaa\xe3\x59\x87\xe8\x23\x2c\x13\x79\x5f\x5d\xc0\x8f\xc8\xcb\xac\x48\x96\xdd\x89\x04\x03\xd9\x78\xc6\x9f\x54\x91\x23\xaf\x9d\x50\xe4\xba\xdd\x30\x56\xf0\xf4\xc7\xc0\x74\xa1\x84\x43\xa5\xd0\xdc\xdb\x16\xda\x98\x95\xcb\x34\x89\x58\x12\xd7\xa3\x0f\x98\xf6\x85\x01\xd6\x3a\x95\x66\x26\x72\x70\xec\x8c\xbf\x9c\xe5\xe2\x8c\x97\xc5\xc6\xaa\xb4\xbb\xec\x3f\xa4\xb6\x14\x51\x2e\x30\x72\x2e\x34\x84\x34\x51\x03\x2b\xf8\x12\x54\x86\xb2\x9e\x63\x20\x58\x99\x06\xb4\xe6\x1d\x11\x75\x7c\x13\x4b\x1f\x11\x52\xc4\xe7\x7b\xbb\x86\x6a\x9c\xe8\xba\x00\x32\xb8\xb0\xf8\xa3\x55\xd2\x32\xed\x36\x96\xda\x29\x49\xe1\x20\xdb\x7c\x87\xf6\x66\xec\x9b\x63\xe1\x44\xa9\x42\xff\xa9\x74\xfa\xe9\x32\x17\xb0\x89\xd0\xc5\xb9\x3d\xed\x03\xd0\x83\xf2\x23\x20\x2d\xc2\x1c\x6c\x96\x62\xc3\xd3\x15\xc6\xf0\xcc\xd0\xf8\x75\xd5\x9c\xa2\xf7\xea\x41\xc8\x5b\x1c\xb0\xaf\x62\x0e\x25\x9e\x13\x7c\x1e\xbc\x8b\x9f\xf8\x80\x9f\xa9\xa3\x9d\x55\x36\x3f\x0c\x9c\xa7\x02\xbd\xea\xe0\x67\x4c\x80\xf0\x2c\xb7\x36\xb5\x6c\xb5\x4a\x3e\x9b\x02\xe7\x52\xb4\xf2\x7c\x02\xba\xc6\x32\x12\x39\xbb\x0c\x48\x22\xa4\x75\x79\x10\x12\x34\xb8\x50\xa2\x77\xef\x9c\x1d\x17\x6d\x6e\x8e\x45\x4f\xf8\x1b\x22\x64\x49\x45\x9a\x2c\xbc\x13\xb1\xfd\x04\x89\xa0\x0f\x62\xca\xde\x10\x59\x85\xf9\xcb\xe5\xbb\xd9\xd5\xf5\xfd\xe2\xf2\xf6\xea\xcd\xd5\xf5\xfd\xec\xe2\xdd\xdd\xd0\xe5\x77\x8a\x5c\xa2\xda\xea\xab\xa7\xd4\x38\x0b\x71\x4e\x2b\xcf\xa7\xb4\xba\x46\xf9\x65\x07\x43\xb2\xbf\xf6\x49\x9c\x2d\xe2\x44\x47\x66\xfb\xdb\x2d\x84\x8c\x81\x20\xf9\xa0\xa9\xda\x5e\x54\xbd\x15\xee\x09\xe6\x9e\xb0\x16\x04\x77\xbb\x47\x3b\xa3\xdd\xef\x80\x51\x83\xa0\x5d\x2e\xcc\xe2\x8f\xe7\x32\xd8\x6d\xa6\xfb\x55\x31\x4c\x71\xc7\xb5\xad\x5a\x44\xbd\x4d\x58\xdf\x44\xeb\x92\x1b\xfb\x68\x1f\x03\x80\x5e\x47\xaf\x10\x6b\x5d\xc8\xd2\x9c\x04\x0a\xa3\xcc\x9c\xe4\xb7\x5c\xc6\xbc\x50\xf9\xae\xa3\x89\xc3\x8c\x67\xb8\x6c\xaa\x26\x34\xdc\xb2\xa5\x10\xb1\x1d\x05\x7c\x94\xcb\xfa\x54\x42\x2e\xe7\xfb\x9b\x3f\x5d\x5d\xdf\x2d\xae\xae\x7f\x5a\xbc\xbf\xbd\x7a\x3b\xfb\x8b\xc3\x0d\x66\x5c\xb7\x29\x0a\x66\xb9\x30\xd6\xc5\x52\x63\xb4\xda\x17\x94\xf9\xb3\xe5\x90\xb4\x53\xb2\x9a\x4b\x6b\x59\x72\x5f\xfc\x26\x57\xe5\x7a\xd3\x5e\x50\xbd\x96\xef\x2f\xee\x7f\x38\xa8\x9a\x40\x5c\x84\x5a\x60\xb8\xda\x9a\xf8\xc9\x64\x45\x76\x0f\x41\x97\xb5\xea\x01\xfd\x16\x3c\xda\x16\x93\xef\xb0\x68\x07\x9d\x5e\x9a\x46\xab\xd7\xf9\x6f\x79\xbc\x6b\x02\xdd\x07\x76\xb3\xb2\x8d\x00\x9e\x17\x25\x25\x1b\xa5\xbd\x6e\xf9\x5b\x65\x07\xfb\xcd\x59\x2a\xd6\x6b\x11\xe3\xf4\xaa\x17\x4c\x11\x2b\x32\x81\x91\xdf\xd7\xdb\x7a\x91\x44\xdf\x8e\xd8\x98\x1d\x3a\x6a\xb8\x01\x7f\xef\x5e\x69\xb7\x15\x97\x56\x58\x3a\x52\x52\x17\x5c\x76\x5c\xbb\x3e\x36\xf1\x8c\x83\x4c\xd1\x4d\xce\x5c\xaa\x10\x05\x48\x6c\x80\xdd\xaf\x83\x43\x2e\x9c\x48\xdc\x4e\x52\xc4\x23\x10\xbd\x0b\x94\xb0\x5b\x06\x01\x22\x8d\xb7\xd6\x22\x3e\x7f\x70\xa3\xf7\xe8\x44\x6c\x4d\x10\x18\x45\x75\x21\x82\x6a\x63\x34\x08\x24\xbb\x3a\x61\xb4\xc7\xe4\xc3\xfe\x44\x5d\x8f\xa7\xd6\x6a\x60\x96\x5b\x3e\x34\x37\x40\xce\x79\x1b\x1f\xdf\xaa\xf8\xe1\xbe\xe4\x2c\x57\x71\x19\x59\xc6\x18\x28\xd6\xe3\x41\x28\xa0\x65\x37\xd8\x98\x9d\x99\x61\xa6\x43\x8a\x88\xcf\x00\xe9\x3d\x97\x5d\x97\x2f\xd6\x06\x74\x84\xb9\xde\xdb\x5d\xeb\x98\xb1\x6f\xe9\xfd\xee\x25\x68\x3b\x7b\x58\xc6\x25\xb3\x8f\x83\xb3\xd7\x01\xa7\xa1\x71\x59\x72\xbc\x59\xad\x6e\xc7\x5d\x04\x11\xce\xaa\x8e\x43\xfd\x0c\x03\x4d\x54\x53\x29\x70\x8b\xdc\x70\x8d\x9e\x6b\x11\x6d\xaa\x15\x87\xd6\x54\x49\xd5\xea\xd5\x75\x9e\xe0\x71\x11\x82\x41\xf7\x2b\x13\x3c\x53\x27\x9a\x6a\x1f\x0a\x64\x39\xb5\xbf\x71\x13\x3f\x74\x8e\xdc\xe1\x05\xed\x1e\x18\xac\x94\x97\x32\xda\xb0\x2c\xe5\x98\x65\xbc\xe1\x1a\xa7\xb4\x05\x19\xf0\x65\x92\x26\x05\x90\xb8\xe0\xdd\x57\xad\x87\xcd\x89\x86\xe7\x0f\x96\x37\x95\x7b\xc6\x9e\xbe\x49\x7f\x24\x98\xd3\x8b\xca\x7f\x49\x38\xa7\x5f\xb2\xc1\x1b\xbd\x37\x67\x7e\x5a\x12\x94\xd3\x0f\x87\xb1\x78\x30\x2d\x7d\x5b\xc6\x8d\x2c\x95\xf8\xbe\xfe\x7a\xa5\xbf\x5b\x36\xea\xf1\x50\x06\x22\x04\x1f\x61\xe6\xeb\x74\xe1\xad\x2b\x6b\x95\x2a\xde\x21\x59\x6b\xcb\x46\xf6\xef\xae\xb2\x63\x55\x2e\xbb\xf8\x66\xb1\x56\xfd\xa5\xf7\xc5\xfd\xed\xba\x3d\x55\x5c\x30\x34\x80\xbc\x10\x45\x32\x2e\xb4\x11\x34\x9a\x17\xe2\x0c\x5e\x6f\x2f\x9c\x52\xcf\x06\xb7\xb9\x31\xd1\xbc\x06\x85\x63\xb5\x05\x90\x59\x73\x76\xfd\xb9\xe4\xc6\x34\xdc\xac\xee\x90\x55\xe4\x98\x49\x56\xb4\x10\x6b\xb4\xaf\xc4\xfa\x57\xef\xab\x97\x2a\xe1\x1c\x18\x9c\xad\xd9\xd6\x9a\x3b\xf3\xf6\xf0\x05\x59\xd5\x75\xcf\xf2\x44\x01\xaf\x06\xa9\xc9\xf7\x10\xf3\xb5\x7e\xf7\x88\x9e\xfc\x54\x8a\x52\x98\xb9\xbf\x2c\xe3\x75\x33\xb6\x39\xc2\x3b\xf3\x4d\xda\xa8\x27\xb6\x2d\xa3\x0d\xb3\x85\xb3\x58\xa4\x7c\x57\x69\x1a\xf8\x4b\x85\x4a\x81\xea\xf6\x40\xde\xcd\xa8\xd4\x85\xda\x02\x08\xd3\x97\x9b\x97\x12\x26\x3c\xe3\x45\x91\x27\xcb\xb2\x68\x05\x6c\x55\x78\xb8\x0e\xbc\xd0\xba\x7b\x7f\x75\x39\x7b\x3b\xab\xdd\x26\x5d\xdc\xfd\x29\xfc\xf7\xcf\x37\xb7\x7f\x7a\xfb\xee\xe6\xe7\xf0\x6f\xef\x2e\x3e\x5c\x5f\xfe\xb0\x78\xff\xee\xe2\xba\x72\xe7\x74\x71\x7f\x71\x77\x75\xbf\xe7\x5a\xa9\xf9\xd5\xee\x81\xe0\x01\x4d\x98\x85\x85\x5a\xbe\x64\x7b\xba\xa4\xaf\xbe\x66\x17\x96\x34\xad\x42\xeb\x67\xaf\x06\xe1\xe6\x1d\xd5\x83\xe9\x06\xf1\x0d\x2f\x38\xa9\xb1\x4f\xd9\x05\xb3\xaa\xfa\x00\x86\xd6\xc6\x59\x20\x46\x29\x33\x3a\x58\x84\xf1\x18\x22\x7f\x72\xf3\x82\x70\x6a\x45\x5c\x6e\xa9\x08\xa9\xc3\x6d\xe6\xcf\x5c\x5e\x3d\x0a\x59\x94\xc0\x6b\xcc\xd3\x94\x59\x11\x78\x7a\x20\xc8\x6a\xb6\xb5\xd4\xc9\x36\x49\x79\xee\xb5\xbb\x6e\xa8\x2c\x70\xd8\x6d\x5d\x1d\x89\x4d\x33\x65\xd6\x1e\x1e\x3e\xcc\x18\xd4\xfb\xf2\xdd\x0c\x5c\xa0\xa8\xb0\xc2\x14\xf6\xe3\x73\x89\x5c\x61\xf4\xc5\x2d\x07\x80\x7e\xa1\x28\x9e\x86\x9f\xa7\x87\xbb\x27\xa2\x3e\x66\x11\xdb\xc8\xf3\x73\x81\x80\x5c\x25\xed\x7f\x5c\xc9\x22\xdf\x0d\xf6\x6b\xee\x21\x23\x55\x83\x6f\x4a\x78\x9f\xaa\x9e\x17\x86\x3b\x98\x2d\xfd\x1a\x9c\x1d\x0b\x46\xa3\x68\xbc\x0b\xba\x0b\x60\x4f\xee\xf0\xbf\x53\xb3\x09\x7d\xab\xfd\x10\x92\x86\x40\x2f\x2c\x55\x29\x63\x4d\xc8\xa4\x6d\x22\xcf\xb7\xfc\xf3\x2b\xdb\x52\x4c\xc2\x77\xac\xfa\x40\xb0\x24\x52\x73\x12\xd9\x19\x23\xd7\xdf\x5d\x73\xd9\xd3\x5f\xfb\xbd\x45\x6b\x59\xe1\xd8\xe3\xcf\xa8\x88\xb1\x7a\x14\xbb\xb6\xf1\x6b\x28\xa3\x20\x8e\x8b\x16\x3c\x14\x92\xe5\xc2\x3c\xe8\x00\x5c\x29\xe2\xf2\xdc\xbf\x01\xa8\x5d\x51\x6f\x6b\xb7\xdd\xe1\x2d\xef\x51\xcb\xa6\xf5\x7e\xf9\x19\xa4\x6d\xe8\x4b\x66\xcc\xf0\xb6\xd9\x06\x3a\x09\x98\x4e\xd7\x68\x66\xb0\xfe\xaa\x96\x6c\x05\x59\x1a\xa4\xce\x9c\x0b\x08\x6c\xc3\x50\x58\x2e\x66\xa0\xe1\x69\x5c\x61\xdb\x29\x90\x0a\x0d\xe1\x5e\x69\x8e\x5b\xe2\x53\x49\x37\x76\xdf\xfd\x7a\xdc\x3e\x5b\xe4\x3b\x66\x79\xff\xc3\x2c\x11\x4a\x92\xa2\x3d\x17\xea\x55\xca\xa4\x8d\x9b\xeb\xb6\x94\x66\x2b\x3e\x05\xd8\x61\xf8\x6d\x56\xed\xa3\xf4\xcf\xbd\x89\x14\x36\x10\x9b\xe3\xf3\xcf\x46\xb8\xf8\x53\x8d\x67\x91\x3e\x07\xb0\x5d\x2a\x3d\xdc\xd0\x96\x3c\x7a\x78\xe2\x79\x8c\xb1\x42\x40\x1f\x4c\xd9\x0f\xea\x49\x3c\x8a\x7c\xc2\x22\x91\x17\x9c\xe8\x8d\x34\x5c\xbf\xc2\x82\xa2\x72\xe6\x12\x50\xec\xc8\x15\x25\x41\xd8\xba\x48\xd6\x1b\x73\x9e\x0c\x2e\xcf\x55\x6e\xcc\x51\x81\xfc\x76\x99\x88\x88\x50\xa6\xa3\x03\x56\x29\x7f\x6c\xf2\x35\x1d\x92\x09\xcf\x66\x2e\x15\xcf\xde\x4e\x59\x7e\xfb\x3e\xb8\x03\x75\x18\x19\x4d\xa4\x00\x99\xb0\xb5\x4a\xb9\x5c\x4f\xa7\x53\x26\x8a\x68\xfa\x6a\xd4\x44\xa7\x02\xc3\xfb\x2e\x07\x41\x4d\x95\xd2\x22\xdd\x39\x12\x14\x97\x24\x60\xba\x19\x72\x44\x74\x82\x21\x8f\x96\xe9\x7f\x57\xcf\xa8\xff\xb2\xa1\xf3\xf6\x93\xea\xe8\x14\xb4\x8e\x72\x40\x2e\x67\x44\x49\xf8\x7c\xfb\xc9\xeb\xa0\x94\xca\x0e\x2e\x56\x25\xc7\xe6\x09\xfe\xa4\xba\xc4\x9f\x0f\xe2\x26\x6b\x2d\x89\x88\x1c\x0e\xca\xad\xea\x8a\x58\xd4\xd2\xdd\x8e\xc8\x74\xeb\x49\x5a\x1b\x99\xaf\xd6\xb2\xee\x5a\x96\x45\x6d\xb8\x47\x2f\x8b\xfd\x0c\xfe\xad\x0d\x1a\x99\x0f\xe8\x13\x77\xc7\xb8\x4e\x98\x52\x94\xee\xe0\xc4\xe5\xb2\x03\x21\xb2\x1c\x07\x91\xf1\x4a\xe0\x1f\xf2\x54\xfc\xcd\x81\x23\xd8\x09\x2e\x0a\x74\xa1\x72\xbe\x16\x6c\x2b\xe2\xa4\xdc\xb6\x1a\x1b\x57\xdd\x63\xd0\x5e\x2a\x2d\xb7\xdd\x54\x67\xc7\x3a\xd0\xbe\x92\xf8\x5f\x97\xf0\xb9\xc1\x0e\xb4\x97\x39\xb7\x42\x2a\x54\x5f\x0c\x83\x53\x5f\x9b\x9d\x32\x4f\x34\x90\xf2\x1d\x92\x16\xe6\x8a\xc1\xa2\xe1\xb6\x6e\x97\x61\xf8\xb5\x32\xba\x67\xf6\x76\x87\x5e\xd1\x38\xaa\x70\xc5\xd7\xbd\x29\xd4\x31\x64\xa3\xc7\x08\x64\x3a\x0e\xba\xd7\x04\xb7\x31\x20\xcc\x26\x90\x0b\x14\x48\x37\xf1\x85\x62\x2b\x9b\x68\xf4\x20\x02\xea\xa6\x18\xa8\xb4\x9f\x90\x07\xe4\x4f\xbf\xd3\xf6\xce\x9e\x60\x15\xde\x63\x29\xfc\x47\xf0\x6e\xe0\xf1\x3b\x8b\xa6\xc1\x16\x62\x11\x40\xb0\x14\x73\x59\xb4\x16\xe0\xc1\x66\x50\x16\xbe\xf2\x13\x2f\xd3\xf6\xc7\xa9\x7c\x78\x14\x65\x79\x2e\x7e\xbe\x63\xd8\xd5\x44\xba\x9c\xf7\x55\x34\x28\x64\x3f\x9e\x07\xba\x6b\x71\x80\x27\x58\x19\x07\xec\x74\xcb\xba\x6d\xba\x5d\x14\xd1\xc6\x7b\x1e\x55\x7d\x5d\xd2\x5c\xa3\x76\x6e\x3d\x8d\x34\x42\x25\x43\xcc\x59\xb2\x96\x2a\x54\x40\x50\x52\xc0\x25\x8d\x31\x40\x2a\x2c\x96\x25\xc5\x7e\x60\xcf\x48\x56\xa5\x7d\x53\xad\x50\x08\xd8\xa0\x76\x56\xee\xda\xe0\x48\x91\x20\x17\x8b\x45\x45\xe2\x99\x88\x24\xbc\xea\xc4\xc2\xd5\xec\xf6\xb9\xac\x7e\xaa\xd1\x49\x16\x79\x93\xe4\x02\xf9\x40\xb5\xf1\xde\x8a\xe4\xd1\x2c\xd4\xe6\xb4\x76\x13\x14\x2c\x40\x73\xee\xcd\x25\x56\x3b\x20\x15\x7d\x10\x3b\x1d\xea\x85\xd1\x8c\x62\x5d\x13\x32\x31\xed\xa1\xf1\xda\x3f\x14\xd0\x71\x8b\x40\xff\x7c\xd8\x5e\x86\x1f\xfd\xd1\xbc\xdc\x03\xe9\x6b\x14\x6e\xe6\xa0\xcf\xe4\xf2\x31\x45\x32\x13\xbe\x9f\x69\x0c\x3d\x6a\xa7\x45\x1b\xdf\x87\x67\xe1\xe0\x6b\xce\xb7\x73\x49\xbc\xc3\xc1\x26\x67\x0c\x4e\x73\xd8\x28\xbd\x14\xd9\x4e\x77\x15\x6a\x0c\xa0\x86\xb3\x34\x79\xd5\x4f\xda\x7b\x47\x2b\x37\x39\x97\x24\xea\x0f\xaa\xfc\x14\xc3\x6b\xfd\xe0\x81\x50\x30\x1a\xdc\x4e\xf8\x97\x3f\xc2\x50\xc7\x11\x3b\x1a\x0a\xcf\xe1\xe9\x27\x12\xa6\xfb\x2e\x64\x2b\xf2\xca\xe2\xae\xee\xae\x2e\x6f\xaf\xee\xbf\x18\x3c\xcc\x62\xb3\x46\xe3\xc3\x6c\x3d\xdf\x5c\xbd\xbd\xf8\xf0\xee\x7e\xf1\x66\x76\xfb\x1c\x00\x31\xfa\xe9\x00\x84\xd8\x1d\xd1\x99\x5f\x2a\x59\x88\xcf\x47\xed\xc9\x79\x29\x17\x7c\x44\xa6\x82\x93\x35\xe8\x73\x77\xb0\xd0\x26\x1d\xbb\xe3\x4a\x27\x6e\x3e\xdc\xd1\x1c\xfb\xfa\xca\x07\x0d\x57\x49\x9a\x42\x9a\xa3\x0b\xaf\x53\x52\x90\xe9\x54\xb0\x3f\x96\x8e\x90\x6c\xea\x5c\x2e\x2b\x9c\xf9\x10\xf2\xdb\x98\x43\x30\x26\x38\x66\xa6\x03\xf2\x04\xd2\xc7\xfa\x18\xdb\xd7\x89\x14\xbe\x1a\x28\x12\x5b\x4a\xd6\x49\xb3\x4b\x83\xf8\x9c\x59\xac\xe4\x78\x0d\xf5\x35\xed\x8c\xab\xcc\x4f\xeb\x7e\xda\x1f\x5d\x0b\x71\x11\x27\x12\x1d\xd3\xca\x6a\xbe\x6b\x9f\xba\xe7\x7e\x09\x40\xbf\x9b\x91\xe4\x70\x07\x01\x3a\xac\x7e\x20\x69\x20\x50\xcf\xc5\x5f\x4e\x3c\x24\x88\xa2\x51\xab\x5a\x3f\x1b\x53\x68\xfa\x3a\x81\x9b\x0a\x4e\xcc\x0d\x51\x5a\xea\x42\xe4\x14\x36\xb9\xf8\xf9\x6e\x2e\x51\xac\x9f\x76\x21\xd2\xfc\xc0\x4f\x20\x86\x43\x55\xbe\x6f\x3d\x94\xd0\x82\xbd\xc4\x18\xf5\x56\x70\xa9\x51\x23\x3b\x4d\x45\xee\x67\x06\xd6\x47\x88\x98\x74\xd2\x80\xaa\xd2\xbf\x4f\x32\xc9\x0a\x56\xad\xa9\x2f\xfd\x4a\x42\xc1\xf5\xf9\xd4\x95\x45\x0b\x00\xd1\xe7\x9c\x39\x2d\x79\x0a\x43\x67\x11\x61\x6b\x5b\x27\x51\x35\x6b\x60\xd0\x5c\xba\xc7\xe2\x7e\x99\x4a\x27\x9c\x4a\x03\xf6\xf5\x70\x97\x60\x1b\x65\x0c\xa8\x93\xc2\xf0\xd7\xcc\x2e\x8b\x3f\x05\xfc\x93\xe9\xc6\xd6\x5d\xa7\x26\x0a\x77\xc4\xae\x83\x2a\x70\xc7\xc1\x39\x2f\x5a\xe8\x42\xbc\xfa\x90\xbd\xdb\xe9\xd5\x9b\x7b\x1e\x5a\xae\x0b\x8b\xb7\x93\xaa\xb0\x09\xf6\x0e\xe2\x46\x78\x3d\xf3\x80\x63\x76\xe8\xad\x23\xb1\x25\x58\x2f\x65\x71\xa4\x66\xd3\x7d\x88\x0b\xac\x24\x51\x62\x2d\x42\xd9\x57\x42\x10\x7b\x82\x83\x31\x93\xef\x70\x55\xc0\xea\x9c\x73\x64\x79\x07\x81\x1d\xae\x6f\xae\xaf\x42\xa8\xc2\xec\xfa\xfe\xea\x0f\x57\xb7\x95\xf4\xdb\x77\x37\x17\x95\x14\xda\xbb\xfb\xdb\x5a\xe6\xec\xf7\x37\x37\xef\xae\x1a\x98\x87\xab\xfb\xd9\x8f\x95\xc2\xdf\x7c\xb8\xbd\xb8\x9f\xdd\x54\x9e\xfb\x7e\x76\x7d\x71\xfb\x9f\xe1\x5f\xae\x6e\x6f\x6f\x6e\x6b\xdf\xfb\x70\xd9\x8f\x9e\xa8\x34\xa3\x3d\xfc\xe3\x2f\x67\x03\xde\xc0\xd6\x65\x5c\x55\x4d\x3c\x62\x15\x0f\x04\x61\xed\x9b\x8e\x36\xbb\x36\x0e\xe9\xc4\x71\x61\x98\xaa\x8e\x9a\x75\xa7\x97\x79\xac\x74\x5d\xc6\x8f\x33\x7b\x66\x57\x5b\x9c\x02\x14\xd7\xeb\x00\xba\xaf\xd4\x02\xb7\xba\x80\x14\x24\xec\xda\x0c\x6e\xb0\xd6\xbc\x53\xde\x44\xc6\xcf\x5e\x53\xfb\x8d\x7d\xf5\xf4\x3c\x35\x7b\xe8\x3e\x4e\x45\x5e\xd0\x57\xe9\xe0\x63\x36\x37\xd8\x0b\x5a\xd9\x1f\x83\x8d\x1b\x9a\x61\x66\x4e\x30\x1d\xbb\xf4\xf8\xda\x73\x1c\xfa\xa9\xa5\xc6\xd6\x9f\x3e\xd2\xac\x7b\x8d\x59\x61\x44\xbd\x81\x0f\x66\x4c\xbd\xef\xb9\x7e\x18\x5b\x6f\xfa\x48\xb3\xde\xe0\xf6\x1d\x54\x6f\x08\x78\x17\xed\xac\x17\x23\x8c\x58\x58\x4c\xb5\x7a\x2e\x25\xd7\x3d\x12\xc8\x5e\x0e\xab\xa3\x59\x00\xcf\x7b\xbc\xcc\xf8\xf0\x8b\x0c\xa8\x8d\x5b\xae\xbc\x46\x99\x7c\x07\xbf\x42\x0b\x97\xb9\xe0\x0f\xb1\x7a\xa2\xf1\xa8\x23\x43\xd9\x20\x6b\x5e\xed\x20\x63\xc3\xed\x16\x01\x62\xd9\xe6\x93\x88\x52\xf3\xc5\x03\x4c\x2e\x21\xd2\x5f\xf4\xc1\x02\xbd\xc6\x3a\x6f\x08\x30\xb5\x48\x3f\x3a\x73\x89\xde\x7c\x9b\xe6\xa3\x19\x55\x53\x23\xca\xf4\x87\xa6\x3a\x1f\x1a\x2f\xd7\x75\x30\xb0\x94\xcb\x50\xe6\x00\xa6\x5b\xe6\x70\x66\x82\x0e\x49\x24\x04\x93\x73\x73\xe0\xc9\x45\x94\x68\x11\x28\xde\xb4\xee\xd8\x9f\x8e\xe3\xc7\x2f\x78\xd1\x1a\x76\x1d\x1c\x0f\xe7\x51\x51\xf2\x94\x7d\x2a\x45\xbe\x23\x7a\x31\x8c\x55\xe2\x5f\x22\x2e\x31\x69\xa2\x10\xdb\x0c\x92\x70\x43\xb4\xff\x5c\xfe\x0c\x40\x09\x1c\x82\x17\x9a\xfd\x01\x20\x0f\xf6\x61\xda\x84\xb7\xbc\x80\xbd\xf8\xcf\xf8\x0d\xf7\xdb\x74\x2e\x2b\x0a\x12\xc1\x5b\x15\x31\x89\xe9\x5c\x5a\x0a\xf7\x58\x45\x7a\x0a\x27\xbe\xa9\xca\xd7\xe7\x24\x81\x6a\x26\xbb\x7a\x58\x2a\xf5\x70\x2e\xe4\x39\xc4\xa4\x8a\x73\x5e\x16\xea\x1c\xe0\x52\x38\xfe\xfa\xdc\x2a\x25\x5a\xa9\x49\x7d\xbe\x49\x1e\x05\xfc\xbf\xe9\xa6\xd8\xa6\xff\xa6\xb3\xcd\xe7\xb3\x75\x9a\x9f\x99\x77\xcf\xc2\x77\xcf\xec\xbb\x67\xf6\xdd\x33\xf3\x1a\xfe\xbf\x6c\x87\xd7\x3b\xe2\x33\x37\x7b\xd9\x64\x2e\x13\xa9\x45\x5e\x80\xf7\xf3\x94\x27\x85\x97\xea\xd8\xb1\x17\xff\xf3\x3f\x6c\x9a\xf3\x27\x4c\x9f\x7b\xc3\x0b\xfe\x1e\xe3\x8b\xff\xf8\xc7\x0b\xb8\x50\xc5\xfc\x96\x8c\xe7\x9f\x4a\x51\xcc\xa5\x16\x66\x11\xb2\xff\x6f\x2e\xe1\x06\x76\xbb\x5b\x14\x18\x77\xc5\x18\x64\xac\xd9\x7f\x60\x99\x33\xa4\xda\x8b\xb5\x29\xa9\x03\x59\x9f\xf0\xb4\x45\x5c\xb7\x23\x44\xff\x29\x7d\x43\xcf\x8f\x58\xd6\x9f\xd2\xea\xaa\xb6\x62\x11\xfa\x53\x0a\x1b\x68\xaa\xb8\x05\x6b\x31\x37\x79\xe1\x9c\x4c\x95\x6b\x5b\x23\x0d\x68\xc0\xb3\x5e\xd3\xb7\xaf\x95\x3b\xa4\xfb\xb5\x91\xfb\x86\x19\x81\xbb\x02\x7f\x0f\x01\xb7\xe7\x89\x59\x21\x77\x18\x09\x05\xcf\x0d\x5b\x0e\x3e\x29\x5d\x9d\xbb\xf2\x30\x70\xa1\x7f\xfb\xfa\xfc\x7c\xc2\xd6\x1a\xfe\x67\xf9\x09\xfe\x07\xd0\x43\xa7\x62\xac\x6c\x74\xa6\x03\xc2\x35\x47\x79\xff\x48\x9c\x02\x45\xf7\x25\x48\x92\x6b\xd3\xf4\xfb\x52\xc6\xa9\xf0\xd9\x80\x95\x2b\x91\x54\x59\x71\x6f\x0c\x8c\xd5\xe5\x28\x60\x8c\x97\x22\xe2\xc6\xf0\x35\xbe\x8d\xe0\x52\xb5\x2a\x84\xc4\x68\x58\xee\xd5\xaa\x38\x46\xae\xc0\x2d\x06\x28\x24\x2f\x08\x72\x2e\xe0\x8f\xf0\x11\x60\x1d\x9e\xd4\x7f\x62\x3b\x55\x12\x81\x2e\xd0\x42\xc6\x22\x4a\x81\xa5\xdc\x92\x7d\xb0\x5c\x14\x65\x2e\x19\x67\x19\x97\x31\xd7\x30\x03\x57\x39\xdc\x76\xe6\x8c\x37\x2b\x3a\x41\x38\xae\x2a\x0b\xa0\xb0\x41\x64\x41\xd8\x13\xc8\x70\x1c\xd4\x79\x12\x54\x02\xf7\x04\x20\x5a\x6d\xbc\x38\x9d\x4b\xab\xa7\x44\x58\x38\x8c\x94\x45\x2a\xdb\x11\x41\x49\xbd\xd3\x13\x1b\x39\xa3\xee\x9e\x78\xbc\x49\xfd\xd9\x09\x4b\xaa\x57\x6b\x40\xa6\x5c\x04\x8a\xb0\x56\x59\xf7\xa5\x90\x91\x8a\x45\xae\x5f\x99\x65\x98\xb8\x73\x07\xfa\x0f\x89\xf6\x83\x01\x56\xca\x6c\x6e\x14\x2d\x34\xc5\x3b\xd5\x11\xd3\x3b\x15\xfa\xdd\x36\x3f\x67\xff\x52\xf9\xd6\x51\x30\x6d\xf5\xa5\xff\xfc\xa2\x88\x98\x10\xd7\x69\xcf\x9c\x87\x87\x20\x70\xc9\x86\x16\x17\x0b\x45\x1f\x87\x9c\x13\x2b\xbf\x99\x14\xa0\xf0\x95\x0b\x5d\xcc\x25\xed\xc0\x13\xb6\x12\xdc\xf8\x79\x13\x16\xe9\x47\x34\xc6\xb8\xdd\x17\x4f\xca\x63\x70\xac\x76\x03\x80\x61\x2b\x85\xfb\x20\x31\x3e\x06\x88\x02\x1e\x15\x08\x30\xe8\x3a\xa1\x3b\x57\x05\x3a\xab\xd5\x20\x1e\xd0\x0f\x56\x0a\xa0\x2e\xbb\x13\x2a\x51\x40\x4f\xec\xf0\xa2\x98\xd5\xeb\x81\x3f\x18\xc3\x83\xad\x43\x18\x48\x60\x1c\xc1\xe3\x26\x2c\x2d\xae\x33\x7f\x87\x1b\xf2\x31\x43\x6c\xa6\x6b\x51\xf5\x74\x04\x54\xe0\xb0\xb8\x85\x79\x75\x6f\xc0\x4a\x8b\xdc\xea\x14\x60\x5b\x91\x0f\x6e\x93\xe4\xf1\x59\xc6\xf3\x62\x67\xa7\x6f\x9a\x2c\x81\xde\x3c\x4d\x1e\x04\xbb\xc8\x73\xf5\x74\xea\x5e\xe8\x34\x2d\x5d\x27\xec\x63\x90\xec\x63\x4f\xf9\xad\x6c\x90\xf5\x70\xc7\x61\xcc\x93\x5d\x81\x8f\xd6\xef\xe4\xa2\xc8\x77\x0b\x33\x11\xb7\x59\xa7\xa5\x18\x94\x34\x31\xdc\xc9\x1d\x47\x6a\x59\x0b\x61\x74\x92\x5a\x56\x46\xf5\xdb\x21\xb5\x6c\xe1\xab\x6c\x92\x5a\xce\xae\x67\xf7\xb3\x8b\x77\xb3\xff\x5b\x2b\xf1\xe7\x8b\xd9\xfd\xec\xfa\x0f\x8b\xb7\x37\xb7\x8b\xdb\xab\xbb\x9b\x0f\xb7\x97\x57\xfd\x2c\x35\xcd\xda\x7b\x17\xfc\x8c\x85\xdf\x79\xcd\xee\x03\xa0\x06\x26\x1b\x90\xff\x4d\xfa\x7e\x30\xab\xcc\x62\x4e\xe4\x7a\x02\x0b\xf5\x35\xbb\xca\xf3\xd9\x96\xaf\xc5\xfb\x32\x4d\x01\x4e\x85\x99\x3d\x97\xb9\x80\x83\xe7\x84\xbd\x57\xf1\x2c\x78\x0f\xd2\x11\x5b\x9b\x01\xdf\xe7\x71\x9c\x0b\xad\xf1\xf3\x13\xfa\x7e\x00\x1e\x72\xa9\x8e\x04\x9e\xe3\x8f\x3c\x49\xcd\xf9\xed\x35\xfb\x9e\x47\x0f\x6a\xb5\xc2\xf4\x99\x89\x4b\x9c\x62\x9f\x4a\x55\x70\x26\x3e\x47\xc0\xcc\xd4\x3e\x4f\xde\xa9\xf5\x57\x80\x2a\x0f\xb8\x9e\xea\x38\xa4\x80\x8e\xd3\xa2\x7d\x3b\x6f\x37\x04\xd4\xca\x1f\xf1\xd5\xb7\xf8\x66\x7b\x80\xb2\x48\x4f\x90\x29\xfe\x4e\xad\xdb\x55\x35\xc0\xbb\x26\x29\x10\xba\x48\x88\x88\x77\x42\xad\x99\x4e\xe4\xc3\x5c\xfe\xbc\x11\x92\xa9\x32\xc7\x3f\xc1\x31\xdf\xb8\x99\x69\xa9\x37\x02\x64\x36\x27\xec\x49\xb0\x2d\xdf\xa1\xdb\x0c\x67\x02\x27\x05\x00\x53\x06\x76\x11\xf3\x76\x9a\x48\x63\x2d\xb2\xc4\xe6\x25\xd4\x87\xfe\x14\x27\x2e\xcb\x4b\xc6\x8f\xa7\x0d\xed\xdb\x4f\x2b\xf8\x3c\x08\x95\x79\xdc\xa4\x05\x08\x91\xe5\x06\xa5\x41\xa5\x1e\xca\xcc\x33\x18\xbe\xb0\x97\x93\xd0\xdd\x8f\x2a\x89\x59\x5c\x66\x69\x12\x39\xbb\xfb\xa4\xf2\x4e\x9a\x56\x4c\xa0\x19\xbe\xeb\xd4\xd3\xc2\xfa\x1a\xd6\x92\x9d\x13\x20\xe9\x7a\x08\x5b\x9f\x99\xb2\x96\x25\x32\x4a\x4b\xd0\x50\x2a\xb5\xc8\xcf\x8a\x3c\x59\xaf\xc1\x01\xb7\xb9\x7e\xdf\x3e\xa7\xad\xe7\xcc\x3b\x3e\xad\x2d\x4c\x3a\x4f\xd5\x3a\x89\x78\x1a\x82\x9b\x3d\x2a\xc2\x91\x66\xda\x65\x4f\x0a\x93\x90\x07\x61\x2b\xd4\x49\x06\x94\xe5\x02\x78\x5b\x17\x60\xca\x17\x64\xee\x8e\xa9\xf7\x8a\x99\x03\x3a\xd6\x2b\xa4\xb4\xb4\xd7\x0b\x76\x87\xf3\xdf\xb6\x32\x43\x28\xac\x0f\x12\xc4\x4c\x3d\x49\x91\x83\x07\x0b\xb0\x0f\xd3\x52\xa9\xc0\x37\x71\xd2\x43\x0e\x9f\x6c\xa5\xb7\x56\x0e\x88\x8d\x99\xb3\xeb\xe4\x51\xc8\x2f\xcf\x41\x1c\x7c\x20\xe2\xd1\x46\x2c\xac\x5f\x7e\x6a\x93\xe5\x36\x80\x91\xc6\xca\x6a\x00\x84\xa6\xd4\x5d\x6f\xc2\xd1\x09\x6b\xdc\xb4\x5d\x78\x91\xd8\x93\x91\x65\x2a\xb1\x88\x45\xf4\xf0\xc5\x4d\xb3\x07\x59\xd9\x8a\x30\xce\xde\x88\xe8\x81\x7d\xb8\x9d\x61\x36\x70\x52\x30\x63\x0a\xf4\xc6\x6b\x9a\x74\x9e\xdd\x0a\xbe\x7e\x06\x72\xa3\xa1\xa2\x2c\x9e\x59\xdc\x49\x51\x99\x0a\x11\x20\x0a\xf2\x25\x8d\x91\xa4\x5c\x1a\x00\x82\xf1\xc2\x4a\x75\x40\x20\x9e\xe9\x2d\x28\x73\x94\x45\x20\x67\x95\xf2\xa5\x48\x75\x7b\x83\x33\x15\x2f\xec\x3d\xc9\xb1\x60\x9e\x46\x59\x36\x8e\x41\xb7\x8e\x36\x8f\x81\x1b\x8f\xf5\x9e\x1e\x64\x0f\xbf\xd3\x01\xbd\x86\x0a\xe9\x7e\xe1\x5c\xcf\xb5\xa8\xe9\xbb\x27\x2b\xd2\x0f\xc1\x84\x7e\x50\xca\x36\xf6\xd2\x94\xf4\x5e\xc5\x04\xd3\x73\x7c\x5e\xc6\x0b\x12\x14\x3d\xf1\xb8\x8a\xb0\x0a\x4e\x4d\x5c\x43\x6c\x40\x17\x82\xc7\x4c\xad\x28\x9a\x98\x65\x69\x02\x44\xae\x31\x72\x46\x03\x7b\x86\xae\xa2\xe3\xc3\xd2\x6c\x65\x03\x92\x8f\xf7\x16\x88\xd7\x7b\xdf\xe8\x2f\xb9\x4c\xbb\xaa\x41\xee\xba\x4f\x75\xac\x52\x96\xcb\x47\x3a\xf4\x08\xdd\x1f\x4d\x5b\xa7\x6a\x09\x1d\xd5\x0d\x8a\xeb\x31\xd0\xc6\x3a\xe5\x49\x3c\x66\x7b\xb7\x7d\x72\xe3\x5e\xed\xab\xe0\x8d\x8d\x74\xb8\x2f\xd9\x61\x66\x44\xb3\x1d\xde\xe0\xd7\xd2\xd8\xf7\x9d\xb5\xe1\x82\x50\xbb\x1b\x42\xe7\x8d\x5b\x92\x79\x58\x15\xce\x1c\x77\x1c\xab\xab\x6d\x39\x6a\xa0\x9b\xc4\x28\x7b\xfa\xd2\x73\xa9\xf4\x0f\xf2\x11\xec\x16\xb8\x72\x1d\xc5\xc5\x18\xa6\x60\x3b\x74\x88\xf1\x35\xfd\xe9\x07\xb1\x92\x7c\x31\x68\x44\xeb\xfd\x6e\x57\xf1\x31\x5d\xfe\x1c\x2b\xaa\x2c\x94\x0f\xf9\x43\x7b\x66\xc0\x9f\x19\xa6\x75\x81\xd9\x98\xc5\x1d\x70\x01\xeb\x83\xd9\xa5\x39\x02\x84\x3a\x0a\x06\x9b\xe5\xc2\x5e\x1e\xed\x44\xe1\x92\xfb\x53\xab\x9c\x04\x77\x23\xae\xd5\x55\x76\x13\x4b\x60\xe0\x18\xa9\xe0\x26\x83\xfc\xbd\x48\x6d\x33\x25\x01\x9b\x82\xa9\x4a\x73\x49\x85\x5b\xfd\x5b\x77\xbd\x52\xc9\x77\x9b\x50\x54\x0b\xb3\x27\x84\x56\xe9\x23\xdd\xa3\x05\xc4\xf3\xa0\x9c\x65\x2a\x78\x69\x0e\x08\xe6\x38\x0c\x17\xbc\x64\xde\x01\x0e\x5e\x13\x81\xcd\xc5\x3a\xd1\x85\x08\x53\x04\xc3\xf7\x4f\xa6\xd7\x57\x39\x41\xf7\x75\x7d\xa7\x5e\xdf\x3e\x57\xd8\xac\xda\x11\xf5\xd9\x65\x22\x9e\xb9\xf7\xfa\x27\x43\x2d\x8b\xdb\x1b\x89\xca\x2e\x80\x73\x00\x8f\x00\x1a\xf9\x9e\xb4\xa3\x8c\x77\x83\x44\x4c\x3c\xdc\xa3\xda\xcc\x10\xad\x4b\x9e\x73\x59\x08\xa1\xe7\x92\x6e\x1f\x91\xb7\x2c\xa4\xe6\xa8\xa1\xe1\x9c\x83\x1b\x29\x5d\x20\x0d\x10\xbc\xb2\xe2\x49\x5a\xe6\x9d\x67\x4e\x9c\x95\x07\x71\x0f\xf4\xf5\xd2\x25\x14\xcb\xda\x06\xcd\x65\xb1\x06\xab\xc8\x51\x67\xd4\xef\x0e\xab\x49\x9e\x1d\x4d\xb0\x26\x77\xf8\x78\xbb\x80\x63\x47\x62\xeb\xef\xf4\x22\x53\x23\x2c\xde\x9f\x7e\xa7\xdf\xab\x8e\x94\x60\xfd\xa9\x11\x18\xeb\xb9\x43\xff\xd4\x45\xa2\xcf\xf5\x03\x5c\x3f\xed\x3b\x8f\xef\x0f\xb2\xff\xf6\x37\xfb\x2f\xa9\x3a\x6d\x17\xcc\xda\x0d\x97\x71\x6a\xce\xa9\xbc\xa8\xed\x40\x1e\xec\x6b\xfc\xe2\xc2\x1a\xc7\xee\xcc\x2e\x48\x94\x58\x44\x8d\x2c\xbb\x7d\xfd\x54\x4b\xcf\xeb\x05\xd4\xd5\xbe\x52\x4d\x9a\x6b\x4b\xd6\xf0\x3b\x3b\x09\x3d\xba\x05\xdb\x3d\x05\x57\xc9\xfa\x1b\x38\x64\xfd\xd8\xb4\x94\x11\x2d\x45\xda\xbf\x1c\xf2\xfb\xc8\xc5\x08\x49\x36\xc6\x98\x85\x3c\xbd\x73\x49\x3a\xb0\x78\xf3\x0a\x57\x6e\xc8\x45\xa5\xd9\x77\x2e\xf3\xf2\xbb\x7f\xb7\x4c\x44\x3b\xb6\x82\xbe\x06\xba\x2f\x15\x45\x65\x0e\xd7\xa2\x14\xba\x61\x02\xf7\xa6\x31\x74\xea\x17\xb8\x23\x3b\x30\x0b\xba\x4f\x6d\xde\x83\x8b\xd5\x55\x1a\x75\x0f\x21\x1a\x54\xb4\x75\x7b\x21\x49\xaf\xe4\xba\x60\xba\x10\x59\xab\x55\xaa\x38\x5d\x55\xd1\xe6\x23\xdc\x2e\x2f\x19\x3d\xd0\xd7\x1d\x61\xa3\x2f\x82\xe3\xf4\x1f\xef\x6e\xae\x59\xc6\x77\x80\x0b\x2b\x14\xa9\x6d\x03\x19\x63\x7d\xfd\xee\x1b\x81\x6a\xe3\xab\x8b\x0d\xfb\xd4\x02\x4c\xdb\x63\xb7\xdc\xa9\xe9\xd7\xec\x10\xcc\x19\x9a\x92\x66\x29\xe7\x2a\x3d\xcb\x52\x2e\x03\xe8\xaf\x9e\xb2\xda\xe7\xc3\xbb\x5e\x77\xeb\x43\x68\x1a\xa8\x00\x84\x53\x68\x2e\xe4\x65\x2b\x38\xb4\xaa\x43\x7d\xd4\xf5\x6e\xa7\x8d\xe8\x05\xbd\xfd\x88\x74\xfa\x3c\x32\xcb\x04\x99\x05\xec\x95\xb5\x43\x3d\x70\x0d\x80\xc4\x11\x03\xd5\x2f\x9a\x3d\x97\x56\x13\x55\x3d\x69\x16\x23\xf7\x42\x99\xe8\x0d\xc4\x27\xf1\x42\x00\xc0\x41\x64\x5f\x10\xb9\x90\x73\xa9\xcd\x80\x42\x4c\x53\x3c\x0a\x0a\x6c\x54\x2e\xe3\x66\x6f\xde\xb9\xfb\x7d\x1c\x24\x12\xe2\xea\xe8\xfa\xc0\x31\x3b\xe6\x00\xd3\xaa\xe2\xbc\x9f\xe3\xfe\x47\x9e\xf5\x65\x8d\x1d\x5d\xe2\xbe\x51\x72\xcc\x33\x75\xaf\x13\xf4\x65\x41\x9b\xa7\x92\x3a\x16\xf6\xde\x07\x79\xa4\xf9\x69\x25\xbd\xde\xcf\xaf\x3f\xf8\x10\x36\x2c\x13\x70\x84\xed\x09\x48\xe0\x1c\xb6\xc6\xf9\xcb\x66\x95\x83\xf2\x09\xb0\x57\x61\x24\x6d\xca\xee\x84\x60\x1f\xa1\xa7\xcc\xc7\x3e\x92\xb2\x16\xc0\x05\x0b\x9e\xb4\x0a\x9f\xc0\xd3\x33\xb9\x52\xc7\x19\x83\x7c\xdd\x80\xa3\x1d\xd5\x2b\xed\xf5\x3c\x16\xf0\x06\xa9\x8c\xf2\x79\xf3\xef\x5b\xdb\xb5\x07\xde\xf6\xde\x9f\xc9\x29\x2b\xcf\xd6\xd4\xec\xcf\x30\xc4\x87\x09\xff\x57\x26\x89\x69\xe5\x04\x59\x8b\x1f\xa4\x7a\x92\xe8\x0b\xd0\x97\xd8\x4b\xb3\xfe\x60\x03\xc3\x00\x2a\xba\x05\x25\x5a\xc3\x57\x40\xa3\x7c\xe1\xfe\xcd\xee\xf0\xae\x08\xeb\x0c\x3a\x21\x1a\x9c\x1f\x52\xf8\x00\x6b\xfe\xf2\x62\xc2\xbe\x9f\xb0\xcb\x09\x9b\x4e\xa7\xaf\x26\x4c\xf0\x68\x63\x6b\x84\xaf\x20\x72\xac\xe0\x6b\x53\x36\x29\x27\xac\x82\x0f\x80\xec\x8d\xd9\xac\x2c\x5b\x18\xf7\x4f\x05\x91\x07\xdb\x04\xcc\x61\xa4\x84\x0b\xba\x57\x8f\x36\x2a\xf1\x95\x02\x88\xa6\x88\x54\x6e\x41\x9e\xba\x50\xb9\x05\xac\x3d\xf2\x9c\x27\x12\x52\xbb\x79\x13\xae\x4b\x5f\x0e\xc8\x9d\xc5\x67\xbe\x85\xf6\x27\xd2\xf1\x5b\x9a\x6e\xba\x77\xf5\x2f\x76\x19\x05\xa4\x9f\xf2\xa4\x28\xcc\xee\xac\xe7\xf2\x8e\xbd\xfe\x0f\x76\x91\x65\xa9\x60\x17\xec\xef\xec\x7b\x2e\xb9\xe4\xec\x7b\xf6\x77\x76\xc9\x65\xc1\x53\x55\x66\x82\x5d\xb2\xbf\x9b\x6e\x33\xe5\x5d\x2b\xb3\x1d\xee\x26\x8c\x33\x59\xa6\xb8\xeb\xbf\xb4\x60\xb0\x57\xae\x5d\xdc\x8f\xce\x52\x14\x4f\x42\x48\xa6\xd5\x96\xb6\xc2\xbf\xb8\x3b\x09\x9d\xc8\x75\x2a\x0a\x9a\x0f\x55\xd8\x1e\x7e\xe0\x0c\x5a\xfa\x7a\x2e\x5d\x2c\xef\x2f\xa6\xc6\x7f\x61\x7f\x67\xd7\x65\x9a\x9a\x2a\x19\x43\x63\x26\xd2\x6b\x66\xd3\x28\x84\x9c\x3e\x25\x0f\x49\x26\xe2\x84\x43\x22\x85\xf9\xd7\xf9\x3d\x8c\xf6\xa2\xf4\x9c\x79\xe1\x9a\x76\xda\x2b\xc7\x98\x9e\x67\x49\xca\x76\x12\x3c\x76\xf0\x7b\x4e\x7e\xd5\x57\xc7\x7b\x44\x9e\x29\x94\xd6\x03\x39\xac\xa8\x9b\x13\x4a\xfd\x1c\x64\x02\x6a\x9b\xad\x2d\xab\x65\x2b\x08\x37\xf5\x63\x8d\x2c\x28\x47\x9d\xfc\x0c\x39\x40\xc6\x67\xa8\xc9\x6d\x88\x90\x54\xd2\xdc\xc1\x97\xf4\x54\x3f\x83\x6e\x85\x9c\xf8\xc8\x4f\x55\xe9\xac\x4a\x17\xab\x64\x90\xc6\x58\xad\xb2\x1f\x28\x76\x81\x09\x6a\x66\x99\x26\xe9\xb9\x59\xaa\xe7\xd7\x4a\x9a\x63\xab\x4e\xd6\x48\x4f\x04\x30\x22\x0d\x84\xac\xd6\x29\xb8\xaf\xba\xac\xc1\x12\x00\xff\xc0\x54\x09\xa1\x6d\x85\xb1\x02\x66\x08\xd2\xdd\x5c\x9a\x37\x68\x47\x02\x98\x7b\xe2\x58\x6c\xf1\x6b\x56\xcd\x9c\xbe\x45\x06\x39\x28\xbc\x65\x82\xf5\xe5\xd0\x1e\x31\xe1\x28\x65\xeb\x88\xa8\xf8\x75\xc0\xe0\x46\xa5\x59\x7a\x0f\xbc\xf7\x5c\x8a\x54\xc9\xb5\x99\x15\x5d\x46\x40\x6d\x79\x72\x0c\xb0\x24\xac\x02\x16\xd6\x59\x03\xb3\x59\xd2\x23\x34\x24\x66\x9f\x4c\x62\x7f\xbe\xd7\xe5\xd2\xf8\x11\x2e\x22\xeb\x76\x43\x6a\x5c\x57\x42\xf1\x71\xf7\xcb\x1f\xb4\xc8\x81\x66\x19\x11\x0e\x2e\xda\x8f\x1b\xa7\x27\xdb\xc0\x16\x0d\x5b\x54\xbd\xc0\xd8\xf6\x50\x08\xdd\x26\x34\x52\xab\x07\xcc\xc7\xaf\x89\x91\x7d\x4e\x39\xf8\x56\xed\x77\x78\xce\x94\x46\x7f\x1a\xab\xef\x6e\x7b\xef\x14\xf0\xc1\x4f\x28\xf7\xb2\x50\x2b\x9b\x49\x39\x7c\x4f\x6f\x08\xee\x0c\x43\xa9\x84\x24\xdb\xa1\x30\x4d\x73\xe2\x74\xe6\x83\xcb\x05\xdd\x48\x0c\xab\x6c\xbd\xc3\x6e\xe4\x5b\x7c\xfd\xbd\x4a\x93\xa8\x1f\xf4\x66\xb7\xab\x8d\x7a\x6a\x41\x11\x2d\x05\xa0\x40\x29\xfe\x43\x95\x42\x0f\xbd\x10\x51\xe1\x6f\xdc\x9a\x8d\xfb\x5f\x0d\xb4\xd9\x7f\x06\xc7\x88\xb2\xeb\x36\x10\x7d\x74\x77\x78\xb0\xb7\x02\xc1\x26\xf0\xca\x63\xac\x15\x72\xe9\xe0\x6e\x3b\xe2\x14\x82\xae\xf4\x3c\x18\xe8\xa7\x8d\x4a\xcd\x59\x4c\xc6\x44\x56\x3a\x97\x99\xc8\x23\x05\x00\x15\xcc\x83\x57\x2c\xda\x24\x69\xec\xc5\x5b\x5e\x02\xa2\x17\x70\x77\xaf\x48\xa1\x4e\xb8\x3b\x66\x5b\x7c\xcf\xae\x6b\xa7\x9d\x55\xa9\x3e\x2e\x02\x75\x3a\x88\x5e\xdf\xb4\xff\x99\xa0\x64\xd8\x15\x44\x2f\x54\xbb\x2d\x34\x9d\x5e\xa9\xcf\xa8\x08\x2f\xe8\x48\xaf\xac\x0e\xa6\x3d\x38\x15\xb5\x71\xa5\x69\x56\xef\x4a\x20\x9d\x45\x14\x15\x02\x48\xb4\x80\xea\x6c\x05\x47\x5f\xcc\x53\x40\xd2\xa0\xce\xa5\xbf\x1f\x7d\xa1\x43\xbf\xac\x75\x9c\x91\x53\xd5\x82\x00\x27\xec\x45\xa5\xa1\x2f\x80\x94\x54\x2a\xf8\x1e\xdd\x61\x55\xba\x06\xa6\xeb\x84\x25\xc5\x5c\x26\x1a\x67\x66\x2e\x52\xf1\x68\x6a\x17\x06\x8b\x09\xeb\x62\xcf\xce\xb6\xd9\x80\x23\xe7\x36\xfd\xd8\x89\x9b\xc3\x22\xcc\x43\x72\x4b\x0e\x81\xe9\x58\x68\xe3\x37\x82\x2c\x87\xf8\x6c\x16\x40\x02\x77\x21\x08\xff\x88\x85\xb4\xf5\x03\x54\x08\xea\xa7\xce\xe5\x6c\x05\x39\xa0\x90\x79\x1a\xc7\x78\x0a\xb5\x42\x0d\x8e\x69\x2c\xa1\xe0\xb0\xa2\x33\xb9\x1d\x08\x12\x58\xc4\x95\x24\x1e\x45\xbe\x2b\x20\xa8\x0b\xfd\x2a\x05\x2f\x36\x2c\x29\x26\x40\x11\x67\x2d\xe5\x5c\xf2\x98\xf4\xa9\xa9\x38\xd3\x35\x30\xef\x7b\xc6\x99\x7e\x5f\xaa\xc7\x3e\xc7\xf6\x58\xd4\x17\xae\xea\x2c\xe5\x72\x81\x3b\xc8\x57\xc0\x7d\x05\xda\x97\x5d\x57\x9d\xe5\x72\xe1\x68\x6d\x4e\x52\x4f\x67\xef\x6f\x2b\x8a\xb4\xc6\x8f\xb5\x1f\x9a\xe0\x64\xf0\xb4\xd6\xf6\x78\xe2\xe2\x34\x84\x2e\xc8\x99\xbd\x81\x1d\x6e\x05\x3c\x24\x8c\xd7\x90\x08\x76\xb6\xee\xc3\x84\xd9\x19\xf0\xad\xe2\x93\x86\x8c\x7c\x6d\x0f\xa9\x0f\xfb\x78\x68\x4c\xc3\x43\x3c\x08\x1e\xb3\xa7\x5a\xcf\x0b\x91\xe9\x8c\xa3\x34\xa1\x32\xb6\xb5\xc1\x75\x1f\x26\x4f\x08\x8c\xc3\xb9\x30\x4f\xbb\xb6\x69\x78\x0e\x53\x2d\xd8\xca\x53\xc6\xa8\xc1\x4e\x0d\x8d\x94\xf8\xdc\x6b\xa8\xd7\x94\xcd\x24\xb3\xee\xde\x84\xbd\xc0\x89\xa5\x5f\x50\x08\x92\x04\x72\xe9\xee\x3c\xa6\xd5\x43\xd9\xaa\x75\x28\x06\xe6\x0c\xf8\xe5\x86\x37\x41\xbd\xd4\x86\xcf\xda\x2f\xdf\x27\x90\xb3\x70\x48\x5a\x3a\xde\x22\x2e\xb1\x00\xda\x24\xf1\xd8\xbd\x43\xa7\x5d\xf9\x68\xb6\x6f\xb0\xbd\xef\x62\xdf\xdb\x17\x4d\x17\x65\x25\xed\xa7\xf6\x77\xa6\xf2\xb9\xb4\xa5\x51\x48\x52\xa3\x96\x52\xbd\xa8\x00\x42\x4d\x3e\x7f\x30\x53\x01\xc4\x60\xe5\xb3\x40\x95\xcd\xf3\xaf\xd6\xad\x00\x80\x22\x96\xc2\x4b\x7b\x4f\xd9\x85\xff\x9a\x71\x3c\xcc\x04\xdf\xe2\x36\x5f\xe7\x68\x4c\x53\xd3\x29\x49\x61\x29\x21\x83\xf4\x06\x5d\x02\xb1\xe9\xaa\x34\xc6\x28\x60\x7f\x9d\x4b\xd3\x79\x6c\x95\x00\xee\x97\xfa\x65\x2e\x7f\x54\xda\x66\xd3\x6b\xdf\x1f\x16\x43\x4a\xdd\xf6\xc2\xa9\x88\xd1\x1f\xde\xc0\xa6\x4d\x31\xff\x9a\xac\x3c\xe4\xb5\x10\x25\xc6\x4e\x95\xb9\x6f\x54\xc4\xe5\x5c\xfe\xd5\x74\x0f\x8a\x3a\x3b\x45\x74\xb5\xc2\x25\x6c\x65\xf8\xd9\xcb\x8f\x58\xe8\xcb\x7f\x7f\xf5\xf1\x15\xe2\xd0\x4b\x0d\xc2\x8d\x93\xea\x06\xe2\x88\xc0\xcb\x34\x85\x9b\x68\xdb\x02\x47\x46\xe1\x3f\xc1\xfb\x60\x39\x74\xa8\x5b\xc8\xaa\x8b\x31\x64\xa1\xf7\xcd\x60\x1f\x7c\xbe\x60\x11\x2f\xa2\xcd\x99\xf5\xe5\xc8\x8c\xd9\xdd\x8f\x86\x0f\x15\xdc\x8c\xa7\xd5\xce\x85\x6d\x0e\x9c\xf9\xd6\xb1\xf3\x55\xe6\x8b\x69\x02\x00\x6b\xee\xeb\xc2\x30\x8e\x3c\x14\x27\xa7\xd7\x24\xf7\x7e\x9e\x7b\xdc\xca\xb2\xf9\x13\x27\x45\xc9\x25\xdf\x8a\x98\xbd\x80\x8c\xa9\x17\x76\xf0\xe7\x32\x5b\x4e\xd3\xdd\xaa\x20\x8a\x27\xd3\x29\x53\x10\x30\xda\xb3\xcb\x2d\xe2\xe6\x31\x69\x4f\x67\x77\x1e\xb4\xda\x7d\x1d\xd7\x37\xee\x4b\xc3\x1d\x16\x8c\x71\xb9\xde\xb9\xab\x42\x84\xaa\x4c\xea\x5c\x3f\x4c\xd8\x32\xe7\x12\xb4\x27\xe2\xd0\xa9\xf2\xab\x13\x0e\xcf\xc8\x9f\x64\x53\x28\x24\x4f\x77\x80\x1d\x9f\xcc\x25\x92\x4d\x01\x2b\xf1\x2e\x4a\x93\x88\xad\x73\x9e\x6d\x6a\x7e\x90\x78\x14\xb2\xb8\x22\x76\x05\x0b\x52\x3f\xf6\x6a\xd9\xb1\x35\x1c\xc5\xb9\x37\xab\x7a\x3b\xdc\xd3\x50\xf8\x08\x2b\x26\xaa\xd0\x89\xda\x82\x5a\xdd\x04\x9f\x90\x14\x1a\xf0\x71\xb1\x3f\x97\x4b\x95\x5a\x42\xb3\xd9\x1b\xa6\x72\xd0\x12\x28\x14\xfd\x29\x89\xbb\x76\xb1\x44\xc6\xe2\xf3\x51\xac\x02\xfd\x1b\x92\x75\xef\xcc\x67\x02\xca\xfa\x7a\x63\x61\x15\xe5\xc2\x6c\x16\x85\x3d\xc1\x35\x9e\xd2\x75\x84\xdd\x45\x5a\x6c\x00\xf6\x86\x80\x6b\xdf\xa9\x5b\xbe\x63\xd1\x86\xcb\x75\x70\x84\x06\x14\x92\xc8\x54\x8e\x9a\x7b\x8f\x40\xdf\xa5\x72\x9b\xb5\x49\xb9\x88\x84\xfa\x76\x01\x6f\x04\x5b\x2a\x9b\x70\xc8\xd7\xeb\x5c\xac\x21\x91\x7e\x2e\x2b\xd9\xd4\x40\x5d\x66\xe9\xfe\xf1\x3b\x7d\xc9\xa8\xa7\x61\x74\xe8\x3a\xb5\x14\xf9\xce\xa5\xf2\x91\x60\xa5\xeb\xba\x46\xb7\x4e\x58\x22\xa6\x13\xf6\x1b\x0f\x30\x15\x91\x92\x2e\x17\xb0\x23\x11\xac\x16\x9a\xde\x63\x8b\x5a\xa8\x1f\xda\xeb\x0e\xbf\x35\x64\x2f\x5b\x27\x4d\x6f\x32\x65\xc1\x8b\x72\x84\xad\x24\x69\xe3\x4b\xf3\xf2\x1d\xbe\xdb\x8b\xc1\xe6\x99\x31\x6f\x96\x76\xc7\x3c\x6f\x2c\xbc\xf9\xb6\xa7\xe5\x6d\xeb\xeb\xbd\x81\xce\x54\x75\x07\x3a\x4f\xe1\x52\x5a\x6e\x85\xfd\xb1\xce\xb4\x83\x2f\xa0\xa7\x4d\x63\x43\x99\x16\x8c\x4a\x30\x73\x5d\x3f\x6e\xb5\x58\x80\x2c\x57\x71\x19\x89\xd8\xac\x5c\xf0\xdb\x11\xb9\xe1\x68\x0b\x2a\x46\xb2\x6d\x43\xa8\x70\xaf\x80\xc0\xf5\x97\x3a\x1b\x0f\xa2\xbb\x75\xdd\xff\xa1\xe3\x5c\x6c\x3d\x93\xb6\x4e\x0f\xd7\x27\xf6\x53\x3e\x72\x9f\x72\x9f\xaf\x92\xd4\xaa\x3c\x59\x27\x92\x17\x2a\x67\x2f\x5d\x72\xe2\x2b\xa7\x6c\x03\xbd\x78\x0a\x33\x51\xe9\x22\x34\x13\xed\x67\x2f\xc0\x33\x8b\x78\x31\x8e\x3b\x6b\x2c\xc3\x33\x4c\x52\xf3\x94\x2e\xf8\x36\x0b\x69\x1f\x9d\x6e\x30\xf5\x4c\x8a\x9d\xc0\x6c\xc5\x20\xc6\x97\x68\x9f\x83\x35\x97\x14\x19\xc7\x71\x53\x79\xc8\x5b\xdc\xb9\x37\x67\x65\xb1\x38\x90\xca\x04\x5f\x1e\x17\x20\xa1\xeb\xf2\x1f\x79\xd6\x4f\x0e\xc1\xe9\x68\x8c\x49\x28\x4e\x4c\xd9\x7a\x2a\xd5\xf9\xd9\xaf\x0c\x30\x92\xac\xb2\x7e\xc5\x7b\xfb\xce\x5e\x68\xf8\x73\x4b\xe5\x20\x00\x03\x81\x2c\x79\x1a\xbc\x0a\x3c\x82\x3a\xb3\x66\x76\x71\xcb\x28\x71\x99\xaa\x32\x66\x64\xd4\xe8\xba\x38\x9f\xe2\xee\x08\xb4\x95\xd3\x69\x17\x87\xd7\x48\xc5\x52\x67\x7f\xe0\xbd\xf6\x15\x08\xbf\x75\x58\xe0\xde\xa5\x4f\x3d\xfb\x6c\x43\x4f\x3d\x0d\x63\xef\xcc\xf1\xa8\xb1\x77\xd1\x5a\xe0\xd0\x1a\x17\xc8\x83\x73\x53\x12\xa7\xb0\xde\xc2\x40\x77\x0b\xcb\x67\xe5\x02\x51\x3f\x1c\xfd\x39\x9b\x69\xdb\xff\xa9\x8c\xe7\x42\x16\x0b\xf8\xe2\xb8\x8f\xc1\x47\xde\xc3\xeb\x15\x87\x69\x50\xc0\xf2\xbf\xee\x15\xc6\xa1\x2d\x61\xc6\x7f\xb3\x3b\x8a\xbd\x68\xab\x6a\x6f\x76\xc7\x97\x09\x60\x63\x82\x3b\x3b\x37\x70\x1d\xc3\x45\x0d\x3a\xa0\xf7\x82\x06\x55\x4c\xfb\xa0\x06\xf9\xda\xc3\x95\x2a\x94\x42\x61\x28\xca\xf0\x34\xa6\xd6\xfe\x2d\x20\xd1\xbe\xae\xfc\x1b\x08\x0f\xcd\xf8\xa5\xec\x6f\x22\x57\x3e\x6d\x01\x83\x2a\x61\xc1\xbd\xfe\xfa\xe1\xfa\x9f\xe8\x8f\xa3\xf2\x64\x28\xbd\x06\x7f\x21\x4e\x12\x3c\xf9\x2e\x77\xf6\x38\xd2\x45\xa7\x2e\xa2\x45\x07\xcf\xfe\xa0\xaa\x04\x07\xcf\x90\x37\x3f\xa9\x6d\x66\x76\x81\x9e\xc3\xb9\x9a\x58\xff\xb6\x3c\x23\x1c\x1a\x41\x5e\xeb\x97\x0c\x53\x68\xc4\x7f\xfd\xe5\xbf\xa7\x5d\xca\xce\x50\xf5\xb1\xb0\x1e\x57\xf9\xb7\x79\x22\x64\x0c\x97\x86\x3c\x6e\x4a\xc0\xc8\x4a\x14\xb9\x62\x9e\xcd\x34\x3c\x49\x76\x5f\xfb\x56\xab\x17\x38\x89\xbe\xc0\xcd\xb3\x37\xb2\x6e\xf9\x56\xee\xa5\xba\x5c\x09\xbd\x88\x77\x92\x6f\x9b\x5a\xd8\xcf\x5a\xc7\x5d\x22\xd2\x18\xaa\x48\x5f\xdf\x77\x7b\x12\x8b\xe8\x61\xac\x4f\x70\x30\x81\xb5\x88\x1e\xd8\x0f\xf7\x3f\xbe\x43\xbd\xc2\x44\xcf\xe5\x35\x2f\x92\x47\xf1\x21\x4f\x5d\xd8\x9a\x18\x49\xf2\xd4\xae\x91\x2a\xa1\x6a\x40\xde\x61\xd9\x57\xad\xe3\x10\xf2\x5d\x6f\x77\x67\xcb\x32\x7a\x10\xc5\x79\xce\x65\xac\xb6\xd8\x8c\x73\x5d\xae\x56\xc9\xe7\x69\xc1\xf3\x0e\xf2\x6b\x8c\x23\x7c\x45\x3f\xd7\x4b\x9a\x14\xde\xe7\x45\x57\xf7\x09\xb2\x13\x49\x28\xb7\xe2\xdc\xc2\x11\x38\xe7\x5b\x01\xec\x65\xac\x4a\x1c\x0f\xa5\x60\xc2\x1f\xe8\xab\x69\x4d\x48\x6f\x45\xea\xad\x1f\x03\xe7\xfe\x63\x50\xab\xaa\x82\xb0\xad\x94\xd7\x2c\xdb\xf2\x07\x3c\x1f\xae\x73\xa1\xf5\x84\x69\x05\x35\x9e\x4b\x8b\x99\xb6\x79\x3d\x80\xcf\x00\xfe\xc3\x74\xc7\x22\x95\x25\x20\xf1\xe6\xda\xb5\x51\x4f\x10\x4f\x0e\xd3\xdb\x40\x95\xb3\x94\x45\x92\x32\xbe\x2a\x28\xd8\x0c\x64\xcf\x56\xdc\x45\x4f\xe7\x12\xae\x0c\x23\x68\x3e\x5c\xe5\xbb\x6b\x02\xd7\x08\xcd\x56\x3c\x4a\xd2\xa4\x20\x0a\x1a\x48\x86\xe1\xa6\xbd\x66\x3f\x30\x7d\x99\xf3\x1d\x4f\xfd\xc1\x8a\xa7\xa5\xcf\xe8\x3b\xd3\xa2\x4e\x71\xf6\xab\xf0\x7f\x2b\xe7\xdc\xbe\x5d\xf7\x88\x03\xef\x31\x9b\x4f\xf3\x48\xeb\x14\x47\xfd\x3e\x9e\xc4\x16\x27\x5a\x71\x75\x3d\xf3\xac\xdb\x7e\x20\x76\xde\x71\xa8\x9e\x5a\x9d\x98\xe6\x17\x46\xf4\x5e\xbb\x13\xf6\x85\xc2\x05\x5d\x1c\xb8\x43\xaa\x6f\xa3\xdd\xef\x95\x4a\x8f\x8d\x78\xf3\xd4\x1a\xd4\x05\x48\x27\x1e\x73\x5c\xc3\x09\xe0\x02\x47\xb3\x37\xee\xee\xd5\x91\xca\x56\x05\x57\x08\x16\x44\x55\x00\x43\x01\x95\xe8\x41\x0c\xeb\xac\xe5\xf2\x7d\x24\xf2\x19\xca\x40\xd4\x8e\x75\x9d\x9b\x21\xf8\x20\x97\x9d\xfb\x3a\x02\xf1\x5e\xad\x86\xa3\x82\x61\x28\x74\x58\xfb\x94\x0b\x8c\x85\x04\x9d\xae\x1f\x83\x6f\xdb\xfe\x44\x79\x65\xb3\x3f\x91\x97\x3c\x97\x81\x47\x8c\xac\x3a\x16\x5a\xee\x7a\xad\x2d\x5e\x56\x99\x86\x47\xc7\xcb\x8e\x61\x61\xee\xbd\x50\x79\x13\xea\x29\x01\x26\x20\x52\xdb\x65\x22\x6d\xaa\x32\x05\x91\xc1\x95\xbf\xb0\x24\x77\x2e\xe0\x6f\x5d\x72\x64\xd9\xaf\xf5\xbd\x73\x23\x42\xbe\xc0\xd0\x64\xed\x3b\xee\x86\xe7\xa7\xd3\x12\x46\x77\xa0\x54\xeb\x2d\x48\x34\xe3\xe9\x13\xdf\x69\xd0\x1c\x15\xc6\x2a\xae\x30\x70\x5a\xad\xff\x24\xd8\xde\x2d\x81\x22\x09\x78\x97\x24\x45\x4c\x6d\x49\x90\xbf\x41\xa4\x56\x5d\xd5\xf3\xe2\xbc\xd0\xed\x9d\xf3\x75\xee\x42\xf2\xde\xbb\x10\xbc\x8c\xfc\xe7\xb8\xfe\xe8\x09\xb2\x1e\x19\xeb\x0d\xb6\x49\xf4\xc8\x08\x2e\x02\x09\x3c\x60\x8e\xcd\xb7\x27\x6c\xcb\x13\x49\xcb\x00\x15\xac\x62\xb1\x2c\xd7\xeb\xce\x10\xe4\xb7\x7f\x97\x51\x5d\x27\xff\xf2\xb1\xe6\x5e\x66\xa7\x53\x44\x63\x67\xf6\x4b\x18\x1e\x36\xe7\xaa\x2f\x13\x80\xfd\x8a\xd1\xee\xd6\x2b\xa7\xc6\x24\x3a\x4d\xb4\x7b\x36\x24\xda\x6d\x31\x3e\x90\x6a\x45\xc7\x55\x8b\xc3\xf8\x25\x0c\xfe\x65\xc2\xe0\x83\x26\x05\xd2\x7b\x2c\x92\xaa\x83\xde\x53\xc3\x03\x59\xc2\x1c\x9d\x24\xd4\x8a\xd4\xc0\xb5\x90\xb1\x66\x4b\x1e\x3d\x03\x6d\x18\xec\x8e\xc7\xc7\xdb\xf6\x80\x4b\xee\xd4\x56\x30\xf8\x94\x46\xed\x03\x46\xd9\x6c\x13\x40\x2d\x9a\x06\x7a\x44\x06\xe1\x3d\x60\x3b\x45\x64\x48\xec\x9d\xea\x97\x52\x3c\x31\xb3\x5b\x4d\x42\x18\x57\x30\x3c\x20\x8a\xf3\xca\x78\x87\x15\xcc\xb7\x4b\xdd\xcf\xc5\x9a\xe7\x31\x64\x1a\xd0\x92\x4c\x79\xf4\x60\xfe\x1b\xea\x47\x5f\x24\xa8\x99\xe5\xe7\x46\xf8\xa3\x2f\x2d\x91\x51\x0e\xa4\x4c\x84\x6a\xf3\xf5\xc3\xd7\x35\xe3\x51\xae\x34\x06\x65\x9c\x96\x24\x64\xba\x82\x03\xfb\x98\xc4\x25\x4f\xf1\x8b\x9d\x91\x6c\xae\x8f\xe2\x1b\xbf\x08\x64\x5f\xc4\xe7\x2c\xe5\xb2\xba\x26\xb1\xb9\xc0\x55\x93\xf4\xcc\x7c\x47\xb9\x76\x4c\x55\x46\x53\x47\xce\x02\xc5\x55\xbf\xac\xd0\x3b\xce\x05\x8f\x77\x21\x31\x55\x22\x49\x77\x9f\xc7\xdb\x44\x9a\xa1\xb7\xaa\x5e\xce\xbe\x5a\x82\x5f\x04\x5c\x82\xf8\x45\x9a\xd6\x96\xbe\x66\x52\x18\x97\x8a\xe7\x49\xba\x03\x2f\x3a\xcb\xc5\x59\xf0\x9d\x60\x7d\x53\xbe\x07\x50\x15\x13\x89\x42\xa9\xc5\xaa\x4c\xd1\xd7\x86\xd3\xa8\x6b\x00\xad\xc3\x0f\xb3\x89\xd9\x66\x0b\xa2\x9c\x0f\x3e\x8c\x42\x4e\xa7\xc0\xce\x37\xcf\x81\x83\xee\x6f\x3c\x61\x5a\x0e\xd0\xde\x8d\x7a\xb2\x09\x3e\x4f\xdc\x23\x38\xbb\xf6\x92\x93\xc5\xec\xfb\xbd\x2e\x7b\xde\xb1\xab\x12\x3b\x3d\xae\x5c\xd4\xd0\x6f\x22\x76\x2b\x31\x91\xd0\x1c\xd2\x40\xf4\x71\xd0\x52\x63\x9e\x90\x19\x43\xb0\xd6\xf6\x58\x5f\x0d\x83\x32\xd7\xba\x44\x2b\xc9\xe6\xe5\xaf\x7f\xfd\x5b\xc1\x7e\x0d\x89\x53\xe4\x7d\xe3\x6d\x0b\x50\xa6\x61\xe9\x60\xa0\xdc\x07\x04\xf2\xa9\x35\x46\x84\xb5\x01\x1e\x6d\x96\x32\x40\x06\x79\xb4\x61\xba\x5c\x22\x1e\x8e\x53\xc0\x9e\x4b\xc7\x48\xfa\x4e\x01\xb4\x0d\xf7\x31\x5b\xfb\xff\x25\xe1\x69\x64\x05\x9f\xcb\x4c\x21\x69\x2e\x00\x09\x97\x82\x6d\x79\xfe\x00\x22\x6f\xa4\xe4\xcd\x78\xc1\x5e\x26\x62\x5a\x0d\x56\xbf\xaa\xd4\x87\xae\x07\x90\x0c\x93\xe5\xa5\x94\x56\xb5\x82\x19\x37\xcc\x47\x8e\x27\x73\xb9\x2c\xc3\x93\x56\x25\xf4\xec\xa7\x16\x84\x9f\xc1\xc8\x2a\x60\x48\xa0\x4a\x71\x1d\x28\x8c\xb3\x01\x31\xe8\xb9\x7c\xa6\x20\x74\x57\x78\xeb\x3d\x79\x1c\x36\x74\x15\xa0\xb4\xa1\xb9\xa1\xb0\x22\x0c\x07\x4e\x7b\xd8\xd2\xdf\x83\xba\xe2\x84\xfd\x90\x3c\x8a\x09\xbb\xcb\x78\xfe\x30\x61\x6f\xf0\x32\xe9\x8f\x6a\xb9\x37\x62\x75\x8a\xa8\xad\x3b\x58\x1d\xcb\x78\x8f\xf1\xcf\x49\xc0\xcc\x1c\x5c\x60\x36\xe3\x8b\x16\xdf\x56\x00\xaf\x7d\xf4\x20\x64\xa7\xb1\xb4\xa8\xe4\x4e\xfa\xee\x53\x9d\xbb\xbb\x41\xd5\x9d\xa7\xf0\xfa\xbe\xed\x3d\x2c\xca\x59\x6d\xc3\xf9\x19\xcf\x06\xb5\xa7\x79\xf4\x70\x06\xbe\xaa\xca\x5d\x5e\xb5\xa6\xcb\x35\x9c\x15\x88\x7e\x46\x1f\xad\x96\x89\x3c\xd4\x15\xb7\x1f\x5e\x64\x4a\xa5\xad\x1e\xf9\x49\x3b\xb0\x11\x9f\x1f\xda\x79\x33\xcc\xe0\xd2\xa1\x9f\x6a\x7b\xd1\xc7\x7a\x7d\x64\x18\xc3\xc0\x40\xc5\x02\xb3\x29\x2e\xe1\x8a\xd4\x77\x47\x28\xe9\x67\x6c\x0d\x62\xce\xd1\x35\xb5\x0a\xb0\xdc\x9e\x19\x22\xee\x82\xde\x21\xd6\xb9\x11\x85\xd6\xcd\xef\x74\x1c\x14\xa0\xdc\x45\xd2\xc6\xbb\x32\x76\x71\xa1\x74\x7a\xe3\x6a\x09\x6b\x6e\xb7\x74\x9b\xf5\xb3\x8f\x75\xd6\xa6\x38\x2f\xa2\x94\xeb\x81\x38\xe2\x56\xbb\x33\xa3\x82\x2e\xa1\x9c\xe1\x36\xf3\x07\xb8\x05\xd8\x0e\x74\xa1\xe6\xf2\xc2\xb1\xae\x7a\xe7\xdb\x1d\x18\xd0\xcc\xe2\x51\xa9\x31\x34\x98\x4a\xe4\x29\x7a\x27\x4c\x97\xd1\x06\x92\xa5\xaa\x76\x2a\xb4\x5b\xcd\x15\x3b\x99\x4b\xe3\xbe\xa2\xf2\x17\x07\xb8\xcb\x13\x88\xc4\x24\x7f\x13\xce\x3f\x26\x4c\x7e\xe8\x12\x2f\xb9\x19\x1a\x25\x5b\x8f\x0f\x36\x6f\x0d\x77\x3a\xbf\xb9\x97\x99\xf1\x1c\xa6\x73\xef\xf6\x24\xa8\xe7\x6f\xb7\x5b\x3a\x8f\xe8\xb0\x61\xe1\xf1\xa9\x66\x69\xd3\x64\x25\xa2\x5d\xd4\xa0\xa1\xaa\x80\xcc\x4e\x77\x0b\x72\xd8\x25\x40\x1f\x5d\x51\x7b\xec\xe4\xe7\x06\xbd\x06\xeb\x42\xe6\xfc\x73\xe2\x85\x3b\x18\x73\xfe\xd5\xe3\xb8\x7b\x40\x34\xbf\x40\x6b\xff\x25\x63\x8a\xfd\x64\x39\xbf\x0a\xff\xd7\xda\x2f\x8b\x5e\x85\x18\x06\x79\xcd\xad\x98\xd9\x6f\x8b\x1e\x20\x89\xeb\x87\xbc\x26\x4b\xc0\xb0\xa5\x40\x24\x0c\xb1\x23\x88\x18\x91\x12\x44\xaf\xda\xfe\xba\x4c\x95\x2e\xf3\xfe\xc5\x7f\x5b\xad\xb5\xfd\x7a\x0b\x61\x2e\x4c\xb6\xed\x52\x00\xf7\xc7\x50\x70\x1c\x3e\xb6\xf8\xab\x5a\x2e\x00\x09\x7a\xdc\x0a\x6f\x2b\xce\x4a\x70\x39\x3c\x01\x55\xd5\x9f\xb8\xee\x32\x01\xbc\x6d\x3e\xb4\xe1\xcf\x2f\xb5\x19\xe6\x02\xcb\x73\x69\x69\xec\x31\xef\x3c\xcf\x05\xf0\x6d\xe7\x02\x94\xe5\x58\xc6\x73\x07\xc7\xb2\x27\xec\x20\x82\xe6\x21\x7b\x61\xae\x28\xa4\x7c\x53\xdc\x6e\x29\x84\x74\xbd\x3d\xe6\x68\x6a\x4e\x9b\xf5\xde\x27\x2c\xee\x93\x60\x11\xa6\x79\x75\xa8\x60\x36\xde\x0b\x62\x8a\xe0\xb7\xac\x45\xe8\x43\xd5\x5c\x8b\xca\xd2\xac\xdc\xef\x7f\x53\xf9\x48\xad\x27\xd8\x1a\xc5\x5d\x25\xfc\x3c\x08\x11\x71\x8a\xdb\xc6\xf7\xbc\xd8\x60\x60\x74\xab\x0a\x81\x36\x13\xb9\xb6\x70\xbe\xe0\x9d\xdd\x32\x55\x4b\x90\x74\x33\xbf\x74\x1d\x9f\x23\x5a\xda\x83\xba\xae\x39\x60\x43\x2c\x83\xb1\x26\x90\xaf\x9e\x0b\x0d\xb4\x45\xcd\x3b\xfe\xa1\xd9\x13\xe3\x82\xb7\xcd\xea\x1a\xa3\xff\xa6\x11\xbc\x6d\xea\x5c\x98\x65\x0d\x50\xfa\xab\x03\xf2\xfb\xae\xc2\x9c\x6f\xe3\x1c\x10\xe5\x37\x81\x68\x90\xf5\xb7\xd6\x5e\xab\x1c\x3e\x97\x17\xf8\x4b\xb0\x09\x70\xaf\xe7\xe4\xd0\xea\x24\x12\xeb\xd6\x1f\x26\x81\xb3\x8b\x10\x1f\x4d\xa7\xa2\x89\x3f\xaf\x42\x70\x69\x02\x39\xd7\xb2\x48\x72\x73\x1a\xd1\xe0\x6c\xe9\x72\x79\xe6\xe9\x7d\x54\x0e\xee\x19\xb0\x3f\x65\x1c\x42\x63\xc0\xfa\x75\xd6\xb2\x0d\xe3\xbd\x8e\xd7\x65\xb1\x34\x98\x3c\x25\xe3\x0f\xa7\x6a\xe4\x97\x70\x6d\x77\xe5\x98\xc3\x11\x44\x65\x2d\xb7\x01\x6e\x76\x7d\xf6\x02\x94\xa3\x20\x3f\xfc\x16\x8f\xe3\x5f\x7b\x03\x0f\xb1\x24\x43\xb7\x6e\x38\x7e\xcf\xe5\xff\x6f\xf7\x86\xee\x94\x87\x11\x33\xdd\xf4\x8c\xd9\xa2\x3a\x53\x31\x2a\x75\xb3\x21\xc9\xc0\x09\xec\xae\x54\x63\xca\xb7\x95\xca\x5d\x80\x24\xd0\x49\x51\x94\xcc\x0f\xbf\x3e\x26\x3a\x20\xcd\x87\xaf\xdd\x09\xc1\x5e\xe7\x62\xf5\xfa\x63\x2e\x56\x0b\x3b\xd2\x53\x68\xd0\xd4\xb4\xa8\x49\x9d\x3f\x70\x72\xe8\x4c\xc9\x76\x0a\xd1\x3d\x14\xbf\xb5\x26\x61\x39\x41\x9b\x92\x15\xf3\x72\x9a\x10\x45\x28\xa3\x48\x88\xb8\xce\xe9\xdf\xa8\xd9\x17\xdf\xe6\xba\x70\xb4\x03\x80\xaa\x1d\x32\x94\xff\xfa\xdb\x5b\xa5\xcf\x86\x6c\x6f\xf7\xd5\x78\x8a\x35\xf6\x5c\xba\x0d\xaf\x3b\x31\xe5\xcb\xe6\xce\xc0\x00\xea\x8c\x3f\x49\x62\x83\x1a\x75\x95\x31\x6c\x5b\xab\x45\x97\x82\x6d\xad\x81\x20\xf6\xab\x4c\xda\x9b\xa3\xc4\x69\x36\x4e\x02\xb9\x73\x9e\xa6\xa1\x32\x89\x8f\xff\xce\xa5\x8f\x12\x1a\xaf\x35\x4d\xed\x95\x50\xc5\xdf\x20\xee\xaf\x18\xe8\x0a\xc4\xc4\x52\x17\x11\xe9\x27\xa1\x09\xce\x30\x1a\xe7\x63\x66\xfb\x56\xf3\xa9\x0e\x91\xdf\x18\x6b\xc3\x1e\xdc\x0e\x7e\x76\xf1\x20\x76\xa3\xeb\xda\x7e\x73\xee\xa5\x7c\x37\xb0\x98\xad\x95\x8d\x78\x9e\xdb\x1c\x24\xfa\x2a\x33\x67\xa5\x15\x8f\x2a\xd7\x66\x1d\xf5\xdc\x88\xe8\x21\x53\x89\x1c\x6d\x8b\x82\xfa\x18\x47\xaa\x30\xfb\x99\x2f\xcd\x9d\x0e\x07\x6d\x8e\x15\x7f\x12\x1b\xa2\x01\x9c\x66\x81\xf5\x9e\xd2\x90\x33\xa7\x55\xdc\x3d\xed\x4e\x1d\xbf\x10\x7e\x6f\x78\x86\x58\x6c\xff\x25\x05\x5a\x8d\xa6\x47\x59\xb9\xc5\xe2\x8d\xdc\xd4\x81\x9d\xcd\x59\x85\x08\xb4\xb5\x4b\x21\x04\xf9\x4b\x64\xe8\x97\xc8\xd0\x3f\x79\x64\xe8\x4b\x86\x85\x00\x59\xf8\x9c\x31\xa1\x76\xb2\x81\x5f\xb6\xd7\x6f\x6b\x7b\x45\x4e\x51\xcc\x8c\x1b\xd3\xb5\x54\xd5\x5b\xff\xfa\x71\x9d\x2b\x58\x50\x13\x3d\xa2\x9f\xbf\xa0\x7b\xd0\x62\xab\xc6\xd9\xdd\xc1\xfb\x55\x3f\x7a\xc2\x3b\x20\xfe\x30\x10\x24\xd2\x37\x96\x6f\x18\x04\x2e\xc2\xa9\x63\x0c\xcf\xe0\xeb\x97\x6e\xae\x92\x6f\xea\x12\x79\x88\x83\x61\x2c\xa3\xbb\x56\xbe\xb6\x16\x51\x0a\x34\xe0\x3d\x96\x31\xe0\xb0\xe6\xc5\x0b\xed\x7a\xbd\x6a\x01\x2d\xc2\xfd\x5d\xa2\x8b\x9f\x6a\x0a\x89\x87\x49\x2c\x3e\x1b\x12\xca\x56\x15\xab\x19\xbc\xd1\x0b\xe0\xb9\xad\x42\x6c\xd4\xca\xce\x39\xd8\xe4\xac\x26\x96\xa9\xf7\x98\xfd\xea\xa3\xeb\xaf\x8f\xe8\x47\x3f\xe5\x3c\xcb\x44\x6e\x71\x23\x0d\x68\x0f\x08\x4c\xc1\x57\x40\x21\x6e\x23\x50\xa6\xb6\xe6\x8d\x18\x53\x52\x2b\x1a\x1e\x83\xae\x9b\xb6\x8f\xdc\x75\x99\xa6\x9d\x23\xb7\x5f\xb7\xe6\xfa\xc3\xbb\x77\x8b\x9f\x2e\xde\x7d\xb8\xb2\xcd\x6f\xd5\x81\x09\x1e\xeb\xec\x13\x57\x13\xea\x13\xaf\x34\x67\x3e\x2b\xac\x54\xae\xf2\xad\xc6\xc3\x48\x99\xa6\x55\x8d\xa0\xb9\xfc\x48\xe5\x00\x2c\x1b\xf5\x0f\x4d\xbf\xb1\xde\x8e\xab\x7e\x1f\x1e\xfb\x68\x0a\xff\x88\xef\x9e\x31\xdf\x88\xd7\xa0\x64\x47\x0a\x59\xed\xfd\x4a\x39\x1f\x47\x2c\x07\x04\x01\x77\x2d\x87\x53\xab\xa0\x1d\xb6\x3c\x3e\x48\xe0\x5f\x16\xb1\x15\x2f\x3b\xc9\xea\xc0\xbe\xfb\x58\xbd\x4f\x70\xb6\x3c\xc6\xe0\x1a\x94\x3b\x41\xed\x2a\x50\xe4\xf5\xf2\x4e\x73\x89\x67\x55\x53\xa7\x42\x75\xd7\x89\xcd\x08\x4d\x95\x72\xb9\x2e\xf9\x5a\xe8\x09\xb3\x1f\x9f\xcb\x6d\xb2\xde\x20\x9b\x44\x99\x79\x5c\x32\x67\x12\x48\x47\x6a\x53\xa8\x86\x4b\x4e\xe4\x5c\x52\x9b\xe4\xda\x17\x8f\x18\xd9\x3f\xde\xb9\xe6\x10\x18\x1d\x0b\x22\xf9\x2d\x39\x97\x38\xb8\xc8\x72\x61\x23\x56\xe0\xbf\xf3\xa2\x3e\x75\x39\xc4\x98\x51\xa2\xda\xd8\xf4\x35\xc4\xce\xe6\xd2\x25\xa2\xa2\x87\x4f\x6d\x08\x64\x1a\xb0\x4a\xfb\xed\x89\x1d\x0c\xbb\x26\xa8\x6e\xed\xb3\xfe\xe8\x3d\xc0\x2c\xb8\xc5\x08\xad\xdd\xa6\x19\x1b\x78\xaa\xe3\x81\xe1\xe8\x62\x27\x80\xec\xe3\xf6\xda\xd8\x76\xe1\x33\x9d\x10\x24\x55\x2e\xd3\x11\x55\xc2\xe7\x7b\x2b\x85\x26\xb9\xbf\x52\x03\x8e\x8c\xb7\xb5\xa5\x65\xa6\x69\xdf\x67\x97\x4a\x75\x8c\xcb\x09\x03\xbf\x95\x4a\xd1\x0b\xfb\x3a\xa3\x8c\x8a\x43\xe6\xcb\x80\x94\xbc\x7a\x17\x59\xeb\xd3\x57\xa1\x34\xd1\x07\x55\xc7\xfb\x4f\x83\x6b\xe4\x3c\x04\xda\xec\x46\x59\x58\xda\xe7\x2a\x06\xb6\xc3\x4c\x52\xdc\xcf\x8a\xd6\x26\x68\x5e\xcc\xe2\x41\x45\x59\x33\xff\x27\x6e\x12\x4d\xfc\xc8\x4d\xa0\x92\x51\x99\x6b\x63\x2e\xc9\xde\x91\xd5\x56\x39\xe3\x73\x69\xd5\x0f\xac\x39\xbe\xb0\x20\xaa\xdc\xfd\x15\xd3\x1c\x33\x64\x0f\x07\x8f\xb5\x60\x4a\x0a\x6b\x0d\xe7\xd2\x2a\x1d\x4f\x18\x5f\x6a\x2b\x20\xcc\xe5\xce\xa9\xfa\x26\x4e\xb2\x8d\x4b\x06\xe8\xb4\xfd\x36\xaf\xe6\x06\x54\xf6\xf9\x5f\x99\xff\xfb\xc7\xaf\xfe\x5f\x00\x00\x00\xff\xff\xb2\xbd\xbf\x44\x66\x98\x04\x00") func adminSwaggerJsonBytes() ([]byte, error) { return bindataRead( @@ -93,7 +93,7 @@ func adminSwaggerJson() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "admin.swagger.json", size: 301152, mode: os.FileMode(420), modTime: time.Unix(1562572800, 0)} + info := bindataFileInfo{name: "admin.swagger.json", size: 301158, mode: os.FileMode(420), modTime: time.Unix(1562572800, 0)} a := &asset{bytes: bytes, info: info} return a, nil } diff --git a/gen/pb-java/flyteidl/core/Security.java b/gen/pb-java/flyteidl/core/Security.java index 9c3ec99ac..81ae2cace 100644 --- a/gen/pb-java/flyteidl/core/Security.java +++ b/gen/pb-java/flyteidl/core/Security.java @@ -2271,21 +2271,21 @@ public interface IdentityOrBuilder extends /** *
-     * exec_user_id references the id of the user who executes the task.
+     * user_identifier references the id of the user who executes the task.
      * 
* - * string exec_user_id = 4; + * string user_identifier = 4; */ - java.lang.String getExecUserId(); + java.lang.String getUserIdentifier(); /** *
-     * exec_user_id references the id of the user who executes the task.
+     * user_identifier references the id of the user who executes the task.
      * 
* - * string exec_user_id = 4; + * string user_identifier = 4; */ com.google.protobuf.ByteString - getExecUserIdBytes(); + getUserIdentifierBytes(); } /** *
@@ -2307,7 +2307,7 @@ private Identity(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     private Identity() {
       iamRole_ = "";
       k8SServiceAccount_ = "";
-      execUserId_ = "";
+      userIdentifier_ = "";
     }
 
     @java.lang.Override
@@ -2362,7 +2362,7 @@ private Identity(
             case 34: {
               java.lang.String s = input.readStringRequireUtf8();
 
-              execUserId_ = s;
+              userIdentifier_ = s;
               break;
             }
             default: {
@@ -2517,42 +2517,42 @@ public flyteidl.core.Security.OAuth2ClientOrBuilder getOauth2ClientOrBuilder() {
       return getOauth2Client();
     }
 
-    public static final int EXEC_USER_ID_FIELD_NUMBER = 4;
-    private volatile java.lang.Object execUserId_;
+    public static final int USER_IDENTIFIER_FIELD_NUMBER = 4;
+    private volatile java.lang.Object userIdentifier_;
     /**
      * 
-     * exec_user_id references the id of the user who executes the task.
+     * user_identifier references the id of the user who executes the task.
      * 
* - * string exec_user_id = 4; + * string user_identifier = 4; */ - public java.lang.String getExecUserId() { - java.lang.Object ref = execUserId_; + public java.lang.String getUserIdentifier() { + java.lang.Object ref = userIdentifier_; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); - execUserId_ = s; + userIdentifier_ = s; return s; } } /** *
-     * exec_user_id references the id of the user who executes the task.
+     * user_identifier references the id of the user who executes the task.
      * 
* - * string exec_user_id = 4; + * string user_identifier = 4; */ public com.google.protobuf.ByteString - getExecUserIdBytes() { - java.lang.Object ref = execUserId_; + getUserIdentifierBytes() { + java.lang.Object ref = userIdentifier_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); - execUserId_ = b; + userIdentifier_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; @@ -2582,8 +2582,8 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) if (oauth2Client_ != null) { output.writeMessage(3, getOauth2Client()); } - if (!getExecUserIdBytes().isEmpty()) { - com.google.protobuf.GeneratedMessageV3.writeString(output, 4, execUserId_); + if (!getUserIdentifierBytes().isEmpty()) { + com.google.protobuf.GeneratedMessageV3.writeString(output, 4, userIdentifier_); } unknownFields.writeTo(output); } @@ -2604,8 +2604,8 @@ public int getSerializedSize() { size += com.google.protobuf.CodedOutputStream .computeMessageSize(3, getOauth2Client()); } - if (!getExecUserIdBytes().isEmpty()) { - size += com.google.protobuf.GeneratedMessageV3.computeStringSize(4, execUserId_); + if (!getUserIdentifierBytes().isEmpty()) { + size += com.google.protobuf.GeneratedMessageV3.computeStringSize(4, userIdentifier_); } size += unknownFields.getSerializedSize(); memoizedSize = size; @@ -2631,8 +2631,8 @@ public boolean equals(final java.lang.Object obj) { if (!getOauth2Client() .equals(other.getOauth2Client())) return false; } - if (!getExecUserId() - .equals(other.getExecUserId())) return false; + if (!getUserIdentifier() + .equals(other.getUserIdentifier())) return false; if (!unknownFields.equals(other.unknownFields)) return false; return true; } @@ -2652,8 +2652,8 @@ public int hashCode() { hash = (37 * hash) + OAUTH2_CLIENT_FIELD_NUMBER; hash = (53 * hash) + getOauth2Client().hashCode(); } - hash = (37 * hash) + EXEC_USER_ID_FIELD_NUMBER; - hash = (53 * hash) + getExecUserId().hashCode(); + hash = (37 * hash) + USER_IDENTIFIER_FIELD_NUMBER; + hash = (53 * hash) + getUserIdentifier().hashCode(); hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; @@ -2802,7 +2802,7 @@ public Builder clear() { oauth2Client_ = null; oauth2ClientBuilder_ = null; } - execUserId_ = ""; + userIdentifier_ = ""; return this; } @@ -2837,7 +2837,7 @@ public flyteidl.core.Security.Identity buildPartial() { } else { result.oauth2Client_ = oauth2ClientBuilder_.build(); } - result.execUserId_ = execUserId_; + result.userIdentifier_ = userIdentifier_; onBuilt(); return result; } @@ -2897,8 +2897,8 @@ public Builder mergeFrom(flyteidl.core.Security.Identity other) { if (other.hasOauth2Client()) { mergeOauth2Client(other.getOauth2Client()); } - if (!other.getExecUserId().isEmpty()) { - execUserId_ = other.execUserId_; + if (!other.getUserIdentifier().isEmpty()) { + userIdentifier_ = other.userIdentifier_; onChanged(); } this.mergeUnknownFields(other.unknownFields); @@ -3270,21 +3270,21 @@ public flyteidl.core.Security.OAuth2ClientOrBuilder getOauth2ClientOrBuilder() { return oauth2ClientBuilder_; } - private java.lang.Object execUserId_ = ""; + private java.lang.Object userIdentifier_ = ""; /** *
-       * exec_user_id references the id of the user who executes the task.
+       * user_identifier references the id of the user who executes the task.
        * 
* - * string exec_user_id = 4; + * string user_identifier = 4; */ - public java.lang.String getExecUserId() { - java.lang.Object ref = execUserId_; + public java.lang.String getUserIdentifier() { + java.lang.Object ref = userIdentifier_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); - execUserId_ = s; + userIdentifier_ = s; return s; } else { return (java.lang.String) ref; @@ -3292,19 +3292,19 @@ public java.lang.String getExecUserId() { } /** *
-       * exec_user_id references the id of the user who executes the task.
+       * user_identifier references the id of the user who executes the task.
        * 
* - * string exec_user_id = 4; + * string user_identifier = 4; */ public com.google.protobuf.ByteString - getExecUserIdBytes() { - java.lang.Object ref = execUserId_; + getUserIdentifierBytes() { + java.lang.Object ref = userIdentifier_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); - execUserId_ = b; + userIdentifier_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; @@ -3312,49 +3312,49 @@ public java.lang.String getExecUserId() { } /** *
-       * exec_user_id references the id of the user who executes the task.
+       * user_identifier references the id of the user who executes the task.
        * 
* - * string exec_user_id = 4; + * string user_identifier = 4; */ - public Builder setExecUserId( + public Builder setUserIdentifier( java.lang.String value) { if (value == null) { throw new NullPointerException(); } - execUserId_ = value; + userIdentifier_ = value; onChanged(); return this; } /** *
-       * exec_user_id references the id of the user who executes the task.
+       * user_identifier references the id of the user who executes the task.
        * 
* - * string exec_user_id = 4; + * string user_identifier = 4; */ - public Builder clearExecUserId() { + public Builder clearUserIdentifier() { - execUserId_ = getDefaultInstance().getExecUserId(); + userIdentifier_ = getDefaultInstance().getUserIdentifier(); onChanged(); return this; } /** *
-       * exec_user_id references the id of the user who executes the task.
+       * user_identifier references the id of the user who executes the task.
        * 
* - * string exec_user_id = 4; + * string user_identifier = 4; */ - public Builder setExecUserIdBytes( + public Builder setUserIdentifierBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); - execUserId_ = value; + userIdentifier_ = value; onChanged(); return this; } @@ -6782,21 +6782,21 @@ public flyteidl.core.Security.SecurityContext getDefaultInstanceForType() { "untType\"+\n\tMountType\022\007\n\003ANY\020\000\022\013\n\007ENV_VAR" + "\020\001\022\010\n\004FILE\020\002\"O\n\014OAuth2Client\022\021\n\tclient_i" + "d\030\001 \001(\t\022,\n\rclient_secret\030\002 \001(\0132\025.flyteid" + - "l.core.Secret\"\203\001\n\010Identity\022\020\n\010iam_role\030\001" + + "l.core.Secret\"\206\001\n\010Identity\022\020\n\010iam_role\030\001" + " \001(\t\022\033\n\023k8s_service_account\030\002 \001(\t\0222\n\roau" + "th2_client\030\003 \001(\0132\033.flyteidl.core.OAuth2C" + - "lient\022\024\n\014exec_user_id\030\004 \001(\t\"\335\001\n\022OAuth2To" + - "kenRequest\022\014\n\004name\030\001 \001(\t\0224\n\004type\030\002 \001(\0162&" + - ".flyteidl.core.OAuth2TokenRequest.Type\022+" + - "\n\006client\030\003 \001(\0132\033.flyteidl.core.OAuth2Cli" + - "ent\022\036\n\026idp_discovery_endpoint\030\004 \001(\t\022\026\n\016t" + - "oken_endpoint\030\005 \001(\t\"\036\n\004Type\022\026\n\022CLIENT_CR" + - "EDENTIALS\020\000\"\225\001\n\017SecurityContext\022\'\n\006run_a" + - "s\030\001 \001(\0132\027.flyteidl.core.Identity\022&\n\007secr" + - "ets\030\002 \003(\0132\025.flyteidl.core.Secret\0221\n\006toke" + - "ns\030\003 \003(\0132!.flyteidl.core.OAuth2TokenRequ" + - "estB6Z4github.com/flyteorg/flyteidl/gen/" + - "pb-go/flyteidl/coreb\006proto3" + "lient\022\027\n\017user_identifier\030\004 \001(\t\"\335\001\n\022OAuth" + + "2TokenRequest\022\014\n\004name\030\001 \001(\t\0224\n\004type\030\002 \001(" + + "\0162&.flyteidl.core.OAuth2TokenRequest.Typ" + + "e\022+\n\006client\030\003 \001(\0132\033.flyteidl.core.OAuth2" + + "Client\022\036\n\026idp_discovery_endpoint\030\004 \001(\t\022\026" + + "\n\016token_endpoint\030\005 \001(\t\"\036\n\004Type\022\026\n\022CLIENT" + + "_CREDENTIALS\020\000\"\225\001\n\017SecurityContext\022\'\n\006ru" + + "n_as\030\001 \001(\0132\027.flyteidl.core.Identity\022&\n\007s" + + "ecrets\030\002 \003(\0132\025.flyteidl.core.Secret\0221\n\006t" + + "okens\030\003 \003(\0132!.flyteidl.core.OAuth2TokenR" + + "equestB6Z4github.com/flyteorg/flyteidl/g" + + "en/pb-go/flyteidl/coreb\006proto3" }; com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner assigner = new com.google.protobuf.Descriptors.FileDescriptor. InternalDescriptorAssigner() { @@ -6827,7 +6827,7 @@ public com.google.protobuf.ExtensionRegistry assignDescriptors( internal_static_flyteidl_core_Identity_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_flyteidl_core_Identity_descriptor, - new java.lang.String[] { "IamRole", "K8SServiceAccount", "Oauth2Client", "ExecUserId", }); + new java.lang.String[] { "IamRole", "K8SServiceAccount", "Oauth2Client", "UserIdentifier", }); internal_static_flyteidl_core_OAuth2TokenRequest_descriptor = getDescriptor().getMessageTypes().get(3); internal_static_flyteidl_core_OAuth2TokenRequest_fieldAccessorTable = new diff --git a/gen/pb-js/flyteidl.d.ts b/gen/pb-js/flyteidl.d.ts index 17004989e..201229197 100644 --- a/gen/pb-js/flyteidl.d.ts +++ b/gen/pb-js/flyteidl.d.ts @@ -5968,8 +5968,8 @@ export namespace flyteidl { /** Identity oauth2Client */ oauth2Client?: (flyteidl.core.IOAuth2Client|null); - /** Identity execUserId */ - execUserId?: (string|null); + /** Identity userIdentifier */ + userIdentifier?: (string|null); } /** Represents an Identity. */ @@ -5990,8 +5990,8 @@ export namespace flyteidl { /** Identity oauth2Client. */ public oauth2Client?: (flyteidl.core.IOAuth2Client|null); - /** Identity execUserId. */ - public execUserId: string; + /** Identity userIdentifier. */ + public userIdentifier: string; /** * Creates a new Identity instance using the specified properties. diff --git a/gen/pb-js/flyteidl.js b/gen/pb-js/flyteidl.js index c8be6a22d..d1e8ec589 100644 --- a/gen/pb-js/flyteidl.js +++ b/gen/pb-js/flyteidl.js @@ -14264,7 +14264,7 @@ * @property {string|null} [iamRole] Identity iamRole * @property {string|null} [k8sServiceAccount] Identity k8sServiceAccount * @property {flyteidl.core.IOAuth2Client|null} [oauth2Client] Identity oauth2Client - * @property {string|null} [execUserId] Identity execUserId + * @property {string|null} [userIdentifier] Identity userIdentifier */ /** @@ -14307,12 +14307,12 @@ Identity.prototype.oauth2Client = null; /** - * Identity execUserId. - * @member {string} execUserId + * Identity userIdentifier. + * @member {string} userIdentifier * @memberof flyteidl.core.Identity * @instance */ - Identity.prototype.execUserId = ""; + Identity.prototype.userIdentifier = ""; /** * Creates a new Identity instance using the specified properties. @@ -14344,8 +14344,8 @@ writer.uint32(/* id 2, wireType 2 =*/18).string(message.k8sServiceAccount); if (message.oauth2Client != null && message.hasOwnProperty("oauth2Client")) $root.flyteidl.core.OAuth2Client.encode(message.oauth2Client, writer.uint32(/* id 3, wireType 2 =*/26).fork()).ldelim(); - if (message.execUserId != null && message.hasOwnProperty("execUserId")) - writer.uint32(/* id 4, wireType 2 =*/34).string(message.execUserId); + if (message.userIdentifier != null && message.hasOwnProperty("userIdentifier")) + writer.uint32(/* id 4, wireType 2 =*/34).string(message.userIdentifier); return writer; }; @@ -14377,7 +14377,7 @@ message.oauth2Client = $root.flyteidl.core.OAuth2Client.decode(reader, reader.uint32()); break; case 4: - message.execUserId = reader.string(); + message.userIdentifier = reader.string(); break; default: reader.skipType(tag & 7); @@ -14409,9 +14409,9 @@ if (error) return "oauth2Client." + error; } - if (message.execUserId != null && message.hasOwnProperty("execUserId")) - if (!$util.isString(message.execUserId)) - return "execUserId: string expected"; + if (message.userIdentifier != null && message.hasOwnProperty("userIdentifier")) + if (!$util.isString(message.userIdentifier)) + return "userIdentifier: string expected"; return null; }; diff --git a/gen/pb_python/flyteidl/core/security_pb2.py b/gen/pb_python/flyteidl/core/security_pb2.py index 132d3a62a..85878eb6e 100644 --- a/gen/pb_python/flyteidl/core/security_pb2.py +++ b/gen/pb_python/flyteidl/core/security_pb2.py @@ -13,7 +13,7 @@ -DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1c\x66lyteidl/core/security.proto\x12\rflyteidl.core\"\xd0\x01\n\x06Secret\x12\x14\n\x05group\x18\x01 \x01(\tR\x05group\x12#\n\rgroup_version\x18\x02 \x01(\tR\x0cgroupVersion\x12\x10\n\x03key\x18\x03 \x01(\tR\x03key\x12L\n\x11mount_requirement\x18\x04 \x01(\x0e\x32\x1f.flyteidl.core.Secret.MountTypeR\x10mountRequirement\"+\n\tMountType\x12\x07\n\x03\x41NY\x10\x00\x12\x0b\n\x07\x45NV_VAR\x10\x01\x12\x08\n\x04\x46ILE\x10\x02\"g\n\x0cOAuth2Client\x12\x1b\n\tclient_id\x18\x01 \x01(\tR\x08\x63lientId\x12:\n\rclient_secret\x18\x02 \x01(\x0b\x32\x15.flyteidl.core.SecretR\x0c\x63lientSecret\"\xb9\x01\n\x08Identity\x12\x19\n\x08iam_role\x18\x01 \x01(\tR\x07iamRole\x12.\n\x13k8s_service_account\x18\x02 \x01(\tR\x11k8sServiceAccount\x12@\n\roauth2_client\x18\x03 \x01(\x0b\x32\x1b.flyteidl.core.OAuth2ClientR\x0coauth2Client\x12 \n\x0c\x65xec_user_id\x18\x04 \x01(\tR\nexecUserId\"\x96\x02\n\x12OAuth2TokenRequest\x12\x12\n\x04name\x18\x01 \x01(\tR\x04name\x12:\n\x04type\x18\x02 \x01(\x0e\x32&.flyteidl.core.OAuth2TokenRequest.TypeR\x04type\x12\x33\n\x06\x63lient\x18\x03 \x01(\x0b\x32\x1b.flyteidl.core.OAuth2ClientR\x06\x63lient\x12\x34\n\x16idp_discovery_endpoint\x18\x04 \x01(\tR\x14idpDiscoveryEndpoint\x12%\n\x0etoken_endpoint\x18\x05 \x01(\tR\rtokenEndpoint\"\x1e\n\x04Type\x12\x16\n\x12\x43LIENT_CREDENTIALS\x10\x00\"\xad\x01\n\x0fSecurityContext\x12.\n\x06run_as\x18\x01 \x01(\x0b\x32\x17.flyteidl.core.IdentityR\x05runAs\x12/\n\x07secrets\x18\x02 \x03(\x0b\x32\x15.flyteidl.core.SecretR\x07secrets\x12\x39\n\x06tokens\x18\x03 \x03(\x0b\x32!.flyteidl.core.OAuth2TokenRequestR\x06tokensB\xad\x01\n\x11\x63om.flyteidl.coreB\rSecurityProtoP\x01Z4github.com/flyteorg/flyteidl/gen/pb-go/flyteidl/core\xa2\x02\x03\x46\x43X\xaa\x02\rFlyteidl.Core\xca\x02\rFlyteidl\\Core\xe2\x02\x19\x46lyteidl\\Core\\GPBMetadata\xea\x02\x0e\x46lyteidl::Coreb\x06proto3') +DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1c\x66lyteidl/core/security.proto\x12\rflyteidl.core\"\xd0\x01\n\x06Secret\x12\x14\n\x05group\x18\x01 \x01(\tR\x05group\x12#\n\rgroup_version\x18\x02 \x01(\tR\x0cgroupVersion\x12\x10\n\x03key\x18\x03 \x01(\tR\x03key\x12L\n\x11mount_requirement\x18\x04 \x01(\x0e\x32\x1f.flyteidl.core.Secret.MountTypeR\x10mountRequirement\"+\n\tMountType\x12\x07\n\x03\x41NY\x10\x00\x12\x0b\n\x07\x45NV_VAR\x10\x01\x12\x08\n\x04\x46ILE\x10\x02\"g\n\x0cOAuth2Client\x12\x1b\n\tclient_id\x18\x01 \x01(\tR\x08\x63lientId\x12:\n\rclient_secret\x18\x02 \x01(\x0b\x32\x15.flyteidl.core.SecretR\x0c\x63lientSecret\"\xc0\x01\n\x08Identity\x12\x19\n\x08iam_role\x18\x01 \x01(\tR\x07iamRole\x12.\n\x13k8s_service_account\x18\x02 \x01(\tR\x11k8sServiceAccount\x12@\n\roauth2_client\x18\x03 \x01(\x0b\x32\x1b.flyteidl.core.OAuth2ClientR\x0coauth2Client\x12\'\n\x0fuser_identifier\x18\x04 \x01(\tR\x0euserIdentifier\"\x96\x02\n\x12OAuth2TokenRequest\x12\x12\n\x04name\x18\x01 \x01(\tR\x04name\x12:\n\x04type\x18\x02 \x01(\x0e\x32&.flyteidl.core.OAuth2TokenRequest.TypeR\x04type\x12\x33\n\x06\x63lient\x18\x03 \x01(\x0b\x32\x1b.flyteidl.core.OAuth2ClientR\x06\x63lient\x12\x34\n\x16idp_discovery_endpoint\x18\x04 \x01(\tR\x14idpDiscoveryEndpoint\x12%\n\x0etoken_endpoint\x18\x05 \x01(\tR\rtokenEndpoint\"\x1e\n\x04Type\x12\x16\n\x12\x43LIENT_CREDENTIALS\x10\x00\"\xad\x01\n\x0fSecurityContext\x12.\n\x06run_as\x18\x01 \x01(\x0b\x32\x17.flyteidl.core.IdentityR\x05runAs\x12/\n\x07secrets\x18\x02 \x03(\x0b\x32\x15.flyteidl.core.SecretR\x07secrets\x12\x39\n\x06tokens\x18\x03 \x03(\x0b\x32!.flyteidl.core.OAuth2TokenRequestR\x06tokensB\xad\x01\n\x11\x63om.flyteidl.coreB\rSecurityProtoP\x01Z4github.com/flyteorg/flyteidl/gen/pb-go/flyteidl/core\xa2\x02\x03\x46\x43X\xaa\x02\rFlyteidl.Core\xca\x02\rFlyteidl\\Core\xe2\x02\x19\x46lyteidl\\Core\\GPBMetadata\xea\x02\x0e\x46lyteidl::Coreb\x06proto3') _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals()) _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'flyteidl.core.security_pb2', globals()) @@ -28,11 +28,11 @@ _OAUTH2CLIENT._serialized_start=258 _OAUTH2CLIENT._serialized_end=361 _IDENTITY._serialized_start=364 - _IDENTITY._serialized_end=549 - _OAUTH2TOKENREQUEST._serialized_start=552 - _OAUTH2TOKENREQUEST._serialized_end=830 - _OAUTH2TOKENREQUEST_TYPE._serialized_start=800 - _OAUTH2TOKENREQUEST_TYPE._serialized_end=830 - _SECURITYCONTEXT._serialized_start=833 - _SECURITYCONTEXT._serialized_end=1006 + _IDENTITY._serialized_end=556 + _OAUTH2TOKENREQUEST._serialized_start=559 + _OAUTH2TOKENREQUEST._serialized_end=837 + _OAUTH2TOKENREQUEST_TYPE._serialized_start=807 + _OAUTH2TOKENREQUEST_TYPE._serialized_end=837 + _SECURITYCONTEXT._serialized_start=840 + _SECURITYCONTEXT._serialized_end=1013 # @@protoc_insertion_point(module_scope) diff --git a/gen/pb_python/flyteidl/core/security_pb2.pyi b/gen/pb_python/flyteidl/core/security_pb2.pyi index 1c83bfef5..801a478da 100644 --- a/gen/pb_python/flyteidl/core/security_pb2.pyi +++ b/gen/pb_python/flyteidl/core/security_pb2.pyi @@ -7,16 +7,16 @@ from typing import ClassVar as _ClassVar, Iterable as _Iterable, Mapping as _Map DESCRIPTOR: _descriptor.FileDescriptor class Identity(_message.Message): - __slots__ = ["exec_user_id", "iam_role", "k8s_service_account", "oauth2_client"] - EXEC_USER_ID_FIELD_NUMBER: _ClassVar[int] + __slots__ = ["iam_role", "k8s_service_account", "oauth2_client", "user_identifier"] IAM_ROLE_FIELD_NUMBER: _ClassVar[int] K8S_SERVICE_ACCOUNT_FIELD_NUMBER: _ClassVar[int] OAUTH2_CLIENT_FIELD_NUMBER: _ClassVar[int] - exec_user_id: str + USER_IDENTIFIER_FIELD_NUMBER: _ClassVar[int] iam_role: str k8s_service_account: str oauth2_client: OAuth2Client - def __init__(self, iam_role: _Optional[str] = ..., k8s_service_account: _Optional[str] = ..., oauth2_client: _Optional[_Union[OAuth2Client, _Mapping]] = ..., exec_user_id: _Optional[str] = ...) -> None: ... + user_identifier: str + def __init__(self, iam_role: _Optional[str] = ..., k8s_service_account: _Optional[str] = ..., oauth2_client: _Optional[_Union[OAuth2Client, _Mapping]] = ..., user_identifier: _Optional[str] = ...) -> None: ... class OAuth2Client(_message.Message): __slots__ = ["client_id", "client_secret"] diff --git a/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/core_identity.py b/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/core_identity.py index d6678cde2..65cccd388 100644 --- a/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/core_identity.py +++ b/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/core_identity.py @@ -36,23 +36,23 @@ class CoreIdentity(object): 'iam_role': 'str', 'k8s_service_account': 'str', 'oauth2_client': 'CoreOAuth2Client', - 'exec_user_id': 'str' + 'user_identifier': 'str' } attribute_map = { 'iam_role': 'iam_role', 'k8s_service_account': 'k8s_service_account', 'oauth2_client': 'oauth2_client', - 'exec_user_id': 'exec_user_id' + 'user_identifier': 'user_identifier' } - def __init__(self, iam_role=None, k8s_service_account=None, oauth2_client=None, exec_user_id=None): # noqa: E501 + def __init__(self, iam_role=None, k8s_service_account=None, oauth2_client=None, user_identifier=None): # noqa: E501 """CoreIdentity - a model defined in Swagger""" # noqa: E501 self._iam_role = None self._k8s_service_account = None self._oauth2_client = None - self._exec_user_id = None + self._user_identifier = None self.discriminator = None if iam_role is not None: @@ -61,8 +61,8 @@ def __init__(self, iam_role=None, k8s_service_account=None, oauth2_client=None, self.k8s_service_account = k8s_service_account if oauth2_client is not None: self.oauth2_client = oauth2_client - if exec_user_id is not None: - self.exec_user_id = exec_user_id + if user_identifier is not None: + self.user_identifier = user_identifier @property def iam_role(self): @@ -134,27 +134,27 @@ def oauth2_client(self, oauth2_client): self._oauth2_client = oauth2_client @property - def exec_user_id(self): - """Gets the exec_user_id of this CoreIdentity. # noqa: E501 + def user_identifier(self): + """Gets the user_identifier of this CoreIdentity. # noqa: E501 - exec_user_id references the id of the user who executes the task. # noqa: E501 + user_identifier references the id of the user who executes the task. # noqa: E501 - :return: The exec_user_id of this CoreIdentity. # noqa: E501 + :return: The user_identifier of this CoreIdentity. # noqa: E501 :rtype: str """ - return self._exec_user_id + return self._user_identifier - @exec_user_id.setter - def exec_user_id(self, exec_user_id): - """Sets the exec_user_id of this CoreIdentity. + @user_identifier.setter + def user_identifier(self, user_identifier): + """Sets the user_identifier of this CoreIdentity. - exec_user_id references the id of the user who executes the task. # noqa: E501 + user_identifier references the id of the user who executes the task. # noqa: E501 - :param exec_user_id: The exec_user_id of this CoreIdentity. # noqa: E501 + :param user_identifier: The user_identifier of this CoreIdentity. # noqa: E501 :type: str """ - self._exec_user_id = exec_user_id + self._user_identifier = user_identifier def to_dict(self): """Returns the model properties as a dict""" diff --git a/protos/flyteidl/core/security.proto b/protos/flyteidl/core/security.proto index b59a527ac..6ec4e2347 100644 --- a/protos/flyteidl/core/security.proto +++ b/protos/flyteidl/core/security.proto @@ -70,8 +70,8 @@ message Identity { // making external calls. OAuth2Client oauth2_client = 3; - // exec_user_id references the id of the user who executes the task. - string exec_user_id = 4; + // user_identifier references the id of the user who executes the task. + string user_identifier = 4; } // OAuth2TokenRequest encapsulates information needed to request an OAuth2 token.