From 8aaa5552ce430df1c4f02cc26e8e4cb571d095e4 Mon Sep 17 00:00:00 2001 From: Haytham Abuelfutuh Date: Thu, 18 Mar 2021 21:46:56 -0700 Subject: [PATCH] Add group_version to secrets (#125) * Add group_version to secrets Signed-off-by: Haytham Abuelfutuh * PR Comments Signed-off-by: Haytham Abuelfutuh Signed-off-by: Eduardo Apolinario --- .../gen/pb-cpp/flyteidl/core/security.pb.cc | 253 ++++++--- .../gen/pb-cpp/flyteidl/core/security.pb.h | 216 +++++--- .../gen/pb-go/flyteidl/core/security.pb.go | 107 ++-- .../flyteidl/core/security.pb.validate.go | 6 +- .../pb-go/flyteidl/service/admin.swagger.json | 12 +- .../service/flyteadmin/api/swagger.yaml | 148 ++++- .../service/flyteadmin/model_core_secret.go | 3 +- .../gen/pb-go/flyteidl/service/openapi.go | 4 +- .../gen/pb-java/flyteidl/core/Security.java | 513 +++++++++++++----- flyteidl/gen/pb-js/flyteidl.d.ts | 18 +- flyteidl/gen/pb-js/flyteidl.js | 49 +- .../flyteidl/core/security.proto.rst | 38 +- .../pb_python/flyteidl/core/security_pb2.py | 43 +- .../flyteadmin/models/core_secret.py | 74 ++- flyteidl/protos/flyteidl/core/security.proto | 20 +- 15 files changed, 1051 insertions(+), 453 deletions(-) diff --git a/flyteidl/gen/pb-cpp/flyteidl/core/security.pb.cc b/flyteidl/gen/pb-cpp/flyteidl/core/security.pb.cc index 25c06d3ace6..960bc2f649f 100644 --- a/flyteidl/gen/pb-cpp/flyteidl/core/security.pb.cc +++ b/flyteidl/gen/pb-cpp/flyteidl/core/security.pb.cc @@ -138,8 +138,9 @@ const ::google::protobuf::uint32 TableStruct_flyteidl_2fcore_2fsecurity_2eproto: ~0u, // no _extensions_ ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ - PROTOBUF_FIELD_OFFSET(::flyteidl::core::Secret, key_), PROTOBUF_FIELD_OFFSET(::flyteidl::core::Secret, group_), + PROTOBUF_FIELD_OFFSET(::flyteidl::core::Secret, group_version_), + PROTOBUF_FIELD_OFFSET(::flyteidl::core::Secret, key_), PROTOBUF_FIELD_OFFSET(::flyteidl::core::Secret, mount_requirement_), ~0u, // no _has_bits_ PROTOBUF_FIELD_OFFSET(::flyteidl::core::OAuth2Client, _internal_metadata_), @@ -177,10 +178,10 @@ const ::google::protobuf::uint32 TableStruct_flyteidl_2fcore_2fsecurity_2eproto: }; static const ::google::protobuf::internal::MigrationSchema schemas[] PROTOBUF_SECTION_VARIABLE(protodesc_cold) = { { 0, -1, sizeof(::flyteidl::core::Secret)}, - { 8, -1, sizeof(::flyteidl::core::OAuth2Client)}, - { 15, -1, sizeof(::flyteidl::core::Identity)}, - { 23, -1, sizeof(::flyteidl::core::OAuth2TokenRequest)}, - { 33, -1, sizeof(::flyteidl::core::SecurityContext)}, + { 9, -1, sizeof(::flyteidl::core::OAuth2Client)}, + { 16, -1, sizeof(::flyteidl::core::Identity)}, + { 24, -1, sizeof(::flyteidl::core::OAuth2TokenRequest)}, + { 34, -1, sizeof(::flyteidl::core::SecurityContext)}, }; static ::google::protobuf::Message const * const file_default_instances[] = { @@ -199,31 +200,32 @@ ::google::protobuf::internal::AssignDescriptorsTable assign_descriptors_table_fl const char descriptor_table_protodef_flyteidl_2fcore_2fsecurity_2eproto[] = "\n\034flyteidl/core/security.proto\022\rflyteidl" - ".core\"\215\001\n\006Secret\022\013\n\003key\030\001 \001(\t\022\r\n\005group\030\002" - " \001(\t\022:\n\021mount_requirement\030\003 \001(\0162\037.flytei" - "dl.core.Secret.MountType\"+\n\tMountType\022\007\n" - "\003ANY\020\000\022\013\n\007ENV_VAR\020\001\022\010\n\004FILE\020\002\"O\n\014OAuth2C" - "lient\022\021\n\tclient_id\030\001 \001(\t\022,\n\rclient_secre" - "t\030\002 \001(\0132\025.flyteidl.core.Secret\"m\n\010Identi" - "ty\022\020\n\010iam_role\030\001 \001(\t\022\033\n\023k8s_service_acco" - "unt\030\002 \001(\t\0222\n\roauth2_client\030\003 \001(\0132\033.flyte" - "idl.core.OAuth2Client\"\335\001\n\022OAuth2TokenReq" - "uest\022\014\n\004name\030\001 \001(\t\0224\n\004type\030\002 \001(\0162&.flyte" - "idl.core.OAuth2TokenRequest.Type\022+\n\006clie" - "nt\030\003 \001(\0132\033.flyteidl.core.OAuth2Client\022\036\n" - "\026idp_discovery_endpoint\030\004 \001(\t\022\026\n\016token_e" - "ndpoint\030\005 \001(\t\"\036\n\004Type\022\026\n\022CLIENT_CREDENTI" - "ALS\020\000\"\225\001\n\017SecurityContext\022\'\n\006run_as\030\001 \001(" - "\0132\027.flyteidl.core.Identity\022&\n\007secrets\030\002 " - "\003(\0132\025.flyteidl.core.Secret\0221\n\006tokens\030\003 \003" - "(\0132!.flyteidl.core.OAuth2TokenRequestB6Z" - "4github.com/flyteorg/flyteidl/gen/pb-go/" - "flyteidl/coreb\006proto3" + ".core\"\244\001\n\006Secret\022\r\n\005group\030\001 \001(\t\022\025\n\rgroup" + "_version\030\002 \001(\t\022\013\n\003key\030\003 \001(\t\022:\n\021mount_req" + "uirement\030\004 \001(\0162\037.flyteidl.core.Secret.Mo" + "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\"m\n\010Identity\022\020\n\010iam_role\030\001 " + "\001(\t\022\033\n\023k8s_service_account\030\002 \001(\t\0222\n\roaut" + "h2_client\030\003 \001(\0132\033.flyteidl.core.OAuth2Cl" + "ient\"\335\001\n\022OAuth2TokenRequest\022\014\n\004name\030\001 \001(" + "\t\0224\n\004type\030\002 \001(\0162&.flyteidl.core.OAuth2To" + "kenRequest.Type\022+\n\006client\030\003 \001(\0132\033.flytei" + "dl.core.OAuth2Client\022\036\n\026idp_discovery_en" + "dpoint\030\004 \001(\t\022\026\n\016token_endpoint\030\005 \001(\t\"\036\n\004" + "Type\022\026\n\022CLIENT_CREDENTIALS\020\000\"\225\001\n\017Securit" + "yContext\022\'\n\006run_as\030\001 \001(\0132\027.flyteidl.core" + ".Identity\022&\n\007secrets\030\002 \003(\0132\025.flyteidl.co" + "re.Secret\0221\n\006tokens\030\003 \003(\0132!.flyteidl.cor" + "e.OAuth2TokenRequestB6Z4github.com/flyte" + "org/flyteidl/gen/pb-go/flyteidl/coreb\006pr" + "oto3" ; ::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, 821, + "flyteidl/core/security.proto", &assign_descriptors_table_flyteidl_2fcore_2fsecurity_2eproto, 844, }; void AddDescriptors_flyteidl_2fcore_2fsecurity_2eproto() { @@ -289,8 +291,9 @@ class Secret::HasBitSetters { }; #if !defined(_MSC_VER) || _MSC_VER >= 1900 -const int Secret::kKeyFieldNumber; const int Secret::kGroupFieldNumber; +const int Secret::kGroupVersionFieldNumber; +const int Secret::kKeyFieldNumber; const int Secret::kMountRequirementFieldNumber; #endif // !defined(_MSC_VER) || _MSC_VER >= 1900 @@ -303,14 +306,18 @@ Secret::Secret(const Secret& from) : ::google::protobuf::Message(), _internal_metadata_(nullptr) { _internal_metadata_.MergeFrom(from._internal_metadata_); - key_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); - if (from.key().size() > 0) { - key_.AssignWithDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), from.key_); - } group_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); if (from.group().size() > 0) { group_.AssignWithDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), from.group_); } + group_version_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); + if (from.group_version().size() > 0) { + group_version_.AssignWithDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), from.group_version_); + } + key_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); + if (from.key().size() > 0) { + key_.AssignWithDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), from.key_); + } mount_requirement_ = from.mount_requirement_; // @@protoc_insertion_point(copy_constructor:flyteidl.core.Secret) } @@ -318,8 +325,9 @@ Secret::Secret(const Secret& from) void Secret::SharedCtor() { ::google::protobuf::internal::InitSCC( &scc_info_Secret_flyteidl_2fcore_2fsecurity_2eproto.base); - key_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); group_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); + group_version_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); + key_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); mount_requirement_ = 0; } @@ -329,8 +337,9 @@ Secret::~Secret() { } void Secret::SharedDtor() { - key_.DestroyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); group_.DestroyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); + group_version_.DestroyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); + key_.DestroyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); } void Secret::SetCachedSize(int size) const { @@ -348,8 +357,9 @@ void Secret::Clear() { // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - key_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); group_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); + group_version_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); + key_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); mount_requirement_ = 0; _internal_metadata_.Clear(); } @@ -367,13 +377,13 @@ const char* Secret::_InternalParse(const char* begin, const char* end, void* obj ptr = ::google::protobuf::io::Parse32(ptr, &tag); GOOGLE_PROTOBUF_PARSER_ASSERT(ptr); switch (tag >> 3) { - // string key = 1; + // string group = 1; case 1: { if (static_cast<::google::protobuf::uint8>(tag) != 10) goto handle_unusual; ptr = ::google::protobuf::io::ReadSize(ptr, &size); GOOGLE_PROTOBUF_PARSER_ASSERT(ptr); - ctx->extra_parse_data().SetFieldName("flyteidl.core.Secret.key"); - object = msg->mutable_key(); + ctx->extra_parse_data().SetFieldName("flyteidl.core.Secret.group"); + object = msg->mutable_group(); if (size > end - ptr + ::google::protobuf::internal::ParseContext::kSlopBytes) { parser_till_end = ::google::protobuf::internal::GreedyStringParserUTF8; goto string_till_end; @@ -383,13 +393,13 @@ const char* Secret::_InternalParse(const char* begin, const char* end, void* obj ptr += size; break; } - // string group = 2; + // string group_version = 2; case 2: { if (static_cast<::google::protobuf::uint8>(tag) != 18) goto handle_unusual; ptr = ::google::protobuf::io::ReadSize(ptr, &size); GOOGLE_PROTOBUF_PARSER_ASSERT(ptr); - ctx->extra_parse_data().SetFieldName("flyteidl.core.Secret.group"); - object = msg->mutable_group(); + ctx->extra_parse_data().SetFieldName("flyteidl.core.Secret.group_version"); + object = msg->mutable_group_version(); if (size > end - ptr + ::google::protobuf::internal::ParseContext::kSlopBytes) { parser_till_end = ::google::protobuf::internal::GreedyStringParserUTF8; goto string_till_end; @@ -399,9 +409,25 @@ const char* Secret::_InternalParse(const char* begin, const char* end, void* obj ptr += size; break; } - // .flyteidl.core.Secret.MountType mount_requirement = 3; + // string key = 3; case 3: { - if (static_cast<::google::protobuf::uint8>(tag) != 24) goto handle_unusual; + if (static_cast<::google::protobuf::uint8>(tag) != 26) goto handle_unusual; + ptr = ::google::protobuf::io::ReadSize(ptr, &size); + GOOGLE_PROTOBUF_PARSER_ASSERT(ptr); + ctx->extra_parse_data().SetFieldName("flyteidl.core.Secret.key"); + object = msg->mutable_key(); + if (size > end - ptr + ::google::protobuf::internal::ParseContext::kSlopBytes) { + parser_till_end = ::google::protobuf::internal::GreedyStringParserUTF8; + goto string_till_end; + } + GOOGLE_PROTOBUF_PARSER_ASSERT(::google::protobuf::internal::StringCheckUTF8(ptr, size, ctx)); + ::google::protobuf::internal::InlineGreedyStringParser(object, ptr, size, ctx); + ptr += size; + break; + } + // .flyteidl.core.Secret.MountType mount_requirement = 4; + case 4: { + if (static_cast<::google::protobuf::uint8>(tag) != 32) goto handle_unusual; ::google::protobuf::uint64 val = ::google::protobuf::internal::ReadVarint(&ptr); msg->set_mount_requirement(static_cast<::flyteidl::core::Secret_MountType>(val)); GOOGLE_PROTOBUF_PARSER_ASSERT(ptr); @@ -441,39 +467,54 @@ bool Secret::MergePartialFromCodedStream( tag = p.first; if (!p.second) goto handle_unusual; switch (::google::protobuf::internal::WireFormatLite::GetTagFieldNumber(tag)) { - // string key = 1; + // string group = 1; case 1: { if (static_cast< ::google::protobuf::uint8>(tag) == (10 & 0xFF)) { DO_(::google::protobuf::internal::WireFormatLite::ReadString( - input, this->mutable_key())); + input, this->mutable_group())); DO_(::google::protobuf::internal::WireFormatLite::VerifyUtf8String( - this->key().data(), static_cast(this->key().length()), + this->group().data(), static_cast(this->group().length()), ::google::protobuf::internal::WireFormatLite::PARSE, - "flyteidl.core.Secret.key")); + "flyteidl.core.Secret.group")); } else { goto handle_unusual; } break; } - // string group = 2; + // string group_version = 2; case 2: { if (static_cast< ::google::protobuf::uint8>(tag) == (18 & 0xFF)) { DO_(::google::protobuf::internal::WireFormatLite::ReadString( - input, this->mutable_group())); + input, this->mutable_group_version())); DO_(::google::protobuf::internal::WireFormatLite::VerifyUtf8String( - this->group().data(), static_cast(this->group().length()), + this->group_version().data(), static_cast(this->group_version().length()), ::google::protobuf::internal::WireFormatLite::PARSE, - "flyteidl.core.Secret.group")); + "flyteidl.core.Secret.group_version")); } else { goto handle_unusual; } break; } - // .flyteidl.core.Secret.MountType mount_requirement = 3; + // string key = 3; case 3: { - if (static_cast< ::google::protobuf::uint8>(tag) == (24 & 0xFF)) { + if (static_cast< ::google::protobuf::uint8>(tag) == (26 & 0xFF)) { + DO_(::google::protobuf::internal::WireFormatLite::ReadString( + input, this->mutable_key())); + DO_(::google::protobuf::internal::WireFormatLite::VerifyUtf8String( + this->key().data(), static_cast(this->key().length()), + ::google::protobuf::internal::WireFormatLite::PARSE, + "flyteidl.core.Secret.key")); + } else { + goto handle_unusual; + } + break; + } + + // .flyteidl.core.Secret.MountType mount_requirement = 4; + case 4: { + if (static_cast< ::google::protobuf::uint8>(tag) == (32 & 0xFF)) { int value = 0; DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< int, ::google::protobuf::internal::WireFormatLite::TYPE_ENUM>( @@ -512,30 +553,40 @@ void Secret::SerializeWithCachedSizes( ::google::protobuf::uint32 cached_has_bits = 0; (void) cached_has_bits; - // string key = 1; - if (this->key().size() > 0) { + // string group = 1; + if (this->group().size() > 0) { ::google::protobuf::internal::WireFormatLite::VerifyUtf8String( - this->key().data(), static_cast(this->key().length()), + this->group().data(), static_cast(this->group().length()), ::google::protobuf::internal::WireFormatLite::SERIALIZE, - "flyteidl.core.Secret.key"); + "flyteidl.core.Secret.group"); ::google::protobuf::internal::WireFormatLite::WriteStringMaybeAliased( - 1, this->key(), output); + 1, this->group(), output); } - // string group = 2; - if (this->group().size() > 0) { + // string group_version = 2; + if (this->group_version().size() > 0) { ::google::protobuf::internal::WireFormatLite::VerifyUtf8String( - this->group().data(), static_cast(this->group().length()), + this->group_version().data(), static_cast(this->group_version().length()), ::google::protobuf::internal::WireFormatLite::SERIALIZE, - "flyteidl.core.Secret.group"); + "flyteidl.core.Secret.group_version"); ::google::protobuf::internal::WireFormatLite::WriteStringMaybeAliased( - 2, this->group(), output); + 2, this->group_version(), output); } - // .flyteidl.core.Secret.MountType mount_requirement = 3; + // string key = 3; + if (this->key().size() > 0) { + ::google::protobuf::internal::WireFormatLite::VerifyUtf8String( + this->key().data(), static_cast(this->key().length()), + ::google::protobuf::internal::WireFormatLite::SERIALIZE, + "flyteidl.core.Secret.key"); + ::google::protobuf::internal::WireFormatLite::WriteStringMaybeAliased( + 3, this->key(), output); + } + + // .flyteidl.core.Secret.MountType mount_requirement = 4; if (this->mount_requirement() != 0) { ::google::protobuf::internal::WireFormatLite::WriteEnum( - 3, this->mount_requirement(), output); + 4, this->mount_requirement(), output); } if (_internal_metadata_.have_unknown_fields()) { @@ -551,32 +602,43 @@ ::google::protobuf::uint8* Secret::InternalSerializeWithCachedSizesToArray( ::google::protobuf::uint32 cached_has_bits = 0; (void) cached_has_bits; - // string key = 1; - if (this->key().size() > 0) { + // string group = 1; + if (this->group().size() > 0) { ::google::protobuf::internal::WireFormatLite::VerifyUtf8String( - this->key().data(), static_cast(this->key().length()), + this->group().data(), static_cast(this->group().length()), ::google::protobuf::internal::WireFormatLite::SERIALIZE, - "flyteidl.core.Secret.key"); + "flyteidl.core.Secret.group"); target = ::google::protobuf::internal::WireFormatLite::WriteStringToArray( - 1, this->key(), target); + 1, this->group(), target); } - // string group = 2; - if (this->group().size() > 0) { + // string group_version = 2; + if (this->group_version().size() > 0) { ::google::protobuf::internal::WireFormatLite::VerifyUtf8String( - this->group().data(), static_cast(this->group().length()), + this->group_version().data(), static_cast(this->group_version().length()), ::google::protobuf::internal::WireFormatLite::SERIALIZE, - "flyteidl.core.Secret.group"); + "flyteidl.core.Secret.group_version"); + target = + ::google::protobuf::internal::WireFormatLite::WriteStringToArray( + 2, this->group_version(), target); + } + + // string key = 3; + if (this->key().size() > 0) { + ::google::protobuf::internal::WireFormatLite::VerifyUtf8String( + this->key().data(), static_cast(this->key().length()), + ::google::protobuf::internal::WireFormatLite::SERIALIZE, + "flyteidl.core.Secret.key"); target = ::google::protobuf::internal::WireFormatLite::WriteStringToArray( - 2, this->group(), target); + 3, this->key(), target); } - // .flyteidl.core.Secret.MountType mount_requirement = 3; + // .flyteidl.core.Secret.MountType mount_requirement = 4; if (this->mount_requirement() != 0) { target = ::google::protobuf::internal::WireFormatLite::WriteEnumToArray( - 3, this->mount_requirement(), target); + 4, this->mount_requirement(), target); } if (_internal_metadata_.have_unknown_fields()) { @@ -600,21 +662,28 @@ size_t Secret::ByteSizeLong() const { // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - // string key = 1; - if (this->key().size() > 0) { + // string group = 1; + if (this->group().size() > 0) { total_size += 1 + ::google::protobuf::internal::WireFormatLite::StringSize( - this->key()); + this->group()); } - // string group = 2; - if (this->group().size() > 0) { + // string group_version = 2; + if (this->group_version().size() > 0) { total_size += 1 + ::google::protobuf::internal::WireFormatLite::StringSize( - this->group()); + this->group_version()); + } + + // string key = 3; + if (this->key().size() > 0) { + total_size += 1 + + ::google::protobuf::internal::WireFormatLite::StringSize( + this->key()); } - // .flyteidl.core.Secret.MountType mount_requirement = 3; + // .flyteidl.core.Secret.MountType mount_requirement = 4; if (this->mount_requirement() != 0) { total_size += 1 + ::google::protobuf::internal::WireFormatLite::EnumSize(this->mount_requirement()); @@ -647,14 +716,18 @@ void Secret::MergeFrom(const Secret& from) { ::google::protobuf::uint32 cached_has_bits = 0; (void) cached_has_bits; - if (from.key().size() > 0) { - - key_.AssignWithDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), from.key_); - } if (from.group().size() > 0) { group_.AssignWithDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), from.group_); } + if (from.group_version().size() > 0) { + + group_version_.AssignWithDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), from.group_version_); + } + if (from.key().size() > 0) { + + key_.AssignWithDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), from.key_); + } if (from.mount_requirement() != 0) { set_mount_requirement(from.mount_requirement()); } @@ -685,10 +758,12 @@ void Secret::Swap(Secret* other) { void Secret::InternalSwap(Secret* other) { using std::swap; _internal_metadata_.Swap(&other->_internal_metadata_); - key_.Swap(&other->key_, &::google::protobuf::internal::GetEmptyStringAlreadyInited(), - GetArenaNoVirtual()); group_.Swap(&other->group_, &::google::protobuf::internal::GetEmptyStringAlreadyInited(), GetArenaNoVirtual()); + group_version_.Swap(&other->group_version_, &::google::protobuf::internal::GetEmptyStringAlreadyInited(), + GetArenaNoVirtual()); + key_.Swap(&other->key_, &::google::protobuf::internal::GetEmptyStringAlreadyInited(), + GetArenaNoVirtual()); swap(mount_requirement_, other->mount_requirement_); } diff --git a/flyteidl/gen/pb-cpp/flyteidl/core/security.pb.h b/flyteidl/gen/pb-cpp/flyteidl/core/security.pb.h index 988c88f4b81..b6fc1046851 100644 --- a/flyteidl/gen/pb-cpp/flyteidl/core/security.pb.h +++ b/flyteidl/gen/pb-cpp/flyteidl/core/security.pb.h @@ -247,23 +247,9 @@ class Secret final : // accessors ------------------------------------------------------- - // string key = 1; - void clear_key(); - static const int kKeyFieldNumber = 1; - const ::std::string& key() const; - void set_key(const ::std::string& value); - #if LANG_CXX11 - void set_key(::std::string&& value); - #endif - void set_key(const char* value); - void set_key(const char* value, size_t size); - ::std::string* mutable_key(); - ::std::string* release_key(); - void set_allocated_key(::std::string* key); - - // string group = 2; + // string group = 1; void clear_group(); - static const int kGroupFieldNumber = 2; + static const int kGroupFieldNumber = 1; const ::std::string& group() const; void set_group(const ::std::string& value); #if LANG_CXX11 @@ -275,9 +261,37 @@ class Secret final : ::std::string* release_group(); void set_allocated_group(::std::string* group); - // .flyteidl.core.Secret.MountType mount_requirement = 3; + // string group_version = 2; + void clear_group_version(); + static const int kGroupVersionFieldNumber = 2; + const ::std::string& group_version() const; + void set_group_version(const ::std::string& value); + #if LANG_CXX11 + void set_group_version(::std::string&& value); + #endif + void set_group_version(const char* value); + void set_group_version(const char* value, size_t size); + ::std::string* mutable_group_version(); + ::std::string* release_group_version(); + void set_allocated_group_version(::std::string* group_version); + + // string key = 3; + void clear_key(); + static const int kKeyFieldNumber = 3; + const ::std::string& key() const; + void set_key(const ::std::string& value); + #if LANG_CXX11 + void set_key(::std::string&& value); + #endif + void set_key(const char* value); + void set_key(const char* value, size_t size); + ::std::string* mutable_key(); + ::std::string* release_key(); + void set_allocated_key(::std::string* key); + + // .flyteidl.core.Secret.MountType mount_requirement = 4; void clear_mount_requirement(); - static const int kMountRequirementFieldNumber = 3; + static const int kMountRequirementFieldNumber = 4; ::flyteidl::core::Secret_MountType mount_requirement() const; void set_mount_requirement(::flyteidl::core::Secret_MountType value); @@ -286,8 +300,9 @@ class Secret final : class HasBitSetters; ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_; - ::google::protobuf::internal::ArenaStringPtr key_; ::google::protobuf::internal::ArenaStringPtr group_; + ::google::protobuf::internal::ArenaStringPtr group_version_; + ::google::protobuf::internal::ArenaStringPtr key_; int mount_requirement_; mutable ::google::protobuf::internal::CachedSize _cached_size_; friend struct ::TableStruct_flyteidl_2fcore_2fsecurity_2eproto; @@ -910,60 +925,7 @@ class SecurityContext final : #endif // __GNUC__ // Secret -// string key = 1; -inline void Secret::clear_key() { - key_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); -} -inline const ::std::string& Secret::key() const { - // @@protoc_insertion_point(field_get:flyteidl.core.Secret.key) - return key_.GetNoArena(); -} -inline void Secret::set_key(const ::std::string& value) { - - key_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value); - // @@protoc_insertion_point(field_set:flyteidl.core.Secret.key) -} -#if LANG_CXX11 -inline void Secret::set_key(::std::string&& value) { - - key_.SetNoArena( - &::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::move(value)); - // @@protoc_insertion_point(field_set_rvalue:flyteidl.core.Secret.key) -} -#endif -inline void Secret::set_key(const char* value) { - GOOGLE_DCHECK(value != nullptr); - - key_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value)); - // @@protoc_insertion_point(field_set_char:flyteidl.core.Secret.key) -} -inline void Secret::set_key(const char* value, size_t size) { - - key_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), - ::std::string(reinterpret_cast(value), size)); - // @@protoc_insertion_point(field_set_pointer:flyteidl.core.Secret.key) -} -inline ::std::string* Secret::mutable_key() { - - // @@protoc_insertion_point(field_mutable:flyteidl.core.Secret.key) - return key_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); -} -inline ::std::string* Secret::release_key() { - // @@protoc_insertion_point(field_release:flyteidl.core.Secret.key) - - return key_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); -} -inline void Secret::set_allocated_key(::std::string* key) { - if (key != nullptr) { - - } else { - - } - key_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), key); - // @@protoc_insertion_point(field_set_allocated:flyteidl.core.Secret.key) -} - -// string group = 2; +// string group = 1; inline void Secret::clear_group() { group_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); } @@ -1016,7 +978,113 @@ inline void Secret::set_allocated_group(::std::string* group) { // @@protoc_insertion_point(field_set_allocated:flyteidl.core.Secret.group) } -// .flyteidl.core.Secret.MountType mount_requirement = 3; +// string group_version = 2; +inline void Secret::clear_group_version() { + group_version_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); +} +inline const ::std::string& Secret::group_version() const { + // @@protoc_insertion_point(field_get:flyteidl.core.Secret.group_version) + return group_version_.GetNoArena(); +} +inline void Secret::set_group_version(const ::std::string& value) { + + group_version_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value); + // @@protoc_insertion_point(field_set:flyteidl.core.Secret.group_version) +} +#if LANG_CXX11 +inline void Secret::set_group_version(::std::string&& value) { + + group_version_.SetNoArena( + &::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::move(value)); + // @@protoc_insertion_point(field_set_rvalue:flyteidl.core.Secret.group_version) +} +#endif +inline void Secret::set_group_version(const char* value) { + GOOGLE_DCHECK(value != nullptr); + + group_version_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value)); + // @@protoc_insertion_point(field_set_char:flyteidl.core.Secret.group_version) +} +inline void Secret::set_group_version(const char* value, size_t size) { + + group_version_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), + ::std::string(reinterpret_cast(value), size)); + // @@protoc_insertion_point(field_set_pointer:flyteidl.core.Secret.group_version) +} +inline ::std::string* Secret::mutable_group_version() { + + // @@protoc_insertion_point(field_mutable:flyteidl.core.Secret.group_version) + return group_version_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); +} +inline ::std::string* Secret::release_group_version() { + // @@protoc_insertion_point(field_release:flyteidl.core.Secret.group_version) + + return group_version_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); +} +inline void Secret::set_allocated_group_version(::std::string* group_version) { + if (group_version != nullptr) { + + } else { + + } + group_version_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), group_version); + // @@protoc_insertion_point(field_set_allocated:flyteidl.core.Secret.group_version) +} + +// string key = 3; +inline void Secret::clear_key() { + key_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); +} +inline const ::std::string& Secret::key() const { + // @@protoc_insertion_point(field_get:flyteidl.core.Secret.key) + return key_.GetNoArena(); +} +inline void Secret::set_key(const ::std::string& value) { + + key_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value); + // @@protoc_insertion_point(field_set:flyteidl.core.Secret.key) +} +#if LANG_CXX11 +inline void Secret::set_key(::std::string&& value) { + + key_.SetNoArena( + &::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::move(value)); + // @@protoc_insertion_point(field_set_rvalue:flyteidl.core.Secret.key) +} +#endif +inline void Secret::set_key(const char* value) { + GOOGLE_DCHECK(value != nullptr); + + key_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value)); + // @@protoc_insertion_point(field_set_char:flyteidl.core.Secret.key) +} +inline void Secret::set_key(const char* value, size_t size) { + + key_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), + ::std::string(reinterpret_cast(value), size)); + // @@protoc_insertion_point(field_set_pointer:flyteidl.core.Secret.key) +} +inline ::std::string* Secret::mutable_key() { + + // @@protoc_insertion_point(field_mutable:flyteidl.core.Secret.key) + return key_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); +} +inline ::std::string* Secret::release_key() { + // @@protoc_insertion_point(field_release:flyteidl.core.Secret.key) + + return key_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); +} +inline void Secret::set_allocated_key(::std::string* key) { + if (key != nullptr) { + + } else { + + } + key_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), key); + // @@protoc_insertion_point(field_set_allocated:flyteidl.core.Secret.key) +} + +// .flyteidl.core.Secret.MountType mount_requirement = 4; inline void Secret::clear_mount_requirement() { mount_requirement_ = 0; } diff --git a/flyteidl/gen/pb-go/flyteidl/core/security.pb.go b/flyteidl/gen/pb-go/flyteidl/core/security.pb.go index e6614641d94..664edaa120c 100644 --- a/flyteidl/gen/pb-go/flyteidl/core/security.pb.go +++ b/flyteidl/gen/pb-go/flyteidl/core/security.pb.go @@ -81,18 +81,25 @@ func (OAuth2TokenRequest_Type) EnumDescriptor() ([]byte, []int) { // FLYTE_SECRETS_DEFAULT_DIR will be passed to indicate the prefix of the path where secrets will be mounted if secrets // are passed through file mounts. type Secret struct { - // The name of the secret to mount. This has to match an existing secret in the system. It's up to the implementation - // of the secret management system to require case sensitivity. + // The name of the secret group where to find the key referenced below. For K8s secrets, this should be the name of + // the v1/secret object. For Confidant, this should be the Credential name. For Vault, this should be the secret name. + // For AWS Secret Manager, this should be the name of the secret. // +required - Key string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"` - // The name of the secret group where to find the key referenced above. + Group string `protobuf:"bytes,1,opt,name=group,proto3" json:"group,omitempty"` + // The group version to fetch. This is not supported in all secret management systems. It'll be ignored for the ones + // that do not support it. + // +optional + GroupVersion string `protobuf:"bytes,2,opt,name=group_version,json=groupVersion,proto3" json:"group_version,omitempty"` + // The name of the secret to mount. This has to match an existing secret in the system. It's up to the implementation + // of the secret management system to require case sensitivity. For K8s secrets, Confidant and Vault, this should + // match one of the keys inside the secret. For AWS Secret Manager, it's ignored. // +optional - Group string `protobuf:"bytes,2,opt,name=group,proto3" json:"group,omitempty"` + Key string `protobuf:"bytes,3,opt,name=key,proto3" json:"key,omitempty"` // mount_requirement is optional. Indicates where the secret has to be mounted. If provided, the execution will fail // if the underlying key management system cannot satisfy that requirement. If not provided, the default location // will depend on the key management system. // +optional - MountRequirement Secret_MountType `protobuf:"varint,3,opt,name=mount_requirement,json=mountRequirement,proto3,enum=flyteidl.core.Secret_MountType" json:"mount_requirement,omitempty"` + MountRequirement Secret_MountType `protobuf:"varint,4,opt,name=mount_requirement,json=mountRequirement,proto3,enum=flyteidl.core.Secret_MountType" json:"mount_requirement,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` @@ -123,16 +130,23 @@ func (m *Secret) XXX_DiscardUnknown() { var xxx_messageInfo_Secret proto.InternalMessageInfo -func (m *Secret) GetKey() string { +func (m *Secret) GetGroup() string { if m != nil { - return m.Key + return m.Group } return "" } -func (m *Secret) GetGroup() string { +func (m *Secret) GetGroupVersion() string { if m != nil { - return m.Group + return m.GroupVersion + } + return "" +} + +func (m *Secret) GetKey() string { + if m != nil { + return m.Key } return "" } @@ -426,40 +440,41 @@ func init() { func init() { proto.RegisterFile("flyteidl/core/security.proto", fileDescriptor_0996009b6d39c02f) } var fileDescriptor_0996009b6d39c02f = []byte{ - // 558 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x53, 0x6f, 0x6f, 0xd3, 0x3e, - 0x10, 0x5e, 0xda, 0xae, 0xed, 0xae, 0xeb, 0x7e, 0x99, 0x7f, 0x63, 0x04, 0x0d, 0x41, 0x89, 0x04, - 0x9a, 0x84, 0x48, 0xa4, 0x6c, 0x42, 0x63, 0xaf, 0x08, 0x5d, 0x90, 0x2a, 0x95, 0x22, 0xa5, 0xd5, - 0x24, 0x78, 0x13, 0xa5, 0x89, 0xc9, 0xac, 0x36, 0x76, 0x70, 0x9c, 0x89, 0x7c, 0x11, 0xf8, 0x10, - 0x88, 0xef, 0x88, 0x62, 0x27, 0xfb, 0xa7, 0x21, 0x78, 0x67, 0xfb, 0x79, 0x9e, 0xbb, 0xe7, 0xce, - 0x77, 0xf0, 0xf8, 0xcb, 0xba, 0x14, 0x98, 0xc4, 0x6b, 0x3b, 0x62, 0x1c, 0xdb, 0x39, 0x8e, 0x0a, - 0x4e, 0x44, 0x69, 0x65, 0x9c, 0x09, 0x86, 0x86, 0x0d, 0x6a, 0x55, 0xa8, 0xf9, 0x53, 0x83, 0xee, - 0x1c, 0x47, 0x1c, 0x0b, 0xa4, 0x43, 0x7b, 0x85, 0x4b, 0x43, 0x1b, 0x69, 0x87, 0x5b, 0x7e, 0x75, - 0x44, 0x7b, 0xb0, 0x99, 0x70, 0x56, 0x64, 0x46, 0x4b, 0xbe, 0xa9, 0x0b, 0x9a, 0xc2, 0x6e, 0xca, - 0x0a, 0x2a, 0x02, 0x8e, 0xbf, 0x16, 0x84, 0xe3, 0x14, 0x53, 0x61, 0xb4, 0x47, 0xda, 0xe1, 0x8e, - 0xf3, 0xd4, 0xba, 0x15, 0xdd, 0x52, 0x91, 0xad, 0x0f, 0x15, 0x7d, 0x51, 0x66, 0xd8, 0xd7, 0xa5, - 0xd2, 0xbf, 0x16, 0x9a, 0x2f, 0x61, 0xeb, 0x0a, 0x46, 0x3d, 0x68, 0xbb, 0xb3, 0x4f, 0xfa, 0x06, - 0x1a, 0x40, 0xcf, 0x9b, 0x9d, 0x07, 0xe7, 0xae, 0xaf, 0x6b, 0xa8, 0x0f, 0x9d, 0xf7, 0x93, 0xa9, - 0xa7, 0xb7, 0xcc, 0x04, 0xb6, 0x3f, 0xba, 0x85, 0xb8, 0x70, 0xc6, 0x6b, 0x82, 0xa9, 0x40, 0x07, - 0xb0, 0x15, 0xc9, 0x53, 0x40, 0xe2, 0xda, 0x78, 0x5f, 0x3d, 0x4c, 0x62, 0x74, 0x0a, 0xc3, 0x1a, - 0xcc, 0xa5, 0x0d, 0x59, 0xc5, 0xc0, 0x79, 0x70, 0xaf, 0x47, 0x7f, 0x5b, 0x71, 0xd5, 0xcd, 0xfc, - 0xa1, 0x41, 0x7f, 0x12, 0x63, 0x2a, 0x88, 0x28, 0xd1, 0x23, 0xe8, 0x93, 0x30, 0x0d, 0x38, 0x5b, - 0xe3, 0x3a, 0x49, 0x8f, 0x84, 0xa9, 0xcf, 0xd6, 0x18, 0x59, 0xf0, 0xff, 0xea, 0x24, 0x0f, 0x72, - 0xcc, 0x2f, 0x49, 0x84, 0x83, 0x30, 0x8a, 0xaa, 0x5a, 0xea, 0x7e, 0xed, 0xae, 0x4e, 0xf2, 0xb9, - 0x42, 0x5c, 0x05, 0xa0, 0xb7, 0x30, 0x64, 0x61, 0x55, 0x40, 0xa0, 0xd2, 0xc9, 0xbe, 0x0d, 0x9c, - 0x83, 0x3b, 0x9e, 0x6e, 0x16, 0xe9, 0x6f, 0x2b, 0x85, 0xba, 0x99, 0xdf, 0x5b, 0x80, 0x14, 0xbc, - 0x60, 0x2b, 0x4c, 0xab, 0x56, 0xe2, 0x5c, 0x20, 0x04, 0x1d, 0x1a, 0xa6, 0x8d, 0x3f, 0x79, 0x46, - 0xa7, 0xd0, 0x11, 0x65, 0x86, 0xa5, 0x9b, 0x1d, 0xe7, 0xc5, 0xbd, 0x39, 0x6e, 0x06, 0xb1, 0xe4, - 0x17, 0x49, 0x0d, 0x3a, 0x82, 0xee, 0xbf, 0x3b, 0xac, 0xa9, 0xe8, 0x18, 0xf6, 0x49, 0x9c, 0x05, - 0x31, 0xc9, 0x23, 0x76, 0x89, 0x79, 0x19, 0x60, 0x1a, 0x67, 0x8c, 0x50, 0x61, 0x74, 0xa4, 0xad, - 0x3d, 0x12, 0x67, 0x67, 0x0d, 0xe8, 0xd5, 0x18, 0x7a, 0x0e, 0x3b, 0xa2, 0x72, 0x71, 0xcd, 0xde, - 0x94, 0xec, 0xa1, 0x7c, 0x6d, 0x68, 0xe6, 0x13, 0xe8, 0xc8, 0x19, 0xd9, 0x07, 0x34, 0x9e, 0x4e, - 0xbc, 0xd9, 0x22, 0x18, 0xfb, 0xde, 0x99, 0x37, 0x5b, 0x4c, 0xdc, 0xe9, 0x5c, 0xdf, 0x30, 0x7f, - 0x69, 0xf0, 0xdf, 0xbc, 0x9e, 0xf5, 0x31, 0xa3, 0x02, 0x7f, 0x13, 0xc8, 0x82, 0x2e, 0x2f, 0x68, - 0x10, 0xe6, 0xb2, 0x2f, 0x03, 0xe7, 0xe1, 0x9d, 0x2a, 0x9a, 0x2f, 0xf6, 0x37, 0x79, 0x41, 0xdd, - 0x1c, 0xd9, 0xd0, 0x53, 0xb3, 0x92, 0x1b, 0xad, 0x51, 0xfb, 0xcf, 0xc3, 0xd2, 0xb0, 0xd0, 0x1b, - 0xe8, 0x4a, 0x97, 0xb9, 0xd1, 0x96, 0xfc, 0x67, 0x7f, 0x6d, 0xb2, 0x5f, 0x0b, 0xde, 0xbd, 0xfe, - 0x7c, 0x9c, 0x10, 0x71, 0x51, 0x2c, 0xad, 0x88, 0xa5, 0xb6, 0x94, 0x31, 0x9e, 0xd8, 0x57, 0xcb, - 0x9b, 0x60, 0x6a, 0x67, 0xcb, 0x57, 0x09, 0xb3, 0x6f, 0xed, 0xf3, 0xb2, 0x2b, 0xf7, 0xf8, 0xe8, - 0x77, 0x00, 0x00, 0x00, 0xff, 0xff, 0xb9, 0xa1, 0x19, 0xf8, 0xe7, 0x03, 0x00, 0x00, + // 574 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x53, 0xdb, 0x6e, 0xd3, 0x40, + 0x10, 0xad, 0x93, 0x34, 0x97, 0x49, 0x52, 0xd2, 0xa1, 0x94, 0xa0, 0x22, 0x28, 0x46, 0xa0, 0x4a, + 0x08, 0x5b, 0x4a, 0x2b, 0x54, 0xfa, 0x44, 0x48, 0x83, 0x14, 0x29, 0x04, 0xc9, 0x89, 0x2a, 0xc1, + 0x8b, 0x95, 0xda, 0x43, 0xba, 0x4a, 0xe2, 0x35, 0xbb, 0xeb, 0x08, 0xff, 0x08, 0x7c, 0x05, 0xff, + 0xc2, 0x27, 0x21, 0xef, 0x3a, 0xbd, 0xa9, 0x08, 0xde, 0x66, 0xe7, 0x9c, 0xf1, 0x9c, 0x33, 0x9e, + 0x81, 0xc7, 0x5f, 0x17, 0xa9, 0x22, 0x16, 0x2e, 0xdc, 0x80, 0x0b, 0x72, 0x25, 0x05, 0x89, 0x60, + 0x2a, 0x75, 0x62, 0xc1, 0x15, 0xc7, 0xe6, 0x1a, 0x75, 0x32, 0xd4, 0xfe, 0x6d, 0x41, 0x79, 0x4c, + 0x81, 0x20, 0x85, 0x3b, 0xb0, 0x39, 0x13, 0x3c, 0x89, 0xdb, 0xd6, 0xbe, 0x75, 0x50, 0xf3, 0xcc, + 0x03, 0x9f, 0x43, 0x53, 0x07, 0xfe, 0x8a, 0x84, 0x64, 0x3c, 0x6a, 0x17, 0x34, 0xda, 0xd0, 0xc9, + 0x33, 0x93, 0xc3, 0x16, 0x14, 0xe7, 0x94, 0xb6, 0x8b, 0x1a, 0xca, 0x42, 0x1c, 0xc2, 0xf6, 0x92, + 0x27, 0x91, 0xf2, 0x05, 0x7d, 0x4b, 0x98, 0xa0, 0x25, 0x45, 0xaa, 0x5d, 0xda, 0xb7, 0x0e, 0xb6, + 0x3a, 0x4f, 0x9d, 0x1b, 0x12, 0x1c, 0xd3, 0xde, 0xf9, 0x98, 0xd1, 0x27, 0x69, 0x4c, 0x5e, 0x4b, + 0x57, 0x7a, 0x57, 0x85, 0xf6, 0x2b, 0xa8, 0x5d, 0xc2, 0x58, 0x81, 0x62, 0x77, 0xf4, 0xb9, 0xb5, + 0x81, 0x75, 0xa8, 0xf4, 0x47, 0x67, 0xfe, 0x59, 0xd7, 0x6b, 0x59, 0x58, 0x85, 0xd2, 0x87, 0xc1, + 0xb0, 0xdf, 0x2a, 0xd8, 0x33, 0x68, 0x7c, 0xea, 0x26, 0xea, 0xa2, 0xd3, 0x5b, 0x30, 0x8a, 0x14, + 0xee, 0x41, 0x2d, 0xd0, 0x91, 0xcf, 0xc2, 0xdc, 0x5b, 0xd5, 0x24, 0x06, 0x21, 0x9e, 0x40, 0x33, + 0x07, 0xa5, 0x96, 0xa1, 0xed, 0xd5, 0x3b, 0x0f, 0xee, 0xd4, 0xe8, 0x35, 0x0c, 0xd7, 0xbc, 0xec, + 0x9f, 0x16, 0x54, 0x07, 0x21, 0x45, 0x8a, 0xa9, 0x14, 0x1f, 0x41, 0x95, 0x4d, 0x97, 0xbe, 0xe0, + 0x0b, 0xca, 0x9b, 0x54, 0xd8, 0x74, 0xe9, 0xf1, 0x05, 0xa1, 0x03, 0xf7, 0xe7, 0xc7, 0xd2, 0x97, + 0x24, 0x56, 0x2c, 0x20, 0x7f, 0x1a, 0x04, 0x99, 0x97, 0x7c, 0x90, 0xdb, 0xf3, 0x63, 0x39, 0x36, + 0x48, 0xd7, 0x00, 0xf8, 0x0e, 0x9a, 0x7c, 0x9a, 0x19, 0xf0, 0x4d, 0x3b, 0x3d, 0xd7, 0x7a, 0x67, + 0xef, 0x96, 0xa6, 0xeb, 0x26, 0xbd, 0x86, 0xa9, 0x30, 0x2f, 0xfb, 0x47, 0x01, 0xd0, 0xc0, 0x13, + 0x3e, 0xa7, 0x28, 0x1b, 0x25, 0x49, 0x85, 0x08, 0xa5, 0x68, 0xba, 0x5c, 0xeb, 0xd3, 0x31, 0x9e, + 0x40, 0x49, 0xa5, 0x31, 0x69, 0x35, 0x5b, 0x9d, 0x97, 0x77, 0xf6, 0xb8, 0xfe, 0x11, 0x47, 0xff, + 0x22, 0x5d, 0x83, 0x87, 0x50, 0xfe, 0x7f, 0x85, 0x39, 0x15, 0x8f, 0x60, 0x97, 0x85, 0xb1, 0x1f, + 0x32, 0x19, 0xf0, 0x15, 0x89, 0xd4, 0xa7, 0x28, 0x8c, 0x39, 0xcb, 0xd7, 0xa3, 0xe6, 0xed, 0xb0, + 0x30, 0x3e, 0x5d, 0x83, 0xfd, 0x1c, 0xc3, 0x17, 0xb0, 0xa5, 0x32, 0x15, 0x57, 0xec, 0x4d, 0xcd, + 0x6e, 0xea, 0xec, 0x9a, 0x66, 0x3f, 0x81, 0x92, 0xde, 0x91, 0x5d, 0xc0, 0xde, 0x70, 0xd0, 0x1f, + 0x4d, 0xfc, 0x9e, 0xd7, 0x3f, 0xed, 0x8f, 0x26, 0x83, 0xee, 0x70, 0xdc, 0xda, 0xb0, 0x7f, 0x59, + 0x70, 0x6f, 0x9c, 0x1f, 0x44, 0x8f, 0x47, 0x8a, 0xbe, 0x2b, 0x74, 0xa0, 0x2c, 0x92, 0xc8, 0x9f, + 0x4a, 0x3d, 0x97, 0x7a, 0xe7, 0xe1, 0x2d, 0x17, 0xeb, 0x5f, 0xec, 0x6d, 0x8a, 0x24, 0xea, 0x4a, + 0x74, 0xa1, 0x62, 0x76, 0x45, 0xb6, 0x0b, 0xfb, 0xc5, 0xbf, 0x2f, 0xcb, 0x9a, 0x85, 0x6f, 0xa1, + 0xac, 0x55, 0xca, 0x76, 0x51, 0xf3, 0x9f, 0xfd, 0x73, 0xc8, 0x5e, 0x5e, 0xf0, 0xfe, 0xcd, 0x97, + 0xa3, 0x19, 0x53, 0x17, 0xc9, 0xb9, 0x13, 0xf0, 0xa5, 0xab, 0xcb, 0xb8, 0x98, 0xb9, 0x97, 0x17, + 0x3e, 0xa3, 0xc8, 0x8d, 0xcf, 0x5f, 0xcf, 0xb8, 0x7b, 0xe3, 0xe8, 0xcf, 0xcb, 0xfa, 0xd8, 0x0f, + 0xff, 0x04, 0x00, 0x00, 0xff, 0xff, 0x2f, 0xe2, 0xb8, 0x68, 0x0c, 0x04, 0x00, 0x00, } diff --git a/flyteidl/gen/pb-go/flyteidl/core/security.pb.validate.go b/flyteidl/gen/pb-go/flyteidl/core/security.pb.validate.go index 85a08a03c3e..dd28d841117 100644 --- a/flyteidl/gen/pb-go/flyteidl/core/security.pb.validate.go +++ b/flyteidl/gen/pb-go/flyteidl/core/security.pb.validate.go @@ -43,10 +43,12 @@ func (m *Secret) Validate() error { return nil } - // no validation rules for Key - // no validation rules for Group + // no validation rules for GroupVersion + + // no validation rules for Key + // no validation rules for MountRequirement return nil diff --git a/flyteidl/gen/pb-go/flyteidl/service/admin.swagger.json b/flyteidl/gen/pb-go/flyteidl/service/admin.swagger.json index 4e039a21fd0..6450a37d9ad 100644 --- a/flyteidl/gen/pb-go/flyteidl/service/admin.swagger.json +++ b/flyteidl/gen/pb-go/flyteidl/service/admin.swagger.json @@ -5530,13 +5530,17 @@ "coreSecret": { "type": "object", "properties": { - "key": { + "group": { "type": "string", - "title": "The name of the secret to mount. This has to match an existing secret in the system. It's up to the implementation\nof the secret management system to require case sensitivity.\n+required" + "title": "The name of the secret group where to find the key referenced below. For K8s secrets, this should be the name of\nthe v1/secret object. For Confidant, this should be the Credential name. For Vault, this should be the secret name.\nFor AWS Secret Manager, this should be the name of the secret.\n+required" }, - "group": { + "group_version": { + "type": "string", + "title": "The group version to fetch. This is not supported in all secret management systems. It'll be ignored for the ones\nthat do not support it.\n+optional" + }, + "key": { "type": "string", - "title": "The name of the secret group where to find the key referenced above.\n+optional" + "title": "The name of the secret to mount. This has to match an existing secret in the system. It's up to the implementation\nof the secret management system to require case sensitivity. For K8s secrets, Confidant and Vault, this should\nmatch one of the keys inside the secret. For AWS Secret Manager, it's ignored.\n+optional" }, "mount_requirement": { "$ref": "#/definitions/SecretMountType", diff --git a/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/api/swagger.yaml b/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/api/swagger.yaml index b38be83d2d5..b03aa06843f 100644 --- a/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/api/swagger.yaml +++ b/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/api/swagger.yaml @@ -2917,6 +2917,7 @@ definitions: oauth2_client: client_secret: mount_requirement: {} + group_version: "group_version" key: "key" group: "group" client_id: "client_id" @@ -2927,6 +2928,7 @@ definitions: client: client_secret: mount_requirement: {} + group_version: "group_version" key: "key" group: "group" client_id: "client_id" @@ -2937,6 +2939,7 @@ definitions: client: client_secret: mount_requirement: {} + group_version: "group_version" key: "key" group: "group" client_id: "client_id" @@ -2944,9 +2947,11 @@ definitions: token_endpoint: "token_endpoint" secrets: - mount_requirement: {} + group_version: "group_version" key: "key" group: "group" - mount_requirement: {} + group_version: "group_version" key: "key" group: "group" labels: @@ -3258,6 +3263,7 @@ definitions: oauth2_client: client_secret: mount_requirement: {} + group_version: "group_version" key: "key" group: "group" client_id: "client_id" @@ -3268,6 +3274,7 @@ definitions: client: client_secret: mount_requirement: {} + group_version: "group_version" key: "key" group: "group" client_id: "client_id" @@ -3278,6 +3285,7 @@ definitions: client: client_secret: mount_requirement: {} + group_version: "group_version" key: "key" group: "group" client_id: "client_id" @@ -3285,9 +3293,11 @@ definitions: token_endpoint: "token_endpoint" secrets: - mount_requirement: {} + group_version: "group_version" key: "key" group: "group" - mount_requirement: {} + group_version: "group_version" key: "key" group: "group" labels: @@ -3430,6 +3440,7 @@ definitions: oauth2_client: client_secret: mount_requirement: {} + group_version: "group_version" key: "key" group: "group" client_id: "client_id" @@ -3440,6 +3451,7 @@ definitions: client: client_secret: mount_requirement: {} + group_version: "group_version" key: "key" group: "group" client_id: "client_id" @@ -3450,6 +3462,7 @@ definitions: client: client_secret: mount_requirement: {} + group_version: "group_version" key: "key" group: "group" client_id: "client_id" @@ -3457,9 +3470,11 @@ definitions: token_endpoint: "token_endpoint" secrets: - mount_requirement: {} + group_version: "group_version" key: "key" group: "group" - mount_requirement: {} + group_version: "group_version" key: "key" group: "group" labels: @@ -3660,6 +3675,7 @@ definitions: oauth2_client: client_secret: mount_requirement: {} + group_version: "group_version" key: "key" group: "group" client_id: "client_id" @@ -3670,6 +3686,7 @@ definitions: client: client_secret: mount_requirement: {} + group_version: "group_version" key: "key" group: "group" client_id: "client_id" @@ -3680,6 +3697,7 @@ definitions: client: client_secret: mount_requirement: {} + group_version: "group_version" key: "key" group: "group" client_id: "client_id" @@ -3687,9 +3705,11 @@ definitions: token_endpoint: "token_endpoint" secrets: - mount_requirement: {} + group_version: "group_version" key: "key" group: "group" - mount_requirement: {} + group_version: "group_version" key: "key" group: "group" labels: @@ -4032,6 +4052,7 @@ definitions: oauth2_client: client_secret: mount_requirement: {} + group_version: "group_version" key: "key" group: "group" client_id: "client_id" @@ -4042,6 +4063,7 @@ definitions: client: client_secret: mount_requirement: {} + group_version: "group_version" key: "key" group: "group" client_id: "client_id" @@ -4052,6 +4074,7 @@ definitions: client: client_secret: mount_requirement: {} + group_version: "group_version" key: "key" group: "group" client_id: "client_id" @@ -4059,9 +4082,11 @@ definitions: token_endpoint: "token_endpoint" secrets: - mount_requirement: {} + group_version: "group_version" key: "key" group: "group" - mount_requirement: {} + group_version: "group_version" key: "key" group: "group" labels: @@ -4486,6 +4511,7 @@ definitions: oauth2_client: client_secret: mount_requirement: {} + group_version: "group_version" key: "key" group: "group" client_id: "client_id" @@ -4496,6 +4522,7 @@ definitions: client: client_secret: mount_requirement: {} + group_version: "group_version" key: "key" group: "group" client_id: "client_id" @@ -4506,6 +4533,7 @@ definitions: client: client_secret: mount_requirement: {} + group_version: "group_version" key: "key" group: "group" client_id: "client_id" @@ -4513,9 +4541,11 @@ definitions: token_endpoint: "token_endpoint" secrets: - mount_requirement: {} + group_version: "group_version" key: "key" group: "group" - mount_requirement: {} + group_version: "group_version" key: "key" group: "group" labels: @@ -4779,6 +4809,7 @@ definitions: oauth2_client: client_secret: mount_requirement: {} + group_version: "group_version" key: "key" group: "group" client_id: "client_id" @@ -4789,6 +4820,7 @@ definitions: client: client_secret: mount_requirement: {} + group_version: "group_version" key: "key" group: "group" client_id: "client_id" @@ -4799,6 +4831,7 @@ definitions: client: client_secret: mount_requirement: {} + group_version: "group_version" key: "key" group: "group" client_id: "client_id" @@ -4806,9 +4839,11 @@ definitions: token_endpoint: "token_endpoint" secrets: - mount_requirement: {} + group_version: "group_version" key: "key" group: "group" - mount_requirement: {} + group_version: "group_version" key: "key" group: "group" labels: @@ -5056,6 +5091,7 @@ definitions: oauth2_client: client_secret: mount_requirement: {} + group_version: "group_version" key: "key" group: "group" client_id: "client_id" @@ -5066,6 +5102,7 @@ definitions: client: client_secret: mount_requirement: {} + group_version: "group_version" key: "key" group: "group" client_id: "client_id" @@ -5076,6 +5113,7 @@ definitions: client: client_secret: mount_requirement: {} + group_version: "group_version" key: "key" group: "group" client_id: "client_id" @@ -5083,9 +5121,11 @@ definitions: token_endpoint: "token_endpoint" secrets: - mount_requirement: {} + group_version: "group_version" key: "key" group: "group" - mount_requirement: {} + group_version: "group_version" key: "key" group: "group" labels: @@ -6319,6 +6359,7 @@ definitions: oauth2_client: client_secret: mount_requirement: {} + group_version: "group_version" key: "key" group: "group" client_id: "client_id" @@ -6329,6 +6370,7 @@ definitions: client: client_secret: mount_requirement: {} + group_version: "group_version" key: "key" group: "group" client_id: "client_id" @@ -6339,6 +6381,7 @@ definitions: client: client_secret: mount_requirement: {} + group_version: "group_version" key: "key" group: "group" client_id: "client_id" @@ -6346,9 +6389,11 @@ definitions: token_endpoint: "token_endpoint" secrets: - mount_requirement: {} + group_version: "group_version" key: "key" group: "group" - mount_requirement: {} + group_version: "group_version" key: "key" group: "group" adminTaskClosure: @@ -6500,6 +6545,7 @@ definitions: oauth2_client: client_secret: mount_requirement: {} + group_version: "group_version" key: "key" group: "group" client_id: "client_id" @@ -6510,6 +6556,7 @@ definitions: client: client_secret: mount_requirement: {} + group_version: "group_version" key: "key" group: "group" client_id: "client_id" @@ -6520,6 +6567,7 @@ definitions: client: client_secret: mount_requirement: {} + group_version: "group_version" key: "key" group: "group" client_id: "client_id" @@ -6527,9 +6575,11 @@ definitions: token_endpoint: "token_endpoint" secrets: - mount_requirement: {} + group_version: "group_version" key: "key" group: "group" - mount_requirement: {} + group_version: "group_version" key: "key" group: "group" adminTaskCreateRequest: @@ -6979,6 +7029,7 @@ definitions: oauth2_client: client_secret: mount_requirement: {} + group_version: "group_version" key: "key" group: "group" client_id: "client_id" @@ -6989,6 +7040,7 @@ definitions: client: client_secret: mount_requirement: {} + group_version: "group_version" key: "key" group: "group" client_id: "client_id" @@ -6999,6 +7051,7 @@ definitions: client: client_secret: mount_requirement: {} + group_version: "group_version" key: "key" group: "group" client_id: "client_id" @@ -7006,9 +7059,11 @@ definitions: token_endpoint: "token_endpoint" secrets: - mount_requirement: {} + group_version: "group_version" key: "key" group: "group" - mount_requirement: {} + group_version: "group_version" key: "key" group: "group" - id: @@ -7153,6 +7208,7 @@ definitions: oauth2_client: client_secret: mount_requirement: {} + group_version: "group_version" key: "key" group: "group" client_id: "client_id" @@ -7163,6 +7219,7 @@ definitions: client: client_secret: mount_requirement: {} + group_version: "group_version" key: "key" group: "group" client_id: "client_id" @@ -7173,6 +7230,7 @@ definitions: client: client_secret: mount_requirement: {} + group_version: "group_version" key: "key" group: "group" client_id: "client_id" @@ -7180,9 +7238,11 @@ definitions: token_endpoint: "token_endpoint" secrets: - mount_requirement: {} + group_version: "group_version" key: "key" group: "group" - mount_requirement: {} + group_version: "group_version" key: "key" group: "group" token: "token" @@ -9070,6 +9130,7 @@ definitions: oauth2_client: client_secret: mount_requirement: {} + group_version: "group_version" key: "key" group: "group" client_id: "client_id" @@ -9080,6 +9141,7 @@ definitions: client: client_secret: mount_requirement: {} + group_version: "group_version" key: "key" group: "group" client_id: "client_id" @@ -9090,6 +9152,7 @@ definitions: client: client_secret: mount_requirement: {} + group_version: "group_version" key: "key" group: "group" client_id: "client_id" @@ -9097,9 +9160,11 @@ definitions: token_endpoint: "token_endpoint" secrets: - mount_requirement: {} + group_version: "group_version" key: "key" group: "group" - mount_requirement: {} + group_version: "group_version" key: "key" group: "group" - template: @@ -9235,6 +9300,7 @@ definitions: oauth2_client: client_secret: mount_requirement: {} + group_version: "group_version" key: "key" group: "group" client_id: "client_id" @@ -9245,6 +9311,7 @@ definitions: client: client_secret: mount_requirement: {} + group_version: "group_version" key: "key" group: "group" client_id: "client_id" @@ -9255,6 +9322,7 @@ definitions: client: client_secret: mount_requirement: {} + group_version: "group_version" key: "key" group: "group" client_id: "client_id" @@ -9262,9 +9330,11 @@ definitions: token_endpoint: "token_endpoint" secrets: - mount_requirement: {} + group_version: "group_version" key: "key" group: "group" - mount_requirement: {} + group_version: "group_version" key: "key" group: "group" primary: @@ -12025,6 +12095,7 @@ definitions: oauth2_client: client_secret: mount_requirement: {} + group_version: "group_version" key: "key" group: "group" client_id: "client_id" @@ -12035,6 +12106,7 @@ definitions: client: client_secret: mount_requirement: {} + group_version: "group_version" key: "key" group: "group" client_id: "client_id" @@ -12045,6 +12117,7 @@ definitions: client: client_secret: mount_requirement: {} + group_version: "group_version" key: "key" group: "group" client_id: "client_id" @@ -12052,9 +12125,11 @@ definitions: token_endpoint: "token_endpoint" secrets: - mount_requirement: {} + group_version: "group_version" key: "key" group: "group" - mount_requirement: {} + group_version: "group_version" key: "key" group: "group" - template: @@ -12190,6 +12265,7 @@ definitions: oauth2_client: client_secret: mount_requirement: {} + group_version: "group_version" key: "key" group: "group" client_id: "client_id" @@ -12200,6 +12276,7 @@ definitions: client: client_secret: mount_requirement: {} + group_version: "group_version" key: "key" group: "group" client_id: "client_id" @@ -12210,6 +12287,7 @@ definitions: client: client_secret: mount_requirement: {} + group_version: "group_version" key: "key" group: "group" client_id: "client_id" @@ -12217,9 +12295,11 @@ definitions: token_endpoint: "token_endpoint" secrets: - mount_requirement: {} + group_version: "group_version" key: "key" group: "group" - mount_requirement: {} + group_version: "group_version" key: "key" group: "group" primary: @@ -14916,6 +14996,7 @@ definitions: oauth2_client: client_secret: mount_requirement: {} + group_version: "group_version" key: "key" group: "group" client_id: "client_id" @@ -14926,6 +15007,7 @@ definitions: client: client_secret: mount_requirement: {} + group_version: "group_version" key: "key" group: "group" client_id: "client_id" @@ -14936,6 +15018,7 @@ definitions: client: client_secret: mount_requirement: {} + group_version: "group_version" key: "key" group: "group" client_id: "client_id" @@ -14943,9 +15026,11 @@ definitions: token_endpoint: "token_endpoint" secrets: - mount_requirement: {} + group_version: "group_version" key: "key" group: "group" - mount_requirement: {} + group_version: "group_version" key: "key" group: "group" - template: @@ -15081,6 +15166,7 @@ definitions: oauth2_client: client_secret: mount_requirement: {} + group_version: "group_version" key: "key" group: "group" client_id: "client_id" @@ -15091,6 +15177,7 @@ definitions: client: client_secret: mount_requirement: {} + group_version: "group_version" key: "key" group: "group" client_id: "client_id" @@ -15101,6 +15188,7 @@ definitions: client: client_secret: mount_requirement: {} + group_version: "group_version" key: "key" group: "group" client_id: "client_id" @@ -15108,9 +15196,11 @@ definitions: token_endpoint: "token_endpoint" secrets: - mount_requirement: {} + group_version: "group_version" key: "key" group: "group" - mount_requirement: {} + group_version: "group_version" key: "key" group: "group" primary: @@ -17736,6 +17826,7 @@ definitions: oauth2_client: client_secret: mount_requirement: {} + group_version: "group_version" key: "key" group: "group" client_id: "client_id" @@ -17746,6 +17837,7 @@ definitions: client: client_secret: mount_requirement: {} + group_version: "group_version" key: "key" group: "group" client_id: "client_id" @@ -17756,6 +17848,7 @@ definitions: client: client_secret: mount_requirement: {} + group_version: "group_version" key: "key" group: "group" client_id: "client_id" @@ -17763,9 +17856,11 @@ definitions: token_endpoint: "token_endpoint" secrets: - mount_requirement: {} + group_version: "group_version" key: "key" group: "group" - mount_requirement: {} + group_version: "group_version" key: "key" group: "group" - template: @@ -17901,6 +17996,7 @@ definitions: oauth2_client: client_secret: mount_requirement: {} + group_version: "group_version" key: "key" group: "group" client_id: "client_id" @@ -17911,6 +18007,7 @@ definitions: client: client_secret: mount_requirement: {} + group_version: "group_version" key: "key" group: "group" client_id: "client_id" @@ -17921,6 +18018,7 @@ definitions: client: client_secret: mount_requirement: {} + group_version: "group_version" key: "key" group: "group" client_id: "client_id" @@ -17928,9 +18026,11 @@ definitions: token_endpoint: "token_endpoint" secrets: - mount_requirement: {} + group_version: "group_version" key: "key" group: "group" - mount_requirement: {} + group_version: "group_version" key: "key" group: "group" primary: @@ -19363,6 +19463,7 @@ definitions: oauth2_client: client_secret: mount_requirement: {} + group_version: "group_version" key: "key" group: "group" client_id: "client_id" @@ -19373,6 +19474,7 @@ definitions: client: client_secret: mount_requirement: {} + group_version: "group_version" key: "key" group: "group" client_id: "client_id" @@ -19383,6 +19485,7 @@ definitions: client: client_secret: mount_requirement: {} + group_version: "group_version" key: "key" group: "group" client_id: "client_id" @@ -19390,9 +19493,11 @@ definitions: token_endpoint: "token_endpoint" secrets: - mount_requirement: {} + group_version: "group_version" key: "key" group: "group" - mount_requirement: {} + group_version: "group_version" key: "key" group: "group" coreCompiledWorkflow: @@ -22047,6 +22152,7 @@ definitions: oauth2_client: client_secret: mount_requirement: {} + group_version: "group_version" key: "key" group: "group" client_id: "client_id" @@ -22057,6 +22163,7 @@ definitions: client: client_secret: mount_requirement: {} + group_version: "group_version" key: "key" group: "group" client_id: "client_id" @@ -22067,6 +22174,7 @@ definitions: client: client_secret: mount_requirement: {} + group_version: "group_version" key: "key" group: "group" client_id: "client_id" @@ -22074,9 +22182,11 @@ definitions: token_endpoint: "token_endpoint" secrets: - mount_requirement: {} + group_version: "group_version" key: "key" group: "group" - mount_requirement: {} + group_version: "group_version" key: "key" group: "group" - template: @@ -22212,6 +22322,7 @@ definitions: oauth2_client: client_secret: mount_requirement: {} + group_version: "group_version" key: "key" group: "group" client_id: "client_id" @@ -22222,6 +22333,7 @@ definitions: client: client_secret: mount_requirement: {} + group_version: "group_version" key: "key" group: "group" client_id: "client_id" @@ -22232,6 +22344,7 @@ definitions: client: client_secret: mount_requirement: {} + group_version: "group_version" key: "key" group: "group" client_id: "client_id" @@ -22239,9 +22352,11 @@ definitions: token_endpoint: "token_endpoint" secrets: - mount_requirement: {} + group_version: "group_version" key: "key" group: "group" - mount_requirement: {} + group_version: "group_version" key: "key" group: "group" primary: @@ -23358,6 +23473,7 @@ definitions: oauth2_client: client_secret: mount_requirement: {} + group_version: "group_version" key: "key" group: "group" client_id: "client_id" @@ -23963,6 +24079,7 @@ definitions: example: client_secret: mount_requirement: {} + group_version: "group_version" key: "key" group: "group" client_id: "client_id" @@ -24002,6 +24119,7 @@ definitions: client: client_secret: mount_requirement: {} + group_version: "group_version" key: "key" group: "group" client_id: "client_id" @@ -24420,15 +24538,24 @@ definitions: coreSecret: type: "object" properties: + group: + type: "string" + title: "The name of the secret group where to find the key referenced below.\ + \ For K8s secrets, this should be the name of\nthe v1/secret object. For\ + \ Confidant, this should be the Credential name. For Vault, this should\ + \ be the secret name.\nFor AWS Secret Manager, this should be the name of\ + \ the secret.\n+required" + group_version: + type: "string" + title: "The group version to fetch. This is not supported in all secret management\ + \ systems. It'll be ignored for the ones\nthat do not support it.\n+optional" key: type: "string" title: "The name of the secret to mount. This has to match an existing secret\ \ in the system. It's up to the implementation\nof the secret management\ - \ system to require case sensitivity.\n+required" - group: - type: "string" - title: "The name of the secret group where to find the key referenced above.\n\ - +optional" + \ system to require case sensitivity. For K8s secrets, Confidant and Vault,\ + \ this should\nmatch one of the keys inside the secret. For AWS Secret Manager,\ + \ it's ignored.\n+optional" mount_requirement: title: "mount_requirement is optional. Indicates where the secret has to be\ \ mounted. If provided, the execution will fail\nif the underlying key management\ @@ -24443,6 +24570,7 @@ definitions: \ if secrets\nare passed through file mounts." example: mount_requirement: {} + group_version: "group_version" key: "key" group: "group" coreSecurityContext: @@ -24481,6 +24609,7 @@ definitions: oauth2_client: client_secret: mount_requirement: {} + group_version: "group_version" key: "key" group: "group" client_id: "client_id" @@ -24491,6 +24620,7 @@ definitions: client: client_secret: mount_requirement: {} + group_version: "group_version" key: "key" group: "group" client_id: "client_id" @@ -24501,6 +24631,7 @@ definitions: client: client_secret: mount_requirement: {} + group_version: "group_version" key: "key" group: "group" client_id: "client_id" @@ -24508,9 +24639,11 @@ definitions: token_endpoint: "token_endpoint" secrets: - mount_requirement: {} + group_version: "group_version" key: "key" group: "group" - mount_requirement: {} + group_version: "group_version" key: "key" group: "group" coreSimpleType: @@ -24821,6 +24954,7 @@ definitions: oauth2_client: client_secret: mount_requirement: {} + group_version: "group_version" key: "key" group: "group" client_id: "client_id" @@ -24831,6 +24965,7 @@ definitions: client: client_secret: mount_requirement: {} + group_version: "group_version" key: "key" group: "group" client_id: "client_id" @@ -24841,6 +24976,7 @@ definitions: client: client_secret: mount_requirement: {} + group_version: "group_version" key: "key" group: "group" client_id: "client_id" @@ -24848,9 +24984,11 @@ definitions: token_endpoint: "token_endpoint" secrets: - mount_requirement: {} + group_version: "group_version" key: "key" group: "group" - mount_requirement: {} + group_version: "group_version" key: "key" group: "group" coreTypedInterface: diff --git a/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/model_core_secret.go b/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/model_core_secret.go index 4f88db32620..3b709cefe66 100644 --- a/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/model_core_secret.go +++ b/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/model_core_secret.go @@ -11,7 +11,8 @@ package flyteadmin // Secret encapsulates information about the secret a task needs to proceed. An environment variable FLYTE_SECRETS_ENV_PREFIX will be passed to indicate the prefix of the environment variables that will be present if secrets are passed through environment variables. FLYTE_SECRETS_DEFAULT_DIR will be passed to indicate the prefix of the path where secrets will be mounted if secrets are passed through file mounts. type CoreSecret struct { - Key string `json:"key,omitempty"` Group string `json:"group,omitempty"` + GroupVersion string `json:"group_version,omitempty"` + Key string `json:"key,omitempty"` MountRequirement *SecretMountType `json:"mount_requirement,omitempty"` } diff --git a/flyteidl/gen/pb-go/flyteidl/service/openapi.go b/flyteidl/gen/pb-go/flyteidl/service/openapi.go index 8b0e3908c67..55575b7451d 100644 --- a/flyteidl/gen/pb-go/flyteidl/service/openapi.go +++ b/flyteidl/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\xbd\x7b\x73\x23\xb9\x95\x27\xfa\xbf\x3f\x05\xb6\x66\x23\xba\xcb\x96\xa8\x6e\x7b\xc6\xe1\xd5\xc4\xc6\xbd\x2c\x89\x55\xcd\xdb\x2a\x49\x96\xa8\xaa\xe9\x1d\x3a\xb8\x60\x26\x48\xc2\x4a\x02\x6c\x00\x29\x15\xed\xf0\x77\xbf\x81\x73\x00\x24\x32\x99\xc9\xb7\x54\x52\x35\x67\x22\xdc\x2a\x66\x26\x9e\x07\x07\xe7\xf9\x3b\xff\xfc\x1d\x21\x6f\xf4\x23\x1d\x8f\x99\x7a\x73\x4a\xde\xfc\xb1\xf5\xc3\x9b\x23\xfb\x1b\x17\x23\xf9\xe6\x94\xd8\xe7\x84\xbc\x31\xdc\x64\xcc\x3e\x1f\x65\x73\xc3\x78\x9a\x9d\x68\xa6\x1e\x78\xc2\x4e\x68\x3a\xe5\xa2\x35\x53\xd2\x48\xf8\x90\x90\x37\x0f\x4c\x69\x2e\x85\x7d\xdd\xfd\x49\x84\x34\x44\x33\xf3\xe6\x77\x84\xfc\x0b\x9a\xd7\xc9\x84\x4d\x99\x7e\x73\x4a\xfe\x1b\x3f\x9a\x18\x33\xf3\x0d\xd8\xbf\xb5\x7d\xf7\x6f\xf0\x6e\x22\x85\xce\x4b\x2f\xd3\xd9\x2c\xe3\x09\x35\x5c\x8a\x93\xbf\x6b\x29\x8a\x77\x67\x4a\xa6\x79\xb2\xe6\xbb\xd4\x4c\x74\x31\xc7\x13\x3a\xe3\x27\x0f\x3f\x9e\xd0\xc4\xf0\x07\x36\xc8\x68\x2e\x92\xc9\x60\x96\x51\xa1\x4f\xfe\xc9\x53\x3b\xc7\xbf\xb3\xc4\xfc\x0b\xfe\x91\xca\x29\xe5\x02\xff\x16\x74\xca\xfe\x15\xda\x21\xe4\xcd\x98\x99\xe8\x9f\x84\xbc\x49\x99\x4e\x14\x9f\x19\xb7\x2a\x37\xcc\x28\xce\x1e\x18\x31\x13\x46\xb0\x3b\x82\xdd\x11\xdb\x1d\xf1\xab\xa6\x67\x2c\xe1\x23\xce\x52\x32\x9c\x13\x2e\x66\xb9\x21\x8a\xfd\x9a\x33\x6d\xc8\x88\x67\x86\x29\xdd\x72\x4b\x06\xbd\xc8\x19\x53\x30\xcf\x6e\x6a\x7b\xf9\xc0\x4c\x1b\xda\xbe\x80\xa6\xaf\x33\x2a\xe2\xb7\x15\xd3\x33\x29\x34\xd3\xa5\xa1\x12\xf2\xe6\x8f\x3f\xfc\x50\xf9\x69\x71\x06\x6d\xa2\xf3\x24\x61\x5a\x8f\xf2\x8c\xf8\x96\xe2\xc1\xc0\x47\xb0\xc9\x74\xa1\x31\x42\xde\xfc\x4f\xc5\x46\xb6\x9d\x7f\x3b\x49\xd9\x88\x0b\x6e\xdb\xd5\x48\x4b\xd1\x68\x4b\x5f\xfd\xeb\x77\x75\x7f\xff\x2b\x9a\xd1\x8c\x2a\x3a\x65\x76\x59\xc2\xee\xe3\xff\x55\xe6\x62\xf7\xcb\x76\x5e\xec\x69\x75\xe0\x95\xd9\x5e\xd2\x29\x23\x72\x04\xdb\xe5\xbe\x80\xbf\x15\xd3\x32\x57\x09\x23\x43\x96\x49\x31\xd6\xc4\xc8\x85\x35\xe0\xd0\x82\x25\xb5\xea\x13\xbb\x95\x5c\x31\xbb\x57\x46\xe5\xac\xf2\xd4\xcc\x67\x30\x48\x6d\x14\x17\xe3\x78\x29\xfe\x75\xb4\xd6\xd4\x90\x42\x37\x98\x19\x7e\xd0\x38\xb1\xbe\x68\xfb\x57\x12\x2a\xc8\x90\x11\x7b\x2e\x79\xca\x14\x4b\x09\xd5\x84\x12\x9d\x0f\x35\x33\xe4\x91\x9b\x09\x17\xf6\xdf\x48\xbe\x89\x5f\xb3\x97\xb3\x36\xf0\xe7\xf2\x95\xb9\xd3\x4c\xd9\x81\x3f\xf0\x94\xa5\xe4\x81\x66\x39\x23\x23\xa9\x4a\xcb\xd3\xea\x8b\xde\xc4\xae\xc3\x74\xc8\x05\x9c\x3c\xbb\x96\x9e\x42\xfe\xe0\x97\xeb\x0f\xc4\xf6\x47\x72\xc1\x7f\xcd\x59\x36\x27\x3c\x65\xc2\xd8\x73\xad\xab\xad\xfd\x41\x42\xff\x34\x23\xc7\xc4\xae\x33\x53\x06\xd6\x5b\x0a\xc3\xbe\x18\x4d\x8e\x49\xc6\xef\x19\xf9\xee\x82\x6b\x43\xda\xd7\xdd\xef\x8e\xc8\x77\x17\x05\xe3\xd0\xdf\x3d\xc3\x0a\x87\xbf\xff\x16\x1d\x3d\x43\xc7\xd5\x43\xf7\xa6\x6d\x4f\xf3\x2d\x5e\x13\x45\x0b\x7f\xfb\x5d\xdc\x8e\xdb\xaf\xe5\xbc\xb7\x60\xbc\x8e\xeb\x6e\xc2\x6b\xdf\x33\x93\x4c\x56\x30\x5a\xbd\x23\xa7\xb5\xdb\x51\x65\xb5\xfa\x75\xf1\x5a\x3b\x85\xa7\xe6\xb7\xbb\x30\x5b\x6a\xe0\x14\x50\x2e\xf0\xd0\x84\x33\x54\xde\x19\xf2\xf5\xd8\xca\x2e\xfc\x36\x9a\x4d\xc4\x72\x3d\x27\x8d\x56\xe2\x85\xcc\x35\xe3\x53\xbe\x6a\x1f\xbb\x22\xb5\x62\x97\x63\x72\x22\x9f\x0e\x99\xb2\x53\xf7\xec\x0e\x66\x38\xb4\xec\xcf\xe4\x4a\xb0\xb4\x61\x6a\xbf\xe6\x4c\xcd\x97\xcc\x6d\x44\x33\xdd\x34\x39\x2e\x0c\xb3\x72\x6d\xe5\xf1\x48\xaa\x29\x35\xee\x85\x3f\xff\xfb\xa6\x93\x37\xf2\x9e\xad\xda\xe7\x2e\xee\x5a\x42\x35\x6c\xf7\x34\xcf\x0c\x9f\x65\x8c\xcc\xe8\x98\x69\xb7\x0a\x79\x66\xf4\x11\xbc\x66\x65\x69\xa6\x8e\xc3\x6d\x03\x3d\xf8\x5b\x36\xd7\xf0\x0b\x19\x05\x46\x26\xd8\x17\x03\x2d\xf5\x05\xdc\xb3\xb0\x44\xf1\xed\xf1\x04\x4b\xb9\x1d\x9d\x68\xa9\xcc\x60\x38\x6f\xdd\xb3\x85\x7e\x1b\xa9\x85\x0a\x42\x8d\x51\x7c\x98\x1b\x66\xe7\x6d\xdb\xf0\xf7\x24\xb0\x3e\xbc\x8c\xb5\xbd\x7c\xaf\xce\xaf\xbe\xbf\xa7\x46\xc9\x31\x15\x6f\x4f\x49\x3b\x4d\x09\x0e\xd4\xbe\xc3\x53\xbc\x92\x27\x4c\xb1\x16\xe9\x4d\xb8\x26\x7a\x22\xf3\x2c\x25\x82\x3d\x30\x65\xd7\x96\x4d\x67\x66\xfe\xe2\x56\x2b\xe5\x8a\x25\xb0\x30\x9b\x9c\xb0\xf0\x95\x5d\x34\xab\xf4\xcc\x71\xe9\xee\xd9\x1c\x04\x97\xc5\xe5\x7b\x06\x7a\xa9\x3c\x65\x22\x9f\x56\xee\x0a\xf8\xfd\xbc\x73\x7b\xd6\xb9\x3c\xef\x5e\x7e\xa8\x7c\x61\xc5\x88\xf0\xa8\xf4\xe4\x6f\x0b\x6b\x33\xa2\x79\x06\xa7\x3a\x6a\xed\xd9\x04\x97\x64\xc2\xb3\x54\x31\x71\x62\xa8\xbe\x1f\xb0\x2f\x2c\xc9\xf1\x9e\xfd\x67\xf9\x87\x81\x95\x3e\x65\xca\xca\xbf\x94\xfe\x51\x88\x3b\x1b\x7f\x1a\xb4\xd2\x8d\xbf\x04\x1d\x76\xbd\xef\xe0\x17\x9e\xd6\xbe\x0d\xbf\xac\x98\x83\x7f\x67\xc9\x60\xfd\x2b\x8d\xa3\xf2\x2f\x38\x01\xae\xf6\x1d\xc5\x8c\x9a\x0f\xa8\x31\xf6\x94\x6f\x21\x33\xc2\x96\x12\x3b\x5b\x52\xec\xa7\x13\x1f\x51\x50\x04\xde\x1d\x24\x47\x3b\x82\xe2\xcd\x55\xf2\xe2\xa5\x4c\x59\x27\x34\xfb\x5e\xaa\x1e\xd5\xf7\xaf\x41\x66\x2c\x0d\xfc\x39\xc4\xc6\x6d\x0f\xd0\x37\xa7\xd4\x6f\xc9\x0e\x0e\x26\x80\xdd\x57\x72\x5d\x83\x81\x54\x44\xcf\xb5\x61\xd3\x95\xa6\x83\xd7\xb3\x10\x8e\xdf\xbf\xd4\x01\x57\xae\x9c\xdf\xc0\xa9\x2f\x5f\xa0\x87\xe3\xbd\xc1\x92\xed\xcb\xf0\xf7\xd2\xe7\xe9\x5d\x30\xcb\xa7\x7a\xeb\xb7\xcf\x3b\x1c\x1c\x9d\xbc\xf8\x69\x96\x44\xbb\x7d\x0f\xf2\x89\xac\x06\x8d\x7b\xe5\x57\x7b\x00\x03\x58\xa1\xf2\x95\x4d\xc7\xe1\xfc\xd9\x4f\x63\xe3\x0a\x5a\xcc\x8c\xd5\x79\x9d\x6d\x89\x29\x92\x48\x85\xa2\x60\xea\x8e\x7b\x5f\x90\x63\x72\xde\xee\xb5\x6f\x3b\xbd\x53\xd2\x26\x29\x35\xd4\x9e\x6f\xc5\x66\x8a\x69\x26\x0c\x68\xe3\xf6\x73\x33\x27\x53\x99\xb2\x8c\xa5\x84\x0b\xf2\x3e\x9b\x1b\x46\xce\xa9\xa1\x67\xd4\xd0\x4c\x8e\x5b\xa4\x0d\xff\xb4\x1f\x73\x4d\x68\xa6\x25\xa1\x9e\xaa\x58\xea\x9b\xa0\x22\xf5\x9c\x85\x92\x44\x4e\x67\x3c\x0b\x56\xf3\x60\x22\xe1\x22\xe5\x0f\x3c\xcd\x69\x46\xe4\xd0\x32\x15\xab\xaa\x76\x1e\x98\x30\x39\xcd\xb2\x39\xa1\x59\x46\x5c\xb7\xfe\x05\xaf\xd7\x0f\x59\x18\xa5\xe6\x53\x9e\x51\x65\x75\x61\x1c\xed\x95\x6b\x8b\xf4\x26\x2c\x8c\x15\xc6\x65\x17\x73\x4a\xef\x99\x26\xdc\x90\x99\xd4\x9a\x0f\xb3\xe2\xc8\xdf\x75\x09\x8c\xfb\xec\xa2\x0b\x8a\x75\x62\x88\x44\x16\xea\x3b\x77\x56\x18\xdf\xe3\x94\x0a\xc1\xa0\x63\x69\x26\x4c\xb9\xee\xdd\xcb\x5f\x5b\xd1\xbe\xbb\xbc\xbd\xee\x9c\x75\xdf\x77\x3b\xe7\x8b\x9a\x76\xaf\x7d\xfb\xf3\xe2\xaf\x9f\xaf\x6e\x7e\x7e\x7f\x71\xf5\x79\xf1\xc9\x45\xfb\xee\xf2\xec\xa7\xc1\xf5\x45\xfb\x72\xf1\xa1\x23\xab\xb5\x95\xf6\x78\x64\x1b\x1e\xad\x83\x35\x72\x9f\xd6\xc8\xa3\x6f\xd7\x1c\xe9\x5c\x39\xeb\x9b\x22\x49\xc6\xb5\xb1\x0b\xe4\xbe\x24\x33\xaa\x35\x0a\x43\x38\x82\x56\x5f\x7c\x94\xca\x32\xad\x91\xb4\x7c\xc1\x0a\x4c\x46\xe5\x89\xe1\x62\x1c\x3e\x3a\x25\xfd\xfc\x87\x1f\xfe\x94\x5c\x70\x71\x0f\x7f\xb1\x97\xb8\x38\x07\x5b\xed\x36\xab\x75\xb0\xd5\xc6\xcf\x5e\x87\xad\xd6\x8a\x39\x27\xb1\x89\xf6\x69\x82\x7b\xd0\x8d\x6c\x65\x07\x99\x1b\xfb\xa7\xed\x97\x8c\x94\x9c\x82\x54\xf5\x85\x6b\xe0\x12\x8f\x52\xdd\x8f\x32\xf9\xb8\x9e\xe9\xf0\x03\x33\xc1\xf8\x66\xa5\x98\xd7\x60\x31\xfc\xec\x66\x18\x06\xfe\x81\x19\x3b\xf6\x1b\xd7\xcb\x21\xce\xe7\x10\xe7\xf3\x75\xe3\x7c\x5e\x94\xd9\xee\xe9\x79\x5f\xd9\xc6\x87\x0c\xb0\xc1\x05\xd5\xe8\x61\x6a\x70\x20\x45\xfe\xa1\xa7\x64\x9a\x65\xaf\xcc\x0a\x86\x59\xf2\x58\xbc\x16\xa6\x59\x1a\xf4\xf3\x33\xcc\xdf\x84\x43\xe5\xe0\x2f\xd9\x72\xa1\x5e\x25\x5f\x5d\xf3\xca\x78\x36\x6f\xc7\xd3\xf3\xf9\x85\x58\x84\x4d\x82\x0f\x36\x88\x36\x58\x3b\xbc\x60\x45\x3c\x41\x6d\x00\x41\x5d\xc4\xc0\x62\x88\x40\x6d\x4c\xc0\x4e\x41\x00\x9b\x5e\x49\xeb\xbb\xff\x3f\x30\xd3\xa3\xfa\xfe\xd5\x5d\x49\xa5\x41\x3f\xff\x95\xf4\x1b\xf5\xfa\x1f\xdc\xfc\x4f\xb8\x74\xdf\xfa\x45\xf6\x72\x1d\xf9\xbf\x01\xcf\xfd\xc1\x55\xbf\xd1\x1a\x7d\x5b\xbe\xf9\x6f\xd5\x19\xff\x3a\xbd\xef\x07\x77\xfb\xc1\xdd\x7e\x70\xb7\xaf\xe1\x6e\x7f\x52\xa5\x94\x59\xb2\xd2\x60\x7e\x8c\x75\x9b\x37\x33\xa9\x97\xeb\x62\x67\x8a\x51\x63\xa9\xb8\x6c\xf7\x23\xd0\x20\x51\x2c\x91\x2a\xb5\x3a\x18\x25\xb3\x09\xd5\x8c\x18\x45\x85\xe6\xab\xf4\x30\x6c\x15\x0c\x6d\xb6\x9d\xd7\xa0\x82\x95\xac\x82\x30\xea\xe7\x52\xc0\x86\x32\x5d\x38\x33\x78\x9c\xea\x9e\x2c\xe7\xf5\x7b\x9b\x3a\x64\x68\xae\x33\xf3\x27\xa4\x66\x7b\xaf\x6c\x49\xcd\x65\x93\xc1\x5e\xa8\x19\x74\xf4\xd7\x42\xcd\x25\x83\xc2\x6f\x8b\x9a\xeb\xa6\xfe\x12\xa8\xd9\x7b\xa3\xb7\xa4\xe8\x45\x67\xf6\x5e\xa8\x3a\x78\x90\x5f\x0b\x65\x2f\xb8\xbc\x7f\x5b\xd4\xdd\x34\xfd\xaf\x4b\xe1\xc1\x10\xbe\x2f\xda\x5e\x4d\xb8\x61\x01\x5e\x03\xd1\x86\xc1\xe2\xd8\x7f\x33\xd4\xba\x30\xef\x17\x42\xa6\x27\x8a\x61\xb6\xe1\x46\xf4\x7a\xe3\x3e\xda\x98\x62\xfd\x87\x07\x9a\x7d\x4d\x34\xeb\x77\xed\xe5\x50\x6d\x53\x38\xdd\xe6\x19\xb8\x4b\x62\xe4\x34\x99\x52\x93\x4c\xec\x43\xf4\xcf\xad\x09\xd3\x52\xa4\xdc\xbe\x2a\xea\x7e\x8e\x3c\xdb\x6f\xdb\x12\x7f\xb0\xc0\xff\x06\xe1\xb0\x5e\x4c\xb8\xf8\x21\x45\x65\x8f\x29\x2a\x5c\x1f\x52\x54\x0e\x29\x2a\xeb\x2e\xd0\x21\x45\xe5\x90\xa2\x12\x3d\x7b\x1d\x29\x2a\x4f\x9f\x9d\xb2\x9f\x14\x94\x57\x25\x44\x1f\x04\xe8\x83\x00\x7d\xc8\x33\x09\x53\xdb\x17\x03\xf3\x5f\xbf\x49\x59\xc6\x0c\x5b\xca\x7e\x7a\x4c\x4d\xad\x6e\x50\x82\xbe\xae\x71\x1a\x14\xa8\x5a\x81\x82\xc0\xbc\xb1\x8c\x2f\x85\xb6\x5f\x27\x77\x0a\xc3\x3f\xa4\xc5\x1d\xd8\xd5\x81\x5d\x6d\x33\xb5\x97\x63\x95\x8d\x0e\xf3\x57\x35\xcb\x46\x40\xda\x03\x9e\xee\x07\x4b\x3b\x88\x8d\x31\x92\x76\xb1\x14\x25\x30\xe3\xed\x8c\xb4\x05\x2c\x75\x37\x7d\x15\x76\x5a\xcb\x47\xd2\x0e\x44\xdd\x85\x90\x41\x75\x80\xd4\x3e\x40\x6a\xaf\x3f\xd7\x83\x85\x70\x8f\x16\xc2\x03\xa4\xf6\xc1\x06\x76\xb0\x81\x3d\xbd\x0d\xec\x6b\x19\xb4\x9f\xf9\x58\x3e\x97\x88\xb6\x5d\x60\x92\x48\x89\x62\x63\xae\x0d\x53\x76\xf5\x6a\x85\xb2\xd5\x91\x4a\xaf\xb5\x48\xd4\xda\x71\x1f\x71\xb7\x6f\xfe\x7d\x8d\xe1\xdf\xb8\x5b\x14\x8e\xfa\x90\xa6\xa1\x22\x0c\x88\x4e\x53\x3a\x27\x13\xfa\xc0\xc8\x88\xf2\x0c\x15\x23\xc7\x1d\x97\xcc\x70\xd9\x80\xfe\xd7\x66\x03\xa2\xe5\xe1\x28\x36\x62\x8a\x89\x04\xb9\x3d\x0a\x3f\x09\xcd\x7c\x2a\x08\xbc\x33\xb1\x6a\x6a\xa6\x18\x4d\xe7\x64\xc8\x98\x08\x64\x53\x23\x29\x34\x8c\x79\x2f\x42\xeb\x57\x57\xd3\x16\xa9\xe7\xa5\x28\x69\x4f\x12\x3d\x53\xcf\x12\x76\x57\xce\xf4\x1f\x5f\x17\xab\x38\x04\xd1\x1c\x8c\x6a\x5f\xdf\xa8\x76\x08\xa2\x39\xa8\xc8\x2f\x40\x45\x3e\x04\xd1\x1c\x82\x68\x0e\x06\x84\xb5\x57\xeb\x60\x40\x88\x9f\xbd\x8e\x20\x9a\x27\xac\xe0\xfc\x5c\x12\xf6\x41\xc0\xf6\xef\x1d\x04\xec\x83\x80\xfd\x8d\x0a\xd8\x2f\x63\x85\x0f\xd2\xf5\x41\xba\x3e\x48\xd7\x07\xe9\xfa\x20\x5d\x1f\xa4\x6b\xf7\xd5\x3e\xa5\x6b\xf8\xcb\x43\xb3\xee\x1c\xb1\xbe\xb9\x97\xeb\x03\x33\xaf\xd5\xc5\x75\x10\xa9\x0f\x22\xf5\xcb\x16\xa9\x5f\xcc\x84\xbe\x3d\xa8\xc5\x03\x58\xe1\x01\xac\xf0\x00\x56\xf8\xb4\x60\x85\xfe\xeb\x37\xb3\x7c\xb9\x2c\x72\x37\x4b\x7d\xee\x8a\x36\xd4\xe4\xa0\xf6\xad\x21\x97\x90\xb6\x21\x53\x69\x95\x20\xc1\x4a\xef\x78\x06\x84\x11\x1d\x63\xfe\xc0\x04\xf1\x31\xda\x47\xee\x9a\x39\x02\x4b\xc4\xbf\xc2\xe9\xc0\xa4\x19\x6a\x08\x25\x86\x4f\x59\x8b\x74\x47\x78\x9a\x13\x4b\xfe\x9a\x19\x5d\x09\x03\x42\xd2\x84\x8f\x44\x5a\x8c\xd5\xf7\xcd\x8b\xa8\x10\x7c\xed\xc8\x33\xc3\x3c\x33\xc8\x1a\x7d\xe3\x8f\x3c\xcb\xec\x18\x1c\x07\x81\x93\x30\x65\x2a\xf3\x5f\x96\xba\xf5\x2f\x4f\x69\x6a\x4f\x6e\x34\x84\x22\xbb\x27\x7e\x1f\xee\x5c\xae\x43\x5c\x4b\xe9\x7b\xfc\xba\x45\x9c\x12\x8e\xa0\x62\x6b\x0d\x63\x42\x53\x7b\x02\x93\x09\x4b\xf3\x8c\x11\xaa\xb5\x4c\x38\x35\x96\x5b\xe1\x1d\x4d\xb8\xf1\x2a\xbb\x7f\xc9\x77\x9d\x72\x4d\x87\x19\x4b\xdd\x1a\xb3\x22\xcc\x66\xe9\xc8\xb9\x26\x43\x66\x97\xd8\xf2\x91\xf2\xea\x4f\x50\x42\xa8\x19\x4d\x34\x14\xb6\x38\x12\x26\x70\x20\x4b\x24\x5c\x24\xce\xd7\x2a\xe4\xe2\xe8\x0f\xb9\x4f\x07\x91\xf7\x20\xf2\x6e\x34\xa1\x6f\x4a\xe4\x7d\x41\xa1\x81\x9e\x21\x7d\xd5\xd0\x40\x70\x20\x5a\xce\x3f\x08\x16\x42\xbd\x9d\xf1\x24\x18\x61\x3f\xfa\x26\xdb\xa1\xc5\x33\x29\x46\x7c\x9c\x2b\x27\x70\x3b\x69\x78\x85\x97\xb2\xa6\x9d\x57\x71\xe3\xd4\x0f\xfd\xb9\x2e\x9e\x4d\x14\x3a\x72\x4c\xac\xd8\x3d\xb8\xe9\xdc\x5e\xdd\xdd\x9c\x75\x4e\x49\x7b\x36\xcb\x38\x7a\x59\x92\x5c\x1b\x39\xe5\xff\xb0\xd3\x40\x20\xe1\xc0\xb9\x9d\x18\xa2\x41\xe0\x00\xb7\x8e\x55\x93\xc8\x31\x39\xbb\xb8\xbb\xed\x75\x6e\x1a\x1a\x74\x44\x00\xb5\x8c\xd8\x74\x96\x81\x54\x72\x9f\x0f\x99\x12\xcc\x30\x4d\x92\x2c\x87\x18\xf3\xe0\xec\xc1\x46\x3b\xff\xd5\x39\xbb\xeb\x75\xaf\x2e\x07\x7f\xbd\xeb\xdc\x75\x4e\x89\xa7\x26\xdb\xac\x1d\x97\x1d\x45\x3a\x17\x74\x6a\x75\xd1\x32\xe2\xf1\xaf\x39\xcb\x41\x08\xe2\x63\x31\x65\xc2\x54\x5b\xf4\x03\xbe\x68\xbf\xeb\x5c\x94\x5b\x9e\x30\xf2\xf3\x5f\x8a\x41\x65\x74\xc8\x32\xe7\x7d\x02\xe7\x8a\x65\xd8\x45\x47\xce\x2d\x95\xa3\x5a\xfb\xd7\xbb\xf6\x45\xb7\xf7\xcb\xe0\xea\xfd\xe0\xb6\x73\xf3\xa9\x7b\xd6\x19\x38\x05\xe3\xac\x6d\xfb\x2d\xf5\xe4\xf4\x10\xf2\x6b\x4e\x33\xab\xa8\xca\x11\xb8\x76\x78\xc2\xc8\xe3\x84\x09\x92\x0b\xa0\x31\xd4\x7e\x41\x17\x88\x93\xd8\x71\x46\xd7\x17\x77\x1f\xba\x97\x83\xab\x4f\x9d\x9b\x9b\xee\x79\xe7\x94\xdc\xb2\x0c\xf4\x43\xbf\xe8\xb0\x8b\xb3\x2c\x1f\x73\x41\xf8\x74\x96\x31\xbb\x1a\x78\x1c\x87\x6c\x42\x1f\xb8\x54\x25\x1d\x01\xd6\xd1\x92\xd0\x57\x37\x64\x97\x28\x74\x51\xd5\xab\x92\xdc\xe2\x1b\x15\xfa\x59\xf6\x42\x89\x1c\x16\x5f\x5c\xb5\xad\x8b\x5f\x54\xf6\x65\x6d\x85\xb4\x3c\xe9\x67\xbb\x0d\x2c\x13\x49\x07\xde\x30\x71\xf2\xcf\x12\x33\xf9\xd7\x93\x21\xc5\x90\x28\xbd\xd5\xdd\x0e\xab\x2a\x6e\x16\x1f\xbc\x86\x3b\x21\x1e\xee\xd7\xe4\xff\x7b\x92\xb9\x5e\x89\xbd\x67\x73\x51\xf7\xa0\xb2\x1d\x54\xb6\xfa\x95\x39\x04\xfe\x34\xac\xf0\xbe\xee\xa3\x6d\x4c\xa4\x23\xce\xb2\x54\x2f\xd8\xb8\x4a\xf7\xc9\x4a\x7b\xd6\xeb\xbd\x4a\x9e\xd7\xa2\xb5\x89\x62\x71\x13\x3c\x41\xce\x35\x64\x77\x6b\xca\x0c\x85\xca\xa6\x46\x92\x1c\x86\x7e\xb8\x9e\xdc\xff\x1d\xae\xa7\xc3\xf5\x74\xb8\x9e\x7e\xab\x26\xc1\x1a\x96\xfe\x55\x6d\x82\xab\xb4\xc0\x9d\x20\x9e\x6a\x0c\x86\x8b\xda\x9f\x26\x7a\x42\x15\x16\xf3\x49\xe4\x74\x2a\x45\x14\x5c\x30\x9f\xb1\x23\x12\x5c\x98\x60\xfc\x81\x61\xac\xb2\x27\x16\xdd\xf0\xd7\x61\x49\x8c\xd6\xe5\x39\x12\x1f\x0e\x9a\xa3\xff\xbf\x4d\xaf\xe6\x03\x48\xd6\x01\x24\xeb\x90\xa3\x70\x00\xc9\x5a\x4e\x2d\x87\x28\xfc\x43\x14\x7e\xfc\xec\x00\x92\xf5\x82\x40\xb2\x84\x4c\xd9\xa0\x02\x8a\x1f\xfe\x39\xa8\xfa\x3d\x4a\x4f\x62\x27\x48\xe9\x41\x91\x96\x00\xad\xf3\x74\xf7\xb4\x84\x72\x79\xe2\x55\x4e\x92\xb8\xa0\xed\x0b\x17\x78\x47\xd9\xdc\x30\x9e\x66\x8b\x95\x78\x9f\x21\x52\xab\x6e\xa3\xbf\x45\x23\x4b\x0d\xd9\x1e\x2c\x2e\x2b\x17\xea\x5b\x05\xb3\x2e\xf8\xd2\x2b\x72\x13\xac\xc7\xbc\x3d\xe0\xff\xa0\x81\x85\xd7\x3f\x0f\x8c\xbc\xfe\xf1\xae\x18\x0e\x65\xde\xbd\x2d\x76\x43\x89\x37\xbe\x0e\x33\x46\x3c\xe2\xe7\x30\x64\x2c\xdd\xfd\x6f\x8e\xaf\x2f\xa3\xe5\x03\x77\x5f\x73\xb9\xbe\x55\x1e\x7f\xb0\x67\xec\xd3\x9e\x71\xf4\xed\x1a\x34\x0e\x98\x0b\x4b\x16\xe7\x60\xed\xd9\x66\xb5\x0e\xd6\x9e\xf8\xd9\x73\x5a\x7b\xd0\x77\x3b\x98\x51\xc5\x84\xa9\x91\xef\xab\x37\x1b\xbc\x1e\xd9\xea\x83\x00\x04\x0d\xa0\xe0\xea\x64\x83\x70\x6b\x7e\x5b\xe6\x1f\x27\xa3\x0c\x50\xc4\x89\x72\x21\x4e\xfe\x59\xfc\x1d\x29\x10\xd1\x8f\x35\x3e\xd0\x0d\x42\x98\x7c\x94\x3d\x4b\x0b\xb1\xab\x68\xbc\x26\xb4\xc9\x8d\xe1\xd8\x0b\x63\x85\x37\x7f\x65\xa4\xd3\x35\x7e\x7a\x0e\x5f\xbe\xae\xa4\x8a\x86\xa1\x3f\x6f\x04\xd4\x22\x25\xac\x77\xb0\xbc\x1e\xc1\x31\x69\xe0\x71\xc2\x41\x3c\x00\x08\x27\xb8\x42\xa3\x0d\xf7\xe9\x98\x14\xf2\x26\x9a\x64\xad\xe7\x16\x23\x17\xc8\x7d\xbd\x89\x3b\x1a\x7d\xbd\xf3\xfe\xea\xa1\x21\x2b\xe8\xfe\xab\x86\x89\x2c\xe1\x99\xfb\x89\x10\x79\x3e\xfe\xf8\x81\x99\x6f\x8f\x39\x7e\x60\xe6\xb9\x38\xe3\xb6\xec\x70\x29\x4b\x28\x2a\x4e\xbc\x10\x6e\xb0\x1d\xeb\x7b\x5d\x73\x3c\xa4\x0f\x1e\xd2\x07\x0f\xe9\x83\xf1\x1b\x87\xf4\xc1\x5d\x6b\x32\x9f\xc3\x2b\xcf\x78\x9d\x63\x87\xdf\xde\x8d\x8e\xf3\x3a\x5c\xea\x87\x4b\x7d\xb3\x39\xbe\x54\x35\xc6\xd3\xf3\x4b\x50\x63\x36\x42\xbd\x40\xcf\x6e\x51\xdd\xcc\x93\xff\x4a\xef\xed\xb5\xef\xec\xf5\x30\x21\xfd\xd4\x7c\x66\x17\x1f\x95\x5f\xf7\x83\x8b\xea\x00\x0b\x7e\x70\x51\x1d\x5c\x54\x07\x17\x95\x7b\xfa\x4d\xc0\x82\x07\x25\x63\x65\xa9\xda\x9b\xa2\x3e\x6d\x4d\xb8\x49\xf5\x26\xf6\x6f\x5f\x2f\x48\xb8\x2f\xfd\x32\xf6\x23\x7f\x2e\x1d\xe0\xa5\x48\x8e\xc5\xbc\x5f\x84\xac\x78\xf2\xcf\x4a\x30\xf7\x82\xc7\x4f\xe7\xd3\x29\x55\x73\xb8\xb7\x5c\x68\x73\x0b\x26\xd4\x72\x33\x8a\x60\x83\xdd\xb5\x34\xcc\x4d\x14\x89\xa5\x2d\x21\xcf\x98\x32\xf3\xe8\x4d\xe0\xa2\xff\xd9\x17\xbc\x00\x2f\xe5\x63\x21\x15\x1a\x77\xec\xc7\x13\x2a\xd2\xcc\x9e\x03\x1d\xda\x49\xa8\x10\xd2\xc0\xed\x0f\x6e\x83\x94\x3c\x70\x8a\xb2\x42\xfb\xba\x5b\x3a\x27\xf5\x7e\xca\xb5\xce\x54\xc9\xc5\xf8\x8a\x4e\xd4\x73\xc3\x82\x1e\x34\xc2\x78\xf5\xbf\xd6\x41\x36\x54\xdf\x57\xd3\x3d\xca\x51\xc4\x83\xa5\x09\x20\x2b\xde\x2d\xe1\x62\x2d\x7f\xb5\x92\x24\x52\x7e\xe6\xd2\x46\xe0\x31\x0c\xb9\x3a\x0e\xff\x63\xdc\xa1\xff\xad\x68\xd9\xff\xe2\xab\x63\xc0\x8f\x8a\x19\x35\x1f\x50\x63\x2c\x53\xd9\x3d\x33\xa5\x6c\x39\x5f\x91\x99\xd2\xa3\xfa\xfe\x55\x66\xa6\x94\x07\xfe\xe4\xcc\x62\x4d\x9a\xfc\xe6\x62\x9a\xd7\x3d\x61\x87\xf8\xe6\x2d\x96\xee\x5b\x8d\x75\x5e\xc6\x42\x5f\xcc\x08\x2b\x5c\xfc\x5b\x3c\xb9\xe5\x3b\xe9\x70\x44\x97\xad\xd1\x37\x07\x16\x5e\x11\x35\x56\xcc\xed\x95\x80\x86\x57\xa5\xa5\x7d\x8f\xea\x69\x6c\xcb\xd1\x6e\x1c\xaa\xfc\x1c\xaa\xfc\x1c\xaa\xfc\x3c\x75\x95\x9f\xf5\x34\xcd\xb5\xd5\xcc\x75\x75\xcc\xf5\x14\xcc\x66\xed\x72\x87\x94\xd6\xb2\xd2\xb7\x6d\x4a\x6b\x49\xa9\x7a\x15\xae\xd1\xd2\x88\x9f\x23\xa5\xf5\x37\xaa\x07\x1e\x94\xc0\x27\x59\xb7\x6f\x55\x03\x7c\xe1\xea\xdf\x21\x19\x77\x8f\x91\x0e\xdf\x30\xb8\xd8\x21\xd0\x61\xc9\xe2\x1c\x02\x1d\xb6\x59\xad\x43\xa0\x43\xfc\xec\xc5\x05\x3a\x34\x6b\x0e\x3c\xdd\x35\x9d\xaa\x4e\x64\x2f\x04\xda\x12\x42\xe7\xf6\xe2\x7b\x37\x7d\x15\x72\x7b\x84\xa8\x1b\xcc\x1c\xea\x39\xe4\xf7\x03\x42\xec\x01\x21\xf6\x20\xc4\xfd\x96\x84\xb8\x83\x9c\xb2\xcd\x6a\x1d\xe4\x94\xf8\xd9\x01\x21\xf6\x05\x41\x84\x58\xc1\xa9\x94\x24\xb2\x32\x28\xf5\x4c\x31\x08\x9f\x13\x69\x48\x15\x21\xb4\x2a\x80\x2d\x93\xae\xb0\x01\x2b\x5f\xbd\x06\xe1\xca\x8e\x13\x47\xbc\x46\x34\x5d\xdc\xe1\x9b\x7f\x5f\x63\xe0\x37\xee\xae\x84\x03\x3d\xa4\x69\xa8\x85\x0e\x02\xd2\x94\xce\xc9\x84\x3e\x30\x32\xa2\x3c\x43\x33\x95\xe3\x81\x4b\xe6\xb6\x6c\x40\xff\x6b\xb3\x01\xd1\xf2\x70\x8a\x0c\x30\xcb\xd3\x51\xc4\x49\x68\xe6\x9d\x54\xf0\x0e\x14\x6a\x77\x65\xf1\x87\x8c\x89\x28\x9d\x68\xdd\x31\xef\x45\x34\xfd\xea\xa1\x80\x31\xdd\x7c\xd5\xe8\x5e\x38\xe1\x8d\x45\x2e\xf7\xa7\x73\xed\xa2\x68\xe9\x3f\xbe\x16\x56\xf0\x1c\x6a\xd5\x37\xec\xfa\x38\xb8\x37\x7e\x9b\x35\xb1\x5e\x8c\x48\x7e\x50\x74\xf7\xa8\xe8\x1e\xf2\x32\x0f\xee\x8a\x83\x19\x60\xed\xd5\x3a\x98\x01\xe2\x67\xaf\xc7\x5d\xd1\x2c\x3d\x6f\x57\x22\xfe\x09\xe5\xe8\x83\x18\x7d\x10\xa3\x0f\x62\xf4\x37\x2b\x46\xbf\x8c\x15\x3e\xc8\xd0\x07\x19\xfa\x20\x43\x1f\x64\xe8\x83\x0c\x7d\x90\xa1\xdd\x57\x7b\x91\xa1\xe1\x2f\x9f\xcd\xbd\x9f\xd4\xed\xf5\x3c\x52\x2e\x77\xfb\xb5\x08\xcf\x07\xc1\xf9\x20\x38\xbf\x6c\xc1\xf9\xc5\x4c\xe8\xdb\x4b\xd8\x3c\xa4\x3c\x1e\x52\x1e\x0f\x29\x8f\x5f\x21\xe5\xd1\xb3\x92\x6d\x6b\x3e\x7c\x72\xbc\xe5\x7b\x2e\x92\x2c\x4f\x41\x44\x99\x30\xf2\x2e\xe7\x59\x4a\x40\xa1\xb1\x7a\x29\x97\xe2\x2d\xd0\x13\x90\x02\x8c\xd3\x03\x9f\x2f\x17\x60\x3e\x2d\x70\xba\x17\x2b\xc3\x14\xa3\xdd\x16\xa0\x6a\x5f\x7b\x1a\xca\x26\x6e\x51\x1a\xa9\xf4\x9b\x6f\xe8\xb9\x0b\x26\x1d\x79\xd1\xc3\xb2\x1d\x3f\x88\x8d\xca\x27\x7d\x76\x1f\xbd\x2e\x28\xf1\xc5\x51\x1f\x8a\x26\x91\x68\xd7\x0e\x45\x93\x9e\x70\xde\xfe\x9c\xad\x98\xb9\xa7\x51\x34\x0f\xbf\xd2\x69\x7f\xf5\x38\xba\xe6\x93\xfe\x55\xa3\xea\x6a\x6f\x8e\x85\x8c\xa6\xa2\xe8\xf6\xf3\xd7\x8a\xda\xe5\x6a\xf8\xc0\xcc\xb7\x72\x2f\x1c\xea\x45\x1d\x4a\x4b\x6c\x5d\x4e\x7b\x23\x0e\xff\xba\xa6\x78\x28\x89\x75\x28\x89\x75\x28\x89\x15\xbf\x71\x28\x89\xf5\x02\x4a\x62\xed\x22\xb5\x60\xf7\xdf\x8a\xe0\x72\x28\x8b\x75\x90\x5d\x0e\xb2\x4b\xed\x14\x5f\xa0\x52\xfa\x22\x8a\x7e\x05\xa5\x74\x5f\xf8\x1a\xb1\x3f\x3d\x30\xe3\xbd\xc2\x6c\xf8\x95\x3c\x40\x6d\xb8\xff\x3b\x40\x6d\xac\x33\xb9\x03\xd4\xc6\x21\x7a\xf2\x00\xb5\x71\x88\x0f\x3c\xc4\x07\x1e\xa0\x36\x5e\x0b\xd4\x86\x17\xa0\xf6\x01\xb7\x51\x23\x8c\xad\x86\xdc\xf8\xbc\xa8\x19\xbc\x58\x41\xcb\x8f\xf5\x00\xbd\x71\x80\xde\xd8\x95\x76\x5e\x84\x4e\xf6\x24\x10\x1c\x35\x6c\x60\x57\x45\xec\x75\x40\x71\xf8\xd1\x1e\xf2\x08\x0f\xe1\xd0\x2f\x3f\x1c\xfa\xc5\xe5\x11\xbe\x18\xb1\xfd\xa0\x0c\xef\x51\x19\x3e\xa4\x12\x1e\x52\x09\x0f\xa6\x82\xb5\x57\xeb\x60\x2a\x88\x9f\xbd\x8e\x54\xc2\xd5\xd2\xf4\x5e\x20\x39\x9e\x42\xae\x3e\x88\xd5\xf8\xde\x41\xac\x3e\x88\xd5\xdf\xa8\x58\xfd\x32\x56\xf8\x20\x53\x1f\x64\xea\x83\x4c\x7d\x90\xa9\x0f\x32\xf5\x41\xa6\x76\x5f\xed\x4d\xa6\xde\x2f\x44\xc7\x86\x5e\xac\x28\x2b\xe5\x35\x09\xd3\x07\x41\xfa\x20\x48\xbf\x6c\x41\xfa\xc5\x4c\xe8\x00\xd7\x71\x80\xeb\x38\xc0\x75\x1c\xe0\x3a\xb6\x91\x6a\x7e\xe7\x4e\xe5\x9b\xe8\x22\x0e\x37\xf6\x9b\x77\x99\x1c\xf6\xe6\x33\x66\xff\x7b\xce\xa7\x4c\x68\x10\x1f\xb9\x99\xc7\x52\x4c\xc3\xca\x2f\xae\xf9\x9b\xdb\xee\xe5\x87\x8b\x38\x47\xe8\xcd\xc7\xbb\x8b\x5e\xf7\xba\x7d\x13\xd6\x25\xcc\x2a\x5e\x0b\xf7\x5d\x49\x10\x3b\x93\xd3\x19\x55\x5c\x4b\xd1\xf9\x62\x4f\xa7\x1d\xda\x15\x88\x3e\x52\x6d\x37\xba\xce\x5f\xe3\x91\x5d\x96\xff\xf9\xa1\x57\xfe\x57\x69\x16\x17\xbd\xf2\xbf\x3a\x4b\x67\x13\x35\x5c\x65\x67\xc7\xe4\x43\xef\x94\x7c\x80\x10\x0c\x45\x7a\x13\x8a\x2c\xe9\xa2\x77\x4a\x2e\x98\xd6\xf0\x4b\xf1\xb1\xe1\x26\x83\xb9\xbd\xe3\x82\xaa\x39\xf1\xd3\xc7\xec\x39\x0a\xb6\x59\xbf\x34\xd5\xc5\x13\x7f\xcf\x05\x68\x0f\xc5\xea\x5d\xc8\x31\x4f\x68\xb6\xdb\x22\xb6\x2f\xe3\x83\xf4\xe6\xea\x66\xe9\x52\xc4\x6f\x2f\xae\x45\xfb\xf2\x1c\x72\xf9\xfc\x50\x6b\x66\x7e\xc9\xb4\x61\xa9\x95\x46\x52\x24\x5e\xe0\x67\xf3\x48\x4a\xf9\xbb\x84\xec\xbe\x5c\x5b\xd9\xb9\x7d\x79\x4e\x4e\xc8\xd5\x4d\x5f\x5c\xa9\x14\x8d\x37\xcc\x5e\xef\xc8\x75\xb9\x26\x42\x1a\xc2\xa7\x33\xa9\x0c\x15\xc6\x4a\x36\xc0\xd8\xdc\x8a\x68\x42\x15\x23\x67\x72\x3a\xcd\x0d\x35\xfc\x81\x2d\x2c\xaa\x40\x8d\xec\x96\x99\x6e\x0a\xe6\xe0\x9a\x35\x44\xce\x57\xcc\x65\xa6\x6c\xfb\x96\xeb\x96\x75\x01\x9e\x2e\xc8\xe6\xbe\x09\xaa\x14\x2d\xf3\xc7\x37\xdc\xb0\x69\xf5\xfd\x35\xc3\xf6\xfe\x55\xab\xe8\xd8\x2b\xe1\x42\xd2\x94\x8b\x31\xa6\x53\x5e\x70\xc3\x14\xcd\x3e\xd2\xd9\x7b\x6f\x6d\xda\x82\x3e\xfe\xbf\xdb\x52\x26\xdf\x9b\x5f\xda\x1f\xe3\x5c\xc0\x37\xd7\x37\x57\xbd\xab\xa5\x34\x53\x6a\x61\x91\x68\xec\xe3\x53\xf8\x5f\x72\x42\x6c\xeb\xe1\xe6\x9a\x32\x43\xed\x8d\x4e\xbe\xc7\xc4\x9d\x10\xde\xcf\x45\x06\x34\x32\x53\x7c\xca\xed\xbe\x3a\x95\xf9\x2d\x5e\x8e\xe1\xf6\x0f\x54\x82\x1f\x60\x12\x1e\x88\x1d\x86\x8a\x94\xaa\x94\xfc\x5d\xbb\xc4\x51\x2b\x84\xe0\xeb\x54\xfb\x1f\x58\x4a\x8e\xc9\xc4\x98\x99\x3e\x3d\x39\x79\x7c\x7c\x6c\xd9\xb7\x5b\x52\x8d\x4f\xec\x1f\xc7\x4c\xb4\x26\x66\x9a\x61\xc6\xa9\x5d\x85\x53\x72\xad\xa4\x91\x20\x40\x10\xcd\x14\xa7\x19\xa4\x06\x0e\xf1\xb4\xcb\x11\xf9\xbf\x89\x54\xac\x55\x6c\xcc\xff\x25\x51\x32\xeb\xc8\xde\xb3\x3c\xcd\x4e\xec\x4b\x35\x47\xa7\xba\x9f\x24\x65\x09\x4f\x9d\x20\xc5\x44\x22\x01\x6d\x09\x2d\x8b\xb6\x3d\x9f\xed\xc4\x9c\x2b\x27\x2c\x67\x24\x6c\xd0\x94\x11\xfa\x40\x79\x86\x79\xcd\x12\x4d\x86\xb8\xce\x4c\x59\xc1\xa5\x8b\x52\x67\x6e\x25\x6c\x88\xbd\x03\x3d\xd2\xbf\x3a\xb3\x13\x4e\x64\x46\x86\xf9\xc8\x4a\x68\xd1\xad\x74\x64\xa5\x11\xae\x89\x62\x89\x9c\x4e\x99\x40\xa3\xa2\x6d\x08\xbe\x84\x15\x73\xa3\x6d\xf5\x05\xec\xbf\x15\x53\x80\x02\x52\x09\x07\x5b\x30\xab\xad\x88\x39\x76\x33\xcc\x47\x25\x4f\x95\x91\x44\x31\x9a\x12\x6e\xfa\xa2\x9d\x59\xbd\x76\x2a\x0d\x8b\x83\x08\xc1\xac\x5d\x5a\x70\x60\x08\x8a\xcd\x32\x9a\xf8\xa4\xcc\x4c\x26\x34\x23\x23\x9e\x31\x57\x2f\x3f\x6a\xe0\x7b\x50\xb5\xec\x9a\x71\x4d\x52\xf9\x28\x32\x49\xdd\x3c\xaa\x9f\xbd\x2d\xf3\x96\x8e\x4f\x4b\xee\x28\x25\x15\xfc\xcf\xcf\x5c\xa4\xdb\x9d\xc1\xbb\xcb\x9f\x2f\xaf\x3e\x97\x8e\xe1\xdd\x6d\xe7\x26\xfe\xf7\xed\x2f\xb7\xbd\xce\xc7\xa5\xe7\xb0\xda\x4a\x41\x59\x30\x3c\x10\xc1\x4f\xc9\x2d\x2e\x82\x54\xc4\x2a\x55\x0d\x93\xfa\xe8\x48\xa9\xf8\x41\xa6\x6c\xbb\xb9\x7d\x6c\x5f\xde\xb5\x4b\x1c\xe5\xf6\xec\xa7\xce\xf9\xdd\x45\x49\xc0\xf3\xf3\x8b\x7e\xb9\xe9\xa0\xf8\x16\xff\x76\xf6\x53\xf7\xe2\x7c\x10\x04\xbe\x65\xab\x51\xe9\xb7\xca\x97\x7a\xc8\x7f\x26\x32\x25\xc3\x79\x9c\x38\x58\xe4\x9b\x3f\x52\x4d\x32\x70\x8c\xb0\xd4\xeb\x22\xd8\xea\x29\xb0\x21\x9f\xc9\x5e\x7c\x61\x65\xfb\x23\xf7\x0e\xe4\x9d\xa3\x1a\x44\x4d\x39\x91\x3d\x6e\xd8\xf6\x4e\x45\xa4\x53\x60\x86\x7b\x58\x23\xab\xf5\x68\xfb\x62\x6e\xcf\xaf\xe2\xe3\x31\xa8\xf8\x95\xa1\x62\x6b\xee\x53\x58\x49\xf8\x0e\xb7\x7a\xa6\x24\x1c\x69\xdb\xad\xb3\x0d\x05\x05\x02\x3f\x44\x14\xb7\x52\x8b\x8a\x82\x6e\x50\x33\x34\xbf\x2f\xa7\x68\xd1\x6d\x98\x16\x1c\xbd\x22\xc2\x17\x38\x94\x46\xcb\xc4\x4c\xb1\x07\x2e\xf3\xe8\x53\x07\xa7\x50\xda\xdc\xda\xe6\x8b\x05\x80\x65\x43\xfd\xa5\x68\xa6\x4c\xcd\xdd\xab\x5b\xa3\xa8\x61\xe3\xf9\xb9\x3b\xd9\xdb\x53\xf1\xf9\xd5\xe7\xcb\x8b\xab\xf6\xf9\xa0\xd3\xfe\x50\x3e\x98\xe1\xc9\x6d\xef\xa6\xd3\xfe\x58\x7e\x34\xb8\xbc\xea\x0d\xfc\x1b\x4b\xc9\xb5\xa1\x83\xc5\xeb\xb4\xfc\xe2\x29\xb1\x9c\x11\x38\x98\x47\x5e\x8a\xd8\xd8\x90\x8d\xa4\x42\x76\x3c\xf5\x3e\x40\x60\xfc\x24\xac\x2c\x4b\x51\xc7\x2e\xcf\xe2\x14\x14\xd0\xba\x26\xd1\xb6\x64\x14\xa3\x53\x60\xe7\x54\x90\x8e\x48\x8f\xaf\x46\xc7\xb7\xf8\xe3\x94\xaa\x7b\xa6\xc2\xa7\x8f\x8a\x1b\xc3\xc0\x24\xce\x9d\xb5\x1c\x14\x64\x18\xb2\xbd\x6f\x20\xc6\xbb\xe8\xa0\x45\x6e\x2c\x7b\xb6\xef\x87\xbb\xc7\x12\x6a\xca\x0c\xe5\x99\x76\x83\x2d\xad\xeb\x29\xb9\xa0\x6a\x5c\xa8\xbb\xdf\xcb\xd1\x08\x1b\x7b\x8b\xc3\xb0\x57\x4d\x69\x16\x35\x2c\xd2\x92\x86\xbf\xbe\xa0\x3f\xf7\x72\x10\xd2\x16\xa9\xea\x6e\xb6\x1b\x4d\xdd\x5d\xc3\x8a\x5f\x5d\x0e\x3a\xff\xd5\x2d\x29\x2c\xee\x49\x0d\xad\xc1\xc4\xf1\xf1\xf2\xbb\xa0\xbe\xed\x45\x72\x2a\xbf\x58\x43\x4e\xf9\xcc\xef\xfc\xc8\xaa\x40\x35\xb4\xc4\xbe\x70\x83\x1b\x13\x8f\xbb\x42\x42\x45\x33\x60\xc5\xa0\xb3\x19\xa3\x4a\xd7\xed\x76\x59\x5a\x6b\xd8\x7b\xec\x29\xee\xc3\x6d\xb2\xef\xe7\x88\x48\x91\xcd\xe3\xbb\xbe\x42\x91\x6b\xd0\x00\xb6\xb5\x40\x01\xd7\x80\x2b\x72\xf5\xc0\x94\xe2\x29\xfb\xc8\xb5\xd5\x64\xf0\xc7\x77\x0e\x5c\x64\x3b\x82\x78\xdf\xee\x5e\x54\x64\x80\xc1\x79\xe7\x7d\xfb\xee\x62\xb9\x36\x5e\xfa\xae\x06\xf5\x26\x6a\xe7\xd4\xde\xfa\xce\x34\x07\xb7\xc3\xb1\x87\x4c\x61\x69\xb8\xd0\xca\x88\x29\x15\xae\x7a\x8d\xe6\x63\xf7\x9f\x5b\x43\xcd\x96\xe4\xdf\x3e\xeb\x75\x3f\x95\xb4\xf6\xf6\xcd\xd9\x4f\xdd\x4f\x75\x72\xc1\xe0\x43\xe7\xb2\x73\xd3\xee\x75\x96\x53\x7d\xa5\xc9\xba\x3b\x5f\xdb\x01\x57\xdd\x07\x5c\x07\x0f\xb8\x25\x6b\x25\x33\xc2\x8d\x26\x0f\x5c\xf3\x21\x07\x94\x1a\x67\x8a\xbf\xeb\x02\xd3\x03\xdf\x26\x37\x73\x2f\x15\x60\xbf\xa7\xe4\xdd\xdc\xaf\xe1\x11\x30\x39\xd7\x3e\xaa\xa9\xb1\x81\x3e\xb1\x4a\x0d\xde\x7a\x7e\xd2\xa7\xa4\xad\x92\x09\x7f\x00\xb5\x27\xfa\x4c\x58\x51\x54\x8c\x99\xc2\xe1\x80\xfd\x31\x1e\x4b\xf4\xdc\x8e\x2a\x96\x01\x8a\x55\x0b\x62\xdf\x98\x09\xab\x3a\xc7\x9d\xa0\x7c\xa2\x98\xf8\xce\x8a\x32\xb3\x8c\x27\xdc\x64\x73\x92\x80\xcd\x23\xb5\x82\xe2\x94\x0a\x3a\x76\x77\x2e\x28\x0a\x15\x92\xf8\x2b\x42\xf9\x5c\x8d\x9c\x71\xab\xc7\xd9\x96\x27\xe0\xee\xf2\xbc\xf3\xbe\x7b\x59\x26\x81\x9f\xba\x1f\x4a\x42\xe0\xc7\xce\x79\xf7\xae\x74\xd1\xae\x92\x05\x17\x9b\xad\x3b\x25\xfe\xa5\x53\x72\x8e\x9f\x9e\xda\xc5\xad\xc1\x29\x0a\xea\x63\x65\x1d\x6e\x7c\xd8\x89\xff\xa3\x23\x8c\xaa\xb5\xcc\xad\x6b\x72\x70\x46\xf8\x92\xcd\xa1\xde\x57\xb7\xd0\xf7\x65\xd5\xab\xb2\xe8\xcb\x74\x96\x78\xdb\x49\xab\xb0\x44\xc4\x4e\x3c\x50\xbb\x9b\x8c\x1e\x35\x86\xdd\x82\x97\x7e\x02\x1f\xcd\x34\xd7\x06\x8d\xe9\x40\x9c\xe4\xfe\x2f\xda\x2e\x28\x18\xdb\x5b\xe4\x96\xb1\xbe\xf0\xfa\xf7\x98\x9b\x49\x3e\x6c\x25\x72\x7a\x52\x80\x64\x9d\xd0\x19\x9f\x52\x2b\xa0\x32\x35\x3f\x19\x66\x72\x78\x32\xa5\xda\x30\x75\x32\xbb\x1f\x83\xe7\xd7\xfb\x13\x4e\x42\xb3\x63\xf9\x6f\x17\x7f\xfa\xe1\xf8\xe2\x2f\x3f\xbc\x59\xb4\xa8\x34\xed\x7f\x47\x24\x74\xa6\xf3\xcc\x45\x88\xa8\x78\x6d\xfc\x91\xcf\xd9\xaa\xfd\xbe\x2c\x6f\xd7\x6e\x1a\xe0\xd9\xf5\x5d\xc9\xc2\x59\xfe\xe7\xc7\xce\xc7\xab\x9b\x5f\x4a\x9c\xb2\x77\x75\xd3\xfe\xb0\xdc\xd2\xb9\xa0\x22\x56\x96\xe1\x67\x21\x1f\x45\x79\xf6\xba\x3a\xe9\x5c\x18\x3e\x65\x5e\x43\x74\xff\xec\xe1\x4c\xb7\x98\xf9\x55\xef\xa7\xb2\x90\xf3\xfe\xe2\x97\x5e\x67\x70\x7b\xfe\xf3\xd2\x99\xe0\x67\xa5\x91\xdd\x82\x7b\xfb\x4c\x66\xf9\x54\xc4\x7f\x6f\x3f\xb6\xee\x65\xaf\xf3\xa1\x3a\xba\xab\x76\xaf\xbc\xec\x37\xe5\xa8\x89\x37\xef\xae\xae\x2e\x3a\x25\x8f\xc3\x9b\xf3\x76\xaf\xd3\xeb\x7e\x2c\xdd\x76\xe7\x77\x37\x08\xa3\xb5\x6c\x9a\x7e\x04\x35\x13\xb5\xd3\x8a\xa7\xb9\x6f\x3e\xb3\xd6\x31\x6f\xbb\x88\x44\x3c\x28\xc7\x11\x5c\x05\x06\x1b\x80\xd1\xe1\x38\x58\xfc\x12\x1c\x69\x2d\xaf\x31\xe5\x6d\x22\xcd\xbc\x6e\xe9\x46\x2f\x63\x79\xbd\x30\x04\x04\x7b\x43\x15\x93\x66\x99\x7c\xc4\xb8\xb0\x29\xb7\x57\x9e\xc3\x0e\xb2\xaf\x68\x92\xe4\x4a\x31\x61\xb2\x79\xab\x86\x9d\x94\xb7\x85\x25\x8a\x99\x8f\x32\x17\x66\x7b\x92\x6b\x5f\x96\x0e\x75\xe7\xf2\xd3\xe0\x53\xbb\x4c\x81\xdd\x8b\xe5\x87\x3c\x6e\xa2\xe6\x9e\x6b\x5f\xfe\x12\x6e\x38\x88\x1e\x3c\x0a\x9a\x19\x0a\x86\x49\xc6\x99\x30\x60\xb1\x37\x32\x03\x71\x81\x30\x0e\xaa\xf6\xd4\x4e\x8e\x8b\x31\xc1\xc0\x25\x0f\x59\x88\x83\x3c\xf5\x7f\x54\xda\xd3\xb0\x2e\x60\xec\xf3\x01\x99\xd0\x8e\xd3\x26\x05\x61\xe2\x81\x2b\x09\x88\x85\xe4\x81\x2a\x4e\x87\x99\x13\x8e\xec\x5c\x4f\xe1\x7f\x37\x6b\x13\xec\x76\x15\xc6\x75\x2b\x95\x39\x0f\x81\x5d\xdb\x59\x01\xea\xa2\xa4\x16\xe3\xa3\xea\x15\xfc\x4a\x4c\x94\x1f\x56\x8f\xea\xfb\x05\xbb\x5b\x57\x68\x43\x45\xc2\xce\x32\xaa\xf5\xb6\x63\x45\xc5\xe1\xa8\xcc\xce\x6e\x6e\xee\xae\x7b\xdd\x77\x2b\x48\xa8\xfa\xf1\x62\xe0\x5b\x92\xe5\xde\x34\x3d\x54\x92\xa6\xc4\xee\x8d\x1c\xa3\x19\xdc\x5d\xd9\x05\x72\x24\x46\xa0\x86\x58\x80\x12\x6a\x65\x70\xf3\x7b\x0d\x25\xb6\xad\x71\xb7\x10\x24\xb1\x2b\x41\x22\x65\xc5\xb3\x14\xb0\xaa\x23\xdc\xb4\x53\x19\x67\x19\x35\x23\xa9\xa6\x48\x42\xa5\x49\x63\xe3\xcb\x1b\xe5\xc2\x30\xa5\xf2\x99\xe1\x1e\x0a\xb4\x7a\x05\x42\xe9\x4f\x39\xfe\xc8\xb4\xa6\x63\xb6\x8b\xf3\xa5\xee\xda\xbf\xfd\x14\xff\x13\x9c\x2b\xeb\x5c\xe9\xa5\x11\xfa\xa0\x2d\x4f\x4f\x57\xe2\x3d\xe5\x59\xae\xd8\xb5\xcc\x78\xb2\xa5\xb3\xd8\xaa\x99\x83\xee\x47\x2b\x7e\xb7\x7b\x9d\x8b\x12\x9f\x82\x67\xed\xf7\xbd\xce\xcd\x00\xf1\x25\xdb\xef\x2e\x3a\x83\xcb\xab\xf3\xce\xed\xe0\xec\xea\xe3\xf5\x45\x67\x85\x0f\xb6\xb1\xf1\x45\x93\x45\xf5\xd5\xd3\x85\x5f\x60\x87\x55\x8e\xda\x8d\xd7\x74\x21\xbe\x99\xf2\x0c\x1c\x40\x12\x1d\x41\x94\x08\xab\xf3\xdb\x9f\xb5\xd7\xab\x7c\x38\x5f\x8b\x74\xcd\x77\x59\x46\x68\x6e\xe4\x94\x82\x19\x33\x9b\xf7\x05\x1d\x4a\x65\x40\xbb\x0b\x37\x03\x51\xb9\x10\x96\x2b\xda\xc6\x10\x26\x36\xc9\x18\x15\x24\x9f\x45\xa1\xe8\xce\x18\x37\xe2\x02\xa2\x44\xa6\x54\xdd\xfb\xea\x19\x21\x82\x30\x1c\x0a\x4d\xa8\xee\x0b\x44\x6d\x70\xac\x70\x8d\x15\x3e\x5d\xeb\xad\xc6\xd5\x99\xd2\x7b\x66\x57\x65\x9a\x27\x13\xab\x1f\x8e\x15\xd3\xda\x19\x6c\x12\x2a\xd0\xf9\xe6\x5e\x7f\xe4\x59\xd6\x17\x42\xda\xa5\xf0\x76\xa1\x94\xcd\x98\x48\x99\x48\x38\x06\xa0\x83\xdf\x2a\xd8\x6f\xc7\x8a\xce\x26\x44\x4b\x70\xf8\xc0\xb2\x83\xe6\x89\x1f\xf9\x90\x15\x87\x53\x01\x8f\x63\xb3\x8e\xca\x2d\x9f\xb8\x82\x4b\x08\x57\x19\x3e\xf6\x36\x1d\x6f\xcb\x44\x0d\x7e\x3a\xcb\x98\x41\xac\x57\x58\x72\xd8\x0c\xbb\xd6\xa5\xfd\xb0\xdb\x54\xb7\x09\x7d\x51\x8c\x99\x6a\x37\xa2\x56\x8d\xb9\xc8\x1d\x29\xf2\x13\x15\x69\x66\x5b\xf1\x86\xc1\xf2\x59\x84\x28\xca\xb6\xa5\x1a\x7f\x1a\x77\x91\xd4\x12\x9a\xeb\x8d\x44\xb5\xe5\x59\x03\xa8\xcf\x1f\x17\x0e\x51\x20\x6f\x97\x32\x00\xab\x3b\xb3\x2c\x92\x66\xd2\xad\x12\xbe\x9e\x23\xba\x3f\x81\xd1\x34\xe8\x8e\x33\xc5\x45\xc2\x67\x34\xdb\x4a\xb0\xac\xc4\x91\xb9\xf8\xac\xef\xf9\xc8\x92\xcf\xdb\x05\x3f\x86\x61\x6a\x0a\xe9\x33\x6e\x98\x61\x0b\x57\x09\x6d\xb8\x3b\x96\x90\x69\x39\xd6\x66\x8b\xbd\x41\x27\x75\xd3\x74\x2b\xad\xb8\xde\x31\x4a\x82\x66\xd7\xf5\x6d\xd6\x2d\x58\xf4\xf0\x5f\xcb\xb6\xfa\x23\x9d\xd9\x2d\x46\x0c\x5b\x42\x8b\x39\x3a\x81\xc9\x95\x68\xf0\xae\xde\xc8\xf7\x13\x22\x10\xd7\x57\xa0\x8b\x25\x74\xbe\xfa\xc5\x4e\x4a\x3e\xb0\x28\x61\xc9\x91\xe4\x28\x37\xf6\x34\x51\xf0\xa2\x91\xef\x59\x6b\xdc\x22\x1e\x49\xf8\x88\xb4\xaf\xaf\x3b\x97\xe7\x47\x84\x99\xe4\xad\x0f\x26\x71\xbe\xf5\xbe\x30\xd2\x09\x17\x73\x32\x91\x8f\xc0\xca\x98\x1a\xb3\xd2\x9c\xbd\x23\x1e\x60\x68\xc6\x5c\x1b\xe5\xc2\x01\x44\x1a\x03\x5b\xf3\x69\x55\x6e\x44\x0a\xc9\xcd\x64\x17\xd2\xa0\x5a\xe7\x53\x2b\xd7\x0e\x38\x9d\x0e\x94\xcc\x56\x9d\xe1\xda\x23\x55\x18\x46\x06\xce\x16\x35\xa0\x49\x62\xe5\xde\xb5\x5b\x5b\xb5\x8f\xe7\xb0\x4c\x9a\xcc\xec\x81\x82\x28\xa4\x45\x98\xe3\xe8\x96\xf2\x56\xc2\xe1\x1c\x59\x46\x56\x24\x92\x79\xbc\xee\x73\x36\x53\xcc\x4a\x87\x55\x73\x59\x58\xd8\x9b\xf2\x72\x7c\x43\x8b\x1b\xd8\xd9\x66\xcb\x5a\x5a\xb5\x23\x32\xcb\x98\x65\xd7\xb9\x66\x18\xee\x70\xcb\x92\x5c\x71\x33\x3f\xc3\x94\xbe\x9a\x55\x3d\x43\x18\x77\x6f\x97\x8a\x40\xa4\x77\x59\xe6\xba\x56\x96\xb5\x44\x9e\x9c\xc5\x9d\x21\x6f\xab\xc3\xe6\x46\x97\x7e\xa5\x1c\x0d\x44\x8c\x54\x70\xf7\x91\x86\xa1\xa6\x19\xf0\x9c\x5f\x73\x69\xa8\x7e\xdb\xea\x0b\xcb\x40\xef\xd9\x1c\xed\xf0\x96\x45\xfd\xde\x5e\x9b\xc7\x9a\x09\x0d\x51\x49\xbf\x47\x03\x99\x65\xb2\x5e\x6d\x45\x29\x12\xe1\xfe\xcb\xb0\xe1\x10\x49\xe2\x1a\x75\x1c\xb2\x88\xd3\x29\xb0\xc6\xfd\x33\x1c\xfe\x98\x19\x08\xe4\x37\xdc\x80\x78\x93\x62\x3d\x81\x85\xa1\xaf\xb4\x4d\x20\x55\x28\x09\xf6\x92\x34\xdf\xed\xbc\xe9\xc5\x36\xea\x36\xb1\xfe\x62\xbf\x75\xa1\x59\x27\x5e\xc5\x4b\x94\x5c\x00\xe9\xa7\x96\x5f\xdb\x9d\x1e\x22\x6f\xf1\x46\x62\x26\x5a\x8f\xfc\x9e\xcf\x58\xca\x29\x04\x6a\xd9\x7f\x9d\xd8\x79\xfd\xdb\xd9\xcd\xd5\xe5\xa0\x08\xaf\xfc\xcf\xbe\x68\x67\x5a\x12\x2b\xaa\x48\x65\x34\x11\x52\x84\xa8\xb0\x99\x62\xfe\x3a\x70\x73\xb1\xab\x1a\x99\x98\xfa\xa2\x69\x04\xa9\x4c\x74\x8b\x3e\xea\x16\x9d\xd2\x7f\x48\x01\xf6\xea\x36\xfc\x79\x96\xc9\x3c\xfd\x4c\x4d\x32\x39\x01\x33\xb2\x39\x61\x0f\x4c\x18\x34\x57\xd9\xe5\x4a\x21\x46\x5c\x43\x50\xd9\xbf\xd9\x31\x17\x91\x9e\xda\x0a\x9d\x09\x9b\x19\xf2\xff\x2a\x36\x94\xd2\xd4\xb3\x28\x39\x1a\x69\xb6\x8a\x1d\x35\xc8\x53\xb7\x57\xe4\x2f\x7f\xfe\xe1\x47\x4b\x42\xdb\xac\x71\xf7\xf6\x6a\x60\xbf\xff\xb7\x73\xf7\xbd\x5e\x8b\xe4\xce\x31\xef\x65\xa7\xa8\xcb\x6d\x98\xf9\xa6\x06\xcd\xea\x2d\xc8\xf5\x2c\xa3\xf3\x05\xd7\xc8\xaa\xdb\xf3\xd2\xf2\x83\x19\x4d\x58\x91\x77\xe3\x7d\x8c\x89\x9c\x4e\xc1\x25\xed\x3d\x8d\x29\x1f\x81\x6f\xda\xd8\x2b\x80\x0c\x99\x79\x84\x48\x08\xff\x6b\xf0\x36\x79\x6b\x85\x65\x1e\xc0\xa0\xfa\x76\xad\xd2\x1c\xec\x58\xfd\x37\x47\xa4\xff\x26\x65\x0f\x2c\x93\x33\x7b\x7e\xec\x0f\xcc\x24\x75\x57\x6d\x67\x4a\x79\x76\x29\x4d\x70\xae\xef\xb2\x2d\x8a\x25\x7c\xc6\x2d\x3d\x0f\x98\x6d\xf7\x49\x23\x63\x57\xd9\x74\x7d\x42\x2f\x8c\x84\xd0\x34\xb5\xc7\x0a\x20\xdf\xfd\x20\x0b\x2b\x94\x88\x16\x60\x3d\xb6\x19\xac\x73\xfb\x25\xe3\x7a\xdb\xb6\xbd\xe0\xbd\xf5\x26\x74\x5c\x80\x74\x2f\xa5\x5a\x07\xf9\x5f\x40\x49\x7b\x25\x7c\xd1\xbe\xd0\xa0\xb3\x59\x91\x6d\xbd\x71\x96\x57\xe6\xd6\x7e\xb7\x74\x68\x3a\xce\x3d\x0f\x65\x5a\x82\x04\xee\xe2\xc3\xaa\x21\x69\x6c\xe5\x88\x93\x4c\xea\x5c\xad\xe9\x38\x28\x0f\xfa\xcc\x7d\xba\x6c\xdc\x9d\x58\x61\xc9\x33\xa3\x37\xd2\x89\x6a\x16\xbe\x92\xba\x84\x87\xdb\x38\x29\xd0\xbd\x7d\x44\x8a\xe2\xaa\x34\x2b\x82\xe7\x44\x4a\x0a\x69\xaa\x2f\x42\xbc\x2f\xd5\xe4\x91\x65\x60\xd8\x4a\xe4\x74\x06\x92\x82\x1b\xae\x6b\xc9\x5e\x74\x86\x1a\x76\x44\x64\x6e\x6c\x63\x47\x58\x46\xc8\x6d\xc1\xf1\x90\x42\x02\x7c\x51\x1c\xb0\x2f\xee\xb4\xb7\xa5\x87\xbc\x65\xa4\x75\x64\x60\x5c\x90\x0f\xcc\x40\x2b\x00\x24\x11\x4f\x10\xcb\x25\xd5\xb2\xa0\xea\xda\xef\x70\xa2\xdc\x4c\x36\xd8\xf9\x22\x4c\xf8\x5d\x26\x87\x4b\xf7\xbd\x4d\xa6\xa8\x3d\xbb\x5e\xbc\x71\xb0\xb0\x9b\x44\x09\xb7\xab\x68\x94\x29\x55\x0a\x09\x5a\x71\xfc\xcb\xa1\xc5\xcb\xc9\x13\x02\x7b\xa3\xaa\xbb\x8b\xe3\x74\x16\xb5\x55\x63\x04\xbb\xcf\xe0\xf5\x58\x97\x70\xbc\xd3\x45\x8b\xda\x2a\x22\x28\x5b\xe2\x9e\x7a\x32\x70\x40\xcc\x84\x71\x45\xd6\x9a\x96\x3f\xbf\x03\x3c\xf3\xeb\x13\x4d\x41\xdb\x4d\x02\x20\x32\x91\xc0\x20\xec\xc0\x1c\xf0\x45\xa9\xb6\x57\xab\x2f\x2a\x83\x70\x26\x5a\x4d\x80\xbc\xfc\x69\x28\xf1\xfe\x23\x32\xe2\x5f\x5c\xa3\x85\xeb\xc6\xbf\x1a\x19\x05\x1a\x4c\x85\x13\xba\x48\x76\x1b\xdc\x8f\xd7\xf0\xfd\x52\x5b\x98\xd4\xc6\x8a\x03\x56\xb0\x52\x2c\x91\xca\xb2\x44\xe8\x36\x38\x92\x56\xde\x8d\x86\x2a\xbb\x28\x74\x23\x01\xbc\x00\x82\x49\xa9\x61\xc7\x86\xaf\x8c\xca\xb1\xea\x8a\x65\xb0\x53\xab\xce\x46\x49\x1e\x05\x87\x1d\xb2\x31\x15\xde\xe9\xd0\x30\x5a\xcf\xda\x77\x38\xcc\x56\xb2\xa2\xe0\x55\x05\x39\xc2\x0e\xa8\x3c\x0e\x3d\x83\xe5\x5c\x3a\x0e\x67\x20\x7a\xae\x55\x33\x4b\x96\xed\x91\x06\x7b\x55\xc3\x60\x73\xa8\xc9\xfa\x62\x06\x9b\x51\x6d\x88\x1b\x53\xc3\x88\x63\x69\x76\x0f\xd9\x69\xcb\x6a\xc6\xc4\x8a\xc3\x26\xc2\x79\x3c\x44\xa2\x99\x31\xdc\xd5\x36\xc9\x35\x73\x41\xc5\x53\xa6\xc6\x5e\xe0\x43\xb8\xeb\x70\xb4\x1d\xee\xb5\xe7\xa3\x31\x2f\x01\xf7\xd3\x62\xd3\x2d\xd2\x16\x0b\xa9\x11\xde\xc6\x56\x5a\x2f\xe4\xda\x34\x7b\xa4\x73\x4d\x66\x0a\x23\x91\xd1\x27\xe5\x27\x0f\xb6\xe5\xf2\x47\xc1\x72\x60\xbc\x53\x10\x2a\x15\xc6\x23\x6b\xd8\xac\xa8\xb0\xd1\xfa\xcc\x6e\x4d\xd9\xbf\xe2\x2f\xa9\x2b\x73\x14\x54\xa0\x5a\x4e\xd7\x6c\xbb\x2c\xc5\xc6\x39\x84\x02\x90\x2d\x9d\x76\xd1\x29\xfb\x5a\x9a\x04\x3e\xb0\xba\x5d\xd0\x21\xcb\x76\xf6\xb1\x6c\x65\x01\x81\xae\x1d\x76\x84\x55\xbf\x19\xfa\x8c\xa0\xec\xa4\xaa\xb2\x36\x6f\x37\x54\xf9\x7a\x1e\xa4\x62\x9e\x25\xb4\xf6\x1d\x26\xea\xc1\x50\xb6\xe7\xdf\x4d\x40\x29\xf1\x45\x52\x20\xa5\xd4\xdf\x22\x55\xf3\xcd\x2e\x63\x88\x20\x4d\x6a\x87\xb0\x0f\x4c\x93\xbd\x18\x83\x02\xc9\xac\x89\xdf\xd7\x1d\x11\x21\x05\x23\x5c\x17\x2f\x9b\xb2\xab\x3c\x04\x5e\x5b\x31\x12\xd5\xf4\xc5\xea\x20\xcf\xac\x93\xb7\x83\x2e\x49\x46\x9c\x65\xa9\x26\x82\x59\x95\x86\xaa\x39\x24\x40\x22\x3f\x5b\x47\x34\xda\x97\xb0\x5a\x73\x7b\x38\x29\xd2\x63\x4d\x00\x1e\x99\x15\xc4\x2a\xe3\x22\x98\x20\xea\x5e\x72\x1f\xb9\xe8\xe3\xbe\x08\x4a\x30\x90\x1f\xd7\x56\xb9\x6b\x11\xd8\x36\x53\x7c\x85\xd1\xf4\x26\xec\xe1\x91\x17\x65\x35\xa2\x79\x6d\xa2\xfa\xfb\x6b\xab\x58\xc7\x72\x06\xa0\x4f\x54\xc6\xf2\xb3\x75\x55\x43\x3d\x51\x64\x25\x2b\xe4\x72\xa6\xe3\xca\x8b\xbc\x00\x33\xd5\xfa\x2b\x65\x37\x39\x5f\x30\x5c\x61\xf1\x90\x42\xc7\x8e\x12\x12\x62\x4d\xc5\x25\x2f\x63\xf1\x47\xaa\xc9\xef\x85\x34\xbf\x8f\xd2\xbb\xbd\x36\x8c\xd5\x67\x9c\x65\xe2\xa8\x04\x3b\xc3\x7d\xb2\x9a\x23\x12\x42\xa3\x24\x89\x95\x2b\xbf\x2b\xa6\x40\xe1\xf3\x7b\x52\xe1\xad\xb3\x18\x0e\xd1\x84\xdb\x85\xd0\x93\x7b\x33\x01\x3c\x47\xdd\x33\x82\x64\xa0\x98\x4f\x98\x99\x4a\xc5\x2a\xf0\x97\xc8\xbc\x43\xbc\x10\xc2\x0e\xae\x4f\xa5\x35\xd6\x30\x84\xf4\x2b\x8e\x79\xc9\x0a\xb6\xdc\xfa\xb5\x8f\x40\xa0\x69\x39\xef\x70\x09\x05\xac\xc8\xea\xae\xd7\xc8\xb7\x09\xde\x69\x12\x49\x83\x1d\x3a\xae\xf3\xd3\x94\xcb\xdc\xea\x8b\xf7\x52\xb9\xbb\x53\x3b\x98\x90\x21\x4d\xee\x8f\x99\x48\x09\xcd\xcd\x04\x73\x8a\x9d\xe9\x78\xee\x76\xd6\xca\x05\x40\x02\x21\x67\x95\xeb\x84\x2a\xc7\xf4\x47\xf4\x41\xfa\x51\xf4\x45\xd4\x08\x00\x91\x00\xf2\x14\xb8\xd2\x9b\x04\x08\x06\x48\x7f\x4d\x6b\x51\x87\x01\xbb\x80\x00\xbb\xfc\xcc\xc4\xb1\xcd\x7d\xe8\x8f\xa5\x82\x69\xdd\x7f\x83\xa3\xae\xac\x50\xd7\x9b\xa3\xbc\x7a\xa3\xe3\x6a\x5a\xe1\xcd\x23\x17\x96\x87\x06\x19\x37\x0b\x2b\xa6\xfc\xe0\x79\x67\x29\xc3\x7a\x94\x2b\x08\xb0\xab\x6b\xf3\xfb\x64\xc2\xb3\xc2\x44\xfd\xf6\xc8\x9d\x47\x6c\x32\x63\x0f\x2c\x43\x20\x8e\x44\x81\x1f\x17\x7d\x8a\x3f\x90\xff\x8d\xd8\xa8\xe4\xc7\xbe\xf8\x00\x6c\x35\xcb\xe6\x47\x84\x8f\x8a\x96\xa9\xa9\x34\x73\x5f\x3b\x00\xbb\x65\xc8\x59\x4a\x03\xc1\xfd\x9e\xd0\x07\xd6\x17\xbe\x99\xff\x4d\xee\xc9\x1f\xc8\x8f\x4d\x76\x1c\xef\x8e\x7d\x62\x35\x1f\xa8\xd8\xf7\x15\x71\x86\x23\x27\x3e\x02\xe7\xf0\x56\x80\x72\x79\xfd\xc5\x90\xe9\x00\x01\xc0\xc5\x83\x5c\x74\x5e\xc5\x27\x97\x2a\x26\xcc\x40\xc8\x94\x0d\x58\x8d\xe7\x6a\x09\xa3\xb0\x97\xfa\xa5\x4c\xd9\x4a\xbf\x53\x10\x90\x3f\x83\xe5\x42\xe7\xc3\xb0\x1d\x10\xb9\x19\x74\xee\x32\x81\xd5\x0f\x38\xa4\xe8\x6e\x33\xdc\x6d\x5d\x65\x57\x4e\xba\x3a\x02\x8e\xee\x06\x50\xef\xae\xc9\xa8\xf1\x41\x72\xd5\x53\x58\x35\x10\xdb\x97\xed\xcc\xdd\x9d\x13\x25\x1f\x03\x6a\x91\xe2\x63\x6e\xa5\xed\xf5\xdd\x71\xc0\x04\xb7\xb1\x72\x63\xba\xe7\x5a\x66\xee\x62\x29\x7c\xe0\xfc\x71\x20\xbb\xc2\xc5\x34\x94\x79\x55\xe6\x76\x0b\xc0\x75\x1c\xbe\xe7\xc4\xeb\xb9\x65\xc1\x63\x0c\x0d\x63\x13\x8e\x40\x01\xed\xb3\x0b\x62\x0f\x85\x9c\x32\x44\xc6\xb5\x8b\x96\x9b\x89\x54\xfc\x1f\x8d\xfe\xd8\x66\x09\xbb\xf0\xa3\x45\x15\xf9\x61\x9c\x65\x59\x1b\x68\x14\x25\x03\x53\x52\x24\xea\x34\x1c\x32\xcc\x21\x1b\xd6\x72\xd7\x51\x9e\x21\x08\x4d\x22\x55\x8a\x38\xed\xba\x5c\xff\xdf\x8a\x1c\x5a\xf3\xb1\x0b\x2c\xf4\x0d\x72\x97\x34\xe8\x60\x6e\x92\x09\x15\xe3\xe5\x72\xe4\x5f\x73\x96\xef\x29\x4c\xcb\x41\xcf\x7d\x25\x6f\x3c\x1d\xeb\x22\xed\x03\xd7\xc6\xb2\xe4\x62\x7d\x7f\xb5\x33\x75\xfe\x78\xaa\xef\x0b\x7b\x5a\xc8\x1d\x43\x35\xba\xaa\xcf\xaf\x61\x7b\xb9\x71\xc7\x6f\x0f\xd6\x97\xe7\x70\xd7\x2f\xca\x47\x35\xfc\x07\xe8\xcf\xc1\xbb\x3c\xab\x75\x23\xf0\xf0\x8a\xdc\xb1\x6f\x4b\xc7\x06\x9a\xb4\x1f\x94\x1b\xa1\x63\xae\x8b\xbe\xcd\x7a\xea\xb8\x2d\xdb\x51\x36\x26\x09\xec\x7b\x00\x5e\xac\x9d\xad\xb7\x91\x55\xb2\x08\x98\xc5\x88\x69\x9f\xcb\xf0\xb4\xa6\x96\xb2\x5f\xb0\x1c\xb3\x1d\xb9\x05\x9b\x62\xe9\xa3\x11\x6d\x71\x3b\x2d\x2a\x42\xf5\x63\xf3\x8f\xd7\x1d\xca\x52\x6f\xc8\x9a\xbe\x0d\xd0\xe8\x97\x1d\xdb\x0b\x17\x6c\x54\xf6\x0a\x60\x04\x85\x8c\xfc\xa2\xe0\x20\xc8\x35\x31\x8a\x42\xbc\x28\x44\xf9\x7d\x46\x29\x96\x6b\xd4\x17\x1d\xc0\x21\xa8\xa3\x0e\x4e\x0d\x98\xa7\x43\x5f\x32\x13\x2a\x5c\xba\x4c\x9d\x07\x22\xe0\x43\x87\x93\x10\xfb\x20\xea\x3a\x83\x8e\x9c\xe8\x5e\xdb\xa4\x5f\xe8\x38\x8e\xbb\x12\x43\xdb\x64\x2a\xe6\x1a\x42\xb0\x69\xd6\xa8\x33\x0e\xa5\xcc\x18\x15\x4d\x62\x75\xed\xe3\x05\x6b\x11\x8f\xe3\x66\xad\xd6\x67\x25\x33\x95\x33\xab\x53\x50\x4c\x18\x8a\xe6\x45\xa1\x8c\x83\x09\xe8\x74\xa8\x18\xda\x81\xa6\x2b\xfc\x21\x47\xf1\xc9\x1f\xb2\x6c\xa3\x40\x13\xfc\x60\x29\x15\xc1\x2b\x45\xa5\x80\xb5\x92\x30\xe2\xf8\x87\xda\x94\x95\x55\x03\x8b\x13\x5d\x96\x9a\x86\xcb\xc9\x22\x5b\x0e\x31\x37\x93\xda\x68\xfc\x65\x03\xf4\xe9\x00\xeb\x48\xac\xa7\x20\x3d\x12\xe9\x90\x78\xa2\x91\xae\xb3\xab\xda\x45\xd1\x0f\x9c\xee\xbf\x3e\x4f\xad\xc6\xdf\xaf\x37\x56\xdf\x9f\xb7\x35\x6c\x3b\x6e\x07\x48\x32\x90\x23\x9f\xa7\xb0\xfe\xc8\xab\x48\x2d\x1b\x58\x25\x14\x02\x3d\x90\x99\xe2\x52\x39\x40\x94\x46\xdf\xc0\xaa\x4b\xbd\x5d\x89\x1f\x01\x78\xcb\x29\xdc\x3b\xba\x80\x07\xf3\xf6\xbf\x70\xeb\x97\x56\x07\xb2\x11\xe1\xe3\x54\x32\x1d\x09\xda\xb0\xb0\xc8\xc5\xf8\x88\xd9\x41\xf7\x85\xd5\x34\x62\xa5\x00\x93\x1a\x7d\x8e\xa3\xed\x34\x51\x52\x6b\x17\x12\x82\xed\xe8\xd6\x52\x79\xa2\xe7\x52\xce\xf6\xe1\xec\x7b\xbe\xe8\xd0\xc5\xd2\x51\x11\x9c\x79\xbd\xfc\x39\x64\x21\xbd\xae\x91\xfb\xef\x1a\x38\xe6\x8f\x09\x51\x8c\x6a\x67\x01\x81\xf8\xaa\x4a\x64\xc9\x06\xd2\x62\x18\x33\xc6\x59\x1e\x87\x84\xd6\x88\x84\x1c\x00\x04\x56\x6d\xe1\x9a\x70\xa5\x18\x80\xc2\x23\x02\x41\xb7\x42\x35\xbc\x28\x4d\x5e\xac\x48\x50\xf6\xb1\x67\xb8\x2d\x35\x9f\xda\xf3\x0c\xc8\x37\x42\x1e\xcb\x19\x68\x8f\xd5\xb7\x20\x1b\x99\x8f\x2c\x25\xc6\x95\xd1\xad\x88\x7d\x0c\xd5\x45\x98\x30\x75\xee\x0e\xdf\x08\xb8\x47\x00\x00\x61\xc2\x1c\xe5\xf6\xdf\xb4\xdf\x5d\xdd\xf4\x3a\xe7\xfd\x37\x85\x0f\xdb\xc7\x3b\xf9\xcb\x3d\x24\x4b\x4a\xd1\x17\xc1\x15\x15\xca\x86\xc1\x5e\x12\x9a\xa6\x45\x6e\x20\x46\x41\x0e\xd0\xa4\xbe\xee\xa9\x58\xe9\x8d\x5a\x6c\xe6\x3d\xff\xc2\xd2\x9b\x06\x48\xb1\xbd\x84\x08\xac\x65\xab\xad\x25\xf1\x5c\xf0\x35\xef\x88\xf2\x54\xee\xec\x77\xeb\x53\x30\x9e\x04\xd8\x2b\x6f\xf4\xd3\x96\xf9\x12\x6a\x08\x0d\xd5\xdc\x46\x40\x03\x22\x99\x1f\x11\xc8\x09\xb0\x54\x3b\x27\x7f\x24\x53\x2e\x20\x7e\x77\xd9\xda\xde\x95\x27\xb2\x09\x96\x6b\xf7\xf2\xae\x0c\xb4\xfe\xd3\xd5\x5d\x19\xa1\xb0\xfd\xcb\x72\x54\xd6\x72\x0b\xcb\x8c\x3a\xc5\x1c\xa3\x18\x29\x89\x4b\x11\x96\xa6\x6e\xa2\x1f\x98\xf9\x84\x85\x1d\xf6\xe1\x11\x75\x80\x70\xa0\xf7\xb1\x81\x2f\xed\xb1\x3e\x1d\x7c\xaa\x29\x06\x52\x68\x38\x3d\x07\xc7\xac\x64\x06\xc2\x36\x0b\xd5\x40\xa2\xa0\xde\x16\x96\x68\x80\xfa\x01\x60\x57\xf2\x46\x49\x7b\x67\x4a\x61\x97\xab\x0f\x6f\x07\x74\xe7\xa2\x39\x39\xc2\x8f\xd7\x8a\xf4\xb9\x89\x7d\x5b\xb6\xad\x62\x29\x49\xfb\xba\x5b\xb3\xd6\x17\x55\xd1\xf8\xdb\x4a\x9a\xce\x82\x94\xbe\xef\x7c\xe9\x28\x1a\xe9\x45\xa4\x4a\xbb\x99\xee\x96\x25\x8d\xc6\x8c\xeb\xb2\x85\xe4\x49\x85\xa1\xda\x90\x83\xed\x83\x67\x8a\x09\x80\xb5\xa8\x5e\xd4\xd9\x38\xe3\xa4\x68\xd5\xa7\x3d\x6c\x20\x29\x93\xe2\x6b\x6f\x73\x73\x30\x4d\x74\x46\x1d\x3a\x25\x48\x3b\x3e\xe7\xb4\x0e\x4d\xa4\xd5\x17\x71\x89\x4f\x94\x4f\x2c\x0d\xf8\x1c\x64\xc0\x74\xb2\xec\x42\xa1\xf3\x3c\x5c\x3d\x47\x71\xf6\x49\x35\x7a\xd2\x4c\xc8\x5c\xe6\x2a\xf4\xb8\xd0\x8f\xa3\x3e\x3d\xa1\x3e\xc0\xc6\xcb\xf4\xce\xfd\x1b\xe7\x92\x43\x7b\x51\x6a\xa6\xeb\x98\x3d\x30\x41\x1e\x27\x4c\x44\xde\xc0\xbe\x88\xe2\x1a\xad\xf8\x2f\xbe\x33\x21\x7a\x89\x67\x73\x70\x08\x12\x1a\x5c\x9f\x85\x71\x53\x53\xee\x5a\x5e\x4e\xc0\x7b\x48\x50\xd1\x15\x6c\xd4\x0d\x88\x0f\xbe\x6c\xb2\xd7\x39\x14\x65\x4b\x03\xb1\xf5\x10\x83\xe8\x6b\x49\x96\x7d\x99\xb1\x64\x9b\xac\x82\x6b\x5f\xc4\x6d\x99\xfd\xb0\x8c\xcb\x05\xb6\x31\xb7\x75\x46\x7a\x6b\x66\x75\xb4\x2b\xc6\xb9\x51\x6e\x8f\x1d\xe8\x27\x97\x7f\xbd\xe1\x38\x7d\x76\xcf\x48\xc9\xe9\x7a\x43\x7c\x9e\x78\xf6\xde\x42\x64\x78\xc9\x20\xf7\x42\x02\xd9\x57\x8f\xb2\x29\x82\x7d\x15\xd7\xfb\x84\xf7\x62\x48\x56\x01\x78\x09\x8f\xf5\xe5\xdd\x94\x2e\x78\x3c\xee\x33\xbe\xb3\x82\xc3\xce\x07\x76\x55\x4e\x41\xc9\x15\x38\x64\xc4\x49\x9e\x18\xcc\x5d\x1f\x85\x0e\xd7\x67\x9d\x0f\x22\x8a\x66\x70\xb9\x78\x76\xf1\xb4\xa1\xd3\x90\xec\x5f\x45\x7b\xa8\x2c\xd7\x0a\x6e\xb4\xaf\xa8\xe2\x27\x88\x3c\xaf\xb3\x2b\x94\xa2\xe1\x5d\xd8\xcf\x7e\x52\x4e\x2b\x37\xf4\xd2\x81\x95\x72\x4e\xe3\x01\x39\x40\xf1\x38\xcf\x72\x71\x2b\x4b\x37\x1f\x56\x1a\xf0\xae\x8e\x2d\x2d\x12\x48\x9d\x4c\x55\x92\x05\x48\x7c\xc7\x83\x41\x6b\x4a\xe7\x51\x38\xa2\x03\xb4\x82\xcb\x99\x8b\xf0\xaf\x32\xab\xf5\xc4\x1c\x93\x68\x5d\x48\x50\x2b\x02\xa9\x06\x4b\x5b\x16\xdf\xd7\x58\x3d\x05\x47\x89\x0e\x06\xc4\xcb\xee\x5e\x22\xc4\x35\x84\xda\xcd\x65\x4e\x1e\xb9\xb6\xda\x58\x5f\x80\x05\x3e\xe0\x6a\x1b\xe9\xb0\xb0\x8f\xe0\x2d\x08\xc0\xd5\xf9\x70\xca\xad\xee\x5a\x4c\xf2\x0e\x38\xc2\x8d\x0f\xc7\xc4\x73\x6c\x3f\x80\x6b\xdb\x07\x7a\xd6\xa5\x54\xac\x38\x1f\x5b\x98\x1c\x8a\x46\x76\x8d\xe5\x8c\x1c\x84\x4f\x1b\xcd\x19\x89\xd9\xb1\x5a\x53\x7b\xbc\x0e\xe1\x9c\xf5\x87\xb2\x9c\xd2\x0c\x79\xe7\x5c\x9b\xca\x65\xd2\x9c\xc8\x5c\x6c\xc1\x3e\x62\x39\x9b\x00\x55\x96\x05\xf8\xf8\x4f\xea\xa5\x9d\xdb\x50\x32\xa6\x56\x04\xbb\x6e\x94\x6f\x5e\x5a\x42\x59\x54\x1d\x6b\x6b\xb7\xeb\x26\xea\x56\x91\x13\x11\x93\x42\x14\xf3\x53\xce\x25\x60\x55\xd6\x2d\xa4\x81\x78\x87\x04\x70\x21\x17\x82\x8d\xfa\xa2\x5e\x6e\x58\x4e\x63\xbb\x86\x2e\xec\x35\xf1\x2c\xb2\x16\xf9\x59\x38\x8b\xc8\xe7\x10\xab\x89\xca\x68\x28\xf2\xca\x2a\xe7\xca\xdb\xba\x1b\xb4\x00\x10\x17\xb6\x89\x7a\xab\x39\x95\x6b\x06\x16\xac\x3c\x17\xee\xca\x7c\x1a\x0d\x6a\xc7\x08\x0c\xc8\xbd\xde\x7f\xc6\x38\x18\x8c\x8f\xc0\x1b\xe1\x5c\x95\x14\xcb\x4f\x04\xa8\x8e\xb5\x56\x6e\x0d\x3c\xb6\x06\x1e\x06\x0f\x4b\x95\x83\xe0\xf0\xc8\x2c\x54\x69\xa9\x70\xb7\x20\xee\xe4\x22\x65\x4a\x30\x6a\x26\xcf\xe7\xd1\x3f\xdb\xd5\x64\xf8\x6c\xde\xfd\xb3\xbd\x20\x42\x56\x3c\xfd\x1b\x3a\xf9\x37\xf0\x3c\x17\x98\x79\x0b\x4a\x54\x1d\x70\x6e\x91\x58\xe0\xf4\xac\x32\x2c\xe1\x53\x04\x2b\xd4\x2b\x36\x4f\x13\x5f\x50\x63\xd0\x58\x88\x2c\xb0\x67\x33\x46\x1a\x5c\xb1\x24\xaf\x37\xce\x20\x66\x33\xf4\xd1\x99\x8d\x06\x96\xb3\x0f\x10\x63\x68\x83\xdd\xbc\xa1\x8f\x57\xf0\x3d\x94\x0d\xc7\xaf\xd7\x17\x1c\x96\x29\x9b\xc1\x52\x09\xc8\xd0\x25\xec\x23\xe4\xfa\x2b\x6e\xff\xed\x6b\x2c\x79\xbd\xad\x04\x57\x8f\xbf\xb8\x1f\x1a\xaa\x4e\xac\xa8\xa4\x14\xeb\x90\x62\x5e\x35\xc1\x50\x95\x66\x4c\x83\x76\x80\x6a\x61\x45\x01\x58\xa6\x9e\xf6\xc5\x4f\xf2\x91\x3d\x30\x75\x44\xa8\x21\x53\x69\x85\xbe\xc8\x2b\x06\x61\xf6\x25\x0c\x00\xf4\x7e\x50\x72\x49\xa7\x2c\xed\x80\xe8\x10\x05\xd6\x3a\x25\xd9\x19\xa0\xeb\xf2\x2c\x21\x77\xd0\x95\x97\x75\x03\xed\x0b\x2c\xd0\x84\x2e\x57\xa0\x46\xee\x27\x06\xac\xf2\xf7\xc1\x3c\xfe\xfb\x16\xe9\x59\x19\x87\xeb\xf2\x78\xa3\x7c\x8d\xa6\xb1\xf5\xc5\x58\xc9\x7c\x16\x94\x18\x39\x04\xed\x09\xcd\xe4\x35\xe6\x71\x18\x8c\xb7\x8d\x27\x34\xb5\x12\xd4\x72\xc2\x29\xa9\xd9\x2f\xcc\x6a\x54\x0e\x7e\x8e\x09\xc8\x32\xaf\xe0\xed\x75\x11\x3d\x40\x46\xcd\xb8\x2c\xfb\x33\xb3\x2f\xa0\xe1\x6a\x90\xdf\x83\x75\xa3\x14\x09\xd7\x70\xab\x6c\x60\x11\xf2\xd6\x93\xfa\x10\xce\xa2\x5b\xe7\xd7\xf5\x65\x0a\xea\x8a\x11\x35\xec\xfd\xfa\x0e\xf0\xca\x28\xaf\x73\x35\x93\x90\x03\x91\xcd\x7d\xdc\xa8\xcb\xeb\x98\xc9\x59\x8e\x0e\x68\x1e\xfb\x23\x6b\x07\xc4\xb5\xf9\x48\x4d\x32\xb1\xa2\x63\x91\xdf\xb0\x27\xc7\x7c\xc1\x48\x9f\x56\x55\xad\x99\xc1\x59\xdc\x7b\x83\x19\x66\x6d\x2b\x04\x66\x3b\xfb\xb0\x1e\xf8\x57\x96\x91\xa9\xed\xb5\x04\xf7\x1a\x01\xb4\xd5\xae\x75\x09\xde\x6c\xef\x3e\xf9\x1d\x54\x09\x28\xd3\xc8\x05\x89\x0a\x35\x3b\x67\x43\xed\x91\xce\x15\xdf\x4a\x63\x70\xc6\x2a\xc0\x5d\x2d\x74\xcf\x29\x9d\x11\x6e\xf9\xb6\xbd\x79\xd4\x98\x1d\x91\x47\x7b\xe2\x4c\xae\x2c\x6f\xce\x15\xf7\x27\x0c\x14\xc6\x25\xdb\x57\xd6\xd8\x4e\x50\xda\xc0\x50\xc5\x84\x46\xc8\x7e\xae\x54\x5e\x62\x72\x1a\x5c\xfc\xb0\xc3\x19\x17\xf7\xb6\x33\x44\x1c\xf1\x8e\x01\x65\xf9\x9b\x54\x3e\xe2\xbf\xb4\xa7\x2b\x29\x6f\x87\x5d\x6e\xc6\x73\x5e\x75\x14\xb8\x18\x47\xb9\x4a\xf5\xfa\xf2\x3a\xc8\x21\xb5\x5f\xae\x07\x7c\x52\xfb\xa9\x97\x27\xb6\xf9\x76\x49\x7a\xc7\xd6\x60\xea\xa5\x70\x26\x17\x52\xe2\x24\x92\x38\x8b\xcc\x69\x5d\x90\x03\x8a\x75\x96\xa8\x93\x50\xfe\x33\xfc\x85\x78\x6d\xb8\x34\xff\x49\xa4\xea\x0b\xfc\xfd\x28\x40\xbb\xd8\x17\x8a\x34\xcc\x06\xe0\x82\x40\x4f\x1e\x1a\x7c\x3b\xb9\xb2\xd7\xbe\xfd\x79\x70\xd3\xb9\xbd\xba\xbb\x39\x2b\x09\x97\x67\x17\x77\xb7\xbd\xce\x4d\xed\x33\x2c\x48\xd2\xbd\xba\x1c\xfc\xf5\xae\x73\xd7\xf0\xc8\x37\x70\xd1\x7e\xd7\x29\x15\x43\xfd\xeb\x5d\xfb\xa2\xdb\xfb\x65\x70\xf5\x7e\x70\xdb\xb9\xf9\xd4\x3d\xeb\x0c\x6e\xaf\x3b\x67\xdd\xf7\xdd\x33\x2c\xa3\x16\xbd\x7b\x7d\x71\xf7\xa1\x7b\x39\xf0\x21\x31\x4b\x65\xdd\xfa\xa9\x34\xc1\xe2\x47\xa5\x01\x81\xbf\x14\x40\x35\xfe\x6e\x1e\xce\xdd\x4e\xf3\x7f\x80\xb9\xc4\x15\x4a\x3d\x3e\xf2\x7f\x21\x24\xf2\xb1\xe5\x08\xde\x60\x56\x1c\xa6\xbe\x08\x16\xcd\xc0\xfe\x0d\x1d\x6b\x5f\x24\xa9\x34\xda\x53\xd2\x9e\xb9\x1a\xe3\xb2\xdc\x29\x54\x58\x0a\x23\xf5\x86\x6c\x20\x11\x28\x72\xe6\x0a\x77\x55\x77\xab\xdc\xa0\x9b\x13\x0c\xc1\x19\xf4\x52\x52\xa0\xe4\x2f\x00\xa9\xfb\x6a\x60\xe5\x6d\x3e\x25\x9e\x61\xd9\x66\xed\xb8\x20\x33\x72\x2e\xe8\x74\xa1\x14\x14\x26\x07\xba\xb4\xc1\x29\x13\xa6\xda\x62\x89\x3a\xca\x2d\x4f\x18\xf9\xf9\x2f\xc5\xa0\xc0\x0c\xe3\xcc\x1a\xf9\x02\xc8\xa1\x7b\xa0\x72\x5c\xd5\x55\xb4\x55\xea\xc9\x2b\x3e\x35\x85\x41\x21\x4a\x25\x17\x51\x7e\x4e\x29\x90\xcb\x15\x44\x20\xc7\xa4\x42\xa0\xa7\xe4\x96\x65\x50\x8c\x35\x08\x35\x76\x17\x67\x50\x53\xb8\x8a\x8d\x3e\x74\x35\x86\x9d\xd4\x80\x08\x32\xb0\x8e\x50\xd3\xae\xe9\xd0\x97\x79\xf6\x4e\xf9\xa5\xfa\x7e\xe0\xf7\x7c\xb0\xd5\x25\xd2\xa3\xfa\xbe\xa6\x36\x41\x2d\x5f\x76\x1b\xba\x63\x8f\xcd\x05\x11\x6a\x3b\x0d\x7b\x36\x00\x8a\xdc\xae\xcf\xc6\xe4\xde\x15\x5d\xfa\x19\x67\x15\xac\xb4\xb5\xfb\x2b\x61\xad\x3d\xbd\x6d\xa7\xfe\x16\x07\xda\x1d\xf8\x1c\x97\x4d\xd6\xad\x5c\x5f\x7b\x13\xef\x0d\x20\x4c\xf0\x24\xaa\x4d\x0e\xa7\x3e\xe0\xd7\x79\x40\x65\xac\xec\xe8\x0c\x4b\x74\x28\x1f\x4a\x59\xdd\x53\xac\xeb\x56\x2b\x63\x47\x9a\xfc\x2e\x67\x28\x10\xf3\xfa\x45\x2f\xed\xd2\x7b\xf2\x85\xf2\x92\xb5\xcb\xbe\xae\xa6\x5e\x9d\xcc\xaa\x38\xca\x2d\x9c\x31\x51\xeb\xc1\x1b\xb3\x8e\x70\x7d\xee\x8a\x12\xe8\x12\xae\x31\xc2\xe7\x83\x0a\x1e\x9b\x53\x8e\x8a\xa8\x13\x57\x9f\xda\x8b\x43\x27\x5e\x42\x22\x27\x68\xe3\x39\x89\xae\xee\xf9\xcc\xde\xd9\xd3\xa1\xcb\x82\x58\xbe\xd1\xd1\xda\xec\xb0\xe5\x4f\x87\xe7\x17\xa6\xf5\xd5\xe0\xfc\xea\x46\xf0\x6a\xd1\xfc\x30\x24\x3f\xd0\x86\x9d\xae\x5f\xed\x3f\xf8\x19\xfd\x01\x49\x2a\x6f\x48\xa9\x8a\x5a\x0b\x29\xef\xe4\x18\x8a\xcf\xb8\xfc\x0d\x67\xa9\xd7\xe4\x98\x64\xfc\x9e\x91\xef\xc0\xbd\xdd\xbe\xee\x7e\x77\x44\xbe\x8b\x43\x68\xbf\xdb\x80\xfd\x15\x40\x9d\x6e\xdc\x0e\xd6\x0f\x24\xd5\x52\x74\x16\xa4\x04\xc4\xc3\x6c\x47\x35\x65\x20\x5d\xca\x30\x85\xe0\x73\x10\x92\x13\xc2\x3e\x9c\x1d\x76\x15\x6f\x2c\x8e\xcc\xce\x00\x69\xb6\xbd\xc5\x00\xff\x3d\x87\x22\x2c\x67\x84\x2b\x52\x06\xda\xa1\xfe\x44\x01\x29\xa7\x1b\x88\xf7\x10\x8e\x53\x37\xab\x92\x9e\xec\x17\xb3\x76\x53\x56\x11\xde\x6b\x23\xb7\x35\x02\x5f\xda\x75\x2b\xe2\x02\x97\x1a\x64\xc9\x03\x95\x3d\x2d\x95\xed\x23\xe6\xab\x3c\xb8\xcd\x6f\xb3\x33\x14\x88\xa2\x66\x7c\x0e\xb3\x95\x70\x3d\x9f\x2e\x23\xef\xad\xc6\x9a\xdd\xd0\x97\x12\xad\xc9\x6a\x67\xca\x2d\x3a\xe1\xd0\xa9\xb1\x38\xd6\xea\x50\xdb\xc6\x61\x01\x49\x8e\x51\xd9\x86\x4f\xd9\x11\x81\x1a\x4a\x85\xe3\xd0\x9d\x57\x20\x37\xb8\xaa\x5c\xb1\x05\xec\x44\x25\x13\xfe\x50\x1f\x7a\xbe\x74\x83\x77\x70\xb9\x5e\xb6\x3f\x76\xce\x07\x9d\xcb\x5e\xb7\xf7\xcb\x60\xd1\xfb\x5a\x7e\x7c\x73\xf6\x53\xf7\x53\xe7\x3c\x7e\xe1\xf6\x97\xdb\x5e\xe7\xe3\xe0\x43\xe7\xb2\x73\xd3\xee\x75\xce\x97\x1a\xaf\x96\x75\x56\x07\xb4\xea\x62\xe3\x64\x01\x9b\x9a\x7a\x50\x46\x0f\x3d\x82\x96\x1f\xc8\x20\xe4\x46\x93\x07\xae\xb9\xcb\x32\x72\xc2\xde\x5d\xd7\x1b\xa3\x6a\x7a\x3f\x8d\xc2\x8b\x8f\x10\x8f\xa3\xe8\x84\x3b\x6b\x77\x2c\x08\x3a\x47\xab\x48\x31\x66\x87\x44\xa5\xac\x5a\x35\x9d\xb8\x05\x3b\x25\x6d\xb7\xb5\x75\xed\x0b\x49\xac\x18\xca\x14\x8e\x1e\xbd\xb0\x61\xe8\xe4\x98\x54\xd7\xf8\x94\x20\x5e\x5a\x84\xfc\x1a\x1a\x04\xe1\x89\x2a\x26\xbe\x33\x84\x7d\x99\x65\x3c\xe1\x26\x42\xa3\x95\x8a\x4c\xa9\xa0\x63\xaf\x7e\xe4\x9a\xa9\x15\xdc\x63\x6f\x6e\xd9\x7d\x68\x91\x4d\xa1\x7d\xb1\xa6\xe4\xc8\x25\x80\xc1\x19\xe9\x72\x3a\x9e\x4c\x07\x6d\x70\xef\x2c\x00\x66\xad\x3b\xa4\x3d\xa9\xaf\x2b\x82\x09\x5d\x30\xb1\xf3\xeb\x52\xed\xae\xbb\x47\xbc\xb8\x5e\x86\x87\xb8\x86\x0e\xbf\xb2\x8b\xb8\x84\x38\xb9\xb7\xba\x50\x83\xd5\x3e\xc4\x5a\x4a\xd9\x63\xad\xa6\xa2\x80\xc2\x42\x95\x26\xaf\x76\x5e\x36\x03\xf0\x6e\x56\x12\xa7\xb4\x88\xab\xcb\xe1\x40\xd1\x3c\xaa\x1b\x6a\xe1\x00\x2a\x55\xfa\x52\x2a\xe2\x2c\x66\x99\x95\x07\xf7\x95\xcb\xe1\x54\x06\xf3\x72\x6a\xe2\xac\x5c\xb7\x97\x9b\x46\x58\x33\xd0\x35\x6a\xe1\x84\x28\x77\xc0\xbe\xdd\x8c\xe5\x43\x66\x21\x4f\x33\xe0\x48\xde\x2d\x67\x0f\x55\x8d\xe9\x32\x56\xb4\xa8\xbe\xdf\xb9\xbb\x1e\xd5\xf7\x0d\x5d\xad\xba\x28\xce\x4a\x86\xee\xca\xb2\xb9\x2c\x37\x87\x18\x11\x57\x2f\x6c\xe6\xbf\x50\xa2\x76\x2f\xa2\x09\x34\x51\x93\x70\xb0\x9e\xa9\x0e\x81\x23\xbb\xe7\x05\x47\x0a\x50\xeb\x91\xdb\xd5\x28\x9a\x00\xc2\x2c\xd6\x4e\x75\xae\x8c\x26\x07\x8b\x9d\xda\x7a\xdb\x03\xaf\x2e\xae\xcb\x8a\x50\x31\xb7\xda\x05\x52\x6e\x11\x86\x22\x93\x24\x57\x6a\xb3\x1c\xd8\x92\x10\x20\x52\xc0\x05\x8a\xca\x1d\xa1\x5c\x5a\xdd\x73\xec\x73\x42\x75\xb5\xcb\x95\x5b\xbe\x45\xea\x5c\xa9\x99\x0f\x0c\x02\x67\xf7\x52\x84\x62\x83\x4c\x06\x18\xc8\x9d\xca\x56\x56\x74\xbc\x45\x94\xde\x5c\x65\x85\x39\x82\x62\x3d\xf5\x28\x2a\x09\x12\x8c\x4a\x2b\x8a\x83\x69\x60\x39\x9b\xd7\xa0\x7c\xca\xa1\xba\xd1\x34\x8c\xd5\x8a\x69\x7b\x4b\x12\x69\xc4\x90\x8e\x7a\x41\x4b\x0d\xe8\xeb\x65\x89\x10\x64\xf7\x39\xa2\x2c\x83\xd2\x47\x63\xd1\x55\xf3\x7f\xd8\x9b\x55\x31\x3d\x91\x59\x13\xaf\x87\x6e\x36\x46\x09\xd8\x6e\x36\x1e\x24\x60\xdf\xd3\x59\xcd\x00\x5c\x78\xa0\x36\x2a\x4f\x00\xf1\xc5\x72\xc3\xfa\x53\xe7\x60\xc5\xe0\x0a\x75\xee\x4f\x5d\x4a\x60\xf6\x48\x07\x10\x34\x50\x2b\xde\x35\x9f\xed\x5d\xad\xaa\x65\x30\xfa\x27\x33\xae\x96\x6e\xd5\xd2\x04\x0e\x79\xb2\xdb\x9a\x4c\x1d\xd2\x5c\xa0\x40\x48\x63\x37\x8a\x33\xc0\x57\xc9\x42\x52\x66\xf9\x16\x72\xc6\x93\x95\x84\x65\x45\x9e\xf3\x1d\x0d\xa9\x76\x38\xf3\x01\xc4\xd2\xef\xe2\xd9\x2c\xcd\x00\xed\x48\xd0\x26\x4b\x5d\xfd\x53\x84\xc8\x71\xb3\x0f\x36\x34\x2c\xb7\xd0\x17\x37\x76\x14\xf8\x05\x98\xd2\x50\x80\x09\x98\xe6\xac\x40\xfd\x1c\x11\xea\xbe\x82\x65\x6b\x2a\xa9\xa5\x07\x51\x25\x87\xa6\x89\x6d\x83\xa8\x1b\x84\xac\x77\xf8\x94\x8c\x32\x3a\xf6\x29\x76\x50\x1f\x64\x54\x08\xe1\x56\x92\xc0\x82\x1b\xf6\x9f\xda\x31\x38\xde\x10\xb7\xab\x67\x2c\x41\x71\x78\x4b\xb9\x0f\x76\x81\xa7\xc1\x40\x09\xff\x14\xf5\xd5\x13\x1c\xa2\xe2\x94\xce\x20\x5c\x0d\x29\x5d\x8e\x42\x50\x5d\xcf\xc5\xac\xb5\x60\xe4\xff\xfd\x5f\x7f\x6b\xf1\x74\x4d\x14\xb4\xc2\x4f\x50\xa4\x03\x47\x01\x22\x51\x4d\x08\x0a\xec\x78\x69\x09\xc4\x7d\x55\xdc\x07\x0d\xfd\xc9\x78\xe7\x92\xba\xba\x31\xef\x5c\xcf\x0f\x8a\x43\xc5\x48\x67\x7b\x21\xe5\x9a\x29\x34\xd1\x87\x04\xbe\x1a\x0c\xea\xc6\xb0\x05\x28\xeb\xbf\x49\x20\x94\x7d\xbf\xb4\xec\xf5\xd4\x86\xbe\x10\xf2\xfd\x03\xcd\xb8\x55\x2c\x5b\x3e\x5f\xfb\x2d\xf9\xdf\x80\x29\xfd\x9f\x0d\xb6\x19\x3a\x66\x6a\x90\xe6\xa5\x18\xa0\x55\x83\xba\xb6\x1f\x9d\xe7\x66\x5e\x9f\xf7\x5e\x3a\x46\x19\x4d\xee\x37\xc1\x02\xb0\xef\x37\x34\xbb\x9a\xc3\x47\x4e\xb1\xb2\xa0\xd1\x90\x69\xcf\x2a\x99\xf6\x2e\x64\x22\xee\x1f\x99\x9d\x00\xc8\xf1\x48\x14\x72\xdc\x10\x70\x0c\x5b\xe4\x3d\x82\xd8\x81\x48\x86\x5d\x24\x32\xcf\xd2\xbe\x60\x5f\x66\x52\xb3\x52\xfc\x69\x0d\xf0\x98\x0b\xa7\x76\x3d\xd5\xdf\x34\x15\x54\xf7\x9d\x24\x98\xaf\x0e\x8b\xb0\xb8\xa7\x8b\x53\xae\x27\xb2\x9d\x2e\xd7\x84\xcf\xb8\x25\x8f\x41\xed\x29\x7c\xb6\xc2\x22\x67\x56\x99\x15\x26\x9b\x1f\x91\x30\xc9\x0a\x59\x64\xec\x81\x29\x3a\xb6\x62\x0e\xe5\x59\x0c\x32\x57\x56\x9d\xd7\xf3\x06\x96\xa3\x10\x77\x0e\x98\xad\x73\xd1\x6c\x20\x9e\xb4\x63\x60\xbc\x39\x33\x84\x7d\x31\x4c\xa0\x73\xab\xe7\x63\x7f\xa3\xf8\x93\xa6\xe2\x50\x18\x95\xd9\x7c\x3b\x3f\xf9\x3e\xb6\x7d\x02\x84\x0f\x6e\x4e\xb5\xbb\x24\x1c\xaa\xff\x84\x8a\xd4\x45\xb0\xeb\x50\xfb\x0c\x67\x27\xb4\x61\x34\x08\x07\x3e\x0e\x3b\xc2\x2b\xc2\x36\x11\x19\x1c\xee\x22\x2f\xf8\x5a\x91\x0d\x5c\x11\x52\x59\xf9\x25\x17\x86\x67\x56\x0c\x73\x63\xb0\x6a\x51\x2e\x42\x76\x34\x44\x4b\x35\xac\x20\xe4\x54\x8b\xf1\xc0\xad\xa4\x0f\xc6\x5e\x8f\x5b\x97\x69\xea\x23\x36\x85\x3f\xbe\xf3\x0d\x2d\xb7\x31\x61\x16\x82\x9d\x7e\x08\x03\x87\xa0\x73\x21\xfd\x64\x02\x94\x5d\xd8\xeb\x52\xa9\x09\x98\xe8\x26\x2a\x00\x08\x59\x8b\x69\x48\x05\x5f\xd7\x44\x43\xf0\x3a\x06\xd7\x42\xdc\x98\x69\x88\x5d\xd7\x0d\x31\xeb\x00\x6c\xea\x65\x2d\x87\x7f\x1a\xd0\xf1\x2b\xe1\xef\xd4\x77\xe7\x42\xdc\x68\x96\x0d\x69\x72\x1f\xb0\x26\x83\x4e\x25\x95\x47\xed\xb2\xf2\x1f\x00\xe4\x22\x71\xd9\x81\x26\x20\xa0\x14\x95\x9f\x53\x97\xe8\xe9\x86\x5d\x74\xee\x0a\x74\x08\x2c\x19\x01\xda\x17\x8e\x1e\x43\xe8\x52\x36\xcb\xe4\x7c\xda\x70\x03\x55\x23\x99\x77\xf1\x6a\x35\x05\x52\xef\xf5\xf2\xa9\x30\xbd\x8d\xaf\x9f\x85\x18\xd7\x3d\xa4\x1a\xaf\xe3\xb5\xdb\x34\x26\xb4\x7a\xae\xb8\x9e\x65\xb4\x54\x68\xb7\xda\x03\x06\x7e\x3e\xed\xea\x63\x66\xd0\x6a\x5b\xc5\xfa\xa1\x43\xb5\x9f\x3f\x49\x39\x13\x7f\xf7\xba\xba\x26\xc0\x85\x9c\x3d\x86\x65\x2d\x68\xa6\x85\x31\xdc\xad\x99\x92\xf6\x6e\x96\x7d\x61\xe8\xd8\xc7\xd6\x3a\xa9\x4e\x3e\x0a\xa6\xf4\x84\xcf\x4a\xf8\xd7\x3b\x07\x2b\x39\xc2\x74\xff\xc1\xe8\x9e\x0d\x58\xa0\x9c\x1d\x63\x69\x4a\x4b\x20\x7a\x46\x93\xc2\x48\x93\x64\x54\x6b\x3e\x9a\x93\x94\x8f\xc0\x43\x6f\x8a\xd0\x11\x88\xec\x0d\xd8\xb8\x65\x0c\xe5\x5a\xdb\x48\x29\x43\x6c\x3f\xd9\x3a\xbb\x87\x9d\x3b\x5f\x8c\x8f\x81\xe6\x69\x9c\xa1\x0f\xe5\x78\x16\x32\x1a\xd7\xac\x18\xb4\x6b\x34\xba\x1b\x99\x8b\xc9\xde\xdf\xc0\x7c\xe6\xdd\x76\x69\x3f\x4b\x33\x64\x57\xf2\xce\xea\xde\x9f\xb3\x8c\xed\x25\x58\xe8\x29\x08\x61\xe9\x5a\x17\x30\x5f\xcf\xb6\xff\xbb\x8d\x67\x8b\x70\xaa\x86\x9c\xda\x3d\xec\xf7\x57\x0e\xca\x69\x18\xdd\x07\xb6\x8e\xa7\x70\x25\x2d\x6e\x75\xae\x9a\x98\xe3\x0e\x8b\xbd\xb7\x48\xbc\x27\x9e\x50\xd3\x5e\xdf\x32\xa3\xbd\x21\x24\xa2\x74\x14\xb2\xdd\x39\x3d\xf6\x49\x38\x45\x4a\xcb\x06\x1b\xfe\x42\x62\xc4\xdc\xe8\x6e\x9c\xaa\xf7\x74\xec\x70\xf5\x76\x6d\x42\x6f\xc5\x78\xb7\xf0\xae\xbb\x36\xd6\xde\x81\xc6\x16\xf6\x21\x3f\x3c\xb1\xda\x51\x5d\xda\x83\x97\x6e\x3d\x23\x55\x1d\x66\xd9\xee\xa1\x93\x99\xab\x30\x3e\x98\x29\x36\xe2\x5f\xb6\xf2\xe4\x5c\xc3\xa7\x4e\x22\xb3\xb3\x97\xa3\x51\x26\xa9\x5d\x46\x04\xde\xb4\x0a\x02\x54\xb0\x2f\x04\x64\xbf\x00\x8f\x8a\x1b\xc3\x44\x5f\x00\xb4\x97\xfe\xd3\xe9\xc9\xc9\x30\x4f\xee\x99\x39\xb9\x67\x73\xa8\x20\x1d\xfd\xb4\x55\x7e\x1c\xd3\xd8\xb7\x66\xc6\x70\x31\xd6\x64\x86\x79\x79\x0e\x6f\xb2\x32\xd6\xef\x79\x8b\xb5\xc8\xbb\x4c\x0e\xf5\x11\xb9\x4d\x26\x6c\x4a\x8f\x70\x77\xe1\x39\x54\x5a\x69\xbd\x6d\xf5\xc5\x2d\x63\x64\x62\xcc\x4c\x9f\x9e\x9c\x8c\xb9\x99\xe4\x43\xab\xf3\xa0\x5f\x5a\xaa\x31\xfe\x71\xc2\xb5\xce\x99\x3e\xf9\xe3\x8f\x3f\xc2\xf2\x00\x3d\x0c\x69\x72\x3f\x56\x60\x84\x5a\x54\x7c\x4a\x5b\x7e\xbb\x88\x15\xbc\x39\x74\x92\x92\x62\xc0\xbe\xcc\x14\xd3\x75\xd5\x8c\xd6\xcd\xa6\xd4\xa4\xfd\xf9\x96\xe8\xb9\x30\xf4\xcb\x29\xe9\xbf\xf9\x88\xc5\xa7\xc8\x4f\x32\x57\x9a\x9c\xd3\xf9\xb1\x1c\x1d\x4f\xa5\x30\x13\xf2\x11\xfe\xd7\xfd\xf4\xc8\xd8\x3d\xf9\x85\x51\xd5\x7f\xe3\xf6\x18\x6f\xac\x00\x9a\x06\x26\x38\x95\x0b\xed\xea\x5a\xfd\xf8\x1f\xbe\xb0\x95\xed\xe6\x87\x93\x1f\xff\x83\xfc\x1e\xfe\xff\xff\x21\xbf\xef\xbf\x69\xc2\x03\xdc\x28\x93\xa5\xa8\x3c\x56\xdb\x1a\xac\xd8\x16\x30\xcd\x67\x4a\x16\x3b\x56\xdb\xf2\x3d\x4f\xee\xe5\x68\x34\x30\x7c\xca\x30\x70\x66\x40\xd5\x02\x6e\xe1\x96\x39\xba\xdc\x41\xcb\x62\x71\x8c\x02\x12\xc9\x75\x8a\x51\xac\xfe\xd8\xe9\xbc\x80\xff\x7c\xc4\xd2\xb1\x11\xa4\x2a\xd7\xf0\x15\x4b\xed\xe9\xd8\xc4\x80\xe8\x8d\x96\x8b\xc0\xf5\x45\x3c\x74\x0c\x94\x1c\x8c\xf6\xb1\xab\x49\xae\x2a\xfa\xb5\xe8\x03\xfb\xc6\xbc\x1e\x30\xc1\x27\xf5\x78\xdc\x4a\xb5\x93\x48\x75\xcf\x16\xfc\xa1\x1b\x5d\xcd\x1e\x05\x34\xc6\xdb\x86\xe8\x47\xa9\x42\xa2\x3b\x06\x44\x39\xd4\xcc\xbe\xe8\x5d\x9d\x5f\x7d\x7f\x4f\x8d\x92\x63\x2a\xde\x9e\x92\x76\x9a\xba\x6a\xe3\xc4\x39\x75\x2d\xf1\xd8\xfb\xa7\x45\xe2\xd2\xc1\xc2\x2e\x5c\xed\x5d\x1b\xeb\xa7\x5c\xa1\x9d\x79\xbd\xf3\x6e\x97\xef\x3c\x7c\x52\xcf\x34\xcb\x50\xa7\xa1\x83\x02\x59\x10\xe6\x6a\x6f\x39\xcb\x11\x17\xe7\xbb\x4d\x01\xf5\xdb\x19\x4b\x38\xd3\xd8\x34\xf8\x3f\x20\xc8\x43\xf8\xf0\x1d\x17\x58\x5b\x7b\xa8\x20\x2b\x6a\x1f\xd9\x8e\x0b\xe8\x26\x3b\x50\xca\x67\xd0\xf2\x0b\xde\xe0\x21\x7f\xca\xf5\x61\x89\xa2\x96\x6d\x6c\x99\x20\xea\x0a\xda\xc7\x75\xb8\xad\xc0\x70\x3c\xa2\x89\x5d\xbd\x90\x77\x84\xd1\xbe\x31\xab\xaa\x5b\xc7\x1e\xd5\xf7\xfb\x35\x8a\xef\x8c\xbf\xc9\xd3\x02\xaf\x0e\xa9\xd1\x85\x2c\xf1\x85\x24\x2b\x43\xf5\x7d\x53\x26\xc3\xc6\xb5\xd0\xec\x52\xf8\x24\x9f\x65\xe3\x73\x2d\x47\xe0\x2d\xae\x32\x30\x28\x8a\x11\xae\x81\x8f\xff\xc1\x3a\x29\x3c\x63\x69\x35\xa1\xb4\x3a\xfe\x55\x64\x80\x9e\x9d\xc8\x6e\x0b\x29\x8b\x53\xab\xc6\x82\xf3\x71\x4a\xc5\x1c\x0f\x92\xbd\xb0\xa8\xbe\xd7\x01\x04\x96\xe8\x29\xcd\xb2\x23\xa2\x58\x0e\x45\xc6\x8f\x88\x66\xd9\xe8\xd8\xe3\xd1\xa4\x24\x93\x63\x9e\xd0\x8c\x0c\x33\x99\xdc\xeb\xbe\xb0\x37\x88\x18\xe3\xc5\x37\x53\x32\x61\x5a\x47\x57\x6e\x11\xbe\x39\x53\x32\xcd\x13\x2c\x69\x86\xe5\x5b\xb9\x36\x3c\xa9\xd4\xb1\xb2\x1c\x11\xfc\xa6\x56\x47\x49\x24\xe2\xd6\xc2\x70\xad\x08\xc0\x30\x9f\x31\xf7\x75\xde\x01\x6f\x83\x66\xfc\x1f\x10\x42\x8f\xde\xc4\x26\xea\xdd\x43\x5e\x96\xdf\x9e\x81\x29\x9f\x86\x15\xf4\x7c\xe6\x3e\x83\x33\xb4\x8c\x62\x6e\xca\xe4\x1c\xa8\x21\x90\x79\x80\xc5\xf0\x44\x51\xf8\x4a\x3d\xf4\x08\xbe\xe2\x15\xbe\x17\x96\xbe\x03\x43\x6e\x48\xda\x59\x45\xd3\x67\x58\x49\xcb\x01\xb0\x45\x06\x71\x68\xdd\xd7\x1a\x72\x88\x94\xf6\x8a\x78\xb0\x44\xe2\x97\xc7\xae\xbd\xbd\x46\x8e\x42\x79\x2b\xaa\x9d\xab\xf4\x38\xa0\xb6\x58\x7e\xd8\x17\x00\x5e\x6c\x3b\xa9\xd4\x4a\x5a\xa4\xa8\x17\x5c\xd2\x6a\x3f\xcc\x71\xc3\xca\x56\x7e\x91\x37\x21\xf2\x32\xdd\x42\xae\xcc\x86\xcc\xae\x14\xff\xa5\xea\xc2\x7d\x91\xda\xe0\xe9\x03\x2f\x40\xb8\xa3\x8e\x1a\xf7\x76\x6b\xab\x61\x65\x54\x0b\x71\xf0\x7c\x84\x44\x06\x63\x83\x50\x34\x57\x0a\xbb\x69\x44\x5f\x25\xc1\x74\xd9\x46\x5e\x53\x83\xe5\x8c\xd9\x54\x1a\x84\x9e\x45\x14\x58\x6f\x2e\x41\x70\xd9\x61\x26\x87\x70\xaf\x00\x40\xac\x0f\xcd\x8d\x42\xf0\x70\xde\x2c\x25\xdf\x47\xd7\x44\x08\xf7\x7f\xdb\x14\x51\xb9\xbf\x2c\xd7\xaa\x8d\xa5\x31\xd7\xb5\x0c\xf5\xd8\x22\xd7\x95\x0c\x8a\x68\x56\x23\x6a\x39\x77\x53\x0c\xd3\x66\x99\xb1\xa5\xdd\xdf\x43\x66\x6c\x65\x1a\x0d\x2e\x76\x39\x7e\xd2\x48\x5d\x3b\xa9\x0b\xb9\xbe\x1e\x89\xc9\x69\x28\x7f\x94\x36\xc7\x93\xd9\xbc\x6e\x8b\x5e\x56\xd6\x6f\x05\x2a\xf4\xeb\x66\xfd\x56\x06\xf3\x92\xb3\x7e\x2b\x43\x7d\xb9\x59\xbf\x35\x03\x5d\x23\xeb\x17\xdd\x5f\x03\x4b\xd4\xeb\x31\x05\x08\x3f\x19\xe6\xa3\x5b\xb8\x4d\x96\x8e\xd1\x15\xca\x41\xe6\xec\xe5\x1c\x07\xb6\x00\xa3\x75\x01\x87\x4d\xfe\x64\xaa\x77\xa2\xbd\xe0\x39\xe0\x1a\x55\xcc\x59\x46\x45\x99\xa9\x42\xc1\x09\xc5\x12\x4b\x7e\xc8\xa8\x8a\xba\x67\x47\xce\x68\x62\x47\x81\x46\xbe\x84\xce\x5c\xcc\x75\x13\x3c\xd9\xcb\x09\x55\xdd\x2c\xa1\x1a\xf2\x5e\x4b\xac\xbe\x1e\xb4\xa3\x5a\xed\x3d\xe8\xf1\x68\x7b\x9f\xc8\x47\x27\xda\x00\xf9\xb9\xda\x52\x1b\x4a\xda\x71\x4a\x76\x85\xa6\xd7\x4c\xc9\x2e\x4d\xe4\x90\x92\x5d\xbf\xc1\x2f\x36\x25\xbb\xb2\xe7\xeb\xa5\x64\xd7\x6d\xf9\x16\x2e\xdf\x52\x33\xdf\x4c\x4a\x76\x65\x45\x5f\x72\x4a\x76\x65\xa8\x87\x94\xec\x27\x99\xcd\x0b\x4b\xc9\xae\x3f\x75\x9b\xa5\x64\xd7\xca\xde\xcd\x67\x7b\xd7\x84\x26\xb8\xe9\x9f\x39\x25\xbb\x34\x81\x43\xb0\xc7\x8e\xa5\x8b\xcb\x24\xe8\x46\x00\xe5\xd5\x5c\x16\x66\xf5\x1e\x5a\x92\x94\x0d\xfa\xe4\x1e\x28\xea\x69\xc3\x84\xc0\x04\xbc\xae\xca\xdb\x2e\xad\x83\x76\x05\x7f\xac\x68\xe2\x13\x19\x51\x3a\x8e\x9d\x5f\x07\x0a\xdc\xd8\x64\xd8\xb0\xc8\xc1\x74\x8c\x91\xff\x0d\x24\x57\x53\x8e\x61\x07\x02\x74\x09\x61\xdb\x16\xa2\x00\xdb\x6b\xbd\x35\x07\x4a\xa6\xec\xa7\xd9\xdf\xc5\xff\x6d\x5c\x90\x5d\x0b\x3e\x27\xb3\x7c\x9b\xcc\x90\xf1\x76\x9f\x4d\xd9\x54\xaa\x55\xbe\xff\xda\x2f\xb5\x91\x8a\x8e\x57\x69\x9b\xeb\xae\xde\xae\xab\xe6\xab\xdc\x6c\x66\x5c\xf4\x38\x03\xcb\xad\x1d\xbe\x22\x76\xec\x7e\x02\x7d\xa1\xd6\xc1\x19\xfc\xcb\x5b\xba\x30\x1b\xb2\xba\x17\x3b\x04\xdf\x86\x66\xea\x38\x16\x8f\x4a\x4e\x85\xc5\x11\x94\xd6\xdd\x0b\xcf\x3b\x2c\x7b\xae\x1a\x03\x6c\xd6\x31\x37\x60\x99\x35\x2b\x99\xc7\xa0\x97\x55\x4a\x1b\xce\x6b\x82\xb3\xd7\xb3\x67\x71\x61\xfe\xfc\xef\x1b\x79\x65\xac\x7c\xe9\xd6\x6d\xc4\x33\x46\x68\x92\x30\x8d\x16\x10\x17\x80\x85\x45\x47\x72\x95\xed\xb2\xab\x5c\x8c\x61\xde\x56\x98\x8c\x2a\x23\x07\xe2\xc1\x3b\x63\xa2\x64\x3e\x9e\x78\x0d\xd8\x52\xa1\x9d\x5a\xdd\x5e\x7e\x42\xbf\xf9\x2e\x7b\xf9\x2e\xe7\xd9\x76\xf6\x85\x5b\xa4\x3a\x47\x93\x1f\xba\x3d\xa2\x27\x81\xfe\x87\xd0\x6c\xed\xc6\x2e\x0e\x7a\xfd\x3e\xdd\xb7\xc1\x9a\x06\xdd\x1c\xf9\x20\xa1\x91\xcc\x32\xb0\x07\x69\x36\x7d\x68\x2a\x8c\x02\x13\xee\xf1\x2d\x4b\x52\xc0\xd7\x60\x55\xd6\x86\x4e\x67\x6b\xc1\x93\x5c\xa3\x7c\xa0\x89\x1f\x7d\xd5\xd9\x82\x91\x10\x52\x30\x51\x67\x21\xf8\xbc\x58\x23\xef\x95\xb9\x5c\x7d\x7c\xc4\xde\x62\x52\xfc\x92\x3c\x73\x5c\x4a\xdd\x3c\x36\x60\x01\xa5\xe8\xcc\x82\xc7\x7b\x4f\x21\x8a\x9e\x80\xb5\xd1\x17\xed\x52\x1c\xa7\xc7\xae\x1e\xce\x8b\x78\x30\x94\xdf\x62\x4e\x02\x78\x47\x4e\x45\x85\x1a\xfc\xf6\x2f\x90\x35\x31\x89\x1e\x23\x56\x7c\x54\x0a\x84\xb2\xb1\xf4\x98\x26\xf3\x24\xe3\x49\xa4\x77\x8c\x15\x9d\x4d\xea\xd8\xcd\x62\xf5\xbb\x97\x96\xdf\xf6\xad\x27\x3a\xae\x59\x2f\x73\x69\x30\x5e\x5c\x71\xf2\x55\x27\x60\x2e\x92\xe3\x21\xf7\x72\x03\x92\xdc\x6d\x3c\x7b\xa7\xc4\xd7\x94\x0a\xda\x4c\x79\x5f\x39\xed\x6e\x71\x60\x5f\x33\x01\xb4\xe6\xbe\xd8\x6e\x75\xbf\x6e\xda\xe7\x5a\xd3\x68\xda\xd7\x75\x32\x3e\x8f\xe2\x92\xc1\xe1\xde\x5f\x91\xff\xd9\xbc\x4a\x2f\x84\x06\xf7\x19\x81\xda\xc4\x6d\x56\x47\xa1\x6e\x22\x2a\x6e\x16\x90\x1a\x36\xea\x75\x05\xa5\x86\x61\x6f\x19\x98\xda\x8e\x8a\x75\x4e\x64\x06\x28\x9b\xa5\xd5\x0a\x1d\x84\xd8\xb6\xb0\x40\x7e\x33\xac\xea\x88\xa2\x6b\x01\xd7\xb8\x2c\xfc\x34\x6c\xe2\xb7\x11\x82\xba\x42\x1f\xda\x30\x0c\x35\x5e\xd4\xdd\x42\x51\x77\xd4\x6f\x36\x0b\x47\xad\x74\xb6\x74\xbf\xb7\xf0\xab\x2f\x40\x63\x1e\xa2\x32\x42\x54\x46\xfd\xda\xbc\xc4\xc8\x8c\xa2\x6c\xd8\x86\xd1\x19\x4d\xdb\xbf\x0f\x4a\xda\x63\x94\xc6\x57\x8e\x7d\x58\x37\xec\xe1\xeb\x06\x93\xac\x19\x47\x72\x88\xcd\xf8\x36\x62\x33\x9a\xcf\xdb\x46\xf1\x19\x2b\x32\xfc\x7c\x2f\xbb\x3a\xd1\x43\xd6\xd9\x93\x3a\xd2\x83\x0d\x38\xfa\x62\x4d\x67\x7a\x91\x16\x77\x70\xa8\x3f\xa9\x43\xbd\x66\xa1\x57\x3b\xd5\x4b\xc2\xdb\xb3\x7a\x42\xab\xa8\xeb\x4f\xe9\x0d\x5d\x25\xf0\xe6\xc3\xc1\x93\x9f\xa3\xda\x39\xaf\x7b\x9c\x3e\x87\xbd\xf5\xd5\x25\x09\x9b\x0e\x59\x9a\x82\x42\x6c\xa4\x03\x2e\x2d\x48\x40\x30\x24\x56\xcb\x49\xa9\xb6\x94\x4b\xa1\xd0\x3a\x4f\x59\x54\x85\xa0\x90\x6f\x30\x46\xbd\x2f\x60\x7f\xb3\x8c\x29\xaf\x4f\x29\xf2\xbd\xe6\x22\x61\xb1\x8e\xa5\x48\x2a\x99\x16\xdf\x19\x2c\xa0\x4a\xc5\x9c\xdc\x0b\xf9\x98\xb1\x74\x0c\x3b\x54\x1d\xcc\x31\xe1\xec\x88\x70\x13\x3e\x53\x8c\x26\x13\xcb\x2e\xfb\x76\xec\xe0\x72\x40\x41\x8c\xb9\x6f\x23\x88\xde\xd0\xcc\xdb\x16\x21\x5d\x41\x46\x34\x31\x47\x44\xe7\xc3\xa2\xfd\x54\x22\xe6\xea\x03\x13\xf1\xc4\x8b\x46\x9e\xcc\x13\x5e\xeb\xf9\x6e\xd0\x2c\x2c\x01\xb4\x33\x4e\x77\x72\x5a\x3c\xd0\x5d\x12\xe1\x3f\xe6\xda\x10\xb0\x95\x13\x29\xc2\x61\x72\x29\x3d\x01\xf4\x03\x30\x2b\x11\x40\x63\x49\xbd\x09\x5a\x99\xca\xa6\x63\x29\x3c\x4c\x0e\x2a\xd3\xa9\xab\xd0\x2e\x2e\x77\x2a\x1f\x85\x36\x8a\xd1\xa9\x2b\x26\x61\x39\x31\x98\x62\xd1\xbf\xe4\x4a\xf7\xc2\x0d\xbc\xc9\x16\x5f\x70\x71\x6f\x77\xb7\x80\x39\x01\x00\x61\xe8\xb9\x66\xd3\xde\x71\x41\x4b\xd1\x2a\x5b\xec\x5a\x96\x6f\xe4\xef\x8d\x2a\x72\xcc\x9b\x10\x66\x0c\x5d\x05\xfa\xb2\x89\x51\x45\x03\x6a\x32\xb1\xdd\x11\x60\x75\x08\xaf\x4a\x89\xa1\x80\x70\x34\x61\xd9\x2c\x82\x2c\x9d\x51\x65\x42\x49\x13\x87\x7d\x90\xc8\xe9\x34\x17\x00\x57\xe1\xf4\xb4\x47\x97\xe4\xee\x6c\x76\x45\xe3\xad\xbe\xe8\x9a\xef\xb4\x3d\x5f\x52\x8c\xb3\x39\xa1\xe9\x03\xd7\x05\xe4\x4c\x22\x85\xce\xa7\x4c\x55\x00\xbd\x31\x49\x84\x50\x4f\x2b\x76\x6c\x56\xf0\xf2\xf5\x18\xdc\xdd\x30\x26\x43\x36\xb2\x97\xee\x8c\x2a\xed\xed\x43\x35\xb6\x1d\xb7\xb9\xa9\x5d\xab\xaf\x76\x26\x3f\xc5\xc7\x8e\x4c\x8b\x13\x4a\x9d\xbe\x71\x52\x3d\x9f\x51\xad\x93\xa6\xd8\x95\x85\x49\x91\xe5\x17\x93\x5b\x85\xf3\x55\xe9\x2f\xe7\xbe\x74\xae\x86\x43\x63\xfb\xf1\x02\x0d\x0e\x6e\x23\x4b\x5e\x65\x82\x6e\xd4\x68\x9e\x89\xcf\x26\xe3\x70\x29\x68\x43\x0d\x4f\x7c\xdd\x96\x50\x95\x0a\xbf\x6e\xde\xda\x5d\xcb\x05\xe9\x84\x66\x8b\x3b\xdc\xbc\x96\xb7\xf8\xfe\x72\xde\xe7\x8e\x1b\xb6\xbd\x34\x0e\x29\x91\x59\xb6\x09\xaa\x4c\x65\xe6\x67\xc5\xe7\xcb\x47\x54\xf4\x63\x37\xc0\xef\x05\x9c\x1a\x44\xc2\xa1\x99\x93\x2c\xb4\x71\xbb\x14\xbf\x84\x3c\x74\x4e\x44\x3e\x1d\x32\xd5\x17\x72\x04\x60\x43\x59\x93\xb6\x3c\x53\x72\xca\x37\x49\xcb\x45\xd8\xba\x1b\xef\x88\x5b\x61\x69\xf4\xee\x3a\x00\x86\x47\xf2\x72\x3d\x62\xd9\x6d\x81\x72\xc6\x92\x33\x34\xa5\x0b\xd5\xa1\xd6\x5a\xf0\x55\xca\x6f\x9b\x4c\xd1\xac\xe0\x56\x4f\x63\xf5\x81\x7b\x06\x15\xd5\x69\xf6\x48\xe7\x45\xb4\xd6\x26\xc7\xa9\x88\x87\x72\xe7\x85\x7a\x2a\x8b\x4e\x4c\x70\x64\xe2\x7e\xe1\x2a\xac\x73\x82\xce\xea\xc8\x70\xe3\xb3\xe4\xe7\xfc\x94\x42\x76\x7c\xec\x63\xf9\x7a\x93\xdb\xb0\x7c\x18\xa2\x16\x09\x0c\x67\xf9\x52\x7d\x2c\x51\xce\xde\xd7\xa8\xd2\x0e\x41\x5d\xce\xfb\x31\xae\xeb\x5b\x7d\x86\x35\x73\x64\xbd\xd6\x62\xed\x18\x00\xba\x59\xaa\xa7\xef\x71\x79\x65\xde\x4d\xca\x7f\xaf\xd6\x21\x46\x56\x76\x71\x75\x29\x02\x36\xa4\x8b\x2b\x18\xf1\x8c\xe9\x16\xe9\xd6\xe8\x13\x26\xaa\x9e\x8f\xe0\x0e\xe0\xa5\xf2\xf2\x4e\xae\x78\x04\x90\xe9\xa5\x1a\xc2\x5d\x49\xa5\xc2\xe4\xa0\x98\x1d\x33\x10\x30\x48\xf2\x13\xab\xe2\x4d\xb0\x01\x28\x5e\x62\xc5\x4b\x03\xd6\x33\xcb\x0b\xb8\x2b\x7c\x82\x75\xeb\xc2\x07\x56\xc6\x36\x4c\xd1\xc4\xf8\x42\x27\x6e\x54\x0d\x5b\xba\x0f\xdc\xaf\xf5\xe3\x27\x7c\xaf\x3d\xfb\xc5\xe2\xde\xd4\x8e\xb0\x57\x6e\x7d\xe3\xd1\x05\xb9\x7c\x73\xc7\xcb\x7b\xf8\xd4\x1b\x93\x28\x19\x29\x06\xf6\xc6\x69\x08\xcc\x15\x29\x53\xda\x48\x09\x37\xd4\xed\xf9\xcf\x27\x77\x5d\xc2\x4c\x02\x55\x01\xfa\x22\xd1\x0f\x47\x56\xa0\xfd\x35\x67\xc6\xfe\xdc\x04\x41\x37\x65\x42\x03\x27\xe0\xeb\x56\x1b\xf3\x0b\x63\xff\x7b\x5e\xfe\x7e\x09\xc9\x87\x89\x85\x1a\x33\x96\x76\x43\x91\x19\x4b\xa6\x80\x45\x82\x4b\xab\x6b\x28\x06\xab\x09\x76\xea\x50\x45\xb7\xf0\xd4\x8b\xbf\xe7\x62\x43\x31\xe9\xac\xf8\x28\x1a\x45\x83\x14\x36\x9d\x51\xc5\x6b\xd2\xf3\x97\x87\x00\xe0\x37\xb5\xad\xaf\x62\x22\x7e\x5d\x29\x71\x55\x19\x49\x01\xc0\x4a\x8c\x62\x0c\x58\x48\xa0\x27\x77\xd7\xbb\x70\xde\x30\xb1\xe8\xa3\x56\x5f\x7c\xf4\xf6\xcf\xe2\xd7\x50\x07\x07\xe3\x3d\x58\x4a\x72\xd0\x99\xca\xad\x40\xb3\x29\xd7\xe1\x07\x40\xa2\xd1\x79\x66\x10\x18\x70\x04\x95\x16\xfd\x40\xf1\x49\x1d\x97\x50\x54\x24\x93\x4b\xb9\x5b\x7d\x2c\x3e\x1a\xb0\x6c\x13\xd9\xb1\x3b\xea\x64\xda\xd2\x77\x72\xdf\x70\x3a\xff\xe0\x01\x45\x37\xd8\xa0\x62\x32\x20\xb9\x79\x78\x34\xd4\x4a\xd0\x4e\x97\x21\xcc\x20\x23\x60\x64\xab\x06\x6e\x60\xa0\xab\xdd\x45\x27\x5b\xfb\xb2\x9f\x4a\x66\xc4\x9b\xe5\x86\xd0\x0b\xa1\xa6\x2f\x54\x2e\x00\x4f\x24\xd8\xcf\x29\xd1\xcc\xd7\x16\x4d\xa4\x40\x19\xc0\x19\x4f\xc6\x96\x4d\x58\xc9\x0f\x9c\x28\x52\x80\x46\x25\x73\x6d\x79\x08\x9d\x32\x63\x2f\xa8\xef\x01\x4b\x17\x3d\x18\x47\x64\xa6\xf8\xd4\xf0\x07\x16\x40\x80\xe2\x9d\x3b\xa3\x86\x66\x72\xdc\x56\x86\x8f\x68\x62\x7a\x74\x27\x95\x99\xba\x66\xb6\xf5\x62\xfb\x61\x90\xee\xb9\x5d\xfb\x31\x13\x4c\xc1\x3c\xa1\xae\x4f\xed\x09\xde\xb4\xe2\x4f\xc1\xb8\x01\xdd\x2f\x41\x3c\x34\x1d\x4c\x0c\x34\x37\x72\x6a\x15\x52\x9a\x65\x73\xc0\x39\xb3\x4f\x26\x54\x4f\xfc\x3e\x23\x38\xda\x3a\x57\x93\x5b\xdc\x33\x9a\x4c\xd8\x2d\xd4\x48\xac\x5b\xdc\xca\x28\xdf\x30\x91\x4f\xdf\x9c\x92\xff\x2e\xe6\x78\xd6\x3e\xfb\xa9\x33\x38\xef\xde\xb6\xdf\x5d\x74\xce\xa3\xf9\xb8\x27\x1f\xbb\xb7\xb7\x8b\xbf\xfe\xd4\xed\x2d\xfe\x78\x7d\x75\x7d\x77\xd1\xee\xd5\xb5\x72\x71\x75\xf5\xf3\xdd\xf5\xe0\x7d\xbb\x7b\x71\x77\xd3\xa9\xf9\xf4\xae\x17\x1e\xba\x67\x7f\x8b\xce\x10\xe4\xdc\xd9\xf9\x34\x8c\xb6\x7a\xcc\x8e\x49\xf9\xc5\x53\x72\xe7\x3c\x31\xae\x04\xad\xb7\x19\x51\x08\xe2\x85\xb8\xa2\x14\x8d\x49\x69\x5f\x10\xff\xb9\x9d\x7b\xd3\xa7\xe8\x22\x4a\x26\x8c\x64\x52\xde\xe7\x33\xc7\xc0\x30\xda\x4c\x48\x34\xc8\x30\x1d\xb5\xf6\x53\xb7\x77\x1a\x3c\x42\x8b\x8d\x45\xc9\x35\x9e\xd4\x61\x5c\xd4\x33\x4d\x2c\xea\xab\xd8\x03\x1c\xc9\xe0\x29\x8c\x7a\x08\x1b\xb0\xac\x1f\x6c\x8d\x0a\x53\xe9\x26\x4d\x1d\x34\xb2\x9f\x58\xd4\x70\x79\xfb\x96\xad\x66\x58\x0e\x84\xd7\x22\x43\x96\xd0\x1c\x1d\x69\xf6\x36\x52\x4a\xaa\x78\xc0\xc5\xb6\xef\xd8\xe8\x9b\x45\x21\xa3\x8c\x83\x8b\x75\x44\xed\x27\xd1\xc9\xb1\xea\x32\xa8\xd2\x1e\xc0\x66\x32\x47\xdb\x94\x2f\xc9\x36\x1d\x32\xf4\x97\x40\xfa\xbd\xe5\xdb\x01\xcd\x85\x83\x63\x8e\x1a\xf2\xc8\x20\xe2\x30\x77\x00\x5e\xa8\x1f\xdb\x03\xa8\x7d\xd5\x6a\x1d\x20\x0d\x4b\x91\x88\x8d\x1c\x73\x1f\x42\xb1\xfd\x5e\xb3\x3a\x6e\xb9\x79\xd8\x58\x21\xb7\x61\xa3\xc0\x42\xbd\x97\x14\x46\xdc\x60\xef\xf7\x2c\xbb\xc6\xee\xbc\x44\x06\x5a\xbc\x36\x56\x70\x74\x03\xb5\xa5\x57\x8f\xc7\xc7\x5b\x97\x60\x09\x36\x4b\xc4\x0c\x1e\xfe\x95\x6b\xd5\x93\x29\x9d\x5b\xe2\x80\xf0\x04\x9d\xcf\x66\x52\x19\xd2\xd0\x06\x81\x83\x8e\xe3\x83\x8b\xc1\xcd\x23\x70\x28\x68\xc4\x4a\x01\xba\x06\xf2\x67\x69\x70\x6f\x18\x90\x5b\xd7\xe2\xd8\xc7\x39\x5d\xa0\xac\x05\xf8\xa9\x69\x49\xed\x2d\x51\x68\x9d\x80\xba\x4b\x34\xd1\xcc\xde\xc2\xeb\xe2\x04\xd6\xf5\x7e\xe5\x5b\xa8\xdd\xf2\x8c\x8d\xcc\xa0\xd6\x97\xb2\xc4\x6c\x68\x5b\x14\x0d\xa9\x80\x8a\x8f\x27\x7b\x68\x71\x7d\x49\xfe\x8f\xce\xd7\x65\xc5\xf7\x48\x8b\x57\x52\x1a\x94\x21\x0b\x3d\x83\xf8\xd5\x04\x13\x80\xeb\x14\xb1\x85\xad\xa0\xc6\x41\x52\xb3\x72\xf9\xbd\x90\x8f\x22\xd8\xcb\x75\xab\x2f\x3a\x14\xe0\xae\x83\xb2\xe0\x62\x0f\x50\x52\x5f\x29\xa3\x97\xf0\x73\x5f\x48\x72\x74\x41\xf7\xae\x26\x40\x36\x27\x05\x46\x72\xe9\xbb\x75\x4e\x0f\xda\x92\xbd\x9c\x86\x13\x76\xb0\xa0\x86\xcd\x9c\xbd\x1b\xe7\x59\x04\xd5\x82\xcb\xd4\x76\xd5\x22\x9f\xbd\x75\x06\x42\x3b\x0a\x6c\x6f\x83\x17\x4e\x46\xe7\x3e\xfb\xb3\x6e\x61\xf7\x91\x50\xb9\xef\x78\x8b\xe5\x0b\x1c\x32\x65\x6a\x56\xb9\xa4\x24\x0b\x81\x56\xd3\x0d\x62\xc6\xce\xc2\x47\xb7\x6c\x79\x0c\xe8\x7b\xc0\x09\x85\x7a\xb1\x19\xdc\xd0\x96\x8f\xfe\x0f\xdc\x2c\x48\xa4\xb4\x47\x28\x77\x16\xfe\xc8\x2f\x69\xcf\x0f\xf8\xd5\xac\x14\x30\x84\x0c\x6b\x2c\xcd\xda\x22\x6d\x40\xba\x06\x0c\x63\x7b\x15\xfa\x80\x1c\x3e\x16\x72\x55\xd8\x40\x03\x31\x25\x11\x31\xdd\x36\x13\x93\x06\x6a\x0a\x91\x02\x7b\xa2\xa8\x3d\xa4\x3c\x58\xde\x42\x17\xb1\x19\xd6\x4f\x74\xd8\x40\xc1\xfe\x1a\x21\x38\x0b\xc3\x8d\x3e\xfc\x57\xfd\xd0\x3f\xe4\x54\x51\x61\x20\xb0\xc4\x09\xde\x8a\x45\xd1\x8a\xec\x0b\x44\x60\x09\x34\xd6\xc2\x4f\xf1\xe6\x7a\x47\x3a\x56\x01\xe6\xe9\x11\xe1\x2d\xd6\x3a\x72\x95\x6a\x74\x3e\x2c\xde\x9c\x58\xc9\xa1\x2f\x16\x02\xf7\x5b\xa4\x9d\x69\xe9\xbe\x60\x22\xc9\x00\x59\x3e\x8a\x81\x09\x94\xef\x5c\x3f\xc3\x39\xa8\x17\xb0\x95\x45\xf3\xd2\x3d\x88\x3e\xec\x0b\xaa\xd1\xd3\x9c\xc1\x49\x2f\x7e\xaf\xab\x1c\x51\x8a\x3e\x78\x42\xf0\x9e\x85\x6b\xe8\xc9\x36\x09\x91\x1b\x97\x6d\x10\xbc\x01\x1b\x53\x24\x54\xf4\x45\x20\x67\xf2\x3d\x35\x19\xa3\xda\x90\x1f\xdf\x6e\x14\x70\xe1\xe7\x57\x30\x57\x77\x7a\x8b\xd0\x52\x1f\xce\xd6\x54\xf8\x06\x80\x75\x09\x25\x82\x45\x01\xea\x47\x76\x9b\x8d\x24\x0f\x5c\xe7\x80\xd5\x1f\x85\xb1\x23\xda\x3a\x37\xda\xe3\x4a\xa2\xc2\xd4\xc0\x46\x3c\xac\x81\xf3\x49\xba\x61\xd5\x10\x96\xd3\x9d\x38\x2a\x67\x90\x49\x56\x04\x96\x4d\xa8\xe9\x0b\xc7\x58\x7d\x2c\x46\x04\xea\xdc\xce\xb2\x72\x30\x97\x15\x70\x52\x26\xec\x84\xa1\xd2\x40\x2b\x2c\xd0\x25\x68\x5f\x21\xfe\xa7\x5c\x6c\x28\x9c\x15\xab\xa8\xf5\x45\xc8\x06\x8a\xdb\xae\x15\x76\xea\x4c\xc0\xcf\x28\x03\xd7\x74\x7f\x81\x25\x1f\xd6\x90\x85\x9b\x2b\x72\x2d\x71\x99\x2c\x98\xdd\x97\x88\xc6\xfb\xee\x60\x7d\x49\xb9\xde\x84\x0d\xb7\xec\xa3\xac\xb1\x88\x37\x6c\x6e\x24\x5a\xec\xa2\x7f\x87\x40\xb4\xe7\x72\xca\x96\x86\xde\x4d\x21\x4a\x7c\x35\x13\x2c\xa2\xae\x3d\xeb\x00\x5b\x34\x4f\xa3\xb8\xd1\x28\xa8\x0e\xc2\x83\x3d\xdf\x73\x6f\x36\x38\x47\x67\xaf\x7b\xfa\x47\xc5\xfc\xfd\x54\x42\x64\xd9\xe2\xc4\x9b\x65\xbd\x76\xfa\x77\x9a\x30\x91\xcc\xb1\x27\x0f\x03\x53\xc8\x71\x3d\x67\x70\xf2\x88\x19\x14\xec\xed\xb5\xd2\xa1\xab\xde\xd2\x22\x1d\xb8\x67\x7c\x31\x17\x3a\xf2\x3e\x83\xe8\xe5\xbe\xb0\x8a\x89\xbd\xe2\x35\x0e\xda\xb7\x5f\x26\xf1\xba\x13\x80\xa9\x92\x3b\xb9\x5b\xa6\xab\x11\xb7\x9a\x94\x09\x9f\xa9\x09\x6d\x00\x7c\x11\xe9\x8c\x4f\x49\x2a\x93\x7b\xa6\x4e\x14\x4b\xb9\x3e\x05\xf7\xb7\x69\xf4\xbb\x4d\xad\xb2\xbd\xb3\xa0\xb1\x6d\x3d\x35\xec\xdf\x45\x14\x7b\x78\xe7\x23\xc2\x47\xa0\x4d\xf8\x4c\x01\x4c\x1f\x70\xb6\x6d\xc2\x84\x51\xf3\x99\xe4\xc2\x04\x4b\x56\x65\x21\xbc\xa2\x61\x65\xb6\xa6\xf8\x5a\xb5\x8f\x30\x99\x2d\xa7\xdd\x9b\x30\xcd\x7c\x4c\x00\x4e\xca\x48\x82\x9e\x10\x64\x17\x33\x6a\x26\x1a\x72\x1d\xca\x6b\xe0\x74\x2e\xf8\xd4\xae\x10\x9d\x41\x48\x01\x1a\x29\x8a\x8f\x42\x10\xbf\x36\x3c\xcb\xfa\x42\x30\x96\x6a\xac\xff\xff\x5d\x6d\x4e\x8d\xfd\xf4\x88\xd0\x34\x25\xff\xf3\xfb\xf7\x17\xbf\xf4\x3a\x83\xee\x25\x58\x9c\xbb\x17\x9d\xb7\x47\xe1\xc7\xab\xbb\x5e\xf8\x15\x0d\x2c\x0f\x4c\x91\x29\xbd\x07\x0d\x4f\x68\x14\xff\x20\xd4\x3d\x1e\xa9\xcf\x36\xb2\x4f\x34\xf3\xe1\xa3\x4e\x4c\x09\x09\xc6\x6e\x0f\x57\x40\x40\x6c\xa0\xfb\xde\x84\x4f\x96\xd3\xa0\x27\x9e\xd0\x85\x17\x03\xa7\x4c\x18\xcb\x63\x9c\xb1\xaf\x50\x7d\x0b\x82\x63\x62\xcc\x45\x53\x90\x1b\x13\x0f\x4f\x29\xc3\xff\xcc\xe6\x9f\xac\x76\x7d\x4d\xb9\x5a\x9b\xf6\x3a\xe2\x81\x2b\x29\x60\x6a\xc1\xaa\x55\xd4\x9c\x64\xc6\xfb\xda\xa2\x43\xa5\x51\x16\x86\x30\x8a\x59\x63\x20\x65\xa5\xda\xed\xcb\x98\x6e\x1b\x5d\xbf\xec\x8b\x51\x3e\xaf\x4d\x3b\x76\x43\x1f\x28\xcf\x20\x08\xd6\x5f\x34\x05\x0d\x62\x29\xc3\x53\xc2\x32\x3a\x94\x0a\x52\x63\x30\x6a\xc7\x37\xe1\x16\x0c\x8a\x7a\x85\x86\x5a\x7d\x71\xce\x66\x8a\x25\x14\xb8\xd8\xcc\x6a\x2e\xc0\x85\x4a\x36\xb4\x16\xb6\x41\xb8\xbd\x75\x68\x63\x59\x15\xa9\x9e\xae\xca\x73\xe9\xf2\xba\x96\x6a\x9d\xeb\xdf\xbe\x06\x4b\x27\x67\x56\x8f\xab\x70\x5e\x77\x37\x8f\x18\xc5\x8a\x06\xe8\x14\x72\xa6\x7c\x17\x15\x9a\x65\x25\xf8\x5b\x7b\x70\x74\xcb\x79\xc9\x8b\x37\xa5\x20\x3f\xff\x45\x93\x61\x6e\xfa\xa2\xdc\x86\x14\x50\xe0\xf6\x1d\x35\xc9\xe4\x6d\x5f\x5c\x59\x2d\xf3\xe7\xbf\x34\x64\x4d\xa7\xd4\xd0\x41\x3d\x51\x36\xaf\xc9\x39\x35\xf4\x42\xd2\x94\x8b\xb1\xab\xde\x5c\xbf\x16\xef\x3a\xbd\xf6\x29\xf1\x89\x96\x21\x5f\xb2\xc8\xb5\x8f\x1a\x02\x86\x0c\x13\xf1\x5c\x04\x58\xb9\x08\xac\xdf\x59\xc8\x40\x7a\xb2\x17\x56\x5f\xc0\x52\x22\x57\xe5\x86\xcc\xa4\xc3\x2a\xb4\x5a\x99\x24\x2a\x17\xce\x92\xed\x0c\x89\x76\x75\x80\x8c\xc3\x66\x38\x79\x0c\xe4\x99\x45\x66\xdf\x17\xa0\x9f\x87\xec\xb5\x4c\x26\x34\x83\xb0\xb9\xe3\xc8\xa4\x67\xb5\x76\x99\x43\x0e\x12\xc4\xab\x88\x79\x39\xba\xd5\x23\x49\x17\x42\x59\xbc\x51\xa0\xff\xc3\x3e\x3a\x57\xea\x54\x5a\x8e\xd3\xea\x8b\xee\x08\xa3\xea\x32\x5c\x1d\xfb\x21\x13\xe0\x4d\xf6\xcb\x62\x9f\x7a\x7e\x04\x95\x5e\xd0\xab\x48\x13\xb0\xde\x8b\x39\xc4\x44\x03\xbe\x99\x84\xe8\x8c\x82\x3b\x3b\xa2\x5c\xd8\xc5\x70\x27\x46\x9f\xf5\x05\x06\xf3\x95\xf6\x25\xce\xfc\x8d\x7a\x97\x02\x62\x0d\x8b\xeb\x32\x08\x18\x33\x17\x7b\xe8\x64\xfd\x99\x62\xc7\xbe\x20\xa0\xfd\x35\x5a\x53\x7b\xc3\xb6\xc8\x4d\xac\x5e\xa7\x32\xc9\xa7\x1e\x77\x04\x72\xb5\x5c\x90\x9a\xbb\x44\x03\x85\xe0\xc5\x5e\x4b\xf1\xbf\x8b\xff\x5b\x2b\x9b\x5e\xef\x58\x46\x36\x50\xd5\x60\x56\x6e\xa9\xd4\x1a\x17\x86\x8d\xab\x0e\xbe\x4d\x30\x3b\x2f\x21\xb2\xdd\x4a\xf2\xe0\xfc\x33\xd2\x6a\x9f\x12\xcc\xd0\x98\x52\x27\xd3\xef\x34\xe9\x5e\x5b\x21\xc5\x2a\xa5\xe1\x98\xe4\xda\x60\x88\x16\xa4\xa9\xe0\xd7\x18\x26\x7f\x44\x7e\x20\xfd\xfc\x87\x1f\xfe\x94\x90\x2f\xfe\x8f\x3f\xff\xc7\x7f\xfc\xe9\xcf\xdb\x94\x4b\x86\x76\x8b\x35\x0a\xc8\x8e\x65\xa9\x25\xde\x81\x45\x66\xb2\xc3\x2e\xb8\x33\xd2\xb4\xfc\x4e\x63\x6f\x4c\x73\xaa\x7b\x1c\x85\xe0\xd0\xb1\x3b\x84\x3a\x3e\x3c\xa4\x74\x7a\x0a\x57\xbf\x66\xe6\xa8\x7c\x88\x83\x3c\xea\x84\xee\xff\xb1\x04\x68\x60\x60\xa9\x79\xbb\x50\x21\x9e\x05\x09\xd8\x36\x42\xbe\x77\x26\x3a\x03\x2e\xbe\xb7\xfe\x0e\x92\x59\xca\x94\xab\xb0\xe3\xad\x6a\xc1\xd6\x07\xe7\x97\x7d\x99\x65\xd2\x05\x71\x50\xa2\xd9\x8c\xc2\x1d\x6f\xcf\x6b\xab\x2f\x3a\x5f\xa8\x65\xae\x47\xbe\x10\x1a\x56\xed\x06\xdf\xc8\x88\x26\x8c\xa0\x34\xfd\xfd\x97\x53\xfb\xdb\x11\x99\x9f\x42\x28\xe6\x11\xf9\xc7\xa9\xcb\x80\xa6\xca\x0c\xec\x4f\x6f\xbd\x38\xec\x9a\x80\x41\x73\x4d\xfa\x6f\x4e\x1e\xa8\xf2\xe5\xe7\x11\xc8\xf1\x8d\x63\x7f\x01\xa4\x36\x16\xa0\x33\x29\xef\x5d\xa0\xea\xc2\x97\xee\x3f\x2d\x24\xf0\xe0\xdb\xc0\xcd\x77\x31\xc7\x56\xd8\x3b\x86\x17\x18\x69\xcd\x86\xa4\xf5\x77\x2d\x05\x69\xcd\xe9\x34\x73\xbf\xfa\xa7\x2e\x8e\x96\x6a\xe2\x4b\x06\xf9\x30\x9a\x6c\x8e\xe6\xcc\x77\x99\x1c\xc2\xbc\x3e\xfa\xb9\x62\x24\x2a\x0c\xb4\xb8\x22\x8a\x5b\xc5\x4d\xc4\x89\x3b\x98\x15\x0e\x45\xf6\xec\x2b\x70\xf7\xd6\xcd\xea\x4b\x18\xd2\x7f\xa1\xef\x16\x16\xc5\xa7\xaf\xa1\x05\x37\x84\x81\xd9\x46\xbf\x90\xef\x1d\x13\x7a\x6b\x2f\x02\x17\xf6\x8b\xcb\x50\xd7\xc1\x3c\x74\xf0\x4b\xd4\x01\x17\x04\x13\x12\x97\x7c\xf9\x8f\x93\x56\xab\x15\xbe\xbe\xb4\x53\xf9\x3f\x84\x1b\xcd\xb2\x11\xb6\xe4\xaf\x99\x79\x5f\x7c\xb4\x9a\x4e\x6c\x61\x2e\x20\x56\xa0\xf0\x55\x22\x33\x72\x5c\x58\x5d\x53\x99\x68\xf2\x6f\x56\xf6\x8c\x96\x12\x7e\xb4\xca\x56\xfd\xa9\x72\xf5\x0f\x9f\xe9\x58\x39\xab\x75\xf5\x60\xc5\xe0\x0c\x41\xfb\xa4\x1a\x22\x94\x1e\x78\x9a\x7b\x5a\xb0\x94\x73\xe2\x00\x1c\xa0\x34\xa1\x61\x5f\x0c\x3c\x6a\x40\xca\xa8\x0d\x09\xaf\x97\xe0\x16\x18\x6e\x01\x98\x81\x64\xdd\xb0\x00\x0e\xc5\xc0\xf1\x06\x9c\xe7\x51\xec\xe2\xb0\xd7\x8b\x88\xd1\xac\x74\x3e\x9d\x52\x35\x3f\x29\x4e\xdb\x22\x71\x16\xa0\x86\xc0\x65\x32\xbf\x00\xe0\x66\xcd\xdc\xd1\x72\x91\x06\x51\x05\xf5\x49\x48\x20\x20\x29\x4b\x00\x58\x18\x42\xde\x10\x56\x9b\x89\x44\xa6\x8e\xae\x8b\xbc\xcb\xb2\x58\x11\xde\x59\x14\x28\x7c\xd4\x8a\x2e\x2c\x66\xc2\x60\x32\xb6\x7b\xc3\x7f\xdc\xc0\xc0\xe5\x40\x1b\xcb\x2a\xc7\x1b\xb8\x30\xbb\x57\xb7\xfe\x9b\xf5\xaf\x5d\x58\x87\xb2\x5c\x4d\xbd\x2a\xe7\xcd\x06\x8a\x3e\x16\x17\x30\xc4\x5f\xa0\x09\x25\x0f\x59\xa9\xf8\xef\x33\x79\xcd\x33\x7b\x6f\x01\x8d\xb7\xfa\xa2\xf4\xf3\x11\x61\x19\x9f\x72\x11\xc2\xdf\x90\xbd\xcb\x11\x8a\xb8\xf7\xdc\xd8\x2d\xd3\xe9\xbd\xe5\x60\x3e\xc1\x3f\xd2\x7b\xda\x62\xee\x49\x27\x78\x8f\x9c\x99\x20\xd7\x76\x5c\x85\x22\x6d\x25\x4e\xdb\xc4\xb1\x93\x1a\x79\x44\x78\x70\x7e\xfb\xc2\xb6\xe6\xcf\x52\x11\x77\x1b\xb5\x17\x35\x77\x0c\x42\x3a\xf7\x29\x78\xd0\x02\xf4\x51\x0a\x9e\x0d\x42\x6a\x8d\x88\xd2\xa9\xd4\x1d\xdd\x3c\x63\x03\xa2\x0c\x07\x42\xa6\x6c\xc3\x60\xe3\x9a\xba\x8e\xce\x54\xec\x3d\x8c\x8a\x61\x56\x0d\xf0\x89\xc6\xaa\x74\x5a\x6f\x68\x3e\xad\x2d\x90\xea\xda\x01\x74\xf6\xc7\x6d\x8b\xd4\x17\x3c\x0d\x5a\xf1\x4a\x41\x94\x05\x59\x5a\xfb\x72\x11\xd7\x9d\x24\xf4\x74\x3b\x03\x32\xce\x3d\x81\x65\x0f\x11\xa0\x94\x8c\x95\xcc\x67\x21\x55\xd8\x27\x4d\xe1\x36\xb8\x1b\xad\x2b\x46\xf2\xd4\xc9\xd4\x17\x5c\xdc\xe3\x5d\xf8\x54\x7b\x14\xca\xa5\x46\xbf\x7b\x0e\x86\x2b\x7e\xec\x6a\x66\xdb\x51\x6b\x43\x93\x7b\x84\x58\x5b\x56\x6e\x77\xd3\x82\xc1\xc5\x7d\x99\x67\x99\xeb\xb6\x60\x9f\x45\x45\x81\x07\x4e\x09\x25\x77\x37\xdd\xfa\xbe\xef\xf9\xa2\xbd\xbd\x9e\x77\x96\x09\x04\xfe\xe7\x67\xbe\x51\x64\x5c\x05\x12\x90\x95\x48\x3d\xe8\xff\x4d\x40\x4a\x15\xde\xbd\xa3\x83\xcf\xf2\xa0\xc1\xb4\x86\x52\xeb\x27\x5f\x74\x7c\xee\x3e\xfe\x68\xbf\xad\xdf\x91\x8f\x90\x12\x12\xf2\xe6\xa7\x54\xd8\x09\xfa\x5e\x1b\x0c\x44\xc8\x16\xb7\x1a\xd2\xdd\x6c\xab\x01\x61\x8f\xeb\x45\xa0\xfa\xae\x7c\x2b\x8f\x68\x31\xa2\x19\xaa\x5b\x66\x02\x72\xf8\x11\xb9\x4d\x26\x6c\x4a\x21\x2a\x61\x5a\x96\xc7\x41\x2e\xf9\x3e\xa3\x6a\x8c\x52\x82\x66\x46\xbf\xad\xd9\xe1\x22\x38\x77\x87\x1d\xde\x02\xa0\x39\xb6\xd0\x43\xe2\xe0\x32\x0e\x10\x46\x59\x06\x86\x09\xcc\xc9\xf7\xef\xef\x0e\xab\xac\xe2\x27\x70\x63\x2a\xac\x59\x9e\x5a\x51\xac\x39\x63\x7e\x47\x4c\xf0\x4b\x3a\x0d\xd9\xa5\x1e\x18\xdc\x65\x11\xe0\xd8\x86\x0c\x40\x82\x9a\xc7\xb0\x33\x0a\x78\x3c\x04\x07\x3a\xdc\x34\x82\xbe\x68\xfb\x57\x42\x86\x1a\xc8\x37\x0a\xfd\xaa\x10\xc7\x84\x51\x7b\x20\x63\x44\x15\x77\xdd\xe4\x1a\x26\xb1\x69\x26\x50\x15\xc8\xdc\xca\x38\x01\x22\x0c\xb5\x3b\x2f\xec\xfa\x79\x34\xf4\xfc\xb0\x79\xe9\x91\xfa\x24\xff\xa4\x5a\x1a\xa2\xae\xe3\x55\xcc\xb7\x13\xb2\x8f\x5d\x43\x71\x35\x0a\x8c\x75\xca\xe6\x45\x64\x8d\x5d\x71\x94\x4b\x2b\x9d\x2d\x1e\x56\xb3\x13\x33\xe6\x74\x3a\x50\x32\xdb\x65\x8f\x7c\x13\x25\x1d\x07\x72\x35\xac\xbc\xf9\x6b\x4e\x33\xb4\xc7\x0a\x47\x8e\x7e\xd8\x20\x30\xfc\xf1\xcf\xa4\x0d\xb7\x25\xf9\x08\x6c\x11\x3c\x51\xd0\x9a\x91\x84\x4f\x67\x4c\x69\x69\x85\xf1\x86\x4d\xbe\xff\x8b\x1e\x38\xbc\xd4\x01\x4d\x12\x99\x2f\x62\xa3\x6e\x30\x93\x9a\xd6\xe2\x49\x51\x72\x9f\x0f\x99\x12\xcc\x80\x83\x13\xde\x23\xfe\xbd\xb5\x86\x2b\x69\x6e\x26\x7f\x1c\x24\x19\x5f\x1b\xc4\x15\xa2\xe0\xdb\xf6\xb3\x33\xfc\x6a\xd9\x04\x4a\xed\x97\x86\x2e\x08\x3e\x23\xf8\xac\x45\xde\xd1\xe4\x9e\x89\xd4\x15\xc9\xc6\xc4\x54\xb8\xa0\x80\x5b\x46\x26\x8a\xf2\xc4\x50\xdf\xc1\xf6\xed\x2d\xd4\x17\x53\x7a\x6f\x6f\x21\xf6\xc5\x05\x0b\x5b\x35\x43\x6f\x72\x34\x02\x3d\x2c\x64\xe8\xfb\x2c\x4a\xcd\x92\x5c\xd9\x37\xf0\x7c\x18\x3c\x1f\x60\x54\x48\xb0\xcc\x3c\xa1\x90\xe4\xff\x9d\x26\xf9\xcc\x6b\xbe\xa0\xed\x66\xe0\x20\xc0\x49\x42\x51\x14\x6e\xa5\xc1\x09\xeb\x0b\x08\xba\xf2\x2d\xce\x03\x57\x89\x7d\x52\xc1\x37\x5a\x77\xf8\x46\x98\xe2\xba\x9b\x2d\x1d\x6d\x08\x7b\x0f\x28\x33\x13\x26\x40\x0d\x5b\xbf\x65\xc8\x13\x5e\x7f\xd3\x4a\xc1\x63\x38\x8b\xc2\x6a\x10\x96\x30\x17\xdc\xc1\x06\x3b\x43\x51\x14\xd7\xe1\xed\xa9\xc5\xf7\x5c\x13\x4d\x0d\xd7\x23\x5e\xab\x9e\xc6\x89\xc5\xbb\xac\x3a\xdd\x2c\x9b\xb9\x26\x93\xb9\xb2\x16\x21\x3e\xb5\x45\xde\x73\xa5\x4d\x34\x25\x23\x43\x5e\x70\x13\x4b\x30\x13\xd6\x08\x69\xb5\x0f\xcf\xae\x9f\x41\xf4\xfe\x52\x1f\x79\x88\x45\x6e\x91\x76\x61\xe3\xc2\xcc\x68\xb4\x5e\xad\x98\x11\xcb\x34\xdb\x86\xf8\xd6\x32\x08\x80\x27\x08\x08\x88\x80\xac\xa2\xed\xef\x05\xbc\x5e\x18\xe6\x23\xa4\xfb\xd0\x7b\xd6\x54\xff\x9f\x55\xf4\xec\x15\x23\xec\x94\x72\x25\xeb\x86\xd8\x0e\xfa\xbe\x44\x95\x7f\x9b\x01\xae\x7f\xec\x8a\x64\x74\x3e\x3a\xb1\x4b\x6e\xe5\xfc\xe4\xde\x45\x19\x8f\x80\x0e\x5d\x3a\xfb\xe3\x44\xea\xf8\x9c\xf9\xfd\x83\xcd\x34\x2a\x67\x3e\x9a\x18\x82\xb4\xc3\x02\xa3\x7b\x56\xc8\x38\xdb\x1d\x46\x1d\x0e\x29\x46\x21\x85\xfd\x26\x9e\x85\xc2\x32\x80\xad\xd4\x37\xb5\x78\x9a\x4b\xf1\x1b\x3b\x1c\xe7\x7b\xb6\xaa\xb6\xe5\xb2\x4d\x0b\x27\xb7\x41\x86\xdc\x14\x4b\xb0\xf1\x2c\x6d\x14\xae\x0e\xa6\x3e\x9e\x00\x4e\x15\xca\xbc\x33\xca\xeb\x9c\x8a\xce\xa4\xbd\xcb\xfa\x3d\x25\xe2\xda\xbe\xa1\xd6\xdc\x74\xb7\x84\x59\xcb\xf0\x6b\x6f\x80\x97\x8f\x1e\x5e\x6d\x1f\xa0\x64\x6b\xa2\x71\x07\xe4\x26\x24\x1e\x8d\x15\xa1\x71\x5c\x9b\xd1\x48\x69\x89\xd1\x27\xe3\x42\x2e\x34\x84\x67\x60\xee\xa3\x1c\x05\x0c\x39\x8c\xac\x41\xb8\x49\x39\xaa\xf9\xe3\x5d\x26\x87\xfa\x6d\xc8\xb8\xa6\xda\xf7\x51\xa4\x40\x36\x93\xe0\x7e\x20\xcb\xfc\x52\x3c\xe5\x7d\xe8\xcf\x4c\x7c\x1f\x6e\xb2\xf0\xf5\x44\x55\x04\xbe\x60\x06\x08\x55\x32\x17\x1e\xf2\x49\x0a\x26\x47\xe0\x92\x00\x2f\x9f\x37\xba\x81\xd0\x2d\xa4\x89\xb2\x3d\x14\x9b\x61\xac\x31\xa8\x87\xcd\xcb\xbd\x23\xec\xd9\xaa\x75\x7e\x0a\xd8\xb3\x5d\xd7\xdd\x1d\x9c\xaf\xb4\xe0\xbb\x82\x59\xe1\x51\xda\x80\xcd\xc2\xfb\x2b\x2d\x61\x81\x0f\x80\xe9\x2b\x2e\x2a\x82\xc9\xcd\x10\xae\xc4\x8e\x8d\x3c\x86\x2c\x39\xc8\xbd\x42\x20\xc2\x26\x78\x6e\xb0\x20\x6e\x72\x1d\xd8\xf7\xd7\x18\x27\x86\xa8\x7d\x89\x06\xea\xee\x5e\x4d\x7c\x41\x41\x10\x66\x84\x60\xca\x19\x47\x56\xde\x1c\x1b\xda\x17\xe3\xad\x5c\xee\x60\x70\x20\x5b\x15\x90\xb8\x10\x5c\x40\x23\x26\xd0\x22\x10\x87\x35\x91\x53\x69\xaf\x6d\xab\xae\x16\x0f\x31\x8e\x0f\x2e\x9b\x25\xe5\x14\x67\x98\x15\xff\xf5\x66\x63\x8f\x96\x7d\x84\xb2\x63\xfc\xd2\x6a\xa4\xcc\x68\x26\xc3\x32\xd2\xe0\x8a\xf1\x07\x88\xb8\xe5\x74\x03\xd6\xeb\x29\xe8\xea\x00\x80\xee\x80\x9f\xf8\x3f\xac\x06\x69\x49\x2a\xc4\xcc\xf9\x3c\x3b\x17\xe5\x82\xe0\x0f\x75\xa5\x97\x1b\xbd\x87\x9b\x00\x1d\x02\x63\x19\xe6\xa3\x5b\x40\x2d\x5f\xa1\xbc\x84\xa4\xe9\x22\x58\xc5\x2e\x72\x08\x18\xf0\x29\x7d\xe1\xc3\x87\x02\x7d\x7f\x3e\x63\x47\x64\x98\xc3\xf3\xcb\xab\x5e\x6c\x98\xe5\x02\x1e\x1f\x27\x13\x96\xdc\x43\x70\x29\x32\x45\x5c\x2e\x5f\x46\x61\x38\xef\x8b\x02\xe3\xd9\x48\x6f\x65\x9c\x07\x10\xad\x00\x24\x27\x15\x49\xb9\x9e\x65\x74\x0e\xf6\x1c\x81\x6e\xe9\x72\x01\x63\x3f\xa8\x2d\xd5\x16\x00\xa1\x76\x5c\xc0\xcb\x61\xf0\x2f\x3f\x89\x50\x07\x29\x84\x58\xd5\x89\x1d\x3b\xc3\x9a\xed\xe2\x9e\x6e\x82\x53\x8f\xaa\x7f\xe1\x8e\xc6\x7e\x8a\x90\xfd\x24\x2a\x69\x4c\xfd\x37\x3e\xe8\x0b\x2c\x28\x7d\x5f\x28\xc8\xfe\x1b\x8b\x59\x30\xf5\xc0\xd2\xbe\x28\xe7\x97\xb9\xab\xac\xd8\x65\x52\xc0\xec\x36\xb1\xce\xcd\xb1\x3c\x63\xe4\x9e\xe5\x9e\x73\x88\xa9\x2f\x92\xe9\x43\x60\xd3\x12\xd8\xdf\xfa\x02\x3e\x4f\x80\x4f\xbb\xb6\xf1\xa3\xc0\xf5\x75\xa0\x9c\x0e\x75\xbb\x64\x4d\x0c\x84\x19\xb2\x67\x30\xb5\x36\x04\x7c\xb8\x00\x90\x85\x50\xe4\xba\x36\xfa\xc2\xc7\xac\x8e\xf2\x2c\x43\xb8\x84\x86\xe5\xf2\xd9\x74\x3e\xc0\xe2\xeb\xa5\x2c\x05\xbd\x96\x44\x40\xc8\xc1\xea\x97\xb2\x59\x0a\x61\x86\xc9\xbc\x28\x7c\x06\xc4\xcb\x84\xce\x21\x10\xcf\x83\xa0\x42\x6c\xf8\x98\x19\x62\xe5\x8e\x34\xcf\x30\x08\x13\x0c\xba\x90\x9a\x47\xb3\x8c\x70\xa3\xfb\x22\x64\x12\x22\x2c\x14\x5c\x05\x3e\xea\x3d\x75\xb2\x20\x74\x01\xcd\xba\x52\x19\x70\x41\xf0\x84\x9b\xd2\x90\xc0\x52\x39\x8f\x91\x03\x67\x33\x46\x31\x64\xc8\xd7\xd1\x8e\xa5\xc1\xea\x36\xb8\xf8\x1a\xa8\x60\xb0\x98\x80\xb4\x4f\xea\xc5\x0a\x16\x1b\x6f\x4a\x8b\xb4\x71\x76\x56\x14\xf4\x30\xfe\x38\x5a\x17\xa8\xec\x9c\x79\x56\xde\x32\x3a\xd4\x03\x0b\x12\xf5\x8c\x2a\xc3\x93\x3c\xa3\x2a\x03\x78\xae\x51\x9e\x11\x3e\x8a\x2a\x12\xc0\x26\x60\x22\x19\x54\xfd\x93\x70\x47\x78\xc3\xbb\xa6\x53\x16\x05\xc8\x3a\xc5\x33\x8b\x8c\x88\x08\x8e\x83\xd6\x29\xdb\xd6\xdb\x16\x39\xaf\xd6\x9f\x80\x63\x11\x25\xa0\x73\x8d\x1c\x30\x8c\x37\x8a\xec\xc2\x3a\x16\x7c\x64\x85\xdd\xef\xa2\x83\xd7\x54\xe8\x88\xea\xfb\x0d\x2d\x94\x1e\xc5\x6c\x45\x01\xa4\xba\xc8\xce\x1e\xd4\xcf\x29\xd9\x2d\xc3\x89\x58\x51\x70\x79\xc3\x41\xc6\xc9\xfb\x5b\x0c\xf4\x73\x54\xa0\xa6\x3a\xd8\xe9\x92\x02\x08\xb0\x8f\x1b\x0e\x35\x02\x27\xdd\x7c\xa0\x11\xe5\xc4\xf6\xe8\xc6\x95\x5d\xad\x5c\x7e\x2e\xc1\x84\x12\x3b\x2e\x2b\xd8\x33\xf4\x60\x54\xea\xd2\xc1\x18\x1c\x9e\x28\xc0\x3f\x85\xc3\x36\x64\x24\xe3\xe2\xde\x87\x92\xdb\x9d\x3f\x22\xb4\x68\x1d\x0e\x1f\x8e\x1e\x89\xb9\x41\xb2\xa9\x03\x4b\xdb\x41\xd8\x59\x2f\x20\xaf\x76\x73\xc3\xbc\x37\xc2\xc3\x5b\x28\xeb\x16\xcd\x63\xfd\x6d\x59\xea\x33\x0f\x42\xac\x77\x94\xe3\x05\x13\x79\xef\x0c\x0f\x85\xbe\x1a\xd7\xf7\x7a\x42\xeb\x8b\x3a\xae\xc6\xff\xbc\xbb\x3c\xef\xbc\xef\x5e\x96\x41\x3b\xff\x7a\xd7\xb9\x2b\xff\x72\x73\x77\x79\xd9\xbd\xfc\x10\xff\x74\x7b\x77\x76\xd6\xe9\x9c\x97\xdf\x7b\xdf\xee\x5e\x54\xde\xb3\x3f\x95\x5f\x6a\xbf\xbb\xba\xa9\xc0\x84\xde\xfe\xdc\xbd\xbe\x2e\xff\xd4\xeb\x7e\xec\x9c\x0f\xae\xee\x7a\x4b\x11\x41\x8b\xf1\xd7\x2e\xd1\x3e\xa0\x14\xb7\x86\x81\x6d\x93\x91\xe2\x4c\xa4\xd9\x1c\xa3\x06\xbc\xde\x51\x71\x52\xc6\x2c\x9d\x4f\x99\xcc\x77\x71\xfe\x5b\xd5\x57\x3e\x58\x95\x3a\x23\xae\x35\x17\xf2\x48\xf5\x7d\x63\x1a\xb2\x51\x8b\x66\xb0\xa5\x21\x4e\x46\xcd\x43\x10\xdd\xd2\xe0\x9d\x90\x01\xe5\x3a\x21\x33\xa6\x96\x8d\x05\x2e\x5c\x95\xcf\x0c\x1f\x36\x87\x73\xac\x99\x19\xb4\xb9\x66\x87\x29\xb5\xf5\xa9\x0d\x97\xf5\x8c\xae\x14\xd5\xb0\x8b\x43\x17\x5a\xd8\x16\xdd\x38\x7c\xed\x9d\x60\xb3\x7c\x98\xf1\x84\xf0\xb4\x48\x04\xc6\x70\x07\x8c\xbd\x43\x1b\x49\x35\xf3\x7e\xc6\x14\x48\x40\x56\xb0\x9c\x29\x76\x4c\x73\x33\xf1\x95\x92\x42\x89\x5b\xcc\x84\x67\x89\x62\xc6\x57\x62\x64\xa9\xc7\xbb\x8d\x7a\x82\xc1\xb8\x08\xdc\x14\x52\x3d\x5a\x11\x08\x52\x83\x51\x0c\xbf\xc4\xd6\x37\x30\xdf\xe1\xfb\x4b\x97\xc6\x8d\x98\xeb\x6a\x49\x13\x90\xf5\xf0\xa1\x47\xcd\xb5\xf3\xb6\x9c\x37\xf1\xa1\x22\xb8\xc9\x3e\xea\xa4\x7e\x1a\xab\x68\x2c\x26\x94\x72\x90\x88\x6b\xdd\x3d\x3a\x53\x0c\x2e\x05\xe7\xe3\xf1\x9a\x31\x04\x4b\xba\x28\x15\x08\x4e\xb1\x1a\xc0\x90\x4d\x68\x36\x42\x23\x8b\xdd\x9a\xe2\x5c\x2d\x92\x68\x4f\xde\x33\xb1\x87\x6a\xd2\x5b\xb3\x43\x81\x02\x75\x11\x93\x1d\xec\x0d\x85\x45\x06\xaa\x67\xfa\xea\xd2\x2e\x4a\x0f\x8b\x79\xa1\xf8\x19\x3d\xc6\x50\x99\x02\x14\xc3\x07\xf8\x8d\x46\xfc\x8b\x6d\xb0\x2f\x58\x2d\x2c\x00\x94\xc7\xf0\xb9\x51\x81\x2f\x43\x5a\x2c\x26\x98\xdc\x33\x01\x88\xbd\x58\x74\x63\x25\xcd\x6e\x66\xef\x5c\xdc\x8b\x45\xeb\x61\x58\x31\xb0\x28\xf1\x12\x8e\x71\x6c\xd6\x54\x45\x41\xea\x29\xbd\x67\x2d\x72\x8e\xf7\x22\xd0\xcd\xd9\x45\xb7\x73\xd9\x1b\x9c\xdd\x74\xce\x3b\x97\xbd\x6e\xfb\xe2\x76\xdd\xe3\xb7\x8f\x88\xae\xca\xe9\xab\x06\xd5\x05\x0e\x71\xe2\x4e\x5e\x11\x57\x5c\x94\x16\x0f\xc7\x0e\xb6\x64\xf5\xe8\x79\x3a\x1b\xa4\x5c\x27\xf6\xfa\x9b\x0f\x98\x48\x01\x4f\x65\x2b\x52\xad\x6f\xaa\x3a\x8b\xf0\x06\x09\x6f\x78\x0e\x82\xb7\xdd\x83\xa7\xe8\xf0\x1c\x12\xae\x5d\xbd\x4a\xa8\x55\xdc\x17\xd1\x6d\xd3\x5a\x8d\xa1\x67\x9b\xdb\x6d\x6e\xe5\x26\xaa\x73\xc2\xf1\x72\xad\x73\x6a\xf9\xa3\x7f\x0d\xf2\x65\x1b\x56\xc5\x65\xd0\xc6\xa0\x2e\x3c\xaa\x19\x40\xac\xca\x3b\xa5\x22\xa5\x46\xaa\x79\xc3\x14\xd7\x63\x9e\xf1\xb1\x29\xb3\xd0\xf8\xca\xb6\xfa\xbc\xdf\x05\x7c\x95\x8a\x2a\x29\x21\xf4\x4b\xef\xea\xe7\xce\xe5\xed\xa0\x73\xf9\x69\x70\x7d\xd3\x79\xdf\xfd\xaf\x90\x1a\xe7\x2a\xa0\x96\xe1\xc8\x99\xbd\x14\x2d\x77\xf1\x69\x1a\xb5\xfc\x05\x41\xc1\x7d\x3b\x0e\x08\x96\x8f\xfa\xc2\x73\x16\x55\x34\x3f\x51\x32\x1f\x4f\xea\x1b\xaa\x8e\xf2\xba\xdd\xfb\x69\xab\x61\x42\x0a\x15\x22\x07\xe3\x69\x5b\x04\x03\xe0\x23\xc7\xf7\x10\x41\xa0\x32\x3c\x48\x04\x84\x57\xeb\x6c\xd8\x0d\x1c\x6d\x2b\x6d\x64\x91\x69\x2d\x15\xfe\x6b\x5e\x6f\x22\xa0\x5e\xc4\x37\x4b\xd7\x08\x80\x53\x20\x26\xfd\x42\x6b\xa7\x35\xbf\x95\x6e\xb0\x3f\x1e\x67\x6c\x3c\x66\x29\x92\x57\xb5\x61\x67\xda\x71\x2c\x30\x29\xee\xf5\xba\x55\x74\x10\xd1\x3b\x5c\xcc\x21\xc0\x61\x7d\x06\x7e\x1d\x3e\xa9\xe7\x15\x67\xbe\x54\x4c\x22\x85\x36\x54\x34\x40\x6e\x6d\x58\xce\xb2\xc0\xc1\x55\x45\x51\x59\x67\xf0\xf0\xc6\xe8\xe2\x1c\x6c\xe3\xa0\x71\x50\xd8\xc2\x59\x30\x22\x88\xec\xa8\xb6\x4d\xcd\x26\x54\x0a\x06\x3e\xb9\xb1\x62\xa9\xea\xe4\x32\x07\xc1\x82\x88\x58\xa4\x0e\x77\x04\xad\x3b\x00\xf0\xdb\x18\xf1\xb5\xe7\xfa\xa2\xc1\x82\x59\x14\x47\x0c\xe5\x36\xbd\xf0\xb6\xb9\xbd\xaa\x52\x5a\x30\x2a\xbb\x98\xe6\x89\x03\xd8\xc1\x66\x0b\x97\xae\x33\x50\xf9\x0b\x36\x25\xc7\x71\x39\xd7\xf4\x18\x72\xc0\xfa\xa2\xc9\x51\x51\x53\x0a\x35\xa6\x80\x6b\x7f\x6b\xed\xb2\xf7\x35\xab\xdf\x7c\x04\xfd\x62\xaf\x17\x9b\x4b\xfc\xeb\x20\xec\x35\x78\xc4\xdd\xbe\x0c\x29\x7a\x22\xcb\xd7\x71\x53\x9a\x4e\xe0\xaa\x9b\x39\xee\xd7\x72\xda\xd3\x32\x2e\x10\x5e\x91\x13\xaa\x51\x72\xf5\xb5\xf1\x8b\xfa\xad\x45\xe1\xde\x26\xdb\x77\x90\x04\xf7\x88\x1d\xd2\xe4\x88\x38\x42\x9d\x3a\xd4\xe0\x8f\xf1\x74\x03\x36\xf8\x66\x84\x1f\x0b\x47\x41\x79\x41\xbe\x07\x0c\x2b\xa3\xb9\x48\x26\x64\x96\x51\x8c\x47\x9f\x50\x8d\x24\xed\x7d\xdd\x74\xc8\x33\x6e\x20\x93\x0e\xbd\x44\x95\x15\xb6\x1a\x0d\x55\xf7\x1e\xc1\x81\x16\x79\xdc\xcb\x88\x7e\xc7\x78\xac\xa2\x4c\xd4\x73\x46\x64\x15\x47\x36\xfa\x62\xa9\x8b\xa9\x20\x4b\x17\x8d\x55\x6c\x07\x16\x32\x37\x32\x2a\x79\xb5\xd9\xce\xba\x16\xaf\xab\x9f\x97\xd6\xbb\xe6\xa2\xde\xdc\xf5\xef\xc0\x89\x36\x60\xf3\x55\xe8\xa2\xda\x93\x35\xca\x24\x6d\x28\x70\xe1\xdb\x46\x24\xa2\xa6\xb6\x53\x99\x0f\x9b\x90\x2f\x70\x54\xcb\x5b\x5f\x66\xc7\xf7\xe7\x76\x5f\x76\xc1\x98\x01\x52\xc3\x0c\xdf\xcc\xb4\x11\x4d\x9a\x1a\x76\x0c\x9f\xd7\x37\xee\xf0\x1e\xd6\x9e\xf3\x02\xa1\x15\x90\x75\x01\x5f\xc3\x8a\xb4\x35\x45\x12\xff\x9a\x43\x21\xc6\xab\xd1\x2d\xe6\x76\xed\x42\x64\x86\x2f\x52\x58\xfd\x49\xac\xf6\xda\x2b\x3b\x49\x62\x1a\x98\xb1\x64\xfd\x6b\xa6\xda\xee\xad\xfd\x7a\xfd\x03\x59\x2e\x02\x35\x53\x5c\x42\x06\x96\xab\x1c\xb5\x24\x49\xbc\xb6\xdf\x1d\x56\xf2\xd7\x9c\xe5\xcc\xd2\xfe\x30\x4f\xc7\x8b\xb6\xcd\x0d\xa4\xb3\x62\x4a\x13\xf9\x48\xa6\x79\x32\x21\xbe\x71\x92\xb2\x8c\xce\x4b\x53\x03\x79\xc9\xc8\x0c\x40\x37\xb6\xc4\x80\x48\x72\x6d\xe4\x14\x62\xd5\x8a\x76\x55\x2e\x80\xe0\x09\x35\x46\xf1\x61\x6e\x6a\x03\x9c\x4a\xc9\xd0\x5b\x3a\xa8\x6e\xaf\x3b\x67\xdd\xf7\xdd\x8a\x77\xa8\x7d\xfb\x73\xfc\xef\xcf\x57\x37\x3f\xbf\xbf\xb8\xfa\x1c\xff\x76\xd1\xbe\xbb\x3c\xfb\x69\x70\x7d\xd1\xbe\x8c\x7f\x3e\x6f\xf7\xda\xb7\x9d\x55\x6e\xa5\xc5\x5e\x9b\x37\x82\x46\xb9\xda\x56\x76\x71\x86\x4b\xf0\xe8\x79\xed\xd2\xf5\x7a\x4a\xda\x3e\x73\x3d\x2e\xed\x41\xbd\xab\x0f\x5c\xd4\x58\x6b\xc4\x79\x04\xa1\x94\x36\xd6\x6e\x6a\x91\x36\xf1\x35\xb8\x20\x9e\x51\x5b\x61\xc1\xe5\xf5\xda\xdd\xc1\x26\xac\xc4\x90\x14\x9a\x5b\x81\x1f\x2d\x47\x2e\xa1\x3e\x63\x31\x88\x91\xab\xb7\xda\xea\x8b\xce\x03\x13\x26\x07\x84\x15\x9a\x65\xbe\x54\x9a\x7f\x21\x4a\x7f\xf3\xa3\xd4\x7c\xca\x33\xaa\x0a\xa8\xdf\x2b\xd7\x16\x08\xec\x7e\xac\x21\xdd\x71\x11\xff\xd1\x2b\x0f\x77\x5d\x02\xe3\x3e\xbb\xe8\x82\x08\x94\x18\x0f\x92\xe7\x3b\xef\x0b\xcc\xd8\x76\x3d\x4e\x29\xc4\xd8\x1a\xe9\xec\x69\xd8\x7d\x63\xe9\xd8\x9b\x1a\xa8\xdd\x2d\x10\x01\xd0\xf2\xfc\x54\xd1\x32\x61\x90\xfe\x8f\x8e\x30\x6a\xbe\x09\x04\x33\x49\x99\x06\xd9\xd4\x05\xc6\x94\xe1\x7f\xd1\xdc\x41\x7c\xeb\x97\x20\xec\xf8\xc0\x2d\x67\x8d\x0f\x46\x77\x06\x80\xe5\x0d\xf2\x77\x66\x2f\xa1\x97\xba\x0e\x71\x7a\x19\xac\xc2\x50\xe6\x22\xf5\xb5\x4b\xa7\x5c\x9c\x4c\xe9\x97\xb7\x7e\xa6\x8f\x13\xee\x14\x90\x22\x15\x97\x65\x56\x13\x99\x5b\x26\xb7\x7c\xb9\xfa\x62\xc9\x7a\xad\x96\x16\x3d\x67\x05\xb5\xa7\xd0\x51\x31\x18\xe9\x81\xcd\xeb\xf6\x6f\x01\xa5\x11\x03\x9e\xdc\x81\x87\x46\x66\x8a\x41\xa9\xee\x10\xea\x94\x61\x08\x5b\xf8\x37\x84\xd2\x96\xd0\x9e\xeb\x99\x77\xec\xe6\xdd\xe9\xdc\xd4\x3a\x98\x9f\x00\x67\xd3\xf5\x64\x37\x0d\xdd\xcd\xde\xd2\xe9\x42\x87\x9d\x1f\xcd\xee\xd6\xdf\xe5\x10\x0a\x4a\x6a\x5f\xcc\x45\x31\xb0\x6c\xc3\x5e\x78\x60\x20\xc8\xd8\x5c\xf0\x61\x7b\x1a\xc8\x98\x06\x7b\x2f\x14\x3b\x66\xbf\xe6\xce\x65\xf7\xe3\x0f\x9b\x5d\xb4\x46\xcd\x89\x87\x20\x8b\x23\xbd\x5d\xa2\x83\xbb\x74\x61\x5c\xb9\xe0\x75\x69\xdc\x37\x58\xe6\xf7\x79\xab\xa9\x57\x3a\x75\xff\x5c\x19\x0c\xef\x2d\xb1\xae\x34\xf1\x93\xe1\x5e\x7c\xaa\xc0\x5d\xb8\xee\x20\xc6\xd5\xb5\x1e\xdf\x68\x43\x9a\xdc\x3f\x52\x95\xa2\xb1\x10\xc2\x0f\x5a\xe4\x27\xf9\xc8\x1e\x98\x3a\x22\x09\x53\x86\xba\x4c\x58\x0d\xfe\x57\x38\x50\xae\x9d\xbe\x80\xb0\x6f\x4c\x2b\x16\x50\x08\xc7\xf0\xf1\xc4\x2a\x94\x91\xf7\x5c\x2a\xcb\x8f\x0c\xc2\x0c\xcc\x58\x82\xf1\xfe\x4d\x41\xce\xa3\x8c\x3e\x2c\xa6\xf6\x6e\x93\xb5\x19\xd5\xfc\xf6\xee\x29\xe7\xab\x59\x1a\xef\xe0\x4b\x47\x23\xd7\x9c\xcd\xcd\x44\x8a\x23\x32\x96\x19\x15\xe3\x56\xab\x45\x98\x49\x5a\x6f\x37\x22\x74\xd7\x60\xec\xf0\x0a\xc1\x9a\x99\xd4\x2c\x9b\x07\x80\xce\x10\x54\x6f\x57\x19\x82\xf8\x35\x47\x93\x47\x0d\xf5\xdf\x56\x93\x3f\x9f\xd7\x74\x5e\xaf\xa9\x6e\x9c\x45\xd2\xd0\x0e\x00\x77\x6e\xd0\x12\xbe\x5f\xaf\x79\x6d\x90\x15\xe5\xa1\xb0\x8b\xec\xa8\x06\x64\x1c\x29\x36\x4d\xf9\xf9\x24\x9b\x6a\xc6\x6c\x95\xcd\x5e\xdb\x92\xcb\x3d\xde\x2a\x09\x66\x91\xa2\x6b\x28\x2e\xe4\x8b\xed\x84\x9c\x91\xe5\xd3\xc5\xc2\x87\xfb\x92\xa2\x8a\x41\xe2\x5f\x67\xd0\xdd\xda\x52\x54\x51\x1a\x47\x2a\x4c\xd4\x71\xe3\x45\x5b\x28\x12\x13\x70\x4b\xc5\x35\xe4\xf0\x6f\x93\x4b\x13\x9a\xc1\xa6\xc1\x65\x03\xb5\x93\xa1\x58\x99\x92\x62\x9c\xcd\x31\x3d\xc8\x9b\xf8\xdd\x27\x1a\x45\x1d\xf0\xf3\x34\x73\x86\x6a\x20\xd1\x53\x27\xe6\x17\xe5\x7f\x27\x2c\x40\x05\x45\x11\x46\x46\xa2\x23\xd5\x31\xbe\x92\x0d\x1c\x6e\x7a\x8e\x69\xce\x3e\x5a\x49\x44\x15\x52\x16\xa0\x61\xca\x89\x63\x7d\x51\xee\x6a\x5a\x20\x11\xb9\x38\x2f\xe7\x11\xe7\x8a\x21\xa2\x83\xb6\x5c\xd5\xf0\x07\xbb\x76\x2b\xa3\x2b\x00\x40\x71\x9f\x4b\x01\x0d\xfa\x8a\xb6\x92\x8c\x7c\x8a\xca\x3d\x8b\x50\xf9\x53\x7b\x21\x3d\xb0\xd5\x81\x11\xb0\xaa\x83\xa8\xc6\xc9\x7a\x47\x1f\x09\xe4\xa3\xfd\x78\x49\x1c\xce\x42\xe3\xf6\xc6\x2a\xf2\x14\x0a\x43\x40\x51\x9f\xd7\x4d\xd2\x6d\x70\xe1\x6a\xaf\xa9\x7f\x53\xd8\x54\x40\x58\xb5\x32\x69\x5f\x38\x58\x99\xc8\x85\x65\xd7\x65\x71\x4f\x5d\xfe\x14\x82\x59\xcc\x4b\x29\xa9\x00\xf9\xe3\x0b\x35\xd4\x97\x1d\xf2\x68\xd5\xae\xdc\x1e\xa6\x1c\x7a\xc5\xbb\xb6\xc3\x2d\xe3\x37\x70\x9d\x9b\x63\x36\x0a\xb1\xc3\x2d\x9c\x03\x46\x42\xdc\x5a\x94\x58\x12\x66\x97\xaf\x2d\x6a\xc3\x25\x7c\xb0\xc4\x6d\xe7\xec\xa6\xd3\x7b\xb6\x98\x0e\x1f\x50\xb1\x71\x50\x87\x1f\xe7\x79\xe7\x7d\xfb\xee\xa2\x37\x38\xef\xde\x3c\x45\x54\x87\x7b\xb4\x45\x58\xc7\xad\x43\xab\x3a\x93\xc2\xb0\x2f\x3b\xf1\x50\x95\x8b\x01\xdd\x20\xbc\x38\x20\xc2\x2d\xbb\x9e\xb0\xd1\x45\xb4\xad\x00\x85\x45\xc9\x4c\xa6\x5e\xc0\x0f\xe0\x5a\x51\x1d\xa9\x11\xcf\x32\x48\xe2\x09\x36\x31\x17\x99\x6f\x17\xf5\x88\xf0\x10\x5c\xe8\x19\x6e\x5f\x0c\x4b\x70\x63\xa0\xa7\x4f\xa4\xd4\xb8\x3f\x74\x66\x17\x40\x71\xc8\xe1\x58\x06\xc8\x65\xf5\xed\x62\x18\x88\x31\x9f\x0b\x22\x9b\x40\x7e\xdc\x26\x3e\x65\x8e\x96\xbb\x28\xd7\x95\x0d\x3c\xc5\x95\xe8\xd3\x8b\x0b\xfe\x61\x98\x21\x1e\x62\x2e\x50\x90\x28\x9d\xe6\xdb\x7a\xd2\x3d\x29\x8e\x00\xac\xbb\xdd\x49\x0a\x86\x43\x80\x71\x2f\x36\xd2\x6d\x04\x42\x61\x16\x16\xc5\x7b\x8e\xae\x6f\x39\xaa\xac\xb3\x65\x85\x76\xad\x39\x98\x17\x29\xc2\x61\x93\x24\xcb\xb5\x55\xd6\x50\xd5\x69\x7f\xbe\xed\x0b\x2c\xc8\x03\x54\xa0\x3d\x5c\x22\x76\x81\x8e\x57\x59\xea\xdf\xde\x5f\xcc\xfb\xb1\x1d\x07\xfb\x1e\x0d\x4b\x53\x46\x85\xc6\x22\x1b\x59\xc6\x54\x41\x19\x38\x1e\x66\xaf\x38\x80\x0e\x84\x62\x29\xc5\xf7\xae\xce\x82\x84\x53\x6b\xc7\xeb\x9e\xba\x3a\x03\x55\x7a\x6a\xca\x11\x83\xa8\xae\xa7\xa4\x9c\x9a\xe0\xe2\x75\xa9\xc8\x05\xc4\xd5\x12\x51\x39\xd4\x77\x2d\x5a\xea\x61\x73\x07\x52\xda\x23\x29\xad\x71\xaf\xc7\xb7\x04\x99\x48\xcb\x40\x03\xd2\x61\xe1\x1b\x0a\x39\xaa\x19\x04\x2d\x40\x2d\xe8\xba\x5b\xa7\x00\x0c\xd9\xca\x5b\x74\x79\x75\xd9\x89\x7d\x3d\xdd\xcb\x5e\xe7\x43\xe7\xa6\x94\x8f\x74\x71\xd5\xee\x95\x72\x8f\x7a\x37\x95\x94\xa5\x77\x57\x57\x17\x9d\x05\xa7\x51\xa7\xd7\xfd\x58\x6a\xfc\xfc\xee\xa6\xdd\xeb\x5e\x95\xde\x7b\xd7\xbd\x6c\xdf\xfc\x12\xff\xd2\xb9\xb9\xb9\xba\xa9\xf4\x77\x77\xb6\xdc\xfd\x54\x9a\x46\xbd\xea\x54\x58\xb7\x23\xec\x94\xba\x25\xed\x51\x7d\xbf\xe7\x4c\x3c\xc8\x3c\xdd\x24\x93\xae\x36\x71\xae\x64\x45\x48\xd9\x60\xbb\x24\xbd\xa6\x44\xc3\xda\x7e\x14\x33\x6a\x3e\xa0\xc6\xb0\xe9\x6c\xb7\xb2\x4f\xeb\x1f\x91\xcd\xf2\xff\x80\xbf\xac\x91\xff\x57\xda\xd5\x97\x93\xff\x57\x93\xda\xb7\x98\xff\xd7\xbd\xec\xf6\xba\xed\x8b\xee\xff\xa9\xb4\xf8\xb9\xdd\xed\x75\x2f\x3f\x0c\xde\x5f\xdd\x0c\x6e\x3a\xb7\x57\x77\x37\x67\x9d\xe5\x01\xc0\x8b\xa3\x2f\x94\xb6\x63\x12\xf7\x73\x4a\x7a\x91\x38\x8d\x66\x5c\xa7\xad\xd9\x15\x07\xb4\x58\x6e\x00\x92\x85\x8b\xf1\x11\x14\x26\x3a\x25\x1d\xa5\xba\x53\x3a\x66\xd7\x79\x96\x1d\x91\x50\x7e\xec\x4c\x31\x6a\xe0\xb5\x6b\x99\x76\xa3\xef\xc0\xd3\x5b\x3b\x0d\xe8\xdf\x95\xf9\xc2\xee\x8f\x5c\xff\x91\x8a\x17\xbc\xc8\x2e\xa4\x3e\x14\x61\x3c\x05\xa0\x5b\x39\x72\x15\x0b\x8e\x82\x4f\x8a\xfc\x9a\x4b\x43\x09\xfb\x92\x40\xd0\x7b\x3d\x9d\x5c\xc8\x9d\xca\x74\xad\xae\x29\x50\x7f\xa6\x57\xe7\x09\xd5\x6b\xf2\x88\x72\x35\xd8\xa4\x4a\x8e\x9b\xe5\x47\xfc\xd4\x15\xc6\xa9\x17\x88\x4c\xb6\x87\x20\x9c\x0b\x39\xae\x47\x94\x81\x2c\x25\x07\x83\x53\x00\xba\x43\x48\x9f\x1c\x13\xcd\xc5\x7d\x5f\x7c\x9e\x30\x41\x64\xae\xf0\x27\x23\x15\x80\x13\x8d\xb2\x5c\x4f\x18\x94\xe3\x3b\x22\x8f\x8c\x4c\xe9\x1c\x43\xfb\xa6\x52\x45\x18\x3b\x40\x32\x96\x38\xe1\xeb\x8c\x0b\xcb\x2d\x66\xdc\x9b\x7c\xab\x5b\xbf\x0f\x8f\x90\x4f\xf9\xa0\xbb\x67\x64\xae\x17\xd7\xf2\x38\x61\xe0\xd2\x2f\x4c\x5f\x5e\x8d\x73\x9c\x1b\xf0\x06\xa5\xbc\xb7\x9a\x99\x4f\x0e\xfb\xce\x23\x2a\xc0\x72\x3f\x48\x9e\x92\x34\x9f\x65\x3c\x09\x7c\xf7\x51\xaa\xc6\x0c\x58\x74\x4d\x6c\x90\x01\x5b\x71\xb8\x2d\x9b\x58\x8d\xdf\x23\xb2\x77\x2c\xc9\x85\x7d\xe2\x6c\xe0\xa8\xbc\x48\xae\x99\x3a\x36\x8a\x8f\xc7\x60\xe8\xf5\x5e\xd4\x97\x9f\x2e\x5c\xa4\x23\xed\xee\x30\x8c\xe3\x79\x32\x39\xe6\x09\x0d\x8e\x42\xa0\xa9\x20\xbb\x86\x7c\x44\x7f\xec\x67\xb9\xc2\xb2\x8e\xa3\x22\x27\xac\x31\xce\xda\xd7\xd2\x1d\x60\xc5\x96\xdd\x2b\xc9\x74\x47\x58\xbd\xd0\x61\x9e\x17\x01\x6f\xbe\x6a\x84\xbf\xe1\x8a\xbe\x3d\xc4\x16\xa2\xdb\x42\x95\x44\x22\x1f\xa1\xe2\x94\xd5\x46\xac\x70\x6e\x67\x2a\x24\xc8\x26\x01\x76\x2b\x98\x98\x3d\x30\xd9\xc8\xa3\x75\xba\xa0\x04\x2c\xf4\xfd\xf5\xd3\xbb\x0b\xdb\xb3\x9d\x7a\x38\xa5\xb5\x2c\x72\x57\x0c\xae\x60\xab\xde\x56\x22\x5e\xee\x84\x19\x67\x72\x88\x25\xaf\x16\xd0\xb9\xe2\x5b\x67\xb3\x88\x83\x91\xc3\x50\x2b\xdf\x59\x3e\xcb\x1d\xe2\xdd\xe5\x12\xd4\xe3\xb8\xf2\xf3\x4e\x31\xcc\x4f\xb0\x60\xb9\x91\x51\x91\x31\x3b\xb9\x6e\xa8\x35\xe6\xfd\x28\x40\x15\xdd\xb4\xb6\x62\x45\x71\x62\xfc\xca\x37\x71\xe7\x1a\xa7\xe7\x46\xe8\x6b\x33\xc5\xbc\xbb\x7b\xce\x4c\xf0\x72\x67\x1e\x6b\x07\x92\x7f\xc3\xac\xcb\x61\x3e\xde\x91\x1f\x42\x33\x21\x67\x3f\x14\xc0\x9b\xce\xa4\x60\xc2\x19\x37\x84\xec\x0b\xd7\xb8\xc7\x72\x0c\xb5\x48\x4a\x0e\xa6\x23\xa7\x83\xb8\xaa\x97\x5a\x66\x0f\xce\x4e\x19\x65\x60\x03\xd6\x92\x1d\xe0\x99\x65\xe7\x56\x78\xa1\x22\x2d\x4a\xfe\x4f\x58\x5f\x54\x00\x0d\x15\x1b\x73\x6d\xe0\x62\xf1\x14\x1b\x7f\xbf\x37\x90\xb7\x92\xbc\xb3\x6c\xe9\x1b\x41\xde\x56\x31\xae\x11\x4d\x36\x01\x5b\x9a\xcf\x58\xda\x0d\xdf\x2d\x27\x86\x92\xaf\x33\x8d\x62\xc1\x4a\x87\x1c\x69\xc0\x97\xb5\x85\xc0\x47\x1d\x72\xa7\xc3\x26\x85\xea\x36\x1e\x80\x09\xb6\x68\x4c\x73\xaa\xa8\x30\x8c\xe9\xbe\xc0\xa8\x50\x0c\x59\x2f\xc5\xa8\x8c\x4a\xb0\x7e\x85\x2c\x95\x48\x6d\x30\x20\x0e\x3e\x19\x51\x9e\xe5\xaa\x51\x44\x40\xb2\xdc\xca\xfb\xbe\x6c\x99\xce\xa0\x59\x52\xb7\x6b\x21\x90\x24\x3a\x46\x21\x88\xc4\x57\xe0\xf0\x55\x42\xca\x6e\xd5\x26\x7c\x56\xa7\xec\xad\xbf\xe1\x41\x3f\x5c\x82\xd7\x65\xb7\x77\x95\xac\xb2\xda\x00\xf1\xa7\x3f\xae\x86\xea\x6c\xe4\x14\x40\x23\x13\x2a\x52\xa8\xbb\x45\x4d\x64\x6e\xc0\xbd\x75\x14\x07\x00\x68\xc6\xb3\xa2\x66\xdf\x04\x98\xfa\x06\xc9\x82\x9f\x68\xc5\x6a\x55\x1d\x4c\x2b\xfc\x0d\xa5\x5e\xca\x6e\x9f\x3a\x73\x63\x11\x2e\xe9\x90\xf8\xc2\xf1\x68\xde\xef\x9a\xb2\xfa\xbb\x27\x2e\xad\x8b\x4d\x58\xd4\x59\x5b\xe4\x4b\x89\xa3\x7b\x77\x5b\x04\x34\xc2\x1d\x29\x1f\xcb\xb3\x6b\x56\x4a\x0f\xeb\x0b\x07\xd5\x09\x2f\x22\xde\x2b\x46\x40\x6a\xf2\x63\xf0\x1d\xfe\xf8\x1f\x3e\xfe\x6d\x4e\x46\xb0\xd6\x10\x64\x2a\x93\x24\x57\x00\x8d\xe8\x2b\xf2\x31\xbc\x09\x36\xc9\xe2\x6d\xe3\xfd\xa7\x81\x1f\x40\x2c\x5d\x73\x75\x29\xa7\xc7\x94\x26\xd5\x03\xf1\x15\x41\x47\xc3\xcd\xe3\x10\x3f\x94\x36\x44\x1b\x36\xab\x65\x01\x25\x11\xa7\xcc\xbc\x77\x4a\xd4\xaa\x83\x07\x5d\x9d\x10\xfa\x91\xce\x96\x21\x37\xee\xdc\xe2\xaa\x6d\x08\x11\x3a\xd5\x9b\x09\x50\x0b\x01\xc8\xc2\x21\x2e\x2e\xae\x5e\x48\x6a\x7d\x96\x40\xd4\x4d\x70\xa4\x43\x6e\xb3\x43\x60\x5f\xc6\xdb\xca\x9f\x6e\x1e\xf8\x52\x44\x60\xba\xc2\xdd\xd8\xe0\x10\x13\x92\xe3\x1c\xea\x6d\x72\xdc\xab\x1b\xe3\xdb\x5a\xb2\x1d\x3b\xe6\x77\x16\x29\xf9\xcf\x98\xde\xf9\x69\x61\x89\x36\xcd\xee\x7c\x88\xd3\xd9\x41\x5c\x2a\xc2\x31\xd6\x52\x22\x43\x56\xe7\xa7\x32\x26\x41\x69\x89\x25\x5f\x0b\xbc\x61\xb1\x32\x20\xdc\x50\x29\x13\xd2\x30\x42\x89\xe0\xd9\x89\xc8\xb3\xec\xe4\x52\x0a\xcb\x98\x35\x1f\x63\x08\x09\x56\xf5\x87\x48\xd7\xa2\x5c\x46\xc9\x7a\x1c\x1d\x01\x60\xce\x76\x48\x68\xd8\x36\x96\x63\xda\x2d\xc8\xe6\x7d\x61\xbf\xc0\x7b\x04\xab\x0c\xf0\x10\x1d\x8c\xbd\x79\xd8\x47\xd7\x17\xa4\xca\xcd\xe3\xc6\x6b\x08\x6c\x19\x52\xe2\x4e\x61\xb9\x87\xfa\x95\x2f\xa6\x7e\xa5\x54\xa1\xa0\xfe\xfa\x95\x2c\x9b\x0f\xd5\xd6\xa5\x24\x83\x6e\x12\xc4\xd6\x35\xe8\xf1\x6b\x7a\xc8\x9e\x12\x37\x73\x67\x90\x4c\xbf\x52\xfb\x70\x14\xfc\x8a\x39\xb3\x03\x39\xf2\xf5\x27\xb7\xcf\xf3\x5d\xd3\x52\x1b\x27\x2a\xc4\xd9\xbd\x8b\x44\xd2\xa4\xaa\x4a\x31\x70\xca\xec\x7a\x83\xad\x2e\xd8\x95\x78\x8f\x9f\x5f\xcb\x8c\x27\xcb\xcd\xdb\xfe\x6a\x02\x54\xf6\x05\xe7\x06\xd4\x2f\x70\x55\x91\xa9\xd7\xb0\xd1\x6e\x6b\x58\x62\x0a\x6b\xcd\xe2\xe4\x36\xb1\xfe\x79\x75\x21\xb4\x02\x40\x32\x45\x59\x09\x7b\xad\x40\x70\x30\xa4\xaa\xa0\x20\x0d\x00\xe7\x74\x06\xee\x14\xa7\x5f\x94\x06\x02\xbc\xe9\x71\x22\x33\x76\x84\xe6\x20\xb0\x1d\xf7\xc5\x8c\xa9\x44\x5a\x25\x0d\x0a\x57\x63\xbc\x1c\xcf\xd2\x22\x21\xf4\x7b\x70\x65\x81\xc1\xf9\xad\x43\xbd\x60\xc1\x5c\x17\x8a\x0b\xac\x26\x5b\x8f\x7c\xb7\x2b\xa2\xc2\xbe\x6c\xd3\xcb\xa8\xe0\xb3\x73\x6f\xe1\x52\x38\x30\xf0\x8a\xdd\xc5\x2e\x7a\x69\x3c\x9b\xed\x30\x0b\xa9\x7e\x70\xc1\x60\x25\x0a\x53\xd9\x57\x17\x6f\x5d\x5d\x4a\x22\x2d\x89\xf2\xe0\x40\xb0\x1f\x51\x70\x41\x52\x14\x43\x8a\x08\x55\xb7\xa9\x7d\x51\x98\x9a\xbe\xd3\xb1\x48\x52\xbb\xcf\x2d\xf2\x5e\x2a\xc2\x01\x50\x2a\x61\x47\xe4\xbb\xd2\x44\xbf\x83\x98\x69\x21\xa1\x3f\x67\xa0\x28\x2d\x0d\x90\xeb\x11\xe1\xa6\x2f\xb8\x46\xca\x54\x2c\x63\x0f\xd4\xd5\x72\xf5\x5a\xa1\x33\x5f\xbb\x54\xe4\x30\x6d\x70\xa0\x52\x17\xa5\x9d\x06\xc0\x44\x88\x4e\x52\x71\xec\x2d\x85\x18\x2f\x40\x88\xcf\x05\x64\xfa\xb1\x2f\x88\xc3\x6f\x15\xdd\x07\xa6\x14\x4f\x53\xdb\x5d\x51\x20\xc2\x61\x32\x41\xc5\xc1\xb9\xcc\xb1\x6c\x4e\x0a\xae\x12\x1a\x72\xbf\x42\x20\x14\x47\x61\x74\x28\xcd\xa4\x0c\x5c\x8e\xa0\x2d\x78\x92\x98\x55\xb1\x0d\xd4\x15\x82\x75\x15\x8c\x9a\x09\xe1\xe6\x08\x22\xd8\x3c\xe3\xe8\x0b\x9a\x3a\xcc\x3b\xd7\x9c\x5d\x1a\xa0\xfb\x25\xfb\xec\x9e\x43\x80\x7d\xf3\x11\xdb\xd5\x3f\x82\xa7\x7a\x96\x51\x31\x40\x86\xfa\x15\x3c\x24\x11\x9e\x4e\x93\x1d\x2b\x1f\x0e\x02\x5e\xfd\x5e\xc6\x19\x24\x9d\x9b\x12\xca\x95\x15\xe1\x7c\x47\x47\xd5\xaa\xb2\x5e\x32\x87\xcc\x4f\x6f\xca\xe7\x19\xd4\x7b\x47\x2b\xd9\xfa\x5c\xa0\xf0\xf2\xd0\x8a\x4d\xd7\x53\xeb\x2a\x37\x8f\xa7\x80\x97\xea\xea\x59\x67\xe7\x2b\x77\x48\x75\xdb\x37\xf7\x32\x2c\x08\x4c\x5b\x79\x1a\x56\x0c\xeb\x69\xbd\x0d\x8d\x26\x84\x45\xaf\xc3\xe7\x50\xdf\x27\xd8\x94\x31\x6a\x80\x11\x2d\xad\x5e\xe3\x2d\x1c\xf5\x78\x49\x95\x10\xbf\x27\x0d\x44\x2e\xa3\xaa\xaf\x9d\xdc\x86\x85\x86\x48\x57\x10\x6f\xa9\x38\x22\xfd\x37\x48\x59\xba\xff\x06\x01\xa3\x3d\xec\x96\xaf\x62\xe4\xce\x4f\x5a\xaa\x55\x17\x2c\xed\xe8\x2e\x2f\x0e\x9c\xab\xae\xb3\x91\x35\xef\x6b\x96\x0f\x8a\x32\xff\x30\xa2\x66\x88\x0d\xb8\x6b\x12\x75\xce\xb9\xaf\x2d\x04\xd0\x90\x2a\x4f\x4c\x31\xe1\x50\x8a\xe5\x9d\xff\xd0\x2e\xd1\x2c\x77\x37\x6a\x28\x7d\x22\x55\x5f\xf8\xd6\x8a\x8a\x88\xed\x2c\x5b\x68\x6a\xb1\x0a\x51\x44\xab\x60\xa3\xf6\x39\xf9\x80\xf5\x50\x04\x88\x57\xf9\x00\xd8\xbc\x87\xac\x00\x0c\x6c\x91\xa2\x0e\x16\x88\x1e\x95\x82\x3b\x71\xbd\x9d\x2c\xf3\xc5\x66\x50\x6a\x8b\x2a\x8c\xe8\x1c\x22\xaf\x47\xb9\x65\x47\x51\x78\x7a\x5f\x40\xed\xa5\x11\xb7\x87\xc4\xaf\x4b\x5f\x7c\x94\x2e\xcc\x1d\xc4\xab\xff\x9f\xbd\x6b\xdb\x71\x1b\x39\xda\xf7\x7e\x8a\xc6\x7f\x63\x1b\xe0\xc8\xc0\x1f\xe4\x66\xef\x06\x1e\x1b\x3b\x86\xe1\x4c\x3c\xf6\x26\xc0\x72\xa1\x69\x91\x2d\x89\x71\xab\xa9\x34\x49\xcf\x6a\x81\xbc\x7b\xd0\x55\xd5\x27\x9e\x44\x49\xf4\x64\xe3\xec\x85\x61\x60\x24\xf5\xb9\xab\xeb\xf4\x7d\x65\x27\x69\x53\xd7\x69\xd9\x9e\x3b\x6a\x02\xfa\xc3\x0d\x3c\xdb\x6b\x0c\x0d\xb7\xc8\x2a\x21\xa5\x03\x12\xcf\x12\xa3\x7b\x68\x3f\xa9\x8c\xab\x54\xfd\xc3\x2c\x8f\x2d\x28\x44\xdb\x5a\xae\xf1\x12\x5b\x72\x4f\xf6\xe2\x01\x1b\x7d\xf1\xe7\x97\x0f\x2f\xb1\x5c\x5b\x53\x01\x1d\x4c\x12\x3f\x21\x0e\xa9\xd4\x48\x09\x69\x8f\x76\x06\x6b\x5d\xee\x90\xb5\xc5\x75\x31\x5a\x7a\x80\xac\x9c\xb9\x0b\x6d\x7b\xcf\xeb\x35\xcb\x78\x9d\x6d\xaf\xac\x36\x17\x16\x59\x2a\x2a\x5f\xc6\xdd\x68\x8e\x46\xd7\xea\x07\xeb\x18\x0b\x4c\xef\x1c\xdd\x62\x74\x5e\xcc\x14\x20\x6e\xf2\x29\x3a\x95\x21\xa9\x29\x1e\x4e\xcf\x74\xe8\x35\x3d\xf7\x75\xcb\xf5\xe0\xdd\xa5\xe4\x22\x56\x7c\x27\x72\x96\x22\x36\x3a\xfd\x3f\xbb\xfd\xa9\xda\xaf\x16\xf2\xb0\xae\x17\x80\x3b\x58\x98\x65\x59\x00\x20\xfa\xc8\x4b\xb7\xcc\xbb\xa6\xd2\x91\xe5\x1e\x34\xb6\xfa\xf5\x1d\xb7\x3a\xae\xa7\xe9\x4a\x0b\xba\x78\xdc\xfa\xdc\xc7\x31\xa0\x18\xec\x05\x65\x69\xa8\x88\x8e\x51\x72\x03\xc5\xca\xdf\x4f\xac\x67\xc0\xaa\x9a\xd7\x45\x86\xc4\x46\x8a\xcb\x03\x30\xae\x24\xa9\xca\x0b\x8d\xa6\x35\xcf\x0e\x99\x2c\x32\x2a\x88\x13\xeb\x42\xe2\xab\x50\xf5\x9b\x5f\x6b\xa1\x15\x97\x36\xf3\xf6\x56\xad\xcb\x4b\x14\x22\x41\xed\x8d\x55\x40\x9b\x92\xfc\x15\xab\x3c\x80\x21\xc6\x86\xbd\x87\x31\xd3\x58\x1c\x16\xcc\x6a\x9b\x24\xe0\xce\x78\x42\x1c\x0b\x1c\x50\x04\x7f\x6d\x56\xa5\x14\xec\x9f\x8d\xd0\x07\x76\x7b\xc3\x4a\x0d\x78\xc7\xba\xa4\x3f\x15\xf9\x49\x84\x88\x58\xc8\x91\x62\x81\xae\x6c\x64\x4b\x21\xea\x8c\xb8\xf2\x14\xb0\xa5\x76\x85\x01\x03\x6f\x67\x3c\x83\xbe\xed\x8a\x60\x01\x40\x6b\xf5\x54\xda\xeb\x10\x20\xa1\xff\xb2\x7c\x1e\xd0\x5c\x5d\xad\xb9\xd8\xc9\xd9\xbe\xd5\xb4\x4e\xfa\xdc\xba\x21\x88\x98\xb4\xee\x87\x52\x17\x9b\x42\xf1\xba\xd4\xec\xc5\x9d\x85\x19\xbd\x74\xd0\x58\x58\xc5\xfe\x61\xb4\xdc\xab\xa7\x2c\x11\xba\x66\xfb\x75\x23\x08\x27\x8b\x7c\xd9\xcd\x03\x3f\x95\x96\xf1\x68\xba\x84\xf9\x56\x55\xf3\xdd\x3e\xa4\x65\x73\x64\x41\xb4\x32\x12\x17\x81\xd9\x81\x81\x15\x5e\x54\x3e\xe1\x2c\x55\xe4\xbb\xc2\x7d\x2b\x75\x0f\xdf\x70\x7b\x96\x20\xe7\x97\x67\x66\xd9\x53\x19\xbf\xe3\xbf\x1e\xf5\xef\x7f\x7c\x6f\x5d\x7a\xfe\xdd\x8e\x1e\x42\x98\xa8\x50\x19\x88\x55\xc8\x26\xde\x46\x09\xcd\xa9\xf2\xc9\xc4\xaf\x65\xd9\xe4\x8c\x64\x0f\xc5\x0a\xf4\x82\x15\x62\x91\xb0\xea\x4f\x3f\xbc\x7a\xb5\x58\x0c\xac\xc4\xa9\xfc\x1f\xee\x7e\xc3\xef\xfa\x4f\x38\x7c\xd6\x9b\xac\x7f\xe4\x6a\x45\xd5\xeb\x96\xa7\x19\x8a\x96\x3d\x05\x4e\x4b\xe8\x48\x89\x53\x51\xdb\x5d\xba\x8a\x7e\x97\x74\x67\x73\x5a\xc7\xbb\xda\x73\x2d\x54\xbd\x84\x1e\x4f\xeb\x0c\x3a\xb9\x83\x9f\x47\x20\xa4\x49\x06\xf1\xcf\x9f\x4a\xf4\x73\xd8\x4c\xe4\x5f\x82\xda\x9b\xc4\xc4\x66\x64\xfb\x8b\x02\xc2\x8e\x81\x4f\xf8\x58\xb1\x41\x9a\xd0\x19\xab\x17\x4c\x28\x12\x4c\x93\x26\xe4\x47\x8f\xa0\x7c\x57\x58\xd2\x25\x63\x1a\x41\x61\xff\xe6\x9f\x2c\x4c\xb4\xf5\xd1\x09\xc6\x6b\x86\x55\x78\x7f\x13\xba\xf4\x08\x53\x62\x77\x0e\x1a\x1e\xc9\xca\x3f\x2c\xcf\x67\xe9\x40\x1a\x32\x24\xe5\x08\x99\x07\xe0\x2f\x94\xec\x8d\x5a\xd5\xea\x60\xb3\xf3\x87\x09\x5e\x97\x67\xf0\xdf\xbb\xa1\x04\x3a\x4d\x20\x3d\xad\xe1\xe7\x44\xb1\xbd\xa0\xaf\x40\x67\x33\xfa\xb7\xd1\x35\xf8\x9e\x42\xfc\x54\x17\xbc\xed\xc4\x5a\xc0\x24\x7e\xfe\xfb\x2f\x8b\x21\x16\x22\x18\xfa\xd9\x55\x8e\xde\xda\x92\x6f\x5a\xf0\xdc\xb3\xe8\x87\x24\xf9\xc7\x18\x86\x8e\x1e\xc8\x0b\x34\x99\x4b\xf6\xa5\xab\xab\x38\x2e\x0a\x7f\xc4\x8b\x3c\xa4\x90\x74\x07\x9c\xb6\xc7\x91\xa8\x97\x6b\x06\x26\xcb\x80\xb6\xb4\xa0\x71\xf6\xf4\x70\xc2\xea\xf5\xcb\xa7\x27\xd2\x03\x87\x70\xb7\x53\x86\x6f\x8d\x8c\xbb\xb2\x94\x97\x1a\x1a\x5c\x5a\x96\x97\x25\x80\xea\x2f\xd1\x13\xf0\x00\x38\xc3\xe2\xf6\xc6\x39\xbd\x1c\x90\x15\xe4\x74\x40\x69\x03\x11\x19\x1a\x02\xc4\x41\xb0\x04\xcf\x70\x9e\x42\xb5\xef\xf1\x7b\x9e\x98\x6f\x01\x6d\x60\xc0\xc4\xf1\x7b\x76\x0c\x9f\x20\x47\x94\xfb\x31\x02\xd8\xa7\x35\xc2\x93\xac\x1c\x84\xc0\xb7\xba\x72\x16\x4f\x08\x0a\x74\xeb\x18\xf4\x6d\xd7\x13\x89\x77\x8c\xc9\x44\x0f\x48\xaa\x82\xc7\x02\xd1\x36\x36\xa1\xc5\xad\x5a\x9f\x21\x14\x1d\xc3\x8b\x0d\xa1\x4b\x90\xdf\xa3\x66\xec\x4d\x48\xb0\x00\xee\xd8\xac\xdc\xad\x8c\x31\x82\xc4\x48\x14\x0f\x81\x57\xee\xda\xa2\x00\x1d\x84\xc9\xbe\x56\x58\x24\xa1\xb5\xf6\x2e\x99\x24\xc4\x28\x85\x22\xab\x37\x8c\x3e\xa0\x5a\xcc\x0b\x52\xef\x97\xb3\xd7\xed\x19\x00\xd7\xf3\x23\x3f\x54\xc0\x46\x61\xac\xe2\xf5\xda\x17\x47\x09\xb5\x74\x67\xa7\x39\xd0\x16\x51\x3b\x35\x44\x52\x43\x73\x29\xa8\x3e\x96\xb4\xbc\x1b\x1e\xdd\xf1\xbc\xea\x5f\x9c\x6f\x8d\xa8\xef\x5f\x0b\x68\xdf\xe1\x3e\x89\x8a\x35\x4a\x80\x4e\xd0\xb2\xf8\x7f\x9f\xb7\x2e\xb2\x52\x39\xac\xe8\x2c\x06\x6b\x0f\xda\xbe\x7f\xb8\xf0\x59\x87\xc3\xf5\x98\xf5\x7c\xa1\x11\x1f\x3c\x93\xba\xcc\x88\x93\xb6\x66\x40\x52\x85\xe2\xd8\xf4\x9d\xb0\x1d\x2f\x14\x5d\x83\x5a\x1b\x01\x99\x8b\x55\xb3\xd9\x0c\xda\x96\xb2\xdc\x7c\xd3\xb8\x84\xc5\xa6\x07\xdf\x1f\xc8\x89\x97\x63\x78\xeb\x23\x27\xf4\x3b\x72\x22\x8c\xe2\x93\xe6\x70\x03\xdc\xda\x9e\xd0\xf7\xbc\x2e\xa4\x78\x1a\xcb\x7f\x26\x37\xc6\xed\x14\x37\x86\x0d\x5e\x40\x02\x25\xce\xc3\xb9\x97\xff\x87\xfc\x1b\x08\x2a\x59\x16\xb1\x7a\x39\x32\xa4\x33\x81\x5a\x0e\x5a\x0a\x97\x95\x58\x8e\x2a\xa1\xf2\x0a\x38\x97\xe7\x47\x6e\x81\x6c\xbf\x1c\x63\x75\x84\x73\xfc\xbe\xdc\x09\x06\x5d\x55\xc8\x16\xc2\x28\x03\x34\x81\x60\xa7\x99\xa0\x27\x96\x83\x0b\x4f\xd1\xbc\x6c\xcb\xd5\x46\xe4\x5e\x25\x7c\xa1\xc4\x23\x33\xb2\x36\x09\xa3\x3f\xc1\xf6\x24\x4c\xd4\xd9\x4b\xa3\xdb\x44\xc9\x22\x5a\x64\xa5\xce\x01\xae\xbf\xe1\x3a\x87\x14\x25\x3a\xf0\x92\x67\x5f\xa0\xb0\x11\x3c\x47\xd8\x23\x45\xa8\x2c\xa2\x1d\xa3\xa6\xbe\xb5\x42\x65\x48\x19\xe9\x6a\x0d\xdb\xf1\xe1\xcf\x2b\xc6\x33\x5d\x56\x54\xf9\x94\xea\xd9\x50\x21\x95\xa0\x96\x04\xf4\x38\xe8\xa2\xe0\xd5\x45\x08\xfd\x6b\xe5\x13\x0e\xc4\xaf\x7b\xc9\x55\x7c\xe2\x71\xba\xb5\xe6\xc0\x6b\x3a\xa8\xcf\x39\x20\xde\x93\xc2\x77\x43\xea\x41\x7f\xad\x50\xb7\xd3\x82\xe7\x87\x10\xae\x54\x28\xe2\x13\xe3\xf9\xae\x50\x66\xeb\xcd\xeb\x82\xb5\x45\x48\x7a\xe5\x58\xa1\x5a\x62\x9c\x16\xe8\x62\x8c\xdc\x8a\x5e\xc4\x8a\x29\x61\x14\x02\xae\x0b\x79\x00\x1d\x70\xaf\xc5\x55\xd0\x4f\x70\xbf\x29\x51\xac\xa8\x52\x85\x63\x87\xca\x64\xeb\x46\xa2\xa6\x08\xb6\x94\x9b\x00\xdd\xc3\xcf\xb7\x89\x79\x24\x6a\x22\x69\x08\x3a\x86\x33\x3b\x4b\xd2\x4d\xd7\x8a\x99\xe4\x98\xf3\x30\x3a\x0d\x19\x01\xdb\xf2\xd1\x66\x06\x3e\x72\x1f\xf8\x3d\xc5\xcc\xbb\x23\xd9\x65\x4d\xb8\x20\x4c\x0c\x0f\x7a\x44\x6c\xfe\xb6\xd4\x44\xa4\x00\xc2\xe1\x8e\xf8\xd3\x7f\x2c\xbe\x8a\x84\xdd\xef\xb9\xfe\x92\xb0\x9b\x83\xe2\xbb\x22\x7b\x57\xae\x8e\x5a\x6e\x73\x78\x2f\x9c\x82\x71\xb2\x77\xab\xd7\x0f\x90\x04\x38\xfb\xc0\xc7\xd5\xb5\xb3\x6d\x00\xcf\x9c\x18\x62\xd0\x1c\x7a\x20\x6d\x50\x54\xf7\x94\x6b\x61\x73\xea\x9f\xc3\x31\xdd\x41\x6d\xb4\x2d\x01\xbc\xac\xa6\xb4\xd9\xbe\x40\xa6\x91\x91\x90\xed\x6b\x26\x7e\x05\xaf\x5e\xa9\xd9\x5e\xf2\xda\x9c\x15\x5b\x93\x04\x4f\x05\xc6\x5e\x51\xda\xb7\x92\xa1\x3b\x8b\x3a\x28\x62\xb1\xe3\xe5\xbe\x2c\x65\xef\xdb\x3e\xeb\x02\x76\xfc\x54\x53\x17\xef\x16\x93\xc8\xaa\xf0\xc5\xb3\xab\xe8\x7d\x1e\xde\x43\x12\xf0\x10\xc3\x69\xca\x1b\x8d\x75\x14\xec\x72\x2c\xbc\x83\x91\x1b\xe5\x1b\x23\xde\xf8\xc8\xad\x44\xc6\x01\xe6\x6a\xb5\x0f\xac\xf1\x82\xb5\xa1\xdd\x1b\xdd\xe3\x8d\xa9\xba\xfd\x0c\xa8\x1c\xd0\xee\xb2\xe8\x43\x3d\x9d\x7a\xb9\x3e\x6d\x7b\x5d\xac\x38\x72\xeb\x1e\xb2\x69\x47\xc7\x50\xcd\x36\xcb\x7a\x99\x49\x5e\x4d\x4c\xf9\xe8\x95\x3b\xb7\xd4\xd0\x6b\x68\x67\xba\xcc\xfc\x11\xbc\x61\xbb\x89\xc2\x38\x55\xd7\x0e\xd5\xeb\x9f\x71\xa7\x7a\xa0\x98\x45\xa5\xab\xb3\x35\x98\xcb\xe4\x21\xe0\x09\xab\x9a\x6c\x0b\xd9\x5a\xb1\x9c\x0a\xe5\x56\xf7\xc6\x26\xa9\x32\x0f\x21\xb2\x6e\x71\x88\x88\x3c\x9a\xe7\xae\x2a\x7e\x13\xee\xa5\x45\x95\x28\x7a\x5c\x57\xdc\x6c\x0d\x51\x67\xb7\x15\x11\x9b\x38\xc7\xf5\x17\x91\x07\x4e\x9a\x66\x6f\x8c\xcb\x45\xea\x96\x19\xcf\xaf\x2f\xce\x43\x9a\x4d\x15\x4e\x2c\x54\xc4\x5a\x92\x56\x16\x6b\x91\x1d\xb2\x0e\x08\x34\x8a\x43\xce\xe7\x0d\x3c\xcf\x19\x36\x06\x16\xec\xb7\x71\xfe\xd6\x01\xbc\xb0\xa1\xe0\xcd\x7f\x67\x42\xc4\x00\x5e\xed\x7b\xf7\x67\x1c\xc9\x82\xfe\x23\xb7\x61\x56\xdb\xff\x59\xf8\xbf\x95\x0c\x36\x75\x00\xec\x8c\xc8\x4d\xfd\xbb\xca\x97\xea\x55\x40\x5b\xf8\xd0\xc8\x0e\x9d\xe4\xd8\x9f\xc3\x69\x76\xc7\xa1\xf0\xbf\x25\x53\xc6\x20\x4f\x6d\x5e\x0f\xa4\xf7\x44\x4f\xda\x4a\x96\x2b\xe0\x84\x34\x9f\x0c\x69\xbf\x99\x2c\xab\xc9\x38\xc4\xee\x86\xbd\xa6\x9f\x8f\x3a\x66\xca\xdd\x1e\xf2\x5d\xb5\xa8\x00\xf8\xd4\x75\x55\x77\x32\xcf\x66\xb1\xe2\xba\xc3\x35\x4f\xde\x4d\xc7\x8a\xeb\xd2\xa0\x98\x23\x0d\xc9\x12\x6f\x46\xce\xf4\x90\xfa\xf1\x26\xcc\x18\xe5\x50\xe2\xa2\x86\x9a\x6f\x18\x0b\xaa\x0a\xb5\x91\xa2\x35\x5f\x4b\xba\x9b\xaa\x6b\xfc\x24\xac\xd3\xe9\xc9\xb5\x5c\x3e\x02\xf1\x2b\xba\xdc\x53\x4c\x21\x65\xd7\x16\x12\x06\xd0\x23\x4e\xb1\x0a\xa7\x6e\x82\x6d\x98\xd8\xc2\x9f\xda\x28\x13\x15\xc8\xca\xaa\x59\x5d\x79\x80\x50\xa9\x41\xba\x02\x7e\x6c\xcf\x35\x90\xd7\x6e\x0b\x99\x5f\xf5\x80\x40\xd1\xc1\xe3\x69\x7b\x2c\x86\x9c\x4b\x09\x3b\x8e\x4a\x31\xe6\xa7\xbb\xb9\xbb\x76\x8c\x6e\x23\x78\xb6\x75\xb9\xd1\x18\x37\x6b\x69\x12\x91\xbc\x88\x34\xc5\xff\x74\x5c\x7d\x42\xe0\x7a\x80\x3b\xef\xfb\x97\x13\xd1\x9a\x4d\x91\x13\x9f\x62\xbd\xd2\xde\x1a\xa3\x19\x93\xe4\x18\x5a\xaa\x6a\x89\xd1\xc3\x27\x00\xd0\x7a\xb3\xb8\xda\xf3\x47\x45\xb0\x9c\x93\xf2\x93\xa7\xc9\x87\x7e\x52\x6e\x23\x1f\x3a\x19\x05\x61\x45\x5f\x34\xbe\xea\xc2\x31\x11\x26\x01\xe5\x2a\x97\x32\xe4\xd2\xf1\x76\x70\xaa\xbc\xb5\x54\xb1\x47\x21\xa5\xf9\x3f\x6b\x0b\x6e\x82\x61\xe5\x90\xda\x2e\x12\x8b\x21\x21\xfc\x35\xf9\x67\xaf\xd0\x2a\x19\x2c\xd1\xdc\xb9\xcd\x51\xe2\xe0\x05\x17\x3a\xe3\xd9\x56\x2c\xcd\xd0\x9a\x13\x80\x06\x54\x6f\xf8\xb5\xf9\xf1\x3d\xfe\x76\xf4\x31\xe3\xfb\xba\xd1\x94\x7a\x87\x7d\x41\x5e\x11\xcf\x00\x2f\xeb\xdc\x51\xc7\xae\x77\x86\xdd\x2e\x7b\x6a\x7d\x1d\x1d\x6b\xbf\x2f\x32\xa8\x7d\x05\x97\xd9\xa2\x18\x32\xae\xb5\xcd\x15\xa4\x5e\x19\xd7\x75\xb1\xe6\x59\xe4\x3e\x9c\xc4\xa0\x11\xbd\x90\xd8\x62\x05\x51\x2d\x5f\xd1\xd6\x8a\x72\xce\x1c\xd3\xe9\xf0\xfe\xf7\xe6\xa9\xce\x61\x1d\xde\xce\x64\x1c\x9e\xbc\x28\x9c\x45\x20\xe6\xde\xa9\x07\x05\x0e\x2f\x98\xeb\x99\xd9\xdb\xa7\x71\x5c\x05\x55\x07\xa7\x4b\xb8\x0e\xb5\x24\x55\xdc\x03\x8f\x44\x4e\x48\xd0\xba\x0d\x5d\x82\x25\xc4\x2c\xcf\xaf\x22\xf7\xb0\xae\x00\xdb\x6f\x9e\x28\xbe\x11\x6c\x27\xf2\xa2\x69\x53\xa8\x8d\x67\x24\xff\x21\x58\x7e\x47\x82\x65\x78\xdf\xbe\x99\x40\x98\xcd\x5d\x34\x45\x22\xbc\x2d\xb5\x07\x94\x7d\x00\x23\xff\x51\x60\xb5\x9c\xba\xc4\x38\x6d\x3f\x33\x7b\x00\x98\xe7\xf5\xf3\xca\x79\xe4\xe3\x93\x6e\xa3\xe2\xef\x8b\xaa\xfe\x89\xcb\xe6\x22\x94\x3c\xe4\xc6\x7e\xb3\x98\x87\x1d\x2a\x0e\x33\xf8\xc5\xa8\xab\xfe\x63\xec\x4c\x37\xc2\x01\xc3\x56\x80\xa6\xb3\xdc\x73\x66\xdc\xa7\x28\x5e\x0f\x6e\xbd\x1e\xf0\x81\x7a\xd4\x7c\xbf\x17\xda\x7a\x88\x3b\x4e\x7c\x20\x72\x83\x5e\x52\x85\x86\xce\xbb\xfb\xbf\x7c\xf0\x1a\x97\xf7\x7f\xb4\x9a\x86\xaf\xc1\xd2\x2d\xfa\x77\xee\x43\x23\xe5\xe0\xce\x4d\x28\x39\xf4\xf9\xfd\xfb\xe5\x4f\xd7\xef\x3f\xbf\x19\xe5\x60\x0a\xbe\x36\xb8\x26\x6e\x24\xb4\x26\xa8\x7e\xd6\xa0\x72\x36\x3b\xa1\x6d\x7a\xaa\x9f\x35\xbe\xf2\x8d\x94\x31\x17\x57\xaa\x1e\xa8\x1d\x08\xe5\x36\x0a\xcd\xc3\x54\xb1\xd1\x85\x8b\xfb\x87\xaf\x3d\x98\xc6\x1f\xf0\xb7\x57\xcc\x4f\xe2\x07\xf6\xc1\xf5\x3a\xb0\xae\x94\x27\x72\xc1\x75\x40\x4a\xb0\xa1\xeb\x30\x37\xdb\xe0\x79\xd7\xe3\xb3\xb2\xe5\x71\x89\x24\x70\x96\xdb\x81\x6b\xf7\x10\xbb\x1e\x9c\xb8\xcf\xf1\x7d\x86\x76\x13\xe4\x88\xc3\xb2\xb1\x8e\x46\x2d\x55\x54\x32\x8c\x03\x9a\x63\x70\x4c\xec\x96\xe2\x26\x92\xab\x4d\xc3\x37\xa2\x4a\x98\xed\x3c\x55\xbb\x62\xb3\x05\x50\x3d\xb1\xfc\x5b\x1c\xa6\xe2\x75\xf1\x55\xb4\x8e\x10\x86\xbc\x09\x47\x6a\x2c\x9d\x54\xd1\x9c\xd4\xc6\x37\x8f\xd1\xf0\x77\xf7\x6e\x3a\xe6\xa4\xb9\x86\x88\xe6\x4e\xa5\x0a\x37\x17\xb9\x7b\xac\x4d\x06\x8e\x5b\xa8\x6f\x1a\x1d\x5d\xae\x85\x65\xd6\x04\x99\xbe\x01\xeb\x30\x55\x2e\xf5\x12\x36\x36\xaa\x54\x80\x39\x32\x38\xa4\xe3\xf2\xc4\x6e\x86\xbd\x13\x34\xb6\xfe\x53\x7f\xf1\x1b\x60\x2e\xdc\xf2\x6b\xab\x95\x09\xc7\xd6\x8b\xb1\x23\xd2\xdc\x1f\x28\xd5\xbe\xc2\xac\x9d\x8f\x0f\xf9\xb6\xfd\xa3\xb1\xf3\xc2\xef\x0c\x06\x1b\xca\x66\x25\x4f\x18\x12\x7e\x7f\x74\x50\x28\x92\xc7\x07\x35\xc1\x21\xf3\xb1\x75\xb5\xcc\x31\x1d\xeb\x76\x55\x96\x03\xfb\x32\xa3\x6b\x23\x1a\x14\xfd\xe0\xd8\x62\x34\x59\x7d\xce\x79\x99\x90\xc6\xd7\x5e\x22\x2b\x7d\xc6\x06\x24\x8b\xea\xac\xe1\x78\xfd\x69\xf2\x88\x9c\x86\x40\x8f\xdd\x49\x12\x96\xde\xb9\x48\xc0\x0e\x88\x49\x32\xa8\xc9\x9d\x2a\x0a\x14\x2f\x0a\x6a\x82\x71\xca\x49\x4f\xdc\x21\x4a\xfc\xce\x25\x30\xc8\xac\xd1\x95\x11\x97\x24\xef\x48\x6a\x1b\xf3\x34\x55\x96\x68\xc5\x8a\xe3\x6b\x8b\x7c\xd7\xee\xaf\x98\x1a\xb9\x47\x9a\x02\xd0\x58\x6b\x56\x2a\x61\xa5\x61\xaa\x80\xcd\x56\x81\xeb\x67\x55\x01\xcf\x14\x71\xb6\xd2\x07\x41\x4d\x18\xae\xb0\x80\xd8\x71\x99\xd7\x52\x03\xa2\x77\xfe\x99\xf9\xf7\xaf\x67\xff\x0e\x00\x00\xff\xff\xb5\xd7\x39\xb1\xda\x8f\x03\x00") +var _adminSwaggerJson = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\xbd\x7b\x73\x23\xb9\x95\x27\xfa\xbf\x3f\x05\xb6\x66\x23\xba\xcb\x96\xa8\x6e\x7b\xc6\xe1\xd5\xc4\xc6\xbd\x2c\x89\x55\xcd\xdb\x2a\x49\x96\xa8\xaa\xe9\x1d\x3a\xb8\x60\x26\x48\xc2\x4a\x02\x6c\x00\x29\x15\xed\xf0\x77\xbf\x81\x73\x00\x24\x32\x99\xc9\xb7\x54\x52\x35\x67\x22\xdc\x2a\x66\x26\x9e\x07\x07\xe7\xf9\x3b\xff\xfc\x1d\x21\x6f\xf4\x23\x1d\x8f\x99\x7a\x73\x4a\xde\xfc\xb1\xf5\xc3\x9b\x23\xfb\x1b\x17\x23\xf9\xe6\x94\xd8\xe7\x84\xbc\x31\xdc\x64\xcc\x3e\x1f\x65\x73\xc3\x78\x9a\x9d\x68\xa6\x1e\x78\xc2\x4e\x68\x3a\xe5\xa2\x35\x53\xd2\x48\xf8\x90\x90\x37\x0f\x4c\x69\x2e\x85\x7d\xdd\xfd\x49\x84\x34\x44\x33\xf3\xe6\x77\x84\xfc\x0b\x9a\xd7\xc9\x84\x4d\x99\x7e\x73\x4a\xfe\x1b\x3f\x9a\x18\x33\xf3\x0d\xd8\xbf\xb5\x7d\xf7\x6f\xf0\x6e\x22\x85\xce\x4b\x2f\xd3\xd9\x2c\xe3\x09\x35\x5c\x8a\x93\xbf\x6b\x29\x8a\x77\x67\x4a\xa6\x79\xb2\xe6\xbb\xd4\x4c\x74\x31\xc7\x13\x3a\xe3\x27\x0f\x3f\x9e\xd0\xc4\xf0\x07\x36\xc8\x68\x2e\x92\xc9\x60\x96\x51\xa1\x4f\xfe\xc9\x53\x3b\xc7\xbf\xb3\xc4\xfc\x0b\xfe\x91\xca\x29\xe5\x02\xff\x16\x74\xca\xfe\x15\xda\x21\xe4\xcd\x98\x99\xe8\x9f\x84\xbc\x49\x99\x4e\x14\x9f\x19\xb7\x2a\x37\xcc\x28\xce\x1e\x18\x31\x13\x46\xb0\x3b\x82\xdd\x11\xdb\x1d\xf1\xab\xa6\x67\x2c\xe1\x23\xce\x52\x32\x9c\x13\x2e\x66\xb9\x21\x8a\xfd\x9a\x33\x6d\xc8\x88\x67\x86\x29\xdd\x72\x4b\x06\xbd\xc8\x19\x53\x30\xcf\x6e\x6a\x7b\xf9\xc0\x4c\x1b\xda\xbe\x80\xa6\xaf\x33\x2a\xe2\xb7\x15\xd3\x33\x29\x34\xd3\xa5\xa1\x12\xf2\xe6\x8f\x3f\xfc\x50\xf9\x69\x71\x06\x6d\xa2\xf3\x24\x61\x5a\x8f\xf2\x8c\xf8\x96\xe2\xc1\xc0\x47\xb0\xc9\x74\xa1\x31\x42\xde\xfc\x4f\xc5\x46\xb6\x9d\x7f\x3b\x49\xd9\x88\x0b\x6e\xdb\xd5\x48\x4b\xd1\x68\x4b\x5f\xfd\xeb\x77\x75\x7f\xff\x2b\x9a\xd1\x8c\x2a\x3a\x65\x76\x59\xc2\xee\xe3\xff\x55\xe6\x62\xf7\xcb\x76\x5e\xec\x69\x75\xe0\x95\xd9\x5e\xd2\x29\x23\x72\x04\xdb\xe5\xbe\x80\xbf\x15\xd3\x32\x57\x09\x23\x43\x96\x49\x31\xd6\xc4\xc8\x85\x35\xe0\xd0\x82\x25\xb5\xea\x13\xbb\x95\x5c\x31\xbb\x57\x46\xe5\xac\xf2\xd4\xcc\x67\x30\x48\x6d\x14\x17\xe3\x78\x29\xfe\x75\xb4\xd6\xd4\x90\x42\x37\x98\x19\x7e\xd0\x38\xb1\xbe\x68\xfb\x57\x12\x2a\xc8\x90\x11\x7b\x2e\x79\xca\x14\x4b\x09\xd5\x84\x12\x9d\x0f\x35\x33\xe4\x91\x9b\x09\x17\xf6\xdf\x48\xbe\x89\x5f\xb3\x97\xb3\x36\xf0\xe7\xf2\x95\xb9\xd3\x4c\xd9\x81\x3f\xf0\x94\xa5\xe4\x81\x66\x39\x23\x23\xa9\x4a\xcb\xd3\xea\x8b\xde\xc4\xae\xc3\x74\xc8\x05\x9c\x3c\xbb\x96\x9e\x42\xfe\xe0\x97\xeb\x0f\xc4\xf6\x47\x72\xc1\x7f\xcd\x59\x36\x27\x3c\x65\xc2\xd8\x73\xad\xab\xad\xfd\x41\x42\xff\x34\x23\xc7\xc4\xae\x33\x53\x06\xd6\x5b\x0a\xc3\xbe\x18\x4d\x8e\x49\xc6\xef\x19\xf9\xee\x82\x6b\x43\xda\xd7\xdd\xef\x8e\xc8\x77\x17\x05\xe3\xd0\xdf\x3d\xc3\x0a\x87\xbf\xff\x16\x1d\x3d\x43\xc7\xd5\x43\xf7\xa6\x6d\x4f\xf3\x2d\x5e\x13\x45\x0b\x7f\xfb\x5d\xdc\x8e\xdb\xaf\xe5\xbc\xb7\x60\xbc\x8e\xeb\x6e\xc2\x6b\xdf\x33\x93\x4c\x56\x30\x5a\xbd\x23\xa7\xb5\xdb\x51\x65\xb5\xfa\x75\xf1\x5a\x3b\x85\xa7\xe6\xb7\xbb\x30\x5b\x6a\xe0\x14\x50\x2e\xf0\xd0\x84\x33\x54\xde\x19\xf2\xf5\xd8\xca\x2e\xfc\x36\x9a\x4d\xc4\x72\x3d\x27\x8d\x56\xe2\x85\xcc\x35\xe3\x53\xbe\x6a\x1f\xbb\x22\xb5\x62\x97\x63\x72\x22\x9f\x0e\x99\xb2\x53\xf7\xec\x0e\x66\x38\xb4\xec\xcf\xe4\x4a\xb0\xb4\x61\x6a\xbf\xe6\x4c\xcd\x97\xcc\x6d\x44\x33\xdd\x34\x39\x2e\x0c\xb3\x72\x6d\xe5\xf1\x48\xaa\x29\x35\xee\x85\x3f\xff\xfb\xa6\x93\x37\xf2\x9e\xad\xda\xe7\x2e\xee\x5a\x42\x35\x6c\xf7\x34\xcf\x0c\x9f\x65\x8c\xcc\xe8\x98\x69\xb7\x0a\x79\x66\xf4\x11\xbc\x66\x65\x69\xa6\x8e\xc3\x6d\x03\x3d\xf8\x5b\x36\xd7\xf0\x0b\x19\x05\x46\x26\xd8\x17\x03\x2d\xf5\x05\xdc\xb3\xb0\x44\xf1\xed\xf1\x04\x4b\xb9\x1d\x9d\x68\xa9\xcc\x60\x38\x6f\xdd\xb3\x85\x7e\x1b\xa9\x85\x0a\x42\x8d\x51\x7c\x98\x1b\x66\xe7\x6d\xdb\xf0\xf7\x24\xb0\x3e\xbc\x8c\xb5\xbd\x7c\xaf\xce\xaf\xbe\xbf\xa7\x46\xc9\x31\x15\x6f\x4f\x49\x3b\x4d\x09\x0e\xd4\xbe\xc3\x53\xbc\x92\x27\x4c\xb1\x16\xe9\x4d\xb8\x26\x7a\x22\xf3\x2c\x25\x82\x3d\x30\x65\xd7\x96\x4d\x67\x66\xfe\xe2\x56\x2b\xe5\x8a\x25\xb0\x30\x9b\x9c\xb0\xf0\x95\x5d\x34\xab\xf4\xcc\x71\xe9\xee\xd9\x1c\x04\x97\xc5\xe5\x7b\x06\x7a\xa9\x3c\x65\x22\x9f\x56\xee\x0a\xf8\xfd\xbc\x73\x7b\xd6\xb9\x3c\xef\x5e\x7e\xa8\x7c\x61\xc5\x88\xf0\xa8\xf4\xe4\x6f\x0b\x6b\x33\xa2\x79\x06\xa7\x3a\x6a\xed\xd9\x04\x97\x64\xc2\xb3\x54\x31\x71\x62\xa8\xbe\x1f\xb0\x2f\x2c\xc9\xf1\x9e\xfd\x67\xf9\x87\x81\x95\x3e\x65\xca\xca\xbf\x94\xfe\x51\x88\x3b\x1b\x7f\x1a\xb4\xd2\x8d\xbf\x04\x1d\x76\xbd\xef\xe0\x17\x9e\xd6\xbe\x0d\xbf\xac\x98\x83\x7f\x67\xc9\x60\xfd\x2b\x8d\xa3\xf2\x2f\x38\x01\xae\xf6\x1d\xc5\x8c\x9a\x0f\xa8\x31\xf6\x94\x6f\x21\x33\xc2\x96\x12\x3b\x5b\x52\xec\xa7\x13\x1f\x51\x50\x04\xde\x1d\x24\x47\x3b\x82\xe2\xcd\x55\xf2\xe2\xa5\x4c\x59\x27\x34\xfb\x5e\xaa\x1e\xd5\xf7\xaf\x41\x66\x2c\x0d\xfc\x39\xc4\xc6\x6d\x0f\xd0\x37\xa7\xd4\x6f\xc9\x0e\x0e\x26\x80\xdd\x57\x72\x5d\x83\x81\x54\x44\xcf\xb5\x61\xd3\x95\xa6\x83\xd7\xb3\x10\x8e\xdf\xbf\xd4\x01\x57\xae\x9c\xdf\xc0\xa9\x2f\x5f\xa0\x87\xe3\xbd\xc1\x92\xed\xcb\xf0\xf7\xd2\xe7\xe9\x5d\x30\xcb\xa7\x7a\xeb\xb7\xcf\x3b\x1c\x1c\x9d\xbc\xf8\x69\x96\x44\xbb\x7d\x0f\xf2\x89\xac\x06\x8d\x7b\xe5\x57\x7b\x00\x03\x58\xa1\xf2\x95\x4d\xc7\xe1\xfc\xd9\x4f\x63\xe3\x0a\x5a\xcc\x8c\xd5\x79\x9d\x6d\x89\x29\x92\x48\x85\xa2\x60\xea\x8e\x7b\x5f\x90\x63\x72\xde\xee\xb5\x6f\x3b\xbd\x53\xd2\x26\x29\x35\xd4\x9e\x6f\xc5\x66\x8a\x69\x26\x0c\x68\xe3\xf6\x73\x33\x27\x53\x99\xb2\x8c\xa5\x84\x0b\xf2\x3e\x9b\x1b\x46\xce\xa9\xa1\x67\xd4\xd0\x4c\x8e\x5b\xa4\x0d\xff\xb4\x1f\x73\x4d\x68\xa6\x25\xa1\x9e\xaa\x58\xea\x9b\xa0\x22\xf5\x9c\x85\x92\x44\x4e\x67\x3c\x0b\x56\xf3\x60\x22\xe1\x22\xe5\x0f\x3c\xcd\x69\x46\xe4\xd0\x32\x15\xab\xaa\x76\x1e\x98\x30\x39\xcd\xb2\x39\xa1\x59\x46\x5c\xb7\xfe\x05\xaf\xd7\x0f\x59\x18\xa5\xe6\x53\x9e\x51\x65\x75\x61\x1c\xed\x95\x6b\x8b\xf4\x26\x2c\x8c\x15\xc6\x65\x17\x73\x4a\xef\x99\x26\xdc\x90\x99\xd4\x9a\x0f\xb3\xe2\xc8\xdf\x75\x09\x8c\xfb\xec\xa2\x0b\x8a\x75\x62\x88\x44\x16\xea\x3b\x77\x56\x18\xdf\xe3\x94\x0a\xc1\xa0\x63\x69\x26\x4c\xb9\xee\xdd\xcb\x5f\x5b\xd1\xbe\xbb\xbc\xbd\xee\x9c\x75\xdf\x77\x3b\xe7\x8b\x9a\x76\xaf\x7d\xfb\xf3\xe2\xaf\x9f\xaf\x6e\x7e\x7e\x7f\x71\xf5\x79\xf1\xc9\x45\xfb\xee\xf2\xec\xa7\xc1\xf5\x45\xfb\x72\xf1\xa1\x23\xab\xb5\x95\xf6\x78\x64\x1b\x1e\xad\x83\x35\x72\x9f\xd6\xc8\xa3\x6f\xd7\x1c\xe9\x5c\x39\xeb\x9b\x22\x49\xc6\xb5\xb1\x0b\xe4\xbe\x24\x33\xaa\x35\x0a\x43\x38\x82\x56\x5f\x7c\x94\xca\x32\xad\x91\xb4\x7c\xc1\x0a\x4c\x46\xe5\x89\xe1\x62\x1c\x3e\x3a\x25\xfd\xfc\x87\x1f\xfe\x94\x5c\x70\x71\x0f\x7f\xb1\x97\xb8\x38\x07\x5b\xed\x36\xab\x75\xb0\xd5\xc6\xcf\x5e\x87\xad\xd6\x8a\x39\x27\xb1\x89\xf6\x69\x82\x7b\xd0\x8d\x6c\x65\x07\x99\x1b\xfb\xa7\xed\x97\x8c\x94\x9c\x82\x54\xf5\x85\x6b\xe0\x12\x8f\x52\xdd\x8f\x32\xf9\xb8\x9e\xe9\xf0\x03\x33\xc1\xf8\x66\xa5\x98\xd7\x60\x31\xfc\xec\x66\x18\x06\xfe\x81\x19\x3b\xf6\x1b\xd7\xcb\x21\xce\xe7\x10\xe7\xf3\x75\xe3\x7c\x5e\x94\xd9\xee\xe9\x79\x5f\xd9\xc6\x87\x0c\xb0\xc1\x05\xd5\xe8\x61\x6a\x70\x20\x45\xfe\xa1\xa7\x64\x9a\x65\xaf\xcc\x0a\x86\x59\xf2\x58\xbc\x16\xa6\x59\x1a\xf4\xf3\x33\xcc\xdf\x84\x43\xe5\xe0\x2f\xd9\x72\xa1\x5e\x25\x5f\x5d\xf3\xca\x78\x36\x6f\xc7\xd3\xf3\xf9\x85\x58\x84\x4d\x82\x0f\x36\x88\x36\x58\x3b\xbc\x60\x45\x3c\x41\x6d\x00\x41\x5d\xc4\xc0\x62\x88\x40\x6d\x4c\xc0\x4e\x41\x00\x9b\x5e\x49\xeb\xbb\xff\x3f\x30\xd3\xa3\xfa\xfe\xd5\x5d\x49\xa5\x41\x3f\xff\x95\xf4\x1b\xf5\xfa\x1f\xdc\xfc\x4f\xb8\x74\xdf\xfa\x45\xf6\x72\x1d\xf9\xbf\x01\xcf\xfd\xc1\x55\xbf\xd1\x1a\x7d\x5b\xbe\xf9\x6f\xd5\x19\xff\x3a\xbd\xef\x07\x77\xfb\xc1\xdd\x7e\x70\xb7\xaf\xe1\x6e\x7f\x52\xa5\x94\x59\xb2\xd2\x60\x7e\x8c\x75\x9b\x37\x33\xa9\x97\xeb\x62\x67\x8a\x51\x63\xa9\xb8\x6c\xf7\x23\xd0\x20\x51\x2c\x91\x2a\xb5\x3a\x18\x25\xb3\x09\xd5\x8c\x18\x45\x85\xe6\xab\xf4\x30\x6c\x15\x0c\x6d\xb6\x9d\xd7\xa0\x82\x95\xac\x82\x30\xea\xe7\x52\xc0\x86\x32\x5d\x38\x33\x78\x9c\xea\x9e\x2c\xe7\xf5\x7b\x9b\x3a\x64\x68\xae\x33\xf3\x27\xa4\x66\x7b\xaf\x6c\x49\xcd\x65\x93\xc1\x5e\xa8\x19\x74\xf4\xd7\x42\xcd\x25\x83\xc2\x6f\x8b\x9a\xeb\xa6\xfe\x12\xa8\xd9\x7b\xa3\xb7\xa4\xe8\x45\x67\xf6\x5e\xa8\x3a\x78\x90\x5f\x0b\x65\x2f\xb8\xbc\x7f\x5b\xd4\xdd\x34\xfd\xaf\x4b\xe1\xc1\x10\xbe\x2f\xda\x5e\x4d\xb8\x61\x01\x5e\x03\xd1\x86\xc1\xe2\xd8\x7f\x33\xd4\xba\x30\xef\x17\x42\xa6\x27\x8a\x61\xb6\xe1\x46\xf4\x7a\xe3\x3e\xda\x98\x62\xfd\x87\x07\x9a\x7d\x4d\x34\xeb\x77\xed\xe5\x50\x6d\x53\x38\xdd\xe6\x19\xb8\x4b\x62\xe4\x34\x99\x52\x93\x4c\xec\x43\xf4\xcf\xad\x09\xd3\x52\xa4\xdc\xbe\x2a\xea\x7e\x8e\x3c\xdb\x6f\xdb\x12\x7f\xb0\xc0\xff\x06\xe1\xb0\x5e\x4c\xb8\xf8\x21\x45\x65\x8f\x29\x2a\x5c\x1f\x52\x54\x0e\x29\x2a\xeb\x2e\xd0\x21\x45\xe5\x90\xa2\x12\x3d\x7b\x1d\x29\x2a\x4f\x9f\x9d\xb2\x9f\x14\x94\x57\x25\x44\x1f\x04\xe8\x83\x00\x7d\xc8\x33\x09\x53\xdb\x17\x03\xf3\x5f\xbf\x49\x59\xc6\x0c\x5b\xca\x7e\x7a\x4c\x4d\xad\x6e\x50\x82\xbe\xae\x71\x1a\x14\xa8\x5a\x81\x82\xc0\xbc\xb1\x8c\x2f\x85\xb6\x5f\x27\x77\x0a\xc3\x3f\xa4\xc5\x1d\xd8\xd5\x81\x5d\x6d\x33\xb5\x97\x63\x95\x8d\x0e\xf3\x57\x35\xcb\x46\x40\xda\x03\x9e\xee\x07\x4b\x3b\x88\x8d\x31\x92\x76\xb1\x14\x25\x30\xe3\xed\x8c\xb4\x05\x2c\x75\x37\x7d\x15\x76\x5a\xcb\x47\xd2\x0e\x44\xdd\x85\x90\x41\x75\x80\xd4\x3e\x40\x6a\xaf\x3f\xd7\x83\x85\x70\x8f\x16\xc2\x03\xa4\xf6\xc1\x06\x76\xb0\x81\x3d\xbd\x0d\xec\x6b\x19\xb4\x9f\xf9\x58\x3e\x97\x88\xb6\x5d\x60\x92\x48\x89\x62\x63\xae\x0d\x53\x76\xf5\x6a\x85\xb2\xd5\x91\x4a\xaf\xb5\x48\xd4\xda\x71\x1f\x71\xb7\x6f\xfe\x7d\x8d\xe1\xdf\xb8\x5b\x14\x8e\xfa\x90\xa6\xa1\x22\x0c\x88\x4e\x53\x3a\x27\x13\xfa\xc0\xc8\x88\xf2\x0c\x15\x23\xc7\x1d\x97\xcc\x70\xd9\x80\xfe\xd7\x66\x03\xa2\xe5\xe1\x28\x36\x62\x8a\x89\x04\xb9\x3d\x0a\x3f\x09\xcd\x7c\x2a\x08\xbc\x33\xb1\x6a\x6a\xa6\x18\x4d\xe7\x64\xc8\x98\x08\x64\x53\x23\x29\x34\x8c\x79\x2f\x42\xeb\x57\x57\xd3\x16\xa9\xe7\xa5\x28\x69\x4f\x12\x3d\x53\xcf\x12\x76\x57\xce\xf4\x1f\x5f\x17\xab\x38\x04\xd1\x1c\x8c\x6a\x5f\xdf\xa8\x76\x08\xa2\x39\xa8\xc8\x2f\x40\x45\x3e\x04\xd1\x1c\x82\x68\x0e\x06\x84\xb5\x57\xeb\x60\x40\x88\x9f\xbd\x8e\x20\x9a\x27\xac\xe0\xfc\x5c\x12\xf6\x41\xc0\xf6\xef\x1d\x04\xec\x83\x80\xfd\x8d\x0a\xd8\x2f\x63\x85\x0f\xd2\xf5\x41\xba\x3e\x48\xd7\x07\xe9\xfa\x20\x5d\x1f\xa4\x6b\xf7\xd5\x3e\xa5\x6b\xf8\xcb\x43\xb3\xee\x1c\xb1\xbe\xb9\x97\xeb\x03\x33\xaf\xd5\xc5\x75\x10\xa9\x0f\x22\xf5\xcb\x16\xa9\x5f\xcc\x84\xbe\x3d\xa8\xc5\x03\x58\xe1\x01\xac\xf0\x00\x56\xf8\xb4\x60\x85\xfe\xeb\x37\xb3\x7c\xb9\x2c\x72\x37\x4b\x7d\xee\x8a\x36\xd4\xe4\xa0\xf6\xad\x21\x97\x90\xb6\x21\x53\x69\x95\x20\xc1\x4a\xef\x78\x06\x84\x11\x1d\x63\xfe\xc0\x04\xf1\x31\xda\x47\xee\x9a\x39\x02\x4b\xc4\xbf\xc2\xe9\xc0\xa4\x19\x6a\x08\x25\x86\x4f\x59\x8b\x74\x47\x78\x9a\x13\x4b\xfe\x9a\x19\x5d\x09\x03\x42\xd2\x84\x8f\x44\x5a\x8c\xd5\xf7\xcd\x8b\xa8\x10\x7c\xed\xc8\x33\xc3\x3c\x33\xc8\x1a\x7d\xe3\x8f\x3c\xcb\xec\x18\x1c\x07\x81\x93\x30\x65\x2a\xf3\x5f\x96\xba\xf5\x2f\x4f\x69\x6a\x4f\x6e\x34\x84\x22\xbb\x27\x7e\x1f\xee\x5c\xae\x43\x5c\x4b\xe9\x7b\xfc\xba\x45\x9c\x12\x8e\xa0\x62\x6b\x0d\x63\x42\x53\x7b\x02\x93\x09\x4b\xf3\x8c\x11\xaa\xb5\x4c\x38\x35\x96\x5b\xe1\x1d\x4d\xb8\xf1\x2a\xbb\x7f\xc9\x77\x9d\x72\x4d\x87\x19\x4b\xdd\x1a\xb3\x22\xcc\x66\xe9\xc8\xb9\x26\x43\x66\x97\xd8\xf2\x91\xf2\xea\x4f\x50\x42\xa8\x19\x4d\x34\x14\xb6\x38\x12\x26\x70\x20\x4b\x24\x5c\x24\xce\xd7\x2a\xe4\xe2\xe8\x0f\xb9\x4f\x07\x91\xf7\x20\xf2\x6e\x34\xa1\x6f\x4a\xe4\x7d\x41\xa1\x81\x9e\x21\x7d\xd5\xd0\x40\x70\x20\x5a\xce\x3f\x08\x16\x42\xbd\x9d\xf1\x24\x18\x61\x3f\xfa\x26\xdb\xa1\xc5\x33\x29\x46\x7c\x9c\x2b\x27\x70\x3b\x69\x78\x85\x97\xb2\xa6\x9d\x57\x71\xe3\xd4\x0f\xfd\xb9\x2e\x9e\x4d\x14\x3a\x72\x4c\xac\xd8\x3d\xb8\xe9\xdc\x5e\xdd\xdd\x9c\x75\x4e\x49\x7b\x36\xcb\x38\x7a\x59\x92\x5c\x1b\x39\xe5\xff\xb0\xd3\x40\x20\xe1\xc0\xb9\x9d\x18\xa2\x41\xe0\x00\xb7\x8e\x55\x93\xc8\x31\x39\xbb\xb8\xbb\xed\x75\x6e\x1a\x1a\x74\x44\x00\xb5\x8c\xd8\x74\x96\x81\x54\x72\x9f\x0f\x99\x12\xcc\x30\x4d\x92\x2c\x87\x18\xf3\xe0\xec\xc1\x46\x3b\xff\xd5\x39\xbb\xeb\x75\xaf\x2e\x07\x7f\xbd\xeb\xdc\x75\x4e\x89\xa7\x26\xdb\xac\x1d\x97\x1d\x45\x3a\x17\x74\x6a\x75\xd1\x32\xe2\xf1\xaf\x39\xcb\x41\x08\xe2\x63\x31\x65\xc2\x54\x5b\xf4\x03\xbe\x68\xbf\xeb\x5c\x94\x5b\x9e\x30\xf2\xf3\x5f\x8a\x41\x65\x74\xc8\x32\xe7\x7d\x02\xe7\x8a\x65\xd8\x45\x47\xce\x2d\x95\xa3\x5a\xfb\xd7\xbb\xf6\x45\xb7\xf7\xcb\xe0\xea\xfd\xe0\xb6\x73\xf3\xa9\x7b\xd6\x19\x38\x05\xe3\xac\x6d\xfb\x2d\xf5\xe4\xf4\x10\xf2\x6b\x4e\x33\xab\xa8\xca\x11\xb8\x76\x78\xc2\xc8\xe3\x84\x09\x92\x0b\xa0\x31\xd4\x7e\x41\x17\x88\x93\xd8\x71\x46\xd7\x17\x77\x1f\xba\x97\x83\xab\x4f\x9d\x9b\x9b\xee\x79\xe7\x94\xdc\xb2\x0c\xf4\x43\xbf\xe8\xb0\x8b\xb3\x2c\x1f\x73\x41\xf8\x74\x96\x31\xbb\x1a\x78\x1c\x87\x6c\x42\x1f\xb8\x54\x25\x1d\x01\xd6\xd1\x92\xd0\x57\x37\x64\x97\x28\x74\x51\xd5\xab\x92\xdc\xe2\x1b\x15\xfa\x59\xf6\x42\x89\x1c\x16\x5f\x5c\xb5\xad\x8b\x5f\x54\xf6\x65\x6d\x85\xb4\x3c\xe9\x67\xbb\x0d\x2c\x13\x49\x07\xde\x30\x71\xf2\xcf\x12\x33\xf9\xd7\x93\x21\xc5\x90\x28\xbd\xd5\xdd\x0e\xab\x2a\x6e\x16\x1f\xbc\x86\x3b\x21\x1e\xee\xd7\xe4\xff\x7b\x92\xb9\x5e\x89\xbd\x67\x73\x51\xf7\xa0\xb2\x1d\x54\xb6\xfa\x95\x39\x04\xfe\x34\xac\xf0\xbe\xee\xa3\x6d\x4c\xa4\x23\xce\xb2\x54\x2f\xd8\xb8\x4a\xf7\xc9\x4a\x7b\xd6\xeb\xbd\x4a\x9e\xd7\xa2\xb5\x89\x62\x71\x13\x3c\x41\xce\x35\x64\x77\x6b\xca\x0c\x85\xca\xa6\x46\x92\x1c\x86\x7e\xb8\x9e\xdc\xff\x1d\xae\xa7\xc3\xf5\x74\xb8\x9e\x7e\xab\x26\xc1\x1a\x96\xfe\x55\x6d\x82\xab\xb4\xc0\x9d\x20\x9e\x6a\x0c\x86\x8b\xda\x9f\x26\x7a\x42\x15\x16\xf3\x49\xe4\x74\x2a\x45\x14\x5c\x30\x9f\xb1\x23\x12\x5c\x98\x60\xfc\x81\x61\xac\xb2\x27\x16\xdd\xf0\xd7\x61\x49\x8c\xd6\xe5\x39\x12\x1f\x0e\x9a\xa3\xff\xbf\x4d\xaf\xe6\x03\x48\xd6\x01\x24\xeb\x90\xa3\x70\x00\xc9\x5a\x4e\x2d\x87\x28\xfc\x43\x14\x7e\xfc\xec\x00\x92\xf5\x82\x40\xb2\x84\x4c\xd9\xa0\x02\x8a\x1f\xfe\x39\xa8\xfa\x3d\x4a\x4f\x62\x27\x48\xe9\x41\x91\x96\x00\xad\xf3\x74\xf7\xb4\x84\x72\x79\xe2\x55\x4e\x92\xb8\xa0\xed\x0b\x17\x78\x47\xd9\xdc\x30\x9e\x66\x8b\x95\x78\x9f\x21\x52\xab\x6e\xa3\xbf\x45\x23\x4b\x0d\xd9\x1e\x2c\x2e\x2b\x17\xea\x5b\x05\xb3\x2e\xf8\xd2\x2b\x72\x13\xac\xc7\xbc\x3d\xe0\xff\xa0\x81\x85\xd7\x3f\x0f\x8c\xbc\xfe\xf1\xae\x18\x0e\x65\xde\xbd\x2d\x76\x43\x89\x37\xbe\x0e\x33\x46\x3c\xe2\xe7\x30\x64\x2c\xdd\xfd\x6f\x8e\xaf\x2f\xa3\xe5\x03\x77\x5f\x73\xb9\xbe\x55\x1e\x7f\xb0\x67\xec\xd3\x9e\x71\xf4\xed\x1a\x34\x0e\x98\x0b\x4b\x16\xe7\x60\xed\xd9\x66\xb5\x0e\xd6\x9e\xf8\xd9\x73\x5a\x7b\xd0\x77\x3b\x98\x51\xc5\x84\xa9\x91\xef\xab\x37\x1b\xbc\x1e\xd9\xea\x83\x00\x04\x0d\xa0\xe0\xea\x64\x83\x70\x6b\x7e\x5b\xe6\x1f\x27\xa3\x0c\x50\xc4\x89\x72\x21\x4e\xfe\x59\xfc\x1d\x29\x10\xd1\x8f\x35\x3e\xd0\x0d\x42\x98\x7c\x94\x3d\x4b\x0b\xb1\xab\x68\xbc\x26\xb4\xc9\x8d\xe1\xd8\x0b\x63\x85\x37\x7f\x65\xa4\xd3\x35\x7e\x7a\x0e\x5f\xbe\xae\xa4\x8a\x86\xa1\x3f\x6f\x04\xd4\x22\x25\xac\x77\xb0\xbc\x1e\xc1\x31\x69\xe0\x71\xc2\x41\x3c\x00\x08\x27\xb8\x42\xa3\x0d\xf7\xe9\x98\x14\xf2\x26\x9a\x64\xad\xe7\x16\x23\x17\xc8\x7d\xbd\x89\x3b\x1a\x7d\xbd\xf3\xfe\xea\xa1\x21\x2b\xe8\xfe\xab\x86\x89\x2c\xe1\x99\xfb\x89\x10\x79\x3e\xfe\xf8\x81\x99\x6f\x8f\x39\x7e\x60\xe6\xb9\x38\xe3\xb6\xec\x70\x29\x4b\x28\x2a\x4e\xbc\x10\x6e\xb0\x1d\xeb\x7b\x5d\x73\x3c\xa4\x0f\x1e\xd2\x07\x0f\xe9\x83\xf1\x1b\x87\xf4\xc1\x5d\x6b\x32\x9f\xc3\x2b\xcf\x78\x9d\x63\x87\xdf\xde\x8d\x8e\xf3\x3a\x5c\xea\x87\x4b\x7d\xb3\x39\xbe\x54\x35\xc6\xd3\xf3\x4b\x50\x63\x36\x42\xbd\x40\xcf\x6e\x51\xdd\xcc\x93\xff\x4a\xef\xed\xb5\xef\xec\xf5\x30\x21\xfd\xd4\x7c\x66\x17\x1f\x95\x5f\xf7\x83\x8b\xea\x00\x0b\x7e\x70\x51\x1d\x5c\x54\x07\x17\x95\x7b\xfa\x4d\xc0\x82\x07\x25\x63\x65\xa9\xda\x9b\xa2\x3e\x6d\x4d\xb8\x49\xf5\x26\xf6\x6f\x5f\x2f\x48\xb8\x2f\xfd\x32\xf6\x23\x7f\x2e\x1d\xe0\xa5\x48\x8e\xc5\xbc\x5f\x84\xac\x78\xf2\xcf\x4a\x30\xf7\x82\xc7\x4f\xe7\xd3\x29\x55\x73\xb8\xb7\x5c\x68\x73\x0b\x26\xd4\x72\x33\x8a\x60\x83\xdd\xb5\x34\xcc\x4d\x14\x89\xa5\x2d\x21\xcf\x98\x32\xf3\xe8\x4d\xe0\xa2\xff\xd9\x17\xbc\x00\x2f\xe5\x63\x21\x15\x1a\x77\xec\xc7\x13\x2a\xd2\xcc\x9e\x03\x1d\xda\x49\xa8\x10\xd2\xc0\xed\x0f\x6e\x83\x94\x3c\x70\x8a\xb2\x42\xfb\xba\x5b\x3a\x27\xf5\x7e\xca\xb5\xce\x54\xc9\xc5\xf8\x8a\x4e\xd4\x73\xc3\x82\x1e\x34\xc2\x78\xf5\xbf\xd6\x41\x36\x54\xdf\x57\xd3\x3d\xca\x51\xc4\x83\xa5\x09\x20\x2b\xde\x2d\xe1\x62\x2d\x7f\xb5\x92\x24\x52\x7e\xe6\xd2\x46\xe0\x31\x0c\xb9\x3a\x0e\xff\x63\xdc\xa1\xff\xad\x68\xd9\xff\xe2\xab\x63\xc0\x8f\x8a\x19\x35\x1f\x50\x63\x2c\x53\xd9\x3d\x33\xa5\x6c\x39\x5f\x91\x99\xd2\xa3\xfa\xfe\x55\x66\xa6\x94\x07\xfe\xe4\xcc\x62\x4d\x9a\xfc\xe6\x62\x9a\xd7\x3d\x61\x87\xf8\xe6\x2d\x96\xee\x5b\x8d\x75\x5e\xc6\x42\x5f\xcc\x08\x2b\x5c\xfc\x5b\x3c\xb9\xe5\x3b\xe9\x70\x44\x97\xad\xd1\x37\x07\x16\x5e\x11\x35\x56\xcc\xed\x95\x80\x86\x57\xa5\xa5\x7d\x8f\xea\x69\x6c\xcb\xd1\x6e\x1c\xaa\xfc\x1c\xaa\xfc\x1c\xaa\xfc\x3c\x75\x95\x9f\xf5\x34\xcd\xb5\xd5\xcc\x75\x75\xcc\xf5\x14\xcc\x66\xed\x72\x87\x94\xd6\xb2\xd2\xb7\x6d\x4a\x6b\x49\xa9\x7a\x15\xae\xd1\xd2\x88\x9f\x23\xa5\xf5\x37\xaa\x07\x1e\x94\xc0\x27\x59\xb7\x6f\x55\x03\x7c\xe1\xea\xdf\x21\x19\x77\x8f\x91\x0e\xdf\x30\xb8\xd8\x21\xd0\x61\xc9\xe2\x1c\x02\x1d\xb6\x59\xad\x43\xa0\x43\xfc\xec\xc5\x05\x3a\x34\x6b\x0e\x3c\xdd\x35\x9d\xaa\x4e\x64\x2f\x04\xda\x12\x42\xe7\xf6\xe2\x7b\x37\x7d\x15\x72\x7b\x84\xa8\x1b\xcc\x1c\xea\x39\xe4\xf7\x03\x42\xec\x01\x21\xf6\x20\xc4\xfd\x96\x84\xb8\x83\x9c\xb2\xcd\x6a\x1d\xe4\x94\xf8\xd9\x01\x21\xf6\x05\x41\x84\x58\xc1\xa9\x94\x24\xb2\x32\x28\xf5\x4c\x31\x08\x9f\x13\x69\x48\x15\x21\xb4\x2a\x80\x2d\x93\xae\xb0\x01\x2b\x5f\xbd\x06\xe1\xca\x8e\x13\x47\xbc\x46\x34\x5d\xdc\xe1\x9b\x7f\x5f\x63\xe0\x37\xee\xae\x84\x03\x3d\xa4\x69\xa8\x85\x0e\x02\xd2\x94\xce\xc9\x84\x3e\x30\x32\xa2\x3c\x43\x33\x95\xe3\x81\x4b\xe6\xb6\x6c\x40\xff\x6b\xb3\x01\xd1\xf2\x70\x8a\x0c\x30\xcb\xd3\x51\xc4\x49\x68\xe6\x9d\x54\xf0\x0e\x14\x6a\x77\x65\xf1\x87\x8c\x89\x28\x9d\x68\xdd\x31\xef\x45\x34\xfd\xea\xa1\x80\x31\xdd\x7c\xd5\xe8\x5e\x38\xe1\x8d\x45\x2e\xf7\xa7\x73\xed\xa2\x68\xe9\x3f\xbe\x16\x56\xf0\x1c\x6a\xd5\x37\xec\xfa\x38\xb8\x37\x7e\x9b\x35\xb1\x5e\x8c\x48\x7e\x50\x74\xf7\xa8\xe8\x1e\xf2\x32\x0f\xee\x8a\x83\x19\x60\xed\xd5\x3a\x98\x01\xe2\x67\xaf\xc7\x5d\xd1\x2c\x3d\x6f\x57\x22\xfe\x09\xe5\xe8\x83\x18\x7d\x10\xa3\x0f\x62\xf4\x37\x2b\x46\xbf\x8c\x15\x3e\xc8\xd0\x07\x19\xfa\x20\x43\x1f\x64\xe8\x83\x0c\x7d\x90\xa1\xdd\x57\x7b\x91\xa1\xe1\x2f\x9f\xcd\xbd\x9f\xd4\xed\xf5\x3c\x52\x2e\x77\xfb\xb5\x08\xcf\x07\xc1\xf9\x20\x38\xbf\x6c\xc1\xf9\xc5\x4c\xe8\xdb\x4b\xd8\x3c\xa4\x3c\x1e\x52\x1e\x0f\x29\x8f\x5f\x21\xe5\xd1\xb3\x92\x6d\x6b\x3e\x7c\x72\xbc\xe5\x7b\x2e\x92\x2c\x4f\x41\x44\x99\x30\xf2\x2e\xe7\x59\x4a\x40\xa1\xb1\x7a\x29\x97\xe2\x2d\xd0\x13\x90\x02\x8c\xd3\x03\x9f\x2f\x17\x60\x3e\x2d\x70\xba\x17\x2b\xc3\x14\xa3\xdd\x16\xa0\x6a\x5f\x7b\x1a\xca\x26\x6e\x51\x1a\xa9\xf4\x9b\x6f\xe8\xb9\x0b\x26\x1d\x79\xd1\xc3\xb2\x1d\x3f\x88\x8d\xca\x27\x7d\x76\x1f\xbd\x2e\x28\xf1\xc5\x51\x1f\x8a\x26\x91\x68\xd7\x0e\x45\x93\x9e\x70\xde\xfe\x9c\xad\x98\xb9\xa7\x51\x34\x0f\xbf\xd2\x69\x7f\xf5\x38\xba\xe6\x93\xfe\x55\xa3\xea\x6a\x6f\x8e\x85\x8c\xa6\xa2\xe8\xf6\xf3\xd7\x8a\xda\xe5\x6a\xf8\xc0\xcc\xb7\x72\x2f\x1c\xea\x45\x1d\x4a\x4b\x6c\x5d\x4e\x7b\x23\x0e\xff\xba\xa6\x78\x28\x89\x75\x28\x89\x75\x28\x89\x15\xbf\x71\x28\x89\xf5\x02\x4a\x62\xed\x22\xb5\x60\xf7\xdf\x8a\xe0\x72\x28\x8b\x75\x90\x5d\x0e\xb2\x4b\xed\x14\x5f\xa0\x52\xfa\x22\x8a\x7e\x05\xa5\x74\x5f\xf8\x1a\xb1\x3f\x3d\x30\xe3\xbd\xc2\x6c\xf8\x95\x3c\x40\x6d\xb8\xff\x3b\x40\x6d\xac\x33\xb9\x03\xd4\xc6\x21\x7a\xf2\x00\xb5\x71\x88\x0f\x3c\xc4\x07\x1e\xa0\x36\x5e\x0b\xd4\x86\x17\xa0\xf6\x01\xb7\x51\x23\x8c\xad\x86\xdc\xf8\xbc\xa8\x19\xbc\x58\x41\xcb\x8f\xf5\x00\xbd\x71\x80\xde\xd8\x95\x76\x5e\x84\x4e\xf6\x24\x10\x1c\x35\x6c\x60\x57\x45\xec\x75\x40\x71\xf8\xd1\x1e\xf2\x08\x0f\xe1\xd0\x2f\x3f\x1c\xfa\xc5\xe5\x11\xbe\x18\xb1\xfd\xa0\x0c\xef\x51\x19\x3e\xa4\x12\x1e\x52\x09\x0f\xa6\x82\xb5\x57\xeb\x60\x2a\x88\x9f\xbd\x8e\x54\xc2\xd5\xd2\xf4\x5e\x20\x39\x9e\x42\xae\x3e\x88\xd5\xf8\xde\x41\xac\x3e\x88\xd5\xdf\xa8\x58\xfd\x32\x56\xf8\x20\x53\x1f\x64\xea\x83\x4c\x7d\x90\xa9\x0f\x32\xf5\x41\xa6\x76\x5f\xed\x4d\xa6\xde\x2f\x44\xc7\x86\x5e\xac\x28\x2b\xe5\x35\x09\xd3\x07\x41\xfa\x20\x48\xbf\x6c\x41\xfa\xc5\x4c\xe8\x00\xd7\x71\x80\xeb\x38\xc0\x75\x1c\xe0\x3a\xb6\x91\x6a\x7e\xe7\x4e\xe5\x9b\xe8\x22\x0e\x37\xf6\x9b\x77\x99\x1c\xf6\xe6\x33\x66\xff\x7b\xce\xa7\x4c\x68\x10\x1f\xb9\x99\xc7\x52\x4c\xc3\xca\x2f\xae\xf9\x9b\xdb\xee\xe5\x87\x8b\x38\x47\xe8\xcd\xc7\xbb\x8b\x5e\xf7\xba\x7d\x13\xd6\x25\xcc\x2a\x5e\x0b\xf7\x5d\x49\x10\x3b\x93\xd3\x19\x55\x5c\x4b\xd1\xf9\x62\x4f\xa7\x1d\xda\x15\x88\x3e\x52\x6d\x37\xba\xce\x5f\xe3\x91\x5d\x96\xff\xf9\xa1\x57\xfe\x57\x69\x16\x17\xbd\xf2\xbf\x3a\x4b\x67\x13\x35\x5c\x65\x67\xc7\xe4\x43\xef\x94\x7c\x80\x10\x0c\x45\x7a\x13\x8a\x2c\xe9\xa2\x77\x4a\x2e\x98\xd6\xf0\x4b\xf1\xb1\xe1\x26\x83\xb9\xbd\xe3\x82\xaa\x39\xf1\xd3\xc7\xec\x39\x0a\xb6\x59\xbf\x34\xd5\xc5\x13\x7f\xcf\x05\x68\x0f\xc5\xea\x5d\xc8\x31\x4f\x68\xb6\xdb\x22\xb6\x2f\xe3\x83\xf4\xe6\xea\x66\xe9\x52\xc4\x6f\x2f\xae\x45\xfb\xf2\x1c\x72\xf9\xfc\x50\x6b\x66\x7e\xc9\xb4\x61\xa9\x95\x46\x52\x24\x5e\xe0\x67\xf3\x48\x4a\xf9\xbb\x84\xec\xbe\x5c\x5b\xd9\xb9\x7d\x79\x4e\x4e\xc8\xd5\x4d\x5f\x5c\xa9\x14\x8d\x37\xcc\x5e\xef\xc8\x75\xb9\x26\x42\x1a\xc2\xa7\x33\xa9\x0c\x15\xc6\x4a\x36\xc0\xd8\xdc\x8a\x68\x42\x15\x23\x67\x72\x3a\xcd\x0d\x35\xfc\x81\x2d\x2c\xaa\x40\x8d\xec\x96\x99\x6e\x0a\xe6\xe0\x9a\x35\x44\xce\x57\xcc\x65\xa6\x6c\xfb\x96\xeb\x96\x75\x01\x9e\x2e\xc8\xe6\xbe\x09\xaa\x14\x2d\xf3\xc7\x37\xdc\xb0\x69\xf5\xfd\x35\xc3\xf6\xfe\x55\xab\xe8\xd8\x2b\xe1\x42\xd2\x94\x8b\x31\xa6\x53\x5e\x70\xc3\x14\xcd\x3e\xd2\xd9\x7b\x6f\x6d\xda\x82\x3e\xfe\xbf\xdb\x52\x26\xdf\x9b\x5f\xda\x1f\xe3\x5c\xc0\x37\xd7\x37\x57\xbd\xab\xa5\x34\x53\x6a\x61\x91\x68\xec\xe3\x53\xf8\x5f\x72\x42\x6c\xeb\xe1\xe6\x9a\x32\x43\xed\x8d\x4e\xbe\xc7\xc4\x9d\x10\xde\xcf\x45\x06\x34\x32\x53\x7c\xca\xed\xbe\x3a\x95\xf9\x2d\x5e\x8e\xe1\xf6\x0f\x54\x82\x1f\x60\x12\x1e\x88\x1d\x86\x8a\x94\xaa\x94\xfc\x5d\xbb\xc4\x51\x2b\x84\xe0\xeb\x54\xfb\x1f\x58\x4a\x8e\xc9\xc4\x98\x99\x3e\x3d\x39\x79\x7c\x7c\x6c\xd9\xb7\x5b\x52\x8d\x4f\xec\x1f\xc7\x4c\xb4\x26\x66\x9a\x61\xc6\xa9\x5d\x85\x53\x72\xad\xa4\x91\x20\x40\x10\xcd\x14\xa7\x19\xa4\x06\x0e\xf1\xb4\xcb\x11\xf9\xbf\x89\x54\xac\x55\x6c\xcc\xff\x25\x51\x32\xeb\xc8\xde\xb3\x3c\xcd\x4e\xec\x4b\x35\x47\xa7\xba\x9f\x24\x65\x09\x4f\x9d\x20\xc5\x44\x22\x01\x6d\x09\x2d\x8b\xb6\x3d\x9f\xed\xc4\x9c\x2b\x27\x2c\x67\x24\x6c\xd0\x94\x11\xfa\x40\x79\x86\x79\xcd\x12\x4d\x86\xb8\xce\x4c\x59\xc1\xa5\x8b\x52\x67\x6e\x25\x6c\x88\xbd\x03\x3d\xd2\xbf\x3a\xb3\x13\x4e\x64\x46\x86\xf9\xc8\x4a\x68\xd1\xad\x74\x64\xa5\x11\xae\x89\x62\x89\x9c\x4e\x99\x40\xa3\xa2\x6d\x08\xbe\x84\x15\x73\xa3\x6d\xf5\x05\xec\xbf\x15\x53\x80\x02\x52\x09\x07\x5b\x30\xab\xad\x88\x39\x76\x33\xcc\x47\x25\x4f\x95\x91\x44\x31\x9a\x12\x6e\xfa\xa2\x9d\x59\xbd\x76\x2a\x0d\x8b\x83\x08\xc1\xac\x5d\x5a\x70\x60\x08\x8a\xcd\x32\x9a\xf8\xa4\xcc\x4c\x26\x34\x23\x23\x9e\x31\x57\x2f\x3f\x6a\xe0\x7b\x50\xb5\xec\x9a\x71\x4d\x52\xf9\x28\x32\x49\xdd\x3c\xaa\x9f\xbd\x2d\xf3\x96\x8e\x4f\x4b\xee\x28\x25\x15\xfc\xcf\xcf\x5c\xa4\xdb\x9d\xc1\xbb\xcb\x9f\x2f\xaf\x3e\x97\x8e\xe1\xdd\x6d\xe7\x26\xfe\xf7\xed\x2f\xb7\xbd\xce\xc7\xa5\xe7\xb0\xda\x4a\x41\x59\x30\x3c\x10\xc1\x4f\xc9\x2d\x2e\x82\x54\xc4\x2a\x55\x0d\x93\xfa\xe8\x48\xa9\xf8\x41\xa6\x6c\xbb\xb9\x7d\x6c\x5f\xde\xb5\x4b\x1c\xe5\xf6\xec\xa7\xce\xf9\xdd\x45\x49\xc0\xf3\xf3\x8b\x7e\xb9\xe9\xa0\xf8\x16\xff\x76\xf6\x53\xf7\xe2\x7c\x10\x04\xbe\x65\xab\x51\xe9\xb7\xca\x97\x7a\xc8\x7f\x26\x32\x25\xc3\x79\x9c\x38\x58\xe4\x9b\x3f\x52\x4d\x32\x70\x8c\xb0\xd4\xeb\x22\xd8\xea\x29\xb0\x21\x9f\xc9\x5e\x7c\x61\x65\xfb\x23\xf7\x0e\xe4\x9d\xa3\x1a\x44\x4d\x39\x91\x3d\x6e\xd8\xf6\x4e\x45\xa4\x53\x60\x86\x7b\x58\x23\xab\xf5\x68\xfb\x62\x6e\xcf\xaf\xe2\xe3\x31\xa8\xf8\x95\xa1\x62\x6b\xee\x53\x58\x49\xf8\x0e\xb7\x7a\xa6\x24\x1c\x69\xdb\xad\xb3\x0d\x05\x05\x02\x3f\x44\x14\xb7\x52\x8b\x8a\x82\x6e\x50\x33\x34\xbf\x2f\xa7\x68\xd1\x6d\x98\x16\x1c\xbd\x22\xc2\x17\x38\x94\x46\xcb\xc4\x4c\xb1\x07\x2e\xf3\xe8\x53\x07\xa7\x50\xda\xdc\xda\xe6\x8b\x05\x80\x65\x43\xfd\xa5\x68\xa6\x4c\xcd\xdd\xab\x5b\xa3\xa8\x61\xe3\xf9\xb9\x3b\xd9\xdb\x53\xf1\xf9\xd5\xe7\xcb\x8b\xab\xf6\xf9\xa0\xd3\xfe\x50\x3e\x98\xe1\xc9\x6d\xef\xa6\xd3\xfe\x58\x7e\x34\xb8\xbc\xea\x0d\xfc\x1b\x4b\xc9\xb5\xa1\x83\xc5\xeb\xb4\xfc\xe2\x29\xb1\x9c\x11\x38\x98\x47\x5e\x8a\xd8\xd8\x90\x8d\xa4\x42\x76\x3c\xf5\x3e\x40\x60\xfc\x24\xac\x2c\x4b\x51\xc7\x2e\xcf\xe2\x14\x14\xd0\xba\x26\xd1\xb6\x64\x14\xa3\x53\x60\xe7\x54\x90\x8e\x48\x8f\xaf\x46\xc7\xb7\xf8\xe3\x94\xaa\x7b\xa6\xc2\xa7\x8f\x8a\x1b\xc3\xc0\x24\xce\x9d\xb5\x1c\x14\x64\x18\xb2\xbd\x6f\x20\xc6\xbb\xe8\xa0\x45\x6e\x2c\x7b\xb6\xef\x87\xbb\xc7\x12\x6a\xca\x0c\xe5\x99\x76\x83\x2d\xad\xeb\x29\xb9\xa0\x6a\x5c\xa8\xbb\xdf\xcb\xd1\x08\x1b\x7b\x8b\xc3\xb0\x57\x4d\x69\x16\x35\x2c\xd2\x92\x86\xbf\xbe\xa0\x3f\xf7\x72\x10\xd2\x16\xa9\xea\x6e\xb6\x1b\x4d\xdd\x5d\xc3\x8a\x5f\x5d\x0e\x3a\xff\xd5\x2d\x29\x2c\xee\x49\x0d\xad\xc1\xc4\xf1\xf1\xf2\xbb\xa0\xbe\xed\x45\x72\x2a\xbf\x58\x43\x4e\xf9\xcc\xef\xfc\xc8\xaa\x40\x35\xb4\xc4\xbe\x70\x83\x1b\x13\x8f\xbb\x42\x42\x45\x33\x60\xc5\xa0\xb3\x19\xa3\x4a\xd7\xed\x76\x59\x5a\x6b\xd8\x7b\xec\x29\xee\xc3\x6d\xb2\xef\xe7\x88\x48\x91\xcd\xe3\xbb\xbe\x42\x91\x6b\xd0\x00\xb6\xb5\x40\x01\xd7\x80\x2b\x72\xf5\xc0\x94\xe2\x29\xfb\xc8\xb5\xd5\x64\xf0\xc7\x77\x0e\x5c\x64\x3b\x82\x78\xdf\xee\x5e\x54\x64\x80\xc1\x79\xe7\x7d\xfb\xee\x62\xb9\x36\x5e\xfa\xae\x06\xf5\x26\x6a\xe7\xd4\xde\xfa\xce\x34\x07\xb7\xc3\xb1\x87\x4c\x61\x69\xb8\xd0\xca\x88\x29\x15\xae\x7a\x8d\xe6\x63\xf7\x9f\x5b\x43\xcd\x96\xe4\xdf\x3e\xeb\x75\x3f\x95\xb4\xf6\xf6\xcd\xd9\x4f\xdd\x4f\x75\x72\xc1\xe0\x43\xe7\xb2\x73\xd3\xee\x75\x96\x53\x7d\xa5\xc9\xba\x3b\x5f\xdb\x01\x57\xdd\x07\x5c\x07\x0f\xb8\x25\x6b\x25\x33\xc2\x8d\x26\x0f\x5c\xf3\x21\x07\x94\x1a\x67\x8a\xbf\xeb\x02\xd3\x03\xdf\x26\x37\x73\x2f\x15\x60\xbf\xa7\xe4\xdd\xdc\xaf\xe1\x11\x30\x39\xd7\x3e\xaa\xa9\xb1\x81\x3e\xb1\x4a\x0d\xde\x7a\x7e\xd2\xa7\xa4\xad\x92\x09\x7f\x00\xb5\x27\xfa\x4c\x58\x51\x54\x8c\x99\xc2\xe1\x80\xfd\x31\x1e\x4b\xf4\xdc\x8e\x2a\x96\x01\x8a\x55\x0b\x62\xdf\x98\x09\xab\x3a\xc7\x9d\xa0\x7c\xa2\x98\xf8\xce\x8a\x32\xb3\x8c\x27\xdc\x64\x73\x92\x80\xcd\x23\xb5\x82\xe2\x94\x0a\x3a\x76\x77\x2e\x28\x0a\x15\x92\xf8\x2b\x42\xf9\x5c\x8d\x9c\x71\xab\xc7\xd9\x96\x27\xe0\xee\xf2\xbc\xf3\xbe\x7b\x59\x26\x81\x9f\xba\x1f\x4a\x42\xe0\xc7\xce\x79\xf7\xae\x74\xd1\xae\x92\x05\x17\x9b\xad\x3b\x25\xfe\xa5\x53\x72\x8e\x9f\x9e\xda\xc5\xad\xc1\x29\x0a\xea\x63\x65\x1d\x6e\x7c\xd8\x89\xff\xa3\x23\x8c\xaa\xb5\xcc\xad\x6b\x72\x70\x46\xf8\x92\xcd\xa1\xde\x57\xb7\xd0\xf7\x65\xd5\xab\xb2\xe8\xcb\x74\x96\x78\xdb\x49\xab\xb0\x44\xc4\x4e\x3c\x50\xbb\x9b\x8c\x1e\x35\x86\xdd\x82\x97\x7e\x02\x1f\xcd\x34\xd7\x06\x8d\xe9\x40\x9c\xe4\xfe\x2f\xda\x2e\x28\x18\xdb\x5b\xe4\x96\xb1\xbe\xf0\xfa\xf7\x98\x9b\x49\x3e\x6c\x25\x72\x7a\x52\x80\x64\x9d\xd0\x19\x9f\x52\x2b\xa0\x32\x35\x3f\x19\x66\x72\x78\x32\xa5\xda\x30\x75\x32\xbb\x1f\x83\xe7\xd7\xfb\x13\x4e\x42\xb3\x63\xf9\x6f\x17\x7f\xfa\xe1\xf8\xe2\x2f\x3f\xbc\x59\xb4\xa8\x34\xed\x7f\x47\x24\x74\xa6\xf3\xcc\x45\x88\xa8\x78\x6d\xfc\x91\xcf\xd9\xaa\xfd\xbe\x2c\x6f\xd7\x6e\x1a\xe0\xd9\xf5\x5d\xc9\xc2\x59\xfe\xe7\xc7\xce\xc7\xab\x9b\x5f\x4a\x9c\xb2\x77\x75\xd3\xfe\xb0\xdc\xd2\xb9\xa0\x22\x56\x96\xe1\x67\x21\x1f\x45\x79\xf6\xba\x3a\xe9\x5c\x18\x3e\x65\x5e\x43\x74\xff\xec\xe1\x4c\xb7\x98\xf9\x55\xef\xa7\xb2\x90\xf3\xfe\xe2\x97\x5e\x67\x70\x7b\xfe\xf3\xd2\x99\xe0\x67\xa5\x91\xdd\x82\x7b\xfb\x4c\x66\xf9\x54\xc4\x7f\x6f\x3f\xb6\xee\x65\xaf\xf3\xa1\x3a\xba\xab\x76\xaf\xbc\xec\x37\xe5\xa8\x89\x37\xef\xae\xae\x2e\x3a\x25\x8f\xc3\x9b\xf3\x76\xaf\xd3\xeb\x7e\x2c\xdd\x76\xe7\x77\x37\x08\xa3\xb5\x6c\x9a\x7e\x04\x35\x13\xb5\xd3\x8a\xa7\xb9\x6f\x3e\xb3\xd6\x31\x6f\xbb\x88\x44\x3c\x28\xc7\x11\x5c\x05\x06\x1b\x80\xd1\xe1\x38\x58\xfc\x12\x1c\x69\x2d\xaf\x31\xe5\x6d\x22\xcd\xbc\x6e\xe9\x46\x2f\x63\x79\xbd\x30\x04\x04\x7b\x43\x15\x93\x66\x99\x7c\xc4\xb8\xb0\x29\xb7\x57\x9e\xc3\x0e\xb2\xaf\x68\x92\xe4\x4a\x31\x61\xb2\x79\xab\x86\x9d\x94\xb7\x85\x25\x8a\x99\x8f\x32\x17\x66\x7b\x92\x6b\x5f\x96\x0e\x75\xe7\xf2\xd3\xe0\x53\xbb\x4c\x81\xdd\x8b\xe5\x87\x3c\x6e\xa2\xe6\x9e\x6b\x5f\xfe\x12\x6e\x38\x88\x1e\x3c\x0a\x9a\x19\x0a\x86\x49\xc6\x99\x30\x60\xb1\x37\x32\x03\x71\x81\x30\x0e\xaa\xf6\xd4\x4e\x8e\x8b\x31\xc1\xc0\x25\x0f\x59\x88\x83\x3c\xf5\x7f\x54\xda\xd3\xb0\x2e\x60\xec\xf3\x01\x99\xd0\x8e\xd3\x26\x05\x61\xe2\x81\x2b\x09\x88\x85\xe4\x81\x2a\x4e\x87\x99\x13\x8e\xec\x5c\x4f\xe1\x7f\x37\x6b\x13\xec\x76\x15\xc6\x75\x2b\x95\x39\x0f\x81\x5d\xdb\x59\x01\xea\xa2\xa4\x16\xe3\xa3\xea\x15\xfc\x4a\x4c\x94\x1f\x56\x8f\xea\xfb\x05\xbb\x5b\x57\x68\x43\x45\xc2\xce\x32\xaa\xf5\xb6\x63\x45\xc5\xe1\xa8\xcc\xce\x6e\x6e\xee\xae\x7b\xdd\x77\x2b\x48\xa8\xfa\xf1\x62\xe0\x5b\x92\xe5\xde\x34\x3d\x54\x92\xa6\xc4\xee\x8d\x1c\xa3\x19\xdc\x5d\xd9\x05\x72\x24\x46\xa0\x86\x58\x80\x12\x6a\x65\x70\xf3\x7b\x0d\x25\xb6\xad\x71\xb7\x10\x24\xb1\x2b\x41\x22\x65\xc5\xb3\x14\xb0\xaa\x23\xdc\xb4\x53\x19\x67\x19\x35\x23\xa9\xa6\x48\x42\xa5\x49\x63\xe3\xcb\x1b\xe5\xc2\x30\xa5\xf2\x99\xe1\x1e\x0a\xb4\x7a\x05\x42\xe9\x4f\x39\xfe\xc8\xb4\xa6\x63\xb6\x8b\xf3\xa5\xee\xda\xbf\xfd\x14\xff\x13\x9c\x2b\xeb\x5c\xe9\xa5\x11\xfa\xa0\x2d\x4f\x4f\x57\xe2\x3d\xe5\x59\xae\xd8\xb5\xcc\x78\xb2\xa5\xb3\xd8\xaa\x99\x83\xee\x47\x2b\x7e\xb7\x7b\x9d\x8b\x12\x9f\x82\x67\xed\xf7\xbd\xce\xcd\x00\xf1\x25\xdb\xef\x2e\x3a\x83\xcb\xab\xf3\xce\xed\xe0\xec\xea\xe3\xf5\x45\x67\x85\x0f\xb6\xb1\xf1\x45\x93\x45\xf5\xd5\xd3\x85\x5f\x60\x87\x55\x8e\xda\x8d\xd7\x74\x21\xbe\x99\xf2\x0c\x1c\x40\x12\x1d\x41\x94\x08\xab\xf3\xdb\x9f\xb5\xd7\xab\x7c\x38\x5f\x8b\x74\xcd\x77\x59\x46\x68\x6e\xe4\x94\x82\x19\x33\x9b\xf7\x05\x1d\x4a\x65\x40\xbb\x0b\x37\x03\x51\xb9\x10\x96\x2b\xda\xc6\x10\x26\x36\xc9\x18\x15\x24\x9f\x45\xa1\xe8\xce\x18\x37\xe2\x02\xa2\x44\xa6\x54\xdd\xfb\xea\x19\x21\x82\x30\x1c\x0a\x4d\xa8\xee\x0b\x44\x6d\x70\xac\x70\x8d\x15\x3e\x5d\xeb\xad\xc6\xd5\x99\xd2\x7b\x66\x57\x65\x9a\x27\x13\xab\x1f\x8e\x15\xd3\xda\x19\x6c\x12\x2a\xd0\xf9\xe6\x5e\x7f\xe4\x59\xd6\x17\x42\xda\xa5\xf0\x76\xa1\x94\xcd\x98\x48\x99\x48\x38\x06\xa0\x83\xdf\x2a\xd8\x6f\xc7\x8a\xce\x26\x44\x4b\x70\xf8\xc0\xb2\x83\xe6\x89\x1f\xf9\x90\x15\x87\x53\x01\x8f\x63\xb3\x8e\xca\x2d\x9f\xb8\x82\x4b\x08\x57\x19\x3e\xf6\x36\x1d\x6f\xcb\x44\x0d\x7e\x3a\xcb\x98\x41\xac\x57\x58\x72\xd8\x0c\xbb\xd6\xa5\xfd\xb0\xdb\x54\xb7\x09\x7d\x51\x8c\x99\x6a\x37\xa2\x56\x8d\xb9\xc8\x1d\x29\xf2\x13\x15\x69\x66\x5b\xf1\x86\xc1\xf2\x59\x84\x28\xca\xb6\xa5\x1a\x7f\x1a\x77\x91\xd4\x12\x9a\xeb\x8d\x44\xb5\xe5\x59\x03\xa8\xcf\x1f\x17\x0e\x51\x20\x6f\x97\x32\x00\xab\x3b\xb3\x2c\x92\x66\xd2\xad\x12\xbe\x9e\x23\xba\x3f\x81\xd1\x34\xe8\x8e\x33\xc5\x45\xc2\x67\x34\xdb\x4a\xb0\xac\xc4\x91\xb9\xf8\xac\xef\xf9\xc8\x92\xcf\xdb\x05\x3f\x86\x61\x6a\x0a\xe9\x33\x6e\x98\x61\x0b\x57\x09\x6d\xb8\x3b\x96\x90\x69\x39\xd6\x66\x8b\xbd\x41\x27\x75\xd3\x74\x2b\xad\xb8\xde\x31\x4a\x82\x66\xd7\xf5\x6d\xd6\x2d\x58\xf4\xf0\x5f\xcb\xb6\xfa\x23\x9d\xd9\x2d\x46\x0c\x5b\x42\x8b\x39\x3a\x81\xc9\x95\x68\xf0\xae\xde\xc8\xf7\x13\x22\x10\xd7\x57\xa0\x8b\x25\x74\xbe\xfa\xc5\x4e\x4a\x3e\xb0\x28\x61\xc9\x91\xe4\x28\x37\xf6\x34\x51\xf0\xa2\x91\xef\x59\x6b\xdc\x22\x1e\x49\xf8\x88\xb4\xaf\xaf\x3b\x97\xe7\x47\x84\x99\xe4\xad\x0f\x26\x71\xbe\xf5\xbe\x30\xd2\x09\x17\x73\x32\x91\x8f\xc0\xca\x98\x1a\xb3\xd2\x9c\xbd\x23\x1e\x60\x68\xc6\x5c\x1b\xe5\xc2\x01\x44\x1a\x03\x5b\xf3\x69\x55\x6e\x44\x0a\xc9\xcd\x64\x17\xd2\xa0\x5a\xe7\x53\x2b\xd7\x0e\x38\x9d\x0e\x94\xcc\x56\x9d\xe1\xda\x23\x55\x18\x46\x06\xce\x16\x35\xa0\x49\x62\xe5\xde\xb5\x5b\x5b\xb5\x8f\xe7\xb0\x4c\x9a\xcc\xec\x81\x82\x28\xa4\x45\x98\xe3\xe8\x96\xf2\x56\xc2\xe1\x1c\x59\x46\x56\x24\x92\x79\xbc\xee\x73\x36\x53\xcc\x4a\x87\x55\x73\x59\x58\xd8\x9b\xf2\x72\x7c\x43\x8b\x1b\xd8\xd9\x66\xcb\x5a\x5a\xb5\x23\x32\xcb\x98\x65\xd7\xb9\x66\x18\xee\x70\xcb\x92\x5c\x71\x33\x3f\xc3\x94\xbe\x9a\x55\x3d\x43\x18\x77\x6f\x97\x8a\x40\xa4\x77\x59\xe6\xba\x56\x96\xb5\x44\x9e\x9c\xc5\x9d\x21\x6f\xab\xc3\xe6\x46\x97\x7e\xa5\x1c\x0d\x44\x8c\x54\x70\xf7\x91\x86\xa1\xa6\x19\xf0\x9c\x5f\x73\x69\xa8\x7e\xdb\xea\x0b\xcb\x40\xef\xd9\x1c\xed\xf0\x96\x45\xfd\xde\x5e\x9b\xc7\x9a\x09\x0d\x51\x49\xbf\x47\x03\x99\x65\xb2\x5e\x6d\x45\x29\x12\xe1\xfe\xcb\xb0\xe1\x10\x49\xe2\x1a\x75\x1c\xb2\x88\xd3\x29\xb0\xc6\xfd\x33\x1c\xfe\x98\x19\x08\xe4\x37\xdc\x80\x78\x93\x62\x3d\x81\x85\xa1\xaf\xb4\x4d\x20\x55\x28\x09\xf6\x92\x34\xdf\xed\xbc\xe9\xc5\x36\xea\x36\xb1\xfe\x62\xbf\x75\xa1\x59\x27\x5e\xc5\x4b\x94\x5c\x00\xe9\xa7\x96\x5f\xdb\x9d\x1e\x22\x6f\xf1\x46\x62\x26\x5a\x8f\xfc\x9e\xcf\x58\xca\x29\x04\x6a\xd9\x7f\x9d\xd8\x79\xfd\xdb\xd9\xcd\xd5\xe5\xa0\x08\xaf\xfc\xcf\xbe\x68\x67\x5a\x12\x2b\xaa\x48\x65\x34\x11\x52\x84\xa8\xb0\x99\x62\xfe\x3a\x70\x73\xb1\xab\x1a\x99\x98\xfa\xa2\x69\x04\xa9\x4c\x74\x8b\x3e\xea\x16\x9d\xd2\x7f\x48\x01\xf6\xea\x36\xfc\x79\x96\xc9\x3c\xfd\x4c\x4d\x32\x39\x01\x33\xb2\x39\x61\x0f\x4c\x18\x34\x57\xd9\xe5\x4a\x21\x46\x5c\x43\x50\xd9\xbf\xd9\x31\x17\x91\x9e\xda\x0a\x9d\x09\x9b\x19\xf2\xff\x2a\x36\x94\xd2\xd4\xb3\x28\x39\x1a\x69\xb6\x8a\x1d\x35\xc8\x53\xb7\x57\xe4\x2f\x7f\xfe\xe1\x47\x4b\x42\xdb\xac\x71\xf7\xf6\x6a\x60\xbf\xff\xb7\x73\xf7\xbd\x5e\x8b\xe4\xce\x31\xef\x65\xa7\xa8\xcb\x6d\x98\xf9\xa6\x06\xcd\xea\x2d\xc8\xf5\x2c\xa3\xf3\x05\xd7\xc8\xaa\xdb\xf3\xd2\xf2\x83\x19\x4d\x58\x91\x77\xe3\x7d\x8c\x89\x9c\x4e\xc1\x25\xed\x3d\x8d\x29\x1f\x81\x6f\xda\xd8\x2b\x80\x0c\x99\x79\x84\x48\x08\xff\x6b\xf0\x36\x79\x6b\x85\x65\x1e\xc0\xa0\xfa\x76\xad\xd2\x1c\xec\x58\xfd\x37\x47\xa4\xff\x26\x65\x0f\x2c\x93\x33\x7b\x7e\xec\x0f\xcc\x24\x75\x57\x6d\x67\x4a\x79\x76\x29\x4d\x70\xae\xef\xb2\x2d\x8a\x25\x7c\xc6\x2d\x3d\x0f\x98\x6d\xf7\x49\x23\x63\x57\xd9\x74\x7d\x42\x2f\x8c\x84\xd0\x34\xb5\xc7\x0a\x20\xdf\xfd\x20\x0b\x2b\x94\x88\x16\x60\x3d\xb6\x19\xac\x73\xfb\x25\xe3\x7a\xdb\xb6\xbd\xe0\xbd\xf5\x26\x74\x5c\x80\x74\x2f\xa5\x5a\x07\xf9\x5f\x40\x49\x7b\x25\x7c\xd1\xbe\xd0\xa0\xb3\x59\x91\x6d\xbd\x71\x96\x57\xe6\xd6\x7e\xb7\x74\x68\x3a\xce\x3d\x0f\x65\x5a\x82\x04\xee\xe2\xc3\xaa\x21\x69\x6c\xe5\x88\x93\x4c\xea\x5c\xad\xe9\x38\x28\x0f\xfa\xcc\x7d\xba\x6c\xdc\x9d\x58\x61\xc9\x33\xa3\x37\xd2\x89\x6a\x16\xbe\x92\xba\x84\x87\xdb\x38\x29\xd0\xbd\x7d\x44\x8a\xe2\xaa\x34\x2b\x82\xe7\x44\x4a\x0a\x69\xaa\x2f\x42\xbc\x2f\xd5\xe4\x91\x65\x60\xd8\x4a\xe4\x74\x06\x92\x82\x1b\xae\x6b\xc9\x5e\x74\x86\x1a\x76\x44\x64\x6e\x6c\x63\x47\x58\x46\xc8\x6d\xc1\xf1\x90\x42\x02\x7c\x51\x1c\xb0\x2f\xee\xb4\xb7\xa5\x87\xbc\x65\xa4\x75\x64\x60\x5c\x90\x0f\xcc\x40\x2b\x00\x24\x11\x4f\x10\xcb\x25\xd5\xb2\xa0\xea\xda\xef\x70\xa2\xdc\x4c\x36\xd8\xf9\x22\x4c\xf8\x5d\x26\x87\x4b\xf7\xbd\x4d\xa6\xa8\x3d\xbb\x5e\xbc\x71\xb0\xb0\x9b\x44\x09\xb7\xab\x68\x94\x29\x55\x0a\x09\x5a\x71\xfc\xcb\xa1\xc5\xcb\xc9\x13\x02\x7b\xa3\xaa\xbb\x8b\xe3\x74\x16\xb5\x55\x63\x04\xbb\xcf\xe0\xf5\x58\x97\x70\xbc\xd3\x45\x8b\xda\x2a\x22\x28\x5b\xe2\x9e\x7a\x32\x70\x40\xcc\x84\x71\x45\xd6\x9a\x96\x3f\xbf\x03\x3c\xf3\xeb\x13\x4d\x41\xdb\x4d\x02\x20\x32\x91\xc0\x20\xec\xc0\x1c\xf0\x45\xa9\xb6\x57\xab\x2f\x2a\x83\x70\x26\x5a\x4d\x80\xbc\xfc\x69\x28\xf1\xfe\x23\x32\xe2\x5f\x5c\xa3\x85\xeb\xc6\xbf\x1a\x19\x05\x1a\x4c\x85\x13\xba\x48\x76\x1b\xdc\x8f\xd7\xf0\xfd\x52\x5b\x98\xd4\xc6\x8a\x03\x56\xb0\x52\x2c\x91\xca\xb2\x44\xe8\x36\x38\x92\x56\xde\x8d\x86\x2a\xbb\x28\x74\x23\x01\xbc\x00\x82\x49\xa9\x61\xc7\x86\xaf\x8c\xca\xb1\xea\x8a\x65\xb0\x53\xab\xce\x46\x49\x1e\x05\x87\x1d\xb2\x31\x15\xde\xe9\xd0\x30\x5a\xcf\xda\x77\x38\xcc\x56\xb2\xa2\xe0\x55\x05\x39\xc2\x0e\xa8\x3c\x0e\x3d\x83\xe5\x5c\x3a\x0e\x67\x20\x7a\xae\x55\x33\x4b\x96\xed\x91\x06\x7b\x55\xc3\x60\x73\xa8\xc9\xfa\x62\x06\x9b\x51\x6d\x88\x1b\x53\xc3\x88\x63\x69\x76\x0f\xd9\x69\xcb\x6a\xc6\xc4\x8a\xc3\x26\xc2\x79\x3c\x44\xa2\x99\x31\xdc\xd5\x36\xc9\x35\x73\x41\xc5\x53\xa6\xc6\x5e\xe0\x43\xb8\xeb\x70\xb4\x1d\xee\xb5\xe7\xa3\x31\x2f\x01\xf7\xd3\x62\xd3\x2d\xd2\x16\x0b\xa9\x11\xde\xc6\x56\x5a\x2f\xe4\xda\x34\x7b\xa4\x73\x4d\x66\x0a\x23\x91\xd1\x27\xe5\x27\x0f\xb6\xe5\xf2\x47\xc1\x72\x60\xbc\x53\x10\x2a\x15\xc6\x23\x6b\xd8\xac\xa8\xb0\xd1\xfa\xcc\x6e\x4d\xd9\xbf\xe2\x2f\xa9\x2b\x73\x14\x54\xa0\x5a\x4e\xd7\x6c\xbb\x2c\xc5\xc6\x39\x84\x02\x90\x2d\x9d\x76\xd1\x29\xfb\x5a\x9a\x04\x3e\xb0\xba\x5d\xd0\x21\xcb\x76\xf6\xb1\x6c\x65\x01\x81\xae\x1d\x76\x84\x55\xbf\x19\xfa\x8c\xa0\xec\xa4\xaa\xb2\x36\x6f\x37\x54\xf9\x7a\x1e\xa4\x62\x9e\x25\xb4\xf6\x1d\x26\xea\xc1\x50\xb6\xe7\xdf\x4d\x40\x29\xf1\x45\x52\x20\xa5\xd4\xdf\x22\x55\xf3\xcd\x2e\x63\x88\x20\x4d\x6a\x87\xb0\x0f\x4c\x93\xbd\x18\x83\x02\xc9\xac\x89\xdf\xd7\x1d\x11\x21\x05\x23\x5c\x17\x2f\x9b\xb2\xab\x3c\x04\x5e\x5b\x31\x12\xd5\xf4\xc5\xea\x20\xcf\xac\x93\xb7\x83\x2e\x49\x46\x9c\x65\xa9\x26\x82\x59\x95\x86\xaa\x39\x24\x40\x22\x3f\x5b\x47\x34\xda\x97\xb0\x5a\x73\x7b\x38\x29\xd2\x63\x4d\x00\x1e\x99\x15\xc4\x2a\xe3\x22\x98\x20\xea\x5e\x72\x1f\xb9\xe8\xe3\xbe\x08\x4a\x30\x90\x1f\xd7\x56\xb9\x6b\x11\xd8\x36\x53\x7c\x85\xd1\xf4\x26\xec\xe1\x91\x17\x65\x35\xa2\x79\x6d\xa2\xfa\xfb\x6b\xab\x58\xc7\x72\x06\xa0\x4f\x54\xc6\xf2\xb3\x75\x55\x43\x3d\x51\x64\x25\x2b\xe4\x72\xa6\xe3\xca\x8b\xbc\x00\x33\xd5\xfa\x2b\x65\x37\x39\x5f\x30\x5c\x61\xf1\x90\x42\xc7\x8e\x12\x12\x62\x4d\xc5\x25\x2f\x63\xf1\x47\xaa\xc9\xef\x85\x34\xbf\x8f\xd2\xbb\xbd\x36\x8c\xd5\x67\x9c\x65\xe2\xa8\x04\x3b\xc3\x7d\xb2\x9a\x23\x12\x42\xa3\x24\x89\x95\x2b\xbf\x2b\xa6\x40\xe1\xf3\x7b\x52\xe1\xad\xb3\x18\x0e\xd1\x84\xdb\x85\xd0\x93\x7b\x33\x01\x3c\x47\xdd\x33\x82\x64\xa0\x98\x4f\x98\x99\x4a\xc5\x2a\xf0\x97\xc8\xbc\x43\xbc\x10\xc2\x0e\xae\x4f\xa5\x35\xd6\x30\x84\xf4\x2b\x8e\x79\xc9\x0a\xb6\xdc\xfa\xb5\x8f\x40\xa0\x69\x39\xef\x70\x09\x05\xac\xc8\xea\xae\xd7\xc8\xb7\x09\xde\x69\x12\x49\x83\x1d\x3a\xae\xf3\xd3\x94\xcb\xdc\xea\x8b\xf7\x52\xb9\xbb\x53\x3b\x98\x90\x21\x4d\xee\x8f\x99\x48\x09\xcd\xcd\x04\x73\x8a\x9d\xe9\x78\xee\x76\xd6\xca\x05\x40\x02\x21\x67\x95\xeb\x84\x2a\xc7\xf4\x47\xf4\x41\xfa\x51\xf4\x45\xd4\x08\x00\x91\x00\xf2\x14\xb8\xd2\x9b\x04\x08\x06\x48\x7f\x4d\x6b\x51\x87\x01\xbb\x80\x00\xbb\xfc\xcc\xc4\xb1\xcd\x7d\xe8\x8f\xa5\x82\x69\xdd\x7f\x83\xa3\xae\xac\x50\xd7\x9b\xa3\xbc\x7a\xa3\xe3\x6a\x5a\xe1\xcd\x23\x17\x96\x87\x06\x19\x37\x0b\x2b\xa6\xfc\xe0\x79\x67\x29\xc3\x7a\x94\x2b\x08\xb0\xab\x6b\xf3\xfb\x64\xc2\xb3\xc2\x44\xfd\xf6\xc8\x9d\x47\x6c\x32\x63\x0f\x2c\x43\x20\x8e\x44\x81\x1f\x17\x7d\x8a\x3f\x90\xff\x8d\xd8\xa8\xe4\xc7\xbe\xf8\x00\x6c\x35\xcb\xe6\x47\x84\x8f\x8a\x96\xa9\xa9\x34\x73\x5f\x3b\x00\xbb\x65\xc8\x59\x4a\x03\xc1\xfd\x9e\xd0\x07\xd6\x17\xbe\x99\xff\x4d\xee\xc9\x1f\xc8\x8f\x4d\x76\x1c\xef\x8e\x7d\x62\x35\x1f\xa8\xd8\xf7\x15\x71\x86\x23\x27\x3e\x02\xe7\xf0\x56\x80\x72\x79\xfd\xc5\x90\xe9\x00\x01\xc0\xc5\x83\x5c\x74\x5e\xc5\x27\x97\x2a\x26\xcc\x40\xc8\x94\x0d\x58\x8d\xe7\x6a\x09\xa3\xb0\x97\xfa\xa5\x4c\xd9\x4a\xbf\x53\x10\x90\x3f\x83\xe5\x42\xe7\xc3\xb0\x1d\x10\xb9\x19\x74\xee\x32\x81\xd5\x0f\x38\xa4\xe8\x6e\x33\xdc\x6d\x5d\x65\x57\x4e\xba\x3a\x02\x8e\xee\x06\x50\xef\xae\xc9\xa8\xf1\x41\x72\xd5\x53\x58\x35\x10\xdb\x97\xed\xcc\xdd\x9d\x13\x25\x1f\x03\x6a\x91\xe2\x63\x6e\xa5\xed\xf5\xdd\x71\xc0\x04\xb7\xb1\x72\x63\xba\xe7\x5a\x66\xee\x62\x29\x7c\xe0\xfc\x71\x20\xbb\xc2\xc5\x34\x94\x79\x55\xe6\x76\x0b\xc0\x75\x1c\xbe\xe7\xc4\xeb\xb9\x65\xc1\x63\x0c\x0d\x63\x13\x8e\x40\x01\xed\xb3\x0b\x62\x0f\x85\x9c\x32\x44\xc6\xb5\x8b\x96\x9b\x89\x54\xfc\x1f\x8d\xfe\xd8\x66\x09\xbb\xf0\xa3\x45\x15\xf9\x61\x9c\x65\x59\x1b\x68\x14\x25\x03\x53\x52\x24\xea\x34\x1c\x32\xcc\x21\x1b\xd6\x72\xd7\x51\x9e\x21\x08\x4d\x22\x55\x8a\x38\xed\xba\x5c\xff\xdf\x8a\x1c\x5a\xf3\xb1\x0b\x2c\xf4\x0d\x72\x97\x34\xe8\x60\x6e\x92\x09\x15\xe3\xe5\x72\xe4\x5f\x73\x96\xef\x29\x4c\xcb\x41\xcf\x7d\x25\x6f\x3c\x1d\xeb\x22\xed\x03\xd7\xc6\xb2\xe4\x62\x7d\x7f\xb5\x33\x75\xfe\x78\xaa\xef\x0b\x7b\x5a\xc8\x1d\x43\x35\xba\xaa\xcf\xaf\x61\x7b\xb9\x71\xc7\x6f\x0f\xd6\x97\xe7\x70\xd7\x2f\xca\x47\x35\xfc\x07\xe8\xcf\xc1\xbb\x3c\xab\x75\x23\xf0\xf0\x8a\xdc\xb1\x6f\x4b\xc7\x06\x9a\xb4\x1f\x94\x1b\xa1\x63\xae\x8b\xbe\xcd\x7a\xea\xb8\x2d\xdb\x51\x36\x26\x09\xec\x7b\x00\x5e\xac\x9d\xad\xb7\x91\x55\xb2\x08\x98\xc5\x88\x69\x9f\xcb\xf0\xb4\xa6\x96\xb2\x5f\xb0\x1c\xb3\x1d\xb9\x05\x9b\x62\xe9\xa3\x11\x6d\x71\x3b\x2d\x2a\x42\xf5\x63\xf3\x8f\xd7\x1d\xca\x52\x6f\xc8\x9a\xbe\x0d\xd0\xe8\x97\x1d\xdb\x0b\x17\x6c\x54\xf6\x0a\x60\x04\x85\x8c\xfc\xa2\xe0\x20\xc8\x35\x31\x8a\x42\xbc\x28\x44\xf9\x7d\x46\x29\x96\x6b\xd4\x17\x1d\xc0\x21\xa8\xa3\x0e\x4e\x0d\x98\xa7\x43\x5f\x32\x13\x2a\x5c\xba\x4c\x9d\x07\x22\xe0\x43\x87\x93\x10\xfb\x20\xea\x3a\x83\x8e\x9c\xe8\x5e\xdb\xa4\x5f\xe8\x38\x8e\xbb\x12\x43\xdb\x64\x2a\xe6\x1a\x42\xb0\x69\xd6\xa8\x33\x0e\xa5\xcc\x18\x15\x4d\x62\x75\xed\xe3\x05\x6b\x11\x8f\xe3\x66\xad\xd6\x67\x25\x33\x95\x33\xab\x53\x50\x4c\x18\x8a\xe6\x45\xa1\x8c\x83\x09\xe8\x74\xa8\x18\xda\x81\xa6\x2b\xfc\x21\x47\xf1\xc9\x1f\xb2\x6c\xa3\x40\x13\xfc\x60\x29\x15\xc1\x2b\x45\xa5\x80\xb5\x92\x30\xe2\xf8\x87\xda\x94\x95\x55\x03\x8b\x13\x5d\x96\x9a\x86\xcb\xc9\x22\x5b\x0e\x31\x37\x93\xda\x68\xfc\x65\x03\xf4\xe9\x00\xeb\x48\xac\xa7\x20\x3d\x12\xe9\x90\x78\xa2\x91\xae\xb3\xab\xda\x45\xd1\x0f\x9c\xee\xbf\x3e\x4f\xad\xc6\xdf\xaf\x37\x56\xdf\x9f\xb7\x35\x6c\x3b\x6e\x07\x48\x32\x90\x23\x9f\xa7\xb0\xfe\xc8\xab\x48\x2d\x1b\x58\x25\x14\x02\x3d\x90\x99\xe2\x52\x39\x40\x94\x46\xdf\xc0\xaa\x4b\xbd\x5d\x89\x1f\x01\x78\xcb\x29\xdc\x3b\xba\x80\x07\xf3\xf6\xbf\x70\xeb\x97\x56\x07\xb2\x11\xe1\xe3\x54\x32\x1d\x09\xda\xb0\xb0\xc8\xc5\xf8\x88\xd9\x41\xf7\x85\xd5\x34\x62\xa5\x00\x93\x1a\x7d\x8e\xa3\xed\x34\x51\x52\x6b\x17\x12\x82\xed\xe8\xd6\x52\x79\xa2\xe7\x52\xce\xf6\xe1\xec\x7b\xbe\xe8\xd0\xc5\xd2\x51\x11\x9c\x79\xbd\xfc\x39\x64\x21\xbd\xae\x91\xfb\xef\x1a\x38\xe6\x8f\x09\x51\x8c\x6a\x67\x01\x81\xf8\xaa\x4a\x64\xc9\x06\xd2\x62\x18\x33\xc6\x59\x1e\x87\x84\xd6\x88\x84\x1c\x00\x04\x56\x6d\xe1\x9a\x70\xa5\x18\x80\xc2\x23\x02\x41\xb7\x42\x35\xbc\x28\x4d\x5e\xac\x48\x50\xf6\xb1\x67\xb8\x2d\x35\x9f\xda\xf3\x0c\xc8\x37\x42\x1e\xcb\x19\x68\x8f\xd5\xb7\x20\x1b\x99\x8f\x2c\x25\xc6\x95\xd1\xad\x88\x7d\x0c\xd5\x45\x98\x30\x75\xee\x0e\xdf\x08\xb8\x47\x00\x00\x61\xc2\x1c\xe5\xf6\xdf\xb4\xdf\x5d\xdd\xf4\x3a\xe7\xfd\x37\x85\x0f\xdb\xc7\x3b\xf9\xcb\x3d\x24\x4b\x4a\xd1\x17\xc1\x15\x15\xca\x86\xc1\x5e\x12\x9a\xa6\x45\x6e\x20\x46\x41\x0e\xd0\xa4\xbe\xee\xa9\x58\xe9\x8d\x5a\x6c\xe6\x3d\xff\xc2\xd2\x9b\x06\x48\xb1\xbd\x84\x08\xac\x65\xab\xad\x25\xf1\x5c\xf0\x35\xef\x88\xf2\x54\xee\xec\x77\xeb\x53\x30\x9e\x04\xd8\x2b\x6f\xf4\xd3\x96\xf9\x12\x6a\x08\x0d\xd5\xdc\x46\x40\x03\x22\x99\x1f\x11\xc8\x09\xb0\x54\x3b\x27\x7f\x24\x53\x2e\x20\x7e\x77\xd9\xda\xde\x95\x27\xb2\x09\x96\x6b\xf7\xf2\xae\x0c\xb4\xfe\xd3\xd5\x5d\x19\xa1\xb0\xfd\xcb\x72\x54\xd6\x72\x0b\xcb\x8c\x3a\xc5\x1c\xa3\x18\x29\x89\x4b\x11\x96\xa6\x6e\xa2\x1f\x98\xf9\x84\x85\x1d\xf6\xe1\x11\x75\x80\x70\xa0\xf7\xb1\x81\x2f\xed\xb1\x3e\x1d\x7c\xaa\x29\x06\x52\x68\x38\x3d\x07\xc7\xac\x64\x06\xc2\x36\x0b\xd5\x40\xa2\xa0\xde\x16\x96\x68\x80\xfa\x01\x60\x57\xf2\x46\x49\x7b\x67\x4a\x61\x97\xab\x0f\x6f\x07\x74\xe7\xa2\x39\x39\xc2\x8f\xd7\x8a\xf4\xb9\x89\x7d\x5b\xb6\xad\x62\x29\x49\xfb\xba\x5b\xb3\xd6\x17\x55\xd1\xf8\xdb\x4a\x9a\xce\x82\x94\xbe\xef\x7c\xe9\x28\x1a\xe9\x45\xa4\x4a\xbb\x99\xee\x96\x25\x8d\xc6\x8c\xeb\xb2\x85\xe4\x49\x85\xa1\xda\x90\x83\xed\x83\x67\x8a\x09\x80\xb5\xa8\x5e\xd4\xd9\x38\xe3\xa4\x68\xd5\xa7\x3d\x6c\x20\x29\x93\xe2\x6b\x6f\x73\x73\x30\x4d\x74\x46\x1d\x3a\x25\x48\x3b\x3e\xe7\xb4\x0e\x4d\xa4\xd5\x17\x71\x89\x4f\x94\x4f\x2c\x0d\xf8\x1c\x64\xc0\x74\xb2\xec\x42\xa1\xf3\x3c\x5c\x3d\x47\x71\xf6\x49\x35\x7a\xd2\x4c\xc8\x5c\xe6\x2a\xf4\xb8\xd0\x8f\xa3\x3e\x3d\xa1\x3e\xc0\xc6\xcb\xf4\xce\xfd\x1b\xe7\x92\x43\x7b\x51\x6a\xa6\xeb\x98\x3d\x30\x41\x1e\x27\x4c\x44\xde\xc0\xbe\x88\xe2\x1a\xad\xf8\x2f\xbe\x33\x21\x7a\x89\x67\x73\x70\x08\x12\x1a\x5c\x9f\x85\x71\x53\x53\xee\x5a\x5e\x4e\xc0\x7b\x48\x50\xd1\x15\x6c\xd4\x0d\x88\x0f\xbe\x6c\xb2\xd7\x39\x14\x65\x4b\x03\xb1\xf5\x10\x83\xe8\x6b\x49\x96\x7d\x99\xb1\x64\x9b\xac\x82\x6b\x5f\xc4\x6d\x99\xfd\xb0\x8c\xcb\x05\xb6\x31\xb7\x75\x46\x7a\x6b\x66\x75\xb4\x2b\xc6\xb9\x51\x6e\x8f\x1d\xe8\x27\x97\x7f\xbd\xe1\x38\x7d\x76\xcf\x48\xc9\xe9\x7a\x43\x7c\x9e\x78\xf6\xde\x42\x64\x78\xc9\x20\xf7\x42\x02\xd9\x57\x8f\xb2\x29\x82\x7d\x15\xd7\xfb\x84\xf7\x62\x48\x56\x01\x78\x09\x8f\xf5\xe5\xdd\x94\x2e\x78\x3c\xee\x33\xbe\xb3\x82\xc3\xce\x07\x76\x55\x4e\x41\xc9\x15\x38\x64\xc4\x49\x9e\x18\xcc\x5d\x1f\x85\x0e\xd7\x67\x9d\x0f\x22\x8a\x66\x70\xb9\x78\x76\xf1\xb4\xa1\xd3\x90\xec\x5f\x45\x7b\xa8\x2c\xd7\x0a\x6e\xb4\xaf\xa8\xe2\x27\x88\x3c\xaf\xb3\x2b\x94\xa2\xe1\x5d\xd8\xcf\x7e\x52\x4e\x2b\x37\xf4\xd2\x81\x95\x72\x4e\xe3\x01\x39\x40\xf1\x38\xcf\x72\x71\x2b\x4b\x37\x1f\x56\x1a\xf0\xae\x8e\x2d\x2d\x12\x48\x9d\x4c\x55\x92\x05\x48\x7c\xc7\x83\x41\x6b\x4a\xe7\x51\x38\xa2\x03\xb4\x82\xcb\x99\x8b\xf0\xaf\x32\xab\xf5\xc4\x1c\x93\x68\x5d\x48\x50\x2b\x02\xa9\x06\x4b\x5b\x16\xdf\xd7\x58\x3d\x05\x47\x89\x0e\x06\xc4\xcb\xee\x5e\x22\xc4\x35\x84\xda\xcd\x65\x4e\x1e\xb9\xb6\xda\x58\x5f\x80\x05\x3e\xe0\x6a\x1b\xe9\xb0\xb0\x8f\xe0\x2d\x08\xc0\xd5\xf9\x70\xca\xad\xee\x5a\x4c\xf2\x0e\x38\xc2\x8d\x0f\xc7\xc4\x73\x6c\x3f\x80\x6b\xdb\x07\x7a\xd6\xa5\x54\xac\x38\x1f\x5b\x98\x1c\x8a\x46\x76\x8d\xe5\x8c\x1c\x84\x4f\x1b\xcd\x19\x89\xd9\xb1\x5a\x53\x7b\xbc\x0e\xe1\x9c\xf5\x87\xb2\x9c\xd2\x0c\x79\xe7\x5c\x9b\xca\x65\xd2\x9c\xc8\x5c\x6c\xc1\x3e\x62\x39\x9b\x00\x55\x96\x05\xf8\xf8\x4f\xea\xa5\x9d\xdb\x50\x32\xa6\x56\x04\xbb\x6e\x94\x6f\x5e\x5a\x42\x59\x54\x1d\x6b\x6b\xb7\xeb\x26\xea\x56\x91\x13\x11\x93\x42\x14\xf3\x53\xce\x25\x60\x55\xd6\x2d\xa4\x81\x78\x87\x04\x70\x21\x17\x82\x8d\xfa\xa2\x5e\x6e\x58\x4e\x63\xbb\x86\x2e\xec\x35\xf1\x2c\xb2\x16\xf9\x59\x38\x8b\xc8\xe7\x10\xab\x89\xca\x68\x28\xf2\xca\x2a\xe7\xca\xdb\xba\x1b\xb4\x00\x10\x17\xb6\x89\x7a\xab\x39\x95\x6b\x06\x16\xac\x3c\x17\xee\xca\x7c\x1a\x0d\x6a\xc7\x08\x0c\xc8\xbd\xde\x7f\xc6\x38\x18\x8c\x8f\xc0\x1b\xe1\x5c\x95\x14\xcb\x4f\x04\xa8\x8e\xb5\x56\x6e\x0d\x3c\xb6\x06\x1e\x06\x0f\x4b\x95\x83\xe0\xf0\xc8\x2c\x54\x69\xa9\x70\xb7\x20\xee\xe4\x22\x65\x4a\x30\x6a\x26\xcf\xe7\xd1\x3f\xdb\xd5\x64\xf8\x6c\xde\xfd\xb3\xbd\x20\x42\x56\x3c\xfd\x1b\x3a\xf9\x37\xf0\x3c\x17\x98\x79\x0b\x4a\x54\x1d\x70\x6e\x91\x58\xe0\xf4\xac\x32\x2c\xe1\x53\x04\x2b\xd4\x2b\x36\x4f\x13\x5f\x50\x63\xd0\x58\x88\x2c\xb0\x67\x33\x46\x1a\x5c\xb1\x24\xaf\x37\xce\x20\x66\x33\xf4\xd1\x99\x8d\x06\x96\xb3\x0f\x10\x63\x68\x83\xdd\xbc\xa1\x8f\x57\xf0\x3d\x94\x0d\xc7\xaf\xd7\x17\x1c\x96\x29\x9b\xc1\x52\x09\xc8\xd0\x25\xec\x23\xe4\xfa\x2b\x6e\xff\xed\x6b\x2c\x79\xbd\xad\x04\x57\x8f\xbf\xb8\x1f\x1a\xaa\x4e\xac\xa8\xa4\x14\xeb\x90\x62\x5e\x35\xc1\x50\x95\x66\x4c\x83\x76\x80\x6a\x61\x45\x01\x58\xa6\x9e\xf6\xc5\x4f\xf2\x91\x3d\x30\x75\x44\xa8\x21\x53\x69\x85\xbe\xc8\x2b\x06\x61\xf6\x25\x0c\x00\xf4\x7e\x50\x72\x49\xa7\x2c\xed\x80\xe8\x10\x05\xd6\x3a\x25\xd9\x19\xa0\xeb\xf2\x2c\x21\x77\xd0\x95\x97\x75\x03\xed\x0b\x2c\xd0\x84\x2e\x57\xa0\x46\xee\x27\x06\xac\xf2\xf7\xc1\x3c\xfe\xfb\x16\xe9\x59\x19\x87\xeb\xf2\x78\xa3\x7c\x8d\xa6\xb1\xf5\xc5\x58\xc9\x7c\x16\x94\x18\x39\x04\xed\x09\xcd\xe4\x35\xe6\x71\x18\x8c\xb7\x8d\x27\x34\xb5\x12\xd4\x72\xc2\x29\xa9\xd9\x2f\xcc\x6a\x54\x0e\x7e\x8e\x09\xc8\x32\xaf\xe0\xed\x75\x11\x3d\x40\x46\xcd\xb8\x2c\xfb\x33\xb3\x2f\xa0\xe1\x6a\x90\xdf\x83\x75\xa3\x14\x09\xd7\x70\xab\x6c\x60\x11\xf2\xd6\x93\xfa\x10\xce\xa2\x5b\xe7\xd7\xf5\x65\x0a\xea\x8a\x11\x35\xec\xfd\xfa\x0e\xf0\xca\x28\xaf\x73\x35\x93\x90\x03\x91\xcd\x7d\xdc\xa8\xcb\xeb\x98\xc9\x59\x8e\x0e\x68\x1e\xfb\x23\x6b\x07\xc4\xb5\xf9\x48\x4d\x32\xb1\xa2\x63\x91\xdf\xb0\x27\xc7\x7c\xc1\x48\x9f\x56\x55\xad\x99\xc1\x59\xdc\x7b\x83\x19\x66\x6d\x2b\x04\x66\x3b\xfb\xb0\x1e\xf8\x57\x96\x91\xa9\xed\xb5\x04\xf7\x1a\x01\xb4\xd5\xae\x75\x09\xde\x6c\xef\x3e\xf9\x1d\x54\x09\x28\xd3\xc8\x05\x89\x0a\x35\x3b\x67\x43\xed\x91\xce\x15\xdf\x4a\x63\x70\xc6\x2a\xc0\x5d\x2d\x74\xcf\x29\x9d\x11\x6e\xf9\xb6\xbd\x79\xd4\x98\x1d\x91\x47\x7b\xe2\x4c\xae\x2c\x6f\xce\x15\xf7\x27\x0c\x14\xc6\x25\xdb\x57\xd6\xd8\x4e\x50\xda\xc0\x50\xc5\x84\x46\xc8\x7e\xae\x54\x5e\x62\x72\x1a\x5c\xfc\xb0\xc3\x19\x17\xf7\xb6\x33\x44\x1c\xf1\x8e\x01\x65\xf9\x9b\x54\x3e\xe2\xbf\xb4\xa7\x2b\x29\x6f\x87\x5d\x6e\xc6\x73\x5e\x75\x14\xb8\x18\x47\xb9\x4a\xf5\xfa\xf2\x3a\xc8\x21\xb5\x5f\xae\x07\x7c\x52\xfb\xa9\x97\x27\xb6\xf9\x76\x49\x7a\xc7\xd6\x60\xea\xa5\x70\x26\x17\x52\xe2\x24\x92\x38\x8b\xcc\x69\x5d\x90\x03\x8a\x75\x96\xa8\x93\x50\xfe\x33\xfc\x85\x78\x6d\xb8\x34\xff\x49\xa4\xea\x0b\xfc\xfd\x28\x40\xbb\xd8\x17\x8a\x34\xcc\x06\xe0\x82\x40\x4f\x1e\x1a\x7c\x3b\xb9\xb2\xd7\xbe\xfd\x79\x70\xd3\xb9\xbd\xba\xbb\x39\x2b\x09\x97\x67\x17\x77\xb7\xbd\xce\x4d\xed\x33\x2c\x48\xd2\xbd\xba\x1c\xfc\xf5\xae\x73\xd7\xf0\xc8\x37\x70\xd1\x7e\xd7\x29\x15\x43\xfd\xeb\x5d\xfb\xa2\xdb\xfb\x65\x70\xf5\x7e\x70\xdb\xb9\xf9\xd4\x3d\xeb\x0c\x6e\xaf\x3b\x67\xdd\xf7\xdd\x33\x2c\xa3\x16\xbd\x7b\x7d\x71\xf7\xa1\x7b\x39\xf0\x21\x31\x4b\x65\xdd\xfa\xa9\x34\xc1\xe2\x47\xa5\x01\x81\xbf\x14\x40\x35\xfe\x6e\x1e\xce\xdd\x4e\xf3\x7f\x80\xb9\xc4\x15\x4a\x3d\x3e\xf2\x7f\x21\x24\xf2\xb1\xe5\x08\xde\x60\x56\x1c\xa6\xbe\x08\x16\xcd\xc0\xfe\x0d\x1d\x6b\x5f\x24\xa9\x34\xda\x53\xd2\x9e\xb9\x1a\xe3\xb2\xdc\x29\x54\x58\x0a\x23\xf5\x86\x6c\x20\x11\x28\x72\xe6\x0a\x77\x55\x77\xab\xdc\xa0\x9b\x13\x0c\xc1\x19\xf4\x52\x52\xa0\xe4\x2f\x00\xa9\xfb\x6a\x60\xe5\x6d\x3e\x25\x9e\x61\xd9\x66\xed\xb8\x20\x33\x72\x2e\xe8\x74\xa1\x14\x14\x26\x07\xba\xb4\xc1\x29\x13\xa6\xda\x62\x89\x3a\xca\x2d\x4f\x18\xf9\xf9\x2f\xc5\xa0\xc0\x0c\xe3\xcc\x1a\xf9\x02\xc8\xa1\x7b\xa0\x72\x5c\xd5\x55\xb4\x55\xea\xc9\x2b\x3e\x35\x85\x41\x21\x4a\x25\x17\x51\x7e\x4e\x29\x90\xcb\x15\x44\x20\xc7\xa4\x42\xa0\xa7\xe4\x96\x65\x50\x8c\x35\x08\x35\x76\x17\x67\x50\x53\xb8\x8a\x8d\x3e\x74\x35\x86\x9d\xd4\x80\x08\x32\xb0\x8e\x50\xd3\xae\xe9\xd0\x97\x79\xf6\x4e\xf9\xa5\xfa\x7e\xe0\xf7\x7c\xb0\xd5\x25\xd2\xa3\xfa\xbe\xa6\x36\x41\x2d\x5f\x76\x1b\xba\x63\x8f\xcd\x05\x11\x6a\x3b\x0d\x7b\x36\x00\x8a\xdc\xae\xcf\xc6\xe4\xde\x15\x5d\xfa\x19\x67\x15\xac\xb4\xb5\xfb\x2b\x61\xad\x3d\xbd\x6d\xa7\xfe\x16\x07\xda\x1d\xf8\x1c\x97\x4d\xd6\xad\x5c\x5f\x7b\x13\xef\x0d\x20\x4c\xf0\x24\xaa\x4d\x0e\xa7\x3e\xe0\xd7\x79\x40\x65\xac\xec\xe8\x0c\x4b\x74\x28\x1f\x4a\x59\xdd\x53\xac\xeb\x56\x2b\x63\x47\x9a\xfc\x2e\x67\x28\x10\xf3\xfa\x45\x2f\xed\xd2\x7b\xf2\x85\xf2\x92\xb5\xcb\xbe\xae\xa6\x5e\x9d\xcc\xaa\x38\xca\x2d\x9c\x31\x51\xeb\xc1\x1b\xb3\x8e\x70\x7d\xee\x8a\x12\xe8\x12\xae\x31\xc2\xe7\x83\x0a\x1e\x9b\x53\x8e\x8a\xa8\x13\x57\x9f\xda\x8b\x43\x27\x5e\x42\x22\x27\x68\xe3\x39\x89\xae\xee\xf9\xcc\xde\xd9\xd3\xa1\xcb\x82\x58\xbe\xd1\xd1\xda\xec\xb0\xe5\x4f\x87\xe7\x17\xa6\xf5\xd5\xe0\xfc\xea\x46\xf0\x6a\xd1\xfc\x30\x24\x3f\xd0\x86\x9d\xae\x5f\xed\x3f\xf8\x19\xfd\x01\x49\x2a\x6f\x48\xa9\x8a\x5a\x0b\x29\xef\xe4\x18\x8a\xcf\xb8\xfc\x0d\x67\xa9\xd7\xe4\x98\x64\xfc\x9e\x91\xef\xc0\xbd\xdd\xbe\xee\x7e\x77\x44\xbe\x8b\x43\x68\xbf\xdb\x80\xfd\x15\x40\x9d\x6e\xdc\x0e\xd6\x0f\x24\xd5\x52\x74\x16\xa4\x04\xc4\xc3\x6c\x47\x35\x65\x20\x5d\xca\x30\x85\xe0\x73\x10\x92\x13\xc2\x3e\x9c\x1d\x76\x15\x6f\x2c\x8e\xcc\xce\x00\x69\xb6\xbd\xc5\x00\xff\x3d\x87\x22\x2c\x67\x84\x2b\x52\x06\xda\xa1\xfe\x44\x01\x29\xa7\x1b\x88\xf7\x10\x8e\x53\x37\xab\x92\x9e\xec\x17\xb3\x76\x53\x56\x11\xde\x6b\x23\xb7\x35\x02\x5f\xda\x75\x2b\xe2\x02\x97\x1a\x64\xc9\x03\x95\x3d\x2d\x95\xed\x23\xe6\xab\x3c\xb8\xcd\x6f\xb3\x33\x14\x88\xa2\x66\x7c\x0e\xb3\x95\x70\x3d\x9f\x2e\x23\xef\xad\xc6\x9a\xdd\xd0\x97\x12\xad\xc9\x6a\x67\xca\x2d\x3a\xe1\xd0\xa9\xb1\x38\xd6\xea\x50\xdb\xc6\x61\x01\x49\x8e\x51\xd9\x86\x4f\xd9\x11\x81\x1a\x4a\x85\xe3\xd0\x9d\x57\x20\x37\xb8\xaa\x5c\xb1\x05\xec\x44\x25\x13\xfe\x50\x1f\x7a\xbe\x74\x83\x77\x70\xb9\x5e\xb6\x3f\x76\xce\x07\x9d\xcb\x5e\xb7\xf7\xcb\x60\xd1\xfb\x5a\x7e\x7c\x73\xf6\x53\xf7\x53\xe7\x3c\x7e\xe1\xf6\x97\xdb\x5e\xe7\xe3\xe0\x43\xe7\xb2\x73\xd3\xee\x75\xce\x97\x1a\xaf\x96\x75\x56\x07\xb4\xea\x62\xe3\x64\x01\x9b\x9a\x7a\x50\x46\x0f\x3d\x82\x96\x1f\xc8\x20\xe4\x46\x93\x07\xae\xb9\xcb\x32\x72\xc2\xde\x5d\xd7\x1b\xa3\x6a\x7a\x3f\x8d\xc2\x8b\x8f\x10\x8f\xa3\xe8\x84\x3b\x6b\x77\x2c\x08\x3a\x47\xab\x48\x31\x66\x87\x44\xa5\xac\x5a\x35\x9d\xb8\x05\x3b\x25\x6d\xb7\xb5\x75\xed\x0b\x49\xac\x18\xca\x14\x8e\x1e\xbd\xb0\x61\xe8\xe4\x98\x54\xd7\xf8\x94\x20\x5e\x5a\x84\xfc\x1a\x1a\x04\xe1\x89\x2a\x26\xbe\x33\x84\x7d\x99\x65\x3c\xe1\x26\x42\xa3\x95\x8a\x4c\xa9\xa0\x63\xaf\x7e\xe4\x9a\xa9\x15\xdc\x63\x6f\x6e\xd9\x7d\x68\x91\x4d\xa1\x7d\xb1\xa6\xe4\xc8\x25\x80\xc1\x19\xe9\x72\x3a\x9e\x4c\x07\x6d\x70\xef\x2c\x00\x66\xad\x3b\xa4\x3d\xa9\xaf\x2b\x82\x09\x5d\x30\xb1\xf3\xeb\x52\xed\xae\xbb\x47\xbc\xb8\x5e\x86\x87\xb8\x86\x0e\xbf\xb2\x8b\xb8\x84\x38\xb9\xb7\xba\x50\x83\xd5\x3e\xc4\x5a\x4a\xd9\x63\xad\xa6\xa2\x80\xc2\x42\x95\x26\xaf\x76\x5e\x36\x03\xf0\x6e\x56\x12\xa7\xb4\x88\xab\xcb\xe1\x40\xd1\x3c\xaa\x1b\x6a\xe1\x00\x2a\x55\xfa\x52\x2a\xe2\x2c\x66\x99\x95\x07\xf7\x95\xcb\xe1\x54\x06\xf3\x72\x6a\xe2\xac\x5c\xb7\x97\x9b\x46\x58\x33\xd0\x35\x6a\xe1\x84\x28\x77\xc0\xbe\xdd\x8c\xe5\x43\x66\x21\x4f\x33\xe0\x48\xde\x2d\x67\x0f\x55\x8d\xe9\x32\x56\xb4\xa8\xbe\xdf\xb9\xbb\x1e\xd5\xf7\x0d\x5d\xad\xba\x28\xce\x4a\x86\xee\xca\xb2\xb9\x2c\x37\x87\x18\x11\x57\x2f\x6c\xe6\xbf\x50\xa2\x76\x2f\xa2\x09\x34\x51\x93\x70\xb0\x9e\xa9\x0e\x81\x23\xbb\xe7\x05\x47\x0a\x50\xeb\x91\xdb\xd5\x28\x9a\x00\xc2\x2c\xd6\x4e\x75\xae\x8c\x26\x07\x8b\x9d\xda\x7a\xdb\x03\xaf\x2e\xae\xcb\x8a\x50\x31\xb7\xda\x05\x52\x6e\x11\x86\x22\x93\x24\x57\x6a\xb3\x1c\xd8\x92\x10\x20\x52\xc0\x05\x8a\xca\x1d\xa1\x5c\x5a\xdd\x73\xec\x73\x42\x75\xb5\xcb\x95\x5b\xbe\x45\xea\x5c\xa9\x99\x0f\x0c\x02\x67\xf7\x52\x84\x62\x83\x4c\x06\x18\xc8\x9d\xca\x56\x56\x74\xbc\x45\x94\xde\x5c\x65\x85\x39\x82\x62\x3d\xf5\x28\x2a\x09\x12\x8c\x4a\x2b\x8a\x83\x69\x60\x39\x9b\xd7\xa0\x7c\xca\xa1\xba\xd1\x34\x8c\xd5\x8a\x69\x7b\x4b\x12\x69\xc4\x90\x8e\x7a\x41\x4b\x0d\xe8\xeb\x65\x89\x10\x64\xf7\x39\xa2\x2c\x83\xd2\x47\x63\xd1\x55\xf3\x7f\xd8\x9b\x55\x31\x3d\x91\x59\x13\xaf\x87\x6e\x36\x46\x09\xd8\x6e\x36\x1e\x24\x60\xdf\xd3\x59\xcd\x00\x5c\x78\xa0\x36\x2a\x4f\x00\xf1\xc5\x72\xc3\xfa\x53\xe7\x60\xc5\xe0\x0a\x75\xee\x4f\x5d\x4a\x60\xf6\x48\x07\x10\x34\x50\x2b\xde\x35\x9f\xed\x5d\xad\xaa\x65\x30\xfa\x27\x33\xae\x96\x6e\xd5\xd2\x04\x0e\x79\xb2\xdb\x9a\x4c\x1d\xd2\x5c\xa0\x40\x48\x63\x37\x8a\x33\xc0\x57\xc9\x42\x52\x66\xf9\x16\x72\xc6\x93\x95\x84\x65\x45\x9e\xf3\x1d\x0d\xa9\x76\x38\xf3\x01\xc4\xd2\xef\xe2\xd9\x2c\xcd\x00\xed\x48\xd0\x26\x4b\x5d\xfd\x53\x84\xc8\x71\xb3\x0f\x36\x34\x2c\xb7\xd0\x17\x37\x76\x14\xf8\x05\x98\xd2\x50\x80\x09\x98\xe6\xac\x40\xfd\x1c\x11\xea\xbe\x82\x65\x6b\x2a\xa9\xa5\x07\x51\x25\x87\xa6\x89\x6d\x83\xa8\x1b\x84\xac\x77\xf8\x94\x8c\x32\x3a\xf6\x29\x76\x50\x1f\x64\x54\x08\xe1\x56\x92\xc0\x82\x1b\xf6\x9f\xda\x31\x38\xde\x10\xb7\xab\x67\x2c\x41\x71\x78\x4b\xb9\x0f\x76\x81\xa7\xc1\x40\x09\xff\x14\xf5\xd5\x13\x1c\xa2\xe2\x94\xce\x20\x5c\x0d\x29\x5d\x8e\x42\x50\x5d\xcf\xc5\xac\xb5\x60\xe4\xff\xfd\x5f\x7f\x6b\xf1\x74\x4d\x14\xb4\xc2\x4f\x50\xa4\x03\x47\x01\x22\x51\x4d\x08\x0a\xec\x78\x69\x09\xc4\x7d\x55\xdc\x07\x0d\xfd\xc9\x78\xe7\x92\xba\xba\x31\xef\x5c\xcf\x0f\x8a\x43\xc5\x48\x67\x7b\x21\xe5\x9a\x29\x34\xd1\x87\x04\xbe\x1a\x0c\xea\xc6\xb0\x05\x28\xeb\xbf\x49\x20\x94\x7d\xbf\xb4\xec\xf5\xd4\x86\xbe\x10\xf2\xfd\x03\xcd\xb8\x55\x2c\x5b\x3e\x5f\xfb\x2d\xf9\xdf\x80\x29\xfd\x9f\x0d\xb6\x19\x3a\x66\x6a\x90\xe6\xa5\x18\xa0\x55\x83\xba\xb6\x1f\x9d\xe7\x66\x5e\x9f\xf7\x5e\x3a\x46\x19\x4d\xee\x37\xc1\x02\xb0\xef\x37\x34\xbb\x9a\xc3\x47\x4e\xb1\xb2\xa0\xd1\x90\x69\xcf\x2a\x99\xf6\x2e\x64\x22\xee\x1f\x99\x9d\x00\xc8\xf1\x48\x14\x72\xdc\x10\x70\x0c\x5b\xe4\x3d\x82\xd8\x81\x48\x86\x5d\x24\x32\xcf\xd2\xbe\x60\x5f\x66\x52\xb3\x52\xfc\x69\x0d\xf0\x98\x0b\xa7\x76\x3d\xd5\xdf\x34\x15\x54\xf7\x9d\x24\x98\xaf\x0e\x8b\xb0\xb8\xa7\x8b\x53\xae\x27\xb2\x9d\x2e\xd7\x84\xcf\xb8\x25\x8f\x41\xed\x29\x7c\xb6\xc2\x22\x67\x56\x99\x15\x26\x9b\x1f\x91\x30\xc9\x0a\x59\x64\xec\x81\x29\x3a\xb6\x62\x0e\xe5\x59\x0c\x32\x57\x56\x9d\xd7\xf3\x06\x96\xa3\x10\x77\x0e\x98\xad\x73\xd1\x6c\x20\x9e\xb4\x63\x60\xbc\x39\x33\x84\x7d\x31\x4c\xa0\x73\xab\xe7\x63\x7f\xa3\xf8\x93\xa6\xe2\x50\x18\x95\xd9\x7c\x3b\x3f\xf9\x3e\xb6\x7d\x02\x84\x0f\x6e\x4e\xb5\xbb\x24\x1c\xaa\xff\x84\x8a\xd4\x45\xb0\xeb\x50\xfb\x0c\x67\x27\xb4\x61\x34\x08\x07\x3e\x0e\x3b\xc2\x2b\xc2\x36\x11\x19\x1c\xee\x22\x2f\xf8\x5a\x91\x0d\x5c\x11\x52\x59\xf9\x25\x17\x86\x67\x56\x0c\x73\x63\xb0\x6a\x51\x2e\x42\x76\x34\x44\x4b\x35\xac\x20\xe4\x54\x8b\xf1\xc0\xad\xa4\x0f\xc6\x5e\x8f\x5b\x97\x69\xea\x23\x36\x85\x3f\xbe\xf3\x0d\x2d\xb7\x31\x61\x16\x82\x9d\x7e\x08\x03\x87\xa0\x73\x21\xfd\x64\x02\x94\x5d\xd8\xeb\x52\xa9\x09\x98\xe8\x26\x2a\x00\x08\x59\x8b\x69\x48\x05\x5f\xd7\x44\x43\xf0\x3a\x06\xd7\x42\xdc\x98\x69\x88\x5d\xd7\x0d\x31\xeb\x00\x6c\xea\x65\x2d\x87\x7f\x1a\xd0\xf1\x2b\xe1\xef\xd4\x77\xe7\x42\xdc\x68\x96\x0d\x69\x72\x1f\xb0\x26\x83\x4e\x25\x95\x47\xed\xb2\xf2\x1f\x00\xe4\x22\x71\xd9\x81\x26\x20\xa0\x14\x95\x9f\x53\x97\xe8\xe9\x86\x5d\x74\xee\x0a\x74\x08\x2c\x19\x01\xda\x17\x8e\x1e\x43\xe8\x52\x36\xcb\xe4\x7c\xda\x70\x03\x55\x23\x99\x77\xf1\x6a\x35\x05\x52\xef\xf5\xf2\xa9\x30\xbd\x8d\xaf\x9f\x85\x18\xd7\x3d\xa4\x1a\xaf\xe3\xb5\xdb\x34\x26\xb4\x7a\xae\xb8\x9e\x65\xb4\x54\x68\xb7\xda\x03\x06\x7e\x3e\xed\xea\x63\x66\xd0\x6a\x5b\xc5\xfa\xa1\x43\xb5\x9f\x3f\x49\x39\x13\x7f\xf7\xba\xba\x26\xc0\x85\x9c\x3d\x86\x65\x2d\x68\xa6\x85\x31\xdc\xad\x99\x92\xf6\x6e\x96\x7d\x61\xe8\xd8\xc7\xd6\x3a\xa9\x4e\x3e\x0a\xa6\xf4\x84\xcf\x4a\xf8\xd7\x3b\x07\x2b\x39\xc2\x74\xff\xc1\xe8\x9e\x0d\x58\xa0\x9c\x1d\x63\x69\x4a\x4b\x20\x7a\x46\x93\xc2\x48\x93\x64\x54\x6b\x3e\x9a\x93\x94\x8f\xc0\x43\x6f\x8a\xd0\x11\x88\xec\x0d\xd8\xb8\x65\x0c\xe5\x5a\xdb\x48\x29\x43\x6c\x3f\xd9\x3a\xbb\x87\x9d\x3b\x5f\x8c\x8f\x81\xe6\x69\x9c\xa1\x0f\xe5\x78\x16\x32\x1a\xd7\xac\x18\xb4\x6b\x34\xba\x1b\x99\x8b\xc9\xde\xdf\xc0\x7c\xe6\xdd\x76\x69\x3f\x4b\x33\x64\x57\xf2\xce\xea\xde\x9f\xb3\x8c\xed\x25\x58\xe8\x29\x08\x61\xe9\x5a\x17\x30\x5f\xcf\xb6\xff\xbb\x8d\x67\x8b\x70\xaa\x86\x9c\xda\x3d\xec\xf7\x57\x0e\xca\x69\x18\xdd\x07\xb6\x8e\xa7\x70\x25\x2d\x6e\x75\xae\x9a\x98\xe3\x0e\x8b\xbd\xb7\x48\xbc\x27\x9e\x50\xd3\x5e\xdf\x32\xa3\xbd\x21\x24\xa2\x74\x14\xb2\xdd\x39\x3d\xf6\x49\x38\x45\x4a\xcb\x06\x1b\xfe\x42\x62\xc4\xdc\xe8\x6e\x9c\xaa\xf7\x74\xec\x70\xf5\x76\x6d\x42\x6f\xc5\x78\xb7\xf0\xae\xbb\x36\xd6\xde\x81\xc6\x16\xf6\x21\x3f\x3c\xb1\xda\x51\x5d\xda\x83\x97\x6e\x3d\x23\x55\x1d\x66\xd9\xee\xa1\x93\x99\xab\x30\x3e\x98\x29\x36\xe2\x5f\xb6\xf2\xe4\x5c\xc3\xa7\x4e\x22\xb3\xb3\x97\xa3\x51\x26\xa9\x5d\x46\x04\xde\xb4\x0a\x02\x54\xb0\x2f\x04\x64\xbf\x00\x8f\x8a\x1b\xc3\x44\x5f\x00\xb4\x97\xfe\xd3\xe9\xc9\xc9\x30\x4f\xee\x99\x39\xb9\x67\x73\xa8\x20\x1d\xfd\xb4\x55\x7e\x1c\xd3\xd8\xb7\x66\xc6\x70\x31\xd6\x64\x86\x79\x79\x0e\x6f\xb2\x32\xd6\xef\x79\x8b\xb5\xc8\xbb\x4c\x0e\xf5\x11\xb9\x4d\x26\x6c\x4a\x8f\x70\x77\xe1\x39\x54\x5a\x69\xbd\x6d\xf5\xc5\x2d\x63\x64\x62\xcc\x4c\x9f\x9e\x9c\x8c\xb9\x99\xe4\x43\xab\xf3\xa0\x5f\x5a\xaa\x31\xfe\x71\xc2\xb5\xce\x99\x3e\xf9\xe3\x8f\x3f\xc2\xf2\x00\x3d\x0c\x69\x72\x3f\x56\x60\x84\x5a\x54\x7c\x4a\x5b\x7e\xbb\x88\x15\xbc\x39\x74\x92\x92\x62\xc0\xbe\xcc\x14\xd3\x75\xd5\x8c\xd6\xcd\xa6\xd4\xa4\xfd\xf9\x96\xe8\xb9\x30\xf4\xcb\x29\xe9\xbf\xf9\x88\xc5\xa7\xc8\x4f\x32\x57\x9a\x9c\xd3\xf9\xb1\x1c\x1d\x4f\xa5\x30\x13\xf2\x11\xfe\xd7\xfd\xf4\xc8\xd8\x3d\xf9\x85\x51\xd5\x7f\xe3\xf6\x18\x6f\xac\x00\x9a\x06\x26\x38\x95\x0b\xed\xea\x5a\xfd\xf8\x1f\xbe\xb0\x95\xed\xe6\x87\x93\x1f\xff\x83\xfc\x1e\xfe\xff\xff\x21\xbf\xef\xbf\x69\xc2\x03\xdc\x28\x93\xa5\xa8\x3c\x56\xdb\x1a\xac\xd8\x16\x30\xcd\x67\x4a\x16\x3b\x56\xdb\xf2\x3d\x4f\xee\xe5\x68\x34\x30\x7c\xca\x30\x70\x66\x40\xd5\x02\x6e\xe1\x96\x39\xba\xdc\x41\xcb\x62\x71\x8c\x02\x12\xc9\x75\x8a\x51\xac\xfe\xd8\xe9\xbc\x80\xff\x7c\xc4\xd2\xb1\x11\xa4\x2a\xd7\xf0\x15\x4b\xed\xe9\xd8\xc4\x80\xe8\x8d\x96\x8b\xc0\xf5\x45\x3c\x74\x0c\x94\x1c\x8c\xf6\xb1\xab\x49\xae\x2a\xfa\xb5\xe8\x03\xfb\xc6\xbc\x1e\x30\xc1\x27\xf5\x78\xdc\x4a\xb5\x93\x48\x75\xcf\x16\xfc\xa1\x1b\x5d\xcd\x1e\x05\x34\xc6\xdb\x86\xe8\x47\xa9\x42\xa2\x3b\x06\x44\x39\xd4\xcc\xbe\xe8\x5d\x9d\x5f\x7d\x7f\x4f\x8d\x92\x63\x2a\xde\x9e\x92\x76\x9a\xba\x6a\xe3\xc4\x39\x75\x2d\xf1\xd8\xfb\xa7\x45\xe2\xd2\xc1\xc2\x2e\x5c\xed\x5d\x1b\xeb\xa7\x5c\xa1\x9d\x79\xbd\xf3\x6e\x97\xef\x3c\x7c\x52\xcf\x34\xcb\x50\xa7\xa1\x83\x02\x59\x10\xe6\x6a\x6f\x39\xcb\x11\x17\xe7\xbb\x4d\x01\xf5\xdb\x19\x4b\x38\xd3\xd8\x34\xf8\x3f\x20\xc8\x43\xf8\xf0\x1d\x17\x58\x5b\x7b\xa8\x20\x2b\x6a\x1f\xd9\x8e\x0b\xe8\x26\x3b\x50\xca\x67\xd0\xf2\x0b\xde\xe0\x21\x7f\xca\xf5\x61\x89\xa2\x96\x6d\x6c\x99\x20\xea\x0a\xda\xc7\x75\xb8\xad\xc0\x70\x3c\xa2\x89\x5d\xbd\x90\x77\x84\xd1\xbe\x31\xab\xaa\x5b\xc7\x1e\xd5\xf7\xfb\x35\x8a\xef\x8c\xbf\xc9\xd3\x02\xaf\x0e\xa9\xd1\x85\x2c\xf1\x85\x24\x2b\x43\xf5\x7d\x53\x26\xc3\xc6\xb5\xd0\xec\x52\xf8\x24\x9f\x65\xe3\x73\x2d\x47\xe0\x2d\xae\x32\x30\x28\x8a\x11\xae\x81\x8f\xff\xc1\x3a\x29\x3c\x63\x69\x35\xa1\xb4\x3a\xfe\x55\x64\x80\x9e\x9d\xc8\x6e\x0b\x29\x8b\x53\xab\xc6\x82\xf3\x71\x4a\xc5\x1c\x0f\x92\xbd\xb0\xa8\xbe\xd7\x01\x04\x96\xe8\x29\xcd\xb2\x23\xa2\x58\x0e\x45\xc6\x8f\x88\x66\xd9\xe8\xd8\xe3\xd1\xa4\x24\x93\x63\x9e\xd0\x8c\x0c\x33\x99\xdc\xeb\xbe\xb0\x37\x88\x18\xe3\xc5\x37\x53\x32\x61\x5a\x47\x57\x6e\x11\xbe\x39\x53\x32\xcd\x13\x2c\x69\x86\xe5\x5b\xb9\x36\x3c\xa9\xd4\xb1\xb2\x1c\x11\xfc\xa6\x56\x47\x49\x24\xe2\xd6\xc2\x70\xad\x08\xc0\x30\x9f\x31\xf7\x75\xde\x01\x6f\x83\x66\xfc\x1f\x10\x42\x8f\xde\xc4\x26\xea\xdd\x43\x5e\x96\xdf\x9e\x81\x29\x9f\x86\x15\xf4\x7c\xe6\x3e\x83\x33\xb4\x8c\x62\x6e\xca\xe4\x1c\xa8\x21\x90\x79\x80\xc5\xf0\x44\x51\xf8\x4a\x3d\xf4\x08\xbe\xe2\x15\xbe\x17\x96\xbe\x03\x43\x6e\x48\xda\x59\x45\xd3\x67\x58\x49\xcb\x01\xb0\x45\x06\x71\x68\xdd\xd7\x1a\x72\x88\x94\xf6\x8a\x78\xb0\x44\xe2\x97\xc7\xae\xbd\xbd\x46\x8e\x42\x79\x2b\xaa\x9d\xab\xf4\x38\xa0\xb6\x58\x7e\xd8\x17\x00\x5e\x6c\x3b\xa9\xd4\x4a\x5a\xa4\xa8\x17\x5c\xd2\x6a\x3f\xcc\x71\xc3\xca\x56\x7e\x91\x37\x21\xf2\x32\xdd\x42\xae\xcc\x86\xcc\xae\x14\xff\xa5\xea\xc2\x7d\x91\xda\xe0\xe9\x03\x2f\x40\xb8\xa3\x8e\x1a\xf7\x76\x6b\xab\x61\x65\x54\x0b\x71\xf0\x7c\x84\x44\x06\x63\x83\x50\x34\x57\x0a\xbb\x69\x44\x5f\x25\xc1\x74\xd9\x46\x5e\x53\x83\xe5\x8c\xd9\x54\x1a\x84\x9e\x45\x14\x58\x6f\x2e\x41\x70\xd9\x61\x26\x87\x70\xaf\x00\x40\xac\x0f\xcd\x8d\x42\xf0\x70\xde\x2c\x25\xdf\x47\xd7\x44\x08\xf7\x7f\xdb\x14\x51\xb9\xbf\x2c\xd7\xaa\x8d\xa5\x31\xd7\xb5\x0c\xf5\xd8\x22\xd7\x95\x0c\x8a\x68\x56\x23\x6a\x39\x77\x53\x0c\xd3\x66\x99\xb1\xa5\xdd\xdf\x43\x66\x6c\x65\x1a\x0d\x2e\x76\x39\x7e\xd2\x48\x5d\x3b\xa9\x0b\xb9\xbe\x1e\x89\xc9\x69\x28\x7f\x94\x36\xc7\x93\xd9\xbc\x6e\x8b\x5e\x56\xd6\x6f\x05\x2a\xf4\xeb\x66\xfd\x56\x06\xf3\x92\xb3\x7e\x2b\x43\x7d\xb9\x59\xbf\x35\x03\x5d\x23\xeb\x17\xdd\x5f\x03\x4b\xd4\xeb\x31\x05\x08\x3f\x19\xe6\xa3\x5b\xb8\x4d\x96\x8e\xd1\x15\xca\x41\xe6\xec\xe5\x1c\x07\xb6\x00\xa3\x75\x01\x87\x4d\xfe\x64\xaa\x77\xa2\xbd\xe0\x39\xe0\x1a\x55\xcc\x59\x46\x45\x99\xa9\x42\xc1\x09\xc5\x12\x4b\x7e\xc8\xa8\x8a\xba\x67\x47\xce\x68\x62\x47\x81\x46\xbe\x84\xce\x5c\xcc\x75\x13\x3c\xd9\xcb\x09\x55\xdd\x2c\xa1\x1a\xf2\x5e\x4b\xac\xbe\x1e\xb4\xa3\x5a\xed\x3d\xe8\xf1\x68\x7b\x9f\xc8\x47\x27\xda\x00\xf9\xb9\xda\x52\x1b\x4a\xda\x71\x4a\x76\x85\xa6\xd7\x4c\xc9\x2e\x4d\xe4\x90\x92\x5d\xbf\xc1\x2f\x36\x25\xbb\xb2\xe7\xeb\xa5\x64\xd7\x6d\xf9\x16\x2e\xdf\x52\x33\xdf\x4c\x4a\x76\x65\x45\x5f\x72\x4a\x76\x65\xa8\x87\x94\xec\x27\x99\xcd\x0b\x4b\xc9\xae\x3f\x75\x9b\xa5\x64\xd7\xca\xde\xcd\x67\x7b\xd7\x84\x26\xb8\xe9\x9f\x39\x25\xbb\x34\x81\x43\xb0\xc7\x8e\xa5\x8b\xcb\x24\xe8\x46\x00\xe5\xd5\x5c\x16\x66\xf5\x1e\x5a\x92\x94\x0d\xfa\xe4\x1e\x28\xea\x69\xc3\x84\xc0\x04\xbc\xae\xca\xdb\x2e\xad\x83\x76\x05\x7f\xac\x68\xe2\x13\x19\x51\x3a\x8e\x9d\x5f\x07\x0a\xdc\xd8\x64\xd8\xb0\xc8\xc1\x74\x8c\x91\xff\x0d\x24\x57\x53\x8e\x61\x07\x02\x74\x09\x61\xdb\x16\xa2\x00\xdb\x6b\xbd\x35\x07\x4a\xa6\xec\xa7\xd9\xdf\xc5\xff\x6d\x5c\x90\x5d\x0b\x3e\x27\xb3\x7c\x9b\xcc\x90\xf1\x76\x9f\x4d\xd9\x54\xaa\x55\xbe\xff\xda\x2f\xb5\x91\x8a\x8e\x57\x69\x9b\xeb\xae\xde\xae\xab\xe6\xab\xdc\x6c\x66\x5c\xf4\x38\x03\xcb\xad\x1d\xbe\x22\x76\xec\x7e\x02\x7d\xa1\xd6\xc1\x19\xfc\xcb\x5b\xba\x30\x1b\xb2\xba\x17\x3b\x04\xdf\x86\x66\xea\x38\x16\x8f\x4a\x4e\x85\xc5\x11\x94\xd6\xdd\x0b\xcf\x3b\x2c\x7b\xae\x1a\x03\x6c\xd6\x31\x37\x60\x99\x35\x2b\x99\xc7\xa0\x97\x55\x4a\x1b\xce\x6b\x82\xb3\xd7\xb3\x67\x71\x61\xfe\xfc\xef\x1b\x79\x65\xac\x7c\xe9\xd6\x6d\xc4\x33\x46\x68\x92\x30\x8d\x16\x10\x17\x80\x85\x45\x47\x72\x95\xed\xb2\xab\x5c\x8c\x61\xde\x56\x98\x8c\x2a\x23\x07\xe2\xc1\x3b\x63\xa2\x64\x3e\x9e\x78\x0d\xd8\x52\xa1\x9d\x5a\xdd\x5e\x7e\x42\xbf\xf9\x2e\x7b\xf9\x2e\xe7\xd9\x76\xf6\x85\x5b\xa4\x3a\x47\x93\x1f\xba\x3d\xa2\x27\x81\xfe\x87\xd0\x6c\xed\xc6\x2e\x0e\x7a\xfd\x3e\xdd\xb7\xc1\x9a\x06\xdd\x1c\xf9\x20\xa1\x91\xcc\x32\xb0\x07\x69\x36\x7d\x68\x2a\x8c\x02\x13\xee\xf1\x2d\x4b\x52\xc0\xd7\x60\x55\xd6\x86\x4e\x67\x6b\xc1\x93\x5c\xa3\x7c\xa0\x89\x1f\x7d\xd5\xd9\x82\x91\x10\x52\x30\x51\x67\x21\xf8\xbc\x58\x23\xef\x95\xb9\x5c\x7d\x7c\xc4\xde\x62\x52\xfc\x92\x3c\x73\x5c\x4a\xdd\x3c\x36\x60\x01\xa5\xe8\xcc\x82\xc7\x7b\x4f\x21\x8a\x9e\x80\xb5\xd1\x17\xed\x52\x1c\xa7\xc7\xae\x1e\xce\x8b\x78\x30\x94\xdf\x62\x4e\x02\x78\x47\x4e\x45\x85\x1a\xfc\xf6\x2f\x90\x35\x31\x89\x1e\x23\x56\x7c\x54\x0a\x84\xb2\xb1\xf4\x98\x26\xf3\x24\xe3\x49\xa4\x77\x8c\x15\x9d\x4d\xea\xd8\xcd\x62\xf5\xbb\x97\x96\xdf\xf6\xad\x27\x3a\xae\x59\x2f\x73\x69\x30\x5e\x5c\x71\xf2\x55\x27\x60\x2e\x92\xe3\x21\xf7\x72\x03\x92\xdc\x6d\x3c\x7b\xa7\xc4\xd7\x94\x0a\xda\x4c\x79\x5f\x39\xed\x6e\x71\x60\x5f\x33\x01\xb4\xe6\xbe\xd8\x6e\x75\xbf\x6e\xda\xe7\x5a\xd3\x68\xda\xd7\x75\x32\x3e\x8f\xe2\x92\xc1\xe1\xde\x5f\x91\xff\xd9\xbc\x4a\x2f\x84\x06\xf7\x19\x81\xda\xc4\x6d\x56\x47\xa1\x6e\x22\x2a\x6e\x16\x90\x1a\x36\xea\x75\x05\xa5\x86\x61\x6f\x19\x98\xda\x8e\x8a\x75\x4e\x64\x06\x28\x9b\xa5\xd5\x0a\x1d\x84\xd8\xb6\xb0\x40\x7e\x33\xac\xea\x88\xa2\x6b\x01\xd7\xb8\x2c\xfc\x34\x6c\xe2\xb7\x11\x82\xba\x42\x1f\xda\x30\x0c\x35\x5e\xd4\xdd\x42\x51\x77\xd4\x6f\x36\x0b\x47\xad\x74\xb6\x74\xbf\xb7\xf0\xab\x2f\x40\x63\x1e\xa2\x32\x42\x54\x46\xfd\xda\xbc\xc4\xc8\x8c\xa2\x6c\xd8\x86\xd1\x19\x4d\xdb\xbf\x0f\x4a\xda\x63\x94\xc6\x57\x8e\x7d\x58\x37\xec\xe1\xeb\x06\x93\xac\x19\x47\x72\x88\xcd\xf8\x36\x62\x33\x9a\xcf\xdb\x46\xf1\x19\x2b\x32\xfc\x7c\x2f\xbb\x3a\xd1\x43\xd6\xd9\x93\x3a\xd2\x83\x0d\x38\xfa\x62\x4d\x67\x7a\x91\x16\x77\x70\xa8\x3f\xa9\x43\xbd\x66\xa1\x57\x3b\xd5\x4b\xc2\xdb\xb3\x7a\x42\xab\xa8\xeb\x4f\xe9\x0d\x5d\x25\xf0\xe6\xc3\xc1\x93\x9f\xa3\xda\x39\xaf\x7b\x9c\x3e\x87\xbd\xf5\xd5\x25\x09\x9b\x0e\x59\x9a\x82\x42\x6c\xa4\x03\x2e\x2d\x48\x40\x30\x24\x56\xcb\x49\xa9\xb6\x94\x4b\xa1\xd0\x3a\x4f\x59\x54\x85\xa0\x90\x6f\x30\x46\xbd\x2f\x60\x7f\xb3\x8c\x29\xaf\x4f\x29\xf2\xbd\xe6\x22\x61\xb1\x8e\xa5\x48\x2a\x99\x16\xdf\x19\x2c\xa0\x4a\xc5\x9c\xdc\x0b\xf9\x98\xb1\x74\x0c\x3b\x54\x1d\xcc\x31\xe1\xec\x88\x70\x13\x3e\x53\x8c\x26\x13\xcb\x2e\xfb\x76\xec\xe0\x72\x40\x41\x8c\xb9\x6f\x23\x88\xde\xd0\xcc\xdb\x16\x21\x5d\x41\x46\x34\x31\x47\x44\xe7\xc3\xa2\xfd\x54\x22\xe6\xea\x03\x13\xf1\xc4\x8b\x46\x9e\xcc\x13\x5e\xeb\xf9\x6e\xd0\x2c\x2c\x01\xb4\x33\x4e\x77\x72\x5a\x3c\xd0\x5d\x12\xe1\x3f\xe6\xda\x10\xb0\x95\x13\x29\xc2\x61\x72\x29\x3d\x01\xf4\x03\x30\x2b\x11\x40\x63\x49\xbd\x09\x5a\x99\xca\xa6\x63\x29\x3c\x4c\x0e\x2a\xd3\xa9\xab\xd0\x2e\x2e\x77\x2a\x1f\x85\x36\x8a\xd1\xa9\x2b\x26\x61\x39\x31\x98\x62\xd1\xbf\xe4\x4a\xf7\xc2\x0d\xbc\xc9\x16\x5f\x70\x71\x6f\x77\xb7\x80\x39\x01\x00\x61\xe8\xb9\x66\xd3\xde\x71\x41\x4b\xd1\x2a\x5b\xec\x5a\x96\x6f\xe4\xef\x8d\x2a\x72\xcc\x9b\x10\x66\x0c\x5d\x05\xfa\xb2\x89\x51\x45\x03\x6a\x32\xb1\xdd\x11\x60\x75\x08\xaf\x4a\x89\xa1\x80\x70\x34\x61\xd9\x2c\x82\x2c\x9d\x51\x65\x42\x49\x13\x87\x7d\x90\xc8\xe9\x34\x17\x00\x57\xe1\xf4\xb4\x47\x97\xe4\xee\x6c\x76\x45\xe3\xad\xbe\xe8\x9a\xef\xb4\x3d\x5f\x52\x8c\xb3\x39\xa1\xe9\x03\xd7\x05\xe4\x4c\x22\x85\xce\xa7\x4c\x55\x00\xbd\x31\x49\x84\x50\x4f\x2b\x76\x6c\x56\xf0\xf2\xf5\x18\xdc\xdd\x30\x26\x43\x36\xb2\x97\xee\x8c\x2a\xed\xed\x43\x35\xb6\x1d\xb7\xb9\xa9\x5d\xab\xaf\x76\x26\x3f\xc5\xc7\x8e\x4c\x8b\x13\x4a\x9d\xbe\x71\x52\x3d\x9f\x51\xad\x93\xa6\xd8\x95\x85\x49\x91\xe5\x17\x93\x5b\x85\xf3\x55\xe9\x2f\xe7\xbe\x74\xae\x86\x43\x63\xfb\xf1\x02\x0d\x0e\x6e\x23\x4b\x5e\x65\x82\x6e\xd4\x68\x9e\x89\xcf\x26\xe3\x70\x29\x68\x43\x0d\x4f\x7c\xdd\x96\x50\x95\x0a\xbf\x6e\xde\xda\x5d\xcb\x05\xe9\x84\x66\x8b\x3b\xdc\xbc\x96\xb7\xf8\xfe\x72\xde\xe7\x8e\x1b\xb6\xbd\x34\x0e\x29\x91\x59\xb6\x09\xaa\x4c\x65\xe6\x67\xc5\xe7\xcb\x47\x54\xf4\x63\x37\xc0\xef\x05\x9c\x1a\x44\xc2\xa1\x99\x93\x2c\xb4\x71\xbb\x14\xbf\x84\x3c\x74\x4e\x44\x3e\x1d\x32\xd5\x17\x72\x04\x60\x43\x59\x93\xb6\x3c\x53\x72\xca\x37\x49\xcb\x45\xd8\xba\x1b\xef\x88\x5b\x61\x69\xf4\xee\x3a\x00\x86\x47\xf2\x72\x3d\x62\xd9\x6d\x81\x72\xc6\x92\x33\x34\xa5\x0b\xd5\xa1\xd6\x5a\xf0\x55\xca\x6f\x9b\x4c\xd1\xac\xe0\x56\x4f\x63\xf5\x81\x7b\x06\x15\xd5\x69\xf6\x48\xe7\x45\xb4\xd6\x26\xc7\xa9\x88\x87\x72\xe7\x85\x7a\x2a\x8b\x4e\x4c\x70\x64\xe2\x7e\xe1\x2a\xac\x73\x82\xce\xea\xc8\x70\xe3\xb3\xe4\xe7\xfc\x94\x42\x76\x7c\xec\x63\xf9\x7a\x93\xdb\xb0\x7c\x18\xa2\x16\x09\x0c\x67\xf9\x52\x7d\x2c\x51\xce\xde\xd7\xa8\xd2\x0e\x41\x5d\xce\xfb\x31\xae\xeb\x5b\x7d\x86\x35\x73\x64\xbd\xd6\x62\xed\x18\x00\xba\x59\xaa\xa7\xef\x71\x79\x65\xde\x4d\xca\x7f\xaf\xd6\x21\x46\x56\x76\x71\x75\x29\x02\x36\xa4\x8b\x2b\x18\xf1\x8c\xe9\x16\xe9\xd6\xe8\x13\x26\xaa\x9e\x8f\xe0\x0e\xe0\xa5\xf2\xf2\x4e\xae\x78\x04\x90\xe9\xa5\x1a\xc2\x5d\x49\xa5\xc2\xe4\xa0\x98\x1d\x33\x10\x30\x48\xf2\x13\xab\xe2\x4d\xb0\x01\x28\x5e\x62\xc5\x4b\x03\xd6\x33\xcb\x0b\xb8\x2b\x7c\x82\x75\xeb\xc2\x07\x56\xc6\x36\x4c\xd1\xc4\xf8\x42\x27\x6e\x54\x0d\x5b\xba\x0f\xdc\xaf\xf5\xe3\x27\x7c\xaf\x3d\xfb\xc5\xe2\xde\xd4\x8e\xb0\x57\x6e\x7d\xe3\xd1\x05\xb9\x7c\x73\xc7\xcb\x7b\xf8\xd4\x1b\x93\x28\x19\x29\x06\xf6\xc6\x69\x08\xcc\x15\x29\x53\xda\x48\x09\x37\xd4\xed\xf9\xcf\x27\x77\x5d\xc2\x4c\x02\x55\x01\xfa\x22\xd1\x0f\x47\x56\xa0\xfd\x35\x67\xc6\xfe\xdc\x04\x41\x37\x65\x42\x03\x27\xe0\xeb\x56\x1b\xf3\x0b\x63\xff\x7b\x5e\xfe\x7e\x09\xc9\x87\x89\x85\x1a\x33\x96\x76\x43\x91\x19\x4b\xa6\x80\x45\x82\x4b\xab\x6b\x28\x06\xab\x09\x76\xea\x50\x45\xb7\xf0\xd4\x8b\xbf\xe7\x62\x43\x31\xe9\xac\xf8\x28\x1a\x45\x83\x14\x36\x9d\x51\xc5\x6b\xd2\xf3\x97\x87\x00\xe0\x37\xb5\xad\xaf\x62\x22\x7e\x5d\x29\x71\x55\x19\x49\x01\xc0\x4a\x8c\x62\x0c\x58\x48\xa0\x27\x77\xd7\xbb\x70\xde\x30\xb1\xe8\xa3\x56\x5f\x7c\xf4\xf6\xcf\xe2\xd7\x50\x07\x07\xe3\x3d\x58\x4a\x72\xd0\x99\xca\xad\x40\xb3\x29\xd7\xe1\x07\x40\xa2\xd1\x79\x66\x10\x18\x70\x04\x95\x16\xfd\x40\xf1\x49\x1d\x97\x50\x54\x24\x93\x4b\xb9\x5b\x7d\x2c\x3e\x1a\xb0\x6c\x13\xd9\xb1\x3b\xea\x64\xda\xd2\x77\x72\xdf\x70\x3a\xff\xe0\x01\x45\x37\xd8\xa0\x62\x32\x20\xb9\x79\x78\x34\xd4\x4a\xd0\x4e\x97\x21\xcc\x20\x23\x60\x64\xab\x06\x6e\x60\xa0\xab\xdd\x45\x27\x5b\xfb\xb2\x9f\x4a\x66\xc4\x9b\xe5\x86\xd0\x0b\xa1\xa6\x2f\x54\x2e\x00\x4f\x24\xd8\xcf\x29\xd1\xcc\xd7\x16\x4d\xa4\x40\x19\xc0\x19\x4f\xc6\x96\x4d\x58\xc9\x0f\x9c\x28\x52\x80\x46\x25\x73\x6d\x79\x08\x9d\x32\x63\x2f\xa8\xef\x01\x4b\x17\x3d\x18\x47\x64\xa6\xf8\xd4\xf0\x07\x16\x40\x80\xe2\x9d\x3b\xa3\x86\x66\x72\xdc\x56\x86\x8f\x68\x62\x7a\x74\x27\x95\x99\xba\x66\xb6\xf5\x62\xfb\x61\x90\xee\xb9\x5d\xfb\x31\x13\x4c\xc1\x3c\xa1\xae\x4f\xed\x09\xde\xb4\xe2\x4f\xc1\xb8\x01\xdd\x2f\x41\x3c\x34\x1d\x4c\x0c\x34\x37\x72\x6a\x15\x52\x9a\x65\x73\xc0\x39\xb3\x4f\x26\x54\x4f\xfc\x3e\x23\x38\xda\x3a\x57\x93\x5b\xdc\x33\x9a\x4c\xd8\x2d\xd4\x48\xac\x5b\xdc\xca\x28\xdf\x30\x91\x4f\xdf\x9c\x92\xff\x2e\xe6\x78\xd6\x3e\xfb\xa9\x33\x38\xef\xde\xb6\xdf\x5d\x74\xce\xa3\xf9\xb8\x27\x1f\xbb\xb7\xb7\x8b\xbf\xfe\xd4\xed\x2d\xfe\x78\x7d\x75\x7d\x77\xd1\xee\xd5\xb5\x72\x71\x75\xf5\xf3\xdd\xf5\xe0\x7d\xbb\x7b\x71\x77\xd3\xa9\xf9\xf4\xae\x17\x1e\xba\x67\x7f\x8b\xce\x10\xe4\xdc\xd9\xf9\x34\x8c\xb6\x7a\xcc\x8e\x49\xf9\xc5\x53\x72\xe7\x3c\x31\xae\x04\xad\xb7\x19\x51\x08\xe2\x85\xb8\xa2\x14\x8d\x49\x69\x5f\x10\xff\xb9\x9d\x7b\xd3\xa7\xe8\x22\x4a\x26\x8c\x64\x52\xde\xe7\x33\xc7\xc0\x30\xda\x4c\x48\x34\xc8\x30\x1d\xb5\xf6\x53\xb7\x77\x1a\x3c\x42\x8b\x8d\x45\xc9\x35\x9e\xd4\x61\x5c\xd4\x33\x4d\x2c\xea\xab\xd8\x03\x1c\xc9\xe0\x29\x8c\x7a\x08\x1b\xb0\xac\x1f\x6c\x8d\x0a\x53\xe9\x26\x4d\x1d\x34\xb2\x9f\x58\xd4\x70\x79\xfb\x96\xad\x66\x58\x0e\x84\xd7\x22\x43\x96\xd0\x1c\x1d\x69\xf6\x36\x52\x4a\xaa\x78\xc0\xc5\xb6\xef\xd8\xe8\x9b\x45\x21\xa3\x8c\x83\x8b\x75\x44\xed\x27\xd1\xc9\xb1\xea\x32\xa8\xd2\x1e\xc0\x66\x32\x47\xdb\x94\x2f\xc9\x36\x1d\x32\xf4\x97\x40\xfa\xbd\xe5\xdb\x01\xcd\x85\x83\x63\x8e\x1a\xf2\xc8\x20\xe2\x30\x77\x00\x5e\xa8\x1f\xdb\x03\xa8\x7d\xd5\x6a\x1d\x20\x0d\x4b\x91\x88\x8d\x1c\x73\x1f\x42\xb1\xfd\x5e\xb3\x3a\x6e\xb9\x79\xd8\x58\x21\xb7\x61\xa3\xc0\x42\xbd\x97\x14\x46\xdc\x60\xef\xf7\x2c\xbb\xc6\xee\xbc\x44\x06\x5a\xbc\x36\x56\x70\x74\x03\xb5\xa5\x57\x8f\xc7\xc7\x5b\x97\x60\x09\x36\x4b\xc4\x0c\x1e\xfe\x95\x6b\xd5\x93\x29\x9d\x5b\xe2\x80\xf0\x04\x9d\xcf\x66\x52\x19\xd2\xd0\x06\x81\x83\x8e\xe3\x83\x8b\xc1\xcd\x23\x70\x28\x68\xc4\x4a\x01\xba\x06\xf2\x67\x69\x70\x6f\x18\x90\x5b\xd7\xe2\xd8\xc7\x39\x5d\xa0\xac\x05\xf8\xa9\x69\x49\xed\x2d\x51\x68\x9d\x80\xba\x4b\x34\xd1\xcc\xde\xc2\xeb\xe2\x04\xd6\xf5\x7e\xe5\x5b\xa8\xdd\xf2\x8c\x8d\xcc\xa0\xd6\x97\xb2\xc4\x6c\x68\x5b\x14\x0d\xa9\x80\x8a\x8f\x27\x7b\x68\x71\x7d\x49\xfe\x8f\xce\xd7\x65\xc5\xf7\x48\x8b\x57\x52\x1a\x94\x21\x0b\x3d\x83\xf8\xd5\x04\x13\x80\xeb\x14\xb1\x85\xad\xa0\xc6\x41\x52\xb3\x72\xf9\xbd\x90\x8f\x22\xd8\xcb\x75\xab\x2f\x3a\x14\xe0\xae\x83\xb2\xe0\x62\x0f\x50\x52\x5f\x29\xa3\x97\xf0\x73\x5f\x48\x72\x74\x41\xf7\xae\x26\x40\x36\x27\x05\x46\x72\xe9\xbb\x75\x4e\x0f\xda\x92\xbd\x9c\x86\x13\x76\xb0\xa0\x86\xcd\x9c\xbd\x1b\xe7\x59\x04\xd5\x82\xcb\xd4\x76\xd5\x22\x9f\xbd\x75\x06\x42\x3b\x0a\x6c\x6f\x83\x17\x4e\x46\xe7\x3e\xfb\xb3\x6e\x61\xf7\x91\x50\xb9\xef\x78\x8b\xe5\x0b\x1c\x32\x65\x6a\x56\xb9\xa4\x24\x0b\x81\x56\xd3\x0d\x62\xc6\xce\xc2\x47\xb7\x6c\x79\x0c\xe8\x7b\xc0\x09\x85\x7a\xb1\x19\xdc\xd0\x96\x8f\xfe\x0f\xdc\x2c\x48\xa4\xb4\x47\x28\x77\x16\xfe\xc8\x2f\x69\xcf\x0f\xf8\xd5\xac\x14\x30\x84\x0c\x6b\x2c\xcd\xda\x22\x6d\x40\xba\x06\x0c\x63\x7b\x15\xfa\x80\x1c\x3e\x16\x72\x55\xd8\x40\x03\x31\x25\x11\x31\xdd\x36\x13\x93\x06\x6a\x0a\x91\x02\x7b\xa2\xa8\x3d\xa4\x3c\x58\xde\x42\x17\xb1\x19\xd6\x4f\x74\xd8\x40\xc1\xfe\x1a\x21\x38\x0b\xc3\x8d\x3e\xfc\x57\xfd\xd0\x3f\xe4\x54\x51\x61\x20\xb0\xc4\x09\xde\x8a\x45\xd1\x8a\xec\x0b\x44\x60\x09\x34\xd6\xc2\x4f\xf1\xe6\x7a\x47\x3a\x56\x01\xe6\xe9\x11\xe1\x2d\xd6\x3a\x72\x95\x6a\x74\x3e\x2c\xde\x9c\x58\xc9\xa1\x2f\x16\x02\xf7\x5b\xa4\x9d\x69\xe9\xbe\x60\x22\xc9\x00\x59\x3e\x8a\x81\x09\x94\xef\x5c\x3f\xc3\x39\xa8\x17\xb0\x95\x45\xf3\xd2\x3d\x88\x3e\xec\x0b\xaa\xd1\xd3\x9c\xc1\x49\x2f\x7e\xaf\xab\x1c\x51\x8a\x3e\x78\x42\xf0\x9e\x85\x6b\xe8\xc9\x36\x09\x91\x1b\x97\x6d\x10\xbc\x01\x1b\x53\x24\x54\xf4\x45\x20\x67\xf2\x3d\x35\x19\xa3\xda\x90\x1f\xdf\x6e\x14\x70\xe1\xe7\x57\x30\x57\x77\x7a\x8b\xd0\x52\x1f\xce\xd6\x54\xf8\x06\x80\x75\x09\x25\x82\x45\x01\xea\x47\x76\x9b\x8d\x24\x0f\x5c\xe7\x80\xd5\x1f\x85\xb1\x23\xda\x3a\x37\xda\xe3\x4a\xa2\xc2\xd4\xc0\x46\x3c\xac\x81\xf3\x49\xba\x61\xd5\x10\x96\xd3\x9d\x38\x2a\x67\x90\x49\x56\x04\x96\x4d\xa8\xe9\x0b\xc7\x58\x7d\x2c\x46\x04\xea\xdc\xce\xb2\x72\x30\x97\x15\x70\x52\x26\xec\x84\xa1\xd2\x40\x2b\x2c\xd0\x25\x68\x5f\x21\xfe\xa7\x5c\x6c\x28\x9c\x15\xab\xa8\xf5\x45\xc8\x06\x8a\xdb\xae\x15\x76\xea\x4c\xc0\xcf\x28\x03\xd7\x74\x7f\x81\x25\x1f\xd6\x90\x85\x9b\x2b\x72\x2d\x71\x99\x2c\x98\xdd\x97\x88\xc6\xfb\xee\x60\x7d\x49\xb9\xde\x84\x0d\xb7\xec\xa3\xac\xb1\x88\x37\x6c\x6e\x24\x5a\xec\xa2\x7f\x87\x40\xb4\xe7\x72\xca\x96\x86\xde\x4d\x21\x4a\x7c\x35\x13\x2c\xa2\xae\x3d\xeb\x00\x5b\x34\x4f\xa3\xb8\xd1\x28\xa8\x0e\xc2\x83\x3d\xdf\x73\x6f\x36\x38\x47\x67\xaf\x7b\xfa\x47\xc5\xfc\xfd\x54\x42\x64\xd9\xe2\xc4\x9b\x65\xbd\x76\xfa\x77\x9a\x30\x91\xcc\xb1\x27\x0f\x03\x53\xc8\x71\x3d\x67\x70\xf2\x88\x19\x14\xec\xed\xb5\xd2\xa1\xab\xde\xd2\x22\x1d\xb8\x67\x7c\x31\x17\x3a\xf2\x3e\x83\xe8\xe5\xbe\xb0\x8a\x89\xbd\xe2\x35\x0e\xda\xb7\x5f\x26\xf1\xba\x13\x80\xa9\x92\x3b\xb9\x5b\xa6\xab\x11\xb7\x9a\x94\x09\x9f\xa9\x09\x6d\x00\x7c\x11\xe9\x8c\x4f\x49\x2a\x93\x7b\xa6\x4e\x14\x4b\xb9\x3e\x05\xf7\xb7\x69\xf4\xbb\x4d\xad\xb2\xbd\xb3\xa0\xb1\x6d\x3d\x35\xec\xdf\x45\x14\x7b\x78\xe7\x23\xc2\x47\xa0\x4d\xf8\x4c\x01\x4c\x1f\x70\xb6\x6d\xc2\x84\x51\xf3\x99\xe4\xc2\x04\x4b\x56\x65\x21\xbc\xa2\x61\x65\xb6\xa6\xf8\x5a\xb5\x8f\x30\x99\x2d\xa7\xdd\x9b\x30\xcd\x7c\x4c\x00\x4e\xca\x48\x82\x9e\x10\x64\x17\x33\x6a\x26\x1a\x72\x1d\xca\x6b\xe0\x74\x2e\xf8\xd4\xae\x10\x9d\x41\x48\x01\x1a\x29\x8a\x8f\x42\x10\xbf\x36\x3c\xcb\xfa\x42\x30\x96\x6a\xac\xff\xff\x5d\x6d\x4e\x8d\xfd\xf4\x88\xd0\x34\x25\xff\xf3\xfb\xf7\x17\xbf\xf4\x3a\x83\xee\x25\x58\x9c\xbb\x17\x9d\xb7\x47\xe1\xc7\xab\xbb\x5e\xf8\x15\x0d\x2c\x0f\x4c\x91\x29\xbd\x07\x0d\x4f\x68\x14\xff\x20\xd4\x3d\x1e\xa9\xcf\x36\xb2\x4f\x34\xf3\xe1\xa3\x4e\x4c\x09\x09\xc6\x6e\x0f\x57\x40\x40\x6c\xa0\xfb\xde\x84\x4f\x96\xd3\xa0\x27\x9e\xd0\x85\x17\x03\xa7\x4c\x18\xcb\x63\x9c\xb1\xaf\x50\x7d\x0b\x82\x63\x62\xcc\x45\x53\x90\x1b\x13\x0f\x4f\x29\xc3\xff\xcc\xe6\x9f\xac\x76\x7d\x4d\xb9\x5a\x9b\xf6\x3a\xe2\x81\x2b\x29\x60\x6a\xc1\xaa\x55\xd4\x9c\x64\xc6\xfb\xda\xa2\x43\xa5\x51\x16\x86\x30\x8a\x59\x63\x20\x65\xa5\xda\xed\xcb\x98\x6e\x1b\x5d\xbf\xec\x8b\x51\x3e\xaf\x4d\x3b\x76\x43\x1f\x28\xcf\x20\x08\xd6\x5f\x34\x05\x0d\x62\x29\xc3\x53\xc2\x32\x3a\x94\x0a\x52\x63\x30\x6a\xc7\x37\xe1\x16\x0c\x8a\x7a\x85\x86\x5a\x7d\x71\xce\x66\x8a\x25\x14\xb8\xd8\xcc\x6a\x2e\xc0\x85\x4a\x36\xb4\x16\xb6\x41\xb8\xbd\x75\x68\x63\x59\x15\xa9\x9e\xae\xca\x73\xe9\xf2\xba\x96\x6a\x9d\xeb\xdf\xbe\x06\x4b\x27\x67\x56\x8f\xab\x70\x5e\x77\x37\x8f\x18\xc5\x8a\x06\xe8\x14\x72\xa6\x7c\x17\x15\x9a\x65\x25\xf8\x5b\x7b\x70\x74\xcb\x79\xc9\x8b\x37\xa5\x20\x3f\xff\x45\x93\x61\x6e\xfa\xa2\xdc\x86\x14\x50\xe0\xf6\x1d\x35\xc9\xe4\x6d\x5f\x5c\x59\x2d\xf3\xe7\xbf\x34\x64\x4d\xa7\xd4\xd0\x41\x3d\x51\x36\xaf\xc9\x39\x35\xf4\x42\xd2\x94\x8b\xb1\xab\xde\x5c\xbf\x16\xef\x3a\xbd\xf6\x29\xf1\x89\x96\x21\x5f\xb2\xc8\xb5\x8f\x1a\x02\x86\x0c\x13\xf1\x5c\x04\x58\xb9\x08\xac\xdf\x59\xc8\x40\x7a\xb2\x17\x56\x5f\xc0\x52\x22\x57\xe5\x86\xcc\xa4\xc3\x2a\xb4\x5a\x99\x24\x2a\x17\xce\x92\xed\x0c\x89\x76\x75\x80\x8c\xc3\x66\x38\x79\x0c\xe4\x99\x45\x66\xdf\x17\xa0\x9f\x87\xec\xb5\x4c\x26\x34\x83\xb0\xb9\xe3\xc8\xa4\x67\xb5\x76\x99\x43\x0e\x12\xc4\xab\x88\x79\x39\xba\xd5\x23\x49\x17\x42\x59\xbc\x51\xa0\xff\xc3\x3e\x3a\x57\xea\x54\x5a\x8e\xd3\xea\x8b\xee\x08\xa3\xea\x32\x5c\x1d\xfb\x21\x13\xe0\x4d\xf6\xcb\x62\x9f\x7a\x7e\x04\x95\x5e\xd0\xab\x48\x13\xb0\xde\x8b\x39\xc4\x44\x03\xbe\x99\x84\xe8\x8c\x82\x3b\x3b\xa2\x5c\xd8\xc5\x70\x27\x46\x9f\xf5\x05\x06\xf3\x95\xf6\x25\xce\xfc\x8d\x7a\x97\x02\x62\x0d\x8b\xeb\x32\x08\x18\x33\x17\x7b\xe8\x64\xfd\x99\x62\xc7\xbe\x20\xa0\xfd\x35\x5a\x53\x7b\xc3\xb6\xc8\x4d\xac\x5e\xa7\x32\xc9\xa7\x1e\x77\x04\x72\xb5\x5c\x90\x9a\xbb\x44\x03\x85\xe0\xc5\x5e\x4b\xf1\xbf\x8b\xff\x5b\x2b\x9b\x5e\xef\x58\x46\x36\x50\xd5\x60\x56\x6e\xa9\xd4\x1a\x17\x86\x8d\xab\x0e\xbe\x4d\x30\x3b\x2f\x21\xb2\xdd\x4a\xf2\xe0\xfc\x33\xd2\x6a\x9f\x12\xcc\xd0\x98\x52\x27\xd3\xef\x34\xe9\x5e\x5b\x21\xc5\x2a\xa5\xe1\x98\xe4\xda\x60\x88\x16\xa4\xa9\xe0\xd7\x18\x26\x7f\x44\x7e\x20\xfd\xfc\x87\x1f\xfe\x94\x90\x2f\xfe\x8f\x3f\xff\xc7\x7f\xfc\xe9\xcf\xdb\x94\x4b\x86\x76\x8b\x35\x0a\xc8\x8e\x65\xa9\x25\xde\x81\x45\x66\xb2\xc3\x2e\xb8\x33\xd2\xb4\xfc\x4e\x63\x6f\x4c\x73\xaa\x7b\x1c\x85\xe0\xd0\xb1\x3b\x84\x3a\x3e\x3c\xa4\x74\x7a\x0a\x57\xbf\x66\xe6\xa8\x7c\x88\x83\x3c\xea\x84\xee\xff\xb1\x04\x68\x60\x60\xa9\x79\xbb\x50\x21\x9e\x05\x09\xd8\x36\x42\xbe\x77\x26\x3a\x03\x2e\xbe\xb7\xfe\x0e\x92\x59\xca\x94\xab\xb0\xe3\xad\x6a\xc1\xd6\x07\xe7\x97\x7d\x99\x65\xd2\x05\x71\x50\xa2\xd9\x8c\xc2\x1d\x6f\xcf\x6b\xab\x2f\x3a\x5f\xa8\x65\xae\x47\xbe\x10\x1a\x56\xed\x06\xdf\xc8\x88\x26\x8c\xa0\x34\xfd\xfd\x97\x53\xfb\xdb\x11\x99\x9f\x42\x28\xe6\x11\xf9\xc7\xa9\xcb\x80\xa6\xca\x0c\xec\x4f\x6f\xbd\x38\xec\x9a\x80\x41\x73\x4d\xfa\x6f\x4e\x1e\xa8\xf2\xe5\xe7\x11\xc8\xf1\x8d\x63\x7f\x01\xa4\x36\x16\xa0\x33\x29\xef\x5d\xa0\xea\xc2\x97\xee\x3f\x2d\x24\xf0\xe0\xdb\xc0\xcd\x77\x31\xc7\x56\xd8\x3b\x86\x17\x18\x69\xcd\x86\xa4\xf5\x77\x2d\x05\x69\xcd\xe9\x34\x73\xbf\xfa\xa7\x2e\x8e\x96\x6a\xe2\x4b\x06\xf9\x30\x9a\x6c\x8e\xe6\xcc\x77\x99\x1c\xc2\xbc\x3e\xfa\xb9\x62\x24\x2a\x0c\xb4\xb8\x22\x8a\x5b\xc5\x4d\xc4\x89\x3b\x98\x15\x0e\x45\xf6\xec\x2b\x70\xf7\xd6\xcd\xea\x4b\x18\xd2\x7f\xa1\xef\x16\x16\xc5\xa7\xaf\xa1\x05\x37\x84\x81\xd9\x46\xbf\x90\xef\x1d\x13\x7a\x6b\x2f\x02\x17\xf6\x8b\xcb\x50\xd7\xc1\x3c\x74\xf0\x4b\xd4\x01\x17\x04\x13\x12\x97\x7c\xf9\x8f\x93\x56\xab\x15\xbe\xbe\xb4\x53\xf9\x3f\x84\x1b\xcd\xb2\x11\xb6\xe4\xaf\x99\x79\x5f\x7c\xb4\x9a\x4e\x6c\x61\x2e\x20\x56\xa0\xf0\x55\x22\x33\x72\x5c\x58\x5d\x53\x99\x68\xf2\x6f\x56\xf6\x8c\x96\x12\x7e\xb4\xca\x56\xfd\xa9\x72\xf5\x0f\x9f\xe9\x58\x39\xab\x75\xf5\x60\xc5\xe0\x0c\x41\xfb\xa4\x1a\x22\x94\x1e\x78\x9a\x7b\x5a\xb0\x94\x73\xe2\x00\x1c\xa0\x34\xa1\x61\x5f\x0c\x3c\x6a\x40\xca\xa8\x0d\x09\xaf\x97\xe0\x16\x18\x6e\x01\x98\x81\x64\xdd\xb0\x00\x0e\xc5\xc0\xf1\x06\x9c\xe7\x51\xec\xe2\xb0\xd7\x8b\x88\xd1\xac\x74\x3e\x9d\x52\x35\x3f\x29\x4e\xdb\x22\x71\x16\xa0\x86\xc0\x65\x32\xbf\x00\xe0\x66\xcd\xdc\xd1\x72\x91\x06\x51\x05\xf5\x49\x48\x20\x20\x29\x4b\x00\x58\x18\x42\xde\x10\x56\x9b\x89\x44\xa6\x8e\xae\x8b\xbc\xcb\xb2\x58\x11\xde\x59\x14\x28\x7c\xd4\x8a\x2e\x2c\x66\xc2\x60\x32\xb6\x7b\xc3\x7f\xdc\xc0\xc0\xe5\x40\x1b\xcb\x2a\xc7\x1b\xb8\x30\xbb\x57\xb7\xfe\x9b\xf5\xaf\x5d\x58\x87\xb2\x5c\x4d\xbd\x2a\xe7\xcd\x06\x8a\x3e\x16\x17\x30\xc4\x5f\xa0\x09\x25\x0f\x59\xa9\xf8\xef\x33\x79\xcd\x33\x7b\x6f\x01\x8d\xb7\xfa\xa2\xf4\xf3\x11\x61\x19\x9f\x72\x11\xc2\xdf\x90\xbd\xcb\x11\x8a\xb8\xf7\xdc\xd8\x2d\xd3\xe9\xbd\xe5\x60\x3e\xc1\x3f\xd2\x7b\xda\x62\xee\x49\x27\x78\x8f\x9c\x99\x20\xd7\x76\x5c\x85\x22\x6d\x25\x4e\xdb\xc4\xb1\x93\x1a\x79\x44\x78\x70\x7e\xfb\xc2\xb6\xe6\xcf\x52\x11\x77\x1b\xb5\x17\x35\x77\x0c\x42\x3a\xf7\x29\x78\xd0\x02\xf4\x51\x0a\x9e\x0d\x42\x6a\x8d\x88\xd2\xa9\xd4\x1d\xdd\x3c\x63\x03\xa2\x0c\x07\x42\xa6\x6c\xc3\x60\xe3\x9a\xba\x8e\xce\x54\xec\x3d\x8c\x8a\x61\x56\x0d\xf0\x89\xc6\xaa\x74\x5a\x6f\x68\x3e\xad\x2d\x90\xea\xda\x01\x74\xf6\xc7\x6d\x8b\xd4\x17\x3c\x0d\x5a\xf1\x4a\x41\x94\x05\x59\x5a\xfb\x72\x11\xd7\x9d\x24\xf4\x74\x3b\x03\x32\xce\x3d\x81\x65\x0f\x11\xa0\x94\x8c\x95\xcc\x67\x21\x55\xd8\x27\x4d\xe1\x36\xb8\x1b\xad\x2b\x46\xf2\xd4\xc9\xd4\x17\x5c\xdc\xe3\x5d\xf8\x54\x7b\x14\xca\xa5\x46\xbf\x7b\x0e\x86\x2b\x7e\xec\x6a\x66\xdb\x51\x6b\x43\x93\x7b\x84\x58\x5b\x56\x6e\x77\xd3\x82\xc1\xc5\x7d\x99\x67\x99\xeb\xb6\x60\x9f\x45\x45\x81\x07\x4e\x09\x25\x77\x37\xdd\xfa\xbe\xef\xf9\xa2\xbd\xbd\x9e\x77\x96\x09\x04\xfe\xe7\x67\xbe\x51\x64\x5c\x05\x12\x90\x95\x48\x3d\xe8\xff\x4d\x40\x4a\x15\xde\xbd\xa3\x83\xcf\xf2\xa0\xc1\xb4\x86\x52\xeb\x27\x5f\x74\x7c\xee\x3e\xfe\x68\xbf\xad\xdf\x91\x8f\x90\x12\x12\xf2\xe6\xa7\x54\xd8\x09\xfa\x5e\x1b\x0c\x44\xc8\x16\xb7\x1a\xd2\xdd\x6c\xab\x01\x61\x8f\xeb\x45\xa0\xfa\xae\x7c\x2b\x8f\x68\x31\xa2\x19\xaa\x5b\x66\x02\x72\xf8\x11\xb9\x4d\x26\x6c\x4a\x21\x2a\x61\x5a\x96\xc7\x41\x2e\xf9\x3e\xa3\x6a\x8c\x52\x82\x66\x46\xbf\xad\xd9\xe1\x22\x38\x77\x87\x1d\xde\x02\xa0\x39\xb6\xd0\x43\xe2\xe0\x32\x0e\x10\x46\x59\x06\x86\x09\xcc\xc9\xf7\xef\xef\x0e\xab\xac\xe2\x27\x70\x63\x2a\xac\x59\x9e\x5a\x51\xac\x39\x63\x7e\x47\x4c\xf0\x4b\x3a\x0d\xd9\xa5\x1e\x18\xdc\x65\x11\xe0\xd8\x86\x0c\x40\x82\x9a\xc7\xb0\x33\x0a\x78\x3c\x04\x07\x3a\xdc\x34\x82\xbe\x68\xfb\x57\x42\x86\x1a\xc8\x37\x0a\xfd\xaa\x10\xc7\x84\x51\x7b\x20\x63\x44\x15\x77\xdd\xe4\x1a\x26\xb1\x69\x26\x50\x15\xc8\xdc\xca\x38\x01\x22\x0c\xb5\x3b\x2f\xec\xfa\x79\x34\xf4\xfc\xb0\x79\xe9\x91\xfa\x24\xff\xa4\x5a\x1a\xa2\xae\xe3\x55\xcc\xb7\x13\xb2\x8f\x5d\x43\x71\x35\x0a\x8c\x75\xca\xe6\x45\x64\x8d\x5d\x71\x94\x4b\x2b\x9d\x2d\x1e\x56\xb3\x13\x33\xe6\x74\x3a\x50\x32\xdb\x65\x8f\x7c\x13\x25\x1d\x07\x72\x35\xac\xbc\xf9\x6b\x4e\x33\xb4\xc7\x0a\x47\x8e\x7e\xd8\x20\x30\xfc\xf1\xcf\xa4\x0d\xb7\x25\xf9\x08\x6c\x11\x3c\x51\xd0\x9a\x91\x84\x4f\x67\x4c\x69\x69\x85\xf1\x86\x4d\xbe\xff\x8b\x1e\x38\xbc\xd4\x01\x4d\x12\x99\x2f\x62\xa3\x6e\x30\x93\x9a\xd6\xe2\x49\x51\x72\x9f\x0f\x99\x12\xcc\x80\x83\x13\xde\x23\xfe\xbd\xb5\x86\x2b\x69\x6e\x26\x7f\x1c\x24\x19\x5f\x1b\xc4\x15\xa2\xe0\xdb\xf6\xb3\x33\xfc\x6a\xd9\x04\x4a\xed\x97\x86\x2e\x08\x3e\x23\xf8\xac\x45\xde\xd1\xe4\x9e\x89\xd4\x15\xc9\xc6\xc4\x54\xb8\xa0\x80\x5b\x46\x26\x8a\xf2\xc4\x50\xdf\xc1\xf6\xed\x2d\xd4\x17\x53\x7a\x6f\x6f\x21\xf6\xc5\x05\x0b\x5b\x35\x43\x6f\x72\x34\x02\x3d\x2c\x64\xe8\xfb\x2c\x4a\xcd\x92\x5c\xd9\x37\xf0\x7c\x18\x3c\x1f\x60\x54\x48\xb0\xcc\x3c\xa1\x90\xe4\xff\x9d\x26\xf9\xcc\x6b\xbe\xa0\xed\x66\xe0\x20\xc0\x49\x42\x51\x14\x6e\xa5\xc1\x09\xeb\x0b\x08\xba\xf2\x2d\xce\x03\x57\x89\x7d\x52\xc1\x37\x5a\x77\xf8\x46\x98\xe2\xba\x9b\x2d\x1d\x6d\x08\x7b\x0f\x28\x33\x13\x26\x40\x0d\x5b\xbf\x65\xc8\x13\x5e\x7f\xd3\x4a\xc1\x63\x38\x8b\xc2\x6a\x10\x96\x30\x17\xdc\xc1\x06\x3b\x43\x51\x14\xd7\xe1\xed\xa9\xc5\xf7\x5c\x13\x4d\x0d\xd7\x23\x5e\xab\x9e\xc6\x89\xc5\xbb\xac\x3a\xdd\x2c\x9b\xb9\x26\x93\xb9\xb2\x16\x21\x3e\xb5\x45\xde\x73\xa5\x4d\x34\x25\x23\x43\x5e\x70\x13\x4b\x30\x13\xd6\x08\x69\xb5\x0f\xcf\xae\x9f\x41\xf4\xfe\x52\x1f\x79\x88\x45\x6e\x91\x76\x61\xe3\xc2\xcc\x68\xb4\x5e\xad\x98\x11\xcb\x34\xdb\x86\xf8\xd6\x32\x08\x80\x27\x08\x08\x88\x80\xac\xa2\xed\xef\x05\xbc\x5e\x18\xe6\x23\xa4\xfb\xd0\x7b\xd6\x54\xff\x9f\x55\xf4\xec\x15\x23\xec\x94\x72\x25\xeb\x86\xd8\x0e\xfa\xbe\x44\x95\x7f\x9b\x01\xae\x7f\xec\x8a\x64\x74\x3e\x3a\xb1\x4b\x6e\xe5\xfc\xe4\xde\x45\x19\x8f\x80\x0e\x5d\x3a\xfb\xe3\x44\xea\xf8\x9c\xf9\xfd\x83\xcd\x34\x2a\x67\x3e\x9a\x18\x82\xb4\xc3\x02\xa3\x7b\x56\xc8\x38\xdb\x1d\x46\x1d\x0e\x29\x46\x21\x85\xfd\x26\x9e\x85\xc2\x32\x80\xad\xd4\x37\xb5\x78\x9a\x4b\xf1\x1b\x3b\x1c\xe7\x7b\xb6\xaa\xb6\xe5\xb2\x4d\x0b\x27\xb7\x41\x86\xdc\x14\x4b\xb0\xf1\x2c\x6d\x14\xae\x0e\xa6\x3e\x9e\x00\x4e\x15\xca\xbc\x33\xca\xeb\x9c\x8a\xce\xa4\xbd\xcb\xfa\x3d\x25\xe2\xda\xbe\xa1\xd6\xdc\x74\xb7\x84\x59\xcb\xf0\x6b\x6f\x80\x97\x8f\x1e\x5e\x6d\x1f\xa0\x64\x6b\xa2\x71\x07\xe4\x26\x24\x1e\x8d\x15\xa1\x71\x5c\x9b\xd1\x48\x69\x89\xd1\x27\xe3\x42\x2e\x34\x84\x67\x60\xee\xa3\x1c\x05\x0c\x39\x8c\xac\x41\xb8\x49\x39\xaa\xf9\xe3\x5d\x26\x87\xfa\x6d\xc8\xb8\xa6\xda\xf7\x51\xa4\x40\x36\x93\xe0\x7e\x20\xcb\xfc\x52\x3c\xe5\x7d\xe8\xcf\x4c\x7c\x1f\x6e\xb2\xf0\xf5\x44\x55\x04\xbe\x60\x06\x08\x55\x32\x17\x1e\xf2\x49\x0a\x26\x47\xe0\x92\x00\x2f\x9f\x37\xba\x81\xd0\x2d\xa4\x89\xb2\x3d\x14\x9b\x61\xac\x31\xa8\x87\xcd\xcb\xbd\x23\xec\xd9\xaa\x75\x7e\x0a\xd8\xb3\x5d\xd7\xdd\x1d\x9c\xaf\xb4\xe0\xbb\x82\x59\xe1\x51\xda\x80\xcd\xc2\xfb\x2b\x2d\x61\x81\x0f\x80\xe9\x2b\x2e\x2a\x82\xc9\xcd\x10\xae\xc4\x8e\x8d\x3c\x86\x2c\x39\xc8\xbd\x42\x20\xc2\x26\x78\x6e\xb0\x20\x6e\x72\x1d\xd8\xf7\xd7\x18\x27\x86\xa8\x7d\x89\x06\xea\xee\x5e\x4d\x7c\x41\x41\x10\x66\x84\x60\xca\x19\x47\x56\xde\x1c\x1b\xda\x17\xe3\xad\x5c\xee\x60\x70\x20\x5b\x15\x90\xb8\x10\x5c\x40\x23\x26\xd0\x22\x10\x87\x35\x91\x53\x69\xaf\x6d\xab\xae\x16\x0f\x31\x8e\x0f\x2e\x9b\x25\xe5\x14\x67\x98\x15\xff\xf5\x66\x63\x8f\x96\x7d\x84\xb2\x63\xfc\xd2\x6a\xa4\xcc\x68\x26\xc3\x32\xd2\xe0\x8a\xf1\x07\x88\xb8\xe5\x74\x03\xd6\xeb\x29\xe8\xea\x00\x80\xee\x80\x9f\xf8\x3f\xac\x06\x69\x49\x2a\xc4\xcc\xf9\x3c\x3b\x17\xe5\x82\xe0\x0f\x75\xa5\x97\x1b\xbd\x87\x9b\x00\x1d\x02\x63\x19\xe6\xa3\x5b\x40\x2d\x5f\xa1\xbc\x84\xa4\xe9\x22\x58\xc5\x2e\x72\x08\x18\xf0\x29\x7d\xe1\xc3\x87\x02\x7d\x7f\x3e\x63\x47\x64\x98\xc3\xf3\xcb\xab\x5e\x6c\x98\xe5\x02\x1e\x1f\x27\x13\x96\xdc\x43\x70\x29\x32\x45\x5c\x2e\x5f\x46\x61\x38\xef\x8b\x02\xe3\xd9\x48\x6f\x65\x9c\x07\x10\xad\x00\x24\x27\x15\x49\xb9\x9e\x65\x74\x0e\xf6\x1c\x81\x6e\xe9\x72\x01\x63\x3f\xa8\x2d\xd5\x16\x00\xa1\x76\x5c\xc0\xcb\x61\xf0\x2f\x3f\x89\x50\x07\x29\x84\x58\xd5\x89\x1d\x3b\xc3\x9a\xed\xe2\x9e\x6e\x82\x53\x8f\xaa\x7f\xe1\x8e\xc6\x7e\x8a\x90\xfd\x24\x2a\x69\x4c\xfd\x37\x3e\xe8\x0b\x2c\x28\x7d\x5f\x28\xc8\xfe\x1b\x8b\x59\x30\xf5\xc0\xd2\xbe\x28\xe7\x97\xb9\xab\xac\xd8\x65\x52\xc0\xec\x36\xb1\xce\xcd\xb1\x3c\x63\xe4\x9e\xe5\x9e\x73\x88\xa9\x2f\x92\xe9\x43\x60\xd3\x12\xd8\xdf\xfa\x02\x3e\x4f\x80\x4f\xbb\xb6\xf1\xa3\xc0\xf5\x75\xa0\x9c\x0e\x75\xbb\x64\x4d\x0c\x84\x19\xb2\x67\x30\xb5\x36\x04\x7c\xb8\x00\x90\x85\x50\xe4\xba\x36\xfa\xc2\xc7\xac\x8e\xf2\x2c\x43\xb8\x84\x86\xe5\xf2\xd9\x74\x3e\xc0\xe2\xeb\xa5\x2c\x05\xbd\x96\x44\x40\xc8\xc1\xea\x97\xb2\x59\x0a\x61\x86\xc9\xbc\x28\x7c\x06\xc4\xcb\x84\xce\x21\x10\xcf\x83\xa0\x42\x6c\xf8\x98\x19\x62\xe5\x8e\x34\xcf\x30\x08\x13\x0c\xba\x90\x9a\x47\xb3\x8c\x70\xa3\xfb\x22\x64\x12\x22\x2c\x14\x5c\x05\x3e\xea\x3d\x75\xb2\x20\x74\x01\xcd\xba\x52\x19\x70\x41\xf0\x84\x9b\xd2\x90\xc0\x52\x39\x8f\x91\x03\x67\x33\x46\x31\x64\xc8\xd7\xd1\x8e\xa5\xc1\xea\x36\xb8\xf8\x1a\xa8\x60\xb0\x98\x80\xb4\x4f\xea\xc5\x0a\x16\x1b\x6f\x4a\x8b\xb4\x71\x76\x56\x14\xf4\x30\xfe\x38\x5a\x17\xa8\xec\x9c\x79\x56\xde\x32\x3a\xd4\x03\x0b\x12\xf5\x8c\x2a\xc3\x93\x3c\xa3\x2a\x03\x78\xae\x51\x9e\x11\x3e\x8a\x2a\x12\xc0\x26\x60\x22\x19\x54\xfd\x93\x70\x47\x78\xc3\xbb\xa6\x53\x16\x05\xc8\x3a\xc5\x33\x8b\x8c\x88\x08\x8e\x83\xd6\x29\xdb\xd6\xdb\x16\x39\xaf\xd6\x9f\x80\x63\x11\x25\xa0\x73\x8d\x1c\x30\x8c\x37\x8a\xec\xc2\x3a\x16\x7c\x64\x85\xdd\xef\xa2\x83\xd7\x54\xe8\x88\xea\xfb\x0d\x2d\x94\x1e\xc5\x6c\x45\x01\xa4\xba\xc8\xce\x1e\xd4\xcf\x29\xd9\x2d\xc3\x89\x58\x51\x70\x79\xc3\x41\xc6\xc9\xfb\x5b\x0c\xf4\x73\x54\xa0\xa6\x3a\xd8\xe9\x92\x02\x08\xb0\x8f\x1b\x0e\x35\x02\x27\xdd\x7c\xa0\x11\xe5\xc4\xf6\xe8\xc6\x95\x5d\xad\x5c\x7e\x2e\xc1\x84\x12\x3b\x2e\x2b\xd8\x33\xf4\x60\x54\xea\xd2\xc1\x18\x1c\x9e\x28\xc0\x3f\x85\xc3\x36\x64\x24\xe3\xe2\xde\x87\x92\xdb\x9d\x3f\x22\xb4\x68\x1d\x0e\x1f\x8e\x1e\x89\xb9\x41\xb2\xa9\x03\x4b\xdb\x41\xd8\x59\x2f\x20\xaf\x76\x73\xc3\xbc\x37\xc2\xc3\x5b\x28\xeb\x16\xcd\x63\xfd\x6d\x59\xea\x33\x0f\x42\xac\x77\x94\xe3\x05\x13\x79\xef\x0c\x0f\x85\xbe\x1a\xd7\xf7\x7a\x42\xeb\x8b\x3a\xae\xc6\xff\xbc\xbb\x3c\xef\xbc\xef\x5e\x96\x41\x3b\xff\x7a\xd7\xb9\x2b\xff\x72\x73\x77\x79\xd9\xbd\xfc\x10\xff\x74\x7b\x77\x76\xd6\xe9\x9c\x97\xdf\x7b\xdf\xee\x5e\x54\xde\xb3\x3f\x95\x5f\x6a\xbf\xbb\xba\xa9\xc0\x84\xde\xfe\xdc\xbd\xbe\x2e\xff\xd4\xeb\x7e\xec\x9c\x0f\xae\xee\x7a\x4b\x11\x41\x8b\xf1\xd7\x2e\xd1\x3e\xa0\x14\xb7\x86\x81\x6d\x93\x91\xe2\x4c\xa4\xd9\x1c\xa3\x06\xbc\xde\x51\x71\x52\xc6\x2c\x9d\x4f\x99\xcc\x77\x71\xfe\x5b\xd5\x57\x3e\x58\x95\x3a\x23\xae\x35\x17\xf2\x48\xf5\x7d\x63\x1a\xb2\x51\x8b\x66\xb0\xa5\x21\x4e\x46\xcd\x43\x10\xdd\xd2\xe0\x9d\x90\x01\xe5\x3a\x21\x33\xa6\x96\x8d\x05\x2e\x5c\x95\xcf\x0c\x1f\x36\x87\x73\xac\x99\x19\xb4\xb9\x66\x87\x29\xb5\xf5\xa9\x0d\x97\xf5\x8c\xae\x14\xd5\xb0\x8b\x43\x17\x5a\xd8\x16\xdd\x38\x7c\xed\x9d\x60\xb3\x7c\x98\xf1\x84\xf0\xb4\x48\x04\xc6\x70\x07\x8c\xbd\x43\x1b\x49\x35\xf3\x7e\xc6\x14\x48\x40\x56\xb0\x9c\x29\x76\x4c\x73\x33\xf1\x95\x92\x42\x89\x5b\xcc\x84\x67\x89\x62\xc6\x57\x62\x64\xa9\xc7\xbb\x8d\x7a\x82\xc1\xb8\x08\xdc\x14\x52\x3d\x5a\x11\x08\x52\x83\x51\x0c\xbf\xc4\xd6\x37\x30\xdf\xe1\xfb\x4b\x97\xc6\x8d\x98\xeb\x6a\x49\x13\x90\xf5\xf0\xa1\x47\xcd\xb5\xf3\xb6\x9c\x37\xf1\xa1\x22\xb8\xc9\x3e\xea\xa4\x7e\x1a\xab\x68\x2c\x26\x94\x72\x90\x88\x6b\xdd\x3d\x3a\x53\x0c\x2e\x05\xe7\xe3\xf1\x9a\x31\x04\x4b\xba\x28\x15\x08\x4e\xb1\x1a\xc0\x90\x4d\x68\x36\x42\x23\x8b\xdd\x9a\xe2\x5c\x2d\x92\x68\x4f\xde\x33\xb1\x87\x6a\xd2\x5b\xb3\x43\x81\x02\x75\x11\x93\x1d\xec\x0d\x85\x45\x06\xaa\x67\xfa\xea\xd2\x2e\x4a\x0f\x8b\x79\xa1\xf8\x19\x3d\xc6\x50\x99\x02\x14\xc3\x07\xf8\x8d\x46\xfc\x8b\x6d\xb0\x2f\x58\x2d\x2c\x00\x94\xc7\xf0\xb9\x51\x81\x2f\x43\x5a\x2c\x26\x98\xdc\x33\x01\x88\xbd\x58\x74\x63\x25\xcd\x6e\x66\xef\x5c\xdc\x8b\x45\xeb\x61\x58\x31\xb0\x28\xf1\x12\x8e\x71\x6c\xd6\x54\x45\x41\xea\x29\xbd\x67\x2d\x72\x8e\xf7\x22\xd0\xcd\xd9\x45\xb7\x73\xd9\x1b\x9c\xdd\x74\xce\x3b\x97\xbd\x6e\xfb\xe2\x76\xdd\xe3\xb7\x8f\x88\xae\xca\xe9\xab\x06\xd5\x05\x0e\x71\xe2\x4e\x5e\x11\x57\x5c\x94\x16\x0f\xc7\x0e\xb6\x64\xf5\xe8\x79\x3a\x1b\xa4\x5c\x27\xf6\xfa\x9b\x0f\x98\x48\x01\x4f\x65\x2b\x52\xad\x6f\xaa\x3a\x8b\xf0\x06\x09\x6f\x78\x0e\x82\xb7\xdd\x83\xa7\xe8\xf0\x1c\x12\xae\x5d\xbd\x4a\xa8\x55\xdc\x17\xd1\x6d\xd3\x5a\x8d\xa1\x67\x9b\xdb\x6d\x6e\xe5\x26\xaa\x73\xc2\xf1\x72\xad\x73\x6a\xf9\xa3\x7f\x0d\xf2\x65\x1b\x56\xc5\x65\xd0\xc6\xa0\x2e\x3c\xaa\x19\x40\xac\xca\x3b\xa5\x22\xa5\x46\xaa\x79\xc3\x14\xd7\x63\x9e\xf1\xb1\x29\xb3\xd0\xf8\xca\xb6\xfa\xbc\xdf\x05\x7c\x95\x8a\x2a\x29\x21\xf4\x4b\xef\xea\xe7\xce\xe5\xed\xa0\x73\xf9\x69\x70\x7d\xd3\x79\xdf\xfd\xaf\x90\x1a\xe7\x2a\xa0\x96\xe1\xc8\x99\xbd\x14\x2d\x77\xf1\x69\x1a\xb5\xfc\x05\x41\xc1\x7d\x3b\x0e\x08\x96\x8f\xfa\xc2\x73\x16\x55\x34\x3f\x51\x32\x1f\x4f\xea\x1b\xaa\x8e\xf2\xba\xdd\xfb\x69\xab\x61\x42\x0a\x15\x22\x07\xe3\x69\x5b\x04\x03\xe0\x23\xc7\xf7\x10\x41\xa0\x32\x3c\x48\x04\x84\x57\xeb\x6c\xd8\x0d\x1c\x6d\x2b\x6d\x64\x91\x69\x2d\x15\xfe\x6b\x5e\x6f\x22\xa0\x5e\xc4\x37\x4b\xd7\x08\x80\x53\x20\x26\xfd\x42\x6b\xa7\x35\xbf\x95\x6e\xb0\x3f\x1e\x67\x6c\x3c\x66\x29\x92\x57\xb5\x61\x67\xda\x71\x2c\x30\x29\xee\xf5\xba\x55\x74\x10\xd1\x3b\x5c\xcc\x21\xc0\x61\x7d\x06\x7e\x1d\x3e\xa9\xe7\x15\x67\xbe\x54\x4c\x22\x85\x36\x54\x34\x40\x6e\x6d\x58\xce\xb2\xc0\xc1\x55\x45\x51\x59\x67\xf0\xf0\xc6\xe8\xe2\x1c\x6c\xe3\xa0\x71\x50\xd8\xc2\x59\x30\x22\x88\xec\xa8\xb6\x4d\xcd\x26\x54\x0a\x06\x3e\xb9\xb1\x62\xa9\xea\xe4\x32\x07\xc1\x82\x88\x58\xa4\x0e\x77\x04\xad\x3b\x00\xf0\xdb\x18\xf1\xb5\xe7\xfa\xa2\xc1\x82\x59\x14\x47\x0c\xe5\x36\xbd\xf0\xb6\xb9\xbd\xaa\x52\x5a\x30\x2a\xbb\x98\xe6\x89\x03\xd8\xc1\x66\x0b\x97\xae\x33\x50\xf9\x0b\x36\x25\xc7\x71\x39\xd7\xf4\x18\x72\xc0\xfa\xa2\xc9\x51\x51\x53\x0a\x35\xa6\x80\x6b\x7f\x6b\xed\xb2\xf7\x35\xab\xdf\x7c\x04\xfd\x62\xaf\x17\x9b\x4b\xfc\xeb\x20\xec\x35\x78\xc4\xdd\xbe\x0c\x29\x7a\x22\xcb\xd7\x71\x53\x9a\x4e\xe0\xaa\x9b\x39\xee\xd7\x72\xda\xd3\x32\x2e\x10\x5e\x91\x13\xaa\x51\x72\xf5\xb5\xf1\x8b\xfa\xad\x45\xe1\xde\x26\xdb\x77\x90\x04\xf7\x88\x1d\xd2\xe4\x88\x38\x42\x9d\x3a\xd4\xe0\x8f\xf1\x74\x03\x36\xf8\x66\x84\x1f\x0b\x47\x41\x79\x41\xbe\x07\x0c\x2b\xa3\xb9\x48\x26\x64\x96\x51\x8c\x47\x9f\x50\x8d\x24\xed\x7d\xdd\x74\xc8\x33\x6e\x20\x93\x0e\xbd\x44\x95\x15\xb6\x1a\x0d\x55\xf7\x1e\xc1\x81\x16\x79\xdc\xcb\x88\x7e\xc7\x78\xac\xa2\x4c\xd4\x73\x46\x64\x15\x47\x36\xfa\x62\xa9\x8b\xa9\x20\x4b\x17\x8d\x55\x6c\x07\x16\x32\x37\x32\x2a\x79\xb5\xd9\xce\xba\x16\xaf\xab\x9f\x97\xd6\xbb\xe6\xa2\xde\xdc\xf5\xef\xc0\x89\x36\x60\xf3\x55\xe8\xa2\xda\x93\x35\xca\x24\x6d\x28\x70\xe1\xdb\x46\x24\xa2\xa6\xb6\x53\x99\x0f\x9b\x90\x2f\x70\x54\xcb\x5b\x5f\x66\xc7\xf7\xe7\x76\x5f\x76\xc1\x98\x01\x52\xc3\x0c\xdf\xcc\xb4\x11\x4d\x9a\x1a\x76\x0c\x9f\xd7\x37\xee\xf0\x1e\xd6\x9e\xf3\x02\xa1\x15\x90\x75\x01\x5f\xc3\x8a\xb4\x35\x45\x12\xff\x9a\x43\x21\xc6\xab\xd1\x2d\xe6\x76\xed\x42\x64\x86\x2f\x52\x58\xfd\x49\xac\xf6\xda\x2b\x3b\x49\x62\x1a\x98\xb1\x64\xfd\x6b\xa6\xda\xee\xad\xfd\x7a\xfd\x03\x59\x2e\x02\x35\x53\x5c\x42\x06\x96\xab\x1c\xb5\x24\x49\xbc\xb6\xdf\x1d\x56\xf2\xd7\x9c\xe5\xcc\xd2\xfe\x30\x4f\xc7\x8b\xb6\xcd\x0d\xa4\xb3\x62\x4a\x13\xf9\x48\xa6\x79\x32\x21\xbe\x71\x92\xb2\x8c\xce\x4b\x53\x03\x79\xc9\xc8\x0c\x40\x37\xb6\xc4\x80\x48\x72\x6d\xe4\x14\x62\xd5\x8a\x76\x55\x2e\x80\xe0\x09\x35\x46\xf1\x61\x6e\x6a\x03\x9c\x4a\xc9\xd0\x5b\x3a\xa8\x6e\xaf\x3b\x67\xdd\xf7\xdd\x8a\x77\xa8\x7d\xfb\x73\xfc\xef\xcf\x57\x37\x3f\xbf\xbf\xb8\xfa\x1c\xff\x76\xd1\xbe\xbb\x3c\xfb\x69\x70\x7d\xd1\xbe\x8c\x7f\x3e\x6f\xf7\xda\xb7\x9d\x55\x6e\xa5\xc5\x5e\x9b\x37\x82\x46\xb9\xda\x56\x76\x71\x86\x4b\xf0\xe8\x79\xed\xd2\xf5\x7a\x4a\xda\x3e\x73\x3d\x2e\xed\x41\xbd\xab\x0f\x5c\xd4\x58\x6b\xc4\x79\x04\xa1\x94\x36\xd6\x6e\x6a\x91\x36\xf1\x35\xb8\x20\x9e\x51\x5b\x61\xc1\xe5\xf5\xda\xdd\xc1\x26\xac\xc4\x90\x14\x9a\x5b\x81\x1f\x2d\x47\x2e\xa1\x3e\x63\x31\x88\x91\xab\xb7\xda\xea\x8b\xce\x03\x13\x26\x07\x84\x15\x9a\x65\xbe\x54\x9a\x7f\x21\x4a\x7f\xf3\xa3\xd4\x7c\xca\x33\xaa\x0a\xa8\xdf\x2b\xd7\x16\x08\xec\x7e\xac\x21\xdd\x71\x11\xff\xd1\x2b\x0f\x77\x5d\x02\xe3\x3e\xbb\xe8\x82\x08\x94\x18\x0f\x92\xe7\x3b\xef\x0b\xcc\xd8\x76\x3d\x4e\x29\xc4\xd8\x1a\xe9\xec\x69\xd8\x7d\x63\xe9\xd8\x9b\x1a\xa8\xdd\x2d\x10\x01\xd0\xf2\xfc\x54\xd1\x32\x61\x90\xfe\x8f\x8e\x30\x6a\xbe\x09\x04\x33\x49\x99\x06\xd9\xd4\x05\xc6\x94\xe1\x7f\xd1\xdc\x41\x7c\xeb\x97\x20\xec\xf8\xc0\x2d\x67\x8d\x0f\x46\x77\x06\x80\xe5\x0d\xf2\x77\x66\x2f\xa1\x97\xba\x0e\x71\x7a\x19\xac\xc2\x50\xe6\x22\xf5\xb5\x4b\xa7\x5c\x9c\x4c\xe9\x97\xb7\x7e\xa6\x8f\x13\xee\x14\x90\x22\x15\x97\x65\x56\x13\x99\x5b\x26\xb7\x7c\xb9\xfa\x62\xc9\x7a\xad\x96\x16\x3d\x67\x05\xb5\xa7\xd0\x51\x31\x18\xe9\x81\xcd\xeb\xf6\x6f\x01\xa5\x11\x03\x9e\xdc\x81\x87\x46\x66\x8a\x41\xa9\xee\x10\xea\x94\x61\x08\x5b\xf8\x37\x84\xd2\x96\xd0\x9e\xeb\x99\x77\xec\xe6\xdd\xe9\xdc\xd4\x3a\x98\x9f\x00\x67\xd3\xf5\x64\x37\x0d\xdd\xcd\xde\xd2\xe9\x42\x87\x9d\x1f\xcd\xee\xd6\xdf\xe5\x10\x0a\x4a\x6a\x5f\xcc\x45\x31\xb0\x6c\xc3\x5e\x78\x60\x20\xc8\xd8\x5c\xf0\x61\x7b\x1a\xc8\x98\x06\x7b\x2f\x14\x3b\x66\xbf\xe6\xce\x65\xf7\xe3\x0f\x9b\x5d\xb4\x46\xcd\x89\x87\x20\x8b\x23\xbd\x5d\xa2\x83\xbb\x74\x61\x5c\xb9\xe0\x75\x69\xdc\x37\x58\xe6\xf7\x79\xab\xa9\x57\x3a\x75\xff\x5c\x19\x0c\xef\x2d\xb1\xae\x34\xf1\x93\xe1\x5e\x7c\xaa\xc0\x5d\xb8\xee\x20\xc6\xd5\xb5\x1e\xdf\x68\x43\x9a\xdc\x3f\x52\x95\xa2\xb1\x10\xc2\x0f\x5a\xe4\x27\xf9\xc8\x1e\x98\x3a\x22\x09\x53\x86\xba\x4c\x58\x0d\xfe\x57\x38\x50\xae\x9d\xbe\x80\xb0\x6f\x4c\x2b\x16\x50\x08\xc7\xf0\xf1\xc4\x2a\x94\x91\xf7\x5c\x2a\xcb\x8f\x0c\xc2\x0c\xcc\x58\x82\xf1\xfe\x4d\x41\xce\xa3\x8c\x3e\x2c\xa6\xf6\x6e\x93\xb5\x19\xd5\xfc\xf6\xee\x29\xe7\xab\x59\x1a\xef\xe0\x4b\x47\x23\xd7\x9c\xcd\xcd\x44\x8a\x23\x32\x96\x19\x15\xe3\x56\xab\x45\x98\x49\x5a\x6f\x37\x22\x74\xd7\x60\xec\xf0\x0a\xc1\x9a\x99\xd4\x2c\x9b\x07\x80\xce\x10\x54\x6f\x57\x19\x82\xf8\x35\x47\x93\x47\x0d\xf5\xdf\x56\x93\x3f\x9f\xd7\x74\x5e\xaf\xa9\x6e\x9c\x45\xd2\xd0\x0e\x00\x77\x6e\xd0\x12\xbe\x5f\xaf\x79\x6d\x90\x15\xe5\xa1\xb0\x8b\xec\xa8\x06\x64\x1c\x29\x36\x4d\xf9\xf9\x24\x9b\x6a\xc6\x6c\x95\xcd\x5e\xdb\x92\xcb\x3d\xde\x2a\x09\x66\x91\xa2\x6b\x28\x2e\xe4\x8b\xed\x84\x9c\x91\xe5\xd3\xc5\xc2\x87\xfb\x92\xa2\x8a\x41\xe2\x5f\x67\xd0\xdd\xda\x52\x54\x51\x1a\x47\x2a\x4c\xd4\x71\xe3\x45\x5b\x28\x12\x13\x70\x4b\xc5\x35\xe4\xf0\x6f\x93\x4b\x13\x9a\xc1\xa6\xc1\x65\x03\xb5\x93\xa1\x58\x99\x92\x62\x9c\xcd\x31\x3d\xc8\x9b\xf8\xdd\x27\x1a\x45\x1d\xf0\xf3\x34\x73\x86\x6a\x20\xd1\xc6\x7b\x04\xb8\x81\x5b\x39\xb7\x40\x74\x88\xb0\xab\x5c\xa4\x03\x34\xe8\x0b\xb9\x4a\x32\xf2\x99\x19\xf7\x2c\x02\xa3\x4f\x01\xd5\xea\xb1\x45\xde\x4b\x05\x88\xf3\xce\x71\xeb\x7c\xeb\xc5\xad\x65\x8a\x4e\xd0\x40\xfc\xf0\xa3\x0f\xa9\xc0\x19\x62\x13\x00\x1d\x9b\x52\x61\x6a\x1b\x28\x22\x8e\xa0\x2d\xfc\xe4\x93\x55\x85\x6b\x5f\x77\xed\xc3\xab\x7d\x61\xdf\x6d\x7f\xbe\x25\xb8\xd4\x0e\xff\x48\x2d\x1b\x68\xd4\xc8\xea\xa0\x0e\x58\xae\xc1\x16\xd2\x40\x69\x1f\x70\xd1\x3d\x00\x96\x5d\x76\x66\x92\x49\x71\xfb\x94\x6b\x32\x38\x08\x60\x37\xcf\x69\x81\xe8\x84\xf1\x72\x71\xe0\x91\x2b\xfb\x19\xd4\x58\x29\x18\x58\xea\xa9\x21\xa9\x8c\x9b\x25\xdc\xac\x8e\xee\xd8\x10\x05\x62\x15\xa9\x19\x89\x5e\x7b\x37\xcf\x92\xc3\x05\xc4\x4a\x8e\x39\xf5\x3e\x34\x4e\x44\xe5\x78\x16\x70\x88\xca\x59\x8a\x7d\x51\xee\x6a\x61\x91\x7c\xf8\x05\x57\x0c\xe1\x43\xb4\xbd\xc2\x0d\x7f\xb0\x07\x75\x91\xac\x03\x81\x02\x07\x58\xa4\xbd\xbe\xc0\x61\x47\x18\x24\xf7\x6c\xae\x63\xf8\x5a\x47\x51\xa4\x89\x20\xb9\x9d\x8f\x2f\xd3\xba\x72\x2b\x60\xe1\x06\x51\xcd\x9c\xf5\xae\x12\xec\xf4\xa3\xfd\x78\x49\x5c\xd7\x42\xe3\x96\x06\x8b\xbc\x97\xc2\xb0\x54\xd4\x7b\x76\xeb\xec\xf6\xb0\x08\xdd\xa8\xa9\xa7\x54\xd8\xe8\x40\xf9\xb1\x3a\x4e\x5f\x38\x98\xa2\xc8\x25\x6a\x19\xce\xe2\xb6\xb9\x7c\x3c\x04\x47\x99\x97\x52\x9c\x01\x42\xca\x17\xfe\xa8\x2f\x63\xe5\xd1\xcf\x5d\xf9\x46\x4c\x61\xf5\x86\x9c\xda\x0e\xb7\x8c\x07\x72\x9b\xdb\x18\x03\x54\x88\xb1\x6e\xe1\x1c\xd0\x16\xe2\x20\xa3\x04\x9c\x30\xbb\x7c\x6d\x51\x1b\x7e\xe3\x83\x6f\x6e\x3b\x67\x37\x9d\xde\xb3\xc5\x08\xf9\x00\x9d\x8d\x83\x84\xfc\x38\xcf\x3b\xef\xdb\x77\x17\xbd\xc1\x79\xf7\xe6\x29\xa2\x84\xdc\xa3\x2d\xc2\x84\x6e\x1d\xfa\xd9\x99\x14\x86\x7d\xd9\xe9\x4e\x56\xb9\x18\xd0\x0d\xc2\xd5\x03\xc2\xe0\x32\x71\x07\x1b\x5d\x44\x6f\x0b\xd0\x6a\x94\xcc\x64\xea\x6f\xb4\x00\xd6\x16\xd5\x25\x1b\xf1\x2c\x83\xa4\xb0\x60\x63\x75\x99\x1e\x76\x51\x81\xff\xf8\x02\x2b\x8e\xa7\xf6\xc5\xb0\x04\x5f\x07\x76\x9f\x89\x94\x1a\xf7\x87\xce\xec\x02\x28\x0e\x39\x41\xcb\x00\xde\xc6\x5c\xb0\x62\x18\x58\xb3\x20\x17\x44\x36\x81\x46\xb9\x4d\x7c\xca\x9c\x3f\x27\x78\xad\x2b\x6b\x7a\x8a\x2b\xd1\xa7\x17\x3f\xfd\xc3\x30\x43\x3c\xc4\x5c\xa0\x60\x5a\x3a\xcd\xb7\xf5\xa4\x7b\x52\x1c\x01\x58\x77\xbb\x93\x14\x0c\xd1\x50\x16\xa0\xd8\x48\xb7\x11\x08\xad\x5a\x58\xa8\xef\x39\x86\x52\xc8\x51\x65\x9d\x2d\x2b\xb4\x6b\xcd\xc1\x5c\x4d\x11\x5e\x9d\x24\x59\xae\xad\xf2\x8f\xaa\x73\xfb\xf3\x6d\x5f\x60\x81\x27\x77\x0b\x39\xf8\x4d\xec\x02\x1d\xf9\xb2\xd4\xbf\x97\x50\x62\x0e\xf6\x3d\x1a\x2a\xa7\x8c\x0a\x8d\x45\x5b\xb2\x8c\xa9\x82\x32\x70\x3c\x8c\xa5\x0e\xb8\x19\x8a\xef\x14\xdf\xbb\xba\x1d\x12\x4e\xad\x1d\xaf\x7b\xea\xea\x56\x54\xe9\xa9\x29\xe7\x10\xa2\x04\x9f\x92\x72\x6a\x82\xd5\xd7\xa5\x22\x17\x60\x59\x4b\x44\xe5\xd0\xf1\xb5\x68\xa9\x87\xcd\x1d\x48\x69\x8f\xa4\xb4\xc6\xbd\x1e\xdf\x12\x64\x22\x2d\x03\x0d\xc8\x99\x85\xaf\x31\xe4\x3c\x67\x10\x04\x03\xb5\xc5\xeb\x6e\x9d\x02\x80\x66\x2b\xef\xe3\xe5\xd5\x65\x27\xf6\x1d\x76\x2f\x7b\x9d\x0f\x9d\x9b\x52\x7e\xdb\xc5\x55\xbb\x57\xca\x65\xeb\xdd\x54\x52\xe0\xde\x5d\x5d\x5d\x74\x16\x9c\x90\x9d\x5e\xf7\x63\xa9\xf1\xf3\xbb\x9b\x76\xaf\x7b\x55\x7a\xef\x5d\xf7\xb2\x7d\xf3\x4b\xfc\x4b\xe7\xe6\xe6\xea\xa6\xd2\xdf\xdd\xd9\x72\x77\x66\x69\x1a\xf5\xaa\x78\xe1\x2d\x89\xb0\x78\xea\x96\xb4\x47\xf5\xfd\x9e\x33\x3b\x21\x93\x79\x93\xcc\xcc\xda\x44\xcc\x92\x55\x2a\x65\x83\xed\x92\x3e\x9b\x12\x57\x6b\xfb\x51\xcc\xa8\xf9\x80\x1a\xc3\xa6\xb3\xdd\xca\x88\xad\x7f\x44\x36\xcb\x27\x05\xfe\xb2\x46\x3e\x69\x69\x57\x5f\x4e\x3e\x69\x4d\xaa\xe8\x62\x3e\x69\xf7\xb2\xdb\xeb\xb6\x2f\xba\xff\xa7\xd2\xe2\xe7\x76\xb7\xd7\xbd\xfc\x30\x78\x7f\x75\x33\xb8\xe9\xdc\x5e\xdd\xdd\x9c\x75\x96\x07\x94\x2f\x8e\xbe\x50\xda\x8e\x49\xdc\xcf\x29\xe9\x45\xe2\x34\xba\x05\x9c\xb6\x66\x57\x1c\xd0\x87\xb9\x01\x88\x1f\x2e\xc6\x47\x50\xe8\xea\x94\x74\x94\xea\x4e\xe9\x98\x5d\xe7\x59\x06\x4a\x2f\xfa\xe0\xce\x14\xa3\x06\x5e\xbb\x96\x69\x37\xfa\x0e\x22\x07\x6a\xa7\x01\xfd\xbb\xb2\x71\xd8\xfd\x91\xeb\x3f\x52\xf1\x42\x54\x82\x33\x71\x84\xa2\x9e\xa7\x00\x9c\x2c\x47\xae\x02\xc6\x51\xf0\x71\x92\x5f\x73\x69\x28\x61\x5f\x12\x48\xa2\xa8\xa7\x93\x0b\xb9\x53\xd9\xb7\xd5\x35\x2a\xea\xcf\xf4\xea\xbc\xb3\x7a\x4d\x1e\x51\xd3\x06\x9b\x54\x5d\x72\xb3\xfc\x88\x9f\xba\x42\x4b\xf5\x02\x91\xc9\xf6\x10\xd4\x75\x21\xc7\xf5\x08\x45\x90\xf5\xe6\x60\x95\x8a\x02\x01\x10\x22\x2a\xc7\x44\x73\x71\xdf\x17\x9f\x27\x4c\x10\x99\x2b\xfc\xc9\x48\x05\x60\x57\xa3\x2c\xd7\x13\x06\xe5\x1d\x8f\xc8\x23\x23\x53\x3a\xc7\x50\xd1\xa9\x54\x11\x66\x13\x90\x8c\x25\x4e\xf8\x3a\xe3\xc2\x72\x8b\x19\xf7\x2e\x84\xea\xd6\xef\xc3\xc3\xe8\x53\x88\xe8\xee\x19\xbe\xeb\xc5\x49\x3d\x4e\x18\x84\x88\x14\xd6\x2d\xaf\xc6\x39\xce\x0d\xf8\x95\x52\xde\x5b\xcd\xcc\x27\x1b\x7e\xe7\x11\x3a\x60\xb9\x1f\x24\x4f\x49\x9a\xcf\x32\x9e\x04\xbe\xfb\x28\x55\x63\x46\x35\xba\xba\x36\xc8\xa8\xae\x38\x70\x97\x4d\xac\xc6\x8f\x16\xd9\x3b\x96\xe4\x56\x3f\x71\x76\x79\x54\xae\x26\xd7\x4c\x1d\x1b\xc5\xc7\x63\x70\x1c\x78\xaf\xfc\xcb\x4f\x3f\x2f\xd2\xdb\x76\x77\x40\xc7\xf1\x61\x99\x1c\xf3\x84\x66\xb1\x09\xba\x90\x5d\x43\x7e\xab\x3f\xf6\xb3\x5c\x61\x99\xd0\x51\x91\x63\xd8\x18\xb7\xef\x6b\x33\x0f\xb0\x02\xd0\xee\x95\x89\xba\x23\xac\x86\xe9\x30\xf4\x8b\x00\x4a\x5f\x85\xc4\xdf\x70\x45\xdf\x1e\xb2\x0d\xd1\x92\xa1\xea\x26\x91\x8f\x50\xc1\xcc\x6a\x23\x56\x38\xb7\x33\x15\x12\x64\x93\x00\xe3\x16\xac\xc8\x1e\xe8\x6e\x14\xcc\xe5\x18\xe4\x82\x85\xe3\xbf\x3e\x5c\x40\x61\x69\xb7\x53\x0f\xa7\xb4\x96\x45\xee\x8a\xe9\x16\x9c\x40\xdb\x4a\xc4\xcb\x9d\x7a\xe3\x4c\x0e\xb1\x84\xda\x02\xda\x5b\x7c\xeb\x6c\x16\xc1\x32\x72\x98\x7c\xe5\x3b\xcb\xa3\x26\x40\xfe\x84\x5c\x82\xa2\x1d\x57\x12\xdf\x29\x26\xfe\x09\x16\x2c\x37\x32\x2a\x5a\x67\x27\xd7\x0d\xb5\xeb\xbc\xab\x04\xa8\xa2\x9b\xd6\x56\x40\x29\x4e\x8c\x5f\xf9\x26\xee\x5c\xe3\x44\xdf\x08\xcd\x6f\xa6\x98\x0f\x9f\x98\x33\x13\xa2\x26\x32\x8f\xdd\x04\xc9\xe4\x61\xd6\xe5\xb0\x31\x1f\x18\x12\x42\x7d\x01\x03\x22\x14\x54\x9c\xce\xa4\x60\xc2\x19\x37\x84\xec\x0b\xd7\xb8\xc7\x06\x0d\xb5\x6d\x4a\x3e\xa4\x23\xa7\x83\xb8\x2a\xaa\x5a\x66\x0f\xce\x4e\x19\x65\xf4\x03\x76\x97\x1d\xe0\x99\x65\xe7\x56\x78\xa1\x22\x0d\x0e\x05\x30\xb1\x54\x00\x32\x15\x1b\x73\x6d\x58\xec\x76\x8b\xbf\xdf\x1b\x68\x60\x49\xde\x59\xb6\xf4\x8d\xa0\x81\xab\x18\xd7\x88\x26\x9b\x80\x77\xcd\x67\x2c\xed\x86\xef\x96\x13\x43\xc9\x77\x9e\x46\xb1\x85\xa5\x43\x8e\x34\xe0\xcb\x24\x43\x20\xad\x0e\xb9\xf8\x61\x93\x42\xb5\x24\x0f\xe8\x05\x5b\x34\xa6\x39\x55\x54\x18\xc6\x74\x5f\x60\x94\x31\xa6\x40\x94\x62\x9e\x46\x25\x98\xc8\x42\x96\x4a\xa4\x36\x18\x60\x09\x9f\x8c\x28\xcf\x72\xd5\x28\x22\x20\x59\x6e\x15\xcd\xb1\x6c\x99\xce\xa0\x59\x52\xb7\x6b\xc1\x35\x1c\x1d\xa3\x10\x94\xe4\x2b\xba\xf8\xaa\x33\x65\xcf\x69\x13\xde\xaf\x53\xf6\xd6\xdf\xf0\xa0\x1f\x2e\xc1\x7f\xb3\xdb\xbb\x4a\x56\x59\x6d\x80\xf8\xd3\x1f\x57\x43\xbf\x36\x72\x0a\xa0\x91\x09\x15\x29\xd4\x71\xa3\x26\x32\x37\xe0\xde\x3a\x8a\x03\x40\x3d\xe3\x59\x51\xb3\x6f\x02\x4c\x7d\x83\x64\xc1\x4f\xb4\x62\xb5\xaa\x0e\xa6\x15\xfe\x86\x52\x2f\x65\xb7\x4f\x9d\xb9\xb1\x08\xbf\x75\xc8\x8e\xe1\x78\x34\xef\x77\xb9\x3c\x3a\x59\x72\xa3\xc1\xb3\xf5\x12\xe1\xd6\xc5\xba\x2c\xea\xf6\x2d\xf2\xa5\xc4\xd1\xbd\xbb\x2d\x02\xba\xe5\x8e\x94\x8f\xe5\xfe\x35\x2b\xa5\x1b\xf6\x85\x83\x7e\x85\x17\x11\x3f\x18\x23\x6a\x35\xf9\x31\xf8\x0e\x7f\xfc\x0f\x1f\x4f\x39\x27\x23\x58\x6b\x08\x5a\x96\x49\x92\x2b\x80\xda\xf4\x15\x1e\x19\xde\x04\x9b\x64\x85\xb7\xf1\xfe\xd3\xc0\x0f\x20\x36\xb3\xb9\x5a\x99\xd3\x63\x4a\x93\xea\x81\xf8\x8a\x20\xb6\xe1\xe6\x71\x08\x32\x4a\x1b\xa2\x0d\x9b\xd5\xb2\x80\x92\x88\x53\x66\xde\x3b\x25\xfe\xd5\xc1\xcd\xae\x4e\x30\xfe\x48\x67\xcb\x90\x40\x77\x6e\x71\xd5\x36\x84\x88\xaf\xea\xcd\x04\x28\x98\x00\x8c\xe2\x10\x3c\x17\x57\x2f\x24\x49\x3f\x4b\x60\xf3\x26\xb8\xe4\x21\x57\xde\x21\xfa\x2f\xe3\x6d\xe5\x4f\x37\x0f\xf3\x29\x22\x7a\x5d\x21\x78\x6c\x70\x88\x09\xee\x71\x4e\xfe\x36\x98\x09\xd5\x8d\xf1\x6d\x2d\xd9\x8e\x1d\xf3\x85\x0b\x88\x87\x67\x4c\x17\xfe\xb4\xb0\x44\x9b\x66\x0b\x3f\xc4\xf0\x08\x20\x2e\x15\xe1\x18\x6b\x29\x91\x21\x4b\xf8\x53\x19\xe3\xa2\xb4\xc4\x92\xaf\x05\x06\xb2\x58\x69\x12\x6e\xa8\x94\x09\x69\x18\xa1\x44\xf0\xec\x44\xe4\x59\x76\x72\x29\x85\x65\xcc\x9a\x8f\x31\x84\x04\x8c\x88\x58\x36\xa7\x28\xbf\x52\xb2\x1e\x47\x47\x00\x98\xb3\x1d\x12\x1a\xb6\x8d\xe5\x98\x76\x0b\xb2\x79\x5f\xd8\x2f\xf0\x1e\xc1\xaa\x15\x3c\x44\x9b\x63\x6f\x1e\x46\xd4\xf5\x05\xa9\x97\xf3\xb8\xf1\x1a\x02\x5b\x86\xbc\xb9\x53\x98\xf7\xa1\x1e\xea\x8b\xa9\x87\x2a\x95\x37\xc6\x6e\x50\x19\xb5\xf9\x50\x6d\x5d\x9a\x34\xe8\x26\x41\x6c\x5d\x83\x1e\xbf\xa6\x87\xec\x29\x71\x58\x77\x06\x5d\xf5\x2b\xb5\x0f\x47\xc1\xaf\x98\x83\x3d\x90\x23\x5f\xcf\x74\xfb\xbc\xf1\x35\x2d\xb5\x71\xe2\x4b\x9c\x2d\xbe\x48\x24\x4d\xaa\xaa\x14\x03\xa7\xcc\xae\x37\xd8\xea\x82\x5d\x89\xf7\xf8\xf9\xb5\xcc\x78\xb2\xdc\xbc\xed\xaf\x26\x40\xf9\x5f\x70\x6e\x40\x3d\x0c\x57\x65\x9b\x7a\x0d\x1b\xed\xb6\x86\x25\xa6\xb0\xd6\x2c\x4e\x6e\x13\xeb\x9f\x57\x17\x42\x2b\x00\x4c\x54\x94\x29\xb1\xd7\x0a\xc4\xff\x42\xea\x13\x0a\xd2\x00\x98\x4f\x67\xe0\x4e\x71\xfa\x45\x69\x20\xc0\x9b\x1e\x27\x32\x63\x47\x68\x0e\x02\xdb\x71\x5f\xcc\x98\x4a\xa4\x55\xd2\xa0\x10\x3a\xc6\xcb\xf1\x2c\x2d\x12\x8c\xbf\x07\x57\x16\x18\x9c\xdf\x3a\x14\x15\x16\xcc\x75\xa1\x58\xc5\x6a\xb2\xf5\x48\x8a\xbb\x22\x74\xec\xcb\x36\xbd\x8c\x0a\x3e\x3b\xf7\x16\x2e\x85\x03\x97\xaf\xd8\x5d\xec\xa2\x97\xc6\xb3\xd9\x0e\xb3\x90\x3a\x0a\x17\x0c\x56\x36\x31\x95\x7d\x75\x89\x0c\xd5\xa5\x84\x98\x78\x84\xd0\x41\x9b\xb0\x55\x10\xc1\x05\x49\x51\x0c\x29\x22\x54\xdd\xa6\xf6\x45\x61\x6a\xfa\x4e\xc7\x22\x49\xed\x3e\x63\xc8\x37\x07\x80\xb2\x84\x1d\x91\xef\x4a\x13\xfd\x0e\x62\xa6\x85\x84\xfe\x9c\x81\xa2\xb4\x34\x40\xae\x47\x84\x9b\xbe\xe0\x1a\x29\x53\xb1\x8c\x3d\x50\x57\x1b\xd8\x6b\x85\xce\x7c\xed\x52\xdb\xc3\xb4\xc1\x81\x4a\x5d\x94\x76\x1a\x00\x38\x21\x3a\x49\xc5\xb1\xb7\x14\x62\xbc\xa0\xe2\x40\x2e\x20\x73\x94\x7d\xc1\xba\x0e\x56\xd1\x7d\x60\x4a\xf1\x34\xb5\xdd\x15\x05\x47\x1c\xc6\x17\x54\xb0\x9c\xcb\x1c\xcb\x30\xa5\xe0\x2a\xa1\x21\x97\x30\x04\x42\x71\x14\x46\x87\xd2\x4c\x4a\x1b\xe1\x40\x80\xf0\x24\x31\xab\x62\x1b\xa8\x53\x05\xeb\x2a\x18\x35\x13\xc2\xcd\x11\x44\xb0\x79\xc6\xd1\x17\x34\x75\x18\x8a\xae\x39\xbb\x34\x40\xf7\x4b\xf6\xd9\x3d\x1f\xca\x87\x65\x32\xdd\xae\xfe\x11\x3c\xd5\xb3\x8c\x8a\x01\x32\xd4\xaf\xe0\x21\x89\xf0\x99\x9a\xec\x58\xf9\x70\x10\xea\x1f\xec\x65\x9c\x41\xd2\xb9\x29\xa1\xa6\x59\x11\xce\x77\x74\x54\xad\x52\xec\x25\x73\xc8\x24\xf6\xa6\x7c\x9e\x59\x66\xe1\xac\x64\xeb\x73\x81\xc2\xcb\x43\x2b\x36\x5d\x4f\xad\xab\xdc\x3c\x9e\x02\x5e\xaa\xab\x67\x9d\x9d\xaf\xdc\x21\xd5\x6d\xdf\xdc\xcb\xb0\x20\x30\x6d\xe5\x69\x58\x31\xac\xa7\xf5\x36\x34\x9a\x10\x16\xbd\x0e\x9f\x43\xbd\xa8\x60\x53\xc6\xa8\x01\x46\xb4\xb4\x7a\x8d\xb7\x70\xd4\xe3\x6f\x55\x42\xfc\x9e\x34\x10\xb9\x8c\xd2\xbf\x76\xb2\x24\x16\xae\x22\x5d\x41\xbc\xa5\xe2\x88\xf4\xdf\x20\x65\xe9\xfe\x9b\xff\x9f\xbd\x6b\xe9\x71\x23\x37\xc2\x77\xff\x0a\x22\x17\xdb\x40\x8f\x0c\x24\xc8\x65\x6f\x13\x8f\x8d\x1d\xc3\x71\x26\x1e\x7b\x13\x60\x7b\xa1\xa1\xba\x29\xa9\x63\x8a\x54\xd8\xdd\x9e\xd5\x02\xf9\xef\x01\xab\x8a\xaf\x7e\x48\xad\x87\xbd\x1b\x67\x0f\x86\x01\x8d\xc4\x37\x8b\xf5\xfa\xbe\x42\x02\x72\x47\xe3\xe6\xaa\x62\xd1\xfd\x29\x93\xda\x87\xde\xd3\x8e\xe1\xf2\x70\xe1\xa8\x5a\xd3\x51\xde\xbc\x5f\xb3\x1c\x55\x84\x24\xc5\x8c\x9a\x05\x36\x40\xcf\x24\xda\x9c\x3b\x57\xab\x0a\xa8\x46\x4d\x5b\x34\x61\xc2\xbe\xb4\xcf\x5f\xdc\x0f\xed\x12\x6d\x5b\x7a\x51\x7d\x29\x1d\x6d\x72\xe5\x5a\x0b\x15\x36\xaf\xa5\xec\x35\xd5\xaf\x6a\x15\x9d\x55\xf0\x51\x3b\x8e\x07\xe0\x0e\x09\x09\xe2\x5d\x39\x00\x3e\xef\x85\x08\x04\x94\x33\x16\xea\xaa\x81\xea\xd1\x29\xe0\x14\xd7\x6f\x92\xd2\x15\x2f\x42\xad\x2d\xaa\x58\x53\xb7\x90\x79\xbd\x6c\xad\x38\x8a\xd2\xd3\x73\x05\xb5\xbc\x96\x95\xbd\x24\x6e\x5d\x72\xf5\x57\x4d\x69\xee\xa0\x5e\xb9\x49\xba\xd4\x75\x5a\xb6\xa7\x9e\xea\x82\x3e\xb8\x81\x67\x7b\x89\xa1\xe1\x0e\xf9\x29\xa4\x74\x40\xe2\x59\x66\x75\x0f\x13\x26\x55\x70\x95\xab\x7f\xd9\xe5\x71\x05\xaa\x68\x5b\xf5\x12\x2f\xb1\x23\x8b\x65\xcf\x1e\xb0\xd1\x67\x7f\x7e\xfe\xf0\x1c\xcb\xff\xb5\x35\xd0\x0b\x65\xe9\x13\xe2\x91\x4a\xad\x94\x90\xf6\xe8\x66\xb0\x34\x7a\x83\xc0\x4a\xdf\xc5\xde\x52\x16\x64\xe5\x5c\xba\x70\x7b\xf0\xbc\x5e\xb3\x82\x37\xc5\xfa\xca\x69\x73\x71\xd1\xae\xca\x95\x0f\x23\x9a\x11\xab\x6b\x0d\x83\x75\xac\x05\x66\x36\x9e\xbe\x33\x39\x2f\x76\x0a\x10\x37\xf9\x90\x9c\xca\x98\x24\x17\x0f\x67\x60\xce\x0c\x9a\x9e\xff\xba\xe3\x0e\x09\xee\x52\x72\x11\x2b\xbe\x11\x25\xcb\x11\x6b\x9f\xff\xc1\x6d\x7f\xae\xb6\x8b\x99\xdc\x2d\x9b\x19\xe0\x0e\x66\x76\x59\x66\x00\xb0\x3f\xf0\xd2\xcd\xcb\xbe\xa9\x74\x60\xb9\x47\x8d\xad\x61\x7d\xc7\xaf\x8e\xef\x69\xba\xd2\x82\x2e\x1e\xbf\x3e\xf7\x69\x0c\x28\x05\x7b\x41\x99\x23\x2a\xca\x64\x95\xdc\x48\xb1\x0a\xf7\x13\xeb\x63\xb0\xba\xe1\x4d\x55\x20\x51\x96\xe2\x72\x07\x0c\x3e\x59\xae\xca\xca\xa0\x69\xcd\x8b\x5d\x21\xab\x82\x0a\x2c\xa5\xba\x90\xf8\x2c\x54\xf3\xea\xe7\x46\x18\xc5\xa5\xcb\xbc\xbd\x55\x4b\x7d\x8e\x42\x24\xa8\xbd\x7d\x15\xf5\xa6\x24\x7f\xa5\x2a\x0f\xc0\x84\xb1\xe1\xe0\x61\x2c\x0c\x16\x1b\x06\xb3\xda\x25\x09\xf8\x33\x9e\x11\x67\x07\x07\x14\xc1\xdf\xdb\x85\x96\x82\xfd\xbb\x15\x66\xc7\x6e\x6f\x98\x36\x80\x77\x6c\x34\x7d\x54\x95\x47\x11\x6c\x62\x61\x50\x8a\x05\xfa\x32\xa4\x1d\x85\xa8\x37\xe2\x3a\x50\x0a\x6b\xe3\x0b\x4d\x46\xde\xce\x74\x06\x43\xdb\x95\xc0\x02\x80\x26\xed\x6b\x69\xaf\x63\x80\x84\xe1\xcb\xf2\x71\x44\x73\xf5\xb5\x0b\x53\x27\x67\xf7\x56\xd3\x3a\x99\x53\xeb\xd0\x20\x62\xd2\xb9\x1f\xb4\xa9\x56\x95\xe2\x8d\x36\xec\xd9\x9d\x83\x19\x3d\xf7\xd0\x58\x58\xc5\xe1\x61\x74\xdc\xab\xc7\x2c\x11\xba\x66\x87\x75\x23\x08\x27\x8b\x72\xde\xcf\x03\x3f\x96\xe6\xf3\x60\xba\x84\xfd\x56\xdd\xf0\xcd\x36\xa6\xf9\xf3\xe4\x53\xb4\x32\x12\x17\x81\xb9\x81\x81\x15\x5e\xd5\x21\xe1\x2c\x57\xe4\xbb\xc2\x7d\xd3\x66\x80\xbf\xba\x3b\x4b\x90\xf3\xf3\x13\xb3\xec\xa9\x2c\xe4\xe1\x5f\xef\xf5\xef\xbf\x7f\xeb\x5c\x7a\xe1\xdd\x4e\x1e\x42\x98\xa8\x50\x05\x88\x55\xc8\x26\x5e\x27\x09\xcd\xb9\x0a\xc9\xc4\x2f\xa5\x6e\x4b\x46\xb2\x87\x62\x05\x66\xc6\x2a\x31\xcb\x58\xfd\xa7\xef\x5e\xbc\x98\xcd\x46\x56\xe2\x58\x3e\x19\x7f\xbf\xe1\x77\xc3\x27\x1c\xfe\x36\x98\xac\x7f\xe0\x6a\x25\xd5\x10\xe7\xc7\x19\x8a\x8e\x8d\x07\x4e\x4b\xec\x48\x49\x53\x51\xbb\x5d\xfa\x0a\x91\xe7\x74\xe7\x72\x5a\xf7\x77\xb5\xe5\x46\xa8\x66\x0e\x3d\x1e\xd7\x19\x74\x72\x07\x3f\x4f\x40\x48\x93\x0c\xe2\x1f\x3f\x68\xf4\x73\xb8\x4c\xe4\x9f\xa2\x5a\xae\xc4\xec\x67\x65\xfb\xb3\x0a\xc2\x8e\x91\x4f\xf8\x50\xf1\x4a\x9a\xd0\x09\xab\x17\x4d\x28\x11\x4c\x93\x26\x14\x46\x8f\xa0\x7c\x5f\xa8\xd4\x27\x63\x5a\x41\xe1\x3e\x0b\x4f\x16\x26\xda\x86\xe8\x04\xe3\x0d\xc3\xaa\xce\xbf\x08\xa3\x03\xc2\x94\xd8\xc2\xa3\x86\xf7\x64\xe5\xef\xe6\xa7\xd3\xdf\x20\xad\x1d\x12\xaf\xc4\xcc\x03\xf0\x09\x25\x7b\xa3\x56\xb5\xd8\xb9\xec\xfc\x71\xc2\xe0\xf9\x09\xf5\x14\xfc\x50\x22\x9d\x26\x92\x9e\xce\xf0\xf3\xa2\xd8\x5d\xd0\x17\xa0\xb3\x59\xfd\xdb\xea\x1a\x7c\x4b\x21\x7e\xaa\x33\xdf\x75\x62\xcd\x60\x12\x3f\xfe\xf3\xa7\xd9\x18\xab\x15\x0c\xfd\xe4\xaa\x59\xaf\x5d\x09\x41\x23\x78\x19\xaa\x32\xc4\x45\x17\x0e\x31\x56\x1d\x3c\x90\x67\x68\x32\xe7\xec\x4b\x5f\x57\xf1\x5c\x14\xe1\x88\x57\x65\x4c\x49\xea\x0f\x38\x6d\x8f\x27\xe5\xd7\x4b\x06\x26\xcb\x88\xb6\x34\xa3\x71\x0e\xf4\x70\xc4\xea\x0d\xcb\xa7\xaf\xa4\x07\x8e\xe1\x6e\xa7\x0c\xdf\x19\x19\x77\x5a\xcb\x73\x0d\x0d\x2e\x1d\xcb\xcb\x1c\x40\xf5\xe7\xe8\x09\x78\x00\xbc\x61\x71\x7b\xe3\x9d\x5e\x1e\xc8\x0a\x72\x3a\xa2\xb4\x81\x88\x0c\x0d\x01\xe2\x20\x58\xd2\x69\x3c\x4f\xa1\xde\x0e\xf8\x3d\x8f\xcc\xb7\x80\x36\x30\x60\xe2\xf9\x62\x7b\x86\x4f\x94\x23\xca\xc3\x18\x01\xec\xd3\x19\xe1\x51\x56\x0e\x42\xe0\x3b\x5d\x79\x8b\x27\x06\x05\xfa\x75\x8c\xfa\x76\xeb\x89\xc4\x3b\xd6\x64\xa2\x07\x24\x57\xd1\x63\x81\x68\x1b\x97\xd0\xe2\x57\x6d\xc8\x10\x4a\x8e\xe1\xd9\x86\xd0\x39\xc8\xef\xbd\x66\xec\x4d\x4c\xb0\x00\xee\xd8\x42\x6f\x16\xd6\x18\x41\x62\x24\x8a\x87\xc0\x2b\x77\xed\x50\x80\x1e\xc2\xe4\x5e\x2b\xe4\x54\xeb\xac\xbd\x4f\x26\x89\x31\x4a\xb1\xc8\x1a\x0c\xa3\x8f\xa8\x16\x97\x05\xa9\x0f\xcb\xd9\xeb\xee\x0c\x80\x3b\xfc\x91\xef\x6a\x60\xa3\xb0\x56\xf1\x72\x19\x8a\xed\xc4\x5a\xba\xb7\xd3\x3c\x68\x8b\xa8\x9d\x5a\x22\xa9\xa1\xb9\x54\x54\x6f\x4d\x3a\xde\x8d\x80\xee\x78\x5a\x0f\x2f\xce\x97\x46\xd4\x0f\xaf\x05\xb4\xef\x71\x9f\x44\xed\x9b\x24\x40\x67\x68\x59\xfc\x31\xe4\xad\x8b\x42\x2b\x8f\x15\xbd\x88\xc1\x3a\x80\xb6\x1f\x1e\x2e\xfc\xad\xc7\x09\x7c\xc8\x7a\x3e\xd3\x88\x8f\x9e\x49\xa3\x0b\xe2\x38\x6e\x18\x90\x54\xa1\x38\xb6\x7d\x67\x6c\xc3\x2b\x45\xd7\xa0\x31\x56\x40\x96\x62\xd1\xae\x56\xa3\xb6\xa5\xd4\xab\x2f\x1a\x97\x70\xd8\xf4\xe8\xfb\x23\x39\xf1\x72\x1f\xde\xfa\xc0\x09\xfd\x86\x9c\x08\x7b\xf1\x49\x97\x70\x03\xdc\xba\x9e\xd0\xf7\xbc\xac\xa4\xf8\x3a\x96\xff\x85\xdc\x18\xb7\x53\xdc\x18\x2e\x78\x01\x09\x94\x38\x0f\xef\x5e\xfe\x3f\xf2\x6f\x20\xa8\x64\x5e\xa5\xea\xe5\x9e\x21\x9d\x08\xd4\xf2\xd0\x52\xb8\xac\xc4\x72\x54\x0b\x55\xd6\xc0\xe1\x7d\x79\xe4\x16\xc8\xf6\xf3\x31\x56\x07\x38\xec\xef\xf5\x46\x30\xe8\xaa\x46\xb6\x10\x46\x19\xa0\x19\x04\x3b\xed\x04\x03\xb1\x1c\x5c\x78\x8a\xe6\x15\x6b\xae\x56\xa2\x0c\x2a\xe1\x33\x25\x1e\x99\x95\xb5\x59\x1c\xfd\x89\xb6\x27\x63\xa2\x29\x9e\x13\x4d\x69\x48\x16\x31\xa2\xd0\xa6\x04\xb8\xfe\x8a\x9b\x12\x52\x94\xe8\xc0\x4b\x5e\x7c\x82\x42\x59\xf0\x1c\x61\x8f\x14\xa1\x72\x88\x76\x8c\x9a\x86\xd6\x2a\x55\x20\x65\xa4\xaf\x5d\xed\xc6\x87\x3f\xaf\x19\x2f\x8c\xae\xa9\x92\x2e\xd5\x47\xa2\xc2\x3c\x51\x6d\x12\xe8\x71\xd4\x45\xc1\xeb\xb3\x10\xfa\xd7\x2a\x24\x1c\x88\x9f\xb7\x92\xab\xf4\xc4\xe3\x74\x1b\xc3\x81\xba\x74\x54\x9f\xf3\x40\xbc\xaf\x0a\xdf\x8d\xa9\x07\xc3\xb5\x42\xdd\xce\x08\x5e\xee\x62\xb8\x52\xa5\x88\x4f\x8c\x97\x9b\x4a\xd9\xad\xb7\xaf\x0b\xd6\xaa\x21\xe9\x55\x62\xc5\x73\x89\x71\x5a\xa0\x8b\xb1\x72\x2b\x79\x11\x6b\xa6\x84\x55\x08\xb8\xa9\xe4\x0e\x74\xc0\xad\x11\x57\x51\x3f\xd1\xfd\xa6\x44\xb1\xaa\xce\x15\x8e\x1d\x2a\xdd\x2d\x5b\x89\x9a\x22\xd8\x52\x7e\x02\x74\x0f\x3f\xde\x66\xf6\x91\x68\x88\xa4\x21\xea\x18\xce\xec\x45\x92\x6e\xfa\x56\xcc\x24\xc7\x5c\x80\xd1\x19\xc8\x08\x58\xeb\x47\x97\x19\xf8\xc8\x43\xe0\xf7\x18\x33\xef\x8e\x64\x97\x33\xe1\xa2\x30\x31\x3c\xe8\x09\x51\xfe\x6b\x6d\x88\x48\x01\x84\xc3\x1d\xf1\xf1\x7f\x5f\x7d\x16\x19\xbb\xdf\x72\xf3\x29\x63\x37\x3b\xc5\x37\x55\xf1\x46\x2f\x0e\x5a\x6e\x97\xf0\x5e\x78\x05\xe3\x68\xef\xd6\xa0\x1f\x20\x8b\x70\xf6\x91\x8f\xab\x6f\x67\xbb\x00\x9e\x3d\x31\xc4\xa0\x39\xf6\x40\xba\xa0\xa8\x19\x28\xff\xc3\x2e\xa9\x7f\x8e\xc7\x74\x47\xb5\xd1\xae\x04\x08\xb2\x9a\xd2\x66\x87\x02\x99\x56\x46\x42\xb6\xaf\x9d\xf8\x15\xbc\x7a\xda\xb0\xad\xe4\x8d\x3d\x2b\xae\xc6\x0d\x9e\x0a\x8c\xbd\xa2\xb4\xef\x24\x43\xf7\x16\x75\x54\xc4\x62\xc7\xf3\xad\xd6\x72\xf0\x6d\xbf\xe8\x02\xf6\xfc\x54\x53\x17\xef\x16\x93\xc8\xea\xf8\xc5\x73\xab\x18\x7c\x1e\xc1\x43\x12\xf1\x10\xc3\x69\x2a\x5b\x83\x75\x39\xdc\x72\xcc\x82\x83\x91\x5b\xe5\x1b\x23\xde\xf8\xc8\x2d\x44\xc1\x01\xe6\xea\xb4\x0f\xac\x19\x84\xb5\xc6\xfd\x1b\x3d\xe0\x8d\xa9\xfb\xfd\x8c\xa8\x1c\xd0\xee\xbc\x1a\x42\x3d\x1d\x7b\xb9\x3e\xac\x07\x5d\xac\x38\x72\xe7\x1e\x72\x69\x47\x87\x50\xcd\x2e\xcb\x7a\x5e\x48\x5e\x4f\x4c\xf9\x18\x94\x3b\xb7\xd4\xd0\x4b\x68\x67\xba\xcc\xfc\x1e\xbc\x61\x9b\x89\xc2\x38\x57\xd7\x1e\xd5\x1b\x9e\x71\xaf\x7a\xa0\x98\x45\xa5\xab\xb7\x35\x98\xcb\x14\x20\xe0\x19\xab\xdb\x62\x0d\xd9\x5a\xa9\x9c\x8a\xe5\x56\xff\xc6\x66\xb9\xb2\x0f\x21\xb2\x6e\x71\x88\x88\x3c\xda\xe7\xae\xae\x7e\x11\xfe\xa5\x45\x95\x28\x79\x5c\x17\xdc\x6e\x0d\x51\x67\x77\x15\x11\x97\x38\xc7\xcd\x27\x51\x46\x4e\x9a\x76\x6b\x8d\xcb\x59\xee\x97\x19\xcf\x6f\x28\xf6\x44\x9a\x4d\x1d\x4f\x2c\x56\xc4\x3a\x92\x56\x56\x4b\x51\xec\x8a\x1e\x08\x34\x89\x43\x5e\xce\x1b\x78\x9a\x33\x6c\x1f\x58\x70\xd8\xc6\xf9\x47\x0f\xf0\xc2\xc6\x82\x37\xff\x9b\x09\x11\x23\x78\xb5\x6f\xdd\x9f\x71\x20\x0b\xfa\xf7\xdc\x86\x8b\xda\xfe\x4f\xe2\xff\x9d\x64\x70\xa9\x03\x60\x67\x24\x6e\xea\xdf\x54\xbe\xd4\xa0\x02\xda\xc1\x87\x26\x76\xe8\x24\xc7\xfe\x25\x9c\x66\x77\xbc\x59\xa3\x85\x04\x64\xca\x18\xe4\x69\xec\xeb\x81\xf4\x9e\xe8\x49\x5b\x48\xbd\x00\x4e\xc8\x46\x9b\xd1\x22\xe9\x85\xd4\xf5\x64\x1c\x62\x7f\xc3\x5e\xd2\xcf\xf7\x3a\x66\xf4\x66\x0b\xf9\xae\x46\xd4\x00\x7c\xea\xbb\xaa\x7b\x99\x67\x17\xb1\xe2\xfa\xc3\xb5\x4f\xde\x4d\xcf\x8a\xeb\xd3\xa0\xd8\x23\x0d\xc9\x12\xaf\xf6\x9c\xe9\x31\xf5\xe3\x55\x9c\x31\xca\xa1\xc4\x45\x03\x35\x04\x31\x16\x54\x57\x6a\x25\x45\x67\xbe\x8e\x74\x37\x57\xd7\xf8\x97\xb8\xee\x6b\x20\xd7\xf2\xf9\x08\xc4\xaf\xe8\x73\x4f\x31\x85\x94\x5d\x3b\x48\x18\x40\x8f\x38\xc5\x2a\xbc\xba\x09\xb6\x61\xe6\x0a\xc9\x1a\xab\x4c\xd4\x20\x2b\xeb\x76\x71\x15\x00\x42\xda\x80\x74\x05\xfc\xd8\x96\x1b\x20\xaf\x5d\x57\xb2\xbc\x1a\x00\x81\xa2\x83\x27\xd0\xf6\x38\x0c\x39\x97\x12\x76\x1c\x95\x62\xcc\x4f\xf7\x73\xf7\xed\x58\xdd\x46\xf0\x62\xed\x73\xa3\x31\x6e\xd6\xd1\x24\x12\x79\x91\x68\x8a\xbf\x76\x5c\x7d\x42\xe0\x7a\x84\x3b\xef\xdb\x97\x13\xc9\x9a\x4d\x91\x13\x1f\x52\xbd\xd2\xdd\x1a\xab\x19\x93\xe4\x18\x5b\xaa\x7a\x8e\xd1\xc3\xaf\x00\xa0\x0d\x66\x71\xbd\xe5\x8f\x8a\x60\x39\x47\xe5\x27\x4f\x93\x0f\xc3\xa4\xdc\x56\x3e\xf4\x32\x0a\xe2\x0a\xd1\x68\x7c\x35\x95\x67\x22\xcc\x22\xca\x55\x2e\x65\xcc\xa5\x13\xec\xe0\x5c\x05\x6b\xa9\x66\x8f\x42\x4a\xfb\x7f\xd1\x15\xdc\x04\xc3\x2a\x21\xb5\x5d\x64\x0e\x43\x42\xf8\x6b\xf2\xcf\x5e\xa1\x55\x32\x5a\xf2\xbb\x77\x9b\x93\xc4\xc1\x33\x2e\x74\xc1\x8b\xb5\x98\xdb\xa1\xb5\x47\x00\x0d\xa8\x7e\xf5\x4b\xfb\xe3\x7b\xfc\xed\xde\xc7\x8c\x6f\x9b\xd6\x50\xea\x1d\xf6\x05\x79\x45\xbc\x00\xbc\xac\x77\x47\x1d\xba\xde\x05\x76\x3b\x1f\x28\xe7\x75\x70\xac\xc3\xbe\xc8\xa8\xd2\x17\x5c\x66\x87\x62\x28\xb8\x31\x2e\x57\x90\x7a\x65\xdc\x34\xd5\x92\x17\x89\xfb\x70\x12\x83\x46\xf2\x42\x62\x8b\x35\x44\xb5\x42\x85\x64\x27\xca\x39\xf3\x4c\xa7\xe3\xfb\x3f\x98\xa7\x7a\x09\xeb\xf0\xf6\x42\xc6\xe1\xd1\x8b\xc2\x59\x02\x62\x1e\x9c\x7a\x54\x30\xf3\x8c\xb9\x9e\x98\xbd\x7d\x1c\xc7\x55\x54\xc5\x72\xba\x84\xeb\x51\x4b\x52\x05\x47\xac\x79\x47\x48\xd0\xa6\x0b\x5d\x82\x25\xc4\x2c\xcf\xcf\xa2\x0c\xb0\xae\x08\xdb\x6f\x9f\x28\xbe\x12\x6c\x23\xca\xaa\xed\x52\xa8\xed\xcf\x48\xfe\x5d\xb0\xfc\x86\x04\xcb\xf8\xbe\x7d\x31\x81\x70\x31\x77\xd1\x14\x89\xf0\x5a\x9b\x00\x28\x7b\x07\x46\xfe\xa3\xc0\x6a\x39\x8d\xc6\x38\xed\x30\x33\x7b\x04\x98\xe7\xcd\xd3\xda\x7b\xe4\xd3\x93\xee\xa2\xe2\x6f\xab\xba\xf9\x81\xcb\xf6\x2c\x94\x3c\xe4\xc6\x7e\xb1\x98\x87\x1b\x2a\x0e\x33\xfa\xc5\x5e\x57\xfd\xfb\xd4\x99\x6e\x85\x03\x86\xad\x00\x4d\xe7\xb8\xe7\xec\xb8\x8f\x51\xbc\x1e\xfc\x7a\x3d\xe0\x03\xf5\x68\xf8\x76\x2b\x8c\xf3\x10\xf7\x9c\xf8\x40\xe4\x06\xbd\xe4\x0a\x0d\x9d\x37\xf7\x7f\x7b\x17\x34\xae\xe0\xff\xe8\x34\x0d\x5f\x83\xa5\x9b\x0d\xef\xdc\xbb\x56\xca\xd1\x9d\x9b\x50\x72\xe8\xe3\xdb\xb7\xf3\x1f\xae\xdf\x7e\x7c\xb5\x97\x83\x29\xfa\xda\xe8\x9a\xf8\x91\xd0\x9a\xa0\xfa\xd9\x80\xca\xd9\x6e\x84\x71\xe9\xa9\x61\xd6\xf8\xca\xb7\x52\xa6\x5c\x5c\xb9\x7a\xa0\x76\x20\x94\xdb\x2a\x34\x0f\x73\xc5\xf6\x2e\x5c\xda\x3f\x7c\xed\xc1\x36\xfe\x80\xbf\xbd\x62\x61\x12\xdf\xb1\x77\xbe\xd7\x91\x75\xa5\x3c\x91\x33\xae\x03\x52\x82\x8d\x5d\x87\x4b\xb3\x0d\x9e\x76\x3d\x3e\x2a\x57\x6e\x99\x48\x02\x2f\x72\x3b\x70\xed\x1e\x52\xd7\x83\x17\xf7\x25\xbe\xcf\xd0\x6e\x86\x1c\x71\x58\x19\xd6\xd3\xa8\xe5\x8a\x4a\x86\x71\x40\x73\x8c\x8e\x89\xdd\x52\xdc\x44\x72\xb5\x6a\xf9\x4a\xd4\x19\x73\x9d\xe7\x6a\x53\xad\xd6\x00\xaa\x0f\xb5\x76\x31\xeb\x94\x37\xd5\x67\xd1\x39\x42\x18\xf2\x26\x1c\xa9\xb5\x74\x72\x45\x73\x52\xab\xd0\x3c\x46\xc3\xdf\xdc\xfb\xe9\xd8\x93\xe6\x1b\x22\x9a\x3b\x95\x2b\x57\x0d\x19\xb8\x8c\xc8\x26\x03\xc7\x2d\xd4\x37\x4d\x8e\x2e\x37\xc2\x31\x6b\x82\x4c\x5f\x81\x75\x98\x2b\x9f\x7a\x09\x1b\x9b\x54\x2a\xc0\x1c\x19\x1c\xd2\x61\x79\xe2\x36\xc3\xdd\x09\x1a\xdb\xf0\xa9\x3f\xfb\x0d\xb0\x17\x6e\xfe\xb9\xd3\xca\x84\x63\x1b\xc4\xd8\x01\x69\x1e\x0e\x94\xea\x5e\x61\xd6\xcd\xc7\x87\x7c\xdb\xe1\xd1\xb8\x79\xe1\x77\x46\x83\x0d\xba\x5d\xc8\x23\x86\x84\xdf\xdf\x3b\x28\x14\xc9\xfb\x07\x35\xc1\x21\xf3\xbe\x73\xb5\xec\x31\xdd\xd7\xed\x42\xeb\x91\x7d\xb9\xa0\x6b\x23\x19\x14\xfd\xe0\xd0\x62\xb4\x45\x73\xca\x79\x99\x90\xc6\xd7\x5d\x22\x27\x7d\xf6\x0d\x48\x56\xf5\x49\xc3\x09\xfa\xd3\xe4\x11\x79\x0d\x81\x1e\xbb\xa3\x24\x2c\xbd\x73\x89\x80\x1d\x11\x93\x64\x50\x93\x3b\x55\x54\x28\x5e\x14\xd4\x04\xe3\x94\x93\x9e\xf9\x43\x94\x85\x9d\xcb\x60\x90\x45\x6b\x6a\x2b\x2e\x49\xde\x91\xd4\xb6\xe6\x69\xae\x1c\xd1\x8a\x13\xc7\xd7\x0e\xf9\x6e\xfc\xa7\x98\x1a\xb9\x45\x9a\x02\xd0\x58\x9b\x50\x56\x9b\x37\xb9\x02\x36\x5b\x05\xae\x9f\x45\x0d\x3c\x53\xc4\xd9\x4a\x7f\x88\x6a\xc2\x70\x85\x05\xc4\x0e\xcb\xbc\x8e\x1a\x90\xbc\xf3\x4f\xec\xbf\xff\x3c\xf9\x6f\x00\x00\x00\xff\xff\x6c\xad\x45\xa2\x2a\x92\x03\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: 233434, mode: os.FileMode(420), modTime: time.Unix(1562572800, 0)} + info := bindataFileInfo{name: "admin.swagger.json", size: 234026, mode: os.FileMode(420), modTime: time.Unix(1562572800, 0)} a := &asset{bytes: bytes, info: info} return a, nil } diff --git a/flyteidl/gen/pb-java/flyteidl/core/Security.java b/flyteidl/gen/pb-java/flyteidl/core/Security.java index b5f7de48f06..19b7b54d4eb 100644 --- a/flyteidl/gen/pb-java/flyteidl/core/Security.java +++ b/flyteidl/gen/pb-java/flyteidl/core/Security.java @@ -20,45 +20,73 @@ public interface SecretOrBuilder extends /** *
-     * The name of the secret to mount. This has to match an existing secret in the system. It's up to the implementation
-     * of the secret management system to require case sensitivity.
+     * The name of the secret group where to find the key referenced below. For K8s secrets, this should be the name of
+     * the v1/secret object. For Confidant, this should be the Credential name. For Vault, this should be the secret name.
+     * For AWS Secret Manager, this should be the name of the secret.
      * +required
      * 
* - * string key = 1; + * string group = 1; */ - java.lang.String getKey(); + java.lang.String getGroup(); /** *
-     * The name of the secret to mount. This has to match an existing secret in the system. It's up to the implementation
-     * of the secret management system to require case sensitivity.
+     * The name of the secret group where to find the key referenced below. For K8s secrets, this should be the name of
+     * the v1/secret object. For Confidant, this should be the Credential name. For Vault, this should be the secret name.
+     * For AWS Secret Manager, this should be the name of the secret.
      * +required
      * 
* - * string key = 1; + * string group = 1; */ com.google.protobuf.ByteString - getKeyBytes(); + getGroupBytes(); /** *
-     * The name of the secret group where to find the key referenced above.
+     * The group version to fetch. This is not supported in all secret management systems. It'll be ignored for the ones
+     * that do not support it.
      * +optional
      * 
* - * string group = 2; + * string group_version = 2; */ - java.lang.String getGroup(); + java.lang.String getGroupVersion(); /** *
-     * The name of the secret group where to find the key referenced above.
+     * The group version to fetch. This is not supported in all secret management systems. It'll be ignored for the ones
+     * that do not support it.
      * +optional
      * 
* - * string group = 2; + * string group_version = 2; */ com.google.protobuf.ByteString - getGroupBytes(); + getGroupVersionBytes(); + + /** + *
+     * The name of the secret to mount. This has to match an existing secret in the system. It's up to the implementation
+     * of the secret management system to require case sensitivity. For K8s secrets, Confidant and Vault, this should
+     * match one of the keys inside the secret. For AWS Secret Manager, it's ignored.
+     * +optional
+     * 
+ * + * string key = 3; + */ + java.lang.String getKey(); + /** + *
+     * The name of the secret to mount. This has to match an existing secret in the system. It's up to the implementation
+     * of the secret management system to require case sensitivity. For K8s secrets, Confidant and Vault, this should
+     * match one of the keys inside the secret. For AWS Secret Manager, it's ignored.
+     * +optional
+     * 
+ * + * string key = 3; + */ + com.google.protobuf.ByteString + getKeyBytes(); /** *
@@ -68,7 +96,7 @@ public interface SecretOrBuilder extends
      * +optional
      * 
* - * .flyteidl.core.Secret.MountType mount_requirement = 3; + * .flyteidl.core.Secret.MountType mount_requirement = 4; */ int getMountRequirementValue(); /** @@ -79,7 +107,7 @@ public interface SecretOrBuilder extends * +optional * * - * .flyteidl.core.Secret.MountType mount_requirement = 3; + * .flyteidl.core.Secret.MountType mount_requirement = 4; */ flyteidl.core.Security.Secret.MountType getMountRequirement(); } @@ -104,8 +132,9 @@ private Secret(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private Secret() { - key_ = ""; group_ = ""; + groupVersion_ = ""; + key_ = ""; mountRequirement_ = 0; } @@ -136,16 +165,22 @@ private Secret( case 10: { java.lang.String s = input.readStringRequireUtf8(); - key_ = s; + group_ = s; break; } case 18: { java.lang.String s = input.readStringRequireUtf8(); - group_ = s; + groupVersion_ = s; + break; + } + case 26: { + java.lang.String s = input.readStringRequireUtf8(); + + key_ = s; break; } - case 24: { + case 32: { int rawValue = input.readEnum(); mountRequirement_ = rawValue; @@ -314,97 +349,149 @@ private MountType(int value) { // @@protoc_insertion_point(enum_scope:flyteidl.core.Secret.MountType) } - public static final int KEY_FIELD_NUMBER = 1; - private volatile java.lang.Object key_; + public static final int GROUP_FIELD_NUMBER = 1; + private volatile java.lang.Object group_; /** *
-     * The name of the secret to mount. This has to match an existing secret in the system. It's up to the implementation
-     * of the secret management system to require case sensitivity.
+     * The name of the secret group where to find the key referenced below. For K8s secrets, this should be the name of
+     * the v1/secret object. For Confidant, this should be the Credential name. For Vault, this should be the secret name.
+     * For AWS Secret Manager, this should be the name of the secret.
      * +required
      * 
* - * string key = 1; + * string group = 1; */ - public java.lang.String getKey() { - java.lang.Object ref = key_; + public java.lang.String getGroup() { + java.lang.Object ref = group_; 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(); - key_ = s; + group_ = s; return s; } } /** *
-     * The name of the secret to mount. This has to match an existing secret in the system. It's up to the implementation
-     * of the secret management system to require case sensitivity.
+     * The name of the secret group where to find the key referenced below. For K8s secrets, this should be the name of
+     * the v1/secret object. For Confidant, this should be the Credential name. For Vault, this should be the secret name.
+     * For AWS Secret Manager, this should be the name of the secret.
      * +required
      * 
* - * string key = 1; + * string group = 1; */ public com.google.protobuf.ByteString - getKeyBytes() { - java.lang.Object ref = key_; + getGroupBytes() { + java.lang.Object ref = group_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); - key_ = b; + group_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } - public static final int GROUP_FIELD_NUMBER = 2; - private volatile java.lang.Object group_; + public static final int GROUP_VERSION_FIELD_NUMBER = 2; + private volatile java.lang.Object groupVersion_; /** *
-     * The name of the secret group where to find the key referenced above.
+     * The group version to fetch. This is not supported in all secret management systems. It'll be ignored for the ones
+     * that do not support it.
      * +optional
      * 
* - * string group = 2; + * string group_version = 2; */ - public java.lang.String getGroup() { - java.lang.Object ref = group_; + public java.lang.String getGroupVersion() { + java.lang.Object ref = groupVersion_; 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(); - group_ = s; + groupVersion_ = s; return s; } } /** *
-     * The name of the secret group where to find the key referenced above.
+     * The group version to fetch. This is not supported in all secret management systems. It'll be ignored for the ones
+     * that do not support it.
      * +optional
      * 
* - * string group = 2; + * string group_version = 2; */ public com.google.protobuf.ByteString - getGroupBytes() { - java.lang.Object ref = group_; + getGroupVersionBytes() { + java.lang.Object ref = groupVersion_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); - group_ = b; + groupVersion_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } - public static final int MOUNT_REQUIREMENT_FIELD_NUMBER = 3; + public static final int KEY_FIELD_NUMBER = 3; + private volatile java.lang.Object key_; + /** + *
+     * The name of the secret to mount. This has to match an existing secret in the system. It's up to the implementation
+     * of the secret management system to require case sensitivity. For K8s secrets, Confidant and Vault, this should
+     * match one of the keys inside the secret. For AWS Secret Manager, it's ignored.
+     * +optional
+     * 
+ * + * string key = 3; + */ + public java.lang.String getKey() { + java.lang.Object ref = key_; + 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(); + key_ = s; + return s; + } + } + /** + *
+     * The name of the secret to mount. This has to match an existing secret in the system. It's up to the implementation
+     * of the secret management system to require case sensitivity. For K8s secrets, Confidant and Vault, this should
+     * match one of the keys inside the secret. For AWS Secret Manager, it's ignored.
+     * +optional
+     * 
+ * + * string key = 3; + */ + public com.google.protobuf.ByteString + getKeyBytes() { + java.lang.Object ref = key_; + if (ref instanceof java.lang.String) { + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); + key_ = b; + return b; + } else { + return (com.google.protobuf.ByteString) ref; + } + } + + public static final int MOUNT_REQUIREMENT_FIELD_NUMBER = 4; private int mountRequirement_; /** *
@@ -414,7 +501,7 @@ public java.lang.String getGroup() {
      * +optional
      * 
* - * .flyteidl.core.Secret.MountType mount_requirement = 3; + * .flyteidl.core.Secret.MountType mount_requirement = 4; */ public int getMountRequirementValue() { return mountRequirement_; @@ -427,7 +514,7 @@ public int getMountRequirementValue() { * +optional * * - * .flyteidl.core.Secret.MountType mount_requirement = 3; + * .flyteidl.core.Secret.MountType mount_requirement = 4; */ public flyteidl.core.Security.Secret.MountType getMountRequirement() { @SuppressWarnings("deprecation") @@ -449,14 +536,17 @@ public final boolean isInitialized() { @java.lang.Override public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { - if (!getKeyBytes().isEmpty()) { - com.google.protobuf.GeneratedMessageV3.writeString(output, 1, key_); - } if (!getGroupBytes().isEmpty()) { - com.google.protobuf.GeneratedMessageV3.writeString(output, 2, group_); + com.google.protobuf.GeneratedMessageV3.writeString(output, 1, group_); + } + if (!getGroupVersionBytes().isEmpty()) { + com.google.protobuf.GeneratedMessageV3.writeString(output, 2, groupVersion_); + } + if (!getKeyBytes().isEmpty()) { + com.google.protobuf.GeneratedMessageV3.writeString(output, 3, key_); } if (mountRequirement_ != flyteidl.core.Security.Secret.MountType.ANY.getNumber()) { - output.writeEnum(3, mountRequirement_); + output.writeEnum(4, mountRequirement_); } unknownFields.writeTo(output); } @@ -467,15 +557,18 @@ public int getSerializedSize() { if (size != -1) return size; size = 0; - if (!getKeyBytes().isEmpty()) { - size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, key_); - } if (!getGroupBytes().isEmpty()) { - size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, group_); + size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, group_); + } + if (!getGroupVersionBytes().isEmpty()) { + size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, groupVersion_); + } + if (!getKeyBytes().isEmpty()) { + size += com.google.protobuf.GeneratedMessageV3.computeStringSize(3, key_); } if (mountRequirement_ != flyteidl.core.Security.Secret.MountType.ANY.getNumber()) { size += com.google.protobuf.CodedOutputStream - .computeEnumSize(3, mountRequirement_); + .computeEnumSize(4, mountRequirement_); } size += unknownFields.getSerializedSize(); memoizedSize = size; @@ -492,10 +585,12 @@ public boolean equals(final java.lang.Object obj) { } flyteidl.core.Security.Secret other = (flyteidl.core.Security.Secret) obj; - if (!getKey() - .equals(other.getKey())) return false; if (!getGroup() .equals(other.getGroup())) return false; + if (!getGroupVersion() + .equals(other.getGroupVersion())) return false; + if (!getKey() + .equals(other.getKey())) return false; if (mountRequirement_ != other.mountRequirement_) return false; if (!unknownFields.equals(other.unknownFields)) return false; return true; @@ -508,10 +603,12 @@ public int hashCode() { } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); - hash = (37 * hash) + KEY_FIELD_NUMBER; - hash = (53 * hash) + getKey().hashCode(); hash = (37 * hash) + GROUP_FIELD_NUMBER; hash = (53 * hash) + getGroup().hashCode(); + hash = (37 * hash) + GROUP_VERSION_FIELD_NUMBER; + hash = (53 * hash) + getGroupVersion().hashCode(); + hash = (37 * hash) + KEY_FIELD_NUMBER; + hash = (53 * hash) + getKey().hashCode(); hash = (37 * hash) + MOUNT_REQUIREMENT_FIELD_NUMBER; hash = (53 * hash) + mountRequirement_; hash = (29 * hash) + unknownFields.hashCode(); @@ -655,10 +752,12 @@ private void maybeForceBuilderInitialization() { @java.lang.Override public Builder clear() { super.clear(); - key_ = ""; - group_ = ""; + groupVersion_ = ""; + + key_ = ""; + mountRequirement_ = 0; return this; @@ -687,8 +786,9 @@ public flyteidl.core.Security.Secret build() { @java.lang.Override public flyteidl.core.Security.Secret buildPartial() { flyteidl.core.Security.Secret result = new flyteidl.core.Security.Secret(this); - result.key_ = key_; result.group_ = group_; + result.groupVersion_ = groupVersion_; + result.key_ = key_; result.mountRequirement_ = mountRequirement_; onBuilt(); return result; @@ -738,14 +838,18 @@ public Builder mergeFrom(com.google.protobuf.Message other) { public Builder mergeFrom(flyteidl.core.Security.Secret other) { if (other == flyteidl.core.Security.Secret.getDefaultInstance()) return this; - if (!other.getKey().isEmpty()) { - key_ = other.key_; - onChanged(); - } if (!other.getGroup().isEmpty()) { group_ = other.group_; onChanged(); } + if (!other.getGroupVersion().isEmpty()) { + groupVersion_ = other.groupVersion_; + onChanged(); + } + if (!other.getKey().isEmpty()) { + key_ = other.key_; + onChanged(); + } if (other.mountRequirement_ != 0) { setMountRequirementValue(other.getMountRequirementValue()); } @@ -778,23 +882,24 @@ public Builder mergeFrom( return this; } - private java.lang.Object key_ = ""; + private java.lang.Object group_ = ""; /** *
-       * The name of the secret to mount. This has to match an existing secret in the system. It's up to the implementation
-       * of the secret management system to require case sensitivity.
+       * The name of the secret group where to find the key referenced below. For K8s secrets, this should be the name of
+       * the v1/secret object. For Confidant, this should be the Credential name. For Vault, this should be the secret name.
+       * For AWS Secret Manager, this should be the name of the secret.
        * +required
        * 
* - * string key = 1; + * string group = 1; */ - public java.lang.String getKey() { - java.lang.Object ref = key_; + public java.lang.String getGroup() { + java.lang.Object ref = group_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); - key_ = s; + group_ = s; return s; } else { return (java.lang.String) ref; @@ -802,21 +907,22 @@ public java.lang.String getKey() { } /** *
-       * The name of the secret to mount. This has to match an existing secret in the system. It's up to the implementation
-       * of the secret management system to require case sensitivity.
+       * The name of the secret group where to find the key referenced below. For K8s secrets, this should be the name of
+       * the v1/secret object. For Confidant, this should be the Credential name. For Vault, this should be the secret name.
+       * For AWS Secret Manager, this should be the name of the secret.
        * +required
        * 
* - * string key = 1; + * string group = 1; */ public com.google.protobuf.ByteString - getKeyBytes() { - java.lang.Object ref = key_; + getGroupBytes() { + java.lang.Object ref = group_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); - key_ = b; + group_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; @@ -824,75 +930,79 @@ public java.lang.String getKey() { } /** *
-       * The name of the secret to mount. This has to match an existing secret in the system. It's up to the implementation
-       * of the secret management system to require case sensitivity.
+       * The name of the secret group where to find the key referenced below. For K8s secrets, this should be the name of
+       * the v1/secret object. For Confidant, this should be the Credential name. For Vault, this should be the secret name.
+       * For AWS Secret Manager, this should be the name of the secret.
        * +required
        * 
* - * string key = 1; + * string group = 1; */ - public Builder setKey( + public Builder setGroup( java.lang.String value) { if (value == null) { throw new NullPointerException(); } - key_ = value; + group_ = value; onChanged(); return this; } /** *
-       * The name of the secret to mount. This has to match an existing secret in the system. It's up to the implementation
-       * of the secret management system to require case sensitivity.
+       * The name of the secret group where to find the key referenced below. For K8s secrets, this should be the name of
+       * the v1/secret object. For Confidant, this should be the Credential name. For Vault, this should be the secret name.
+       * For AWS Secret Manager, this should be the name of the secret.
        * +required
        * 
* - * string key = 1; + * string group = 1; */ - public Builder clearKey() { + public Builder clearGroup() { - key_ = getDefaultInstance().getKey(); + group_ = getDefaultInstance().getGroup(); onChanged(); return this; } /** *
-       * The name of the secret to mount. This has to match an existing secret in the system. It's up to the implementation
-       * of the secret management system to require case sensitivity.
+       * The name of the secret group where to find the key referenced below. For K8s secrets, this should be the name of
+       * the v1/secret object. For Confidant, this should be the Credential name. For Vault, this should be the secret name.
+       * For AWS Secret Manager, this should be the name of the secret.
        * +required
        * 
* - * string key = 1; + * string group = 1; */ - public Builder setKeyBytes( + public Builder setGroupBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); - key_ = value; + group_ = value; onChanged(); return this; } - private java.lang.Object group_ = ""; + private java.lang.Object groupVersion_ = ""; /** *
-       * The name of the secret group where to find the key referenced above.
+       * The group version to fetch. This is not supported in all secret management systems. It'll be ignored for the ones
+       * that do not support it.
        * +optional
        * 
* - * string group = 2; + * string group_version = 2; */ - public java.lang.String getGroup() { - java.lang.Object ref = group_; + public java.lang.String getGroupVersion() { + java.lang.Object ref = groupVersion_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); - group_ = s; + groupVersion_ = s; return s; } else { return (java.lang.String) ref; @@ -900,20 +1010,21 @@ public java.lang.String getGroup() { } /** *
-       * The name of the secret group where to find the key referenced above.
+       * The group version to fetch. This is not supported in all secret management systems. It'll be ignored for the ones
+       * that do not support it.
        * +optional
        * 
* - * string group = 2; + * string group_version = 2; */ public com.google.protobuf.ByteString - getGroupBytes() { - java.lang.Object ref = group_; + getGroupVersionBytes() { + java.lang.Object ref = groupVersion_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); - group_ = b; + groupVersion_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; @@ -921,52 +1032,159 @@ public java.lang.String getGroup() { } /** *
-       * The name of the secret group where to find the key referenced above.
+       * The group version to fetch. This is not supported in all secret management systems. It'll be ignored for the ones
+       * that do not support it.
        * +optional
        * 
* - * string group = 2; + * string group_version = 2; */ - public Builder setGroup( + public Builder setGroupVersion( java.lang.String value) { if (value == null) { throw new NullPointerException(); } - group_ = value; + groupVersion_ = value; onChanged(); return this; } /** *
-       * The name of the secret group where to find the key referenced above.
+       * The group version to fetch. This is not supported in all secret management systems. It'll be ignored for the ones
+       * that do not support it.
        * +optional
        * 
* - * string group = 2; + * string group_version = 2; */ - public Builder clearGroup() { + public Builder clearGroupVersion() { - group_ = getDefaultInstance().getGroup(); + groupVersion_ = getDefaultInstance().getGroupVersion(); onChanged(); return this; } /** *
-       * The name of the secret group where to find the key referenced above.
+       * The group version to fetch. This is not supported in all secret management systems. It'll be ignored for the ones
+       * that do not support it.
        * +optional
        * 
* - * string group = 2; + * string group_version = 2; */ - public Builder setGroupBytes( + public Builder setGroupVersionBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); - group_ = value; + groupVersion_ = value; + onChanged(); + return this; + } + + private java.lang.Object key_ = ""; + /** + *
+       * The name of the secret to mount. This has to match an existing secret in the system. It's up to the implementation
+       * of the secret management system to require case sensitivity. For K8s secrets, Confidant and Vault, this should
+       * match one of the keys inside the secret. For AWS Secret Manager, it's ignored.
+       * +optional
+       * 
+ * + * string key = 3; + */ + public java.lang.String getKey() { + java.lang.Object ref = key_; + if (!(ref instanceof java.lang.String)) { + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; + java.lang.String s = bs.toStringUtf8(); + key_ = s; + return s; + } else { + return (java.lang.String) ref; + } + } + /** + *
+       * The name of the secret to mount. This has to match an existing secret in the system. It's up to the implementation
+       * of the secret management system to require case sensitivity. For K8s secrets, Confidant and Vault, this should
+       * match one of the keys inside the secret. For AWS Secret Manager, it's ignored.
+       * +optional
+       * 
+ * + * string key = 3; + */ + public com.google.protobuf.ByteString + getKeyBytes() { + java.lang.Object ref = key_; + if (ref instanceof String) { + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); + key_ = b; + return b; + } else { + return (com.google.protobuf.ByteString) ref; + } + } + /** + *
+       * The name of the secret to mount. This has to match an existing secret in the system. It's up to the implementation
+       * of the secret management system to require case sensitivity. For K8s secrets, Confidant and Vault, this should
+       * match one of the keys inside the secret. For AWS Secret Manager, it's ignored.
+       * +optional
+       * 
+ * + * string key = 3; + */ + public Builder setKey( + java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } + + key_ = value; + onChanged(); + return this; + } + /** + *
+       * The name of the secret to mount. This has to match an existing secret in the system. It's up to the implementation
+       * of the secret management system to require case sensitivity. For K8s secrets, Confidant and Vault, this should
+       * match one of the keys inside the secret. For AWS Secret Manager, it's ignored.
+       * +optional
+       * 
+ * + * string key = 3; + */ + public Builder clearKey() { + + key_ = getDefaultInstance().getKey(); + onChanged(); + return this; + } + /** + *
+       * The name of the secret to mount. This has to match an existing secret in the system. It's up to the implementation
+       * of the secret management system to require case sensitivity. For K8s secrets, Confidant and Vault, this should
+       * match one of the keys inside the secret. For AWS Secret Manager, it's ignored.
+       * +optional
+       * 
+ * + * string key = 3; + */ + public Builder setKeyBytes( + com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + + key_ = value; onChanged(); return this; } @@ -980,7 +1198,7 @@ public Builder setGroupBytes( * +optional * * - * .flyteidl.core.Secret.MountType mount_requirement = 3; + * .flyteidl.core.Secret.MountType mount_requirement = 4; */ public int getMountRequirementValue() { return mountRequirement_; @@ -993,7 +1211,7 @@ public int getMountRequirementValue() { * +optional * * - * .flyteidl.core.Secret.MountType mount_requirement = 3; + * .flyteidl.core.Secret.MountType mount_requirement = 4; */ public Builder setMountRequirementValue(int value) { mountRequirement_ = value; @@ -1008,7 +1226,7 @@ public Builder setMountRequirementValue(int value) { * +optional * * - * .flyteidl.core.Secret.MountType mount_requirement = 3; + * .flyteidl.core.Secret.MountType mount_requirement = 4; */ public flyteidl.core.Security.Secret.MountType getMountRequirement() { @SuppressWarnings("deprecation") @@ -1023,7 +1241,7 @@ public flyteidl.core.Security.Secret.MountType getMountRequirement() { * +optional * * - * .flyteidl.core.Secret.MountType mount_requirement = 3; + * .flyteidl.core.Secret.MountType mount_requirement = 4; */ public Builder setMountRequirement(flyteidl.core.Security.Secret.MountType value) { if (value == null) { @@ -1042,7 +1260,7 @@ public Builder setMountRequirement(flyteidl.core.Security.Secret.MountType value * +optional * * - * .flyteidl.core.Secret.MountType mount_requirement = 3; + * .flyteidl.core.Secret.MountType mount_requirement = 4; */ public Builder clearMountRequirement() { @@ -6385,26 +6603,27 @@ public flyteidl.core.Security.SecurityContext getDefaultInstanceForType() { static { java.lang.String[] descriptorData = { "\n\034flyteidl/core/security.proto\022\rflyteidl" + - ".core\"\215\001\n\006Secret\022\013\n\003key\030\001 \001(\t\022\r\n\005group\030\002" + - " \001(\t\022:\n\021mount_requirement\030\003 \001(\0162\037.flytei" + - "dl.core.Secret.MountType\"+\n\tMountType\022\007\n" + - "\003ANY\020\000\022\013\n\007ENV_VAR\020\001\022\010\n\004FILE\020\002\"O\n\014OAuth2C" + - "lient\022\021\n\tclient_id\030\001 \001(\t\022,\n\rclient_secre" + - "t\030\002 \001(\0132\025.flyteidl.core.Secret\"m\n\010Identi" + - "ty\022\020\n\010iam_role\030\001 \001(\t\022\033\n\023k8s_service_acco" + - "unt\030\002 \001(\t\0222\n\roauth2_client\030\003 \001(\0132\033.flyte" + - "idl.core.OAuth2Client\"\335\001\n\022OAuth2TokenReq" + - "uest\022\014\n\004name\030\001 \001(\t\0224\n\004type\030\002 \001(\0162&.flyte" + - "idl.core.OAuth2TokenRequest.Type\022+\n\006clie" + - "nt\030\003 \001(\0132\033.flyteidl.core.OAuth2Client\022\036\n" + - "\026idp_discovery_endpoint\030\004 \001(\t\022\026\n\016token_e" + - "ndpoint\030\005 \001(\t\"\036\n\004Type\022\026\n\022CLIENT_CREDENTI" + - "ALS\020\000\"\225\001\n\017SecurityContext\022\'\n\006run_as\030\001 \001(" + - "\0132\027.flyteidl.core.Identity\022&\n\007secrets\030\002 " + - "\003(\0132\025.flyteidl.core.Secret\0221\n\006tokens\030\003 \003" + - "(\0132!.flyteidl.core.OAuth2TokenRequestB6Z" + - "4github.com/flyteorg/flyteidl/gen/pb-go/" + - "flyteidl/coreb\006proto3" + ".core\"\244\001\n\006Secret\022\r\n\005group\030\001 \001(\t\022\025\n\rgroup" + + "_version\030\002 \001(\t\022\013\n\003key\030\003 \001(\t\022:\n\021mount_req" + + "uirement\030\004 \001(\0162\037.flyteidl.core.Secret.Mo" + + "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\"m\n\010Identity\022\020\n\010iam_role\030\001 " + + "\001(\t\022\033\n\023k8s_service_account\030\002 \001(\t\0222\n\roaut" + + "h2_client\030\003 \001(\0132\033.flyteidl.core.OAuth2Cl" + + "ient\"\335\001\n\022OAuth2TokenRequest\022\014\n\004name\030\001 \001(" + + "\t\0224\n\004type\030\002 \001(\0162&.flyteidl.core.OAuth2To" + + "kenRequest.Type\022+\n\006client\030\003 \001(\0132\033.flytei" + + "dl.core.OAuth2Client\022\036\n\026idp_discovery_en" + + "dpoint\030\004 \001(\t\022\026\n\016token_endpoint\030\005 \001(\t\"\036\n\004" + + "Type\022\026\n\022CLIENT_CREDENTIALS\020\000\"\225\001\n\017Securit" + + "yContext\022\'\n\006run_as\030\001 \001(\0132\027.flyteidl.core" + + ".Identity\022&\n\007secrets\030\002 \003(\0132\025.flyteidl.co" + + "re.Secret\0221\n\006tokens\030\003 \003(\0132!.flyteidl.cor" + + "e.OAuth2TokenRequestB6Z4github.com/flyte" + + "org/flyteidl/gen/pb-go/flyteidl/coreb\006pr" + + "oto3" }; com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner assigner = new com.google.protobuf.Descriptors.FileDescriptor. InternalDescriptorAssigner() { @@ -6423,7 +6642,7 @@ public com.google.protobuf.ExtensionRegistry assignDescriptors( internal_static_flyteidl_core_Secret_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_flyteidl_core_Secret_descriptor, - new java.lang.String[] { "Key", "Group", "MountRequirement", }); + new java.lang.String[] { "Group", "GroupVersion", "Key", "MountRequirement", }); internal_static_flyteidl_core_OAuth2Client_descriptor = getDescriptor().getMessageTypes().get(1); internal_static_flyteidl_core_OAuth2Client_fieldAccessorTable = new diff --git a/flyteidl/gen/pb-js/flyteidl.d.ts b/flyteidl/gen/pb-js/flyteidl.d.ts index 23ceb4df512..ec8ef6efc61 100644 --- a/flyteidl/gen/pb-js/flyteidl.d.ts +++ b/flyteidl/gen/pb-js/flyteidl.d.ts @@ -4537,12 +4537,15 @@ export namespace flyteidl { /** Properties of a Secret. */ interface ISecret { - /** Secret key */ - key?: (string|null); - /** Secret group */ group?: (string|null); + /** Secret groupVersion */ + groupVersion?: (string|null); + + /** Secret key */ + key?: (string|null); + /** Secret mountRequirement */ mountRequirement?: (flyteidl.core.Secret.MountType|null); } @@ -4556,12 +4559,15 @@ export namespace flyteidl { */ constructor(properties?: flyteidl.core.ISecret); - /** Secret key. */ - public key: string; - /** Secret group. */ public group: string; + /** Secret groupVersion. */ + public groupVersion: string; + + /** Secret key. */ + public key: string; + /** Secret mountRequirement. */ public mountRequirement: flyteidl.core.Secret.MountType; diff --git a/flyteidl/gen/pb-js/flyteidl.js b/flyteidl/gen/pb-js/flyteidl.js index b73a32d764c..5ee24864b51 100644 --- a/flyteidl/gen/pb-js/flyteidl.js +++ b/flyteidl/gen/pb-js/flyteidl.js @@ -10893,8 +10893,9 @@ export const flyteidl = $root.flyteidl = (() => { * Properties of a Secret. * @memberof flyteidl.core * @interface ISecret - * @property {string|null} [key] Secret key * @property {string|null} [group] Secret group + * @property {string|null} [groupVersion] Secret groupVersion + * @property {string|null} [key] Secret key * @property {flyteidl.core.Secret.MountType|null} [mountRequirement] Secret mountRequirement */ @@ -10914,20 +10915,28 @@ export const flyteidl = $root.flyteidl = (() => { } /** - * Secret key. - * @member {string} key + * Secret group. + * @member {string} group * @memberof flyteidl.core.Secret * @instance */ - Secret.prototype.key = ""; + Secret.prototype.group = ""; /** - * Secret group. - * @member {string} group + * Secret groupVersion. + * @member {string} groupVersion * @memberof flyteidl.core.Secret * @instance */ - Secret.prototype.group = ""; + Secret.prototype.groupVersion = ""; + + /** + * Secret key. + * @member {string} key + * @memberof flyteidl.core.Secret + * @instance + */ + Secret.prototype.key = ""; /** * Secret mountRequirement. @@ -10961,12 +10970,14 @@ export const flyteidl = $root.flyteidl = (() => { Secret.encode = function encode(message, writer) { if (!writer) writer = $Writer.create(); - if (message.key != null && message.hasOwnProperty("key")) - writer.uint32(/* id 1, wireType 2 =*/10).string(message.key); if (message.group != null && message.hasOwnProperty("group")) - writer.uint32(/* id 2, wireType 2 =*/18).string(message.group); + writer.uint32(/* id 1, wireType 2 =*/10).string(message.group); + if (message.groupVersion != null && message.hasOwnProperty("groupVersion")) + writer.uint32(/* id 2, wireType 2 =*/18).string(message.groupVersion); + if (message.key != null && message.hasOwnProperty("key")) + writer.uint32(/* id 3, wireType 2 =*/26).string(message.key); if (message.mountRequirement != null && message.hasOwnProperty("mountRequirement")) - writer.uint32(/* id 3, wireType 0 =*/24).int32(message.mountRequirement); + writer.uint32(/* id 4, wireType 0 =*/32).int32(message.mountRequirement); return writer; }; @@ -10989,12 +11000,15 @@ export const flyteidl = $root.flyteidl = (() => { let tag = reader.uint32(); switch (tag >>> 3) { case 1: - message.key = reader.string(); + message.group = reader.string(); break; case 2: - message.group = reader.string(); + message.groupVersion = reader.string(); break; case 3: + message.key = reader.string(); + break; + case 4: message.mountRequirement = reader.int32(); break; default: @@ -11016,12 +11030,15 @@ export const flyteidl = $root.flyteidl = (() => { Secret.verify = function verify(message) { if (typeof message !== "object" || message === null) return "object expected"; - if (message.key != null && message.hasOwnProperty("key")) - if (!$util.isString(message.key)) - return "key: string expected"; if (message.group != null && message.hasOwnProperty("group")) if (!$util.isString(message.group)) return "group: string expected"; + if (message.groupVersion != null && message.hasOwnProperty("groupVersion")) + if (!$util.isString(message.groupVersion)) + return "groupVersion: string expected"; + if (message.key != null && message.hasOwnProperty("key")) + if (!$util.isString(message.key)) + return "key: string expected"; if (message.mountRequirement != null && message.hasOwnProperty("mountRequirement")) switch (message.mountRequirement) { default: diff --git a/flyteidl/gen/pb-protodoc/flyteidl/core/security.proto.rst b/flyteidl/gen/pb-protodoc/flyteidl/core/security.proto.rst index 4fbd5a4effd..160e101bf0e 100644 --- a/flyteidl/gen/pb-protodoc/flyteidl/core/security.proto.rst +++ b/flyteidl/gen/pb-protodoc/flyteidl/core/security.proto.rst @@ -19,23 +19,35 @@ are passed through file mounts. .. code-block:: json { - "key": "...", "group": "...", + "group_version": "...", + "key": "...", "mount_requirement": "..." } -.. _api_field_flyteidl.core.Secret.key: +.. _api_field_flyteidl.core.Secret.group: -key - (`string `_) The name of the secret to mount. This has to match an existing secret in the system. It's up to the implementation - of the secret management system to require case sensitivity. +group + (`string `_) The name of the secret group where to find the key referenced below. For K8s secrets, this should be the name of + the v1/secret object. For Confidant, this should be the Credential name. For Vault, this should be the secret name. + For AWS Secret Manager, this should be the name of the secret. +required -.. _api_field_flyteidl.core.Secret.group: +.. _api_field_flyteidl.core.Secret.group_version: -group - (`string `_) The name of the secret group where to find the key referenced above. +group_version + (`string `_) The group version to fetch. This is not supported in all secret management systems. It'll be ignored for the ones + that do not support it. + +optional + + +.. _api_field_flyteidl.core.Secret.key: + +key + (`string `_) The name of the secret to mount. This has to match an existing secret in the system. It's up to the implementation + of the secret management system to require case sensitivity. For K8s secrets, Confidant and Vault, this should + match one of the keys inside the secret. For AWS Secret Manager, it's ignored. +optional @@ -81,7 +93,7 @@ FILE flyteidl.core.OAuth2Client -------------------------- -`[flyteidl.core.OAuth2Client proto] `_ +`[flyteidl.core.OAuth2Client proto] `_ OAuth2Client encapsulates OAuth2 Client Credentials to be used when making calls on behalf of that task. @@ -114,7 +126,7 @@ client_secret flyteidl.core.Identity ---------------------- -`[flyteidl.core.Identity proto] `_ +`[flyteidl.core.Identity proto] `_ Identity encapsulates the various security identities a task can run as. It's up to the underlying plugin to pick the right identity for the execution environment. @@ -153,7 +165,7 @@ oauth2_client flyteidl.core.OAuth2TokenRequest -------------------------------- -`[flyteidl.core.OAuth2TokenRequest proto] `_ +`[flyteidl.core.OAuth2TokenRequest proto] `_ OAuth2TokenRequest encapsulates information needed to request an OAuth2 token. FLYTE_TOKENS_ENV_PREFIX will be passed to indicate the prefix of the environment variables that will be present if @@ -215,7 +227,7 @@ token_endpoint Enum flyteidl.core.OAuth2TokenRequest.Type ------------------------------------------ -`[flyteidl.core.OAuth2TokenRequest.Type proto] `_ +`[flyteidl.core.OAuth2TokenRequest.Type proto] `_ Type of the token requested. @@ -231,7 +243,7 @@ CLIENT_CREDENTIALS flyteidl.core.SecurityContext ----------------------------- -`[flyteidl.core.SecurityContext proto] `_ +`[flyteidl.core.SecurityContext proto] `_ SecurityContext holds security attributes that apply to tasks. diff --git a/flyteidl/gen/pb_python/flyteidl/core/security_pb2.py b/flyteidl/gen/pb_python/flyteidl/core/security_pb2.py index efeb809c358..d732779bb03 100644 --- a/flyteidl/gen/pb_python/flyteidl/core/security_pb2.py +++ b/flyteidl/gen/pb_python/flyteidl/core/security_pb2.py @@ -20,7 +20,7 @@ package='flyteidl.core', syntax='proto3', serialized_options=_b('Z4github.com/flyteorg/flyteidl/gen/pb-go/flyteidl/core'), - serialized_pb=_b('\n\x1c\x66lyteidl/core/security.proto\x12\rflyteidl.core\"\x8d\x01\n\x06Secret\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05group\x18\x02 \x01(\t\x12:\n\x11mount_requirement\x18\x03 \x01(\x0e\x32\x1f.flyteidl.core.Secret.MountType\"+\n\tMountType\x12\x07\n\x03\x41NY\x10\x00\x12\x0b\n\x07\x45NV_VAR\x10\x01\x12\x08\n\x04\x46ILE\x10\x02\"O\n\x0cOAuth2Client\x12\x11\n\tclient_id\x18\x01 \x01(\t\x12,\n\rclient_secret\x18\x02 \x01(\x0b\x32\x15.flyteidl.core.Secret\"m\n\x08Identity\x12\x10\n\x08iam_role\x18\x01 \x01(\t\x12\x1b\n\x13k8s_service_account\x18\x02 \x01(\t\x12\x32\n\roauth2_client\x18\x03 \x01(\x0b\x32\x1b.flyteidl.core.OAuth2Client\"\xdd\x01\n\x12OAuth2TokenRequest\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x34\n\x04type\x18\x02 \x01(\x0e\x32&.flyteidl.core.OAuth2TokenRequest.Type\x12+\n\x06\x63lient\x18\x03 \x01(\x0b\x32\x1b.flyteidl.core.OAuth2Client\x12\x1e\n\x16idp_discovery_endpoint\x18\x04 \x01(\t\x12\x16\n\x0etoken_endpoint\x18\x05 \x01(\t\"\x1e\n\x04Type\x12\x16\n\x12\x43LIENT_CREDENTIALS\x10\x00\"\x95\x01\n\x0fSecurityContext\x12\'\n\x06run_as\x18\x01 \x01(\x0b\x32\x17.flyteidl.core.Identity\x12&\n\x07secrets\x18\x02 \x03(\x0b\x32\x15.flyteidl.core.Secret\x12\x31\n\x06tokens\x18\x03 \x03(\x0b\x32!.flyteidl.core.OAuth2TokenRequestB6Z4github.com/flyteorg/flyteidl/gen/pb-go/flyteidl/coreb\x06proto3') + serialized_pb=_b('\n\x1c\x66lyteidl/core/security.proto\x12\rflyteidl.core\"\xa4\x01\n\x06Secret\x12\r\n\x05group\x18\x01 \x01(\t\x12\x15\n\rgroup_version\x18\x02 \x01(\t\x12\x0b\n\x03key\x18\x03 \x01(\t\x12:\n\x11mount_requirement\x18\x04 \x01(\x0e\x32\x1f.flyteidl.core.Secret.MountType\"+\n\tMountType\x12\x07\n\x03\x41NY\x10\x00\x12\x0b\n\x07\x45NV_VAR\x10\x01\x12\x08\n\x04\x46ILE\x10\x02\"O\n\x0cOAuth2Client\x12\x11\n\tclient_id\x18\x01 \x01(\t\x12,\n\rclient_secret\x18\x02 \x01(\x0b\x32\x15.flyteidl.core.Secret\"m\n\x08Identity\x12\x10\n\x08iam_role\x18\x01 \x01(\t\x12\x1b\n\x13k8s_service_account\x18\x02 \x01(\t\x12\x32\n\roauth2_client\x18\x03 \x01(\x0b\x32\x1b.flyteidl.core.OAuth2Client\"\xdd\x01\n\x12OAuth2TokenRequest\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x34\n\x04type\x18\x02 \x01(\x0e\x32&.flyteidl.core.OAuth2TokenRequest.Type\x12+\n\x06\x63lient\x18\x03 \x01(\x0b\x32\x1b.flyteidl.core.OAuth2Client\x12\x1e\n\x16idp_discovery_endpoint\x18\x04 \x01(\t\x12\x16\n\x0etoken_endpoint\x18\x05 \x01(\t\"\x1e\n\x04Type\x12\x16\n\x12\x43LIENT_CREDENTIALS\x10\x00\"\x95\x01\n\x0fSecurityContext\x12\'\n\x06run_as\x18\x01 \x01(\x0b\x32\x17.flyteidl.core.Identity\x12&\n\x07secrets\x18\x02 \x03(\x0b\x32\x15.flyteidl.core.Secret\x12\x31\n\x06tokens\x18\x03 \x03(\x0b\x32!.flyteidl.core.OAuth2TokenRequestB6Z4github.com/flyteorg/flyteidl/gen/pb-go/flyteidl/coreb\x06proto3') ) @@ -46,8 +46,8 @@ ], containing_type=None, serialized_options=None, - serialized_start=146, - serialized_end=189, + serialized_start=169, + serialized_end=212, ) _sym_db.RegisterEnumDescriptor(_SECRET_MOUNTTYPE) @@ -64,8 +64,8 @@ ], containing_type=None, serialized_options=None, - serialized_start=575, - serialized_end=605, + serialized_start=598, + serialized_end=628, ) _sym_db.RegisterEnumDescriptor(_OAUTH2TOKENREQUEST_TYPE) @@ -78,22 +78,29 @@ containing_type=None, fields=[ _descriptor.FieldDescriptor( - name='key', full_name='flyteidl.core.Secret.key', index=0, + name='group', full_name='flyteidl.core.Secret.group', index=0, number=1, type=9, cpp_type=9, label=1, has_default_value=False, default_value=_b("").decode('utf-8'), message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, serialized_options=None, file=DESCRIPTOR), _descriptor.FieldDescriptor( - name='group', full_name='flyteidl.core.Secret.group', index=1, + name='group_version', full_name='flyteidl.core.Secret.group_version', index=1, number=2, type=9, cpp_type=9, label=1, has_default_value=False, default_value=_b("").decode('utf-8'), message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, serialized_options=None, file=DESCRIPTOR), _descriptor.FieldDescriptor( - name='mount_requirement', full_name='flyteidl.core.Secret.mount_requirement', index=2, - number=3, type=14, cpp_type=8, label=1, + name='key', full_name='flyteidl.core.Secret.key', index=2, + number=3, type=9, cpp_type=9, label=1, + has_default_value=False, default_value=_b("").decode('utf-8'), + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + serialized_options=None, file=DESCRIPTOR), + _descriptor.FieldDescriptor( + name='mount_requirement', full_name='flyteidl.core.Secret.mount_requirement', index=3, + number=4, type=14, cpp_type=8, label=1, has_default_value=False, default_value=0, message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, @@ -112,7 +119,7 @@ oneofs=[ ], serialized_start=48, - serialized_end=189, + serialized_end=212, ) @@ -149,8 +156,8 @@ extension_ranges=[], oneofs=[ ], - serialized_start=191, - serialized_end=270, + serialized_start=214, + serialized_end=293, ) @@ -194,8 +201,8 @@ extension_ranges=[], oneofs=[ ], - serialized_start=272, - serialized_end=381, + serialized_start=295, + serialized_end=404, ) @@ -254,8 +261,8 @@ extension_ranges=[], oneofs=[ ], - serialized_start=384, - serialized_end=605, + serialized_start=407, + serialized_end=628, ) @@ -299,8 +306,8 @@ extension_ranges=[], oneofs=[ ], - serialized_start=608, - serialized_end=757, + serialized_start=631, + serialized_end=780, ) _SECRET.fields_by_name['mount_requirement'].enum_type = _SECRET_MOUNTTYPE diff --git a/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/core_secret.py b/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/core_secret.py index 3ab6c2d552e..378c51c4b25 100644 --- a/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/core_secret.py +++ b/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/core_secret.py @@ -33,73 +33,99 @@ class CoreSecret(object): and the value is json key in definition. """ swagger_types = { - 'key': 'str', 'group': 'str', + 'group_version': 'str', + 'key': 'str', 'mount_requirement': 'SecretMountType' } attribute_map = { - 'key': 'key', 'group': 'group', + 'group_version': 'group_version', + 'key': 'key', 'mount_requirement': 'mount_requirement' } - def __init__(self, key=None, group=None, mount_requirement=None): # noqa: E501 + def __init__(self, group=None, group_version=None, key=None, mount_requirement=None): # noqa: E501 """CoreSecret - a model defined in Swagger""" # noqa: E501 - self._key = None self._group = None + self._group_version = None + self._key = None self._mount_requirement = None self.discriminator = None - if key is not None: - self.key = key if group is not None: self.group = group + if group_version is not None: + self.group_version = group_version + if key is not None: + self.key = key if mount_requirement is not None: self.mount_requirement = mount_requirement @property - def key(self): - """Gets the key of this CoreSecret. # noqa: E501 + def group(self): + """Gets the group of this CoreSecret. # noqa: E501 - :return: The key of this CoreSecret. # noqa: E501 + :return: The group of this CoreSecret. # noqa: E501 :rtype: str """ - return self._key + return self._group - @key.setter - def key(self, key): - """Sets the key of this CoreSecret. + @group.setter + def group(self, group): + """Sets the group of this CoreSecret. - :param key: The key of this CoreSecret. # noqa: E501 + :param group: The group of this CoreSecret. # noqa: E501 :type: str """ - self._key = key + self._group = group @property - def group(self): - """Gets the group of this CoreSecret. # noqa: E501 + def group_version(self): + """Gets the group_version of this CoreSecret. # noqa: E501 - :return: The group of this CoreSecret. # noqa: E501 + :return: The group_version of this CoreSecret. # noqa: E501 :rtype: str """ - return self._group + return self._group_version - @group.setter - def group(self, group): - """Sets the group of this CoreSecret. + @group_version.setter + def group_version(self, group_version): + """Sets the group_version of this CoreSecret. - :param group: The group of this CoreSecret. # noqa: E501 + :param group_version: The group_version of this CoreSecret. # noqa: E501 :type: str """ - self._group = group + self._group_version = group_version + + @property + def key(self): + """Gets the key of this CoreSecret. # noqa: E501 + + + :return: The key of this CoreSecret. # noqa: E501 + :rtype: str + """ + return self._key + + @key.setter + def key(self, key): + """Sets the key of this CoreSecret. + + + :param key: The key of this CoreSecret. # noqa: E501 + :type: str + """ + + self._key = key @property def mount_requirement(self): diff --git a/flyteidl/protos/flyteidl/core/security.proto b/flyteidl/protos/flyteidl/core/security.proto index d3070933542..eb0c1413aea 100644 --- a/flyteidl/protos/flyteidl/core/security.proto +++ b/flyteidl/protos/flyteidl/core/security.proto @@ -21,20 +21,28 @@ message Secret { FILE = 2; } - // The name of the secret to mount. This has to match an existing secret in the system. It's up to the implementation - // of the secret management system to require case sensitivity. + // The name of the secret group where to find the key referenced below. For K8s secrets, this should be the name of + // the v1/secret object. For Confidant, this should be the Credential name. For Vault, this should be the secret name. + // For AWS Secret Manager, this should be the name of the secret. // +required - string key = 1; + string group = 1; + + // The group version to fetch. This is not supported in all secret management systems. It'll be ignored for the ones + // that do not support it. + // +optional + string group_version = 2; - // The name of the secret group where to find the key referenced above. + // The name of the secret to mount. This has to match an existing secret in the system. It's up to the implementation + // of the secret management system to require case sensitivity. For K8s secrets, Confidant and Vault, this should + // match one of the keys inside the secret. For AWS Secret Manager, it's ignored. // +optional - string group = 2; + string key = 3; // mount_requirement is optional. Indicates where the secret has to be mounted. If provided, the execution will fail // if the underlying key management system cannot satisfy that requirement. If not provided, the default location // will depend on the key management system. // +optional - MountType mount_requirement = 3; + MountType mount_requirement = 4; } // OAuth2Client encapsulates OAuth2 Client Credentials to be used when making calls on behalf of that task.