From fc6220afe012e92097447c510266c7dbf55a1b51 Mon Sep 17 00:00:00 2001 From: Randy Schott <1815175+schottra@users.noreply.github.com> Date: Wed, 9 Oct 2019 10:59:45 -0700 Subject: [PATCH] Adding project descriptions (#14) --- .../gen/pb-cpp/flyteidl/admin/project.pb.cc | 83 ++++++++-- .../gen/pb-cpp/flyteidl/admin/project.pb.h | 68 ++++++++ .../gen/pb-go/flyteidl/admin/project.pb.go | 63 ++++--- .../flyteidl/admin/project.pb.validate.go | 2 + .../pb-go/flyteidl/service/admin.swagger.json | 3 + .../service/flyteadmin/api/swagger.yaml | 5 + .../service/flyteadmin/model_admin_project.go | 1 + .../gen/pb-go/flyteidl/service/openapi.go | 4 +- .../flyteidl/admin/ProjectOuterClass.java | 154 +++++++++++++++++- flyteidl/gen/pb-js/flyteidl.d.ts | 6 + flyteidl/gen/pb-js/flyteidl.js | 17 ++ .../flyteidl/admin/project.proto.rst | 16 +- .../pb_python/flyteidl/admin/project_pb2.py | 27 +-- .../flyteadmin/models/admin_project.py | 32 +++- flyteidl/protos/flyteidl/admin/project.proto | 2 + 15 files changed, 416 insertions(+), 67 deletions(-) diff --git a/flyteidl/gen/pb-cpp/flyteidl/admin/project.pb.cc b/flyteidl/gen/pb-cpp/flyteidl/admin/project.pb.cc index 6091e954e1..8521d3ae58 100644 --- a/flyteidl/gen/pb-cpp/flyteidl/admin/project.pb.cc +++ b/flyteidl/gen/pb-cpp/flyteidl/admin/project.pb.cc @@ -201,6 +201,7 @@ const ::google::protobuf::uint32 TableStruct::offsets[] GOOGLE_PROTOBUF_ATTRIBUT GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(::flyteidl::admin::Project, id_), GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(::flyteidl::admin::Project, name_), GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(::flyteidl::admin::Project, domains_), + GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(::flyteidl::admin::Project, description_), ~0u, // no _has_bits_ GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(::flyteidl::admin::Projects, _internal_metadata_), ~0u, // no _extensions_ @@ -227,10 +228,10 @@ const ::google::protobuf::uint32 TableStruct::offsets[] GOOGLE_PROTOBUF_ATTRIBUT static const ::google::protobuf::internal::MigrationSchema schemas[] GOOGLE_PROTOBUF_ATTRIBUTE_SECTION_VARIABLE(protodesc_cold) = { { 0, -1, sizeof(::flyteidl::admin::Domain)}, { 7, -1, sizeof(::flyteidl::admin::Project)}, - { 15, -1, sizeof(::flyteidl::admin::Projects)}, - { 21, -1, sizeof(::flyteidl::admin::ProjectListRequest)}, - { 26, -1, sizeof(::flyteidl::admin::ProjectRegisterRequest)}, - { 32, -1, sizeof(::flyteidl::admin::ProjectRegisterResponse)}, + { 16, -1, sizeof(::flyteidl::admin::Projects)}, + { 22, -1, sizeof(::flyteidl::admin::ProjectListRequest)}, + { 27, -1, sizeof(::flyteidl::admin::ProjectRegisterRequest)}, + { 33, -1, sizeof(::flyteidl::admin::ProjectRegisterResponse)}, }; static ::google::protobuf::Message const * const file_default_instances[] = { @@ -266,17 +267,18 @@ void AddDescriptorsImpl() { static const char descriptor[] GOOGLE_PROTOBUF_ATTRIBUTE_SECTION_VARIABLE(protodesc_cold) = { "\n\034flyteidl/admin/project.proto\022\016flyteidl" ".admin\"\"\n\006Domain\022\n\n\002id\030\001 \001(\t\022\014\n\004name\030\002 \001" - "(\t\"L\n\007Project\022\n\n\002id\030\001 \001(\t\022\014\n\004name\030\002 \001(\t\022" + "(\t\"a\n\007Project\022\n\n\002id\030\001 \001(\t\022\014\n\004name\030\002 \001(\t\022" "\'\n\007domains\030\003 \003(\0132\026.flyteidl.admin.Domain" - "\"5\n\010Projects\022)\n\010projects\030\001 \003(\0132\027.flyteid" - "l.admin.Project\"\024\n\022ProjectListRequest\"B\n" - "\026ProjectRegisterRequest\022(\n\007project\030\001 \001(\013" - "2\027.flyteidl.admin.Project\"\031\n\027ProjectRegi" - "sterResponseB3Z1github.com/lyft/flyteidl" - "/gen/pb-go/flyteidl/adminb\006proto3" + "\022\023\n\013description\030\004 \001(\t\"5\n\010Projects\022)\n\010pro" + "jects\030\001 \003(\0132\027.flyteidl.admin.Project\"\024\n\022" + "ProjectListRequest\"B\n\026ProjectRegisterReq" + "uest\022(\n\007project\030\001 \001(\0132\027.flyteidl.admin.P" + "roject\"\031\n\027ProjectRegisterResponseB3Z1git" + "hub.com/lyft/flyteidl/gen/pb-go/flyteidl" + "/adminb\006proto3" }; ::google::protobuf::DescriptorPool::InternalAddGeneratedFile( - descriptor, 393); + descriptor, 414); ::google::protobuf::MessageFactory::InternalRegisterGeneratedFile( "flyteidl/admin/project.proto", &protobuf_RegisterTypes); } @@ -616,6 +618,7 @@ void Project::InitAsDefaultInstance() { const int Project::kIdFieldNumber; const int Project::kNameFieldNumber; const int Project::kDomainsFieldNumber; +const int Project::kDescriptionFieldNumber; #endif // !defined(_MSC_VER) || _MSC_VER >= 1900 Project::Project() @@ -640,12 +643,17 @@ Project::Project(const Project& from) if (from.name().size() > 0) { name_.AssignWithDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), from.name_); } + description_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); + if (from.description().size() > 0) { + description_.AssignWithDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), from.description_); + } // @@protoc_insertion_point(copy_constructor:flyteidl.admin.Project) } void Project::SharedCtor() { id_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); name_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); + description_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); _cached_size_ = 0; } @@ -657,6 +665,7 @@ Project::~Project() { void Project::SharedDtor() { id_.DestroyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); name_.DestroyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); + description_.DestroyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); } void Project::SetCachedSize(int size) const { @@ -691,6 +700,7 @@ void Project::Clear() { domains_.Clear(); id_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); name_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); + description_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); _internal_metadata_.Clear(); } @@ -747,6 +757,22 @@ bool Project::MergePartialFromCodedStream( break; } + // string description = 4; + case 4: { + if (static_cast< ::google::protobuf::uint8>(tag) == + static_cast< ::google::protobuf::uint8>(34u /* 34 & 0xFF */)) { + DO_(::google::protobuf::internal::WireFormatLite::ReadString( + input, this->mutable_description())); + DO_(::google::protobuf::internal::WireFormatLite::VerifyUtf8String( + this->description().data(), static_cast(this->description().length()), + ::google::protobuf::internal::WireFormatLite::PARSE, + "flyteidl.admin.Project.description")); + } else { + goto handle_unusual; + } + break; + } + default: { handle_unusual: if (tag == 0) { @@ -800,6 +826,16 @@ void Project::SerializeWithCachedSizes( 3, this->domains(static_cast(i)), output); } + // string description = 4; + if (this->description().size() > 0) { + ::google::protobuf::internal::WireFormatLite::VerifyUtf8String( + this->description().data(), static_cast(this->description().length()), + ::google::protobuf::internal::WireFormatLite::SERIALIZE, + "flyteidl.admin.Project.description"); + ::google::protobuf::internal::WireFormatLite::WriteStringMaybeAliased( + 4, this->description(), output); + } + if ((_internal_metadata_.have_unknown_fields() && ::google::protobuf::internal::GetProto3PreserveUnknownsDefault())) { ::google::protobuf::internal::WireFormat::SerializeUnknownFields( (::google::protobuf::internal::GetProto3PreserveUnknownsDefault() ? _internal_metadata_.unknown_fields() : _internal_metadata_.default_instance()), output); @@ -844,6 +880,17 @@ ::google::protobuf::uint8* Project::InternalSerializeWithCachedSizesToArray( 3, this->domains(static_cast(i)), deterministic, target); } + // string description = 4; + if (this->description().size() > 0) { + ::google::protobuf::internal::WireFormatLite::VerifyUtf8String( + this->description().data(), static_cast(this->description().length()), + ::google::protobuf::internal::WireFormatLite::SERIALIZE, + "flyteidl.admin.Project.description"); + target = + ::google::protobuf::internal::WireFormatLite::WriteStringToArray( + 4, this->description(), target); + } + if ((_internal_metadata_.have_unknown_fields() && ::google::protobuf::internal::GetProto3PreserveUnknownsDefault())) { target = ::google::protobuf::internal::WireFormat::SerializeUnknownFieldsToArray( (::google::protobuf::internal::GetProto3PreserveUnknownsDefault() ? _internal_metadata_.unknown_fields() : _internal_metadata_.default_instance()), target); @@ -886,6 +933,13 @@ size_t Project::ByteSizeLong() const { this->name()); } + // string description = 4; + if (this->description().size() > 0) { + total_size += 1 + + ::google::protobuf::internal::WireFormatLite::StringSize( + this->description()); + } + int cached_size = ::google::protobuf::internal::ToCachedSize(total_size); GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN(); _cached_size_ = cached_size; @@ -924,6 +978,10 @@ void Project::MergeFrom(const Project& from) { name_.AssignWithDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), from.name_); } + if (from.description().size() > 0) { + + description_.AssignWithDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), from.description_); + } } void Project::CopyFrom(const ::google::protobuf::Message& from) { @@ -953,6 +1011,7 @@ void Project::InternalSwap(Project* other) { domains_.InternalSwap(&other->domains_); id_.Swap(&other->id_); name_.Swap(&other->name_); + description_.Swap(&other->description_); _internal_metadata_.Swap(&other->_internal_metadata_); swap(_cached_size_, other->_cached_size_); } diff --git a/flyteidl/gen/pb-cpp/flyteidl/admin/project.pb.h b/flyteidl/gen/pb-cpp/flyteidl/admin/project.pb.h index 291574b7e5..26d76828c2 100644 --- a/flyteidl/gen/pb-cpp/flyteidl/admin/project.pb.h +++ b/flyteidl/gen/pb-cpp/flyteidl/admin/project.pb.h @@ -334,6 +334,20 @@ class Project : public ::google::protobuf::Message /* @@protoc_insertion_point(c ::std::string* release_name(); void set_allocated_name(::std::string* name); + // string description = 4; + void clear_description(); + static const int kDescriptionFieldNumber = 4; + const ::std::string& description() const; + void set_description(const ::std::string& value); + #if LANG_CXX11 + void set_description(::std::string&& value); + #endif + void set_description(const char* value); + void set_description(const char* value, size_t size); + ::std::string* mutable_description(); + ::std::string* release_description(); + void set_allocated_description(::std::string* description); + // @@protoc_insertion_point(class_scope:flyteidl.admin.Project) private: @@ -341,6 +355,7 @@ class Project : public ::google::protobuf::Message /* @@protoc_insertion_point(c ::google::protobuf::RepeatedPtrField< ::flyteidl::admin::Domain > domains_; ::google::protobuf::internal::ArenaStringPtr id_; ::google::protobuf::internal::ArenaStringPtr name_; + ::google::protobuf::internal::ArenaStringPtr description_; mutable int _cached_size_; friend struct ::protobuf_flyteidl_2fadmin_2fproject_2eproto::TableStruct; friend void ::protobuf_flyteidl_2fadmin_2fproject_2eproto::InitDefaultsProjectImpl(); @@ -993,6 +1008,59 @@ Project::domains() const { return domains_; } +// string description = 4; +inline void Project::clear_description() { + description_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); +} +inline const ::std::string& Project::description() const { + // @@protoc_insertion_point(field_get:flyteidl.admin.Project.description) + return description_.GetNoArena(); +} +inline void Project::set_description(const ::std::string& value) { + + description_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value); + // @@protoc_insertion_point(field_set:flyteidl.admin.Project.description) +} +#if LANG_CXX11 +inline void Project::set_description(::std::string&& value) { + + description_.SetNoArena( + &::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::move(value)); + // @@protoc_insertion_point(field_set_rvalue:flyteidl.admin.Project.description) +} +#endif +inline void Project::set_description(const char* value) { + GOOGLE_DCHECK(value != NULL); + + description_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value)); + // @@protoc_insertion_point(field_set_char:flyteidl.admin.Project.description) +} +inline void Project::set_description(const char* value, size_t size) { + + description_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), + ::std::string(reinterpret_cast(value), size)); + // @@protoc_insertion_point(field_set_pointer:flyteidl.admin.Project.description) +} +inline ::std::string* Project::mutable_description() { + + // @@protoc_insertion_point(field_mutable:flyteidl.admin.Project.description) + return description_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); +} +inline ::std::string* Project::release_description() { + // @@protoc_insertion_point(field_release:flyteidl.admin.Project.description) + + return description_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); +} +inline void Project::set_allocated_description(::std::string* description) { + if (description != NULL) { + + } else { + + } + description_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), description); + // @@protoc_insertion_point(field_set_allocated:flyteidl.admin.Project.description) +} + // ------------------------------------------------------------------- // Projects diff --git a/flyteidl/gen/pb-go/flyteidl/admin/project.pb.go b/flyteidl/gen/pb-go/flyteidl/admin/project.pb.go index a51515db51..b9f165ed39 100644 --- a/flyteidl/gen/pb-go/flyteidl/admin/project.pb.go +++ b/flyteidl/gen/pb-go/flyteidl/admin/project.pb.go @@ -33,7 +33,7 @@ func (m *Domain) Reset() { *m = Domain{} } func (m *Domain) String() string { return proto.CompactTextString(m) } func (*Domain) ProtoMessage() {} func (*Domain) Descriptor() ([]byte, []int) { - return fileDescriptor_project_d167cfe1193af994, []int{0} + return fileDescriptor_project_cb7c57aaf6856dab, []int{0} } func (m *Domain) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Domain.Unmarshal(m, b) @@ -73,6 +73,7 @@ type Project struct { // Display name. Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` Domains []*Domain `protobuf:"bytes,3,rep,name=domains,proto3" json:"domains,omitempty"` + Description string `protobuf:"bytes,4,opt,name=description,proto3" json:"description,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` @@ -82,7 +83,7 @@ func (m *Project) Reset() { *m = Project{} } func (m *Project) String() string { return proto.CompactTextString(m) } func (*Project) ProtoMessage() {} func (*Project) Descriptor() ([]byte, []int) { - return fileDescriptor_project_d167cfe1193af994, []int{1} + return fileDescriptor_project_cb7c57aaf6856dab, []int{1} } func (m *Project) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Project.Unmarshal(m, b) @@ -123,6 +124,13 @@ func (m *Project) GetDomains() []*Domain { return nil } +func (m *Project) GetDescription() string { + if m != nil { + return m.Description + } + return "" +} + type Projects struct { Projects []*Project `protobuf:"bytes,1,rep,name=projects,proto3" json:"projects,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` @@ -134,7 +142,7 @@ func (m *Projects) Reset() { *m = Projects{} } func (m *Projects) String() string { return proto.CompactTextString(m) } func (*Projects) ProtoMessage() {} func (*Projects) Descriptor() ([]byte, []int) { - return fileDescriptor_project_d167cfe1193af994, []int{2} + return fileDescriptor_project_cb7c57aaf6856dab, []int{2} } func (m *Projects) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Projects.Unmarshal(m, b) @@ -171,7 +179,7 @@ func (m *ProjectListRequest) Reset() { *m = ProjectListRequest{} } func (m *ProjectListRequest) String() string { return proto.CompactTextString(m) } func (*ProjectListRequest) ProtoMessage() {} func (*ProjectListRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_project_d167cfe1193af994, []int{3} + return fileDescriptor_project_cb7c57aaf6856dab, []int{3} } func (m *ProjectListRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ProjectListRequest.Unmarshal(m, b) @@ -202,7 +210,7 @@ func (m *ProjectRegisterRequest) Reset() { *m = ProjectRegisterRequest{} func (m *ProjectRegisterRequest) String() string { return proto.CompactTextString(m) } func (*ProjectRegisterRequest) ProtoMessage() {} func (*ProjectRegisterRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_project_d167cfe1193af994, []int{4} + return fileDescriptor_project_cb7c57aaf6856dab, []int{4} } func (m *ProjectRegisterRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ProjectRegisterRequest.Unmarshal(m, b) @@ -239,7 +247,7 @@ func (m *ProjectRegisterResponse) Reset() { *m = ProjectRegisterResponse func (m *ProjectRegisterResponse) String() string { return proto.CompactTextString(m) } func (*ProjectRegisterResponse) ProtoMessage() {} func (*ProjectRegisterResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_project_d167cfe1193af994, []int{5} + return fileDescriptor_project_cb7c57aaf6856dab, []int{5} } func (m *ProjectRegisterResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ProjectRegisterResponse.Unmarshal(m, b) @@ -269,25 +277,26 @@ func init() { } func init() { - proto.RegisterFile("flyteidl/admin/project.proto", fileDescriptor_project_d167cfe1193af994) -} - -var fileDescriptor_project_d167cfe1193af994 = []byte{ - // 254 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x91, 0xc1, 0x4b, 0xc3, 0x30, - 0x18, 0xc5, 0x69, 0x27, 0xeb, 0xfc, 0x84, 0x1d, 0x82, 0x6c, 0x15, 0x3c, 0x8c, 0x9c, 0x76, 0xd0, - 0xc4, 0xd9, 0x3f, 0x40, 0x10, 0x6f, 0x7a, 0x90, 0x1e, 0xbd, 0x48, 0xbb, 0x7c, 0xab, 0x91, 0x36, - 0xa9, 0xcd, 0xb7, 0xc3, 0xfe, 0x7b, 0x21, 0x4b, 0x06, 0x55, 0x10, 0x6f, 0xe5, 0x7b, 0xbf, 0xf7, - 0x5e, 0xc3, 0x83, 0xeb, 0x5d, 0x7b, 0x20, 0xd4, 0xaa, 0x95, 0x95, 0xea, 0xb4, 0x91, 0xfd, 0x60, - 0x3f, 0x71, 0x4b, 0xa2, 0x1f, 0x2c, 0x59, 0x36, 0x8f, 0xaa, 0xf0, 0x2a, 0xbf, 0x81, 0xe9, 0x93, - 0xed, 0x2a, 0x6d, 0xd8, 0x1c, 0x52, 0xad, 0xf2, 0x64, 0x95, 0xac, 0xcf, 0xcb, 0x54, 0x2b, 0xc6, - 0xe0, 0xcc, 0x54, 0x1d, 0xe6, 0xa9, 0xbf, 0xf8, 0x6f, 0xfe, 0x0e, 0xd9, 0xeb, 0x31, 0xee, 0x3f, - 0x38, 0xbb, 0x83, 0x4c, 0xf9, 0x70, 0x97, 0x4f, 0x56, 0x93, 0xf5, 0xc5, 0xfd, 0x42, 0x8c, 0xeb, - 0xc5, 0xb1, 0xbb, 0x8c, 0x18, 0x7f, 0x80, 0x59, 0x28, 0x70, 0xac, 0x80, 0x59, 0xf8, 0x77, 0x97, - 0x27, 0xde, 0xbe, 0xfc, 0x69, 0x0f, 0x6c, 0x79, 0x02, 0xf9, 0x25, 0xb0, 0x70, 0x7c, 0xd1, 0x8e, - 0x4a, 0xfc, 0xda, 0xa3, 0x23, 0xfe, 0x0c, 0x8b, 0x88, 0x62, 0xa3, 0x1d, 0xe1, 0x10, 0x14, 0xb6, - 0x81, 0x2c, 0x78, 0xfd, 0x5b, 0xfe, 0xe8, 0x88, 0x1c, 0xbf, 0x82, 0xe5, 0xaf, 0x30, 0xd7, 0x5b, - 0xe3, 0xf0, 0xb1, 0x78, 0xdb, 0x34, 0x9a, 0x3e, 0xf6, 0xb5, 0xd8, 0xda, 0x4e, 0xb6, 0x87, 0x1d, - 0xc9, 0xd3, 0x1a, 0x0d, 0x1a, 0xd9, 0xd7, 0xb7, 0x8d, 0x95, 0xe3, 0x81, 0xea, 0xa9, 0x5f, 0xa6, - 0xf8, 0x0e, 0x00, 0x00, 0xff, 0xff, 0xc1, 0x5b, 0x15, 0x83, 0xb9, 0x01, 0x00, 0x00, + proto.RegisterFile("flyteidl/admin/project.proto", fileDescriptor_project_cb7c57aaf6856dab) +} + +var fileDescriptor_project_cb7c57aaf6856dab = []byte{ + // 272 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x91, 0x31, 0x4f, 0xfb, 0x30, + 0x14, 0xc4, 0x95, 0xb4, 0x6a, 0xfa, 0x7f, 0x95, 0x3a, 0x58, 0x7f, 0xb5, 0x41, 0x62, 0x88, 0x3c, + 0x75, 0x80, 0x98, 0x92, 0x0f, 0x80, 0x84, 0xd8, 0x60, 0x40, 0x19, 0xd9, 0x92, 0xf8, 0x35, 0x3c, + 0x94, 0xd8, 0x26, 0x76, 0x87, 0x8e, 0x7c, 0x73, 0x24, 0xd7, 0xa9, 0x28, 0x48, 0x88, 0x2d, 0xba, + 0xfb, 0xe5, 0xce, 0x4f, 0x07, 0x97, 0xbb, 0xee, 0xe0, 0x90, 0x64, 0x27, 0x2a, 0xd9, 0x93, 0x12, + 0x66, 0xd0, 0x6f, 0xd8, 0xb8, 0xdc, 0x0c, 0xda, 0x69, 0xb6, 0x1c, 0xdd, 0xdc, 0xbb, 0xfc, 0x0a, + 0x66, 0x0f, 0xba, 0xaf, 0x48, 0xb1, 0x25, 0xc4, 0x24, 0xd3, 0x28, 0x8b, 0x36, 0xff, 0xca, 0x98, + 0x24, 0x63, 0x30, 0x55, 0x55, 0x8f, 0x69, 0xec, 0x15, 0xff, 0xcd, 0x3f, 0x22, 0x48, 0x9e, 0x8f, + 0x79, 0x7f, 0xe1, 0xd9, 0x0d, 0x24, 0xd2, 0xa7, 0xdb, 0x74, 0x92, 0x4d, 0x36, 0x8b, 0xdb, 0x55, + 0x7e, 0xde, 0x9f, 0x1f, 0xcb, 0xcb, 0x11, 0x63, 0x19, 0x2c, 0x24, 0xda, 0x66, 0x20, 0xe3, 0x48, + 0xab, 0x74, 0xea, 0xc3, 0xbe, 0x4a, 0xfc, 0x0e, 0xe6, 0xe1, 0x09, 0x96, 0x15, 0x30, 0x0f, 0xe7, + 0xd9, 0x34, 0xf2, 0x05, 0xeb, 0xef, 0x05, 0x81, 0x2d, 0x4f, 0x20, 0xff, 0x0f, 0x2c, 0x88, 0x4f, + 0x64, 0x5d, 0x89, 0xef, 0x7b, 0xb4, 0x8e, 0x3f, 0xc2, 0x6a, 0x44, 0xb1, 0x25, 0xeb, 0x70, 0x08, + 0x0e, 0xdb, 0x42, 0x12, 0xfe, 0xf5, 0xd7, 0xfe, 0xd2, 0x31, 0x72, 0xfc, 0x02, 0xd6, 0x3f, 0xc2, + 0xac, 0xd1, 0xca, 0xe2, 0x7d, 0xf1, 0xb2, 0x6d, 0xc9, 0xbd, 0xee, 0xeb, 0xbc, 0xd1, 0xbd, 0xe8, + 0x0e, 0x3b, 0x27, 0x4e, 0x83, 0xb5, 0xa8, 0x84, 0xa9, 0xaf, 0x5b, 0x2d, 0xce, 0x37, 0xac, 0x67, + 0x7e, 0xbc, 0xe2, 0x33, 0x00, 0x00, 0xff, 0xff, 0x50, 0xe7, 0x5f, 0xa0, 0xdc, 0x01, 0x00, 0x00, } diff --git a/flyteidl/gen/pb-go/flyteidl/admin/project.pb.validate.go b/flyteidl/gen/pb-go/flyteidl/admin/project.pb.validate.go index 7be37dff86..f071bff684 100644 --- a/flyteidl/gen/pb-go/flyteidl/admin/project.pb.validate.go +++ b/flyteidl/gen/pb-go/flyteidl/admin/project.pb.validate.go @@ -127,6 +127,8 @@ func (m *Project) Validate() error { } + // no validation rules for Description + 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 7205364c0a..b70a85f6d9 100644 --- a/flyteidl/gen/pb-go/flyteidl/service/admin.swagger.json +++ b/flyteidl/gen/pb-go/flyteidl/service/admin.swagger.json @@ -2915,6 +2915,9 @@ "items": { "$ref": "#/definitions/adminDomain" } + }, + "description": { + "type": "string" } }, "description": "Top-level namespace used to classify different entities like workflows and executions." 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 a24c591bc2..37f008a04b 100644 --- a/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/api/swagger.yaml +++ b/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/api/swagger.yaml @@ -4186,6 +4186,8 @@ definitions: type: "array" items: $ref: "#/definitions/adminDomain" + description: + type: "string" description: "Top-level namespace used to classify different entities like workflows\ \ and executions." example: @@ -4195,6 +4197,7 @@ definitions: id: "id" - name: "name" id: "id" + description: "description" id: "id" adminProjectRegisterRequest: type: "object" @@ -4218,6 +4221,7 @@ definitions: id: "id" - name: "name" id: "id" + description: "description" id: "id" - name: "name" domains: @@ -4225,6 +4229,7 @@ definitions: id: "id" - name: "name" id: "id" + description: "description" id: "id" adminSchedule: type: "object" diff --git a/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/model_admin_project.go b/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/model_admin_project.go index 92f7749c13..11fa4ff753 100644 --- a/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/model_admin_project.go +++ b/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/model_admin_project.go @@ -15,4 +15,5 @@ type AdminProject struct { // Display name. Name string `json:"name,omitempty"` Domains []AdminDomain `json:"domains,omitempty"` + Description string `json:"description,omitempty"` } diff --git a/flyteidl/gen/pb-go/flyteidl/service/openapi.go b/flyteidl/gen/pb-go/flyteidl/service/openapi.go index 9a6a465a89..ca083ad0d2 100644 --- a/flyteidl/gen/pb-go/flyteidl/service/openapi.go +++ b/flyteidl/gen/pb-go/flyteidl/service/openapi.go @@ -77,7 +77,7 @@ func (fi bindataFileInfo) Sys() interface{} { return nil } -var _adminSwaggerJson = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\xbd\xfb\x72\xe3\x38\x92\x37\xfa\x7f\x3f\x05\x8e\xbf\x8d\xe8\xae\x19\x95\xab\x67\x66\x67\x63\x4f\x9d\xd8\x38\xa1\xb6\x5d\xd5\x9e\x76\xd9\x5e\x5f\xba\x62\x62\x35\xe1\x86\x48\x48\x42\x9b\x02\x38\x00\x68\x97\x66\xa3\xdf\xfd\x0b\x24\x2e\x04\x28\x92\x12\x75\x71\xa9\xaa\xb9\x1b\xbb\xed\x92\x44\x10\x48\x24\x12\x79\xf9\x65\xe6\xff\x7e\x83\xd0\x91\x7c\xc6\xd3\x29\x11\x47\x6f\xd1\xd1\x9f\x8f\xbf\x3f\x1a\xe8\xcf\x28\x9b\xf0\xa3\xb7\x48\x7f\x8f\xd0\x91\xa2\x2a\x23\xfa\xfb\x49\xb6\x50\x84\xa6\xd9\x1b\x49\xc4\x13\x4d\xc8\x1b\x9c\xce\x29\x3b\xce\x05\x57\x1c\x1e\x44\xe8\xe8\x89\x08\x49\x39\xd3\x3f\xb7\x7f\x22\xc6\x15\x92\x44\x1d\x7d\x83\xd0\x6f\x30\xbc\x4c\x66\x64\x4e\xe4\xd1\x5b\xf4\x3f\xe6\xa1\x99\x52\xb9\x1b\x40\xff\x2d\xf5\x6f\xff\x01\xbf\x4d\x38\x93\x45\xf4\x63\x9c\xe7\x19\x4d\xb0\xa2\x9c\xbd\xf9\x55\x72\x56\xfe\x36\x17\x3c\x2d\x92\x35\x7f\x8b\xd5\x4c\x96\x6b\x7c\x83\x73\xfa\xe6\xe9\x4f\x6f\x70\xa2\xe8\x13\x79\xc8\x70\xc1\x92\xd9\x43\x9e\x61\x26\xdf\xfc\x2f\x4d\xf5\x1a\x7f\x25\x89\xfa\x0d\xfe\x91\xf2\x39\xa6\xcc\xfc\xcd\xf0\x9c\xfc\xe6\xc7\x41\xe8\x68\x4a\x54\xf0\x4f\x84\x8e\x52\x22\x13\x41\x73\x65\xa9\x72\x43\x94\xa0\xe4\x89\x20\x35\x23\xc8\xbc\x0e\x99\xd7\x21\xfd\x3a\xe4\xa8\x26\x73\x92\xd0\x09\x25\x29\x1a\x2f\x10\x65\x79\xa1\x90\x20\xff\x2c\x88\x54\x68\x42\x33\x45\x84\x3c\xb6\x24\x83\xb7\xf0\x9c\x08\x58\xe7\x79\xaa\xdf\xf2\x9e\xa8\x21\x8c\x7d\x01\x43\x5f\x67\x98\x85\xbf\x16\x44\xe6\x9c\x49\x22\xa3\xa9\x22\x74\xf4\xe7\xef\xbf\xaf\x7c\xb4\xbc\x82\x60\x20\xf8\x1a\xb6\x13\x2f\x3d\x86\xd0\xd1\xbf\x09\x32\xd1\x4f\xfc\x9f\x37\x29\x99\x50\x46\xf5\x08\xd2\x70\x4d\x30\xaf\xe8\xa9\xdf\xbe\xa9\xfb\xfb\xb7\x60\xee\x39\x16\x78\x4e\x34\x01\xfc\x3e\x9b\xff\xa9\xcc\x5a\xef\x8c\x7e\x79\xb9\x7b\xd5\x89\x57\xd6\x75\x89\xe7\x04\xf1\x09\x6c\x8c\x7d\x02\xfe\x16\x44\xf2\x42\x24\x04\x8d\x49\xc6\xd9\x54\x22\xc5\x8f\xab\x43\x51\x18\x41\x33\x55\xf5\x1b\xbd\x69\x54\x10\xbd\x2b\x4a\x14\xa4\xf2\xad\x5a\xe4\x30\x49\xa9\x04\x65\xd3\x90\x14\xbf\x0d\xd6\x5a\x9a\xe1\xc5\x0e\x2b\x33\x0f\x34\x2e\x6c\xc4\x86\xee\x27\x09\x66\x68\x4c\x90\x3e\x81\x34\x25\x82\xa4\x08\x4b\x84\x91\x2c\xc6\x92\x28\xf4\x4c\xd5\x8c\x32\xfd\x6f\xc3\xa8\x89\xa3\xd9\xe1\xd0\x06\xfe\x6c\xa7\xcc\xbd\x24\x42\x4f\xfc\x89\xa6\x24\x45\x4f\x38\x2b\x08\x9a\x70\x11\x91\xe7\x78\xc4\xee\x66\x9a\x0e\xf3\x31\x65\x70\xc6\x34\x2d\x1d\x87\xfc\xd1\x91\xeb\x8f\x48\xbf\x0f\x15\x8c\xfe\xb3\x20\xd9\x02\xd1\x94\x30\xa5\x4f\xb0\xac\x8e\xf6\x47\x0e\xef\xc7\x19\x7a\x8d\x34\x9d\x89\x50\x40\x6f\xce\x14\xf9\xa4\x24\x7a\x8d\x32\xfa\x48\xd0\xb7\x17\x54\x2a\x34\xbc\x3e\xff\x76\x80\xbe\xbd\x28\x45\x84\xfc\xf6\x05\x28\xec\xff\xfe\x47\x70\xf4\x14\x9e\x56\x0f\xdd\xd1\x50\x9f\xe6\x5b\x73\x21\x94\x23\xfc\xe3\x9b\x70\x1c\xbb\x5f\xed\x52\xb6\x14\xb1\x56\xbe\x76\x91\xaa\xef\x88\x4a\x66\x2b\x44\xaa\xdc\x52\xa6\xea\xed\xa8\x0a\x55\x79\xa8\x52\x55\x4f\x76\xdf\x92\x75\x1b\xb1\x8a\x15\xf0\x3b\xa6\xcc\x1c\x0f\x7f\x5a\xe2\x3d\x40\x9f\x4f\x80\x6c\x23\x59\x83\xd5\x04\xc2\xd5\xc9\xcc\x80\x12\x07\xb2\xd6\x8c\xce\xe9\xaa\x7d\x3c\x67\xa9\x56\xa5\xac\x38\x63\xc5\x7c\x4c\x84\x5e\xba\x13\x6c\xb0\xc2\xb1\x16\x74\xaa\x10\x8c\xa4\x0d\x4b\xfb\x67\x41\xc4\xa2\x65\x6d\x13\x9c\xc9\xa6\xc5\x51\xa6\x88\xd6\x55\x2b\x5f\x4f\xb8\x98\x63\x65\x7f\xf0\x1f\xff\xde\x75\xf1\x8a\x3f\x92\x55\xfb\x7c\x6e\x76\x2d\xc1\x12\xb6\x7b\x5e\x64\x8a\xe6\x19\x41\x39\x9e\x12\x69\xa9\x50\x64\x4a\x0e\xe0\x67\x5a\x3f\x26\xe2\xb5\xbf\x57\xe0\x0d\xee\x3e\x2d\x24\x7c\x82\x26\x5e\x64\x31\xf2\x49\xc1\x48\x23\x06\x37\x2a\x90\x28\xbc\x27\xf6\x40\xca\xcd\xf8\x44\x72\xa1\x1e\xc6\x8b\xe3\x47\xb2\xf4\xde\x46\x6e\xc1\x0c\x61\xa5\x04\x1d\x17\x8a\xe8\x75\xeb\x31\xdc\x8d\x08\xe2\xd2\x5c\xbb\x52\x5f\xb3\x57\xa7\x57\xdf\x3d\x62\x25\xf8\x14\xb3\x57\x6f\xd1\x30\x4d\x91\x99\xa8\xfe\x0d\x4d\xcd\xe5\x3b\x23\x82\x1c\xa3\xbb\x19\x95\x48\xce\x78\x91\xa5\x88\x91\x27\x22\x34\x6d\xc9\x3c\x57\x8b\x83\xa3\x56\x4a\x05\x49\x80\x30\x5d\x4e\x98\x7f\x4a\x13\x4d\x1b\x32\x0b\x43\xba\x47\xb2\x00\x15\x65\x99\x7c\x2f\xc0\x2f\x95\x6f\x09\x2b\xe6\x95\xbb\x02\x3e\x3f\x3d\xbb\x3d\x39\xbb\x3c\x3d\xbf\x7c\x5f\x79\x42\x2b\x0c\xfe\xab\xe8\x9b\x7f\x2c\xd1\x66\x82\x8b\x0c\x4e\x75\x30\xda\x8b\xa9\x28\xc9\x8c\x66\xa9\x20\xec\x8d\xc2\xf2\xf1\x81\x7c\x22\x49\x61\xee\xd9\xff\x8d\x3f\x78\xd0\x7a\x26\x4f\x49\xfc\x49\xf4\x8f\x52\xb1\xe9\xfc\xa8\xb7\x34\x3b\x3f\x09\x76\xe9\x7a\xcf\xc1\x27\x34\xad\xfd\x35\x7c\xb2\x62\x0d\xee\x37\x2d\x93\x75\x3f\x69\x9c\x95\xfb\x81\x55\xd5\x6a\x7f\x23\x88\x12\x8b\x07\xac\x94\x3e\xe5\x1b\x68\x87\xb0\xa5\x48\xaf\x16\x95\xfb\x69\x15\x45\xa3\x12\x82\xec\xf6\x3a\xa2\x9e\x41\xf9\xcb\x55\x9a\xe1\x25\x4f\xc9\x99\x1f\xf6\x1d\x17\x77\x58\x3e\x1e\x96\x76\x18\x4d\xf1\x25\x14\xc4\x4d\x8f\xca\x57\x67\xa8\x6f\x78\xf0\x7b\xb3\x7e\x7b\x4a\xae\xeb\x04\xe0\x02\xc9\x85\x54\x64\xbe\xd2\x1d\xf0\xe5\x10\xc2\x4a\xf6\x43\x9d\x70\xe5\x72\xf9\x1d\x9c\xfa\xf8\xaa\xec\x8f\x77\x07\x92\xed\xca\x99\x77\xe8\xeb\x74\x01\x94\xf6\xa5\xde\xba\xed\x73\xe1\x02\xcb\x27\x07\xbf\xcc\x48\x89\xdb\xf5\x24\xf7\xe4\x1f\x68\xdc\x2b\x47\xed\x07\x98\xc0\x0a\xe3\x2e\x76\x07\xfb\xf3\xa7\x1f\x0d\xdd\x28\xc6\x37\xa6\xb4\x75\x6b\xbd\x48\x44\xa0\x84\x0b\xa3\x3e\xa6\x2d\xe2\xed\xe5\xcc\xbb\xfb\xcb\xdb\xeb\xb3\x93\xf3\x77\xe7\x67\xa7\xcb\xf6\xdd\xdd\xf0\xf6\xa7\xe5\x4f\x3f\x5e\xdd\xfc\xf4\xee\xe2\xea\xe3\xf2\x37\x17\xc3\xfb\xcb\x93\x1f\x1f\xae\x2f\x86\x97\x6b\x5b\x84\xe1\x04\x3a\xee\x66\xef\xea\xda\xa5\xab\x6b\xf0\xf5\xfa\xba\x6c\x44\x60\x7d\x3f\x17\xca\xa8\x54\x9a\x40\xf6\x49\x94\x63\x29\xcd\xfd\x6b\x66\x70\x3c\x62\x1f\xb8\x20\x88\xb2\x09\x47\x1c\x02\x3e\x52\x89\x22\x51\x94\x4d\xfd\x43\x6f\xd1\xa8\xf8\xfe\xfb\xbf\x24\x17\x94\x3d\xc2\x5f\xe4\x10\x89\xd3\x3b\x02\x37\xa1\x56\xef\x08\x0c\xbf\xfb\x32\x1c\x81\x29\x56\xf8\x4d\xe8\xff\xdb\x0f\x1a\xc4\x44\x23\x31\x4b\x11\x2f\x94\xfe\x53\xbf\x17\x4d\x04\x9f\xeb\x73\x43\x3e\x51\x09\x52\xe2\x99\x8b\xc7\x49\xc6\x9f\xd7\xf3\x4b\xbd\x27\xca\xfb\x7b\x4e\xb1\xc2\x87\xe5\x8e\xfa\x68\xd7\xe2\xa7\xf8\x9e\x28\x3d\xcb\x1b\x3b\xb3\x1e\x18\xd2\x03\x43\x3e\x2f\x30\xe4\xa0\x7c\x42\xfb\x97\x72\xb1\x03\xc9\x88\xba\x86\x48\x46\x63\xa0\xa2\x21\x0e\x11\x84\x19\xf6\x29\x1e\x63\xe7\xfe\x0a\xd1\x18\xb9\xc3\x0f\x4f\x3c\x46\xd3\x7b\x79\xd1\xf8\xbb\xf0\xcb\xf7\x6e\xf7\x0d\x09\xf5\x45\x4a\xd0\x35\x2f\x87\x17\x73\x9a\xef\x5f\xa2\x2f\x05\xaf\xbb\x44\xab\x3b\x84\xa7\xd7\x8e\x47\xaf\x08\x40\xd7\x46\x9c\xeb\x42\xcc\xcb\x31\xe5\xda\x20\xf2\x56\x51\xe3\xae\x97\xcf\xfa\xf1\xe2\xf7\x44\xdd\x61\xf9\x78\xc0\x97\x4f\x34\xbd\x97\xbf\x7c\x7e\xa7\x61\xe2\x3e\x2e\xbc\x47\xd2\x7d\xed\x57\xd6\xe1\x46\x7e\x7f\x07\xa1\xde\x3e\xb6\xdb\x89\x46\x5f\x57\x30\xf7\x6b\x8d\xde\x7e\x99\xe1\xda\x3e\x3e\x7b\xb8\xf1\xd9\xbd\x5a\x3c\xe4\x89\x30\x25\xc1\x8b\x15\x2a\xce\x47\x39\x97\xed\x8a\xfe\x89\x20\x58\x11\x84\x2b\xee\x23\x04\x03\x22\x41\x12\x2e\x52\xad\xe0\x63\x94\xcf\xb0\x24\x48\x09\xcc\x24\x5d\xa5\xe4\x9b\x51\xc1\x8b\xa3\xc7\x39\x2c\xfd\x3e\x72\x2e\xc1\xfc\x5e\x4a\xbb\x1f\xf3\x74\xe9\x10\x98\xf3\x51\xf7\x4d\xbb\x20\xd9\xd9\xd2\x21\x07\x6c\x9d\x95\xef\x91\x6f\xb5\xd0\xda\x90\x6f\x63\xcb\x73\x27\x7c\x0b\x06\xe0\xe1\xf1\x6d\x64\x97\xfe\xbe\xf8\xb6\x6e\xe9\x87\xc0\xb7\x2e\x24\xb9\x21\xef\x2e\x47\x34\x77\xc2\xbf\x3e\xb8\x78\x78\x3c\xbc\x14\xf7\xfc\x7d\xf1\x71\xd3\xf2\x3f\x2f\x2f\x7b\x1f\xe9\xae\xb8\x78\x35\x8b\x7a\x02\x1c\x16\x7b\xfa\x69\x99\x59\xfe\x6e\xf8\x72\x69\xdd\x07\xc2\x90\x6f\x04\x31\x39\x4a\x9d\x38\xf3\xc6\x3e\xd4\x99\x37\xdd\x83\x3d\x77\x1e\x26\x77\xba\xfd\x39\x1c\xfe\x6c\x42\x44\x75\xcf\xd0\x6b\x81\x39\x49\x34\xc7\x2a\x99\xe9\x2f\x4d\x38\x66\xcd\x82\x0d\x65\x4a\xde\x81\xf2\xf1\x4b\xe4\xe1\x7d\xdd\x8e\xd7\xde\xe1\xfa\x3b\x2c\x81\x73\x30\xd8\xde\x3e\x9f\x60\x87\xf9\x04\x54\xf6\xf9\x04\x7d\x3e\xc1\xba\x04\xea\xf3\x09\xfa\x7c\x82\xe0\xbb\x2f\x23\x9f\x60\xff\xa9\x04\xbb\xc9\x17\x38\x50\x75\xb9\x57\x95\x7b\x55\xb9\x4f\x0a\xf0\x4b\xdb\x95\xa8\x72\x4f\x1f\xa5\x24\x23\x8a\xb4\x0a\x9a\x3b\x22\xe6\xda\x0a\x88\x4a\xd8\xd6\xb8\xf1\xcb\x4a\x3a\x9e\x83\xc0\x65\xd1\x26\x81\xfc\xd8\x87\x2e\x87\xfc\x44\xfb\x6c\xa5\x5e\x30\xf5\x82\x69\x93\xa5\x1d\x8e\x4f\x35\x38\xcc\x9f\xd5\xa9\x1a\x14\xc4\x7d\xa0\xe9\x6e\x6a\xe2\x7a\x55\x30\xac\x88\x5b\x92\x22\x2a\x55\xba\x99\x8b\xb5\x2c\x3a\x7b\x9e\x1e\x98\x97\x55\x4b\x8c\xf4\x8c\x29\xaa\x16\x1e\xdf\x25\xfa\xd2\xb8\x7d\x69\xdc\xf5\xd7\xda\xfb\xf7\x76\xe8\xdf\xeb\x4b\xe3\xf6\x1e\xac\xde\x83\xf5\x85\x7b\xb0\xc2\xb2\xfd\x1b\xa1\x65\x58\x8a\x04\x99\x52\xa9\x88\x40\xb8\x41\x2f\x59\x0d\x9f\x39\xfc\xce\x26\x6b\x43\x14\xc2\xd7\x1e\xfd\xfb\x1a\x13\xbd\xb1\x17\x09\x70\xfb\x18\xa7\xbe\x8d\x01\x68\x0f\x73\xbc\x40\x33\xfc\x44\xd0\x04\xd3\xcc\x58\x01\x56\x40\x2c\x71\x7f\xb9\xc2\xb6\x09\xfd\xbf\xdd\x26\x84\xe3\xe9\x08\x32\x21\x82\xb0\xc4\x08\x3c\x73\xff\x27\x38\x43\x04\xf4\x32\xf3\x9b\x99\xb6\xc9\x32\x41\x70\xba\x40\x63\x42\x98\x67\x90\x9a\xcb\xb2\x61\xce\x3b\xd1\xdb\x3e\xbb\x4d\xb2\xcc\x3d\x87\x62\x91\xec\x05\xe8\x51\x7f\xf8\xb7\xb7\x44\xe4\x9f\x0f\x55\x28\xf4\x78\x8f\xde\x57\xf4\xf9\x7d\x45\x3d\xde\xa3\xb7\x07\x0f\xc0\x1e\xec\xf1\x1e\x3d\xde\xa3\xb7\x96\xd7\xa6\x56\x6f\x2d\x87\xdf\x7d\x79\xd6\xf2\x8e\x11\x1f\x2f\xa5\x4b\xf7\xaa\x74\xaf\x4a\xf7\xaa\xf4\x57\xa3\x4a\x1f\x06\x85\x7b\x3d\xba\xd7\xa3\x7b\x3d\xba\xd7\xa3\x7b\x3d\xba\xd7\xa3\xed\x53\xbb\xd4\xa3\xe1\x2f\x57\x08\x72\x6b\x18\x75\xf7\x18\xd5\x7b\xa2\x0e\x3f\x40\xd5\x2b\xcf\xbd\xf2\x7c\xd8\xca\xf3\xc1\x2c\xe8\xeb\x2b\xec\xd6\x97\x46\x5b\xba\x09\xbf\x86\xd2\x68\xee\xe9\xa3\xbc\x68\xbf\xe8\xee\xf3\xd4\x61\xf8\xa5\xc2\xaa\x00\x9b\x62\x8d\x4b\x0f\x0d\x15\x9a\x73\xad\x61\x33\x12\xfd\xc6\xf1\xbc\x81\x00\x4c\xe9\x13\x61\xc8\x21\x58\x07\x56\xb2\x0d\xc0\xcc\xfd\xcd\x09\x38\x9b\x3c\x80\x15\xc2\x48\xd1\x39\x39\x46\xe7\x13\xc3\x40\x09\xce\x32\x24\x89\x92\x15\x84\x88\x56\xbd\xec\x43\x2c\x2d\xe7\xea\xde\x4d\x4b\x18\x81\xf9\xd9\xc0\x9d\xbf\x22\x53\xe6\x34\xba\xc1\x9f\x69\x96\xe9\x39\x58\xa6\x05\xe1\x33\x27\x22\x73\x4f\x46\xaf\x75\x3f\x9e\xe3\x54\xdb\x0d\xc1\x14\xca\x2c\x87\xf0\xf7\x20\xe6\xa9\xf4\x40\x88\xe8\x79\xf3\xf4\x31\xb2\x16\x9e\x29\x77\xb4\xd6\x34\x66\x38\xd5\x62\x3f\x99\x91\xb4\xc8\x08\xc2\x52\xf2\x84\x62\x45\x52\x44\xcd\xb5\x80\xa8\x72\xf6\xa0\xfb\x91\x7b\x75\x4a\x25\x1e\x67\x24\xb5\x34\x26\x25\x2e\xa3\x75\xe6\x54\xa2\x31\xd1\x24\xd6\x37\x4f\x4c\xfd\x99\xb9\x94\x6a\x66\x13\x4c\x85\x2c\xcf\x84\x30\x33\x91\x16\xf5\xc9\x30\xe7\xe1\x6b\x50\x66\x9e\x7d\x0e\x48\xaf\x4f\xf5\xfa\x54\xa7\x05\x7d\x55\xfa\xd4\x01\xa1\xc6\x9c\x40\xfa\xac\xa8\xb1\x03\x6e\x24\xb4\x9b\x6e\x41\x07\x73\x1d\x4d\xb2\x85\x22\x34\xcd\x96\x2b\x9b\xf6\x2d\x82\xdc\xb7\x7d\x8b\xa0\xcf\x42\xa8\xaf\x35\x6d\xf1\xeb\x69\x11\xb4\x24\xa6\x5d\x12\xf7\x43\x83\xb0\xae\xff\xde\x8b\xec\xfa\xaf\xb7\x85\x35\xc4\x52\x7a\x53\x38\x43\x24\x1b\x0f\x0c\xd1\x10\xcd\xed\x25\x40\x0d\xad\xfb\xfc\xd5\x49\xf0\x36\xae\xed\xe5\xf8\x9a\xe4\xfa\x5a\xa5\x79\x0f\x43\xd8\x21\x0c\xa1\x6f\x07\xdf\xc3\x10\x7a\x18\xc2\xda\xd4\xea\x61\x08\xe1\x77\x5f\x06\x0c\xc1\xde\xd5\xb2\xbb\x42\x5b\x66\x34\xba\x0b\x7f\xa5\xd2\x7a\xed\x5e\x76\x50\xea\xaa\x9f\x55\x47\x2d\x75\xab\x60\xd6\xea\x7a\xe7\x3e\xa1\xb8\x46\x9d\x5a\x2e\x72\x6e\x7e\x7d\xbd\xa4\xf2\x1e\x0e\x7d\xdd\x1c\x7f\x37\x25\xce\x97\xd6\xfd\x59\x7d\x98\x7d\xeb\xdc\x5d\xb4\xce\xdd\x4d\x7f\xdc\x83\x39\x9f\x91\xbb\x35\x9e\xe2\x9e\x4f\x67\xdf\x14\xb7\x6f\x8a\xdb\x37\xc5\xdd\x6e\xe5\x7d\x53\xdc\xbe\x29\xee\x01\x1e\xd1\xbe\x29\xee\x97\x14\xeb\xef\x9b\xe2\xf6\xc8\xcf\xc3\x44\x7e\xae\x67\xc6\xac\x6d\xc3\xac\x6b\xc0\xac\x67\xbd\x34\x9b\x2e\x5b\x84\x06\x63\x8b\x62\xd3\xd0\x60\xa4\xc7\x1f\x98\xaf\x25\x9a\xdb\x4b\x84\x06\x7f\xa7\x46\x46\x6f\x61\xec\x85\x6e\x5f\xab\x79\x71\xe0\xb6\x45\x1f\xd4\xdc\x65\x50\xb3\x8f\x69\xf6\x31\xcd\x75\x09\xd4\xc7\x34\xfb\x98\x66\xf0\xdd\x97\x11\xd3\xb4\x96\xe1\x8e\xfb\x0d\x80\x72\xbe\xd3\x46\x03\x5a\x19\xee\x5b\x0c\xf4\x2d\x06\xfa\x16\x03\xbd\xba\xf6\x7b\x54\xd7\x7a\x8d\x64\x13\x6a\xf5\x1a\x49\xf8\xdd\x97\xa3\x91\xec\xa2\xb7\x40\x45\x07\x59\xdd\x54\x40\xab\x18\x87\xa5\x5f\xe8\x19\xf5\x8d\x04\xfa\x46\x02\xdb\xf0\xcd\x67\x07\x52\xed\xa5\x77\x40\xe5\x70\x6f\x63\x55\x1c\x5a\xbb\x00\x3d\xa7\xbe\xba\x69\x5f\x50\xe0\xf0\x0b\x0a\x1c\x5c\x75\xd3\x83\xd1\x3f\x7b\xab\x6e\x87\x56\x5d\x5f\xe0\xb4\xf7\xc2\xf7\x36\xef\xda\xd4\xea\x6d\xde\xf0\xbb\x2f\xc8\xe6\xdd\x6f\x87\x80\x5d\x6a\xcc\xbd\xc2\xdc\x2b\xcc\xbd\xc2\xfc\x15\x28\xcc\x87\x41\xe1\x5e\x5b\xee\xb5\xe5\x5e\x5b\xee\xb5\xe5\x5e\x5b\xee\xb5\x65\xfb\xd4\x4e\xb4\xe5\xdd\xf6\x01\xe8\x10\x4f\xb2\x39\xac\x87\xa7\x26\xf7\x2a\x72\xaf\x22\x1f\xb6\x8a\x7c\x30\x0b\xfa\xfa\x12\xd7\xfa\xd4\xaf\xa5\xfb\xee\xab\x4d\xfd\xf2\x85\xdc\x76\x05\xed\x0c\x6f\x42\x37\xf8\x6e\x11\x9e\x1f\xed\xa8\x3d\xca\xb3\x47\x79\xf6\x28\xcf\xde\xc3\xd1\xa3\x3c\xd7\xe3\x96\xde\x86\xef\x6d\xf8\xf0\xbb\x2f\xc3\x86\x77\x3a\xc4\x2e\x90\x9e\x35\xfa\xc8\x6a\xb4\xa7\x53\x37\x0e\x4b\xd7\x70\xb3\xea\x51\x9f\x3d\xea\x73\x5b\xde\xf9\xac\xc8\x4f\x7f\xbe\xf7\x81\xfe\xac\x39\xf0\xdb\x5a\x1d\x87\x86\x02\x75\xf3\xea\x03\xdb\xbd\xd7\xee\xf0\xbd\x76\x07\x17\xd8\x3e\x18\x1d\xb5\xb7\xfc\xfa\xd8\x76\x1f\xdb\xee\xed\xe2\xde\x2e\xee\xed\x62\xfb\xd4\x96\x7a\xf3\x4e\xd0\xa0\xfb\xd0\xa0\x7b\x05\xba\x57\xa0\x7b\x05\xfa\x2b\x51\xa0\x0f\x83\xc2\xbd\xf6\xdc\x6b\xcf\xbd\xf6\xdc\x6b\xcf\xbd\xf6\xdc\x6b\xcf\xf6\xa9\x9d\x69\xcf\xbb\x45\x87\x76\x8c\x41\xbd\x27\xea\xb0\x03\x50\xbd\xca\xdc\xab\xcc\x87\xad\x32\x1f\xcc\x82\x7a\xa4\x68\x8f\x14\x5d\xfa\xe6\x70\x91\xa2\xdf\x58\x46\x38\x0a\x64\xbf\xbf\x24\x8e\x7e\xc8\xf8\xf8\x6e\x91\x13\xfd\xdf\x53\x3a\x27\x4c\x82\x6e\x42\xd5\x22\xbc\x22\x1b\x08\xbc\x4c\xda\xa3\xdb\xf3\xcb\xf7\x17\x67\xe1\x1d\xf7\xe1\xfe\xe2\xee\xfc\x7a\x78\x73\xe7\x66\xe8\x57\x15\xd2\xc2\x3e\x17\xdd\xf2\x27\x7c\x9e\x63\x41\x25\x67\x67\x9f\x72\x41\xa4\x9e\xda\x15\xdc\xab\x5c\x6c\x36\xbb\xb3\xff\x0e\x67\x76\x19\xff\xf3\xfd\x5d\xfc\xaf\x68\x15\x17\x77\xf1\xbf\xce\x5a\x57\x13\x0c\x5c\x3d\x41\xaf\xd1\xfb\xbb\xb7\xe8\x3d\xc4\xec\x05\xba\x9b\x61\x36\x62\xe8\x35\xba\xb8\x7b\x8b\x2e\x88\x94\xf0\x49\xf9\xb0\xa2\x2a\x83\xb5\xfd\x40\x19\x16\x0b\xe4\x96\x0f\xe2\x91\x60\x70\xf1\x39\xd2\x54\x89\xc7\x7e\x2d\x18\xa8\xa6\x25\xf5\x2e\xf8\x94\x26\x38\xdb\x8e\x88\xc3\xcb\xf0\xbc\x1c\x5d\xdd\xb4\x92\x22\xfc\xf5\x32\x2d\x86\x97\xa7\x6f\x51\x30\xd5\x9a\x95\x5f\x12\xa9\x48\xaa\x2f\xc0\xd4\x30\xaf\xb6\x2a\xc8\x22\xb8\x18\x7f\xe5\x94\x91\x14\x15\x52\x2b\x66\xc3\xcb\x53\xf4\x06\x5d\xdd\x8c\xd8\x95\x48\x8d\x67\x80\xe8\x1b\xc5\x58\x25\x54\x22\xc6\x15\xa2\xf3\x9c\x0b\x85\x99\xd2\x97\xa9\x16\x64\xdc\x52\x44\x22\x2c\x08\x3a\xe1\xf3\x79\xa1\xb0\xa2\x4f\x64\x89\xa8\xcc\xa8\xfb\xb7\x44\x9d\xa7\xe0\x6b\xac\xa1\x21\x1f\x47\x8a\xce\x51\x2e\xf4\xf8\x8a\x56\xf4\xbc\x23\x9a\x2e\x29\x7e\x6e\x08\x2c\x04\x8e\xc5\xe0\x11\x55\x64\x5e\xfd\x7d\xbb\xfc\xff\xa6\xfa\x57\xac\x45\xfb\x66\x13\x1f\x88\xc2\x29\x56\xb8\xfc\x80\xa7\x64\x33\xe6\xf8\x30\xbc\xbc\x1f\x5e\x84\xfc\x71\x7b\xf2\xe3\xd9\xe9\xfd\x45\x24\x64\x8f\x6e\xff\x7e\x7b\x77\xf6\x21\xfc\xe4\xe6\xcc\x88\xd0\xf0\xb3\x93\x1f\xcf\x2f\x4e\x1f\xbc\xd0\x6d\x63\xb3\xca\x7b\xab\x9c\x76\x37\x23\x68\x4e\xd4\x8c\xa7\x68\xbc\x40\xcf\x33\x0a\x1e\x0f\x2a\xcb\x8e\x22\xe8\x19\x4b\x94\x81\x4b\x8c\xa4\xc7\x23\x73\x2a\xcd\xa8\x6f\x35\xc3\x21\xfb\xb2\xe0\x89\x39\x4f\xc9\xc0\xfe\x46\xb3\x54\x66\xae\x45\xac\x8c\xa5\x50\x37\xb0\x7e\x3b\x66\x88\xb2\x94\x3e\xd1\xb4\xc0\xd9\x31\xbc\xc7\xd3\xe8\x2d\x1a\x22\xad\xc7\xa7\x45\x46\x90\x12\x74\x3a\x05\x95\xaf\x32\x55\x33\x9a\x7d\x14\x28\x09\xcf\xf9\xae\x0a\x89\x16\x24\xfa\xb5\xd6\xbe\xa0\xe3\xcc\x28\x54\xe6\x41\xc8\x6e\x8b\x47\x14\x58\xcd\x88\xa8\x9b\x9a\xdb\x97\xb7\xc6\x96\x6f\x58\x96\xd6\x43\x03\xbc\x16\x04\x14\xa4\xd1\x54\x73\x41\x9e\x28\x2f\x82\x47\xcd\xc0\xf1\xe6\xd6\x0e\x5f\x12\x00\xc8\xc6\x61\x8e\x41\x57\xc9\x88\x9b\x6f\x9c\xff\xcf\xfd\x71\xc6\x94\xa8\xbd\xc5\xd6\x3d\x9e\x56\x47\x8a\xce\x67\xbd\x29\xb5\xf4\xee\xcb\xaa\xd2\xbb\x6c\x54\x5a\x45\x49\xbf\xe4\xf8\xa8\xd6\xc6\x02\x45\xb8\x49\x40\xd4\xe8\x3a\xa5\xcc\xfc\x19\x54\xe8\x79\x21\x95\x16\x91\xd8\xf8\x65\xd0\xe3\x7f\x4a\xf4\xcf\x02\x03\x96\xee\x18\xdd\x12\x32\x62\x33\xa5\x72\xf9\xf6\xcd\x9b\x29\x55\xb3\x62\x7c\x9c\xf0\xf9\x9b\xc7\x62\x4c\x04\x23\x8a\x48\x6d\x65\xcf\xb1\xe6\x17\x22\x16\x6f\xc6\x19\x1f\xbf\x99\x63\xa9\x88\x78\x93\x3f\x4e\xc1\x04\x77\xea\xde\x1b\x3f\xec\x94\xff\x9f\x8b\xbf\x7c\xff\xfa\xe2\x3f\xbf\x3f\x5a\x96\x3e\x4d\xa7\xf3\x8c\x25\x38\x97\x45\x66\x5d\x75\x22\xa4\x0d\x80\x3f\x81\x12\xab\xf6\xfb\x32\xde\xae\x0e\x42\xeb\xfe\xf2\xa7\xcb\xab\x8f\x97\x91\xe8\xb9\xbe\x8f\xb4\x81\xf8\x9f\x1f\xce\x3e\x5c\xdd\xfc\x3d\x12\x68\x77\x57\x37\xc3\xf7\xed\x5a\x41\xf5\x35\x55\x32\xfc\xc4\xf8\x33\x8b\x57\x2f\xab\x8b\x2e\x98\xa2\x73\xe2\x04\xb6\xfd\xe7\x9d\x59\xe9\x06\x2b\xbf\xba\xfb\xf1\xec\x26\x5c\xc7\xbb\x8b\xbf\xdf\x9d\x3d\xdc\x9e\xfe\xd4\xba\x12\xf3\x58\x34\xb3\x5b\xf0\x3e\x9c\xf0\xac\x98\xb3\xf0\xef\xcd\xe7\x76\x7e\x79\x77\xf6\xbe\x3a\xbb\xab\xe1\x5d\x4c\xf6\x9b\xd8\x7d\x75\xf4\xc3\xd5\xd5\xc5\xd9\x30\xda\xcb\xd3\xe1\xdd\xd9\xdd\xf9\x87\x48\x9f\x3b\xbd\xbf\x19\xde\x9d\x5f\x5d\xb6\x2e\xd3\xcd\xa0\x66\xa1\x7a\x59\xe1\x32\x77\x2d\x67\xd6\x3a\xe6\x43\x1b\x1a\x32\x07\xe5\x75\x90\x0e\x63\x7c\x41\x60\x96\xbd\xf6\xa6\x74\x62\x66\x5a\x2b\x6b\x54\xbc\x4d\xa8\x59\xd6\xb5\x6e\x74\x9b\xc8\xbb\xf3\x53\x80\x79\x59\xe7\x30\xce\x32\xfe\x6c\x1c\xf4\x73\xaa\x15\x3d\x49\xc0\x4f\xaf\x7f\x22\x51\x52\x08\x41\x98\xca\x16\xc7\x35\xe2\x24\xde\x16\x2e\xd4\xa9\x77\xe1\x6e\xc4\x70\xb5\xfe\xd0\x65\x4f\x68\x2d\xab\x54\xbd\x9f\x6e\x5a\x50\xac\x88\x4f\x3f\x10\x29\xf1\x94\xbc\x73\x11\xa2\x1d\x09\xa9\xdb\x9f\xc3\x7f\xfe\xed\x76\x05\x3f\xbb\x21\xa2\x19\x82\x1b\x70\xc8\x18\x57\x38\xb6\x0d\x37\xe0\x64\xe3\xe4\x6e\xe2\xe5\xca\x28\xf6\xed\x46\xab\xc7\xd9\x75\xfd\x98\x75\x54\x0a\x75\xdc\x36\x8e\xfb\x80\x73\xcd\x4a\x49\x21\x15\x9f\x23\x5c\xae\xd1\x86\x08\x71\xae\x75\x36\x08\x82\xe9\xf3\x11\xa8\x43\xde\x49\xb3\xfe\x25\x56\x92\xd0\xfa\xfa\x97\x5f\x12\xa9\x85\x41\xf4\xd6\x46\xf5\x26\x85\x2a\x84\xbe\xae\xb5\x62\x89\xbe\x23\xc7\xd3\x63\x74\xf5\xf3\xd9\xcd\xcd\xf9\xe9\xd9\x00\x0d\xaf\xaf\xcf\x2e\x4f\x07\x88\xa8\xe4\x95\x33\x7e\xe0\x5c\x92\x74\xc4\x14\xb7\xbe\x98\x05\x9a\xf1\x67\xfd\xae\x39\x11\x53\x12\xad\xd9\xfe\x18\x01\xce\x7e\x4a\xa5\x32\x0e\x6a\xb8\x60\xcb\x69\xe9\xfb\xe4\xb8\x8e\x43\x0a\x35\xdb\x86\x35\xb0\x94\xc5\x1c\x8f\x33\xf2\x40\xf1\xfc\x41\xf0\x6c\x95\xc8\xab\x15\x53\xa5\x72\xf2\x20\x8d\xdf\xe3\x01\x27\x09\x2f\x98\x5a\x7b\xb4\x55\xfb\x78\x0a\x64\x92\x28\x27\x62\x4e\xc1\x6a\xd6\x8a\xac\xe4\x09\xc5\xca\x69\xba\x41\x1f\xc2\x04\x2c\x79\xd0\x50\x41\xa7\xce\xca\xa8\x3a\x6c\x49\x1d\x2d\x4f\x8d\xbb\x78\x2b\xcb\x71\x13\xea\x75\xbd\x68\xaa\x94\xa1\x32\xcf\xf0\x62\x49\x65\x5d\x45\x51\xad\x98\xc9\x1c\x27\xa4\x74\x57\x3b\xcf\x7e\xc2\xe7\x73\xce\xb2\x85\x0f\x46\xa7\x74\x02\x29\x20\x4a\x53\x1b\x8d\x89\x7a\x26\x84\x95\x9f\x22\xbb\xeb\x88\x32\xa9\x30\x4b\x20\xa2\x06\x07\x65\xa4\x69\x95\x16\x20\xfe\x47\x47\x03\x34\x3a\x4a\xc9\x13\xc9\x78\x3e\x27\x4c\xe9\x0f\x88\xaa\xdd\x8b\xb3\x39\xa6\xd9\x25\x57\x74\x42\x13\xdc\x74\x77\xac\xbb\x2d\x82\x24\x34\xa7\x84\x29\xf9\x40\xf4\xb8\x7b\xb5\xee\x57\xdd\xb5\x2e\xe2\x0d\x33\x41\x38\x4d\x05\x91\x92\x68\xa3\xd0\x4d\xd2\x6a\x06\xc6\x29\xe2\x09\xb0\xf2\xaa\x35\x74\xf3\xdd\xf0\x77\xca\xc6\xf5\x3a\x47\xc2\x85\x4f\xe0\xf2\x2f\x2e\x93\xb3\x5b\xb9\xf6\xde\xa8\x48\x65\x0a\xb1\xf3\xc4\xfb\x10\x5e\xd5\xa2\xac\x1e\x1b\x7d\x8c\xd7\x9b\x67\x4c\x99\x5b\xfd\x5c\xeb\xd4\x64\x08\xce\x48\x38\x9b\xd0\x69\x11\x48\x65\x6b\x46\x57\x2d\x77\xb2\x72\xc6\x49\xc6\x65\x21\xd6\x54\xe8\xe2\x49\x9f\xd8\x47\xdb\xe6\x7d\x16\x5e\x62\x45\xa6\x64\xa7\x7b\xb2\x86\xf0\x48\x90\x5c\x10\x09\x3c\x09\x3e\x08\x7d\xb8\x95\x15\xb8\xf6\xd7\x03\x44\x59\x92\x15\xa9\xa6\x01\xce\x4a\x1f\x03\x4b\x51\xa9\x44\x8c\xd8\xdc\x9a\x46\x08\x4b\xf4\x4c\xb2\x4c\xff\x37\xe1\xf3\xbc\xd0\x63\xd9\xe9\xda\x91\xb4\xb2\xa9\xb0\x22\x03\xc4\x0b\xa5\x07\x1b\xc0\x68\xa9\xdd\x82\xd7\x63\x0c\x08\x11\x07\x8b\xd0\xa2\xe6\x5e\xba\x00\x9c\x0f\xec\x1b\x5e\x37\x02\x8c\x32\xf4\x9e\x28\x18\x05\x90\x56\xe1\x02\x21\x3d\xab\x6a\xcf\xd5\xd3\x7e\x8b\x13\x65\x57\xd2\x61\xe7\x2f\xa8\x22\x02\x67\x1f\x70\xfe\x43\xc6\xc7\xad\xfb\x3e\x44\x73\xa3\x51\xd9\xb7\x20\x1a\xc3\x91\x30\x92\x45\x92\x10\x29\x27\x45\xb6\x92\x47\x89\x10\x91\x07\x7a\xc5\xf1\xf7\x44\x3a\x83\xe7\x5a\xd9\x53\xff\x02\x80\x3c\x5a\xdb\x06\xb7\x6f\x75\x9e\x36\xdd\x71\xd5\x1c\xf1\x98\x0b\xf5\x90\xe0\x42\x6e\x73\x6f\x9e\x57\xdf\x5e\xe8\x73\x6f\x63\x67\x9a\x9f\xf4\x5b\x2c\x62\xeb\x99\x66\x19\x60\x93\x10\xce\xb8\x3d\xed\xe6\xe7\x85\xd5\x23\x61\x36\x4d\xe7\xde\x32\xfa\x83\x39\x1c\xeb\x53\xb7\x64\x82\x06\x53\xf3\xdc\x9c\x36\x7f\x92\x34\x8b\x5b\x08\x15\x84\x22\x02\xdf\x5e\x65\x12\x28\x25\x39\x61\xa9\x44\xb0\x0f\x8e\x6d\x22\x21\x39\x40\x13\xfa\xc9\x0e\xea\xdc\xac\xe5\x4f\x03\x8d\xaa\x7e\xd5\xf9\x0c\x2f\xef\x4f\x87\x8b\xe4\x1a\x9e\x6f\x35\x24\xb8\xd4\x4a\x73\xa2\x35\x10\x41\x12\x2e\xb4\xec\x80\xd7\x7a\xe3\x7a\xe5\x25\xa2\xb0\xd0\x44\xc1\xab\x34\xd5\x68\x1e\x25\xa4\x30\xc5\x8a\xbc\xd6\xca\xf9\x0a\xb7\x62\xce\xf5\x6b\x10\x9d\x13\xad\xe8\x3b\x4f\x77\x68\xdc\x8c\xc9\x14\x33\x24\x0a\xc6\x28\x9b\x36\xcc\xd6\xc9\xc0\x2d\xb8\x5e\xab\x20\x78\xae\x55\x73\xb8\x70\xf5\x84\xe2\x79\xc8\x1c\xc8\xd9\x3a\x0f\xab\x5d\xbf\x14\xd5\x54\x0b\xd9\x9e\xb1\x57\xf6\x1b\x26\x5b\xe4\xe9\x21\x4d\x36\xc3\x52\x21\x3b\xa7\x86\x19\x87\x6a\xdf\x0e\x42\x51\x6d\x45\x75\x42\x0d\xbb\x8b\x16\x1b\x4e\x11\x49\xa2\x14\xb5\xc5\x5f\x0a\x49\x10\x9e\x28\x22\xc0\xd4\x75\x9a\x91\x49\x86\xf6\x47\xdb\x66\x45\x83\x64\xd1\x5f\x07\xb2\x64\xc4\x6a\x87\x3e\x46\x43\xb6\x14\x6a\x71\x76\x5f\x44\x2f\x23\xab\x71\xf6\x8c\x17\x12\xe5\x90\xba\x6e\xa2\x3f\xe5\xe2\xc1\x30\x8f\x1f\x72\x56\xb8\xd6\x3c\x68\x82\xb3\x6c\x81\xc0\x22\x0a\x66\xd6\xb0\x59\x41\x8d\xa7\xf5\x85\xdd\x9a\x4a\x72\x05\xd7\x51\x57\xf1\xc9\xdb\x0a\xb5\x92\x6e\x49\xeb\xf3\x37\x47\xe4\xdc\xb7\x08\x18\x50\xc2\xac\x1a\x5e\x1a\x12\x6d\x9a\x51\x94\xe3\xbe\x85\x7e\xe4\x40\x68\x9b\xcb\xb5\x26\x80\x5a\x28\x60\x4b\x84\x5a\xbd\x74\xad\xda\xff\xdb\xcc\x21\x80\x92\xd5\x4e\x01\xed\x02\x4c\xb6\x13\x77\x82\x67\x89\x35\x53\x24\xce\x27\x88\x71\x46\x10\x95\xe5\x8f\xc1\xb9\x6d\x02\x9d\x70\xfc\xa6\x84\x11\x01\x35\x42\x9c\x2f\xdc\xc3\xb9\x3d\xd0\xf6\x85\xad\xba\xa1\xb7\x46\xd0\x84\x92\x2c\x95\x88\x11\xad\x14\x63\xb1\xd0\x72\xcb\x1e\xf4\x75\x74\x86\x5d\x69\x71\x35\x62\xd5\xaa\x57\x0e\x58\x05\x90\x6f\xad\xa1\x54\xe6\x85\x86\x59\x56\xfe\xc8\x3e\x64\xe3\x8a\x23\xe6\xcd\x28\xe0\x3f\x2a\xb5\x79\x70\x8c\x60\xdb\x54\xf9\x94\x96\xbd\xfa\x03\xb7\x87\x03\xa7\xe3\x49\x03\x98\xee\x62\x3c\x3a\x79\x5e\xd2\x31\x0e\xb5\x6b\x21\xad\x57\x30\xa5\x4f\x84\x39\xf6\x1d\x38\xf6\xd7\x33\x71\x4c\x91\x45\x7e\xac\x76\xa9\x63\xab\xb2\x1c\x80\xa3\x63\x7d\x4a\xe9\x4d\x2e\x96\x5c\x1f\xa6\xe6\x4a\x69\xa5\x65\x0b\xef\xc0\x0c\x55\xf8\x73\x23\x5a\x20\xac\xa4\x55\x89\x3f\x30\xae\xfe\x80\x4a\x8b\xc5\xd9\x53\xa6\x3c\x8f\xb5\x6d\x07\x11\xde\x4f\xbf\x0d\x4e\xa8\x65\x12\x84\xfd\x59\x4d\x57\x53\x7e\x5b\x64\x4d\xe9\xa0\xdd\xab\x56\x53\xb9\xbb\xe2\xad\xa9\x04\xd8\x20\xbb\x67\x67\x46\xe4\x4b\x54\x4c\x43\x86\x0d\x04\x01\x50\x14\xe3\x68\xce\x05\xa9\x64\x18\x19\xe1\x0d\x1b\x5d\x66\x76\xac\xcf\xa5\x35\xfe\x14\x93\x35\x51\x1e\xf3\xc8\x8f\xd2\xee\x3f\x71\x61\xf1\x6d\x38\x67\x1e\x43\x9f\x5a\x38\x60\x05\x7c\xaa\xde\x54\x15\x94\x25\x34\xc7\x8d\x9e\xe1\x75\x38\x61\xc9\x93\x19\x96\x47\x6a\x02\x0d\x35\xdd\xe1\x04\xf2\x19\x9a\xa6\x53\x97\xe9\xb6\x94\xe7\xd6\xce\xb6\x61\xb6\xcc\x08\xde\x47\x52\x46\xa4\x1c\x1d\x99\xe9\x53\x59\x15\x3d\xc6\x41\xe2\x54\x6f\x19\x56\xfc\xf2\xbf\x34\x6c\xee\x9c\x05\x76\x15\x5a\x53\xf8\xde\x89\xaf\x08\x4d\x34\x29\x04\x80\x87\xea\xc6\xfc\x2e\x99\xd1\xac\xf4\x33\xbe\x1a\xd8\x23\x61\x86\xcc\xc8\x13\xc9\xf4\xc0\x94\x25\x82\xcc\x09\xb3\xc1\x9e\xef\xd1\x7f\x99\x0c\x30\xf4\xa7\x11\x7b\x0f\x92\x2d\xcb\x16\x03\x44\x27\xe5\xc8\x58\x55\x86\x79\xac\x9d\x80\x9a\x11\x7b\xb8\xa3\x89\x98\x53\x35\xc3\x4f\x64\xc4\xdc\x30\xff\x85\x1e\xd1\x1f\xd1\x9f\x9a\x7c\x0c\x16\x39\xb6\x6f\x13\xf4\x1d\x17\x1e\xa5\x16\x5c\x1c\x56\xf6\xd8\xc3\xeb\x2c\xd4\xc8\x3d\x54\x5a\x11\x5e\xc7\xf4\x70\x37\xca\x9e\xf8\x72\x04\x22\x3c\x3c\x58\x10\xa6\x1e\x18\x4f\xc9\x03\xa9\x09\x3f\xb4\x9c\x55\x7d\xaf\x5e\xf2\x94\xac\x0c\x1e\x78\x1d\xf5\x23\x58\xd5\xb2\x18\xfb\xed\xd0\xef\x2d\xed\xc1\x98\xc1\xea\x27\xec\xcb\x99\x6d\x32\xdd\x4d\xe3\x1d\x57\x56\xc1\x19\x80\x50\xb5\x13\xa8\xf7\xb9\x67\x70\x19\x43\xf4\xbb\x7a\x0a\xab\x2e\x4b\xfd\x63\xbd\x72\x2b\xf6\x83\x42\x6d\x00\x9f\x15\x74\x4a\xb5\xc2\xdb\x1e\x53\x59\xad\xdd\x95\x51\x00\xef\x75\x47\x78\xcc\x8b\x2a\xa4\x12\x36\xc7\xdc\x4a\x2a\x52\x62\xeb\xb4\x6b\x34\xd6\xcf\x0b\xb8\xf8\x26\x45\xa6\x7f\x66\x9c\x78\x26\x0d\x5b\x92\xe8\x6d\xfa\xba\x93\x92\x4e\x6d\xa8\xdc\x0d\x48\x2d\x14\x2d\x05\x83\x1e\x25\x33\xcc\xa6\xed\x3a\xcc\x8d\x25\xd9\x0e\xac\xd6\x97\x88\x93\x2d\x5f\x2b\x35\x3c\x03\xa4\xb3\xf0\xd3\x17\x35\x0a\xfd\xb9\xab\xdc\x15\xbb\x36\x10\x3b\x18\x20\x6e\x52\x76\x86\xf6\x40\x2c\x07\x15\xea\xb9\xe3\x36\x36\x3f\x3b\xb3\x84\x79\xf7\x03\x78\xc5\xb7\xf6\x06\xf9\x4d\x08\x6a\x02\x58\xf8\x8a\x59\x0d\x49\xf7\x6b\xa1\xc6\x71\x86\x18\x40\x13\x84\x19\xa2\x63\x5d\x3f\xa3\xf9\xb2\x0e\xd8\x32\xa7\x06\xfd\xb1\x7e\x6e\xee\xeb\x75\xa7\xd2\xea\x5d\x5d\xd3\x57\x0a\x86\x50\xdb\xb1\xbd\xb0\x51\xfe\xd8\xcb\x68\x42\x97\x3c\x88\xb3\x80\xc3\xb1\x90\x48\x09\xcc\xa4\x79\xdb\x88\x7d\x34\x9a\x07\x95\x46\xcd\xb6\xd9\x11\xa0\xc5\x23\x0a\xff\x06\x5b\xc1\xa2\xc3\xd5\x0c\x6b\x1b\x7a\xd1\xe0\xd1\xf4\xf9\x8c\xfe\x24\x84\x3e\xcd\xba\x97\xc1\x8b\xac\xba\x55\x3b\xa4\x23\x74\x08\xaa\x71\xb6\x86\xc5\x55\x35\xb9\xd8\xa8\x04\xb0\x11\xce\x1a\x55\xed\x31\xe7\x19\xc1\xac\x49\x15\xaa\xfd\x7a\xc9\xc8\x2e\xd3\xdb\xc7\x04\xa0\x8b\xfa\x36\x15\xda\xe8\x9e\x40\x94\x3a\x5e\x17\x86\x02\x03\x8a\x30\x63\x93\x01\x84\xcb\x4c\x34\x5d\xe1\x5f\x1d\x84\x27\x7f\x4c\xb2\x4e\x11\x5e\xf3\x40\x2b\x17\xc1\x4f\xca\x1c\xf6\xb5\x10\x71\x61\xa0\xb4\x16\x3f\xb8\x6a\x62\x21\xea\xb0\xd5\xa3\x16\x23\xf7\x3a\x4c\x71\x95\x38\x1f\x56\x22\x91\x88\x40\xf8\x12\x03\x50\x46\xef\x1f\x9c\x77\x67\x30\x7b\x79\x1f\xed\x12\x64\x87\xc0\xc3\x29\x27\x32\xd0\x0e\x10\x7f\x22\x96\x7f\xe9\x84\x68\x0d\x62\xc4\xb4\x32\x15\x6a\x32\x58\xea\x83\x96\x0b\x3e\xb5\xe8\x1c\x9c\x08\x2e\xa5\x0d\x2e\x9a\x71\xe4\x71\xeb\x4d\x72\x47\xc4\x9c\xb2\xdd\xb8\xc7\x5f\x0e\x90\xb3\x5c\xce\xa6\xcc\x3c\x69\xd0\x3c\xc6\x04\x29\xb7\xd6\xa6\x73\xbf\x6d\xac\xde\x69\xcf\x48\x10\x2c\xad\xbd\x02\xf1\xf9\x4a\x8c\xb2\x83\x9e\xe0\xe7\x6c\xa0\x2d\xaf\xdd\x66\x87\x2c\x64\xb1\xd0\xa6\x92\x84\x36\x36\x85\x20\x90\x38\x3c\xce\xac\x27\x3c\xe2\x1a\x5a\x96\x40\x2e\x29\xe2\x55\x73\xf3\x66\x90\x93\x92\xce\xf5\x59\x81\x24\x10\xc6\x5f\xf3\x1c\x54\xde\xea\xaf\x26\x98\x66\x5a\x60\xd1\xb8\x02\xb3\x56\xae\x5e\x43\xc5\x03\xc2\x54\x9d\x7f\xd0\x0d\x02\xfe\x44\x92\x9a\x6d\x34\x9c\x3b\x3a\x1a\xfe\x70\x75\x73\x77\x76\x3a\x3a\xf2\x12\xdb\x47\xce\x9d\x58\x77\x73\x87\x48\x99\xf7\xdd\xfa\x52\x46\xb0\x97\x08\xa7\x69\x09\xd1\x35\xc0\x93\x07\xe3\x83\x5a\xf7\x54\xac\x74\xdf\x2e\x0f\xf3\x8e\x7e\x22\xe9\x0d\x56\x5b\x39\x7d\x5b\xf3\x77\xd6\xf2\xac\xd4\xb2\x78\xc1\xe8\x92\x75\xdf\x22\x64\xfd\x52\xee\xf5\x73\xeb\x73\xb0\x39\x09\xb0\x57\xce\x44\x97\x48\x14\x4c\x1b\x45\xd8\x57\x98\x9a\x00\x0f\xb0\x64\x31\x40\x00\xc3\xd4\x5c\xbb\x40\x7f\x46\x73\xca\x00\x32\xd5\x46\xdb\xfb\x78\x21\x5d\xb2\x0c\xcf\x2f\xef\xe3\xfc\xdc\x1f\xaf\xee\x6f\xe2\x9c\x8f\xbf\xb7\xe7\x0b\xc6\x23\xb4\x59\xa2\xe5\x1a\x83\x68\x3b\x37\xa4\xf0\xa4\xa9\x5b\xe8\x45\xf5\xa2\xfe\xba\xf0\xf4\x99\xd7\x19\x76\x0d\xa5\x07\xc2\x1d\x10\x8a\xde\xae\x74\x3b\x00\xbd\x31\xad\xae\x63\x7b\x6d\xaf\x17\x74\x6d\xdc\x68\xf3\x08\x68\xb9\x00\xb0\x5d\xeb\xaf\xdf\xce\xc0\xd3\x72\x54\x87\x7e\xec\xa0\xbd\xa1\xf2\x69\xe7\x01\x90\xd6\x71\x95\xe3\x31\xcd\xc0\x2b\xae\x6f\xe0\x79\x9e\x61\x45\xff\x55\xe7\xd3\x90\xc7\x23\x16\x96\xc2\x33\x77\xa6\xe6\x01\x87\xfa\xa7\x6c\x8a\x38\x23\x88\x0b\x13\x01\xf1\xe2\x70\x10\x82\x50\xab\xd8\x10\x35\x43\x0b\x5e\x08\xff\xc6\xa5\xf7\x58\xee\x93\x33\xec\xa2\xa4\x4e\xcf\xb4\x3e\xfc\x30\xcd\x00\xc6\xcb\x05\x29\x8d\x2d\x78\x31\x79\x22\x0c\x3d\x6b\xc3\xaa\xf4\x27\x8f\x58\x80\xda\xd0\x2a\x29\xfb\x56\xf9\x10\x34\xcd\x6c\xc3\x07\xec\x9d\xe7\xa5\xab\x45\x62\x6a\x47\x6e\x67\xe0\x1d\xe0\x54\x01\x78\xbb\x19\xf3\xc1\x93\x4d\xde\x03\x13\x6d\x00\x1e\x08\x7d\x19\x06\x22\x58\xcb\xb2\xe4\x53\x4e\x92\x4d\x30\x93\xd7\xae\x04\x52\x9b\x37\x23\x8c\x7e\xd8\xcc\x36\xbb\x75\x8a\x3b\xdf\x4a\x75\xb6\x2b\xe6\xd9\x09\xe2\xab\x27\xfa\x33\x16\x54\xdb\x98\x1d\xe7\xe9\x40\xbe\x13\xc1\xe7\xeb\x4d\xf1\x65\xd0\x7a\x77\x4b\xb8\xb7\xc8\x3d\x70\x20\x30\xbd\xd5\xb3\x6c\xc2\xe7\xad\x92\x7a\x3f\x9b\x7b\xd1\x43\x71\x21\xf3\x88\xa0\x49\xb6\x50\x44\x8f\xae\xf4\x54\x2d\x34\x2e\x7c\x67\x78\x67\x79\xcf\xb7\x8b\xce\x57\x4e\x41\xe4\x53\x1f\x13\x64\xb5\x21\x03\x55\xab\xc7\xd8\xc1\xf5\x59\xe7\x11\x0d\xe2\x61\x16\x92\xaf\x89\x27\x15\x9e\xe7\xee\x8e\xaf\xe6\x57\x55\xc8\xb5\x42\x1a\xed\x0a\x1b\xb6\x07\x5c\x5d\x9d\xad\x1b\x61\xfd\x6c\xec\x76\x37\x99\x27\x95\x1b\xba\x75\x62\x51\xea\x49\x38\xa1\x94\x28\x4c\x33\x19\xa6\x5b\x2c\x6f\x65\x74\xf3\x99\xba\x0c\xce\xf1\xba\xa1\x95\x1c\xf4\x77\x0a\x77\x1e\x85\x77\x3c\x38\x59\xe6\x78\x11\x60\x4a\xf4\x29\xc8\x88\x82\xcb\x99\x32\xff\xaf\x58\xd4\x3a\x66\x0e\x59\xb4\x2e\xa8\x7c\x8c\x7e\x58\xf8\x6b\x11\x67\x59\x38\x13\xe3\xbc\x2b\x7b\x0d\xe9\xa3\x00\x97\x18\x3a\xbf\x1c\x9e\xdc\x9d\xff\x7c\x06\x78\x89\x05\x2f\xd0\x33\x95\xda\x42\x18\x31\xf0\x07\x6a\x81\x0a\xbf\x53\x1c\x99\x1f\x0e\xe0\x57\x80\xa2\x92\xc5\x78\x4e\xb5\x3d\x55\x2e\xf2\x1e\x24\xc2\x8d\xc3\xd4\x98\x73\xac\x1f\x80\x6b\xdb\xa1\x75\xea\x00\xa3\x2b\xce\xc7\x06\x66\x70\x39\xc8\xb6\x80\x9c\x20\x5c\xb1\x5f\x48\x4e\xa0\x66\x87\x66\x4d\xed\xf1\xea\x31\x39\xf5\x87\x32\xce\x6c\x82\xf4\x33\x2a\x55\xe5\x32\x69\xce\x67\x2a\xb7\x60\x17\x80\x1c\xa7\x6d\x77\x90\x83\xb7\xee\x91\x7a\x6d\xe7\xd6\x17\xd8\xa9\x55\xc1\xae\x1b\xf5\x9b\x43\x83\xcb\x97\x61\xbb\xcd\x83\x40\x5d\xcc\xad\x12\xd8\x1a\xb2\x42\x10\x3c\x8f\x01\xa1\xa4\x2a\xba\x19\x57\x10\x7d\x4d\x54\xb6\xa8\x89\xda\x8f\x58\xbd\xde\xd0\xce\x63\xdb\x06\x52\x77\x0a\xab\xf7\x3b\x72\xe3\x57\x61\x3d\x22\x1f\x3d\xda\xc7\x18\xa3\xbe\x44\x22\xa9\x9c\x2b\xe7\x7f\x6d\xb0\x02\x40\x5d\x78\xd8\x20\xca\x59\x73\x2a\xd7\x0c\x73\xae\x3c\x17\xf6\xca\xdc\x8f\x05\xb5\x65\x3c\x18\x32\xcb\x76\x9f\x0f\x07\x4e\xcc\x01\x78\xc8\xf9\x13\x11\x82\xa6\xda\xc2\x0a\x33\x76\xd7\xa2\xdc\x1a\x75\x10\x1a\x64\x98\x29\xb8\xad\x38\x84\x4d\xbc\xcd\xab\xc7\x73\xc9\x31\x15\xe9\xe6\xd5\x9d\x82\xa5\x44\x30\x82\xd5\xec\xe5\xe2\x8b\x27\xdb\xba\x0c\x5f\x2c\xd6\x78\xb2\x93\x62\x21\xe1\x74\xe3\xc2\x19\x2b\xe7\x59\x54\x0a\xc0\xb6\x23\x2a\xcb\x2a\x15\x4b\x46\x54\x8d\xab\x2b\x40\x87\x5a\x3b\x2b\xae\x58\xd1\x11\xba\xdb\x68\x41\x78\xf7\x93\x36\x0f\xe2\xbc\x76\x5b\x07\xbd\x5d\xa4\xab\x86\xc8\xcb\x3a\x45\xa3\x8c\x8e\x1d\x55\xf0\x31\x9f\xd8\x0f\x1a\x2a\x3d\x55\x1e\xab\xae\x36\x34\x0c\xd8\xa2\x6a\x57\x63\x91\x66\x44\x82\xca\x67\x74\xfd\x8a\x56\xd7\x66\x73\x8c\xd8\x8f\xfc\x99\x3c\x11\x31\x40\x58\xa1\x39\xd7\x37\x39\x23\x61\xd9\x60\x1c\xa7\xad\x19\x97\x36\x46\xb5\x7d\xea\x9d\xe5\x63\xbd\x8a\x75\x19\x10\x80\xea\x37\xdb\xe0\x5c\xe0\x23\x86\x13\x45\x9f\x88\x89\xed\x00\xd6\x8d\xba\x85\x01\xff\xff\xc1\xfb\x3c\xff\x70\x8c\xee\xf4\xc5\x45\x65\x3c\xdf\x00\xc6\xd9\x34\xb7\x11\x9b\x0a\x5e\xe4\x5e\x33\xe5\x63\x50\x89\x8d\xef\xb3\xc6\xe7\x09\x93\x71\x0e\xcf\x04\xa7\xfa\x5a\x6c\x67\x9c\xc8\x76\x3a\x30\x57\x40\x8c\xaf\x0b\x19\x48\xdf\x16\x3e\xac\x64\xa1\x03\xc0\x46\xcd\xa9\xc4\xbb\xf3\x9d\x2e\x55\xbf\x91\xa0\x94\x79\x93\x35\x02\x5b\x6c\x28\x2a\x02\x33\xdf\x99\xc4\xf5\x28\xa1\xf2\xb5\xa6\x5e\x99\x11\x1c\xa4\xbe\x00\x60\xc3\xde\xaf\x9f\xac\x53\x99\xe5\x75\x21\x72\x0e\x08\xd1\x6c\xe1\xa0\x49\x73\x0c\xc1\xf3\x9c\xe7\x85\x01\xcb\xd2\x30\xc8\x54\x3b\xa1\xb8\x9c\xc2\xce\x83\x7f\x5b\xe8\x2c\xa7\x5a\xa9\xa3\x0c\x95\x3f\x44\xd6\xab\x59\xcb\x66\x85\xa0\x1b\xa9\x26\xd6\x2a\x26\x4f\x84\xa9\x52\xc9\x9d\xe3\x1c\x51\x2d\x4b\xb4\x34\x14\x53\x32\x40\xcf\xae\x47\x0f\xc2\xa8\x10\xd4\xed\x3a\x68\xa6\x2d\xbc\x15\xab\x86\x6f\x8c\x97\xda\xe0\x74\x12\x1c\x54\x12\xb1\x55\x43\x13\x55\x60\x1f\x4b\x84\xec\xa7\x8c\xb2\x47\xfd\xb2\x67\x30\xa3\x9d\x07\x52\xe8\x33\xc7\x85\x03\x3a\x46\x7b\x5a\x2b\xcd\x0e\x33\x0b\xb5\xb6\x4d\x42\xbd\xd2\xbe\xa7\x24\xd4\x7d\xf5\x33\xa8\xb7\xc8\xf7\x9c\x82\x7a\x68\x5d\xba\xd6\x97\xb9\x65\xda\xb5\x9d\xb7\xcd\x45\x85\x03\x19\x79\xa3\xdf\x41\xe0\x20\x98\xe6\xb0\xdc\xc3\x04\x20\x4b\x8a\x08\x93\x31\x09\x2e\x48\xef\xe6\xb2\x2a\x4a\xad\x32\x57\x7b\x64\xb6\xce\xea\xd3\xe3\x2d\x03\x1a\x76\xec\x7a\xa9\x3d\xec\x8d\x3e\x98\xa5\x90\xb4\x2b\xbb\x55\xe6\x41\xca\x06\xe6\xed\xdd\x8f\x75\xab\x8a\xa0\x37\x8e\x98\xe7\x4b\xc4\x8c\xb9\x2d\x4c\xed\xd9\x59\x15\xa5\x87\xd5\x37\x60\xbd\x8f\x66\x77\x95\x8d\xca\x2a\x0a\x4b\x35\x8d\x9c\xb4\xba\x6c\x4e\x36\xec\x56\x17\x27\x22\xe2\xea\x9a\x38\x50\x62\x0e\xcb\x86\x82\x38\x00\x25\x4f\x0f\xa5\x2c\xce\x72\x30\x36\x9e\xdc\x67\xae\x89\x53\x99\xcc\xe1\x14\xc6\x59\x49\xb7\xc3\x8d\xb6\xd7\x4c\x74\x8d\x82\x38\xde\x19\x0c\x49\x86\xdd\xbc\xac\x10\x80\xa7\x69\x16\xf5\xd5\xd2\x87\xca\xfb\x5b\xd7\x17\x82\x27\x9c\x69\xd5\xc0\x66\xec\x57\xd6\x62\x23\xb4\x60\x36\xc7\x05\xf8\x9a\x85\xe2\x99\xd6\xc6\x77\x60\x18\xdb\xb8\x4f\x8d\xb3\x7c\x3d\xb5\xcb\xa4\x60\x9d\x9f\x96\x62\xc2\xe7\x7a\x6b\xc5\xc4\x5e\x47\x4a\x60\x6d\x19\xba\xf2\x9f\xb6\xe8\x67\x93\x4b\x5c\x2f\x6d\xbd\x2d\x82\x9f\x2e\xd3\x65\x85\x45\x6c\xa9\x0d\x69\x88\x15\xcb\x86\x27\x50\xa1\xba\x13\x7e\x23\xb2\x86\x59\x0a\x38\xeb\xa0\x10\x91\x69\x20\x51\xdd\x73\xf3\xce\x19\x96\xd5\x57\xae\xdc\xf2\x0d\xc2\xbe\xd1\x30\xef\x89\xd2\x86\xe3\x4e\xaa\x60\x74\xf0\xc2\xc3\x44\xee\x45\xb6\xb2\x28\xe1\xad\x49\xd5\x2c\x44\x56\x2a\x30\x18\xe9\x0b\xed\x38\x30\x74\x21\x38\x16\x51\xd4\x4c\xa6\x41\x0e\x74\x2f\xa3\xb8\xcf\xa9\xda\xd9\x6c\x14\xc4\x35\x4d\x4c\x0b\x61\x2e\xe6\xfa\x9d\xb5\xa9\x00\x20\x3b\x13\x23\x79\x64\x04\xf0\x70\x48\x30\xb0\x9f\x6b\xef\xf5\x66\xfe\xd9\x56\xe9\x8f\xd3\xbd\xf7\xa6\xfb\x47\xd2\x3b\x5a\x40\x8f\x23\xd8\x54\x91\xb7\xd9\x21\x9e\x03\x01\xe6\xe3\x9a\x69\x7a\xdd\xbe\x2a\xe9\xac\x91\x57\xcf\x58\xbb\xa9\xd3\x0c\x9a\xea\xde\x58\xa9\xa5\xc8\x64\x77\x33\xd2\x4c\xd5\xf8\xab\xf4\xf9\x2c\x24\x11\x06\x3b\xec\xe3\x3d\x35\x09\x94\x8d\x5e\x9f\xda\xb2\xd4\x6d\xb9\xb1\x4b\xe5\xb1\xeb\x2f\x76\xe3\xd9\x40\xdf\xd9\x0e\xc0\xe4\xd8\x85\xf7\x5f\xa1\xff\x82\x84\xc8\xff\xaf\xa9\xa6\xc3\x94\x88\x87\xb4\x88\xfa\xcd\xad\x9a\xd4\xb5\x7e\xe8\xb4\x50\x8b\x7a\x98\x44\x64\x5f\x64\x38\x79\xec\x02\x1d\xd1\xbf\x6f\x18\xb6\x93\xe5\x1a\xcb\xdd\x06\x60\x06\xa9\x00\x33\xac\xc7\x29\x7c\xbf\xf1\x0e\x31\xc8\x97\x0d\x1c\xe2\xd6\x51\x06\x1d\x00\x8f\xd1\x3b\x93\xf3\x00\x77\x88\x79\x45\xc2\x8b\x2c\x1d\x31\xf2\x29\xe7\xb2\xf4\xa4\x53\x36\xad\xc3\xa9\xdb\x84\x0e\xfb\xa6\x55\x07\x6f\x7b\x81\xfe\xd9\x51\x34\xcb\x7b\xba\xbc\xe4\x7a\x26\xdb\x4a\x75\x3e\x90\xe2\xf0\x27\xae\xa9\xca\x00\xf9\x45\x56\xd8\x22\x23\x4f\x44\xe0\x29\xb1\xc5\xe3\x83\x9c\x04\xbc\x41\xad\xf8\xeb\x25\x77\xf7\x97\xdd\xf0\x60\xc9\x8b\xbe\x5f\x36\xb6\xed\x22\xda\x19\xb8\x49\x28\xdd\xf1\xfc\xb5\x29\x3e\xc4\x7c\x1b\x06\xa7\x24\x24\x19\x96\x92\x4e\x16\x41\x7f\x05\x77\xfb\x1a\x4f\xb4\xcf\x5d\x89\x73\x9c\x6a\xef\x66\xbb\xc9\x37\x16\x21\xbb\xbf\x5a\x9d\x6d\x17\x83\x7d\xa2\x03\x53\x96\xf3\xdd\xc0\x50\xb2\x63\x6c\x95\xe3\x97\x2f\x8f\xb1\x7b\x16\x5a\x22\xcc\x9a\x42\xf0\x76\x19\x7c\xd9\x79\x81\x89\xe0\xec\x21\x68\x53\xba\x61\xb8\x46\xa2\xe1\xc7\x5b\x24\x17\x4c\xe1\x4f\x6f\xd1\xe8\xe8\x83\xc9\x30\x45\x3f\xf2\x42\x48\x74\x8a\x17\xaf\xf9\xe4\xf5\x9c\x33\x35\x43\x1f\xe0\xff\xdb\x8f\x9e\x09\x79\x44\x7f\x27\x58\x8c\x8e\x6c\xab\x10\x5b\x04\xd1\xa3\x40\xb5\xc1\x2d\x0a\x26\x6d\xf2\xea\x9f\xfe\xea\xb2\x57\xf5\x6b\xbe\x7f\xf3\xa7\xbf\xa2\x3f\xc0\xff\xfe\xff\xe8\x0f\xa3\xa3\x06\x1c\x57\xb7\x88\x7c\x99\x5e\x5c\x3b\xda\x23\x4d\x1e\xf9\x64\xf2\xa0\xe8\x9c\x18\xe8\xda\x03\x16\x8d\x35\xda\x3a\x86\xea\xa8\x45\xd4\x99\x9c\xa0\x32\x40\x6b\x5f\x6a\xbc\x92\x4e\xe9\xf7\x55\xe7\x4d\xbc\x94\xc5\x48\x32\x2a\xe1\x29\xad\xcb\x4c\x26\x5d\x4c\x03\xd7\x63\x67\x19\xaf\x5f\xfa\xb7\x43\x7c\xa8\xbf\x7c\x42\x95\x89\xaf\xca\xbf\x5d\xd6\xe5\xbe\xb2\xdb\x1b\x16\xb8\xd7\x9b\xfb\x96\x8b\xad\x44\xf8\x23\x59\xd2\xeb\x3b\xd9\xc5\x0e\xea\x16\xc2\x8c\xc1\x71\xc6\x85\x8f\x77\x1b\x3f\x87\xc5\x95\x8d\xd8\xdd\xd5\xe9\xd5\x77\x8f\x58\x09\x3e\xc5\xec\xd5\x5b\x34\x4c\x53\x5b\xf2\x09\x59\xe3\x44\x33\x8f\x36\x7d\x6d\x07\x3a\x5b\xbf\x85\x69\xc2\xd5\x1a\xba\xe1\x75\x5f\xd3\x61\x0e\x35\x1f\xf6\xb8\x29\x5d\x13\x5c\x22\xc4\xf3\xf9\x17\x94\xd8\x1b\x58\xeb\x23\x59\xd8\xca\x98\xd5\xf5\x6e\x52\xc5\x0a\x9a\xd3\x13\x69\x86\xe6\x22\x25\x40\x1e\x53\x87\x9c\x4a\xe5\x7c\xb2\x75\x87\xea\x0e\xcb\xc7\x03\x43\x56\xd1\x34\xec\x1f\xa3\x6a\x0b\xdf\x5a\xe1\xa7\xb0\x7c\xdc\x59\xcf\x1c\x4d\x8a\x75\xda\xe5\xd8\x91\x11\x89\xda\x9c\x66\x99\x41\x12\x05\x61\xf9\x39\xce\x4d\x81\x1b\x10\x8c\xd0\xa1\x24\x80\x01\xd6\xcd\x7f\xd5\x46\x9b\xd8\x7e\xa0\xc6\x09\xc0\x33\x68\xa3\x30\x05\x57\x13\x66\x0b\xc3\x00\x5a\xd0\x62\xf9\x28\x3d\xbc\x0f\xc9\x39\xce\xb2\x01\x12\xa4\x80\x0a\x45\x03\x24\x49\x36\x79\x6d\xfd\x83\x24\x45\x99\x69\x26\x8e\xc6\x19\x4f\x1e\xe5\x88\x69\xc9\xc7\xa6\x46\x60\xfb\x26\xc4\xfe\xaa\x28\xbd\x89\xa6\x4f\x97\xc9\x40\x36\x15\x40\xa8\x54\x34\xa9\xa4\x9d\xea\x93\xac\xe7\x03\xae\x8e\x84\x1b\x44\x22\x4c\x57\x5f\x5d\x04\x74\x54\x55\xb8\x22\x51\x00\x17\xc1\x19\xfd\x17\x44\x0d\x66\xf8\x89\x72\xd1\xc4\xbd\x3b\x88\x0f\xbb\xed\x79\x50\xf1\x69\x58\xc1\xcf\x27\xf6\x31\x38\x43\x6d\x1c\x73\x13\xb3\xb3\xe7\x06\xcf\xe6\x1e\xd5\xe1\x98\xa2\xcc\xd2\x75\xc8\x19\xf3\x13\xe7\x25\x3c\xb0\x30\x22\x4c\xb9\x21\x78\xb8\x8a\xa7\x4f\x4c\xe2\xab\x19\x23\x48\x3e\x31\xa3\xbb\xd4\x40\x8b\xeb\xd2\xa2\xed\x49\x33\x89\x23\x8f\xa6\xbd\xe9\x39\x13\x34\x88\xca\xb3\x62\x4a\xd9\x6b\x0f\x3a\x4a\xb1\xc2\x23\x06\xb0\x54\xfd\x92\x4a\x6a\xe3\x32\x47\x1d\x70\x06\xea\x6e\x84\x63\xc7\x44\x54\x47\xe4\x2e\x4c\x1e\xf3\x2d\x84\x07\x3b\x0a\xbb\xc8\xff\x26\xea\xbc\xcf\xb6\x60\xb9\xfe\xf6\x89\x96\xf0\xea\xe0\x45\x8d\x7b\xbb\x31\xac\xb4\x32\xab\xa5\xb0\x0c\x9d\x18\x26\x83\xb9\x81\x2b\xd0\x56\x53\x6a\x9a\xd1\x67\x01\xba\xb4\x6d\xe4\x35\x56\xa6\x22\x0e\x99\x73\x65\x00\x9c\x06\x4b\x69\x21\x96\x16\xa2\x39\xce\xf8\x18\xee\x15\x80\x59\xc2\xba\xe3\x7e\x40\x66\xdd\x24\x45\xdf\x05\xd7\x84\x8f\x3e\xbd\x3a\x80\x3e\x62\xbe\x70\x95\xde\xb0\x20\x6d\xf8\xba\xc4\x07\x57\x57\x65\x3a\x8d\x35\x55\x34\xee\x86\xd0\x89\x76\x7f\x07\x08\x9d\xca\x32\x1a\xd2\x81\xf8\x74\xaf\x91\x12\xdb\x21\x79\x6d\xfb\xc7\xc4\xe3\x8d\xfe\x11\x6d\x8e\x63\xb3\x45\xdd\x16\x1d\x16\xfa\x28\x9e\xdc\x67\x46\x1f\x55\x26\x73\xc8\xe8\xa3\xca\x54\x0f\x17\x7d\x54\x33\xd1\x35\xd0\x47\x26\x0e\xf3\xa0\x99\x7a\x3d\xa1\x90\x0b\xae\xf8\xb8\x98\xdc\xc2\x6d\xb2\x4e\x5e\x9b\x11\xce\x4e\xcf\xb1\x90\x7b\x98\xad\xd1\x81\xba\x29\x62\x21\x48\xa9\xb2\xe4\x35\x41\x4a\x91\x48\xeb\x41\x4a\x1e\xa4\xb4\x4c\x97\x43\x04\x29\x55\xf6\x7c\x3d\x90\x52\xdd\x96\x6f\xe0\x7b\x8f\x86\xf9\x6a\x40\x4a\x15\x8a\x1e\x32\x48\xa9\x32\xd5\xdd\x81\x94\xea\x77\xb6\x1b\x48\xa9\xf6\xfa\x6f\xe6\x9f\x6d\x63\xda\xfa\x75\x2f\x0d\x52\x8a\x16\xd0\x83\x94\xb6\x2c\x76\x12\xb3\xa0\x9d\x81\x6f\x40\xb4\xcc\xee\x6d\x30\x25\x50\x69\x77\xc0\x51\xfb\x8d\x09\x82\x17\x6a\x5d\xad\x7b\x18\xd1\x41\xda\xcc\x3d\x7d\xfd\x39\x2c\x4b\x50\x10\xb8\xcf\x77\xd9\x36\xdf\xa5\x42\x64\xef\xbd\x82\x8d\x6b\x62\xb9\x6d\x2b\xa1\xb8\xca\x24\xdd\x0c\xd2\x3b\xf7\x54\xab\x86\xec\x8a\x9e\x84\x2e\x4b\x50\x22\x6a\x9d\xe2\xbe\x89\xfb\x86\x6e\xef\x06\x24\xd6\xf2\x0b\x95\x6b\xaf\x1d\x40\xab\x62\x47\xd4\xf2\x0c\x22\xba\xbb\x1b\x75\x0b\xb2\x17\x62\x9b\x6e\x60\x43\x93\xe0\xaa\xaf\xeb\x30\x49\xba\x7a\xf6\xc6\x0b\xd5\x0c\x78\x6c\xb7\x81\x56\x37\xf9\xaa\x7a\xf2\xe8\xbf\xfc\x46\x4f\x68\x46\x10\x86\x76\x83\x74\x9c\x81\x95\x04\x7c\x3c\xe6\x4f\x44\x4f\x7a\x9b\x5d\xa5\x6c\x0a\xeb\xd6\xb7\x7f\x50\xfc\xc2\x33\x8f\x39\xe4\x33\xc1\x8b\xe9\xcc\xa9\xc5\xae\x3e\x62\xdd\x5e\x3a\xcc\xe6\x97\xeb\xc1\xad\x54\x4c\xaa\x32\x41\xf7\x10\x97\x23\xc9\x0b\x87\xb9\xea\xd6\xd1\x81\x3b\x22\x90\x42\x79\xfc\x9d\xe3\xd1\x5c\x23\x00\x9d\x1c\xb1\x61\x04\x67\x70\xe5\xf5\xc6\x8b\x32\x2c\x6a\x64\x71\xc8\x64\x50\x10\xd8\xaa\x9b\x50\x81\x47\xff\x05\xf7\x06\x3c\x64\x03\x60\x2e\xc8\x05\x11\x5d\x92\xbe\xc6\xc9\x22\xc9\x68\x12\xe8\x10\x53\x81\xf3\x59\x1b\x27\xee\x32\x54\xf5\xbc\xcc\xdd\x2b\xf8\xd3\x85\xab\xba\x30\x41\xb7\xc8\x95\x27\xfd\x97\x15\xbd\x2a\x3b\xf4\x6d\x16\xc1\x1a\x3a\x03\x86\x08\x34\xe3\x59\xea\x9a\x97\x7b\x6a\xf9\x17\x78\x27\xb8\x27\x90\xdb\x0c\x28\xa8\x06\x4c\x59\x56\x65\x6b\x8b\x53\xf9\x4d\xfc\x3a\x62\x55\x2b\x24\x5d\xc7\x78\x55\x48\xd4\xed\x62\x56\x5b\x4a\xae\x6e\x71\xab\xb6\x02\x79\xd5\xfd\xde\xc0\xc3\xb2\x94\xc3\xd0\xfb\xe7\xbc\x7f\xae\x9e\x36\x87\xe8\xa3\xab\xe9\xa5\xb3\x9e\x9f\xae\x69\xfb\x77\xc1\x49\x3b\xf4\xd7\x7d\x66\x2f\x58\xab\x03\x2c\x60\xb0\xcf\xeb\x56\x6c\xf3\x28\x6e\xe8\x22\x69\xde\xd3\x4e\x9e\x3a\xd6\xee\xa5\x73\x6f\xd9\xd6\x9d\xe2\x21\x50\x7b\x75\xa9\x78\x0b\xa2\xbb\x5b\xa5\xc4\x68\xf5\xae\x95\xbd\xba\x56\x6a\x08\xbd\xda\xbd\x12\x29\x08\x2f\xea\x62\x71\x6f\x7e\x09\x37\xcb\xd6\xca\xcb\x2a\x57\x4b\xad\x6b\xa5\x41\x8b\xd1\x8b\x1f\x66\x14\x6f\xd9\x40\x69\x09\x1a\xd2\xe1\x54\x7c\x28\xa4\xb6\x56\x35\x1f\x43\xff\x17\x33\x5f\x8b\x33\xf0\x08\x7a\xc8\xab\x31\x68\x74\xc6\xd3\xc6\x32\xa0\x95\xa5\x74\x9d\x4b\x69\xa7\xda\x74\x1e\xab\x1a\xc3\xb8\x86\xdc\x29\x7f\x66\x52\x09\x82\xe7\x30\x11\x69\xeb\xa1\x4d\x8c\x45\x6a\xcc\x5e\x2a\xa2\x06\x2f\x6b\x6d\xf1\x05\x65\xda\x00\x0e\x72\x06\xa0\x09\x13\xbc\xb9\x66\xd3\x7e\xa0\x0c\x8b\xc5\x76\xbb\xd6\xd2\x38\xad\xdd\xa4\x1b\x2f\x9a\x92\x2a\x14\x5e\x95\x41\xd1\xc5\x80\x83\x26\x41\x04\xe9\xd7\x21\xb8\x3a\x4c\x26\x25\x46\x0a\x43\x55\xde\x19\xc9\xf2\x20\xad\x2a\xc7\x42\x49\xc7\x40\xb6\x3d\x71\xc2\xe7\xf3\x82\x99\xda\xbd\x46\x27\x7c\xb6\xc8\x5b\xeb\xa1\x28\x07\x3f\x1e\xb1\x73\xf5\xad\xd4\xe7\x8b\xb3\x69\xb6\x40\x38\x7d\x32\x7d\x43\xad\xc6\xcb\x99\x2c\xe6\x44\x48\xdf\x52\x5f\x2f\xcd\xd6\xce\x2c\x3b\x1f\xeb\xb9\xe9\x0b\xd8\x25\xe9\x5a\x19\x31\x45\x63\x32\xd1\xc2\x37\xc7\x42\x3a\x5b\xb4\xc6\x8e\xb4\x9b\xab\xcd\xd5\xcf\x77\x26\x7f\x0e\x8f\x9d\x69\xa2\x60\x4e\x28\xb6\xba\xcd\x9b\xea\xf9\xb4\x54\x6f\x39\x9b\xe3\xa5\x45\xa1\x76\xa1\x6c\xa9\x70\xba\x54\x44\xbb\xaa\xf2\x6b\xe1\x5a\x96\x63\xd6\xef\x71\x17\x9b\x99\x5c\xc7\x5e\xa5\xd1\x02\xed\xac\x8d\x29\x18\x9e\x4d\x42\xa1\x21\x87\x54\x58\xd1\xc4\xde\xa1\x65\xe5\x06\xf3\x74\xf3\xd6\x9e\x6e\x5d\xaf\x1f\x67\xcb\x3b\xdc\x4c\xcb\x5b\xf3\xfb\x76\xd9\x67\x8f\x9b\x19\xbb\xd5\xd1\x9d\xf0\x2c\xeb\x92\xa2\x51\x59\xf9\x49\xf9\x78\xfb\x8c\xca\xf7\xe8\x0d\x70\x7b\x01\xa7\xc6\x36\xf3\xcc\x40\xc9\x60\x44\x2a\xbb\x4b\xe1\x8f\x8c\x0c\x5d\x20\x56\xcc\xc7\x44\x40\x5f\x58\x10\xeb\x4d\xe6\x43\x2e\xf8\x9c\x76\xc1\x0a\x5e\xc1\x36\xfb\x32\xf4\x2b\xbc\x1a\x65\xd3\x4f\x8f\xa3\xb3\x6f\x34\x55\x34\x99\xe9\xf1\xd2\x72\x86\xe6\x38\xdf\x88\xe0\x4b\xe5\x4a\x97\x28\x3d\x37\x26\x8c\xa5\x9e\x34\xfd\x76\x1f\xc9\xc2\x74\x41\x7d\xc6\x8b\x32\x1c\xd0\xe5\x38\xdd\x1a\x5d\x84\x48\x77\x5e\xb0\xe3\xb2\xe0\xc4\x88\xb0\x8c\xbf\xa3\xc2\x3a\x27\xe8\xa4\x8e\x0d\x3b\x9f\x25\xb7\xe6\x7d\xe2\x2f\xc3\x63\x1f\x9a\x2d\x5d\x6e\xc3\xf8\x30\x04\x23\x22\x98\x4e\x3b\xa9\x3e\x44\x9c\xb3\x73\x1a\x6d\xde\x25\x73\xbf\x34\xb3\x6c\xbd\x16\xb1\xb6\x8c\x30\x76\xab\x63\xe6\xde\x58\x53\xb6\x2c\x44\x56\x76\xa8\x8d\xb8\xda\x86\x98\x68\xdd\xc5\xa8\x95\x7c\x32\xc9\x38\xd6\x66\xa5\x4d\x08\x9a\xd0\x8c\xc8\x63\x74\x5e\x63\x4f\x80\x96\xe3\xb4\x2a\x40\x9c\x83\x47\xdc\xe9\x3b\x85\xa0\xb6\xb8\x36\x11\xc4\x6b\x35\x88\xda\x3a\x1b\xa5\xe9\x29\x88\x69\x4b\x02\x19\x94\x9c\x99\xee\x9f\x33\x33\x00\x95\xb6\x4a\xb2\xd2\x53\xa2\x5a\x16\x50\xdb\x37\x39\x25\x39\x61\xa9\x7f\x80\x9b\x52\xa9\x38\x51\x65\x17\x33\x98\x55\xc3\x96\xee\xa2\x3b\x8e\xfd\x7d\x87\x6d\xbd\xd3\x4f\x2c\xef\x4d\xed\x0c\xef\xe2\xd1\x3b\xcf\xce\xeb\xe5\xdd\x9d\xbc\xef\xe0\x51\xe7\x54\x80\x26\xbc\xe0\x77\x9a\xfb\xc8\x2f\x4b\x89\x90\x8a\x73\xb8\xa1\x6e\x4f\x7f\x7a\x73\x7f\x8e\x88\x4a\xa0\x72\xc1\x88\x25\xf2\x69\xa0\x15\xda\x7f\x16\x44\xe9\x8f\x9b\xf2\x39\xe7\x84\x49\x90\x04\x74\xdd\x12\x34\x8e\x30\xfa\xbf\xa7\xf1\xf3\x2d\x2c\x5f\x56\xe1\xb6\xb9\xcf\xc0\xbb\x2e\x57\x0d\xd8\x14\x12\x24\x0c\x69\x65\x0d\xc7\x70\x9e\x11\xcc\xce\xea\x12\xe9\x37\x88\x0a\xb2\x5f\x0b\xd6\x51\x4d\x3a\x29\x1f\x0a\x66\xd1\xa0\x85\xcd\x73\x2c\xa8\xec\x36\xbc\x7b\xa6\x76\xf4\x55\x42\xc4\xd1\x15\xa3\xb1\xa1\x14\x2a\x6b\x0e\x20\x25\x08\x01\x11\xe2\xf9\xc9\xde\xf5\x70\xcb\x07\xd4\x08\x1e\x3a\x1e\xb1\x0f\xce\x0f\x56\x7e\x2a\xcb\x0a\xd6\xf3\x31\xe4\x41\x16\x60\x33\xc5\xa3\xc0\xb0\x29\x95\xfe\x03\x48\x8f\x91\x45\x66\x5b\x28\x4e\x28\xc3\x99\x9f\x68\x6d\x3b\x73\xd8\x73\x81\x59\x32\x83\x0a\xaf\xdb\x44\xea\x26\x0f\x24\xeb\xa2\x3b\x9e\x4f\xce\x32\xa9\xf9\x3b\x79\x6c\x38\x9d\x7f\x74\xd9\xf9\x1d\x36\xa8\x5c\x0c\x68\x6e\x2e\x67\xd3\x58\x25\x26\x58\x91\x29\x62\x12\x6c\x20\x60\x51\x0d\x12\x9b\x70\xb9\xde\x45\xab\x5b\xdb\x26\x01\x4a\xf0\xcc\x3c\xa1\x6d\x2c\x78\x0b\xc2\x6a\xc4\x44\xc1\x20\xc9\xc1\xfb\x51\x31\x92\x44\x50\xe3\xd0\x4c\x38\x33\x3a\x80\x75\x9e\x4c\xb5\x98\xd0\x9a\x1f\xc4\xff\xa1\x51\x89\xa0\xbc\x90\x5a\x86\x98\x26\x45\xd2\x36\x93\x36\x9e\xec\x01\xca\x05\x9d\x2b\xfa\x44\x7c\x66\x52\xb8\x73\xb5\xcc\xbc\x4d\x94\x23\x27\x02\xab\x75\x13\x9d\xea\xde\x7e\xe5\x46\xa8\x3d\xb0\x19\x99\xa8\x87\x5a\xbf\x4b\x8b\x89\xa1\x47\x64\x69\x43\x45\x0c\x3a\x9d\xed\x60\xc4\xf5\x4f\xfd\x9f\xad\x5f\x4c\x1f\xf5\xe0\xc6\x17\x9c\x2b\xc3\x6f\xa5\x4c\x42\x8e\x9a\xa0\x2e\xd8\x97\x9a\xe4\x68\xbd\xa9\x14\x76\x55\x9f\xe1\x47\xc6\x9f\x99\xb7\xad\xb5\xda\x70\x86\x93\x59\x28\x58\xac\xbf\xda\x9c\xea\x95\xe7\x39\x4a\x00\x3e\x10\xa4\x9e\x3f\xd3\x27\xb6\x18\x47\xb6\x40\x65\x92\x77\xf4\xdc\x3a\xd7\x9b\xb1\x3b\xdd\xd9\x35\x0b\xb6\x79\x8d\x8a\xe4\xd6\x36\xb6\x9d\x05\x7d\xb0\x1f\xdc\xab\xfa\x55\xc7\xe8\xa3\xd3\xe4\x20\x1c\xe0\x3d\xd4\x80\x1b\x83\x66\x45\x0b\x57\x8d\xbd\x8e\xb0\xbb\x80\x70\xed\xda\x47\xdf\x4e\x60\xdf\x17\xae\x86\xca\xd1\x85\xca\x98\xb1\xb0\x3a\x74\x04\x39\xf1\x0f\xdd\x92\xf6\xd8\xf4\x3b\x48\x74\x34\x75\xfe\xc1\x5b\xc5\x59\xb6\xf8\x7f\xcc\x66\x01\x74\x4b\x1f\xa1\x42\x96\xdd\x86\xad\x0f\x53\x9f\x1f\xf0\xc1\x31\xae\xf4\xa5\x38\xa1\x59\x06\x10\xab\x63\x34\x84\x54\x7d\x48\xc2\x36\x9d\x1d\x4c\x10\x87\x4e\x19\x5f\x15\xe7\x6e\x60\xa6\x24\x60\xa6\xdb\x66\x66\x92\xc0\x4d\x3e\xaa\xb0\x23\x8e\xda\x01\x14\x4b\xcb\x96\xd8\x33\xbe\x72\xff\x2a\x5c\xbd\xfe\x65\x1c\x62\x61\x8a\xf1\xc3\xde\xc3\x9f\xb5\xd3\x0d\x4d\xe3\xfa\xa9\xbf\x2f\xb0\xc0\x4c\x11\x00\x6a\x1a\x6c\xa8\xb0\x01\x3f\xcd\x81\x88\x7c\xa2\xb6\xbf\x14\x04\x8e\xf5\x47\xe1\xe6\x3a\xa7\xfb\x94\x3e\x11\x86\x68\x3a\x40\xf4\x98\x1c\x0f\x6c\x21\x27\x59\x8c\xcb\x5f\xce\xb0\x44\x78\xc4\x96\x00\x45\xc7\x68\x98\x49\x6e\x9f\x20\x2c\xc9\xa0\x34\x86\x2c\xc6\x21\x2c\x10\x38\xdf\xba\x89\xc6\x0b\x84\x91\xdd\xca\x72\x78\x6e\xbf\x08\x1e\x1c\x31\x2c\x8d\x57\x3a\x83\x93\x5e\x7e\x5e\x57\xb2\x25\x8a\x54\xec\x11\xfa\xbf\x74\x0d\xed\x6d\x93\x4c\x8d\x87\xb6\x0d\x82\x5f\xc0\xc6\x94\x40\xaf\x11\xf3\xec\x8c\xbe\xc3\x2a\x23\x58\x2a\xf4\xa7\x57\x9d\x82\x33\x6e\x7d\xa5\x70\xb5\xa7\xb7\x84\x23\xb8\x10\x68\x53\xc5\x29\xc8\x0c\x46\x18\x31\x12\x00\x67\x06\x7a\x9b\x15\x47\x4f\x54\x16\x50\x6c\x24\x80\xd7\x98\x72\x11\x54\x49\x97\xf9\x68\xfc\x94\x0d\x62\xc4\x15\x1d\xb2\xfe\x4b\x3b\xad\x1a\xc6\x1a\xd8\x86\x2d\xd2\x36\x51\xa2\xac\xe4\x39\xfd\xcd\x88\x59\xc1\xea\xe2\x36\x41\x56\xfa\x30\xcb\x42\x7e\x34\x0a\x4e\x4a\x98\x5e\x30\x94\x4a\x39\x46\x61\x99\x7a\x59\xc6\x0a\xe3\x2a\x5f\x65\xef\x0d\xc4\x27\x23\xe6\x51\x8a\xe1\xd8\xb5\xca\x4e\x9d\xb9\xf8\x82\x3a\x70\xcd\xeb\x2f\x4c\xcd\x9a\x35\x74\xe1\xe6\x82\x75\x2d\xee\x95\x25\x13\xbd\x45\x35\xde\xf5\x0b\xd6\xd7\x94\xeb\xcd\x5d\xb8\x65\x9f\x79\x8d\xf5\xdc\xb0\xb9\x81\x6a\xb1\xc5\xa6\x96\x41\xeb\x97\x72\xe0\x46\x53\x3f\x4f\x01\x59\xb4\x5a\x08\x96\x48\x1d\x27\x3a\xc0\x6e\xa5\x0e\xd4\x0e\x67\xab\x0c\xc0\x03\xa4\xc4\xc9\x3d\xfb\xcb\xa6\x14\xf5\x2f\x7b\xf9\x83\x72\xfd\x6e\x29\x3e\x0a\xbd\xbc\xf0\x66\x5d\x6f\x98\xfe\x8a\x13\xc2\x92\x85\x79\x93\x2b\xb5\x51\xea\x71\xa0\xec\x05\x18\x7d\x0c\xb6\x79\xad\x76\x68\xcb\x4f\x1d\xa3\x33\xb8\x67\x5c\x35\x2a\xd3\x4b\xbf\xf2\xe3\x11\xd3\x86\x89\xbe\xe2\xa5\x99\xb4\x1b\x3f\x66\xf1\xba\x13\x60\x20\xdc\x5b\xb9\x66\xe6\x78\xda\x09\xe9\x10\x18\x13\x0e\x41\x0e\x63\x40\x2e\x0d\x3a\x9b\xbe\x45\x29\x4f\x1e\x89\x78\x23\x48\x4a\xe5\x5b\x70\x95\x37\xf4\xf7\x4b\xf8\x7c\xae\x8d\xed\xad\x15\x8d\x4d\x0b\x19\x9a\xf7\xdb\xf6\xba\xb6\x55\xb1\xd6\x10\xa0\x8f\xb9\xc7\xfe\x1b\xc8\x99\x6b\xbe\x4a\x98\x12\x8b\x9c\x53\xa6\x1c\x4a\x22\xa9\x10\xc2\x19\x1a\x5a\x67\x6b\xc2\xe2\x88\x5d\x84\xd4\x36\x5c\xf6\xdd\x8c\x48\xe2\xe2\x07\x66\x51\x8a\xdb\x26\x6c\x46\x5c\xe4\x58\xcd\x24\xe0\xe3\x62\x1a\x58\x9b\x0b\x1e\xd5\x14\xc2\x39\x84\x1f\x8c\x93\xa2\x7c\xc8\x03\xbf\xa4\xa2\x59\x36\x62\x8c\x90\x54\x22\x48\x1d\xfe\xb6\x16\x87\xa9\x1f\x1d\x20\x9c\xa6\xe8\xdf\xbe\x7b\x77\xf1\xf7\xbb\xb3\x87\xf3\xcb\xeb\xfb\xbb\x87\x77\xe7\x17\x67\xaf\x06\xfe\xc3\xab\xfb\x3b\xff\xa9\x71\xb0\x3c\x11\x81\xe6\xf8\x11\x2c\x3c\x26\x8d\xfa\xa7\x66\x64\xc4\xc2\x99\xba\xde\x99\xfa\x1b\x49\x1c\xd4\xc4\xaa\x29\x3e\xf1\xc1\xee\x61\xc3\x86\xb9\x7e\x74\x1d\x6c\xdf\x1b\xff\x48\x3b\x0f\x3a\xe6\xf1\xaf\x70\x6a\xe0\x9c\x30\xa5\x65\x8c\xc5\xac\x95\xa6\x6f\xc9\x70\x84\x4d\x29\x6b\x0a\x88\x13\xf6\xb4\x4f\x1d\xfe\x27\xb2\xf8\x59\x5b\xd7\xd7\x98\xae\xdf\x9d\xee\x8c\x3d\x51\xc1\x19\x2c\xcd\x7b\xb5\xca\x62\xaf\x04\x16\x5c\x39\x54\xd2\xe8\xc2\x10\x72\xc9\x1b\x41\x17\x6c\x42\x1b\xe1\x55\x9f\x6d\xb9\x43\xe3\x26\x26\x9f\x94\xc0\xb6\x06\xbe\xef\xe6\xfd\x84\x69\x06\x80\x19\x77\xd1\x94\x3c\x68\x6a\x88\xbe\x45\x24\xc3\x63\x2e\x00\x4e\x69\x22\x7c\x6e\x08\x4b\x30\xa8\x4a\xe8\x07\x6a\x02\x6e\x70\xb1\xbf\xda\xce\xd1\x3d\x74\xcd\xc5\x3a\x37\xb9\xfe\x19\x50\x81\xe7\xda\x24\xab\x08\x51\x7b\xcd\x4e\x08\x36\xc5\xc9\x24\x48\x1a\x59\xe4\x7a\x1d\x16\x0c\x92\x65\x51\x1e\xbc\x3e\x03\xf2\xd8\x3a\xc7\xcb\x5f\x72\x86\x7e\xfa\x4f\x89\xc6\x85\x1a\xb1\x78\x0c\xce\xa0\x94\xf3\x0f\x58\x25\xb3\x3a\xc3\xae\xf9\xaa\xbd\xde\xb2\x1c\xad\x5f\xe6\x43\x1e\x8f\x14\x8d\x46\x99\x22\xd3\x6a\xaa\x52\x97\x7c\xd8\x4b\x00\xf5\x40\xf7\x0e\xa8\x53\xcb\x91\xed\xc3\x60\xb1\xdc\x39\x4f\xbf\x95\xe8\xfc\x5a\xcb\x5c\xad\x63\x43\x38\x9a\x4a\xe3\x49\x83\xe8\x14\x20\xf4\xcc\xd3\x06\x21\x34\x40\xdf\xa3\x51\xf1\xfd\xf7\x7f\x49\xd0\x27\xf7\xc7\x7f\xfc\xf5\xaf\x7f\xf9\x8f\x4d\xca\x2e\xc3\xb8\x25\x8d\x6c\xc5\x83\xaa\x10\x0e\x77\xe0\xac\x52\x64\xad\x7b\x24\x18\x6a\x76\x99\xb6\x6a\xdd\xd2\x7e\x6a\x8a\x58\x59\xb5\xd2\x79\x23\x04\x31\xd1\x7a\xa8\x04\xd7\x04\x4f\x22\x52\x76\x54\xb5\x6a\xab\xc1\xd9\x71\x20\xad\xf8\xb9\x63\x13\xec\x12\x28\xcd\xcc\x5c\xed\x28\xce\x58\x08\xd0\x55\x11\xed\xe3\x8a\x75\x5b\xb1\x7f\xba\x99\xb2\x69\xd6\x9e\x00\xd9\xcb\x9a\xcc\x08\xda\xb9\x7b\x08\xa2\x03\x63\x98\x6d\x18\xb1\x0f\xfa\x9e\x3f\x67\x13\xfe\xd6\x32\xec\x05\x65\x8f\xf0\x57\x83\x8f\x7b\xfb\x3d\xf2\xb5\xe1\x82\xcf\x9d\x7d\x60\x28\xfe\xda\x16\x08\xd5\xb3\x96\x0a\x27\x8f\x26\x4d\xac\xad\xb6\x60\xd7\xea\x88\x25\x84\xa1\xd0\x92\xd2\x92\x0e\x5a\xab\xc8\x30\x15\xfe\x89\x62\x84\xd1\xfd\xcd\xf9\xe6\x49\xce\x24\xe2\x49\x9f\xc6\xd0\x94\x51\x53\x49\xc5\xdc\x2a\x83\xcf\x68\x4b\x0f\xdd\xf0\x27\x4e\x29\x03\x5c\x49\xdb\x46\x9e\xc7\x3d\x94\xcb\x82\x65\x96\xc7\x7c\x83\x62\x2b\x02\xb4\x65\x68\x1e\x21\x9a\xd8\xc2\xd4\xd9\x4c\x5b\x1a\x21\xf5\x2d\xb8\x3f\x53\x0b\xee\xca\x12\xd6\x6a\xc4\x5d\xff\x66\x5b\x34\x60\x8b\x97\xdf\xba\x25\x56\xea\x0f\xd4\xbd\x78\xd5\xd1\x6c\x6d\xb8\x5d\xd7\x1c\x7c\xa9\xf3\x76\xcd\x61\x9d\x18\x10\xc6\x76\x2a\x8f\xf1\x15\xed\xdc\x8d\xa9\x66\x84\xc1\x85\xbe\xfe\xc8\x95\x5e\xc5\xeb\xea\x2b\xb8\x44\x6b\x38\x1b\x33\xd0\x40\x0b\x46\x6d\x12\xad\x75\xaa\x07\xde\x04\x57\x8f\xb5\x7c\x5e\xdb\x33\x58\x51\xa9\x2d\xba\x5a\x8a\x97\xd0\x97\x6d\xa8\xde\xa9\xae\xab\xdb\xe6\x36\x56\xf5\x51\x91\x63\xf4\x8e\x0a\xa9\x82\x25\x69\xfd\xd2\x22\x57\x9a\x2a\xc5\xa9\x19\x69\x4c\xba\xd8\x85\x11\xe2\x56\xb0\xae\x65\xe6\x23\x60\xc7\x68\x58\xd6\x2f\x30\xd8\x1d\xd3\xed\x6e\xc5\x8a\x48\x26\xc9\x26\xcc\xb7\x96\x6a\x09\x0a\x3b\x30\x10\xb4\xe9\xc7\x52\x7f\x5e\x26\x80\xf9\x69\x3e\x03\xc8\x04\x3f\x92\xa6\xfa\xb2\x5d\x6b\x13\xaf\x2c\x49\x3c\xf4\x9a\x23\x37\xca\xe3\x26\x13\x5c\xff\xd8\x95\x70\x29\x3a\x79\xa3\x49\x6e\x8b\xfd\x9b\xd8\xd6\x04\xf8\xd0\x02\xae\x9e\x67\xb6\xd1\x9c\x65\x4a\xb7\x7f\xd2\xb4\x20\x29\x88\x8b\x61\x41\x68\xd0\x13\xf8\x78\xc4\xce\x27\x88\xf1\x10\x8f\x05\xb3\xf6\x87\xd4\xf8\xbe\xfc\x7e\x23\x7b\x37\x18\x32\x80\x25\xee\x86\x5a\x3e\xcd\x91\xd7\x60\x8b\xe3\xbc\x5d\x1b\x13\x7f\x72\x1b\xae\xb1\xae\xd9\x6e\x8d\x67\xa9\x53\x90\x74\x4a\x18\x11\x34\x81\x4c\x0a\x73\xed\xe6\x98\xd6\xd9\x7e\x36\x93\xfc\x50\x73\x82\x76\x9d\x0c\x64\x97\xbb\x61\x22\x50\x66\x9e\x36\x60\xf6\x2c\xe3\xcf\x2e\x01\x68\x17\x69\x33\x65\x4e\xff\x7a\x29\x33\x86\x79\xa4\xa9\x62\x68\xe6\xd5\x8d\x47\x22\x12\xdb\x6e\x39\xc6\x8d\x23\x21\x7b\xc9\x20\xee\xf8\xc4\x67\x39\x19\x27\x90\x49\x88\xd4\x46\xe1\xd2\x1f\x3f\x64\x7c\x2c\x5f\x85\xbd\x17\xec\x3b\x4a\xe0\x5d\x33\x0b\xee\x26\xa9\xc6\x91\x62\x9f\xf7\xa1\x3b\x33\xe1\x7d\xd8\x85\xf0\xf5\x4c\x55\xc6\xc0\x0c\xee\x00\x0b\x5e\x30\x97\x94\xc0\x19\xe1\x13\x00\x22\x42\x55\x68\x67\x15\x02\x5e\x99\x71\x15\x60\x0c\x04\xc9\x4d\x84\x0b\x34\xd4\x66\x72\x6f\x99\x98\xb3\x8a\xce\xfb\x48\xcc\xd9\x96\xee\xf6\xe0\x7c\x26\x82\x6f\x9b\x6e\x61\x8e\x52\x07\x31\x0b\xbf\x5f\x69\x8c\x7b\x39\x00\xd6\x77\x58\x62\xc7\x40\x6a\xc1\xa5\x4b\x5e\x2b\xfe\x1a\xb0\x59\x80\xf8\x31\xa9\x72\x4d\xd5\x99\x92\x19\x99\x77\xc8\x46\xba\x85\xdf\xaf\x31\x4f\xd3\x4f\xee\x53\x30\x51\x7b\xf7\x4a\x93\x24\x6c\x7d\x55\x94\x41\xd1\x72\xb0\xcf\x56\xde\x1c\x1d\x5d\x1c\xe1\x56\xb6\xbb\xaa\x6c\x1a\x48\x25\x8d\xc9\x26\x1f\x4e\xc0\xe8\x71\x73\x38\x46\x57\x2c\x5b\xa0\x19\x9f\x73\x7d\x6d\xf3\x42\x06\x5f\x1a\x5c\x0f\x5c\x36\x8d\x3a\xc6\x1c\xe7\x06\x8b\xfd\xf9\x56\xa3\x8f\x96\xfe\xca\xe8\x8e\xe1\x8f\x56\xe7\x72\x06\x2b\x19\xc7\xb9\x70\x2b\xe6\xef\x93\x98\xda\xf9\x06\x32\x6f\xe6\x74\x3a\x53\x68\x86\x9f\x48\xd4\x4e\x0a\x58\x7f\xee\x2b\xd7\xb9\xba\xf6\x26\xf7\x0b\x18\x8a\xd5\x55\x9f\x6c\xf4\x43\x77\x49\xc5\xeb\x50\xdf\x3f\x80\xea\x7a\x90\x1b\x10\xd9\x03\x5e\x1d\x90\xcc\x3f\xf8\x54\xd6\x09\x59\xe4\x64\x80\xc6\x05\x7c\x7f\x79\x75\x17\xfa\x86\x28\x83\xaf\x5f\x27\x33\x92\x3c\xea\x7d\x41\x46\x28\x1a\x72\xb9\x82\x2f\xe3\xc5\x88\x95\x55\x08\x14\x77\x8e\x8e\x85\x4f\xf3\xf0\xa9\x4e\x5c\xa0\xd4\x36\xd6\x25\x9f\x14\x61\x29\xbc\xa4\xa6\xc9\x8a\x66\x96\xcd\xcc\x16\x28\x93\x60\xa5\x80\xd3\xc3\xe0\x5f\x6e\x11\xbe\x2a\x18\x80\x9e\x27\x38\xa9\x55\x3b\xb6\x4e\xbc\xd9\x26\xd0\xd1\x54\xf0\x23\xa8\x85\x67\x76\x34\x74\x95\x7a\xcc\x0d\xab\x80\x67\x46\xb6\x00\xd5\xe8\x08\x3c\x28\x23\x57\x36\x4b\xff\xdb\x94\xdd\x21\xe2\x89\xa4\x23\x16\xa3\x9a\xec\x55\x56\xee\x32\x2a\x13\xc1\x9b\x44\x67\xf7\x6c\x53\x4d\x67\x9f\x0c\xd9\x1a\x83\x81\x48\x6e\x09\xe1\xf6\x95\xd4\x5a\x12\xd3\xeb\x0b\x6f\xed\x21\x83\x7a\x6d\xe7\x47\x99\x79\x6e\xd3\x46\x6d\x5d\x08\x62\x72\x1a\xb3\x85\x69\xc6\x68\x19\xd3\x63\x36\x0c\xa0\xd3\x83\x54\x2d\x90\xa3\x84\x27\xd8\x3d\xaf\x1b\x63\xc4\x5c\x68\x71\x52\x64\x99\x01\xe9\x37\x76\x4c\x31\x18\x2e\x17\xaa\xfb\x7c\x40\x19\x6f\xd7\xa2\x20\x55\x3f\xe8\x2f\x92\xa7\x5a\x76\xb0\x64\x51\x96\x01\x04\xe6\x25\x4c\x9a\x4e\xf7\x2e\x4d\x17\x10\xc9\x53\xa2\x7c\xb3\x58\xc0\x1c\x89\x82\x59\x40\x18\xce\x32\x44\x95\x1c\x31\x8f\x5f\x33\xe5\x73\xe0\x2a\x70\x2d\x6a\x53\xab\x0b\xc2\x2b\x60\x58\xf8\x1a\x33\xb8\x20\x68\x42\x55\x34\x25\xf0\x54\x2e\xc2\xdc\xb6\x3c\x27\x58\x80\xba\xe8\xea\xc5\x86\xda\x60\x75\x1b\x6c\x63\x2e\xa8\xb1\xd3\x5c\xb8\x79\x17\xdc\x6b\x6a\x2c\x75\xde\x94\x63\x34\x34\xab\xd3\xaa\xa0\x2b\x34\x63\x66\xeb\x1a\x2c\x9b\x78\x82\xd6\xb7\x94\xf4\xd5\xf1\xbc\x46\x9d\x63\xa1\x68\x52\x64\x58\x64\x0b\x2d\x5d\x26\x45\x86\xe8\x24\xa8\x99\x03\x9b\x60\xe0\x4b\x50\x03\x93\xc3\x1d\xe1\xe0\xc9\x12\x43\x4b\x48\xcb\xe0\xce\xf0\xcc\x02\x27\xa2\x49\xc9\x32\xde\x29\x3d\xd6\xab\x63\x74\x5a\xad\x90\x04\xc7\x22\x80\x3d\x53\x69\x24\xa0\x9f\xaf\xcd\xee\x84\xe2\x60\x50\x69\x89\x4e\xb4\xb2\xfb\x6d\x70\xf0\x9a\x4a\xb2\x61\xf9\xd8\xd1\x43\x79\x87\xe5\xe3\x4a\x2f\xe5\x79\x70\x55\x96\x02\xf0\x0e\x2a\x7d\x45\x7e\x4b\x7f\x22\x1a\x26\xe8\x2e\x87\x8e\x93\x0c\x21\xe3\x1b\x4c\xd4\x43\xf2\x6b\x26\x3b\x6f\x29\xd1\x03\xfb\xd8\x71\xaa\x41\xfa\x6c\xf7\x89\x06\x9c\x13\xfa\xa3\x1b\x29\xbb\xda\xb8\xfc\x18\x25\xb2\x22\x3d\x2f\xad\xd8\x13\x13\xc1\xa8\x54\x69\x84\x39\xd8\x8c\x57\x48\x3a\xf4\x87\x6d\x4c\x50\x46\xd9\xa3\x39\x15\x18\x76\x7e\x80\x70\x39\x3a\x1c\x3e\x33\x7b\xc3\xcc\x0d\x9a\x8d\xc7\x15\xec\x26\x24\xbc\x1e\xb4\xa3\x76\x73\xfd\xba\x6b\x9e\x5f\xcd\x88\x75\xeb\x58\x7f\x5b\x5a\xc3\x76\x5e\x89\x75\xb1\x3a\x73\xc1\xc4\x4d\x40\x16\xab\xe8\x7b\x5d\xe9\xf2\xd7\xa4\x05\x1e\x11\x56\xcc\x8f\xde\xa2\xff\x29\x29\x73\x7f\x79\x7a\xf6\xee\xfc\xf2\xec\x34\x60\xe0\xa3\xff\xbe\x3f\xbb\x8f\x3f\xb9\xb9\xbf\xbc\x3c\xbf\x7c\x1f\x7e\x74\x7b\x7f\x72\x72\x76\x76\x1a\xff\xee\xdd\xf0\xfc\xa2\xf2\x3b\xfd\x51\xfc\xa3\xe1\x0f\x57\x37\x77\xf1\x47\xb7\x3f\x9d\x5f\x5f\xc7\x1f\xdd\x9d\x7f\x38\x3b\x7d\xb8\xba\xbf\x73\xb4\xfe\x47\x40\x61\x80\xb5\x42\x74\xd7\xcf\xbf\x96\x44\xbb\xa8\x80\xd1\x35\xfe\x1c\x40\xda\x27\x82\x12\x96\x66\x0b\x53\x4b\xcc\xd9\x1d\x95\x20\x65\x28\xd2\xe9\x9c\xf0\x62\x1b\xcc\x80\x36\x7d\xf9\x93\x36\xa9\x33\x64\x47\x5b\x6a\x41\x5a\x7d\xab\x20\x4a\x2c\xbb\xc1\x5a\x51\x16\x4a\x2c\x6e\x95\xc0\x8a\x4c\x17\x6b\x02\xd5\xec\x4b\x50\x4e\xba\xf7\x5d\x75\x86\x97\xc1\x59\xd2\x5a\x69\x7a\x59\x2f\x87\x5c\xc2\xf7\x96\x59\x95\xe0\x38\x5e\x9f\x40\xd7\xfe\x91\x7a\xce\x38\x71\x45\x22\xb4\x45\xab\x30\x6b\x00\xd0\x77\x2c\x64\x57\x66\xb5\x8a\xb2\x9c\xa4\xbd\x48\x9c\x92\x5f\xa2\x72\x37\x31\x7c\x6d\x62\x3b\x4b\xcb\xee\x0a\x36\xe1\x3d\xa8\x6a\x51\xb3\x09\x95\x52\x61\x7b\xbf\x04\x5a\x59\xd2\x62\xfb\x40\x33\x33\x99\x85\xb6\x67\x88\xb9\x35\x21\x5d\xb7\x31\x92\xb6\xe3\xca\x82\x5e\x33\x2c\xcb\xa2\xf9\x42\x7b\x4e\x5c\x74\xd7\x03\x2a\x45\xc5\x82\x82\x6b\xa6\xd6\x3f\x24\x92\xc2\xb0\xa5\xab\xcc\x5e\xfc\xe6\x98\x3e\x91\x14\xbd\x0e\x0b\x39\xa6\xaf\x01\xfc\x35\x62\x4d\x06\x60\x4d\x11\xc4\x90\x03\xae\x5d\x8d\x8b\x6d\xf6\xbe\x86\xfa\xcd\x47\xd0\x11\x7b\x3d\xcc\x03\x72\x3f\x3f\x46\xcd\x9e\x46\xbb\x2f\x63\x6c\x3c\x3c\x70\xb6\x7c\xf1\x8e\x26\x04\x96\xbf\xaa\xba\x39\x44\xd7\x72\x86\x62\x9f\xe0\x61\xdc\xa0\xa0\x52\xcc\x30\xb8\xc7\x4c\xcd\xca\x68\xe2\x41\xc9\xce\x26\x9b\xc2\x27\x7a\x37\x70\xb9\xcd\xdd\x6b\x2c\x8e\x5a\xf7\x75\x93\x81\x37\x30\x01\x7b\x5f\x85\x39\xcc\x8e\xf5\x99\xfe\xdd\x18\xdf\xef\x86\xcf\xa9\xc6\x4e\xee\x81\xc0\xca\x70\xa1\x55\xee\x3c\xc3\x06\xe7\x33\xc3\xd2\xb0\xb4\xf3\x21\xe2\x31\xcd\xa8\x82\xb6\x6c\xc6\xfa\xae\x50\x98\x0b\x34\xc7\xe2\x51\x1b\x9c\x24\x9b\xe8\xd1\x2b\xb1\xf7\x5a\xa6\xdf\x32\xce\x55\x16\x88\x79\xc9\x48\x57\x79\x64\xd7\x35\xdd\x4b\xb6\xb4\x51\xae\x72\x3b\x4c\x09\x63\xc5\x83\x62\x37\xdd\x76\xd6\x8e\x78\x5d\x7d\x3c\xa2\x77\xcd\x45\xbd\x41\x77\x4e\x83\xcd\xef\x20\xe6\xab\xc8\xfd\xda\x93\x35\xc9\x38\x6e\x28\x57\xe3\xc6\x36\x40\xfc\xa6\xb1\x53\x5e\x68\x71\x56\x3b\xb8\x99\x55\xfb\xe8\x6d\xf6\x91\x3b\xb7\xdb\x9d\xfa\x7a\x01\x88\x15\x81\x0e\x38\x1b\x11\xb4\x6c\xa0\x53\x3f\xf8\x7a\x3d\xab\x5b\x18\xad\xcc\x5a\x71\xcc\x83\xee\x16\x39\xa9\x29\x8f\x16\x41\x8b\x37\xb4\xb5\x6e\xaf\xcf\x4e\xce\xdf\x9d\x57\x0c\x9d\xe1\xed\x4f\xe1\xbf\x3f\x5e\xdd\xfc\xf4\xee\xe2\xea\x63\xf8\xd9\xc5\xf0\xfe\xf2\xe4\xc7\x87\xeb\x8b\xe1\xe5\x0a\x73\x68\xf9\x15\xcb\xde\x88\x12\x60\x5f\xc2\x9c\xf5\xdd\x60\x91\xb9\x60\x89\xd6\x9c\xaf\x9b\x9a\x24\xb9\x4d\x5b\xb3\xec\xcd\xe3\xe8\x27\xe9\xfe\x38\x63\x4a\x2c\xba\x24\x4f\xa2\x94\x48\xb8\x87\xac\x73\x31\x4e\xdc\x23\x12\x5c\xb5\x6e\xf4\x4b\x10\x6c\xce\xf9\x6d\x23\x28\x96\x8e\xfa\x62\xc9\x68\x63\x4b\x85\x4c\x33\xdc\xa1\xd2\x21\x84\xe8\x01\x15\xc6\xbc\x60\xa9\xab\x50\x36\xa7\xec\xcd\x1c\x7f\x7a\xe5\x56\x5a\xe9\x4b\x6e\xca\xc2\x67\x5a\xeb\x58\x20\x51\xb0\x76\x72\x8d\x58\x0b\xbd\x56\xdf\x0c\xa6\xa7\x39\xfd\x17\xa8\x38\xa5\x3e\x6a\x1c\xba\x4f\x64\x51\xb7\x7f\x4b\x09\x49\xc6\x69\x6c\x75\x60\x18\x24\x17\x04\x0a\x72\x7a\x77\x71\x66\xc2\x00\xfe\xdf\x10\x8e\x8c\xf2\x34\xeb\xee\xa4\xd8\x54\xde\xea\xdc\xd4\x1a\xe9\x7b\x48\x29\xb3\x6f\xd2\x9b\x66\x4c\x76\x97\xbe\x69\xc3\xaf\x29\x7a\x9e\x11\xb3\x5b\xbf\xf2\x31\x9a\x40\xb4\xda\x96\x61\x11\x24\x01\xef\x83\xde\x0b\x97\xa6\x03\xa8\xd7\x25\x3f\x80\xe3\x81\x8c\x48\xf0\x85\x41\x49\x43\xf2\xcf\xc2\x42\xdb\xfe\xf4\x7d\xb7\xd4\x27\x25\x16\x48\x5a\x32\x87\xd1\x72\x0b\x16\xb1\x2e\x35\x98\x57\xc1\x68\x5d\xe9\xb4\x1b\x53\xcc\xef\x65\x6b\xa6\x56\x5e\x6a\xff\xb9\x12\x50\x70\xe7\xb2\x54\xcc\xef\xf7\x96\xbe\xf0\x73\x25\x6b\xc1\xbe\x0e\xe2\x84\x76\x74\x19\x80\xe2\xb5\x65\xf4\x8c\x45\x6a\x1c\x03\x8a\x82\x3d\xf5\x23\x7f\x26\x4f\x44\x0c\x50\x42\x84\xc2\x16\x4d\xac\xcf\x5a\x96\xc1\x81\xb2\xe3\x8c\x18\x84\xce\x0d\x34\x9b\x41\x09\x1b\x45\xa7\x33\xad\x3c\x5a\x23\xd4\x96\xbd\x94\x44\x01\x12\x90\x7c\xca\x49\x62\x30\x13\x4d\x81\xe2\x49\x86\x9f\x96\xe1\xd1\x9b\x20\x5f\x83\xca\x9e\xae\xfd\x8c\x4d\x29\x69\x75\x4a\xb9\x02\x91\x46\x6a\xe6\x0b\x35\xe3\x6c\x80\xa6\x3c\xc3\x6c\x7a\x7c\x7c\x8c\x88\x4a\x8e\x5f\x75\x62\x74\x3b\x60\xf0\xba\x32\xe0\x95\x71\x49\xb2\x85\xb3\xf0\x4a\x60\x82\xa6\x32\x00\x21\x24\x35\xe6\x4d\x0d\xf7\xdf\x56\x01\xb4\x2f\xeb\x26\xab\xd7\x4a\x3b\x23\x71\x1a\xc6\xa9\xf6\x0b\x59\x35\x92\xf9\x7d\xbd\xa6\xdd\x01\x59\xe6\x9a\xa9\x97\x08\xb3\x86\x04\x27\xce\xba\xc2\xa6\x7e\xe6\x4d\xd5\x5e\x36\xca\x08\xa8\x1d\xc9\xe2\xb7\x37\x02\x12\x2d\x73\x74\x0d\xc7\x79\xcc\xdd\x56\xd9\x47\x59\x31\xdf\x5f\x3f\xfc\x72\x92\xe6\xaf\x13\x78\xdd\xfa\xf5\x01\x7c\x51\x1b\xe8\xdb\x4a\xb4\x64\x84\xf9\x1a\xbf\x87\x61\x26\x90\x96\x82\x4a\xc8\x83\xd8\xc4\x2d\xee\x87\x31\x43\x83\x7b\x56\xdb\x30\xa6\xcc\x98\x6d\xe8\x02\x10\x2b\xdf\x97\xc5\x3c\x22\x8d\xaa\x03\x3e\xdd\x66\xc9\x50\x62\x38\x37\xb2\x7a\x2e\xaf\x2e\xcf\x42\x53\xe6\xfc\xf2\xee\xec\xfd\xd9\x4d\x14\x22\xba\xb8\x1a\xde\x45\xe1\xa0\xbb\x9b\x4a\x14\xe9\x87\xab\xab\x8b\xb3\xe1\x65\xf8\xd1\xe9\xf0\xee\xec\xee\xfc\x43\x34\xf8\xe9\xfd\xcd\xf0\xee\xfc\x2a\xfa\xdd\x0f\xe7\x97\xc3\x9b\xbf\x87\x9f\x9c\xdd\xdc\x5c\xdd\x54\xde\x77\x7f\xd2\x1e\x68\x8a\x96\x51\xbf\x13\xa5\xb2\x1c\xc0\x59\xeb\x94\xc2\x3b\x2c\x1f\x77\x1c\x1c\x05\x30\xc0\x86\x1d\x53\x1b\x84\x52\x4a\x1e\x36\x8b\x9b\x36\xc5\x7e\x6b\xdf\xa3\xf5\xc1\xc5\x03\x56\x8a\xcc\xf3\xed\x0a\x26\xac\x7f\x70\xba\x85\x64\xc1\xa4\x59\x23\x24\x1b\xed\xea\xe1\x84\x64\x6b\xa2\xad\x36\x24\xdb\xc6\xee\x2d\x71\x55\xbd\xce\x0b\xbe\x55\x87\xa6\x2e\xbd\x1d\x42\x9e\x5c\x1d\x89\xad\x7d\xce\x02\xe7\x1f\xea\xbb\x05\xd4\x33\xb2\x5d\xe5\x07\xf3\xa8\x69\x16\xd0\x10\xb4\x55\xab\xda\xeb\xb7\x70\xa6\xf7\x3f\x5d\xf0\x69\x3d\x48\xd5\x77\xd8\xa3\x32\x48\x53\x07\x6f\x36\x9f\x22\x49\xd9\xe3\x88\x7d\xd4\x06\x19\x2f\x84\xf9\x48\x71\x01\x78\xe7\x49\x56\xc8\x19\x81\x32\x4c\x03\xf4\x4c\xd0\x1c\x2f\x8c\x57\x3b\xae\x53\x0b\xc5\x36\x33\xfa\x48\xe0\xe9\x8c\x32\xcd\xed\x39\x75\x1a\x50\x75\xeb\x77\x61\x20\xa5\x54\x7a\x3b\x71\x8f\xa1\x86\xd2\xd3\xf5\x3c\x23\x00\x2b\x0d\xaa\x5c\xb9\x02\x99\x46\xf2\x40\x0a\x13\xe7\x8f\x45\x6e\xdb\x9b\x61\xf9\xf8\xad\x03\x69\x01\xb9\x9f\x38\x4d\x51\x5a\xe4\x59\xd0\x5d\xf0\x99\x8b\xc6\xa0\xba\xd1\xd4\x3b\x04\xd5\x2b\xf6\x67\xdb\xc2\x6a\xcc\x80\xc0\xea\x68\x09\xf5\xef\x19\x60\x10\xd4\xbe\x28\x24\x11\xaf\x95\xa0\xd3\x29\xe8\x3d\xce\xa9\x70\xa0\x08\x84\xc1\x32\x6f\x2e\x1e\xb6\xb7\x9f\x43\x57\x6b\x66\x2a\x83\xfa\x4a\x00\x9a\xa7\xf2\x3c\x5b\x38\x5c\xa0\x21\xa0\x3b\xf6\x79\x21\x4c\x41\x9f\x09\xf2\x13\x6a\x0c\x31\xe6\x82\x24\xd0\xa7\xde\x94\x13\xd9\xbe\xcc\xc9\xf9\x44\x6b\x32\xb6\x47\x6a\x59\x90\xa5\xac\x85\x61\x36\x1b\x92\x14\xec\xbb\x1d\x6a\xdf\x24\xcc\x32\xd3\x18\xef\x99\xb9\x96\x81\x58\x1a\xd3\x1e\x1a\x48\x2f\xca\x7e\x82\xd0\x98\x0c\xd2\x6d\x7d\xaf\x39\x9b\x00\x68\x7d\x74\xa6\x62\xdd\x4a\xc4\x88\x97\xa3\x80\x53\x8c\x3b\x0b\x55\x25\xd8\xb6\xa8\x7b\x1f\x5e\xdf\x54\xe1\x6a\x37\x19\xa6\x19\x1f\xe3\x2c\x5b\xd4\xe0\xf1\xc3\x4b\xa1\x9b\x7f\xcc\xf5\x3f\x8a\xaf\x14\x07\x9c\x81\x48\x2c\x6f\xc9\x73\x8e\xaa\xf4\xef\x34\x61\x61\x7b\x82\x15\x8a\x9b\x5c\x63\x70\xf8\xe9\xc5\x9d\x57\xaa\xc8\x1f\x1b\xf4\xea\x79\x5a\x5b\x26\xa3\x64\x68\x47\xf9\x26\xe1\x59\x63\xa2\x77\xca\xb7\xc8\x05\x71\xce\x99\x05\x51\xde\x27\x93\x39\x74\xed\x22\x8f\x0b\x87\x87\x4e\x69\xe7\x76\x72\xee\x6e\x02\xf0\xef\xa0\x34\x29\x67\x84\x29\x53\xa0\x91\xf1\x11\xb3\x83\xbb\xec\x2d\x5f\x00\xc5\xfa\xd9\x0d\x61\x06\x56\xc5\x85\x43\x2b\x88\xe4\xd9\x93\xed\xd9\xe9\x69\xa2\x38\xa0\xab\xf5\x04\x4f\xb4\xb4\xd5\xba\x85\xb6\x30\x7d\x69\xc9\x19\x19\xb1\x4a\x0a\x93\x20\x53\x2a\x15\xc8\x7d\xc7\xb1\xe1\xf3\x3b\x4b\xeb\x88\xd4\x91\x36\xd2\x37\xa6\x75\xb4\xdc\x03\x3e\x94\xd0\x61\x3e\x8b\x9c\xa4\xe7\xfe\xb9\x76\x66\x88\x2c\xf3\x34\x88\x5c\x44\x87\xdc\xf0\x80\x91\xa7\xd2\xe4\xc6\x48\xdf\xf0\xd3\x6f\x92\x2f\xa9\xe3\x6b\x6a\xeb\x2d\x9a\x62\x57\x57\x5d\xfa\xa2\xda\x10\x4c\x8d\x3c\xaa\x95\x1e\x38\x5e\xd5\x49\xb8\x54\x26\x7c\x03\x8f\x4c\x30\xcd\x0a\xd1\x78\x83\x1b\xb6\xdc\x79\xd2\xd9\x09\x0c\x8b\xea\x76\xcd\xbb\x3d\x83\x63\xe4\x5d\x9e\xbe\xb7\x4e\x56\x4c\x4d\x73\xf8\x50\x1c\x34\x65\x64\x2e\xd7\xdb\x5d\xb1\xe1\x65\x89\xde\xf5\x65\xf1\xd0\x1c\xf6\x4a\x27\xeb\xfa\xfa\x3d\x56\xa7\x0a\xe6\x3e\x62\x77\x70\x95\x9a\x9c\x2a\x7f\xcc\xa0\xbe\x92\x29\x97\x01\xc5\x86\xeb\xd6\x1b\xc9\xf3\x98\x53\xb7\xc2\x4b\xd4\x65\x3f\xad\xc6\x65\x7d\xc0\x79\x5b\x62\xca\xd6\x23\xae\xda\x06\xef\x3c\xab\x1e\xc3\x6a\xf5\xda\x1a\xea\x79\x6c\xd9\x8b\xc4\x88\xba\xa4\xc9\x7a\x88\xa1\x4d\x30\x5f\xca\x71\x8c\xf4\xc6\xf0\xd1\xee\x28\xd3\x32\x38\x62\x1b\xe6\x99\x01\xc7\x06\x17\x18\x42\x19\xb7\xc8\xb1\xf4\x1b\x53\x69\x68\x5c\xb7\x1d\x5b\xc2\xac\x4a\x64\xec\x0b\xa2\xac\x7e\x5e\x22\x51\x57\x90\x55\xa5\x4d\xbc\xe2\x41\x3b\xa9\xb5\x34\x66\x0f\xae\xfa\x39\x86\x06\x47\x24\xe6\x74\x2d\x0c\xf5\x72\xed\x35\x50\x5a\x52\xc2\xb8\x22\x08\x23\x46\xb3\x37\xac\xc8\xb2\x37\x97\xd0\xcd\x43\x4a\x3a\x35\xc5\x82\xc1\xa1\x11\x75\x5f\x06\x68\x6a\x00\x35\x0d\x8e\x00\x5c\x91\x7a\x4a\xa6\x97\xb9\xd2\x12\x53\x6f\x41\xb6\x18\x31\xfd\x84\x51\xb1\x7c\x2b\x4d\xd7\x92\x0f\xde\xe6\xb2\x5a\xec\xbb\xb4\xe9\xca\x16\xe1\xe0\x35\x0c\xd6\x96\x08\xb2\x55\xc4\xac\xaf\x10\x78\x30\x15\x02\xb9\x70\x8e\xa1\x0e\xb5\x02\x9b\x0f\xd5\xc6\xc5\xfa\xbc\x22\xe6\x3d\xce\x6b\xf0\xe3\xe7\xf4\x36\xef\x33\x2d\x68\xeb\x1c\x20\x47\xa9\x2e\x4e\xcb\x0a\x77\xb8\x47\x3d\x23\xe8\x2d\x13\x41\xea\xfb\x88\xdd\x71\x6f\xa1\x59\xf6\x9f\x14\x5a\xb5\x6b\x11\x25\xdb\xfa\x20\x0c\x92\x39\xcf\x30\x7b\x30\x77\xcb\x67\xf0\x42\x04\x68\xea\xa6\x3a\x2c\x41\x67\xb0\xdd\xcc\xd3\x1f\xb0\x9b\x28\xc7\x21\x6c\x15\x34\xa8\xd6\x6a\x74\x17\x82\xef\x99\x6c\x6d\x21\x5b\x35\xf7\x53\x5d\xb8\x7a\xb5\x27\x05\x57\xec\x26\x5f\x36\x7a\x85\x2b\x65\xa9\x97\xdf\x61\xb9\x53\x7c\x3d\x22\x86\x70\xa1\x78\xe9\x58\xa1\xcb\x4e\x95\x19\x24\xd2\x50\xb9\xc4\x2c\x38\x11\x5c\xca\xd5\x26\x57\x77\x93\x7f\xe9\x40\x6f\x64\xf6\xfb\xb3\xfb\x39\x4c\xff\x46\x15\x77\xd9\x05\xf0\x31\xee\x4d\x93\x40\xb3\xb7\x24\x2b\x52\x82\x24\xd7\xf7\xae\xd3\xc0\xeb\x61\xf5\x95\x70\xee\x5e\xb3\xfc\xe3\xa4\xc6\xb5\x71\x11\xa6\xce\x07\x3a\x67\xc8\x69\xd2\x03\x34\x3a\x32\xfc\x24\x47\x47\x71\x23\x5f\x57\x44\x24\xae\xcf\x5e\x75\x90\x19\xd7\x72\xd0\x5e\x8c\x05\x66\x5c\x95\x2e\x0d\xd6\xe6\xe7\xac\xde\x11\x80\x46\x4c\xf4\x69\x6c\x06\xb0\xca\x83\xd1\x89\x16\xae\xb4\x07\x64\x10\x8a\x22\x51\x41\xab\x40\x57\x09\xe1\x07\xf7\xa0\x26\x51\x5e\x64\xb6\x15\xb2\xab\x3c\xc0\xc5\x88\xb9\xd1\xca\x82\x64\xc3\x2c\x5b\x1a\x6a\xb9\x08\x48\xc0\xab\x50\x12\xc8\xc1\x39\x01\x26\xac\x7f\x04\x80\x97\xa5\x26\x4b\x23\x66\x92\x7b\x7c\x5e\xd9\x31\x1a\x56\x5a\x28\xc6\xf5\x2e\xc2\x72\x17\x59\xe6\x6a\x3d\x98\x0a\x0a\x41\x82\xbf\x2c\xa0\xec\xf9\xa4\xd0\x42\xc8\xbf\x5d\xf1\x11\x83\xd2\x27\xa6\x1b\xb6\xa3\xcb\x88\x7d\xe0\xd2\xb5\x75\x92\x25\x3d\x1c\xce\xd5\x92\xed\x5b\x8f\x6a\xb5\x1f\x9c\x6a\x21\xa2\x9f\xd2\x26\x48\x25\xa7\x11\xc2\x1f\x10\xa4\x1d\xa0\x05\x2f\x44\xb9\xa8\x04\xb3\x11\xfb\x55\x93\xc7\xd5\xf3\xe0\xbe\xe9\x28\x1c\x62\x97\x03\x8a\xbe\xfb\xc5\x0c\xfa\xdd\x5f\x5f\xfd\xf2\xca\x54\x4b\x2a\x64\xa1\xe5\xea\x20\xbe\x6b\xdc\x44\xf5\x96\x52\x36\x1d\x31\xb7\x02\x5f\xa0\xbd\x7c\x45\x6b\xe6\xaf\x75\xea\xed\xba\xce\x6d\xe9\x19\x18\xa2\x04\xab\x64\xf6\x1a\x5b\xde\x0b\x6b\x9c\x50\x59\x56\x51\x7e\x9e\x11\x06\xdd\x7e\xe2\xca\xcb\x06\x57\x8d\x52\x2d\xd9\xe6\x3e\x2b\x2f\xe2\x17\xd3\xf7\xc1\xc2\x8c\x2b\xe9\x88\xee\x4d\xc0\x9c\x65\x42\xdc\xc7\x52\x32\xb8\x9f\x3b\x98\x70\x69\xce\x5b\x17\x86\x36\x2d\x52\x34\x32\xb0\xba\xd1\x91\xdb\xfe\x11\xcb\xc7\xc7\xd9\x62\xa2\x8e\x01\xe4\x77\xac\xc9\x72\x7c\x56\x6d\x0f\xb1\x4a\x99\x30\x1a\xbf\x9f\xce\x6d\xec\x12\x24\xde\x84\x20\xc6\xcd\x3b\xf0\xbd\xc7\x59\xdc\x40\xd4\x1f\x07\xa8\x5f\xa2\xef\x15\xac\x68\x02\x17\x32\x66\x38\x5b\x00\x36\x7e\x30\x62\x29\x15\x24\x81\xce\x66\xc9\x22\xc9\x68\x62\xcb\x3f\xc4\x3a\x0a\x79\x22\x4c\x45\x10\x9e\x33\xfd\xc9\x4b\xa9\x29\x4d\xe0\xa1\x7a\x2d\xf0\xbe\x41\x39\xf5\xa5\x7a\x62\x23\xaa\xca\xff\x36\x23\x56\x74\xcc\x28\xf6\xaf\x57\x46\x03\xb2\xe6\x2f\x17\x74\x4a\x19\xb4\xfd\xfe\x0e\xbc\x41\x59\x46\xc4\x2b\xdf\x1e\x02\xa8\x58\x3f\x8d\x59\xa7\x6a\xde\x35\xb5\x1f\xea\xef\xb6\x24\x29\x84\x20\xe9\xc3\x32\xe6\xa5\x6b\xf6\xd5\x4a\x8d\x51\xff\x4a\x2a\x3c\xcf\xc3\x36\xc9\x3e\x4f\xc0\x52\x26\x33\x44\x40\x6e\x62\x03\x44\x01\xd6\xe2\x95\xcc\x11\xb3\x2a\xa6\xd9\x37\x2e\x6a\xd2\x8a\xab\xab\x84\x73\xba\x46\x0b\x8d\x96\xeb\xbf\x6b\x03\x8e\xaa\xff\xe0\xe6\xc2\x85\x56\x79\xd4\x4f\x3a\xe8\xeb\x4a\xe1\x3c\xc3\x39\xad\xe9\x0c\x3b\x62\x25\x70\xe2\x24\xe3\x45\x8a\xac\xf7\xc4\xfa\x22\xc4\x31\xa2\xe4\x78\x80\xe4\x5f\xde\xbe\x79\x73\x7c\xbc\xa3\x62\xe0\x71\xdb\x97\x7a\x0e\x37\x8d\x59\xea\x80\x49\x2b\x8e\x56\x54\xfc\xe7\xa1\x9b\xa2\xef\x80\xd3\xc0\x2d\xa1\xc5\x1c\xc7\xf5\xab\xaf\xcc\xb1\x20\x4c\x3d\x00\x14\xb2\xdb\x0b\xe1\x45\xd7\xf0\x78\x84\xe2\x5b\xcb\xca\x28\x8b\x87\xd9\x34\x28\x2c\x1f\xd1\x77\x14\x1c\x8b\xaf\xac\x91\x0c\x9d\x8d\x5b\x6a\xfa\x2c\x4b\xe0\xb6\xd9\xbc\x90\x28\x6e\x82\xa9\xae\x33\xfd\xe8\xd9\xad\x2f\x90\x6d\xd0\xad\xad\x38\x97\x53\x5f\xa0\x12\x42\x8a\xe7\x0c\x25\x7c\x3e\xd6\x42\x5c\xb3\xba\x77\x18\x00\x48\x75\xe8\x90\x62\x1e\xe6\xe2\x90\x31\x26\x87\xbc\x82\x13\xf5\x4e\xbe\x10\xc7\x62\x58\xb4\x72\x37\x35\x35\x90\x31\xec\xbc\x07\x20\x6e\xfd\x51\x1f\x56\x57\x50\x96\x4c\x7d\xa4\xc9\x23\xd1\xf7\xdc\xa4\xac\x1d\x11\x4a\x37\x7f\xbf\x79\x60\x8f\x6d\x1b\x6d\xc2\xd4\xc4\xae\xfb\x81\x9a\xc2\x78\xc4\xb5\x6b\x0c\x20\x06\xdf\xca\x7a\xe2\xec\x1b\x35\x5c\x4f\x0b\x18\xdf\x63\x03\x6d\xf6\x9a\x57\x2d\x8c\x32\x06\x12\xf9\xcf\x5e\x1e\x4a\x92\x70\xe6\xf1\x84\x3b\xb9\xe8\x6b\x10\xc5\xf5\xd3\x85\xef\x96\xd2\xde\x56\x69\x1d\x5b\x2a\x3f\xa5\xe2\xe3\xda\xdf\x1a\xfb\x14\xc2\x39\x80\x5a\xd0\xef\x1e\x40\x4f\x71\x7b\x0c\xa0\x15\x16\x4a\xc9\xb8\x98\x4e\x1b\xef\xe4\x8c\xef\xa2\x79\x6a\x3b\x55\x2f\x78\x8b\x3d\xee\x57\x98\xb5\x61\x72\x57\x70\xe8\x57\xa4\x7c\xb5\x82\x64\x76\xa1\x3e\x9d\xbb\x37\x19\x9b\x6b\x42\x33\xf2\x32\x1a\xd3\x8e\xd4\xbf\xf3\x75\xd4\x3f\x67\xb4\x43\x60\xcb\xac\xc3\xdb\x79\xbf\x23\xbd\xd0\x00\x85\x1e\xf4\x93\x7b\x45\x0b\x79\x7c\x23\x1c\x56\x83\x03\xd2\xb2\x29\x95\x90\xa6\xba\x7b\xf8\x10\xc8\xf6\x55\x98\xe1\xad\xd3\xb4\x6f\xf9\x9c\x20\x78\x95\x1c\x18\xd0\xbe\x8d\xcc\x0d\xc0\xc9\xa7\x17\x88\xe6\x45\xa6\x68\x9e\x59\xe1\x6f\xbd\x58\xc9\x0c\xb3\x69\x50\x3e\x1c\x7d\xc7\xc8\x33\xd2\xb2\x76\x10\x7a\x3d\x82\xed\x19\x20\xa2\x92\x57\x5a\xb7\x89\xa2\x29\x82\x24\x5c\xa4\x00\xe9\x9e\x62\x91\x42\xfe\xb6\x65\xf8\x0c\x27\x8f\x50\xf7\x05\xae\x23\xf3\x46\xeb\x99\x71\xa8\x67\xe3\x2d\x2c\x47\xa3\x2c\x31\x9d\x90\x5d\x5a\xb9\x9f\x9f\x79\x5c\x86\xb1\x04\x57\xee\xc3\x44\xed\x41\xfd\x7a\xa2\x69\x81\x33\xf3\xc6\x2e\xae\x97\x6b\xcb\x10\x2e\xc0\x1c\xf8\x9c\x40\x4a\x46\x09\xb6\xef\xb8\xb0\x08\x66\xa0\xf8\xb5\xcd\xe3\xfd\x91\x3e\x91\x01\xba\xcd\xb1\x78\x1c\xa0\xd3\x05\xc3\x73\x9a\xfc\x8d\x8f\xeb\xfc\x29\x4b\x11\xdb\xad\x55\xe2\xdd\x97\xb4\xac\x3f\xe8\x1f\x97\xe2\xd1\xa8\x29\xf5\xf4\xcb\xf4\xa6\x34\x04\xd3\xbf\xf6\x4b\x7d\x45\x08\xac\x77\x8c\xec\xf4\x02\xac\x35\x94\x9d\x9b\x03\xa7\x73\xca\x22\x5b\xed\xa0\x9c\xad\xd5\x4d\xad\x03\xaf\x44\xc2\x78\x2d\xeb\x76\x17\x9a\xe3\x35\xd6\x56\x8e\x36\x28\xe7\x5c\x11\x73\xef\x4b\xc5\x05\xd1\xe7\x44\x38\x75\x12\x7a\x6f\x40\x97\x79\xde\xdc\x23\x2d\xc9\xb8\x2c\xc4\x9a\x62\x63\x79\xc3\x4e\xec\xe3\xad\xda\x09\x9f\xe7\x10\xec\x10\x44\x16\x99\x92\x35\xf6\xda\x92\xdb\x7a\xb3\xfe\xa0\xf6\x2c\xb9\x4e\x22\xb6\x5a\x3a\x65\xd3\xac\xa9\xc0\xf0\x88\xd9\x62\xeb\x81\xac\xc1\x65\x5a\x81\x53\x80\x5c\xe2\xd7\x73\x54\x68\xda\x57\x6a\xb7\x80\x10\x6c\x0d\x64\xaf\x87\xc0\xdd\x39\x80\x32\x2c\x06\x3b\xc3\xa0\x0a\xcf\x88\xc9\x62\xfc\xba\x84\x6d\x70\x01\xd2\x0c\xd2\xa8\x73\x0c\x7d\xf1\x93\x19\xcd\xd2\xd7\xcb\x98\x28\xab\x55\x40\x8d\x76\x5f\x72\x68\x4c\xa0\xaa\x08\x50\xd8\xf4\x43\x32\xc1\x40\xbf\x76\x3f\xce\xb8\x50\x88\xf8\x9a\xd7\x54\x5a\x67\x4d\xe5\xe6\x8e\xce\x67\x64\x8b\x7f\x6e\x0f\xdc\xea\xf3\xd9\x94\x35\xf4\xf5\x9f\xcb\x88\x66\xeb\x9c\xcb\xbb\xd8\xeb\xe5\x4e\x0d\x66\xfe\xa4\x36\x91\x4a\x3e\x18\x97\xd5\x1e\x53\x58\x3f\xfa\xc4\x55\x97\xeb\x21\x73\xfc\xcc\x2c\x06\xa2\x53\x11\xc5\xf5\xe4\x43\x7d\xb6\xbb\x96\x0f\x95\x6f\x44\xd4\x6e\x9e\x9a\x18\x36\xf5\x39\x58\x83\x20\x17\x14\xfa\x5f\x94\xc0\xfa\xd2\xdc\x18\xb1\x12\x9c\x53\x36\xec\x4b\xaa\x82\xd2\x62\x5e\x52\x08\x6c\x92\x81\x0b\xd8\x0f\x4c\x22\x92\x35\x0a\x5e\x8f\x31\x14\xfc\x54\x4a\xd0\x71\xa1\x96\x0a\x2f\x44\xa7\xb9\x36\xa8\xb0\x0b\x6d\xfc\x7c\xff\xf5\xe5\xbd\x0a\x12\x21\x13\xcb\xfa\xfc\x25\x12\xa7\xba\xf4\xa0\x10\xcd\xcb\x27\xef\x77\x4b\x78\x08\xaa\xc3\xac\xcf\xe1\x4b\x49\x55\xb6\x32\x0a\x58\xb0\x69\x50\xd7\x37\xc2\x09\x00\x09\xcb\xba\xc7\x1e\x43\x11\x60\xcf\xb5\x88\xc2\x53\x82\xe6\x24\xa5\x45\x35\x9f\x66\x75\xb4\xea\xa0\xcc\xbc\x75\x38\x4b\x1b\xbc\xde\xf0\xbb\x04\xe5\xfc\x59\xdf\xda\x06\x61\x05\x4e\x86\xfa\xd4\xf3\x00\x0e\x89\xd5\xb7\xd2\x47\xbf\x62\x8a\x39\x97\xce\x05\x95\xea\xe7\x4a\xcd\xd2\x0d\xd2\x36\xb2\x62\x7f\xd0\x36\x37\x55\x33\xcd\xe0\x89\x56\x08\xd7\x4d\xd4\x8f\x11\x98\xcc\xb8\x07\x00\x93\xe1\x12\x5a\xf4\xbc\xbb\x08\xf0\x5f\x3c\xbd\x7e\xb1\x1d\x23\x05\xce\x73\x22\x90\xed\x1a\x59\xed\x03\x69\xb2\x43\xe0\x2d\x23\x66\x14\xa6\xbf\xdd\x5e\x5d\x96\x92\xbb\xb4\x5b\x2a\x43\xc3\xcf\x80\x74\xc7\xf5\x3b\x77\x59\x64\x59\xe3\xce\xad\x51\x13\xe8\xfe\xe2\xe2\xe1\xe7\xe1\xc5\xfd\x59\x7b\xcd\x9d\xf2\x67\x8d\x34\xf1\x33\xb1\x34\x31\xd7\x98\x82\xab\xab\x98\x13\xeb\x30\x02\x65\xc4\xae\xda\x00\x0a\x8a\x2c\x8b\x01\xfe\x23\xf6\x8b\x1d\x07\xf0\x5d\x05\x33\x6a\xe6\x88\xa1\x56\xc2\xc5\xef\x87\x9f\xfd\xa2\x07\xff\xc5\x3c\xfb\x1a\x95\x8b\x78\x8b\x2e\xfd\x5b\x1b\xe8\x6a\x9d\x9c\x5b\x1c\x07\x93\x67\xf0\x52\x29\x4c\x9b\x1d\x8f\x7b\xe6\xca\x61\xd9\xcc\xa3\x9d\x9c\x0e\x43\xbb\x5f\x62\x13\xc6\xa7\x59\xa6\x46\xce\xc3\xb8\x03\x93\x78\x62\x3a\x0a\xfb\xdc\x8c\x11\x33\xf1\x7b\xe8\x23\xc9\x9b\xe7\x84\xce\x99\x01\xee\x65\x98\x4d\x0b\x3c\x25\x72\x80\xdc\xcb\x47\xcc\x77\x2d\xb4\x65\x0c\x7c\xb9\x7d\x0c\xc5\x85\x63\x16\x32\xae\x45\xf2\x09\xcf\x73\x08\x79\xb0\x11\xb3\x6b\x62\xd3\x72\x78\xe3\x75\xfc\xdb\xad\x5f\x8e\xe6\x34\x3f\x90\xcd\x9d\x61\x23\x66\x36\xd7\xe0\xb2\x9d\x6e\x07\x0e\x17\x68\x53\x1a\xb1\x2e\x16\xc4\xa5\xeb\x81\x4c\x9f\x82\x96\x69\x2a\xb1\xba\x90\x9e\x96\xf4\x41\x29\x06\xe3\xe0\x35\x53\x5a\x2d\x4f\xdc\x66\xb8\x33\x61\xe7\x56\xcf\xf5\x5b\xdf\x01\xfa\xc0\xd5\x57\xbf\x6e\x67\xdb\x52\x8c\xad\x90\xe6\x25\x43\xb1\xea\x11\x46\x55\xa4\x35\x04\x8b\x77\x50\xe9\x7b\xed\x29\x99\xdf\xb7\x4e\xaa\x43\x81\xf0\xb5\x5f\x6b\xb3\x3e\xdb\x5e\xab\x2d\x9c\xf6\x97\xee\xc0\x44\x8a\x26\x65\x1f\x58\x45\x8c\x22\x69\xa8\xc5\xbe\x75\x0c\xaa\x4a\x22\x27\x7d\xda\x26\x94\x51\xb9\xd1\x74\x4a\xfd\x69\xed\x19\x79\x0d\xc1\x5e\x76\x9d\x24\xac\xbd\xe7\x22\x01\xdb\x20\x26\x2d\x16\xca\xba\x65\x08\x35\xe2\x45\x1f\x9e\x01\x1c\x22\xcd\xff\x03\xcf\x44\x83\x72\xe7\x06\xa6\x8a\x70\x21\xa4\x16\x97\x56\xde\x59\xa9\xad\xcd\x9c\x11\x73\xe8\x78\x27\x8e\x87\xae\xb1\x89\xf0\x9f\x9a\xb8\x5e\x6e\xc0\xae\xa0\xb1\xaa\xb2\x23\x0e\x56\x23\x06\x29\xb2\x0c\x4c\xc8\xb1\x84\x2c\x22\x9b\x08\x6a\xbf\x08\x8a\xde\x60\xe6\x2b\x19\xaf\x90\x79\x15\x35\x20\xba\xe7\xbf\xd1\xff\xf7\xdb\x37\xff\x37\x00\x00\xff\xff\x26\x33\xa8\x78\x26\x73\x02\x00") +var _adminSwaggerJson = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\xbd\xfb\x72\xe3\x38\x92\x37\xfa\x7f\x3f\x05\x8e\xbf\x8d\xe8\xae\x19\x95\xab\x67\x66\x67\x63\x4f\x9d\xd8\x38\xa1\xb6\x5d\xd5\x9e\x76\xd9\x5e\x5f\xba\x62\x62\x35\xe1\x86\x48\x48\x42\x9b\x02\x38\x00\x68\x97\x66\xa3\xdf\xfd\x0b\x24\x2e\x04\x28\x92\x12\x75\x71\xa9\xaa\xb9\x1b\xbb\xed\x92\x44\x10\x48\x24\x12\x79\xf9\x65\xe6\xff\x7e\x83\xd0\x91\x7c\xc6\xd3\x29\x11\x47\x6f\xd1\xd1\x9f\x8f\xbf\x3f\x1a\xe8\xcf\x28\x9b\xf0\xa3\xb7\x48\x7f\x8f\xd0\x91\xa2\x2a\x23\xfa\xfb\x49\xb6\x50\x84\xa6\xd9\x1b\x49\xc4\x13\x4d\xc8\x1b\x9c\xce\x29\x3b\xce\x05\x57\x1c\x1e\x44\xe8\xe8\x89\x08\x49\x39\xd3\x3f\xb7\x7f\x22\xc6\x15\x92\x44\x1d\x7d\x83\xd0\x6f\x30\xbc\x4c\x66\x64\x4e\xe4\xd1\x5b\xf4\x3f\xe6\xa1\x99\x52\xb9\x1b\x40\xff\x2d\xf5\x6f\xff\x01\xbf\x4d\x38\x93\x45\xf4\x63\x9c\xe7\x19\x4d\xb0\xa2\x9c\xbd\xf9\x55\x72\x56\xfe\x36\x17\x3c\x2d\x92\x35\x7f\x8b\xd5\x4c\x96\x6b\x7c\x83\x73\xfa\xe6\xe9\x4f\x6f\x70\xa2\xe8\x13\x79\xc8\x70\xc1\x92\xd9\x43\x9e\x61\x26\xdf\xfc\x2f\x4d\xf5\x1a\x7f\x25\x89\xfa\x0d\xfe\x91\xf2\x39\xa6\xcc\xfc\xcd\xf0\x9c\xfc\xe6\xc7\x41\xe8\x68\x4a\x54\xf0\x4f\x84\x8e\x52\x22\x13\x41\x73\x65\xa9\x72\x43\x94\xa0\xe4\x89\x20\x35\x23\xc8\xbc\x0e\x99\xd7\x21\xfd\x3a\xe4\xa8\x26\x73\x92\xd0\x09\x25\x29\x1a\x2f\x10\x65\x79\xa1\x90\x20\xff\x2c\x88\x54\x68\x42\x33\x45\x84\x3c\xb6\x24\x83\xb7\xf0\x9c\x08\x58\xe7\x79\xaa\xdf\xf2\x9e\xa8\x21\x8c\x7d\x01\x43\x5f\x67\x98\x85\xbf\x16\x44\xe6\x9c\x49\x22\xa3\xa9\x22\x74\xf4\xe7\xef\xbf\xaf\x7c\xb4\xbc\x82\x60\x20\xf8\x1a\xb6\x13\x2f\x3d\x86\xd0\xd1\xbf\x09\x32\xd1\x4f\xfc\x9f\x37\x29\x99\x50\x46\xf5\x08\xd2\x70\x4d\x30\xaf\xe8\xa9\xdf\xbe\xa9\xfb\xfb\xb7\x60\xee\x39\x16\x78\x4e\x34\x01\xfc\x3e\x9b\xff\xa9\xcc\x5a\xef\x8c\x7e\x79\xb9\x7b\xd5\x89\x57\xd6\x75\x89\xe7\x04\xf1\x09\x6c\x8c\x7d\x02\xfe\x16\x44\xf2\x42\x24\x04\x8d\x49\xc6\xd9\x54\x22\xc5\x8f\xab\x43\x51\x18\x41\x33\x55\xf5\x1b\xbd\x69\x54\x10\xbd\x2b\x4a\x14\xa4\xf2\xad\x5a\xe4\x30\x49\xa9\x04\x65\xd3\x90\x14\xbf\x0d\xd6\x5a\x9a\xe1\xc5\x0e\x2b\x33\x0f\x34\x2e\x6c\xc4\x86\xee\x27\x09\x66\x68\x4c\x90\x3e\x81\x34\x25\x82\xa4\x08\x4b\x84\x91\x2c\xc6\x92\x28\xf4\x4c\xd5\x8c\x32\xfd\x6f\xc3\xa8\x89\xa3\xd9\xe1\xd0\x06\xfe\x6c\xa7\xcc\xbd\x24\x42\x4f\xfc\x89\xa6\x24\x45\x4f\x38\x2b\x08\x9a\x70\x11\x91\xe7\x78\xc4\xee\x66\x9a\x0e\xf3\x31\x65\x70\xc6\x34\x2d\x1d\x87\xfc\xd1\x91\xeb\x8f\x48\xbf\x0f\x15\x8c\xfe\xb3\x20\xd9\x02\xd1\x94\x30\xa5\x4f\xb0\xac\x8e\xf6\x47\x0e\xef\xc7\x19\x7a\x8d\x34\x9d\x89\x50\x40\x6f\xce\x14\xf9\xa4\x24\x7a\x8d\x32\xfa\x48\xd0\xb7\x17\x54\x2a\x34\xbc\x3e\xff\x76\x80\xbe\xbd\x28\x45\x84\xfc\xf6\x05\x28\xec\xff\xfe\x47\x70\xf4\x14\x9e\x56\x0f\xdd\xd1\x50\x9f\xe6\x5b\x73\x21\x94\x23\xfc\xe3\x9b\x70\x1c\xbb\x5f\xed\x52\xb6\x14\xb1\x56\xbe\x76\x91\xaa\xef\x88\x4a\x66\x2b\x44\xaa\xdc\x52\xa6\xea\xed\xa8\x0a\x55\x79\xa8\x52\x55\x4f\x76\xdf\x92\x75\x1b\xb1\x8a\x15\xf0\x3b\xa6\xcc\x1c\x0f\x7f\x5a\xe2\x3d\x40\x9f\x4f\x80\x6c\x23\x59\x83\xd5\x04\xc2\xd5\xc9\xcc\x80\x12\x07\xb2\xd6\x8c\xce\xe9\xaa\x7d\x3c\x67\xa9\x56\xa5\xac\x38\x63\xc5\x7c\x4c\x84\x5e\xba\x13\x6c\xb0\xc2\xb1\x16\x74\xaa\x10\x8c\xa4\x0d\x4b\xfb\x67\x41\xc4\xa2\x65\x6d\x13\x9c\xc9\xa6\xc5\x51\xa6\x88\xd6\x55\x2b\x5f\x4f\xb8\x98\x63\x65\x7f\xf0\x1f\xff\xde\x75\xf1\x8a\x3f\x92\x55\xfb\x7c\x6e\x76\x2d\xc1\x12\xb6\x7b\x5e\x64\x8a\xe6\x19\x41\x39\x9e\x12\x69\xa9\x50\x64\x4a\x0e\xe0\x67\x5a\x3f\x26\xe2\xb5\xbf\x57\xe0\x0d\xee\x3e\x2d\x24\x7c\x82\x26\x5e\x64\x31\xf2\x49\xc1\x48\x23\x06\x37\x2a\x90\x28\xbc\x27\xf6\x40\xca\xcd\xf8\x44\x72\xa1\x1e\xc6\x8b\xe3\x47\xb2\xf4\xde\x46\x6e\xc1\x0c\x61\xa5\x04\x1d\x17\x8a\xe8\x75\xeb\x31\xdc\x8d\x08\xe2\xd2\x5c\xbb\x52\x5f\xb3\x57\xa7\x57\xdf\x3d\x62\x25\xf8\x14\xb3\x57\x6f\xd1\x30\x4d\x91\x99\xa8\xfe\x0d\x4d\xcd\xe5\x3b\x23\x82\x1c\xa3\xbb\x19\x95\x48\xce\x78\x91\xa5\x88\x91\x27\x22\x34\x6d\xc9\x3c\x57\x8b\x83\xa3\x56\x4a\x05\x49\x80\x30\x5d\x4e\x98\x7f\x4a\x13\x4d\x1b\x32\x0b\x43\xba\x47\xb2\x00\x15\x65\x99\x7c\x2f\xc0\x2f\x95\x6f\x09\x2b\xe6\x95\xbb\x02\x3e\x3f\x3d\xbb\x3d\x39\xbb\x3c\x3d\xbf\x7c\x5f\x79\x42\x2b\x0c\xfe\xab\xe8\x9b\x7f\x2c\xd1\x66\x82\x8b\x0c\x4e\x75\x30\xda\x8b\xa9\x28\xc9\x8c\x66\xa9\x20\xec\x8d\xc2\xf2\xf1\x81\x7c\x22\x49\x61\xee\xd9\xff\x8d\x3f\x78\xd0\x7a\x26\x4f\x49\xfc\x49\xf4\x8f\x52\xb1\xe9\xfc\xa8\xb7\x34\x3b\x3f\x09\x76\xe9\x7a\xcf\xc1\x27\x34\xad\xfd\x35\x7c\xb2\x62\x0d\xee\x37\x2d\x93\x75\x3f\x69\x9c\x95\xfb\x81\x55\xd5\x6a\x7f\x23\x88\x12\x8b\x07\xac\x94\x3e\xe5\x1b\x68\x87\xb0\xa5\x48\xaf\x16\x95\xfb\x69\x15\x45\xa3\x12\x82\xec\xf6\x3a\xa2\x9e\x41\xf9\xcb\x55\x9a\xe1\x25\x4f\xc9\x99\x1f\xf6\x1d\x17\x77\x58\x3e\x1e\x96\x76\x18\x4d\xf1\x25\x14\xc4\x4d\x8f\xca\x57\x67\xa8\x6f\x78\xf0\x7b\xb3\x7e\x7b\x4a\xae\xeb\x04\xe0\x02\xc9\x85\x54\x64\xbe\xd2\x1d\xf0\xe5\x10\xc2\x4a\xf6\x43\x9d\x70\xe5\x72\xf9\x1d\x9c\xfa\xf8\xaa\xec\x8f\x77\x07\x92\xed\xca\x99\x77\xe8\xeb\x74\x01\x94\xf6\xa5\xde\xba\xed\x73\xe1\x02\xcb\x27\x07\xbf\xcc\x48\x89\xdb\xf5\x24\xf7\xe4\x1f\x68\xdc\x2b\x47\xed\x07\x98\xc0\x0a\xe3\x2e\x76\x07\xfb\xf3\xa7\x1f\x0d\xdd\x28\xc6\x37\xa6\xb4\x75\x6b\xbd\x48\x44\xa0\x84\x0b\xa3\x3e\xa6\x2d\xe2\xed\xe5\xcc\xbb\xfb\xcb\xdb\xeb\xb3\x93\xf3\x77\xe7\x67\xa7\xcb\xf6\xdd\xdd\xf0\xf6\xa7\xe5\x4f\x3f\x5e\xdd\xfc\xf4\xee\xe2\xea\xe3\xf2\x37\x17\xc3\xfb\xcb\x93\x1f\x1f\xae\x2f\x86\x97\x6b\x5b\x84\xe1\x04\x3a\xee\x66\xef\xea\xda\xa5\xab\x6b\xf0\xf5\xfa\xba\x6c\x44\x60\x7d\x3f\x17\xca\xa8\x54\x9a\x40\xf6\x49\x94\x63\x29\xcd\xfd\x6b\x66\x70\x3c\x62\x1f\xb8\x20\x88\xb2\x09\x47\x1c\x02\x3e\x52\x89\x22\x51\x94\x4d\xfd\x43\x6f\xd1\xa8\xf8\xfe\xfb\xbf\x24\x17\x94\x3d\xc2\x5f\xe4\x10\x89\xd3\x3b\x02\x37\xa1\x56\xef\x08\x0c\xbf\xfb\x32\x1c\x81\x29\x56\xf8\x4d\xe8\xff\xdb\x0f\x1a\xc4\x44\x23\x31\x4b\x11\x2f\x94\xfe\x53\xbf\x17\x4d\x04\x9f\xeb\x73\x43\x3e\x51\x09\x52\xe2\x99\x8b\xc7\x49\xc6\x9f\xd7\xf3\x4b\xbd\x27\xca\xfb\x7b\x4e\xb1\xc2\x87\xe5\x8e\xfa\x68\xd7\xe2\xa7\xf8\x9e\x28\x3d\xcb\x1b\x3b\xb3\x1e\x18\xd2\x03\x43\x3e\x2f\x30\xe4\xa0\x7c\x42\xfb\x97\x72\xb1\x03\xc9\x88\xba\x86\x48\x46\x63\xa0\xa2\x21\x0e\x11\x84\x19\xf6\x29\x1e\x63\xe7\xfe\x0a\xd1\x18\xb9\xc3\x0f\x4f\x3c\x46\xd3\x7b\x79\xd1\xf8\xbb\xf0\xcb\xf7\x6e\xf7\x0d\x09\xf5\x45\x4a\xd0\x35\x2f\x87\x17\x73\x9a\xef\x5f\xa2\x2f\x05\xaf\xbb\x44\xab\x3b\x84\xa7\xd7\x8e\x47\xaf\x08\x40\xd7\x46\x9c\xeb\x42\xcc\xcb\x31\xe5\xda\x20\xf2\x56\x51\xe3\xae\x97\xcf\xfa\xf1\xe2\xf7\x44\xdd\x61\xf9\x78\xc0\x97\x4f\x34\xbd\x97\xbf\x7c\x7e\xa7\x61\xe2\x3e\x2e\xbc\x47\xd2\x7d\xed\x57\xd6\xe1\x46\x7e\x7f\x07\xa1\xde\x3e\xb6\xdb\x89\x46\x5f\x57\x30\xf7\x6b\x8d\xde\x7e\x99\xe1\xda\x3e\x3e\x7b\xb8\xf1\xd9\xbd\x5a\x3c\xe4\x89\x30\x25\xc1\x8b\x15\x2a\xce\x47\x39\x97\xed\x8a\xfe\x89\x20\x58\x11\x84\x2b\xee\x23\x04\x03\x22\x41\x12\x2e\x52\xad\xe0\x63\x94\xcf\xb0\x24\x48\x09\xcc\x24\x5d\xa5\xe4\x9b\x51\xc1\x8b\xa3\xc7\x39\x2c\xfd\x3e\x72\x2e\xc1\xfc\x5e\x4a\xbb\x1f\xf3\x74\xe9\x10\x98\xf3\x51\xf7\x4d\xbb\x20\xd9\xd9\xd2\x21\x07\x6c\x9d\x95\xef\x91\x6f\xb5\xd0\xda\x90\x6f\x63\xcb\x73\x27\x7c\x0b\x06\xe0\xe1\xf1\x6d\x64\x97\xfe\xbe\xf8\xb6\x6e\xe9\x87\xc0\xb7\x2e\x24\xb9\x21\xef\x2e\x47\x34\x77\xc2\xbf\x3e\xb8\x78\x78\x3c\xbc\x14\xf7\xfc\x7d\xf1\x71\xd3\xf2\x3f\x2f\x2f\x7b\x1f\xe9\xae\xb8\x78\x35\x8b\x7a\x02\x1c\x16\x7b\xfa\x69\x99\x59\xfe\x6e\xf8\x72\x69\xdd\x07\xc2\x90\x6f\x04\x31\x39\x4a\x9d\x38\xf3\xc6\x3e\xd4\x99\x37\xdd\x83\x3d\x77\x1e\x26\x77\xba\xfd\x39\x1c\xfe\x6c\x42\x44\x75\xcf\xd0\x6b\x81\x39\x49\x34\xc7\x2a\x99\xe9\x2f\x4d\x38\x66\xcd\x82\x0d\x65\x4a\xde\x81\xf2\xf1\x4b\xe4\xe1\x7d\xdd\x8e\xd7\xde\xe1\xfa\x3b\x2c\x81\x73\x30\xd8\xde\x3e\x9f\x60\x87\xf9\x04\x54\xf6\xf9\x04\x7d\x3e\xc1\xba\x04\xea\xf3\x09\xfa\x7c\x82\xe0\xbb\x2f\x23\x9f\x60\xff\xa9\x04\xbb\xc9\x17\x38\x50\x75\xb9\x57\x95\x7b\x55\xb9\x4f\x0a\xf0\x4b\xdb\x95\xa8\x72\x4f\x1f\xa5\x24\x23\x8a\xb4\x0a\x9a\x3b\x22\xe6\xda\x0a\x88\x4a\xd8\xd6\xb8\xf1\xcb\x4a\x3a\x9e\x83\xc0\x65\xd1\x26\x81\xfc\xd8\x87\x2e\x87\xfc\x44\xfb\x6c\xa5\x5e\x30\xf5\x82\x69\x93\xa5\x1d\x8e\x4f\x35\x38\xcc\x9f\xd5\xa9\x1a\x14\xc4\x7d\xa0\xe9\x6e\x6a\xe2\x7a\x55\x30\xac\x88\x5b\x92\x22\x2a\x55\xba\x99\x8b\xb5\x2c\x3a\x7b\x9e\x1e\x98\x97\x55\x4b\x8c\xf4\x8c\x29\xaa\x16\x1e\xdf\x25\xfa\xd2\xb8\x7d\x69\xdc\xf5\xd7\xda\xfb\xf7\x76\xe8\xdf\xeb\x4b\xe3\xf6\x1e\xac\xde\x83\xf5\x85\x7b\xb0\xc2\xb2\xfd\x1b\xa1\x65\x58\x8a\x04\x99\x52\xa9\x88\x40\xb8\x41\x2f\x59\x0d\x9f\x39\xfc\xce\x26\x6b\x43\x14\xc2\xd7\x1e\xfd\xfb\x1a\x13\xbd\xb1\x17\x09\x70\xfb\x18\xa7\xbe\x8d\x01\x68\x0f\x73\xbc\x40\x33\xfc\x44\xd0\x04\xd3\xcc\x58\x01\x56\x40\x2c\x71\x7f\xb9\xc2\xb6\x09\xfd\xbf\xdd\x26\x84\xe3\xe9\x08\x32\x21\x82\xb0\xc4\x08\x3c\x73\xff\x27\x38\x43\x04\xf4\x32\xf3\x9b\x99\xb6\xc9\x32\x41\x70\xba\x40\x63\x42\x98\x67\x90\x9a\xcb\xb2\x61\xce\x3b\xd1\xdb\x3e\xbb\x4d\xb2\xcc\x3d\x87\x62\x91\xec\x05\xe8\x51\x7f\xf8\xb7\xb7\x44\xe4\x9f\x0f\x55\x28\xf4\x78\x8f\xde\x57\xf4\xf9\x7d\x45\x3d\xde\xa3\xb7\x07\x0f\xc0\x1e\xec\xf1\x1e\x3d\xde\xa3\xb7\x96\xd7\xa6\x56\x6f\x2d\x87\xdf\x7d\x79\xd6\xf2\x8e\x11\x1f\x2f\xa5\x4b\xf7\xaa\x74\xaf\x4a\xf7\xaa\xf4\x57\xa3\x4a\x1f\x06\x85\x7b\x3d\xba\xd7\xa3\x7b\x3d\xba\xd7\xa3\x7b\x3d\xba\xd7\xa3\xed\x53\xbb\xd4\xa3\xe1\x2f\x57\x08\x72\x6b\x18\x75\xf7\x18\xd5\x7b\xa2\x0e\x3f\x40\xd5\x2b\xcf\xbd\xf2\x7c\xd8\xca\xf3\xc1\x2c\xe8\xeb\x2b\xec\xd6\x97\x46\x5b\xba\x09\xbf\x86\xd2\x68\xee\xe9\xa3\xbc\x68\xbf\xe8\xee\xf3\xd4\x61\xf8\xa5\xc2\xaa\x00\x9b\x62\x8d\x4b\x0f\x0d\x15\x9a\x73\xad\x61\x33\x12\xfd\xc6\xf1\xbc\x81\x00\x4c\xe9\x13\x61\xc8\x21\x58\x07\x56\xb2\x0d\xc0\xcc\xfd\xcd\x09\x38\x9b\x3c\x80\x15\xc2\x48\xd1\x39\x39\x46\xe7\x13\xc3\x40\x09\xce\x32\x24\x89\x92\x15\x84\x88\x56\xbd\xec\x43\x2c\x2d\xe7\xea\xde\x4d\x4b\x18\x81\xf9\xd9\xc0\x9d\xbf\x22\x53\xe6\x34\xba\xc1\x9f\x69\x96\xe9\x39\x58\xa6\x05\xe1\x33\x27\x22\x73\x4f\x46\xaf\x75\x3f\x9e\xe3\x54\xdb\x0d\xc1\x14\xca\x2c\x87\xf0\xf7\x20\xe6\xa9\xf4\x40\x88\xe8\x79\xf3\xf4\x31\xb2\x16\x9e\x29\x77\xb4\xd6\x34\x66\x38\xd5\x62\x3f\x99\x91\xb4\xc8\x08\xc2\x52\xf2\x84\x62\x45\x52\x44\xcd\xb5\x80\xa8\x72\xf6\xa0\xfb\x91\x7b\x75\x4a\x25\x1e\x67\x24\xb5\x34\x26\x25\x2e\xa3\x75\xe6\x54\xa2\x31\xd1\x24\xd6\x37\x4f\x4c\xfd\x99\xb9\x94\x6a\x66\x13\x4c\x85\x2c\xcf\x84\x30\x33\x91\x16\xf5\xc9\x30\xe7\xe1\x6b\x50\x66\x9e\x7d\x0e\x48\xaf\x4f\xf5\xfa\x54\xa7\x05\x7d\x55\xfa\xd4\x01\xa1\xc6\x9c\x40\xfa\xac\xa8\xb1\x03\x6e\x24\xb4\x9b\x6e\x41\x07\x73\x1d\x4d\xb2\x85\x22\x34\xcd\x96\x2b\x9b\xf6\x2d\x82\xdc\xb7\x7d\x8b\xa0\xcf\x42\xa8\xaf\x35\x6d\xf1\xeb\x69\x11\xb4\x24\xa6\x5d\x12\xf7\x43\x83\xb0\xae\xff\xde\x8b\xec\xfa\xaf\xb7\x85\x35\xc4\x52\x7a\x53\x38\x43\x24\x1b\x0f\x0c\xd1\x10\xcd\xed\x25\x40\x0d\xad\xfb\xfc\xd5\x49\xf0\x36\xae\xed\xe5\xf8\x9a\xe4\xfa\x5a\xa5\x79\x0f\x43\xd8\x21\x0c\xa1\x6f\x07\xdf\xc3\x10\x7a\x18\xc2\xda\xd4\xea\x61\x08\xe1\x77\x5f\x06\x0c\xc1\xde\xd5\xb2\xbb\x42\x5b\x66\x34\xba\x0b\x7f\xa5\xd2\x7a\xed\x5e\x76\x50\xea\xaa\x9f\x55\x47\x2d\x75\xab\x60\xd6\xea\x7a\xe7\x3e\xa1\xb8\x46\x9d\x5a\x2e\x72\x6e\x7e\x7d\xbd\xa4\xf2\x1e\x0e\x7d\xdd\x1c\x7f\x37\x25\xce\x97\xd6\xfd\x59\x7d\x98\x7d\xeb\xdc\x5d\xb4\xce\xdd\x4d\x7f\xdc\x83\x39\x9f\x91\xbb\x35\x9e\xe2\x9e\x4f\x67\xdf\x14\xb7\x6f\x8a\xdb\x37\xc5\xdd\x6e\xe5\x7d\x53\xdc\xbe\x29\xee\x01\x1e\xd1\xbe\x29\xee\x97\x14\xeb\xef\x9b\xe2\xf6\xc8\xcf\xc3\x44\x7e\xae\x67\xc6\xac\x6d\xc3\xac\x6b\xc0\xac\x67\xbd\x34\x9b\x2e\x5b\x84\x06\x63\x8b\x62\xd3\xd0\x60\xa4\xc7\x1f\x98\xaf\x25\x9a\xdb\x4b\x84\x06\x7f\xa7\x46\x46\x6f\x61\xec\x85\x6e\x5f\xab\x79\x71\xe0\xb6\x45\x1f\xd4\xdc\x65\x50\xb3\x8f\x69\xf6\x31\xcd\x75\x09\xd4\xc7\x34\xfb\x98\x66\xf0\xdd\x97\x11\xd3\xb4\x96\xe1\x8e\xfb\x0d\x80\x72\xbe\xd3\x46\x03\x5a\x19\xee\x5b\x0c\xf4\x2d\x06\xfa\x16\x03\xbd\xba\xf6\x7b\x54\xd7\x7a\x8d\x64\x13\x6a\xf5\x1a\x49\xf8\xdd\x97\xa3\x91\xec\xa2\xb7\x40\x45\x07\x59\xdd\x54\x40\xab\x18\x87\xa5\x5f\xe8\x19\xf5\x8d\x04\xfa\x46\x02\xdb\xf0\xcd\x67\x07\x52\xed\xa5\x77\x40\xe5\x70\x6f\x63\x55\x1c\x5a\xbb\x00\x3d\xa7\xbe\xba\x69\x5f\x50\xe0\xf0\x0b\x0a\x1c\x5c\x75\xd3\x83\xd1\x3f\x7b\xab\x6e\x87\x56\x5d\x5f\xe0\xb4\xf7\xc2\xf7\x36\xef\xda\xd4\xea\x6d\xde\xf0\xbb\x2f\xc8\xe6\xdd\x6f\x87\x80\x5d\x6a\xcc\xbd\xc2\xdc\x2b\xcc\xbd\xc2\xfc\x15\x28\xcc\x87\x41\xe1\x5e\x5b\xee\xb5\xe5\x5e\x5b\xee\xb5\xe5\x5e\x5b\xee\xb5\x65\xfb\xd4\x4e\xb4\xe5\xdd\xf6\x01\xe8\x10\x4f\xb2\x39\xac\x87\xa7\x26\xf7\x2a\x72\xaf\x22\x1f\xb6\x8a\x7c\x30\x0b\xfa\xfa\x12\xd7\xfa\xd4\xaf\xa5\xfb\xee\xab\x4d\xfd\xf2\x85\xdc\x76\x05\xed\x0c\x6f\x42\x37\xf8\x6e\x11\x9e\x1f\xed\xa8\x3d\xca\xb3\x47\x79\xf6\x28\xcf\xde\xc3\xd1\xa3\x3c\xd7\xe3\x96\xde\x86\xef\x6d\xf8\xf0\xbb\x2f\xc3\x86\x77\x3a\xc4\x2e\x90\x9e\x35\xfa\xc8\x6a\xb4\xa7\x53\x37\x0e\x4b\xd7\x70\xb3\xea\x51\x9f\x3d\xea\x73\x5b\xde\xf9\xac\xc8\x4f\x7f\xbe\xf7\x81\xfe\xac\x39\xf0\xdb\x5a\x1d\x87\x86\x02\x75\xf3\xea\x03\xdb\xbd\xd7\xee\xf0\xbd\x76\x07\x17\xd8\x3e\x18\x1d\xb5\xb7\xfc\xfa\xd8\x76\x1f\xdb\xee\xed\xe2\xde\x2e\xee\xed\x62\xfb\xd4\x96\x7a\xf3\x4e\xd0\xa0\xfb\xd0\xa0\x7b\x05\xba\x57\xa0\x7b\x05\xfa\x2b\x51\xa0\x0f\x83\xc2\xbd\xf6\xdc\x6b\xcf\xbd\xf6\xdc\x6b\xcf\xbd\xf6\xdc\x6b\xcf\xf6\xa9\x9d\x69\xcf\xbb\x45\x87\x76\x8c\x41\xbd\x27\xea\xb0\x03\x50\xbd\xca\xdc\xab\xcc\x87\xad\x32\x1f\xcc\x82\x7a\xa4\x68\x8f\x14\x5d\xfa\xe6\x70\x91\xa2\xdf\x58\x46\x38\x0a\x64\xbf\xbf\x24\x8e\x7e\xc8\xf8\xf8\x6e\x91\x13\xfd\xdf\x53\x3a\x27\x4c\x82\x6e\x42\xd5\x22\xbc\x22\x1b\x08\xbc\x4c\xda\xa3\xdb\xf3\xcb\xf7\x17\x67\xe1\x1d\xf7\xe1\xfe\xe2\xee\xfc\x7a\x78\x73\xe7\x66\xe8\x57\x15\xd2\xc2\x3e\x17\xdd\xf2\x27\x7c\x9e\x63\x41\x25\x67\x67\x9f\x72\x41\xa4\x9e\xda\x15\xdc\xab\x5c\x6c\x36\xbb\xb3\xff\x0e\x67\x76\x19\xff\xf3\xfd\x5d\xfc\xaf\x68\x15\x17\x77\xf1\xbf\xce\x5a\x57\x13\x0c\x5c\x3d\x41\xaf\xd1\xfb\xbb\xb7\xe8\x3d\xc4\xec\x05\xba\x9b\x61\x36\x62\xe8\x35\xba\xb8\x7b\x8b\x2e\x88\x94\xf0\x49\xf9\xb0\xa2\x2a\x83\xb5\xfd\x40\x19\x16\x0b\xe4\x96\x0f\xe2\x91\x60\x70\xf1\x39\xd2\x54\x89\xc7\x7e\x2d\x18\xa8\xa6\x25\xf5\x2e\xf8\x94\x26\x38\xdb\x8e\x88\xc3\xcb\xf0\xbc\x1c\x5d\xdd\xb4\x92\x22\xfc\xf5\x32\x2d\x86\x97\xa7\x6f\x51\x30\xd5\x9a\x95\x5f\x12\xa9\x48\xaa\x2f\xc0\xd4\x30\xaf\xb6\x2a\xc8\x22\xb8\x18\x7f\xe5\x94\x91\x14\x15\x52\x2b\x66\xc3\xcb\x53\xf4\x06\x5d\xdd\x8c\xd8\x95\x48\x8d\x67\x80\xe8\x1b\xc5\x58\x25\x54\x22\xc6\x15\xa2\xf3\x9c\x0b\x85\x99\xd2\x97\xa9\x16\x64\xdc\x52\x44\x22\x2c\x08\x3a\xe1\xf3\x79\xa1\xb0\xa2\x4f\x64\x89\xa8\xcc\xa8\xfb\xb7\x44\x9d\xa7\xe0\x6b\xac\xa1\x21\x1f\x47\x8a\xce\x51\x2e\xf4\xf8\x8a\x56\xf4\xbc\x23\x9a\x2e\x29\x7e\x6e\x08\x2c\x04\x8e\xc5\xe0\x11\x55\x64\x5e\xfd\x7d\xbb\xfc\xff\xa6\xfa\x57\xac\x45\xfb\x66\x13\x1f\x88\xc2\x29\x56\xb8\xfc\x80\xa7\x64\x33\xe6\xf8\x30\xbc\xbc\x1f\x5e\x84\xfc\x71\x7b\xf2\xe3\xd9\xe9\xfd\x45\x24\x64\x8f\x6e\xff\x7e\x7b\x77\xf6\x21\xfc\xe4\xe6\xcc\x88\xd0\xf0\xb3\x93\x1f\xcf\x2f\x4e\x1f\xbc\xd0\x6d\x63\xb3\xca\x7b\xab\x9c\x76\x37\x23\x68\x4e\xd4\x8c\xa7\x68\xbc\x40\xcf\x33\x0a\x1e\x0f\x2a\xcb\x8e\x22\xe8\x19\x4b\x94\x81\x4b\x8c\xa4\xc7\x23\x73\x2a\xcd\xa8\x6f\x35\xc3\x21\xfb\xb2\xe0\x89\x39\x4f\xc9\xc0\xfe\x46\xb3\x54\x66\xae\x45\xac\x8c\xa5\x50\x37\xb0\x7e\x3b\x66\x88\xb2\x94\x3e\xd1\xb4\xc0\xd9\x31\xbc\xc7\xd3\xe8\x2d\x1a\x22\xad\xc7\xa7\x45\x46\x90\x12\x74\x3a\x05\x95\xaf\x32\x55\x33\x9a\x7d\x14\x28\x09\xcf\xf9\xae\x0a\x89\x16\x24\xfa\xb5\xd6\xbe\xa0\xe3\xcc\x28\x54\xe6\x41\xc8\x6e\x8b\x47\x14\x58\xcd\x88\xa8\x9b\x9a\xdb\x97\xb7\xc6\x96\x6f\x58\x96\xd6\x43\x03\xbc\x16\x04\x14\xa4\xd1\x54\x73\x41\x9e\x28\x2f\x82\x47\xcd\xc0\xf1\xe6\xd6\x0e\x5f\x12\x00\xc8\xc6\x61\x8e\x41\x57\xc9\x88\x9b\x6f\x9c\xff\xcf\xfd\x71\xc6\x94\xa8\xbd\xc5\xd6\x3d\x9e\x56\x47\x8a\xce\x67\xbd\x29\xb5\xf4\xee\xcb\xaa\xd2\xbb\x6c\x54\x5a\x45\x49\xbf\xe4\xf8\xa8\xd6\xc6\x02\x45\xb8\x49\x40\xd4\xe8\x3a\xa5\xcc\xfc\x19\x54\xe8\x79\x21\x95\x16\x91\xd8\xf8\x65\xd0\xe3\x7f\x4a\xf4\xcf\x02\x03\x96\xee\x18\xdd\x12\x32\x62\x33\xa5\x72\xf9\xf6\xcd\x9b\x29\x55\xb3\x62\x7c\x9c\xf0\xf9\x9b\xc7\x62\x4c\x04\x23\x8a\x48\x6d\x65\xcf\xb1\xe6\x17\x22\x16\x6f\xc6\x19\x1f\xbf\x99\x63\xa9\x88\x78\x93\x3f\x4e\xc1\x04\x77\xea\xde\x1b\x3f\xec\x94\xff\x9f\x8b\xbf\x7c\xff\xfa\xe2\x3f\xbf\x3f\x5a\x96\x3e\x4d\xa7\xf3\x8c\x25\x38\x97\x45\x66\x5d\x75\x22\xa4\x0d\x80\x3f\x81\x12\xab\xf6\xfb\x32\xde\xae\x0e\x42\xeb\xfe\xf2\xa7\xcb\xab\x8f\x97\x91\xe8\xb9\xbe\x8f\xb4\x81\xf8\x9f\x1f\xce\x3e\x5c\xdd\xfc\x3d\x12\x68\x77\x57\x37\xc3\xf7\xed\x5a\x41\xf5\x35\x55\x32\xfc\xc4\xf8\x33\x8b\x57\x2f\xab\x8b\x2e\x98\xa2\x73\xe2\x04\xb6\xfd\xe7\x9d\x59\xe9\x06\x2b\xbf\xba\xfb\xf1\xec\x26\x5c\xc7\xbb\x8b\xbf\xdf\x9d\x3d\xdc\x9e\xfe\xd4\xba\x12\xf3\x58\x34\xb3\x5b\xf0\x3e\x9c\xf0\xac\x98\xb3\xf0\xef\xcd\xe7\x76\x7e\x79\x77\xf6\xbe\x3a\xbb\xab\xe1\x5d\x4c\xf6\x9b\xd8\x7d\x75\xf4\xc3\xd5\xd5\xc5\xd9\x30\xda\xcb\xd3\xe1\xdd\xd9\xdd\xf9\x87\x48\x9f\x3b\xbd\xbf\x19\xde\x9d\x5f\x5d\xb6\x2e\xd3\xcd\xa0\x66\xa1\x7a\x59\xe1\x32\x77\x2d\x67\xd6\x3a\xe6\x43\x1b\x1a\x32\x07\xe5\x75\x90\x0e\x63\x7c\x41\x60\x96\xbd\xf6\xa6\x74\x62\x66\x5a\x2b\x6b\x54\xbc\x4d\xa8\x59\xd6\xb5\x6e\x74\x9b\xc8\xbb\xf3\x53\x80\x79\x59\xe7\x30\xce\x32\xfe\x6c\x1c\xf4\x73\xaa\x15\x3d\x49\xc0\x4f\xaf\x7f\x22\x51\x52\x08\x41\x98\xca\x16\xc7\x35\xe2\x24\xde\x16\x2e\xd4\xa9\x77\xe1\x6e\xc4\x70\xb5\xfe\xd0\x65\x4f\x68\x2d\xab\x54\xbd\x9f\x6e\x5a\x50\xac\x88\x4f\x3f\x10\x29\xf1\x94\xbc\x73\x11\xa2\x1d\x09\xa9\xdb\x9f\xc3\x7f\xfe\xed\x76\x05\x3f\xbb\x21\xa2\x19\x82\x1b\x70\xc8\x18\x57\x38\xb6\x0d\x37\xe0\x64\xe3\xe4\x6e\xe2\xe5\xca\x28\xf6\xed\x46\xab\xc7\xd9\x75\xfd\x98\x75\x54\x0a\x75\xdc\x36\x8e\xfb\x80\x73\xcd\x4a\x49\x21\x15\x9f\x23\x5c\xae\xd1\x86\x08\x71\xae\x75\x36\x08\x82\xe9\xf3\x11\xa8\x43\xde\x49\xb3\xfe\x25\x56\x92\xd0\xfa\xfa\x97\x5f\x12\xa9\x85\x41\xf4\xd6\x46\xf5\x26\x85\x2a\x84\xbe\xae\xb5\x62\x89\xbe\x23\xc7\xd3\x63\x74\xf5\xf3\xd9\xcd\xcd\xf9\xe9\xd9\x00\x0d\xaf\xaf\xcf\x2e\x4f\x07\x88\xa8\xe4\x95\x33\x7e\xe0\x5c\x92\x74\xc4\x14\xb7\xbe\x98\x05\x9a\xf1\x67\xfd\xae\x39\x11\x53\x12\xad\xd9\xfe\x18\x01\xce\x7e\x4a\xa5\x32\x0e\x6a\xb8\x60\xcb\x69\xe9\xfb\xe4\xb8\x8e\x43\x0a\x35\xdb\x86\x35\xb0\x94\xc5\x1c\x8f\x33\xf2\x40\xf1\xfc\x41\xf0\x6c\x95\xc8\xab\x15\x53\xa5\x72\xf2\x20\x8d\xdf\xe3\x01\x27\x09\x2f\x98\x5a\x7b\xb4\x55\xfb\x78\x0a\x64\x92\x28\x27\x62\x4e\xc1\x6a\xd6\x8a\xac\xe4\x09\xc5\xca\x69\xba\x41\x1f\xc2\x04\x2c\x79\xd0\x50\x41\xa7\xce\xca\xa8\x3a\x6c\x49\x1d\x2d\x4f\x8d\xbb\x78\x2b\xcb\x71\x13\xea\x75\xbd\x68\xaa\x94\xa1\x32\xcf\xf0\x62\x49\x65\x5d\x45\x51\xad\x98\xc9\x1c\x27\xa4\x74\x57\x3b\xcf\x7e\xc2\xe7\x73\xce\xb2\x85\x0f\x46\xa7\x74\x02\x29\x20\x4a\x53\x1b\x8d\x89\x7a\x26\x84\x95\x9f\x22\xbb\xeb\x88\x32\xa9\x30\x4b\x20\xa2\x06\x07\x65\xa4\x69\x95\x16\x20\xfe\x47\x47\x03\x34\x3a\x4a\xc9\x13\xc9\x78\x3e\x27\x4c\xe9\x0f\x88\xaa\xdd\x8b\xb3\x39\xa6\xd9\x25\x57\x74\x42\x13\xdc\x74\x77\xac\xbb\x2d\x82\x24\x34\xa7\x84\x29\xf9\x40\xf4\xb8\x7b\xb5\xee\x57\xdd\xb5\x2e\xe2\x0d\x33\x41\x38\x4d\x05\x91\x92\x68\xa3\xd0\x4d\xd2\x6a\x06\xc6\x29\xe2\x09\xb0\xf2\xaa\x35\x74\xf3\xdd\xf0\x77\xca\xc6\xf5\x3a\x47\xc2\x85\x4f\xe0\xf2\x2f\x2e\x93\xb3\x5b\xb9\xf6\xde\xa8\x48\x65\x0a\xb1\xf3\xc4\xfb\x10\x5e\xd5\xa2\xac\x1e\x1b\x7d\x8c\xd7\x9b\x67\x4c\x99\x5b\xfd\x5c\xeb\xd4\x64\x08\xce\x48\x38\x9b\xd0\x69\x11\x48\x65\x6b\x46\x57\x2d\x77\xb2\x72\xc6\x49\xc6\x65\x21\xd6\x54\xe8\xe2\x49\x9f\xd8\x47\xdb\xe6\x7d\x16\x5e\x62\x45\xa6\x64\xa7\x7b\xb2\x86\xf0\x48\x90\x5c\x10\x09\x3c\x09\x3e\x08\x7d\xb8\x95\x15\xb8\xf6\xd7\x03\x44\x59\x92\x15\xa9\xa6\x01\xce\x4a\x1f\x03\x4b\x51\xa9\x44\x8c\xd8\xdc\x9a\x46\x08\x4b\xf4\x4c\xb2\x4c\xff\x37\xe1\xf3\xbc\xd0\x63\xd9\xe9\xda\x91\xb4\xb2\xa9\xb0\x22\x03\xc4\x0b\xa5\x07\x1b\xc0\x68\xa9\xdd\x82\xd7\x63\x0c\x08\x11\x07\x8b\xd0\xa2\xe6\x5e\xba\x00\x9c\x0f\xec\x1b\x5e\x37\x02\x8c\x32\xf4\x9e\x28\x18\x05\x90\x56\xe1\x02\x21\x3d\xab\x6a\xcf\xd5\xd3\x7e\x8b\x13\x65\x57\xd2\x61\xe7\x2f\xa8\x22\x02\x67\x1f\x70\xfe\x43\xc6\xc7\xad\xfb\x3e\x44\x73\xa3\x51\xd9\xb7\x20\x1a\xc3\x91\x30\x92\x45\x92\x10\x29\x27\x45\xb6\x92\x47\x89\x10\x91\x07\x7a\xc5\xf1\xf7\x44\x3a\x83\xe7\x5a\xd9\x53\xff\x02\x80\x3c\x5a\xdb\x06\xb7\x6f\x75\x9e\x36\xdd\x71\xd5\x1c\xf1\x98\x0b\xf5\x90\xe0\x42\x6e\x73\x6f\x9e\x57\xdf\x5e\xe8\x73\x6f\x63\x67\x9a\x9f\xf4\x5b\x2c\x62\xeb\x99\x66\x19\x60\x93\x10\xce\xb8\x3d\xed\xe6\xe7\x85\xd5\x23\x61\x36\x4d\xe7\xde\x32\xfa\x83\x39\x1c\xeb\x53\xb7\x64\x82\x06\x53\xf3\xdc\x9c\x36\x7f\x92\x34\x8b\x5b\x08\x15\x84\x22\x02\xdf\x5e\x65\x12\x28\x25\x39\x61\xa9\x44\xb0\x0f\x8e\x6d\x22\x21\x39\x40\x13\xfa\xc9\x0e\xea\xdc\xac\xe5\x4f\x03\x8d\xaa\x7e\xd5\xf9\x0c\x2f\xef\x4f\x87\x8b\xe4\x1a\x9e\x6f\x35\x24\xb8\xd4\x4a\x73\xa2\x35\x10\x41\x12\x2e\xb4\xec\x80\xd7\x7a\xe3\x7a\xe5\x25\xa2\xb0\xd0\x44\xc1\xab\x34\xd5\x68\x1e\x25\xa4\x30\xc5\x8a\xbc\xd6\xca\xf9\x0a\xb7\x62\xce\xf5\x6b\x10\x9d\x13\xad\xe8\x3b\x4f\x77\x68\xdc\x8c\xc9\x14\x33\x24\x0a\xc6\x28\x9b\x36\xcc\xd6\xc9\xc0\x2d\xb8\x5e\xab\x20\x78\xae\x55\x73\xb8\x70\xf5\x84\xe2\x79\xc8\x1c\xc8\xd9\x3a\x0f\xab\x5d\xbf\x14\xd5\x54\x0b\xd9\x9e\xb1\x57\xf6\x1b\x26\x5b\xe4\xe9\x21\x4d\x36\xc3\x52\x21\x3b\xa7\x86\x19\x87\x6a\xdf\x0e\x42\x51\x6d\x45\x75\x42\x0d\xbb\x8b\x16\x1b\x4e\x11\x49\xa2\x14\xb5\xc5\x5f\x0a\x49\x10\x9e\x28\x22\xc0\xd4\x75\x9a\x91\x49\x86\xf6\x47\xdb\x66\x45\x83\x64\xd1\x5f\x07\xb2\x64\xc4\x6a\x87\x3e\x46\x43\xb6\x14\x6a\x71\x76\x5f\x44\x2f\x23\xab\x71\xf6\x8c\x17\x12\xe5\x90\xba\x6e\xa2\x3f\xe5\xe2\xc1\x30\x8f\x1f\x72\x56\xb8\xd6\x3c\x68\x82\xb3\x6c\x81\xc0\x22\x0a\x66\xd6\xb0\x59\x41\x8d\xa7\xf5\x85\xdd\x9a\x4a\x72\x05\xd7\x51\x57\xf1\xc9\xdb\x0a\xb5\x92\x6e\x49\xeb\xf3\x37\x47\xe4\xdc\xb7\x08\x18\x50\xc2\xac\x1a\x5e\x1a\x12\x6d\x9a\x51\x94\xe3\xbe\x85\x7e\xe4\x40\x68\x9b\xcb\xb5\x26\x80\x5a\x28\x60\x4b\x84\x5a\xbd\x74\xad\xda\xff\xdb\xcc\x21\x80\x92\xd5\x4e\x01\xed\x02\x4c\xb6\x13\x77\x82\x67\x89\x35\x53\x24\xce\x27\x88\x71\x46\x10\x95\xe5\x8f\xc1\xb9\x6d\x02\x9d\x70\xfc\xa6\x84\x11\x01\x35\x42\x9c\x2f\xdc\xc3\xb9\x3d\xd0\xf6\x85\xad\xba\xa1\xb7\x46\xd0\x84\x92\x2c\x95\x88\x11\xad\x14\x63\xb1\xd0\x72\xcb\x1e\xf4\x75\x74\x86\x5d\x69\x71\x35\x62\xd5\xaa\x57\x0e\x58\x05\x90\x6f\xad\xa1\x54\xe6\x85\x86\x59\x56\xfe\xc8\x3e\x64\xe3\x8a\x23\xe6\xcd\x28\xe0\x3f\x2a\xb5\x79\x70\x8c\x60\xdb\x54\xf9\x94\x96\xbd\xfa\x03\xb7\x87\x03\xa7\xe3\x49\x03\x98\xee\x62\x3c\x3a\x79\x5e\xd2\x31\x0e\xb5\x6b\x21\xad\x57\x30\xa5\x4f\x84\x39\xf6\x1d\x38\xf6\xd7\x33\x71\x4c\x91\x45\x7e\xac\x76\xa9\x63\xab\xb2\x1c\x80\xa3\x63\x7d\x4a\xe9\x4d\x2e\x96\x5c\x1f\xa6\xe6\x4a\x69\xa5\x65\x0b\xef\xc0\x0c\x55\xf8\x73\x23\x5a\x20\xac\xa4\x55\x89\x3f\x30\xae\xfe\x80\x4a\x8b\xc5\xd9\x53\xa6\x3c\x8f\xb5\x6d\x07\x11\xde\x4f\xbf\x0d\x4e\xa8\x65\x12\x84\xfd\x59\x4d\x57\x53\x7e\x5b\x64\x4d\xe9\xa0\xdd\xab\x56\x53\xb9\xbb\xe2\xad\xa9\x04\xd8\x20\xbb\x67\x67\x46\xe4\x4b\x54\x4c\x43\x86\x0d\x04\x01\x50\x14\xe3\x68\xce\x05\xa9\x64\x18\x19\xe1\x0d\x1b\x5d\x66\x76\xac\xcf\xa5\x35\xfe\x14\x93\x35\x51\x1e\xf3\xc8\x8f\xd2\xee\x3f\x71\x61\xf1\x6d\x38\x67\x1e\x43\x9f\x5a\x38\x60\x05\x7c\xaa\xde\x54\x15\x94\x25\x34\xc7\x8d\x9e\xe1\x75\x38\x61\xc9\x93\x19\x96\x47\x6a\x02\x0d\x35\xdd\xe1\x04\xf2\x19\x9a\xa6\x53\x97\xe9\xb6\x94\xe7\xd6\xce\xb6\x61\xb6\xcc\x08\xde\x47\x52\x46\xa4\x1c\x1d\x99\xe9\x53\x59\x15\x3d\xc6\x41\xe2\x54\x6f\x19\x56\xfc\xf2\xbf\x34\x6c\xee\x9c\x05\x76\x15\x5a\x53\xf8\xde\x89\xaf\x08\x4d\x34\x29\x04\x80\x87\xea\xc6\xfc\x2e\x99\xd1\xac\xf4\x33\xbe\x1a\xd8\x23\x61\x86\xcc\xc8\x13\xc9\xf4\xc0\x94\x25\x82\xcc\x09\xb3\xc1\x9e\xef\xd1\x7f\x99\x0c\x30\xf4\xa7\x11\x7b\x0f\x92\x2d\xcb\x16\x03\x44\x27\xe5\xc8\x58\x55\x86\x79\xac\x9d\x80\x9a\x11\x7b\xb8\xa3\x89\x98\x53\x35\xc3\x4f\x64\xc4\xdc\x30\xff\x85\x1e\xd1\x1f\xd1\x9f\x9a\x7c\x0c\x16\x39\xb6\x6f\x13\xf4\x1d\x17\x1e\xa5\x16\x5c\x1c\x56\xf6\xd8\xc3\xeb\x2c\xd4\xc8\x3d\x54\x5a\x11\x5e\xc7\xf4\x70\x37\xca\x9e\xf8\x72\x04\x22\x3c\x3c\x58\x10\xa6\x1e\x18\x4f\xc9\x03\xa9\x09\x3f\xb4\x9c\x55\x7d\xaf\x5e\xf2\x94\xac\x0c\x1e\x78\x1d\xf5\x23\x58\xd5\xb2\x18\xfb\xed\xd0\xef\x2d\xed\xc1\x98\xc1\xea\x27\xec\xcb\x99\x6d\x32\xdd\x4d\xe3\x1d\x57\x56\xc1\x19\x80\x50\xb5\x13\xa8\xf7\xb9\x67\x70\x19\x43\xf4\xbb\x7a\x0a\xab\x2e\x4b\xfd\x63\xbd\x72\x2b\xf6\x83\x42\x6d\x00\x9f\x15\x74\x4a\xb5\xc2\xdb\x1e\x53\x59\xad\xdd\x95\x51\x00\xef\x75\x47\x78\xcc\x8b\x2a\xa4\x12\x36\xc7\xdc\x4a\x2a\x52\x62\xeb\xb4\x6b\x34\xd6\xcf\x0b\xb8\xf8\x26\x45\xa6\x7f\x66\x9c\x78\x26\x0d\x5b\x92\xe8\x6d\xfa\xba\x93\x92\x4e\x6d\xa8\xdc\x0d\x48\x2d\x14\x2d\x05\x83\x1e\x25\x33\xcc\xa6\xed\x3a\xcc\x8d\x25\xd9\x0e\xac\xd6\x97\x88\x93\x2d\x5f\x2b\x35\x3c\x03\xa4\xb3\xf0\xd3\x17\x35\x0a\xfd\xb9\xab\xdc\x15\xbb\x36\x10\x3b\x18\x20\x6e\x52\x76\x86\xf6\x40\x2c\x07\x15\xea\xb9\xe3\x36\x36\x3f\x3b\xb3\x84\x79\xf7\x03\x78\xc5\xb7\xf6\x06\xf9\x4d\x08\x6a\x02\x58\xf8\x8a\x59\x0d\x49\xf7\x6b\xa1\xc6\x71\x86\x18\x40\x13\x84\x19\xa2\x63\x5d\x3f\xa3\xf9\xb2\x0e\xd8\x32\xa7\x06\xfd\xb1\x7e\x6e\xee\xeb\x75\xa7\xd2\xea\x5d\x5d\xd3\x57\x0a\x86\x50\xdb\xb1\xbd\xb0\x51\xfe\xd8\xcb\x68\x42\x97\x3c\x88\xb3\x80\xc3\xb1\x90\x48\x09\xcc\xa4\x79\xdb\x88\x7d\x34\x9a\x07\x95\x46\xcd\xb6\xd9\x11\xa0\xc5\x23\x0a\xff\x06\x5b\xc1\xa2\xc3\xd5\x0c\x6b\x1b\x7a\xd1\xe0\xd1\xf4\xf9\x8c\xfe\x24\x84\x3e\xcd\xba\x97\xc1\x8b\xac\xba\x55\x3b\xa4\x23\x74\x08\xaa\x71\xb6\x86\xc5\x55\x35\xb9\xd8\xa8\x04\xb0\x11\xce\x1a\x55\xed\x31\xe7\x19\xc1\xac\x49\x15\xaa\xfd\x7a\xc9\xc8\x2e\xd3\xdb\xc7\x04\xa0\x8b\xfa\x36\x15\xda\xe8\x9e\x40\x94\x3a\x5e\x17\x86\x02\x03\x8a\x30\x63\x93\x01\x84\xcb\x4c\x34\x5d\xe1\x5f\x1d\x84\x27\x7f\x4c\xb2\x4e\x11\x5e\xf3\x40\x2b\x17\xc1\x4f\xca\x1c\xf6\xb5\x10\x71\x61\xa0\xb4\x16\x3f\xb8\x6a\x62\x21\xea\xb0\xd5\xa3\x16\x23\xf7\x3a\x4c\x71\x95\x38\x1f\x56\x22\x91\x88\x40\xf8\x12\x03\x50\x46\xef\x1f\x9c\x77\x67\x30\x7b\x79\x1f\xed\x12\x64\x87\xc0\xc3\x29\x27\x32\xd0\x0e\x10\x7f\x22\x96\x7f\xe9\x84\x68\x0d\x62\xc4\xb4\x32\x15\x6a\x32\x58\xea\x83\x96\x0b\x3e\xb5\xe8\x1c\x9c\x08\x2e\xa5\x0d\x2e\x9a\x71\xe4\x71\xeb\x4d\x72\x47\xc4\x9c\xb2\xdd\xb8\xc7\x5f\x0e\x90\xb3\x5c\xce\xa6\xcc\x3c\x69\xd0\x3c\xc6\x04\x29\xb7\xd6\xa6\x73\xbf\x6d\xac\xde\x69\xcf\x48\x10\x2c\xad\xbd\x02\xf1\xf9\x4a\x8c\xb2\x83\x9e\xe0\xe7\x6c\xa0\x2d\xaf\xdd\x66\x87\x2c\x64\xb1\xd0\xa6\x92\x84\x36\x36\x85\x20\x90\x38\x3c\xce\xac\x27\x3c\xe2\x1a\x5a\x96\x40\x2e\x29\xe2\x55\x73\xf3\x66\x90\x93\x92\xce\xf5\x59\x81\x24\x10\xc6\x5f\xf3\x1c\x54\xde\xea\xaf\x26\x98\x66\x5a\x60\xd1\xb8\x02\xb3\x56\xae\x5e\x43\xc5\x03\xc2\x54\x9d\x7f\xd0\x0d\x02\xfe\x44\x92\x9a\x6d\x34\x9c\x3b\x3a\x1a\xfe\x70\x75\x73\x77\x76\x3a\x3a\xf2\x12\xdb\x47\xce\x9d\x58\x77\x73\x87\x48\x99\xf7\xdd\xfa\x52\x46\xb0\x97\x08\xa7\x69\x09\xd1\x35\xc0\x93\x07\xe3\x83\x5a\xf7\x54\xac\x74\xdf\x2e\x0f\xf3\x8e\x7e\x22\xe9\x0d\x56\x5b\x39\x7d\x5b\xf3\x77\xd6\xf2\xac\xd4\xb2\x78\xc1\xe8\x92\x75\xdf\x22\x64\xfd\x52\xee\xf5\x73\xeb\x73\xb0\x39\x09\xb0\x57\xce\x44\x97\x48\x14\x4c\x1b\x45\xd8\x57\x98\x9a\x00\x0f\xb0\x64\x31\x40\x00\xc3\xd4\x5c\xbb\x40\x7f\x46\x73\xca\x00\x32\xd5\x46\xdb\xfb\x78\x21\x5d\xb2\x0c\xcf\x2f\xef\xe3\xfc\xdc\x1f\xaf\xee\x6f\xe2\x9c\x8f\xbf\xb7\xe7\x0b\xc6\x23\xb4\x59\xa2\xe5\x1a\x83\x68\x3b\x37\xa4\xf0\xa4\xa9\x5b\xe8\x45\xf5\xa2\xfe\xba\xf0\xf4\x99\xd7\x19\x76\x0d\xa5\x07\xc2\x1d\x10\x8a\xde\xae\x74\x3b\x00\xbd\x31\xad\xae\x63\x7b\x6d\xaf\x17\x74\x6d\xdc\x68\xf3\x08\x68\xb9\x00\xb0\x5d\xeb\xaf\xdf\xce\xc0\xd3\x72\x54\x87\x7e\xec\xa0\xbd\xa1\xf2\x69\xe7\x01\x90\xd6\x71\x95\xe3\x31\xcd\xc0\x2b\xae\x6f\xe0\x79\x9e\x61\x45\xff\x55\xe7\xd3\x90\xc7\x23\x16\x96\xc2\x33\x77\xa6\xe6\x01\x87\xfa\xa7\x6c\x8a\x38\x23\x88\x0b\x13\x01\xf1\xe2\x70\x10\x82\x50\xab\xd8\x10\x35\x43\x0b\x5e\x08\xff\xc6\xa5\xf7\x58\xee\x93\x33\xec\xa2\xa4\x4e\xcf\xb4\x3e\xfc\x30\xcd\x00\xc6\xcb\x05\x29\x8d\x2d\x78\x31\x79\x22\x0c\x3d\x6b\xc3\xaa\xf4\x27\x8f\x58\x80\xda\xd0\x2a\x29\xfb\x56\xf9\x10\x34\xcd\x6c\xc3\x07\xec\x9d\xe7\xa5\xab\x45\x62\x6a\x47\x6e\x67\xe0\x1d\xe0\x54\x01\x78\xbb\x19\xf3\xc1\x93\x4d\xde\x03\x13\x6d\x00\x1e\x08\x7d\x19\x06\x22\x58\xcb\xb2\xe4\x53\x4e\x92\x4d\x30\x93\xd7\xae\x04\x52\x9b\x37\x23\x8c\x7e\xd8\xcc\x36\xbb\x75\x8a\x3b\xdf\x4a\x75\xb6\x2b\xe6\xd9\x09\xe2\xab\x27\xfa\x33\x16\x54\xdb\x98\x1d\xe7\xe9\x40\xbe\x13\xc1\xe7\xeb\x4d\xf1\x65\xd0\x7a\x77\x4b\xb8\xb7\xc8\x3d\x70\x20\x30\xbd\xd5\xb3\x6c\xc2\xe7\xad\x92\x7a\x3f\x9b\x7b\xd1\x43\x71\x21\xf3\x88\xa0\x49\xb6\x50\x44\x8f\xae\xf4\x54\x2d\x34\x2e\x7c\x67\x78\x67\x79\xcf\xb7\x8b\xce\x57\x4e\x41\xe4\x53\x1f\x13\x64\xb5\x21\x03\x55\xab\xc7\xd8\xc1\xf5\x59\xe7\x11\x0d\xe2\x61\x16\x92\xaf\x89\x27\x15\x9e\xe7\xee\x8e\xaf\xe6\x57\x55\xc8\xb5\x42\x1a\xed\x0a\x1b\xb6\x07\x5c\x5d\x9d\xad\x1b\x61\xfd\x6c\xec\x76\x37\x99\x27\x95\x1b\xba\x75\x62\x51\xea\x49\x38\xa1\x94\x28\x4c\x33\x19\xa6\x5b\x2c\x6f\x65\x74\xf3\x99\xba\x0c\xce\xf1\xba\xa1\x95\x1c\xf4\x77\x0a\x77\x1e\x85\x77\x3c\x38\x59\xe6\x78\x11\x60\x4a\xf4\x29\xc8\x88\x82\xcb\x99\x32\xff\xaf\x58\xd4\x3a\x66\x0e\x59\xb4\x2e\xa8\x7c\x8c\x7e\x58\xf8\x6b\x11\x67\x59\x38\x13\xe3\xbc\x2b\x7b\x0d\xe9\xa3\x00\x97\x18\x3a\xbf\x1c\x9e\xdc\x9d\xff\x7c\x06\x78\x89\x05\x2f\xd0\x33\x95\xda\x42\x18\x31\xf0\x07\x6a\x81\x0a\xbf\x53\x1c\x99\x1f\x0e\xe0\x57\x80\xa2\x92\xc5\x78\x4e\xb5\x3d\x55\x2e\xf2\x1e\x24\xc2\x8d\xc3\xd4\x98\x73\xac\x1f\x80\x6b\xdb\xa1\x75\xea\x00\xa3\x2b\xce\xc7\x06\x66\x70\x39\xc8\xb6\x80\x9c\x20\x5c\xb1\x5f\x48\x4e\xa0\x66\x87\x66\x4d\xed\xf1\xea\x31\x39\xf5\x87\x32\xce\x6c\x82\xf4\x33\x2a\x55\xe5\x32\x69\xce\x67\x2a\xb7\x60\x17\x80\x1c\xa7\x6d\x77\x90\x83\xb7\xee\x91\x7a\x6d\xe7\xd6\x17\xd8\xa9\x55\xc1\xae\x1b\xf5\x9b\x43\x83\xcb\x97\x61\xbb\xcd\x83\x40\x5d\xcc\xad\x12\xd8\x1a\xb2\x42\x10\x3c\x8f\x01\xa1\xa4\x2a\xba\x19\x57\x10\x7d\x4d\x54\xb6\xa8\x89\xda\x8f\x58\xbd\xde\xd0\xce\x63\xdb\x06\x52\x77\x0a\xab\xf7\x3b\x72\xe3\x57\x61\x3d\x22\x1f\x3d\xda\xc7\x18\xa3\xbe\x44\x22\xa9\x9c\x2b\xe7\x7f\x6d\xb0\x02\x40\x5d\x78\xd8\x20\xca\x59\x73\x2a\xd7\x0c\x73\xae\x3c\x17\xf6\xca\xdc\x8f\x05\xb5\x65\x3c\x18\x32\xcb\x76\x9f\x0f\x07\x4e\xcc\x01\x78\xc8\xf9\x13\x11\x82\xa6\xda\xc2\x0a\x33\x76\xd7\xa2\xdc\x1a\x75\x10\x1a\x64\x98\x29\xb8\xad\x38\x84\x4d\xbc\xcd\xab\xc7\x73\xc9\x31\x15\xe9\xe6\xd5\x9d\x82\xa5\x44\x30\x82\xd5\xec\xe5\xe2\x8b\x27\xdb\xba\x0c\x5f\x2c\xd6\x78\xb2\x93\x62\x21\xe1\x74\xe3\xc2\x19\x2b\xe7\x59\x54\x0a\xc0\xb6\x23\x2a\xcb\x2a\x15\x4b\x46\x54\x8d\xab\x2b\x40\x87\x5a\x3b\x2b\xae\x58\xd1\x11\xba\xdb\x68\x41\x78\xf7\x93\x36\x0f\xe2\xbc\x76\x5b\x07\xbd\x5d\xa4\xab\x86\xc8\xcb\x3a\x45\xa3\x8c\x8e\x1d\x55\xf0\x31\x9f\xd8\x0f\x1a\x2a\x3d\x55\x1e\xab\xae\x36\x34\x0c\xd8\xa2\x6a\x57\x63\x91\x66\x44\x82\xca\x67\x74\xfd\x8a\x56\xd7\x66\x73\x8c\xd8\x8f\xfc\x99\x3c\x11\x31\x40\x58\xa1\x39\xd7\x37\x39\x23\x61\xd9\x60\x1c\xa7\xad\x19\x97\x36\x46\xb5\x7d\xea\x9d\xe5\x63\xbd\x8a\x75\x19\x10\x80\xea\x37\xdb\xe0\x5c\xe0\x23\x86\x13\x45\x9f\x88\x89\xed\x00\xd6\x8d\xba\x85\x01\xff\xff\xc1\xfb\x3c\xff\x70\x8c\xee\xf4\xc5\x45\x65\x3c\xdf\x00\xc6\xd9\x34\xb7\x11\x9b\x0a\x5e\xe4\x5e\x33\xe5\x63\x50\x89\x8d\xef\xb3\xc6\xe7\x09\x93\x71\x0e\xcf\x04\xa7\xfa\x5a\x6c\x67\x9c\xc8\x76\x3a\x30\x57\x40\x8c\xaf\x0b\x19\x48\xdf\x16\x3e\xac\x64\xa1\x03\xc0\x46\xcd\xa9\xc4\xbb\xf3\x9d\x2e\x55\xbf\x91\xa0\x94\x79\x93\x35\x02\x5b\x6c\x28\x2a\x02\x33\xdf\x99\xc4\xf5\x28\xa1\xf2\xb5\xa6\x5e\x99\x11\x1c\xa4\xbe\x00\x60\xc3\xde\xaf\x9f\xac\x53\x99\xe5\x75\x21\x72\x0e\x08\xd1\x6c\xe1\xa0\x49\x73\x0c\xc1\xf3\x9c\xe7\x85\x01\xcb\xd2\x30\xc8\x54\x3b\xa1\xb8\x9c\xc2\xce\x83\x7f\x5b\xe8\x2c\xa7\x5a\xa9\xa3\x0c\x95\x3f\x44\xd6\xab\x59\xcb\x66\x85\xa0\x1b\xa9\x26\xd6\x2a\x26\x4f\x84\xa9\x52\xc9\x9d\xe3\x1c\x51\x2d\x4b\xb4\x34\x14\x53\x32\x40\xcf\xae\x47\x0f\xc2\xa8\x10\xd4\xed\x3a\x68\xa6\x2d\xbc\x15\xab\x86\x6f\x8c\x97\xda\xe0\x74\x12\x1c\x54\x12\xb1\x55\x43\x13\x55\x60\x1f\x4b\x84\xec\xa7\x8c\xb2\x47\xfd\xb2\x67\x30\xa3\x9d\x07\x52\xe8\x33\xc7\x85\x03\x3a\x46\x7b\x5a\x2b\xcd\x0e\x33\x0b\xb5\xb6\x4d\x42\xbd\xd2\xbe\xa7\x24\xd4\x7d\xf5\x33\xa8\xb7\xc8\xf7\x9c\x82\x7a\x68\x5d\xba\xd6\x97\xb9\x65\xda\xb5\x9d\xb7\xcd\x45\x85\x03\x19\x79\xa3\xdf\x41\xe0\x20\x98\xe6\xb0\xdc\xc3\x04\x20\x4b\x8a\x08\x93\x31\x09\x2e\x48\xef\xe6\xb2\x2a\x4a\xad\x32\x57\x7b\x64\xb6\xce\xea\xd3\xe3\x2d\x03\x1a\x76\xec\x7a\xa9\x3d\xec\x8d\x3e\x98\xa5\x90\xb4\x2b\xbb\x55\xe6\x41\xca\x06\xe6\xed\xdd\x8f\x75\xab\x8a\xa0\x37\x8e\x98\xe7\x4b\xc4\x8c\xb9\x2d\x4c\xed\xd9\x59\x15\xa5\x87\xd5\x37\x60\xbd\x8f\x66\x77\x95\x8d\xca\x2a\x0a\x4b\x35\x8d\x9c\xb4\xba\x6c\x4e\x36\xec\x56\x17\x27\x22\xe2\xea\x9a\x38\x50\x62\x0e\xcb\x86\x82\x38\x00\x25\x4f\x0f\xa5\x2c\xce\x72\x30\x36\x9e\xdc\x67\xae\x89\x53\x99\xcc\xe1\x14\xc6\x59\x49\xb7\xc3\x8d\xb6\xd7\x4c\x74\x8d\x82\x38\xde\x19\x0c\x49\x86\xdd\xbc\xac\x10\x80\xa7\x69\x16\xf5\xd5\xd2\x87\xca\xfb\x5b\xd7\x17\x82\x27\x9c\x69\xd5\xc0\x66\xec\x57\xd6\x62\x23\xb4\x60\x36\xc7\x05\xf8\x9a\x85\xe2\x99\xd6\xc6\x77\x60\x18\xdb\xb8\x4f\x8d\xb3\x7c\x3d\xb5\xcb\xa4\x60\x9d\x9f\x96\x62\xc2\xe7\x7a\x6b\xc5\xc4\x5e\x47\x4a\x60\x6d\x19\xba\xf2\x9f\xb6\xe8\x67\x93\x4b\x5c\x2f\x6d\xbd\x2d\x82\x9f\x2e\xd3\x65\x85\x45\x6c\xa9\x0d\x69\x88\x15\xcb\x86\x27\x50\xa1\xba\x13\x7e\x23\xb2\x86\x59\x0a\x38\xeb\xa0\x10\x91\x69\x20\x51\xdd\x73\xf3\xce\x19\x96\xd5\x57\xae\xdc\xf2\x0d\xc2\xbe\xd1\x30\xef\x89\xd2\x86\xe3\x4e\xaa\x60\x74\xf0\xc2\xc3\x44\xee\x45\xb6\xb2\x28\xe1\xad\x49\xd5\x2c\x44\x56\x2a\x30\x18\xe9\x0b\xed\x38\x30\x74\x21\x38\x16\x51\xd4\x4c\xa6\x41\x0e\x74\x2f\xa3\xb8\xcf\xa9\xda\xd9\x6c\x14\xc4\x35\x4d\x4c\x0b\x61\x2e\xe6\xfa\x9d\xb5\xa9\x00\x20\x3b\x13\x23\x79\x64\x04\xf0\x70\x48\x30\xb0\x9f\x6b\xef\xf5\x66\xfe\xd9\x56\xe9\x8f\xd3\xbd\xf7\xa6\xfb\x47\xd2\x3b\x5a\x40\x8f\x23\xd8\x54\x91\xb7\xd9\x21\x9e\x03\x01\xe6\xe3\x9a\x69\x7a\xdd\xbe\x2a\xe9\xac\x91\x57\xcf\x58\xbb\xa9\xd3\x0c\x9a\xea\xde\x58\xa9\xa5\xc8\x64\x77\x33\xd2\x4c\xd5\xf8\xab\xf4\xf9\x2c\x24\x11\x06\x3b\xec\xe3\x3d\x35\x09\x94\x8d\x5e\x9f\xda\xb2\xd4\x6d\xb9\xb1\x4b\xe5\xb1\xeb\x2f\x76\xe3\xd9\x40\xdf\xd9\x0e\xc0\xe4\xd8\x85\xf7\x5f\xa1\xff\x82\x84\xc8\xff\xaf\xa9\xa6\xc3\x94\x88\x87\xb4\x88\xfa\xcd\xad\x9a\xd4\xb5\x7e\xe8\xb4\x50\x8b\x7a\x98\x44\x64\x5f\x64\x38\x79\xec\x02\x1d\xd1\xbf\x6f\x18\xb6\x93\xe5\x1a\xcb\xdd\x06\x60\x06\xa9\x00\x33\xac\xc7\x29\x7c\xbf\xf1\x0e\x31\xc8\x97\x0d\x1c\xe2\xd6\x51\x06\x1d\x00\x8f\xd1\x3b\x93\xf3\x00\x77\x88\x79\x45\xc2\x8b\x2c\x1d\x31\xf2\x29\xe7\xb2\xf4\xa4\x53\x36\xad\xc3\xa9\xdb\x84\x0e\xfb\xa6\x55\x07\x6f\x7b\x81\xfe\xd9\x51\x34\xcb\x7b\xba\xbc\xe4\x7a\x26\xdb\x4a\x75\x3e\x90\xe2\xf0\x27\xae\xa9\xca\x00\xf9\x45\x56\xd8\x22\x23\x4f\x44\xe0\x29\xb1\xc5\xe3\x83\x9c\x04\xbc\x41\xad\xf8\xeb\x25\x77\xf7\x97\xdd\xf0\x60\xc9\x8b\xbe\x5f\x36\xb6\xed\x22\x56\xaa\x21\xf1\xec\xd7\x23\xd6\x2a\x99\x76\xc7\xf3\xd7\xa6\x76\x11\xf3\x5d\x1c\x9c\x8e\x91\x64\x58\x4a\x3a\x59\x04\xed\x19\xdc\xe5\x6d\x1c\xd9\x3e\xf5\x25\x4e\x91\xaa\xbd\xda\x2d\x8f\xdc\x58\x80\xed\xfe\x4a\x7d\xb6\xdd\x2b\xf6\x89\x0e\x3c\x5d\xce\x77\x03\x3b\xcb\x8e\xb1\x55\x8a\x60\xbe\x3c\xc6\xee\x39\x70\x89\x30\x6b\xca\xd0\xdb\x65\xec\x66\xe7\x05\x26\x82\xb3\x87\xa0\xcb\xe9\x86\xd1\x1e\x89\x86\x1f\x6f\x91\x5c\x30\x85\x3f\xbd\x45\xa3\xa3\x0f\x26\x41\x15\xfd\xc8\x0b\x21\xd1\x29\x5e\xbc\xe6\x93\xd7\x73\xce\xd4\x0c\x7d\x80\xff\x6f\x3f\x7a\x26\xe4\x11\xfd\x9d\x60\x31\x3a\xb2\x9d\x46\x6c\x0d\x45\x0f\x22\xd5\xf6\xba\x28\x98\xb4\xb9\xaf\x7f\xfa\xab\x4b\x7e\xd5\xaf\xf9\xfe\xcd\x9f\xfe\x8a\xfe\x00\xff\xfb\xff\xa3\x3f\x8c\x8e\x1a\x60\x60\xdd\x02\xfa\x65\x76\x72\xed\x68\x8f\x34\x79\xe4\x93\xc9\x83\xa2\x73\x62\x90\x6f\x0f\x58\x34\x96\x78\xeb\x18\xe9\xa3\x16\x90\x67\x52\x8a\xca\xf8\xae\x7d\xa9\x71\x6a\x3a\x9b\xc1\x17\xad\x37\xe1\x56\x16\x03\xd1\xa8\x84\xa7\xb4\x2a\x34\x99\x74\xb1\x2c\x5c\x8b\x9e\x65\xb8\x7f\xe9\x1e\x0f\xe1\xa5\xfe\xee\x0a\x35\x2e\xbe\x2a\x7d\x77\x59\x15\xfc\xca\x2e\x7f\x58\xe0\x5e\x2f\xfe\x5b\x2e\xb6\x12\xe1\x8f\x64\xc9\x2c\xe8\x64\x56\x3b\xa4\x5c\x88\x52\x06\xbf\x1b\x17\x3e\x5c\x6e\xdc\x24\x16\x96\x36\x62\x77\x57\xa7\x57\xdf\x3d\x62\x25\xf8\x14\xb3\x57\x6f\xd1\x30\x4d\x6d\xc5\x28\x64\x6d\x1b\xcd\x3c\xda\x72\xb6\x0d\xec\x6c\xf9\x17\xa6\x09\x57\x6b\x27\x87\x37\x74\x4d\x83\x3a\xd4\x7c\xd8\xe3\x9e\x76\x4d\x68\x8b\x10\x0e\xe8\x5f\x50\x42\x77\x60\xad\x8f\x64\x61\x0b\x6b\x56\xd7\xbb\x49\x11\x2c\xe8\x6d\x4f\xa4\x19\x9a\x8b\x94\x00\x79\x4c\x19\x73\x2a\x95\x73\xe9\xd6\x1d\xaa\x3b\x2c\x1f\x0f\x0c\x98\x45\xd3\xb0\xfd\x8c\xaa\xad\x9b\x6b\x85\x9f\xc2\xf2\x71\x67\x2d\x77\x34\x29\xd6\xe9\xb6\x63\x47\x46\x24\xea\x92\x9a\x65\x06\x88\x14\x44\xf5\xe7\x38\x37\xf5\x71\x40\x30\x42\x83\x93\x00\x45\x58\x37\xff\x55\x1b\x6d\xa0\x01\x81\x1a\x27\x00\x0e\xa1\x6d\xca\x14\x3c\x55\x98\x2d\x0c\x03\x68\x41\x8b\xe5\xa3\xf4\xe8\x40\x24\xe7\x38\xcb\x06\x48\x90\x02\x0a\x1c\x0d\x90\x24\xd9\xe4\xb5\x75\x2f\x92\x14\x65\xa6\x17\x39\x1a\x67\x3c\x79\x94\x23\xa6\x25\x1f\x9b\x1a\x81\xed\x7b\x18\xfb\xab\xa2\x74\x46\x9a\x36\x5f\x26\x81\xd9\x14\x10\xa1\x52\xd1\xa4\x92\xb5\xaa\x4f\xb2\x9e\x0f\x78\x4a\x12\x6e\x00\x8d\x30\x5d\x7d\x75\x11\xd0\x51\x55\xe1\x6a\x4c\x01\xda\x04\x67\xf4\x5f\x10\x74\x98\xe1\x27\xca\x45\x13\xf7\xee\x20\xbc\xec\xb6\xe7\x41\xc5\xa7\x61\x05\x3f\x9f\xd8\xc7\xe0\x0c\xb5\x71\xcc\x4d\xcc\xce\x9e\x1b\x3c\x9b\x7b\x50\x88\x63\x8a\x32\xc9\xd7\x01\x6f\xcc\x4f\x9c\x93\xf1\xc0\xa2\x90\x30\xe5\x86\xd8\xe3\x2a\x9e\x3e\x31\x79\xb3\x66\x8c\x20\x77\xc5\x8c\xee\x32\x0b\x2d\x2c\x4c\x8b\xb6\x27\xcd\x24\x8e\x3c\x9a\xf6\xa6\x65\x4d\xd0\x5f\x2a\xcf\x8a\x29\x65\xaf\x3d\x66\x29\xc5\x0a\x8f\x18\xa0\x5a\xf5\x4b\x2a\x99\x91\xcb\x1c\x75\xc0\x09\xac\xbb\x11\x8e\x1d\xf3\x58\x1d\x91\xbb\x30\x79\xcc\xb7\x10\x5d\xec\x28\xec\x22\xf7\x9d\xa8\x73\x5e\xdb\x7a\xe7\xfa\xdb\x27\x5a\xa2\xb3\x83\x17\x35\xee\xed\xc6\xa8\xd4\xca\xac\x96\xa2\x3a\x74\x62\x98\x0c\xe6\x06\x9e\x44\x5b\x8c\xa9\x69\x46\x9f\x05\x27\xd3\xb6\x91\xd7\x58\x99\x82\x3a\x64\xce\x95\xc1\x7f\x1a\x28\xa6\x45\x68\x5a\x84\xe7\x38\xe3\x63\xb8\x57\x00\xa5\x09\xeb\x8e\xdb\x09\x99\x75\x93\x14\x7d\x17\x5c\x13\x3e\x78\xf5\xea\x00\xda\x90\xf9\xba\x57\x7a\xc3\x82\xac\xe3\xeb\x12\x5e\x5c\x5d\x95\x69\x54\xd6\x54\x10\xb9\x1b\xc0\x27\xda\xfd\x1d\x00\x7c\x2a\xcb\x68\xc8\x26\xe2\xd3\xbd\x06\x5a\x6c\x83\xe5\xb5\xed\x1f\x13\xce\x37\xfa\x47\xb4\x39\x8e\xcd\x16\x75\x5b\x74\x58\xe0\xa5\x78\x72\x9f\x19\xbc\x54\x99\xcc\x21\x83\x97\x2a\x53\x3d\x5c\xf0\x52\xcd\x44\xd7\x00\x2f\x99\x30\xce\x83\x66\xea\xf5\x84\x42\x2e\xb8\xe2\xe3\x62\x72\x0b\xb7\xc9\x3a\x69\x71\x46\x38\x3b\x3d\xc7\x22\xf6\x61\xb6\x46\x07\xea\xa6\x88\x85\x18\xa7\xca\x92\xd7\xc4\x38\x45\x22\xad\xc7\x38\x79\x8c\xd3\x32\x5d\x0e\x11\xe3\x54\xd9\xf3\xf5\x30\x4e\x75\x5b\xbe\x81\xef\x3d\x1a\xe6\xab\xc1\x38\x55\x28\x7a\xc8\x18\xa7\xca\x54\x77\x87\x71\xaa\xdf\xd9\x6e\x18\xa7\xda\xeb\xbf\x99\x7f\xb6\x0d\x89\xeb\xd7\xbd\x34\xc6\x29\x5a\x40\x8f\x71\xda\xb2\x56\x4a\xcc\x82\x76\x06\xbe\x7f\xd1\x32\xbb\xb7\xa1\x9c\x40\xa5\xdd\x01\x47\xed\x37\x26\x08\x5e\xa8\x75\xb5\xee\x61\x44\x07\x69\x13\xff\xf4\xf5\xe7\xa0\x30\x41\x3d\xe1\x3e\x5d\x66\xdb\x74\x99\x0a\x91\xbd\xf7\x0a\x36\xae\x89\xe5\xb6\x2d\xa4\xe2\x0a\x9b\x74\x33\x48\xef\xdc\x53\xad\x1a\xb2\xab\x99\x12\xba\x2c\x41\x89\xa8\x75\x8a\xfb\x1e\xf0\x1b\xba\xbd\x1b\x80\x5c\xcb\x2f\x54\xae\x3b\x77\x80\xcc\x8a\x1d\x51\xcb\x33\x88\xe8\xee\x6e\xd4\x2d\xc8\x5e\x88\x6d\x9a\x89\x0d\x4d\x7e\xac\xbe\xae\xc3\x1c\xeb\xea\xd9\x1b\x2f\x54\x33\x5e\xb2\xdd\x06\x5a\xdd\x23\xac\xea\xc9\xa3\xff\xf2\x1b\x3d\xa1\x19\x41\x18\xba\x15\xd2\x71\x06\x56\x12\xf0\xf1\x98\x3f\x11\x3d\xe9\x6d\x76\x95\xb2\x29\xac\x5b\xdf\xfe\x41\xed\x0c\xcf\x3c\xe6\x90\xcf\x04\x2f\xa6\x33\xa7\x16\xbb\xf2\x8a\x75\x7b\xe9\x20\x9f\x5f\xae\x07\xb7\x52\x70\xa9\xca\x04\xdd\x43\x5c\x8e\x24\x2f\x1c\xe6\xaa\x5b\x47\x07\xee\x88\x40\x0a\xe5\xf1\x77\x8e\x47\x73\x8d\x00\xf2\x72\xc4\x86\x11\x9c\xc1\x55\xe7\x1b\x2f\xca\xb0\xa8\x91\xc5\x21\x93\x41\x3d\x61\xab\x6e\x42\x01\x1f\xfd\x17\xdc\x1b\xf0\x90\x0d\x80\xb9\x20\x17\x44\x74\x49\xfa\x1a\x27\x8b\x24\xa3\x49\xa0\x43\x4c\x05\xce\x67\x6d\x9c\xb8\xcb\x50\xd5\xf3\x32\x77\xaf\xe0\x4f\x17\xae\xea\xc2\x04\xdd\x22\x57\x9e\xf4\x5f\x56\xf4\xaa\x6c\xf0\xb7\x59\x04\x6b\xe8\x0c\x18\x22\xd0\x8c\x67\xa9\xeb\x7d\xee\xa9\xe5\x5f\xe0\x9d\xe0\x9e\x40\x6e\x33\xa0\x1e\x1b\x30\x65\x59\xd4\xad\x2d\x4e\xe5\x37\xf1\xeb\x88\x55\xad\x90\x74\x1d\xe3\x55\x21\x51\xb7\x8b\x59\x6d\x29\xb9\xba\xc5\xad\xda\xea\xeb\x55\xf7\x7b\x03\x0f\xcb\x52\x0a\x44\xef\x9f\xf3\xfe\xb9\x7a\xda\x1c\xa2\x8f\xae\xa6\x15\xcf\x7a\x7e\xba\xa6\xed\xdf\x05\x27\xed\xd0\x5f\xf7\x99\xbd\x60\xad\x0e\xb0\x80\xc1\x3e\xaf\x5b\xb1\xcd\xa3\xb8\xa1\x8b\xa4\x79\x4f\x3b\x79\xea\x58\xbb\x97\xce\xbd\x65\x5b\x77\x8a\x87\x40\xed\xd5\xa5\xe2\x2d\x88\xee\x6e\x95\x12\xa3\xd5\xbb\x56\xf6\xea\x5a\xa9\x21\xf4\x6a\xf7\x4a\xa4\x20\xbc\xa8\x8b\xc5\xbd\xf9\x25\xdc\x2c\x5b\x2b\x2f\xab\x5c\x2d\xb5\xae\x95\x06\x2d\x46\x2f\x7e\x98\x51\xbc\x65\xff\xa5\x25\x68\x48\x87\x53\xf1\xa1\x90\xda\x5a\xd5\x7c\x0c\xed\x63\xcc\x7c\x2d\xce\xc0\x23\xe8\x21\xaf\xc6\xa0\xd1\x19\x4f\x1b\xab\x88\x56\x96\xd2\x75\x2e\xa5\x9d\x6a\xd3\x79\xac\x6a\x0c\xe3\x1a\x72\xa7\xfc\x99\x49\x25\x08\x9e\xc3\x44\xa4\x2d\xa7\x36\x31\x16\xa9\x31\x7b\xa9\x88\xfa\xc3\xac\xb5\xc5\x17\x94\x69\x03\x38\xc8\x19\x80\x1e\x4e\xf0\xe6\x9a\x4d\xfb\x81\x32\x2c\x16\xdb\xed\x5a\x4b\xdf\xb5\x76\x93\x6e\xbc\x68\x4a\xaa\x50\x78\x55\x06\x45\x17\x03\x0e\x7a\x0c\x11\xa4\x5f\x87\xe0\xea\x30\x89\x98\x18\x29\x0c\x45\x7d\x67\x24\xcb\x83\xb4\xaa\x1c\x0b\x25\x1d\x03\xd9\xee\xc6\x09\x9f\xcf\x0b\x66\x4a\xff\x1a\x9d\xf0\xd9\x22\x6f\xad\x87\xa2\x1c\xfc\x78\xc4\xce\xd5\xb7\x52\x9f\x2f\xce\xa6\xd9\x02\xe1\xf4\xc9\xb4\x1d\xb5\x1a\x2f\x67\xb2\x98\x13\x21\x7d\x47\x7e\xbd\x34\x5b\x7a\xb3\x6c\x9c\xac\xe7\xa6\x2f\x60\x97\xe3\x6b\x65\xc4\x14\x8d\xc9\x44\x0b\xdf\x1c\x0b\xe9\x6c\xd1\x1a\x3b\xd2\x6e\xae\x36\x57\x3f\xdf\x99\xfc\x39\x3c\x76\xa6\x07\x83\x39\xa1\xd8\xea\x36\x6f\xaa\xe7\xd3\x52\xbd\xe5\x6c\x8e\x97\x16\x85\xda\x85\xb2\xa5\xc2\xe9\x52\x0d\xee\xaa\xca\xaf\x85\x6b\x59\xcd\x59\xbf\xc7\x5d\x6c\x66\x72\x1d\x5b\x9d\x46\x0b\xb4\xb3\x36\xa6\x60\x78\x36\x09\x85\x7e\x1e\x52\x61\x45\x13\x7b\x87\x96\x85\x1f\xcc\xd3\xcd\x5b\x7b\xba\x75\xb9\x7f\x9c\x2d\xef\x70\x33\x2d\x6f\xcd\xef\xdb\x65\x9f\x3d\x6e\x66\xec\x56\x47\x77\xc2\xb3\xac\x4b\x8a\x46\x65\xe5\x27\xe5\xe3\xed\x33\x2a\xdf\xa3\x37\xc0\xed\x05\x9c\x1a\xdb\x0b\x34\x03\x25\x83\x11\xa9\xec\x2e\x85\x3f\x32\x32\x74\x81\x58\x31\x1f\x13\x01\x6d\x65\x41\xac\x37\x99\x0f\xb9\xe0\x73\xda\x05\x2b\x78\x05\xdb\xec\xab\xd8\xaf\xf0\x6a\x94\x3d\x43\x3d\x8e\xce\xbe\xd1\x14\xe1\x64\xa6\x45\x4c\xcb\x19\x9a\xe3\x7c\x23\x82\x2f\x55\x3b\x5d\xa2\xf4\xdc\x98\x30\x96\x7a\xd2\xb4\xeb\x7d\x24\x0b\xd3\x44\xf5\x19\x2f\xca\x70\x40\x97\xe3\x74\x6b\x74\x11\x22\xdd\x79\xc1\x8e\xcb\x82\x13\x23\xc2\x2e\x00\x8e\x0a\xeb\x9c\xa0\x93\x3a\x36\xec\x7c\x96\xdc\x9a\xf7\x89\xbf\x0c\x8f\x7d\x68\xb6\x74\xb9\x0d\xe3\xc3\x10\x8c\x88\x60\x3a\xed\xa4\xfa\x10\x71\xce\xce\x69\xb4\x79\x93\xcd\xfd\xd2\xcc\xb2\xf5\x5a\xc4\xda\x32\xc2\xd8\xad\x0c\x9a\x7b\x63\x4d\xd5\xb3\x10\x59\xd9\xa1\xb4\xe2\x6a\x1b\x62\xa2\x75\x17\xa3\x56\xf2\xc9\x24\xe3\x58\x9b\x95\x36\x21\x68\x42\x33\x22\x8f\xd1\x79\x8d\x3d\x01\x5a\x8e\xd3\xaa\x00\x71\x0e\x1e\x71\xa7\xef\x14\x82\xda\xda\xdc\x44\x10\xaf\xd5\x20\x6a\xcb\x74\x94\xa6\xa7\x20\xa6\xab\x09\x64\x50\x72\x66\x9a\x87\xce\xcc\x00\x54\xda\x22\xcb\x4a\x4f\x89\x6a\x59\x40\x6d\xdb\xe5\x94\xe4\x84\xa5\xfe\x01\x6e\x2a\xad\xe2\x44\x95\x4d\xd0\x60\x56\x0d\x5b\xba\x8b\xe6\x3a\xf6\xf7\x1d\xb6\xf5\x4e\x3f\xb1\xbc\x37\xb5\x33\xbc\x8b\x47\xef\x3c\x3b\xaf\x97\x77\x77\xf2\xbe\x83\x47\x9d\x53\x01\x7a\xf8\x82\xdf\x69\xee\x23\xbf\x2c\x25\x42\x2a\xce\xe1\x86\xba\x3d\xfd\xe9\xcd\xfd\x39\x22\x2a\x81\xca\x05\x23\x96\xc8\xa7\x81\x56\x68\xff\x59\x10\xa5\x3f\x6e\xca\xe7\x9c\x13\x26\x41\x12\xd0\x75\x2b\xd8\x38\xc2\xe8\xff\x9e\xc6\xcf\xb7\xb0\x7c\x59\xc4\xdb\xe6\x3e\x03\xef\xba\x5c\x35\x60\x53\x48\x90\x30\xa4\x95\x35\x1c\xc3\x79\x46\x30\x3b\xab\x4b\xa4\xdf\x20\x2a\xc8\x7e\x2d\x58\x47\x35\xe9\xa4\x7c\x28\x98\x45\x83\x16\x36\xcf\xb1\xa0\xb2\xdb\xf0\xee\x99\xda\xd1\x57\x09\x11\x47\x57\x8c\xc6\x86\x52\xa8\xac\x39\x80\x94\x20\x04\x44\x88\xe7\x27\x7b\xd7\xc3\x2d\x1f\x50\x23\x78\xe8\x78\xc4\x3e\x38\x3f\x58\xf9\xa9\x2c\x0b\x60\xcf\xc7\x90\x07\x59\x80\xcd\x14\x8f\x02\xc3\xa6\x54\xfa\x0f\x20\x3d\x46\x16\x99\xed\xc0\x38\xa1\x0c\x67\x7e\xa2\xb5\xdd\xd0\x61\xcf\x05\x66\xc9\x0c\x0a\xc4\x6e\x13\xa9\x9b\x3c\x90\xac\x8b\xee\x78\x3e\x39\xcb\xa4\xe6\xef\xe4\xb1\xe1\x74\xfe\xd1\x65\xe7\x77\xd8\xa0\x72\x31\xa0\xb9\xb9\x9c\x4d\x63\x95\x98\x60\x45\xa6\x88\x49\xb0\x81\x80\x45\x35\x48\x6c\xc2\xe5\x7a\x17\xad\x6e\x6d\x7b\x0c\x28\xc1\x33\xf3\x84\xb6\xb1\xe0\x2d\x08\xab\x11\x13\x05\x83\x24\x07\xef\x47\xc5\x48\x12\x41\x8d\x43\x33\xe1\xcc\xe8\x00\xd6\x79\x32\xd5\x62\x42\x6b\x7e\x10\xff\x87\x3e\x27\x82\xf2\x42\x6a\x19\x62\x7a\x1c\x49\xdb\x8b\xda\x78\xb2\x07\x28\x17\x74\xae\xe8\x13\xf1\x99\x49\xe1\xce\xd5\x32\xf3\x36\x51\x8e\x9c\x08\xac\xd6\x4d\x74\xaa\x7b\xfb\x95\x1b\xa1\xf6\xc0\x66\x64\xa2\x1e\x6a\xfd\x2e\x2d\x26\x86\x1e\x91\xa5\x0d\x15\x31\xe8\x74\xb6\x83\x11\xd7\x3f\xf5\x7f\xb6\x7e\x31\x7d\xd4\x83\x1b\x5f\x70\xae\x0c\xbf\x95\x32\x09\x39\x6a\x82\xba\x60\x5f\x6a\x92\xa3\xf5\xa6\x52\xd8\x55\x7d\x86\x1f\x19\x7f\x66\xde\xb6\xd6\x6a\xc3\x19\x4e\x66\xa1\x60\xb1\xfe\x6a\x73\xaa\x57\x9e\xe7\x28\x01\xf8\x40\x90\x7a\xfe\x4c\x9f\xd8\x62\x1c\xd9\x02\x95\x49\xde\xd1\x73\xeb\x5c\x6f\xc6\xee\x74\x67\xd7\x2c\xd8\xe6\x35\x2a\x92\x5b\xdb\xd8\x36\x26\xf4\xc1\x7e\x70\xaf\xea\x57\x1d\xa3\x8f\x4e\x93\x83\x70\x80\xf7\x50\x03\x6e\x0c\x7a\x1d\x2d\x5c\x31\xf7\x3a\xc2\xee\x02\xc2\xb5\x6b\x1f\x7d\x3b\x81\x7d\x5b\xb9\x1a\x2a\x47\x17\x2a\x63\xc6\xc2\xea\xd0\x50\xe4\xc4\x3f\x74\x4b\xda\x63\xd3\xef\x20\xd1\xd1\xb4\x09\x00\x6f\x15\x67\xd9\xe2\xff\x31\x9b\x05\xd0\x2d\x7d\x84\x0a\x59\x36\x2b\xb6\x3e\x4c\x7d\x7e\xc0\x07\xc7\xb8\xd2\x97\xe2\x84\x66\x19\x40\xac\x8e\xd1\x10\x52\xf5\x21\x09\xdb\x34\x86\x30\x41\x1c\x3a\x65\x7c\x55\x9c\xbb\x81\x99\x92\x80\x99\x6e\x9b\x99\x49\x02\x37\xf9\xa8\xc2\x8e\x38\x6a\x07\x50\x2c\x2d\x5b\x62\xcf\xf8\xca\xfd\xab\x70\xf5\xfa\x97\x71\x88\x85\x29\xc6\x0f\x7b\x0f\x7f\xd6\x4e\x37\x34\x8d\xeb\xa7\xfe\xbe\xc0\x02\x33\x45\x00\xa8\x69\xb0\xa1\xc2\x06\xfc\x34\x07\x22\xf2\x89\xda\xf6\x54\x10\x38\xd6\x1f\x85\x9b\xeb\x9c\xee\x53\xfa\x44\x18\xa2\xe9\x00\xd1\x63\x72\x3c\xb0\x85\x9c\x64\x31\x2e\x7f\x39\xc3\x12\xe1\x11\x5b\x02\x14\x1d\xa3\x61\x26\xb9\x7d\x82\xb0\x24\x83\xd2\x18\xb2\x18\x87\xb0\x40\xe0\x7c\xeb\x26\x1a\x2f\x10\x46\x76\x2b\xcb\xe1\xb9\xfd\x22\x78\x70\xc4\xb0\x34\x5e\xe9\x0c\x4e\x7a\xf9\x79\x5d\xc9\x96\x28\x52\xb1\x47\xe8\xff\xd2\x35\xb4\xb7\x4d\x32\x35\x1e\xda\x36\x08\x7e\x01\x1b\x53\x02\xbd\x46\xcc\xb3\x33\xfa\x0e\xab\x8c\x60\xa9\xd0\x9f\x5e\x75\x0a\xce\xb8\xf5\x95\xc2\xd5\x9e\xde\x12\x8e\xe0\x42\xa0\x4d\x15\xa7\x20\x33\x18\x61\xc4\x48\x00\x9c\x19\xe8\x6d\x56\x1c\x3d\x51\x59\x40\xb1\x91\x00\x5e\x63\xca\x45\x50\x25\x5d\xe6\xa3\xf1\x53\x36\x88\x11\x57\x74\xc8\xfa\x2f\xed\xb4\x6a\x18\x6b\x60\xfb\xbd\x48\xdb\x83\x89\xb2\x92\xe7\xf4\x37\x23\x66\x05\xab\x8b\xdb\x04\x59\xe9\xc3\x2c\x0b\xf9\xd1\x28\x38\x29\x61\x7a\xc1\x50\x2a\xe5\x18\x85\x55\xee\x65\x19\x2b\x8c\xab\x7c\x95\xad\x3b\x10\x9f\x8c\x98\x47\x29\x86\x63\xd7\x2a\x3b\x75\xe6\xe2\x0b\xea\xc0\x35\xaf\xbf\x30\x35\x6b\xd6\xd0\x85\x9b\x0b\xd6\xb5\xb8\x57\x96\x4c\xf4\x16\xd5\x78\xd7\x2f\x58\x5f\x53\xae\x37\x77\xe1\x96\x7d\xe6\x35\xd6\x73\xc3\xe6\x06\xaa\xc5\x16\x9b\x5a\x06\xad\x5f\xca\x81\x1b\x4d\xfd\x3c\x05\x64\xd1\x6a\x21\x58\x22\x75\x9c\xe8\x00\xbb\x95\x3a\x50\x3b\x9c\xad\x32\x00\x0f\x90\x12\x27\xf7\xec\x2f\x9b\x52\xd4\xbf\xec\xe5\x0f\xca\xf5\xbb\xa5\xf8\x28\xf4\xf2\xc2\x9b\x75\xbd\x61\xfa\x2b\x4e\x08\x4b\x16\xe6\x4d\xae\xd4\x46\xa9\xc7\x81\xb2\x17\x60\xf4\x31\xd8\xe6\xb5\xda\xa1\x2d\x3f\x75\x8c\xce\xe0\x9e\x71\xd5\xa8\x4c\x2b\xfe\xca\x8f\x47\x4c\x1b\x26\xfa\x8a\x97\x66\xd2\x6e\xfc\x98\xc5\xeb\x4e\x80\x81\x70\x6f\xe5\x9a\x99\xe3\x69\x27\xa4\x43\x60\x4c\x38\x04\x39\x8c\x01\xb9\x34\xe8\x6c\xfa\x16\xa5\x3c\x79\x24\xe2\x8d\x20\x29\x95\x6f\xc1\x55\xde\xd0\x1e\x30\xe1\xf3\xb9\x36\xb6\xb7\x56\x34\x36\x2d\x64\x68\xde\x6f\xbb\xf3\xda\x4e\xc7\x5a\x43\x80\x36\xe8\x1e\xfb\x6f\x20\x67\xae\x77\x2b\x61\x4a\x2c\x72\x4e\x99\x72\x28\x89\xa4\x42\x08\x67\x68\x68\x9d\xad\x09\x8b\x23\x76\x11\x52\xdb\x70\xd9\x77\x33\x22\x89\x8b\x1f\x98\x45\x29\x6e\x7b\xb8\x19\x71\x91\x63\x35\x93\x80\x8f\x8b\x69\x60\x6d\x2e\x78\x54\x53\x08\xe7\x10\x7e\x30\x4e\x8a\xf2\x21\x0f\xfc\x92\x8a\x66\xd9\x88\x31\x42\x52\x89\x20\x75\xf8\xdb\x5a\x1c\xa6\x7e\x74\x80\x70\x9a\xa2\x7f\xfb\xee\xdd\xc5\xdf\xef\xce\x1e\xce\x2f\xaf\xef\xef\x1e\xde\x9d\x5f\x9c\xbd\x1a\xf8\x0f\xaf\xee\xef\xfc\xa7\xc6\xc1\xf2\x44\x04\x9a\xe3\x47\xb0\xf0\x98\x34\xea\x9f\x9a\x91\x11\x0b\x67\xea\x5a\x6f\xea\x6f\x24\x71\x50\x13\xab\xa6\xf8\xc4\x07\xbb\x87\x0d\x1b\xe6\xda\xd9\x75\xb0\x7d\x6f\xfc\x23\xed\x3c\xe8\x98\xc7\xbf\xc2\xa9\x81\x73\xc2\x94\x96\x31\x16\xb3\x56\x9a\xbe\x25\xc3\x11\x36\xa5\xac\x29\x20\x4e\xd8\xd3\x3e\x75\xf8\x9f\xc8\xe2\x67\x6d\x5d\x5f\x63\xba\x7e\x73\xbb\x33\xf6\x44\x05\x67\xb0\x34\xef\xd5\x2a\x8b\xbd\x12\x58\x70\xe5\x50\x49\xa3\x0b\x43\xc8\x25\x6f\x04\x5d\xb0\x09\x6d\x84\x57\x7d\xb6\xe5\x0e\x8d\x9b\x98\x7c\x52\x02\xdb\x12\xfa\xbe\x19\xf8\x13\xa6\x19\x00\x66\xdc\x45\x53\xf2\xa0\xa9\x21\xfa\x16\x91\x0c\x8f\xb9\x00\x38\xa5\x89\xf0\xb9\x21\x2c\xc1\xa0\x2a\xa1\x1f\xa8\x09\xb8\xc1\xc5\xfe\x6a\x3b\x47\xf7\xd0\x35\x17\xeb\xdc\xe4\xfa\x67\x40\x05\x9e\x6b\x93\xac\x22\x44\xed\x35\x3b\x21\xd8\x14\x27\x93\x20\x69\x64\x91\xeb\x75\x58\x30\x48\x96\x45\x79\xf0\xfa\x0c\xc8\x63\xeb\x1c\x2f\x7f\xc9\x19\xfa\xe9\x3f\x25\x1a\x17\x6a\xc4\xe2\x31\x38\x83\x52\xce\x3f\x60\x95\xcc\xea\x0c\xbb\xe6\xab\xf6\x7a\xcb\x72\xb4\x7e\x99\x0f\x79\x3c\x52\x34\x1a\x65\x8a\x4c\xab\xa9\x4a\x5d\xf2\x61\x2f\x01\xd4\x03\xcd\x3f\xa0\x4e\x2d\x47\xb6\x8d\x83\xc5\x72\xe7\x3c\xfd\x56\xa2\xf3\x6b\x2d\x73\xb5\x8e\x0d\xe1\x68\x2a\x8d\x27\x0d\xa2\x53\x80\xd0\x33\x4f\x1b\x84\xd0\x00\x7d\x8f\x46\xc5\xf7\xdf\xff\x25\x41\x9f\xdc\x1f\xff\xf1\xd7\xbf\xfe\xe5\x3f\x36\x29\xbb\x0c\xe3\x96\x34\xb2\x15\x0f\xaa\x42\x38\xdc\x81\xb3\x4a\x91\xb5\xee\x91\x60\xa8\xd9\x65\xba\xb2\x75\x4b\xfb\xa9\x29\x62\x65\xd5\x4a\xe7\x8d\x10\xc4\x44\xeb\xa1\x12\x5c\x13\x3c\x89\x48\xd9\x51\xd5\xaa\xad\x06\x67\xc7\x81\xb4\xe2\xe7\x8e\x3d\xb4\x4b\xa0\x34\x33\x73\xb5\xa3\x38\x63\x21\x40\x57\x45\xb4\x8f\x2b\xd6\x6d\xc5\xfe\xe9\x66\xca\xa6\x59\x7b\x02\x64\x2f\x6b\x32\x23\xe8\x06\xef\x21\x88\x0e\x8c\x61\xb6\x61\xc4\x3e\xe8\x7b\xfe\x9c\x4d\xf8\x5b\xcb\xb0\x17\x94\x3d\xc2\x5f\x0d\x3e\xee\xed\xf7\xc8\xd7\x86\x0b\x3e\x77\xf6\x81\xa1\xf8\x6b\x5b\x20\x54\xcf\x5a\x2a\x9c\x3c\x9a\x34\xb1\xb6\xda\x82\x5d\xab\x23\x96\x10\x86\x42\x4b\x4a\x4b\x3a\xe8\xcc\x22\xc3\x54\xf8\x27\x8a\x11\x46\xf7\x37\xe7\x9b\x27\x39\x93\x88\x27\x7d\x1a\x43\x53\x46\x4d\x25\x15\x73\xab\x0c\x3e\xa3\x2d\x3d\x74\xc3\x9f\x38\xa5\x0c\x70\x25\x6d\x1b\x79\x1e\xb7\x60\x2e\x0b\x96\x59\x1e\xf3\xfd\x8d\xad\x08\xd0\x96\xa1\x79\x84\x68\x62\x0b\x53\x67\x33\x6d\xe9\xa3\xd4\x77\xf0\xfe\x4c\x1d\xbc\x2b\x4b\x58\xab\x8f\x77\xfd\x9b\x6d\xd1\x80\x2d\x5e\x7e\xeb\x96\x58\xa9\x3f\x50\xf7\xe2\x55\x47\xb3\xb5\x5f\x77\x5d\x6f\xf1\xa5\xc6\xdd\x35\x87\x75\x62\x40\x18\xdb\xa9\x3c\xc6\x57\xb4\x73\x37\xa6\x9a\x11\x06\x17\xfa\xfa\x23\x57\x5a\x1d\xaf\xab\xaf\xe0\x12\xad\xe1\x6c\xcc\x40\x03\x2d\x18\xb5\x49\xb4\xd6\xa9\x1e\x78\x13\x5c\x3d\xd6\xf2\x79\x6d\xcf\x60\x45\xa5\xb6\xe8\x6a\x29\x5e\x42\x5f\xb6\xa1\x7a\xa7\xba\xae\x6e\x9b\xdb\x58\xd5\x47\x45\x8e\xd1\x3b\x2a\xa4\x0a\x96\xa4\xf5\x4b\x8b\x5c\x69\xaa\x14\xa7\x66\xa4\x31\xe9\x62\x17\x46\x88\x5b\xc1\xba\x96\x99\x8f\x80\x1d\xa3\x61\x59\xbf\xc0\x60\x77\x4c\xb3\xbc\x15\x2b\x22\x99\x24\x9b\x30\xdf\x5a\xaa\x25\x28\xec\xc0\x40\xd0\xe5\x1f\x4b\xfd\x79\x99\x00\xe6\xa7\xf9\x0c\x20\x13\xfc\x48\x9a\xea\xcb\x76\xad\x4d\xbc\xb2\x24\xf1\xd0\x6b\x8e\xdc\x28\x8f\x9b\x4c\x70\xfd\x63\x57\xc2\xa5\xe8\xe4\x8d\x26\xb9\x2d\xf6\x6f\x62\x5b\x13\xe0\x43\x0b\xb8\x7a\x9e\xd9\x3e\x75\x96\x29\xdd\xfe\x49\xd3\x82\xa4\x20\x2e\x86\x05\xa1\x41\x4f\xe0\xe3\x11\x3b\x9f\x20\xc6\x43\x3c\x16\xcc\xda\x1f\x52\xe3\xfb\xf2\xfb\x8d\xec\xdd\x60\xc8\x00\x96\xb8\x1b\x6a\xf9\x34\x47\x5e\x83\x2d\x8e\xf3\x76\x6d\x4c\xfc\xc9\x6d\xb8\xc6\xba\x66\xbb\x35\x9e\xa5\x4e\x41\xd2\x29\x61\x44\xd0\x04\x32\x29\xcc\xb5\x9b\x63\x5a\x67\xfb\xd9\x4c\xf2\x43\xcd\x09\xda\x75\x32\x90\x5d\xee\x86\x89\x40\x99\x79\xda\x80\xd9\xb3\x8c\x3f\xbb\x04\xa0\x5d\xa4\xcd\x94\x39\xfd\xeb\xa5\xcc\x18\xe6\x91\xa6\x8a\xa1\x99\x57\x37\x1e\x89\x48\x6c\xbb\xe5\x18\x37\x8e\x84\xec\x25\x83\xb8\xe3\x13\x9f\xe5\x64\x9c\x40\x26\x21\x52\x1b\x85\x4b\x7f\xfc\x90\xf1\xb1\x7c\x15\xf6\x5e\xb0\xef\x28\x81\x77\xcd\x2c\xb8\x9b\xa4\x1a\x47\x8a\x7d\xde\x87\xee\xcc\x84\xf7\x61\x17\xc2\xd7\x33\x55\x19\x03\x33\xb8\x03\x2c\x78\xc1\x5c\x52\x02\x67\x84\x4f\x00\x88\x08\x55\xa1\x9d\x55\x08\x78\x65\xc6\x55\x80\x31\x10\x24\x37\x11\x2e\xd0\x50\x9b\xc9\xbd\x65\x62\xce\x2a\x3a\xef\x23\x31\x67\x5b\xba\xdb\x83\xf3\x99\x08\xbe\x6d\xba\x85\x39\x4a\x1d\xc4\x2c\xfc\x7e\xa5\x31\xee\xe5\x00\x58\xdf\x61\x89\x1d\x03\xa9\x05\x97\x2e\x79\xad\xf8\x6b\xc0\x66\x01\xe2\xc7\xa4\xca\x35\x55\x67\x4a\x66\x64\xde\x21\x1b\xe9\x16\x7e\xbf\xc6\x3c\x4d\x3f\xb9\x4f\xc1\x44\xed\xdd\x2b\x4d\x92\xb0\xf5\x55\x51\x06\x45\xcb\xc1\x3e\x5b\x79\x73\x74\x74\x71\x84\x5b\xd9\xee\xaa\xb2\x69\x20\x95\x34\x26\x9b\x7c\x38\x01\xa3\xc7\xcd\xe1\x18\x5d\xb1\x6c\x81\x66\x7c\xce\xf5\xb5\xcd\x0b\x19\x7c\x69\x70\x3d\x70\xd9\x34\xea\x18\x73\x9c\x1b\x2c\xf6\xe7\x5b\x8d\x3e\x5a\xfa\x2b\xa3\x3b\x86\x3f\x5a\x9d\xcb\x19\xac\x64\x1c\xe7\xc2\xad\x98\xbf\x4f\x62\x6a\xe7\x1b\xc8\xbc\x99\xd3\xe9\x4c\xa1\x19\x7e\x22\x51\x3b\x29\x60\xfd\xb9\xaf\x5c\xe7\xea\xda\x9b\xdc\x2f\x60\x28\x56\x57\x7d\xb2\xd1\x0f\xdd\x25\x15\xaf\x43\x7d\xff\x00\xaa\xeb\x41\x6e\x40\x64\x0f\x78\x75\x40\x32\xff\xe0\x53\x59\x27\x64\x91\x93\x01\x1a\x17\xf0\xfd\xe5\xd5\x5d\xe8\x1b\xa2\x0c\xbe\x7e\x9d\xcc\x48\xf2\xa8\xf7\x05\x19\xa1\x68\xc8\xe5\x0a\xbe\x8c\x17\x23\x56\x56\x21\x50\xdc\x39\x3a\x16\x3e\xcd\xc3\xa7\x3a\x71\x81\x52\xdb\x97\x97\x7c\x52\x84\xa5\xf0\x92\x9a\x26\x2b\x9a\x59\x36\x33\x5b\xa0\x4c\x82\x95\x02\x4e\x0f\x83\x7f\xb9\x45\xf8\xaa\x60\x00\x7a\x9e\xe0\xa4\x56\xed\xd8\x3a\xf1\x66\x9b\x40\x47\x53\xc1\x8f\xa0\x16\x9e\xd9\xd1\xd0\x55\xea\x31\x37\xac\x02\x9e\x19\xd9\x02\x54\xa3\x23\xf0\xa0\x8c\x5c\xd9\x2c\xfd\x6f\x53\x76\x87\x88\x27\x92\x8e\x58\x8c\x6a\xb2\x57\x59\xb9\xcb\xa8\x4c\x04\x6f\x12\x9d\xdd\xb3\x4d\x35\x9d\x7d\x32\x64\x6b\x0c\x06\x22\xb9\x25\x84\xdb\x57\x52\x6b\x49\x4c\xaf\x2f\xbc\xb5\x87\x0c\xea\xb5\x9d\x1f\x65\xe6\xb9\x4d\x1b\xb5\x75\x21\x88\xc9\x69\xcc\x16\xa6\x19\xa3\x65\x4c\x8f\xd9\x30\x80\x4e\x0f\x52\xb5\x40\x8e\x12\x9e\x60\xf7\xbc\x6e\x8c\x11\x73\xa1\xc5\x49\x91\x65\x06\xa4\xdf\xd8\x31\xc5\x60\xb8\x5c\xa8\xee\xf3\x01\x65\xbc\x5d\x8b\x82\x54\xfd\xa0\xbf\x48\x9e\x6a\xd9\xc1\x92\x45\x59\x06\x10\x98\x97\x30\x69\x1a\xe5\xbb\x34\x5d\x40\x24\x4f\x89\xf2\xcd\x62\x01\x73\x24\x0a\x66\x01\x61\x38\xcb\x10\x55\x72\xc4\x3c\x7e\xcd\x94\xcf\x81\xab\xc0\xb5\xa8\x4d\xad\x2e\x08\xaf\x80\x61\xe1\x6b\xcc\xe0\x82\xa0\x09\x55\xd1\x94\xc0\x53\xb9\x08\x73\xdb\xf2\x9c\x60\x01\xea\xa2\xab\x17\x1b\x6a\x83\xd5\x6d\xb0\x8d\xb9\xa0\xc6\x4e\x73\xe1\xe6\x5d\x70\xaf\xa9\xb1\xd4\x79\x53\x8e\xd1\xd0\xac\x4e\xab\x82\xae\xd0\x8c\x99\xad\x6b\xb0\x6c\xe2\x09\x5a\xdf\x52\xd2\x57\xc7\xf3\x1a\x75\x8e\x85\xa2\x49\x91\x61\x91\x2d\xb4\x74\x99\x14\x19\xa2\x93\xa0\x66\x0e\x6c\x82\x81\x2f\x41\x0d\x4c\x0e\x77\x84\x83\x27\x4b\x0c\x2d\x21\x2d\x83\x3b\xc3\x33\x0b\x9c\x88\x26\x25\xcb\x78\xa7\xf4\x58\xaf\x8e\xd1\x69\xb5\x42\x12\x1c\x8b\x00\xf6\x4c\xa5\x91\x80\x7e\xbe\x36\xbb\x13\x8a\x83\x41\xa5\x25\x3a\xd1\xca\xee\xb7\xc1\xc1\x6b\x2a\xc9\x86\xe5\x63\x47\x0f\xe5\x1d\x96\x8f\x2b\xbd\x94\xe7\xc1\x55\x59\x0a\xc0\x3b\xa8\xf4\x15\xf9\x2d\xfd\x89\x68\x98\xa0\xbb\x1c\x3a\x4e\x32\x84\x8c\x6f\x30\x51\x0f\xc9\xaf\x99\xec\xbc\xa5\x44\x0f\xec\x63\xc7\xa9\x06\xe9\xb3\xdd\x27\x1a\x70\x4e\xe8\x8f\x6e\xa4\xec\x6a\xe3\xf2\x63\x94\xc8\x8a\xf4\xbc\xb4\x62\x4f\x4c\x04\xa3\x52\xa5\x11\xe6\x60\x33\x5e\x21\xe9\xd0\x1f\xb6\x31\x41\x19\x65\x8f\xe6\x54\x60\xd8\xf9\x01\xc2\xe5\xe8\x70\xf8\xcc\xec\x0d\x33\x37\x68\x36\x1e\x57\xb0\x9b\x90\xf0\x7a\xd0\x8e\xda\xcd\xf5\xeb\xae\x79\x7e\x35\x23\xd6\xad\x63\xfd\x6d\x69\x0d\xdb\x79\x25\xd6\xc5\xea\xcc\x05\x13\x37\x01\x59\xac\xa2\xef\x75\xa5\xcb\x5f\x93\x16\x78\x44\x58\x31\x3f\x7a\x8b\xfe\xa7\xa4\xcc\xfd\xe5\xe9\xd9\xbb\xf3\xcb\xb3\xd3\x80\x81\x8f\xfe\xfb\xfe\xec\x3e\xfe\xe4\xe6\xfe\xf2\xf2\xfc\xf2\x7d\xf8\xd1\xed\xfd\xc9\xc9\xd9\xd9\x69\xfc\xbb\x77\xc3\xf3\x8b\xca\xef\xf4\x47\xf1\x8f\x86\x3f\x5c\xdd\xdc\xc5\x1f\xdd\xfe\x74\x7e\x7d\x1d\x7f\x74\x77\xfe\xe1\xec\xf4\xe1\xea\xfe\xce\xd1\xfa\x1f\x01\x85\x01\xd6\x0a\xd1\x5d\x3f\xff\x5a\x12\xed\xa2\x02\x46\xd7\xf8\x73\x00\x69\x9f\x08\x4a\x58\x9a\x2d\x4c\x2d\x31\x67\x77\x54\x82\x94\xa1\x48\xa7\x73\xc2\x8b\x6d\x30\x03\xda\xf4\xe5\x4f\xda\xa4\xce\x90\x1d\x6d\xa9\x05\x69\xf5\xad\x82\x28\xb1\xec\x06\x6b\x45\x59\x28\xb1\xb8\x55\x02\x2b\x32\x5d\xac\x09\x54\xb3\x2f\x41\x39\xe9\xde\x77\xd5\x19\x5e\x06\x67\x49\x6b\xa5\xe9\x65\xbd\x1c\x72\x09\xdf\x5b\x66\x55\x82\xe3\x78\x7d\x02\x5d\xfb\x47\xea\x39\xe3\xc4\x15\x89\xd0\x16\xad\xc2\xac\x01\x40\xdf\xb1\x90\x5d\x99\xd5\x2a\xca\x72\x92\xf6\x22\x71\x4a\x7e\x89\xca\xdd\xc4\xf0\xb5\x89\xed\x2c\x2d\xbb\x2b\xd8\x84\xf7\xa0\xaa\x45\xcd\x26\x54\x4a\x85\xed\xfd\x12\x68\x65\x49\x8b\xed\x03\xcd\xcc\x64\x16\xda\x9e\x21\xe6\xd6\x84\x74\xdd\xc6\x48\xda\x8e\x2b\x0b\x7a\xcd\xb0\x2c\x8b\xe6\x0b\xed\x39\x71\xd1\x5d\x0f\xa8\x14\x15\x0b\x0a\xae\x99\x5a\xff\x90\x48\x0a\xc3\x96\xae\x32\x7b\xf1\x9b\x63\xfa\x44\x52\xf4\x3a\x2c\xe4\x98\xbe\x06\xf0\xd7\x88\x35\x19\x80\x35\x45\x10\x43\x0e\xb8\x76\x35\x2e\xb6\xd9\xfb\x1a\xea\x37\x1f\x41\x47\xec\xf5\x30\x0f\xc8\xfd\xfc\x18\x35\x7b\x1a\xed\xbe\x8c\xb1\xf1\xf0\xc0\xd9\xf2\xc5\x3b\x9a\x10\x58\xfe\xaa\xea\xe6\x10\x5d\xcb\x19\x8a\x7d\x82\x87\x71\x83\x82\x4a\x31\xc3\xe0\x1e\x33\x35\x2b\xa3\x89\x07\x25\x3b\x9b\x6c\x0a\x9f\xe8\xdd\xc0\xe5\x36\x77\xaf\xb1\x38\x6a\xdd\xd7\x4d\x06\xde\xc0\x04\xec\x7d\x15\xe6\x30\x3b\xd6\x67\xfa\x77\x63\x7c\xbf\x1b\x3e\xa7\x1a\x3b\xb9\x07\x02\x2b\xc3\x85\x56\xb9\xf3\x0c\x1b\x9c\xcf\x0c\x4b\xc3\xd2\xce\x87\x88\xc7\x34\xa3\x0a\xda\xb2\x19\xeb\xbb\x42\x61\x2e\xd0\x1c\x8b\x47\x6d\x70\x92\x6c\xa2\x47\xaf\xc4\xde\x6b\x99\x7e\xcb\x38\x57\x59\x20\xe6\x25\x23\x5d\xe5\x91\x5d\xd7\x74\x2f\xd9\xd2\x46\xb9\xca\xed\x30\x25\x8c\x15\x0f\x8a\xdd\x74\xdb\x59\x3b\xe2\x75\xf5\xf1\x88\xde\x35\x17\xf5\x06\xdd\x39\x0d\x36\xbf\x83\x98\xaf\x22\xf7\x6b\x4f\xd6\x24\xe3\xb8\xa1\x5c\x8d\x1b\xdb\x00\xf1\x9b\xc6\x4e\x79\xa1\xc5\x59\xed\xe0\x66\x56\xed\xa3\xb7\xd9\x47\xee\xdc\x6e\x77\xea\xeb\x05\x20\x56\x04\x3a\xe0\x6c\x44\xd0\xb2\x81\x4e\xfd\xe0\xeb\xf5\xac\x6e\x61\xb4\x32\x6b\xc5\x31\x0f\xba\x5b\xe4\xa4\xa6\x3c\x5a\x04\x2d\xde\xd0\xd6\xba\xbd\x3e\x3b\x39\x7f\x77\x5e\x31\x74\x86\xb7\x3f\x85\xff\xfe\x78\x75\xf3\xd3\xbb\x8b\xab\x8f\xe1\x67\x17\xc3\xfb\xcb\x93\x1f\x1f\xae\x2f\x86\x97\x2b\xcc\xa1\xe5\x57\x2c\x7b\x23\x4a\x80\x7d\x09\x73\xd6\x77\x83\x45\xe6\x82\x25\x5a\x73\xbe\x6e\x6a\x92\xe4\x36\x6d\xcd\xb2\x37\x8f\xa3\x9f\xa4\xfb\xe3\x8c\x29\xb1\xe8\x92\x3c\x89\x52\x22\xe1\x1e\xb2\xce\xc5\x38\x71\x8f\x48\x70\xd5\xba\xd1\x2f\x41\xb0\x39\xe7\xb7\x8d\xa0\x58\x3a\xea\x8b\x25\xa3\x8d\x2d\x15\x32\xcd\x70\x87\x4a\x87\x10\xa2\x07\x54\x18\xf3\x82\xa5\xae\x42\xd9\x9c\xb2\x37\x73\xfc\xe9\x95\x5b\x69\xa5\x2f\xb9\x29\x0b\x9f\x69\xad\x63\x81\x44\xc1\xda\xc9\x35\x62\x2d\xf4\x5a\x7d\x33\x98\x9e\xe6\xf4\x5f\xa0\xe2\x94\xfa\xa8\x71\xe8\x3e\x91\x45\xdd\xfe\x2d\x25\x24\x19\xa7\xb1\xd5\x81\x61\x90\x5c\x10\x28\xc8\xe9\xdd\xc5\x99\x09\x03\xf8\x7f\x43\x38\x32\xca\xd3\xac\xbb\x93\x62\x53\x79\xab\x73\x53\x6b\xa4\xef\x21\xa5\xcc\xbe\x49\x6f\x9a\x31\xd9\x5d\xfa\xa6\x0d\xbf\xa6\xe8\x79\x46\xcc\x6e\xfd\xca\xc7\x68\x02\xd1\x6a\x5b\x86\x45\x90\x04\xbc\x0f\x7a\x2f\x5c\x9a\x0e\xa0\x5e\x97\xfc\x00\x8e\x07\x32\x22\xc1\x17\x06\x25\x0d\xc9\x3f\x0b\x0b\x6d\xfb\xd3\xf7\xdd\x52\x9f\x94\x58\x20\x69\xc9\x1c\x46\xcb\x2d\x58\xc4\xba\xd4\x60\x5e\x05\xa3\x75\xa5\xd3\x6e\x4c\x31\xbf\x97\xad\x99\x5a\x79\xa9\xfd\xe7\x4a\x40\xc1\x9d\xcb\x52\x31\xbf\xdf\x5b\xfa\xc2\xcf\x95\xac\x05\xfb\x3a\x88\x13\xda\xd1\x65\x00\x8a\xd7\x96\xd1\x33\x16\xa9\x71\x0c\x28\x0a\xf6\xd4\x8f\xfc\x99\x3c\x11\x31\x40\x09\x11\x0a\x5b\x34\xb1\x3e\x6b\x59\x06\x07\xca\x8e\x33\x62\x10\x3a\x37\xd0\x6c\x06\x25\x6c\x14\x9d\xce\xb4\xf2\x68\x8d\x50\x5b\xf6\x52\x12\x05\x48\x40\xf2\x29\x27\x89\xc1\x4c\x34\x05\x8a\x27\x19\x7e\x5a\x86\x47\x6f\x82\x7c\x0d\x2a\x7b\xba\xf6\x33\x36\xa5\xa4\xd5\x29\xe5\x0a\x44\x1a\xa9\x99\x2f\xd4\x8c\xb3\x01\x9a\xf2\x0c\xb3\xe9\xf1\xf1\x31\x22\x2a\x39\x7e\xd5\x89\xd1\xed\x80\xc1\xeb\xca\x80\x57\xc6\x25\xc9\x16\xce\xc2\x2b\x81\x09\x9a\xca\x00\x84\x90\xd4\x98\x37\x35\xdc\x7f\x5b\x05\xd0\xbe\xac\x9b\xac\x5e\x2b\xed\x8c\xc4\x69\x18\xa7\xda\x2f\x64\xd5\x48\xe6\xf7\xf5\x9a\x76\x07\x64\x99\x6b\xa6\x5e\x22\xcc\x1a\x12\x9c\x38\xeb\x0a\x9b\xfa\x99\x37\x55\x7b\xd9\x28\x23\xa0\x76\x24\x8b\xdf\xde\x08\x48\xb4\xcc\xd1\x35\x1c\xe7\x31\x77\x5b\x65\x1f\x65\xc5\x7c\x7f\xfd\xf0\xcb\x49\x9a\xbf\x4e\xe0\x75\xeb\xd7\x07\xf0\x45\x6d\xa0\x6f\x2b\xd1\x92\x11\xe6\x6b\xfc\x1e\x86\x99\x40\x5a\x0a\x2a\x21\x0f\x62\x13\xb7\xb8\x1f\xc6\x0c\x0d\xee\x59\x6d\xc3\x98\x32\x63\xb6\xa1\x0b\x40\xac\x7c\x5f\x16\xf3\x88\x34\xaa\x0e\xf8\x74\x9b\x25\x43\x89\xe1\xdc\xc8\xea\xb9\xbc\xba\x3c\x0b\x4d\x99\xf3\xcb\xbb\xb3\xf7\x67\x37\x51\x88\xe8\xe2\x6a\x78\x17\x85\x83\xee\x6e\x2a\x51\xa4\x1f\xae\xae\x2e\xce\x86\x97\xe1\x47\xa7\xc3\xbb\xb3\xbb\xf3\x0f\xd1\xe0\xa7\xf7\x37\xc3\xbb\xf3\xab\xe8\x77\x3f\x9c\x5f\x0e\x6f\xfe\x1e\x7e\x72\x76\x73\x73\x75\x53\x79\xdf\xfd\x49\x7b\xa0\x29\x5a\x46\xfd\x4e\x94\xca\x72\x00\x67\xad\x53\x0a\xef\xb0\x7c\xdc\x71\x70\x14\xc0\x00\x1b\x76\x4c\x6d\x10\x4a\x29\x79\xd8\x2c\x6e\xda\x14\xfb\xad\x7d\x8f\xd6\x07\x17\x0f\x58\x29\x32\xcf\xb7\x2b\x98\xb0\xfe\xc1\xe9\x16\x92\x05\x93\x66\x8d\x90\x6c\xb4\xab\x87\x13\x92\xad\x89\xb6\xda\x90\x6c\x1b\xbb\xb7\xc4\x55\xf5\x3a\x2f\xf8\x56\x1d\x9a\xba\xf4\x76\x08\x79\x72\x75\x24\xb6\xf6\x39\x0b\x9c\x7f\xa8\xef\x16\x50\xcf\xc8\x76\x95\x1f\xcc\xa3\xa6\x59\x40\x43\xd0\x56\xad\x6a\xaf\xdf\xc2\x99\xde\xff\x74\xc1\xa7\xf5\x20\x55\xdf\x61\x8f\xca\x20\x4d\x1d\xbc\xd9\x7c\x8a\x24\x65\x8f\x23\xf6\x51\x1b\x64\xbc\x10\xe6\x23\xc5\x05\xe0\x9d\x27\x59\x21\x67\x04\xca\x30\x0d\xd0\x33\x41\x73\xbc\x30\x5e\xed\xb8\x4e\x2d\x14\xdb\xcc\xe8\x23\x81\xa7\x33\xca\x34\xb7\xe7\xd4\x69\x40\xd5\xad\xdf\x85\x81\x94\x52\xe9\xed\xc4\x3d\x86\x1a\x4a\x4f\xd7\xf3\x8c\x00\xac\x34\xa8\x72\xe5\x0a\x64\x1a\xc9\x03\x29\x4c\x9c\x3f\x16\xb9\x6d\x6f\x86\xe5\xe3\xb7\x0e\xa4\x05\xe4\x7e\xe2\x34\x45\x69\x91\x67\x41\x77\xc1\x67\x2e\x1a\x83\xea\x46\x53\xef\x10\x54\xaf\xd8\x9f\x6d\x0b\xab\x31\x03\x02\xab\xa3\x25\xd4\xbf\x67\x80\x41\x50\xfb\xa2\x90\x44\xbc\x56\x82\x4e\xa7\xa0\xf7\x38\xa7\xc2\x81\x22\x10\x06\xcb\xbc\xb9\x78\xd8\xde\x7e\x0e\x5d\xad\x99\xa9\x0c\xea\x2b\x01\x68\x9e\xca\xf3\x6c\xe1\x70\x81\x86\x80\xee\xd8\xe7\x85\x30\x05\x7d\x26\xc8\x4f\xa8\x31\xc4\x98\x0b\x92\x40\x9f\x7a\x53\x4e\x64\xfb\x32\x27\xe7\x13\xad\xc9\xd8\x1e\xa9\x65\x41\x96\xb2\x16\x86\xd9\x6c\x48\x52\xb0\xef\x76\xa8\x7d\x93\x30\xcb\x4c\x63\xbc\x67\xe6\x5a\x06\x62\x69\x4c\x7b\x68\x20\xbd\x28\xfb\x09\x42\x63\x32\x48\xb7\xf5\xbd\xe6\x6c\x02\xa0\xf5\xd1\x99\x8a\x75\x2b\x11\x23\x5e\x8e\x02\x4e\x31\xee\x2c\x54\x95\x60\xdb\xa2\xee\x7d\x78\x7d\x53\x85\xab\xdd\x64\x98\x66\x7c\x8c\xb3\x6c\x51\x83\xc7\x0f\x2f\x85\x6e\xfe\x31\xd7\xff\x28\xbe\x52\x1c\x70\x06\x22\xb1\xbc\x25\xcf\x39\xaa\xd2\xbf\xd3\x84\x85\xed\x09\x56\x28\x6e\x72\x8d\xc1\xe1\xa7\x17\x77\x5e\xa9\x22\x7f\x6c\xd0\xab\xe7\x69\x6d\x99\x8c\x92\xa1\x1d\xe5\x9b\x84\x67\x8d\x89\xde\x29\xdf\x22\x17\xc4\x39\x67\x16\x44\x79\x9f\x4c\xe6\xd0\xb5\x8b\x3c\x2e\x1c\x1e\x3a\xa5\x9d\xdb\xc9\xb9\xbb\x09\xc0\xbf\x83\xd2\xa4\x9c\x11\xa6\x4c\x81\x46\xc6\x47\xcc\x0e\xee\xb2\xb7\x7c\x01\x14\xeb\x67\x37\x84\x19\x58\x15\x17\x0e\xad\x20\x92\x67\x4f\xb6\x67\xa7\xa7\x89\xe2\x80\xae\xd6\x13\x3c\xd1\xd2\x56\xeb\x16\xda\xc2\xf4\xa5\x25\x67\x64\xc4\x2a\x29\x4c\x82\x4c\xa9\x54\x20\xf7\x1d\xc7\x86\xcf\xef\x2c\xad\x23\x52\x47\xda\x48\xdf\x98\xd6\xd1\x72\x0f\xf8\x50\x42\x87\xf9\x2c\x72\x92\x9e\xfb\xe7\xda\x99\x21\xb2\xcc\xd3\x20\x72\x11\x1d\x72\xc3\x03\x46\x9e\x4a\x93\x1b\x23\x7d\xc3\x4f\xbf\x49\xbe\xa4\x8e\xaf\xa9\xad\xb7\x68\x8a\x5d\x5d\x75\xe9\x8b\x6a\x43\x30\x35\xf2\xa8\x56\x7a\xe0\x78\x55\x27\xe1\x52\x99\xf0\x0d\x3c\x32\xc1\x34\x2b\x44\xe3\x0d\x6e\xd8\x72\xe7\x49\x67\x27\x30\x2c\xaa\xdb\x35\xef\xf6\x0c\x8e\x91\x77\x79\xfa\xde\x3a\x59\x31\x35\xcd\xe1\x43\x71\xd0\x94\x91\xb9\x5c\x6f\x77\xc5\x86\x97\x25\x7a\xd7\x97\xc5\x43\x73\xd8\x2b\x9d\xac\xeb\xeb\xf7\x58\x9d\x2a\x98\xfb\x88\xdd\xc1\x55\x6a\x72\xaa\xfc\x31\x83\xfa\x4a\xa6\x5c\x06\x14\x1b\xae\x5b\x6f\x24\xcf\x63\x4e\xdd\x0a\x2f\x51\x97\xfd\xb4\x1a\x97\xf5\x01\xe7\x6d\x89\x29\x5b\x8f\xb8\x6a\x1b\xbc\xf3\xac\x7a\x0c\xab\xd5\x6b\x6b\xa8\xe7\xb1\x65\x2f\x12\x23\xea\x92\x26\xeb\x21\x86\x36\xc1\x7c\x29\xc7\x31\xd2\x1b\xc3\x47\xbb\xa3\x4c\xcb\xe0\x88\x6d\x98\x67\x06\x1c\x1b\x5c\x60\x08\x65\xdc\x22\xc7\xd2\x6f\x4c\xa5\xa1\x71\xdd\x76\x6c\x09\xb3\x2a\x91\xb1\x2f\x88\xb2\xfa\x79\x89\x44\x5d\x41\x56\x95\x36\xf1\x8a\x07\xed\xa4\xd6\xd2\x98\x3d\xb8\xea\xe7\x18\x1a\x1c\x91\x98\xd3\xb5\x30\xd4\xcb\xb5\xd7\x40\x69\x49\x09\xe3\x8a\x20\x8c\x18\xcd\xde\xb0\x22\xcb\xde\x5c\x42\x37\x0f\x29\xe9\xd4\x14\x0b\x06\x87\x46\xd4\x7d\x19\xa0\xa9\x01\xd4\x34\x38\x02\x70\x45\xea\x29\x99\x5e\xe6\x4a\x4b\x4c\xbd\x05\xd9\x62\xc4\xf4\x13\x46\xc5\xf2\xad\x34\x5d\x4b\x3e\x78\x9b\xcb\x6a\xb1\xef\xd2\xa6\x2b\x5b\x84\x83\xd7\x30\x58\x5b\x22\xc8\x56\x11\xb3\xbe\x42\xe0\xc1\x54\x08\xe4\xc2\x39\x86\x3a\xd4\x0a\x6c\x3e\x54\x1b\x17\xeb\xf3\x8a\x98\xf7\x38\xaf\xc1\x8f\x9f\xd3\xdb\xbc\xcf\xb4\xa0\xad\x73\x80\x1c\xa5\xba\x38\x2d\x2b\xdc\xe1\x1e\xf5\x8c\xa0\xb7\x4c\x04\xa9\xef\x23\x76\xc7\xbd\x85\x66\xd9\x7f\x52\x68\xd5\xae\x45\x94\x6c\xeb\x83\x30\x48\xe6\x3c\xc3\xec\xc1\xdc\x2d\x9f\xc1\x0b\x11\xa0\xa9\x9b\xea\xb0\x04\x9d\xc1\x76\x33\x4f\x7f\xc0\x6e\xa2\x1c\x87\xb0\x55\xd0\xa0\x5a\xab\xd1\x5d\x08\xbe\x67\xb2\xb5\x85\x6c\xd5\xdc\x4f\x75\xe1\xea\xd5\x9e\x14\x5c\xb1\x9b\x7c\xd9\xe8\x15\xae\x94\xa5\x5e\x7e\x87\xe5\x4e\xf1\xf5\x88\x18\xc2\x85\xe2\xa5\x63\x85\x2e\x3b\x55\x66\x90\x48\x43\xe5\x12\xb3\xe0\x44\x70\x29\x57\x9b\x5c\xdd\x4d\xfe\xa5\x03\xbd\x91\xd9\xef\xcf\xee\xe7\x30\xfd\x1b\x55\xdc\x65\x17\xc0\xc7\xb8\x37\x4d\x02\xcd\xde\x92\xac\x48\x09\x92\x5c\xdf\xbb\x4e\x03\xaf\x87\xd5\x57\xc2\xb9\x7b\xcd\xf2\x8f\x93\x1a\xd7\xc6\x45\x98\x3a\x1f\xe8\x9c\x21\xa7\x49\x0f\xd0\xe8\xc8\xf0\x93\x1c\x1d\xc5\x8d\x7c\x5d\x11\x91\xb8\x3e\x7b\xd5\x41\x66\x5c\xcb\x41\x7b\x31\x16\x98\x71\x55\xba\x34\x58\x9b\x9f\xb3\x7a\x47\x00\x1a\x31\xd1\xa7\xb1\x19\xc0\x2a\x0f\x46\x27\x5a\xb8\xd2\x1e\x90\x41\x28\x8a\x44\x05\xad\x02\x5d\x25\x84\x1f\xdc\x83\x9a\x44\x79\x91\xd9\x56\xc8\xae\xf2\x00\x17\x23\xe6\x46\x2b\x0b\x92\x0d\xb3\x6c\x69\xa8\xe5\x22\x20\x01\xaf\x42\x49\x20\x07\xe7\x04\x98\xb0\xfe\x11\x00\x5e\x96\x9a\x2c\x8d\x98\x49\xee\xf1\x79\x65\xc7\x68\x58\x69\xa1\x18\xd7\xbb\x08\xcb\x5d\x64\x99\xab\xf5\x60\x2a\x28\x04\x09\xfe\xb2\x80\xb2\xe7\x93\x42\x0b\x21\xff\x76\xc5\x47\x0c\x4a\x9f\x98\x6e\xd8\x8e\x2e\x23\xf6\x81\x4b\xd7\xd6\x49\x96\xf4\x70\x38\x57\x4b\xb6\x6f\x3d\xaa\xd5\x7e\x70\xaa\x85\x88\x7e\x4a\x9b\x20\x95\x9c\x46\x08\x7f\x40\x90\x76\x80\x16\xbc\x10\xe5\xa2\x12\xcc\x46\xec\x57\x4d\x1e\x57\xcf\x83\xfb\xa6\xa3\x70\x88\x5d\x0e\x28\xfa\xee\x17\x33\xe8\x77\x7f\x7d\xf5\xcb\x2b\x53\x2d\xa9\x90\x85\x96\xab\x83\xf8\xae\x71\x13\xd5\x5b\x4a\xd9\x74\xc4\xdc\x0a\x7c\x81\xf6\xf2\x15\xad\x99\xbf\xd6\xa9\xb7\xeb\x3a\xb7\xa5\x67\x60\x88\x12\xac\x92\xd9\x6b\x6c\x79\x2f\xac\x71\x42\x65\x59\x45\xf9\x79\x46\x18\x74\xfb\x89\x2b\x2f\x1b\x5c\x35\x4a\xb5\x64\x9b\xfb\xac\xbc\x88\x5f\x4c\xdf\x07\x0b\x33\xae\xa4\x23\xba\x37\x01\x73\x96\x09\x71\x1f\x4b\xc9\xe0\x7e\xee\x60\xc2\xa5\x39\x6f\x5d\x18\xda\xb4\x48\xd1\xc8\xc0\xea\x46\x47\x6e\xfb\x47\x2c\x1f\x1f\x67\x8b\x89\x3a\x06\x90\xdf\xb1\x26\xcb\xf1\x59\xb5\x3d\xc4\x2a\x65\xc2\x68\xfc\x7e\x3a\xb7\xb1\x4b\x90\x78\x13\x82\x18\x37\xef\xc0\xf7\x1e\x67\x71\x03\x51\x7f\x1c\xa0\x7e\x89\xbe\x57\xb0\xa2\x09\x5c\xc8\x98\xe1\x6c\x01\xd8\xf8\xc1\x88\xa5\x54\x90\x04\x3a\x9b\x25\x8b\x24\xa3\x89\x2d\xff\x10\xeb\x28\xe4\x89\x30\x15\x41\x78\xce\xf4\x27\x2f\xa5\xa6\x34\x81\x87\xea\xb5\xc0\xfb\x06\xe5\xd4\x97\xea\x89\x8d\xa8\x2a\xff\xdb\x8c\x58\xd1\x31\xa3\xd8\xbf\x5e\x19\x0d\xc8\x9a\xbf\x5c\xd0\x29\x65\xd0\xf6\xfb\x3b\xf0\x06\x65\x19\x11\xaf\x7c\x7b\x08\xa0\x62\xfd\x34\x66\x9d\xaa\x79\xd7\xd4\x7e\xa8\xbf\xdb\x92\xa4\x10\x82\xa4\x0f\xcb\x98\x97\xae\xd9\x57\x2b\x35\x46\xfd\x2b\xa9\xf0\x3c\x0f\xdb\x24\xfb\x3c\x01\x4b\x99\xcc\x10\x01\xb9\x89\x0d\x10\x05\x58\x8b\x57\x32\x47\xcc\xaa\x98\x66\xdf\xb8\xa8\x49\x2b\xae\xae\x12\xce\xe9\x1a\x2d\x34\x5a\xae\xff\xae\x0d\x38\xaa\xfe\x83\x9b\x0b\x17\x5a\xe5\x51\x3f\xe9\xa0\xaf\x2b\x85\xf3\x0c\xe7\xb4\xa6\x33\xec\x88\x95\xc0\x89\x93\x8c\x17\x29\xb2\xde\x13\xeb\x8b\x10\xc7\x88\x92\xe3\x01\x92\x7f\x79\xfb\xe6\xcd\xf1\xf1\x8e\x8a\x81\xc7\x6d\x5f\xea\x39\xdc\x34\x66\xa9\x03\x26\xad\x38\x5a\x51\xf1\x9f\x87\x6e\x8a\xbe\x03\x4e\x03\xb7\x84\x16\x73\x1c\xd7\xaf\xbe\x32\xc7\x82\x30\xf5\x00\x50\xc8\x6e\x2f\x84\x17\x5d\xc3\xe3\x11\x8a\x6f\x2d\x2b\xa3\x2c\x1e\x66\xd3\xa0\xb0\x7c\x44\xdf\x51\x70\x2c\xbe\xb2\x46\x32\x74\x36\x6e\xa9\xe9\xb3\x2c\x81\xdb\x66\xf3\x42\xa2\xb8\x09\xa6\xba\xce\xf4\xa3\x67\xb7\xbe\x40\xb6\x41\xb7\xb6\xe2\x5c\x4e\x7d\x81\x4a\x08\x29\x9e\x33\x94\xf0\xf9\x58\x0b\x71\xcd\xea\xde\x61\x00\x20\xd5\xa1\x43\x8a\x79\x98\x8b\x43\xc6\x98\x1c\xf2\x0a\x4e\xd4\x3b\xf9\x42\x1c\x8b\x61\xd1\xca\xdd\xd4\xd4\x40\xc6\xb0\xf3\x1e\x80\xb8\xf5\x47\x7d\x58\x5d\x41\x59\x32\xf5\x91\x26\x8f\x44\xdf\x73\x93\xb2\x76\x44\x28\xdd\xfc\xfd\xe6\x81\x3d\xb6\x6d\xb4\x09\x53\x13\xbb\xee\x07\x6a\x0a\xe3\x11\xd7\xae\x31\x80\x18\x7c\x2b\xeb\x89\xb3\x6f\xd4\x70\x3d\x2d\x60\x7c\x8f\x0d\xb4\xd9\x6b\x5e\xb5\x30\xca\x18\x48\xe4\x3f\x7b\x79\x28\x49\xc2\x99\xc7\x13\xee\xe4\xa2\xaf\x41\x14\xd7\x4f\x17\xbe\x5b\x4a\x7b\x5b\xa5\x75\x6c\xa9\xfc\x94\x8a\x8f\x6b\x7f\x6b\xec\x53\x08\xe7\x00\x6a\x41\xbf\x7b\x00\x3d\xc5\xed\x31\x80\x56\x58\x28\x25\xe3\x62\x3a\x6d\xbc\x93\x33\xbe\x8b\xe6\xa9\xed\x54\xbd\xe0\x2d\xf6\xb8\x5f\x61\xd6\x86\xc9\x5d\xc1\xa1\x5f\x91\xf2\xd5\x0a\x92\xd9\x85\xfa\x74\xee\xde\x64\x6c\xae\x09\xcd\xc8\xcb\x68\x4c\x3b\x52\xff\xce\xd7\x51\xff\x9c\xd1\x0e\x81\x2d\xb3\x0e\x6f\xe7\xfd\x8e\xf4\x42\x03\x14\x7a\xd0\x4f\xee\x15\x2d\xe4\xf1\x8d\x70\x58\x0d\x0e\x48\xcb\xa6\x54\x42\x9a\xea\xee\xe1\x43\x20\xdb\x57\x61\x86\xb7\x4e\xd3\xbe\xe5\x73\x82\xe0\x55\x72\x60\x40\xfb\x36\x32\x37\x00\x27\x9f\x5e\x20\x9a\x17\x99\xa2\x79\x66\x85\xbf\xf5\x62\x25\x33\xcc\xa6\x41\xf9\x70\xf4\x1d\x23\xcf\x48\xcb\xda\x41\xe8\xf5\x08\xb6\x67\x80\x88\x4a\x5e\x69\xdd\x26\x8a\xa6\x08\x92\x70\x91\x02\xa4\x7b\x8a\x45\x0a\xf9\xdb\x96\xe1\x33\x9c\x3c\x42\xdd\x17\xb8\x8e\xcc\x1b\xad\x67\xc6\xa1\x9e\x8d\xb7\xb0\x1c\x8d\xb2\xc4\x74\x42\x76\x69\xe5\x7e\x7e\xe6\x71\x19\xc6\x12\x5c\xb9\x0f\x13\xb5\x07\xf5\xeb\x89\xa6\x05\xce\xcc\x1b\xbb\xb8\x5e\xae\x2d\x43\xb8\x00\x73\xe0\x73\x02\x29\x19\x25\xd8\xbe\xe3\xc2\x22\x98\x81\xe2\xd7\x36\x8f\xf7\x47\xfa\x44\x06\xe8\x36\xc7\xe2\x71\x80\x4e\x17\x0c\xcf\x69\xf2\x37\x3e\xae\xf3\xa7\x2c\x45\x6c\xb7\x56\x89\x77\x5f\xd2\xb2\xfe\xa0\x7f\x5c\x8a\x47\xa3\xa6\xd4\xd3\x2f\xd3\x9b\xd2\x10\x4c\xff\xda\x2f\xf5\x15\x21\xb0\xde\x31\xb2\xd3\x0b\xb0\xd6\x50\x76\x6e\x0e\x9c\xce\x29\x8b\x6c\xb5\x83\x72\xb6\x56\x37\xb5\x0e\xbc\x12\x09\xe3\xb5\xac\xdb\x5d\x68\x8e\xd7\x58\x5b\x39\xda\xa0\x9c\x73\x45\xcc\xbd\x2f\x15\x17\x44\x9f\x13\xe1\xd4\x49\xe8\xbd\x01\x5d\xe6\x79\x73\x8f\xb4\x24\xe3\xb2\x10\x6b\x8a\x8d\xe5\x0d\x3b\xb1\x8f\xb7\x6a\x27\x7c\x9e\x43\xb0\x43\x10\x59\x64\x4a\xd6\xd8\x6b\x4b\x6e\xeb\xcd\xfa\x83\xda\xb3\xe4\x3a\x89\xd8\x6a\xe9\x94\x4d\xb3\xa6\x02\xc3\x23\x66\x8b\xad\x07\xb2\x06\x97\x69\x05\x4e\x01\x72\x89\x5f\xcf\x51\xa1\x69\x5f\xa9\xdd\x02\x42\xb0\x35\x90\xbd\x1e\x02\x77\xe7\x00\xca\xb0\x18\xec\x0c\x83\x2a\x3c\x23\x26\x8b\xf1\xeb\x12\xb6\xc1\x05\x48\x33\x48\xa3\xce\x31\xf4\xc5\x4f\x66\x34\x4b\x5f\x2f\x63\xa2\xac\x56\x01\x35\xda\x7d\xc9\xa1\x31\x81\xaa\x22\x40\x61\xd3\x0f\xc9\x04\x03\xfd\xda\xfd\x38\xe3\x42\x21\xe2\x6b\x5e\x53\x69\x9d\x35\x95\x9b\x3b\x3a\x9f\x91\x2d\xfe\xb9\x3d\x70\xab\xcf\x67\x53\xd6\xd0\xd7\x7f\x2e\x23\x9a\xad\x73\x2e\xef\x62\xaf\x97\x3b\x35\x98\xf9\x93\xda\x44\x2a\xf9\x60\x5c\x56\x7b\x4c\x61\xfd\xe8\x13\x57\x5d\xae\x87\xcc\xf1\x33\xb3\x18\x88\x4e\x45\x14\xd7\x93\x0f\xf5\xd9\xee\x5a\x3e\x54\xbe\x11\x51\xbb\x79\x6a\x62\xd8\xd4\xe7\x60\x0d\x82\x5c\x50\xe8\x7f\x51\x02\xeb\x4b\x73\x63\xc4\x4a\x70\x4e\xd9\xb0\x2f\xa9\x0a\x4a\x8b\x79\x49\x21\xb0\x49\x06\x2e\x60\x3f\x30\x89\x48\xd6\x28\x78\x3d\xc6\x50\xf0\x53\x29\x41\xc7\x85\x5a\x2a\xbc\x10\x9d\xe6\xda\xa0\xc2\x2e\xb4\xf1\xf3\xfd\xd7\x97\xf7\x2a\x48\x84\x4c\x2c\xeb\xf3\x97\x48\x9c\xea\xd2\x83\x42\x34\x2f\x9f\xbc\xdf\x2d\xe1\x21\xa8\x0e\xb3\x3e\x87\x2f\x25\x55\xd9\xca\x28\x60\xc1\xa6\x41\x5d\xdf\x08\x27\x00\x24\x2c\xeb\x1e\x7b\x0c\x45\x80\x3d\xd7\x22\x0a\x4f\x09\x9a\x93\x94\x16\xd5\x7c\x9a\xd5\xd1\xaa\x83\x32\xf3\xd6\xe1\x2c\x6d\xf0\x7a\xc3\xef\x12\x94\xf3\x67\x7d\x6b\x1b\x84\x15\x38\x19\xea\x53\xcf\x03\x38\x24\x56\xdf\x4a\x1f\xfd\x8a\x29\xe6\x5c\x3a\x17\x54\xaa\x9f\x2b\x35\x4b\x37\x48\xdb\xc8\x8a\xfd\x41\xdb\xdc\x54\xcd\x34\x83\x27\x5a\x21\x5c\x37\x51\x3f\x46\x60\x32\xe3\x1e\x00\x4c\x86\x4b\x68\xd1\xf3\xee\x22\xc0\x7f\xf1\xf4\xfa\xc5\x76\x8c\x14\x38\xcf\x89\x40\xb6\x6b\x64\xb5\x0f\xa4\xc9\x0e\x81\xb7\x8c\x98\x51\x98\xfe\x76\x7b\x75\x59\x4a\xee\xd2\x6e\xa9\x0c\x0d\x3f\x03\xd2\x1d\xd7\xef\xdc\x65\x91\x65\x8d\x3b\xb7\x46\x4d\xa0\xfb\x8b\x8b\x87\x9f\x87\x17\xf7\x67\xed\x35\x77\xca\x9f\x35\xd2\xc4\xcf\xc4\xd2\xc4\x5c\x63\x0a\xae\xae\x62\x4e\xac\xc3\x08\x94\x11\xbb\x6a\x03\x28\x28\xb2\x2c\x06\xf8\x8f\xd8\x2f\x76\x1c\xc0\x77\x15\xcc\xa8\x99\x23\x86\x5a\x09\x17\xbf\x1f\x7e\xf6\x8b\x1e\xfc\x17\xf3\xec\x6b\x54\x2e\xe2\x2d\xba\xf4\x6f\x6d\xa0\xab\x75\x72\x6e\x71\x1c\x4c\x9e\xc1\x4b\xa5\x30\x6d\x76\x3c\xee\x99\x2b\x87\x65\x33\x8f\x76\x72\x3a\x0c\xed\x7e\x89\x4d\x18\x9f\x66\x99\x1a\x39\x0f\xe3\x0e\x4c\xe2\x89\xe9\x28\xec\x73\x33\x46\xcc\xc4\xef\xa1\x8f\x24\x6f\x9e\x13\x3a\x67\x06\xb8\x97\x61\x36\x2d\xf0\x94\xc8\x01\x72\x2f\x1f\x31\xdf\xb5\xd0\x96\x31\xf0\xe5\xf6\x31\x14\x17\x8e\x59\xc8\xb8\x16\xc9\x27\x3c\xcf\x21\xe4\xc1\x46\xcc\xae\x89\x4d\xcb\xe1\x8d\xd7\xf1\x6f\xb7\x7e\x39\x9a\xd3\xfc\x40\x36\x77\x86\x8d\x98\xd9\x5c\x83\xcb\x76\xba\x1d\x38\x5c\xa0\x4d\x69\xc4\xba\x58\x10\x97\xae\x07\x32\x7d\x0a\x5a\xa6\xa9\xc4\xea\x42\x7a\x5a\xd2\x07\xa5\x18\x8c\x83\xd7\x4c\x69\xb5\x3c\x71\x9b\xe1\xce\x84\x9d\x5b\x3d\xd7\x6f\x7d\x07\xe8\x03\x57\x5f\xfd\xba\x9d\x6d\x4b\x31\xb6\x42\x9a\x97\x0c\xc5\xaa\x47\x18\x55\x91\xd6\x10\x2c\xde\x41\xa5\xef\xb5\xa7\x64\x7e\xdf\x3a\xa9\x0e\x05\xc2\xd7\x7e\xad\xcd\xfa\x6c\x7b\xad\xb6\x70\xda\x5f\xba\x03\x13\x29\x9a\x94\x7d\x60\x15\x31\x8a\xa4\xa1\x16\xfb\xd6\x31\xa8\x2a\x89\x9c\xf4\x69\x9b\x50\x46\xe5\x46\xd3\x29\xf5\xa7\xb5\x67\xe4\x35\x04\x7b\xd9\x75\x92\xb0\xf6\x9e\x8b\x04\x6c\x83\x98\xb4\x58\x28\xeb\x96\x21\xd4\x88\x17\x7d\x78\x06\x70\x88\x34\xff\x0f\x3c\x13\x0d\xca\x9d\x1b\x98\x2a\xc2\x85\x90\x5a\x5c\x5a\x79\x67\xa5\xb6\x36\x73\x46\xcc\xa1\xe3\x9d\x38\x1e\xba\xc6\x26\xc2\x7f\x6a\xe2\x7a\xb9\x01\xbb\x82\xc6\xaa\xca\x8e\x38\x58\x8d\x18\xa4\xc8\x32\x30\x21\xc7\x12\xb2\x88\x6c\x22\xa8\xfd\x22\x28\x7a\x83\x99\xaf\x64\xbc\x42\xe6\x55\xd4\x80\xe8\x9e\xff\x46\xff\xdf\x6f\xdf\xfc\xdf\x00\x00\x00\xff\xff\xed\x53\x84\x0c\x65\x73\x02\x00") func adminSwaggerJsonBytes() ([]byte, error) { return bindataRead( @@ -92,7 +92,7 @@ func adminSwaggerJson() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "admin.swagger.json", size: 160550, mode: os.FileMode(420), modTime: time.Unix(1562572800, 0)} + info := bindataFileInfo{name: "admin.swagger.json", size: 160613, 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/admin/ProjectOuterClass.java b/flyteidl/gen/pb-java/flyteidl/admin/ProjectOuterClass.java index b060eeccec..6c610b35a5 100644 --- a/flyteidl/gen/pb-java/flyteidl/admin/ProjectOuterClass.java +++ b/flyteidl/gen/pb-java/flyteidl/admin/ProjectOuterClass.java @@ -777,6 +777,16 @@ public interface ProjectOrBuilder extends */ flyteidl.admin.ProjectOuterClass.DomainOrBuilder getDomainsOrBuilder( int index); + + /** + * string description = 4; + */ + java.lang.String getDescription(); + /** + * string description = 4; + */ + com.google.protobuf.ByteString + getDescriptionBytes(); } /** *
@@ -798,6 +808,7 @@ private Project() {
       id_ = "";
       name_ = "";
       domains_ = java.util.Collections.emptyList();
+      description_ = "";
     }
 
     @java.lang.Override
@@ -852,6 +863,12 @@ private Project(
                   input.readMessage(flyteidl.admin.ProjectOuterClass.Domain.parser(), extensionRegistry));
               break;
             }
+            case 34: {
+              java.lang.String s = input.readStringRequireUtf8();
+
+              description_ = s;
+              break;
+            }
           }
         }
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -991,6 +1008,40 @@ public flyteidl.admin.ProjectOuterClass.DomainOrBuilder getDomainsOrBuilder(
       return domains_.get(index);
     }
 
+    public static final int DESCRIPTION_FIELD_NUMBER = 4;
+    private volatile java.lang.Object description_;
+    /**
+     * string description = 4;
+     */
+    public java.lang.String getDescription() {
+      java.lang.Object ref = description_;
+      if (ref instanceof java.lang.String) {
+        return (java.lang.String) ref;
+      } else {
+        com.google.protobuf.ByteString bs = 
+            (com.google.protobuf.ByteString) ref;
+        java.lang.String s = bs.toStringUtf8();
+        description_ = s;
+        return s;
+      }
+    }
+    /**
+     * string description = 4;
+     */
+    public com.google.protobuf.ByteString
+        getDescriptionBytes() {
+      java.lang.Object ref = description_;
+      if (ref instanceof java.lang.String) {
+        com.google.protobuf.ByteString b = 
+            com.google.protobuf.ByteString.copyFromUtf8(
+                (java.lang.String) ref);
+        description_ = b;
+        return b;
+      } else {
+        return (com.google.protobuf.ByteString) ref;
+      }
+    }
+
     private byte memoizedIsInitialized = -1;
     public final boolean isInitialized() {
       byte isInitialized = memoizedIsInitialized;
@@ -1012,6 +1063,9 @@ public void writeTo(com.google.protobuf.CodedOutputStream output)
       for (int i = 0; i < domains_.size(); i++) {
         output.writeMessage(3, domains_.get(i));
       }
+      if (!getDescriptionBytes().isEmpty()) {
+        com.google.protobuf.GeneratedMessageV3.writeString(output, 4, description_);
+      }
       unknownFields.writeTo(output);
     }
 
@@ -1030,6 +1084,9 @@ public int getSerializedSize() {
         size += com.google.protobuf.CodedOutputStream
           .computeMessageSize(3, domains_.get(i));
       }
+      if (!getDescriptionBytes().isEmpty()) {
+        size += com.google.protobuf.GeneratedMessageV3.computeStringSize(4, description_);
+      }
       size += unknownFields.getSerializedSize();
       memoizedSize = size;
       return size;
@@ -1052,6 +1109,8 @@ public boolean equals(final java.lang.Object obj) {
           .equals(other.getName());
       result = result && getDomainsList()
           .equals(other.getDomainsList());
+      result = result && getDescription()
+          .equals(other.getDescription());
       result = result && unknownFields.equals(other.unknownFields);
       return result;
     }
@@ -1071,6 +1130,8 @@ public int hashCode() {
         hash = (37 * hash) + DOMAINS_FIELD_NUMBER;
         hash = (53 * hash) + getDomainsList().hashCode();
       }
+      hash = (37 * hash) + DESCRIPTION_FIELD_NUMBER;
+      hash = (53 * hash) + getDescription().hashCode();
       hash = (29 * hash) + unknownFields.hashCode();
       memoizedHashCode = hash;
       return hash;
@@ -1215,6 +1276,8 @@ public Builder clear() {
         } else {
           domainsBuilder_.clear();
         }
+        description_ = "";
+
         return this;
       }
 
@@ -1250,6 +1313,7 @@ public flyteidl.admin.ProjectOuterClass.Project buildPartial() {
         } else {
           result.domains_ = domainsBuilder_.build();
         }
+        result.description_ = description_;
         result.bitField0_ = to_bitField0_;
         onBuilt();
         return result;
@@ -1326,6 +1390,10 @@ public Builder mergeFrom(flyteidl.admin.ProjectOuterClass.Project other) {
             }
           }
         }
+        if (!other.getDescription().isEmpty()) {
+          description_ = other.description_;
+          onChanged();
+        }
         this.mergeUnknownFields(other.unknownFields);
         onChanged();
         return this;
@@ -1751,6 +1819,75 @@ public flyteidl.admin.ProjectOuterClass.Domain.Builder addDomainsBuilder(
         }
         return domainsBuilder_;
       }
+
+      private java.lang.Object description_ = "";
+      /**
+       * string description = 4;
+       */
+      public java.lang.String getDescription() {
+        java.lang.Object ref = description_;
+        if (!(ref instanceof java.lang.String)) {
+          com.google.protobuf.ByteString bs =
+              (com.google.protobuf.ByteString) ref;
+          java.lang.String s = bs.toStringUtf8();
+          description_ = s;
+          return s;
+        } else {
+          return (java.lang.String) ref;
+        }
+      }
+      /**
+       * string description = 4;
+       */
+      public com.google.protobuf.ByteString
+          getDescriptionBytes() {
+        java.lang.Object ref = description_;
+        if (ref instanceof String) {
+          com.google.protobuf.ByteString b = 
+              com.google.protobuf.ByteString.copyFromUtf8(
+                  (java.lang.String) ref);
+          description_ = b;
+          return b;
+        } else {
+          return (com.google.protobuf.ByteString) ref;
+        }
+      }
+      /**
+       * string description = 4;
+       */
+      public Builder setDescription(
+          java.lang.String value) {
+        if (value == null) {
+    throw new NullPointerException();
+  }
+  
+        description_ = value;
+        onChanged();
+        return this;
+      }
+      /**
+       * string description = 4;
+       */
+      public Builder clearDescription() {
+        
+        description_ = getDefaultInstance().getDescription();
+        onChanged();
+        return this;
+      }
+      /**
+       * string description = 4;
+       */
+      public Builder setDescriptionBytes(
+          com.google.protobuf.ByteString value) {
+        if (value == null) {
+    throw new NullPointerException();
+  }
+  checkByteStringIsUtf8(value);
+        
+        description_ = value;
+        onChanged();
+        return this;
+      }
       public final Builder setUnknownFields(
           final com.google.protobuf.UnknownFieldSet unknownFields) {
         return super.setUnknownFieldsProto3(unknownFields);
@@ -3954,14 +4091,15 @@ public flyteidl.admin.ProjectOuterClass.ProjectRegisterResponse getDefaultInstan
     java.lang.String[] descriptorData = {
       "\n\034flyteidl/admin/project.proto\022\016flyteidl" +
       ".admin\"\"\n\006Domain\022\n\n\002id\030\001 \001(\t\022\014\n\004name\030\002 \001" +
-      "(\t\"L\n\007Project\022\n\n\002id\030\001 \001(\t\022\014\n\004name\030\002 \001(\t\022" +
+      "(\t\"a\n\007Project\022\n\n\002id\030\001 \001(\t\022\014\n\004name\030\002 \001(\t\022" +
       "\'\n\007domains\030\003 \003(\0132\026.flyteidl.admin.Domain" +
-      "\"5\n\010Projects\022)\n\010projects\030\001 \003(\0132\027.flyteid" +
-      "l.admin.Project\"\024\n\022ProjectListRequest\"B\n" +
-      "\026ProjectRegisterRequest\022(\n\007project\030\001 \001(\013" +
-      "2\027.flyteidl.admin.Project\"\031\n\027ProjectRegi" +
-      "sterResponseB3Z1github.com/lyft/flyteidl" +
-      "/gen/pb-go/flyteidl/adminb\006proto3"
+      "\022\023\n\013description\030\004 \001(\t\"5\n\010Projects\022)\n\010pro" +
+      "jects\030\001 \003(\0132\027.flyteidl.admin.Project\"\024\n\022" +
+      "ProjectListRequest\"B\n\026ProjectRegisterReq" +
+      "uest\022(\n\007project\030\001 \001(\0132\027.flyteidl.admin.P" +
+      "roject\"\031\n\027ProjectRegisterResponseB3Z1git" +
+      "hub.com/lyft/flyteidl/gen/pb-go/flyteidl" +
+      "/adminb\006proto3"
     };
     com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner assigner =
         new com.google.protobuf.Descriptors.FileDescriptor.    InternalDescriptorAssigner() {
@@ -3986,7 +4124,7 @@ public com.google.protobuf.ExtensionRegistry assignDescriptors(
     internal_static_flyteidl_admin_Project_fieldAccessorTable = new
       com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
         internal_static_flyteidl_admin_Project_descriptor,
-        new java.lang.String[] { "Id", "Name", "Domains", });
+        new java.lang.String[] { "Id", "Name", "Domains", "Description", });
     internal_static_flyteidl_admin_Projects_descriptor =
       getDescriptor().getMessageTypes().get(2);
     internal_static_flyteidl_admin_Projects_fieldAccessorTable = new
diff --git a/flyteidl/gen/pb-js/flyteidl.d.ts b/flyteidl/gen/pb-js/flyteidl.d.ts
index 03e9d9b225..f7928a7e3e 100644
--- a/flyteidl/gen/pb-js/flyteidl.d.ts
+++ b/flyteidl/gen/pb-js/flyteidl.d.ts
@@ -8459,6 +8459,9 @@ export namespace flyteidl {
 
             /** Project domains */
             domains?: (flyteidl.admin.IDomain[]|null);
+
+            /** Project description */
+            description?: (string|null);
         }
 
         /** Represents a Project. */
@@ -8479,6 +8482,9 @@ export namespace flyteidl {
             /** Project domains. */
             public domains: flyteidl.admin.IDomain[];
 
+            /** Project description. */
+            public description: string;
+
             /**
              * Creates a new Project 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 cc005f617f..814632ca5e 100644
--- a/flyteidl/gen/pb-js/flyteidl.js
+++ b/flyteidl/gen/pb-js/flyteidl.js
@@ -20219,6 +20219,7 @@ export const flyteidl = $root.flyteidl = (() => {
              * @property {string|null} [id] Project id
              * @property {string|null} [name] Project name
              * @property {Array.|null} [domains] Project domains
+             * @property {string|null} [description] Project description
              */
 
             /**
@@ -20261,6 +20262,14 @@ export const flyteidl = $root.flyteidl = (() => {
              */
             Project.prototype.domains = $util.emptyArray;
 
+            /**
+             * Project description.
+             * @member {string} description
+             * @memberof flyteidl.admin.Project
+             * @instance
+             */
+            Project.prototype.description = "";
+
             /**
              * Creates a new Project instance using the specified properties.
              * @function create
@@ -20292,6 +20301,8 @@ export const flyteidl = $root.flyteidl = (() => {
                 if (message.domains != null && message.domains.length)
                     for (let i = 0; i < message.domains.length; ++i)
                         $root.flyteidl.admin.Domain.encode(message.domains[i], writer.uint32(/* id 3, wireType 2 =*/26).fork()).ldelim();
+                if (message.description != null && message.hasOwnProperty("description"))
+                    writer.uint32(/* id 4, wireType 2 =*/34).string(message.description);
                 return writer;
             };
 
@@ -20324,6 +20335,9 @@ export const flyteidl = $root.flyteidl = (() => {
                             message.domains = [];
                         message.domains.push($root.flyteidl.admin.Domain.decode(reader, reader.uint32()));
                         break;
+                    case 4:
+                        message.description = reader.string();
+                        break;
                     default:
                         reader.skipType(tag & 7);
                         break;
@@ -20358,6 +20372,9 @@ export const flyteidl = $root.flyteidl = (() => {
                             return "domains." + error;
                     }
                 }
+                if (message.description != null && message.hasOwnProperty("description"))
+                    if (!$util.isString(message.description))
+                        return "description: string expected";
                 return null;
             };
 
diff --git a/flyteidl/gen/pb-protodoc/flyteidl/admin/project.proto.rst b/flyteidl/gen/pb-protodoc/flyteidl/admin/project.proto.rst
index ead9e9dde9..6aa25cd36b 100644
--- a/flyteidl/gen/pb-protodoc/flyteidl/admin/project.proto.rst
+++ b/flyteidl/gen/pb-protodoc/flyteidl/admin/project.proto.rst
@@ -47,7 +47,8 @@ Top-level namespace used to classify different entities like workflows and execu
   {
     "id": "...",
     "name": "...",
-    "domains": []
+    "domains": [],
+    "description": "..."
   }
 
 .. _api_field_flyteidl.admin.Project.id:
@@ -66,6 +67,11 @@ name
 domains
   (:ref:`flyteidl.admin.Domain `) 
   
+.. _api_field_flyteidl.admin.Project.description:
+
+description
+  (`string `_) 
+  
 
 
 .. _api_msg_flyteidl.admin.Projects:
@@ -73,7 +79,7 @@ domains
 flyteidl.admin.Projects
 -----------------------
 
-`[flyteidl.admin.Projects proto] `_
+`[flyteidl.admin.Projects proto] `_
 
 
 .. code-block:: json
@@ -94,7 +100,7 @@ projects
 flyteidl.admin.ProjectListRequest
 ---------------------------------
 
-`[flyteidl.admin.ProjectListRequest proto] `_
+`[flyteidl.admin.ProjectListRequest proto] `_
 
 
 .. code-block:: json
@@ -109,7 +115,7 @@ flyteidl.admin.ProjectListRequest
 flyteidl.admin.ProjectRegisterRequest
 -------------------------------------
 
-`[flyteidl.admin.ProjectRegisterRequest proto] `_
+`[flyteidl.admin.ProjectRegisterRequest proto] `_
 
 
 .. code-block:: json
@@ -130,7 +136,7 @@ project
 flyteidl.admin.ProjectRegisterResponse
 --------------------------------------
 
-`[flyteidl.admin.ProjectRegisterResponse proto] `_
+`[flyteidl.admin.ProjectRegisterResponse proto] `_
 
 
 .. code-block:: json
diff --git a/flyteidl/gen/pb_python/flyteidl/admin/project_pb2.py b/flyteidl/gen/pb_python/flyteidl/admin/project_pb2.py
index d2a7c21901..0b8a242f31 100644
--- a/flyteidl/gen/pb_python/flyteidl/admin/project_pb2.py
+++ b/flyteidl/gen/pb_python/flyteidl/admin/project_pb2.py
@@ -19,7 +19,7 @@
   name='flyteidl/admin/project.proto',
   package='flyteidl.admin',
   syntax='proto3',
-  serialized_pb=_b('\n\x1c\x66lyteidl/admin/project.proto\x12\x0e\x66lyteidl.admin\"\"\n\x06\x44omain\x12\n\n\x02id\x18\x01 \x01(\t\x12\x0c\n\x04name\x18\x02 \x01(\t\"L\n\x07Project\x12\n\n\x02id\x18\x01 \x01(\t\x12\x0c\n\x04name\x18\x02 \x01(\t\x12\'\n\x07\x64omains\x18\x03 \x03(\x0b\x32\x16.flyteidl.admin.Domain\"5\n\x08Projects\x12)\n\x08projects\x18\x01 \x03(\x0b\x32\x17.flyteidl.admin.Project\"\x14\n\x12ProjectListRequest\"B\n\x16ProjectRegisterRequest\x12(\n\x07project\x18\x01 \x01(\x0b\x32\x17.flyteidl.admin.Project\"\x19\n\x17ProjectRegisterResponseB3Z1github.com/lyft/flyteidl/gen/pb-go/flyteidl/adminb\x06proto3')
+  serialized_pb=_b('\n\x1c\x66lyteidl/admin/project.proto\x12\x0e\x66lyteidl.admin\"\"\n\x06\x44omain\x12\n\n\x02id\x18\x01 \x01(\t\x12\x0c\n\x04name\x18\x02 \x01(\t\"a\n\x07Project\x12\n\n\x02id\x18\x01 \x01(\t\x12\x0c\n\x04name\x18\x02 \x01(\t\x12\'\n\x07\x64omains\x18\x03 \x03(\x0b\x32\x16.flyteidl.admin.Domain\x12\x13\n\x0b\x64\x65scription\x18\x04 \x01(\t\"5\n\x08Projects\x12)\n\x08projects\x18\x01 \x03(\x0b\x32\x17.flyteidl.admin.Project\"\x14\n\x12ProjectListRequest\"B\n\x16ProjectRegisterRequest\x12(\n\x07project\x18\x01 \x01(\x0b\x32\x17.flyteidl.admin.Project\"\x19\n\x17ProjectRegisterResponseB3Z1github.com/lyft/flyteidl/gen/pb-go/flyteidl/adminb\x06proto3')
 )
 
 
@@ -91,6 +91,13 @@
       message_type=None, enum_type=None, containing_type=None,
       is_extension=False, extension_scope=None,
       options=None, file=DESCRIPTOR),
+    _descriptor.FieldDescriptor(
+      name='description', full_name='flyteidl.admin.Project.description', index=3,
+      number=4, type=9, cpp_type=9, label=1,
+      has_default_value=False, default_value=_b("").decode('utf-8'),
+      message_type=None, enum_type=None, containing_type=None,
+      is_extension=False, extension_scope=None,
+      options=None, file=DESCRIPTOR),
   ],
   extensions=[
   ],
@@ -104,7 +111,7 @@
   oneofs=[
   ],
   serialized_start=84,
-  serialized_end=160,
+  serialized_end=181,
 )
 
 
@@ -134,8 +141,8 @@
   extension_ranges=[],
   oneofs=[
   ],
-  serialized_start=162,
-  serialized_end=215,
+  serialized_start=183,
+  serialized_end=236,
 )
 
 
@@ -158,8 +165,8 @@
   extension_ranges=[],
   oneofs=[
   ],
-  serialized_start=217,
-  serialized_end=237,
+  serialized_start=238,
+  serialized_end=258,
 )
 
 
@@ -189,8 +196,8 @@
   extension_ranges=[],
   oneofs=[
   ],
-  serialized_start=239,
-  serialized_end=305,
+  serialized_start=260,
+  serialized_end=326,
 )
 
 
@@ -213,8 +220,8 @@
   extension_ranges=[],
   oneofs=[
   ],
-  serialized_start=307,
-  serialized_end=332,
+  serialized_start=328,
+  serialized_end=353,
 )
 
 _PROJECT.fields_by_name['domains'].message_type = _DOMAIN
diff --git a/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/admin_project.py b/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/admin_project.py
index fef06e2153..3b9a248c4d 100644
--- a/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/admin_project.py
+++ b/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/admin_project.py
@@ -35,21 +35,24 @@ class AdminProject(object):
     swagger_types = {
         'id': 'str',
         'name': 'str',
-        'domains': 'list[AdminDomain]'
+        'domains': 'list[AdminDomain]',
+        'description': 'str'
     }
 
     attribute_map = {
         'id': 'id',
         'name': 'name',
-        'domains': 'domains'
+        'domains': 'domains',
+        'description': 'description'
     }
 
-    def __init__(self, id=None, name=None, domains=None):  # noqa: E501
+    def __init__(self, id=None, name=None, domains=None, description=None):  # noqa: E501
         """AdminProject - a model defined in Swagger"""  # noqa: E501
 
         self._id = None
         self._name = None
         self._domains = None
+        self._description = None
         self.discriminator = None
 
         if id is not None:
@@ -58,6 +61,8 @@ def __init__(self, id=None, name=None, domains=None):  # noqa: E501
             self.name = name
         if domains is not None:
             self.domains = domains
+        if description is not None:
+            self.description = description
 
     @property
     def id(self):
@@ -124,6 +129,27 @@ def domains(self, domains):
 
         self._domains = domains
 
+    @property
+    def description(self):
+        """Gets the description of this AdminProject.  # noqa: E501
+
+
+        :return: The description of this AdminProject.  # noqa: E501
+        :rtype: str
+        """
+        return self._description
+
+    @description.setter
+    def description(self, description):
+        """Sets the description of this AdminProject.
+
+
+        :param description: The description of this AdminProject.  # noqa: E501
+        :type: str
+        """
+
+        self._description = description
+
     def to_dict(self):
         """Returns the model properties as a dict"""
         result = {}
diff --git a/flyteidl/protos/flyteidl/admin/project.proto b/flyteidl/protos/flyteidl/admin/project.proto
index 80b037d5de..a2d130207e 100644
--- a/flyteidl/protos/flyteidl/admin/project.proto
+++ b/flyteidl/protos/flyteidl/admin/project.proto
@@ -20,6 +20,8 @@ message Project {
     string name             = 2;
 
     repeated Domain domains = 3;
+
+    string description      = 4;
 }
 
 message Projects {