diff --git a/flyteidl/gen/pb-cpp/flyteidl/event/event.pb.cc b/flyteidl/gen/pb-cpp/flyteidl/event/event.pb.cc index 138e0183c8..fe6376b372 100644 --- a/flyteidl/gen/pb-cpp/flyteidl/event/event.pb.cc +++ b/flyteidl/gen/pb-cpp/flyteidl/event/event.pb.cc @@ -392,6 +392,9 @@ const ::google::protobuf::uint32 TableStruct_flyteidl_2fevent_2fevent_2eproto::o ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ PROTOBUF_FIELD_OFFSET(::flyteidl::event::ExternalResourceInfo, external_id_), + PROTOBUF_FIELD_OFFSET(::flyteidl::event::ExternalResourceInfo, index_), + PROTOBUF_FIELD_OFFSET(::flyteidl::event::ExternalResourceInfo, retry_attempt_), + PROTOBUF_FIELD_OFFSET(::flyteidl::event::ExternalResourceInfo, phase_), ~0u, // no _has_bits_ PROTOBUF_FIELD_OFFSET(::flyteidl::event::ResourcePoolInfo, _internal_metadata_), ~0u, // no _extensions_ @@ -420,8 +423,8 @@ static const ::google::protobuf::internal::MigrationSchema schemas[] PROTOBUF_SE { 63, -1, sizeof(::flyteidl::event::ParentNodeExecutionMetadata)}, { 69, -1, sizeof(::flyteidl::event::TaskExecutionEvent)}, { 91, -1, sizeof(::flyteidl::event::ExternalResourceInfo)}, - { 97, -1, sizeof(::flyteidl::event::ResourcePoolInfo)}, - { 104, -1, sizeof(::flyteidl::event::TaskExecutionMetadata)}, + { 100, -1, sizeof(::flyteidl::event::ResourcePoolInfo)}, + { 107, -1, sizeof(::flyteidl::event::TaskExecutionMetadata)}, }; static ::google::protobuf::Message const * const file_default_instances[] = { @@ -510,24 +513,26 @@ const char descriptor_table_protodef_flyteidl_2fevent_2fevent_2eproto[] = "e_version\030\014 \001(\r\022\016\n\006reason\030\r \001(\t\022\021\n\ttask_" "type\030\016 \001(\t\0227\n\010metadata\030\020 \001(\0132%.flyteidl." "event.TaskExecutionMetadataB\017\n\routput_re" - "sult\"+\n\024ExternalResourceInfo\022\023\n\013external" - "_id\030\001 \001(\t\"\?\n\020ResourcePoolInfo\022\030\n\020allocat" - "ion_token\030\001 \001(\t\022\021\n\tnamespace\030\002 \001(\t\"\310\002\n\025T" - "askExecutionMetadata\022\026\n\016generated_name\030\001" - " \001(\t\022@\n\022external_resources\030\002 \003(\0132$.flyte" - "idl.event.ExternalResourceInfo\022<\n\022resour" - "ce_pool_info\030\003 \003(\0132 .flyteidl.event.Reso" - "urcePoolInfo\022\031\n\021plugin_identifier\030\004 \001(\t\022" - "K\n\016instance_class\030\020 \001(\01623.flyteidl.event" - ".TaskExecutionMetadata.InstanceClass\"/\n\r" - "InstanceClass\022\013\n\007DEFAULT\020\000\022\021\n\rINTERRUPTI" - "BLE\020\001B7Z5github.com/flyteorg/flyteidl/ge" - "n/pb-go/flyteidl/eventb\006proto3" + "sult\"\204\001\n\024ExternalResourceInfo\022\023\n\013externa" + "l_id\030\001 \001(\t\022\r\n\005index\030\002 \001(\r\022\025\n\rretry_attem" + "pt\030\003 \001(\r\0221\n\005phase\030\004 \001(\0162\".flyteidl.core." + "TaskExecution.Phase\"\?\n\020ResourcePoolInfo\022" + "\030\n\020allocation_token\030\001 \001(\t\022\021\n\tnamespace\030\002" + " \001(\t\"\310\002\n\025TaskExecutionMetadata\022\026\n\016genera" + "ted_name\030\001 \001(\t\022@\n\022external_resources\030\002 \003" + "(\0132$.flyteidl.event.ExternalResourceInfo" + "\022<\n\022resource_pool_info\030\003 \003(\0132 .flyteidl." + "event.ResourcePoolInfo\022\031\n\021plugin_identif" + "ier\030\004 \001(\t\022K\n\016instance_class\030\020 \001(\01623.flyt" + "eidl.event.TaskExecutionMetadata.Instanc" + "eClass\"/\n\rInstanceClass\022\013\n\007DEFAULT\020\000\022\021\n\r" + "INTERRUPTIBLE\020\001B7Z5github.com/flyteorg/f" + "lyteidl/gen/pb-go/flyteidl/eventb\006proto3" ; ::google::protobuf::internal::DescriptorTable descriptor_table_flyteidl_2fevent_2fevent_2eproto = { false, InitDefaults_flyteidl_2fevent_2fevent_2eproto, descriptor_table_protodef_flyteidl_2fevent_2fevent_2eproto, - "flyteidl/event/event.proto", &assign_descriptors_table_flyteidl_2fevent_2fevent_2eproto, 3110, + "flyteidl/event/event.proto", &assign_descriptors_table_flyteidl_2fevent_2fevent_2eproto, 3200, }; void AddDescriptors_flyteidl_2fevent_2fevent_2eproto() { @@ -5781,6 +5786,9 @@ class ExternalResourceInfo::HasBitSetters { #if !defined(_MSC_VER) || _MSC_VER >= 1900 const int ExternalResourceInfo::kExternalIdFieldNumber; +const int ExternalResourceInfo::kIndexFieldNumber; +const int ExternalResourceInfo::kRetryAttemptFieldNumber; +const int ExternalResourceInfo::kPhaseFieldNumber; #endif // !defined(_MSC_VER) || _MSC_VER >= 1900 ExternalResourceInfo::ExternalResourceInfo() @@ -5796,6 +5804,9 @@ ExternalResourceInfo::ExternalResourceInfo(const ExternalResourceInfo& from) if (from.external_id().size() > 0) { external_id_.AssignWithDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), from.external_id_); } + ::memcpy(&index_, &from.index_, + static_cast(reinterpret_cast(&phase_) - + reinterpret_cast(&index_)) + sizeof(phase_)); // @@protoc_insertion_point(copy_constructor:flyteidl.event.ExternalResourceInfo) } @@ -5803,6 +5814,9 @@ void ExternalResourceInfo::SharedCtor() { ::google::protobuf::internal::InitSCC( &scc_info_ExternalResourceInfo_flyteidl_2fevent_2fevent_2eproto.base); external_id_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); + ::memset(&index_, 0, static_cast( + reinterpret_cast(&phase_) - + reinterpret_cast(&index_)) + sizeof(phase_)); } ExternalResourceInfo::~ExternalResourceInfo() { @@ -5830,6 +5844,9 @@ void ExternalResourceInfo::Clear() { (void) cached_has_bits; external_id_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); + ::memset(&index_, 0, static_cast( + reinterpret_cast(&phase_) - + reinterpret_cast(&index_)) + sizeof(phase_)); _internal_metadata_.Clear(); } @@ -5862,6 +5879,28 @@ const char* ExternalResourceInfo::_InternalParse(const char* begin, const char* ptr += size; break; } + // uint32 index = 2; + case 2: { + if (static_cast<::google::protobuf::uint8>(tag) != 16) goto handle_unusual; + msg->set_index(::google::protobuf::internal::ReadVarint(&ptr)); + GOOGLE_PROTOBUF_PARSER_ASSERT(ptr); + break; + } + // uint32 retry_attempt = 3; + case 3: { + if (static_cast<::google::protobuf::uint8>(tag) != 24) goto handle_unusual; + msg->set_retry_attempt(::google::protobuf::internal::ReadVarint(&ptr)); + GOOGLE_PROTOBUF_PARSER_ASSERT(ptr); + break; + } + // .flyteidl.core.TaskExecution.Phase phase = 4; + case 4: { + if (static_cast<::google::protobuf::uint8>(tag) != 32) goto handle_unusual; + ::google::protobuf::uint64 val = ::google::protobuf::internal::ReadVarint(&ptr); + msg->set_phase(static_cast<::flyteidl::core::TaskExecution_Phase>(val)); + GOOGLE_PROTOBUF_PARSER_ASSERT(ptr); + break; + } default: { handle_unusual: if ((tag & 7) == 4 || tag == 0) { @@ -5911,6 +5950,46 @@ bool ExternalResourceInfo::MergePartialFromCodedStream( break; } + // uint32 index = 2; + case 2: { + if (static_cast< ::google::protobuf::uint8>(tag) == (16 & 0xFF)) { + + DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< + ::google::protobuf::uint32, ::google::protobuf::internal::WireFormatLite::TYPE_UINT32>( + input, &index_))); + } else { + goto handle_unusual; + } + break; + } + + // uint32 retry_attempt = 3; + case 3: { + if (static_cast< ::google::protobuf::uint8>(tag) == (24 & 0xFF)) { + + DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< + ::google::protobuf::uint32, ::google::protobuf::internal::WireFormatLite::TYPE_UINT32>( + input, &retry_attempt_))); + } else { + goto handle_unusual; + } + break; + } + + // .flyteidl.core.TaskExecution.Phase phase = 4; + case 4: { + if (static_cast< ::google::protobuf::uint8>(tag) == (32 & 0xFF)) { + int value = 0; + DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< + int, ::google::protobuf::internal::WireFormatLite::TYPE_ENUM>( + input, &value))); + set_phase(static_cast< ::flyteidl::core::TaskExecution_Phase >(value)); + } else { + goto handle_unusual; + } + break; + } + default: { handle_unusual: if (tag == 0) { @@ -5948,6 +6027,22 @@ void ExternalResourceInfo::SerializeWithCachedSizes( 1, this->external_id(), output); } + // uint32 index = 2; + if (this->index() != 0) { + ::google::protobuf::internal::WireFormatLite::WriteUInt32(2, this->index(), output); + } + + // uint32 retry_attempt = 3; + if (this->retry_attempt() != 0) { + ::google::protobuf::internal::WireFormatLite::WriteUInt32(3, this->retry_attempt(), output); + } + + // .flyteidl.core.TaskExecution.Phase phase = 4; + if (this->phase() != 0) { + ::google::protobuf::internal::WireFormatLite::WriteEnum( + 4, this->phase(), output); + } + if (_internal_metadata_.have_unknown_fields()) { ::google::protobuf::internal::WireFormat::SerializeUnknownFields( _internal_metadata_.unknown_fields(), output); @@ -5972,6 +6067,22 @@ ::google::protobuf::uint8* ExternalResourceInfo::InternalSerializeWithCachedSize 1, this->external_id(), target); } + // uint32 index = 2; + if (this->index() != 0) { + target = ::google::protobuf::internal::WireFormatLite::WriteUInt32ToArray(2, this->index(), target); + } + + // uint32 retry_attempt = 3; + if (this->retry_attempt() != 0) { + target = ::google::protobuf::internal::WireFormatLite::WriteUInt32ToArray(3, this->retry_attempt(), target); + } + + // .flyteidl.core.TaskExecution.Phase phase = 4; + if (this->phase() != 0) { + target = ::google::protobuf::internal::WireFormatLite::WriteEnumToArray( + 4, this->phase(), target); + } + if (_internal_metadata_.have_unknown_fields()) { target = ::google::protobuf::internal::WireFormat::SerializeUnknownFieldsToArray( _internal_metadata_.unknown_fields(), target); @@ -6000,6 +6111,26 @@ size_t ExternalResourceInfo::ByteSizeLong() const { this->external_id()); } + // uint32 index = 2; + if (this->index() != 0) { + total_size += 1 + + ::google::protobuf::internal::WireFormatLite::UInt32Size( + this->index()); + } + + // uint32 retry_attempt = 3; + if (this->retry_attempt() != 0) { + total_size += 1 + + ::google::protobuf::internal::WireFormatLite::UInt32Size( + this->retry_attempt()); + } + + // .flyteidl.core.TaskExecution.Phase phase = 4; + if (this->phase() != 0) { + total_size += 1 + + ::google::protobuf::internal::WireFormatLite::EnumSize(this->phase()); + } + int cached_size = ::google::protobuf::internal::ToCachedSize(total_size); SetCachedSize(cached_size); return total_size; @@ -6031,6 +6162,15 @@ void ExternalResourceInfo::MergeFrom(const ExternalResourceInfo& from) { external_id_.AssignWithDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), from.external_id_); } + if (from.index() != 0) { + set_index(from.index()); + } + if (from.retry_attempt() != 0) { + set_retry_attempt(from.retry_attempt()); + } + if (from.phase() != 0) { + set_phase(from.phase()); + } } void ExternalResourceInfo::CopyFrom(const ::google::protobuf::Message& from) { @@ -6060,6 +6200,9 @@ void ExternalResourceInfo::InternalSwap(ExternalResourceInfo* other) { _internal_metadata_.Swap(&other->_internal_metadata_); external_id_.Swap(&other->external_id_, &::google::protobuf::internal::GetEmptyStringAlreadyInited(), GetArenaNoVirtual()); + swap(index_, other->index_); + swap(retry_attempt_, other->retry_attempt_); + swap(phase_, other->phase_); } ::google::protobuf::Metadata ExternalResourceInfo::GetMetadata() const { diff --git a/flyteidl/gen/pb-cpp/flyteidl/event/event.pb.h b/flyteidl/gen/pb-cpp/flyteidl/event/event.pb.h index 2e20dd8634..555e35d341 100644 --- a/flyteidl/gen/pb-cpp/flyteidl/event/event.pb.h +++ b/flyteidl/gen/pb-cpp/flyteidl/event/event.pb.h @@ -1690,12 +1690,33 @@ class ExternalResourceInfo final : ::std::string* release_external_id(); void set_allocated_external_id(::std::string* external_id); + // uint32 index = 2; + void clear_index(); + static const int kIndexFieldNumber = 2; + ::google::protobuf::uint32 index() const; + void set_index(::google::protobuf::uint32 value); + + // uint32 retry_attempt = 3; + void clear_retry_attempt(); + static const int kRetryAttemptFieldNumber = 3; + ::google::protobuf::uint32 retry_attempt() const; + void set_retry_attempt(::google::protobuf::uint32 value); + + // .flyteidl.core.TaskExecution.Phase phase = 4; + void clear_phase(); + static const int kPhaseFieldNumber = 4; + ::flyteidl::core::TaskExecution_Phase phase() const; + void set_phase(::flyteidl::core::TaskExecution_Phase value); + // @@protoc_insertion_point(class_scope:flyteidl.event.ExternalResourceInfo) private: class HasBitSetters; ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_; ::google::protobuf::internal::ArenaStringPtr external_id_; + ::google::protobuf::uint32 index_; + ::google::protobuf::uint32 retry_attempt_; + int phase_; mutable ::google::protobuf::internal::CachedSize _cached_size_; friend struct ::TableStruct_flyteidl_2fevent_2fevent_2eproto; }; @@ -4229,6 +4250,48 @@ inline void ExternalResourceInfo::set_allocated_external_id(::std::string* exter // @@protoc_insertion_point(field_set_allocated:flyteidl.event.ExternalResourceInfo.external_id) } +// uint32 index = 2; +inline void ExternalResourceInfo::clear_index() { + index_ = 0u; +} +inline ::google::protobuf::uint32 ExternalResourceInfo::index() const { + // @@protoc_insertion_point(field_get:flyteidl.event.ExternalResourceInfo.index) + return index_; +} +inline void ExternalResourceInfo::set_index(::google::protobuf::uint32 value) { + + index_ = value; + // @@protoc_insertion_point(field_set:flyteidl.event.ExternalResourceInfo.index) +} + +// uint32 retry_attempt = 3; +inline void ExternalResourceInfo::clear_retry_attempt() { + retry_attempt_ = 0u; +} +inline ::google::protobuf::uint32 ExternalResourceInfo::retry_attempt() const { + // @@protoc_insertion_point(field_get:flyteidl.event.ExternalResourceInfo.retry_attempt) + return retry_attempt_; +} +inline void ExternalResourceInfo::set_retry_attempt(::google::protobuf::uint32 value) { + + retry_attempt_ = value; + // @@protoc_insertion_point(field_set:flyteidl.event.ExternalResourceInfo.retry_attempt) +} + +// .flyteidl.core.TaskExecution.Phase phase = 4; +inline void ExternalResourceInfo::clear_phase() { + phase_ = 0; +} +inline ::flyteidl::core::TaskExecution_Phase ExternalResourceInfo::phase() const { + // @@protoc_insertion_point(field_get:flyteidl.event.ExternalResourceInfo.phase) + return static_cast< ::flyteidl::core::TaskExecution_Phase >(phase_); +} +inline void ExternalResourceInfo::set_phase(::flyteidl::core::TaskExecution_Phase value) { + + phase_ = value; + // @@protoc_insertion_point(field_set:flyteidl.event.ExternalResourceInfo.phase) +} + // ------------------------------------------------------------------- // ResourcePoolInfo diff --git a/flyteidl/gen/pb-go/flyteidl/event/event.pb.go b/flyteidl/gen/pb-go/flyteidl/event/event.pb.go index b74ed286a9..2342289ac2 100644 --- a/flyteidl/gen/pb-go/flyteidl/event/event.pb.go +++ b/flyteidl/gen/pb-go/flyteidl/event/event.pb.go @@ -874,10 +874,18 @@ func (*TaskExecutionEvent) XXX_OneofWrappers() []interface{} { // This message contains metadata about external resources produced or used by a specific task execution. type ExternalResourceInfo struct { // Identifier for an external resource created by this task execution, for example Qubole query ID or presto query ids. - ExternalId string `protobuf:"bytes,1,opt,name=external_id,json=externalId,proto3" json:"external_id,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` + ExternalId string `protobuf:"bytes,1,opt,name=external_id,json=externalId,proto3" json:"external_id,omitempty"` + // A unique index for the external resource with respect to all external resources for this task. Although the + // identifier may change between task reporting events or retries, this will remain the same to enable aggregating + // information from multiple reports. + Index uint32 `protobuf:"varint,2,opt,name=index,proto3" json:"index,omitempty"` + // Retry attempt number for this external resource, ie., 2 for the second attempt + RetryAttempt uint32 `protobuf:"varint,3,opt,name=retry_attempt,json=retryAttempt,proto3" json:"retry_attempt,omitempty"` + // Phase associated with the external resource + Phase core.TaskExecution_Phase `protobuf:"varint,4,opt,name=phase,proto3,enum=flyteidl.core.TaskExecution_Phase" json:"phase,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } func (m *ExternalResourceInfo) Reset() { *m = ExternalResourceInfo{} } @@ -912,6 +920,27 @@ func (m *ExternalResourceInfo) GetExternalId() string { return "" } +func (m *ExternalResourceInfo) GetIndex() uint32 { + if m != nil { + return m.Index + } + return 0 +} + +func (m *ExternalResourceInfo) GetRetryAttempt() uint32 { + if m != nil { + return m.RetryAttempt + } + return 0 +} + +func (m *ExternalResourceInfo) GetPhase() core.TaskExecution_Phase { + if m != nil { + return m.Phase + } + return core.TaskExecution_UNDEFINED +} + // This message holds task execution metadata specific to resource allocation used to manage concurrent // executions for a project namespace. type ResourcePoolInfo struct { @@ -1061,86 +1090,87 @@ func init() { func init() { proto.RegisterFile("flyteidl/event/event.proto", fileDescriptor_4b035d24120b1b12) } var fileDescriptor_4b035d24120b1b12 = []byte{ - // 1284 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x57, 0xeb, 0x6e, 0xdb, 0x46, - 0x13, 0xb5, 0xe4, 0x58, 0xb2, 0x86, 0x96, 0x2c, 0x2d, 0x1c, 0x87, 0x5f, 0x9c, 0xc4, 0xfe, 0xd4, - 0xa6, 0x70, 0x12, 0x54, 0x02, 0x14, 0xe4, 0x02, 0x34, 0x40, 0xe1, 0x5b, 0x6b, 0xa1, 0x8e, 0x61, - 0xac, 0xe5, 0x04, 0x48, 0x5b, 0x10, 0x6b, 0x72, 0xc4, 0x10, 0xa6, 0xb8, 0xc4, 0x72, 0x99, 0x44, - 0x8f, 0xd0, 0x87, 0xc8, 0x0b, 0x14, 0xe8, 0x8b, 0xf4, 0xa9, 0x0a, 0x2e, 0x2f, 0x32, 0x29, 0x42, - 0x4d, 0x9a, 0xfc, 0x11, 0xc0, 0x33, 0x33, 0x87, 0xb3, 0x3b, 0x97, 0x43, 0xc1, 0xed, 0xb1, 0x3b, - 0x95, 0xe8, 0x58, 0x6e, 0x1f, 0xdf, 0xa1, 0x27, 0xe3, 0xdf, 0x9e, 0x2f, 0xb8, 0xe4, 0xa4, 0x95, - 0xda, 0x7a, 0x0a, 0xbd, 0x7d, 0x27, 0xf3, 0x35, 0xb9, 0xc0, 0xbe, 0xeb, 0x48, 0x14, 0xcc, 0x0d, - 0x62, 0xef, 0xa2, 0xd5, 0xe4, 0x13, 0xdf, 0x71, 0x51, 0x24, 0xd6, 0xbb, 0x79, 0x2b, 0x7e, 0x40, - 0x33, 0x94, 0x0e, 0xf7, 0x12, 0xf3, 0xbd, 0xbc, 0xd9, 0xb1, 0xd0, 0x93, 0xce, 0xd8, 0xc9, 0xc2, - 0xb7, 0x0a, 0xe4, 0x4c, 0x32, 0x97, 0xdb, 0x89, 0x71, 0xdb, 0xe6, 0xdc, 0x76, 0xb1, 0xaf, 0x9e, - 0x2e, 0xc3, 0x71, 0x5f, 0x3a, 0x13, 0x0c, 0x24, 0x9b, 0xf8, 0x69, 0x6a, 0x45, 0x87, 0x40, 0x8a, - 0xd0, 0x4c, 0x8e, 0xd9, 0xfd, 0x73, 0x19, 0x36, 0x5f, 0x73, 0x71, 0x35, 0x76, 0xf9, 0xfb, 0xa3, - 0x34, 0xaf, 0xa3, 0xe8, 0xc4, 0xe4, 0x25, 0xac, 0x65, 0x99, 0x1a, 0x8e, 0xa5, 0x57, 0x76, 0x2a, - 0xbb, 0xda, 0xe0, 0x61, 0x2f, 0xbb, 0x98, 0x28, 0x9b, 0xde, 0x5c, 0xf0, 0x30, 0x4b, 0x9f, 0x6a, - 0x38, 0x03, 0xc9, 0x36, 0x68, 0xbe, 0xe0, 0x56, 0x68, 0xa2, 0x88, 0xd8, 0xaa, 0x3b, 0x95, 0xdd, - 0x06, 0x85, 0x14, 0x1a, 0x5a, 0xe4, 0x05, 0xac, 0xf8, 0x6f, 0x59, 0x80, 0xfa, 0xf2, 0x4e, 0x65, - 0xb7, 0x35, 0xf8, 0xee, 0xdf, 0x5e, 0xd4, 0x3b, 0x8b, 0xbc, 0x69, 0x1c, 0x44, 0x7e, 0x00, 0x8d, - 0x9b, 0x66, 0x28, 0x04, 0x5a, 0x06, 0x93, 0xfa, 0x0d, 0x95, 0xec, 0xed, 0x5e, 0x7c, 0xf8, 0x5e, - 0x7a, 0xf8, 0xde, 0x28, 0xbd, 0x1d, 0x0a, 0xa9, 0xfb, 0x9e, 0x24, 0xdb, 0x00, 0x3c, 0x94, 0x7e, - 0x28, 0x8d, 0x50, 0x38, 0xfa, 0x4a, 0x94, 0xda, 0xf1, 0x12, 0x6d, 0xc4, 0xd8, 0x85, 0x70, 0xc8, - 0x13, 0x58, 0x41, 0x21, 0xb8, 0xd0, 0x6b, 0x8a, 0xf7, 0x6e, 0x21, 0xb7, 0xd9, 0xcd, 0x45, 0x4e, - 0xc7, 0x4b, 0x34, 0xf6, 0x26, 0x2f, 0x40, 0x4b, 0x78, 0x2d, 0x26, 0x99, 0x5e, 0x57, 0xc1, 0xff, - 0x2b, 0x04, 0x9f, 0xc4, 0xad, 0xf4, 0x92, 0xf9, 0xc7, 0x4b, 0x34, 0xc9, 0xe3, 0x90, 0x49, 0xb6, - 0xbf, 0x0e, 0xcd, 0x24, 0x5a, 0x60, 0x10, 0xba, 0xb2, 0xfb, 0x47, 0x1d, 0xc8, 0x29, 0xb7, 0xb0, - 0x50, 0xa8, 0xa7, 0x50, 0xcd, 0xca, 0x53, 0xbc, 0xb5, 0x9c, 0xfb, 0xb5, 0xd2, 0x54, 0x9d, 0x4f, - 0xa8, 0xc8, 0xf3, 0x7c, 0x45, 0xba, 0x8b, 0xb8, 0xbf, 0x62, 0x35, 0xb6, 0xa0, 0xe1, 0x78, 0xb9, - 0x62, 0xd0, 0x55, 0x05, 0x44, 0x95, 0xc8, 0x97, 0xaa, 0xb6, 0xa0, 0x54, 0xf5, 0x2f, 0x29, 0xd5, - 0xfa, 0x67, 0x95, 0x8a, 0xfc, 0x06, 0x9b, 0xef, 0x93, 0xfe, 0x34, 0x3c, 0x6e, 0xa1, 0x31, 0x41, - 0xc9, 0x14, 0xd1, 0xaa, 0x22, 0xfa, 0xb6, 0x97, 0x5f, 0x27, 0x59, 0x37, 0x47, 0x77, 0xf8, 0x32, - 0xf1, 0x3d, 0xae, 0xd0, 0x8d, 0xf7, 0x25, 0x38, 0x39, 0x03, 0x22, 0x59, 0x70, 0x55, 0x60, 0x6e, - 0x29, 0xe6, 0x9d, 0x22, 0xf3, 0x88, 0x05, 0x57, 0x05, 0xd6, 0xb6, 0x2c, 0x60, 0xe4, 0x77, 0xd8, - 0xf0, 0x99, 0x40, 0x4f, 0x1a, 0x8a, 0x38, 0xe3, 0x6c, 0x28, 0xce, 0x47, 0x45, 0xce, 0x33, 0xe5, - 0x1b, 0x31, 0x67, 0xd7, 0x97, 0x52, 0x51, 0xe2, 0x67, 0xc6, 0x12, 0xfa, 0x7c, 0xca, 0xb0, 0x88, - 0x3e, 0xd7, 0x4e, 0x45, 0xfa, 0x5c, 0xf6, 0xdb, 0xa0, 0x09, 0x94, 0x62, 0x6a, 0xd8, 0x82, 0x87, - 0xbe, 0xae, 0xc5, 0x8d, 0xab, 0xa0, 0x9f, 0x23, 0x84, 0xec, 0xc0, 0x5a, 0xe0, 0xa3, 0x19, 0xbf, - 0xdd, 0xb1, 0xf4, 0xb5, 0xd8, 0x23, 0xc2, 0x22, 0xa2, 0xa1, 0x15, 0xf5, 0x98, 0x32, 0x7a, 0x6c, - 0x82, 0x7a, 0x33, 0xee, 0xb1, 0x08, 0x38, 0x65, 0x13, 0x9c, 0x1b, 0xbc, 0xfd, 0x0e, 0xac, 0x4b, - 0x26, 0x6c, 0x94, 0xd9, 0x51, 0xba, 0x08, 0x1b, 0x65, 0x35, 0xfc, 0xca, 0x5b, 0xb3, 0xfb, 0x77, - 0x15, 0xda, 0xc5, 0x8a, 0x92, 0x43, 0x58, 0x33, 0x99, 0xf9, 0x16, 0x8d, 0x40, 0x32, 0x19, 0x06, - 0xea, 0x1d, 0xad, 0xc1, 0xff, 0x0b, 0xef, 0x38, 0x88, 0x75, 0xe2, 0x20, 0xf2, 0x3c, 0x57, 0x8e, - 0x54, 0x33, 0x67, 0x0f, 0xe4, 0x47, 0xd0, 0x12, 0x29, 0x31, 0xae, 0x70, 0xaa, 0xc6, 0x5f, 0x1b, - 0xdc, 0x2b, 0x27, 0xc9, 0xca, 0x01, 0x49, 0xc8, 0x2f, 0x38, 0x25, 0xaf, 0x81, 0x08, 0x0c, 0x50, - 0xbc, 0x63, 0xea, 0xb0, 0x49, 0x32, 0xf1, 0xae, 0xd8, 0x2d, 0xe7, 0xa1, 0x33, 0xff, 0x5e, 0x92, - 0x53, 0xe7, 0x1a, 0x47, 0x92, 0xd9, 0x2b, 0x68, 0x5b, 0x53, 0x8f, 0x4d, 0x1c, 0xd3, 0x48, 0xe7, - 0x41, 0x6f, 0x97, 0xb7, 0xce, 0x61, 0xec, 0x57, 0x56, 0x0a, 0xba, 0x6e, 0xe5, 0x8d, 0xdd, 0x8f, - 0x15, 0xd8, 0x5a, 0x10, 0x40, 0x1e, 0x5c, 0x5b, 0xa4, 0xc5, 0xd1, 0x2f, 0xec, 0xce, 0x73, 0xe8, - 0x24, 0x22, 0x6f, 0xcd, 0x72, 0xac, 0x96, 0xae, 0xe0, 0x83, 0xc4, 0x2f, 0x7d, 0xe5, 0x81, 0xcb, - 0x83, 0x50, 0x20, 0x6d, 0x9b, 0x05, 0x43, 0xf7, 0x02, 0xb6, 0x16, 0x4c, 0xda, 0xc2, 0x3d, 0x9f, - 0x8b, 0xc8, 0xe7, 0xda, 0x7d, 0x9a, 0xd2, 0x96, 0x4e, 0x18, 0xb9, 0x05, 0xf5, 0x74, 0x4e, 0x2a, - 0x6a, 0x10, 0x6a, 0x9e, 0x9a, 0x91, 0xee, 0x5f, 0x35, 0x20, 0x39, 0xde, 0x58, 0x6e, 0x06, 0x50, - 0x57, 0x4b, 0xe3, 0x53, 0xae, 0xaa, 0x16, 0x79, 0x0e, 0x2d, 0x62, 0x80, 0x7e, 0x7d, 0x21, 0xe4, - 0x26, 0xa4, 0xfa, 0x59, 0xc2, 0x75, 0xd3, 0x9f, 0x3f, 0xca, 0xd0, 0x22, 0xdf, 0x40, 0x33, 0x5e, - 0x09, 0x4c, 0x4a, 0x9c, 0xf8, 0x52, 0xb5, 0x61, 0x93, 0xae, 0x29, 0x70, 0x2f, 0xc6, 0x66, 0x7a, - 0x76, 0xa3, 0x54, 0xcf, 0x72, 0x67, 0xcd, 0xeb, 0x59, 0x41, 0x2a, 0x57, 0xe6, 0xa4, 0xf2, 0x21, - 0xdc, 0x70, 0xb9, 0x1d, 0xe8, 0xb5, 0x9d, 0xe5, 0x5d, 0x6d, 0xb0, 0x59, 0xc2, 0x7c, 0xc2, 0x6d, - 0xaa, 0x7c, 0x8a, 0xe2, 0x58, 0xff, 0xef, 0xe2, 0xb8, 0xba, 0x50, 0x1c, 0x1b, 0x0b, 0xc4, 0x11, - 0xbe, 0x44, 0x1c, 0x3b, 0x9f, 0x27, 0x8e, 0xcf, 0x41, 0x33, 0xc3, 0x40, 0xf2, 0x89, 0xe1, 0x78, - 0x63, 0xae, 0xd6, 0xb5, 0x36, 0xb8, 0x35, 0x77, 0xde, 0x73, 0xf5, 0x5d, 0x4a, 0x21, 0xf6, 0x1d, - 0x7a, 0x63, 0x1e, 0x55, 0x55, 0xdd, 0xbf, 0xf1, 0x0e, 0x45, 0xe0, 0x70, 0x4f, 0x2d, 0xf2, 0x26, - 0x5d, 0x53, 0xe0, 0xab, 0x18, 0x23, 0x9b, 0x50, 0x13, 0xc8, 0x02, 0xee, 0x25, 0x7b, 0x3c, 0x79, - 0x8a, 0x6e, 0x4a, 0xf5, 0xa9, 0x9c, 0xfa, 0xa8, 0xc4, 0xb2, 0x41, 0x57, 0x23, 0x60, 0x34, 0xf5, - 0x91, 0xec, 0xc1, 0x6a, 0xa6, 0x4a, 0xf1, 0x6a, 0xb9, 0x5f, 0x26, 0xa4, 0xf3, 0x7a, 0x94, 0x85, - 0xcd, 0x7f, 0x9e, 0x3d, 0x83, 0x8d, 0xa3, 0x0f, 0x12, 0x85, 0xc7, 0x5c, 0x8a, 0x01, 0x0f, 0x85, - 0x89, 0xea, 0x14, 0xdb, 0xa0, 0x61, 0x82, 0xcf, 0x86, 0x0c, 0x52, 0x68, 0x68, 0x75, 0x7f, 0x85, - 0x76, 0x1a, 0x70, 0xc6, 0xb9, 0xab, 0x82, 0x1e, 0x40, 0x9b, 0xb9, 0x2e, 0x37, 0xe3, 0xdd, 0x2a, - 0xf9, 0x15, 0x7a, 0x49, 0xe4, 0xfa, 0x0c, 0x1f, 0x45, 0x30, 0xb9, 0x03, 0x8d, 0x48, 0xc6, 0x02, - 0x9f, 0x99, 0x98, 0x7c, 0xc5, 0xcd, 0x80, 0xee, 0xc7, 0x65, 0xb8, 0x59, 0xbe, 0x4f, 0xee, 0x43, - 0xcb, 0x46, 0x0f, 0x05, 0x93, 0x68, 0xc5, 0x42, 0x18, 0xbf, 0xa0, 0x99, 0xa1, 0x91, 0x1a, 0x92, - 0x73, 0x20, 0x59, 0xfa, 0x22, 0x49, 0x33, 0xd0, 0xab, 0xaa, 0xd1, 0xe7, 0xbe, 0x6b, 0xca, 0x2e, - 0x80, 0x76, 0xb0, 0x80, 0x06, 0xe4, 0x54, 0x69, 0x87, 0x7a, 0x30, 0x7c, 0xce, 0xdd, 0xb8, 0x35, - 0x96, 0x15, 0xe9, 0xdc, 0x27, 0x4d, 0xf1, 0x72, 0x68, 0x5b, 0x14, 0xaf, 0xeb, 0x11, 0x74, 0x7c, - 0x37, 0xb4, 0x9d, 0x68, 0xa3, 0xa4, 0xbb, 0x42, 0x8d, 0x79, 0x83, 0xb6, 0x63, 0xc3, 0x6c, 0x87, - 0x90, 0x37, 0xd0, 0x72, 0xbc, 0x40, 0x32, 0xcf, 0x44, 0xc3, 0x74, 0x59, 0x10, 0xa8, 0x16, 0x68, - 0x0d, 0x1e, 0x7f, 0x52, 0x0b, 0xf4, 0x86, 0x49, 0xec, 0x41, 0x14, 0x4a, 0x9b, 0xce, 0xf5, 0xc7, - 0x6e, 0x1f, 0x9a, 0x39, 0x3b, 0xd1, 0xa0, 0x7e, 0x78, 0xf4, 0xd3, 0xde, 0xc5, 0xc9, 0xa8, 0xbd, - 0x44, 0x3a, 0xd0, 0x1c, 0x9e, 0x8e, 0x8e, 0x28, 0xbd, 0x38, 0x1b, 0x0d, 0xf7, 0x4f, 0x8e, 0xda, - 0x95, 0xfd, 0x67, 0x6f, 0x9e, 0xd8, 0x8e, 0x7c, 0x1b, 0x5e, 0xf6, 0x4c, 0x3e, 0xe9, 0xab, 0x04, - 0xb8, 0xb0, 0xfb, 0xd9, 0x7f, 0x3e, 0x1b, 0xbd, 0xbe, 0x7f, 0xf9, 0xbd, 0xcd, 0xfb, 0xf9, 0x7f, - 0xab, 0x97, 0x35, 0x35, 0x39, 0x8f, 0xff, 0x09, 0x00, 0x00, 0xff, 0xff, 0xb4, 0xf4, 0x93, 0xff, - 0xc6, 0x0e, 0x00, 0x00, + // 1300 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x57, 0x7d, 0x6f, 0xd3, 0x46, + 0x18, 0x6f, 0x52, 0x9a, 0x34, 0x8f, 0x9b, 0x34, 0x39, 0x95, 0x92, 0x51, 0xa0, 0x5d, 0x36, 0xa6, + 0x02, 0x5a, 0x22, 0x05, 0xc1, 0x90, 0x86, 0x34, 0xf5, 0x6d, 0x6b, 0xb4, 0x52, 0x55, 0xd7, 0x14, + 0x24, 0xb6, 0xc9, 0xba, 0xda, 0x4f, 0x83, 0x55, 0xc7, 0x67, 0x9d, 0xcf, 0x40, 0x3e, 0xc2, 0x3e, + 0x04, 0x5f, 0x60, 0xda, 0xbe, 0xc8, 0x3e, 0xd5, 0xe4, 0x3b, 0xdb, 0xa9, 0x1d, 0x2b, 0xa3, 0x83, + 0xfd, 0x13, 0xe9, 0x9e, 0x97, 0xdf, 0x3d, 0xf7, 0xbc, 0xfd, 0x1c, 0xb8, 0x7d, 0xe1, 0x4e, 0x24, + 0x3a, 0xb6, 0xdb, 0xc3, 0xb7, 0xe8, 0x49, 0xfd, 0xdb, 0xf5, 0x05, 0x97, 0x9c, 0x34, 0x12, 0x5d, + 0x57, 0x49, 0x6f, 0xdf, 0x49, 0x6d, 0x2d, 0x2e, 0xb0, 0xe7, 0x3a, 0x12, 0x05, 0x73, 0x03, 0x6d, + 0x9d, 0xd7, 0x5a, 0x7c, 0xec, 0x3b, 0x2e, 0x8a, 0x58, 0x7b, 0x37, 0xab, 0xc5, 0xf7, 0x68, 0x85, + 0xd2, 0xe1, 0x5e, 0xac, 0xbe, 0x97, 0x55, 0x3b, 0x36, 0x7a, 0xd2, 0xb9, 0x70, 0x52, 0xf7, 0x8d, + 0x1c, 0x38, 0x93, 0xcc, 0xe5, 0xa3, 0x58, 0xb9, 0x39, 0xe2, 0x7c, 0xe4, 0x62, 0x4f, 0x9d, 0xce, + 0xc3, 0x8b, 0x9e, 0x74, 0xc6, 0x18, 0x48, 0x36, 0xf6, 0x93, 0xd0, 0xf2, 0x06, 0x81, 0x14, 0xa1, + 0x15, 0x3f, 0xb3, 0xf3, 0xc7, 0x22, 0xac, 0xbf, 0xe2, 0xe2, 0xf2, 0xc2, 0xe5, 0xef, 0x0e, 0x92, + 0xb8, 0x0e, 0xa2, 0x17, 0x93, 0x17, 0xb0, 0x92, 0x46, 0x6a, 0x3a, 0x76, 0xbb, 0xb4, 0x55, 0xda, + 0x36, 0xfa, 0x0f, 0xbb, 0x69, 0x62, 0xa2, 0x68, 0xba, 0x33, 0xce, 0x83, 0x34, 0x7c, 0x6a, 0xe0, + 0x54, 0x48, 0x36, 0xc1, 0xf0, 0x05, 0xb7, 0x43, 0x0b, 0x45, 0x84, 0x56, 0xde, 0x2a, 0x6d, 0xd7, + 0x28, 0x24, 0xa2, 0x81, 0x4d, 0x9e, 0xc3, 0x92, 0xff, 0x86, 0x05, 0xd8, 0x5e, 0xdc, 0x2a, 0x6d, + 0x37, 0xfa, 0xdf, 0xfc, 0xdb, 0x45, 0xdd, 0x93, 0xc8, 0x9a, 0x6a, 0x27, 0xf2, 0x3d, 0x18, 0xdc, + 0xb2, 0x42, 0x21, 0xd0, 0x36, 0x99, 0x6c, 0xdf, 0x50, 0xc1, 0xde, 0xee, 0xea, 0xc7, 0x77, 0x93, + 0xc7, 0x77, 0x87, 0x49, 0x76, 0x28, 0x24, 0xe6, 0x3b, 0x92, 0x6c, 0x02, 0xf0, 0x50, 0xfa, 0xa1, + 0x34, 0x43, 0xe1, 0xb4, 0x97, 0xa2, 0xd0, 0x0e, 0x17, 0x68, 0x4d, 0xcb, 0xce, 0x84, 0x43, 0x9e, + 0xc0, 0x12, 0x0a, 0xc1, 0x45, 0xbb, 0xa2, 0x70, 0xef, 0xe6, 0x62, 0x9b, 0x66, 0x2e, 0x32, 0x3a, + 0x5c, 0xa0, 0xda, 0x9a, 0x3c, 0x07, 0x23, 0xc6, 0xb5, 0x99, 0x64, 0xed, 0xaa, 0x72, 0xfe, 0x22, + 0xe7, 0x7c, 0xa4, 0x5b, 0xe9, 0x05, 0xf3, 0x0f, 0x17, 0x68, 0x1c, 0xc7, 0x3e, 0x93, 0x6c, 0x77, + 0x15, 0xea, 0xb1, 0xb7, 0xc0, 0x20, 0x74, 0x65, 0xe7, 0xf7, 0x2a, 0x90, 0x63, 0x6e, 0x63, 0xae, + 0x50, 0x4f, 0xa1, 0x9c, 0x96, 0x27, 0x9f, 0xb5, 0x8c, 0xf9, 0x95, 0xd2, 0x94, 0x9d, 0x8f, 0xa8, + 0xc8, 0xb3, 0x6c, 0x45, 0x3a, 0xf3, 0xb0, 0x3f, 0x63, 0x35, 0x36, 0xa0, 0xe6, 0x78, 0x99, 0x62, + 0xd0, 0x65, 0x25, 0x88, 0x2a, 0x91, 0x2d, 0x55, 0x65, 0x4e, 0xa9, 0xaa, 0x9f, 0x52, 0xaa, 0xd5, + 0x6b, 0x95, 0x8a, 0xfc, 0x0a, 0xeb, 0xef, 0xe2, 0xfe, 0x34, 0x3d, 0x6e, 0xa3, 0x39, 0x46, 0xc9, + 0x14, 0xd0, 0xb2, 0x02, 0xfa, 0xba, 0x9b, 0x5d, 0x27, 0x69, 0x37, 0x47, 0x39, 0x7c, 0x11, 0xdb, + 0x1e, 0x96, 0xe8, 0xda, 0xbb, 0x02, 0x39, 0x39, 0x01, 0x22, 0x59, 0x70, 0x99, 0x43, 0x6e, 0x28, + 0xe4, 0xad, 0x3c, 0xf2, 0x90, 0x05, 0x97, 0x39, 0xd4, 0xa6, 0xcc, 0xc9, 0xc8, 0x6f, 0xb0, 0xe6, + 0x33, 0x81, 0x9e, 0x34, 0x15, 0x70, 0x8a, 0x59, 0x53, 0x98, 0x8f, 0xf2, 0x98, 0x27, 0xca, 0x36, + 0x42, 0x4e, 0xd3, 0x97, 0x40, 0x51, 0xe2, 0xa7, 0xca, 0x02, 0xf8, 0x6c, 0xc8, 0x30, 0x0f, 0x3e, + 0xd3, 0x4e, 0x79, 0xf8, 0x4c, 0xf4, 0x9b, 0x60, 0x08, 0x94, 0x62, 0x62, 0x8e, 0x04, 0x0f, 0xfd, + 0xb6, 0xa1, 0x1b, 0x57, 0x89, 0x7e, 0x8a, 0x24, 0x64, 0x0b, 0x56, 0x02, 0x1f, 0x2d, 0x7d, 0xbb, + 0x63, 0xb7, 0x57, 0xb4, 0x45, 0x24, 0x8b, 0x80, 0x06, 0x76, 0xd4, 0x63, 0x4a, 0xe9, 0xb1, 0x31, + 0xb6, 0xeb, 0xba, 0xc7, 0x22, 0xc1, 0x31, 0x1b, 0xe3, 0xcc, 0xe0, 0xed, 0xb6, 0x60, 0x55, 0x32, + 0x31, 0x42, 0x99, 0x3e, 0xa5, 0x83, 0xb0, 0x56, 0x54, 0xc3, 0xcf, 0xbc, 0x35, 0x3b, 0x7f, 0x97, + 0xa1, 0x99, 0xaf, 0x28, 0xd9, 0x87, 0x15, 0x8b, 0x59, 0x6f, 0xd0, 0x0c, 0x24, 0x93, 0x61, 0xa0, + 0xee, 0x68, 0xf4, 0xbf, 0xcc, 0xdd, 0xb1, 0xa7, 0x79, 0x62, 0x2f, 0xb2, 0x3c, 0x55, 0x86, 0xd4, + 0xb0, 0xa6, 0x07, 0xf2, 0x03, 0x18, 0x31, 0x95, 0x98, 0x97, 0x38, 0x51, 0xe3, 0x6f, 0xf4, 0xef, + 0x15, 0x83, 0xa4, 0xe5, 0x80, 0xd8, 0xe5, 0x67, 0x9c, 0x90, 0x57, 0x40, 0x04, 0x06, 0x28, 0xde, + 0x32, 0xf5, 0xd8, 0x38, 0x18, 0xbd, 0x2b, 0xb6, 0x8b, 0x71, 0xe8, 0xd4, 0xbe, 0x1b, 0xc7, 0xd4, + 0xba, 0x82, 0x11, 0x47, 0xf6, 0x12, 0x9a, 0xf6, 0xc4, 0x63, 0x63, 0xc7, 0x32, 0x93, 0x79, 0x68, + 0x37, 0x8b, 0x5b, 0x67, 0x5f, 0xdb, 0x15, 0x95, 0x82, 0xae, 0xda, 0x59, 0x65, 0xe7, 0x43, 0x09, + 0x36, 0xe6, 0x38, 0x90, 0x07, 0x57, 0x16, 0x69, 0x7e, 0xf4, 0x73, 0xbb, 0xf3, 0x14, 0x5a, 0x31, + 0xc9, 0xdb, 0xd3, 0x18, 0xcb, 0x85, 0x2b, 0x78, 0x2f, 0xb6, 0x4b, 0xae, 0xdc, 0x73, 0x79, 0x10, + 0x0a, 0xa4, 0x4d, 0x2b, 0xa7, 0xe8, 0x9c, 0xc1, 0xc6, 0x9c, 0x49, 0x9b, 0xbb, 0xe7, 0x33, 0x1e, + 0xd9, 0x58, 0x3b, 0x4f, 0x13, 0xd8, 0xc2, 0x09, 0x23, 0xb7, 0xa0, 0x9a, 0xcc, 0x49, 0x49, 0x0d, + 0x42, 0xc5, 0x53, 0x33, 0xd2, 0xf9, 0xab, 0x02, 0x24, 0x83, 0xab, 0xe9, 0xa6, 0x0f, 0x55, 0xb5, + 0x34, 0x3e, 0x26, 0x55, 0x95, 0xc8, 0x72, 0x60, 0x13, 0x13, 0xda, 0x57, 0x17, 0x42, 0x66, 0x42, + 0xca, 0xd7, 0x22, 0xae, 0x9b, 0xfe, 0xec, 0x53, 0x06, 0x36, 0xf9, 0x0a, 0xea, 0x7a, 0x25, 0x30, + 0x29, 0x71, 0xec, 0x4b, 0xd5, 0x86, 0x75, 0xba, 0xa2, 0x84, 0x3b, 0x5a, 0x36, 0xe5, 0xb3, 0x1b, + 0x85, 0x7c, 0x96, 0x79, 0x6b, 0x96, 0xcf, 0x72, 0x54, 0xb9, 0x34, 0x43, 0x95, 0x0f, 0xe1, 0x86, + 0xcb, 0x47, 0x41, 0xbb, 0xb2, 0xb5, 0xb8, 0x6d, 0xf4, 0xd7, 0x0b, 0x90, 0x8f, 0xf8, 0x88, 0x2a, + 0x9b, 0x3c, 0x39, 0x56, 0xff, 0x3b, 0x39, 0x2e, 0xcf, 0x25, 0xc7, 0xda, 0x1c, 0x72, 0x84, 0x4f, + 0x21, 0xc7, 0xd6, 0xf5, 0xc8, 0xf1, 0x19, 0x18, 0x56, 0x18, 0x48, 0x3e, 0x36, 0x1d, 0xef, 0x82, + 0xab, 0x75, 0x6d, 0xf4, 0x6f, 0xcd, 0xbc, 0xf7, 0x54, 0x7d, 0x97, 0x52, 0xd0, 0xb6, 0x03, 0xef, + 0x82, 0x47, 0x55, 0x55, 0xf9, 0x37, 0xdf, 0xa2, 0x08, 0x1c, 0xee, 0xa9, 0x45, 0x5e, 0xa7, 0x2b, + 0x4a, 0xf8, 0x52, 0xcb, 0xc8, 0x3a, 0x54, 0x04, 0xb2, 0x80, 0x7b, 0xf1, 0x1e, 0x8f, 0x4f, 0x51, + 0xa6, 0x54, 0x9f, 0xca, 0x89, 0x8f, 0x8a, 0x2c, 0x6b, 0x74, 0x39, 0x12, 0x0c, 0x27, 0x3e, 0x92, + 0x1d, 0x58, 0x4e, 0x59, 0x49, 0xaf, 0x96, 0xfb, 0x45, 0x44, 0x3a, 0xcb, 0x47, 0xa9, 0xdb, 0xec, + 0xe7, 0xd9, 0x9f, 0x25, 0x58, 0x3b, 0x78, 0x2f, 0x51, 0x78, 0xcc, 0xa5, 0x18, 0xf0, 0x50, 0x58, + 0xa8, 0x9e, 0xb1, 0x09, 0x06, 0xc6, 0xf2, 0xe9, 0x94, 0x41, 0x22, 0x1a, 0xd8, 0x64, 0x0d, 0x96, + 0x1c, 0xcf, 0xc6, 0xf7, 0x6a, 0x16, 0xea, 0x54, 0x1f, 0xfe, 0xe7, 0x9e, 0xee, 0xfc, 0x02, 0xcd, + 0x24, 0xca, 0x13, 0xce, 0x5d, 0x15, 0xe9, 0x03, 0x68, 0x32, 0xd7, 0xe5, 0x96, 0xde, 0xe8, 0x92, + 0x5f, 0xa2, 0x17, 0x87, 0xbb, 0x3a, 0x95, 0x0f, 0x23, 0x31, 0xb9, 0x03, 0xb5, 0x88, 0x3c, 0x03, + 0x9f, 0x59, 0x18, 0x7f, 0x3b, 0x4e, 0x05, 0x9d, 0x0f, 0x8b, 0x70, 0xb3, 0x78, 0x8b, 0xdd, 0x87, + 0xc6, 0x08, 0x3d, 0x14, 0x4c, 0xa2, 0xad, 0xe9, 0x57, 0x5f, 0x50, 0x4f, 0xa5, 0x11, 0x07, 0x93, + 0x53, 0x20, 0x69, 0xce, 0x44, 0x1c, 0x66, 0xd0, 0x2e, 0xab, 0xf1, 0x9a, 0xf9, 0x9a, 0x2a, 0xca, + 0x3a, 0x6d, 0x61, 0x4e, 0x1a, 0x90, 0x63, 0xc5, 0x58, 0xea, 0x60, 0xfa, 0x9c, 0xbb, 0xba, 0x21, + 0x17, 0x15, 0xe8, 0xcc, 0x87, 0x54, 0x3e, 0x39, 0xb4, 0x29, 0xf2, 0xe9, 0x7a, 0x04, 0x2d, 0xdf, + 0x0d, 0x47, 0x4e, 0xb4, 0xc7, 0x92, 0x0d, 0xa5, 0x0a, 0x51, 0xa3, 0x4d, 0xad, 0x98, 0x6e, 0x2e, + 0xf2, 0x1a, 0x1a, 0x8e, 0x17, 0x48, 0xe6, 0x59, 0x68, 0x5a, 0x2e, 0x0b, 0x02, 0xd5, 0x78, 0x8d, + 0xfe, 0xe3, 0x8f, 0x6a, 0xbc, 0xee, 0x20, 0xf6, 0xdd, 0x8b, 0x5c, 0x69, 0xdd, 0xb9, 0x7a, 0xec, + 0xf4, 0xa0, 0x9e, 0xd1, 0x13, 0x03, 0xaa, 0xfb, 0x07, 0x3f, 0xee, 0x9c, 0x1d, 0x0d, 0x9b, 0x0b, + 0xa4, 0x05, 0xf5, 0xc1, 0xf1, 0xf0, 0x80, 0xd2, 0xb3, 0x93, 0xe1, 0x60, 0xf7, 0xe8, 0xa0, 0x59, + 0xda, 0xfd, 0xee, 0xf5, 0x93, 0x91, 0x23, 0xdf, 0x84, 0xe7, 0x5d, 0x8b, 0x8f, 0x7b, 0x2a, 0x00, + 0x2e, 0x46, 0xbd, 0xf4, 0x9f, 0xe6, 0x08, 0xbd, 0x9e, 0x7f, 0xfe, 0xed, 0x88, 0xf7, 0xb2, 0xff, + 0x91, 0xcf, 0x2b, 0x6a, 0x5e, 0x1f, 0xff, 0x13, 0x00, 0x00, 0xff, 0xff, 0x7c, 0x01, 0xd5, 0x83, + 0x3c, 0x0f, 0x00, 0x00, } diff --git a/flyteidl/gen/pb-go/flyteidl/event/event.pb.validate.go b/flyteidl/gen/pb-go/flyteidl/event/event.pb.validate.go index d68ad1a4f8..50c27037a4 100644 --- a/flyteidl/gen/pb-go/flyteidl/event/event.pb.validate.go +++ b/flyteidl/gen/pb-go/flyteidl/event/event.pb.validate.go @@ -43,6 +43,8 @@ var ( _ = core.CatalogReservation_Status(0) _ = core.TaskExecution_Phase(0) + + _ = core.TaskExecution_Phase(0) ) // define the regex for a UUID once up-front @@ -937,6 +939,12 @@ func (m *ExternalResourceInfo) Validate() error { // no validation rules for ExternalId + // no validation rules for Index + + // no validation rules for RetryAttempt + + // no validation rules for Phase + return nil } diff --git a/flyteidl/gen/pb-go/flyteidl/service/admin.swagger.json b/flyteidl/gen/pb-go/flyteidl/service/admin.swagger.json index 5671b4ad1a..c9fb1030ad 100644 --- a/flyteidl/gen/pb-go/flyteidl/service/admin.swagger.json +++ b/flyteidl/gen/pb-go/flyteidl/service/admin.swagger.json @@ -6264,6 +6264,20 @@ "external_id": { "type": "string", "description": "Identifier for an external resource created by this task execution, for example Qubole query ID or presto query ids." + }, + "index": { + "type": "integer", + "format": "int64", + "description": "A unique index for the external resource with respect to all external resources for this task. Although the\nidentifier may change between task reporting events or retries, this will remain the same to enable aggregating\ninformation from multiple reports." + }, + "retry_attempt": { + "type": "integer", + "format": "int64", + "title": "Retry attempt number for this external resource, ie., 2 for the second attempt" + }, + "phase": { + "$ref": "#/definitions/coreTaskExecutionPhase", + "title": "Phase associated with the external resource" } }, "description": "This message contains metadata about external resources produced or used by a specific task execution." 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 1ad4992707..f1b298afc7 100644 --- a/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/api/swagger.yaml +++ b/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/api/swagger.yaml @@ -10610,8 +10610,12 @@ definitions: reason: "reason" metadata: external_resources: - - external_id: "external_id" - - external_id: "external_id" + - index: 0 + external_id: "external_id" + retry_attempt: 6 + - index: 0 + external_id: "external_id" + retry_attempt: 6 instance_class: {} resource_pool_info: - allocation_token: "allocation_token" @@ -10734,8 +10738,12 @@ definitions: reason: "reason" metadata: external_resources: - - external_id: "external_id" - - external_id: "external_id" + - index: 0 + external_id: "external_id" + retry_attempt: 6 + - index: 0 + external_id: "external_id" + retry_attempt: 6 instance_class: {} resource_pool_info: - allocation_token: "allocation_token" @@ -10798,8 +10806,12 @@ definitions: reason: "reason" metadata: external_resources: - - external_id: "external_id" - - external_id: "external_id" + - index: 0 + external_id: "external_id" + retry_attempt: 6 + - index: 0 + external_id: "external_id" + retry_attempt: 6 instance_class: {} resource_pool_info: - allocation_token: "allocation_token" @@ -33438,10 +33450,27 @@ definitions: type: "string" description: "Identifier for an external resource created by this task execution,\ \ for example Qubole query ID or presto query ids." + index: + type: "integer" + format: "int64" + description: "A unique index for the external resource with respect to all\ + \ external resources for this task. Although the\nidentifier may change\ + \ between task reporting events or retries, this will remain the same to\ + \ enable aggregating\ninformation from multiple reports." + retry_attempt: + type: "integer" + format: "int64" + title: "Retry attempt number for this external resource, ie., 2 for the second\ + \ attempt" + phase: + title: "Phase associated with the external resource" + $ref: "#/definitions/coreTaskExecutionPhase" description: "This message contains metadata about external resources produced\ \ or used by a specific task execution." example: + index: 0 external_id: "external_id" + retry_attempt: 6 eventNodeExecutionEvent: type: "object" properties: @@ -33623,8 +33652,12 @@ definitions: \ a container for these attributes across the task execution lifecycle." example: external_resources: - - external_id: "external_id" - - external_id: "external_id" + - index: 0 + external_id: "external_id" + retry_attempt: 6 + - index: 0 + external_id: "external_id" + retry_attempt: 6 instance_class: {} resource_pool_info: - allocation_token: "allocation_token" @@ -37121,8 +37154,12 @@ definitions: reason: "reason" metadata: external_resources: - - external_id: "external_id" - - external_id: "external_id" + - index: 0 + external_id: "external_id" + retry_attempt: 6 + - index: 0 + external_id: "external_id" + retry_attempt: 6 instance_class: {} resource_pool_info: - allocation_token: "allocation_token" diff --git a/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/model_event_external_resource_info.go b/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/model_event_external_resource_info.go index 1738792145..944808058d 100644 --- a/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/model_event_external_resource_info.go +++ b/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/model_event_external_resource_info.go @@ -13,4 +13,8 @@ package flyteadmin type EventExternalResourceInfo struct { // Identifier for an external resource created by this task execution, for example Qubole query ID or presto query ids. ExternalId string `json:"external_id,omitempty"` + // A unique index for the external resource with respect to all external resources for this task. Although the identifier may change between task reporting events or retries, this will remain the same to enable aggregating information from multiple reports. + Index int64 `json:"index,omitempty"` + RetryAttempt int64 `json:"retry_attempt,omitempty"` + Phase *CoreTaskExecutionPhase `json:"phase,omitempty"` } diff --git a/flyteidl/gen/pb-go/flyteidl/service/openapi.go b/flyteidl/gen/pb-go/flyteidl/service/openapi.go index 03feb5df98..fce8c02adc 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\xfb\x73\x23\xb7\x95\x37\x8c\xff\xbe\x7f\x05\x9e\xc9\x53\x65\x3b\xa1\x24\xdb\xd9\xcd\x37\xab\xad\xa7\xbe\x2f\x47\xe2\x8c\xf9\x58\x23\x29\xba\xd8\xeb\x77\x99\xa2\xc1\x6e\x90\x44\xd4\x04\x18\x00\x2d\x0d\x93\xca\xff\xfe\x16\x0e\x2e\x0d\xf4\x85\x6c\x5e\x24\x51\x63\xee\x56\x39\x1a\x76\x37\xae\x07\x07\xe7\xfa\x39\xff\xfc\x37\x84\xde\xc9\x27\x3c\x99\x10\xf1\xee\x14\xbd\xfb\xfe\xf8\xdb\x77\x1d\xfd\x1b\x65\x63\xfe\xee\x14\xe9\xe7\x08\xbd\x53\x54\x65\x44\x3f\x1f\x67\x0b\x45\x68\x9a\x9d\x48\x22\x1e\x69\x42\x4e\x70\x3a\xa3\xec\x78\x2e\xb8\xe2\xf0\x21\x42\xef\x1e\x89\x90\x94\x33\xfd\xba\xfd\x13\x31\xae\x90\x24\xea\xdd\xbf\x21\xf4\x2f\x68\x5e\x26\x53\x32\x23\xf2\xdd\x29\xfa\x1f\xf3\xd1\x54\xa9\xb9\x6b\x40\xff\x2d\xf5\xbb\x7f\x85\x77\x13\xce\x64\x1e\xbd\x8c\xe7\xf3\x8c\x26\x58\x51\xce\x4e\xfe\x26\x39\x2b\xde\x9d\x0b\x9e\xe6\x49\xcb\x77\xb1\x9a\xca\x62\x8e\x27\x78\x4e\x4f\x1e\xbf\x3b\xc1\x89\xa2\x8f\x64\x98\xe1\x9c\x25\xd3\xe1\x3c\xc3\x4c\x9e\xfc\x93\xa6\x7a\x8e\x7f\x23\x89\xfa\x17\xfc\x23\xe5\x33\x4c\x99\xf9\x9b\xe1\x19\xf9\x97\x6f\x07\xa1\x77\x13\xa2\x82\x7f\xea\xd9\xe6\xb3\x19\x16\x0b\xbd\x22\x1f\x88\x4a\xa6\x48\x4d\x09\x32\xfd\x20\xb7\x44\x7c\x8c\x30\x3a\x15\x64\x7c\xfa\xab\x20\xe3\xa1\x5b\xe8\x63\xb3\xc0\x17\x30\x9a\xeb\x0c\xb3\x5f\x8f\xed\x32\x41\xcb\x29\x91\x89\xa0\x73\x65\xd7\xfb\x86\x28\x41\xc9\x23\x09\x3b\x30\x13\x41\x7a\x22\xbe\x33\x39\x27\x09\x1d\x53\x92\xa2\xd1\x02\x51\x36\xcf\x15\x12\xe4\xef\x39\x91\x0a\x8d\x69\xa6\x88\x90\x51\x2f\x7c\x4e\x04\xac\x60\x3f\xd5\xbd\x7c\x24\xaa\x0b\x6d\x17\xa3\x0a\xdf\x16\x44\xce\x39\x93\x44\x46\x8b\x80\xd0\xbb\xef\xbf\xfd\xb6\xf4\x53\x75\x06\x5d\x24\xf3\x24\x21\x52\x8e\xf3\x0c\xb9\x96\xc2\xc1\x98\x05\xd5\xe4\x83\x2b\x8d\x21\xf4\xee\x7f\x0b\x32\xd6\xed\xfc\xee\x24\x25\x63\xca\xa8\x6e\x57\x1a\x2a\x0d\x46\x1b\x7d\xf5\xaf\x7f\xab\xfb\xfb\x5f\xc1\x8c\xe6\x58\xe0\x19\xd1\xcb\xe2\xe9\xca\xfc\x5f\x69\x2e\x9a\x12\x74\xe7\x05\xb5\x94\x07\x5e\x9a\xed\x25\x9e\x11\xbd\xf3\x7a\xbb\xec\x17\xf0\xb7\x20\x92\xe7\x22\x21\x68\x44\x32\xce\x26\x12\x29\x5e\x59\x03\x0a\x2d\x68\x22\x2e\x3f\xd1\x5b\x49\x05\xd1\x7b\xa5\x44\x4e\x4a\x4f\xd5\x62\x0e\x83\x94\x4a\x50\x36\x09\x97\xe2\x5f\x9d\x56\x53\x33\xb4\xbf\xc6\xcc\xcc\x07\x8d\x13\x1b\xb0\xae\x7b\x25\xc1\x0c\x8d\x08\xd2\x27\x9e\xa6\x44\x90\x14\x61\x89\x30\x92\xf9\x48\x12\x85\x9e\xa8\x9a\x52\xa6\xff\x6d\xc8\x37\x71\x6b\xb6\x3f\x6b\x03\x7f\x2e\x5f\x99\x7b\x49\x84\x1e\xf8\x23\x4d\x49\x8a\x1e\x71\x96\x13\x34\xe6\x22\x5a\x9e\xe3\x01\xbb\x9b\xea\x75\x98\x8d\x28\x83\x93\xa7\xd7\xd2\x51\xc8\x1f\xdc\x72\xfd\x01\xe9\xfe\x50\xce\xe8\xdf\x73\x92\x2d\x10\x4d\x09\x53\xfa\x5c\xcb\x72\x6b\x7f\xe0\xd0\x3f\xce\xd0\x11\xd2\xeb\x4c\x84\x82\xf5\xe6\x4c\x91\xcf\x4a\xa2\x23\x94\xd1\x07\x82\xbe\xba\xa0\x52\xa1\xee\x75\xff\xab\x0e\xfa\xea\xa2\x60\x1c\xf2\xab\x17\x58\x61\xff\xf7\x5f\x83\xa3\xa7\xf0\xa4\x7c\xe8\xde\x75\xf5\x69\xbe\x35\x17\x50\xd1\xc2\x5f\xff\x2d\x6c\xc7\xee\xd7\x72\xae\x5e\xb0\x74\xcb\xcf\xdb\x72\x71\x58\xa6\x98\x81\x4b\xbd\x43\xdb\xf2\xef\xca\xed\x50\xc3\xbc\xe5\x96\xdc\x5b\x8f\xbd\xcc\xbe\xe5\xdb\xe2\xdf\x7a\x0a\xcf\xcd\xc3\xb7\x61\xe0\x58\xc1\xc9\xc2\x94\x99\x83\xe8\xcf\xa5\x90\xfa\x2c\xba\x13\xb2\x27\x6c\x6b\x1b\x7e\x1e\xcc\x2c\x60\xe9\x8e\x53\x07\xab\xb2\x87\xf3\xce\xe8\x8c\xae\xda\xdf\x3e\x4b\xb5\xf0\x68\x19\x2a\xcb\x67\x23\x22\xf4\x32\x38\xd6\x0a\xb3\x1d\x69\x56\xab\x72\xc1\x48\xda\x62\x9a\x7f\xcf\x89\x58\x2c\x99\xe7\x18\x67\xb2\x69\xa2\x94\x29\xa2\x25\xf5\xd2\xe3\x31\x17\x33\xac\xec\x0b\x7f\xfa\xf7\x75\x17\x42\xf1\x07\xb2\x6a\xff\xfb\x66\x37\x13\x2c\x81\x0c\x66\x79\xa6\xe8\x3c\x23\x68\x8e\x27\x44\xda\x15\xc9\x33\x25\x3b\xf0\x9a\xd6\x0e\x88\x38\xf2\xb7\x1c\xf4\xe0\x6e\xf7\x5c\xc2\x2f\x68\xec\x99\x1d\x23\x9f\x15\xb4\x34\x60\x70\xbf\xc3\x12\x85\xb7\xd6\x33\x2c\xe5\x66\x34\x23\xb9\x50\xc3\xd1\xe2\xf8\x81\x54\xfa\x6d\xa4\x1c\xcc\x10\x56\x4a\xd0\x51\xae\x88\x9e\xb7\x6e\xc3\xdd\xcf\xc0\x1e\x8d\x10\xd0\x86\x35\xbc\xde\x84\x53\x2a\x48\x02\x73\x5b\xe7\xc0\xf8\xaf\xf4\xbc\xb5\x26\xb6\x30\xb3\x7f\x20\x0b\x90\x79\x6a\x56\xc0\x6f\xf9\x80\x0d\x18\x3a\x42\xe7\xbd\xdb\xb3\xde\xe5\x79\xff\xf2\xe3\x29\x7a\xbf\x40\x29\x19\xe3\x3c\x53\x1d\x34\xa6\x24\x4b\x25\xc2\x82\x40\x93\x24\xd5\x72\x8d\x1e\x0c\x61\x29\x65\x13\xc4\x45\x4a\xc4\xf3\x2d\x63\xe9\x29\x61\xf9\xac\x74\xaf\xc0\xef\xc5\xe8\x4b\x5f\x68\x31\xc6\x3f\x8a\x9e\xfc\xb5\xb2\xc0\x30\x63\xdd\x77\xd0\xda\x8b\x09\x4e\xc9\x94\x66\xa9\x20\xec\x44\x61\xf9\x30\x24\x9f\x49\x92\x9b\x3b\xf9\x9f\xf1\x0f\x43\x2d\xfd\xf2\x94\xc4\xbf\x44\xff\x28\xc4\xad\xb5\x3f\xf5\xfa\xf6\xda\x5f\x82\x76\xde\xee\x3b\xf8\x85\xa6\xb5\x6f\xc3\x2f\x2b\xe6\xe0\xde\x59\x32\x58\xf7\x4a\xe3\xa8\xdc\x0b\x56\xd8\xab\x7d\x47\x10\x25\x16\x43\xac\x14\x99\xcd\xd5\x9a\x96\x07\x8c\x32\x2d\xbb\x2e\x93\x55\x2f\x79\x4a\x7a\xae\xbf\x5f\xad\x08\x6a\x84\x4d\xc3\xb5\xc6\x44\x10\x96\x90\xe6\x16\xee\xb0\x7c\x28\x5a\x58\x2d\xf0\x02\x8d\x21\xbd\xfc\xa8\x20\xb0\x4a\xc7\x85\xd8\xab\x97\xa4\x78\x73\x95\xb0\x1b\xcd\x47\x7e\xe0\x42\x0f\xef\x2d\x08\xbc\xd1\xc0\x5f\x42\xe6\xdd\xf4\x44\x7f\x71\x56\x8e\x0d\xf9\xd3\xc1\x26\xb2\xfd\x4a\xb6\xb5\xa0\x70\x81\xe4\x42\x2a\x32\x5b\x69\x4b\x79\x3b\x0b\x61\x2f\xa0\x7d\x1d\x70\xe9\x0e\xfc\x0d\x9c\xfa\xf8\x46\x3f\x1c\xef\x35\x96\x6c\x57\x96\xd0\x7d\x9f\xa7\xf3\x76\x2d\x9f\xea\xad\xdb\xbe\xc0\xdd\xf3\x26\xa6\x19\xc9\x9a\xbb\x1e\xe4\x33\x99\x33\x1a\xf7\xca\xad\xf6\x10\x06\xb0\x42\x91\x8d\x6d\xe9\xfe\xfc\xe9\x4f\x43\x0b\x90\x31\xf7\xa9\x29\x95\x81\x31\x0c\x25\x5c\x18\x59\x30\xb5\xe7\xdd\xe8\xb2\xdd\xbb\xee\x6d\xef\xee\x14\x75\x51\x8a\x15\xd6\x07\x5c\x90\xb9\x20\x92\x30\x05\x76\x02\xfd\xbd\x5a\xa0\x19\x4f\x49\x66\x34\xda\x0f\x5a\xb2\x46\xe7\x58\xe1\x33\xac\x70\xc6\x27\xc7\xa8\x0b\xff\xd4\x1f\x53\x89\x70\x26\x39\xc2\x8e\xac\x48\xea\x9a\xc0\x2c\x75\xac\x05\xa3\x84\xcf\xe6\x34\xf3\x7e\x04\x6f\xbc\xa1\x2c\xa5\x8f\x34\xcd\x71\x86\xf8\x48\x73\x15\xad\x81\xf7\x1e\x09\x53\x39\xce\xb2\x05\xc2\x59\x86\x6c\xb7\xee\x05\x24\xa7\x3c\xcf\x52\xdd\xae\x1b\xa5\xa4\x33\x9a\x61\xa1\x55\x7c\x33\xda\x2b\xdb\x16\xba\x9b\x12\x3f\x56\x18\x97\x5e\xcd\x19\x7e\x20\x12\x51\x85\xe6\x5c\x4a\x3a\xca\x8a\x33\x7f\xdf\x47\x30\xee\xb3\x8b\x3e\xd8\x0b\x12\x85\xb8\xe1\xa1\xae\x73\x6b\x1f\x72\x3d\xce\x30\x63\x04\x3a\xe6\x6a\x4a\x84\xed\xde\xbe\xfc\xda\xaa\xff\xfd\xe5\xed\x75\xef\xac\xff\xa1\xdf\x3b\xaf\xea\xfe\x77\xdd\xdb\x1f\xab\xbf\xfe\x7c\x75\xf3\xe3\x87\x8b\xab\x9f\xab\x4f\x2e\xba\xf7\x97\x67\x3f\x0c\xaf\x2f\xba\x97\xd5\x87\x96\xac\x5a\x9b\x11\xc2\x91\xad\x79\xb6\x0e\x36\xd3\xe7\xb2\x99\x76\xbe\x5c\xa3\xa9\x75\x4a\xb5\x37\x98\x7a\x1b\x85\xfd\x12\xcd\xb1\x94\x46\x32\x32\x23\x38\x1e\xb0\x4f\x5c\x68\x06\x36\xe6\x9a\x47\x68\xe9\x49\x89\x3c\x51\x94\x4d\xfc\x47\xa7\x68\x90\x7f\xfb\xed\x1f\x93\x0b\xca\x1e\xe0\x2f\xb2\x8f\x8b\x73\xb0\x28\x1f\x2c\xca\xbf\x2d\x8b\xb2\x16\x7d\x4e\x42\x43\xf2\x6e\x83\xab\xb4\x70\x01\x3e\x71\x2d\x4a\xf0\x5c\xe9\x3f\x75\x97\x40\x1e\x4b\x42\xac\xda\x19\x2c\x7d\x84\x55\x43\x1f\x82\xcf\x40\x90\xfb\x4c\x25\x30\xa3\x27\x2e\x1e\xc6\x19\x7f\x6a\x67\xae\xfc\x48\x94\x1f\x86\x16\x9c\xde\x82\x95\xf2\x67\x3b\x43\x3f\xf0\x8f\x44\xe9\xb1\xdf\xd8\x5e\x0e\xc1\x56\x87\x60\xab\xd7\x0d\xb6\xda\x2b\x53\xe1\xf3\xb3\xd6\xd8\xae\x68\xf8\x6b\x83\x1f\xae\xd1\xcd\xd6\xe0\x45\x0b\x9c\x64\x2f\xc2\x93\x63\x57\xd4\x2e\xf9\x72\xec\x6c\x5a\xc1\x93\xa3\x61\xbc\x15\xbe\x1c\x0d\xfa\xe5\x79\xf2\x6f\xc2\x4f\x74\x70\x03\x6d\xb8\x50\x6f\x92\x75\xb7\xbc\x95\x5e\xcc\x89\xf3\xfc\x57\x49\x25\xe6\x63\x9d\x20\x8f\x35\xa2\x3a\x5a\x87\x71\xac\x88\xdb\xa8\x0d\xd4\xa8\x8b\xcc\xa8\x86\x62\xd4\xc6\x5e\x6c\x17\x6c\xb1\xe9\xad\xd7\x3e\x7c\x62\xdd\x5b\xaf\x7d\xe0\xc4\x47\xa2\xa2\x61\xbc\x95\x5b\x2f\x1a\xf4\xcb\xdf\x7a\xbf\xd1\x78\x89\x43\x80\xc4\x33\x2e\xdd\x97\x7e\x57\xee\x6f\x08\xc4\x6f\x20\xe6\xe1\x10\xe4\xb0\xd6\x1a\x7d\x59\x51\x0d\x5f\x6a\x18\xc3\xdb\x8c\x5b\x38\x04\x2a\x1c\x02\x15\x5e\xc3\xa3\xf4\xf6\x02\x15\x9e\x55\xf1\x25\x9a\xac\x24\x58\x51\x43\xe5\xe6\xdd\x9c\xcb\x66\x7d\x2f\x74\x5e\xd7\xe8\x75\xd0\x66\x6c\xcd\x04\xea\xfd\x15\x4d\xb1\x44\x3c\x49\x72\x51\x72\xd1\x96\x4f\xf9\x99\x20\x58\xe9\x23\x12\x1b\x2e\x11\xb4\x8c\x04\x49\xb8\x00\x27\x25\x46\xf3\x29\x96\x04\x29\x81\x99\xa4\xab\xb4\x3c\xd3\x2a\x8c\x4b\xb7\xf3\x16\x14\xbc\xea\x22\xbe\x94\x7a\x37\xe2\x69\xe5\x40\x9a\xb3\x5a\xf7\x64\xf9\x4d\xb2\xb3\xa9\x43\xda\x6f\x9b\x99\x3f\xe3\x51\xd1\xb7\xd6\x8e\x8f\x4a\xa4\xc6\x6f\x7a\x54\x62\x6b\xc7\x4e\x8e\x0a\x8c\xeb\xad\x1c\x95\xea\x22\xfe\x66\x8e\x4a\xdd\xd4\xf7\xe1\xa8\xb8\x70\x80\x1d\x1f\x97\x8a\x0f\x7e\xd3\x23\x53\x0d\x57\xd8\xc9\xb1\xf1\xe3\x7b\x2b\x47\xa7\x7e\x41\x7f\x33\xc7\xa7\x69\xfa\xaf\x7b\x84\xbc\x1f\xa2\xf5\xe1\xb9\x13\x74\x32\x21\xc2\x68\x46\x89\x26\xc5\xd5\x50\x4b\x85\xe5\x7d\xb3\x03\xb3\xfa\x34\xf8\x1e\xde\xc2\x49\xf0\x83\x35\x63\xff\xcd\x1c\x81\xca\xbc\xf7\x84\xf6\x4f\x34\x27\x7e\x04\xb4\xb6\x76\x67\xe0\x86\x00\xe1\xc3\x05\x32\x17\xe4\x91\xf2\x5c\x66\x8b\x23\x91\xb3\x3a\x6e\x0f\x46\x82\x27\x9a\x65\x88\xb3\x6c\x81\xa4\xc2\x42\xb9\xc7\x6c\x62\x3c\x4a\xfa\x30\x65\x58\x2a\xf4\xc0\xf8\x13\x43\x63\x4c\xb3\x5c\x10\x34\xe7\x94\xa9\xe3\x01\xeb\x33\x74\x63\xc6\x08\x9a\x77\x07\xe5\x52\x1f\xc1\x04\x33\xc6\x15\x4a\xa6\x98\x4d\x08\xc2\xcc\x41\xd7\x14\x94\x81\xb8\x40\xf9\x3c\xd5\x07\x4b\x77\x51\xb2\x31\x15\x07\x6c\xc0\xee\xc0\x8a\x21\x11\xf9\xac\x04\x99\x91\x6c\xa1\xfb\xd0\xb4\xaf\x38\xb2\xeb\x63\x86\x6a\x0d\xe2\x44\x08\x2e\x24\xe8\xec\xa3\xc5\x3f\x30\x53\x94\x11\x04\x6a\xa6\x34\xc0\x47\x47\xe8\x82\x4b\x88\xc9\xfe\xf1\xcf\x12\x25\x59\x2e\x15\x11\x1d\x34\xca\x27\x12\x51\x86\xe6\x19\x56\x63\x2e\x66\x7a\x84\x94\x49\x85\x47\x34\xa3\x6a\xd1\x41\x33\x9c\x4c\x4d\x5b\xb0\x06\xb2\x33\x60\x29\x7f\x62\x52\x09\x82\x7d\xef\xee\x21\xfa\x3a\x7c\x66\x08\x40\x7e\xd3\x01\xc3\x3d\x9d\xcd\xb3\x45\x38\xfc\x20\x11\x1a\xf6\x44\x37\x42\x52\x34\x22\x09\xce\xa5\x35\xec\x28\xb1\x40\xe4\xf3\x14\xe7\x12\xf6\x4e\x4f\xcf\x5a\x3d\x12\x3e\x9b\x67\x44\x11\x44\xc7\x48\x09\x4a\x52\x84\x27\x98\xea\xa5\xbb\x25\x4b\x12\xb7\x3d\xd1\xdb\x0d\xb4\x54\xff\x2b\x58\x3e\x66\x5c\x10\x94\x12\x85\x69\x26\x97\x3b\x25\x5f\x94\xe0\xd0\xb3\xd3\x1b\xda\x5f\x72\x43\x7b\x4d\x6d\x4b\x6e\x42\xbb\x63\x87\xab\xf0\x2d\x5d\x85\x31\x57\xd8\x8b\xbb\xd0\x80\x44\xec\x40\x20\x64\xd6\x2a\x9e\xe0\x6c\x4b\xd9\xf0\xc6\x0e\x6a\x6d\xe9\xd0\x7d\x78\x38\x14\x6f\xeb\x50\x98\x5d\xdb\x9f\x53\xd1\x94\x50\xb1\x73\xa4\x98\x75\x30\x5e\x96\x64\x44\x48\x34\xc3\x4a\x5f\x6c\x13\x7b\x45\xb7\x44\x31\x2c\x40\x5d\xde\xd4\x41\x79\x09\x24\x97\x2f\x3b\x62\xe1\x10\xa9\xf0\x1b\x44\xa0\xdd\x9b\x04\xc6\x43\x0e\xf4\x33\xe5\x40\x53\x79\xc8\x81\x3e\xe4\x40\xb7\x5d\xa0\x43\x0e\xf4\x21\x07\xfa\xcd\xe6\x40\x3f\x6b\xfa\xf3\xee\x92\x9c\x77\x93\xc9\xfc\xa6\xa4\xf3\x83\x64\x7e\x90\xcc\x0f\xe9\xca\x7e\x6a\xbb\xe2\x82\xee\xeb\x77\x29\xc9\x88\x22\xcd\x06\x3a\x22\x66\x5a\xe1\x30\x37\x3c\x65\x5a\x14\x9c\x08\x22\xe5\xb6\x3c\xcd\x37\x1c\x96\x57\xa8\xf1\x47\x14\x28\xb3\x9e\x2c\xc1\xae\xb3\x8c\xd9\xf9\xb6\xdf\x26\xcb\xf3\xc3\x3f\x40\x36\x1c\x78\xe0\x81\x07\x6e\x32\xb5\xfd\x31\x47\x07\x87\xf9\x55\xed\xd1\x41\xa5\x9d\x21\x4d\xb7\x29\xb6\xd3\x1e\xb8\x1c\xcf\x48\xda\x83\xb4\x02\x9f\x14\x21\x7e\xd5\x9f\x84\x65\x74\x5c\x02\x41\x7b\x8b\x75\xf8\x75\xb1\xf0\x51\xed\x93\xcd\x0c\xd8\x45\x45\x9b\x7e\xfa\x26\x6c\xd8\xb5\x2b\xfc\x85\x54\xe3\xd9\x0f\x46\xf2\xe2\xc5\x78\xf6\x63\xda\x07\x9b\xea\xa1\x16\xcf\xc1\x6a\xd8\x72\xc2\x07\xab\xe1\xfe\x5a\x0d\x5f\xcb\x15\xf0\xc2\xc7\xf3\xa5\x44\xc7\xf6\xa1\xde\x2e\x22\x9b\xa5\x28\x9f\x67\x1c\xa7\x2d\xcb\xe9\x06\x12\x5d\x8b\x78\x6f\x96\x22\x41\x26\x54\x2a\x22\xf4\xbe\xd4\x0a\x86\xab\x03\xc0\xdf\x6a\xdd\xdc\xd6\x21\x3e\x61\xb7\xef\xfe\xbd\xc5\xf0\x6f\xec\x9d\x0d\x9c\x68\x84\x53\x5f\xd0\x12\xc4\xb7\x19\x5e\xa0\x29\x7e\x24\x2e\x2c\xf1\x11\x67\x34\xc5\xe5\xb5\x2e\xcd\x70\xd9\x80\xfe\x73\xbd\x01\xe1\x78\x38\xbe\x02\x92\x8c\xc3\xc6\x6c\x46\x33\xbc\x33\xd5\x8a\x79\x26\x08\x4e\x17\x68\x44\x08\xf3\x64\x53\x73\x9f\x34\x8c\x79\x27\x82\xf3\xab\x2b\xa6\x55\xea\xd9\x17\xb5\xf4\x05\x03\xa5\xea\xf9\xcd\xf6\x3a\xe8\xf6\x8a\xa7\xfc\xfe\x6d\xb1\xa0\x43\xf0\xd4\xc1\x3c\xf9\xfa\xe6\xc9\x43\xf0\xd4\x41\xd1\xdf\x33\x45\xff\x10\x3c\x75\x08\x9e\x3a\x98\x41\x96\x4f\xfb\x60\x06\xf9\x22\x82\xa7\x5a\xc9\xf0\x1b\x86\x4f\xbd\x71\x69\xfe\x20\xcc\xbb\xf7\x0e\xc2\xfc\x41\x98\xff\x42\x85\xf9\xfd\x58\xe1\x83\x24\x7f\x90\xe4\x0f\x92\xfc\x41\x92\x3f\x48\xf2\x3b\x5f\xc6\x83\x24\x5f\x2f\xc9\xc3\x5f\xae\x3a\xc3\xba\x62\xfd\x9a\xe2\xfc\xda\xf9\x11\xeb\x3b\x03\x3f\x12\xf5\x56\x3d\x81\x07\xa9\xfd\x20\xb5\xef\xb7\xd4\xbe\x37\x13\xfa\xf2\x90\xd5\x0f\xd8\xe4\x07\x6c\xf2\x03\x36\xf9\x33\x63\x93\xbb\xaf\xdf\xcd\xf3\x66\xd9\xe6\x1e\xd0\xcb\xec\xe1\x52\x58\xe5\xd2\x80\x5b\x16\xc1\x26\xad\xc4\x9e\x65\xb2\xce\x7d\x01\x90\x16\xf4\xb0\x5a\xee\x41\x5d\x85\x66\x5c\xeb\x6e\x8c\x44\xef\x38\x06\x67\x02\x6b\x26\xf4\x91\x30\xe4\x92\x03\x3a\xf6\x1a\xeb\x80\x31\xe5\x5f\xfe\xf0\x99\x6c\x2d\xac\x10\x46\x8a\xce\xc8\x31\xea\x8f\x0d\xb7\x48\xf4\xe9\x92\x44\xc9\x52\x34\x96\xa1\x7c\xf8\x88\xa5\xc5\x58\x5d\xdf\xb4\x08\xce\x31\xaf\x75\x1c\xb3\xcd\x33\x65\x58\xaf\x6b\x1c\xa0\xe9\x46\x9e\x43\xc1\x41\x9b\x11\x91\xb9\x2f\xa3\x6e\xdd\xcb\x33\x9c\x6a\xc6\x10\x0c\xa1\x48\x2b\x0b\xdf\x87\x3b\x9d\x4a\x1f\x5e\x14\x7d\x6f\xbe\x06\x7c\x3b\xc0\xa3\x03\x1c\xde\x56\xc3\x98\x42\xf4\x9b\x16\xf1\xd2\x3c\x23\x08\x4b\xc9\x13\x8a\x41\x8d\x31\x32\x00\xa2\xca\x59\x1a\xdc\x4b\xae\xeb\x94\x4a\x3c\xca\x48\x6a\xd7\x98\x14\xd1\x4e\x4b\x47\x4e\x25\x1a\x11\xbd\xc4\x9a\x4d\xc5\xab\x3f\x35\x12\x48\xcd\x68\x82\xa1\x90\xea\x48\x08\x33\x03\x59\x22\x41\x1b\xe2\x7c\xab\x42\xb4\x19\xfd\x21\xe9\xee\x20\x52\x1f\x44\xea\xb5\x26\xf4\x45\x89\xd4\x7b\x14\xa1\xe9\x18\xd2\xab\x46\x68\x82\x0f\x54\x73\xfe\xa1\x37\x6c\xca\xb6\xb6\x9e\x0b\x2a\x95\x44\x49\x2e\x15\x9f\x35\x4b\x3e\x9f\x5c\x0f\x5d\xdf\xc1\x19\x67\x63\x3a\xc9\xcd\xdd\xf2\xab\x95\x4d\xfc\x89\x2e\xd4\x94\xc5\x9c\xb4\x33\x0c\x79\xbb\xf5\xaa\xce\x6a\xf3\x11\x6b\x9c\xbc\x35\xed\xbc\x89\xdb\xae\x7e\xe8\x2f\x75\xe9\xad\xa3\xac\x16\xf6\x71\xab\x69\x6a\xfd\x62\x78\xd3\xbb\xbd\xba\xbf\x39\xeb\x9d\xa2\xee\x7c\x9e\x51\xe3\xb2\x32\x14\x46\xff\xa1\x27\x65\xca\x8c\x78\x12\xb1\x02\x91\x41\xff\x05\x1f\x99\xd6\x07\xd1\x11\x3a\xbb\xb8\xbf\xbd\xeb\xdd\x34\x34\x68\x49\x02\x8a\xb4\x92\xd9\x3c\x03\xf9\xe8\x21\x1f\x11\xc1\x88\x96\xf0\x2d\x46\x70\xe1\x39\x33\x8d\xf6\xfe\xbb\x77\x76\x7f\xd7\xbf\xba\x1c\xfe\xe5\xbe\x77\xdf\x3b\x45\x8e\xb6\x74\xb3\x7a\x5c\x7a\x14\xe9\x82\xe1\x99\xd6\xba\xe3\x7a\x28\x7f\xcf\x49\x0e\xe2\x18\x9d\xb0\x19\x01\xe8\xee\xa8\x45\x37\xe0\x8b\xee\xfb\xde\x45\xdc\xf2\x94\x84\xc0\xc5\x28\xc3\x23\x92\x59\x57\x1e\x78\xa7\xf4\xf9\x09\x20\x9e\x8d\x8f\x2f\x37\xab\xfa\x97\xfb\xee\x45\xff\xee\x97\xe1\xd5\x87\xe1\x6d\xef\xe6\xa7\xfe\x59\x6f\x68\x35\xa9\xb3\xae\xee\x37\xea\xc9\x2a\x5c\xe8\xef\x39\xce\xb4\x46\xce\xc7\x0e\xca\x18\x3d\x4d\x09\x43\x39\x03\x8a\x33\x6a\x3e\x68\x25\x21\x8e\x83\x99\xd1\xf5\xc5\xfd\xc7\xfe\xe5\xf0\xea\xa7\xde\xcd\x4d\xff\xbc\x77\x8a\x6e\x49\x06\x8a\xb0\x5b\x74\xd8\xc5\x79\x96\x4f\x28\x43\x74\x36\xcf\x88\x5e\x0d\x73\x38\x47\x64\x8a\x1f\x29\x17\x91\xb6\x02\xeb\x08\xac\x00\xda\x77\x0a\xe7\x30\x58\xba\xab\xcb\x0f\xfd\x8f\xa7\xa8\x9b\xa6\x7e\x0e\x12\xda\x88\x28\xc7\xc1\x4f\x1c\x55\xe0\x27\x12\x6c\x02\x42\xa0\xa2\xef\x23\x11\x82\xa6\x44\xbe\xba\xc3\x21\x3a\x10\x55\x15\xba\x4c\xe1\xd5\x37\x4a\xe4\xba\xec\x85\x88\xfa\xaa\x2f\xae\xa2\xa2\xea\x17\x25\x32\x68\x36\x1c\x54\xf6\xb1\xb5\x4d\x20\x5e\x9f\x17\xbb\x31\x35\xb3\x4b\x87\xce\x36\x74\xf2\xcf\x88\xe9\xfd\x6b\x87\x11\x52\x26\x29\x66\x29\xc0\x54\x90\x21\xfe\xab\xbd\xda\x5a\x5e\x98\xc1\x97\x75\x1f\x56\x7d\x27\xc1\x07\x6f\xe1\x26\x0c\x87\xbb\x47\xb7\xde\x4d\x28\xdb\x38\x11\x79\x46\x14\x86\x0a\xe2\x8a\xa3\x09\x51\xc7\xe8\x8a\xc1\xb3\x3b\x2c\x1f\x3a\xc8\x55\x87\x41\x5c\xa0\x42\x78\x7c\x81\xa4\xf2\x37\x62\x34\x5c\x5f\xa1\x39\x28\xe6\x07\xc5\xbc\x7e\x65\x0e\x11\x6a\x0d\x2b\xbc\xab\x1b\x75\x2d\x3b\xfb\xee\x2e\xbe\xc0\xac\xee\x82\x4d\x4a\x76\xd1\xe8\x46\x5c\x69\x03\x7d\xbb\x97\xe1\xcb\x5a\x41\x77\x7a\x35\x9a\xe2\x31\x87\x7b\xcf\xfc\xdf\xe1\xde\x3b\xdc\x7b\x87\x7b\x6f\x0f\x56\xf8\xd5\x2d\xca\x35\xdc\xfd\x55\x4d\xca\xab\x14\xe4\x8d\xa1\xe9\x0a\x85\x78\x1d\x70\xba\x5f\xdb\x60\xd0\xd5\x98\x92\xab\x1a\xb2\x44\x72\x8a\x85\xa9\xca\x9a\xf0\xd9\x8c\xb3\xd8\x56\xdd\x41\xde\xb1\x0e\x86\x40\x98\xdd\x2a\x4b\x73\xd1\x0d\x7d\x1b\x36\xe6\x60\x5d\x5e\x22\xa3\x68\xa7\x22\x84\x09\xd5\x3f\xe8\xd7\xcf\x28\x67\x1c\xb0\x03\x77\x8a\x1d\xb8\x1f\x73\x7d\x96\xec\xa3\xdd\xdb\xd7\xdf\x46\xc6\xd1\x01\x24\xf0\x90\x53\x73\xc8\xa9\x81\xdf\x0f\x20\x81\xbb\xa3\xd6\xe7\x95\xe9\x79\x4a\x86\xa5\x32\x2a\xfe\x9f\xc3\xb2\xcb\x2b\x7a\x12\xfa\xbf\xa2\x07\x45\x92\x11\xb4\x4e\xd3\x5d\x96\x5e\xb9\xe4\x29\xd9\xa2\xfc\x8a\x1e\x51\xeb\xd2\x2b\x51\x5f\x7b\x2e\xc2\xbb\x65\x32\xa2\x7c\x34\xf0\x67\x16\xe4\x1b\x28\xe6\x4b\xb4\x46\xd5\xd0\xff\xc1\x34\xb5\x72\xa1\xbe\xd4\x6a\x05\x05\x83\x7b\x43\x8e\x9a\x76\xb7\x80\x0b\xa9\x19\x36\xdc\x05\xf5\xcf\xfd\x8d\x50\xff\xf8\x79\x60\x64\xda\x5f\x08\x25\xf4\x98\xf8\x2a\xd8\x14\x35\x26\xea\xfe\x6d\xd8\x79\xc2\x11\xbf\x84\xa5\x67\x29\x31\x7d\x71\xd7\xc4\xb2\xa3\x71\xb8\x2c\x5a\x2e\xd7\x97\x7a\x65\x1c\xd0\x5e\x96\xd9\x5e\x0e\x70\x2a\x07\xd3\xcf\xfe\x4c\xf8\x60\xfa\x79\xd3\xa6\x1f\xe3\xa8\x1e\xce\xb1\x20\x4c\xd5\xc8\xe8\xe5\xeb\x04\x5e\x0f\xf3\xe6\x9d\xd4\x01\x0d\x18\x69\xd1\x5e\xc8\xfe\xaa\xfa\xb2\x6c\x41\x56\x30\x18\x1a\xb9\x22\xc8\x1b\x3a\xf9\x67\xf1\x77\xa0\x04\x04\x3f\xd6\x38\x7c\x97\x05\x82\x19\x0c\x7b\xa9\xaf\xef\xdc\xc6\x84\xed\x2a\xdb\xc8\x09\x89\x0d\x8e\xda\xe6\xf8\x31\x97\x52\x40\xd2\x42\xe0\x2a\x66\x58\x13\x57\x66\x7b\x3a\x72\x62\x58\x11\x3f\xb1\x32\xcc\xec\xda\x7c\x7a\x0e\x5f\xbe\xad\x4c\xa4\x86\xa1\xbf\x6c\xf8\x59\x95\x1c\xdb\x9d\x6e\x47\x1c\xd4\xe4\xd6\x3c\x4d\x29\x78\x62\x00\x2a\x0e\xee\xf3\x60\xc3\x5d\xfe\x34\x86\xf4\xa2\xa6\xeb\xe9\xa5\x05\xc8\xca\x99\x6b\x37\x71\x4b\xa3\x6f\x77\xde\xaf\x1e\x8c\xb3\x82\xee\x5f\x35\x30\x67\x09\xe3\xde\xae\x5c\xe4\xab\xf1\x65\x6f\xbb\x7f\x39\xce\xfc\x91\xa8\x2f\x8f\x2d\x7f\x24\xea\xa5\x78\xf2\xa6\x8c\x78\x29\x33\x2a\x6a\x04\xbd\xd1\x38\x91\x0a\xff\x7d\xb3\xd3\x5d\x27\x5e\xeb\x67\x33\x49\x1b\xac\xe5\x53\xd1\xc3\xa9\x2a\x6e\x0d\x18\x91\x0e\x78\x48\x19\x3e\xa4\x0c\x1f\x52\x86\x0f\x29\xc3\xfb\x97\x32\xec\xbe\x7e\x97\x92\x8c\x28\xd2\x28\x37\x9d\xc3\xe3\xd7\x92\x9b\x4c\xef\x2f\x28\x35\x99\x0e\xbf\x3c\xc1\xc9\xcc\xeb\x20\x3b\x1d\x64\xa7\x5d\x4c\x77\x5f\xb5\x57\x47\xe5\xfb\xa0\xbd\xb6\x46\x27\x2a\x82\xc4\x56\xc6\x06\xd8\x69\xff\xba\x32\x28\x20\x40\x7a\x74\xc3\x59\xe5\xf8\xbf\x76\xc3\x7e\x3b\x4c\x4e\x3e\x37\x1f\xdb\xc6\xbd\xe9\xd6\xfd\x8b\xf5\x6e\x1e\x6a\x59\xd4\xae\xd5\xc1\xf9\xba\x64\x71\x0e\xce\xd7\x83\xf3\x75\xef\x9c\xaf\x3b\x57\xa9\x96\x56\xa4\xbf\xb1\x57\xf3\xd2\xa8\x70\x77\xd1\x1b\x5d\x46\x93\x82\xc1\xdf\x4e\xc9\x3c\xe3\x0b\xb0\xb1\x2c\xb5\x36\xfb\x5a\xf4\x35\xc1\x51\xe5\xcb\xdf\xbd\x7d\x5d\x11\xda\xf7\xfd\xfe\x77\x23\x7f\x29\xb5\x66\x5f\xc4\xde\x62\xde\x7b\x21\xe8\x9e\xfc\xb3\x94\x12\xd1\x0a\x33\x25\x48\x62\x58\x7d\x0c\x06\xac\xfe\x49\x00\x99\x6f\x6f\xcd\x51\xae\x82\x78\x43\xa9\x0f\xc0\x9c\x08\xb5\x08\xde\x24\xb3\xb9\x5a\xfc\xd7\x80\xd1\x02\x59\x9b\x4e\x18\x17\x86\x07\xea\x8f\xa7\x98\xa5\x99\x3e\x3f\xd2\xb7\x93\x60\xc6\xb8\x02\xe1\x04\x66\x90\xa2\x47\x8a\x8d\x28\xd3\xbd\xee\xb7\xf0\xc9\xb7\x3a\x8b\x91\x3b\xfd\x0d\x9d\xc4\x97\xc6\xac\x5e\x71\x8b\x7e\xcc\xf8\x08\xaa\x2c\xe4\xb1\x89\x41\x37\x70\x70\x00\x47\x3b\xf7\x5a\xcc\x43\x61\xf9\x50\x4e\xd4\x8a\xc3\xf6\x87\x4b\x53\xb7\x56\xbc\x1b\x81\x19\x2e\x7f\xb5\x94\xde\x15\x3f\xb3\x09\x5f\xf0\x18\x86\x5c\x1e\x87\xfb\x31\xec\xd0\xfd\x56\xb4\xec\x7e\x71\x55\xaa\xe0\x47\x41\x94\x58\x0c\xb1\x52\x9a\x21\xed\x32\xa7\xec\x0e\xcb\x87\x2d\x72\xca\x62\xef\xce\x8a\x9c\xb2\xa8\xaf\x3d\xe7\x58\x51\x4e\x59\x3c\xf0\x67\xe7\x58\x2d\x89\xfb\x8b\x4b\x1f\x68\x7b\x54\x0f\xa9\x04\x1b\x2c\xdd\x97\x9a\x56\xb0\x8c\x17\xef\xcd\x08\x4b\xd7\xc1\x97\x78\x72\xe3\xcb\xed\x70\x44\x97\xad\xd1\x17\x57\x4e\xa3\x24\xb3\xac\x98\xdb\x1b\x29\xab\x51\x16\xbb\x76\x3d\xaa\xe7\xb1\xbf\x07\xbb\x71\xa8\xb3\x77\xa8\xb3\x77\xa8\xb3\xf7\xec\x75\xf6\xda\xe9\xac\xad\x15\xd6\xb6\xda\x6a\x3b\x55\xb5\x59\x4f\x7d\x06\x9f\x73\x7b\x65\xb2\x94\x8f\x1e\xab\x91\x9b\xe6\xa3\x47\xdd\xbf\x09\xe7\x74\x34\xe2\x97\xc8\x47\xff\x8d\x6a\x96\x07\xb5\xf2\x59\xd6\xed\x4b\xd5\x29\xf7\x5c\xa1\x3c\x64\xd2\x1f\x50\x0c\x0f\xa1\x26\x3b\x5c\x9c\x43\xa8\xc9\x21\xd4\xe4\x8b\x0d\x35\x69\x56\x4f\x68\xba\x75\x96\xe4\x9a\xb8\xe5\xde\xca\x20\x7e\x05\x51\x4a\x8b\xfd\x2d\x90\xcc\xeb\xb4\x85\x42\x96\x8e\x90\x87\x37\xd7\x1c\xfa\xe9\x9b\x50\x19\x6a\x57\xf3\x25\x54\x87\x03\x08\xf6\x4e\x41\xb0\xf7\x6e\xda\x07\xa9\xf2\x20\x55\x1e\x04\xa7\x96\x13\x3e\x08\x4e\xfb\x2b\x38\xbd\x96\x36\xf4\x25\xe1\x21\x69\x11\x2b\xca\x4a\x5a\x1a\xa7\x6c\x30\x8d\xc0\x99\x91\xcf\x33\x8e\xd3\x55\x11\x47\xbf\x06\xe2\xdb\x12\xb9\x2f\x68\x57\x14\x71\xca\x25\xf1\x6f\x99\x6c\x67\x1a\xd0\x3d\xbe\x05\xd1\x4e\x8f\xd3\x8c\xb8\x45\x74\x64\xd8\xe1\xbb\x7f\x6f\x31\xf0\x1b\x7b\x27\x03\xa7\x19\xe1\xd4\x81\x06\x18\xf1\x6c\x86\x17\x68\x8a\x1f\x09\x1a\x63\x9a\x19\xfb\x1c\x4d\x71\x79\x7d\x4b\x73\x5b\x36\xa0\xff\x5c\x6f\x40\x38\x1e\x4e\x91\xd1\xa8\xef\x0b\x23\x55\x25\x38\x73\xee\x3e\x78\x67\x8a\x25\xc2\x99\x20\x38\x5d\xa0\x11\x21\x2c\xc8\x64\x6b\x3b\xe6\x9d\x08\xc6\xaf\x1e\x9e\x19\xd2\xcd\xab\x46\x79\x03\xd7\x68\xac\x16\xbd\x73\xc5\xb2\xcc\x49\xb6\xd0\x21\xb7\x51\x1c\xe5\xf7\x6f\x85\xb9\xbc\x84\x9a\xf8\x05\x7b\x91\x0e\x9e\xa2\xdf\x66\x4d\xc6\xbd\xd1\x3e\x0e\x2a\xfa\x21\xc9\xf8\xe0\xf9\x39\x18\x30\x0e\x06\x8c\x9d\x2f\xe3\x3e\x19\x30\x5e\x51\x46\x37\xb9\x4d\xcf\x52\xac\x64\x5f\xa4\xf5\x83\xb0\x7e\x10\xd6\x0f\xc2\xfa\x17\x2b\xac\xef\xc7\x0a\x1f\x24\xf5\x83\xa4\x7e\x90\xd4\x0f\x92\xfa\x41\x52\xdf\xf9\x32\x1e\x24\xf5\x92\xa4\x0e\x7f\x39\xb4\x80\x75\xc5\xf6\xd6\xe2\xfa\x66\xd0\x00\xed\xdc\x74\x16\x1b\xe0\xad\x48\xe6\x07\xa9\xfc\x20\x95\xef\xb7\x54\xbe\x37\x13\xfa\xf2\x12\x82\x0f\x29\xb5\x87\x94\xda\x43\x4a\xed\x6b\xa4\xd4\x3a\x5e\xb2\x4c\xc2\x59\x56\x4b\xe7\x27\xcb\x5c\xbe\xa6\x2c\xc9\x72\x10\x55\xf5\xcf\xef\x73\x9a\xa5\x08\x54\x24\xad\xe9\x52\xce\xbe\x01\x7a\x02\x52\x80\x71\xba\xea\x0f\xcb\x25\x98\x9f\x2a\xac\x6e\x6f\x85\x98\x62\xb4\x9b\xc2\xb0\xed\x6a\x4f\x7d\x09\xdc\x0d\x2a\xee\x45\xbf\xb9\x86\xf6\xa8\x0e\x5f\xc7\x89\x25\x9a\x23\xb9\xf1\x3d\x73\x45\xbe\xda\x3e\xd7\xaa\xcf\xf7\xb3\xfd\xe8\x6d\x95\x32\xa8\x8e\xfa\x50\x95\x0f\x05\xbb\x76\xa8\xca\xf7\x8c\xf3\x76\xe7\x6c\xc5\xcc\x1d\x8d\x1a\x5b\xf8\x1b\x9d\xf6\xab\x07\x3b\x36\x9f\xf4\x57\x0d\x7d\xac\xbd\xc8\x2a\xb9\x75\x27\xff\xac\xbd\xa7\x5e\xa1\x18\xe1\xda\x97\xd3\x4e\xca\x12\x6e\x73\x3d\x7d\x24\xea\x4b\xb9\x9b\x0e\xa5\x09\x0f\xe5\x75\x76\x34\xdd\x8d\xee\x9e\x37\x3b\xdb\x43\x21\xc6\x43\x21\xc6\x43\x21\xc6\xe8\x08\x1e\x0a\x31\x1e\x0a\x31\x22\xf4\x22\x85\x18\xd7\x96\x19\x77\x50\x92\x71\x1b\x89\xd1\x74\xff\xa5\x08\x8d\x87\xb2\x8c\x07\xb9\x71\x77\xd3\xfd\x6d\xc9\x8d\x7b\x68\xb5\xd8\x8b\xfa\x93\xde\x6a\xf1\xea\x50\x40\x9e\xb5\xb7\x86\x03\x0a\x63\x4d\xfc\xd7\x3b\x45\x05\x72\x9b\x76\x40\x06\xb2\xff\x77\x40\x06\x3a\x20\x03\x35\xcc\xfa\x10\xcc\x7c\x40\x06\x42\x87\x70\xdd\x43\xb8\xee\x3e\x87\xeb\xb6\xd8\xc6\x03\x32\x50\x4b\x91\xf1\x99\xd0\x81\x9c\xcc\xb5\x15\x42\x50\x8d\x38\xb8\x1a\x25\xe8\xe7\xaa\x46\xb4\xb7\xa2\x9e\x1b\xeb\x01\x2d\xe8\x80\x16\xb4\x2d\xed\xec\x85\x02\xfa\x82\xa8\x41\x75\x1c\x66\x9d\x5c\xe4\x1a\xe6\xb2\xad\x82\xf9\x36\x10\x84\xdc\x68\x0f\x89\xc9\x87\x14\x88\xfd\x4f\x81\xd8\xbb\xc4\xe4\xbd\xd1\x54\x0e\xea\xfc\x21\x37\xf9\x90\x9b\x7c\x30\x76\x1c\x8c\x1d\x3b\x5f\xc6\x7d\x32\x76\xbc\xb2\xdc\xfe\x8c\x48\x42\xfb\x28\xc1\x1f\x04\x78\xf3\xde\x41\x80\x3f\x08\xf0\x5f\xa8\x00\xbf\x1f\x2b\x7c\x90\xde\x0f\xd2\xfb\x41\x7a\x3f\x48\xef\x07\xe9\x7d\xe7\xcb\x78\x90\xde\x5f\x0c\x5d\xa8\x4e\x84\x5f\x1b\x61\x68\x4d\x37\x5f\x90\x40\xf6\x96\xa4\xf5\x83\xa4\x7e\x90\xd4\xf7\x5b\x52\xdf\x9b\x09\x1d\xd0\x86\x0e\x68\x43\x07\xb4\xa1\x03\xda\xd0\x46\x32\xd2\xbf\xd9\x63\xf9\x2e\xb8\x89\xfd\x95\xfd\xee\x7d\xc6\x47\x77\x8b\x39\xd1\xff\x7b\x4e\x67\x84\x49\x90\x68\xa9\x5a\x84\x32\x51\xc3\xca\x57\xd7\xfc\xdd\x6d\xff\xf2\xe3\x45\x98\x86\xf6\xee\xd3\xfd\xc5\x5d\xff\xba\x7b\xe3\xd7\xc5\xcf\x2a\x5c\x0b\xfb\x5d\x24\xd6\x59\x92\xbf\x21\x5a\x7f\x85\x53\x73\xab\xb0\xca\xe5\x66\x23\xbb\xe9\xdd\xf6\x6e\x7e\x82\x34\xba\xe1\x79\xff\xb6\xfb\xfe\x22\x22\x88\xe8\x79\xf7\xec\x2f\xf7\xfd\x9b\xe6\xe7\xbd\xff\xee\xdf\xde\xdd\x36\x3d\xbd\xe9\x5d\xf4\xba\xb7\xcd\x5f\x7f\xe8\xf6\x2f\xee\x6f\x7a\x4b\xd7\x63\xe9\x68\x97\x2b\x32\x12\x16\x09\xb2\x58\x50\x62\xb9\x86\x28\xd6\x10\x79\xf1\xd1\xb1\xc3\xba\xbe\x4e\xd1\xbd\xb5\x0b\x50\xdb\xb8\x0b\x49\xf2\x0d\x19\x85\x26\xa5\x12\x8f\x32\x92\x56\x5a\x72\x6b\xd8\xd4\x12\x8e\x06\xf5\xa4\x35\x70\x2f\x72\x6a\x9e\x97\x18\x5e\x80\x20\xe9\x56\x11\x96\xd6\xf4\x61\xf6\xa1\xb1\x07\xa6\x79\x17\x7d\x24\x51\x4f\x49\x2e\x04\x61\x2a\x5b\x18\x81\x5b\x56\x1a\x75\xdb\xd7\xd4\xac\xbd\x53\x7d\x83\x53\x2c\x4d\xe4\x55\x34\x7e\x41\x32\x82\x65\xcd\x98\xed\xee\xb7\x5b\x16\xbf\x57\xd6\xa2\x63\x2e\xa3\x31\xa6\x59\x2e\x48\xe9\xb4\xf0\xd9\x1c\x0b\x2a\x39\xeb\x7d\xd6\x77\x99\x3e\xc8\x57\xf0\x39\x17\x9b\x9d\x98\xde\x5f\x42\x0a\xbe\x8c\xff\xf9\xf1\x2e\xfe\x57\x74\xe6\x2f\xee\xe2\x7f\x2d\xa7\xf5\xa0\xe1\x32\x65\x1f\xa1\x8f\x77\xa7\xe8\x23\x84\x74\x09\x74\x37\xc5\x86\x62\x2f\xee\x4e\xd1\x05\x91\x12\x7e\x29\x3e\x56\x54\x65\x30\xb7\xf7\x94\x61\xb1\x40\x6e\xfa\x26\x73\x1b\x83\xaf\xc4\x2d\x4d\x79\xf1\xd8\xdf\x72\x06\xea\x7f\xb1\x7a\x17\x7c\x42\x13\x9c\x6d\xb7\x88\xdd\xcb\x88\x0f\x5c\xdd\x2c\x5d\x8a\xf0\xed\xea\x5a\x74\x2f\xcf\x21\x8f\xdc\x0d\xb5\x66\xe6\x97\x44\x6a\x22\x49\x38\x4b\xad\xff\x48\xdf\xfe\x8b\x40\xa8\xff\x1b\x87\xcc\xf2\x5c\x6a\x55\xb3\x7b\x79\x8e\x4e\xd0\xd5\xcd\x80\x5d\x89\xd4\x18\x53\x89\x96\x86\x0d\xcd\x51\x89\x18\x57\x88\xce\xe6\x5c\x28\xcc\x94\x56\x04\x40\x0c\xb0\x2b\x62\x38\xc0\x19\x9f\xcd\x72\x85\xf5\x41\xab\x2c\x2a\x33\x26\x95\x5b\xa2\xfa\x29\xb8\x67\x6a\xd6\xd0\xc8\x09\xc5\x5c\xe6\x42\xb7\xaf\x65\x94\x58\x0f\xa7\x69\x45\x95\x75\x4d\x60\x21\x70\x2c\x4d\xbc\xa3\x8a\xcc\xca\xef\xb7\x0c\x2f\xfe\x57\xad\x91\xe1\xcc\xa4\xf3\x10\xd1\x15\xc9\x94\x2a\x92\x28\x7d\x04\x37\xa2\x89\xfb\xcb\x1f\x2f\xaf\x7e\x0e\x25\x88\x77\xdd\x4f\xe7\x7f\xfa\xf7\xe8\x87\x9b\x4f\x95\x1f\x86\x3f\xfd\xa9\xf2\xcb\xff\x6f\x29\x3d\x95\x7b\xaa\xe8\xf9\xc1\x5c\x8e\x40\xa4\x06\xbb\xb2\x9b\x2a\xa2\x33\x3c\x21\x48\xe6\x73\x4d\x01\xf2\x38\xde\x5f\x2d\x52\x5e\x70\x9c\x52\x36\x31\xe9\xd5\x17\x54\x11\x81\xb3\x4f\x78\xfe\xc1\xd9\xc0\x37\x58\x9d\xff\x7b\x1b\x25\xba\xbf\xfb\xa5\xfb\x29\x4c\x95\x7f\x77\x7d\x73\x75\x77\xb5\x74\xd6\x51\x0b\xd5\x63\xa4\x1f\x9f\xc2\x7f\xd1\x09\xd2\xad\x7b\xc9\x77\x46\x14\xd6\x1a\x01\xfa\xda\xa4\x84\xfa\x14\x2e\xca\x32\x38\x35\x73\x41\x67\x14\xae\x14\x63\x05\xfc\xc6\x08\xd7\x5e\x7b\xf0\xe7\xc6\x7c\x60\x92\xbe\xed\xa5\xcc\x52\x2c\x52\xf4\x37\x59\xc6\x43\x00\xe3\xb3\xf9\x81\xa4\xe8\x08\x4d\x95\x9a\xcb\xd3\x93\x93\xa7\xa7\xa7\x63\xfd\xf6\x31\x17\x93\x13\xfd\xc7\x11\x61\xc7\x53\x35\xcb\x0c\xfe\x83\x5e\x85\x53\x74\x2d\xb8\xbe\x42\x40\x41\x27\x82\xe2\x0c\x52\xd1\x47\x86\xff\xf1\x31\xfa\x35\xe1\x82\x1c\x17\x1b\x63\x0d\x53\xf6\x1e\xb1\xc6\xab\x13\xfd\x52\x0d\x33\x29\xef\x27\x4a\x49\x42\x53\x2b\x66\x10\x96\x70\xb0\x5e\x1a\x7f\x87\x6e\xcf\xe5\xd1\x12\xeb\x6c\xf6\xcb\x19\x28\x2b\x38\x25\x08\x3f\x62\x9a\x19\x94\x11\x1e\x13\x9c\x56\x7c\xfa\x46\x6d\xcd\xb5\x8a\x0e\xd1\xcd\x70\xab\xba\x57\xe7\x7a\xc2\x09\xcf\xd0\x28\x1f\x8f\x89\x08\x7d\xdd\x1d\xad\xcd\x50\x89\x04\x49\xf8\x6c\x06\x12\x83\xfe\x2a\x97\x86\xaa\x61\xc5\xec\x68\x8f\x07\x0c\xf6\x5f\xab\x39\x40\x01\x29\x07\x56\xc7\x08\x49\x11\x66\x0b\xd3\xcd\x28\x1f\x47\xbe\x74\xc0\x55\xc1\x29\xa2\x6a\xc0\xba\x59\x86\x04\x99\x71\x45\xc2\x30\x6d\x70\xbc\x45\x0b\x0e\x2c\x52\x90\x79\x86\x13\x07\x02\x90\xf1\x04\x67\x68\x4c\x33\x22\x17\x52\x91\x59\xd8\xc0\xd7\x60\xab\xd1\x6b\x46\x25\x4a\xf9\x13\xcb\x38\xb6\xf3\x28\x7f\xf6\x4d\x7c\x1a\x7b\x0e\x6d\xa3\x27\x04\x17\xf0\x9f\x1f\x29\x4b\x77\xc6\xa1\xee\x6f\x7b\x37\xe1\xbf\x6f\x7f\xb9\xbd\xeb\x7d\x5a\x8f\xfb\x78\xca\x82\xe1\x81\x0e\x7f\x8a\x6e\xcd\x22\x70\xa1\x25\x22\xd1\x30\xa9\x4f\x96\x94\x8a\x1f\x78\xba\x21\xf7\xfd\xd4\xbd\xbc\xef\x46\x1c\xe5\xf6\xec\x87\xde\xf9\x7d\x49\x1f\xb0\xf3\x8b\x64\x78\xa3\xfe\x85\xbf\x9d\xfd\xd0\xbf\x38\x1f\xd6\x28\x8c\xef\x6e\x7a\x67\x57\x3f\xf5\x6e\x0a\xdd\xae\x76\x89\x4a\x83\x29\x33\xab\x3b\xc3\x94\xa6\x3c\x45\xa3\x45\x98\xa7\x5e\x60\xab\x68\xc9\x39\x03\x7f\x6e\x81\xf1\x63\x5a\x3d\x05\xde\xe4\xc0\x66\x8a\x2f\x66\x3c\x25\x1d\xfb\x0e\x40\xc3\x18\xe3\x8a\x91\x98\xeb\x1b\xd6\xbd\x63\x16\x18\x2a\x0c\x48\x8c\x5f\xb8\x53\xd4\x45\x52\xbf\x98\xeb\x43\x2d\xe8\x64\x02\x86\xc3\xd2\x50\x4d\x6b\xf6\x53\x58\x5e\xf8\xce\xec\xff\x5c\x70\x38\xe7\xba\x5b\x6b\x71\xf6\x56\x09\xf3\xa1\x41\xb6\x8d\x5a\x14\x18\x0c\x0e\x35\x43\x73\x9b\xa5\x17\xa1\x71\xbd\xcc\x79\x2c\x12\x2b\x80\x6d\x49\x63\xef\x9c\x0b\xf2\x48\x79\x1e\x7c\x6a\x11\x8f\xa2\x1d\xaf\x6d\xbe\x58\x00\x58\x36\x63\x14\x29\x35\xe3\xc9\xa3\xb6\x05\xcd\xc2\x1e\xa1\x85\xb1\xe0\xb3\x9a\x36\xe2\x63\xd2\xbf\xba\x55\x02\x2b\x32\x59\x9c\x5b\x96\xb1\xf9\xf1\x38\xbf\xfa\xf9\xf2\xe2\xaa\x7b\x3e\xec\x75\x3f\xc6\x27\xde\x3f\xb9\xbd\xbb\xe9\x75\x3f\xc5\x8f\x86\x97\x57\x77\x43\xf7\xc6\x52\x92\x6f\xe8\xa0\x7a\x4f\xc7\x2f\x9e\x22\xcd\x72\x81\x35\x3a\x08\xc9\x80\x3f\x8e\xc8\x98\x0b\xc3\xe7\x67\x2e\xfc\xc1\x8a\x30\x6e\x6d\xad\x2e\x56\x9a\xc5\x29\x58\xc6\xea\x9a\x34\x56\x6f\x25\x08\x9e\xc1\x3d\x81\x19\xea\xb1\xf4\xe8\x6a\x7c\x74\x6b\x7e\x9c\x61\xf1\x40\x84\xff\xf4\x49\x50\xa5\x08\x8b\x54\x3a\xec\x86\xec\x95\xc4\xa2\x83\x63\x74\xa3\xf9\xbe\x7e\xdf\x5f\x6a\x9a\xd8\x53\xa2\x30\xcd\xa4\x1d\x6c\xb4\xae\xa7\xe8\x02\x8b\x49\x61\x87\xfb\x9a\x8f\xc7\xa6\xb1\x6f\xcc\x30\xf4\x1d\x16\xcd\xa2\x86\xf7\x6a\xd2\x70\xf7\x22\xf4\x67\x5f\xf6\xf2\x70\x95\xaa\xee\xe7\xdb\xd1\xd4\xfd\x35\xac\xb8\xd1\xd8\x23\xdd\xd0\x3e\xa9\xa1\x35\x98\xb8\x79\xbc\xfc\x92\xa9\x6f\xbb\x4a\x4e\xf1\x8b\x35\xe4\x64\xb2\xf8\xf4\xce\x8f\xb5\xb6\x59\x43\x4b\xe4\x33\xb5\x06\x83\x70\xdc\x25\x12\x2a\x9a\x01\xf3\x2a\x9e\xcf\x09\x16\xb2\x6e\xb7\x63\x31\xb0\x61\xef\x4d\x4f\x61\x1f\x76\x93\x5d\x3f\x1d\xc4\x19\x18\x1c\xbc\x10\x51\xa2\xc8\x16\x34\x60\xda\xaa\x50\xc0\x35\xc0\x87\x5d\x59\xa8\xae\x4f\x54\x6a\xa5\xd1\xfc\xf8\xde\x62\x88\x6d\x46\x10\x1f\xba\xfd\x8b\x92\x70\x31\x3c\xef\x7d\xe8\xde\x5f\x2c\x37\x13\x46\xdf\x95\xb7\x18\x1d\x21\xfd\x3c\xf6\xbd\xd3\xb1\xb9\x33\x1c\x12\x9a\x51\x69\x09\x03\xa3\x95\x4d\xba\x33\xf6\xea\x94\xcc\x33\xbe\x98\x11\x06\x26\x9e\xe8\x26\xd4\xeb\x39\xc6\xd4\x5e\x2d\xc1\x60\xc1\x8a\x63\xcd\x6e\x70\x8d\x1d\x39\xf8\x35\x92\xfa\x9b\x37\x46\x5f\x2b\xb1\xee\x6b\xe3\x3d\xb3\xff\x73\xab\xb0\xda\xf0\x8c\x75\xcf\xee\xfa\x3f\xf5\x62\xfd\xf0\xec\x87\xfe\x4f\x75\x52\xcd\xf0\x63\xef\xb2\x77\xd3\xbd\x5b\x21\x9c\x94\x9a\xac\x13\x4e\xa4\x1e\x70\xd9\x7b\x4a\xa5\x8f\x2a\xd2\x67\x47\xf0\x0c\x51\x25\xd1\x23\x95\x74\x44\x01\xf1\xce\x7a\x22\xef\xfb\xc0\x59\x21\xcd\x92\xaa\x85\x13\x5f\x4c\xbf\xf1\x3e\x6a\x4e\x6a\xdb\x37\x66\x87\xd0\x3f\x09\x56\x3e\xb3\x39\x6e\xd2\xa7\x08\x74\xdb\x47\x50\xda\x82\xcf\x98\x16\xa4\xd9\x84\x08\x33\x1c\xf0\xbe\x84\x63\x09\x9e\xeb\x51\x85\xc2\x4a\xb1\x6a\x5e\x68\x9d\x10\x46\x04\xc0\x7b\xf9\x4e\x8c\x20\x25\x08\xfb\x4a\xcb\x5c\xf3\x8c\x26\x54\x65\x0b\x94\x80\x0d\x0b\xcc\x99\x33\xcc\xf0\xc4\x0a\x07\xa0\xe6\x94\x48\xe2\x2f\x06\x16\xf0\x6a\x6c\x4d\xfb\x77\x94\x6c\x78\xcc\xee\x2f\xcf\x7b\x1f\xfa\x97\x31\x09\xfc\xd0\xff\x18\x89\xb0\x9f\x7a\xe7\xfd\xfb\xe8\x36\xd7\x92\xec\x72\xb9\xbe\xdc\x6c\xcd\x51\xf4\x2f\x9d\xa2\x73\xf3\xe9\xa9\x5e\xdc\x1a\xcc\x43\xaf\xfc\x96\xd6\xe1\xc6\x85\xf5\xb9\x3f\x7a\x4c\x89\x5a\xbf\x44\x5b\x13\x92\xf5\x41\x46\x36\xa4\xfa\x50\x85\x4a\xdf\x97\x65\xa7\x72\x35\x94\xc3\x3a\x22\x75\x27\xc7\x85\x65\x29\x8c\x61\x00\xa3\x41\x93\x11\xab\xc6\xad\x55\x30\xec\x9f\xc0\x45\x3d\xcb\xa5\x32\xae\x44\x20\x4e\xf4\xf0\x67\xa9\x17\x14\x5c\x8d\xc7\xe8\x96\x90\x01\x73\xd6\x83\x09\x55\xd3\x7c\x74\x9c\xf0\xd9\x49\x01\xb8\x79\x82\xe7\x74\x86\xb5\x24\x4d\xc4\xe2\x64\x94\xf1\xd1\xc9\x0c\x4b\x45\xc4\xc9\xfc\x61\x02\x51\x34\xce\x9d\x7a\xe2\x9b\x9d\xf0\xdf\x5d\xfc\xf1\xdb\xa3\x8b\x3f\x7f\xfb\xae\x6a\x21\x6b\xda\xff\x1e\x4b\xf0\x5c\xe6\x99\x8d\xba\x13\xe1\xda\xb8\x23\x9f\x93\x55\xfb\x7d\x19\x6f\xd7\x76\xfa\xeb\xd9\xf5\x7d\x64\xb1\x8e\xff\xf9\xa9\xf7\xe9\xea\xe6\x97\x88\x53\xde\x5d\xdd\x74\x3f\x46\x0c\xb5\x77\xfd\x43\xef\x53\xef\xa6\x7b\x31\x74\x0f\xb7\xb1\xbd\xfd\xc8\xf8\x13\x8b\x97\x46\x3a\x0e\x58\xe9\xe9\x14\x7d\xe0\x02\xfd\xe8\x77\xf2\x68\x84\x25\x5c\x31\xee\xce\x92\x1d\x34\xe7\x29\x30\x5e\x44\xe6\x53\x32\x23\x02\x67\xd6\x66\x20\x15\x17\x78\x62\x6e\x7a\x99\x08\xac\x92\x29\x92\x73\x9c\x90\x0e\x4a\x80\x1a\x26\x1d\xd8\x14\x50\xb5\xf8\xa4\x6c\xe7\xbb\xc9\x99\xa2\x33\xe2\x54\x70\xfb\xcf\x3b\xb3\x19\x1b\x6c\xce\xd5\xdd\x0f\xb1\xb0\xf7\xe1\xe2\x97\xbb\xde\xf0\xf6\xfc\xc7\xa5\xeb\x69\x3e\x8b\x46\x76\x0b\x01\x48\x67\x3c\xcb\x67\x2c\xfc\x7b\xf3\xb1\xf5\x2f\xef\x7a\x1f\xcb\xa3\xbb\xea\xde\xc5\x94\x71\x13\x07\xc9\xbd\x7b\x7f\x75\x75\xd1\x8b\x5c\xc2\xef\xce\xbb\x77\xbd\xbb\xfe\xa7\x88\x7e\xce\xef\x6f\x0c\x8c\xe7\xb2\x69\xba\x11\xd4\x4c\x54\x4f\x2b\x9c\xe6\xae\x59\x61\x2b\x4e\xd4\xb5\x41\xe9\xe6\x2c\x1f\x05\x40\x4f\x26\x1c\x0c\xac\x3a\x47\xde\xa4\x9a\x98\x91\xd6\xb2\x43\x15\x6f\x13\x6a\x66\xc7\x4b\x37\x7a\x19\x57\xbe\xf3\x43\x30\xd8\xb6\x46\xd9\xc6\x59\xc6\x9f\x4c\x38\xf0\x8c\xea\x5b\xd9\xc2\xfe\xe9\x57\x64\xe1\x21\x3c\xae\xe1\x78\xf1\xb6\x90\x44\x10\xf5\x89\xe7\x4c\x6d\x4e\x72\xdd\xcb\x88\xef\xf4\x2e\x7f\x1a\xfe\xd4\x8d\x29\xb0\x7f\xb1\x9c\xd5\x84\x4d\xd4\x5c\xc5\xdd\xcb\x5f\xfc\x25\x0c\x41\xe3\x1d\xaf\xa1\x1a\xd9\x35\xc9\xa8\x16\x7b\x13\xac\xb5\xd7\x0c\x24\x1a\x44\x28\x98\x1c\x66\x7a\x72\x10\xa4\x3a\x37\xfe\x24\xc3\x9f\xcc\x20\x4f\xdd\x1f\xa5\xf6\x24\xac\x0b\x58\x53\x5d\x4c\x3e\xb4\x63\xb5\x6a\x86\x08\x7b\xa4\x82\x03\x40\x33\x7a\xc4\x82\x6a\x69\xdc\xb4\xac\xe7\x7a\x0a\xff\x5d\xaf\x4d\x30\x8c\x96\x18\xd7\x2d\x17\xea\xdc\x07\x03\x6f\x66\x0d\xa9\x0b\x8a\xad\x86\xc3\xd6\x1b\x3a\xaa\xdf\xd6\x6c\xce\x96\x41\xc3\xf1\x84\xff\x9e\x9d\x53\x9c\x69\x06\xb0\x3b\x79\xb1\x7b\x79\xdb\x8f\xe5\xc7\x58\xcd\x08\xf8\xf2\xc6\xf2\x22\x18\x2a\xcd\xc8\x9d\x32\x71\xfb\x97\x0b\xa3\x5d\x00\x8a\xb7\x39\xb7\x81\x62\x61\xa1\x59\x8c\x34\x31\xc7\x42\x96\xbe\x90\x08\x20\xf8\x8a\x80\x2b\x7d\x67\x41\x38\xd3\x23\xa7\xe9\x80\x91\xcf\x73\xc2\x24\x04\x07\x98\xfb\xac\xf0\xb5\xcb\x63\xd4\x1f\x03\x4b\xd0\xaf\x33\x94\x33\xeb\x00\xd3\x17\xae\x19\x64\x47\x8b\xb2\x05\x3a\x4c\x60\x3e\x62\xc4\x05\x4b\x15\x83\x1f\xb0\x9f\xbd\x13\x0d\x1e\x8d\xb9\x66\x40\x7a\x17\x6d\x7b\xa7\x08\x33\x49\x3b\x48\x2b\x2c\xe5\x3d\x85\xf4\x03\xad\x50\xda\x10\x2e\xcd\x69\xec\x9f\x2f\x7f\x0d\x54\xe2\x84\xc3\xcb\xa0\xfe\x2e\x28\x5d\x05\x0d\xa2\x71\x66\x3c\x26\xc3\xf6\x77\x42\xc2\x05\xb1\x7e\x96\xb5\xaf\x81\x55\x8c\xfd\x0e\xcb\x87\x8a\xef\xa1\xcf\xa4\xc2\x2c\x21\x67\x19\x96\x1b\x06\x21\x39\x1b\x47\x27\x96\x38\x6e\x6e\xee\xaf\xef\xfa\xef\x57\x70\xf9\xf2\xc7\xd5\x30\xa0\x24\xcb\x9d\x7b\x6e\x24\x38\x4e\x91\x66\x9f\x13\x6e\x5c\x81\x56\xf0\x2f\xb0\xec\x4d\x6e\x90\x0f\xa8\x8c\x70\xf4\x8b\x94\x06\x6b\xe7\x08\x5d\x09\xd4\x2e\x04\x4a\xf4\x4a\xa0\xc0\xe4\xe1\xb6\x1a\x3c\x8b\xa6\xc4\x8f\xb5\x6e\xcd\x33\xac\xc6\x5c\xcc\x0c\x97\x8f\x26\x6d\x1a\x5f\xde\x28\x65\x8a\x08\x91\xcf\x15\x75\xc5\x09\xca\x52\xaa\xde\xb2\x0b\x3e\xf9\x44\xa4\xc4\x13\xb2\x8d\x03\xba\x4e\x79\xb8\xfd\x29\xfc\x27\x38\x98\xdb\xc8\xfe\xd1\x08\x5d\xe4\xbb\xa3\xa7\x2b\xf6\xc1\x04\xf2\x5c\xf3\x8c\x26\x1b\x06\xdc\x7d\xe8\xf6\x2f\x86\xfd\x4f\x5a\x89\xef\xde\xf5\x2e\x22\x51\x02\x9e\x75\x3f\xdc\xf5\x6e\x2c\xfa\x7b\xf7\xfd\x45\x6f\x78\x79\x75\xde\xbb\x1d\x9e\x5d\x7d\xba\xbe\xe8\xad\x88\xcc\x69\x6c\xbc\x6a\x5d\x2d\xbf\x7a\x5a\xf9\x05\x76\x58\xf3\xb2\xd0\x5e\x06\x99\x67\x98\x66\xe0\x04\xe7\xc6\x19\x8e\x11\xe3\xa9\xc1\xe0\x92\xce\x3a\xe3\x61\xd9\x51\x5f\x7d\x95\x65\x08\xe7\x8a\xcf\x30\x78\x6d\xb2\xc5\x80\xe1\x91\x66\xad\x38\xcb\x82\xf0\x2e\x91\x33\xa6\x59\xac\x6e\xcc\xd4\x1c\x48\x32\xa2\xd9\xf9\x3c\x48\x18\xb4\x7e\x83\x31\x65\x10\x69\x3b\xc3\xe2\xc1\x15\x50\xf4\x69\x18\xfe\x50\x48\x84\xe5\x80\x19\x6c\x30\x2b\xad\xb4\x58\xe1\xd3\x56\x6f\x35\xae\xce\x0c\x3f\x10\xbd\x2a\xb3\x3c\x99\xa2\xb9\xe0\x13\x41\xa4\xb4\xb6\xe5\x04\x33\x13\x80\x60\x5f\xd7\xd7\xd0\x80\x31\xae\x97\xc2\x99\xb0\x53\x32\x27\x2c\x25\x2c\xa1\x26\x35\x10\x7c\xf7\xde\xb4\x39\x11\x78\x3e\x45\x92\x83\xd3\x1b\x96\x1d\xec\x57\xe6\x23\x77\x93\x59\x34\x34\x78\x1c\x5a\xa0\x45\xae\xf9\xc4\x15\xc8\x89\x66\x95\xe1\x63\x77\x19\x3a\xb7\x8b\xb1\x03\xce\xe6\x19\x51\xa6\xfa\x04\x2c\x39\x6c\x86\x5e\xeb\x68\x3f\xf4\x36\xd5\x6d\x82\xbe\xb0\xdd\x98\xb1\xb4\x23\x3a\xae\xb1\x6c\xdb\x23\x85\x7e\xc0\x2c\xcd\x74\x2b\xce\x87\x11\x9f\x45\x48\x45\xe9\x6a\xaa\x71\xa7\x71\x9b\x5b\x34\xc1\xb9\xdc\xe6\x1a\x2d\xe5\x73\x1a\xab\xe0\x51\x11\x14\x02\xe4\x6d\x93\x39\x61\x75\xe7\x9a\x45\xe2\x8c\xdb\x55\x32\xaf\xe7\xa6\xa2\x1a\x82\xd1\x34\x5c\xb3\x73\x41\x59\x42\xe7\x38\xdb\x48\xf7\x2b\x05\xe3\xdb\x18\xf7\xaf\xe9\x58\x93\xcf\x37\x15\xb7\xad\x22\x62\x06\x49\xce\x76\x98\x7e\x0b\xd7\xb0\x24\xd9\xac\x06\x22\x8b\x68\x12\x2c\x78\x6e\xfc\x71\xb0\x2e\x24\xad\x39\xaa\xc7\x75\xdb\xad\x4f\x06\x8e\x03\xa0\x37\xd8\x6c\x13\xf9\xd3\xb4\x7e\xa5\x56\x6c\xef\x26\x18\x0f\x67\xd7\xf5\x6d\xd6\xed\x40\xf0\xf0\x5f\xcb\x68\xe7\x13\x9e\x6b\x9a\xb1\x35\x31\x70\x31\x47\xab\x24\xd9\x3a\x7b\x2e\x7e\x26\xf0\x9d\xfb\xbc\x90\xf6\xbb\x51\x2c\xa1\x0d\x80\xaa\x76\x12\xc5\x10\x04\x79\xea\x96\xc6\xc7\xb9\x96\x65\x11\x86\x28\x04\xf4\x35\x39\x9e\x1c\x23\x57\xbd\xa4\x83\xba\xd7\xd7\xbd\xcb\xf3\x0e\x22\x2a\xf9\xc6\xc5\x2c\xda\x80\xa5\x01\x53\xdc\x4a\x2b\x0b\x34\xe5\x4f\xc0\x1b\x89\x98\x90\x68\xce\x2e\xba\x09\x42\x95\x27\x54\x2a\x1b\x3e\xab\xf9\x4a\x50\xbb\x87\xce\xca\x62\xb6\xa1\x90\x5c\x4d\xb7\x21\x0d\x2c\x65\x3e\xd3\xba\xec\x90\xe2\xd9\x50\xf0\x6c\x1b\xa6\x70\x0e\x53\x01\x75\xd9\xa7\xf8\x53\x3c\x43\xba\x59\x1b\x0a\xe2\x5d\x8e\x5e\xa4\xd3\x82\x91\xe6\xcb\xfa\xde\x0c\xee\x2d\xe7\x7d\xb0\xf1\x68\xd4\x85\x40\x00\x04\x40\x03\xab\x28\xcc\xc6\x43\x6b\xa9\x1f\xe2\x24\xd1\x2a\xf7\x8e\x27\x15\x14\x84\x72\x2e\x01\xdb\xd1\xb3\x4d\x73\x15\x9d\xbb\x61\xce\x35\x07\x83\x60\xe0\x6a\x2d\x97\x9a\x7e\x47\x8b\x4a\xaf\xae\x64\xd3\xbd\xf4\x26\x15\x73\x09\x4b\x02\x3b\x29\x4d\xc9\x27\x35\x25\x16\x7a\x34\xec\xd2\x25\xc4\xe8\x86\x17\x3c\x17\x75\x8c\x6e\xc0\xce\xc9\x5c\x10\x2d\xe9\x97\x1d\x28\x9e\xa6\x6f\x62\x4a\x3c\xd0\xf5\x81\xae\xdf\x3c\x5d\x9f\x99\x32\x6d\xce\x57\x14\x94\x41\xda\x86\xd0\xeb\x5a\x59\xd6\x12\x7a\xf6\xfb\xfd\xcc\x5c\xec\x75\xd5\xa5\x62\x2a\x72\x77\x30\x65\x95\xba\x7a\x66\x23\xa1\x48\x3c\x5c\xb8\x7f\xcf\xb9\xc2\xf2\x9b\xe3\x01\xd3\xd2\xc3\x03\x59\x18\x3b\xa3\xbe\x9f\x7f\xaf\x85\xd0\x23\x49\x98\x84\x38\xe7\xdf\x1b\xbf\x94\xde\x5b\x67\xa7\x35\x3a\x99\x29\xe7\x17\x17\xbe\x82\xd8\x54\xdb\xa8\x15\x0f\x8a\xc8\xdf\xa2\x5a\x96\x7b\x66\x86\x3f\x21\x0a\x72\x8b\x15\x55\xa0\x2c\xa4\xa6\x5e\x60\x65\xe8\x2b\x6d\x36\x86\x2a\x04\x07\x07\x41\x9a\x6f\xc7\xf1\x64\xb5\x8d\x95\x2c\xc1\x8b\xc9\xb7\x36\xd8\xfb\xc4\x19\x4c\x12\xc1\x2b\x45\xf8\xb0\x44\x66\xa7\x47\xe6\x1c\x38\xc7\x2d\x61\xc7\x4f\xf4\x81\xce\x49\x4a\x31\x84\x7e\xeb\x7f\x9d\xe8\x79\xfd\xee\xec\xe6\xea\x72\x58\xa4\xb0\xfc\xd7\x80\x75\x33\xc9\x7d\x78\x3e\x62\x9c\xf9\x38\xf3\xb9\x20\x4e\x16\xb2\x73\x01\x73\x63\x61\x3f\x1b\xb0\xa6\x11\xa4\x3c\x91\xc7\xf8\x49\x1e\xe3\x19\xfe\x07\x67\xe0\x43\xee\xc2\x9f\x67\x19\xcf\xd3\x9f\xb1\x4a\xa6\x27\xe0\xda\x55\x27\xe4\x91\x30\x65\xfc\x33\x7a\xb9\x52\xc8\x5a\x95\x10\xa6\xfe\x3b\x3d\xe6\x22\x9b\x46\x6a\x15\x2e\x21\x73\x85\xfe\x1f\x41\x46\x9c\xab\x7a\xee\xcc\xc7\x63\x49\xd6\xe2\xc4\x85\x76\x72\x7b\x85\xfe\xfc\xa7\x6f\xbf\xd3\x24\xb4\xc9\x1a\xf7\x6f\xaf\x86\xfa\xfb\xdf\x9d\xdb\xef\xe5\x1a\x9c\xf5\xca\xb8\x47\xac\x8f\xd5\xac\x86\x89\x18\xcf\x19\xb0\x7d\x01\x56\x7b\x2d\x20\x1b\x72\x28\xf6\xb1\x8e\xbb\x9d\x9b\xfc\xfe\xad\xd2\x65\xb6\xb8\xce\x3e\x66\x7c\x04\x06\x91\x3c\xaa\x0c\xb6\x24\xb4\x61\x4b\x43\xf2\x39\x95\xf3\x0c\x2f\x2a\x3d\xac\x5a\xf6\x4b\xcd\x9d\xe6\x38\x21\x05\x30\x81\x8b\x42\x4a\xf8\x6c\x06\x91\x71\xce\x65\x90\xd2\x31\x84\xc8\x29\x7d\xd9\xa1\x11\x51\x4f\x10\x90\xe9\x7e\xf5\x97\xb4\xb3\x44\x6a\x56\x06\xec\x72\xa0\x17\x39\xcd\xc1\x8d\x34\x78\xd7\x41\x83\x77\x29\x79\x24\x19\x9f\xeb\xd3\xac\x7f\x20\x2a\xa9\xdb\xc4\xde\x0c\xd3\xec\x92\x2b\x1f\xe3\xb7\xcd\x7e\x0a\x92\xd0\x39\xd5\xa7\x6b\x48\x74\xbb\xcf\x9a\x0b\x55\x7f\xc0\xee\xa6\xc4\x03\x28\xc1\x18\x10\x4e\x53\x4d\xc4\x50\x26\xcd\x0d\xaf\xb0\x2d\xb3\x60\xea\x51\xf9\x9f\xf5\x05\x16\xad\x55\x42\x8f\x61\x9b\x71\x00\x65\xed\x0e\x78\x8b\xc3\x4e\x4f\x52\xb3\x43\xc2\xd9\x78\x7d\xc7\x45\xc9\xaa\xa5\xf4\x6f\x2b\xf0\x05\xd0\x05\xd6\x54\xd7\x68\xda\x28\x1f\x40\xbd\x16\xed\xc6\x19\xaf\xcc\xad\xfe\x6e\xe9\xd0\x64\x88\x1d\x96\x84\x85\x34\x41\xad\xb6\x41\xf3\xe5\x38\x7d\xb2\x72\xc4\x49\xc6\x65\x9c\x43\xd7\x7a\xd0\x67\xf6\xd3\x65\xe3\xee\x85\x56\x88\x3c\xf3\xe9\x6b\xad\xe8\xae\x5b\xb3\xf0\x25\x90\x08\xc3\x26\x94\x95\x9c\xed\xdb\x1d\x44\xc1\x0b\xa3\xd7\x00\x67\x45\x46\x01\x4b\x51\x21\x25\x0e\x58\x61\xcb\x92\xe8\x89\x64\x60\xfe\x4e\xf8\x6c\x0e\x12\x90\x1d\xae\x6d\x49\x5f\xe0\x0a\x2b\xd2\x41\x3c\x57\xba\x31\x13\xab\xe3\xee\x38\x1b\x08\x54\x48\x85\x46\x26\xb7\x4e\x71\x0f\x5a\x65\x68\xdd\xb0\x42\xca\xd0\x47\xa2\xa0\x15\x00\x05\x0c\x27\x68\xca\x3c\x2f\x3d\x4a\x67\x95\x6d\x5b\xfb\x44\xd9\x99\xac\xb1\xf3\x45\x42\xd5\xfb\x8c\x8f\x96\xee\xfb\x15\x34\x8e\xee\x6f\xfa\xce\x79\x50\xd8\x55\x03\x54\xa3\x48\xd3\xe8\x5d\xdf\xf4\xce\xba\x77\xbd\xf3\x63\xa4\x15\x9a\x8f\x44\xf9\xe9\x42\xdc\xb5\xc7\xc7\x33\x23\xb7\x19\x5a\x4c\x2a\x82\xd3\x06\xea\x26\x42\x44\xd1\xd1\x2b\x18\x47\x9c\xbe\xb5\x9c\xb0\x21\x79\x8a\x32\x93\xca\x06\x09\x87\xe5\x79\x5a\x8b\xfd\xaa\x13\x08\xf6\xd3\xe1\xdb\xb1\x5e\x9b\xf1\xce\xaa\x16\xfb\x55\xe4\x13\x5b\xfa\x9f\x7b\x32\x70\xb4\xd4\x94\x50\x81\x5a\x4d\xcb\x10\xd5\xb0\xfd\x9c\x02\xd7\xf7\x27\x3c\x5f\x1e\x96\x8a\x9f\x22\xa2\x35\x92\x4c\xa0\xd3\x3f\xf7\x39\x70\x6c\x6d\x68\x58\xe1\xf6\x13\x2c\xe4\x7d\xc3\x5b\x3d\xdf\x34\x91\x20\xb2\x52\xaa\xfd\x78\xc0\x4a\x83\xb0\xfe\x2d\x89\xe0\xec\xc0\x2f\x94\xa1\xe8\x4a\xec\xa0\x31\xfd\x6c\x1b\x2d\xfc\xde\xee\xd5\xc0\x10\xd2\xe0\x67\x99\xe2\xea\x99\x5a\x43\x6c\xb8\x86\xef\x97\xda\xfd\xb9\x54\x5a\xea\xd2\x92\xab\x20\x5a\xbf\x20\x29\x82\x6e\xbd\x17\x7e\xa5\xc8\xa0\xb0\xd0\x8b\x82\xd7\xd2\xb7\x0a\x7c\xd3\x14\x2b\x72\xa4\xe8\xca\xc0\x68\x1b\x3b\x03\x51\x36\x58\x05\x69\xc2\xc5\xcd\x33\x22\x13\xcc\x9c\xcb\xb6\x61\xb8\xee\xca\xdb\x82\x55\x69\x09\x16\x43\xd8\x18\xc8\x57\x10\x12\x14\x8d\x43\xce\x61\x3d\x97\x8e\xc3\x5a\xc5\xf6\x61\xd9\x9e\xb0\x37\xd2\x35\x0c\x36\x9f\xa7\xfb\x34\xd8\x0c\x4b\x85\xec\x98\x9a\x34\xc9\x40\xc2\xdf\x01\xe2\xc3\xb2\xca\xb2\xa1\x6a\xd6\xd6\x1e\xa7\x49\x28\x56\x42\x88\x52\xd4\x96\x3d\xcd\x25\xb1\xd9\x63\x33\x22\x26\x4e\x10\x36\x25\xa9\xfc\xd9\xb6\xb5\xa9\xdc\x2d\x11\x32\x13\x70\xde\x57\x9b\x3e\x46\x5d\x56\xc9\xa3\x75\xf6\xda\x68\xbd\xcc\x9d\x84\xb3\x27\xbc\x90\x68\x2e\x4c\xca\x99\xf1\xe8\xbb\xc9\x83\x23\x2d\xfe\xc8\x5b\x8a\x94\x0b\xa9\x40\xa0\x4a\xaf\x36\xa6\x07\x95\x96\xdb\x73\xbb\x96\x3a\x51\xc9\xdb\x5c\x57\x0c\xd9\xab\x9a\xb5\xac\xae\x22\xe4\x17\xf9\xe7\x61\x7e\x82\x05\xf4\x01\x99\xdb\x6a\x5d\xbd\xd8\x53\xdd\x24\x08\x83\x95\xf5\x02\x8f\x48\xb6\xb5\x43\x79\x23\x8b\x17\x74\x6d\xe1\x0b\x15\x47\x29\x31\x1e\x77\x82\x9e\xa6\x44\x94\x59\x9b\xb3\x13\x8b\xbc\xce\xff\xbe\x6c\x9e\x51\x45\xb5\x2d\x26\xea\xf0\x38\x37\x99\x6a\x13\x4a\x67\x78\x85\x04\x68\x96\x75\xb6\x86\xf0\x2a\x29\x9b\xd7\x36\x1b\x48\x00\xaa\xd9\x30\x8e\xad\x51\x35\x57\x4e\x65\xe3\x40\xfe\x96\x68\xf5\xfd\x31\x62\x9c\x11\x44\x65\xf1\xb2\x8a\x43\x8e\x7c\x1a\x9c\x16\x97\x8d\x21\xa3\x5a\x23\xf4\xb9\xad\x16\x45\x82\x82\xd7\xb3\x5d\x0c\x35\x23\x5a\xe9\xc3\x62\x01\x30\x1a\x86\xa7\xc5\xf2\xd1\xca\x71\xee\x5c\x78\xbd\x73\x28\x29\x81\x37\x4c\x71\x04\x22\x59\x69\x70\xc8\x60\x8d\xd8\x97\xec\x47\x36\x15\x6c\xc0\xbc\x95\x00\x08\x91\x4a\x34\xc3\x73\x08\x60\x66\x5c\x15\x5f\x99\xd4\x46\xe5\xb7\xb0\xe3\x84\x5a\x69\xb0\xae\x1b\x56\x60\x95\x99\xc4\x5d\x65\xc5\xba\xc6\x10\x12\x0e\xfe\x66\x42\x1f\x09\x73\x34\xdd\x71\x67\x42\x0f\xca\x75\x9a\x2d\x8e\xb0\x94\x74\xa2\xaf\xa1\xc0\x08\xbc\x9c\x23\xd9\xfa\xa0\x7b\x60\xdb\x6b\xbf\x64\x7a\xe3\xf3\x8a\xb5\xcf\x24\x22\x47\x08\x72\xce\xf9\x1a\x52\xa9\xc5\xc6\x31\xd1\xd6\x58\xa2\xdf\x33\xae\x7e\x1f\xa0\x07\x39\x43\x80\x29\x1f\x6b\xcd\x39\x9d\x0a\x2c\x2a\x1c\x5a\x4b\x38\x08\x07\x59\xac\x2b\x57\x7e\x5b\x10\xaf\xc2\xb9\xfc\xac\x92\x5d\xaf\x1a\x69\xd6\x84\x2b\x6d\xea\x2d\xec\xcc\xfa\xf1\x12\x85\xd1\x91\x21\x03\x41\x5c\x46\xf3\x8c\x0b\x52\xaa\xf9\x60\xf8\xb9\x0f\xc5\x9c\xcd\x55\x6d\x3a\x53\x55\x34\xaa\x31\x1e\x1a\xf8\xfb\xe2\xa4\x47\x46\x43\x79\x3c\x60\xb7\x84\x34\x63\xa2\xfb\xbd\xf8\x15\x1a\x82\xb1\x5a\x9c\x83\x65\x94\xb6\x8b\xb8\xcc\x59\x8c\x58\xb1\x84\x6a\x56\x00\x0d\xd5\xeb\xf8\x9b\xc4\x52\x36\xc9\xb8\xde\xe0\x1f\x16\xf7\x6d\x42\xd2\x39\x1e\xb0\x0f\x5c\xd8\x2b\x58\x5a\x2c\xbf\x11\x4e\x1e\x8e\x08\x4b\x11\xce\xd5\xd4\x20\xda\x58\x1b\xfd\xc2\x52\x83\x96\x34\x80\x6c\x7c\xba\x0a\x95\x09\x16\xa9\x43\x95\x7c\xe4\x6e\x14\x03\x16\x34\x02\x68\x81\x00\xa6\x0c\x25\x65\x9a\xd4\x36\x02\xe8\xf5\x4d\x6b\x51\x57\x2c\xa5\x52\x2a\x65\xf9\x39\x8b\x8a\xbf\x00\xce\x21\x23\xd2\x8a\xec\xa5\xd5\xe9\x3b\xcb\x9d\xd3\x95\x64\x58\x3e\xdb\xbf\xd9\xb1\x11\xd2\xc6\xbc\x63\x67\xa0\x25\x9d\x6f\x1d\xaf\x8d\x90\x79\xc6\xb9\x80\x40\x97\xba\x36\xbf\x4e\xa6\x34\x2b\xfc\x00\xdf\x74\xfc\x30\x75\x93\x19\x79\x24\x99\xc1\x85\x4b\x04\x04\x01\x18\x0b\xdc\xb7\xe8\xff\x98\x02\x22\xe8\xbb\x01\xfb\x08\x6c\x38\xcb\x16\x80\x5a\xe1\x5b\xc6\xaa\xd4\xcc\x43\xed\x00\x94\x0d\xb7\x41\xf1\x40\xcc\x5e\x4f\xf1\x23\x19\x30\xd7\xcc\xff\x41\x0f\xe8\x0f\xe8\xbb\x26\xab\x90\xf3\xe5\x3f\xb3\xcd\xe0\x43\xe0\x29\x0f\x6e\x39\xcb\x28\x2d\xbf\x71\x26\x85\xc8\xa0\x57\x93\xbd\xe2\xc1\xa7\x28\x7b\xe4\x49\x25\x60\x24\x3c\xb5\x58\x10\xa6\x86\x8c\xa7\x64\x48\x6a\xdc\x83\x4b\x98\x84\x16\x02\x2e\x79\x4a\x56\x3a\xf7\x3c\x33\xfd\x19\xcc\x20\x32\x1f\xf9\xed\x80\x20\x7a\x1f\x31\xed\x35\xf9\x98\xd2\xea\x47\xee\x11\x5e\x36\x19\xf7\xa6\x8e\xc9\x2b\x2b\x9f\x75\xe0\x42\xb0\x03\xa8\x77\x8e\x65\x58\xb9\x38\xe3\xf2\x71\x2c\x1b\xd5\xf5\xcb\x7a\xe6\xf6\xb2\x0a\xb0\x6b\x00\x5f\x54\xd0\x09\xd5\xf2\x7b\x7b\xe7\x27\x70\xc2\x4d\x3c\x03\x06\xc8\xa3\x95\x6b\xa0\x58\x0a\x97\xcc\x74\xe4\xe9\xaf\x70\xe8\x8d\x78\x5e\x16\xe0\xed\x02\x50\x19\x46\x40\x5b\x59\x7d\xa1\xf9\xf0\xc4\x44\xd9\x91\x29\x35\x71\xed\xdd\xb3\x0b\xa4\x4f\x07\x9f\x99\xe4\x4f\x58\xb4\x5c\x4d\xb9\xa0\xff\x68\x0c\x86\x6a\x96\xd1\x0b\xaf\x65\x11\x3b\x66\xc6\x19\x4b\xeb\x40\xac\x46\xa4\x50\x91\x56\x52\xa7\x33\xa1\x51\x0e\x38\x27\x9a\xcd\x8e\xf3\xcc\x80\x23\x26\x5c\xa4\xa6\xc2\x99\x8c\x22\xd5\xf4\x7b\x5e\xbc\xc7\xca\x37\x48\x2d\x1c\x84\x85\x5f\x4c\xa6\x98\x4d\x96\x0b\xa0\x7f\xc9\x49\xbe\xa3\x60\x3f\x0b\xa9\xfe\x42\x51\x14\x65\x35\x00\x4f\x64\x11\xf8\x69\xd6\x46\xf3\xe6\x62\x7d\xff\xae\x67\x2a\x83\xb8\x50\x67\xa5\xf3\x69\x96\x46\x25\x37\xc5\x37\xd6\xb2\xe8\xdc\x18\x78\xb9\x1d\x98\x74\x5e\x22\x36\xa2\x2a\x23\xd5\xb0\x1f\x4b\x7e\x8f\x3e\x27\xba\xcc\x22\x9e\xc9\x4e\xe2\x70\xfa\x4a\xd2\xc7\x33\x9a\x4c\x36\x60\x72\x55\xa1\x7a\xd9\x7a\x07\x06\x14\xcf\xd6\x6a\x02\x96\x15\x47\x7a\xee\x4f\x82\x42\x16\xf6\xa2\x78\xd9\xd7\x99\x71\xd7\x45\xc8\x63\xb4\x94\x62\xc4\x5a\x88\x91\x70\x4b\xb8\x68\x69\xc2\x6d\x36\x40\xd8\x86\xe2\xae\xab\x3e\xf0\xa6\x13\x61\x58\xd2\xbe\x1e\x89\x6a\x0a\xd6\xca\xc3\xe0\xd1\x36\x5f\xc7\x80\xe8\x45\x9b\x67\x3e\x19\x6b\x51\x48\x70\x91\xad\x4d\x22\xb7\xb1\xa9\x72\x6d\xba\x30\x7d\x0f\xc1\x67\xbc\xb5\xab\x24\x70\x01\x14\x21\xf9\x26\x17\xcb\xa5\x5d\xbe\x90\x21\x13\xbc\xf0\x71\x36\x58\xe0\x84\x6f\x4a\xfb\x7b\x56\x7e\x56\xc0\x1c\x3a\x8e\xd4\x72\x28\x4b\x5d\x8f\x2d\x1d\x89\x60\x21\x5b\xc6\x5e\x2f\x6c\x04\x65\xec\x82\x33\x61\x5c\x3c\x88\x42\x70\x85\x3c\x94\xc0\x10\x8c\x0f\x21\xd4\x3f\x1b\x2d\x8f\x4a\x63\x85\x71\x70\x86\xb3\xb9\x5a\x58\xf4\x6b\xe0\xcd\x16\x17\x57\x4d\x31\xb3\x99\xbd\x75\xee\xbe\x32\x9f\x4e\x23\x87\x5f\x5d\x67\xd0\x91\x55\x6d\x6b\x9b\x74\x0b\x1d\x66\x8a\x94\x12\x14\x9a\xbc\xfb\xa6\x90\xc8\x10\x67\x8d\xf6\x94\x11\xe7\x19\xc1\xac\x49\xed\xac\x7d\x5c\xb1\xbe\xd2\x30\x29\xc1\x82\x7c\x28\x91\x13\xad\x73\xe3\x2c\x2b\xcd\x0b\x43\x2d\x50\xe5\xc1\xc4\x47\x45\xc5\x93\x15\xce\xc7\x4e\x78\xf2\x47\x24\x5b\x2b\xda\xcd\x7c\xb0\x94\x8a\xe0\x95\xa2\x56\x65\xab\xf4\xce\x30\x94\xaa\x36\x19\x76\xd5\xc0\xc2\x14\xda\xa5\x22\x44\x9c\x86\xba\xd9\x10\x25\x49\x72\x41\xd5\x62\x68\x0d\x4f\xed\x99\xd6\xad\xfd\xf2\xcc\x7e\xd8\x46\xab\x3b\x45\xae\x3f\x67\xe8\x02\xf1\x46\x50\x83\x94\x6a\xa7\xd0\x66\xbb\xb5\xa6\x56\x9b\x24\xb7\x6c\x61\x5d\x96\x5e\xbb\xa1\xea\x2e\x36\x1d\x9e\x45\x60\x1c\xf2\xb1\xcb\x7f\x6b\xbf\xb0\x65\x68\xca\x35\x2c\x76\x0e\x66\x67\x2e\x28\x17\x16\x01\xb2\x4d\x90\xd2\x0c\x7f\x1e\xce\xb1\xc0\x59\x46\x32\x2a\x67\x9b\xdb\x17\xff\xf8\xfd\xd2\xd1\x9e\x19\xa4\x52\x69\x71\x7f\x3f\xd3\x59\x3e\x0b\x6a\x4c\x03\x3c\x4a\x00\x72\x60\x4d\xf6\x36\x57\xcf\x0d\xb0\xb8\x68\x98\xa2\x22\x80\xad\xd0\x3a\xb1\x07\x30\xb2\xea\x32\x4e\xa6\x50\xfb\x73\x8c\xa9\x60\x44\xca\x63\x74\xc9\x15\x39\x45\x9f\xf0\xfc\x0e\x14\x3e\x53\x3a\x60\x62\x2c\xb4\x58\x22\x2d\x39\xe5\x8c\xaa\xce\x80\x59\xd4\x23\xb7\x2a\x27\x09\x67\x06\xf9\x22\x81\x85\xf5\x4d\x80\xc9\xd1\x41\x40\x28\x83\x26\xae\xa9\x64\xbd\xa4\xef\x38\x34\x0e\x4a\x3f\xcc\xe0\x92\x97\x05\xc2\xb5\xd3\x09\xbc\x88\x15\x91\x22\xa0\x54\xc0\xc7\x29\x27\x32\x50\xf6\x91\x97\xd9\x33\x3a\x26\x9a\x42\x06\x8c\x8f\x63\xc3\x84\x01\xbb\x70\xd8\x17\xba\xd3\x44\x70\x29\x6d\xb4\x9b\x69\x67\x79\xcc\xf2\x9d\x45\x22\xd8\x45\x14\xc3\xcb\xa5\x03\x54\xeb\xbe\x07\x95\x02\xeb\xc5\xfe\x11\xf1\xa8\x0b\x8d\x37\xed\xb6\xf1\xbe\x8e\x0d\x21\x41\xb0\xb4\xd6\x58\x08\x8b\x2d\x85\xcc\xad\x21\x99\xfb\x31\x9b\xc0\xfa\x23\x8f\x73\x12\x50\x90\x85\xee\x33\x35\x9a\x35\x5d\x0b\x41\xa0\xde\xa2\xc1\x8e\xeb\x97\x88\x06\x60\xfe\x04\xc1\xe9\x22\x58\x11\x6f\x6f\x34\x3d\x83\x64\x22\xe9\x4c\xf3\x4e\x80\x55\x65\xfc\x88\xcf\xdd\x61\x8d\xde\x02\x90\x1a\x3a\xd6\x84\x18\x58\x2b\xf5\x17\xec\x08\x0a\x89\xe9\xe3\x55\xe3\xaa\x75\x8d\x80\x6b\x17\xa0\xeb\xa6\xc4\x12\xee\xe0\x5d\xf7\xfd\xd5\xcd\x5d\xef\x7c\xf0\xae\x08\xce\x71\x91\x9c\x8e\x91\x78\x0c\x0d\xce\x06\xcc\xfb\xd3\x7d\x8e\x31\xec\x25\xc2\x69\x5a\x20\x3c\xd8\x68\x62\xe3\x0e\x6c\x7b\x2a\x56\x7a\xd2\xab\xcd\x7c\xa0\x9f\x49\x7a\xd3\x80\x57\xbd\x93\xd8\xa7\x56\x3e\xa3\x5a\x12\xd7\x5c\x72\x8d\xdb\xd7\x4f\xe5\x5e\x7f\xd7\x9e\x82\xcd\x49\x28\xe5\xfc\x41\xc2\x9f\x42\x18\x25\x44\x28\x4c\x19\x1a\x03\x0d\x68\xce\x0c\xd9\x64\x04\xac\x1d\xdf\xa3\x19\x65\x90\xaf\xb1\x6c\x69\xef\xe3\x79\xac\x53\xe5\xa4\x7f\x79\x1f\x17\x65\xfb\xe1\xea\x3e\x86\xd8\xef\xfe\xb2\xbc\x34\x49\xdc\xc2\x32\xb3\x72\x30\xc5\x22\xf6\xd3\xa6\x3e\xfa\x95\xa9\x9b\xe8\x47\xa2\x7e\x32\x25\x53\x77\x11\xcc\x61\xc1\xc6\x41\xc5\x26\x43\x57\x35\xb7\x3d\x19\xfc\x54\x53\x67\x37\x8e\xd8\x71\x70\xe6\xd0\x83\x2f\xb4\x1b\xa4\x62\x1c\x1b\x30\x79\xa8\xcc\x09\x96\x6d\xe7\x16\xd1\x37\x26\x67\x7a\xb9\x06\xf0\xb6\xaf\x7b\x54\x34\xc7\xc7\xe6\xe3\x56\x6e\xfa\x9b\xd0\x39\xaf\xdb\x2a\x96\x12\x75\xaf\xfb\x35\x6b\x7d\x51\xd6\x42\xbe\x2c\xe4\x9b\xcc\x2b\x44\xbb\x06\xbd\x09\xa2\x2c\xf7\x02\xef\xc6\xce\x74\x3b\xa8\x1b\x63\x37\xba\x8e\x8d\x51\xcf\x2a\x0b\x6d\x21\xfa\x44\x91\xc8\x36\x42\x62\x37\x69\x90\xc5\x32\xac\x99\x07\x19\x0e\xc8\x46\xb3\x84\xb9\x7f\x55\x57\x69\x27\xcc\x05\x34\xe5\x7c\x9c\xe5\x6b\x67\xf9\x91\xc5\x6c\xda\x24\x48\xfe\x64\x28\xda\xe7\xcf\x40\x46\x90\xc3\x6e\x74\x2e\x4e\x1b\xce\x1e\x4e\x37\xa4\xb6\xf5\x72\x2a\x8b\xf1\x39\xf3\xaf\xc5\x1f\xc6\x73\x6c\x2b\x43\x80\x30\xe8\xb0\x25\xea\x30\xf8\x8e\x07\x2c\xb0\x79\x4a\x23\xbe\xe9\x33\xe2\x70\x4c\x00\x1c\x57\xb3\x53\x1b\x6b\xe4\x6f\xe6\x68\x07\xca\x51\xf3\x6a\x1a\x23\x91\x54\xfa\xb1\xa7\x53\x4e\xb1\x8b\xa7\x74\x1a\x8f\x75\x67\x84\xc0\x29\xd0\x5e\x00\xc1\x60\x3b\x26\x8f\xc4\xba\x40\x70\x80\x6c\x17\xc4\xb3\x6b\xe5\x88\x7d\xa5\x7c\xc4\x2a\xcd\x2c\x7a\x0a\xf6\x51\x2a\x85\x9d\x5d\x62\x6a\x5b\x5e\x7e\xc0\x77\x90\xb0\x29\x4b\x75\x49\xd6\x38\x56\xf0\x65\x1b\x33\x01\x50\x42\x68\xce\x86\x4e\x9b\xb2\x2b\x3f\xcf\x49\xb2\x49\x56\xd9\x35\x16\x78\x46\x14\x11\xcb\x2c\xda\x31\xee\x34\x58\x6b\xdd\x0e\xda\x7e\xcd\x2e\x1a\x6c\x12\x36\x69\x88\x7a\xbd\x58\x95\x25\xe6\x67\xb1\x56\x42\xac\x9e\xc6\x4f\x16\x8c\x65\xcd\x59\xd8\x7e\x8a\x69\x58\x83\x7d\x90\x14\xb8\xed\x9c\x5e\x26\x3b\xea\xae\x92\x67\x14\x59\x9c\xf7\x24\x2d\x6a\xf5\x28\x9b\xf2\xa1\x56\xf1\xd2\x9d\xf0\x6e\x17\xa8\xe1\x22\x81\x4b\x87\x2a\x0a\x01\x01\x2a\x01\x79\xdf\xa4\x06\xd5\xe7\x34\x81\xd0\x52\xe7\x64\x0b\xc2\xd9\x6c\xc6\xbb\x5e\x3c\xa9\xf0\xcc\x43\x05\x95\x71\xa8\x4a\xcb\xb5\x82\xc7\xed\x2a\x47\xe5\x20\xd1\xec\x5a\xa2\x59\xc3\x0c\x64\xa8\x93\x88\x52\xea\x99\xc5\x87\xb6\x79\x0e\xf1\x04\x21\x84\xca\x5e\x91\x16\x64\x16\xae\x7e\xca\xfc\xbf\x62\x0e\xee\x88\x3a\x24\xd5\xba\xd8\xd0\xe3\x00\x8d\x1f\xac\x9c\x59\x28\x0d\x58\xd3\x2c\x8c\xd6\x78\xd2\x4c\x25\xac\xfe\xa5\x29\x5e\x05\x31\xda\x0b\x9e\xa3\x27\x2a\xb5\x2e\x3c\x60\xe0\x6a\xf2\x15\xb3\x14\xb7\x55\xae\x3a\xf0\x16\x64\x73\xc8\x7c\x34\xa3\x0a\xe1\x60\x86\xf7\xc0\x19\x6e\x5c\x1c\xbf\x39\xcf\xfa\x03\x98\x71\x6d\xba\x40\x5d\xd6\xde\x8a\x43\xb3\x81\xf1\xa7\x68\x64\xdb\x8c\x80\xc0\x2d\xfe\xbc\x39\x01\x81\xc6\x13\x6a\x98\xb5\x67\xee\x90\x14\x80\xea\xad\x0d\x16\x47\x04\xc0\x5e\xa8\x54\xa5\xbb\xc5\xa2\x87\xac\x48\x08\x28\x36\xa2\x55\x46\x40\xf1\xfa\x2e\x52\x02\x9a\x80\xdd\x96\x85\x88\xba\x4f\xea\x05\xad\x5b\x5f\xf7\x96\xbb\xd8\x8b\x50\x52\xba\x6e\x94\x94\xf6\x2d\xd1\x39\xa8\xfb\xbd\x71\x84\xc2\x3a\xea\x60\x11\x66\x16\x52\x51\x10\x35\x1a\xa7\xb6\x91\x32\xe7\x67\x5c\x41\x68\x50\x02\x68\xef\x95\x70\xd5\x01\xab\x97\x40\x96\xf3\xc4\x6d\xa3\x7c\x76\x9a\x10\x1d\x9c\x3f\x37\x0b\x6b\xd1\xfa\xd9\x87\xfd\x1b\x65\xd9\xe2\xb6\x97\x45\xcc\xc2\x55\xd1\xa0\x80\x80\xe0\xb1\x49\xdc\x74\xcd\xa9\x6c\x19\x83\xb3\xf2\x5c\xd8\x4b\x77\x87\xaa\x5d\x85\x3b\xb7\x0e\x59\xf2\x32\xb2\xe5\xc6\xce\xe7\xee\xd4\xf8\x92\xc7\x69\x13\x3c\x5a\xc0\x19\xd9\x19\x3a\x4a\x39\xc9\x42\x37\xde\x01\x2f\x95\x1d\x3a\x36\x35\x2f\x3d\x66\x57\x69\x4b\xa2\x09\x5b\x9c\xff\x67\x98\xf4\xba\x18\xc2\x01\xb6\xa6\xb0\x38\x8a\x34\xb4\x1b\x00\x78\xb0\x2b\xf6\x1f\xf3\x61\x2f\xda\xe5\x2c\x25\x82\x11\xac\xa6\x2f\x17\xa6\x73\xb6\xad\x71\xfa\xc5\x42\x76\xce\x76\x02\x20\x5f\x0a\x83\x59\x33\x02\x66\x8d\x70\x92\x02\x4e\xb8\xa2\x38\xd6\x15\xee\x28\x32\xe9\xd6\xa1\xd2\xad\x22\x79\xea\x95\xb9\xe7\x89\x69\xaa\xb1\xfa\x54\xa2\x99\xf4\x61\x0f\x41\x98\x57\x2c\xc9\x17\x11\x3c\x24\xf0\xd3\x30\x40\xd7\x1a\x1a\xf4\xc2\x35\x76\xf3\x06\x3f\x19\x3c\xb9\x73\xac\xf0\x99\xf9\x7a\xd9\xb0\x23\x60\x11\x48\x40\xf4\xf0\x30\x73\xe3\x0e\xb6\xdc\xcb\x57\x6e\x37\xd1\x33\x5f\xd3\x63\x72\x8c\xde\x67\x7c\x24\x3b\xc8\x54\x38\xec\x18\xc1\x1e\x9e\x1b\x88\xd1\x6f\xf6\x3f\x44\xea\xb7\x19\x21\xb5\xcc\x90\xe2\x6d\xfb\x50\x81\x28\x42\xcf\x34\x12\xc8\x0a\x79\x74\xf3\x8a\xe0\xce\x16\x11\x3a\xfd\xed\x2f\xf6\x87\x86\x02\xa4\x2b\xea\x7e\x87\x76\x11\xb6\x28\x9b\x17\xb1\x48\x33\x9b\x96\x6b\x4c\x1d\x25\x3d\x76\x99\xc9\x65\xc0\x7e\xe0\x4f\xe4\x91\x88\x0e\xc2\x0a\xcd\xb8\x56\x43\x02\x3f\x3b\xa4\x0e\x46\x68\x49\xc6\x9f\x8a\xd1\x25\x9e\x91\xb4\x07\xc2\x6c\x90\x20\x61\x0d\x3f\xd6\x65\x53\x87\x3e\x01\x40\x0a\x66\x1b\x9c\xff\x75\xc0\x4c\x39\x71\x13\xc3\x01\x5c\x87\xba\x89\xc1\x95\xf8\x7b\xef\x50\xfa\xfd\x31\xba\xd3\x94\x4e\x65\x3c\xde\x20\x19\xb5\x69\x6c\x03\x36\x11\x3c\x9f\x7b\x5d\x9c\x8f\xc0\x08\x60\x1c\x4b\x35\x0e\x25\x18\x8c\xf3\x26\x25\x38\xd5\x32\xfd\x72\xc2\x89\x4c\x47\x7b\x66\x11\x8d\x93\x58\x42\x02\xd2\xdc\xc1\xc7\x8f\xd8\x08\x41\xe3\x07\x0a\xf2\x58\x9a\xe1\xec\x9e\xcd\x49\x75\x4e\x24\x68\x97\xde\x7a\x17\x85\x34\xc7\x61\xf3\xb5\xe3\x5c\x66\x5b\xf1\xf6\x4f\x67\x23\xac\x8f\xc8\x2f\x3a\xb7\xb1\x23\xae\x40\x9e\x29\xa6\xfd\x5c\x56\x17\x47\x48\xed\xe3\x73\x4a\x6b\x77\x9d\x8b\x39\x07\x9e\x9e\x2d\x5c\x06\x81\x4d\x7c\x9d\xf3\x79\x6e\xe2\x63\x68\x18\x2e\x51\x4b\xd9\x54\xaa\x4f\x58\x25\x53\xad\xc0\x14\x09\xa0\x3b\x8a\x1b\x2a\xb8\xf2\xf3\x5a\x62\x6a\x66\x70\x16\xf6\xde\x60\x9a\x6c\x61\x99\x33\x08\x32\x2e\xdc\x10\xfe\x95\x65\x68\xa6\xfb\x8b\xea\x29\x04\xf6\x15\xf7\x89\x7d\x02\x95\x31\x57\x50\xd1\xaa\xf1\xb7\xa3\xad\x18\xcc\x77\xe7\x11\x49\x5b\x64\x33\x9d\xdb\xfc\xc5\xe2\x45\x64\x25\xa4\x5a\x96\x93\x0b\xba\x91\x16\x6b\xed\xc3\x50\x3d\xa1\xb0\xdc\xcc\xf0\x5c\x8b\x23\x8a\xeb\x5b\x52\x4c\x48\x07\x3d\x69\x5e\xa0\x72\xa1\xef\x91\x5c\x50\x77\xf6\xc1\xdc\xd2\x86\x3a\xc0\xd2\x71\x12\x82\xb5\x26\x38\xc0\xb1\x36\x8e\x43\x9c\xa8\x1c\xfb\x00\x27\xa0\x89\x8c\xb2\x07\xdd\x99\xc1\x91\x73\x0e\x3a\x41\xa0\x94\xbc\x4b\x2d\x8b\xf6\x74\x25\x61\x6f\xb1\xcb\xcd\x55\x59\x56\x9d\x34\xca\x26\x41\xae\x78\xbd\xb5\xa9\x0d\x14\x5c\xed\x97\xed\xe0\xec\x6a\x3f\x75\xb2\xcf\x26\xdf\x2e\xc9\x23\x6c\xfc\x7c\x95\x00\x1b\x05\x73\xda\x80\x3a\x2b\x3d\x85\x59\xfc\xd6\x12\x00\x60\x1c\xa6\xe6\x0f\xb6\xd2\xd4\x7f\xf9\xbf\x0c\x0c\xaf\x59\x9a\xff\x42\x5c\x0c\x98\xf9\xbd\xe3\x61\xfb\xf4\x0b\x05\x1e\x06\x9e\x91\x02\x31\x40\xc4\xb9\xc5\x90\xdd\x62\x73\x43\x0d\xf6\x89\x47\x2d\xd3\x63\x08\x0a\x2c\x55\x2a\xde\xcc\x30\xc3\x13\x40\x5a\xe9\x40\x84\x0d\x88\xab\x85\xed\xc2\x90\xb4\x81\x52\x07\x6e\xa5\x99\xa5\x4d\x2b\x28\x2a\x42\x40\x9f\x46\x94\xb5\x40\x0f\x85\x9b\xb6\x9e\xfa\x5d\x39\xa2\xcd\x24\xf6\xbb\xee\xed\x8f\xc3\x9b\xde\xed\xd5\xfd\xcd\x59\x24\xb6\x9f\x5d\xdc\xdf\xde\xf5\x6e\x6a\x9f\x99\x92\xa2\xfd\xab\xcb\xe1\x5f\xee\x7b\xf7\x0d\x8f\x5c\x03\x17\xdd\xf7\xbd\x8b\xf0\x95\xbf\xdc\x77\x2f\xfa\x77\xbf\x0c\xaf\x3e\x0c\x6f\x7b\x37\x3f\xf5\xcf\x7a\xc3\xdb\xeb\xde\x59\xff\x43\xff\xac\xab\xbf\x0c\xdf\xbd\xbe\xb8\xff\xd8\xbf\x1c\xba\xf0\xc5\xf0\xd1\xcf\x57\x37\x3f\x7e\xb8\xb8\xfa\x79\x18\x74\x79\x75\xf9\xa1\xbf\xbc\x42\x7a\xfd\x7c\x1b\x6b\x40\x04\x57\x55\xa0\x60\x06\x82\xd0\x68\x61\x89\x97\xfe\x03\xcc\x9c\xd7\x86\xe2\x8e\x3a\xee\x2f\x53\x56\xe5\x48\x33\x39\x67\x41\x2f\xf8\xc3\x80\x79\x17\x87\xbf\x36\x15\x9e\x48\x57\x0b\x39\x1a\xed\x29\xea\xc2\x69\x00\x95\x20\xea\x14\x32\x85\xfc\x48\x9d\x53\x0c\x28\x2d\xa3\x33\xaa\x6c\x09\xfd\xf2\x96\xc6\x0d\xda\x39\xc1\x10\xac\x85\x3f\x5d\x46\xef\xae\x2e\x7f\x4c\x0b\xa7\xc8\xf1\x60\xdd\xac\x1e\x17\x80\x6d\x2c\x18\x9e\x55\x2a\x3e\x1b\xbc\x09\x8b\x44\x61\xcb\x96\x47\x2d\x46\x24\x14\xb7\x3c\x25\xe8\xc7\x3f\x17\x83\x02\x6b\xa7\xb5\x1e\xe6\x15\x38\x6e\xfb\x40\xe4\x66\x55\x57\x11\x60\xd4\x93\x3b\xc8\xd6\x0c\x05\x27\xd3\x56\x6d\x01\xd3\x74\xce\x82\xdc\xd6\xc8\x4e\x6d\xcb\x95\xa1\x23\x54\xa2\xe2\x53\x74\x4b\x32\x92\xa8\xa2\xe4\x34\xec\xe2\x3c\xcb\x27\xb4\x52\xb4\x69\x44\xa6\xf8\x91\x72\x87\xd7\x67\x60\x0d\x61\x1d\xad\xf0\x84\x8e\x50\xe3\x51\x38\x45\xdd\x34\x95\x31\x0b\x8b\x28\xc7\x31\xc5\xa3\x78\xd8\x61\x3a\x2a\x4b\x3d\x63\xac\x35\x1c\xd4\xdc\x7a\x5b\x21\xa4\xc8\x87\xa1\x23\xb1\xe1\x46\xd7\xf0\x1d\x96\x0f\x35\x35\xda\x6a\x6f\x36\x4b\x3f\x5b\xf6\xd8\x5c\x18\xae\xb6\x53\xbf\xd6\x43\x38\x00\x9b\xf5\xd9\x08\x4f\xb3\xa2\x4b\x37\xe3\xac\x84\x21\xdc\xba\xbf\x08\x83\xf8\xf9\x2d\xb6\xf5\x72\x10\x1c\x95\xa1\xa7\xcb\x35\xe6\x71\x0d\x9f\x5e\xf9\x2f\x97\x0a\x4b\xc3\x60\xdd\xd6\xb5\xe3\x56\x12\xf1\xac\x2d\xb7\xbd\x88\x04\xe8\x6c\x34\x01\x73\x3a\xa6\xcc\x62\x76\x12\x6f\xef\x75\x15\x5f\xf4\x19\xf3\x38\xd2\x78\xc4\x1f\x23\x95\x6b\x66\xca\xd3\xd7\x9e\xdd\xc0\x50\xb4\xcd\xa1\xf5\xa7\xc7\x7e\xd8\x72\xaf\xdd\x79\xb9\xd3\x5f\x2d\x33\x85\xdc\x84\xfa\xa2\x9b\xa8\x16\xe3\x52\x17\xc7\x86\xae\x4c\x36\x8b\x3e\xfb\x9d\xc2\x55\xcd\x45\xe0\xc1\x6f\xb0\xe1\xb4\x35\x36\x95\x17\xac\x16\x8a\x35\x34\x91\xaf\xef\xe1\x0e\x5a\xdf\x18\x36\xc7\x95\xaa\x8e\xd7\x67\x0d\xaa\x8b\xfc\x09\x61\xc9\x17\x53\xdd\xcc\xd4\x93\x0b\x46\xda\x41\xd8\x24\x11\x15\x12\x88\xcc\x93\xa9\x01\xf4\xd4\xec\xbc\x33\x60\x4f\xc1\x86\x44\x61\x76\xdd\xb0\x25\x80\x7b\xf8\xac\x19\x14\x7d\x8c\x82\x17\x41\xcc\xa2\x10\x49\x17\x10\x82\x31\xb8\x17\x18\xb3\x2b\x08\x3c\xd8\xaf\x2d\x48\x7d\x03\x40\xf1\x9a\xfa\x71\x75\xb0\xe2\x7e\x6e\x01\x9a\xf7\xae\xa0\xc4\x97\x0c\x21\x00\x14\xaf\x1b\xc1\x0e\xf0\xc4\x5f\x07\x44\xdc\xe4\xce\xcd\x46\x36\x93\x55\x4f\xd7\xad\xf6\x1f\xdc\x8c\xfe\x60\xac\xf1\x79\x43\xea\x73\xd0\x9a\x87\x01\x42\x47\x50\xed\xd4\xe6\x59\x5a\x47\xa7\x44\x47\x28\xa3\x0f\x04\x7d\x05\x71\x4c\xdd\xeb\xfe\x57\x1d\xf4\x55\x98\xcb\xf1\xd5\x46\x07\xd0\x8e\xdb\x62\x8a\x83\x06\x12\x05\xf4\xc6\xc7\x0e\xf6\xaa\x74\x12\xed\x9e\xd9\x83\x88\x9a\xce\xa1\xfe\x32\xfa\x86\x32\x45\x04\x60\x64\x9b\xb8\x4f\x1f\x4e\x68\x1d\x23\x46\x2e\xa4\xb2\x66\xed\xd2\x01\x1b\x2d\xca\xae\x8f\x8e\xf7\x7d\xb4\x3e\xa5\x5b\xe3\x3e\xeb\xf6\xaa\xc9\x7f\x3b\x0e\x73\x5b\x7e\x1f\xac\x48\x27\xec\xfa\xda\x86\x05\x17\x93\x0d\xe7\xe5\x10\x1f\x5a\x37\xab\xc8\x8a\xe4\x16\xb3\x76\x53\x56\xc9\x3f\x6f\x8d\xdc\x5a\x04\x55\x76\xeb\x56\xc4\xc6\xd3\x36\x08\xbe\x07\x2a\x7b\x5e\x2a\xdb\x45\x3c\x71\x3c\xb8\xf5\x2f\xd0\x33\x23\xc7\x05\xcd\x38\x33\xa4\x56\x26\x3c\x83\x8f\xc0\xc1\x57\x57\xd5\x58\xd3\x13\x1a\xac\xc9\x6a\x57\xe8\xad\x71\xa7\x1b\x67\x64\x75\xac\xe5\xa1\x76\x95\x45\x2a\xe5\xd4\xe4\x0e\x29\x3a\x23\x1d\x04\x95\x79\x8b\x10\x00\x7b\x5e\x81\xdc\xe0\x8e\xb3\xe5\xf3\x4c\x27\x22\x99\xd2\xc7\xf5\x12\xa4\xd6\x95\xc6\x9b\x68\x64\x8b\xf8\x8b\xcb\xee\xa7\xde\xf9\xb0\x77\x79\xd7\xbf\xfb\x65\x58\x0d\xc5\x88\x1f\xdf\x9c\xfd\xd0\xff\xa9\x77\x1e\xbe\x70\xfb\xcb\xed\x5d\xef\xd3\xf0\x63\xef\xb2\x77\xd3\xbd\xeb\x9d\x2f\x35\xa5\x2e\xeb\xac\xae\x04\x85\x0d\xdd\xae\x51\xdf\x3c\x88\x9c\xb1\x43\x02\x40\x81\x16\xf7\x1f\xa9\xa4\x36\x49\xd7\x8a\xa8\xf7\x7d\x67\x1a\xad\xe9\xfd\x34\xc8\x9f\xe9\x18\x64\xb5\xa2\x13\x6a\xdd\x49\xa1\xf8\x6a\xa3\x2e\x58\x6a\x02\x35\x51\x50\x63\xf9\xb8\xa6\x13\xbb\x60\xa7\xa8\x6b\xa9\xa3\xae\x7d\xc6\x91\x16\x9e\x89\x30\xa3\x37\x21\x19\x7e\xe8\xe8\x08\x95\xd7\xf8\x14\x19\x40\xe8\xa0\x26\x86\x6f\x10\x44\x3e\x2c\x08\xfb\x4a\x21\xf2\x79\x9e\xd1\x84\xaa\x20\xf1\x86\x0b\xeb\x74\x30\x4e\x35\x88\xfe\x5a\x41\x5c\x3b\x8b\xd1\xd8\xb9\xce\x1f\xfa\x97\xab\xda\xbe\x3f\x51\x8a\xdb\xe4\xc5\x95\x28\xa3\x3b\x50\xec\x1b\x5c\xa9\x15\x40\xd4\x0d\x46\xf7\x1c\xe6\x81\x6a\x04\xbc\x4d\x9e\xb1\x81\x1e\xd8\x55\x32\x78\x32\x37\xe2\x66\x05\xb2\x97\x47\x8f\x44\xe7\x7a\x79\xf8\x48\x3b\x4a\x7d\xe5\x20\x90\x08\x7d\x7f\x67\x85\x88\x87\x6b\xba\xf1\x2b\x80\x9e\xec\xc1\xc0\x1c\x22\x41\x66\x5c\x69\x05\xcc\xf8\xc9\x3b\x5a\xa8\xa2\x38\xa3\xff\x00\x04\x18\x41\x8e\x83\xb8\x02\x48\xb0\x49\xc3\x80\x6a\x9b\x9d\x5d\x5f\x88\x35\x9a\xfa\x1e\x14\x25\x2e\x6a\xe9\x55\xca\x11\x3b\x03\xc0\x65\x63\xe9\x94\x57\xad\x78\x1b\xaf\xfa\x33\xae\xf6\x9a\x45\x60\xa3\x3e\x57\x17\x80\x85\x6a\xfc\x58\x36\x54\x7f\xad\xce\xb3\x51\x54\x7c\x81\x1a\xb0\xd5\x44\xf8\x12\xe9\xbf\x6e\xfd\xd7\xd2\x60\xf6\xa7\x08\xec\xca\x75\xdb\x5f\xa4\x83\x9a\x81\xb6\x28\xfe\xea\x7d\x3d\x50\x9f\x65\xbd\x6b\xd9\x85\xaa\x45\x0e\x1f\x7d\xa8\xfc\xfd\x5c\xaf\x65\x63\xf9\xb0\x75\x77\x77\x58\x3e\x34\x74\xb5\xea\x06\x3f\x8b\x1c\x4a\xa5\x65\xb3\x41\x74\x16\x4a\x0c\xb4\xe8\x95\xf7\x62\xef\x91\x30\xb5\x13\xa1\x12\x9a\xa8\xc9\x64\x6c\x67\x1a\x36\xe0\xed\xfd\xf3\x82\x23\xf9\x22\x62\x41\xf8\x86\x12\x18\x98\x33\x51\x4f\x84\x30\xe7\xce\x6f\xf2\x9c\xea\xa9\xb5\xdb\x1e\x78\xb5\xba\x2e\x2b\xa2\x7c\xed\x6a\x17\x45\x5c\x8a\x08\x3d\x9e\x40\xfe\xc0\x5a\x5a\x68\x24\x9d\x19\xd5\x33\xac\xef\x6b\x34\x8a\xf2\x9e\x9b\x3e\xa7\x58\x96\xbb\x5c\xb9\xe5\x1b\x24\xf2\x47\xcd\x7c\x24\x90\xe7\xb2\x93\xc2\x8a\x6b\xe4\x33\xc2\x40\xee\x45\x06\xd1\xa0\x4b\x4d\x0f\xa6\x80\x4c\x2e\xb2\xe2\x3a\xc6\x2d\x04\x2b\x33\x18\x7d\xd3\x93\xb9\x20\x50\xd2\xec\x14\x5d\x67\x44\x5f\x97\xb9\xbe\x32\xf3\x2c\x1b\xfa\xea\xee\xcb\xae\xf4\xb5\x80\x7a\x9e\x7d\x5e\x81\xc0\xb8\x64\x62\x0e\xf4\x67\xf9\xcc\x82\x35\xd8\x7d\x16\x6a\xb0\xbe\x60\xf7\x03\xeb\x4f\x2c\xfa\x83\xee\xb6\x30\x21\x80\xa0\xff\xe3\x50\x47\x91\xf4\x1f\xfa\xaa\x16\x44\x4e\x79\xb6\x74\x0a\x6b\x43\x29\xad\x33\x07\xb7\x94\xcf\x38\x09\x1b\x9d\x35\x6c\x0a\x11\x6d\x71\x19\x9d\x9b\x26\x6a\xaf\xc0\x65\x53\xf4\xc0\xbe\xde\x65\x6f\x21\xe8\x6c\xb8\x93\x1d\x1a\x38\xa2\x0a\xfb\x48\x08\x07\x53\xd8\x9b\x0b\x09\x74\x61\x1c\x66\xfe\xf3\xa0\x34\x9d\x8f\x6e\xa6\x4a\x22\xa9\x44\x9e\x00\x58\xe2\x94\x88\xb5\x00\x1a\x7d\x0c\x7c\xd1\x84\x1e\x70\x3d\x6b\xb3\x98\xbe\x20\xa7\xd8\x58\x0e\x19\x01\xd9\xd8\x2d\x36\x53\xae\x95\xa1\x9b\x19\xe8\xb6\x7e\x8b\xb8\x2a\xdd\xb3\xb9\x2f\x22\x6a\x89\x26\x70\x80\x46\x59\x1f\x1a\xc5\x02\x3c\x7b\xda\x03\x20\x23\x25\x20\x73\xb1\xf0\x50\x94\x2f\x79\x6b\x55\x5c\x95\x70\x11\xed\x4e\xab\xec\x8a\xe8\x0b\x7d\xee\xcf\xb7\x74\x71\xe8\xc9\x2c\x86\x90\xaf\xb6\x4d\x98\x43\x34\x7f\x63\x9e\x85\x36\x49\x8a\x4c\xfa\xa5\x01\x6e\xb4\x6b\xe7\x4d\xd3\xa6\x5e\xe3\x80\xdd\xe8\x51\x98\x2f\x0a\x57\x77\x51\x0b\x8d\x14\x55\x1b\xc6\x08\xdb\xaf\x60\xd1\x9b\x22\x8d\xe4\x30\x28\x05\xd9\x34\xb1\x1d\x94\x1c\x79\x6f\xde\x41\xe3\x0c\x4f\x1c\x68\x01\x94\x19\x1d\x17\x7a\x92\x16\xf6\x4c\xdd\x4e\x93\x40\x6b\x2e\x0f\xaa\x6c\x52\xac\x17\x95\x73\xe2\xe0\x23\xe1\x33\xcf\xbf\xea\x98\xab\xd3\xc4\x98\xb3\x80\xc8\x01\x0b\xfa\x58\x82\x36\x66\xb4\xa1\x0d\xc5\x7e\xd8\x67\x9a\x7a\xcf\x02\xfc\x93\xd5\xd7\x75\xb4\xd3\x9b\xe1\x39\xd8\xcf\xcc\x19\xe4\x63\x7f\xff\xdc\xd9\xd0\xe7\x63\x18\xf1\xff\xfc\xf7\x5f\x8f\xe9\x52\xdb\x68\x70\x28\x0b\x1f\x61\xe1\x08\x0a\xe2\xf0\x82\x6a\x95\x18\x2e\x0a\x54\x62\x81\xa5\x23\x15\xe0\xe7\x6c\x13\xaf\x34\xc5\xf2\xf9\x9c\xd2\xb5\x05\x07\x8c\x1d\x29\xe4\xea\xab\xdc\xd3\x66\x90\x26\xfb\x47\x93\x50\x2e\x89\x30\x24\xe8\x81\x16\x6a\x0a\x00\x41\x74\xd2\x0a\x2b\x3b\x99\x61\xba\x56\x94\xab\x7e\xbf\x1e\xbb\x28\x32\xb3\xe1\x09\x11\xc3\x34\x8f\xc2\x26\x57\xb5\x7d\xad\x3f\x3a\xcf\xd5\x62\x75\xfb\x32\xc3\xc9\xc3\x3a\x78\x51\xfa\xfd\x86\x66\x57\x8b\x32\x81\x73\x3b\x16\x67\x1a\xd0\x98\x48\x09\x8d\xc9\x46\x5b\x45\x7a\x26\xb0\x46\x06\x15\x9c\x02\x71\xd4\xf2\x4e\x83\x19\x09\x23\x87\x9a\x9e\x8e\xd9\x78\x14\xde\xf4\x78\xc0\x3e\x18\x18\x6b\x10\x95\xcd\x00\x12\xa8\xa1\x44\x3e\xcf\xb9\x24\x51\xbe\x42\x0d\xb2\xae\xcd\x28\xb2\xc3\xa8\x97\xa2\x4a\x15\xb4\xb6\x12\xa2\x5e\x1d\x57\xab\xba\xe1\xd5\x29\xd7\x53\xe0\x56\xf7\x74\x42\xe7\x54\xd3\xce\xb0\xf6\xa4\x3d\x5f\x6d\xd3\x22\x9a\x01\x10\x16\x54\xb6\xe8\x20\x3f\xbd\x12\x41\x64\xe4\x91\x08\x3c\xd1\x32\x16\xa6\x59\x88\x9f\x1c\x1b\x47\x1a\xd8\xc9\xaa\x03\x54\x24\x0b\x01\x5b\x40\x69\x79\x04\x71\x4a\x45\x1d\x2d\xc6\x41\xe9\x5b\xe7\x4f\xd4\xb9\x64\xd7\x90\x9b\xba\x21\x8e\xf4\x82\x28\x44\x3e\x2b\xc2\x8c\x33\xfb\xce\x65\x9e\x54\x03\x6f\x51\x7d\x90\x7e\xf3\xa5\xfe\xec\x15\x6f\xbb\x2e\xa3\xd0\xa5\xd6\xa4\xd2\xde\x30\xb6\x1e\xdb\x14\xb3\xd4\xe6\x4f\x15\x55\xdd\xcd\xec\x8c\xe5\xc2\x47\xc9\xda\x2c\xa0\x00\x80\xd3\xb4\x69\x90\x42\xe1\x22\x73\x92\xbc\x96\x25\xc1\xb1\xc8\x85\x16\xa9\x72\xa6\x68\xa6\x89\xc3\x8e\x41\xeb\x79\x39\xf3\x10\x38\x10\xd3\xd9\x84\xb2\x42\xa5\xa4\x6c\x32\xb4\x2b\xe9\x52\x81\xda\x5d\x0c\x31\x4d\x7d\x32\x4d\x99\x1f\xdf\xbb\x86\x96\x5b\x26\x0d\x59\xeb\xe9\xfb\x24\x24\x10\x05\x19\x77\x93\xb1\xd0\x25\x2e\x77\x69\x48\xd3\xa8\x48\x20\x4c\x74\x1d\xb5\x1a\x64\xb3\x6a\x5e\x6f\x71\x85\x48\x24\x21\x75\xca\xa4\x3e\x40\x8c\xaa\x6a\xc8\x9c\x92\x8d\x19\x53\x7d\xe6\x45\x34\x5b\x4e\xc1\x67\x7e\x96\x92\xaf\xb0\xeb\xce\x06\xe2\xe2\x2c\x1b\xe1\xe4\xc1\x8b\xc7\x5e\x49\xe4\xc2\xc1\xd1\x6a\xb1\x11\xea\x6d\x18\xe2\xd2\x03\x4d\x40\xba\x31\x89\xcd\x86\x98\x0c\xb2\x83\x1d\x76\xd1\xb9\x2d\xad\xc8\x4c\xb1\x3f\x50\x27\xcd\xe8\x4d\x54\x6f\x4a\xe6\x19\x5f\xcc\x1a\xee\xb3\x72\x62\xcb\x36\x3e\xea\xa6\xbc\x9a\x9d\x5e\x65\x25\xa6\xb7\xf6\x65\x56\x89\xc4\xdf\x01\xce\xc8\x1a\x5c\xf2\x63\xc6\x47\x60\x97\xb2\x7a\xa1\x8b\x2e\x0f\x82\x9c\xcb\xe7\x79\xdd\x98\xf7\xf2\x89\xa4\x72\x9e\xe1\xc5\xb2\x1e\x4c\xb4\xf5\xf3\xee\x9b\xc9\x68\x5d\x6d\xb6\x69\x1f\xa7\x58\xfb\xf9\xb3\x94\xb0\x74\x92\x80\xad\x65\x09\xfc\xcb\x9a\x3f\x88\xb3\x7f\x98\x3c\x97\xe3\xb9\xe0\x5a\x52\xe0\x03\xa6\xf0\xc4\xed\xae\x95\x2e\xf9\x13\x23\x42\x4e\xe9\x3c\x2a\xc4\xb3\x75\x64\xa4\x25\x69\xfb\x3f\x26\x0e\x70\x0d\xe6\xc9\xe7\x47\x26\x65\x5d\x13\x88\x9c\xe3\xa4\xb0\x57\x25\x19\x96\x92\x8e\x17\x41\xa6\xb9\x0f\x32\x83\xcc\x05\x5f\x84\x22\x2e\xe6\x52\xeb\xfa\x8b\x32\x9b\x77\x93\xf6\xb9\x7d\x5a\xcd\x7d\x7c\x0a\x69\x1a\x02\xfb\x40\x09\xd6\x0a\xb8\x40\xcb\x2a\xb1\xdb\x66\xdb\xd8\x91\xd9\x9c\x93\xdd\x0d\xcc\x65\x8c\x6f\x96\x3f\xba\x14\xac\xa2\xd9\xcc\x51\x08\xbb\x76\xd8\x56\xd1\xf2\xe9\xeb\xe1\x34\x60\x8e\xa9\xfd\xc2\xe7\x97\x44\xd9\xc8\x38\xc2\x68\x30\x6b\xa4\x95\x3f\x67\x74\xd4\xe7\xcb\xa7\xc7\x43\xca\x72\xd1\x41\x07\xc9\xad\x80\x63\xda\x93\xf6\x39\xc9\xc8\x4e\xa2\x26\x37\xa0\xf3\xb2\x77\x3b\xa0\xf0\xa5\x44\x54\x00\xf1\xae\x36\x93\xac\x4f\xe3\xe5\x51\x15\xd4\xbd\xb3\x41\x6d\x10\x61\xda\x80\x8c\x51\x3f\xf2\x9f\xcd\x40\x6d\x90\x69\x1d\x81\x69\xce\x99\xc2\xd6\xb7\x55\x0d\xeb\x20\xb6\x4c\x0b\xf6\xc4\x14\xdd\xb8\x7d\x74\x18\x26\x5e\xd8\x75\xd2\xd7\xfe\x1e\x83\x57\x0e\xc9\x6c\x18\xdd\x47\xd2\x26\x1e\x61\xe5\x11\xdd\x88\x9b\x36\x5d\x89\xed\x48\xc5\xfa\x12\x15\x47\x13\xa2\x4c\x3d\x52\x5f\x74\xf5\x0d\x92\xc9\xce\x62\xcc\x77\xba\x15\xf5\x4c\x60\xbd\x53\x7d\x4b\x94\x74\x37\x5e\x05\xd5\xcc\xee\xd4\x91\x4b\x97\x2d\x92\x4f\xf7\x77\x8b\xf6\xe3\x24\xdf\x58\xab\xca\xf3\x5d\xb0\xab\xe9\x65\x27\xf4\x01\x68\x2b\x18\x02\xec\x73\x0b\xd0\x0a\x87\x37\xf0\x19\x56\x54\xf9\x15\xde\x58\x3b\xbc\x56\x7e\xd8\xca\x72\x3e\xc7\xf6\xda\x68\xca\xd6\x9b\xfb\x9c\xa4\xb6\xee\x58\x76\xa1\xa3\x3c\xb3\x51\xc4\x52\xe3\x4a\xed\xfa\x10\x14\x81\x50\x93\xff\xb5\x70\x2c\xda\x2d\xdb\xe5\x21\xab\xc3\xe7\xde\x3e\x1f\x24\xe3\xc6\x3b\x30\x9c\x0b\x32\xa6\x9f\x37\x12\xc5\xaf\xe1\x53\xab\x5e\xea\x65\x2e\x21\x7e\x83\xb5\x03\x10\xc2\x0b\x6d\xdf\xad\xf4\x93\xa0\x4a\x11\x36\x60\x00\x6f\x2c\xff\x78\x7a\x72\x32\xca\x93\x07\xa2\x4e\x1e\xc8\x02\x71\x11\xfd\xb4\x29\x9a\xc8\xee\xd1\xc9\xcd\xbe\x4e\x95\x9a\xcb\xd3\x93\x93\x09\x55\xd3\x7c\x74\x9c\xf0\x99\x89\x37\xe2\x62\x62\xfe\x38\xa1\x52\xe6\x44\x9e\x7c\xff\xdd\x77\xc5\x16\x8f\x70\xf2\x30\x31\xf9\x99\x55\x2b\x4e\xb4\xe5\xb7\xd5\x0a\x3e\xeb\x23\xbe\x0a\xce\x86\xe4\xb3\x26\xd2\xba\x1a\xd1\x6d\xa1\x2f\x24\xea\xfe\x7c\x8b\xe4\x82\x29\xfc\xf9\x14\x7d\x32\x05\xbd\xd1\x0f\x3c\x17\x12\x9d\xe3\xc5\x11\x1f\x1f\xcd\x38\x53\x53\xf4\x09\xfe\x6b\x7f\x7a\x22\xe4\x01\xfd\x42\xb0\xb0\xfb\x6b\x04\x16\x0f\x1a\x0d\x5e\x08\x91\x33\x69\x2b\x85\x7f\xf7\x1f\xae\x54\xf8\x29\xfa\xf6\xe4\xbb\xff\x40\xbf\x87\xff\xff\xff\xa3\xdf\x37\x68\x6a\xeb\xe5\xfe\x16\x65\xdc\x6b\x5b\x83\x95\xda\xa0\x68\xd2\x99\xe0\xc5\x4e\xd5\xb6\xfc\x40\x93\x07\x3e\x1e\x0f\x15\x9d\x11\x13\x1c\x3a\xc4\xa2\x82\xe9\xb4\x21\x90\x0a\xb5\x25\x5e\x4c\x95\xcc\x02\x62\xd5\x76\x6a\x52\x3f\xdc\x71\x93\x79\x51\xe2\x02\x7c\x2a\x51\xd9\x10\x2a\xe1\x2b\x92\xea\x53\xb1\x8e\xff\xc4\x59\x67\xaa\x85\xe8\x8a\x54\xa9\xb0\x6c\x91\xf7\x83\x86\x4e\x7d\xbe\xaa\x84\x7a\x35\xda\xe0\x8b\x71\x21\xc3\xd4\x5e\xcb\x7d\x2c\x2b\x9d\xaf\xf6\x1c\xdf\x72\xb1\x95\xbc\xfc\x40\x2a\x21\x2c\x2d\xe1\x84\x5d\xb1\x8c\xb0\x80\x16\x64\x1d\x70\xe1\x01\x8d\x8c\x5e\x6b\x8b\x0e\xac\xb6\x42\x51\x61\x7c\x6d\xed\x0e\xbd\x9e\xfa\xb9\xff\x64\xd5\x30\xc1\xf1\xe6\xde\x2e\xe0\xd4\x61\xb4\xfa\x8a\xd3\x2c\xb1\x66\xc4\x35\xa8\x07\xab\x36\xf4\xd6\xec\x19\x91\xa6\x71\xf0\x02\x43\xf4\x1d\x73\x92\x89\x4d\x4a\xa9\xdd\x4f\xc8\x05\xdf\x05\x4c\x44\x05\xf2\x6f\x0b\x3e\x67\x4c\x65\x05\x8b\x70\xb0\x9b\x20\xb2\x05\xe5\x79\xb0\xe6\x1e\x1b\x22\x6b\x18\xd0\xdd\x0e\x12\x18\x1c\xa9\x6a\x8a\x99\x51\xa2\xc6\x38\xa1\x6c\xd2\x09\x40\x15\x20\x57\x26\xe4\x59\x75\x2b\x79\x87\xe5\xc3\x6e\x9d\x83\x5b\x17\x21\xa0\x69\x01\x84\x6d\x28\xd2\xfa\x0e\x69\x25\xa3\x5c\x61\xf9\xb0\xb3\x22\xed\x7a\x29\xda\x94\x67\x77\xb1\xf7\x24\x14\xda\x00\x61\x50\x2b\x57\x01\x0a\x95\x0b\x9f\x34\x05\x50\x69\x46\xd2\x32\x16\x47\x79\xfc\xab\x08\xc1\xa8\xc5\x81\x17\x0a\xa0\x1a\x66\x5a\xf1\x4b\x8d\x79\x96\x2d\xcc\x51\xd2\x37\x17\x96\x0f\xd2\x57\xc2\x40\x72\x86\xb3\xac\x83\x04\xc9\xa5\xbe\x7a\x3b\x48\x92\x6c\x7c\xe4\x50\x13\x53\x94\xf1\x09\x4d\x70\x86\x46\x19\x4f\x1e\xe4\x80\xe9\xab\x84\x4d\xcc\x0d\x38\x17\x3c\x21\x52\x06\x77\x6f\x11\x97\x6f\x83\x58\xa1\x0c\x86\x22\x62\x46\x19\x95\x8a\x26\xa5\xca\xd6\xc7\x03\x66\xca\xba\x68\x6d\x28\xe1\xa6\x78\x07\x0c\x57\xcb\x02\xc4\xe0\x38\xe4\xcc\x62\xd2\x02\x43\xb7\xe9\xd9\x2e\xaa\xa2\x89\x7a\x77\x90\x6d\xee\xb6\x67\xa8\xe2\xd3\xb0\x82\x9e\xcf\xec\x67\x70\x86\x96\x51\xcc\x4d\x4c\xce\x9e\x1a\x3c\x99\x7b\x10\x33\x47\x14\x45\xcc\x48\x74\xb7\xf9\x50\x8a\x3d\x4b\x7e\x85\x21\x37\xa4\xbc\xae\xa2\xe9\x33\x53\x2a\xdb\xc2\x20\x97\xfd\x62\xae\x04\xb6\x85\xba\xd7\x97\xc4\xa3\x26\x12\xb7\x3c\x7a\xed\xf5\x55\xd2\xf1\xf5\xab\xb1\xb4\x21\x23\x47\x1e\x63\x4f\xf3\x43\x83\x83\x08\x9d\x94\x8a\x21\x57\x29\x6a\x9f\x6a\x56\xfb\x4b\x7a\x5d\xb6\xb8\x52\x90\x58\xb3\x7e\xb5\x5b\xe9\x46\x3c\x92\x68\x6c\x31\xd9\x42\xa2\x69\xf3\xa0\x5a\xda\x2b\x44\x5d\x46\x87\xa1\x38\x78\xfa\x48\x8b\x6a\x44\xb6\xb7\xa5\xf6\x0c\x3d\xa3\x56\xc6\x8c\x90\x28\x36\x36\xd0\x95\xa6\x52\xc9\x8c\xa2\xa6\x50\x97\xad\xf3\xaf\xa5\xda\x3c\x49\x08\x49\x6b\x83\x0b\xf4\x88\xf6\x0e\x6f\xe3\x1a\xab\xa9\x49\xb2\x99\x71\x65\x8a\x61\x18\xbc\x0d\x67\x68\x31\x00\x0d\xa3\x8c\x8f\xe0\x42\x02\x28\x0e\x97\x6e\x11\x84\x4b\x9b\x79\x93\x14\x7d\x1d\xdc\x2f\x3e\x01\xec\x9b\x7a\x60\x88\x68\x45\xf6\x00\x86\xa3\x6c\xe1\x69\x04\xe3\x88\xd1\xde\x8f\xd1\x75\x29\x6b\x31\x58\x99\x31\xd6\xd7\xc6\xd2\x0c\xd8\x57\x82\xee\x28\x4d\xe2\xf9\x76\x68\x4d\xe8\x8e\xa8\xcf\x1d\x40\x77\x94\xe6\xd9\x10\x93\xc5\x27\xcf\x9a\x4b\xa2\x27\x75\xc1\xdb\x07\xf8\x9a\xec\x79\x23\xe2\x45\x24\xe8\x0e\xe4\xa2\x8e\x10\xf7\x0b\x96\xa4\x54\x13\xe1\x75\x61\x49\x4a\x83\xd9\x67\x58\x92\xd2\x50\xf7\x17\x96\xa4\x66\xa0\x2d\x60\x49\x8c\x97\x79\xa8\x89\xba\x1d\x53\x80\x78\xc5\x51\x3e\xbe\x85\x7b\x77\xe9\x18\x6d\xe1\x5d\x73\x8d\x39\x51\xd2\xa2\x74\xc1\x68\x6d\x6c\x7b\x53\x5c\x0e\x96\x5b\xd1\x9e\x77\x03\x51\x69\xb4\xf8\x79\x86\x59\x7c\x75\x40\x61\x43\x41\x12\x4d\x7e\x86\x51\x15\x15\xdf\x3b\xd6\xba\xa4\x47\x61\x0c\xaa\x09\x9e\xdb\x5c\xa1\x26\xf0\xdc\xfd\xc9\x8a\x58\x0f\xf1\x05\x80\x39\x22\x56\xdf\x2a\xad\xfe\x53\x09\x7f\x72\xca\x9f\xac\xe4\x08\xe4\x67\x6b\x55\xaf\xa9\xcc\x84\x98\x31\x25\x9a\x6e\x89\x19\x13\x4d\xe4\x80\x19\x53\xbf\xc1\x7b\x8b\x19\x53\xda\xf3\x76\x98\x31\x75\x5b\xbe\x01\x66\x4c\xd4\xcc\x17\x83\x19\x53\x5a\xd1\x2f\x06\x33\xa6\x34\xaf\x03\x66\xcc\x17\x82\x19\xb3\x9a\x8f\xd4\xa2\xa2\xd4\x1f\xde\xf5\x50\x51\x6a\x45\xf8\x66\x16\xb1\x6d\x42\x2f\x08\x0c\x2f\x8c\x8a\x12\x4d\xe0\x10\x00\xb4\x7e\x00\x50\x2d\xf1\xd9\xbe\xa1\x0e\xb8\x8d\x0a\x2a\x5f\x64\x2d\x71\x51\xa2\xfd\x69\x6d\x5d\xdb\x05\x25\x3e\x6f\xc8\x19\x18\xf9\xdb\x6a\xdc\xdd\x68\x15\xa5\x45\x53\xd2\x92\x91\x43\x07\x30\xc2\x79\xe8\xe0\x3c\x50\xee\x06\xa1\x6b\xa5\xe5\xf5\x6e\x01\x43\x8b\xbb\xb4\xff\xd6\x94\xad\xdb\x82\x5e\x5d\x76\xcf\x9a\xf6\x77\x37\x08\xb0\xc3\xd7\xdb\x9e\xa0\x92\xe5\x6e\x9a\x5d\x75\x91\xf9\xdc\xe7\xa8\xb0\xa6\x4f\x5c\x2a\x0a\x6b\x1a\xd9\xb8\x94\xaf\xa5\xd5\x7f\xfb\xe5\x84\x4a\x25\x1a\x83\x37\x2a\x23\xdc\xc6\xd3\x37\xcf\x37\xc9\xb2\x9c\x6c\xf6\xd9\x8c\xcc\xb8\x58\x15\x39\x52\xfb\xa5\x54\x5c\xe0\xc9\x2a\x45\xbc\x5e\xad\x9a\x4f\xc9\x4c\x0b\x41\xc3\x75\x1b\x69\xbb\xdf\x3e\xab\xcd\x26\x57\xd4\x54\x57\x0d\xfc\x78\xfa\xdd\xd4\x56\x4c\x6d\xbb\xdd\xdb\x6e\xb3\x2b\xcd\xba\x9e\xa1\xd8\xa1\x1a\x2d\xb7\x5c\xd9\x97\x22\x6f\x2d\xd0\x77\x6d\x3c\x80\x0f\xc7\xd8\xd0\xe3\xdf\x80\x3b\x53\xed\x10\x1c\x82\x92\x88\xa3\x50\x46\x8d\x9c\x70\xd5\x11\x44\xeb\xee\x74\x9b\x2d\x96\x3d\x17\x8d\x81\x69\x6d\x4c\x47\xa6\xdc\xb9\x56\x9c\x42\xe4\xfb\x32\x7d\x8f\x16\x35\x99\x2e\xed\x6c\x93\x94\xa9\x3f\xfd\xfb\x3a\x9e\x7a\x10\xf2\xed\xba\x8d\x69\x46\x10\x4e\x12\x22\x8d\x35\xcb\x06\x2e\x9a\x4a\x92\xb9\xc8\xb6\xd9\x55\x7d\x38\xf4\xbc\x35\xcb\xf4\x60\x4e\x69\x41\x3c\xe6\x02\x9e\x0a\x9e\x4f\xa6\xce\x9a\xa1\xa9\x50\x4f\xad\x6e\x2f\x7f\x32\x61\x26\xdb\xec\xe5\xfb\x9c\x66\x9b\xd9\x8a\x8a\xc8\x2e\x3d\xcc\x8f\xfd\x3b\x24\xa7\x9e\xfe\x47\xd0\x6c\xed\xc6\x56\x07\xdd\xbe\x4f\xfb\xad\xb7\x8c\x42\x37\x1d\x07\x60\x32\xe6\x59\x06\xb6\x3d\x49\x66\x8f\x4d\x95\x28\x61\xc2\x77\x74\xc3\x7a\x7b\xf0\x35\x78\x08\xa4\xc2\xb3\x79\x2b\x89\xe6\xda\x08\x5b\x12\xb9\xd1\x97\xdd\x83\x26\x70\x88\x33\xc2\xea\xac\x3d\x3f\x57\x81\x48\xdf\x58\xf8\x96\x0b\x27\xda\x59\x08\x97\x5b\x92\x17\x0e\xe3\xaa\x9b\xc7\x1a\x2c\x20\x8a\x6a\x2e\x78\xbc\xf3\x8f\x1b\x39\xbe\xab\xe7\x37\x60\xdd\x28\xfe\xd9\x95\xb8\x19\x2d\x8a\x00\x4a\x23\x12\x87\x9c\x04\xf0\x1b\xad\x9d\x40\x71\x6b\x3d\x00\xc1\xdd\x60\xef\x98\x00\x2f\x17\xc4\x05\xd1\x9f\x24\x3d\xc2\xc9\x22\xc9\x68\x12\xa8\x80\x13\x81\xe7\xd3\x3a\x76\x53\x2d\xd9\x7e\x40\x39\x58\x3a\xb2\x9d\xa3\x1c\x34\x81\x12\xaf\x13\xbd\xea\xe8\x0a\xaa\x7d\x1e\xd0\x17\x6a\xd0\x17\x3a\x3e\xbf\x98\x15\xf0\xca\xaf\x98\xb6\x5a\x3d\x77\x07\x08\x86\x57\x80\x60\xd8\xe4\xf0\x15\xf8\x0a\xd1\xb1\x3b\xc0\x42\xbc\x6b\x05\x0b\xe1\x2f\xc1\xbd\xca\xf4\x6f\x3e\x8f\xaf\x9c\x41\x5e\x1d\xd8\x6b\xc2\x40\xd4\x88\x0b\xeb\xc8\x4d\xcb\x70\x20\x96\xd1\x45\xab\x75\x79\x5d\x54\x86\xf5\x56\x66\x2d\xc0\x85\xda\xbb\x6b\x4f\xe0\x17\x9a\xb7\x61\x4f\xce\xcd\x2e\x73\x0c\xd6\xab\x1f\x11\xe6\x19\xac\xa3\xdd\xac\x97\x72\xe0\xe9\xe1\x6d\xa5\x1d\x14\x98\xea\x9b\xa5\x1e\x74\x9d\x4b\x95\x08\x34\xe5\x19\x00\xdd\x47\xab\xe5\x3b\xf0\x01\xaf\x7e\x81\xdc\x66\xdc\xce\x49\x62\xb4\xad\x6a\x61\xdb\xa5\x24\xf5\xd6\x93\x0c\x02\xf9\x77\xb7\x89\x06\xe1\xca\x6e\x9a\x6c\xb0\x62\x70\xcb\x44\x8f\x0d\x13\x0e\x82\x1e\x97\x3a\x9d\xdc\xec\x5a\x39\x9e\xca\xc4\xb2\x41\x4c\x50\x05\x78\x7e\x7b\x30\x86\x19\xfe\x3c\x9c\x63\x81\xb3\x8c\x64\x54\xce\x9a\xce\x3c\x65\x8a\x4c\xca\x94\x16\x19\x63\xff\xf8\xfd\xf2\x00\xcc\xd8\xfb\xe8\x6a\x1e\x83\xff\x31\x9f\x8d\x0c\x29\xba\x81\xd8\x02\x0d\x8a\x23\x91\xb3\x10\x4a\xc6\x6f\x0c\x02\xdc\x5c\x53\x44\x79\x9c\x43\x74\x0e\x4e\xa6\x50\x0d\x64\x8c\xa9\x60\x44\xca\x35\x0b\x59\xcb\x58\x4f\x34\x37\x30\xfd\x47\x24\xa1\x1e\x45\x71\xc2\x49\x90\x31\x0d\xe1\x1b\x0e\x43\x76\x19\xab\x38\x04\x03\x56\x83\x01\xeb\xd7\x66\x1f\x03\x02\x8b\x5a\xea\x6b\x06\x05\x36\x6d\xff\x2e\x98\xc0\x0e\x83\x03\x5f\x39\x8a\xee\x79\x02\xe8\x5e\x37\xe2\xf1\x39\x82\x1d\x0f\x21\x81\x6f\x2f\x24\xb0\xf9\xd8\xae\x15\x16\xb8\x02\x02\xc0\xf5\xb2\x6d\x0c\x96\x4f\x4b\x7f\xd6\x38\x2c\xef\xf5\x0a\xbe\x68\x19\x8b\x55\xe4\xcd\x1f\xe2\xb1\x9e\x29\x1e\xab\x66\x89\xd7\x8b\xc9\xda\x48\x3c\x7e\xf9\x70\x91\x72\x21\xac\xe7\x0c\x19\x59\xe1\x25\x95\xf9\x68\xf8\xec\x47\xaf\x76\xce\x6d\x4f\xe0\xcf\x9e\x28\x8c\x48\x24\x34\x9d\x8d\x48\x9a\x82\x09\x46\x71\x5b\x14\xa2\xa0\x1d\x46\x0c\x7d\x6b\xe6\x8b\xa5\x26\x76\x9c\x71\x36\x91\x34\x25\x41\xe9\xb9\x42\xb2\x32\x49\x59\x03\x06\xfb\x9b\x65\x44\x38\x0d\x5e\xa0\xaf\x25\x65\x09\x09\xb5\x7a\x81\x52\x4e\x24\xfb\x4a\x0b\x60\x8f\x04\x61\xb6\x40\x0f\x8c\x3f\x65\x24\x9d\xc0\x0e\x95\x07\x73\x84\x28\xe9\x20\xaa\xfc\x67\x82\x60\x93\xb2\x3a\xd0\x63\x07\xbf\xac\x11\x01\x89\xfd\x36\x28\x7f\xe2\x9b\xf9\xe6\x18\xa1\x3e\x43\x63\x9c\xa8\x0e\x92\xf9\xa8\x68\x3f\xe5\xa6\x9e\xc5\x23\x61\xe1\xc4\x8b\x46\x9e\x2d\x5c\xa8\x36\x3c\xa8\x44\x6d\xee\xbc\x69\x02\xe8\x66\x14\x6f\xe5\xd9\x7d\xc4\xdb\xc0\xeb\x7c\xca\xa5\x75\x01\x20\xce\xfc\x61\xb2\x39\xac\x1e\x51\x0c\x50\xfd\x0d\x3a\xd7\x92\x22\x83\xb8\x34\x95\x75\xc7\x52\xb8\xe1\x6d\x31\x01\x6b\x26\x81\x76\xcd\x72\xa7\xfc\x89\x49\x25\x08\x9e\x59\xd5\x54\x33\x6f\x70\xe1\x18\x27\xbc\x1e\x3d\x15\xe6\xd2\x5e\x67\x8b\x2f\x28\x7b\xd0\xbb\x5b\x60\xa8\x41\x71\x16\xe8\xb9\x66\xd3\xde\x53\x86\xa3\x18\xc4\x0d\x76\x2d\xcb\xd7\x0a\x8a\x09\xca\x30\x2e\x9a\xe0\xeb\x14\x5e\x85\x28\xb7\x8e\x19\x4f\x42\x45\x1a\x34\x82\x82\x69\x9a\xd5\x99\x02\x14\x18\x29\x0c\xb0\x89\x53\x92\xcd\x83\xa2\x0e\x73\x2c\x94\xaf\x63\x69\x10\x95\x34\x77\x98\xe5\x0c\x60\xb0\xac\x86\xf8\x64\x81\x73\xac\x1d\xa1\x68\xfc\x78\xc0\xfa\xea\x2b\x28\x8c\xcb\xd9\x24\x5b\x20\x9c\x3e\x52\x59\xe0\xd9\x25\x9c\xc9\x7c\x46\x44\xa9\x58\x92\x71\x32\x23\xec\x68\x45\x8f\x4d\xcb\x6a\x8f\x38\xa3\xa9\x2b\xde\xa7\x7f\x1c\x91\xb1\xbe\xf7\xe6\x58\x48\x67\x91\xac\xb1\x26\xda\xcd\x4d\xf5\x5a\xbd\xda\x99\xfc\x29\x3c\x76\x68\x56\x9c\x50\x6c\x75\x97\x93\xf2\xf9\x0c\xca\x4f\x36\x05\xf8\x55\x26\x85\x96\x5f\x4c\x76\x15\xce\x57\xe5\x7b\x3a\xcc\x81\xdc\x78\x8f\x74\x3f\x4e\x06\x32\x83\x5b\xcb\xfc\x53\x9a\xa0\x1d\xb5\x31\x06\x86\x67\x93\x50\xb8\x14\xa4\xc2\x8a\x26\xae\x94\xa6\x2f\x61\x6c\xbe\x6e\xde\xda\x6d\x6b\xc4\xca\x04\x67\xd5\x1d\x6e\x5e\xcb\x5b\xf3\xfe\x72\xde\x67\x8f\x9b\x69\x7b\x69\xb0\x66\xc2\xb3\x6c\x1d\xb4\xba\xd2\xcc\xcf\x8a\xcf\x97\x8f\xa8\xe8\x47\x6f\x80\xdb\x0b\x38\x35\xc6\xec\x87\x33\x2b\x59\x48\x65\x77\x29\x7c\xc9\xf0\xd0\x85\x35\x2b\x0e\x18\x1f\x03\x9e\x61\xd6\x54\x8c\x75\x2e\xf8\x8c\xae\x83\x43\x61\xb0\x70\x6f\x9c\x03\x7f\x85\xeb\xc6\xb9\xf9\xa1\xe8\x96\x21\x2f\xdb\x23\x84\x7a\x61\x66\xe4\x8c\x25\x67\x68\x86\x2b\x25\x81\x5b\x2d\xf8\x2a\x2d\xb9\x8b\x66\xc6\x44\x61\x57\x4f\x9a\xca\x6e\x0f\x64\x01\x69\xea\xd9\x13\x5e\x14\x21\xad\xeb\x1c\xa7\x22\x68\xd4\x9e\x17\xec\xa8\x2c\x38\x31\x3e\x00\xc2\xec\x97\x59\x85\x36\x27\xe8\xac\x8e\x0c\xd7\x3e\x4b\x6e\xce\xcf\x29\x64\x87\xc7\x3e\x94\xaf\xd7\xb9\x0d\xe3\xc3\x10\xb4\x88\x60\x38\xcb\x97\xea\x53\x44\x39\x3b\x5f\xa3\x52\x3b\xc8\xe8\x72\xce\x73\x76\x5d\xdf\xea\x0b\xac\x99\x25\xeb\x56\x8b\xb5\x65\x94\xfc\x7a\xd8\x06\xae\x47\x8f\x68\x50\x7b\xde\x57\x03\x37\xad\xa3\x43\x8c\xb5\xec\x62\x6b\xfe\x79\xc0\x69\x1b\x8f\x34\xa6\x19\x91\xc7\xa8\x5f\xa3\x4f\xb8\x68\x20\x90\xaa\x00\xf7\x09\xfc\xa2\x4e\xde\xc9\x05\x0d\x50\xb7\x9d\x54\x83\xa8\xad\x8c\x5b\x58\x29\x04\xd1\x63\x4e\x8c\x97\x84\x33\xc0\x65\x00\x57\xa4\xa0\xa6\x30\xa4\x16\x2f\x15\x18\xdc\x34\x2f\xa0\x36\xb5\xc8\x14\x2b\xf7\x1f\x68\x19\x5b\x11\x81\x6d\x61\x81\x62\x54\x0d\x5b\xba\x0b\x34\xd1\xf6\xc1\x56\xae\xd7\x3b\xfd\x45\x75\x6f\x6a\x47\x78\x17\xb7\xbe\xf6\xe8\xbc\x5c\xbe\xbe\xcb\xe7\x03\x7c\xea\xec\x4f\x18\x8d\x05\x01\x13\xe5\xcc\x67\x2f\xb0\x94\x08\xa9\x38\x87\x1b\xea\xf6\xfc\xc7\x93\xfb\x3e\x22\x2a\x81\xba\x69\x03\x96\xc8\xc7\x8e\x16\x68\xff\x9e\x13\xa5\x7f\x6e\x88\xee\xa3\x33\xc2\x24\x70\x02\xda\xb6\x68\xb4\x5b\x18\xfd\xbf\xe7\xf1\xf7\x4b\x48\xbe\x12\x2b\x0a\xb4\xeb\x0b\x78\x6a\x32\x05\x98\x32\xb3\xb4\xb2\x86\x62\x4c\xf1\xf8\x5e\x1d\x54\xf9\x06\xb1\x21\xec\x6f\x39\x5b\x53\x4c\x3a\x2b\x3e\x0a\x46\xd1\x20\x85\xcd\xe6\x58\xd0\x1a\x3c\x9a\xe5\x41\x27\xe6\x9b\xda\xd6\x57\x31\x91\x22\x06\xd7\x96\xe2\x47\x05\xaa\x3b\x52\x82\x10\x60\x21\x9e\x9e\xec\x5d\x6f\x73\x1e\xfc\xc4\x82\x8f\x8e\x07\xec\x93\x33\x99\x16\xbf\xfa\x1a\xa3\x26\x90\x89\xa4\x28\x07\x9d\x29\x6e\x05\x9a\x4d\xa9\xf4\x3f\x00\x48\x9d\xcc\x33\x65\xe0\x86\xc7\x50\xfc\xde\x0d\xd4\x3c\xa9\xe3\x12\x02\xb3\x64\x7a\xc9\xb7\xab\x3d\x4c\xc7\x43\x92\xad\x23\x3b\xf6\xc7\xbd\x4c\x6a\xfa\x4e\x1e\x1a\x4e\xe7\x26\x80\xda\xc5\x64\x40\x72\x73\x90\xab\x46\x2b\x31\x76\xba\xcc\x80\x17\x13\x04\x46\xb6\x72\xa8\x90\xc9\x06\xd0\xbb\x68\x65\x6b\x63\x63\x33\x3e\x7a\x67\x96\x1b\x41\x2f\x08\xab\x01\x13\x39\x03\x00\x2d\x6f\x72\xc7\x48\x12\x41\x8d\xed\x3b\xe1\xcc\xc8\x00\xd6\x78\x32\xd1\x6c\x42\x4b\x7e\xe0\x77\xe1\x0c\x34\x2a\x9e\x4b\x70\xf7\xcf\x88\xd2\x17\xd4\xd7\x00\xd2\x6f\x9c\x1e\x1d\x34\x17\x74\x46\x15\x7d\x24\xf2\x9b\x9a\xad\x3b\xc3\x0a\x67\x7c\xd2\x15\x8a\x8e\x71\xa2\xee\xf0\x56\x3a\x33\xb6\xcd\x6c\xea\x40\x77\xc3\x40\xfd\x73\xbd\xf8\x13\xc2\x88\x80\x89\x42\xe9\xd3\xda\x23\xbc\x6e\x51\xd4\x82\x73\x03\x64\x70\x62\x40\x56\xa5\xb7\x31\xe0\x5c\xf1\x99\xd6\x48\x71\x96\x2d\x00\x3c\x55\x3f\x99\x62\x39\x75\x1b\x6d\x10\x57\xdb\xdc\x4d\x76\x71\xcf\x70\x32\x25\xb7\x50\xeb\xbe\x6e\x71\x4b\xa3\x7c\x47\x58\x3e\x7b\x77\x8a\xfe\xa7\x98\xe3\x59\xf7\xec\x87\xde\xf0\xbc\x7f\xdb\x7d\x7f\xd1\x3b\x0f\xe6\x63\x9f\x7c\xea\xdf\xde\x56\x7f\xfd\xa1\x7f\x57\xfd\xf1\xfa\xea\xfa\xfe\xa2\x7b\x57\xd7\xca\xc5\xd5\xd5\x8f\xf7\xd7\xc3\x0f\xdd\xfe\xc5\xfd\x4d\xaf\xe6\xd3\xfb\x3b\xff\xd0\x3e\xfb\x6b\x70\x88\x20\xde\x03\xa2\x53\xea\x47\x5b\x3e\x67\x47\x28\x7e\xf1\x14\xdd\x5b\xef\x0d\xb5\xa8\xeb\x2e\x68\xc2\xe4\x26\x3c\x61\xa9\x59\x15\x14\x37\x1e\x30\xe4\x3e\xd7\x73\x6f\xfa\xd4\xb8\x95\x92\x29\x41\x19\xe7\x0f\xf9\xdc\x72\x30\x13\xe0\xc8\xb8\xb1\xc8\x10\x19\xb4\xf6\x43\xff\xee\xd4\x7b\x91\xaa\x8d\x05\x29\x88\x8e\xd4\x61\x5c\xd8\x71\x4d\x30\x72\xcc\x05\x79\x84\x33\xe9\xbd\x8b\x41\x0f\x7e\x03\x96\xf5\x63\x5a\xc3\x4c\x95\xba\x49\x53\x5b\x78\xc1\x4d\x2c\x68\x38\xde\xbe\x65\xab\xe9\x97\xc3\xc0\x66\xa2\x11\x49\x70\x6e\x9c\x6f\xfa\x3a\x12\x82\x8b\x70\xc0\xc5\xb6\x6f\xd9\xe8\xbb\xaa\x94\x11\x03\xec\x4b\x38\x23\xfa\x93\xe0\xe4\x68\x7d\x19\x74\x69\x07\xd9\x36\xb5\xd0\x9a\xae\xde\x75\xe1\x31\x01\xa8\x18\xcd\xb9\x3d\x80\x19\x05\x6f\x1e\x56\xe8\x89\x40\x94\x6b\x6e\x31\x2b\x8d\x86\xac\x4f\x20\x74\x67\xec\xd0\x0e\x28\x39\x8a\x7e\x6d\x64\x99\xbb\x10\x8b\xf5\xf7\x92\xd4\xb1\xcb\x2d\x42\x15\xcf\x4d\xa3\xc0\x43\x9d\x6b\x15\x46\xdc\x60\xf1\x77\x3c\xbb\xc6\xf2\xbc\x44\x0a\xaa\xde\x1b\x2b\x58\xba\x66\xae\x6d\xc6\xe3\xd2\x33\x22\x08\x9d\xf5\xf2\xd5\x7d\x58\xc0\xca\xb5\xba\xe3\x29\x5e\x68\xe2\x80\x98\x06\x99\xcf\xe7\x5c\x28\xd4\xd0\x06\x82\x93\x6e\xc6\x07\x37\x83\x9d\x87\x67\x51\xd0\x88\x96\x03\x64\x0d\xca\x5d\xbb\x88\x75\xbb\xae\xc5\xb9\x0f\x53\x5f\x41\x5d\xf3\x88\x8b\xb3\x48\xf1\x8d\x28\xb4\x4e\x44\xdd\x26\x92\x69\xae\xaf\xe1\xb6\x00\xc0\x75\xbd\x5f\xb9\x16\x6a\xb7\x3c\x23\x63\x35\xac\xf5\xa6\x2c\x31\x1c\xea\x16\x59\x53\x92\x0f\x9d\x4c\x77\xd0\x62\x7b\x59\xfe\x7b\xeb\xed\xd2\x02\x7c\xa0\xc7\x0b\xce\x95\x91\x22\x0b\x4d\x03\xb9\xd5\x04\x23\x80\xed\xd4\x54\x2c\x28\x44\x35\x2d\x99\x3f\x30\xfe\xc4\xbc\xc5\x5c\x1e\x0f\x58\x0f\x43\x19\x0d\xaf\x2e\xd8\x80\x05\x23\xab\xaf\x94\xd2\x23\x54\xfe\x3d\xc1\x90\x28\xe8\xde\x96\x1c\xca\x16\xa8\xa8\xbc\x10\x7d\xd7\xe6\xf4\x18\x6b\xb2\x13\xd4\xcc\x84\x2d\x66\xb8\x22\x73\x6b\xf1\x36\xf3\x2c\xc2\xb9\xc1\x69\xaa\xbb\x3a\x46\x3f\x3b\xfb\x0c\xc4\x57\x14\x15\x43\x94\xb9\x71\x32\xbc\x70\x49\xf2\x75\x0b\xbb\x8b\xbc\xf3\x5d\x47\x5c\x2c\x5f\x60\x9f\x63\x57\xb3\xca\x91\x9a\xcc\x98\xb1\x9b\xae\x11\x5e\x76\xe6\x3f\xba\x25\xcb\xe3\x4f\x3f\x00\x00\xb8\x22\x42\x2b\x9b\x20\x33\xb0\x6c\xf1\xbf\xcc\x66\x41\xbe\xb9\x8d\x4d\x4e\x1d\x20\xb3\xf5\x4c\xea\xf3\x03\x9e\x35\x2d\x06\x8c\x00\x88\x22\x03\x39\xe0\x18\x75\xa1\x7e\x06\x54\x46\xd0\x57\xa1\x8b\xe2\xa1\x13\xc6\x57\x05\x0e\x34\x10\x53\x12\x10\xd3\x6d\x33\x31\x49\xa0\xa6\x22\xb4\x7a\x37\x14\xb5\x83\x34\x1b\xcd\x5b\x70\x15\x73\xa7\x7d\x72\xcd\x1a\x2a\xf6\x6b\x04\xe1\x54\x86\x1b\x7c\xf8\xaf\xfa\xa1\x7f\xcc\xb1\xc0\x4c\x41\x68\x89\x95\xbc\x05\x09\x42\x1c\xc9\x67\x08\xde\x62\xc6\x5c\x0b\x3f\x85\x9b\xeb\x5c\xe9\x13\xfa\x48\x18\xa2\x69\x07\xd1\x63\x72\xdc\xb1\x45\xf0\x64\x3e\x2a\xde\x9c\x6a\xc9\x61\xc0\x2a\x29\x23\xc7\xa8\x9b\x49\x6e\xbf\x20\x2c\xc9\xa0\x5e\x4d\x10\x05\xe3\x29\xdf\x3a\x7f\x46\x0b\xd0\x2f\x60\x2b\x8b\xe6\xb9\x7d\x10\x7c\x38\x60\x58\x1a\x5f\x73\x06\x27\xbd\xf8\xbd\xae\x26\x55\x14\x7f\xf0\x8c\x80\x71\x95\x6b\xe8\xd9\x36\xc9\x80\x15\x2f\xdb\x20\x78\x03\x36\xa6\x48\xe5\x09\x92\x62\xd0\xd7\x58\xa1\x8c\x60\xa9\xd0\x77\xdf\xac\x15\x73\xe1\x26\x58\x70\x57\x7b\x7c\x8b\x80\x54\x17\xd1\xd6\x54\x58\x0f\xc0\xe4\x6d\x25\x60\x2f\x40\x76\xf4\x3e\x2b\x8e\x1e\xa9\xcc\xa1\x04\x50\x10\x43\x6f\x8a\xb8\x50\x25\x5d\x50\xa0\x51\x99\x1a\xf8\x88\x83\x7f\xb1\x6e\x49\x3b\xac\x1a\xca\xb2\xca\x13\x35\xea\x19\x64\x49\x16\xb1\x65\x53\xac\x06\xcc\x72\x56\x17\x8e\x11\x94\x6b\xe8\x66\x59\x1c\xcf\x85\x21\x64\x91\xe9\x09\x43\x01\xa3\x63\xbf\x40\x97\xa0\x7e\xf9\x10\xa0\xb8\x98\xa1\x3f\x2c\x5a\x53\x1b\x30\x9f\x82\x16\xb6\x5d\x2b\xed\xd4\x59\x81\x5f\x50\x08\xae\xe9\xfe\xc2\x54\x92\x6a\x21\x0c\x37\x57\xfa\x5c\xe2\x35\xa9\x58\xde\x97\xc8\xc6\xbb\xee\xa0\xbd\xa8\x5c\x6f\xc5\x86\x6b\xf6\x89\xd7\x18\xc5\x1b\x36\x37\x90\x2d\xb6\x51\xc0\x7d\x2c\xda\x4b\xf9\x65\xa3\xa1\xf7\x53\x88\x2d\x5f\xcd\x05\x8b\x58\x6d\xc7\x3a\xc0\x1c\x4d\xd3\x20\x74\x34\x88\xab\x83\xd0\x62\xc7\xf8\xec\x9b\x0d\xfe\xd1\xf9\xdb\x9e\x7e\xa7\x98\xbf\x9b\x8a\x0f\x2e\xab\x4e\xbc\x59\xd8\xeb\xa6\x7f\xc3\x09\x61\xc9\xc2\xf4\xe4\xe0\xb2\xaa\x39\x72\x0e\x59\x08\x83\xc9\xbd\x56\x3c\xb4\x45\xe1\x8e\x51\x0f\x2e\x1a\x57\x23\x0e\x8f\x9d\xdb\x20\x78\x79\xc0\xb4\x66\xa2\xef\x78\x69\x06\xed\xda\x8f\x49\xbc\xee\x04\x98\xfc\xdc\xad\x3c\x2e\xb3\xd5\x28\x88\x4d\xda\x84\x4b\x0f\x86\x36\x00\xe6\x0d\xf5\x26\xa7\x28\xe5\xc9\x03\x11\x27\x82\xa4\x54\x9e\x82\x07\x5c\x35\xba\xde\x66\x5a\xdb\xde\x5a\xd2\x68\x5b\xaf\xb5\x5a\x5d\x6d\x06\x85\xcf\x20\xa8\xd8\x95\x34\xe8\x20\x3a\x06\x75\xc2\xe5\x17\x98\xa4\x03\x6b\xdd\x46\x84\x29\xb1\x98\x73\xca\x94\x37\x65\x95\x16\xc2\x69\x1a\x5a\x68\x6b\x0a\xb1\x15\xbb\x88\x94\xd9\x70\xda\x77\x53\x22\x89\x0b\x0b\x30\x93\x52\x1c\x19\x5f\x88\x61\x17\x73\xac\xa6\x12\x32\x24\xe2\x35\xb0\x4a\x17\x7c\xaa\x57\x08\xcf\x21\xaa\xc0\x58\x29\x8a\x8f\x7c\x1c\xbf\x54\x34\xcb\x06\x8c\x11\x92\x4a\x04\xc9\x0c\x5f\xd5\x66\xe2\xe8\x4f\x3b\x08\xa7\x29\xfa\xdf\x5f\x7f\xb8\xf8\xe5\xae\x37\xec\x5f\x82\xcd\xb9\x7f\xd1\xfb\xa6\xe3\x7f\xbc\xba\xbf\xf3\xbf\x1a\x0b\xcb\x23\x11\x68\x86\x1f\x40\xc5\x63\xd2\xc8\x7f\x10\xed\x1e\x8e\xd4\xe5\x28\xe9\x27\x92\xb8\x08\x52\x2b\xa6\xf8\xac\x76\xbb\x87\x8d\x15\x4b\x8c\xcd\x6f\x0d\xe5\xf7\xc6\x7f\xb2\x9c\x06\x1d\xf1\xf8\x2e\x9c\x18\x38\x23\x4c\x69\x1e\x63\xad\x7d\x85\xee\x5b\x10\x1c\x61\x13\xca\x9a\xe2\xdc\x08\x7b\x7c\x4e\x21\xfe\x47\xb2\xf8\x49\xab\xd7\xd7\x98\x8a\xd6\xb4\xd7\x63\x8f\x54\x70\x06\x53\xf3\x66\xad\xa2\xa6\x35\x51\xce\xdb\x16\x1c\x2a\x69\x64\x61\x88\xa4\x98\x37\xc6\x52\x96\x12\xb7\xf7\x63\xba\x5d\xe3\xfd\x25\x9f\x95\x70\xd9\x70\xd2\xb2\x1b\xfc\x88\x69\x06\x71\xb0\xee\xa2\x29\x68\x70\xc0\xee\xae\xce\xaf\x4e\x11\xc9\xf0\x88\x0b\xc8\x8e\x31\x81\x3b\xae\x09\xbb\x60\x50\x2b\xd4\x37\x14\x65\x42\x76\xd0\xbc\xc8\x84\x0c\x8d\x68\xc7\xa6\x8d\x55\xa5\xc4\xb8\xa8\xe6\x11\xee\x56\x05\xb4\x93\xbd\xe6\xa2\xcd\xf5\xaf\x5f\x83\xa5\xe3\x73\xad\xc8\x95\x38\xaf\xbd\x9b\xc7\x04\x9b\x2a\x3e\xc6\x2d\x64\x6d\xf9\x36\x30\x34\xcb\x22\xc4\x76\x7d\x70\xe4\xb1\x75\x94\x17\x6f\x72\x86\x7e\xfc\xb3\x44\xa3\x5c\x0d\x58\xdc\x06\x67\x50\x38\xff\x3d\x56\xc9\xf4\x9b\x01\xbb\xd2\x6a\xe6\x8f\x7f\x6e\x48\xd9\x4e\xb1\xc2\xc3\x7a\xa2\x6c\x5e\x93\x73\xac\xf0\x05\xc7\x29\x65\x13\x0b\x44\x50\xbf\x16\xef\x7b\x77\xdd\x53\x74\x65\x75\x78\x9f\x65\x59\x20\x3c\x04\x0d\x01\x43\x86\x89\x38\x2e\x02\xac\x9c\x79\xd6\x6f\x4d\x64\x20\x3d\xe9\x0b\x6b\xc0\x60\x29\x0d\x57\xa5\x0a\xcd\xb9\xc5\x74\xd5\x5a\x99\x01\x10\xc0\xbe\x3a\x7c\xb6\x40\x7a\x75\x80\x8c\xfd\x66\x58\x79\x0c\xe4\x99\x2a\xb3\x1f\x30\x50\xd0\x7d\xe6\x5b\xc6\x13\x9c\x41\xe4\xdc\x51\x60\xd3\xd3\x6a\x3b\xcf\x21\x0d\x09\x42\x56\xd8\x22\x0e\x70\xf5\x99\x71\x5e\x28\x0b\x37\x0a\x0c\x00\xb0\x8f\xd6\x99\x3a\xe3\x9a\xe3\x1c\x0f\x58\x7f\x6c\x02\xeb\x32\xb3\x3a\xfa\x43\xc2\xc0\x9f\xec\x96\x45\x3f\x75\xfc\x08\xaa\x9b\x19\xb7\x22\x4e\xc0\x7c\xcf\x16\x10\x16\x0d\x38\x90\x1c\x02\x34\x0a\xee\x6c\x89\xb2\xb2\x8b\xfe\x4e\x0c\x3e\x1b\x30\x13\xcf\x17\xed\x4b\x98\x25\x1c\xf4\xce\x19\x84\x1b\x16\xd7\xa5\x17\x30\xe6\x36\xfc\xd0\xca\xfa\x73\x41\x8e\x5c\x9d\x61\xfd\x6b\xb0\xa6\xfa\x86\x3d\x46\x37\xa1\x7a\x9d\xf2\x24\x9f\x39\xb0\x1b\x48\xd7\xb2\x71\x6a\xf6\x12\xf5\x14\x62\x2e\xf6\x55\x14\x8f\x45\x32\xa5\x8a\x40\x4e\x55\x6b\xfd\xd8\x10\x4c\x37\xfc\xb4\x2a\xa9\x37\x0b\xbe\xd7\x5b\x96\xae\xf7\x24\x3b\x9c\xc7\x2d\x45\xad\xad\xc6\xea\x58\x01\x9c\x7c\x59\x00\x72\x40\x65\x7b\xae\x55\x5b\x0e\x46\x6e\x93\xb2\xc7\xd3\xaf\x24\xea\x5f\x6b\x09\x48\x6b\xbc\xfe\x0c\xe6\x52\x99\x10\x30\x48\x83\x31\x5f\x9b\x30\xfc\x0e\xfa\x16\x0d\xf2\x6f\xbf\xfd\x63\x82\x3e\xbb\x3f\xfe\xf4\x1f\xff\xf1\xc7\x3f\xad\x13\x57\xee\x14\x72\x68\xb7\x58\x23\x0f\xaf\x1b\x8b\x44\xe1\x0e\x54\x39\xd5\x16\xbb\x60\x0f\x60\xd3\xf2\x5b\x73\x40\x63\x1a\x55\xdd\xe3\x20\xc2\x07\x4f\xec\x09\x97\xe1\xc9\x44\xd1\xd1\x2c\x22\x09\x24\x51\x9d\x98\x43\x78\x61\xd7\x4a\xf4\xff\x6b\x09\x28\xc2\x50\x1f\x95\xcd\x22\x91\x68\xe6\xc5\x6b\xdd\x08\xfa\xda\xda\xff\x14\x38\x10\xbf\x71\x17\x1c\xcf\x52\x22\x6c\xc9\x3a\x67\xb2\xf3\x86\x44\x60\x0e\xe4\xf3\x3c\xe3\x36\x46\x04\x23\x49\xe6\x18\x04\x08\xcd\x0c\x8e\x07\xac\xf7\x19\x6b\xce\xdd\x71\xf5\x53\xe1\x23\xe3\x79\x19\xe3\x84\x20\x23\xaa\x7f\xfd\xf9\x54\xff\xd6\x41\x8b\x53\x08\xf5\xec\xa0\x7f\x9c\xda\xa4\x6c\x2c\xd4\x50\xff\xf4\x8d\x93\xb5\x6d\x13\x30\x68\x2a\xd1\xe0\xdd\xc9\x23\x16\xa6\x2c\xcd\x89\x45\xd3\x7d\x67\x79\xab\x47\x0a\x0f\xa5\xf3\x8c\xf3\x07\x1b\x08\x5b\xf9\xf2\xc4\x41\x3c\x00\x81\x7b\xcf\x89\xd9\x7c\x1b\xd3\xac\x25\xc9\x23\x78\x81\xa0\xe3\xf9\x08\x1d\xff\x4d\x72\x86\x8e\x17\x78\x96\xd9\x5f\xdd\x53\x1b\xa7\x8b\x25\x72\x35\xf8\x5c\x94\x4e\xb6\x30\xb6\xd2\xf7\x19\x1f\xc1\xbc\x3e\xb9\xb9\x9a\x48\x57\x18\x68\x71\xff\x14\x57\x96\x9d\x88\x95\xa5\x4c\xa2\x3a\xd4\xf7\xd5\xaf\x00\x97\xab\x9b\xd5\x67\x3f\xa4\xff\x36\x9e\x61\x58\x14\x97\x1e\x67\xcc\xc3\x3e\xca\x4c\x37\xfa\x19\x7d\x6d\x99\xd0\x37\xfa\x96\xb1\x61\xc5\x66\x19\xea\x3a\x58\xf8\x0e\x7e\x09\x3a\xa0\x0c\x99\x84\xc7\x25\x5f\xfe\xe3\xe4\xf8\xf8\xd8\x7f\x7d\xa9\xa7\xf2\xff\x22\xaa\x24\xc9\xc6\xa6\x25\x77\x87\x2d\x06\xec\x93\x43\xc3\x73\xe6\xeb\x02\x3c\x06\x2a\x49\x26\x3c\x43\x47\x85\x49\x37\xe5\x89\x44\xbf\xd3\x82\x6d\xb0\x94\xf0\xa3\xd6\xe4\xea\x4f\x95\xad\xdb\xfb\x42\xc7\xca\x9a\xc4\xcb\x07\x2b\xc4\x8b\xf0\xaa\x2d\x96\x21\xb4\x22\xd0\x82\xa6\x9c\x13\x8b\x29\x01\x15\x8d\x15\xf9\xac\xe0\x51\x03\x64\x47\x6d\xc8\x79\xfd\x5d\x59\x61\xb8\x05\x72\x87\x21\xeb\x86\x05\xb0\xc0\x0a\x96\x37\x98\x79\x76\x42\x07\x8a\xbe\x5e\x58\x88\xcf\x26\xf3\xd9\x0c\x8b\xc5\x49\x71\xda\xaa\xc4\x59\x80\xad\x02\x97\xc9\xdc\x02\x80\x13\x37\xb3\x47\xcb\xc6\x31\x58\x01\xd3\xdd\x69\xfe\xec\x26\x80\xee\x0e\x11\x75\xa6\xb6\x01\x61\x09\x4f\x2d\x5d\x17\x79\x9d\xb1\xcc\xe2\xdf\xa9\x4a\x2b\x2e\x26\x46\x16\xe6\x38\xa6\x4c\xb2\xb7\x7d\xc3\x7d\xdc\xc0\xc0\xf9\x10\x2a\x6f\x90\xc9\x1a\x0e\xd2\xfe\xd5\xad\xfb\xa6\xfd\xb5\x0b\xeb\x10\x0b\xed\xd8\xe9\x89\xce\x26\x21\xf0\x53\x71\x01\x43\x74\x87\xb1\xcf\xe4\x3e\xeb\xd5\xfc\xfb\x8c\x5f\xd3\x4c\xdf\x5b\x40\xe3\xc7\x03\x16\xfd\xdc\x41\x24\xa3\x33\xca\x7c\x74\x9d\x61\xef\x7c\x6c\xe4\xe7\x07\xaa\xf4\x96\xc9\xf4\x41\x73\x30\x07\x20\x10\x28\x55\x5d\xb6\x70\xa4\xe3\x5d\x53\xd6\x06\x91\x4b\x3d\xae\x42\x4b\xd7\xe2\xac\x6e\xe2\xc8\x8a\xa4\x34\x20\x3c\x38\xbf\x03\xa6\x5b\x73\x67\xa9\x08\xeb\x0d\xda\x0b\x9a\x3b\x72\x28\x65\x01\x07\x80\x3e\xa2\xd8\x5c\x2f\x01\xd7\x88\x28\x3d\x96\xcf\xb6\x4d\x0a\xb1\x61\xbe\xaf\x65\xa8\xbb\x2e\xaa\xc5\xda\x04\x23\xc2\xf2\x99\x3b\x50\x6b\x50\x5c\xcf\x0a\x40\x29\x49\x32\x0c\x77\x07\x34\x04\xb1\x8f\x1d\xe3\x22\x0d\x2a\xd3\xda\xeb\xc5\x74\x63\x80\x4f\x33\xc2\xbe\x36\xff\xfe\x06\xd9\xbb\xe1\xdb\x8e\xbd\xcf\x85\xb4\x4a\xa4\xdb\x73\x00\xce\x27\xa9\xb1\xa2\x03\xfe\xd9\x04\x43\xbd\x70\x6b\xda\x89\x34\x4f\x90\xc0\x16\x3c\x47\x4f\x54\x4e\x07\xec\x8e\x3b\x93\x23\x62\xdc\x23\xc8\x75\x40\x1d\xad\xf4\x87\x25\x30\x01\x18\x75\x1d\x05\x94\x0a\xd6\xaf\x9f\x13\x04\x61\xac\x43\xc6\x53\xb2\x66\x34\x7b\x4d\xa9\x6c\xeb\x89\x70\x1e\x6c\x41\x4c\xde\x16\xdc\x14\x8d\x85\x7e\xa5\x5c\xd3\x3a\x5f\x5b\x59\xdf\xb6\x03\x45\x52\x9e\xd8\xa6\x90\x19\xfe\x56\x83\x56\x9c\xce\x19\xe4\xd9\x46\x6b\x1f\x57\xff\xdf\x4a\x47\x4b\x37\xf3\x4f\x98\xb9\x27\xb0\xec\x3e\xc4\x18\xa3\x89\xe0\xf9\xdc\x27\xa3\xbb\xb4\x3c\xb3\x0d\x56\xa6\xe9\xb3\x31\x3f\xb5\x5a\xd5\x05\x65\x0f\x86\xe2\x9f\x6b\x8f\x7c\x05\xfa\xe0\x77\x77\x87\x99\x15\x3f\x42\x94\x25\x59\x0e\x17\x9f\x54\x38\x79\x30\xf0\x81\x4d\x66\x5f\xfd\xcd\x70\x75\xd2\x63\x83\xc4\x94\x67\x99\xed\xb6\xb8\x40\x8b\xc2\x3e\x8f\x14\x23\x8c\xee\x6f\xfa\xf5\x7d\x3f\xd0\xaa\x3b\xa7\xfe\xf6\x8c\x09\x04\xfe\xf3\x23\x5d\x2b\xf2\xb2\x84\x73\x4a\x22\x52\xf7\xe6\xa5\x26\x74\xaf\xd2\xed\xbd\xa5\xff\x58\xdf\x42\xc3\x59\x0d\xa5\xd6\x4f\xbe\xe8\xf8\xdc\x7e\xfc\x49\x7f\x5b\xbf\x23\x9f\x20\xe9\xc8\x23\x33\xcc\x30\xd3\x13\x74\xbd\x36\x58\x63\xcc\xc5\xb8\xd1\x90\xee\xe7\x1b\x0d\xc8\xf4\xd8\x12\x93\xdb\x76\xe5\x5a\x79\x32\x06\x49\x9c\x19\x85\x5b\x4d\x41\x13\xeb\xa0\xdb\x64\x4a\x66\x18\x82\x5e\x66\xb1\x46\x06\x92\xe9\xd7\x19\x16\x13\x23\x27\x4a\xa2\xe4\x37\x35\x3b\x5c\x04\x7f\x6f\xb1\xc3\x1b\xd4\x0b\x08\x1d\x40\x20\x85\x2c\xe3\x00\x7e\x94\x31\xf4\x90\x67\x4e\xbe\xf2\x86\xbd\x3b\xa8\x0c\x21\x87\x13\x2e\x04\x40\xe4\xa5\x5a\x1a\x6f\x06\x65\xd8\xb2\x6e\xcc\x25\x9e\xf9\x04\x66\x57\xbd\xc2\xe6\xa9\x98\xc1\x8d\x08\xe0\x50\x35\x8f\x61\xeb\x02\x31\xe1\x10\x2c\x60\x7b\xd3\x08\x06\xac\xeb\x5e\xf1\x49\x90\x20\xe2\x0a\x23\x87\x40\xa0\x9c\x09\x0b\x05\x31\x13\x17\xab\x6e\x27\xd7\x30\x89\x75\x73\xcd\xca\x35\x6e\xb4\x98\xeb\x81\xeb\x8c\x18\xe3\xf4\x1d\x37\x8f\x86\x9e\x1f\xd7\x2f\x01\x56\x8f\x23\x91\x94\x4b\x34\xd5\x75\xbc\x5a\xa4\x74\x09\xee\xb6\xa1\xb0\x2a\x94\x09\xa6\xcb\x16\x05\x99\xea\x15\x37\xaa\x49\xa9\xb3\xea\x69\x55\x5b\x71\x63\x8a\x67\x43\xc1\xb3\x6d\xf6\xc8\x35\x11\xa9\xb9\x53\x83\x27\xba\x40\x7f\xcf\x71\x66\xec\xfd\xcc\x92\xa3\x1b\x36\x48\x0c\xdf\xff\x09\x75\xe1\xba\x44\x9f\x80\x2f\x82\xa7\x13\x5a\x53\x1c\xd1\xd9\x9c\x08\xc9\xb5\x3e\xd6\xb0\xc9\x0f\x7f\x96\x43\x0b\x06\x3c\xc4\x49\xc2\xf3\x2a\xf0\xef\x1a\x33\xa9\x69\x2d\x9c\x14\x46\x0f\xf9\x88\x08\x46\x4c\x29\x4a\x78\x0f\xb9\xf7\x5a\x0d\x97\xe3\x5c\x4d\xbf\x1f\x26\x19\x6d\x8d\x50\x0c\x69\x16\x5d\xfd\xd9\x99\xf9\x6a\xd9\x04\xa2\xf6\xa3\xa1\x33\x64\x9e\x21\xf3\xec\x18\xbd\xc7\xc9\x03\x61\x29\x9a\x67\xf9\x84\xda\xdc\x67\xb8\xa1\x80\x5d\x06\x56\xaa\x78\x62\x46\xe5\x35\xed\xeb\x6b\x68\xc0\x66\xf8\x01\x34\xa4\xcf\x36\x1a\x5d\x6b\x9a\x6b\x69\x5b\x9e\x1e\x2a\x20\x10\x2e\x51\x57\x92\x24\x17\xfa\x0d\x73\x3e\x94\x39\x1f\x60\x57\x02\x20\xb4\x9c\x21\x0c\x38\x12\x5f\x49\x94\xcf\x9d\xf1\x03\x0c\x1e\x19\x38\xa0\xcc\x24\xa1\x38\x19\xd5\xe2\xe0\x94\x0c\x18\x04\xf5\xb9\x16\x17\x9e\xab\x84\x3e\x4f\xef\x7b\xaf\x3b\x7c\x63\x93\x45\xbd\x9d\x3b\xc5\x98\x91\x76\x1e\xb0\xa8\xa6\x84\x81\x1e\xd6\xbe\x65\x48\x45\x6f\xbf\x69\x51\x70\xa2\x99\x45\x61\x38\xf2\x4b\x98\x33\x6a\x31\xb1\xad\xad\x30\x88\x1b\x72\x26\xf5\xe2\x7b\x2a\x91\xc4\x8a\xca\x31\xad\xd5\x4f\xc3\xdc\xf5\x6d\x56\x1d\xaf\x97\x30\x5f\x93\x2c\x5f\x5a\x0b\x1f\x00\x7d\x8c\x3e\x80\xba\x5d\x4c\x49\x71\x9f\x7a\xde\xc4\x12\xd4\x94\x34\xa2\xa6\xed\x22\x72\xc0\xcd\xa0\xad\x15\xc5\x07\xbb\x1f\xa3\x6e\x61\xe6\x34\xc9\xf7\xc6\x80\xb9\x62\x46\x24\x93\x64\x13\xe2\x6b\x65\x11\x00\x67\x20\x10\x10\x02\x59\x45\xea\xdf\x0b\x04\x47\x3f\xcc\x27\xc8\x27\xc3\x0f\x84\x2d\x53\xfb\xda\x8f\xb0\x17\x65\xe3\xd6\x0d\xb1\xeb\x15\x7e\x6e\x74\xfe\x4d\x06\xd8\xfe\xd8\x15\x78\x07\x74\x7c\xa2\x97\x5c\x0b\xfa\xc9\x83\x8d\x62\x37\x66\x1f\x8b\x98\xf0\x34\xe5\x32\x3c\x67\x6e\xff\x60\x33\x95\xc8\x89\x8b\x56\x87\x2c\x00\xbf\xc0\xc6\xfd\xcf\x78\x08\xa8\x00\xa3\xf6\x87\xd4\x98\xb4\xfc\x7e\x23\xc7\x42\x61\x19\xc0\x5c\xee\x9a\xaa\x9e\xe6\x1f\xff\x2c\xaf\xe0\xc4\xee\x22\x29\x38\xc3\x23\x92\x3d\x03\x4e\xd4\x86\x86\x48\x1f\x6a\x62\xc6\x05\x46\xff\xd4\x67\xa1\xcf\x79\x8a\x0a\xf2\x6a\x8a\x78\x64\x8c\x9b\x50\x83\x3d\x9c\x56\x30\xb8\xd6\x73\x5b\x45\xd9\x9f\x02\x6f\xa5\x29\xb9\x6b\xb0\x57\x02\x91\xcb\x26\x8e\x81\xf6\x6b\xaf\x7f\x2a\xfd\x7d\x52\x4f\x63\xd7\x3c\xdd\x86\xb0\xd6\xc7\xd7\xaa\xd2\x75\x8b\x70\x46\x59\x57\xf1\x67\xc9\x4a\xcc\x79\x73\x20\x5a\x3a\x6c\x5f\x23\x07\xfc\x8e\xa3\x7c\x7c\x0b\xe8\xbe\x4d\xc9\xf1\x0e\xd6\x68\x4a\x7c\xb6\x8b\xde\x67\xdd\x8d\x8f\xbd\x6e\xda\x14\xeb\xc6\x2a\xae\x7f\x8c\xfe\xef\xed\xd5\xe5\xd1\x0c\x0b\x39\xc5\x90\x7c\xe8\xda\xea\x38\x0c\x7a\xa3\x80\x3a\xf3\x3a\x65\x68\xc0\x8e\xd0\x84\x77\x8c\x37\xe7\x14\x4d\x95\x9a\xcb\xd3\x93\x93\x09\x55\xd3\x7c\x74\x9c\xf0\xd9\x49\xb1\x36\x27\x78\x4e\x4f\x46\x19\x1f\x9d\x08\x02\x11\x7d\x47\xdf\x1d\x7f\xff\x1d\x6c\xcd\xc9\xe3\x77\x27\x60\xc3\x3f\x9e\xf0\xdf\x5d\x7c\xff\x9f\x7f\xfc\x93\x6e\x78\xbe\x50\x53\xce\x4e\xad\xab\x68\x69\xdb\x47\x46\xf0\x3d\x31\x9f\x94\x7a\xf9\xcf\xe3\x6f\xc3\x61\xd8\x57\x67\x3c\x25\x99\x3c\x79\xfc\x6e\xe8\x76\xe6\x78\xbe\x8e\xf3\xab\x60\xf8\x7e\xc9\x4b\x05\xa2\xf4\xef\x9e\x64\x5c\xee\xd1\xaa\x6d\xa9\x39\x2b\x61\xbc\xe6\x16\x27\xe6\x81\x54\xfc\x81\x6b\x68\x60\x5e\x92\x6a\xd0\xe9\xd7\x85\x0f\x6e\x94\x6d\xd6\x4a\x4f\x03\xef\x1b\x4d\x00\x9a\xd2\xd8\x20\xe6\x98\xd6\xc5\xf9\x58\x2f\xf3\x36\xeb\xf7\x9c\x20\xab\xbb\x46\x57\xb5\xd3\xdd\x10\x59\x35\x33\x5f\x3b\x9f\x38\x7f\x72\x88\xaa\xbb\xc0\x21\x6d\x59\xa9\xc3\x83\x35\x1a\xe2\x81\xb1\xb8\x71\xad\x47\x23\xd1\x12\x9b\x30\x09\x1b\x62\x29\x21\x1c\xd3\x80\x1d\xf0\xb1\x87\x8d\x35\x91\xb4\x06\x61\x9a\x8f\x6b\xfe\x78\x9f\xf1\x91\xfc\xc6\x43\xac\x60\xe9\xfa\x28\x30\x0f\x9a\x49\x70\x37\x28\xa5\x6e\x29\x9e\x53\x3f\x71\x67\x26\x94\x42\xd6\x59\xf8\x7a\xa2\x2a\x02\x5d\x4d\xc6\x27\x16\x3c\x67\x0e\xe5\x91\x33\xc2\xc7\x10\x25\x00\x17\xa0\xf3\x82\x80\x11\x84\x71\x15\x64\x77\x0a\x32\x37\x8c\x14\xcc\x75\xcd\xcb\xbd\x25\xd2\xe9\xaa\x75\x7e\x0e\xa4\xd3\x6d\xd7\xdd\x1e\x9c\x57\x5a\xf0\x6d\x43\x15\xcc\x51\x5a\x83\xcd\xc2\xfb\x2b\x5d\x13\x9e\x0f\x80\x2f\x22\xac\x60\x66\xd0\x4c\x20\x3c\x99\x1c\x29\x7e\x04\x69\xf1\x90\x6c\x6d\xb0\x87\x9b\x2a\x72\x80\x4b\x67\x9d\xeb\x40\xbf\xdf\x62\x9c\x26\x24\xfd\x73\x30\x50\x7b\xf7\xca\xa2\xb6\xb9\x56\x2e\x19\x23\xc2\x1a\xab\x57\xde\x1c\x6b\x3a\x7c\xc2\xad\x5c\xee\xf1\x2d\x04\xd0\x10\x17\xd6\xc7\xfb\xe1\x80\x09\x1c\x23\x88\xbb\x9e\xf2\x19\xd7\xd7\x36\xcf\x65\xf0\xd0\xc4\xed\xc3\x65\xb3\xa4\xcc\xfc\xdc\xc0\xe0\xbc\xde\x6c\xf4\xd1\xd2\x8f\x8c\x2e\x1f\xbe\xb4\x1a\x1c\x3b\x98\xc9\x28\x06\x17\x5e\x31\x7e\x8f\x0a\xbb\x9c\x6e\xc0\x9d\x38\x03\xdb\x29\xd4\x3c\xb1\x58\x8f\xf4\x1f\x5a\x54\xd7\x24\xe5\x63\xe4\x5d\x5e\xbd\x0d\x3c\x35\x68\x4f\x21\x1e\x5c\xa9\xb4\x69\x79\xf8\x84\xe5\xb3\x35\xf7\xc0\x07\x31\xb5\xd9\x00\xcc\x4c\x58\x8f\x8b\xe7\x39\xaa\x0d\xe8\x69\x3a\x97\xae\x1e\x4a\x3a\x74\x88\x64\xeb\x0d\xf5\xd6\x37\x60\xc1\xc7\xaa\xe3\x2e\x00\x1d\x20\xfa\xcb\xac\xb1\x61\x08\x4e\xb6\x68\x0a\xb2\x58\x47\x6b\x5d\xa6\x04\xd6\x85\xe2\x19\x7c\x99\x22\xf2\x56\x93\x67\x45\x01\xf1\x1f\x3e\x16\xa5\x8a\x16\x73\xd2\x41\xa3\x1c\x9e\x5f\x5e\xdd\x85\x2e\x46\xca\xe0\xf1\x51\x32\x25\xc9\x03\xa4\xe1\x98\xeb\xc4\x10\x9a\x2b\x53\x35\x5a\x0c\x58\x51\x10\x43\x71\xe7\x2f\x5b\x78\xc4\x51\x8f\xba\xcb\x05\x4a\xa9\x9c\x67\x78\x01\x9e\x09\x66\x62\xec\x0a\xaf\x86\x0f\x4e\xd5\xc7\x6c\x33\x03\x1c\x54\xec\xb0\xfc\xd3\x49\xb0\xf0\x2f\x37\x09\x5f\xae\xd2\xc7\x8b\xd7\x09\x6c\x5b\x63\xc0\x6e\x13\x69\xd5\x54\x7b\x26\xf0\x97\x9b\x1d\x0d\x5d\xee\x3e\x4f\xbc\x5c\x14\x75\xf0\xce\x45\xb0\x83\x92\x3a\x70\xf5\x1c\xf5\xbf\x4d\xb1\x30\x22\x1e\x49\x3a\x60\x71\x26\xbe\x15\x02\x8a\x5d\x46\x45\x4d\x82\xa6\xf3\xb7\xbe\x61\x26\x04\x39\x5c\x1e\x04\x06\xd9\x87\x05\xee\x90\x8f\xd2\x5e\x52\x23\xa1\xbe\x18\xe2\x33\x80\xf9\xb7\x36\xd6\x15\x45\x10\x2c\x82\xb9\x2d\x51\x12\xf9\xc5\x3c\x61\xfa\x3c\x63\x03\x42\xe2\xa3\x57\x6d\x34\x6b\x25\x69\xab\xae\x8d\x01\x73\x09\x38\xe3\x3c\x33\xc0\x52\x0d\xab\xe5\x60\x07\x5c\xa8\xe0\xeb\x85\x8c\x7a\x83\x00\x0a\x8a\x46\x78\xf7\x95\xcb\x98\x48\x16\x45\x75\x5a\x20\x5d\xc2\x64\x0e\x77\x84\xc3\x8b\x87\x1c\xba\x09\x51\xc0\x9e\xd3\x3c\x33\xf9\x24\xe0\x98\x04\x08\x03\x9c\x65\x88\x2a\x39\x60\x1e\x71\xc1\xe0\x67\xc2\x15\xea\xb2\x03\x53\x2b\x43\x43\x17\xd0\xac\xad\x2a\x06\x17\x2b\x4d\xa8\x0a\x47\x04\x0e\xb7\x45\x88\xb1\x3c\x9f\x13\x6c\x82\x9f\xed\x31\x64\xa1\x10\x5d\xde\x04\x1b\x29\x0c\xb5\x9e\x76\x11\xb4\xdb\x4c\xba\xa6\xd6\xd7\xda\x5b\x72\x8c\xba\x66\x76\x5a\x82\x76\x05\x8f\xcc\x68\x6d\xca\x95\x8d\x49\xd1\x62\xaa\x92\xbe\x66\xab\x57\x44\xe6\x58\x28\x9a\xe4\x19\x16\xd9\xc2\x15\x6a\xa6\xe3\xa0\x76\x13\xec\x81\xc9\xb7\xb7\x45\xa1\x01\x86\xde\xda\xb2\x25\x9e\x91\x20\xd5\xc7\xea\xeb\x59\xe0\x0b\x33\x20\x82\xc6\xc9\xa2\xdb\xfa\xe6\x18\x9d\x97\x2b\x75\xc1\x99\x08\x70\x7a\xa8\x34\xec\xcf\x8f\x37\x88\x51\x37\x15\xbf\xe8\x58\xeb\x08\x5f\x05\xa7\xae\xa9\x8a\x24\x96\x0f\x6b\x3a\xda\x1c\xda\xeb\xf2\xf8\xaa\xda\x1c\x95\x3b\xa8\x34\x18\xb9\xdf\xfc\x81\x68\x18\xa0\xbb\x19\xd6\x1c\x64\x88\x71\xb4\xc1\x40\x7f\x0e\x4a\xf9\x95\x07\x3b\x5b\x52\x2a\x0a\xf6\x71\xcd\xa1\x06\x30\xee\xeb\x0f\x34\xa0\x9c\xd0\xad\xda\xb8\xb2\xab\x75\xf2\x9f\x23\x40\x75\xa4\xc7\xa5\xf5\x21\x62\x1c\xf1\xa5\x6a\xc0\x30\x06\x8b\xbc\x0e\x30\x99\xfe\xb0\x8d\x08\xca\x28\x7b\x70\x49\x71\x7a\xe7\x3b\x08\x17\xad\xc3\xe1\x33\xa3\x37\xc4\xdc\x20\xd6\xd4\x81\xca\x6e\x21\xe9\xb4\x0b\x2c\xaf\xd7\x25\xdc\x48\xd6\xc2\x0d\xae\xd4\xcc\x0d\xe6\xd1\x7e\x5b\x96\x86\x7e\x79\x09\xd6\xc5\x7b\x99\xfb\x25\x08\x42\x51\xd4\x57\x51\x6d\x5c\xdf\xeb\x29\xae\x2f\xbc\xbd\x1a\x28\xfd\xfe\xf2\xbc\xf7\xa1\x7f\x19\xa3\x9b\xff\xe5\xbe\x77\x1f\xff\x72\x73\x7f\x79\xd9\xbf\xfc\x18\xfe\x74\x7b\x7f\x76\xd6\xeb\x9d\xc7\xef\x7d\xe8\xf6\x2f\x4a\xef\xe9\x9f\xe2\x97\xba\xef\xaf\x6e\x4a\x78\xea\xb7\x3f\xf6\xaf\xaf\xe3\x9f\xee\xfa\x9f\x7a\xe7\xc3\xab\xfb\x08\x92\xfd\xfc\x97\xcb\xee\xa7\xfe\xd9\xb0\x66\x3c\x37\xbd\xb3\xab\x9f\x7a\x37\xbd\xf3\xa5\x50\xeb\xc5\x7c\x6b\x97\x74\x17\xde\xe8\x8d\xf1\xf5\xbb\x68\x2c\x28\x61\x69\xb6\x30\xc1\x72\x4e\x49\x29\xc5\xe6\x84\x57\x00\x9d\x11\x9e\x6f\x13\xf3\x76\x37\x25\x88\x3f\x6a\xf5\x32\x43\xb6\x35\x1b\xea\x8f\xe5\x43\x23\xba\x8b\x12\x55\x6b\xe3\xd2\xd0\x5e\x25\x16\x3e\x78\x7c\x69\xcc\xaa\xcf\xfd\xb6\x9d\xa0\x39\x11\xcb\xc6\x02\x17\xb4\xc8\xe7\x8a\x8e\x9a\xa3\x18\x5b\xe6\x44\xaf\xaf\x06\x1a\xa4\x92\xfa\xa4\xce\xcb\x7a\xc6\x18\x05\xf3\x6d\x13\xc7\x04\x2d\x6c\x5a\x36\xc2\x7f\xed\x62\x3f\xe6\xf9\x28\xa3\x09\xa2\x69\x81\xaf\x62\xa2\xfc\x4c\xcc\xb9\x31\x45\x95\x01\x8d\xe6\x44\x80\xc4\xa4\x05\xd1\xb9\x20\x47\x38\x57\x53\x57\x83\x12\xc2\x9f\x2c\xfc\xe4\x80\x49\x92\x08\xa2\x5c\x59\x6c\x92\xba\x42\x02\x41\x4f\x30\x18\x9b\x79\x92\x42\x92\xeb\x71\x00\x2e\xd9\x60\x7b\x34\x5f\x9a\xd6\xd7\x30\xbe\x98\xf7\x97\x2e\x8d\x1d\x31\x95\xe5\x62\x71\x20\x1b\x9a\x87\xae\x1c\x81\x9e\xb7\xe6\xd4\x89\x8b\x90\x34\x9b\xec\x82\x2d\xeb\xa7\xb1\x8a\xc6\x42\x42\x89\x63\x23\x6d\xeb\xf6\xd1\x99\x20\x70\x89\x58\x57\x9a\x53\xa3\xc1\xf5\x6b\x83\x33\x21\x26\x53\x6b\x0c\x23\x32\xc5\xd9\xd8\x58\x64\xf4\xd6\x14\xe7\xaa\x4a\xa2\x77\xfc\x81\x30\x5b\x1e\xfe\x55\xd8\x21\x33\x02\x78\x91\x8b\xe4\x8d\x13\x85\xf9\x06\x4a\x99\x0b\x57\xc3\xde\x04\xa7\x9b\x32\xa9\x46\x5c\x0d\x1e\x9b\x08\xd1\x02\x6b\xcc\xc5\xb5\x8f\xc7\xf4\xb3\x6e\x70\xc0\x48\x2d\xda\x12\xf8\xdb\x5d\x56\xb8\xe7\xcb\x80\x36\x62\x52\x6b\x1f\x08\x83\x4a\x08\xa6\x9c\xd9\x4a\x9a\x5d\xcf\x4e\x58\xdd\x8b\x25\x86\x42\x30\x3f\xd1\xa8\x40\x44\x68\x3d\x76\xeb\x04\x59\x28\x0f\xe4\x18\x9d\xdb\x84\x41\xfd\xcb\xd9\x45\xbf\x77\x79\x37\x3c\xbb\xe9\x9d\xf7\x2e\xef\xfa\xdd\x8b\xdb\xb6\xc7\x6f\x17\x81\xcc\xa5\xd3\x57\x8e\x25\xf7\x1c\xe2\xc4\x9e\xbc\x22\x9f\xc6\x4f\xaa\x38\x76\xb0\x25\xab\x47\x4f\xd3\xf9\x30\xa5\x32\xd1\xd7\xdf\x62\x48\x58\x0a\x30\x75\x1b\x91\x6a\x7d\x53\xe5\x59\xf8\x37\x90\x7f\xc3\x71\x10\x73\xdb\x3d\x3a\x8a\xf6\xcf\x01\xc7\xc6\x56\x02\xd7\x87\x3f\x1d\xb0\xe0\xb6\x39\x5e\x8d\x4d\xac\x9b\xdb\x6e\x6e\x71\x13\xe5\x39\x99\xf1\x52\x29\x73\xac\xf9\xa3\x7b\x0d\xf2\x54\x1b\x56\xc5\x62\x87\x84\x58\x79\x34\xa8\xc6\x84\xb4\x8a\x3c\xc3\x2c\xc5\x8a\x8b\x45\xc3\x14\xdb\x31\xcf\xf0\xd8\xc4\x2c\x34\xbc\xb2\xb5\xfe\xef\x76\xc1\xbc\x8a\x59\x99\x94\x0c\xa2\xde\xdd\xd5\x8f\xbd\xcb\xdb\x61\xef\xf2\xa7\xe1\xf5\x4d\xef\x43\xff\xbf\x3d\x28\x80\xad\x2d\x1f\xd7\x79\x21\xfa\x52\xd4\xdc\xc5\xa5\x27\xd6\xf2\x17\x53\x6c\xc5\xb5\x63\x01\xf6\xe9\x78\xc0\x1c\x67\x11\x45\xf3\x53\xc1\xf3\xc9\xb4\xbe\xa1\xf2\x28\xaf\xbb\x77\x3f\x6c\x34\x4c\x48\x1e\x37\x15\x19\xcc\x69\xab\x62\x2c\xd1\xb1\xe5\x7b\x06\x98\xa9\x34\x3c\x80\x40\x80\x57\xeb\x0c\xde\x0d\x1c\x6d\x23\xed\xa5\xca\xb4\x96\x0a\xff\x35\xaf\x37\x11\xd0\x5d\xc0\x37\xa3\x6b\x04\x82\xda\x4c\xb1\x9f\x4a\x6b\xa7\x35\xbf\x45\x37\xd8\xf7\x47\x19\x99\x4c\x48\x6a\xc8\xab\xdc\xb0\x35\x05\x59\x16\x98\x14\xf7\x7a\xdd\x2a\xda\xd2\x1b\x5b\x5c\xcc\x3e\x8e\xa4\x3d\x03\xbf\xf6\x9f\xd4\xf3\x8a\x33\x57\x84\x2f\xe1\x4c\x2a\xcc\x1a\x1c\x54\x6b\x16\x0a\x2f\xea\x0b\x88\xa2\x5c\xbf\x35\x90\x38\xcb\x75\x71\x0e\x36\xf1\xe6\xd8\x12\x23\xcc\x5a\x3c\x82\xd2\x23\x41\xd5\xc0\x9a\x4d\x28\x95\x62\x7e\x76\xe3\xc6\x52\xd5\xc9\x66\xcc\x83\xc5\xd1\x60\xbc\x5b\x38\x37\x63\x0d\x82\xc2\x09\x8d\x81\x75\x3b\xae\xdc\xee\x2d\x9e\x45\xd9\x69\x5f\xc8\xdc\x09\x6f\xeb\xdb\xb7\x4a\x45\x9b\x83\x82\xd6\x69\x9e\x58\xdc\x42\xd3\x6c\xe1\x39\xb7\x06\x2d\x77\xc1\xa6\xe8\x28\x2c\x94\x9f\x1e\x41\xee\xf3\x80\x35\x79\x35\x6a\x8a\xcc\x87\x14\x70\xed\x6e\xad\xed\x70\x33\xd6\x08\xf8\x73\x8b\xdd\x2e\x25\x05\xb9\xd7\x41\xd8\x6b\x08\x3c\xb0\xfb\x32\xc2\xc6\x6d\x19\x5f\xc7\x4d\xd9\xa9\x9e\xab\xae\x17\x1f\xd1\xce\x35\x1f\x83\x5e\x98\x2b\x72\x8a\xa5\x91\x5c\x55\x32\x8d\x07\x0e\xb3\x89\x81\x2d\xca\xc3\xf5\x92\xe0\x76\x16\x82\x56\x8e\x8b\x8e\xd1\xa9\xa9\xb4\xa3\x0f\xcb\x14\xf8\x9a\x2b\xeb\x11\x7e\x28\x1c\x79\xe5\xc5\xf0\x3d\x60\x58\x19\xce\x59\x32\x45\xf3\x0c\x9b\x34\xac\x29\x96\x86\xa4\x9d\x63\x1c\x8f\x68\x46\x15\x64\x90\x1b\xa7\x52\x69\x85\xb5\x46\x83\xc5\x83\xc3\xae\xc2\x05\x82\xcd\x32\xa2\xdf\x32\xec\xad\x28\xc0\xf9\x92\x81\x6f\xc5\x91\x0d\xbe\x58\xea\x92\x2a\xc8\xd2\x06\xbd\x15\xdb\xa1\x39\x1e\x90\x65\x31\x97\xf5\x76\xd6\xb6\x78\x5d\xfe\x3c\x5a\xef\x9a\x8b\x7a\xfd\x38\x01\x0b\xcb\xb8\x06\x9b\x2f\x83\x36\xd6\x9e\xac\x71\xc6\x71\x43\xe1\x30\xd7\xb6\xc1\x60\x6c\x6a\x3b\xe5\xf9\xa8\x09\xf3\xcb\x8c\x6a\x79\xeb\xcb\xec\xfe\xee\xdc\xee\xca\x2e\x18\x32\x40\xac\x88\xa2\xeb\x99\x36\x82\x49\x63\x45\x8e\xe0\xf3\xfa\xc6\x2d\xd2\x55\xeb\x39\x57\x08\xad\x40\x02\xf6\xc8\x62\x5a\xa4\xad\x29\x3f\xfd\x97\x1c\x4a\x5c\x5f\x8d\x6f\x4d\x4a\xf3\x36\x44\xa6\x68\x95\xc2\xea\x4f\x62\xb9\xd7\xbb\xd8\xa9\x12\xd2\x40\xeb\x74\x96\xba\xd9\xdc\xea\xaf\xdb\x1f\xc8\xb8\xba\xe6\x5c\x50\x0e\x89\xc7\xb6\x24\xe7\x12\x70\x94\xda\x7e\xb7\x58\xc9\xbf\xe7\x24\x27\x9a\xf6\x47\x79\x3a\xa9\xda\x36\xd7\x90\xce\x8a\x29\x4d\xf9\x13\x9a\xe5\xc9\x14\xb9\xc6\x51\x4a\x32\xbc\x88\xa6\x06\xf2\x92\xe2\x19\xc0\x8d\x6d\x88\x7d\x94\xe4\x52\xf1\x19\x84\xab\x15\xed\x8a\x9c\x01\xc1\x23\xac\x94\xa0\xa3\x5c\xd5\x46\x43\x45\x20\x20\x1b\x3a\xb4\x6e\xaf\x7b\x67\xfd\x0f\xfd\x92\x37\xa9\x7b\xfb\x63\xf8\xef\x9f\xaf\x6e\x7e\xfc\x70\x71\xf5\x73\xf8\xdb\x45\xf7\xfe\xf2\xec\x87\xe1\xf5\x45\xf7\x32\xf2\x39\x75\xef\xba\xb7\xbd\xbb\x15\x6e\xa5\x6a\xaf\xcd\x1b\x81\x03\x8c\x12\x2d\xbb\x58\xc3\x25\x78\x00\x9d\x76\x69\x7b\x3d\x45\x5d\x87\xd8\x12\x96\x4c\xc3\xce\x35\x08\x2e\x6d\x53\xc3\xcd\x7a\x10\xcf\xb1\xc2\xb6\x26\xe6\x31\xea\x22\x57\xdb\x14\xc2\x46\xa5\x16\x16\x2c\x9c\x85\xde\x1d\xd3\x84\x96\x18\x92\x42\x73\x2b\xca\x72\xf0\xb1\x05\x92\xc9\x48\x08\xdf\x68\x2b\xd9\xff\x7f\xec\x7d\x5b\x73\xdb\xc8\xb5\xee\x7b\x7e\x05\x2a\xe7\xc1\xf6\x29\x4a\x3a\x93\x54\xaa\x4e\x4d\xd5\x79\xd0\xc8\x9a\x84\x29\x5b\x76\x24\x79\x7c\xf6\x0e\x52\x74\x13\x68\x52\x88\xc1\x6e\xba\x01\x48\xc3\xa4\xf2\xdf\x77\xf5\xba\x74\x37\xae\x04\x48\xca\xf1\x9e\x3d\x0f\xc9\xcc\x88\x40\x77\xa3\x2f\xab\xd7\xf5\xfb\xce\x63\x75\xfd\x28\x55\x59\x01\xb6\x9c\xc8\x73\xe6\xa0\xe5\x07\x82\xb2\x2f\x1e\x65\x91\x6d\xb2\x5c\x18\xcf\xa0\xf0\x8e\xda\x02\x85\x9d\xc7\xea\xaa\xfc\xdb\xb0\xda\x6c\x3c\x7c\x98\x47\x30\xee\xab\x37\x73\x50\x81\x92\x92\xe1\x81\xb9\xf3\x58\x21\x50\x09\xf5\xb8\x11\x90\xca\x5c\x6a\xf2\xa7\x61\xf7\xbd\xa4\xfc\xb7\x1d\x0c\x06\x07\x20\xe1\xa0\xe7\xf9\xb9\xb2\x6b\xdc\x20\xf9\x5f\xae\x55\x69\x76\xa3\xf5\x9a\x7b\x40\x97\x2b\x40\x37\xa5\x44\x9a\x3a\xab\x02\xba\x3b\x22\x6e\xfd\x06\x94\x1d\xce\xf2\x22\x6f\xbc\x73\xba\x4b\x40\xb0\xeb\xd1\xbf\x73\x7b\x09\x7d\xab\xf3\x10\x56\x55\xc3\x2c\x2c\x75\xa5\x52\x66\x85\xdf\x64\xea\x62\x23\x7e\x7e\xc5\x5f\x8a\x55\x8a\x0e\xd9\x14\x10\x28\x64\x6e\x2d\x91\x9d\x15\x72\xc3\xd3\x15\xab\x81\xf9\xda\xaf\x2d\xb2\x64\x05\xb3\xc7\xdb\xa8\x98\xbc\xf4\x28\x77\x5d\xeb\xd7\xc2\xa7\xc6\x04\x29\x3a\xf0\xd0\xc8\xd6\x48\xfb\xa0\xcb\x8c\xca\x31\xe1\xcd\xfd\x37\xa4\xdd\xd6\x38\x34\xba\x65\x77\x18\xe5\x3d\xea\xd8\x74\xc6\x97\x9f\x01\x60\x9c\x7a\xb2\x6b\x86\xd1\x66\x76\x74\x52\x9a\x31\x85\xd1\xec\x62\xfd\x5d\x2f\x81\xa8\xbb\x60\x8e\x3c\x23\xc1\xb1\x0d\x4b\xc1\x78\x78\x80\x53\xd0\x0a\x61\xf3\x16\xc8\x65\x01\xee\x5e\x65\xcd\x2d\xf9\xa5\xa2\x88\xdd\x77\xff\x67\xda\x3d\x5b\x9a\x5d\xc4\xd8\xab\x61\x3e\x3d\x95\x93\xd0\x9d\x0b\xe3\xaa\x54\xd6\x05\x5e\x72\x5b\x29\x7b\x15\x9f\x22\xd9\x61\x7c\x34\xab\xd1\x29\xfd\xe7\xde\x74\x7d\x76\xc4\x1a\x7c\xfe\xd9\xd0\x9e\x7e\x6a\x80\x3c\x51\x77\x90\x0f\x4b\xad\x87\x17\xda\x52\x24\x9f\x9f\x84\x49\xd1\x57\x08\xd9\x07\xe7\xd1\x9f\xf4\x93\x7c\x94\x66\x16\x25\xd2\x94\x82\xf0\x1f\x0a\x08\xbf\xc2\x81\xa2\x76\x62\x05\x29\xe2\x08\xa6\xa1\x80\x5e\xb0\xcc\xd6\x0f\xd6\x9e\x0c\x82\xe7\xda\x58\x71\x54\x22\xb8\xce\x56\x26\x54\x71\xdf\x33\x01\xab\x5c\x3c\xb6\x01\x2d\x0e\xa9\x8d\x8d\xe6\xae\x68\x89\xa3\x53\x8c\x31\x3a\x94\xee\x40\x13\x46\x42\x13\x4b\xa4\x67\xd1\x5a\xe7\x42\xad\xcf\xcf\xcf\x23\x59\x26\xe7\xaf\x26\x6d\x74\x6a\x30\x8c\x77\xb9\xdc\xce\x5c\xeb\x42\xe6\x3b\x57\x25\xee\x32\xf0\xed\x34\x43\xc6\x7f\x91\xa1\xcb\xa3\x63\xfb\xdf\x35\x6b\x6c\xbf\xae\xeb\xbc\xdb\x52\x9d\x5c\xac\xd3\xd3\x0e\x40\x96\x4f\x68\x09\x9f\xef\xb6\xbc\x26\x14\x9f\x31\xc3\x88\x2f\x42\xeb\x01\x84\xd3\x6a\x6a\x65\xd5\x4f\xba\x8f\x8a\xef\x20\x10\x97\xce\x96\xa8\xc4\xfb\xa0\x8a\x99\x3e\xcf\x45\xa3\x40\xe8\x88\xda\xa0\x8e\x53\xd3\xb1\xa9\x5d\xe5\xdf\x31\x59\x45\x3a\xaf\x36\xfd\x98\x23\xc7\x2a\x6a\x7e\x90\xf8\x6f\x57\xd0\xdd\x68\x45\xcd\x93\x1a\x32\x68\x32\x8d\x17\xdd\xad\x54\x1b\x65\x25\xb2\xc9\x0a\x40\xc7\x39\xa4\xb6\xc7\x35\x83\x4d\x43\x54\x68\xb7\x45\x37\x1f\x56\xfd\xe4\x3b\x2c\x57\xe2\x28\x02\xbd\x52\xa0\x36\x05\xa1\xa4\x7e\xe1\xd3\xcc\x55\x9a\xbc\x46\x00\xc9\x7b\x50\xfc\x0c\xd4\x93\x00\x15\x92\x92\x29\xa0\x41\xe6\xe0\xd7\xd1\x8a\x2b\x45\x3e\xcb\x80\x46\x28\x05\xbc\xc8\xa7\xf3\xe8\x47\x6d\x80\x2b\x88\x62\xc3\x14\xbe\xf7\x37\x63\xe9\x3b\x41\x1f\xf4\xe3\x77\x9c\xb5\x81\x5f\x88\x4d\x00\x2e\x7f\x2a\x54\xd9\xd9\x80\x4f\x6a\x82\xb6\xf0\x95\x9f\xac\xb5\xdd\xf9\x38\xb5\x0f\x8f\x22\x04\xf7\xe5\xc7\xbb\x08\xa7\x9a\x90\x05\xcd\xd0\x40\x83\x46\xf6\xe7\x8d\xc0\x74\x2d\x0e\xd0\x38\x6a\xeb\x80\x93\xce\xd0\x92\x76\xda\x65\x99\x3c\xf8\x1b\xae\xce\xa6\x45\xfc\x0a\xf4\x9d\x1b\x8f\x95\x88\x29\x79\x61\x6e\x13\x31\xb6\x3b\x4b\x59\x2b\x09\xc1\x00\x51\x46\xa9\x0e\x9b\x8d\xb2\x72\x7f\x02\xc9\x44\x3c\x8f\x7d\x5b\xad\xd4\x98\x18\x40\xdf\x59\x8b\xe9\x80\xea\x9a\x21\x3a\x02\x67\xdf\xa1\xee\x4d\x70\xfd\x4d\x84\xbf\x7a\xbd\x69\xac\xea\x5d\xb5\x26\x89\x33\x3c\x32\x23\x11\x98\xab\xb0\x5a\x42\x99\x3d\xda\x83\xda\xde\xd6\x6e\x83\x82\x04\x68\xef\xbd\x58\xe1\xb0\x03\x74\xaf\xcf\x72\x57\x84\xdc\x00\xb4\xa3\xa2\xbe\x0d\x99\xd9\xef\x61\x86\xfd\xbd\x4b\x01\x13\xb7\x08\xd8\x0e\xc7\xdd\x28\xd8\xe9\x5b\xfb\xf2\x40\xea\x58\xab\x71\xbb\x07\x7d\x29\x8e\xf7\x5d\x91\x98\xf0\xf3\x4c\x6b\xe8\xb3\x43\x3a\x98\x30\xbd\x1b\x10\x0c\x2c\x6b\x47\xc5\x8a\x00\x00\x83\xa8\xab\x15\x38\xed\x65\xa3\xfa\x40\x84\x1d\xdb\xd5\x8a\xd5\x01\x9c\x91\x29\xdb\xba\x09\x48\x99\x5a\x86\x88\xb7\xb1\x82\x8a\x7d\x45\x9d\x1d\x1e\x98\x72\x44\x8b\xdb\x9b\x66\xe4\x55\x65\x9a\x38\xc2\xe5\x41\x92\x09\xd4\xb2\x13\x69\xa7\xef\x52\x75\x66\xf8\x70\x7e\xcf\xdd\xf5\xd5\xed\xf5\xfd\x57\x4b\x43\xe2\x1c\xa0\xc9\x79\x48\x3c\xce\xd7\xd7\x3f\x5e\x7e\x78\x73\xbf\x78\x3d\xbf\x7d\x8e\x44\x24\xfa\xe9\x80\x4c\xa4\x3b\xc2\x15\xbd\xd2\xaa\x94\x3f\x1f\x75\x27\x9b\x4a\x2d\xc4\x84\x8c\x78\x87\xdd\x3b\xa4\xee\x60\xa3\x6d\x5c\x54\x07\x5a\x4a\xa8\x50\x78\xa3\x39\x18\xd4\x80\x51\x76\x95\xe5\x39\xd4\xa9\x39\x37\x2e\x15\x9f\xd8\x49\x05\xf9\xc3\xd4\x78\x24\x53\x63\xb5\xac\x01\xc3\x82\x6b\xe9\xc1\x1a\x5b\x58\xa1\xb6\xb5\x13\x60\x32\x28\x53\x1a\x82\x4e\x5d\x67\x4a\xfa\x61\x20\x21\x54\xa5\xa2\x5e\xbc\x3b\x5a\xc4\xe7\x2c\x43\x24\xc5\x6b\xac\xae\xc9\x3b\xae\xb6\x3f\x59\xfd\xe4\x1f\xdd\x17\xe2\x21\xce\x14\x2a\xa6\xb5\xd3\x7c\xd7\xbd\x75\x2f\xfc\x11\x80\x79\xb7\x2b\x29\xc0\xd7\x0d\x9c\x4b\x7e\x21\x69\x21\x10\xb4\xdc\x3b\xc1\x3f\x67\x98\xad\xa1\x57\x8d\x79\xb6\xa2\xd0\xce\x75\x06\x1e\x71\x81\xdc\x35\x51\x92\x57\x45\x29\x0d\x99\xe7\x97\x1f\xef\x62\x85\xd4\x9c\x74\x0b\x11\xb0\x35\x76\x81\xb9\x02\xba\xd6\x3f\x6b\x28\xa1\x04\x7b\x89\xbe\xd0\x8d\x14\xaa\x40\x46\xbc\x3c\x97\xc6\xef\x0c\x1c\x8f\x94\x29\x71\x22\x00\x6d\xa2\x7f\x9f\x48\xd1\x34\x9c\x5a\x3b\x5e\xfa\x95\x48\xc1\x9a\xfb\xa9\xaf\x0c\x12\x12\x11\x9f\x73\xe7\x74\xe4\xc3\x8f\xdd\x45\x94\xc3\xd9\xb9\x89\xea\xd9\xe9\xa3\xf6\xd2\x3d\x36\xf7\xeb\x56\x3a\xe1\x56\x1a\x71\xaf\x87\xb7\x44\xf4\xa0\xad\x00\x75\x98\xd4\x3e\x9c\xe9\xca\xb0\x73\xc8\xb3\xb1\xd3\xd8\x79\xeb\x78\x28\xa1\x83\x02\x9c\x37\xef\x6e\xae\xc3\xf0\xe4\xfc\xe6\xfe\xfa\x8f\xd7\xb7\xb5\x92\xbb\x37\xef\x2e\x6b\x65\x73\x77\xf7\xb7\x8d\x6a\xb9\x1f\xde\xbd\x7b\x73\xdd\x8a\x73\x5e\xdf\xcf\xdf\xd6\x1a\x7f\xfd\xe1\xf6\xf2\x7e\xfe\xae\xf6\xdc\x0f\xf3\x9b\xcb\xdb\xff\x08\xff\x72\x7d\x7b\xfb\xee\xb6\xd1\xdf\x87\xab\xe1\x88\x69\xed\x33\xba\x4d\x71\x1f\x90\x09\x50\x95\x3a\xa7\xf4\xcb\x71\x98\x7b\xa5\x28\x3b\x15\xea\xd1\x96\x0e\x71\xb2\x7d\xa9\xa4\xd9\x51\xe5\x3f\x6a\xa1\xf8\x97\x44\x28\x4c\xbb\x2a\x89\x55\x3a\x0d\xf3\x85\x62\xf5\x11\x79\xa7\x7f\x24\xca\xf7\x3f\x82\xd3\x94\x1f\xf6\xdc\x85\x70\x58\xff\x82\x7d\xb8\xdf\xce\x63\x55\xe3\x7c\x0b\xde\xaa\x51\xd6\x9e\xc7\x8a\xc1\x2d\x53\x9d\x14\xe7\x70\x96\xcf\xb5\x59\x5f\x10\x83\x83\x95\x75\xfa\xf3\x52\xeb\xcf\x17\x52\x5d\x80\xb6\x51\x5e\x88\xaa\xd4\x17\x10\x70\xc1\x84\x94\xe2\x82\x81\xde\x19\x29\xbf\xb8\x78\xc8\x1e\x25\xfc\xdf\xf9\x43\xb9\xc9\xff\x57\xb1\x7d\xf8\xf9\x6c\x9d\x9b\x33\xfb\xee\x59\xf8\xee\x19\xbf\x7b\xc6\xef\x9e\xd9\xd7\xf0\xff\xb6\x3b\x34\xdc\x25\x51\x6e\xc6\x2a\x53\x85\x34\x25\x54\x27\x3e\x99\xac\xf4\x84\xc0\xbb\xe8\xc5\x3f\xff\x19\x9d\x1b\xf1\x84\x09\xb8\xaf\x45\x29\xde\xa3\xe6\xf8\xaf\x7f\xbd\x88\x8a\x52\x13\x6d\xc5\x56\x98\x2f\x95\x2c\xad\x0e\x9b\xcb\xa4\x8c\xfe\x77\xac\x80\xe9\x66\xb3\x5b\x94\xa8\x51\xa3\x76\x99\x16\xd1\xff\xc3\x36\xe7\x88\x82\x91\x16\xb6\xa5\x9e\xdc\x9c\x4c\xe4\x1d\xdc\x20\x3d\xc6\xd7\x97\xfc\x35\x3d\x3f\x41\xe2\x7c\xc9\x6b\xb1\x7e\x07\x40\x59\x7c\xc9\x01\x6e\x25\xd7\x82\xc3\x3d\x91\xdb\xbc\x20\x01\x69\x70\x5d\x67\xa4\xe5\x54\x3c\xe2\xc4\x1c\x4a\x97\x74\x87\xd0\x4a\x6c\x93\xb5\x98\x2f\xc0\x0a\xf4\x16\x26\x00\xb0\x64\xf6\x84\xdc\xa1\x8e\x8b\x74\x94\xf0\xe5\x20\xfb\x4b\x6d\xc4\xda\xd3\x87\x32\x3d\xf9\xef\xbf\xbf\xb8\x98\x45\xeb\x02\xfe\xb1\xfc\x02\xff\x80\xf8\xc3\xa9\xc0\x64\x5a\x93\xe9\x42\x69\x63\x3c\xb5\xbd\x2f\x1f\x25\xc3\x9e\x1f\x90\xaa\xb1\x4d\x7f\xa8\x54\x9a\x4b\x9f\x4f\x5c\x33\x76\x73\xcd\xdc\x44\xa8\xf2\x40\xf2\x2f\xc3\x01\x67\x68\x80\x44\x4b\x99\x08\x2b\xf8\x5a\x7d\x63\x78\x5a\xaf\x4a\xa9\x50\xcf\x31\x1e\x10\x58\xa0\x4e\x02\xb1\x21\x08\xa6\x02\xd5\xe6\x66\x0b\xbc\x9b\x19\x38\x00\xef\x11\x85\x6a\xd6\xfc\x09\x98\xf3\x10\x53\x0a\x10\x5b\x90\xe0\x4f\xb2\x25\x8e\x75\x58\x95\xb1\xaa\xce\x56\xa8\x54\x14\xb0\x03\x57\x06\xfc\x58\x26\x12\xed\x81\xce\x30\xa0\x6f\x2d\x7b\xa1\x76\xe4\x33\x0e\x67\x02\x11\xaf\x82\x31\xcf\x82\x41\xe0\x9d\x80\x5c\xa1\xcd\x17\xcf\x63\xe5\x58\x27\x31\x9a\xc6\x3c\xc6\xdb\x1d\x95\x38\x36\x27\x3d\x63\x9d\x88\xa6\x7b\xe6\x79\xbd\x9a\xcf\x02\xa3\x71\xe8\x34\x01\x70\xad\x90\x74\x83\x89\x41\x5e\x02\x0f\xa8\x34\xc5\x2b\x7b\x0c\x01\xce\xb1\xf4\x30\x60\x59\xe1\x17\xc3\x91\x54\x92\x1e\x68\x9b\x87\x08\x22\x24\x20\xa8\x5d\x1d\x1d\xab\x4b\x05\xdb\x7f\x54\xbe\xf5\xf8\x46\xd7\x78\xe9\x5f\xbf\x6a\xac\x23\x8c\x0c\x77\xf2\xe6\x4e\x82\x08\xc0\x23\x1b\x4a\x5c\x6c\x94\x38\x2d\x51\x39\x61\x86\x83\xcc\x5e\x59\xa5\xb5\x00\xca\x58\xd1\x0d\x3c\x8b\x56\x52\x94\x0f\x10\x1a\x2f\x1e\x51\x18\xe3\x75\x5f\x3e\x69\x1f\x5d\x61\x9c\x4c\x08\xa7\xd7\x1a\xf7\xea\x3f\x3e\x06\xbe\x62\x91\x94\xe8\x3a\xee\x43\x10\x74\xaa\x0a\x4c\x56\xa7\x40\x3c\x60\x1e\x18\x76\xd1\xdf\xd1\x0c\xe0\xe3\xc1\x34\x61\x26\x76\xe8\x02\x8c\x9a\xe3\xc0\x1f\xac\xe0\xc1\xaf\x43\x07\x7f\x20\x1c\xa1\x1e\x89\xa2\xf1\x78\xce\xbc\x77\x2e\x84\x4a\x03\xcf\x4b\xdf\xa1\x1a\x98\x08\x18\xc0\x61\x89\xcb\xf6\xd5\xbd\x80\x12\x85\x34\x8c\x09\x89\xdf\x8a\x88\x12\x0f\x99\x49\xcf\xb6\xc2\x94\x3b\xde\xbe\x79\xb6\x34\xc2\xec\x80\xd0\x3c\xba\x34\x46\x3f\x9d\x7a\x16\x7a\x45\xcb\xbd\x28\x3e\x9f\x18\xa0\x06\x00\x99\xa6\x00\xcc\x74\xe2\xc9\xd4\x82\xe5\xa9\x5c\x1c\x86\x5d\xd3\x87\xbf\xd3\xd9\x8f\x91\xa5\xd9\x2d\xec\x46\xdc\x6c\x7b\x25\xc5\xa8\xb4\xab\xf1\x4a\xee\x34\x58\x1c\xb8\x9f\x47\xc0\xe2\xd4\x56\xf5\xdb\x81\xc5\xe9\x40\xbc\x69\xc3\xe2\xcc\x6f\xe6\xf7\xf3\xcb\x37\xf3\xff\x6c\xb4\xf8\xf1\x72\x7e\x3f\xbf\xf9\xe3\xe2\xc7\x77\xb7\x8b\xdb\xeb\xbb\x77\x1f\x6e\xaf\xae\x87\xeb\x5c\xdb\xa3\xf7\x2a\xf8\x59\x14\xf6\xf3\x7d\x74\x1f\xb8\xe0\x31\x5d\x89\xf4\x6f\xe2\x0c\x80\x5d\x65\x0f\x73\xa6\xd6\x33\x38\xa8\xdf\x47\xd7\xc6\xcc\x37\x62\x2d\xdf\x57\x79\x0e\x81\x32\xcc\x0d\xbc\x32\x12\x0c\xcf\x59\xf4\x5e\xa7\xf3\xe0\x3d\x48\x68\xee\xfc\x0c\xe8\x5f\xa4\xa9\x91\x45\x81\xdd\xcf\xa8\xff\x20\x2c\xe4\x92\xa5\x29\x2c\x2a\x1e\x45\x96\x5b\xfb\xed\x7b\xa0\x31\xd3\x2b\x22\xa4\x9d\xb9\xd4\xcb\xe8\x4b\xa5\x4b\x11\xc9\x9f\x13\xa8\xed\xee\xde\x27\x6f\xf4\xfa\x79\x6d\xa0\xee\x33\xbd\x1f\x0e\xa3\xc7\x48\x01\xcc\xec\xc5\x14\x1a\x7c\xfa\xca\xb7\xf8\x2a\x31\xdf\x77\xb6\x5e\x96\xf9\x09\x6a\x4d\xde\xe8\x75\x37\xca\x2a\x68\xd7\x04\x0d\xeb\xf9\x3a\xa1\x72\x4d\xaf\xa3\x22\x53\x9f\x63\xf5\xf1\x41\xaa\x48\x57\x06\xff\x04\x66\xbe\x55\x33\xf3\xaa\x78\x90\x69\xa4\xab\x72\x16\x3d\xc9\x68\x23\x76\xa8\x36\x83\x4d\xe0\x50\x3a\x61\xcb\xc0\x2d\x62\xdf\xce\x33\x65\xa5\xc5\x36\xe3\xcc\xa6\xe6\xd2\x9f\xc2\xe2\x62\x64\x03\x71\x3c\xf0\xd0\xb8\xf2\x8d\xa7\x07\x09\x99\xeb\x3e\x22\xce\xa1\x1f\x92\xdc\xc0\x5e\xa0\xf5\xe7\x6a\xeb\x31\x50\x5e\x30\xd0\x20\x4c\xf7\xa3\xce\xd2\x28\xad\xb6\x79\x96\x38\xb9\xfb\xa4\x4d\x2f\xd0\x13\xa6\xe0\x4d\x00\x7a\x6a\x24\x96\x0e\x7d\x58\x47\x7e\x5f\x10\x23\x1d\x80\x7c\x7a\x66\xd0\xab\x80\x3d\xba\x2a\xa4\x39\x2b\x4d\xb6\x5e\x83\x02\xce\xd9\xc2\xdf\x3e\x2a\x96\x47\xdd\x38\x3e\x31\x36\x2c\x5b\xc9\xf5\x3a\x4b\x44\x1e\xa6\xad\x78\x7f\xb7\x83\xdd\xe1\x63\xbf\xad\xcc\x56\x17\x90\x1d\xe1\x06\xd4\x5b\x4e\xbc\x35\x12\x90\x9f\x16\x48\xc8\x7d\x3c\x51\xf8\x7c\x15\x59\x03\x9d\x19\x2d\x7d\x5d\x17\x93\x02\xf3\x0d\xe7\xfb\x66\xd8\x69\xe4\x2e\x53\x90\x42\xad\x9f\x94\x34\xa0\xc1\x82\x43\xdf\x7e\xa9\xd2\xa0\x9b\x38\x28\x6a\x97\x79\xc2\x30\xe7\x2b\x97\x62\x83\xb9\xf7\xeb\xec\x51\xaa\xaf\x8f\x62\x16\x74\x90\x88\xe4\x41\x2e\x58\x2f\x3f\xb5\xc8\x72\x17\xc0\x44\x61\xc5\xf0\x9c\xa1\x28\x8d\x32\x40\x8e\x48\xd0\x74\xc2\x11\xb7\x65\x17\xc2\x4e\x8f\xba\x94\x00\xb8\xb4\xee\x9f\x6b\x5e\x07\xc7\x62\x70\xbb\x24\xb9\x43\xb5\xff\x61\x47\xc0\x3a\xd7\x4b\xa8\xb1\x6a\xa3\x73\x87\x37\x6c\x1f\xd0\xef\xa3\x34\x26\x4b\xa7\x48\x26\x9e\x93\x77\xee\xd5\xa1\x01\x3a\x5e\x38\xd7\x13\x08\x85\x0c\x7d\x75\x0d\xcd\xbd\x99\xc3\xbf\xcf\x4c\x80\xd8\x46\xe1\x82\x1b\x4e\x91\x60\x84\x3d\x70\x4c\xe8\x01\xa2\xc1\xf6\xb7\x1c\xb5\xd0\xed\xaa\xb0\x3d\x73\xe9\x0b\xc9\x86\x17\xf9\x88\xd2\x1e\xac\x43\x72\xf5\x3d\x53\x60\x92\x78\xe9\x30\xf0\x0c\x24\x8e\x6e\x11\x6b\x19\x41\xa3\x56\xb4\x39\xef\xf7\x14\xee\x3a\xaa\x6e\xfd\x19\x4e\x54\x55\x6a\xef\xad\x84\xef\x99\x03\x78\x48\x98\x6b\x08\x62\x63\x9e\x76\x92\x73\xfb\xeb\x83\x8f\x66\x9f\xaa\x72\x9c\xc7\xe9\x32\xda\x1a\xc9\x7e\xef\x9d\x2c\x5d\x65\x43\xce\x78\xcc\xe0\xd6\x75\x5f\x5d\x2f\xed\xe2\xea\x0d\x57\x8e\x0b\x4e\x58\xcd\xb4\xbb\x9b\xad\x56\x52\x51\x76\x80\xd2\xb1\xa2\xc6\x99\x26\xc5\x79\x86\x6b\x49\x98\x33\x32\xc8\x31\xa5\x47\x16\x3a\x7f\xa4\x10\x40\x80\xba\x07\x78\xdc\x76\x80\x57\x56\xb7\xb1\x9a\x3c\xc4\xa6\x28\x23\x0f\x72\x14\x1a\x5c\x21\x46\xae\xb3\xa2\x94\x61\xde\x6a\xf8\xfe\xc9\x58\x00\x6a\xca\xff\xd0\xd4\xf7\xb2\x00\xec\xbb\xc5\xed\xa9\x9d\x30\x9e\xdd\x56\xa6\x73\xf7\xde\xf0\x66\xa8\x25\x9f\xa7\x81\x90\xa8\xdd\x02\xb8\x07\x50\x7b\x29\xb0\xd8\xb5\x70\x78\x79\x6e\x91\x1c\x91\x3f\x83\x74\xc3\x12\xad\x2b\x61\x84\x2a\xa5\x2c\x62\x45\x81\x13\x2c\xda\x0e\xeb\x92\x56\x35\xda\x07\x7f\x37\x27\xba\x28\xb1\x06\x12\x5e\x59\x89\x2c\xaf\x4c\xaf\xba\x8c\xbb\xf2\xa0\x82\x8b\xa1\x59\xba\x82\x66\xa3\xae\x45\x73\xa9\xd5\xc1\x29\x72\x75\x43\xcd\xb0\x47\x3d\xf3\xb8\xe7\x13\x58\xe4\x8e\x5f\x6f\xe7\x2b\xe9\xc9\xb6\xfe\xbf\xc5\x62\xab\x27\x48\x3c\xa2\x38\xed\x6c\xac\xf8\xd2\xb2\xe9\x07\xc2\x7f\x5f\xfa\x10\x04\x45\xf1\x19\x3c\xe7\xfb\x4c\x89\xfd\xfe\xc1\xdf\xff\x6e\xbf\x7f\xbd\x57\x76\xc1\xae\x7d\x10\x2a\xcd\x81\x0e\xb5\x6c\xdc\x40\xee\x0c\x00\x6c\x7f\xc9\xc2\xb1\x3f\xdd\x10\xb2\x77\x16\x49\x2b\xf5\x73\xdf\x3c\x35\x72\x46\xf7\xa4\x10\xd6\x7a\xa9\x67\x72\x76\x65\x10\xf9\x9b\x9d\xe8\x23\xdc\x81\xed\xdf\x82\xab\x6c\x7d\x7a\xf8\x9c\xb1\x7c\x1a\x4e\xcb\x7e\xdb\x96\x94\x09\x1d\x45\xba\xbf\x1c\x85\xc6\x91\x87\x11\x32\xbf\xac\x30\x0b\x41\x8a\x62\x45\xec\x32\x18\x34\x82\x68\x01\x16\xe2\x16\xd1\x77\x2e\x1d\xf8\xbb\x3f\x70\x19\xe6\x2e\x5a\xc1\x5c\x43\xad\xb3\x4e\x92\xca\x40\x44\x87\xac\xce\x48\xe2\xdd\x34\x05\x4b\xee\x12\x6f\x64\x17\x87\x47\xf5\xa9\x4b\x7b\x70\x6e\x86\xda\x47\xdd\x83\x75\x89\x3c\x39\xee\x2e\x24\xdc\x59\x53\x94\x51\x51\xca\x6d\xa7\x54\xaa\x29\x5d\xf5\xeb\xe4\x28\xb8\xa0\x2e\x46\x9b\xfd\xb0\x64\x6f\xc5\xb6\xc7\x0c\x41\xba\x8b\x63\x5b\xdc\xb7\x0c\xae\x88\xab\x79\x57\x02\xd7\x06\xc0\xa9\x12\x4f\x48\x7b\xf6\x1c\xb4\xda\x57\xa9\x87\x9e\x42\x1a\xe7\x10\xf6\x28\xb2\x3f\x24\xdb\xea\xaf\x4e\xcf\xd1\xf1\x85\xc0\x14\xe6\xc4\x06\x97\x08\x8b\x17\x22\xf9\x1d\x82\xb4\xd8\x5c\x18\x6e\x6b\x60\x39\x8e\x44\x19\xf3\xc0\x90\x27\x97\x92\x23\x50\xfa\x7a\x25\xe7\x3e\x8c\xb1\xc7\x10\x54\x11\x14\x38\x5f\x61\x31\xca\xef\xe1\xb0\xc5\x7e\xaa\x23\x63\xd6\xa6\x58\x67\xa3\x20\x44\x1b\x83\xfd\x40\xb7\x73\x2a\x95\x2e\x65\x24\x22\x95\xe5\x17\xaa\xca\xf3\x8b\x1b\xad\xac\x60\x2e\xb2\x35\x56\x85\x80\x8f\x1f\x39\x8d\x3d\x37\x6e\x2d\xb8\x13\x1c\x01\x10\xce\x76\x48\x18\x77\x2a\xad\xc4\xb4\x4b\x90\xef\x62\x65\xdf\x20\x7a\x3e\xc8\x41\xc9\x5c\x91\x3a\xf6\xc6\x64\x25\xd4\x17\x00\x36\xed\xc2\xc6\x3b\x36\xd8\x10\xbf\xc7\x51\xc5\xe1\x90\x4f\x79\x84\xdd\x77\x13\x14\xce\x51\x6b\x9c\x55\x8d\xe1\xad\xa5\xcc\x35\xd2\x15\xf7\x09\x01\xbd\x11\xd9\x31\x5e\xdf\x70\x08\xd8\x58\xef\x08\x62\x75\xc9\x8f\x38\xb2\x53\xc7\xec\x47\x20\xeb\x40\xd4\xe4\x6c\x0e\x17\x02\xa2\x8f\xeb\xf9\x88\xa9\xc8\xf1\xed\x5d\x0a\x44\x80\xe4\x7e\x74\xf6\x2c\x22\x1e\xb2\xbe\xc8\x5f\x34\xee\x50\x0d\x46\xad\xbb\x2f\x7b\xb2\x97\xd9\x5c\x72\x6a\xeb\x88\xfd\xf8\xef\x0c\x60\x3f\x27\xdb\x4b\x27\xb5\x0b\x3c\x67\x5b\xa3\x3f\x4d\xa5\x6f\xe1\xd9\x3b\x45\x6c\xef\x0b\xa2\xb9\x2d\xf4\x8a\xd3\x9c\xc7\xdf\xe9\x2d\x3c\xbd\x71\xc1\x95\x10\x43\x23\xc4\x9d\x6b\x6f\x9c\x3e\x8b\x5a\xab\x05\xd9\xdc\xe3\x06\xdb\x9c\xb0\x77\xea\x47\x7c\xfd\xbd\xce\xb3\x64\x38\x22\xc5\xd7\x15\x90\x0b\xb6\x5c\xfc\x40\xc3\x29\x11\x3b\x47\xb0\x23\x00\x43\x2d\xa5\x4c\x4a\xef\x53\x6a\x7f\xdc\x14\xef\x25\x9b\x10\xae\x15\x80\x38\xf6\xbc\xb2\xf6\xaa\x81\x32\x5f\x40\x51\x41\xe5\x1a\xf2\x3e\xc1\x99\x99\x08\xb2\x39\x6a\x03\x01\x79\xf5\xf4\xa0\x73\x39\x43\xa7\x15\x84\x7b\x62\xb5\x95\x26\xd1\xd6\x70\x8b\x52\xfd\x44\x65\x71\x59\x9e\x7a\xa8\xb2\x97\x10\x7d\x86\x18\xd1\x2b\xc2\x63\x95\xce\xa9\xe8\x38\x32\xf7\x6f\x5b\xe6\x64\x38\x4e\x79\x3f\x5d\x38\x69\x68\x17\x7c\xa4\x20\x0f\x4e\x05\xd1\xda\x35\xdc\x43\x76\xd2\x6b\xe3\x99\xb6\xc2\xd2\xa1\x50\xc1\xa5\x83\x84\xaa\x65\x63\x5d\x09\xaf\xa0\x39\x95\x50\xfa\x8e\x99\x8b\x18\x31\xb0\x46\x23\x64\x0d\x08\x54\x4d\x7c\x21\x2a\x2d\x6a\xac\xbc\x43\xec\x45\x11\xaa\x29\x9d\xeb\x8c\x95\xdd\x1c\xb0\x9a\x45\x2f\x6a\x1f\xfa\x02\x4a\xa3\x95\x86\xfe\xc8\x69\x51\x9b\x1a\xd8\xae\xb3\x28\x2b\x63\x95\x15\xb8\x33\x8d\xcc\xe5\xa3\x1d\x1d\x9d\x9d\xc0\xd7\x2e\x09\x24\xcf\x7d\x36\xe4\x3c\x08\x4e\x95\x77\x54\x1e\x50\x84\x64\xc2\x12\x5b\x01\x09\x73\xc0\x75\x58\x29\x00\xa1\x92\x3f\x23\xa1\xa4\x35\x7e\xd1\xdf\x9f\x4a\xc5\xe3\x83\x30\x00\xa2\x85\xc7\x6a\xbe\x82\x7c\x65\xc8\x92\x4e\x21\xba\x29\x1c\x2c\x91\xab\x77\xca\x28\x7d\x53\x53\xba\xb7\x63\x8a\x43\x38\x61\x3c\x49\xd2\x9a\xdd\x25\x10\x8b\xc3\xbc\x2a\x29\xca\x87\x28\x2b\x67\x50\xa8\xc6\x82\x23\x56\x22\x25\x36\x06\x6a\xce\x4e\x0d\xec\xfb\x81\x75\xa6\xdf\x97\xfa\x71\x48\xcf\x3b\x36\xcc\x87\xa7\x7a\x9b\x0b\xb5\x40\x81\xfa\x6f\x08\xf4\x05\x48\xcf\x7d\xbe\xad\x6a\xb9\x70\xcc\x8b\x27\x19\xa7\xd3\x7e\x6e\x6b\xf8\xeb\x56\xad\xe3\x8e\x66\xb8\x19\x3c\xb8\x06\x6b\xeb\xae\x04\x80\xdc\xc9\x26\x62\x97\xdb\x78\x29\xe0\x63\x80\xa2\xe1\x7a\xe6\xdd\xba\x2f\x08\xc8\x3b\xe0\x5b\x0d\x48\x8d\x59\xf9\xc6\x1d\xd2\x5c\xf6\xe9\xb1\x90\x96\xc2\x74\x50\x3c\x64\xcf\xb0\x9e\x37\x26\xd2\xeb\x56\x68\xc7\x46\x3e\x3a\x9a\x6a\xe7\x67\xc6\x44\x1f\x19\x15\xda\xda\x3a\xec\xf5\xe8\x46\xf2\x0e\xcd\x12\xdd\x11\x4c\x3f\x65\xbd\x71\x9d\xef\x6f\x74\x9d\x00\xf2\x65\x47\x73\x15\xb1\xf7\x62\x16\xc5\xbf\xc5\x9d\x55\xc4\xbf\xa5\xd4\x75\x02\x84\x67\x32\x6e\x3a\x3f\xa9\xa3\xe2\xae\x79\xdf\x31\xc3\xc5\x1f\x38\x22\x89\x9e\xe4\xe1\x3b\xe5\xcc\x4c\x65\xc1\x0e\x8a\x28\x30\x09\x6e\x89\x0d\xd0\x35\x89\x76\xe8\x8e\x29\xb2\x81\xb4\xc4\x54\x49\xe9\x3f\xd8\x91\x0a\xff\xc0\x2f\xda\x29\xda\x56\x74\xa3\x3a\x12\x5f\x6d\x62\xc5\xad\x91\x8f\x8e\xb8\xb4\x9b\x4d\xb5\xc9\xb4\x83\xbd\x0a\x7e\x6b\x86\x8b\x04\x14\x52\x5f\x07\xde\x94\x03\xe0\x07\x5f\x4a\x4f\x65\x71\x1e\x79\x3a\x77\x50\x3d\x06\x98\xa3\xf3\x9c\x69\x93\x51\x6b\x0b\x92\x71\x8a\x0a\x0a\xac\x57\x95\x15\x47\x41\x15\x7a\xac\x80\x42\x7c\x95\x41\xaa\x07\xcd\x4b\xac\xde\xea\x82\x6b\x3f\x0a\x3f\x1f\x9c\x36\x40\xd3\xf6\xc2\xa1\x66\xd2\x1f\x5e\xc3\xb5\xbd\xc2\x00\x76\x83\x46\x05\xb2\xb0\xa8\x80\x6b\xa7\x2b\xe3\x3f\x2a\x11\x2a\x56\x7f\xb7\xd3\xc3\xcc\xd8\xb4\xac\x7a\x85\x87\x98\x69\x67\xa2\x97\x9f\xb0\xd1\x97\x7f\x78\xf5\xe9\x15\xd6\x60\x55\x05\x00\x15\xcf\xea\x57\x88\x03\x24\xa9\xf2\x1c\x32\x95\xf9\x0b\x5c\xe9\x94\xef\x62\x90\x14\x93\xac\x9c\x89\x04\xc2\x7b\xa9\x83\xbd\x37\xf6\x32\x4a\x44\x99\x3c\x9c\xb1\x36\x17\xb2\x85\x67\x4c\x5b\x4e\x88\xa5\x56\xd7\xea\xc6\xe4\xb0\x16\x98\xd9\x38\x22\x90\xda\x7e\xb1\x9f\x00\xb1\x94\xfb\xda\xae\x0c\xe9\x76\x70\x73\x7a\x0e\x0e\xaf\xe9\xb9\xc7\x19\x86\xd4\xbb\x50\xc9\x6d\xac\xc4\x46\xa6\x51\x8c\xa8\x7d\xf1\x6f\x79\xf9\x63\xb5\x5d\x9e\xe7\xbb\x55\x49\x25\xc9\x76\x5a\xce\x01\xaa\x6f\xcf\x4d\xb7\x48\xdb\xa6\xd2\x9e\xe9\xee\x35\xb6\xba\xf5\x1d\x37\x3b\xae\xa7\xf1\x4a\x0b\xba\x7d\xdc\xfc\xdc\xd5\xe3\x42\x75\x4c\x17\x20\x58\x26\x3a\x68\xab\xe4\x06\x8a\x95\x3f\x9f\xc8\xb4\x09\xf5\xbe\x59\x82\x90\xdb\x4a\xe4\x3b\x48\x18\x9a\xc5\x0a\x8b\xa3\x01\x1f\x61\x97\xe4\x59\x42\xd4\xce\x75\x5d\x48\x3e\x4a\x55\x5e\x53\x35\x10\x67\x26\xcd\xd5\x4a\x1f\xa3\x10\xb9\xea\xa2\xa3\xe8\x8b\xe6\x75\x8d\x47\xf8\xb2\x29\xef\x74\x4c\x8c\x84\x8c\x9d\xe5\x2e\xc8\x64\x70\x5b\x7c\x46\xe0\x9f\x50\x3f\x1e\xfd\xa5\x5a\xea\x9c\x0b\xf0\xe7\xaf\x23\x6d\x00\xd5\xa8\xd4\xf4\xa7\x2c\x9d\xc4\xd4\x01\x67\x8d\xc3\x83\x14\xf8\x2f\x9a\xfa\x50\x6b\xc4\x85\xe7\x26\xd2\x06\xaf\x55\xe0\x28\xf2\x39\xf0\xb5\x2f\xe8\x5a\xad\x5a\x21\x0f\xe0\xad\x7f\x2d\xe5\xb5\xaf\x84\xa8\xfb\xac\x7c\xe8\x51\x5c\x59\x70\x34\xfc\x9e\xcd\x43\x4d\xf3\x64\x0e\x25\xb4\x45\x5c\x24\xf6\x3e\x68\x93\xad\x33\x25\x4a\x6d\xa2\x97\xef\x19\x4c\xe4\x95\x03\xc0\x82\x59\xec\x1e\x46\xc3\xe3\x3a\x65\x8a\xd0\x5b\xdb\xad\x1a\x41\x84\x59\xa6\x8b\x69\x85\x98\x5d\x7c\x21\x7b\x33\x28\xec\x53\x45\x29\x36\xdb\x10\x43\xc0\xc1\x58\xd3\xcc\xe4\x38\x09\x11\x0f\x0c\x8c\xf0\xac\xf0\x59\x71\xb1\x22\xd7\x15\xae\x9b\x36\x1d\x44\x58\xcd\xaf\x04\x31\xbf\x38\xb0\x2e\x06\xaf\xd9\x11\x6f\x0f\xba\xfc\x6f\xdf\xb0\x47\xcf\x5f\xdb\xb5\x7b\x10\x3e\x14\x4b\x9a\x0b\x50\x83\x50\x03\x73\x25\x08\xb1\xf2\xe9\xff\x57\xb9\xae\xd2\x88\x64\x0f\x85\x0f\xcc\x79\x94\xc9\xf3\x19\x62\x0c\x9c\x9f\xf7\x15\x5c\x4e\x04\xa6\x75\xe7\x1b\xde\xeb\xde\xe1\xf0\x5b\x67\x79\xcd\x9e\xa3\x45\x33\x3b\xcd\x38\xa4\xc8\xd9\x5b\xb1\x1d\x2e\xe2\x10\xac\xd8\x62\xca\x55\x48\xc5\xd6\x71\xf6\x7b\xa6\xcb\xb9\x2b\xa0\xe0\x71\x9a\x25\xcb\xc0\xc3\xb0\x9f\x43\x4f\x4f\x07\x24\x43\x33\xad\xe9\xd8\xee\x38\xb7\x78\xb8\xab\xad\x30\x52\x95\x0b\xe8\x71\x5a\x67\xd0\xc9\x7b\x78\xbd\x56\xd8\x38\xca\x62\xff\xeb\xbd\x46\x47\x0c\x57\x37\xfc\x2d\xba\x23\xd3\xa3\x60\x12\x03\x7b\xfb\xbc\xcc\x20\x56\x1a\x38\xad\xdd\xc2\xf5\x2c\x17\x7d\xd0\x01\xb3\x17\x7c\x50\x4d\x74\x8e\xfa\x20\x3f\x7a\x04\x07\xb4\xad\x90\x15\x46\x39\xad\x56\x94\xf1\xdf\xfc\x9e\xc3\x3c\x71\x1f\x3e\x89\x44\x19\xd9\xf5\xcb\xa3\x7f\x48\xa3\x7d\x3d\x31\x11\xa3\x05\x0d\x0f\x54\xfa\xec\x16\x87\xc3\xf0\x22\x84\x3f\x02\xc0\x86\x08\x88\xf0\x17\x2a\x20\x41\xb5\x6f\xb9\xe3\x8a\x9f\x1e\x5f\xdf\x56\x26\x8b\x03\xa8\x23\x7d\xc1\x86\xbf\xae\x03\xf9\xce\x96\xa9\xbb\x2c\xf8\x80\x5e\x80\x52\x49\x25\xda\x1b\xb1\xa5\xbc\x04\x60\x90\x5b\x45\x4d\x2f\xdb\x39\x7c\xc4\x5f\xff\xff\xdf\xce\xfb\x00\xbc\x61\xe8\x07\x13\x84\xff\x68\x32\xa9\x52\xf0\x9a\x8b\xd4\x13\x50\x86\xfc\x92\xfb\x2a\xc1\xf7\x6e\xc8\x23\x74\xad\x63\xd6\xa5\xad\x4d\x39\x4c\x4c\xbf\xc5\xb3\x34\x64\x5f\x71\x1b\xdc\x57\xd0\xbb\x95\x01\x9b\xaa\x47\x9f\x3b\xa7\x71\x76\xf4\x30\x61\xf6\xba\xe5\xd3\x57\xd2\x54\xfb\x6a\xf9\xc7\x0c\x9f\xad\xa0\xf7\x5a\xe7\xc7\x5a\x42\x22\x67\x24\xa2\x05\x80\xfb\x1d\xa3\xc9\xe0\x06\x70\xa6\xcf\xfc\xb5\xf3\xca\xb9\xe2\x78\x90\xd3\x01\xb4\x2e\x84\x8c\x68\x08\x10\xa8\x41\xf6\xea\xfe\xe4\x8a\x62\xdb\xe1\x98\x9d\x98\x24\x02\x6d\x60\x44\xc7\x51\xe3\xb4\x4c\xb3\x20\xb1\x55\xf8\x31\x42\x01\x61\x63\x84\x93\xec\x30\x84\xe2\x6b\x74\xe5\x6c\xb2\xb0\xd0\xd8\xcd\x63\xd0\x37\xcf\x27\x02\x00\x5b\xa3\x8e\x2e\x90\x58\x05\x97\x05\x96\xd8\x70\x16\x8e\x9b\xb5\x2e\x53\xad\xb6\x0d\x8f\x36\xd5\x8e\x41\x93\x18\x34\xb4\x5f\x87\x40\x8f\xe0\x2f\x4e\xf4\x66\x69\xcd\x25\x04\x68\xa6\x80\x0d\xdc\x72\x97\x5c\xac\xe7\xca\x22\xf9\xb6\x42\xb4\xa0\xc6\xdc\xbb\x0c\x98\xb0\xee\x31\x14\x59\xfb\x34\xc1\x50\xb5\x38\x2d\xf0\x45\xb7\x9c\xbd\x6c\x7e\x01\xd0\xa4\x3d\x89\x5d\x01\xa8\x98\xd6\x6e\x5f\xad\x3c\xaf\x70\x68\x47\x38\x4b\xd2\x15\x82\x12\xc4\x74\x45\x60\xb9\xf4\x2d\x19\x51\xcb\xe7\x8c\xff\xe9\x8b\x64\x5e\x14\xdd\x93\xf3\xdc\x28\x1d\xdd\x73\x01\xed\xbb\xf2\x4c\xa2\x31\xaa\x65\x6d\xcf\xd0\xf6\xf9\x9d\x4f\xb6\x97\x89\x56\xae\xa4\xf3\x24\x26\x75\x07\x82\x47\xf7\x70\xe1\xb7\x16\xff\xd1\x3e\xfb\xfe\x48\x37\x43\x70\x4d\x1a\x9d\x10\x9f\x53\x19\x01\x58\x36\x8a\x63\xdb\xf7\x2c\xda\x88\x4c\xd1\x31\x28\x8d\x15\x90\xa9\x5c\x56\xeb\x75\xaf\xf5\x9b\xeb\xf5\xb3\x06\x4e\x18\xef\x22\x78\xbe\x27\x91\x3f\x1f\xc2\x70\xd8\x67\x69\xfe\x72\xdc\x1c\x83\x65\x5e\xa7\x70\x54\xcc\xb9\x27\x74\x8e\xaf\xb2\x5c\x7e\x1d\xdf\xc4\x89\x1c\x2d\xf3\x31\x8e\x16\x8e\xae\x40\xd6\x27\x41\x79\xb1\xff\xfb\x57\x0f\xcc\xd7\xf1\xc0\x74\xba\x98\x9b\x23\xc4\x5a\x9d\x45\x56\x57\x80\x07\x46\x78\x60\x49\x9e\xab\xdd\x86\x51\x11\x1e\x74\x21\x55\x5a\x00\xa3\xda\xe9\x6b\xf4\xe0\xf6\x39\xbe\x74\x6d\x0f\xa3\xe0\x9d\xde\xc8\x08\xba\x2a\x10\x23\x29\xa2\xc4\xda\x19\xc4\x8b\xed\x07\x7a\x08\x7e\x10\x49\x14\x10\x4d\x1e\x84\x5a\xcb\xd4\x2b\xad\x2f\x95\x7c\x8a\xec\x6d\x30\x0b\x03\x68\xc1\xf2\x00\x78\xde\x2b\x22\x74\xf1\xf9\x36\x46\x26\xda\xa4\x00\x52\xb2\x16\x26\x85\x2c\x2f\x3a\x92\xb9\x48\x3e\x03\x6b\x39\x5c\x98\xd8\x23\x05\xf9\x18\xc7\x03\x03\xcf\xbe\xb5\x4c\x25\x48\xae\xc1\x0c\x88\x6e\x7c\xf8\x7a\x11\x89\xc4\xe8\x02\x3d\x31\x4c\x56\x4d\x2c\xc9\x01\x51\x2c\xf4\xd8\xeb\x44\x11\xc5\x51\xb8\x24\x97\x01\x3c\x9c\xfc\x79\x9b\x0b\x55\x3f\x93\xf8\xb9\xa5\x11\x40\xf2\xd2\xbb\xf3\x5d\x7d\xe3\x57\xad\xd3\x0e\x49\x1a\xfc\xb1\x42\xed\xd3\x48\x91\xee\xc2\x2a\xb0\x4c\x11\xf2\xba\x48\x37\x99\xb2\x4b\xcf\xe8\x9f\x4e\xbe\x42\xd3\x89\xc8\x31\xd4\x0d\x20\x59\x79\xde\x38\xfa\x45\xa4\xa4\x55\x59\x84\xc9\xf2\x1d\x68\xa9\x5b\x23\xcf\x82\x7e\x82\xf3\x4d\xb9\x76\x59\x11\x2b\x1c\x7b\x61\x5f\x58\x55\x39\xea\xb2\x60\xed\xb9\x0f\xa0\x73\xf8\x61\x3e\xb3\xd7\x58\x49\xd0\x34\x41\xc7\x08\xf8\x78\x8a\xbc\xa5\xb6\x9d\x35\xca\x75\xe8\xab\x13\x0d\x24\x55\x3c\xe8\x27\x4e\xae\x7c\x12\x3e\x76\x3e\xc5\x10\x7d\x4f\xb2\x8b\x8d\xcc\x20\xd2\x0e\x2a\x47\x8d\xb6\x10\x90\x2e\xa1\xc0\x0f\x84\xc3\x7b\x62\x47\xfc\x53\xf6\x28\x67\xd1\xdd\x56\x98\xcf\xb3\xe8\xf5\x4e\x89\x4d\x96\xfc\x59\x2f\xf7\xda\x96\xa7\xf0\xaf\x38\x15\x68\xb2\xff\xad\xd3\x53\x31\x0b\x00\x15\x02\x2f\x5c\xdb\x13\xc0\x41\x50\x40\xc8\x44\xae\x91\x7d\xa8\x95\xbd\xa8\x1b\xa7\xd2\x90\xfb\xc3\xe2\xbd\xfa\x72\x53\x02\x78\x59\x4d\x99\xc7\x5d\xc1\x60\x2b\x23\x21\x61\xda\x7e\xf8\x19\xdc\x7a\xda\x44\xdb\x5c\x94\x76\xaf\x30\xe1\x30\xee\x0a\x8c\x5f\xa3\xb4\x6f\xe4\x93\x8f\xbd\xd4\xb9\xe3\xc5\x56\xeb\xbc\xf3\x6e\x3f\xe9\x04\xb6\x3c\x69\x63\x27\x6f\x8e\x79\x78\x45\x78\xe3\xf1\x2c\x7a\xaf\x8c\xf7\xe1\x04\x8c\x4d\xb0\x9b\xd2\xca\x20\x4b\x2a\x4f\x47\x08\x22\x6a\xcd\x03\xcc\x1a\xc0\x4b\x8e\x31\xa7\x05\x6b\x1f\x48\xe0\x0c\xee\x29\x7f\x47\x77\xf8\x8b\x8a\x76\x3f\x3d\x2a\x07\xb4\xbb\xc8\xba\x8a\xc9\xa6\x1e\xae\xfb\x87\x4e\x27\x30\x8e\x9c\x1d\x58\x9c\xb9\xb5\xaf\x58\x9c\x13\xd5\x17\x49\x2e\x8a\x91\x59\x33\x9d\x72\x67\x4e\x0d\x5d\x41\x3b\xe3\x65\xe6\x9f\xc0\x5f\xb7\x19\x29\x8c\x63\x75\xe9\x8a\xa5\xfd\x35\xee\x54\x0f\x14\xb3\xa8\x74\xb5\x96\x06\xd3\xc1\x7c\x65\xfd\x2c\x2a\xaa\xe4\x01\x12\xde\xea\x72\x2a\x94\x5b\xed\x13\x3b\x8b\x95\xbd\x08\x11\x6b\x50\x40\xcc\xe6\x09\x60\xa9\xb2\x7f\x48\x77\xd3\xa2\x4a\x54\xbb\x5c\x97\xc2\x2e\x0d\x91\x8c\x35\x15\x11\xce\x3d\x14\xe6\xb3\x4c\x03\x37\x52\xb5\xb5\xe6\xef\x79\xec\xa6\x19\xf7\xaf\xa7\xde\x26\xcd\xa6\x08\x3f\x2c\x54\xc4\x1a\x92\x36\xcf\x56\x32\xd9\x25\xad\xda\xda\x5a\xa4\xf4\x74\xfe\xca\xc3\xdc\x75\x43\x35\x98\xdd\x56\xd8\xc7\x56\xcd\x50\xd4\x17\x5e\xfa\xef\x99\x54\xd2\x53\x06\xf8\x4b\xf7\xb8\xec\x49\x24\xff\x35\x3f\xe4\x17\xe9\x9d\x18\x57\x01\x58\x93\x5f\x9c\x82\x01\xd6\x10\x69\xcd\x9d\x89\x1f\xdf\x56\x91\x47\x96\x86\xe7\xa6\x84\x2a\xf8\x9e\x20\xef\x9e\xa3\x40\xa5\x34\xa9\x2b\xf3\x99\x82\x3f\x84\xaf\xf2\x7c\x5d\xe5\xba\xa8\xcc\xf0\xe1\xbf\xad\x8f\x9a\x7b\xf7\x5f\x53\xc3\x85\x92\x9b\xa5\x84\x0a\xae\x14\x57\xa6\xf3\x63\xf6\x29\x0a\xd6\x5e\x6a\xbe\x4f\x29\x11\x4f\x32\x4a\xc4\x16\x32\x69\xbb\x91\x63\x5b\xef\x05\xf6\x35\xdc\xbc\x6b\x19\x6a\x01\x8d\xcb\xb1\xb6\xb9\x6a\xb1\xa4\x6f\x2a\xed\xb2\xd3\x06\x6b\x54\x9e\xd7\x5c\x31\xa3\xa2\x6f\xa7\xf0\x6c\xbf\x17\xe5\x03\x3a\x09\x80\x79\x0d\x23\xb1\xa5\x55\xa0\x10\xd7\x1b\xdd\xdd\xcb\x5c\x2f\x01\x0c\x1a\xb8\x9a\xfa\xf6\x39\x6d\xce\x51\x53\xd7\x5e\xb0\x31\x7b\xdb\x9e\x07\xc8\x9a\x37\xb2\x80\xf2\xc9\x76\x3c\x69\x6c\x12\xdb\x34\x47\x46\x7b\xb8\x56\x6c\xbd\x6e\x39\x32\xda\x00\x4b\x56\xaa\x43\x46\xd3\x75\x87\x58\xdf\x77\xb0\xae\xc3\xbc\x73\x01\x7c\xb8\xa5\xc8\x72\x0e\x73\x17\x99\x5a\xe7\xb2\xf1\xbd\x8c\xb6\x1f\xab\x4b\xfc\xa5\xc6\x4d\xe5\x80\x04\x5d\xd2\x10\x01\x2b\xbb\xf3\x87\x89\xe8\xd1\x25\x17\x96\x42\x01\xa3\xa0\x80\xa2\xb3\xb8\xc0\x3d\x32\x83\xbc\x6f\x55\x66\xc6\xea\xd3\x05\xa8\x0b\x45\xb5\x3c\xf3\x65\x86\xda\x80\x82\x01\x55\xa8\x5b\x61\x00\xb5\xfe\x21\xcb\xd3\xb3\x8e\x8b\x04\x7d\x9c\x1e\x10\x8c\xd1\x29\x44\x4e\xe2\x0b\xec\x42\xac\x72\x71\xdf\xee\xda\xb1\xea\xbd\x14\xc9\x83\xab\xb0\x40\x71\x3d\x24\x2f\x6a\xc6\xd2\xbf\x3b\xf9\x65\x44\x76\x49\x0f\x90\xec\x2f\x5f\x4e\xd4\xe6\x6c\x8c\x9c\xb8\xaf\x9b\x56\x7c\x6a\xac\x71\x48\x92\xa3\x6f\xaa\x8a\x05\x86\xf8\xbf\x42\x19\xbe\xf7\x0c\x15\x5b\xf1\xa4\xa8\xb8\x6f\x52\x99\xc3\x38\xf9\xd0\xcd\xc6\x61\xe5\x43\x2b\xed\xc7\x4b\x0a\x45\x85\xf2\x65\xe6\x50\x57\x67\x01\xd6\xba\xc8\xf3\x10\xa5\xcb\xbb\x82\x62\xe5\x1d\x06\xf6\xfa\xcf\x73\xfb\xcf\xa4\x29\xb8\xa9\x98\x33\x45\x42\xbc\x19\x57\xa2\x11\x8a\x03\x85\x28\xce\xd0\x30\xf7\xe6\xf3\xbe\xd3\x7c\x2a\x7d\x92\xf0\xb7\x4b\x51\x56\x13\xca\x95\xae\x44\x29\x72\xbd\xbe\xb2\x2f\xdf\xe1\xbb\x83\x97\x19\xea\x45\xcc\xd4\x64\x9f\x87\xe4\x3f\x91\x3c\x10\x89\x64\x23\x65\xac\xef\x3c\x61\xb7\x8b\x0e\xee\xff\xbd\x63\xed\x76\xc7\x07\x64\x99\x70\x98\xb9\x16\x2a\x11\xc6\x70\x42\x2f\xf5\x1a\x09\x53\x66\x2b\x91\xd4\x3c\xe8\xa3\xb0\x79\x6a\x37\x24\xb6\x58\x40\xe8\x99\xd3\xd2\x7c\xb1\xb8\x88\x1c\xec\x77\xff\xfa\x9f\xda\xa6\x90\x5e\x48\x3f\x83\x7f\x64\xd8\x71\x88\xc7\xb7\x7d\x47\xd6\x3c\xcb\xa2\x95\xf4\x3c\x72\xb2\x45\x54\x83\x58\xe8\x9c\x52\x00\xcf\x04\xd6\xa7\x63\xe6\xf0\xc0\xe2\x92\x89\x54\x88\x30\x4c\x00\xe5\x1b\x2f\x39\x5b\xf0\xbc\x44\x71\x05\x26\x47\x4a\x75\xea\x65\xb3\xb0\x12\xa6\x10\x53\xbc\x1f\x65\xea\x8b\x4e\x03\xe4\x11\xa6\x5c\xdb\xc8\x34\xab\x9a\xa0\x8f\xb5\x72\x84\x5f\x6d\xe1\xff\x79\xb6\x30\xa4\x16\x3c\xa7\x21\xdc\x5d\xe8\xf2\xeb\x55\xf8\x0d\x5c\x85\xf5\x50\x9f\x34\x8f\x98\x7a\x3e\x65\x6a\x69\xa8\xb7\xfe\xf5\xe3\x26\x57\x46\xc1\x48\x8a\xf1\xf3\x4c\x7b\x75\xe2\x29\x1e\x2d\xfd\x86\xa3\x8f\x5e\x59\xf0\x1a\xb4\xbb\x17\x45\xfb\x1c\x85\x2e\xa8\x32\x5c\x43\x6b\xb8\x8c\x76\x5f\xf6\x17\xac\x7d\x53\x41\x98\x31\xca\x80\x15\x51\x2e\x2c\x73\xc3\xa2\x89\xe9\x3a\x07\x44\x54\x80\xe4\x23\xca\x17\x85\x9b\xf5\xba\x28\xe2\x5c\xb3\x37\x59\x51\xfe\x24\xf2\xea\x28\xf8\x1e\xa8\x89\x79\xb6\x4c\x02\x1e\x2a\x0e\x33\x78\x63\x30\x00\x7e\x5b\x0f\x51\x5b\xbd\x00\xf7\x1c\x94\xf9\x33\x50\xae\x1d\xf7\x94\x8b\xe3\x93\x9b\xaf\x4f\xa8\xf3\x3e\x19\xb1\xdd\x4a\xc3\x71\xd7\x56\x68\x1c\x50\x67\xa1\x97\x58\xa1\xef\xe4\xcf\x77\xef\x6e\x9a\x77\x9b\x3d\xd3\x8d\xa6\xe1\x31\x98\xba\xf3\xee\x95\xbb\xa9\xf2\xbc\x77\xe5\xf6\x83\x59\xde\x7c\x78\xf3\x66\xf1\xd3\xe5\x9b\x0f\xd7\x83\xe0\x90\xc1\x63\xbd\x73\xe2\x46\x42\x73\x82\x16\x6d\x09\x56\x6c\xb5\x91\x86\xcb\x52\xfc\x57\xa3\xe1\x50\xe5\x79\x1d\x38\x34\x56\x9f\xa8\x1d\x48\x90\xaa\x14\x7a\x9c\x62\x15\x0d\x4e\x5c\xbd\x7f\x78\xec\x93\x6d\xfc\x13\xbe\x7b\x16\xf9\x8f\xf8\x3e\xba\x71\xbd\xf6\xcc\x2b\x65\x5f\x1e\x71\x1c\x10\xbf\xb4\xef\x38\x9c\x1a\x1a\xf9\xb0\xe3\xf1\x41\x31\x05\x32\x21\x1a\x9f\xe4\x74\xe0\xdc\x7d\xaa\x7b\x33\x3d\x8d\x3a\xaa\xe6\xd0\xee\x0c\x01\x6d\x8b\x92\x6a\x33\x71\xce\x62\x85\x76\xa5\x1d\x53\xa9\xfb\xc7\x14\xcd\x29\x1b\x21\x17\x6a\x5d\x89\xb5\x2c\x66\x11\x77\x1e\x2b\x24\x02\x5f\x4a\x66\x0c\x73\x96\x98\x28\xb3\x47\xd9\xd8\x42\x98\x48\x46\x08\x17\xb3\x28\x53\xb1\xa2\x6f\x52\x6b\xdf\x3c\xe6\x98\xfd\xf9\xce\x7d\x0e\xb0\x74\x73\x43\x84\xc9\xab\x62\x85\x8b\x8b\xa0\x82\xec\xe6\x01\xc5\x15\xd8\x9b\x6b\x5b\x57\x00\xff\x3a\xc0\x80\x83\x4c\x5f\x83\xc3\x09\xb9\xcf\xb9\x1a\xc2\x4a\xfa\x80\xf5\x0c\x33\x4f\x71\x48\xfb\xe5\x09\x2f\x06\x9f\x09\x1a\x5b\xf7\xae\x3f\xfa\x0e\xb0\x07\x6e\xf1\xd8\x68\x65\xc4\xb6\xf5\x62\x6c\xa4\x8d\x20\x02\xc1\xd1\x57\x87\x07\x75\x36\xdd\xa3\xe1\xef\xc2\x67\x7a\x43\xf8\xba\x5a\xe6\x13\x86\x84\xcf\x0f\x0e\x0a\x45\xf2\xf0\xa0\x46\xf8\x78\x6f\x1b\x47\xcb\x6e\xd3\xa1\x6e\x97\x5a\xf7\xac\xcb\x09\xbd\xa5\xb5\x41\xd1\x0b\xfb\x26\xa3\x4a\xca\x43\xf6\xcb\x88\xe4\xf8\xe6\x14\xb1\xf4\x19\x1a\x50\x9e\x15\x07\x0d\xc7\xeb\x4f\xa3\x47\xe4\x34\x04\xba\xec\x26\x49\x58\xba\xe7\x6a\x02\xb6\x47\x4c\x92\x8f\x8e\x22\x34\x32\x43\xf1\xa2\x80\x5f\x58\x50\x2d\xda\xcc\x6d\xa2\x99\x5f\xb9\x19\x0c\x32\xa9\x4c\x61\xc5\x25\xc9\x3b\x92\xda\xda\x44\x22\x56\x8c\x00\xc7\xe2\xf8\x92\x93\x10\x8c\xfb\x2b\x16\x1c\x6c\x11\x3f\x09\x34\xd6\x32\xd2\x4a\xb2\x34\x8c\x15\x40\xef\x2b\xf0\x26\x2f\x0b\x00\xc0\x24\x80\x79\xfa\x21\xe0\x97\x14\x0a\xc9\x88\xf7\xcb\xbc\x86\x1a\x50\xbb\xe7\x7f\x63\xff\xf7\xaf\xdf\xfc\x57\x00\x00\x00\xff\xff\xa3\xba\xa1\x22\xa2\xfe\x03\x00") +var _adminSwaggerJson = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\xfd\xfb\x73\x23\xb7\x95\x37\x8c\xff\xbe\x7f\x05\x9e\xc9\x53\x65\x3b\xa1\x24\xdb\xd9\xcd\x37\xab\xad\xa7\xbe\x2f\x47\xe2\x8c\xf9\x58\x23\x29\xba\xd8\xeb\x77\x99\xa2\xc1\x6e\x90\x44\xd4\x04\x18\x00\x2d\x0d\x93\xca\xff\xfe\x16\x0e\x2e\x0d\xf4\x85\x6c\x5e\x24\x51\x63\xee\x56\x39\x1a\x76\x37\xae\x07\x07\xe7\xfa\x39\xff\xfc\x37\x84\xde\xc9\x27\x3c\x99\x10\xf1\xee\x14\xbd\xfb\xfe\xf8\xdb\x77\x1d\xfd\x1b\x65\x63\xfe\xee\x14\xe9\xe7\x08\xbd\x53\x54\x65\x44\x3f\x1f\x67\x0b\x45\x68\x9a\x9d\x48\x22\x1e\x69\x42\x4e\x70\x3a\xa3\xec\x78\x2e\xb8\xe2\xf0\x21\x42\xef\x1e\x89\x90\x94\x33\xfd\xba\xfd\x13\x31\xae\x90\x24\xea\xdd\xbf\x21\xf4\x2f\x68\x5e\x26\x53\x32\x23\xf2\xdd\x29\xfa\x1f\xf3\xd1\x54\xa9\xb9\x6b\x40\xff\x2d\xf5\xbb\x7f\x85\x77\x13\xce\x64\x1e\xbd\x8c\xe7\xf3\x8c\x26\x58\x51\xce\x4e\xfe\x26\x39\x2b\xde\x9d\x0b\x9e\xe6\x49\xcb\x77\xb1\x9a\xca\x62\x8e\x27\x78\x4e\x4f\x1e\xbf\x3b\xc1\x89\xa2\x8f\x64\x98\xe1\x9c\x25\xd3\xe1\x3c\xc3\x4c\x9e\xfc\x93\xa6\x7a\x8e\x7f\x23\x89\xfa\x17\xfc\x23\xe5\x33\x4c\x99\xf9\x9b\xe1\x19\xf9\x97\x6f\x07\xa1\x77\x13\xa2\x82\x7f\xea\xd9\xe6\xb3\x19\x16\x0b\xbd\x22\x1f\x88\x4a\xa6\x48\x4d\x09\x32\xfd\x20\xb7\x44\x7c\x8c\x30\x3a\x15\x64\x7c\xfa\xab\x20\xe3\xa1\x5b\xe8\x63\xb3\xc0\x17\x30\x9a\xeb\x0c\xb3\x5f\x8f\xed\x32\x41\xcb\x29\x91\x89\xa0\x73\x65\xd7\xfb\x86\x28\x41\xc9\x23\x09\x3b\x30\x13\x41\x7a\x22\xbe\x33\x39\x27\x09\x1d\x53\x92\xa2\xd1\x02\x51\x36\xcf\x15\x12\xe4\xef\x39\x91\x0a\x8d\x69\xa6\x88\x90\x51\x2f\x7c\x4e\x04\xac\x60\x3f\xd5\xbd\x7c\x24\xaa\x0b\x6d\x17\xa3\x0a\xdf\x16\x44\xce\x39\x93\x44\x46\x8b\x80\xd0\xbb\xef\xbf\xfd\xb6\xf4\x53\x75\x06\x5d\x24\xf3\x24\x21\x52\x8e\xf3\x0c\xb9\x96\xc2\xc1\x98\x05\xd5\xe4\x83\x2b\x8d\x21\xf4\xee\x7f\x0b\x32\xd6\xed\xfc\xee\x24\x25\x63\xca\xa8\x6e\x57\x1a\x2a\x0d\x46\x1b\x7d\xf5\xaf\x7f\xab\xfb\xfb\x5f\xc1\x8c\xe6\x58\xe0\x19\xd1\xcb\xe2\xe9\xca\xfc\x5f\x69\x2e\x9a\x12\x74\xe7\x05\xb5\x94\x07\x5e\x9a\xed\x25\x9e\x11\xbd\xf3\x7a\xbb\xec\x17\xf0\xb7\x20\x92\xe7\x22\x21\x68\x44\x32\xce\x26\x12\x29\x5e\x59\x03\x0a\x2d\x68\x22\x2e\x3f\xd1\x5b\x49\x05\xd1\x7b\xa5\x44\x4e\x4a\x4f\xd5\x62\x0e\x83\x94\x4a\x50\x36\x09\x97\xe2\x5f\x9d\x56\x53\x33\xb4\xbf\xc6\xcc\xcc\x07\x8d\x13\x1b\xb0\xae\x7b\x25\xc1\x0c\x8d\x08\xd2\x27\x9e\xa6\x44\x90\x14\x61\x89\x30\x92\xf9\x48\x12\x85\x9e\xa8\x9a\x52\xa6\xff\x6d\xc8\x37\x71\x6b\xb6\x3f\x6b\x03\x7f\x2e\x5f\x99\x7b\x49\x84\x1e\xf8\x23\x4d\x49\x8a\x1e\x71\x96\x13\x34\xe6\x22\x5a\x9e\xe3\x01\xbb\x9b\xea\x75\x98\x8d\x28\x83\x93\xa7\xd7\xd2\x51\xc8\x1f\xdc\x72\xfd\x01\xe9\xfe\x50\xce\xe8\xdf\x73\x92\x2d\x10\x4d\x09\x53\xfa\x5c\xcb\x72\x6b\x7f\xe0\xd0\x3f\xce\xd0\x11\xd2\xeb\x4c\x84\x82\xf5\xe6\x4c\x91\xcf\x4a\xa2\x23\x94\xd1\x07\x82\xbe\xba\xa0\x52\xa1\xee\x75\xff\xab\x0e\xfa\xea\xa2\x60\x1c\xf2\xab\x17\x58\x61\xff\xf7\x5f\x83\xa3\xa7\xf0\xa4\x7c\xe8\xde\x75\xf5\x69\xbe\x35\x17\x50\xd1\xc2\x5f\xff\x2d\x6c\xc7\xee\xd7\x72\xae\x5e\xb0\x74\xcb\xcf\xdb\x72\x71\x58\xa6\x98\x81\x4b\xbd\x43\xdb\xf2\xef\xca\xed\x50\xc3\xbc\xe5\x96\xdc\x5b\x8f\xbd\xcc\xbe\xe5\xdb\xe2\xdf\x7a\x0a\xcf\xcd\xc3\xb7\x61\xe0\x58\xc1\xc9\xc2\x94\x99\x83\xe8\xcf\xa5\x90\xfa\x2c\xba\x13\xb2\x27\x6c\x6b\x1b\x7e\x1e\xcc\x2c\x60\xe9\x8e\x53\x07\xab\xb2\x87\xf3\xce\xe8\x8c\xae\xda\xdf\x3e\x4b\xb5\xf0\x68\x19\x2a\xcb\x67\x23\x22\xf4\x32\x38\xd6\x0a\xb3\x1d\x69\x56\xab\x72\xc1\x48\xda\x62\x9a\x7f\xcf\x89\x58\x2c\x99\xe7\x18\x67\xb2\x69\xa2\x94\x29\xa2\x25\xf5\xd2\xe3\x31\x17\x33\xac\xec\x0b\x7f\xfa\xf7\x75\x17\x42\xf1\x07\xb2\x6a\xff\xfb\x66\x37\x13\x2c\x81\x0c\x66\x79\xa6\xe8\x3c\x23\x68\x8e\x27\x44\xda\x15\xc9\x33\x25\x3b\xf0\x9a\xd6\x0e\x88\x38\xf2\xb7\x1c\xf4\xe0\x6e\xf7\x5c\xc2\x2f\x68\xec\x99\x1d\x23\x9f\x15\xb4\x34\x60\x70\xbf\xc3\x12\x85\xb7\xd6\x33\x2c\xe5\x66\x34\x23\xb9\x50\xc3\xd1\xe2\xf8\x81\x54\xfa\x6d\xa4\x1c\xcc\x10\x56\x4a\xd0\x51\xae\x88\x9e\xb7\x6e\xc3\xdd\xcf\xc0\x1e\x8d\x10\xd0\x86\x35\xbc\xde\x84\x53\x2a\x48\x02\x73\x5b\xe7\xc0\xf8\xaf\xf4\xbc\xb5\x26\xb6\x30\xb3\x7f\x20\x0b\x90\x79\x6a\x56\xc0\x6f\xf9\x80\x0d\x18\x3a\x42\xe7\xbd\xdb\xb3\xde\xe5\x79\xff\xf2\xe3\x29\x7a\xbf\x40\x29\x19\xe3\x3c\x53\x1d\x34\xa6\x24\x4b\x25\xc2\x82\x40\x93\x24\xd5\x72\x8d\x1e\x0c\x61\x29\x65\x13\xc4\x45\x4a\xc4\xf3\x2d\x63\xe9\x29\x61\xf9\xac\x74\xaf\xc0\xef\xc5\xe8\x4b\x5f\x68\x31\xc6\x3f\x8a\x9e\xfc\xb5\xb2\xc0\x30\x63\xdd\x77\xd0\xda\x8b\x09\x4e\xc9\x94\x66\xa9\x20\xec\x44\x61\xf9\x30\x24\x9f\x49\x92\x9b\x3b\xf9\x9f\xf1\x0f\x43\x2d\xfd\xf2\x94\xc4\xbf\x44\xff\x28\xc4\xad\xb5\x3f\xf5\xfa\xf6\xda\x5f\x82\x76\xde\xee\x3b\xf8\x85\xa6\xb5\x6f\xc3\x2f\x2b\xe6\xe0\xde\x59\x32\x58\xf7\x4a\xe3\xa8\xdc\x0b\x56\xd8\xab\x7d\x47\x10\x25\x16\x43\xac\x14\x99\xcd\xd5\x9a\x96\x07\x8c\x32\x2d\xbb\x2e\x93\x55\x2f\x79\x4a\x7a\xae\xbf\x5f\xad\x08\x6a\x84\x4d\xc3\xb5\xc6\x44\x10\x96\x90\xe6\x16\xee\xb0\x7c\x28\x5a\x58\x2d\xf0\x02\x8d\x21\xbd\xfc\xa8\x20\xb0\x4a\xc7\x85\xd8\xab\x97\xa4\x78\x73\x95\xb0\x1b\xcd\x47\x7e\xe0\x42\x0f\xef\x2d\x08\xbc\xd1\xc0\x5f\x42\xe6\xdd\xf4\x44\x7f\x71\x56\x8e\x0d\xf9\xd3\xc1\x26\xb2\xfd\x4a\xb6\xb5\xa0\x70\x81\xe4\x42\x2a\x32\x5b\x69\x4b\x79\x3b\x0b\x61\x2f\xa0\x7d\x1d\x70\xe9\x0e\xfc\x0d\x9c\xfa\xf8\x46\x3f\x1c\xef\x35\x96\x6c\x57\x96\xd0\x7d\x9f\xa7\xf3\x76\x2d\x9f\xea\xad\xdb\xbe\xc0\xdd\xf3\x26\xa6\x19\xc9\x9a\xbb\x1e\xe4\x33\x99\x33\x1a\xf7\xca\xad\xf6\x10\x06\xb0\x42\x91\x8d\x6d\xe9\xfe\xfc\xe9\x4f\x43\x0b\x90\x31\xf7\xa9\x29\x95\x81\x31\x0c\x25\x5c\x18\x59\x30\xb5\xe7\xdd\xe8\xb2\xdd\xbb\xee\x6d\xef\xee\x14\x75\x51\x8a\x15\xd6\x07\x5c\x90\xb9\x20\x92\x30\x05\x76\x02\xfd\xbd\x5a\xa0\x19\x4f\x49\x66\x34\xda\x0f\x5a\xb2\x46\xe7\x58\xe1\x33\xac\x70\xc6\x27\xc7\xa8\x0b\xff\xd4\x1f\x53\x89\x70\x26\x39\xc2\x8e\xac\x48\xea\x9a\xc0\x2c\x75\xac\x05\xa3\x84\xcf\xe6\x34\xf3\x7e\x04\x6f\xbc\xa1\x2c\xa5\x8f\x34\xcd\x71\x86\xf8\x48\x73\x15\xad\x81\xf7\x1e\x09\x53\x39\xce\xb2\x05\xc2\x59\x86\x6c\xb7\xee\x05\x24\xa7\x3c\xcf\x52\xdd\xae\x1b\xa5\xa4\x33\x9a\x61\xa1\x55\x7c\x33\xda\x2b\xdb\x16\xba\x9b\x12\x3f\x56\x18\x97\x5e\xcd\x19\x7e\x20\x12\x51\x85\xe6\x5c\x4a\x3a\xca\x8a\x33\x7f\xdf\x47\x30\xee\xb3\x8b\x3e\xd8\x0b\x12\x85\xb8\xe1\xa1\xae\x73\x6b\x1f\x72\x3d\xce\x30\x63\x04\x3a\xe6\x6a\x4a\x84\xed\xde\xbe\xfc\xda\xaa\xff\xfd\xe5\xed\x75\xef\xac\xff\xa1\xdf\x3b\xaf\xea\xfe\x77\xdd\xdb\x1f\xab\xbf\xfe\x7c\x75\xf3\xe3\x87\x8b\xab\x9f\xab\x4f\x2e\xba\xf7\x97\x67\x3f\x0c\xaf\x2f\xba\x97\xd5\x87\x96\xac\x5a\x9b\x11\xc2\x91\xad\x79\xb6\x0e\x36\xd3\xe7\xb2\x99\x76\xbe\x5c\xa3\xa9\x75\x4a\xb5\x37\x98\x7a\x1b\x85\xfd\x12\xcd\xb1\x94\x46\x32\x32\x23\x38\x1e\xb0\x4f\x5c\x68\x06\x36\xe6\x9a\x47\x68\xe9\x49\x89\x3c\x51\x94\x4d\xfc\x47\xa7\x68\x90\x7f\xfb\xed\x1f\x93\x0b\xca\x1e\xe0\x2f\xb2\x8f\x8b\x73\xb0\x28\x1f\x2c\xca\xbf\x2d\x8b\xb2\x16\x7d\x4e\x42\x43\xf2\x6e\x83\xab\xb4\x70\x01\x3e\x71\x2d\x4a\xf0\x5c\xe9\x3f\x75\x97\x40\x1e\x4b\x42\xac\xda\x19\x2c\x7d\x84\x55\x43\x1f\x82\xcf\x40\x90\xfb\x4c\x25\x30\xa3\x27\x2e\x1e\xc6\x19\x7f\x6a\x67\xae\xfc\x48\x94\x1f\x86\x16\x9c\xde\x82\x95\xf2\x67\x3b\x43\x3f\xf0\x8f\x44\xe9\xb1\xdf\xd8\x5e\x0e\xc1\x56\x87\x60\xab\xd7\x0d\xb6\xda\x2b\x53\xe1\xf3\xb3\xd6\xd8\xae\x68\xf8\x6b\x83\x1f\xae\xd1\xcd\xd6\xe0\x45\x0b\x9c\x64\x2f\xc2\x93\x63\x57\xd4\x2e\xf9\x72\xec\x6c\x5a\xc1\x93\xa3\x61\xbc\x15\xbe\x1c\x0d\xfa\xe5\x79\xf2\x6f\xc2\x4f\x74\x70\x03\x6d\xb8\x50\x6f\x92\x75\xb7\xbc\x95\x5e\xcc\x89\xf3\xfc\x57\x49\x25\xe6\x63\x9d\x20\x8f\x35\xa2\x3a\x5a\x87\x71\xac\x88\xdb\xa8\x0d\xd4\xa8\x8b\xcc\xa8\x86\x62\xd4\xc6\x5e\x6c\x17\x6c\xb1\xe9\xad\xd7\x3e\x7c\x62\xdd\x5b\xaf\x7d\xe0\xc4\x47\xa2\xa2\x61\xbc\x95\x5b\x2f\x1a\xf4\xcb\xdf\x7a\xbf\xd1\x78\x89\x43\x80\xc4\x33\x2e\xdd\x97\x7e\x57\xee\x6f\x08\xc4\x6f\x20\xe6\xe1\x10\xe4\xb0\xd6\x1a\x7d\x59\x51\x0d\x5f\x6a\x18\xc3\xdb\x8c\x5b\x38\x04\x2a\x1c\x02\x15\x5e\xc3\xa3\xf4\xf6\x02\x15\x9e\x55\xf1\x25\x9a\xac\x24\x58\x51\x43\xe5\xe6\xdd\x9c\xcb\x66\x7d\x2f\x74\x5e\xd7\xe8\x75\xd0\x66\x6c\xcd\x04\xea\xfd\x15\x4d\xb1\x44\x3c\x49\x72\x51\x72\xd1\x96\x4f\xf9\x99\x20\x58\xe9\x23\x12\x1b\x2e\x11\xb4\x8c\x04\x49\xb8\x00\x27\x25\x46\xf3\x29\x96\x04\x29\x81\x99\xa4\xab\xb4\x3c\xd3\x2a\x8c\x4b\xb7\xf3\x16\x14\xbc\xea\x22\xbe\x94\x7a\x37\xe2\x69\xe5\x40\x9a\xb3\x5a\xf7\x64\xf9\x4d\xb2\xb3\xa9\x43\xda\x6f\x9b\x99\x3f\xe3\x51\xd1\xb7\xd6\x8e\x8f\x4a\xa4\xc6\x6f\x7a\x54\x62\x6b\xc7\x4e\x8e\x0a\x8c\xeb\xad\x1c\x95\xea\x22\xfe\x66\x8e\x4a\xdd\xd4\xf7\xe1\xa8\xb8\x70\x80\x1d\x1f\x97\x8a\x0f\x7e\xd3\x23\x53\x0d\x57\xd8\xc9\xb1\xf1\xe3\x7b\x2b\x47\xa7\x7e\x41\x7f\x33\xc7\xa7\x69\xfa\xaf\x7b\x84\xbc\x1f\xa2\xf5\xe1\xb9\x13\x74\x32\x21\xc2\x68\x46\x89\x26\xc5\xd5\x50\x4b\x85\xe5\x7d\xb3\x03\xb3\xfa\x34\xf8\x1e\xde\xc2\x49\xf0\x83\x35\x63\xff\xcd\x1c\x81\xca\xbc\xf7\x84\xf6\x4f\x34\x27\x7e\x04\xb4\xb6\x76\x67\xe0\x86\x00\xe1\xc3\x05\x32\x17\xe4\x91\xf2\x5c\x66\x8b\x23\x91\xb3\x3a\x6e\x0f\x46\x82\x27\x9a\x65\x88\xb3\x6c\x81\xa4\xc2\x42\xb9\xc7\x6c\x62\x3c\x4a\xfa\x30\x65\x58\x2a\xf4\xc0\xf8\x13\x43\x63\x4c\xb3\x5c\x10\x34\xe7\x94\xa9\xe3\x01\xeb\x33\x74\x63\xc6\x08\x9a\x77\x07\xe5\x52\x1f\xc1\x04\x33\xc6\x15\x4a\xa6\x98\x4d\x08\xc2\xcc\x41\xd7\x14\x94\x81\xb8\x40\xf9\x3c\xd5\x07\x4b\x77\x51\xb2\x31\x15\x07\x6c\xc0\xee\xc0\x8a\x21\x11\xf9\xac\x04\x99\x91\x6c\xa1\xfb\xd0\xb4\xaf\x38\xb2\xeb\x63\x86\x6a\x0d\xe2\x44\x08\x2e\x24\xe8\xec\xa3\xc5\x3f\x30\x53\x94\x11\x04\x6a\xa6\x34\xc0\x47\x47\xe8\x82\x4b\x88\xc9\xfe\xf1\xcf\x12\x25\x59\x2e\x15\x11\x1d\x34\xca\x27\x12\x51\x86\xe6\x19\x56\x63\x2e\x66\x7a\x84\x94\x49\x85\x47\x34\xa3\x6a\xd1\x41\x33\x9c\x4c\x4d\x5b\xb0\x06\xb2\x33\x60\x29\x7f\x62\x52\x09\x82\x7d\xef\xee\x21\xfa\x3a\x7c\x66\x08\x40\x7e\xd3\x01\xc3\x3d\x9d\xcd\xb3\x45\x38\xfc\x20\x11\x1a\xf6\x44\x37\x42\x52\x34\x22\x09\xce\xa5\x35\xec\x28\xb1\x40\xe4\xf3\x14\xe7\x12\xf6\x4e\x4f\xcf\x5a\x3d\x12\x3e\x9b\x67\x44\x11\x44\xc7\x48\x09\x4a\x52\x84\x27\x98\xea\xa5\xbb\x25\x4b\x12\xb7\x3d\xd1\xdb\x0d\xb4\x54\xff\x2b\x58\x3e\x66\x5c\x10\x94\x12\x85\x69\x26\x97\x3b\x25\x5f\x94\xe0\xd0\xb3\xd3\x1b\xda\x5f\x72\x43\x7b\x4d\x6d\x4b\x6e\x42\xbb\x63\x87\xab\xf0\x2d\x5d\x85\x31\x57\xd8\x8b\xbb\xd0\x80\x44\xec\x40\x20\x64\xd6\x2a\x9e\xe0\x6c\x4b\xd9\xf0\xc6\x0e\x6a\x6d\xe9\xd0\x7d\x78\x38\x14\x6f\xeb\x50\x98\x5d\xdb\x9f\x53\xd1\x94\x50\xb1\x73\xa4\x98\x75\x30\x5e\x96\x64\x44\x48\x34\xc3\x4a\x5f\x6c\x13\x7b\x45\xb7\x44\x31\x2c\x40\x5d\xde\xd4\x41\x79\x09\x24\x97\x2f\x3b\x62\xe1\x10\xa9\xf0\x1b\x44\xa0\xdd\x9b\x04\xc6\x43\x0e\xf4\x33\xe5\x40\x53\x79\xc8\x81\x3e\xe4\x40\xb7\x5d\xa0\x43\x0e\xf4\x21\x07\xfa\xcd\xe6\x40\x3f\x6b\xfa\xf3\xee\x92\x9c\x77\x93\xc9\xfc\xa6\xa4\xf3\x83\x64\x7e\x90\xcc\x0f\xe9\xca\x7e\x6a\xbb\xe2\x82\xee\xeb\x77\x29\xc9\x88\x22\xcd\x06\x3a\x22\x66\x5a\xe1\x30\x37\x3c\x65\x5a\x14\x9c\x08\x22\xe5\xb6\x3c\xcd\x37\x1c\x96\x57\xa8\xf1\x47\x14\x28\xb3\x9e\x2c\xc1\xae\xb3\x8c\xd9\xf9\xb6\xdf\x26\xcb\xf3\xc3\x3f\x40\x36\x1c\x78\xe0\x81\x07\x6e\x32\xb5\xfd\x31\x47\x07\x87\xf9\x55\xed\xd1\x41\xa5\x9d\x21\x4d\xb7\x29\xb6\xd3\x1e\xb8\x1c\xcf\x48\xda\x83\xb4\x02\x9f\x14\x21\x7e\xd5\x9f\x84\x65\x74\x5c\x02\x41\x7b\x8b\x75\xf8\x75\xb1\xf0\x51\xed\x93\xcd\x0c\xd8\x45\x45\x9b\x7e\xfa\x26\x6c\xd8\xb5\x2b\xfc\x85\x54\xe3\xd9\x0f\x46\xf2\xe2\xc5\x78\xf6\x63\xda\x07\x9b\xea\xa1\x16\xcf\xc1\x6a\xd8\x72\xc2\x07\xab\xe1\xfe\x5a\x0d\x5f\xcb\x15\xf0\xc2\xc7\xf3\xa5\x44\xc7\xf6\xa1\xde\x2e\x22\x9b\xa5\x28\x9f\x67\x1c\xa7\x2d\xcb\xe9\x06\x12\x5d\x8b\x78\x6f\x96\x22\x41\x26\x54\x2a\x22\xf4\xbe\xd4\x0a\x86\xab\x03\xc0\xdf\x6a\xdd\xdc\xd6\x21\x3e\x61\xb7\xef\xfe\xbd\xc5\xf0\x6f\xec\x9d\x0d\x9c\x68\x84\x53\x5f\xd0\x12\xc4\xb7\x19\x5e\xa0\x29\x7e\x24\x2e\x2c\xf1\x11\x67\x34\xc5\xe5\xb5\x2e\xcd\x70\xd9\x80\xfe\x73\xbd\x01\xe1\x78\x38\xbe\x02\x92\x8c\xc3\xc6\x6c\x46\x33\xbc\x33\xd5\x8a\x79\x26\x08\x4e\x17\x68\x44\x08\xf3\x64\x53\x73\x9f\x34\x8c\x79\x27\x82\xf3\xab\x2b\xa6\x55\xea\xd9\x17\xb5\xf4\x05\x03\xa5\xea\xf9\xcd\xf6\x3a\xe8\xf6\x8a\xa7\xfc\xfe\x6d\xb1\xa0\x43\xf0\xd4\xc1\x3c\xf9\xfa\xe6\xc9\x43\xf0\xd4\x41\xd1\xdf\x33\x45\xff\x10\x3c\x75\x08\x9e\x3a\x98\x41\x96\x4f\xfb\x60\x06\xf9\x22\x82\xa7\x5a\xc9\xf0\x1b\x86\x4f\xbd\x71\x69\xfe\x20\xcc\xbb\xf7\x0e\xc2\xfc\x41\x98\xff\x42\x85\xf9\xfd\x58\xe1\x83\x24\x7f\x90\xe4\x0f\x92\xfc\x41\x92\x3f\x48\xf2\x3b\x5f\xc6\x83\x24\x5f\x2f\xc9\xc3\x5f\xae\x3a\xc3\xba\x62\xfd\x9a\xe2\xfc\xda\xf9\x11\xeb\x3b\x03\x3f\x12\xf5\x56\x3d\x81\x07\xa9\xfd\x20\xb5\xef\xb7\xd4\xbe\x37\x13\xfa\xf2\x90\xd5\x0f\xd8\xe4\x07\x6c\xf2\x03\x36\xf9\x33\x63\x93\xbb\xaf\xdf\xcd\xf3\x66\xd9\xe6\x1e\xd0\xcb\xec\xe1\x52\x58\xe5\xd2\x80\x5b\x16\xc1\x26\xad\xc4\x9e\x65\xb2\xce\x7d\x01\x90\x16\xf4\xb0\x5a\xee\x41\x5d\x85\x66\x5c\xeb\x6e\x8c\x44\xef\x38\x06\x67\x02\x6b\x26\xf4\x91\x30\xe4\x92\x03\x3a\xf6\x1a\xeb\x80\x31\xe5\x5f\xfe\xf0\x99\x6c\x2d\xac\x10\x46\x8a\xce\xc8\x31\xea\x8f\x0d\xb7\x48\xf4\xe9\x92\x44\xc9\x52\x34\x96\xa1\x7c\xf8\x88\xa5\xc5\x58\x5d\xdf\xb4\x08\xce\x31\xaf\x75\x1c\xb3\xcd\x33\x65\x58\xaf\x6b\x1c\xa0\xe9\x46\x9e\x43\xc1\x41\x9b\x11\x91\xb9\x2f\xa3\x6e\xdd\xcb\x33\x9c\x6a\xc6\x10\x0c\xa1\x48\x2b\x0b\xdf\x87\x3b\x9d\x4a\x1f\x5e\x14\x7d\x6f\xbe\x06\x7c\x3b\xc0\xa3\x03\x1c\xde\x56\xc3\x98\x42\xf4\x9b\x16\xf1\xd2\x3c\x23\x08\x4b\xc9\x13\x8a\x41\x8d\x31\x32\x00\xa2\xca\x59\x1a\xdc\x4b\xae\xeb\x94\x4a\x3c\xca\x48\x6a\xd7\x98\x14\xd1\x4e\x4b\x47\x4e\x25\x1a\x11\xbd\xc4\x9a\x4d\xc5\xab\x3f\x35\x12\x48\xcd\x68\x82\xa1\x90\xea\x48\x08\x33\x03\x59\x22\x41\x1b\xe2\x7c\xab\x42\xb4\x19\xfd\x21\xe9\xee\x20\x52\x1f\x44\xea\xb5\x26\xf4\x45\x89\xd4\x7b\x14\xa1\xe9\x18\xd2\xab\x46\x68\x82\x0f\x54\x73\xfe\xa1\x37\x6c\xca\xb6\xb6\x9e\x0b\x2a\x95\x44\x49\x2e\x15\x9f\x35\x4b\x3e\x9f\x5c\x0f\x5d\xdf\xc1\x19\x67\x63\x3a\xc9\xcd\xdd\xf2\xab\x95\x4d\xfc\x89\x2e\xd4\x94\xc5\x9c\xb4\x33\x0c\x79\xbb\xf5\xaa\xce\x6a\xf3\x11\x6b\x9c\xbc\x35\xed\xbc\x89\xdb\xae\x7e\xe8\x2f\x75\xe9\xad\xa3\xac\x16\xf6\x71\xab\x69\x6a\xfd\x62\x78\xd3\xbb\xbd\xba\xbf\x39\xeb\x9d\xa2\xee\x7c\x9e\x51\xe3\xb2\x32\x14\x46\xff\xa1\x27\x65\xca\x8c\x78\x12\xb1\x02\x91\x41\xff\x05\x1f\x99\xd6\x07\xd1\x11\x3a\xbb\xb8\xbf\xbd\xeb\xdd\x34\x34\x68\x49\x02\x8a\xb4\x92\xd9\x3c\x03\xf9\xe8\x21\x1f\x11\xc1\x88\x96\xf0\x2d\x46\x70\xe1\x39\x33\x8d\xf6\xfe\xbb\x77\x76\x7f\xd7\xbf\xba\x1c\xfe\xe5\xbe\x77\xdf\x3b\x45\x8e\xb6\x74\xb3\x7a\x5c\x7a\x14\xe9\x82\xe1\x99\xd6\xba\xe3\x7a\x28\x7f\xcf\x49\x0e\xe2\x18\x9d\xb0\x19\x01\xe8\xee\xa8\x45\x37\xe0\x8b\xee\xfb\xde\x45\xdc\xf2\x94\x84\xc0\xc5\x28\xc3\x23\x92\x59\x57\x1e\x78\xa7\xf4\xf9\x09\x20\x9e\x8d\x8f\x2f\x37\xab\xfa\x97\xfb\xee\x45\xff\xee\x97\xe1\xd5\x87\xe1\x6d\xef\xe6\xa7\xfe\x59\x6f\x68\x35\xa9\xb3\xae\xee\x37\xea\xc9\x2a\x5c\xe8\xef\x39\xce\xb4\x46\xce\xc7\x0e\xca\x18\x3d\x4d\x09\x43\x39\x03\x8a\x33\x6a\x3e\x68\x25\x21\x8e\x83\x99\xd1\xf5\xc5\xfd\xc7\xfe\xe5\xf0\xea\xa7\xde\xcd\x4d\xff\xbc\x77\x8a\x6e\x49\x06\x8a\xb0\x5b\x74\xd8\xc5\x79\x96\x4f\x28\x43\x74\x36\xcf\x88\x5e\x0d\x73\x38\x47\x64\x8a\x1f\x29\x17\x91\xb6\x02\xeb\x08\xac\x00\xda\x77\x0a\xe7\x30\x58\xba\xab\xcb\x0f\xfd\x8f\xa7\xa8\x9b\xa6\x7e\x0e\x12\xda\x88\x28\xc7\xc1\x4f\x1c\x55\xe0\x27\x12\x6c\x02\x42\xa0\xa2\xef\x23\x11\x82\xa6\x44\xbe\xba\xc3\x21\x3a\x10\x55\x15\xba\x4c\xe1\xd5\x37\x4a\xe4\xba\xec\x85\x88\xfa\xaa\x2f\xae\xa2\xa2\xea\x17\x25\x32\x68\x36\x1c\x54\xf6\xb1\xb5\x4d\x20\x5e\x9f\x17\xbb\x31\x35\xb3\x4b\x87\xce\x36\x74\xf2\xcf\x88\xe9\xfd\x6b\x87\x11\x52\x26\x29\x66\x29\xc0\x54\x90\x21\xfe\xab\xbd\xda\x5a\x5e\x98\xc1\x97\x75\x1f\x56\x7d\x27\xc1\x07\x6f\xe1\x26\x0c\x87\xbb\x47\xb7\xde\x4d\x28\xdb\x38\x11\x79\x46\x14\x86\x0a\xe2\x8a\xa3\x09\x51\xc7\xe8\x8a\xc1\xb3\x3b\x2c\x1f\x3a\xc8\x55\x87\x41\x5c\xa0\x42\x78\x7c\x81\xa4\xf2\x37\x62\x34\x5c\x5f\xa1\x39\x28\xe6\x07\xc5\xbc\x7e\x65\x0e\x11\x6a\x0d\x2b\xbc\xab\x1b\x75\x2d\x3b\xfb\xee\x2e\xbe\xc0\xac\xee\x82\x4d\x4a\x76\xd1\xe8\x46\x5c\x69\x03\x7d\xbb\x97\xe1\xcb\x5a\x41\x77\x7a\x35\x9a\xe2\x31\x87\x7b\xcf\xfc\xdf\xe1\xde\x3b\xdc\x7b\x87\x7b\x6f\x0f\x56\xf8\xd5\x2d\xca\x35\xdc\xfd\x55\x4d\xca\xab\x14\xe4\x8d\xa1\xe9\x0a\x85\x78\x1d\x70\xba\x5f\xdb\x60\xd0\xd5\x98\x92\xab\x1a\xb2\x44\x72\x8a\x85\xa9\xca\x9a\xf0\xd9\x8c\xb3\xd8\x56\xdd\x41\xde\xb1\x0e\x86\x40\x98\xdd\x2a\x4b\x73\xd1\x0d\x7d\x1b\x36\xe6\x60\x5d\x5e\x22\xa3\x68\xa7\x22\x84\x09\xd5\x3f\xe8\xd7\xcf\x28\x67\x1c\xb0\x03\x77\x8a\x1d\xb8\x1f\x73\x7d\x96\xec\xa3\xdd\xdb\xd7\xdf\x46\xc6\xd1\x01\x24\xf0\x90\x53\x73\xc8\xa9\x81\xdf\x0f\x20\x81\xbb\xa3\xd6\xe7\x95\xe9\x79\x4a\x86\xa5\x32\x2a\xfe\x9f\xc3\xb2\xcb\x2b\x7a\x12\xfa\xbf\xa2\x07\x45\x92\x11\xb4\x4e\xd3\x5d\x96\x5e\xb9\xe4\x29\xd9\xa2\xfc\x8a\x1e\x51\xeb\xd2\x2b\x51\x5f\x7b\x2e\xc2\xbb\x65\x32\xa2\x7c\x34\xf0\x67\x16\xe4\x1b\x28\xe6\x4b\xb4\x46\xd5\xd0\xff\xc1\x34\xb5\x72\xa1\xbe\xd4\x6a\x05\x05\x83\x7b\x43\x8e\x9a\x76\xb7\x80\x0b\xa9\x19\x36\xdc\x05\xf5\xcf\xfd\x8d\x50\xff\xf8\x79\x60\x64\xda\x5f\x08\x25\xf4\x98\xf8\x2a\xd8\x14\x35\x26\xea\xfe\x6d\xd8\x79\xc2\x11\xbf\x84\xa5\x67\x29\x31\x7d\x71\xd7\xc4\xb2\xa3\x71\xb8\x2c\x5a\x2e\xd7\x97\x7a\x65\x1c\xd0\x5e\x96\xd9\x5e\x0e\x70\x2a\x07\xd3\xcf\xfe\x4c\xf8\x60\xfa\x79\xd3\xa6\x1f\xe3\xa8\x1e\xce\xb1\x20\x4c\xd5\xc8\xe8\xe5\xeb\x04\x5e\x0f\xf3\xe6\x9d\xd4\x01\x0d\x18\x69\xd1\x5e\xc8\xfe\xaa\xfa\xb2\x6c\x41\x56\x30\x18\x1a\xb9\x22\xc8\x1b\x3a\xf9\x67\xf1\x77\xa0\x04\x04\x3f\xd6\x38\x7c\x97\x05\x82\x19\x0c\x7b\xa9\xaf\xef\xdc\xc6\x84\xed\x2a\xdb\xc8\x09\x89\x0d\x8e\xda\xe6\xf8\x31\x97\x52\x40\xd2\x42\xe0\x2a\x66\x58\x13\x57\x66\x7b\x3a\x72\x62\x58\x11\x3f\xb1\x32\xcc\xec\xda\x7c\x7a\x0e\x5f\xbe\xad\x4c\xa4\x86\xa1\xbf\x6c\xf8\x59\x95\x1c\xdb\x9d\x6e\x47\x1c\xd4\xe4\xd6\x3c\x4d\x29\x78\x62\x00\x2a\x0e\xee\xf3\x60\xc3\x5d\xfe\x34\x86\xf4\xa2\xa6\xeb\xe9\xa5\x05\xc8\xca\x99\x6b\x37\x71\x4b\xa3\x6f\x77\xde\xaf\x1e\x8c\xb3\x82\xee\x5f\x35\x30\x67\x09\xe3\xde\xae\x5c\xe4\xab\xf1\x65\x6f\xbb\x7f\x39\xce\xfc\x91\xa8\x2f\x8f\x2d\x7f\x24\xea\xa5\x78\xf2\xa6\x8c\x78\x29\x33\x2a\x6a\x04\xbd\xd1\x38\x91\x0a\xff\x7d\xb3\xd3\x5d\x27\x5e\xeb\x67\x33\x49\x1b\xac\xe5\x53\xd1\xc3\xa9\x2a\x6e\x0d\x18\x91\x0e\x78\x48\x19\x3e\xa4\x0c\x1f\x52\x86\x0f\x29\xc3\xfb\x97\x32\xec\xbe\x7e\x97\x92\x8c\x28\xd2\x28\x37\x9d\xc3\xe3\xd7\x92\x9b\x4c\xef\x2f\x28\x35\x99\x0e\xbf\x3c\xc1\xc9\xcc\xeb\x20\x3b\x1d\x64\xa7\x5d\x4c\x77\x5f\xb5\x57\x47\xe5\xfb\xa0\xbd\xb6\x46\x27\x2a\x82\xc4\x56\xc6\x06\xd8\x69\xff\xba\x32\x28\x20\x40\x7a\x74\xc3\x59\xe5\xf8\xbf\x76\xc3\x7e\x3b\x4c\x4e\x3e\x37\x1f\xdb\xc6\xbd\xe9\xd6\xfd\x8b\xf5\x6e\x1e\x6a\x59\xd4\xae\xd5\xc1\xf9\xba\x64\x71\x0e\xce\xd7\x83\xf3\x75\xef\x9c\xaf\x3b\x57\xa9\x96\x56\xa4\xbf\xb1\x57\xf3\xd2\xa8\x70\x77\xd1\x1b\x5d\x46\x93\x82\xc1\xdf\x4e\xc9\x3c\xe3\x0b\xb0\xb1\x2c\xb5\x36\xfb\x5a\xf4\x35\xc1\x51\xe5\xcb\xdf\xbd\x7d\x5d\x11\xda\xf7\xfd\xfe\x77\x23\x7f\x29\xb5\x66\x5f\xc4\xde\x62\xde\x7b\x21\xe8\x9e\xfc\xb3\x94\x12\xd1\x0a\x33\x25\x48\x62\x58\x7d\x0c\x06\xac\xfe\x49\x00\x99\x6f\x6f\xcd\x51\xae\x82\x78\x43\xa9\x0f\xc0\x9c\x08\xb5\x08\xde\x24\xb3\xb9\x5a\xfc\xd7\x80\xd1\x02\x59\x9b\x4e\x18\x17\x86\x07\xea\x8f\xa7\x98\xa5\x99\x3e\x3f\xd2\xb7\x93\x60\xc6\xb8\x02\xe1\x04\x66\x90\xa2\x47\x8a\x8d\x28\xd3\xbd\xee\xb7\xf0\xc9\xb7\x3a\x8b\x91\x3b\xfd\x0d\x9d\xc4\x97\xc6\xac\x5e\x71\x8b\x7e\xcc\xf8\x08\xaa\x2c\xe4\xb1\x89\x41\x37\x70\x70\x00\x47\x3b\xf7\x5a\xcc\x43\x61\xf9\x50\x4e\xd4\x8a\xc3\xf6\x87\x4b\x53\xb7\x56\xbc\x1b\x81\x19\x2e\x7f\xb5\x94\xde\x15\x3f\xb3\x09\x5f\xf0\x18\x86\x5c\x1e\x87\xfb\x31\xec\xd0\xfd\x56\xb4\xec\x7e\x71\x55\xaa\xe0\x47\x41\x94\x58\x0c\xb1\x52\x9a\x21\xed\x32\xa7\xec\x0e\xcb\x87\x2d\x72\xca\x62\xef\xce\x8a\x9c\xb2\xa8\xaf\x3d\xe7\x58\x51\x4e\x59\x3c\xf0\x67\xe7\x58\x2d\x89\xfb\x8b\x4b\x1f\x68\x7b\x54\x0f\xa9\x04\x1b\x2c\xdd\x97\x9a\x56\xb0\x8c\x17\xef\xcd\x08\x4b\xd7\xc1\x97\x78\x72\xe3\xcb\xed\x70\x44\x97\xad\xd1\x17\x57\x4e\xa3\x24\xb3\xac\x98\xdb\x1b\x29\xab\x51\x16\xbb\x76\x3d\xaa\xe7\xb1\xbf\x07\xbb\x71\xa8\xb3\x77\xa8\xb3\x77\xa8\xb3\xf7\xec\x75\xf6\xda\xe9\xac\xad\x15\xd6\xb6\xda\x6a\x3b\x55\xb5\x59\x4f\x7d\x06\x9f\x73\x7b\x65\xb2\x94\x8f\x1e\xab\x91\x9b\xe6\xa3\x47\xdd\xbf\x09\xe7\x74\x34\xe2\x97\xc8\x47\xff\x8d\x6a\x96\x07\xb5\xf2\x59\xd6\xed\x4b\xd5\x29\xf7\x5c\xa1\x3c\x64\xd2\x1f\x50\x0c\x0f\xa1\x26\x3b\x5c\x9c\x43\xa8\xc9\x21\xd4\xe4\x8b\x0d\x35\x69\x56\x4f\x68\xba\x75\x96\xe4\x9a\xb8\xe5\xde\xca\x20\x7e\x05\x51\x4a\x8b\xfd\x2d\x90\xcc\xeb\xb4\x85\x42\x96\x8e\x90\x87\x37\xd7\x1c\xfa\xe9\x9b\x50\x19\x6a\x57\xf3\x25\x54\x87\x03\x08\xf6\x4e\x41\xb0\xf7\x6e\xda\x07\xa9\xf2\x20\x55\x1e\x04\xa7\x96\x13\x3e\x08\x4e\xfb\x2b\x38\xbd\x96\x36\xf4\x25\xe1\x21\x69\x11\x2b\xca\x4a\x5a\x1a\xa7\x6c\x30\x8d\xc0\x99\x91\xcf\x33\x8e\xd3\x55\x11\x47\xbf\x06\xe2\xdb\x12\xb9\x2f\x68\x57\x14\x71\xca\x25\xf1\x6f\x99\x6c\x67\x1a\xd0\x3d\xbe\x05\xd1\x4e\x8f\xd3\x8c\xb8\x45\x74\x64\xd8\xe1\xbb\x7f\x6f\x31\xf0\x1b\x7b\x27\x03\xa7\x19\xe1\xd4\x81\x06\x18\xf1\x6c\x86\x17\x68\x8a\x1f\x09\x1a\x63\x9a\x19\xfb\x1c\x4d\x71\x79\x7d\x4b\x73\x5b\x36\xa0\xff\x5c\x6f\x40\x38\x1e\x4e\x91\xd1\xa8\xef\x0b\x23\x55\x25\x38\x73\xee\x3e\x78\x67\x8a\x25\xc2\x99\x20\x38\x5d\xa0\x11\x21\x2c\xc8\x64\x6b\x3b\xe6\x9d\x08\xc6\xaf\x1e\x9e\x19\xd2\xcd\xab\x46\x79\x03\xd7\x68\xac\x16\xbd\x73\xc5\xb2\xcc\x49\xb6\xd0\x21\xb7\x51\x1c\xe5\xf7\x6f\x85\xb9\xbc\x84\x9a\xf8\x05\x7b\x91\x0e\x9e\xa2\xdf\x66\x4d\xc6\xbd\xd1\x3e\x0e\x2a\xfa\x21\xc9\xf8\xe0\xf9\x39\x18\x30\x0e\x06\x8c\x9d\x2f\xe3\x3e\x19\x30\x5e\x51\x46\x37\xb9\x4d\xcf\x52\xac\x64\x5f\xa4\xf5\x83\xb0\x7e\x10\xd6\x0f\xc2\xfa\x17\x2b\xac\xef\xc7\x0a\x1f\x24\xf5\x83\xa4\x7e\x90\xd4\x0f\x92\xfa\x41\x52\xdf\xf9\x32\x1e\x24\xf5\x92\xa4\x0e\x7f\x39\xb4\x80\x75\xc5\xf6\xd6\xe2\xfa\x66\xd0\x00\xed\xdc\x74\x16\x1b\xe0\xad\x48\xe6\x07\xa9\xfc\x20\x95\xef\xb7\x54\xbe\x37\x13\xfa\xf2\x12\x82\x0f\x29\xb5\x87\x94\xda\x43\x4a\xed\x6b\xa4\xd4\x3a\x5e\xb2\x4c\xc2\x59\x56\x4b\xe7\x27\xcb\x5c\xbe\xa6\x2c\xc9\x72\x10\x55\xf5\xcf\xef\x73\x9a\xa5\x08\x54\x24\xad\xe9\x52\xce\xbe\x01\x7a\x02\x52\x80\x71\xba\xea\x0f\xcb\x25\x98\x9f\x2a\xac\x6e\x6f\x85\x98\x62\xb4\x9b\xc2\xb0\xed\x6a\x4f\x7d\x09\xdc\x0d\x2a\xee\x45\xbf\xb9\x86\xf6\xa8\x0e\x5f\xc7\x89\x25\x9a\x23\xb9\xf1\x3d\x73\x45\xbe\xda\x3e\xd7\xaa\xcf\xf7\xb3\xfd\xe8\x6d\x95\x32\xa8\x8e\xfa\x50\x95\x0f\x05\xbb\x76\xa8\xca\xf7\x8c\xf3\x76\xe7\x6c\xc5\xcc\x1d\x8d\x1a\x5b\xf8\x1b\x9d\xf6\xab\x07\x3b\x36\x9f\xf4\x57\x0d\x7d\xac\xbd\xc8\x2a\xb9\x75\x27\xff\xac\xbd\xa7\x5e\xa1\x18\xe1\xda\x97\xd3\x4e\xca\x12\x6e\x73\x3d\x7d\x24\xea\x4b\xb9\x9b\x0e\xa5\x09\x0f\xe5\x75\x76\x34\xdd\x8d\xee\x9e\x37\x3b\xdb\x43\x21\xc6\x43\x21\xc6\x43\x21\xc6\xe8\x08\x1e\x0a\x31\x1e\x0a\x31\x22\xf4\x22\x85\x18\xd7\x96\x19\x77\x50\x92\x71\x1b\x89\xd1\x74\xff\xa5\x08\x8d\x87\xb2\x8c\x07\xb9\x71\x77\xd3\xfd\x6d\xc9\x8d\x7b\x68\xb5\xd8\x8b\xfa\x93\xde\x6a\xf1\xea\x50\x40\x9e\xb5\xb7\x86\x03\x0a\x63\x4d\xfc\xd7\x3b\x45\x05\x72\x9b\x76\x40\x06\xb2\xff\x77\x40\x06\x3a\x20\x03\x35\xcc\xfa\x10\xcc\x7c\x40\x06\x42\x87\x70\xdd\x43\xb8\xee\x3e\x87\xeb\xb6\xd8\xc6\x03\x32\x50\x4b\x91\xf1\x99\xd0\x81\x9c\xcc\xb5\x15\x42\x50\x8d\x38\xb8\x1a\x25\xe8\xe7\xaa\x46\xb4\xb7\xa2\x9e\x1b\xeb\x01\x2d\xe8\x80\x16\xb4\x2d\xed\xec\x85\x02\xfa\x82\xa8\x41\x75\x1c\x66\x9d\x5c\xe4\x1a\xe6\xb2\xad\x82\xf9\x36\x10\x84\xdc\x68\x0f\x89\xc9\x87\x14\x88\xfd\x4f\x81\xd8\xbb\xc4\xe4\xbd\xd1\x54\x0e\xea\xfc\x21\x37\xf9\x90\x9b\x7c\x30\x76\x1c\x8c\x1d\x3b\x5f\xc6\x7d\x32\x76\xbc\xb2\xdc\xfe\x8c\x48\x42\xfb\x28\xc1\x1f\x04\x78\xf3\xde\x41\x80\x3f\x08\xf0\x5f\xa8\x00\xbf\x1f\x2b\x7c\x90\xde\x0f\xd2\xfb\x41\x7a\x3f\x48\xef\x07\xe9\x7d\xe7\xcb\x78\x90\xde\x5f\x0c\x5d\xa8\x4e\x84\x5f\x1b\x61\x68\x4d\x37\x5f\x90\x40\xf6\x96\xa4\xf5\x83\xa4\x7e\x90\xd4\xf7\x5b\x52\xdf\x9b\x09\x1d\xd0\x86\x0e\x68\x43\x07\xb4\xa1\x03\xda\xd0\x46\x32\xd2\xbf\xd9\x63\xf9\x2e\xb8\x89\xfd\x95\xfd\xee\x7d\xc6\x47\x77\x8b\x39\xd1\xff\x7b\x4e\x67\x84\x49\x90\x68\xa9\x5a\x84\x32\x51\xc3\xca\x57\xd7\xfc\xdd\x6d\xff\xf2\xe3\x45\x98\x86\xf6\xee\xd3\xfd\xc5\x5d\xff\xba\x7b\xe3\xd7\xc5\xcf\x2a\x5c\x0b\xfb\x5d\x24\xd6\x59\x92\xbf\x21\x5a\x7f\x85\x53\x73\xab\xb0\xca\xe5\x66\x23\xbb\xe9\xdd\xf6\x6e\x7e\x82\x34\xba\xe1\x79\xff\xb6\xfb\xfe\x22\x22\x88\xe8\x79\xf7\xec\x2f\xf7\xfd\x9b\xe6\xe7\xbd\xff\xee\xdf\xde\xdd\x36\x3d\xbd\xe9\x5d\xf4\xba\xb7\xcd\x5f\x7f\xe8\xf6\x2f\xee\x6f\x7a\x4b\xd7\x63\xe9\x68\x97\x2b\x32\x12\x16\x09\xb2\x58\x50\x62\xb9\x86\x28\xd6\x10\x79\xf1\xd1\xb1\xc3\xba\xbe\x4e\xd1\xbd\xb5\x0b\x50\xdb\xb8\x0b\x49\xf2\x0d\x19\x85\x26\xa5\x12\x8f\x32\x92\x56\x5a\x72\x6b\xd8\xd4\x12\x8e\x06\xf5\xa4\x35\x70\x2f\x72\x6a\x9e\x97\x18\x5e\x80\x20\xe9\x56\x11\x96\xd6\xf4\x61\xf6\xa1\xb1\x07\xa6\x79\x17\x7d\x24\x51\x4f\x49\x2e\x04\x61\x2a\x5b\x18\x81\x5b\x56\x1a\x75\xdb\xd7\xd4\xac\xbd\x53\x7d\x83\x53\x2c\x4d\xe4\x55\x34\x7e\x41\x32\x82\x65\xcd\x98\xed\xee\xb7\x5b\x16\xbf\x57\xd6\xa2\x63\x2e\xa3\x31\xa6\x59\x2e\x48\xe9\xb4\xf0\xd9\x1c\x0b\x2a\x39\xeb\x7d\xd6\x77\x99\x3e\xc8\x57\xf0\x39\x17\x9b\x9d\x98\xde\x5f\x42\x0a\xbe\x8c\xff\xf9\xf1\x2e\xfe\x57\x74\xe6\x2f\xee\xe2\x7f\x2d\xa7\xf5\xa0\xe1\x32\x65\x1f\xa1\x8f\x77\xa7\xe8\x23\x84\x74\x09\x74\x37\xc5\x86\x62\x2f\xee\x4e\xd1\x05\x91\x12\x7e\x29\x3e\x56\x54\x65\x30\xb7\xf7\x94\x61\xb1\x40\x6e\xfa\x26\x73\x1b\x83\xaf\xc4\x2d\x4d\x79\xf1\xd8\xdf\x72\x06\xea\x7f\xb1\x7a\x17\x7c\x42\x13\x9c\x6d\xb7\x88\xdd\xcb\x88\x0f\x5c\xdd\x2c\x5d\x8a\xf0\xed\xea\x5a\x74\x2f\xcf\x21\x8f\xdc\x0d\xb5\x66\xe6\x97\x44\x6a\x22\x49\x38\x4b\xad\xff\x48\xdf\xfe\x8b\x40\xa8\xff\x1b\x87\xcc\xf2\x5c\x6a\x55\xb3\x7b\x79\x8e\x4e\xd0\xd5\xcd\x80\x5d\x89\xd4\x18\x53\x89\x96\x86\x0d\xcd\x51\x89\x18\x57\x88\xce\xe6\x5c\x28\xcc\x94\x56\x04\x40\x0c\xb0\x2b\x62\x38\xc0\x19\x9f\xcd\x72\x85\xf5\x41\xab\x2c\x2a\x33\x26\x95\x5b\xa2\xfa\x29\xb8\x67\x6a\xd6\xd0\xc8\x09\xc5\x5c\xe6\x42\xb7\xaf\x65\x94\x58\x0f\xa7\x69\x45\x95\x75\x4d\x60\x21\x70\x2c\x4d\xbc\xa3\x8a\xcc\xca\xef\xb7\x0c\x2f\xfe\x57\xad\x91\xe1\xcc\xa4\xf3\x10\xd1\x15\xc9\x94\x2a\x92\x28\x7d\x04\x37\xa2\x89\xfb\xcb\x1f\x2f\xaf\x7e\x0e\x25\x88\x77\xdd\x4f\xe7\x7f\xfa\xf7\xe8\x87\x9b\x4f\x95\x1f\x86\x3f\xfd\xa9\xf2\xcb\xff\x6f\x29\x3d\x95\x7b\xaa\xe8\xf9\xc1\x5c\x8e\x40\xa4\x06\xbb\xb2\x9b\x2a\xa2\x33\x3c\x21\x48\xe6\x73\x4d\x01\xf2\x38\xde\x5f\x2d\x52\x5e\x70\x9c\x52\x36\x31\xe9\xd5\x17\x54\x11\x81\xb3\x4f\x78\xfe\xc1\xd9\xc0\x37\x58\x9d\xff\x7b\x1b\x25\xba\xbf\xfb\xa5\xfb\x29\x4c\x95\x7f\x77\x7d\x73\x75\x77\xb5\x74\xd6\x51\x0b\xd5\x63\xa4\x1f\x9f\xc2\x7f\xd1\x09\xd2\xad\x7b\xc9\x77\x46\x14\xd6\x1a\x01\xfa\xda\xa4\x84\xfa\x14\x2e\xca\x32\x38\x35\x73\x41\x67\x14\xae\x14\x63\x05\xfc\xc6\x08\xd7\x5e\x7b\xf0\xe7\xc6\x7c\x60\x92\xbe\xed\xa5\xcc\x52\x2c\x52\xf4\x37\x59\xc6\x43\x00\xe3\xb3\xf9\x81\xa4\xe8\x08\x4d\x95\x9a\xcb\xd3\x93\x93\xa7\xa7\xa7\x63\xfd\xf6\x31\x17\x93\x13\xfd\xc7\x11\x61\xc7\x53\x35\xcb\x0c\xfe\x83\x5e\x85\x53\x74\x2d\xb8\xbe\x42\x40\x41\x27\x82\xe2\x0c\x52\xd1\x47\x86\xff\xf1\x31\xfa\x35\xe1\x82\x1c\x17\x1b\x63\x0d\x53\xf6\x1e\xb1\xc6\xab\x13\xfd\x52\x0d\x33\x29\xef\x27\x4a\x49\x42\x53\x2b\x66\x10\x96\x70\xb0\x5e\x1a\x7f\x87\x6e\xcf\xe5\xd1\x12\xeb\x6c\xf6\xcb\x19\x28\x2b\x38\x25\x08\x3f\x62\x9a\x19\x94\x11\x1e\x13\x9c\x56\x7c\xfa\x46\x6d\xcd\xb5\x8a\x0e\xd1\xcd\x70\xab\xba\x57\xe7\x7a\xc2\x09\xcf\xd0\x28\x1f\x8f\x89\x08\x7d\xdd\x1d\xad\xcd\x50\x89\x04\x49\xf8\x6c\x06\x12\x83\xfe\x2a\x97\x86\xaa\x61\xc5\xec\x68\x8f\x07\x0c\xf6\x5f\xab\x39\x40\x01\x29\x07\x56\xc7\x08\x49\x11\x66\x0b\xd3\xcd\x28\x1f\x47\xbe\x74\xc0\x55\xc1\x29\xa2\x6a\xc0\xba\x59\x86\x04\x99\x71\x45\xc2\x30\x6d\x70\xbc\x45\x0b\x0e\x2c\x52\x90\x79\x86\x13\x07\x02\x90\xf1\x04\x67\x68\x4c\x33\x22\x17\x52\x91\x59\xd8\xc0\xd7\x60\xab\xd1\x6b\x46\x25\x4a\xf9\x13\xcb\x38\xb6\xf3\x28\x7f\xf6\x4d\x7c\x1a\x7b\x0e\x6d\xa3\x27\x04\x17\xf0\x9f\x1f\x29\x4b\x77\xc6\xa1\xee\x6f\x7b\x37\xe1\xbf\x6f\x7f\xb9\xbd\xeb\x7d\x5a\x8f\xfb\x78\xca\x82\xe1\x81\x0e\x7f\x8a\x6e\xcd\x22\x70\xa1\x25\x22\xd1\x30\xa9\x4f\x96\x94\x8a\x1f\x78\xba\x21\xf7\xfd\xd4\xbd\xbc\xef\x46\x1c\xe5\xf6\xec\x87\xde\xf9\x7d\x49\x1f\xb0\xf3\x8b\x64\x78\xa3\xfe\x85\xbf\x9d\xfd\xd0\xbf\x38\x1f\xd6\x28\x8c\xef\x6e\x7a\x67\x57\x3f\xf5\x6e\x0a\xdd\xae\x76\x89\x4a\x83\x29\x33\xab\x3b\xc3\x94\xa6\x3c\x45\xa3\x45\x98\xa7\x5e\x60\xab\x68\xc9\x39\x03\x7f\x6e\x81\xf1\x63\x5a\x3d\x05\xde\xe4\xc0\x66\x8a\x2f\x66\x3c\x25\x1d\xfb\x0e\x40\xc3\x18\xe3\x8a\x91\x98\xeb\x1b\xd6\xbd\x63\x16\x18\x2a\x0c\x48\x8c\x5f\xb8\x53\xd4\x45\x52\xbf\x98\xeb\x43\x2d\xe8\x64\x02\x86\xc3\xd2\x50\x4d\x6b\xf6\x53\x58\x5e\xf8\xce\xec\xff\x5c\x70\x38\xe7\xba\x5b\x6b\x71\xf6\x56\x09\xf3\xa1\x41\xb6\x8d\x5a\x14\x18\x0c\x0e\x35\x43\x73\x9b\xa5\x17\xa1\x71\xbd\xcc\x79\x2c\x12\x2b\x80\x6d\x49\x63\xef\x9c\x0b\xf2\x48\x79\x1e\x7c\x6a\x11\x8f\xa2\x1d\xaf\x6d\xbe\x58\x00\x58\x36\x63\x14\x29\x35\xe3\xc9\xa3\xb6\x05\xcd\xc2\x1e\xa1\x85\xb1\xe0\xb3\x9a\x36\xe2\x63\xd2\xbf\xba\x55\x02\x2b\x32\x59\x9c\x5b\x96\xb1\xf9\xf1\x38\xbf\xfa\xf9\xf2\xe2\xaa\x7b\x3e\xec\x75\x3f\xc6\x27\xde\x3f\xb9\xbd\xbb\xe9\x75\x3f\xc5\x8f\x86\x97\x57\x77\x43\xf7\xc6\x52\x92\x6f\xe8\xa0\x7a\x4f\xc7\x2f\x9e\x22\xcd\x72\x81\x35\x3a\x08\xc9\x80\x3f\x8e\xc8\x98\x0b\xc3\xe7\x67\x2e\xfc\xc1\x8a\x30\x6e\x6d\xad\x2e\x56\x9a\xc5\x29\x58\xc6\xea\x9a\x34\x56\x6f\x25\x08\x9e\xc1\x3d\x81\x19\xea\xb1\xf4\xe8\x6a\x7c\x74\x6b\x7e\x9c\x61\xf1\x40\x84\xff\xf4\x49\x50\xa5\x08\x8b\x54\x3a\xec\x86\xec\x95\xc4\xa2\x83\x63\x74\xa3\xf9\xbe\x7e\xdf\x5f\x6a\x9a\xd8\x53\xa2\x30\xcd\xa4\x1d\x6c\xb4\xae\xa7\xe8\x02\x8b\x49\x61\x87\xfb\x9a\x8f\xc7\xa6\xb1\x6f\xcc\x30\xf4\x1d\x16\xcd\xa2\x86\xf7\x6a\xd2\x70\xf7\x22\xf4\x67\x5f\xf6\xf2\x70\x95\xaa\xee\xe7\xdb\xd1\xd4\xfd\x35\xac\xb8\xd1\xd8\x23\xdd\xd0\x3e\xa9\xa1\x35\x98\xb8\x79\xbc\xfc\x92\xa9\x6f\xbb\x4a\x4e\xf1\x8b\x35\xe4\x64\xb2\xf8\xf4\xce\x8f\xb5\xb6\x59\x43\x4b\xe4\x33\xb5\x06\x83\x70\xdc\x25\x12\x2a\x9a\x01\xf3\x2a\x9e\xcf\x09\x16\xb2\x6e\xb7\x63\x31\xb0\x61\xef\x4d\x4f\x61\x1f\x76\x93\x5d\x3f\x1d\xc4\x19\x18\x1c\xbc\x10\x51\xa2\xc8\x16\x34\x60\xda\xaa\x50\xc0\x35\xc0\x87\x5d\x59\xa8\xae\x4f\x54\x6a\xa5\xd1\xfc\xf8\xde\x62\x88\x6d\x46\x10\x1f\xba\xfd\x8b\x92\x70\x31\x3c\xef\x7d\xe8\xde\x5f\x2c\x37\x13\x46\xdf\x95\xb7\x18\x1d\x21\xfd\x3c\xf6\xbd\xd3\xb1\xb9\x33\x1c\x12\x9a\x51\x69\x09\x03\xa3\x95\x4d\xba\x33\xf6\xea\x94\xcc\x33\xbe\x98\x11\x06\x26\x9e\xe8\x26\xd4\xeb\x39\xc6\xd4\x5e\x2d\xc1\x60\xc1\x8a\x63\xcd\x6e\x70\x8d\x1d\x39\xf8\x35\x92\xfa\x9b\x37\x46\x5f\x2b\xb1\xee\x6b\xe3\x3d\xb3\xff\x73\xab\xb0\xda\xf0\x8c\x75\xcf\xee\xfa\x3f\xf5\x62\xfd\xf0\xec\x87\xfe\x4f\x75\x52\xcd\xf0\x63\xef\xb2\x77\xd3\xbd\x5b\x21\x9c\x94\x9a\xac\x13\x4e\xa4\x1e\x70\xd9\x7b\x4a\xa5\x8f\x2a\xd2\x67\x47\xf0\x0c\x51\x25\xd1\x23\x95\x74\x44\x01\xf1\xce\x7a\x22\xef\xfb\xc0\x59\x21\xcd\x92\xaa\x85\x13\x5f\x4c\xbf\xf1\x3e\x6a\x4e\x6a\xdb\x37\x66\x87\xd0\x3f\x09\x56\x3e\xb3\x39\x6e\xd2\xa7\x08\x74\xdb\x47\x50\xda\x82\xcf\x98\x16\xa4\xd9\x84\x08\x33\x1c\xf0\xbe\x84\x63\x09\x9e\xeb\x51\x85\xc2\x4a\xb1\x6a\x5e\x68\x9d\x10\x46\x04\xc0\x7b\xf9\x4e\x8c\x20\x25\x08\xfb\x4a\xcb\x5c\xf3\x8c\x26\x54\x65\x0b\x94\x80\x0d\x0b\xcc\x99\x33\xcc\xf0\xc4\x0a\x07\xa0\xe6\x94\x48\xe2\x2f\x06\x16\xf0\x6a\x6c\x4d\xfb\x77\x94\x6c\x78\xcc\xee\x2f\xcf\x7b\x1f\xfa\x97\x31\x09\xfc\xd0\xff\x18\x89\xb0\x9f\x7a\xe7\xfd\xfb\xe8\x36\xd7\x92\xec\x72\xb9\xbe\xdc\x6c\xcd\x51\xf4\x2f\x9d\xa2\x73\xf3\xe9\xa9\x5e\xdc\x1a\xcc\x43\xaf\xfc\x96\xd6\xe1\xc6\x85\xf5\xb9\x3f\x7a\x4c\x89\x5a\xbf\x44\x5b\x13\x92\xf5\x41\x46\x36\xa4\xfa\x50\x85\x4a\xdf\x97\x65\xa7\x72\x35\x94\xc3\x3a\x22\x75\x27\xc7\x85\x65\x29\x8c\x61\x00\xa3\x41\x93\x11\xab\xc6\xad\x55\x30\xec\x9f\xc0\x45\x3d\xcb\xa5\x32\xae\x44\x20\x4e\xf4\xf0\x67\xa9\x17\x14\x5c\x8d\xc7\xe8\x96\x90\x01\x73\xd6\x83\x09\x55\xd3\x7c\x74\x9c\xf0\xd9\x49\x01\xb8\x79\x82\xe7\x74\x86\xb5\x24\x4d\xc4\xe2\x64\x94\xf1\xd1\xc9\x0c\x4b\x45\xc4\xc9\xfc\x61\x02\x51\x34\xce\x9d\x7a\xe2\x9b\x9d\xf0\xdf\x5d\xfc\xf1\xdb\xa3\x8b\x3f\x7f\xfb\xae\x6a\x21\x6b\xda\xff\x1e\x4b\xf0\x5c\xe6\x99\x8d\xba\x13\xe1\xda\xb8\x23\x9f\x93\x55\xfb\x7d\x19\x6f\xd7\x76\xfa\xeb\xd9\xf5\x7d\x64\xb1\x8e\xff\xf9\xa9\xf7\xe9\xea\xe6\x97\x88\x53\xde\x5d\xdd\x74\x3f\x46\x0c\xb5\x77\xfd\x43\xef\x53\xef\xa6\x7b\x31\x74\x0f\xb7\xb1\xbd\xfd\xc8\xf8\x13\x8b\x97\x46\x3a\x0e\x58\xe9\xe9\x14\x7d\xe0\x02\xfd\xe8\x77\xf2\x68\x84\x25\x5c\x31\xee\xce\x92\x1d\x34\xe7\x29\x30\x5e\x44\xe6\x53\x32\x23\x02\x67\xd6\x66\x20\x15\x17\x78\x62\x6e\x7a\x99\x08\xac\x92\x29\x92\x73\x9c\x90\x0e\x4a\x80\x1a\x26\x1d\xd8\x14\x50\xb5\xf8\xa4\x6c\xe7\xbb\xc9\x99\xa2\x33\xe2\x54\x70\xfb\xcf\x3b\xb3\x19\x1b\x6c\xce\xd5\xdd\x0f\xb1\xb0\xf7\xe1\xe2\x97\xbb\xde\xf0\xf6\xfc\xc7\xa5\xeb\x69\x3e\x8b\x46\x76\x0b\x01\x48\x67\x3c\xcb\x67\x2c\xfc\x7b\xf3\xb1\xf5\x2f\xef\x7a\x1f\xcb\xa3\xbb\xea\xde\xc5\x94\x71\x13\x07\xc9\xbd\x7b\x7f\x75\x75\xd1\x8b\x5c\xc2\xef\xce\xbb\x77\xbd\xbb\xfe\xa7\x88\x7e\xce\xef\x6f\x0c\x8c\xe7\xb2\x69\xba\x11\xd4\x4c\x54\x4f\x2b\x9c\xe6\xae\x59\x61\x2b\x4e\xd4\xb5\x41\xe9\xe6\x2c\x1f\x05\x40\x4f\x26\x1c\x0c\xac\x3a\x47\xde\xa4\x9a\x98\x91\xd6\xb2\x43\x15\x6f\x13\x6a\x66\xc7\x4b\x37\x7a\x19\x57\xbe\xf3\x43\x30\xd8\xb6\x46\xd9\xc6\x59\xc6\x9f\x4c\x38\xf0\x8c\xea\x5b\xd9\xc2\xfe\xe9\x57\x64\xe1\x21\x3c\xae\xe1\x78\xf1\xb6\x90\x44\x10\xf5\x89\xe7\x4c\x6d\x4e\x72\xdd\xcb\x88\xef\xf4\x2e\x7f\x1a\xfe\xd4\x8d\x29\xb0\x7f\xb1\x9c\xd5\x84\x4d\xd4\x5c\xc5\xdd\xcb\x5f\xfc\x25\x0c\x41\xe3\x1d\xaf\xa1\x1a\xd9\x35\xc9\xa8\x16\x7b\x13\xac\xb5\xd7\x0c\x24\x1a\x44\x28\x98\x1c\x66\x7a\x72\x10\xa4\x3a\x37\xfe\x24\xc3\x9f\xcc\x20\x4f\xdd\x1f\xa5\xf6\x24\xac\x0b\x58\x53\x5d\x4c\x3e\xb4\x63\xb5\x6a\x86\x08\x7b\xa4\x82\x03\x40\x33\x7a\xc4\x82\x6a\x69\xdc\xb4\xac\xe7\x7a\x0a\xff\x5d\xaf\x4d\x30\x8c\x96\x18\xd7\x2d\x17\xea\xdc\x07\x03\x6f\x66\x0d\xa9\x0b\x8a\xad\x86\xc3\xd6\x1b\x3a\xaa\xdf\xd6\x6c\xce\x96\x41\xc3\xf1\x84\xff\x9e\x9d\x53\x9c\x69\x06\xb0\x3b\x79\xb1\x7b\x79\xdb\x8f\xe5\xc7\x58\xcd\x08\xf8\xf2\xc6\xf2\x22\x18\x2a\xcd\xc8\x9d\x32\x71\xfb\x97\x0b\xa3\x5d\x00\x8a\xb7\x39\xb7\x81\x62\x61\xa1\x59\x8c\x34\x31\xc7\x42\x96\xbe\x90\x08\x20\xf8\x8a\x80\x2b\x7d\x67\x41\x38\xd3\x23\xa7\xe9\x80\x91\xcf\x73\xc2\x24\x04\x07\x98\xfb\xac\xf0\xb5\xcb\x63\xd4\x1f\x03\x4b\xd0\xaf\x33\x94\x33\xeb\x00\xd3\x17\xae\x19\x64\x47\x8b\xb2\x05\x3a\x4c\x60\x3e\x62\xc4\x05\x4b\x15\x83\x1f\xb0\x9f\xbd\x13\x0d\x1e\x8d\xb9\x66\x40\x7a\x17\x6d\x7b\xa7\x08\x33\x49\x3b\x48\x2b\x2c\xe5\x3d\x85\xf4\x03\xad\x50\xda\x10\x2e\xcd\x69\xec\x9f\x2f\x7f\x0d\x54\xe2\x84\xc3\xcb\xa0\xfe\x2e\x28\x5d\x05\x0d\xa2\x71\x66\x3c\x26\xc3\xf6\x77\x42\xc2\x05\xb1\x7e\x96\xb5\xaf\x81\x55\x8c\xfd\x0e\xcb\x87\x8a\xef\xa1\xcf\xa4\xc2\x2c\x21\x67\x19\x96\x1b\x06\x21\x39\x1b\x47\x27\x96\x38\x6e\x6e\xee\xaf\xef\xfa\xef\x57\x70\xf9\xf2\xc7\xd5\x30\xa0\x24\xcb\x9d\x7b\x6e\x24\x38\x4e\x91\x66\x9f\x13\x6e\x5c\x81\x56\xf0\x2f\xb0\xec\x4d\x6e\x90\x0f\xa8\x8c\x70\xf4\x8b\x94\x06\x6b\xe7\x08\x5d\x09\xd4\x2e\x04\x4a\xf4\x4a\xa0\xc0\xe4\xe1\xb6\x1a\x3c\x8b\xa6\xc4\x8f\xb5\x6e\xcd\x33\xac\xc6\x5c\xcc\x0c\x97\x8f\x26\x6d\x1a\x5f\xde\x28\x65\x8a\x08\x91\xcf\x15\x75\xc5\x09\xca\x52\xaa\xde\xb2\x0b\x3e\xf9\x44\xa4\xc4\x13\xb2\x8d\x03\xba\x4e\x79\xb8\xfd\x29\xfc\x27\x38\x98\xdb\xc8\xfe\xd1\x08\x5d\xe4\xbb\xa3\xa7\x2b\xf6\xc1\x04\xf2\x5c\xf3\x8c\x26\x1b\x06\xdc\x7d\xe8\xf6\x2f\x86\xfd\x4f\x5a\x89\xef\xde\xf5\x2e\x22\x51\x02\x9e\x75\x3f\xdc\xf5\x6e\x2c\xfa\x7b\xf7\xfd\x45\x6f\x78\x79\x75\xde\xbb\x1d\x9e\x5d\x7d\xba\xbe\xe8\xad\x88\xcc\x69\x6c\xbc\x6a\x5d\x2d\xbf\x7a\x5a\xf9\x05\x76\x58\xf3\xb2\xd0\x5e\x06\x99\x67\x98\x66\xe0\x04\xe7\xc6\x19\x8e\x11\xe3\xa9\xc1\xe0\x92\xce\x3a\xe3\x61\xd9\x51\x5f\x7d\x95\x65\x08\xe7\x8a\xcf\x30\x78\x6d\xb2\xc5\x80\xe1\x91\x66\xad\x38\xcb\x82\xf0\x2e\x91\x33\xa6\x59\xac\x6e\xcc\xd4\x1c\x48\x32\xa2\xd9\xf9\x3c\x48\x18\xb4\x7e\x83\x31\x65\x10\x69\x3b\xc3\xe2\xc1\x15\x50\xf4\x69\x18\xfe\x50\x48\x84\xe5\x80\x19\x6c\x30\x2b\xad\xb4\x58\xe1\xd3\x56\x6f\x35\xae\xce\x0c\x3f\x10\xbd\x2a\xb3\x3c\x99\xa2\xb9\xe0\x13\x41\xa4\xb4\xb6\xe5\x04\x33\x13\x80\x60\x5f\xd7\xd7\xd0\x80\x31\xae\x97\xc2\x99\xb0\x53\x32\x27\x2c\x25\x2c\xa1\x26\x35\x10\x7c\xf7\xde\xb4\x39\x11\x78\x3e\x45\x92\x83\xd3\x1b\x96\x1d\xec\x57\xe6\x23\x77\x93\x59\x34\x34\x78\x1c\x5a\xa0\x45\xae\xf9\xc4\x15\xc8\x89\x66\x95\xe1\x63\x77\x19\x3a\xb7\x8b\xb1\x03\xce\xe6\x19\x51\xa6\xfa\x04\x2c\x39\x6c\x86\x5e\xeb\x68\x3f\xf4\x36\xd5\x6d\x82\xbe\xb0\xdd\x98\xb1\xb4\x23\x3a\xae\xb1\x6c\xdb\x23\x85\x7e\xc0\x2c\xcd\x74\x2b\xce\x87\x11\x9f\x45\x48\x45\xe9\x6a\xaa\x71\xa7\x71\x9b\x5b\x34\xc1\xb9\xdc\xe6\x1a\x2d\xe5\x73\x1a\xab\xe0\x51\x11\x14\x02\xe4\x6d\x93\x39\x61\x75\xe7\x9a\x45\xe2\x8c\xdb\x55\x32\xaf\xe7\xa6\xa2\x1a\x82\xd1\x34\x5c\xb3\x73\x41\x59\x42\xe7\x38\xdb\x48\xf7\x2b\x05\xe3\xdb\x18\xf7\xaf\xe9\x58\x93\xcf\x37\x15\xb7\xad\x22\x62\x06\x49\xce\x76\x98\x7e\x0b\xd7\xb0\x24\xd9\xac\x06\x22\x8b\x68\x12\x2c\x78\x6e\xfc\x71\xb0\x2e\x24\xad\x39\xaa\xc7\x75\xdb\xad\x4f\x06\x8e\x03\xa0\x37\xd8\x6c\x13\xf9\xd3\xb4\x7e\xa5\x56\x6c\xef\x26\x18\x0f\x67\xd7\xf5\x6d\xd6\xed\x40\xf0\xf0\x5f\xcb\x68\xe7\x13\x9e\x6b\x9a\xb1\x35\x31\x70\x31\x47\xab\x24\xd9\x3a\x7b\x2e\x7e\x26\xf0\x9d\xfb\xbc\x90\xf6\xbb\x51\x2c\xa1\x0d\x80\xaa\x76\x12\xc5\x10\x04\x79\xea\x96\xc6\xc7\xb9\x96\x65\x11\x86\x28\x04\xf4\x35\x39\x9e\x1c\x23\x57\xbd\xa4\x83\xba\xd7\xd7\xbd\xcb\xf3\x0e\x22\x2a\xf9\xc6\xc5\x2c\xda\x80\xa5\x01\x53\xdc\x4a\x2b\x0b\x34\xe5\x4f\xc0\x1b\x89\x98\x90\x68\xce\x2e\xba\x09\x42\x95\x27\x54\x2a\x1b\x3e\xab\xf9\x4a\x50\xbb\x87\xce\xca\x62\xb6\xa1\x90\x5c\x4d\xb7\x21\x0d\x2c\x65\x3e\xd3\xba\xec\x90\xe2\xd9\x50\xf0\x6c\x1b\xa6\x70\x0e\x53\x01\x75\xd9\xa7\xf8\x53\x3c\x43\xba\x59\x1b\x0a\xe2\x5d\x8e\x5e\xa4\xd3\x82\x91\xe6\xcb\xfa\xde\x0c\xee\x2d\xe7\x7d\xb0\xf1\x68\xd4\x85\x40\x00\x04\x40\x03\xab\x28\xcc\xc6\x43\x6b\xa9\x1f\xe2\x24\xd1\x2a\xf7\x8e\x27\x15\x14\x84\x72\x2e\x01\xdb\xd1\xb3\x4d\x73\x15\x9d\xbb\x61\xce\x35\x07\x83\x60\xe0\x6a\x2d\x97\x9a\x7e\x47\x8b\x4a\xaf\xae\x64\xd3\xbd\xf4\x26\x15\x73\x09\x4b\x02\x3b\x29\x4d\xc9\x27\x35\x25\x16\x7a\x34\xec\xd2\x25\xc4\xe8\x86\x17\x3c\x17\x75\x8c\x6e\xc0\xce\xc9\x5c\x10\x2d\xe9\x97\x1d\x28\x9e\xa6\x6f\x62\x4a\x3c\xd0\xf5\x81\xae\xdf\x3c\x5d\x9f\x99\x32\x6d\xce\x57\x14\x94\x41\xda\x86\xd0\xeb\x5a\x59\xd6\x12\x7a\xf6\xfb\xfd\xcc\x5c\xec\x75\xd5\xa5\x62\x2a\x72\x77\x30\x65\x95\xba\x7a\x66\x23\xa1\x48\x3c\x5c\xb8\x7f\xcf\xb9\xc2\xf2\x9b\xe3\x01\xd3\xd2\xc3\x03\x59\x18\x3b\xa3\xbe\x9f\x7f\xaf\x85\xd0\x23\x49\x98\x84\x38\xe7\xdf\x1b\xbf\x94\xde\x5b\x67\xa7\x35\x3a\x99\x29\xe7\x17\x17\xbe\x82\xd8\x54\xdb\xa8\x15\x0f\x8a\xc8\xdf\xa2\x5a\x96\x7b\x66\x86\x3f\x21\x0a\x72\x8b\x15\x55\xa0\x2c\xa4\xa6\x5e\x60\x65\xe8\x2b\x6d\x36\x86\x2a\x04\x07\x07\x41\x9a\x6f\xc7\xf1\x64\xb5\x8d\x95\x2c\xc1\x8b\xc9\xb7\x36\xd8\xfb\xc4\x19\x4c\x12\xc1\x2b\x45\xf8\xb0\x44\x66\xa7\x47\xe6\x1c\x38\xc7\x2d\x61\xc7\x4f\xf4\x81\xce\x49\x4a\x31\x84\x7e\xeb\x7f\x9d\xe8\x79\xfd\xee\xec\xe6\xea\x72\x58\xa4\xb0\xfc\xd7\x80\x75\x33\xc9\x7d\x78\x3e\x62\x9c\xf9\x38\xf3\xb9\x20\x4e\x16\xb2\x73\x01\x73\x63\x61\x3f\x1b\xb0\xa6\x11\xa4\x3c\x91\xc7\xf8\x49\x1e\xe3\x19\xfe\x07\x67\xe0\x43\xee\xc2\x9f\x67\x19\xcf\xd3\x9f\xb1\x4a\xa6\x27\xe0\xda\x55\x27\xe4\x91\x30\x65\xfc\x33\x7a\xb9\x52\xc8\x5a\x95\x10\xa6\xfe\x3b\x3d\xe6\x22\x9b\x46\x6a\x15\x2e\x21\x73\x85\xfe\x1f\x41\x46\x9c\xab\x7a\xee\xcc\xc7\x63\x49\xd6\xe2\xc4\x85\x76\x72\x7b\x85\xfe\xfc\xa7\x6f\xbf\xd3\x24\xb4\xc9\x1a\xf7\x6f\xaf\x86\xfa\xfb\xdf\x9d\xdb\xef\xe5\x1a\x9c\xf5\xca\xb8\x47\xac\x8f\xd5\xac\x86\x89\x18\xcf\x19\xb0\x7d\x01\x56\x7b\x2d\x20\x1b\x72\x28\xf6\xb1\x8e\xbb\x9d\x9b\xfc\xfe\xad\xd2\x65\xb6\xb8\xce\x3e\x66\x7c\x04\x06\x91\x3c\xaa\x0c\xb6\x24\xb4\x61\x4b\x43\xf2\x39\x95\xf3\x0c\x2f\x2a\x3d\xac\x5a\xf6\x4b\xcd\x9d\xe6\x38\x21\x05\x30\x81\x8b\x42\x4a\xf8\x6c\x06\x91\x71\xce\x65\x90\xd2\x31\x84\xc8\x29\x7d\xd9\xa1\x11\x51\x4f\x10\x90\xe9\x7e\xf5\x97\xb4\xb3\x44\x6a\x56\x06\xec\x72\xa0\x17\x39\xcd\xc1\x8d\x34\x78\xd7\x41\x83\x77\x29\x79\x24\x19\x9f\xeb\xd3\xac\x7f\x20\x2a\xa9\xdb\xc4\xde\x0c\xd3\xec\x92\x2b\x1f\xe3\xb7\xcd\x7e\x0a\x92\xd0\x39\xd5\xa7\x6b\x48\x74\xbb\xcf\x9a\x0b\x55\x7f\xc0\xee\xa6\xc4\x03\x28\xc1\x18\x10\x4e\x53\x4d\xc4\x50\x26\xcd\x0d\xaf\xb0\x2d\xb3\x60\xea\x51\xf9\x9f\xf5\x05\x16\xad\x55\x42\x8f\x61\x9b\x71\x00\x65\xed\x0e\x78\x8b\xc3\x4e\x4f\x52\xb3\x43\xc2\xd9\x78\x7d\xc7\x45\xc9\xaa\xa5\xf4\x6f\x2b\xf0\x05\xd0\x05\xd6\x54\xd7\x68\xda\x28\x1f\x40\xbd\x16\xed\xc6\x19\xaf\xcc\xad\xfe\x6e\xe9\xd0\x64\x88\x1d\x96\x84\x85\x34\x41\xad\xb6\x41\xf3\xe5\x38\x7d\xb2\x72\xc4\x49\xc6\x65\x9c\x43\xd7\x7a\xd0\x67\xf6\xd3\x65\xe3\xee\x85\x56\x88\x3c\xf3\xe9\x6b\xad\xe8\xae\x5b\xb3\xf0\x25\x90\x08\xc3\x26\x94\x95\x9c\xed\xdb\x1d\x44\xc1\x0b\xa3\xd7\x00\x67\x45\x46\x01\x4b\x51\x21\x25\x0e\x58\x61\xcb\x92\xe8\x89\x64\x60\xfe\x4e\xf8\x6c\x0e\x12\x90\x1d\xae\x6d\x49\x5f\xe0\x0a\x2b\xd2\x41\x3c\x57\xba\x31\x13\xab\xe3\xee\x38\x1b\x08\x54\x48\x85\x46\x26\xb7\x4e\x71\x0f\x5a\x65\x68\xdd\xb0\x42\xca\xd0\x47\xa2\xa0\x15\x00\x05\x0c\x27\x68\xca\x3c\x2f\x3d\x4a\x67\x95\x6d\x5b\xfb\x44\xd9\x99\xac\xb1\xf3\x45\x42\xd5\xfb\x8c\x8f\x96\xee\xfb\x15\x34\x8e\xee\x6f\xfa\xce\x79\x50\xd8\x55\x03\x54\xa3\x48\xd3\xe8\x5d\xdf\xf4\xce\xba\x77\xbd\xf3\x63\xa4\x15\x9a\x8f\x44\xf9\xe9\x42\xdc\xb5\xc7\xc7\x33\x23\xb7\x19\x5a\x4c\x2a\x82\xd3\x06\xea\x26\x42\x44\xd1\xd1\x2b\x18\x47\x9c\xbe\xb5\x9c\xb0\x21\x79\x8a\x32\x93\xca\x06\x09\x87\xe5\x79\x5a\x8b\xfd\xaa\x13\x08\xf6\xd3\xe1\xdb\xb1\x5e\x9b\xf1\xce\xaa\x16\xfb\x55\xe4\x13\x5b\xfa\x9f\x7b\x32\x70\xb4\xd4\x94\x50\x81\x5a\x4d\xcb\x10\xd5\xb0\xfd\x9c\x02\xd7\xf7\x27\x3c\x5f\x1e\x96\x8a\x9f\x22\xa2\x35\x92\x4c\xa0\xd3\x3f\xf7\x39\x70\x6c\x6d\x68\x58\xe1\xf6\x13\x2c\xe4\x7d\xc3\x5b\x3d\xdf\x34\x91\x20\xb2\x52\xaa\xfd\x78\xc0\x4a\x83\xb0\xfe\x2d\x89\xe0\xec\xc0\x2f\x94\xa1\xe8\x4a\xec\xa0\x31\xfd\x6c\x1b\x2d\xfc\xde\xee\xd5\xc0\x10\xd2\xe0\x67\x99\xe2\xea\x99\x5a\x43\x6c\xb8\x86\xef\x97\xda\xfd\xb9\x54\x5a\xea\xd2\x92\xab\x20\x5a\xbf\x20\x29\x82\x6e\xbd\x17\x7e\xa5\xc8\xa0\xb0\xd0\x8b\x82\xd7\xd2\xb7\x0a\x7c\xd3\x14\x2b\x72\xa4\xe8\xca\xc0\x68\x1b\x3b\x03\x51\x36\x58\x05\x69\xc2\xc5\xcd\x33\x22\x13\xcc\x9c\xcb\xb6\x61\xb8\xee\xca\xdb\x82\x55\x69\x09\x16\x43\xd8\x18\xc8\x57\x10\x12\x14\x8d\x43\xce\x61\x3d\x97\x8e\xc3\x5a\xc5\xf6\x61\xd9\x9e\xb0\x37\xd2\x35\x0c\x36\x9f\xa7\xfb\x34\xd8\x0c\x4b\x85\xec\x98\x9a\x34\xc9\x40\xc2\xdf\x01\xe2\xc3\xb2\xca\xb2\xa1\x6a\xd6\xd6\x1e\xa7\x49\x28\x56\x42\x88\x52\xd4\x96\x3d\xcd\x25\xb1\xd9\x63\x33\x22\x26\x4e\x10\x36\x25\xa9\xfc\xd9\xb6\xb5\xa9\xdc\x2d\x11\x32\x13\x70\xde\x57\x9b\x3e\x46\x5d\x56\xc9\xa3\x75\xf6\xda\x68\xbd\xcc\x9d\x84\xb3\x27\xbc\x90\x68\x2e\x4c\xca\x99\xf1\xe8\xbb\xc9\x83\x23\x2d\xfe\xc8\x5b\x8a\x94\x0b\xa9\x40\xa0\x4a\xaf\x36\xa6\x07\x95\x96\xdb\x73\xbb\x96\x3a\x51\xc9\xdb\x5c\x57\x0c\xd9\xab\x9a\xb5\xac\xae\x22\xe4\x17\xf9\xe7\x61\x7e\x82\x05\xf4\x01\x99\xdb\x6a\x5d\xbd\xd8\x53\xdd\x24\x08\x83\x95\xf5\x02\x8f\x48\xb6\xb5\x43\x79\x23\x8b\x17\x74\x6d\xe1\x0b\x15\x47\x29\x31\x1e\x77\x82\x9e\xa6\x44\x94\x59\x9b\xb3\x13\x8b\xbc\xce\xff\xbe\x6c\x9e\x51\x45\xb5\x2d\x26\xea\xf0\x38\x37\x99\x6a\x13\x4a\x67\x78\x85\x04\x68\x96\x75\xb6\x86\xf0\x2a\x29\x9b\xd7\x36\x1b\x48\x00\xaa\xd9\x30\x8e\xad\x51\x35\x57\x4e\x65\xe3\x40\xfe\x96\x68\xf5\xfd\x31\x62\x9c\x11\x44\x65\xf1\xb2\x8a\x43\x8e\x7c\x1a\x9c\x16\x97\x8d\x21\xa3\x5a\x23\xf4\xb9\xad\x16\x45\x82\x82\xd7\xb3\x5d\x0c\x35\x23\x5a\xe9\xc3\x62\x01\x30\x1a\x86\xa7\xc5\xf2\xd1\xca\x71\xee\x5c\x78\xbd\x73\x28\x29\x81\x37\x4c\x71\x04\x22\x59\x69\x70\xc8\x60\x8d\xd8\x97\xec\x47\x36\x15\x6c\xc0\xbc\x95\x00\x08\x91\x4a\x34\xc3\x73\x08\x60\x66\x5c\x15\x5f\x99\xd4\x46\xe5\xb7\xb0\xe3\x84\x5a\x69\xb0\xae\x1b\x56\x60\x95\x99\xc4\x5d\x65\xc5\xba\xc6\x10\x12\x0e\xfe\x66\x42\x1f\x09\x73\x34\xdd\x71\x67\x42\x0f\xca\x75\x9a\x2d\x8e\xb0\x94\x74\xa2\xaf\xa1\xc0\x08\xbc\x9c\x23\xd9\xfa\xa0\x7b\x60\xdb\x6b\xbf\x64\x7a\xe3\xf3\x8a\xb5\xcf\x24\x22\x47\x08\x72\xce\xf9\x1a\x52\xa9\xc5\xc6\x31\xd1\xd6\x58\xa2\xdf\x33\xae\x7e\x1f\xa0\x07\x39\x43\x80\x29\x1f\x6b\xcd\x39\x9d\x0a\x2c\x2a\x1c\x5a\x4b\x38\x08\x07\x59\xac\x2b\x57\x7e\x5b\x10\xaf\xc2\xb9\xfc\xac\x92\x5d\xaf\x1a\x69\xd6\x84\x2b\x6d\xea\x2d\xec\xcc\xfa\xf1\x12\x85\xd1\x91\x21\x03\x41\x5c\x46\xf3\x8c\x0b\x52\xaa\xf9\x60\xf8\xb9\x0f\xc5\x9c\xcd\x55\x6d\x3a\x53\x55\x34\xaa\x31\x1e\x1a\xf8\xfb\xe2\xa4\x47\x46\x43\x79\x3c\x60\xb7\x84\x34\x63\xa2\xfb\xbd\xf8\x15\x1a\x82\xb1\x5a\x9c\x83\x65\x94\xb6\x8b\xb8\xcc\x59\x8c\x58\xb1\x84\x6a\x56\x00\x0d\xd5\xeb\xf8\x9b\xc4\x52\x36\xc9\xb8\xde\xe0\x1f\x16\xf7\x6d\x42\xd2\x39\x1e\xb0\x0f\x5c\xd8\x2b\x58\x5a\x2c\xbf\x11\x4e\x1e\x8e\x08\x4b\x11\xce\xd5\xd4\x20\xda\x58\x1b\xfd\xc2\x52\x83\x96\x34\x80\x6c\x7c\xba\x0a\x95\x09\x16\xa9\x43\x95\x7c\xe4\x6e\x14\x03\x16\x34\x02\x68\x81\x00\xa6\x0c\x25\x65\x9a\xd4\x36\x02\xe8\xf5\x4d\x6b\x51\x57\x2c\xa5\x52\x2a\x65\xf9\x39\x8b\x8a\xbf\x00\xce\x21\x23\xd2\x8a\xec\xa5\xd5\xe9\x3b\xcb\x9d\xd3\x95\x64\x58\x3e\xdb\xbf\xd9\xb1\x11\xd2\xc6\xbc\x63\x67\xa0\x25\x9d\x6f\x1d\xaf\x8d\x90\x79\xc6\xb9\x80\x40\x97\xba\x36\xbf\x4e\xa6\x34\x2b\xfc\x00\xdf\x74\xfc\x30\x75\x93\x19\x79\x24\x99\xc1\x85\x4b\x04\x04\x01\x18\x0b\xdc\xb7\xe8\xff\x98\x02\x22\xe8\xbb\x01\xfb\x08\x6c\x38\xcb\x16\x80\x5a\xe1\x5b\xc6\xaa\xd4\xcc\x43\xed\x00\x94\x0d\xb7\x41\xf1\x40\xcc\x5e\x4f\xf1\x23\x19\x30\xd7\xcc\xff\x41\x0f\xe8\x0f\xe8\xbb\x26\xab\x90\xf3\xe5\x3f\xb3\xcd\xe0\x43\xe0\x29\x0f\x6e\x39\xcb\x28\x2d\xbf\x71\x26\x85\xc8\xa0\x57\x93\xbd\xe2\xc1\xa7\x28\x7b\xe4\x49\x25\x60\x24\x3c\xb5\x58\x10\xa6\x86\x8c\xa7\x64\x48\x6a\xdc\x83\x4b\x98\x84\x16\x02\x2e\x79\x4a\x56\x3a\xf7\x3c\x33\xfd\x19\xcc\x20\x32\x1f\xf9\xed\x80\x20\x7a\x1f\x31\xed\x35\xf9\x98\xd2\xea\x47\xee\x11\x5e\x36\x19\xf7\xa6\x8e\xc9\x2b\x2b\x9f\x75\xe0\x42\xb0\x03\xa8\x77\x8e\x65\x58\xb9\x38\xe3\xf2\x71\x2c\x1b\xd5\xf5\xcb\x7a\xe6\xf6\xb2\x0a\xb0\x6b\x00\x5f\x54\xd0\x09\xd5\xf2\x7b\x7b\xe7\x27\x70\xc2\x4d\x3c\x03\x06\xc8\xa3\x95\x6b\xa0\x58\x0a\x97\xcc\x74\xe4\xe9\xaf\x70\xe8\x8d\x78\x5e\x16\xe0\xed\x02\x50\x19\x46\x40\x5b\x59\x7d\xa1\xf9\xf0\xc4\x44\xd9\x91\x29\x35\x71\xed\xdd\xb3\x0b\xa4\x4f\x07\x9f\x99\xe4\x4f\x58\xb4\x5c\x4d\xb9\xa0\xff\x68\x0c\x86\x6a\x96\xd1\x0b\xaf\x65\x11\x3b\x66\xc6\x19\x4b\xeb\x40\xac\x46\xa4\x50\x91\x56\x52\xa7\x33\xa1\x51\x0e\x38\x27\x9a\xcd\x8e\xf3\xcc\x80\x23\x26\x5c\xa4\xa6\xc2\x99\x8c\x22\xd5\xf4\x7b\x5e\xbc\xc7\xca\x37\x48\x2d\x1c\x84\x85\x5f\x4c\xa6\x98\x4d\x96\x0b\xa0\x7f\xc9\x49\xbe\xa3\x60\x3f\x0b\xa9\xfe\x42\x51\x14\x65\x35\x00\x4f\x64\x11\xf8\x69\xd6\x46\xf3\xe6\x62\x7d\xff\xae\x67\x2a\x83\xb8\x50\x67\xa5\xf3\x69\x96\x46\x25\x37\xc5\x37\xd6\xb2\xe8\xdc\x18\x78\xb9\x1d\x98\x74\x5e\x22\x36\xa2\x2a\x23\xd5\xb0\x1f\x4b\x7e\x8f\x3e\x27\xba\xcc\x22\x9e\xc9\x4e\xe2\x70\xfa\x4a\xd2\xc7\x33\x9a\x4c\x36\x60\x72\x55\xa1\x7a\xd9\x7a\x07\x06\x14\xcf\xd6\x6a\x02\x96\x15\x47\x7a\xee\x4f\x82\x42\x16\xf6\xa2\x78\xd9\xd7\x99\x71\xd7\x45\xc8\x63\xb4\x94\x62\xc4\x5a\x88\x91\x70\x4b\xb8\x68\x69\xc2\x6d\x36\x40\xd8\x86\xe2\xae\xab\x3e\xf0\xa6\x13\x61\x58\xd2\xbe\x1e\x89\x6a\x0a\xd6\xca\xc3\xe0\xd1\x36\x5f\xc7\x80\xe8\x45\x9b\x67\x3e\x19\x6b\x51\x48\x70\x91\xad\x4d\x22\xb7\xb1\xa9\x72\x6d\xba\x30\x7d\x0f\xc1\x67\xbc\xb5\xab\x24\x70\x01\x14\x21\xf9\x26\x17\xcb\xa5\x5d\xbe\x90\x21\x13\xbc\xf0\x71\x36\x58\xe0\x84\x6f\x4a\xfb\x7b\x56\x7e\x56\xc0\x1c\x3a\x8e\xd4\x72\x28\x4b\x5d\x8f\x2d\x1d\x89\x60\x21\x5b\xc6\x5e\x2f\x6c\x04\x65\xec\x82\x33\x61\x5c\x3c\x88\x42\x70\x85\x3c\x94\xc0\x10\x8c\x0f\x21\xd4\x3f\x1b\x2d\x8f\x4a\x63\x85\x71\x70\x86\xb3\xb9\x5a\x58\xf4\x6b\xe0\xcd\x16\x17\x57\x4d\x31\xb3\x99\xbd\x75\xee\xbe\x32\x9f\x4e\x23\x87\x5f\x5d\x67\xd0\x91\x55\x6d\x6b\x9b\x74\x0b\x1d\x66\x8a\x94\x12\x14\x9a\xbc\xfb\xa6\x90\xc8\x10\x67\x8d\xf6\x94\x11\xe7\x19\xc1\xac\x49\xed\xac\x7d\x5c\xb1\xbe\xd2\x30\x29\xc1\x82\x7c\x28\x91\x13\xad\x73\xe3\x2c\x2b\xcd\x0b\x43\x2d\x50\xe5\xc1\xc4\x47\x45\xc5\x93\x15\xce\xc7\x4e\x78\xf2\x47\x24\x5b\x2b\xda\xcd\x7c\xb0\x94\x8a\xe0\x95\xa2\x56\x65\xab\xf4\xce\x30\x94\xaa\x36\x19\x76\xd5\xc0\xc2\x14\xda\xa5\x22\x44\x9c\x86\xba\xd9\x10\x25\x49\x72\x41\xd5\x62\x68\x0d\x4f\xed\x99\xd6\xad\xfd\xf2\xcc\x7e\xd8\x46\xab\x3b\x45\xae\x3f\x67\xe8\x02\xf1\x46\x50\x83\x94\x6a\xa7\xd0\x66\xbb\xb5\xa6\x56\x9b\x24\xb7\x6c\x61\x5d\x96\x5e\xbb\xa1\xea\x2e\x36\x1d\x9e\x45\x60\x1c\xf2\xb1\xcb\x7f\x6b\xbf\xb0\x65\x68\xca\x35\x2c\x76\x0e\x66\x67\x2e\x28\x17\x16\x01\xb2\x4d\x90\xd2\x0c\x7f\x1e\xce\xb1\xc0\x59\x46\x32\x2a\x67\x9b\xdb\x17\xff\xf8\xfd\xd2\xd1\x9e\x19\xa4\x52\x69\x71\x7f\x3f\xd3\x59\x3e\x0b\x6a\x4c\x03\x3c\x4a\x00\x72\x60\x4d\xf6\x36\x57\xcf\x0d\xb0\xb8\x68\x98\xa2\x22\x80\xad\xd0\x3a\xb1\x07\x30\xb2\xea\x32\x4e\xa6\x50\xfb\x73\x8c\xa9\x60\x44\xca\x63\x74\xc9\x15\x39\x45\x9f\xf0\xfc\x0e\x14\x3e\x53\x3a\x60\x62\x2c\xb4\x58\x22\x2d\x39\xe5\x8c\xaa\xce\x80\x59\xd4\x23\xb7\x2a\x27\x09\x67\x06\xf9\x22\x81\x85\xf5\x4d\x80\xc9\xd1\x41\x40\x28\x83\x26\xae\xa9\x64\xbd\xa4\xef\x38\x34\x0e\x4a\x3f\xcc\xe0\x92\x97\x05\xc2\xb5\xd3\x09\xbc\x88\x15\x91\x22\xa0\x54\xc0\xc7\x29\x27\x32\x50\xf6\x91\x97\xd9\x33\x3a\x26\x9a\x42\x06\x8c\x8f\x63\xc3\x84\x01\xbb\x70\xd8\x17\xba\xd3\x44\x70\x29\x6d\xb4\x9b\x69\x67\x79\xcc\xf2\x9d\x45\x22\xd8\x45\x14\xc3\xcb\xa5\x03\x54\xeb\xbe\x07\x95\x02\xeb\xc5\xfe\x11\xf1\xa8\x0b\x8d\x37\xed\xb6\xf1\xbe\x8e\x0d\x21\x41\xb0\xb4\xd6\x58\x08\x8b\x2d\x85\xcc\xad\x21\x99\xfb\x31\x9b\xc0\xfa\x23\x8f\x73\x12\x50\x90\x85\xee\x33\x35\x9a\x35\x5d\x0b\x41\xa0\xde\xa2\xc1\x8e\xeb\x97\x88\x06\x60\xfe\x04\xc1\xe9\x22\x58\x11\x6f\x6f\x34\x3d\x83\x64\x22\xe9\x4c\xf3\x4e\x80\x55\x65\xfc\x88\xcf\xdd\x61\x8d\xde\x02\x90\x1a\x3a\xd6\x84\x18\x58\x2b\xf5\x17\xec\x08\x0a\x89\xe9\xe3\x55\xe3\xaa\x75\x8d\x80\x6b\x17\xa0\xeb\xa6\xc4\x12\xee\xe0\x5d\xf7\xfd\xd5\xcd\x5d\xef\x7c\xf0\xae\x08\xce\x71\x91\x9c\x8e\x91\x78\x0c\x0d\xce\x06\xcc\xfb\xd3\x7d\x8e\x31\xec\x25\xc2\x69\x5a\x20\x3c\xd8\x68\x62\xe3\x0e\x6c\x7b\x2a\x56\x7a\xd2\xab\xcd\x7c\xa0\x9f\x49\x7a\xd3\x80\x57\xbd\x93\xd8\xa7\x56\x3e\xa3\x5a\x12\xd7\x5c\x72\x8d\xdb\xd7\x4f\xe5\x5e\x7f\xd7\x9e\x82\xcd\x49\x28\xe5\xfc\x41\xc2\x9f\x42\x18\x25\x44\x28\x4c\x19\x1a\x03\x0d\x68\xce\x0c\xd9\x64\x04\xac\x1d\xdf\xa3\x19\x65\x90\xaf\xb1\x6c\x69\xef\xe3\x79\xac\x53\xe5\xa4\x7f\x79\x1f\x17\x65\xfb\xe1\xea\x3e\x86\xd8\xef\xfe\xb2\xbc\x34\x49\xdc\xc2\x32\xb3\x72\x30\xc5\x22\xf6\xd3\xa6\x3e\xfa\x95\xa9\x9b\xe8\x47\xa2\x7e\x32\x25\x53\x77\x11\xcc\x61\xc1\xc6\x41\xc5\x26\x43\x57\x35\xb7\x3d\x19\xfc\x54\x53\x67\x37\x8e\xd8\x71\x70\xe6\xd0\x83\x2f\xb4\x1b\xa4\x62\x1c\x1b\x30\x79\xa8\xcc\x09\x96\x6d\xe7\x16\xd1\x37\x26\x67\x7a\xb9\x06\xf0\xb6\xaf\x7b\x54\x34\xc7\xc7\xe6\xe3\x56\x6e\xfa\x9b\xd0\x39\xaf\xdb\x2a\x96\x12\x75\xaf\xfb\x35\x6b\x7d\x51\xd6\x42\xbe\x2c\xe4\x9b\xcc\x2b\x44\xbb\x06\xbd\x09\xa2\x2c\xf7\x02\xef\xc6\xce\x74\x3b\xa8\x1b\x63\x37\xba\x8e\x8d\x51\xcf\x2a\x0b\x6d\x21\xfa\x44\x91\xc8\x36\x42\x62\x37\x69\x90\xc5\x32\xac\x99\x07\x19\x0e\xc8\x46\xb3\x84\xb9\x7f\x55\x57\x69\x27\xcc\x05\x34\xe5\x7c\x9c\xe5\x6b\x67\xf9\x91\xc5\x6c\xda\x24\x48\xfe\x64\x28\xda\xe7\xcf\x40\x46\x90\xc3\x6e\x74\x2e\x4e\x1b\xce\x1e\x4e\x37\xa4\xb6\xf5\x72\x2a\x8b\xf1\x39\xf3\xaf\xc5\x1f\xc6\x73\x6c\x2b\x43\x80\x30\xe8\xb0\x25\xea\x30\xf8\x8e\x07\x2c\xb0\x79\x4a\x23\xbe\xe9\x33\xe2\x70\x4c\x00\x1c\x57\xb3\x53\x1b\x6b\xe4\x6f\xe6\x68\x07\xca\x51\xf3\x6a\x1a\x23\x91\x54\xfa\xb1\xa7\x53\x4e\xb1\x8b\xa7\x74\x1a\x8f\x75\x67\x84\xc0\x29\xd0\x5e\x00\xc1\x60\x3b\x26\x8f\xc4\xba\x40\x70\x80\x6c\x17\xc4\xb3\x6b\xe5\x88\x7d\xa5\x7c\xc4\x2a\xcd\x2c\x7a\x0a\xf6\x51\x2a\x85\x9d\x5d\x62\x6a\x5b\x5e\x7e\xc0\x77\x90\xb0\x29\x4b\x75\x49\xd6\x38\x56\xf0\x65\x1b\x33\x01\x50\x42\x68\xce\x86\x4e\x9b\xb2\x2b\x3f\xcf\x49\xb2\x49\x56\xd9\x35\x16\x78\x46\x14\x11\xcb\x2c\xda\x31\xee\x34\x58\x6b\xdd\x0e\xda\x7e\xcd\x2e\x1a\x6c\x12\x36\x69\x88\x7a\xbd\x58\x95\x25\xe6\x67\xb1\x56\x42\xac\x9e\xc6\x4f\x16\x8c\x65\xcd\x59\xd8\x7e\x8a\x69\x58\x83\x7d\x90\x14\xb8\xed\x9c\x5e\x26\x3b\xea\xae\x92\x67\x14\x59\x9c\xf7\x24\x2d\x6a\xf5\x28\x9b\xf2\xa1\x56\xf1\xd2\x9d\xf0\x6e\x17\xa8\xe1\x22\x81\x4b\x87\x2a\x0a\x01\x01\x2a\x01\x79\xdf\xa4\x06\xd5\xe7\x34\x81\xd0\x52\xe7\x64\x0b\xc2\xd9\x6c\xc6\xbb\x5e\x3c\xa9\xf0\xcc\x43\x05\x95\x71\xa8\x4a\xcb\xb5\x82\xc7\xed\x2a\x47\xe5\x20\xd1\xec\x5a\xa2\x59\xc3\x0c\x64\xa8\x93\x88\x52\xea\x99\xc5\x87\xb6\x79\x0e\xf1\x04\x21\x84\xca\x5e\x91\x16\x64\x16\xae\x7e\xca\xfc\xbf\x62\x0e\xee\x88\x3a\x24\xd5\xba\xd8\xd0\xe3\x00\x8d\x1f\xac\x9c\x59\x28\x0d\x58\xd3\x2c\x8c\xd6\x78\xd2\x4c\x25\xac\xfe\xa5\x29\x5e\x05\x31\xda\x0b\x9e\xa3\x27\x2a\xb5\x2e\x3c\x60\xe0\x6a\xf2\x15\xb3\x14\xb7\x55\xae\x3a\xf0\x16\x64\x73\xc8\x7c\x34\xa3\x0a\xe1\x60\x86\xf7\xc0\x19\x6e\x5c\x1c\xbf\x39\xcf\xfa\x03\x98\x71\x6d\xba\x40\x5d\xd6\xde\x8a\x43\xb3\x81\xf1\xa7\x68\x64\xdb\x8c\x80\xc0\x2d\xfe\xbc\x39\x01\x81\xc6\x13\x6a\x98\xb5\x67\xee\x90\x14\x80\xea\xad\x0d\x16\x47\x04\xc0\x5e\xa8\x54\xa5\xbb\xc5\xa2\x87\xac\x48\x08\x28\x36\xa2\x55\x46\x40\xf1\xfa\x2e\x52\x02\x9a\x80\xdd\x96\x85\x88\xba\x4f\xea\x05\xad\x5b\x5f\xf7\x96\xbb\xd8\x8b\x50\x52\xba\x6e\x94\x94\xf6\x2d\xd1\x39\xa8\xfb\xbd\x71\x84\xc2\x3a\xea\x60\x11\x66\x16\x52\x51\x10\x35\x1a\xa7\xb6\x91\x32\xe7\x67\x5c\x41\x68\x50\x02\x68\xef\x95\x70\xd5\x01\xab\x97\x40\x96\xf3\xc4\x6d\xa3\x7c\x76\x9a\x10\x1d\x9c\x3f\x37\x0b\x6b\xd1\xfa\xd9\x87\xfd\x1b\x65\xd9\xe2\xb6\x97\x45\xcc\xc2\x55\xd1\xa0\x80\x80\xe0\xb1\x49\xdc\x74\xcd\xa9\x6c\x19\x83\xb3\xf2\x5c\xd8\x4b\x77\x87\xaa\x5d\x85\x3b\xb7\x0e\x59\xf2\x32\xb2\xe5\xc6\xce\xe7\xee\xd4\xf8\x92\xc7\x69\x13\x3c\x5a\xc0\x19\xd9\x19\x3a\x4a\x39\xc9\x42\x37\xde\x01\x2f\x95\x1d\x3a\x36\x35\x2f\x3d\x66\x57\x69\x4b\xa2\x09\x5b\x9c\xff\x67\x98\xf4\xba\x18\xc2\x01\xb6\xa6\xb0\x38\x8a\x34\xb4\x1b\x00\x78\xb0\x2b\xf6\x1f\xf3\x61\x2f\xda\xe5\x2c\x25\x82\x11\xac\xa6\x2f\x17\xa6\x73\xb6\xad\x71\xfa\xc5\x42\x76\xce\x76\x02\x20\x5f\x0a\x83\x59\x33\x02\x66\x8d\x70\x92\x02\x4e\xb8\xa2\x38\xd6\x15\xee\x28\x32\xe9\xd6\xa1\xd2\xad\x22\x79\xea\x95\xb9\xe7\x89\x69\xaa\xb1\xfa\x54\xa2\x99\xf4\x61\x0f\x41\x98\x57\x2c\xc9\x17\x11\x3c\x24\xf0\xd3\x30\x40\xd7\x1a\x1a\xf4\xc2\x35\x76\xf3\x06\x3f\x19\x3c\xb9\x73\xac\xf0\x99\xf9\x7a\xd9\xb0\x23\x60\x11\x48\x40\xf4\xf0\x30\x73\xe3\x0e\xb6\xdc\xcb\x57\x6e\x37\xd1\x33\x5f\xd3\x63\x72\x8c\xde\x67\x7c\x24\x3b\xc8\x54\x38\xec\x18\xc1\x1e\x9e\x1b\x88\xd1\x6f\xf6\x3f\x44\xea\xb7\x19\x21\xb5\xcc\x90\xe2\x6d\xfb\x50\x81\x28\x42\xcf\x34\x12\xc8\x0a\x79\x74\xf3\x8a\xe0\xce\x16\x11\x3a\xfd\xed\x2f\xf6\x87\x86\x02\xa4\x2b\xea\x7e\x87\x76\x11\xb6\x28\x9b\x17\xb1\x48\x33\x9b\x96\x6b\x4c\x1d\x25\x3d\x76\x99\xc9\x65\xc0\x7e\xe0\x4f\xe4\x91\x88\x0e\xc2\x0a\xcd\xb8\x56\x43\x02\x3f\x3b\xa4\x0e\x46\x68\x49\xc6\x9f\x8a\xd1\x25\x9e\x91\xb4\x07\xc2\x6c\x90\x20\x61\x0d\x3f\xd6\x65\x53\x87\x3e\x01\x40\x0a\x66\x1b\x9c\xff\x75\xc0\x4c\x39\x71\x13\xc3\x01\x5c\x87\xba\x89\xc1\x95\xf8\x7b\xef\x50\xfa\xfd\x31\xba\xd3\x94\x4e\x65\x3c\xde\x20\x19\xb5\x69\x6c\x03\x36\x11\x3c\x9f\x7b\x5d\x9c\x8f\xc0\x08\x60\x1c\x4b\x35\x0e\x25\x18\x8c\xf3\x26\x25\x38\xd5\x32\xfd\x72\xc2\x89\x4c\x47\x7b\x66\x11\x8d\x93\x58\x42\x02\xd2\xdc\xc1\xc7\x8f\xd8\x08\x41\xe3\x07\x0a\xf2\x58\x9a\xe1\xec\x9e\xcd\x49\x75\x4e\x24\x68\x97\xde\x7a\x17\x85\x34\xc7\x61\xf3\xb5\xe3\x5c\x66\x5b\xf1\xf6\x4f\x67\x23\xac\x8f\xc8\x2f\x3a\xb7\xb1\x23\xae\x40\x9e\x29\xa6\xfd\x5c\x56\x17\x47\x48\xed\xe3\x73\x4a\x6b\x77\x9d\x8b\x39\x07\x9e\x9e\x2d\x5c\x06\x81\x4d\x7c\x9d\xf3\x79\x6e\xe2\x63\x68\x18\x2e\x51\x4b\xd9\x54\xaa\x4f\x58\x25\x53\xad\xc0\x14\x09\xa0\x3b\x8a\x1b\x2a\xb8\xf2\xf3\x5a\x62\x6a\x66\x70\x16\xf6\xde\x60\x9a\x6c\x61\x99\x33\x08\x32\x2e\xdc\x10\xfe\x95\x65\x68\xa6\xfb\x8b\xea\x29\x04\xf6\x15\xf7\x89\x7d\x02\x95\x31\x57\x50\xd1\xaa\xf1\xb7\xa3\xad\x18\xcc\x77\xe7\x11\x49\x5b\x64\x33\x9d\xdb\xfc\xc5\xe2\x45\x64\x25\xa4\x5a\x96\x93\x0b\xba\x91\x16\x6b\xed\xc3\x50\x3d\xa1\xb0\xdc\xcc\xf0\x5c\x8b\x23\x8a\xeb\x5b\x52\x4c\x48\x07\x3d\x69\x5e\xa0\x72\xa1\xef\x91\x5c\x50\x77\xf6\xc1\xdc\xd2\x86\x3a\xc0\xd2\x71\x12\x82\xb5\x26\x38\xc0\xb1\x36\x8e\x43\x9c\xa8\x1c\xfb\x00\x27\xa0\x89\x8c\xb2\x07\xdd\x99\xc1\x91\x73\x0e\x3a\x41\xa0\x94\xbc\x4b\x2d\x8b\xf6\x74\x25\x61\x6f\xb1\xcb\xcd\x55\x59\x56\x9d\x34\xca\x26\x41\xae\x78\xbd\xb5\xa9\x0d\x14\x5c\xed\x97\xed\xe0\xec\x6a\x3f\x75\xb2\xcf\x26\xdf\x2e\xc9\x23\x6c\xfc\x7c\x95\x00\x1b\x05\x73\xda\x80\x3a\x2b\x3d\x85\x59\xfc\xd6\x12\x00\x60\x1c\xa6\xe6\x0f\xb6\xd2\xd4\x7f\xf9\xbf\x0c\x0c\xaf\x59\x9a\xff\x42\x5c\x0c\x98\xf9\xbd\xe3\x61\xfb\xf4\x0b\x05\x1e\x06\x9e\x91\x02\x31\x40\xc4\xb9\xc5\x90\xdd\x62\x73\x43\x0d\xf6\x89\x47\x2d\xd3\x63\x08\x0a\x2c\x55\x2a\xde\xcc\x30\xc3\x13\x40\x5a\xe9\x40\x84\x0d\x88\xab\x85\xed\xc2\x90\xb4\x81\x52\x07\x6e\xa5\x99\xa5\x4d\x2b\x28\x2a\x42\x40\x9f\x46\x94\xb5\x40\x0f\x85\x9b\xb6\x9e\xfa\x5d\x39\xa2\xcd\x24\xf6\xbb\xee\xed\x8f\xc3\x9b\xde\xed\xd5\xfd\xcd\x59\x24\xb6\x9f\x5d\xdc\xdf\xde\xf5\x6e\x6a\x9f\x99\x92\xa2\xfd\xab\xcb\xe1\x5f\xee\x7b\xf7\x0d\x8f\x5c\x03\x17\xdd\xf7\xbd\x8b\xf0\x95\xbf\xdc\x77\x2f\xfa\x77\xbf\x0c\xaf\x3e\x0c\x6f\x7b\x37\x3f\xf5\xcf\x7a\xc3\xdb\xeb\xde\x59\xff\x43\xff\xac\xab\xbf\x0c\xdf\xbd\xbe\xb8\xff\xd8\xbf\x1c\xba\xf0\xc5\xf0\xd1\xcf\x57\x37\x3f\x7e\xb8\xb8\xfa\x79\x18\x74\x79\x75\xf9\xa1\xbf\xbc\x42\x7a\xfd\x7c\x1b\x6b\x40\x04\x57\x55\xa0\x60\x06\x82\xd0\x68\x61\x89\x97\xfe\x03\xcc\x9c\xd7\x86\xe2\x8e\x3a\xee\x2f\x53\x56\xe5\x48\x33\x39\x67\x41\x2f\xf8\xc3\x80\x79\x17\x87\xbf\x36\x15\x9e\x48\x57\x0b\x39\x1a\xed\x29\xea\xc2\x69\x00\x95\x20\xea\x14\x32\x85\xfc\x48\x9d\x53\x0c\x28\x2d\xa3\x33\xaa\x6c\x09\xfd\xf2\x96\xc6\x0d\xda\x39\xc1\x10\xac\x85\x3f\x5d\x46\xef\xae\x2e\x7f\x4c\x0b\xa7\xc8\xf1\x60\xdd\xac\x1e\x17\x80\x6d\x2c\x18\x9e\x55\x2a\x3e\x1b\xbc\x09\x8b\x44\x61\xcb\x96\x47\x2d\x46\x24\x14\xb7\x3c\x25\xe8\xc7\x3f\x17\x83\x02\x6b\xa7\xb5\x1e\xe6\x15\x38\x6e\xfb\x40\xe4\x66\x55\x57\x11\x60\xd4\x93\x3b\xc8\xd6\x0c\x05\x27\xd3\x56\x6d\x01\xd3\x74\xce\x82\xdc\xd6\xc8\x4e\x6d\xcb\x95\xa1\x23\x54\xa2\xe2\x53\x74\x4b\x32\x92\xa8\xa2\xe4\x34\xec\xe2\x3c\xcb\x27\xb4\x52\xb4\x69\x44\xa6\xf8\x91\x72\x87\xd7\x67\x60\x0d\x61\x1d\xad\xf0\x84\x8e\x50\xe3\x51\x38\x45\xdd\x34\x95\x31\x0b\x8b\x28\xc7\x31\xc5\xa3\x78\xd8\x61\x3a\x2a\x4b\x3d\x63\xac\x35\x1c\xd4\xdc\x7a\x5b\x21\xa4\xc8\x87\xa1\x23\xb1\xe1\x46\xd7\xf0\x1d\x96\x0f\x35\x35\xda\x6a\x6f\x36\x4b\x3f\x5b\xf6\xd8\x5c\x18\xae\xb6\x53\xbf\xd6\x43\x38\x00\x9b\xf5\xd9\x08\x4f\xb3\xa2\x4b\x37\xe3\xac\x84\x21\xdc\xba\xbf\x08\x83\xf8\xf9\x2d\xb6\xf5\x72\x10\x1c\x95\xa1\xa7\xcb\x35\xe6\x71\x0d\x9f\x5e\xf9\x2f\x97\x0a\x4b\xc3\x60\xdd\xd6\xb5\xe3\x56\x12\xf1\xac\x2d\xb7\xbd\x88\x04\xe8\x6c\x34\x01\x73\x3a\xa6\xcc\x62\x76\x12\x6f\xef\x75\x15\x5f\xf4\x19\xf3\x38\xd2\x78\xc4\x1f\x23\x95\x6b\x66\xca\xd3\xd7\x9e\xdd\xc0\x50\xb4\xcd\xa1\xf5\xa7\xc7\x7e\xd8\x72\xaf\xdd\x79\xb9\xd3\x5f\x2d\x33\x85\xdc\x84\xfa\xa2\x9b\xa8\x16\xe3\x52\x17\xc7\x86\xae\x4c\x36\x8b\x3e\xfb\x9d\xc2\x55\xcd\x45\xe0\xc1\x6f\xb0\xe1\xb4\x35\x36\x95\x17\xac\x16\x8a\x35\x34\x91\xaf\xef\xe1\x0e\x5a\xdf\x18\x36\xc7\x95\xaa\x8e\xd7\x67\x0d\xaa\x8b\xfc\x09\x61\xc9\x17\x53\xdd\xcc\xd4\x93\x0b\x46\xda\x41\xd8\x24\x11\x15\x12\x88\xcc\x93\xa9\x01\xf4\xd4\xec\xbc\x33\x60\x4f\xc1\x86\x44\x61\x76\xdd\xb0\x25\x80\x7b\xf8\xac\x19\x14\x7d\x8c\x82\x17\x41\xcc\xa2\x10\x49\x17\x10\x82\x31\xb8\x17\x18\xb3\x2b\x08\x3c\xd8\xaf\x2d\x48\x7d\x03\x40\xf1\x9a\xfa\x71\x75\xb0\xe2\x7e\x6e\x01\x9a\xf7\xae\xa0\xc4\x97\x0c\x21\x00\x14\xaf\x1b\xc1\x0e\xf0\xc4\x5f\x07\x44\xdc\xe4\xce\xcd\x46\x36\x93\x55\x4f\xd7\xad\xf6\x1f\xdc\x8c\xfe\x60\xac\xf1\x79\x43\xea\x73\xd0\x9a\x87\x01\x42\x47\x50\xed\xd4\xe6\x59\x5a\x47\xa7\x44\x47\x28\xa3\x0f\x04\x7d\x05\x71\x4c\xdd\xeb\xfe\x57\x1d\xf4\x55\x98\xcb\xf1\xd5\x46\x07\xd0\x8e\xdb\x62\x8a\x83\x06\x12\x05\xf4\xc6\xc7\x0e\xf6\xaa\x74\x12\xed\x9e\xd9\x83\x88\x9a\xce\xa1\xfe\x32\xfa\x86\x32\x45\x04\x60\x64\x9b\xb8\x4f\x1f\x4e\x68\x1d\x23\x46\x2e\xa4\xb2\x66\xed\xd2\x01\x1b\x2d\xca\xae\x8f\x8e\xf7\x7d\xb4\x3e\xa5\x5b\xe3\x3e\xeb\xf6\xaa\xc9\x7f\x3b\x0e\x73\x5b\x7e\x1f\xac\x48\x27\xec\xfa\xda\x86\x05\x17\x93\x0d\xe7\xe5\x10\x1f\x5a\x37\xab\xc8\x8a\xe4\x16\xb3\x76\x53\x56\xc9\x3f\x6f\x8d\xdc\x5a\x04\x55\x76\xeb\x56\xc4\xc6\xd3\x36\x08\xbe\x07\x2a\x7b\x5e\x2a\xdb\x45\x3c\x71\x3c\xb8\xf5\x2f\xd0\x33\x23\xc7\x05\xcd\x38\x33\xa4\x56\x26\x3c\x83\x8f\xc0\xc1\x57\x57\xd5\x58\xd3\x13\x1a\xac\xc9\x6a\x57\xe8\xad\x71\xa7\x1b\x67\x64\x75\xac\xe5\xa1\x76\x95\x45\x2a\xe5\xd4\xe4\x0e\x29\x3a\x23\x1d\x04\x95\x79\x8b\x10\x00\x7b\x5e\x81\xdc\xe0\x8e\xb3\xe5\xf3\x4c\x27\x22\x99\xd2\xc7\xf5\x12\xa4\xd6\x95\xc6\x9b\x68\x64\x8b\xf8\x8b\xcb\xee\xa7\xde\xf9\xb0\x77\x79\xd7\xbf\xfb\x65\x58\x0d\xc5\x88\x1f\xdf\x9c\xfd\xd0\xff\xa9\x77\x1e\xbe\x70\xfb\xcb\xed\x5d\xef\xd3\xf0\x63\xef\xb2\x77\xd3\xbd\xeb\x9d\x2f\x35\xa5\x2e\xeb\xac\xae\x04\x85\x0d\xdd\xae\x51\xdf\x3c\x88\x9c\xb1\x43\x02\x40\x81\x16\xf7\x1f\xa9\xa4\x36\x49\xd7\x8a\xa8\xf7\x7d\x67\x1a\xad\xe9\xfd\x34\xc8\x9f\xe9\x18\x64\xb5\xa2\x13\x6a\xdd\x49\xa1\xf8\x6a\xa3\x2e\x58\x6a\x02\x35\x51\x50\x63\xf9\xb8\xa6\x13\xbb\x60\xa7\xa8\x6b\xa9\xa3\xae\x7d\xc6\x91\x16\x9e\x89\x30\xa3\x37\x21\x19\x7e\xe8\xe8\x08\x95\xd7\xf8\x14\x19\x40\xe8\xa0\x26\x86\x6f\x10\x44\x3e\x2c\x08\xfb\x4a\x21\xf2\x79\x9e\xd1\x84\xaa\x20\xf1\x86\x0b\xeb\x74\x30\x4e\x35\x88\xfe\x5a\x41\x5c\x3b\x8b\xd1\xd8\xb9\xce\x1f\xfa\x97\xab\xda\xbe\x3f\x51\x8a\xdb\xe4\xc5\x95\x28\xa3\x3b\x50\xec\x1b\x5c\xa9\x15\x40\xd4\x0d\x46\xf7\x1c\xe6\x81\x6a\x04\xbc\x4d\x9e\xb1\x81\x1e\xd8\x55\x32\x78\x32\x37\xe2\x66\x05\xb2\x97\x47\x8f\x44\xe7\x7a\x79\xf8\x48\x3b\x4a\x7d\xe5\x20\x90\x08\x7d\x7f\x67\x85\x88\x87\x6b\xba\xf1\x2b\x80\x9e\xec\xc1\xc0\x1c\x22\x41\x66\x5c\x69\x05\xcc\xf8\xc9\x3b\x5a\xa8\xa2\x38\xa3\xff\x00\x04\x18\x41\x8e\x83\xb8\x02\x48\xb0\x49\xc3\x80\x6a\x9b\x9d\x5d\x5f\x88\x35\x9a\xfa\x1e\x14\x25\x2e\x6a\xe9\x55\xca\x11\x3b\x03\xc0\x65\x63\xe9\x94\x57\xad\x78\x1b\xaf\xfa\x33\xae\xf6\x9a\x45\x60\xa3\x3e\x57\x17\x80\x85\x6a\xfc\x58\x36\x54\x7f\xad\xce\xb3\x51\x54\x7c\x81\x1a\xb0\xd5\x44\xf8\x12\xe9\xbf\x6e\xfd\xd7\xd2\x60\xf6\xa7\x08\xec\xca\x75\xdb\x5f\xa4\x83\x9a\x81\xb6\x28\xfe\xea\x7d\x3d\x50\x9f\x65\xbd\x6b\xd9\x85\xaa\x45\x0e\x1f\x7d\xa8\xfc\xfd\x5c\xaf\x65\x63\xf9\xb0\x75\x77\x77\x58\x3e\x34\x74\xb5\xea\x06\x3f\x8b\x1c\x4a\xa5\x65\xb3\x41\x74\x16\x4a\x0c\xb4\xe8\x95\xf7\x62\xef\x91\x30\xb5\x13\xa1\x12\x9a\xa8\xc9\x64\x6c\x67\x1a\x36\xe0\xed\xfd\xf3\x82\x23\xf9\x22\x62\x41\xf8\x86\x12\x18\x98\x33\x51\x4f\x84\x30\xe7\xce\x6f\xf2\x9c\xea\xa9\xb5\xdb\x1e\x78\xb5\xba\x2e\x2b\xa2\x7c\xed\x6a\x17\x45\x5c\x8a\x08\x3d\x9e\x40\xfe\xc0\x5a\x5a\x68\x24\x9d\x19\xd5\x33\xac\xef\x6b\x34\x8a\xf2\x9e\x9b\x3e\xa7\x58\x96\xbb\x5c\xb9\xe5\x1b\x24\xf2\x47\xcd\x7c\x24\x90\xe7\xb2\x93\xc2\x8a\x6b\xe4\x33\xc2\x40\xee\x45\x06\xd1\xa0\x4b\x4d\x0f\xa6\x80\x4c\x2e\xb2\xe2\x3a\xc6\x2d\x04\x2b\x33\x18\x7d\xd3\x93\xb9\x20\x50\xd2\xec\x14\x5d\x67\x44\x5f\x97\xb9\xbe\x32\xf3\x2c\x1b\xfa\xea\xee\xcb\xae\xf4\xb5\x80\x7a\x9e\x7d\x5e\x81\xc0\xb8\x64\x62\x0e\xf4\x67\xf9\xcc\x82\x35\xd8\x7d\x16\x6a\xb0\xbe\x60\xf7\x03\xeb\x4f\x2c\xfa\x83\xee\xb6\x30\x21\x80\xa0\xff\xe3\x50\x47\x91\xf4\x1f\xfa\xaa\x16\x44\x4e\x79\xb6\x74\x0a\x6b\x43\x29\xad\x33\x07\xb7\x94\xcf\x38\x09\x1b\x9d\x35\x6c\x0a\x11\x6d\x71\x19\x9d\x9b\x26\x6a\xaf\xc0\x65\x53\xf4\xc0\xbe\xde\x65\x6f\x21\xe8\x6c\xb8\x93\x1d\x1a\x38\xa2\x0a\xfb\x48\x08\x07\x53\xd8\x9b\x0b\x09\x74\x61\x1c\x66\xfe\xf3\xa0\x34\x9d\x8f\x6e\xa6\x4a\x22\xa9\x44\x9e\x00\x58\xe2\x94\x88\xb5\x00\x1a\x7d\x0c\x7c\xd1\x84\x1e\x70\x3d\x6b\xb3\x98\xbe\x20\xa7\xd8\x58\x0e\x19\x01\xd9\xd8\x2d\x36\x53\xae\x95\xa1\x9b\x19\xe8\xb6\x7e\x8b\xb8\x2a\xdd\xb3\xb9\x2f\x22\x6a\x89\x26\x70\x80\x46\x59\x1f\x1a\xc5\x02\x3c\x7b\xda\x03\x20\x23\x25\x20\x73\xb1\xf0\x50\x94\x2f\x79\x6b\x55\x5c\x95\x70\x11\xed\x4e\xab\xec\x8a\xe8\x0b\x7d\xee\xcf\xb7\x74\x71\xe8\xc9\x2c\x86\x90\xaf\xb6\x4d\x98\x43\x34\x7f\x63\x9e\x85\x36\x49\x8a\x4c\xfa\xa5\x01\x6e\xb4\x6b\xe7\x4d\xd3\xa6\x5e\xe3\x80\xdd\xe8\x51\x98\x2f\x0a\x57\x77\x51\x0b\x8d\x14\x55\x1b\xc6\x08\xdb\xaf\x60\xd1\x9b\x22\x8d\xe4\x30\x28\x05\xd9\x34\xb1\x1d\x94\x1c\x79\x6f\xde\x41\xe3\x0c\x4f\x1c\x68\x01\x94\x19\x1d\x17\x7a\x92\x16\xf6\x4c\xdd\x4e\x93\x40\x6b\x2e\x0f\xaa\x6c\x52\xac\x17\x95\x73\xe2\xe0\x23\xe1\x33\xcf\xbf\xea\x98\xab\xd3\xc4\x98\xb3\x80\xc8\x01\x0b\xfa\x58\x82\x36\x66\xb4\xa1\x0d\xc5\x7e\xd8\x67\x9a\x7a\xcf\x02\xfc\x93\xd5\xd7\x75\xb4\xd3\x9b\xe1\x39\xd8\xcf\xcc\x19\xe4\x63\x7f\xff\xdc\xd9\xd0\xe7\x63\x18\xf1\xff\xfc\xf7\x5f\x8f\xe9\x52\xdb\x68\x70\x28\x0b\x1f\x61\xe1\x08\x0a\xe2\xf0\x82\x6a\x95\x18\x2e\x0a\x54\x62\x81\xa5\x23\x15\xe0\xe7\x6c\x13\xaf\x34\xc5\xf2\xf9\x9c\xd2\xb5\x05\x07\x8c\x1d\x29\xe4\xea\xab\xdc\xd3\x66\x90\x26\xfb\x47\x93\x50\x2e\x89\x30\x24\xe8\x81\x16\x6a\x0a\x00\x41\x74\xd2\x0a\x2b\x3b\x99\x61\xba\x56\x94\xab\x7e\xbf\x1e\xbb\x28\x32\xb3\xe1\x09\x11\xc3\x34\x8f\xc2\x26\x57\xb5\x7d\xad\x3f\x3a\xcf\xd5\x62\x75\xfb\x32\xc3\xc9\xc3\x3a\x78\x51\xfa\xfd\x86\x66\x57\x8b\x32\x81\x73\x3b\x16\x67\x1a\xd0\x98\x48\x09\x8d\xc9\x46\x5b\x45\x7a\x26\xb0\x46\x06\x15\x9c\x02\x71\xd4\xf2\x4e\x83\x19\x09\x23\x87\x9a\x9e\x8e\xd9\x78\x14\xde\xf4\x78\xc0\x3e\x18\x18\x6b\x10\x95\xcd\x00\x12\xa8\xa1\x44\x3e\xcf\xb9\x24\x51\xbe\x42\x0d\xb2\xae\xcd\x28\xb2\xc3\xa8\x97\xa2\x4a\x15\xb4\xb6\x12\xa2\x5e\x1d\x57\xab\xba\xe1\xd5\x29\xd7\x53\xe0\x56\xf7\x74\x42\xe7\x54\xd3\xce\xb0\xf6\xa4\x3d\x5f\x6d\xd3\x22\x9a\x01\x10\x16\x54\xb6\xe8\x20\x3f\xbd\x12\x41\x64\xe4\x91\x08\x3c\xd1\x32\x16\xa6\x59\x88\x9f\x1c\x1b\x47\x1a\xd8\xc9\xaa\x03\x54\x24\x0b\x01\x5b\x40\x69\x79\x04\x71\x4a\x45\x1d\x2d\xc6\x41\xe9\x5b\xe7\x4f\xd4\xb9\x64\xd7\x90\x9b\xba\x21\x8e\xf4\x82\x28\x44\x3e\x2b\xc2\x8c\x33\xfb\xce\x65\x9e\x54\x03\x6f\x51\x7d\x90\x7e\xf3\xa5\xfe\xec\x15\x6f\xbb\x2e\xa3\xd0\xa5\xd6\xa4\xd2\xde\x30\xb6\x1e\xdb\x14\xb3\xd4\xe6\x4f\x15\x55\xdd\xcd\xec\x8c\xe5\xc2\x47\xc9\xda\x2c\xa0\x00\x80\xd3\xb4\x69\x90\x42\xe1\x22\x73\x92\xbc\x96\x25\xc1\xb1\xc8\x85\x16\xa9\x72\xa6\x68\xa6\x89\xc3\x8e\x41\xeb\x79\x39\xf3\x10\x38\x10\xd3\xd9\x84\xb2\x42\xa5\xa4\x6c\x32\xb4\x2b\xe9\x52\x81\xda\x5d\x0c\x31\x4d\x7d\x32\x4d\x99\x1f\xdf\xbb\x86\x96\x5b\x26\x0d\x59\xeb\xe9\xfb\x24\x24\x10\x05\x19\x77\x93\xb1\xd0\x25\x2e\x77\x69\x48\xd3\xa8\x48\x20\x4c\x74\x1d\xb5\x1a\x64\xb3\x6a\x5e\x6f\x71\x85\x48\x24\x21\x75\xca\xa4\x3e\x40\x8c\xaa\x6a\xc8\x9c\x92\x8d\x19\x53\x7d\xe6\x45\x34\x5b\x4e\xc1\x67\x7e\x96\x92\xaf\xb0\xeb\xce\x06\xe2\xe2\x2c\x1b\xe1\xe4\xc1\x8b\xc7\x5e\x49\xe4\xc2\xc1\xd1\x6a\xb1\x11\xea\x6d\x18\xe2\xd2\x03\x4d\x40\xba\x31\x89\xcd\x86\x98\x0c\xb2\x83\x1d\x76\xd1\xb9\x2d\xad\xc8\x4c\xb1\x3f\x50\x27\xcd\xe8\x4d\x54\x6f\x4a\xe6\x19\x5f\xcc\x1a\xee\xb3\x72\x62\xcb\x36\x3e\xea\xa6\xbc\x9a\x9d\x5e\x65\x25\xa6\xb7\xf6\x65\x56\x89\xc4\xdf\x01\xce\xc8\x1a\x5c\xf2\x63\xc6\x47\x60\x97\xb2\x7a\xa1\x8b\x2e\x0f\x82\x9c\xcb\xe7\x79\xdd\x98\xf7\xf2\x89\xa4\x72\x9e\xe1\xc5\xb2\x1e\x4c\xb4\xf5\xf3\xee\x9b\xc9\x68\x5d\x6d\xb6\x69\x1f\xa7\x58\xfb\xf9\xb3\x94\xb0\x74\x92\x80\xad\x65\x09\xfc\xcb\x9a\x3f\x88\xb3\x7f\x98\x3c\x97\xe3\xb9\xe0\x5a\x52\xe0\x03\xa6\xf0\xc4\xed\xae\x95\x2e\xf9\x13\x23\x42\x4e\xe9\x3c\x2a\xc4\xb3\x75\x64\xa4\x25\x69\xfb\x3f\x26\x0e\x70\x0d\xe6\xc9\xe7\x47\x26\x65\x5d\x13\x88\x9c\xe3\xa4\xb0\x57\x25\x19\x96\x92\x8e\x17\x41\xa6\xb9\x0f\x32\x83\xcc\x05\x5f\x84\x22\x2e\xe6\x52\xeb\xfa\x8b\x32\x9b\x77\x93\xf6\xb9\x7d\x5a\xcd\x7d\x7c\x0a\x69\x1a\x02\xfb\x40\x09\xd6\x0a\xb8\x40\xcb\x2a\xb1\xdb\x66\xdb\xd8\x91\xd9\x9c\x93\xdd\x0d\xcc\x65\x8c\x6f\x96\x3f\xba\x14\xac\xa2\xd9\xcc\x51\x08\xbb\x76\xd8\x56\xd1\xf2\xe9\xeb\xe1\x34\x60\x8e\xa9\xfd\xc2\xe7\x97\x44\xd9\xc8\x38\xc2\x68\x30\x6b\xa4\x95\x3f\x67\x74\xd4\xe7\xcb\xa7\xc7\x43\xca\x72\xd1\x41\x07\xc9\xad\x80\x63\xda\x93\xf6\x39\xc9\xc8\x4e\xa2\x26\x37\xa0\xf3\xb2\x77\x3b\xa0\xf0\xa5\x44\x54\x00\xf1\xae\x36\x93\xac\x4f\xe3\xe5\x51\x15\xd4\xbd\xb3\x41\x6d\x10\x61\xda\x80\x8c\x51\x3f\xf2\x9f\xcd\x40\x6d\x90\x69\x1d\x81\x69\xce\x99\xc2\xd6\xb7\x55\x0d\xeb\x20\xb6\x4c\x0b\xf6\xc4\x14\xdd\xb8\x7d\x74\x18\x26\x5e\xd8\x75\xd2\xd7\xfe\x1e\x83\x57\x0e\xc9\x6c\x18\xdd\x47\xd2\x26\x1e\x61\xe5\x11\xdd\x88\x9b\x36\x5d\x89\xed\x48\xc5\xfa\x12\x15\x47\x13\xa2\x4c\x3d\x52\x5f\x74\xf5\x0d\x92\xc9\xce\x62\xcc\x77\xba\x15\xf5\x4c\x60\xbd\x53\x7d\x4b\x94\x74\x37\x5e\x05\xd5\xcc\xee\xd4\x91\x4b\x97\x2d\x92\x4f\xf7\x77\x8b\xf6\xe3\x24\xdf\x58\xab\xca\xf3\x5d\xb0\xab\xe9\x65\x27\xf4\x01\x68\x2b\x18\x02\xec\x73\x0b\xd0\x0a\x87\x37\xf0\x19\x56\x54\xf9\x15\xde\x58\x3b\xbc\x56\x7e\xd8\xca\x72\x3e\xc7\xf6\xda\x68\xca\xd6\x9b\xfb\x9c\xa4\xb6\xee\x58\x76\xa1\xa3\x3c\xb3\x51\xc4\x52\xe3\x4a\xed\xfa\x10\x14\x81\x50\x93\xff\xb5\x70\x2c\xda\x2d\xdb\xe5\x21\xab\xc3\xe7\xde\x3e\x1f\x24\xe3\xc6\x3b\x30\x9c\x0b\x32\xa6\x9f\x37\x12\xc5\xaf\xe1\x53\xab\x5e\xea\x65\x2e\x21\x7e\x83\xb5\x03\x10\xc2\x0b\x6d\xdf\xad\xf4\x93\xa0\x4a\x11\x36\x60\x00\x6f\x2c\xff\x78\x7a\x72\x32\xca\x93\x07\xa2\x4e\x1e\xc8\x02\x71\x11\xfd\xb4\x29\x9a\xc8\xee\xd1\xc9\xcd\xbe\x4e\x95\x9a\xcb\xd3\x93\x93\x09\x55\xd3\x7c\x74\x9c\xf0\x99\x89\x37\xe2\x62\x62\xfe\x38\xa1\x52\xe6\x44\x9e\x7c\xff\xdd\x77\xc5\x16\x8f\x70\xf2\x30\x31\xf9\x99\x55\x2b\x4e\xb4\xe5\xb7\xd5\x0a\x3e\xeb\x23\xbe\x0a\xce\x86\xe4\xb3\x26\xd2\xba\x1a\xd1\x6d\xa1\x2f\x24\xea\xfe\x7c\x8b\xe4\x82\x29\xfc\xf9\x14\x7d\x32\x05\xbd\xd1\x0f\x3c\x17\x12\x9d\xe3\xc5\x11\x1f\x1f\xcd\x38\x53\x53\xf4\x09\xfe\x6b\x7f\x7a\x22\xe4\x01\xfd\x42\xb0\xb0\xfb\x6b\x04\x16\x0f\x1a\x0d\x5e\x08\x91\x33\x69\x2b\x85\x7f\xf7\x1f\xae\x54\xf8\x29\xfa\xf6\xe4\xbb\xff\x40\xbf\x87\xff\xff\xff\xa3\xdf\x37\x68\x6a\xeb\xe5\xfe\x16\x65\xdc\x6b\x5b\x83\x95\xda\xa0\x68\xd2\x99\xe0\xc5\x4e\xd5\xb6\xfc\x40\x93\x07\x3e\x1e\x0f\x15\x9d\x11\x13\x1c\x3a\xc4\xa2\x82\xe9\xb4\x21\x90\x0a\xb5\x25\x5e\x4c\x95\xcc\x02\x62\xd5\x76\x6a\x52\x3f\xdc\x71\x93\x79\x51\xe2\x02\x7c\x2a\x51\xd9\x10\x2a\xe1\x2b\x92\xea\x53\xb1\x8e\xff\xc4\x59\x67\xaa\x85\xe8\x8a\x54\xa9\xb0\x6c\x91\xf7\x83\x86\x4e\x7d\xbe\xaa\x84\x7a\x35\xda\xe0\x8b\x71\x21\xc3\xd4\x5e\xcb\x7d\x2c\x2b\x9d\xaf\xf6\x1c\xdf\x72\xb1\x95\xbc\xfc\x40\x2a\x21\x2c\x2d\xe1\x84\x5d\xb1\x8c\xb0\x80\x16\x64\x1d\x70\xe1\x01\x8d\x8c\x5e\x6b\x8b\x0e\xac\xb6\x42\x51\x61\x7c\x6d\xed\x0e\xbd\x9e\xfa\xb9\xff\x64\xd5\x30\xc1\xf1\xe6\xde\x2e\xe0\xd4\x61\xb4\xfa\x8a\xd3\x2c\xb1\x66\xc4\x35\xa8\x07\xab\x36\xf4\xd6\xec\x19\x91\xa6\x71\xf0\x02\x43\xf4\x1d\x73\x92\x89\x4d\x4a\xa9\xdd\x4f\xc8\x05\xdf\x05\x4c\x44\x05\xf2\x6f\x0b\x3e\x67\x4c\x65\x05\x8b\x70\xb0\x9b\x20\xb2\x05\xe5\x79\xb0\xe6\x1e\x1b\x22\x6b\x18\xd0\xdd\x0e\x12\x18\x1c\xa9\x6a\x8a\x99\x51\xa2\xc6\x38\xa1\x6c\xd2\x09\x40\x15\x20\x57\x26\xe4\x59\x75\x2b\x79\x87\xe5\xc3\x6e\x9d\x83\x5b\x17\x21\xa0\x69\x01\x84\x6d\x28\xd2\xfa\x0e\x69\x25\xa3\x5c\x61\xf9\xb0\xb3\x22\xed\x7a\x29\xda\x94\x67\x77\xb1\xf7\x24\x14\xda\x00\x61\x50\x2b\x57\x01\x0a\x95\x0b\x9f\x34\x05\x50\x69\x46\xd2\x32\x16\x47\x79\xfc\xab\x08\xc1\xa8\xc5\x81\x17\x0a\xa0\x1a\x66\x5a\xf1\x4b\x8d\x79\x96\x2d\xcc\x51\xd2\x37\x17\x96\x0f\xd2\x57\xc2\x40\x72\x86\xb3\xac\x83\x04\xc9\xa5\xbe\x7a\x3b\x48\x92\x6c\x7c\xe4\x50\x13\x53\x94\xf1\x09\x4d\x70\x86\x46\x19\x4f\x1e\xe4\x80\xe9\xab\x84\x4d\xcc\x0d\x38\x17\x3c\x21\x52\x06\x77\x6f\x11\x97\x6f\x83\x58\xa1\x0c\x86\x22\x62\x46\x19\x95\x8a\x26\xa5\xca\xd6\xc7\x03\x66\xca\xba\x68\x6d\x28\xe1\xa6\x78\x07\x0c\x57\xcb\x02\xc4\xe0\x38\xe4\xcc\x62\xd2\x02\x43\xb7\xe9\xd9\x2e\xaa\xa2\x89\x7a\x77\x90\x6d\xee\xb6\x67\xa8\xe2\xd3\xb0\x82\x9e\xcf\xec\x67\x70\x86\x96\x51\xcc\x4d\x4c\xce\x9e\x1a\x3c\x99\x7b\x10\x33\x47\x14\x45\xcc\x48\x74\xb7\xf9\x50\x8a\x3d\x4b\x7e\x85\x21\x37\xa4\xbc\xae\xa2\xe9\x33\x53\x2a\xdb\xc2\x20\x97\xfd\x62\xae\x04\xb6\x85\xba\xd7\x97\xc4\xa3\x26\x12\xb7\x3c\x7a\xed\xf5\x55\xd2\xf1\xf5\xab\xb1\xb4\x21\x23\x47\x1e\x63\x4f\xf3\x43\x83\x83\x08\x9d\x94\x8a\x21\x57\x29\x6a\x9f\x6a\x56\xfb\x4b\x7a\x5d\xb6\xb8\x52\x90\x58\xb3\x7e\xb5\x5b\xe9\x46\x3c\x92\x68\x6c\x31\xd9\x42\xa2\x69\xf3\xa0\x5a\xda\x2b\x44\x5d\x46\x87\xa1\x38\x78\xfa\x48\x8b\x6a\x44\xb6\xb7\xa5\xf6\x0c\x3d\xa3\x56\xc6\x8c\x90\x28\x36\x36\xd0\x95\xa6\x52\xc9\x8c\xa2\xa6\x50\x97\xad\xf3\xaf\xa5\xda\x3c\x49\x08\x49\x6b\x83\x0b\xf4\x88\xf6\x0e\x6f\xe3\x1a\xab\xa9\x49\xb2\x99\x71\x65\x8a\x61\x18\xbc\x0d\x67\x68\x31\x00\x0d\xa3\x8c\x8f\xe0\x42\x02\x28\x0e\x97\x6e\x11\x84\x4b\x9b\x79\x93\x14\x7d\x1d\xdc\x2f\x3e\x01\xec\x9b\x7a\x60\x88\x68\x45\xf6\x00\x86\xa3\x6c\xe1\x69\x04\xe3\x88\xd1\xde\x8f\xd1\x75\x29\x6b\x31\x58\x99\x31\xd6\xd7\xc6\xd2\x0c\xd8\x57\x82\xee\x28\x4d\xe2\xf9\x76\x68\x4d\xe8\x8e\xa8\xcf\x1d\x40\x77\x94\xe6\xd9\x10\x93\xc5\x27\xcf\x9a\x4b\xa2\x27\x75\xc1\xdb\x07\xf8\x9a\xec\x79\x23\xe2\x45\x24\xe8\x0e\xe4\xa2\x8e\x10\xf7\x0b\x96\xa4\x54\x13\xe1\x75\x61\x49\x4a\x83\xd9\x67\x58\x92\xd2\x50\xf7\x17\x96\xa4\x66\xa0\x2d\x60\x49\x8c\x97\x79\xa8\x89\xba\x1d\x53\x80\x78\xc5\x51\x3e\xbe\x85\x7b\x77\xe9\x18\x6d\xe1\x5d\x73\x8d\x39\x51\xd2\xa2\x74\xc1\x68\x6d\x6c\x7b\x53\x5c\x0e\x96\x5b\xd1\x9e\x77\x03\x51\x69\xb4\xf8\x79\x86\x59\x7c\x75\x40\x61\x43\x41\x12\x4d\x7e\x86\x51\x15\x15\xdf\x3b\xd6\xba\xa4\x47\x61\x0c\xaa\x09\x9e\xdb\x5c\xa1\x26\xf0\xdc\xfd\xc9\x8a\x58\x0f\xf1\x05\x80\x39\x22\x56\xdf\x2a\xad\xfe\x53\x09\x7f\x72\xca\x9f\xac\xe4\x08\xe4\x67\x6b\x55\xaf\xa9\xcc\x84\x98\x31\x25\x9a\x6e\x89\x19\x13\x4d\xe4\x80\x19\x53\xbf\xc1\x7b\x8b\x19\x53\xda\xf3\x76\x98\x31\x75\x5b\xbe\x01\x66\x4c\xd4\xcc\x17\x83\x19\x53\x5a\xd1\x2f\x06\x33\xa6\x34\xaf\x03\x66\xcc\x17\x82\x19\xb3\x9a\x8f\xd4\xa2\xa2\xd4\x1f\xde\xf5\x50\x51\x6a\x45\xf8\x66\x16\xb1\x6d\x42\x2f\x08\x0c\x2f\x8c\x8a\x12\x4d\xe0\x10\x00\xb4\x7e\x00\x50\x2d\xf1\xd9\xbe\xa1\x0e\xb8\x8d\x0a\x2a\x5f\x64\x2d\x71\x51\xa2\xfd\x69\x6d\x5d\xdb\x05\x25\x3e\x6f\xc8\x19\x18\xf9\xdb\x6a\xdc\xdd\x68\x15\xa5\x45\x53\xd2\x92\x91\x43\x07\x30\xc2\x79\xe8\xe0\x3c\x50\xee\x06\xa1\x6b\xa5\xe5\xf5\x6e\x01\x43\x8b\xbb\xb4\xff\xd6\x94\xad\xdb\x82\x5e\x5d\x76\xcf\x9a\xf6\x77\x37\x08\xb0\xc3\xd7\xdb\x9e\xa0\x92\xe5\x6e\x9a\x5d\x75\x91\xf9\xdc\xe7\xa8\xb0\xa6\x4f\x5c\x2a\x0a\x6b\x1a\xd9\xb8\x94\xaf\xa5\xd5\x7f\xfb\xe5\x84\x4a\x25\x1a\x83\x37\x2a\x23\xdc\xc6\xd3\x37\xcf\x37\xc9\xb2\x9c\x6c\xf6\xd9\x8c\xcc\xb8\x58\x15\x39\x52\xfb\xa5\x54\x5c\xe0\xc9\x2a\x45\xbc\x5e\xad\x9a\x4f\xc9\x4c\x0b\x41\xc3\x75\x1b\x69\xbb\xdf\x3e\xab\xcd\x26\x57\xd4\x54\x57\x0d\xfc\x78\xfa\xdd\xd4\x56\x4c\x6d\xbb\xdd\xdb\x6e\xb3\x2b\xcd\xba\x9e\xa1\xd8\xa1\x1a\x2d\xb7\x5c\xd9\x97\x22\x6f\x2d\xd0\x77\x6d\x3c\x80\x0f\xc7\xd8\xd0\xe3\xdf\x80\x3b\x53\xed\x10\x1c\x82\x92\x88\xa3\x50\x46\x8d\x9c\x70\xd5\x11\x44\xeb\xee\x74\x9b\x2d\x96\x3d\x17\x8d\x81\x69\x6d\x4c\x47\xa6\xdc\xb9\x56\x9c\x42\xe4\xfb\x32\x7d\x8f\x16\x35\x99\x2e\xed\x6c\x93\x94\xa9\x3f\xfd\xfb\x3a\x9e\x7a\x10\xf2\xed\xba\x8d\x69\x46\x10\x4e\x12\x22\x8d\x35\xcb\x06\x2e\x9a\x4a\x92\xb9\xc8\xb6\xd9\x55\x7d\x38\xf4\xbc\x35\xcb\xf4\x60\x4e\x69\x41\x3c\xe6\x02\x9e\x0a\x9e\x4f\xa6\xce\x9a\xa1\xa9\x50\x4f\xad\x6e\x2f\x7f\x32\x61\x26\xdb\xec\xe5\xfb\x9c\x66\x9b\xd9\x8a\x8a\xc8\x2e\x3d\xcc\x8f\xfd\x3b\x24\xa7\x9e\xfe\x47\xd0\x6c\xed\xc6\x56\x07\xdd\xbe\x4f\xfb\xad\xb7\x8c\x42\x37\x1d\x07\x60\x32\xe6\x59\x06\xb6\x3d\x49\x66\x8f\x4d\x95\x28\x61\xc2\x77\x74\xc3\x7a\x7b\xf0\x35\x78\x08\xa4\xc2\xb3\x79\x2b\x89\xe6\xda\x08\x5b\x12\xb9\xd1\x97\xdd\x83\x26\x70\x88\x33\xc2\xea\xac\x3d\x3f\x57\x81\x48\xdf\x58\xf8\x96\x0b\x27\xda\x59\x08\x97\x5b\x92\x17\x0e\xe3\xaa\x9b\xc7\x1a\x2c\x20\x8a\x6a\x2e\x78\xbc\xf3\x8f\x1b\x39\xbe\xab\xe7\x37\x60\xdd\x28\xfe\xd9\x95\xb8\x19\x2d\x8a\x00\x4a\x23\x12\x87\x9c\x04\xf0\x1b\xad\x9d\x40\x71\x6b\x3d\x00\xc1\xdd\x60\xef\x98\x00\x2f\x17\xc4\x05\xd1\x9f\x24\x3d\xc2\xc9\x22\xc9\x68\x12\xa8\x80\x13\x81\xe7\xd3\x3a\x76\x53\x2d\xd9\x7e\x40\x39\x58\x3a\xb2\x9d\xa3\x1c\x34\x81\x12\xaf\x13\xbd\xea\xe8\x0a\xaa\x7d\x1e\xd0\x17\x6a\xd0\x17\x3a\x3e\xbf\x98\x15\xf0\xca\xaf\x98\xb6\x5a\x3d\x77\x07\x08\x86\x57\x80\x60\xd8\xe4\xf0\x15\xf8\x0a\xd1\xb1\x3b\xc0\x42\xbc\x6b\x05\x0b\xe1\x2f\xc1\xbd\xca\xf4\x6f\x3e\x8f\xaf\x9c\x41\x5e\x1d\xd8\x6b\xc2\x40\xd4\x88\x0b\xeb\xc8\x4d\xcb\x70\x20\x96\xd1\x45\xab\x75\x79\x5d\x54\x86\xf5\x56\x66\x2d\xc0\x85\xda\xbb\x6b\x4f\xe0\x17\x9a\xb7\x61\x4f\xce\xcd\x2e\x73\x0c\xd6\xab\x1f\x11\xe6\x19\xac\xa3\xdd\xac\x97\x72\xe0\xe9\xe1\x6d\xa5\x1d\x14\x98\xea\x9b\xa5\x1e\x74\x9d\x4b\x95\x08\x34\xe5\x19\x00\xdd\x47\xab\xe5\x3b\xf0\x01\xaf\x7e\x81\xdc\x66\xdc\xce\x49\x62\xb4\xad\x6a\x61\xdb\xa5\x24\xf5\xd6\x93\x0c\x02\xf9\x77\xb7\x89\x06\xe1\xca\x6e\x9a\x6c\xb0\x62\x70\xcb\x44\x8f\x0d\x13\x0e\x82\x1e\x97\x3a\x9d\xdc\xec\x5a\x39\x9e\xca\xc4\xb2\x41\x4c\x50\x05\x78\x7e\x7b\x30\x86\x19\xfe\x3c\x9c\x63\x81\xb3\x8c\x64\x54\xce\x9a\xce\x3c\x65\x8a\x4c\xca\x94\x16\x19\x63\xff\xf8\xfd\xf2\x00\xcc\xd8\xfb\xe8\x6a\x1e\x83\xff\x31\x9f\x8d\x0c\x29\xba\x81\xd8\x02\x0d\x8a\x23\x91\xb3\x10\x4a\xc6\x6f\x0c\x02\xdc\x5c\x53\x44\x79\x9c\x43\x74\x0e\x4e\xa6\x50\x0d\x64\x8c\xa9\x60\x44\xca\x35\x0b\x59\xcb\x58\x4f\x34\x37\x30\xfd\x47\x24\xa1\x1e\x45\x71\xc2\x49\x90\x31\x0d\xe1\x1b\x0e\x43\x76\x19\xab\x38\x04\x03\x56\x83\x01\xeb\xd7\x66\x1f\x03\x02\x8b\x5a\xea\x6b\x06\x05\x36\x6d\xff\x2e\x98\xc0\x0e\x83\x03\x5f\x39\x8a\xee\x79\x02\xe8\x5e\x37\xe2\xf1\x39\x82\x1d\x0f\x21\x81\x6f\x2f\x24\xb0\xf9\xd8\xae\x15\x16\xb8\x02\x02\xc0\xf5\xb2\x6d\x0c\x96\x4f\x4b\x7f\xd6\x38\x2c\xef\xf5\x0a\xbe\x68\x19\x8b\x55\xe4\xcd\x1f\xe2\xb1\x9e\x29\x1e\xab\x66\x89\xd7\x8b\xc9\xda\x48\x3c\x7e\xf9\x70\x91\x72\x21\xac\xe7\x0c\x19\x59\xe1\x25\x95\xf9\x68\xf8\xec\x47\xaf\x76\xce\x6d\x4f\xe0\xcf\x9e\x28\x8c\x48\x24\x34\x9d\x8d\x48\x9a\x82\x09\x46\x71\x5b\x14\xa2\xa0\x1d\x46\x0c\x7d\x6b\xe6\x8b\xa5\x26\x76\x9c\x71\x36\x91\x34\x25\x41\xe9\xb9\x42\xb2\x32\x49\x59\x03\x06\xfb\x9b\x65\x44\x38\x0d\x5e\xa0\xaf\x25\x65\x09\x09\xb5\x7a\x81\x52\x4e\x24\xfb\x4a\x0b\x60\x8f\x04\x61\xb6\x40\x0f\x8c\x3f\x65\x24\x9d\xc0\x0e\x95\x07\x73\x84\x28\xe9\x20\xaa\xfc\x67\x82\x60\x93\xb2\x3a\xd0\x63\x07\xbf\xac\x11\x01\x89\xfd\x36\x28\x7f\xe2\x9b\xf9\xe6\x18\xa1\x3e\x43\x63\x9c\xa8\x0e\x92\xf9\xa8\x68\x3f\xe5\xa6\x9e\xc5\x23\x61\xe1\xc4\x8b\x46\x9e\x2d\x5c\xa8\x36\x3c\xa8\x44\x6d\xee\xbc\x69\x02\xe8\x66\x14\x6f\xe5\xd9\x7d\xc4\xdb\xc0\xeb\x7c\xca\xa5\x75\x01\x20\xce\xfc\x61\xb2\x39\xac\x1e\x51\x0c\x50\xfd\x0d\x3a\xd7\x92\x22\x83\xb8\x34\x95\x75\xc7\x52\xb8\xe1\x6d\x31\x01\x6b\x26\x81\x76\xcd\x72\xa7\xfc\x89\x49\x25\x08\x9e\x59\xd5\x54\x33\x6f\x70\xe1\x18\x27\xbc\x1e\x3d\x15\xe6\xd2\x5e\x67\x8b\x2f\x28\x7b\xd0\xbb\x5b\x60\xa8\x41\x71\x16\xe8\xb9\x66\xd3\xde\x53\x86\xa3\x18\xc4\x0d\x76\x2d\xcb\xd7\x0a\x8a\x09\xca\x30\x2e\x9a\xe0\xeb\x14\x5e\x85\x28\xb7\x8e\x19\x4f\x42\x45\x1a\x34\x82\x82\x69\x9a\xd5\x99\x02\x14\x18\x29\x0c\xb0\x89\x53\x92\xcd\x83\xa2\x0e\x73\x2c\x94\xaf\x63\x69\x10\x95\x34\x77\x98\xe5\x0c\x60\xb0\xac\x86\xf8\x64\x81\x73\xac\x1d\xa1\x68\xfc\x78\xc0\xfa\xea\x2b\x28\x8c\xcb\xd9\x24\x5b\x20\x9c\x3e\x52\x59\xe0\xd9\x25\x9c\xc9\x7c\x46\x44\xa9\x58\x92\x71\x32\x23\xec\x68\x45\x8f\x4d\xcb\x6a\x8f\x38\xa3\xa9\x2b\xde\xa7\x7f\x1c\x91\xb1\xbe\xf7\xe6\x58\x48\x67\x91\xac\xb1\x26\xda\xcd\x4d\xf5\x5a\xbd\xda\x99\xfc\x29\x3c\x76\x68\x56\x9c\x50\x6c\x75\x97\x93\xf2\xf9\x0c\xca\x4f\x36\x05\xf8\x55\x26\x85\x96\x5f\x4c\x76\x15\xce\x57\xe5\x7b\x3a\xcc\x81\xdc\x78\x8f\x74\x3f\x4e\x06\x32\x83\x5b\xcb\xfc\x53\x9a\xa0\x1d\xb5\x31\x06\x86\x67\x93\x50\xb8\x14\xa4\xc2\x8a\x26\xae\x94\xa6\x2f\x61\x6c\xbe\x6e\xde\xda\x6d\x6b\xc4\xca\x04\x67\xd5\x1d\x6e\x5e\xcb\x5b\xf3\xfe\x72\xde\x67\x8f\x9b\x69\x7b\x69\xb0\x66\xc2\xb3\x6c\x1d\xb4\xba\xd2\xcc\xcf\x8a\xcf\x97\x8f\xa8\xe8\x47\x6f\x80\xdb\x0b\x38\x35\xc6\xec\x87\x33\x2b\x59\x48\x65\x77\x29\x7c\xc9\xf0\xd0\x85\x35\x2b\x0e\x18\x1f\x03\x9e\x61\xd6\x54\x8c\x75\x2e\xf8\x8c\xae\x83\x43\x61\xb0\x70\x6f\x9c\x03\x7f\x85\xeb\xc6\xb9\xf9\xa1\xe8\x96\x21\x2f\xdb\x23\x84\x7a\x61\x66\xe4\x8c\x25\x67\x68\x86\x2b\x25\x81\x5b\x2d\xf8\x2a\x2d\xb9\x8b\x66\xc6\x44\x61\x57\x4f\x9a\xca\x6e\x0f\x64\x01\x69\xea\xd9\x13\x5e\x14\x21\xad\xeb\x1c\xa7\x22\x68\xd4\x9e\x17\xec\xa8\x2c\x38\x31\x3e\x00\xc2\xec\x97\x59\x85\x36\x27\xe8\xac\x8e\x0c\xd7\x3e\x4b\x6e\xce\xcf\x29\x64\x87\xc7\x3e\x94\xaf\xd7\xb9\x0d\xe3\xc3\x10\xb4\x88\x60\x38\xcb\x97\xea\x53\x44\x39\x3b\x5f\xa3\x52\x3b\xc8\xe8\x72\xce\x73\x76\x5d\xdf\xea\x0b\xac\x99\x25\xeb\x56\x8b\xb5\x65\x94\xfc\x7a\xd8\x06\xae\x47\x8f\x68\x50\x7b\xde\x57\x03\x37\xad\xa3\x43\x8c\xb5\xec\x62\x6b\xfe\x79\xc0\x69\x1b\x8f\x34\xa6\x19\x91\xc7\xa8\x5f\xa3\x4f\xb8\x68\x20\x90\xaa\x00\xf7\x09\xfc\xa2\x4e\xde\xc9\x05\x0d\x50\xb7\x9d\x54\x83\xa8\xad\x8c\x5b\x58\x29\x04\xd1\x63\x4e\x8c\x97\x84\x33\xc0\x65\x00\x57\xa4\xa0\xa6\x30\xa4\x16\x2f\x15\x18\xdc\x34\x2f\xa0\x36\xb5\xc8\x14\x2b\xf7\x1f\x68\x19\x5b\x11\x81\x6d\x61\x81\x62\x54\x0d\x5b\xba\x0b\x34\xd1\xf6\xc1\x56\xae\xd7\x3b\xfd\x45\x75\x6f\x6a\x47\x78\x17\xb7\xbe\xf6\xe8\xbc\x5c\xbe\xbe\xcb\xe7\x03\x7c\xea\xec\x4f\x18\x8d\x05\x01\x13\xe5\xcc\x67\x2f\xb0\x94\x08\xa9\x38\x87\x1b\xea\xf6\xfc\xc7\x93\xfb\x3e\x22\x2a\x81\xba\x69\x03\x96\xc8\xc7\x8e\x16\x68\xff\x9e\x13\xa5\x7f\x6e\x88\xee\xa3\x33\xc2\x24\x70\x02\xda\xb6\x68\xb4\x5b\x18\xfd\xbf\xe7\xf1\xf7\x4b\x48\xbe\x12\x2b\x0a\xb4\xeb\x0b\x78\x6a\x32\x05\x98\x32\xb3\xb4\xb2\x86\x62\x4c\xf1\xf8\x5e\x1d\x54\xf9\x06\xb1\x21\xec\x6f\x39\x5b\x53\x4c\x3a\x2b\x3e\x0a\x46\xd1\x20\x85\xcd\xe6\x58\xd0\x1a\x3c\x9a\xe5\x41\x27\xe6\x9b\xda\xd6\x57\x31\x91\x22\x06\xd7\x96\xe2\x47\x05\xaa\x3b\x52\x82\x10\x60\x21\x9e\x9e\xec\x5d\x6f\x73\x1e\xfc\xc4\x82\x8f\x8e\x07\xec\x93\x33\x99\x16\xbf\xfa\x1a\xa3\x26\x90\x89\xa4\x28\x07\x9d\x29\x6e\x05\x9a\x4d\xa9\xf4\x3f\x00\x48\x9d\xcc\x33\x65\xe0\x86\xc7\x50\xfc\xde\x0d\xd4\x3c\xa9\xe3\x12\x02\xb3\x64\x7a\xc9\xb7\xab\x3d\x4c\xc7\x43\x92\xad\x23\x3b\xf6\xc7\xbd\x4c\x6a\xfa\x4e\x1e\x1a\x4e\xe7\x26\x80\xda\xc5\x64\x40\x72\x73\x90\xab\x46\x2b\x31\x76\xba\xcc\x80\x17\x13\x04\x46\xb6\x72\xa8\x90\xc9\x06\xd0\xbb\x68\x65\x6b\x63\x63\x33\x3e\x7a\x67\x96\x1b\x41\x2f\x08\xab\x01\x13\x39\x03\x00\x2d\x6f\x72\xc7\x48\x12\x41\x8d\xed\x3b\xe1\xcc\xc8\x00\xd6\x78\x32\xd1\x6c\x42\x4b\x7e\xe0\x77\xe1\x0c\x34\x2a\x9e\x4b\x70\xf7\xcf\x88\xd2\x17\xd4\xd7\x00\xd2\x6f\x9c\x1e\x1d\x34\x17\x74\x46\x15\x7d\x24\xf2\x9b\x9a\xad\x3b\xc3\x0a\x67\x7c\xd2\x15\x8a\x8e\x71\xa2\xee\xf0\x56\x3a\x33\xb6\xcd\x6c\xea\x40\x77\xc3\x40\xfd\x73\xbd\xf8\x13\xc2\x88\x80\x89\x42\xe9\xd3\xda\x23\xbc\x6e\x51\xd4\x82\x73\x03\x64\x70\x62\x40\x56\xa5\xb7\x31\xe0\x5c\xf1\x99\xd6\x48\x71\x96\x2d\x00\x3c\x55\x3f\x99\x62\x39\x75\x1b\x6d\x10\x57\xdb\xdc\x4d\x76\x71\xcf\x70\x32\x25\xb7\x50\xeb\xbe\x6e\x71\x4b\xa3\x7c\x47\x58\x3e\x7b\x77\x8a\xfe\xa7\x98\xe3\x59\xf7\xec\x87\xde\xf0\xbc\x7f\xdb\x7d\x7f\xd1\x3b\x0f\xe6\x63\x9f\x7c\xea\xdf\xde\x56\x7f\xfd\xa1\x7f\x57\xfd\xf1\xfa\xea\xfa\xfe\xa2\x7b\x57\xd7\xca\xc5\xd5\xd5\x8f\xf7\xd7\xc3\x0f\xdd\xfe\xc5\xfd\x4d\xaf\xe6\xd3\xfb\x3b\xff\xd0\x3e\xfb\x6b\x70\x88\x20\xde\x03\xa2\x53\xea\x47\x5b\x3e\x67\x47\x28\x7e\xf1\x14\xdd\x5b\xef\x0d\xb5\xa8\xeb\x2e\x68\xc2\xe4\x26\x3c\x61\xa9\x59\x15\x14\x37\x1e\x30\xe4\x3e\xd7\x73\x6f\xfa\xd4\xb8\x95\x92\x29\x41\x19\xe7\x0f\xf9\xdc\x72\x30\x13\xe0\xc8\xb8\xb1\xc8\x10\x19\xb4\xf6\x43\xff\xee\xd4\x7b\x91\xaa\x8d\x05\x29\x88\x8e\xd4\x61\x5c\xd8\x71\x4d\x30\x72\xcc\x05\x79\x84\x33\xe9\xbd\x8b\x41\x0f\x7e\x03\x96\xf5\x63\x5a\xc3\x4c\x95\xba\x49\x53\x5b\x78\xc1\x4d\x2c\x68\x38\xde\xbe\x65\xab\xe9\x97\xc3\xc0\x66\xa2\x11\x49\x70\x6e\x9c\x6f\xfa\x3a\x12\x82\x8b\x70\xc0\xc5\xb6\x6f\xd9\xe8\xbb\xaa\x94\x11\x03\xec\x4b\x38\x23\xfa\x93\xe0\xe4\x68\x7d\x19\x74\x69\x07\xd9\x36\xb5\xd0\x9a\xae\xde\x75\xe1\x31\x01\xa8\x18\xcd\xb9\x3d\x80\x19\x05\x6f\x1e\x56\xe8\x89\x40\x94\x6b\x6e\x31\x2b\x8d\x86\xac\x4f\x20\x74\x67\xec\xd0\x0e\x28\x39\x8a\x7e\x6d\x64\x99\xbb\x10\x8b\xf5\xf7\x92\xd4\xb1\xcb\x2d\x42\x15\xcf\x4d\xa3\xc0\x43\x9d\x6b\x15\x46\xdc\x60\xf1\x77\x3c\xbb\xc6\xf2\xbc\x44\x0a\xaa\xde\x1b\x2b\x58\xba\x66\xae\x6d\xc6\xe3\xd2\x33\x22\x08\x9d\xf5\xf2\xd5\x7d\x58\xc0\xca\xb5\xba\xe3\x29\x5e\x68\xe2\x80\x98\x06\x99\xcf\xe7\x5c\x28\xd4\xd0\x06\x82\x93\x6e\xc6\x07\x37\x83\x9d\x87\x67\x51\xd0\x88\x96\x03\x64\x0d\xca\x5d\xbb\x88\x75\xbb\xae\xc5\xb9\x0f\x53\x5f\x41\x5d\xf3\x88\x8b\xb3\x48\xf1\x8d\x28\xb4\x4e\x44\xdd\x26\x92\x69\xae\xaf\xe1\xb6\x00\xc0\x75\xbd\x5f\xb9\x16\x6a\xb7\x3c\x23\x63\x35\xac\xf5\xa6\x2c\x31\x1c\xea\x16\x59\x53\x92\x0f\x9d\x4c\x77\xd0\x62\x7b\x59\xfe\x7b\xeb\xed\xd2\x02\x7c\xa0\xc7\x0b\xce\x95\x91\x22\x0b\x4d\x03\xb9\xd5\x04\x23\x80\xed\xd4\x54\x2c\x28\x44\x35\x2d\x99\x3f\x30\xfe\xc4\xbc\xc5\x5c\x1e\x0f\x58\x0f\x43\x19\x0d\xaf\x2e\xd8\x80\x05\x23\xab\xaf\x94\xd2\x23\x54\xfe\x3d\xc1\x90\x28\xe8\xde\x96\x1c\xca\x16\xa8\xa8\xbc\x10\x7d\xd7\xe6\xf4\x18\x6b\xb2\x13\xd4\xcc\x84\x2d\x66\xb8\x22\x73\x6b\xf1\x36\xf3\x2c\xc2\xb9\xc1\x69\xaa\xbb\x3a\x46\x3f\x3b\xfb\x0c\xc4\x57\x14\x15\x43\x94\xb9\x71\x32\xbc\x70\x49\xf2\x75\x0b\xbb\x8b\xbc\xf3\x5d\x47\x5c\x2c\x5f\x60\x9f\x63\x57\xb3\xca\x91\x9a\xcc\x98\xb1\x9b\xae\x11\x5e\x76\xe6\x3f\xba\x25\xcb\xe3\x4f\x3f\x00\x00\xb8\x22\x42\x2b\x9b\x20\x33\xb0\x6c\xf1\xbf\xcc\x66\x41\xbe\xb9\x8d\x4d\x4e\x1d\x20\xb3\xf5\x4c\xea\xf3\x03\x9e\x35\x2d\x06\x8c\x00\x88\x22\x03\x39\xe0\x18\x75\xa1\x7e\x06\x54\x46\xd0\x57\xa1\x8b\xe2\xa1\x13\xc6\x57\x05\x0e\x34\x10\x53\x12\x10\xd3\x6d\x33\x31\x49\xa0\xa6\x22\xb4\x7a\x37\x14\xb5\x83\x34\x1b\xcd\x5b\x70\x15\x73\xa7\x7d\x72\xcd\x1a\x2a\xf6\x6b\x04\xe1\x54\x86\x1b\x7c\xf8\xaf\xfa\xa1\x7f\xcc\xb1\xc0\x4c\x41\x68\x89\x95\xbc\x05\x09\x42\x1c\xc9\x67\x08\xde\x62\xc6\x5c\x0b\x3f\x85\x9b\xeb\x5c\xe9\x13\xfa\x48\x18\xa2\x69\x07\xd1\x63\x72\xdc\xb1\x45\xf0\x64\x3e\x2a\xde\x9c\x6a\xc9\x61\xc0\x2a\x29\x23\xc7\xa8\x9b\x49\x6e\xbf\x20\x2c\xc9\xa0\x5e\x4d\x10\x05\xe3\x29\xdf\x3a\x7f\x46\x0b\xd0\x2f\x60\x2b\x8b\xe6\xb9\x7d\x10\x7c\x38\x60\x58\x1a\x5f\x73\x06\x27\xbd\xf8\xbd\xae\x26\x55\x14\x7f\xf0\x8c\x80\x71\x95\x6b\xe8\xd9\x36\xc9\x80\x15\x2f\xdb\x20\x78\x03\x36\xa6\x48\xe5\x09\x92\x62\xd0\xd7\x58\xa1\x8c\x60\xa9\xd0\x77\xdf\xac\x15\x73\xe1\x26\x58\x70\x57\x7b\x7c\x8b\x80\x54\x17\xd1\xd6\x54\x58\x0f\xc0\xe4\x6d\x25\x60\x2f\x40\x76\xf4\x3e\x2b\x8e\x1e\xa9\xcc\xa1\x04\x50\x10\x43\x6f\x8a\xb8\x50\x25\x5d\x50\xa0\x51\x99\x1a\xf8\x88\x83\x7f\xb1\x6e\x49\x3b\xac\x1a\xca\xb2\xca\x13\x35\xea\x19\x64\x49\x16\xb1\x65\x53\xac\x06\xcc\x72\x56\x17\x8e\x11\x94\x6b\xe8\x66\x59\x1c\xcf\x85\x21\x64\x91\xe9\x09\x43\x01\xa3\x63\xbf\x40\x97\xa0\x7e\xf9\x10\xa0\xb8\x98\xa1\x3f\x2c\x5a\x53\x1b\x30\x9f\x82\x16\xb6\x5d\x2b\xed\xd4\x59\x81\x5f\x50\x08\xae\xe9\xfe\xc2\x54\x92\x6a\x21\x0c\x37\x57\xfa\x5c\xe2\x35\xa9\x58\xde\x97\xc8\xc6\xbb\xee\xa0\xbd\xa8\x5c\x6f\xc5\x86\x6b\xf6\x89\xd7\x18\xc5\x1b\x36\x37\x90\x2d\xb6\x51\xc0\x7d\x2c\xda\x4b\xf9\x65\xa3\xa1\xf7\x53\x88\x2d\x5f\xcd\x05\x8b\x58\x6d\xc7\x3a\xc0\x1c\x4d\xd3\x20\x74\x34\x88\xab\x83\xd0\x62\xc7\xf8\xec\x9b\x0d\xfe\xd1\xf9\xdb\x9e\x7e\xa7\x98\xbf\x9b\x8a\x0f\x2e\xab\x4e\xbc\x59\xd8\xeb\xa6\x7f\xc3\x09\x61\xc9\xc2\xf4\xe4\xe0\xb2\xaa\x39\x72\x0e\x59\x08\x83\xc9\xbd\x56\x3c\xb4\x45\xe1\x8e\x51\x0f\x2e\x1a\x57\x23\x0e\x8f\x9d\xdb\x20\x78\x79\xc0\xb4\x66\xa2\xef\x78\x69\x06\xed\xda\x8f\x49\xbc\xee\x04\x98\xfc\xdc\xad\x3c\x2e\xb3\xd5\x28\x88\x4d\xda\x84\x4b\x0f\x86\x36\x00\xe6\x0d\xf5\x26\xa7\x28\xe5\xc9\x03\x11\x27\x82\xa4\x54\x9e\x82\x07\x5c\x35\xba\xde\x66\x5a\xdb\xde\x5a\xd2\x68\x5b\xaf\xb5\x5a\x5d\x6d\x06\x85\xcf\x20\xa8\xd8\x95\x34\xe8\x20\x3a\x06\x75\xc2\xe5\x17\x98\xa4\x03\x6b\xdd\x46\x84\x29\xb1\x98\x73\xca\x94\x37\x65\x95\x16\xc2\x69\x1a\x5a\x68\x6b\x0a\xb1\x15\xbb\x88\x94\xd9\x70\xda\x77\x53\x22\x89\x0b\x0b\x30\x93\x52\x1c\x19\x5f\x88\x61\x17\x73\xac\xa6\x12\x32\x24\xe2\x35\xb0\x4a\x17\x7c\xaa\x57\x08\xcf\x21\xaa\xc0\x58\x29\x8a\x8f\x7c\x1c\xbf\x54\x34\xcb\x06\x8c\x11\x92\x4a\x04\xc9\x0c\x5f\xd5\x66\xe2\xe8\x4f\x3b\x08\xa7\x29\xfa\xdf\x5f\x7f\xb8\xf8\xe5\xae\x37\xec\x5f\x82\xcd\xb9\x7f\xd1\xfb\xa6\xe3\x7f\xbc\xba\xbf\xf3\xbf\x1a\x0b\xcb\x23\x11\x68\x86\x1f\x40\xc5\x63\xd2\xc8\x7f\x10\xed\x1e\x8e\xd4\xe5\x28\xe9\x27\x92\xb8\x08\x52\x2b\xa6\xf8\xac\x76\xbb\x87\x8d\x15\x4b\x8c\xcd\x6f\x0d\xe5\xf7\xc6\x7f\xb2\x9c\x06\x1d\xf1\xf8\x2e\x9c\x18\x38\x23\x4c\x69\x1e\x63\xad\x7d\x85\xee\x5b\x10\x1c\x61\x13\xca\x9a\xe2\xdc\x08\x7b\x7c\x4e\x21\xfe\x47\xb2\xf8\x49\xab\xd7\xd7\x98\x8a\xd6\xb4\xd7\x63\x8f\x54\x70\x06\x53\xf3\x66\xad\xa2\xa6\x35\x51\xce\xdb\x16\x1c\x2a\x69\x64\x61\x88\xa4\x98\x37\xc6\x52\x96\x12\xb7\xf7\x63\xba\x5d\xe3\xfd\x25\x9f\x95\x70\xd9\x70\xd2\xb2\x1b\xfc\x88\x69\x06\x71\xb0\xee\xa2\x29\x68\x70\xc0\xee\xae\xce\xaf\x4e\x11\xc9\xf0\x88\x0b\xc8\x8e\x31\x81\x3b\xae\x09\xbb\x60\x50\x2b\xd4\x37\x14\x65\x42\x76\xd0\xbc\xc8\x84\x0c\x8d\x68\xc7\xa6\x8d\x55\xa5\xc4\xb8\xa8\xe6\x11\xee\x56\x05\xb4\x93\xbd\xe6\xa2\xcd\xf5\xaf\x5f\x83\xa5\xe3\x73\xad\xc8\x95\x38\xaf\xbd\x9b\xc7\x04\x9b\x2a\x3e\xc6\x2d\x64\x6d\xf9\x36\x30\x34\xcb\x22\xc4\x76\x7d\x70\xe4\xb1\x75\x94\x17\x6f\x72\x86\x7e\xfc\xb3\x44\xa3\x5c\x0d\x58\xdc\x06\x67\x50\x38\xff\x3d\x56\xc9\xf4\x9b\x01\xbb\xd2\x6a\xe6\x8f\x7f\x6e\x48\xd9\x4e\xb1\xc2\xc3\x7a\xa2\x6c\x5e\x93\x73\xac\xf0\x05\xc7\x29\x65\x13\x0b\x44\x50\xbf\x16\xef\x7b\x77\xdd\x53\x74\x65\x75\x78\x9f\x65\x59\x20\x3c\x04\x0d\x01\x43\x86\x89\x38\x2e\x02\xac\x9c\x79\xd6\x6f\x4d\x64\x20\x3d\xe9\x0b\x6b\xc0\x60\x29\x0d\x57\xa5\x0a\xcd\xb9\xc5\x74\xd5\x5a\x99\x01\x10\xc0\xbe\x3a\x7c\xb6\x40\x7a\x75\x80\x8c\xfd\x66\x58\x79\x0c\xe4\x99\x2a\xb3\x1f\x30\x50\xd0\x7d\xe6\x5b\xc6\x13\x9c\x41\xe4\xdc\x51\x60\xd3\xd3\x6a\x3b\xcf\x21\x0d\x09\x42\x56\xd8\x22\x0e\x70\xf5\x99\x71\x5e\x28\x0b\x37\x0a\x0c\x00\xb0\x8f\xd6\x99\x3a\xe3\x9a\xe3\x1c\x0f\x58\x7f\x6c\x02\xeb\x32\xb3\x3a\xfa\x43\xc2\xc0\x9f\xec\x96\x45\x3f\x75\xfc\x08\xaa\x9b\x19\xb7\x22\x4e\xc0\x7c\xcf\x16\x10\x16\x0d\x38\x90\x1c\x02\x34\x0a\xee\x6c\x89\xb2\xb2\x8b\xfe\x4e\x0c\x3e\x1b\x30\x13\xcf\x17\xed\x4b\x98\x25\x1c\xf4\xce\x19\x84\x1b\x16\xd7\xa5\x17\x30\xe6\x36\xfc\xd0\xca\xfa\x73\x41\x8e\x5c\x9d\x61\xfd\x6b\xb0\xa6\xfa\x86\x3d\x46\x37\xa1\x7a\x9d\xf2\x24\x9f\x39\xb0\x1b\x48\xd7\xb2\x71\x6a\xf6\x12\xf5\x14\x62\x2e\xf6\x55\x14\x8f\x45\x32\xa5\x8a\x40\x4e\x55\x6b\xfd\xd8\x10\x4c\x37\xfc\xb4\x2a\xa9\x37\x0b\xbe\xd7\x5b\x96\xae\xf7\x24\x3b\x9c\xc7\x2d\x45\xad\xad\xc6\xea\x58\x01\x9c\x7c\x59\x00\x72\x40\x65\x7b\xae\x55\x5b\x0e\x46\x6e\x93\xb2\xc7\xd3\xaf\x24\xea\x5f\x6b\x09\x48\x6b\xbc\xfe\x0c\xe6\x52\x99\x10\x30\x48\x83\x31\x5f\x9b\x30\xfc\x0e\xfa\x16\x0d\xf2\x6f\xbf\xfd\x63\x82\x3e\xbb\x3f\xfe\xf4\x1f\xff\xf1\xc7\x3f\xad\x13\x57\xee\x14\x72\x68\xb7\x58\x23\x0f\xaf\x1b\x8b\x44\xe1\x0e\x54\x39\xd5\x16\xbb\x60\x0f\x60\xd3\xf2\x5b\x73\x40\x63\x1a\x55\xdd\xe3\x20\xc2\x07\x4f\xec\x09\x97\xe1\xc9\x44\xd1\xd1\x2c\x22\x09\x24\x51\x9d\x98\x43\x78\x61\xd7\x4a\xf4\xff\x6b\x09\x28\xc2\x50\x1f\x95\xcd\x22\x91\x68\xe6\xc5\x6b\xdd\x08\xfa\xda\xda\xff\x14\x38\x10\xbf\x71\x17\x1c\xcf\x52\x22\x6c\xc9\x3a\x67\xb2\xf3\x86\x44\x60\x0e\xe4\xf3\x3c\xe3\x36\x46\x04\x23\x49\xe6\x18\x04\x08\xcd\x0c\x8e\x07\xac\xf7\x19\x6b\xce\xdd\x71\xf5\x53\xe1\x23\xe3\x79\x19\xe3\x84\x20\x23\xaa\x7f\xfd\xf9\x54\xff\xd6\x41\x8b\x53\x08\xf5\xec\xa0\x7f\x9c\xda\xa4\x6c\x2c\xd4\x50\xff\xf4\x8d\x93\xb5\x6d\x13\x30\x68\x2a\xd1\xe0\xdd\xc9\x23\x16\xa6\x2c\xcd\x89\x45\xd3\x7d\x67\x79\xab\x47\x0a\x0f\xa5\xf3\x8c\xf3\x07\x1b\x08\x5b\xf9\xf2\xc4\x41\x3c\x00\x81\x7b\xcf\x89\xd9\x7c\x1b\xd3\xac\x25\xc9\x23\x78\x81\xa0\xe3\xf9\x08\x1d\xff\x4d\x72\x86\x8e\x17\x78\x96\xd9\x5f\xdd\x53\x1b\xa7\x8b\x25\x72\x35\xf8\x5c\x94\x4e\xb6\x30\xb6\xd2\xf7\x19\x1f\xc1\xbc\x3e\xb9\xb9\x9a\x48\x57\x18\x68\x71\xff\x14\x57\x96\x9d\x88\x95\xa5\x4c\xa2\x3a\xd4\xf7\xd5\xaf\x00\x97\xab\x9b\xd5\x67\x3f\xa4\xff\x36\x9e\x61\x58\x14\x97\x1e\x67\xcc\xc3\x3e\xca\x4c\x37\xfa\x19\x7d\x6d\x99\xd0\x37\xfa\x96\xb1\x61\xc5\x66\x19\xea\x3a\x58\xf8\x0e\x7e\x09\x3a\xa0\x0c\x99\x84\xc7\x25\x5f\xfe\xe3\xe4\xf8\xf8\xd8\x7f\x7d\xa9\xa7\xf2\xff\x22\xaa\x24\xc9\xc6\xa6\x25\x77\x87\x2d\x06\xec\x93\x43\xc3\x73\xe6\xeb\x02\x3c\x06\x2a\x49\x26\x3c\x43\x47\x85\x49\x37\xe5\x89\x44\xbf\xd3\x82\x6d\xb0\x94\xf0\xa3\xd6\xe4\xea\x4f\x95\xad\xdb\xfb\x42\xc7\xca\x9a\xc4\xcb\x07\x2b\xc4\x8b\xf0\xaa\x2d\x96\x21\xb4\x22\xd0\x82\xa6\x9c\x13\x8b\x29\x01\x15\x8d\x15\xf9\xac\xe0\x51\x03\x64\x47\x6d\xc8\x79\xfd\x5d\x59\x61\xb8\x05\x72\x87\x21\xeb\x86\x05\xb0\xc0\x0a\x96\x37\x98\x79\x76\x42\x07\x8a\xbe\x5e\x58\x88\xcf\x26\xf3\xd9\x0c\x8b\xc5\x49\x71\xda\xaa\xc4\x59\x80\xad\x02\x97\xc9\xdc\x02\x80\x13\x37\xb3\x47\xcb\xc6\x31\x58\x01\xd3\xdd\x69\xfe\xec\x26\x80\xee\x0e\x11\x75\xa6\xb6\x01\x61\x09\x4f\x2d\x5d\x17\x79\x9d\xb1\xcc\xe2\xdf\xa9\x4a\x2b\x2e\x26\x46\x16\xe6\x38\xa6\x4c\xb2\xb7\x7d\xc3\x7d\xdc\xc0\xc0\xf9\x10\x2a\x6f\x90\xc9\x1a\x0e\xd2\xfe\xd5\xad\xfb\xa6\xfd\xb5\x0b\xeb\x10\x0b\xed\xd8\xe9\x89\xce\x26\x21\xf0\x53\x71\x01\x43\x74\x87\xb1\xcf\xe4\x3e\xeb\xd5\xfc\xfb\x8c\x5f\xd3\x4c\xdf\x5b\x40\xe3\xc7\x03\x16\xfd\xdc\x41\x24\xa3\x33\xca\x7c\x74\x9d\x61\xef\x7c\x6c\xe4\xe7\x07\xaa\xf4\x96\xc9\xf4\x41\x73\x30\x07\x20\x10\x28\x55\x5d\xb6\x70\xa4\xe3\x5d\x53\xd6\x06\x91\x4b\x3d\xae\x42\x4b\xd7\xe2\xac\x6e\xe2\xc8\x8a\xa4\x34\x20\x3c\x38\xbf\x03\xa6\x5b\x73\x67\xa9\x08\xeb\x0d\xda\x0b\x9a\x3b\x72\x28\x65\x01\x07\x80\x3e\xa2\xd8\x5c\x2f\x01\xd7\x88\x28\x3d\x96\xcf\xb6\x4d\x0a\xb1\x61\xbe\xaf\x65\xa8\xbb\x2e\xaa\xc5\xda\x04\x23\xc2\xf2\x99\x3b\x50\x6b\x50\x5c\xcf\x0a\x40\x29\x49\x32\x0c\x77\x07\x34\x04\xb1\x8f\x1d\xe3\x22\x0d\x2a\xd3\xda\xeb\xc5\x74\x63\x80\x4f\x33\xc2\xbe\x36\xff\xfe\x06\xd9\xbb\xe1\xdb\x8e\xbd\xcf\x85\xb4\x4a\xa4\xdb\x73\x00\xce\x27\xa9\xb1\xa2\x03\xfe\xd9\x04\x43\xbd\x70\x6b\xda\x89\x34\x4f\x90\xc0\x16\x3c\x47\x4f\x54\x4e\x07\xec\x8e\x3b\x93\x23\x62\xdc\x23\xc8\x75\x40\x1d\xad\xf4\x87\x25\x30\x01\x18\x75\x1d\x05\x94\x0a\xd6\xaf\x9f\x13\x04\x61\xac\x43\xc6\x53\xb2\x66\x34\x7b\x4d\xa9\x6c\xeb\x89\x70\x1e\x6c\x41\x4c\xde\x16\xdc\x14\x8d\x85\x7e\xa5\x5c\xd3\x3a\x5f\x5b\x59\xdf\xb6\x03\x45\x52\x9e\xd8\xa6\x90\x19\xfe\x56\x83\x56\x9c\xce\x19\xe4\xd9\x46\x6b\x1f\x57\xff\xdf\x4a\x47\x4b\x37\xf3\x4f\x98\xb9\x27\xb0\xec\x3e\xc4\x18\xa3\x89\xe0\xf9\xdc\x27\xa3\xbb\xb4\x3c\xb3\x0d\x56\xa6\xe9\xb3\x31\x3f\xb5\x5a\xd5\x05\x65\x0f\x86\xe2\x9f\x6b\x8f\x7c\x05\xfa\xe0\x77\x77\x87\x99\x15\x3f\x42\x94\x25\x59\x0e\x17\x9f\x54\x38\x79\x30\xf0\x81\x4d\x66\x5f\xfd\xcd\x70\x75\xd2\x63\x83\xc4\x94\x67\x99\xed\xb6\xb8\x40\x8b\xc2\x3e\x8f\x14\x23\x8c\xee\x6f\xfa\xf5\x7d\x3f\xd0\xaa\x3b\xa7\xfe\xf6\x8c\x09\x04\xfe\xf3\x23\x5d\x2b\xf2\xb2\x84\x73\x4a\x22\x52\xf7\xe6\xa5\x26\x74\xaf\xd2\xed\xbd\xa5\xff\x58\xdf\x42\xc3\x59\x0d\xa5\xd6\x4f\xbe\xe8\xf8\xdc\x7e\xfc\x49\x7f\x5b\xbf\x23\x9f\x20\xe9\xc8\x23\x33\xcc\x30\xd3\x13\x74\xbd\x36\x58\x63\xcc\xc5\xb8\xd1\x90\xee\xe7\x1b\x0d\xc8\xf4\xd8\x12\x93\xdb\x76\xe5\x5a\x79\x32\x06\x49\x9c\x19\x85\x5b\x4d\x41\x13\xeb\xa0\xdb\x64\x4a\x66\x18\x82\x5e\x66\xb1\x46\x06\x92\xe9\xd7\x19\x16\x13\x23\x27\x4a\xa2\xe4\x37\x35\x3b\x5c\x04\x7f\x6f\xb1\xc3\x1b\xd4\x0b\x08\x1d\x40\x20\x85\x2c\xe3\x00\x7e\x94\x31\xf4\x90\x67\x4e\xbe\xf2\x86\xbd\x3b\xa8\x0c\x21\x87\x13\x2e\x04\x40\xe4\xa5\x5a\x1a\x6f\x06\x65\xd8\xb2\x6e\xcc\x25\x9e\xf9\x04\x66\x57\xbd\xc2\xe6\xa9\x98\xc1\x8d\x08\xe0\x50\x35\x8f\x61\xeb\x02\x31\xe1\x10\x2c\x60\x7b\xd3\x08\x06\xac\xeb\x5e\xf1\x49\x90\x20\xe2\x0a\x23\x87\x40\xa0\x9c\x09\x0b\x05\x31\x13\x17\xab\x6e\x27\xd7\x30\x89\x75\x73\xcd\xca\x35\x6e\xb4\x98\xeb\x81\xeb\x8c\x18\xe3\xf4\x1d\x37\x8f\x86\x9e\x1f\xd7\x2f\x01\x56\x8f\x23\x91\x94\x4b\x34\xd5\x75\xbc\x5a\xa4\x74\x09\xee\xb6\xa1\xb0\x2a\x94\x09\xa6\xcb\x16\x05\x99\xea\x15\x37\xaa\x49\xa9\xb3\xea\x69\x55\x5b\x71\x63\x8a\x67\x43\xc1\xb3\x6d\xf6\xc8\x35\x11\xa9\xb9\x53\x83\x27\xba\x40\x7f\xcf\x71\x66\xec\xfd\xcc\x92\xa3\x1b\x36\x48\x0c\xdf\xff\x09\x75\xe1\xba\x44\x9f\x80\x2f\x82\xa7\x13\x5a\x53\x1c\xd1\xd9\x9c\x08\xc9\xb5\x3e\xd6\xb0\xc9\x0f\x7f\x96\x43\x0b\x06\x3c\xc4\x49\xc2\xf3\x2a\xf0\xef\x1a\x33\xa9\x69\x2d\x9c\x14\x46\x0f\xf9\x88\x08\x46\x4c\x29\x4a\x78\x0f\xb9\xf7\x5a\x0d\x97\xe3\x5c\x4d\xbf\x1f\x26\x19\x6d\x8d\x50\x0c\x69\x16\x5d\xfd\xd9\x99\xf9\x6a\xd9\x04\xa2\xf6\xa3\xa1\x33\x64\x9e\x21\xf3\xec\x18\xbd\xc7\xc9\x03\x61\x29\x9a\x67\xf9\x84\xda\xdc\x67\xb8\xa1\x80\x5d\x06\x56\xaa\x78\x62\x46\xe5\x35\xed\xeb\x6b\x68\xc0\x66\xf8\x01\x34\xa4\xcf\x36\x1a\x5d\x6b\x9a\x6b\x69\x5b\x9e\x1e\x2a\x20\x10\x2e\x51\x57\x92\x24\x17\xfa\x0d\x73\x3e\x94\x39\x1f\x60\x57\x02\x20\xb4\x9c\x21\x0c\x38\x12\x5f\x49\x94\xcf\x9d\xf1\x03\x0c\x1e\x19\x38\xa0\xcc\x24\xa1\x38\x19\xd5\xe2\xe0\x94\x0c\x18\x04\xf5\xb9\x16\x17\x9e\xab\x84\x3e\x4f\xef\x7b\xaf\x3b\x7c\x63\x93\x45\xbd\x9d\x3b\xc5\x98\x91\x76\x1e\xb0\xa8\xa6\x84\x81\x1e\xd6\xbe\x65\x48\x45\x6f\xbf\x69\x51\x70\xa2\x99\x45\x61\x38\xf2\x4b\x98\x33\x6a\x31\xb1\xad\xad\x30\x88\x1b\x72\x26\xf5\xe2\x7b\x2a\x91\xc4\x8a\xca\x31\xad\xd5\x4f\xc3\xdc\xf5\x6d\x56\x1d\xaf\x97\x30\x5f\x93\x2c\x5f\x5a\x0b\x1f\x00\x7d\x8c\x3e\x80\xba\x5d\x4c\x49\x71\x9f\x7a\xde\xc4\x12\xd4\x94\x34\xa2\xa6\xed\x22\x72\xc0\xcd\xa0\xad\x15\xc5\x07\xbb\x1f\xa3\x6e\x61\xe6\x34\xc9\xf7\xc6\x80\xb9\x62\x46\x24\x93\x64\x13\xe2\x6b\x65\x11\x00\x67\x20\x10\x10\x02\x59\x45\xea\xdf\x0b\x04\x47\x3f\xcc\x27\xc8\x27\xc3\x0f\x84\x2d\x53\xfb\xda\x8f\xb0\x17\x65\xe3\xd6\x0d\xb1\xeb\x15\x7e\x6e\x74\xfe\x4d\x06\xd8\xfe\xd8\x15\x78\x07\x74\x7c\xa2\x97\x5c\x0b\xfa\xc9\x83\x8d\x62\x37\x66\x1f\x8b\x98\xf0\x34\xe5\x32\x3c\x67\x6e\xff\x60\x33\x95\xc8\x89\x8b\x56\x87\x2c\x00\xbf\xc0\xc6\xfd\xcf\x78\x08\xa8\x00\xa3\xf6\x87\xd4\x98\xb4\xfc\x7e\x23\xc7\x42\x61\x19\xc0\x5c\xee\x9a\xaa\x9e\xe6\x1f\xff\x2c\xaf\xe0\xc4\xee\x22\x29\x38\xc3\x23\x92\x3d\x03\x4e\xd4\x86\x86\x48\x1f\x6a\x62\xc6\x05\x46\xff\xd4\x67\xa1\xcf\x79\x8a\x0a\xf2\x6a\x8a\x78\x64\x8c\x9b\x50\x83\x3d\x9c\x56\x30\xb8\xd6\x73\x5b\x45\xd9\x9f\x02\x6f\xa5\x29\xb9\x6b\xb0\x57\x02\x91\xcb\x26\x8e\x81\xf6\x6b\xaf\x7f\x2a\xfd\x7d\x52\x4f\x63\xd7\x3c\xdd\x86\xb0\xd6\xc7\xd7\xaa\xd2\x75\x8b\x70\x46\x59\x57\xf1\x67\xc9\x4a\xcc\x79\x73\x20\x5a\x3a\x6c\x5f\x23\x07\xfc\x8e\xa3\x7c\x7c\x0b\xe8\xbe\x4d\xc9\xf1\x0e\xd6\x68\x4a\x7c\xb6\x8b\xde\x67\xdd\x8d\x8f\xbd\x6e\xda\x14\xeb\xc6\x2a\xae\x7f\x8c\xfe\xef\xed\xd5\xe5\xd1\x0c\x0b\x39\xc5\x90\x7c\xe8\xda\xea\x38\x0c\x7a\xa3\x80\x3a\xf3\x3a\x65\x68\xc0\x8e\xd0\x84\x77\x8c\x37\xe7\x14\x4d\x95\x9a\xcb\xd3\x93\x93\x09\x55\xd3\x7c\x74\x9c\xf0\xd9\x49\xb1\x36\x27\x78\x4e\x4f\x46\x19\x1f\x9d\x08\x02\x11\x7d\x47\xdf\x1d\x7f\xff\x1d\x6c\xcd\xc9\xe3\x77\x27\x60\xc3\x3f\x9e\xf0\xdf\x5d\x7c\xff\x9f\x7f\xfc\x93\x6e\x78\xbe\x50\x53\xce\x4e\xad\xab\x68\x69\xdb\x47\x46\xf0\x3d\x31\x9f\x94\x7a\xf9\xcf\xe3\x6f\xc3\x61\xd8\x57\x67\x3c\x25\x99\x3c\x79\xfc\x6e\xe8\x76\xe6\x78\xbe\x8e\xf3\xab\x60\xf8\x7e\xc9\x4b\x05\xa2\xf4\xef\x9e\x64\x5c\xee\xd1\xaa\x6d\xa9\x39\x2b\x61\xbc\xe6\x16\x27\xe6\x81\x54\xfc\x81\x6b\x68\x60\x5e\x92\x6a\xd0\xe9\xd7\x85\x0f\x6e\x94\x6d\xd6\x4a\x4f\x03\xef\x1b\x4d\x00\x9a\xd2\xd8\x20\xe6\x98\xd6\xc5\xf9\x58\x2f\xf3\x36\xeb\xf7\x9c\x20\xab\xbb\x46\x57\xb5\xd3\xdd\x10\x59\x35\x33\x5f\x3b\x9f\x38\x7f\x72\x88\xaa\xbb\xc0\x21\x6d\x59\xa9\xc3\x83\x35\x1a\xe2\x81\xb1\xb8\x71\xad\x47\x23\xd1\x12\x9b\x30\x09\x1b\x62\x29\x21\x1c\xd3\x80\x1d\xf0\xb1\x87\x8d\x35\x91\xb4\x06\x61\x9a\x8f\x6b\xfe\x78\x9f\xf1\x91\xfc\xc6\x43\xac\x60\xe9\xfa\x28\x30\x0f\x9a\x49\x70\x37\x28\xa5\x6e\x29\x9e\x53\x3f\x71\x67\x26\x94\x42\xd6\x59\xf8\x7a\xa2\x2a\x02\x5d\x4d\xc6\x27\x16\x3c\x67\x0e\xe5\x91\x33\xc2\xc7\x10\x25\x00\x17\xa0\xf3\x82\x80\x11\x84\x71\x15\x64\x77\x0a\x32\x37\x8c\x14\xcc\x75\xcd\xcb\xbd\x25\xd2\xe9\xaa\x75\x7e\x0e\xa4\xd3\x6d\xd7\xdd\x1e\x9c\x57\x5a\xf0\x6d\x43\x15\xcc\x51\x5a\x83\xcd\xc2\xfb\x2b\x5d\x13\x9e\x0f\x80\x2f\x22\xac\x60\x66\xd0\x4c\x20\x3c\x99\x1c\x29\x7e\x04\x69\xf1\x90\x6c\x6d\xb0\x87\x9b\x2a\x72\x80\x4b\x67\x9d\xeb\x40\xbf\xdf\x62\x9c\x26\x24\xfd\x73\x30\x50\x7b\xf7\xca\xa2\xb6\xb9\x56\x2e\x19\x23\xc2\x1a\xab\x57\xde\x1c\x6b\x3a\x7c\xc2\xad\x5c\xee\xf1\x2d\x04\xd0\x10\x17\xd6\xc7\xfb\xe1\x80\x09\x1c\x23\x88\xbb\x9e\xf2\x19\xd7\xd7\x36\xcf\x65\xf0\xd0\xc4\xed\xc3\x65\xb3\xa4\xcc\xfc\xdc\xc0\xe0\xbc\xde\x6c\xf4\xd1\xd2\x8f\x8c\x2e\x1f\xbe\xb4\x1a\x1c\x3b\x98\xc9\x28\x06\x17\x5e\x31\x7e\x8f\x0a\xbb\x9c\x6e\xc0\x9d\x38\x03\xdb\x29\xd4\x3c\xb1\x58\x8f\xf4\x1f\x5a\x54\xd7\x24\xe5\x63\xe4\x5d\x5e\xbd\x0d\x3c\x35\x68\x4f\x21\x1e\x5c\xa9\xb4\x69\x79\xf8\x84\xe5\xb3\x35\xf7\xc0\x07\x31\xb5\xd9\x00\xcc\x4c\x58\x8f\x8b\xe7\x39\xaa\x0d\xe8\x69\x3a\x97\xae\x1e\x4a\x3a\x74\x88\x64\xeb\x0d\xf5\xd6\x37\x60\xc1\xc7\xaa\xe3\x2e\x00\x1d\x20\xfa\xcb\xac\xb1\x61\x08\x4e\xb6\x68\x0a\xb2\x58\x47\x6b\x5d\xa6\x04\xd6\x85\xe2\x19\x7c\x99\x22\xf2\x56\x93\x67\x45\x01\xf1\x1f\x3e\x16\xa5\x8a\x16\x73\xd2\x41\xa3\x1c\x9e\x5f\x5e\xdd\x85\x2e\x46\xca\xe0\xf1\x51\x32\x25\xc9\x03\xa4\xe1\x98\xeb\xc4\x10\x9a\x2b\x53\x35\x5a\x0c\x58\x51\x10\x43\x71\xe7\x2f\x5b\x78\xc4\x51\x8f\xba\xcb\x05\x4a\xa9\x9c\x67\x78\x01\x9e\x09\x66\x62\xec\x0a\xaf\x86\x0f\x4e\xd5\xc7\x6c\x33\x03\x1c\x54\xec\xb0\xfc\xd3\x49\xb0\xf0\x2f\x37\x09\x5f\xae\xd2\xc7\x8b\xd7\x09\x6c\x5b\x63\xc0\x6e\x13\x69\xd5\x54\x7b\x26\xf0\x97\x9b\x1d\x0d\x5d\xee\x3e\x4f\xbc\x5c\x14\x75\xf0\xce\x45\xb0\x83\x92\x3a\x70\xf5\x1c\xf5\xbf\x4d\xb1\x30\x22\x1e\x49\x3a\x60\x71\x26\xbe\x15\x02\x8a\x5d\x46\x45\x4d\x82\xa6\xf3\xb7\xbe\x61\x26\x04\x39\x5c\x1e\x04\x06\xd9\x87\x05\xee\x90\x8f\xd2\x5e\x52\x23\xa1\xbe\x18\xe2\x33\x80\xf9\xb7\x36\xd6\x15\x45\x10\x2c\x82\xb9\x2d\x51\x12\xf9\xc5\x3c\x61\xfa\x3c\x63\x03\x42\xe2\xa3\x57\x6d\x34\x6b\x25\x69\xab\xae\x8d\x01\x73\x09\x38\xe3\x3c\x33\xc0\x52\x0d\xab\xe5\x60\x07\x5c\xa8\xe0\xeb\x85\x8c\x7a\x83\x00\x0a\x8a\x46\x78\xf7\x95\xcb\x98\x48\x16\x45\x75\x5a\x20\x5d\xc2\x64\x0e\x77\x84\xc3\x8b\x87\x1c\xba\x09\x51\xc0\x9e\xd3\x3c\x33\xf9\x24\xe0\x98\x04\x08\x03\x9c\x65\x88\x2a\x39\x60\x1e\x71\xc1\xe0\x67\xc2\x15\xea\xb2\x03\x53\x2b\x43\x43\x17\xd0\xac\xad\x2a\x06\x17\x2b\x4d\xa8\x0a\x47\x04\x0e\xb7\x45\x88\xb1\x3c\x9f\x13\x6c\x82\x9f\xed\x31\x64\xa1\x10\x5d\xde\x04\x1b\x29\x0c\xb5\x9e\x76\x11\xb4\xdb\x4c\xba\xa6\xd6\xd7\xda\x5b\x72\x8c\xba\x66\x76\x5a\x82\x76\x05\x8f\xcc\x68\x6d\xca\x95\x8d\x49\xd1\x62\xaa\x92\xbe\x66\xab\x57\x44\xe6\x58\x28\x9a\xe4\x19\x16\xd9\xc2\x15\x6a\xa6\xe3\xa0\x76\x13\xec\x81\xc9\xb7\xb7\x45\xa1\x01\x86\xde\xda\xb2\x25\x9e\x91\x20\xd5\xc7\xea\xeb\x59\xe0\x0b\x33\x20\x82\xc6\xc9\xa2\xdb\xfa\xe6\x18\x9d\x97\x2b\x75\xc1\x99\x08\x70\x7a\xa8\x34\xec\xcf\x8f\x37\x88\x51\x37\x15\xbf\xe8\x58\xeb\x08\x5f\x05\xa7\xae\xa9\x8a\x24\x96\x0f\x6b\x3a\xda\x1c\xda\xeb\xf2\xf8\xaa\xda\x1c\x95\x3b\xa8\x34\x18\xb9\xdf\xfc\x81\x68\x18\xa0\xbb\x19\xd6\x1c\x64\x88\x71\xb4\xc1\x40\x7f\x0e\x4a\xf9\x95\x07\x3b\x5b\x52\x2a\x0a\xf6\x71\xcd\xa1\x06\x30\xee\xeb\x0f\x34\xa0\x9c\xd0\xad\xda\xb8\xb2\xab\x75\xf2\x9f\x23\x40\x75\xa4\xc7\xa5\xf5\x21\x62\x1c\xf1\xa5\x6a\xc0\x30\x06\x8b\xbc\x0e\x30\x99\xfe\xb0\x8d\x08\xca\x28\x7b\x70\x49\x71\x7a\xe7\x3b\x08\x17\xad\xc3\xe1\x33\xa3\x37\xc4\xdc\x20\xd6\xd4\x81\xca\x6e\x21\xe9\xb4\x0b\x2c\xaf\xd7\x25\xdc\x48\xd6\xc2\x0d\xae\xd4\xcc\x0d\xe6\xd1\x7e\x5b\x96\x86\x7e\x79\x09\xd6\xc5\x7b\x99\xfb\x25\x08\x42\x51\xd4\x57\x51\x6d\x5c\xdf\xeb\x29\xae\x2f\xbc\xbd\x1a\x28\xfd\xfe\xf2\xbc\xf7\xa1\x7f\x19\xa3\x9b\xff\xe5\xbe\x77\x1f\xff\x72\x73\x7f\x79\xd9\xbf\xfc\x18\xfe\x74\x7b\x7f\x76\xd6\xeb\x9d\xc7\xef\x7d\xe8\xf6\x2f\x4a\xef\xe9\x9f\xe2\x97\xba\xef\xaf\x6e\x4a\x78\xea\xb7\x3f\xf6\xaf\xaf\xe3\x9f\xee\xfa\x9f\x7a\xe7\xc3\xab\xfb\x08\x92\xfd\xfc\x97\xcb\xee\xa7\xfe\xd9\xb0\x66\x3c\x37\xbd\xb3\xab\x9f\x7a\x37\xbd\xf3\xa5\x50\xeb\xc5\x7c\x6b\x97\x74\x17\xde\xe8\x8d\xf1\xf5\xbb\x68\x2c\x28\x61\x69\xb6\x30\xc1\x72\x4e\x49\x29\xc5\xe6\x84\x57\x00\x9d\x11\x9e\x6f\x13\xf3\x76\x37\x25\x88\x3f\x6a\xf5\x32\x43\xb6\x35\x1b\xea\x8f\xe5\x43\x23\xba\x8b\x12\x55\x6b\xe3\xd2\xd0\x5e\x25\x16\x3e\x78\x7c\x69\xcc\xaa\xcf\xfd\xb6\x9d\xa0\x39\x11\xcb\xc6\x02\x17\xb4\xc8\xe7\x8a\x8e\x9a\xa3\x18\x5b\xe6\x44\xaf\xaf\x06\x1a\xa4\x92\xfa\xa4\xce\xcb\x7a\xc6\x18\x05\xf3\x6d\x13\xc7\x04\x2d\x6c\x5a\x36\xc2\x7f\xed\x62\x3f\xe6\xf9\x28\xa3\x09\xa2\x69\x81\xaf\x62\xa2\xfc\x4c\xcc\xb9\x31\x45\x95\x01\x8d\xe6\x44\x80\xc4\xa4\x05\xd1\xb9\x20\x47\x38\x57\x53\x57\x83\x12\xc2\x9f\x2c\xfc\xe4\x80\x49\x92\x08\xa2\x5c\x59\x6c\x92\xba\x42\x02\x41\x4f\x30\x18\x9b\x79\x92\x42\x92\xeb\x71\x00\x2e\xd9\x60\x7b\x34\x5f\x9a\xd6\xd7\x30\xbe\x98\xf7\x97\x2e\x8d\x1d\x31\x95\xe5\x62\x71\x20\x1b\x9a\x87\xae\x1c\x81\x9e\xb7\xe6\xd4\x89\x8b\x90\x34\x9b\xec\x82\x2d\xeb\xa7\xb1\x8a\xc6\x42\x42\x89\x63\x23\x6d\xeb\xf6\xd1\x99\x20\x70\x89\x58\x57\x9a\x53\xa3\xc1\xf5\x6b\x83\x33\x21\x26\x53\x6b\x0c\x23\x32\xc5\xd9\xd8\x58\x64\xf4\xd6\x14\xe7\xaa\x4a\xa2\x77\xfc\x81\x30\x5b\x1e\xfe\x55\xd8\x21\x33\x02\x78\x91\x8b\xe4\x8d\x13\x85\xf9\x06\x4a\x99\x0b\x57\xc3\xde\x04\xa7\x9b\x32\xa9\x46\x5c\x0d\x1e\x9b\x08\xd1\x02\x6b\xcc\xc5\xb5\x8f\xc7\xf4\xb3\x6e\x70\xc0\x48\x2d\xda\x12\xf8\xdb\x5d\x56\xb8\xe7\xcb\x80\x36\x62\x52\x6b\x1f\x08\x83\x4a\x08\xa6\x9c\xd9\x4a\x9a\x5d\xcf\x4e\x58\xdd\x8b\x25\x86\x42\x30\x3f\xd1\xa8\x40\x44\x68\x3d\x76\xeb\x04\x59\x28\x0f\xe4\x18\x9d\xdb\x84\x41\xfd\xcb\xd9\x45\xbf\x77\x79\x37\x3c\xbb\xe9\x9d\xf7\x2e\xef\xfa\xdd\x8b\xdb\xb6\xc7\x6f\x17\x81\xcc\xa5\xd3\x57\x8e\x25\xf7\x1c\xe2\xc4\x9e\xbc\x22\x9f\xc6\x4f\xaa\x38\x76\xb0\x25\xab\x47\x4f\xd3\xf9\x30\xa5\x32\xd1\xd7\xdf\x62\x48\x58\x0a\x30\x75\x1b\x91\x6a\x7d\x53\xe5\x59\xf8\x37\x90\x7f\xc3\x71\x10\x73\xdb\x3d\x3a\x8a\xf6\xcf\x01\xc7\xc6\x56\x02\xd7\x87\x3f\x1d\xb0\xe0\xb6\x39\x5e\x8d\x4d\xac\x9b\xdb\x6e\x6e\x71\x13\xe5\x39\x99\xf1\x52\x29\x73\xac\xf9\xa3\x7b\x0d\xf2\x54\x1b\x56\xc5\x62\x87\x84\x58\x79\x34\xa8\xc6\x84\xb4\x8a\x3c\xc3\x2c\xc5\x8a\x8b\x45\xc3\x14\xdb\x31\xcf\xf0\xd8\xc4\x2c\x34\xbc\xb2\xb5\xfe\xef\x76\xc1\xbc\x8a\x59\x99\x94\x0c\xa2\xde\xdd\xd5\x8f\xbd\xcb\xdb\x61\xef\xf2\xa7\xe1\xf5\x4d\xef\x43\xff\xbf\x3d\x28\x80\xad\x2d\x1f\xd7\x79\x21\xfa\x52\xd4\xdc\xc5\xa5\x27\xd6\xf2\x17\x53\x6c\xc5\xb5\x63\x01\xf6\xe9\x78\xc0\x1c\x67\x11\x45\xf3\x53\xc1\xf3\xc9\xb4\xbe\xa1\xf2\x28\xaf\xbb\x77\x3f\x6c\x34\x4c\x48\x1e\x37\x15\x19\xcc\x69\xab\x62\x2c\xd1\xb1\xe5\x7b\x06\x98\xa9\x34\x3c\x80\x40\x80\x57\xeb\x0c\xde\x0d\x1c\x6d\x23\xed\xa5\xca\xb4\x96\x0a\xff\x35\xaf\x37\x11\xd0\x5d\xc0\x37\xa3\x6b\x04\x82\xda\x4c\xb1\x9f\x4a\x6b\xa7\x35\xbf\x45\x37\xd8\xf7\x47\x19\x99\x4c\x48\x6a\xc8\xab\xdc\xb0\x35\x05\x59\x16\x98\x14\xf7\x7a\xdd\x2a\xda\xd2\x1b\x5b\x5c\xcc\x3e\x8e\xa4\x3d\x03\xbf\xf6\x9f\xd4\xf3\x8a\x33\x57\x84\x2f\xe1\x4c\x2a\xcc\x1a\x1c\x54\x6b\x16\x0a\x2f\xea\x0b\x88\xa2\x5c\xbf\x35\x90\x38\xcb\x75\x71\x0e\x36\xf1\xe6\xd8\x12\x23\xcc\x5a\x3c\x82\xd2\x23\x41\xd5\xc0\x9a\x4d\x28\x95\x62\x7e\x76\xe3\xc6\x52\xd5\xc9\x66\xcc\x83\xc5\xd1\x60\xbc\x5b\x38\x37\x63\x0d\x82\xc2\x09\x8d\x81\x75\x3b\xae\xdc\xee\x2d\x9e\x45\xd9\x69\x5f\xc8\xdc\x09\x6f\xeb\xdb\xb7\x4a\x45\x9b\x83\x82\xd6\x69\x9e\x58\xdc\x42\xd3\x6c\xe1\x39\xb7\x06\x2d\x77\xc1\xa6\xe8\x28\x2c\x94\x9f\x1e\x41\xee\xf3\x80\x35\x79\x35\x6a\x8a\xcc\x87\x14\x70\xed\x6e\xad\xed\x70\x33\xd6\x08\xf8\x73\x8b\xdd\x2e\x25\x05\xb9\xd7\x41\xd8\x6b\x08\x3c\xb0\xfb\x32\xc2\xc6\x6d\x19\x5f\xc7\x4d\xd9\xa9\x9e\xab\xae\x17\x1f\xd1\xce\x35\x1f\x83\x5e\x98\x2b\x72\x8a\xa5\x91\x5c\x55\x32\x8d\x07\x0e\xb3\x89\x81\x2d\xca\xc3\xf5\x92\xe0\x76\x16\x82\x56\x8e\x8b\x8e\xd1\xa9\xa9\xb4\xa3\x0f\xcb\x14\xf8\x9a\x2b\xeb\x11\x7e\x28\x1c\x79\xe5\xc5\xf0\x3d\x60\x58\x19\xce\x59\x32\x45\xf3\x0c\x9b\x34\xac\x29\x96\x86\xa4\x9d\x63\x1c\x8f\x68\x46\x15\x64\x90\x1b\xa7\x52\x69\x85\xb5\x46\x83\xc5\x83\xc3\xae\xc2\x05\x82\xcd\x32\xa2\xdf\x32\xec\xad\x28\xc0\xf9\x92\x81\x6f\xc5\x91\x0d\xbe\x58\xea\x92\x2a\xc8\xd2\x06\xbd\x15\xdb\xa1\x39\x1e\x90\x65\x31\x97\xf5\x76\xd6\xb6\x78\x5d\xfe\x3c\x5a\xef\x9a\x8b\x7a\xfd\x38\x01\x0b\xcb\xb8\x06\x9b\x2f\x83\x36\xd6\x9e\xac\x71\xc6\x71\x43\xe1\x30\xd7\xb6\xc1\x60\x6c\x6a\x3b\xe5\xf9\xa8\x09\xf3\xcb\x8c\x6a\x79\xeb\xcb\xec\xfe\xee\xdc\xee\xca\x2e\x18\x32\x40\xac\x88\xa2\xeb\x99\x36\x82\x49\x63\x45\x8e\xe0\xf3\xfa\xc6\x2d\xd2\x55\xeb\x39\x57\x08\xad\x40\x02\xf6\xc8\x62\x5a\xa4\xad\x29\x3f\xfd\x97\x1c\x4a\x5c\x5f\x8d\x6f\x4d\x4a\xf3\x36\x44\xa6\x68\x95\xc2\xea\x4f\x62\xb9\xd7\xbb\xd8\xa9\x12\xd2\x40\xeb\x74\x96\xba\xd9\xdc\xea\xaf\xdb\x1f\xc8\xb8\xba\xe6\x5c\x50\x0e\x89\xc7\xb6\x24\xe7\x12\x70\x94\xda\x7e\xb7\x58\xc9\xbf\xe7\x24\x27\x9a\xf6\x47\x79\x3a\xa9\xda\x36\xd7\x90\xce\x8a\x29\x4d\xf9\x13\x9a\xe5\xc9\x14\xb9\xc6\x51\x4a\x32\xbc\x88\xa6\x06\xf2\x92\xe2\x19\xc0\x8d\x6d\x88\x7d\x94\xe4\x52\xf1\x19\x84\xab\x15\xed\x8a\x9c\x01\xc1\x23\xac\x94\xa0\xa3\x5c\xd5\x46\x43\x45\x20\x20\x1b\x3a\xb4\x6e\xaf\x7b\x67\xfd\x0f\xfd\x92\x37\xa9\x7b\xfb\x63\xf8\xef\x9f\xaf\x6e\x7e\xfc\x70\x71\xf5\x73\xf8\xdb\x45\xf7\xfe\xf2\xec\x87\xe1\xf5\x45\xf7\x32\xf2\x39\x75\xef\xba\xb7\xbd\xbb\x15\x6e\xa5\x6a\xaf\xcd\x1b\x81\x03\x8c\x12\x2d\xbb\x58\xc3\x25\x78\x00\x9d\x76\x69\x7b\x3d\x45\x5d\x87\xd8\x12\x96\x4c\xc3\xce\x35\x08\x2e\x6d\x53\xc3\xcd\x7a\x10\xcf\xb1\xc2\xb6\x26\xe6\x31\xea\x22\x57\xdb\x14\xc2\x46\xa5\x16\x16\x2c\x9c\x85\xde\x1d\xd3\x84\x96\x18\x92\x42\x73\x2b\xca\x72\xf0\xb1\x05\x92\xc9\x48\x08\xdf\x68\x2b\xd9\xff\x7f\xec\x7d\x5b\x73\xdb\xc8\xb5\xee\x7b\x7e\x05\x2a\xe7\xc1\xf6\x29\x4a\x3e\x93\x54\xaa\x4e\x4d\xd5\x7e\xd0\xc8\x9a\x84\x29\x8f\xec\x48\xf2\x78\xef\x1d\xa4\xe8\x26\xd0\xa4\x10\x81\xdd\x74\x03\x90\x86\x49\xe5\xbf\xef\xea\x75\xe9\x6e\x5c\x09\x90\x94\xc7\x99\x3d\x0f\xc9\xcc\x88\x40\x77\xa3\x2f\xab\xd7\xf5\xfb\xce\x63\x75\xf5\x28\x55\x59\x01\xb6\x9c\xc8\x73\xe6\xa0\xe5\x07\x82\xb2\x2f\x1e\x65\x91\x6d\xb2\x5c\x18\xcf\xa0\xf0\x8e\xda\x02\x85\x9d\xc7\xea\xaa\xfc\xdb\xb0\xda\x6c\x3c\x7c\x98\x47\x30\xee\xcb\xb7\x73\x50\x81\x92\x92\xe1\x81\xb9\xf3\x58\x21\x50\x09\xf5\xb8\x11\x90\xca\x5c\x6a\xf2\xa7\x61\xf7\xbd\xa4\xfc\x37\x1d\x0c\x06\x07\x20\xe1\xa0\xe7\xf9\xb9\xb2\x6b\xdc\x20\xf9\x5f\xae\x54\x69\x76\xa3\xf5\x9a\x3b\x40\x97\x2b\x40\x37\xa5\x44\x9a\x3a\xab\x02\xba\x3b\x22\x6e\xfd\x1a\x94\x1d\xce\xf2\x22\x6f\xbc\x73\xba\x4b\x40\xb0\xeb\xd1\xbf\x73\x7b\x09\x7d\xad\xf3\x10\x56\x55\xc3\x2c\x2c\x75\xa5\x52\x66\x85\xdf\x64\xea\xf5\x46\xfc\xf4\x8a\xbf\x14\xab\x14\x1d\xb2\x29\x20\x50\xc8\xdc\x5a\x22\x3b\x2b\xe4\x86\xa7\x2b\x56\x03\xf3\xb5\x5f\x5b\x64\xc9\x0a\x66\x8f\xb7\x51\x31\x79\xe9\x51\xee\xba\xd6\xaf\x85\x4f\x8d\x09\x52\x74\xe0\xa1\x91\xad\x91\xf6\x41\x97\x19\x95\x63\xc2\x9b\xfb\x6f\x48\xbb\xad\x71\x68\x74\xcb\xee\x30\xca\x7b\xd4\xb1\xe9\x8c\x2f\x3f\x03\xc0\x38\xf5\x64\xd7\x0c\xa3\xcd\xec\xe8\xa4\x34\x63\x0a\xa3\xd9\xc5\xfa\xbb\x5e\x02\x51\x77\xc1\x1c\x79\x46\x82\x63\x1b\x96\x82\xf1\xf0\x00\xa7\xa0\x15\xc2\xe6\x2d\x90\xcb\x02\xdc\xbd\xca\x9a\x5b\xf2\x73\x45\x11\xbb\x6f\xfe\xdf\xb4\x7b\xb6\x34\xbb\x88\xb1\x57\xc3\x7c\x7a\x2a\x27\xa1\x3b\x17\xc6\x55\xa9\xac\x0b\xbc\xe4\xa6\x52\xf6\x2a\x3e\x45\xb2\xc3\xf8\x68\x56\xa3\x53\xfa\xcf\xbd\xe9\xfa\xec\x88\x35\xf8\xfc\xb3\xa1\x3d\xfd\xd8\x00\x79\xa2\xee\x20\x1f\x96\x5a\x0f\x2f\xb4\xa5\x48\x1e\x9e\x84\x49\xd1\x57\x08\xd9\x07\xe7\xd1\x9f\xf4\x93\x7c\x94\x66\x16\x25\xd2\x94\x82\xf0\x1f\x0a\x08\xbf\xc2\x81\xa2\x76\x62\x05\x29\xe2\x08\xa6\xa1\x80\x5e\xb0\xcc\xd6\xf7\xd6\x9e\x0c\x82\xe7\xda\x58\x71\x54\x22\xb8\xce\x56\x26\x54\x71\xdf\x33\x01\xab\x5c\x3c\xb6\x01\x2d\x0e\xa9\x8d\x8d\xe6\xae\x68\x89\xa3\x53\x8c\x31\x3a\x94\xee\x40\x13\x46\x42\x13\x4b\xa4\x67\xd1\x5a\xe7\x42\xad\xcf\xcf\xcf\x23\x59\x26\xe7\xaf\x26\x6d\x74\x6a\x30\x8c\x77\xb9\xdc\xce\x5c\xeb\x42\xe6\x3b\x57\x25\xee\x32\xf0\xed\x34\x43\xc6\x7f\x91\xa1\xcb\xa3\x63\xfb\xdf\x36\x6b\x6c\xbf\xac\xeb\xbc\xdb\x52\x9d\x5c\xac\xd3\xd3\x0e\x40\x96\x4f\x68\x09\x9f\xef\xb6\xbc\x26\x14\x9f\x31\xc3\x88\x2f\x42\xeb\x01\x84\xd3\x6a\x6a\x65\xd5\x8f\xba\x8f\x8a\xef\x20\x10\x97\xce\x96\xa8\xc4\xfb\xa0\x8a\x99\x3e\xcf\x45\xa3\x40\xe8\x88\xda\xa0\x8e\x53\xd3\xb1\xa9\x5d\xe5\xdf\x31\x59\x45\x3a\xaf\x36\xfd\x98\x23\xc7\x2a\x6a\x7e\x90\xf8\x6f\x97\xd0\xdd\x68\x45\xcd\x93\x1a\x32\x68\x32\x8d\x17\xdd\xad\x54\x1b\x65\x25\xb2\xc9\x0a\x40\xc7\x39\xa4\xb6\xc7\x35\x83\x4d\x43\x54\x68\xb7\x45\x37\x1f\x56\xfd\xe4\x3b\x2c\x57\xe2\x28\x02\xbd\x52\xa0\x36\x05\xa1\xa4\x7e\xe1\xd3\xcc\x55\x9a\xbc\x46\x00\xc9\x7b\x50\xfc\x0c\xd4\x93\x00\x15\x92\x92\x29\xa0\x41\xe6\xe0\xd7\xd1\x8a\x2b\x45\x1e\x64\x40\x23\x94\x02\x5e\xe4\xd3\x79\xf4\xbd\x36\xc0\x15\x44\xb1\x61\x0a\xdf\xfb\x9b\xb1\xf4\x9d\xa0\x0f\xfa\xf1\x1b\xce\xda\xc0\x2f\xc4\x26\x00\x97\x3f\x15\xaa\xec\x6c\xc0\x27\x35\x41\x5b\xf8\xca\x8f\xd6\xda\xee\x7c\x9c\xda\x87\x47\x11\x82\xfb\xe2\xe3\x6d\x84\x53\x4d\xc8\x82\x66\x68\xa0\x41\x23\xfb\xf3\x46\x60\xba\x16\x07\x68\x1c\xb5\x75\xc0\x49\x67\x68\x49\x3b\xed\xb2\x4c\xee\xfd\x0d\x57\x67\xd3\x22\x7e\x05\xfa\xce\x8d\xc7\x4a\xc4\x94\xbc\x30\xb7\x89\x18\xdb\x9d\xa5\xac\x95\x84\x60\x80\x28\xa3\x54\x87\xcd\x46\x59\xb9\x3f\x81\x64\x22\x9e\xc7\xbe\xad\x56\x6a\x4c\x0c\xa0\xef\xac\xc5\x74\x40\x75\xcd\x10\x1d\x81\xb3\xef\x50\xf7\x26\xb8\xfe\x26\xc2\x5f\xbd\xde\x34\x56\xf5\xae\x5a\x93\xc4\x19\x1e\x99\x91\x08\xcc\x55\x58\x2d\xa1\xcc\x1e\xed\x41\x6d\x6f\x6b\xb7\x41\x41\x02\xb4\xf7\x5e\xac\x70\xd8\x01\xba\xd7\x83\xdc\x15\x21\x37\x00\xed\xa8\xa8\x6f\x43\x66\xf6\x7b\x98\x61\x7f\xef\x52\xc0\xc4\x2d\x02\xb6\xc3\x71\x37\x0a\x76\xfa\x83\x7d\x79\x20\x75\xac\xd5\xb8\xdd\x83\xbe\x14\xc7\xfb\xae\x48\x4c\xf8\x79\xa6\x35\xf4\xd9\x21\x1d\x4c\x98\xde\x0d\x08\x06\x96\xb5\xa3\x62\x45\x00\x80\x41\xd4\xd5\x0a\x9c\xf6\xb2\x51\x7d\x20\xc2\x8e\xed\x6a\xc5\xea\x00\xce\xc8\x94\x6d\xdd\x04\xa4\x4c\x2d\x43\xc4\xdb\x58\x41\xc5\xbe\xa2\xce\x0e\x0f\x4c\x39\xa2\xc5\xed\x4d\x33\xf2\xaa\x32\x4d\x1c\xe1\xf2\x20\xc9\x04\x6a\xd9\x89\xb4\xd3\x77\xa1\x3a\x33\x7c\x38\xbf\xe7\xf6\xea\xf2\xe6\xea\xee\x8b\xa5\x21\x71\x0e\xd0\xe4\x3c\x24\x1e\xe7\x9b\xab\xef\x2f\x3e\xbc\xbd\x5b\xbc\x99\xdf\x3c\x47\x22\x12\xfd\x74\x40\x26\xd2\x2d\xe1\x8a\x5e\x6a\x55\xca\x9f\x8e\xba\x93\x4d\xa5\x16\x62\x42\x46\xbc\xc3\xee\x1d\x52\x77\xb0\xd1\x36\x2e\xaa\x03\x2d\x25\x54\x28\xbc\xd1\x1c\x0c\x6a\xc0\x28\xbb\xca\xf2\x1c\xea\xd4\x9c\x1b\x97\x8a\x4f\xec\xa4\x82\xfc\x61\x6a\x3c\x92\xa9\xb1\x5a\xd6\x80\x61\xc1\xb5\x74\x6f\x8d\x2d\xac\x50\xdb\xda\x09\x30\x19\x94\x29\x0d\x41\xa7\xae\x33\x25\xfd\x30\x90\x10\xaa\x52\x51\x2f\xde\x1d\x2d\xe2\x73\x96\x21\x92\xe2\x35\x56\xd7\xe4\x1d\x57\xdb\x9f\xac\x7e\xf2\x8f\xee\x0b\xf1\x10\x67\x0a\x15\xd3\xda\x69\xbe\xed\xde\xba\xaf\xfd\x11\x80\x79\xb7\x2b\x29\xc0\xd7\x0d\x9c\x4b\x7e\x21\x69\x21\x10\xb4\xdc\x3b\xc1\x1f\x32\xcc\xd6\xd0\xab\xc6\x3c\x5b\x51\x68\xe7\x3a\x03\x8f\xb8\x40\xee\x9a\x28\xc9\xab\xa2\x94\x86\xcc\xf3\x8b\x8f\xb7\xb1\x42\x6a\x4e\xba\x85\x08\xd8\x1a\xbb\xc0\x5c\x01\x5d\xeb\x9f\x35\x94\x50\x82\xbd\x44\x5f\xe8\x46\x0a\x55\x20\x23\x5e\x9e\x4b\xe3\x77\x06\x8e\x47\xca\x94\x38\x11\x80\x36\xd1\xbf\x4f\xa4\x68\x1a\x4e\xad\x1d\x2f\xfd\x4a\xa4\x60\xcd\xfd\xd4\x57\x06\x09\x89\x88\xcf\xb9\x73\x3a\xf2\xe1\xc7\xee\x22\xca\xe1\xec\xdc\x44\xf5\xec\xf4\x51\x7b\xe9\x0e\x9b\xfb\x75\x2b\x9d\x70\x2b\x8d\xb8\xd7\xc3\x5b\x22\xba\xd7\x56\x80\x3a\x4c\x6a\x1f\xce\x74\x65\xd8\x39\xe4\xd9\xd8\x69\xec\xbc\x75\x3c\x94\xd0\x41\x01\xce\xeb\x77\xd7\x57\x61\x78\x72\x7e\x7d\x77\xf5\xc7\xab\x9b\x5a\xc9\xdd\xdb\x77\x17\xb5\xb2\xb9\xdb\xbb\x9b\x46\xb5\xdc\x77\xef\xde\xbd\xbd\x6a\xc5\x39\xaf\xee\xe6\x3f\xd4\x1a\x7f\xf3\xe1\xe6\xe2\x6e\xfe\xae\xf6\xdc\x77\xf3\xeb\x8b\x9b\xff\x0a\xff\x72\x75\x73\xf3\xee\xa6\xd1\xdf\x87\xcb\xe1\x88\x69\xed\x33\xba\x4d\x71\x1f\x90\x09\x50\x95\x3a\xa7\xf4\xf3\x71\x98\x7b\xa5\x28\x3b\x15\xea\xd1\x96\x0e\x71\xb2\x7d\xae\xa4\xd9\x51\xe5\x3f\x6a\xa1\xf8\x97\x44\x28\x4c\xbb\x2a\x89\x55\x3a\x0d\xf3\x85\x62\xf5\x11\x79\xa7\xbf\x27\xca\xf7\x3f\x82\xd3\x94\x1f\xf6\xdc\x85\x70\x58\xff\x82\x7d\xb8\xdf\xce\x63\x55\xe3\x7c\x0b\xde\xaa\x51\xd6\x9e\xc7\x8a\xc1\x2d\x53\x9d\x14\xe7\x70\x96\xcf\xb5\x59\xbf\x26\x06\x07\x2b\xeb\xf4\xc3\x52\xeb\x87\xd7\x52\xbd\x06\x6d\xa3\x7c\x2d\xaa\x52\xbf\x86\x80\x0b\x26\xa4\x14\xaf\x19\xe8\x9d\x91\xf2\x8b\xd7\xf7\xd9\xa3\x84\xff\x3b\xbf\x2f\x37\xf9\xff\x29\xb6\xf7\x3f\x9d\xad\x73\x73\x66\xdf\x3d\x0b\xdf\x3d\xe3\x77\xcf\xf8\xdd\x33\xfb\x1a\xfe\xdf\x76\x87\x86\xbb\x24\xca\xcd\x58\x65\xaa\x90\xa6\x84\xea\xc4\x27\x93\x95\x9e\x10\x78\x17\xbd\xf8\xe7\x3f\xa3\x73\x23\x9e\x30\x01\xf7\x8d\x28\xc5\x7b\xd4\x1c\xff\xf5\xaf\x17\x51\x51\x6a\xa2\xad\xd8\x0a\xf3\xb9\x92\xa5\xd5\x61\x73\x99\x94\xd1\xff\x8d\x15\x30\xdd\x6c\x76\x8b\x12\x35\x6a\xd4\x2e\xd3\x22\xfa\x0f\x6c\x73\x8e\x28\x18\x69\x61\x5b\xea\xc9\xcd\xc9\x44\xde\xc1\x0d\xd2\x63\x7c\x7d\xce\xdf\xd0\xf3\x13\x24\xce\xe7\xbc\x16\xeb\x77\x00\x94\xc5\xe7\x1c\xe0\x56\x72\x2d\x38\xdc\x13\xb9\xcd\x0b\x12\x90\x06\xd7\x75\x46\x5a\x4e\xc5\x23\x4e\xcc\xa1\x74\x49\xb7\x08\xad\xc4\x36\x59\x8b\xf9\x02\xac\x40\x6f\x61\x02\x00\x4b\x66\x4f\xc8\x2d\xea\xb8\x48\x47\x09\x5f\x0e\xb2\xbf\xd4\x46\xac\x3d\x7d\x28\xd3\x93\xff\xfe\xdb\xd7\xaf\x67\xd1\xba\x80\x7f\x2c\x3f\xc3\x3f\x20\xfe\x70\x2a\x30\x99\xd6\x64\xba\x50\xda\x18\x4f\x6d\xef\xcb\x47\xc9\xb0\xe7\x07\xa4\x6a\x6c\xd3\xef\x2a\x95\xe6\xd2\xe7\x13\xd7\x8c\xdd\x5c\x33\x37\x11\xaa\x3c\x90\xfc\xcb\x70\xc0\x19\x1a\x20\xd1\x52\x26\xc2\x0a\xbe\x56\xdf\x18\x9e\xd6\xab\x52\x2a\xd4\x73\x8c\x07\x04\x16\xa8\x93\x40\x6c\x08\x82\xa9\x40\xb5\xb9\xd9\x02\xef\x66\x06\x0e\xc0\x3b\x44\xa1\x9a\x35\x7f\x02\xe6\x3c\xc4\x94\x02\xc4\x16\x24\xf8\x93\x6c\x89\x63\x1d\x56\x65\xac\xaa\xb3\x15\x2a\x15\x05\xec\xc0\x95\x01\x3f\x96\x89\x44\x7b\xa0\x33\x0c\xe8\x5b\xcb\x5e\xa8\x1d\xf9\x8c\xc3\x99\x40\xc4\xab\x60\xcc\xb3\x60\x10\x78\x27\x20\x57\x68\xf3\xc5\xf3\x58\x39\xd6\x49\x8c\xa6\x31\x8f\xf1\x76\x47\x25\x8e\xcd\x49\xcf\x58\x27\xa2\xe9\x9e\x79\x5e\xaf\xe6\xb3\xc0\x68\x1c\x3a\x4d\x00\x5c\x2b\x24\xdd\x60\x62\x90\x97\xc0\x03\x2a\x4d\xf1\xca\x1e\x43\x80\x73\x2c\x3d\x0c\x58\x56\xf8\xc5\x70\x24\x95\xa4\x07\xda\xe6\x21\x82\x08\x09\x08\x6a\x57\x47\xc7\xea\x52\xc1\xf6\x1f\x95\xaf\x3d\xbe\xd1\x35\x5e\xfa\xd7\x2f\x1a\xeb\x08\x23\xc3\x9d\xbc\xb9\x93\x20\x02\xf0\xc8\x86\x12\x17\x1b\x25\x4e\x4b\x54\x4e\x98\xe1\x20\xb3\x57\x56\x69\x2d\x80\x32\x56\x74\x03\xcf\xa2\x95\x14\xe5\x3d\x84\xc6\x8b\x47\x14\xc6\x78\xdd\x97\x4f\xda\x47\x57\x18\x27\x13\xc2\xe9\xb5\xc6\xbd\xfa\x8f\x8f\x81\xaf\x58\x24\x25\xba\x8e\xfb\x10\x04\x9d\xaa\x02\x93\xd5\x29\x10\x0f\x98\x07\x86\x5d\xf4\x77\x34\x03\xf8\x78\x30\x4d\x98\x89\x1d\xba\x00\xa3\xe6\x38\xf0\x07\x2b\x78\xf0\xeb\xd0\xc1\x1f\x08\x47\xa8\x47\xa2\x68\x3c\x9e\x33\xef\x9d\x0b\xa1\xd2\xc0\xf3\xd2\x77\xa8\x06\x26\x02\x06\x70\x58\xe2\xb2\x7d\x75\x2f\xa0\x44\x21\x0d\x63\x42\xe2\xb7\x22\xa2\xc4\x7d\x66\xd2\xb3\xad\x30\xe5\x8e\xb7\x6f\x9e\x2d\x8d\x30\x3b\x20\x34\x8f\x2e\x8c\xd1\x4f\xa7\x9e\x85\x5e\xd1\x72\x27\x8a\x87\x13\x03\xd4\x00\x20\xd3\x14\x80\x99\x4e\x3c\x99\x5a\xb0\x3c\x95\x8b\xc3\xb0\x6b\xfa\xf0\x77\x3a\xfb\x31\xb2\x34\xbb\x85\xdd\x88\x9b\x6d\xaf\xa4\x18\x95\x76\x35\x5e\xc9\x9d\x06\x8b\x03\xf7\xf3\x08\x58\x9c\xda\xaa\x7e\x3d\xb0\x38\x1d\x88\x37\x6d\x58\x9c\xf9\xf5\xfc\x6e\x7e\xf1\x76\xfe\xdf\x8d\x16\x3f\x5e\xcc\xef\xe6\xd7\x7f\x5c\x7c\xff\xee\x66\x71\x73\x75\xfb\xee\xc3\xcd\xe5\xd5\x70\x9d\x6b\x7b\xf4\x5e\x05\x3f\x8b\xc2\x7e\xbe\x8d\xee\x02\x17\x3c\xa6\x2b\x91\xfe\x4d\x9c\x01\xb0\xab\xec\x61\xce\xd4\x7a\x06\x07\xf5\xdb\xe8\xca\x98\xf9\x46\xac\xe5\xfb\x2a\xcf\x21\x50\x86\xb9\x81\x97\x46\x82\xe1\x39\x8b\xde\xeb\x74\x1e\xbc\x07\x09\xcd\x9d\x9f\x01\xfd\x8b\x34\x35\xb2\x28\xb0\xfb\x19\xf5\x1f\x84\x85\x5c\xb2\x34\x85\x45\xc5\xa3\xc8\x72\x6b\xbf\x7d\x0b\x34\x66\x7a\x45\x84\xb4\x33\x97\x7a\x19\x7d\xae\x74\x29\x22\xf9\x53\x02\xb5\xdd\xdd\xfb\xe4\xad\x5e\x3f\xaf\x0d\xd4\x7d\xa6\xf7\xc3\x61\xf4\x18\x29\x80\x99\xbd\x98\x42\x83\x4f\x5f\xf9\x03\xbe\x4a\xcc\xf7\x9d\xad\x97\x65\x7e\x82\x5a\x93\xb7\x7a\xdd\x8d\xb2\x0a\xda\x35\x41\xc3\x7a\xbe\x4e\xa8\x5c\xd3\xeb\xa8\xc8\xd4\x43\xac\x3e\xde\x4b\x15\xe9\xca\xe0\x9f\xc0\xcc\xb7\x6a\x66\x5e\x15\xf7\x32\x8d\x74\x55\xce\xa2\x27\x19\x6d\xc4\x0e\xd5\x66\xb0\x09\x1c\x4a\x27\x6c\x19\xb8\x45\xec\xdb\x79\xa6\xac\xb4\xd8\x66\x9c\xd9\xd4\x5c\xfa\x53\x58\x5c\x8c\x6c\x20\x8e\x07\x1e\x1a\x57\xbe\xf1\x74\x2f\x21\x73\xdd\x47\xc4\x39\xf4\x43\x92\x1b\xd8\x0b\xb4\x7e\xa8\xb6\x1e\x03\xe5\x05\x03\x0d\xc2\x74\x3f\xea\x2c\x8d\xd2\x6a\x9b\x67\x89\x93\xbb\x4f\xda\xf4\x02\x3d\x61\x0a\xde\x04\xa0\xa7\x46\x62\xe9\xd0\x87\x75\xe4\xf7\x05\x31\xd2\x01\xc8\xa7\x67\x06\xbd\x0a\xd8\xa3\xab\x42\x9a\xb3\xd2\x64\xeb\x35\x28\xe0\x9c\x2d\xfc\xf5\xa3\x62\x79\xd4\x8d\xe3\x13\x63\xc3\xb2\x95\x5c\xaf\xb3\x44\xe4\x61\xda\x8a\xf7\x77\x3b\xd8\x1d\x3e\xf6\xdb\xca\x6c\x75\x01\xd9\x11\x6e\x40\xbd\xe5\xc4\x5b\x23\x01\xf9\x69\x81\x84\xdc\xc7\x13\x85\xcf\x57\x91\x35\xd0\x99\xd1\xd2\xd7\x75\x31\x29\x30\xdf\x70\xbe\x6f\x86\x9d\x46\xee\x32\x05\x29\xd4\xfa\x49\x49\x03\x1a\x2c\x38\xf4\xed\x97\x2a\x0d\xba\x89\x83\xa2\x76\x99\x27\x0c\x73\xbe\x72\x29\x36\x98\x7b\xbf\xce\x1e\xa5\xfa\xf2\x28\x66\x41\x07\x89\x48\xee\xe5\x82\xf5\xf2\x53\x8b\x2c\x77\x01\x4c\x14\x56\x0c\xcf\x19\x8a\xd2\x28\x03\xe4\x88\x04\x4d\x27\x1c\x71\x5b\x76\x21\xec\xf4\xa8\x4b\x09\x80\x4b\xeb\xfe\xb9\xe6\x75\x70\x2c\x06\xb7\x4b\x92\x3b\x54\xfb\x1f\x76\x04\xac\x73\xbd\x84\x1a\xab\x36\x3a\x77\x78\xc3\xf6\x01\xfd\x3e\x4a\x63\xb2\x74\x8a\x64\xe2\x39\x79\xe7\x5e\x1d\x1a\xa0\xe3\x85\x73\x3d\x81\x50\xc8\xd0\x57\xd7\xd0\xdc\x9b\x39\xfc\xfb\xcc\x04\x88\x6d\x14\x2e\xb8\xe1\x14\x09\x46\xd8\x03\xc7\x84\x1e\x20\x1a\x6c\x7f\xcb\x51\x0b\xdd\xae\x0a\xdb\x33\x97\xbe\x90\x6c\x78\x91\x8f\x28\xed\xc1\x3a\x24\x57\xdf\x33\x05\x26\x89\x97\x0e\x03\xcf\x40\xe2\xe8\x16\xb1\x96\x11\x34\x6a\x45\x9b\xf3\x7e\x47\xe1\xae\xa3\xea\xd6\x9f\xe1\x44\x55\xa5\xf6\xde\x4a\xf8\x9e\x39\x80\x87\x84\xb9\x86\x20\x36\xe6\x69\x27\x39\xb7\xbf\x3e\xf8\x68\xf6\xa9\x2a\xc7\x79\x9c\x2e\xa2\xad\x91\xec\xf7\xde\xc9\xd2\x55\x36\xe4\x8c\xc7\x0c\x6e\x5d\xf7\xd5\xf5\xd2\x2e\xae\xde\x70\xe5\xb8\xe0\x84\xd5\x4c\xbb\xbb\xd9\x6a\x25\x15\x65\x07\x28\x1d\x2b\x6a\x9c\x69\x52\x9c\x67\xb8\x96\x84\x39\x23\x83\x1c\x53\x7a\x64\xa1\xf3\x47\x0a\x01\x04\xa8\x7b\x80\xc7\x6d\x07\x78\x69\x75\x1b\xab\xc9\x43\x6c\x8a\x32\xf2\x20\x47\xa1\xc1\x15\x62\xe4\x3a\x2b\x4a\x19\xe6\xad\x86\xef\x9f\x8c\x05\xa0\xa6\xfc\x0f\x4d\x7d\x2f\x0b\xc0\xbe\x5b\xdc\x9e\xda\x09\xe3\xd9\x6d\x65\x3a\x77\xef\x0d\x6f\x86\x5a\xf2\x79\x1a\x08\x89\xda\x2d\x80\x7b\x00\xb5\x97\x02\x8b\x5d\x0b\x87\x97\xe7\x16\xc9\x11\xf9\x33\x48\x37\x2c\xd1\xba\x12\x46\xa8\x52\xca\x22\x56\x14\x38\xc1\xa2\xed\xb0\x2e\x69\x55\xa3\x7d\xf0\x77\x73\xa2\x8b\x12\x6b\x20\xe1\x95\x95\xc8\xf2\xca\xf4\xaa\xcb\xb8\x2b\x0f\x2a\xb8\x18\x9a\xa5\x4b\x68\x36\xea\x5a\x34\x97\x5a\x1d\x9c\x22\x57\x37\xd4\x0c\x7b\xd4\x33\x8f\x7b\x3e\x81\x45\xee\xf8\xf5\x76\xbe\x92\x9e\x6c\xeb\xff\x5f\x2c\xb6\x7a\x82\xc4\x23\x8a\xd3\xce\xc6\x8a\xcf\x2d\x9b\x7e\x20\xfc\xf7\xb9\x0f\x41\x50\x14\x0f\xe0\x39\xdf\x67\x4a\xec\xf7\x0f\xfe\xfe\x77\xfb\xfd\xeb\xbd\xb2\x0b\x76\xed\xbd\x50\x69\x0e\x74\xa8\x65\xe3\x06\x72\x67\x00\x60\xfb\x4b\x16\x8e\xfd\xe9\x86\x90\xbd\xb3\x48\x5a\xa9\x9f\xfb\xe6\xa9\x91\x33\xba\x27\x85\xb0\xd6\x4b\x3d\x93\xb3\x2b\x83\xc8\xdf\xec\x44\x1f\xe1\x0e\x6c\xff\x16\x5c\x65\xeb\xd3\xc3\xe7\x8c\xe5\xd3\x70\x5a\xf6\x0f\x6d\x49\x99\xd0\x51\xa4\xfb\xcb\x51\x68\x1c\x79\x18\x21\xf3\xcb\x0a\xb3\x10\xa4\x28\x56\xc4\x2e\x83\x41\x23\x88\x16\x60\x21\x6e\x11\x7d\xe3\xd2\x81\xbf\xf9\x03\x97\x61\xee\xa2\x15\xcc\x35\xd4\x3a\xeb\x24\xa9\x0c\x44\x74\xc8\xea\x8c\x24\xde\x4d\x53\xb0\xe4\x2e\xf0\x46\x76\x71\x78\x54\x9f\xba\xb4\x07\xe7\x66\xa8\x7d\xd4\x1d\x58\x97\xc8\x93\xe3\xee\x42\xc2\x9d\x35\x45\x19\x15\xa5\xdc\x76\x4a\xa5\x9a\xd2\x55\xbf\x4e\x8e\x82\x0b\xea\x62\xb4\xd9\x0f\x4b\xf6\x83\xd8\xf6\x98\x21\x48\x77\x71\x6c\x8b\xfb\x96\xc1\x15\x71\x35\xef\x4a\xe0\xda\x00\x38\x55\xe2\x09\x69\xcf\x9e\x83\x56\xfb\x22\xf5\xd0\x53\x48\xe3\x1c\xc2\x1e\x45\xf6\x87\x64\x5b\xfd\xd5\xe9\x39\x3a\xbe\x10\x98\xc2\x9c\xd8\xe0\x12\x61\xf1\x42\x24\xbf\x43\x90\x16\x9b\x0b\xc3\x6d\x0d\x2c\xc7\x91\x28\x63\x1e\x18\xf2\xe4\x52\x72\x04\x4a\x5f\xaf\xe4\xdc\x87\x31\xf6\x18\x82\x2a\x82\x02\xe7\x2b\x2c\x46\xf9\x3d\x1c\xb6\xd8\x8f\x75\x64\xcc\xda\x14\xeb\x6c\x14\x84\x68\x63\xb0\x1f\xe8\x76\x4e\xa5\xd2\xa5\x8c\x44\xa4\xb2\xfc\xb5\xaa\xf2\xfc\xf5\xb5\x56\x56\x30\x17\xd9\x1a\xab\x42\xc0\xc7\x8f\x9c\xc6\x9e\x1b\xb7\x16\xdc\x09\x8e\x00\x08\x67\x3b\x24\x8c\x3b\x95\x56\x62\xda\x25\xc8\x77\xb1\xb2\x6f\x10\x3d\x1f\xe4\xa0\x64\xae\x48\x1d\x7b\x63\xb2\x12\xea\x0b\x00\x9b\x76\x61\xe3\x1d\x1b\x6c\x88\xdf\xe3\xa8\xe2\x70\xc8\xa7\x3c\xc2\xee\xbb\x0e\x0a\xe7\xa8\x35\xce\xaa\xc6\xf0\xd6\x52\xe6\x1a\xe9\x8a\xfb\x84\x80\xde\x88\xec\x18\xaf\x6f\x38\x04\x6c\xac\x77\x04\xb1\xba\xe0\x47\x1c\xd9\xa9\x63\xf6\x23\x90\x75\x20\x6a\x72\x36\x87\x0b\x01\xd1\xc7\xf5\x7c\xc4\x54\xe4\xf8\xf6\x2e\x05\x22\x40\x72\x3f\x3a\x7b\x16\x11\x0f\x59\x5f\xe4\x2f\x1a\x77\xa8\x06\xa3\xd6\xdd\x97\x3d\xd9\xcb\x6c\x2e\x39\xb5\x75\xc4\x7e\xfc\x39\x03\xd8\xcf\xc9\xf6\xd2\x49\xed\x02\xcf\xd9\xd6\xe8\x4f\x53\xe9\x5b\x78\xf6\x4e\x11\xdb\xfb\x8c\x68\x6e\x0b\xbd\xe2\x34\xe7\xf1\x77\x7a\x0b\x4f\x6f\x5c\x70\x25\xc4\xd0\x08\x71\xe7\xda\x1b\xa7\xcf\xa2\xd6\x6a\x41\x36\xf7\xb8\xc1\x36\x27\xec\x9d\xfa\x1e\x5f\x7f\xaf\xf3\x2c\x19\x8e\x48\xf1\x75\x05\xe4\x82\x2d\x17\x3f\xd0\x70\x4a\xc4\xce\x11\xec\x08\xc0\x50\x4b\x29\x93\xd2\xfb\x94\xda\x1f\x37\xc5\x7b\xc9\x26\x84\x6b\x05\x20\x8e\x3d\xaf\xac\xbd\x6a\xa0\xcc\x17\x50\x54\x50\xb9\x86\xbc\x4f\x70\x66\x26\x82\x6c\x8e\xda\x40\x40\x5e\x3d\xdd\xeb\x5c\xce\xd0\x69\x05\xe1\x9e\x58\x6d\xa5\x49\xb4\x35\xdc\xa2\x54\x3f\x51\x59\x5c\x96\xa7\x1e\xaa\xec\x25\x44\x9f\x21\x46\xf4\x8a\xf0\x58\xa5\x73\x2a\x3a\x8e\xcc\xfd\xdb\x96\x39\x19\x8e\x53\xde\x4f\x17\x4e\x1a\xda\x05\x1f\x29\xc8\x83\x53\x41\xb4\x76\x0d\xf7\x90\x9d\xf4\xda\x78\xa6\xad\xb0\x74\x28\x54\x70\xe9\x20\xa1\x6a\xd9\x58\x57\xc2\x2b\x68\x4e\x25\x94\xbe\x63\xe6\x22\x46\x0c\xac\xd1\x08\x59\x03\x02\x55\x13\x5f\x88\x4a\x8b\x1a\x2b\xef\x10\x7b\x51\x84\x6a\x4a\xe7\x3a\x63\x65\x37\x07\xac\x66\xd1\x8b\xda\x87\xbe\x80\xd2\x68\xa5\xa1\x3f\x72\x5a\xd4\xa6\x06\xb6\xeb\x2c\xca\xca\x58\x65\x05\xee\x4c\x23\x73\xf9\x68\x47\x47\x67\x27\xf0\xb5\x4b\x02\xc9\x73\x9f\x0d\x39\x0f\x82\x53\xe5\x1d\x95\x07\x14\x21\x99\xb0\xc4\x56\x40\xc2\x1c\x70\x1d\x56\x0a\x40\xa8\xe4\x4f\x48\x28\x69\x8d\x5f\xf4\xf7\xa7\x52\xf1\xf8\x20\x0c\x80\x68\xe1\xb1\x9a\xaf\x20\x5f\x19\xb2\xa4\x53\x88\x6e\x0a\x07\x4b\xe4\xea\x9d\x32\x4a\xdf\xd4\x94\xee\xed\x98\xe2\x10\x4e\x18\x4f\x92\xb4\x66\x77\x09\xc4\xe2\x30\xaf\x4a\x8a\xf2\x3e\xca\xca\x19\x14\xaa\xb1\xe0\x88\x95\x48\x89\x8d\x81\x9a\xb3\x53\x03\xfb\x7e\x60\x9d\xe9\xf7\xa5\x7e\x1c\xd2\xf3\x8e\x0d\xf3\xe1\xa9\xde\xe6\x42\x2d\x50\xa0\xfe\x0c\x81\xbe\x00\xe9\xb9\xcf\xb7\x55\x2d\x17\x8e\x79\xf1\x24\xe3\x74\xda\xcf\x4d\x0d\x7f\xdd\xaa\x75\xdc\xd1\x0c\x37\x83\x07\xd7\x60\x6d\xdd\x95\x00\x90\x3b\xd9\x44\xec\x72\x1b\x2f\x05\x7c\x0c\x50\x34\x5c\xcf\xbc\x5b\xf7\x05\x01\x79\x07\x7c\xad\x01\xa9\x31\x2b\xdf\xb8\x43\x9a\xcb\x3e\x3d\x16\xd2\x52\x98\x0e\x8a\x87\xec\x19\xd6\xf3\xc6\x44\x7a\xdd\x0a\xed\xd8\xc8\x47\x47\x53\xed\xfc\xcc\x98\xe8\x23\xa3\x42\x5b\x5b\x87\xbd\x1e\xdd\x48\xde\xa1\x59\xa2\x3b\x82\xe9\xa7\xac\x37\xae\xf3\xfd\x8d\xae\x13\x40\xbe\xec\x68\xae\x22\xf6\x5e\xcc\xa2\xf8\xb7\xb8\xb3\x8a\xf8\xb7\x94\xba\x4e\x80\xf0\x4c\xc6\x4d\xe7\x27\x75\x54\xdc\x35\xef\x3b\x66\xb8\xf8\x03\x47\x24\xd1\x93\x3c\x7c\xa7\x9c\x99\xa9\x2c\xd8\x41\x11\x05\x26\xc1\x2d\xb1\x01\xba\x26\xd1\x0e\xdd\x31\x45\x36\x90\x96\x98\x2a\x29\xfd\x07\x3b\x52\xe1\xef\xf8\x45\x3b\x45\xdb\x8a\x6e\x54\x47\xe2\xab\x4d\xac\xb8\x35\xf2\xd1\x11\x97\x76\xb3\xa9\x36\x99\x76\xb0\x57\xc1\x6f\xcd\x70\x91\x80\x42\xea\xeb\xc0\x9b\x72\x00\xfc\xe0\x4b\xe9\xa9\x2c\xce\x23\x4f\xe7\x0e\xaa\xc7\x00\x73\x74\x9e\x33\x6d\x32\x6a\x6d\x41\x32\x4e\x51\x41\x81\xf5\xaa\xb2\xe2\x28\xa8\x42\x8f\x15\x50\x88\xaf\x32\x48\xf5\xa0\x79\x89\xd5\x0f\xba\xe0\xda\x8f\xc2\xcf\x07\xa7\x0d\xd0\xb4\xbd\x70\xa8\x99\xf4\x87\x37\x70\x6d\xaf\x30\x80\xdd\xa0\x51\x81\x2c\x2c\x2a\xe0\xda\xe9\xca\xf8\x8f\x4a\x84\x8a\xd5\xdf\xed\xf4\x30\x33\x36\x2d\xab\x5e\xe1\x21\x66\xda\x99\xe8\xe5\x27\x6c\xf4\xe5\x1f\x5e\x7d\x7a\x85\x35\x58\x55\x01\x40\xc5\xb3\xfa\x15\xe2\x00\x49\xaa\x3c\x87\x4c\x65\xfe\x02\x57\x3a\xe5\xbb\x18\x24\xc5\x24\x2b\x67\x22\x81\xf0\x5e\xea\x60\xef\x8d\xbd\x88\x12\x51\x26\xf7\x67\xac\xcd\x85\x6c\xe1\x19\xd3\x96\x13\x62\xa9\xd5\xb5\xba\x31\x39\xac\x05\x66\x36\x8e\x08\xa4\xb6\x5f\xec\x27\x40\x2c\xe5\xae\xb6\x2b\x43\xba\x1d\xdc\x9c\x9e\x83\xc3\x6b\x7a\xee\x71\x86\x21\xf5\x2e\x54\x72\x1b\x2b\xb1\x91\x69\x14\x23\x6a\x5f\xfc\x5b\x5e\xfe\x58\x6d\x97\xe7\xf9\x6e\x55\x52\x49\xb2\x9d\x96\x73\x80\xea\xdb\x73\xd3\x2d\xd2\xb6\xa9\xb4\x67\xba\x7b\x8d\xad\x6e\x7d\xc7\xcd\x8e\xeb\x69\xbc\xd2\x82\x6e\x1f\x37\x3f\xb7\xf5\xb8\x50\x1d\xd3\x05\x08\x96\x89\x0e\xda\x2a\xb9\x81\x62\xe5\xcf\x27\x32\x6d\x42\xbd\x6f\x96\x20\xe4\xb6\x12\xf9\x0e\x12\x86\x66\xb1\xc2\xe2\x68\xc0\x47\xd8\x25\x79\x96\x10\xb5\x73\x5d\x17\x92\x8f\x52\x95\x57\x54\x0d\xc4\x99\x49\x73\xb5\xd2\xc7\x28\x44\xae\xba\xe8\x28\xfa\xa2\x79\x5d\xe3\x11\xbe\x6c\xca\x3b\x1d\x13\x23\x21\x63\x67\xb9\x0b\x32\x19\xdc\x16\x9f\x11\xf8\x27\xd4\x8f\x47\x7f\xa9\x96\x3a\xe7\x02\xfc\xf9\x9b\x48\x1b\x40\x35\x2a\x35\xfd\x29\x4b\xfb\xee\xb1\x4c\xa5\xf2\xa7\xa3\xaa\x60\x86\xaf\x24\x56\xf1\x6c\x37\x01\x78\x4e\xf3\x63\xe1\x1c\x19\x69\xaf\x8b\x92\xad\xb8\xd6\x53\x45\x33\xac\x7a\x91\x97\xf7\x10\xeb\xc4\x2c\x1b\x3f\xa9\x1b\xb1\x8b\x92\x7b\xa1\xd6\x81\x19\x6d\xa7\xcf\xc8\xad\x36\x88\x32\xfb\x08\xe5\xe6\xda\x70\x96\x31\xe5\xce\x52\xaa\x8f\xf3\x01\x63\x84\x5d\x73\x82\xac\x58\xaf\x8d\x5c\x43\xe1\x47\x8d\x9c\x10\x25\xa8\x03\x1e\xc2\x7e\x86\x92\xa7\x4f\x53\x81\xd4\x67\xb9\x94\x66\xe7\x52\x4f\x09\xa2\xd9\x4d\x5d\x6b\x5a\x67\x51\x26\xcf\x67\xd1\xef\x7c\x56\x81\x4c\xb4\x72\xb9\xab\xdd\xdf\xb0\x6d\x78\x6b\xf7\xc8\xa2\x8e\x52\xa5\xee\xb1\xc3\x6f\x2d\xa0\xe7\xce\x4d\x33\xd5\x79\xc6\xf1\x6e\xca\x64\x29\x9a\x0a\x7e\xc7\x7e\x73\x64\x5b\xda\xa0\x9e\x08\xa4\x5b\xbe\xa8\xa3\x76\x24\xbb\xc4\x4f\xad\x32\x0d\x08\x04\xbe\x94\x35\xd6\x57\x13\xd7\x3d\xed\x1f\x7a\x2c\x31\xbe\x09\x1b\x8e\xfc\xd6\x6e\xc0\x79\x32\x87\x32\x34\x23\xd0\x17\xbb\xd3\xb4\xc9\xd6\x99\x12\xa5\x36\xd1\xcb\xf7\x8c\x8e\xf3\xca\x21\xba\xc1\x2c\x9e\x62\x53\x76\xd0\xca\x77\xeb\xfa\x90\x32\x21\xd3\xc5\xb4\xca\xe2\x2e\x02\x9c\xbd\x29\x41\xf6\xa9\xa2\x14\x9b\x6d\x08\x8a\xe1\x70\xd9\x69\x66\x72\x9c\x84\x88\x07\x06\x5e\xa5\xac\xf0\x69\x9e\xb1\x22\x5f\x2c\xae\x9b\x36\x1d\xcc\x6e\xcd\xaf\x04\xbd\x65\x71\x60\xa1\x17\xea\x8d\x23\xde\x1e\x8c\x61\xdd\xbc\x65\x17\xb5\xd7\x43\x6b\x8a\x1d\x7c\x28\xd6\xe8\x17\x70\x47\xa0\x49\xe1\xc4\xb0\x95\xc9\x5c\xcf\x72\x99\xeb\x2a\x8d\xe8\x7e\xa1\x78\x98\x39\x47\x59\x07\xa0\x19\xe7\xe7\x7d\x15\xc4\x13\x91\x96\xdd\xf9\x86\xf7\xba\x77\x38\xfc\xd6\x59\x2f\xb6\xe7\x68\xd1\xcc\x4e\xf3\x76\x50\x28\xf8\x07\xb1\x1d\xae\x4a\x12\x6c\xa9\x61\x0e\x61\xc8\x2d\xd8\x71\xf6\x7b\xa6\xcb\xf9\xdf\xa0\x82\x77\x9a\x6b\x86\x91\xb4\x61\x3f\x87\xae\xcb\x0e\x8c\x91\x66\x9e\xde\xb1\xdd\x71\xb2\xfc\x70\x57\x5b\x61\xa4\x2a\x17\xd0\xe3\xb4\xce\xa0\x93\xf7\xf0\x7a\xed\xfa\x1b\xe5\x82\xfa\xeb\x9d\x46\xcf\x22\x97\xeb\xfc\x2d\xba\x25\x5b\xba\x60\x56\x0e\x7b\xfb\xbc\xcc\x20\xf8\x1f\x44\x61\xdc\xc2\xf5\x2c\x17\x7d\xd0\x01\xb3\x17\x7c\x50\x4d\x74\x8e\xfa\x20\x3f\x7a\x44\xbb\xb4\xad\x90\x5b\x81\x92\xb4\xad\x28\xe3\xbf\xf9\x3d\x87\x85\x0f\x3e\x1e\x18\x89\x32\xb2\xeb\x97\x47\xff\x90\x46\xfb\x02\x79\x62\xfa\x0b\x1a\x1e\xd4\xbe\x0e\xc7\x95\x46\xed\x0a\x11\x8d\x43\x48\x4f\xf8\x0b\x55\x44\xa1\x1d\xb3\xdc\xb1\x72\xd9\xe3\xbc\xde\xca\x64\x71\x00\x17\xaa\xaf\x40\xf2\xd7\x75\x20\xdf\xd9\xd5\xe2\x2e\x0b\x3e\xa0\xaf\xc1\x4a\x22\xcc\x81\x8d\xd8\x52\xa2\x0d\x50\x22\xae\xa2\xa6\xdb\xf8\x1c\x3e\xe2\xaf\xff\xf9\xb7\xf3\x3e\x44\x7a\x18\xfa\xc1\x8c\xf7\xdf\x9b\x4c\xaa\x14\xc2\x40\x22\xf5\x8c\xaa\x21\x61\xea\x3e\x68\x83\xbd\x1b\xf2\x08\x5d\xeb\x98\x75\x69\x6b\x53\x0e\xe4\xd5\x6f\xf1\x2c\x0d\xe9\x84\xdc\x06\xf7\x90\x10\x6e\x65\xc0\x49\xd0\xa3\xcf\x9d\xd3\x38\x3b\x7a\x98\x30\x7b\xdd\xf2\xe9\x0b\x69\xaa\x7d\xe0\x14\x63\x86\xcf\x66\xfd\x7b\xad\xf3\x63\x4d\x7b\x91\x33\xb4\xd6\x02\xd0\x2a\x8f\xd1\x64\x70\x03\x38\xf3\x76\xfe\xc6\xb9\x99\x1d\xda\x03\x19\x63\x0e\x2b\x1a\x62\xa0\x34\x04\x88\x3c\x22\x1d\x7b\x7f\xb6\x50\xb1\xed\x88\x34\x4c\xcc\x7a\x82\x36\x30\x44\xe9\xb8\x9e\x5a\xbe\x86\x20\x53\x5b\xf8\x31\x42\x45\x6c\x63\x84\x93\xec\x30\xc4\x96\x6c\x74\xe5\x6c\xb2\xb0\x72\xde\xcd\x63\xd0\x37\xcf\x27\x22\x5a\x5b\xa3\x8e\x2e\x90\x58\x05\x97\x05\xd6\x8c\x71\x5a\x99\x9b\xb5\x2e\x53\xad\xb6\x0d\x8f\x36\xd5\x8e\x81\x47\x19\xf4\x1c\xbd\x09\x91\x4b\x21\x00\x92\xe8\xcd\xd2\x9a\x4b\x88\x38\x4e\xd6\x32\xdc\x72\x17\x5c\x7d\xea\x3c\x1b\x7c\x5b\x21\xfc\x55\x63\xee\x5d\x4a\x57\x58\xc8\x1b\x8a\xac\x7d\x9a\x60\xa8\x5a\x9c\x16\xc9\xa5\x5b\xce\x5e\x34\xbf\x00\x78\xff\x9e\xc4\xae\x00\x98\x57\x6b\xb7\xaf\x56\x9e\x28\x3b\xb4\x23\x9c\x25\xe9\x2a\x9b\x09\x33\xbd\x22\xf4\x67\xfa\x96\x0c\xab\x13\x64\xce\x80\xb6\xbe\xea\xeb\x45\xd1\x3d\x39\x3f\x8f\xd3\xc7\x0c\x3a\x7d\xd0\xeb\xfa\xef\xe1\xe7\x19\xb0\xef\x8f\x74\x33\x04\xd7\xa4\xd1\x09\x11\x94\x95\x11\xa0\xbf\xa3\x38\xb6\x7d\xcf\xa2\x8d\xc8\x14\x1d\x83\xd2\x58\x01\x99\xca\x65\xb5\x5e\xf7\x5a\xbf\xb9\x5e\x3f\x6b\x24\x90\x01\x5c\x82\xe7\x7b\x2a\x53\xf2\x21\x50\x92\x7d\x96\xe6\x2f\xc7\xcd\x31\x58\xb7\x78\x0a\x47\xc5\x9c\x7b\xc2\x68\xcf\x2a\xcb\xe5\x97\xf1\x4d\x9c\xc8\xd1\x32\x1f\xe3\x68\xe1\x70\x21\xa4\x31\x13\x36\x1d\x07\x74\x7e\xf5\xc0\x7c\x19\x0f\x4c\xa7\x8b\xb9\x39\x42\x2c\x3e\x5b\x64\x75\x05\x78\x60\x84\x07\xd6\x98\x3a\x30\x02\x18\x15\x01\x9c\x17\x52\xa5\x05\x50\x04\x9e\xbe\xe8\x14\x6e\x9f\xe3\x6b\x31\xf7\x44\xa9\x6e\xf5\x46\x46\xd0\x55\x81\xa0\x5f\x11\x65\x8a\xcf\x20\x01\xc2\x7e\xa0\x0f\xed\x50\xe0\x08\xae\x2b\x0c\x31\xa5\x5e\x69\x7d\xa9\xe4\x53\x64\x6f\x83\x59\x18\x11\x0e\x96\x07\xd0\x20\x5f\x11\x43\x91\x4f\x20\x33\x32\xd1\x26\x05\xd4\x9d\xb5\x30\x29\xa4\x2d\xd2\x91\xcc\x45\xf2\x00\x34\xfc\x70\x61\x62\x8f\x14\xb5\x66\x60\x1a\xcc\xa4\xf0\xad\x65\x2a\x41\xb6\x18\xa6\xf4\x74\xe3\xc3\xd7\x8b\x48\x24\x46\x17\xe8\x89\x61\xf6\x75\xa2\xfd\x0e\x98\x8f\xa1\xc7\x5e\x27\x8a\x28\x8e\x02\xda\xb9\x08\xf0\x0e\xe5\x4f\xdb\x5c\xa8\xfa\x99\xc4\xcf\x2d\x8d\x00\xd6\xa2\xde\x9d\xef\x0a\x76\xbf\x28\xf0\x40\xc8\x3a\xe2\x8f\x15\x6a\x9f\x46\x8a\x74\x17\x96\x35\x66\x8a\xa8\x04\x44\xba\xc9\x94\x5d\x7a\x86\xb3\x75\xf2\x15\x9a\x4e\x44\x8e\xb9\x1b\x80\xfa\x96\xe7\x8d\xa3\x5f\x44\x4a\x5a\x95\x45\x98\x2c\xdf\x81\x96\xba\x35\xf2\x2c\xe8\x27\x38\xdf\x94\x3c\x9a\x15\xb1\xc2\xb1\x17\xf6\x85\x55\x95\xa3\x2e\x0b\xd6\x9e\xfb\x00\x3a\x87\x1f\xe6\x33\x7b\x8d\x95\x84\xb5\x14\x74\x8c\x08\xa6\xa7\x48\xc4\x6b\xdb\x59\xa3\x5c\x87\xbe\xdc\xd6\x40\x96\xd0\xbd\x7e\xe2\x6c\xe1\x27\xe1\x93\x41\xa6\x18\xa2\xef\x49\x76\xb1\x91\x19\xa4\x8e\x80\xca\x51\xe3\xe1\x04\xe8\x56\xa8\x58\x05\xe1\xf0\x9e\xe8\x3e\xff\x94\x3d\xca\x59\x74\xbb\x15\xe6\x61\x16\xbd\xd9\x29\xb1\xc9\x92\x3f\xeb\xe5\x5e\xdb\xf2\x14\xfe\x15\xa7\x02\x4d\xf6\xbf\x75\x7a\x2a\x66\x01\x42\x48\xe0\x85\x6b\x7b\x02\x38\x08\x0a\x90\xaf\x48\x9e\xb3\x0f\x86\xb5\x17\x46\xe6\x54\x1a\x72\x7f\x9e\x47\xaf\xbe\xdc\x94\x00\x5e\x56\x53\x2a\x7d\x57\x30\xd8\xca\x48\xa8\x00\xb0\x1f\x7e\x06\xb7\x9e\x36\xd1\x36\x17\xa5\xdd\x2b\xcc\xa0\x8d\xbb\x02\x13\x32\x50\xda\x37\x0a\x24\xc6\x5e\xea\xdc\xf1\x62\xab\x75\xde\x79\xb7\x9f\x74\x02\x5b\x9e\xb4\xb1\x93\x37\xc7\xc4\xd2\x22\xbc\xf1\x78\x16\xbd\x57\xc6\xfb\x70\x02\x0a\x32\xd8\x4d\x69\x65\x90\xf6\x97\xa7\x23\x44\xc5\xb5\xe6\x01\xa6\xc1\xe0\x25\xc7\x20\xea\x82\xb5\x0f\x64\x24\x07\xf7\x54\x98\x7e\xd1\xf2\x17\x15\xed\x7e\x7a\x54\x0e\x68\x77\x91\x75\x55\x47\x4e\x3d\x5c\x77\xf7\x9d\x4e\x60\x1c\x39\x3b\xb0\x38\x15\x71\x1f\xfa\x01\x57\x5e\x2c\x92\x5c\x14\x23\xd3\xc0\x3a\xe5\xce\x9c\x1a\xba\x84\x76\xc6\xcb\xcc\x3f\x81\xbf\x6e\x33\x52\x18\xc7\xea\xc2\x55\xff\xfb\x6b\xdc\xa9\x1e\x28\x66\x51\xe9\x6a\x2d\x0d\xe6\x37\x7a\xa8\x88\x59\x54\x54\xc9\x3d\x64\x70\xd6\xe5\x54\x28\xb7\xda\x27\x76\x16\x2b\x7b\x11\x22\x78\xa6\x80\x98\xcd\x13\xe0\xac\x65\xff\x90\xee\xa6\xa5\x34\xa1\xf0\x72\x5d\x0a\xbb\x34\xc4\x9a\xd7\x54\x44\x38\x99\x56\x98\x07\x99\x06\x6e\xa4\x6a\x6b\xcd\xdf\xf3\xd8\x4d\x33\xee\x5f\xcf\x25\x4f\x9a\x4d\x11\x7e\x58\xa8\x88\x35\x24\x6d\x9e\xad\x64\xb2\x4b\x5a\xc5\xe2\xb5\x48\xe9\xe9\xfc\x95\x87\xb9\xeb\x86\x8a\x8a\xbb\xad\xb0\x8f\xad\x22\xb8\xa8\x2f\xbc\xf4\xef\x99\x54\xd2\x53\xd7\xfa\x4b\xf7\xb8\xec\xa9\x8c\xf8\x35\x3f\xe4\x17\xe9\x9d\x18\x57\xd2\x5a\x93\x5f\x9c\x82\x01\xd6\x10\x69\xcd\x9d\x89\x1f\x5f\x57\xd5\x52\x96\x86\xe7\xa6\x04\x58\x87\x9e\x20\xef\x9e\xa3\x40\xb5\x61\xa9\xab\x5b\x9b\x02\xa8\x85\xaf\xf2\x7c\x5d\xe6\xba\xa8\xcc\xf0\xe1\xbf\xa9\x8f\x9a\x7b\xf7\x5f\x53\x03\x3a\x93\x9b\xa5\x84\x92\xc4\x14\x57\xa6\xf3\x63\xf6\x29\x0a\xd6\x5e\x6a\xbe\x4f\x29\x11\x4f\x32\x4a\xc4\x16\x52\xc3\xbb\xa1\x90\x5b\xef\x05\xf6\x35\xdc\xbc\x6b\x19\x6a\x01\x8d\xcb\xb1\xb6\xb9\x6a\xb1\xa4\xaf\x2a\xed\xb2\xd3\x06\x6b\x40\x29\xd4\x5c\x31\xa3\xa2\x6f\xa7\xf0\x6c\xbf\x17\xe5\x3d\x3a\x09\x80\x4a\x10\x23\xb1\xa5\x55\xa0\x10\xa8\x1e\xdd\xdd\xcb\x5c\x2f\x01\xdd\x1c\xc8\xc7\xfa\xf6\x39\x6d\xce\x51\x53\xd7\x5e\xb0\x31\x7b\xdb\x9e\x07\x28\x03\x31\xb2\x80\x7a\xe0\x76\x3c\x69\x6c\x12\xdb\x34\x47\x46\x7b\xb8\x56\x6c\xbd\x69\x39\x32\xda\x88\x61\x56\xaa\x43\x46\xd3\x55\x87\x58\xdf\x77\xb0\xae\xc2\x42\x0a\x01\x04\xcf\xa5\xc8\x72\x0e\x73\x17\x99\x5a\xe7\xb2\xf1\xbd\x4c\x1f\x11\xab\x0b\xfc\xa5\x46\xb6\xe6\x90\x31\x5d\xd2\x10\x21\x85\xbb\xf3\x87\x95\x15\xd1\x05\x57\x4a\x43\x45\xae\xa0\x80\xa2\xb3\xb8\xc0\x3d\x32\x83\x42\x06\x55\x66\xc6\xea\xd3\x05\xa8\x0b\x45\xb5\x3c\xf3\x75\xb3\xda\x80\x82\x01\x65\xd5\x5b\x61\x80\x86\xe1\x3e\xcb\xd3\xb3\x8e\x8b\x04\x7d\x9c\x1e\xe1\x8e\xe1\x56\x44\x4e\xe2\x0b\xec\x42\x2c\xdb\x72\xdf\xee\xda\xb1\xea\xbd\x14\xc9\xbd\x2b\x19\x42\x71\x3d\x24\x2f\x6a\xc6\xd2\xcf\x9d\xfc\x32\x22\xbb\xa4\x07\x19\xf9\x97\x2f\x27\x6a\x73\x36\x46\x4e\xdc\xd5\x4d\x2b\x3e\x35\xd6\x38\x24\xc9\xd1\x37\x55\xc5\x02\x43\xfc\x5f\x00\x57\xc2\x7b\x86\x8a\xad\x78\x52\x54\xad\x3a\x8c\x7f\x75\x90\x7c\xe8\xa6\x97\xb1\xf2\xa1\x95\xf6\xe3\x25\x85\x22\xe4\x87\x32\x73\x30\xc2\xb3\x80\x3c\x40\xe4\x79\x08\x3b\xe7\x5d\x41\xb1\xf2\x0e\x03\x7b\xfd\xe7\xb9\xfd\x67\xd2\x14\xdc\x54\x9d\x9c\x22\xc3\xe3\x8c\x4b\x2b\x09\x96\x84\x42\x14\x67\x68\x98\x7b\xf3\x79\xdf\x69\x3e\x95\x3e\x49\x80\xf2\xa5\x28\xab\x09\xf5\x77\x97\xa2\x14\xb9\x5e\x5f\xda\x97\x6f\xf1\xdd\xc1\xcb\x0c\xf5\x22\xa6\x1e\xb3\xcf\x43\xf2\x9f\x48\xee\x89\x15\xb5\x91\x32\xd6\x77\x9e\xb0\xdb\xc5\x83\xdc\x4d\x1e\x6b\xb7\x3b\x3e\x60\x7f\x85\xc3\xcc\xc5\x7d\x89\x30\x86\x13\x7a\xa9\xd7\x48\x98\x32\x5b\x89\xa4\xe6\x41\x1f\x05\x36\x55\xbb\x21\xb1\xc5\x02\x42\xcf\x9c\x96\xe6\xd1\x0f\x44\xe4\x70\xec\xfb\xd7\xff\xd4\x36\x85\xf4\x42\xfa\x19\xfc\x23\xc3\x8e\x43\x3c\xbe\xed\x3b\xb2\xe6\x59\x16\xad\xa4\xe7\x91\x93\x2d\xa2\x1a\x66\x48\xe7\x94\x02\x1a\x2c\xd0\x98\x1d\x33\x87\x07\x16\x97\x4c\xe4\xf6\x84\x61\x02\xca\xe4\x78\xc9\xd9\xc2\x9b\x26\xce\x36\x30\x39\x52\x02\x5e\x28\x9b\x95\xc2\x30\x85\x98\xe2\xfd\x28\x53\x5f\x45\x1d\x40\xe9\x30\x87\xe0\x46\xa6\x59\xd5\x44\x31\xad\x95\x23\xfc\x6a\x0b\xff\xef\xb3\x85\x21\xb5\xe0\x39\x0d\xe1\xee\x42\x97\x5f\xaf\xc2\xaf\xe0\x2a\xac\x87\xfa\xa4\x79\xc4\xd4\xf3\x29\x53\x4b\x43\xbd\xf1\xaf\x1f\x37\xb9\x32\x0a\x46\x52\x8c\x9f\x67\xda\xab\x13\x4f\xf1\x68\xe9\x37\x1c\x7d\xf4\xca\x82\xd7\xa0\xdd\xbd\x28\xda\xe7\x28\x74\x41\x95\xe1\x1a\x5a\xc3\x65\xb4\xfb\xb2\xbf\x60\xed\xab\x0a\xc2\x8c\x51\x06\xac\x88\x72\x61\x99\x6b\x16\x4d\xcc\x3f\x3b\x20\xa2\x02\x68\x2a\x51\xbe\x28\xdc\xac\xd7\x45\x11\xe7\x9a\xbd\xcd\x8a\xf2\x47\x91\x57\x47\xe1\x51\x41\x4d\xcc\xb3\x65\x12\xf0\x50\x71\x98\xc1\x1b\x83\x01\xf0\x9b\x7a\x88\xda\xea\x05\xb8\xe7\x00\xb7\x82\x91\x9f\xed\xb8\xa7\x5c\x1c\x9f\xdc\x7c\x7d\x42\x9d\xf7\xc9\x88\xed\x56\x1a\x8e\xbb\xb6\x42\xe3\x00\xa3\x0c\xbd\xc4\x0a\x7d\x27\x7f\xbe\x7d\x77\xdd\xbc\xdb\xec\x99\x6e\x34\x0d\x8f\xc1\xd4\x9d\x77\xaf\xdc\x75\x95\xe7\xbd\x2b\xb7\x1f\x9d\xf5\xfa\xc3\xdb\xb7\x8b\x1f\x2f\xde\x7e\xb8\x1a\x44\x3b\x0d\x1e\xeb\x9d\x13\x37\x12\x9a\x13\xb4\x68\x4b\xb0\x62\xab\x8d\x34\x5c\x96\xe2\xbf\x1a\x0d\x87\x2a\xcf\xeb\x48\xb8\xb1\xfa\x44\xed\x40\x82\x54\xa5\xd0\xe3\x14\xab\x68\x70\xe2\xea\xfd\xc3\x63\x9f\x6c\xe3\x9f\xf0\xdd\xb3\xc8\x7f\xc4\xb7\xd1\xb5\xeb\xb5\x67\x5e\x29\xfb\xf2\x88\xe3\x80\x80\xbc\x7d\xc7\xe1\xd4\x58\xdf\x87\x1d\x8f\x0f\x8a\x39\xbd\x09\xa2\xfb\x24\xa7\x03\xe7\xee\x53\xdd\x9b\xe9\x64\x79\x8a\xaa\x39\xb4\x3b\x43\x84\xe6\xa2\xa4\xda\x4c\x9c\xb3\x58\xa1\x5d\x69\xc7\x54\xea\xfe\x31\x45\x73\xca\x46\xc8\x85\x5a\x57\x62\x2d\x8b\x59\xc4\x9d\xc7\x0a\x99\xed\x97\x92\x29\xf0\x9c\x25\x26\xca\xec\x51\x36\xb6\x10\x26\x92\x11\x64\xcb\x2c\xca\x54\xac\xe8\x9b\xd4\xda\x37\x8f\x39\x66\x7f\xbe\x75\x9f\x03\xb4\xf3\xdc\x10\x81\x4c\xab\x58\xe1\xe2\x22\x4a\x26\xbb\x79\x40\x71\x05\x3a\xf2\xda\xd6\x15\x46\x32\xae\x3d\xc8\xf4\x35\x38\x9c\x90\xcc\x9f\xab\x21\xac\xa4\x0f\x68\xfc\x30\xf3\x14\x87\xb4\x5f\x9e\xf0\x62\xf0\x99\xa0\xb1\x75\xef\xfa\xa3\xef\x00\x7b\xe0\x16\x8f\x8d\x56\x46\x6c\x5b\x2f\xc6\x46\xda\x08\x22\x10\x1c\x7d\x75\x78\x50\x67\xd3\x3d\x1a\xfe\x2e\x7c\xa6\x37\x84\xaf\xab\x65\x3e\x61\x48\xf8\xfc\xe0\xa0\x50\x24\x0f\x0f\x6a\x84\x8f\xf7\xa6\x71\xb4\xec\x36\x1d\xea\x76\xa9\x75\xcf\xba\x9c\xd0\x5b\x5a\x1b\x14\xbd\xb0\x6f\x32\xaa\xa4\x3c\x64\xbf\x8c\x48\x8e\x6f\x4e\x11\x4b\x9f\xa1\x01\xe5\x59\x71\xd0\x70\xbc\xfe\x34\x7a\x44\x4e\x43\xa0\xcb\x6e\x92\x84\xa5\x7b\xae\x26\x60\x7b\xc4\x24\xf9\xe8\x28\x42\x23\x33\x14\x2f\x0a\x08\xb3\x05\xd5\xa2\xcd\xdc\x26\x9a\xf9\x95\x9b\xc1\x20\x93\xca\x14\x56\x5c\x92\xbc\x23\xa9\xad\x4d\x24\x62\xc5\x90\x86\x2c\x8e\x2f\x38\x09\xc1\xb8\xbf\x62\xc1\xc1\x16\x01\xc1\x40\x63\x2d\x23\xad\x24\x4b\xc3\x58\x01\x97\x84\x02\x6f\xf2\xb2\x00\x44\x57\x62\x4c\xa0\x1f\x02\xc2\x54\xa1\x90\x5d\x7b\xbf\xcc\x6b\xa8\x01\xb5\x7b\xfe\x37\xf6\x7f\xff\xfa\xcd\xff\x04\x00\x00\xff\xff\x9d\x7d\x4b\xc2\x73\x01\x04\x00") func adminSwaggerJsonBytes() ([]byte, error) { return bindataRead( @@ -93,7 +93,7 @@ func adminSwaggerJson() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "admin.swagger.json", size: 261794, mode: os.FileMode(420), modTime: time.Unix(1562572800, 0)} + info := bindataFileInfo{name: "admin.swagger.json", size: 262515, 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/event/Event.java b/flyteidl/gen/pb-java/flyteidl/event/Event.java index 8273c42166..f2b8dc817c 100644 --- a/flyteidl/gen/pb-java/flyteidl/event/Event.java +++ b/flyteidl/gen/pb-java/flyteidl/event/Event.java @@ -13771,6 +13771,43 @@ public interface ExternalResourceInfoOrBuilder extends */ com.google.protobuf.ByteString getExternalIdBytes(); + + /** + *
+     * A unique index for the external resource with respect to all external resources for this task. Although the
+     * identifier may change between task reporting events or retries, this will remain the same to enable aggregating
+     * information from multiple reports.
+     * 
+ * + * uint32 index = 2; + */ + int getIndex(); + + /** + *
+     * Retry attempt number for this external resource, ie., 2 for the second attempt
+     * 
+ * + * uint32 retry_attempt = 3; + */ + int getRetryAttempt(); + + /** + *
+     * Phase associated with the external resource
+     * 
+ * + * .flyteidl.core.TaskExecution.Phase phase = 4; + */ + int getPhaseValue(); + /** + *
+     * Phase associated with the external resource
+     * 
+ * + * .flyteidl.core.TaskExecution.Phase phase = 4; + */ + flyteidl.core.Execution.TaskExecution.Phase getPhase(); } /** *
@@ -13790,6 +13827,7 @@ private ExternalResourceInfo(com.google.protobuf.GeneratedMessageV3.Builder b
     }
     private ExternalResourceInfo() {
       externalId_ = "";
+      phase_ = 0;
     }
 
     @java.lang.Override
@@ -13822,6 +13860,22 @@ private ExternalResourceInfo(
               externalId_ = s;
               break;
             }
+            case 16: {
+
+              index_ = input.readUInt32();
+              break;
+            }
+            case 24: {
+
+              retryAttempt_ = input.readUInt32();
+              break;
+            }
+            case 32: {
+              int rawValue = input.readEnum();
+
+              phase_ = rawValue;
+              break;
+            }
             default: {
               if (!parseUnknownField(
                   input, unknownFields, extensionRegistry, tag)) {
@@ -13896,6 +13950,59 @@ public java.lang.String getExternalId() {
       }
     }
 
+    public static final int INDEX_FIELD_NUMBER = 2;
+    private int index_;
+    /**
+     * 
+     * A unique index for the external resource with respect to all external resources for this task. Although the
+     * identifier may change between task reporting events or retries, this will remain the same to enable aggregating
+     * information from multiple reports.
+     * 
+ * + * uint32 index = 2; + */ + public int getIndex() { + return index_; + } + + public static final int RETRY_ATTEMPT_FIELD_NUMBER = 3; + private int retryAttempt_; + /** + *
+     * Retry attempt number for this external resource, ie., 2 for the second attempt
+     * 
+ * + * uint32 retry_attempt = 3; + */ + public int getRetryAttempt() { + return retryAttempt_; + } + + public static final int PHASE_FIELD_NUMBER = 4; + private int phase_; + /** + *
+     * Phase associated with the external resource
+     * 
+ * + * .flyteidl.core.TaskExecution.Phase phase = 4; + */ + public int getPhaseValue() { + return phase_; + } + /** + *
+     * Phase associated with the external resource
+     * 
+ * + * .flyteidl.core.TaskExecution.Phase phase = 4; + */ + public flyteidl.core.Execution.TaskExecution.Phase getPhase() { + @SuppressWarnings("deprecation") + flyteidl.core.Execution.TaskExecution.Phase result = flyteidl.core.Execution.TaskExecution.Phase.valueOf(phase_); + return result == null ? flyteidl.core.Execution.TaskExecution.Phase.UNRECOGNIZED : result; + } + private byte memoizedIsInitialized = -1; @java.lang.Override public final boolean isInitialized() { @@ -13913,6 +14020,15 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) if (!getExternalIdBytes().isEmpty()) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, externalId_); } + if (index_ != 0) { + output.writeUInt32(2, index_); + } + if (retryAttempt_ != 0) { + output.writeUInt32(3, retryAttempt_); + } + if (phase_ != flyteidl.core.Execution.TaskExecution.Phase.UNDEFINED.getNumber()) { + output.writeEnum(4, phase_); + } unknownFields.writeTo(output); } @@ -13925,6 +14041,18 @@ public int getSerializedSize() { if (!getExternalIdBytes().isEmpty()) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, externalId_); } + if (index_ != 0) { + size += com.google.protobuf.CodedOutputStream + .computeUInt32Size(2, index_); + } + if (retryAttempt_ != 0) { + size += com.google.protobuf.CodedOutputStream + .computeUInt32Size(3, retryAttempt_); + } + if (phase_ != flyteidl.core.Execution.TaskExecution.Phase.UNDEFINED.getNumber()) { + size += com.google.protobuf.CodedOutputStream + .computeEnumSize(4, phase_); + } size += unknownFields.getSerializedSize(); memoizedSize = size; return size; @@ -13942,6 +14070,11 @@ public boolean equals(final java.lang.Object obj) { if (!getExternalId() .equals(other.getExternalId())) return false; + if (getIndex() + != other.getIndex()) return false; + if (getRetryAttempt() + != other.getRetryAttempt()) return false; + if (phase_ != other.phase_) return false; if (!unknownFields.equals(other.unknownFields)) return false; return true; } @@ -13955,6 +14088,12 @@ public int hashCode() { hash = (19 * hash) + getDescriptor().hashCode(); hash = (37 * hash) + EXTERNAL_ID_FIELD_NUMBER; hash = (53 * hash) + getExternalId().hashCode(); + hash = (37 * hash) + INDEX_FIELD_NUMBER; + hash = (53 * hash) + getIndex(); + hash = (37 * hash) + RETRY_ATTEMPT_FIELD_NUMBER; + hash = (53 * hash) + getRetryAttempt(); + hash = (37 * hash) + PHASE_FIELD_NUMBER; + hash = (53 * hash) + phase_; hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; @@ -14094,6 +14233,12 @@ public Builder clear() { super.clear(); externalId_ = ""; + index_ = 0; + + retryAttempt_ = 0; + + phase_ = 0; + return this; } @@ -14121,6 +14266,9 @@ public flyteidl.event.Event.ExternalResourceInfo build() { public flyteidl.event.Event.ExternalResourceInfo buildPartial() { flyteidl.event.Event.ExternalResourceInfo result = new flyteidl.event.Event.ExternalResourceInfo(this); result.externalId_ = externalId_; + result.index_ = index_; + result.retryAttempt_ = retryAttempt_; + result.phase_ = phase_; onBuilt(); return result; } @@ -14173,6 +14321,15 @@ public Builder mergeFrom(flyteidl.event.Event.ExternalResourceInfo other) { externalId_ = other.externalId_; onChanged(); } + if (other.getIndex() != 0) { + setIndex(other.getIndex()); + } + if (other.getRetryAttempt() != 0) { + setRetryAttempt(other.getRetryAttempt()); + } + if (other.phase_ != 0) { + setPhaseValue(other.getPhaseValue()); + } this.mergeUnknownFields(other.unknownFields); onChanged(); return this; @@ -14290,6 +14447,153 @@ public Builder setExternalIdBytes( onChanged(); return this; } + + private int index_ ; + /** + *
+       * A unique index for the external resource with respect to all external resources for this task. Although the
+       * identifier may change between task reporting events or retries, this will remain the same to enable aggregating
+       * information from multiple reports.
+       * 
+ * + * uint32 index = 2; + */ + public int getIndex() { + return index_; + } + /** + *
+       * A unique index for the external resource with respect to all external resources for this task. Although the
+       * identifier may change between task reporting events or retries, this will remain the same to enable aggregating
+       * information from multiple reports.
+       * 
+ * + * uint32 index = 2; + */ + public Builder setIndex(int value) { + + index_ = value; + onChanged(); + return this; + } + /** + *
+       * A unique index for the external resource with respect to all external resources for this task. Although the
+       * identifier may change between task reporting events or retries, this will remain the same to enable aggregating
+       * information from multiple reports.
+       * 
+ * + * uint32 index = 2; + */ + public Builder clearIndex() { + + index_ = 0; + onChanged(); + return this; + } + + private int retryAttempt_ ; + /** + *
+       * Retry attempt number for this external resource, ie., 2 for the second attempt
+       * 
+ * + * uint32 retry_attempt = 3; + */ + public int getRetryAttempt() { + return retryAttempt_; + } + /** + *
+       * Retry attempt number for this external resource, ie., 2 for the second attempt
+       * 
+ * + * uint32 retry_attempt = 3; + */ + public Builder setRetryAttempt(int value) { + + retryAttempt_ = value; + onChanged(); + return this; + } + /** + *
+       * Retry attempt number for this external resource, ie., 2 for the second attempt
+       * 
+ * + * uint32 retry_attempt = 3; + */ + public Builder clearRetryAttempt() { + + retryAttempt_ = 0; + onChanged(); + return this; + } + + private int phase_ = 0; + /** + *
+       * Phase associated with the external resource
+       * 
+ * + * .flyteidl.core.TaskExecution.Phase phase = 4; + */ + public int getPhaseValue() { + return phase_; + } + /** + *
+       * Phase associated with the external resource
+       * 
+ * + * .flyteidl.core.TaskExecution.Phase phase = 4; + */ + public Builder setPhaseValue(int value) { + phase_ = value; + onChanged(); + return this; + } + /** + *
+       * Phase associated with the external resource
+       * 
+ * + * .flyteidl.core.TaskExecution.Phase phase = 4; + */ + public flyteidl.core.Execution.TaskExecution.Phase getPhase() { + @SuppressWarnings("deprecation") + flyteidl.core.Execution.TaskExecution.Phase result = flyteidl.core.Execution.TaskExecution.Phase.valueOf(phase_); + return result == null ? flyteidl.core.Execution.TaskExecution.Phase.UNRECOGNIZED : result; + } + /** + *
+       * Phase associated with the external resource
+       * 
+ * + * .flyteidl.core.TaskExecution.Phase phase = 4; + */ + public Builder setPhase(flyteidl.core.Execution.TaskExecution.Phase value) { + if (value == null) { + throw new NullPointerException(); + } + + phase_ = value.getNumber(); + onChanged(); + return this; + } + /** + *
+       * Phase associated with the external resource
+       * 
+ * + * .flyteidl.core.TaskExecution.Phase phase = 4; + */ + public Builder clearPhase() { + + phase_ = 0; + onChanged(); + return this; + } @java.lang.Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { @@ -17215,19 +17519,21 @@ public flyteidl.event.Event.TaskExecutionMetadata getDefaultInstanceForType() { "e_version\030\014 \001(\r\022\016\n\006reason\030\r \001(\t\022\021\n\ttask_" + "type\030\016 \001(\t\0227\n\010metadata\030\020 \001(\0132%.flyteidl." + "event.TaskExecutionMetadataB\017\n\routput_re" + - "sult\"+\n\024ExternalResourceInfo\022\023\n\013external" + - "_id\030\001 \001(\t\"?\n\020ResourcePoolInfo\022\030\n\020allocat" + - "ion_token\030\001 \001(\t\022\021\n\tnamespace\030\002 \001(\t\"\310\002\n\025T" + - "askExecutionMetadata\022\026\n\016generated_name\030\001" + - " \001(\t\022@\n\022external_resources\030\002 \003(\0132$.flyte" + - "idl.event.ExternalResourceInfo\022<\n\022resour" + - "ce_pool_info\030\003 \003(\0132 .flyteidl.event.Reso" + - "urcePoolInfo\022\031\n\021plugin_identifier\030\004 \001(\t\022" + - "K\n\016instance_class\030\020 \001(\01623.flyteidl.event" + - ".TaskExecutionMetadata.InstanceClass\"/\n\r" + - "InstanceClass\022\013\n\007DEFAULT\020\000\022\021\n\rINTERRUPTI" + - "BLE\020\001B7Z5github.com/flyteorg/flyteidl/ge" + - "n/pb-go/flyteidl/eventb\006proto3" + "sult\"\204\001\n\024ExternalResourceInfo\022\023\n\013externa" + + "l_id\030\001 \001(\t\022\r\n\005index\030\002 \001(\r\022\025\n\rretry_attem" + + "pt\030\003 \001(\r\0221\n\005phase\030\004 \001(\0162\".flyteidl.core." + + "TaskExecution.Phase\"?\n\020ResourcePoolInfo\022" + + "\030\n\020allocation_token\030\001 \001(\t\022\021\n\tnamespace\030\002" + + " \001(\t\"\310\002\n\025TaskExecutionMetadata\022\026\n\016genera" + + "ted_name\030\001 \001(\t\022@\n\022external_resources\030\002 \003" + + "(\0132$.flyteidl.event.ExternalResourceInfo" + + "\022<\n\022resource_pool_info\030\003 \003(\0132 .flyteidl." + + "event.ResourcePoolInfo\022\031\n\021plugin_identif" + + "ier\030\004 \001(\t\022K\n\016instance_class\030\020 \001(\01623.flyt" + + "eidl.event.TaskExecutionMetadata.Instanc" + + "eClass\"/\n\rInstanceClass\022\013\n\007DEFAULT\020\000\022\021\n\r" + + "INTERRUPTIBLE\020\001B7Z5github.com/flyteorg/f" + + "lyteidl/gen/pb-go/flyteidl/eventb\006proto3" }; com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner assigner = new com.google.protobuf.Descriptors.FileDescriptor. InternalDescriptorAssigner() { @@ -17301,7 +17607,7 @@ public com.google.protobuf.ExtensionRegistry assignDescriptors( internal_static_flyteidl_event_ExternalResourceInfo_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_flyteidl_event_ExternalResourceInfo_descriptor, - new java.lang.String[] { "ExternalId", }); + new java.lang.String[] { "ExternalId", "Index", "RetryAttempt", "Phase", }); internal_static_flyteidl_event_ResourcePoolInfo_descriptor = getDescriptor().getMessageTypes().get(9); internal_static_flyteidl_event_ResourcePoolInfo_fieldAccessorTable = new diff --git a/flyteidl/gen/pb-js/flyteidl.d.ts b/flyteidl/gen/pb-js/flyteidl.d.ts index 03cd0a4db5..6c228eb72a 100644 --- a/flyteidl/gen/pb-js/flyteidl.d.ts +++ b/flyteidl/gen/pb-js/flyteidl.d.ts @@ -6472,6 +6472,15 @@ export namespace flyteidl { /** ExternalResourceInfo externalId */ externalId?: (string|null); + + /** ExternalResourceInfo index */ + index?: (number|null); + + /** ExternalResourceInfo retryAttempt */ + retryAttempt?: (number|null); + + /** ExternalResourceInfo phase */ + phase?: (flyteidl.core.TaskExecution.Phase|null); } /** Represents an ExternalResourceInfo. */ @@ -6486,6 +6495,15 @@ export namespace flyteidl { /** ExternalResourceInfo externalId. */ public externalId: string; + /** ExternalResourceInfo index. */ + public index: number; + + /** ExternalResourceInfo retryAttempt. */ + public retryAttempt: number; + + /** ExternalResourceInfo phase. */ + public phase: flyteidl.core.TaskExecution.Phase; + /** * Creates a new ExternalResourceInfo instance using the specified properties. * @param [properties] Properties to set diff --git a/flyteidl/gen/pb-js/flyteidl.js b/flyteidl/gen/pb-js/flyteidl.js index f5ec0880cb..a6d8efd3bf 100644 --- a/flyteidl/gen/pb-js/flyteidl.js +++ b/flyteidl/gen/pb-js/flyteidl.js @@ -15667,6 +15667,9 @@ export const flyteidl = $root.flyteidl = (() => { * @memberof flyteidl.event * @interface IExternalResourceInfo * @property {string|null} [externalId] ExternalResourceInfo externalId + * @property {number|null} [index] ExternalResourceInfo index + * @property {number|null} [retryAttempt] ExternalResourceInfo retryAttempt + * @property {flyteidl.core.TaskExecution.Phase|null} [phase] ExternalResourceInfo phase */ /** @@ -15692,6 +15695,30 @@ export const flyteidl = $root.flyteidl = (() => { */ ExternalResourceInfo.prototype.externalId = ""; + /** + * ExternalResourceInfo index. + * @member {number} index + * @memberof flyteidl.event.ExternalResourceInfo + * @instance + */ + ExternalResourceInfo.prototype.index = 0; + + /** + * ExternalResourceInfo retryAttempt. + * @member {number} retryAttempt + * @memberof flyteidl.event.ExternalResourceInfo + * @instance + */ + ExternalResourceInfo.prototype.retryAttempt = 0; + + /** + * ExternalResourceInfo phase. + * @member {flyteidl.core.TaskExecution.Phase} phase + * @memberof flyteidl.event.ExternalResourceInfo + * @instance + */ + ExternalResourceInfo.prototype.phase = 0; + /** * Creates a new ExternalResourceInfo instance using the specified properties. * @function create @@ -15718,6 +15745,12 @@ export const flyteidl = $root.flyteidl = (() => { writer = $Writer.create(); if (message.externalId != null && message.hasOwnProperty("externalId")) writer.uint32(/* id 1, wireType 2 =*/10).string(message.externalId); + if (message.index != null && message.hasOwnProperty("index")) + writer.uint32(/* id 2, wireType 0 =*/16).uint32(message.index); + if (message.retryAttempt != null && message.hasOwnProperty("retryAttempt")) + writer.uint32(/* id 3, wireType 0 =*/24).uint32(message.retryAttempt); + if (message.phase != null && message.hasOwnProperty("phase")) + writer.uint32(/* id 4, wireType 0 =*/32).int32(message.phase); return writer; }; @@ -15742,6 +15775,15 @@ export const flyteidl = $root.flyteidl = (() => { case 1: message.externalId = reader.string(); break; + case 2: + message.index = reader.uint32(); + break; + case 3: + message.retryAttempt = reader.uint32(); + break; + case 4: + message.phase = reader.int32(); + break; default: reader.skipType(tag & 7); break; @@ -15764,6 +15806,26 @@ export const flyteidl = $root.flyteidl = (() => { if (message.externalId != null && message.hasOwnProperty("externalId")) if (!$util.isString(message.externalId)) return "externalId: string expected"; + if (message.index != null && message.hasOwnProperty("index")) + if (!$util.isInteger(message.index)) + return "index: integer expected"; + if (message.retryAttempt != null && message.hasOwnProperty("retryAttempt")) + if (!$util.isInteger(message.retryAttempt)) + return "retryAttempt: integer expected"; + if (message.phase != null && message.hasOwnProperty("phase")) + switch (message.phase) { + default: + return "phase: enum value expected"; + case 0: + case 1: + case 2: + case 3: + case 4: + case 5: + case 6: + case 7: + break; + } return null; }; diff --git a/flyteidl/gen/pb_python/flyteidl/event/event_pb2.py b/flyteidl/gen/pb_python/flyteidl/event/event_pb2.py index a073ba5a15..ac448eff28 100644 --- a/flyteidl/gen/pb_python/flyteidl/event/event_pb2.py +++ b/flyteidl/gen/pb_python/flyteidl/event/event_pb2.py @@ -27,7 +27,7 @@ package='flyteidl.event', syntax='proto3', serialized_options=_b('Z5github.com/flyteorg/flyteidl/gen/pb-go/flyteidl/event'), - serialized_pb=_b('\n\x1a\x66lyteidl/event/event.proto\x12\x0e\x66lyteidl.event\x1a\x1c\x66lyteidl/core/literals.proto\x1a\x1c\x66lyteidl/core/compiler.proto\x1a\x1d\x66lyteidl/core/execution.proto\x1a\x1e\x66lyteidl/core/identifier.proto\x1a\x1b\x66lyteidl/core/catalog.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1cgoogle/protobuf/struct.proto\"\xe0\x02\n\x16WorkflowExecutionEvent\x12@\n\x0c\x65xecution_id\x18\x01 \x01(\x0b\x32*.flyteidl.core.WorkflowExecutionIdentifier\x12\x13\n\x0bproducer_id\x18\x02 \x01(\t\x12\x35\n\x05phase\x18\x03 \x01(\x0e\x32&.flyteidl.core.WorkflowExecution.Phase\x12/\n\x0boccurred_at\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x14\n\noutput_uri\x18\x05 \x01(\tH\x00\x12.\n\x05\x65rror\x18\x06 \x01(\x0b\x32\x1d.flyteidl.core.ExecutionErrorH\x00\x12\x30\n\x0boutput_data\x18\x07 \x01(\x0b\x32\x19.flyteidl.core.LiteralMapH\x00\x42\x0f\n\routput_result\"\xcc\x05\n\x12NodeExecutionEvent\x12\x32\n\x02id\x18\x01 \x01(\x0b\x32&.flyteidl.core.NodeExecutionIdentifier\x12\x13\n\x0bproducer_id\x18\x02 \x01(\t\x12\x31\n\x05phase\x18\x03 \x01(\x0e\x32\".flyteidl.core.NodeExecution.Phase\x12/\n\x0boccurred_at\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x11\n\tinput_uri\x18\x05 \x01(\t\x12\x14\n\noutput_uri\x18\x06 \x01(\tH\x00\x12.\n\x05\x65rror\x18\x07 \x01(\x0b\x32\x1d.flyteidl.core.ExecutionErrorH\x00\x12\x30\n\x0boutput_data\x18\x0f \x01(\x0b\x32\x19.flyteidl.core.LiteralMapH\x00\x12\x46\n\x16workflow_node_metadata\x18\x08 \x01(\x0b\x32$.flyteidl.event.WorkflowNodeMetadataH\x01\x12>\n\x12task_node_metadata\x18\x0e \x01(\x0b\x32 .flyteidl.event.TaskNodeMetadataH\x01\x12I\n\x14parent_task_metadata\x18\t \x01(\x0b\x32+.flyteidl.event.ParentTaskExecutionMetadata\x12I\n\x14parent_node_metadata\x18\n \x01(\x0b\x32+.flyteidl.event.ParentNodeExecutionMetadata\x12\x13\n\x0bretry_group\x18\x0b \x01(\t\x12\x14\n\x0cspec_node_id\x18\x0c \x01(\t\x12\x11\n\tnode_name\x18\r \x01(\tB\x0f\n\routput_resultB\x11\n\x0ftarget_metadata\"X\n\x14WorkflowNodeMetadata\x12@\n\x0c\x65xecution_id\x18\x01 \x01(\x0b\x32*.flyteidl.core.WorkflowExecutionIdentifier\"\x8d\x02\n\x10TaskNodeMetadata\x12\x37\n\x0c\x63\x61\x63he_status\x18\x01 \x01(\x0e\x32!.flyteidl.core.CatalogCacheStatus\x12\x33\n\x0b\x63\x61talog_key\x18\x02 \x01(\x0b\x32\x1e.flyteidl.core.CatalogMetadata\x12\x44\n\x12reservation_status\x18\x03 \x01(\x0e\x32(.flyteidl.core.CatalogReservation.Status\x12\x45\n\x10\x64ynamic_workflow\x18\x10 \x01(\x0b\x32+.flyteidl.event.DynamicWorkflowNodeMetadata\"\x87\x01\n\x1b\x44ynamicWorkflowNodeMetadata\x12%\n\x02id\x18\x01 \x01(\x0b\x32\x19.flyteidl.core.Identifier\x12\x41\n\x11\x63ompiled_workflow\x18\x02 \x01(\x0b\x32&.flyteidl.core.CompiledWorkflowClosure\"Q\n\x1bParentTaskExecutionMetadata\x12\x32\n\x02id\x18\x01 \x01(\x0b\x32&.flyteidl.core.TaskExecutionIdentifier\".\n\x1bParentNodeExecutionMetadata\x12\x0f\n\x07node_id\x18\x01 \x01(\t\"\xfd\x04\n\x12TaskExecutionEvent\x12*\n\x07task_id\x18\x01 \x01(\x0b\x32\x19.flyteidl.core.Identifier\x12H\n\x18parent_node_execution_id\x18\x02 \x01(\x0b\x32&.flyteidl.core.NodeExecutionIdentifier\x12\x15\n\rretry_attempt\x18\x03 \x01(\r\x12\x31\n\x05phase\x18\x04 \x01(\x0e\x32\".flyteidl.core.TaskExecution.Phase\x12\x13\n\x0bproducer_id\x18\x05 \x01(\t\x12$\n\x04logs\x18\x06 \x03(\x0b\x32\x16.flyteidl.core.TaskLog\x12/\n\x0boccurred_at\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x11\n\tinput_uri\x18\x08 \x01(\t\x12\x14\n\noutput_uri\x18\t \x01(\tH\x00\x12.\n\x05\x65rror\x18\n \x01(\x0b\x32\x1d.flyteidl.core.ExecutionErrorH\x00\x12\x30\n\x0boutput_data\x18\x11 \x01(\x0b\x32\x19.flyteidl.core.LiteralMapH\x00\x12,\n\x0b\x63ustom_info\x18\x0b \x01(\x0b\x32\x17.google.protobuf.Struct\x12\x15\n\rphase_version\x18\x0c \x01(\r\x12\x0e\n\x06reason\x18\r \x01(\t\x12\x11\n\ttask_type\x18\x0e \x01(\t\x12\x37\n\x08metadata\x18\x10 \x01(\x0b\x32%.flyteidl.event.TaskExecutionMetadataB\x0f\n\routput_result\"+\n\x14\x45xternalResourceInfo\x12\x13\n\x0b\x65xternal_id\x18\x01 \x01(\t\"?\n\x10ResourcePoolInfo\x12\x18\n\x10\x61llocation_token\x18\x01 \x01(\t\x12\x11\n\tnamespace\x18\x02 \x01(\t\"\xc8\x02\n\x15TaskExecutionMetadata\x12\x16\n\x0egenerated_name\x18\x01 \x01(\t\x12@\n\x12\x65xternal_resources\x18\x02 \x03(\x0b\x32$.flyteidl.event.ExternalResourceInfo\x12<\n\x12resource_pool_info\x18\x03 \x03(\x0b\x32 .flyteidl.event.ResourcePoolInfo\x12\x19\n\x11plugin_identifier\x18\x04 \x01(\t\x12K\n\x0einstance_class\x18\x10 \x01(\x0e\x32\x33.flyteidl.event.TaskExecutionMetadata.InstanceClass\"/\n\rInstanceClass\x12\x0b\n\x07\x44\x45\x46\x41ULT\x10\x00\x12\x11\n\rINTERRUPTIBLE\x10\x01\x42\x37Z5github.com/flyteorg/flyteidl/gen/pb-go/flyteidl/eventb\x06proto3') + serialized_pb=_b('\n\x1a\x66lyteidl/event/event.proto\x12\x0e\x66lyteidl.event\x1a\x1c\x66lyteidl/core/literals.proto\x1a\x1c\x66lyteidl/core/compiler.proto\x1a\x1d\x66lyteidl/core/execution.proto\x1a\x1e\x66lyteidl/core/identifier.proto\x1a\x1b\x66lyteidl/core/catalog.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1cgoogle/protobuf/struct.proto\"\xe0\x02\n\x16WorkflowExecutionEvent\x12@\n\x0c\x65xecution_id\x18\x01 \x01(\x0b\x32*.flyteidl.core.WorkflowExecutionIdentifier\x12\x13\n\x0bproducer_id\x18\x02 \x01(\t\x12\x35\n\x05phase\x18\x03 \x01(\x0e\x32&.flyteidl.core.WorkflowExecution.Phase\x12/\n\x0boccurred_at\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x14\n\noutput_uri\x18\x05 \x01(\tH\x00\x12.\n\x05\x65rror\x18\x06 \x01(\x0b\x32\x1d.flyteidl.core.ExecutionErrorH\x00\x12\x30\n\x0boutput_data\x18\x07 \x01(\x0b\x32\x19.flyteidl.core.LiteralMapH\x00\x42\x0f\n\routput_result\"\xcc\x05\n\x12NodeExecutionEvent\x12\x32\n\x02id\x18\x01 \x01(\x0b\x32&.flyteidl.core.NodeExecutionIdentifier\x12\x13\n\x0bproducer_id\x18\x02 \x01(\t\x12\x31\n\x05phase\x18\x03 \x01(\x0e\x32\".flyteidl.core.NodeExecution.Phase\x12/\n\x0boccurred_at\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x11\n\tinput_uri\x18\x05 \x01(\t\x12\x14\n\noutput_uri\x18\x06 \x01(\tH\x00\x12.\n\x05\x65rror\x18\x07 \x01(\x0b\x32\x1d.flyteidl.core.ExecutionErrorH\x00\x12\x30\n\x0boutput_data\x18\x0f \x01(\x0b\x32\x19.flyteidl.core.LiteralMapH\x00\x12\x46\n\x16workflow_node_metadata\x18\x08 \x01(\x0b\x32$.flyteidl.event.WorkflowNodeMetadataH\x01\x12>\n\x12task_node_metadata\x18\x0e \x01(\x0b\x32 .flyteidl.event.TaskNodeMetadataH\x01\x12I\n\x14parent_task_metadata\x18\t \x01(\x0b\x32+.flyteidl.event.ParentTaskExecutionMetadata\x12I\n\x14parent_node_metadata\x18\n \x01(\x0b\x32+.flyteidl.event.ParentNodeExecutionMetadata\x12\x13\n\x0bretry_group\x18\x0b \x01(\t\x12\x14\n\x0cspec_node_id\x18\x0c \x01(\t\x12\x11\n\tnode_name\x18\r \x01(\tB\x0f\n\routput_resultB\x11\n\x0ftarget_metadata\"X\n\x14WorkflowNodeMetadata\x12@\n\x0c\x65xecution_id\x18\x01 \x01(\x0b\x32*.flyteidl.core.WorkflowExecutionIdentifier\"\x8d\x02\n\x10TaskNodeMetadata\x12\x37\n\x0c\x63\x61\x63he_status\x18\x01 \x01(\x0e\x32!.flyteidl.core.CatalogCacheStatus\x12\x33\n\x0b\x63\x61talog_key\x18\x02 \x01(\x0b\x32\x1e.flyteidl.core.CatalogMetadata\x12\x44\n\x12reservation_status\x18\x03 \x01(\x0e\x32(.flyteidl.core.CatalogReservation.Status\x12\x45\n\x10\x64ynamic_workflow\x18\x10 \x01(\x0b\x32+.flyteidl.event.DynamicWorkflowNodeMetadata\"\x87\x01\n\x1b\x44ynamicWorkflowNodeMetadata\x12%\n\x02id\x18\x01 \x01(\x0b\x32\x19.flyteidl.core.Identifier\x12\x41\n\x11\x63ompiled_workflow\x18\x02 \x01(\x0b\x32&.flyteidl.core.CompiledWorkflowClosure\"Q\n\x1bParentTaskExecutionMetadata\x12\x32\n\x02id\x18\x01 \x01(\x0b\x32&.flyteidl.core.TaskExecutionIdentifier\".\n\x1bParentNodeExecutionMetadata\x12\x0f\n\x07node_id\x18\x01 \x01(\t\"\xfd\x04\n\x12TaskExecutionEvent\x12*\n\x07task_id\x18\x01 \x01(\x0b\x32\x19.flyteidl.core.Identifier\x12H\n\x18parent_node_execution_id\x18\x02 \x01(\x0b\x32&.flyteidl.core.NodeExecutionIdentifier\x12\x15\n\rretry_attempt\x18\x03 \x01(\r\x12\x31\n\x05phase\x18\x04 \x01(\x0e\x32\".flyteidl.core.TaskExecution.Phase\x12\x13\n\x0bproducer_id\x18\x05 \x01(\t\x12$\n\x04logs\x18\x06 \x03(\x0b\x32\x16.flyteidl.core.TaskLog\x12/\n\x0boccurred_at\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x11\n\tinput_uri\x18\x08 \x01(\t\x12\x14\n\noutput_uri\x18\t \x01(\tH\x00\x12.\n\x05\x65rror\x18\n \x01(\x0b\x32\x1d.flyteidl.core.ExecutionErrorH\x00\x12\x30\n\x0boutput_data\x18\x11 \x01(\x0b\x32\x19.flyteidl.core.LiteralMapH\x00\x12,\n\x0b\x63ustom_info\x18\x0b \x01(\x0b\x32\x17.google.protobuf.Struct\x12\x15\n\rphase_version\x18\x0c \x01(\r\x12\x0e\n\x06reason\x18\r \x01(\t\x12\x11\n\ttask_type\x18\x0e \x01(\t\x12\x37\n\x08metadata\x18\x10 \x01(\x0b\x32%.flyteidl.event.TaskExecutionMetadataB\x0f\n\routput_result\"\x84\x01\n\x14\x45xternalResourceInfo\x12\x13\n\x0b\x65xternal_id\x18\x01 \x01(\t\x12\r\n\x05index\x18\x02 \x01(\r\x12\x15\n\rretry_attempt\x18\x03 \x01(\r\x12\x31\n\x05phase\x18\x04 \x01(\x0e\x32\".flyteidl.core.TaskExecution.Phase\"?\n\x10ResourcePoolInfo\x12\x18\n\x10\x61llocation_token\x18\x01 \x01(\t\x12\x11\n\tnamespace\x18\x02 \x01(\t\"\xc8\x02\n\x15TaskExecutionMetadata\x12\x16\n\x0egenerated_name\x18\x01 \x01(\t\x12@\n\x12\x65xternal_resources\x18\x02 \x03(\x0b\x32$.flyteidl.event.ExternalResourceInfo\x12<\n\x12resource_pool_info\x18\x03 \x03(\x0b\x32 .flyteidl.event.ResourcePoolInfo\x12\x19\n\x11plugin_identifier\x18\x04 \x01(\t\x12K\n\x0einstance_class\x18\x10 \x01(\x0e\x32\x33.flyteidl.event.TaskExecutionMetadata.InstanceClass\"/\n\rInstanceClass\x12\x0b\n\x07\x44\x45\x46\x41ULT\x10\x00\x12\x11\n\rINTERRUPTIBLE\x10\x01\x42\x37Z5github.com/flyteorg/flyteidl/gen/pb-go/flyteidl/eventb\x06proto3') , dependencies=[flyteidl_dot_core_dot_literals__pb2.DESCRIPTOR,flyteidl_dot_core_dot_compiler__pb2.DESCRIPTOR,flyteidl_dot_core_dot_execution__pb2.DESCRIPTOR,flyteidl_dot_core_dot_identifier__pb2.DESCRIPTOR,flyteidl_dot_core_dot_catalog__pb2.DESCRIPTOR,google_dot_protobuf_dot_timestamp__pb2.DESCRIPTOR,google_dot_protobuf_dot_struct__pb2.DESCRIPTOR,]) @@ -50,8 +50,8 @@ ], containing_type=None, serialized_options=None, - serialized_start=2998, - serialized_end=3045, + serialized_start=3088, + serialized_end=3135, ) _sym_db.RegisterEnumDescriptor(_TASKEXECUTIONMETADATA_INSTANCECLASS) @@ -603,6 +603,27 @@ message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, serialized_options=None, file=DESCRIPTOR), + _descriptor.FieldDescriptor( + name='index', full_name='flyteidl.event.ExternalResourceInfo.index', index=1, + number=2, type=13, cpp_type=3, 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), + _descriptor.FieldDescriptor( + name='retry_attempt', full_name='flyteidl.event.ExternalResourceInfo.retry_attempt', index=2, + number=3, type=13, cpp_type=3, 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), + _descriptor.FieldDescriptor( + name='phase', full_name='flyteidl.event.ExternalResourceInfo.phase', index=3, + number=4, type=14, cpp_type=8, label=1, + has_default_value=False, default_value=0, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + serialized_options=None, file=DESCRIPTOR), ], extensions=[ ], @@ -615,8 +636,8 @@ extension_ranges=[], oneofs=[ ], - serialized_start=2606, - serialized_end=2649, + serialized_start=2607, + serialized_end=2739, ) @@ -653,8 +674,8 @@ extension_ranges=[], oneofs=[ ], - serialized_start=2651, - serialized_end=2714, + serialized_start=2741, + serialized_end=2804, ) @@ -713,8 +734,8 @@ extension_ranges=[], oneofs=[ ], - serialized_start=2717, - serialized_end=3045, + serialized_start=2807, + serialized_end=3135, ) _WORKFLOWEXECUTIONEVENT.fields_by_name['execution_id'].message_type = flyteidl_dot_core_dot_identifier__pb2._WORKFLOWEXECUTIONIDENTIFIER @@ -781,6 +802,7 @@ _TASKEXECUTIONEVENT.oneofs_by_name['output_result'].fields.append( _TASKEXECUTIONEVENT.fields_by_name['output_data']) _TASKEXECUTIONEVENT.fields_by_name['output_data'].containing_oneof = _TASKEXECUTIONEVENT.oneofs_by_name['output_result'] +_EXTERNALRESOURCEINFO.fields_by_name['phase'].enum_type = flyteidl_dot_core_dot_execution__pb2._TASKEXECUTION_PHASE _TASKEXECUTIONMETADATA.fields_by_name['external_resources'].message_type = _EXTERNALRESOURCEINFO _TASKEXECUTIONMETADATA.fields_by_name['resource_pool_info'].message_type = _RESOURCEPOOLINFO _TASKEXECUTIONMETADATA.fields_by_name['instance_class'].enum_type = _TASKEXECUTIONMETADATA_INSTANCECLASS diff --git a/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/event_external_resource_info.py b/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/event_external_resource_info.py index 53f6463b82..38e3a623e8 100644 --- a/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/event_external_resource_info.py +++ b/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/event_external_resource_info.py @@ -16,6 +16,8 @@ import six +from flyteadmin.models.core_task_execution_phase import CoreTaskExecutionPhase # noqa: F401,E501 + class EventExternalResourceInfo(object): """NOTE: This class is auto generated by the swagger code generator program. @@ -31,21 +33,36 @@ class EventExternalResourceInfo(object): and the value is json key in definition. """ swagger_types = { - 'external_id': 'str' + 'external_id': 'str', + 'index': 'int', + 'retry_attempt': 'int', + 'phase': 'CoreTaskExecutionPhase' } attribute_map = { - 'external_id': 'external_id' + 'external_id': 'external_id', + 'index': 'index', + 'retry_attempt': 'retry_attempt', + 'phase': 'phase' } - def __init__(self, external_id=None): # noqa: E501 + def __init__(self, external_id=None, index=None, retry_attempt=None, phase=None): # noqa: E501 """EventExternalResourceInfo - a model defined in Swagger""" # noqa: E501 self._external_id = None + self._index = None + self._retry_attempt = None + self._phase = None self.discriminator = None if external_id is not None: self.external_id = external_id + if index is not None: + self.index = index + if retry_attempt is not None: + self.retry_attempt = retry_attempt + if phase is not None: + self.phase = phase @property def external_id(self): @@ -70,6 +87,71 @@ def external_id(self, external_id): self._external_id = external_id + @property + def index(self): + """Gets the index of this EventExternalResourceInfo. # noqa: E501 + + A unique index for the external resource with respect to all external resources for this task. Although the identifier may change between task reporting events or retries, this will remain the same to enable aggregating information from multiple reports. # noqa: E501 + + :return: The index of this EventExternalResourceInfo. # noqa: E501 + :rtype: int + """ + return self._index + + @index.setter + def index(self, index): + """Sets the index of this EventExternalResourceInfo. + + A unique index for the external resource with respect to all external resources for this task. Although the identifier may change between task reporting events or retries, this will remain the same to enable aggregating information from multiple reports. # noqa: E501 + + :param index: The index of this EventExternalResourceInfo. # noqa: E501 + :type: int + """ + + self._index = index + + @property + def retry_attempt(self): + """Gets the retry_attempt of this EventExternalResourceInfo. # noqa: E501 + + + :return: The retry_attempt of this EventExternalResourceInfo. # noqa: E501 + :rtype: int + """ + return self._retry_attempt + + @retry_attempt.setter + def retry_attempt(self, retry_attempt): + """Sets the retry_attempt of this EventExternalResourceInfo. + + + :param retry_attempt: The retry_attempt of this EventExternalResourceInfo. # noqa: E501 + :type: int + """ + + self._retry_attempt = retry_attempt + + @property + def phase(self): + """Gets the phase of this EventExternalResourceInfo. # noqa: E501 + + + :return: The phase of this EventExternalResourceInfo. # noqa: E501 + :rtype: CoreTaskExecutionPhase + """ + return self._phase + + @phase.setter + def phase(self, phase): + """Sets the phase of this EventExternalResourceInfo. + + + :param phase: The phase of this EventExternalResourceInfo. # noqa: E501 + :type: CoreTaskExecutionPhase + """ + + self._phase = phase + def to_dict(self): """Returns the model properties as a dict""" result = {} diff --git a/flyteidl/protos/docs/admin/admin.rst b/flyteidl/protos/docs/admin/admin.rst index 01d69d4ce3..667afbadba 100644 --- a/flyteidl/protos/docs/admin/admin.rst +++ b/flyteidl/protos/docs/admin/admin.rst @@ -2283,31 +2283,32 @@ Note: This is internal to Admin and doesn't need to be exposed to other componen -.. _ref_flyteidl/admin/project.proto: +.. _ref_flyteidl/admin/project_domain_attributes.proto: -flyteidl/admin/project.proto +flyteidl/admin/project_domain_attributes.proto ================================================================== -.. _ref_flyteidl.admin.Domain: +.. _ref_flyteidl.admin.ProjectDomainAttributes: -Domain +ProjectDomainAttributes ------------------------------------------------------------------ -Namespace within a project commonly used to differentiate between different service instances. -e.g. "production", "development", etc. +Defines a set of custom matching attributes which defines resource defaults for a project and domain. +For more info on matchable attributes, see :ref:`ref_flyteidl.admin.MatchableAttributesConfiguration` -.. csv-table:: Domain type fields +.. csv-table:: ProjectDomainAttributes type fields :header: "Field", "Type", "Label", "Description" :widths: auto - "id", ":ref:`ref_string`", "", "Globally unique domain name." - "name", ":ref:`ref_string`", "", "Display name." + "project", ":ref:`ref_string`", "", "Unique project id for which this set of attributes will be applied." + "domain", ":ref:`ref_string`", "", "Unique domain id for which this set of attributes will be applied." + "matching_attributes", ":ref:`ref_flyteidl.admin.MatchingAttributes`", "", "" @@ -2315,25 +2316,23 @@ e.g. "production", "development", etc. -.. _ref_flyteidl.admin.Project: +.. _ref_flyteidl.admin.ProjectDomainAttributesDeleteRequest: -Project +ProjectDomainAttributesDeleteRequest ------------------------------------------------------------------ -Top-level namespace used to classify different entities like workflows and executions. +Request to delete a set matchable project domain attribute override. +For more info on matchable attributes, see :ref:`ref_flyteidl.admin.MatchableAttributesConfiguration` -.. csv-table:: Project type fields +.. csv-table:: ProjectDomainAttributesDeleteRequest type fields :header: "Field", "Type", "Label", "Description" :widths: auto - "id", ":ref:`ref_string`", "", "Globally unique project name." - "name", ":ref:`ref_string`", "", "Display name." - "domains", ":ref:`ref_flyteidl.admin.Domain`", "repeated", "" - "description", ":ref:`ref_string`", "", "" - "labels", ":ref:`ref_flyteidl.admin.Labels`", "", "Leverage Labels from flyteidel.admin.common.proto to tag projects with ownership information." - "state", ":ref:`ref_flyteidl.admin.Project.ProjectState`", "", "" + "project", ":ref:`ref_string`", "", "Unique project id which this set of attributes references. +required" + "domain", ":ref:`ref_string`", "", "Unique domain id which this set of attributes references. +required" + "resource_type", ":ref:`ref_flyteidl.admin.MatchableResource`", "", "Which type of matchable attributes to delete. +required" @@ -2341,24 +2340,13 @@ Top-level namespace used to classify different entities like workflows and execu -.. _ref_flyteidl.admin.ProjectListRequest: +.. _ref_flyteidl.admin.ProjectDomainAttributesDeleteResponse: -ProjectListRequest +ProjectDomainAttributesDeleteResponse ------------------------------------------------------------------ -Request to retrieve a list of projects matching specified filters. -See :ref:`ref_flyteidl.admin.Project` for more details - - - -.. csv-table:: ProjectListRequest type fields - :header: "Field", "Type", "Label", "Description" - :widths: auto +Purposefully empty, may be populated in the future. - "limit", ":ref:`ref_uint32`", "", "Indicates the number of projects to be returned. +required" - "token", ":ref:`ref_string`", "", "In the case of multiple pages of results, this server-provided token can be used to fetch the next page in a query. +optional" - "filters", ":ref:`ref_string`", "", "Indicates a list of filters passed as string. More info on constructing filters : +optional" - "sort_by", ":ref:`ref_flyteidl.admin.Sort`", "", "Sort ordering. +optional" @@ -2366,21 +2354,23 @@ See :ref:`ref_flyteidl.admin.Project` for more details -.. _ref_flyteidl.admin.ProjectRegisterRequest: +.. _ref_flyteidl.admin.ProjectDomainAttributesGetRequest: -ProjectRegisterRequest +ProjectDomainAttributesGetRequest ------------------------------------------------------------------ -Adds a new user-project within the Flyte deployment. -See :ref:`ref_flyteidl.admin.Project` for more details +Request to get an individual project domain attribute override. +For more info on matchable attributes, see :ref:`ref_flyteidl.admin.MatchableAttributesConfiguration` -.. csv-table:: ProjectRegisterRequest type fields +.. csv-table:: ProjectDomainAttributesGetRequest type fields :header: "Field", "Type", "Label", "Description" :widths: auto - "project", ":ref:`ref_flyteidl.admin.Project`", "", "+required" + "project", ":ref:`ref_string`", "", "Unique project id which this set of attributes references. +required" + "domain", ":ref:`ref_string`", "", "Unique domain id which this set of attributes references. +required" + "resource_type", ":ref:`ref_flyteidl.admin.MatchableResource`", "", "Which type of matchable attributes to return. +required" @@ -2388,27 +2378,21 @@ See :ref:`ref_flyteidl.admin.Project` for more details -.. _ref_flyteidl.admin.ProjectRegisterResponse: +.. _ref_flyteidl.admin.ProjectDomainAttributesGetResponse: -ProjectRegisterResponse +ProjectDomainAttributesGetResponse ------------------------------------------------------------------ -Purposefully empty, may be updated in the future. - - - - - - - +Response to get an individual project domain attribute override. +For more info on matchable attributes, see :ref:`ref_flyteidl.admin.MatchableAttributesConfiguration` -.. _ref_flyteidl.admin.ProjectUpdateResponse: -ProjectUpdateResponse ------------------------------------------------------------------- -Purposefully empty, may be updated in the future. +.. csv-table:: ProjectDomainAttributesGetResponse type fields + :header: "Field", "Type", "Label", "Description" + :widths: auto + "attributes", ":ref:`ref_flyteidl.admin.ProjectDomainAttributes`", "", "" @@ -2416,45 +2400,41 @@ Purposefully empty, may be updated in the future. -.. _ref_flyteidl.admin.Projects: +.. _ref_flyteidl.admin.ProjectDomainAttributesUpdateRequest: -Projects +ProjectDomainAttributesUpdateRequest ------------------------------------------------------------------ -Represents a list of projects. -See :ref:`ref_flyteidl.admin.Project` for more details +Sets custom attributes for a project-domain combination. +For more info on matchable attributes, see :ref:`ref_flyteidl.admin.MatchableAttributesConfiguration` -.. csv-table:: Projects type fields +.. csv-table:: ProjectDomainAttributesUpdateRequest type fields :header: "Field", "Type", "Label", "Description" :widths: auto - "projects", ":ref:`ref_flyteidl.admin.Project`", "repeated", "" - "token", ":ref:`ref_string`", "", "In the case of multiple pages of results, the server-provided token can be used to fetch the next page in a query. If there are no more results, this value will be empty." - + "attributes", ":ref:`ref_flyteidl.admin.ProjectDomainAttributes`", "", "+required" - -.. _ref_flyteidl.admin.Project.ProjectState: +.. _ref_flyteidl.admin.ProjectDomainAttributesUpdateResponse: -Project.ProjectState +ProjectDomainAttributesUpdateResponse ------------------------------------------------------------------ -The state of the project is used to control its visibility in the UI and validity. +Purposefully empty, may be populated in the future. + -.. csv-table:: Enum Project.ProjectState values - :header: "Name", "Number", "Description" - :widths: auto - "ACTIVE", "0", "By default, all projects are considered active." - "ARCHIVED", "1", "Archived projects are no longer visible in the UI and no longer valid." - "SYSTEM_GENERATED", "2", "System generated projects that aren't explicitly created or managed by a user." + + + + @@ -2465,32 +2445,31 @@ The state of the project is used to control its visibility in the UI and validit -.. _ref_flyteidl/admin/project_domain_attributes.proto: +.. _ref_flyteidl/admin/project.proto: -flyteidl/admin/project_domain_attributes.proto +flyteidl/admin/project.proto ================================================================== -.. _ref_flyteidl.admin.ProjectDomainAttributes: +.. _ref_flyteidl.admin.Domain: -ProjectDomainAttributes +Domain ------------------------------------------------------------------ -Defines a set of custom matching attributes which defines resource defaults for a project and domain. -For more info on matchable attributes, see :ref:`ref_flyteidl.admin.MatchableAttributesConfiguration` +Namespace within a project commonly used to differentiate between different service instances. +e.g. "production", "development", etc. -.. csv-table:: ProjectDomainAttributes type fields +.. csv-table:: Domain type fields :header: "Field", "Type", "Label", "Description" :widths: auto - "project", ":ref:`ref_string`", "", "Unique project id for which this set of attributes will be applied." - "domain", ":ref:`ref_string`", "", "Unique domain id for which this set of attributes will be applied." - "matching_attributes", ":ref:`ref_flyteidl.admin.MatchingAttributes`", "", "" + "id", ":ref:`ref_string`", "", "Globally unique domain name." + "name", ":ref:`ref_string`", "", "Display name." @@ -2498,23 +2477,25 @@ For more info on matchable attributes, see :ref:`ref_flyteidl.admin.MatchableAtt -.. _ref_flyteidl.admin.ProjectDomainAttributesDeleteRequest: +.. _ref_flyteidl.admin.Project: -ProjectDomainAttributesDeleteRequest +Project ------------------------------------------------------------------ -Request to delete a set matchable project domain attribute override. -For more info on matchable attributes, see :ref:`ref_flyteidl.admin.MatchableAttributesConfiguration` +Top-level namespace used to classify different entities like workflows and executions. -.. csv-table:: ProjectDomainAttributesDeleteRequest type fields +.. csv-table:: Project type fields :header: "Field", "Type", "Label", "Description" :widths: auto - "project", ":ref:`ref_string`", "", "Unique project id which this set of attributes references. +required" - "domain", ":ref:`ref_string`", "", "Unique domain id which this set of attributes references. +required" - "resource_type", ":ref:`ref_flyteidl.admin.MatchableResource`", "", "Which type of matchable attributes to delete. +required" + "id", ":ref:`ref_string`", "", "Globally unique project name." + "name", ":ref:`ref_string`", "", "Display name." + "domains", ":ref:`ref_flyteidl.admin.Domain`", "repeated", "" + "description", ":ref:`ref_string`", "", "" + "labels", ":ref:`ref_flyteidl.admin.Labels`", "", "Leverage Labels from flyteidel.admin.common.proto to tag projects with ownership information." + "state", ":ref:`ref_flyteidl.admin.Project.ProjectState`", "", "" @@ -2522,37 +2503,46 @@ For more info on matchable attributes, see :ref:`ref_flyteidl.admin.MatchableAtt -.. _ref_flyteidl.admin.ProjectDomainAttributesDeleteResponse: +.. _ref_flyteidl.admin.ProjectListRequest: -ProjectDomainAttributesDeleteResponse +ProjectListRequest ------------------------------------------------------------------ -Purposefully empty, may be populated in the future. +Request to retrieve a list of projects matching specified filters. +See :ref:`ref_flyteidl.admin.Project` for more details +.. csv-table:: ProjectListRequest type fields + :header: "Field", "Type", "Label", "Description" + :widths: auto + "limit", ":ref:`ref_uint32`", "", "Indicates the number of projects to be returned. +required" + "token", ":ref:`ref_string`", "", "In the case of multiple pages of results, this server-provided token can be used to fetch the next page in a query. +optional" + "filters", ":ref:`ref_string`", "", "Indicates a list of filters passed as string. More info on constructing filters : +optional" + "sort_by", ":ref:`ref_flyteidl.admin.Sort`", "", "Sort ordering. +optional" -.. _ref_flyteidl.admin.ProjectDomainAttributesGetRequest: -ProjectDomainAttributesGetRequest + + +.. _ref_flyteidl.admin.ProjectRegisterRequest: + +ProjectRegisterRequest ------------------------------------------------------------------ -Request to get an individual project domain attribute override. -For more info on matchable attributes, see :ref:`ref_flyteidl.admin.MatchableAttributesConfiguration` +Adds a new user-project within the Flyte deployment. +See :ref:`ref_flyteidl.admin.Project` for more details -.. csv-table:: ProjectDomainAttributesGetRequest type fields +.. csv-table:: ProjectRegisterRequest type fields :header: "Field", "Type", "Label", "Description" :widths: auto - "project", ":ref:`ref_string`", "", "Unique project id which this set of attributes references. +required" - "domain", ":ref:`ref_string`", "", "Unique domain id which this set of attributes references. +required" - "resource_type", ":ref:`ref_flyteidl.admin.MatchableResource`", "", "Which type of matchable attributes to return. +required" + "project", ":ref:`ref_flyteidl.admin.Project`", "", "+required" @@ -2560,63 +2550,73 @@ For more info on matchable attributes, see :ref:`ref_flyteidl.admin.MatchableAtt -.. _ref_flyteidl.admin.ProjectDomainAttributesGetResponse: +.. _ref_flyteidl.admin.ProjectRegisterResponse: -ProjectDomainAttributesGetResponse +ProjectRegisterResponse ------------------------------------------------------------------ -Response to get an individual project domain attribute override. -For more info on matchable attributes, see :ref:`ref_flyteidl.admin.MatchableAttributesConfiguration` +Purposefully empty, may be updated in the future. -.. csv-table:: ProjectDomainAttributesGetResponse type fields - :header: "Field", "Type", "Label", "Description" - :widths: auto - "attributes", ":ref:`ref_flyteidl.admin.ProjectDomainAttributes`", "", "" +.. _ref_flyteidl.admin.ProjectUpdateResponse: +ProjectUpdateResponse +------------------------------------------------------------------ +Purposefully empty, may be updated in the future. -.. _ref_flyteidl.admin.ProjectDomainAttributesUpdateRequest: -ProjectDomainAttributesUpdateRequest ------------------------------------------------------------------- -Sets custom attributes for a project-domain combination. -For more info on matchable attributes, see :ref:`ref_flyteidl.admin.MatchableAttributesConfiguration` -.. csv-table:: ProjectDomainAttributesUpdateRequest type fields - :header: "Field", "Type", "Label", "Description" - :widths: auto - "attributes", ":ref:`ref_flyteidl.admin.ProjectDomainAttributes`", "", "+required" +.. _ref_flyteidl.admin.Projects: +Projects +------------------------------------------------------------------ +Represents a list of projects. +See :ref:`ref_flyteidl.admin.Project` for more details +.. csv-table:: Projects type fields + :header: "Field", "Type", "Label", "Description" + :widths: auto -.. _ref_flyteidl.admin.ProjectDomainAttributesUpdateResponse: + "projects", ":ref:`ref_flyteidl.admin.Project`", "repeated", "" + "token", ":ref:`ref_string`", "", "In the case of multiple pages of results, the server-provided token can be used to fetch the next page in a query. If there are no more results, this value will be empty." -ProjectDomainAttributesUpdateResponse ------------------------------------------------------------------- -Purposefully empty, may be populated in the future. + - +.. _ref_flyteidl.admin.Project.ProjectState: + +Project.ProjectState +------------------------------------------------------------------ + +The state of the project is used to control its visibility in the UI and validity. + +.. csv-table:: Enum Project.ProjectState values + :header: "Name", "Number", "Description" + :widths: auto + + "ACTIVE", "0", "By default, all projects are considered active." + "ARCHIVED", "1", "Archived projects are no longer visible in the UI and no longer valid." + "SYSTEM_GENERATED", "2", "System generated projects that aren't explicitly created or managed by a user." @@ -2730,32 +2730,34 @@ Represents a frequency at which to run a schedule. -.. _ref_flyteidl/admin/task.proto: +.. _ref_flyteidl/admin/task_execution.proto: -flyteidl/admin/task.proto +flyteidl/admin/task_execution.proto ================================================================== -.. _ref_flyteidl.admin.Task: +.. _ref_flyteidl.admin.TaskExecution: -Task +TaskExecution ------------------------------------------------------------------ -Flyte workflows are composed of many ordered tasks. That is small, reusable, self-contained logical blocks -arranged to process workflow inputs and produce a deterministic set of outputs. -Tasks can come in many varieties tuned for specialized behavior. +Encapsulates all details for a single task execution entity. +A task execution represents an instantiated task, including all inputs and additional +metadata as well as computed results included state, outputs, and duration-based attributes. -.. csv-table:: Task type fields +.. csv-table:: TaskExecution type fields :header: "Field", "Type", "Label", "Description" :widths: auto - "id", ":ref:`ref_flyteidl.core.Identifier`", "", "id represents the unique identifier of the task." - "closure", ":ref:`ref_flyteidl.admin.TaskClosure`", "", "closure encapsulates all the fields that maps to a compiled version of the task." + "id", ":ref:`ref_flyteidl.core.TaskExecutionIdentifier`", "", "Unique identifier for the task execution." + "input_uri", ":ref:`ref_string`", "", "Path to remote data store where input blob is stored." + "closure", ":ref:`ref_flyteidl.admin.TaskExecutionClosure`", "", "Task execution details and results." + "is_parent", ":ref:`ref_bool`", "", "Whether this task spawned nodes." @@ -2763,22 +2765,32 @@ Tasks can come in many varieties tuned for specialized behavior. -.. _ref_flyteidl.admin.TaskClosure: +.. _ref_flyteidl.admin.TaskExecutionClosure: -TaskClosure +TaskExecutionClosure ------------------------------------------------------------------ -Compute task attributes which include values derived from the TaskSpec, as well as plugin-specific data -and task metadata. +Container for task execution details and results. -.. csv-table:: TaskClosure type fields +.. csv-table:: TaskExecutionClosure type fields :header: "Field", "Type", "Label", "Description" :widths: auto - "compiled_task", ":ref:`ref_flyteidl.core.CompiledTask`", "", "Represents the compiled representation of the task from the specification provided." - "created_at", ":ref:`ref_google.protobuf.Timestamp`", "", "Time at which the task was created." + "output_uri", ":ref:`ref_string`", "", "**Deprecated.** Path to remote data store where output blob is stored if the execution succeeded (and produced outputs). DEPRECATED. Use GetTaskExecutionData to fetch output data instead." + "error", ":ref:`ref_flyteidl.core.ExecutionError`", "", "Error information for the task execution. Populated if the execution failed." + "output_data", ":ref:`ref_flyteidl.core.LiteralMap`", "", "**Deprecated.** Raw output data produced by this task execution. DEPRECATED. Use GetTaskExecutionData to fetch output data instead." + "phase", ":ref:`ref_flyteidl.core.TaskExecution.Phase`", "", "The last recorded phase for this task execution." + "logs", ":ref:`ref_flyteidl.core.TaskLog`", "repeated", "Detailed log information output by the task execution." + "started_at", ":ref:`ref_google.protobuf.Timestamp`", "", "Time at which the task execution began running." + "duration", ":ref:`ref_google.protobuf.Duration`", "", "The amount of time the task execution spent running." + "created_at", ":ref:`ref_google.protobuf.Timestamp`", "", "Time at which the task execution was created." + "updated_at", ":ref:`ref_google.protobuf.Timestamp`", "", "Time at which the task execution was last updated." + "custom_info", ":ref:`ref_google.protobuf.Struct`", "", "Custom data specific to the task plugin." + "reason", ":ref:`ref_string`", "", "If there is an explanation for the most recent phase transition, the reason will capture it." + "task_type", ":ref:`ref_string`", "", "A predefined yet extensible Task type identifier." + "metadata", ":ref:`ref_flyteidl.event.TaskExecutionMetadata`", "", "Metadata around how a task was executed." @@ -2786,22 +2798,21 @@ and task metadata. -.. _ref_flyteidl.admin.TaskCreateRequest: +.. _ref_flyteidl.admin.TaskExecutionGetDataRequest: -TaskCreateRequest +TaskExecutionGetDataRequest ------------------------------------------------------------------ -Represents a request structure to create a revision of a task. -See :ref:`ref_flyteidl.admin.Task` for more details +Request structure to fetch inputs and output for a task execution. +By default this data is not returned inline in :ref:`ref_flyteidl.admin.TaskExecutionGetRequest` -.. csv-table:: TaskCreateRequest type fields +.. csv-table:: TaskExecutionGetDataRequest type fields :header: "Field", "Type", "Label", "Description" :widths: auto - "id", ":ref:`ref_flyteidl.core.Identifier`", "", "id represents the unique identifier of the task. +required" - "spec", ":ref:`ref_flyteidl.admin.TaskSpec`", "", "Represents the specification for task. +required" + "id", ":ref:`ref_flyteidl.core.TaskExecutionIdentifier`", "", "The identifier of the task execution for which to fetch inputs and outputs. +required" @@ -2809,38 +2820,45 @@ See :ref:`ref_flyteidl.admin.Task` for more details -.. _ref_flyteidl.admin.TaskCreateResponse: +.. _ref_flyteidl.admin.TaskExecutionGetDataResponse: -TaskCreateResponse +TaskExecutionGetDataResponse ------------------------------------------------------------------ -Represents a response structure if task creation succeeds. +Response structure for TaskExecutionGetDataRequest which contains inputs and outputs for a task execution. -Purposefully empty, may be populated in the future. +.. csv-table:: TaskExecutionGetDataResponse type fields + :header: "Field", "Type", "Label", "Description" + :widths: auto + "inputs", ":ref:`ref_flyteidl.admin.UrlBlob`", "", "**Deprecated.** Signed url to fetch a core.LiteralMap of task execution inputs. Deprecated: Please use full_inputs instead." + "outputs", ":ref:`ref_flyteidl.admin.UrlBlob`", "", "**Deprecated.** Signed url to fetch a core.LiteralMap of task execution outputs. Deprecated: Please use full_outputs instead." + "full_inputs", ":ref:`ref_flyteidl.core.LiteralMap`", "", "Full_inputs will only be populated if they are under a configured size threshold." + "full_outputs", ":ref:`ref_flyteidl.core.LiteralMap`", "", "Full_outputs will only be populated if they are under a configured size threshold." -.. _ref_flyteidl.admin.TaskList: -TaskList + +.. _ref_flyteidl.admin.TaskExecutionGetRequest: + +TaskExecutionGetRequest ------------------------------------------------------------------ -Represents a list of tasks returned from the admin. -See :ref:`ref_flyteidl.admin.Task` for more details +A message used to fetch a single task execution entity. +See :ref:`ref_flyteidl.admin.TaskExecution` for more details -.. csv-table:: TaskList type fields +.. csv-table:: TaskExecutionGetRequest type fields :header: "Field", "Type", "Label", "Description" :widths: auto - "tasks", ":ref:`ref_flyteidl.admin.Task`", "repeated", "A list of tasks returned based on the request." - "token", ":ref:`ref_string`", "", "In the case of multiple pages of results, the server-provided token can be used to fetch the next page in a query. If there are no more results, this value will be empty." + "id", ":ref:`ref_flyteidl.core.TaskExecutionIdentifier`", "", "Unique identifier for the task execution. +required" @@ -2848,97 +2866,90 @@ See :ref:`ref_flyteidl.admin.Task` for more details -.. _ref_flyteidl.admin.TaskSpec: +.. _ref_flyteidl.admin.TaskExecutionList: -TaskSpec +TaskExecutionList ------------------------------------------------------------------ -Represents a structure that encapsulates the user-configured specification of the task. +Response structure for a query to list of task execution entities. +See :ref:`ref_flyteidl.admin.TaskExecution` for more details -.. csv-table:: TaskSpec type fields +.. csv-table:: TaskExecutionList type fields :header: "Field", "Type", "Label", "Description" :widths: auto - "template", ":ref:`ref_flyteidl.core.TaskTemplate`", "", "Template of the task that encapsulates all the metadata of the task." + "task_executions", ":ref:`ref_flyteidl.admin.TaskExecution`", "repeated", "" + "token", ":ref:`ref_string`", "", "In the case of multiple pages of results, the server-provided token can be used to fetch the next page in a query. If there are no more results, this value will be empty." - - - +.. _ref_flyteidl.admin.TaskExecutionListRequest: - +TaskExecutionListRequest +------------------------------------------------------------------ +Represents a request structure to retrieve a list of task execution entities yielded by a specific node execution. +See :ref:`ref_flyteidl.admin.TaskExecution` for more details -.. _ref_flyteidl/admin/task_execution.proto: +.. csv-table:: TaskExecutionListRequest type fields + :header: "Field", "Type", "Label", "Description" + :widths: auto -flyteidl/admin/task_execution.proto -================================================================== + "node_execution_id", ":ref:`ref_flyteidl.core.NodeExecutionIdentifier`", "", "Indicates the node execution to filter by. +required" + "limit", ":ref:`ref_uint32`", "", "Indicates the number of resources to be returned. +required" + "token", ":ref:`ref_string`", "", "In the case of multiple pages of results, the server-provided token can be used to fetch the next page in a query. +optional" + "filters", ":ref:`ref_string`", "", "Indicates a list of filters passed as string. More info on constructing filters : +optional" + "sort_by", ":ref:`ref_flyteidl.admin.Sort`", "", "Sort ordering for returned list. +optional" -.. _ref_flyteidl.admin.TaskExecution: + -TaskExecution ------------------------------------------------------------------- + -Encapsulates all details for a single task execution entity. -A task execution represents an instantiated task, including all inputs and additional -metadata as well as computed results included state, outputs, and duration-based attributes. + + -.. csv-table:: TaskExecution type fields - :header: "Field", "Type", "Label", "Description" - :widths: auto - "id", ":ref:`ref_flyteidl.core.TaskExecutionIdentifier`", "", "Unique identifier for the task execution." - "input_uri", ":ref:`ref_string`", "", "Path to remote data store where input blob is stored." - "closure", ":ref:`ref_flyteidl.admin.TaskExecutionClosure`", "", "Task execution details and results." - "is_parent", ":ref:`ref_bool`", "", "Whether this task spawned nodes." +.. _ref_flyteidl/admin/task.proto: +flyteidl/admin/task.proto +================================================================== -.. _ref_flyteidl.admin.TaskExecutionClosure: +.. _ref_flyteidl.admin.Task: -TaskExecutionClosure +Task ------------------------------------------------------------------ -Container for task execution details and results. +Flyte workflows are composed of many ordered tasks. That is small, reusable, self-contained logical blocks +arranged to process workflow inputs and produce a deterministic set of outputs. +Tasks can come in many varieties tuned for specialized behavior. -.. csv-table:: TaskExecutionClosure type fields +.. csv-table:: Task type fields :header: "Field", "Type", "Label", "Description" :widths: auto - "output_uri", ":ref:`ref_string`", "", "**Deprecated.** Path to remote data store where output blob is stored if the execution succeeded (and produced outputs). DEPRECATED. Use GetTaskExecutionData to fetch output data instead." - "error", ":ref:`ref_flyteidl.core.ExecutionError`", "", "Error information for the task execution. Populated if the execution failed." - "output_data", ":ref:`ref_flyteidl.core.LiteralMap`", "", "**Deprecated.** Raw output data produced by this task execution. DEPRECATED. Use GetTaskExecutionData to fetch output data instead." - "phase", ":ref:`ref_flyteidl.core.TaskExecution.Phase`", "", "The last recorded phase for this task execution." - "logs", ":ref:`ref_flyteidl.core.TaskLog`", "repeated", "Detailed log information output by the task execution." - "started_at", ":ref:`ref_google.protobuf.Timestamp`", "", "Time at which the task execution began running." - "duration", ":ref:`ref_google.protobuf.Duration`", "", "The amount of time the task execution spent running." - "created_at", ":ref:`ref_google.protobuf.Timestamp`", "", "Time at which the task execution was created." - "updated_at", ":ref:`ref_google.protobuf.Timestamp`", "", "Time at which the task execution was last updated." - "custom_info", ":ref:`ref_google.protobuf.Struct`", "", "Custom data specific to the task plugin." - "reason", ":ref:`ref_string`", "", "If there is an explanation for the most recent phase transition, the reason will capture it." - "task_type", ":ref:`ref_string`", "", "A predefined yet extensible Task type identifier." - "metadata", ":ref:`ref_flyteidl.event.TaskExecutionMetadata`", "", "Metadata around how a task was executed." + "id", ":ref:`ref_flyteidl.core.Identifier`", "", "id represents the unique identifier of the task." + "closure", ":ref:`ref_flyteidl.admin.TaskClosure`", "", "closure encapsulates all the fields that maps to a compiled version of the task." @@ -2946,21 +2957,22 @@ Container for task execution details and results. -.. _ref_flyteidl.admin.TaskExecutionGetDataRequest: +.. _ref_flyteidl.admin.TaskClosure: -TaskExecutionGetDataRequest +TaskClosure ------------------------------------------------------------------ -Request structure to fetch inputs and output for a task execution. -By default this data is not returned inline in :ref:`ref_flyteidl.admin.TaskExecutionGetRequest` +Compute task attributes which include values derived from the TaskSpec, as well as plugin-specific data +and task metadata. -.. csv-table:: TaskExecutionGetDataRequest type fields +.. csv-table:: TaskClosure type fields :header: "Field", "Type", "Label", "Description" :widths: auto - "id", ":ref:`ref_flyteidl.core.TaskExecutionIdentifier`", "", "The identifier of the task execution for which to fetch inputs and outputs. +required" + "compiled_task", ":ref:`ref_flyteidl.core.CompiledTask`", "", "Represents the compiled representation of the task from the specification provided." + "created_at", ":ref:`ref_google.protobuf.Timestamp`", "", "Time at which the task was created." @@ -2968,23 +2980,22 @@ By default this data is not returned inline in :ref:`ref_flyteidl.admin.TaskExec -.. _ref_flyteidl.admin.TaskExecutionGetDataResponse: +.. _ref_flyteidl.admin.TaskCreateRequest: -TaskExecutionGetDataResponse +TaskCreateRequest ------------------------------------------------------------------ -Response structure for TaskExecutionGetDataRequest which contains inputs and outputs for a task execution. +Represents a request structure to create a revision of a task. +See :ref:`ref_flyteidl.admin.Task` for more details -.. csv-table:: TaskExecutionGetDataResponse type fields +.. csv-table:: TaskCreateRequest type fields :header: "Field", "Type", "Label", "Description" :widths: auto - "inputs", ":ref:`ref_flyteidl.admin.UrlBlob`", "", "**Deprecated.** Signed url to fetch a core.LiteralMap of task execution inputs. Deprecated: Please use full_inputs instead." - "outputs", ":ref:`ref_flyteidl.admin.UrlBlob`", "", "**Deprecated.** Signed url to fetch a core.LiteralMap of task execution outputs. Deprecated: Please use full_outputs instead." - "full_inputs", ":ref:`ref_flyteidl.core.LiteralMap`", "", "Full_inputs will only be populated if they are under a configured size threshold." - "full_outputs", ":ref:`ref_flyteidl.core.LiteralMap`", "", "Full_outputs will only be populated if they are under a configured size threshold." + "id", ":ref:`ref_flyteidl.core.Identifier`", "", "id represents the unique identifier of the task. +required" + "spec", ":ref:`ref_flyteidl.admin.TaskSpec`", "", "Represents the specification for task. +required" @@ -2992,21 +3003,15 @@ Response structure for TaskExecutionGetDataRequest which contains inputs and out -.. _ref_flyteidl.admin.TaskExecutionGetRequest: +.. _ref_flyteidl.admin.TaskCreateResponse: -TaskExecutionGetRequest +TaskCreateResponse ------------------------------------------------------------------ -A message used to fetch a single task execution entity. -See :ref:`ref_flyteidl.admin.TaskExecution` for more details - - +Represents a response structure if task creation succeeds. -.. csv-table:: TaskExecutionGetRequest type fields - :header: "Field", "Type", "Label", "Description" - :widths: auto +Purposefully empty, may be populated in the future. - "id", ":ref:`ref_flyteidl.core.TaskExecutionIdentifier`", "", "Unique identifier for the task execution. +required" @@ -3014,21 +3019,21 @@ See :ref:`ref_flyteidl.admin.TaskExecution` for more details -.. _ref_flyteidl.admin.TaskExecutionList: +.. _ref_flyteidl.admin.TaskList: -TaskExecutionList +TaskList ------------------------------------------------------------------ -Response structure for a query to list of task execution entities. -See :ref:`ref_flyteidl.admin.TaskExecution` for more details +Represents a list of tasks returned from the admin. +See :ref:`ref_flyteidl.admin.Task` for more details -.. csv-table:: TaskExecutionList type fields +.. csv-table:: TaskList type fields :header: "Field", "Type", "Label", "Description" :widths: auto - "task_executions", ":ref:`ref_flyteidl.admin.TaskExecution`", "repeated", "" + "tasks", ":ref:`ref_flyteidl.admin.Task`", "repeated", "A list of tasks returned based on the request." "token", ":ref:`ref_string`", "", "In the case of multiple pages of results, the server-provided token can be used to fetch the next page in a query. If there are no more results, this value will be empty." @@ -3037,25 +3042,20 @@ See :ref:`ref_flyteidl.admin.TaskExecution` for more details -.. _ref_flyteidl.admin.TaskExecutionListRequest: +.. _ref_flyteidl.admin.TaskSpec: -TaskExecutionListRequest +TaskSpec ------------------------------------------------------------------ -Represents a request structure to retrieve a list of task execution entities yielded by a specific node execution. -See :ref:`ref_flyteidl.admin.TaskExecution` for more details +Represents a structure that encapsulates the user-configured specification of the task. -.. csv-table:: TaskExecutionListRequest type fields +.. csv-table:: TaskSpec type fields :header: "Field", "Type", "Label", "Description" :widths: auto - "node_execution_id", ":ref:`ref_flyteidl.core.NodeExecutionIdentifier`", "", "Indicates the node execution to filter by. +required" - "limit", ":ref:`ref_uint32`", "", "Indicates the number of resources to be returned. +required" - "token", ":ref:`ref_string`", "", "In the case of multiple pages of results, the server-provided token can be used to fetch the next page in a query. +optional" - "filters", ":ref:`ref_string`", "", "Indicates a list of filters passed as string. More info on constructing filters : +optional" - "sort_by", ":ref:`ref_flyteidl.admin.Sort`", "", "Sort ordering for returned list. +optional" + "template", ":ref:`ref_flyteidl.core.TaskTemplate`", "", "Template of the task that encapsulates all the metadata of the task." @@ -3148,32 +3148,33 @@ Provides Version information for a component -.. _ref_flyteidl/admin/workflow.proto: +.. _ref_flyteidl/admin/workflow_attributes.proto: -flyteidl/admin/workflow.proto +flyteidl/admin/workflow_attributes.proto ================================================================== -.. _ref_flyteidl.admin.Workflow: +.. _ref_flyteidl.admin.WorkflowAttributes: -Workflow +WorkflowAttributes ------------------------------------------------------------------ -Represents the workflow structure stored in the Admin -A workflow is created by ordering tasks and associating outputs to inputs -in order to produce a directed-acyclic execution graph. +Defines a set of custom matching attributes which defines resource defaults for a project, domain and workflow. +For more info on matchable attributes, see :ref:`ref_flyteidl.admin.MatchableAttributesConfiguration` -.. csv-table:: Workflow type fields +.. csv-table:: WorkflowAttributes type fields :header: "Field", "Type", "Label", "Description" :widths: auto - "id", ":ref:`ref_flyteidl.core.Identifier`", "", "id represents the unique identifier of the workflow." - "closure", ":ref:`ref_flyteidl.admin.WorkflowClosure`", "", "closure encapsulates all the fields that maps to a compiled version of the workflow." + "project", ":ref:`ref_string`", "", "Unique project id for which this set of attributes will be applied." + "domain", ":ref:`ref_string`", "", "Unique domain id for which this set of attributes will be applied." + "workflow", ":ref:`ref_string`", "", "Workflow name for which this set of attributes will be applied." + "matching_attributes", ":ref:`ref_flyteidl.admin.MatchingAttributes`", "", "" @@ -3181,21 +3182,24 @@ in order to produce a directed-acyclic execution graph. -.. _ref_flyteidl.admin.WorkflowClosure: +.. _ref_flyteidl.admin.WorkflowAttributesDeleteRequest: -WorkflowClosure +WorkflowAttributesDeleteRequest ------------------------------------------------------------------ -A container holding the compiled workflow produced from the WorkflowSpec and additional metadata. +Request to delete a set matchable workflow attribute override. +For more info on matchable attributes, see :ref:`ref_flyteidl.admin.MatchableAttributesConfiguration` -.. csv-table:: WorkflowClosure type fields +.. csv-table:: WorkflowAttributesDeleteRequest type fields :header: "Field", "Type", "Label", "Description" :widths: auto - "compiled_workflow", ":ref:`ref_flyteidl.core.CompiledWorkflowClosure`", "", "Represents the compiled representation of the workflow from the specification provided." - "created_at", ":ref:`ref_google.protobuf.Timestamp`", "", "Time at which the workflow was created." + "project", ":ref:`ref_string`", "", "Unique project id which this set of attributes references. +required" + "domain", ":ref:`ref_string`", "", "Unique domain id which this set of attributes references. +required" + "workflow", ":ref:`ref_string`", "", "Workflow name which this set of attributes references. +required" + "resource_type", ":ref:`ref_flyteidl.admin.MatchableResource`", "", "Which type of matchable attributes to delete. +required" @@ -3203,36 +3207,38 @@ A container holding the compiled workflow produced from the WorkflowSpec and add -.. _ref_flyteidl.admin.WorkflowCreateRequest: +.. _ref_flyteidl.admin.WorkflowAttributesDeleteResponse: -WorkflowCreateRequest +WorkflowAttributesDeleteResponse ------------------------------------------------------------------ -Represents a request structure to create a revision of a workflow. -See :ref:`ref_flyteidl.admin.Workflow` for more details +Purposefully empty, may be populated in the future. -.. csv-table:: WorkflowCreateRequest type fields - :header: "Field", "Type", "Label", "Description" - :widths: auto - "id", ":ref:`ref_flyteidl.core.Identifier`", "", "id represents the unique identifier of the workflow. +required" - "spec", ":ref:`ref_flyteidl.admin.WorkflowSpec`", "", "Represents the specification for workflow. +required" +.. _ref_flyteidl.admin.WorkflowAttributesGetRequest: +WorkflowAttributesGetRequest +------------------------------------------------------------------ +Request to get an individual workflow attribute override. +For more info on matchable attributes, see :ref:`ref_flyteidl.admin.MatchableAttributesConfiguration` -.. _ref_flyteidl.admin.WorkflowCreateResponse: -WorkflowCreateResponse ------------------------------------------------------------------- -Purposefully empty, may be populated in the future. +.. csv-table:: WorkflowAttributesGetRequest type fields + :header: "Field", "Type", "Label", "Description" + :widths: auto + "project", ":ref:`ref_string`", "", "Unique project id which this set of attributes references. +required" + "domain", ":ref:`ref_string`", "", "Unique domain id which this set of attributes references. +required" + "workflow", ":ref:`ref_string`", "", "Workflow name which this set of attributes references. +required" + "resource_type", ":ref:`ref_flyteidl.admin.MatchableResource`", "", "Which type of matchable attributes to return. +required" @@ -3240,22 +3246,20 @@ Purposefully empty, may be populated in the future. -.. _ref_flyteidl.admin.WorkflowList: +.. _ref_flyteidl.admin.WorkflowAttributesGetResponse: -WorkflowList +WorkflowAttributesGetResponse ------------------------------------------------------------------ -Represents a list of workflows returned from the admin. -See :ref:`ref_flyteidl.admin.Workflow` for more details +Response to get an individual workflow attribute override. -.. csv-table:: WorkflowList type fields +.. csv-table:: WorkflowAttributesGetResponse type fields :header: "Field", "Type", "Label", "Description" :widths: auto - "workflows", ":ref:`ref_flyteidl.admin.Workflow`", "repeated", "A list of workflows returned based on the request." - "token", ":ref:`ref_string`", "", "In the case of multiple pages of results, the server-provided token can be used to fetch the next page in a query. If there are no more results, this value will be empty." + "attributes", ":ref:`ref_flyteidl.admin.WorkflowAttributes`", "", "" @@ -3263,21 +3267,35 @@ See :ref:`ref_flyteidl.admin.Workflow` for more details -.. _ref_flyteidl.admin.WorkflowSpec: +.. _ref_flyteidl.admin.WorkflowAttributesUpdateRequest: -WorkflowSpec +WorkflowAttributesUpdateRequest ------------------------------------------------------------------ -Represents a structure that encapsulates the specification of the workflow. +Sets custom attributes for a project, domain and workflow combination. +For more info on matchable attributes, see :ref:`ref_flyteidl.admin.MatchableAttributesConfiguration` -.. csv-table:: WorkflowSpec type fields +.. csv-table:: WorkflowAttributesUpdateRequest type fields :header: "Field", "Type", "Label", "Description" :widths: auto - "template", ":ref:`ref_flyteidl.core.WorkflowTemplate`", "", "Template of the task that encapsulates all the metadata of the workflow." - "sub_workflows", ":ref:`ref_flyteidl.core.WorkflowTemplate`", "repeated", "Workflows that are embedded into other workflows need to be passed alongside the parent workflow to the propeller compiler (since the compiler doesn't have any knowledge of other workflows - ie, it doesn't reach out to Admin to see other registered workflows). In fact, subworkflows do not even need to be registered." + "attributes", ":ref:`ref_flyteidl.admin.WorkflowAttributes`", "", "" + + + + + + + +.. _ref_flyteidl.admin.WorkflowAttributesUpdateResponse: + +WorkflowAttributesUpdateResponse +------------------------------------------------------------------ + +Purposefully empty, may be populated in the future. + @@ -3294,33 +3312,32 @@ Represents a structure that encapsulates the specification of the workflow. -.. _ref_flyteidl/admin/workflow_attributes.proto: +.. _ref_flyteidl/admin/workflow.proto: -flyteidl/admin/workflow_attributes.proto +flyteidl/admin/workflow.proto ================================================================== -.. _ref_flyteidl.admin.WorkflowAttributes: +.. _ref_flyteidl.admin.Workflow: -WorkflowAttributes +Workflow ------------------------------------------------------------------ -Defines a set of custom matching attributes which defines resource defaults for a project, domain and workflow. -For more info on matchable attributes, see :ref:`ref_flyteidl.admin.MatchableAttributesConfiguration` +Represents the workflow structure stored in the Admin +A workflow is created by ordering tasks and associating outputs to inputs +in order to produce a directed-acyclic execution graph. -.. csv-table:: WorkflowAttributes type fields +.. csv-table:: Workflow type fields :header: "Field", "Type", "Label", "Description" :widths: auto - "project", ":ref:`ref_string`", "", "Unique project id for which this set of attributes will be applied." - "domain", ":ref:`ref_string`", "", "Unique domain id for which this set of attributes will be applied." - "workflow", ":ref:`ref_string`", "", "Workflow name for which this set of attributes will be applied." - "matching_attributes", ":ref:`ref_flyteidl.admin.MatchingAttributes`", "", "" + "id", ":ref:`ref_flyteidl.core.Identifier`", "", "id represents the unique identifier of the workflow." + "closure", ":ref:`ref_flyteidl.admin.WorkflowClosure`", "", "closure encapsulates all the fields that maps to a compiled version of the workflow." @@ -3328,24 +3345,21 @@ For more info on matchable attributes, see :ref:`ref_flyteidl.admin.MatchableAtt -.. _ref_flyteidl.admin.WorkflowAttributesDeleteRequest: +.. _ref_flyteidl.admin.WorkflowClosure: -WorkflowAttributesDeleteRequest +WorkflowClosure ------------------------------------------------------------------ -Request to delete a set matchable workflow attribute override. -For more info on matchable attributes, see :ref:`ref_flyteidl.admin.MatchableAttributesConfiguration` +A container holding the compiled workflow produced from the WorkflowSpec and additional metadata. -.. csv-table:: WorkflowAttributesDeleteRequest type fields +.. csv-table:: WorkflowClosure type fields :header: "Field", "Type", "Label", "Description" :widths: auto - "project", ":ref:`ref_string`", "", "Unique project id which this set of attributes references. +required" - "domain", ":ref:`ref_string`", "", "Unique domain id which this set of attributes references. +required" - "workflow", ":ref:`ref_string`", "", "Workflow name which this set of attributes references. +required" - "resource_type", ":ref:`ref_flyteidl.admin.MatchableResource`", "", "Which type of matchable attributes to delete. +required" + "compiled_workflow", ":ref:`ref_flyteidl.core.CompiledWorkflowClosure`", "", "Represents the compiled representation of the workflow from the specification provided." + "created_at", ":ref:`ref_google.protobuf.Timestamp`", "", "Time at which the workflow was created." @@ -3353,38 +3367,36 @@ For more info on matchable attributes, see :ref:`ref_flyteidl.admin.MatchableAtt -.. _ref_flyteidl.admin.WorkflowAttributesDeleteResponse: +.. _ref_flyteidl.admin.WorkflowCreateRequest: -WorkflowAttributesDeleteResponse +WorkflowCreateRequest ------------------------------------------------------------------ -Purposefully empty, may be populated in the future. +Represents a request structure to create a revision of a workflow. +See :ref:`ref_flyteidl.admin.Workflow` for more details +.. csv-table:: WorkflowCreateRequest type fields + :header: "Field", "Type", "Label", "Description" + :widths: auto + "id", ":ref:`ref_flyteidl.core.Identifier`", "", "id represents the unique identifier of the workflow. +required" + "spec", ":ref:`ref_flyteidl.admin.WorkflowSpec`", "", "Represents the specification for workflow. +required" -.. _ref_flyteidl.admin.WorkflowAttributesGetRequest: -WorkflowAttributesGetRequest ------------------------------------------------------------------- -Request to get an individual workflow attribute override. -For more info on matchable attributes, see :ref:`ref_flyteidl.admin.MatchableAttributesConfiguration` +.. _ref_flyteidl.admin.WorkflowCreateResponse: +WorkflowCreateResponse +------------------------------------------------------------------ -.. csv-table:: WorkflowAttributesGetRequest type fields - :header: "Field", "Type", "Label", "Description" - :widths: auto +Purposefully empty, may be populated in the future. - "project", ":ref:`ref_string`", "", "Unique project id which this set of attributes references. +required" - "domain", ":ref:`ref_string`", "", "Unique domain id which this set of attributes references. +required" - "workflow", ":ref:`ref_string`", "", "Workflow name which this set of attributes references. +required" - "resource_type", ":ref:`ref_flyteidl.admin.MatchableResource`", "", "Which type of matchable attributes to return. +required" @@ -3392,20 +3404,22 @@ For more info on matchable attributes, see :ref:`ref_flyteidl.admin.MatchableAtt -.. _ref_flyteidl.admin.WorkflowAttributesGetResponse: +.. _ref_flyteidl.admin.WorkflowList: -WorkflowAttributesGetResponse +WorkflowList ------------------------------------------------------------------ -Response to get an individual workflow attribute override. +Represents a list of workflows returned from the admin. +See :ref:`ref_flyteidl.admin.Workflow` for more details -.. csv-table:: WorkflowAttributesGetResponse type fields +.. csv-table:: WorkflowList type fields :header: "Field", "Type", "Label", "Description" :widths: auto - "attributes", ":ref:`ref_flyteidl.admin.WorkflowAttributes`", "", "" + "workflows", ":ref:`ref_flyteidl.admin.Workflow`", "repeated", "A list of workflows returned based on the request." + "token", ":ref:`ref_string`", "", "In the case of multiple pages of results, the server-provided token can be used to fetch the next page in a query. If there are no more results, this value will be empty." @@ -3413,35 +3427,21 @@ Response to get an individual workflow attribute override. -.. _ref_flyteidl.admin.WorkflowAttributesUpdateRequest: +.. _ref_flyteidl.admin.WorkflowSpec: -WorkflowAttributesUpdateRequest +WorkflowSpec ------------------------------------------------------------------ -Sets custom attributes for a project, domain and workflow combination. -For more info on matchable attributes, see :ref:`ref_flyteidl.admin.MatchableAttributesConfiguration` +Represents a structure that encapsulates the specification of the workflow. -.. csv-table:: WorkflowAttributesUpdateRequest type fields +.. csv-table:: WorkflowSpec type fields :header: "Field", "Type", "Label", "Description" :widths: auto - "attributes", ":ref:`ref_flyteidl.admin.WorkflowAttributes`", "", "" - - - - - - - -.. _ref_flyteidl.admin.WorkflowAttributesUpdateResponse: - -WorkflowAttributesUpdateResponse ------------------------------------------------------------------- - -Purposefully empty, may be populated in the future. - + "template", ":ref:`ref_flyteidl.core.WorkflowTemplate`", "", "Template of the task that encapsulates all the metadata of the workflow." + "sub_workflows", ":ref:`ref_flyteidl.core.WorkflowTemplate`", "repeated", "Workflows that are embedded into other workflows need to be passed alongside the parent workflow to the propeller compiler (since the compiler doesn't have any knowledge of other workflows - ie, it doesn't reach out to Admin to see other registered workflows). In fact, subworkflows do not even need to be registered." diff --git a/flyteidl/protos/docs/core/core.rst b/flyteidl/protos/docs/core/core.rst index b024ec7450..ae49ed65d8 100644 --- a/flyteidl/protos/docs/core/core.rst +++ b/flyteidl/protos/docs/core/core.rst @@ -1507,6 +1507,7 @@ Scalar "none_type", ":ref:`ref_flyteidl.core.Void`", "", "" "error", ":ref:`ref_flyteidl.core.Error`", "", "" "generic", ":ref:`ref_google.protobuf.Struct`", "", "" + "structured_dataset", ":ref:`ref_flyteidl.core.StructuredDataset`", "", "" @@ -1536,6 +1537,49 @@ A strongly typed schema that defines the interface of data retrieved from the un +.. _ref_flyteidl.core.StructuredDataset: + +StructuredDataset +------------------------------------------------------------------ + + + + + +.. csv-table:: StructuredDataset type fields + :header: "Field", "Type", "Label", "Description" + :widths: auto + + "uri", ":ref:`ref_string`", "", "String location uniquely identifying where the data is. Should start with the storage location (e.g. s3://, gs://, bq://, etc.)" + "metadata", ":ref:`ref_flyteidl.core.StructuredDatasetMetadata`", "", "" + + + + + + + +.. _ref_flyteidl.core.StructuredDatasetMetadata: + +StructuredDatasetMetadata +------------------------------------------------------------------ + + + + + +.. csv-table:: StructuredDatasetMetadata type fields + :header: "Field", "Type", "Label", "Description" + :widths: auto + + "structured_dataset_type", ":ref:`ref_flyteidl.core.StructuredDatasetType`", "", "Bundle the type information along with the literal. This is here because StructuredDatasets can often be more defined at run time than at compile time. That is, at compile time you might only declare a task to return a pandas dataframe or a StructuredDataset, without any column information, but at run time, you might have that column information. flytekit python will copy this type information into the literal, from the type information, if not provided by the various plugins (encoders). Since this field is run time generated, it's not used for any type checking." + + + + + + + .. _ref_flyteidl.core.Void: Void @@ -2337,6 +2381,7 @@ Defines a strong type to allow type checking between interfaces. "map_value_type", ":ref:`ref_flyteidl.core.LiteralType`", "", "Defines the type of the value of a map type. The type of the key is always a string." "blob", ":ref:`ref_flyteidl.core.BlobType`", "", "A blob might have specialized implementation details depending on associated metadata." "enum_type", ":ref:`ref_flyteidl.core.EnumType`", "", "Defines an enum with pre-defined string values." + "structured_dataset_type", ":ref:`ref_flyteidl.core.StructuredDatasetType`", "", "Generalized schema support" "metadata", ":ref:`ref_google.protobuf.Struct`", "", "This field contains type metadata that is descriptive of the type, but is NOT considered in type-checking. This might be used by consumers to identify special behavior or display extended information for the type." @@ -2409,6 +2454,52 @@ SchemaType.SchemaColumn + + +.. _ref_flyteidl.core.StructuredDatasetType: + +StructuredDatasetType +------------------------------------------------------------------ + + + + + +.. csv-table:: StructuredDatasetType type fields + :header: "Field", "Type", "Label", "Description" + :widths: auto + + "columns", ":ref:`ref_flyteidl.core.StructuredDatasetType.DatasetColumn`", "repeated", "A list of ordered columns this schema comprises of." + "format", ":ref:`ref_string`", "", "This is the storage format, the format of the bits at rest parquet, feather, csv, etc. For two types to be compatible, the format will need to be an exact match." + "external_schema_type", ":ref:`ref_string`", "", "This is a string representing the type that the bytes in external_schema_bytes are formatted in. This is an optional field that will not be used for type checking." + "external_schema_bytes", ":ref:`ref_bytes`", "", "The serialized bytes of a third-party schema library like Arrow. This is an optional field that will not be used for type checking." + + + + + + + +.. _ref_flyteidl.core.StructuredDatasetType.DatasetColumn: + +StructuredDatasetType.DatasetColumn +------------------------------------------------------------------ + + + + + +.. csv-table:: StructuredDatasetType.DatasetColumn type fields + :header: "Field", "Type", "Label", "Description" + :widths: auto + + "name", ":ref:`ref_string`", "", "A unique name within the schema type for the column." + "literal_type", ":ref:`ref_flyteidl.core.LiteralType`", "", "The column type." + + + + + @@ -2480,6 +2571,46 @@ Define a set of simple types. +.. _ref_flyteidl/core/workflow_closure.proto: + +flyteidl/core/workflow_closure.proto +================================================================== + + + + + +.. _ref_flyteidl.core.WorkflowClosure: + +WorkflowClosure +------------------------------------------------------------------ + +Defines an enclosed package of workflow and tasks it references. + + + +.. csv-table:: WorkflowClosure type fields + :header: "Field", "Type", "Label", "Description" + :widths: auto + + "workflow", ":ref:`ref_flyteidl.core.WorkflowTemplate`", "", "required. Workflow template." + "tasks", ":ref:`ref_flyteidl.core.TaskTemplate`", "repeated", "optional. A collection of tasks referenced by the workflow. Only needed if the workflow references tasks." + + + + + + + + + + + + + + + + .. _ref_flyteidl/core/workflow.proto: flyteidl/core/workflow.proto @@ -2800,46 +2931,6 @@ Failure Handling Strategy -.. _ref_flyteidl/core/workflow_closure.proto: - -flyteidl/core/workflow_closure.proto -================================================================== - - - - - -.. _ref_flyteidl.core.WorkflowClosure: - -WorkflowClosure ------------------------------------------------------------------- - -Defines an enclosed package of workflow and tasks it references. - - - -.. csv-table:: WorkflowClosure type fields - :header: "Field", "Type", "Label", "Description" - :widths: auto - - "workflow", ":ref:`ref_flyteidl.core.WorkflowTemplate`", "", "required. Workflow template." - "tasks", ":ref:`ref_flyteidl.core.TaskTemplate`", "repeated", "optional. A collection of tasks referenced by the workflow. Only needed if the workflow references tasks." - - - - - - - - - - - - - - - - .. _ref_google/protobuf/timestamp.proto: google/protobuf/timestamp.proto diff --git a/flyteidl/protos/docs/event/event.rst b/flyteidl/protos/docs/event/event.rst index 1b9497e1f1..70a875282e 100644 --- a/flyteidl/protos/docs/event/event.rst +++ b/flyteidl/protos/docs/event/event.rst @@ -50,6 +50,9 @@ This message contains metadata about external resources produced or used by a sp :widths: auto "external_id", ":ref:`ref_string`", "", "Identifier for an external resource created by this task execution, for example Qubole query ID or presto query ids." + "index", ":ref:`ref_uint32`", "", "A unique index for the external resource with respect to all external resources for this task. Although the identifier may change between task reporting events or retries, this will remain the same to enable aggregating information from multiple reports." + "retry_attempt", ":ref:`ref_uint32`", "", "Retry attempt number for this external resource, ie., 2 for the second attempt" + "phase", ":ref:`ref_flyteidl.core.TaskExecution.Phase`", "", "Phase associated with the external resource" diff --git a/flyteidl/protos/flyteidl/event/event.proto b/flyteidl/protos/flyteidl/event/event.proto index 1b4f18038c..d2f7acbfba 100644 --- a/flyteidl/protos/flyteidl/event/event.proto +++ b/flyteidl/protos/flyteidl/event/event.proto @@ -193,6 +193,17 @@ message ExternalResourceInfo { // Identifier for an external resource created by this task execution, for example Qubole query ID or presto query ids. string external_id = 1; + + // A unique index for the external resource with respect to all external resources for this task. Although the + // identifier may change between task reporting events or retries, this will remain the same to enable aggregating + // information from multiple reports. + uint32 index = 2; + + // Retry attempt number for this external resource, ie., 2 for the second attempt + uint32 retry_attempt = 3; + + // Phase associated with the external resource + core.TaskExecution.Phase phase = 4; }