From b9bc20ffea7430265d1bd4c817093a46be710618 Mon Sep 17 00:00:00 2001 From: Katrina Rogan Date: Tue, 23 Feb 2021 13:41:09 -0800 Subject: [PATCH] Add task version to template (#102) Signed-off-by: Eduardo Apolinario --- flyteidl/gen/pb-cpp/flyteidl/core/tasks.pb.cc | 110 ++++++++---- flyteidl/gen/pb-cpp/flyteidl/core/tasks.pb.h | 21 +++ flyteidl/gen/pb-go/flyteidl/core/tasks.pb.go | 164 ++++++++++-------- .../pb-go/flyteidl/core/tasks.pb.validate.go | 2 + .../pb-go/flyteidl/service/admin.swagger.json | 5 + .../service/flyteadmin/api/swagger.yaml | 21 +++ .../flyteadmin/model_core_task_template.go | 2 + .../gen/pb-go/flyteidl/service/openapi.go | 4 +- flyteidl/gen/pb-java/flyteidl/core/Tasks.java | 135 +++++++++++--- flyteidl/gen/pb-js/flyteidl.d.ts | 6 + flyteidl/gen/pb-js/flyteidl.js | 17 ++ .../pb-protodoc/flyteidl/core/tasks.proto.rst | 23 ++- .../gen/pb_python/flyteidl/core/tasks_pb2.py | 39 +++-- .../flyteadmin/models/core_task_template.py | 34 +++- flyteidl/protos/flyteidl/core/tasks.proto | 3 + 15 files changed, 422 insertions(+), 164 deletions(-) diff --git a/flyteidl/gen/pb-cpp/flyteidl/core/tasks.pb.cc b/flyteidl/gen/pb-cpp/flyteidl/core/tasks.pb.cc index 64b54b116f4..8f4f274529c 100644 --- a/flyteidl/gen/pb-cpp/flyteidl/core/tasks.pb.cc +++ b/flyteidl/gen/pb-cpp/flyteidl/core/tasks.pb.cc @@ -275,6 +275,7 @@ const ::google::protobuf::uint32 TableStruct_flyteidl_2fcore_2ftasks_2eproto::of PROTOBUF_FIELD_OFFSET(::flyteidl::core::TaskTemplate, interface_), PROTOBUF_FIELD_OFFSET(::flyteidl::core::TaskTemplate, custom_), offsetof(::flyteidl::core::TaskTemplateDefaultTypeInternal, container_), + PROTOBUF_FIELD_OFFSET(::flyteidl::core::TaskTemplate, task_type_version_), PROTOBUF_FIELD_OFFSET(::flyteidl::core::TaskTemplate, target_), ~0u, // no _has_bits_ PROTOBUF_FIELD_OFFSET(::flyteidl::core::ContainerPort, _internal_metadata_), @@ -319,10 +320,10 @@ static const ::google::protobuf::internal::MigrationSchema schemas[] PROTOBUF_SE { 14, -1, sizeof(::flyteidl::core::RuntimeMetadata)}, { 22, -1, sizeof(::flyteidl::core::TaskMetadata)}, { 35, -1, sizeof(::flyteidl::core::TaskTemplate)}, - { 47, -1, sizeof(::flyteidl::core::ContainerPort)}, - { 53, -1, sizeof(::flyteidl::core::Container)}, - { 66, -1, sizeof(::flyteidl::core::IOStrategy)}, - { 73, -1, sizeof(::flyteidl::core::DataLoadingConfig)}, + { 48, -1, sizeof(::flyteidl::core::ContainerPort)}, + { 54, -1, sizeof(::flyteidl::core::Container)}, + { 67, -1, sizeof(::flyteidl::core::IOStrategy)}, + { 74, -1, sizeof(::flyteidl::core::DataLoadingConfig)}, }; static ::google::protobuf::Message const * const file_default_instances[] = { @@ -367,41 +368,42 @@ const char descriptor_table_protodef_flyteidl_2fcore_2ftasks_2eproto[] = "RetryStrategy\022\031\n\021discovery_version\030\006 \001(\t" "\022 \n\030deprecated_error_message\030\007 \001(\t\022\027\n\rin" "terruptible\030\010 \001(\010H\000B\025\n\023interruptible_val" - "ue\"\206\002\n\014TaskTemplate\022%\n\002id\030\001 \001(\0132\031.flytei" + "ue\"\241\002\n\014TaskTemplate\022%\n\002id\030\001 \001(\0132\031.flytei" "dl.core.Identifier\022\014\n\004type\030\002 \001(\t\022-\n\010meta" "data\030\003 \001(\0132\033.flyteidl.core.TaskMetadata\022" "0\n\tinterface\030\004 \001(\0132\035.flyteidl.core.Typed" "Interface\022\'\n\006custom\030\005 \001(\0132\027.google.proto" "buf.Struct\022-\n\tcontainer\030\006 \001(\0132\030.flyteidl" - ".core.ContainerH\000B\010\n\006target\"\'\n\rContainer" - "Port\022\026\n\016container_port\030\001 \001(\r\"\241\002\n\tContain" - "er\022\r\n\005image\030\001 \001(\t\022\017\n\007command\030\002 \003(\t\022\014\n\004ar" - "gs\030\003 \003(\t\022+\n\tresources\030\004 \001(\0132\030.flyteidl.c" - "ore.Resources\022(\n\003env\030\005 \003(\0132\033.flyteidl.co" - "re.KeyValuePair\022+\n\006config\030\006 \003(\0132\033.flytei" - "dl.core.KeyValuePair\022+\n\005ports\030\007 \003(\0132\034.fl" - "yteidl.core.ContainerPort\0225\n\013data_config" - "\030\t \001(\0132 .flyteidl.core.DataLoadingConfig" - "\"\233\002\n\nIOStrategy\022=\n\rdownload_mode\030\001 \001(\0162&" - ".flyteidl.core.IOStrategy.DownloadMode\0229" - "\n\013upload_mode\030\002 \001(\0162$.flyteidl.core.IOSt" - "rategy.UploadMode\"L\n\014DownloadMode\022\022\n\016DOW" - "NLOAD_EAGER\020\000\022\023\n\017DOWNLOAD_STREAM\020\001\022\023\n\017DO" - "_NOT_DOWNLOAD\020\002\"E\n\nUploadMode\022\022\n\016UPLOAD_" - "ON_EXIT\020\000\022\020\n\014UPLOAD_EAGER\020\001\022\021\n\rDO_NOT_UP" - "LOAD\020\002\"\363\001\n\021DataLoadingConfig\022\017\n\007enabled\030" - "\001 \001(\010\022\022\n\ninput_path\030\002 \001(\t\022\023\n\013output_path" - "\030\003 \001(\t\022A\n\006format\030\004 \001(\01621.flyteidl.core.D" - "ataLoadingConfig.LiteralMapFormat\022.\n\013io_" - "strategy\030\005 \001(\0132\031.flyteidl.core.IOStrateg" - "y\"1\n\020LiteralMapFormat\022\010\n\004JSON\020\000\022\010\n\004YAML\020" - "\001\022\t\n\005PROTO\020\002B2Z0github.com/lyft/flyteidl" - "/gen/pb-go/flyteidl/coreb\006proto3" + ".core.ContainerH\000\022\031\n\021task_type_version\030\007" + " \001(\005B\010\n\006target\"\'\n\rContainerPort\022\026\n\016conta" + "iner_port\030\001 \001(\r\"\241\002\n\tContainer\022\r\n\005image\030\001" + " \001(\t\022\017\n\007command\030\002 \003(\t\022\014\n\004args\030\003 \003(\t\022+\n\tr" + "esources\030\004 \001(\0132\030.flyteidl.core.Resources" + "\022(\n\003env\030\005 \003(\0132\033.flyteidl.core.KeyValuePa" + "ir\022+\n\006config\030\006 \003(\0132\033.flyteidl.core.KeyVa" + "luePair\022+\n\005ports\030\007 \003(\0132\034.flyteidl.core.C" + "ontainerPort\0225\n\013data_config\030\t \001(\0132 .flyt" + "eidl.core.DataLoadingConfig\"\233\002\n\nIOStrate" + "gy\022=\n\rdownload_mode\030\001 \001(\0162&.flyteidl.cor" + "e.IOStrategy.DownloadMode\0229\n\013upload_mode" + "\030\002 \001(\0162$.flyteidl.core.IOStrategy.Upload" + "Mode\"L\n\014DownloadMode\022\022\n\016DOWNLOAD_EAGER\020\000" + "\022\023\n\017DOWNLOAD_STREAM\020\001\022\023\n\017DO_NOT_DOWNLOAD" + "\020\002\"E\n\nUploadMode\022\022\n\016UPLOAD_ON_EXIT\020\000\022\020\n\014" + "UPLOAD_EAGER\020\001\022\021\n\rDO_NOT_UPLOAD\020\002\"\363\001\n\021Da" + "taLoadingConfig\022\017\n\007enabled\030\001 \001(\010\022\022\n\ninpu" + "t_path\030\002 \001(\t\022\023\n\013output_path\030\003 \001(\t\022A\n\006for" + "mat\030\004 \001(\01621.flyteidl.core.DataLoadingCon" + "fig.LiteralMapFormat\022.\n\013io_strategy\030\005 \001(" + "\0132\031.flyteidl.core.IOStrategy\"1\n\020LiteralM" + "apFormat\022\010\n\004JSON\020\000\022\010\n\004YAML\020\001\022\t\n\005PROTO\020\002B" + "2Z0github.com/lyft/flyteidl/gen/pb-go/fl" + "yteidl/coreb\006proto3" ; ::google::protobuf::internal::DescriptorTable descriptor_table_flyteidl_2fcore_2ftasks_2eproto = { false, InitDefaults_flyteidl_2fcore_2ftasks_2eproto, descriptor_table_protodef_flyteidl_2fcore_2ftasks_2eproto, - "flyteidl/core/tasks.proto", &assign_descriptors_table_flyteidl_2fcore_2ftasks_2eproto, 2112, + "flyteidl/core/tasks.proto", &assign_descriptors_table_flyteidl_2fcore_2ftasks_2eproto, 2139, }; void AddDescriptors_flyteidl_2fcore_2ftasks_2eproto() { @@ -2432,6 +2434,7 @@ const int TaskTemplate::kMetadataFieldNumber; const int TaskTemplate::kInterfaceFieldNumber; const int TaskTemplate::kCustomFieldNumber; const int TaskTemplate::kContainerFieldNumber; +const int TaskTemplate::kTaskTypeVersionFieldNumber; #endif // !defined(_MSC_VER) || _MSC_VER >= 1900 TaskTemplate::TaskTemplate() @@ -2467,6 +2470,7 @@ TaskTemplate::TaskTemplate(const TaskTemplate& from) } else { custom_ = nullptr; } + task_type_version_ = from.task_type_version_; clear_has_target(); switch (from.target_case()) { case kContainer: { @@ -2485,8 +2489,8 @@ void TaskTemplate::SharedCtor() { &scc_info_TaskTemplate_flyteidl_2fcore_2ftasks_2eproto.base); type_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); ::memset(&id_, 0, static_cast( - reinterpret_cast(&custom_) - - reinterpret_cast(&id_)) + sizeof(custom_)); + reinterpret_cast(&task_type_version_) - + reinterpret_cast(&id_)) + sizeof(task_type_version_)); clear_has_target(); } @@ -2553,6 +2557,7 @@ void TaskTemplate::Clear() { delete custom_; } custom_ = nullptr; + task_type_version_ = 0; clear_target(); _internal_metadata_.Clear(); } @@ -2651,6 +2656,13 @@ const char* TaskTemplate::_InternalParse(const char* begin, const char* end, voi {parser_till_end, object}, ptr - size, ptr)); break; } + // int32 task_type_version = 7; + case 7: { + if (static_cast<::google::protobuf::uint8>(tag) != 56) goto handle_unusual; + msg->set_task_type_version(::google::protobuf::internal::ReadVarint(&ptr)); + GOOGLE_PROTOBUF_PARSER_ASSERT(ptr); + break; + } default: { handle_unusual: if ((tag & 7) == 4 || tag == 0) { @@ -2755,6 +2767,19 @@ bool TaskTemplate::MergePartialFromCodedStream( break; } + // int32 task_type_version = 7; + case 7: { + if (static_cast< ::google::protobuf::uint8>(tag) == (56 & 0xFF)) { + + DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< + ::google::protobuf::int32, ::google::protobuf::internal::WireFormatLite::TYPE_INT32>( + input, &task_type_version_))); + } else { + goto handle_unusual; + } + break; + } + default: { handle_unusual: if (tag == 0) { @@ -2822,6 +2847,11 @@ void TaskTemplate::SerializeWithCachedSizes( 6, HasBitSetters::container(this), output); } + // int32 task_type_version = 7; + if (this->task_type_version() != 0) { + ::google::protobuf::internal::WireFormatLite::WriteInt32(7, this->task_type_version(), output); + } + if (_internal_metadata_.have_unknown_fields()) { ::google::protobuf::internal::WireFormat::SerializeUnknownFields( _internal_metadata_.unknown_fields(), output); @@ -2881,6 +2911,11 @@ ::google::protobuf::uint8* TaskTemplate::InternalSerializeWithCachedSizesToArray 6, HasBitSetters::container(this), target); } + // int32 task_type_version = 7; + if (this->task_type_version() != 0) { + target = ::google::protobuf::internal::WireFormatLite::WriteInt32ToArray(7, this->task_type_version(), target); + } + if (_internal_metadata_.have_unknown_fields()) { target = ::google::protobuf::internal::WireFormat::SerializeUnknownFieldsToArray( _internal_metadata_.unknown_fields(), target); @@ -2937,6 +2972,13 @@ size_t TaskTemplate::ByteSizeLong() const { *custom_); } + // int32 task_type_version = 7; + if (this->task_type_version() != 0) { + total_size += 1 + + ::google::protobuf::internal::WireFormatLite::Int32Size( + this->task_type_version()); + } + switch (target_case()) { // .flyteidl.core.Container container = 6; case kContainer: { @@ -2992,6 +3034,9 @@ void TaskTemplate::MergeFrom(const TaskTemplate& from) { if (from.has_custom()) { mutable_custom()->::google::protobuf::Struct::MergeFrom(from.custom()); } + if (from.task_type_version() != 0) { + set_task_type_version(from.task_type_version()); + } switch (from.target_case()) { case kContainer: { mutable_container()->::flyteidl::core::Container::MergeFrom(from.container()); @@ -3034,6 +3079,7 @@ void TaskTemplate::InternalSwap(TaskTemplate* other) { swap(metadata_, other->metadata_); swap(interface_, other->interface_); swap(custom_, other->custom_); + swap(task_type_version_, other->task_type_version_); swap(target_, other->target_); swap(_oneof_case_[0], other->_oneof_case_[0]); } diff --git a/flyteidl/gen/pb-cpp/flyteidl/core/tasks.pb.h b/flyteidl/gen/pb-cpp/flyteidl/core/tasks.pb.h index 51b7c8dfecd..c9bd41c4650 100644 --- a/flyteidl/gen/pb-cpp/flyteidl/core/tasks.pb.h +++ b/flyteidl/gen/pb-cpp/flyteidl/core/tasks.pb.h @@ -1022,6 +1022,12 @@ class TaskTemplate final : ::google::protobuf::Struct* mutable_custom(); void set_allocated_custom(::google::protobuf::Struct* custom); + // int32 task_type_version = 7; + void clear_task_type_version(); + static const int kTaskTypeVersionFieldNumber = 7; + ::google::protobuf::int32 task_type_version() const; + void set_task_type_version(::google::protobuf::int32 value); + // .flyteidl.core.Container container = 6; bool has_container() const; void clear_container(); @@ -1047,6 +1053,7 @@ class TaskTemplate final : ::flyteidl::core::TaskMetadata* metadata_; ::flyteidl::core::TypedInterface* interface_; ::google::protobuf::Struct* custom_; + ::google::protobuf::int32 task_type_version_; union TargetUnion { TargetUnion() {} ::flyteidl::core::Container* container_; @@ -2610,6 +2617,20 @@ inline ::flyteidl::core::Container* TaskTemplate::mutable_container() { return target_.container_; } +// int32 task_type_version = 7; +inline void TaskTemplate::clear_task_type_version() { + task_type_version_ = 0; +} +inline ::google::protobuf::int32 TaskTemplate::task_type_version() const { + // @@protoc_insertion_point(field_get:flyteidl.core.TaskTemplate.task_type_version) + return task_type_version_; +} +inline void TaskTemplate::set_task_type_version(::google::protobuf::int32 value) { + + task_type_version_ = value; + // @@protoc_insertion_point(field_set:flyteidl.core.TaskTemplate.task_type_version) +} + inline bool TaskTemplate::has_target() const { return target_case() != TARGET_NOT_SET; } diff --git a/flyteidl/gen/pb-go/flyteidl/core/tasks.pb.go b/flyteidl/gen/pb-go/flyteidl/core/tasks.pb.go index d467ad1fe2c..76586ed89c0 100644 --- a/flyteidl/gen/pb-go/flyteidl/core/tasks.pb.go +++ b/flyteidl/gen/pb-go/flyteidl/core/tasks.pb.go @@ -488,10 +488,12 @@ type TaskTemplate struct { // // Types that are valid to be assigned to Target: // *TaskTemplate_Container - Target isTaskTemplate_Target `protobuf_oneof:"target"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` + Target isTaskTemplate_Target `protobuf_oneof:"target"` + // This can be used to customize task handling at execution time for the same task type. + TaskTypeVersion int32 `protobuf:"varint,7,opt,name=task_type_version,json=taskTypeVersion,proto3" json:"task_type_version,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } func (m *TaskTemplate) Reset() { *m = TaskTemplate{} } @@ -578,6 +580,13 @@ func (m *TaskTemplate) GetContainer() *Container { return nil } +func (m *TaskTemplate) GetTaskTypeVersion() int32 { + if m != nil { + return m.TaskTypeVersion + } + return 0 +} + // XXX_OneofWrappers is for the internal use of the proto package. func (*TaskTemplate) XXX_OneofWrappers() []interface{} { return []interface{}{ @@ -896,77 +905,78 @@ func init() { func init() { proto.RegisterFile("flyteidl/core/tasks.proto", fileDescriptor_bd8423ba58d6ed80) } var fileDescriptor_bd8423ba58d6ed80 = []byte{ - // 1147 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x56, 0x5f, 0x6f, 0xdb, 0xb6, - 0x17, 0x8d, 0x95, 0xc4, 0x7f, 0xae, 0xe3, 0x54, 0x65, 0x7f, 0xbf, 0x4e, 0xcd, 0xda, 0x2e, 0x10, - 0xd6, 0xae, 0xdb, 0x50, 0x7b, 0x75, 0x81, 0xae, 0xdb, 0x80, 0x02, 0x49, 0xed, 0xb6, 0x59, 0x6c, - 0xcb, 0xa0, 0x9d, 0x76, 0xdd, 0x8b, 0xc6, 0x48, 0xb4, 0x4b, 0x54, 0x12, 0x35, 0x8a, 0xca, 0xe0, - 0x4f, 0xb4, 0x97, 0xbd, 0x0e, 0xd8, 0xbe, 0xce, 0xbe, 0xc8, 0x06, 0x51, 0x94, 0xfc, 0xa7, 0xc8, - 0x82, 0x3d, 0x99, 0xbc, 0xe7, 0x9c, 0x4b, 0xea, 0xde, 0xeb, 0x23, 0xc1, 0xad, 0x59, 0xb0, 0x90, - 0x94, 0xf9, 0x41, 0xc7, 0xe3, 0x82, 0x76, 0x24, 0x49, 0xde, 0x27, 0xed, 0x58, 0x70, 0xc9, 0x51, - 0xab, 0x80, 0xda, 0x19, 0x74, 0x70, 0x77, 0x9d, 0xc9, 0x7c, 0x1a, 0x49, 0x36, 0x63, 0x54, 0xe4, - 0xf4, 0x83, 0x3b, 0x1b, 0x78, 0x24, 0xa9, 0x98, 0x11, 0x8f, 0x6a, 0xf8, 0xf6, 0x3a, 0x1c, 0x30, - 0x49, 0x05, 0x09, 0xf4, 0x59, 0x07, 0x77, 0xe7, 0x9c, 0xcf, 0x03, 0xda, 0x51, 0xbb, 0xf3, 0x74, - 0xd6, 0xf1, 0x53, 0x41, 0x24, 0xe3, 0x51, 0xa1, 0xde, 0xc4, 0x13, 0x29, 0x52, 0x4f, 0xe6, 0xa8, - 0xfd, 0xa7, 0x01, 0x0d, 0x4c, 0x13, 0x9e, 0x0a, 0x8f, 0x26, 0xe8, 0x18, 0xea, 0x82, 0xfe, 0x9c, - 0xd2, 0x44, 0x26, 0x56, 0xe5, 0x70, 0xfb, 0x41, 0xb3, 0x7b, 0xbf, 0xbd, 0xf6, 0x28, 0xed, 0x92, - 0x5b, 0xae, 0xfa, 0x91, 0x14, 0x0b, 0x5c, 0xea, 0xd0, 0x33, 0xa8, 0x06, 0x2c, 0x64, 0x32, 0xb1, - 0x8c, 0xff, 0x94, 0x41, 0xab, 0x0e, 0x7e, 0x82, 0xd6, 0x1a, 0x80, 0xbe, 0x81, 0x9d, 0x88, 0x84, - 0xd4, 0xaa, 0x1c, 0x56, 0x1e, 0xec, 0x77, 0xef, 0x5d, 0x99, 0x6e, 0x44, 0x42, 0x8a, 0x95, 0x04, - 0xfd, 0x0f, 0x76, 0x2f, 0x48, 0x90, 0x52, 0xcb, 0x38, 0xac, 0x3c, 0x68, 0xe0, 0x7c, 0x63, 0xbf, - 0x80, 0xbd, 0x55, 0x2e, 0x6a, 0x42, 0xed, 0x6c, 0x74, 0x3a, 0x72, 0xde, 0x8c, 0xcc, 0x2d, 0x54, - 0x83, 0xed, 0xe7, 0xe3, 0x33, 0xb3, 0x92, 0x2d, 0x5e, 0x8e, 0xcf, 0x4c, 0x03, 0x01, 0x54, 0x87, - 0xfd, 0xa1, 0x83, 0xdf, 0x9a, 0xdb, 0x19, 0x75, 0x32, 0x75, 0xf0, 0xd1, 0xcb, 0xbe, 0xb9, 0x63, - 0xff, 0x56, 0x81, 0x6b, 0x38, 0x8d, 0x24, 0x0b, 0xe9, 0x90, 0x4a, 0xe2, 0x13, 0x49, 0xd0, 0x33, - 0xd8, 0x91, 0x8b, 0xb8, 0xb8, 0xec, 0x17, 0x9b, 0x97, 0x5d, 0x67, 0x17, 0xfb, 0xe9, 0x22, 0xa6, - 0x58, 0xe9, 0x90, 0x05, 0xb5, 0x0b, 0x2a, 0x12, 0xc6, 0x23, 0x7d, 0xe7, 0x62, 0x8b, 0x6e, 0x42, - 0x75, 0x16, 0x90, 0x0b, 0x2e, 0xac, 0x6d, 0x05, 0xe8, 0x9d, 0xfd, 0x19, 0x34, 0x57, 0xd2, 0xa0, - 0x06, 0xec, 0x3a, 0xd3, 0x57, 0x7d, 0x6c, 0x6e, 0xa1, 0x16, 0x34, 0x5e, 0x0c, 0xde, 0x4e, 0xfb, - 0xee, 0xa4, 0x77, 0x6a, 0x56, 0xec, 0xbf, 0x0d, 0xd8, 0x9b, 0x92, 0xe4, 0x7d, 0x79, 0x57, 0x1b, - 0xf6, 0x7c, 0x96, 0x78, 0xfc, 0x82, 0x0a, 0x72, 0x1e, 0xe4, 0x77, 0xae, 0xe3, 0xb5, 0x18, 0x7a, - 0x0a, 0x35, 0x91, 0x67, 0x57, 0xf7, 0x69, 0x76, 0xef, 0xfe, 0xfb, 0x23, 0xe1, 0x82, 0x8e, 0x1e, - 0x43, 0x2d, 0xfb, 0xe5, 0xa9, 0xb4, 0x76, 0x94, 0xf2, 0x56, 0x3b, 0x9f, 0xc4, 0x76, 0x31, 0x89, - 0xed, 0x9e, 0x9e, 0x54, 0x5c, 0x30, 0xd1, 0x13, 0xa8, 0x09, 0x2a, 0x05, 0xa3, 0x89, 0xb5, 0xab, - 0x44, 0xb7, 0x3f, 0x68, 0xb7, 0x14, 0x8b, 0x89, 0x14, 0x44, 0xd2, 0xf9, 0x02, 0x17, 0x64, 0xf4, - 0x25, 0x5c, 0x2f, 0xae, 0xbd, 0x70, 0x8b, 0x02, 0x56, 0x55, 0x9d, 0xcc, 0x12, 0x78, 0xad, 0x2b, - 0xf9, 0x14, 0x2c, 0x9f, 0xc6, 0x82, 0x7a, 0x44, 0x52, 0xdf, 0xa5, 0x42, 0x70, 0xe1, 0x86, 0x34, - 0x49, 0xc8, 0x9c, 0x5a, 0x35, 0xa5, 0xb9, 0xb9, 0xc4, 0xfb, 0x19, 0x3c, 0xcc, 0x51, 0x74, 0x1f, - 0x5a, 0xea, 0xcf, 0x29, 0xd2, 0x58, 0xb2, 0xac, 0x64, 0xf5, 0xac, 0x64, 0xaf, 0xb6, 0xf0, 0x7a, - 0xf8, 0xf8, 0xff, 0x70, 0x63, 0x2d, 0xe0, 0xe6, 0x83, 0xf7, 0x87, 0xee, 0xc0, 0x94, 0x86, 0x71, - 0x40, 0x24, 0x45, 0x9f, 0x83, 0xc1, 0x7c, 0x55, 0xf7, 0xac, 0x3c, 0xeb, 0x4f, 0x7a, 0x52, 0xba, - 0x04, 0x36, 0x98, 0x8f, 0x90, 0x1e, 0xac, 0x7c, 0x2a, 0xf2, 0x61, 0xf9, 0x1a, 0xea, 0xa1, 0xae, - 0xbb, 0x1a, 0x8a, 0x66, 0xf7, 0xe3, 0x8d, 0x24, 0xab, 0xfd, 0xc6, 0x25, 0x19, 0x7d, 0x07, 0x8d, - 0xd2, 0x64, 0x74, 0x77, 0xee, 0x6c, 0x2a, 0x17, 0x31, 0xf5, 0x4f, 0x0a, 0x12, 0x5e, 0xf2, 0x51, - 0x07, 0xaa, 0x5e, 0x9a, 0x48, 0x1e, 0xea, 0x16, 0x7d, 0xf4, 0x41, 0x5f, 0x27, 0xca, 0x61, 0xb0, - 0xa6, 0xa1, 0xa7, 0xd0, 0xf0, 0x78, 0x24, 0x09, 0x8b, 0xa8, 0x50, 0x4d, 0x69, 0x76, 0xad, 0x8d, - 0xd3, 0x9e, 0x17, 0xf8, 0xab, 0x2d, 0xbc, 0x24, 0x1f, 0xd7, 0xa1, 0x2a, 0x89, 0x98, 0x53, 0x69, - 0x3f, 0x81, 0x56, 0xc9, 0x19, 0x73, 0x21, 0xd1, 0x3d, 0xd8, 0x2f, 0x79, 0x6e, 0xcc, 0x85, 0x54, - 0x65, 0x6c, 0xe1, 0x96, 0xb7, 0x4a, 0xb3, 0xff, 0x32, 0xa0, 0x51, 0x0a, 0x33, 0x3f, 0x60, 0x61, - 0xd6, 0xe6, 0x4a, 0xee, 0x07, 0x6a, 0x93, 0xfd, 0xe7, 0x3c, 0x1e, 0x86, 0x24, 0xf2, 0x95, 0x65, - 0x35, 0x70, 0xb1, 0xcd, 0x8a, 0x4e, 0xc4, 0x3c, 0xb1, 0xb6, 0x55, 0x58, 0xad, 0xd1, 0x13, 0x68, - 0x88, 0xc2, 0x73, 0x74, 0xed, 0xac, 0xcb, 0x3c, 0x09, 0x2f, 0xa9, 0xe8, 0x21, 0x6c, 0xd3, 0xe8, - 0xc2, 0xda, 0x55, 0xa6, 0xb8, 0xd9, 0xa7, 0x53, 0xba, 0x78, 0x9d, 0x8d, 0xc8, 0x98, 0x30, 0x81, - 0x33, 0x1e, 0x7a, 0x0c, 0x55, 0x8f, 0x47, 0x33, 0x36, 0xb7, 0xaa, 0x57, 0x2b, 0x34, 0x15, 0x75, - 0x61, 0x37, 0x2b, 0x45, 0x62, 0xd5, 0x94, 0xe6, 0xf6, 0x65, 0x55, 0xce, 0x4a, 0x83, 0x73, 0x2a, - 0x3a, 0x82, 0x66, 0x36, 0x13, 0xae, 0x3e, 0xad, 0xa1, 0x9e, 0xe8, 0x70, 0x43, 0xd9, 0x23, 0x92, - 0x0c, 0x38, 0xf1, 0x59, 0x34, 0x7f, 0xae, 0x78, 0x18, 0x32, 0x51, 0xbe, 0xb6, 0x7f, 0x37, 0x00, - 0x4e, 0x9c, 0xe2, 0x5f, 0x89, 0x4e, 0xa1, 0xe5, 0xf3, 0x5f, 0xa2, 0x80, 0x13, 0xdf, 0x0d, 0xb9, - 0x5f, 0x98, 0xe1, 0xe6, 0x8b, 0x60, 0xa9, 0x68, 0xf7, 0x34, 0x7d, 0xc8, 0x7d, 0x8a, 0xf7, 0xfc, - 0x95, 0x1d, 0xea, 0x43, 0x33, 0x8d, 0x97, 0xa9, 0x0c, 0x95, 0xea, 0xd3, 0xcb, 0x53, 0x9d, 0xc5, - 0x65, 0x22, 0x48, 0xcb, 0xb5, 0x3d, 0x80, 0xbd, 0xd5, 0x43, 0x10, 0x82, 0xfd, 0x9e, 0xf3, 0x66, - 0x34, 0x70, 0x8e, 0x7a, 0x6e, 0xff, 0xe8, 0xa5, 0xf2, 0xcb, 0x1b, 0x70, 0xad, 0x8c, 0x4d, 0xa6, - 0xb8, 0x7f, 0x34, 0x34, 0x2b, 0x79, 0xd0, 0x1d, 0x39, 0x53, 0xb7, 0xc0, 0x4c, 0xc3, 0xee, 0x03, - 0x2c, 0xcf, 0xc9, 0x72, 0x9d, 0x8d, 0x95, 0xca, 0x19, 0xb9, 0xfd, 0x1f, 0x4e, 0xa6, 0xe6, 0x16, - 0x32, 0x61, 0x4f, 0xc7, 0xf2, 0xec, 0x15, 0x74, 0x1d, 0x5a, 0x3a, 0x51, 0x0e, 0x98, 0x86, 0xfd, - 0xab, 0x01, 0xd7, 0x3f, 0xa8, 0x6c, 0x36, 0x8e, 0x34, 0xca, 0xcc, 0xd7, 0xd7, 0x8e, 0x5c, 0x6c, - 0xd1, 0x1d, 0x00, 0x16, 0xc5, 0xa9, 0x74, 0x63, 0x22, 0xdf, 0x69, 0x27, 0x68, 0xa8, 0xc8, 0x98, - 0xc8, 0x77, 0xe8, 0x13, 0x68, 0xf2, 0x54, 0x96, 0x78, 0xfe, 0x9a, 0x80, 0x3c, 0xa4, 0x08, 0x27, - 0x50, 0x9d, 0x71, 0x11, 0x92, 0xdc, 0x91, 0xf7, 0xbb, 0x8f, 0xae, 0xea, 0x72, 0x7b, 0x90, 0x7f, - 0x6b, 0x0c, 0x49, 0xfc, 0x42, 0x09, 0xb1, 0x4e, 0x80, 0xbe, 0x85, 0x26, 0xe3, 0x6e, 0xa2, 0xab, - 0xae, 0x9d, 0xe0, 0xd6, 0xa5, 0x6d, 0xc1, 0xc0, 0x78, 0xb1, 0xb6, 0x1f, 0x81, 0xb9, 0x99, 0x17, - 0xd5, 0x61, 0xe7, 0xfb, 0x89, 0x93, 0xbd, 0x80, 0xeb, 0xb0, 0xf3, 0xf6, 0x68, 0x38, 0x30, 0x2b, - 0xd9, 0xab, 0x6c, 0x8c, 0x9d, 0xa9, 0x63, 0x1a, 0xc7, 0xdd, 0x1f, 0xbf, 0x9a, 0x33, 0xf9, 0x2e, - 0x3d, 0x6f, 0x7b, 0x3c, 0xec, 0x04, 0x8b, 0x99, 0xec, 0x94, 0x1f, 0x45, 0x73, 0x1a, 0x75, 0xe2, - 0xf3, 0x87, 0x73, 0xde, 0x59, 0xfb, 0x4e, 0x3a, 0xaf, 0x2a, 0x3f, 0x7a, 0xfc, 0x4f, 0x00, 0x00, - 0x00, 0xff, 0xff, 0x87, 0x5a, 0xf4, 0x00, 0xa8, 0x09, 0x00, 0x00, + // 1167 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x56, 0x6d, 0x6f, 0xdb, 0x36, + 0x10, 0x8e, 0x95, 0xc4, 0x2f, 0xe7, 0x38, 0x55, 0xd8, 0xad, 0x53, 0xb3, 0xb6, 0x0b, 0x84, 0xb5, + 0xeb, 0x3a, 0xd4, 0x5e, 0x5d, 0xa0, 0xeb, 0x36, 0xa0, 0x40, 0xd2, 0xb8, 0x6d, 0x96, 0xf8, 0x05, + 0x8c, 0xd3, 0xae, 0xfb, 0xa2, 0x31, 0x12, 0xed, 0x12, 0x95, 0x44, 0x8d, 0xa2, 0x32, 0xf8, 0x17, + 0xed, 0xcb, 0xbe, 0xee, 0xc3, 0xfe, 0xce, 0xb0, 0xff, 0xb1, 0x81, 0x14, 0x25, 0xbf, 0x14, 0x59, + 0xb0, 0x4f, 0xe6, 0xdd, 0xf3, 0xdc, 0x91, 0xbc, 0x3b, 0x3f, 0x14, 0xdc, 0x9c, 0x84, 0x33, 0x49, + 0x59, 0x10, 0x76, 0x7c, 0x2e, 0x68, 0x47, 0x92, 0xf4, 0x7d, 0xda, 0x4e, 0x04, 0x97, 0x1c, 0xb5, + 0x0a, 0xa8, 0xad, 0xa0, 0xdd, 0x3b, 0xcb, 0x4c, 0x16, 0xd0, 0x58, 0xb2, 0x09, 0xa3, 0x22, 0xa7, + 0xef, 0xde, 0x5e, 0xc1, 0x63, 0x49, 0xc5, 0x84, 0xf8, 0xd4, 0xc0, 0xb7, 0x96, 0xe1, 0x90, 0x49, + 0x2a, 0x48, 0x68, 0xf6, 0xda, 0xbd, 0x33, 0xe5, 0x7c, 0x1a, 0xd2, 0x8e, 0xb6, 0xce, 0xb3, 0x49, + 0x27, 0xc8, 0x04, 0x91, 0x8c, 0xc7, 0x45, 0xf4, 0x2a, 0x9e, 0x4a, 0x91, 0xf9, 0x32, 0x47, 0xdd, + 0x3f, 0x2d, 0x68, 0x60, 0x9a, 0xf2, 0x4c, 0xf8, 0x34, 0x45, 0x07, 0x50, 0x17, 0xf4, 0x97, 0x8c, + 0xa6, 0x32, 0x75, 0x2a, 0x7b, 0xeb, 0xf7, 0x9b, 0xdd, 0x7b, 0xed, 0xa5, 0xab, 0xb4, 0x4b, 0x6e, + 0xb9, 0xea, 0xc5, 0x52, 0xcc, 0x70, 0x19, 0x87, 0x9e, 0x41, 0x35, 0x64, 0x11, 0x93, 0xa9, 0x63, + 0xfd, 0xaf, 0x0c, 0x26, 0x6a, 0xf7, 0x67, 0x68, 0x2d, 0x01, 0xe8, 0x5b, 0xd8, 0x88, 0x49, 0x44, + 0x9d, 0xca, 0x5e, 0xe5, 0xfe, 0x76, 0xf7, 0xee, 0x95, 0xe9, 0x06, 0x24, 0xa2, 0x58, 0x87, 0xa0, + 0x8f, 0x60, 0xf3, 0x82, 0x84, 0x19, 0x75, 0xac, 0xbd, 0xca, 0xfd, 0x06, 0xce, 0x0d, 0xf7, 0x05, + 0x6c, 0x2d, 0x72, 0x51, 0x13, 0x6a, 0x67, 0x83, 0xe3, 0xc1, 0xf0, 0xcd, 0xc0, 0x5e, 0x43, 0x35, + 0x58, 0x7f, 0x3e, 0x3a, 0xb3, 0x2b, 0x6a, 0xf1, 0x72, 0x74, 0x66, 0x5b, 0x08, 0xa0, 0xda, 0xef, + 0xf5, 0x87, 0xf8, 0xad, 0xbd, 0xae, 0xa8, 0xa7, 0xe3, 0x21, 0xde, 0x7f, 0xd9, 0xb3, 0x37, 0xdc, + 0xdf, 0x2b, 0x70, 0x0d, 0x67, 0xb1, 0x64, 0x11, 0xed, 0x53, 0x49, 0x02, 0x22, 0x09, 0x7a, 0x06, + 0x1b, 0x72, 0x96, 0x14, 0x87, 0x7d, 0xb0, 0x7a, 0xd8, 0x65, 0x76, 0x61, 0x8f, 0x67, 0x09, 0xc5, + 0x3a, 0x0e, 0x39, 0x50, 0xbb, 0xa0, 0x22, 0x65, 0x3c, 0x36, 0x67, 0x2e, 0x4c, 0x74, 0x03, 0xaa, + 0x93, 0x90, 0x5c, 0x70, 0xe1, 0xac, 0x6b, 0xc0, 0x58, 0xee, 0x17, 0xd0, 0x5c, 0x48, 0x83, 0x1a, + 0xb0, 0x39, 0x1c, 0xbf, 0xea, 0x61, 0x7b, 0x0d, 0xb5, 0xa0, 0xf1, 0xe2, 0xe4, 0xed, 0xb8, 0xe7, + 0x9d, 0x1e, 0x1e, 0xdb, 0x15, 0xf7, 0x1f, 0x0b, 0xb6, 0xc6, 0x24, 0x7d, 0x5f, 0x9e, 0xd5, 0x85, + 0xad, 0x80, 0xa5, 0x3e, 0xbf, 0xa0, 0x82, 0x9c, 0x87, 0xf9, 0x99, 0xeb, 0x78, 0xc9, 0x87, 0x9e, + 0x42, 0x4d, 0xe4, 0xd9, 0xf5, 0x79, 0x9a, 0xdd, 0x3b, 0xff, 0x7d, 0x25, 0x5c, 0xd0, 0xd1, 0x63, + 0xa8, 0xa9, 0x5f, 0x9e, 0x49, 0x67, 0x43, 0x47, 0xde, 0x6c, 0xe7, 0x93, 0xd8, 0x2e, 0x26, 0xb1, + 0x7d, 0x68, 0x26, 0x15, 0x17, 0x4c, 0xf4, 0x04, 0x6a, 0x82, 0x4a, 0xc1, 0x68, 0xea, 0x6c, 0xea, + 0xa0, 0x5b, 0x1f, 0xb4, 0x5b, 0x8a, 0xd9, 0xa9, 0x14, 0x44, 0xd2, 0xe9, 0x0c, 0x17, 0x64, 0xf4, + 0x15, 0xec, 0x14, 0xc7, 0x9e, 0x79, 0x45, 0x01, 0xab, 0xba, 0x4e, 0x76, 0x09, 0xbc, 0x36, 0x95, + 0x7c, 0x0a, 0x4e, 0x40, 0x13, 0x41, 0x7d, 0x22, 0x69, 0xe0, 0x51, 0x21, 0xb8, 0xf0, 0x22, 0x9a, + 0xa6, 0x64, 0x4a, 0x9d, 0x9a, 0x8e, 0xb9, 0x31, 0xc7, 0x7b, 0x0a, 0xee, 0xe7, 0x28, 0xba, 0x07, + 0x2d, 0xfd, 0xe7, 0x14, 0x59, 0x22, 0x99, 0x2a, 0x59, 0x5d, 0x95, 0xec, 0xd5, 0x1a, 0x5e, 0x76, + 0x1f, 0x7c, 0x0c, 0xd7, 0x97, 0x1c, 0x5e, 0x3e, 0x78, 0x7f, 0x9b, 0x0e, 0x8c, 0x69, 0x94, 0x84, + 0x44, 0x52, 0xf4, 0x25, 0x58, 0x2c, 0xd0, 0x75, 0x57, 0xe5, 0x59, 0xbe, 0xe9, 0x51, 0xa9, 0x12, + 0xd8, 0x62, 0x01, 0x42, 0x66, 0xb0, 0xf2, 0xa9, 0xc8, 0x87, 0xe5, 0x1b, 0xa8, 0x47, 0xa6, 0xee, + 0x7a, 0x28, 0x9a, 0xdd, 0x4f, 0x57, 0x92, 0x2c, 0xf6, 0x1b, 0x97, 0x64, 0xf4, 0x3d, 0x34, 0x4a, + 0x91, 0x31, 0xdd, 0xb9, 0xbd, 0x1a, 0x39, 0x4b, 0x68, 0x70, 0x54, 0x90, 0xf0, 0x9c, 0x8f, 0x3a, + 0x50, 0xf5, 0xb3, 0x54, 0xf2, 0xc8, 0xb4, 0xe8, 0x93, 0x0f, 0xfa, 0x7a, 0xaa, 0x15, 0x06, 0x1b, + 0x1a, 0x7a, 0x0a, 0x0d, 0x9f, 0xc7, 0x92, 0xb0, 0x98, 0x0a, 0xdd, 0x94, 0x66, 0xd7, 0x59, 0xd9, + 0xed, 0x79, 0x81, 0xbf, 0x5a, 0xc3, 0x73, 0x32, 0x7a, 0x00, 0x3b, 0x4a, 0x56, 0x3d, 0x75, 0xdb, + 0xb2, 0xad, 0xaa, 0x45, 0x9b, 0xf8, 0x9a, 0x02, 0xd4, 0x21, 0x4d, 0x57, 0x0f, 0xea, 0x50, 0x95, + 0x44, 0x4c, 0xa9, 0x74, 0x9f, 0x40, 0xab, 0xcc, 0x37, 0xe2, 0x42, 0xa2, 0xbb, 0xb0, 0x5d, 0xe6, + 0xf4, 0x12, 0x2e, 0xa4, 0x2e, 0x79, 0x0b, 0xb7, 0xfc, 0x45, 0x9a, 0xfb, 0x97, 0x05, 0x8d, 0x32, + 0x50, 0x69, 0x07, 0x8b, 0xd4, 0x48, 0x54, 0x72, 0xed, 0xd0, 0x86, 0xfa, 0x7f, 0xfa, 0x3c, 0x8a, + 0x48, 0x1c, 0x68, 0x79, 0x6b, 0xe0, 0xc2, 0x54, 0x0d, 0x22, 0x62, 0x9a, 0x3a, 0xeb, 0xda, 0xad, + 0xd7, 0xe8, 0x09, 0x34, 0x44, 0xa1, 0x4f, 0xa6, 0xce, 0xce, 0x65, 0xfa, 0x85, 0xe7, 0x54, 0xf4, + 0x10, 0xd6, 0x69, 0x7c, 0xe1, 0x6c, 0x6a, 0x01, 0x5d, 0xed, 0xe9, 0x31, 0x9d, 0xbd, 0x56, 0xe3, + 0x34, 0x22, 0x4c, 0x60, 0xc5, 0x43, 0x8f, 0xa1, 0xea, 0xf3, 0x78, 0xc2, 0xa6, 0x4e, 0xf5, 0xea, + 0x08, 0x43, 0x45, 0x5d, 0xd8, 0x54, 0xa5, 0x48, 0x9d, 0x9a, 0x8e, 0xb9, 0x75, 0x59, 0x47, 0x54, + 0x69, 0x70, 0x4e, 0x45, 0xfb, 0xd0, 0x54, 0xf3, 0xe3, 0x99, 0xdd, 0x1a, 0xfa, 0x46, 0x7b, 0x2b, + 0x91, 0x87, 0x44, 0x92, 0x13, 0x4e, 0x02, 0x16, 0x4f, 0x9f, 0x6b, 0x1e, 0x06, 0x15, 0x94, 0xaf, + 0xdd, 0x3f, 0x2c, 0x80, 0xa3, 0x61, 0xf1, 0x0f, 0x46, 0xc7, 0xd0, 0x0a, 0xf8, 0xaf, 0x71, 0xc8, + 0x49, 0xe0, 0x45, 0x3c, 0x28, 0x84, 0x73, 0xf5, 0xd1, 0x98, 0x47, 0xb4, 0x0f, 0x0d, 0xbd, 0xcf, + 0x03, 0x8a, 0xb7, 0x82, 0x05, 0x0b, 0xf5, 0xa0, 0x99, 0x25, 0xf3, 0x54, 0x96, 0x4e, 0xf5, 0xf9, + 0xe5, 0xa9, 0xce, 0x92, 0x32, 0x11, 0x64, 0xe5, 0xda, 0x3d, 0x81, 0xad, 0xc5, 0x4d, 0x10, 0x82, + 0xed, 0xc3, 0xe1, 0x9b, 0xc1, 0xc9, 0x70, 0xff, 0xd0, 0xeb, 0xed, 0xbf, 0xd4, 0xda, 0x7a, 0x1d, + 0xae, 0x95, 0xbe, 0xd3, 0x31, 0xee, 0xed, 0xf7, 0xed, 0x4a, 0xee, 0xf4, 0x06, 0xc3, 0xb1, 0x57, + 0x60, 0xb6, 0xe5, 0xf6, 0x00, 0xe6, 0xfb, 0xa8, 0x5c, 0x67, 0x23, 0x1d, 0x35, 0x1c, 0x78, 0xbd, + 0x1f, 0x8f, 0xc6, 0xf6, 0x1a, 0xb2, 0x61, 0xcb, 0xf8, 0xf2, 0xec, 0x15, 0xb4, 0x03, 0x2d, 0x93, + 0x28, 0x07, 0x6c, 0xcb, 0xfd, 0xcd, 0x82, 0x9d, 0x0f, 0x2a, 0xab, 0xc6, 0x91, 0xc6, 0x4a, 0xa8, + 0x03, 0xa3, 0xde, 0x85, 0x89, 0x6e, 0x03, 0xb0, 0x38, 0xc9, 0xa4, 0x97, 0x10, 0xf9, 0xce, 0xa8, + 0x46, 0x43, 0x7b, 0x46, 0x44, 0xbe, 0x43, 0x9f, 0x41, 0x93, 0x67, 0xb2, 0xc4, 0xf3, 0x27, 0x05, + 0x72, 0x97, 0x26, 0x1c, 0x41, 0x75, 0xc2, 0x45, 0x44, 0x72, 0xf5, 0xde, 0xee, 0x3e, 0xba, 0xaa, + 0xcb, 0xed, 0x93, 0xfc, 0xbb, 0xa4, 0x4f, 0x92, 0x17, 0x3a, 0x10, 0x9b, 0x04, 0xe8, 0x3b, 0x68, + 0x32, 0xee, 0xa5, 0xa6, 0xea, 0x46, 0x35, 0x6e, 0x5e, 0xda, 0x16, 0x0c, 0x8c, 0x17, 0x6b, 0xf7, + 0x11, 0xd8, 0xab, 0x79, 0x51, 0x1d, 0x36, 0x7e, 0x38, 0x1d, 0xaa, 0xc7, 0xba, 0x0e, 0x1b, 0x6f, + 0xf7, 0xfb, 0x27, 0x76, 0x45, 0x3d, 0x7b, 0x23, 0x3c, 0x1c, 0x0f, 0x6d, 0xeb, 0xa0, 0xfb, 0xd3, + 0xd7, 0x53, 0x26, 0xdf, 0x65, 0xe7, 0x6d, 0x9f, 0x47, 0x9d, 0x70, 0x36, 0x91, 0x9d, 0xf2, 0x03, + 0x6a, 0x4a, 0xe3, 0x4e, 0x72, 0xfe, 0x70, 0xca, 0x3b, 0x4b, 0xdf, 0x54, 0xe7, 0x55, 0xad, 0x5d, + 0x8f, 0xff, 0x0d, 0x00, 0x00, 0xff, 0xff, 0x98, 0x64, 0xd6, 0x40, 0xd4, 0x09, 0x00, 0x00, } diff --git a/flyteidl/gen/pb-go/flyteidl/core/tasks.pb.validate.go b/flyteidl/gen/pb-go/flyteidl/core/tasks.pb.validate.go index f242e39011b..92d7ab533ba 100644 --- a/flyteidl/gen/pb-go/flyteidl/core/tasks.pb.validate.go +++ b/flyteidl/gen/pb-go/flyteidl/core/tasks.pb.validate.go @@ -359,6 +359,8 @@ func (m *TaskTemplate) Validate() error { } } + // no validation rules for TaskTypeVersion + switch m.Target.(type) { case *TaskTemplate_Container: diff --git a/flyteidl/gen/pb-go/flyteidl/service/admin.swagger.json b/flyteidl/gen/pb-go/flyteidl/service/admin.swagger.json index 8d4e3e39b6a..dfe30fa090f 100644 --- a/flyteidl/gen/pb-go/flyteidl/service/admin.swagger.json +++ b/flyteidl/gen/pb-go/flyteidl/service/admin.swagger.json @@ -5543,6 +5543,11 @@ }, "container": { "$ref": "#/definitions/coreContainer" + }, + "task_type_version": { + "type": "integer", + "format": "int32", + "description": "This can be used to customize task handling at execution time for the same task type." } }, "description": "A Task structure that uniquely identifies a task in the system\nTasks are registered as a first step in the system." 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 b3e58608682..d1a4a7e948e 100644 --- a/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/api/swagger.yaml +++ b/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/api/swagger.yaml @@ -5935,6 +5935,7 @@ definitions: deprecated_error_message: "deprecated_error_message" interruptible: true timeout: "timeout" + task_type_version: 1 custom: fields: key: @@ -6075,6 +6076,7 @@ definitions: deprecated_error_message: "deprecated_error_message" interruptible: true timeout: "timeout" + task_type_version: 1 custom: fields: key: @@ -6461,6 +6463,7 @@ definitions: deprecated_error_message: "deprecated_error_message" interruptible: true timeout: "timeout" + task_type_version: 1 custom: fields: key: @@ -6594,6 +6597,7 @@ definitions: deprecated_error_message: "deprecated_error_message" interruptible: true timeout: "timeout" + task_type_version: 1 custom: fields: key: @@ -8453,6 +8457,7 @@ definitions: deprecated_error_message: "deprecated_error_message" interruptible: true timeout: "timeout" + task_type_version: 1 custom: fields: key: @@ -8577,6 +8582,7 @@ definitions: deprecated_error_message: "deprecated_error_message" interruptible: true timeout: "timeout" + task_type_version: 1 custom: fields: key: @@ -11326,6 +11332,7 @@ definitions: deprecated_error_message: "deprecated_error_message" interruptible: true timeout: "timeout" + task_type_version: 1 custom: fields: key: @@ -11450,6 +11457,7 @@ definitions: deprecated_error_message: "deprecated_error_message" interruptible: true timeout: "timeout" + task_type_version: 1 custom: fields: key: @@ -14135,6 +14143,7 @@ definitions: deprecated_error_message: "deprecated_error_message" interruptible: true timeout: "timeout" + task_type_version: 1 custom: fields: key: @@ -14259,6 +14268,7 @@ definitions: deprecated_error_message: "deprecated_error_message" interruptible: true timeout: "timeout" + task_type_version: 1 custom: fields: key: @@ -16873,6 +16883,7 @@ definitions: deprecated_error_message: "deprecated_error_message" interruptible: true timeout: "timeout" + task_type_version: 1 custom: fields: key: @@ -16997,6 +17008,7 @@ definitions: deprecated_error_message: "deprecated_error_message" interruptible: true timeout: "timeout" + task_type_version: 1 custom: fields: key: @@ -18418,6 +18430,7 @@ definitions: deprecated_error_message: "deprecated_error_message" interruptible: true timeout: "timeout" + task_type_version: 1 custom: fields: key: @@ -21061,6 +21074,7 @@ definitions: deprecated_error_message: "deprecated_error_message" interruptible: true timeout: "timeout" + task_type_version: 1 custom: fields: key: @@ -21185,6 +21199,7 @@ definitions: deprecated_error_message: "deprecated_error_message" interruptible: true timeout: "timeout" + task_type_version: 1 custom: fields: key: @@ -23490,6 +23505,11 @@ definitions: $ref: "#/definitions/protobufStruct" container: $ref: "#/definitions/coreContainer" + task_type_version: + type: "integer" + format: "int32" + description: "This can be used to customize task handling at execution time\ + \ for the same task type." description: "A Task structure that uniquely identifies a task in the system\n\ Tasks are registered as a first step in the system." example: @@ -23545,6 +23565,7 @@ definitions: deprecated_error_message: "deprecated_error_message" interruptible: true timeout: "timeout" + task_type_version: 1 custom: fields: key: diff --git a/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/model_core_task_template.go b/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/model_core_task_template.go index e6d4941d520..05000f98de6 100644 --- a/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/model_core_task_template.go +++ b/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/model_core_task_template.go @@ -22,4 +22,6 @@ type CoreTaskTemplate struct { // Custom data about the task. This is extensible to allow various plugins in the system. Custom *ProtobufStruct `json:"custom,omitempty"` Container *CoreContainer `json:"container,omitempty"` + // This can be used to customize task handling at execution time for the same task type. + TaskTypeVersion int32 `json:"task_type_version,omitempty"` } diff --git a/flyteidl/gen/pb-go/flyteidl/service/openapi.go b/flyteidl/gen/pb-go/flyteidl/service/openapi.go index 436d2f4fa0c..5f01110f9ba 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\xfd\x7d\x73\x1b\xb9\x95\x2f\x8e\xff\x9f\x57\x81\xeb\xbd\x55\xb6\x13\x8a\x9a\x24\xbb\x5b\xb9\xda\xda\xfa\xfd\x68\x89\xf6\xf0\x8e\x2c\x29\x7a\x18\xef\xdc\x65\x8a\x0b\x76\x83\x24\xa2\x26\xc0\x00\x68\xc9\x4c\x2a\xef\xfd\x5b\x38\x07\x40\xa3\x9b\xdd\x7c\x96\x2c\x79\xb8\x5b\x95\xb1\xd8\xdd\x78\x3c\x38\x38\x8f\x9f\xf3\x8f\xdf\x10\xf2\x46\x3f\xd2\xf1\x98\xa9\x37\x27\xe4\xcd\x1f\xda\x3f\xbc\x69\xd9\xdf\xb8\x18\xc9\x37\x27\xc4\x3e\x27\xe4\x8d\xe1\x26\x63\xf6\xf9\x28\x9b\x1b\xc6\xd3\xec\x58\x33\xf5\xc0\x13\x76\x4c\xd3\x29\x17\xed\x99\x92\x46\xc2\x87\x84\xbc\x79\x60\x4a\x73\x29\xec\xeb\xee\x9f\x44\x48\x43\x34\x33\x6f\x7e\x43\xc8\x3f\xa1\x79\x9d\x4c\xd8\x94\xe9\x37\x27\xe4\xbf\xf1\xa3\x89\x31\x33\xdf\x80\xfd\xb7\xb6\xef\xfe\x05\xde\x4d\xa4\xd0\x79\xe9\x65\x3a\x9b\x65\x3c\xa1\x86\x4b\x71\xfc\x57\x2d\x45\xf1\xee\x4c\xc9\x34\x4f\xd6\x7c\x97\x9a\x89\x2e\xe6\x78\x4c\x67\xfc\xf8\xe1\xf7\xc7\x34\x31\xfc\x81\x0d\x32\x9a\x8b\x64\x32\x98\x65\x54\xe8\xe3\x7f\xf0\xd4\xce\xf1\xaf\x2c\x31\xff\x84\x3f\x52\x39\xa5\x5c\xe0\xbf\x05\x9d\xb2\x7f\x86\x76\x08\x79\x33\x66\x26\xfa\x93\x90\x37\x29\xd3\x89\xe2\x33\xe3\x56\xe5\x9a\x19\xc5\xd9\x03\x23\x66\xc2\x08\x76\x47\xb0\x3b\x62\xbb\x23\x7e\xd5\xf4\x8c\x25\x7c\xc4\x59\x4a\x86\x73\xc2\xc5\x2c\x37\x44\xb1\xbf\xe5\x4c\x1b\x32\xe2\x99\x61\x4a\xb7\xdd\x92\x41\x2f\x72\xc6\x14\xcc\xb3\x97\xda\x5e\x3e\x31\xd3\x81\xb6\xcf\xa1\xe9\xab\x8c\x8a\xf8\x6d\xc5\xf4\x4c\x0a\xcd\x74\x69\xa8\x84\xbc\xf9\xc3\x0f\x3f\x54\x7e\x5a\x9c\x41\x87\xe8\x3c\x49\x98\xd6\xa3\x3c\x23\xbe\xa5\x78\x30\xf0\x11\x6c\x32\x5d\x68\x8c\x90\x37\xff\x5b\xb1\x91\x6d\xe7\x5f\x8e\x53\x36\xe2\x82\xdb\x76\x35\xd2\x52\x34\xda\xd2\x57\xff\xfc\x4d\xdd\xbf\xff\x19\xcd\x68\x46\x15\x9d\x32\xbb\x2c\x61\xf7\xf1\xff\x2a\x73\xb1\xfb\x65\x3b\x2f\xf6\xb4\x3a\xf0\xca\x6c\x2f\xe8\x94\x11\x39\x82\xed\x72\x5f\xc0\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\xd9\x5a\x6b\x6a\x48\xa1\x1b\xcc\x0c\x3f\x68\x9c\x58\x5f\x74\xfc\x2b\x09\x15\x64\xc8\x88\x3d\x97\x3c\x65\x8a\xa5\x84\x6a\x42\x89\xce\x87\x9a\x19\xf2\xc8\xcd\x84\x0b\xfb\x37\x92\x6f\xe2\xd7\xec\xe5\xac\x0d\xfc\x73\xf9\xca\xdc\x69\xa6\xec\xc0\x1f\x78\xca\x52\xf2\x40\xb3\x9c\x91\x91\x54\xa5\xe5\x69\xf7\xc5\xed\xc4\xae\xc3\x74\xc8\x05\x9c\x3c\xbb\x96\x9e\x42\x7e\xe7\x97\xeb\x77\xc4\xf6\x47\x72\xc1\xff\x96\xb3\x6c\x4e\x78\xca\x84\xb1\xe7\x5a\x57\x5b\xfb\x9d\x84\xfe\x69\x46\x8e\x88\x5d\x67\xa6\x0c\xac\xb7\x14\x86\x7d\x35\x9a\x1c\x91\x8c\xdf\x33\xf2\xf6\x9c\x6b\x43\x3a\x57\xbd\xb7\x2d\xf2\xf6\xbc\x60\x1c\xfa\xed\x33\xac\x70\xf8\xf7\x5f\xa2\xa3\x67\xe8\xb8\x7a\xe8\xde\x74\xec\x69\xbe\xc1\x6b\xa2\x68\xe1\x2f\xbf\x89\xdb\x71\xfb\xb5\x9c\xf7\x16\x8c\xd7\x71\xdd\x4d\x78\xed\x47\x66\x92\xc9\x0a\x46\xab\x77\xe4\xb4\x76\x3b\xaa\xac\x56\xbf\x2e\x5e\x6b\xa7\xf0\xd4\xfc\x76\x17\x66\x4b\x0d\x9c\x02\xca\x05\x1e\x9a\x70\x86\xca\x3b\x43\xbe\x1d\x5b\xd9\x85\xdf\x46\xb3\x89\x58\xae\xe7\xa4\xd1\x4a\xbc\x90\xb9\x66\x7c\xca\x57\xed\x63\x4f\xa4\x56\xec\x72\x4c\x4e\xe4\xd3\x21\x53\x76\xea\x9e\xdd\xc1\x0c\x87\x96\xfd\x99\x5c\x09\x96\x36\x4c\xed\x6f\x39\x53\xf3\x25\x73\x1b\xd1\x4c\x37\x4d\x8e\x0b\xc3\xac\x5c\x5b\x79\x3c\x92\x6a\x4a\x8d\x7b\xe1\xdf\xff\x75\xd3\xc9\x1b\x79\xcf\x56\xed\x73\x0f\x77\x2d\xa1\x1a\xb6\x7b\x9a\x67\x86\xcf\x32\x46\x66\x74\xcc\xb4\x5b\x85\x3c\x33\xba\x05\xaf\x59\x59\x9a\xa9\xa3\x70\xdb\x40\x0f\xfe\x96\xcd\x35\xfc\x42\x46\x81\x91\x09\xf6\xd5\x40\x4b\x7d\x01\xf7\x2c\x2c\x51\x7c\x7b\x3c\xc1\x52\x6e\x47\x27\x5a\x2a\x33\x18\xce\xdb\xf7\x6c\xa1\xdf\x46\x6a\xa1\x82\x50\x63\x14\x1f\xe6\x86\xd9\x79\xdb\x36\xfc\x3d\x09\xac\x0f\x2f\x63\x6d\x2f\xdf\xcb\xb3\xcb\x77\xf7\xd4\x28\x39\xa6\xe2\xfd\x09\xe9\xa4\x29\xc1\x81\xda\x77\x78\x8a\x57\xf2\x84\x29\xd6\x26\xb7\x13\xae\x89\x9e\xc8\x3c\x4b\x89\x60\x0f\x4c\xd9\xb5\x65\xd3\x99\x99\xbf\xb8\xd5\x4a\xb9\x62\x09\x2c\xcc\x26\x27\x2c\x7c\x65\x17\xcd\x2a\x3d\x73\x5c\xba\x7b\x36\x07\xc1\x65\x71\xf9\x9e\x81\x5e\x2a\x4f\x99\xc8\xa7\x95\xbb\x02\x7e\x3f\xeb\xde\x9c\x76\x2f\xce\x7a\x17\x9f\x2a\x5f\x58\x31\x22\x3c\x2a\x3d\xf9\xcb\xc2\xda\x8c\x68\x9e\xc1\xa9\x8e\x5a\x7b\x36\xc1\x25\x99\xf0\x2c\x55\x4c\x1c\x1b\xaa\xef\x07\xec\x2b\x4b\x72\xbc\x67\xff\x51\xfe\x61\x60\xa5\x4f\x99\xb2\xf2\x2f\xa5\x3f\x0a\x71\x67\xe3\x4f\x83\x56\xba\xf1\x97\xa0\xc3\xae\xf7\x1d\xfc\xc2\xd3\xda\xb7\xe1\x97\x15\x73\xf0\xef\x2c\x19\xac\x7f\xa5\x71\x54\xfe\x05\x27\xc0\xd5\xbe\xa3\x98\x51\xf3\x01\x35\xc6\x9e\xf2\x2d\x64\x46\xd8\x52\x62\x67\x4b\x8a\xfd\x74\xe2\x23\x0a\x8a\xc0\xbb\x83\xe4\x68\x47\x50\xbc\xb9\x4a\x5e\xbc\x90\x29\xeb\x86\x66\x3f\x4a\x75\x4b\xf5\xfd\x6b\x90\x19\x4b\x03\x7f\x0e\xb1\x71\xdb\x03\xf4\xdd\x29\xf5\x5b\xb2\x83\x83\x09\x60\xf7\x95\x5c\xd7\x60\x20\x15\xd1\x73\x6d\xd8\x74\xa5\xe9\xe0\xf5\x2c\x84\xe3\xf7\x2f\x75\xc0\x95\x2b\xe7\x57\x70\xea\xcb\x17\xe8\xe1\x78\x6f\xb0\x64\xfb\x32\xfc\xbd\xf4\x79\x7a\x17\xcc\xf2\xa9\xde\xf8\xed\xf3\x0e\x07\x47\x27\x2f\x7e\x9a\x25\xd1\x6e\xdf\x83\x7c\x22\xab\x41\xe3\x5e\xf9\xd5\x1e\xc0\x00\x56\xa8\x7c\x65\xd3\x71\x38\x7f\xf6\xd3\xd8\xb8\x82\x16\x33\x63\x75\x5e\x67\x5b\x62\x8a\x24\x52\xa1\x28\x98\xba\xe3\xde\x17\xe4\x88\x9c\x75\x6e\x3b\x37\xdd\xdb\x13\xd2\x21\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\x31\x9b\x1b\x46\xce\xa8\xa1\xa7\xd4\xd0\x4c\x8e\xdb\xa4\x03\x7f\xda\x8f\xb9\x26\x34\xd3\x92\x50\x4f\x55\x2c\xf5\x4d\x50\x91\x7a\xce\x42\x49\x22\xa7\x33\x9e\x05\xab\x79\x30\x91\x70\x91\xf2\x07\x9e\xe6\x34\x23\x72\x68\x99\x8a\x55\x55\xbb\x0f\x4c\x98\x9c\x66\xd9\x9c\xd0\x2c\x23\xae\x5b\xff\x82\xd7\xeb\x87\x2c\x8c\x52\xf3\x29\xcf\xa8\xb2\xba\x30\x8e\xf6\xd2\xb5\x45\x6e\x27\x2c\x8c\x15\xc6\x65\x17\x73\x4a\xef\x99\x26\xdc\x90\x99\xd4\x9a\x0f\xb3\xe2\xc8\xdf\xf5\x08\x8c\xfb\xf4\xbc\x07\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\xdf\x5a\xd1\xbe\xbb\xb8\xb9\xea\x9e\xf6\x3e\xf6\xba\x67\x8b\x9a\xf6\x6d\xe7\xe6\xa7\xc5\x5f\xbf\x5c\x5e\xff\xf4\xf1\xfc\xf2\xcb\xe2\x93\xf3\xce\xdd\xc5\xe9\x8f\x83\xab\xf3\xce\xc5\xe2\x43\x47\x56\x6b\x2b\xed\xf1\xc8\x36\x3c\x5a\x07\x6b\xe4\x3e\xad\x91\xad\xef\xd7\x1c\xe9\x5c\x39\xeb\x9b\x22\x49\xc6\xb5\xb1\x0b\xe4\xbe\x24\x33\xaa\x35\x0a\x43\x38\x82\x76\x5f\x7c\x96\xca\x32\xad\x91\xb4\x7c\xc1\x0a\x4c\x46\xe5\x89\xe1\x62\x1c\x3e\x3a\x21\xfd\xfc\x87\x1f\xfe\x98\x9c\x73\x71\x0f\xff\x62\x2f\x71\x71\x0e\xb6\xda\x6d\x56\xeb\x60\xab\x8d\x9f\xbd\x0e\x5b\xad\x15\x73\x8e\x63\x13\xed\xd3\x04\xf7\xa0\x1b\xd9\xca\x0e\x32\x37\xf6\x9f\xb6\x5f\x32\x52\x72\x0a\x52\xd5\x57\xae\x81\x4b\x3c\x4a\x75\x3f\xca\xe4\xe3\x7a\xa6\xc3\x4f\xcc\x04\xe3\x9b\x95\x62\x5e\x83\xc5\xf0\x8b\x9b\x61\x18\xf8\x27\x66\xec\xd8\xaf\x5d\x2f\x87\x38\x9f\x43\x9c\xcf\xb7\x8d\xf3\x79\x51\x66\xbb\xa7\xe7\x7d\x65\x1b\x1f\x32\xc0\x06\x17\x54\xa3\x87\xa9\xc1\x81\x14\xf9\x87\x9e\x92\x69\x96\xbd\x32\x2b\x18\x66\xc9\x63\xf1\x5a\x98\x66\x69\xd0\xcf\xcf\x30\x7f\x15\x0e\x95\x83\xbf\x64\xcb\x85\x7a\x95\x7c\x75\xcd\x2b\xe3\xd9\xbc\x1d\x4f\xcf\xe7\x17\x62\x11\x36\x09\x3e\xd8\x20\xda\x60\xed\xf0\x82\x15\xf1\x04\xb5\x01\x04\x75\x11\x03\x8b\x21\x02\xb5\x31\x01\x3b\x05\x01\x6c\x7a\x25\xad\xef\xfe\xff\xc4\xcc\x2d\xd5\xf7\xaf\xee\x4a\x2a\x0d\xfa\xf9\xaf\xa4\x5f\xa9\xd7\xff\xe0\xe6\x7f\xc2\xa5\xfb\xde\x2f\xb2\x97\xeb\xc8\xff\x15\x78\xee\x0f\xae\xfa\x8d\xd6\xe8\xfb\xf2\xcd\x7f\xaf\xce\xf8\xd7\xe9\x7d\x3f\xb8\xdb\x0f\xee\xf6\x83\xbb\x7d\x0d\x77\xfb\x93\x2a\xa5\xcc\x92\x95\x06\xf3\x63\xac\xdb\xbc\x99\x49\xbd\x5c\x17\x3b\x55\x8c\x1a\x4b\xc5\x65\xbb\x1f\x81\x06\x89\x62\x89\x54\xa9\xd5\xc1\x28\x99\x4d\xa8\x66\xc4\x28\x2a\x34\x5f\xa5\x87\x61\xab\x60\x68\xb3\xed\xbc\x06\x15\xac\x64\x15\x84\x51\x3f\x97\x02\x36\x94\xe9\xc2\x99\xc1\xe3\x54\xf7\x64\x39\xaf\xdf\xdb\xd4\x21\x43\x73\x9d\x99\x3f\x21\x35\xdb\x7b\x65\x4b\x6a\x2e\x9b\x0c\xf6\x42\xcd\xa0\xa3\xbf\x16\x6a\x2e\x19\x14\x7e\x5d\xd4\x5c\x37\xf5\x97\x40\xcd\xde\x1b\xbd\x25\x45\x2f\x3a\xb3\xf7\x42\xd5\xc1\x83\xfc\x5a\x28\x7b\xc1\xe5\xfd\xeb\xa2\xee\xa6\xe9\x7f\x5b\x0a\x0f\x86\xf0\x7d\xd1\xf6\x6a\xc2\x0d\x0b\xf0\x1a\x88\x36\x0c\x16\xc7\xfe\xab\xa1\xd6\x85\x79\xbf\x10\x32\x3d\x56\x0c\xb3\x0d\x37\xa2\xd7\x6b\xf7\xd1\xc6\x14\xeb\x3f\x3c\xd0\xec\x6b\xa2\x59\xbf\x6b\x2f\x87\x6a\x9b\xc2\xe9\x36\xcf\xc0\x5d\x12\x23\xa7\xc9\x94\x9a\x64\x62\x1f\xa2\x7f\x6e\x4d\x98\x96\x22\xe5\xf6\x55\x51\xf7\x73\xe4\xd9\x7e\xdf\x96\xf8\x83\x05\xfe\x57\x08\x87\xf5\x62\xc2\xc5\x0f\x29\x2a\x7b\x4c\x51\xe1\xfa\x90\xa2\x72\x48\x51\x59\x77\x81\x0e\x29\x2a\x87\x14\x95\xe8\xd9\xeb\x48\x51\x79\xfa\xec\x94\xfd\xa4\xa0\xbc\x2a\x21\xfa\x20\x40\x1f\x04\xe8\x43\x9e\x49\x98\xda\xbe\x18\x98\xff\xfa\x4d\xca\x32\x66\xd8\x52\xf6\x73\xcb\xd4\xd4\xea\x06\x25\xe8\xeb\x1a\xa7\x41\x81\xaa\x15\x28\x08\xcc\x1b\xcb\xf8\x52\x68\xfb\x75\x72\xa7\x30\xfc\x43\x5a\xdc\x81\x5d\x1d\xd8\xd5\x36\x53\x7b\x39\x56\xd9\xe8\x30\x7f\x53\xb3\x6c\x04\xa4\x3d\xe0\xe9\x7e\xb0\xb4\x83\xd8\x18\x23\x69\x17\x4b\x51\x02\x33\xde\xce\x48\x5b\xc0\x52\xf7\xd2\x57\x61\xa7\xb5\x7c\x24\xed\x42\xd4\x5d\x08\x19\x54\x07\x48\xed\x03\xa4\xf6\xfa\x73\x3d\x58\x08\xf7\x68\x21\x3c\x40\x6a\x1f\x6c\x60\x07\x1b\xd8\xd3\xdb\xc0\xbe\x95\x41\xfb\x99\x8f\xe5\x73\x89\x68\xdb\x05\x26\x89\x94\x28\x36\xe6\xda\x30\x65\x57\xaf\x56\x28\x5b\x1d\xa9\xf4\x5a\x8b\x44\xad\x1d\xf7\x11\x77\xfb\xe6\x5f\xd7\x18\xfe\xb5\xbb\x45\xe1\xa8\x0f\x69\x1a\x2a\xc2\x80\xe8\x34\xa5\x73\x32\xa1\x0f\x8c\x8c\x28\xcf\x50\x31\x72\xdc\x71\xc9\x0c\x97\x0d\xe8\xff\x6c\x36\x20\x5a\x1e\x8e\x62\x23\xa6\x98\x48\x90\xdb\xa3\xf0\x93\xd0\xcc\xa7\x82\xc0\x3b\x13\xab\xa6\x66\x8a\xd1\x74\x4e\x86\x8c\x89\x40\x36\x35\x92\x42\xc3\x98\xf7\x22\xb4\x7e\x73\x35\x6d\x91\x7a\x5e\x8a\x92\xf6\x24\xd1\x33\xf5\x2c\x61\x77\xe5\x4c\xff\xe1\x75\xb1\x8a\x43\x10\xcd\xc1\xa8\xf6\xed\x8d\x6a\x87\x20\x9a\x83\x8a\xfc\x02\x54\xe4\x43\x10\xcd\x21\x88\xe6\x60\x40\x58\x7b\xb5\x0e\x06\x84\xf8\xd9\xeb\x08\xa2\x79\xc2\x0a\xce\xcf\x25\x61\x1f\x04\x6c\xff\xde\x41\xc0\x3e\x08\xd8\xdf\xa9\x80\xfd\x32\x56\xf8\x20\x5d\x1f\xa4\xeb\x83\x74\x7d\x90\xae\x0f\xd2\xf5\x41\xba\x76\x5f\xed\x53\xba\x86\x7f\x79\x68\xd6\x9d\x23\xd6\x37\xf7\x72\x7d\x62\xe6\xb5\xba\xb8\x0e\x22\xf5\x41\xa4\x7e\xd9\x22\xf5\x8b\x99\xd0\xf7\x07\xb5\x78\x00\x2b\x3c\x80\x15\x1e\xc0\x0a\x9f\x16\xac\xd0\x7f\xfd\x66\x96\x2f\x97\x45\xee\x66\xa9\xcf\x5d\xd1\x86\x9a\x1c\xd4\xbe\x35\xe4\x12\xd2\x31\x64\x2a\xad\x12\x24\x58\xe9\x1d\xcf\x80\x30\xa2\x63\xcc\x1f\x98\x20\x3e\x46\xbb\xe5\xae\x99\x16\x58\x22\xfe\x19\x4e\x07\x26\xcd\x50\x43\x28\x31\x7c\xca\xda\xa4\x37\xc2\xd3\x9c\x58\xf2\xd7\xcc\xe8\x4a\x18\x10\x92\x26\x7c\x24\xd2\x62\xac\xbe\x6f\x5e\x44\x85\xe0\x6b\x2d\xcf\x0c\xf3\xcc\x20\x6b\xf4\x8d\x3f\xf2\x2c\xb3\x63\x70\x1c\x04\x4e\xc2\x94\xa9\xcc\x7f\x59\xea\xd6\xbf\x3c\xa5\xa9\x3d\xb9\xd1\x10\x8a\xec\x9e\xf8\x7d\xb8\x73\xb9\x0e\x71\x2d\xa5\xef\xf1\xeb\x36\x71\x4a\x38\x82\x8a\xad\x35\x8c\x09\x4d\xed\x09\x4c\x26\x2c\xcd\x33\x46\xa8\xd6\x32\xe1\xd4\x58\x6e\x85\x77\x34\xe1\xc6\xab\xec\xfe\x25\xdf\x75\xca\x35\x1d\x66\x2c\x75\x6b\xcc\x8a\x30\x9b\xa5\x23\xe7\x9a\x0c\x99\x5d\x62\xcb\x47\xca\xab\x3f\x41\x09\xa1\x66\x34\xd1\x50\xd8\xe2\x48\x98\xc0\x81\x2c\x91\x70\x91\x38\x5f\xab\x90\x8b\xa3\x3f\xe4\x3e\x1d\x44\xde\x83\xc8\xbb\xd1\x84\xbe\x2b\x91\xf7\x05\x85\x06\x7a\x86\xf4\x4d\x43\x03\xc1\x81\x68\x39\xff\x20\x58\x08\xf5\x76\xc6\x93\x60\x84\xfd\xec\x9b\xec\x84\x16\x4f\xa5\x18\xf1\x71\xae\x9c\xc0\xed\xa4\xe1\x15\x5e\xca\x9a\x76\x5e\xc5\x8d\x53\x3f\xf4\xe7\xba\x78\x36\x51\xe8\xc8\x11\xb1\x62\xf7\xe0\xba\x7b\x73\x79\x77\x7d\xda\x3d\x21\x9d\xd9\x2c\xe3\xe8\x65\x49\x72\x6d\xe4\x94\xff\xdd\x4e\x03\x81\x84\x03\xe7\x76\x62\x88\x06\x81\x03\xdc\x3a\x56\x4d\x22\x47\xe4\xf4\xfc\xee\xe6\xb6\x7b\xdd\xd0\xa0\x23\x02\xa8\x65\xc4\xa6\xb3\x0c\xa4\x92\xfb\x7c\xc8\x94\x60\x86\x69\x92\x64\x39\xc4\x98\x07\x67\x0f\x36\xda\xfd\xaf\xee\xe9\xdd\x6d\xef\xf2\x62\xf0\xe7\xbb\xee\x5d\xf7\x84\x78\x6a\xb2\xcd\xda\x71\xd9\x51\xa4\x73\x41\xa7\x56\x17\x2d\x23\x1e\xff\x2d\x67\x39\x08\x41\x7c\x2c\xa6\x4c\x98\x6a\x8b\x7e\xc0\xe7\x9d\x0f\xdd\xf3\x72\xcb\x13\x46\x7e\xfa\x53\x31\xa8\x8c\x0e\x59\xe6\xbc\x4f\xe0\x5c\xb1\x0c\xbb\xe8\xc8\xb9\xa5\x72\x54\x6b\xff\x7c\xd7\x39\xef\xdd\xfe\x32\xb8\xfc\x38\xb8\xe9\x5e\xff\xdc\x3b\xed\x0e\x9c\x82\x71\xda\xb1\xfd\x96\x7a\x72\x7a\x08\xf9\x5b\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\x57\xe7\x77\x9f\x7a\x17\x83\xcb\x9f\xbb\xd7\xd7\xbd\xb3\xee\x09\xb9\x61\x19\xe8\x87\x7e\xd1\x61\x17\x67\x59\x3e\xe6\x82\xf0\xe9\x2c\x63\x76\x35\xf0\x38\x0e\xd9\x84\x3e\x70\xa9\x4a\x3a\x02\xac\xa3\x25\xa1\x6f\x6e\xc8\x2e\x51\xe8\xa2\xaa\x57\x25\xb9\xc5\x37\x2a\xf4\xb3\xec\x85\x12\x39\x2c\xbe\xb8\x6a\x5b\x17\xbf\xa8\xec\xcb\xda\x0a\x69\x79\xd2\xcf\x76\x1b\x58\x26\x92\x0e\xbc\x61\xe2\xf8\x1f\x25\x66\xf2\xcf\x27\x43\x8a\x21\x51\x7a\xab\xbb\x1d\x56\x55\xdc\x2c\x3e\x78\x0d\x77\x42\x3c\xdc\x6f\xc9\xff\xf7\x24\x73\xbd\x12\x7b\xcf\xe6\xa2\xee\x41\x65\x3b\xa8\x6c\xf5\x2b\x73\x08\xfc\x69\x58\xe1\x7d\xdd\x47\xdb\x98\x48\x47\x9c\x65\xa9\x5e\xb0\x71\x95\xee\x93\x95\xf6\xac\xd7\x7b\x95\x3c\xaf\x45\x6b\x13\xc5\xe2\x3a\x78\x82\x9c\x6b\xc8\xee\xd6\x94\x19\x0a\x95\x4d\x8d\x24\x39\x0c\xfd\x70\x3d\xb9\xff\x3b\x5c\x4f\x87\xeb\xe9\x70\x3d\xfd\x5a\x4d\x82\x35\x2c\xfd\x9b\xda\x04\x57\x69\x81\x3b\x41\x3c\xd5\x18\x0c\x17\xb5\x3f\x4d\xf4\x84\x2a\x2c\xe6\x93\xc8\xe9\x54\x8a\x28\xb8\x60\x3e\x63\x2d\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\x1c\x54\xfd\x1e\xa5\x27\xb1\x13\xa4\xf4\xa0\x48\x4b\x80\xd6\x79\xba\x7b\x5a\x42\xb9\x3c\xf1\x2a\x27\x49\x5c\xd0\xf6\x85\x0b\xbc\xa3\x6c\x6e\x18\x4f\xb3\xc5\x4a\xbc\xcf\x10\xa9\x55\xb7\xd1\xdf\xa3\x91\xa5\x86\x6c\x0f\x16\x97\x95\x0b\xf5\xbd\x82\x59\x17\x7c\xe9\x15\xb9\x09\xd6\x63\xde\x1e\xf0\x7f\xd0\xc0\xc2\xeb\x9f\x07\x46\x5e\xff\x78\x57\x0c\x87\x32\xef\xde\x16\xbb\xa1\xc4\x1b\x5f\x87\x19\x23\x1e\xf1\x73\x18\x32\x96\xee\xfe\x77\xc7\xd7\x97\xd1\xf2\x81\xbb\xaf\xb9\x5c\xdf\x2b\x8f\x3f\xd8\x33\xf6\x69\xcf\x68\x7d\xbf\x06\x8d\x03\xe6\xc2\x92\xc5\x39\x58\x7b\xb6\x59\xad\x83\xb5\x27\x7e\xf6\x9c\xd6\x1e\xf4\xdd\x0e\x66\x54\x31\x61\x6a\xe4\xfb\xea\xcd\x06\xaf\x47\xb6\xfa\x20\x00\x41\x03\x28\xb8\x3a\xd9\x20\xdc\x9a\xdf\x97\xf9\xc7\xc9\x28\x03\x14\x71\xa2\x5c\x88\xe3\x7f\x14\xff\x8e\x14\x88\xe8\xc7\x1a\x1f\xe8\x06\x21\x4c\x3e\xca\x9e\xa5\x85\xd8\x55\x34\x5e\x13\xda\xe4\xc6\x70\xe4\x85\xb1\xc2\x9b\xbf\x32\xd2\xe9\x0a\x3f\x3d\x83\x2f\x5f\x57\x52\x45\xc3\xd0\x9f\x37\x02\x6a\x91\x12\xd6\x3b\x58\x5e\x8f\xe0\x98\x34\xf0\x38\xe1\x20\x1e\x00\x84\x13\x5c\xa1\xd1\x86\xfb\x74\x4c\x0a\x79\x13\x4d\xb2\xd6\x73\x8b\x91\x0b\xe4\xbe\xde\xc4\x1d\x8d\xbe\xde\x79\x7f\xf3\xd0\x90\x15\x74\xff\x4d\xc3\x44\x96\xf0\xcc\xfd\x44\x88\x3c\x1f\x7f\xfc\xc4\xcc\xf7\xc7\x1c\x3f\x31\xf3\x5c\x9c\x71\x5b\x76\xb8\x94\x25\x14\x15\x27\x5e\x08\x37\xd8\x8e\xf5\xbd\xae\x39\x1e\xd2\x07\x0f\xe9\x83\x87\xf4\xc1\xf8\x8d\x43\xfa\xe0\xae\x35\x99\xcf\xe0\x95\x67\xbc\xce\xb1\xc3\xef\xef\x46\xc7\x79\x1d\x2e\xf5\xc3\xa5\xbe\xd9\x1c\x5f\xaa\x1a\xe3\xe9\xf9\x25\xa8\x31\x1b\xa1\x5e\xa0\x67\xb7\xa8\x6e\xe6\xc9\x7f\xa5\xf7\xf6\xca\x77\xf6\x7a\x98\x90\x7e\x6a\x3e\xb3\x8b\x8f\xca\xaf\xfb\xc1\x45\x75\x80\x05\x3f\xb8\xa8\x0e\x2e\xaa\x83\x8b\xca\x3d\xfd\x2e\x60\xc1\x83\x92\xb1\xb2\x54\xed\x75\x51\x9f\xb6\x26\xdc\xa4\x7a\x13\xfb\xb7\xaf\x16\x24\xdc\x97\x7e\x19\xfb\x91\x3f\x97\x0e\xf0\x52\x24\xc7\x62\xde\x2f\x42\x56\x3c\xfe\x47\x25\x98\x7b\xc1\xe3\xa7\xf3\xe9\x94\xaa\x39\xdc\x5b\x2e\xb4\xb9\x0d\x13\x6a\xbb\x19\x45\xb0\xc1\xee\x5a\x1a\xe6\x26\x8a\xc4\xd2\x96\x90\x67\x4c\x99\x79\xf4\x26\x70\xd1\xff\xe8\x0b\x5e\x80\x97\xf2\xb1\x90\x0a\x8d\x3b\xf6\xe3\x09\x15\x69\x66\xcf\x81\x0e\xed\x24\x54\x08\x69\xe0\xf6\x07\xb7\x41\x4a\x1e\x38\x45\x59\xa1\x73\xd5\x2b\x9d\x93\x7a\x3f\xe5\x5a\x67\xaa\xe4\x62\x7c\x45\x27\xea\xb9\x61\x41\x0f\x1a\x61\xbc\xfa\xdf\xea\x20\x1b\xaa\xef\xab\xe9\x1e\xe5\x28\xe2\xc1\xd2\x04\x90\x15\xef\x96\x70\xb1\x96\xbf\x5a\x49\x12\x29\x3f\x73\x69\x23\xf0\x18\x86\x5c\x1d\x87\xff\x31\xee\xd0\xff\x56\xb4\xec\x7f\xf1\xd5\x31\xe0\x47\xc5\x8c\x9a\x0f\xa8\x31\x96\xa9\xec\x9e\x99\x52\xb6\x9c\xaf\xc8\x4c\xb9\xa5\xfa\xfe\x55\x66\xa6\x94\x07\xfe\xe4\xcc\x62\x4d\x9a\xfc\xee\x62\x9a\xd7\x3d\x61\x87\xf8\xe6\x2d\x96\xee\x7b\x8d\x75\x5e\xc6\x42\x5f\xcc\x08\x2b\x5c\xfc\x7b\x3c\xb9\xe5\x3b\xe9\x70\x44\x97\xad\xd1\x77\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\x57\xaa\x07\x1e\x94\xc0\x27\x59\xb7\xef\x55\x03\x7c\xe1\xea\xdf\x21\x19\x77\x8f\x91\x0e\xdf\x31\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\x2f\x7d\x15\x72\x7b\x84\xa8\x1b\xcc\x1c\xea\x39\xe4\xf7\x03\x42\xec\x01\x21\xf6\x20\xc4\xfd\x9a\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\x54\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\x5d\x63\xe0\xd7\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\x67\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\xe6\xa1\x80\x31\xdd\x7c\xd3\xe8\x5e\x38\xe1\x8d\x45\x2e\xf7\xa7\x73\xed\xa2\x68\xe9\x3f\xbc\x16\x56\xf0\x1c\x6a\xd5\x77\xec\xfa\x38\xb8\x37\x7e\x9d\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\x77\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\x5f\x3e\x9b\x7b\x3f\xa9\xdb\xeb\x79\xa4\x5c\xee\xf6\x6b\x11\x9e\x0f\x82\xf3\x41\x70\x7e\xd9\x82\xf3\x8b\x99\xd0\xf7\x97\xb0\x79\x48\x79\x3c\xa4\x3c\x1e\x52\x1e\xbf\x41\xca\x63\x28\xb1\xb7\x45\x19\x9d\xd2\x6f\xbe\xa1\xe7\x2e\xae\xd3\xf2\xd7\x94\x25\x51\x3f\x88\x8d\x4a\xed\x7c\x71\x1f\xbd\x2e\xd8\xe9\xc5\x51\x1f\x0a\xec\x90\x68\xd7\x0e\x05\x76\x9e\x70\xde\xfe\x9c\xad\x98\xb9\xa7\x51\x34\x25\xbe\xd2\x69\x7f\xf3\x98\xab\xe6\x93\xfe\x4d\x23\xb0\x6a\x6f\x8e\x85\xec\x97\xa2\x40\xf3\xf3\xd7\x15\xda\xe5\x6a\xf8\xc4\xcc\xf7\x72\x2f\x1c\x6a\x0b\x1d\xca\x10\x6c\x5d\x7a\x79\x23\x0e\xff\xba\xa6\x78\x28\x9f\x74\x28\x9f\x74\x28\x9f\x14\xbf\x71\x28\x9f\xf4\x02\xca\x27\xed\x22\xb5\x60\xf7\xdf\x8b\xe0\x72\x28\xa1\x74\x90\x5d\x0e\xb2\x4b\xed\x14\x5f\xa0\x52\xfa\x22\x0a\x44\x05\xa5\x74\x5f\x58\x0c\xb1\xef\x35\x30\xe3\xbd\x42\x32\xf8\x95\x3c\xc0\x32\xb8\xff\x3b\xc0\x32\xac\x33\xb9\x03\x2c\xc3\x21\xd2\xee\x00\xcb\x70\x88\x25\x3b\xc4\x92\x1d\x60\x19\x5e\x0b\x2c\x83\x17\xa0\xf6\x01\xcd\x50\x23\x8c\xad\x86\x67\xf8\xb2\xa8\x19\xbc\x58\x41\xcb\x8f\xf5\x00\xd3\x70\x80\x69\xd8\x95\x76\x5e\x84\x4e\xf6\x24\x70\x0d\x35\x6c\x60\x57\x45\xec\x75\xc0\x36\xf8\xd1\x1e\x72\xce\x0e\xa1\xb3\x2f\x3f\x74\xf6\xc5\xe5\x9c\xbd\x18\xb1\xfd\xa0\x0c\xef\x51\x19\x3e\xa4\x9d\x1d\xd2\xce\x0e\xa6\x82\xb5\x57\xeb\x60\x2a\x88\x9f\xbd\x8e\xb4\xb3\xd5\xd2\xf4\x5e\xe0\x1b\x9e\x42\xae\x3e\x88\xd5\xf8\xde\x41\xac\x3e\x88\xd5\xdf\xa9\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\x9c\xc3\x86\x5e\xac\x28\x2b\xe5\x35\x09\xd3\x07\x41\xfa\x20\x48\xbf\x6c\x41\xfa\xc5\x4c\xe8\x00\xed\x70\x80\x76\x38\x40\x3b\x1c\xa0\x1d\xb6\x91\x6a\x7e\xe3\x4e\xe5\x9b\xe8\x22\x0e\x37\xf6\x9b\x0f\x99\x1c\xde\xce\x67\xcc\xfe\xf7\x8c\x4f\x99\xd0\x20\x3e\x72\x33\x8f\xa5\x98\x86\x95\x5f\x5c\xf3\x37\x37\xbd\x8b\x4f\xe7\x71\x8e\xd0\x9b\xcf\x77\xe7\xb7\xbd\xab\xce\x75\x58\x97\x30\xab\x78\x2d\xdc\x77\x25\x41\xec\x54\x4e\x67\x54\x71\x2d\x45\xf7\xab\x3d\x9d\x76\x68\x97\x20\xfa\x48\xb5\xdd\xe8\xba\x7f\x8e\x47\x76\x51\xfe\xf3\xd3\x6d\xf9\xaf\xd2\x2c\xce\x6f\xcb\x7f\x75\x97\xce\x26\x6a\xb8\xca\xce\x8e\xc8\xa7\xdb\x13\xf2\x09\x42\x30\x14\xb9\x9d\x50\x64\x49\xe7\xb7\x27\xe4\x9c\x69\x0d\xbf\x14\x1f\x1b\x6e\x32\x98\xdb\x07\x2e\xa8\x9a\x13\x3f\x7d\xcc\x9e\xa3\x60\x9b\xf5\x4b\x53\x5d\x3c\xf1\xd7\x5c\x80\xf6\x50\xac\xde\xb9\x1c\xf3\x84\x66\xbb\x2d\x62\xe7\x22\x3e\x48\x6f\x2e\xaf\x97\x2e\x45\xfc\xf6\xe2\x5a\x74\x2e\xce\x20\x97\xcf\x0f\xb5\x66\xe6\x17\x4c\x1b\x96\x5a\x69\x24\x45\xe2\x05\x7e\x36\x8f\xa4\x94\xbf\x4a\xc8\xee\xcb\xb5\x95\x9d\x3b\x17\x67\xe4\x98\x5c\x5e\xf7\xc5\xa5\x4a\xd1\x78\xc3\xec\xf5\x8e\x5c\x97\x6b\x22\xa4\x21\x7c\x3a\x93\xca\x50\x61\xac\x64\x03\x8c\xcd\xad\x88\x26\x54\x31\x72\x2a\xa7\xd3\xdc\x50\xc3\x1f\xd8\xc2\xa2\x0a\xd4\xc8\x6e\x98\xe9\xa5\x60\x0e\xae\x59\x43\xe4\x7c\xc5\x5c\x66\xca\xb6\x6f\xb9\x6e\x59\x17\xe0\xe9\x82\x6c\xee\x9b\xa0\x4a\xd1\x32\x7f\x7c\xc3\x0d\x9b\x56\xdf\x5f\x33\x6c\xef\x9f\xb5\x8a\x8e\xbd\x12\xce\x25\x4d\xb9\x18\x63\x3a\xe5\x39\x37\x4c\xd1\xec\x33\x9d\x7d\xf4\xd6\xa6\x2d\xe8\xe3\xff\xde\x94\x32\xf9\xde\xfc\xd2\xf9\x1c\xe7\x02\xbe\xb9\xba\xbe\xbc\xbd\x5c\x4a\x33\xa5\x16\x16\x89\xc6\x3e\x3e\x81\xff\x25\xc7\xc4\xb6\x1e\x6e\xae\x29\x33\xd4\xde\xe8\xe4\x1d\x26\xee\x84\xf0\x7e\x2e\x32\xa0\x91\x99\xe2\x53\x6e\xf7\xd5\xa9\xcc\xef\xf1\x72\x0c\xb7\x7f\xa0\x12\xfc\x00\x93\xf0\x40\xec\x30\x54\xa4\x54\xa5\xe4\xaf\xda\x25\x8e\x5a\x21\x04\x5f\xa7\xda\xff\xc0\x52\x72\x44\x26\xc6\xcc\xf4\xc9\xf1\xf1\xe3\xe3\x63\xdb\xbe\xdd\x96\x6a\x7c\x6c\xff\x71\xc4\x44\x7b\x62\xa6\x19\x66\x9c\xda\x55\x38\x21\x57\x4a\x1a\x09\x02\x04\xd1\x4c\x71\x9a\x41\x6a\xe0\x10\x4f\xbb\x1c\x91\xff\x49\xa4\x62\xed\x62\x63\xfe\x87\x44\xc9\xac\x23\x7b\xcf\xf2\x34\x3b\xb6\x2f\xd5\x1c\x9d\xea\x7e\x92\x94\x25\x3c\x75\x82\x14\x13\x89\x4c\xc1\xfe\x84\xcf\xb8\x08\xd9\x4e\xcc\xb9\x72\xc2\x72\x46\xc2\x06\x4d\x19\xa1\x0f\x94\x67\x98\xd7\x2c\xd1\x64\x88\xeb\xcc\x94\x6e\x93\xbe\xe8\xa1\xd8\x99\x5b\x11\x1b\x82\xef\x40\x91\xf4\xef\xce\xec\x8c\x13\x99\x91\x61\x3e\xb2\x22\x5a\x74\x2d\xb5\xac\x38\xc2\x35\x51\x2c\x91\xd3\x29\x13\x68\x55\xb4\x0d\xc1\x97\xb0\x64\x6e\xb8\xed\xbe\x00\x02\xb0\x72\x0a\x90\x40\x2a\xe1\x64\x0b\x66\xd5\x15\x31\xc7\x6e\x86\xf9\xa8\xe4\xaa\x32\x92\x28\x46\x53\xc2\x4d\x5f\x74\x32\xab\xd8\x4e\xa5\x61\x71\x14\x21\xd8\xb5\x4b\x2b\x0e\x1c\x41\xb1\x59\x46\x13\x9f\x95\x99\xc9\x84\x66\x64\xc4\x33\xe6\x8a\xab\x47\x0d\xbc\x03\x5d\xcb\x2e\x1a\xd7\x24\x95\x8f\x22\x93\xd4\xcd\xa3\xfa\xd9\xfb\x32\x73\xe9\xfa\xbc\xe4\xae\x52\x52\xc1\xff\xfc\xc4\x45\xba\xdd\x21\xbc\xbb\xf8\xe9\xe2\xf2\x4b\xe9\x1c\xde\xdd\x74\xaf\xe3\xbf\x6f\x7e\xb9\xb9\xed\x7e\x5e\x7a\x10\xab\xad\x14\xa4\x05\xc3\x03\x19\xfc\x84\xdc\xe0\x22\x48\x45\xac\x56\xd5\x30\xa9\xcf\x8e\x96\x8a\x1f\x64\xca\xb6\x9b\xdb\xe7\xce\xc5\x5d\xa7\xc4\x52\x6e\x4e\x7f\xec\x9e\xdd\x9d\x97\x24\x3c\x3f\xbf\xe8\x97\xeb\x2e\xca\x6f\xf1\x6f\xa7\x3f\xf6\xce\xcf\x06\x41\xe2\x5b\xb6\x1a\x95\x7e\xab\x8c\xe9\x16\x19\xd0\x44\xa6\x64\x38\x8f\x33\x07\x8b\x84\xf3\x47\xaa\x49\x06\x9e\x11\x96\x7a\x65\x04\x5b\x3d\x01\x3e\xe4\x53\xd9\x8b\x2f\xac\x70\xdf\x72\xef\x40\xe2\x39\xea\x41\xd4\x94\x33\xd9\xe3\x86\x6d\xef\x54\x44\x4a\x05\xa6\xb8\x87\x35\xb2\x6a\x8f\xb6\x2f\xe6\xf6\x00\x2b\x3e\x1e\x83\x8e\x5f\x19\x2a\xb6\xe6\x3e\x85\x95\x84\xef\x70\xab\x67\x4a\xc2\x91\xb6\xdd\x3a\xe3\x50\xd0\x20\xf0\x43\x00\x29\x28\xb7\xa8\x28\x28\x07\x35\x43\xf3\xfb\x72\x82\x26\xdd\x86\x69\xc1\xd1\x2b\x42\x7c\x81\x45\x69\x34\x4d\xcc\x14\x7b\xe0\x32\x8f\x3e\x75\x78\x0a\xa5\xcd\xad\x6d\xbe\x58\x00\x58\x36\x54\x60\x8a\x66\xca\xd4\xdc\xbb\xbc\x31\x8a\x1a\x36\x9e\x9f\xb9\x93\xbd\x3d\x15\x9f\x5d\x7e\xb9\x38\xbf\xec\x9c\x0d\xba\x9d\x4f\xe5\x83\x19\x9e\xdc\xdc\x5e\x77\x3b\x9f\xcb\x8f\x06\x17\x97\xb7\x03\xff\xc6\x52\x72\x6d\xe8\x60\xf1\x3e\x2d\xbf\x78\x42\x2c\x67\x04\x0e\xe6\xa1\x97\x22\x36\x36\x64\x23\xa9\x90\x1d\x4f\xbd\x13\x10\x38\x3f\x09\x2b\xcb\x52\x54\xb2\xcb\xb3\x38\x01\x0d\xb4\xae\x49\x34\x2e\x19\xc5\xe8\x14\xd8\x39\x15\xa4\x2b\xd2\xa3\xcb\xd1\xd1\x0d\xfe\x38\xa5\xea\x9e\xa9\xf0\xe9\xa3\xe2\xc6\x30\xb0\x89\x73\x67\x2e\x07\x0d\x19\x86\x6c\xef\x1b\x08\xf2\x2e\x3a\x68\x93\x6b\xcb\x9e\xed\xfb\xe1\xee\xb1\x84\x9a\x32\x43\x79\xa6\xdd\x60\x4b\xeb\x7a\x42\xce\xa9\x1a\x17\xfa\xee\x3b\x39\x1a\x61\x63\xef\x71\x18\xf6\xaa\x29\xcd\xa2\x86\x45\x5a\xd2\xf0\xd7\x17\xf4\xe7\x5e\x0e\x52\xda\x22\x55\xdd\xcd\x76\xa3\xa9\xbb\x2b\x58\xf1\xcb\x8b\x41\xf7\xbf\x7a\x25\x8d\xc5\x3d\xa9\xa1\x35\x98\x38\x3e\x5e\x7e\x17\xd4\xb7\xbd\x48\x4e\xe5\x17\x6b\xc8\x29\x9f\xf9\x9d\x1f\x59\x1d\xa8\x86\x96\xd8\x57\x6e\x70\x63\xe2\x71\x57\x48\xa8\x68\x06\xcc\x18\x74\x36\x63\xd4\x0a\x20\x8b\xbb\x5d\x16\xd7\x1a\xf6\x1e\x7b\x8a\xfb\x70\x9b\xec\xfb\x69\x11\x29\xb2\x79\x7c\xd7\x57\x28\x72\x0d\x1a\xc0\xb6\x16\x28\xe0\x0a\x80\x45\x2e\x1f\x98\x52\x3c\x65\x9f\xb9\xb6\xaa\x0c\xfe\xf8\xc1\xa1\x8b\x6c\x47\x10\x1f\x3b\xbd\xf3\x8a\x0c\x30\x38\xeb\x7e\xec\xdc\x9d\x2f\x57\xc7\x4b\xdf\xd5\xc0\xde\x44\xed\x9c\xd8\x5b\xdf\xd9\xe6\xe0\x76\x38\xf2\x98\x29\x2c\x0d\x17\x5a\x19\x32\xa5\xc2\x55\xaf\xd0\x7e\xec\xfe\x73\x63\xa8\xd9\x92\xfc\x3b\xa7\xb7\xbd\x9f\x4b\x6a\x7b\xe7\xfa\xf4\xc7\xde\xcf\x75\x72\xc1\xe0\x53\xf7\xa2\x7b\xdd\xb9\xed\x2e\xa7\xfa\x4a\x93\x75\x77\xbe\xb6\x03\xae\xfa\x0f\xb8\x0e\x2e\x70\x4b\xd6\x4a\x66\x84\x1b\x4d\x1e\xb8\xe6\x43\x0e\x30\x35\xce\x16\x7f\xd7\x03\xa6\x07\xce\x4d\x6e\xe6\x5e\x2a\xc0\x7e\x4f\xc8\x87\xb9\x5f\xc3\x16\x30\x39\xd7\x3e\xea\xa9\xb1\x85\x3e\xb1\x5a\x0d\xde\x7a\x7e\xd2\x27\xa4\xa3\x92\x09\x7f\x00\xbd\x27\xfa\x4c\x58\x51\x54\x8c\x99\xc2\xe1\x80\x01\x32\x1e\x4b\xf4\xdc\x8e\x2a\x96\x01\x8a\x55\x0b\x62\xdf\x98\x09\xab\x3b\xc7\x9d\xa0\x7c\xa2\x98\x78\x6b\x45\x99\x59\xc6\x13\x6e\xb2\x39\x49\xc0\xe8\x91\x5a\x41\x71\x4a\x05\x1d\xbb\x3b\x17\x14\x85\x0a\x49\xfc\x19\xb1\x7c\x2e\x47\xce\xba\x75\xcb\xd9\x96\x27\xe0\xee\xe2\xac\xfb\xb1\x77\x51\x26\x81\x1f\x7b\x9f\x4a\x42\xe0\xe7\xee\x59\xef\xae\x74\xd1\xae\x92\x05\x17\x9b\xad\x3b\x25\xfe\xa5\x13\x72\x86\x9f\x9e\xd8\xc5\xad\x01\x2a\x0a\xfa\x63\x65\x1d\xae\x7d\xdc\x89\xff\x47\x57\x18\x55\x6b\x9a\x5b\xd7\xe6\xe0\xac\xf0\x25\xa3\x43\xbd\xb3\x6e\xa1\xef\x8b\xaa\x5b\x65\xd1\x99\xe9\x4c\xf1\xb6\x93\x76\x61\x8a\x88\xbd\x78\xa0\x77\x37\x59\x3d\x6a\x2c\xbb\x05\x2f\xfd\x19\x9c\x34\xd3\x5c\x1b\xb4\xa6\x03\x71\x92\xfb\x3f\x69\xbb\xa0\x60\x6d\x6f\x93\x1b\xc6\xfa\xc2\x2b\xe0\x63\x6e\x26\xf9\xb0\x9d\xc8\xe9\x71\x81\x92\x75\x4c\x67\x7c\x4a\xad\x80\xca\xd4\xfc\x78\x98\xc9\xe1\xf1\x94\x6a\xc3\xd4\xf1\xec\x7e\x0c\xae\x5f\xef\x50\x38\x0e\xcd\x8e\xe5\xbf\x9c\xff\xf1\x87\xa3\xf3\x3f\xfd\xf0\x66\xd1\xa4\xd2\xb4\xff\x5d\x91\xd0\x99\xce\x33\x17\x22\xa2\xe2\xb5\xf1\x47\x3e\x67\xab\xf6\xfb\xa2\xbc\x5d\xbb\x69\x80\xa7\x57\x77\x25\x13\x67\xf9\xcf\xcf\xdd\xcf\x97\xd7\xbf\x94\x38\xe5\xed\xe5\x75\xe7\xd3\x72\x53\xe7\x82\x8a\x58\x59\x86\x9f\x84\x7c\x14\xe5\xd9\xeb\xea\xa4\x73\x61\xf8\x94\x79\x0d\xd1\xfd\x79\x8b\x33\xdd\x62\xe6\x97\xb7\x3f\x96\x85\x9c\x8f\xe7\xbf\xdc\x76\x07\x37\x67\x3f\x2d\x9d\x09\x7e\x56\x1a\xd9\x0d\xf8\xb7\x4f\x65\x96\x4f\x45\xfc\xef\xed\xc7\xd6\xbb\xb8\xed\x7e\xaa\x8e\xee\xb2\x73\x5b\x5e\xf6\xeb\x72\xd8\xc4\x9b\x0f\x97\x97\xe7\xdd\x92\xcb\xe1\xcd\x59\xe7\xb6\x7b\xdb\xfb\x5c\xba\xed\xce\xee\xae\x11\x47\x6b\xd9\x34\xfd\x08\x6a\x26\x6a\xa7\x15\x4f\x73\xdf\x7c\x66\xad\x63\xde\x71\x21\x89\x78\x50\x8e\x22\xbc\x0a\x8c\x36\x00\xa3\xc3\x51\x30\xf9\x25\x38\xd2\x5a\x5e\x63\xca\xdb\x44\x9a\x79\xdd\xd2\x8d\x5e\xc6\xf2\x6e\xc3\x10\x10\xed\x0d\x55\x4c\x9a\x65\xf2\x11\x03\xc3\xa6\xdc\x5e\x79\x0e\x3c\xc8\xbe\xa2\x49\x92\x2b\xc5\x84\xc9\xe6\xed\x1a\x76\x52\xde\x16\xa9\xcc\x59\x08\x1d\xda\x4e\xcd\xac\x8b\xc3\x59\x8c\xc0\xa9\xd7\x20\x2b\x51\x37\x7e\x58\xb7\x54\xdf\x2f\x18\x76\x7a\x42\x1b\x2a\x12\x76\x9a\x51\xad\xb7\x1d\x2b\x4a\xa6\xad\xf2\x79\xb9\xbe\xbe\xbb\xba\xed\x7d\x38\x5f\xce\x88\xaa\x1f\x2f\x86\x56\x25\x59\xee\x8d\x9f\x43\x25\x69\x4a\xac\xea\x28\xc7\x68\x68\x75\x77\x42\x81\x4d\x88\x31\x8e\xc1\xdb\x5c\xc2\x45\x0c\x8e\x64\x2f\x02\xc7\xc6\x1b\xee\x16\x82\x24\x76\x25\x48\x24\x0d\x7b\x9a\x05\xbb\x2d\x02\x1a\x3b\x9d\x64\x96\x51\x33\x92\x6a\x8a\xb2\x56\x69\xd2\xd8\xf8\xf2\x46\xb9\x30\x4c\xa9\x7c\x66\xb8\x07\x9b\xac\xf2\x58\x28\x44\x28\xc7\x9f\x99\xd6\x74\xcc\x76\x31\xef\xd7\xdd\x2b\x37\x3f\xc7\x7f\x82\xf9\x7e\x9d\x3b\xa3\x34\x42\x1f\x16\xe4\xe9\xe9\x52\x7c\xa4\x3c\xcb\x15\xbb\x92\x19\x4f\xb6\x74\x47\x5a\x3d\x66\xd0\xfb\x6c\xe5\xbb\xce\x6d\xf7\xbc\x74\xbb\xc1\xb3\xce\xc7\xdb\xee\xf5\x00\x11\x0c\x3b\x1f\xce\xbb\x83\x8b\xcb\xb3\xee\xcd\xe0\xf4\xf2\xf3\xd5\x79\x77\x85\x97\xaf\xb1\xf1\x45\x9d\xb8\xfa\xea\xc9\xc2\x2f\xb0\xc3\x2a\x47\xf1\xd9\xab\x52\x10\x41\x4b\x79\x06\x2e\x06\x89\xae\x06\x4a\x84\x55\x2a\xed\xcf\xda\x0b\xee\x3e\x60\xac\x4d\x7a\xe6\x6d\x96\x11\x9a\x1b\x39\xa5\x60\x27\xcb\xe6\x7d\x41\x87\x52\x19\x50\x1f\x02\xeb\x21\x2a\x17\x82\x8b\x31\x34\x86\x40\xa4\x49\xc6\xa8\x20\xf9\x2c\x0a\x76\x76\xd6\x9e\x11\x17\x10\x87\x30\xa5\xea\x1e\x0d\x7b\x45\x97\xc5\xa1\xd0\x84\xea\xbe\x40\x5c\x00\xa4\xe3\x75\x56\xf8\x64\xad\xb7\x1a\x57\x67\x4a\xef\x99\x5d\x95\x69\x9e\x4c\xac\x02\x32\x56\x4c\x6b\x67\x11\x48\xa8\x40\xf7\x8e\x7b\xdd\xaa\xeb\x7d\x61\xb5\x7a\x9a\x79\xc3\x43\xca\x66\x4c\xa4\x4c\x24\x1c\x43\x9c\xc1\x33\x12\x0c\x84\x63\x45\x67\x13\xa2\x25\x78\x14\x60\xd9\x41\xb5\xc1\x8f\x7c\x50\x84\x43\x42\x80\xc7\xb1\xdd\x40\xe5\x96\x4f\x5c\x82\x41\x11\x57\x19\x3e\xf6\x46\x03\x6f\x2c\x43\x15\xd1\xea\xc7\x06\xd1\x44\x61\xc9\x61\x33\xec\x5a\x97\xf6\xc3\x6e\x53\xdd\x26\xf4\x45\x31\x66\xaa\xdd\x88\xda\x35\xf6\x08\x77\xa4\xc8\x8f\x54\xa4\x99\x6d\xc5\x5b\x9e\xca\x67\x11\xe2\xf4\x3a\x96\x6a\xfc\x69\xdc\x45\x14\x48\x68\xae\x37\x92\x05\x96\xc7\xa5\xa3\xc2\x78\x54\xb8\xdc\x80\xbc\x5d\x50\x3a\xac\xee\xcc\xb2\x48\x6a\x75\xd8\xe0\x88\x3a\xd2\x39\xe2\xc7\x13\x18\x4d\x83\x72\x32\x53\x5c\x24\x7c\x46\xb3\xad\x24\x97\x4a\xa4\x92\x8b\x00\x7a\xc7\x47\x96\x7c\xde\x2f\x18\xca\x0d\x53\x53\x48\xd0\x70\xc3\x0c\x5b\xb8\x4a\x2a\xc0\xdd\xb1\x84\x4c\xcb\xd1\x1c\x5b\xec\x0d\xba\x41\x9b\xa6\x5b\x69\xc5\xf5\x8e\x7e\x78\x9a\x5d\xd5\xb7\x59\xb7\x60\xd1\xc3\x7f\x2e\xdb\xea\xcf\x74\x66\xb7\x18\x51\x52\x09\x2d\xe6\xe8\xf2\x2e\x5c\x11\x00\xef\x4b\x8c\x9c\x0b\x21\xc6\x6d\x7d\x0d\xad\x58\x42\xe7\x0d\x5e\xec\xa4\xe4\x64\x89\x52\x62\x1c\x49\x8e\x72\x63\x4f\x13\x05\x37\x0d\x79\xc7\xda\xe3\x36\xf1\x58\xb5\x2d\xd2\xb9\xba\xea\x5e\x9c\xb5\x08\x33\xc9\x7b\x1f\xae\xe0\xbc\xb7\x7d\x61\xa4\x13\x2e\xe6\x64\x22\x1f\x81\x95\x31\x35\x66\xa5\x39\x7b\x57\x2f\x00\x9d\x8c\xb9\x36\xca\x39\x9c\x45\x1a\x43\x27\xf3\x69\x55\x8d\x44\x0a\xc9\xcd\x64\x17\xd2\xa0\x5a\xe7\x53\x3a\xcc\xd8\x80\xd3\xe9\x40\xc9\x6c\xd5\x19\xae\x3d\x52\x85\xe6\x3d\x70\xc6\x8e\x01\x4d\x12\x99\x0b\xb3\x76\x6b\xab\xf6\xf1\x0c\x96\x49\x93\x99\x3d\x50\x10\xe7\xb2\x08\xa4\x1b\xdd\x52\xde\x0c\x35\x9c\x23\xcb\xc8\x8a\x54\x25\x8f\x08\x7d\xc6\x66\x8a\x59\xe9\xb0\x6a\x8f\x09\x0b\x7b\x5d\x5e\x8e\xef\x68\x71\x03\x3b\xdb\x6c\x59\x4b\xab\x56\xb3\x68\xa7\x88\x03\xee\xed\x1a\x11\x0a\xf1\x2e\xab\x58\xd7\xca\xb2\x96\xc8\x93\x73\xb0\x53\x64\x5d\x75\xe0\xce\xe8\x12\xae\xd4\x33\x81\x88\x83\x0a\x70\x3b\x92\xa8\x3d\xdb\xc8\x52\xfe\x96\x4b\x43\xf5\xfb\x76\x5f\x58\xfe\x78\xcf\xe6\x68\xc7\xb5\x1c\xe8\xb7\xf6\x56\x3c\xd2\x4c\x68\x08\x6b\xf9\x2d\x1a\x58\x2c\x0f\x7d\xa0\x8a\x5b\x02\x43\x21\x11\xf1\xe2\xcb\xb8\xd3\x10\x89\xe0\x1a\x75\x0c\xb0\x08\xf4\x28\xc0\xaa\xfd\x33\x1c\xfe\x98\x19\x88\x04\x37\xdc\x80\xf4\x92\x22\x20\xfd\xc2\xd0\x57\xea\xb6\x48\x15\x4a\x82\xbe\x9d\xe6\xbb\x1d\x27\xbd\xd8\x46\xdd\x26\xd6\xdf\xdb\x37\x2e\xb6\xe7\xd8\x6b\x70\x89\x92\x0b\x28\xef\xd4\xb2\x63\xbb\xd3\x43\x64\x1d\xde\xc8\xc8\x44\xfb\x91\xdf\xf3\x19\x4b\x39\x85\x48\x1f\xfb\xd7\xb1\x9d\xd7\xbf\x9c\x5e\x5f\x5e\x0c\x8a\xf8\xbc\xff\xe8\x8b\x4e\xa6\x25\xb1\x92\x88\x54\x46\x13\x21\x45\x08\x2b\x9a\x29\xe6\xb9\xbd\x9b\x8b\x5d\xd5\xc8\x44\xd1\x17\x4d\x23\x48\x65\xa2\xdb\xf4\x51\xb7\xe9\x94\xfe\x5d\x0a\xb0\x77\x76\xe0\x9f\xa7\x99\xcc\xd3\x2f\xd4\x24\x93\x63\x30\x43\x9a\x63\xf6\xc0\x84\x41\x73\x87\x5d\xae\x14\x82\x8c\x35\x44\x25\xfd\x8b\x1d\x73\x11\x2a\xa8\xad\x4c\x99\xb0\x99\x21\xff\x7f\xc5\x86\x52\x9a\x7a\x0e\x24\x47\x23\xcd\x56\x71\x9b\x06\x71\xe9\xe6\x92\xfc\xe9\xdf\x7f\xf8\xbd\x25\xa1\x6d\xd6\xb8\x77\x73\x39\xb0\xdf\xff\xcb\x99\xfb\x5e\xaf\x45\x72\x67\x98\x38\xb1\x53\xd8\xde\x36\xbc\x7a\x53\x83\x58\xf5\x92\xe3\x7a\x96\xd1\xf9\x82\x69\x7d\xd5\xe5\x78\x61\xf9\xc1\x8c\x26\xac\x48\xdc\xf0\x3e\xaa\x44\x4e\xa7\xe0\xd2\xf4\x9e\xaa\x94\x8f\xc0\xb7\x69\x2c\x87\x27\x43\x66\x1e\xc1\x93\xee\x7f\x0d\xde\x0a\x6f\x8c\xb0\xcc\x03\x18\x54\xdf\xae\x55\x9a\x83\x99\xaa\xff\xa6\x45\xfa\x6f\x52\xf6\xc0\x32\x39\xb3\xe7\xc7\xfe\xc0\x4c\x52\x77\x93\x76\xa7\x94\x67\x17\xd2\x04\xe7\xec\x2e\xdb\xa2\x58\xc2\x67\xdc\xd2\xf3\x80\xd9\x76\x9f\x34\xb4\x72\x95\x4d\xd0\x67\x84\xc2\x48\x08\x4d\x53\x7b\xac\x00\x33\xdc\x0f\xb2\x30\x32\x89\x68\x01\xd6\x63\x9b\xc1\xf8\xb6\x5f\x32\xae\xb7\x8d\x26\x52\x05\x88\xc4\xd0\x71\x81\xf2\xbc\x94\x6a\x1d\x66\x7c\x81\x45\xec\x75\xec\x45\xf3\x41\x83\x4a\x66\x25\xb2\xf5\xc6\x59\x5e\x99\x1b\xfb\xdd\xd2\xa1\xe9\x38\x79\x39\xd4\xf9\x08\x02\xb6\x8b\x2f\xaa\x86\x34\xb1\x95\x23\x4e\x32\xa9\x73\xb5\xa6\xe1\xb9\x3c\xe8\x53\xf7\xe9\xb2\x71\x77\x63\x7d\x24\xcf\x8c\xde\x48\xe5\xa9\x59\xf8\x4a\xee\x0b\x1e\x6e\xe3\x84\x3c\xf7\x76\x8b\x70\x30\x9f\xda\x35\xa0\x59\x11\x7c\x25\x52\x52\x48\x53\x7d\x11\x02\x46\xa9\x26\x8f\x2c\x03\xbb\x55\x22\xa7\x33\x90\x14\xdc\x70\x5d\x4b\xf6\xa2\x33\xd4\xb0\x16\x91\xb9\xb1\x8d\xb5\xb0\x0e\x8d\xdb\x82\xa3\x21\x85\x0c\xea\xa2\xba\x5c\x5f\xdc\x69\x1f\x2d\x14\x12\x5f\x91\xd6\x91\x81\x71\x41\x3e\x31\x03\xad\x00\x12\x41\x3c\x41\xac\xb7\x53\xcb\x82\xaa\x6b\xbf\xc3\x89\x72\x33\xd9\x60\xe7\x8b\x30\xd3\x0f\x99\x1c\x2e\xdd\xf7\x0e\x99\xa2\x72\xec\x7a\xf1\xb6\xbf\xc2\x2c\x12\x65\x6c\xae\xa2\x51\xa6\x54\x29\xa4\x64\xc5\xf1\x2f\x87\xa6\x2e\x27\x4f\x08\x0c\xe5\x02\xc3\x74\x21\x9a\xba\x3a\x4e\x67\x30\x5b\x35\x46\x30\xeb\x0c\x5e\x8f\xf1\x08\xc7\x3b\x5d\x34\x98\xad\x22\x82\xb2\xa1\xed\xa9\x27\x03\x07\xc4\x4c\x18\x57\x64\xad\x69\xf9\xf3\x3b\xc0\x33\xbf\x3e\xd1\x14\xb4\xdd\x24\x00\x22\x13\x09\x0c\xc2\x0e\xcc\x21\x27\x94\x8a\x43\xb5\xfb\xa2\x32\x08\x67\x81\xd5\x04\xc8\xcb\x9f\x86\x12\xef\x6f\x91\x11\xff\xea\x1a\x2d\x3c\x33\xfe\xd5\x48\xe7\x6f\xb0\x04\x4e\xe8\x22\xd9\x6d\x70\x3f\x5e\xc1\xf7\x4b\x4d\x5d\x52\x1b\x2b\x0e\x58\xc1\x4a\xb1\x44\x2a\xcb\x12\xa1\xdb\xe0\x27\x5a\x79\x37\x1a\xaa\xec\xa2\xd0\x8d\x04\xf0\x02\x49\x24\xa5\x86\x1d\x19\xbe\x32\xaa\xc3\xaa\x2b\x96\xc1\x4e\xad\x3a\x1b\x65\x09\x14\x1c\x76\xc8\xc6\x54\x78\x9f\x42\xc3\x68\x3d\x6b\xdf\xe1\x30\x5b\xc9\x8a\x4e\x65\x2e\xd0\x9b\x6a\x07\x54\x1e\x87\x9e\xc1\x72\x2e\x1d\x87\xb3\xff\x3c\xd7\xaa\x99\x25\xcb\xf6\x48\x83\x39\xaa\x61\xb0\x39\x14\xf5\x7c\x31\x83\xcd\xa8\x36\xc4\x8d\xa9\x61\xc4\xb1\x34\xbb\x87\xf4\xa6\x65\x45\x47\x62\xc5\x61\x13\xe1\x3c\x1e\x22\xd1\xcc\x18\xee\x8a\x63\xe4\x9a\xb9\xa0\xd4\x29\x53\x63\x2f\xf0\x21\x5e\x72\x38\xda\x0e\x38\xd9\xf3\xd1\x98\x97\x80\x77\x69\xb1\xe9\x36\xe9\x88\x85\xd0\x7a\x6f\x42\x2b\xad\x17\x72\x6d\x9a\x3d\xd2\xb9\x26\x33\x85\x91\xac\xe8\x72\xf2\x93\x07\xd3\x71\xf9\xa3\x60\x39\x30\xde\xe7\x07\xa5\xee\xe2\x91\x35\x6c\x56\x54\x19\x67\x7d\x66\xb7\xa6\xec\x5f\x71\x87\xd4\xd5\xc9\x09\x2a\x50\x2d\xa7\x6b\x36\x4d\x96\x62\xab\x5c\x8a\x3b\xc8\x96\x4e\xbb\xe8\x96\x5d\x29\x4d\x02\x1f\x58\xdd\xce\xe9\x90\x65\x3b\xbb\x50\xb6\xb2\x80\x40\xd7\x0e\x7c\xc0\xaa\xdf\x0c\x5d\x42\x50\xb7\x50\x55\x59\x9b\xb7\x1b\xaa\x7c\x3d\x07\x51\x31\xcf\x12\xdc\xf7\x0e\x13\xf5\x68\x1a\xdb\xf3\xef\x26\xa4\x8d\xf8\x22\x29\xa0\x36\xea\x6f\x91\xaa\xf9\x66\x97\x31\x44\x98\x18\xb5\x43\x20\xfb\x40\xc5\xd8\x8b\x35\x28\xd0\xcc\x9a\x08\x70\xbd\x11\x11\x52\x30\xc2\x75\xf1\xb2\x29\xbb\xc2\x43\xe4\xae\x95\x23\x51\x4f\x5f\xac\x2f\xf1\xcc\x4a\x79\x27\x28\x93\x64\xc4\x59\x96\x6a\x22\x98\xd5\x69\xa8\x9a\x43\x06\x1d\x32\xb4\x75\x64\xa3\x7d\x49\xab\x35\xd7\x87\x13\x23\x3d\x5a\x01\x20\x5a\x59\x49\xac\x32\x2e\x82\x19\x86\xee\x25\xf7\x91\x0b\x5f\xed\x8b\xa0\x05\x03\xfd\x71\x6d\xb5\xbb\x36\x81\x6d\x33\xc5\x57\x18\x8e\x6d\xc2\x1e\xb6\xbc\x2c\xab\x11\x0f\x6a\x13\xdd\xdf\xdf\x5b\xc5\x3a\x96\x53\xc8\x7c\xaa\x2b\x16\x30\xad\xab\x3b\xe9\x89\x22\x2b\x99\x21\x97\x73\x1d\x57\xa0\xe2\x05\xd8\xa9\xd6\x5f\x29\xbb\xc9\xf9\x82\xe5\x0a\xcb\x4f\x14\x4a\x76\x14\xd1\x1e\xab\x2a\x2e\xfb\x15\xcb\x07\x52\x4d\x7e\x2b\xa4\xf9\x6d\x94\x20\xec\xd5\x61\xac\x5f\xe2\x4c\x13\xad\x12\x70\x09\xf7\xd9\x4e\x8e\x48\x08\x8d\xa2\xec\x57\xae\xfc\xae\x59\xe9\x85\x4f\xef\x49\xa5\xb7\xee\x62\xb8\x43\x13\xf2\x13\x82\x17\xee\xcd\x06\xf0\x1c\x95\xb3\x08\x92\x81\x62\x3e\xe3\x62\x2a\x15\xab\x00\x28\x22\xf3\x0e\xf1\x40\x08\x5c\xb7\x3e\x95\xd6\x98\xc3\x10\x14\xae\x38\xe6\x25\x33\xd8\x72\xf3\xd7\x3e\x02\x7d\xa6\xe5\xc4\xb5\x25\x14\xb0\x22\x2d\xb8\x5e\x25\xdf\x26\x38\xa7\x49\x26\x0d\x86\xe8\xb8\x52\x4c\x53\x32\x6c\xbb\x2f\x3e\x4a\xe5\xee\x4e\xed\x80\x26\x86\x34\xb9\x3f\x62\x22\x25\x34\x37\x13\x4c\x4a\x75\xb6\xe3\xb9\xdb\x59\x2b\x17\x00\x09\x84\xa4\x47\xae\x13\xaa\x1c\xd3\x1f\xd1\x07\xe9\x47\xd1\x17\x51\x23\x00\x65\x01\xd8\x45\x80\xaf\xda\x24\x40\x30\xc0\x8a\x6b\x5a\x8b\x3a\x14\xd1\x05\x0c\xd1\xe5\x67\x26\x46\x22\xec\x43\x7f\x2c\x15\x4c\xeb\xfe\x1b\x1c\x75\x65\x85\x7a\xde\x1e\xe5\xf5\x1b\x1d\xd7\x63\x0a\x6f\xb6\x5c\xd8\x1d\x5a\x64\xdc\x2c\xac\x98\xf2\x83\xe7\x9d\xa5\x14\xdd\x51\xae\x20\x80\xae\xae\xcd\x77\xc9\x84\x67\x85\x8d\xfa\x7d\xcb\x9d\x47\x6c\x32\x63\x0f\x2c\x43\x28\x87\x44\x81\x23\x17\x9d\x8a\x3f\x90\xff\x44\x74\x4d\xf2\xfb\xbe\xf8\x04\x6c\x35\xcb\xe6\x2d\xc2\x47\x45\xcb\xd4\x54\x9a\xb9\xaf\x1d\x80\xdd\x32\xe4\x2c\xa5\x81\xe0\x7e\x4f\xe8\x03\xeb\x0b\xdf\xcc\x7f\x92\x7b\xf2\x3b\xf2\xfb\x26\x43\x8e\xf7\xc7\x3e\xb1\x9e\x0f\x54\xec\xfb\x8a\x38\x43\xcb\x89\x8f\xc0\x39\xbc\x19\xa0\x5c\xa0\x7d\x31\x24\x3a\xe4\x90\x73\xf1\x20\x17\xbd\x57\xf1\xc9\xa5\x8a\x09\x33\x10\x32\x65\x03\x56\xe3\xba\x5a\xc2\x28\xec\xa5\x7e\x21\x53\xb6\xd2\xf1\x14\x04\xe4\x2f\x60\xba\xd0\xf9\x30\x6c\x07\x44\x66\x06\xa5\xbb\x4c\x60\xf5\x03\x0e\x39\x9e\xdb\x0c\x77\x5b\x5f\xd9\xa5\x93\xae\x5a\xc0\xd1\xdd\x00\xea\xfd\x35\x58\xfa\x1f\x82\xe0\xaa\xa7\xb0\x6a\x21\xb6\x2f\xdb\x99\xbb\x3b\x27\xca\x5e\x05\xdc\x1b\xc5\xc7\xdc\x4a\xdb\xeb\xfb\xe3\x80\x09\x6e\x63\xe6\xc6\x7c\xc1\xb5\xec\xdc\xc5\x52\xf8\xc0\xf8\xa3\x40\x76\x85\x8f\x69\x28\xf3\xaa\xcc\xed\x16\x80\xeb\x38\x3c\xcf\x89\xd7\x73\xcb\x82\xc7\x18\xfa\xc5\x26\x1c\x33\xcd\x3b\xa7\xe7\xc4\x1e\x0a\x39\x65\x88\xad\x6a\x17\x2d\x37\x13\xa9\xf8\xdf\x1b\x1d\xb2\xcd\x12\x76\xe1\x48\x8b\x6a\xba\xc3\x38\xcb\xb2\x36\xd0\x28\x4a\x06\xa6\xa4\x48\xd4\x69\x38\x64\x98\x43\x3a\xa5\xe5\xae\xa3\x3c\x43\x14\x93\x44\xaa\x14\x91\xbe\x75\xb9\x82\xbc\x15\x39\xb4\xe6\x63\x17\x38\xe8\x1b\xe4\x2e\xeb\xcc\xe1\xa4\x24\x13\x2a\xc6\xcb\xe5\xc8\x3f\xe7\x2c\xdf\x53\x9c\x96\x03\x2f\xfb\x46\xee\x78\x3a\xd6\x45\x5a\x07\xae\x8d\x65\xc9\xc5\xfa\xfe\xcd\xce\xd4\x39\xe4\xa9\xbe\x2f\x0c\x6a\x21\xf9\x08\xd5\xe8\xaa\x3e\xbf\x86\xf1\xe5\xda\x1d\xbf\x3d\x98\x5f\x9e\xc3\x5f\xbf\x28\x1f\xd5\xf0\x1f\xa0\x3f\x87\x0f\xf2\xac\xd6\x8d\xc0\xc3\x2b\x72\xc7\xbe\x2d\x1d\x1b\x68\xd2\x7e\x50\x6e\x84\x8e\xb9\x2e\x3a\x37\xeb\xa9\xe3\xa6\x6c\x47\xd9\x98\x24\xb0\xef\x01\xb8\xb1\x76\x36\xdf\x46\x66\xc9\x22\x20\x16\x23\xa2\x7d\xae\xc2\xd3\x9a\x5a\xca\x8e\xc1\x72\x4c\x76\xe4\x17\x6c\x8a\x95\x8f\x46\xb4\xc5\xed\xb4\xa8\x08\xd5\x8f\xcd\x3f\x5e\x77\x28\x4b\xdd\x21\x6b\x3a\x37\x40\xa3\x5f\x76\x6c\xcf\x5d\xb4\x51\xd9\x2d\x80\x21\x14\x32\x72\x8c\x82\x87\x20\xd7\xc4\x28\x0a\x01\xa3\x10\xe6\xf7\x05\xa5\x58\xae\x51\x5f\x74\x10\x79\xa0\x8e\x3a\x3c\x2e\x60\x9e\x0e\xbe\xc7\x4c\xa8\x70\xe9\x30\x75\x2e\x88\x80\x30\x1c\x4e\x42\xec\x84\xa8\xeb\x0c\x3a\x72\xa2\x7b\x6d\x93\x7e\xa1\xe3\x38\xed\x4a\x10\x6d\x93\xad\x98\x6b\x08\xb1\xa6\x59\xa3\xce\x38\x94\x32\x63\x54\x34\x89\xd5\xb5\x8f\x17\xac\x45\x3c\x0e\x9c\xb5\x5a\x9f\x95\xcc\x54\xce\xac\x4e\x41\x31\x21\x28\x9a\x17\x85\x42\x00\x26\xc0\x9b\xa1\x62\x68\x07\x9a\xae\x70\x88\xb4\xe2\x93\x3f\x64\xd9\x46\x91\x26\xf8\xc1\x52\x2a\x82\x57\x0a\xac\xf9\xb5\x92\x2c\xe2\x00\x88\xda\x94\x94\x55\x03\x8b\x13\x59\x96\x9a\x86\xcb\xc9\x20\x5b\x0e\x31\x37\x93\xda\x68\xfb\x65\x03\xf4\xe1\xfe\xeb\x48\xac\x27\x20\x3d\x12\xe9\xa0\x5c\xa2\x91\xae\xb3\xab\x9a\x25\xb9\xe2\x66\x3e\x70\xba\xff\x26\xd2\xb5\xfb\xf4\xd4\x7d\xb9\xde\x60\x7d\x87\xde\xd8\xb0\xed\xc0\x1d\xa4\xc5\x40\x8e\x7c\x22\xc2\xfa\xd7\x41\x15\xeb\x63\x03\xb3\x84\x42\xa8\x00\x32\x53\x5c\x2a\x07\xa9\xd1\xe8\x1c\x58\x75\xab\x77\x2a\x11\x24\x80\x90\x38\x85\x8b\x47\x17\x00\x53\xde\x00\x18\xae\xfd\xd2\xea\x40\xba\x21\x7c\x9c\x4a\xa6\x23\x49\x1b\x16\x16\xd9\x18\x1f\x31\x3b\xe8\xbe\xb0\xaa\x46\xac\x15\x60\xd6\xa2\x4f\x62\xb4\x9d\x26\x4a\x6a\xed\x82\x42\xb0\x1d\xdd\x5e\x2a\x50\xdc\xba\x9c\xb2\x7d\xb8\xfb\x9e\x2f\x3e\x74\xb1\xfa\x50\x84\x88\x5d\x2f\x80\x0e\x59\xc8\x9f\x6b\x64\xff\xbb\x86\x8e\xf9\x63\x42\x14\xa3\xda\x99\x40\x20\xc2\xaa\x12\x5b\xb2\x81\xb8\x18\xc6\x8c\x91\x96\x47\x21\x63\x35\x22\x21\x07\x21\x80\x85\x3f\xb8\x26\x5c\x29\x06\xb8\xe2\xc3\xcc\x79\xf6\x4a\x54\xc3\x8b\xea\xd6\xc5\x8a\x04\x6d\x1f\x7b\x86\xeb\x52\xf3\xa9\x3d\xcf\x80\x9d\x22\xe4\x91\x9c\x81\xfa\x58\x7d\x0b\xd2\x8d\xf9\xc8\x52\x62\x5c\x5c\xdb\xca\xd8\x47\x50\xa0\x82\x09\x53\xe7\xef\xf0\x8d\x80\x7f\x84\xa5\xb8\x8d\x48\xb9\xfd\x37\x9d\x0f\x97\xd7\xb7\xdd\xb3\xfe\x9b\xc2\x8b\xed\x23\x9e\xfc\xed\x1e\xb2\x21\xa5\xe8\x8b\xe0\x8b\x0a\x95\xa7\x60\x2f\x09\x4d\xd3\x22\xf9\x0f\xe3\x20\x07\x68\x53\x5f\xf7\x54\xac\x74\x47\x2d\x36\xf3\x91\x7f\x65\xe9\x75\x03\x28\xd5\x5e\x82\x04\xd6\x32\xd6\xd6\x92\x78\x2e\xf8\x26\x97\x44\x98\xca\x9d\xfd\x6e\x7d\x0a\xc6\x93\x00\x7b\xe5\xad\x7e\xda\x32\x5f\x42\x0d\xa1\xa1\x20\xd8\x08\x68\x40\x24\xf3\x16\x81\xac\x00\x4b\xb5\x73\xf2\x07\x32\xe5\x02\x22\x78\x97\xad\xed\x5d\x79\x22\x9b\xa0\x81\xf6\x2e\xee\xca\x58\xdd\x3f\x5e\xde\x95\x31\xee\x3a\xbf\x2c\xc7\xf5\x2c\xb7\xb0\xcc\xaa\x53\xcc\x31\x8a\x92\x92\xb8\x14\x61\x69\xea\x26\x7a\x5e\x95\xd7\xbe\xaf\x4c\xdd\x2c\x88\x8e\xfb\x4e\xd2\x8d\x62\x64\x5e\x44\x7e\xae\x9b\xe9\x6e\xa9\xb9\xa8\x61\x5f\x95\xd5\xf6\x27\xbd\xa0\x6b\xfd\xe0\xdb\x47\x74\x14\x13\x00\x13\x46\xfd\xf5\xbb\x71\x1e\x44\xd1\xaa\x0f\xc6\xdf\x40\x7a\x23\xc5\xd7\xde\x10\xa4\x9d\x2d\x7c\x46\x1d\xe6\x1e\xdc\xc0\x3e\x13\xb2\x0e\xc2\xa2\xdd\x17\x71\xe5\x42\xbc\x33\x2d\x0d\xf8\xc4\x57\x2e\xc6\x44\x0a\x06\x18\x76\x52\xb1\x82\x1d\xb6\xe2\x9c\x88\x6a\x4c\x9f\x99\x90\xb9\xcc\x55\xe8\x71\xa1\x1f\x47\x7d\x7a\x42\x7d\xd4\x87\x97\x33\x9d\x4f\x32\x4e\x60\x86\xf6\xa2\x84\x41\xd7\x31\x7b\x60\x82\x3c\x5a\xfd\x9a\x46\xc0\x10\x51\xb4\x9d\x15\x49\xc5\x5b\x13\x42\x6a\x78\x36\x07\x2f\x15\xa1\xc1\x1f\x57\x58\xdc\x34\xe5\xae\xe5\xe5\x04\xbc\x87\xb4\x09\x5d\x41\x7c\xdc\x80\xf8\xe0\xcb\x26\x23\x92\xc3\x86\xb5\x34\x10\x9b\xb4\x30\xb4\xbb\x96\x64\xd9\xd7\x19\x4b\xb6\x89\x75\xbf\xf2\xb5\xa9\x96\x19\xb5\x62\xcd\xc5\x01\x42\xb9\xad\x33\xd2\x9b\xd8\xaa\xa3\x5d\x31\xce\x8d\x32\x4e\xec\x40\x7f\x76\x59\xc1\x1b\x8e\xd3\xe7\x9c\x8c\x94\x9c\xae\x37\xc4\xe7\x89\xb2\xbe\x5d\x88\x57\x2e\x59\x89\x5e\x48\x78\xf5\xea\x51\x36\xc5\x55\xaf\xe2\x7a\x3f\xe3\xbd\x18\x52\x28\x00\xd3\xc0\x03\x4c\x79\xdf\x99\x0b\x69\x8e\xfb\x8c\xef\xac\xe0\x45\xf2\xd1\x46\x95\x53\x50\xf2\x4f\x0d\xad\xb2\x0d\xd2\x10\x86\x18\xd7\xc7\x46\xc3\xf5\x59\x67\x18\x8f\x5c\xec\x2e\x43\xcc\x2e\x9e\x36\x74\x1a\x52\xd0\xab\x10\x03\x95\xe5\x5a\xc1\x8d\xf6\x15\xeb\xfa\x04\xf1\xd0\x75\xba\x6e\x29\x46\xdb\xc5\xa2\xec\x27\x11\xb2\x72\x43\x2f\x1d\x58\x29\x13\x32\x1e\x90\x83\x49\x8e\xb3\xff\x16\xb7\xb2\x74\xf3\x21\x7e\xba\xb7\xbf\x6f\xa9\x25\x23\x75\x32\x55\x09\x61\x27\xf1\x1d\x0f\x46\x96\x29\x9d\x47\x31\x72\x0e\x45\x09\x2e\x67\x2e\xc2\x5f\x65\x56\xeb\x89\x39\x26\xd1\xba\x38\x95\x76\x04\xbd\x0b\xd6\x9f\x2c\xbe\xaf\xb1\x26\x04\x8e\x12\xad\xde\x88\x02\xdc\xbb\x40\xe0\x5e\x88\xff\x9a\xcb\x9c\x3c\x72\x6d\x35\x84\xbe\x00\xb3\x70\x40\x0b\x36\xd2\x21\xfc\xb6\xe0\x2d\x88\x0a\xd5\xf9\x70\xca\xad\x3e\x55\x4c\xf2\x0e\x38\xc2\xb5\x8f\x11\xc4\x73\x6c\x3f\x80\x6b\xdb\x47\x1f\xd6\x05\xfa\xaf\x38\x1f\x5b\xa8\xc1\x45\x23\xbb\x06\x18\x46\x5e\xab\xa7\x0d\x31\x8c\xc4\xec\x58\xad\xa9\x3d\x5e\x87\x18\xc3\xfa\x43\x59\x4e\xb4\x85\x6c\x68\xae\x4d\xe5\x32\x69\x4e\xaf\x2d\xb6\x60\x1f\x01\x86\x4d\x30\x1f\xcb\xec\xe2\xfe\x93\x7a\x69\xe7\x26\x14\xc2\xa8\x15\xc1\xae\x1a\xe5\x9b\x97\x96\xe6\x14\x15\xfd\xd9\xda\x17\xb8\x89\xba\x55\x04\xea\xc7\xa4\x10\x05\xa2\x94\x03\xdc\x59\x95\x75\x0b\x69\xc0\x09\x9f\x00\x18\xe1\x42\x04\x4c\x5f\xd4\xcb\x0d\xcb\x69\x6c\x57\x7f\xfa\x5e\xd3\xa1\xc2\x8e\x5c\x87\x59\x38\x8b\xc8\x97\x10\x40\x88\xca\x68\xa8\x5d\xc9\x2a\xe7\xca\xdb\x5f\x1b\xb4\x00\x10\x17\xb6\x09\xc5\xaa\x39\x95\x6b\x7a\xbb\x57\x9e\x0b\x77\x65\x3e\x8d\x06\xb5\x63\x58\x00\x64\x04\xef\x3f\x8f\x19\x8c\x98\x2d\xb0\x90\x3b\xf7\x19\x45\x50\xfd\x00\x20\xb1\xd6\xca\xad\x01\x02\xd6\xc0\xc3\xb0\x3e\x7a\x5c\x0f\x05\x0e\x8f\xcc\x42\xed\x89\x0a\x77\x0b\xe2\x4e\x2e\x52\xa6\x04\xa3\x66\xf2\x7c\x6e\xe6\xd3\x5d\x4d\x86\xcf\xe6\x72\x3e\xdd\x0b\x0c\x61\xc5\xfd\xbc\xa1\xe7\x79\x03\x6f\x68\x01\xd4\xb6\xa0\x44\xd5\xa1\xb5\x16\xd1\xee\x4e\xcf\x2a\x63\xe1\x3d\x85\x07\xbd\x5e\xb1\x79\x22\xa7\x77\x8d\x45\x63\xc1\xdd\x6d\x0f\x67\x8c\x6f\xb7\x62\x4d\x5e\xaf\xf3\x3b\xe6\x33\xf4\xd1\xd9\x8d\x06\x96\xb5\x0f\x10\xfa\x66\x83\x55\xbf\xa6\x8f\x97\xf0\x3d\x94\x43\xc6\xaf\xd7\x97\x1c\x96\x69\x9b\xc1\x54\x09\x78\xc4\x25\x48\x1e\x64\xfb\x2b\xae\xff\xed\x4b\xc7\x78\xc5\xad\x04\x92\x8e\xbf\xb8\x1f\x1a\xc0\xf4\x57\x14\x88\x89\x95\x48\x31\xaf\xda\x60\xa8\x4a\x33\xa6\x41\x3d\x40\xbd\xb0\xa2\x01\x2c\xd3\x4f\xfb\xe2\x47\xf9\xc8\x1e\x98\x6a\x11\x6a\xc8\x54\x5a\xa9\x4f\xb0\xb8\xf6\x37\x2d\xa7\xa6\xa3\xfb\x83\x92\x0b\x3a\x65\x69\x17\x64\x87\x28\xdc\xd3\x69\xc9\xce\x02\x5d\x97\xfd\x07\x19\x6d\xae\x6c\xa6\x1b\x68\x5f\x60\xdd\x19\xf4\x03\x02\x35\x72\x3f\x31\xe0\x95\xbf\x0d\xf6\xf1\xdf\xb6\xc9\xad\x15\x72\xb8\x2e\x8f\x37\xca\x22\x68\x1a\x5b\x5f\x8c\x95\xcc\x67\x41\x8b\x91\x43\x50\x9f\xd0\x4e\x5e\x63\x1f\x87\xc1\x78\xe3\x78\x42\x53\x2b\x42\x2d\x27\x9c\x92\x9e\xfd\xc2\xcc\x46\xe5\x90\xdc\x98\x80\x2c\xf3\x0a\x2e\x48\x17\x66\x02\x64\xd4\x0c\x17\xb2\x3f\x3b\xfb\x02\x06\xab\x06\x01\x3e\x98\x37\x4a\xf1\x59\x0d\xd7\xca\x06\x26\x21\x6f\x3e\xa9\x0f\x2c\x2c\xba\xc5\x92\x10\x01\x1c\xbf\xae\xc6\x4a\xc3\xde\xaf\x9f\xa8\x5a\x19\xe5\x55\xae\x66\x12\x22\xf3\xb3\xb9\x8f\x66\x74\xd9\x06\x33\x39\xcb\x31\x57\x83\xc7\x0e\xc9\xda\x01\x71\x6d\x3e\x53\x93\x4c\xac\xec\x58\x44\xdd\xef\x23\x81\xb6\xc4\x48\x9f\x56\x57\xad\x99\xc1\x69\xdc\x7b\x83\x1d\x66\x6d\x33\x04\xe6\xe0\xfa\x58\x13\xf8\x2b\xcb\xc8\xd4\xf6\x5a\x42\x21\x8d\x70\xc3\x6a\xd7\xba\x84\xba\xb5\x77\xa7\xfc\x0e\xba\x04\x54\x9f\xe3\x82\x44\xf5\x67\x9d\xb7\xa1\xf6\x48\xe7\x8a\x6f\xa5\x32\x38\x6b\x15\xc0\x81\x16\xca\xe7\x94\xce\x08\xb7\x7c\xdb\xde\x3c\x6a\xcc\x5a\xe4\xd1\x9e\x38\x93\x2b\xcb\x9b\x73\xc5\xfd\x09\x03\x8d\x71\xc9\xf6\x95\x55\xb6\x63\x94\x36\x30\x7e\x2e\xa1\x11\xe0\x9c\xab\x00\x96\x98\x9c\x06\x1f\x3f\xec\x70\xc6\xc5\xbd\xed\x0c\x81\x30\xbc\x67\x40\x59\xfe\x26\x55\x2d\xbe\xf0\x4a\xca\xdb\x61\x97\x9b\x61\x86\x57\x1d\x05\x2e\xc6\x51\x06\x4d\xbd\xc2\xbc\x0e\xa0\x45\xed\x97\xeb\xe1\x71\xd4\x7e\xea\xe5\x89\x6d\xbe\x5d\x92\x74\xb0\x35\x84\x77\x29\xc6\xc6\xc5\x94\x38\x89\x24\xce\x6d\x72\x6a\x17\x64\x26\x72\xac\x26\xeb\x24\x94\xff\x08\xff\x42\x18\x31\x5c\x9a\xff\x20\x52\xf5\x05\xfe\xde\x0a\x88\x23\xf6\x85\x22\x39\xb0\x21\x9d\x3e\xd0\x93\x47\xac\xde\x4e\xae\xbc\xed\xdc\xfc\x34\xb8\xee\xde\x5c\xde\x5d\x9f\x96\x84\xcb\xd3\xf3\xbb\x9b\xdb\xee\x75\xed\x33\x2c\x83\xd1\xbb\xbc\x18\xfc\xf9\xae\x7b\xd7\xf0\xc8\x37\x70\xde\xf9\xd0\x2d\xd5\x78\xfc\xf3\x5d\xe7\xbc\x77\xfb\xcb\xe0\xf2\xe3\xe0\xa6\x7b\xfd\x73\xef\xb4\x3b\xb8\xb9\xea\x9e\xf6\x3e\xf6\x4e\xb1\x3a\x54\xf4\xee\xd5\xf9\xdd\xa7\xde\xc5\xc0\xc7\xc4\x2c\x95\x75\xeb\xa7\xd2\x04\xc6\x1e\x55\x3c\x03\xfe\x52\xc0\xa7\xf8\xbb\x79\x38\x77\x3b\xcd\xff\x0e\xf6\x12\x57\xff\xf1\xa8\xe5\xff\x85\x48\xbd\x47\x96\x23\x78\x8b\x59\x71\x98\xfa\x22\x98\x34\x03\xfb\x37\x74\xac\x7d\x69\x9e\xd2\x68\x4f\x48\x67\xe6\x4a\x27\xcb\x72\xa7\x50\xd7\x27\x8c\xd4\x5b\xb2\x81\x44\xa0\x76\x93\x76\x85\x84\x2b\xbb\x55\x6e\xd0\xcd\x09\x86\xe0\x2c\x7a\x29\x29\xb0\xd9\x17\xf0\xbd\x5d\xa3\x95\x6d\x3e\x21\x9e\x61\xd9\x66\xed\xb8\x20\x5f\x6f\x2e\xe8\x74\xa1\x00\x11\xa6\xac\xb9\x64\xb6\x29\x13\xa6\xda\x62\x89\x3a\xca\x2d\x4f\x18\xf9\xe9\x4f\xc5\xa0\xc0\x0e\xe3\xec\x1a\xf9\x02\xf6\x9e\x7b\xa0\x72\x5c\xd5\x55\xb4\x55\xea\xc9\x2b\x3e\x35\xf5\x0e\x21\x4c\x25\x17\x51\xd6\x48\x29\x92\xcb\xc1\xf0\x93\x23\x52\x21\xd0\x13\x72\xc3\x32\xa8\x31\x19\x84\x1a\xbb\x8b\x33\x28\x95\x5a\x85\xec\x1e\xba\xd2\xa9\x4e\x6a\x40\x5c\x13\x58\x47\x28\xd5\xd5\x74\xe8\xcb\x3c\x7b\xa7\xac\x47\x7d\x3f\xf0\x7b\x3e\xd8\xea\x12\xb9\xa5\xfa\xbe\x06\x32\xbf\x96\x2f\xbb\x0d\xdd\xb1\xc7\x66\x9c\xfe\xda\x4e\xc3\x9e\x0d\x80\x22\xb7\xeb\xb3\x31\xe5\x74\x45\x97\x7e\xc6\x59\x05\xc2\x6b\xed\xfe\x4a\x10\x60\x4f\x6f\xdb\xa9\xbf\xc5\x81\x76\x07\x3e\xf1\x62\x93\x75\x2b\x97\x0d\xde\xc4\x7d\x03\xb8\x07\x3c\x89\x4a\x2e\xc3\xa9\x0f\xb0\x6a\x1e\xe7\x17\x0b\xd6\x39\xc3\x12\x1d\xca\x87\x52\xae\xf1\x14\xab\x89\xd5\xca\xd8\x91\x26\xbf\xcb\x19\x0a\xc4\xbc\x7e\x2d\x3f\xbb\xf4\x9e\x7c\xa1\x7e\x5f\xed\xb2\xaf\xab\xa9\x57\x27\xb3\x2a\x90\x72\x0b\x6f\x4c\xd4\x7a\x70\xc7\xac\x23\x5c\x9f\x39\xac\x7c\x5d\x82\xdb\x45\x54\x77\x50\xc1\x63\x73\x4a\xab\x08\x3b\x71\x65\x77\xbd\x38\x74\xec\x25\x24\x72\x8c\x36\x9e\xe3\xe8\xea\x9e\xcf\xec\x9d\x3d\x1d\xba\xd0\xfc\xe5\x1b\x1d\xad\xcd\x0e\x5b\xfe\x74\x30\x73\x61\x5a\xdf\x0c\x65\xae\x6e\x04\xaf\x16\x63\x0e\x6b\x5f\x06\xda\xb0\xd3\xf5\xab\xfd\x3b\x3f\xa3\xdf\x21\x49\xe5\x0d\x79\x3e\x51\x6b\x21\x11\x9b\x1c\x41\x4d\x14\x97\x54\xe0\x2c\xf5\x9a\x1c\x91\x8c\xdf\x33\xf2\x16\xfc\xdb\x9d\xab\xde\xdb\x16\x79\x1b\xc7\xd0\xbe\xdd\x80\xfd\x15\xf8\x91\x6e\xdc\x0e\x6c\x0e\x24\xd5\x52\x78\xd6\x47\x88\xa4\x8b\x86\xd9\x89\x4a\x9d\x40\x0e\x8f\x61\x0a\x21\xd1\x20\x26\x27\xc4\x7d\x38\x3b\xec\x2a\xde\x58\x1c\x99\x9d\x61\xbb\x6c\x7b\x8b\x11\xfe\x7b\x8e\x45\x58\xce\x08\x57\xe4\x0c\x74\x42\x59\x84\x02\xe8\x4c\x37\x10\xef\x21\x1e\xa7\x6e\x56\x25\x3d\xd9\x2f\x66\xed\xa6\xac\x22\xbc\xd7\x46\x6e\x6b\x44\xbe\x74\xea\x56\xc4\x45\x2e\x35\xc8\x92\x07\x2a\x7b\x5a\x2a\xdb\x47\xd0\x57\x79\x70\x9b\xdf\x66\xa7\x28\x10\x45\xcd\xf8\xc4\x5a\x2b\xe1\x7a\x3e\x5d\xc6\x83\x5b\x8d\x80\xba\xa1\x2f\x25\x5a\x93\xd5\xce\x94\x1b\x74\xc2\xa1\x53\x63\x71\xac\xd5\xa1\x76\x8c\x43\xa8\x91\x1c\xc3\xb2\x0d\x9f\xb2\x16\x81\xd2\x3e\x85\xe3\xd0\x9d\x57\x20\x37\xb8\xaa\x5c\x0d\x00\xec\x44\x25\x13\xfe\x50\x1f\x7b\xbe\x74\x83\x77\x70\xb9\x5e\x74\x3e\x77\xcf\x06\xdd\x8b\xdb\xde\xed\x2f\x83\x45\xef\x6b\xf9\xf1\xf5\xe9\x8f\xbd\x9f\xbb\x67\xf1\x0b\x37\xbf\xdc\xdc\x76\x3f\x0f\x3e\x75\x2f\xba\xd7\x9d\xdb\xee\xd9\x52\xe3\xd5\xb2\xce\xea\xe0\x3f\x5d\x70\x9c\x2c\xc0\x3c\x53\x0f\x15\xe8\x01\x31\xd0\xf2\x63\x94\xcc\x08\x37\x9a\x3c\x70\xcd\x5d\x9a\x91\x13\xf6\xee\x7a\xde\x18\x55\xd3\xfb\x49\x14\x5f\xdc\x42\x94\x88\xa2\x13\xee\xac\xdd\xb1\x20\xe8\x1c\xad\x22\xc5\xa0\x1d\x12\x55\x58\x6a\xd7\x74\xe2\x16\xec\x84\x74\xdc\xd6\xd6\xb5\x2f\x24\xb1\x62\x28\x53\x38\x7a\xf4\xc2\x86\xa1\x93\x23\x52\x5d\xe3\x13\x82\x28\x5e\x11\x1e\x69\x68\x10\x84\x27\xaa\x98\x78\x6b\x08\xfb\x3a\xcb\x78\xc2\x4d\x84\x91\x2a\x15\x99\x52\x41\xc7\x5e\xfd\xc8\x35\x53\x2b\xb8\xc7\xde\xdc\xb2\xfb\xd0\x22\x9b\x62\xfb\x62\x4d\xc9\x91\x4b\x80\x28\x33\xd2\x25\x75\x3c\x99\x0e\xda\xe0\xde\x59\x80\x71\x5a\x77\x48\x7b\x52\x5f\x57\x44\x13\xba\x68\x62\xe7\xd7\xa5\xda\x5d\x77\x8f\x78\x71\xbd\x0c\x0f\x71\x0d\x1d\x7e\x63\x17\x71\x09\x07\x71\x6f\xe5\x8a\x06\xab\x7d\x88\xb5\x94\xb2\xc7\x12\x42\x05\xae\xff\x42\xf1\x20\xaf\x76\x5e\x34\xc3\xc2\x6e\x56\xa9\xa5\xb4\x88\xab\xab\xb4\x40\x2d\x37\xaa\x1b\x4a\xb4\x00\x56\x52\xfa\x52\x0a\xb5\x2c\xa6\x99\x95\x07\xf7\x8d\xab\xb4\x54\x06\xf3\x72\x4a\xb5\xac\x5c\xb7\x97\x9b\x47\x58\x33\xd0\x35\x4a\xb4\x84\x30\x77\x40\x64\xdd\x8c\xe5\x43\x6a\x21\x4f\x33\xe0\x48\xde\x2d\x67\x0f\x55\x8d\xe9\x32\x56\xb4\xa8\xbe\xdf\xb9\xbb\x5b\xaa\xef\x1b\xba\x5a\x75\x51\x9c\x96\x0c\xdd\x95\x65\x73\x69\x6e\x20\x5c\x95\x8b\xea\x35\xf3\x5f\xa8\x9c\xba\x17\xd1\x04\x9a\xa8\xc9\x38\x58\xcf\x54\x87\x70\x86\xbd\xb3\x82\x23\x05\x00\xf0\xc8\xed\x6a\x14\x4d\x00\xf7\x14\x4b\x7a\x3a\x57\x46\x93\x83\xc5\x4e\x6d\xbd\xed\x81\x57\x17\xd7\x65\x45\xa8\x98\x5b\xed\x02\xbf\xb5\x08\x43\x91\x49\x92\x2b\xb5\x59\x12\x6c\x49\x08\x10\x29\x80\xd5\x44\x55\x78\x50\x2e\xad\xee\x39\xf6\x39\xa1\xba\xda\xe5\xca\x2d\xdf\x22\x77\xae\xd4\xcc\x27\x06\x81\xb3\x7b\x29\x8d\xb0\x41\x2a\x03\x0c\xe4\x4e\x65\x2b\x0b\x0d\xde\x20\x76\x6c\xae\xb2\xc2\x1c\x41\x89\xbd\x3b\xdb\x51\x54\x12\x64\x18\x95\x56\x14\x07\xd3\xc0\x72\x36\x2f\x8d\xf8\x94\x43\x75\xa3\x69\x18\xab\x15\xd3\xf6\x96\x25\xd2\x88\x6c\x1c\xf5\x82\x96\x1a\xd0\xd7\xcb\x12\x21\xc8\xee\x73\xc4\xfe\x05\xa5\x8f\xc6\xa2\xab\xe6\x7f\xb7\x37\xab\x62\x7a\x22\xb3\x26\x5e\x0f\xdd\x6c\x0c\x13\xb0\xdd\x6c\x3c\x4a\xc0\xbe\xa7\xb3\x9a\x01\xb8\xf0\x40\x6d\x54\x9e\x00\xe4\x8b\xe5\x86\xf5\xa7\xce\x61\x5d\xc1\x15\xea\xdc\x9f\xba\x94\xc1\xec\xa1\x0e\x20\x68\xa0\x56\xbc\x6b\x3e\xdb\xbb\x5a\x55\xcb\x10\xe9\x4f\x66\x5c\x2d\xdd\xaa\xa5\x09\x1c\x12\x65\xb7\x35\x99\x3a\xf8\xb3\x40\x81\x90\xc7\x6e\x14\x67\x00\xb0\x92\x85\xac\xcc\xf2\x2d\xe4\x8c\x27\x2b\x09\xcb\x8a\x3c\x67\x3b\x1a\x52\xed\x70\xe6\x03\x88\xa5\xdf\xc5\xb3\x59\x9a\x01\xda\x91\xa0\x4d\x96\xba\xb2\x9c\x88\x91\xe3\x66\x1f\x6c\x68\x58\x04\xa0\x2f\xae\xed\x28\xf0\x0b\x30\xa5\xa1\x00\x13\x90\xb6\x59\x01\x45\x39\x22\xd4\x7d\x05\xcb\xd6\x54\xe8\x49\x0f\xa2\xfa\x02\x4d\x13\xdb\x06\xe7\x35\x08\x59\x1f\xf0\x29\x19\x65\x74\xec\x73\xec\xa0\x6a\xc5\xa8\x10\xc2\xad\x24\x81\x65\x20\xec\x9f\xda\x31\x38\xde\x10\xb7\xab\x67\x2c\x41\x71\x78\x4b\xb9\x0f\x76\x81\xa7\xc1\x40\x09\x7f\x8a\x7a\x4c\x7f\x07\xf3\x37\xa5\x33\x08\x57\x43\x4a\x97\xa3\x10\x54\x77\xeb\x62\xd6\xda\x30\xf2\xff\xfe\xaf\xbf\xb4\x79\xba\x56\x00\x42\xec\x27\x28\xf2\x81\xa3\x00\x91\xa8\x52\x01\x05\x76\xbc\xb4\x32\xdf\xbe\x0a\xc1\x83\x86\xfe\x64\xbc\x73\x49\xb9\xd7\x98\x77\xae\xe7\x07\xc5\xa1\x62\xa4\xb3\xbd\x90\x72\xcd\x14\x9a\xe8\x43\x06\x5f\x0d\x32\x72\x63\xd8\x42\x6d\xdd\xfb\x65\x81\x50\x0b\xf5\xf7\xeb\xa9\x0d\x7d\x21\xe4\xdd\x03\xcd\xb8\x55\x2c\xdb\x3e\x61\xfb\x3d\xf9\x4f\x40\x3a\xfe\x8f\x06\xdb\x0c\x1d\x33\x35\x48\xf3\x52\x0c\xd0\xaa\x41\x5d\xd9\x8f\xce\x72\x33\xaf\x4f\x7c\x2f\x1d\xa3\x8c\x26\xf7\x9b\xe4\x0b\xda\xf7\x1b\x9a\x5d\xcd\xe1\x23\xa7\x58\x59\xd0\x68\x48\xb5\x67\x95\x54\x7b\x17\x32\x11\xf7\x8f\xcc\x4e\x00\x10\x76\x24\x0a\x39\x6e\xd8\xb1\x63\x6e\x93\x8f\x88\x62\x07\x22\x19\x76\x91\xc8\x3c\x4b\xfb\x82\x7d\x9d\x49\xcd\x4a\xf1\xa7\x35\xc8\x63\x2e\x9c\xda\xf5\x54\x7f\xd3\x54\xb0\xc6\x77\x92\x60\xbe\x39\x2e\xc2\xe2\x9e\x2e\x4e\xb9\x9e\xc8\x76\xba\x5c\x13\x3e\xe3\x96\x3c\x06\xb5\xa7\xf0\xd9\xca\x5d\x9c\x5a\x65\x56\x98\x6c\xde\x22\x61\x92\x15\xb2\xc8\xd8\x03\x53\x74\x6c\xc5\x1c\xca\xb3\x18\x65\xae\xac\x3a\xaf\xe7\x0d\x2c\x47\x21\xee\x1c\x30\x5b\xe7\xa2\xd9\x40\x3c\xe9\xc4\xc8\x78\x73\x66\x08\xfb\x6a\x98\x40\xe7\xd6\xad\x8f\xfd\x8d\xe2\x4f\x9a\x4a\x16\x61\x54\x66\xf3\xed\xfc\xe4\xfb\xd8\xf1\x09\x10\x3e\xb8\x39\xd5\xee\x92\x70\x58\xf3\x13\x2a\x52\x17\xc1\xae\x43\x45\x2e\x9c\x9d\xd0\x86\xd1\x20\x1c\xf8\x38\xec\x08\xb0\x08\xdb\x44\xb8\x6a\xb8\x8b\xbc\xe0\x6b\x45\x36\x70\x45\x48\x65\xe5\x97\x5c\x18\x9e\x59\x31\xcc\x8d\xc1\xaa\x45\xb9\x08\xd9\xd1\x10\x2d\xd5\xb0\x82\x90\x53\x2d\xc6\x03\xb7\x92\x3e\x18\x7b\x3d\x6e\x5d\xa6\xa9\xcf\xd8\x14\xfe\xf8\xc1\x37\xb4\xdc\xc6\x84\x59\x08\x76\xfa\x21\x0c\x1c\x82\xce\x85\xf4\x93\x09\x58\x76\x61\xaf\x4b\x05\x10\x60\xa2\x9b\xa8\x00\x20\x64\x2d\xa6\x21\x15\x7c\x5d\x13\x0d\xc1\xeb\x18\x5c\x0b\x71\x63\xa6\x21\x76\x5d\x37\xc4\xac\x03\xb2\xa9\x97\xb5\x1c\x00\x6a\x80\x6c\xaf\x84\xbf\x53\xdf\x9d\x0b\x71\xa3\x59\x36\xa4\xc9\x7d\x00\x9b\x0c\x3a\x95\x54\x1e\xb6\xcb\xca\x7f\x7d\x61\xbb\x06\xe2\xb2\x03\x4d\x40\x40\x29\x0a\x12\xa7\x2e\xd1\xd3\x0d\xbb\xe8\xdc\x95\x8d\x10\x58\xc8\x00\xb4\x2f\x1c\x3d\x86\xd0\xa5\x6c\x96\xc9\xf9\xb4\xe1\x06\xaa\x46\x32\xef\xe2\xd5\x6a\x0a\xa4\xde\xeb\xe5\x53\x61\x7a\x1b\x5f\x3f\x0b\x31\xae\x7b\x48\x35\x5e\xc7\x6b\xb7\x69\x4c\x68\xf5\x5c\x71\x3d\xcb\x68\xa9\xfc\x6b\xb5\x07\x0c\xfc\x7c\xda\xd5\xc7\xcc\xa0\xd5\xb6\x8a\xf5\x43\x87\x6a\x3f\x7f\x92\x22\x1b\xfe\xee\x75\xd5\x36\x80\x0b\x39\x7b\x0c\xcb\xda\xd0\x4c\x1b\x63\xb8\xdb\x33\x25\xed\xdd\x2c\xfb\xc2\xd0\xb1\x8f\xad\x75\x52\x9d\x7c\x14\x4c\xe9\x09\x9f\xc5\xee\xd2\xdd\x13\xbf\x1d\x61\xba\xff\x60\x74\xcf\x06\x2c\x50\xce\x8e\xb0\x60\xa2\x25\x10\x3d\xa3\x49\x61\xa4\x49\x32\xaa\x35\x1f\xcd\x49\xca\x47\xe0\xa1\x37\x45\xe8\x08\x44\xf6\x06\x70\xdc\x32\x88\x72\xad\x6d\xa4\x94\x21\xb6\x9f\x6c\x9d\xdd\xc3\xce\x9d\x2f\xc6\xc7\x40\xf3\x34\xce\xd0\x87\x22\x31\x0b\x19\x8d\x6b\xd6\xb1\xd9\x35\x1a\xdd\x8d\xcc\xc5\x64\xef\x6f\x60\x3e\xf3\x6e\xbb\xb4\x9f\xa5\x19\xb2\x2b\x79\x67\x75\xef\xcf\x58\xc6\x5e\x48\x99\xfb\x45\x42\x58\xba\xd6\x05\xce\xd7\xb3\xed\xff\x6e\xe3\xd9\x22\x9c\xaa\x21\xa7\x76\x0f\xfb\xfd\x8d\x83\x72\x1a\x46\xf7\x89\xad\xe3\x29\x5c\x49\x8b\x5b\x9d\xab\x26\xe6\xb8\xc3\x62\xef\x2d\x12\xef\x89\x27\xd4\xb4\xd7\x37\xcc\x68\x6f\x08\x89\x28\x1d\x85\x6c\x77\x4e\x8f\x7c\x12\x4e\x91\xd2\xb2\xc1\x86\xbf\x90\x18\x31\x37\xba\x6b\xa7\xea\x3d\x1d\x3b\x5c\xbd\x5d\x9b\xd0\x5b\x31\xde\x2d\xbc\xeb\xae\x8d\xb5\x77\xa0\xb1\x85\x7d\xc8\x0f\x4f\xac\x76\x54\x97\xf6\xe0\xa5\x5b\xcf\x48\x55\x87\x59\xb6\x7b\xe8\x64\xe6\xea\x5e\x0f\x66\x8a\x8d\xf8\xd7\xad\x3c\x39\x57\xf0\xa9\x93\xc8\xec\xec\xe5\x68\x94\x49\x6a\x97\x11\x91\x37\xad\x82\x00\x75\xd5\x0b\x01\xd9\x2f\xc0\xa3\xe2\xc6\x30\xd1\x17\x00\xed\xa5\xff\x78\x72\x7c\x3c\xcc\x93\x7b\x66\x8e\xef\xd9\x1c\xea\x1a\x47\x3f\x6d\x95\x1f\xc7\x34\xf6\xad\x99\x31\x5c\x8c\x35\x99\x61\x5e\x9e\x03\x9c\xac\x8c\xf5\x1d\x6f\xb3\x36\xf9\x90\xc9\xa1\x6e\x91\x9b\x64\xc2\xa6\xb4\x85\xbb\x0b\xcf\xa1\xd4\x4a\xfb\x7d\xbb\x2f\x6e\x18\x23\x13\x63\x66\xfa\xe4\xf8\x78\xcc\xcd\x24\x1f\x5a\x9d\xe7\x38\x9b\x8f\x0c\x3a\xa7\x8f\xb9\xd6\x39\xd3\xc7\x7f\xf8\xfd\xef\x61\x69\x80\x16\x86\x34\xb9\x1f\x2b\x30\x40\x2d\x2a\x3d\xa5\xed\xbe\x59\x04\x0a\xde\x1c\x36\x49\x49\x31\x60\x5f\x67\x8a\x01\x38\xe0\xb6\x99\x94\x9a\x74\xbe\xdc\x10\x3d\x17\x86\x7e\x3d\x21\xfd\x37\x9f\xb1\x1a\x12\xf9\x51\xe6\x4a\x93\x33\x3a\x3f\x92\xa3\xa3\xa9\x14\x66\x42\x3e\xc3\xff\xba\x9f\x1e\x19\xbb\x27\xbf\x30\xaa\xfa\x6f\xdc\xfe\xe2\x6d\x15\x00\xd3\xc0\xfc\xa6\x72\xa1\x5d\xa1\xa5\xdf\xff\x9b\xaf\xb4\x64\xbb\xf9\xe1\xf8\xf7\xff\x46\x7e\x0b\xff\xff\xff\x23\xbf\xed\xbf\x69\xc2\x02\xdc\x28\x8b\xa5\x28\x85\x55\xdb\x1a\xac\xd8\x16\x18\xcd\xa7\x4a\x16\x3b\x56\xdb\xf2\x3d\x4f\xee\xe5\x68\x34\x30\x7c\xca\x30\x68\x66\x40\xd5\x02\x66\xe1\x96\xf9\xb9\xdc\xe1\xca\x62\x65\x8c\x02\x0e\xc9\x75\x8a\x11\xac\xfe\xc8\xe9\xbc\xc0\xfe\x7c\xf4\xf5\xff\x43\x96\x0d\xd7\xf0\x15\x4b\xed\xc9\xd8\xc4\x78\xe8\x0d\x96\x8b\xa8\xf5\x45\x2c\x74\x8c\x92\x1c\x0c\xf6\xb1\x9b\x49\xae\xaa\x42\x55\xc5\xcb\xdc\xe1\x74\x7c\xeb\x72\x54\x45\x52\x01\x46\x78\x2d\x40\x7b\xba\x01\x6e\x22\x23\x56\xc1\x41\x5d\x52\xb0\x74\x60\x82\x64\xa6\xf8\x03\xcf\xd8\x18\xd3\x70\x68\x92\x30\xad\x43\x0e\x90\xe7\x90\x4f\x59\x7c\x6a\x61\x92\xbb\x95\xa1\x5a\x74\x87\x7e\x67\x0e\x30\x98\xe0\x93\x3a\xbf\x6e\xa4\xda\xe9\x18\xdd\xb3\x05\xd7\xf8\x46\x52\x9a\x07\x84\x8d\xb1\xd7\x21\x10\x56\xaa\x80\x79\x80\xb1\x71\x0e\x40\xb5\x2f\x6e\x2f\xcf\x2e\xdf\xdd\x53\xa3\xe4\x98\x8a\xf7\x27\xa4\x93\xa6\xae\x1c\x3a\x71\xfe\x7d\x4b\x33\x56\x14\x69\x93\xb8\xb6\xb1\xb0\x0b\x57\x2b\x76\xc5\xa6\x0a\xae\xd0\xe5\xb0\x1e\xfb\xb7\xcb\x77\x16\x3e\xa9\x3f\xe0\x65\xd4\xdb\xd0\x41\x01\x32\x09\x73\xb5\x02\x8f\xbd\x20\x17\xe7\xbb\x4d\x85\xf7\x1b\x7b\xfa\x98\xc6\xa6\xc1\x15\x06\xf1\x3e\xc2\x47\x72\xb9\x18\xeb\xda\x43\x05\x09\x72\xfb\x48\x7c\x5d\x00\xba\xd9\x81\x52\xbe\x80\xc1\xa7\x60\x09\x1e\xfd\xa9\x5c\xbf\x96\x28\x6a\x6f\x91\x2d\x73\x85\x5d\xc5\xfd\xb8\x50\xb8\x95\x1d\x8f\x46\x34\xb1\xab\x17\x52\xd0\x30\xf0\x3b\xbe\xb9\xea\xd6\xf1\x96\xea\xfb\xfd\xfa\x47\x76\x86\x62\xe5\x69\x01\x5d\x88\xd4\xe8\xa2\xd7\xf8\x42\xbe\x9d\xa1\xfa\xbe\x29\xa9\x65\xe3\xba\x78\x76\x29\x7c\xbe\xd7\xb2\xf1\xb9\x96\x23\x1c\x1f\x57\xb9\x18\xae\xa3\x08\xe2\xc2\x87\x82\x61\xcd\x1c\x9e\xb1\xb4\x9a\x5b\x5c\x1d\xff\x2a\x32\x40\x27\x5f\x64\xc2\x87\xec\xd5\xe9\x4c\x42\x2c\xcc\x88\x4c\xa9\x98\xe3\x41\xb2\xf2\x0b\xd5\xf7\x3a\xe0\x01\x13\x3d\xa5\x59\xd6\x22\x8a\xe5\x50\x05\xbd\x45\x34\xcb\x46\x47\x1e\x9a\x28\x25\x99\x1c\xf3\x84\x66\x64\x98\xc9\xe4\x5e\xf7\x85\xbd\x41\xc4\x18\xe5\xa0\x99\x92\x70\x0b\x17\x12\x58\x11\xc9\x3b\x53\x32\xcd\x13\x2c\x6f\x87\xe5\x65\xb9\x36\x3c\xa9\xd4\x34\xb3\x1c\x11\x5c\xe8\xf6\x12\x4e\x24\x42\x18\xc3\x70\xad\x44\xc8\x30\xb5\x35\xf7\x85\xe8\xe1\x5a\xa6\x19\xff\x3b\x64\x53\xa0\x63\xb9\x89\x7a\xf7\x90\xa2\xe7\xb7\x67\x60\xca\xa7\x61\x05\x3d\x9f\xba\xcf\xe0\x0c\x2d\xa3\x98\xeb\x32\x39\x07\x6a\x08\x64\x1e\x10\x52\x3c\x51\x14\x6e\x73\x8f\x42\x83\xaf\x78\xdd\xff\x85\x65\x72\xc1\x90\x1b\xf2\xb7\x56\xd1\xf4\x29\x56\x55\x73\x58\x7c\x91\x6f\x04\x5a\xf7\x75\xa7\x1c\x38\xa9\xbd\x22\x1e\x2c\x91\xf8\xe5\xb1\x6b\x6f\xaf\x91\x56\x28\x75\x46\xb5\xf3\x9a\x1f\x05\x00\x1f\xcb\x0f\xfb\x02\x70\xac\x6d\x27\x95\xba\x59\x8b\x14\xf5\x82\xcb\x9b\xed\x87\x39\x6e\x58\xe5\xcc\x2f\xf2\x26\x44\x5e\xa6\x5b\x48\x9b\xda\x90\xd9\x95\x42\x01\x55\x5d\xe4\x37\x52\x1b\x3c\x7d\xe0\x05\x1e\x7b\xd4\x51\xe3\xde\x6e\x6d\x40\xae\x8c\x6a\x21\x25\x82\x8f\x90\xc8\x60\x6c\x10\x95\xe8\x4a\x75\x37\x8d\xe8\x9b\xe4\x1a\x2f\xdb\xc8\x2b\x6a\xb0\xdc\x32\x9b\x4a\x83\x28\xc4\x08\x08\xec\x2d\x67\x88\x33\x3c\xcc\xe4\x10\xee\x15\xc0\x0a\xf6\x51\xda\x51\x34\x26\xce\x9b\xa5\xe4\x5d\x74\x4d\x84\xcc\x8f\xf7\x4d\xc1\xb5\xfb\x4b\x78\xae\x9a\xdb\x1a\xd3\x9e\xcb\xa8\x9f\x6d\x72\x55\x49\xa6\x89\x66\x35\xa2\x96\x73\x37\x85\xb3\x6d\x96\x24\x5d\xda\xfd\x3d\x24\x49\x57\xa6\xd1\x10\x6d\x21\xc7\x4f\x1a\xb4\x6d\x27\x75\x2e\xd7\xd7\x23\x31\x4f\x11\xe5\x8f\xd2\xe6\x78\x32\x9b\xd7\x6d\xd1\xcb\x4a\x00\xaf\xa0\xc6\x7e\xdb\x04\xf0\xca\x60\x5e\x72\x02\x78\x65\xa8\x2f\x37\x01\xbc\x66\xa0\x6b\x24\x80\xa3\x27\x74\x60\x89\x7a\x3d\xa6\x00\x91\x48\xc3\x7c\x74\x03\xb7\xc9\xd2\x31\xba\xa2\x49\xc8\x9c\xbd\x9c\xe3\x70\x37\x60\xb4\x2e\xf6\x74\xeb\xe4\xed\xca\x94\xd7\x4c\xde\x2e\xb1\xb4\x43\xf2\x76\x48\xde\x5e\x5c\x97\x97\x98\xbc\x5d\xd9\xf3\xf5\x92\xb7\xeb\xb6\x7c\x0b\xe7\x70\xa9\x99\xef\x26\x79\xbb\xb2\xa2\x2f\x39\x79\xbb\x32\xd4\x43\xf2\xf6\x93\xcc\xe6\x85\x25\x6f\xd7\x9f\xba\xcd\x92\xb7\x6b\x45\xb3\xe6\xb3\xbd\x6b\xea\x13\xa4\xaf\x3c\x73\xf2\x76\x69\x02\x87\xb0\x90\x1d\xab\x1c\x97\x49\xd0\x8d\x00\x0a\xb1\xb9\x7c\xcd\xea\x3d\xb4\x24\x7d\x1b\xd4\x8d\x3d\x50\xd4\xd3\x06\x14\x81\x85\x70\x5d\x8d\xa8\x53\x5a\x07\xed\x4a\x03\x59\xd1\xc4\xa7\x3c\xa2\xc7\x29\xf6\x8d\x1c\x28\x70\x63\x8b\x52\xc3\x22\x07\xcb\x22\xe6\x08\x34\x90\x5c\x4d\xe1\x86\x1d\x08\xd0\xa5\x8e\x6d\x5b\xb2\x02\x4c\x73\xf5\xca\x3e\x14\x57\xd9\x4f\xb3\xbf\x89\xff\xdb\xb8\x20\xbb\xd6\x86\x4e\x66\xf9\x36\x39\x24\xe3\xed\x3e\x9b\xb2\xa9\x54\xab\x5c\xc3\x0d\xa6\x06\xa9\xe8\x78\x55\x92\xcf\xba\xab\xb7\xeb\xaa\xf9\x7a\x38\x9b\xd9\x9e\x3c\x22\xc1\x72\x65\xd8\x17\xcf\x8e\xbd\x13\xa0\x2f\xd4\xfa\xbf\x82\xfb\x71\x4b\x0f\x57\x43\xfe\xf7\x62\x87\x60\xfa\xd6\x4c\x1d\xc5\xe2\x51\xc9\xe6\xbc\x38\x82\xd2\xba\x7b\xe1\x79\x87\x65\xcf\x55\x63\xfc\xc5\x3a\x39\xb4\x58\x90\xcd\x4a\xe6\x31\x3c\x66\x95\xd2\x86\xf3\x9a\x30\xee\xf5\xcc\x1d\x5c\x98\x7f\xff\xd7\x8d\x8c\xf6\x56\xbe\x74\xeb\x36\xe2\x19\x73\xd1\x37\x90\xd6\xeb\xc2\xb5\xb0\x3c\x49\xae\xb2\x5d\x76\x95\x8b\x31\xcc\x1b\x02\x7c\x8a\x22\xca\x81\x78\xf0\xce\x98\x28\x99\x8f\x27\x5e\x03\xb6\x54\x68\xa7\x56\xb7\x97\x5f\x16\x0b\xad\xbd\x32\x67\x4d\xa5\xf2\x7e\x95\x08\x36\xf7\x66\xfb\x25\x79\x66\x8f\x76\xdd\x3c\x36\xa0\x8e\x52\x98\x5f\x71\xfc\xbd\x8f\x01\xa5\x12\x00\x6c\xe8\x8b\x4e\x29\x20\xd0\x03\x20\x0f\xe7\x45\x24\x09\x5e\xed\x31\x91\x01\x68\x8e\xd3\x5e\xa0\x92\xbb\xfd\x17\x88\x21\x98\x89\x8d\xbe\x6e\xef\xcf\x86\x20\x18\x96\x1e\xd1\x64\x9e\x64\x3c\x89\x44\xd2\xb1\xa2\xb3\xc9\x32\x4a\x3c\x64\xcb\x7d\xab\x6c\xb9\x35\x8b\x2e\x2e\x0d\xe3\x89\xcb\x16\xbe\xea\x2c\xbe\x45\x72\x3c\x24\xf0\x6d\x40\x92\xbb\x8d\x67\xef\x94\xf8\x9a\xf2\x09\x9b\x29\xef\x1b\xe7\x6e\x2d\x0e\xec\x5b\x66\x11\xd6\xdc\x17\xdb\xad\xee\xb7\xcd\x1d\x5c\x6b\x1a\x8d\x61\xa0\x6b\xa4\x0d\x96\x6a\xe4\x87\x7b\x7f\x45\x12\x61\xf3\x2a\xbd\x10\x1a\xdc\x67\xec\x5a\x13\xb7\x59\x1d\xbf\xb6\x89\xa8\xb8\x59\x28\x5b\xd8\xa8\xd7\x15\xce\x16\x86\xbd\x65\x48\x5b\x27\xaa\xf8\x38\x91\x19\x40\x35\x96\x56\x2b\x74\x10\xa2\x62\xc2\x02\xf9\xcd\xb8\x99\xb1\x04\x45\xd7\x02\xf3\x6f\x59\xe0\x5a\xd8\xc4\xef\x23\x78\x6d\x85\x3e\xb4\x61\x00\x5b\xbc\xa8\xbb\x05\xb1\xed\xa8\xdf\x6c\x16\xc8\x56\xe9\x6c\xe9\x7e\x6f\xe1\x72\x5d\xc0\x57\x3c\x38\xec\x83\xc3\xbe\x7e\x6d\x5e\xa2\xd3\xbe\xa8\x3d\xb5\xa1\xe3\xbe\x69\xfb\xf7\x41\x49\x7b\x74\xe0\x7f\x63\xb7\xf8\xba\x1e\xf1\x6f\x1b\x67\xb0\x66\x88\xc1\xc1\x6d\xff\x7d\xb8\xed\x9b\xcf\xdb\x46\xae\xfb\x15\xb9\x41\xbe\x97\x5d\xfd\xab\x21\x5f\xe5\x49\x7d\xac\xc1\x06\x1c\x7d\xb1\xa6\x9f\xb5\x48\xa8\x39\xf8\x5a\x9f\xd4\xd7\x5a\xb3\xd0\xab\xfd\xad\x25\xe1\xed\x59\x9d\x64\x55\xe8\xee\xa7\x74\x94\xad\x12\x78\xf3\xe1\xe0\xc9\xcf\x51\xed\x9c\xd7\x3d\x4e\x5f\xc2\xde\xfa\x12\x85\x84\x4d\x87\x2c\x4d\x41\x21\x36\xd2\xa1\x5f\x16\x24\x20\x18\x12\xab\xe5\xa4\x54\x5b\xca\xa5\x50\xad\x9b\xa7\x2c\x82\xb2\x2f\xe4\x1b\x8c\x6e\xed\x0b\xd8\xdf\x2c\x63\xca\xeb\x53\x8a\xbc\xd3\x5c\x24\x2c\xd6\xb1\x14\x49\x25\xd3\xe2\xad\xc1\x2a\x9c\x54\xcc\xc9\xbd\x90\x8f\x19\x4b\xc7\xb0\x43\xd5\xc1\x1c\x11\xce\x5a\x84\x9b\xf0\x99\x62\x34\x99\x58\x76\x09\x79\xe2\xe0\x72\x40\x41\x8c\xb9\x6f\x23\x9c\xd7\xd0\xcc\xfb\x36\x21\x3d\x41\x46\x34\x31\x2d\xa2\xf3\x61\xd1\x7e\x2a\x11\xb8\xf3\x81\x89\x78\xe2\x45\x23\x4f\xe6\x24\xad\x75\x8a\x36\x68\x16\x96\x00\x3a\x19\xa7\x3b\x39\x2d\x1e\xe8\x2e\x29\xb4\x9f\x73\x6d\x08\xd8\xca\x89\x14\xe1\x30\xb9\x64\x80\x80\x1e\x01\xc0\x87\x88\xc4\xb0\xa4\x68\x01\xad\x4c\x65\xd3\xb1\x14\x1e\x26\x87\xb7\xe8\xd4\x55\x68\x17\x97\x3b\x95\x8f\x42\x1b\xc5\xe8\xd4\x55\x24\xb0\x9c\x18\x4c\xb1\xe8\x5f\x72\xf5\x5f\xe1\x06\xde\x64\x8b\xcf\xb9\xb8\xb7\xbb\x5b\xe0\x65\x00\x0a\x2d\xf4\x5c\xb3\x69\x1f\xb8\xa0\xa5\x40\x86\xed\x90\x26\xb6\x33\xb3\x0c\xe7\x4d\x50\x25\x86\xae\x42\x0f\xd9\xc4\xa8\xa2\x01\x7a\x97\xd8\xee\x08\xb0\x3a\xc4\xe8\xa4\xc4\x50\x80\xc9\x99\xb0\x6c\x16\xe1\x5e\xce\xa8\x32\xa1\x2e\x86\xcb\x9a\x4e\xe4\x74\x9a\x0b\x48\x74\x77\x7a\xda\xa3\x4b\x8f\x75\x36\xbb\xa2\xf1\x76\x5f\xf4\xcc\x5b\x6d\xcf\x97\x14\xe3\x6c\x4e\x68\xfa\xc0\x75\x81\x5d\x92\x48\xa1\xf3\x29\x53\x15\x54\x68\x07\x62\x41\x3d\xad\xd8\xb1\x59\xc1\xcb\x83\xfa\xbb\xbb\x61\x4c\x86\x6c\x64\x2f\xdd\x19\x55\xda\xdb\x87\x6a\x6c\x3b\x6e\x73\x53\xbb\x56\xdf\xec\x4c\xfe\x1c\x1f\x3b\x32\x2d\x4e\x28\x75\xfa\xc6\x71\xf5\x7c\x46\x05\x33\x9a\xc2\x1a\x16\x26\x45\x96\x5f\x4c\x6e\x15\xce\x16\x0a\x9f\x56\xd5\x70\x5f\x7f\x55\xc3\xa1\xb1\xfd\x78\x81\x06\x07\xb7\x91\x25\xaf\x32\x41\x37\x6a\x34\xcf\xc4\x67\x93\x71\xb8\x14\xb4\xa1\x86\x27\xbe\xf8\x47\x28\x6d\x84\x5f\x37\x6f\xed\xae\x35\x67\x74\x42\xb3\xc5\x1d\x6e\x5e\xcb\x1b\x7c\x7f\x39\xef\x73\xc7\x0d\xdb\x5e\x1a\xa2\x92\xc8\x2c\xdb\x04\x8f\xa2\x32\xf3\xd3\xe2\xf3\xe5\x23\x2a\xfa\xb1\x1b\xe0\xf7\x02\x4e\x0d\x62\x68\xd0\xcc\x49\x16\xda\xb8\x5d\x8a\x5f\x42\x1e\x3a\x27\x22\x9f\x0e\x99\xea\x0b\x39\x02\x98\x92\xac\x49\x5b\x9e\x29\x39\xe5\x9b\x24\xf4\x21\xf6\xd9\xb5\x77\xc4\xad\xb0\x34\x7a\x77\x1d\xa0\x8b\x23\x79\xb9\x1e\xb1\x76\xb3\x40\x39\x63\xc9\x19\x9a\xd2\x85\x12\x43\x6b\x2d\xf8\x2a\xe5\xb7\x43\xa6\x68\x56\x70\xab\xa7\x11\xc2\xfe\x9e\x41\x59\x6e\x9a\x3d\xd2\x79\x11\xc8\xb3\xc9\x71\xba\x41\x59\x84\x69\x7f\x5e\xa8\xa7\xb2\xe8\xc4\x04\x47\x26\xee\x17\xae\xc2\x3a\x27\xe8\xb4\x8e\x0c\x37\x3e\x4b\x7e\xce\x4f\x29\x64\xc7\xc7\x3e\x96\xaf\x37\xb9\x0d\xcb\x87\x21\x6a\x91\xc0\x70\x96\x2f\xd5\xe7\x12\xe5\xec\x7d\x8d\xb6\x07\xa6\x7a\xda\x35\x73\x64\xbd\xd6\x62\xed\x18\x1b\xb8\x59\x01\x56\xdf\xe3\xf2\xf2\xae\x9b\xd4\x90\x5e\xad\x43\x8c\xac\xec\xe2\x8a\x1b\x04\x80\x41\x17\x57\x30\xe2\x19\xd3\x6d\xd2\xab\xd1\x27\x4c\x54\x82\x1d\xd3\xc2\xc1\x4b\xe5\xe5\x9d\x5c\xf1\x08\x65\xd1\x4b\x35\x84\xbb\xba\x3c\x85\xc9\x41\x31\x3b\x66\x20\x60\x90\xe4\x01\x82\x6b\x82\x0d\x40\x05\x0c\x2b\x5e\x1a\xb0\x9e\x59\x5e\xc0\x5d\xf5\x0c\x2c\x7e\x16\x3e\xb0\x32\xb6\x61\x8a\x26\xc6\x57\xcb\x70\xa3\x6a\xd8\xd2\x7d\x20\x06\xad\x1f\x3f\xe1\x7b\x85\xd2\xf6\x8b\x7b\x53\x3b\xc2\xdb\x72\xeb\x1b\x8f\x2e\xc8\xe5\x9b\x3b\x5e\x3e\xc2\xa7\xde\x98\x44\xc9\x48\x31\xb0\x37\x4e\x43\xcc\xa6\x48\x99\xd2\x46\x4a\xb8\xa1\x6e\xce\x7e\x3a\xbe\xeb\x11\x66\x12\x80\x96\xef\x8b\x44\x3f\xb4\xac\x40\xfb\xb7\x9c\x19\xfb\x73\x13\x78\xd5\x94\x09\x0d\x9c\x80\xaf\x5b\xb2\xca\x2f\x8c\xfd\xef\x59\xf9\xfb\x25\x24\x1f\x26\x16\x0a\x95\x58\xda\x0d\x95\x4a\x2c\x99\x02\x8a\x01\x2e\xad\xae\xa1\x18\x2c\x49\xd7\xad\x83\xa7\xdc\xc2\x53\x2f\xfe\x9a\x8b\x0d\xc5\xa4\xd3\xe2\xa3\x68\x14\x0d\x52\xd8\x74\x46\x15\xd7\x9b\x35\xef\xbf\xa9\x6d\x7d\x15\x13\xf1\xeb\x4a\x89\x2b\xed\x47\x0a\x24\x4f\x62\x14\x63\xc0\x42\x02\x3d\xb9\xbb\x5e\x3a\xf3\xb8\x9f\x58\xf4\x51\xbb\x2f\x3e\x7b\xfb\x67\xf1\x6b\x28\xa6\x82\xf1\x1e\x2c\x25\x39\xe8\x4c\xe5\x56\xa0\xd9\x94\xeb\xf0\x03\x60\x58\xe8\x3c\x33\x08\x29\x36\x82\x72\x7d\x7e\xa0\xf8\xa4\x8e\x4b\x28\x2a\x92\xc9\x85\xdc\xad\xc8\x12\x1f\x0d\x58\xb6\x89\xec\xd8\x1b\x75\x33\x6d\xe9\x3b\xb9\x6f\x38\x9d\xbf\xf3\xc8\x94\x1b\x6c\x50\x31\x19\x90\xdc\x3c\xb0\x12\x6a\x25\x68\xa7\xcb\x10\xa0\x8c\x11\x30\xb2\x55\x03\x37\x30\xd0\xd5\xee\xa2\x93\xad\x7d\xed\x48\x25\x33\xe2\xcd\x72\x43\xe8\x85\x50\xd3\x17\x2a\x17\x80\x44\x10\xec\xe7\x94\x68\xe6\x0b\x54\x26\x52\xa0\x0c\xe0\x8c\x27\x63\xcb\x26\xac\xe4\x07\x4e\x14\x29\x40\xa3\x92\xb9\xb6\x3c\x84\x4e\x99\xb1\x17\x14\x22\x3a\xa2\x07\xa3\x45\x66\x8a\x4f\x0d\x7f\x60\x01\x3e\x24\xde\xb9\x53\x6a\x68\x26\xc7\x1d\x65\xf8\x88\x26\xe6\x96\xee\xa4\x32\x53\xd7\xcc\xb6\x5e\x6c\x3f\x0c\xd2\x3b\xb3\x6b\x3f\x66\x82\x29\x98\x27\x14\x87\xa9\x3d\xc1\x9b\x96\x8d\x29\x18\x37\xe0\x82\x25\x88\xa4\xa4\x83\x89\x81\xe6\x46\x4e\xad\x42\x4a\xb3\x6c\x0e\x08\x49\xf6\xc9\x84\xea\x89\xdf\xe7\x46\xf8\xce\xa6\xc5\x3d\xa5\xc9\x84\xdd\x40\xa1\xbd\xba\xc5\xad\x8c\xf2\x0d\x13\xf9\xf4\xcd\x09\xf9\xef\x62\x8e\xa7\x9d\xd3\x1f\xbb\x83\xb3\xde\x4d\xe7\xc3\x79\xf7\x2c\x9a\x8f\x7b\xf2\xb9\x77\x73\xb3\xf8\xeb\x8f\xbd\xdb\xc5\x1f\xaf\x2e\xaf\xee\xce\x3b\xb7\x75\xad\x9c\x5f\x5e\xfe\x74\x77\x35\xf8\xd8\xe9\x9d\xdf\x5d\x77\x6b\x3e\xbd\xbb\x0d\x0f\xdd\xb3\xbf\x44\x67\x08\xd2\xb1\xec\x7c\x1a\x46\x5b\x3d\x66\x47\xa4\xfc\xe2\x09\xb9\x73\x9e\x18\x57\xc7\xd4\xdb\x8c\x28\x04\xf1\x42\x5c\x51\x8a\xc6\xa4\xb4\x2f\x88\xff\xdc\xce\xbd\xe9\x53\x74\x11\x25\x13\x46\x32\x29\xef\xf3\x99\x63\x60\x18\x6d\x26\x24\x1a\x64\x98\x8e\x5a\xfb\xb1\x77\x7b\x12\x3c\x42\x8b\x8d\x45\x79\x17\x9e\xd4\x61\x5c\xd4\x33\x4d\xac\x0c\xab\xd8\x03\x1c\xc9\xe0\x29\x8c\x7a\x08\x1b\xb0\xac\x1f\x6c\x8d\x0a\x53\xe9\x26\x4d\x1d\xc6\xae\x9f\x58\xd4\x70\x79\xfb\x96\xad\x66\x58\x0e\x04\xe6\x21\x43\x96\xd0\x1c\x1d\x69\xf6\x36\x52\x4a\xaa\x78\xc0\xc5\xb6\xef\xd8\xe8\x9b\x45\x21\xa3\x8c\xa0\x89\xc5\x28\xed\x27\xd1\xc9\xb1\xea\x32\xa8\xd2\x8a\x51\x2d\x05\x79\x9c\xcc\xd1\x36\xe5\xeb\x7a\x4d\x87\x0c\xfd\x25\x90\x99\x6d\xf9\xb6\x17\x58\x09\x07\xc7\x1c\x35\xe4\x91\x41\xc4\x61\xee\xa0\x7f\x50\x3f\xb6\x07\x50\xfb\xd2\xc7\x3a\x80\xa1\x95\x22\x11\x1b\x39\xe6\x3e\x84\x62\xfb\xbd\x66\x75\xdc\x72\xf3\xb0\xb1\x42\x6e\xc3\x46\x81\x85\x7a\x2f\x29\x8c\xb8\xc1\xde\xef\x59\x76\x8d\xdd\x79\x89\x0c\xb4\x78\x6d\xac\xe0\xe8\x06\x0a\x14\xaf\x1e\x8f\x8f\xb7\x2e\x65\xac\x6f\x96\xa3\x17\x3c\xfc\x2b\xd7\xea\x56\xa6\x74\x6e\x89\x03\xc2\x13\x74\x3e\x9b\x49\x65\x48\x43\x1b\x04\x0e\x3a\x8e\x0f\x2e\x06\x37\x8f\xc0\xa1\xa0\x11\x2b\x05\xe8\x1a\x34\x98\xa5\xc1\xbd\x61\x40\x6e\x5d\x8b\x63\x1f\xa3\x3b\x81\xb2\x16\x80\x6b\xa6\x25\xb5\xb7\x44\xa1\x75\x02\xea\x2e\xd1\x44\x33\x7b\x0b\xaf\x8b\x30\x56\xd7\xfb\xa5\x6f\xa1\x76\xcb\x33\x36\x32\x83\x5a\x5f\xca\x12\xb3\xa1\x6d\x51\xa4\x0d\x51\xfb\x7c\x3c\xd9\x43\x8b\xeb\x4b\xf2\x7f\x70\xbe\x2e\x2b\xbe\x47\x5a\xbc\x92\xd2\xa0\x0c\x59\xe8\x19\xc4\xaf\x26\x98\x00\x5c\xa7\x88\x4a\x6a\x05\x35\x0e\x92\x9a\x95\xcb\xef\x85\x7c\x14\xc1\x5e\xae\xdb\x7d\xd1\xa5\x00\x94\x1b\x94\x05\x17\x7b\x80\x92\xfa\x4a\x19\xbd\x84\xbc\xf9\x42\xf2\x66\x0b\xba\x77\xe0\xf2\xd9\x9c\x14\xe8\xaa\xa5\xef\xd6\x39\x3d\x68\x4b\xf6\x72\x1a\x4e\xd8\x01\x0a\x1a\x36\x73\xf6\x6e\x9c\x67\x11\x54\x0b\x2e\x53\xdb\x55\x9b\x7c\xf1\xd6\x19\x08\xed\x28\x50\x81\x0d\x5e\x38\x19\x9d\x33\xd5\xbc\xb0\xfb\x48\xa8\xdc\x77\xbc\xc5\xf2\x05\x0e\x99\x32\x35\xab\x5c\x52\x92\x85\x40\xab\xe9\x06\x31\x63\xa7\xe1\xa3\x1b\xb6\x3c\x06\xf4\x23\x20\x0c\x42\xd1\xd1\x0c\x6e\x68\xcb\x47\xff\x17\x6e\x16\x24\x52\x42\x31\x7e\x67\xe1\x8f\xfc\x92\xf6\xfc\x80\x5f\xcd\x4a\x01\x43\x48\xbe\xc5\xfa\x9e\x6d\xd2\x01\x8c\x5c\x40\x3f\xb5\x57\xa1\x0f\xc8\xe1\x63\x21\x57\x85\x0d\x34\x10\x53\x12\x11\xd3\x4d\x33\x31\x69\xa0\xa6\x10\x29\xb0\x27\x8a\xda\x43\xca\x83\xe5\x2d\x74\x31\x6d\x7f\xfd\x44\x87\x0d\x14\xec\x6f\x11\x82\xb3\x30\xdc\xe8\xc3\x7f\xd6\x0f\xfd\x53\x4e\x15\x15\x06\x02\x4b\x9c\xe0\xad\x58\x14\xad\xc8\xbe\x42\x04\x96\x40\x63\x2d\xfc\x14\x6f\xae\x77\xa4\x63\x29\x59\x9e\xb6\x08\x6f\xb3\x76\xcb\x95\x3c\xd1\xf9\xb0\x78\x73\x62\x25\x87\xbe\x58\x08\xdc\x6f\x93\x4e\xa6\xa5\xfb\x82\x89\x24\x03\x4c\xea\x28\x06\x26\x50\xbe\x73\xfd\x0c\xe7\xa0\x5e\xc0\x56\x16\xcd\x4b\xf7\x20\xfa\xb0\x2f\xa8\x46\x4f\x73\x06\x27\xbd\xf8\xbd\x0e\x73\xbe\x14\x7d\xf0\x84\xb8\x2e\x0b\xd7\xd0\x93\x6d\x12\x82\x2b\x2f\xdb\x20\x78\x03\x36\xa6\x48\xa8\xe8\x8b\x40\xce\xe4\x1d\x35\x19\xa3\xda\x90\xdf\xbf\xdf\x28\xe0\xc2\xcf\xaf\x60\xae\xee\xf4\x16\xa1\xa5\x3e\x9c\xad\xa9\x82\x0a\x40\x72\x12\x4a\x04\x8b\x02\xd4\x5b\x76\x9b\x8d\x24\x0f\x5c\xe7\x80\xf2\x1d\x85\xb1\x23\x4e\x33\x37\xda\x43\x0e\xa2\xc2\xd4\xc0\x46\x7c\xd5\x04\xe7\x93\x74\xc3\xaa\x21\x2c\xa7\x3b\x71\x54\xce\x20\x93\xac\x08\x2c\x9b\x50\xd3\x17\x8e\xb1\xfa\x58\x8c\x08\x0e\xb6\x93\x65\xe5\x60\x2e\x2b\xe0\xa4\x4c\xd8\x09\x03\x46\x79\x3b\x2c\xd0\x05\x68\x5f\x21\xfe\xa7\x5c\xb5\x26\x9c\x15\xab\xa8\xf5\x45\xc8\x06\x8a\xdb\xae\x15\x76\xea\x4c\xc0\xcf\x28\x03\xd7\x74\x7f\x8e\x60\xf1\x6b\xc8\xc2\xcd\xa5\x9d\x96\xb8\x4c\x16\xcc\xee\x4b\x44\xe3\x7d\x77\xb0\xbe\xa4\x5c\x6f\xc2\x86\x5b\xf6\x51\xd6\x58\xc4\x1b\x36\x37\x12\x2d\x76\xd1\xbf\x43\x20\xda\x73\x39\x65\x4b\x43\xef\xa5\x10\x25\xbe\x9a\x09\x16\x51\xd7\x9e\x75\x80\x2d\x9a\xa7\x51\xdc\x68\x14\x54\x07\xe1\xc1\x9e\xef\xb9\x37\x1b\x9c\xa3\xb3\xd7\x3d\xfd\x56\x31\x7f\x3f\x95\x10\x59\xb6\x38\xf1\x66\x59\xaf\x93\xfe\x95\x26\x4c\x24\x73\xec\xc9\x63\x5c\x17\x72\xdc\xad\x33\x38\x79\xc4\x0c\x0a\xf6\xf6\x5a\xe9\xd0\xd5\x7d\x68\x93\x2e\xdc\x33\xbe\x0c\x04\x1d\x79\x9f\x41\xf4\x72\x5f\x58\xc5\xc4\x5e\xf1\x1a\x07\xed\xdb\x2f\x93\x78\xdd\x09\xc0\x54\xc9\x9d\xdc\x2d\xd3\xd5\x60\x4c\x4d\xca\x84\xcf\xd4\x84\x36\x00\xd9\x86\x74\xc7\x27\x24\x95\xc9\x3d\x53\xc7\x8a\xa5\x5c\x9f\x80\xfb\xdb\x34\xfa\xdd\xa6\x56\xd9\xde\x59\xd0\xd8\xb6\x12\x13\xf6\xef\x22\x8a\xf1\xde\x62\x56\x42\x18\x81\x36\xe1\x33\x05\x30\x7d\xc0\xd9\xb6\x09\x13\x46\xcd\x67\x92\x0b\x13\x2c\x59\x95\x85\xf0\x8a\x86\x95\xd9\x9a\xe2\x6b\xd5\x3e\xc2\x64\xb6\x9c\xf6\xed\x84\x69\xe6\x63\x02\x70\x52\x46\x12\xf4\x84\x20\xbb\x98\x51\x33\xd1\x90\xeb\x50\x5e\x03\xa7\x73\xc1\xa7\x76\x85\xe8\x0c\x42\x0a\xd0\x48\x51\x7c\x14\x82\xf8\xb5\xe1\x59\xd6\x17\x82\xb1\x54\x63\x11\xf9\xb7\xb5\x39\x35\xf6\xd3\x16\xa1\x69\x4a\xfe\xf7\xbb\x8f\xe7\xbf\xdc\x76\x07\xbd\x0b\xb0\x38\xf7\xce\xbb\xef\x5b\xe1\xc7\xcb\xbb\xdb\xf0\x2b\x1a\x58\x1e\x98\x22\x53\x7a\x0f\x1a\x9e\xd0\x28\xfe\x41\xa8\x7b\x3c\x52\x9f\x6d\x64\x9f\x68\xe6\xc3\x47\x9d\x98\x12\x12\x8c\xdd\x1e\xae\x80\x80\xd8\x40\xf7\xbd\x0e\x9f\x2c\xa7\x41\x4f\x3c\xa1\x0b\x2f\x06\x4e\x99\x30\x96\xc7\x38\x63\x5f\xa1\xfa\x16\x04\xc7\xc4\x98\x8b\xa6\x20\x37\x26\x1e\x9e\x52\x86\xff\x89\xcd\x7f\xb6\xda\xf5\x15\xe5\x6a\x6d\xda\xeb\x8a\x07\xae\xa4\x80\xa9\x05\xab\x56\x51\xbc\x90\x19\xef\x6b\x8b\x0e\x95\x46\x59\x18\xc2\x28\x66\x8d\x81\x94\x95\x92\xa9\x2f\x63\xba\x1d\x74\xfd\xb2\xaf\x46\xf9\xbc\x36\xed\xd8\x0d\x7d\xa0\x3c\x83\x20\x58\x7f\xd1\x14\x34\x88\x45\xd0\x4e\x08\xcb\xe8\x50\x2a\x48\x8d\xc1\xa8\x1d\xdf\x84\x5b\x30\x28\x07\x14\x1a\x6a\x0a\xc6\x94\xea\xe9\xaa\xfe\x96\xee\xa1\x2b\xa9\xd6\xb9\xc9\xed\x6b\xb0\x0a\x72\x66\x55\xb2\x0a\x13\x75\xd7\xec\x88\x51\xac\x0a\x82\xfe\x1d\x67\x95\x77\x01\x9e\x59\x56\x02\x39\xb5\x67\x40\xb7\x9d\xc3\xbb\x78\x53\x0a\xf2\xd3\x9f\x34\x19\xe6\xa6\x2f\xca\x6d\x48\x01\x45\x4f\x3f\x50\x93\x4c\xde\xf7\xc5\xa5\x55\x18\x7f\xfa\x53\x43\x02\x74\x4a\x0d\x1d\xd4\xd3\x57\xf3\x9a\x9c\x51\x43\xcf\x25\x4d\xb9\x18\xbb\x6a\xbe\xf5\x6b\xf1\xa1\x7b\xdb\x39\x21\x3e\x67\x32\xa4\x3e\x16\x69\xf3\x51\x43\xc0\x5b\x61\x22\x9e\x21\x00\x57\x16\x81\x8b\x3b\x63\x17\x08\x42\xf6\xee\xe9\x0b\x58\x4a\x64\x90\xdc\x90\x99\x74\x88\x74\x56\xc1\x92\x44\xe5\xc2\x19\xa5\x9d\x4d\xd0\xae\x0e\x50\x64\xd8\x0c\x27\x5a\x81\x68\xb2\xc8\xb7\xfb\x02\x54\xed\x90\x88\x96\xc9\x84\x66\x10\x01\x77\x14\x59\xe7\xac\x02\x2e\x73\x48\x27\x82\xd0\x13\x31\x2f\x07\xaa\x7a\xbc\xe0\x42\xbe\x8a\x37\x0a\x54\x79\xd8\x47\xe7\x15\x9d\x4a\xcb\x3c\xda\x7d\xd1\x1b\x61\x80\x5c\x86\xab\x63\x3f\x64\x02\x1c\xc3\x7e\x59\xec\x53\xcf\x5a\xa0\xdc\x03\x3a\x08\x69\x02\x86\x78\x31\x87\xf0\x66\x80\x2a\x93\x10\x68\x51\x30\x5a\x47\x94\x0b\xbb\x18\xae\xb7\xf8\xb3\xbe\xc0\xc0\xbc\xd2\xc6\xc4\x59\xbc\x51\xf7\x52\x40\xdc\x60\x71\xf5\x05\x61\x61\xe6\xe2\x08\x9d\xdc\x3e\x53\xec\xc8\x97\x05\xb3\xbf\x46\x8b\x6a\x6f\xcb\x36\xb9\x8e\x55\xe5\x54\x26\xf9\xd4\x63\x88\x40\xde\x95\x0b\x38\x73\x17\x62\x20\x11\xbc\xa4\x6b\x49\xfe\x37\xf1\x7f\x6b\xe5\xcc\xab\x1d\x8b\x49\x06\xb2\x1a\xcc\xca\x2d\x95\x5a\xe3\xc2\xb0\x71\xd5\x59\xb7\x09\x34\xe3\x05\x44\xa9\x5b\xa9\x1c\x1c\x79\x46\x5a\x4d\x52\x82\x49\x19\xd3\xe3\x64\xfa\x56\x93\xde\x95\x15\x38\xac\x82\x19\xce\x49\xae\x0d\x86\x5b\x41\xca\x09\x7e\x8d\x21\xef\x2d\xf2\x03\xe9\xe7\x3f\xfc\xf0\xc7\x84\x7c\xf5\xff\xf8\xf7\x7f\xfb\xb7\x3f\xfe\xfb\x36\x35\x74\xa1\xdd\x62\x8d\x1c\x5c\x4f\x55\x02\x89\x77\x60\x91\x9b\xec\xb0\x0b\xee\x90\x34\x2d\xbf\xd3\xbe\x1b\x53\x96\xea\x1e\x47\xe1\x34\x74\xec\x4e\xa1\x8e\x4f\x0f\x29\x1d\x9f\xc2\x6d\xaf\x99\x69\x95\x4f\x71\x90\x2d\x9d\x00\xfd\xbf\x96\x80\x06\x0c\x2c\x35\x6f\x17\xf6\xc3\xb3\x20\xcd\xda\x46\xc8\x3b\x67\x6e\x33\xe0\xae\x7b\xef\x2f\x21\x99\xa5\x4c\xe1\x98\x82\x85\x2c\xd8\xed\xe0\xfc\xb2\xaf\xb3\x4c\xba\x80\x0c\x4a\x34\x9b\x51\xb8\xaf\xed\x79\x6d\x93\xbe\xe8\x7e\xa5\x96\xbd\xb6\x7c\x3d\x24\xac\xe5\x0c\x8e\x8e\x11\x4d\x18\x41\xd1\xf8\xdd\xd7\x13\xfb\x5b\x8b\xcc\x4f\x20\xae\xb2\x45\xfe\x7e\xe2\xd2\x99\xa9\x32\x03\xfb\xd3\x7b\x2f\xdb\xba\x26\x60\xd4\x5c\x93\xfe\x9b\xe3\x07\xaa\x7c\x51\x72\x44\x65\x7c\xe3\x18\x60\x00\x23\x8d\xa5\xe1\x4c\xca\x7b\x17\x75\xba\xf0\xa5\xfb\x4f\x1b\x29\x3c\x38\x2a\x70\xf7\x5d\x00\xb1\x95\xdc\x8e\xe0\x05\x46\xda\xb3\x21\x69\xff\x55\x4b\x41\xda\x73\x3a\xcd\xdc\xaf\xfe\xa9\x0b\x8a\xa5\x3a\x94\x01\xf6\x31\x31\xd9\x1c\x6d\x93\x1f\x32\x39\x84\x79\x7d\xf6\x73\xc5\xb0\x52\x18\x68\x71\x49\x14\xf7\x8a\x9b\x08\xb7\x1a\x33\x4d\x31\xc5\x1b\x6a\x6d\xf9\x4a\xf7\x96\x1b\x2f\x4e\xeb\x6b\x18\xd3\x7f\xa1\x27\x16\x56\xc5\x27\xa3\xa1\x3d\x36\x04\x75\xd9\x56\xbf\x92\x77\x8e\x0d\xbd\xb7\x77\x81\x0b\xe2\xc5\x75\xa8\xeb\x60\x1e\x3a\xf8\x25\xea\x80\x0b\x82\xe9\x85\x4b\xbe\xfc\xfb\x71\xbb\xdd\x0e\x5f\x5f\xd8\xb9\xfc\x3f\xc2\x8d\x66\xd9\x08\x5b\xf2\x37\xcd\xbc\x2f\x3e\x5b\xbd\x25\xb6\x17\x17\x80\x29\x50\x00\x27\x91\x19\x39\x2a\x6c\xa8\xa9\x4c\x34\xf9\x17\x2b\x49\x46\x6b\x09\x3f\x5a\xd5\xa9\xfe\x5c\xb9\x3a\x68\xcf\x74\xb0\x9c\x0d\xba\x7a\xb4\x62\xa8\x85\xa0\x4b\x52\x0d\xf1\x46\x0f\x3c\xcd\x3d\x31\x58\xd2\x39\x76\x70\x0c\x50\xa2\xcc\x95\xc5\x6e\xaa\xd2\x5e\x1f\xe0\x5d\x2f\xc4\x2d\xb0\xdc\x02\xfe\x02\xe9\xba\x61\x01\x1c\x26\x81\xe3\x0e\x38\xcf\x56\xec\xb0\xb0\x17\x8c\x88\xb1\xa9\x74\x3e\x9d\x52\x35\x3f\x2e\x8e\xdb\x22\x71\x16\x10\x85\xc0\x67\x32\xbf\x00\xe0\x34\xcd\xdc\xd9\x72\x71\x03\x51\x25\xe5\x49\x48\x07\x20\x29\x4b\x78\xea\x22\xac\x28\xe2\x27\x33\x91\xc8\xd4\xd1\x75\x91\x45\x59\x16\x2c\xc2\x3b\x8b\x22\x85\x8f\x41\xd1\x85\xfd\x4b\x18\x4c\xad\x76\x6f\xf8\x8f\x1b\x58\xb8\x1c\x40\x3d\x70\x36\xde\xc0\x21\xd9\xbb\xbc\xf1\xdf\xac\x7f\xf1\xc2\x3a\x94\x45\x6b\xea\x15\x33\x6f\x04\x50\xf4\xb1\xb8\x82\x21\x9a\x02\x0d\x22\x79\xc8\x31\xc5\xbf\x4f\xe5\x15\xcf\xec\xcd\x05\x34\xde\xee\x8b\xd2\xcf\x2d\xc2\x32\x3e\xe5\x22\x04\xb3\x21\x7f\x97\x23\x94\x72\xef\xb9\xb1\x5b\xa6\xd3\x7b\xcb\xc2\x7c\xba\x7e\xa4\xfa\x74\xc4\xdc\x93\x4e\xf0\x05\x39\xa5\x3f\xd7\x76\x5c\x85\x5a\x6c\x65\x4e\xdb\xc4\x91\x93\x1b\x79\x44\x78\x70\x7e\xfb\xc2\xb6\xe6\xcf\x52\x11\x45\x1b\xb5\x17\x35\x77\x04\x72\x3a\xf7\x09\x75\xd0\x02\xf4\x51\x0a\x85\x0d\x62\x6a\x8d\x90\xd2\xad\xd4\x1f\xdc\x3c\xff\x02\x62\x06\x07\x42\xa6\x6c\xc3\xd0\xe1\x9a\xfa\x6e\xce\xf0\xeb\xfd\x85\x8a\x61\x8e\x0c\xf0\x89\xa6\xa4\x40\xa6\xf5\x86\xc6\xd0\xda\x42\x89\xae\x1d\x80\xe1\x7e\xdc\xb6\x58\x75\xc1\xd3\xa0\x15\xaf\x16\x44\x39\x8d\xa5\xb5\x2f\x17\x73\xdc\x49\x46\x4f\xb7\x33\x07\xe3\xdc\x13\x58\xf6\xa2\xec\x3b\x19\x2b\x99\xcf\x42\xe2\xaf\x4f\x81\xc2\x6d\x70\x37\x5a\x4f\x8c\xe4\x89\x93\xaa\xcf\xb9\xb8\xc7\xbb\xf0\xa9\xf6\x28\x94\x4d\x8c\x7e\xf7\x1c\x0c\x57\xfc\xc8\xd5\xce\xb5\xa3\xd6\x86\x26\xf7\x08\x98\xb6\xac\xec\xe6\xa6\x85\x43\x8b\xfb\x32\xcf\x32\xd7\x6d\xc1\x3e\x0b\xe8\xf8\x07\x4e\x09\x25\x77\xd7\xbd\xfa\xbe\xef\xf9\xa2\xf5\xbc\x9e\x77\x96\x09\x04\xfe\xe7\x27\xbe\x51\x9c\x5b\x05\xe0\x8f\x95\x48\x3d\x98\x00\x9a\x60\x91\x2a\xbc\x7b\x47\x77\x9d\xe5\x41\x83\x69\x0d\xa5\xd6\x4f\xbe\xe8\xf8\xcc\x7d\xfc\xd9\x7e\x5b\xbf\x23\x9f\x21\xc1\x23\x64\xc1\x4f\xa9\xb0\x13\xf4\xbd\x36\xd8\x88\x90\x2d\x6e\x35\xa4\xbb\xd9\x56\x03\xc2\x1e\xd7\x8b\x27\xf5\x5d\xf9\x56\x1e\xd1\x68\x44\x33\x54\xb8\xcc\x04\x04\xf1\x16\xb9\x49\x26\x6c\x4a\x21\xc6\x60\x5a\x16\xc8\x41\x2e\x79\x97\x51\x35\x46\x29\x41\x33\xa3\xdf\xd7\xec\x70\x11\x6a\xbb\xc3\x0e\x6f\x01\xb7\x1c\xdb\xdb\x21\x0d\x70\x19\x07\x08\xa3\x2c\xc3\xbc\x04\xe6\xe4\xfb\xf7\x77\x87\x55\x57\xf1\x13\xb8\x31\x15\xd6\x2e\x4e\xad\x28\xd6\x9c\xff\xbe\x23\xc2\xf7\x05\x9d\x86\x5c\x51\x0f\xf3\xed\x72\x02\x70\x6c\x43\x06\x90\x3f\xcd\x63\xd8\x19\xd3\x3b\x1e\x82\x83\x10\x6e\x1a\x41\x5f\x74\xfc\x2b\x21\xdf\x0c\xe4\x1b\x85\x5e\x52\x88\x4a\xc2\x18\x3c\x90\x31\xa2\xca\x9b\x6e\x72\x0d\x93\xd8\x34\xaf\xa7\x0a\x4b\x6e\x65\x9c\x00\xf8\x85\xda\x9d\x17\x76\xfd\x3c\x1a\x7a\x76\xd5\x19\x76\xe8\xfc\xc6\x4f\xb1\x52\xe8\xa1\xae\xe3\x55\xcc\xb7\x1b\x72\x89\x5d\x43\x71\x6d\x09\x8c\x5c\xca\xe6\x45\x9c\x8c\x5d\x71\x94\x4b\x2b\x9d\x95\x0e\xeb\x08\x73\xe6\x76\x33\xe8\xa1\x1a\xb3\xf7\x08\x15\x33\x61\x02\x24\xc1\xf5\x5b\x86\xc4\xc3\xcd\xad\x71\xb4\x48\xae\x2b\x14\x97\xe0\x5c\xc8\x05\x77\x38\xa4\x4e\x57\x8d\x1c\xc5\xde\xa6\x53\x7c\xcf\x35\xd1\xd4\x70\x3d\xe2\xb5\x12\x72\x9c\xa9\xb8\xcb\xaa\x6f\x54\x2b\xdb\x6f\xf3\x32\x52\x0d\x01\x6f\x6d\xf2\x91\x2b\x6d\xa2\x29\x19\x19\x12\x0d\x9b\xaa\x6f\x5a\xe5\xf6\x29\xfd\x4b\x7e\x06\xd1\xfb\x4b\x9d\x6e\x21\xb8\xb1\x4d\x3a\x85\x9a\x8d\xa9\x96\xa8\x40\xaf\x98\x11\xcb\x34\xdb\x86\xf8\xd6\xd2\x49\xc0\x1c\x0d\x04\x44\x80\x5d\x6a\xfb\x7b\x81\xd7\x15\x86\xf9\x08\xf9\x03\xf4\x9e\x35\xd5\xec\xde\xb4\xde\xfb\xca\x32\xef\x9d\xa0\x72\x48\xd4\x3a\xb6\x19\xe0\xfa\xc7\xae\xc8\x6e\xe5\xa3\x63\xbb\xe4\x56\xd4\x48\xee\x5d\xd8\xe2\x08\xe8\xd0\xe5\xc7\x3e\x4e\xa4\x8e\xcf\x99\xdf\x3f\xd8\x4c\xa3\x72\xe6\xc3\x13\x21\xea\x33\x2c\x30\x3a\x89\x84\x8c\xd3\x67\x61\xd4\xe1\x90\x62\x58\x43\xd8\x6f\xe2\xee\x06\x5c\x06\x30\xd7\xf8\xa6\x16\x4f\x73\xc9\x21\xbc\xc3\x71\xbe\x67\xab\xea\xa8\x2d\xdb\xb4\x70\x72\x1b\xae\xb1\x4d\xc1\xc9\x1a\xcf\xd2\x46\xf1\xaf\x60\x6d\xe0\x09\x00\xdf\xe0\xb5\x3b\xa3\xbc\xce\xb3\xe1\xac\x6a\xbb\xac\xdf\x53\x42\x38\xed\x1b\xbb\xc9\x4d\x77\x4b\xdc\xa6\x0c\xbf\xf6\x36\x40\xf9\xe8\xf1\x9a\xf6\x81\x72\xb4\x26\xbc\x6f\x80\x82\x41\xe2\xd1\x58\x7d\x14\xc7\xb5\x19\x8d\x94\x96\x18\xcd\xc2\xce\xf1\xab\xc1\x49\x8c\xc9\x54\x72\x14\x40\xa9\xd0\xbf\x8f\xf8\x75\x72\x54\xf3\x0f\xab\xc5\xe8\xf7\x21\x85\x93\x6a\xdf\x47\x91\x53\xd5\x4c\x82\xfb\xc1\x40\xf2\x4b\xf1\x94\xf7\xa1\x3f\x33\xf1\x7d\xb8\xc9\xc2\xd7\x13\x55\xe1\x7e\xc7\x90\x72\xaa\x64\x2e\x3c\x86\x8c\x14\x4c\x8e\xc0\x2a\x0a\x8e\x06\xaf\xf7\x03\xbc\x84\x90\x26\x0a\x1f\x57\x6c\x86\xc1\x8b\x20\xa1\x36\x2f\xf7\x8e\x38\x4a\xab\xd6\xf9\x29\x70\x94\x76\x5d\x77\x77\x70\xbe\xd1\x82\xef\x8a\x8e\x83\x47\x69\x03\x36\x0b\xef\xaf\x54\xc6\x03\x1f\x00\xed\x3b\xae\x52\x80\xd9\x92\x10\x33\xc1\x8e\x8c\x3c\x82\xb4\x1b\x48\xe6\x40\x64\xb3\x26\xbc\x5f\x30\x62\x6c\x72\x1d\xd8\xf7\xd7\x18\x27\x06\xca\x7c\x8d\x06\xea\xee\x5e\x4d\x7c\x85\x32\x10\x66\x84\x60\xca\xe9\x67\x2b\x6f\x8e\x0d\x4d\x1c\xf1\x56\x2e\xb7\x71\x3a\xd4\x9e\x0a\xea\x54\xf0\x6f\xd2\x88\x09\xb4\x09\x04\x83\x4c\xe4\x54\xda\x6b\x5b\xe6\x3a\x7a\x88\xd1\x44\x70\xd9\x2c\xa9\xcf\x36\xc3\x34\xdb\x6f\x37\x1b\x7b\xb4\xec\x23\x94\x1d\xe3\x97\x56\x43\xef\x45\x33\x19\x96\xa1\xcb\x56\x8c\x3f\x60\x4e\x2d\xa7\x1b\x30\xa0\x4d\xf9\x78\xe2\x10\x95\x1d\x92\x0c\xff\xbb\xd5\x20\x2d\x49\x85\xc0\x1d\x9f\xb8\xe3\x3c\xed\x98\x4d\x5e\x57\xe6\xb3\xd1\x81\xb1\x09\x72\x1a\x30\x96\x61\x3e\xba\x01\x18\xe4\x15\xca\x4b\xc8\xc2\x2c\xfc\xe5\x76\x91\x83\xcf\xd2\xe7\x08\x85\x0f\x1f\x0a\x38\xef\xf9\x8c\xb5\xc8\x30\x87\xe7\x17\x97\xb7\xb1\x6d\x88\x0b\x78\x7c\x94\x4c\x58\x72\x0f\x21\x6e\xc8\x14\x71\xb9\x3c\x2e\xfb\x70\xde\x17\x05\x68\xac\x91\xde\xd0\x31\x0f\xa8\x3c\x01\x99\x4a\x2a\x92\x72\x3d\xcb\xe8\x9c\xb0\xaf\x86\x09\xf4\x8c\x15\x1e\xf3\xe0\x52\xb6\xc4\xb2\x9d\xda\x02\xa8\xb6\x8e\x0b\x78\x39\x0c\xfe\xf2\x93\x08\x85\x55\x42\x98\x47\x9d\xd8\xb1\x33\x4e\xd2\x2e\x1e\xb2\x26\x7c\xe6\xa8\x9c\x10\xee\x68\x6c\x2a\x0d\xe9\x14\xa2\x92\x17\xd1\x7f\xe3\x03\x4f\xc0\x82\xd2\xf7\x95\x47\xec\xdf\x88\x8e\xcf\xd4\x03\x4b\xfb\xa2\x9c\xb0\xe2\xae\xb2\x62\x97\x49\x81\xdb\xd9\xc4\x3a\x37\x07\x07\x8c\xa1\x40\x96\x3b\xef\x20\x48\xb7\xc8\xce\x0d\xb1\x15\x4b\x70\x44\xeb\x2b\x82\x3c\x01\xe0\xe5\xda\xc6\x8f\x02\x28\xd4\xa1\xfc\x39\x18\x5f\x57\x5e\x23\x83\xa0\xc7\x40\x98\x21\x1c\x1f\x73\xf5\x82\xcf\xd9\xf9\xa0\x17\x02\x22\xeb\xda\xe8\x0b\x1f\x38\x37\xca\xb3\x0c\xf3\xaf\x1b\x96\xcb\xa7\xe7\x78\x1f\xef\xb7\xcb\x81\x08\x7a\x2d\x89\x90\x55\x83\xd5\x2f\x65\xb3\x14\x42\x9d\x92\x79\x51\x49\x09\x88\x97\x09\x9d\x43\x2c\x90\x47\x55\x84\x08\xd5\x31\x33\xc4\xca\x1d\x69\x9e\x61\x24\x18\x84\xd6\x42\xae\x0f\xcd\x32\xc2\x8d\xee\x8b\x90\x9a\x84\x38\x33\x70\x15\xf8\xd8\xdb\xd4\xc9\x82\xd0\x05\x34\xeb\xb0\xf7\xe1\x82\xe0\x09\x37\xa5\x21\x81\xa5\x72\x1e\x43\x91\xcd\x66\x8c\x62\xd4\x82\x2f\xcc\x1b\x4b\x83\xd5\x6d\x70\x2e\x7e\x80\x44\x6f\xae\x90\xbd\x0f\xea\x45\x48\xfc\x8d\x37\xa5\x4d\x3a\x38\x3b\x2b\x0a\x7a\x5c\x70\x1c\xad\x8b\x96\x74\xfe\x04\x2b\x6f\x19\x1d\x0a\x0c\x05\x89\x7a\x46\x95\xe1\x49\x9e\x51\x95\x01\xde\xcf\x28\xcf\x08\x1f\x45\x10\xe7\xb0\x09\x98\x99\x02\x65\xc4\x24\xdc\x11\x3e\xea\x45\xd3\x29\x8b\x82\xf4\x9c\xe2\x99\x45\x46\x44\x44\xdb\x40\xeb\x94\x6d\xeb\x7d\x9b\x9c\x55\x01\xed\xe1\x58\x44\x19\xad\x5c\x23\x07\x0c\xe3\x8d\x82\x4b\x10\x18\x9f\x8f\xac\xb0\xfb\x36\x3a\x78\x4d\x95\x53\xa8\xbe\xdf\xd0\x42\xe9\x61\x91\x56\x54\x54\xa9\x0b\x2e\xbb\x85\x82\x1c\x25\xbb\x65\x38\x11\x2b\x2a\xb8\x6e\x38\xc8\x38\x1b\x78\x8b\x81\x7e\x89\x2a\x5e\x54\x07\x3b\x5d\x82\xa8\x0e\xfb\xb8\xe1\x50\x23\xb4\xc3\xcd\x07\x1a\x51\x4e\x6c\x8f\x6e\x5c\xd9\xd5\xca\xe5\x97\x12\xee\x20\xb1\xe3\xb2\x82\x3d\x43\x0f\x46\xa5\xd0\x15\x8c\xc1\x01\x14\x02\x9e\x4c\x38\x6c\x43\x46\x32\x2e\xee\x7d\x3c\xab\xdd\xf9\x16\xa1\x45\xeb\x70\xf8\x70\xf4\x48\xcc\x0d\x92\x4d\x1d\xfa\xd2\x0e\xc2\xce\x7a\x31\x41\xb5\x9b\x1b\xe6\xbd\x11\xc0\xd6\x42\x9d\xa8\x68\x1e\xeb\x6f\xcb\x52\xb7\x5d\x10\x62\xbd\xaf\x0e\x2f\x98\x28\xaf\xc5\xf0\x50\x39\xa8\x71\x7d\xaf\x26\xb4\xbe\x4a\xdc\x6a\x40\xc1\xbb\x8b\xb3\xee\xc7\xde\x45\x19\x05\xf0\xcf\x77\xdd\xbb\xf2\x2f\xd7\x77\x17\x17\xbd\x8b\x4f\xf1\x4f\x37\x77\xa7\xa7\xdd\xee\x59\xf9\xbd\x8f\x9d\xde\x79\xe5\x3d\xfb\x53\xf9\xa5\xce\x87\xcb\xeb\x0a\xee\xe0\xcd\x4f\xbd\xab\xab\xf2\x4f\xb7\xbd\xcf\xdd\xb3\xc1\xe5\xdd\xed\x52\x88\xc1\x62\xfc\xb5\x4b\xb4\x0f\x6c\xb6\xad\x71\x25\x3b\x64\xa4\x38\x13\x69\x36\x2f\x4a\xa1\xdb\x43\x57\x71\x52\xc6\x2c\x9d\x4f\x99\xcc\x77\x89\x19\xb0\xaa\xaf\x7c\xb0\x2a\x75\x46\x5c\x6b\x2e\xea\x8a\xea\xfb\xc6\xbc\x46\xa3\x16\xcd\x60\x4b\xa3\x2c\x8c\x9a\x87\x38\x9e\xa5\xf1\x03\x21\x0d\xc3\x75\x42\x66\x4c\x2d\x1b\x0b\x5c\xb8\x2a\x9f\x19\x3e\x5c\x34\x34\x6d\x98\x9e\xb0\xb9\x66\x87\x39\x7a\xf5\xd1\xd5\x17\xf5\x8c\xce\x83\x85\xed\x88\xc8\x03\x96\xe9\xf5\x77\xe0\x2a\x7c\x52\x4f\x7a\xa7\x1e\x34\xd8\xaa\xcc\x86\x8a\x86\xe4\xeb\x0d\x0b\x9b\x14\x88\x48\xaa\x28\x2f\xe4\x6e\x2a\xaf\x45\x14\x19\x9d\xdb\x68\xd6\x0e\x14\x4d\xb8\xab\x27\x02\x4b\x8b\x50\x8e\x6b\x36\xa1\x52\x3a\xe2\xc9\x6f\x99\xa5\x34\xef\xa2\x4e\x41\xf4\x43\x54\x1a\x97\xb6\x86\xd7\x32\x40\x3d\x35\xba\xea\xf6\x5c\x69\x26\x88\x9e\x45\x99\x8c\x50\x78\xc5\xf3\xa3\xcd\x05\x8d\x4a\x91\x89\xa8\x00\x07\xd6\x63\x06\x10\x22\x68\xb6\xb0\xc5\x39\xc9\x02\xf9\xc0\x03\x4b\xc9\x51\x5c\xd8\x27\x3d\x82\xf8\xc1\xbe\x68\xd2\x30\x6b\x8a\xe2\xc4\x14\x70\xe5\x31\x8f\x77\xd9\xfb\x9a\xd5\x6f\x3e\x82\x7e\xb1\xd7\x0b\xaa\x20\xfe\xf5\x36\x69\x36\x65\xba\x7d\x19\x52\x34\x21\xc1\xd9\x0a\x60\xce\x4d\x21\x5e\xe1\x2e\xdc\xcc\xe2\xba\x96\xb5\x95\x96\xd3\x4a\x51\x66\x99\x50\x8d\x31\x88\xbe\x4a\x62\x51\xc9\xa7\x28\xe1\xd4\xa4\xb4\x04\x90\xb0\x3d\x66\x9e\x35\x69\x90\x2d\x8c\x08\x08\xd5\x18\x63\x64\xa5\x80\x12\xb7\x19\xe1\x87\xdd\x08\x78\x5c\xd4\xf3\x3d\x60\x58\x19\xcd\xad\x4c\x3f\xcb\x28\x06\x12\x4d\xa8\x46\x92\xf6\x46\x4a\x3a\xe4\x19\x37\x10\x85\x89\xea\x7d\x65\x85\xa5\x22\x53\xaa\xee\x7d\xf6\x0f\x2d\x72\x00\x96\x11\xfd\x8e\x8e\xb4\x02\x30\xfc\x39\x5d\x69\xc5\x91\x5d\xd7\x36\x50\x90\xa5\x73\xa3\x15\xdb\x81\x25\xed\x8c\x8c\xc0\xcf\x37\xdb\x59\xd7\xe2\x55\xf5\xf3\xd2\x7a\xd7\x5c\xd4\x9b\xdb\x6c\x5d\x6a\xeb\x06\x6c\xbe\x9a\xf8\x5a\x7b\xb2\x46\x99\xa4\x0d\x50\xa7\xbe\x6d\xcc\x63\x6d\x6a\x3b\x95\xf9\xb0\x29\x6b\x0a\x47\xb5\xbc\xf5\x65\x0a\x98\x3f\xb7\xfb\x12\xe8\x62\x06\x48\x0d\xb3\x92\xee\x76\x0b\x6a\xbf\x3e\x82\xcf\xeb\x1b\x77\xb9\x42\x6b\xcf\x79\x81\xd0\x0a\xc4\x83\x90\x9b\x75\x3b\x9f\xb1\x9a\x72\x19\x7f\xce\xa1\x24\xc7\xe5\xe8\x06\x6b\xb1\xef\x42\x64\x86\x2f\x52\x58\xfd\x49\xac\xf6\x7a\x5b\xd6\x6e\x63\x1a\x28\x57\x90\x5d\xd2\x66\xdd\x6c\xa0\xfe\xec\xfa\x07\xb2\x0c\x07\x3e\x53\x5c\x2a\xcb\x36\x1d\x86\xf8\x92\x04\x83\xda\x7e\x77\x58\xc9\xbf\xe5\x2c\x67\x96\xf6\x87\x79\x3a\x66\xbb\xa8\x66\xc5\x94\x26\xf2\x91\x4c\xf3\x64\x42\x7c\xe3\x24\x65\x19\x9d\x97\xa6\x06\xf2\x92\x91\x19\x24\x6c\x6d\x99\x3f\x94\xe4\xda\xc8\x29\x38\x19\x8b\x76\x55\x2e\x80\xe0\x09\x35\x46\xf1\x61\x6e\x6a\x3d\x53\xa5\x40\xfa\x2d\x2d\x0b\x37\x57\xdd\xd3\xde\xc7\x5e\x45\xad\xef\xdc\xfc\x14\xff\xfd\xe5\xf2\xfa\xa7\x8f\xe7\x97\x5f\xe2\xdf\xce\x3b\x77\x17\xa7\x3f\x0e\xae\xce\x3b\x17\xf1\xcf\x67\x9d\xdb\xce\x4d\x77\x95\x3d\x60\xb1\xd7\xe6\x8d\xa0\x51\x9c\xbf\x95\x5d\x5c\x68\x3a\x98\x62\xda\x7d\x04\xeb\x77\xbd\x9e\x90\x8e\xcf\x7a\x88\x41\x5e\xa9\xb7\xd1\x80\x6d\x11\x51\x67\x9d\x29\x07\x8a\xaa\x21\x8a\x77\x9b\x74\x88\x47\x63\x07\x47\xb4\xb6\xc2\x82\x8b\x09\xb7\xbb\x83\x4d\x58\x89\x21\x29\x34\xb7\x02\x49\x2c\x2e\x6c\x1d\x25\xc0\xba\xca\x3b\xed\xbe\xe8\x3e\x30\x61\x72\xc8\xce\xb3\x9a\xbf\x07\x0f\x77\x2f\x44\x71\xcb\x7e\x94\x9a\x4f\x79\x46\x55\x01\xfa\x74\xe9\xda\x02\x81\xdd\x8f\x15\xc6\xc5\x59\x1d\x7c\x88\x57\x1e\xee\x7a\x04\xc6\x7d\x7a\xde\x03\x11\x28\x31\x1e\x62\xc1\x77\xee\x6a\x67\xfb\x1e\xa7\x14\x82\x23\x42\x49\x63\xec\xbe\xb1\x88\xd0\x75\x0d\xe8\xd2\x16\xd9\x24\x50\x82\xfc\xc9\xdc\x1c\x61\x90\xfe\x1f\x5d\x61\xd4\x7c\x13\x30\x2e\x92\x32\x0d\xb2\xa9\xf3\x68\x94\x81\xa0\x98\x06\xff\x90\x6f\xfd\x02\x84\x1d\xef\x71\x73\x6e\x5b\x47\xbb\x80\xc1\xc2\x1b\xcb\xad\x67\xf6\x12\x7a\xa9\xeb\x10\xc7\x05\xc3\x2a\x0c\x65\x2e\x52\x5f\xc5\x66\xca\xc5\xf1\x94\x7e\x7d\xef\x67\x8a\x65\xfa\x43\x6e\x38\x96\x0e\xce\xac\x26\x32\xb7\x4c\x6e\xf9\x72\xf5\xc5\x92\xf5\x5a\x2d\x2d\x7a\xce\x0a\x6a\x4f\xa1\xa3\xa2\x17\xe9\x81\xcd\xeb\xf6\x6f\x01\xe3\x03\x3d\x55\xee\xc0\x43\x23\x33\xc5\xa0\x68\x5b\xf0\x51\x65\xe8\x7b\x0c\x7f\x43\x0c\x44\x09\xf7\xab\x9e\x79\xc7\xf6\xb9\x9d\xce\x4d\xad\x65\xf0\x09\x50\x5a\x5c\x4f\x76\xd3\xd0\x4e\xe8\xf3\xe4\x5d\xcc\x47\x8a\x09\x6b\x76\xb7\xfe\x2a\x87\x50\x5a\x44\x7b\x58\x5f\xc5\x12\x30\x79\xda\xbd\xf0\x49\xa5\x10\x6a\xbf\x60\x7c\xf4\x34\x90\x31\x0d\x06\x78\x28\x7b\xc5\xfe\x96\xbb\x78\xda\xdf\xff\xb0\xd9\x45\x6b\xd4\x9c\xf8\xf4\xf5\x38\x44\xc7\x45\xa8\xb9\x4b\x17\xc6\x95\x0b\x5e\x07\xc5\x7f\x8d\x05\x9f\x9e\xb7\xae\x5e\xa5\x53\xf7\xe7\xca\x28\xa6\x5b\x9f\x1a\x87\xef\x3f\x59\xce\xd4\xcf\x95\x54\x29\xd7\x1d\x04\x27\xb8\xd6\xe3\x1b\x6d\x48\x93\xfb\x47\xaa\x52\x34\x16\x82\xdd\xb8\x4d\x7e\x94\x8f\xec\x81\xa9\x16\x49\x98\x32\xd4\xa5\x30\xd8\xb3\x96\x65\x70\xa0\x5c\x3b\x7d\x01\xf1\x3a\x98\x0f\x22\x00\x12\xd9\xf0\xf1\xc4\x2a\x94\xce\x30\xe5\x4a\xa3\x69\x66\x20\xfc\x98\x7d\x9d\xb1\x04\x03\xb5\x9a\xa2\x53\x46\x19\x7d\x58\xcc\xc9\xd8\x26\xdc\x3e\xaa\xfe\xe6\x0b\x04\xb9\x3c\xb6\xa5\x86\x6a\x5f\x44\x0c\xb9\xe6\x6c\x6e\x26\x52\xb4\xc8\x58\x66\x54\x8c\xdb\xed\x36\x61\x26\x69\xbf\xdf\x88\xd0\x5d\x83\x51\x77\x85\x97\x3d\x93\x9a\x65\xf3\x80\xee\x12\xa2\xa1\xec\x2a\x43\xf4\x95\xe6\x68\xf2\xa8\xa1\xfe\x9b\x6a\xd4\xfe\xf3\x9a\xce\xeb\x35\xd5\x8d\xc3\xff\x1a\xda\xa9\xd6\x94\x5f\xd5\x12\xbe\x5f\xaf\x79\x6d\x10\xce\xea\x91\xd4\x8a\xb0\xd6\x86\xac\x4a\x29\x36\x8d\xd5\xfc\x59\x36\xa1\x07\x6f\x95\x86\x54\xdb\x92\x4b\x1a\xd9\x2a\x7a\x71\x91\xa2\x6b\x28\x2e\x04\xfa\xee\x94\xf2\x98\xe5\xd3\xc5\x12\x18\xfb\x92\xa2\x8a\x41\xe2\xbf\x4e\xa1\xbb\xf5\xf1\x26\x03\x48\xb2\x54\x18\x61\xe9\xc6\x8b\xb6\x50\x24\x26\xe0\x96\x8a\x6b\x48\xbe\xda\x26\x08\x32\x34\x83\x4d\x83\xcb\x06\xaa\x68\x01\x6c\xbd\x2b\xfa\x0f\x71\x9d\xa1\x76\x3f\x7e\xa2\x51\xd4\x01\x3f\x4f\x33\x67\x28\x02\xc7\xb7\x52\x3e\x2f\x2e\x2f\x4a\x75\xeb\x7a\x17\xb7\xdd\x4f\xdd\xeb\x92\x5f\xfa\xfc\xb2\x53\x2a\x8b\x77\x73\x7b\x5d\x71\x5d\x7f\xb8\xbc\x3c\xef\x2e\xe8\xa0\xdd\xdb\xde\xe7\x52\xe3\x67\x77\xd7\x9d\xdb\xde\x65\xe9\xbd\x0f\xbd\x8b\xce\xf5\x2f\xf1\x2f\xdd\xeb\xeb\xcb\xeb\x4a\x7f\x77\xa7\xcb\xb5\xd9\xd2\x34\xea\x77\xa2\x10\x96\xa3\x18\xfa\x3a\xa1\xb0\xa9\x1e\xd6\x2e\x22\x07\xd5\xf7\xdb\x96\x2c\x6b\x60\x4a\x29\x1b\x6c\x17\xac\xd1\x14\x70\x52\xdb\x8f\x95\x07\xe7\x03\x6a\x0c\x9b\xce\x76\xc3\x20\x5c\xff\xe0\x6c\x16\x07\x52\x2e\x19\xd6\x1c\x07\x52\xda\xd5\x97\x13\x07\x52\x13\xe2\xb1\x18\x07\xd2\xbb\xe8\xdd\xf6\x3a\xe7\xbd\xff\x57\x69\xf1\x4b\xa7\x77\xdb\xbb\xf8\x34\xf8\x78\x79\x3d\xb8\xee\xde\x5c\xde\x5d\x9f\x76\x6f\xd6\x8c\x02\x59\xb4\xbb\x1e\x91\xb8\x9f\x13\x72\x1b\xd5\x2c\x44\xa9\xd0\x95\xe9\xb2\x2b\x6e\x65\x1a\x4b\x55\x34\xe3\x7f\xe7\x62\xdc\x02\x90\xbc\x13\xd2\x55\xaa\x37\xa5\x63\x76\x95\x67\x59\x8b\x04\x2c\xcc\x53\xc5\xa8\x81\xd7\xae\x64\xda\x8b\xbe\x03\xc3\x51\xed\x34\xa0\x7f\x87\x39\x89\xdd\xb7\x5c\xff\x91\xd3\x33\x18\xa5\x1c\x42\x62\x40\xf7\x3d\x21\x1f\x68\x72\x2f\x47\x0e\x3c\xa7\x15\x54\x5c\xf2\xb7\x5c\x1a\x4a\xd8\xd7\x84\xb1\xd4\x97\xe0\xa9\xd2\xc9\xb9\xdc\x09\x33\x72\x93\xfa\xe9\xf1\x99\x5e\x1d\x3e\x53\xfb\x9d\xcb\x76\x1a\x6c\x02\xd8\xe6\x66\xf9\x19\x3f\x75\x18\x6d\xb5\xad\x1b\x93\xed\xc1\xa6\x7f\x2e\xc7\xf5\x99\x05\x10\x2c\xe9\xd2\x21\x0a\x6c\x11\xf0\x10\xca\x31\xd1\x5c\xdc\xf7\xc5\x17\xab\xd0\xca\x5c\xe1\x4f\x46\x2a\x48\x52\x19\x65\xb9\x9e\x30\xc0\x86\x6d\xf9\x62\x95\xe0\x29\x2c\xd7\x8d\x02\x92\xb1\xc4\x09\x5f\x67\x5c\x58\x6e\x31\xe3\x5e\x82\xac\x6e\xfd\x5e\x6a\x54\x72\x1d\xf4\xec\x27\x74\xdf\x16\xd6\xd9\xc7\x09\xc3\xea\x9c\x05\xea\xbc\x2f\x58\x83\x9c\x1b\xf2\x4e\xb1\xd6\x28\x88\x36\x76\xd9\xdf\xfa\xc8\x5a\x58\xee\x07\xc9\x53\x92\xe6\xb3\x8c\x27\x81\xef\x3e\x4a\xd5\x18\x09\x85\x9a\xce\x06\x91\x50\x15\xfd\x7d\xd9\xc4\x6a\xd4\xa8\x48\x6b\x5b\x12\x13\xf5\xc4\x51\x61\x11\xd2\x55\xae\x99\x3a\x32\x8a\x8f\xc7\x20\x37\x7a\xa3\xcc\xcb\x0f\x1b\xf3\xb4\x39\x1f\xec\x6e\x7f\x88\xdd\x03\x19\x56\xea\x09\xf0\x2d\x96\xa6\x66\xb3\x6c\xee\x83\xb9\x71\x01\xfd\xb1\x9f\xe5\x0a\x31\x86\x47\x24\x0c\xa8\x31\x6c\x63\xa6\x98\xed\x25\x1d\x20\x78\xd8\xee\xa0\x66\xbd\x11\x42\xe9\x22\x58\x51\xe4\x3f\xf3\x00\x46\xfe\x86\x2b\xfa\xf6\xa9\x56\x88\x72\x00\x90\xbd\x44\x3e\x0a\xac\xb1\x04\xef\x83\x3c\x2f\x24\xc8\x26\x21\xfd\xaa\x2f\x3c\x56\x9a\x4b\x50\x1b\x85\x8a\xa9\x68\xe3\xc4\x0a\x12\xdf\x3e\xcc\xaf\x28\xef\x6a\xa7\xfe\xb9\xb1\x4e\x6a\x88\x8b\xdf\xc9\x56\xea\x62\xa2\xf6\x52\xc4\x77\x11\x4d\x21\x93\x43\x44\x5f\x5c\xc8\xd2\x8a\x6f\x9d\xcd\x0c\x98\x23\x97\x4b\x57\xbe\xb3\x7c\xb4\x23\x84\xcf\xc8\x25\xe8\x17\xa5\xb2\x9c\x7b\x4d\x63\xdb\x7d\xc1\x72\x23\x23\xbc\x4b\x3b\xb9\x5e\xa5\x6c\x64\x1b\x73\x1a\x7a\x69\x2d\x78\x52\x71\x62\xfc\xca\x37\x71\xe7\x1a\x1b\xca\x46\x59\x78\x33\xc5\xbc\xf5\x6c\xce\x4c\x30\x9a\x65\x3e\xe7\x62\x3e\x2b\x57\x0a\x8c\xbd\x06\xde\x2e\x18\x3c\xbd\x90\x14\x14\xd5\x22\x92\x82\x09\xa3\x5d\xd5\x80\xbe\x70\x8d\xfb\x9c\xde\x00\x8b\xe5\x1c\x21\xb8\x30\x2d\xa7\x83\x38\x04\x66\x2d\xb3\x07\x04\x29\x2d\xd6\xc4\x48\xc8\xb9\xb1\x03\x3c\xb5\xec\xdc\x0a\x2f\x54\xa4\x45\x2d\x99\x09\xeb\x8b\x4a\x62\xab\x62\x63\xae\x0d\x5c\x2c\x9e\x62\xe3\xef\xf7\x96\xec\x57\x92\x77\x96\x2d\x7d\x63\xb2\xdf\x2a\xc6\x35\xa2\xc9\x26\x49\x37\xf3\x19\x4b\x7b\xe1\xbb\xe5\xc4\x50\x32\x9d\xa4\x91\x6b\xa9\x74\xc8\x91\x06\x3c\xc6\x3a\xf8\x51\x75\x80\x07\x0c\x9b\x14\x80\xd6\x42\x11\x3d\xbb\x45\x63\xea\x0b\x29\xea\x50\x45\x0f\x03\x02\x62\x93\xf7\xa8\x5c\x7d\x2f\xc8\x52\x89\xd4\x06\xfd\x6b\xf0\xc9\x88\xf2\x2c\x57\x8d\x22\x02\x92\xe5\xde\x53\x91\x4f\xa1\x59\x52\xb7\x6b\xc1\x2e\x1d\x1d\xa3\x60\x93\x7e\xa0\x0a\xaa\xf1\xcf\xb2\x7c\xcc\x85\x2e\x53\x7d\x73\x51\x99\x85\x02\x5b\x2b\x36\xbc\xa8\xc9\xb5\x3e\x2f\xee\xe0\x61\xd7\x30\x79\xf0\x43\x34\xa3\xba\x39\xa1\x2d\x1a\x7b\x5f\xdc\xc2\x5d\x8d\x99\xb6\xe1\x98\x51\x44\x21\x57\xda\x40\xd9\xe3\xda\xf9\x96\xf8\x79\x99\x52\x77\x0a\x72\xab\xcb\x89\x5d\x1d\x4c\xfb\x99\xce\x96\xa5\x2b\xee\xdc\xe2\xaa\x6d\x08\xd6\xcd\xea\x31\xac\x96\x3d\xa9\x59\xbd\x10\x10\xfc\x2c\x4e\xbc\x4d\xc0\x13\x42\x5c\xb8\x83\x1d\x59\xc8\x7c\x2f\x09\xa6\xf1\xa7\x9b\xa7\x06\x14\xde\x2b\x07\x98\x8f\x0d\x0e\x31\x98\x3b\x8e\x3f\xdf\x21\xf3\x3e\x6c\x8c\x6f\x6b\xc9\x76\xec\x18\x1b\x5b\xa4\x33\x3c\x63\x68\xec\xcf\x0b\x4b\xb4\x69\x64\xec\x43\x9c\x0a\x00\x77\x43\x51\x3f\x7e\x2d\x89\x39\x44\xc4\xfe\x5c\xce\xe7\x28\x2d\xb1\xe4\x6b\x25\xbe\x2c\x22\x72\x82\xd0\x92\x32\x21\x0d\x23\x94\x08\x9e\x1d\x8b\x3c\xcb\x8e\x2f\xa0\x7c\xaf\xd6\x7c\x8c\xd5\xc1\xb0\x9e\x06\x78\x09\x0b\x8c\xa8\x92\xa9\x2c\x3a\x02\x70\x45\xda\x21\xa1\x15\xcf\x58\x8e\x69\xb7\x20\x9b\xf7\x85\xfd\x02\x45\x2c\x84\xd6\xe1\xc1\xb3\x8a\xbd\x85\xda\x1d\xd8\x17\x84\x19\xce\xe3\xc6\x6b\x08\x6c\x59\x7a\xe0\x4e\x2e\xcd\x03\x6e\xec\x8b\xc1\x8d\x95\x2a\x14\xb2\x58\x1f\x41\xb6\xf9\x50\x6d\x0d\xe1\x1a\x04\xb1\xe0\x12\x58\x83\x1e\xbf\xa5\x3b\xe0\x29\x93\x45\x77\xce\x0c\xf5\x2b\xb5\x0f\xab\xe8\xdf\x30\xde\x78\x20\x47\x03\xbd\x10\xb7\x4d\x96\xb3\xf9\x85\x88\xef\xf5\xcc\x52\x71\x90\x47\x1c\x19\xbd\x48\x24\x4d\x72\xb9\x14\x03\x27\xb9\xaf\x37\xd8\xea\x82\x5d\x8a\x8f\xf8\xf9\x95\xcc\x78\xb2\xdc\x96\xe7\xaf\x26\x80\x22\x59\xb0\xe4\x02\x68\x8f\x43\x23\xa7\x5e\x9d\x40\x23\x95\x61\x89\x29\x54\xd3\xc5\xc9\x6d\x62\xea\xf0\x5a\x41\x68\x05\x92\xf0\x0a\x2c\x25\x82\xf5\x50\x5d\x98\x0f\x0a\xd2\x80\xea\x41\x67\x60\x3b\xf6\x05\xf3\xe2\x81\x00\x6f\x7a\x9c\xc8\x8c\xb5\x50\xf7\x05\x43\x59\x5f\xcc\x98\x4a\x24\xd4\x1a\x4d\xe5\x23\x98\x0c\x93\x09\xcf\xd2\x22\x98\xf6\x1d\xd8\xed\xc1\xba\xf6\xde\x65\x0c\x15\x25\x39\x02\xa2\xce\x6a\xb2\x3d\x43\x62\xdf\x29\x32\x76\x9f\x86\xb8\x65\x54\xf0\xc5\xd9\xf2\x71\x29\x1c\x02\x46\x45\xc9\xa4\xca\x85\x41\xfa\xf1\x6c\xb6\xc3\x2c\x84\x49\xc2\x05\x83\xf0\x4b\xa6\xb2\xaf\x0e\x07\xa7\xba\x94\x44\x5a\x12\xe5\xc1\x5a\x6a\x3f\xa2\xe0\x6f\xa1\x28\x86\x0c\x19\x99\x51\x6d\x05\x17\xb7\xa9\x7d\x51\xe8\xd5\x6f\x75\x2c\x92\xd4\xee\x73\x9b\x7c\x84\x3a\x3d\xda\x50\x91\xb0\x16\x79\x5b\x9a\xe8\x5b\x48\xaa\x13\x12\xfa\x83\x02\x89\xa6\xbc\x34\x40\xae\x2d\xc2\x4d\x5f\x70\x8d\x94\xa9\x58\xc6\x1e\xec\xe8\xdc\xd9\x89\x3c\xc6\xcc\x85\x71\x87\x69\x83\xb7\x88\x2a\x16\x97\x01\x8c\x2a\x86\xbb\x99\xb9\xaa\x42\x0e\x16\x25\x17\x10\x25\xc9\xbe\x22\xf8\x4c\x36\x07\x0f\x82\xe2\x69\x6a\xbb\x2b\x50\x91\x5c\x3e\x2b\xc0\xec\xce\x65\x8e\x58\x71\x29\xd8\x85\x69\x88\x9b\xf3\x08\x35\x19\x47\x61\x74\x28\xcd\xa4\x8c\xd6\x81\x09\x6f\x78\x92\xd8\x03\x53\x73\x03\x60\x7a\xb0\xae\x82\x41\xa1\x33\x63\x17\xa0\x60\x1c\x7d\x41\x53\x57\x74\xcd\x35\x67\x97\x06\xe8\x7e\xc9\x3e\xbb\xe7\x43\xf9\xb0\x4c\xa6\xdb\xd5\x18\x8c\xa7\x7a\x96\x51\x31\x40\x86\xfa\x0d\xcc\xc1\x51\x2e\x62\x13\x4c\x62\x3e\x1c\x04\x90\x96\xbd\x8c\x33\x48\x3a\xd7\xa5\x0c\x61\x2b\xc2\xf9\x8e\x5a\x55\x28\x75\x2f\x99\x43\xd4\xac\x09\x65\xd1\x5d\x65\x22\xf6\xb5\x2e\xb0\x6b\xb5\x49\x9b\x56\x0c\x58\xa1\x1c\xd0\x0a\x9b\xb6\xa7\x80\x97\x6a\xd7\x5e\x67\xe7\x2b\x77\x48\x75\xdb\x37\x37\xa9\x2e\x08\x4c\x5b\x99\x55\x57\x0c\xeb\x69\x4d\xab\x8d\x26\x84\x45\x13\xeb\x97\x72\xb1\x7f\xab\x95\xa0\x8b\x94\x11\x2d\xad\x5e\xe3\x2d\x1c\xf5\xb9\xa6\x95\x78\xa6\x27\xc5\xd6\x2a\x43\x89\xac\x1d\x18\x88\xe8\x7a\xa4\x57\xd4\xa0\x6b\x91\xfe\x1b\xa4\x2c\xdd\x7f\x83\x78\xb4\x3e\x65\xd9\x43\xf7\x95\xcb\x69\x55\x1d\x10\xe8\x1b\x2c\x0e\x9c\x83\x94\xdb\xc8\x9a\xf7\x2d\x31\xf3\xa2\xa8\x49\x0c\x1f\x18\x62\x03\xee\x9a\x44\x9d\x73\xee\x01\xf5\x00\x56\x43\xe5\x89\x29\x26\x1c\xf0\xc7\x3e\xf8\x0f\xed\x12\xcd\x72\x77\xa3\x06\xbc\x2f\xa9\xfa\xc2\xb7\x56\xc0\x00\x77\xb2\x6c\xa1\xa9\x45\xe8\xbd\x88\x56\x01\x88\xd3\xe7\x33\x40\x9e\x8c\x7d\x09\x22\x3e\x17\xf8\x00\x14\x03\x1e\xb2\x02\x6c\xa1\x4d\x0a\xf0\x47\x10\x3d\x2a\x28\x73\x31\xc8\x5c\x96\x79\x84\x35\x94\xda\x22\x58\x2d\x9d\x43\x95\xaa\x51\x6e\xd9\x51\xe8\xdd\xca\x46\x00\x38\x38\xe2\xf6\x90\xf8\x75\xe9\x8b\xcf\x12\x17\x18\xc5\xab\x6a\xf1\x63\xb7\x6c\x6f\x43\x5a\x87\xfb\xe1\x0c\xae\xed\x11\xfa\xc1\x2a\x40\x1f\xe0\xbf\x86\x28\x9b\x96\x95\x3d\x54\x31\xa9\x84\x8a\xbe\xf8\xab\x5d\x1e\x8f\xa2\xe7\xb6\x55\x8e\xf0\x10\x7b\x60\x14\xf2\xee\x7f\xb0\xd1\x77\xff\xf6\xfe\x7f\xde\x23\x46\x69\xae\x21\x95\xae\x55\xbe\x42\xfc\x40\xed\x96\x42\x8c\x57\x28\x51\xe9\x0b\x5f\x15\x5d\x2c\xc5\xdb\x71\x5a\xce\xbe\xab\x4b\x14\x96\xd7\x0e\x49\xa8\x49\x26\x47\x5e\x9a\x8b\x91\x05\xb9\x2e\x6a\x97\x58\xc9\xd1\xca\x5a\x95\x7a\x27\x98\x58\x44\x42\xe5\x69\x5d\x5e\x07\x4b\x2f\x58\xa6\xcf\xe5\xd9\x54\x30\x3a\x7c\x4f\x40\x9c\x05\x4a\x44\x21\xe9\x85\xd7\x7d\x9e\x4c\x54\x08\x13\x4d\xc4\x82\x4e\x59\x4a\xfa\x18\x57\xde\x7f\xe3\xb7\xbf\x2f\x66\xc3\x76\x36\x1f\x99\x36\x44\xb9\xb7\xed\xb2\xb4\xbb\x4b\xab\xf9\xe1\x25\x34\x48\x17\x55\xa5\x15\xcb\xdd\xa8\x6c\xd5\xcb\x3b\x61\x75\x42\x4f\xeb\x0b\x2d\x68\xe2\x09\xeb\x73\x53\xf6\x01\xb1\x60\x33\x62\xe8\xd7\x6b\x79\xe4\x38\x2b\xe4\x46\x82\x55\x71\x3e\x01\xc6\xd0\x5e\x74\xa1\x64\x23\x15\x34\x9b\x43\xb6\x5a\xab\x2f\xb0\x9a\x2c\x4b\x09\x4d\xe6\x49\xc6\x13\x87\x02\x57\x96\x85\xd8\x03\x13\xa6\x14\x54\x0b\x39\xa6\xcf\x25\x0e\x35\x85\xf3\xd6\xaf\xfe\x5d\x83\x28\x14\x10\x3b\xcb\x56\xb3\x2a\x99\x38\xdc\x1a\xb5\x21\xee\x4f\xe8\x1e\x58\x73\xea\xf5\x59\xa9\xf8\x98\x0b\x6a\xa4\x22\xef\xc0\xfc\x9f\x65\x4c\xbd\x0f\xe5\x05\x61\x15\xeb\x87\x31\xd9\xa8\xa8\x4f\x0d\x04\x5c\xfd\x65\x9b\x24\xb9\x52\x2c\x1d\x2c\x46\x51\x6e\x8a\x91\xb0\x3c\xc6\xcc\x8a\xd6\x7c\xca\xb4\xa1\xd3\x59\x9c\x23\x1d\x32\xf7\xdc\xca\x64\xb8\x08\xc4\x0f\x0c\xd4\x3a\x1e\x95\x27\xed\x0b\x67\x0c\xc1\x7d\x93\xaa\x06\xfc\xa7\x3a\x4b\xac\x79\xba\x65\x8c\xaa\x03\x43\xdd\xb0\x80\x63\xd5\x60\x7c\x7d\xee\x6d\x44\xc5\x45\x50\xe2\xac\x30\x51\x28\x88\x6b\x05\xd1\x50\x43\x3c\x84\x03\xf6\x45\x11\x8a\x77\x9a\xc9\x3c\x25\xce\x5c\xee\x8c\xcf\xaa\x4d\x38\x6b\xb7\x88\xfe\xe3\xc9\xf1\x71\xbb\xbd\xa7\x9a\x40\xe5\xb2\xa1\xf5\x14\x8e\x85\x3d\xeb\x42\x5d\x57\x1c\xad\x12\x06\xe8\x60\x33\xcd\xc3\xa7\x32\x01\xb5\xc4\x9a\x79\x39\x90\xab\xda\x65\xc0\x45\xdd\xa5\x3b\x1f\x11\xb6\xbc\xab\x19\x55\x4c\x98\x01\xf4\xb8\x59\x67\xd0\xc9\x15\x7c\x5e\x0a\xe1\x5f\x4b\xc3\xfa\xef\x5b\x89\x8a\xb3\x8f\xe3\xfb\x4b\x84\x60\xec\xd2\xa2\xa9\xbe\x27\xef\x38\xf8\xb1\x22\x23\xe3\x2a\xc8\x56\x37\xa1\x2d\x56\x2f\x9a\x50\x89\x31\xad\x35\xa1\x62\xf4\xe0\xb3\xa2\x01\x9e\x37\x84\x32\x59\x46\xe1\x7f\x2b\x2c\xc0\x18\xa6\x56\x98\xbb\x09\x35\xae\x64\xcc\xdf\x99\x92\x28\xb1\x09\xe9\x65\xc0\xb8\xe1\x25\x31\xad\xf3\x01\xd4\xab\xdd\xea\x26\xc0\x9c\x60\xf8\x1e\x62\xa4\x7c\xa2\x41\x5c\x01\x17\xaf\xe9\xe1\xdc\xc7\xb6\x36\xa3\xad\x6c\x53\x06\xb9\x28\x42\x5e\x5c\x86\x11\xf7\xf4\x9a\x44\x60\xc5\xfe\x80\x1e\x83\x10\xe0\xea\x85\x4f\xe9\xcc\xf9\x8c\x5d\x75\x85\xaa\x55\xa4\x0d\x93\xf8\xef\xff\xfa\x4b\xbb\x29\x25\x10\x86\xbe\x35\x74\xe6\x47\x0f\x9c\xa9\x18\x4d\x0b\x48\xbb\x18\xb1\x6e\x55\xba\xdf\x4a\x82\xdc\x41\x92\xd9\x65\x5f\x16\x65\x15\xef\xaa\x8d\xc8\x9e\xa7\x31\x9e\x43\x20\x70\xb7\x3d\x01\xd1\x4c\x8e\x08\xc8\xc0\x0d\xd2\x52\xdb\x8d\xb3\xa6\x87\x0d\x56\xaf\x9e\x3f\x3d\x93\x1c\xd8\x94\xb5\xb6\xce\xf0\x4b\xdf\xee\x2c\xbd\xee\x92\xec\xb6\xd4\xaf\x77\x16\x8a\x64\x40\x00\x5b\x4f\x90\x44\x4e\x87\x56\x82\xb4\xf7\x6c\xb0\x8a\x02\x6b\xea\xf8\xc4\x87\x10\xb5\xed\x59\x0c\xc2\xcc\x55\xd2\xc6\x82\x4b\x39\x0e\xcb\x8e\xe9\xac\xd6\x99\xd6\x70\x1f\xec\x37\x2f\xaf\xfe\x70\x74\xaa\x33\x28\xca\xb6\xdc\xf3\xe4\x9e\x59\x52\x1e\x15\xf0\x92\xb1\x68\x15\x84\xeb\x10\xa7\xde\x17\xb0\x42\x18\x14\xe9\xa9\xdf\x1e\x07\x23\x89\x62\xe0\xa1\x2b\x02\x9f\x25\xe1\xe6\xad\xae\x5f\x9c\xa7\x4e\x22\xac\x5f\x0b\x68\x3f\xa4\xba\x38\x30\x8b\xa0\xd7\xa0\x26\x08\xe2\xe0\x1f\x02\x5f\xd4\x2c\x91\x22\xa4\xc7\xec\x45\xcb\xa8\x49\x30\xac\x1f\x2e\x3c\x5b\x40\xc1\x58\xa5\xf2\xec\xa8\x79\x45\xbc\x4d\xc9\xc4\xa1\x7a\x18\xa2\x21\x78\x08\x62\x64\x6d\xdf\x2d\x32\xa5\x5c\xb8\x63\x00\x75\xdc\x49\xca\x86\xf9\x78\xdc\xa8\x10\x64\x72\xfc\xa4\xd6\x49\x9f\x8e\xd7\x68\x9d\x0c\x33\xcc\x96\xa5\x98\xad\xa0\xd0\xef\x48\xf3\x5b\x1a\x92\xbd\x0f\xdd\xad\xe7\x7b\x42\x0b\xd4\x88\x67\xec\x79\xd4\xb5\x3d\xe9\x9e\xbd\x75\x74\x4f\x6f\xc2\x84\x30\x2a\x9c\x47\x30\x32\xfd\x8a\x94\x52\x0c\x4b\x1f\xd8\x2f\x9f\x34\x36\x3d\x64\xd3\xc0\x61\xc5\xa8\x73\xcb\x9b\x52\x0d\xa8\x35\xfb\x0f\x56\x07\xde\xbe\x2a\x05\x6e\x67\xd4\xa6\x1b\x39\x65\x04\xba\xd2\x98\x20\x4d\x5c\x1c\x58\x0b\x5c\x1e\x76\x82\x05\x5c\x1d\x1c\x78\x67\xd3\x4f\x26\x54\x8c\xa3\x12\x66\xe4\x9d\x60\x8f\xc4\xf2\xda\x56\x6c\x03\x8e\xb6\xa7\x45\x98\x49\xde\x5b\xd9\xa6\xe4\x32\x56\x2c\x91\x2a\x85\x0c\xc5\x31\x55\x29\x04\x2a\x38\x82\xcf\x68\x72\x0f\xd0\xb0\x70\x1d\x61\x8f\xce\x4e\xed\x93\xf8\xd0\x77\x52\xb4\xc6\x45\xa2\x20\x4f\xc5\xa3\x4c\x85\xf1\xe1\xe7\x9a\xd0\x44\x49\x8d\xca\xa9\x47\x04\x75\x50\x94\x11\x1a\x1f\xf4\xb8\x17\x97\xeb\xa2\xf4\xba\x96\x16\x1d\x82\x1c\x5c\x15\xc9\x89\x7c\xf4\x71\x21\x8f\xb4\x30\xfb\x6f\x12\x55\x73\xe5\x68\xd6\x47\x5c\x46\x4e\x02\x60\xe4\x25\x48\xa0\x8f\x52\xb9\x9c\x41\x20\x8a\x2b\x87\x3c\xf4\x23\x7f\x60\x2d\x72\x33\xa3\xea\xbe\x45\xce\xe6\x82\x4e\x79\xf2\x7f\xe5\xb0\xce\xde\xbc\x7f\x55\xc3\x05\xdc\x0c\x92\x8c\xea\x35\xad\xff\xb5\x83\xe8\xb9\x86\x4e\xa1\x9d\xf5\x17\xf0\x47\x99\xa5\x3a\x72\x86\x2f\xdf\x99\xbe\xb8\xbd\x3c\xbb\x7c\x77\x4f\x8d\x92\x63\x2a\xde\x9f\x90\x2e\x14\xb0\x43\x5b\x02\xba\xa0\x47\x8a\x31\x30\xf0\xbb\xd8\xd1\x77\x13\x63\x66\xfa\xe4\xf8\x78\xcc\xcd\x24\x1f\xb6\x13\x39\x3d\xce\xe6\x23\x83\xf6\xac\x63\xae\x75\xce\xf4\xf1\x1f\xff\xf0\x6f\xef\xeb\x56\x7c\x21\x68\x74\x67\x3d\x69\xff\xb5\x56\xea\xb9\xff\x97\x85\x80\x40\xd2\x64\x8b\x78\x9d\xf6\xfd\x86\x78\xde\xef\x5d\xd2\x5b\x11\x25\x72\x30\xd5\xef\x55\x2a\xaa\xb5\x9e\x78\x4b\x38\x4d\xa7\x5c\x94\x14\xf8\x17\xe5\xfe\xab\x6e\x6a\x5d\xfc\x7c\xe9\x86\x5e\xcb\xe4\xb1\x0f\x75\xe2\x8a\x5a\xd5\x57\x12\xc5\xa6\xd2\x30\x14\x06\xb5\x91\x8a\x39\xac\x17\xd4\x31\xa0\x28\x2c\xd7\xf8\xa4\xa9\x60\x42\x92\x49\xbd\x76\x9c\xf6\xe2\x86\x9d\xba\xcf\x97\x8a\xac\x72\x3a\x83\x78\x00\xc5\x34\x04\x86\x2e\x2a\xf1\x0b\x8e\xd4\xbd\xc8\x39\x8b\xc3\xb5\xd7\xed\xd9\x82\x9c\x13\x68\x3b\x48\x38\x96\xa4\xc1\xf6\xdf\x5d\x42\xd3\x4d\x77\x72\x37\xf6\xa8\xdb\xb3\xed\x4b\xee\xba\xb2\x82\x5c\x8c\xb3\xa6\x4a\x5c\x7d\xe1\xaa\x12\xc6\x18\xd0\x45\xa6\x75\x30\xaf\x3b\xb0\x8d\xc7\x52\x45\xb6\x50\xd2\xd0\x85\x66\x52\x67\xc5\x09\xc2\x32\x48\x4f\x2d\x0f\x2a\xad\x18\x94\xbd\xb7\xbc\x52\xe7\xc3\xa3\x22\x80\x52\x2a\xe0\xae\x10\x5f\x3b\xa3\x0a\x90\x8c\x26\x3c\x4b\x8f\x6a\x82\xe4\x51\xf4\x85\x62\x86\x01\x26\x77\xc8\x00\x09\x13\x76\x1c\x0b\x87\x63\xfc\x4e\x98\x7b\x68\x67\x98\x1b\xc2\x42\x71\x38\xae\x9d\x45\xb1\x22\x49\x94\xf8\x45\x49\x7c\xfa\xd6\x66\xe2\xd5\xfc\xa2\x09\x48\xe1\xfb\xe7\x13\xa5\x35\x5b\x87\x4f\xdc\x96\x4d\xb3\xfe\xd4\x50\x11\x38\x47\xd3\x52\xe9\x01\xda\x55\x9f\x21\xc1\xa0\x48\x7f\xd7\x33\xfa\x28\x5c\xd8\xe2\x46\xc5\x40\xd6\xe3\x0f\xf5\x08\x6d\x96\x3f\x54\x9e\x94\xd1\xe2\x51\x23\x31\x3c\xc0\x52\xb4\x22\xfc\x1d\x28\x14\x5b\xe4\x1a\x17\x3a\x71\x5f\x14\x2a\x84\x26\x8f\x2c\xcb\xec\x7f\x93\x2a\xe3\x76\x3a\x42\x0a\xa1\x3f\xac\xe5\x63\xec\x5c\x7e\x8a\xd3\x5c\x8f\x86\x14\x0a\xd7\x34\xc1\xff\x2f\x9c\xe6\x7d\x15\xd2\x4b\x68\x32\x61\x03\x3b\xb4\x7c\x83\x40\x2c\x87\x65\x7f\x6a\x3f\xbe\xc1\x6f\x97\x5e\x66\x74\x66\x72\xe5\x3c\xc9\xd8\x17\xb8\xc9\x28\x16\xe7\x0f\xf6\xf3\x55\xc7\x3b\xc1\x6e\x07\xf7\x6c\x03\x10\x57\x37\xd6\x7a\x6d\xbd\x00\xa3\x01\x18\xce\x10\xe5\x95\x50\xa5\xbc\xeb\xdb\xf5\x4a\xa8\x32\x7c\x44\x93\x92\x82\xbd\x56\x86\x61\xe9\x86\xc4\x16\x35\xd8\xfb\x0a\xb4\x74\xcf\xca\xb1\xb2\x67\x11\x41\x5c\xbb\xff\xb5\x61\x17\xfb\xd0\x0e\x7b\x4f\x5f\x88\xb3\x7e\x51\x8a\x42\xa6\xcd\x53\x8f\xc0\x73\x77\x98\xeb\x96\xc1\x48\x9b\x61\x00\x44\x88\xb6\xeb\x73\xb8\x05\x9c\x11\x87\xe6\x0a\x66\xb6\x34\xaa\x4f\x56\x0a\xed\x84\x25\x2c\xea\xb7\x85\xb0\xd7\x28\xf7\xc9\x5e\x51\x74\xcc\xc8\x94\xa5\x3c\xaf\x42\x4c\x2c\x0f\xb0\x39\x30\x96\x17\xc4\x58\x9a\xf7\xed\xc9\x18\xc2\x73\x94\xe6\x2d\xe2\x4b\xa4\x2a\x02\x6e\x2f\x40\xc9\x7f\xb4\xd2\x36\x26\x33\x80\x05\xbb\x1e\xa6\x2f\x4a\x28\xa2\xe6\xad\x0e\x91\x55\x65\x4a\xf7\xfe\x82\x73\xae\xcd\xcf\x95\x9a\x59\x5b\x20\x50\x64\xf9\xd3\x65\x91\xfc\x7f\xbc\x5d\xcd\x4e\xc3\x30\x0c\xbe\xef\x29\xfa\x00\x15\x0f\xc0\x6d\x07\x0e\x4c\xd3\x90\x98\xc6\x29\x12\xcd\xa0\x2a\x93\x3a\xaf\x6a\x1b\xc1\x85\x77\x47\xf1\x4f\xb2\x54\x4b\xda\x6d\x15\x07\x2e\xac\x4d\x5c\x27\xf9\x62\x3b\xf1\x67\x11\x95\xc4\x3c\x7b\x23\x99\x2d\xf1\xca\x7e\x03\xc7\xd2\x2d\x38\x50\x60\x17\x6f\x1b\x0b\x37\x87\x95\xfb\x1a\xc3\xab\x70\xfa\x2a\x68\x83\xfa\x6e\x75\xd3\x94\xad\x84\x4d\xb5\xf3\x57\x7c\xbf\xdc\x8b\x02\x72\x74\x56\xdb\x97\x8d\xb7\xb8\x7c\xfc\x63\xd0\x34\x3e\x86\xaa\x7b\xb8\x3c\x72\x1b\x53\xd7\xd1\x91\x9b\xc0\x3f\xbd\x5b\xaf\xdf\xdf\x96\xeb\xdd\x53\x9a\xdf\xd9\x3f\x16\xd5\x89\x93\x84\x75\x42\xe6\x67\x8f\x26\xa7\x39\x96\x7c\x1a\x81\x4e\x04\x7f\x35\xed\xf2\xa6\xae\x43\xae\x02\x05\x05\xb7\x83\xa9\x14\x06\xc8\x3d\x54\x90\x25\x15\x17\xf6\x8f\x8f\x15\xb6\xf1\x42\x0a\x24\xf9\x8f\x78\xcc\x36\xae\xd7\x88\x5e\xf9\x04\xed\x8e\xe5\x40\x61\xef\xff\x62\x63\xb9\x6d\x79\xec\x40\xa8\xd7\x99\x44\x65\x96\xd5\x41\xba\x2b\xc2\xd0\x83\x83\xfb\x4f\xda\x9f\xb1\xdd\x9c\x38\x34\xba\x9e\xaf\x1c\x92\xce\x14\x90\x11\x68\x65\xea\x4f\x71\x99\xb2\x67\xa0\x1c\x99\x5a\x43\x65\x74\x55\x76\x79\x26\x9d\x2b\x38\x1e\xaa\x2f\x4c\x3a\x62\xca\x47\x57\xee\x55\x63\x71\xbb\x70\x0a\xd1\xa1\x50\xf9\xa3\x8f\x0d\x9e\xa7\x83\x02\xfe\x26\xa8\x7c\xf3\x74\x5e\xb4\xda\xba\xcf\xb1\x33\xcd\x35\xc4\x34\x20\xa0\x80\x06\x97\x72\x9b\xc5\x27\xc3\xc0\xad\xee\x87\x53\x57\xb7\xa5\x30\x0f\x21\xa6\x57\xe8\x1d\x52\xd5\x1f\xb9\x2f\x62\x91\xfe\x8c\xb6\x92\x4e\x0f\x49\xa4\x71\x3c\x91\xc1\x90\x35\xc1\xb2\x5d\x9e\xf5\x77\xef\x01\x76\xc1\x5d\xae\xbe\x98\x9e\xb6\x1e\xc6\x46\xd0\xdc\x4f\x28\x18\x2e\xe1\x6c\x78\xb3\x13\x6f\x22\xcd\x50\x69\x72\xb2\x48\xf4\x7c\x52\xa8\x2b\x0a\x54\x4e\xee\x96\x09\xac\x52\xdd\xee\x4f\xa7\xc8\xb8\xcc\x18\xda\x08\x84\xe2\x17\xc6\x94\x61\x3e\x22\xb5\x40\xef\xbe\xe0\x30\x54\x91\xa0\x4f\x4a\xa0\xfa\xd0\xdd\x24\x8e\xb7\x9f\x26\x4b\xe4\x2c\x04\xde\xec\xae\x42\x58\xde\xe7\x02\x80\x8d\xc0\x24\x3b\xd4\x1c\x4e\x2d\x0f\x04\x2f\x80\x04\xf1\x9a\x6f\xeb\xe5\x6e\x12\xe5\x7e\xe4\x72\xaa\x58\x65\xda\xce\xc2\x25\xe3\x1d\xa3\xb6\x75\x4f\x15\x48\x22\xaa\xc0\xf1\x52\x0a\x6b\xb7\xee\xbf\x74\x69\xa4\xa1\x34\x2e\xb4\x58\x7b\x5f\x91\x5d\xf7\x0a\x90\xed\x0b\x30\xf4\xb3\xef\x30\x0f\x9f\x39\xad\xf8\x87\x33\x82\x60\x0d\xae\x6a\xd6\x08\xe6\x0d\xcc\x80\x60\x9f\x5f\xd8\xbf\xdf\xc5\x5f\x00\x00\x00\xff\xff\x6b\xe3\x95\xb7\x89\x61\x03\x00") +var _adminSwaggerJson = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\xfd\x6b\x73\x23\xb9\x91\x2f\x0e\xbf\xf7\xa7\xc0\x69\x9f\x88\xe9\xb6\x29\x6a\x6c\xaf\x37\x7c\xb4\xb1\xf1\x3c\x6c\x89\xdd\xc3\x33\x6a\x49\xd6\x65\x7a\xe7\x2c\x1d\x5c\xb0\x0a\x24\x61\x15\x01\x0e\x80\x92\x9a\x76\xf8\xbb\xff\x03\x99\x00\x0a\x55\xac\xe2\x5d\x6a\xa9\x87\xbb\x11\x9e\x16\xab\x0a\xd7\x44\x22\xaf\xbf\xfc\xe7\x6f\x08\x79\xa3\x1f\xe9\x78\xcc\xd4\x9b\x13\xf2\xe6\x8f\xed\xef\xdf\xb4\xec\x6f\x5c\x8c\xe4\x9b\x13\x62\x9f\x13\xf2\xc6\x70\x93\x31\xfb\x7c\x94\xcd\x0d\xe3\x69\x76\xac\x99\x7a\xe0\x09\x3b\xa6\xe9\x94\x8b\xf6\x4c\x49\x23\xe1\x43\x42\xde\x3c\x30\xa5\xb9\x14\xf6\x75\xf7\x4f\x22\xa4\x21\x9a\x99\x37\xbf\x21\xe4\x5f\xd0\xbc\x4e\x26\x6c\xca\xf4\x9b\x13\xf2\xdf\xf8\xd1\xc4\x98\x99\x6f\xc0\xfe\x5b\xdb\x77\xff\x06\xef\x26\x52\xe8\xbc\xf4\x32\x9d\xcd\x32\x9e\x50\xc3\xa5\x38\xfe\xbb\x96\xa2\x78\x77\xa6\x64\x9a\x27\x6b\xbe\x4b\xcd\x44\x17\x73\x3c\xa6\x33\x7e\xfc\xf0\x87\x63\x9a\x18\xfe\xc0\x06\x19\xcd\x45\x32\x19\xcc\x32\x2a\xf4\xf1\x3f\x79\x6a\xe7\xf8\x77\x96\x98\x7f\xc1\x1f\xa9\x9c\x52\x2e\xf0\xdf\x82\x4e\xd9\xbf\x42\x3b\x84\xbc\x19\x33\x13\xfd\x49\xc8\x9b\x94\xe9\x44\xf1\x99\x71\xab\x72\xcd\x8c\xe2\xec\x81\x11\x33\x61\x04\xbb\x23\xd8\x1d\xb1\xdd\x11\xbf\x6a\x7a\xc6\x12\x3e\xe2\x2c\x25\xc3\x39\xe1\x62\x96\x1b\xa2\xd8\x2f\x39\xd3\x86\x8c\x78\x66\x98\xd2\x6d\xb7\x64\xd0\x8b\x9c\x31\x05\xf3\xec\xa5\xb6\x97\x8f\xcc\x74\xa0\xed\x73\x68\xfa\x2a\xa3\x22\x7e\x5b\x31\x3d\x93\x42\x33\x5d\x1a\x2a\x21\x6f\xfe\xf8\xfd\xf7\x95\x9f\x16\x67\xd0\x21\x3a\x4f\x12\xa6\xf5\x28\xcf\x88\x6f\x29\x1e\x0c\x7c\x04\x9b\x4c\x17\x1a\x23\xe4\xcd\xff\x56\x6c\x64\xdb\xf9\xed\x71\xca\x46\x5c\x70\xdb\xae\x46\x5a\x8a\x46\x5b\xfa\xea\x5f\xbf\xa9\xfb\xf7\xbf\xa2\x19\xcd\xa8\xa2\x53\x66\x97\x25\xec\x3e\xfe\x5f\x65\x2e\x76\xbf\x6c\xe7\xc5\x9e\x56\x07\x5e\x99\xed\x05\x9d\x32\x22\x47\xb0\x5d\xee\x0b\xf8\xb7\x62\x5a\xe6\x2a\x61\x64\xc8\x32\x29\xc6\x9a\x18\xb9\xb0\x06\x1c\x5a\xb0\xa4\x56\x7d\x62\xb7\x92\x2b\x66\xf7\xca\xa8\x9c\x55\x9e\x9a\xf9\x0c\x06\xa9\x8d\xe2\x62\x1c\x2f\xc5\xbf\x5a\x6b\x4d\x0d\x29\x74\x83\x99\xe1\x07\x8d\x13\xeb\x8b\x8e\x7f\x25\xa1\x82\x0c\x19\xb1\xe7\x92\xa7\x4c\xb1\x94\x50\x4d\x28\xd1\xf9\x50\x33\x43\x1e\xb9\x99\x70\x61\xff\x46\xf2\x4d\xfc\x9a\xbd\x9c\xb5\x81\x7f\x2e\x5f\x99\x3b\xcd\x94\x1d\xf8\x03\x4f\x59\x4a\x1e\x68\x96\x33\x32\x92\xaa\xb4\x3c\xed\xbe\xb8\x9d\xd8\x75\x98\x0e\xb9\x80\x93\x67\xd7\xd2\x53\xc8\xef\xfd\x72\xfd\x9e\xd8\xfe\x48\x2e\xf8\x2f\x39\xcb\xe6\x84\xa7\x4c\x18\x7b\xae\x75\xb5\xb5\xdf\x4b\xe8\x9f\x66\xe4\x88\xd8\x75\x66\xca\xc0\x7a\x4b\x61\xd8\x17\xa3\xc9\x11\xc9\xf8\x3d\x23\xdf\x9d\x73\x6d\x48\xe7\xaa\xf7\x5d\x8b\x7c\x77\x5e\x30\x0e\xfd\xdd\x33\xac\x70\xf8\xf7\xdf\xa2\xa3\x67\xe8\xb8\x7a\xe8\xde\x74\xec\x69\xbe\xc1\x6b\xa2\x68\xe1\x6f\xbf\x89\xdb\x71\xfb\xb5\x9c\xf7\x16\x8c\xd7\x71\xdd\x4d\x78\xed\x07\x66\x92\xc9\x0a\x46\xab\x77\xe4\xb4\x76\x3b\xaa\xac\x56\xbf\x2e\x5e\x6b\xa7\xf0\xd4\xfc\x76\x17\x66\x4b\x0d\x9c\x02\xca\x05\x1e\x9a\x70\x86\xca\x3b\x43\xbe\x1e\x5b\xd9\x85\xdf\x46\xb3\x89\x58\xae\xe7\xa4\xd1\x4a\xbc\x90\xb9\x66\x7c\xca\x57\xed\x63\x4f\xa4\x56\xec\x72\x4c\x4e\xe4\xd3\x21\x53\x76\xea\x9e\xdd\xc1\x0c\x87\x96\xfd\x99\x5c\x09\x96\x36\x4c\xed\x97\x9c\xa9\xf9\x92\xb9\x8d\x68\xa6\x9b\x26\xc7\x85\x61\x56\xae\xad\x3c\x1e\x49\x35\xa5\xc6\xbd\xf0\xef\xff\xb6\xe9\xe4\x8d\xbc\x67\xab\xf6\xb9\x87\xbb\x96\x50\x0d\xdb\x3d\xcd\x33\xc3\x67\x19\x23\x33\x3a\x66\xda\xad\x42\x9e\x19\xdd\x82\xd7\xac\x2c\xcd\xd4\x51\xb8\x6d\xa0\x07\x7f\xcb\xe6\x1a\x7e\x21\xa3\xc0\xc8\x04\xfb\x62\xa0\xa5\xbe\x80\x7b\x16\x96\x28\xbe\x3d\x9e\x60\x29\xb7\xa3\x13\x2d\x95\x19\x0c\xe7\xed\x7b\xb6\xd0\x6f\x23\xb5\x50\x41\xa8\x31\x8a\x0f\x73\xc3\xec\xbc\x6d\x1b\xfe\x9e\x04\xd6\x87\x97\xb1\xb6\x97\xef\xe5\xd9\xe5\xdb\x7b\x6a\x94\x1c\x53\xf1\xee\x84\x74\xd2\x94\xe0\x40\xed\x3b\x3c\xc5\x2b\x79\xc2\x14\x6b\x93\xdb\x09\xd7\x44\x4f\x64\x9e\xa5\x44\xb0\x07\xa6\xec\xda\xb2\xe9\xcc\xcc\x5f\xdc\x6a\xa5\x5c\xb1\x04\x16\x66\x93\x13\x16\xbe\xb2\x8b\x66\x95\x9e\x39\x2e\xdd\x3d\x9b\x83\xe0\xb2\xb8\x7c\xcf\x40\x2f\x95\xa7\x4c\xe4\xd3\xca\x5d\x01\xbf\x9f\x75\x6f\x4e\xbb\x17\x67\xbd\x8b\x8f\x95\x2f\xac\x18\x11\x1e\x95\x9e\xfc\x6d\x61\x6d\x46\x34\xcf\xe0\x54\x47\xad\x3d\x9b\xe0\x92\x4c\x78\x96\x2a\x26\x8e\x0d\xd5\xf7\x03\xf6\x85\x25\x39\xde\xb3\xff\x2c\xff\x30\xb0\xd2\xa7\x4c\x59\xf9\x97\xd2\x1f\x85\xb8\xb3\xf1\xa7\x41\x2b\xdd\xf8\x4b\xd0\x61\xd7\xfb\x0e\x7e\xe1\x69\xed\xdb\xf0\xcb\x8a\x39\xf8\x77\x96\x0c\xd6\xbf\xd2\x38\x2a\xff\x82\x13\xe0\x6a\xdf\x51\xcc\xa8\xf9\x80\x1a\x63\x4f\xf9\x16\x32\x23\x6c\x29\xb1\xb3\x25\xc5\x7e\x3a\xf1\x11\x05\x45\xe0\xdd\x41\x72\xb4\x23\x28\xde\x5c\x25\x2f\x5e\xc8\x94\x75\x43\xb3\x1f\xa4\xba\xa5\xfa\xfe\x35\xc8\x8c\xa5\x81\x3f\x87\xd8\xb8\xed\x01\xfa\xe6\x94\xfa\x2d\xd9\xc1\xc1\x04\xb0\xfb\x4a\xae\x6b\x30\x90\x8a\xe8\xb9\x36\x6c\xba\xd2\x74\xf0\x7a\x16\xc2\xf1\xfb\x97\x3a\xe0\xca\x95\xf3\x2b\x38\xf5\xe5\x0b\xf4\x70\xbc\x37\x58\xb2\x7d\x19\xfe\x5e\xfa\x3c\xbd\x0b\x66\xf9\x54\x6f\xfc\xf6\x79\x87\x83\xa3\x93\x17\x3f\xcd\x92\x68\xb7\xef\x41\x3e\x91\xd5\xa0\x71\xaf\xfc\x6a\x0f\x60\x00\x2b\x54\xbe\xb2\xe9\x38\x9c\x3f\xfb\x69\x6c\x5c\x41\x8b\x99\xb1\x3a\xaf\xb3\x2d\x31\x45\x12\xa9\x50\x14\x4c\xdd\x71\xef\x0b\x72\x44\xce\x3a\xb7\x9d\x9b\xee\xed\x09\xe9\x90\x94\x1a\x6a\xcf\xb7\x62\x33\xc5\x34\x13\x06\xb4\x71\xfb\xb9\x99\x93\xa9\x4c\x59\xc6\x52\xc2\x05\xf9\x90\xcd\x0d\x23\x67\xd4\xd0\x53\x6a\x68\x26\xc7\x6d\xd2\x81\x3f\xed\xc7\x5c\x13\x9a\x69\x49\xa8\xa7\x2a\x96\xfa\x26\xa8\x48\x3d\x67\xa1\x24\x91\xd3\x19\xcf\x82\xd5\x3c\x98\x48\xb8\x48\xf9\x03\x4f\x73\x9a\x11\x39\xb4\x4c\xc5\xaa\xaa\xdd\x07\x26\x4c\x4e\xb3\x6c\x4e\x68\x96\x11\xd7\xad\x7f\xc1\xeb\xf5\x43\x16\x46\xa9\xf9\x94\x67\x54\x59\x5d\x18\x47\x7b\xe9\xda\x22\xb7\x13\x16\xc6\x0a\xe3\xb2\x8b\x39\xa5\xf7\x4c\x13\x6e\xc8\x4c\x6a\xcd\x87\x59\x71\xe4\xef\x7a\x04\xc6\x7d\x7a\xde\x03\xc5\x3a\x31\x44\x22\x0b\xf5\x9d\x3b\x2b\x8c\xef\x71\x4a\x85\x60\xd0\xb1\x34\x13\xa6\x5c\xf7\xee\xe5\xaf\xad\x68\xdf\x5d\xdc\x5c\x75\x4f\x7b\x1f\x7a\xdd\xb3\x45\x4d\xfb\xb6\x73\xf3\xe3\xe2\xaf\x9f\x2f\xaf\x7f\xfc\x70\x7e\xf9\x79\xf1\xc9\x79\xe7\xee\xe2\xf4\x87\xc1\xd5\x79\xe7\x62\xf1\xa1\x23\xab\xb5\x95\xf6\x78\x64\x1b\x1e\xad\x83\x35\x72\x9f\xd6\xc8\xd6\xb7\x6b\x8e\x74\xae\x9c\xf5\x4d\x91\x24\xe3\xda\xd8\x05\x72\x5f\x92\x19\xd5\x1a\x85\x21\x1c\x41\xbb\x2f\x3e\x49\x65\x99\xd6\x48\x5a\xbe\x60\x05\x26\xa3\xf2\xc4\x70\x31\x0e\x1f\x9d\x90\x7e\xfe\xfd\xf7\x7f\x4a\xce\xb9\xb8\x87\x7f\xb1\x97\xb8\x38\x07\x5b\xed\x36\xab\x75\xb0\xd5\xc6\xcf\x5e\x87\xad\xd6\x8a\x39\xc7\xb1\x89\xf6\x69\x82\x7b\xd0\x8d\x6c\x65\x07\x99\x1b\xfb\x4f\xdb\x2f\x19\x29\x39\x05\xa9\xea\x0b\xd7\xc0\x25\x1e\xa5\xba\x1f\x65\xf2\x71\x3d\xd3\xe1\x47\x66\x82\xf1\xcd\x4a\x31\xaf\xc1\x62\xf8\xd9\xcd\x30\x0c\xfc\x23\x33\x76\xec\xd7\xae\x97\x43\x9c\xcf\x21\xce\xe7\xeb\xc6\xf9\xbc\x28\xb3\xdd\xd3\xf3\xbe\xb2\x8d\x0f\x19\x60\x83\x0b\xaa\xd1\xc3\xd4\xe0\x40\x8a\xfc\x43\x4f\xc9\x34\xcb\x5e\x99\x15\x0c\xb3\xe4\xb1\x78\x2d\x4c\xb3\x34\xe8\xe7\x67\x98\xbf\x0a\x87\xca\xc1\x5f\xb2\xe5\x42\xbd\x4a\xbe\xba\xe6\x95\xf1\x6c\xde\x8e\xa7\xe7\xf3\x0b\xb1\x08\x9b\x04\x1f\x6c\x10\x6d\xb0\x76\x78\xc1\x8a\x78\x82\xda\x00\x82\xba\x88\x81\xc5\x10\x81\xda\x98\x80\x9d\x82\x00\x36\xbd\x92\xd6\x77\xff\x7f\x64\xe6\x96\xea\xfb\x57\x77\x25\x95\x06\xfd\xfc\x57\xd2\xaf\xd4\xeb\x7f\x70\xf3\x3f\xe1\xd2\x7d\xeb\x17\xd9\xcb\x75\xe4\xff\x0a\x3c\xf7\x07\x57\xfd\x46\x6b\xf4\x6d\xf9\xe6\xbf\x55\x67\xfc\xeb\xf4\xbe\x1f\xdc\xed\x07\x77\xfb\xc1\xdd\xbe\x86\xbb\xfd\x49\x95\x52\x66\xc9\x4a\x83\xf9\x31\xd6\x6d\xde\xcc\xa4\x5e\xae\x8b\x9d\x2a\x46\x8d\xa5\xe2\xb2\xdd\x8f\x40\x83\x44\xb1\x44\xaa\xd4\xea\x60\x94\xcc\x26\x54\x33\x62\x14\x15\x9a\xaf\xd2\xc3\xb0\x55\x30\xb4\xd9\x76\x5e\x83\x0a\x56\xb2\x0a\xc2\xa8\x9f\x4b\x01\x1b\xca\x74\xe1\xcc\xe0\x71\xaa\x7b\xb2\x9c\xd7\xef\x6d\xea\x90\xa1\xb9\xce\xcc\x9f\x90\x9a\xed\xbd\xb2\x25\x35\x97\x4d\x06\x7b\xa1\x66\xd0\xd1\x5f\x0b\x35\x97\x0c\x0a\xbf\x2e\x6a\xae\x9b\xfa\x4b\xa0\x66\xef\x8d\xde\x92\xa2\x17\x9d\xd9\x7b\xa1\xea\xe0\x41\x7e\x2d\x94\xbd\xe0\xf2\xfe\x75\x51\x77\xd3\xf4\xbf\x2e\x85\x07\x43\xf8\xbe\x68\x7b\x35\xe1\x86\x05\x78\x0d\x44\x1b\x06\x8b\x63\xff\xd5\x50\xeb\xc2\xbc\x5f\x08\x99\x1e\x2b\x86\xd9\x86\x1b\xd1\xeb\xb5\xfb\x68\x63\x8a\xf5\x1f\x1e\x68\xf6\x35\xd1\xac\xdf\xb5\x97\x43\xb5\x4d\xe1\x74\x9b\x67\xe0\x2e\x89\x91\xd3\x64\x4a\x4d\x32\xb1\x0f\xd1\x3f\xb7\x26\x4c\x4b\x91\x72\xfb\xaa\xa8\xfb\x39\xf2\x6c\xbf\x6d\x4b\xfc\xc1\x02\xff\x2b\x84\xc3\x7a\x31\xe1\xe2\x87\x14\x95\x3d\xa6\xa8\x70\x7d\x48\x51\x39\xa4\xa8\xac\xbb\x40\x87\x14\x95\x43\x8a\x4a\xf4\xec\x75\xa4\xa8\x3c\x7d\x76\xca\x7e\x52\x50\x5e\x95\x10\x7d\x10\xa0\x0f\x02\xf4\x21\xcf\x24\x4c\x6d\x5f\x0c\xcc\x7f\xfd\x26\x65\x19\x33\x6c\x29\xfb\xb9\x65\x6a\x6a\x75\x83\x12\xf4\x75\x8d\xd3\xa0\x40\xd5\x0a\x14\x04\xe6\x8d\x65\x7c\x29\xb4\xfd\x3a\xb9\x53\x18\xfe\x21\x2d\xee\xc0\xae\x0e\xec\x6a\x9b\xa9\xbd\x1c\xab\x6c\x74\x98\xbf\xaa\x59\x36\x02\xd2\x1e\xf0\x74\x3f\x58\xda\x41\x6c\x8c\x91\xb4\x8b\xa5\x28\x81\x19\x6f\x67\xa4\x2d\x60\xa9\x7b\xe9\xab\xb0\xd3\x5a\x3e\x92\x76\x21\xea\x2e\x84\x0c\xaa\x03\xa4\xf6\x01\x52\x7b\xfd\xb9\x1e\x2c\x84\x7b\xb4\x10\x1e\x20\xb5\x0f\x36\xb0\x83\x0d\xec\xe9\x6d\x60\x5f\xcb\xa0\xfd\xcc\xc7\xf2\xb9\x44\xb4\xed\x02\x93\x44\x4a\x14\x1b\x73\x6d\x98\xb2\xab\x57\x2b\x94\xad\x8e\x54\x7a\xad\x45\xa2\xd6\x8e\xfb\x88\xbb\x7d\xf3\x6f\x6b\x0c\xff\xda\xdd\xa2\x70\xd4\x87\x34\x0d\x15\x61\x40\x74\x9a\xd2\x39\x99\xd0\x07\x46\x46\x94\x67\xa8\x18\x39\xee\xb8\x64\x86\xcb\x06\xf4\x7f\x36\x1b\x10\x2d\x0f\x47\xb1\x11\x53\x4c\x24\xc8\xed\x51\xf8\x49\x68\xe6\x53\x41\xe0\x9d\x89\x55\x53\x33\xc5\x68\x3a\x27\x43\xc6\x44\x20\x9b\x1a\x49\xa1\x61\xcc\x7b\x11\x5a\xbf\xba\x9a\xb6\x48\x3d\x2f\x45\x49\x7b\x92\xe8\x99\x7a\x96\xb0\xbb\x72\xa6\xff\xf8\xba\x58\xc5\x21\x88\xe6\x60\x54\xfb\xfa\x46\xb5\x43\x10\xcd\x41\x45\x7e\x01\x2a\xf2\x21\x88\xe6\x10\x44\x73\x30\x20\xac\xbd\x5a\x07\x03\x42\xfc\xec\x75\x04\xd1\x3c\x61\x05\xe7\xe7\x92\xb0\x0f\x02\xb6\x7f\xef\x20\x60\x1f\x04\xec\x6f\x54\xc0\x7e\x19\x2b\x7c\x90\xae\x0f\xd2\xf5\x41\xba\x3e\x48\xd7\x07\xe9\xfa\x20\x5d\xbb\xaf\xf6\x29\x5d\xc3\xbf\x3c\x34\xeb\xce\x11\xeb\x9b\x7b\xb9\x3e\x32\xf3\x5a\x5d\x5c\x07\x91\xfa\x20\x52\xbf\x6c\x91\xfa\xc5\x4c\xe8\xdb\x83\x5a\x3c\x80\x15\x1e\xc0\x0a\x0f\x60\x85\x4f\x0b\x56\xe8\xbf\x7e\x33\xcb\x97\xcb\x22\x77\xb3\xd4\xe7\xae\x68\x43\x4d\x0e\x6a\xdf\x1a\x72\x09\xe9\x18\x32\x95\x56\x09\x12\xac\xf4\x8e\x67\x40\x18\xd1\x31\xe6\x0f\x4c\x10\x1f\xa3\xdd\x72\xd7\x4c\x0b\x2c\x11\xff\x0a\xa7\x03\x93\x66\xa8\x21\x94\x18\x3e\x65\x6d\xd2\x1b\xe1\x69\x4e\x2c\xf9\x6b\x66\x74\x25\x0c\x08\x49\x13\x3e\x12\x69\x31\x56\xdf\x37\x2f\xa2\x42\xf0\xb5\x96\x67\x86\x79\x66\x90\x35\xfa\xc6\x1f\x79\x96\xd9\x31\x38\x0e\x02\x27\x61\xca\x54\xe6\xbf\x2c\x75\xeb\x5f\x9e\xd2\xd4\x9e\xdc\x68\x08\x45\x76\x4f\xfc\x3e\xdc\xb9\x5c\x87\xb8\x96\xd2\xf7\xf8\x75\x9b\x38\x25\x1c\x41\xc5\xd6\x1a\xc6\x84\xa6\xf6\x04\x26\x13\x96\xe6\x19\x23\x54\x6b\x99\x70\x6a\x2c\xb7\xc2\x3b\x9a\x70\xe3\x55\x76\xff\x92\xef\x3a\xe5\x9a\x0e\x33\x96\xba\x35\x66\x45\x98\xcd\xd2\x91\x73\x4d\x86\xcc\x2e\xb1\xe5\x23\xe5\xd5\x9f\xa0\x84\x50\x33\x9a\x68\x28\x6c\x71\x24\x4c\xe0\x40\x96\x48\xb8\x48\x9c\xaf\x55\xc8\xc5\xd1\x1f\x72\x9f\x0e\x22\xef\x41\xe4\xdd\x68\x42\xdf\x94\xc8\xfb\x82\x42\x03\x3d\x43\xfa\xaa\xa1\x81\xe0\x40\xb4\x9c\x7f\x10\x2c\x84\x7a\x3b\xe3\x49\x30\xc2\x7e\xf2\x4d\x76\x42\x8b\xa7\x52\x8c\xf8\x38\x57\x4e\xe0\x76\xd2\xf0\x0a\x2f\x65\x4d\x3b\xaf\xe2\xc6\xa9\x1f\xfa\x73\x5d\x3c\x9b\x28\x74\xe4\x88\x58\xb1\x7b\x70\xdd\xbd\xb9\xbc\xbb\x3e\xed\x9e\x90\xce\x6c\x96\x71\xf4\xb2\x24\xb9\x36\x72\xca\xff\x61\xa7\x81\x40\xc2\x81\x73\x3b\x31\x44\x83\xc0\x01\x6e\x1d\xab\x26\x91\x23\x72\x7a\x7e\x77\x73\xdb\xbd\x6e\x68\xd0\x11\x01\xd4\x32\x62\xd3\x59\x06\x52\xc9\x7d\x3e\x64\x4a\x30\xc3\x34\x49\xb2\x1c\x62\xcc\x83\xb3\x07\x1b\xed\xfe\x57\xf7\xf4\xee\xb6\x77\x79\x31\xf8\xeb\x5d\xf7\xae\x7b\x42\x3c\x35\xd9\x66\xed\xb8\xec\x28\xd2\xb9\xa0\x53\xab\x8b\x96\x11\x8f\x7f\xc9\x59\x0e\x42\x10\x1f\x8b\x29\x13\xa6\xda\xa2\x1f\xf0\x79\xe7\x7d\xf7\xbc\xdc\xf2\x84\x91\x1f\xff\x52\x0c\x2a\xa3\x43\x96\x39\xef\x13\x38\x57\x2c\xc3\x2e\x3a\x72\x6e\xa9\x1c\xd5\xda\xbf\xde\x75\xce\x7b\xb7\x3f\x0f\x2e\x3f\x0c\x6e\xba\xd7\x3f\xf5\x4e\xbb\x03\xa7\x60\x9c\x76\x6c\xbf\xa5\x9e\x9c\x1e\x42\x7e\xc9\x69\x66\x15\x55\x39\x02\xd7\x0e\x4f\x18\x79\x9c\x30\x41\x72\x01\x34\x86\xda\x2f\xe8\x02\x71\x12\x3b\xce\xe8\xea\xfc\xee\x63\xef\x62\x70\xf9\x53\xf7\xfa\xba\x77\xd6\x3d\x21\x37\x2c\x03\xfd\xd0\x2f\x3a\xec\xe2\x2c\xcb\xc7\x5c\x10\x3e\x9d\x65\xcc\xae\x06\x1e\xc7\x21\x9b\xd0\x07\x2e\x55\x49\x47\x80\x75\xb4\x24\xf4\xd5\x0d\xd9\x25\x0a\x5d\x54\xf5\xaa\x24\xb7\xf8\x46\x85\x7e\x96\xbd\x50\x22\x87\xc5\x17\x57\x6d\xeb\xe2\x17\x95\x7d\x59\x5b\x21\x2d\x4f\xfa\xd9\x6e\x03\xcb\x44\xd2\x81\x37\x4c\x1c\xff\xb3\xc4\x4c\xfe\xf5\x64\x48\x31\x24\x4a\x6f\x75\xb7\xc3\xaa\x8a\x9b\xc5\x07\xaf\xe1\x4e\x88\x87\xfb\x35\xf9\xff\x9e\x64\xae\x57\x62\xef\xd9\x5c\xd4\x3d\xa8\x6c\x07\x95\xad\x7e\x65\x0e\x81\x3f\x0d\x2b\xbc\xaf\xfb\x68\x1b\x13\xe9\x88\xb3\x2c\xd5\x0b\x36\xae\xd2\x7d\xb2\xd2\x9e\xf5\x7a\xaf\x92\xe7\xb5\x68\x6d\xa2\x58\x5c\x07\x4f\x90\x73\x0d\xd9\xdd\x9a\x32\x43\xa1\xb2\xa9\x91\x24\x87\xa1\x1f\xae\x27\xf7\x7f\x87\xeb\xe9\x70\x3d\x1d\xae\xa7\x5f\xab\x49\xb0\x86\xa5\x7f\x55\x9b\xe0\x2a\x2d\x70\x27\x88\xa7\x1a\x83\xe1\xa2\xf6\xa7\x89\x9e\x50\x85\xc5\x7c\x12\x39\x9d\x4a\x11\x05\x17\xcc\x67\xac\x45\x82\x0b\x13\x8c\x3f\x30\x8c\x55\xf6\xc4\xa2\x1b\xfe\x3a\x2c\x89\xd1\xba\x3c\x47\xe2\xc3\x41\x73\xf4\xff\xb7\xe9\xd5\x7c\x00\xc9\x3a\x80\x64\x1d\x72\x14\x0e\x20\x59\xcb\xa9\xe5\x10\x85\x7f\x88\xc2\x8f\x9f\x1d\x40\xb2\x5e\x10\x48\x96\x90\x29\x1b\x54\x40\xf1\xc3\x9f\x83\xaa\xdf\xa3\xf4\x24\x76\x82\x94\x1e\x14\x69\x09\xd0\x3a\x4f\x77\x4f\x4b\x28\x97\x27\x5e\xe5\x24\x89\x0b\xda\xbe\x70\x81\x77\x94\xcd\x0d\xe3\x69\xb6\x58\x89\xf7\x19\x22\xb5\xea\x36\xfa\x5b\x34\xb2\xd4\x90\xed\xc1\xe2\xb2\x72\xa1\xbe\x55\x30\xeb\x82\x2f\xbd\x22\x37\xc1\x7a\xcc\xdb\x03\xfe\x0f\x1a\x58\x78\xfd\xf3\xc0\xc8\xeb\x1f\xef\x8a\xe1\x50\xe6\xdd\xdb\x62\x37\x94\x78\xe3\xeb\x30\x63\xc4\x23\x7e\x0e\x43\xc6\xd2\xdd\xff\xe6\xf8\xfa\x32\x5a\x3e\x70\xf7\x35\x97\xeb\x5b\xe5\xf1\x07\x7b\xc6\x3e\xed\x19\xad\x6f\xd7\xa0\x71\xc0\x5c\x58\xb2\x38\x07\x6b\xcf\x36\xab\x75\xb0\xf6\xc4\xcf\x9e\xd3\xda\x83\xbe\xdb\xc1\x8c\x2a\x26\x4c\x8d\x7c\x5f\xbd\xd9\xe0\xf5\xc8\x56\x1f\x04\x20\x68\x00\x05\x57\x27\x1b\x84\x5b\xf3\xdb\x32\xff\x38\x19\x65\x80\x22\x4e\x94\x0b\x71\xfc\xcf\xe2\xdf\x91\x02\x11\xfd\x58\xe3\x03\xdd\x20\x84\xc9\x47\xd9\xb3\xb4\x10\xbb\x8a\xc6\x6b\x42\x9b\xdc\x18\x8e\xbc\x30\x56\x78\xf3\x57\x46\x3a\x5d\xe1\xa7\x67\xf0\xe5\xeb\x4a\xaa\x68\x18\xfa\xf3\x46\x40\x2d\x52\xc2\x7a\x07\xcb\xeb\x11\x1c\x93\x06\x1e\x27\x1c\xc4\x03\x80\x70\x82\x2b\x34\xda\x70\x9f\x8e\x49\x21\x6f\xa2\x49\xd6\x7a\x6e\x31\x72\x81\xdc\xd7\x9b\xb8\xa3\xd1\xd7\x3b\xef\xaf\x1e\x1a\xb2\x82\xee\xbf\x6a\x98\xc8\x12\x9e\xb9\x9f\x08\x91\xe7\xe3\x8f\x1f\x99\xf9\xf6\x98\xe3\x47\x66\x9e\x8b\x33\x6e\xcb\x0e\x97\xb2\x84\xa2\xe2\xc4\x0b\xe1\x06\xdb\xb1\xbe\xd7\x35\xc7\x43\xfa\xe0\x21\x7d\xf0\x90\x3e\x18\xbf\x71\x48\x1f\xdc\xb5\x26\xf3\x19\xbc\xf2\x8c\xd7\x39\x76\xf8\xed\xdd\xe8\x38\xaf\xc3\xa5\x7e\xb8\xd4\x37\x9b\xe3\x4b\x55\x63\x3c\x3d\xbf\x04\x35\x66\x23\xd4\x0b\xf4\xec\x16\xd5\xcd\x3c\xf9\xaf\xf4\xde\x5e\xf9\xce\x5e\x0f\x13\xd2\x4f\xcd\x67\x76\xf1\x51\xf9\x75\x3f\xb8\xa8\x0e\xb0\xe0\x07\x17\xd5\xc1\x45\x75\x70\x51\xb9\xa7\xdf\x04\x2c\x78\x50\x32\x56\x96\xaa\xbd\x2e\xea\xd3\xd6\x84\x9b\x54\x6f\x62\xff\xf6\xd5\x82\x84\xfb\xd2\x2f\x63\x3f\xf2\xe7\xd2\x01\x5e\x8a\xe4\x58\xcc\xfb\x45\xc8\x8a\xc7\xff\xac\x04\x73\x2f\x78\xfc\x74\x3e\x9d\x52\x35\x87\x7b\xcb\x85\x36\xb7\x61\x42\x6d\x37\xa3\x08\x36\xd8\x5d\x4b\xc3\xdc\x44\x91\x58\xda\x12\xf2\x8c\x29\x33\x8f\xde\x04\x2e\xfa\x1f\x7d\xc1\x0b\xf0\x52\x3e\x16\x52\xa1\x71\xc7\x7e\x3c\xa1\x22\xcd\xec\x39\xd0\xa1\x9d\x84\x0a\x21\x0d\xdc\xfe\xe0\x36\x48\xc9\x03\xa7\x28\x2b\x74\xae\x7a\xa5\x73\x52\xef\xa7\x5c\xeb\x4c\x95\x5c\x8c\xaf\xe8\x44\x3d\x37\x2c\xe8\x41\x23\x8c\x57\xff\x6b\x1d\x64\x43\xf5\x7d\x35\xdd\xa3\x1c\x45\x3c\x58\x9a\x00\xb2\xe2\xdd\x12\x2e\xd6\xf2\x57\x2b\x49\x22\xe5\x67\x2e\x6d\x04\x1e\xc3\x90\xab\xe3\xf0\x3f\xc6\x1d\xfa\xdf\x8a\x96\xfd\x2f\xbe\x3a\x06\xfc\xa8\x98\x51\xf3\x01\x35\xc6\x32\x95\xdd\x33\x53\xca\x96\xf3\x15\x99\x29\xb7\x54\xdf\xbf\xca\xcc\x94\xf2\xc0\x9f\x9c\x59\xac\x49\x93\xdf\x5c\x4c\xf3\xba\x27\xec\x10\xdf\xbc\xc5\xd2\x7d\xab\xb1\xce\xcb\x58\xe8\x8b\x19\x61\x85\x8b\x7f\x8b\x27\xb7\x7c\x27\x1d\x8e\xe8\xb2\x35\xfa\xe6\xc0\xc2\x2b\xa2\xc6\x8a\xb9\xbd\x12\xd0\xf0\xaa\xb4\xb4\xef\x51\x3d\x8d\x6d\x39\xda\x8d\x43\x95\x9f\x43\x95\x9f\x43\x95\x9f\xa7\xae\xf2\xb3\x9e\xa6\xb9\xb6\x9a\xb9\xae\x8e\xb9\x9e\x82\xd9\xac\x5d\xee\x90\xd2\x5a\x56\xfa\xb6\x4d\x69\x2d\x29\x55\xaf\xc2\x35\x5a\x1a\xf1\x73\xa4\xb4\xfe\x4a\xf5\xc0\x83\x12\xf8\x24\xeb\xf6\xad\x6a\x80\x2f\x5c\xfd\x3b\x24\xe3\xee\x31\xd2\xe1\x1b\x06\x17\x3b\x04\x3a\x2c\x59\x9c\x43\xa0\xc3\x36\xab\x75\x08\x74\x88\x9f\xbd\xb8\x40\x87\x66\xcd\x81\xa7\xbb\xa6\x53\xd5\x89\xec\x85\x40\x5b\x42\xe8\xdc\x5e\x7c\xef\xa5\xaf\x42\x6e\x8f\x10\x75\x83\x99\x43\x3d\x87\xfc\x7e\x40\x88\x3d\x20\xc4\x1e\x84\xb8\x5f\x93\x10\x77\x90\x53\xb6\x59\xad\x83\x9c\x12\x3f\x3b\x20\xc4\xbe\x20\x88\x10\x2b\x38\x95\x92\x44\x56\x06\xa5\x9e\x2a\x06\xe1\x73\x22\x0d\xa9\x22\x84\x56\x05\xb0\x65\xd2\x15\x36\x60\xe5\xab\xd7\x20\x5c\xd9\x71\xe2\x88\xd7\x88\xa6\x8b\x3b\x7c\xf3\x6f\x6b\x0c\xfc\xda\xdd\x95\x70\xa0\x87\x34\x0d\xb5\xd0\x41\x40\x9a\xd2\x39\x99\xd0\x07\x46\x46\x94\x67\x68\xa6\x72\x3c\x70\xc9\xdc\x96\x0d\xe8\xff\x6c\x36\x20\x5a\x1e\x4e\x91\x01\x66\x79\x3a\x8a\x38\x09\xcd\xbc\x93\x0a\xde\x81\x42\xed\xae\x2c\xfe\x90\x31\x11\xa5\x13\xad\x3b\xe6\xbd\x88\xa6\x5f\x3d\x14\x30\xa6\x9b\xaf\x1a\xdd\x0b\x27\xbc\xb1\xc8\xe5\xfe\x74\xae\x5d\x14\x2d\xfd\xc7\xd7\xc2\x0a\x9e\x43\xad\xfa\x86\x5d\x1f\x07\xf7\xc6\xaf\xb3\x26\xd6\x8b\x11\xc9\x0f\x8a\xee\x1e\x15\xdd\x43\x5e\xe6\xc1\x5d\x71\x30\x03\xac\xbd\x5a\x07\x33\x40\xfc\xec\xf5\xb8\x2b\x9a\xa5\xe7\xed\x4a\xc4\x3f\xa1\x1c\x7d\x10\xa3\x0f\x62\xf4\x41\x8c\xfe\x66\xc5\xe8\x97\xb1\xc2\x07\x19\xfa\x20\x43\x1f\x64\xe8\x83\x0c\x7d\x90\xa1\x0f\x32\xb4\xfb\x6a\x2f\x32\x34\xfc\xcb\x67\x73\xef\x27\x75\x7b\x3d\x8f\x94\xcb\xdd\x7e\x2d\xc2\xf3\x41\x70\x3e\x08\xce\x2f\x5b\x70\x7e\x31\x13\xfa\xf6\x12\x36\x0f\x29\x8f\x87\x94\xc7\x43\xca\xe3\x57\x48\x79\x0c\x25\xf6\xb6\x28\xa3\x53\xfa\xcd\x37\xf4\xdc\xc5\x75\x5a\xfe\x9a\xb2\x24\xea\x07\xb1\x51\xa9\x9d\xcf\xee\xa3\xd7\x05\x3b\xbd\x38\xea\x43\x81\x1d\x12\xed\xda\xa1\xc0\xce\x13\xce\xdb\x9f\xb3\x15\x33\xf7\x34\x8a\xa6\xc4\x57\x3a\xed\xaf\x1e\x73\xd5\x7c\xd2\xbf\x6a\x04\x56\xed\xcd\xb1\x90\xfd\x52\x14\x68\x7e\xfe\xba\x42\xbb\x5c\x0d\x1f\x99\xf9\x56\xee\x85\x43\x6d\xa1\x43\x19\x82\xad\x4b\x2f\x6f\xc4\xe1\x5f\xd7\x14\x0f\xe5\x93\x0e\xe5\x93\x0e\xe5\x93\xe2\x37\x0e\xe5\x93\x5e\x40\xf9\xa4\x5d\xa4\x16\xec\xfe\x5b\x11\x5c\x0e\x25\x94\x0e\xb2\xcb\x41\x76\xa9\x9d\xe2\x0b\x54\x4a\x5f\x44\x81\xa8\xa0\x94\xee\x0b\x8b\x21\xf6\xbd\x06\x66\xbc\x57\x48\x06\xbf\x92\x07\x58\x06\xf7\x7f\x07\x58\x86\x75\x26\x77\x80\x65\x38\x44\xda\x1d\x60\x19\x0e\xb1\x64\x87\x58\xb2\x03\x2c\xc3\x6b\x81\x65\xf0\x02\xd4\x3e\xa0\x19\x6a\x84\xb1\xd5\xf0\x0c\x9f\x17\x35\x83\x17\x2b\x68\xf9\xb1\x1e\x60\x1a\x0e\x30\x0d\xbb\xd2\xce\x8b\xd0\xc9\x9e\x04\xae\xa1\x86\x0d\xec\xaa\x88\xbd\x0e\xd8\x06\x3f\xda\x43\xce\xd9\x21\x74\xf6\xe5\x87\xce\xbe\xb8\x9c\xb3\x17\x23\xb6\x1f\x94\xe1\x3d\x2a\xc3\x87\xb4\xb3\x43\xda\xd9\xc1\x54\xb0\xf6\x6a\x1d\x4c\x05\xf1\xb3\xd7\x91\x76\xb6\x5a\x9a\xde\x0b\x7c\xc3\x53\xc8\xd5\x07\xb1\x1a\xdf\x3b\x88\xd5\x07\xb1\xfa\x1b\x15\xab\x5f\xc6\x0a\x1f\x64\xea\x83\x4c\x7d\x90\xa9\x0f\x32\xf5\x41\xa6\x3e\xc8\xd4\xee\xab\xbd\xc9\xd4\xfb\x85\x73\xd8\xd0\x8b\x15\x65\xa5\xbc\x26\x61\xfa\x20\x48\x1f\x04\xe9\x97\x2d\x48\xbf\x98\x09\x1d\xa0\x1d\x0e\xd0\x0e\x07\x68\x87\x03\xb4\xc3\x36\x52\xcd\x6f\xdc\xa9\x7c\x13\x5d\xc4\xe1\xc6\x7e\xf3\x3e\x93\xc3\xdb\xf9\x8c\xd9\xff\x9e\xf1\x29\x13\x1a\xc4\x47\x6e\xe6\xb1\x14\xd3\xb0\xf2\x8b\x6b\xfe\xe6\xa6\x77\xf1\xf1\x3c\xce\x11\x7a\xf3\xe9\xee\xfc\xb6\x77\xd5\xb9\x0e\xeb\x12\x66\x15\xaf\x85\xfb\xae\x24\x88\x9d\xca\xe9\x8c\x2a\xae\xa5\xe8\x7e\xb1\xa7\xd3\x0e\xed\x12\x44\x1f\xa9\xb6\x1b\x5d\xf7\xaf\xf1\xc8\x2e\xca\x7f\x7e\xbc\x2d\xff\x55\x9a\xc5\xf9\x6d\xf9\xaf\xee\xd2\xd9\x44\x0d\x57\xd9\xd9\x11\xf9\x78\x7b\x42\x3e\x42\x08\x86\x22\xb7\x13\x8a\x2c\xe9\xfc\xf6\x84\x9c\x33\xad\xe1\x97\xe2\x63\xc3\x4d\x06\x73\x7b\xcf\x05\x55\x73\xe2\xa7\x8f\xd9\x73\x14\x6c\xb3\x7e\x69\xaa\x8b\x27\xfe\x9e\x0b\xd0\x1e\x8a\xd5\x3b\x97\x63\x9e\xd0\x6c\xb7\x45\xec\x5c\xc4\x07\xe9\xcd\xe5\xf5\xd2\xa5\x88\xdf\x5e\x5c\x8b\xce\xc5\x19\xe4\xf2\xf9\xa1\xd6\xcc\xfc\x82\x69\xc3\x52\x2b\x8d\xa4\x48\xbc\xc0\xcf\xe6\x91\x94\xf2\x77\x09\xd9\x7d\xb9\xb6\xb2\x73\xe7\xe2\x8c\x1c\x93\xcb\xeb\xbe\xb8\x54\x29\x1a\x6f\x98\xbd\xde\x91\xeb\x72\x4d\x84\x34\x84\x4f\x67\x52\x19\x2a\x8c\x95\x6c\x80\xb1\xb9\x15\xd1\x84\x2a\x46\x4e\xe5\x74\x9a\x1b\x6a\xf8\x03\x5b\x58\x54\x81\x1a\xd9\x0d\x33\xbd\x14\xcc\xc1\x35\x6b\x88\x9c\xaf\x98\xcb\x4c\xd9\xf6\x2d\xd7\x2d\xeb\x02\x3c\x5d\x90\xcd\x7d\x13\x54\x29\x5a\xe6\x8f\x6f\xb8\x61\xd3\xea\xfb\x6b\x86\xed\xfd\xab\x56\xd1\xb1\x57\xc2\xb9\xa4\x29\x17\x63\x4c\xa7\x3c\xe7\x86\x29\x9a\x7d\xa2\xb3\x0f\xde\xda\xb4\x05\x7d\xfc\xdf\x9b\x52\x26\xdf\x9b\x9f\x3b\x9f\xe2\x5c\xc0\x37\x57\xd7\x97\xb7\x97\x4b\x69\xa6\xd4\xc2\x22\xd1\xd8\xc7\x27\xf0\xbf\xe4\x98\xd8\xd6\xc3\xcd\x35\x65\x86\xda\x1b\x9d\xbc\xc5\xc4\x9d\x10\xde\xcf\x45\x06\x34\x32\x53\x7c\xca\xed\xbe\x3a\x95\xf9\x1d\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\xc8\xc4\x98\x99\x3e\x39\x3e\x7e\x7c\x7c\x6c\xdb\xb7\xdb\x52\x8d\x8f\xed\x3f\x8e\x98\x68\x4f\xcc\x34\xc3\x8c\x53\xbb\x0a\x27\xe4\x4a\x49\x23\x41\x80\x20\x9a\x29\x4e\x33\x48\x0d\x1c\xe2\x69\x97\x23\xf2\x3f\x89\x54\xac\x5d\x6c\xcc\xff\x90\x28\x99\x75\x64\xef\x59\x9e\x66\xc7\xf6\xa5\x9a\xa3\x53\xdd\x4f\x92\xb2\x84\xa7\x4e\x90\x62\x22\x91\x29\xd8\x9f\xf0\x19\x17\x21\xdb\x89\x39\x57\x4e\x58\xce\x48\xd8\xa0\x29\x23\xf4\x81\xf2\x0c\xf3\x9a\x25\x9a\x0c\x71\x9d\x99\xd2\x6d\xd2\x17\x3d\x14\x3b\x73\x2b\x62\x43\xf0\x1d\x28\x92\xfe\xdd\x99\x9d\x71\x22\x33\x32\xcc\x47\x56\x44\x8b\xae\xa5\x96\x15\x47\xb8\x26\x8a\x25\x72\x3a\x65\x02\xad\x8a\xb6\x21\xf8\x12\x96\xcc\x0d\xb7\xdd\x17\x40\x00\x56\x4e\x01\x12\x48\x25\x9c\x6c\xc1\xac\xba\x22\xe6\xd8\xcd\x30\x1f\x95\x5c\x55\x46\x12\xc5\x68\x4a\xb8\xe9\x8b\x4e\x66\x15\xdb\xa9\x34\x2c\x8e\x22\x04\xbb\x76\x69\xc5\x81\x23\x28\x36\xcb\x68\xe2\xb3\x32\x33\x99\xd0\x8c\x8c\x78\xc6\x5c\x71\xf5\xa8\x81\xb7\xa0\x6b\xd9\x45\xe3\x9a\xa4\xf2\x51\x64\x92\xba\x79\x54\x3f\x7b\x57\x66\x2e\x5d\x9f\x97\xdc\x55\x4a\x2a\xf8\x9f\x1f\xb9\x48\xb7\x3b\x84\x77\x17\x3f\x5e\x5c\x7e\x2e\x9d\xc3\xbb\x9b\xee\x75\xfc\xf7\xcd\xcf\x37\xb7\xdd\x4f\x4b\x0f\x62\xb5\x95\x82\xb4\x60\x78\x20\x83\x9f\x90\x1b\x5c\x04\xa9\x88\xd5\xaa\x1a\x26\xf5\xc9\xd1\x52\xf1\x83\x4c\xd9\x76\x73\xfb\xd4\xb9\xb8\xeb\x94\x58\xca\xcd\xe9\x0f\xdd\xb3\xbb\xf3\x92\x84\xe7\xe7\x17\xfd\x72\xdd\x45\xf9\x2d\xfe\xed\xf4\x87\xde\xf9\xd9\x20\x48\x7c\xcb\x56\xa3\xd2\x6f\x95\x31\xdd\x22\x03\x9a\xc8\x94\x0c\xe7\x71\xe6\x60\x91\x70\xfe\x48\x35\xc9\xc0\x33\xc2\x52\xaf\x8c\x60\xab\x27\xc0\x87\x7c\x2a\x7b\xf1\x85\x15\xee\x5b\xee\x1d\x48\x3c\x47\x3d\x88\x9a\x72\x26\x7b\xdc\xb0\xed\x9d\x8a\x48\xa9\xc0\x14\xf7\xb0\x46\x56\xed\xd1\xf6\xc5\xdc\x1e\x60\xc5\xc7\x63\xd0\xf1\x2b\x43\xc5\xd6\xdc\xa7\xb0\x92\xf0\x1d\x6e\xf5\x4c\x49\x38\xd2\xb6\x5b\x67\x1c\x0a\x1a\x04\x7e\x08\x20\x05\xe5\x16\x15\x05\xe5\xa0\x66\x68\x7e\x5f\x4e\xd0\xa4\xdb\x30\x2d\x38\x7a\x45\x88\x2f\xb0\x28\x8d\xa6\x89\x99\x62\x0f\x5c\xe6\xd1\xa7\x0e\x4f\xa1\xb4\xb9\xb5\xcd\x17\x0b\x00\xcb\x86\x0a\x4c\xd1\x4c\x99\x9a\x7b\x97\x37\x46\x51\xc3\xc6\xf3\x33\x77\xb2\xb7\xa7\xe2\xb3\xcb\xcf\x17\xe7\x97\x9d\xb3\x41\xb7\xf3\xb1\x7c\x30\xc3\x93\x9b\xdb\xeb\x6e\xe7\x53\xf9\xd1\xe0\xe2\xf2\x76\xe0\xdf\x58\x4a\xae\x0d\x1d\x2c\xde\xa7\xe5\x17\x4f\x88\xe5\x8c\xc0\xc1\x3c\xf4\x52\xc4\xc6\x86\x6c\x24\x15\xb2\xe3\xa9\x77\x02\x02\xe7\x27\x61\x65\x59\x8a\x4a\x76\x79\x16\x27\xa0\x81\xd6\x35\x89\xc6\x25\xa3\x18\x9d\x02\x3b\xa7\x82\x74\x45\x7a\x74\x39\x3a\xba\xc1\x1f\xa7\x54\xdd\x33\x15\x3e\x7d\x54\xdc\x18\x06\x36\x71\xee\xcc\xe5\xa0\x21\xc3\x90\xed\x7d\x03\x41\xde\x45\x07\x6d\x72\x6d\xd9\xb3\x7d\x3f\xdc\x3d\x96\x50\x53\x66\x28\xcf\xb4\x1b\x6c\x69\x5d\x4f\xc8\x39\x55\xe3\x42\xdf\x7d\x2b\x47\x23\x6c\xec\x1d\x0e\xc3\x5e\x35\xa5\x59\xd4\xb0\x48\x4b\x1a\xfe\xfa\x82\xfe\xdc\xcb\x41\x4a\x5b\xa4\xaa\xbb\xd9\x6e\x34\x75\x77\x05\x2b\x7e\x79\x31\xe8\xfe\x57\xaf\xa4\xb1\xb8\x27\x35\xb4\x06\x13\xc7\xc7\xcb\xef\x82\xfa\xb6\x17\xc9\xa9\xfc\x62\x0d\x39\xe5\x33\xbf\xf3\x23\xab\x03\xd5\xd0\x12\xfb\xc2\x0d\x6e\x4c\x3c\xee\x0a\x09\x15\xcd\x80\x19\x83\xce\x66\x8c\x5a\x01\x64\x71\xb7\xcb\xe2\x5a\xc3\xde\x63\x4f\x71\x1f\x6e\x93\x7d\x3f\x2d\x22\x45\x36\x8f\xef\xfa\x0a\x45\xae\x41\x03\xd8\xd6\x02\x05\x5c\x01\xb0\xc8\xe5\x03\x53\x8a\xa7\xec\x13\xd7\x56\x95\xc1\x1f\xdf\x3b\x74\x91\xed\x08\xe2\x43\xa7\x77\x5e\x91\x01\x06\x67\xdd\x0f\x9d\xbb\xf3\xe5\xea\x78\xe9\xbb\x1a\xd8\x9b\xa8\x9d\x13\x7b\xeb\x3b\xdb\x1c\xdc\x0e\x47\x1e\x33\x85\xa5\xe1\x42\x2b\x43\xa6\x54\xb8\xea\x15\xda\x8f\xdd\x7f\x6e\x0c\x35\x5b\x92\x7f\xe7\xf4\xb6\xf7\x53\x49\x6d\xef\x5c\x9f\xfe\xd0\xfb\xa9\x4e\x2e\x18\x7c\xec\x5e\x74\xaf\x3b\xb7\xdd\xe5\x54\x5f\x69\xb2\xee\xce\xd7\x76\xc0\x55\xff\x01\xd7\xc1\x05\x6e\xc9\x5a\xc9\x8c\x70\xa3\xc9\x03\xd7\x7c\xc8\x01\xa6\xc6\xd9\xe2\xef\x7a\xc0\xf4\xc0\xb9\xc9\xcd\xdc\x4b\x05\xd8\xef\x09\x79\x3f\xf7\x6b\xd8\x02\x26\xe7\xda\x47\x3d\x35\xb6\xd0\x27\x56\xab\xc1\x5b\xcf\x4f\xfa\x84\x74\x54\x32\xe1\x0f\xa0\xf7\x44\x9f\x09\x2b\x8a\x8a\x31\x53\x38\x1c\x30\x40\xc6\x63\x89\x9e\xdb\x51\xc5\x32\x40\xb1\x6a\x41\xec\x1b\x33\x61\x75\xe7\xb8\x13\x94\x4f\x14\x13\xdf\x59\x51\x66\x96\xf1\x84\x9b\x6c\x4e\x12\x30\x7a\xa4\x56\x50\x9c\x52\x41\xc7\xee\xce\x05\x45\xa1\x42\x12\x7f\x45\x2c\x9f\xcb\x91\xb3\x6e\xdd\x72\xb6\xe5\x09\xb8\xbb\x38\xeb\x7e\xe8\x5d\x94\x49\xe0\x87\xde\xc7\x92\x10\xf8\xa9\x7b\xd6\xbb\x2b\x5d\xb4\xab\x64\xc1\xc5\x66\xeb\x4e\x89\x7f\xe9\x84\x9c\xe1\xa7\x27\x76\x71\x6b\x80\x8a\x82\xfe\x58\x59\x87\x6b\x1f\x77\xe2\xff\xd1\x15\x46\xd5\x9a\xe6\xd6\xb5\x39\x38\x2b\x7c\xc9\xe8\x50\xef\xac\x5b\xe8\xfb\xa2\xea\x56\x59\x74\x66\x3a\x53\xbc\xed\xa4\x5d\x98\x22\x62\x2f\x1e\xe8\xdd\x4d\x56\x8f\x1a\xcb\x6e\xc1\x4b\x7f\x02\x27\xcd\x34\xd7\x06\xad\xe9\x40\x9c\xe4\xfe\x2f\xda\x2e\x28\x58\xdb\xdb\xe4\x86\xb1\xbe\xf0\x0a\xf8\x98\x9b\x49\x3e\x6c\x27\x72\x7a\x5c\xa0\x64\x1d\xd3\x19\x9f\x52\x2b\xa0\x32\x35\x3f\x1e\x66\x72\x78\x3c\xa5\xda\x30\x75\x3c\xbb\x1f\x83\xeb\xd7\x3b\x14\x8e\x43\xb3\x63\xf9\xdb\xf3\x3f\x7d\x7f\x74\xfe\x97\xef\xdf\x2c\x9a\x54\x9a\xf6\xbf\x2b\x12\x3a\xd3\x79\xe6\x42\x44\x54\xbc\x36\xfe\xc8\xe7\x6c\xd5\x7e\x5f\x94\xb7\x6b\x37\x0d\xf0\xf4\xea\xae\x64\xe2\x2c\xff\xf9\xa9\xfb\xe9\xf2\xfa\xe7\x12\xa7\xbc\xbd\xbc\xee\x7c\x5c\x6e\xea\x5c\x50\x11\x2b\xcb\xf0\xa3\x90\x8f\xa2\x3c\x7b\x5d\x9d\x74\x2e\x0c\x9f\x32\xaf\x21\xba\x3f\x6f\x71\xa6\x5b\xcc\xfc\xf2\xf6\x87\xb2\x90\xf3\xe1\xfc\xe7\xdb\xee\xe0\xe6\xec\xc7\xa5\x33\xc1\xcf\x4a\x23\xbb\x01\xff\xf6\xa9\xcc\xf2\xa9\x88\xff\xbd\xfd\xd8\x7a\x17\xb7\xdd\x8f\xd5\xd1\x5d\x76\x6e\xcb\xcb\x7e\x5d\x0e\x9b\x78\xf3\xfe\xf2\xf2\xbc\x5b\x72\x39\xbc\x39\xeb\xdc\x76\x6f\x7b\x9f\x4a\xb7\xdd\xd9\xdd\x35\xe2\x68\x2d\x9b\xa6\x1f\x41\xcd\x44\xed\xb4\xe2\x69\xee\x9b\xcf\xac\x75\xcc\x3b\x2e\x24\x11\x0f\xca\x51\x84\x57\x81\xd1\x06\x60\x74\x38\x0a\x26\xbf\x04\x47\x5a\xcb\x6b\x4c\x79\x9b\x48\x33\xaf\x5b\xba\xd1\xcb\x58\xde\x6d\x18\x02\xa2\xbd\xa1\x8a\x49\xb3\x4c\x3e\x62\x60\xd8\x94\xdb\x2b\xcf\x81\x07\xd9\x57\x34\x49\x72\xa5\x98\x30\xd9\xbc\x5d\xc3\x4e\xca\xdb\x22\x95\x39\x0b\xa1\x43\xdb\xa9\x99\x75\x71\x38\x8b\x11\x38\xf5\x1a\x64\x25\xea\xc6\x0f\xeb\x96\xea\xfb\x05\xc3\x4e\x4f\x68\x43\x45\xc2\x4e\x33\xaa\xf5\xb6\x63\x45\xc9\xb4\x55\x3e\x2f\xd7\xd7\x77\x57\xb7\xbd\xf7\xe7\xcb\x19\x51\xf5\xe3\xc5\xd0\xaa\x24\xcb\xbd\xf1\x73\xa8\x24\x4d\x89\x55\x1d\xe5\x18\x0d\xad\xee\x4e\x28\xb0\x09\x31\xc6\x31\x78\x9b\x4b\xb8\x88\xc1\x91\xec\x45\xe0\xd8\x78\xc3\xdd\x42\x90\xc4\xae\x04\x89\xa4\x61\x4f\xb3\x60\xb7\x45\x40\x63\xa7\x93\xcc\x32\x6a\x46\x52\x4d\x51\xd6\x2a\x4d\x1a\x1b\x5f\xde\x28\x17\x86\x29\x95\xcf\x0c\xf7\x60\x93\x55\x1e\x0b\x85\x08\xe5\xf8\x13\xd3\x9a\x8e\xd9\x2e\xe6\xfd\xba\x7b\xe5\xe6\xa7\xf8\x4f\x30\xdf\xaf\x73\x67\x94\x46\xe8\xc3\x82\x3c\x3d\x5d\x8a\x0f\x94\x67\xb9\x62\x57\x32\xe3\xc9\x96\xee\x48\xab\xc7\x0c\x7a\x9f\xac\x7c\xd7\xb9\xed\x9e\x97\x6e\x37\x78\xd6\xf9\x70\xdb\xbd\x1e\x20\x82\x61\xe7\xfd\x79\x77\x70\x71\x79\xd6\xbd\x19\x9c\x5e\x7e\xba\x3a\xef\xae\xf0\xf2\x35\x36\xbe\xa8\x13\x57\x5f\x3d\x59\xf8\x05\x76\x58\xe5\x28\x3e\x7b\x55\x0a\x22\x68\x29\xcf\xc0\xc5\x20\xd1\xd5\x40\x89\xb0\x4a\xa5\xfd\x59\x7b\xc1\xdd\x07\x8c\xb5\x49\xcf\x7c\x97\x65\x84\xe6\x46\x4e\x29\xd8\xc9\xb2\x79\x5f\xd0\xa1\x54\x06\xd4\x87\xc0\x7a\x88\xca\x85\xe0\x62\x0c\x8d\x21\x10\x69\x92\x31\x2a\x48\x3e\x8b\x82\x9d\x9d\xb5\x67\xc4\x05\xc4\x21\x4c\xa9\xba\x47\xc3\x5e\xd1\x65\x71\x28\x34\xa1\xba\x2f\x10\x17\x00\xe9\x78\x9d\x15\x3e\x59\xeb\xad\xc6\xd5\x99\xd2\x7b\x66\x57\x65\x9a\x27\x13\xab\x80\x8c\x15\xd3\xda\x59\x04\x12\x2a\xd0\xbd\xe3\x5e\xb7\xea\x7a\x5f\x58\xad\x9e\x66\xde\xf0\x90\xb2\x19\x13\x29\x13\x09\xc7\x10\x67\xf0\x8c\x04\x03\xe1\x58\xd1\xd9\x84\x68\x09\x1e\x05\x58\x76\x50\x6d\xf0\x23\x1f\x14\xe1\x90\x10\xe0\x71\x6c\x37\x50\xb9\xe5\x13\x97\x60\x50\xc4\x55\x86\x8f\xbd\xd1\xc0\x1b\xcb\x50\x45\xb4\xfa\xb1\x41\x34\x51\x58\x72\xd8\x0c\xbb\xd6\xa5\xfd\xb0\xdb\x54\xb7\x09\x7d\x51\x8c\x99\x6a\x37\xa2\x76\x8d\x3d\xc2\x1d\x29\xf2\x03\x15\x69\x66\x5b\xf1\x96\xa7\xf2\x59\x84\x38\xbd\x8e\xa5\x1a\x7f\x1a\x77\x11\x05\x12\x9a\xeb\x8d\x64\x81\xe5\x71\xe9\xa8\x30\x1e\x15\x2e\x37\x20\x6f\x17\x94\x0e\xab\x3b\xb3\x2c\x92\x5a\x1d\x36\x38\xa2\x8e\x74\x8e\xf8\xf1\x04\x46\xd3\xa0\x9c\xcc\x14\x17\x09\x9f\xd1\x6c\x2b\xc9\xa5\x12\xa9\xe4\x22\x80\xde\xf2\x91\x25\x9f\x77\x0b\x86\x72\xc3\xd4\x14\x12\x34\xdc\x30\xc3\x16\xae\x92\x0a\x70\x77\x2c\x21\xd3\x72\x34\xc7\x16\x7b\x83\x6e\xd0\xa6\xe9\x56\x5a\x71\xbd\xa3\x1f\x9e\x66\x57\xf5\x6d\xd6\x2d\x58\xf4\xf0\x5f\xcb\xb6\xfa\x13\x9d\xd9\x2d\x46\x94\x54\x42\x8b\x39\xba\xbc\x0b\x57\x04\xc0\xfb\x12\x23\xe7\x42\x88\x71\x5b\x5f\x43\x2b\x96\xd0\x79\x83\x17\x3b\x29\x39\x59\xa2\x94\x18\x47\x92\xa3\xdc\xd8\xd3\x44\xc1\x4d\x43\xde\xb2\xf6\xb8\x4d\x3c\x56\x6d\x8b\x74\xae\xae\xba\x17\x67\x2d\xc2\x4c\xf2\xce\x87\x2b\x38\xef\x6d\x5f\x18\xe9\x84\x8b\x39\x99\xc8\x47\x60\x65\x4c\x8d\x59\x69\xce\xde\xd5\x0b\x40\x27\x63\xae\x8d\x72\x0e\x67\x91\xc6\xd0\xc9\x7c\x5a\x55\x23\x91\x42\x72\x33\xd9\x85\x34\xa8\xd6\xf9\x94\x0e\x33\x36\xe0\x74\x3a\x50\x32\x5b\x75\x86\x6b\x8f\x54\xa1\x79\x0f\x9c\xb1\x63\x40\x93\x44\xe6\xc2\xac\xdd\xda\xaa\x7d\x3c\x83\x65\xd2\x64\x66\x0f\x14\xc4\xb9\x2c\x02\xe9\x46\xb7\x94\x37\x43\x0d\xe7\xc8\x32\xb2\x22\x55\xc9\x23\x42\x9f\xb1\x99\x62\x56\x3a\xac\xda\x63\xc2\xc2\x5e\x97\x97\xe3\x1b\x5a\xdc\xc0\xce\x36\x5b\xd6\xd2\xaa\xd5\x2c\xda\x29\xe2\x80\x7b\xbb\x46\x84\x42\xbc\xcb\x2a\xd6\xb5\xb2\xac\x25\xf2\xe4\x1c\xec\x14\x59\x57\x1d\xb8\x33\xba\x84\x2b\xf5\x4c\x20\xe2\xa0\x02\xdc\x8e\x24\x6a\xcf\x36\xb2\x94\x5f\x72\x69\xa8\x7e\xd7\xee\x0b\xcb\x1f\xef\xd9\x1c\xed\xb8\x96\x03\xfd\xce\xde\x8a\x47\x9a\x09\x0d\x61\x2d\xbf\x43\x03\x8b\xe5\xa1\x0f\x54\x71\x4b\x60\x28\x24\x22\x5e\x7c\x19\x77\x1a\x22\x11\x5c\xa3\x8e\x01\x16\x81\x1e\x05\x58\xb5\x7f\x86\xc3\x1f\x33\x03\x91\xe0\x86\x1b\x90\x5e\x52\x04\xa4\x5f\x18\xfa\x4a\xdd\x16\xa9\x42\x49\xd0\xb7\xd3\x7c\xb7\xe3\xa4\x17\xdb\xa8\xdb\xc4\xfa\x7b\xfb\xc6\xc5\xf6\x1c\x7b\x0d\x2e\x51\x72\x01\xe5\x9d\x5a\x76\x6c\x77\x7a\x88\xac\xc3\x1b\x19\x99\x68\x3f\xf2\x7b\x3e\x63\x29\xa7\x10\xe9\x63\xff\x3a\xb6\xf3\xfa\xed\xe9\xf5\xe5\xc5\xa0\x88\xcf\xfb\x8f\xbe\xe8\x64\x5a\x12\x2b\x89\x48\x65\x34\x11\x52\x84\xb0\xa2\x99\x62\x9e\xdb\xbb\xb9\xd8\x55\x8d\x4c\x14\x7d\xd1\x34\x82\x54\x26\xba\x4d\x1f\x75\x9b\x4e\xe9\x3f\xa4\x00\x7b\x67\x07\xfe\x79\x9a\xc9\x3c\xfd\x4c\x4d\x32\x39\x06\x33\xa4\x39\x66\x0f\x4c\x18\x34\x77\xd8\xe5\x4a\x21\xc8\x58\x43\x54\xd2\x6f\xed\x98\x8b\x50\x41\x6d\x65\xca\x84\xcd\x0c\xf9\xff\x2b\x36\x94\xd2\xd4\x73\x20\x39\x1a\x69\xb6\x8a\xdb\x34\x88\x4b\x37\x97\xe4\x2f\xff\xfe\xfd\x1f\x2c\x09\x6d\xb3\xc6\xbd\x9b\xcb\x81\xfd\xfe\xb7\x67\xee\x7b\xbd\x16\xc9\x9d\x61\xe2\xc4\x4e\x61\x7b\xdb\xf0\xea\x4d\x0d\x62\xd5\x4b\x8e\xeb\x59\x46\xe7\x0b\xa6\xf5\x55\x97\xe3\x85\xe5\x07\x33\x9a\xb0\x22\x71\xc3\xfb\xa8\x12\x39\x9d\x82\x4b\xd3\x7b\xaa\x52\x3e\x02\xdf\xa6\xb1\x1c\x9e\x0c\x99\x79\x04\x4f\xba\xff\x35\x78\x2b\xbc\x31\xc2\x32\x0f\x60\x50\x7d\xbb\x56\x69\x0e\x66\xaa\xfe\x9b\x16\xe9\xbf\x49\xd9\x03\xcb\xe4\xcc\x9e\x1f\xfb\x03\x33\x49\xdd\x4d\xda\x9d\x52\x9e\x5d\x48\x13\x9c\xb3\xbb\x6c\x8b\x62\x09\x9f\x71\x4b\xcf\x03\x66\xdb\x7d\xd2\xd0\xca\x55\x36\x41\x9f\x11\x0a\x23\x21\x34\x4d\xed\xb1\x02\xcc\x70\x3f\xc8\xc2\xc8\x24\xa2\x05\x58\x8f\x6d\x06\xe3\xdb\x7e\xc9\xb8\xde\x36\x9a\x48\x15\x20\x12\x43\xc7\x05\xca\xf3\x52\xaa\x75\x98\xf1\x05\x16\xb1\xd7\xb1\x17\xcd\x07\x0d\x2a\x99\x95\xc8\xd6\x1b\x67\x79\x65\x6e\xec\x77\x4b\x87\xa6\xe3\xe4\xe5\x50\xe7\x23\x08\xd8\x2e\xbe\xa8\x1a\xd2\xc4\x56\x8e\x38\xc9\xa4\xce\xd5\x9a\x86\xe7\xf2\xa0\x4f\xdd\xa7\xcb\xc6\xdd\x8d\xf5\x91\x3c\x33\x7a\x23\x95\xa7\x66\xe1\x2b\xb9\x2f\x78\xb8\x8d\x13\xf2\xdc\xdb\x2d\xc2\xc1\x7c\x6a\xd7\x80\x66\x45\xf0\x95\x48\x49\x21\x4d\xf5\x45\x08\x18\xa5\x9a\x3c\xb2\x0c\xec\x56\x89\x9c\xce\x40\x52\x70\xc3\x75\x2d\xd9\x8b\xce\x50\xc3\x5a\x44\xe6\xc6\x36\xd6\xc2\x3a\x34\x6e\x0b\x8e\x86\x14\x32\xa8\x8b\xea\x72\x7d\x71\xa7\x7d\xb4\x50\x48\x7c\x45\x5a\x47\x06\xc6\x05\xf9\xc8\x0c\xb4\x02\x48\x04\xf1\x04\xb1\xde\x4e\x2d\x0b\xaa\xae\xfd\x0e\x27\xca\xcd\x64\x83\x9d\x2f\xc2\x4c\xdf\x67\x72\xb8\x74\xdf\x3b\x64\x8a\xca\xb1\xeb\xc5\xdb\xfe\x0a\xb3\x48\x94\xb1\xb9\x8a\x46\x99\x52\xa5\x90\x92\x15\xc7\xbf\x1c\x9a\xba\x9c\x3c\x21\x30\x94\x0b\x0c\xd3\x85\x68\xea\xea\x38\x9d\xc1\x6c\xd5\x18\xc1\xac\x33\x78\x3d\xc6\x23\x1c\xef\x74\xd1\x60\xb6\x8a\x08\xca\x86\xb6\xa7\x9e\x0c\x1c\x10\x33\x61\x5c\x91\xb5\xa6\xe5\xcf\xef\x00\xcf\xfc\xfa\x44\x53\xd0\x76\x93\x00\x88\x4c\x24\x30\x08\x3b\x30\x87\x9c\x50\x2a\x0e\xd5\xee\x8b\xca\x20\x9c\x05\x56\x13\x20\x2f\x7f\x1a\x4a\xbc\xbf\x45\x46\xfc\x8b\x6b\xb4\xf0\xcc\xf8\x57\x23\x9d\xbf\xc1\x12\x38\xa1\x8b\x64\xb7\xc1\xfd\x78\x05\xdf\x2f\x35\x75\x49\x6d\xac\x38\x60\x05\x2b\xc5\x12\xa9\x2c\x4b\x84\x6e\x83\x9f\x68\xe5\xdd\x68\xa8\xb2\x8b\x42\x37\x12\xc0\x0b\x24\x91\x94\x1a\x76\x64\xf8\xca\xa8\x0e\xab\xae\x58\x06\x3b\xb5\xea\x6c\x94\x25\x50\x70\xd8\x21\x1b\x53\xe1\x7d\x0a\x0d\xa3\xf5\xac\x7d\x87\xc3\x6c\x25\x2b\x3a\x95\xb9\x40\x6f\xaa\x1d\x50\x79\x1c\x7a\x06\xcb\xb9\x74\x1c\xce\xfe\xf3\x5c\xab\x66\x96\x2c\xdb\x23\x0d\xe6\xa8\x86\xc1\xe6\x50\xd4\xf3\xc5\x0c\x36\xa3\xda\x10\x37\xa6\x86\x11\xc7\xd2\xec\x1e\xd2\x9b\x96\x15\x1d\x89\x15\x87\x4d\x84\xf3\x78\x88\x44\x33\x63\xb8\x2b\x8e\x91\x6b\xe6\x82\x52\xa7\x4c\x8d\xbd\xc0\x87\x78\xc9\xe1\x68\x3b\xe0\x64\xcf\x47\x63\x5e\x02\xde\xa5\xc5\xa6\xdb\xa4\x23\x16\x42\xeb\xbd\x09\xad\xb4\x5e\xc8\xb5\x69\xf6\x48\xe7\x9a\xcc\x14\x46\xb2\xa2\xcb\xc9\x4f\x1e\x4c\xc7\xe5\x8f\x82\xe5\xc0\x78\x9f\x1f\x94\xba\x8b\x47\xd6\xb0\x59\x51\x65\x9c\xf5\x99\xdd\x9a\xb2\x7f\xc5\x1d\x52\x57\x27\x27\xa8\x40\xb5\x9c\xae\xd9\x34\x59\x8a\xad\x72\x29\xee\x20\x5b\x3a\xed\xa2\x5b\x76\xa5\x34\x09\x7c\x60\x75\x3b\xa7\x43\x96\xed\xec\x42\xd9\xca\x02\x02\x5d\x3b\xf0\x01\xab\x7e\x33\x74\x09\x41\xdd\x42\x55\x65\x6d\xde\x6e\xa8\xf2\xf5\x1c\x44\xc5\x3c\x4b\x70\xdf\x3b\x4c\xd4\xa3\x69\x6c\xcf\xbf\x9b\x90\x36\xe2\x8b\xa4\x80\xda\xa8\xbf\x45\xaa\xe6\x9b\x5d\xc6\x10\x61\x62\xd4\x0e\x81\xec\x03\x15\x63\x2f\xd6\xa0\x40\x33\x6b\x22\xc0\xf5\x46\x44\x48\xc1\x08\xd7\xc5\xcb\xa6\xec\x0a\x0f\x91\xbb\x56\x8e\x44\x3d\x7d\xb1\xbe\xc4\x33\x2b\xe5\x9d\xa0\x4c\x92\x11\x67\x59\xaa\x89\x60\x56\xa7\xa1\x6a\x0e\x19\x74\xc8\xd0\xd6\x91\x8d\xf6\x25\xad\xd6\x5c\x1f\x4e\x8c\xf4\x68\x05\x80\x68\x65\x25\xb1\xca\xb8\x08\x66\x18\xba\x97\xdc\x47\x2e\x7c\xb5\x2f\x82\x16\x0c\xf4\xc7\xb5\xd5\xee\xda\x04\xb6\xcd\x14\x5f\x61\x38\xb6\x09\x7b\xd8\xf2\xb2\xac\x46\x3c\xa8\x4d\x74\x7f\x7f\x6f\x15\xeb\x58\x4e\x21\xf3\xa9\xae\x58\xc0\xb4\xae\xee\xa4\x27\x8a\xac\x64\x86\x5c\xce\x75\x5c\x81\x8a\x17\x60\xa7\x5a\x7f\xa5\xec\x26\xe7\x0b\x96\x2b\x2c\x3f\x51\x28\xd9\x51\x44\x7b\xac\xaa\xb8\xec\x57\x2c\x1f\x48\x35\xf9\x9d\x90\xe6\x77\x51\x82\xb0\x57\x87\xb1\x7e\x89\x33\x4d\xb4\x4a\xc0\x25\xdc\x67\x3b\x39\x22\x21\x34\x8a\xb2\x5f\xb9\xf2\xbb\x66\xa5\x17\x3e\xbd\x27\x95\xde\xba\x8b\xe1\x0e\x4d\xc8\x4f\x08\x5e\xb8\x37\x1b\xc0\x73\x54\xce\x22\x48\x06\x8a\xf9\x8c\x8b\xa9\x54\xac\x02\xa0\x88\xcc\x3b\xc4\x03\x21\x70\xdd\xfa\x54\x5a\x63\x0e\x43\x50\xb8\xe2\x98\x97\xcc\x60\xcb\xcd\x5f\xfb\x08\xf4\x99\x96\x13\xd7\x96\x50\xc0\x8a\xb4\xe0\x7a\x95\x7c\x9b\xe0\x9c\x26\x99\x34\x18\xa2\xe3\x4a\x31\x4d\xc9\xb0\xed\xbe\xf8\x20\x95\xbb\x3b\xb5\x03\x9a\x18\xd2\xe4\xfe\x88\x89\x94\xd0\xdc\x4c\x30\x29\xd5\xd9\x8e\xe7\x6e\x67\xad\x5c\x00\x24\x10\x92\x1e\xb9\x4e\xa8\x72\x4c\x7f\x44\x1f\xa4\x1f\x45\x5f\x44\x8d\x00\x94\x05\x60\x17\x01\xbe\x6a\x93\x00\xc1\x00\x2b\xae\x69\x2d\xea\x50\x44\x17\x30\x44\x97\x9f\x99\x18\x89\xb0\x0f\xfd\xb1\x54\x30\xad\xfb\x6f\x70\xd4\x95\x15\xea\x79\x7b\x94\xd7\x6f\x74\x5c\x8f\x29\xbc\xd9\x72\x61\x77\x68\x91\x71\xb3\xb0\x62\xca\xf7\x9e\x77\x96\x52\x74\x47\xb9\x82\x00\xba\xba\x36\xdf\x26\x13\x9e\x15\x36\xea\x77\x2d\x77\x1e\xb1\xc9\x8c\x3d\xb0\x0c\xa1\x1c\x12\x05\x8e\x5c\x74\x2a\x7e\x4f\xfe\x13\xd1\x35\xc9\x1f\xfa\xe2\x23\xb0\xd5\x2c\x9b\xb7\x08\x1f\x15\x2d\x53\x53\x69\xe6\xbe\x76\x00\x76\xcb\x90\xb3\x94\x06\x82\xfb\x3d\xa1\x0f\xac\x2f\x7c\x33\xff\x49\xee\xc9\xef\xc9\x1f\x9a\x0c\x39\xde\x1f\xfb\xc4\x7a\x3e\x50\xb1\xef\x2b\xe2\x0c\x2d\x27\x3e\x02\xe7\xf0\x66\x80\x72\x81\xf6\xc5\x90\xe8\x90\x43\xce\xc5\x83\x5c\xf4\x5e\xc5\x27\x97\x2a\x26\xcc\x40\xc8\x94\x0d\x58\x8d\xeb\x6a\x09\xa3\xb0\x97\xfa\x85\x4c\xd9\x4a\xc7\x53\x10\x90\x3f\x83\xe9\x42\xe7\xc3\xb0\x1d\x10\x99\x19\x94\xee\x32\x81\xd5\x0f\x38\xe4\x78\x6e\x33\xdc\x6d\x7d\x65\x97\x4e\xba\x6a\x01\x47\x77\x03\xa8\xf7\xd7\x60\xe9\x7f\x08\x82\xab\x9e\xc2\xaa\x85\xd8\xbe\x6c\x67\xee\xee\x9c\x28\x7b\x15\x70\x6f\x14\x1f\x73\x2b\x6d\xaf\xef\x8f\x03\x26\xb8\x8d\x99\x1b\xf3\x05\xd7\xb2\x73\x17\x4b\xe1\x03\xe3\x8f\x02\xd9\x15\x3e\xa6\xa1\xcc\xab\x32\xb7\x5b\x00\xae\xe3\xf0\x3c\x27\x5e\xcf\x2d\x0b\x1e\x63\xe8\x17\x9b\x70\xcc\x34\xef\x9c\x9e\x13\x7b\x28\xe4\x94\x21\xb6\xaa\x5d\xb4\xdc\x4c\xa4\xe2\xff\x68\x74\xc8\x36\x4b\xd8\x85\x23\x2d\xaa\xe9\x0e\xe3\x2c\xcb\xda\x40\xa3\x28\x19\x98\x92\x22\x51\xa7\xe1\x90\x61\x0e\xe9\x94\x96\xbb\x8e\xf2\x0c\x51\x4c\x12\xa9\x52\x44\xfa\xd6\xe5\x0a\xf2\x56\xe4\xd0\x9a\x8f\x5d\xe0\xa0\x6f\x90\xbb\xac\x33\x87\x93\x92\x4c\xa8\x18\x2f\x97\x23\xff\x9a\xb3\x7c\x4f\x71\x5a\x0e\xbc\xec\x2b\xb9\xe3\xe9\x58\x17\x69\x1d\xb8\x36\x96\x25\x17\xeb\xfb\x8b\x9d\xa9\x73\xc8\x53\x7d\x5f\x18\xd4\x42\xf2\x11\xaa\xd1\x55\x7d\x7e\x0d\xe3\xcb\xb5\x3b\x7e\x7b\x30\xbf\x3c\x87\xbf\x7e\x51\x3e\xaa\xe1\x3f\x40\x7f\x0e\x1f\xe4\x59\xad\x1b\x81\x87\x57\xe4\x8e\x7d\x5b\x3a\x36\xd0\xa4\xfd\xa0\xdc\x08\x1d\x73\x5d\x74\x6e\xd6\x53\xc7\x4d\xd9\x8e\xb2\x31\x49\x60\xdf\x03\x70\x63\xed\x6c\xbe\x8d\xcc\x92\x45\x40\x2c\x46\x44\xfb\x5c\x85\xa7\x35\xb5\x94\x1d\x83\xe5\x98\xec\xc8\x2f\xd8\x14\x2b\x1f\x8d\x68\x8b\xdb\x69\x51\x11\xaa\x1f\x9b\x7f\xbc\xee\x50\x96\xba\x43\xd6\x74\x6e\x80\x46\xbf\xec\xd8\x9e\xbb\x68\xa3\xb2\x5b\x00\x43\x28\x64\xe4\x18\x05\x0f\x41\xae\x89\x51\x14\x02\x46\x21\xcc\xef\x33\x4a\xb1\x5c\xa3\xbe\xe8\x20\xf2\x40\x1d\x75\x78\x5c\xc0\x3c\x1d\x7c\x8f\x99\x50\xe1\xd2\x61\xea\x5c\x10\x01\x61\x38\x9c\x84\xd8\x09\x51\xd7\x19\x74\xe4\x44\xf7\xda\x26\xfd\x42\xc7\x71\xda\x95\x20\xda\x26\x5b\x31\xd7\x10\x62\x4d\xb3\x46\x9d\x71\x28\x65\xc6\xa8\x68\x12\xab\x6b\x1f\x2f\x58\x8b\x78\x1c\x38\x6b\xb5\x3e\x2b\x99\xa9\x9c\x59\x9d\x82\x62\x42\x50\x34\x2f\x0a\x85\x00\x4c\x80\x37\x43\xc5\xd0\x0e\x34\x5d\xe1\x10\x69\xc5\x27\x7f\xc8\xb2\x8d\x22\x4d\xf0\x83\xa5\x54\x04\xaf\x14\x58\xf3\x6b\x25\x59\xc4\x01\x10\xb5\x29\x29\xab\x06\x16\x27\xb2\x2c\x35\x0d\x97\x93\x41\xb6\x1c\x62\x6e\x26\xb5\xd1\xf6\xcb\x06\xe8\xc3\xfd\xd7\x91\x58\x4f\x40\x7a\x24\xd2\x41\xb9\x44\x23\x5d\x67\x57\x35\x4b\x72\xc5\xcd\x7c\xe0\x74\xff\x4d\xa4\x6b\xf7\xe9\xa9\xfb\x72\xbd\xc1\xfa\x0e\xbd\xb1\x61\xdb\x81\x3b\x48\x8b\x81\x1c\xf9\x44\x84\xf5\xaf\x83\x2a\xd6\xc7\x06\x66\x09\x85\x50\x01\x64\xa6\xb8\x54\x0e\x52\xa3\xd1\x39\xb0\xea\x56\xef\x54\x22\x48\x00\x21\x71\x0a\x17\x8f\x2e\x00\xa6\xbc\x01\x30\x5c\xfb\xa5\xd5\x81\x74\x43\xf8\x38\x95\x4c\x47\x92\x36\x2c\x2c\xb2\x31\x3e\x62\x76\xd0\x7d\x61\x55\x8d\x58\x2b\xc0\xac\x45\x9f\xc4\x68\x3b\x4d\x94\xd4\xda\x05\x85\x60\x3b\xba\xbd\x54\xa0\xb8\x75\x39\x65\xfb\x70\xf7\x3d\x5f\x7c\xe8\x62\xf5\xa1\x08\x11\xbb\x5e\x00\x1d\xb2\x90\x3f\xd7\xc8\xfe\x77\x0d\x1d\xf3\xc7\x84\x28\x46\xb5\x33\x81\x40\x84\x55\x25\xb6\x64\x03\x71\x31\x8c\x19\x23\x2d\x8f\x42\xc6\x6a\x44\x42\x0e\x42\x00\x0b\x7f\x70\x4d\xb8\x52\x0c\x70\xc5\x87\x99\xf3\xec\x95\xa8\x86\x17\xd5\xad\x8b\x15\x09\xda\x3e\xf6\x0c\xd7\xa5\xe6\x53\x7b\x9e\x01\x3b\x45\xc8\x23\x39\x03\xf5\xb1\xfa\x16\xa4\x1b\xf3\x91\xa5\xc4\xb8\xb8\xb6\x95\xb1\x8f\xa0\x40\x05\x13\xa6\xce\xdf\xe1\x1b\x01\xff\x08\x4b\x71\x1b\x91\x72\xfb\x6f\x3a\xef\x2f\xaf\x6f\xbb\x67\xfd\x37\x85\x17\xdb\x47\x3c\xf9\xdb\x3d\x64\x43\x4a\xd1\x17\xc1\x17\x15\x2a\x4f\xc1\x5e\x12\x9a\xa6\x45\xf2\x1f\xc6\x41\x0e\xd0\xa6\xbe\xee\xa9\x58\xe9\x8e\x5a\x6c\xe6\x03\xff\xc2\xd2\xeb\x06\x50\xaa\xbd\x04\x09\xac\x65\xac\xad\x25\xf1\x5c\xf0\x4d\x2e\x89\x30\x95\x3b\xfb\xdd\xfa\x14\x8c\x27\x01\xf6\xca\x5b\xfd\xb4\x65\xbe\x84\x1a\x42\x43\x41\xb0\x11\xd0\x80\x48\xe6\x2d\x02\x59\x01\x96\x6a\xe7\xe4\x8f\x64\xca\x05\x44\xf0\x2e\x5b\xdb\xbb\xf2\x44\x36\x41\x03\xed\x5d\xdc\x95\xb1\xba\x7f\xb8\xbc\x2b\x63\xdc\x75\x7e\x5e\x8e\xeb\x59\x6e\x61\x99\x55\xa7\x98\x63\x14\x25\x25\x71\x29\xc2\xd2\xd4\x4d\xf4\xbc\x2a\xaf\x7d\x5b\x99\xba\x59\x10\x1d\xf7\x9d\xa4\x1b\xc5\xc8\xbc\x88\xfc\x5c\x37\xd3\xdd\x52\x73\x51\xc3\xbe\x2a\xab\xed\x4f\x7a\x41\xd7\xfa\xc1\xb7\x8f\xe8\x28\x26\x00\x26\x8c\xfa\xeb\x77\xe3\x3c\x88\xa2\x55\x1f\x8c\xbf\x81\xf4\x46\x8a\xaf\xbd\x21\x48\x3b\x5b\xf8\x8c\x3a\xcc\x3d\xb8\x81\x7d\x26\x64\x1d\x84\x45\xbb\x2f\xe2\xca\x85\x78\x67\x5a\x1a\xf0\x89\xaf\x5c\x8c\x89\x14\x0c\x30\xec\xa4\x62\x05\x3b\x6c\xc5\x39\x11\xd5\x98\x3e\x33\x21\x73\x99\xab\xd0\xe3\x42\x3f\x8e\xfa\xf4\x84\xfa\xa8\x0f\x2f\x67\x3a\x9f\x64\x9c\xc0\x0c\xed\x45\x09\x83\xae\x63\xf6\xc0\x04\x79\xb4\xfa\x35\x8d\x80\x21\xa2\x68\x3b\x2b\x92\x8a\xef\x4c\x08\xa9\xe1\xd9\x1c\xbc\x54\x84\x06\x7f\x5c\x61\x71\xd3\x94\xbb\x96\x97\x13\xf0\x1e\xd2\x26\x74\x05\xf1\x71\x03\xe2\x83\x2f\x9b\x8c\x48\x0e\x1b\xd6\xd2\x40\x6c\xd2\xc2\xd0\xee\x5a\x92\x65\x5f\x66\x2c\xd9\x26\xd6\xfd\xca\xd7\xa6\x5a\x66\xd4\x8a\x35\x17\x07\x08\xe5\xb6\xce\x48\x6f\x62\xab\x8e\x76\xc5\x38\x37\xca\x38\xb1\x03\xfd\xc9\x65\x05\x6f\x38\x4e\x9f\x73\x32\x52\x72\xba\xde\x10\x9f\x27\xca\xfa\x76\x21\x5e\xb9\x64\x25\x7a\x21\xe1\xd5\xab\x47\xd9\x14\x57\xbd\x8a\xeb\xfd\x84\xf7\x62\x48\xa1\x00\x4c\x03\x0f\x30\xe5\x7d\x67\x2e\xa4\x39\xee\x33\xbe\xb3\x82\x17\xc9\x47\x1b\x55\x4e\x41\xc9\x3f\x35\xb4\xca\x36\x48\x43\x18\x62\x5c\x1f\x1b\x0d\xd7\x67\x9d\x61\x3c\x72\xb1\xbb\x0c\x31\xbb\x78\xda\xd0\x69\x48\x41\xaf\x42\x0c\x54\x96\x6b\x05\x37\xda\x57\xac\xeb\x13\xc4\x43\xd7\xe9\xba\xa5\x18\x6d\x17\x8b\xb2\x9f\x44\xc8\xca\x0d\xbd\x74\x60\xa5\x4c\xc8\x78\x40\x0e\x26\x39\xce\xfe\x5b\xdc\xca\xd2\xcd\x87\xf8\xe9\xde\xfe\xbe\xa5\x96\x8c\xd4\xc9\x54\x25\x84\x9d\xc4\x77\x3c\x18\x59\xa6\x74\x1e\xc5\xc8\x39\x14\x25\xb8\x9c\xb9\x08\x7f\x95\x59\xad\x27\xe6\x98\x44\xeb\xe2\x54\xda\x11\xf4\x2e\x58\x7f\xb2\xf8\xbe\xc6\x9a\x10\x38\x4a\xb4\x7a\x23\x0a\x70\xef\x02\x81\x7b\x21\xfe\x6b\x2e\x73\xf2\xc8\xb5\xd5\x10\xfa\x02\xcc\xc2\x01\x2d\xd8\x48\x87\xf0\xdb\x82\xb7\x20\x2a\x54\xe7\xc3\x29\xb7\xfa\x54\x31\xc9\x3b\xe0\x08\xd7\x3e\x46\x10\xcf\xb1\xfd\x00\xae\x6d\x1f\x7d\x58\x17\xe8\xbf\xe2\x7c\x6c\xa1\x06\x17\x8d\xec\x1a\x60\x18\x79\xad\x9e\x36\xc4\x30\x12\xb3\x63\xb5\xa6\xf6\x78\x1d\x62\x0c\xeb\x0f\x65\x39\xd1\x16\xb2\xa1\xb9\x36\x95\xcb\xa4\x39\xbd\xb6\xd8\x82\x7d\x04\x18\x36\xc1\x7c\x2c\xb3\x8b\xfb\x4f\xea\xa5\x9d\x9b\x50\x08\xa3\x56\x04\xbb\x6a\x94\x6f\x5e\x5a\x9a\x53\x54\xf4\x67\x6b\x5f\xe0\x26\xea\x56\x11\xa8\x1f\x93\x42\x14\x88\x52\x0e\x70\x67\x55\xd6\x2d\xa4\x01\x27\x7c\x02\x60\x84\x0b\x11\x30\x7d\x51\x2f\x37\x2c\xa7\xb1\x5d\xfd\xe9\x7b\x4d\x87\x0a\x3b\x72\x1d\x66\xe1\x2c\x22\x9f\x43\x00\x21\x2a\xa3\xa1\x76\x25\xab\x9c\x2b\x6f\x7f\x6d\xd0\x02\x40\x5c\xd8\x26\x14\xab\xe6\x54\xae\xe9\xed\x5e\x79\x2e\xdc\x95\xf9\x34\x1a\xd4\x8e\x61\x01\x90\x11\xbc\xff\x3c\x66\x30\x62\xb6\xc0\x42\xee\xdc\x67\x14\x41\xf5\x03\x80\xc4\x5a\x2b\xb7\x06\x08\x58\x03\x0f\xc3\xfa\xe8\x71\x3d\x14\x38\x3c\x32\x0b\xb5\x27\x2a\xdc\x2d\x88\x3b\xb9\x48\x99\x12\x8c\x9a\xc9\xf3\xb9\x99\x4f\x77\x35\x19\x3e\x9b\xcb\xf9\x74\x2f\x30\x84\x15\xf7\xf3\x86\x9e\xe7\x0d\xbc\xa1\x05\x50\xdb\x82\x12\x55\x87\xd6\x5a\x44\xbb\x3b\x3d\xab\x8c\x85\xf7\x14\x1e\xf4\x7a\xc5\xe6\x89\x9c\xde\x35\x16\x8d\x05\x77\xb7\x3d\x9c\x31\xbe\xdd\x8a\x35\x79\xbd\xce\xef\x98\xcf\xd0\x47\x67\x37\x1a\x58\xd6\x3e\x40\xe8\x9b\x0d\x56\xfd\x9a\x3e\x5e\xc2\xf7\x50\x0e\x19\xbf\x5e\x5f\x72\x58\xa6\x6d\x06\x53\x25\xe0\x11\x97\x20\x79\x90\xed\xaf\xb8\xfe\xb7\x2f\x1d\xe3\x15\xb7\x12\x48\x3a\xfe\xe2\x7e\x68\x00\xd3\x5f\x51\x20\x26\x56\x22\xc5\xbc\x6a\x83\xa1\x2a\xcd\x98\x06\xf5\x00\xf5\xc2\x8a\x06\xb0\x4c\x3f\xed\x8b\x1f\xe4\x23\x7b\x60\xaa\x45\xa8\x21\x53\x69\xa5\x3e\xc1\xe2\xda\xdf\xb4\x9c\x9a\x8e\xee\x0f\x4a\x2e\xe8\x94\xa5\x5d\x90\x1d\xa2\x70\x4f\xa7\x25\x3b\x0b\x74\x5d\xf6\x1f\x64\xb4\xb9\xb2\x99\x6e\xa0\x7d\x81\x75\x67\xd0\x0f\x08\xd4\xc8\xfd\xc4\x80\x57\xfe\x2e\xd8\xc7\x7f\xd7\x26\xb7\x56\xc8\xe1\xba\x3c\xde\x28\x8b\xa0\x69\x6c\x7d\x31\x56\x32\x9f\x05\x2d\x46\x0e\x41\x7d\x42\x3b\x79\x8d\x7d\x1c\x06\xe3\x8d\xe3\x09\x4d\xad\x08\xb5\x9c\x70\x4a\x7a\xf6\x0b\x33\x1b\x95\x43\x72\x63\x02\xb2\xcc\x2b\xb8\x20\x5d\x98\x09\x90\x51\x33\x5c\xc8\xfe\xec\xec\x0b\x18\xac\x1a\x04\xf8\x60\xde\x28\xc5\x67\x35\x5c\x2b\x1b\x98\x84\xbc\xf9\xa4\x3e\xb0\xb0\xe8\x16\x4b\x42\x04\x70\xfc\xba\x1a\x2b\x0d\x7b\xbf\x7e\xa2\x6a\x65\x94\x57\xb9\x9a\x49\x88\xcc\xcf\xe6\x3e\x9a\xd1\x65\x1b\xcc\xe4\x2c\xc7\x5c\x0d\x1e\x3b\x24\x6b\x07\xc4\xb5\xf9\x44\x4d\x32\xb1\xb2\x63\x11\x75\xbf\x8f\x04\xda\x12\x23\x7d\x5a\x5d\xb5\x66\x06\xa7\x71\xef\x0d\x76\x98\xb5\xcd\x10\x98\x83\xeb\x63\x4d\xe0\xaf\x2c\x23\x53\xdb\x6b\x09\x85\x34\xc2\x0d\xab\x5d\xeb\x12\xea\xd6\xde\x9d\xf2\x3b\xe8\x12\x50\x7d\x8e\x0b\x12\xd5\x9f\x75\xde\x86\xda\x23\x9d\x2b\xbe\x95\xca\xe0\xac\x55\x00\x07\x5a\x28\x9f\x53\x3a\x23\xdc\xf2\x6d\x7b\xf3\xa8\x31\x6b\x91\x47\x7b\xe2\x4c\xae\x2c\x6f\xce\x15\xf7\x27\x0c\x34\xc6\x25\xdb\x57\x56\xd9\x8e\x51\xda\xc0\xf8\xb9\x84\x46\x80\x73\xae\x02\x58\x62\x72\x1a\x7c\xfc\xb0\xc3\x19\x17\xf7\xb6\x33\x04\xc2\xf0\x9e\x01\x65\xf9\x9b\x54\xb5\xf8\xc2\x2b\x29\x6f\x87\x5d\x6e\x86\x19\x5e\x75\x14\xb8\x18\x47\x19\x34\xf5\x0a\xf3\x3a\x80\x16\xb5\x5f\xae\x87\xc7\x51\xfb\xa9\x97\x27\xb6\xf9\x76\x49\xd2\xc1\xd6\x10\xde\xa5\x18\x1b\x17\x53\xe2\x24\x92\x38\xb7\xc9\xa9\x5d\x90\x99\xc8\xb1\x9a\xac\x93\x50\xfe\x23\xfc\x0b\x61\xc4\x70\x69\xfe\x83\x48\xd5\x17\xf8\x7b\x2b\x20\x8e\xd8\x17\x8a\xe4\xc0\x86\x74\xfa\x40\x4f\x1e\xb1\x7a\x3b\xb9\xf2\xb6\x73\xf3\xe3\xe0\xba\x7b\x73\x79\x77\x7d\x5a\x12\x2e\x4f\xcf\xef\x6e\x6e\xbb\xd7\xb5\xcf\xb0\x0c\x46\xef\xf2\x62\xf0\xd7\xbb\xee\x5d\xc3\x23\xdf\xc0\x79\xe7\x7d\xb7\x54\xe3\xf1\xaf\x77\x9d\xf3\xde\xed\xcf\x83\xcb\x0f\x83\x9b\xee\xf5\x4f\xbd\xd3\xee\xe0\xe6\xaa\x7b\xda\xfb\xd0\x3b\xc5\xea\x50\xd1\xbb\x57\xe7\x77\x1f\x7b\x17\x03\x1f\x13\xb3\x54\xd6\xad\x9f\x4a\x13\x18\x7b\x54\xf1\x0c\xf8\x4b\x01\x9f\xe2\xef\xe6\xe1\xdc\xed\x34\xff\x07\xd8\x4b\x5c\xfd\xc7\xa3\x96\xff\x17\x22\xf5\x1e\x59\x8e\xe0\x2d\x66\xc5\x61\xea\x8b\x60\xd2\x0c\xec\xdf\xd0\xb1\xf6\xa5\x79\x4a\xa3\x3d\x21\x9d\x99\x2b\x9d\x2c\xcb\x9d\x42\x5d\x9f\x30\x52\x6f\xc9\x06\x12\x81\xda\x4d\xda\x15\x12\xae\xec\x56\xb9\x41\x37\x27\x18\x82\xb3\xe8\xa5\xa4\xc0\x66\x5f\xc0\xf7\x76\x8d\x56\xb6\xf9\x84\x78\x86\x65\x9b\xb5\xe3\x82\x7c\xbd\xb9\xa0\xd3\x85\x02\x44\x98\xb2\xe6\x92\xd9\xa6\x4c\x98\x6a\x8b\x25\xea\x28\xb7\x3c\x61\xe4\xc7\xbf\x14\x83\x02\x3b\x8c\xb3\x6b\xe4\x0b\xd8\x7b\xee\x81\xca\x71\x55\x57\xd1\x56\xa9\x27\xaf\xf8\xd4\xd4\x3b\x84\x30\x95\x5c\x44\x59\x23\xa5\x48\x2e\x07\xc3\x4f\x8e\x48\x85\x40\x4f\xc8\x0d\xcb\xa0\xc6\x64\x10\x6a\xec\x2e\xce\xa0\x54\x6a\x15\xb2\x7b\xe8\x4a\xa7\x3a\xa9\x01\x71\x4d\x60\x1d\xa1\x54\x57\xd3\xa1\x2f\xf3\xec\x9d\xb2\x1e\xf5\xfd\xc0\xef\xf9\x60\xab\x4b\xe4\x96\xea\xfb\x1a\xc8\xfc\x5a\xbe\xec\x36\x74\xc7\x1e\x9b\x71\xfa\x6b\x3b\x0d\x7b\x36\x00\x8a\xdc\xae\xcf\xc6\x94\xd3\x15\x5d\xfa\x19\x67\x15\x08\xaf\xb5\xfb\x2b\x41\x80\x3d\xbd\x6d\xa7\xfe\x16\x07\xda\x1d\xf8\xc4\x8b\x4d\xd6\xad\x5c\x36\x78\x13\xf7\x0d\xe0\x1e\xf0\x24\x2a\xb9\x0c\xa7\x3e\xc0\xaa\x79\x9c\x5f\x2c\x58\xe7\x0c\x4b\x74\x28\x1f\x4a\xb9\xc6\x53\xac\x26\x56\x2b\x63\x47\x9a\xfc\x2e\x67\x28\x10\xf3\xfa\xb5\xfc\xec\xd2\x7b\xf2\x85\xfa\x7d\xb5\xcb\xbe\xae\xa6\x5e\x9d\xcc\xaa\x40\xca\x2d\xbc\x31\x51\xeb\xc1\x1d\xb3\x8e\x70\x7d\xe6\xb0\xf2\x75\x09\x6e\x17\x51\xdd\x41\x05\x8f\xcd\x29\xad\x22\xec\xc4\x95\xdd\xf5\xe2\xd0\xb1\x97\x90\xc8\x31\xda\x78\x8e\xa3\xab\x7b\x3e\xb3\x77\xf6\x74\xe8\x42\xf3\x97\x6f\x74\xb4\x36\x3b\x6c\xf9\xd3\xc1\xcc\x85\x69\x7d\x35\x94\xb9\xba\x11\xbc\x5a\x8c\x39\xac\x7d\x19\x68\xc3\x4e\xd7\xaf\xf6\xef\xfd\x8c\x7e\x8f\x24\x95\x37\xe4\xf9\x44\xad\x85\x44\x6c\x72\x04\x35\x51\x5c\x52\x81\xb3\xd4\x6b\x72\x44\x32\x7e\xcf\xc8\x77\xe0\xdf\xee\x5c\xf5\xbe\x6b\x91\xef\xe2\x18\xda\xef\x36\x60\x7f\x05\x7e\xa4\x1b\xb7\x03\x9b\x03\x49\xb5\x14\x9e\xf5\x01\x22\xe9\xa2\x61\x76\xa2\x52\x27\x90\xc3\x63\x98\x42\x48\x34\x88\xc9\x09\x71\x1f\xce\x0e\xbb\x8a\x37\x16\x47\x66\x67\xd8\x2e\xdb\xde\x62\x84\xff\x9e\x63\x11\x96\x33\xc2\x15\x39\x03\x9d\x50\x16\xa1\x00\x3a\xd3\x0d\xc4\x7b\x88\xc7\xa9\x9b\x55\x49\x4f\xf6\x8b\x59\xbb\x29\xab\x08\xef\xb5\x91\xdb\x1a\x91\x2f\x9d\xba\x15\x71\x91\x4b\x0d\xb2\xe4\x81\xca\x9e\x96\xca\xf6\x11\xf4\x55\x1e\xdc\xe6\xb7\xd9\x29\x0a\x44\x51\x33\x3e\xb1\xd6\x4a\xb8\x9e\x4f\x97\xf1\xe0\x56\x23\xa0\x6e\xe8\x4b\x89\xd6\x64\xb5\x33\xe5\x06\x9d\x70\xe8\xd4\x58\x1c\x6b\x75\xa8\x1d\xe3\x10\x6a\x24\xc7\xb0\x6c\xc3\xa7\xac\x45\xa0\xb4\x4f\xe1\x38\x74\xe7\x15\xc8\x0d\xae\x2a\x57\x03\x00\x3b\x51\xc9\x84\x3f\xd4\xc7\x9e\x2f\xdd\xe0\x1d\x5c\xae\x17\x9d\x4f\xdd\xb3\x41\xf7\xe2\xb6\x77\xfb\xf3\x60\xd1\xfb\x5a\x7e\x7c\x7d\xfa\x43\xef\xa7\xee\x59\xfc\xc2\xcd\xcf\x37\xb7\xdd\x4f\x83\x8f\xdd\x8b\xee\x75\xe7\xb6\x7b\xb6\xd4\x78\xb5\xac\xb3\x3a\xf8\x4f\x17\x1c\x27\x0b\x30\xcf\xd4\x43\x05\x7a\x40\x0c\xb4\xfc\x18\x25\x33\xc2\x8d\x26\x0f\x5c\x73\x97\x66\xe4\x84\xbd\xbb\x9e\x37\x46\xd5\xf4\x7e\x12\xc5\x17\xb7\x10\x25\xa2\xe8\x84\x3b\x6b\x77\x2c\x08\x3a\x47\xab\x48\x31\x68\x87\x44\x15\x96\xda\x35\x9d\xb8\x05\x3b\x21\x1d\xb7\xb5\x75\xed\x0b\x49\xac\x18\xca\x14\x8e\x1e\xbd\xb0\x61\xe8\xe4\x88\x54\xd7\xf8\x84\x20\x8a\x57\x84\x47\x1a\x1a\x04\xe1\x89\x2a\x26\xbe\x33\x84\x7d\x99\x65\x3c\xe1\x26\xc2\x48\x95\x8a\x4c\xa9\xa0\x63\xaf\x7e\xe4\x9a\xa9\x15\xdc\x63\x6f\x6e\xd9\x7d\x68\x91\x4d\xb1\x7d\xb1\xa6\xe4\xc8\x25\x40\x94\x19\xe9\x92\x3a\x9e\x4c\x07\x6d\x70\xef\x2c\xc0\x38\xad\x3b\xa4\x3d\xa9\xaf\x2b\xa2\x09\x5d\x34\xb1\xf3\xeb\x52\xed\xae\xbb\x47\xbc\xb8\x5e\x86\x87\xb8\x86\x0e\xbf\xb2\x8b\xb8\x84\x83\xb8\xb7\x72\x45\x83\xd5\x3e\xc4\x5a\x4a\xd9\x63\x09\xa1\x02\xd7\x7f\xa1\x78\x90\x57\x3b\x2f\x9a\x61\x61\x37\xab\xd4\x52\x5a\xc4\xd5\x55\x5a\xa0\x96\x1b\xd5\x0d\x25\x5a\x00\x2b\x29\x7d\x29\x85\x5a\x16\xd3\xcc\xca\x83\xfb\xca\x55\x5a\x2a\x83\x79\x39\xa5\x5a\x56\xae\xdb\xcb\xcd\x23\xac\x19\xe8\x1a\x25\x5a\x42\x98\x3b\x20\xb2\x6e\xc6\xf2\x21\xb5\x90\xa7\x19\x70\x24\xef\x96\xb3\x87\xaa\xc6\x74\x19\x2b\x5a\x54\xdf\xef\xdc\xdd\x2d\xd5\xf7\x0d\x5d\xad\xba\x28\x4e\x4b\x86\xee\xca\xb2\xb9\x34\x37\x10\xae\xca\x45\xf5\x9a\xf9\x2f\x54\x4e\xdd\x8b\x68\x02\x4d\xd4\x64\x1c\xac\x67\xaa\x43\x38\xc3\xde\x59\xc1\x91\x02\x00\x78\xe4\x76\x35\x8a\x26\x80\x7b\x8a\x25\x3d\x9d\x2b\xa3\xc9\xc1\x62\xa7\xb6\xde\xf6\xc0\xab\x8b\xeb\xb2\x22\x54\xcc\xad\x76\x81\xdf\x5a\x84\xa1\xc8\x24\xc9\x95\xda\x2c\x09\xb6\x24\x04\x88\x14\xc0\x6a\xa2\x2a\x3c\x28\x97\x56\xf7\x1c\xfb\x9c\x50\x5d\xed\x72\xe5\x96\x6f\x91\x3b\x57\x6a\xe6\x23\x83\xc0\xd9\xbd\x94\x46\xd8\x20\x95\x01\x06\x72\xa7\xb2\x95\x85\x06\x6f\x10\x3b\x36\x57\x59\x61\x8e\xa0\xc4\xde\x9d\xed\x28\x2a\x09\x32\x8c\x4a\x2b\x8a\x83\x69\x60\x39\x9b\x97\x46\x7c\xca\xa1\xba\xd1\x34\x8c\xd5\x8a\x69\x7b\xcb\x12\x69\x44\x36\x8e\x7a\x41\x4b\x0d\xe8\xeb\x65\x89\x10\x64\xf7\x39\x62\xff\x82\xd2\x47\x63\xd1\x55\xf3\x7f\xd8\x9b\x55\x31\x3d\x91\x59\x13\xaf\x87\x6e\x36\x86\x09\xd8\x6e\x36\x1e\x25\x60\xdf\xd3\x59\xcd\x00\x5c\x78\xa0\x36\x2a\x4f\x00\xf2\xc5\x72\xc3\xfa\x53\xe7\xb0\xae\xe0\x0a\x75\xee\x4f\x5d\xca\x60\xf6\x50\x07\x10\x34\x50\x2b\xde\x35\x9f\xed\x5d\xad\xaa\x65\x88\xf4\x27\x33\xae\x96\x6e\xd5\xd2\x04\x0e\x89\xb2\xdb\x9a\x4c\x1d\xfc\x59\xa0\x40\xc8\x63\x37\x8a\x33\x00\x58\xc9\x42\x56\x66\xf9\x16\x72\xc6\x93\x95\x84\x65\x45\x9e\xb3\x1d\x0d\xa9\x76\x38\xf3\x01\xc4\xd2\xef\xe2\xd9\x2c\xcd\x00\xed\x48\xd0\x26\x4b\x5d\x59\x4e\xc4\xc8\x71\xb3\x0f\x36\x34\x2c\x02\xd0\x17\xd7\x76\x14\xf8\x05\x98\xd2\x50\x80\x09\x48\xdb\xac\x80\xa2\x1c\x11\xea\xbe\x82\x65\x6b\x2a\xf4\xa4\x07\x51\x7d\x81\xa6\x89\x6d\x83\xf3\x1a\x84\xac\xf7\xf8\x94\x8c\x32\x3a\xf6\x39\x76\x50\xb5\x62\x54\x08\xe1\x56\x92\xc0\x32\x10\xf6\x4f\xed\x18\x1c\x6f\x88\xdb\xd5\x33\x96\xa0\x38\xbc\xa5\xdc\x07\xbb\xc0\xd3\x60\xa0\x84\x3f\x45\x3d\xa6\xbf\x83\xf9\x9b\xd2\x19\x84\xab\x21\xa5\xcb\x51\x08\xaa\xbb\x75\x31\x6b\x6d\x18\xf9\x7f\xff\xd7\xdf\xda\x3c\x5d\x2b\x00\x21\xf6\x13\x14\xf9\xc0\x51\x80\x48\x54\xa9\x80\x02\x3b\x5e\x5a\x99\x6f\x5f\x85\xe0\x41\x43\x7f\x32\xde\xb9\xa4\xdc\x6b\xcc\x3b\xd7\xf3\x83\xe2\x50\x31\xd2\xd9\x5e\x48\xb9\x66\x0a\x4d\xf4\x21\x83\xaf\x06\x19\xb9\x31\x6c\xa1\xb6\xee\xfd\xb2\x40\xa8\x85\xfa\xfb\xf5\xd4\x86\xbe\x10\xf2\xf6\x81\x66\xdc\x2a\x96\x6d\x9f\xb0\xfd\x8e\xfc\x27\x20\x1d\xff\x47\x83\x6d\x86\x8e\x99\x1a\xa4\x79\x29\x06\x68\xd5\xa0\xae\xec\x47\x67\xb9\x99\xd7\x27\xbe\x97\x8e\x51\x46\x93\xfb\x4d\xf2\x05\xed\xfb\x0d\xcd\xae\xe6\xf0\x91\x53\xac\x2c\x68\x34\xa4\xda\xb3\x4a\xaa\xbd\x0b\x99\x88\xfb\x47\x66\x27\x00\x08\x3b\x12\x85\x1c\x37\xec\xd8\x31\xb7\xc9\x07\x44\xb1\x03\x91\x0c\xbb\x48\x64\x9e\xa5\x7d\xc1\xbe\xcc\xa4\x66\xa5\xf8\xd3\x1a\xe4\x31\x17\x4e\xed\x7a\xaa\xbf\x69\x2a\x58\xe3\x3b\x49\x30\x5f\x1d\x17\x61\x71\x4f\x17\xa7\x5c\x4f\x64\x3b\x5d\xae\x09\x9f\x71\x4b\x1e\x83\xda\x53\xf8\x6c\xe5\x2e\x4e\xad\x32\x2b\x4c\x36\x6f\x91\x30\xc9\x0a\x59\x64\xec\x81\x29\x3a\xb6\x62\x0e\xe5\x59\x8c\x32\x57\x56\x9d\xd7\xf3\x06\x96\xa3\x10\x77\x0e\x98\xad\x73\xd1\x6c\x20\x9e\x74\x62\x64\xbc\x39\x33\x84\x7d\x31\x4c\xa0\x73\xeb\xd6\xc7\xfe\x46\xf1\x27\x4d\x25\x8b\x30\x2a\xb3\xf9\x76\x7e\xf2\x7d\xec\xf8\x04\x08\x1f\xdc\x9c\x6a\x77\x49\x38\xac\xf9\x09\x15\xa9\x8b\x60\xd7\xa1\x22\x17\xce\x4e\x68\xc3\x68\x10\x0e\x7c\x1c\x76\x04\x58\x84\x6d\x22\x5c\x35\xdc\x45\x5e\xf0\xb5\x22\x1b\xb8\x22\xa4\xb2\xf2\x4b\x2e\x0c\xcf\xac\x18\xe6\xc6\x60\xd5\xa2\x5c\x84\xec\x68\x88\x96\x6a\x58\x41\xc8\xa9\x16\xe3\x81\x5b\x49\x1f\x8c\xbd\x1e\xb7\x2e\xd3\xd4\x27\x6c\x0a\x7f\x7c\xef\x1b\x5a\x6e\x63\xc2\x2c\x04\x3b\xfd\x10\x06\x0e\x41\xe7\x42\xfa\xc9\x04\x2c\xbb\xb0\xd7\xa5\x02\x08\x30\xd1\x4d\x54\x00\x10\xb2\x16\xd3\x90\x0a\xbe\xae\x89\x86\xe0\x75\x0c\xae\x85\xb8\x31\xd3\x10\xbb\xae\x1b\x62\xd6\x01\xd9\xd4\xcb\x5a\x0e\x00\x35\x40\xb6\x57\xc2\xdf\xa9\xef\xce\x85\xb8\xd1\x2c\x1b\xd2\xe4\x3e\x80\x4d\x06\x9d\x4a\x2a\x0f\xdb\x65\xe5\xbf\xbe\xb0\x5d\x03\x71\xd9\x81\x26\x20\xa0\x14\x05\x89\x53\x97\xe8\xe9\x86\x5d\x74\xee\xca\x46\x08\x2c\x64\x00\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\xfe\xb5\xda\x03\x06\x7e\x3e\xed\xea\x63\x66\xd0\x6a\x5b\xc5\xfa\xa1\x43\xb5\x9f\x3f\x49\x91\x0d\x7f\xf7\xba\x6a\x1b\xc0\x85\x9c\x3d\x86\x65\x6d\x68\xa6\x8d\x31\xdc\xed\x99\x92\xf6\x6e\x96\x7d\x61\xe8\xd8\xc7\xd6\x3a\xa9\x4e\x3e\x0a\xa6\xf4\x84\xcf\x62\x77\xe9\xee\x89\xdf\x8e\x30\xdd\x7f\x30\xba\x67\x03\x16\x28\x67\x47\x58\x30\xd1\x12\x88\x9e\xd1\xa4\x30\xd2\x24\x19\xd5\x9a\x8f\xe6\x24\xe5\x23\xf0\xd0\x9b\x22\x74\x04\x22\x7b\x03\x38\x6e\x19\x44\xb9\xd6\x36\x52\xca\x10\xdb\x4f\xb6\xce\xee\x61\xe7\xce\x17\xe3\x63\xa0\x79\x1a\x67\xe8\x43\x91\x98\x85\x8c\xc6\x35\xeb\xd8\xec\x1a\x8d\xee\x46\xe6\x62\xb2\xf7\x37\x30\x9f\x79\xb7\x5d\xda\xcf\xd2\x0c\xd9\x95\xbc\xb3\xba\xf7\x67\x2c\x63\x2f\xa4\xcc\xfd\x22\x21\x2c\x5d\xeb\x02\xe7\xeb\xd9\xf6\x7f\xb7\xf1\x6c\x11\x4e\xd5\x90\x53\xbb\x87\xfd\xfe\xca\x41\x39\x0d\xa3\xfb\xc8\xd6\xf1\x14\xae\xa4\xc5\xad\xce\x55\x13\x73\xdc\x61\xb1\xf7\x16\x89\xf7\xc4\x13\x6a\xda\xeb\x1b\x66\xb4\x37\x84\x44\x94\x8e\x42\xb6\x3b\xa7\x47\x3e\x09\xa7\x48\x69\xd9\x60\xc3\x5f\x48\x8c\x98\x1b\xdd\xb5\x53\xf5\x9e\x8e\x1d\xae\xde\xae\x4d\xe8\xad\x18\xef\x16\xde\x75\xd7\xc6\xda\x3b\xd0\xd8\xc2\x3e\xe4\x87\x27\x56\x3b\xaa\x4b\x7b\xf0\xd2\xad\x67\xa4\xaa\xc3\x2c\xdb\x3d\x74\x32\x73\x75\xaf\x07\x33\xc5\x46\xfc\xcb\x56\x9e\x9c\x2b\xf8\xd4\x49\x64\x76\xf6\x72\x34\xca\x24\xb5\xcb\x88\xc8\x9b\x56\x41\x80\xba\xea\x85\x80\xec\x17\xe0\x51\x71\x63\x98\xe8\x0b\x80\xf6\xd2\x7f\x3a\x39\x3e\x1e\xe6\xc9\x3d\x33\xc7\xf7\x6c\x0e\x75\x8d\xa3\x9f\xb6\xca\x8f\x63\x1a\xfb\xd6\xcc\x18\x2e\xc6\x9a\xcc\x30\x2f\xcf\x01\x4e\x56\xc6\xfa\x96\xb7\x59\x9b\xbc\xcf\xe4\x50\xb7\xc8\x4d\x32\x61\x53\xda\xc2\xdd\x85\xe7\x50\x6a\xa5\xfd\xae\xdd\x17\x37\x8c\x91\x89\x31\x33\x7d\x72\x7c\x3c\xe6\x66\x92\x0f\xad\xce\x73\x9c\xcd\x47\x06\x9d\xd3\xc7\x5c\xeb\x9c\xe9\xe3\x3f\xfe\xe1\x0f\xb0\x34\x40\x0b\x43\x9a\xdc\x8f\x15\x18\xa0\x16\x95\x9e\xd2\x76\xdf\x2c\x02\x05\x6f\x0e\x9b\xa4\xa4\x18\xb0\x2f\x33\xc5\x00\x1c\x70\xdb\x4c\x4a\x4d\x3a\x9f\x6f\x88\x9e\x0b\x43\xbf\x9c\x90\xfe\x9b\x4f\x58\x0d\x89\xfc\x20\x73\xa5\xc9\x19\x9d\x1f\xc9\xd1\xd1\x54\x0a\x33\x21\x9f\xe0\x7f\xdd\x4f\x8f\x8c\xdd\x93\x9f\x19\x55\xfd\x37\x6e\x7f\xf1\xb6\x0a\x80\x69\x60\x7e\x53\xb9\xd0\xae\xd0\xd2\x1f\xfe\xec\x2b\x2d\xd9\x6e\xbe\x3f\xfe\xc3\x9f\xc9\xef\xe0\xff\xff\x7f\xe4\x77\xfd\x37\x4d\x58\x80\x1b\x65\xb1\x14\xa5\xb0\x6a\x5b\x83\x15\xdb\x02\xa3\xf9\x54\xc9\x62\xc7\x6a\x5b\xbe\xe7\xc9\xbd\x1c\x8d\x06\x86\x4f\x19\x06\xcd\x0c\xa8\x5a\xc0\x2c\xdc\x32\x3f\x97\x3b\x5c\x59\xac\x8c\x51\xc0\x21\xb9\x4e\x31\x82\xd5\x1f\x39\x9d\x17\xd8\x9f\x8f\xbe\xfe\x7f\xc8\xb2\xe1\x1a\xbe\x62\xa9\x3d\x19\x9b\x18\x0f\xbd\xc1\x72\x11\xb5\xbe\x88\x85\x8e\x51\x92\x83\xc1\x3e\x76\x33\xc9\x55\x55\xa8\xaa\x78\x99\x3b\x9c\x8e\xaf\x5d\x8e\xaa\x48\x2a\xc0\x08\xaf\x05\x68\x4f\x37\xc0\x4d\x64\xc4\x2a\x38\xa8\x4b\x0a\x96\x0e\x4c\x90\xcc\x14\x7f\xe0\x19\x1b\x63\x1a\x0e\x4d\x12\xa6\x75\xc8\x01\xf2\x1c\xf2\x29\x8b\x4f\x2d\x4c\x72\xb7\x32\x54\x8b\xee\xd0\x6f\xcc\x01\x06\x13\x7c\x52\xe7\xd7\x8d\x54\x3b\x1d\xa3\x7b\xb6\xe0\x1a\xdf\x48\x4a\xf3\x80\xb0\x31\xf6\x3a\x04\xc2\x4a\x15\x30\x0f\x30\x36\xce\x01\xa8\xf6\xc5\xed\xe5\xd9\xe5\xdb\x7b\x6a\x94\x1c\x53\xf1\xee\x84\x74\xd2\xd4\x95\x43\x27\xce\xbf\x6f\x69\xc6\x8a\x22\x6d\x12\xd7\x36\x16\x76\xe1\x6a\xc5\xae\xd8\x54\xc1\x15\xba\x1c\xd6\x63\xff\x76\xf9\xce\xc2\x27\xf5\x07\xbc\x8c\x7a\x1b\x3a\x28\x40\x26\x61\xae\x56\xe0\xb1\x17\xe4\xe2\x7c\xb7\xa9\xf0\x7e\x63\x4f\x1f\xd3\xd8\x34\xb8\xc2\x20\xde\x47\xf8\x48\x2e\x17\x63\x5d\x7b\xa8\x20\x41\x6e\x1f\x89\xaf\x0b\x40\x37\x3b\x50\xca\x67\x30\xf8\x14\x2c\xc1\xa3\x3f\x95\xeb\xd7\x12\x45\xed\x2d\xb2\x65\xae\xb0\xab\xb8\x1f\x17\x0a\xb7\xb2\xe3\xd1\x88\x26\x76\xf5\x42\x0a\x1a\x06\x7e\xc7\x37\x57\xdd\x3a\xde\x52\x7d\xbf\x5f\xff\xc8\xce\x50\xac\x3c\x2d\xa0\x0b\x91\x1a\x5d\xf4\x1a\x5f\xc8\xb7\x33\x54\xdf\x37\x25\xb5\x6c\x5c\x17\xcf\x2e\x85\xcf\xf7\x5a\x36\x3e\xd7\x72\x84\xe3\xe3\x2a\x17\xc3\x75\x14\x41\x5c\xf8\x50\x30\xac\x99\xc3\x33\x96\x56\x73\x8b\xab\xe3\x5f\x45\x06\xe8\xe4\x8b\x4c\xf8\x90\xbd\x3a\x9d\x49\x88\x85\x19\x91\x29\x15\x73\x3c\x48\x56\x7e\xa1\xfa\x5e\x07\x3c\x60\xa2\xa7\x34\xcb\x5a\x44\xb1\x1c\xaa\xa0\xb7\x88\x66\xd9\xe8\xc8\x43\x13\xa5\x24\x93\x63\x9e\xd0\x8c\x0c\x33\x99\xdc\xeb\xbe\xb0\x37\x88\x18\xa3\x1c\x34\x53\x12\x6e\xe1\x42\x02\x2b\x22\x79\x67\x4a\xa6\x79\x82\xe5\xed\xb0\xbc\x2c\xd7\x86\x27\x95\x9a\x66\x96\x23\x82\x0b\xdd\x5e\xc2\x89\x44\x08\x63\x18\xae\x95\x08\x19\xa6\xb6\xe6\xbe\x10\x3d\x5c\xcb\x34\xe3\xff\x80\x6c\x0a\x74\x2c\x37\x51\xef\x1e\x52\xf4\xfc\xf6\x0c\x4c\xf9\x34\xac\xa0\xe7\x53\xf7\x19\x9c\xa1\x65\x14\x73\x5d\x26\xe7\x40\x0d\x81\xcc\x03\x42\x8a\x27\x8a\xc2\x6d\xee\x51\x68\xf0\x15\xaf\xfb\xbf\xb0\x4c\x2e\x18\x72\x43\xfe\xd6\x2a\x9a\x3e\xc5\xaa\x6a\x0e\x8b\x2f\xf2\x8d\x40\xeb\xbe\xee\x94\x03\x27\xb5\x57\xc4\x83\x25\x12\xbf\x3c\x76\xed\xed\x35\xd2\x0a\xa5\xce\xa8\x76\x5e\xf3\xa3\x00\xe0\x63\xf9\x61\x5f\x00\x8e\xb5\xed\xa4\x52\x37\x6b\x91\xa2\x5e\x70\x79\xb3\xfd\x30\xc7\x0d\xab\x9c\xf9\x45\xde\x84\xc8\xcb\x74\x0b\x69\x53\x1b\x32\xbb\x52\x28\xa0\xaa\x8b\xfc\x46\x6a\x83\xa7\x0f\xbc\xc0\x63\x8f\x3a\x6a\xdc\xdb\xad\x0d\xc8\x95\x51\x2d\xa4\x44\xf0\x11\x12\x19\x8c\x0d\xa2\x12\x5d\xa9\xee\xa6\x11\x7d\x95\x5c\xe3\x65\x1b\x79\x45\x0d\x96\x5b\x66\x53\x69\x10\x85\x18\x01\x81\xbd\xe5\x0c\x71\x86\x87\x99\x1c\xc2\xbd\x02\x58\xc1\x3e\x4a\x3b\x8a\xc6\xc4\x79\xb3\x94\xbc\x8d\xae\x89\x90\xf9\xf1\xae\x29\xb8\x76\x7f\x09\xcf\x55\x73\x5b\x63\xda\x73\x19\xf5\xb3\x4d\xae\x2a\xc9\x34\xd1\xac\x46\xd4\x72\xee\xa6\x70\xb6\xcd\x92\xa4\x4b\xbb\xbf\x87\x24\xe9\xca\x34\x1a\xa2\x2d\xe4\xf8\x49\x83\xb6\xed\xa4\xce\xe5\xfa\x7a\x24\xe6\x29\xa2\xfc\x51\xda\x1c\x4f\x66\xf3\xba\x2d\x7a\x59\x09\xe0\x15\xd4\xd8\xaf\x9b\x00\x5e\x19\xcc\x4b\x4e\x00\xaf\x0c\xf5\xe5\x26\x80\xd7\x0c\x74\x8d\x04\x70\xf4\x84\x0e\x2c\x51\xaf\xc7\x14\x20\x12\x69\x98\x8f\x6e\xe0\x36\x59\x3a\x46\x57\x34\x09\x99\xb3\x97\x73\x1c\xee\x06\x8c\xd6\xc5\x9e\x6e\x9d\xbc\x5d\x99\xf2\x9a\xc9\xdb\x25\x96\x76\x48\xde\x0e\xc9\xdb\x8b\xeb\xf2\x12\x93\xb7\x2b\x7b\xbe\x5e\xf2\x76\xdd\x96\x6f\xe1\x1c\x2e\x35\xf3\xcd\x24\x6f\x57\x56\xf4\x25\x27\x6f\x57\x86\x7a\x48\xde\x7e\x92\xd9\xbc\xb0\xe4\xed\xfa\x53\xb7\x59\xf2\x76\xad\x68\xd6\x7c\xb6\x77\x4d\x7d\x82\xf4\x95\x67\x4e\xde\x2e\x4d\xe0\x10\x16\xb2\x63\x95\xe3\x32\x09\xba\x11\x40\x21\x36\x97\xaf\x59\xbd\x87\x96\xa4\x6f\x83\xba\xb1\x07\x8a\x7a\xda\x80\x22\xb0\x10\xae\xab\x11\x75\x4a\xeb\xa0\x5d\x69\x20\x2b\x9a\xf8\x94\x47\xf4\x38\xc5\xbe\x91\x03\x05\x6e\x6c\x51\x6a\x58\xe4\x60\x59\xc4\x1c\x81\x06\x92\xab\x29\xdc\xb0\x03\x01\xba\xd4\xb1\x6d\x4b\x56\x80\x69\xae\x5e\xd9\x87\xe2\x2a\xfb\x69\xf6\x37\xf1\x7f\x1b\x17\x64\xd7\xda\xd0\xc9\x2c\xdf\x26\x87\x64\xbc\xdd\x67\x53\x36\x95\x6a\x95\x6b\xb8\xc1\xd4\x20\x15\x1d\xaf\x4a\xf2\x59\x77\xf5\x76\x5d\x35\x5f\x0f\x67\x33\xdb\x93\x47\x24\x58\xae\x0c\xfb\xe2\xd9\xb1\x77\x02\xf4\x85\x5a\xff\x57\x70\x3f\x6e\xe9\xe1\x6a\xc8\xff\x5e\xec\x10\x4c\xdf\x9a\xa9\xa3\x58\x3c\x2a\xd9\x9c\x17\x47\x50\x5a\x77\x2f\x3c\xef\xb0\xec\xb9\x6a\x8c\xbf\x58\x27\x87\x16\x0b\xb2\x59\xc9\x3c\x86\xc7\xac\x52\xda\x70\x5e\x13\xc6\xbd\x9e\xb9\x83\x0b\xf3\xef\xff\xb6\x91\xd1\xde\xca\x97\x6e\xdd\x46\x3c\x63\x2e\xfa\x06\xd2\x7a\x5d\xb8\x16\x96\x27\xc9\x55\xb6\xcb\xae\x72\x31\x86\x79\x43\x80\x4f\x51\x44\x39\x10\x0f\xde\x19\x13\x25\xf3\xf1\xc4\x6b\xc0\x96\x0a\xed\xd4\xea\xf6\xf2\xf3\x62\xa1\xb5\x57\xe6\xac\xa9\x54\xde\xaf\x12\xc1\xe6\xde\x6c\xbf\x24\xcf\xec\xd1\xae\x9b\xc7\x06\xd4\x51\x0a\xf3\x2b\x8e\xbf\xf7\x31\xa0\x54\x02\x80\x0d\x7d\xd1\x29\x05\x04\x7a\x00\xe4\xe1\xbc\x88\x24\xc1\xab\x3d\x26\x32\x00\xcd\x71\xda\x0b\x54\x72\xb7\xff\x02\x31\x04\x33\xb1\xd1\xd7\xed\xfd\xd9\x10\x04\xc3\xd2\x23\x9a\xcc\x93\x8c\x27\x91\x48\x3a\x56\x74\x36\x59\x46\x89\x87\x6c\xb9\xaf\x95\x2d\xb7\x66\xd1\xc5\xa5\x61\x3c\x71\xd9\xc2\x57\x9d\xc5\xb7\x48\x8e\x87\x04\xbe\x0d\x48\x72\xb7\xf1\xec\x9d\x12\x5f\x53\x3e\x61\x33\xe5\x7d\xe5\xdc\xad\xc5\x81\x7d\xcd\x2c\xc2\x9a\xfb\x62\xbb\xd5\xfd\xba\xb9\x83\x6b\x4d\xa3\x31\x0c\x74\x8d\xb4\xc1\x52\x8d\xfc\x70\xef\xaf\x48\x22\x6c\x5e\xa5\x17\x42\x83\xfb\x8c\x5d\x6b\xe2\x36\xab\xe3\xd7\x36\x11\x15\x37\x0b\x65\x0b\x1b\xf5\xba\xc2\xd9\xc2\xb0\xb7\x0c\x69\xeb\x44\x15\x1f\x27\x32\x03\xa8\xc6\xd2\x6a\x85\x0e\x42\x54\x4c\x58\x20\xbf\x19\x37\x33\x96\xa0\xe8\x5a\x60\xfe\x2d\x0b\x5c\x0b\x9b\xf8\x6d\x04\xaf\xad\xd0\x87\x36\x0c\x60\x8b\x17\x75\xb7\x20\xb6\x1d\xf5\x9b\xcd\x02\xd9\x2a\x9d\x2d\xdd\xef\x2d\x5c\xae\x0b\xf8\x8a\x07\x87\x7d\x70\xd8\xd7\xaf\xcd\x4b\x74\xda\x17\xb5\xa7\x36\x74\xdc\x37\x6d\xff\x3e\x28\x69\x8f\x0e\xfc\xaf\xec\x16\x5f\xd7\x23\xfe\x75\xe3\x0c\xd6\x0c\x31\x38\xb8\xed\xbf\x0d\xb7\x7d\xf3\x79\xdb\xc8\x75\xbf\x22\x37\xc8\xf7\xb2\xab\x7f\x35\xe4\xab\x3c\xa9\x8f\x35\xd8\x80\xa3\x2f\xd6\xf4\xb3\x16\x09\x35\x07\x5f\xeb\x93\xfa\x5a\x6b\x16\x7a\xb5\xbf\xb5\x24\xbc\x3d\xab\x93\xac\x0a\xdd\xfd\x94\x8e\xb2\x55\x02\x6f\x3e\x1c\x3c\xf9\x39\xaa\x9d\xf3\xba\xc7\xe9\x73\xd8\x5b\x5f\xa2\x90\xb0\xe9\x90\xa5\x29\x28\xc4\x46\x3a\xf4\xcb\x82\x04\x04\x43\x62\xb5\x9c\x94\x6a\x4b\xb9\x14\xaa\x75\xf3\x94\x45\x50\xf6\x85\x7c\x83\xd1\xad\x7d\x01\xfb\x9b\x65\x4c\x79\x7d\x4a\x91\xb7\x9a\x8b\x84\xc5\x3a\x96\x22\xa9\x64\x5a\x7c\x67\xb0\x0a\x27\x15\x73\x72\x2f\xe4\x63\xc6\xd2\x31\xec\x50\x75\x30\x47\x84\xb3\x16\xe1\x26\x7c\xa6\x18\x4d\x26\x96\x5d\x42\x9e\x38\xb8\x1c\x50\x10\x63\xee\xdb\x08\xe7\x35\x34\xf3\xae\x4d\x48\x4f\x90\x11\x4d\x4c\x8b\xe8\x7c\x58\xb4\x9f\x4a\x04\xee\x7c\x60\x22\x9e\x78\xd1\xc8\x93\x39\x49\x6b\x9d\xa2\x0d\x9a\x85\x25\x80\x4e\xc6\xe9\x4e\x4e\x8b\x07\xba\x4b\x0a\xed\xa7\x5c\x1b\x02\xb6\x72\x22\x45\x38\x4c\x2e\x19\x20\xa0\x47\x00\xf0\x21\x22\x31\x2c\x29\x5a\x40\x2b\x53\xd9\x74\x2c\x85\x87\xc9\xe1\x2d\x3a\x75\x15\xda\xc5\xe5\x4e\xe5\xa3\xd0\x46\x31\x3a\x75\x15\x09\x2c\x27\x06\x53\x2c\xfa\x97\x5c\xfd\x57\xb8\x81\x37\xd9\xe2\x73\x2e\xee\xed\xee\x16\x78\x19\x80\x42\x0b\x3d\xd7\x6c\xda\x7b\x2e\x68\x29\x90\x61\x3b\xa4\x89\xed\xcc\x2c\xc3\x79\x13\x54\x89\xa1\xab\xd0\x43\x36\x31\xaa\x68\x80\xde\x25\xb6\x3b\x02\xac\x0e\x31\x3a\x29\x31\x14\x60\x72\x26\x2c\x9b\x45\xb8\x97\x33\xaa\x4c\xa8\x8b\xe1\xb2\xa6\x13\x39\x9d\xe6\x02\x12\xdd\x9d\x9e\xf6\xe8\xd2\x63\x9d\xcd\xae\x68\xbc\xdd\x17\x3d\xf3\x9d\xb6\xe7\x4b\x8a\x71\x36\x27\x34\x7d\xe0\xba\xc0\x2e\x49\xa4\xd0\xf9\x94\xa9\x0a\x2a\xb4\x03\xb1\xa0\x9e\x56\xec\xd8\xac\xe0\xe5\x41\xfd\xdd\xdd\x30\x26\x43\x36\xb2\x97\xee\x8c\x2a\xed\xed\x43\x35\xb6\x1d\xb7\xb9\xa9\x5d\xab\xaf\x76\x26\x7f\x8a\x8f\x1d\x99\x16\x27\x94\x3a\x7d\xe3\xb8\x7a\x3e\xa3\x82\x19\x4d\x61\x0d\x0b\x93\x22\xcb\x2f\x26\xb7\x0a\x67\x0b\x85\x4f\xab\x6a\xb8\xaf\xbf\xaa\xe1\xd0\xd8\x7e\xbc\x40\x83\x83\xdb\xc8\x92\x57\x99\xa0\x1b\x35\x9a\x67\xe2\xb3\xc9\x38\x5c\x0a\xda\x50\xc3\x13\x5f\xfc\x23\x94\x36\xc2\xaf\x9b\xb7\x76\xd7\x9a\x33\x3a\xa1\xd9\xe2\x0e\x37\xaf\xe5\x0d\xbe\xbf\x9c\xf7\xb9\xe3\x86\x6d\x2f\x0d\x51\x49\x64\x96\x6d\x82\x47\x51\x99\xf9\x69\xf1\xf9\xf2\x11\x15\xfd\xd8\x0d\xf0\x7b\x01\xa7\x06\x31\x34\x68\xe6\x24\x0b\x6d\xdc\x2e\xc5\x2f\x21\x0f\x9d\x13\x91\x4f\x87\x4c\xf5\x85\x1c\x01\x4c\x49\xd6\xa4\x2d\xcf\x94\x9c\xf2\x4d\x12\xfa\x10\xfb\xec\xda\x3b\xe2\x56\x58\x1a\xbd\xbb\x0e\xd0\xc5\x91\xbc\x5c\x8f\x58\xbb\x59\xa0\x9c\xb1\xe4\x0c\x4d\xe9\x42\x89\xa1\xb5\x16\x7c\x95\xf2\xdb\x21\x53\x34\x2b\xb8\xd5\xd3\x08\x61\x7f\xcf\xa0\x2c\x37\xcd\x1e\xe9\xbc\x08\xe4\xd9\xe4\x38\xdd\xa0\x2c\xc2\xb4\x3f\x2f\xd4\x53\x59\x74\x62\x82\x23\x13\xf7\x0b\x57\x61\x9d\x13\x74\x5a\x47\x86\x1b\x9f\x25\x3f\xe7\xa7\x14\xb2\xe3\x63\x1f\xcb\xd7\x9b\xdc\x86\xe5\xc3\x10\xb5\x48\x60\x38\xcb\x97\xea\x53\x89\x72\xf6\xbe\x46\xdb\x03\x53\x3d\xed\x9a\x39\xb2\x5e\x6b\xb1\x76\x8c\x0d\xdc\xac\x00\xab\xef\x71\x79\x79\xd7\x4d\x6a\x48\xaf\xd6\x21\x46\x56\x76\x71\xc5\x0d\x02\xc0\xa0\x8b\x2b\x18\xf1\x8c\xe9\x36\xe9\xd5\xe8\x13\x26\x2a\xc1\x8e\x69\xe1\xe0\xa5\xf2\xf2\x4e\xae\x78\x84\xb2\xe8\xa5\x1a\xc2\x5d\x5d\x9e\xc2\xe4\xa0\x98\x1d\x33\x10\x30\x48\xf2\x00\xc1\x35\xc1\x06\xa0\x02\x86\x15\x2f\x0d\x58\xcf\x2c\x2f\xe0\xae\x7a\x06\x16\x3f\x0b\x1f\x58\x19\xdb\x30\x45\x13\xe3\xab\x65\xb8\x51\x35\x6c\xe9\x3e\x10\x83\xd6\x8f\x9f\xf0\xbd\x42\x69\xfb\xc5\xbd\xa9\x1d\xe1\x6d\xb9\xf5\x8d\x47\x17\xe4\xf2\xcd\x1d\x2f\x1f\xe0\x53\x6f\x4c\xa2\x64\xa4\x18\xd8\x1b\xa7\x21\x66\x53\xa4\x4c\x69\x23\x25\xdc\x50\x37\x67\x3f\x1e\xdf\xf5\x08\x33\x09\x40\xcb\xf7\x45\xa2\x1f\x5a\x56\xa0\xfd\x25\x67\xc6\xfe\xdc\x04\x5e\x35\x65\x42\x03\x27\xe0\xeb\x96\xac\xf2\x0b\x63\xff\x7b\x56\xfe\x7e\x09\xc9\x87\x89\x85\x42\x25\x96\x76\x43\xa5\x12\x4b\xa6\x80\x62\x80\x4b\xab\x6b\x28\x06\x4b\xd2\x75\xeb\xe0\x29\xb7\xf0\xd4\x8b\xbf\xe7\x62\x43\x31\xe9\xb4\xf8\x28\x1a\x45\x83\x14\x36\x9d\x51\xc5\xf5\x66\xcd\xfb\x6f\x6a\x5b\x5f\xc5\x44\xfc\xba\x52\xe2\x4a\xfb\x91\x02\xc9\x93\x18\xc5\x18\xb0\x90\x40\x4f\xee\xae\x97\xce\x3c\xee\x27\x16\x7d\xd4\xee\x8b\x4f\xde\xfe\x59\xfc\x1a\x8a\xa9\x60\xbc\x07\x4b\x49\x0e\x3a\x53\xb9\x15\x68\x36\xe5\x3a\xfc\x00\x18\x16\x3a\xcf\x0c\x42\x8a\x8d\xa0\x5c\x9f\x1f\x28\x3e\xa9\xe3\x12\x8a\x8a\x64\x72\x21\x77\x2b\xb2\xc4\x47\x03\x96\x6d\x22\x3b\xf6\x46\xdd\x4c\x5b\xfa\x4e\xee\x1b\x4e\xe7\xef\x3d\x32\xe5\x06\x1b\x54\x4c\x06\x24\x37\x0f\xac\x84\x5a\x09\xda\xe9\x32\x04\x28\x63\x04\x8c\x6c\xd5\xc0\x0d\x0c\x74\xb5\xbb\xe8\x64\x6b\x5f\x3b\x52\xc9\x8c\x78\xb3\xdc\x10\x7a\x21\xd4\xf4\x85\xca\x05\x20\x11\x04\xfb\x39\x25\x9a\xf9\x02\x95\x89\x14\x28\x03\x38\xe3\xc9\xd8\xb2\x09\x2b\xf9\x81\x13\x45\x0a\xd0\xa8\x64\xae\x2d\x0f\xa1\x53\x66\xec\x05\x85\x88\x8e\xe8\xc1\x68\x91\x99\xe2\x53\xc3\x1f\x58\x80\x0f\x89\x77\xee\x94\x1a\x9a\xc9\x71\x47\x19\x3e\xa2\x89\xb9\xa5\x3b\xa9\xcc\xd4\x35\xb3\xad\x17\xdb\x0f\x83\xf4\xce\xec\xda\x8f\x99\x60\x0a\xe6\x09\xc5\x61\x6a\x4f\xf0\xa6\x65\x63\x0a\xc6\x0d\xb8\x60\x09\x22\x29\xe9\x60\x62\xa0\xb9\x91\x53\xab\x90\xd2\x2c\x9b\x03\x42\x92\x7d\x32\xa1\x7a\xe2\xf7\xb9\x11\xbe\xb3\x69\x71\x4f\x69\x32\x61\x37\x50\x68\xaf\x6e\x71\x2b\xa3\x7c\xc3\x44\x3e\x7d\x73\x42\xfe\xbb\x98\xe3\x69\xe7\xf4\x87\xee\xe0\xac\x77\xd3\x79\x7f\xde\x3d\x8b\xe6\xe3\x9e\x7c\xea\xdd\xdc\x2c\xfe\xfa\x43\xef\x76\xf1\xc7\xab\xcb\xab\xbb\xf3\xce\x6d\x5d\x2b\xe7\x97\x97\x3f\xde\x5d\x0d\x3e\x74\x7a\xe7\x77\xd7\xdd\x9a\x4f\xef\x6e\xc3\x43\xf7\xec\x6f\xd1\x19\x82\x74\x2c\x3b\x9f\x86\xd1\x56\x8f\xd9\x11\x29\xbf\x78\x42\xee\x9c\x27\xc6\xd5\x31\xf5\x36\x23\x0a\x41\xbc\x10\x57\x94\xa2\x31\x29\xed\x0b\xe2\x3f\xb7\x73\x6f\xfa\x14\x5d\x44\xc9\x84\x91\x4c\xca\xfb\x7c\xe6\x18\x18\x46\x9b\x09\x89\x06\x19\xa6\xa3\xd6\x7e\xe8\xdd\x9e\x04\x8f\xd0\x62\x63\x51\xde\x85\x27\x75\x18\x17\xf5\x4c\x13\x2b\xc3\x2a\xf6\x00\x47\x32\x78\x0a\xa3\x1e\xc2\x06\x2c\xeb\x07\x5b\xa3\xc2\x54\xba\x49\x53\x87\xb1\xeb\x27\x16\x35\x5c\xde\xbe\x65\xab\x19\x96\x03\x81\x79\xc8\x90\x25\x34\x47\x47\x9a\xbd\x8d\x94\x92\x2a\x1e\x70\xb1\xed\x3b\x36\xfa\x66\x51\xc8\x28\x23\x68\x62\x31\x4a\xfb\x49\x74\x72\xac\xba\x0c\xaa\xb4\x62\x54\x4b\x41\x1e\x27\x73\xb4\x4d\xf9\xba\x5e\xd3\x21\x43\x7f\x09\x64\x66\x5b\xbe\xed\x05\x56\xc2\xc1\x31\x47\x0d\x79\x64\x10\x71\x98\x3b\xe8\x1f\xd4\x8f\xed\x01\xd4\xbe\xf4\xb1\x0e\x60\x68\xa5\x48\xc4\x46\x8e\xb9\x0f\xa1\xd8\x7e\xaf\x59\x1d\xb7\xdc\x3c\x6c\xac\x90\xdb\xb0\x51\x60\xa1\xde\x4b\x0a\x23\x6e\xb0\xf7\x7b\x96\x5d\x63\x77\x5e\x22\x03\x2d\x5e\x1b\x2b\x38\xba\x81\x02\xc5\xab\xc7\xe3\xe3\xad\x4b\x19\xeb\x9b\xe5\xe8\x05\x0f\xff\xca\xb5\xba\x95\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\x0d\x66\x69\x70\x6f\x18\x90\x5b\xd7\xe2\xd8\xc7\xe8\x4e\xa0\xac\x05\xe0\x9a\x69\x49\xed\x2d\x51\x68\x9d\x80\xba\x4b\x34\xd1\xcc\xde\xc2\xeb\x22\x8c\xd5\xf5\x7e\xe9\x5b\xa8\xdd\xf2\x8c\x8d\xcc\xa0\xd6\x97\xb2\xc4\x6c\x68\x5b\x14\x69\x43\xd4\x3e\x1f\x4f\xf6\xd0\xe2\xfa\x92\xfc\x1f\x9d\xaf\xcb\x8a\xef\x91\x16\xaf\xa4\x34\x28\x43\x16\x7a\x06\xf1\xab\x09\x26\x00\xd7\x29\xa2\x92\x5a\x41\x8d\x83\xa4\x66\xe5\xf2\x7b\x21\x1f\x45\xb0\x97\xeb\x76\x5f\x74\x29\x00\xe5\x06\x65\xc1\xc5\x1e\xa0\xa4\xbe\x52\x46\x2f\x21\x6f\xbe\x90\xbc\xd9\x82\xee\x1d\xb8\x7c\x36\x27\x05\xba\x6a\xe9\xbb\x75\x4e\x0f\xda\x92\xbd\x9c\x86\x13\x76\x80\x82\x86\xcd\x9c\xbd\x1b\xe7\x59\x04\xd5\x82\xcb\xd4\x76\xd5\x26\x9f\xbd\x75\x06\x42\x3b\x0a\x54\x60\x83\x17\x4e\x46\xe7\x4c\x35\x2f\xec\x3e\x12\x2a\xf7\x1d\x6f\xb1\x7c\x81\x43\xa6\x4c\xcd\x2a\x97\x94\x64\x21\xd0\x6a\xba\x41\xcc\xd8\x69\xf8\xe8\x86\x2d\x8f\x01\xfd\x00\x08\x83\x50\x74\x34\x83\x1b\xda\xf2\xd1\xff\x85\x9b\x05\x89\x94\x50\x8c\xdf\x59\xf8\x23\xbf\xa4\x3d\x3f\xe0\x57\xb3\x52\xc0\x10\x92\x6f\xb1\xbe\x67\x9b\x74\x00\x23\x17\xd0\x4f\xed\x55\xe8\x03\x72\xf8\x58\xc8\x55\x61\x03\x0d\xc4\x94\x44\xc4\x74\xd3\x4c\x4c\x1a\xa8\x29\x44\x0a\xec\x89\xa2\xf6\x90\xf2\x60\x79\x0b\x5d\x4c\xdb\x5f\x3f\xd1\x61\x03\x05\xfb\x6b\x84\xe0\x2c\x0c\x37\xfa\xf0\x5f\xf5\x43\xff\x98\x53\x45\x85\x81\xc0\x12\x27\x78\x2b\x16\x45\x2b\xb2\x2f\x10\x81\x25\xd0\x58\x0b\x3f\xc5\x9b\xeb\x1d\xe9\x58\x4a\x96\xa7\x2d\xc2\xdb\xac\xdd\x72\x25\x4f\x74\x3e\x2c\xde\x9c\x58\xc9\xa1\x2f\x16\x02\xf7\xdb\xa4\x93\x69\xe9\xbe\x60\x22\xc9\x00\x93\x3a\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\xc3\x9c\x2f\x45\x1f\x3c\x21\xae\xcb\xc2\x35\xf4\x64\x9b\x84\xe0\xca\xcb\x36\x08\xde\x80\x8d\x29\x12\x2a\xfa\x22\x90\x33\x79\x4b\x4d\xc6\xa8\x36\xe4\x0f\xef\x36\x0a\xb8\xf0\xf3\x2b\x98\xab\x3b\xbd\x45\x68\xa9\x0f\x67\x6b\xaa\xa0\x02\x90\x9c\x84\x12\xc1\xa2\x00\xf5\x96\xdd\x66\x23\xc9\x03\xd7\x39\xa0\x7c\x47\x61\xec\x88\xd3\xcc\x8d\xf6\x90\x83\xa8\x30\x35\xb0\x11\x5f\x35\xc1\xf9\x24\xdd\xb0\x6a\x08\xcb\xe9\x4e\x1c\x95\x33\xc8\x24\x2b\x02\xcb\x26\xd4\xf4\x85\x63\xac\x3e\x16\x23\x82\x83\xed\x64\x59\x39\x98\xcb\x0a\x38\x29\x13\x76\xc2\x80\x51\xde\x0e\x0b\x74\x01\xda\x57\x88\xff\x29\x57\xad\x09\x67\xc5\x2a\x6a\x7d\x11\xb2\x81\xe2\xb6\x6b\x85\x9d\x3a\x13\xf0\x33\xca\xc0\x35\xdd\x9f\x23\x58\xfc\x1a\xb2\x70\x73\x69\xa7\x25\x2e\x93\x05\xb3\xfb\x12\xd1\x78\xdf\x1d\xac\x2f\x29\xd7\x9b\xb0\xe1\x96\x7d\x94\x35\x16\xf1\x86\xcd\x8d\x44\x8b\x5d\xf4\xef\x10\x88\xf6\x5c\x4e\xd9\xd2\xd0\x7b\x29\x44\x89\xaf\x66\x82\x45\xd4\xb5\x67\x1d\x60\x8b\xe6\x69\x14\x37\x1a\x05\xd5\x41\x78\xb0\xe7\x7b\xee\xcd\x06\xe7\xe8\xec\x75\x4f\xbf\x55\xcc\xdf\x4f\x25\x44\x96\x2d\x4e\xbc\x59\xd6\xeb\xa4\x7f\xa7\x09\x13\xc9\x1c\x7b\xf2\x18\xd7\x85\x1c\x77\xeb\x0c\x4e\x1e\x31\x83\x82\xbd\xbd\x56\x3a\x74\x75\x1f\xda\xa4\x0b\xf7\x8c\x2f\x03\x41\x47\xde\x67\x10\xbd\xdc\x17\x56\x31\xb1\x57\xbc\xc6\x41\xfb\xf6\xcb\x24\x5e\x77\x02\x30\x55\x72\x27\x77\xcb\x74\x35\x18\x53\x93\x32\xe1\x33\x35\xa1\x0d\x40\xb6\x21\xdd\xf1\x09\x49\x65\x72\xcf\xd4\xb1\x62\x29\xd7\x27\xe0\xfe\x36\x8d\x7e\xb7\xa9\x55\xb6\x77\x16\x34\xb6\xad\xc4\x84\xfd\xbb\x88\x62\xbc\xb7\x98\x95\x10\x46\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\x7d\x3b\x61\x9a\xf9\x98\x00\x9c\x94\x91\x04\x3d\x21\xc8\x2e\x66\xd4\x4c\x34\xe4\x3a\x94\xd7\xc0\xe9\x5c\xf0\xa9\x5d\x21\x3a\x83\x90\x02\x34\x52\x14\x1f\x85\x20\x7e\x6d\x78\x96\xf5\x85\x60\x2c\xd5\x58\x44\xfe\xbb\xda\x9c\x1a\xfb\x69\x8b\xd0\x34\x25\xff\xfb\xed\x87\xf3\x9f\x6f\xbb\x83\xde\x05\x58\x9c\x7b\xe7\xdd\x77\xad\xf0\xe3\xe5\xdd\x6d\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\x5e\x87\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\xc8\xe6\x3f\x59\xed\xfa\x8a\x72\xb5\x36\xed\x75\xc5\x03\x57\x52\xc0\xd4\x82\x55\xab\x28\x5e\xc8\x8c\xf7\xb5\x45\x87\x4a\xa3\x2c\x0c\x61\x14\xb3\xc6\x40\xca\x4a\xc9\xd4\x97\x31\xdd\x0e\xba\x7e\xd9\x17\xa3\x7c\x5e\x9b\x76\xec\x86\x3e\x50\x9e\x41\x10\xac\xbf\x68\x0a\x1a\xc4\x22\x68\x27\x84\x65\x74\x28\x15\xa4\xc6\x60\xd4\x8e\x6f\xc2\x2d\x18\x94\x03\x0a\x0d\x35\x05\x63\x4a\xf5\x74\x55\x7f\x4b\xf7\xd0\x95\x54\xeb\xdc\xe4\xf6\x35\x58\x05\x39\xb3\x2a\x59\x85\x89\xba\x6b\x76\xc4\x28\x56\x05\x41\xff\x8e\xb3\xca\xbb\x00\xcf\x2c\x2b\x81\x9c\xda\x33\xa0\xdb\xce\xe1\x5d\xbc\x29\x05\xf9\xf1\x2f\x9a\x0c\x73\xd3\x17\xe5\x36\xa4\x80\xa2\xa7\xef\xa9\x49\x26\xef\xfa\xe2\xd2\x2a\x8c\x3f\xfe\xa5\x21\x01\x3a\xa5\x86\x0e\xea\xe9\xab\x79\x4d\xce\xa8\xa1\xe7\x92\xa6\x5c\x8c\x5d\x35\xdf\xfa\xb5\x78\xdf\xbd\xed\x9c\x10\x9f\x33\x19\x52\x1f\x8b\xb4\xf9\xa8\x21\xe0\xad\x30\x11\xcf\x10\x80\x2b\x8b\xc0\xc5\x9d\xb1\x0b\x04\x21\x7b\xf7\xf4\x05\x2c\x25\x32\x48\x6e\xc8\x4c\x3a\x44\x3a\xab\x60\x49\xa2\x72\xe1\x8c\xd2\xce\x26\x68\x57\x07\x28\x32\x6c\x86\x13\xad\x40\x34\x59\xe4\xdb\x7d\x01\xaa\x76\x48\x44\xcb\x64\x42\x33\x88\x80\x3b\x8a\xac\x73\x56\x01\x97\x39\xa4\x13\x41\xe8\x89\x98\x97\x03\x55\x3d\x5e\x70\x21\x5f\xc5\x1b\x05\xaa\x3c\xec\xa3\xf3\x8a\x4e\xa5\x65\x1e\xed\xbe\xe8\x8d\x30\x40\x2e\xc3\xd5\xb1\x1f\x32\x01\x8e\x61\xbf\x2c\xf6\xa9\x67\x2d\x50\xee\x01\x1d\x84\x34\x01\x43\xbc\x98\x43\x78\x33\x40\x95\x49\x08\xb4\x28\x18\xad\x23\xca\x85\x5d\x0c\xd7\x5b\xfc\x59\x5f\x60\x60\x5e\x69\x63\xe2\x2c\xde\xa8\x7b\x29\x20\x6e\xb0\xb8\xfa\x82\xb0\x30\x73\x71\x84\x4e\x6e\x9f\x29\x76\xe4\xcb\x82\xd9\x5f\xa3\x45\xb5\xb7\x65\x9b\x5c\xc7\xaa\x72\x2a\x93\x7c\xea\x31\x44\x20\xef\xca\x05\x9c\xb9\x0b\x31\x90\x08\x5e\xd2\xb5\x24\xff\x9b\xf8\xbf\xb5\x72\xe6\xd5\x8e\xc5\x24\x03\x59\x0d\x66\xe5\x96\x4a\xad\x71\x61\xd8\xb8\xea\xac\xdb\x04\x9a\xf1\x02\xa2\xd4\xad\x54\x0e\x8e\x3c\x23\xad\x26\x29\xc1\xa4\x8c\xe9\x71\x32\xfd\x4e\x93\xde\x95\x15\x38\xac\x82\x19\xce\x49\xae\x0d\x86\x5b\x41\xca\x09\x7e\x8d\x21\xef\x2d\xf2\x3d\xe9\xe7\xdf\x7f\xff\xa7\x84\x7c\xf1\xff\xf8\xf7\x3f\xff\xf9\x4f\xff\xbe\x4d\x0d\x5d\x68\xb7\x58\x23\x07\xd7\x53\x95\x40\xe2\x1d\x58\xe4\x26\x3b\xec\x82\x3b\x24\x4d\xcb\xef\xb4\xef\xc6\x94\xa5\xba\xc7\x51\x38\x0d\x1d\xbb\x53\xa8\xe3\xd3\x43\x4a\xc7\xa7\x70\xdb\x6b\x66\x5a\xe5\x53\x1c\x64\x4b\x27\x40\xff\xaf\x25\xa0\x01\x03\x4b\xcd\xdb\x85\xfd\xf0\x2c\x48\xb3\xb6\x11\xf2\xd6\x99\xdb\x0c\xb8\xeb\xde\xf9\x4b\x48\x66\x29\x53\x38\xa6\x60\x21\x0b\x76\x3b\x38\xbf\xec\xcb\x2c\x93\x2e\x20\x83\x12\xcd\x66\x14\xee\x6b\x7b\x5e\xdb\xa4\x2f\xba\x5f\xa8\x65\xaf\x2d\x5f\x0f\x09\x6b\x39\x83\xa3\x63\x44\x13\x46\x50\x34\x7e\xfb\xe5\xc4\xfe\xd6\x22\xf3\x13\x88\xab\x6c\x91\x7f\x9c\xb8\x74\x66\xaa\xcc\xc0\xfe\xf4\xce\xcb\xb6\xae\x09\x18\x35\xd7\xa4\xff\xe6\xf8\x81\x2a\x5f\x94\x1c\x51\x19\xdf\x38\x06\x18\xc0\x48\x63\x69\x38\x93\xf2\xde\x45\x9d\x2e\x7c\xe9\xfe\xd3\x46\x0a\x0f\x8e\x0a\xdc\x7d\x17\x40\x6c\x25\xb7\x23\x78\x81\x91\xf6\x6c\x48\xda\x7f\xd7\x52\x90\xf6\x9c\x4e\x33\xf7\xab\x7f\xea\x82\x62\xa9\x0e\x65\x80\x7d\x4c\x4c\x36\x47\xdb\xe4\xfb\x4c\x0e\x61\x5e\x9f\xfc\x5c\x31\xac\x14\x06\x5a\x5c\x12\xc5\xbd\xe2\x26\xc2\xad\xc6\x4c\x53\x4c\xf1\x86\x5a\x5b\xbe\xd2\xbd\xe5\xc6\x8b\xd3\xfa\x12\xc6\xf4\x5f\xe8\x89\x85\x55\xf1\xc9\x68\x68\x8f\x0d\x41\x5d\xb6\xd5\x2f\xe4\xad\x63\x43\xef\xec\x5d\xe0\x82\x78\x71\x1d\xea\x3a\x98\x87\x0e\x7e\x8e\x3a\xe0\x82\x60\x7a\xe1\x92\x2f\xff\x71\xdc\x6e\xb7\xc3\xd7\x17\x76\x2e\xff\x8f\x70\xa3\x59\x36\xc2\x96\xfc\x4d\x33\xef\x8b\x4f\x56\x6f\x89\xed\xc5\x05\x60\x0a\x14\xc0\x49\x64\x46\x8e\x0a\x1b\x6a\x2a\x13\x4d\x7e\x6b\x25\xc9\x68\x2d\xe1\x47\xab\x3a\xd5\x9f\x2b\x57\x07\xed\x99\x0e\x96\xb3\x41\x57\x8f\x56\x0c\xb5\x10\x74\x49\xaa\x21\xde\xe8\x81\xa7\xb9\x27\x06\x4b\x3a\xc7\x0e\x8e\x01\x4a\x94\xb9\xb2\xd8\x4d\x55\xda\xeb\x03\xbc\xeb\x85\xb8\x05\x96\x5b\xc0\x5f\x20\x5d\x37\x2c\x80\xc3\x24\x70\xdc\x01\xe7\xd9\x8a\x1d\x16\xf6\x82\x11\x31\x36\x95\xce\xa7\x53\xaa\xe6\xc7\xc5\x71\x5b\x24\xce\x02\xa2\x10\xf8\x4c\xe6\x17\x00\x9c\xa6\x99\x3b\x5b\x2e\x6e\x20\xaa\xa4\x3c\x09\xe9\x00\x24\x65\x09\x4f\x5d\x84\x15\x45\xfc\x64\x26\x12\x99\x3a\xba\x2e\xb2\x28\xcb\x82\x45\x78\x67\x51\xa4\xf0\x31\x28\xba\xb0\x7f\x09\x83\xa9\xd5\xee\x0d\xff\x71\x03\x0b\x97\x03\xa8\x07\xce\xc6\x1b\x38\x24\x7b\x97\x37\xfe\x9b\xf5\x2f\x5e\x58\x87\xb2\x68\x4d\xbd\x62\xe6\x8d\x00\x8a\x3e\x16\x57\x30\x44\x53\xa0\x41\x24\x0f\x39\xa6\xf8\xf7\xa9\xbc\xe2\x99\xbd\xb9\x80\xc6\xdb\x7d\x51\xfa\xb9\x45\x58\xc6\xa7\x5c\x84\x60\x36\xe4\xef\x72\x84\x52\xee\x3d\x37\x76\xcb\x74\x7a\x6f\x59\x98\x4f\xd7\x8f\x54\x9f\x8e\x98\x7b\xd2\x09\xbe\x20\xa7\xf4\xe7\xda\x8e\xab\x50\x8b\xad\xcc\x69\x9b\x38\x72\x72\x23\x8f\x08\x0f\xce\x6f\x5f\xd8\xd6\xfc\x59\x2a\xa2\x68\xa3\xf6\xa2\xe6\x8e\x40\x4e\xe7\x3e\xa1\x0e\x5a\x80\x3e\x4a\xa1\xb0\x41\x4c\xad\x11\x52\xba\x95\xfa\x83\x9b\xe7\x5f\x40\xcc\xe0\x40\xc8\x94\x6d\x18\x3a\x5c\x53\xdf\xcd\x19\x7e\xbd\xbf\x50\x31\xcc\x91\x01\x3e\xd1\x94\x14\xc8\xb4\xde\xd0\x18\x5a\x5b\x28\xd1\xb5\x03\x30\xdc\x8f\xdb\x16\xab\x2e\x78\x1a\xb4\xe2\xd5\x82\x28\xa7\xb1\xb4\xf6\xe5\x62\x8e\x3b\xc9\xe8\xe9\x76\xe6\x60\x9c\x7b\x02\xcb\x5e\x94\x7d\x27\x63\x25\xf3\x59\x48\xfc\xf5\x29\x50\xb8\x0d\xee\x46\xeb\x89\x91\x3c\x71\x52\xf5\x39\x17\xf7\x78\x17\x3e\xd5\x1e\x85\xb2\x89\xd1\xef\x9e\x83\xe1\x8a\x1f\xb9\xda\xb9\x76\xd4\xda\xd0\xe4\x1e\x01\xd3\x96\x95\xdd\xdc\xb4\x70\x68\x71\x5f\xe6\x59\xe6\xba\x2d\xd8\x67\x01\x1d\xff\xc0\x29\xa1\xe4\xee\xba\x57\xdf\xf7\x3d\x5f\xb4\x9e\xd7\xf3\xce\x32\x81\xc0\xff\xfc\xc8\x37\x8a\x73\xab\x00\xfc\xb1\x12\xa9\x07\x13\x40\x13\x2c\x52\x85\x77\xef\xe8\xae\xb3\x3c\x68\x30\xad\xa1\xd4\xfa\xc9\x17\x1d\x9f\xb9\x8f\x3f\xd9\x6f\xeb\x77\xe4\x13\x24\x78\x84\x2c\xf8\x29\x15\x76\x82\xbe\xd7\x06\x1b\x11\xb2\xc5\xad\x86\x74\x37\xdb\x6a\x40\xd8\xe3\x7a\xf1\xa4\xbe\x2b\xdf\xca\x23\x1a\x8d\x68\x86\x0a\x97\x99\x80\x20\xde\x22\x37\xc9\x84\x4d\x29\xc4\x18\x4c\xcb\x02\x39\xc8\x25\x6f\x33\xaa\xc6\x28\x25\x68\x66\xf4\xbb\x9a\x1d\x2e\x42\x6d\x77\xd8\xe1\x2d\xe0\x96\x63\x7b\x3b\xa4\x01\x2e\xe3\x00\x61\x94\x65\x98\x97\xc0\x9c\x7c\xff\xfe\xee\xb0\xea\x2a\x7e\x02\x37\xa6\xc2\xda\xc5\xa9\x15\xc5\x9a\xf3\xdf\x77\x44\xf8\xbe\xa0\xd3\x90\x2b\xea\x61\xbe\x5d\x4e\x00\x8e\x6d\xc8\x00\xf2\xa7\x79\x0c\x3b\x63\x7a\xc7\x43\x70\x10\xc2\x4d\x23\xe8\x8b\x8e\x7f\x25\xe4\x9b\x81\x7c\xa3\xd0\x4b\x0a\x51\x49\x18\x83\x07\x32\x46\x54\x79\xd3\x4d\xae\x61\x12\x9b\xe6\xf5\x54\x61\xc9\xad\x8c\x13\x00\xbf\x50\xbb\xf3\xc2\xae\x9f\x47\x43\xcf\xae\x3a\xc3\x0e\x9d\xdf\xf8\x29\x56\x0a\x3d\xd4\x75\xbc\x8a\xf9\x76\x43\x2e\xb1\x6b\x28\xae\x2d\x81\x91\x4b\xd9\xbc\x88\x93\xb1\x2b\x8e\x72\x69\xa5\xb3\xd2\x61\x1d\x61\xce\xdc\x6e\x06\x3d\x54\x63\xf6\x1e\xa1\x62\x26\x4c\x80\x24\xb8\x7e\xcb\x90\x78\xb8\xb9\x35\x8e\x16\xc9\x75\x85\xe2\x12\x9c\x0b\xb9\xe0\x0e\x87\xd4\xe9\xaa\x91\xa3\xd8\xdb\x74\x8a\xef\xb9\x26\x9a\x1a\xae\x47\xbc\x56\x42\x8e\x33\x15\x77\x59\xf5\x8d\x6a\x65\xfb\x6d\x5e\x46\xaa\x21\xe0\xad\x4d\x3e\x70\xa5\x4d\x34\x25\x23\x43\xa2\x61\x53\xf5\x4d\xab\xdc\x3e\xa5\x7f\xc9\xcf\x20\x7a\x7f\xa9\xd3\x2d\x04\x37\xb6\x49\xa7\x50\xb3\x31\xd5\x12\x15\xe8\x15\x33\x62\x99\x66\xdb\x10\xdf\x5a\x3a\x09\x98\xa3\x81\x80\x08\xb0\x4b\x6d\x7f\x2f\xf0\xba\xc2\x30\x1f\x21\x7f\x80\xde\xb3\xa6\x9a\xdd\x9b\xd6\x7b\x5f\x59\xe6\xbd\x13\x54\x0e\x89\x5a\xc7\x36\x03\x5c\xff\xd8\x15\xd9\xad\x7c\x74\x6c\x97\xdc\x8a\x1a\xc9\xbd\x0b\x5b\x1c\x01\x1d\xba\xfc\xd8\xc7\x89\xd4\xf1\x39\xf3\xfb\x07\x9b\x69\x54\xce\x7c\x78\x22\x44\x7d\x86\x05\x46\x27\x91\x90\x71\xfa\x2c\x8c\x3a\x1c\x52\x0c\x6b\x08\xfb\x4d\xdc\xdd\x80\xcb\x00\xe6\x1a\xdf\xd4\xe2\x69\x2e\x39\x84\x77\x38\xce\xf7\x6c\x55\x1d\xb5\x65\x9b\x16\x4e\x6e\xc3\x35\xb6\x29\x38\x59\xe3\x59\xda\x28\xfe\x15\xac\x0d\x3c\x01\xe0\x1b\xbc\x76\x67\x94\xd7\x79\x36\x9c\x55\x6d\x97\xf5\x7b\x4a\x08\xa7\x7d\x63\x37\xb9\xe9\x6e\x89\xdb\x94\xe1\xd7\xde\x06\x28\x1f\x3d\x5e\xd3\x3e\x50\x8e\xd6\x84\xf7\x0d\x50\x30\x48\x3c\x1a\xab\x8f\xe2\xb8\x36\xa3\x91\xd2\x12\xa3\x59\xd8\x39\x7e\x35\x38\x89\x31\x99\x4a\x8e\x02\x28\x15\xfa\xf7\x11\xbf\x4e\x8e\x6a\xfe\x61\xb5\x18\xfd\x2e\xa4\x70\x52\xed\xfb\x28\x72\xaa\x9a\x49\x70\x3f\x18\x48\x7e\x29\x9e\xf2\x3e\xf4\x67\x26\xbe\x0f\x37\x59\xf8\x7a\xa2\x2a\xdc\xef\x18\x52\x4e\x95\xcc\x85\xc7\x90\x91\x82\xc9\x11\x58\x45\xc1\xd1\xe0\xf5\x7e\x80\x97\x10\xd2\x44\xe1\xe3\x8a\xcd\x30\x78\x11\x24\xd4\xe6\xe5\xde\x11\x47\x69\xd5\x3a\x3f\x05\x8e\xd2\xae\xeb\xee\x0e\xce\x57\x5a\xf0\x5d\xd1\x71\xf0\x28\x6d\xc0\x66\xe1\xfd\x95\xca\x78\xe0\x03\xa0\x7d\xc7\x55\x0a\x30\x5b\x12\x62\x26\xd8\x91\x91\x47\x90\x76\x03\xc9\x1c\x88\x6c\xd6\x84\xf7\x0b\x46\x8c\x4d\xae\x03\xfb\xfe\x1a\xe3\xc4\x40\x99\x2f\xd1\x40\xdd\xdd\xab\x89\xaf\x50\x06\xc2\x8c\x10\x4c\x39\xfd\x6c\xe5\xcd\xb1\xa1\x89\x23\xde\xca\xe5\x36\x4e\x87\xda\x53\x41\x9d\x0a\xfe\x4d\x1a\x31\x81\x36\x81\x60\x90\x89\x9c\x4a\x7b\x6d\xcb\x5c\x47\x0f\x31\x9a\x08\x2e\x9b\x25\xf5\xd9\x66\x98\x66\xfb\xf5\x66\x63\x8f\x96\x7d\x84\xb2\x63\xfc\xd2\x6a\xe8\xbd\x68\x26\xc3\x32\x74\xd9\x8a\xf1\x07\xcc\xa9\xe5\x74\x03\x06\xb4\x29\x1f\x4f\x1c\xa2\xb2\x43\x92\xe1\xff\xb0\x1a\xa4\x25\xa9\x10\xb8\xe3\x13\x77\x9c\xa7\x1d\xb3\xc9\xeb\xca\x7c\x36\x3a\x30\x36\x41\x4e\x03\xc6\x32\xcc\x47\x37\x00\x83\xbc\x42\x79\x09\x59\x98\x85\xbf\xdc\x2e\x72\xf0\x59\xfa\x1c\xa1\xf0\xe1\x43\x01\xe7\x3d\x9f\xb1\x16\x19\xe6\xf0\xfc\xe2\xf2\x36\xb6\x0d\x71\x01\x8f\x8f\x92\x09\x4b\xee\x21\xc4\x0d\x99\x22\x2e\x97\xc7\x65\x1f\xce\xfb\xa2\x00\x8d\x35\xd2\x1b\x3a\xe6\x01\x95\x27\x20\x53\x49\x45\x52\xae\x67\x19\x9d\x13\xf6\xc5\x30\x81\x9e\xb1\xc2\x63\x1e\x5c\xca\x96\x58\xb6\x53\x5b\x00\xd5\xd6\x71\x01\x2f\x87\xc1\x5f\x7e\x12\xa1\xb0\x4a\x08\xf3\xa8\x13\x3b\x76\xc6\x49\xda\xc5\x43\xd6\x84\xcf\x1c\x95\x13\xc2\x1d\x8d\x4d\xa5\x21\x9d\x42\x54\xf2\x22\xfa\x6f\x7c\xe0\x09\x58\x50\xfa\xbe\xf2\x88\xfd\x1b\xd1\xf1\x99\x7a\x60\x69\x5f\x94\x13\x56\xdc\x55\x56\xec\x32\x29\x70\x3b\x9b\x58\xe7\xe6\xe0\x80\x31\x14\xc8\x72\xe7\x1d\x04\xe9\x16\xd9\xb9\x21\xb6\x62\x09\x8e\x68\x7d\x45\x90\x27\x00\xbc\x5c\xdb\xf8\x51\x00\x85\x3a\x94\x3f\x07\xe3\xeb\xca\x6b\x64\x10\xf4\x18\x08\x33\x84\xe3\x63\xae\x5e\xf0\x39\x3b\x1f\xf4\x42\x40\x64\x5d\x1b\x7d\xe1\x03\xe7\x46\x79\x96\x61\xfe\x75\xc3\x72\xf9\xf4\x1c\xef\xe3\xfd\x7a\x39\x10\x41\xaf\x25\x11\xb2\x6a\xb0\xfa\xa5\x6c\x96\x42\xa8\x53\x32\x2f\x2a\x29\x01\xf1\x32\xa1\x73\x88\x05\xf2\xa8\x8a\x10\xa1\x3a\x66\x86\x58\xb9\x23\xcd\x33\x8c\x04\x83\xd0\x5a\xc8\xf5\xa1\x59\x46\xb8\xd1\x7d\x11\x52\x93\x10\x67\x06\xae\x02\x1f\x7b\x9b\x3a\x59\x10\xba\x80\x66\x1d\xf6\x3e\x5c\x10\x3c\xe1\xa6\x34\x24\xb0\x54\xce\x63\x28\xb2\xd9\x8c\x51\x8c\x5a\xf0\x85\x79\x63\x69\xb0\xba\x0d\xce\xc5\x0f\x90\xe8\xcd\x15\xb2\xf7\x41\xbd\x08\x89\xbf\xf1\xa6\xb4\x49\x07\x67\x67\x45\x41\x8f\x0b\x8e\xa3\x75\xd1\x92\xce\x9f\x60\xe5\x2d\xa3\x43\x81\xa1\x20\x51\xcf\xa8\x32\x3c\xc9\x33\xaa\x32\xc0\xfb\x19\xe5\x19\xe1\xa3\x08\xe2\x1c\x36\x01\x33\x53\xa0\x8c\x98\x84\x3b\xc2\x47\xbd\x68\x3a\x65\x51\x90\x9e\x53\x3c\xb3\xc8\x88\x88\x68\x1b\x68\x9d\xb2\x6d\xbd\x6b\x93\xb3\x2a\xa0\x3d\x1c\x8b\x28\xa3\x95\x6b\xe4\x80\x61\xbc\x51\x70\x09\x02\xe3\xf3\x91\x15\x76\xbf\x8b\x0e\x5e\x53\xe5\x14\xaa\xef\x37\xb4\x50\x7a\x58\xa4\x15\x15\x55\xea\x82\xcb\x6e\xa1\x20\x47\xc9\x6e\x19\x4e\xc4\x8a\x0a\xae\x1b\x0e\x32\xce\x06\xde\x62\xa0\x9f\xa3\x8a\x17\xd5\xc1\x4e\x97\x20\xaa\xc3\x3e\x6e\x38\xd4\x08\xed\x70\xf3\x81\x46\x94\x13\xdb\xa3\x1b\x57\x76\xb5\x72\xf9\xb9\x84\x3b\x48\xec\xb8\xac\x60\xcf\xd0\x83\x51\x29\x74\x05\x63\x70\x00\x85\x80\x27\x13\x0e\xdb\x90\x91\x8c\x8b\x7b\x1f\xcf\x6a\x77\xbe\x45\x68\xd1\x3a\x1c\x3e\x1c\x3d\x12\x73\x83\x64\x53\x87\xbe\xb4\x83\xb0\xb3\x5e\x4c\x50\xed\xe6\x86\x79\x6f\x04\xb0\xb5\x50\x27\x2a\x9a\xc7\xfa\xdb\xb2\xd4\x6d\x17\x84\x58\xef\xab\xc3\x0b\x26\xca\x6b\x31\x3c\x54\x0e\x6a\x5c\xdf\xab\x09\xad\xaf\x12\xb7\x1a\x50\xf0\xee\xe2\xac\xfb\xa1\x77\x51\x46\x01\xfc\xeb\x5d\xf7\xae\xfc\xcb\xf5\xdd\xc5\x45\xef\xe2\x63\xfc\xd3\xcd\xdd\xe9\x69\xb7\x7b\x56\x7e\xef\x43\xa7\x77\x5e\x79\xcf\xfe\x54\x7e\xa9\xf3\xfe\xf2\xba\x82\x3b\x78\xf3\x63\xef\xea\xaa\xfc\xd3\x6d\xef\x53\xf7\x6c\x70\x79\x77\xbb\x14\x62\xb0\x18\x7f\xed\x12\xed\x03\x9b\x6d\x6b\x5c\xc9\x0e\x19\x29\xce\x44\x9a\xcd\x8b\x52\xe8\xf6\xd0\x55\x9c\x94\x31\x4b\xe7\x53\x26\xf3\x5d\x62\x06\xac\xea\x2b\x1f\xac\x4a\x9d\x11\xd7\x9a\x8b\xba\xa2\xfa\xbe\x31\xaf\xd1\xa8\x45\x33\xd8\xd2\x28\x0b\xa3\xe6\x21\x8e\x67\x69\xfc\x40\x48\xc3\x70\x9d\x90\x19\x53\xcb\xc6\x02\x17\xae\xca\x67\x86\x0f\x17\x0d\x4d\x1b\xa6\x27\x6c\xae\xd9\x61\x8e\x5e\x7d\x74\xf5\x45\x3d\xa3\xf3\x60\x61\x3b\x22\xf2\x80\x65\x7a\xfd\x1d\xb8\x0a\x9f\xd4\x93\xde\xa9\x07\x0d\xb6\x2a\xb3\xa1\xa2\x21\xf9\x7a\xc3\xc2\x26\x05\x22\x92\x2a\xca\x0b\xb9\x9b\xca\x6b\x11\x45\x46\xe7\x36\x9a\xb5\x03\x45\x13\xee\xea\x89\xc0\xd2\x22\x94\xe3\x9a\x4d\xa8\x94\x8e\x78\xf2\x5b\x66\x29\xcd\xbb\xa8\x53\x10\xfd\x10\x95\xc6\xa5\xad\xe1\xb5\x0c\x50\x4f\x8d\xae\xba\x3d\x57\x9a\x09\xa2\x67\x51\x26\x23\x14\x5e\xf1\xfc\x68\x73\x41\xa3\x52\x64\x22\x2a\xc0\x81\xf5\x98\x01\x84\x08\x9a\x2d\x6c\x71\x4e\xb2\x40\x3e\xf0\xc0\x52\x72\x14\x17\xf6\x49\x8f\x20\x7e\xb0\x2f\x9a\x34\xcc\x9a\xa2\x38\x31\x05\x5c\x79\xcc\xe3\x5d\xf6\xbe\x66\xf5\x9b\x8f\xa0\x5f\xec\xf5\x82\x2a\x88\x7f\xbd\x4d\x9a\x4d\x99\x6e\x5f\x86\x14\x4d\x48\x70\xb6\x02\x98\x73\x53\x88\x57\xb8\x0b\x37\xb3\xb8\xae\x65\x6d\xa5\xe5\xb4\x52\x94\x59\x26\x54\x63\x0c\xa2\xaf\x92\x58\x54\xf2\x29\x4a\x38\x35\x29\x2d\x01\x24\x6c\x8f\x99\x67\x4d\x1a\x64\x0b\x23\x02\x42\x35\xc6\x18\x59\x29\xa0\xc4\x6d\x46\xf8\x61\x37\x02\x1e\x17\xf5\x7c\x0f\x18\x56\x46\x73\x2b\xd3\xcf\x32\x8a\x81\x44\x13\xaa\x91\xa4\xbd\x91\x92\x0e\x79\xc6\x0d\x44\x61\xa2\x7a\x5f\x59\x61\xa9\xc8\x94\xaa\x7b\x9f\xfd\x43\x8b\x1c\x80\x65\x44\xbf\xa3\x23\xad\x00\x0c\x7f\x4e\x57\x5a\x71\x64\xd7\xb5\x0d\x14\x64\xe9\xdc\x68\xc5\x76\x60\x49\x3b\x23\x23\xf0\xf3\xcd\x76\xd6\xb5\x78\x55\xfd\xbc\xb4\xde\x35\x17\xf5\xe6\x36\x5b\x97\xda\xba\x01\x9b\xaf\x26\xbe\xd6\x9e\xac\x51\x26\x69\x03\xd4\xa9\x6f\x1b\xf3\x58\x9b\xda\x4e\x65\x3e\x6c\xca\x9a\xc2\x51\x2d\x6f\x7d\x99\x02\xe6\xcf\xed\xbe\x04\xba\x98\x01\x52\xc3\xac\xa4\xbb\xdd\x82\xda\xaf\x8f\xe0\xf3\xfa\xc6\x5d\xae\xd0\xda\x73\x5e\x20\xb4\x02\xf1\x20\xe4\x66\xdd\xce\x67\xac\xa6\x5c\xc6\x5f\x73\x28\xc9\x71\x39\xba\xc1\x5a\xec\xbb\x10\x99\xe1\x8b\x14\x56\x7f\x12\xab\xbd\xde\x96\xb5\xdb\x98\x06\xca\x15\x64\x97\xb4\x59\x37\x1b\xa8\x3f\xbb\xfe\x81\x2c\xc3\x81\xcf\x14\x97\xca\xb2\x4d\x87\x21\xbe\x24\xc1\xa0\xb6\xdf\x1d\x56\xf2\x97\x9c\xe5\xcc\xd2\xfe\x30\x4f\xc7\x6c\x17\xd5\xac\x98\xd2\x44\x3e\x92\x69\x9e\x4c\x88\x6f\x9c\xa4\x2c\xa3\xf3\xd2\xd4\x40\x5e\x32\x32\x83\x84\xad\x2d\xf3\x87\x92\x5c\x1b\x39\x05\x27\x63\xd1\xae\xca\x05\x10\x3c\xa1\xc6\x28\x3e\xcc\x4d\xad\x67\xaa\x14\x48\xbf\xa5\x65\xe1\xe6\xaa\x7b\xda\xfb\xd0\xab\xa8\xf5\x9d\x9b\x1f\xe3\xbf\x3f\x5f\x5e\xff\xf8\xe1\xfc\xf2\x73\xfc\xdb\x79\xe7\xee\xe2\xf4\x87\xc1\xd5\x79\xe7\x22\xfe\xf9\xac\x73\xdb\xb9\xe9\xae\xb2\x07\x2c\xf6\xda\xbc\x11\x34\x8a\xf3\xb7\xb2\x8b\x0b\x4d\x07\x53\x4c\xbb\x8f\x60\xfd\xae\xd7\x13\xd2\xf1\x59\x0f\x31\xc8\x2b\xf5\x36\x1a\xb0\x2d\x22\xea\xac\x33\xe5\x40\x51\x35\x44\xf1\x6e\x93\x0e\xf1\x68\xec\xe0\x88\xd6\x56\x58\x70\x31\xe1\x76\x77\xb0\x09\x2b\x31\x24\x85\xe6\x56\x20\x89\xc5\x85\xad\xa3\x04\x58\x57\x79\xa7\xdd\x17\xdd\x07\x26\x4c\x0e\xd9\x79\x56\xf3\xf7\xe0\xe1\xee\x85\x28\x6e\xd9\x8f\x52\xf3\x29\xcf\xa8\x2a\x40\x9f\x2e\x5d\x5b\x20\xb0\xfb\xb1\xc2\xb8\x38\xab\x83\x0f\xf1\xca\xc3\x5d\x8f\xc0\xb8\x4f\xcf\x7b\x20\x02\x25\xc6\x43\x2c\xf8\xce\x5d\xed\x6c\xdf\xe3\x94\x42\x70\x44\x28\x69\x8c\xdd\x37\x16\x11\xba\xae\x01\x5d\xda\x22\x9b\x04\x4a\x90\x3f\x99\x9b\x23\x0c\xd2\xff\xa3\x2b\x8c\x9a\x6f\x02\xc6\x45\x52\xa6\x41\x36\x75\x1e\x8d\x32\x10\x14\xd3\xe0\x1f\xf2\xad\x5f\x80\xb0\xe3\x3d\x6e\xce\x6d\xeb\x68\x17\x30\x58\x78\x63\xb9\xf5\xcc\x5e\x42\x2f\x75\x1d\xe2\xb8\x60\x58\x85\xa1\xcc\x45\xea\xab\xd8\x4c\xb9\x38\x9e\xd2\x2f\xef\xfc\x4c\xb1\x4c\x7f\xc8\x0d\xc7\xd2\xc1\x99\xd5\x44\xe6\x96\xc9\x2d\x5f\xae\xbe\x58\xb2\x5e\xab\xa5\x45\xcf\x59\x41\xed\x29\x74\x54\xf4\x22\x3d\xb0\x79\xdd\xfe\x2d\x60\x7c\xa0\xa7\xca\x1d\x78\x68\x64\xa6\x18\x14\x6d\x0b\x3e\xaa\x0c\x7d\x8f\xe1\x6f\x88\x81\x28\xe1\x7e\xd5\x33\xef\xd8\x3e\xb7\xd3\xb9\xa9\xb5\x0c\x3e\x01\x4a\x8b\xeb\xc9\x6e\x1a\xda\x09\x7d\x9e\xbc\x8b\xf9\x48\x31\x61\xcd\xee\xd6\xdf\xe5\x10\x4a\x8b\x68\x0f\xeb\xab\x58\x02\x26\x4f\xbb\x17\x3e\xa9\x14\x42\xed\x17\x8c\x8f\x9e\x06\x32\xa6\xc1\x00\x0f\x65\xaf\xd8\x2f\xb9\x8b\xa7\xfd\xc3\xf7\x9b\x5d\xb4\x46\xcd\x89\x4f\x5f\x8f\x43\x74\x5c\x84\x9a\xbb\x74\x61\x5c\xb9\xe0\x75\x50\xfc\xd7\x58\xf0\xe9\x79\xeb\xea\x55\x3a\x75\x7f\xae\x8c\x62\xba\xf5\xa9\x71\xf8\xfe\x93\xe5\x4c\xfd\x54\x49\x95\x72\xdd\x41\x70\x82\x6b\x3d\xbe\xd1\x86\x34\xb9\x7f\xa4\x2a\x45\x63\x21\xd8\x8d\xdb\xe4\x07\xf9\xc8\x1e\x98\x6a\x91\x84\x29\x43\x5d\x0a\x83\x3d\x6b\x59\x06\x07\xca\xb5\xd3\x17\x10\xaf\x83\xf9\x20\x02\x20\x91\x0d\x1f\x4f\xac\x42\xe9\x0c\x53\xae\x34\x9a\x66\x06\xc2\x8f\xd9\x97\x19\x4b\x30\x50\xab\x29\x3a\x65\x94\xd1\x87\xc5\x9c\x8c\x6d\xc2\xed\xa3\xea\x6f\xbe\x40\x90\xcb\x63\x5b\x6a\xa8\xf6\x45\xc4\x90\x6b\xce\xe6\x66\x22\x45\x8b\x8c\x65\x46\xc5\xb8\xdd\x6e\x13\x66\x92\xf6\xbb\x8d\x08\xdd\x35\x18\x75\x57\x78\xd9\x33\xa9\x59\x36\x0f\xe8\x2e\x21\x1a\xca\xae\x32\x44\x5f\x69\x8e\x26\x8f\x1a\xea\xbf\xa9\x46\xed\x3f\xaf\xe9\xbc\x5e\x53\xdd\x38\xfc\xaf\xa1\x9d\x6a\x4d\xf9\x55\x2d\xe1\xfb\xf5\x9a\xd7\x06\xe1\xac\x1e\x49\xad\x08\x6b\x6d\xc8\xaa\x94\x62\xd3\x58\xcd\x9f\x64\x13\x7a\xf0\x56\x69\x48\xb5\x2d\xb9\xa4\x91\xad\xa2\x17\x17\x29\xba\x86\xe2\x42\xa0\xef\x4e\x29\x8f\x59\x3e\x5d\x2c\x81\xb1\x2f\x29\xaa\x18\x24\xfe\xeb\x14\xba\x5b\x1f\x6f\x32\x80\x24\x4b\x85\x11\x96\x6e\xbc\x68\x0b\x45\x62\x02\x6e\xa9\xb8\x86\xe4\xab\x6d\x82\x20\x43\x33\xd8\x34\xb8\x6c\xa0\x8a\x16\xc0\xd6\xbb\xa2\xff\x10\xd7\x19\x6a\xf7\xe3\x27\x1a\x45\x1d\xf0\xf3\x34\x73\x86\x22\x70\x7c\x2b\xe5\xf3\xe2\xf2\xa2\x54\xb7\xae\x77\x71\xdb\xfd\xd8\xbd\x2e\xf9\xa5\xcf\x2f\x3b\xa5\xb2\x78\x37\xb7\xd7\x15\xd7\xf5\xfb\xcb\xcb\xf3\xee\x82\x0e\xda\xbd\xed\x7d\x2a\x35\x7e\x76\x77\xdd\xb9\xed\x5d\x96\xde\x7b\xdf\xbb\xe8\x5c\xff\x1c\xff\xd2\xbd\xbe\xbe\xbc\xae\xf4\x77\x77\xba\x5c\x9b\x2d\x4d\xa3\x7e\x27\x0a\x61\x39\x8a\xa1\xaf\x13\x0a\x9b\xea\x61\xed\x22\x72\x50\x7d\xbf\x6d\xc9\xb2\x06\xa6\x94\xb2\xc1\x76\xc1\x1a\x4d\x01\x27\xb5\xfd\x58\x79\x70\x3e\xa0\xc6\xb0\xe9\x6c\x37\x0c\xc2\xf5\x0f\xce\x66\x71\x20\xe5\x92\x61\xcd\x71\x20\xa5\x5d\x7d\x39\x71\x20\x35\x21\x1e\x8b\x71\x20\xbd\x8b\xde\x6d\xaf\x73\xde\xfb\x7f\x95\x16\x3f\x77\x7a\xb7\xbd\x8b\x8f\x83\x0f\x97\xd7\x83\xeb\xee\xcd\xe5\xdd\xf5\x69\xf7\x66\xcd\x28\x90\x45\xbb\xeb\x11\x89\xfb\x39\x21\xb7\x51\xcd\x42\x94\x0a\x5d\x99\x2e\xbb\xe2\x56\xa6\xb1\x54\x45\x33\xfe\x0f\x2e\xc6\x2d\x00\xc9\x3b\x21\x5d\xa5\x7a\x53\x3a\x66\x57\x79\x96\xb5\x48\xc0\xc2\x3c\x55\x8c\x1a\x78\xed\x4a\xa6\xbd\xe8\x3b\x30\x1c\xd5\x4e\x03\xfa\x77\x98\x93\xd8\x7d\xcb\xf5\x1f\x39\x3d\x83\x51\xca\x21\x24\x06\x74\xdf\x13\xf2\x9e\x26\xf7\x72\xe4\xc0\x73\x5a\x41\xc5\x25\xbf\xe4\xd2\x50\xc2\xbe\x24\x8c\xa5\xbe\x04\x4f\x95\x4e\xce\xe5\x4e\x98\x91\x9b\xd4\x4f\x8f\xcf\xf4\xea\xf0\x99\xda\xef\x5c\xb6\xd3\x60\x13\xc0\x36\x37\xcb\x4f\xf8\xa9\xc3\x68\xab\x6d\xdd\x98\x6c\x0f\x36\xfd\x73\x39\xae\xcf\x2c\x80\x60\x49\x97\x0e\x51\x60\x8b\x80\x87\x50\x8e\x89\xe6\xe2\xbe\x2f\x3e\x5b\x85\x56\xe6\x0a\x7f\x32\x52\x41\x92\xca\x28\xcb\xf5\x84\x01\x36\x6c\xcb\x17\xab\x04\x4f\x61\xb9\x6e\x14\x90\x8c\x25\x4e\xf8\x3a\xe3\xc2\x72\x8b\x19\xf7\x12\x64\x75\xeb\xf7\x52\xa3\x92\xeb\xa0\x67\x3f\xa1\xfb\xb6\xb0\xce\x3e\x4e\x18\x56\xe7\x2c\x50\xe7\x7d\xc1\x1a\xe4\xdc\x90\x77\x8a\xb5\x46\x41\xb4\xb1\xcb\xfe\x9d\x8f\xac\x85\xe5\x7e\x90\x3c\x25\x69\x3e\xcb\x78\x12\xf8\xee\xa3\x54\x8d\x91\x50\xa8\xe9\x6c\x10\x09\x55\xd1\xdf\x97\x4d\xac\x46\x8d\x8a\xb4\xb6\x25\x31\x51\x4f\x1c\x15\x16\x21\x5d\xe5\x9a\xa9\x23\xa3\xf8\x78\x0c\x72\xa3\x37\xca\xbc\xfc\xb0\x31\x4f\x9b\xf3\xc1\xee\xf6\x87\xd8\x3d\x90\x61\xa5\x9e\x00\xdf\x62\x69\x6a\x36\xcb\xe6\x3e\x98\x1b\x17\xd0\x1f\xfb\x59\xae\x10\x63\x78\x44\xc2\x80\x1a\xc3\x36\x66\x8a\xd9\x5e\xd2\x01\x82\x87\xed\x0e\x6a\xd6\x1b\x21\x94\x2e\x82\x15\x45\xfe\x33\x0f\x60\xe4\x6f\xb8\xa2\x6f\x9f\x6a\x85\x28\x07\x00\xd9\x4b\xe4\xa3\xc0\x1a\x4b\xf0\x3e\xc8\xf3\x42\x82\x6c\x12\xd2\xaf\xfa\xc2\x63\xa5\xb9\x04\xb5\x51\xa8\x98\x8a\x36\x4e\xac\x20\xf1\xf5\xc3\xfc\x8a\xf2\xae\x76\xea\x9f\x1a\xeb\xa4\x86\xb8\xf8\x9d\x6c\xa5\x2e\x26\x6a\x2f\x45\x7c\x17\xd1\x14\x32\x39\x44\xf4\xc5\x85\x2c\xad\xf8\xd6\xd9\xcc\x80\x39\x72\xb9\x74\xe5\x3b\xcb\x47\x3b\x42\xf8\x8c\x5c\x82\x7e\x51\x2a\xcb\xb9\xd7\x34\xb6\xdd\x17\x2c\x37\x32\xc2\xbb\xb4\x93\xeb\x55\xca\x46\xb6\x31\xa7\xa1\x97\xd6\x82\x27\x15\x27\xc6\xaf\x7c\x13\x77\xae\xb1\xa1\x6c\x94\x85\x37\x53\xcc\x5b\xcf\xe6\xcc\x04\xa3\x59\xe6\x73\x2e\xe6\xb3\x72\xa5\xc0\xd8\x6b\xe0\xed\x82\xc1\xd3\x0b\x49\x41\x51\x2d\x22\x29\x98\x30\xda\x55\x0d\xe8\x0b\xd7\xb8\xcf\xe9\x0d\xb0\x58\xce\x11\x82\x0b\xd3\x72\x3a\x88\x43\x60\xd6\x32\x7b\x40\x90\xd2\x62\x4d\x8c\x84\x9c\x1b\x3b\xc0\x53\xcb\xce\xad\xf0\x42\x45\x5a\xd4\x92\x99\xb0\xbe\xa8\x24\xb6\x2a\x36\xe6\xda\xc0\xc5\xe2\x29\x36\xfe\x7e\x6f\xc9\x7e\x25\x79\x67\xd9\xd2\x37\x26\xfb\xad\x62\x5c\x23\x9a\x6c\x92\x74\x33\x9f\xb1\xb4\x17\xbe\x5b\x4e\x0c\x25\xd3\x49\x1a\xb9\x96\x4a\x87\x1c\x69\xc0\x63\xac\x83\x1f\x55\x07\x78\xc0\xb0\x49\x01\x68\x2d\x14\xd1\xb3\x5b\x34\xa6\xbe\x90\xa2\x0e\x55\xf4\x30\x20\x20\x36\x79\x8f\xca\xd5\xf7\x82\x2c\x95\x48\x6d\xd0\xbf\x06\x9f\x8c\x28\xcf\x72\xd5\x28\x22\x20\x59\xee\x3d\x15\xf9\x14\x9a\x25\x75\xbb\x16\xec\xd2\xd1\x31\x0a\x36\xe9\x07\xaa\xa0\x1a\xff\x2c\xcb\xc7\x5c\xe8\x32\xd5\x37\x17\x95\x59\x28\xb0\xb5\x62\xc3\x8b\x9a\x5c\xf5\x0c\x83\xea\x7b\xb0\xbc\xae\x92\x55\x56\x1b\x20\xfe\xf4\xc7\xd5\x29\xdb\x8d\x9c\xc2\xd5\xbd\x14\x29\x40\x40\x52\x13\x99\x1b\x70\x6f\x1d\xc5\x41\x22\x9c\xf1\xac\x68\x33\x3f\xe9\x2d\x56\x80\xb2\x3b\x0a\xce\x95\x66\xa8\x3a\x27\x89\x46\x1b\xd2\x17\xb7\x20\x80\x60\xfa\x70\xe0\x1d\x14\xa1\xd5\x95\x36\x50\xcb\xb9\x76\x13\x4b\x97\x54\xf9\xf8\xed\x14\xb9\x57\x97\xe8\xbb\x3a\x42\xf8\x13\x9d\x2d\xcb\xc1\xdc\xb9\xc5\x55\xdb\x10\x4c\xb6\x55\xde\x52\xad\xe5\x52\xb3\x7a\x21\xca\xf9\x59\x3c\x93\x9b\x20\x42\x84\x60\x77\x87\xa5\xb2\x40\x9d\x25\x69\x3b\xfe\x74\xf3\x7c\x87\xc2\x25\xe7\xaa\x00\x60\x83\x43\x8c\x50\x8f\x83\xea\x77\x80\x13\x08\x1b\xe3\xdb\x5a\xb2\x1d\x3b\x06\xfc\x16\x39\x1a\xcf\x18\xef\xfb\xd3\xc2\x12\x6d\x1a\xee\xfb\x10\xe7\x37\xc0\x85\x57\x14\xc5\x5f\x4b\x0d\x08\x61\xbe\x3f\x95\x93\x54\x4a\x4b\x2c\xf9\x5a\xd9\x3c\x8b\x30\xa3\xc0\x5f\x53\x26\xa4\x61\x84\x12\xc1\xb3\x63\x91\x67\xd9\xf1\x05\xd4\x24\xd6\x9a\x8f\xb1\xe4\x19\x16\x09\x01\xd7\x67\x01\x7c\x55\xb2\xff\x45\x47\x00\xb8\xb0\x1d\x12\x9a\x26\x8d\xe5\x98\x76\x0b\xb2\x79\x5f\xd8\x2f\x50\x6e\x44\xbc\x20\x1e\xdc\xc5\xd8\x5b\x28\x48\x82\x7d\x41\xec\xe4\x3c\x6e\xbc\x86\xc0\x96\xe5\x3c\xee\xe4\xa7\x3d\x80\xe1\xbe\x18\x30\x5c\xa9\x42\x75\x8e\xf5\x61\x71\x9b\x0f\xd5\xd6\xb8\xb4\x41\xba\x0c\x82\xc7\x1a\xf4\xf8\x35\x7d\x1c\x4f\x99\x01\xbb\x73\xba\xab\x5f\xa9\x7d\x98\x7a\x7f\xc1\x20\xea\x81\x1c\x0d\xf4\x42\x30\x3a\x59\xce\xe6\x17\xc2\xd8\xd7\xb3\xb5\xc5\x91\x2b\x71\xb8\xf7\x22\x91\x34\x29\x1b\x52\x0c\x9c\x3a\xb2\xde\x60\xab\x0b\x76\x29\x3e\xe0\xe7\x57\x32\xe3\xc9\x72\x03\xa5\xbf\x9a\x00\x5f\x65\xc1\x3c\x0d\x48\x44\x0e\x62\x9d\x7a\x1d\x09\x2d\x6f\x86\x25\xa6\xd0\xb7\x17\x27\xb7\x89\x78\xed\x55\x9d\xd0\x0a\x64\x16\x16\x00\x51\x04\x8b\xbc\xba\xd8\x25\x14\xa4\x01\xaa\x84\xce\xc0\x20\xee\xab\x00\xc6\x03\x01\xde\xf4\x38\x91\x19\x6b\xa1\x42\x0f\xd6\xbf\xbe\x98\x31\x95\x48\x28\xa0\x9a\xca\x47\xb0\x83\x26\x13\x9e\xa5\x45\x84\xf0\x5b\x70\x46\x80\xc9\xf0\x9d\x4b\x83\x2a\xea\x8c\x04\x98\xa0\xd5\x64\x7b\x86\xc4\xbe\x53\xb8\xef\x3e\xad\x8b\xcb\xa8\xe0\xb3\x73\x50\xe0\x52\x38\x58\x8f\x8a\xe6\x4c\x95\x8b\xed\xf4\xe3\xd9\x6c\x87\x59\x88\xfd\x84\x0b\x06\x31\xa5\x4c\x65\x5f\x1d\xb8\x4f\x75\x29\x89\xb4\x24\xca\x83\x09\xd8\x7e\x44\xc1\x89\x44\x51\x0c\x19\x32\x32\xa3\xda\x0a\x2e\x6e\x53\xfb\xa2\x30\x16\x7c\xa7\x63\x91\xa4\x76\x9f\xdb\xe4\x03\x14\x1f\xd2\x86\x8a\x84\xb5\xc8\x77\xa5\x89\x7e\x07\x99\x82\x42\x42\x7f\x4e\xc5\x2c\x2d\x0d\x90\x6b\x8b\x70\xd3\x17\x5c\x23\x65\x2a\x96\xb1\x07\x3b\x3a\x77\x76\x22\x37\x38\x73\xb1\xe9\x61\xda\xe0\x02\xa3\x8a\xc5\xb5\x0d\xa3\x32\xe8\x6e\x66\xae\x54\x92\xc3\x7a\xc9\x05\x84\x7e\xb2\x2f\x88\xa8\x93\xcd\xc1\x2d\xa2\x78\x9a\xda\xee\x0a\xa8\x27\x97\xa4\x0b\xd8\xc1\x73\x99\x23\x00\x5e\x0a\xc6\x6e\x1a\x82\x01\x3d\xec\x4e\xc6\x51\x18\x1d\x4a\x33\x29\x43\x90\x60\x16\x1f\x9e\x24\xf6\xc0\xd4\xdc\x00\x42\x20\xac\xab\x60\x50\xbd\xcd\xd8\x05\x28\x18\x47\x5f\xd0\xd4\x55\x92\x73\xcd\xd9\xa5\x01\xba\x5f\xb2\xcf\xee\xf9\x50\x3e\x2c\x93\xe9\x76\xb5\x70\xe3\xa9\x9e\x65\x54\x0c\x90\xa1\x7e\x05\x1b\x77\x94\x60\xd9\x84\xfd\x98\x0f\x07\x01\x79\x66\x2f\xe3\x0c\x92\xce\x75\x29\xed\xd9\x8a\x70\xbe\xa3\x56\x15\x1f\xde\x4b\xe6\x10\x0a\x6c\x42\xad\x77\x57\x6e\x89\x7d\xa9\x8b\x56\x5b\x6d\xa7\xa7\x15\xab\x5c\xa8\x71\xb4\xc2\x50\xef\x29\xe0\xa5\x1a\xeb\xd7\xd9\xf9\xca\x1d\x52\xdd\xf6\xcd\xed\xc4\x0b\x02\xd3\x56\xb6\xe2\x15\xc3\x7a\x5a\x7b\x71\xa3\x09\x61\xd1\x6e\xfc\x39\x20\xf5\x05\xab\x20\xfa\x7d\x19\xd1\xd2\xea\x35\xde\xc2\x51\x9f\x40\x5b\x09\xd2\x7a\x52\xc0\xb0\x32\x3e\xca\xda\xd1\x8e\x08\x19\x48\x7a\x45\x61\xbd\x16\xe9\xbf\x41\xca\xd2\xfd\x37\x08\xb2\xeb\xf3\xb0\x3d\x1e\x61\xb9\x46\x58\xd5\x56\x8a\x0e\xcf\xe2\xc0\x39\x9c\xbc\x8d\xac\x79\x5f\x13\x08\x30\x0a\x05\xc5\x98\x88\x21\x36\xe0\xae\x49\xd4\x39\xe7\x1e\x25\x10\xb0\x42\x54\x9e\x98\x62\xc2\x01\x54\xed\xbd\xff\xd0\x2e\xd1\x2c\x77\x37\x6a\x00\x31\x93\xaa\x2f\x7c\x6b\x05\xb6\x71\x27\xcb\x16\x9a\x5a\xc4\x13\x8c\x68\x15\xd0\x45\x7d\x92\x06\x24\xff\xd8\x97\x20\x8c\x75\x81\x0f\x40\x85\xe3\x21\x2b\x10\x24\xda\xa4\x40\xb4\x04\xd1\xa3\x02\x9d\x17\x23\xe7\x65\x99\x87\x8d\x43\xa9\x2d\xc2\x0a\xd3\x39\x94\xde\x1a\xe5\x96\x1d\x85\xde\xad\x6c\x04\x28\x8a\x23\x6e\x0f\x89\x5f\x97\xbe\xf8\x24\x71\x81\x51\xbc\xaa\x56\x74\x76\xcb\xf6\x5d\xc8\x55\x71\x3f\x9c\xc1\xb5\x3d\x42\xe7\x5e\x05\xbd\x04\x9c\xf2\x10\x3a\xd4\xb2\xb2\x87\x2a\x26\x95\x50\xd1\x17\x7f\xb7\xcb\xe3\xa1\x01\xdd\xb6\xca\x11\x1e\x62\x8f\xf6\x42\xde\xfe\x0f\x36\xfa\xf6\xcf\xef\xfe\xe7\x1d\x02\xaf\xe6\x1a\xf2\x03\x5b\xe5\x2b\xc4\x0f\xd4\x6e\x29\x04\xae\x85\xba\x9b\xbe\x9a\x57\xd1\xc5\x52\x10\x21\xa7\xe5\xec\xbb\x64\x46\x61\x79\xed\x90\x84\x9a\x64\x72\xe4\xa5\xb9\x18\x2e\x91\xeb\xa2\x20\x8b\x95\x1c\xad\xac\x55\x29\xe2\x82\xd9\x52\x24\x94\xd3\xd6\xe5\x75\xb0\xf4\x82\xb5\x07\x5d\xf2\x50\x05\x78\xc4\xf7\x04\xc4\x59\x40\x5f\x14\x92\x5e\x78\xdd\x27\xff\x44\xd5\x3d\xd1\x44\x2c\xe8\x94\xa5\xa4\x8f\xc1\xf2\xfd\x37\x7e\xfb\xfb\x62\x36\x6c\x67\xf3\x91\x69\x43\xe8\x7e\xdb\x2e\x4b\xbb\xbb\xb4\x44\x21\x5e\x42\x83\x74\x51\x55\x5a\xb1\xdc\x8d\xca\x56\xbd\xbc\x13\x56\x27\xf4\xb4\xbe\xd0\x82\x26\x9e\xb0\x3e\x37\x65\x1f\x10\x0b\x36\x23\x86\xce\xca\x96\x87\xc3\xb3\x42\x6e\x24\x58\x15\xe7\x13\xb0\x19\xed\x45\x17\xea\x50\x52\x41\xb3\x39\xa4\xe0\xb5\xfa\x02\x4b\xe4\xb2\x94\xd0\x64\x9e\x64\x3c\x71\xd0\x76\x65\x59\x88\x3d\x30\x61\x4a\x91\xc2\x90\x38\xfb\x5c\xe2\x50\x53\x8c\x72\xfd\xea\xdf\x35\x88\x42\x01\x86\xb4\x6c\x35\xab\x92\x89\x03\xe3\x51\x1b\x82\x19\x85\xee\x81\x35\xa7\x5e\x9f\x95\x8a\x8f\xb9\xa0\x46\x2a\xf2\x16\xcc\xff\x59\xc6\xd4\xbb\x50\x33\x11\x56\xb1\x7e\x18\x93\x8d\x2a\x15\xd5\xe0\xda\xd5\x5f\xb6\x49\x92\x2b\xc5\xd2\xc1\x62\x68\xe8\xa6\xc0\x0f\x2b\x3d\xa8\xf6\x2d\x6d\xe8\x74\x16\x27\x7e\x87\x74\x44\xb7\x32\x19\x2e\x02\xf1\x03\x03\xb5\x8e\x47\x35\x57\xfb\xc2\x19\x43\x70\xdf\xa4\xaa\x41\x34\xaa\xce\x12\x0b\xb9\x6e\x19\x78\xeb\x10\x5e\x37\xac\x4a\x59\x35\x18\x5f\x9f\x7b\x1b\x51\x71\x11\x94\x38\x2b\x4c\x14\xaa\xfc\x5a\x41\x34\x14\x46\x0f\x31\x8e\x7d\x51\xc4\x17\x9e\x66\x32\x4f\x89\x33\x97\x3b\xe3\xb3\x6a\x13\xce\xda\x2d\xa2\xff\x74\x72\x7c\xdc\x6e\xef\xa9\xd0\x51\xb9\x16\x6a\x3d\x85\x63\xb5\xd2\xba\xf8\xdd\x15\x47\xab\x04\x6c\x3a\xd8\x4c\xf3\xf0\xf9\x59\x40\x2d\xb1\x66\x5e\x8e\x4e\xab\x76\x19\xc0\x5e\x77\xe9\xce\x87\xb9\x2d\xef\x6a\x46\x15\x13\x66\x00\x3d\x6e\xd6\x19\x74\x72\x05\x9f\x97\xf2\x12\xd6\xd2\xb0\xfe\xfb\x56\xa2\xe2\xec\x83\x13\xff\x16\xc1\x32\xbb\x5c\x6f\xaa\xef\xc9\x5b\x0e\x7e\xac\xc8\xc8\xb8\x0a\x87\xd6\x4d\x68\x8b\xd5\x8b\x26\x54\x62\x4c\x6b\x4d\xa8\x18\x3d\xf8\xac\x68\xc0\x1c\x0e\xf1\x59\x96\x51\xf8\xdf\x0a\x0b\x30\xc6\xde\x15\xe6\x6e\x42\x8d\xab\x83\xf3\x0f\xa6\x24\x4a\x6c\x42\x7a\x19\x30\x6e\x78\x49\xa0\xee\x7c\x00\x45\x78\xb7\xba\x09\x30\xd1\x19\xbe\x87\xc0\x2f\x9f\x3d\x11\x97\xf5\xc5\x6b\x7a\x38\xf7\x01\xbb\xcd\x10\x32\xdb\xd4\x76\x2e\x2a\xab\x17\x97\x61\xc4\x3d\xbd\x26\x11\x58\xb1\x3f\xa0\xc7\x20\x04\xb8\x22\xe8\x53\x3a\x73\x3e\x63\x57\x32\xa2\x6a\x15\x69\xc3\x24\xfe\xfb\xbf\xfe\xd6\x6e\xca\x73\x84\xa1\x6f\x8d\x07\xfa\xc1\xa3\x81\x2a\x46\xd3\x02\xa7\x2f\x86\xe1\x5b\x95\xc3\xb8\x92\x20\x77\x90\x64\x76\xd9\x97\x45\x59\xc5\xbb\x6a\x23\xb2\xe7\x69\x0c\x52\x11\x08\xdc\x6d\x4f\x80\x69\x93\x23\x02\x32\x70\x83\xb4\xd4\x76\xe3\xac\xe9\x61\x83\xd5\xab\xe7\x4f\xcf\x24\x07\x36\xa5\xe2\xad\x33\xfc\xd2\xb7\x3b\x4b\xaf\xbb\x64\xf0\x2d\xf5\xeb\x9d\x85\xca\x1f\x10\x95\xd7\x13\x24\x91\xd3\xa1\x95\x20\xed\x3d\x1b\xac\xa2\xc0\x9a\x3a\x3e\x9b\x23\x84\xa2\x7b\x16\x83\xd8\x79\x95\x5c\xb8\xe0\x52\x8e\x63\xcd\x63\x3a\xab\x75\xa6\x35\xdc\x07\xfb\x4d\x36\xac\x3f\x1c\x9d\xea\x0c\x8a\x5a\x34\xf7\x3c\xb9\x67\x96\x94\x47\x05\x66\x66\x2c\x5a\x05\xe1\x3a\x04\xdf\xf7\x05\xac\x10\x46\x7a\x7a\xea\xb7\xc7\xc1\x48\xa2\x18\x78\xe8\x8a\x68\x6e\x49\xb8\xf9\x4e\xd7\x2f\xce\x53\x67\x46\xd6\xaf\x05\xb4\x1f\xf2\x77\x1c\x42\x47\xd0\x6b\x50\x13\x04\x71\xf0\x8f\x45\xfc\x21\x4b\xa4\x08\x39\x3f\x7b\xd1\x32\x6a\xb2\x26\xeb\x87\x0b\xcf\x16\xa0\x3d\x56\xa9\x3c\x3b\x6a\x5e\x11\x6f\x53\x32\x71\x50\x25\x86\x68\x08\x1e\x82\xc0\x5f\xdb\x77\x8b\x4c\x29\x17\xee\x18\x40\x71\x7a\x92\xb2\x61\x3e\x1e\x37\x2a\x04\x99\x1c\x3f\xa9\x75\xd2\xe7\x18\x36\x5a\x27\xc3\x0c\xb3\x65\x79\x73\x2b\x28\xf4\x1b\xd2\xfc\x96\xc6\x99\xef\x43\x77\xeb\xf9\x9e\xd0\x02\x35\xe2\x19\x7b\x1e\x75\x6d\x4f\xba\x67\x6f\x1d\xdd\xd3\x9b\x30\x21\x8c\x0a\xe7\x11\x8c\x4c\xbf\x22\xa5\x14\x03\xbb\x07\xf6\xcb\x27\x0d\xb8\x0f\x29\x42\x70\x58\x31\x94\xde\xf2\xa6\x54\x03\x14\xcf\xfe\x23\xf0\x81\xb7\xef\x1e\x2b\xbf\x02\x8a\xea\x46\x4e\x19\x81\xae\x34\x66\x7d\x13\x17\x07\xd6\x02\x97\x87\x9d\x60\x81\xc1\x07\x07\xde\xd9\xf4\x93\x09\x15\xe3\xa8\x2e\x1b\x79\x2b\xd8\x23\xb1\xbc\xb6\x15\xdb\x80\xa3\xed\x69\x11\x66\x92\x77\x56\xb6\x29\xb9\x8c\x15\x4b\xa4\x4a\x21\xed\x72\x4c\x55\x0a\x81\x0a\x8e\xe0\x33\x9a\xdc\x03\xde\x2d\x5c\x47\xd8\xa3\xb3\x53\xfb\xcc\x44\xf4\x9d\x14\xad\x71\x91\x28\x48\xbe\xf1\xd0\x59\x61\x7c\xf8\xb9\x26\x34\x51\x52\xa3\x72\xea\x61\x4e\x1d\xbe\x66\x04\x31\x08\x3d\xee\xc5\xe5\xba\x28\xbd\xae\xa5\x45\x87\x20\x07\x57\x1a\x73\x22\x1f\x7d\x5c\xc8\x23\x2d\xcc\xfe\x9b\x44\xd5\x5c\x39\x9a\xf5\x11\x97\x91\x93\x00\x18\x79\x09\xe7\xe8\x83\x54\x2e\x11\x12\x88\xe2\xca\xc1\x29\xfd\xc0\x1f\x58\x8b\xdc\xcc\xa8\xba\x6f\x91\xb3\xb9\xa0\x53\x9e\xfc\x5f\x39\xac\xb3\x37\xef\x5f\xd5\x70\x01\x37\x83\x24\xa3\x7a\x4d\xeb\x7f\xed\x20\x7a\xae\xa1\x53\x68\x67\xfd\x05\xfc\x41\x66\xa9\x8e\x9c\xe1\xcb\x77\xa6\x2f\x6e\x2f\xcf\x2e\xdf\xde\x53\xa3\xe4\x98\x8a\x77\x27\xa4\x0b\x55\xf9\xd0\x96\x80\x2e\xe8\x91\x62\x0c\x0c\xfc\x2e\x76\xf4\xed\xc4\x98\x99\x3e\x39\x3e\x1e\x73\x33\xc9\x87\xed\x44\x4e\x8f\xb3\xf9\xc8\xa0\x3d\xeb\x98\x6b\x9d\x33\x7d\xfc\xa7\x3f\xfe\xf9\x5d\xdd\x8a\x2f\x04\x8d\xee\xac\x27\xed\xbf\x80\x4c\x3d\xf7\xff\xbc\x10\x10\x48\x9a\x6c\x11\xaf\xd3\xbe\xdf\x10\xcf\xfb\xad\x4b\x7a\x2b\xa2\x44\x0e\xa6\xfa\xbd\x4a\x45\xb5\xd6\x13\x6f\x09\xa7\xe9\x94\x8b\x92\x02\xff\xa2\xdc\x7f\xd5\x4d\xad\x8b\x9f\x2f\xdd\xd0\x6b\x99\x3c\xf6\xa1\x4e\x5c\x51\xab\xfa\x4a\xa2\xd8\x54\x1a\x86\xc2\xa0\x36\x52\x31\x07\x60\x83\x3a\x06\x54\xba\xe5\x1a\x9f\x34\x55\x81\x48\x32\xa9\xd7\x8e\xd3\x5e\xdc\xb0\x53\xf7\xf9\x52\x91\x55\x4e\x67\x10\x0f\xa0\x98\x86\xc0\xd0\x45\x25\x7e\xc1\x91\xba\x17\x39\x67\x71\xb8\xf6\xba\x3d\x5b\x90\x73\x02\x6d\x07\x09\xc7\x92\x34\xd8\xfe\xbb\x4b\x68\xba\xe9\x4e\xee\xc6\x1e\x75\x7b\xb6\x7d\x1d\x61\x57\x2b\x91\x8b\x71\xd6\x54\x5e\xac\x2f\x5c\xa9\xc5\x18\xd8\xba\x48\x1f\x0f\xe6\x75\x87\x20\xf2\x58\x2a\x33\x17\xea\x34\xba\xd0\x4c\xea\xac\x38\x41\x58\x06\xe9\xa9\xe5\x91\xb2\x15\x83\x5a\xfe\x96\x57\xea\x7c\x78\x54\x04\x50\x4a\x05\xdc\x15\xe2\x6b\x67\x54\x01\x3c\xd3\x84\x67\xe9\x51\x4d\x90\x3c\x8a\xbe\x45\x62\xaa\xcf\xb1\xa1\x59\x06\x3b\x8e\xd5\xd0\x31\x7e\x27\xcc\x3d\xb4\x33\xcc\x0d\x61\xa1\xe2\x1d\xd7\xce\xa2\x58\x91\x24\x4a\xfc\xa2\x24\x3e\x7d\x6d\x33\xf1\x6a\x7e\xd1\x84\x0e\xf1\xed\xf3\x89\xd2\x9a\xad\xc3\x27\x6e\xcb\xa6\x59\x7f\x6a\xa8\x08\x9c\xa3\x69\xa9\xf4\x00\xed\xaa\xcf\x90\x60\x50\xe4\xf4\xeb\x19\x7d\x14\x2e\x6c\x71\xa3\x0a\x27\xeb\xf1\x87\x7a\xd8\x39\xcb\x1f\x2a\x4f\xca\x10\xf8\xa8\x91\x18\x1e\xb0\x36\x5a\x11\xa8\x10\x54\xbf\x2d\x72\x8d\x0b\x9d\xb8\x2f\x0a\x15\x42\x93\x47\x96\x65\xf6\xbf\x49\x95\x71\x3b\x1d\x21\x85\xd0\x1f\xd6\xf2\x31\x76\x2e\x3f\xc5\x69\xae\x47\x43\x0a\xd5\x78\x9a\x6a\x1a\x2c\x9c\xe6\x7d\x55\x07\x4c\x68\x32\x61\x03\x3b\xb4\x7c\x83\x40\x2c\x07\xd0\x7f\x6a\x3f\xbe\xc1\x6f\x97\x5e\x66\x74\x66\x72\xe5\x3c\xc9\xd8\x17\xb8\xc9\x68\x02\xf9\x04\xc1\x7e\xbe\xea\x78\x27\xd8\xed\xe0\x9e\x6d\x80\x4c\xeb\xc6\x5a\xaf\xad\x17\x08\x3b\x80\x2d\x1a\xa2\xbc\x12\xaa\x94\x77\x7d\xbb\x5e\x09\x55\x86\x8f\x68\x52\x52\xb0\xd7\xca\x30\x2c\xdd\x90\xd8\xa2\x06\x7b\x5f\x01\x01\xef\x59\x39\x96\x2b\x2d\x22\x88\x6b\xf7\xbf\x36\xec\x62\x1f\xda\x61\xef\xe9\xab\x8b\xd6\x2f\x4a\x51\x9d\xb5\x79\xea\x11\x22\xf0\x0e\x73\xdd\x32\x18\x69\x33\x0c\x80\x08\xa6\x77\x7d\x0e\xb7\x00\x9e\xe2\x20\x6a\xc1\xcc\x96\x46\x45\xd7\x4a\xa1\x9d\xb0\x84\x45\x51\xba\x10\xf6\x1a\xe5\x3e\xd9\x2b\x8a\x8e\x19\x99\xb2\x94\xe7\x55\x88\x89\xe5\x01\x36\x07\xc6\xf2\x82\x18\x4b\xf3\xbe\x3d\x19\x43\x78\x8e\x7a\xc3\x45\x7c\x89\x54\x45\xc0\xed\x05\x28\xf9\x8f\x56\xda\xc6\x64\x06\xb0\x60\xd7\x63\x0f\xfe\x7f\xbc\x5d\xbd\x6e\xe3\x30\x0c\xde\xf3\x14\xde\x6e\x31\xee\x01\x6e\xcb\x70\xc3\x05\x46\x0e\x68\x90\x4c\x02\x6a\xa5\x35\x5c\x03\x0e\x63\xd8\x12\xda\xa5\xef\x5e\x88\x3f\x92\x65\xc4\x3f\xf9\x69\x87\x2e\x8d\x2d\xd1\x94\xf4\x49\xa4\xc8\x8f\xbd\x84\x22\x6d\x7e\x75\x3e\xb2\x2a\x9e\xe9\x72\x5f\x90\x55\x9d\x39\x0c\x0a\x81\xdd\xc0\x40\x51\xdb\xef\xcb\x22\x11\x51\x49\xcc\xde\x1b\x93\xd9\x12\x4f\x6c\x37\xb0\x2f\xdd\x81\x03\x39\x76\x31\xda\x58\xb8\x39\x9c\xdc\xd7\x1c\xbc\x72\xaf\xaf\x9c\x36\xa8\xf7\x56\x37\x4d\xd1\x8a\xdb\x54\x7b\x7b\x25\xf4\xcb\xbd\x28\x20\x43\x67\xb3\xfb\xbf\x0d\x27\xae\xe0\xff\x18\x34\x8d\x8f\xa1\xea\x7e\x5f\x1e\xb9\xad\xad\xeb\xd1\x91\x5b\x40\xaa\xbd\xcf\xb2\xe7\xc3\x3a\xdb\xff\x9d\xcc\x51\xef\x3d\x36\xaa\x13\x2f\x09\xeb\x84\x8e\x9f\x06\x8f\x9c\xf6\x54\xf0\x6d\x04\x1a\x11\xfc\xd5\xb4\xcb\xdb\xba\x8e\xb9\x0a\x14\xe4\xdc\x0e\xa6\x52\x58\x20\xf3\x50\x41\x32\xa9\xb8\xb8\x7f\x7c\x2c\x77\x8d\xe7\x52\xf5\x29\x7c\xc4\x9f\x64\xeb\x7b\x1d\xd1\x2b\xdf\xa0\xdd\xb1\x1c\xc8\xed\xfd\x53\x6c\x2c\xb7\x2d\x8f\x3d\x08\x9f\x3c\x93\xa8\x3c\x64\x75\x90\xee\xf2\xd8\xf5\xe0\xe1\xfe\x95\xf6\x67\x6c\x37\x25\x0e\x8d\xce\x70\xc8\x21\xe9\x4c\x01\x1d\x02\x9d\x4c\xe6\x3c\x2e\x53\xf2\x0f\x28\x47\xa6\xd6\x50\x5a\x5d\x16\x5d\x9a\x48\xe7\x0a\x4e\x55\xf9\x86\x49\x47\xcc\x63\xe9\x6b\xd8\x6a\xac\xd8\x17\x4f\x21\xba\x14\x2a\x3e\xf4\xa9\xc1\xfb\x74\x50\xc0\xdf\x04\x65\x68\x9e\xee\x8b\x36\x3b\xff\x39\x6e\xa6\xf9\x86\x98\x06\x04\x14\xd0\xe0\x52\x6e\xb3\xd8\x64\xe8\xb8\xd5\x66\x38\x75\x75\x5b\x08\xf3\x10\x62\x7a\x89\xd6\x21\x95\x32\x92\x78\x11\x87\xf4\x3d\x2e\x4e\xba\x3d\x24\x91\xe6\xf1\x44\x06\x43\xd6\x04\xcb\x76\x79\xd6\xdf\xbd\x07\xb8\x05\x77\xb9\xa4\xe4\xf4\xb4\x0d\x30\x36\x83\xe6\x61\x42\xc1\x70\x09\x27\xc3\xc8\x4e\x8c\x44\x7a\x40\xf9\xcc\xc5\x22\xd1\xf3\x93\x42\x5d\x51\x75\x73\x71\xb7\x4c\x60\x35\xd5\xed\xf1\x7c\x1e\x19\x97\x07\xba\x36\x22\xa1\xf8\x85\x39\x65\xd8\x97\x91\x02\xa7\x77\x07\x38\x0c\x55\x24\xe8\x33\x25\x50\x5d\x75\x37\x89\x13\xce\x4f\x8b\x25\xf2\x27\x04\xde\xec\xae\x42\x58\xde\xe7\x22\x80\x1d\x81\x49\x36\xa8\xd9\x9d\x5a\x54\x04\x2f\x80\xac\xf7\x9a\xa3\xf5\x52\x3f\x89\xd2\x30\x72\x29\x95\xe1\xb2\x6d\xe7\xe0\x92\xf1\x8e\x51\xdb\x99\xa7\x0a\x24\x11\x55\xe0\x78\x2d\xd5\xc2\x5b\xff\x5f\x0a\x1a\x69\x28\x8d\x0b\x4f\xac\x26\x94\x99\xd7\x46\x01\xb2\x7d\x01\xba\x7e\x8e\x1d\xe6\xe1\x33\xa7\x15\xff\xd0\x63\x3d\xd6\xe0\x4b\x81\xcd\x60\xde\xe0\x18\x10\xed\xf3\x2b\xf7\xf7\xb9\xfa\x0a\x00\x00\xff\xff\x89\x2a\x49\x0d\x5e\x62\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: 221577, mode: os.FileMode(420), modTime: time.Unix(1562572800, 0)} + info := bindataFileInfo{name: "admin.swagger.json", size: 221790, 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/Tasks.java b/flyteidl/gen/pb-java/flyteidl/core/Tasks.java index 5fc56386e56..c43a4afe2df 100644 --- a/flyteidl/gen/pb-java/flyteidl/core/Tasks.java +++ b/flyteidl/gen/pb-java/flyteidl/core/Tasks.java @@ -5196,6 +5196,15 @@ public interface TaskTemplateOrBuilder extends */ flyteidl.core.Tasks.ContainerOrBuilder getContainerOrBuilder(); + /** + *
+     * This can be used to customize task handling at execution time for the same task type.
+     * 
+ * + * int32 task_type_version = 7; + */ + int getTaskTypeVersion(); + public flyteidl.core.Tasks.TaskTemplate.TargetCase getTargetCase(); } /** @@ -5315,6 +5324,11 @@ private TaskTemplate( targetCase_ = 6; break; } + case 56: { + + taskTypeVersion_ = input.readInt32(); + break; + } default: { if (!parseUnknownField( input, unknownFields, extensionRegistry, tag)) { @@ -5590,6 +5604,19 @@ public flyteidl.core.Tasks.ContainerOrBuilder getContainerOrBuilder() { return flyteidl.core.Tasks.Container.getDefaultInstance(); } + public static final int TASK_TYPE_VERSION_FIELD_NUMBER = 7; + private int taskTypeVersion_; + /** + *
+     * This can be used to customize task handling at execution time for the same task type.
+     * 
+ * + * int32 task_type_version = 7; + */ + public int getTaskTypeVersion() { + return taskTypeVersion_; + } + private byte memoizedIsInitialized = -1; @java.lang.Override public final boolean isInitialized() { @@ -5622,6 +5649,9 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) if (targetCase_ == 6) { output.writeMessage(6, (flyteidl.core.Tasks.Container) target_); } + if (taskTypeVersion_ != 0) { + output.writeInt32(7, taskTypeVersion_); + } unknownFields.writeTo(output); } @@ -5654,6 +5684,10 @@ public int getSerializedSize() { size += com.google.protobuf.CodedOutputStream .computeMessageSize(6, (flyteidl.core.Tasks.Container) target_); } + if (taskTypeVersion_ != 0) { + size += com.google.protobuf.CodedOutputStream + .computeInt32Size(7, taskTypeVersion_); + } size += unknownFields.getSerializedSize(); memoizedSize = size; return size; @@ -5691,6 +5725,8 @@ public boolean equals(final java.lang.Object obj) { if (!getCustom() .equals(other.getCustom())) return false; } + if (getTaskTypeVersion() + != other.getTaskTypeVersion()) return false; if (!getTargetCase().equals(other.getTargetCase())) return false; switch (targetCase_) { case 6: @@ -5729,6 +5765,8 @@ public int hashCode() { hash = (37 * hash) + CUSTOM_FIELD_NUMBER; hash = (53 * hash) + getCustom().hashCode(); } + hash = (37 * hash) + TASK_TYPE_VERSION_FIELD_NUMBER; + hash = (53 * hash) + getTaskTypeVersion(); switch (targetCase_) { case 6: hash = (37 * hash) + CONTAINER_FIELD_NUMBER; @@ -5901,6 +5939,8 @@ public Builder clear() { custom_ = null; customBuilder_ = null; } + taskTypeVersion_ = 0; + targetCase_ = 0; target_ = null; return this; @@ -5957,6 +5997,7 @@ public flyteidl.core.Tasks.TaskTemplate buildPartial() { result.target_ = containerBuilder_.build(); } } + result.taskTypeVersion_ = taskTypeVersion_; result.targetCase_ = targetCase_; onBuilt(); return result; @@ -6022,6 +6063,9 @@ public Builder mergeFrom(flyteidl.core.Tasks.TaskTemplate other) { if (other.hasCustom()) { mergeCustom(other.getCustom()); } + if (other.getTaskTypeVersion() != 0) { + setTaskTypeVersion(other.getTaskTypeVersion()); + } switch (other.getTargetCase()) { case CONTAINER: { mergeContainer(other.getContainer()); @@ -6930,6 +6974,44 @@ public flyteidl.core.Tasks.ContainerOrBuilder getContainerOrBuilder() { onChanged();; return containerBuilder_; } + + private int taskTypeVersion_ ; + /** + *
+       * This can be used to customize task handling at execution time for the same task type.
+       * 
+ * + * int32 task_type_version = 7; + */ + public int getTaskTypeVersion() { + return taskTypeVersion_; + } + /** + *
+       * This can be used to customize task handling at execution time for the same task type.
+       * 
+ * + * int32 task_type_version = 7; + */ + public Builder setTaskTypeVersion(int value) { + + taskTypeVersion_ = value; + onChanged(); + return this; + } + /** + *
+       * This can be used to customize task handling at execution time for the same task type.
+       * 
+ * + * int32 task_type_version = 7; + */ + public Builder clearTaskTypeVersion() { + + taskTypeVersion_ = 0; + onChanged(); + return this; + } @java.lang.Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { @@ -13144,36 +13226,37 @@ public flyteidl.core.Tasks.DataLoadingConfig getDefaultInstanceForType() { "RetryStrategy\022\031\n\021discovery_version\030\006 \001(\t" + "\022 \n\030deprecated_error_message\030\007 \001(\t\022\027\n\rin" + "terruptible\030\010 \001(\010H\000B\025\n\023interruptible_val" + - "ue\"\206\002\n\014TaskTemplate\022%\n\002id\030\001 \001(\0132\031.flytei" + + "ue\"\241\002\n\014TaskTemplate\022%\n\002id\030\001 \001(\0132\031.flytei" + "dl.core.Identifier\022\014\n\004type\030\002 \001(\t\022-\n\010meta" + "data\030\003 \001(\0132\033.flyteidl.core.TaskMetadata\022" + "0\n\tinterface\030\004 \001(\0132\035.flyteidl.core.Typed" + "Interface\022\'\n\006custom\030\005 \001(\0132\027.google.proto" + "buf.Struct\022-\n\tcontainer\030\006 \001(\0132\030.flyteidl" + - ".core.ContainerH\000B\010\n\006target\"\'\n\rContainer" + - "Port\022\026\n\016container_port\030\001 \001(\r\"\241\002\n\tContain" + - "er\022\r\n\005image\030\001 \001(\t\022\017\n\007command\030\002 \003(\t\022\014\n\004ar" + - "gs\030\003 \003(\t\022+\n\tresources\030\004 \001(\0132\030.flyteidl.c" + - "ore.Resources\022(\n\003env\030\005 \003(\0132\033.flyteidl.co" + - "re.KeyValuePair\022+\n\006config\030\006 \003(\0132\033.flytei" + - "dl.core.KeyValuePair\022+\n\005ports\030\007 \003(\0132\034.fl" + - "yteidl.core.ContainerPort\0225\n\013data_config" + - "\030\t \001(\0132 .flyteidl.core.DataLoadingConfig" + - "\"\233\002\n\nIOStrategy\022=\n\rdownload_mode\030\001 \001(\0162&" + - ".flyteidl.core.IOStrategy.DownloadMode\0229" + - "\n\013upload_mode\030\002 \001(\0162$.flyteidl.core.IOSt" + - "rategy.UploadMode\"L\n\014DownloadMode\022\022\n\016DOW" + - "NLOAD_EAGER\020\000\022\023\n\017DOWNLOAD_STREAM\020\001\022\023\n\017DO" + - "_NOT_DOWNLOAD\020\002\"E\n\nUploadMode\022\022\n\016UPLOAD_" + - "ON_EXIT\020\000\022\020\n\014UPLOAD_EAGER\020\001\022\021\n\rDO_NOT_UP" + - "LOAD\020\002\"\363\001\n\021DataLoadingConfig\022\017\n\007enabled\030" + - "\001 \001(\010\022\022\n\ninput_path\030\002 \001(\t\022\023\n\013output_path" + - "\030\003 \001(\t\022A\n\006format\030\004 \001(\01621.flyteidl.core.D" + - "ataLoadingConfig.LiteralMapFormat\022.\n\013io_" + - "strategy\030\005 \001(\0132\031.flyteidl.core.IOStrateg" + - "y\"1\n\020LiteralMapFormat\022\010\n\004JSON\020\000\022\010\n\004YAML\020" + - "\001\022\t\n\005PROTO\020\002B2Z0github.com/lyft/flyteidl" + - "/gen/pb-go/flyteidl/coreb\006proto3" + ".core.ContainerH\000\022\031\n\021task_type_version\030\007" + + " \001(\005B\010\n\006target\"\'\n\rContainerPort\022\026\n\016conta" + + "iner_port\030\001 \001(\r\"\241\002\n\tContainer\022\r\n\005image\030\001" + + " \001(\t\022\017\n\007command\030\002 \003(\t\022\014\n\004args\030\003 \003(\t\022+\n\tr" + + "esources\030\004 \001(\0132\030.flyteidl.core.Resources" + + "\022(\n\003env\030\005 \003(\0132\033.flyteidl.core.KeyValuePa" + + "ir\022+\n\006config\030\006 \003(\0132\033.flyteidl.core.KeyVa" + + "luePair\022+\n\005ports\030\007 \003(\0132\034.flyteidl.core.C" + + "ontainerPort\0225\n\013data_config\030\t \001(\0132 .flyt" + + "eidl.core.DataLoadingConfig\"\233\002\n\nIOStrate" + + "gy\022=\n\rdownload_mode\030\001 \001(\0162&.flyteidl.cor" + + "e.IOStrategy.DownloadMode\0229\n\013upload_mode" + + "\030\002 \001(\0162$.flyteidl.core.IOStrategy.Upload" + + "Mode\"L\n\014DownloadMode\022\022\n\016DOWNLOAD_EAGER\020\000" + + "\022\023\n\017DOWNLOAD_STREAM\020\001\022\023\n\017DO_NOT_DOWNLOAD" + + "\020\002\"E\n\nUploadMode\022\022\n\016UPLOAD_ON_EXIT\020\000\022\020\n\014" + + "UPLOAD_EAGER\020\001\022\021\n\rDO_NOT_UPLOAD\020\002\"\363\001\n\021Da" + + "taLoadingConfig\022\017\n\007enabled\030\001 \001(\010\022\022\n\ninpu" + + "t_path\030\002 \001(\t\022\023\n\013output_path\030\003 \001(\t\022A\n\006for" + + "mat\030\004 \001(\01621.flyteidl.core.DataLoadingCon" + + "fig.LiteralMapFormat\022.\n\013io_strategy\030\005 \001(" + + "\0132\031.flyteidl.core.IOStrategy\"1\n\020LiteralM" + + "apFormat\022\010\n\004JSON\020\000\022\010\n\004YAML\020\001\022\t\n\005PROTO\020\002B" + + "2Z0github.com/lyft/flyteidl/gen/pb-go/fl" + + "yteidl/coreb\006proto3" }; com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner assigner = new com.google.protobuf.Descriptors.FileDescriptor. InternalDescriptorAssigner() { @@ -13221,7 +13304,7 @@ public com.google.protobuf.ExtensionRegistry assignDescriptors( internal_static_flyteidl_core_TaskTemplate_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_flyteidl_core_TaskTemplate_descriptor, - new java.lang.String[] { "Id", "Type", "Metadata", "Interface", "Custom", "Container", "Target", }); + new java.lang.String[] { "Id", "Type", "Metadata", "Interface", "Custom", "Container", "TaskTypeVersion", "Target", }); internal_static_flyteidl_core_ContainerPort_descriptor = getDescriptor().getMessageTypes().get(4); internal_static_flyteidl_core_ContainerPort_fieldAccessorTable = new diff --git a/flyteidl/gen/pb-js/flyteidl.d.ts b/flyteidl/gen/pb-js/flyteidl.d.ts index 25bd36664dd..017dcfafcdf 100644 --- a/flyteidl/gen/pb-js/flyteidl.d.ts +++ b/flyteidl/gen/pb-js/flyteidl.d.ts @@ -4144,6 +4144,9 @@ export namespace flyteidl { /** TaskTemplate container */ container?: (flyteidl.core.IContainer|null); + + /** TaskTemplate taskTypeVersion */ + taskTypeVersion?: (number|null); } /** Represents a TaskTemplate. */ @@ -4173,6 +4176,9 @@ export namespace flyteidl { /** TaskTemplate container. */ public container?: (flyteidl.core.IContainer|null); + /** TaskTemplate taskTypeVersion. */ + public taskTypeVersion: number; + /** TaskTemplate target. */ public target?: "container"; diff --git a/flyteidl/gen/pb-js/flyteidl.js b/flyteidl/gen/pb-js/flyteidl.js index 5ac31751140..9cf8a654933 100644 --- a/flyteidl/gen/pb-js/flyteidl.js +++ b/flyteidl/gen/pb-js/flyteidl.js @@ -9849,6 +9849,7 @@ export const flyteidl = $root.flyteidl = (() => { * @property {flyteidl.core.ITypedInterface|null} ["interface"] TaskTemplate interface * @property {google.protobuf.IStruct|null} [custom] TaskTemplate custom * @property {flyteidl.core.IContainer|null} [container] TaskTemplate container + * @property {number|null} [taskTypeVersion] TaskTemplate taskTypeVersion */ /** @@ -9914,6 +9915,14 @@ export const flyteidl = $root.flyteidl = (() => { */ TaskTemplate.prototype.container = null; + /** + * TaskTemplate taskTypeVersion. + * @member {number} taskTypeVersion + * @memberof flyteidl.core.TaskTemplate + * @instance + */ + TaskTemplate.prototype.taskTypeVersion = 0; + // OneOf field names bound to virtual getters and setters let $oneOfFields; @@ -9964,6 +9973,8 @@ export const flyteidl = $root.flyteidl = (() => { $root.google.protobuf.Struct.encode(message.custom, writer.uint32(/* id 5, wireType 2 =*/42).fork()).ldelim(); if (message.container != null && message.hasOwnProperty("container")) $root.flyteidl.core.Container.encode(message.container, writer.uint32(/* id 6, wireType 2 =*/50).fork()).ldelim(); + if (message.taskTypeVersion != null && message.hasOwnProperty("taskTypeVersion")) + writer.uint32(/* id 7, wireType 0 =*/56).int32(message.taskTypeVersion); return writer; }; @@ -10003,6 +10014,9 @@ export const flyteidl = $root.flyteidl = (() => { case 6: message.container = $root.flyteidl.core.Container.decode(reader, reader.uint32()); break; + case 7: + message.taskTypeVersion = reader.int32(); + break; default: reader.skipType(tag & 7); break; @@ -10054,6 +10068,9 @@ export const flyteidl = $root.flyteidl = (() => { return "container." + error; } } + if (message.taskTypeVersion != null && message.hasOwnProperty("taskTypeVersion")) + if (!$util.isInteger(message.taskTypeVersion)) + return "taskTypeVersion: integer expected"; return null; }; diff --git a/flyteidl/gen/pb-protodoc/flyteidl/core/tasks.proto.rst b/flyteidl/gen/pb-protodoc/flyteidl/core/tasks.proto.rst index d316d52df71..978d12752fa 100644 --- a/flyteidl/gen/pb-protodoc/flyteidl/core/tasks.proto.rst +++ b/flyteidl/gen/pb-protodoc/flyteidl/core/tasks.proto.rst @@ -246,7 +246,8 @@ Tasks are registered as a first step in the system. "metadata": "{...}", "interface": "{...}", "custom": "{...}", - "container": "{...}" + "container": "{...}", + "task_type_version": "..." } .. _api_field_flyteidl.core.TaskTemplate.id: @@ -291,6 +292,12 @@ container handlers. +.. _api_field_flyteidl.core.TaskTemplate.task_type_version: + +task_type_version + (`int32 `_) This can be used to customize task handling at execution time for the same task type. + + .. _api_msg_flyteidl.core.ContainerPort: @@ -298,7 +305,7 @@ container flyteidl.core.ContainerPort --------------------------- -`[flyteidl.core.ContainerPort proto] `_ +`[flyteidl.core.ContainerPort proto] `_ Defines port properties for a container. @@ -322,7 +329,7 @@ container_port flyteidl.core.Container ----------------------- -`[flyteidl.core.Container proto] `_ +`[flyteidl.core.Container proto] `_ .. code-block:: json @@ -404,7 +411,7 @@ data_config flyteidl.core.IOStrategy ------------------------ -`[flyteidl.core.IOStrategy proto] `_ +`[flyteidl.core.IOStrategy proto] `_ Strategy to use when dealing with Blob, Schema, or multipart blob data (large datasets) @@ -433,7 +440,7 @@ upload_mode Enum flyteidl.core.IOStrategy.DownloadMode ------------------------------------------ -`[flyteidl.core.IOStrategy.DownloadMode proto] `_ +`[flyteidl.core.IOStrategy.DownloadMode proto] `_ Mode to use for downloading @@ -461,7 +468,7 @@ DO_NOT_DOWNLOAD Enum flyteidl.core.IOStrategy.UploadMode ---------------------------------------- -`[flyteidl.core.IOStrategy.UploadMode proto] `_ +`[flyteidl.core.IOStrategy.UploadMode proto] `_ Mode to use for uploading @@ -489,7 +496,7 @@ DO_NOT_UPLOAD flyteidl.core.DataLoadingConfig ------------------------------- -`[flyteidl.core.DataLoadingConfig proto] `_ +`[flyteidl.core.DataLoadingConfig proto] `_ This configuration allows executing raw containers in Flyte using the Flyte CoPilot system. Flyte CoPilot, eliminates the needs of flytekit or sdk inside the container. Any inputs required by the users container are side-loaded in the input_path @@ -547,7 +554,7 @@ io_strategy Enum flyteidl.core.DataLoadingConfig.LiteralMapFormat ----------------------------------------------------- -`[flyteidl.core.DataLoadingConfig.LiteralMapFormat proto] `_ +`[flyteidl.core.DataLoadingConfig.LiteralMapFormat proto] `_ LiteralMapFormat decides the encoding format in which the input metadata should be made available to the containers. If the user has access to the protocol buffer definitions, it is recommended to use the PROTO format. diff --git a/flyteidl/gen/pb_python/flyteidl/core/tasks_pb2.py b/flyteidl/gen/pb_python/flyteidl/core/tasks_pb2.py index 7b0d1038799..1d203b46023 100644 --- a/flyteidl/gen/pb_python/flyteidl/core/tasks_pb2.py +++ b/flyteidl/gen/pb_python/flyteidl/core/tasks_pb2.py @@ -25,7 +25,7 @@ package='flyteidl.core', syntax='proto3', serialized_options=_b('Z0github.com/lyft/flyteidl/gen/pb-go/flyteidl/core'), - serialized_pb=_b('\n\x19\x66lyteidl/core/tasks.proto\x12\rflyteidl.core\x1a\x1e\x66lyteidl/core/identifier.proto\x1a\x1d\x66lyteidl/core/interface.proto\x1a\x1c\x66lyteidl/core/literals.proto\x1a\x1egoogle/protobuf/duration.proto\x1a\x1cgoogle/protobuf/struct.proto\"\x9a\x02\n\tResources\x12\x38\n\x08requests\x18\x01 \x03(\x0b\x32&.flyteidl.core.Resources.ResourceEntry\x12\x36\n\x06limits\x18\x02 \x03(\x0b\x32&.flyteidl.core.Resources.ResourceEntry\x1aS\n\rResourceEntry\x12\x33\n\x04name\x18\x01 \x01(\x0e\x32%.flyteidl.core.Resources.ResourceName\x12\r\n\x05value\x18\x02 \x01(\t\"F\n\x0cResourceName\x12\x0b\n\x07UNKNOWN\x10\x00\x12\x07\n\x03\x43PU\x10\x01\x12\x07\n\x03GPU\x10\x02\x12\n\n\x06MEMORY\x10\x03\x12\x0b\n\x07STORAGE\x10\x04\"\x95\x01\n\x0fRuntimeMetadata\x12\x38\n\x04type\x18\x01 \x01(\x0e\x32*.flyteidl.core.RuntimeMetadata.RuntimeType\x12\x0f\n\x07version\x18\x02 \x01(\t\x12\x0e\n\x06\x66lavor\x18\x03 \x01(\t\"\'\n\x0bRuntimeType\x12\t\n\x05OTHER\x10\x00\x12\r\n\tFLYTE_SDK\x10\x01\"\x9d\x02\n\x0cTaskMetadata\x12\x14\n\x0c\x64iscoverable\x18\x01 \x01(\x08\x12/\n\x07runtime\x18\x02 \x01(\x0b\x32\x1e.flyteidl.core.RuntimeMetadata\x12*\n\x07timeout\x18\x04 \x01(\x0b\x32\x19.google.protobuf.Duration\x12-\n\x07retries\x18\x05 \x01(\x0b\x32\x1c.flyteidl.core.RetryStrategy\x12\x19\n\x11\x64iscovery_version\x18\x06 \x01(\t\x12 \n\x18\x64\x65precated_error_message\x18\x07 \x01(\t\x12\x17\n\rinterruptible\x18\x08 \x01(\x08H\x00\x42\x15\n\x13interruptible_value\"\x86\x02\n\x0cTaskTemplate\x12%\n\x02id\x18\x01 \x01(\x0b\x32\x19.flyteidl.core.Identifier\x12\x0c\n\x04type\x18\x02 \x01(\t\x12-\n\x08metadata\x18\x03 \x01(\x0b\x32\x1b.flyteidl.core.TaskMetadata\x12\x30\n\tinterface\x18\x04 \x01(\x0b\x32\x1d.flyteidl.core.TypedInterface\x12\'\n\x06\x63ustom\x18\x05 \x01(\x0b\x32\x17.google.protobuf.Struct\x12-\n\tcontainer\x18\x06 \x01(\x0b\x32\x18.flyteidl.core.ContainerH\x00\x42\x08\n\x06target\"\'\n\rContainerPort\x12\x16\n\x0e\x63ontainer_port\x18\x01 \x01(\r\"\xa1\x02\n\tContainer\x12\r\n\x05image\x18\x01 \x01(\t\x12\x0f\n\x07\x63ommand\x18\x02 \x03(\t\x12\x0c\n\x04\x61rgs\x18\x03 \x03(\t\x12+\n\tresources\x18\x04 \x01(\x0b\x32\x18.flyteidl.core.Resources\x12(\n\x03\x65nv\x18\x05 \x03(\x0b\x32\x1b.flyteidl.core.KeyValuePair\x12+\n\x06\x63onfig\x18\x06 \x03(\x0b\x32\x1b.flyteidl.core.KeyValuePair\x12+\n\x05ports\x18\x07 \x03(\x0b\x32\x1c.flyteidl.core.ContainerPort\x12\x35\n\x0b\x64\x61ta_config\x18\t \x01(\x0b\x32 .flyteidl.core.DataLoadingConfig\"\x9b\x02\n\nIOStrategy\x12=\n\rdownload_mode\x18\x01 \x01(\x0e\x32&.flyteidl.core.IOStrategy.DownloadMode\x12\x39\n\x0bupload_mode\x18\x02 \x01(\x0e\x32$.flyteidl.core.IOStrategy.UploadMode\"L\n\x0c\x44ownloadMode\x12\x12\n\x0e\x44OWNLOAD_EAGER\x10\x00\x12\x13\n\x0f\x44OWNLOAD_STREAM\x10\x01\x12\x13\n\x0f\x44O_NOT_DOWNLOAD\x10\x02\"E\n\nUploadMode\x12\x12\n\x0eUPLOAD_ON_EXIT\x10\x00\x12\x10\n\x0cUPLOAD_EAGER\x10\x01\x12\x11\n\rDO_NOT_UPLOAD\x10\x02\"\xf3\x01\n\x11\x44\x61taLoadingConfig\x12\x0f\n\x07\x65nabled\x18\x01 \x01(\x08\x12\x12\n\ninput_path\x18\x02 \x01(\t\x12\x13\n\x0boutput_path\x18\x03 \x01(\t\x12\x41\n\x06\x66ormat\x18\x04 \x01(\x0e\x32\x31.flyteidl.core.DataLoadingConfig.LiteralMapFormat\x12.\n\x0bio_strategy\x18\x05 \x01(\x0b\x32\x19.flyteidl.core.IOStrategy\"1\n\x10LiteralMapFormat\x12\x08\n\x04JSON\x10\x00\x12\x08\n\x04YAML\x10\x01\x12\t\n\x05PROTO\x10\x02\x42\x32Z0github.com/lyft/flyteidl/gen/pb-go/flyteidl/coreb\x06proto3') + serialized_pb=_b('\n\x19\x66lyteidl/core/tasks.proto\x12\rflyteidl.core\x1a\x1e\x66lyteidl/core/identifier.proto\x1a\x1d\x66lyteidl/core/interface.proto\x1a\x1c\x66lyteidl/core/literals.proto\x1a\x1egoogle/protobuf/duration.proto\x1a\x1cgoogle/protobuf/struct.proto\"\x9a\x02\n\tResources\x12\x38\n\x08requests\x18\x01 \x03(\x0b\x32&.flyteidl.core.Resources.ResourceEntry\x12\x36\n\x06limits\x18\x02 \x03(\x0b\x32&.flyteidl.core.Resources.ResourceEntry\x1aS\n\rResourceEntry\x12\x33\n\x04name\x18\x01 \x01(\x0e\x32%.flyteidl.core.Resources.ResourceName\x12\r\n\x05value\x18\x02 \x01(\t\"F\n\x0cResourceName\x12\x0b\n\x07UNKNOWN\x10\x00\x12\x07\n\x03\x43PU\x10\x01\x12\x07\n\x03GPU\x10\x02\x12\n\n\x06MEMORY\x10\x03\x12\x0b\n\x07STORAGE\x10\x04\"\x95\x01\n\x0fRuntimeMetadata\x12\x38\n\x04type\x18\x01 \x01(\x0e\x32*.flyteidl.core.RuntimeMetadata.RuntimeType\x12\x0f\n\x07version\x18\x02 \x01(\t\x12\x0e\n\x06\x66lavor\x18\x03 \x01(\t\"\'\n\x0bRuntimeType\x12\t\n\x05OTHER\x10\x00\x12\r\n\tFLYTE_SDK\x10\x01\"\x9d\x02\n\x0cTaskMetadata\x12\x14\n\x0c\x64iscoverable\x18\x01 \x01(\x08\x12/\n\x07runtime\x18\x02 \x01(\x0b\x32\x1e.flyteidl.core.RuntimeMetadata\x12*\n\x07timeout\x18\x04 \x01(\x0b\x32\x19.google.protobuf.Duration\x12-\n\x07retries\x18\x05 \x01(\x0b\x32\x1c.flyteidl.core.RetryStrategy\x12\x19\n\x11\x64iscovery_version\x18\x06 \x01(\t\x12 \n\x18\x64\x65precated_error_message\x18\x07 \x01(\t\x12\x17\n\rinterruptible\x18\x08 \x01(\x08H\x00\x42\x15\n\x13interruptible_value\"\xa1\x02\n\x0cTaskTemplate\x12%\n\x02id\x18\x01 \x01(\x0b\x32\x19.flyteidl.core.Identifier\x12\x0c\n\x04type\x18\x02 \x01(\t\x12-\n\x08metadata\x18\x03 \x01(\x0b\x32\x1b.flyteidl.core.TaskMetadata\x12\x30\n\tinterface\x18\x04 \x01(\x0b\x32\x1d.flyteidl.core.TypedInterface\x12\'\n\x06\x63ustom\x18\x05 \x01(\x0b\x32\x17.google.protobuf.Struct\x12-\n\tcontainer\x18\x06 \x01(\x0b\x32\x18.flyteidl.core.ContainerH\x00\x12\x19\n\x11task_type_version\x18\x07 \x01(\x05\x42\x08\n\x06target\"\'\n\rContainerPort\x12\x16\n\x0e\x63ontainer_port\x18\x01 \x01(\r\"\xa1\x02\n\tContainer\x12\r\n\x05image\x18\x01 \x01(\t\x12\x0f\n\x07\x63ommand\x18\x02 \x03(\t\x12\x0c\n\x04\x61rgs\x18\x03 \x03(\t\x12+\n\tresources\x18\x04 \x01(\x0b\x32\x18.flyteidl.core.Resources\x12(\n\x03\x65nv\x18\x05 \x03(\x0b\x32\x1b.flyteidl.core.KeyValuePair\x12+\n\x06\x63onfig\x18\x06 \x03(\x0b\x32\x1b.flyteidl.core.KeyValuePair\x12+\n\x05ports\x18\x07 \x03(\x0b\x32\x1c.flyteidl.core.ContainerPort\x12\x35\n\x0b\x64\x61ta_config\x18\t \x01(\x0b\x32 .flyteidl.core.DataLoadingConfig\"\x9b\x02\n\nIOStrategy\x12=\n\rdownload_mode\x18\x01 \x01(\x0e\x32&.flyteidl.core.IOStrategy.DownloadMode\x12\x39\n\x0bupload_mode\x18\x02 \x01(\x0e\x32$.flyteidl.core.IOStrategy.UploadMode\"L\n\x0c\x44ownloadMode\x12\x12\n\x0e\x44OWNLOAD_EAGER\x10\x00\x12\x13\n\x0f\x44OWNLOAD_STREAM\x10\x01\x12\x13\n\x0f\x44O_NOT_DOWNLOAD\x10\x02\"E\n\nUploadMode\x12\x12\n\x0eUPLOAD_ON_EXIT\x10\x00\x12\x10\n\x0cUPLOAD_EAGER\x10\x01\x12\x11\n\rDO_NOT_UPLOAD\x10\x02\"\xf3\x01\n\x11\x44\x61taLoadingConfig\x12\x0f\n\x07\x65nabled\x18\x01 \x01(\x08\x12\x12\n\ninput_path\x18\x02 \x01(\t\x12\x13\n\x0boutput_path\x18\x03 \x01(\t\x12\x41\n\x06\x66ormat\x18\x04 \x01(\x0e\x32\x31.flyteidl.core.DataLoadingConfig.LiteralMapFormat\x12.\n\x0bio_strategy\x18\x05 \x01(\x0b\x32\x19.flyteidl.core.IOStrategy\"1\n\x10LiteralMapFormat\x12\x08\n\x04JSON\x10\x00\x12\x08\n\x04YAML\x10\x01\x12\t\n\x05PROTO\x10\x02\x42\x32Z0github.com/lyft/flyteidl/gen/pb-go/flyteidl/coreb\x06proto3') , dependencies=[flyteidl_dot_core_dot_identifier__pb2.DESCRIPTOR,flyteidl_dot_core_dot_interface__pb2.DESCRIPTOR,flyteidl_dot_core_dot_literals__pb2.DESCRIPTOR,google_dot_protobuf_dot_duration__pb2.DESCRIPTOR,google_dot_protobuf_dot_struct__pb2.DESCRIPTOR,]) @@ -108,8 +108,8 @@ ], containing_type=None, serialized_options=None, - serialized_start=1659, - serialized_end=1735, + serialized_start=1686, + serialized_end=1762, ) _sym_db.RegisterEnumDescriptor(_IOSTRATEGY_DOWNLOADMODE) @@ -134,8 +134,8 @@ ], containing_type=None, serialized_options=None, - serialized_start=1737, - serialized_end=1806, + serialized_start=1764, + serialized_end=1833, ) _sym_db.RegisterEnumDescriptor(_IOSTRATEGY_UPLOADMODE) @@ -160,8 +160,8 @@ ], containing_type=None, serialized_options=None, - serialized_start=2003, - serialized_end=2052, + serialized_start=2030, + serialized_end=2079, ) _sym_db.RegisterEnumDescriptor(_DATALOADINGCONFIG_LITERALMAPFORMAT) @@ -413,6 +413,13 @@ message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, serialized_options=None, file=DESCRIPTOR), + _descriptor.FieldDescriptor( + name='task_type_version', full_name='flyteidl.core.TaskTemplate.task_type_version', index=6, + number=7, type=5, cpp_type=1, label=1, + has_default_value=False, default_value=0, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + serialized_options=None, file=DESCRIPTOR), ], extensions=[ ], @@ -429,7 +436,7 @@ index=0, containing_type=None, fields=[]), ], serialized_start=925, - serialized_end=1187, + serialized_end=1214, ) @@ -459,8 +466,8 @@ extension_ranges=[], oneofs=[ ], - serialized_start=1189, - serialized_end=1228, + serialized_start=1216, + serialized_end=1255, ) @@ -539,8 +546,8 @@ extension_ranges=[], oneofs=[ ], - serialized_start=1231, - serialized_end=1520, + serialized_start=1258, + serialized_end=1547, ) @@ -579,8 +586,8 @@ extension_ranges=[], oneofs=[ ], - serialized_start=1523, - serialized_end=1806, + serialized_start=1550, + serialized_end=1833, ) @@ -639,8 +646,8 @@ extension_ranges=[], oneofs=[ ], - serialized_start=1809, - serialized_end=2052, + serialized_start=1836, + serialized_end=2079, ) _RESOURCES_RESOURCEENTRY.fields_by_name['name'].enum_type = _RESOURCES_RESOURCENAME diff --git a/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/core_task_template.py b/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/core_task_template.py index 49ab6ad343f..0f49b2debc2 100644 --- a/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/core_task_template.py +++ b/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/core_task_template.py @@ -42,7 +42,8 @@ class CoreTaskTemplate(object): 'metadata': 'CoreTaskMetadata', 'interface': 'CoreTypedInterface', 'custom': 'ProtobufStruct', - 'container': 'CoreContainer' + 'container': 'CoreContainer', + 'task_type_version': 'int' } attribute_map = { @@ -51,10 +52,11 @@ class CoreTaskTemplate(object): 'metadata': 'metadata', 'interface': 'interface', 'custom': 'custom', - 'container': 'container' + 'container': 'container', + 'task_type_version': 'task_type_version' } - def __init__(self, id=None, type=None, metadata=None, interface=None, custom=None, container=None): # noqa: E501 + def __init__(self, id=None, type=None, metadata=None, interface=None, custom=None, container=None, task_type_version=None): # noqa: E501 """CoreTaskTemplate - a model defined in Swagger""" # noqa: E501 self._id = None @@ -63,6 +65,7 @@ def __init__(self, id=None, type=None, metadata=None, interface=None, custom=Non self._interface = None self._custom = None self._container = None + self._task_type_version = None self.discriminator = None if id is not None: @@ -77,6 +80,8 @@ def __init__(self, id=None, type=None, metadata=None, interface=None, custom=Non self.custom = custom if container is not None: self.container = container + if task_type_version is not None: + self.task_type_version = task_type_version @property def id(self): @@ -214,6 +219,29 @@ def container(self, container): self._container = container + @property + def task_type_version(self): + """Gets the task_type_version of this CoreTaskTemplate. # noqa: E501 + + This can be used to customize task handling at execution time for the same task type. # noqa: E501 + + :return: The task_type_version of this CoreTaskTemplate. # noqa: E501 + :rtype: int + """ + return self._task_type_version + + @task_type_version.setter + def task_type_version(self, task_type_version): + """Sets the task_type_version of this CoreTaskTemplate. + + This can be used to customize task handling at execution time for the same task type. # noqa: E501 + + :param task_type_version: The task_type_version of this CoreTaskTemplate. # noqa: E501 + :type: int + """ + + self._task_type_version = task_type_version + def to_dict(self): """Returns the model properties as a dict""" result = {} diff --git a/flyteidl/protos/flyteidl/core/tasks.proto b/flyteidl/protos/flyteidl/core/tasks.proto index bde550f49b3..4179dfb7494 100644 --- a/flyteidl/protos/flyteidl/core/tasks.proto +++ b/flyteidl/protos/flyteidl/core/tasks.proto @@ -118,6 +118,9 @@ message TaskTemplate { oneof target { Container container = 6; } + + // This can be used to customize task handling at execution time for the same task type. + int32 task_type_version = 7; } // ----------------- First class Plugins