From bb6f54db537df250766bfb5e7d5fdb6bd2b0692a Mon Sep 17 00:00:00 2001 From: Miguel Toledo Date: Mon, 9 Mar 2020 08:44:26 -0700 Subject: [PATCH] Add interruptible field to TaskMetadata (#46) * add interruptible * upd comment * upd version * upd comment --- flyteidl/gen/pb-cpp/flyteidl/core/tasks.pb.cc | 133 ++++++++++--- flyteidl/gen/pb-cpp/flyteidl/core/tasks.pb.h | 64 ++++++ flyteidl/gen/pb-go/flyteidl/core/tasks.pb.go | 150 ++++++++------ .../pb-go/flyteidl/core/tasks.pb.validate.go | 7 + .../pb-go/flyteidl/service/admin.swagger.json | 4 + .../service/flyteadmin/api/swagger.yaml | 20 ++ .../flyteadmin/model_core_task_metadata.go | 1 + .../gen/pb-go/flyteidl/service/openapi.go | 4 +- flyteidl/gen/pb-java/flyteidl/core/Tasks.java | 184 ++++++++++++++++-- flyteidl/gen/pb-js/flyteidl.d.ts | 9 + flyteidl/gen/pb-js/flyteidl.js | 34 ++++ .../pb-protodoc/flyteidl/core/tasks.proto.rst | 22 ++- .../gen/pb_python/flyteidl/core/tasks_pb2.py | 29 ++- .../flyteadmin/models/core_task_metadata.py | 32 ++- flyteidl/protos/flyteidl/core/tasks.proto | 11 ++ flyteidl/setup.py | 2 +- 16 files changed, 591 insertions(+), 115 deletions(-) diff --git a/flyteidl/gen/pb-cpp/flyteidl/core/tasks.pb.cc b/flyteidl/gen/pb-cpp/flyteidl/core/tasks.pb.cc index 485f931f18..e30f08ba87 100644 --- a/flyteidl/gen/pb-cpp/flyteidl/core/tasks.pb.cc +++ b/flyteidl/gen/pb-cpp/flyteidl/core/tasks.pb.cc @@ -45,6 +45,7 @@ class RuntimeMetadataDefaultTypeInternal { class TaskMetadataDefaultTypeInternal { public: ::google::protobuf::internal::ExplicitlyConstructed _instance; + bool interruptible_; } _TaskMetadata_default_instance_; class TaskTemplateDefaultTypeInternal { public: @@ -211,7 +212,7 @@ const ::google::protobuf::uint32 TableStruct_flyteidl_2fcore_2ftasks_2eproto::of ~0u, // no _has_bits_ PROTOBUF_FIELD_OFFSET(::flyteidl::core::TaskMetadata, _internal_metadata_), ~0u, // no _extensions_ - ~0u, // no _oneof_case_ + PROTOBUF_FIELD_OFFSET(::flyteidl::core::TaskMetadata, _oneof_case_[0]), ~0u, // no _weak_field_map_ PROTOBUF_FIELD_OFFSET(::flyteidl::core::TaskMetadata, discoverable_), PROTOBUF_FIELD_OFFSET(::flyteidl::core::TaskMetadata, runtime_), @@ -219,6 +220,8 @@ const ::google::protobuf::uint32 TableStruct_flyteidl_2fcore_2ftasks_2eproto::of PROTOBUF_FIELD_OFFSET(::flyteidl::core::TaskMetadata, retries_), PROTOBUF_FIELD_OFFSET(::flyteidl::core::TaskMetadata, discovery_version_), PROTOBUF_FIELD_OFFSET(::flyteidl::core::TaskMetadata, deprecated_error_message_), + offsetof(::flyteidl::core::TaskMetadataDefaultTypeInternal, interruptible_), + PROTOBUF_FIELD_OFFSET(::flyteidl::core::TaskMetadata, interruptible_value_), ~0u, // no _has_bits_ PROTOBUF_FIELD_OFFSET(::flyteidl::core::TaskTemplate, _internal_metadata_), ~0u, // no _extensions_ @@ -255,9 +258,9 @@ static const ::google::protobuf::internal::MigrationSchema schemas[] PROTOBUF_SE { 7, -1, sizeof(::flyteidl::core::Resources)}, { 14, -1, sizeof(::flyteidl::core::RuntimeMetadata)}, { 22, -1, sizeof(::flyteidl::core::TaskMetadata)}, - { 33, -1, sizeof(::flyteidl::core::TaskTemplate)}, - { 45, -1, sizeof(::flyteidl::core::ContainerPort)}, - { 51, -1, sizeof(::flyteidl::core::Container)}, + { 35, -1, sizeof(::flyteidl::core::TaskTemplate)}, + { 47, -1, sizeof(::flyteidl::core::ContainerPort)}, + { 53, -1, sizeof(::flyteidl::core::Container)}, }; static ::google::protobuf::Message const * const file_default_instances[] = { @@ -292,33 +295,35 @@ const char descriptor_table_protodef_flyteidl_2fcore_2ftasks_2eproto[] = "\020\004\"\225\001\n\017RuntimeMetadata\0228\n\004type\030\001 \001(\0162*.f" "lyteidl.core.RuntimeMetadata.RuntimeType" "\022\017\n\007version\030\002 \001(\t\022\016\n\006flavor\030\003 \001(\t\"\'\n\013Run" - "timeType\022\t\n\005OTHER\020\000\022\r\n\tFLYTE_SDK\020\001\"\355\001\n\014T" + "timeType\022\t\n\005OTHER\020\000\022\r\n\tFLYTE_SDK\020\001\"\235\002\n\014T" "askMetadata\022\024\n\014discoverable\030\001 \001(\010\022/\n\007run" "time\030\002 \001(\0132\036.flyteidl.core.RuntimeMetada" "ta\022*\n\007timeout\030\004 \001(\0132\031.google.protobuf.Du" "ration\022-\n\007retries\030\005 \001(\0132\034.flyteidl.core." "RetryStrategy\022\031\n\021discovery_version\030\006 \001(\t" - "\022 \n\030deprecated_error_message\030\007 \001(\t\"\206\002\n\014T" - "askTemplate\022%\n\002id\030\001 \001(\0132\031.flyteidl.core." - "Identifier\022\014\n\004type\030\002 \001(\t\022-\n\010metadata\030\003 \001" - "(\0132\033.flyteidl.core.TaskMetadata\0220\n\tinter" - "face\030\004 \001(\0132\035.flyteidl.core.TypedInterfac" - "e\022\'\n\006custom\030\005 \001(\0132\027.google.protobuf.Stru" - "ct\022-\n\tcontainer\030\006 \001(\0132\030.flyteidl.core.Co" - "ntainerH\000B\010\n\006target\"\'\n\rContainerPort\022\026\n\016" - "container_port\030\001 \001(\r\"\352\001\n\tContainer\022\r\n\005im" - "age\030\001 \001(\t\022\017\n\007command\030\002 \003(\t\022\014\n\004args\030\003 \003(\t" - "\022+\n\tresources\030\004 \001(\0132\030.flyteidl.core.Reso" - "urces\022(\n\003env\030\005 \003(\0132\033.flyteidl.core.KeyVa" - "luePair\022+\n\006config\030\006 \003(\0132\033.flyteidl.core." - "KeyValuePair\022+\n\005ports\030\007 \003(\0132\034.flyteidl.c" - "ore.ContainerPortB2Z0github.com/lyft/fly" - "teidl/gen/pb-go/flyteidl/coreb\006proto3" + "\022 \n\030deprecated_error_message\030\007 \001(\t\022\027\n\rin" + "terruptible\030\010 \001(\010H\000B\025\n\023interruptible_val" + "ue\"\206\002\n\014TaskTemplate\022%\n\002id\030\001 \001(\0132\031.flytei" + "dl.core.Identifier\022\014\n\004type\030\002 \001(\t\022-\n\010meta" + "data\030\003 \001(\0132\033.flyteidl.core.TaskMetadata\022" + "0\n\tinterface\030\004 \001(\0132\035.flyteidl.core.Typed" + "Interface\022\'\n\006custom\030\005 \001(\0132\027.google.proto" + "buf.Struct\022-\n\tcontainer\030\006 \001(\0132\030.flyteidl" + ".core.ContainerH\000B\010\n\006target\"\'\n\rContainer" + "Port\022\026\n\016container_port\030\001 \001(\r\"\352\001\n\tContain" + "er\022\r\n\005image\030\001 \001(\t\022\017\n\007command\030\002 \003(\t\022\014\n\004ar" + "gs\030\003 \003(\t\022+\n\tresources\030\004 \001(\0132\030.flyteidl.c" + "ore.Resources\022(\n\003env\030\005 \003(\0132\033.flyteidl.co" + "re.KeyValuePair\022+\n\006config\030\006 \003(\0132\033.flytei" + "dl.core.KeyValuePair\022+\n\005ports\030\007 \003(\0132\034.fl" + "yteidl.core.ContainerPortB2Z0github.com/" + "lyft/flyteidl/gen/pb-go/flyteidl/coreb\006p" + "roto3" ; ::google::protobuf::internal::DescriptorTable descriptor_table_flyteidl_2fcore_2ftasks_2eproto = { false, InitDefaults_flyteidl_2fcore_2ftasks_2eproto, descriptor_table_protodef_flyteidl_2fcore_2ftasks_2eproto, - "flyteidl/core/tasks.proto", &assign_descriptors_table_flyteidl_2fcore_2ftasks_2eproto, 1477, + "flyteidl/core/tasks.proto", &assign_descriptors_table_flyteidl_2fcore_2ftasks_2eproto, 1525, }; void AddDescriptors_flyteidl_2fcore_2ftasks_2eproto() { @@ -1498,6 +1503,7 @@ void TaskMetadata::InitAsDefaultInstance() { ::google::protobuf::Duration::internal_default_instance()); ::flyteidl::core::_TaskMetadata_default_instance_._instance.get_mutable()->retries_ = const_cast< ::flyteidl::core::RetryStrategy*>( ::flyteidl::core::RetryStrategy::internal_default_instance()); + ::flyteidl::core::_TaskMetadata_default_instance_.interruptible_ = false; } class TaskMetadata::HasBitSetters { public: @@ -1537,6 +1543,7 @@ const int TaskMetadata::kTimeoutFieldNumber; const int TaskMetadata::kRetriesFieldNumber; const int TaskMetadata::kDiscoveryVersionFieldNumber; const int TaskMetadata::kDeprecatedErrorMessageFieldNumber; +const int TaskMetadata::kInterruptibleFieldNumber; #endif // !defined(_MSC_VER) || _MSC_VER >= 1900 TaskMetadata::TaskMetadata() @@ -1572,6 +1579,16 @@ TaskMetadata::TaskMetadata(const TaskMetadata& from) retries_ = nullptr; } discoverable_ = from.discoverable_; + clear_has_interruptible_value(); + switch (from.interruptible_value_case()) { + case kInterruptible: { + set_interruptible(from.interruptible()); + break; + } + case INTERRUPTIBLE_VALUE_NOT_SET: { + break; + } + } // @@protoc_insertion_point(copy_constructor:flyteidl.core.TaskMetadata) } @@ -1583,6 +1600,7 @@ void TaskMetadata::SharedCtor() { ::memset(&runtime_, 0, static_cast( reinterpret_cast(&discoverable_) - reinterpret_cast(&runtime_)) + sizeof(discoverable_)); + clear_has_interruptible_value(); } TaskMetadata::~TaskMetadata() { @@ -1596,6 +1614,9 @@ void TaskMetadata::SharedDtor() { if (this != internal_default_instance()) delete runtime_; if (this != internal_default_instance()) delete timeout_; if (this != internal_default_instance()) delete retries_; + if (has_interruptible_value()) { + clear_interruptible_value(); + } } void TaskMetadata::SetCachedSize(int size) const { @@ -1607,6 +1628,21 @@ const TaskMetadata& TaskMetadata::default_instance() { } +void TaskMetadata::clear_interruptible_value() { +// @@protoc_insertion_point(one_of_clear_start:flyteidl.core.TaskMetadata) + switch (interruptible_value_case()) { + case kInterruptible: { + // No need to clear + break; + } + case INTERRUPTIBLE_VALUE_NOT_SET: { + break; + } + } + _oneof_case_[0] = INTERRUPTIBLE_VALUE_NOT_SET; +} + + void TaskMetadata::Clear() { // @@protoc_insertion_point(message_clear_start:flyteidl.core.TaskMetadata) ::google::protobuf::uint32 cached_has_bits = 0; @@ -1628,6 +1664,7 @@ void TaskMetadata::Clear() { } retries_ = nullptr; discoverable_ = false; + clear_interruptible_value(); _internal_metadata_.Clear(); } @@ -1722,6 +1759,13 @@ const char* TaskMetadata::_InternalParse(const char* begin, const char* end, voi ptr += size; break; } + // bool interruptible = 8; + case 8: { + if (static_cast<::google::protobuf::uint8>(tag) != 64) goto handle_unusual; + msg->set_interruptible(::google::protobuf::internal::ReadVarint(&ptr)); + GOOGLE_PROTOBUF_PARSER_ASSERT(ptr); + break; + } default: { handle_unusual: if ((tag & 7) == 4 || tag == 0) { @@ -1832,6 +1876,20 @@ bool TaskMetadata::MergePartialFromCodedStream( break; } + // bool interruptible = 8; + case 8: { + if (static_cast< ::google::protobuf::uint8>(tag) == (64 & 0xFF)) { + clear_interruptible_value(); + DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< + bool, ::google::protobuf::internal::WireFormatLite::TYPE_BOOL>( + input, &interruptible_value_.interruptible_))); + set_has_interruptible(); + } else { + goto handle_unusual; + } + break; + } + default: { handle_unusual: if (tag == 0) { @@ -1902,6 +1960,11 @@ void TaskMetadata::SerializeWithCachedSizes( 7, this->deprecated_error_message(), output); } + // bool interruptible = 8; + if (has_interruptible()) { + ::google::protobuf::internal::WireFormatLite::WriteBool(8, this->interruptible(), output); + } + if (_internal_metadata_.have_unknown_fields()) { ::google::protobuf::internal::WireFormat::SerializeUnknownFields( _internal_metadata_.unknown_fields(), output); @@ -1963,6 +2026,11 @@ ::google::protobuf::uint8* TaskMetadata::InternalSerializeWithCachedSizesToArray 7, this->deprecated_error_message(), target); } + // bool interruptible = 8; + if (has_interruptible()) { + target = ::google::protobuf::internal::WireFormatLite::WriteBoolToArray(8, this->interruptible(), target); + } + if (_internal_metadata_.have_unknown_fields()) { target = ::google::protobuf::internal::WireFormat::SerializeUnknownFieldsToArray( _internal_metadata_.unknown_fields(), target); @@ -2024,6 +2092,16 @@ size_t TaskMetadata::ByteSizeLong() const { total_size += 1 + 1; } + switch (interruptible_value_case()) { + // bool interruptible = 8; + case kInterruptible: { + total_size += 1 + 1; + break; + } + case INTERRUPTIBLE_VALUE_NOT_SET: { + break; + } + } int cached_size = ::google::protobuf::internal::ToCachedSize(total_size); SetCachedSize(cached_size); return total_size; @@ -2071,6 +2149,15 @@ void TaskMetadata::MergeFrom(const TaskMetadata& from) { if (from.discoverable() != 0) { set_discoverable(from.discoverable()); } + switch (from.interruptible_value_case()) { + case kInterruptible: { + set_interruptible(from.interruptible()); + break; + } + case INTERRUPTIBLE_VALUE_NOT_SET: { + break; + } + } } void TaskMetadata::CopyFrom(const ::google::protobuf::Message& from) { @@ -2106,6 +2193,8 @@ void TaskMetadata::InternalSwap(TaskMetadata* other) { swap(timeout_, other->timeout_); swap(retries_, other->retries_); swap(discoverable_, other->discoverable_); + swap(interruptible_value_, other->interruptible_value_); + swap(_oneof_case_[0], other->_oneof_case_[0]); } ::google::protobuf::Metadata TaskMetadata::GetMetadata() const { diff --git a/flyteidl/gen/pb-cpp/flyteidl/core/tasks.pb.h b/flyteidl/gen/pb-cpp/flyteidl/core/tasks.pb.h index a953c63e54..845e53ecb1 100644 --- a/flyteidl/gen/pb-cpp/flyteidl/core/tasks.pb.h +++ b/flyteidl/gen/pb-cpp/flyteidl/core/tasks.pb.h @@ -632,6 +632,11 @@ class TaskMetadata final : } static const TaskMetadata& default_instance(); + enum InterruptibleValueCase { + kInterruptible = 8, + INTERRUPTIBLE_VALUE_NOT_SET = 0, + }; + static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY static inline const TaskMetadata* internal_default_instance() { return reinterpret_cast( @@ -756,9 +761,24 @@ class TaskMetadata final : bool discoverable() const; void set_discoverable(bool value); + // bool interruptible = 8; + private: + bool has_interruptible() const; + public: + void clear_interruptible(); + static const int kInterruptibleFieldNumber = 8; + bool interruptible() const; + void set_interruptible(bool value); + + void clear_interruptible_value(); + InterruptibleValueCase interruptible_value_case() const; // @@protoc_insertion_point(class_scope:flyteidl.core.TaskMetadata) private: class HasBitSetters; + void set_has_interruptible(); + + inline bool has_interruptible_value() const; + inline void clear_has_interruptible_value(); ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_; ::google::protobuf::internal::ArenaStringPtr discovery_version_; @@ -767,7 +787,13 @@ class TaskMetadata final : ::google::protobuf::Duration* timeout_; ::flyteidl::core::RetryStrategy* retries_; bool discoverable_; + union InterruptibleValueUnion { + InterruptibleValueUnion() {} + bool interruptible_; + } interruptible_value_; mutable ::google::protobuf::internal::CachedSize _cached_size_; + ::google::protobuf::uint32 _oneof_case_[1]; + friend struct ::TableStruct_flyteidl_2fcore_2ftasks_2eproto; }; // ------------------------------------------------------------------- @@ -1815,6 +1841,44 @@ inline void TaskMetadata::set_allocated_deprecated_error_message(::std::string* // @@protoc_insertion_point(field_set_allocated:flyteidl.core.TaskMetadata.deprecated_error_message) } +// bool interruptible = 8; +inline bool TaskMetadata::has_interruptible() const { + return interruptible_value_case() == kInterruptible; +} +inline void TaskMetadata::set_has_interruptible() { + _oneof_case_[0] = kInterruptible; +} +inline void TaskMetadata::clear_interruptible() { + if (has_interruptible()) { + interruptible_value_.interruptible_ = false; + clear_has_interruptible_value(); + } +} +inline bool TaskMetadata::interruptible() const { + // @@protoc_insertion_point(field_get:flyteidl.core.TaskMetadata.interruptible) + if (has_interruptible()) { + return interruptible_value_.interruptible_; + } + return false; +} +inline void TaskMetadata::set_interruptible(bool value) { + if (!has_interruptible()) { + clear_interruptible_value(); + set_has_interruptible(); + } + interruptible_value_.interruptible_ = value; + // @@protoc_insertion_point(field_set:flyteidl.core.TaskMetadata.interruptible) +} + +inline bool TaskMetadata::has_interruptible_value() const { + return interruptible_value_case() != INTERRUPTIBLE_VALUE_NOT_SET; +} +inline void TaskMetadata::clear_has_interruptible_value() { + _oneof_case_[0] = INTERRUPTIBLE_VALUE_NOT_SET; +} +inline TaskMetadata::InterruptibleValueCase TaskMetadata::interruptible_value_case() const { + return TaskMetadata::InterruptibleValueCase(_oneof_case_[0]); +} // ------------------------------------------------------------------- // TaskTemplate diff --git a/flyteidl/gen/pb-go/flyteidl/core/tasks.pb.go b/flyteidl/gen/pb-go/flyteidl/core/tasks.pb.go index d94e3d7a36..5b06913ef5 100644 --- a/flyteidl/gen/pb-go/flyteidl/core/tasks.pb.go +++ b/flyteidl/gen/pb-go/flyteidl/core/tasks.pb.go @@ -259,10 +259,15 @@ type TaskMetadata struct { DiscoveryVersion string `protobuf:"bytes,6,opt,name=discovery_version,json=discoveryVersion,proto3" json:"discovery_version,omitempty"` // If set, this indicates that this task is deprecated. This will enable owners of tasks to notify consumers // of the ending of support for a given task. - DeprecatedErrorMessage string `protobuf:"bytes,7,opt,name=deprecated_error_message,json=deprecatedErrorMessage,proto3" json:"deprecated_error_message,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` + DeprecatedErrorMessage string `protobuf:"bytes,7,opt,name=deprecated_error_message,json=deprecatedErrorMessage,proto3" json:"deprecated_error_message,omitempty"` + // Identify whether task is interruptible + // + // Types that are valid to be assigned to InterruptibleValue: + // *TaskMetadata_Interruptible + InterruptibleValue isTaskMetadata_InterruptibleValue `protobuf_oneof:"interruptible_value"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } func (m *TaskMetadata) Reset() { *m = TaskMetadata{} } @@ -332,6 +337,37 @@ func (m *TaskMetadata) GetDeprecatedErrorMessage() string { return "" } +type isTaskMetadata_InterruptibleValue interface { + isTaskMetadata_InterruptibleValue() +} + +type TaskMetadata_Interruptible struct { + Interruptible bool `protobuf:"varint,8,opt,name=interruptible,proto3,oneof"` +} + +func (*TaskMetadata_Interruptible) isTaskMetadata_InterruptibleValue() {} + +func (m *TaskMetadata) GetInterruptibleValue() isTaskMetadata_InterruptibleValue { + if m != nil { + return m.InterruptibleValue + } + return nil +} + +func (m *TaskMetadata) GetInterruptible() bool { + if x, ok := m.GetInterruptibleValue().(*TaskMetadata_Interruptible); ok { + return x.Interruptible + } + return false +} + +// XXX_OneofWrappers is for the internal use of the proto package. +func (*TaskMetadata) XXX_OneofWrappers() []interface{} { + return []interface{}{ + (*TaskMetadata_Interruptible)(nil), + } +} + // A Task structure that uniquely identifies a task in the system // Tasks are registered as a first step in the system. type TaskTemplate struct { @@ -606,57 +642,59 @@ func init() { func init() { proto.RegisterFile("flyteidl/core/tasks.proto", fileDescriptor_bd8423ba58d6ed80) } var fileDescriptor_bd8423ba58d6ed80 = []byte{ - // 828 bytes of a gzipped FileDescriptorProto + // 854 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x55, 0xed, 0x6e, 0xdb, 0x36, - 0x14, 0x8d, 0xed, 0x58, 0x8e, 0xae, 0xe3, 0xce, 0x23, 0x86, 0x4e, 0xcd, 0xd2, 0x20, 0x10, 0xd0, - 0x2d, 0xdb, 0x50, 0x6b, 0x70, 0x80, 0x2c, 0xc3, 0x80, 0x02, 0x4b, 0xeb, 0x7e, 0x20, 0xcb, 0x07, - 0x18, 0xa7, 0x43, 0xf7, 0xc7, 0xa3, 0xa5, 0x6b, 0x8d, 0xa8, 0x24, 0x7a, 0x24, 0x65, 0x40, 0x4f, - 0xb3, 0x17, 0xd8, 0x03, 0x6c, 0xff, 0xf6, 0x68, 0x83, 0xa8, 0x8f, 0x58, 0x2e, 0xba, 0xa2, 0xbf, - 0xc4, 0xab, 0x73, 0xce, 0xd5, 0xe5, 0xb9, 0xe4, 0x15, 0x3c, 0x58, 0x44, 0x99, 0x46, 0x1e, 0x44, - 0x9e, 0x2f, 0x24, 0x7a, 0x9a, 0xa9, 0xb7, 0x6a, 0xb4, 0x94, 0x42, 0x0b, 0x32, 0xa8, 0xa0, 0x51, - 0x0e, 0xed, 0x1d, 0x34, 0x99, 0x3c, 0xc0, 0x44, 0xf3, 0x05, 0x47, 0x59, 0xd0, 0xf7, 0x1e, 0x6e, - 0xe0, 0x89, 0x46, 0xb9, 0x60, 0x3e, 0x96, 0xf0, 0x7e, 0x13, 0x8e, 0xb8, 0x46, 0xc9, 0xa2, 0xf2, - 0x5b, 0x7b, 0x07, 0xa1, 0x10, 0x61, 0x84, 0x9e, 0x89, 0xe6, 0xe9, 0xc2, 0x0b, 0x52, 0xc9, 0x34, - 0x17, 0x49, 0xa5, 0xde, 0xc4, 0x95, 0x96, 0xa9, 0xaf, 0x0b, 0xd4, 0xfd, 0xa7, 0x0d, 0x36, 0x45, - 0x25, 0x52, 0xe9, 0xa3, 0x22, 0x67, 0xb0, 0x23, 0xf1, 0x8f, 0x14, 0x95, 0x56, 0x4e, 0xeb, 0xb0, - 0x73, 0xd4, 0x1f, 0x7f, 0x39, 0x6a, 0x6c, 0x65, 0x54, 0x73, 0xeb, 0xd5, 0x24, 0xd1, 0x32, 0xa3, - 0xb5, 0x8e, 0x3c, 0x01, 0x2b, 0xe2, 0x31, 0xd7, 0xca, 0x69, 0x7f, 0x54, 0x86, 0x52, 0xb5, 0xf7, - 0x1b, 0x0c, 0x1a, 0x00, 0xf9, 0x01, 0xb6, 0x13, 0x16, 0xa3, 0xd3, 0x3a, 0x6c, 0x1d, 0xdd, 0x1b, - 0x3f, 0xfa, 0x60, 0xba, 0x4b, 0x16, 0x23, 0x35, 0x12, 0xf2, 0x19, 0x74, 0x57, 0x2c, 0x4a, 0xd1, - 0x69, 0x1f, 0xb6, 0x8e, 0x6c, 0x5a, 0x04, 0xee, 0x73, 0xd8, 0x5d, 0xe7, 0x92, 0x3e, 0xf4, 0x6e, - 0x2f, 0xcf, 0x2f, 0xaf, 0x7e, 0xb9, 0x1c, 0x6e, 0x91, 0x1e, 0x74, 0x9e, 0x5e, 0xdf, 0x0e, 0x5b, - 0xf9, 0xe2, 0xc5, 0xf5, 0xed, 0xb0, 0x4d, 0x00, 0xac, 0x8b, 0xc9, 0xc5, 0x15, 0x7d, 0x33, 0xec, - 0xe4, 0xd4, 0x9b, 0xe9, 0x15, 0xfd, 0xe9, 0xc5, 0x64, 0xb8, 0xed, 0xfe, 0xd5, 0x82, 0x4f, 0x68, - 0x9a, 0x68, 0x1e, 0xe3, 0x05, 0x6a, 0x16, 0x30, 0xcd, 0xc8, 0x13, 0xd8, 0xd6, 0xd9, 0xb2, 0x2a, - 0xf6, 0x9b, 0xcd, 0x62, 0x9b, 0xec, 0x2a, 0x9e, 0x66, 0x4b, 0xa4, 0x46, 0x47, 0x1c, 0xe8, 0xad, - 0x50, 0x2a, 0x2e, 0x92, 0xb2, 0xe6, 0x2a, 0x24, 0xf7, 0xc1, 0x5a, 0x44, 0x6c, 0x25, 0xa4, 0xd3, - 0x31, 0x40, 0x19, 0xb9, 0x5f, 0x41, 0x7f, 0x2d, 0x0d, 0xb1, 0xa1, 0x7b, 0x35, 0x7d, 0x39, 0xa1, - 0xc3, 0x2d, 0x32, 0x00, 0xfb, 0xf9, 0xcf, 0x6f, 0xa6, 0x93, 0xd9, 0xcd, 0xb3, 0xf3, 0x61, 0xcb, - 0xfd, 0xb7, 0x0d, 0xbb, 0x53, 0xa6, 0xde, 0xd6, 0xb5, 0xba, 0xb0, 0x1b, 0x70, 0xe5, 0x8b, 0x15, - 0x4a, 0x36, 0x8f, 0x8a, 0x9a, 0x77, 0x68, 0xe3, 0x1d, 0x39, 0x85, 0x9e, 0x2c, 0xb2, 0x9b, 0x7a, - 0xfa, 0xe3, 0x83, 0xff, 0xdf, 0x12, 0xad, 0xe8, 0xe4, 0x18, 0x7a, 0xf9, 0x53, 0xa4, 0xda, 0xd9, - 0x36, 0xca, 0x07, 0xa3, 0xe2, 0x24, 0x8e, 0xaa, 0x93, 0x38, 0x7a, 0x56, 0x9e, 0x54, 0x5a, 0x31, - 0xc9, 0x09, 0xf4, 0x24, 0x6a, 0xc9, 0x51, 0x39, 0x5d, 0x23, 0xda, 0x7f, 0xa7, 0xdd, 0x5a, 0x66, - 0x37, 0x5a, 0x32, 0x8d, 0x61, 0x46, 0x2b, 0x32, 0xf9, 0x16, 0x3e, 0xad, 0xca, 0xce, 0x66, 0x95, - 0x81, 0x96, 0xf1, 0x69, 0x58, 0x03, 0xaf, 0x4b, 0x27, 0x4f, 0xc1, 0x09, 0x70, 0x29, 0xd1, 0x67, - 0x1a, 0x83, 0x19, 0x4a, 0x29, 0xe4, 0x2c, 0x46, 0xa5, 0x58, 0x88, 0x4e, 0xcf, 0x68, 0xee, 0xdf, - 0xe1, 0x93, 0x1c, 0xbe, 0x28, 0x50, 0xf7, 0xef, 0xd2, 0xc2, 0x29, 0xc6, 0xcb, 0x88, 0x69, 0x24, - 0x5f, 0x43, 0x9b, 0x07, 0xc6, 0xb8, 0x7c, 0x7f, 0xcd, 0x52, 0x5f, 0xd5, 0xd7, 0x9c, 0xb6, 0x79, - 0x40, 0x48, 0x79, 0x32, 0x8a, 0xb6, 0x16, 0xdd, 0xfe, 0x1e, 0x76, 0xe2, 0xd2, 0x38, 0xd3, 0xd5, - 0xfe, 0xf8, 0x8b, 0x8d, 0x24, 0xeb, 0x0d, 0xa3, 0x35, 0x99, 0xfc, 0x08, 0x76, 0x3d, 0x25, 0x4a, - 0x7b, 0x1f, 0x6e, 0x2a, 0xb3, 0x25, 0x06, 0xaf, 0x2a, 0x12, 0xbd, 0xe3, 0x13, 0x0f, 0x2c, 0x3f, - 0x55, 0x5a, 0xc4, 0xa5, 0xc7, 0x9f, 0xbf, 0xd3, 0x98, 0x1b, 0x33, 0x22, 0x68, 0x49, 0x23, 0xa7, - 0x60, 0xfb, 0x22, 0xd1, 0x8c, 0x27, 0x28, 0x8d, 0xab, 0xfd, 0xb1, 0xb3, 0xf1, 0xb5, 0xa7, 0x15, - 0xfe, 0x72, 0x8b, 0xde, 0x91, 0xcf, 0x76, 0xc0, 0xd2, 0x4c, 0x86, 0xa8, 0xdd, 0x13, 0x18, 0xd4, - 0x9c, 0x6b, 0x21, 0x35, 0x79, 0x04, 0xf7, 0x6a, 0xde, 0x6c, 0x29, 0xa4, 0x36, 0x36, 0x0e, 0xe8, - 0xc0, 0x5f, 0xa7, 0xb9, 0x7f, 0xb6, 0xc1, 0xae, 0x85, 0xf9, 0x85, 0xe6, 0x71, 0xde, 0xa7, 0x56, - 0x71, 0xa1, 0x4d, 0x90, 0x5f, 0x1a, 0x5f, 0xc4, 0x31, 0x4b, 0x02, 0x33, 0x73, 0x6c, 0x5a, 0x85, - 0xb9, 0xe9, 0x4c, 0x86, 0xca, 0xe9, 0x98, 0xd7, 0x66, 0x4d, 0x4e, 0xc0, 0x96, 0xd5, 0xd0, 0x28, - 0xbd, 0x73, 0xde, 0x37, 0x54, 0xe8, 0x1d, 0x95, 0x3c, 0x86, 0x0e, 0x26, 0x2b, 0xa7, 0x6b, 0xa6, - 0xda, 0x66, 0x9f, 0xce, 0x31, 0x7b, 0x9d, 0x0f, 0x97, 0x6b, 0xc6, 0x25, 0xcd, 0x79, 0xe4, 0x18, - 0x2c, 0x5f, 0x24, 0x0b, 0x1e, 0x3a, 0xd6, 0x87, 0x15, 0x25, 0x95, 0x8c, 0xa1, 0x9b, 0x5b, 0xa1, - 0x9c, 0x9e, 0xd1, 0xec, 0xbf, 0xcf, 0xe5, 0xdc, 0x1a, 0x5a, 0x50, 0xcf, 0xc6, 0xbf, 0x7e, 0x17, - 0x72, 0xfd, 0x7b, 0x3a, 0x1f, 0xf9, 0x22, 0xf6, 0xa2, 0x6c, 0xa1, 0xbd, 0xfa, 0x87, 0x11, 0x62, - 0xe2, 0x2d, 0xe7, 0x8f, 0x43, 0xe1, 0x35, 0xfe, 0x21, 0x73, 0xcb, 0xb4, 0xfa, 0xf8, 0xbf, 0x00, - 0x00, 0x00, 0xff, 0xff, 0x4c, 0x5e, 0x75, 0x00, 0xc4, 0x06, 0x00, 0x00, + 0x14, 0x8d, 0xed, 0x44, 0xb6, 0xae, 0xe3, 0xce, 0xe3, 0xb6, 0x4e, 0xcd, 0xd2, 0x20, 0x30, 0xd0, + 0x2e, 0xdb, 0x50, 0x6b, 0x70, 0x80, 0x2c, 0xc3, 0x80, 0x02, 0x4b, 0xeb, 0x36, 0x45, 0x96, 0x0f, + 0x30, 0x4e, 0x87, 0xee, 0x8f, 0x47, 0x4b, 0xd7, 0x1a, 0x51, 0x49, 0xd4, 0x48, 0xca, 0x80, 0x9e, + 0x66, 0x2f, 0xb0, 0x07, 0xd8, 0x9e, 0x6e, 0x83, 0xa8, 0x8f, 0x44, 0x2e, 0xba, 0x62, 0xbf, 0xc4, + 0xcb, 0x73, 0x0e, 0x75, 0x79, 0xee, 0xd5, 0x15, 0x3c, 0x58, 0x86, 0x99, 0x46, 0xee, 0x87, 0xae, + 0x27, 0x24, 0xba, 0x9a, 0xa9, 0xb7, 0x6a, 0x9c, 0x48, 0xa1, 0x05, 0x19, 0x54, 0xd0, 0x38, 0x87, + 0x76, 0xf6, 0x9a, 0x4c, 0xee, 0x63, 0xac, 0xf9, 0x92, 0xa3, 0x2c, 0xe8, 0x3b, 0x0f, 0xd7, 0xf0, + 0x58, 0xa3, 0x5c, 0x32, 0x0f, 0x4b, 0x78, 0xb7, 0x09, 0x87, 0x5c, 0xa3, 0x64, 0x61, 0xf9, 0xae, + 0x9d, 0xbd, 0x40, 0x88, 0x20, 0x44, 0xd7, 0x44, 0x8b, 0x74, 0xe9, 0xfa, 0xa9, 0x64, 0x9a, 0x8b, + 0xb8, 0x52, 0xaf, 0xe3, 0x4a, 0xcb, 0xd4, 0xd3, 0x05, 0x3a, 0xfa, 0xbb, 0x0d, 0x36, 0x45, 0x25, + 0x52, 0xe9, 0xa1, 0x22, 0x27, 0xd0, 0x93, 0xf8, 0x7b, 0x8a, 0x4a, 0x2b, 0xa7, 0xb5, 0xdf, 0x39, + 0xe8, 0x4f, 0x1e, 0x8f, 0x1b, 0x57, 0x19, 0xd7, 0xdc, 0x7a, 0x35, 0x8d, 0xb5, 0xcc, 0x68, 0xad, + 0x23, 0x4f, 0xc1, 0x0a, 0x79, 0xc4, 0xb5, 0x72, 0xda, 0xff, 0xeb, 0x84, 0x52, 0xb5, 0xf3, 0x2b, + 0x0c, 0x1a, 0x00, 0xf9, 0x1e, 0x36, 0x63, 0x16, 0xa1, 0xd3, 0xda, 0x6f, 0x1d, 0xdc, 0x9b, 0x3c, + 0xfa, 0xe0, 0x71, 0x17, 0x2c, 0x42, 0x6a, 0x24, 0xe4, 0x53, 0xd8, 0x5a, 0xb1, 0x30, 0x45, 0xa7, + 0xbd, 0xdf, 0x3a, 0xb0, 0x69, 0x11, 0x8c, 0x5e, 0xc0, 0xf6, 0x5d, 0x2e, 0xe9, 0x43, 0xf7, 0xe6, + 0xe2, 0xec, 0xe2, 0xf2, 0xe7, 0x8b, 0xe1, 0x06, 0xe9, 0x42, 0xe7, 0xd9, 0xd5, 0xcd, 0xb0, 0x95, + 0x2f, 0x5e, 0x5e, 0xdd, 0x0c, 0xdb, 0x04, 0xc0, 0x3a, 0x9f, 0x9e, 0x5f, 0xd2, 0x37, 0xc3, 0x4e, + 0x4e, 0xbd, 0x9e, 0x5d, 0xd2, 0x1f, 0x5f, 0x4e, 0x87, 0x9b, 0xa3, 0x3f, 0x5b, 0xf0, 0x11, 0x4d, + 0x63, 0xcd, 0x23, 0x3c, 0x47, 0xcd, 0x7c, 0xa6, 0x19, 0x79, 0x0a, 0x9b, 0x3a, 0x4b, 0xaa, 0x64, + 0xbf, 0x5e, 0x4f, 0xb6, 0xc9, 0xae, 0xe2, 0x59, 0x96, 0x20, 0x35, 0x3a, 0xe2, 0x40, 0x77, 0x85, + 0x52, 0x71, 0x11, 0x97, 0x39, 0x57, 0x21, 0xb9, 0x0f, 0xd6, 0x32, 0x64, 0x2b, 0x21, 0x9d, 0x8e, + 0x01, 0xca, 0x68, 0xf4, 0x25, 0xf4, 0xef, 0x1c, 0x43, 0x6c, 0xd8, 0xba, 0x9c, 0x9d, 0x4e, 0xe9, + 0x70, 0x83, 0x0c, 0xc0, 0x7e, 0xf1, 0xd3, 0x9b, 0xd9, 0x74, 0x7e, 0xfd, 0xfc, 0x6c, 0xd8, 0x1a, + 0xfd, 0xd3, 0x86, 0xed, 0x19, 0x53, 0x6f, 0xeb, 0x5c, 0x47, 0xb0, 0xed, 0x73, 0xe5, 0x89, 0x15, + 0x4a, 0xb6, 0x08, 0x8b, 0x9c, 0x7b, 0xb4, 0xb1, 0x47, 0x8e, 0xa1, 0x2b, 0x8b, 0xd3, 0x4d, 0x3e, + 0xfd, 0xc9, 0xde, 0x7f, 0x5f, 0x89, 0x56, 0x74, 0x72, 0x08, 0xdd, 0xfc, 0x29, 0x52, 0xed, 0x6c, + 0x1a, 0xe5, 0x83, 0x71, 0xd1, 0x89, 0xe3, 0xaa, 0x13, 0xc7, 0xcf, 0xcb, 0x4e, 0xa5, 0x15, 0x93, + 0x1c, 0x41, 0x57, 0xa2, 0x96, 0x1c, 0x95, 0xb3, 0x65, 0x44, 0xbb, 0xef, 0x94, 0x5b, 0xcb, 0xec, + 0x5a, 0x4b, 0xa6, 0x31, 0xc8, 0x68, 0x45, 0x26, 0xdf, 0xc0, 0xc7, 0x55, 0xda, 0xd9, 0xbc, 0x32, + 0xd0, 0x32, 0x3e, 0x0d, 0x6b, 0xe0, 0x75, 0xe9, 0xe4, 0x31, 0x38, 0x3e, 0x26, 0x12, 0x3d, 0xa6, + 0xd1, 0x9f, 0xa3, 0x94, 0x42, 0xce, 0x23, 0x54, 0x8a, 0x05, 0xe8, 0x74, 0x8d, 0xe6, 0xfe, 0x2d, + 0x3e, 0xcd, 0xe1, 0xf3, 0x02, 0x25, 0x8f, 0x61, 0x60, 0x3e, 0x4e, 0x99, 0x26, 0x9a, 0xe7, 0x96, + 0xf5, 0x72, 0xcb, 0x4e, 0x37, 0x68, 0x73, 0xfb, 0xe4, 0x33, 0xf8, 0xa4, 0xb1, 0x31, 0x2f, 0x1a, + 0xef, 0xaf, 0xb2, 0x02, 0x33, 0x8c, 0x92, 0x90, 0x69, 0x24, 0x5f, 0x41, 0x9b, 0xfb, 0xc6, 0xf7, + 0xdc, 0x9e, 0xe6, 0x4d, 0x5f, 0xd5, 0x53, 0x82, 0xb6, 0xb9, 0x4f, 0x48, 0xd9, 0x58, 0x45, 0x57, + 0x14, 0xcd, 0xf2, 0x1d, 0xf4, 0xa2, 0xd2, 0x77, 0xd3, 0x14, 0xfd, 0xc9, 0x17, 0x6b, 0x87, 0xdc, + 0xad, 0x37, 0xad, 0xc9, 0xe4, 0x07, 0xb0, 0xeb, 0x21, 0x53, 0x56, 0xe7, 0xe1, 0xba, 0x32, 0x4b, + 0xd0, 0x7f, 0x55, 0x91, 0xe8, 0x2d, 0x9f, 0xb8, 0x60, 0x79, 0xa9, 0xd2, 0x22, 0x2a, 0x4b, 0xf4, + 0xf9, 0x3b, 0x75, 0xbd, 0x36, 0x13, 0x86, 0x96, 0x34, 0x72, 0x0c, 0xb6, 0x27, 0x62, 0xcd, 0x78, + 0x8c, 0xd2, 0x14, 0xa5, 0x3f, 0x71, 0xd6, 0xde, 0xf6, 0xac, 0xc2, 0x4f, 0x37, 0xe8, 0x2d, 0xf9, + 0xa4, 0x07, 0x96, 0x66, 0x32, 0x40, 0x3d, 0x3a, 0x82, 0x41, 0xcd, 0xb9, 0x12, 0x52, 0x93, 0x47, + 0x70, 0xaf, 0xe6, 0xcd, 0x13, 0x21, 0xb5, 0xb1, 0x71, 0x40, 0x07, 0xde, 0x5d, 0xda, 0xe8, 0x8f, + 0x36, 0xd8, 0xb5, 0x30, 0x9f, 0x07, 0x3c, 0xca, 0xcb, 0xdc, 0x2a, 0xe6, 0x81, 0x09, 0xf2, 0x6f, + 0xce, 0x13, 0x51, 0xc4, 0x62, 0xdf, 0x8c, 0x2c, 0x9b, 0x56, 0x61, 0x6e, 0x3a, 0x93, 0x81, 0x72, + 0x3a, 0x66, 0xdb, 0xac, 0xc9, 0x11, 0xd8, 0xb2, 0x9a, 0x39, 0xa5, 0x77, 0xce, 0xfb, 0x66, 0x12, + 0xbd, 0xa5, 0x92, 0x27, 0xd0, 0xc1, 0x78, 0xe5, 0x6c, 0x99, 0xa1, 0xb8, 0x5e, 0xa7, 0x33, 0xcc, + 0x5e, 0xe7, 0x2d, 0x72, 0xc5, 0xb8, 0xa4, 0x39, 0x8f, 0x1c, 0x82, 0xe5, 0x89, 0x78, 0xc9, 0x03, + 0xc7, 0xfa, 0xb0, 0xa2, 0xa4, 0x92, 0x09, 0x6c, 0xe5, 0x56, 0x28, 0xa7, 0x6b, 0x34, 0xbb, 0xef, + 0x73, 0x39, 0xb7, 0x86, 0x16, 0xd4, 0x93, 0xc9, 0x2f, 0xdf, 0x06, 0x5c, 0xff, 0x96, 0x2e, 0xc6, + 0x9e, 0x88, 0xdc, 0x30, 0x5b, 0x6a, 0xb7, 0xfe, 0xdf, 0x04, 0x18, 0xbb, 0xc9, 0xe2, 0x49, 0x20, + 0xdc, 0xc6, 0x2f, 0x68, 0x61, 0x99, 0x52, 0x1f, 0xfe, 0x1b, 0x00, 0x00, 0xff, 0xff, 0xbb, 0x72, + 0x9d, 0x0f, 0x03, 0x07, 0x00, 0x00, } diff --git a/flyteidl/gen/pb-go/flyteidl/core/tasks.pb.validate.go b/flyteidl/gen/pb-go/flyteidl/core/tasks.pb.validate.go index f1135bcb61..e398810d19 100644 --- a/flyteidl/gen/pb-go/flyteidl/core/tasks.pb.validate.go +++ b/flyteidl/gen/pb-go/flyteidl/core/tasks.pb.validate.go @@ -245,6 +245,13 @@ func (m *TaskMetadata) Validate() error { // no validation rules for DeprecatedErrorMessage + switch m.InterruptibleValue.(type) { + + case *TaskMetadata_Interruptible: + // no validation rules for Interruptible + + } + 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 2545dc5625..14f603ba31 100644 --- a/flyteidl/gen/pb-go/flyteidl/service/admin.swagger.json +++ b/flyteidl/gen/pb-go/flyteidl/service/admin.swagger.json @@ -4975,6 +4975,10 @@ "deprecated_error_message": { "type": "string", "description": "If set, this indicates that this task is deprecated. This will enable owners of tasks to notify consumers\nof the ending of support for a given task." + }, + "interruptible": { + "type": "boolean", + "format": "boolean" } }, "title": "Task Metadata" 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 bf68385e56..ae129a2f13 100644 --- a/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/api/swagger.yaml +++ b/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/api/swagger.yaml @@ -5156,6 +5156,7 @@ definitions: version: "version" discovery_version: "discovery_version" deprecated_error_message: "deprecated_error_message" + interruptible: true timeout: "timeout" custom: fields: @@ -5287,6 +5288,7 @@ definitions: version: "version" discovery_version: "discovery_version" deprecated_error_message: "deprecated_error_message" + interruptible: true timeout: "timeout" custom: fields: @@ -5652,6 +5654,7 @@ definitions: version: "version" discovery_version: "discovery_version" deprecated_error_message: "deprecated_error_message" + interruptible: true timeout: "timeout" custom: fields: @@ -5776,6 +5779,7 @@ definitions: version: "version" discovery_version: "discovery_version" deprecated_error_message: "deprecated_error_message" + interruptible: true timeout: "timeout" custom: fields: @@ -7616,6 +7620,7 @@ definitions: version: "version" discovery_version: "discovery_version" deprecated_error_message: "deprecated_error_message" + interruptible: true timeout: "timeout" custom: fields: @@ -7731,6 +7736,7 @@ definitions: version: "version" discovery_version: "discovery_version" deprecated_error_message: "deprecated_error_message" + interruptible: true timeout: "timeout" custom: fields: @@ -10424,6 +10430,7 @@ definitions: version: "version" discovery_version: "discovery_version" deprecated_error_message: "deprecated_error_message" + interruptible: true timeout: "timeout" custom: fields: @@ -10539,6 +10546,7 @@ definitions: version: "version" discovery_version: "discovery_version" deprecated_error_message: "deprecated_error_message" + interruptible: true timeout: "timeout" custom: fields: @@ -13188,6 +13196,7 @@ definitions: version: "version" discovery_version: "discovery_version" deprecated_error_message: "deprecated_error_message" + interruptible: true timeout: "timeout" custom: fields: @@ -13303,6 +13312,7 @@ definitions: version: "version" discovery_version: "discovery_version" deprecated_error_message: "deprecated_error_message" + interruptible: true timeout: "timeout" custom: fields: @@ -15893,6 +15903,7 @@ definitions: version: "version" discovery_version: "discovery_version" deprecated_error_message: "deprecated_error_message" + interruptible: true timeout: "timeout" custom: fields: @@ -16008,6 +16019,7 @@ definitions: version: "version" discovery_version: "discovery_version" deprecated_error_message: "deprecated_error_message" + interruptible: true timeout: "timeout" custom: fields: @@ -17345,6 +17357,7 @@ definitions: version: "version" discovery_version: "discovery_version" deprecated_error_message: "deprecated_error_message" + interruptible: true timeout: "timeout" custom: fields: @@ -19964,6 +19977,7 @@ definitions: version: "version" discovery_version: "discovery_version" deprecated_error_message: "deprecated_error_message" + interruptible: true timeout: "timeout" custom: fields: @@ -20079,6 +20093,7 @@ definitions: version: "version" discovery_version: "discovery_version" deprecated_error_message: "deprecated_error_message" + interruptible: true timeout: "timeout" custom: fields: @@ -22210,6 +22225,9 @@ definitions: description: "If set, this indicates that this task is deprecated. This will\ \ enable owners of tasks to notify consumers\nof the ending of support for\ \ a given task." + interruptible: + type: "boolean" + format: "boolean" title: "Task Metadata" example: retries: @@ -22221,6 +22239,7 @@ definitions: version: "version" discovery_version: "discovery_version" deprecated_error_message: "deprecated_error_message" + interruptible: true timeout: "timeout" coreTaskNode: type: "object" @@ -22308,6 +22327,7 @@ definitions: version: "version" discovery_version: "discovery_version" deprecated_error_message: "deprecated_error_message" + interruptible: true timeout: "timeout" custom: fields: diff --git a/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/model_core_task_metadata.go b/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/model_core_task_metadata.go index cd5325c7d8..bc147f098b 100644 --- a/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/model_core_task_metadata.go +++ b/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/model_core_task_metadata.go @@ -22,4 +22,5 @@ type CoreTaskMetadata struct { DiscoveryVersion string `json:"discovery_version,omitempty"` // If set, this indicates that this task is deprecated. This will enable owners of tasks to notify consumers of the ending of support for a given task. DeprecatedErrorMessage string `json:"deprecated_error_message,omitempty"` + Interruptible bool `json:"interruptible,omitempty"` } diff --git a/flyteidl/gen/pb-go/flyteidl/service/openapi.go b/flyteidl/gen/pb-go/flyteidl/service/openapi.go index 2c6de9579c..01ef968357 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\x73\x23\xb9\x91\x27\xfe\xfb\xfc\x15\xf8\xea\x2e\x62\xa6\x6d\x4a\x3d\xb6\xd7\x1b\xbe\xde\xd8\xf8\x06\x47\x62\xf7\xc8\xa3\x96\x64\x3d\xa6\xcf\xb1\x74\xc8\x60\x15\x48\xc2\x2a\xa2\x68\x00\x25\x35\xed\x98\xff\xfd\x02\x89\x47\x01\xf5\x62\x15\x49\x49\x94\xa6\xf6\xe2\x3c\x6a\x92\x85\x4a\x00\x89\x44\x3e\x3e\x99\xf9\xef\x6f\x10\x3a\x10\x8f\x78\x36\x23\xfc\xe0\x03\x3a\xf8\xfd\xd1\xf7\x07\x03\xf5\x19\x65\xd3\xf4\xe0\x03\x52\xdf\x23\x74\x20\xa9\x4c\x88\xfa\x7e\x9a\xac\x24\xa1\x71\xf2\x5e\x10\xfe\x40\x23\xf2\x1e\xc7\x0b\xca\x8e\x96\x3c\x95\x29\x3c\x88\xd0\xc1\x03\xe1\x82\xa6\x4c\xfd\xdc\xfc\x89\x58\x2a\x91\x20\xf2\xe0\x1b\x84\x7e\x81\xe1\x45\x34\x27\x0b\x22\x0e\x3e\xa0\xff\xd1\x0f\xcd\xa5\x5c\xda\x01\xd4\xdf\x42\xfd\xf6\x6f\xf0\xdb\x28\x65\x22\x0b\x7e\x8c\x97\xcb\x84\x46\x58\xd2\x94\xbd\xff\x87\x48\x59\xfe\xdb\x25\x4f\xe3\x2c\x6a\xf9\x5b\x2c\xe7\x22\x9f\xe3\x7b\xbc\xa4\xef\x1f\x7e\xf7\x1e\x47\x92\x3e\x90\xbb\x04\x67\x2c\x9a\xdf\x2d\x13\xcc\xc4\xfb\x7f\xd3\x58\xcd\xf1\x1f\x24\x92\xbf\xc0\x3f\xe2\x74\x81\x29\xd3\x7f\x33\xbc\x20\xbf\xb8\x71\x10\x3a\x98\x11\xe9\xfd\x13\xa1\x83\x98\x88\x88\xd3\xa5\x34\xab\x72\x45\x24\xa7\xe4\x81\x20\x39\x27\x48\xbf\x0e\xe9\xd7\x21\xf5\x3a\x64\x57\x4d\x2c\x49\x44\xa7\x94\xc4\x68\xb2\x42\x94\x2d\x33\x89\x38\xf9\x67\x46\x84\x44\x53\x9a\x48\xc2\xc5\x91\x59\x32\x78\x4b\xba\x24\x1c\xe6\x79\x1a\xab\xb7\x7c\x22\x72\x08\x63\x9f\xc1\xd0\x97\x09\x66\xfe\xaf\x39\x11\xcb\x94\x09\x22\x02\x52\x11\x3a\xf8\xfd\xf7\xdf\x17\x3e\x2a\xcf\x60\x88\x44\x16\x45\x44\x88\x69\x96\x20\x3b\x92\x4f\x0c\x3c\x04\x9b\x8c\x4b\x83\x21\x74\xf0\xbf\x39\x99\xaa\x71\xfe\xd7\xfb\x98\x4c\x29\xa3\x6a\x5c\xa1\x79\xc9\xa3\x36\x78\xea\x97\x6f\xaa\xfe\xfe\xc5\x9b\xd1\x12\x73\xbc\x20\x6a\x59\xdc\xee\xeb\xff\x2b\xcc\x45\xed\x97\x7a\x79\xbe\xa7\x45\xc2\x0b\xb3\x3d\xc7\x0b\x82\xd2\x29\x6c\x97\x79\x02\xfe\xe6\x44\xa4\x19\x8f\x08\x9a\x90\x24\x65\x33\x81\x64\x5a\x5a\x03\x0a\x23\x28\x56\x2b\x7e\xa3\xb6\x92\x72\xa2\xf6\x4a\xf2\x8c\x14\xbe\x95\xab\x25\x10\x29\x24\xa7\x6c\xe6\x2f\xc5\x2f\x83\x56\x53\xd3\x1c\xda\x61\x66\xfa\x81\xda\x89\x8d\xd9\xd0\xfe\x24\xc2\x0c\x4d\x08\x52\xe7\x92\xc6\x84\x93\x18\x61\x81\x30\x12\xd9\x44\x10\x89\x1e\xa9\x9c\x53\xa6\xfe\xad\xd9\x37\xb2\x6b\xb6\x3f\x6b\x03\x7f\x36\xaf\xcc\xad\x20\x5c\x11\xfe\x40\x63\x12\xa3\x07\x9c\x64\x04\x4d\x53\x1e\x2c\xcf\xd1\x98\xdd\xcc\xd5\x3a\x2c\x26\x94\xc1\xc9\x53\x6b\x69\x39\xe4\xb7\x76\xb9\x7e\x8b\xd4\xfb\x50\xc6\xe8\x3f\x33\x92\xac\x10\x8d\x09\x93\xea\x5c\x8b\xe2\x68\xbf\x4d\xe1\xfd\x38\x41\x87\x48\xad\x33\xe1\x12\xd6\x3b\x65\x92\x7c\x95\x02\x1d\xa2\x84\xde\x13\xf4\xed\x19\x15\x12\x0d\x2f\x4f\xbf\x1d\xa0\x6f\xcf\x72\xc1\x21\xbe\x7d\x86\x15\x76\x7f\xff\xcd\x3b\x7a\x12\xcf\x8a\x87\xee\x60\xa8\x4e\xf3\xb5\xbe\x26\xf2\x11\xfe\xf6\x8d\x3f\x8e\xd9\xaf\x66\xd9\x9b\x0b\x5e\x23\x75\xbb\xc8\xda\x8f\x44\x46\xf3\x35\x82\x56\x6c\x29\x69\xd5\x76\x14\x45\xad\x78\x5d\xb2\x56\x4d\xe1\xa9\xe5\xed\x36\xc2\x16\x4b\x38\x05\x98\x32\x7d\x68\xdc\x19\x0a\x77\x06\xbd\x9c\x58\xd9\x46\xde\x7a\xb3\xf1\x44\xae\x95\xa4\xde\x4a\xec\xc9\x5c\x13\xba\xa0\xeb\xf6\xf1\x94\xc5\x4a\xed\x32\x42\x8e\x65\x8b\x09\xe1\x6a\xea\x56\xdc\xc1\x0c\x27\x4a\xfc\xc9\x8c\x33\x12\xd7\x4c\xed\x9f\x19\xe1\xab\x86\xb9\x4d\x71\x22\xea\x26\x47\x99\x24\x4a\xaf\x2d\x7c\x3d\x4d\xf9\x02\x4b\xf3\x83\xff\xfc\x8f\xae\x93\x97\xe9\x3d\x59\xb7\xcf\xa7\x7a\xd7\x22\x2c\x60\xbb\x17\x59\x22\xe9\x32\x21\x68\x89\x67\x44\x98\x55\xc8\x12\x29\x06\xf0\x33\xa5\x4b\x13\x7e\xe8\x6e\x1b\x78\x83\xbd\x65\x33\x01\x9f\xa0\xa9\x13\x64\x8c\x7c\x95\x30\xd2\x98\xc1\x3d\x0b\x4b\xe4\xdf\x1e\x4f\xb0\x94\x9b\xf1\x89\x48\xb9\xbc\x9b\xac\x8e\xee\x49\xe9\xbd\xb5\xdc\x82\x19\xc2\x52\x72\x3a\xc9\x24\x51\xf3\x56\x63\xd8\x7b\x12\x44\x9f\xbe\x8c\x85\xba\x7c\x2f\x4e\x2e\xbe\xbb\xc7\x92\xa7\x33\xcc\xde\x7d\x40\xc3\x38\x46\x9a\x50\xf5\x1b\x1a\xeb\x2b\x79\x4e\x38\x39\x42\x37\x73\x2a\x90\x98\xa7\x59\x12\x23\x46\x1e\x08\x57\x6b\x4b\x16\x4b\xb9\xda\xbb\xd5\x8a\x29\x27\x11\x2c\x4c\x97\x13\xe6\x9e\x52\x8b\xa6\x8c\x9e\x95\x5e\xba\x7b\xb2\x02\xc5\xa5\xbc\x7c\xcf\xc0\x2f\x85\x6f\x09\xcb\x16\x85\xbb\x02\x3e\x3f\x19\x5d\x1f\x8f\xce\x4f\x4e\xcf\x3f\x15\x9e\x50\x6a\x84\xfb\x2a\xf8\xe6\x6f\xa5\xb5\x99\xe2\x2c\x81\x53\xed\x8d\xf6\x6c\x8a\x4b\x34\xa7\x49\xcc\x09\x7b\x2f\xb1\xb8\xbf\x23\x5f\x49\x94\xe9\x7b\xf6\xdf\xe1\x07\x77\x4a\xfb\x4c\x63\x12\x7e\x12\xfc\x23\x57\x77\x3a\x3f\xea\xac\xd2\xce\x4f\x82\x0d\xdb\xee\x39\xf8\x84\xc6\x95\xbf\x86\x4f\xd6\xcc\xc1\xfe\xa6\x81\x58\xfb\x93\x5a\xaa\xec\x0f\x8c\x02\x57\xf9\x1b\x4e\x24\x5f\xdd\x61\x29\xd5\x29\xdf\x40\x67\x84\x2d\x45\x6a\xb6\x28\xdf\x4f\xa3\x3e\x6a\x45\x11\x64\xb7\xd3\x1c\x15\x05\xf9\x2f\xd7\xe9\x8b\xe7\x69\x4c\x46\x6e\xd8\x8f\x29\xbf\xc1\xe2\xfe\x35\xe8\x8c\x01\xe1\xcf\xa1\x36\x6e\x7a\x80\xde\x9c\x51\xbf\xa1\x38\xe8\x5d\x00\xdb\xaf\x64\x5b\x87\x41\xca\x91\x58\x09\x49\x16\x6b\x5d\x07\xaf\x67\x21\x8c\xbc\xdf\x57\x82\x0b\x57\xce\xaf\xe0\xd4\x87\x17\x68\x7f\xbc\x3b\x2c\xd9\xae\x1c\x7f\xfb\x3e\x4f\x1b\x82\x69\x9e\xea\xb5\xdd\x3e\x1b\x70\x30\x7c\xb2\xf7\xd3\x0c\x54\xbb\x5d\x13\xf9\x44\x5e\x83\xda\xbd\xb2\xab\x7d\x07\x04\xac\x31\xf9\x42\xd7\xb1\x3b\x7f\xea\x51\xdf\xb9\xa2\x3d\x66\x52\xd9\xbc\xc6\xb7\x44\x38\x8a\x52\xae\x55\xc1\xb8\x41\xbc\x3d\x9f\xd1\x77\x7b\x7e\x7d\x39\x3a\x3e\xfd\x78\x3a\x3a\x29\x5b\x7d\x37\xc3\xeb\x9f\xca\x9f\x7e\xb9\xb8\xfa\xe9\xe3\xd9\xc5\x97\xf2\x37\x67\xc3\xdb\xf3\xe3\x1f\xef\x2e\xcf\x86\xe7\xad\xed\x44\x9f\x80\x8e\xbb\xd9\x3b\xc0\x76\xe9\x00\x1b\xbc\x5d\x0f\x98\x89\x1e\xb4\xf7\x7e\xa1\x84\x0a\xa9\x16\xc8\x3c\x89\x96\x58\x08\x7d\xff\x6a\x0a\x8e\xc6\xec\x73\xca\x09\xa2\x6c\x9a\xa2\x14\x82\x43\x42\xf2\x2c\x92\x94\xcd\xdc\x43\x1f\xd0\x38\xfb\xfe\xfb\x3f\x44\x67\x94\xdd\xc3\x5f\x64\x1f\x17\xa7\x77\x0f\x6e\xb2\x5a\xbd\x7b\xd0\xff\xee\x75\xb8\x07\x63\x2c\xf1\x7b\xdf\x2b\xf8\x34\x78\x12\x1d\xb9\xc4\x2c\x46\x69\x26\xd5\x9f\xea\xbd\x68\xca\xd3\x85\x3a\x37\xe4\x2b\x15\x20\x25\x1e\x53\x7e\x3f\x4d\xd2\xc7\x76\xde\xaa\x4f\x44\x3a\x7f\xcf\x09\x96\xf8\x35\x38\xa9\xbe\x98\x19\x3a\xc2\x3f\x11\xa9\x68\xbf\x32\x6f\xe9\xa1\x25\x3d\xb4\xe4\x65\xa1\x25\x7b\xe5\x29\x7a\x7a\xd9\x17\xba\x95\xb4\x00\xac\x89\x7a\xd4\x06\x35\x6a\x62\x16\x5e\x48\xe2\x29\x85\x66\x18\x08\x58\x23\x30\x03\x27\xf9\x6b\x11\x9a\x01\xd1\xcf\x2f\x30\x7f\x15\x3e\xfc\xde\x45\xbf\xe1\x42\xbd\x4a\xb9\xda\xf2\xca\x78\x36\x07\xfb\xd3\xcb\xf9\x52\xf8\xbb\x4b\xbc\xbb\x43\x80\xbb\x75\x44\x7b\x4d\x08\xbb\x32\x66\x5d\x15\xa4\x2e\x47\xa5\x2b\xc3\xd0\x5b\xc5\x9d\xbb\x5e\x49\xed\x23\xce\x9f\x88\xbc\xc1\xe2\xfe\xd5\x5d\x49\x01\xd1\xcf\x7f\x25\xfd\x4a\x03\xcd\x7d\x64\xf9\x09\x97\xee\xad\x5f\x64\xfb\x1b\x3b\xfe\x15\x04\x8b\xfb\xe8\x70\xa7\x35\x7a\x5b\xe1\xe0\xb7\x1a\xff\x7d\x9d\x01\xdf\x3e\xc2\xbb\xbf\x11\xde\x27\xb5\x83\xc8\x03\x61\x52\x80\xc7\xcb\x57\xa7\x0f\x96\xa9\x68\x56\xff\x8f\x39\xc1\x92\x20\x5c\x70\x35\x21\x18\x10\x71\x12\xa5\x3c\x56\x6a\x3f\x46\xcb\x39\x16\x04\x49\x8e\x99\xa0\xeb\x54\x7f\x3d\x2a\xf8\x76\xd4\x38\xaf\x41\xeb\x0f\x1c\x51\x40\xf5\x73\xe9\xfc\x93\x34\x2e\x1d\x0d\x7d\x6a\xaa\xbe\x69\x16\x2f\x3b\x9b\x3a\xe4\xa1\xb5\x99\xf9\x13\x72\xb3\x12\x65\x1b\x72\x73\x68\xa5\xee\x84\x9b\xc1\x2c\x7c\x2d\xdc\x1c\xd8\xb0\xbf\x2e\x6e\xae\x9a\xfa\x3e\x70\xb3\x0d\x80\x6e\xc8\xd1\xe5\xf8\xe9\x4e\xb8\xda\x05\x2d\x5f\x0b\x67\x97\xa2\xac\xbf\x2e\xee\xae\x9b\xfe\xcb\x72\xb8\xf3\xbd\xee\x8a\xb7\xd7\x33\xae\x5b\x80\xd7\xc0\xb4\x8e\x58\x4d\xfb\xaf\x86\x5b\x4b\xf3\xde\x13\x36\x7d\xcf\x89\xce\xa9\xea\xc4\xaf\x57\xe6\xa1\xce\x1c\x6b\x1f\xec\x79\xf6\x35\xf1\xac\xdd\xb5\xfd\xe1\xda\x3a\x04\x57\xf7\x3c\xc3\x06\x58\x96\x40\x0b\x2c\xa3\xb9\xfa\x52\x87\x84\x5a\x16\xa3\xc8\x13\x0b\x5f\x15\x77\x3f\x47\x36\xe1\xdb\x76\xfe\xf6\x4e\xdf\x5f\x61\xd1\x9f\xbd\x41\x28\xf7\x59\x11\x3b\xcc\x8a\xa0\xa2\xcf\x8a\xe8\xb3\x22\xda\x2e\x50\x9f\x15\xd1\x67\x45\x78\xdf\xbd\x8e\xac\x88\xa7\x4f\x88\xd8\x4d\xd6\xc3\xab\x52\xa2\x7b\x05\xba\x57\xa0\xfb\xd4\x06\x37\xb5\x5d\x09\x30\xfb\xf4\x41\x4c\x12\x22\x49\xa3\xf8\xb9\x21\x7c\xa1\x6c\x83\xa0\xc0\x6f\x45\xd0\x20\xaf\x1d\xe4\x38\x08\xdc\x1b\x4d\x72\xc9\x8d\xfd\x3a\xa5\x93\x23\xbf\xcf\xc4\xea\xc5\x55\x2f\xae\x36\x99\xda\xfe\x78\x65\xbd\xc3\xfc\xa2\x6e\x59\xaf\x5c\xf0\x1d\x8d\x77\x53\x31\xd8\xa9\x8d\x7e\xbd\xe0\x7c\x29\x82\x92\xad\x9b\x39\x69\xf3\xe2\xbb\xa7\xf1\xab\xf0\xd3\x2a\x39\x12\x8f\x98\xa4\x72\xe5\x50\x6a\xbc\x2f\x1c\xdc\x17\x0e\x6e\x3f\xd7\xde\x43\xb8\x43\x0f\x61\x5f\x38\xb8\xf7\x81\xf5\x3e\xb0\x57\xee\x03\xf3\x5b\x1d\x6c\x84\xd8\x61\x31\xe2\x64\x46\x85\x24\x1c\xe1\x1a\x6d\x65\x3d\x84\xe7\xb5\xf6\x88\x69\x0d\x88\xf0\x5f\x7b\xf0\x1f\x2d\xc8\xbf\x32\xd7\x0b\x9c\x81\x09\x8e\x5d\x43\x08\xd0\x29\x16\x78\x85\xe6\xf8\x81\xa0\x29\xa6\x89\xb6\x18\x8c\xd8\x68\x98\x61\x13\x41\xff\xa7\x1b\x41\x38\x24\x87\x93\x29\xe1\x84\x45\x5a\x0c\x6a\xad\x20\xc2\x09\x22\xa0\xad\xe9\xdf\xcc\x95\xfd\x96\x70\x82\xe3\x15\x9a\x10\xc2\x1c\xdb\x54\x5c\xa1\x35\x34\xef\x44\x9b\x7b\x71\xfb\xa5\xcc\x3d\xfb\x62\xbd\x3c\x09\xac\xa4\x5a\x24\x6c\x6f\xb5\x88\xdf\xbf\x2e\x51\xd1\xa3\x4b\x7a\x6f\xd3\xcb\x7b\x9b\x7a\x74\x49\x6f\x3b\xee\x81\xed\xd8\xa3\x4b\x7a\x74\x49\x6f\x59\xb7\x5e\xad\xde\xb2\xf6\xbf\x7b\x7d\x96\xf5\x8e\xf1\x25\xcf\xa5\x61\xf7\x0a\xb6\xfd\x5d\xaf\x60\xf7\x0a\xf6\x1b\x55\xb0\xf7\x63\x85\x7b\xed\xba\xd7\xae\x7b\xed\xba\xd7\xae\x7b\xed\xba\xd7\xae\xcd\x53\xbb\xd4\xae\xe1\x2f\x5b\x26\x73\x6b\x28\x77\xf7\x28\xd7\x27\x22\x5f\x6b\x88\xab\x57\xa9\x7b\x95\x7a\xbf\x55\xea\xbd\x99\xd0\xdb\x2b\x7b\xd7\x17\x8e\x2b\xdd\x8f\x6f\xa1\x70\x9c\x7d\xfa\x60\x99\x35\x5f\x7f\xb7\xcb\xd8\xe6\x11\x08\x89\x65\x06\x96\x46\x8b\xab\x10\x0d\x25\x5a\xa4\x4a\xef\x66\x24\xf8\x8d\xe5\x79\x0d\x22\x98\xd1\x07\xc2\x90\xc5\xcb\x0e\x8c\x64\x1b\x80\xf1\xfb\x8b\x15\x70\x26\x81\x01\x4b\x84\x91\xa4\x0b\x72\x84\x4e\xa7\x9a\x81\x22\x9c\x24\x48\x10\x29\x0a\xc8\x13\xa5\x90\x99\x87\x58\x9c\xd3\x6a\xdf\x4d\x73\x20\x82\xfe\xd9\xc0\x9e\xbf\x2c\x91\xfa\x34\xda\xc1\x1f\x69\x92\x28\x1a\x0c\xd3\x82\xf0\x59\x10\x9e\xd8\x27\x83\xd7\xda\x1f\x2f\x70\xac\xac\x09\x8f\x84\x3c\xd3\xc2\xff\x3d\x88\x79\x2a\x1c\x94\x22\x78\x5e\x3f\x7d\x84\x8c\xdd\xa7\x0b\x3c\xb5\x22\x63\x8e\x63\x25\xf6\xa3\x39\x89\xb3\x84\x20\x2c\x44\x1a\x51\x2c\x49\x8c\xa8\xbe\x16\x10\x95\xd6\x4a\xb4\x3f\xb2\xaf\x8e\xa9\xc0\x93\x84\xc4\x66\x8d\x49\x8e\xec\x68\xa4\x9c\x0a\x34\x21\x6a\x89\xd5\xcd\x13\xae\xfe\x5c\x5f\x4a\x15\xd4\x78\xa4\x90\x32\x25\x84\x69\x42\x1a\x94\x2a\xcd\x9c\xaf\x55\xaf\xd2\xd4\xf7\x79\x28\xbd\x96\xd5\x6b\x59\x9d\x26\xf4\xa6\xb4\xac\x3d\x42\xa3\x59\x81\xf4\xa2\x68\x34\x88\x59\x29\xc9\x7f\xe7\x9c\x52\x62\x33\x7b\xdd\xf9\xfd\x3e\xdb\x21\x87\x6e\xc4\xe3\x94\x4d\xe9\x2c\xe3\xc6\x01\x3f\x51\x27\x76\x6d\x60\xac\x62\x9c\x57\x71\xe3\x54\x93\xfe\x5c\x17\x4f\x17\x1b\x02\x1d\x22\xa5\x5d\xdf\x5d\x8d\xae\x2f\x6e\xaf\x8e\x47\x1f\xd0\x70\xb9\x4c\xa8\x76\xec\x47\x99\x90\xe9\x82\xfe\x4b\x4d\x43\x17\x75\x75\x92\xdb\xa8\x21\x02\x14\x0e\x88\x24\x88\xa3\x31\x43\x87\xe8\xf8\xec\xf6\xfa\x66\x74\x55\x33\xa0\x61\x02\x68\x65\x42\x16\xcb\x04\xb4\x92\xfb\x6c\x42\x38\x23\x92\x08\x14\x25\x19\xc0\x9a\x5d\x7c\x41\x0f\x3a\xfa\xbf\xa3\xe3\xdb\x9b\xd3\x8b\xf3\xbb\xbf\xdc\x8e\x6e\x47\x1f\x90\xe5\x26\x35\xac\xa2\x4b\x51\x11\xaf\x18\x5e\x28\xf3\x27\xac\x3e\xfb\xcf\x8c\x64\xa0\x04\xd1\x19\x5b\x10\x26\x8b\x23\x5a\x82\xcf\x86\x3f\x8c\xce\xc2\x91\xe7\x04\xfd\xf4\xa7\x9c\xa8\x04\x4f\x48\x62\x02\x1e\xe0\xcf\x57\x02\x3b\x7f\x91\x89\x84\x64\x25\x31\xf9\xdc\xb6\x54\xb0\xa1\x65\xeb\xa8\xb8\x43\xe5\x5f\x14\x96\xbb\xe9\x07\xc1\xea\xb5\x36\xb6\x42\x0a\x9f\x4d\xd2\xa9\x03\x12\xdf\x01\x42\x9a\x12\xf1\xfe\xdf\xc1\x41\xf9\xe5\xc9\x2a\x52\x20\x2f\x8d\xce\x48\xbe\x75\xcd\xe4\xf2\x07\x5e\x83\xbc\xf3\xc9\x7d\x49\xd9\xb6\x23\x7d\x62\xbf\x5c\x16\xdd\xb5\xb5\xde\xea\xe8\xad\x8e\xea\x95\xe9\xe1\x12\x35\x2b\xbc\xab\x6b\x67\x13\x2f\xdf\x94\x92\x24\x16\x25\x37\x4d\x70\x6d\xac\x75\xc9\xbc\xde\x1b\xe3\x79\x9d\x32\x5d\x74\xe3\x2b\xe7\x3f\x37\x0e\x75\xb5\x5b\x0b\x22\x31\xf4\xe6\x93\x29\xca\x80\xf4\xfe\x16\x2a\x2f\x73\x7f\x0b\xf5\xb7\x50\xed\xca\xf4\xb7\xd0\x2b\x76\x5e\x55\x48\xee\x17\xf5\x5e\xad\xb3\xe9\xb6\x2a\x0c\x53\xe1\xda\x2a\xdb\x72\x02\x89\x39\xe6\xba\x05\x48\x94\x2e\x16\x29\xf3\x22\xaf\xab\x25\x19\x20\x17\x6c\x03\x37\x05\x90\xb1\xce\xf3\x95\xbf\x86\xbe\x0e\x9f\x97\xb7\x2e\xcf\x81\x0a\xef\xed\xc0\x35\x0b\xd4\x57\xd0\xe9\x2b\xe8\xf4\x38\xed\xbe\x82\x4e\x33\xb7\xf4\x48\xe4\x1e\x89\xec\x7f\xf7\x3a\x90\xc8\x61\xd7\x69\x0d\x46\xae\x6a\xd3\xfe\x4b\xf9\x1b\xdf\xa5\x5f\x6a\xd2\x6d\x3c\xfd\xba\x83\xf5\xf6\x98\xe5\xb0\xa9\xe7\x3a\x97\xbf\xdf\x06\x72\xcf\x15\xbe\x69\xb2\x92\x84\xc6\x49\xb9\x7f\xe5\x33\x60\x6a\x7e\x2d\xfd\xf8\xfb\xee\xfb\x9b\x2c\xd4\x5b\x2d\x01\xfb\xac\x9d\xf5\x9f\x57\x78\xdb\x32\xd9\x77\x35\x22\xbc\xfa\x7b\x27\xc8\xab\xbf\xde\x36\xc1\x3b\x94\xdd\x9b\x26\x76\x07\xb2\xf1\x75\x98\xf1\x3e\xc5\xcf\x61\xc8\x37\xee\xfe\x9b\x93\xeb\x4d\xbc\xdc\x4b\xf7\x96\xcb\xf5\x56\x65\x7c\x6f\xe8\xef\xd2\xd0\x1f\xbc\x5d\x4b\xbf\x4f\xc8\x6e\x58\x9c\xde\x0d\xb2\xc9\x6a\xf5\x6e\x10\xff\xbb\xd7\xe1\x06\x31\x77\xf5\x9d\xbe\xea\x3d\xf4\xf6\xfb\x7f\xe7\x7f\x7b\x8a\xb4\xf7\x61\x45\x2c\xac\x03\x62\xc5\xe2\x82\x49\x9c\xab\x1f\xf9\xe0\x15\x48\x16\x43\xc3\xa1\x55\x4a\xf2\xa8\xee\x5a\x60\xcb\xa5\x7e\xf4\x04\x9e\x7c\x5d\x30\xf0\x1a\xd2\x9f\x17\xf0\x52\xe6\x84\x75\xaa\x13\xc4\xd2\x9d\x3e\x4d\x35\xcc\xf9\x71\x4e\xe1\x9a\x84\x3a\x27\x70\x95\x78\x1b\x6e\x13\xc8\x30\x20\xbd\xeb\x74\x8e\xe7\x56\xa7\x4a\xec\xde\x6e\xe2\x86\x47\x5f\xef\xbc\x5f\x1c\x22\xb0\x86\xef\x5f\x14\x2e\xd0\x20\x33\x77\x83\x14\x78\x3e\xf9\xf8\x89\xc8\xb7\x27\x1c\x3f\x11\xf9\x5c\x92\x71\x53\x71\xd8\x28\x12\xf2\xb2\xec\x7b\x22\x0d\x36\x13\x7d\xaf\x6b\x8e\x7d\xc2\x53\x9f\xf0\xf4\x6b\x4f\x78\xb2\x4f\xb7\xe9\x56\x79\x02\x3f\x79\xc6\xab\x4a\xbf\xf0\xed\xdd\x56\x7a\x5e\xfd\x85\xd5\x5f\x58\xdd\xe6\xb8\xaf\x2a\xba\xe5\xe7\x7d\x50\xd1\x3b\xe5\xa0\xeb\xe8\x5d\xde\xde\xc6\xb2\xff\xda\x08\xdd\xa5\x7d\xd9\xeb\x11\x42\xa2\xab\x9c\xd9\x2a\x8f\x69\x5d\x53\xaa\xab\xbc\x13\x55\x45\xec\xa8\xb8\xe4\xf6\xd7\x97\x25\x51\xb6\xef\xab\x6e\x29\x7f\x2e\x61\xbf\x2f\x22\x22\x9f\xf7\x8b\x0a\x05\xa5\xe3\x16\x21\x5f\x21\x92\xe0\xae\x11\x04\xb6\xe6\xb7\x41\xa6\x77\xf3\x4f\x0b\x40\xb1\xf0\x3b\x03\x1d\x83\xaf\x81\xe4\x22\x1d\xf6\x43\xff\x85\xf6\xb3\x7c\x64\xfb\x89\x2d\x9f\x09\x1f\x72\x22\xf9\xea\x0e\x4b\x65\x47\xc8\xed\xd1\x69\xa1\xd5\xb0\x06\x9d\x76\x83\xc5\xfd\xab\x44\xa7\x85\x84\x3f\xf1\x99\x6d\xcd\x93\x6f\x0e\xd7\xd0\xf6\x84\xf5\x18\x87\x0d\x96\xee\xad\xe2\x1d\x9a\x44\xe8\xde\x50\x58\x90\xe2\x6f\xf1\xe4\x86\x77\x52\x7f\x44\x9b\xd6\xe8\xcd\x95\x76\x2b\xa8\x1a\x6b\xe6\xf6\x4a\x4a\xbc\x15\xb5\xa5\x5d\x53\xf5\x34\x10\x28\x6f\x37\xfa\x32\xc0\x6f\xb4\x0c\x70\x3b\xe3\xa6\xb5\x65\xd3\xd6\xac\x69\x67\xd3\xd4\x1b\x34\x5b\x20\xa9\x43\x3b\x63\x53\x24\x75\xa0\xc7\xbf\x0a\x6f\x4d\x40\xf1\x73\x20\xa9\x7f\xa5\xa6\x47\x6f\x77\x3c\xc9\xba\xbd\x55\xa3\x63\xcf\x2d\x8e\x1e\x03\xbe\x4b\x0c\x78\x0f\x01\xef\x21\xe0\x6d\x17\xa8\x87\x80\xf7\x10\x70\xef\xbb\xd7\x01\x01\x37\xf6\xe2\xb6\xe8\xc5\x2a\x95\x3d\x57\x68\x83\x8a\x29\x9b\xab\xef\xa7\xf1\xab\xd0\xdb\xbd\x42\x46\xce\xb2\xe6\xcf\xa1\xbf\xf7\x15\x7b\xfa\x8a\x3d\xbd\x12\xf7\x6b\x52\xe2\x7a\x3d\x65\x93\xd5\xea\xf5\x14\xff\xbb\xd7\xa3\xa7\x04\x80\xae\xb5\xb8\xa2\x63\x4e\xb0\xd4\xfd\xac\x78\x0e\x31\x2a\x68\x26\x4d\x6a\x87\x1e\x40\x29\x1e\xaf\x41\xeb\x50\x74\x6a\x8a\x5b\x00\x8c\xfc\x17\x1e\xfc\x47\x0b\xc2\xaf\xcc\x25\x02\x9c\x3e\xc1\xb1\xeb\x22\x06\x9a\xc3\x02\xaf\xd0\x1c\x3f\x10\x34\xc5\x34\xd1\xfe\x1b\x23\x1c\x1a\xe6\xd6\x44\xd0\xff\xe9\x46\x10\x0e\xc9\xc9\xd1\x9a\x4a\xd8\xe9\xbb\x3f\xc2\x09\x22\xba\xe8\x26\xfc\x06\x5a\x9c\x99\x86\x72\x13\x42\x98\x07\xfd\x6b\x4b\xf3\x4e\x74\xb6\x17\x47\x69\xf9\x7c\xf3\xe2\x00\xad\xfa\xb6\xc0\xbb\x33\x46\xb6\xb1\x40\xc4\xef\x5f\x8b\x28\x78\x0e\x7b\xe3\x0d\xc7\x04\x7a\xbf\xff\xaf\xb3\x46\xf7\xde\xe8\xaa\xbd\x05\xb8\x43\x0b\x10\x72\x3a\xde\xa8\x09\xd8\xfb\xf1\x1b\x16\xa7\xb7\x8f\x37\x59\xad\xde\x3e\xf6\xbf\x7b\x45\xf6\xf1\x8e\x1b\xd0\x3d\xa1\x1e\xdd\xab\xd1\xbd\x1a\xdd\xab\xd1\x6f\x56\x8d\xde\x8f\x15\xee\x75\xe8\x5e\x87\xee\x75\xe8\x5e\x87\xee\x75\xe8\x5e\x87\x36\x4f\xed\x44\x87\x86\xbf\x6c\x66\xed\x6e\xd2\x68\xdb\x45\xa4\x4c\x1e\xed\x6b\x51\x9e\x7b\xc5\xb9\x57\x9c\xf7\x5b\x71\xde\x9b\x09\xbd\xbd\xe4\xb9\x3e\xfd\xac\x74\x0b\xbe\xd9\xf4\x33\x57\x65\x7f\x83\x0a\xc2\xc1\x67\x76\xa0\xe7\xae\x2b\x3c\xb0\x92\x11\xb3\x18\x59\x22\x3a\x55\x19\xfe\x62\x1e\x7a\x5d\x55\xc9\xca\x54\xf7\xb5\x85\x91\xb7\x6b\x7d\x6d\xe1\x27\x9c\xb7\x3d\x67\x6b\x66\x6e\x79\x54\x7b\xaf\x5e\xe9\xb4\x5f\x1c\xe6\x53\x7f\xd2\x5f\x14\xf4\x53\x79\x73\x94\x32\x11\xf2\x1e\x4d\xcf\x5f\x52\x79\x9b\xab\xe1\x13\x91\x6f\xe5\x5e\xe8\xcb\x2a\xf7\x55\x2a\x37\xee\xbe\xd4\x49\xc2\xbf\xae\x29\xf6\x95\xa3\xfb\xca\xd1\x7d\xe5\x68\xf7\xd6\xe7\xa8\x1c\xbd\xcd\x8d\xac\x5f\xff\x56\x2e\xe5\xbe\x7a\x74\x7f\x2f\xf7\xf7\x72\xe5\x14\xf7\xd0\xe0\xda\x8b\xda\xd8\xce\xe0\xda\x55\xce\xb7\x1f\xca\x72\xc2\x78\xa7\xa9\xdf\x76\x25\xfb\xf4\x6f\xf3\x7f\x7d\xfa\x77\x9b\xc9\xf5\xe9\xdf\x3d\x70\xa9\x4f\xff\xee\xa1\x39\x3d\x34\xe7\x0d\x40\x73\xac\x66\xb1\x8b\x14\xf0\x0a\x2d\x65\x7d\x1a\xf8\x97\xb2\xca\xbc\xb7\x1a\x88\xa5\xb5\x4f\x07\xef\xd3\xc1\xb7\xe5\x9d\xbd\x30\x56\x9e\x24\x2d\xbc\x42\x0c\x6c\x6b\xa1\xbc\x8e\xf4\x70\x4b\x6d\x9f\xdb\xd2\x43\xf4\xf6\x1f\xa2\xb7\x77\xb9\x2d\x7b\xa3\xcf\xf6\x56\xe2\x0e\xad\xc4\x3e\xbd\xa5\x4f\x6f\xe9\x6d\xe8\xd6\xab\xd5\xdb\xd0\xfe\x77\xaf\xcc\x86\x7e\xda\x34\xf1\xa7\xd0\xab\x7b\xb5\x5a\xff\xae\x57\xab\x7b\xb5\xfa\x8d\xaa\xd5\xfb\xb1\xc2\xbd\x4e\xdd\xeb\xd4\xbd\x4e\xdd\xeb\xd4\xbd\x4e\xdd\xeb\xd4\xe6\xa9\x9d\xe9\xd4\xbb\x4d\x1b\xef\x18\xc5\xf2\x52\x11\x5e\x93\x32\xdd\x2b\xd2\xbd\x22\xbd\xdf\x8a\xf4\xde\x4c\xa8\x4f\x21\xef\x53\xc8\x4b\xdf\xec\x6f\x0a\xf9\x37\x86\x11\x0e\x3c\xd9\xef\x2e\x89\x83\x1f\x92\x74\x72\xb3\x5a\x12\xf5\xdf\x13\xba\x20\x4c\x80\xc6\x42\xe5\xca\xbf\x38\x6b\x16\xb8\xbc\xb4\x07\xd7\xa7\xe7\x9f\xce\xfc\xe4\x8a\x83\xcf\xb7\x67\x37\xa7\x97\xc3\xab\x1b\x4b\xa1\x9b\x95\xbf\x16\xe6\xb9\xe0\xee\x3f\x4e\x17\x4b\xcc\xa9\x48\xd9\xe8\xeb\x92\x13\xa1\x48\xbb\x80\xdb\x36\xe5\x9b\x51\x37\xfa\x8b\x4f\xd9\x79\xf8\xcf\x4f\x37\xe1\xbf\x82\x59\x9c\xdd\x84\xff\x1a\x35\xce\xc6\x1b\xb8\x78\x82\x0e\xd1\xa7\x9b\x0f\xe8\x13\x44\xfd\x39\xba\x99\x63\x06\xa9\x3b\x67\x37\x1f\xd0\x19\x11\x02\x3e\xc9\x1f\x96\x54\x26\x30\xb7\x1f\x28\xc3\x7c\x85\xec\xf4\x75\x96\x0e\x06\x77\xa0\x5d\x9a\xe2\xe2\xb1\x7f\x64\x0c\x14\xd6\x7c\xf5\xce\xd2\x19\x8d\x70\xb2\xdd\x22\x0e\xcf\xfd\xf3\x72\x70\x71\xd5\xb8\x14\xfe\xaf\xcb\x6b\x31\x3c\x3f\x81\xec\x24\x4b\x6a\xc5\xcc\xcf\x89\x90\x24\x56\x17\x60\xac\x99\x57\xd9\x1a\x64\xe5\x5d\x8c\xff\x48\x29\x23\x31\xca\x84\x52\xd7\x86\xe7\x27\xe8\x3d\xba\xb8\x1a\xb3\x0b\x1e\x6b\x7f\x01\x51\x37\x8a\xb6\x55\xa8\x40\x2c\x95\x88\x2e\x96\x29\x97\x98\x49\x75\x99\x2a\x41\x96\x9a\x15\x11\x08\x73\x82\x8e\xd3\xc5\x22\x93\x58\xd2\x07\x52\x5a\x54\xa6\x8d\x80\x6b\x22\x4f\x63\xf0\x40\x56\xac\x61\x3a\x09\x14\x9d\x83\x25\x57\xe3\x4b\x5a\xd0\xfe\x0e\x68\x5c\x52\x07\xed\x10\x98\x73\x1c\x8a\xc1\x03\x2a\xc9\xa2\xf8\xfb\x66\xf9\xff\x4d\xf1\xaf\x50\xb7\x76\x3d\x6f\x47\x9c\xa7\x1c\xfe\xe7\x27\xca\xe2\xcd\xb8\xe2\xf6\xfc\xa7\xf3\x8b\x2f\xe7\x3e\x67\xdc\x5e\x8f\xae\xfc\x7f\x5f\xff\xf5\xfa\x66\xf4\xb9\x91\x5b\x8a\xa3\xe4\x6c\x00\xe4\xc1\x3d\xf3\x01\x5d\xeb\x36\xa6\x29\x47\x4a\x73\x38\xa8\x9e\xd4\x67\x22\x71\x8c\x25\xce\x3f\x48\x63\xb2\xd9\xdc\x3e\x0f\xcf\x6f\x87\x67\xc1\x54\x8e\x7f\x1c\x9d\xdc\x9e\x05\x37\x87\x9d\x9f\xf7\xc9\xd5\x48\xdf\x0b\xfe\x67\xc7\x3f\x9e\x9e\x9d\xdc\xb9\x9b\xa4\x69\x35\x0a\xef\x2d\x1e\x9f\x9b\x39\x41\x0b\x22\xe7\x69\x8c\x26\x2b\x3f\x6d\x24\x4f\xdf\x7b\xc4\x02\x25\xe0\xfd\x23\xf1\xd1\x58\x8b\x1a\x3d\xea\x07\x75\x8a\x90\x79\x99\xf7\xc4\x22\x8d\xc9\xc0\xfc\x46\x9d\x13\x9d\xe5\xa8\x6e\x73\x30\x8a\xaa\x06\x56\x6f\xc7\x0c\x51\x16\xd3\x07\x1a\x67\x38\xd1\xd9\x88\x6e\x8d\x3e\xa0\x21\x52\xc6\x49\x9c\x25\x04\x49\x4e\x67\x33\xd0\x63\x0b\xa4\xea\xd1\xcc\xa3\xb0\x92\xf0\x9c\xeb\x58\xab\xec\x1f\x78\xad\x31\x80\xe8\x24\xd1\x5a\xa2\x7e\x10\xb2\x2f\xc3\x11\x39\x96\x73\xc2\xab\x48\xb3\xfb\xf2\x41\xbb\x2d\x6a\xa6\x05\xd9\x70\x39\x8c\x0d\x22\x2a\x42\xab\xdf\x4b\x4e\x1e\x68\x9a\x79\x8f\x9a\x44\xd1\x60\x73\x2b\x87\xcf\x17\x00\x96\x2d\x05\x1a\xf3\x61\x42\x6e\xbe\xb2\xae\x4e\xfb\xc7\x88\x49\x5e\x79\x35\xb7\x95\x39\x46\xf1\x0b\x84\x4e\xb5\x7d\x58\x7a\xf7\x79\x51\x93\x2f\xdb\xcf\x46\xfb\x53\x2f\x39\x3a\xa8\x34\x1c\x41\xbb\xaf\x93\x7a\x15\x0a\x5c\x2e\x01\x7e\x06\xbb\x60\x91\x09\x09\x65\x27\xb4\x0b\x0a\xdd\xff\x49\xa0\x7f\x66\x18\x20\x86\x47\xe8\x9a\x90\x31\x9b\x4b\xb9\x14\x1f\xde\xbf\x9f\x51\x39\xcf\x26\x47\x51\xba\x78\x9f\x67\xe3\xbe\xc7\x4b\xba\xc0\x8a\x5f\x08\x5f\xbd\x9f\x24\xe9\xe4\xfd\x02\x0b\x49\xf8\xfb\xe5\xfd\x0c\xbc\x0d\x56\x87\x7d\xef\x86\x9d\xa5\xff\xeb\xec\x0f\xdf\x1f\x9e\xfd\xe9\xfb\x83\xb2\x48\xad\x3b\x9d\x23\x16\xe1\xa5\xc8\x12\xe3\x95\xe4\xfe\xda\x00\x52\x16\x56\x62\xdd\x7e\x9f\x87\xdb\xb5\x9d\x40\x3e\xbe\xbc\x0d\x54\x9c\xf0\x9f\x9f\x47\x9f\x2f\xae\xfe\x1a\x08\xb4\x9b\x8b\xab\xe1\xa7\x66\x55\xa7\x24\xb1\x0b\xcb\xf0\x13\x4b\x1f\x59\x38\x7b\x51\x9c\x74\xc6\x24\x5d\x10\x2b\xb0\xcd\x3f\x6f\xf4\x4c\x37\x98\xf9\xc5\xcd\x8f\xe1\xc5\xf3\xf1\xec\xaf\x37\xa3\xbb\xeb\x93\x9f\x1a\x67\xa2\x1f\x0b\x28\xbb\x06\x97\xca\x71\x9a\x64\x0b\xe6\xff\xbd\x39\x6d\xa7\xe7\x37\xa3\x4f\x45\xea\x2e\x86\x37\xe1\xb2\x5f\x85\x9e\xba\x83\x1f\x2e\x2e\xce\x46\xc3\x60\x2f\x4f\x86\x37\xa3\x9b\xd3\xcf\x81\x92\x7a\x72\x7b\x35\xbc\x39\xbd\x38\x6f\x9c\xa6\xa5\xa0\x62\xa2\x6a\x5a\xfe\x34\x77\x2d\x67\x5a\x1d\xf3\xa1\x89\x82\xe9\x83\x72\xe8\xe5\x0e\x69\x07\x17\xe8\x00\x87\xce\x3f\x10\x69\x4a\x2b\x65\x8d\x0c\xb7\x09\xd5\xcb\xba\xc6\x8d\x6e\x12\x79\x37\x8e\x04\xa0\xcb\xf8\xc1\x71\x92\xa4\x8f\x3a\x16\xb1\xa0\x4a\x7b\x35\x89\x9c\xea\x27\x02\x45\x19\xe7\x84\xc9\x64\x75\x54\x21\x4e\xc2\x6d\x49\xb9\x3c\x71\xde\xea\x8d\x18\xae\xd2\xf5\x5b\x76\xfa\x56\xb2\x4a\xd1\xd1\x6b\xc9\x82\x82\xed\xe9\xec\x33\x11\x02\xcf\xc8\x47\x1b\x0c\xdb\x91\x90\xba\xfe\xd9\xff\xe7\x9f\xaf\xd7\xf0\xb3\x1d\x22\xa0\x10\x7c\x9b\xc3\x49\xca\xa5\x95\x2a\xdb\xf0\x72\x84\x33\xd1\x89\x99\x9b\x63\x79\x18\x65\x82\xf0\x43\xe3\x3c\x21\x31\xc2\x8a\x50\x13\xc8\x83\xb2\x4a\x4b\x2c\x14\x13\xa5\xa0\xd3\x10\xf3\xf3\x4c\x17\x5a\x42\x40\x4d\xcd\xed\xba\xe4\x94\x45\x74\x89\x93\x8d\x8e\x5e\xc1\xbb\x63\x70\xfb\xdf\xd1\x29\xc2\x6c\xf5\xae\xa4\x78\x49\xc2\x17\x10\xd4\x36\x64\x3a\x25\x66\x1d\x5b\xeb\xdd\x61\x2c\x95\x38\x74\x47\x6c\xb0\x37\x3a\xda\x52\x37\xdd\xc2\x28\xe6\xed\xda\x90\xc4\xc9\x65\xf5\x98\x55\x0b\xe6\x9b\x55\x4d\x5b\xfd\x19\x2f\xd5\x16\xeb\x92\x0b\x08\xe7\x73\x34\xb1\x6a\x53\x2d\x4b\xfd\x2b\x58\x32\xcf\x2f\xd8\x5e\xc5\xc8\x97\xd0\x04\x9d\xca\x2f\x09\x94\x76\x0f\x46\x60\x58\x72\x9a\xc9\x8c\x2b\x65\x4a\xa9\xfd\xe8\x3b\x72\x34\x3b\x42\x17\x3f\x8f\xae\xae\x4e\x4f\x46\x03\x34\xbc\xbc\x1c\x9d\x9f\x0c\x10\x91\xd1\x3b\x6b\x6f\x83\xd4\x24\xf1\x98\xc9\xd4\xb8\xff\x56\x68\x9e\x3e\xaa\x77\x2d\x08\x9f\x91\x60\xce\xe6\xc7\x08\x92\x43\x66\x54\x48\x1d\x29\x01\xf5\xc7\xab\x31\x42\x17\x45\x3d\x48\x73\x48\x26\xe7\xdb\xb0\x06\x16\x22\x5b\xe0\x49\x42\xee\x28\x5e\xdc\xf1\x34\x59\x77\x86\x2b\x8f\x54\xae\x3a\xde\x09\xed\x6a\xbb\xc3\x51\x94\x66\x4c\xb6\x1e\x6d\xdd\x3e\x9e\xc0\x32\x09\xb4\x54\x07\x0a\x1c\x35\xe5\xaa\x1c\x6e\xb9\x04\x8a\xc0\x79\x04\xf6\x03\x88\x8c\x24\x87\x77\xc0\x96\x54\xad\xe5\xb1\x2e\xf7\x62\xd5\x4a\xaf\x20\xc7\x36\x0b\x5c\x35\xca\xcb\x9e\xbf\x63\x7d\xf0\xaa\xea\x9c\x68\x03\xb9\x50\xb6\x0e\x30\x34\x85\xfa\x3c\x7a\x81\x15\x67\xea\x03\xf1\xcf\x2c\x95\x58\xbc\x3b\x1a\x33\x75\xba\xef\xc9\x4a\x7b\x89\xd4\xf9\xf9\x8d\x92\xe9\x87\x82\x30\x41\x25\x7d\x20\xbf\xd1\xfa\xad\x92\x00\x0f\x98\x53\xc5\x7b\x42\xbd\xc1\x94\x05\x0a\x4b\xb0\x4c\x69\x02\x61\x62\x35\xa8\x39\xbe\x26\x7e\x3e\xf1\xeb\xb6\xd8\xef\x34\xf9\x33\x22\x21\xf6\x23\xa9\xcc\x14\x0f\xc4\xba\xee\x50\x89\xf4\xb5\xaa\x05\x70\xc5\x89\x8e\x5b\x6d\xe5\xc2\xda\xe4\x4c\x75\x55\x0e\x8b\xe7\x85\x8a\x65\x82\x57\x25\x33\x73\xdd\x39\x53\xc6\x94\x58\xe2\x88\xe4\x71\x33\x1b\x62\x8c\xd2\xc5\x22\x65\xc9\xca\x61\x65\x62\x3a\x85\x6c\x36\xa9\xce\x20\x9a\x10\xf9\x48\x08\xcb\x3f\x45\x46\x16\x20\xca\x84\xc4\x4c\x17\x75\x02\x6e\x19\xab\xb5\x8a\x33\x50\xd9\xc6\x07\x03\x34\x3e\x88\xc9\x03\x49\xd2\xe5\x82\x30\xa9\x3e\x20\xb2\xf2\x84\x8e\x16\x98\x26\xe7\xa9\xba\x7f\x23\x5c\xa7\xef\xb5\xdd\x16\x4e\x22\xba\xa4\x84\x49\x71\x47\xd4\xb8\x4f\xea\x66\x5c\xa7\x1f\x5b\x40\x0e\x50\x82\x70\x1c\x73\x22\x04\xd4\x32\xb1\x44\x1a\x6d\x5e\x7b\x67\xdd\x02\xb4\xe3\x61\xe7\xdf\xdb\x2d\x1b\x57\xdb\x09\x51\xca\x5d\x86\xaa\x7b\x71\x5e\x7d\xa2\x91\x6b\x4d\x2d\x9b\xbc\x46\x82\x0d\x09\x3a\x84\x41\xd1\x0b\x54\x3c\x36\x4a\xb8\xb7\xa3\x33\x5c\x99\x6b\xf5\x5c\x23\x69\xc2\xc7\x8e\xd9\x82\x66\xf9\x5d\x6d\x5c\x5f\x45\x6f\x1b\x59\x4b\x71\x94\xa4\x22\xe3\x2d\x8d\xb0\x90\xe8\x63\xf3\x68\x13\xdd\x23\x5f\xb5\xc9\x12\x29\x3a\x69\x4f\x15\x0b\x8f\x38\x59\x72\x22\x80\x27\xc1\x6f\xa8\x0e\xb7\x34\xd7\xb0\xf9\xf5\x00\x51\x16\x25\x59\xac\xd6\x00\x27\xb9\x5f\x90\xc5\x28\xbf\xda\xc6\x6c\x61\x0c\x0f\x84\x05\x7a\x24\x49\xa2\xfe\x1b\xa5\x8b\x25\x88\x6d\x43\xae\x19\x49\x19\x88\x12\x4b\x32\x40\x69\x26\xd5\x60\x03\x5d\xfb\xcd\x6c\xc1\xe1\x04\x03\x80\x2d\xaf\xe8\x3a\x66\xb7\xc2\x22\x01\x1c\xee\x48\xf3\xba\x16\x60\x94\xa1\x4f\x44\xc2\x28\x00\x04\xf5\x27\xa8\x6b\xdc\x55\x8a\xa0\xe2\xda\x6f\x71\xa2\xcc\x4c\x3a\xec\xfc\x19\x95\x84\xe3\xe4\x33\x5e\xfe\x90\xa4\x93\xc6\x7d\x1f\xa2\x85\xd6\xb3\xcd\x5b\x10\x2d\x5a\x58\x1e\x60\x66\x1d\x8f\x12\xce\x83\x50\xd8\x9a\xe3\x1f\x46\x4d\x9a\xd9\x13\x62\x16\x94\x69\xb8\x28\xc4\x9f\x8a\x74\x9a\xcc\xed\x75\x34\x82\x85\x78\xf7\x7a\xec\x50\x4d\xef\xa2\x6c\x7b\xaf\x63\x82\xd0\x66\x7f\xea\xc9\xc0\x01\x91\x73\x42\x39\x6a\x35\x2d\x7b\x7e\xef\xf4\x99\x6f\xcf\x34\x39\x6f\xd7\x99\xde\x5a\x88\x38\x01\xa1\x08\x33\xc0\xd5\xa0\x20\xe3\xd1\x98\x15\x88\x40\x31\x59\x12\x16\x0b\x04\xec\x65\x4f\x43\x20\xfb\x07\x68\x4a\xbf\x9a\x41\x6d\xc4\x27\xff\xa9\x67\x3e\xd4\x38\x15\xe6\xb8\xcc\x76\x1d\xee\xc7\x4b\x78\xbe\xd1\x6a\x4e\x85\xb2\x10\x23\xa5\x58\x71\x12\xa5\x5c\x89\x44\x78\xad\xf3\xf3\xad\xbd\x1b\x25\xe6\x6a\x51\xf0\x3a\xb3\x2c\xa0\x23\x07\x72\xc7\x58\x92\x43\x65\x89\xae\x89\x70\x2c\x53\xf5\x1a\x44\x17\xca\xb6\x70\x41\x37\xdf\x92\x9f\x90\x19\x66\x88\x67\x8c\x51\x36\xab\xa1\xd6\x8a\xf6\x2d\x0e\xb3\xd2\xac\xf0\x42\xd9\xa1\xa0\x47\x28\x82\x42\x3a\xc4\x12\x96\xb3\x91\x0e\x63\x4a\x3e\xd7\xaa\xc9\x86\x65\x7b\xc4\xce\xb2\xad\x21\x36\x83\x42\xda\x7b\x43\x6c\x82\x85\x44\x86\xa6\x1a\x8a\x7d\x6d\x76\x07\xa1\xfe\xa6\x62\x68\xbe\xe1\xd0\x45\x39\xf7\x49\x44\x82\x48\x49\x4d\xd1\xae\x4c\x10\x84\xa7\xca\x2e\x5e\x10\x3e\xb3\x0a\x9f\x2e\x57\xe1\x8e\xb6\xa9\x5b\x61\xe5\xa8\x2f\x4b\xc6\xac\x72\xe8\x23\x34\x64\xa5\xa8\xaf\x75\x72\x04\xeb\xa5\xa5\x36\x4e\x1e\xf1\x4a\xa0\x25\x14\x17\xd1\x81\xe8\x7c\xf2\xe0\x85\x0a\x1f\xb2\x2e\x27\xa5\x50\xd1\x08\x27\xc9\x0a\x81\xa1\xe7\x51\x56\xb3\x59\x5e\xc5\xbe\xf6\xc2\xae\xa5\xee\x5f\xf0\xac\x56\xd5\xef\x73\x26\x50\xa5\xa4\x2b\x29\xb3\x39\x30\xc2\x8f\x33\x1a\x84\x21\xe8\x96\xc6\xba\x18\x85\x5e\xd9\x3a\x85\x0f\x5c\x20\x67\x78\x42\x92\xad\xbd\xb1\x1b\xf9\x9e\xe1\xd5\x06\xfb\xa9\xcc\x6f\xa2\xbd\xcb\x04\x3d\xce\x09\x2f\x8a\x36\xeb\xc4\xe1\x59\x3b\x5f\x73\x3e\xcf\xa0\xda\xca\x16\x13\xb5\x60\xe6\xcd\xe5\x77\x1d\xd0\xd9\xbf\x48\x72\xa4\x73\xf5\x2d\x52\x74\xdf\x6c\x43\x83\x07\x49\xae\x24\x01\xed\x02\x94\xbc\x13\x6f\x90\xe3\x99\x96\x09\x78\xa7\x53\xc4\x52\x46\x10\x15\xf9\x8f\x21\x9e\xa8\xb1\x25\xc0\x4c\x33\xc2\x08\x87\x1a\x56\x36\xfc\xe8\x92\x85\x5c\x1a\xc7\x33\x1b\xe5\x43\x67\x4c\xa2\x29\x25\x49\x2c\x10\x23\xca\xa6\xc1\x7c\xa5\x4e\x88\x11\x68\x6d\x74\xa3\x5d\x69\xab\x15\xd7\x87\x51\x23\x2d\x40\x17\x12\x8a\x94\x26\x56\xa0\x0b\x0d\x93\x24\xff\x91\x79\xc8\x40\x39\xc6\xcc\x59\xc1\xc0\x7f\x54\x28\xeb\xee\x08\xc1\xb6\xc9\xfc\x29\x75\xc7\xa8\x0f\xec\x1e\x0e\xac\x2e\x2b\x74\x3a\x4e\x17\xdb\xdf\xde\x5b\xf9\x3a\x86\xe8\x26\x75\x19\xa9\x19\xcc\xe8\x03\x61\x95\xf5\xb0\x2d\x53\x24\x81\x1b\xb2\x59\xea\x98\xfa\x60\x7b\xe0\xa7\x6a\xbf\x52\x6a\x93\xb3\x92\xe7\x4a\x57\xff\xca\x8d\xec\x64\xe5\xa2\x12\xbe\xa9\x72\xaa\x45\x8b\x2e\x6b\x8c\x05\xfa\x0d\x4b\xe5\x6f\x50\x6e\xa3\x59\x73\x58\x97\x8f\x33\xae\x89\x41\x80\x1b\x57\x6f\x83\x13\x6a\x98\x04\x61\x77\x56\xe3\xf5\x2b\xbf\x2d\x42\x33\x8f\xba\x3c\xa9\xf6\x36\x2a\x47\x4e\xeb\x12\x6f\x74\xee\xe8\xce\x7c\x00\xcf\x51\xd1\x13\x69\x36\xe0\x04\xc2\x26\x2c\x45\x8b\x94\x93\x42\xfe\xaa\x16\xde\xf6\x5e\x37\x79\x83\xed\xb9\xb4\xc2\x1d\xa6\x73\xf2\xf2\x63\x1e\xb8\xc1\x9a\xdd\x5f\xbb\xc0\x0c\x2c\x42\xb4\x69\x03\x07\xac\x41\xac\x56\x9b\xe4\x9b\xc4\xf9\xeb\x74\x52\xe7\x88\xf6\x0b\xf5\xd5\xe1\x34\x8f\xc6\xec\x63\xca\xcd\xdd\x29\x0c\xe8\x7a\x82\xa3\xfb\x43\xc2\x62\x84\x33\x39\xd7\x78\x49\xe3\x3b\x5e\x99\x9d\x55\x7a\x01\xb0\x80\xdd\xe2\x98\x8a\x08\x73\x23\xf4\xa7\xf8\x21\xb5\x54\x8c\x99\x37\x08\xc0\xba\x21\x75\x04\xd2\xdb\xeb\x14\x08\x02\xa9\x7a\x75\x6b\x51\x95\xc4\x5d\x4a\xe1\x6e\x3e\x33\x7e\x22\xe8\x18\xde\x47\x62\x46\x84\x18\x1f\x68\xaa\x0b\x2b\x74\x6a\xfd\x51\xd6\xbe\x11\x7e\x39\x4c\xf7\x4b\x7d\xc6\xac\x47\xc6\xcc\x42\xa9\x29\xdf\x5b\xd9\x19\xa0\x47\xa7\x19\x07\xb0\x68\xd5\x98\xdf\x45\x73\x9a\xe4\x3e\xea\x77\x03\x73\x1e\xf5\x90\x09\x79\x20\x89\x1a\x98\xb2\x88\x93\x05\x61\x26\x7c\xfc\x3d\xfa\x6f\x9d\xdc\x8c\x7e\x37\x66\x9f\x40\xac\x26\xc9\x6a\x80\xe8\x34\x1f\x19\xcb\xc2\x30\xf7\x95\x04\xa8\x2d\xd3\x92\x25\x20\x44\xef\xf7\x1c\x3f\x90\x31\xb3\xc3\xfc\x37\xba\x47\xbf\x45\xbf\xab\x73\xe4\x18\xa4\xf0\x53\xdb\xf9\xc0\xc5\xf6\x5d\x9e\x64\x18\x18\xf5\x11\x24\x87\x75\x03\x84\x4d\x51\x9c\xa9\xe6\x14\x5c\x07\x6f\xa6\xec\x21\x2d\x47\xaf\xfc\x93\x8b\x39\x61\xf2\x8e\xa5\x31\xb9\x23\x15\xa1\xab\x06\x41\xa1\x2e\xf5\xf3\x34\x26\x6b\x03\x4f\x4e\x41\xfe\x02\xae\x0b\x91\x4d\xdc\x76\xa8\xf7\xe6\x46\x77\xc8\x60\xd5\x04\xbb\xaa\x9e\x9b\x90\xbb\x69\xac\xec\xc2\x68\x57\x03\x90\xe8\x86\x80\xea\x78\x8d\x6e\xb7\x03\x78\x9a\xe2\x29\x2c\x7a\x88\xd5\x8f\xd5\xcc\xcd\x9d\xe3\xd5\x2b\x85\x1c\x10\x4e\x67\x54\x69\xdb\xcd\xf1\xb8\xf5\xaa\x65\x1e\x41\xf2\x9a\xac\x4c\xd2\xac\x08\xa1\x87\xcd\xd1\x57\xa2\x0c\x34\xe8\x2a\xd5\x1e\x4d\xd4\xf3\x1c\x6e\xdd\x69\x06\x1d\x7b\xb4\xa7\x54\x57\x18\x11\x61\x4b\x17\x6e\x9b\x03\x69\xf0\x8d\x1d\x90\x1a\xe8\x71\x0c\x5e\x13\x14\xcd\x31\x9b\x35\x2b\x50\x7f\xc9\x48\xb6\x23\xb4\x88\xc9\x60\x7b\xa1\x38\x34\x9e\x89\xbc\xbf\x91\x5e\x1b\x25\x8b\x0a\x2d\x95\x4c\x24\x1a\x8b\xfb\xdc\x93\xe4\x10\xa8\xda\x7e\x2c\x1a\xb2\x2d\xbc\x0e\x57\x86\xef\x76\xe0\x77\x78\x8e\x40\x75\x59\x31\xa8\x38\x78\xc0\x7f\x26\x67\xe3\x59\xcd\x7a\x27\xbc\x0a\x17\xee\xae\x4d\xfc\x0e\x26\xa4\x25\xca\x50\x68\xa4\x4a\x39\xaa\x57\xcd\x1d\xd7\xa1\x03\xa1\x33\x4b\xe8\x77\xdf\x41\xfc\x66\x6b\xbf\xa5\xe7\x8f\xcb\x41\x65\x1a\x55\xa8\x67\x43\xe2\xa7\xf5\x31\x84\x11\xb1\x10\xd7\xe8\x05\xc4\xea\xf0\xa6\x1e\x45\x1b\x44\x1f\xcb\x16\x40\x35\x6d\xf6\xeb\xb6\xa4\x34\xc6\x01\x5a\x7a\xf5\xc1\x94\x6d\x3a\xb6\x67\x06\x66\x13\xfa\xc3\x35\x76\x20\xf5\x22\x82\xe0\x1a\xcf\x04\x92\x1c\x03\x6c\x2d\x65\x62\xcc\xbe\x68\xf5\x8d\x0a\x6d\x28\x99\x3c\x49\xb0\xc3\x10\x85\x7f\x83\xf0\x34\x29\x55\x72\x8e\xb5\x72\x5f\xed\x7b\x77\x95\x0d\xdc\x49\xf0\xbd\xef\x55\x2f\x83\x17\x19\x9d\xb5\x72\x48\xbb\xd0\x3e\xd6\xb1\xd4\x81\xb6\xda\x49\x4a\x05\x60\x40\x71\x52\x6b\x2c\x4d\xd2\x34\x21\x98\xd5\xe9\x93\x95\x5f\x97\xdc\x24\xd4\x87\xef\x29\x73\x47\xa9\x24\x3c\x23\x4a\x99\xc6\x49\x52\x98\x17\x86\x02\x44\x92\x30\x6d\x55\x1b\x8b\x48\x11\x1a\xaf\x89\x04\x0c\xfc\x93\x3f\x21\x49\x27\x88\x85\x7e\xa0\x91\x8b\xe0\x27\x79\x8d\x9b\x56\x40\x65\x3f\xf2\x5f\x09\xeb\x5e\x47\x98\x0f\x06\x6f\xf4\x89\x86\x80\xea\x0e\x24\xae\x13\xe7\xc3\x42\xcc\x1c\x11\x08\xb4\x63\x40\xaa\xa9\xfd\x83\xf3\x6e\x5d\x1e\x4e\xde\x07\xbb\x04\x29\x95\xf0\x70\x9c\x12\xe1\xa9\x58\x28\x7d\x20\x86\x7f\xe9\x94\x28\x35\x6c\xcc\x94\x46\xea\xab\x83\x58\xa8\x83\xb6\xe4\xe9\xcc\xc0\xe3\x70\xc4\x53\x21\x4c\x18\x5c\x8f\x23\x8e\x1a\x6f\x92\x1b\x03\xc8\xdf\x45\x80\xe3\xf9\x10\x71\xe5\x72\x77\x79\xba\x66\x8d\xe6\x31\x21\x2e\xf9\xa0\xf6\xdc\x6f\x0b\x96\xb1\x26\x08\xe2\x04\x0b\x63\xf4\x01\xa6\xa4\x10\x4d\xef\xa0\x27\x38\x9a\x35\xb6\xec\xd0\x6e\xb6\xcf\x42\x26\x81\x48\x57\x9a\x52\x16\x3b\xe7\x04\x4a\x88\x4c\x12\x13\xcb\x08\xb8\x86\xe6\xed\x14\xf2\x15\x71\xf6\x8d\x7e\x33\xc8\x49\x41\x17\xea\xac\x40\xe6\x24\x4b\x0f\xd3\x25\xd8\x0d\xc5\x5f\x4d\x31\x4d\x94\xc0\xa2\x61\x37\x07\xa5\x5c\x1d\x42\x45\x24\xc2\x64\x95\x87\xd7\x0e\x02\x1e\x61\x12\xeb\x6d\xd4\x9c\x3b\x3e\x18\xfe\x70\x71\x75\x33\x3a\x19\x1f\xe4\x71\x3b\x8b\xf1\xb0\x62\xdd\xa5\x92\xa4\x6c\xcc\x9c\xf7\xdd\x95\x3a\x84\xbd\x44\x38\x8e\xf3\xcc\x09\x8d\xfc\xba\xd3\x5e\xc4\xb6\xa7\x62\xad\x03\xbe\x3c\xcc\x47\xfa\x95\xc4\x57\x58\x6e\xe5\xb6\x6f\x0c\x8b\xb6\x72\x4f\x55\xb2\x78\xc6\x68\xc9\x45\xd2\x20\x64\xdd\x54\x6e\xd5\x73\xed\x39\x58\x9f\x04\xd8\x2b\xeb\xe7\x10\x88\x67\x4c\x59\x96\xd8\x55\xa0\x9c\x02\x0f\xb0\x68\x35\x40\x80\x83\x56\x5c\xbb\x42\xbf\x47\x0b\xca\x00\xb3\xd8\xb4\xb6\xb7\xe1\x44\xba\xa4\xe6\x9f\x9e\xdf\x86\x95\x3a\x7e\xbc\xb8\xbd\x0a\x13\x25\xff\xda\x9c\x64\x1f\x8e\xd0\x64\xce\xe7\x73\xf4\x70\x21\xa9\x5e\x0a\xb7\x34\x55\x13\x3d\x2b\x5e\xd4\x6f\x2b\xcd\x29\x71\x3a\xc3\xae\x33\x9c\x3c\x54\xc0\x5e\x24\x37\x99\x99\x6e\x97\xd7\xa4\x4d\xab\xcb\xd0\x5e\x7b\xd2\x0b\xba\x32\xf2\xb7\x79\x0c\x3b\x9f\x00\xd8\xae\xd5\xd7\x6f\x67\xe4\x77\x3e\xaa\x85\x1f\x77\xd0\xde\x50\xfe\xb4\xf5\x00\x08\xe3\xfd\x5b\xe2\x09\x4d\x20\xae\x91\x7a\x89\x38\x15\x9a\x85\x38\x1a\x33\xbf\x54\xae\xbe\x33\x15\x0f\xd8\x64\x2c\xca\x66\x28\x65\x04\xa5\x5c\xc7\xb0\x9c\x38\x1c\xf8\x28\xf0\x22\x8a\x49\xce\xd1\x2a\xcd\xb8\x7b\x63\xe9\x3d\x86\xfb\xc4\x1c\xdb\x38\xb7\xd5\x33\x4d\x14\xc6\xcf\xfe\x82\xf1\x96\x9c\xe4\xc6\x16\xbc\x98\x3c\x10\x86\x1e\x95\x61\x95\x3b\xe5\xc7\xcc\xc3\x17\x29\x95\x94\x7d\x2b\x1d\x88\x80\x26\xa6\x79\x14\x76\x11\x88\xdc\xd5\x22\x30\x35\x23\x37\x33\xf0\x0e\x80\xe2\x80\x7c\xdf\x8c\xf9\xe0\xc9\x3a\xef\x81\x0e\xd9\x00\x0f\xf8\xbe\x0c\x0d\x66\xad\x64\x59\xf2\x75\x49\xa2\x4d\xd0\xbd\x97\xb6\x18\x62\x93\x37\xc3\x0f\x21\x99\x74\x70\xb3\x75\x32\xb5\xbe\x95\x22\xb5\x6b\xe8\xec\x84\xb1\x57\x84\xfe\x6c\x92\xd2\x3a\xd2\x69\x51\xf6\x53\x9e\x2e\xda\x91\xf8\x3c\xb8\xd2\x9b\x12\x42\x33\x70\x0f\xec\x09\xa0\x74\x3d\x95\x75\x48\xd2\x75\x52\xef\x67\x7d\x2f\x3a\xd0\x38\x24\x84\x12\x34\x4d\x56\x92\xa8\xd1\xa5\x22\xd5\x80\x38\xfd\x77\xfa\x77\x96\x0b\x1f\x58\x7c\x45\xe1\x14\x04\x81\x89\x09\x41\x46\x1b\xd2\xa0\xca\x6a\x34\x28\x5c\x9f\x55\x1e\x51\x2f\xa8\x68\x72\x62\xd4\xe2\x09\x89\x17\x2e\x03\xb2\x98\xf6\x5a\x58\xae\x35\xd2\x68\x57\xe8\xbe\x27\x40\x80\x56\xd9\xba\x01\x2a\xd5\x44\xdf\x77\x93\xfa\x55\xb8\xa1\x1b\x09\x0b\x72\xbf\x7c\x82\x62\x22\x31\x4d\x84\x9f\xef\x54\xde\xca\xe0\xe6\xd3\xc5\x8c\xac\xe3\x75\x43\x2b\xd9\xeb\x20\xe9\xef\x3c\xf2\xef\x78\x70\xb2\x2c\xf0\xca\x43\x05\xa9\x53\x90\x10\x09\x97\x33\x65\xee\x5f\xa1\xa8\xb5\xcc\xec\xb3\x68\x55\x64\xfe\x08\xfd\xb0\x72\xd7\x22\x4e\x12\x9f\x12\xed\xbc\xcb\xfb\x16\xaa\xa3\x00\x97\x18\x3a\x3d\x1f\x1e\xdf\x9c\xfe\x3c\x02\xc4\xcb\x2a\xcd\xd0\x23\x15\xca\x42\x18\x33\xf0\x07\x2a\x81\x0a\xbf\x93\x29\xd2\x3f\x1c\xc0\xaf\x00\x07\x27\xb2\xc9\x82\x2a\x7b\x2a\x9f\xe4\x2d\x48\x84\x2b\x8b\x8a\xd2\xe7\x58\x3d\x00\xd7\xb6\xc5\x5b\x55\x41\x9b\xd7\x9c\x8f\x0d\xcc\xe0\x7c\x90\x6d\x21\x55\x5e\xb8\xe2\x69\x41\x55\x9e\x9a\xed\x9b\x35\x95\xc7\xab\x47\x55\x55\x1f\xca\x30\xb5\x10\xf2\x3f\xa9\x90\x85\xcb\xa4\x3e\xa1\x30\xdf\x82\x5d\x40\xaa\xac\xb6\xdd\x41\x0e\x5e\xdb\x47\xaa\xb5\x9d\x6b\x57\x95\xae\x52\x05\xbb\xac\xd5\x6f\xf6\x2d\xb1\x23\x0f\xdb\x6d\x1e\x04\xea\x62\x6e\xe5\xd0\x64\x9f\x15\x3c\x04\x42\x08\xe9\x25\x45\xd1\xcd\x52\x09\xd1\xd7\x48\x26\xab\x0a\xe8\xc3\x98\x55\xeb\x0d\xcd\x3c\xb6\x6d\x20\x75\xa7\x09\x20\x6e\x47\xae\xdc\x2c\x8c\x47\xe4\x8b\x83\x4c\x69\x63\xd4\x15\x4b\x26\x85\x73\x65\xfd\xaf\x35\x56\x00\xa8\x0b\x9b\xe4\x58\x56\x9c\xca\x96\x61\xce\xb5\xe7\xc2\x5c\x99\x4f\x63\x41\x6d\x19\x0f\x86\x1c\xc8\xdd\x67\x6e\x82\x13\x73\x00\x1e\xf2\xf4\x81\x70\x4e\x63\x65\x61\xf9\x29\xf3\xad\x56\xae\x45\x79\x9a\x1a\x19\xa6\x1b\x72\xc8\x14\xc2\x26\xce\xe6\x55\xe3\xd9\x34\xae\x82\x74\x73\xea\x4e\xc6\x62\xc2\x19\xc1\x72\xfe\x7c\xf1\xc5\xe3\x6d\x5d\x86\xcf\x16\x6b\x3c\xde\x49\x0d\x27\x9f\xdc\xb0\x9e\xd1\x5a\x3a\xb3\x42\x29\xf8\x66\x58\x6a\x5e\x3c\xa8\x64\x44\x55\xb8\xba\x3c\x7c\xaf\xb1\xb3\xc2\x42\x42\x1d\xc1\xd7\xb5\x16\x84\x73\x3f\x29\xf3\x20\x2c\x2c\x61\xfa\xa4\x34\x8b\x74\x59\x13\x79\x69\x53\x69\x51\xeb\xd8\x41\xd9\x3b\xfd\x89\xf9\xa0\xa6\x3c\x62\xe1\xb1\xe2\x6c\x7d\xc3\x80\xad\x8a\x76\x35\xe6\x71\x42\x04\xa8\x7c\x5a\xd7\x2f\x68\x75\x4d\x36\xc7\x98\xfd\x98\x3e\x92\x07\xc2\x07\x08\x4b\xb4\x48\xd5\x4d\xce\x88\xdf\x40\x00\x87\x09\x96\xda\xa5\x8d\xd1\x39\x5e\x90\x78\x04\xf7\x81\x87\xdd\x32\x96\x8f\xf1\x2a\x56\xe5\xb0\x40\x5e\x86\xde\x06\xeb\x02\x1f\x33\x1c\x49\xfa\x40\x74\x6c\x07\x00\x83\xd4\x4e\x0c\xf8\xff\x37\xce\xe7\xf9\x9b\x23\x74\xa3\x2e\x2e\x2a\x42\x7a\x3d\x2c\x6c\x1d\x6d\x63\x36\xe3\x69\xb6\x74\x9a\x69\x3a\x01\x95\x58\xfb\x3e\x2b\x7c\x9e\x40\x8c\x75\x78\x46\x38\x56\xd7\x62\x33\xe3\x04\xb6\xd3\x9e\xb9\x02\x42\x7c\x9d\xcf\x40\xea\xb6\x70\x61\x25\x03\x1d\x00\x36\xaa\x4f\x7a\xdf\x9d\xef\xb4\x54\x94\x4c\x80\x52\xe6\x4c\xd6\x00\x6c\xb1\xa1\xa8\xf0\xcc\x7c\x6b\x12\x57\xa3\x84\xf2\xd7\xea\x22\x9f\x5a\x70\x90\xea\xaa\xb9\x35\x7b\xdf\x3e\xdd\xaa\x40\xe5\x65\xc6\x97\x29\xc0\x6c\x93\x95\x85\x26\x2d\x30\x04\xcf\x97\xe9\x32\xd3\x88\x63\xea\x07\x99\x2a\x09\xa2\x42\x7e\xc6\x32\x9a\x2b\x7d\x20\x87\xd0\xee\x22\x0d\x2c\x10\xa4\x4f\x6b\x7f\x54\xcc\xe0\xd8\x7f\x7b\x8d\x6d\xdd\xda\xb4\xd4\x99\x64\x16\x3f\x00\xff\x4a\x92\xbc\x8d\x69\x45\x21\xb7\xea\xb5\x0e\x6a\xc7\xec\x3c\xd0\xba\x85\x7e\x78\xa2\x14\x68\xca\x50\xfe\x43\x64\x3c\xc8\x95\x47\x3a\xe3\x74\x23\x35\xd0\x78\x20\xc8\x03\x61\x32\x37\x28\x16\x78\x89\xa8\x92\xdb\xea\xe6\xe1\x33\x32\x40\x8f\xb6\x5f\x22\xc2\x28\xe3\xd4\x9e\x30\xb0\x02\x1a\xb6\x2f\x54\xc3\xdf\xeb\x88\x80\xc6\x44\x45\xd8\x2b\x9b\x64\xca\x9a\x47\x32\xc3\x2e\x6e\x0b\x3b\x9c\x50\x76\xaf\x5e\xa6\xd3\xb9\xad\xb7\x97\x2b\xf9\x96\x72\x0b\x2a\x0d\xf6\x74\x2d\xe7\x6d\xb1\xcb\xf5\x95\x0b\xd7\x1d\x05\xca\x66\x1e\x1c\xbe\xda\x08\x6a\x93\x96\x5d\xf9\x64\xbb\xac\xf2\xca\x47\xad\x3e\xb1\xc9\xb3\x0d\x08\xe2\x8d\x6b\x5a\x06\xb8\x09\x83\x13\x30\x1a\x89\x9f\xa8\x60\x54\x69\xc8\xaf\xa1\xba\x5c\xbf\xd1\x50\xfe\xcb\xfd\xa5\x8b\xe1\xe8\xa5\xf9\x2f\x94\xf2\x31\xd3\x9f\x0f\x5c\xde\xbc\xfa\x41\x9e\xe2\x52\x93\x14\xea\xf8\xc9\x16\xc1\xdc\x4c\xaf\xbc\x19\x5e\xff\x74\x77\x35\xba\xbe\xb8\xbd\x3a\x0e\x94\xcb\xe3\xb3\xdb\xeb\x9b\xd1\x55\xe5\x77\xa3\xff\x3b\x3a\xbe\xbd\x39\xbd\x38\xbf\xfb\xcb\xed\xe8\xb6\xe6\x2b\x3b\xc0\xd9\xf0\x87\xd1\x59\xa3\x92\x5a\x4d\x43\x5d\x59\x51\x5c\x68\xcb\x94\x67\xef\xdb\x4b\x75\xb2\x32\x5b\x44\xff\x05\xc6\xeb\xa5\x5e\xd7\xc3\x81\xfd\x4b\x17\x8a\x3c\x54\x47\xd9\xba\x2f\xf2\x53\x30\x66\xce\xbf\xe4\xe4\xb6\xc4\x33\x61\x1b\x4e\x04\xd4\x7e\x40\xc3\xa5\x69\x2a\x91\x86\x2f\x95\x58\xdc\xe7\x94\x5a\xb7\x22\xec\x2d\x94\xd1\x16\xa6\xc5\x42\x61\x99\xc3\x01\xcd\x9c\x80\x04\xe3\x5e\x89\x51\x5e\xc2\xb5\x54\xeb\xd3\x0c\x5a\xd8\x1f\xe8\x49\xa3\x17\x47\x68\xba\x20\x6b\x66\xc5\xf0\x82\x46\xfa\x83\x42\xe2\x88\x49\x29\x59\x10\x26\x8b\x23\x06\xdb\x1a\x8e\x3c\x27\xe8\xa7\x3f\xe5\x44\x81\x51\x6c\x8c\xcc\xac\x54\xfa\xc9\x76\xbb\xcd\xaa\x2a\x79\x54\xc8\xa6\xad\x52\x75\xc4\xfd\x9d\xeb\x0b\xb6\x91\xb0\xbc\xc1\xe2\xbe\xa2\xda\x6c\xa5\xfc\x31\xf3\xdf\xf2\x8d\xf5\x25\x6e\xab\xfd\x67\x76\x5d\xef\x60\x03\x37\x7b\x67\x6d\x9e\xd4\x9a\x57\xda\x19\x27\x85\x82\x2b\xad\xdf\x17\x14\x6c\x69\x2f\x95\x21\xc7\x93\x46\x90\x4f\x8b\x29\x33\x99\xfc\xc4\x95\x90\xb1\x35\x0d\x75\xa1\x7a\x93\xfd\x83\x27\xe9\x43\x90\x5e\xb6\xd0\x85\xdf\x2b\x35\x31\xcf\xde\xdb\x86\x03\xc3\xa6\x74\xad\xb5\x31\xbb\xf9\x50\xb7\xbf\x72\x0f\xda\xda\x73\xc5\xc9\xac\x83\x50\x6d\xe0\x87\xf5\x46\x77\x8e\xd8\x36\x2a\xd8\x09\xec\xe9\x04\xbc\xec\x79\x69\x41\x5d\xc1\x16\x0c\x35\xdf\xe8\x1e\xe4\x01\x67\xad\x9a\xb9\x4b\xf3\xbd\xbd\x47\xd1\x7b\xed\x09\x78\xef\xdd\x13\xab\x65\xd0\xb4\xbc\x79\xa3\xbd\xb5\xd9\xcb\x92\x3a\x95\xbd\x43\x37\x57\xdd\xda\x92\xf0\x0c\x4d\x3e\x2b\x27\xf1\xd4\xf5\x74\xf6\xad\xa1\x7d\x7b\xf1\x97\xd7\xca\x32\x74\x9b\xc2\x3a\xa0\x16\x05\xc0\x8c\x8f\x80\xa1\xf1\xc8\x1c\x7a\x35\xb6\x01\xbd\x2f\x09\xd7\xe5\x5f\x20\x1a\xef\x22\xbe\xc6\x5b\xb7\x4e\x36\xe6\x47\x66\xeb\x12\x25\x6a\xbc\x32\xb6\x77\xc7\x51\xc8\x66\x41\xb8\x06\x2d\x3c\x74\x25\xa0\xf3\xa2\x2e\xa2\x86\x79\xfb\x48\x7c\xd5\xac\x02\x6b\xca\x2e\x66\xe5\xa6\xac\x63\xbc\xd7\xc6\x6e\x2d\x62\xde\xc3\xaa\x15\x31\x98\x85\x1a\x4d\xac\xe7\xb2\xa7\xe5\xb2\x5d\xc0\x3d\x42\xe2\xba\xdf\x66\xc7\x5a\x21\xf2\x86\xb1\x29\x75\x4a\xc3\xb5\x72\x3a\xac\x7d\xd3\x9c\x0a\xde\x38\xe5\x9d\x45\x1c\x76\xa1\xfa\xd6\x41\x11\x7c\xf5\xce\x4c\xdc\xd5\x29\x97\xa9\xc1\xa0\x3e\x99\xe2\x5c\xe3\xb9\x2c\x95\x1b\x68\x4b\xd2\x8e\x74\xee\x35\xe0\x07\x03\x7e\x32\x21\x0b\xd3\x30\x96\x91\x47\x7d\xda\xf6\x23\xf8\x51\xc1\x87\x2f\x1c\xfd\x08\x0a\xd5\xec\xac\x9e\xfc\xdd\x7a\xf7\x78\xb5\xe5\xbd\xbb\x1a\xef\x85\x8e\xb4\xbe\x09\x66\x75\xe5\xf3\xfa\xba\x5d\xdd\x4a\x69\x07\x8b\xb8\xbe\x8c\x36\x34\xdb\xc0\xa2\xa6\x86\x36\xe4\xf4\xc7\xfb\x52\x49\xbb\x8c\x8a\x0f\x89\x7b\xe1\x32\xda\x05\x62\xf6\xa7\x96\xf6\xda\x75\xdb\xdf\xb4\x87\x0a\x42\x5b\xd4\xd0\x76\xa8\x3c\x28\x99\xd5\x4d\xe4\x43\x26\x04\x8d\x13\x90\x48\xd6\x71\xad\x0e\x55\x1b\x7f\x4b\x11\x0e\x14\xb8\xcc\x0a\x73\x31\x50\x79\x70\x13\x87\xad\x48\xea\x85\xe2\xe8\x81\x30\xb9\x13\x7d\x01\x86\xa8\x40\x2d\xb6\x33\xfa\x75\x2d\x9c\xd3\x93\x5c\x4c\xb8\xb2\x89\x5e\xb4\x40\x72\xac\x6e\x29\xdb\x08\xc9\xb4\x3f\xaa\x73\x74\xaa\xa9\xb5\xdb\x22\xf8\x69\x79\x5d\xd6\x40\x13\xcc\x6a\x43\x51\xad\x42\xd8\x33\x8d\xa0\xbf\x66\xa7\x44\x9a\xe0\x66\x66\x31\x24\xbc\x7b\xb5\xcb\x75\xfb\xeb\xe2\x9e\xeb\x77\xce\xb1\x28\xbe\x72\xed\x96\x6f\x80\xbf\x0f\x86\xf9\x44\xe4\x09\x96\x78\x27\x05\x65\x3b\xc0\x21\x81\x90\x5b\x9e\xac\x6d\xcf\x72\xad\x0b\x8f\x65\x3c\xc9\x0d\x1b\x8c\xd4\x85\x76\xe4\x45\xc1\x01\xa5\x1c\xac\xa8\x26\xa6\x46\x0e\x74\x6f\x28\xf3\x94\xa4\x1a\x6a\x36\x42\xd3\x0b\xc9\xb3\x08\x52\x93\xd5\x89\xab\xde\x59\x53\x93\x01\x64\xa7\x71\xd6\x8b\x20\xd3\xc6\xa6\xe4\x41\x70\xbd\xf2\x5e\xaf\xe7\x9f\x6d\x7d\x00\x61\xf1\xc2\x27\x73\x05\x04\xd2\x3b\x98\x40\x9f\xd0\xb1\xa9\x81\x6f\xca\x74\x38\x0e\x84\x7c\x2b\xc9\x29\x81\x44\xe0\xc4\x65\x0f\x84\x92\xce\xf8\x7c\xd6\x32\x96\xba\x56\x4f\x5a\x9a\xfd\x9e\x55\x9a\x7b\x1d\xf2\xbc\x02\x2f\xdc\xe4\xd5\x78\xc4\x70\x5c\x1a\x7b\x1a\xec\xaa\x85\x1e\xa8\xce\x4f\xc6\xdb\x0d\x8d\x72\x7c\xde\x6e\xe7\x55\xd5\xa4\x6a\x74\x8d\x12\x18\x99\x20\x5c\x67\x95\x3b\x24\x70\x45\x69\xad\xda\x20\x48\x65\xc7\xc0\xa6\xa0\x64\xa9\x73\x61\xb5\xa6\xa1\x3d\x2b\xe8\x3b\x68\xdc\x8f\x25\x39\xb2\x89\x1f\xef\xd0\x7f\x43\xa9\xac\xff\xaa\x2b\x99\x3a\x23\xfc\x2e\xce\x82\x88\xe2\x3a\xa2\x2e\xd5\x43\x27\x99\x5c\x55\x27\xd0\x04\x06\x4f\x82\xa3\xfb\x2e\x49\x45\xea\xf7\x35\xc3\xae\x3f\x81\x9e\x8b\x2d\xbc\x08\x6a\x52\x76\x48\x21\x65\xc7\x04\x60\xfc\xf7\xeb\x60\x09\x83\x4a\x6a\x9e\xb7\xc0\xc4\x8d\x86\x8a\xe6\x23\xf4\x51\x57\xc3\x80\x4b\x4d\xbf\x22\x4a\xb3\x24\x1e\x33\xf2\x55\x99\xfb\x01\x74\xa2\xa2\x82\x81\x81\xf0\x98\x37\x55\x4b\x82\x42\xb1\xba\xad\x6e\x98\x17\xcf\xaf\x2a\xef\x69\x79\xca\xd5\x4c\xb6\x95\x2e\xbf\x27\x7d\x3b\x8f\x6d\x8f\xfa\x01\x72\x93\x2c\xb0\x45\x42\x1e\x08\xc7\x33\x62\xfa\x7a\x7a\xd5\x2a\xf0\x06\x6d\x3c\x2f\x4b\xd1\xdf\xd7\xdd\x8b\xb6\x14\x54\x7e\x5a\x36\x36\x9d\x7c\xd7\xea\x45\xed\x9d\xea\xed\x65\xda\x4d\xba\x3c\xd4\xa5\xc1\x99\x6b\xb0\x6b\x95\x9e\x28\xc1\x42\xd0\xe9\xca\xeb\x9c\x6b\xb5\x09\x1d\xd7\x75\x45\x51\xc2\xe2\x39\x95\xba\x46\x00\x46\xdb\x0d\xd2\x69\x7b\xd0\x81\xb1\x9f\x6d\x04\x9c\xc6\x3e\x8a\x1f\xaa\x42\x96\x50\x8f\x2d\x0b\x57\x6e\x8b\x45\x30\x94\x99\x88\xfc\xee\x08\xb3\x20\xbf\xcd\x20\x53\x8d\x28\xda\xb5\xf2\xa1\xb8\xf7\x27\x24\x21\x7b\xd2\xd0\xa9\xcc\x08\x8d\x6b\x9d\xe7\x77\x3e\xdb\xfe\x6f\x47\xcf\x06\x71\xa9\x1a\xdc\xed\x0e\xf6\xfb\x85\xa3\x1b\x35\xd4\x7d\x22\x6d\xbc\x3b\x6b\x79\x71\xa3\x73\x55\x27\x1c\xb7\x58\xec\x9d\x85\x34\x9f\x78\x42\x75\x7b\x7d\x4d\xa4\xb0\x8a\xab\xc7\xe9\xda\x67\x62\xce\xe9\xa1\x85\x60\xe5\x80\xa6\x0e\x1b\xbe\x27\xc1\x36\x43\xdd\x95\xa9\x49\xf2\x74\xe2\x70\xfd\x76\x75\xe1\xb7\x9c\xde\x0d\x3c\xa2\x66\x8c\x5d\xdc\xfe\x4f\xab\x9a\x95\x16\xa6\xa5\x71\x71\x5d\x2e\x77\xd1\x3d\x51\x8c\xa7\xec\x8e\x7c\x55\x36\xa7\xd8\x14\x47\x71\x2b\x88\x40\xc3\x2f\xd7\x48\xac\x98\xc4\x5f\x3f\xa0\xf1\xc1\x67\x5d\xd3\x13\xfd\x98\x66\x5c\xa0\x13\xbc\x3a\x4c\xa7\x87\x8b\x94\xc9\x39\xfa\x0c\xff\x6b\x3e\x7a\x24\xe4\x1e\xfd\x95\x60\x3e\x3e\x18\x33\x48\x56\x35\x8d\xc3\x5c\xdd\x8d\x39\x86\xb0\x9a\x30\xe5\x42\x7f\xf7\x47\x5b\x2f\x54\xbd\xe6\xfb\xf7\xbf\xfb\x23\xfa\x0d\xfc\xbf\xff\x1f\xfd\x66\x7c\x50\x73\x2f\x75\xcb\x81\xcc\x0b\xba\x56\x8e\x76\x4f\xa3\xfb\x74\x3a\xbd\x93\x74\x41\x74\xb1\x80\x3b\xcc\x6b\x5b\x0b\x75\x44\x84\x52\x53\xc3\x40\x57\x61\xcb\xd3\xb4\xcc\x4b\x75\xf8\xd1\x2a\x61\xae\x23\xb5\xce\x9a\x62\x61\xee\x3e\x15\xf0\x14\x89\x51\x3a\x9d\x76\xf1\x01\xda\xac\x90\x72\x85\xa4\x3c\x90\xed\x57\xe4\x70\x46\x9d\xef\x8a\x48\xd7\x55\x3c\x2d\xfb\x48\xde\x98\x55\x0c\x13\x7c\x52\x8b\xf8\x3a\xe5\x5b\x89\xf0\x7b\x52\xf2\x97\x75\x72\x80\xdb\xe2\x02\x7e\x61\x17\x88\x90\xa5\xdc\xc1\xaa\x75\x40\xc3\x64\xf2\x8f\xd9\xcd\xc5\xc9\xc5\x77\xf7\x58\xf2\x74\x86\xd9\xbb\x0f\x68\x18\xc7\xa6\xc9\x06\x32\x4e\x3f\xc5\x3c\x73\xc2\xc9\x11\xf2\x2b\xe6\x33\xb5\x70\x95\x1e\x6d\x5f\x1f\xa6\x9c\x44\x55\x86\x6b\xf5\x61\x57\xcb\x77\xe2\x1e\xa9\x81\x1e\x05\x15\x14\xdc\x0b\xf2\x6c\x67\x98\xeb\x3d\x59\x99\x6e\x72\xc5\xf9\x6e\xd2\x37\xe4\x7a\x49\x22\x65\xfd\xc2\xd0\x29\x8f\x09\x2c\x8f\xee\x51\x4c\x85\xb4\xc1\xd7\xaa\x43\x75\x83\xc5\xfd\x6e\x1d\x24\x5b\xe7\xb2\xd3\x38\xcf\xfd\xd4\xab\x58\x6e\x16\x69\x84\x9f\xc4\xe2\xbe\x0e\x3a\xd1\xb9\x58\xac\x5a\x0a\x8b\x2a\x6a\xa2\xcf\x8c\xec\xa5\xb8\x98\x72\xfe\xa0\x50\x79\xe8\xef\x05\x5e\xea\x96\x02\x20\x18\x69\x42\x62\xbf\xf0\x42\x15\xfd\xeb\x36\x5a\x43\xc8\x3d\xff\x06\x07\xd8\xbc\x52\xf7\x62\x88\x29\x61\xb6\xd2\x0c\xa0\x04\x2d\x16\xf7\xc2\x15\x54\x40\x62\x81\x93\x64\x80\x38\xc9\xa0\x27\xc4\x00\x09\x92\x4c\x0f\x6d\xd6\x4e\x8c\x92\x74\x46\x23\x9c\xa0\x49\x92\x46\xf7\x62\xcc\x94\xe4\x63\x33\x2d\xb0\x97\x3c\x8d\x88\x10\xde\x55\x91\x87\x0d\x97\x3c\x8d\xb3\x48\xd7\x7c\xd5\x35\xd7\xa9\x90\x34\x2a\x14\xfa\x54\x27\x19\x5a\x20\x45\x18\x14\x63\x28\xe5\xb0\xd0\xcd\xfc\x38\x25\xe0\xbc\x91\x99\x6d\xcb\x01\x59\x09\x38\xa1\xff\x02\x78\xc0\x1c\x3f\xd0\x94\xd7\x71\xef\x0e\x80\x60\x76\x7b\xee\x64\x78\x1a\xd6\xf0\xf3\xb1\x79\x0c\xce\x50\x13\xc7\x5c\x85\xec\xec\xb8\xc1\xb1\xb9\x4b\x1e\xb0\x4c\x91\xd7\x45\xb5\x09\x1a\xfa\x27\x36\x1c\xb8\x67\x78\x21\x20\xb9\x06\x25\xb4\x8e\xa7\x8f\x75\xa9\x51\x93\x13\xe9\x39\x8e\x60\x74\x5b\x8c\xd1\x64\x77\x2b\xd1\xf6\xa0\x98\xc4\x2e\x8f\x5a\x7b\x25\xfe\x06\xae\xfe\x27\x16\x68\x99\x64\x33\xca\x0e\x5d\x6e\x4b\x8c\x25\x1e\x33\x28\x04\xa2\x5e\x52\x28\x26\x59\xe6\xa8\x3d\xae\xf9\xb9\x1b\xe1\xd8\xb1\xf4\xa7\x5d\xe4\x2e\x4c\x1e\xf2\xad\x6d\x81\xb6\x31\x74\x9c\x57\x85\x99\x4d\x93\x5f\xf5\xed\x03\xcd\x0b\xda\x78\x2f\xaa\xdd\xdb\x8d\xad\xeb\x02\x55\x25\xfc\x05\x9d\x6a\x26\x03\xda\x20\xc4\x66\xfa\x57\xd4\x51\xf4\x22\x88\xd6\xa6\x8d\xbc\xc4\x52\xf7\x20\x20\x8b\x54\xea\x32\x0e\xba\xa2\x82\x29\xb4\x60\x0a\x35\x4c\x92\x74\x02\xf7\x0a\x14\x5b\x80\x79\x07\x95\xab\xcc\xbc\x49\x8c\xbe\xf3\xae\x09\x07\x33\x79\x57\x17\x29\xde\x1d\xac\xb6\x98\xa9\x55\x0b\xae\x0d\xb3\xaf\x8f\xd0\x65\xee\x26\x29\xce\x6a\x8a\x95\xe4\xae\x6b\xc4\xd9\x0d\x8a\x1b\xec\xfe\x0e\xa0\xb8\x85\x69\xd4\x14\x66\x48\x77\xd1\x32\xb1\x79\x52\x67\x69\x7b\xfb\x47\x03\xef\xb4\xfe\x11\x6c\x8e\x65\xb3\x55\xd5\x16\xed\x17\xcc\xb8\x90\xbd\xff\xb2\x30\xe3\x02\x31\xfb\x0c\x33\x2e\x90\xba\xbf\x30\xe3\x0a\x42\x5b\xc0\x8c\xb5\x9b\xf8\x4e\x31\x75\x3b\xa1\xb0\xe4\xa9\x4c\x27\xd9\xf4\x1a\x6e\x93\x36\x95\x04\xb5\x70\xb6\x7a\x8e\xc9\xee\x00\x6a\xb5\x0e\xd4\x4d\x11\xf3\xd1\xc8\x85\x29\xb7\x44\x23\x07\x22\xad\x47\x23\x3b\x34\x72\x79\x5d\xf6\x11\x8d\x5c\xd8\xf3\x76\x68\xe4\xaa\x2d\xdf\xc0\xf7\x1e\x0c\xf3\x66\xd0\xc8\x85\x15\xdd\x67\x34\x72\x81\xd4\xdd\xa1\x91\xab\x77\xb6\x1b\x1a\xb9\xf2\xfa\xaf\xe7\x9f\x6d\xb1\x62\x50\xac\xe6\x99\xd1\xc8\xc1\x04\x7a\x34\xf2\x96\xe5\xe5\x43\x16\x34\x14\x40\xb5\x54\x03\x70\x2d\xca\xba\x06\x3c\x32\xa8\xb4\x3b\xe0\xa8\xa7\x8d\x09\x82\x17\xaa\xad\xd6\x3d\x0c\xd6\x41\x98\xfa\x7d\xea\xfa\xb3\x18\x51\xaf\x05\x63\x5f\x56\x61\xdb\x84\xf7\xc2\x22\x3b\xef\x15\x6c\x5c\x1d\xcb\x55\x54\x9d\xda\x82\x01\x4d\xa9\xb7\x4d\xeb\x6d\xd5\x77\x65\xd3\x85\xd4\x76\x33\xec\x37\xfe\x7f\x6b\x17\x64\xdb\xa2\xfc\xd1\x32\xdb\x04\xd5\x39\xdb\xec\xb1\x05\x59\xa4\x7c\x5d\xd8\xac\xc6\x9c\x4d\x39\x9e\xad\x43\x92\xb6\x5d\xbd\x6d\x57\xcd\xd6\xbe\xeb\xe6\xdf\xb8\xb1\x4f\x35\x1a\x5c\xb6\x6b\x81\xef\x01\x07\x9d\xb4\x32\xc6\xe2\x72\xf9\x37\x8c\xa2\xd4\x00\xe6\xcb\x2f\x04\xf7\xaa\x20\xfc\xd0\x43\xc0\x87\x7e\xcd\x32\x05\xc1\xba\x5b\x05\x6d\x8b\x65\xcf\x78\x6d\x6c\xba\x85\x8c\x1d\xea\xaa\xa9\x4a\xfb\xf3\x13\xfd\x8b\x9c\x36\x59\x55\xe0\xa8\xda\x99\xd4\xba\x97\x6c\x17\xc7\x30\xfd\x97\xdb\xe8\x29\x4d\x08\xc2\x51\x44\x04\x34\x23\x46\x06\xbb\xa0\xab\xc3\x65\x3c\xd9\x66\x57\x29\x9b\xc1\xbc\x95\x32\xe9\x55\xaf\x77\xcc\xa3\xef\x8c\x39\x4f\xb3\xd9\xdc\x5a\x59\xb6\xc1\x59\xd5\x5e\x7e\x29\x57\x43\x7d\x65\x01\x81\x42\xcb\x93\x22\x13\x74\x8f\x98\xda\x25\x79\xe6\xa8\x69\xd5\x3c\x3a\x70\x47\x80\x79\xc9\x8f\xbf\xf5\x63\x6b\xad\x04\x32\x5c\xc6\x6c\x18\xa0\x63\x6c\x7f\xac\xc9\x2a\x8f\xb2\xeb\xab\xdd\x67\x32\xe8\xe8\x69\xac\x17\x68\xa1\xa1\xfe\x02\x35\x04\x1e\x32\xf1\x54\x1b\x33\x05\x80\x00\x89\x0f\x71\xb4\x8a\x12\x1a\x79\x2a\xe9\x8c\xe3\xe5\xbc\x89\x13\x7b\xb8\xfa\x4b\xc1\xd5\x5b\x56\x46\x6e\x22\xed\x8b\x5f\x5b\xf8\x55\xc3\xe8\xcb\xec\xd8\x23\xe8\x3b\xb0\xe4\x76\xf4\xec\x9c\x13\x5f\x13\xa0\xbf\x9e\xf3\x5e\x18\x3c\x5d\x26\xec\x25\x61\xfc\x15\xf7\xc5\x66\xab\xfb\xb2\xe0\xfd\x56\xd3\xa8\x85\xc8\xb5\xc0\xed\x07\x8d\x6c\xdc\xbd\xbf\x06\xc5\x5f\xbf\x4a\x7b\xc2\x83\xbb\xc4\x47\xd5\x49\x9b\xf5\x18\xa9\x2e\xaa\x62\x37\xb8\x94\xdb\xa8\xd7\x05\x99\x72\x64\x6f\x08\x9b\x1a\x7a\x05\xb7\xe7\x69\x02\xad\x74\x83\xd5\x72\x2f\x70\xc8\x0b\xb7\x40\x76\x33\xa0\x6f\x22\xa8\xae\x79\x91\x84\x26\x70\x94\xdb\xc4\xb7\x01\x90\x5a\x63\x0f\x75\x04\x49\xf9\x8b\xba\x1d\x50\x6a\x4b\xfb\xa6\x1b\x58\xaa\xa9\x0f\x66\x71\xbf\x37\x08\xeb\x95\x0a\x52\xf4\x41\x61\x17\x14\xae\x5e\x9b\x7d\x0c\x0c\x97\x3b\xcb\xb5\x0c\x0e\xd7\x6d\xff\x2e\x38\x69\x87\x41\xe2\x17\x0e\xbd\x36\x46\x5d\x3d\x06\x7b\xd9\x58\x76\x53\x18\x7b\x3d\x9b\x55\xc6\xe5\xea\xf7\xb4\x53\x78\x98\x35\x87\x86\xed\x5b\xb6\x8d\xe1\x39\xdc\xfd\x93\xc6\xf1\x9c\x9f\xd1\x7b\xa2\x65\x2c\x2f\x4f\x0c\xe8\xe3\x79\x4f\x1a\xcf\xab\x58\xe8\xf5\x31\xbd\x40\x41\x78\xd6\x40\x8c\x7d\xf3\x73\x04\x63\xd6\x29\x55\xd9\xe4\xee\xc9\xcf\x51\xe5\x9c\xdb\x1e\xa7\x2f\x6e\x6f\xf5\xe5\xc7\x15\xd3\x4c\x48\xac\x3b\x8f\xcb\x14\xa5\xd0\x53\x2c\x67\x01\x46\x34\xb3\xe6\xdd\xa3\x31\x34\xe4\xa0\xb1\x06\x64\x2e\x31\xd4\x28\x71\x77\xa8\x46\xe9\x8d\x19\xec\x6f\x92\x10\x6e\x75\x76\x8e\xbe\x13\x14\xba\x7a\xe7\x7a\x3c\x47\x71\x4a\x04\xfb\x56\xea\x9e\x10\x98\xad\xd0\x3d\x4b\x1f\x13\x12\xcf\x60\x87\x8a\xc4\x1c\x22\x4a\x06\x88\x4a\xf7\x18\x27\x38\x9a\x2b\x71\x39\x56\xb4\x83\x5b\x5b\x5f\xf6\xc4\x3c\xcb\x4d\xc6\xb4\x67\x32\x88\x77\x47\x08\x9d\x32\x34\xc5\xca\x28\x16\xd9\x24\x1f\x3f\x4e\xa1\xd1\xba\xba\xfd\xfd\x89\xe7\x83\x3c\x59\x20\xae\x32\xf0\x56\xa3\xbd\x2a\x06\x18\x26\x14\x6f\xe5\x18\x7f\xc0\x25\x1c\x7a\x07\x69\xf8\x39\x13\x52\xf7\x2e\x83\x0e\xb6\x86\x5e\x03\x6a\x76\xe9\xba\x50\xdd\x46\xa7\xbe\xb2\x34\xae\xed\xf2\x5c\x98\x4a\x57\x5a\xf2\x28\x86\x29\xaa\x63\x4c\x22\x18\x57\x2f\x77\x9c\x3e\x32\x21\x39\xc1\x0b\x20\x44\x98\x16\x8c\x53\x1d\xaf\xd0\xce\x06\xca\xf5\x0d\xdc\x65\x8b\xcf\x28\xbb\x57\xbb\x9b\x27\x28\xa7\x90\xfd\xa9\xde\x5c\xb1\x69\x3f\x50\x86\xf9\x56\x5d\x9e\x74\x05\xf5\x8d\x4c\xf9\xc9\xaa\x2e\x83\x5b\xe2\x75\xe9\xda\x5d\x0c\x77\x41\x17\xea\x5e\x54\xaf\x43\x20\xea\x74\x39\x34\x8c\x24\x86\xa6\xeb\x73\x92\x2c\xbd\xe2\x46\x4b\xcc\xa5\xeb\x29\x20\x56\x42\x92\x05\x74\x66\xca\x98\x6e\xcd\xae\x6d\x81\x47\x93\xe6\x67\xfc\x42\xf9\xe0\x47\x63\x76\x2a\xbf\x15\xea\x7c\xa5\x6c\x96\xac\x10\x8e\x1f\xa8\xc8\x93\xc5\xa3\x94\x89\x6c\x41\xb8\x79\x05\x15\xba\x94\xbf\x6e\x8d\x8c\xb0\xe5\x15\x45\x9b\x52\xbc\x6c\xa5\x3d\x73\x37\xcc\xd0\x84\x4c\xd5\xa5\xbb\xc4\x5c\x58\x1f\x44\x85\xff\xc0\x6c\x6e\xac\xd6\xea\xc5\xce\xe4\xcf\xfe\xb1\x43\x8b\xfc\x84\x62\xa3\xd3\xbe\x2f\x9e\x4f\xb3\xea\x0d\x67\x73\x52\x9a\x14\x6a\xbe\x98\xcc\x2a\x9c\x94\xda\x04\x14\x4d\x3d\xdb\xad\x40\x77\xdb\x57\xef\xb1\x0a\x8d\x26\xae\x93\xb7\xa8\x30\x41\x43\xb5\x76\x01\xf8\x67\xd3\x74\xcc\x14\x12\x4b\x1a\x19\xdd\x29\xaf\x07\xab\x9f\xae\xdf\xda\xb6\x85\x3a\xeb\xb6\x57\x44\x38\x29\xef\x70\xfd\x5a\x5e\xeb\xdf\x37\xcb\x3e\x73\xdc\xf4\xd8\x8d\x30\x88\x28\x4d\x92\x2e\xf9\xe0\x85\x99\x1f\xe7\x8f\x37\x53\x94\xbf\x47\x6d\x80\xdd\x0b\x38\x35\x3a\x87\x1d\x27\x46\xb3\x10\xd2\xec\x92\xff\x23\x2d\x43\x57\x88\x65\x8b\x09\xe1\x63\x96\x4e\xa1\x4c\x40\x52\x67\x36\x2e\x79\xba\xa0\x5d\x12\x93\x2e\x60\x9b\xaf\x6c\xb0\x67\x8d\x37\xcb\x86\x84\xd4\x29\x32\xec\x65\xde\xa8\xbb\xc3\x31\xad\x67\x34\x9c\xa1\x05\x5e\x6e\xb4\xe0\xa5\x0e\xc9\xa5\x95\x5e\x68\xd3\xd5\xac\x1e\x64\x43\x13\x48\xbe\x87\x45\x7e\xc4\xab\x1c\x2c\xd2\xe5\x38\x5d\x6b\x5d\x84\x88\xbc\xc3\xac\xe1\x32\xef\xc4\xb8\x60\x99\xde\x2f\xbd\x0a\x6d\x4e\xd0\x71\x15\x1b\x76\x3e\x4b\x76\xce\x4f\xa9\x64\xfb\xc7\xde\xd7\xaf\xbb\xdc\x86\xe1\x61\xf0\x46\x44\x40\x4e\xf3\x52\x7d\x0e\x38\x67\xe7\x6b\x54\x18\x07\x69\x5b\xce\xfa\xca\x2f\xab\x47\x7d\x86\x35\x33\x6c\xdd\x6a\xb1\xb6\xc4\x9f\x75\xeb\x8e\x60\xdf\x58\xd1\x0c\xc1\x3b\xef\x5d\x3a\xae\xac\xb7\x21\xa6\x4a\x77\xd1\x6a\x65\x3a\x9d\x26\x29\x56\x96\x9a\x89\x5d\x4f\x69\x42\xc4\x11\x3a\xad\xb0\x27\xfc\x86\x45\x3a\xbd\x15\x22\x21\x56\xdf\xc9\x38\x35\xa8\x0c\xc2\x89\xd3\x6a\x10\x35\xc5\x72\x73\x97\x03\x27\x8a\x66\x60\x60\xd0\xe4\xe7\xca\xc4\x9b\xeb\x01\xa8\x30\x8d\xd9\xa5\x22\x09\x6c\x3b\x2a\xb5\x2f\x22\x26\x4b\xc2\x62\xf7\x40\xaa\xdb\xff\xe1\x48\xf7\x66\xcc\xa9\xaa\xd9\xd2\x5d\x74\xc3\x6a\x1f\xa3\xb7\x6f\x2d\xf4\x40\xfd\xc6\xff\x6f\x91\xc2\x9b\x70\xf4\xce\xd4\x39\xbd\xbc\xbb\x73\xff\x23\x3c\x6a\x9d\x49\x18\x4d\x39\x01\x7f\xe3\xc2\xe1\x02\x59\x4c\xb8\x90\x69\x0a\x37\xd4\xf5\xc9\x4f\xef\x6f\x4f\x11\x91\x11\xd4\x0f\x1d\xb3\x48\x3c\x0c\x94\x42\xfb\xcf\x8c\x48\xf5\x71\x5d\xf1\x98\x05\x61\x02\x24\x01\x6d\x5b\x47\xda\x2e\x8c\xfa\xef\x49\xf8\x7c\x03\xcb\x7b\x6d\x5a\x75\xa1\x25\xe0\x5d\x5b\x18\x03\xd8\x14\xb2\xb1\x83\xfe\x74\xc1\x7e\xa4\x69\x42\x30\x1b\x55\x55\xed\xda\x20\x1a\xcc\xfe\x91\xb1\x8e\x6a\xd2\x71\xfe\x90\x47\x45\x8d\x16\xb6\x58\x62\x4e\x45\xb7\xe1\xed\x33\x95\xa3\xaf\x13\x22\x79\x5b\xf3\x89\x5e\x29\x94\x17\x38\x43\x92\x13\x02\x22\xc4\xf1\x93\xb9\xeb\xe1\x96\xf7\x56\xc3\x7b\xe8\x68\xcc\x3e\x5b\xff\x67\xfe\xa9\xc8\xbb\xb2\x2e\x26\x50\x74\x25\x03\x9b\x29\x1c\x05\x86\x8d\xa9\x70\x1f\x40\x2e\xbe\xc8\x12\xa9\x4b\xfa\x4c\x29\xc3\x89\x23\x54\x7f\x53\x25\x25\x38\x66\xd1\x1c\xfa\x46\x6d\x13\xa1\x9d\xde\x91\xa4\x8b\xee\x78\x3a\x1d\x25\x42\xf1\x77\x74\x5f\x73\x3a\x7f\x6b\x4b\x81\x75\xd8\xa0\x7c\x32\xa0\xb9\xd9\x02\x31\xda\x2a\xd1\x7e\xba\x44\x12\x9d\xcd\x0f\x4e\xb6\x22\x38\x40\x83\x29\xd5\x2e\x1a\xdd\xda\xb4\x41\x93\x3c\x4d\x90\x75\xcb\x4d\xe0\x2d\x08\xcb\x31\xe3\x19\x83\x8c\x6a\xe7\x3f\xc7\x48\x10\x4e\xb5\x23\x3b\x4a\x99\xd6\x01\x8c\xf3\x64\xa6\xc4\x84\xd2\xfc\x00\x99\x91\x32\xb0\xa8\xd2\x4c\x28\x19\x82\x17\x44\xaa\x0b\xea\x3b\xa8\x55\xa7\x23\x18\x03\xb4\xe4\x74\x21\xe9\x03\x71\x65\x10\xfc\x9d\xab\x64\xe6\x6d\xa2\x5b\x4b\xc2\xb1\x6c\x5b\x55\xa1\xea\xed\x17\x76\x84\xca\x03\x9b\x90\xa9\xbc\xab\xf4\xbb\x34\x98\x18\x6a\x44\x16\xd7\xa0\xc8\xe8\x6c\xbe\x83\x11\xdb\x9f\xfa\xdf\x1b\xbf\x98\x3a\xea\xde\x8d\xcf\xd3\x54\x6a\x7e\xcb\x65\x12\xb2\xab\x09\xea\x82\x79\xa9\xae\xc4\xa4\x36\x95\xc2\xae\xaa\x33\x7c\xcf\xd2\x47\xe6\x6c\x6b\xa5\x36\x8c\x70\x34\xf7\x05\x8b\x89\x53\xe8\x53\xbd\xf6\x3c\x07\xd5\x86\xf6\x24\x8f\xc3\x6f\x8c\x09\x95\xff\x92\x15\xca\x2b\x4a\x05\xcf\xb5\xb9\xde\xb4\xdd\x69\xcf\xae\x9e\xb0\x29\xa2\x22\xc9\xd2\xd8\xc6\xa6\x77\xa2\x03\x79\x80\x7b\x55\xbd\xea\x08\x7d\xb1\x9a\x1c\x84\x81\x5c\x64\x02\xb2\x0a\xa8\x40\x09\x5e\xd9\x0e\xc3\x55\x0b\xbb\x0b\x80\xff\xae\x63\x33\xcd\x0b\xec\x90\x9b\x15\xab\x1c\x5c\xa8\x8c\x69\x0b\xab\x65\xec\xd8\x5c\xd8\xe6\xa1\x6b\xd2\x8c\x49\xf8\x08\x55\x55\x74\xef\x6a\xf0\x56\xa5\x2c\x59\xfd\x7f\x7a\xb3\x00\xd8\xaf\x8e\x50\x66\xbc\x01\x9e\x0f\x53\x9d\x1f\xf0\xc1\xb1\x54\xaa\x4b\x71\x4a\x93\x04\x62\x2c\x47\x68\x08\x75\xc1\xa0\xe2\x93\xee\x56\xae\x83\x77\x74\xc6\xd2\x75\x21\x86\x1a\x66\x8a\x3c\x66\xba\xae\x67\x26\x01\xdc\xe4\xa2\x0a\x3b\xe2\xa8\x1d\x40\xf0\x94\x6c\xc1\xe5\x34\xb2\xf6\xc0\xbb\x0e\x97\xf1\x4b\x84\xeb\x4a\xe4\xfa\xa6\x71\x35\xe9\x9f\x32\xcc\x31\x93\x10\x84\x32\x55\x4f\xb9\x09\xf4\x2a\x0e\x44\xe4\x2b\x44\x6b\x99\x36\xec\xe0\x23\x7f\x73\xad\xd3\x7d\x46\x1f\x08\x43\x34\x1e\x20\x7a\x44\x8e\x06\xa6\x6a\xac\xc8\x26\xf9\x2f\xe7\x58\x20\x3c\x66\x25\x20\xd9\x11\x1a\x26\x22\x35\x4f\x10\x16\x25\x50\x87\xcf\x8b\x97\x39\xce\x37\x6e\xa2\xc9\x0a\xd0\xa6\xb0\x95\xf9\xf0\xa9\xf9\xc2\x7b\x70\xcc\xb0\xd0\x5e\xe9\x04\x4e\x7a\xfe\x79\x55\x7d\xc8\x20\x52\xf1\x84\x79\xc6\xa5\x6b\xe8\xc9\x36\x49\x17\x94\x6b\xda\x20\xf8\x05\x6c\x4c\x0e\xf0\x1b\x33\xc7\xce\xe8\x3b\x2c\x13\x82\x85\x44\xbf\x7b\xd7\x29\x38\x63\xe7\x97\x0b\x57\x73\x7a\x73\x18\x8a\x0d\x7d\xd7\x95\xb7\x85\x32\x44\x08\x43\x43\x5f\x07\x4c\x19\xa8\x6d\x96\x29\x7a\xa0\x22\x83\xca\x86\x1e\xac\x4a\xd7\xa6\xa3\x52\xd8\x32\x2b\xda\x4f\x59\x23\x46\x6c\x85\x53\xe3\xbf\x34\x64\x55\x30\xd6\x40\x2f\x39\xd5\xca\x2e\x20\x9b\xf3\x20\xf4\x5c\x69\xb9\x46\xb0\xda\xb8\x8d\x57\x02\x6b\x98\x24\x61\xe0\x57\x29\x38\x31\x61\x6a\xc2\x50\x97\xf1\x08\xf9\xcd\x2f\x45\x1e\x2b\x0c\x4b\x0a\xe7\xed\xbd\x51\x3a\x1d\x33\x87\x4e\xf5\xc7\xae\x54\x76\xaa\xcc\xc5\x67\xd4\x81\x2b\x5e\x7f\xa6\x0b\x64\xb6\xd0\x85\xeb\xab\x63\x37\xb8\x57\x4a\x26\x7a\x83\x6a\xbc\xeb\x17\xb4\xd7\x94\xab\xcd\x5d\xb8\x65\x1f\xd3\x0a\xeb\xb9\x66\x73\x3d\xd5\x62\x8b\x4d\xcd\x83\xd6\xcf\xe5\xc0\x0d\x48\x3f\x8d\x01\x51\xb6\x5e\x08\xe6\x08\x2d\x2b\x3a\xc0\x6e\xa5\xb1\x87\x31\xf1\x02\xf0\x00\x25\xb2\x72\xcf\xfc\xb2\xae\x1e\xd6\xeb\x9e\xfe\x20\x9f\xbf\x9d\x8a\x8b\x42\x97\x27\x5e\xaf\xeb\x0d\xe3\x7f\xe0\x88\xb0\x68\xa5\xdf\x64\xeb\xfa\xe5\x7a\x1c\x28\x7b\x5e\x06\x27\x06\xdb\xbc\x52\x3b\x34\xb5\x6e\x8f\xd0\x08\xee\x19\x5b\xfa\x16\x4f\xad\x7f\xc1\xfb\xf1\x98\x29\xc3\x44\x5d\xf1\x42\x13\x6d\xc7\x0f\x59\xbc\xea\x04\x68\xe8\xfe\x56\xae\x99\xc5\xfa\xe2\x00\x75\xc6\x84\xcd\x1c\x80\x31\x20\xd3\x1a\x8d\x66\x1f\x50\x9c\x46\xf7\x84\xbf\xe7\x24\xa6\xe2\x03\xb8\xca\x65\xad\x8f\x6e\xa1\x8c\xed\xad\x15\x8d\x4d\xab\xa6\xeb\xf7\x1b\xf4\x91\xbe\xb7\x88\xd2\x10\xa6\x60\x4d\x58\x54\xa1\x86\x1a\x9a\xd2\x17\x88\x30\xc9\x57\xcb\x94\x32\x69\x51\x12\x51\x61\x21\xac\xa1\xa1\x74\xb6\x3a\x2c\x0e\xdf\x45\x48\x6d\xc3\x69\xdf\xcc\x89\x20\x36\x7e\xa0\x27\x25\x53\xa4\xab\x42\x6b\x71\xb1\xc4\x72\x2e\x00\x17\x19\xae\x81\xb1\xb9\xe0\x51\xb5\x42\x78\x09\xe1\x07\xed\xa4\xc8\x1f\x72\x80\x3f\x21\x69\x92\x8c\x19\x23\x24\x16\x08\xea\x14\x7d\x5b\x89\xbf\x55\x8f\x0e\x10\x8e\x63\xf4\xbf\xbf\xfb\x78\xf6\xd7\x9b\xd1\xdd\xe9\xf9\xe5\xed\xcd\xdd\xc7\xd3\xb3\xd1\xbb\x81\xfb\xf0\xe2\xf6\xc6\x7d\xaa\x1d\x2c\x0f\x84\xa3\x05\xbe\x07\x0b\x8f\x09\xad\xfe\x01\x2c\xce\xa7\xd4\xa6\x3b\xa9\x6f\x04\xb1\x50\x13\xa3\xa6\xb8\x84\x17\xb3\x87\x6b\x52\x12\x3b\xd8\xbe\x57\xee\x91\x66\x1e\xb4\xcc\xe3\x5e\x61\xd5\xc0\x05\x61\x52\xc9\x18\x83\x59\xcb\x4d\xdf\x9c\xe1\x08\x9b\x51\x56\x17\x10\x27\xec\xe1\x29\x75\xf8\x9f\xc8\xea\x67\x65\x5d\x5f\x62\xca\x5b\xf3\xde\x88\x3d\x50\x9e\x32\x98\x9a\xf3\x6a\xe5\x9d\x25\x08\x4c\xb8\x70\xa8\x84\xd6\x85\x21\xe4\xb2\xac\x05\x5d\xb0\x29\xad\x85\x57\xbd\xd8\x74\x87\xda\x4d\x4c\xbe\x4a\x8e\x4d\x23\x4b\x61\xc4\x0d\x7e\xc0\x34\x01\xc0\x8c\xbd\x68\x72\x1e\xd4\x0d\x0b\x3e\x20\x92\xe0\x49\xca\x01\x46\xab\x23\x7c\x76\x08\xb3\x60\x50\x02\xdd\x0d\x54\x07\xdc\x48\xf9\xd3\x35\x92\x09\xee\xa1\xcb\x94\xb7\xb9\xc9\xd5\xcf\x60\x15\xd2\xa5\x32\xc9\x0a\x42\xd4\x5c\xb3\x53\x82\x75\x25\x64\x01\x92\x46\x64\x4b\x35\x0f\x03\x06\x49\x92\xa0\xe8\x96\x3a\x03\xe2\xc8\x38\xc7\xf3\x5f\xa6\x0c\xfd\xf4\x27\x81\x26\x99\x1c\xb3\x70\x8c\x94\x41\xdf\x98\x1f\xb0\x8c\xe6\x55\x86\x5d\xfd\x55\x7b\xb9\x65\xef\x0b\x37\xcd\xbb\x65\x38\x52\x30\x1a\x65\x92\xcc\x8a\x29\x6a\x5d\xaa\xa5\x9c\x03\xa8\x07\x5a\xf0\x42\x53\x8c\x14\x99\x66\xaa\x06\xc3\xbf\x4c\xe3\x6f\x05\x3a\xbd\x54\x32\x57\xe9\xd8\x10\x8e\xa6\x42\x7b\xd2\x20\x3a\x05\x08\x3d\xfd\xb4\x46\x08\x0d\xd0\xf7\x68\x9c\x7d\xff\xfd\x1f\x22\xf4\xd5\xfe\xf1\x9f\x7f\xfc\xe3\x1f\xfe\x73\x93\x1e\x2f\x30\x6e\xbe\x46\x26\x83\xb6\x28\x84\xfd\x1d\x18\x15\x2a\x3a\x77\x8f\x04\x43\x81\xe0\x3b\x68\x11\xde\x2d\xdd\xab\xa2\x62\xae\x51\x2b\xad\x37\x82\x13\x1d\xad\x87\xb2\xd3\x75\xf0\x24\x22\x44\x47\x55\xab\xb2\xf4\xb4\x19\x07\x8a\xce\x3c\x76\x2a\xcd\xea\x03\xa5\x99\xa6\xd5\x8c\x62\x8d\x05\x0f\x5d\x15\xac\x7d\x58\x1e\x7b\x2b\xf6\x8f\x37\x53\x36\xf5\xdc\x23\x58\xf6\xbc\x01\x0c\x9a\xf1\x34\x5b\x3a\x08\xa2\x05\x63\xe8\x6d\x18\xb3\xcf\xea\x9e\x3f\x65\xd3\xf4\x83\x61\xd8\x33\xca\xee\xe1\xaf\x1a\x1f\xf7\xf6\x7b\xe4\x0a\x51\x7b\x9f\x5b\xfb\x40\xaf\xf8\xa1\xe9\x46\xa0\xa8\x16\x12\x47\xf7\x3a\x3d\xb0\xa9\x90\x79\xd7\x52\xec\x39\x84\x21\x53\x92\xd2\x2c\x1d\xf4\x47\x16\x7e\xa1\xa4\x07\x8a\x11\x46\xb7\x57\xa7\xd5\xef\xbe\xa7\x65\xdd\xbc\xfa\x16\x08\x19\x04\xfe\xe7\x27\xda\x29\x8a\x56\x48\x67\x25\x01\xab\xbb\xac\x98\xba\x04\xad\x42\x66\xef\x56\x09\xa1\x9d\x4b\x4f\xf8\xba\x1e\xc0\x55\x9a\xf8\xc3\x51\x19\xa6\x23\x38\xd6\xb5\xef\xb7\x92\x45\x19\x9c\xfa\x11\xc8\xf0\xe0\xba\x57\x40\xdc\xd0\x24\x7d\xfb\x6a\x27\x7e\x63\x30\x5b\xf2\xc4\xb4\x55\xd2\xb4\x4d\x08\xa4\xa6\xd4\xd3\xb0\x75\x7d\x13\x9f\x04\x53\x4e\xa1\x8e\x82\x31\x1b\xda\x9f\x38\x5c\x04\x13\x54\x77\xaf\x01\xcf\xae\xc8\x26\x3a\xfe\x03\x5d\xc7\xbd\x4a\xd7\x66\x72\x35\x93\xd8\xb2\xff\xf2\xad\x20\xdc\x99\x4f\x06\xd1\x69\x35\x3d\x3b\x8f\x9a\x37\x9b\x4a\x55\x5b\xbc\xfc\xda\x4e\xb1\x50\xf4\xaa\xea\xc5\xeb\x8e\xe6\xc8\x61\xde\xcc\x40\x7e\x9d\x2d\xed\x35\x4f\x56\xb9\x8f\x56\xad\xb8\xb6\x25\x0b\x2f\x0b\x0e\xeb\x54\x63\x3b\xb6\xd3\xa4\xb4\x0b\x6a\xe7\xde\x51\x39\x27\x0c\xf4\x84\xf6\x23\x03\x40\xa6\xbb\x1a\x84\x73\x10\x88\x35\x5d\x3d\xc5\x36\x63\xd4\xe4\x64\x1b\x5f\xbd\xe7\xa4\xb0\x3d\x25\xf2\xe7\x95\x99\x84\x25\x15\x53\x5a\x4a\xa2\x2e\x22\x6a\xb6\x59\xf5\x4e\xbd\x29\xec\x36\x37\xb1\xaa\x0b\xb6\x1c\xa1\x8f\x94\x0b\xe9\x4d\x49\xa9\xad\x06\x10\x53\x57\xed\x5a\xce\x49\x6d\x2e\xc7\x2e\x6c\x1b\x3b\x83\xb6\x06\x9f\x0b\xac\x1d\xa1\x61\x5e\x0e\x43\x43\x82\x88\x68\x31\x23\x92\x08\xb2\x09\xf3\xb5\xd2\x58\xc1\x0e\x00\x06\x42\x20\x2e\x85\xfa\x3c\xcf\x2b\x73\x64\x3e\x02\x76\x05\xdf\x93\xba\x1e\x19\x5d\xfb\xab\xac\x6d\xab\x32\x74\x0a\x69\xaa\x75\xd2\x4d\x08\x6c\x7f\xec\x72\x14\x16\x9d\xbe\x57\x4b\x6e\x1a\x96\xe9\x90\xd9\x14\xf8\xd0\xe0\xb8\x1e\xe7\xca\x6e\xca\x99\xd2\xee\x9f\xd0\x6d\x14\x33\x62\x43\x63\x10\x71\x74\x0b\x7c\x34\x66\xa7\x53\xc4\x52\x1f\xe6\x05\x54\xbb\x43\xaa\x5d\x6a\x6e\xbf\x91\xb9\x1b\xf4\x32\x80\x81\x6f\x87\x2a\x9f\xe6\xc0\x19\xb1\xc5\x71\xde\xae\x15\xa3\x3b\xb9\x35\xd7\x58\xd7\x24\xba\xda\xb3\xd4\x29\xf6\x3a\x23\x8c\x70\x1a\x41\x82\x86\xbe\x76\x97\x98\x56\x99\x94\xa6\x30\xc1\xbe\xa6\x1a\xed\x3a\xc7\xc8\x4c\x77\xc3\xfc\xa2\x44\x3f\xad\x31\xf2\x09\x14\x7a\xd3\x79\x45\xbb\xc8\xc6\xc9\x4b\x44\xb4\xcb\xc4\xd1\xcc\x23\x74\x25\x76\x4d\x57\x37\x1e\x09\x96\xd8\x74\xfc\xd4\xde\x21\x01\x49\x51\x1a\xc8\x97\x4e\x5d\xf2\x94\xf6\x2d\xe9\x3c\x4b\x65\x6b\x96\xfe\xf8\x21\x49\x27\xe2\x9d\xdf\x3f\xce\xbc\x23\xc7\xf3\xd5\xb3\xe0\x6e\x72\x75\xec\x52\x3c\xe5\x7d\x68\xcf\x8c\x7f\x1f\x76\x59\xf8\x6a\xa6\xca\x43\x6b\x1a\xce\x80\x79\x9a\x31\x9b\xeb\x90\x32\x92\x4e\x01\xdf\x08\x9d\x6d\xac\x55\x08\x30\x68\x96\x4a\x0f\xba\xc0\xc9\x52\x07\xce\x40\x43\xad\x5f\xee\x2d\xf3\x7d\xd6\xad\xf3\x53\xe4\xfb\x6c\xbb\xee\xe6\xe0\xbc\xd0\x82\x6f\x9b\xc5\xa1\x8f\x52\x07\x31\x0b\xbf\x5f\x6b\x8c\x3b\x39\x00\xd6\xb7\x5f\xb1\x49\x23\x75\xc1\x53\x4c\x0e\x65\x7a\x08\x90\x2f\x00\x12\xe9\x0c\xbc\xba\xba\x14\xd1\x9c\x2c\x3a\x24\x39\x5d\xc3\xef\x5b\xd0\xa9\x7b\x62\x7f\xf5\x08\x35\x77\xaf\x40\xb6\x5a\xab\x6e\x95\x0d\x8d\x97\xc0\x3e\x5b\x7b\x73\x74\x74\x71\xf8\x5b\xd9\xec\x01\x33\xd9\x25\x85\xec\x28\x93\xd3\x38\x05\xa3\xc7\xd2\x70\x84\x2e\x58\xb2\x42\xf3\x74\x91\xaa\x6b\x3b\xcd\x84\xf7\xa5\x86\x0b\xc1\x65\xd3\x50\xab\x76\xa9\x21\xde\x2f\x37\x1b\x75\xb4\xd4\x57\x5a\x77\xf4\x7f\xb4\x3e\x45\xd4\x9b\xc9\x24\x4c\xb1\x5b\x43\xbf\xcb\x8d\x6a\xe6\x1b\x48\xe8\x59\xd0\xd9\xdc\x54\xfe\xf0\x5b\xe2\x02\xeb\x2f\x5c\x21\x44\xdb\x9b\x4b\xa7\x94\x01\x43\xb1\xaa\x92\xe7\xb5\xee\xed\x2e\x19\x7e\x1d\x7a\x94\x79\x08\x60\x87\x9d\x83\x45\x76\x38\x5a\x8b\x4f\x73\x0f\x3e\xe4\x65\x67\x56\x4b\x32\x40\x93\x0c\xbe\x3f\xbf\xb8\xf1\x7d\x43\x94\xc1\xd7\x87\xd1\x9c\x44\xf7\x6a\x5f\x90\x16\x8a\x7a\xb9\x6c\xfd\xa0\xc9\x6a\xcc\xf2\xe2\x06\x32\xb5\x8e\x8e\x95\xcb\x1e\x71\x19\x54\x29\x47\x31\x15\xcb\x04\xaf\x10\xf9\x2a\x09\xd3\xb5\x5e\x2a\x1a\x45\x2a\x66\xd9\xcc\x6c\x81\xea\x0b\x46\x0a\x58\x3d\x0c\xfe\x65\x27\xe1\x8a\xcc\x01\x96\x7a\x8a\xa3\x4a\xb5\x63\xeb\x7c\x9e\x6d\xe2\x27\x75\x75\x44\xbc\xd2\x8a\x7a\x47\x7d\x57\xa9\x83\xf2\xb0\x02\x26\x67\x6c\xea\x99\x8d\x0f\xc0\x83\x32\xb6\x55\xd8\xd4\xbf\x75\x15\x27\xc2\x1f\x48\x3c\x66\x21\x58\xca\x5c\x65\xf9\x2e\xa3\x3c\xbf\xbc\x4e\x74\x76\x4f\x62\x55\xeb\xec\x72\x2c\x1b\x43\x3b\x10\x20\xce\x91\xe1\xae\x30\x5f\x43\xbe\x7b\x75\x1d\xb7\x27\x48\xcc\x6e\xed\xfc\xc8\x13\xda\x4d\x36\xaa\x29\x37\x41\x74\xaa\x64\xb2\xd2\x0d\xe5\x0d\x63\x3a\x28\x88\xc6\x89\x3a\xec\xab\xc1\x87\xe4\xa8\x07\xb3\xe7\x55\x63\x8c\x99\x8d\x58\x4e\xb3\x24\xd1\xd8\xff\xda\xae\x8f\x1a\x1a\x66\x23\x80\x2f\x87\xbf\x71\x76\x2d\xf2\x2a\x00\x78\x3d\x12\x97\xb1\x92\x1d\x2c\x5a\xe5\x55\x25\x81\x79\x09\x13\x99\xee\xc9\x2f\x3d\xec\xf3\x8c\x48\xa4\xf4\x8e\x38\x4b\x34\x70\x98\x67\xcc\xe0\xcc\x70\x92\x20\x2a\xc5\x98\x39\x58\x9c\xae\xca\x03\x57\x41\x64\x72\x41\x62\xa3\x0b\xc2\x2b\x60\x58\x53\x23\x0a\x2e\x08\x1a\x51\x19\x90\x04\x9e\xca\x95\x9f\x32\xb7\x5c\x12\xcc\x41\x5d\xb4\x4d\x0a\x7c\x6d\xb0\xb8\x0d\xa6\xb9\x30\x94\xee\xa9\xef\x16\xb2\x0b\xee\xd5\xa5\x9b\x3a\x6f\xca\x11\x1a\xea\xd9\x29\x55\xd0\xd6\xaf\xd1\xd4\x9a\x30\xb5\x89\x27\x28\x7d\x4b\x0a\x57\x6c\xd1\x69\xd4\x4b\xcc\x25\x8d\xb2\x04\xf3\x64\xa5\xa4\xcb\x34\x4b\x10\x9d\x7a\xa5\x78\x60\x13\x34\x2a\x0a\x4a\xaa\xa6\x70\x47\x58\xd4\xb3\xc0\xd0\xd6\xde\x30\xb8\x35\x3c\x13\xcf\x89\xa8\x33\xbd\xb4\x77\x4a\x8d\xf5\xee\x08\x9d\x14\x0b\x2f\xc1\xb1\xf0\xd0\xd4\x54\x68\x09\xe8\xe8\x35\x49\xa3\x50\x6b\x0e\x0a\x38\xd1\xa9\x52\x76\xbf\xf5\x0e\x5e\x5d\x85\x3f\x2c\xee\x3b\x7a\x28\x6f\xb0\xb8\x5f\xeb\xa5\x3c\xf5\xae\xca\x5c\x00\xde\x40\xe1\xb8\xc0\x6f\xe9\x4e\xc4\x9a\x6a\xf6\x1d\x89\xf4\x91\xe8\x1b\x10\xfa\xc5\xab\xcc\x56\x24\x76\xd1\x50\xf9\x07\xf6\xb1\x23\xa9\x5e\x56\x6e\x77\x42\x3d\xce\xf1\xfd\xd1\xb5\x2b\xbb\xde\xb8\xfc\x12\xe4\xc7\x22\x45\x97\x52\xec\x89\x8e\x60\x14\x8a\x7e\x02\x0d\x26\x91\x16\x72\x19\xdd\x61\x9b\x10\x94\x50\x76\xaf\x4f\x05\x86\x9d\x1f\x20\x9c\x8f\x0e\x87\x4f\x53\xaf\x99\xb9\x46\xb3\x71\xd1\xe8\xdd\x84\x84\xdb\x21\x46\x2a\x37\xd7\xcd\xbb\xe2\xf9\xf5\x8c\x58\x35\x8f\xf6\xdb\xd2\x18\xb6\x73\x4a\xac\x8d\xd5\xe9\x0b\x26\x6c\x64\xb8\x5a\xb7\xbe\x97\x85\x4e\xe5\x75\x5a\xe0\x01\x61\xd9\xe2\xe0\x03\xfa\x9f\x7c\x65\x6e\xcf\x4f\x46\x1f\x4f\xcf\x47\x27\x1e\x03\x1f\xfc\xe5\x76\x74\x1b\x7e\x72\x75\x7b\x7e\x7e\x7a\xfe\xc9\xff\xe8\xfa\xf6\xf8\x78\x34\x3a\x09\x7f\xf7\x71\x78\x7a\x56\xf8\x9d\xfa\x28\xfc\xd1\xf0\x87\x8b\xab\x9b\xf0\xa3\xeb\x9f\x4e\x2f\x2f\xc3\x8f\x6e\x4e\x3f\x8f\x4e\xee\x2e\x6e\x6f\xec\x5a\xff\xcd\x5b\x61\x40\xcb\x42\x74\xd7\xd1\x5f\xb9\x44\xbb\x28\xac\xd1\x35\xfe\xec\x21\xe5\xa7\x9c\x12\x16\x27\xab\xbc\x2d\x8c\x3a\x74\x85\x20\xa5\x2f\xd2\xe9\x82\xa4\xd9\x36\x98\x01\x65\xfa\xa6\x0f\xca\xa4\x4e\x90\x19\xcd\x60\x72\x0a\x6d\xd5\xbc\xb7\x72\x22\x79\xd9\x0d\xd6\x88\xb2\x90\x7c\x75\x2d\x39\x96\x64\xb6\x6a\x89\x7f\x33\x2f\x41\x4b\xc2\x9b\x68\x81\x0b\x97\x67\x4b\x49\x27\x65\x47\x93\x5d\x07\x93\x98\x52\x5b\xf9\xcf\x7c\xdd\xdd\xb2\xd3\xf8\x50\x5a\x29\xae\xcf\xab\x05\x9d\x4d\x54\xdf\x32\x1b\x14\x3c\xd3\xed\x77\xe0\xd2\x3d\x52\xcd\x7a\xc7\xb6\xb8\x85\x32\x99\x25\x66\x35\xc0\xff\x8e\x05\xf8\xf2\x6c\x5c\x9e\x97\xc1\x34\x37\x95\xb5\x22\x72\x34\xf1\x26\x96\xb5\x49\xc8\x67\x71\xde\x33\xcc\x24\xea\x7b\xd5\x38\x2a\x36\xa1\x50\xe2\xec\xc9\x6f\x99\x46\x9e\x37\x98\x44\x50\xfd\x74\x46\xa4\xe9\x84\xa7\xaf\x65\x48\x33\xae\x0d\xd5\xed\xb8\x22\xa2\x53\x3d\xf3\x72\x6e\xae\x40\xa0\x95\x47\xdd\x15\x8d\x42\x31\x34\xaf\x50\x9c\xee\x4d\x01\x09\xb0\x30\x6c\xee\x8b\x33\x9a\x85\x96\x03\x0f\x24\x46\x87\x7e\x01\xca\xf8\x10\xd0\x65\x63\x56\x67\x61\x56\x14\x6f\xf4\x39\xe0\xd2\xd6\xe6\xd8\x66\xef\x2b\x56\xbf\xfe\x08\xda\xc5\x6e\x07\xaa\x40\xf6\xe7\x47\xa8\xde\x95\x69\xf6\x65\x82\xb5\x0b\x09\xce\x96\x2b\x3a\x52\x07\xf1\x72\x77\x61\x37\x8f\x6b\x2b\x6f\x2b\x76\x89\x29\xda\xcf\x0a\x3a\xcb\x1c\x83\xff\x4d\xd7\xda\x0c\x08\xf7\x4a\x8d\xd6\x19\x2d\x2e\x41\x7d\x3b\xd1\xde\xca\x82\x1c\x68\x44\x80\xab\x1a\xee\x67\xf5\xba\x0a\x05\xdd\x18\xdf\xed\x86\xcb\x05\xc7\x56\xee\x81\xc0\x4a\x70\xa6\x74\xfa\x65\x82\x35\x90\x68\x8e\x85\x66\x69\xeb\xa4\xc4\x13\x9a\x50\x09\xbd\xab\xb5\x79\x5f\x58\xe1\x94\xa3\x05\xe6\xf7\xca\xa2\x25\xc9\x54\x8d\x5e\x08\xee\x57\x32\xfd\x96\x81\xb4\xbc\xb0\xcd\x73\x86\xd2\xf2\x23\xdb\xd6\x37\x90\xb3\xa5\x09\xa3\xe5\xdb\xa1\x4b\x2f\xcb\xd4\x2b\xd2\xd3\x6d\x67\xcd\x88\x97\xc5\xc7\x83\xf5\xae\xb8\xa8\xbb\xfb\x6c\x4d\x4e\x41\x07\x31\x5f\xcc\x38\xa8\x3c\x59\xd3\x24\xc5\x35\x65\x76\xec\xd8\x3a\x81\xa0\x6e\xec\x38\xcd\x94\x38\xab\x1c\x5c\x53\xd5\x3c\x7a\x93\x01\x66\xcf\xed\xae\x14\x3a\x5f\x00\x62\x49\xa0\x63\xd3\x46\x0b\x9a\x37\x7c\xaa\x1e\x3c\xe3\xb8\x0a\xdd\xd1\xbe\xc0\x61\x9e\x6d\x63\x99\x07\xdd\xac\x96\xa4\xa2\xac\x5b\x80\x5d\xde\xd0\x98\xbb\xbe\x1c\x1d\x9f\x7e\x3c\x2d\x58\x52\xc3\xeb\x9f\xfc\x7f\x7f\xb9\xb8\xfa\xe9\xe3\xd9\xc5\x17\xff\xb3\xb3\xe1\xed\xf9\xf1\x8f\x77\x97\x67\xc3\xf3\x35\xf6\x56\xf9\x15\x65\x77\x47\x9e\x18\x90\xe3\xa8\xd5\xdd\x60\xa0\xbf\x60\xea\x56\x9c\xaf\xab\x8a\xe4\xbe\x4d\x5b\x09\x3d\x99\x4b\xd3\x11\x69\xff\x18\x31\xc9\x57\x5d\x92\x3e\x51\x4c\x04\xdc\x43\xc6\x7b\x19\x26\x1c\x12\x01\xbe\x60\x3b\xfa\x39\x08\x36\xeb\x5d\x37\x21\x1a\xb3\x8e\xea\x62\x49\x68\x6d\x0b\x90\xea\x5e\xee\x7b\xb2\x0e\x3e\x06\x10\x56\x61\x92\x66\x2c\xb6\x95\xd5\x16\x94\xbd\x5f\xe0\xaf\xef\xec\x4c\xf3\x4e\x6b\x90\xcf\xaa\xcb\xd9\x27\x4a\xeb\x58\x21\x9e\xb1\xe6\xe5\x1a\xb3\x86\xf5\x5a\x7f\x33\xe8\x3e\x83\xf4\x5f\xa0\xe2\xe4\xfa\xa8\xf6\x18\x3f\x90\x55\xd5\xfe\x95\x12\xa9\xb4\x57\xda\xe8\xc0\x30\xc8\x92\x13\x28\x24\xea\xfc\xd1\x89\x8e\x33\xb8\x7f\x43\xbc\x33\xc8\x2f\xad\xba\x93\x42\x5b\x7c\xab\x73\x53\xe9\x05\x78\x82\x54\x38\xf3\x26\xb5\x69\xda\x27\x60\xd3\x4e\x4d\x7c\x37\x46\x8f\x73\xa2\x77\xeb\x1f\xe9\x04\x4d\x21\x1c\x6e\xca\xc7\x70\x12\x81\x7b\x43\xed\x85\x4d\x2f\x02\x58\x6d\xc9\xd1\x60\x79\x20\x21\x02\x9c\x6d\x50\x8a\x91\xfc\x33\x33\xd8\xb9\xdf\x7d\xdf\x2d\x65\x4b\xf2\x15\x12\x66\x99\xfd\x70\xbc\x41\xa3\x18\x9f\x1d\xd0\x95\x31\x5a\x55\xf2\xed\x4a\x17\x21\x7c\xde\x5a\xaf\x85\x97\x9a\x7f\xae\x45\x2c\xdc\xd8\x34\x18\xfd\xfb\x27\xcb\x8f\xf8\xb9\x90\x16\x61\x5e\x07\x81\x48\x33\xba\xf0\x50\xf7\xca\x32\x7a\xc4\x3c\xd6\x8e\x01\xf0\x11\x1d\xa1\x1f\xd3\x47\xf2\x40\xf8\x00\x45\x84\x4b\x6c\xe0\xca\xea\xac\x25\x09\x1c\x28\x33\xce\x98\x41\x6c\x5e\x63\xbf\x19\x94\xde\x91\x74\x36\x57\xca\xa3\x31\x42\x4d\xb9\x4e\x41\x24\x40\x0d\xc9\xd7\x25\x89\x34\x28\xa3\x2e\x12\x3d\x4d\xf0\x43\x19\x7f\xbd\x09\xb4\xd6\xab\x48\x6a\xdb\x25\x99\x9c\x95\x46\xa7\x94\x2d\x6c\xa9\xa5\xe6\x72\x25\xe7\x29\x1b\xa0\x59\x9a\x60\x36\x3b\x3a\x3a\x42\x44\x46\x47\xef\x3a\x31\xba\x19\xd0\x7b\x5d\x1e\x51\x4b\x52\x41\x92\x95\xb5\xf0\x72\xe4\x83\x5a\x65\x40\x5a\x08\xaa\xcd\x9b\x0a\xee\xbf\x2e\x22\x74\x9f\xd7\x4d\x56\xad\x95\x76\x86\xfa\xd4\x8c\x53\xec\x73\xb2\x6e\x24\xfd\xfb\x6a\x4d\xbb\x03\x74\x0d\x2a\x39\xd0\x38\xc9\x21\x6c\x35\x19\x54\x29\xeb\x8a\xcb\xfa\x39\xad\xab\x52\xb3\x51\xca\x41\xe5\x48\x06\x20\xbe\x11\x52\xa9\xcc\xd1\x15\x1c\xe7\x40\x7d\x5b\xa5\x37\x25\xd9\xa2\x5c\x6a\x71\x57\x5a\x54\x4e\xa4\xfe\xeb\x18\x5e\xd7\xbe\xae\x81\x2b\xc6\x93\x72\x8d\xa6\x32\xf4\x9a\x9e\xdf\x30\x26\x48\x4b\x4e\x05\x24\x5a\x6c\x02\x78\x72\xc3\xe8\xa1\xc1\x3d\xab\x6c\x18\x5d\x1e\xcd\x34\xa2\x01\x0c\x97\xeb\x27\xa3\x1f\x11\x5a\xd5\x01\x9f\x6e\xbd\x64\xc8\x41\xa2\x1b\x59\x3d\xe7\x17\xe7\x23\xdf\x94\x39\x3d\xbf\x19\x7d\x1a\x5d\x05\x31\xa8\xb3\x8b\xe1\x4d\x10\x6f\xba\xb9\x2a\x84\xa9\x7e\xb8\xb8\x38\x1b\x0d\xcf\xfd\x8f\x4e\x86\x37\xa3\x9b\xd3\xcf\xc1\xe0\x27\xb7\x57\xc3\x9b\xd3\x8b\xe0\x77\x3f\x9c\x9e\x0f\xaf\xfe\xea\x7f\x32\xba\xba\xba\xb8\x2a\xbc\xef\xf6\xb8\x39\x92\x15\x4c\xa3\x7a\x27\x72\x65\xd9\xc3\xcb\x56\x29\x85\x37\x58\xdc\xef\x38\xfa\x0a\x68\x83\x0d\x3b\xfc\xd6\x08\xa5\x98\xdc\x6d\x16\x98\xad\x0b\x2e\x57\xbe\x47\xe9\x83\xab\x3b\x2c\x25\x59\x2c\xb7\x2b\xf4\xd0\xfe\xe0\x74\x8b\xf9\x82\x49\xd3\x22\xe6\x1b\xec\xea\xfe\xc4\x7c\x2b\xc2\xb9\x26\xe6\xdb\xc4\xee\x0d\x81\x5b\x35\xcf\xb3\x74\xab\xce\x52\x5d\x7a\x52\xf8\x3c\xb9\x3e\xd4\x5b\xf9\x9c\x41\xe6\xdf\x55\x77\x39\xa8\x66\x64\x33\xcb\xcf\xfa\x51\xdd\xe4\xa0\x26\x2a\x2c\x93\x1d\xf8\x9f\xce\xd2\x59\x35\x0a\xd6\x75\x84\xa4\xc2\xcb\x83\x07\x6f\x76\x3a\x43\x82\xb2\xfb\x31\xfb\xa2\x0c\xb2\x34\xe3\xfa\x23\x99\x72\x00\x54\x4f\x93\x4c\xcc\x09\x94\x8f\x1a\xa0\x47\x02\x6d\xed\xc1\xab\x1d\xd6\xd7\x85\x22\xa1\x09\xbd\x27\xf0\x74\x42\x99\xe2\xf6\x25\xb5\x1a\x50\x71\xeb\x77\x61\x20\xc5\x54\x38\x3b\xf1\x09\x43\x0d\xb9\xa7\xeb\x71\x4e\x00\xb7\xea\x55\xe7\xb2\x85\x3d\xb5\xe4\x81\x1c\xa9\x34\xbd\xcf\x96\xa6\x2d\x1b\x16\xf7\xdf\x5a\x14\x18\x2c\xf7\x43\x4a\x63\x14\x67\xcb\xc4\xeb\x8a\xf8\x98\xf2\xda\xa8\xbd\xd6\xd4\x3b\x44\xed\x0b\xf6\x67\xd3\xc4\x2a\xcc\x00\xcf\xea\x68\x88\xdf\x3f\x31\x82\xc1\xab\xd9\x91\x09\xc2\x0f\x25\xa7\xb3\x19\xe8\x3d\xd6\xa9\xb0\xff\x10\x07\xcb\x9b\xab\xbb\xed\xed\x67\xdf\xd5\x9a\xe8\x8a\xa6\xae\xd4\x80\xe2\xa9\xe5\x32\x59\x59\xe0\xa1\x5e\x40\x7b\xec\x97\x19\xd7\x85\x88\xa6\xc8\x11\x54\x1b\x62\x5c\x72\xa2\xde\x12\xdf\xe9\x32\x28\xdb\x97\x67\x39\x9d\x2a\x4d\xc6\xf4\xf4\xcd\x0b\xc9\xe4\xc5\x36\xf4\x66\x43\x16\x84\x79\xb7\x4d\x0b\xd0\x19\xb9\x4c\x37\xf4\x7b\x64\xb6\xd5\x21\x16\xda\xb4\x87\x86\xe7\xab\xbc\x0f\x22\x34\x54\x83\x7c\x5e\xd7\x23\xcf\x64\x18\x1a\x1f\x9d\xae\xb4\x57\xdc\xaf\x7a\x39\x0a\x40\xc8\xb0\x23\x52\x51\x82\x6d\x0b\xeb\x77\xe1\xf5\x4d\x15\xae\x66\x93\x61\x96\xa4\x13\x9c\x24\xab\x0a\xc0\xbf\x7f\x29\x74\xf3\x8f\xd9\xbe\x4d\xe1\x95\x62\x81\x33\x10\x89\x4d\x1b\x12\xa9\x83\xee\x02\x3b\xcd\x88\xd8\x7e\xc1\x32\x99\xea\x64\x66\x70\xf8\xa9\xc9\x9d\x16\xaa\xdf\x1f\x69\x78\xec\x69\x5c\x59\x87\x23\x67\x68\xbb\xf2\x75\xc2\xb3\xc2\x44\xef\x94\xd0\xb1\xe4\xc4\x3a\x67\x56\x44\x3a\x9f\x4c\x62\xe1\xbb\xab\x65\x58\xf0\xdc\x77\x4a\x5b\xb7\x93\x75\x77\xeb\xf6\xc4\x5e\x49\xd5\x94\x11\x26\x75\x61\x49\x96\x8e\x99\x19\xdc\xa6\x87\xb9\x0a\x2b\xc6\xcf\xae\x17\x66\x60\x54\x5c\x38\xb4\x9c\x88\x34\x79\x30\xbd\x46\xdd\x9a\xc8\x14\xe0\xdb\x8a\xc0\x63\x25\x6d\x95\x6e\xa1\x2c\x4c\x57\x12\x73\x4e\xc6\xac\x90\x23\xe5\x75\x39\xb6\x1c\xeb\x3f\xbf\xb3\xbc\x91\x40\x1d\x69\x5a\xfa\xda\xbc\x91\x75\x50\xb7\x29\x8e\xba\xe0\xb7\x57\x4b\x12\x9f\xba\xe7\x9a\x99\x21\xb0\xcc\x63\x2f\x72\x11\x1c\x72\xcd\x03\x5a\x9e\x0a\x9d\x7c\x23\x5c\xa3\x52\xb7\x49\xae\x66\x8f\xab\x05\xae\xb6\x68\x86\x6d\x3d\x78\xe1\x8a\x81\x43\x30\x35\xf0\xa8\x16\x7a\xf7\x38\x55\x27\x4a\x85\xd4\xe1\x1b\x78\x64\x8a\x69\x92\xf1\xda\x1b\x5c\xb3\xe5\xce\xb3\xda\x8e\x61\x58\x54\xb5\x6b\xce\xed\xe9\x1d\x23\xe7\xf2\x74\x3d\x81\x92\x6c\x46\x99\x08\xb9\xbe\xbe\x36\x66\xa9\x4e\xf0\x9a\x0d\xcf\x4b\x0b\xb7\x97\xc5\x43\x7d\xd8\x0b\x1d\xb8\xab\x0b\x04\x19\x9d\xca\xa3\x7d\xcc\x6e\xe0\x2a\xd5\x49\x5b\xee\x98\x41\x01\x27\x5d\x8f\x03\x8a\x24\x57\xcd\x37\x90\xe7\x21\xa7\x6e\x85\x97\xa8\x4a\xaf\x5a\x8f\xcb\xfa\x8c\x97\x4d\x99\x2f\x5b\x8f\xb8\x6e\x1b\x9c\xf3\xac\x78\x0c\x8b\x55\x77\x2b\x56\xcf\x61\xcb\x9e\x25\x46\xd4\x25\x0f\xd7\x41\x0c\x4d\x06\x7b\x29\x89\x32\xd0\x1b\xfd\x47\xbb\xa3\x4c\xf3\xe0\x88\x69\xf4\xa7\x07\x9c\x68\x5c\xa0\x0f\x65\xdc\x22\x89\xd3\x6d\x4c\xa1\x11\x73\xd5\x76\x6c\x09\xb3\xca\x91\xb1\xcf\x88\xb2\xfa\xb9\xb4\x44\x5d\x41\x56\x85\xf6\xf6\x32\xf5\xda\x60\xb5\xd2\x98\x1d\xb8\xea\xe7\x10\x1a\x1c\x2c\x71\x4a\x5b\x61\xa8\xcb\xc5\xdd\x40\x69\x89\x09\x4b\x25\x41\x18\x31\x9a\xbc\x67\x59\x92\xbc\x3f\x87\x2e\x24\x42\xd0\x99\x2e\x72\x0c\x0e\x8d\xa0\x6b\x34\x40\x53\x3d\xa8\xa9\x77\x04\xe0\x8a\x54\x24\xe9\x1e\xec\x52\x49\x4c\xb5\x05\xc9\x6a\xcc\xd4\x13\x5a\xc5\x72\x2d\x40\x6d\x2b\x41\x78\x9b\x4d\x9b\x31\xef\x52\xa6\x2b\x5b\xf9\x83\x57\x30\x58\x53\xa6\xc9\x56\x11\xb3\xbe\x04\xe1\xde\x94\x20\x4c\xb9\x75\x0c\x75\x28\x46\x58\x7f\xa8\x36\xae\x06\xe8\x14\x31\xe7\x71\x6e\xc1\x8f\x2f\xe9\x6d\x7e\xca\xbc\xa3\xad\x93\x8c\xec\x4a\x75\x71\x5a\x16\xb8\xc3\x3e\xea\x18\x41\x6d\x19\xf7\x72\xeb\xc7\xec\x26\x75\x16\x9a\x61\xff\x69\xa6\x54\xbb\x06\x51\x62\x47\x3d\xd1\xd3\xd8\x0a\x52\xb7\xcb\xa4\x9c\x46\xaf\x90\x8d\x8c\x58\x6f\xaa\xdf\x79\x2b\x20\xc2\xa0\x7e\xf4\x01\x82\x6a\xf5\x32\xb4\x32\x74\x45\x03\x0b\x2c\x32\x7d\x23\x32\xec\x70\xd6\xb0\x96\x6a\xc1\x4d\x12\x70\xc6\x00\x27\x44\xbe\xea\x54\xeb\x64\xe5\x8f\x0a\x49\x79\x30\x62\xc7\xe8\x29\x18\xb0\x2e\x6f\x72\xed\x46\xd7\xef\xe6\xb6\x1e\x25\x8d\x4b\x5f\x26\x98\xdd\x69\x4d\xe1\x05\x7c\x4a\x1e\x36\xbe\xae\x6c\x8f\xd7\x9f\x6e\x37\x74\x3a\x71\x79\x15\x64\xac\xf8\x0d\xab\x06\xc5\xd2\x9e\xf6\x7a\x77\x9d\xbb\x8d\x65\x6b\x6a\x37\x7f\xad\x02\x1f\xac\xf7\x8b\xe1\x82\x15\xec\x8a\x97\xaf\x71\x8c\x95\x3a\x4a\xee\x99\x73\xac\xcd\xce\x17\x18\xbc\xb8\xed\xdd\xfd\x32\x25\xa9\xbb\x91\x6f\x66\x0d\x59\x4f\xeb\x9f\xa9\xb5\x43\xca\x7e\x9a\x2f\x61\xe3\xa3\x08\x3a\x09\x46\x49\x16\x13\x24\x52\xa5\x1c\x59\x33\xa9\x3a\xf7\xa1\x10\x73\x7f\xd2\x5a\x0f\x61\x6a\x6b\x6b\xf0\x8a\xae\xf6\x82\x4e\x19\xb2\xe6\xce\x00\x8d\x0f\x34\x67\x89\xf1\x41\xd8\x25\xda\x96\x92\x09\x8b\xff\x17\xbd\x98\xda\xff\xef\xdd\x20\xcc\xb3\xb5\x8b\xeb\x52\xe3\x12\x78\xc9\x1a\x2e\x1e\xb2\x47\x87\x08\x27\x7a\x00\xa3\xe1\x69\xc5\x75\x65\x0b\xbc\x40\x9a\x27\xcf\x22\xe9\xf5\xa1\xb4\xf5\x30\x7e\xb0\x0f\xaa\x25\x5a\x66\x89\xe9\xb3\x6d\xeb\x4f\xa4\x7c\xcc\xec\x68\x79\x59\xba\x61\x92\x94\x86\x2a\x97\x82\xf1\x78\x15\x0a\x43\x59\xcc\x2d\x60\xb9\xd5\x8f\x00\x95\x54\x92\x03\x63\xa6\x33\xb0\x5c\xf2\xdf\x11\x1a\x16\xfa\x73\x86\x55\x4f\xfc\xa2\x27\x49\x62\x2b\x7e\xe8\x3a\x1a\x5e\x99\x07\x91\x41\x4d\xfd\x69\xa6\xc4\x91\x7b\xbb\x4c\xc7\x0c\x0a\xe0\xe8\x56\xeb\x76\x5d\xc6\xec\x73\x2a\x6c\xcf\x30\x91\xaf\x87\xd5\x19\xcc\xb2\x7d\xeb\xa0\xc7\xe6\x83\x13\x25\x44\xd4\x53\xca\x4e\x2c\x24\x9e\x42\x8c\x0a\x22\xe9\x03\xb4\x4a\x33\x4f\x81\x89\x30\x1b\xb3\x7f\xa8\xe5\xb1\x55\x5d\x52\xd7\xd1\x16\x0e\xb1\x4d\xd4\x45\xdf\xfd\x5d\x0f\xfa\xdd\x1f\xdf\xfd\xfd\x9d\xae\x99\x95\x89\x4c\x49\xd8\x41\x78\x85\x58\x42\xd5\x96\x52\x36\x1b\x33\x3b\x03\x57\xa6\x3f\x7f\x45\x63\xfe\xb7\xf1\xbc\xee\xba\xda\x71\xee\xbe\x19\xa2\x08\xcb\x68\x7e\x88\x0d\xef\xf9\x95\x6e\xa8\xc8\x6b\x69\x3f\xce\x09\x83\x56\x52\x61\xfd\x6d\x0d\x7e\x47\xb1\x92\x6c\x0b\x97\x3a\x19\xf0\x8b\x6e\x2a\x62\xb4\xc2\x42\xce\xa8\x7d\x13\x30\x67\x9e\xb5\xf8\x25\x97\x0c\xf6\xe7\x16\xcb\x9d\xfb\x5c\x8c\x9f\x49\xd9\x7f\x31\x1a\x6b\xec\xe3\xf8\xc0\x6e\xff\x98\x2d\x27\x47\xc9\x6a\x2a\x8f\x00\x89\x79\xa4\x96\xe5\x68\xd4\xd8\x7b\x44\x5f\x42\x77\x71\x59\x2b\x5f\xb3\xdc\xb5\x7a\x7d\xb5\xbe\xe3\x56\xc7\xbd\xa9\xbd\xd2\xa2\xed\x44\xb7\x3e\xd7\xa1\x23\x99\x38\xc3\x93\xe8\xe0\xc0\xc0\x75\xda\x67\x61\xbb\x5c\x77\x3e\xa1\xac\x8e\xba\xe8\xb0\xa4\x11\xe8\x0a\x98\xe1\x64\x05\x19\x15\x83\x31\x8b\x29\x27\x11\xf4\xf1\x8b\x56\x51\x42\x23\x53\x95\x24\xd4\x85\xc8\x03\x61\x32\x00\x7e\x8d\xd4\x27\xcf\xa5\x0e\xd5\x41\xce\xaa\x57\xff\xb6\x46\x15\x72\x15\xa4\x42\xd3\xbb\xc8\x26\x26\x8f\x9a\x77\xcc\x43\x77\xaf\x07\xd1\x1c\x5b\xa7\x49\xca\xe9\x8c\x32\x68\x72\xff\x1d\xf8\x10\x93\x84\xf0\x77\xae\x19\x0a\xac\x62\x35\x19\xf3\x4e\x45\xe6\x2b\x4a\x92\x54\x5f\xb6\x51\x94\x71\x4e\xe2\xbb\x32\x52\xaa\x6b\xce\x5e\x33\x8e\x44\xa9\xd6\x74\x41\x84\xc4\x8b\xa5\xdf\x14\xdc\x65\x97\x98\x95\x49\xf4\x22\x20\x4b\xd8\x00\x51\x00\x43\xb9\x98\xef\x98\x99\x68\xaf\xde\xb7\x94\x57\x24\xa3\x17\x67\x09\x82\xa3\x45\xc3\x98\x06\x7d\xa4\x6b\xbb\x99\xa2\xd7\xe9\xea\xcc\x06\xe4\xd3\xa0\x7b\xba\xd7\xc5\x98\xc2\x79\x86\x73\x5a\xd1\x07\x79\xcc\x72\xb8\xcd\x71\x92\x66\x31\x32\x3e\x37\xe3\xc1\xe2\x47\x88\x92\xa3\x01\x12\x7f\xf8\xf0\xfe\xfd\xd1\xd1\x8e\x6a\xd4\x87\x4d\x8e\xaa\x39\x5c\xb7\x21\xaa\x82\xb3\xad\x39\x5a\x41\x4d\xaa\xbb\x6e\x96\x87\x85\xdb\x03\xb7\xf8\x96\x79\x88\x06\x29\xbe\x72\x89\x39\x61\xf2\x0e\x00\xb4\xdd\x5e\x08\x2f\xba\x84\xc7\x03\xec\x67\x2b\xb3\x27\xaf\x69\x67\x92\xe7\xb0\xb8\x47\xdf\x51\x70\x47\xbf\x33\xc6\x38\xf4\xf1\x6e\x28\x35\x55\x96\xc0\x4d\xd4\x3c\x93\x28\xae\x03\x37\xb7\x21\x3f\x78\x76\xeb\x0b\x64\x1b\x4c\x74\xa3\x1f\xec\xc4\xd5\x4d\x85\x40\xf4\x29\x43\x51\xba\x98\x28\x21\xae\x58\xdd\x39\x26\x00\xda\x3c\xb4\xf8\x42\x07\x8e\xb2\x78\x2a\x5d\x79\xa0\x80\x2e\x76\xae\x61\x1f\xfd\xa4\x59\xb4\x70\x37\xd5\xf5\x35\xd2\xec\xfc\x04\xf0\xed\xea\xa3\x3e\x2c\xce\x20\xaf\xe4\x7b\x4f\xa3\x7b\xa2\xee\xb9\x69\x5e\x71\xc4\x97\x6e\xee\x7e\x73\x70\x30\xd3\x24\x5d\x83\x1b\x88\x99\xf7\x1d\xd5\xf5\x1a\x89\x6d\x4e\xea\x01\x53\xbe\x15\xd5\x8b\xf3\xd4\x58\xf3\xea\xb5\x80\xf1\x1d\xa2\xd4\xe4\x3c\x3a\xd5\x42\x2b\x63\x20\x91\x7f\xef\xe4\xa1\x20\x51\xca\x1c\x0a\x75\x27\x17\x7d\x05\x0e\xbd\x9a\x5c\xf8\xae\x94\x2c\xb9\x4e\xeb\xd8\x52\xf9\xc9\x15\x1f\xdb\xec\x59\x1b\xcc\x10\x04\x04\xac\x8b\x7a\xf7\x00\x3a\xe8\x9b\x63\x00\x8d\xdf\x50\x4c\x26\xd9\x6c\x56\x7b\x27\x27\xe9\x2e\x5a\x05\x37\xaf\xea\x59\xda\xe0\x20\x70\x33\x4c\x9a\x90\xdc\x6b\x38\xf4\x0d\x29\x5f\x8d\xd0\xaa\x5d\xa8\x4f\xa7\xf6\x4d\xda\x08\x9c\xd2\x84\x3c\x8f\xc6\xb4\x23\xf5\xef\xb4\x8d\xfa\x67\xbd\x08\x10\x0e\xd5\xf3\x70\x76\xde\xaf\x48\x2f\xd4\xf0\xb2\x3b\xf5\xe4\x93\x62\xcc\x1c\x2a\x16\x0e\xab\x46\x8f\x29\xd9\x14\x0b\x48\x6e\xde\x3d\xe8\x0c\x64\xfb\x3a\xa4\xf9\xd6\xc9\xfd\xd7\xe9\x82\x20\x78\x95\x18\xe8\x54\x0f\x13\xcf\x1d\x80\xd7\x51\x4d\x10\x2d\xb2\x44\xd2\x65\x62\x84\xbf\x71\xab\x45\x73\xcc\x66\x5e\x55\x7b\xf4\x1d\x23\x8f\x48\xc9\xda\x81\xef\x86\xf1\xb6\x67\x80\x88\x8c\xde\x29\xdd\x26\x88\xda\x70\x12\xa5\x3c\x86\x44\x80\x19\xe6\x31\x44\xf3\x0c\xc3\x27\x38\xba\x87\x6a\x41\x70\x1d\xe9\x37\xda\x00\xa2\xc1\xca\x6b\xf7\x65\x3e\x1a\x65\x91\xee\xfb\x6d\x8b\x11\x38\xfa\xf4\xe3\x02\xe1\x88\xa7\x42\x7b\xa2\x6c\x91\x18\x8d\xf5\x00\xf5\xeb\x81\xc6\x19\x4e\xf4\x1b\xbb\xc4\x0c\x2f\x0d\x43\x58\x58\x82\xe7\x04\x03\x29\x19\xa4\x65\x7f\x4c\xb9\xc1\xbd\xc3\x8a\x5f\x9a\xec\xef\x1f\xe9\x03\x19\xa0\xeb\x25\xe6\xf7\x03\x74\xb2\x62\x78\x41\xa3\x3f\xa7\x93\x2a\x7f\x4a\x29\xce\xbf\xb5\x4a\xbc\xfb\x4a\xab\xd5\x07\xfd\x4b\x09\xc5\x80\xea\x12\x96\x5f\xa7\x37\xa5\x06\x82\xf1\xd6\x2f\xf5\x35\x31\xb9\xde\x31\xb2\xd3\x0b\xb0\xd2\x50\xb6\x6e\x0e\x1c\x2f\x28\x0b\x6c\xb5\xbd\x72\xb6\x16\x37\xb5\x0a\xf2\x14\x08\xe3\x56\xd6\xed\x2e\x34\xc7\x4b\xac\xac\x1c\x65\x50\x2e\x52\x49\xf4\xbd\x2f\x64\xca\x89\x3a\x27\xdc\xaa\x93\xd0\x12\x86\x0a\xfd\x4d\x5d\xb9\xc4\x28\x49\x45\xc6\x5b\x8a\x8d\xf2\x86\x1d\x9b\xc7\x1b\xb5\x93\x74\xb1\x84\xe8\x0b\x27\x22\x4b\xa4\xa8\xb0\xd7\x4a\x6e\xeb\x9d\x04\xf2\xcb\xe4\x7e\x26\x12\x9f\x94\xfc\x5a\x8e\xb7\x03\xfc\x0c\x64\x15\x8d\x1a\x78\xba\xee\x8a\x1d\xf9\xf1\x0b\x75\xb6\x6d\xc3\x1d\xd3\x54\x80\xb2\x59\x52\x57\x87\x7b\xcc\x4c\x4f\x02\x4f\xf6\xe1\x3c\x39\xc6\x2a\x64\x36\x7d\xf1\x31\xa8\xc7\xee\x1a\x1a\x18\x20\x0c\x36\x06\xbb\xd3\x8b\xe0\x2e\x1f\x40\x31\x21\x0d\x0c\x62\x50\x4b\x6a\xcc\x44\x36\x39\xcc\xe1\x2a\x29\x07\xe9\x0a\xc5\x00\x96\x58\x89\x53\x14\xcd\x69\x12\x1f\x96\x91\x7d\x46\xcb\x81\x56\x06\xae\x70\xd6\x84\x40\x6d\x1c\xd8\x71\xdd\x36\x4c\x47\x4b\xdd\xdc\xdd\x38\x93\x4c\x22\xe2\x4a\xc3\x53\x61\x9c\x47\x05\x4d\x22\x90\x17\x81\x6f\xe0\xa5\x3d\x82\xeb\xe5\x45\x5d\xee\xdb\xdb\x97\x13\xc1\x9a\xb5\x91\x13\x37\xa1\x17\xce\x9e\x1a\xcc\x9c\xe4\xa8\x5b\x2a\x71\xa7\x5d\x68\x4f\x88\x1c\xfc\xe2\xd2\xaf\x6d\xc6\x92\x58\xe2\x47\x66\x40\x22\x9d\x4a\x81\xb6\x93\x0f\xd5\x35\x1b\x94\x7c\x28\x7c\xe3\x4b\x0a\x75\x1d\x41\x90\x9f\xba\x4c\xc2\x81\x97\xd1\x0c\x6d\x62\xf2\xf4\x90\xdc\xfc\x19\xb3\x1c\xbd\x94\xf7\xb5\x8c\x8a\x82\xdb\x80\x82\x62\x08\xb4\x92\x81\x45\x34\x0c\x74\x3a\x9d\x31\x52\x0e\x27\x18\xca\xd6\x4a\xc9\xe9\x24\x93\xa5\xf2\x21\xc1\x69\xae\x0c\x72\xec\xc2\x3a\x38\x7d\xfa\x36\x0c\xd5\xd7\x46\xde\xc6\x22\x87\x2a\x15\xa7\xee\x95\x53\x7a\xfe\x12\x14\xdd\xd2\x76\xbc\x1a\x47\xed\x39\xbc\x94\x1a\x68\xea\xfb\x80\x45\x1d\x7b\xd5\xa9\x03\x20\x05\x2c\x61\x5e\xbd\xdb\x81\x4c\xbc\x0c\x0a\x25\xa2\xf0\x8c\xa0\x05\x89\x69\x56\xcc\x0a\x5b\x1f\x3d\xdb\x2b\xb3\xb3\x0d\x67\x29\x03\xdc\x19\xa2\xe7\x60\x2c\x3c\xaa\x5b\x5b\x43\xd0\xc0\xe9\x51\x5d\x40\xc1\x83\x81\x62\xf9\xad\x70\xd1\xb8\x70\xc5\xac\x8b\xe9\x8c\x0a\xf9\x73\xa1\xf2\xee\x06\xc9\x47\x49\xf6\x74\xd8\x3f\x4b\xaa\x26\xd3\x7b\xa2\x11\xe3\x76\x15\xb4\x2d\x05\x26\xd3\xee\x0a\xc0\x88\xd8\xb4\x2c\x45\x77\x17\x01\xfe\x77\xb7\x5e\x7f\x37\x8d\x55\x39\x5e\x2e\x09\x47\xa6\xb9\x6a\xb1\x5d\xaa\xce\x71\x82\xb7\x8c\x99\x56\x98\xfe\x7c\x7d\x71\x9e\x4b\xee\xdc\x8e\x2a\x0c\x0d\x3f\x83\xa5\x3b\xaa\xde\xb9\xf3\x2c\x49\x6a\x77\xae\x45\x65\xab\xdb\xb3\xb3\xbb\x9f\x87\x67\xb7\xa3\xe6\xca\x51\xf9\xcf\x6a\xd7\xc4\x51\x62\xd6\x44\x5f\x63\x12\xae\xae\x6c\x41\x8c\x03\x0b\x94\x11\x33\x6b\x0d\x70\xc8\x92\x24\x4c\x53\x19\xb3\xbf\x9b\x71\x00\x00\x97\x31\xad\x66\x8e\x19\x6a\x5c\xb8\xf0\xfd\xf0\xb3\xbf\xab\xc1\xff\xae\x9f\x3d\x44\xf9\x24\x3e\xa0\x73\xf7\xd6\x9a\x75\x35\x4e\xd7\x2d\x8e\x83\xce\x96\x79\xae\x44\xbc\xcd\x8e\xc7\x2d\xb3\x45\xdd\x4c\xfe\xdc\x4e\x4e\x87\x5e\xbb\xbf\x87\x26\x8c\x4b\x16\x8e\xb5\x9c\x87\x71\x07\x3a\x7d\x4a\x37\xde\x76\x19\x46\x63\xa6\xf1\x04\xd0\x6e\x35\xad\xa7\x09\x9d\x32\x8d\x6c\x4c\x30\x9b\x65\x78\x46\xc4\x00\xd9\x97\x8f\x99\x6b\xee\x69\x8a\x71\xb8\xa6\x11\x18\x4a\x64\x87\x2c\xa4\x5d\x9d\xe4\x2b\x5e\x2c\x21\x04\xc3\xc6\xcc\xcc\x89\xcd\xf2\xe1\xb5\x17\xf4\xcf\xd7\x6e\x3a\x8a\xd3\xdc\x40\x26\x03\x8c\x8d\x99\xde\x5c\x9d\xfe\x67\x75\x3b\x70\x00\x41\x37\xdf\x80\x75\x31\x27\x36\xe9\x14\x64\xfa\x0c\xb4\x4c\x5d\x4f\xd8\x86\x18\x95\xa4\xf7\x0a\x8a\x68\x87\xb3\x26\x69\xbd\x3c\xb1\x9b\x61\xcf\x84\xa1\xad\x9a\xeb\xb7\xbe\x03\xd4\x81\xab\xae\xe1\xde\xcc\xb6\xb9\x18\x5b\x23\xcd\x73\x86\x62\xc5\x23\x8c\x8a\x50\x74\x08\x5e\xef\xa0\x5e\x7d\x6b\x92\xf4\xef\x1b\x89\xea\x50\xe6\xbe\xf5\x6b\x4d\xee\x72\xd3\x6b\x95\x85\xd3\xfc\xd2\x1d\x98\x48\x01\x51\xe6\x81\x75\x8b\x91\x45\x35\x1d\x05\xb6\x8e\x89\x15\x97\xc8\x4a\x9f\x26\x82\x12\x2a\x36\x22\x27\xd7\x9f\x5a\x53\xe4\x34\x04\x73\xd9\x75\x92\xb0\xe6\x9e\x0b\x04\x6c\x8d\x98\x34\xd8\x2c\xe3\x96\x21\x54\x8b\x17\x75\x78\x06\x70\x88\x14\xff\x0f\x1c\x13\x0d\xf2\x9d\x1b\xe8\x5a\xd8\x19\x17\x4a\x5c\x1a\x79\x67\xa4\xb6\x32\x73\xc6\xcc\xa6\x0f\x58\x71\x3c\xb4\xed\x79\xb8\xfb\x54\xc7\x19\x97\x1a\x7c\x0b\x1a\xab\xcc\xfb\x3a\x61\x39\x66\x90\xe8\xcd\xc0\x84\x9c\x08\xc8\x9e\x32\xe9\xcc\xe6\x0b\xaf\x74\x13\x66\xae\x1e\xf7\x1a\x99\x57\x50\x03\x82\x7b\xfe\x1b\xf5\xff\x7f\xf9\xe6\xff\x05\x00\x00\xff\xff\xd5\xf1\xe8\xf5\xd9\xe8\x02\x00") +var _adminSwaggerJson = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\xbd\xfb\x73\x23\xb9\x91\x27\xfe\xfb\xfc\x15\xf8\xea\x2e\x62\xa6\x6d\x4a\x3d\xb6\xd7\x1b\xbe\xde\xd8\xf8\x06\x47\x62\xf7\xc8\xa3\x96\x64\x3d\xa6\xcf\xb1\x74\xc8\x60\x15\x48\xc2\x2a\xa2\x68\x00\x25\x35\xed\x98\xff\xfd\x02\x89\x47\x01\xf5\x62\x15\x49\x49\x94\xa6\xf6\xe2\x3c\x6a\x92\x85\x4a\x00\x89\x44\x3e\x3e\x99\xf9\xef\x6f\x10\x3a\x10\x8f\x78\x36\x23\xfc\xe0\x03\x3a\xf8\xfd\xd1\xf7\x07\x03\xf5\x19\x65\xd3\xf4\xe0\x03\x52\xdf\x23\x74\x20\xa9\x4c\x88\xfa\x7e\x9a\xac\x24\xa1\x71\xf2\x5e\x10\xfe\x40\x23\xf2\x1e\xc7\x0b\xca\x8e\x96\x3c\x95\x29\x3c\x88\xd0\xc1\x03\xe1\x82\xa6\x4c\xfd\xdc\xfc\x89\x58\x2a\x91\x20\xf2\xe0\x1b\x84\x7e\x81\xe1\x45\x34\x27\x0b\x22\x0e\x3e\xa0\xff\xd1\x0f\xcd\xa5\x5c\xda\x01\xd4\xdf\x42\xfd\xf6\x6f\xf0\xdb\x28\x65\x22\x0b\x7e\x8c\x97\xcb\x84\x46\x58\xd2\x94\xbd\xff\x87\x48\x59\xfe\xdb\x25\x4f\xe3\x2c\x6a\xf9\x5b\x2c\xe7\x22\x9f\xe3\x7b\xbc\xa4\xef\x1f\x7e\xf7\x1e\x47\x92\x3e\x90\xbb\x04\x67\x2c\x9a\xdf\x2d\x13\xcc\xc4\xfb\x7f\xd3\x58\xcd\xf1\x1f\x24\x92\xbf\xc0\x3f\xe2\x74\x81\x29\xd3\x7f\x33\xbc\x20\xbf\xb8\x71\x10\x3a\x98\x11\xe9\xfd\x13\xa1\x83\x98\x88\x88\xd3\xa5\x34\xab\x72\x45\x24\xa7\xe4\x81\x20\x39\x27\x48\xbf\x0e\xe9\xd7\x21\xf5\x3a\x64\x57\x4d\x2c\x49\x44\xa7\x94\xc4\x68\xb2\x42\x94\x2d\x33\x89\x38\xf9\x67\x46\x84\x44\x53\x9a\x48\xc2\xc5\x91\x59\x32\x78\x4b\xba\x24\x1c\xe6\x79\x1a\xab\xb7\x7c\x22\x72\x08\x63\x9f\xc1\xd0\x97\x09\x66\xfe\xaf\x39\x11\xcb\x94\x09\x22\x02\x52\x11\x3a\xf8\xfd\xf7\xdf\x17\x3e\x2a\xcf\x60\x88\x44\x16\x45\x44\x88\x69\x96\x20\x3b\x92\x4f\x0c\x3c\x04\x9b\x8c\x4b\x83\x21\x74\xf0\xbf\x39\x99\xaa\x71\xfe\xd7\xfb\x98\x4c\x29\xa3\x6a\x5c\xa1\x79\xc9\xa3\x36\x78\xea\x97\x6f\xaa\xfe\xfe\xc5\x9b\xd1\x12\x73\xbc\x20\x6a\x59\xdc\xee\xeb\xff\x2b\xcc\x45\xed\x97\x7a\x79\xbe\xa7\x45\xc2\x0b\xb3\x3d\xc7\x0b\x82\xd2\x29\x6c\x97\x79\x02\xfe\xe6\x44\xa4\x19\x8f\x08\x9a\x90\x24\x65\x33\x81\x64\x5a\x5a\x03\x0a\x23\x28\x56\x2b\x7e\xa3\xb6\x92\x72\xa2\xf6\x4a\xf2\x8c\x14\xbe\x95\xab\x25\x10\x29\x24\xa7\x6c\xe6\x2f\xc5\x2f\x83\x56\x53\xd3\x1c\xda\x61\x66\xfa\x81\xda\x89\x8d\xd9\xd0\xfe\x24\xc2\x0c\x4d\x08\x52\xe7\x92\xc6\x84\x93\x18\x61\x81\x30\x12\xd9\x44\x10\x89\x1e\xa9\x9c\x53\xa6\xfe\xad\xd9\x37\xb2\x6b\xb6\x3f\x6b\x03\x7f\x36\xaf\xcc\xad\x20\x5c\x11\xfe\x40\x63\x12\xa3\x07\x9c\x64\x04\x4d\x53\x1e\x2c\xcf\xd1\x98\xdd\xcc\xd5\x3a\x2c\x26\x94\xc1\xc9\x53\x6b\x69\x39\xe4\xb7\x76\xb9\x7e\x8b\xd4\xfb\x50\xc6\xe8\x3f\x33\x92\xac\x10\x8d\x09\x93\xea\x5c\x8b\xe2\x68\xbf\x4d\xe1\xfd\x38\x41\x87\x48\xad\x33\xe1\x12\xd6\x3b\x65\x92\x7c\x95\x02\x1d\xa2\x84\xde\x13\xf4\xed\x19\x15\x12\x0d\x2f\x4f\xbf\x1d\xa0\x6f\xcf\x72\xc1\x21\xbe\x7d\x86\x15\x76\x7f\xff\xcd\x3b\x7a\x12\xcf\x8a\x87\xee\x60\xa8\x4e\xf3\xb5\xbe\x26\xf2\x11\xfe\xf6\x8d\x3f\x8e\xd9\xaf\x66\xd9\x9b\x0b\x5e\x23\x75\xbb\xc8\xda\x8f\x44\x46\xf3\x35\x82\x56\x6c\x29\x69\xd5\x76\x14\x45\xad\x78\x5d\xb2\x56\x4d\xe1\xa9\xe5\xed\x36\xc2\x16\x4b\x38\x05\x98\x32\x7d\x68\xdc\x19\x0a\x77\x06\xbd\x9c\x58\xd9\x46\xde\x7a\xb3\xf1\x44\xae\x95\xa4\xde\x4a\xec\xc9\x5c\x13\xba\xa0\xeb\xf6\xf1\x94\xc5\x4a\xed\x32\x42\x8e\x65\x8b\x09\xe1\x6a\xea\x56\xdc\xc1\x0c\x27\x4a\xfc\xc9\x8c\x33\x12\xd7\x4c\xed\x9f\x19\xe1\xab\x86\xb9\x4d\x71\x22\xea\x26\x47\x99\x24\x4a\xaf\x2d\x7c\x3d\x4d\xf9\x02\x4b\xf3\x83\xff\xfc\x8f\xae\x93\x97\xe9\x3d\x59\xb7\xcf\xa7\x7a\xd7\x22\x2c\x60\xbb\x17\x59\x22\xe9\x32\x21\x68\x89\x67\x44\x98\x55\xc8\x12\x29\x06\xf0\x33\xa5\x4b\x13\x7e\xe8\x6e\x1b\x78\x83\xbd\x65\x33\x01\x9f\xa0\xa9\x13\x64\x8c\x7c\x95\x30\xd2\x98\xc1\x3d\x0b\x4b\xe4\xdf\x1e\x4f\xb0\x94\x9b\xf1\x89\x48\xb9\xbc\x9b\xac\x8e\xee\x49\xe9\xbd\xb5\xdc\x82\x19\xc2\x52\x72\x3a\xc9\x24\x51\xf3\x56\x63\xd8\x7b\x12\x44\x9f\xbe\x8c\x85\xba\x7c\x2f\x4e\x2e\xbe\xbb\xc7\x92\xa7\x33\xcc\xde\x7d\x40\xc3\x38\x46\x9a\x50\xf5\x1b\x1a\xeb\x2b\x79\x4e\x38\x39\x42\x37\x73\x2a\x90\x98\xa7\x59\x12\x23\x46\x1e\x08\x57\x6b\x4b\x16\x4b\xb9\xda\xbb\xd5\x8a\x29\x27\x11\x2c\x4c\x97\x13\xe6\x9e\x52\x8b\xa6\x8c\x9e\x95\x5e\xba\x7b\xb2\x02\xc5\xa5\xbc\x7c\xcf\xc0\x2f\x85\x6f\x09\xcb\x16\x85\xbb\x02\x3e\x3f\x19\x5d\x1f\x8f\xce\x4f\x4e\xcf\x3f\x15\x9e\x50\x6a\x84\xfb\x2a\xf8\xe6\x6f\xa5\xb5\x99\xe2\x2c\x81\x53\xed\x8d\xf6\x6c\x8a\x4b\x34\xa7\x49\xcc\x09\x7b\x2f\xb1\xb8\xbf\x23\x5f\x49\x94\xe9\x7b\xf6\xdf\xe1\x07\x77\x4a\xfb\x4c\x63\x12\x7e\x12\xfc\x23\x57\x77\x3a\x3f\xea\xac\xd2\xce\x4f\x82\x0d\xdb\xee\x39\xf8\x84\xc6\x95\xbf\x86\x4f\xd6\xcc\xc1\xfe\xa6\x81\x58\xfb\x93\x5a\xaa\xec\x0f\x8c\x02\x57\xf9\x1b\x4e\x24\x5f\xdd\x61\x29\xd5\x29\xdf\x40\x67\x84\x2d\x45\x6a\xb6\x28\xdf\x4f\xa3\x3e\x6a\x45\x11\x64\xb7\xd3\x1c\x15\x05\xf9\x2f\xd7\xe9\x8b\xe7\x69\x4c\x46\x6e\xd8\x8f\x29\xbf\xc1\xe2\xfe\x35\xe8\x8c\x01\xe1\xcf\xa1\x36\x6e\x7a\x80\xde\x9c\x51\xbf\xa1\x38\xe8\x5d\x00\xdb\xaf\x64\x5b\x87\x41\xca\x91\x58\x09\x49\x16\x6b\x5d\x07\xaf\x67\x21\x8c\xbc\xdf\x57\x82\x0b\x57\xce\xaf\xe0\xd4\x87\x17\x68\x7f\xbc\x3b\x2c\xd9\xae\x1c\x7f\xfb\x3e\x4f\x1b\x82\x69\x9e\xea\xb5\xdd\x3e\x1b\x70\x30\x7c\xb2\xf7\xd3\x0c\x54\xbb\x5d\x13\xf9\x44\x5e\x83\xda\xbd\xb2\xab\x7d\x07\x04\xac\x31\xf9\x42\xd7\xb1\x3b\x7f\xea\x51\xdf\xb9\xa2\x3d\x66\x52\xd9\xbc\xc6\xb7\x44\x38\x8a\x52\xae\x55\xc1\xb8\x41\xbc\x3d\x9f\xd1\x77\x7b\x7e\x7d\x39\x3a\x3e\xfd\x78\x3a\x3a\x29\x5b\x7d\x37\xc3\xeb\x9f\xca\x9f\x7e\xb9\xb8\xfa\xe9\xe3\xd9\xc5\x97\xf2\x37\x67\xc3\xdb\xf3\xe3\x1f\xef\x2e\xcf\x86\xe7\xad\xed\x44\x9f\x80\x8e\xbb\xd9\x3b\xc0\x76\xe9\x00\x1b\xbc\x5d\x0f\x98\x89\x1e\xb4\xf7\x7e\xa1\x84\x0a\xa9\x16\xc8\x3c\x89\x96\x58\x08\x7d\xff\x6a\x0a\x8e\xc6\xec\x73\xca\x09\xa2\x6c\x9a\xa2\x14\x82\x43\x42\xf2\x2c\x92\x94\xcd\xdc\x43\x1f\xd0\x38\xfb\xfe\xfb\x3f\x44\x67\x94\xdd\xc3\x5f\x64\x1f\x17\xa7\x77\x0f\x6e\xb2\x5a\xbd\x7b\xd0\xff\xee\x75\xb8\x07\x63\x2c\xf1\x7b\xdf\x2b\xf8\x34\x78\x12\x1d\xb9\xc4\x2c\x46\x69\x26\xd5\x9f\xea\xbd\x68\xca\xd3\x85\x3a\x37\xe4\x2b\x15\x20\x25\x1e\x53\x7e\x3f\x4d\xd2\xc7\x76\xde\xaa\x4f\x44\x3a\x7f\xcf\x09\x96\xf8\x35\x38\xa9\xbe\x98\x19\x3a\xc2\x3f\x11\xa9\x68\xbf\x32\x6f\xe9\xa1\x25\x3d\xb4\xe4\x65\xa1\x25\x7b\xe5\x29\x7a\x7a\xd9\x17\xba\x95\xb4\x00\xac\x89\x7a\xd4\x06\x35\x6a\x62\x16\x5e\x48\xe2\x29\x85\x66\x18\x08\x58\x23\x30\x03\x27\xf9\x6b\x11\x9a\x01\xd1\xcf\x2f\x30\x7f\x15\x3e\xfc\xde\x45\xbf\xe1\x42\xbd\x4a\xb9\xda\xf2\xca\x78\x36\x07\xfb\xd3\xcb\xf9\x52\xf8\xbb\x4b\xbc\xbb\x43\x80\xbb\x75\x44\x7b\x4d\x08\xbb\x32\x66\x5d\x15\xa4\x2e\x47\xa5\x2b\xc3\xd0\x5b\xc5\x9d\xbb\x5e\x49\xed\x23\xce\x9f\x88\xbc\xc1\xe2\xfe\xd5\x5d\x49\x01\xd1\xcf\x7f\x25\xfd\x4a\x03\xcd\x7d\x64\xf9\x09\x97\xee\xad\x5f\x64\xfb\x1b\x3b\xfe\x15\x04\x8b\xfb\xe8\x70\xa7\x35\x7a\x5b\xe1\xe0\xb7\x1a\xff\x7d\x9d\x01\xdf\x3e\xc2\xbb\xbf\x11\xde\x27\xb5\x83\xc8\x03\x61\x52\x80\xc7\xcb\x57\xa7\x0f\x96\xa9\x68\x56\xff\x8f\x39\xc1\x92\x20\x5c\x70\x35\x21\x18\x10\x71\x12\xa5\x3c\x56\x6a\x3f\x46\xcb\x39\x16\x04\x49\x8e\x99\xa0\xeb\x54\x7f\x3d\x2a\xf8\x76\xd4\x38\xaf\x41\xeb\x0f\x1c\x51\x40\xf5\x73\xe9\xfc\x93\x34\x2e\x1d\x0d\x7d\x6a\xaa\xbe\x69\x16\x2f\x3b\x9b\x3a\xe4\xa1\xb5\x99\xf9\x13\x72\xb3\x12\x65\x1b\x72\x73\x68\xa5\xee\x84\x9b\xc1\x2c\x7c\x2d\xdc\x1c\xd8\xb0\xbf\x2e\x6e\xae\x9a\xfa\x3e\x70\xb3\x0d\x80\x6e\xc8\xd1\xe5\xf8\xe9\x4e\xb8\xda\x05\x2d\x5f\x0b\x67\x97\xa2\xac\xbf\x2e\xee\xae\x9b\xfe\xcb\x72\xb8\xf3\xbd\xee\x8a\xb7\xd7\x33\xae\x5b\x80\xd7\xc0\xb4\x8e\x58\x4d\xfb\xaf\x86\x5b\x4b\xf3\xde\x13\x36\x7d\xcf\x89\xce\xa9\xea\xc4\xaf\x57\xe6\xa1\xce\x1c\x6b\x1f\xec\x79\xf6\x35\xf1\xac\xdd\xb5\xfd\xe1\xda\x3a\x04\x57\xf7\x3c\xc3\x06\x58\x96\x40\x0b\x2c\xa3\xb9\xfa\x52\x87\x84\x5a\x16\xa3\xc8\x13\x0b\x5f\x15\x77\x3f\x47\x36\xe1\xdb\x76\xfe\xf6\x4e\xdf\x5f\x61\xd1\x9f\xbd\x41\x28\xf7\x59\x11\x3b\xcc\x8a\xa0\xa2\xcf\x8a\xe8\xb3\x22\xda\x2e\x50\x9f\x15\xd1\x67\x45\x78\xdf\xbd\x8e\xac\x88\xa7\x4f\x88\xd8\x4d\xd6\xc3\xab\x52\xa2\x7b\x05\xba\x57\xa0\xfb\xd4\x06\x37\xb5\x5d\x09\x30\xfb\xf4\x41\x4c\x12\x22\x49\xa3\xf8\xb9\x21\x7c\xa1\x6c\x83\xa0\xc0\x6f\x45\xd0\x20\xaf\x1d\xe4\x38\x08\xdc\x1b\x4d\x72\xc9\x8d\xfd\x3a\xa5\x93\x23\xbf\xcf\xc4\xea\xc5\x55\x2f\xae\x36\x99\xda\xfe\x78\x65\xbd\xc3\xfc\xa2\x6e\x59\xaf\x5c\xf0\x1d\x8d\x77\x53\x31\xd8\xa9\x8d\x7e\xbd\xe0\x7c\x29\x82\x92\xad\x9b\x39\x69\xf3\xe2\xbb\xa7\xf1\xab\xf0\xd3\x2a\x39\x12\x8f\x98\xa4\x72\xe5\x50\x6a\xbc\x2f\x1c\xdc\x17\x0e\x6e\x3f\xd7\xde\x43\xb8\x43\x0f\x61\x5f\x38\xb8\xf7\x81\xf5\x3e\xb0\x57\xee\x03\xf3\x5b\x1d\x6c\x84\xd8\x61\x31\xe2\x64\x46\x85\x24\x1c\xe1\x1a\x6d\x65\x3d\x84\xe7\xb5\xf6\x88\x69\x0d\x88\xf0\x5f\x7b\xf0\x1f\x2d\xc8\xbf\x32\xd7\x0b\x9c\x81\x09\x8e\x5d\x43\x08\xd0\x29\x16\x78\x85\xe6\xf8\x81\xa0\x29\xa6\x89\xb6\x18\x8c\xd8\x68\x98\x61\x13\x41\xff\xa7\x1b\x41\x38\x24\x87\x93\x29\xe1\x84\x45\x5a\x0c\x6a\xad\x20\xc2\x09\x22\xa0\xad\xe9\xdf\xcc\x95\xfd\x96\x70\x82\xe3\x15\x9a\x10\xc2\x1c\xdb\x54\x5c\xa1\x35\x34\xef\x44\x9b\x7b\x71\xfb\xa5\xcc\x3d\xfb\x62\xbd\x3c\x09\xac\xa4\x5a\x24\x6c\x6f\xb5\x88\xdf\xbf\x2e\x51\xd1\xa3\x4b\x7a\x6f\xd3\xcb\x7b\x9b\x7a\x74\x49\x6f\x3b\xee\x81\xed\xd8\xa3\x4b\x7a\x74\x49\x6f\x59\xb7\x5e\xad\xde\xb2\xf6\xbf\x7b\x7d\x96\xf5\x8e\xf1\x25\xcf\xa5\x61\xf7\x0a\xb6\xfd\x5d\xaf\x60\xf7\x0a\xf6\x1b\x55\xb0\xf7\x63\x85\x7b\xed\xba\xd7\xae\x7b\xed\xba\xd7\xae\x7b\xed\xba\xd7\xae\xcd\x53\xbb\xd4\xae\xe1\x2f\x5b\x26\x73\x6b\x28\x77\xf7\x28\xd7\x27\x22\x5f\x6b\x88\xab\x57\xa9\x7b\x95\x7a\xbf\x55\xea\xbd\x99\xd0\xdb\x2b\x7b\xd7\x17\x8e\x2b\xdd\x8f\x6f\xa1\x70\x9c\x7d\xfa\x60\x99\x35\x5f\x7f\xb7\xcb\xd8\xe6\x11\x08\x89\x65\x06\x96\x46\x8b\xab\x10\x0d\x25\x5a\xa4\x4a\xef\x66\x24\xf8\x8d\xe5\x79\x0d\x22\x98\xd1\x07\xc2\x90\xc5\xcb\x0e\x8c\x64\x1b\x80\xf1\xfb\x8b\x15\x70\x26\x81\x01\x4b\x84\x91\xa4\x0b\x72\x84\x4e\xa7\x9a\x81\x22\x9c\x24\x48\x10\x29\x0a\xc8\x13\xa5\x90\x99\x87\x58\x9c\xd3\x6a\xdf\x4d\x73\x20\x82\xfe\xd9\xc0\x9e\xbf\x2c\x91\xfa\x34\xda\xc1\x1f\x69\x92\x28\x1a\x0c\xd3\x82\xf0\x59\x10\x9e\xd8\x27\x83\xd7\xda\x1f\x2f\x70\xac\xac\x09\x8f\x84\x3c\xd3\xc2\xff\x3d\x88\x79\x2a\x1c\x94\x22\x78\x5e\x3f\x7d\x84\x8c\xdd\xa7\x0b\x3c\xb5\x22\x63\x8e\x63\x25\xf6\xa3\x39\x89\xb3\x84\x20\x2c\x44\x1a\x51\x2c\x49\x8c\xa8\xbe\x16\x10\x95\xd6\x4a\xb4\x3f\xb2\xaf\x8e\xa9\xc0\x93\x84\xc4\x66\x8d\x49\x8e\xec\x68\xa4\x9c\x0a\x34\x21\x6a\x89\xd5\xcd\x13\xae\xfe\x5c\x5f\x4a\x15\xd4\x78\xa4\x90\x32\x25\x84\x69\x42\x1a\x94\x2a\xcd\x9c\xaf\x55\xaf\xd2\xd4\xf7\x79\x28\xbd\x96\xd5\x6b\x59\x9d\x26\xf4\xa6\xb4\xac\x3d\x42\xa3\x59\x81\xf4\xa2\x68\x34\x88\x59\x29\xc9\x7f\xe7\x9c\x52\x62\x33\x7b\xdd\xf9\xfd\x3e\xdb\x21\x87\x6e\xc4\xe3\x94\x4d\xe9\x2c\xe3\xc6\x01\x3f\x51\x27\x76\x6d\x60\xac\x62\x9c\x57\x71\xe3\x54\x93\xfe\x5c\x17\x4f\x17\x1b\x02\x1d\x22\xa5\x5d\xdf\x5d\x8d\xae\x2f\x6e\xaf\x8e\x47\x1f\xd0\x70\xb9\x4c\xa8\x76\xec\x47\x99\x90\xe9\x82\xfe\x4b\x4d\x43\x17\x75\x75\x92\xdb\xa8\x21\x02\x14\x0e\x88\x24\x88\xa3\x31\x43\x87\xe8\xf8\xec\xf6\xfa\x66\x74\x55\x33\xa0\x61\x02\x68\x65\x42\x16\xcb\x04\xb4\x92\xfb\x6c\x42\x38\x23\x92\x08\x14\x25\x19\xc0\x9a\x5d\x7c\x41\x0f\x3a\xfa\xbf\xa3\xe3\xdb\x9b\xd3\x8b\xf3\xbb\xbf\xdc\x8e\x6e\x47\x1f\x90\xe5\x26\x35\xac\xa2\x4b\x51\x11\xaf\x18\x5e\x28\xf3\x27\xac\x3e\xfb\xcf\x8c\x64\xa0\x04\xd1\x19\x5b\x10\x26\x8b\x23\x5a\x82\xcf\x86\x3f\x8c\xce\xc2\x91\xe7\x04\xfd\xf4\xa7\x9c\xa8\x04\x4f\x48\x62\x02\x1e\xe0\xcf\x57\x02\x3b\x7f\x91\x89\x84\x64\x25\x31\xf9\xdc\xb6\x54\xb0\xa1\x65\xeb\xa8\xb8\x43\xe5\x5f\x14\x96\xbb\xe9\x07\xc1\xea\xb5\x36\xb6\x42\x0a\x9f\x4d\xd2\xa9\x03\x12\xdf\x01\x42\x9a\x12\xf1\xfe\xdf\xc1\x41\xf9\xe5\xc9\x2a\x52\x20\x2f\x8d\xce\x48\xbe\x75\xcd\xe4\xf2\x07\x5e\x83\xbc\xf3\xc9\x7d\x49\xd9\xb6\x23\x7d\x62\xbf\x5c\x16\xdd\xb5\xb5\xde\xea\xe8\xad\x8e\xea\x95\xe9\xe1\x12\x35\x2b\xbc\xab\x6b\x67\x13\x2f\xdf\x94\x92\x24\x16\x25\x37\x4d\x70\x6d\xac\x75\xc9\xbc\xde\x1b\xe3\x79\x9d\x32\x5d\x74\xe3\x2b\xe7\x3f\x37\x0e\x75\xb5\x5b\x0b\x22\x31\xf4\xe6\x93\x29\xca\x80\xf4\xfe\x16\x2a\x2f\x73\x7f\x0b\xf5\xb7\x50\xed\xca\xf4\xb7\xd0\x2b\x76\x5e\x55\x48\xee\x17\xf5\x5e\xad\xb3\xe9\xb6\x2a\x0c\x53\xe1\xda\x2a\xdb\x72\x02\x89\x39\xe6\xba\x05\x48\x94\x2e\x16\x29\xf3\x22\xaf\xab\x25\x19\x20\x17\x6c\x03\x37\x05\x90\xb1\xce\xf3\x95\xbf\x86\xbe\x0e\x9f\x97\xb7\x2e\xcf\x81\x0a\xef\xed\xc0\x35\x0b\xd4\x57\xd0\xe9\x2b\xe8\xf4\x38\xed\xbe\x82\x4e\x33\xb7\xf4\x48\xe4\x1e\x89\xec\x7f\xf7\x3a\x90\xc8\x61\xd7\x69\x0d\x46\xae\x6a\xd3\xfe\x4b\xf9\x1b\xdf\xa5\x5f\x6a\xd2\x6d\x3c\xfd\xba\x83\xf5\xf6\x98\xe5\xb0\xa9\xe7\x3a\x97\xbf\xdf\x06\x72\xcf\x15\xbe\x69\xb2\x92\x84\xc6\x49\xb9\x7f\xe5\x33\x60\x6a\x7e\x2d\xfd\xf8\xfb\xee\xfb\x9b\x2c\xd4\x5b\x2d\x01\xfb\xac\x9d\xf5\x9f\x57\x78\xdb\x32\xd9\x77\x35\x22\xbc\xfa\x7b\x27\xc8\xab\xbf\xde\x36\xc1\x3b\x94\xdd\x9b\x26\x76\x07\xb2\xf1\x75\x98\xf1\x3e\xc5\xcf\x61\xc8\x37\xee\xfe\x9b\x93\xeb\x4d\xbc\xdc\x4b\xf7\x96\xcb\xf5\x56\x65\x7c\x6f\xe8\xef\xd2\xd0\x1f\xbc\x5d\x4b\xbf\x4f\xc8\x6e\x58\x9c\xde\x0d\xb2\xc9\x6a\xf5\x6e\x10\xff\xbb\xd7\xe1\x06\x31\x77\xf5\x9d\xbe\xea\x3d\xf4\xf6\xfb\x7f\xe7\x7f\x7b\x8a\xb4\xf7\x61\x45\x2c\xac\x03\x62\xc5\xe2\x82\x49\x9c\xab\x1f\xf9\xe0\x15\x48\x16\x43\xc3\xa1\x55\x4a\xf2\xa8\xee\x5a\x60\xcb\xa5\x7e\xf4\x04\x9e\x7c\x5d\x30\xf0\x1a\xd2\x9f\x17\xf0\x52\xe6\x84\x75\xaa\x13\xc4\xd2\x9d\x3e\x4d\x35\xcc\xf9\x71\x4e\xe1\x9a\x84\x3a\x27\x70\x95\x78\x1b\x6e\x13\xc8\x30\x20\xbd\xeb\x74\x8e\xe7\x56\xa7\x4a\xec\xde\x6e\xe2\x86\x47\x5f\xef\xbc\x5f\x1c\x22\xb0\x86\xef\x5f\x14\x2e\xd0\x20\x33\x77\x83\x14\x78\x3e\xf9\xf8\x89\xc8\xb7\x27\x1c\x3f\x11\xf9\x5c\x92\x71\x53\x71\xd8\x28\x12\xf2\xb2\xec\x7b\x22\x0d\x36\x13\x7d\xaf\x6b\x8e\x7d\xc2\x53\x9f\xf0\xf4\x6b\x4f\x78\xb2\x4f\xb7\xe9\x56\x79\x02\x3f\x79\xc6\xab\x4a\xbf\xf0\xed\xdd\x56\x7a\x5e\xfd\x85\xd5\x5f\x58\xdd\xe6\xb8\xaf\x2a\xba\xe5\xe7\x7d\x50\xd1\x3b\xe5\xa0\xeb\xe8\x5d\xde\xde\xc6\xb2\xff\xda\x08\xdd\xa5\x7d\xd9\xeb\x11\x42\xa2\xab\x9c\xd9\x2a\x8f\x69\x5d\x53\xaa\xab\xbc\x13\x55\x45\xec\xa8\xb8\xe4\xf6\xd7\x97\x25\x51\xb6\xef\xab\x6e\x29\x7f\x2e\x61\xbf\x2f\x22\x22\x9f\xf7\x8b\x0a\x05\xa5\xe3\x16\x21\x5f\x21\x92\xe0\xae\x11\x04\xb6\xe6\xb7\x41\xa6\x77\xf3\x4f\x0b\x40\xb1\xf0\x3b\x03\x1d\x83\xaf\x81\xe4\x22\x1d\xf6\x43\xff\x85\xf6\xb3\x7c\x64\xfb\x89\x2d\x9f\x09\x1f\x72\x22\xf9\xea\x0e\x4b\x65\x47\xc8\xed\xd1\x69\xa1\xd5\xb0\x06\x9d\x76\x83\xc5\xfd\xab\x44\xa7\x85\x84\x3f\xf1\x99\x6d\xcd\x93\x6f\x0e\xd7\xd0\xf6\x84\xf5\x18\x87\x0d\x96\xee\xad\xe2\x1d\x9a\x44\xe8\xde\x50\x58\x90\xe2\x6f\xf1\xe4\x86\x77\x52\x7f\x44\x9b\xd6\xe8\xcd\x95\x76\x2b\xa8\x1a\x6b\xe6\xf6\x4a\x4a\xbc\x15\xb5\xa5\x5d\x53\xf5\x34\x10\x28\x6f\x37\xfa\x32\xc0\x6f\xb4\x0c\x70\x3b\xe3\xa6\xb5\x65\xd3\xd6\xac\x69\x67\xd3\xd4\x1b\x34\x5b\x20\xa9\x43\x3b\x63\x53\x24\x75\xa0\xc7\xbf\x0a\x6f\x4d\x40\xf1\x73\x20\xa9\x7f\xa5\xa6\x47\x6f\x77\x3c\xc9\xba\xbd\x55\xa3\x63\xcf\x2d\x8e\x1e\x03\xbe\x4b\x0c\x78\x0f\x01\xef\x21\xe0\x6d\x17\xa8\x87\x80\xf7\x10\x70\xef\xbb\xd7\x01\x01\x37\xf6\xe2\xb6\xe8\xc5\x2a\x95\x3d\x57\x68\x83\x8a\x29\x9b\xab\xef\xa7\xf1\xab\xd0\xdb\xbd\x42\x46\xce\xb2\xe6\xcf\xa1\xbf\xf7\x15\x7b\xfa\x8a\x3d\xbd\x12\xf7\x6b\x52\xe2\x7a\x3d\x65\x93\xd5\xea\xf5\x14\xff\xbb\xd7\xa3\xa7\x04\x80\xae\xb5\xb8\xa2\x63\x4e\xb0\xd4\xfd\xac\x78\x0e\x31\x2a\x68\x26\x4d\x6a\x87\x1e\x40\x29\x1e\xaf\x41\xeb\x50\x74\x6a\x8a\x5b\x00\x8c\xfc\x17\x1e\xfc\x47\x0b\xc2\xaf\xcc\x25\x02\x9c\x3e\xc1\xb1\xeb\x22\x06\x9a\xc3\x02\xaf\xd0\x1c\x3f\x10\x34\xc5\x34\xd1\xfe\x1b\x23\x1c\x1a\xe6\xd6\x44\xd0\xff\xe9\x46\x10\x0e\xc9\xc9\xd1\x9a\x4a\xd8\xe9\xbb\x3f\xc2\x09\x22\xba\xe8\x26\xfc\x06\x5a\x9c\x99\x86\x72\x13\x42\x98\x07\xfd\x6b\x4b\xf3\x4e\x74\xb6\x17\x47\x69\xf9\x7c\xf3\xe2\x00\xad\xfa\xb6\xc0\xbb\x33\x46\xb6\xb1\x40\xc4\xef\x5f\x8b\x28\x78\x0e\x7b\xe3\x0d\xc7\x04\x7a\xbf\xff\xaf\xb3\x46\xf7\xde\xe8\xaa\xbd\x05\xb8\x43\x0b\x10\x72\x3a\xde\xa8\x09\xd8\xfb\xf1\x1b\x16\xa7\xb7\x8f\x37\x59\xad\xde\x3e\xf6\xbf\x7b\x45\xf6\xf1\x8e\x1b\xd0\x3d\xa1\x1e\xdd\xab\xd1\xbd\x1a\xdd\xab\xd1\x6f\x56\x8d\xde\x8f\x15\xee\x75\xe8\x5e\x87\xee\x75\xe8\x5e\x87\xee\x75\xe8\x5e\x87\x36\x4f\xed\x44\x87\x86\xbf\x6c\x66\xed\x6e\xd2\x68\xdb\x45\xa4\x4c\x1e\xed\x6b\x51\x9e\x7b\xc5\xb9\x57\x9c\xf7\x5b\x71\xde\x9b\x09\xbd\xbd\xe4\xb9\x3e\xfd\xac\x74\x0b\xbe\xd9\xf4\x33\x57\x65\x7f\x83\x0a\xc2\xc1\x67\x76\xa0\xe7\xae\x2b\x3c\xb0\x92\x11\xb3\x18\x59\x22\x3a\x55\x19\xfe\x62\x1e\x7a\x5d\x55\xc9\xca\x54\xf7\xb5\x85\x91\xb7\x6b\x7d\x6d\xe1\x27\x9c\xb7\x3d\x67\x6b\x66\x6e\x79\x54\x7b\xaf\x5e\xe9\xb4\x5f\x1c\xe6\x53\x7f\xd2\x5f\x14\xf4\x53\x79\x73\x94\x32\x11\xf2\x1e\x4d\xcf\x5f\x52\x79\x9b\xab\xe1\x13\x91\x6f\xe5\x5e\xe8\xcb\x2a\xf7\x55\x2a\x37\xee\xbe\xd4\x49\xc2\xbf\xae\x29\xf6\x95\xa3\xfb\xca\xd1\x7d\xe5\x68\xf7\xd6\xe7\xa8\x1c\xbd\xcd\x8d\xac\x5f\xff\x56\x2e\xe5\xbe\x7a\x74\x7f\x2f\xf7\xf7\x72\xe5\x14\xf7\xd0\xe0\xda\x8b\xda\xd8\xce\xe0\xda\x55\xce\xb7\x1f\xca\x72\xc2\x78\xa7\xa9\xdf\x76\x25\xfb\xf4\x6f\xf3\x7f\x7d\xfa\x77\x9b\xc9\xf5\xe9\xdf\x3d\x70\xa9\x4f\xff\xee\xa1\x39\x3d\x34\xe7\x0d\x40\x73\xac\x66\xb1\x8b\x14\xf0\x0a\x2d\x65\x7d\x1a\xf8\x97\xb2\xca\xbc\xb7\x1a\x88\xa5\xb5\x4f\x07\xef\xd3\xc1\xb7\xe5\x9d\xbd\x30\x56\x9e\x24\x2d\xbc\x42\x0c\x6c\x6b\xa1\xbc\x8e\xf4\x70\x4b\x6d\x9f\xdb\xd2\x43\xf4\xf6\x1f\xa2\xb7\x77\xb9\x2d\x7b\xa3\xcf\xf6\x56\xe2\x0e\xad\xc4\x3e\xbd\xa5\x4f\x6f\xe9\x6d\xe8\xd6\xab\xd5\xdb\xd0\xfe\x77\xaf\xcc\x86\x7e\xda\x34\xf1\xa7\xd0\xab\x7b\xb5\x5a\xff\xae\x57\xab\x7b\xb5\xfa\x8d\xaa\xd5\xfb\xb1\xc2\xbd\x4e\xdd\xeb\xd4\xbd\x4e\xdd\xeb\xd4\xbd\x4e\xdd\xeb\xd4\xe6\xa9\x9d\xe9\xd4\xbb\x4d\x1b\xef\x18\xc5\xf2\x52\x11\x5e\x93\x32\xdd\x2b\xd2\xbd\x22\xbd\xdf\x8a\xf4\xde\x4c\xa8\x4f\x21\xef\x53\xc8\x4b\xdf\xec\x6f\x0a\xf9\x37\x86\x11\x0e\x3c\xd9\xef\x2e\x89\x83\x1f\x92\x74\x72\xb3\x5a\x12\xf5\xdf\x13\xba\x20\x4c\x80\xc6\x42\xe5\xca\xbf\x38\x6b\x16\xb8\xbc\xb4\x07\xd7\xa7\xe7\x9f\xce\xfc\xe4\x8a\x83\xcf\xb7\x67\x37\xa7\x97\xc3\xab\x1b\x4b\xa1\x9b\x95\xbf\x16\xe6\xb9\xe0\xee\x3f\x4e\x17\x4b\xcc\xa9\x48\xd9\xe8\xeb\x92\x13\xa1\x48\xbb\x80\xdb\x36\xe5\x9b\x51\x37\xfa\x8b\x4f\xd9\x79\xf8\xcf\x4f\x37\xe1\xbf\x82\x59\x9c\xdd\x84\xff\x1a\x35\xce\xc6\x1b\xb8\x78\x82\x0e\xd1\xa7\x9b\x0f\xe8\x13\x44\xfd\x39\xba\x99\x63\x06\xa9\x3b\x67\x37\x1f\xd0\x19\x11\x02\x3e\xc9\x1f\x96\x54\x26\x30\xb7\x1f\x28\xc3\x7c\x85\xec\xf4\x75\x96\x0e\x06\x77\xa0\x5d\x9a\xe2\xe2\xb1\x7f\x64\x0c\x14\xd6\x7c\xf5\xce\xd2\x19\x8d\x70\xb2\xdd\x22\x0e\xcf\xfd\xf3\x72\x70\x71\xd5\xb8\x14\xfe\xaf\xcb\x6b\x31\x3c\x3f\x81\xec\x24\x4b\x6a\xc5\xcc\xcf\x89\x90\x24\x56\x17\x60\xac\x99\x57\xd9\x1a\x64\xe5\x5d\x8c\xff\x48\x29\x23\x31\xca\x84\x52\xd7\x86\xe7\x27\xe8\x3d\xba\xb8\x1a\xb3\x0b\x1e\x6b\x7f\x01\x51\x37\x8a\xb6\x55\xa8\x40\x2c\x95\x88\x2e\x96\x29\x97\x98\x49\x75\x99\x2a\x41\x96\x9a\x15\x11\x08\x73\x82\x8e\xd3\xc5\x22\x93\x58\xd2\x07\x52\x5a\x54\xa6\x8d\x80\x6b\x22\x4f\x63\xf0\x40\x56\xac\x61\x3a\x09\x14\x9d\x83\x25\x57\xe3\x4b\x5a\xd0\xfe\x0e\x68\x5c\x52\x07\xed\x10\x98\x73\x1c\x8a\xc1\x03\x2a\xc9\xa2\xf8\xfb\x66\xf9\xff\x4d\xf1\xaf\x50\xb7\x76\x3d\x6f\x47\x9c\xa7\x1c\xfe\xe7\x27\xca\xe2\xcd\xb8\xe2\xf6\xfc\xa7\xf3\x8b\x2f\xe7\x3e\x67\xdc\x5e\x8f\xae\xfc\x7f\x5f\xff\xf5\xfa\x66\xf4\xb9\x91\x5b\x8a\xa3\xe4\x6c\x00\xe4\xc1\x3d\xf3\x01\x5d\xeb\x36\xa6\x29\x47\x4a\x73\x38\xa8\x9e\xd4\x67\x22\x71\x8c\x25\xce\x3f\x48\x63\xb2\xd9\xdc\x3e\x0f\xcf\x6f\x87\x67\xc1\x54\x8e\x7f\x1c\x9d\xdc\x9e\x05\x37\x87\x9d\x9f\xf7\xc9\xd5\x48\xdf\x0b\xfe\x67\xc7\x3f\x9e\x9e\x9d\xdc\xb9\x9b\xa4\x69\x35\x0a\xef\x2d\x1e\x9f\x9b\x39\x41\x0b\x22\xe7\x69\x8c\x26\x2b\x3f\x6d\x24\x4f\xdf\x7b\xc4\x02\x25\xe0\xfd\x23\xf1\xd1\x58\x8b\x1a\x3d\xea\x07\x75\x8a\x90\x79\x99\xf7\xc4\x22\x8d\xc9\xc0\xfc\x46\x9d\x13\x9d\xe5\xa8\x6e\x73\x30\x8a\xaa\x06\x56\x6f\xc7\x0c\x51\x16\xd3\x07\x1a\x67\x38\xd1\xd9\x88\x6e\x8d\x3e\xa0\x21\x52\xc6\x49\x9c\x25\x04\x49\x4e\x67\x33\xd0\x63\x0b\xa4\xea\xd1\xcc\xa3\xb0\x92\xf0\x9c\xeb\x58\xab\xec\x1f\x78\xad\x31\x80\xe8\x24\xd1\x5a\xa2\x7e\x10\xb2\x2f\xc3\x11\x39\x96\x73\xc2\xab\x48\xb3\xfb\xf2\x41\xbb\x2d\x6a\xa6\x05\xd9\x70\x39\x8c\x0d\x22\x2a\x42\xab\xdf\x4b\x4e\x1e\x68\x9a\x79\x8f\x9a\x44\xd1\x60\x73\x2b\x87\xcf\x17\x00\x96\x2d\x05\x1a\xf3\x61\x42\x6e\xbe\xb2\xae\x4e\xfb\xc7\x88\x49\x5e\x79\x35\xb7\x95\x39\x46\xf1\x0b\x84\x4e\xb5\x7d\x58\x7a\xf7\x79\x51\x93\x2f\xdb\xcf\x46\xfb\x53\x2f\x39\x3a\xa8\x34\x1c\x41\xbb\xaf\x93\x7a\x15\x0a\x5c\x2e\x01\x7e\x06\xbb\x60\x91\x09\x09\x65\x27\xb4\x0b\x0a\xdd\xff\x49\xa0\x7f\x66\x18\x20\x86\x47\xe8\x9a\x90\x31\x9b\x4b\xb9\x14\x1f\xde\xbf\x9f\x51\x39\xcf\x26\x47\x51\xba\x78\x9f\x67\xe3\xbe\xc7\x4b\xba\xc0\x8a\x5f\x08\x5f\xbd\x9f\x24\xe9\xe4\xfd\x02\x0b\x49\xf8\xfb\xe5\xfd\x0c\xbc\x0d\x56\x87\x7d\xef\x86\x9d\xa5\xff\xeb\xec\x0f\xdf\x1f\x9e\xfd\xe9\xfb\x83\xb2\x48\xad\x3b\x9d\x23\x16\xe1\xa5\xc8\x12\xe3\x95\xe4\xfe\xda\x00\x52\x16\x56\x62\xdd\x7e\x9f\x87\xdb\xb5\x9d\x40\x3e\xbe\xbc\x0d\x54\x9c\xf0\x9f\x9f\x47\x9f\x2f\xae\xfe\x1a\x08\xb4\x9b\x8b\xab\xe1\xa7\x66\x55\xa7\x24\xb1\x0b\xcb\xf0\x13\x4b\x1f\x59\x38\x7b\x51\x9c\x74\xc6\x24\x5d\x10\x2b\xb0\xcd\x3f\x6f\xf4\x4c\x37\x98\xf9\xc5\xcd\x8f\xe1\xc5\xf3\xf1\xec\xaf\x37\xa3\xbb\xeb\x93\x9f\x1a\x67\xa2\x1f\x0b\x28\xbb\x06\x97\xca\x71\x9a\x64\x0b\xe6\xff\xbd\x39\x6d\xa7\xe7\x37\xa3\x4f\x45\xea\x2e\x86\x37\xe1\xb2\x5f\x85\x9e\xba\x83\x1f\x2e\x2e\xce\x46\xc3\x60\x2f\x4f\x86\x37\xa3\x9b\xd3\xcf\x81\x92\x7a\x72\x7b\x35\xbc\x39\xbd\x38\x6f\x9c\xa6\xa5\xa0\x62\xa2\x6a\x5a\xfe\x34\x77\x2d\x67\x5a\x1d\xf3\xa1\x89\x82\xe9\x83\x72\xe8\xe5\x0e\x69\x07\x17\xe8\x00\x87\xce\x3f\x10\x69\x4a\x2b\x65\x8d\x0c\xb7\x09\xd5\xcb\xba\xc6\x8d\x6e\x12\x79\x37\x8e\x04\xa0\xcb\xf8\xc1\x71\x92\xa4\x8f\x3a\x16\xb1\xa0\x4a\x7b\x35\x89\x9c\xea\x27\x02\x45\x19\xe7\x84\xc9\x64\x75\x54\x21\x4e\xc2\x6d\x49\xb9\x3c\x71\xde\xea\x8d\x18\xae\xd2\xf5\x5b\x76\xfa\x56\xb2\x4a\xd1\xd1\x6b\xc9\x82\x82\xed\xe9\xec\x33\x11\x02\xcf\xc8\x47\x1b\x0c\xdb\x91\x90\xba\xfe\xd9\xff\xe7\x9f\xaf\xd7\xf0\xb3\x1d\x22\xa0\x10\x7c\x9b\xc3\x49\xca\xa5\x95\x2a\xdb\xf0\x72\x84\x33\xd1\x89\x99\x9b\x63\x79\x18\x65\x82\xf0\x43\xe3\x3c\x21\x31\xc2\x8a\x50\x13\xc8\x83\xb2\x4a\x4b\x2c\x14\x13\xa5\xa0\xd3\x10\xf3\xf3\x4c\x17\x5a\x42\x40\x4d\xcd\xed\xba\xe4\x94\x45\x74\x89\x93\x8d\x8e\x5e\xc1\xbb\x63\x70\xfb\xdf\xd1\x29\xc2\x6c\xf5\xae\xa4\x78\x49\xc2\x17\x10\xd4\x36\x64\x3a\x25\x66\x1d\x5b\xeb\xdd\x61\x2c\x95\x38\x74\x47\x6c\xb0\x37\x3a\xda\x52\x37\xdd\xc2\x28\xe6\xed\xda\x90\xc4\xc9\x65\xf5\x98\x55\x0b\xe6\x9b\x55\x4d\x5b\xfd\x19\x2f\xd5\x16\xeb\x92\x0b\x08\xe7\x73\x34\xb1\x6a\x53\x2d\x4b\xfd\x2b\x58\x32\xcf\x2f\xd8\x5e\xc5\xc8\x97\xd0\x04\x9d\xca\x2f\x09\x94\x76\x0f\x46\x60\x58\x72\x9a\xc9\x8c\x2b\x65\x4a\xa9\xfd\xe8\x3b\x72\x34\x3b\x42\x17\x3f\x8f\xae\xae\x4e\x4f\x46\x03\x34\xbc\xbc\x1c\x9d\x9f\x0c\x10\x91\xd1\x3b\x6b\x6f\x83\xd4\x24\xf1\x98\xc9\xd4\xb8\xff\x56\x68\x9e\x3e\xaa\x77\x2d\x08\x9f\x91\x60\xce\xe6\xc7\x08\x92\x43\x66\x54\x48\x1d\x29\x01\xf5\xc7\xab\x31\x42\x17\x45\x3d\x48\x73\x48\x26\xe7\xdb\xb0\x06\x16\x22\x5b\xe0\x49\x42\xee\x28\x5e\xdc\xf1\x34\x59\x77\x86\x2b\x8f\x54\xae\x3a\xde\x09\xed\x6a\xbb\xc3\x51\x94\x66\x4c\xb6\x1e\x6d\xdd\x3e\x9e\xc0\x32\x09\xb4\x54\x07\x0a\x1c\x35\xe5\xaa\x1c\x6e\xb9\x04\x8a\xc0\x79\x04\xf6\x03\x88\x8c\x24\x87\x77\xc0\x96\x54\xad\xe5\xb1\x2e\xf7\x62\xd5\x4a\xaf\x20\xc7\x36\x0b\x5c\x35\xca\xcb\x9e\xbf\x63\x7d\xf0\xaa\xea\x9c\x68\x03\xb9\x50\xb6\x0e\x30\x34\x85\xfa\x3c\x7a\x81\x15\x67\xea\x03\xf1\xcf\x2c\x95\x58\xbc\x3b\x1a\x33\x75\xba\xef\xc9\x4a\x7b\x89\xd4\xf9\xf9\x8d\x92\xe9\x87\x82\x30\x41\x25\x7d\x20\xbf\xd1\xfa\xad\x92\x00\x0f\x98\x53\xc5\x7b\x42\xbd\xc1\x94\x05\x0a\x4b\xb0\x4c\x69\x02\x61\x62\x35\xa8\x39\xbe\x26\x7e\x3e\xf1\xeb\xb6\xd8\xef\x34\xf9\x33\x22\x21\xf6\x23\xa9\xcc\x14\x0f\xc4\xba\xee\x50\x89\xf4\xb5\xaa\x05\x70\xc5\x89\x8e\x5b\x6d\xe5\xc2\xda\xe4\x4c\x75\x55\x0e\x8b\xe7\x85\x8a\x65\x82\x57\x25\x33\x73\xdd\x39\x53\xc6\x94\x58\xe2\x88\xe4\x71\x33\x1b\x62\x8c\xd2\xc5\x22\x65\xc9\xca\x61\x65\x62\x3a\x85\x6c\x36\xa9\xce\x20\x9a\x10\xf9\x48\x08\xcb\x3f\x45\x46\x16\x20\xca\x84\xc4\x4c\x17\x75\x02\x6e\x19\xab\xb5\x8a\x33\x50\xd9\xc6\x07\x03\x34\x3e\x88\xc9\x03\x49\xd2\xe5\x82\x30\xa9\x3e\x20\xb2\xf2\x84\x8e\x16\x98\x26\xe7\xa9\xba\x7f\x23\x5c\xa7\xef\xb5\xdd\x16\x4e\x22\xba\xa4\x84\x49\x71\x47\xd4\xb8\x4f\xea\x66\x5c\xa7\x1f\x5b\x40\x0e\x50\x82\x70\x1c\x73\x22\x04\xd4\x32\xb1\x44\x1a\x6d\x5e\x7b\x67\xdd\x02\xb4\xe3\x61\xe7\xdf\xdb\x2d\x1b\x57\xdb\x09\x51\xca\x5d\x86\xaa\x7b\x71\x5e\x7d\xa2\x91\x6b\x4d\x2d\x9b\xbc\x46\x82\x0d\x09\x3a\x84\x41\xd1\x0b\x54\x3c\x36\x4a\xb8\xb7\xa3\x33\x5c\x99\x6b\xf5\x5c\x23\x69\xc2\xc7\x8e\xd9\x82\x66\xf9\x5d\x6d\x5c\x5f\x45\x6f\x1b\x59\x4b\x71\x94\xa4\x22\xe3\x2d\x8d\xb0\x90\xe8\x63\xf3\x68\x13\xdd\x23\x5f\xb5\xc9\x12\x29\x3a\x69\x4f\x15\x0b\x8f\x38\x59\x72\x22\x80\x27\xc1\x6f\xa8\x0e\xb7\x34\xd7\xb0\xf9\xf5\x00\x51\x16\x25\x59\xac\xd6\x00\x27\xb9\x5f\x90\xc5\x28\xbf\xda\xc6\x6c\x61\x0c\x0f\x84\x05\x7a\x24\x49\xa2\xfe\x1b\xa5\x8b\x25\x88\x6d\x43\xae\x19\x49\x19\x88\x12\x4b\x32\x40\x69\x26\xd5\x60\x03\x5d\xfb\xcd\x6c\xc1\xe1\x04\x03\x80\x2d\xaf\xe8\x3a\x66\xb7\xc2\x22\x01\x1c\xee\x48\xf3\xba\x16\x60\x94\xa1\x4f\x44\xc2\x28\x00\x04\xf5\x27\xa8\x6b\xdc\x55\x8a\xa0\xe2\xda\x6f\x71\xa2\xcc\x4c\x3a\xec\xfc\x19\x95\x84\xe3\xe4\x33\x5e\xfe\x90\xa4\x93\xc6\x7d\x1f\xa2\x85\xd6\xb3\xcd\x5b\x10\x2d\x5a\x58\x1e\x60\x66\x1d\x8f\x12\xce\x83\x50\xd8\x9a\xe3\x1f\x46\x4d\x9a\xd9\x13\x62\x16\x94\x69\xb8\x28\xc4\x9f\x8a\x74\x9a\xcc\xed\x75\x34\x82\x85\x78\xf7\x7a\xec\x50\x4d\xef\xa2\x6c\x7b\xaf\x63\x82\xd0\x66\x7f\xea\xc9\xc0\x01\x91\x73\x42\x39\x6a\x35\x2d\x7b\x7e\xef\xf4\x99\x6f\xcf\x34\x39\x6f\xd7\x99\xde\x5a\x88\x38\x01\xa1\x08\x33\xc0\xd5\xa0\x20\xe3\xd1\x98\x15\x88\x40\x31\x59\x12\x16\x0b\x04\xec\x65\x4f\x43\x20\xfb\x07\x68\x4a\xbf\x9a\x41\x6d\xc4\x27\xff\xa9\x67\x3e\xd4\x38\x15\xe6\xb8\xcc\x76\x1d\xee\xc7\x4b\x78\xbe\xd1\x6a\x4e\x85\xb2\x10\x23\xa5\x58\x71\x12\xa5\x5c\x89\x44\x78\xad\xf3\xf3\xad\xbd\x1b\x25\xe6\x6a\x51\xf0\x3a\xb3\x2c\xa0\x23\x07\x72\xc7\x58\x92\x43\x65\x89\xae\x89\x70\x2c\x53\xf5\x1a\x44\x17\xca\xb6\x70\x41\x37\xdf\x92\x9f\x90\x19\x66\x88\x67\x8c\x51\x36\xab\xa1\xd6\x8a\xf6\x2d\x0e\xb3\xd2\xac\xf0\x42\xd9\xa1\xa0\x47\x28\x82\x42\x3a\xc4\x12\x96\xb3\x91\x0e\x63\x4a\x3e\xd7\xaa\xc9\x86\x65\x7b\xc4\xce\xb2\xad\x21\x36\x83\x42\xda\x7b\x43\x6c\x82\x85\x44\x86\xa6\x1a\x8a\x7d\x6d\x76\x07\xa1\xfe\xa6\x62\x68\xbe\xe1\xd0\x45\x39\xf7\x49\x44\x82\x48\x49\x4d\xd1\xae\x4c\x10\x84\xa7\xca\x2e\x5e\x10\x3e\xb3\x0a\x9f\x2e\x57\xe1\x8e\xb6\xa9\x5b\x61\xe5\xa8\x2f\x4b\xc6\xac\x72\xe8\x23\x34\x64\xa5\xa8\xaf\x75\x72\x04\xeb\xa5\xa5\x36\x4e\x1e\xf1\x4a\xa0\x25\x14\x17\xd1\x81\xe8\x7c\xf2\xe0\x85\x0a\x1f\xb2\x2e\x27\xa5\x50\xd1\x08\x27\xc9\x0a\x81\xa1\xe7\x51\x56\xb3\x59\x5e\xc5\xbe\xf6\xc2\xae\xa5\xee\x5f\xf0\xac\x56\xd5\xef\x73\x26\x50\xa5\xa4\x2b\x29\xb3\x39\x30\xc2\x8f\x33\x1a\x84\x21\xe8\x96\xc6\xba\x18\x85\x5e\xd9\x3a\x85\x0f\x5c\x20\x67\x78\x42\x92\xad\xbd\xb1\x1b\xf9\x9e\xe1\xd5\x06\xfb\xa9\xcc\x6f\xa2\xbd\xcb\x04\x3d\xce\x09\x2f\x8a\x36\xeb\xc4\xe1\x59\x3b\x5f\x73\x3e\xcf\xa0\xda\xca\x16\x13\xb5\x60\xe6\xcd\xe5\x77\x1d\xd0\xd9\xbf\x48\x72\xa4\x73\xf5\x2d\x52\x74\xdf\x6c\x43\x83\x07\x49\xae\x24\x01\xed\x02\x94\xbc\x13\x6f\x90\xe3\x99\x96\x09\x78\xa7\x53\xc4\x52\x46\x10\x15\xf9\x8f\x21\x9e\xa8\xb1\x25\xc0\x4c\x33\xc2\x08\x87\x1a\x56\x36\xfc\xe8\x92\x85\x5c\x1a\xc7\x33\x1b\xe5\x43\x67\x4c\xa2\x29\x25\x49\x2c\x10\x23\xca\xa6\xc1\x7c\xa5\x4e\x88\x11\x68\x6d\x74\xa3\x5d\x69\xab\x15\xd7\x87\x51\x23\x2d\x40\x17\x12\x8a\x94\x26\x56\xa0\x0b\x0d\x93\x24\xff\x91\x79\xc8\x40\x39\xc6\xcc\x59\xc1\xc0\x7f\x54\x28\xeb\xee\x08\xc1\xb6\xc9\xfc\x29\x75\xc7\xa8\x0f\xec\x1e\x0e\xac\x2e\x2b\x74\x3a\x4e\x17\xdb\xdf\xde\x5b\xf9\x3a\x86\xe8\x26\x75\x19\xa9\x19\xcc\xe8\x03\x61\x95\xf5\xb0\x2d\x53\x24\x81\x1b\xb2\x59\xea\x98\xfa\x60\x7b\xe0\xa7\x6a\xbf\x52\x6a\x93\xb3\x92\xe7\x4a\x57\xff\xca\x8d\xec\x64\xe5\xa2\x12\xbe\xa9\x72\xaa\x45\x8b\x2e\x6b\x8c\x05\xfa\x0d\x4b\xe5\x6f\x50\x6e\xa3\x59\x73\x58\x97\x8f\x33\xae\x89\x41\x80\x1b\x57\x6f\x83\x13\x6a\x98\x04\x61\x77\x56\xe3\xf5\x2b\xbf\x2d\x42\x33\x8f\xba\x3c\xa9\xf6\x36\x2a\x47\x4e\xeb\x12\x6f\x74\xee\xe8\xce\x7c\x00\xcf\x51\xd1\x13\x69\x36\xe0\x04\xc2\x26\x2c\x45\x8b\x94\x93\x42\xfe\xaa\x16\xde\xf6\x5e\x37\x79\x83\xed\xb9\xb4\xc2\x1d\xa6\x73\xf2\xf2\x63\x1e\xb8\xc1\x9a\xdd\x5f\xbb\xc0\x0c\x2c\x42\xb4\x69\x03\x07\xac\x41\xac\x56\x9b\xe4\x9b\xc4\xf9\xeb\x74\x52\xe7\x88\xf6\x0b\xf5\xd5\xe1\x34\x8f\xc6\xec\x63\xca\xcd\xdd\x29\x0c\xe8\x7a\x82\xa3\xfb\x43\xc2\x62\x84\x33\x39\xd7\x78\x49\xe3\x3b\x5e\x99\x9d\x55\x7a\x01\xb0\x80\xdd\xe2\x98\x8a\x08\x73\x23\xf4\xa7\xf8\x21\xb5\x54\x8c\x99\x37\x08\xc0\xba\x21\x75\x04\xd2\xdb\xeb\x14\x08\x02\xa9\x7a\x75\x6b\x51\x95\xc4\x5d\x4a\xe1\x6e\x3e\x33\x7e\x22\xe8\x18\xde\x47\x62\x46\x84\x18\x1f\x68\xaa\x0b\x2b\x74\x6a\xfd\x51\xd6\xbe\x11\x7e\x39\x4c\xf7\x4b\x7d\xc6\xac\x47\xc6\xcc\x42\xa9\x29\xdf\x5b\xd9\x19\xa0\x47\xa7\x19\x07\xb0\x68\xd5\x98\xdf\x45\x73\x9a\xe4\x3e\xea\x77\x03\x73\x1e\xf5\x90\x09\x79\x20\x89\x1a\x98\xb2\x88\x93\x05\x61\x26\x7c\xfc\x3d\xfa\x6f\x9d\xdc\x8c\x7e\x37\x66\x9f\x40\xac\x26\xc9\x6a\x80\xe8\x34\x1f\x19\xcb\xc2\x30\xf7\x95\x04\xa8\x2d\xd3\x92\x25\x20\x44\xef\xf7\x1c\x3f\x90\x31\xb3\xc3\xfc\x37\xba\x47\xbf\x45\xbf\xab\x73\xe4\x18\xa4\xf0\x53\xdb\xf9\xc0\xc5\xf6\x5d\x9e\x64\x18\x18\xf5\x11\x24\x87\x75\x03\x84\x4d\x51\x9c\xa9\xe6\x14\x5c\x07\x6f\xa6\xec\x21\x2d\x47\xaf\xfc\x93\x8b\x39\x61\xf2\x8e\xa5\x31\xb9\x23\x15\xa1\xab\x06\x41\xa1\x2e\xf5\xf3\x34\x26\x6b\x03\x4f\x4e\x41\xfe\x02\xae\x0b\x91\x4d\xdc\x76\xa8\xf7\xe6\x46\x77\xc8\x60\xd5\x04\xbb\xaa\x9e\x9b\x90\xbb\x69\xac\xec\xc2\x68\x57\x03\x90\xe8\x86\x80\xea\x78\x8d\x6e\xb7\x03\x78\x9a\xe2\x29\x2c\x7a\x88\xd5\x8f\xd5\xcc\xcd\x9d\xe3\xd5\x2b\x85\x1c\x10\x4e\x67\x54\x69\xdb\xcd\xf1\xb8\xf5\xaa\x65\x1e\x41\xf2\x9a\xac\x4c\xd2\xac\x08\xa1\x87\xcd\xd1\x57\xa2\x0c\x34\xe8\x2a\xd5\x1e\x4d\xd4\xf3\x1c\x6e\xdd\x69\x06\x1d\x7b\xb4\xa7\x54\x57\x18\x11\x61\x4b\x17\x6e\x9b\x03\x69\xf0\x8d\x1d\x90\x1a\xe8\x71\x0c\x5e\x13\x14\xcd\x31\x9b\x35\x2b\x50\x7f\xc9\x48\xb6\x23\xb4\x88\xc9\x60\x7b\xa1\x38\x34\x9e\x89\xbc\xbf\x91\x5e\x1b\x25\x8b\x0a\x2d\x95\x4c\x24\x1a\x8b\xfb\xdc\x93\xe4\x10\xa8\xda\x7e\x2c\x1a\xb2\x2d\xbc\x0e\x57\x86\xef\x76\xe0\x77\x78\x8e\x40\x75\x59\x31\xa8\x38\x78\xc0\x7f\x26\x67\xe3\x59\xcd\x7a\x27\xbc\x0a\x17\xee\xae\x4d\xfc\x0e\x26\xa4\x25\xca\x50\x68\xa4\x4a\x39\xaa\x57\xcd\x1d\xd7\xa1\x03\xa1\x33\x4b\xe8\x77\xdf\x41\xfc\x66\x6b\xbf\xa5\xe7\x8f\xcb\x41\x65\x1a\x55\xa8\x67\x43\xe2\xa7\xf5\x31\x84\x11\xb1\x10\xd7\xe8\x05\xc4\xea\xf0\xa6\x1e\x45\x1b\x44\x1f\xcb\x16\x40\x35\x6d\xf6\xeb\xb6\xa4\x34\xc6\x01\x5a\x7a\xf5\xc1\x94\x6d\x3a\xb6\x67\x06\x66\x13\xfa\xc3\x35\x76\x20\xf5\x22\x82\xe0\x1a\xcf\x04\x92\x1c\x03\x6c\x2d\x65\x62\xcc\xbe\x68\xf5\x8d\x0a\x6d\x28\x99\x3c\x49\xb0\xc3\x10\x85\x7f\x83\xf0\x34\x29\x55\x72\x8e\xb5\x72\x5f\xed\x7b\x77\x95\x0d\xdc\x49\xf0\xbd\xef\x55\x2f\x83\x17\x19\x9d\xb5\x72\x48\xbb\xd0\x3e\xd6\xb1\xd4\x81\xb6\xda\x49\x4a\x05\x60\x40\x71\x52\x6b\x2c\x4d\xd2\x34\x21\x98\xd5\xe9\x93\x95\x5f\x97\xdc\x24\xd4\x87\xef\x29\x73\x47\xa9\x24\x3c\x23\x4a\x99\xc6\x49\x52\x98\x17\x86\x02\x44\x92\x30\x6d\x55\x1b\x8b\x48\x11\x1a\xaf\x89\x04\x0c\xfc\x93\x3f\x21\x49\x27\x88\x85\x7e\xa0\x91\x8b\xe0\x27\x79\x8d\x9b\x56\x40\x65\x3f\xf2\x5f\x09\xeb\x5e\x47\x98\x0f\x06\x6f\xf4\x89\x86\x80\xea\x0e\x24\xae\x13\xe7\xc3\x42\xcc\x1c\x11\x08\xb4\x63\x40\xaa\xa9\xfd\x83\xf3\x6e\x5d\x1e\x4e\xde\x07\xbb\x04\x29\x95\xf0\x70\x9c\x12\xe1\xa9\x58\x28\x7d\x20\x86\x7f\xe9\x94\x28\x35\x6c\xcc\x94\x46\xea\xab\x83\x58\xa8\x83\xb6\xe4\xe9\xcc\xc0\xe3\x70\xc4\x53\x21\x4c\x18\x5c\x8f\x23\x8e\x1a\x6f\x92\x1b\x03\xc8\xdf\x45\x80\xe3\xf9\x10\x71\xe5\x72\x77\x79\xba\x66\x8d\xe6\x31\x21\x2e\xf9\xa0\xf6\xdc\x6f\x0b\x96\xb1\x26\x08\xe2\x04\x0b\x63\xf4\x01\xa6\xa4\x10\x4d\xef\xa0\x27\x38\x9a\x35\xb6\xec\xd0\x6e\xb6\xcf\x42\x26\x81\x48\x57\x9a\x52\x16\x3b\xe7\x04\x4a\x88\x4c\x12\x13\xcb\x08\xb8\x86\xe6\xed\x14\xf2\x15\x71\xf6\x8d\x7e\x33\xc8\x49\x41\x17\xea\xac\x40\xe6\x24\x4b\x0f\xd3\x25\xd8\x0d\xc5\x5f\x4d\x31\x4d\x94\xc0\xa2\x61\x37\x07\xa5\x5c\x1d\x42\x45\x24\xc2\x64\x95\x87\xd7\x0e\x02\x1e\x61\x12\xeb\x6d\xd4\x9c\x3b\x3e\x18\xfe\x70\x71\x75\x33\x3a\x19\x1f\xe4\x71\x3b\x8b\xf1\xb0\x62\xdd\xa5\x92\xa4\x6c\xcc\x9c\xf7\xdd\x95\x3a\x84\xbd\x44\x38\x8e\xf3\xcc\x09\x8d\xfc\xba\xd3\x5e\xc4\xb6\xa7\x62\xad\x03\xbe\x3c\xcc\x47\xfa\x95\xc4\x57\x58\x6e\xe5\xb6\x6f\x0c\x8b\xb6\x72\x4f\x55\xb2\x78\xc6\x68\xc9\x45\xd2\x20\x64\xdd\x54\x6e\xd5\x73\xed\x39\x58\x9f\x04\xd8\x2b\xeb\xe7\x10\x88\x67\x4c\x59\x96\xd8\x55\xa0\x9c\x02\x0f\xb0\x68\x35\x40\x80\x83\x56\x5c\xbb\x42\xbf\x47\x0b\xca\x00\xb3\xd8\xb4\xb6\xb7\xe1\x44\xba\xa4\xe6\x9f\x9e\xdf\x86\x95\x3a\x7e\xbc\xb8\xbd\x0a\x13\x25\xff\xda\x9c\x64\x1f\x8e\xd0\x64\xce\xe7\x73\xf4\x70\x21\xa9\x5e\x0a\xb7\x34\x55\x13\x3d\x2b\x5e\xd4\x6f\x2b\xcd\x29\x71\x3a\xc3\xae\x33\x9c\x3c\x54\xc0\x5e\x24\x37\x99\x99\x6e\x97\xd7\xa4\x4d\xab\xcb\xd0\x5e\x7b\xd2\x0b\xba\x32\xf2\xb7\x79\x0c\x3b\x9f\x00\xd8\xae\xd5\xd7\x6f\x67\xe4\x77\x3e\xaa\x85\x1f\x77\xd0\xde\x50\xfe\xb4\xf5\x00\x08\xe3\xfd\x5b\xe2\x09\x4d\x20\xae\x91\x7a\x89\x38\x15\x9a\x85\x38\x1a\x33\xbf\x54\xae\xbe\x33\x15\x0f\xd8\x64\x2c\xca\x66\x28\x65\x04\xa5\x5c\xc7\xb0\x9c\x38\x1c\xf8\x28\xf0\x22\x8a\x49\xce\xd1\x2a\xcd\xb8\x7b\x63\xe9\x3d\x86\xfb\xc4\x1c\xdb\x38\xb7\xd5\x33\x4d\x14\xc6\xcf\xfe\x82\xf1\x96\x9c\xe4\xc6\x16\xbc\x98\x3c\x10\x86\x1e\x95\x61\x95\x3b\xe5\xc7\xcc\xc3\x17\x29\x95\x94\x7d\x2b\x1d\x88\x80\x26\xa6\x79\x14\x76\x11\x88\xdc\xd5\x22\x30\x35\x23\x37\x33\xf0\x0e\x80\xe2\x80\x7c\xdf\x8c\xf9\xe0\xc9\x3a\xef\x81\x0e\xd9\x00\x0f\xf8\xbe\x0c\x0d\x66\xad\x64\x59\xf2\x75\x49\xa2\x4d\xd0\xbd\x97\xb6\x18\x62\x93\x37\xc3\x0f\x21\x99\x74\x70\xb3\x75\x32\xb5\xbe\x95\x22\xb5\x6b\xe8\xec\x84\xb1\x57\x84\xfe\x6c\x92\xd2\x3a\xd2\x69\x51\xf6\x53\x9e\x2e\xda\x91\xf8\x3c\xb8\xd2\x9b\x12\x42\x33\x70\x0f\xec\x09\xa0\x74\x3d\x95\x75\x48\xd2\x75\x52\xef\x67\x7d\x2f\x3a\xd0\x38\x24\x84\x12\x34\x4d\x56\x92\xa8\xd1\xa5\x22\xd5\x80\x38\xfd\x77\xfa\x77\x96\x0b\x1f\x58\x7c\x45\xe1\x14\x04\x81\x89\x09\x41\x46\x1b\xd2\xa0\xca\x6a\x34\x28\x5c\x9f\x55\x1e\x51\x2f\xa8\x68\x72\x62\xd4\xe2\x09\x89\x17\x2e\x03\xb2\x98\xf6\x5a\x58\xae\x35\xd2\x68\x57\xe8\xbe\x27\x40\x80\x56\xd9\xba\x01\x2a\xd5\x44\xdf\x77\x93\xfa\x55\xb8\xa1\x1b\x09\x0b\x72\xbf\x7c\x82\x62\x22\x31\x4d\x84\x9f\xef\x54\xde\xca\xe0\xe6\xd3\xc5\x8c\xac\xe3\x75\x43\x2b\xd9\xeb\x20\xe9\xef\x3c\xf2\xef\x78\x70\xb2\x2c\xf0\xca\x43\x05\xa9\x53\x90\x10\x09\x97\x33\x65\xee\x5f\xa1\xa8\xb5\xcc\xec\xb3\x68\x55\x64\xfe\x08\xfd\xb0\x72\xd7\x22\x4e\x12\x9f\x12\xed\xbc\xcb\xfb\x16\xaa\xa3\x00\x97\x18\x3a\x3d\x1f\x1e\xdf\x9c\xfe\x3c\x02\xc4\xcb\x2a\xcd\xd0\x23\x15\xca\x42\x18\x33\xf0\x07\x2a\x81\x0a\xbf\x93\x29\xd2\x3f\x1c\xc0\xaf\x00\x07\x27\xb2\xc9\x82\x2a\x7b\x2a\x9f\xe4\x2d\x48\x84\x2b\x8b\x8a\xd2\xe7\x58\x3d\x00\xd7\xb6\xc5\x5b\x55\x41\x9b\xd7\x9c\x8f\x0d\xcc\xe0\x7c\x90\x6d\x21\x55\x5e\xb8\xe2\x69\x41\x55\x9e\x9a\xed\x9b\x35\x95\xc7\xab\x47\x55\x55\x1f\xca\x30\xb5\x10\xf2\x3f\xa9\x90\x85\xcb\xa4\x3e\xa1\x30\xdf\x82\x5d\x40\xaa\xac\xb6\xdd\x41\x0e\x5e\xdb\x47\xaa\xb5\x9d\x6b\x57\x95\xae\x52\x05\xbb\xac\xd5\x6f\xf6\x2d\xb1\x23\x0f\xdb\x6d\x1e\x04\xea\x62\x6e\xe5\xd0\x64\x9f\x15\x3c\x04\x42\x08\xe9\x25\x45\xd1\xcd\x52\x09\xd1\xd7\x48\x26\xab\x0a\xe8\xc3\x98\x55\xeb\x0d\xcd\x3c\xb6\x6d\x20\x75\xa7\x09\x20\x6e\x47\xae\xdc\x2c\x8c\x47\xe4\x8b\x83\x4c\x69\x63\xd4\x15\x4b\x26\x85\x73\x65\xfd\xaf\x35\x56\x00\xa8\x0b\x9b\xe4\x58\x56\x9c\xca\x96\x61\xce\xb5\xe7\xc2\x5c\x99\x4f\x63\x41\x6d\x19\x0f\x86\x1c\xc8\xdd\x67\x6e\x82\x13\x73\x00\x1e\xf2\xf4\x81\x70\x4e\x63\x65\x61\xf9\x29\xf3\xad\x56\xae\x45\x79\x9a\x1a\x19\xa6\x1b\x72\xc8\x14\xc2\x26\xce\xe6\x55\xe3\xd9\x34\xae\x82\x74\x73\xea\x4e\xc6\x62\xc2\x19\xc1\x72\xfe\x7c\xf1\xc5\xe3\x6d\x5d\x86\xcf\x16\x6b\x3c\xde\x49\x0d\x27\x9f\xdc\xb0\x9e\xd1\x5a\x3a\xb3\x42\x29\xf8\x66\x58\x6a\x5e\x3c\xa8\x64\x44\x55\xb8\xba\x3c\x7c\xaf\xb1\xb3\xc2\x42\x42\x1d\xc1\xd7\xb5\x16\x84\x73\x3f\x29\xf3\x20\x2c\x2c\x61\xfa\xa4\x34\x8b\x74\x59\x13\x79\x69\x53\x69\x51\xeb\xd8\x41\xd9\x3b\xfd\x89\xf9\xa0\xa6\x3c\x62\xe1\xb1\xe2\x6c\x7d\xc3\x80\xad\x8a\x76\x35\xe6\x71\x42\x04\xa8\x7c\x5a\xd7\x2f\x68\x75\x4d\x36\xc7\x98\xfd\x98\x3e\x92\x07\xc2\x07\x08\x4b\xb4\x48\xd5\x4d\xce\x88\xdf\x40\x00\x87\x09\x96\xda\xa5\x8d\xd1\x39\x5e\x90\x78\x04\xf7\x81\x87\xdd\x32\x96\x8f\xf1\x2a\x56\xe5\xb0\x40\x5e\x86\xde\x06\xeb\x02\x1f\x33\x1c\x49\xfa\x40\x74\x6c\x07\x00\x83\xd4\x4e\x0c\xf8\xff\x37\xce\xe7\xf9\x9b\x23\x74\xa3\x2e\x2e\x2a\x42\x7a\x3d\x2c\x6c\x1d\x6d\x63\x36\xe3\x69\xb6\x74\x9a\x69\x3a\x01\x95\x58\xfb\x3e\x2b\x7c\x9e\x40\x8c\x75\x78\x46\x38\x56\xd7\x62\x33\xe3\x04\xb6\xd3\x9e\xb9\x02\x42\x7c\x9d\xcf\x40\xea\xb6\x70\x61\x25\x03\x1d\x00\x36\xaa\x4f\x7a\xdf\x9d\xef\xb4\x54\x94\x4c\x80\x52\xe6\x4c\xd6\x00\x6c\xb1\xa1\xa8\xf0\xcc\x7c\x6b\x12\x57\xa3\x84\xf2\xd7\xea\x22\x9f\x5a\x70\x90\xea\xaa\xb9\x35\x7b\xdf\x3e\xdd\xaa\x40\xe5\x65\xc6\x97\x29\xc0\x6c\x93\x95\x85\x26\x2d\x30\x04\xcf\x97\xe9\x32\xd3\x88\x63\xea\x07\x99\x2a\x09\xa2\x42\x7e\xc6\x32\x9a\x2b\x7d\x20\x87\xd0\xee\x22\x0d\x2c\x10\xa4\x4f\x6b\x7f\x54\xcc\xe0\xd8\x7f\x7b\x8d\x6d\xdd\xda\xb4\xd4\x99\x64\x16\x3f\x00\xff\x4a\x92\xbc\x8d\x69\x45\x21\xb7\xea\xb5\x0e\x6a\xc7\xec\x3c\xd0\xba\x85\x7e\x78\xa2\x14\x68\xca\x50\xfe\x43\x64\x3c\xc8\x95\x47\x3a\xe3\x74\x23\x35\xd0\x78\x20\xc8\x03\x61\x32\x37\x28\x16\x78\x89\xa8\x92\xdb\xea\xe6\xe1\x33\x32\x40\x8f\xb6\x5f\x22\xc2\x28\xe3\xd4\x9e\x30\xb0\x02\x1a\xb6\x2f\x54\xc3\xdf\xeb\x88\x80\xc6\x44\x45\xd8\x2b\x9b\x64\xca\x9a\x47\x32\xc3\x2e\x6e\x0b\x3b\x9c\x50\x76\xaf\x5e\xa6\xd3\xb9\xad\xb7\x97\x2b\xf9\x96\x72\x0b\x2a\x0d\xf6\x74\x2d\xe7\x6d\xb1\xcb\xf5\x95\x0b\xd7\x1d\x05\xca\x66\x1e\x1c\xbe\xda\x08\x6a\x93\x96\x5d\xf9\x64\xbb\xac\xf2\xca\x47\xad\x3e\xb1\xc9\xb3\x0d\x08\xe2\x8d\x6b\x5a\x06\xb8\x09\x83\x13\x30\x1a\x89\x9f\xa8\x60\x54\x69\xc8\xaf\xa1\xba\x5c\xbf\xd1\x50\xfe\xcb\xfd\xa5\x8b\xe1\xe8\xa5\xf9\x2f\x94\xf2\x31\xd3\x9f\x0f\x5c\xde\xbc\xfa\x41\x9e\xe2\x52\x93\x14\xea\xf8\xc9\x16\xc1\xdc\x4c\xaf\xbc\x19\x5e\xff\x74\x77\x35\xba\xbe\xb8\xbd\x3a\x0e\x94\xcb\xe3\xb3\xdb\xeb\x9b\xd1\x55\xe5\x77\xa3\xff\x3b\x3a\xbe\xbd\x39\xbd\x38\xbf\xfb\xcb\xed\xe8\xb6\xe6\x2b\x3b\xc0\xd9\xf0\x87\xd1\x59\xa3\x92\x5a\x4d\x43\x5d\x59\x51\x5c\x68\xcb\x94\x67\xef\xdb\x4b\x75\xb2\x32\x5b\x44\xff\x05\xc6\xeb\xa5\x5e\xd7\xc3\x81\xfd\x4b\x17\x8a\x3c\x54\x47\xd9\xba\x2f\xf2\x53\x30\x66\xce\xbf\xe4\xe4\xb6\xc4\x33\x61\x1b\x4e\x04\xd4\x7e\x40\xc3\xa5\x69\x2a\x91\x86\x2f\x95\x58\xdc\xe7\x94\x5a\xb7\x22\xec\x2d\x94\xd1\x16\xa6\xc5\x42\x61\x99\xc3\x01\xcd\x9c\x80\x04\xe3\x5e\x89\x51\x5e\xc2\xb5\x54\xeb\xd3\x0c\x5a\xd8\x1f\xe8\x49\xa3\x17\x47\x68\xba\x20\x6b\x66\xc5\xf0\x82\x46\xfa\x83\x42\xe2\x88\x49\x29\x59\x10\x26\x8b\x23\x06\xdb\x1a\x8e\x3c\x27\xe8\xa7\x3f\xe5\x44\x81\x51\x6c\x8c\xcc\xac\x54\xfa\xc9\x76\xbb\xcd\xaa\x2a\x79\x54\xc8\xa6\xad\x52\x75\xc4\xfd\x9d\xeb\x0b\xb6\x91\xb0\xbc\xc1\xe2\xbe\xa2\xda\x6c\xa5\xfc\x31\xf3\xdf\xf2\x8d\xf5\x25\x6e\xab\xfd\x67\x76\x5d\xef\x60\x03\x37\x7b\x67\x6d\x9e\xd4\x9a\x57\xda\x19\x27\x85\x82\x2b\xad\xdf\x17\x14\x6c\x69\x2f\x95\x21\xc7\x93\x46\x90\x4f\x8b\x29\x33\x99\xfc\xc4\x95\x90\xb1\x35\x0d\x75\xa1\x7a\x93\xfd\x83\x27\xe9\x43\x90\x5e\xb6\xd0\x85\xdf\x2b\x35\x31\xcf\xde\xdb\x86\x03\xc3\xa6\x74\xad\xb5\x31\xbb\xf9\x50\xb7\xbf\x72\x0f\xda\xda\x73\xc5\xc9\xac\x83\x50\x6d\xe0\x87\xf5\x46\x77\x8e\xd8\x36\x2a\xd8\x09\xec\xe9\x04\xbc\xec\x79\x69\x41\x5d\xc1\x16\x0c\x35\xdf\xe8\x1e\xe4\x01\x67\xad\x9a\xb9\x4b\xf3\xbd\xbd\x47\xd1\x7b\xed\x09\x78\xef\xdd\x13\xab\x65\xd0\xb4\xbc\x79\xa3\xbd\xb5\xd9\xcb\x92\x3a\x95\xbd\x43\x37\x57\xdd\xda\x92\xf0\x0c\x4d\x3e\x2b\x27\xf1\xd4\xf5\x74\xf6\xad\xa1\x7d\x7b\xf1\x97\xd7\xca\x32\x74\x9b\xc2\x3a\xa0\x16\x05\xc0\x8c\x8f\x80\xa1\xf1\xc8\x1c\x7a\x35\xb6\x01\xbd\x2f\x09\xd7\xe5\x5f\x20\x1a\xef\x22\xbe\xc6\x5b\xb7\x4e\x36\xe6\x47\x66\xeb\x12\x25\x6a\xbc\x32\xb6\x77\xc7\x51\xc8\x66\x41\xb8\x06\x2d\x3c\x74\x25\xa0\xf3\xa2\x2e\xa2\x86\x79\xfb\x48\x7c\xd5\xac\x02\x6b\xca\x2e\x66\xe5\xa6\xac\x63\xbc\xd7\xc6\x6e\x2d\x62\xde\xc3\xaa\x15\x31\x98\x85\x1a\x4d\xac\xe7\xb2\xa7\xe5\xb2\x5d\xc0\x3d\x42\xe2\xba\xdf\x66\xc7\x5a\x21\xf2\x86\xb1\x29\x75\x4a\xc3\xb5\x72\x3a\xac\x7d\xd3\x9c\x0a\xde\x38\xe5\x9d\x45\x1c\x76\xa1\xfa\xd6\x41\x11\x7c\xf5\xce\x4c\xdc\xd5\x29\x97\xa9\xc1\xa0\x3e\x99\xe2\x5c\xe3\xb9\x2c\x95\x1b\x68\x4b\xd2\x8e\x74\xee\x35\xe0\x07\x03\x7e\x32\x21\x0b\xd3\x30\x96\x91\x47\x7d\xda\xf6\x23\xf8\x51\xc1\x87\x2f\x1c\xfd\x08\x0a\xd5\xec\xac\x9e\xfc\xdd\x7a\xf7\x78\xb5\xe5\xbd\xbb\x1a\xef\x85\x8e\xb4\xbe\x09\x66\x75\xe5\xf3\xfa\xba\x5d\xdd\x4a\x69\x07\x8b\xb8\xbe\x8c\x36\x34\xdb\xc0\xa2\xa6\x86\x36\xe4\xf4\xc7\xfb\x52\x49\xbb\x8c\x8a\x0f\x89\x7b\xe1\x32\xda\x05\x62\xf6\xa7\x96\xf6\xda\x75\xdb\xdf\xb4\x87\x0a\x42\x5b\xd4\xd0\x76\xa8\x3c\x28\x99\xd5\x4d\xe4\x43\x26\x04\x8d\x13\x90\x48\xd6\x71\xad\x0e\x55\x1b\x7f\x4b\x11\x0e\x14\xb8\xcc\x0a\x73\x31\x50\x79\x70\x13\x87\xad\x48\xea\x85\xe2\xe8\x81\x30\xb9\x13\x7d\x01\x86\xa8\x40\x2d\xb6\x33\xfa\x75\x2d\x9c\xd3\x93\x5c\x4c\xb8\xb2\x89\x5e\xb4\x40\x72\xac\x6e\x29\xdb\x08\xc9\xb4\x3f\xaa\x73\x74\xaa\xa9\xb5\xdb\x22\xf8\x69\x79\x5d\xd6\x40\x13\xcc\x6a\x43\x51\xad\x42\xd8\x33\x8d\xa0\xbf\x66\xa7\x44\x9a\xe0\x66\x66\x31\x24\xbc\x7b\xb5\xcb\x75\xfb\xeb\xe2\x9e\xeb\x77\xce\xb1\x28\xbe\x72\xed\x96\x6f\x80\xbf\x0f\x86\xf9\x44\xe4\x09\x96\x78\x27\x05\x65\x3b\xc0\x21\x81\x90\x5b\x9e\xac\x6d\xcf\x72\xad\x0b\x8f\x65\x3c\xc9\x0d\x1b\x8c\xd4\x85\x76\xe4\x45\xc1\x01\xa5\x1c\xac\xa8\x26\xa6\x46\x0e\x74\x6f\x28\xf3\x94\xa4\x1a\x6a\x36\x42\xd3\x0b\xc9\xb3\x08\x52\x93\xd5\x89\xab\xde\x59\x53\x93\x01\x64\xa7\x71\xd6\x8b\x20\xd3\xc6\xa6\xe4\x41\x70\xbd\xf2\x5e\xaf\xe7\x9f\x6d\x7d\x00\x61\xf1\xc2\x27\x73\x05\x04\xd2\x3b\x98\x40\x9f\xd0\xb1\xa9\x81\x6f\xca\x74\x38\x0e\x84\x7c\x2b\xc9\x29\x81\x44\xe0\xc4\x65\x0f\x84\x92\xce\xf8\x7c\xd6\x32\x96\xba\x56\x4f\x5a\x9a\xfd\x9e\x55\x9a\x7b\x1d\xf2\xbc\x02\x2f\xdc\xe4\xd5\x78\xc4\x70\x5c\x1a\x7b\x1a\xec\xaa\x85\x1e\xa8\xce\x4f\xc6\xdb\x0d\x8d\x72\x7c\xde\x6e\xe7\x55\xd5\xa4\x6a\x74\x8d\x12\x18\x99\x20\x5c\x67\x95\x3b\x24\x70\x45\x69\xad\xda\x20\x48\x65\xc7\xc0\xa6\xa0\x64\xa9\x73\x61\xb5\xa6\xa1\x3d\x2b\xe8\x3b\x68\xdc\x8f\x25\x39\xb2\x89\x1f\xef\xd0\x7f\x43\xa9\xac\xff\xaa\x2b\x99\x3a\x23\xfc\x2e\xce\x82\x88\xe2\x3a\xa2\x2e\xd5\x43\x27\x99\x5c\x55\x27\xd0\x04\x06\x4f\x82\xa3\xfb\x2e\x49\x45\xea\xf7\x35\xc3\xae\x3f\x81\x9e\x8b\x2d\xbc\x08\x6a\x52\x76\x48\x21\x65\xc7\x04\x60\xfc\xf7\xeb\x60\x09\x83\x4a\x6a\x9e\xb7\xc0\xc4\x8d\x86\x8a\xe6\x23\xf4\x51\x57\xc3\x80\x4b\x4d\xbf\x22\x4a\xb3\x24\x1e\x33\xf2\x55\x99\xfb\x01\x74\xa2\xa2\x82\x81\x81\xf0\x98\x37\x55\x4b\x82\x42\xb1\xba\xad\x6e\x98\x17\xcf\xaf\x2a\xef\x69\x79\xca\xd5\x4c\xb6\x95\x2e\xbf\x27\x7d\x3b\x8f\x6d\x8f\xfa\x01\x72\x93\x2c\xb0\x45\x42\x1e\x08\xc7\x33\x62\xfa\x7a\x7a\xd5\x2a\xf0\x06\x6d\x3c\x2f\x4b\xd1\xdf\xd7\xdd\x8b\xb6\x14\x54\x7e\x5a\x36\x36\x9d\x7c\xd7\xea\x45\xed\x9d\xea\xed\x65\xda\x4d\xba\x3c\xd4\xa5\xc1\x99\x6b\xb0\x6b\x95\x9e\x28\xc1\x42\xd0\xe9\xca\xeb\x9c\x6b\xb5\x09\x1d\xd7\x75\x45\x51\xc2\xe2\x39\x95\xba\x46\x00\x46\xdb\x0d\xd2\x69\x7b\xd0\x81\xb1\x9f\x6d\x04\x9c\xc6\x3e\x8a\x1f\xaa\x42\x96\x50\x8f\x2d\x0b\x57\x6e\x8b\x45\x30\x94\x99\x88\xfc\xee\x08\xb3\x20\xbf\xcd\x20\x53\x8d\x28\xda\xb5\xf2\xa1\xb8\xf7\x27\x24\x21\x7b\xd2\xd0\xa9\xcc\x08\x8d\x6b\x9d\xe7\x77\x3e\xdb\xfe\x6f\x47\xcf\x06\x71\xa9\x1a\xdc\xed\x0e\xf6\xfb\x85\xa3\x1b\x35\xd4\x7d\x22\x6d\xbc\x3b\x6b\x79\x71\xa3\x73\x55\x27\x1c\xb7\x58\xec\x9d\x85\x34\x9f\x78\x42\x75\x7b\x7d\x4d\xa4\xb0\x8a\xab\xc7\xe9\xda\x67\x62\xce\xe9\xa1\x85\x60\xe5\x80\xa6\x0e\x1b\xbe\x27\xc1\x36\x43\xdd\x95\xa9\x49\xf2\x74\xe2\x70\xfd\x76\x75\xe1\xb7\x9c\xde\x0d\x3c\xa2\x66\x8c\x5d\xdc\xfe\x4f\xab\x9a\x95\x16\xa6\xa5\x71\x71\x5d\x2e\x77\xd1\x3d\x51\x8c\xa7\xec\x8e\x7c\x55\x36\xa7\xd8\x14\x47\x71\x2b\x88\x40\xc3\x2f\xd7\x48\xac\x98\xc4\x5f\x3f\xa0\xf1\xc1\x67\x5d\xd3\x13\xfd\x98\x66\x5c\xa0\x13\xbc\x3a\x4c\xa7\x87\x8b\x94\xc9\x39\xfa\x0c\xff\x6b\x3e\x7a\x24\xe4\x1e\xfd\x95\x60\x3e\x3e\x18\x33\x48\x56\x35\x8d\xc3\x5c\xdd\x8d\x39\x86\xb0\x9a\x30\xe5\x42\x7f\xf7\x47\x5b\x2f\x54\xbd\xe6\xfb\xf7\xbf\xfb\x23\xfa\x0d\xfc\xbf\xff\x1f\xfd\x66\x7c\x50\x73\x2f\x75\xcb\x81\xcc\x0b\xba\x56\x8e\x76\x4f\xa3\xfb\x74\x3a\xbd\x93\x74\x41\x74\xb1\x80\x3b\xcc\x6b\x5b\x0b\x75\x44\x84\x52\x53\xc3\x40\x57\x61\xcb\xd3\xb4\xcc\x4b\x75\xf8\xd1\x2a\x61\xae\x23\xb5\xce\x9a\x62\x61\xee\x3e\x15\xf0\x14\x89\x51\x3a\x9d\x76\xf1\x01\xda\xac\x90\x72\x85\xa4\x3c\x90\xed\x57\xe4\x70\x46\x9d\xef\x8a\x48\xd7\x55\x3c\x2d\xfb\x48\xde\x98\x55\x0c\x13\x7c\x52\x8b\xf8\x3a\xe5\x5b\x89\xf0\x7b\x52\xf2\x97\x75\x72\x80\xdb\xe2\x02\x7e\x61\x17\x88\x90\xa5\xdc\xc1\xaa\x75\x40\xc3\x64\xf2\x8f\xd9\xcd\xc5\xc9\xc5\x77\xf7\x58\xf2\x74\x86\xd9\xbb\x0f\x68\x18\xc7\xa6\xc9\x06\x32\x4e\x3f\xc5\x3c\x73\xc2\xc9\x11\xf2\x2b\xe6\x33\xb5\x70\x95\x1e\x6d\x5f\x1f\xa6\x9c\x44\x55\x86\x6b\xf5\x61\x57\xcb\x77\xe2\x1e\xa9\x81\x1e\x05\x15\x14\xdc\x0b\xf2\x6c\x67\x98\xeb\x3d\x59\x99\x6e\x72\xc5\xf9\x6e\xd2\x37\xe4\x7a\x49\x22\x65\xfd\xc2\xd0\x29\x8f\x09\x2c\x8f\xee\x51\x4c\x85\xb4\xc1\xd7\xaa\x43\x75\x83\xc5\xfd\x6e\x1d\x24\x5b\xe7\xb2\xd3\x38\xcf\xfd\xd4\xab\x58\x6e\x16\x69\x84\x9f\xc4\xe2\xbe\x0e\x3a\xd1\xb9\x58\xac\x5a\x0a\x8b\x2a\x6a\xa2\xcf\x8c\xec\xa5\xb8\x98\x72\xfe\xa0\x50\x79\xe8\xef\x05\x5e\xea\x96\x02\x20\x18\x69\x42\x62\xbf\xf0\x42\x15\xfd\xeb\x36\x5a\x43\xc8\x3d\xff\x06\x07\xd8\xbc\x52\xf7\x62\x88\x29\x61\xb6\xd2\x0c\xa0\x04\x2d\x16\xf7\xc2\x15\x54\x40\x62\x81\x93\x64\x80\x38\xc9\xa0\x27\xc4\x00\x09\x92\x4c\x0f\x6d\xd6\x4e\x8c\x92\x74\x46\x23\x9c\xa0\x49\x92\x46\xf7\x62\xcc\x94\xe4\x63\x33\x2d\xb0\x97\x3c\x8d\x88\x10\xde\x55\x91\x87\x0d\x97\x3c\x8d\xb3\x48\xd7\x7c\xd5\x35\xd7\xa9\x90\x34\x2a\x14\xfa\x54\x27\x19\x5a\x20\x45\x18\x14\x63\x28\xe5\xb0\xd0\xcd\xfc\x38\x25\xe0\xbc\x91\x99\x6d\xcb\x01\x59\x09\x38\xa1\xff\x02\x78\xc0\x1c\x3f\xd0\x94\xd7\x71\xef\x0e\x80\x60\x76\x7b\xee\x64\x78\x1a\xd6\xf0\xf3\xb1\x79\x0c\xce\x50\x13\xc7\x5c\x85\xec\xec\xb8\xc1\xb1\xb9\x4b\x1e\xb0\x4c\x91\xd7\x45\xb5\x09\x1a\xfa\x27\x36\x1c\xb8\x67\x78\x21\x20\xb9\x06\x25\xb4\x8e\xa7\x8f\x75\xa9\x51\x93\x13\xe9\x39\x8e\x60\x74\x5b\x8c\xd1\x64\x77\x2b\xd1\xf6\xa0\x98\xc4\x2e\x8f\x5a\x7b\x25\xfe\x06\xae\xfe\x27\x16\x68\x99\x64\x33\xca\x0e\x5d\x6e\x4b\x8c\x25\x1e\x33\x28\x04\xa2\x5e\x52\x28\x26\x59\xe6\xa8\x3d\xae\xf9\xb9\x1b\xe1\xd8\xb1\xf4\xa7\x5d\xe4\x2e\x4c\x1e\xf2\xad\x6d\x81\xb6\x31\x74\x9c\x57\x85\x99\x4d\x93\x5f\xf5\xed\x03\xcd\x0b\xda\x78\x2f\xaa\xdd\xdb\x8d\xad\xeb\x02\x55\x25\xfc\x05\x9d\x6a\x26\x03\xda\x20\xc4\x66\xfa\x57\xd4\x51\xf4\x22\x88\xd6\xa6\x8d\xbc\xc4\x52\xf7\x20\x20\x8b\x54\xea\x32\x0e\xba\xa2\x82\x29\xb4\x60\x0a\x35\x4c\x92\x74\x02\xf7\x0a\x14\x5b\x80\x79\x07\x95\xab\xcc\xbc\x49\x8c\xbe\xf3\xae\x09\x07\x33\x79\x57\x17\x29\xde\x1d\xac\xb6\x98\xa9\x55\x0b\xae\x0d\xb3\xaf\x8f\xd0\x65\xee\x26\x29\xce\x6a\x8a\x95\xe4\xae\x6b\xc4\xd9\x0d\x8a\x1b\xec\xfe\x0e\xa0\xb8\x85\x69\xd4\x14\x66\x48\x77\xd1\x32\xb1\x79\x52\x67\x69\x7b\xfb\x47\x03\xef\xb4\xfe\x11\x6c\x8e\x65\xb3\x55\xd5\x16\xed\x17\xcc\xb8\x90\xbd\xff\xb2\x30\xe3\x02\x31\xfb\x0c\x33\x2e\x90\xba\xbf\x30\xe3\x0a\x42\x5b\xc0\x8c\xb5\x9b\xf8\x4e\x31\x75\x3b\xa1\xb0\xe4\xa9\x4c\x27\xd9\xf4\x1a\x6e\x93\x36\x95\x04\xb5\x70\xb6\x7a\x8e\xc9\xee\x00\x6a\xb5\x0e\xd4\x4d\x11\xf3\xd1\xc8\x85\x29\xb7\x44\x23\x07\x22\xad\x47\x23\x3b\x34\x72\x79\x5d\xf6\x11\x8d\x5c\xd8\xf3\x76\x68\xe4\xaa\x2d\xdf\xc0\xf7\x1e\x0c\xf3\x66\xd0\xc8\x85\x15\xdd\x67\x34\x72\x81\xd4\xdd\xa1\x91\xab\x77\xb6\x1b\x1a\xb9\xf2\xfa\xaf\xe7\x9f\x6d\xb1\x62\x50\xac\xe6\x99\xd1\xc8\xc1\x04\x7a\x34\xf2\x96\xe5\xe5\x43\x16\x34\x14\x40\xb5\x54\x03\x70\x2d\xca\xba\x06\x3c\x32\xa8\xb4\x3b\xe0\xa8\xa7\x8d\x09\x82\x17\xaa\xad\xd6\x3d\x0c\xd6\x41\x98\xfa\x7d\xea\xfa\xb3\x18\x51\xaf\x05\x63\x5f\x56\x61\xdb\x84\xf7\xc2\x22\x3b\xef\x15\x6c\x5c\x1d\xcb\x55\x54\x9d\xda\x82\x01\x4d\xa9\xb7\x4d\xeb\x6d\xd5\x77\x65\xd3\x85\xd4\x76\x33\xec\x37\xfe\x7f\x6b\x17\x64\xdb\xa2\xfc\xd1\x32\xdb\x04\xd5\x39\xdb\xec\xb1\x05\x59\xa4\x7c\x5d\xd8\xac\xc6\x9c\x4d\x39\x9e\xad\x43\x92\xb6\x5d\xbd\x6d\x57\xcd\xd6\xbe\xeb\xe6\xdf\xb8\xb1\x4f\x35\x1a\x5c\xb6\x6b\x81\xef\x01\x07\x9d\xb4\x32\xc6\xe2\x72\xf9\x37\x8c\xa2\xd4\x00\xe6\xcb\x2f\x04\xf7\xaa\x20\xfc\xd0\x43\xc0\x87\x7e\xcd\x32\x05\xc1\xba\x5b\x05\x6d\x8b\x65\xcf\x78\x6d\x6c\xba\x85\x8c\x1d\xea\xaa\xa9\x4a\xfb\xf3\x13\xfd\x8b\x9c\x36\x59\x55\xe0\xa8\xda\x99\xd4\xba\x97\x6c\x17\xc7\x30\xfd\x97\xdb\xe8\x29\x4d\x08\xc2\x51\x44\x04\x34\x23\x46\x06\xbb\xa0\xab\xc3\x65\x3c\xd9\x66\x57\x29\x9b\xc1\xbc\x95\x32\xe9\x55\xaf\x77\xcc\xa3\xef\x8c\x39\x4f\xb3\xd9\xdc\x5a\x59\xb6\xc1\x59\xd5\x5e\x7e\x29\x57\x43\x7d\x65\x01\x81\x42\xcb\x93\x22\x13\x74\x8f\x98\xda\x25\x79\xe6\xa8\x69\xd5\x3c\x3a\x70\x47\x80\x79\xc9\x8f\xbf\xf5\x63\x6b\xad\x04\x32\x5c\xc6\x6c\x18\xa0\x63\x6c\x7f\xac\xc9\x2a\x8f\xb2\xeb\xab\xdd\x67\x32\xe8\xe8\x69\xac\x17\x68\xa1\xa1\xfe\x02\x35\x04\x1e\x32\xf1\x54\x1b\x33\x05\x80\x00\x89\x0f\x71\xb4\x8a\x12\x1a\x79\x2a\xe9\x8c\xe3\xe5\xbc\x89\x13\x7b\xb8\xfa\x4b\xc1\xd5\x5b\x56\x46\x6e\x22\xed\x8b\x5f\x5b\xf8\x55\xc3\xe8\xcb\xec\xd8\x23\xe8\x3b\xb0\xe4\x76\xf4\xec\x9c\x13\x5f\x13\xa0\xbf\x9e\xf3\x5e\x18\x3c\x5d\x26\xec\x25\x61\xfc\x15\xf7\xc5\x66\xab\xfb\xb2\xe0\xfd\x56\xd3\xa8\x85\xc8\xb5\xc0\xed\x07\x8d\x6c\xdc\xbd\xbf\x06\xc5\x5f\xbf\x4a\x7b\xc2\x83\xbb\xc4\x47\xd5\x49\x9b\xf5\x18\xa9\x2e\xaa\x62\x37\xb8\x94\xdb\xa8\xd7\x05\x99\x72\x64\x6f\x08\x9b\x1a\x7a\x05\xb7\xe7\x69\x02\xad\x74\x83\xd5\x72\x2f\x70\xc8\x0b\xb7\x40\x76\x33\xa0\x6f\x22\xa8\xae\x79\x91\x84\x26\x70\x94\xdb\xc4\xb7\x01\x90\x5a\x63\x0f\x75\x04\x49\xf9\x8b\xba\x1d\x50\x6a\x4b\xfb\xa6\x1b\x58\xaa\xa9\x0f\x66\x71\xbf\x37\x08\xeb\x95\x0a\x52\xf4\x41\x61\x17\x14\xae\x5e\x9b\x7d\x0c\x0c\x97\x3b\xcb\xb5\x0c\x0e\xd7\x6d\xff\x2e\x38\x69\x87\x41\xe2\x17\x0e\xbd\x36\x46\x5d\x3d\x06\x7b\xd9\x58\x76\x53\x18\x7b\x3d\x9b\x55\xc6\xe5\xea\xf7\xb4\x53\x78\x98\x35\x87\x86\xed\x5b\xb6\x8d\xe1\x39\xdc\xfd\x93\xc6\xf1\x9c\x9f\xd1\x7b\xa2\x65\x2c\x2f\x4f\x0c\xe8\xe3\x79\x4f\x1a\xcf\xab\x58\xe8\xf5\x31\xbd\x40\x41\x78\xd6\x40\x8c\x7d\xf3\x73\x04\x63\xd6\x29\x55\xd9\xe4\xee\xc9\xcf\x51\xe5\x9c\xdb\x1e\xa7\x2f\x6e\x6f\xf5\xe5\xc7\x15\xd3\x4c\x48\xac\x3b\x8f\xcb\x14\xa5\xd0\x53\x2c\x67\x01\x46\x34\xb3\xe6\xdd\xa3\x31\x34\xe4\xa0\xb1\x06\x64\x2e\x31\xd4\x28\x71\x77\xa8\x46\xe9\x8d\x19\xec\x6f\x92\x10\x6e\x75\x76\x8e\xbe\x13\x14\xba\x7a\xe7\x7a\x3c\x47\x71\x4a\x04\xfb\x56\xea\x9e\x10\x98\xad\xd0\x3d\x4b\x1f\x13\x12\xcf\x60\x87\x8a\xc4\x1c\x22\x4a\x06\x88\x4a\xf7\x18\x27\x38\x9a\x2b\x71\x39\x56\xb4\x83\x5b\x5b\x5f\xf6\xc4\x3c\xcb\x4d\xc6\xb4\x67\x32\x88\x77\x47\x08\x9d\x32\x34\xc5\xca\x28\x16\xd9\x24\x1f\x3f\x4e\xa1\xd1\xba\xba\xfd\xfd\x89\xe7\x83\x3c\x59\x20\xae\x32\xf0\x56\xa3\xbd\x2a\x06\x18\x26\x14\x6f\xe5\x18\x7f\xc0\x25\x1c\x7a\x07\x69\xf8\x39\x13\x52\xf7\x2e\x83\x0e\xb6\x86\x5e\x03\x6a\x76\xe9\xba\x50\xdd\x46\xa7\xbe\xb2\x34\xae\xed\xf2\x5c\x98\x4a\x57\x5a\xf2\x28\x86\x29\xaa\x63\x4c\x22\x18\x57\x2f\x77\x9c\x3e\x32\x21\x39\xc1\x0b\x20\x44\x98\x16\x8c\x53\x1d\xaf\xd0\xce\x06\xca\xf5\x0d\xdc\x65\x8b\xcf\x28\xbb\x57\xbb\x9b\x27\x28\xa7\x90\xfd\xa9\xde\x5c\xb1\x69\x3f\x50\x86\xf9\x56\x5d\x9e\x74\x05\xf5\x8d\x4c\xf9\xc9\xaa\x2e\x83\x5b\xe2\x75\xe9\xda\x5d\x0c\x77\x41\x17\xea\x5e\x54\xaf\x43\x20\xea\x74\x39\x34\x8c\x24\x86\xa6\xeb\x73\x92\x2c\xbd\xe2\x46\x4b\xcc\xa5\xeb\x29\x20\x56\x42\x92\x05\x74\x66\xca\x98\x6e\xcd\xae\x6d\x81\x47\x93\xe6\x67\xfc\x42\xf9\xe0\x47\x63\x76\x2a\xbf\x15\xea\x7c\xa5\x6c\x96\xac\x10\x8e\x1f\xa8\xc8\x93\xc5\xa3\x94\x89\x6c\x41\xb8\x79\x05\x15\xba\x94\xbf\x6e\x8d\x8c\xb0\xe5\x15\x45\x9b\x52\xbc\x6c\xa5\x3d\x73\x37\xcc\xd0\x84\x4c\xd5\xa5\xbb\xc4\x5c\x58\x1f\x44\x85\xff\xc0\x6c\x6e\xac\xd6\xea\xc5\xce\xe4\xcf\xfe\xb1\x43\x8b\xfc\x84\x62\xa3\xd3\xbe\x2f\x9e\x4f\xb3\xea\x0d\x67\x73\x52\x9a\x14\x6a\xbe\x98\xcc\x2a\x9c\x94\xda\x04\x14\x4d\x3d\xdb\xad\x40\x77\xdb\x57\xef\xb1\x0a\x8d\x26\xae\x93\xb7\xa8\x30\x41\x43\xb5\x76\x01\xf8\x67\xd3\x74\xcc\x14\x12\x4b\x1a\x19\xdd\x29\xaf\x07\xab\x9f\xae\xdf\xda\xb6\x85\x3a\xeb\xb6\x57\x44\x38\x29\xef\x70\xfd\x5a\x5e\xeb\xdf\x37\xcb\x3e\x73\xdc\xf4\xd8\x8d\x30\x88\x28\x4d\x92\x2e\xf9\xe0\x85\x99\x1f\xe7\x8f\x37\x53\x94\xbf\x47\x6d\x80\xdd\x0b\x38\x35\x3a\x87\x1d\x27\x46\xb3\x10\xd2\xec\x92\xff\x23\x2d\x43\x57\x88\x65\x8b\x09\xe1\x63\x96\x4e\xa1\x4c\x40\x52\x67\x36\x2e\x79\xba\xa0\x5d\x12\x93\x2e\x60\x9b\xaf\x6c\xb0\x67\x8d\x37\xcb\x86\x84\xd4\x29\x32\xec\x65\xde\xa8\xbb\xc3\x31\xad\x67\x34\x9c\xa1\x05\x5e\x6e\xb4\xe0\xa5\x0e\xc9\xa5\x95\x5e\x68\xd3\xd5\xac\x1e\x64\x43\x13\x48\xbe\x87\x45\x7e\xc4\xab\x1c\x2c\xd2\xe5\x38\x5d\x6b\x5d\x84\x88\xbc\xc3\xac\xe1\x32\xef\xc4\xb8\x60\x99\xde\x2f\xbd\x0a\x6d\x4e\xd0\x71\x15\x1b\x76\x3e\x4b\x76\xce\x4f\xa9\x64\xfb\xc7\xde\xd7\xaf\xbb\xdc\x86\xe1\x61\xf0\x46\x44\x40\x4e\xf3\x52\x7d\x0e\x38\x67\xe7\x6b\x54\x18\x07\x69\x5b\xce\xfa\xca\x2f\xab\x47\x7d\x86\x35\x33\x6c\xdd\x6a\xb1\xb6\xc4\x9f\x75\xeb\x8e\x60\xdf\x58\xd1\x0c\xc1\x3b\xef\x5d\x3a\xae\xac\xb7\x21\xa6\x4a\x77\xd1\x6a\x65\x3a\x9d\x26\x29\x56\x96\x9a\x89\x5d\x4f\x69\x42\xc4\x11\x3a\xad\xb0\x27\xfc\x86\x45\x3a\xbd\x15\x22\x21\x56\xdf\xc9\x38\x35\xa8\x0c\xc2\x89\xd3\x6a\x10\x35\xc5\x72\x73\x97\x03\x27\x8a\x66\x60\x60\xd0\xe4\xe7\xca\xc4\x9b\xeb\x01\xa8\x30\x8d\xd9\xa5\x22\x09\x6c\x3b\x2a\xb5\x2f\x22\x26\x4b\xc2\x62\xf7\x40\xaa\xdb\xff\xe1\x48\xf7\x66\xcc\xa9\xaa\xd9\xd2\x5d\x74\xc3\x6a\x1f\xa3\xb7\x6f\x2d\xf4\x40\xfd\xc6\xff\x6f\x91\xc2\x9b\x70\xf4\xce\xd4\x39\xbd\xbc\xbb\x73\xff\x23\x3c\x6a\x9d\x49\x18\x4d\x39\x01\x7f\xe3\xc2\xe1\x02\x59\x4c\xb8\x90\x69\x0a\x37\xd4\xf5\xc9\x4f\xef\x6f\x4f\x11\x91\x11\xd4\x0f\x1d\xb3\x48\x3c\x0c\x94\x42\xfb\xcf\x8c\x48\xf5\x71\x5d\xf1\x98\x05\x61\x02\x24\x01\x6d\x5b\x47\xda\x2e\x8c\xfa\xef\x49\xf8\x7c\x03\xcb\x7b\x6d\x5a\x75\xa1\x25\xe0\x5d\x5b\x18\x03\xd8\x14\xb2\xb1\x83\xfe\x74\xc1\x7e\xa4\x69\x42\x30\x1b\x55\x55\xed\xda\x20\x1a\xcc\xfe\x91\xb1\x8e\x6a\xd2\x71\xfe\x90\x47\x45\x8d\x16\xb6\x58\x62\x4e\x45\xb7\xe1\xed\x33\x95\xa3\xaf\x13\x22\x79\x5b\xf3\x89\x5e\x29\x94\x17\x38\x43\x92\x13\x02\x22\xc4\xf1\x93\xb9\xeb\xe1\x96\xf7\x56\xc3\x7b\xe8\x68\xcc\x3e\x5b\xff\x67\xfe\xa9\xc8\xbb\xb2\x2e\x26\x50\x74\x25\x03\x9b\x29\x1c\x05\x86\x8d\xa9\x70\x1f\x40\x2e\xbe\xc8\x12\xa9\x4b\xfa\x4c\x29\xc3\x89\x23\x54\x7f\x53\x25\x25\x38\x66\xd1\x1c\xfa\x46\x6d\x13\xa1\x9d\xde\x91\xa4\x8b\xee\x78\x3a\x1d\x25\x42\xf1\x77\x74\x5f\x73\x3a\x7f\x6b\x4b\x81\x75\xd8\xa0\x7c\x32\xa0\xb9\xd9\x02\x31\xda\x2a\xd1\x7e\xba\x44\x12\x9d\xcd\x0f\x4e\xb6\x22\x38\x40\x83\x29\xd5\x2e\x1a\xdd\xda\xb4\x41\x93\x3c\x4d\x90\x75\xcb\x4d\xe0\x2d\x08\xcb\x31\xe3\x19\x83\x8c\x6a\xe7\x3f\xc7\x48\x10\x4e\xb5\x23\x3b\x4a\x99\xd6\x01\x8c\xf3\x64\xa6\xc4\x84\xd2\xfc\x00\x99\x91\x32\xb0\xa8\xd2\x4c\x28\x19\x82\x17\x44\xaa\x0b\xea\x3b\xa8\x55\xa7\x23\x18\x03\xb4\xe4\x74\x21\xe9\x03\x71\x65\x10\xfc\x9d\xab\x64\xe6\x6d\xa2\x5b\x4b\xc2\xb1\x6c\x5b\x55\xa1\xea\xed\x17\x76\x84\xca\x03\x9b\x90\xa9\xbc\xab\xf4\xbb\x34\x98\x18\x6a\x44\x16\xd7\xa0\xc8\xe8\x6c\xbe\x83\x11\xdb\x9f\xfa\xdf\x1b\xbf\x98\x3a\xea\xde\x8d\xcf\xd3\x54\x6a\x7e\xcb\x65\x12\xb2\xab\x09\xea\x82\x79\xa9\xae\xc4\xa4\x36\x95\xc2\xae\xaa\x33\x7c\xcf\xd2\x47\xe6\x6c\x6b\xa5\x36\x8c\x70\x34\xf7\x05\x8b\x89\x53\xe8\x53\xbd\xf6\x3c\x07\xd5\x86\xf6\x24\x8f\xc3\x6f\x8c\x09\x95\xff\x92\x15\xca\x2b\x4a\x05\xcf\xb5\xb9\xde\xb4\xdd\x69\xcf\xae\x9e\xb0\x29\xa2\x22\xc9\xd2\xd8\xc6\xa6\x77\xa2\x03\x79\x80\x7b\x55\xbd\xea\x08\x7d\xb1\x9a\x1c\x84\x81\x5c\x64\x02\xb2\x0a\xa8\x40\x09\x5e\xd9\x0e\xc3\x55\x0b\xbb\x0b\x80\xff\xae\x63\x33\xcd\x0b\xec\x90\x9b\x15\xab\x1c\x5c\xa8\x8c\x69\x0b\xab\x65\xec\xd8\x5c\xd8\xe6\xa1\x6b\xd2\x8c\x49\xf8\x08\x55\x55\x74\xef\x6a\xf0\x56\xa5\x2c\x59\xfd\x7f\x7a\xb3\x00\xd8\xaf\x8e\x50\x66\xbc\x01\x9e\x0f\x53\x9d\x1f\xf0\xc1\xb1\x54\xaa\x4b\x71\x4a\x93\x04\x62\x2c\x47\x68\x08\x75\xc1\xa0\xe2\x93\xee\x56\xae\x83\x77\x74\xc6\xd2\x75\x21\x86\x1a\x66\x8a\x3c\x66\xba\xae\x67\x26\x01\xdc\xe4\xa2\x0a\x3b\xe2\xa8\x1d\x40\xf0\x94\x6c\xc1\xe5\x34\xb2\xf6\xc0\xbb\x0e\x97\xf1\x4b\x84\xeb\x4a\xe4\xfa\xa6\x71\x35\xe9\x9f\x32\xcc\x31\x93\x10\x84\x32\x55\x4f\xb9\x09\xf4\x2a\x0e\x44\xe4\x2b\x44\x6b\x99\x36\xec\xe0\x23\x7f\x73\xad\xd3\x7d\x46\x1f\x08\x43\x34\x1e\x20\x7a\x44\x8e\x06\xa6\x6a\xac\xc8\x26\xf9\x2f\xe7\x58\x20\x3c\x66\x25\x20\xd9\x11\x1a\x26\x22\x35\x4f\x10\x16\x25\x50\x87\xcf\x8b\x97\x39\xce\x37\x6e\xa2\xc9\x0a\xd0\xa6\xb0\x95\xf9\xf0\xa9\xf9\xc2\x7b\x70\xcc\xb0\xd0\x5e\xe9\x04\x4e\x7a\xfe\x79\x55\x7d\xc8\x20\x52\xf1\x84\x79\xc6\xa5\x6b\xe8\xc9\x36\x49\x17\x94\x6b\xda\x20\xf8\x05\x6c\x4c\x0e\xf0\x1b\x33\xc7\xce\xe8\x3b\x2c\x13\x82\x85\x44\xbf\x7b\xd7\x29\x38\x63\xe7\x97\x0b\x57\x73\x7a\x73\x18\x8a\x0d\x7d\xd7\x95\xb7\x85\x32\x44\x08\x43\x43\x5f\x07\x4c\x19\xa8\x6d\x96\x29\x7a\xa0\x22\x83\xca\x86\x1e\xac\x4a\xd7\xa6\xa3\x52\xd8\x32\x2b\xda\x4f\x59\x23\x46\x6c\x85\x53\xe3\xbf\x34\x64\x55\x30\xd6\x40\x2f\x39\xd5\xca\x2e\x20\x9b\xf3\x20\xf4\x5c\x69\xb9\x46\xb0\xda\xb8\x8d\x57\x02\x6b\x98\x24\x61\xe0\x57\x29\x38\x31\x61\x6a\xc2\x50\x97\xf1\x08\xf9\xcd\x2f\x45\x1e\x2b\x0c\x4b\x0a\xe7\xed\xbd\x51\x3a\x1d\x33\x87\x4e\xf5\xc7\xae\x54\x76\xaa\xcc\xc5\x67\xd4\x81\x2b\x5e\x7f\xa6\x0b\x64\xb6\xd0\x85\xeb\xab\x63\x37\xb8\x57\x4a\x26\x7a\x83\x6a\xbc\xeb\x17\xb4\xd7\x94\xab\xcd\x5d\xb8\x65\x1f\xd3\x0a\xeb\xb9\x66\x73\x3d\xd5\x62\x8b\x4d\xcd\x83\xd6\xcf\xe5\xc0\x0d\x48\x3f\x8d\x01\x51\xb6\x5e\x08\xe6\x08\x2d\x2b\x3a\xc0\x6e\xa5\xb1\x87\x31\xf1\x02\xf0\x00\x25\xb2\x72\xcf\xfc\xb2\xae\x1e\xd6\xeb\x9e\xfe\x20\x9f\xbf\x9d\x8a\x8b\x42\x97\x27\x5e\xaf\xeb\x0d\xe3\x7f\xe0\x88\xb0\x68\xa5\xdf\x64\xeb\xfa\xe5\x7a\x1c\x28\x7b\x5e\x06\x27\x06\xdb\xbc\x52\x3b\x34\xb5\x6e\x8f\xd0\x08\xee\x19\x5b\xfa\x16\x4f\xad\x7f\xc1\xfb\xf1\x98\x29\xc3\x44\x5d\xf1\x42\x13\x6d\xc7\x0f\x59\xbc\xea\x04\x68\xe8\xfe\x56\xae\x99\xc5\xfa\xe2\x00\x75\xc6\x84\xcd\x1c\x80\x31\x20\xd3\x1a\x8d\x66\x1f\x50\x9c\x46\xf7\x84\xbf\xe7\x24\xa6\xe2\x03\xb8\xca\x65\xad\x8f\x6e\xa1\x8c\xed\xad\x15\x8d\x4d\xab\xa6\xeb\xf7\x1b\xf4\x91\xbe\xb7\x88\xd2\x10\xa6\x60\x4d\x58\x54\xa1\x86\x1a\x9a\xd2\x17\x88\x30\xc9\x57\xcb\x94\x32\x69\x51\x12\x51\x61\x21\xac\xa1\xa1\x74\xb6\x3a\x2c\x0e\xdf\x45\x48\x6d\xc3\x69\xdf\xcc\x89\x20\x36\x7e\xa0\x27\x25\x53\xa4\xab\x42\x6b\x71\xb1\xc4\x72\x2e\x00\x17\x19\xae\x81\xb1\xb9\xe0\x51\xb5\x42\x78\x09\xe1\x07\xed\xa4\xc8\x1f\x72\x80\x3f\x21\x69\x92\x8c\x19\x23\x24\x16\x08\xea\x14\x7d\x5b\x89\xbf\x55\x8f\x0e\x10\x8e\x63\xf4\xbf\xbf\xfb\x78\xf6\xd7\x9b\xd1\xdd\xe9\xf9\xe5\xed\xcd\xdd\xc7\xd3\xb3\xd1\xbb\x81\xfb\xf0\xe2\xf6\xc6\x7d\xaa\x1d\x2c\x0f\x84\xa3\x05\xbe\x07\x0b\x8f\x09\xad\xfe\x01\x2c\xce\xa7\xd4\xa6\x3b\xa9\x6f\x04\xb1\x50\x13\xa3\xa6\xb8\x84\x17\xb3\x87\x6b\x52\x12\x3b\xd8\xbe\x57\xee\x91\x66\x1e\xb4\xcc\xe3\x5e\x61\xd5\xc0\x05\x61\x52\xc9\x18\x83\x59\xcb\x4d\xdf\x9c\xe1\x08\x9b\x51\x56\x17\x10\x27\xec\xe1\x29\x75\xf8\x9f\xc8\xea\x67\x65\x5d\x5f\x62\xca\x5b\xf3\xde\x88\x3d\x50\x9e\x32\x98\x9a\xf3\x6a\xe5\x9d\x25\x08\x4c\xb8\x70\xa8\x84\xd6\x85\x21\xe4\xb2\xac\x05\x5d\xb0\x29\xad\x85\x57\xbd\xd8\x74\x87\xda\x4d\x4c\xbe\x4a\x8e\x4d\x23\x4b\x61\xc4\x0d\x7e\xc0\x34\x01\xc0\x8c\xbd\x68\x72\x1e\xd4\x0d\x0b\x3e\x20\x92\xe0\x49\xca\x01\x46\xab\x23\x7c\x76\x08\xb3\x60\x50\x02\xdd\x0d\x54\x07\xdc\x48\xf9\xd3\x35\x92\x09\xee\xa1\xcb\x94\xb7\xb9\xc9\xd5\xcf\x60\x15\xd2\xa5\x32\xc9\x0a\x42\xd4\x5c\xb3\x53\x82\x75\x25\x64\x01\x92\x46\x64\x4b\x35\x0f\x03\x06\x49\x92\xa0\xe8\x96\x3a\x03\xe2\xc8\x38\xc7\xf3\x5f\xa6\x0c\xfd\xf4\x27\x81\x26\x99\x1c\xb3\x70\x8c\x94\x41\xdf\x98\x1f\xb0\x8c\xe6\x55\x86\x5d\xfd\x55\x7b\xb9\x65\xef\x0b\x37\xcd\xbb\x65\x38\x52\x30\x1a\x65\x92\xcc\x8a\x29\x6a\x5d\xaa\xa5\x9c\x03\xa8\x07\x5a\xf0\x42\x53\x8c\x14\x99\x66\xaa\x06\xc3\xbf\x4c\xe3\x6f\x05\x3a\xbd\x54\x32\x57\xe9\xd8\x10\x8e\xa6\x42\x7b\xd2\x20\x3a\x05\x08\x3d\xfd\xb4\x46\x08\x0d\xd0\xf7\x68\x9c\x7d\xff\xfd\x1f\x22\xf4\xd5\xfe\xf1\x9f\x7f\xfc\xe3\x1f\xfe\x73\x93\x1e\x2f\x30\x6e\xbe\x46\x26\x83\xb6\x28\x84\xfd\x1d\x18\x15\x2a\x3a\x77\x8f\x04\x43\x81\xe0\x3b\x68\x11\xde\x2d\xdd\xab\xa2\x62\xae\x51\x2b\xad\x37\x82\x13\x1d\xad\x87\xb2\xd3\x75\xf0\x24\x22\x44\x47\x55\xab\xb2\xf4\xb4\x19\x07\x8a\xce\x3c\x76\x2a\xcd\xea\x03\xa5\x99\xa6\xd5\x8c\x62\x8d\x05\x0f\x5d\x15\xac\x7d\x58\x1e\x7b\x2b\xf6\x8f\x37\x53\x36\xf5\xdc\x23\x58\xf6\xbc\x01\x0c\x9a\xf1\x34\x5b\x3a\x08\xa2\x05\x63\xe8\x6d\x18\xb3\xcf\xea\x9e\x3f\x65\xd3\xf4\x83\x61\xd8\x33\xca\xee\xe1\xaf\x1a\x1f\xf7\xf6\x7b\xe4\x0a\x51\x7b\x9f\x5b\xfb\x40\xaf\xf8\xa1\xe9\x46\xa0\xa8\x16\x12\x47\xf7\x3a\x3d\xb0\xa9\x90\x79\xd7\x52\xec\x39\x84\x21\x53\x92\xd2\x2c\x1d\xf4\x47\x16\x7e\xa1\xa4\x07\x8a\x11\x46\xb7\x57\xa7\xd5\xef\xbe\xa7\x65\xdd\xbc\xfa\x16\x08\x19\x04\xfe\xe7\x27\xda\x29\x8a\x56\x48\x67\x25\x01\xab\xbb\xac\x98\xba\x04\xad\x42\x66\xef\x56\x09\xa1\x9d\x4b\x4f\xf8\xba\x1e\xc0\x55\x9a\xf8\xc3\x51\x19\xa6\x23\x38\xd6\xb5\xef\xb7\x92\x45\x19\x9c\xfa\x11\xc8\xf0\xe0\xba\x57\x40\xdc\xd0\x24\x7d\xfb\x6a\x27\x7e\x63\x30\x5b\xf2\xc4\xb4\x55\xd2\xb4\x4d\x08\xa4\xa6\xd4\xd3\xb0\x75\x7d\x13\x9f\x04\x53\x4e\xa1\x8e\x82\x31\x1b\xda\x9f\x38\x5c\x04\x13\x54\x77\xaf\x01\xcf\xae\xc8\x26\x3a\xfe\x03\x5d\xc7\xbd\x4a\xd7\x66\x72\x35\x93\xd8\xb2\xff\xf2\xad\x20\xdc\x99\x4f\x06\xd1\x69\x35\x3d\x3b\x8f\x9a\x37\x9b\x4a\x55\x5b\xbc\xfc\xda\x4e\xb1\x50\xf4\xaa\xea\xc5\xeb\x8e\xe6\xc8\x61\xde\xcc\x40\x7e\x9d\x2d\xed\x35\x4f\x56\xb9\x8f\x56\xad\xb8\xb6\x25\x0b\x2f\x0b\x0e\xeb\x54\x63\x3b\xb6\xd3\xa4\xb4\x0b\x6a\xe7\xde\x51\x39\x27\x0c\xf4\x84\xf6\x23\x03\x40\xa6\xbb\x1a\x84\x73\x10\x88\x35\x5d\x3d\xc5\x36\x63\xd4\xe4\x64\x1b\x5f\xbd\xe7\xa4\xb0\x3d\x25\xf2\xe7\x95\x99\x84\x25\x15\x53\x5a\x4a\xa2\x2e\x22\x6a\xb6\x59\xf5\x4e\xbd\x29\xec\x36\x37\xb1\xaa\x0b\xb6\x1c\xa1\x8f\x94\x0b\xe9\x4d\x49\xa9\xad\x06\x10\x53\x57\xed\x5a\xce\x49\x6d\x2e\xc7\x2e\x6c\x1b\x3b\x83\xb6\x06\x9f\x0b\xac\x1d\xa1\x61\x5e\x0e\x43\x43\x82\x88\x68\x31\x23\x92\x08\xb2\x09\xf3\xb5\xd2\x58\xc1\x0e\x00\x06\x42\x20\x2e\x85\xfa\x3c\xcf\x2b\x73\x64\x3e\x02\x76\x05\xdf\x93\xba\x1e\x19\x5d\xfb\xab\xac\x6d\xab\x32\x74\x0a\x69\xaa\x75\xd2\x4d\x08\x6c\x7f\xec\x72\x14\x16\x9d\xbe\x57\x4b\x6e\x1a\x96\xe9\x90\xd9\x14\xf8\xd0\xe0\xb8\x1e\xe7\xca\x6e\xca\x99\xd2\xee\x9f\xd0\x6d\x14\x33\x62\x43\x63\x10\x71\x74\x0b\x7c\x34\x66\xa7\x53\xc4\x52\x1f\xe6\x05\x54\xbb\x43\xaa\x5d\x6a\x6e\xbf\x91\xb9\x1b\xf4\x32\x80\x81\x6f\x87\x2a\x9f\xe6\xc0\x19\xb1\xc5\x71\xde\xae\x15\xa3\x3b\xb9\x35\xd7\x58\xd7\x24\xba\xda\xb3\xd4\x29\xf6\x3a\x23\x8c\x70\x1a\x41\x82\x86\xbe\x76\x97\x98\x56\x99\x94\xa6\x30\xc1\xbe\xa6\x1a\xed\x3a\xc7\xc8\x4c\x77\xc3\xfc\xa2\x44\x3f\xad\x31\xf2\x09\x14\x7a\xd3\x79\x45\xbb\xc8\xc6\xc9\x4b\x44\xb4\xcb\xc4\xd1\xcc\x23\x74\x25\x76\x4d\x57\x37\x1e\x09\x96\xd8\x74\xfc\xd4\xde\x21\x01\x49\x51\x1a\xc8\x97\x4e\x5d\xf2\x94\xf6\x2d\xe9\x3c\x4b\x65\x6b\x96\xfe\xf8\x21\x49\x27\xe2\x9d\xdf\x3f\xce\xbc\x23\xc7\xf3\xd5\xb3\xe0\x6e\x72\x75\xec\x52\x3c\xe5\x7d\x68\xcf\x8c\x7f\x1f\x76\x59\xf8\x6a\xa6\xca\x43\x6b\x1a\xce\x80\x79\x9a\x31\x9b\xeb\x90\x32\x92\x4e\x01\xdf\x08\x9d\x6d\xac\x55\x08\x30\x68\x96\x4a\x0f\xba\xc0\xc9\x52\x07\xce\x40\x43\xad\x5f\xee\x2d\xf3\x7d\xd6\xad\xf3\x53\xe4\xfb\x6c\xbb\xee\xe6\xe0\xbc\xd0\x82\x6f\x9b\xc5\xa1\x8f\x52\x07\x31\x0b\xbf\x5f\x6b\x8c\x3b\x39\x00\xd6\xb7\x5f\xb1\x49\x23\x75\xc1\x53\x4c\x0e\x65\x7a\x08\x90\x2f\x00\x12\xe9\x0c\xbc\xba\xba\x14\xd1\x9c\x2c\x3a\x24\x39\x5d\xc3\xef\x5b\xd0\xa9\x7b\x62\x7f\xf5\x08\x35\x77\xaf\x40\xb6\x5a\xab\x6e\x95\x0d\x8d\x97\xc0\x3e\x5b\x7b\x73\x74\x74\x71\xf8\x5b\xd9\xec\x01\x33\xd9\x25\x85\xec\x28\x93\xd3\x38\x05\xa3\xc7\xd2\x70\x84\x2e\x58\xb2\x42\xf3\x74\x91\xaa\x6b\x3b\xcd\x84\xf7\xa5\x86\x0b\xc1\x65\xd3\x50\xab\x76\xa9\x21\xde\x2f\x37\x1b\x75\xb4\xd4\x57\x5a\x77\xf4\x7f\xb4\x3e\x45\xd4\x9b\xc9\x24\x4c\xb1\x5b\x43\xbf\xcb\x8d\x6a\xe6\x1b\x48\xe8\x59\xd0\xd9\xdc\x54\xfe\xf0\x5b\xe2\x02\xeb\x2f\x5c\x21\x44\xdb\x9b\x4b\xa7\x94\x01\x43\xb1\xaa\x92\xe7\xb5\xee\xed\x2e\x19\x7e\x1d\x7a\x94\x79\x08\x60\x87\x9d\x83\x45\x76\x38\x5a\x8b\x4f\x73\x0f\x3e\xe4\x65\x67\x56\x4b\x32\x40\x93\x0c\xbe\x3f\xbf\xb8\xf1\x7d\x43\x94\xc1\xd7\x87\xd1\x9c\x44\xf7\x6a\x5f\x90\x16\x8a\x7a\xb9\x6c\xfd\xa0\xc9\x6a\xcc\xf2\xe2\x06\x32\xb5\x8e\x8e\x95\xcb\x1e\x71\x19\x54\x29\x47\x31\x15\xcb\x04\xaf\x10\xf9\x2a\x09\xd3\xb5\x5e\x2a\x1a\x45\x2a\x66\xd9\xcc\x6c\x81\xea\x0b\x46\x0a\x58\x3d\x0c\xfe\x65\x27\xe1\x8a\xcc\x01\x96\x7a\x8a\xa3\x4a\xb5\x63\xeb\x7c\x9e\x6d\xe2\x27\x75\x75\x44\xbc\xd2\x8a\x7a\x47\x7d\x57\xa9\x83\xf2\xb0\x02\x26\x67\x6c\xea\x99\x8d\x0f\xc0\x83\x32\xb6\x55\xd8\xd4\xbf\x75\x15\x27\xc2\x1f\x48\x3c\x66\x21\x58\xca\x5c\x65\xf9\x2e\xa3\x3c\xbf\xbc\x4e\x74\x76\x4f\x62\x55\xeb\xec\x72\x2c\x1b\x43\x3b\x10\x20\xce\x91\xe1\xae\x30\x5f\x43\xbe\x7b\x75\x1d\xb7\x27\x48\xcc\x6e\xed\xfc\xc8\x13\xda\x4d\x36\xaa\x29\x37\x41\x74\xaa\x64\xb2\xd2\x0d\xe5\x0d\x63\x3a\x28\x88\xc6\x89\x3a\xec\xab\xc1\x87\xe4\xa8\x07\xb3\xe7\x55\x63\x8c\x99\x8d\x58\x4e\xb3\x24\xd1\xd8\xff\xda\xae\x8f\x1a\x1a\x66\x23\x80\x2f\x87\xbf\x71\x76\x2d\xf2\x2a\x00\x78\x3d\x12\x97\xb1\x92\x1d\x2c\x5a\xe5\x55\x25\x81\x79\x09\x13\x99\xee\xc9\x2f\x3d\xec\xf3\x8c\x48\xa4\xf4\x8e\x38\x4b\x34\x70\x98\x67\xcc\xe0\xcc\x70\x92\x20\x2a\xc5\x98\x39\x58\x9c\xae\xca\x03\x57\x41\x64\x72\x41\x62\xa3\x0b\xc2\x2b\x60\x58\x53\x23\x0a\x2e\x08\x1a\x51\x19\x90\x04\x9e\xca\x95\x9f\x32\xb7\x5c\x12\xcc\x41\x5d\xb4\x4d\x0a\x7c\x6d\xb0\xb8\x0d\xa6\xb9\x30\x94\xee\xa9\xef\x16\xb2\x0b\xee\xd5\xa5\x9b\x3a\x6f\xca\x11\x1a\xea\xd9\x29\x55\xd0\xd6\xaf\xd1\xd4\x9a\x30\xb5\x89\x27\x28\x7d\x4b\x0a\x57\x6c\xd1\x69\xd4\x4b\xcc\x25\x8d\xb2\x04\xf3\x64\xa5\xa4\xcb\x34\x4b\x10\x9d\x7a\xa5\x78\x60\x13\x34\x2a\x0a\x4a\xaa\xa6\x70\x47\x58\xd4\xb3\xc0\xd0\xd6\xde\x30\xb8\x35\x3c\x13\xcf\x89\xa8\x33\xbd\xb4\x77\x4a\x8d\xf5\xee\x08\x9d\x14\x0b\x2f\xc1\xb1\xf0\xd0\xd4\x54\x68\x09\xe8\xe8\x35\x49\xa3\x50\x6b\x0e\x0a\x38\xd1\xa9\x52\x76\xbf\xf5\x0e\x5e\x5d\x85\x3f\x2c\xee\x3b\x7a\x28\x6f\xb0\xb8\x5f\xeb\xa5\x3c\xf5\xae\xca\x5c\x00\xde\x40\xe1\xb8\xc0\x6f\xe9\x4e\xc4\x9a\x6a\xf6\x1d\x89\xf4\x91\xe8\x1b\x10\xfa\xc5\xab\xcc\x56\x24\x76\xd1\x50\xf9\x07\xf6\xb1\x23\xa9\x5e\x56\x6e\x77\x42\x3d\xce\xf1\xfd\xd1\xb5\x2b\xbb\xde\xb8\xfc\x12\xe4\xc7\x22\x45\x97\x52\xec\x89\x8e\x60\x14\x8a\x7e\x02\x0d\x26\x91\x16\x72\x19\xdd\x61\x9b\x10\x94\x50\x76\xaf\x4f\x05\x86\x9d\x1f\x20\x9c\x8f\x0e\x87\x4f\x53\xaf\x99\xb9\x46\xb3\x71\xd1\xe8\xdd\x84\x84\xdb\x21\x46\x2a\x37\xd7\xcd\xbb\xe2\xf9\xf5\x8c\x58\x35\x8f\xf6\xdb\xd2\x18\xb6\x73\x4a\xac\x8d\xd5\xe9\x0b\x26\x6c\x64\xb8\x5a\xb7\xbe\x97\x85\x4e\xe5\x75\x5a\xe0\x01\x61\xd9\xe2\xe0\x03\xfa\x9f\x7c\x65\x6e\xcf\x4f\x46\x1f\x4f\xcf\x47\x27\x1e\x03\x1f\xfc\xe5\x76\x74\x1b\x7e\x72\x75\x7b\x7e\x7e\x7a\xfe\xc9\xff\xe8\xfa\xf6\xf8\x78\x34\x3a\x09\x7f\xf7\x71\x78\x7a\x56\xf8\x9d\xfa\x28\xfc\xd1\xf0\x87\x8b\xab\x9b\xf0\xa3\xeb\x9f\x4e\x2f\x2f\xc3\x8f\x6e\x4e\x3f\x8f\x4e\xee\x2e\x6e\x6f\xec\x5a\xff\xcd\x5b\x61\x40\xcb\x42\x74\xd7\xd1\x5f\xb9\x44\xbb\x28\xac\xd1\x35\xfe\xec\x21\xe5\xa7\x9c\x12\x16\x27\xab\xbc\x2d\x8c\x3a\x74\x85\x20\xa5\x2f\xd2\xe9\x82\xa4\xd9\x36\x98\x01\x65\xfa\xa6\x0f\xca\xa4\x4e\x90\x19\xcd\x60\x72\x0a\x6d\xd5\xbc\xb7\x72\x22\x79\xd9\x0d\xd6\x88\xb2\x90\x7c\x75\x2d\x39\x96\x64\xb6\x6a\x89\x7f\x33\x2f\x41\x4b\xc2\x9b\x68\x81\x0b\x97\x67\x4b\x49\x27\x65\x47\x93\x5d\x07\x93\x98\x52\x5b\xf9\xcf\x7c\xdd\xdd\xb2\xd3\xf8\x50\x5a\x29\xae\xcf\xab\x05\x9d\x4d\x54\xdf\x32\x1b\x14\x3c\xd3\xed\x77\xe0\xd2\x3d\x52\xcd\x7a\xc7\xb6\xb8\x85\x32\x99\x25\x66\x35\xc0\xff\x8e\x05\xf8\xf2\x6c\x5c\x9e\x97\xc1\x34\x37\x95\xb5\x22\x72\x34\xf1\x26\x96\xb5\x49\xc8\x67\x71\xde\x33\xcc\x24\xea\x7b\xd5\x38\x2a\x36\xa1\x50\xe2\xec\xc9\x6f\x99\x46\x9e\x37\x98\x44\x50\xfd\x74\x46\xa4\xe9\x84\xa7\xaf\x65\x48\x33\xae\x0d\xd5\xed\xb8\x22\xa2\x53\x3d\xf3\x72\x6e\xae\x40\xa0\x95\x47\xdd\x15\x8d\x42\x31\x34\xaf\x50\x9c\xee\x4d\x01\x09\xb0\x30\x6c\xee\x8b\x33\x9a\x85\x96\x03\x0f\x24\x46\x87\x7e\x01\xca\xf8\x10\xd0\x65\x63\x56\x67\x61\x56\x14\x6f\xf4\x39\xe0\xd2\xd6\xe6\xd8\x66\xef\x2b\x56\xbf\xfe\x08\xda\xc5\x6e\x07\xaa\x40\xf6\xe7\x47\xa8\xde\x95\x69\xf6\x65\x82\xb5\x0b\x09\xce\x96\x2b\x3a\x52\x07\xf1\x72\x77\x61\x37\x8f\x6b\x2b\x6f\x2b\x76\x89\x29\xda\xcf\x0a\x3a\xcb\x1c\x83\xff\x4d\xd7\xda\x0c\x08\xf7\x4a\x8d\xd6\x19\x2d\x2e\x41\x7d\x3b\xd1\xde\xca\x82\x1c\x68\x44\x80\xab\x1a\xee\x67\xf5\xba\x0a\x05\xdd\x18\xdf\xed\x86\xcb\x05\xc7\x56\xee\x81\xc0\x4a\x70\xa6\x74\xfa\x65\x82\x35\x90\x68\x8e\x85\x66\x69\xeb\xa4\xc4\x13\x9a\x50\x09\xbd\xab\xb5\x79\x5f\x58\xe1\x94\xa3\x05\xe6\xf7\xca\xa2\x25\xc9\x54\x8d\x5e\x08\xee\x57\x32\xfd\x96\x81\xb4\xbc\xb0\xcd\x73\x86\xd2\xf2\x23\xdb\xd6\x37\x90\xb3\xa5\x09\xa3\xe5\xdb\xa1\x4b\x2f\xcb\xd4\x2b\xd2\xd3\x6d\x67\xcd\x88\x97\xc5\xc7\x83\xf5\xae\xb8\xa8\xbb\xfb\x6c\x4d\x4e\x41\x07\x31\x5f\xcc\x38\xa8\x3c\x59\xd3\x24\xc5\x35\x65\x76\xec\xd8\x3a\x81\xa0\x6e\xec\x38\xcd\x94\x38\xab\x1c\x5c\x53\xd5\x3c\x7a\x93\x01\x66\xcf\xed\xae\x14\x3a\x5f\x00\x62\x49\xa0\x63\xd3\x46\x0b\x9a\x37\x7c\xaa\x1e\x3c\xe3\xb8\x0a\xdd\xd1\xbe\xc0\x61\x9e\x6d\x63\x99\x07\xdd\xac\x96\xa4\xa2\xac\x5b\x80\x5d\xde\xd0\x98\xbb\xbe\x1c\x1d\x9f\x7e\x3c\x2d\x58\x52\xc3\xeb\x9f\xfc\x7f\x7f\xb9\xb8\xfa\xe9\xe3\xd9\xc5\x17\xff\xb3\xb3\xe1\xed\xf9\xf1\x8f\x77\x97\x67\xc3\xf3\x35\xf6\x56\xf9\x15\x65\x77\x47\x9e\x18\x90\xe3\xa8\xd5\xdd\x60\xa0\xbf\x60\xea\x56\x9c\xaf\xab\x8a\xe4\xbe\x4d\x5b\x09\x3d\x99\x4b\xd3\x11\x69\xff\x18\x31\xc9\x57\x5d\x92\x3e\x51\x4c\x04\xdc\x43\xc6\x7b\x19\x26\x1c\x12\x01\xbe\x60\x3b\xfa\x39\x08\x36\xeb\x5d\x37\x21\x1a\xb3\x8e\xea\x62\x49\x68\x6d\x0b\x90\xea\x5e\xee\x7b\xb2\x0e\x3e\x06\x10\x56\x61\x92\x66\x2c\xb6\x95\xd5\x16\x94\xbd\x5f\xe0\xaf\xef\xec\x4c\xf3\x4e\x6b\x90\xcf\xaa\xcb\xd9\x27\x4a\xeb\x58\x21\x9e\xb1\xe6\xe5\x1a\xb3\x86\xf5\x5a\x7f\x33\xe8\x3e\x83\xf4\x5f\xa0\xe2\xe4\xfa\xa8\xf6\x18\x3f\x90\x55\xd5\xfe\x95\x12\xa9\xb4\x57\xda\xe8\xc0\x30\xc8\x92\x13\x28\x24\xea\xfc\xd1\x89\x8e\x33\xb8\x7f\x43\xbc\x33\xc8\x2f\xad\xba\x93\x42\x5b\x7c\xab\x73\x53\xe9\x05\x78\x82\x54\x38\xf3\x26\xb5\x69\xda\x27\x60\xd3\x4e\x4d\x7c\x37\x46\x8f\x73\xa2\x77\xeb\x1f\xe9\x04\x4d\x21\x1c\x6e\xca\xc7\x70\x12\x81\x7b\x43\xed\x85\x4d\x2f\x02\x58\x6d\xc9\xd1\x60\x79\x20\x21\x02\x9c\x6d\x50\x8a\x91\xfc\x33\x33\xd8\xb9\xdf\x7d\xdf\x2d\x65\x4b\xf2\x15\x12\x66\x99\xfd\x70\xbc\x41\xa3\x18\x9f\x1d\xd0\x95\x31\x5a\x55\xf2\xed\x4a\x17\x21\x7c\xde\x5a\xaf\x85\x97\x9a\x7f\xae\x45\x2c\xdc\xd8\x34\x18\xfd\xfb\x27\xcb\x8f\xf8\xb9\x90\x16\x61\x5e\x07\x81\x48\x33\xba\xf0\x50\xf7\xca\x32\x7a\xc4\x3c\xd6\x8e\x01\xf0\x11\x1d\xa1\x1f\xd3\x47\xf2\x40\xf8\x00\x45\x84\x4b\x6c\xe0\xca\xea\xac\x25\x09\x1c\x28\x33\xce\x98\x41\x6c\x5e\x63\xbf\x19\x94\xde\x91\x74\x36\x57\xca\xa3\x31\x42\x4d\xb9\x4e\x41\x24\x40\x0d\xc9\xd7\x25\x89\x34\x28\xa3\x2e\x12\x3d\x4d\xf0\x43\x19\x7f\xbd\x09\xb4\xd6\xab\x48\x6a\xdb\x25\x99\x9c\x95\x46\xa7\x94\x2d\x6c\xa9\xa5\xe6\x72\x25\xe7\x29\x1b\xa0\x59\x9a\x60\x36\x3b\x3a\x3a\x42\x44\x46\x47\xef\x3a\x31\xba\x19\xd0\x7b\x5d\x1e\x51\x4b\x52\x41\x92\x95\xb5\xf0\x72\xe4\x83\x5a\x65\x40\x5a\x08\xaa\xcd\x9b\x0a\xee\xbf\x2e\x22\x74\x9f\xd7\x4d\x56\xad\x95\x76\x86\xfa\xd4\x8c\x53\xec\x73\xb2\x6e\x24\xfd\xfb\x6a\x4d\xbb\x03\x74\x0d\x2a\x39\xd0\x38\xc9\x21\x6c\x35\x19\x54\x29\xeb\x8a\xcb\xfa\x39\xad\xab\x52\xb3\x51\xca\x41\xe5\x48\x06\x20\xbe\x11\x52\xa9\xcc\xd1\x15\x1c\xe7\x40\x7d\x5b\xa5\x37\x25\xd9\xa2\x5c\x6a\x71\x57\x5a\x54\x4e\xa4\xfe\xeb\x18\x5e\xd7\xbe\xae\x81\x2b\xc6\x93\x72\x8d\xa6\x32\xf4\x9a\x9e\xdf\x30\x26\x48\x4b\x4e\x05\x24\x5a\x6c\x02\x78\x72\xc3\xe8\xa1\xc1\x3d\xab\x6c\x18\x5d\x1e\xcd\x34\xa2\x01\x0c\x97\xeb\x27\xa3\x1f\x11\x5a\xd5\x01\x9f\x6e\xbd\x64\xc8\x41\xa2\x1b\x59\x3d\xe7\x17\xe7\x23\xdf\x94\x39\x3d\xbf\x19\x7d\x1a\x5d\x05\x31\xa8\xb3\x8b\xe1\x4d\x10\x6f\xba\xb9\x2a\x84\xa9\x7e\xb8\xb8\x38\x1b\x0d\xcf\xfd\x8f\x4e\x86\x37\xa3\x9b\xd3\xcf\xc1\xe0\x27\xb7\x57\xc3\x9b\xd3\x8b\xe0\x77\x3f\x9c\x9e\x0f\xaf\xfe\xea\x7f\x32\xba\xba\xba\xb8\x2a\xbc\xef\xf6\xb8\x39\x92\x15\x4c\xa3\x7a\x27\x72\x65\xd9\xc3\xcb\x56\x29\x85\x37\x58\xdc\xef\x38\xfa\x0a\x68\x83\x0d\x3b\xfc\xd6\x08\xa5\x98\xdc\x6d\x16\x98\xad\x0b\x2e\x57\xbe\x47\xe9\x83\xab\x3b\x2c\x25\x59\x2c\xb7\x2b\xf4\xd0\xfe\xe0\x74\x8b\xf9\x82\x49\xd3\x22\xe6\x1b\xec\xea\xfe\xc4\x7c\x2b\xc2\xb9\x26\xe6\xdb\xc4\xee\x0d\x81\x5b\x35\xcf\xb3\x74\xab\xce\x52\x5d\x7a\x52\xf8\x3c\xb9\x3e\xd4\x5b\xf9\x9c\x41\xe6\xdf\x55\x77\x39\xa8\x66\x64\x33\xcb\xcf\xfa\x51\xdd\xe4\xa0\x26\x2a\x2c\x93\x1d\xf8\x9f\xce\xd2\x59\x35\x0a\xd6\x75\x84\xa4\xc2\xcb\x83\x07\x6f\x76\x3a\x43\x82\xb2\xfb\x31\xfb\xa2\x0c\xb2\x34\xe3\xfa\x23\x99\x72\x00\x54\x4f\x93\x4c\xcc\x09\x94\x8f\x1a\xa0\x47\x02\x6d\xed\xc1\xab\x1d\xd6\xd7\x85\x22\xa1\x09\xbd\x27\xf0\x74\x42\x99\xe2\xf6\x25\xb5\x1a\x50\x71\xeb\x77\x61\x20\xc5\x54\x38\x3b\xf1\x09\x43\x0d\xb9\xa7\xeb\x71\x4e\x00\xb7\xea\x55\xe7\xb2\x85\x3d\xb5\xe4\x81\x1c\xa9\x34\xbd\xcf\x96\xa6\x2d\x1b\x16\xf7\xdf\x5a\x14\x18\x2c\xf7\x43\x4a\x63\x14\x67\xcb\xc4\xeb\x8a\xf8\x98\xf2\xda\xa8\xbd\xd6\xd4\x3b\x44\xed\x0b\xf6\x67\xd3\xc4\x2a\xcc\x00\xcf\xea\x68\x88\xdf\x3f\x31\x82\xc1\xab\xd9\x91\x09\xc2\x0f\x25\xa7\xb3\x19\xe8\x3d\xd6\xa9\xb0\xff\x10\x07\xcb\x9b\xab\xbb\xed\xed\x67\xdf\xd5\x9a\xe8\x8a\xa6\xae\xd4\x80\xe2\xa9\xe5\x32\x59\x59\xe0\xa1\x5e\x40\x7b\xec\x97\x19\xd7\x85\x88\xa6\xc8\x11\x54\x1b\x62\x5c\x72\xa2\xde\x12\xdf\xe9\x32\x28\xdb\x97\x67\x39\x9d\x2a\x4d\xc6\xf4\xf4\xcd\x0b\xc9\xe4\xc5\x36\xf4\x66\x43\x16\x84\x79\xb7\x4d\x0b\xd0\x19\xb9\x4c\x37\xf4\x7b\x64\xb6\xd5\x21\x16\xda\xb4\x87\x86\xe7\xab\xbc\x0f\x22\x34\x54\x83\x7c\x5e\xd7\x23\xcf\x64\x18\x1a\x1f\x9d\xae\xb4\xf7\xf2\x90\x14\x27\xa8\x01\x69\x19\xb6\x5c\x2a\x8a\xc8\x6d\xf3\x06\x5c\xfc\x7e\x53\x8d\xae\xd9\x26\x99\x25\xe9\x04\x27\xc9\xaa\x22\xa3\xc0\xbf\x75\xba\x39\xe0\x6c\x63\xa8\xf0\xce\xb2\xc8\x1c\x08\xf5\xa6\x0d\x99\xda\x41\xfb\x82\x9d\xa6\x5c\x6c\xbf\x60\x99\x4c\x75\xb6\x34\x78\x14\xd5\xe4\x4e\x0b\xe5\xf5\x8f\x34\xfe\xf6\x34\xae\x2c\xf4\x91\x9f\x18\xbb\xf2\x75\xd2\xb9\xc2\x07\xd0\x29\x63\x64\xc9\x89\xf5\xfe\xac\x88\x74\x4e\x9f\xc4\xe2\x83\x57\xcb\xb0\xa2\xba\xef\xf5\xb6\x7e\x2d\xeb\x4f\xd7\xfd\x8f\xbd\x9a\xad\x29\x23\x4c\xea\xca\x95\x2c\x1d\x33\x33\xb8\xcd\x3f\x73\x25\x5c\x8c\x23\x5f\x2f\xcc\xc0\xe8\xd0\x20\x15\x38\x11\x69\xf2\x60\x9a\x99\xba\x35\x91\x29\xe0\xc3\x15\x81\xc7\x4a\x9c\x2b\xe5\x45\x99\xb0\xae\xe6\xe6\x9c\x8c\x59\x21\x09\xcb\x6b\xa3\x6c\x39\xd6\x7f\x7e\x67\x89\x29\x81\xbe\xd3\xb4\xf4\xb5\x89\x29\xeb\x04\xd7\x14\x47\x5d\x00\xe2\xab\x25\x89\x4f\xdd\x73\xcd\xcc\x10\x98\xfe\xb1\x17\x1a\x09\x0e\xb9\xe6\x01\x2d\xb0\x85\xce\xee\x11\xae\x13\xaa\xdb\x24\x57\x14\xc8\x15\x1b\x57\x5b\x34\xc3\xb6\xe0\xbc\x70\xd5\xc6\x21\x5a\x1b\xb8\x6c\x0b\xcd\x81\x9c\x2e\x15\xa5\x42\xea\xf8\x10\x3c\x32\xc5\x34\xc9\x78\xad\x8a\xa0\xd9\x72\xe7\x69\x73\xc7\x30\x2c\xaa\xda\x35\xe7\x57\xf5\x8e\x91\xf3\xa9\xba\xa6\x43\x49\x36\xa3\x4c\x84\x5c\x5f\x5f\x7c\xb3\x54\x88\x78\xcd\x86\xe7\xb5\x8b\xdb\xcb\xe2\xa1\x3e\xec\x85\x16\xdf\xd5\x15\x88\x8c\xd2\xe6\xd1\x3e\x66\x37\x70\x57\xeb\xac\x30\x77\xcc\xa0\x42\x94\x2e\xf8\x01\x55\x98\xab\xe6\x1b\xc8\xf3\x90\x53\xb7\x02\x64\x54\xe5\x6f\xad\x07\x7e\x7d\xc6\xcb\xa6\xd4\x9a\xad\x47\x5c\xb7\x0d\xce\x3b\x57\x3c\x86\xc5\xb2\xbe\x15\xab\xe7\xc0\x6b\xcf\x12\x84\xea\x92\xe8\xeb\x30\x8c\x26\x45\xbe\x94\xa5\x19\x28\xa6\xfe\xa3\xdd\x61\xac\x79\xf4\xc5\x74\x12\xd4\x03\x4e\x34\xf0\xd0\xc7\x4a\x6e\x91\x25\xea\x36\xa6\xd0\xe9\xb9\x6a\x3b\xb6\xc4\x71\xe5\xd0\xdb\x67\x84\x71\xfd\x5c\x5a\xa2\xae\x28\xae\x42\xff\x7c\x99\x7a\x7d\xb6\x5a\x69\xcc\x0e\xbd\xf5\x73\x88\x3d\x0e\x96\x38\xa5\xad\x40\xda\xe5\xea\x71\xa0\xb4\xc4\x84\xa5\x92\x20\x8c\x18\x4d\xde\xb3\x2c\x49\xde\x9f\x43\x9b\x13\x21\xe8\x4c\x57\x51\x06\x8f\x49\xd0\x96\x1a\xb0\xaf\x1e\x96\xd5\x3b\x02\x70\x45\x2a\x92\x74\x93\x77\xa9\x24\xa6\xda\x82\x64\x35\x66\xea\x09\xad\x62\xb9\x1e\xa3\xb6\x57\x21\xbc\xcd\xe6\xe5\x98\x77\x29\xdb\x98\xad\xfc\xc1\x2b\x18\xac\x29\x95\x65\xab\x90\x5c\x5f\xe3\x70\x6f\x6a\x1c\xa6\xdc\x7a\x9e\x3a\x54\x3b\xac\x3f\x54\x1b\x97\x1b\x74\x8a\x98\x73\x69\xb7\xe0\xc7\x97\x74\x67\x3f\x65\x62\xd3\xd6\x59\x4c\x76\xa5\xba\x78\x45\x0b\xdc\x61\x1f\x75\x8c\xa0\xb6\x8c\x7b\xc9\xfb\x63\x76\x93\x3a\x0b\xcd\xb0\xff\x34\x53\xaa\x5d\x83\x28\xb1\xa3\x9e\xe8\x69\x6c\x85\xd9\xdb\xa5\x8b\xa5\xd1\xed\x64\x43\x2f\xd6\x5d\xeb\xb7\xf6\x0a\x88\x30\xb0\x22\x7d\x80\xa0\x1c\xbe\x0c\xad\x0c\x5d\x32\xc1\x22\x97\x4c\x63\x8a\x0c\x3b\x20\x37\xac\xa5\x5a\x70\x93\x65\x9c\x31\x00\x22\x91\xaf\x3a\x97\x3b\x59\xf9\xa3\x42\xd6\x1f\x8c\xd8\x31\x3c\x0b\x06\xac\x4b\xcc\x5c\xbb\xd1\xf5\xbb\xb9\xad\x47\x49\x03\xdf\x97\x09\x66\x77\x5a\x53\x78\x01\x9f\x92\x07\xbe\xaf\xab\x0b\xe4\x35\xc0\xdb\x0d\x9d\x4e\x5c\x5e\x05\x29\x31\x7e\x47\xac\x41\xb1\x76\xa8\xbd\xde\x5d\x6b\x70\x63\xd9\x9a\xe2\xd0\x5f\xab\xd0\x0d\xeb\xfd\x62\xb8\x60\x05\xbb\xea\xe8\x6b\x1c\x63\xa5\x96\x95\x7b\xe6\x1c\x6b\xb3\xf3\x05\x06\x2f\x6e\x7b\x77\xbf\x4c\x49\xea\x6e\xe4\x9b\x59\x43\xd6\xd3\xfa\x67\x6a\xed\x90\xb2\x9f\xe6\x4b\xd8\x59\x29\x82\x56\x85\x51\x92\xc5\x04\x89\x54\x29\x47\xd6\x4c\xaa\x4e\xae\x28\x04\xf5\x9f\xb4\x98\x44\x98\x3b\xdb\x1a\x1d\xa3\xcb\xc9\xa0\x53\x86\xac\xb9\x33\x40\xe3\x03\xcd\x59\x62\x7c\x10\xb6\xa1\xb6\xb5\x6a\xc2\xee\x02\x45\x2f\xa6\x0e\x30\x78\x37\x08\xf3\x6c\xed\xe2\xba\xd4\xb8\x04\x5e\xb2\x48\x8c\x07\x1d\xd2\x31\xc8\x89\x1e\xc0\x68\x78\x5a\x71\x5d\xd9\x0a\x32\x90\x47\xca\xb3\x48\x7a\x8d\x2e\x6d\xc1\x8d\x1f\xec\x83\x6a\x89\x96\x59\x62\x1a\x79\xdb\x02\x17\x29\x1f\x33\x3b\x5a\x5e\xf7\x6e\x98\x24\xa5\xa1\xca\xb5\x66\x3c\x5e\x85\xca\x53\x16\xd4\x0b\x60\x71\xf5\x23\x80\x3d\x95\xe4\xc0\x98\xe9\x14\x2f\x97\x5d\x78\x84\x86\x85\x06\xa0\x61\x59\x15\xbf\xaa\x4a\x92\xd8\x92\x22\xba\x50\x87\x57\x47\x42\x64\x50\xb4\x7f\x9a\x29\x71\xe4\xde\x2e\xd3\x31\x83\x0a\x3b\xba\x97\xbb\x5d\x97\x31\xfb\x9c\x0a\xdb\x94\x4c\xe4\xeb\x61\x75\x06\xb3\x6c\xdf\x3a\x6c\xb3\xf9\xe0\x44\x09\x11\xf5\x94\xb2\x13\x0b\x99\xad\x10\x04\x83\x50\xfd\x00\xad\xd2\xcc\x53\x60\x22\xcc\xc6\xec\x1f\x6a\x79\x6c\xd9\x98\xd4\xb5\xcc\x85\x43\x6c\x33\x81\xd1\x77\x7f\xd7\x83\x7e\xf7\xc7\x77\x7f\x7f\xa7\x8b\x72\x65\x22\x53\x12\x76\x10\x5e\x21\x96\x50\xb5\xa5\x94\xcd\xc6\xcc\xce\xc0\xf5\x01\xc8\x5f\xd1\x98\x60\x6e\x3c\xaf\xbb\x2e\xa7\x9c\xbb\x6f\x86\x28\xc2\x32\x9a\x1f\x62\xc3\x7b\x7e\x29\x1d\x2a\xf2\x62\xdd\x8f\x73\xc2\xa0\x57\x55\x58\xe0\x5b\xa3\xeb\x51\xac\x24\xdb\xc2\xe5\x66\x06\xfc\xa2\xbb\x96\x18\xad\xb0\x90\x94\x6a\xdf\x04\xcc\x99\xa7\x45\x7e\xc9\x25\x83\xfd\xb9\x05\x8b\xe7\x3e\x17\xe3\x67\x52\xf6\x5f\x8c\xc6\x1a\x5c\x39\x3e\xb0\xdb\x3f\x66\xcb\xc9\x51\xb2\x9a\xca\x23\x80\x7a\x1e\xa9\x65\x39\x1a\x35\x36\x37\xd1\x97\xd0\x5d\x5c\xd6\xca\xd7\x2c\x77\xad\x5e\x5f\xad\xef\xb8\xd5\x71\x6f\x6a\xaf\xb4\x68\x3b\xd1\xad\xcf\x75\xe8\x48\x26\xce\xf0\x24\x3a\x38\x30\x70\xad\xfc\x59\xd8\x8f\xd7\x9d\x4f\xa8\xdb\xa3\x2e\x3a\x2c\x69\x04\xba\x02\x66\x38\x59\x41\xca\xc6\x60\xcc\x62\xca\x49\x04\x8d\x02\xa3\x55\x94\xd0\xc8\x94\x3d\x09\x75\x21\xf2\x40\x98\x0c\x90\x65\x23\xf5\xc9\x73\xa9\x43\x75\x98\xb6\xea\xd5\xbf\xad\x51\x85\x5c\x89\xaa\xd0\xf4\x2e\xb2\x89\x49\xd4\xe6\x1d\x13\xdd\xdd\xeb\x41\x34\xc7\xd6\x69\x92\x72\x3a\xa3\x0c\xba\xe8\x7f\x07\x3e\xc4\x24\x21\xfc\x9d\xeb\xb6\x02\xab\x58\x4d\xc6\xbc\x53\x15\xfb\x8a\x9a\x27\xd5\x97\x6d\x14\x65\x9c\x93\xf8\xae\x0c\xc5\xea\x9a\x14\xd8\x0c\x54\x51\xaa\x35\x5d\x10\x21\xf1\x62\xe9\x77\x1d\x77\xe9\x2b\x66\x65\x12\xbd\x08\xc8\x12\x36\x40\x14\xd0\x56\x2e\xe6\x3b\x66\x26\xda\xab\xf7\x2d\xe5\x15\xd9\xee\xc5\x59\x82\xe0\x68\xd1\x91\xa6\x41\x1f\xe9\xda\xcf\xa6\xe8\x75\xba\x3a\xb3\x01\xf9\x34\x68\xcf\xee\xb5\x49\xa6\x70\x9e\xe1\x9c\x56\x34\x5a\x1e\xb3\x1c\xcf\x73\x9c\xa4\x59\x8c\x8c\xcf\xcd\x78\xb0\xf8\x11\xa2\xe4\x68\x80\xc4\x1f\x3e\xbc\x7f\x7f\x74\xb4\xa3\x22\xf8\x61\x17\xa5\x6a\x0e\xd7\x7d\x8e\xaa\xf0\x72\x6b\x8e\x56\x50\xf4\xea\xae\x9b\xe5\x61\xf1\xfc\xc0\x2d\xbe\x65\x1e\xa2\x41\x8a\xaf\x5c\x62\x4e\x98\xbc\x03\x84\x6e\xb7\x17\xc2\x8b\x2e\xe1\xf1\x00\x5c\xda\xca\xec\xc9\x8b\xe6\x99\xec\x3c\x2c\xee\xd1\x77\x14\xdc\xd1\xef\x8c\x31\x0e\x8d\xc2\x1b\x6a\x59\x95\x25\x70\x13\x35\xcf\x24\x8a\xeb\xd0\xd3\x6d\xc8\x0f\x9e\xdd\xfa\x02\xd9\x06\x74\xdd\xe8\x07\x3b\x71\x85\x59\x21\x10\x7d\xca\x50\x94\x2e\x26\x4a\x88\x2b\x56\x77\x8e\x09\xc0\x4e\x0f\x2d\x80\xd1\xa1\xaf\x2c\x60\x4b\x97\x36\x28\xc0\x97\x9d\x6b\xd8\x87\x57\x69\x16\x2d\xdc\x4d\x75\x8d\x93\x34\x3b\x3f\x01\x3e\xbc\xfa\xa8\x0f\x8b\x33\xc8\x4b\x05\xdf\xd3\xe8\x9e\xa8\x7b\x6e\x9a\x97\x34\xf1\xa5\x9b\xbb\xdf\x1c\xde\xcc\x74\x61\xd7\xe0\x06\x62\xe6\x7d\x47\x75\x41\x48\x62\xbb\x9f\x7a\xc0\x94\x6f\x45\xf5\xe2\x3c\x35\x98\xbd\x7a\x2d\x60\x7c\x07\x59\x35\x49\x95\x4e\xb5\xd0\xca\x18\x48\xe4\xdf\x3b\x79\x28\x48\x94\x32\x07\x73\xdd\xc9\x45\x5f\x01\x74\xaf\x26\x17\xbe\x2b\x65\x63\xae\xd3\x3a\xb6\x54\x7e\x72\xc5\xc7\x76\x93\xd6\x06\x33\x04\x01\x01\xeb\xa2\xde\x3d\x80\x16\xfd\xe6\x18\x40\x67\x39\x14\x93\x49\x36\x9b\xd5\xde\xc9\x49\xba\x8b\x5e\xc4\xcd\xab\x7a\x96\x36\x38\x08\xdc\x0c\x93\x26\xa8\xf8\x1a\x0e\x7d\x43\xca\x57\x23\xb4\x6a\x17\xea\xd3\xa9\x7d\x93\x36\x02\xa7\x34\x21\xcf\xa3\x31\xed\x48\xfd\x3b\x6d\xa3\xfe\x59\x2f\x02\x84\x43\xf5\x3c\x9c\x9d\xf7\x2b\xd2\x0b\x35\xbc\xec\x4e\x3d\xf9\xa4\x18\x33\x87\x8a\x85\xc3\xaa\xd1\x63\x4a\x36\xc5\x02\xb2\xa7\x77\x0f\x3a\x03\xd9\xbe\x0e\xca\xbe\x75\xf5\x80\xeb\x74\x41\x10\xbc\x4a\x0c\x74\x2e\x89\x89\xe7\x0e\xc0\xeb\xa8\x26\x88\x16\x59\x22\xe9\x32\x31\xc2\xdf\xb8\xd5\xa2\x39\x66\x33\xaf\x6c\x3e\xfa\x8e\x91\x47\xa4\x64\xed\xc0\x77\xc3\x78\xdb\x33\x40\x44\x46\xef\x94\x6e\x13\x44\x6d\x38\x89\x52\x1e\x43\xa6\xc1\x0c\xf3\x18\xa2\x79\x86\xe1\x13\x1c\xdd\x43\x39\x22\xb8\x8e\xf4\x1b\x6d\x00\xd1\x80\xf1\xb5\xfb\x32\x1f\x8d\xb2\x48\x37\x16\xb7\xd5\x0e\x1c\x7d\xfa\x71\x81\x70\xc4\x53\xa1\x3d\x51\xb6\x0a\x8d\xc6\x7a\x80\xfa\xf5\x40\xe3\x0c\x27\xfa\x8d\x5d\x62\x86\x97\x86\x21\x2c\x2c\xc1\x73\x82\x81\x94\x0c\xf2\xbe\x3f\xa6\xdc\x00\xeb\x61\xc5\x2f\x4d\x7a\xf9\x8f\xf4\x81\x0c\xd0\xf5\x12\xf3\xfb\x01\x3a\x59\x31\xbc\xa0\xd1\x9f\xd3\x49\x95\x3f\xa5\x14\xe7\xdf\x5a\x25\xde\x7d\x29\xd7\xea\x83\xfe\xa5\x84\x62\x40\x75\x19\xd1\xaf\xd3\x9b\x52\x03\xc1\x78\xeb\x97\xfa\x9a\x98\x5c\xef\x18\xd9\xe9\x05\x58\x69\x28\x5b\x37\x07\x8e\x17\x94\x05\xb6\xda\x5e\x39\x5b\x8b\x9b\x5a\x05\x79\x0a\x84\x71\x2b\xeb\x76\x17\x9a\xe3\x25\x56\x56\x8e\x32\x28\x17\xa9\x24\xfa\xde\x17\x32\xe5\x44\x9d\x13\x6e\xd5\x49\xe8\x39\x43\x85\xfe\xa6\xae\x1e\x63\x94\xa4\x22\xe3\x2d\xc5\x46\x79\xc3\x8e\xcd\xe3\x8d\xda\x49\xba\x58\x42\xf4\x85\x13\x91\x25\x52\x54\xd8\x6b\x25\xb7\xf5\x4e\x02\xf9\x65\x72\x3f\x13\x89\x4f\x4a\x7e\x2d\xc7\xdb\x01\x7e\x06\xb2\x8a\x46\x0d\x3c\x5d\x77\xc5\x8e\xfc\xf8\x85\x3a\xdb\xb6\xa3\x8f\xe9\x5a\x40\xd9\x2c\xa9\x2b\xf4\x3d\x66\xa6\xe9\x81\x27\xfb\x70\x9e\x1c\x63\x15\x32\x9b\x1f\xf9\x18\x14\x7c\x77\x1d\x13\x0c\x10\x06\x1b\x83\xdd\xe9\x45\x70\x97\x0f\xa0\x5a\x91\x06\x06\x31\x28\x56\x35\x66\x22\x9b\x1c\xe6\x70\x95\x94\x83\x74\x85\x6a\x03\x4b\xac\xc4\x29\x8a\xe6\x34\x89\x0f\xcb\xc8\x3e\xa3\xe5\x40\xaf\x04\x57\x99\x6b\x42\xa0\xf8\x0e\xec\xb8\xee\x4b\xa6\xa3\xa5\x6e\xee\x6e\x9c\x49\x26\x11\x71\xb5\xe7\xa9\x30\xce\xa3\x82\x26\x11\xc8\x8b\xc0\x37\xf0\xd2\x1e\xc1\xf5\xf2\xa2\x2e\xf7\xed\xed\xcb\x89\x60\xcd\xda\xc8\x89\x9b\xd0\x0b\x67\x4f\x0d\x66\x4e\x72\xd4\x2d\x95\xb8\xd3\x2e\xb4\x27\x44\x0e\x7e\x71\xf9\xdd\x36\x63\x49\x2c\xf1\x23\x33\x20\x91\x4e\xb5\x46\xdb\xc9\x87\xea\xa2\x10\x4a\x3e\x14\xbe\xf1\x25\x85\xba\x8e\x20\xc8\x4f\x5d\x26\xe1\xc0\x4b\x99\x86\x3e\x34\x79\x7a\x48\x6e\xfe\x8c\x59\x8e\x5e\xca\x1b\x67\x46\x45\xc1\x6d\x40\x41\x31\x04\x5a\xc9\xc0\x22\x1a\x06\x3a\x9d\xce\x18\x29\x87\x13\x0c\x75\x71\xa5\xe4\x74\x92\xc9\x52\x7d\x92\xe0\x34\x57\x06\x39\x76\x61\x1d\x9c\x3e\x7d\x9f\x87\xea\x6b\x23\xef\x93\x91\x43\x95\x8a\x53\xf7\xea\x35\x3d\x7f\x8d\x8b\x6e\x69\x3b\x5e\x11\xa5\xf6\x1c\x5e\x4a\x0d\x34\x05\x84\xc0\xa2\x8e\xbd\xf2\xd7\x01\x90\x02\x96\x30\x2f\x0f\xee\x40\x26\x5e\x06\x85\x12\x51\x78\x46\xd0\x82\xc4\x34\x2b\x66\x85\xad\x8f\x9e\xed\x95\xd9\xd9\x86\xb3\x94\x01\xee\x0c\xd1\x73\x30\x16\x1e\xd5\xad\xad\x21\x68\xe0\xf4\xa8\xae\xd0\xe0\xc1\x40\xb1\xfc\x56\xb8\x68\x5c\xb8\x62\xd6\xc5\x74\x46\x85\xfc\xb9\x50\xda\x77\x83\xe4\xa3\x24\x7b\x3a\xec\x9f\x25\x55\x93\xe9\x3d\xd1\x88\x71\xbb\x0a\xfa\xa2\x02\x93\x69\x77\x05\x60\x44\x6c\x5a\x96\xa2\xbb\x8b\x00\xff\xbb\x5b\xaf\xbf\x9b\xce\xad\x1c\x2f\x97\x84\x23\xd3\xbd\xb5\xd8\x8f\x55\xe7\x38\xc1\x5b\xc6\x4c\x2b\x4c\x7f\xbe\xbe\x38\xcf\x25\x77\x6e\x47\x15\x86\x86\x9f\xc1\xd2\x1d\x55\xef\xdc\x79\x96\x24\xb5\x3b\xd7\xa2\x74\xd6\xed\xd9\xd9\xdd\xcf\xc3\xb3\xdb\x51\x73\x69\xaa\xfc\x67\xb5\x6b\xe2\x28\x31\x6b\xa2\xaf\x31\x09\x57\x57\xb6\x20\xc6\x81\x05\xca\x88\x99\xb5\x06\x38\x64\x49\x12\xa6\xa9\x8c\xd9\xdf\xcd\x38\x00\x80\xcb\x98\x56\x33\xc7\x0c\x35\x2e\x5c\xf8\x7e\xf8\xd9\xdf\xd5\xe0\x7f\xd7\xcf\x1e\xa2\x7c\x12\x1f\xd0\xb9\x7b\x6b\xcd\xba\x1a\xa7\xeb\x16\xc7\x41\x67\xcb\x3c\x57\x22\xde\x66\xc7\xe3\x96\xd9\xaa\x71\x26\x7f\x6e\x27\xa7\x43\xaf\xdd\xdf\x43\x13\xc6\x25\x0b\xc7\x5a\xce\xc3\xb8\x03\x9d\x3e\xa5\x3b\x7b\xbb\x0c\xa3\x31\xd3\x78\x02\xe8\xe7\x9a\xd6\xd3\x84\x4e\x99\x46\x36\x26\x98\xcd\x32\x3c\x23\x62\x80\xec\xcb\xc7\xcc\x75\x0f\x35\xd5\x3e\x5c\x57\x0a\x0c\x35\xb8\x43\x16\xd2\xae\x4e\xf2\x15\x2f\x96\x10\x82\x61\x63\x66\xe6\xc4\x66\xf9\xf0\xda\x0b\xfa\xe7\x6b\x37\x1d\xc5\x69\x6e\x20\x93\x01\xc6\xc6\x4c\x6f\xae\x4e\xff\xb3\xba\x1d\x38\x80\xa0\x5d\x70\xc0\xba\x98\x13\x9b\x74\x0a\x32\x7d\x06\x5a\xa6\x2e\x58\x6c\x43\x8c\x4a\xd2\x7b\x15\x4b\xb4\xc3\x59\x93\xb4\x5e\x9e\xd8\xcd\xb0\x67\xc2\xd0\x56\xcd\xf5\x5b\xdf\x01\xea\xc0\x55\x17\x89\x6f\x66\xdb\x5c\x8c\xad\x91\xe6\x39\x43\xb1\xe2\x11\x46\x45\x28\x3a\x04\xaf\x77\x50\x10\xbf\x35\x49\xfa\xf7\x8d\x44\x75\xa8\xa3\xdf\xfa\xb5\x26\x77\xb9\xe9\xb5\xca\xc2\x69\x7e\xe9\x0e\x4c\xa4\x80\x28\xf3\xc0\xba\xc5\xc8\xa2\x9a\x96\x05\x5b\xc7\xc4\x8a\x4b\x64\xa5\x4f\x13\x41\x09\x15\x1b\x91\x93\xeb\x4f\xad\x29\x72\x1a\x82\xb9\xec\x3a\x49\x58\x73\xcf\x05\x02\xb6\x46\x4c\x1a\x6c\x96\x71\xcb\x10\xaa\xc5\x8b\x3a\x3c\x03\x38\x44\x8a\xff\x07\x8e\x89\x06\xf9\xce\x0d\x74\xb1\xed\x8c\x0b\x25\x2e\x8d\xbc\x33\x52\x5b\x99\x39\x63\x66\xd3\x07\xac\x38\x1e\xda\xfe\x3f\xdc\x7d\xaa\xe3\x8c\x4b\x0d\xbe\x05\x8d\x55\xe6\x8d\xa3\xb0\x1c\x33\x48\xf4\x66\x60\x42\x4e\x04\x64\x4f\x99\x74\x66\xf3\x85\x57\x1b\x0a\x33\x57\xf0\x7b\x8d\xcc\x2b\xa8\x01\xc1\x3d\xff\x8d\xfa\xff\xbf\x7c\xf3\xff\x02\x00\x00\xff\xff\xb4\x91\x0f\x4b\x3a\xe9\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: 190681, mode: os.FileMode(420), modTime: time.Unix(1562572800, 0)} + info := bindataFileInfo{name: "admin.swagger.json", size: 190778, mode: os.FileMode(420), modTime: time.Unix(1562572800, 0)} a := &asset{bytes: bytes, info: info} return a, nil } diff --git a/flyteidl/gen/pb-java/flyteidl/core/Tasks.java b/flyteidl/gen/pb-java/flyteidl/core/Tasks.java index 765fd9f522..fc03bc14fe 100644 --- a/flyteidl/gen/pb-java/flyteidl/core/Tasks.java +++ b/flyteidl/gen/pb-java/flyteidl/core/Tasks.java @@ -3413,6 +3413,13 @@ public interface TaskMetadataOrBuilder extends */ com.google.protobuf.ByteString getDeprecatedErrorMessageBytes(); + + /** + * bool interruptible = 8; + */ + boolean getInterruptible(); + + public flyteidl.core.Tasks.TaskMetadata.InterruptibleValueCase getInterruptibleValueCase(); } /** *
@@ -3515,6 +3522,11 @@ private TaskMetadata(
               deprecatedErrorMessage_ = s;
               break;
             }
+            case 64: {
+              interruptibleValueCase_ = 8;
+              interruptibleValue_ = input.readBool();
+              break;
+            }
             default: {
               if (!parseUnknownField(
                   input, unknownFields, extensionRegistry, tag)) {
@@ -3547,6 +3559,42 @@ private TaskMetadata(
               flyteidl.core.Tasks.TaskMetadata.class, flyteidl.core.Tasks.TaskMetadata.Builder.class);
     }
 
+    private int interruptibleValueCase_ = 0;
+    private java.lang.Object interruptibleValue_;
+    public enum InterruptibleValueCase
+        implements com.google.protobuf.Internal.EnumLite {
+      INTERRUPTIBLE(8),
+      INTERRUPTIBLEVALUE_NOT_SET(0);
+      private final int value;
+      private InterruptibleValueCase(int value) {
+        this.value = value;
+      }
+      /**
+       * @deprecated Use {@link #forNumber(int)} instead.
+       */
+      @java.lang.Deprecated
+      public static InterruptibleValueCase valueOf(int value) {
+        return forNumber(value);
+      }
+
+      public static InterruptibleValueCase forNumber(int value) {
+        switch (value) {
+          case 8: return INTERRUPTIBLE;
+          case 0: return INTERRUPTIBLEVALUE_NOT_SET;
+          default: return null;
+        }
+      }
+      public int getNumber() {
+        return this.value;
+      }
+    };
+
+    public InterruptibleValueCase
+    getInterruptibleValueCase() {
+      return InterruptibleValueCase.forNumber(
+          interruptibleValueCase_);
+    }
+
     public static final int DISCOVERABLE_FIELD_NUMBER = 1;
     private boolean discoverable_;
     /**
@@ -3745,6 +3793,17 @@ public java.lang.String getDeprecatedErrorMessage() {
       }
     }
 
+    public static final int INTERRUPTIBLE_FIELD_NUMBER = 8;
+    /**
+     * bool interruptible = 8;
+     */
+    public boolean getInterruptible() {
+      if (interruptibleValueCase_ == 8) {
+        return (java.lang.Boolean) interruptibleValue_;
+      }
+      return false;
+    }
+
     private byte memoizedIsInitialized = -1;
     @java.lang.Override
     public final boolean isInitialized() {
@@ -3777,6 +3836,10 @@ public void writeTo(com.google.protobuf.CodedOutputStream output)
       if (!getDeprecatedErrorMessageBytes().isEmpty()) {
         com.google.protobuf.GeneratedMessageV3.writeString(output, 7, deprecatedErrorMessage_);
       }
+      if (interruptibleValueCase_ == 8) {
+        output.writeBool(
+            8, (boolean)((java.lang.Boolean) interruptibleValue_));
+      }
       unknownFields.writeTo(output);
     }
 
@@ -3808,6 +3871,11 @@ public int getSerializedSize() {
       if (!getDeprecatedErrorMessageBytes().isEmpty()) {
         size += com.google.protobuf.GeneratedMessageV3.computeStringSize(7, deprecatedErrorMessage_);
       }
+      if (interruptibleValueCase_ == 8) {
+        size += com.google.protobuf.CodedOutputStream
+          .computeBoolSize(
+              8, (boolean)((java.lang.Boolean) interruptibleValue_));
+      }
       size += unknownFields.getSerializedSize();
       memoizedSize = size;
       return size;
@@ -3844,6 +3912,15 @@ public boolean equals(final java.lang.Object obj) {
           .equals(other.getDiscoveryVersion())) return false;
       if (!getDeprecatedErrorMessage()
           .equals(other.getDeprecatedErrorMessage())) return false;
+      if (!getInterruptibleValueCase().equals(other.getInterruptibleValueCase())) return false;
+      switch (interruptibleValueCase_) {
+        case 8:
+          if (getInterruptible()
+              != other.getInterruptible()) return false;
+          break;
+        case 0:
+        default:
+      }
       if (!unknownFields.equals(other.unknownFields)) return false;
       return true;
     }
@@ -3874,6 +3951,15 @@ public int hashCode() {
       hash = (53 * hash) + getDiscoveryVersion().hashCode();
       hash = (37 * hash) + DEPRECATED_ERROR_MESSAGE_FIELD_NUMBER;
       hash = (53 * hash) + getDeprecatedErrorMessage().hashCode();
+      switch (interruptibleValueCase_) {
+        case 8:
+          hash = (37 * hash) + INTERRUPTIBLE_FIELD_NUMBER;
+          hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(
+              getInterruptible());
+          break;
+        case 0:
+        default:
+      }
       hash = (29 * hash) + unknownFields.hashCode();
       memoizedHashCode = hash;
       return hash;
@@ -4035,6 +4121,8 @@ public Builder clear() {
 
         deprecatedErrorMessage_ = "";
 
+        interruptibleValueCase_ = 0;
+        interruptibleValue_ = null;
         return this;
       }
 
@@ -4079,6 +4167,10 @@ public flyteidl.core.Tasks.TaskMetadata buildPartial() {
         }
         result.discoveryVersion_ = discoveryVersion_;
         result.deprecatedErrorMessage_ = deprecatedErrorMessage_;
+        if (interruptibleValueCase_ == 8) {
+          result.interruptibleValue_ = interruptibleValue_;
+        }
+        result.interruptibleValueCase_ = interruptibleValueCase_;
         onBuilt();
         return result;
       }
@@ -4147,6 +4239,15 @@ public Builder mergeFrom(flyteidl.core.Tasks.TaskMetadata other) {
           deprecatedErrorMessage_ = other.deprecatedErrorMessage_;
           onChanged();
         }
+        switch (other.getInterruptibleValueCase()) {
+          case INTERRUPTIBLE: {
+            setInterruptible(other.getInterruptible());
+            break;
+          }
+          case INTERRUPTIBLEVALUE_NOT_SET: {
+            break;
+          }
+        }
         this.mergeUnknownFields(other.unknownFields);
         onChanged();
         return this;
@@ -4175,6 +4276,21 @@ public Builder mergeFrom(
         }
         return this;
       }
+      private int interruptibleValueCase_ = 0;
+      private java.lang.Object interruptibleValue_;
+      public InterruptibleValueCase
+          getInterruptibleValueCase() {
+        return InterruptibleValueCase.forNumber(
+            interruptibleValueCase_);
+      }
+
+      public Builder clearInterruptibleValue() {
+        interruptibleValueCase_ = 0;
+        interruptibleValue_ = null;
+        onChanged();
+        return this;
+      }
+
 
       private boolean discoverable_ ;
       /**
@@ -4855,6 +4971,36 @@ public Builder setDeprecatedErrorMessageBytes(
         onChanged();
         return this;
       }
+
+      /**
+       * bool interruptible = 8;
+       */
+      public boolean getInterruptible() {
+        if (interruptibleValueCase_ == 8) {
+          return (java.lang.Boolean) interruptibleValue_;
+        }
+        return false;
+      }
+      /**
+       * bool interruptible = 8;
+       */
+      public Builder setInterruptible(boolean value) {
+        interruptibleValueCase_ = 8;
+        interruptibleValue_ = value;
+        onChanged();
+        return this;
+      }
+      /**
+       * bool interruptible = 8;
+       */
+      public Builder clearInterruptible() {
+        if (interruptibleValueCase_ == 8) {
+          interruptibleValueCase_ = 0;
+          interruptibleValue_ = null;
+          onChanged();
+        }
+        return this;
+      }
       @java.lang.Override
       public final Builder setUnknownFields(
           final com.google.protobuf.UnknownFieldSet unknownFields) {
@@ -10288,28 +10434,30 @@ public flyteidl.core.Tasks.Container getDefaultInstanceForType() {
       "\020\004\"\225\001\n\017RuntimeMetadata\0228\n\004type\030\001 \001(\0162*.f" +
       "lyteidl.core.RuntimeMetadata.RuntimeType" +
       "\022\017\n\007version\030\002 \001(\t\022\016\n\006flavor\030\003 \001(\t\"\'\n\013Run" +
-      "timeType\022\t\n\005OTHER\020\000\022\r\n\tFLYTE_SDK\020\001\"\355\001\n\014T" +
+      "timeType\022\t\n\005OTHER\020\000\022\r\n\tFLYTE_SDK\020\001\"\235\002\n\014T" +
       "askMetadata\022\024\n\014discoverable\030\001 \001(\010\022/\n\007run" +
       "time\030\002 \001(\0132\036.flyteidl.core.RuntimeMetada" +
       "ta\022*\n\007timeout\030\004 \001(\0132\031.google.protobuf.Du" +
       "ration\022-\n\007retries\030\005 \001(\0132\034.flyteidl.core." +
       "RetryStrategy\022\031\n\021discovery_version\030\006 \001(\t" +
-      "\022 \n\030deprecated_error_message\030\007 \001(\t\"\206\002\n\014T" +
-      "askTemplate\022%\n\002id\030\001 \001(\0132\031.flyteidl.core." +
-      "Identifier\022\014\n\004type\030\002 \001(\t\022-\n\010metadata\030\003 \001" +
-      "(\0132\033.flyteidl.core.TaskMetadata\0220\n\tinter" +
-      "face\030\004 \001(\0132\035.flyteidl.core.TypedInterfac" +
-      "e\022\'\n\006custom\030\005 \001(\0132\027.google.protobuf.Stru" +
-      "ct\022-\n\tcontainer\030\006 \001(\0132\030.flyteidl.core.Co" +
-      "ntainerH\000B\010\n\006target\"\'\n\rContainerPort\022\026\n\016" +
-      "container_port\030\001 \001(\r\"\352\001\n\tContainer\022\r\n\005im" +
-      "age\030\001 \001(\t\022\017\n\007command\030\002 \003(\t\022\014\n\004args\030\003 \003(\t" +
-      "\022+\n\tresources\030\004 \001(\0132\030.flyteidl.core.Reso" +
-      "urces\022(\n\003env\030\005 \003(\0132\033.flyteidl.core.KeyVa" +
-      "luePair\022+\n\006config\030\006 \003(\0132\033.flyteidl.core." +
-      "KeyValuePair\022+\n\005ports\030\007 \003(\0132\034.flyteidl.c" +
-      "ore.ContainerPortB2Z0github.com/lyft/fly" +
-      "teidl/gen/pb-go/flyteidl/coreb\006proto3"
+      "\022 \n\030deprecated_error_message\030\007 \001(\t\022\027\n\rin" +
+      "terruptible\030\010 \001(\010H\000B\025\n\023interruptible_val" +
+      "ue\"\206\002\n\014TaskTemplate\022%\n\002id\030\001 \001(\0132\031.flytei" +
+      "dl.core.Identifier\022\014\n\004type\030\002 \001(\t\022-\n\010meta" +
+      "data\030\003 \001(\0132\033.flyteidl.core.TaskMetadata\022" +
+      "0\n\tinterface\030\004 \001(\0132\035.flyteidl.core.Typed" +
+      "Interface\022\'\n\006custom\030\005 \001(\0132\027.google.proto" +
+      "buf.Struct\022-\n\tcontainer\030\006 \001(\0132\030.flyteidl" +
+      ".core.ContainerH\000B\010\n\006target\"\'\n\rContainer" +
+      "Port\022\026\n\016container_port\030\001 \001(\r\"\352\001\n\tContain" +
+      "er\022\r\n\005image\030\001 \001(\t\022\017\n\007command\030\002 \003(\t\022\014\n\004ar" +
+      "gs\030\003 \003(\t\022+\n\tresources\030\004 \001(\0132\030.flyteidl.c" +
+      "ore.Resources\022(\n\003env\030\005 \003(\0132\033.flyteidl.co" +
+      "re.KeyValuePair\022+\n\006config\030\006 \003(\0132\033.flytei" +
+      "dl.core.KeyValuePair\022+\n\005ports\030\007 \003(\0132\034.fl" +
+      "yteidl.core.ContainerPortB2Z0github.com/" +
+      "lyft/flyteidl/gen/pb-go/flyteidl/coreb\006p" +
+      "roto3"
     };
     com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner assigner =
         new com.google.protobuf.Descriptors.FileDescriptor.    InternalDescriptorAssigner() {
@@ -10351,7 +10499,7 @@ public com.google.protobuf.ExtensionRegistry assignDescriptors(
     internal_static_flyteidl_core_TaskMetadata_fieldAccessorTable = new
       com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
         internal_static_flyteidl_core_TaskMetadata_descriptor,
-        new java.lang.String[] { "Discoverable", "Runtime", "Timeout", "Retries", "DiscoveryVersion", "DeprecatedErrorMessage", });
+        new java.lang.String[] { "Discoverable", "Runtime", "Timeout", "Retries", "DiscoveryVersion", "DeprecatedErrorMessage", "Interruptible", "InterruptibleValue", });
     internal_static_flyteidl_core_TaskTemplate_descriptor =
       getDescriptor().getMessageTypes().get(3);
     internal_static_flyteidl_core_TaskTemplate_fieldAccessorTable = new
diff --git a/flyteidl/gen/pb-js/flyteidl.d.ts b/flyteidl/gen/pb-js/flyteidl.d.ts
index f98faffc10..f004519b54 100644
--- a/flyteidl/gen/pb-js/flyteidl.d.ts
+++ b/flyteidl/gen/pb-js/flyteidl.d.ts
@@ -3427,6 +3427,9 @@ export namespace flyteidl {
 
             /** TaskMetadata deprecatedErrorMessage */
             deprecatedErrorMessage?: (string|null);
+
+            /** TaskMetadata interruptible */
+            interruptible?: (boolean|null);
         }
 
         /** Represents a TaskMetadata. */
@@ -3456,6 +3459,12 @@ export namespace flyteidl {
             /** TaskMetadata deprecatedErrorMessage. */
             public deprecatedErrorMessage: string;
 
+            /** TaskMetadata interruptible. */
+            public interruptible: boolean;
+
+            /** TaskMetadata interruptibleValue. */
+            public interruptibleValue?: "interruptible";
+
             /**
              * Creates a new TaskMetadata 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 a32a0c8657..3065b49610 100644
--- a/flyteidl/gen/pb-js/flyteidl.js
+++ b/flyteidl/gen/pb-js/flyteidl.js
@@ -8222,6 +8222,7 @@ export const flyteidl = $root.flyteidl = (() => {
              * @property {flyteidl.core.IRetryStrategy|null} [retries] TaskMetadata retries
              * @property {string|null} [discoveryVersion] TaskMetadata discoveryVersion
              * @property {string|null} [deprecatedErrorMessage] TaskMetadata deprecatedErrorMessage
+             * @property {boolean|null} [interruptible] TaskMetadata interruptible
              */
 
             /**
@@ -8287,6 +8288,28 @@ export const flyteidl = $root.flyteidl = (() => {
              */
             TaskMetadata.prototype.deprecatedErrorMessage = "";
 
+            /**
+             * TaskMetadata interruptible.
+             * @member {boolean} interruptible
+             * @memberof flyteidl.core.TaskMetadata
+             * @instance
+             */
+            TaskMetadata.prototype.interruptible = false;
+
+            // OneOf field names bound to virtual getters and setters
+            let $oneOfFields;
+
+            /**
+             * TaskMetadata interruptibleValue.
+             * @member {"interruptible"|undefined} interruptibleValue
+             * @memberof flyteidl.core.TaskMetadata
+             * @instance
+             */
+            Object.defineProperty(TaskMetadata.prototype, "interruptibleValue", {
+                get: $util.oneOfGetter($oneOfFields = ["interruptible"]),
+                set: $util.oneOfSetter($oneOfFields)
+            });
+
             /**
              * Creates a new TaskMetadata instance using the specified properties.
              * @function create
@@ -8323,6 +8346,8 @@ export const flyteidl = $root.flyteidl = (() => {
                     writer.uint32(/* id 6, wireType 2 =*/50).string(message.discoveryVersion);
                 if (message.deprecatedErrorMessage != null && message.hasOwnProperty("deprecatedErrorMessage"))
                     writer.uint32(/* id 7, wireType 2 =*/58).string(message.deprecatedErrorMessage);
+                if (message.interruptible != null && message.hasOwnProperty("interruptible"))
+                    writer.uint32(/* id 8, wireType 0 =*/64).bool(message.interruptible);
                 return writer;
             };
 
@@ -8362,6 +8387,9 @@ export const flyteidl = $root.flyteidl = (() => {
                     case 7:
                         message.deprecatedErrorMessage = reader.string();
                         break;
+                    case 8:
+                        message.interruptible = reader.bool();
+                        break;
                     default:
                         reader.skipType(tag & 7);
                         break;
@@ -8381,6 +8409,7 @@ export const flyteidl = $root.flyteidl = (() => {
             TaskMetadata.verify = function verify(message) {
                 if (typeof message !== "object" || message === null)
                     return "object expected";
+                let properties = {};
                 if (message.discoverable != null && message.hasOwnProperty("discoverable"))
                     if (typeof message.discoverable !== "boolean")
                         return "discoverable: boolean expected";
@@ -8405,6 +8434,11 @@ export const flyteidl = $root.flyteidl = (() => {
                 if (message.deprecatedErrorMessage != null && message.hasOwnProperty("deprecatedErrorMessage"))
                     if (!$util.isString(message.deprecatedErrorMessage))
                         return "deprecatedErrorMessage: string expected";
+                if (message.interruptible != null && message.hasOwnProperty("interruptible")) {
+                    properties.interruptibleValue = 1;
+                    if (typeof message.interruptible !== "boolean")
+                        return "interruptible: boolean expected";
+                }
                 return null;
             };
 
diff --git a/flyteidl/gen/pb-protodoc/flyteidl/core/tasks.proto.rst b/flyteidl/gen/pb-protodoc/flyteidl/core/tasks.proto.rst
index 87e9c9fa0c..c7f0259433 100644
--- a/flyteidl/gen/pb-protodoc/flyteidl/core/tasks.proto.rst
+++ b/flyteidl/gen/pb-protodoc/flyteidl/core/tasks.proto.rst
@@ -3,7 +3,11 @@
 tasks.proto
 =========================
 
------------------ First class Plugins
+For interruptible we will populate it at the node level but require it be part of TaskMetadata 
+for a user to set the value.
+We are using oneof instead of bool because otherwise we would be unable to distinguish between value being 
+set by the user or defaulting to false.
+The logic of handling precedence will be done as part of flytepropeller.
 
 .. _api_msg_flyteidl.core.Resources:
 
@@ -174,7 +178,8 @@ Task Metadata
     "timeout": "{...}",
     "retries": "{...}",
     "discovery_version": "...",
-    "deprecated_error_message": "..."
+    "deprecated_error_message": "...",
+    "interruptible": "..."
   }
 
 .. _api_field_flyteidl.core.TaskMetadata.discoverable:
@@ -214,6 +219,13 @@ deprecated_error_message
   of the ending of support for a given task.
   
   
+.. _api_field_flyteidl.core.TaskMetadata.interruptible:
+
+interruptible
+  (`bool `_) 
+  Identify whether task is interruptible
+  
+  
 
 
 .. _api_msg_flyteidl.core.TaskTemplate:
@@ -221,7 +233,7 @@ deprecated_error_message
 flyteidl.core.TaskTemplate
 --------------------------
 
-`[flyteidl.core.TaskTemplate proto] `_
+`[flyteidl.core.TaskTemplate proto] `_
 
 A Task structure that uniquely identifies a task in the system
 Tasks are registered as a first step in the system.
@@ -286,7 +298,7 @@ container
 flyteidl.core.ContainerPort
 ---------------------------
 
-`[flyteidl.core.ContainerPort proto] `_
+`[flyteidl.core.ContainerPort proto] `_
 
 Defines port properties for a container.
 
@@ -310,7 +322,7 @@ container_port
 flyteidl.core.Container
 -----------------------
 
-`[flyteidl.core.Container proto] `_
+`[flyteidl.core.Container proto] `_
 
 
 .. code-block:: json
diff --git a/flyteidl/gen/pb_python/flyteidl/core/tasks_pb2.py b/flyteidl/gen/pb_python/flyteidl/core/tasks_pb2.py
index a0680b007f..8a6e0d4ca0 100644
--- a/flyteidl/gen/pb_python/flyteidl/core/tasks_pb2.py
+++ b/flyteidl/gen/pb_python/flyteidl/core/tasks_pb2.py
@@ -25,7 +25,7 @@
   package='flyteidl.core',
   syntax='proto3',
   serialized_options=_b('Z0github.com/lyft/flyteidl/gen/pb-go/flyteidl/core'),
-  serialized_pb=_b('\n\x19\x66lyteidl/core/tasks.proto\x12\rflyteidl.core\x1a\x1e\x66lyteidl/core/identifier.proto\x1a\x1d\x66lyteidl/core/interface.proto\x1a\x1c\x66lyteidl/core/literals.proto\x1a\x1egoogle/protobuf/duration.proto\x1a\x1cgoogle/protobuf/struct.proto\"\x9a\x02\n\tResources\x12\x38\n\x08requests\x18\x01 \x03(\x0b\x32&.flyteidl.core.Resources.ResourceEntry\x12\x36\n\x06limits\x18\x02 \x03(\x0b\x32&.flyteidl.core.Resources.ResourceEntry\x1aS\n\rResourceEntry\x12\x33\n\x04name\x18\x01 \x01(\x0e\x32%.flyteidl.core.Resources.ResourceName\x12\r\n\x05value\x18\x02 \x01(\t\"F\n\x0cResourceName\x12\x0b\n\x07UNKNOWN\x10\x00\x12\x07\n\x03\x43PU\x10\x01\x12\x07\n\x03GPU\x10\x02\x12\n\n\x06MEMORY\x10\x03\x12\x0b\n\x07STORAGE\x10\x04\"\x95\x01\n\x0fRuntimeMetadata\x12\x38\n\x04type\x18\x01 \x01(\x0e\x32*.flyteidl.core.RuntimeMetadata.RuntimeType\x12\x0f\n\x07version\x18\x02 \x01(\t\x12\x0e\n\x06\x66lavor\x18\x03 \x01(\t\"\'\n\x0bRuntimeType\x12\t\n\x05OTHER\x10\x00\x12\r\n\tFLYTE_SDK\x10\x01\"\xed\x01\n\x0cTaskMetadata\x12\x14\n\x0c\x64iscoverable\x18\x01 \x01(\x08\x12/\n\x07runtime\x18\x02 \x01(\x0b\x32\x1e.flyteidl.core.RuntimeMetadata\x12*\n\x07timeout\x18\x04 \x01(\x0b\x32\x19.google.protobuf.Duration\x12-\n\x07retries\x18\x05 \x01(\x0b\x32\x1c.flyteidl.core.RetryStrategy\x12\x19\n\x11\x64iscovery_version\x18\x06 \x01(\t\x12 \n\x18\x64\x65precated_error_message\x18\x07 \x01(\t\"\x86\x02\n\x0cTaskTemplate\x12%\n\x02id\x18\x01 \x01(\x0b\x32\x19.flyteidl.core.Identifier\x12\x0c\n\x04type\x18\x02 \x01(\t\x12-\n\x08metadata\x18\x03 \x01(\x0b\x32\x1b.flyteidl.core.TaskMetadata\x12\x30\n\tinterface\x18\x04 \x01(\x0b\x32\x1d.flyteidl.core.TypedInterface\x12\'\n\x06\x63ustom\x18\x05 \x01(\x0b\x32\x17.google.protobuf.Struct\x12-\n\tcontainer\x18\x06 \x01(\x0b\x32\x18.flyteidl.core.ContainerH\x00\x42\x08\n\x06target\"\'\n\rContainerPort\x12\x16\n\x0e\x63ontainer_port\x18\x01 \x01(\r\"\xea\x01\n\tContainer\x12\r\n\x05image\x18\x01 \x01(\t\x12\x0f\n\x07\x63ommand\x18\x02 \x03(\t\x12\x0c\n\x04\x61rgs\x18\x03 \x03(\t\x12+\n\tresources\x18\x04 \x01(\x0b\x32\x18.flyteidl.core.Resources\x12(\n\x03\x65nv\x18\x05 \x03(\x0b\x32\x1b.flyteidl.core.KeyValuePair\x12+\n\x06\x63onfig\x18\x06 \x03(\x0b\x32\x1b.flyteidl.core.KeyValuePair\x12+\n\x05ports\x18\x07 \x03(\x0b\x32\x1c.flyteidl.core.ContainerPortB2Z0github.com/lyft/flyteidl/gen/pb-go/flyteidl/coreb\x06proto3')
+  serialized_pb=_b('\n\x19\x66lyteidl/core/tasks.proto\x12\rflyteidl.core\x1a\x1e\x66lyteidl/core/identifier.proto\x1a\x1d\x66lyteidl/core/interface.proto\x1a\x1c\x66lyteidl/core/literals.proto\x1a\x1egoogle/protobuf/duration.proto\x1a\x1cgoogle/protobuf/struct.proto\"\x9a\x02\n\tResources\x12\x38\n\x08requests\x18\x01 \x03(\x0b\x32&.flyteidl.core.Resources.ResourceEntry\x12\x36\n\x06limits\x18\x02 \x03(\x0b\x32&.flyteidl.core.Resources.ResourceEntry\x1aS\n\rResourceEntry\x12\x33\n\x04name\x18\x01 \x01(\x0e\x32%.flyteidl.core.Resources.ResourceName\x12\r\n\x05value\x18\x02 \x01(\t\"F\n\x0cResourceName\x12\x0b\n\x07UNKNOWN\x10\x00\x12\x07\n\x03\x43PU\x10\x01\x12\x07\n\x03GPU\x10\x02\x12\n\n\x06MEMORY\x10\x03\x12\x0b\n\x07STORAGE\x10\x04\"\x95\x01\n\x0fRuntimeMetadata\x12\x38\n\x04type\x18\x01 \x01(\x0e\x32*.flyteidl.core.RuntimeMetadata.RuntimeType\x12\x0f\n\x07version\x18\x02 \x01(\t\x12\x0e\n\x06\x66lavor\x18\x03 \x01(\t\"\'\n\x0bRuntimeType\x12\t\n\x05OTHER\x10\x00\x12\r\n\tFLYTE_SDK\x10\x01\"\x9d\x02\n\x0cTaskMetadata\x12\x14\n\x0c\x64iscoverable\x18\x01 \x01(\x08\x12/\n\x07runtime\x18\x02 \x01(\x0b\x32\x1e.flyteidl.core.RuntimeMetadata\x12*\n\x07timeout\x18\x04 \x01(\x0b\x32\x19.google.protobuf.Duration\x12-\n\x07retries\x18\x05 \x01(\x0b\x32\x1c.flyteidl.core.RetryStrategy\x12\x19\n\x11\x64iscovery_version\x18\x06 \x01(\t\x12 \n\x18\x64\x65precated_error_message\x18\x07 \x01(\t\x12\x17\n\rinterruptible\x18\x08 \x01(\x08H\x00\x42\x15\n\x13interruptible_value\"\x86\x02\n\x0cTaskTemplate\x12%\n\x02id\x18\x01 \x01(\x0b\x32\x19.flyteidl.core.Identifier\x12\x0c\n\x04type\x18\x02 \x01(\t\x12-\n\x08metadata\x18\x03 \x01(\x0b\x32\x1b.flyteidl.core.TaskMetadata\x12\x30\n\tinterface\x18\x04 \x01(\x0b\x32\x1d.flyteidl.core.TypedInterface\x12\'\n\x06\x63ustom\x18\x05 \x01(\x0b\x32\x17.google.protobuf.Struct\x12-\n\tcontainer\x18\x06 \x01(\x0b\x32\x18.flyteidl.core.ContainerH\x00\x42\x08\n\x06target\"\'\n\rContainerPort\x12\x16\n\x0e\x63ontainer_port\x18\x01 \x01(\r\"\xea\x01\n\tContainer\x12\r\n\x05image\x18\x01 \x01(\t\x12\x0f\n\x07\x63ommand\x18\x02 \x03(\t\x12\x0c\n\x04\x61rgs\x18\x03 \x03(\t\x12+\n\tresources\x18\x04 \x01(\x0b\x32\x18.flyteidl.core.Resources\x12(\n\x03\x65nv\x18\x05 \x03(\x0b\x32\x1b.flyteidl.core.KeyValuePair\x12+\n\x06\x63onfig\x18\x06 \x03(\x0b\x32\x1b.flyteidl.core.KeyValuePair\x12+\n\x05ports\x18\x07 \x03(\x0b\x32\x1c.flyteidl.core.ContainerPortB2Z0github.com/lyft/flyteidl/gen/pb-go/flyteidl/coreb\x06proto3')
   ,
   dependencies=[flyteidl_dot_core_dot_identifier__pb2.DESCRIPTOR,flyteidl_dot_core_dot_interface__pb2.DESCRIPTOR,flyteidl_dot_core_dot_literals__pb2.DESCRIPTOR,google_dot_protobuf_dot_duration__pb2.DESCRIPTOR,google_dot_protobuf_dot_struct__pb2.DESCRIPTOR,])
 
@@ -259,6 +259,13 @@
       message_type=None, enum_type=None, containing_type=None,
       is_extension=False, extension_scope=None,
       serialized_options=None, file=DESCRIPTOR),
+    _descriptor.FieldDescriptor(
+      name='interruptible', full_name='flyteidl.core.TaskMetadata.interruptible', index=6,
+      number=8, type=8, cpp_type=7, label=1,
+      has_default_value=False, default_value=False,
+      message_type=None, enum_type=None, containing_type=None,
+      is_extension=False, extension_scope=None,
+      serialized_options=None, file=DESCRIPTOR),
   ],
   extensions=[
   ],
@@ -270,9 +277,12 @@
   syntax='proto3',
   extension_ranges=[],
   oneofs=[
+    _descriptor.OneofDescriptor(
+      name='interruptible_value', full_name='flyteidl.core.TaskMetadata.interruptible_value',
+      index=0, containing_type=None, fields=[]),
   ],
   serialized_start=637,
-  serialized_end=874,
+  serialized_end=922,
 )
 
 
@@ -340,8 +350,8 @@
       name='target', full_name='flyteidl.core.TaskTemplate.target',
       index=0, containing_type=None, fields=[]),
   ],
-  serialized_start=877,
-  serialized_end=1139,
+  serialized_start=925,
+  serialized_end=1187,
 )
 
 
@@ -371,8 +381,8 @@
   extension_ranges=[],
   oneofs=[
   ],
-  serialized_start=1141,
-  serialized_end=1180,
+  serialized_start=1189,
+  serialized_end=1228,
 )
 
 
@@ -444,8 +454,8 @@
   extension_ranges=[],
   oneofs=[
   ],
-  serialized_start=1183,
-  serialized_end=1417,
+  serialized_start=1231,
+  serialized_end=1465,
 )
 
 _RESOURCES_RESOURCEENTRY.fields_by_name['name'].enum_type = _RESOURCES_RESOURCENAME
@@ -458,6 +468,9 @@
 _TASKMETADATA.fields_by_name['runtime'].message_type = _RUNTIMEMETADATA
 _TASKMETADATA.fields_by_name['timeout'].message_type = google_dot_protobuf_dot_duration__pb2._DURATION
 _TASKMETADATA.fields_by_name['retries'].message_type = flyteidl_dot_core_dot_literals__pb2._RETRYSTRATEGY
+_TASKMETADATA.oneofs_by_name['interruptible_value'].fields.append(
+  _TASKMETADATA.fields_by_name['interruptible'])
+_TASKMETADATA.fields_by_name['interruptible'].containing_oneof = _TASKMETADATA.oneofs_by_name['interruptible_value']
 _TASKTEMPLATE.fields_by_name['id'].message_type = flyteidl_dot_core_dot_identifier__pb2._IDENTIFIER
 _TASKTEMPLATE.fields_by_name['metadata'].message_type = _TASKMETADATA
 _TASKTEMPLATE.fields_by_name['interface'].message_type = flyteidl_dot_core_dot_interface__pb2._TYPEDINTERFACE
diff --git a/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/core_task_metadata.py b/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/core_task_metadata.py
index 1e60f9bcea..47b7e5dcd1 100644
--- a/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/core_task_metadata.py
+++ b/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/core_task_metadata.py
@@ -39,7 +39,8 @@ class CoreTaskMetadata(object):
         'timeout': 'str',
         'retries': 'CoreRetryStrategy',
         'discovery_version': 'str',
-        'deprecated_error_message': 'str'
+        'deprecated_error_message': 'str',
+        'interruptible': 'bool'
     }
 
     attribute_map = {
@@ -48,10 +49,11 @@ class CoreTaskMetadata(object):
         'timeout': 'timeout',
         'retries': 'retries',
         'discovery_version': 'discovery_version',
-        'deprecated_error_message': 'deprecated_error_message'
+        'deprecated_error_message': 'deprecated_error_message',
+        'interruptible': 'interruptible'
     }
 
-    def __init__(self, discoverable=None, runtime=None, timeout=None, retries=None, discovery_version=None, deprecated_error_message=None):  # noqa: E501
+    def __init__(self, discoverable=None, runtime=None, timeout=None, retries=None, discovery_version=None, deprecated_error_message=None, interruptible=None):  # noqa: E501
         """CoreTaskMetadata - a model defined in Swagger"""  # noqa: E501
 
         self._discoverable = None
@@ -60,6 +62,7 @@ def __init__(self, discoverable=None, runtime=None, timeout=None, retries=None,
         self._retries = None
         self._discovery_version = None
         self._deprecated_error_message = None
+        self._interruptible = None
         self.discriminator = None
 
         if discoverable is not None:
@@ -74,6 +77,8 @@ def __init__(self, discoverable=None, runtime=None, timeout=None, retries=None,
             self.discovery_version = discovery_version
         if deprecated_error_message is not None:
             self.deprecated_error_message = deprecated_error_message
+        if interruptible is not None:
+            self.interruptible = interruptible
 
     @property
     def discoverable(self):
@@ -213,6 +218,27 @@ def deprecated_error_message(self, deprecated_error_message):
 
         self._deprecated_error_message = deprecated_error_message
 
+    @property
+    def interruptible(self):
+        """Gets the interruptible of this CoreTaskMetadata.  # noqa: E501
+
+
+        :return: The interruptible of this CoreTaskMetadata.  # noqa: E501
+        :rtype: bool
+        """
+        return self._interruptible
+
+    @interruptible.setter
+    def interruptible(self, interruptible):
+        """Sets the interruptible of this CoreTaskMetadata.
+
+
+        :param interruptible: The interruptible of this CoreTaskMetadata.  # noqa: E501
+        :type: bool
+        """
+
+        self._interruptible = interruptible
+
     def to_dict(self):
         """Returns the model properties as a dict"""
         result = {}
diff --git a/flyteidl/protos/flyteidl/core/tasks.proto b/flyteidl/protos/flyteidl/core/tasks.proto
index 2756913398..cfe883e9bb 100644
--- a/flyteidl/protos/flyteidl/core/tasks.proto
+++ b/flyteidl/protos/flyteidl/core/tasks.proto
@@ -78,6 +78,17 @@ message TaskMetadata {
     // If set, this indicates that this task is deprecated.  This will enable owners of tasks to notify consumers
     // of the ending of support for a given task.
     string deprecated_error_message = 7;
+
+    // For interruptible we will populate it at the node level but require it be part of TaskMetadata 
+    // for a user to set the value.
+    // We are using oneof instead of bool because otherwise we would be unable to distinguish between value being 
+    // set by the user or defaulting to false.
+    // The logic of handling precedence will be done as part of flytepropeller.
+
+    // Identify whether task is interruptible
+    oneof interruptible_value {
+        bool interruptible = 8;
+    };
 }
 
 // A Task structure that uniquely identifies a task in the system
diff --git a/flyteidl/setup.py b/flyteidl/setup.py
index 26f8a8f759..a2db089ed1 100644
--- a/flyteidl/setup.py
+++ b/flyteidl/setup.py
@@ -1,6 +1,6 @@
 from setuptools import setup, find_packages
 
-__version__ = '0.17.7'
+__version__ = '0.17.8'
 
 setup(
     name='flyteidl',