diff --git a/api/client/client.go b/api/client/client.go index f036b37f4db3d..a85ac7bf7234c 100644 --- a/api/client/client.go +++ b/api/client/client.go @@ -2777,6 +2777,8 @@ func (c *Client) ListResources(ctx context.Context, req proto.ListResourcesReque resources[i] = respResource.GetKubeCluster() case types.KindKubeServer: resources[i] = respResource.GetKubernetesServer() + case types.KindUserGroup: + resources[i] = respResource.GetUserGroup() default: return nil, trace.NotImplemented("resource type %s does not support pagination", req.ResourceType) } @@ -2867,6 +2869,8 @@ func GetResourcePage[T types.ResourceWithLabels](ctx context.Context, clt GetRes resource = respResource.GetKubeCluster() case types.KindKubeServer: resource = respResource.GetKubernetesServer() + case types.KindUserGroup: + resource = respResource.GetUserGroup() default: out.Resources = nil return out, trace.NotImplemented("resource type %s does not support pagination", req.ResourceType) diff --git a/api/client/proto/authservice.pb.go b/api/client/proto/authservice.pb.go index 3293885e66a7a..1a4ad44c6c91a 100644 --- a/api/client/proto/authservice.pb.go +++ b/api/client/proto/authservice.pb.go @@ -10671,6 +10671,7 @@ type PaginatedResource struct { // *PaginatedResource_KubernetesServer // *PaginatedResource_WindowsDesktopService // *PaginatedResource_DatabaseService + // *PaginatedResource_UserGroup Resource isPaginatedResource_Resource `protobuf_oneof:"resource"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` @@ -10740,6 +10741,9 @@ type PaginatedResource_WindowsDesktopService struct { type PaginatedResource_DatabaseService struct { DatabaseService *types.DatabaseServiceV1 `protobuf:"bytes,9,opt,name=DatabaseService,proto3,oneof" json:"database_service,omitempty"` } +type PaginatedResource_UserGroup struct { + UserGroup *types.UserGroupV1 `protobuf:"bytes,10,opt,name=UserGroup,proto3,oneof" json:"user_group,omitempty"` +} func (*PaginatedResource_DatabaseServer) isPaginatedResource_Resource() {} func (*PaginatedResource_AppServer) isPaginatedResource_Resource() {} @@ -10749,6 +10753,7 @@ func (*PaginatedResource_KubeCluster) isPaginatedResource_Resource() { func (*PaginatedResource_KubernetesServer) isPaginatedResource_Resource() {} func (*PaginatedResource_WindowsDesktopService) isPaginatedResource_Resource() {} func (*PaginatedResource_DatabaseService) isPaginatedResource_Resource() {} +func (*PaginatedResource_UserGroup) isPaginatedResource_Resource() {} func (m *PaginatedResource) GetResource() isPaginatedResource_Resource { if m != nil { @@ -10813,6 +10818,13 @@ func (m *PaginatedResource) GetDatabaseService() *types.DatabaseServiceV1 { return nil } +func (m *PaginatedResource) GetUserGroup() *types.UserGroupV1 { + if x, ok := m.GetResource().(*PaginatedResource_UserGroup); ok { + return x.UserGroup + } + return nil +} + // XXX_OneofWrappers is for the internal use of the proto package. func (*PaginatedResource) XXX_OneofWrappers() []interface{} { return []interface{}{ @@ -10824,6 +10836,7 @@ func (*PaginatedResource) XXX_OneofWrappers() []interface{} { (*PaginatedResource_KubernetesServer)(nil), (*PaginatedResource_WindowsDesktopService)(nil), (*PaginatedResource_DatabaseService)(nil), + (*PaginatedResource_UserGroup)(nil), } } @@ -14245,831 +14258,832 @@ func init() { } var fileDescriptor_0ffcffcda38ae159 = []byte{ - // 13184 bytes of a gzipped FileDescriptorProto + // 13191 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xc4, 0xbd, 0x5d, 0x6c, 0x1c, 0x49, 0x92, 0x18, 0xac, 0x6e, 0x92, 0x22, 0x19, 0xfc, 0x6b, 0xa5, 0x48, 0xb1, 0xd5, 0xa4, 0xd8, 0x52, 0x69, 0xa4, 0xd1, 0x68, 0x77, 0xf5, 0x43, 0xcd, 0xff, 0xcc, 0xce, 0x6c, 0x77, 0x93, 0x12, 0x29, 0x51, 0x24, 0xa7, 0x9a, 0x6c, 0xcd, 0xee, 0xce, 0x6e, 0x6f, 0xb1, 0x3b, 0x45, 0xd5, 0xc7, 0x66, 0x57, 0x6f, 0x55, 0xb5, 0x34, 0xba, 0x0f, 0xdf, 0xcf, 0xf9, 0x7c, 0xf7, 0x60, 0xe3, 0xec, 0x33, - 0x70, 0x67, 0xf8, 0x70, 0x30, 0xce, 0x80, 0xfd, 0x62, 0x03, 0x06, 0xfc, 0x72, 0xb8, 0x17, 0xbf, - 0x9c, 0x6d, 0xc0, 0x6b, 0x03, 0x07, 0x18, 0xb0, 0x0f, 0x06, 0x6c, 0x80, 0xf6, 0x2d, 0xfc, 0x44, - 0xc0, 0x0f, 0x86, 0x61, 0x3f, 0x2c, 0x60, 0xc0, 0xc8, 0xdf, 0xca, 0xac, 0xca, 0xaa, 0x26, 0x35, - 0xdc, 0xf1, 0x8b, 0xc4, 0xce, 0x8c, 0x88, 0xfc, 0x8f, 0x8a, 0x88, 0x8c, 0x8c, 0x80, 0x3b, 0x21, - 0xee, 0xe0, 0x9e, 0xe7, 0x87, 0x77, 0x3b, 0x78, 0xdf, 0x69, 0xbd, 0xbe, 0xdb, 0xea, 0xb8, 0xb8, - 0x1b, 0xde, 0xed, 0xf9, 0x5e, 0xe8, 0xdd, 0x75, 0xfa, 0xe1, 0x8b, 0x00, 0xfb, 0x2f, 0xdd, 0x16, - 0xbe, 0x43, 0x4b, 0xd0, 0x08, 0xfd, 0xaf, 0x34, 0xbb, 0xef, 0xed, 0x7b, 0x0c, 0x86, 0xfc, 0xc5, - 0x2a, 0x4b, 0x0b, 0xfb, 0x9e, 0xb7, 0xdf, 0xc1, 0x0c, 0x79, 0xaf, 0xff, 0xfc, 0x2e, 0x3e, 0xec, - 0x85, 0xaf, 0x79, 0x65, 0x39, 0x5e, 0x19, 0xba, 0x87, 0x38, 0x08, 0x9d, 0xc3, 0x1e, 0x07, 0x78, - 0x47, 0x76, 0xc5, 0x09, 0x43, 0x52, 0x13, 0xba, 0x5e, 0xf7, 0xee, 0xcb, 0xfb, 0xea, 0x4f, 0x0e, - 0x7a, 0x2b, 0xb3, 0xd7, 0x2d, 0xec, 0x87, 0x41, 0x82, 0x28, 0x87, 0x0c, 0x5f, 0xf7, 0x70, 0x70, - 0x17, 0xbf, 0xc4, 0xdd, 0x50, 0xfc, 0xc7, 0x41, 0xaf, 0x99, 0x41, 0xe9, 0xbf, 0x1c, 0xe4, 0x7b, - 0x66, 0x90, 0x57, 0x78, 0x8f, 0xcc, 0x54, 0x57, 0xfe, 0x31, 0x00, 0xdc, 0x77, 0x7a, 0x3d, 0xec, - 0x47, 0x7f, 0x24, 0xfa, 0xda, 0x0f, 0x9c, 0x7d, 0xcc, 0xfb, 0xf8, 0xf2, 0xbe, 0xfa, 0x93, 0x81, - 0x5a, 0xbf, 0xb3, 0x04, 0x23, 0xab, 0xa4, 0x00, 0x7d, 0x08, 0xc3, 0x3b, 0xaf, 0x7b, 0xb8, 0x98, - 0xbb, 0x9a, 0xbb, 0x35, 0xbd, 0x5c, 0x60, 0xf5, 0x77, 0xb6, 0x7a, 0xd8, 0xa7, 0x13, 0x56, 0x45, - 0xc7, 0x47, 0xe5, 0x69, 0xd2, 0xee, 0x77, 0xbd, 0x43, 0x37, 0xa4, 0x0b, 0x62, 0x53, 0x0c, 0xf4, - 0x0c, 0xa6, 0x6d, 0x1c, 0x78, 0x7d, 0xbf, 0x85, 0xd7, 0xb0, 0xd3, 0xc6, 0x7e, 0x31, 0x7f, 0x35, - 0x77, 0x6b, 0x62, 0x79, 0xee, 0x0e, 0x1b, 0xb2, 0x5e, 0x59, 0xbd, 0x74, 0x7c, 0x54, 0x46, 0x3e, - 0x2f, 0x8b, 0x88, 0xad, 0x9d, 0xb3, 0x63, 0x64, 0xd0, 0x57, 0x30, 0x55, 0xc3, 0x7e, 0x58, 0xe9, - 0x87, 0x2f, 0x3c, 0xdf, 0x0d, 0x5f, 0x17, 0x87, 0x28, 0xdd, 0x4b, 0x9c, 0xae, 0x56, 0xd7, 0x58, - 0xae, 0x2e, 0x1e, 0x1f, 0x95, 0x8b, 0x64, 0xcd, 0x9a, 0x8e, 0x28, 0xd5, 0xc8, 0xeb, 0xc4, 0xd0, - 0x97, 0x30, 0x59, 0x27, 0x9b, 0xa1, 0xb5, 0xe3, 0x1d, 0xe0, 0x6e, 0x50, 0x1c, 0xd6, 0x3a, 0xad, - 0x56, 0x35, 0x96, 0xab, 0x0b, 0xc7, 0x47, 0xe5, 0x79, 0xba, 0x77, 0x5a, 0xcd, 0x90, 0x16, 0x6a, - 0xa4, 0x35, 0x4a, 0xe8, 0x67, 0x30, 0xbd, 0xed, 0x7b, 0x2f, 0xdd, 0xc0, 0xf5, 0xba, 0xb4, 0xa8, - 0x38, 0x42, 0x69, 0xcf, 0x73, 0xda, 0x7a, 0x65, 0x63, 0xb9, 0x7a, 0xe5, 0xf8, 0xa8, 0x7c, 0xb9, - 0x27, 0x4a, 0x59, 0x03, 0xfa, 0xcc, 0xe8, 0x28, 0x68, 0x07, 0x26, 0x6a, 0x9d, 0x7e, 0x10, 0x62, - 0x7f, 0xd3, 0x39, 0xc4, 0xc5, 0xf3, 0x94, 0xfc, 0xac, 0x98, 0x97, 0xa8, 0xa6, 0xb1, 0x5c, 0x2d, - 0x1d, 0x1f, 0x95, 0x2f, 0xb5, 0x58, 0x51, 0xb3, 0xeb, 0x1c, 0xea, 0x53, 0xae, 0x92, 0x41, 0x1f, - 0xc0, 0xf0, 0x6e, 0x80, 0xfd, 0xe2, 0x18, 0x25, 0x37, 0xc5, 0xc9, 0x91, 0xa2, 0xc6, 0x32, 0x5b, - 0xff, 0x7e, 0x80, 0x7d, 0x0d, 0x9f, 0x22, 0x10, 0x44, 0xdb, 0xeb, 0xe0, 0xe2, 0xb8, 0x86, 0x48, - 0x8a, 0x1a, 0xef, 0x33, 0x44, 0xdf, 0xeb, 0xe8, 0x0d, 0x53, 0x04, 0xb4, 0x0e, 0xe3, 0xa4, 0xe5, - 0xa0, 0xe7, 0xb4, 0x70, 0x11, 0x28, 0x76, 0x81, 0x63, 0xcb, 0xf2, 0xea, 0xfc, 0xf1, 0x51, 0xf9, - 0x62, 0x57, 0xfc, 0xd4, 0xa8, 0x44, 0xd8, 0xe8, 0x73, 0x38, 0x5f, 0xc7, 0xfe, 0x4b, 0xec, 0x17, - 0x27, 0x28, 0x9d, 0x19, 0xb1, 0x90, 0xb4, 0xb0, 0xb1, 0x5c, 0x9d, 0x3d, 0x3e, 0x2a, 0x17, 0x02, - 0xfa, 0x4b, 0xa3, 0xc1, 0xd1, 0xc8, 0x6e, 0xb3, 0xf1, 0x4b, 0xec, 0x07, 0x78, 0xa7, 0xdf, 0xed, - 0xe2, 0x4e, 0x71, 0x52, 0xdb, 0x6d, 0x5a, 0x9d, 0xd8, 0x6d, 0x3e, 0x2b, 0x6c, 0x86, 0xb4, 0x54, - 0xdf, 0x6d, 0x1a, 0x02, 0x7a, 0x01, 0x05, 0xf6, 0x57, 0xcd, 0xeb, 0x76, 0x71, 0x8b, 0x1c, 0xa9, - 0xe2, 0x14, 0x6d, 0xe0, 0x32, 0x6f, 0x20, 0x5e, 0xdd, 0x58, 0xae, 0x96, 0x8f, 0x8f, 0xca, 0x0b, - 0x8c, 0x76, 0xb3, 0x25, 0x2b, 0xb4, 0x66, 0x12, 0x54, 0xc9, 0x38, 0x2a, 0xad, 0x16, 0x0e, 0x02, - 0x1b, 0xff, 0xbc, 0x8f, 0x83, 0xb0, 0x38, 0xad, 0x8d, 0x43, 0xab, 0x6b, 0x3c, 0x60, 0xe3, 0x70, - 0x68, 0x61, 0xd3, 0x67, 0xa5, 0xfa, 0x38, 0x34, 0x04, 0xb4, 0x0d, 0x50, 0xe9, 0xf5, 0xea, 0x38, - 0x20, 0x9b, 0xb1, 0x38, 0x43, 0x49, 0x5f, 0xe4, 0xa4, 0x9f, 0xe1, 0x3d, 0x5e, 0xd1, 0x58, 0xae, - 0x5e, 0x3e, 0x3e, 0x2a, 0xcf, 0x39, 0xbd, 0x5e, 0x33, 0x60, 0x45, 0x1a, 0x51, 0x85, 0x06, 0x9b, - 0xf7, 0x43, 0x2f, 0xc4, 0x7c, 0x2b, 0x16, 0x0b, 0xb1, 0x79, 0x57, 0xea, 0x44, 0x7f, 0x7d, 0x5a, - 0xd8, 0xe4, 0xdb, 0x3a, 0x3e, 0xef, 0x0a, 0x02, 0x39, 0x8b, 0x2b, 0x4e, 0xe8, 0xec, 0x39, 0x01, - 0xe6, 0xdb, 0xe3, 0x82, 0x76, 0x16, 0xf5, 0xca, 0xc6, 0x03, 0x76, 0x16, 0xdb, 0xbc, 0xb4, 0x69, - 0xd8, 0x2f, 0x31, 0x7a, 0x64, 0x46, 0xa2, 0x81, 0x17, 0xd1, 0x80, 0x19, 0x79, 0x85, 0xf7, 0xcc, - 0x33, 0x12, 0x81, 0xa2, 0x35, 0x18, 0x7b, 0x86, 0xf7, 0x18, 0xe7, 0xb8, 0x48, 0xe9, 0x5d, 0x88, - 0xe8, 0x31, 0x9e, 0xf1, 0x80, 0x9d, 0x0a, 0x42, 0x2d, 0xc9, 0x2d, 0x24, 0x36, 0xfa, 0xed, 0x1c, - 0xcc, 0x8b, 0x13, 0x8e, 0xc3, 0x57, 0x9e, 0x7f, 0xe0, 0x76, 0xf7, 0x6b, 0x5e, 0xf7, 0xb9, 0xbb, - 0x5f, 0x9c, 0xa5, 0x94, 0xaf, 0xc6, 0x98, 0x46, 0x0c, 0xaa, 0xb1, 0x5c, 0x7d, 0xfb, 0xf8, 0xa8, - 0x7c, 0x5d, 0x32, 0x10, 0x59, 0x4f, 0x36, 0xe4, 0x73, 0x77, 0x5f, 0x6b, 0x38, 0xad, 0x2d, 0xf4, - 0x9b, 0x39, 0xb8, 0xc4, 0x47, 0x67, 0xe3, 0x96, 0xe7, 0xb7, 0xa3, 0x6e, 0xcc, 0xd1, 0x6e, 0x94, - 0xe5, 0x69, 0x35, 0x01, 0x35, 0x96, 0xab, 0x37, 0x8f, 0x8f, 0xca, 0x16, 0x9f, 0xb8, 0xa6, 0x2f, - 0xaa, 0x4d, 0x9d, 0x48, 0x69, 0x88, 0xec, 0x04, 0xc2, 0xfc, 0xb7, 0x7d, 0xfc, 0x1c, 0xfb, 0xb8, - 0xdb, 0xc2, 0xc5, 0x4b, 0xda, 0x4e, 0xd0, 0x2b, 0x05, 0x57, 0x26, 0x9f, 0x92, 0x66, 0x4f, 0x16, - 0xeb, 0x3b, 0x41, 0x47, 0x41, 0x3f, 0x07, 0xc4, 0x27, 0xa0, 0xd2, 0x6f, 0xbb, 0x21, 0x1f, 0xe0, - 0x3c, 0x6d, 0x65, 0x41, 0x9f, 0x67, 0x05, 0xa0, 0xb1, 0x5c, 0xb5, 0x8e, 0x8f, 0xca, 0x4b, 0x62, - 0x8a, 0x1d, 0x52, 0x65, 0x1a, 0x98, 0x81, 0x38, 0xe1, 0xbc, 0x1b, 0x5e, 0xeb, 0xa0, 0x58, 0xd4, - 0x38, 0x2f, 0x29, 0x12, 0x2c, 0xbb, 0xe3, 0xb5, 0x0e, 0x74, 0xce, 0x4b, 0x6a, 0x51, 0x08, 0x17, - 0xf9, 0x2a, 0xd9, 0x38, 0x08, 0x7d, 0x97, 0xf2, 0x8e, 0xa0, 0x78, 0x99, 0xd2, 0x59, 0x14, 0x3c, - 0x38, 0x09, 0xd1, 0x78, 0x97, 0xf5, 0x96, 0x6f, 0x84, 0xa6, 0xaf, 0xd4, 0x69, 0xcd, 0x98, 0xc8, - 0xa3, 0xff, 0x07, 0xe6, 0x9e, 0xb9, 0xdd, 0xb6, 0xf7, 0x2a, 0x58, 0xc1, 0xc1, 0x41, 0xe8, 0xf5, - 0xea, 0x4c, 0x28, 0x2c, 0x96, 0x68, 0xbb, 0x4b, 0x62, 0x9b, 0x9b, 0x60, 0x1a, 0x0f, 0xaa, 0x37, - 0x8e, 0x8f, 0xca, 0xd7, 0x5e, 0xb1, 0xca, 0x66, 0x9b, 0xd5, 0x36, 0xb9, 0x5c, 0xa9, 0x35, 0x6e, - 0x6e, 0x85, 0x6c, 0x01, 0xbd, 0xa2, 0xb8, 0xa0, 0x6d, 0x01, 0xbd, 0x52, 0x30, 0x83, 0x58, 0x83, - 0xfa, 0x16, 0xd0, 0x51, 0xd0, 0x23, 0x18, 0x13, 0xec, 0xa1, 0xb8, 0xa8, 0x1d, 0x5d, 0x51, 0xdc, - 0x78, 0xc0, 0x24, 0x20, 0xc1, 0x62, 0xf4, 0x93, 0x2b, 0xa0, 0xd0, 0x06, 0x8c, 0x53, 0x1e, 0x49, - 0x59, 0xd6, 0x15, 0x4a, 0x09, 0x89, 0x8d, 0x2a, 0xca, 0x1b, 0x0f, 0xaa, 0xc5, 0xe3, 0xa3, 0xf2, - 0x2c, 0xe3, 0xb2, 0x09, 0x46, 0x15, 0x11, 0x40, 0x0f, 0x60, 0xa8, 0xd2, 0xeb, 0x15, 0x97, 0x28, - 0x9d, 0xc9, 0x88, 0x4e, 0xe3, 0x41, 0xf5, 0xc2, 0xf1, 0x51, 0x79, 0xca, 0xe9, 0xe9, 0xc3, 0x22, - 0xd0, 0x68, 0x0f, 0x0a, 0xf5, 0xae, 0xf7, 0xea, 0x79, 0xc7, 0x39, 0xc0, 0x82, 0xbd, 0x95, 0xd3, - 0xd9, 0x1b, 0xfd, 0x58, 0x05, 0x02, 0xc1, 0xc8, 0xe4, 0x12, 0xf4, 0xc8, 0x67, 0xf1, 0x49, 0x7f, - 0x0f, 0xfb, 0x5d, 0x1c, 0xe2, 0x80, 0x8f, 0xf6, 0xaa, 0xf6, 0x59, 0x8c, 0x57, 0x37, 0x1e, 0xb0, - 0x96, 0x0e, 0x64, 0xb9, 0x69, 0xec, 0x09, 0xaa, 0xa8, 0x03, 0x17, 0xa2, 0x32, 0xf1, 0xa9, 0xb9, - 0x46, 0x9b, 0x2a, 0x25, 0x9a, 0x8a, 0x3e, 0x37, 0x57, 0x8f, 0x8f, 0xca, 0x8b, 0x4a, 0x5b, 0xa6, - 0x4f, 0x4e, 0x92, 0x30, 0x7a, 0x02, 0xe3, 0xeb, 0xdd, 0x20, 0x74, 0x3a, 0x1d, 0xec, 0x17, 0x2d, - 0x6d, 0xf9, 0x64, 0x79, 0xe3, 0x3e, 0x63, 0xe2, 0xae, 0x28, 0xd0, 0x57, 0x4f, 0xc2, 0xa1, 0x36, - 0xcc, 0xa8, 0xdf, 0x1c, 0x72, 0x5e, 0xae, 0x53, 0x92, 0x45, 0xc3, 0x47, 0x8c, 0x9c, 0x94, 0xfb, - 0xd5, 0xa5, 0xe3, 0xa3, 0x72, 0x49, 0xfb, 0x8a, 0xc5, 0x8f, 0x48, 0x9c, 0x24, 0xfa, 0x2b, 0x84, - 0x47, 0x57, 0x9e, 0x6e, 0xac, 0xb7, 0xb7, 0x79, 0x11, 0x15, 0x3a, 0x89, 0x3c, 0xff, 0x96, 0xce, - 0xa3, 0x8d, 0x40, 0x8d, 0xfb, 0xec, 0x4b, 0x11, 0x38, 0x87, 0x9d, 0xa6, 0xdb, 0x96, 0xe7, 0xb2, - 0xd9, 0xe3, 0x00, 0x31, 0x26, 0x6d, 0x24, 0x82, 0x7e, 0x02, 0xd3, 0xb2, 0x86, 0xed, 0xb8, 0x1b, - 0xe9, 0x3b, 0x8e, 0x0e, 0x52, 0x69, 0x2f, 0xb9, 0xe1, 0x62, 0xc4, 0xc8, 0xa9, 0x22, 0x02, 0xeb, - 0x23, 0xdf, 0xeb, 0xf7, 0x8a, 0x37, 0xb5, 0x65, 0x91, 0xe5, 0x8d, 0xfb, 0xec, 0x54, 0x11, 0x59, - 0xb7, 0xb9, 0x4f, 0x4a, 0xf4, 0x75, 0x91, 0x80, 0xe4, 0x3b, 0xbd, 0xbb, 0xce, 0xb9, 0xfc, 0xdb, - 0xda, 0x61, 0x17, 0xc5, 0x62, 0x89, 0xfb, 0xae, 0x89, 0xa1, 0x4b, 0x6c, 0xe4, 0xc0, 0xf4, 0xd6, - 0x41, 0xe8, 0xac, 0x1f, 0x12, 0xad, 0xcd, 0xee, 0x77, 0x70, 0xf1, 0x96, 0xc6, 0x98, 0xf4, 0x4a, - 0xb1, 0xbe, 0xde, 0x41, 0xe8, 0x34, 0x5d, 0x5a, 0xdc, 0xf4, 0xfb, 0x31, 0x01, 0x3b, 0x46, 0x90, - 0xf0, 0x3e, 0x52, 0x52, 0x09, 0x02, 0x77, 0xbf, 0x7b, 0x88, 0xbb, 0x61, 0xf1, 0x9d, 0x44, 0x13, - 0x51, 0x65, 0xe3, 0x3e, 0xe3, 0x7d, 0xb4, 0x09, 0x47, 0x16, 0x27, 0x5b, 0x88, 0x50, 0x50, 0x1d, - 0x26, 0xd6, 0xbb, 0x21, 0xde, 0x67, 0x0a, 0x63, 0xf1, 0xb6, 0xa6, 0x94, 0x28, 0x35, 0x8d, 0xfb, - 0x4c, 0x14, 0x72, 0xa3, 0x22, 0x5d, 0x27, 0x51, 0x60, 0x89, 0xa6, 0xf3, 0xcc, 0x09, 0x5b, 0x2f, - 0x88, 0x82, 0xd5, 0x0f, 0x8a, 0xdf, 0xd1, 0x88, 0x2a, 0x35, 0x8d, 0xfb, 0x4c, 0xd3, 0x79, 0x45, - 0x8a, 0x9a, 0x01, 0x2d, 0xd3, 0xa9, 0x2a, 0xc0, 0x55, 0x80, 0x31, 0xa1, 0x6b, 0x3e, 0x1e, 0x1e, - 0x1b, 0x2d, 0x8c, 0x59, 0x7f, 0x9c, 0x83, 0x11, 0x0a, 0x81, 0x3e, 0x87, 0x91, 0x27, 0x6e, 0xb7, - 0x1d, 0x14, 0x73, 0x57, 0x87, 0x14, 0x7d, 0x84, 0x56, 0x92, 0x8a, 0xea, 0xfc, 0x2f, 0x8e, 0xca, - 0xe7, 0x8e, 0x8f, 0xca, 0x33, 0x07, 0x04, 0x4c, 0x51, 0x87, 0x19, 0x1e, 0xda, 0x85, 0x8b, 0x95, - 0x4e, 0xc7, 0x7b, 0xb5, 0xed, 0xf8, 0xa1, 0xeb, 0x74, 0xea, 0x7d, 0x2a, 0x40, 0x53, 0xa5, 0x78, - 0xac, 0x7a, 0xfd, 0xf8, 0xa8, 0x5c, 0x76, 0x48, 0x75, 0xb3, 0xc7, 0xea, 0x9b, 0x01, 0x03, 0x50, - 0x08, 0x99, 0xf0, 0xad, 0x3f, 0x39, 0x0f, 0x85, 0x35, 0x2f, 0x08, 0x89, 0x16, 0x2b, 0xc5, 0xf1, - 0xeb, 0x70, 0x9e, 0x94, 0xad, 0xaf, 0x50, 0xbd, 0x7d, 0xbc, 0x3a, 0x71, 0x7c, 0x54, 0x1e, 0x7d, - 0xe1, 0x05, 0x61, 0xd3, 0x6d, 0xdb, 0xbc, 0x0a, 0xbd, 0x03, 0x63, 0x9b, 0x5e, 0x1b, 0x53, 0x55, - 0x31, 0x4f, 0xc1, 0xa6, 0x8e, 0x8f, 0xca, 0xe3, 0x5d, 0xaf, 0x8d, 0xa9, 0x46, 0x68, 0xcb, 0x6a, - 0xd4, 0xe0, 0x9a, 0xdc, 0x10, 0x05, 0xab, 0x1e, 0x1f, 0x95, 0x87, 0x89, 0xea, 0xf6, 0xab, 0xa3, - 0xf2, 0xfb, 0xfb, 0x6e, 0xf8, 0xa2, 0xbf, 0x77, 0xa7, 0xe5, 0x1d, 0xde, 0xdd, 0xf7, 0x9d, 0x97, - 0x2e, 0x33, 0xa4, 0x38, 0x9d, 0xbb, 0x91, 0xb9, 0xa5, 0xe7, 0x72, 0x2b, 0x47, 0xfd, 0x75, 0x10, - 0xe2, 0x43, 0x42, 0x89, 0x2b, 0x7a, 0xcf, 0x60, 0xb6, 0xd2, 0x6e, 0xbb, 0x0c, 0x63, 0xdb, 0x77, - 0xbb, 0x2d, 0xb7, 0xe7, 0x74, 0x88, 0xd2, 0x3d, 0x74, 0x6b, 0x9c, 0x4f, 0x8a, 0xac, 0x6f, 0xf6, - 0x24, 0x80, 0x32, 0x29, 0x46, 0x02, 0xe8, 0x01, 0x8c, 0xad, 0x6c, 0xd6, 0xa9, 0x1a, 0x58, 0x1c, - 0xa1, 0xc4, 0xe8, 0x81, 0x6b, 0x77, 0x03, 0x3a, 0x34, 0x95, 0x80, 0x04, 0x44, 0xef, 0xc3, 0xe4, - 0x76, 0x7f, 0xaf, 0xe3, 0xb6, 0x76, 0x36, 0xea, 0x4f, 0xf0, 0x6b, 0xaa, 0x3f, 0x4f, 0x32, 0x71, - 0xa9, 0x47, 0xcb, 0x9b, 0x61, 0x27, 0x68, 0x1e, 0xe0, 0xd7, 0xb6, 0x06, 0x17, 0xe1, 0xd5, 0xeb, - 0x6b, 0x04, 0x6f, 0x34, 0x81, 0x17, 0x04, 0x2f, 0x54, 0x3c, 0x06, 0x87, 0xee, 0x02, 0x30, 0xad, - 0xa4, 0xd2, 0x6e, 0x33, 0xf5, 0x7a, 0xbc, 0x3a, 0x73, 0x7c, 0x54, 0x9e, 0xe0, 0x7a, 0x8c, 0xd3, - 0x6e, 0xfb, 0xb6, 0x02, 0x82, 0x6a, 0x30, 0x66, 0x7b, 0x6c, 0x82, 0xb9, 0x52, 0x3d, 0x23, 0x95, - 0x6a, 0x56, 0xcc, 0xcd, 0x28, 0xfc, 0x97, 0x3a, 0x4a, 0x01, 0x81, 0xca, 0x30, 0xba, 0xe9, 0xd5, - 0x9c, 0xd6, 0x0b, 0xa6, 0x5a, 0x8f, 0x55, 0x47, 0x8e, 0x8f, 0xca, 0xb9, 0xef, 0xd9, 0xa2, 0x14, - 0xbd, 0x84, 0x89, 0x68, 0xa1, 0x82, 0xe2, 0x04, 0x9d, 0xbe, 0x1d, 0x72, 0x8a, 0x02, 0x5a, 0xdc, - 0x24, 0x4b, 0xaf, 0xcc, 0xe0, 0x37, 0xd8, 0x05, 0x6a, 0x43, 0xa8, 0x03, 0x57, 0x76, 0xc9, 0xc7, - 0x6d, 0xaf, 0x83, 0xa3, 0xe2, 0x4a, 0x10, 0x60, 0x9f, 0xd0, 0x5a, 0x5f, 0xa1, 0x9a, 0xf7, 0x38, - 0x17, 0xf9, 0xa3, 0x9e, 0x10, 0x3e, 0xc4, 0x40, 0x9a, 0x6e, 0x5b, 0x19, 0x71, 0x36, 0x31, 0xeb, - 0x7f, 0xe5, 0x00, 0x6d, 0xf5, 0x70, 0xb7, 0x5e, 0x5f, 0x23, 0x47, 0x47, 0x9c, 0x9c, 0xef, 0xc2, - 0x38, 0x5b, 0x23, 0xb2, 0x90, 0x79, 0xba, 0x90, 0xd3, 0xc7, 0x47, 0x65, 0xe0, 0x0b, 0x49, 0x16, - 0x31, 0x02, 0x40, 0x37, 0x60, 0x68, 0x67, 0x67, 0x83, 0x1e, 0x8b, 0xa1, 0xea, 0xc5, 0xe3, 0xa3, - 0xf2, 0x50, 0x18, 0x76, 0x7e, 0x75, 0x54, 0x1e, 0x5b, 0xe9, 0x33, 0x46, 0x65, 0x93, 0x7a, 0x74, - 0x03, 0x46, 0x85, 0x68, 0x31, 0x1c, 0x9d, 0x47, 0x2e, 0x33, 0xd8, 0xa2, 0x0e, 0x7d, 0x87, 0x1b, - 0x5a, 0x46, 0x4c, 0x86, 0x96, 0x31, 0x72, 0xe8, 0xc8, 0xc7, 0x87, 0x1b, 0x57, 0xee, 0xc0, 0x08, - 0x5b, 0x9f, 0xf3, 0x94, 0x1f, 0xc5, 0xac, 0x2b, 0xe3, 0xc7, 0x47, 0xe5, 0x11, 0xba, 0x4e, 0x36, - 0x03, 0x7b, 0x3c, 0x3c, 0x96, 0x2b, 0xe4, 0xed, 0x31, 0x82, 0x4b, 0x4e, 0x80, 0xf5, 0x1d, 0x98, - 0x50, 0x86, 0x8f, 0x16, 0x61, 0x98, 0xfc, 0x4f, 0xf9, 0xc5, 0x24, 0x6b, 0xac, 0x45, 0xa6, 0x85, - 0x96, 0x5a, 0x7f, 0x34, 0x05, 0x05, 0x82, 0xa9, 0x31, 0x19, 0x6d, 0xaa, 0x72, 0x83, 0xa6, 0xea, - 0x16, 0xc8, 0xb6, 0x39, 0xb7, 0x99, 0x3c, 0x3e, 0x2a, 0x8f, 0xf5, 0x79, 0x59, 0xd4, 0x33, 0x54, - 0x87, 0xd1, 0xd5, 0xaf, 0x7b, 0xae, 0x8f, 0x03, 0x6e, 0xd9, 0x2b, 0xdd, 0x61, 0xb6, 0xdd, 0x3b, - 0xc2, 0xb6, 0x7b, 0x67, 0x47, 0xd8, 0x76, 0xab, 0x57, 0x38, 0xd7, 0xbd, 0x80, 0x19, 0x4a, 0xb4, - 0x01, 0x7e, 0xef, 0x3f, 0x95, 0x73, 0xb6, 0xa0, 0x84, 0xbe, 0x0b, 0xe7, 0x1f, 0x7a, 0xfe, 0xa1, - 0x13, 0xf2, 0x15, 0xa0, 0x66, 0x9f, 0xe7, 0xb4, 0x44, 0xd9, 0x33, 0x1c, 0x06, 0x3d, 0x84, 0x69, - 0xdb, 0xeb, 0x87, 0x78, 0xc7, 0x13, 0xeb, 0x36, 0x42, 0xb1, 0xe8, 0xf7, 0xd5, 0x27, 0x35, 0xcd, - 0xd0, 0x4b, 0x0a, 0x7d, 0x76, 0x0c, 0x0b, 0xad, 0xc2, 0xb4, 0x66, 0x27, 0x61, 0xab, 0x35, 0xce, - 0x75, 0x48, 0xcd, 0xba, 0xa2, 0xb2, 0xa4, 0x18, 0x12, 0xda, 0x34, 0x09, 0xa9, 0xa3, 0xb4, 0x47, - 0x03, 0x05, 0x51, 0x93, 0x18, 0x8a, 0x61, 0x86, 0x77, 0x54, 0x6a, 0x25, 0x63, 0xdc, 0xba, 0xc2, - 0xec, 0xbb, 0xb1, 0xda, 0xea, 0x75, 0x3e, 0xcb, 0x0b, 0x72, 0xec, 0x49, 0x3d, 0xc5, 0x8e, 0xd3, - 0x24, 0x4c, 0x58, 0x7e, 0x60, 0xc6, 0x69, 0x6f, 0x99, 0xcd, 0x4e, 0x7c, 0x60, 0x54, 0xf6, 0x24, - 0x3f, 0x35, 0x1b, 0x30, 0xb2, 0x1b, 0x38, 0xfb, 0x8c, 0x39, 0x4d, 0x2f, 0x5f, 0xe3, 0x3d, 0x8a, - 0xef, 0x3e, 0x6a, 0xe6, 0xa5, 0x80, 0xf4, 0xdc, 0xcd, 0x50, 0x1b, 0xb6, 0xfa, 0xd1, 0xa5, 0x75, - 0xe8, 0x0b, 0x00, 0xde, 0x2b, 0xa2, 0xe8, 0x4c, 0x70, 0x69, 0x4c, 0x1b, 0x64, 0xa5, 0xd7, 0xab, - 0x2e, 0xf1, 0xf1, 0x5d, 0x92, 0xe3, 0xd3, 0x54, 0x1f, 0x5b, 0x21, 0x82, 0x3e, 0x87, 0x49, 0xca, - 0xbb, 0xc4, 0x8a, 0x4e, 0xd2, 0x15, 0xa5, 0x96, 0x60, 0xca, 0x8e, 0x0c, 0xeb, 0xa9, 0x21, 0xa0, - 0xff, 0x17, 0xe6, 0x38, 0xb9, 0x98, 0xd6, 0x39, 0xc5, 0xb5, 0x6c, 0xad, 0x7b, 0x3a, 0x4c, 0xf5, - 0x36, 0xef, 0xa9, 0x25, 0x7b, 0x9a, 0xaa, 0x87, 0xda, 0xe6, 0x66, 0xd0, 0x3a, 0xcc, 0xec, 0x06, - 0x58, 0x1b, 0xc3, 0x34, 0xfd, 0x10, 0x50, 0x05, 0xaa, 0x1f, 0xe0, 0x66, 0xda, 0x38, 0xe2, 0x78, - 0xc8, 0x06, 0xb4, 0xe2, 0x7b, 0xbd, 0xd8, 0x1e, 0x9f, 0xa1, 0x33, 0x42, 0xed, 0x01, 0x6d, 0xdf, - 0xeb, 0x35, 0xd3, 0x37, 0xba, 0x01, 0x1b, 0xfd, 0x14, 0x2e, 0x45, 0x66, 0xcb, 0x15, 0xd7, 0xd9, - 0xef, 0x7a, 0x41, 0xe8, 0xb6, 0xd6, 0x57, 0xa8, 0x05, 0x90, 0xf3, 0xff, 0xc8, 0xec, 0xd9, 0x6c, - 0x4b, 0x10, 0x9d, 0xff, 0xa7, 0x50, 0x41, 0x3f, 0x86, 0x29, 0xde, 0x16, 0x37, 0x93, 0x5f, 0xc8, - 0xde, 0x68, 0x12, 0x98, 0x9b, 0xac, 0xc5, 0x4f, 0x26, 0x23, 0xe9, 0xb4, 0xd0, 0x57, 0x30, 0xf1, - 0xf4, 0x61, 0xc5, 0xc6, 0x41, 0xcf, 0xeb, 0x06, 0x98, 0x9b, 0xfd, 0x96, 0x38, 0xe9, 0xa7, 0x0f, - 0x2b, 0x95, 0x7e, 0xf8, 0x02, 0x77, 0x43, 0xb7, 0xe5, 0x84, 0x58, 0x40, 0x31, 0x09, 0xf5, 0xf0, - 0xb9, 0xd3, 0xf4, 0x79, 0x89, 0x32, 0x0a, 0x95, 0x1c, 0x2a, 0xc1, 0x58, 0xbd, 0xbe, 0xb6, 0xe1, - 0xed, 0xbb, 0xcc, 0x02, 0x38, 0x6e, 0xcb, 0xdf, 0x68, 0x0f, 0xe6, 0x94, 0x8b, 0x2c, 0x2a, 0xea, - 0x62, 0x2a, 0xcf, 0x33, 0x83, 0xde, 0xf7, 0xe4, 0x4d, 0xdc, 0x1d, 0xf5, 0xbe, 0xeb, 0xe5, 0xfd, - 0x3b, 0x95, 0xe8, 0x67, 0x5d, 0x20, 0xd9, 0xb3, 0x8e, 0xa1, 0xd4, 0xfa, 0x12, 0xc6, 0xe5, 0xb1, - 0x43, 0xa3, 0x30, 0x54, 0xe9, 0x74, 0x0a, 0xe7, 0xc8, 0x1f, 0xf5, 0xfa, 0x5a, 0x21, 0x87, 0xa6, - 0x01, 0x22, 0x5e, 0x53, 0xc8, 0xa3, 0xc9, 0xc8, 0xea, 0x51, 0x18, 0xa2, 0xf0, 0xbd, 0x5e, 0x61, - 0x18, 0xa1, 0xb8, 0xb9, 0xa5, 0x30, 0x62, 0x7d, 0x02, 0xe3, 0x72, 0x22, 0xd1, 0x0c, 0x4c, 0xec, - 0x6e, 0xd6, 0xb7, 0x57, 0x6b, 0xeb, 0x0f, 0xd7, 0x57, 0x57, 0x0a, 0xe7, 0xd0, 0x15, 0xb8, 0xbc, - 0x53, 0x5f, 0x6b, 0xae, 0x54, 0x9b, 0x1b, 0x5b, 0xb5, 0xca, 0x46, 0x73, 0xdb, 0xde, 0xfa, 0xf2, - 0x87, 0xcd, 0x9d, 0xdd, 0xcd, 0xcd, 0xd5, 0x8d, 0x42, 0xce, 0xfa, 0xf7, 0xb9, 0x04, 0x3f, 0x43, - 0xcb, 0x30, 0xc1, 0x95, 0x48, 0xba, 0xc6, 0x4c, 0x0c, 0x2e, 0x1c, 0x1f, 0x95, 0x27, 0x85, 0x02, - 0x4a, 0x97, 0x4f, 0x05, 0x22, 0x9f, 0xa8, 0x6d, 0xb2, 0x50, 0x2d, 0xaf, 0xa3, 0x7e, 0xa2, 0x7a, - 0xbc, 0xcc, 0x96, 0xb5, 0x68, 0x59, 0xf9, 0x98, 0x31, 0x99, 0x98, 0xca, 0x5d, 0xe2, 0x63, 0xa6, - 0x32, 0x36, 0xf9, 0x59, 0x5b, 0x56, 0x6c, 0x40, 0xc3, 0x11, 0x8e, 0x81, 0x91, 0x4a, 0x38, 0xab, - 0x9f, 0xc2, 0x2a, 0xd0, 0x27, 0x09, 0x93, 0x15, 0x1b, 0x21, 0xe5, 0x85, 0x31, 0x8e, 0x90, 0xb0, - 0x46, 0x95, 0x61, 0x84, 0xed, 0x21, 0x36, 0x48, 0x2a, 0x2b, 0x74, 0x48, 0x81, 0xcd, 0xca, 0xad, - 0xbf, 0x31, 0xa4, 0xb2, 0x4d, 0x22, 0x1b, 0x28, 0x93, 0x48, 0x65, 0x03, 0x3a, 0x79, 0xb4, 0x94, - 0x88, 0x01, 0x5c, 0x8f, 0x5e, 0x5f, 0xe1, 0x14, 0xa9, 0x18, 0x20, 0xac, 0xb2, 0x6e, 0xdb, 0x8e, - 0x00, 0x88, 0xcc, 0xcb, 0x64, 0x02, 0x2a, 0xf3, 0x0e, 0x45, 0x32, 0x2f, 0x97, 0x1a, 0x98, 0xcc, - 0x1b, 0x81, 0x90, 0x85, 0x54, 0xef, 0xb4, 0x86, 0xa3, 0x85, 0x54, 0x6f, 0xaf, 0xf4, 0x1b, 0xab, - 0x8f, 0x01, 0x2a, 0xcf, 0xea, 0x54, 0xe2, 0xb3, 0x37, 0xf9, 0xa7, 0x9b, 0x1e, 0x32, 0xe7, 0x55, - 0xc0, 0x65, 0x46, 0x5f, 0x15, 0x8e, 0x15, 0x68, 0x54, 0x85, 0xa9, 0xca, 0x6f, 0xf4, 0x7d, 0xbc, - 0xde, 0x26, 0xe7, 0x34, 0x64, 0x5a, 0xc0, 0x38, 0xbf, 0x0f, 0x21, 0x15, 0x4d, 0x97, 0xd7, 0x28, - 0x04, 0x74, 0x14, 0xb4, 0x05, 0x17, 0x1e, 0xd5, 0x84, 0x11, 0xa3, 0xd2, 0x6a, 0x79, 0xfd, 0x6e, - 0xc8, 0xbf, 0xd7, 0xd7, 0x8e, 0x8f, 0xca, 0x57, 0xf6, 0x5b, 0x91, 0x1d, 0xc4, 0x61, 0xd5, 0xea, - 0x07, 0x3b, 0x81, 0x6b, 0x75, 0x60, 0xfa, 0x11, 0x0e, 0xc9, 0x56, 0x12, 0xc2, 0x57, 0xf6, 0x9a, - 0x7c, 0x0a, 0x13, 0xcf, 0xdc, 0xf0, 0x45, 0x1d, 0xb7, 0x7c, 0x1c, 0x0a, 0x1d, 0x93, 0x29, 0xc2, - 0x6e, 0xf8, 0xa2, 0x19, 0xb0, 0x72, 0x95, 0xcd, 0x28, 0xe0, 0xd6, 0x2a, 0xcc, 0xf0, 0xd6, 0xa4, - 0xac, 0xb7, 0xac, 0x13, 0xcc, 0x51, 0x82, 0x74, 0x15, 0x54, 0x82, 0x3a, 0x99, 0x3f, 0xc9, 0xc3, - 0x5c, 0xed, 0x85, 0xd3, 0xdd, 0xc7, 0xdb, 0x4e, 0x10, 0xbc, 0xf2, 0xfc, 0xb6, 0xd2, 0x79, 0x2a, - 0xe8, 0x26, 0x3a, 0x4f, 0x25, 0xdb, 0x65, 0x98, 0xd8, 0xea, 0xb4, 0x05, 0x0e, 0x17, 0xc2, 0x69, - 0x5b, 0x5e, 0xa7, 0xdd, 0xec, 0x09, 0x5a, 0x2a, 0x10, 0xc1, 0xd9, 0xc4, 0xaf, 0x24, 0xce, 0x50, - 0x84, 0xd3, 0xc5, 0xaf, 0x14, 0x1c, 0x05, 0x08, 0xad, 0xc2, 0x85, 0x3a, 0x6e, 0x79, 0xdd, 0xf6, - 0x43, 0xa7, 0x15, 0x7a, 0x3e, 0xbb, 0x58, 0x19, 0x8e, 0xe4, 0x94, 0x80, 0x56, 0x36, 0x9f, 0xd3, - 0x5a, 0x76, 0x9f, 0x62, 0x27, 0x31, 0xd0, 0x16, 0xbd, 0x96, 0xa1, 0xf7, 0xf2, 0x5c, 0x72, 0xbf, - 0x71, 0x47, 0x5e, 0xd4, 0xd7, 0x7c, 0x4c, 0x37, 0x85, 0xd3, 0x91, 0xba, 0x87, 0x64, 0xfb, 0x94, - 0xb9, 0x08, 0x48, 0x5b, 0x12, 0xb1, 0x76, 0x61, 0x6a, 0xbb, 0xd3, 0xdf, 0x77, 0xbb, 0x84, 0x0d, - 0xd4, 0xf1, 0xcf, 0xd1, 0x0a, 0x40, 0x54, 0xc0, 0xed, 0x0f, 0xc2, 0xf2, 0x15, 0x55, 0x34, 0x1e, - 0xf0, 0x83, 0x44, 0x4b, 0xa8, 0x80, 0x66, 0x2b, 0x78, 0xd6, 0x5f, 0x1b, 0x02, 0xc4, 0x17, 0x80, - 0x72, 0xf4, 0x3a, 0x0e, 0x09, 0xb3, 0xbd, 0x04, 0x79, 0x69, 0x26, 0x38, 0x7f, 0x7c, 0x54, 0xce, - 0xbb, 0x6d, 0x3b, 0xbf, 0xbe, 0x82, 0xde, 0x85, 0x11, 0x0a, 0x46, 0xe7, 0x7f, 0x5a, 0xb6, 0xa7, - 0x52, 0x60, 0x9c, 0x83, 0x7e, 0x69, 0x6c, 0x06, 0x8c, 0xde, 0x83, 0xf1, 0x15, 0xdc, 0xc1, 0xfb, - 0x4e, 0xe8, 0x89, 0xd3, 0xcd, 0x14, 0x6f, 0x51, 0xa8, 0xec, 0xb9, 0x08, 0x92, 0x48, 0xe7, 0x36, - 0x76, 0x02, 0xaf, 0xab, 0x4a, 0xe7, 0x3e, 0x2d, 0x51, 0xa5, 0x73, 0x06, 0x83, 0xfe, 0x20, 0x07, - 0x13, 0x95, 0x6e, 0x97, 0x2b, 0xb4, 0x01, 0x9f, 0xf5, 0xb9, 0x3b, 0xd2, 0xdf, 0x61, 0xc3, 0xd9, - 0xc3, 0x9d, 0x86, 0xd3, 0xe9, 0xe3, 0xa0, 0xfa, 0x15, 0x11, 0x98, 0xfe, 0xc3, 0x51, 0xf9, 0x93, - 0x53, 0xa8, 0xa8, 0x91, 0xe7, 0xc4, 0x8e, 0xef, 0xb8, 0x61, 0x40, 0xef, 0x2c, 0xa3, 0x06, 0xd5, - 0x73, 0xa3, 0xf4, 0x03, 0xbd, 0xa3, 0xaa, 0x64, 0x9c, 0x17, 0xc7, 0x74, 0x65, 0xae, 0x8d, 0x59, - 0xd7, 0xe5, 0xf7, 0x6e, 0x7d, 0x25, 0x6d, 0x09, 0xac, 0x1a, 0x2c, 0x3e, 0xc2, 0xa1, 0x8d, 0x03, - 0x1c, 0x8a, 0x4d, 0x4b, 0xb7, 0x5c, 0x64, 0xe5, 0x19, 0xa5, 0xbf, 0x25, 0x32, 0x5d, 0x0f, 0xb6, - 0x51, 0x45, 0x8d, 0xf5, 0x57, 0x73, 0x50, 0xae, 0xf9, 0x98, 0xc9, 0x1b, 0x29, 0x84, 0xb2, 0x99, - 0xc9, 0x22, 0x77, 0x01, 0xc9, 0x47, 0xb5, 0x64, 0x96, 0xb8, 0x9b, 0xc7, 0xc9, 0x54, 0x60, 0xeb, - 0x39, 0xcc, 0xd9, 0xb8, 0x8b, 0x5f, 0x11, 0x85, 0x5c, 0xd3, 0x22, 0xcb, 0x30, 0xc2, 0x4e, 0x5e, - 0x62, 0x08, 0xac, 0xfc, 0x74, 0x1a, 0xb9, 0xf5, 0x0f, 0xf3, 0x50, 0x60, 0xc3, 0xad, 0x7a, 0xe1, - 0xc9, 0xc6, 0xc7, 0x47, 0x90, 0x1f, 0xa0, 0xc4, 0xdf, 0x8c, 0x66, 0x7b, 0x28, 0x12, 0x0e, 0x68, - 0x57, 0xc9, 0x37, 0x4e, 0x54, 0x92, 0x01, 0xb1, 0x5d, 0xc0, 0x8c, 0x58, 0x09, 0x4d, 0x1c, 0xfd, - 0x4e, 0x0e, 0xce, 0xb3, 0x7d, 0x95, 0xbd, 0x73, 0x9f, 0x9d, 0xcd, 0xce, 0x2d, 0x84, 0xf4, 0x2f, - 0xf5, 0x1c, 0xb1, 0x3a, 0xeb, 0x1f, 0xe7, 0xe1, 0x82, 0x32, 0x57, 0x5c, 0xc8, 0x7c, 0x87, 0xc9, - 0x36, 0xca, 0x84, 0x51, 0xb3, 0x20, 0xb5, 0x7b, 0x47, 0x9a, 0x3a, 0x9d, 0xb9, 0x77, 0x60, 0x8c, - 0x0c, 0x29, 0x6e, 0x41, 0xa4, 0x5f, 0x58, 0x06, 0x2a, 0xaa, 0x4f, 0x3c, 0x7b, 0x77, 0x61, 0x8c, - 0xfe, 0x49, 0x56, 0x64, 0x38, 0x7d, 0x45, 0x24, 0x10, 0x72, 0x01, 0x1e, 0x7b, 0x6e, 0xf7, 0x29, - 0x0e, 0x5f, 0x78, 0x6d, 0xfe, 0xad, 0x5f, 0x27, 0x7c, 0xf0, 0xff, 0xf2, 0xdc, 0x6e, 0xf3, 0x90, - 0x16, 0x9f, 0xd6, 0x42, 0x15, 0x11, 0xb4, 0x15, 0xe2, 0xd6, 0x3d, 0x28, 0x10, 0x96, 0x75, 0xf2, - 0xad, 0x65, 0xcd, 0x02, 0x7a, 0x84, 0xc3, 0xaa, 0xa7, 0x7d, 0x4c, 0xad, 0x29, 0x98, 0xd8, 0x76, - 0xbb, 0xfb, 0xe2, 0xe7, 0x3f, 0x19, 0x82, 0x49, 0xf6, 0x9b, 0xaf, 0x40, 0x4c, 0xe4, 0xc9, 0x9d, - 0x44, 0xe4, 0xf9, 0x10, 0xa6, 0xf8, 0x45, 0x18, 0xf6, 0xe9, 0x05, 0x09, 0x5b, 0x0f, 0xaa, 0xb2, - 0xb0, 0x8b, 0xb0, 0xe6, 0x4b, 0x56, 0x63, 0xeb, 0x80, 0x68, 0x03, 0xa6, 0x59, 0xc1, 0x43, 0xec, - 0x84, 0xfd, 0xc8, 0xea, 0x32, 0xc3, 0xb5, 0x16, 0x51, 0xcc, 0xf8, 0x19, 0xa7, 0xf5, 0x9c, 0x17, - 0xda, 0x31, 0x5c, 0xf4, 0x39, 0xcc, 0x6c, 0xfb, 0xde, 0xd7, 0xaf, 0x15, 0x21, 0x8f, 0xb1, 0xf4, - 0xb9, 0xe3, 0xa3, 0xf2, 0x85, 0x1e, 0xa9, 0x6a, 0xaa, 0xa2, 0x5e, 0x1c, 0x9a, 0xec, 0xa9, 0xf5, - 0xa0, 0xea, 0xf9, 0x6e, 0x77, 0x9f, 0xae, 0xe6, 0x18, 0xdb, 0x53, 0x6e, 0xd0, 0xdc, 0xa3, 0x85, - 0xb6, 0xac, 0x8e, 0xd9, 0x4f, 0x47, 0x07, 0xdb, 0x4f, 0xef, 0x01, 0x6c, 0x78, 0x4e, 0xbb, 0xd2, - 0xe9, 0xd4, 0x2a, 0x01, 0x35, 0x79, 0x70, 0x21, 0xa6, 0xe3, 0x39, 0xed, 0xa6, 0xd3, 0xe9, 0x34, - 0x5b, 0x4e, 0x60, 0x2b, 0x30, 0x8f, 0x87, 0xc7, 0xce, 0x17, 0x46, 0xed, 0x99, 0x0d, 0xb7, 0x85, - 0xbb, 0x01, 0x7e, 0xe6, 0xf8, 0x5d, 0xb7, 0xbb, 0x1f, 0x58, 0xff, 0x71, 0x18, 0xc6, 0xe4, 0x90, - 0xef, 0xa8, 0x6a, 0x0f, 0x17, 0x8d, 0x28, 0x87, 0x8a, 0xcc, 0x32, 0xb6, 0x02, 0x81, 0x2e, 0xb3, - 0x5b, 0x57, 0x26, 0x94, 0x8d, 0x92, 0xdd, 0xed, 0xf4, 0x7a, 0xec, 0x6e, 0xf5, 0x12, 0xe4, 0x57, - 0xaa, 0x74, 0xfe, 0xc7, 0xd8, 0x97, 0xa0, 0xbd, 0x67, 0xe7, 0x57, 0xaa, 0x64, 0x97, 0x6d, 0xad, - 0xaf, 0xd4, 0xe8, 0x54, 0x8e, 0xb1, 0x5d, 0xe6, 0xb9, 0xed, 0x96, 0x4d, 0x4b, 0x49, 0x6d, 0xbd, - 0xf2, 0x74, 0x83, 0x4f, 0x17, 0xad, 0x0d, 0x9c, 0xc3, 0x8e, 0x4d, 0x4b, 0x89, 0xaa, 0xc0, 0x34, - 0xec, 0x9a, 0xd7, 0x0d, 0x7d, 0xaf, 0x13, 0x50, 0x89, 0x76, 0x8c, 0x2d, 0x27, 0x57, 0xcd, 0x5b, - 0xbc, 0xca, 0x8e, 0x81, 0xa2, 0x67, 0x30, 0x5f, 0x69, 0xbf, 0x74, 0xba, 0x2d, 0xdc, 0x66, 0x35, - 0xcf, 0x3c, 0xff, 0xe0, 0x79, 0xc7, 0x7b, 0x15, 0xd0, 0xf9, 0x1e, 0xe3, 0x96, 0x2c, 0x0e, 0x22, - 0x34, 0xfd, 0x57, 0x02, 0xc8, 0x4e, 0xc3, 0x26, 0x5c, 0xb2, 0xd6, 0xf1, 0xfa, 0x6d, 0xbe, 0x0a, - 0x94, 0x4b, 0xb6, 0x48, 0x81, 0xcd, 0xca, 0xc9, 0x2c, 0xad, 0xd5, 0x9f, 0x52, 0xbb, 0x11, 0x9f, - 0xa5, 0x17, 0xc1, 0xa1, 0x4d, 0xca, 0xd0, 0x0d, 0x18, 0x15, 0x5a, 0x0f, 0xb3, 0x60, 0x53, 0x73, - 0xaa, 0xd0, 0x76, 0x44, 0x1d, 0x39, 0x12, 0x36, 0x6e, 0x79, 0x2f, 0xb1, 0xff, 0xba, 0xe6, 0xb5, - 0xb1, 0xb0, 0x72, 0x70, 0x2d, 0x9e, 0x55, 0x34, 0x5b, 0xa4, 0xc6, 0xd6, 0x01, 0x49, 0x03, 0x4c, - 0x70, 0x0a, 0xa8, 0x2b, 0x13, 0x6f, 0x80, 0x09, 0x56, 0x81, 0x2d, 0xea, 0xd0, 0x0a, 0x5c, 0xa8, - 0xf4, 0x43, 0xef, 0xd0, 0x09, 0xdd, 0xd6, 0x6e, 0x6f, 0xdf, 0x77, 0x48, 0x23, 0x05, 0x8a, 0x40, - 0x55, 0x3b, 0x47, 0x54, 0x36, 0xfb, 0xbc, 0xd6, 0x4e, 0x22, 0x3c, 0x1e, 0x1e, 0x9b, 0x28, 0x4c, - 0x3e, 0x1e, 0x1e, 0x9b, 0x2c, 0x4c, 0x3d, 0x1e, 0x1e, 0x9b, 0x2a, 0x4c, 0x5b, 0xf7, 0xe1, 0x02, - 0xe3, 0x33, 0x27, 0x16, 0xf8, 0xad, 0x6d, 0x80, 0x3a, 0x3e, 0x74, 0x7a, 0x2f, 0x3c, 0xb2, 0x23, - 0xab, 0xea, 0x2f, 0x2e, 0x30, 0x22, 0xe9, 0x4a, 0xc3, 0x2b, 0x1a, 0x0f, 0x84, 0x9e, 0x26, 0x20, - 0x6d, 0x05, 0xcb, 0xfa, 0xf3, 0x3c, 0x20, 0xea, 0x52, 0x52, 0x0f, 0x7d, 0xec, 0x1c, 0x8a, 0x6e, - 0x7c, 0x04, 0x93, 0xec, 0x93, 0xc1, 0x8a, 0x69, 0x77, 0x88, 0x34, 0xca, 0x78, 0x85, 0x5a, 0xb5, - 0x76, 0xce, 0xd6, 0x40, 0x09, 0xaa, 0x8d, 0x83, 0xfe, 0xa1, 0x40, 0xcd, 0x6b, 0xa8, 0x6a, 0x15, - 0x41, 0x55, 0x7f, 0xa3, 0xcf, 0x61, 0xba, 0xe6, 0x1d, 0xf6, 0xc8, 0x9c, 0x70, 0xe4, 0x21, 0xfe, - 0xe5, 0xe4, 0xed, 0x6a, 0x95, 0x6b, 0xe7, 0xec, 0x18, 0x38, 0xda, 0x84, 0x8b, 0x0f, 0x3b, 0xfd, - 0xe0, 0x45, 0xa5, 0xdb, 0xae, 0x75, 0xbc, 0x40, 0x50, 0x19, 0xe6, 0xf6, 0x65, 0xce, 0xe9, 0x92, - 0x10, 0x6b, 0xe7, 0x6c, 0x13, 0x22, 0xba, 0xc1, 0xfd, 0x63, 0xa5, 0xad, 0x9e, 0xbb, 0xcf, 0x6e, - 0x75, 0xf1, 0xd6, 0xf3, 0xb5, 0x73, 0x36, 0xab, 0xad, 0x8e, 0xc3, 0xa8, 0xe0, 0xf2, 0x77, 0xc9, - 0x66, 0x91, 0xd3, 0xc9, 0x2e, 0x1c, 0x51, 0x09, 0xc6, 0x76, 0x7b, 0x84, 0xf9, 0x08, 0x11, 0xce, - 0x96, 0xbf, 0xad, 0xef, 0xea, 0x33, 0x8d, 0x16, 0x55, 0x3d, 0x9b, 0x01, 0x47, 0x05, 0xd6, 0x9a, - 0x3e, 0xb9, 0xd9, 0xd0, 0x5a, 0xbb, 0xf9, 0x58, 0xbb, 0x85, 0xf8, 0x5c, 0x5b, 0x73, 0xc6, 0xc9, - 0xb3, 0xbe, 0x84, 0xa5, 0xdd, 0x1e, 0x51, 0x6a, 0x2a, 0xbd, 0x5e, 0xc7, 0x6d, 0x31, 0x5b, 0x11, - 0xfd, 0x1a, 0x88, 0xcd, 0xf2, 0xbe, 0x74, 0xbe, 0xcc, 0xa5, 0xba, 0xaa, 0xc0, 0xf1, 0x51, 0xf9, - 0x3c, 0xfb, 0xaa, 0x08, 0x9f, 0x4b, 0xeb, 0xf7, 0x72, 0xb0, 0xc4, 0x4e, 0x40, 0x2a, 0xe9, 0xef, - 0xa8, 0x2e, 0xa2, 0x8a, 0x98, 0x22, 0x1d, 0x42, 0x55, 0x27, 0xd0, 0xe8, 0x3a, 0x34, 0x9f, 0x7e, - 0x1d, 0x2a, 0x0e, 0xd8, 0x90, 0xf1, 0x80, 0x7d, 0x01, 0x16, 0xef, 0x51, 0xa7, 0x93, 0xe8, 0x54, - 0xf0, 0x26, 0xbd, 0xb2, 0xfe, 0x6b, 0x1e, 0xe6, 0x1f, 0xe1, 0x2e, 0xf6, 0x1d, 0x3a, 0x4e, 0x4d, - 0x22, 0x57, 0x6f, 0x4b, 0x72, 0x99, 0xb7, 0x25, 0x52, 0xdc, 0xcc, 0xa7, 0x88, 0x9b, 0x97, 0x61, - 0x68, 0xd7, 0x5e, 0xe7, 0xc3, 0xa2, 0x8c, 0xb4, 0xef, 0xbb, 0x36, 0x29, 0x43, 0xeb, 0xd1, 0x4d, - 0xcb, 0xf0, 0xc0, 0x9b, 0x96, 0x8b, 0xdc, 0xf2, 0x3c, 0xca, 0x6f, 0x5a, 0xf4, 0xfb, 0x95, 0x4d, - 0x45, 0xa6, 0x25, 0xec, 0xe6, 0x36, 0x3f, 0x53, 0x29, 0x03, 0xe4, 0xe2, 0xe9, 0x6a, 0x37, 0xf4, - 0x5f, 0xb3, 0x2d, 0xc0, 0xa4, 0x54, 0x21, 0x9b, 0x96, 0xbe, 0x80, 0x09, 0x05, 0x04, 0x15, 0x60, - 0xe8, 0x80, 0xdf, 0x32, 0x8d, 0xdb, 0xe4, 0x4f, 0xf4, 0x5d, 0x18, 0x79, 0x49, 0xe4, 0x64, 0xce, - 0x46, 0x2e, 0x45, 0x32, 0x74, 0x3d, 0x24, 0xd2, 0x01, 0x13, 0xa2, 0x6d, 0x06, 0xf4, 0x71, 0xfe, - 0xc3, 0x9c, 0xf5, 0x09, 0x14, 0x93, 0xbd, 0xe1, 0x22, 0xd7, 0x20, 0x2d, 0xc4, 0x5a, 0x81, 0xd9, - 0x47, 0x38, 0x8c, 0xfc, 0x53, 0x95, 0x4b, 0xb0, 0xd8, 0x39, 0xcb, 0xb0, 0x7e, 0x59, 0x75, 0x98, - 0x8b, 0x51, 0xe1, 0xed, 0x7f, 0x0c, 0xa3, 0xc2, 0xb3, 0x25, 0x97, 0xee, 0xd9, 0x42, 0xf7, 0x2d, - 0xa7, 0x6c, 0x0b, 0x04, 0xeb, 0x19, 0x5c, 0xd2, 0x88, 0x06, 0x92, 0xea, 0xf7, 0x61, 0x4c, 0x94, - 0xc5, 0xcc, 0x06, 0x1a, 0x59, 0xba, 0xb5, 0x02, 0x81, 0x2c, 0x51, 0xac, 0x17, 0x70, 0x69, 0xc3, - 0x0d, 0x74, 0xca, 0x6c, 0xd4, 0x0b, 0x30, 0xde, 0x73, 0xf6, 0x71, 0x33, 0x70, 0x7f, 0x83, 0xed, - 0xcf, 0x11, 0x7b, 0x8c, 0x14, 0xd4, 0xdd, 0xdf, 0xc0, 0xe8, 0x0a, 0x00, 0xad, 0xa4, 0xf3, 0xc7, - 0xd9, 0x0b, 0x05, 0x67, 0xfa, 0x1c, 0x02, 0x7a, 0x8d, 0xc9, 0x36, 0xa4, 0x4d, 0xff, 0xb6, 0x7c, - 0x98, 0x4f, 0xb4, 0xc4, 0xc7, 0x70, 0x17, 0x64, 0xd7, 0x32, 0xc6, 0x60, 0x4b, 0x20, 0x74, 0x13, - 0x66, 0xba, 0xf8, 0xeb, 0xb0, 0x99, 0xe8, 0xc3, 0x14, 0x29, 0xde, 0x16, 0xfd, 0xb0, 0x7e, 0x42, - 0xb5, 0xeb, 0xb8, 0xeb, 0xd9, 0x99, 0x4d, 0x5e, 0x07, 0x4a, 0x64, 0x48, 0xba, 0xa7, 0xd1, 0xaf, - 0x6d, 0x02, 0x5f, 0xc2, 0x82, 0xb1, 0xb5, 0x5f, 0xf7, 0x24, 0xfe, 0x65, 0x1e, 0xe6, 0xd9, 0x57, - 0x2a, 0x79, 0x34, 0x4e, 0xce, 0xc3, 0xbe, 0x15, 0xa3, 0xf0, 0x3d, 0x83, 0x51, 0x98, 0xa2, 0xa8, - 0x46, 0x61, 0xcd, 0x14, 0xfc, 0xa1, 0xd9, 0x14, 0x4c, 0x05, 0x48, 0xdd, 0x14, 0x1c, 0x37, 0x00, - 0xaf, 0xa6, 0x1b, 0x80, 0xa9, 0x39, 0xcc, 0x60, 0x00, 0x36, 0x98, 0x7d, 0x1f, 0x0f, 0x8f, 0xe5, - 0x0b, 0x43, 0x56, 0x03, 0x8a, 0xc9, 0x29, 0x3e, 0x03, 0xbe, 0xf1, 0xa7, 0x39, 0xb8, 0xc2, 0x25, - 0x8c, 0xd8, 0x21, 0x38, 0xfd, 0x0a, 0xbe, 0x07, 0x93, 0x1c, 0x77, 0x27, 0xda, 0x2c, 0xcc, 0x89, - 0x54, 0x70, 0x42, 0xc6, 0x4e, 0x35, 0x30, 0xf4, 0x9e, 0xa2, 0xed, 0x33, 0x0b, 0xd2, 0x65, 0xf2, - 0xb9, 0x64, 0x66, 0x81, 0x54, 0x9d, 0xdf, 0xfa, 0x0a, 0x96, 0xd2, 0x3a, 0x7e, 0x06, 0xf3, 0xf2, - 0x67, 0x39, 0x58, 0xe0, 0xe4, 0xb5, 0xe3, 0xf4, 0x46, 0x2c, 0xff, 0x14, 0x7e, 0x0f, 0x8f, 0x61, - 0x82, 0x34, 0x28, 0xfa, 0xad, 0xbf, 0x6a, 0x52, 0x6a, 0x56, 0x9c, 0xd0, 0xe1, 0x57, 0x59, 0xce, - 0x61, 0x47, 0x38, 0x38, 0xda, 0x2a, 0xb2, 0xf5, 0x23, 0x58, 0x34, 0x0f, 0xe1, 0x0c, 0xe6, 0xe7, - 0x31, 0x94, 0x0c, 0x8c, 0xf3, 0xcd, 0x3e, 0x88, 0x3f, 0x84, 0x05, 0x23, 0xad, 0x33, 0xe8, 0xe6, - 0x1a, 0xf9, 0xdc, 0x87, 0x67, 0xb0, 0x84, 0xd6, 0x33, 0xb8, 0x6c, 0xa0, 0x74, 0x06, 0x5d, 0x7c, - 0x04, 0xf3, 0x52, 0xcc, 0xfd, 0x46, 0x3d, 0x7c, 0x0a, 0x57, 0x18, 0xa1, 0xb3, 0x59, 0x95, 0x27, - 0xb0, 0xc0, 0xc9, 0x9d, 0xc1, 0xec, 0xad, 0xc1, 0x62, 0xa4, 0xcd, 0x1a, 0x64, 0x89, 0x13, 0x33, - 0x19, 0x6b, 0x03, 0xae, 0x46, 0x94, 0x52, 0x3e, 0xac, 0x27, 0xa7, 0xc6, 0x64, 0xb1, 0x68, 0x95, - 0xce, 0x50, 0x16, 0x8b, 0x00, 0xcf, 0x4c, 0x9c, 0x58, 0x87, 0x8b, 0x8c, 0xb0, 0x2e, 0xb7, 0x2e, - 0xab, 0x72, 0xab, 0xf1, 0x41, 0x50, 0x52, 0x94, 0x7d, 0x4a, 0x45, 0x59, 0x01, 0x12, 0xf5, 0xf0, - 0x3d, 0x38, 0xcf, 0xdf, 0x3c, 0xb2, 0xfe, 0x19, 0x88, 0x31, 0x49, 0x9d, 0xa1, 0x71, 0x60, 0xeb, - 0xa7, 0x70, 0x85, 0xa9, 0x81, 0x71, 0xdf, 0x7a, 0xb1, 0x24, 0xdf, 0x8f, 0x69, 0x81, 0x19, 0x2e, - 0xfc, 0x26, 0x65, 0x70, 0x4f, 0xec, 0xed, 0x34, 0xfa, 0x27, 0x72, 0x76, 0x15, 0xda, 0x5d, 0xde, - 0xa8, 0xdd, 0x5d, 0x87, 0x6b, 0x52, 0xbb, 0x8b, 0x37, 0x23, 0xcd, 0xb6, 0x3f, 0x82, 0x05, 0x36, - 0x50, 0xfd, 0xa5, 0x97, 0xe8, 0xc6, 0x27, 0xb1, 0x61, 0xa6, 0x3e, 0x25, 0x33, 0x0d, 0xf2, 0x77, - 0x73, 0xe2, 0xc8, 0x99, 0x89, 0x7f, 0xdb, 0xea, 0xee, 0x26, 0x94, 0xe5, 0x84, 0xe8, 0x3d, 0x7a, - 0x33, 0x5d, 0xf7, 0x29, 0xcc, 0x25, 0x5e, 0x23, 0x10, 0x81, 0x15, 0xbd, 0x4b, 0x8e, 0x05, 0x2d, - 0x10, 0xdb, 0x2e, 0xf5, 0xf5, 0x82, 0x2d, 0x21, 0xad, 0x26, 0x2c, 0x26, 0x97, 0xc2, 0x6d, 0x09, - 0xc7, 0x24, 0xf4, 0x39, 0x39, 0xc2, 0xec, 0x49, 0x44, 0x6e, 0xc0, 0x93, 0x08, 0x7e, 0x8e, 0x19, - 0xba, 0xc0, 0xb2, 0x2c, 0xc1, 0x6a, 0x62, 0xe3, 0x27, 0xad, 0x8b, 0xfd, 0xe0, 0x02, 0x12, 0x55, - 0xb5, 0xba, 0x2d, 0x9a, 0xbe, 0x0c, 0x43, 0xb5, 0xba, 0xcd, 0xfd, 0x21, 0xa9, 0xba, 0xdd, 0x0a, - 0x7c, 0x9b, 0x94, 0xc5, 0xa5, 0xd6, 0xfc, 0x09, 0xa4, 0xd6, 0xc7, 0xc3, 0x63, 0x43, 0x85, 0x61, - 0xeb, 0xc7, 0x70, 0x51, 0x6b, 0x8a, 0x9f, 0xd8, 0x4c, 0xa7, 0x4d, 0x74, 0x13, 0x46, 0x6b, 0x15, - 0x7a, 0xd7, 0x46, 0x6d, 0x03, 0x93, 0x8c, 0xb7, 0xb4, 0x9c, 0x26, 0x7d, 0xc0, 0x6e, 0x8b, 0x4a, - 0xeb, 0x1f, 0x0c, 0x2b, 0xd4, 0x15, 0x57, 0xd8, 0x8c, 0x91, 0xdc, 0x07, 0x60, 0xbb, 0x41, 0x19, - 0x08, 0x11, 0xf6, 0x26, 0xf8, 0xf5, 0x00, 0x63, 0xbf, 0xb6, 0x02, 0x74, 0x52, 0x57, 0x59, 0xee, - 0xb7, 0xc3, 0x90, 0xc4, 0x1d, 0x9a, 0xf4, 0xdb, 0xe1, 0xa4, 0x03, 0x5b, 0x05, 0x42, 0x3f, 0x8d, - 0x7b, 0x74, 0x8d, 0xd0, 0x2b, 0xeb, 0xb7, 0xb8, 0x09, 0xc2, 0x30, 0xb6, 0xd3, 0x39, 0x75, 0xbd, - 0x82, 0x39, 0x82, 0xeb, 0x3e, 0xa7, 0x6e, 0x5b, 0xab, 0x5f, 0x87, 0xb8, 0xcb, 0xf8, 0xf8, 0x79, - 0xda, 0xce, 0x8d, 0x8c, 0x76, 0x22, 0x60, 0xfe, 0xe2, 0x3a, 0xa2, 0xd3, 0xc4, 0xb2, 0xce, 0x36, - 0xd3, 0xa7, 0x1b, 0xc6, 0xde, 0x58, 0xed, 0xb6, 0x7b, 0x9e, 0x2b, 0x15, 0x08, 0xb6, 0x61, 0xfc, - 0x4e, 0x13, 0xf3, 0x72, 0x5b, 0x05, 0xb2, 0x6e, 0x66, 0x7a, 0x52, 0x8d, 0xc1, 0xf0, 0x4e, 0x6d, - 0x67, 0xa3, 0x90, 0xb3, 0xee, 0x02, 0x28, 0x2d, 0x01, 0x9c, 0xdf, 0xdc, 0xb2, 0x9f, 0x56, 0x36, - 0x0a, 0xe7, 0xd0, 0x1c, 0x5c, 0x78, 0xb6, 0xbe, 0xb9, 0xb2, 0xf5, 0xac, 0xde, 0xac, 0x3f, 0xad, - 0xd8, 0x3b, 0xb5, 0x8a, 0xbd, 0x52, 0xc8, 0x59, 0x5f, 0xc1, 0xac, 0x3e, 0xc2, 0x33, 0xdd, 0x84, - 0x21, 0x5c, 0x94, 0xb2, 0xcb, 0xe3, 0x67, 0x3b, 0x8a, 0xdf, 0x09, 0x57, 0x86, 0xe2, 0x57, 0x61, - 0x5c, 0x6d, 0xe2, 0x47, 0x46, 0x01, 0xd2, 0x2e, 0x30, 0xf3, 0x99, 0x17, 0x98, 0xd6, 0x07, 0x30, - 0xab, 0xb7, 0x7a, 0x52, 0x73, 0xd0, 0x5b, 0xd4, 0x21, 0x47, 0xf1, 0x85, 0x24, 0x5a, 0x79, 0xd4, - 0x45, 0xce, 0x45, 0x3f, 0x80, 0x02, 0x87, 0x8a, 0xbe, 0xb2, 0xd7, 0x85, 0xbd, 0x2e, 0x67, 0xf0, - 0xdb, 0x16, 0xee, 0x01, 0x6f, 0x8b, 0x1b, 0x80, 0x41, 0x2d, 0xfc, 0x79, 0x0e, 0x8a, 0x31, 0xb7, - 0xc2, 0xda, 0x0b, 0xa7, 0xd3, 0xc1, 0xdd, 0x7d, 0x8c, 0x6e, 0xc1, 0xf0, 0xce, 0xd6, 0xce, 0x36, - 0xb7, 0x90, 0xcd, 0xf2, 0x6d, 0x4a, 0x8a, 0x24, 0x8c, 0x4d, 0x21, 0xd0, 0x13, 0xb8, 0x20, 0xdc, - 0x4f, 0x64, 0x15, 0x57, 0x40, 0xae, 0x64, 0x3b, 0xb3, 0x24, 0xf1, 0xd0, 0xbb, 0xdc, 0x07, 0xf2, - 0xe7, 0x7d, 0xd7, 0xc7, 0x6d, 0xaa, 0x9c, 0x4f, 0x2f, 0xa3, 0xc8, 0x07, 0x52, 0xd4, 0xd8, 0x2a, - 0x18, 0xf3, 0x4f, 0xb7, 0xfe, 0x20, 0x07, 0xf3, 0x29, 0x6e, 0x92, 0xe8, 0x1d, 0x6d, 0x38, 0x17, - 0x95, 0xe1, 0x08, 0x90, 0xb5, 0x73, 0x7c, 0x3c, 0x35, 0xc5, 0x27, 0x67, 0xe8, 0x14, 0x3e, 0x39, - 0xfc, 0x95, 0x34, 0x85, 0xe3, 0xaf, 0x81, 0x68, 0xb9, 0x35, 0x03, 0x53, 0xda, 0xbc, 0x59, 0x16, - 0x4c, 0xaa, 0x2d, 0x93, 0xc5, 0xa9, 0x79, 0x6d, 0xb9, 0x38, 0xe4, 0x6f, 0xeb, 0x6f, 0xe5, 0x60, - 0x96, 0x0e, 0x71, 0xdf, 0x25, 0xa7, 0x31, 0x9a, 0xa1, 0x65, 0x6d, 0x24, 0x8b, 0xda, 0x48, 0x62, - 0xb0, 0x72, 0x48, 0x1f, 0x27, 0x86, 0xb4, 0x68, 0x1a, 0x12, 0xd5, 0xfa, 0x5c, 0xaf, 0xab, 0x8d, - 0x44, 0xb9, 0x86, 0xf8, 0x3b, 0x39, 0xb8, 0xa8, 0xf4, 0x49, 0xf6, 0xff, 0xbe, 0xd6, 0xa5, 0x05, - 0x43, 0x97, 0x12, 0x93, 0x5c, 0x4d, 0xf4, 0xe8, 0xad, 0xac, 0x1e, 0x0d, 0x9c, 0xe3, 0xbf, 0xc8, - 0xc1, 0x9c, 0x71, 0x0e, 0xd0, 0x25, 0x22, 0x5a, 0xb5, 0x7c, 0x1c, 0xf2, 0xe9, 0xe5, 0xbf, 0x48, - 0xf9, 0x7a, 0x10, 0xf4, 0x79, 0x68, 0x91, 0x71, 0x9b, 0xff, 0x42, 0x6f, 0xc1, 0xd4, 0x36, 0xf6, - 0x5d, 0xaf, 0xcd, 0xbc, 0xb5, 0xd8, 0x8d, 0xf6, 0x94, 0xad, 0x17, 0xa2, 0x45, 0x18, 0xaf, 0x74, - 0xf6, 0x3d, 0xdf, 0x0d, 0x5f, 0xb0, 0x9b, 0xa0, 0x71, 0x3b, 0x2a, 0x20, 0xb4, 0x57, 0xdc, 0x7d, - 0xe1, 0xa4, 0x31, 0x65, 0xf3, 0x5f, 0xa8, 0x08, 0xa3, 0xc2, 0xa0, 0x43, 0xcd, 0x41, 0xb6, 0xf8, - 0x49, 0x30, 0xbe, 0xb0, 0xe9, 0x26, 0xa0, 0x0f, 0x80, 0x6c, 0xfe, 0xcb, 0xba, 0x0d, 0xb3, 0xa6, - 0x79, 0x34, 0x6e, 0x99, 0xff, 0x3f, 0x0f, 0x17, 0x2b, 0xed, 0xf6, 0xd3, 0x87, 0x95, 0x15, 0xac, - 0x0a, 0x34, 0xef, 0xc2, 0xf0, 0x7a, 0xd7, 0x0d, 0xb9, 0x34, 0x23, 0x1c, 0x8a, 0x0d, 0x90, 0x04, - 0x8a, 0xac, 0x10, 0xf9, 0x1f, 0xd9, 0x70, 0x71, 0xf5, 0x6b, 0x37, 0x08, 0xdd, 0xee, 0xbe, 0xea, - 0x95, 0x9c, 0x3f, 0x89, 0x57, 0xf2, 0xda, 0x39, 0xdb, 0x84, 0x8c, 0x76, 0xe0, 0xd2, 0x26, 0x7e, - 0x65, 0xd8, 0x42, 0xf2, 0xb1, 0x86, 0x72, 0xd0, 0x13, 0x3b, 0x27, 0x05, 0x57, 0xdd, 0xa1, 0xbf, - 0x93, 0xa7, 0x8f, 0xc2, 0x94, 0x81, 0xf1, 0x96, 0x77, 0x61, 0x56, 0xe9, 0x50, 0xc4, 0xa7, 0x72, - 0xfc, 0x19, 0xaa, 0x71, 0x38, 0xea, 0x41, 0x32, 0xa2, 0xa3, 0x67, 0x30, 0xaf, 0x77, 0x2a, 0xa2, - 0xac, 0x1f, 0x06, 0x13, 0xc8, 0xda, 0x39, 0x3b, 0x0d, 0x1b, 0x2d, 0xc3, 0x50, 0xa5, 0x75, 0xc0, - 0xa7, 0xc5, 0xbc, 0x64, 0x6c, 0x64, 0x95, 0xd6, 0x01, 0x7d, 0x5c, 0xdd, 0x3a, 0xd0, 0xce, 0xc3, - 0xbf, 0xc8, 0xc1, 0x7c, 0xca, 0x0a, 0xa3, 0x25, 0x00, 0x56, 0xa8, 0x7c, 0x11, 0x94, 0x12, 0x22, - 0xa0, 0xb1, 0x5f, 0xd4, 0x73, 0x6b, 0x88, 0xb2, 0x60, 0xf1, 0xee, 0x21, 0xaa, 0xb0, 0x15, 0x20, - 0xb4, 0x0d, 0x13, 0xec, 0x17, 0x7b, 0x7e, 0xa1, 0xb3, 0x6d, 0xa5, 0x86, 0x09, 0x32, 0x6d, 0x5a, - 0xd0, 0x8c, 0x3f, 0xbb, 0x50, 0x49, 0x70, 0xf3, 0x65, 0x2d, 0x3e, 0x0a, 0x39, 0x68, 0x74, 0x0b, - 0xce, 0xb3, 0x42, 0xbe, 0x86, 0xe2, 0x51, 0x65, 0x04, 0xcc, 0xeb, 0xad, 0xbf, 0x97, 0x83, 0x4b, - 0xec, 0x8b, 0x98, 0x38, 0x1a, 0x1f, 0x68, 0x47, 0xe3, 0x9a, 0xec, 0xb0, 0x09, 0x58, 0x3b, 0x1d, - 0x55, 0xdd, 0x57, 0xff, 0xa4, 0xa7, 0x42, 0x45, 0x52, 0xf7, 0xed, 0xdf, 0xcf, 0x09, 0x6b, 0x4e, - 0x72, 0xeb, 0xae, 0xc2, 0xe4, 0x9b, 0x6d, 0x59, 0x0d, 0x0d, 0xbd, 0xc7, 0x76, 0x54, 0x3e, 0x7b, - 0xa4, 0x99, 0x9b, 0xea, 0x53, 0x28, 0xa5, 0x4f, 0xcd, 0xa0, 0x6d, 0x65, 0x3d, 0x34, 0x60, 0xbf, - 0xc9, 0x72, 0xf6, 0x13, 0x74, 0xea, 0xaf, 0xbb, 0x2d, 0xb1, 0xa2, 0x37, 0xe3, 0x7e, 0x8d, 0xa9, - 0xbe, 0x62, 0x6a, 0x6f, 0xf3, 0xd1, 0xb5, 0x01, 0xdf, 0x9c, 0x54, 0xd8, 0x53, 0xbb, 0xff, 0x4f, - 0xf3, 0xfa, 0x5e, 0x7c, 0x93, 0x46, 0x6b, 0x30, 0xb5, 0x89, 0x5f, 0x25, 0xda, 0xa5, 0x7e, 0x30, - 0x5d, 0xfc, 0xaa, 0xa9, 0xb4, 0xad, 0x3a, 0x88, 0x6b, 0x38, 0x68, 0x0f, 0xa6, 0x05, 0xd7, 0x38, - 0x29, 0xf3, 0x64, 0x6f, 0xcf, 0x48, 0x0b, 0x29, 0x2f, 0x45, 0x62, 0x14, 0xcf, 0xfe, 0x3c, 0x5b, - 0xdb, 0x50, 0x4c, 0xce, 0x1e, 0x6f, 0xed, 0xdd, 0x41, 0x6b, 0xcf, 0xcc, 0x1e, 0x6d, 0x7d, 0x1f, - 0xac, 0x51, 0x53, 0x94, 0x84, 0x91, 0xb6, 0x85, 0x7b, 0xf1, 0xc5, 0xa0, 0xfe, 0x34, 0x62, 0x31, - 0x94, 0xfe, 0x49, 0x37, 0xd7, 0x1a, 0xb5, 0xe6, 0xa9, 0x94, 0x78, 0xc7, 0x6e, 0xc3, 0x28, 0x2f, - 0x8a, 0xbd, 0xdc, 0x8e, 0x76, 0xa5, 0x00, 0xb0, 0xfe, 0x30, 0x07, 0x97, 0xa9, 0x6d, 0xd1, 0xed, - 0xee, 0x77, 0xf0, 0x6e, 0xa0, 0x7b, 0xaa, 0x7e, 0x4f, 0x63, 0x34, 0xf3, 0x29, 0xef, 0x85, 0x7e, - 0x5d, 0xec, 0xe5, 0x8f, 0x73, 0x50, 0x32, 0xf5, 0xed, 0x6c, 0x39, 0xcc, 0x1d, 0xae, 0xcc, 0xe5, - 0xb9, 0xd5, 0x84, 0xa1, 0xcb, 0x36, 0xc5, 0x60, 0xc9, 0x20, 0xc9, 0xff, 0x1a, 0x6b, 0xf9, 0x9f, - 0x39, 0x98, 0x5d, 0x0f, 0x54, 0x01, 0x9f, 0x4f, 0xdc, 0x1d, 0xd3, 0xf3, 0x45, 0xba, 0xae, 0xe6, - 0x28, 0x19, 0xef, 0x2a, 0x2f, 0x65, 0xf2, 0x59, 0xef, 0x12, 0xb5, 0xd0, 0x28, 0x37, 0x61, 0x78, - 0x93, 0x88, 0x53, 0x43, 0x7c, 0xff, 0x31, 0x0c, 0x52, 0x44, 0x1f, 0xb5, 0x90, 0x2e, 0x93, 0x1f, - 0xe8, 0x61, 0xe2, 0xe9, 0xcc, 0xf0, 0xe0, 0x77, 0x77, 0xc9, 0x98, 0x2e, 0xd5, 0x31, 0x38, 0xbf, - 0xe3, 0xf8, 0xfb, 0x38, 0xb4, 0x7e, 0x04, 0x25, 0xee, 0xd5, 0xc3, 0xac, 0xb5, 0xd4, 0xf7, 0x27, - 0x88, 0x1c, 0xb7, 0xb2, 0x3c, 0x71, 0x96, 0x00, 0xea, 0xa1, 0xe3, 0x87, 0xeb, 0xdd, 0x36, 0xfe, - 0x9a, 0x8e, 0x76, 0xc4, 0x56, 0x4a, 0xac, 0xf7, 0x60, 0x5c, 0x0e, 0x81, 0x6a, 0x80, 0x8a, 0xc4, - 0x48, 0x87, 0x33, 0xab, 0x3d, 0xe6, 0x11, 0x2f, 0x78, 0x1e, 0xc0, 0x5c, 0x6c, 0x29, 0xa2, 0x27, - 0x64, 0x52, 0x33, 0xa3, 0xae, 0x8a, 0xb6, 0xfc, 0x6d, 0xd5, 0xe0, 0x42, 0x62, 0xa5, 0x11, 0xa2, - 0xaf, 0xbb, 0x98, 0x76, 0x4f, 0x3e, 0x28, 0xf5, 0xfa, 0x1a, 0x29, 0xdb, 0xd9, 0xa8, 0x33, 0x67, - 0x6c, 0x52, 0xb6, 0xb3, 0x51, 0xaf, 0x9e, 0x67, 0x3b, 0xc7, 0xfa, 0x47, 0x79, 0xaa, 0xf4, 0x26, - 0xe6, 0x20, 0x66, 0x2b, 0x54, 0xed, 0x95, 0x55, 0x18, 0xa7, 0x23, 0x5e, 0x11, 0xcf, 0x0d, 0xb2, - 0x1d, 0x51, 0xc6, 0x7e, 0x71, 0x54, 0x3e, 0x47, 0xbd, 0x4f, 0x22, 0x34, 0xf4, 0x19, 0x8c, 0xae, - 0x76, 0xdb, 0x94, 0xc2, 0xd0, 0x29, 0x28, 0x08, 0x24, 0xb2, 0x0e, 0xb4, 0xcb, 0x44, 0x14, 0xe2, - 0x66, 0x27, 0x5b, 0x29, 0xa1, 0xd3, 0xec, 0x1e, 0xba, 0xcc, 0xe1, 0x6b, 0xc4, 0x66, 0x3f, 0xe8, - 0x83, 0x3c, 0xd2, 0x05, 0x11, 0x2d, 0x60, 0xdc, 0x96, 0xbf, 0x91, 0x05, 0x23, 0x5b, 0x7e, 0x9b, - 0x3f, 0xd4, 0x9d, 0x5e, 0x9e, 0x14, 0xa1, 0x13, 0x49, 0x99, 0xcd, 0xaa, 0xac, 0xff, 0x9e, 0x83, - 0xf9, 0x47, 0x38, 0x34, 0xee, 0x1b, 0x6d, 0x56, 0x72, 0xdf, 0x78, 0x56, 0xf2, 0x6f, 0x32, 0x2b, - 0x72, 0xd4, 0x43, 0x69, 0xa3, 0x1e, 0x4e, 0x1b, 0xf5, 0x48, 0xfa, 0xa8, 0x1f, 0xc1, 0x79, 0x36, - 0x54, 0x74, 0x1d, 0x46, 0xd6, 0x43, 0x7c, 0x18, 0x19, 0x43, 0x54, 0x37, 0x3a, 0x9b, 0xd5, 0x11, - 0x8d, 0x6b, 0xc3, 0x09, 0x42, 0xe1, 0xfe, 0x3f, 0x6e, 0x8b, 0x9f, 0xd6, 0xcf, 0xe8, 0x43, 0xa5, - 0x0d, 0xaf, 0x75, 0xa0, 0x58, 0xa5, 0x47, 0xd9, 0xa9, 0x8c, 0xdf, 0x62, 0x10, 0x28, 0x56, 0x63, - 0x0b, 0x08, 0x74, 0x15, 0x26, 0xd6, 0xbb, 0x0f, 0x3d, 0xbf, 0x85, 0xb7, 0xba, 0x1d, 0x46, 0x7d, - 0xcc, 0x56, 0x8b, 0xb8, 0x05, 0x87, 0xb7, 0x10, 0x59, 0x70, 0x68, 0x41, 0xcc, 0x82, 0xc3, 0xa2, - 0x6b, 0xd9, 0xac, 0x8e, 0x1b, 0x88, 0xc8, 0xdf, 0x59, 0xe6, 0x1b, 0x69, 0xe7, 0x19, 0x04, 0xb8, - 0x07, 0x97, 0x6d, 0xdc, 0xeb, 0x38, 0x44, 0xe0, 0x3a, 0xf4, 0x18, 0xbc, 0x1c, 0xf3, 0x55, 0x83, - 0xbf, 0xb8, 0xee, 0xfb, 0x20, 0xbb, 0x9c, 0xcf, 0xe8, 0xf2, 0x21, 0x5c, 0x7b, 0x84, 0x43, 0x63, - 0x88, 0xac, 0x68, 0xf0, 0x6b, 0x30, 0x16, 0xe8, 0xf6, 0xfa, 0x41, 0xd1, 0xb9, 0xf8, 0x8d, 0x16, - 0xa7, 0x23, 0xff, 0xb2, 0x3e, 0x87, 0x72, 0x5a, 0x73, 0x27, 0xf3, 0x79, 0x75, 0xe1, 0x6a, 0x3a, - 0x01, 0xf9, 0x59, 0x14, 0xb6, 0x7d, 0xa9, 0x3a, 0x67, 0xf7, 0x56, 0xbf, 0x0e, 0xe0, 0x7f, 0x58, - 0x55, 0xe1, 0xfd, 0xf7, 0x0d, 0xba, 0xdb, 0xa4, 0xd7, 0xe6, 0x3a, 0x81, 0x68, 0x5e, 0x2b, 0x30, - 0x26, 0xca, 0xf8, 0xbc, 0xa6, 0x46, 0x1f, 0xa3, 0x13, 0xda, 0x16, 0x04, 0x24, 0x9a, 0xf5, 0x33, - 0x71, 0x85, 0xa4, 0x63, 0x9c, 0xec, 0x11, 0xcc, 0x49, 0xee, 0x8c, 0x2c, 0x0f, 0x2e, 0xeb, 0xb4, - 0xd5, 0xeb, 0x82, 0x82, 0x72, 0x5d, 0xc0, 0x6e, 0x09, 0xae, 0xea, 0xe6, 0xeb, 0x3c, 0xdf, 0x97, - 0x51, 0x11, 0x5a, 0x52, 0x2f, 0x05, 0x26, 0x93, 0xaf, 0x86, 0xee, 0x41, 0xc9, 0xd4, 0xa0, 0x62, - 0x40, 0x91, 0x96, 0x67, 0x1e, 0xa9, 0xe2, 0x37, 0x73, 0x60, 0x69, 0x9e, 0x50, 0x5a, 0x20, 0x29, - 0x79, 0x64, 0xde, 0x11, 0x8c, 0x8d, 0xfa, 0x5e, 0x31, 0x5f, 0xf8, 0x0e, 0x29, 0x50, 0x9f, 0x6a, - 0x31, 0x6e, 0x77, 0x0f, 0x46, 0x37, 0xf1, 0xd7, 0x11, 0xfb, 0x61, 0xb2, 0x28, 0xf5, 0x8e, 0x3a, - 0xc0, 0xea, 0x23, 0x50, 0x01, 0x46, 0x04, 0xa1, 0xeb, 0x99, 0x7d, 0xe0, 0xfd, 0xdf, 0x83, 0x42, - 0xbc, 0x8e, 0xaf, 0xfd, 0xc0, 0x98, 0x5a, 0xf4, 0x35, 0x45, 0x3c, 0x94, 0x56, 0x60, 0x27, 0xe8, - 0x9d, 0xbe, 0xf7, 0xe8, 0x23, 0x80, 0x1d, 0x2f, 0x74, 0x3a, 0x35, 0x6a, 0xe3, 0xa2, 0x8c, 0x9f, - 0x05, 0x66, 0x0a, 0x49, 0x69, 0x33, 0xfe, 0x5a, 0x55, 0x01, 0xb6, 0x7e, 0x40, 0x4f, 0xa4, 0xb9, - 0xd3, 0x27, 0x3b, 0x24, 0x35, 0xb8, 0x1e, 0xf3, 0x3c, 0x78, 0x03, 0x22, 0x21, 0xcc, 0x91, 0xe9, - 0x97, 0x11, 0xb9, 0xbe, 0x9d, 0x55, 0xff, 0xd7, 0x39, 0xe6, 0x2e, 0xa9, 0x36, 0xcb, 0x17, 0xba, - 0x06, 0x10, 0x95, 0xc6, 0xfc, 0xf1, 0xd5, 0x00, 0x63, 0x54, 0x79, 0x8d, 0x02, 0x8c, 0x05, 0xb6, - 0x82, 0xf6, 0xed, 0xae, 0xe4, 0x03, 0xea, 0x6e, 0x20, 0x5b, 0x3f, 0xd9, 0xbc, 0xbf, 0x2f, 0x6c, - 0x34, 0xa7, 0xc4, 0x7b, 0x01, 0xb3, 0x5a, 0x0c, 0xe6, 0x28, 0xa8, 0x6c, 0x14, 0x7b, 0x7a, 0xbc, - 0xfa, 0xe9, 0xaf, 0x8e, 0xca, 0x1f, 0x9e, 0xe6, 0x15, 0x97, 0xa0, 0xb9, 0x23, 0x1f, 0x2b, 0x5a, - 0xf3, 0x30, 0x54, 0xb3, 0x37, 0x28, 0xab, 0xb2, 0x37, 0x24, 0xab, 0xb2, 0x37, 0xac, 0xff, 0x96, - 0x87, 0x32, 0x7b, 0xab, 0x4c, 0xbd, 0x54, 0x22, 0x5d, 0x49, 0x71, 0x7b, 0x39, 0xa9, 0x85, 0x20, - 0xf6, 0x16, 0x39, 0x7f, 0x92, 0xb7, 0xc8, 0xff, 0xf7, 0x9b, 0x5b, 0x55, 0x59, 0x7c, 0xbd, 0xc8, - 0x30, 0xc0, 0x6a, 0x4d, 0x16, 0x82, 0x94, 0x26, 0x92, 0x26, 0x8d, 0xe1, 0x37, 0x30, 0x69, 0xdc, - 0x83, 0x51, 0xaa, 0x7a, 0xac, 0x6f, 0x73, 0xdf, 0x4a, 0xba, 0x3d, 0x69, 0x58, 0x81, 0xa6, 0xab, - 0x46, 0x25, 0x11, 0x60, 0xd6, 0xdf, 0xce, 0xc3, 0xd5, 0xf4, 0x39, 0xe7, 0x7d, 0x5b, 0xd1, 0xc2, - 0xe8, 0x66, 0xf8, 0xe3, 0xd0, 0xb3, 0xa3, 0x84, 0xd1, 0x8d, 0x87, 0xce, 0x15, 0x2f, 0x7c, 0x62, - 0xb7, 0x61, 0xda, 0xc3, 0x1f, 0x11, 0x84, 0x9c, 0x15, 0x69, 0xd1, 0xb3, 0x78, 0x19, 0xda, 0x83, - 0xf9, 0x6d, 0xdf, 0x7d, 0xe9, 0x84, 0xf8, 0x09, 0x7e, 0xbd, 0xed, 0x75, 0xdc, 0xd6, 0xeb, 0xd5, - 0xae, 0xb3, 0xd7, 0xc1, 0x6d, 0xfe, 0x6c, 0xeb, 0xd6, 0xf1, 0x51, 0xf9, 0xad, 0x1e, 0x03, 0x21, - 0x07, 0xb3, 0xd9, 0xa3, 0x40, 0x4d, 0xcc, 0xa0, 0x14, 0xa2, 0x69, 0x84, 0xac, 0x7f, 0x95, 0x83, - 0x05, 0x2a, 0x50, 0xf3, 0x9b, 0x05, 0xd1, 0xf8, 0x1b, 0xb9, 0x65, 0xaa, 0x03, 0xe4, 0x7b, 0x91, - 0xba, 0x65, 0x6a, 0x2f, 0xa0, 0x6c, 0x0d, 0x0c, 0xad, 0xc3, 0x04, 0xff, 0xad, 0x98, 0x8f, 0xe7, - 0x14, 0x86, 0x45, 0xb7, 0x3a, 0xb3, 0x1e, 0xd1, 0x8d, 0xcd, 0x89, 0x35, 0xe9, 0xbb, 0x60, 0x15, - 0xd7, 0xfa, 0x65, 0x1e, 0x16, 0x1b, 0xd8, 0x77, 0x9f, 0xbf, 0x4e, 0x19, 0xcc, 0x16, 0xcc, 0x8a, - 0x22, 0x3a, 0x66, 0xfd, 0x88, 0xb1, 0xb0, 0x3a, 0xa2, 0xab, 0x01, 0x01, 0x68, 0xca, 0x13, 0x67, - 0x44, 0x3c, 0x85, 0xc3, 0xe5, 0xbb, 0x30, 0x16, 0x8b, 0x18, 0x40, 0xd7, 0x5f, 0x9c, 0x50, 0x3d, - 0x28, 0xa3, 0x3c, 0xaa, 0xbf, 0x95, 0x7e, 0x45, 0xc9, 0x2d, 0x09, 0x83, 0xe2, 0xbd, 0xd0, 0x03, - 0x4b, 0x0e, 0xab, 0xa3, 0xd4, 0x1a, 0x0e, 0xec, 0xda, 0x39, 0x3b, 0xad, 0xa5, 0xea, 0x04, 0x8c, - 0x57, 0xe8, 0xb5, 0x2b, 0x51, 0xdc, 0xff, 0x47, 0x1e, 0x96, 0xc4, 0x9b, 0x9d, 0x94, 0x69, 0xfe, - 0x12, 0xe6, 0x45, 0x51, 0xa5, 0x47, 0x04, 0x06, 0xdc, 0xd6, 0x67, 0x9a, 0x85, 0xb6, 0x12, 0x33, - 0xed, 0x70, 0x98, 0x68, 0xb2, 0xd3, 0xd0, 0xcf, 0xc6, 0x20, 0xfa, 0x99, 0x29, 0x7e, 0x03, 0x35, - 0x4c, 0xaa, 0x3c, 0x53, 0x8f, 0xdc, 0xa8, 0xf2, 0xcf, 0x76, 0xc2, 0xa0, 0x3a, 0xfc, 0x4d, 0x0d, - 0xaa, 0x6b, 0xe7, 0xe2, 0x26, 0xd5, 0xea, 0x34, 0x4c, 0x6e, 0xe2, 0x57, 0xd1, 0xbc, 0xff, 0x76, - 0x2e, 0xf6, 0xc4, 0x90, 0x48, 0x18, 0xec, 0xad, 0x61, 0x2e, 0x0a, 0x01, 0x40, 0x9f, 0x18, 0xaa, - 0x12, 0x06, 0x03, 0x5d, 0x87, 0x51, 0xe6, 0xa2, 0xdb, 0x3e, 0x81, 0x6e, 0x2e, 0x1f, 0xdf, 0xb4, - 0x18, 0x0a, 0x53, 0xd3, 0x39, 0xbe, 0xf5, 0x04, 0xae, 0x71, 0x0f, 0x71, 0x7d, 0xf1, 0x69, 0x43, - 0xa7, 0xfc, 0x7c, 0x59, 0x0e, 0x2c, 0x3d, 0xc2, 0x71, 0xd6, 0xa3, 0x3d, 0x4e, 0xfa, 0x1c, 0x66, - 0xb4, 0x72, 0x49, 0x91, 0x4a, 0xa5, 0x72, 0x0f, 0x49, 0xd2, 0x71, 0x68, 0xeb, 0xaa, 0xa9, 0x09, - 0xb5, 0xb3, 0x16, 0xa6, 0x31, 0xaa, 0xfc, 0xe8, 0x16, 0x39, 0x38, 0x05, 0xd7, 0xbb, 0xa5, 0x9c, - 0x6b, 0xc6, 0xf1, 0x58, 0x1c, 0x1f, 0xf1, 0xe5, 0x95, 0xb5, 0xd6, 0x14, 0x4c, 0xd4, 0xbc, 0x6e, - 0x88, 0xbf, 0xa6, 0xa2, 0x8e, 0x35, 0x0d, 0x93, 0xa2, 0xaa, 0x83, 0x83, 0xc0, 0xfa, 0xa3, 0x21, - 0xb0, 0xf8, 0xc4, 0x9a, 0xac, 0xa7, 0x62, 0x3e, 0xf6, 0x12, 0x9d, 0xe5, 0x1f, 0xaa, 0x4b, 0xaa, - 0x8d, 0x38, 0xaa, 0x65, 0x3b, 0x8f, 0xca, 0x79, 0xad, 0xa8, 0x54, 0x0f, 0xc3, 0x1b, 0x1f, 0xfd, - 0x8f, 0x53, 0xd8, 0x24, 0x3b, 0x6c, 0x34, 0x02, 0x76, 0x0a, 0x9b, 0xd4, 0xe8, 0x9a, 0x59, 0xa6, - 0xad, 0x4d, 0x03, 0x17, 0x39, 0x90, 0x7c, 0x5b, 0x29, 0x6b, 0xb8, 0x0f, 0x13, 0x2b, 0x68, 0x26, - 0xb2, 0x3e, 0xa8, 0x44, 0xd0, 0xae, 0x3e, 0x97, 0xfc, 0x3c, 0x0a, 0xaf, 0x0d, 0xb5, 0x8a, 0x51, - 0xed, 0x29, 0x25, 0x7a, 0x12, 0x0d, 0x0d, 0x56, 0xb1, 0x88, 0xff, 0xbe, 0xf4, 0xd3, 0x27, 0x1f, - 0x52, 0xb7, 0x83, 0xf9, 0xa3, 0x14, 0xb1, 0x2c, 0x7d, 0xf3, 0xed, 0x77, 0xee, 0x44, 0x3c, 0x9a, - 0xc6, 0x1e, 0xc5, 0x1c, 0x3d, 0xed, 0xca, 0xc5, 0x44, 0xdf, 0x3a, 0xca, 0x89, 0xd7, 0x09, 0x89, - 0x2b, 0xe1, 0xd3, 0x4a, 0x92, 0x55, 0xed, 0x16, 0x37, 0x9f, 0x72, 0x8b, 0xab, 0xdd, 0x79, 0x85, - 0x03, 0xae, 0x75, 0x87, 0xbe, 0xf9, 0x35, 0xd0, 0x7f, 0x19, 0x81, 0x0b, 0xdb, 0xce, 0xbe, 0xdb, - 0x25, 0xbc, 0x47, 0xc4, 0xcb, 0x45, 0x95, 0x44, 0x46, 0x85, 0x6c, 0x37, 0x58, 0x43, 0xca, 0x84, - 0x65, 0x35, 0xb8, 0x79, 0x3e, 0xed, 0xc5, 0xa8, 0x1e, 0xc2, 0xfc, 0x23, 0xcd, 0xea, 0x9f, 0xc8, - 0xee, 0x41, 0xbd, 0xfb, 0xba, 0x5e, 0x3b, 0x96, 0x65, 0x84, 0x5a, 0xce, 0x93, 0x61, 0xdf, 0x47, - 0xce, 0x38, 0xec, 0xfb, 0x8f, 0x60, 0xe2, 0x49, 0x7f, 0x4f, 0x66, 0xb0, 0x38, 0x3f, 0x30, 0xac, - 0x38, 0x5d, 0x83, 0x83, 0xfe, 0x9e, 0x39, 0x87, 0x85, 0x4a, 0xcc, 0x18, 0x22, 0x7d, 0xf4, 0xd7, - 0x12, 0x22, 0x3d, 0x35, 0x3a, 0xff, 0xd8, 0xb7, 0x12, 0x9d, 0xdf, 0x10, 0xe6, 0x7c, 0xfc, 0xcc, - 0xc3, 0x9c, 0x57, 0x01, 0xc6, 0xfc, 0x28, 0xf4, 0xf3, 0x70, 0x61, 0xc4, 0xfa, 0xe7, 0xa3, 0x30, - 0x4b, 0xf4, 0x79, 0xb1, 0xc3, 0x83, 0xe8, 0xf3, 0x37, 0x29, 0xca, 0x14, 0xf5, 0x94, 0x4b, 0xaa, - 0xac, 0xbc, 0x19, 0xcb, 0x88, 0xa4, 0x21, 0xa0, 0xf7, 0xd4, 0xdb, 0x90, 0xbc, 0x12, 0x18, 0x33, - 0x99, 0xcc, 0x46, 0xbd, 0x26, 0x79, 0x47, 0x33, 0xc6, 0x67, 0x5a, 0x2f, 0x1e, 0xc4, 0x2d, 0xf4, - 0x3c, 0xa2, 0x15, 0xfd, 0x30, 0xe8, 0xd6, 0x82, 0xc8, 0x74, 0xbf, 0x0b, 0xe7, 0x69, 0xf8, 0x19, - 0xf1, 0x84, 0xf7, 0x6d, 0xce, 0x24, 0x4c, 0x93, 0xc0, 0x02, 0xd5, 0xf0, 0xf7, 0xbb, 0x34, 0x5a, - 0x53, 0x87, 0x16, 0xa8, 0x51, 0x66, 0x18, 0x08, 0xda, 0x81, 0x8b, 0xdb, 0x3e, 0x6e, 0x73, 0xdf, - 0xd6, 0x9e, 0xcf, 0x55, 0x39, 0xf6, 0x96, 0x8e, 0x06, 0x89, 0xec, 0x89, 0xea, 0x26, 0x96, 0xf5, - 0x2a, 0x97, 0x35, 0xa0, 0xa3, 0x55, 0x98, 0xae, 0x63, 0xc7, 0x6f, 0xbd, 0x78, 0x82, 0x5f, 0x93, - 0x8f, 0x43, 0x50, 0x1c, 0x8d, 0x22, 0xab, 0x06, 0xb4, 0x86, 0x0c, 0x94, 0x56, 0xa9, 0x97, 0xe4, - 0x3a, 0x12, 0xfa, 0x01, 0x9c, 0xaf, 0x7b, 0x7e, 0x58, 0x7d, 0x1d, 0xcb, 0x6e, 0xc4, 0x0a, 0xab, - 0x97, 0x45, 0x74, 0xd9, 0xc0, 0xf3, 0xc3, 0xe6, 0x9e, 0x3a, 0x6f, 0x1c, 0x0f, 0x3d, 0x24, 0x92, - 0x27, 0x91, 0x86, 0xa5, 0xa1, 0x85, 0x85, 0xac, 0xe0, 0xd2, 0x25, 0x15, 0xa1, 0x4d, 0xd6, 0x96, - 0x18, 0x16, 0x7a, 0x0d, 0xb3, 0xfa, 0xfe, 0x7f, 0xe8, 0x76, 0x08, 0xd3, 0x00, 0x2d, 0x4f, 0x88, - 0x09, 0xa4, 0x7a, 0x8b, 0xf7, 0xf2, 0x6a, 0xfc, 0x94, 0x3d, 0xa7, 0xf5, 0x6a, 0xb0, 0x6c, 0x13, - 0x3e, 0x7a, 0x4a, 0x83, 0xfb, 0xb2, 0x99, 0xa9, 0x04, 0x22, 0xea, 0x33, 0x19, 0x04, 0x8d, 0x56, - 0xd7, 0xa7, 0x67, 0x88, 0xce, 0xa8, 0x13, 0xc4, 0x83, 0x3f, 0xdb, 0x09, 0x54, 0xb4, 0x0d, 0x17, - 0x76, 0x03, 0xbc, 0xed, 0xe3, 0x97, 0x2e, 0x7e, 0x25, 0xe8, 0x4d, 0x52, 0x7a, 0x74, 0xb9, 0x09, - 0xbd, 0x1e, 0xab, 0x35, 0x11, 0x4c, 0x22, 0x97, 0x3e, 0x82, 0x09, 0x65, 0xbf, 0x19, 0x1e, 0x83, - 0xcf, 0xaa, 0x8f, 0xc1, 0xc7, 0xd5, 0x47, 0xdf, 0x7f, 0x91, 0x63, 0xc6, 0x40, 0x65, 0x03, 0x73, - 0xcb, 0xc2, 0x16, 0x8c, 0xcb, 0x42, 0xf9, 0xf4, 0x40, 0x48, 0x27, 0xb1, 0xaf, 0x1b, 0x3b, 0x3e, - 0xe2, 0x74, 0xab, 0xbd, 0x8d, 0x68, 0x7c, 0xbb, 0x06, 0xba, 0xdf, 0x8a, 0x1e, 0x29, 0xf2, 0x07, - 0x95, 0xbe, 0xd3, 0x3a, 0x88, 0x2c, 0xa4, 0x3f, 0x25, 0xe7, 0x43, 0xad, 0xe0, 0x49, 0x99, 0xe6, - 0xf5, 0x8c, 0x3a, 0xbc, 0x52, 0xc4, 0xf5, 0x97, 0x6f, 0x35, 0x59, 0xb1, 0x7e, 0x70, 0x54, 0x04, - 0xea, 0xae, 0x3b, 0x63, 0xd9, 0xec, 0x8d, 0x9d, 0xb1, 0x07, 0xef, 0x27, 0x5f, 0x89, 0xd1, 0x04, - 0x0a, 0xd1, 0x2b, 0x31, 0x75, 0x1a, 0xa3, 0xf7, 0x62, 0xbb, 0xb0, 0x60, 0xe3, 0x43, 0xef, 0x25, - 0x3e, 0x5b, 0xb2, 0x3f, 0x86, 0xcb, 0x3a, 0xc1, 0xdd, 0x5e, 0x9b, 0x06, 0xd7, 0x60, 0xf7, 0xa4, - 0xc6, 0x60, 0x77, 0x1c, 0x81, 0x05, 0xbb, 0x63, 0xe1, 0x8f, 0xc8, 0x9f, 0x2a, 0xbf, 0xa5, 0x75, - 0x96, 0x07, 0x8b, 0x3a, 0xf1, 0x4a, 0xbb, 0x4d, 0xe3, 0xf4, 0xb7, 0xdc, 0x9e, 0xd3, 0x0d, 0xd1, - 0x16, 0x4c, 0x28, 0x3f, 0x63, 0xb2, 0x8d, 0x52, 0xc3, 0x56, 0xbf, 0x17, 0x15, 0xa8, 0x32, 0x98, - 0x02, 0x67, 0x61, 0x28, 0xc7, 0xa7, 0x87, 0x4c, 0x99, 0xda, 0x66, 0x15, 0xa6, 0x94, 0x9f, 0x52, - 0x55, 0xa0, 0x81, 0x2c, 0x95, 0x16, 0xf4, 0x09, 0xd3, 0x51, 0xac, 0x16, 0x94, 0x4c, 0x93, 0x46, - 0x83, 0x3e, 0xbc, 0x46, 0xab, 0x51, 0xf8, 0x88, 0xc1, 0xf7, 0xd3, 0x33, 0x69, 0xa1, 0x23, 0xac, - 0xbf, 0x39, 0x0c, 0x0b, 0x7c, 0x31, 0xce, 0x72, 0xc5, 0xd1, 0xcf, 0x60, 0x42, 0x59, 0x63, 0x3e, - 0xe9, 0x57, 0x85, 0x4b, 0x4b, 0xda, 0x5e, 0x60, 0x32, 0x58, 0x9f, 0x16, 0x34, 0x63, 0xcb, 0x4d, - 0x64, 0x30, 0x75, 0xdb, 0x74, 0x60, 0x5a, 0x5f, 0x68, 0x2e, 0x86, 0x5e, 0x37, 0x36, 0xa2, 0x83, - 0x8a, 0xc8, 0x49, 0xed, 0xa6, 0x71, 0xb9, 0x69, 0x1e, 0x29, 0x7d, 0x13, 0x7d, 0x0d, 0x17, 0x12, - 0xab, 0xcc, 0xd5, 0xaa, 0x9b, 0xc6, 0x06, 0x13, 0xd0, 0x2c, 0x5a, 0xb8, 0x4f, 0x8b, 0x53, 0x9b, - 0x4d, 0x36, 0x82, 0xda, 0x30, 0xa9, 0x2e, 0x3c, 0x97, 0x93, 0xaf, 0x65, 0x4c, 0x25, 0x03, 0x64, - 0x42, 0x11, 0x9f, 0x4b, 0xba, 0xf6, 0x7a, 0xea, 0x45, 0x8d, 0x6a, 0x75, 0x0c, 0xce, 0xb3, 0xdf, - 0x84, 0x05, 0x6c, 0xfb, 0x38, 0xc0, 0xdd, 0x16, 0x56, 0xbd, 0x93, 0xbe, 0x29, 0x0b, 0xf8, 0x97, - 0x39, 0x28, 0x9a, 0xe8, 0xd6, 0x71, 0xb7, 0x8d, 0xb6, 0xa1, 0x10, 0x6f, 0x88, 0xef, 0x6a, 0x4b, - 0x7c, 0x15, 0xd2, 0xbb, 0x44, 0xe4, 0xe6, 0x44, 0x37, 0x37, 0xe1, 0x82, 0x52, 0x76, 0x4a, 0x37, - 0xb0, 0x24, 0xaa, 0xaa, 0xfa, 0xae, 0x51, 0x6f, 0xb7, 0x15, 0xef, 0xd0, 0x71, 0xbb, 0x44, 0x40, - 0x54, 0x02, 0x3d, 0x40, 0x54, 0xca, 0xe7, 0x86, 0xa9, 0x87, 0xb4, 0x54, 0xb8, 0x44, 0x4a, 0x10, - 0xeb, 0x53, 0xca, 0xc1, 0xb9, 0x52, 0xc1, 0x1e, 0xe3, 0x48, 0x62, 0x57, 0x61, 0x64, 0x67, 0xa3, - 0x5e, 0xab, 0xf0, 0xa7, 0x3d, 0xec, 0xf1, 0x67, 0x27, 0x68, 0xb6, 0x1c, 0x9b, 0x55, 0x58, 0x9f, - 0xd0, 0xf8, 0x76, 0x3c, 0x3a, 0x9a, 0xc4, 0xbb, 0x01, 0xa3, 0xbc, 0x88, 0x63, 0xd2, 0xcb, 0xe4, - 0x0e, 0x87, 0x12, 0x75, 0xd6, 0xb6, 0x90, 0xaf, 0x3b, 0xd8, 0x09, 0x94, 0x0f, 0xf3, 0x87, 0x44, - 0x14, 0x67, 0x65, 0xfc, 0xbb, 0x3c, 0x2d, 0x83, 0x8f, 0xd2, 0x62, 0xa6, 0x2e, 0x0b, 0x18, 0x5b, - 0xfe, 0x65, 0xfd, 0x59, 0x1e, 0x66, 0x45, 0x88, 0x17, 0xcd, 0x14, 0x30, 0x30, 0xc8, 0xe4, 0x0f, - 0xf5, 0x28, 0x3a, 0x35, 0x19, 0x45, 0xe7, 0x1b, 0x24, 0xb7, 0xe0, 0xf1, 0x77, 0x4e, 0xf8, 0xf0, - 0xed, 0x89, 0x94, 0xbe, 0x87, 0x35, 0xe9, 0xdb, 0x34, 0x1e, 0x4d, 0xfa, 0xa6, 0xcb, 0xc2, 0xa4, - 0x6f, 0x21, 0x73, 0x7f, 0x13, 0x81, 0xe9, 0x43, 0xb2, 0xb5, 0xb4, 0x26, 0x4f, 0xfa, 0x26, 0x6a, - 0x83, 0x3e, 0x93, 0xdf, 0x5a, 0x5f, 0xa9, 0x91, 0x3d, 0xcd, 0xbb, 0x2a, 0x56, 0xe0, 0x2e, 0xf5, - 0x73, 0xe3, 0x34, 0xd5, 0x8d, 0x49, 0x59, 0x2c, 0x0f, 0x0e, 0xa1, 0x80, 0x58, 0x0f, 0xe4, 0xa3, - 0x7b, 0x03, 0xb5, 0xb4, 0x88, 0xa9, 0x9b, 0x34, 0x9c, 0xc0, 0x23, 0xba, 0x5e, 0x67, 0xd1, 0x89, - 0x3f, 0xcc, 0xb1, 0xf8, 0x04, 0xf5, 0x2d, 0x25, 0x84, 0x7c, 0xf7, 0xb9, 0xa7, 0x58, 0x42, 0x95, - 0x66, 0x9e, 0xb8, 0xdd, 0xb6, 0x6a, 0x09, 0xa5, 0x49, 0x02, 0xf9, 0xd3, 0xc2, 0xe6, 0x81, 0xdb, - 0x6d, 0xdb, 0x71, 0x68, 0xf4, 0x11, 0x4c, 0x29, 0x45, 0xf2, 0x23, 0xcd, 0x62, 0xf3, 0xa9, 0xe8, - 0x6e, 0xdb, 0xd6, 0x21, 0xad, 0xdf, 0xce, 0xc3, 0x42, 0x46, 0x8a, 0x13, 0xaa, 0x03, 0x52, 0x05, - 0x5e, 0xce, 0x14, 0x8f, 0x6a, 0x4c, 0x9f, 0x51, 0x6a, 0x3c, 0x52, 0x02, 0xa2, 0x4f, 0x61, 0x42, - 0xcd, 0xb8, 0x92, 0x57, 0x42, 0x67, 0x9b, 0xb3, 0xac, 0xa8, 0xe0, 0x28, 0x00, 0x88, 0x7a, 0xc2, - 0x5f, 0x16, 0xd7, 0x89, 0x44, 0xa3, 0xa4, 0x6b, 0x39, 0x93, 0xbc, 0x31, 0x4a, 0x33, 0xd6, 0x5f, - 0xcf, 0xc3, 0x52, 0xc6, 0x3c, 0xd4, 0x71, 0xf8, 0x7f, 0x62, 0x2a, 0x62, 0x49, 0x74, 0x86, 0xbe, - 0xa5, 0x24, 0x3a, 0xd6, 0xef, 0xe7, 0xe1, 0xd2, 0x6e, 0x2f, 0xa0, 0xee, 0xa8, 0xeb, 0xdd, 0x97, - 0xb8, 0x1b, 0x7a, 0xfe, 0x6b, 0xea, 0x4e, 0x87, 0xde, 0x83, 0x91, 0x35, 0xdc, 0xe9, 0x78, 0xfc, - 0xb3, 0x76, 0x45, 0x18, 0xa7, 0xe3, 0xd0, 0x14, 0x68, 0xed, 0x9c, 0xcd, 0xa0, 0xd1, 0x47, 0x30, - 0xbe, 0x86, 0x1d, 0x3f, 0xdc, 0xc3, 0x8e, 0x90, 0x5c, 0x2f, 0x73, 0x54, 0x05, 0x85, 0x03, 0xac, - 0x9d, 0xb3, 0x23, 0x68, 0xb4, 0x0c, 0xc3, 0xdb, 0x5e, 0x77, 0x5f, 0xbe, 0x57, 0x4b, 0x69, 0x90, - 0xc0, 0xac, 0x9d, 0xb3, 0x29, 0x2c, 0x7a, 0x0a, 0x53, 0x95, 0x7d, 0xdc, 0x0d, 0x9f, 0xe2, 0xd0, - 0x69, 0x3b, 0xa1, 0xc3, 0x25, 0x9c, 0x1b, 0x69, 0xc8, 0x1a, 0x30, 0x4d, 0x4c, 0xab, 0x16, 0x54, - 0x47, 0x60, 0xe8, 0x69, 0xb0, 0x6f, 0xfd, 0x5e, 0x0e, 0x8a, 0x2b, 0xde, 0xab, 0xae, 0x71, 0x62, - 0x3e, 0xd0, 0x27, 0x46, 0x38, 0x4d, 0x1b, 0xe0, 0x63, 0x53, 0xf3, 0x2e, 0x0c, 0x6f, 0xbb, 0xdd, - 0xfd, 0xd8, 0x47, 0xdd, 0x80, 0x47, 0xa0, 0xe8, 0x08, 0xdd, 0xee, 0xbe, 0xe8, 0xd2, 0x3b, 0x30, - 0x9f, 0x02, 0x89, 0xa6, 0x25, 0x7b, 0x1b, 0xa6, 0x6c, 0xed, 0x6d, 0x98, 0x33, 0x4e, 0x5a, 0x02, - 0xf0, 0x9f, 0xe5, 0x0c, 0xab, 0xcf, 0xfa, 0x5a, 0x84, 0x51, 0x11, 0x1a, 0x96, 0x7d, 0x07, 0xc4, - 0x4f, 0xea, 0xce, 0x29, 0x4e, 0x07, 0x0f, 0x06, 0x28, 0x0f, 0x41, 0x43, 0x79, 0x9e, 0xcf, 0xf6, - 0xf0, 0xc7, 0xdf, 0x60, 0xa7, 0x4a, 0x5a, 0xa4, 0xcd, 0x35, 0x2f, 0x08, 0xbb, 0xd2, 0xdb, 0xc0, - 0x96, 0xbf, 0xad, 0x7f, 0x97, 0xa7, 0x81, 0x05, 0x33, 0x96, 0x99, 0x8c, 0x7b, 0xab, 0xce, 0xc7, - 0x91, 0xdf, 0xaa, 0xa3, 0x45, 0x18, 0xdf, 0xaa, 0x6b, 0x91, 0x6f, 0xed, 0xa8, 0x00, 0xdd, 0x66, - 0x19, 0xd2, 0x2a, 0x7e, 0xeb, 0x85, 0x1b, 0xe2, 0x56, 0xd8, 0xf7, 0x39, 0x73, 0xb2, 0x13, 0xe5, - 0xc8, 0x82, 0xc9, 0x47, 0x1d, 0x77, 0xaf, 0x25, 0x88, 0xb1, 0xce, 0x69, 0x65, 0xe8, 0x26, 0x4c, - 0xf3, 0x2c, 0x8c, 0x2c, 0x30, 0x30, 0x4f, 0x31, 0x66, 0xc7, 0x4a, 0x49, 0xbb, 0x35, 0xaf, 0x1b, - 0x3a, 0x6e, 0x17, 0xfb, 0x76, 0xbf, 0x1b, 0xba, 0x3c, 0x27, 0xf7, 0xb8, 0x9d, 0x28, 0x47, 0xef, - 0xc2, 0x9c, 0x2c, 0xdb, 0xf2, 0x5b, 0x2f, 0x70, 0x10, 0xfa, 0x34, 0x88, 0x3a, 0x7d, 0xf4, 0x6d, - 0x9b, 0x2b, 0x69, 0x0b, 0x1d, 0xaf, 0xdf, 0x5e, 0xed, 0xbe, 0x74, 0x7d, 0x8f, 0xe5, 0xef, 0x1b, - 0xe3, 0x2d, 0xc4, 0xca, 0xad, 0x6d, 0xe3, 0x09, 0xf8, 0x06, 0x9b, 0xc3, 0xaa, 0x01, 0x4a, 0x72, - 0x00, 0xf4, 0x3d, 0x18, 0xaf, 0xd7, 0xd7, 0xb4, 0x3b, 0x80, 0xb8, 0x59, 0xde, 0x8e, 0x20, 0xac, - 0xf7, 0xe1, 0x92, 0x24, 0xc2, 0xa2, 0x62, 0x2a, 0x4e, 0xe3, 0x3c, 0x85, 0x8b, 0xf4, 0x55, 0x8f, - 0x0a, 0xac, 0x1f, 0x27, 0xf0, 0xea, 0xfd, 0xc3, 0x43, 0xc7, 0x7f, 0x8d, 0x2a, 0x3a, 0xde, 0xd0, - 0x40, 0x5e, 0x57, 0x1d, 0xfe, 0xc5, 0x51, 0xf9, 0x9c, 0x4a, 0xdc, 0x86, 0x59, 0xed, 0x44, 0x8a, - 0x2e, 0x95, 0xe2, 0x1f, 0x12, 0xe5, 0xa8, 0x2c, 0x01, 0xf0, 0xb0, 0xb9, 0x1b, 0xde, 0x3e, 0xf7, - 0x25, 0x56, 0x4a, 0xac, 0x87, 0x30, 0x17, 0xa3, 0xc9, 0x05, 0xab, 0xef, 0x81, 0x14, 0x05, 0x29, - 0xd1, 0xa1, 0xea, 0x85, 0x5f, 0x1d, 0x95, 0xa7, 0xc8, 0xb6, 0xb8, 0x13, 0x05, 0xbf, 0x12, 0x7f, - 0x59, 0x4f, 0x55, 0x89, 0xbd, 0xd2, 0xd1, 0x5e, 0x81, 0xdc, 0x87, 0xf3, 0xac, 0x24, 0x16, 0x62, - 0x46, 0x85, 0xe6, 0xa3, 0xe5, 0x80, 0xd6, 0x1c, 0xf5, 0xf4, 0xa2, 0x3f, 0x2a, 0x91, 0x4f, 0xb1, - 0xb5, 0xcb, 0xe2, 0x1d, 0x46, 0xc5, 0x32, 0x8c, 0xcd, 0x70, 0x25, 0xf2, 0x7d, 0x16, 0x66, 0x49, - 0x01, 0xd7, 0xf5, 0x5e, 0x75, 0x70, 0x7b, 0x9f, 0x66, 0x8b, 0xa9, 0x4e, 0x72, 0xb3, 0xe4, 0xb0, - 0x43, 0x08, 0x50, 0x34, 0xeb, 0x73, 0x98, 0xab, 0x75, 0xb0, 0xe3, 0xc7, 0xdb, 0x43, 0x37, 0x61, - 0x94, 0x96, 0xe9, 0x57, 0x62, 0x0e, 0x29, 0xa2, 0x57, 0x62, 0xbc, 0x92, 0x08, 0x99, 0x2c, 0xf2, - 0x87, 0x3a, 0xa4, 0x48, 0xbe, 0x1b, 0xa1, 0xbf, 0x63, 0x7e, 0x42, 0x86, 0xd1, 0x33, 0x38, 0xeb, - 0x33, 0x7a, 0x11, 0x6d, 0x4a, 0x14, 0x74, 0x32, 0xcf, 0xb5, 0xff, 0x0f, 0x16, 0x2b, 0xbd, 0x1e, - 0xee, 0xb6, 0x23, 0x44, 0xa2, 0x06, 0x9f, 0xcc, 0x23, 0x18, 0x55, 0x60, 0x84, 0x42, 0x4b, 0xd3, - 0x04, 0xef, 0xae, 0xa1, 0x3b, 0x14, 0x8e, 0xcb, 0xdc, 0xb4, 0x01, 0x86, 0x69, 0xb5, 0x61, 0xbe, - 0xde, 0xdf, 0x3b, 0x74, 0x59, 0x4e, 0x1e, 0xea, 0x55, 0x2f, 0xda, 0x5e, 0x17, 0x21, 0x6a, 0xd9, - 0x64, 0xdc, 0x8a, 0x12, 0x00, 0xd1, 0xdb, 0x3d, 0xee, 0x69, 0xff, 0xf2, 0xfe, 0x9d, 0x08, 0x95, - 0x7e, 0x0e, 0x59, 0x2b, 0xb4, 0x9a, 0x87, 0xb1, 0xb5, 0x2e, 0xc2, 0x05, 0x55, 0xcd, 0x63, 0x3b, - 0x64, 0x0e, 0x2e, 0xea, 0xea, 0x1b, 0x2b, 0xfe, 0x0a, 0x66, 0x99, 0x5d, 0x92, 0xc5, 0x0c, 0x5a, - 0x8e, 0xc2, 0xe3, 0xe4, 0x1b, 0xcb, 0xb1, 0x3b, 0x41, 0xea, 0xd6, 0x29, 0xa3, 0xc1, 0x35, 0x96, - 0x99, 0x33, 0xd1, 0xcb, 0x65, 0xcd, 0x48, 0x90, 0x6f, 0x2c, 0x57, 0x47, 0xb9, 0xee, 0x41, 0xa8, - 0xb3, 0xe5, 0xff, 0xb5, 0x50, 0x5f, 0xa6, 0xfe, 0xab, 0x6b, 0xd8, 0xa1, 0x77, 0xcd, 0x66, 0x2f, - 0xc0, 0x69, 0xc8, 0xbb, 0x6d, 0xf1, 0xe9, 0x71, 0xdb, 0xd6, 0x9f, 0xe6, 0xe0, 0x16, 0x33, 0x5b, - 0x98, 0xf1, 0xa8, 0x36, 0x91, 0x82, 0x8c, 0x3e, 0x04, 0x96, 0x3e, 0x83, 0xdb, 0x1d, 0x2d, 0xde, - 0xf3, 0x2c, 0x4a, 0x0c, 0x01, 0x55, 0x60, 0x52, 0xbd, 0x94, 0x8e, 0xbd, 0x32, 0x4e, 0xb1, 0x2b, - 0xd8, 0x13, 0x87, 0xcf, 0x1d, 0x79, 0x51, 0x7d, 0x00, 0x0b, 0xab, 0x5f, 0x93, 0x0d, 0xc1, 0x43, - 0x51, 0xf3, 0xbb, 0x81, 0xc8, 0xcb, 0x6c, 0x66, 0x87, 0xef, 0x18, 0xfd, 0xdb, 0x10, 0x2f, 0x26, - 0xdf, 0x4c, 0x4e, 0xc2, 0xa7, 0x2a, 0x10, 0xfb, 0x4e, 0x68, 0x65, 0xd6, 0xbf, 0xcd, 0xc1, 0xa2, - 0xb9, 0x35, 0xce, 0x58, 0xd6, 0xe1, 0x42, 0xcd, 0xe9, 0x7a, 0x5d, 0xb7, 0xe5, 0x74, 0xea, 0xad, - 0x17, 0xb8, 0xdd, 0xef, 0x88, 0xbb, 0x7a, 0xc9, 0x65, 0x88, 0x0c, 0xc0, 0xd1, 0x05, 0x88, 0x9d, - 0xc4, 0x42, 0xef, 0xc3, 0x25, 0x7a, 0x53, 0xca, 0x78, 0x6f, 0x07, 0xfb, 0x92, 0x1e, 0xeb, 0x59, - 0x4a, 0x2d, 0xba, 0x07, 0x17, 0x99, 0xb0, 0xd2, 0xde, 0xed, 0xba, 0xa1, 0x44, 0x62, 0xa2, 0x82, - 0xa9, 0xea, 0xf6, 0x6d, 0x18, 0xdf, 0xea, 0x61, 0x9e, 0x93, 0x76, 0x0c, 0x86, 0xd7, 0x37, 0xd7, - 0x77, 0x58, 0x46, 0xac, 0xed, 0xdd, 0x9d, 0x42, 0x0e, 0x01, 0x9c, 0x5f, 0x59, 0xdd, 0x58, 0xdd, - 0x59, 0x2d, 0xe4, 0x6f, 0x37, 0xd5, 0xcb, 0x7c, 0xb4, 0x00, 0xf3, 0x2b, 0xab, 0x8d, 0xf5, 0xda, - 0x6a, 0x73, 0xe7, 0x87, 0xdb, 0xab, 0x4d, 0x3d, 0x4a, 0xcb, 0x2c, 0x14, 0xd4, 0xca, 0x9d, 0xad, - 0x9d, 0xed, 0x42, 0x0e, 0x15, 0x61, 0x56, 0x2d, 0x7d, 0xb6, 0x5a, 0xad, 0xec, 0xee, 0xac, 0x6d, - 0x16, 0x86, 0xac, 0xe1, 0xb1, 0x7c, 0x21, 0x7f, 0xfb, 0x67, 0xda, 0x4d, 0x3f, 0x5a, 0x84, 0x22, - 0x07, 0xdf, 0xad, 0x57, 0x1e, 0xa5, 0x37, 0xc1, 0x6a, 0x9f, 0x3e, 0xac, 0x14, 0x72, 0xe8, 0x0a, - 0x5c, 0xd6, 0x4a, 0xb7, 0x2b, 0xf5, 0xfa, 0xb3, 0x2d, 0x7b, 0x65, 0x63, 0xb5, 0x5e, 0x2f, 0xe4, - 0x6f, 0x37, 0xb4, 0xc8, 0x1e, 0xa4, 0x85, 0xa7, 0x0f, 0x2b, 0x4d, 0x7b, 0xf5, 0x8b, 0xdd, 0x75, - 0x7b, 0x75, 0x25, 0xd9, 0x82, 0x56, 0xfb, 0xc3, 0xd5, 0x7a, 0x21, 0x87, 0x2e, 0xc2, 0x8c, 0x56, - 0xba, 0xb9, 0x55, 0xc8, 0xdf, 0xbe, 0xc9, 0x1f, 0x0d, 0xa1, 0x69, 0x80, 0x95, 0xd5, 0x7a, 0x6d, - 0x75, 0x73, 0x65, 0x7d, 0xf3, 0x51, 0xe1, 0x1c, 0x9a, 0x82, 0xf1, 0x8a, 0xfc, 0x99, 0x5b, 0xfe, - 0xbb, 0xbf, 0x9b, 0x83, 0x09, 0xb2, 0xb1, 0xc5, 0xdd, 0xf0, 0x57, 0x8a, 0x10, 0xc0, 0x17, 0x94, - 0xc7, 0xbf, 0x4e, 0xfd, 0xe2, 0x53, 0x1e, 0x57, 0xca, 0x90, 0xf1, 0x29, 0xc0, 0xad, 0xdc, 0xbd, - 0x1c, 0xb2, 0xa9, 0x75, 0x2b, 0x26, 0x65, 0x48, 0xca, 0x66, 0xa9, 0xa5, 0x94, 0x52, 0x2d, 0x84, - 0x93, 0xc7, 0x30, 0x45, 0x3e, 0xfe, 0xb2, 0x16, 0x2d, 0xc4, 0xe1, 0x15, 0x79, 0xa3, 0xb4, 0x68, - 0xae, 0x94, 0x81, 0xea, 0x26, 0x69, 0xff, 0x82, 0xd0, 0xe9, 0x12, 0xa1, 0x7a, 0x4e, 0x4d, 0x25, - 0xde, 0x6d, 0x61, 0x76, 0xbd, 0x57, 0xba, 0x10, 0x2b, 0x6e, 0xdc, 0xbf, 0x97, 0x43, 0x75, 0xfa, - 0xb0, 0x49, 0x93, 0x22, 0x90, 0xb8, 0xc9, 0x4f, 0x8a, 0x17, 0xac, 0x37, 0x65, 0x69, 0x92, 0x4a, - 0x11, 0x3f, 0x36, 0x01, 0x25, 0x3f, 0xce, 0xe8, 0x6a, 0xb4, 0x14, 0xe6, 0xef, 0x76, 0xe9, 0x52, - 0xe2, 0xde, 0x60, 0x95, 0xb0, 0x67, 0xb4, 0x0a, 0xd3, 0xdc, 0xfd, 0x8a, 0x8b, 0x0b, 0x28, 0x4b, - 0xe0, 0x48, 0x25, 0xf3, 0x88, 0xce, 0x93, 0x14, 0x39, 0x50, 0x29, 0x1a, 0x47, 0x5c, 0x0e, 0x29, - 0x2d, 0x18, 0xeb, 0xf8, 0xf8, 0x1e, 0xc2, 0xb4, 0x2e, 0xbd, 0x20, 0xb1, 0x40, 0x46, 0xa1, 0x26, - 0xb5, 0x43, 0x4d, 0x98, 0x7f, 0xea, 0xb8, 0x54, 0xa0, 0xe7, 0xd6, 0x69, 0x61, 0x5b, 0x46, 0xe5, - 0x0c, 0x63, 0x73, 0x1d, 0x77, 0xdb, 0xa5, 0x41, 0x4f, 0x7a, 0xe9, 0xce, 0xad, 0x8b, 0x8f, 0xb0, - 0x6e, 0x9b, 0x47, 0x96, 0x1e, 0xa7, 0xdf, 0x74, 0xdd, 0x52, 0x4a, 0xbb, 0x21, 0x44, 0x4f, 0xa9, - 0x14, 0x10, 0xa3, 0xa8, 0xec, 0x89, 0x53, 0x93, 0x2b, 0x52, 0x27, 0xc0, 0xd0, 0x8d, 0x5f, 0xf5, - 0x05, 0x28, 0x65, 0xe2, 0x52, 0x89, 0xdd, 0xcb, 0xa1, 0xaf, 0xc0, 0x4a, 0x23, 0xf7, 0xcc, 0x0d, - 0x5f, 0xf0, 0xab, 0xee, 0x05, 0x23, 0x01, 0x7e, 0x50, 0x32, 0xa8, 0xdb, 0x30, 0x6b, 0xba, 0x94, - 0x94, 0x13, 0x9a, 0x71, 0x63, 0x99, 0xba, 0x0b, 0x6c, 0x22, 0xcb, 0xb4, 0xd3, 0x17, 0x29, 0xe3, - 0x4e, 0x2c, 0x95, 0xe6, 0xa7, 0x30, 0x4d, 0x76, 0xc9, 0x13, 0x8c, 0x7b, 0x95, 0x8e, 0xfb, 0x12, - 0x07, 0x48, 0x3c, 0x77, 0x97, 0x45, 0x69, 0xb8, 0xb7, 0x72, 0xe8, 0x3b, 0x3c, 0xab, 0x3a, 0x7f, - 0x9d, 0x29, 0x1e, 0x6f, 0xd2, 0xb2, 0x92, 0xf8, 0x45, 0x2b, 0xef, 0xe5, 0xd0, 0xf7, 0x61, 0xf4, - 0x11, 0x0e, 0xa9, 0x27, 0xd5, 0x35, 0x69, 0x9f, 0x67, 0x77, 0xe1, 0xeb, 0x5d, 0xe9, 0xb5, 0x22, - 0x3a, 0x1c, 0x57, 0x01, 0xd1, 0x5d, 0x00, 0xc6, 0x10, 0x28, 0x85, 0x78, 0x75, 0x29, 0xd1, 0x6d, - 0xf4, 0x88, 0x7c, 0x3f, 0x3b, 0x38, 0xc4, 0x27, 0x6d, 0x32, 0x6d, 0x8e, 0x36, 0x60, 0x5a, 0xc6, - 0xf6, 0xdb, 0xa4, 0xae, 0xb8, 0x56, 0x8c, 0x58, 0x70, 0x0a, 0x6a, 0x1f, 0x93, 0x53, 0xc1, 0xec, - 0xe5, 0x32, 0x14, 0x00, 0x4a, 0x0b, 0x0e, 0x20, 0x27, 0x91, 0x81, 0x29, 0xb8, 0x32, 0x85, 0xbb, - 0xc4, 0x8d, 0x27, 0x75, 0x8f, 0xe1, 0x62, 0x28, 0xa9, 0xed, 0xea, 0x61, 0x01, 0x22, 0x9e, 0x9b, - 0x16, 0xcd, 0xa0, 0x74, 0x2d, 0x03, 0x82, 0xb1, 0x3b, 0xca, 0x49, 0x56, 0x88, 0x7a, 0xc8, 0x9a, - 0x51, 0xd3, 0x45, 0x0b, 0x0b, 0x60, 0x32, 0x83, 0x76, 0x09, 0x25, 0xab, 0xc8, 0x57, 0x4f, 0x7b, - 0x8e, 0x1e, 0x7d, 0xf5, 0x0c, 0xf1, 0x02, 0xa2, 0xaf, 0x9e, 0xf1, 0x05, 0xfb, 0x13, 0xa6, 0xb0, - 0x6a, 0x49, 0x63, 0x1b, 0xcb, 0x48, 0xb8, 0xd5, 0x69, 0x15, 0xfc, 0x60, 0x5f, 0x32, 0xd5, 0x35, - 0x1e, 0xdc, 0xcb, 0xa1, 0x55, 0xb8, 0x28, 0x3d, 0xa7, 0xa3, 0x2a, 0x94, 0x82, 0x90, 0xba, 0x09, - 0x3e, 0x87, 0x8b, 0x7c, 0x4b, 0x69, 0x64, 0x0a, 0x92, 0x3b, 0x70, 0xa3, 0x7d, 0x2a, 0x81, 0xc7, - 0x30, 0x57, 0x8f, 0x0d, 0x8a, 0x5d, 0x31, 0x5f, 0xd6, 0x49, 0x28, 0x99, 0xfb, 0x52, 0x69, 0x3d, - 0x01, 0xc4, 0x74, 0x42, 0x41, 0xee, 0xa5, 0x8b, 0x5f, 0xa1, 0x2b, 0xb1, 0x21, 0x91, 0x42, 0x0a, - 0x46, 0xd9, 0x4b, 0xda, 0x14, 0xa1, 0x1d, 0x96, 0xb1, 0x80, 0x65, 0x05, 0x72, 0x7a, 0xce, 0x9e, - 0xdb, 0x71, 0x43, 0x17, 0x93, 0x1d, 0xa6, 0x22, 0xa8, 0x55, 0x62, 0x19, 0x2f, 0xa7, 0x42, 0xa0, - 0xcf, 0x60, 0xea, 0x11, 0x0e, 0xa3, 0xe4, 0x84, 0x68, 0x3e, 0x91, 0xce, 0x90, 0x2f, 0x9d, 0x78, - 0xa7, 0xa3, 0x67, 0x44, 0x5c, 0x87, 0x02, 0xe3, 0x8e, 0x0a, 0x89, 0x2b, 0x09, 0x12, 0x1c, 0xc4, - 0xf1, 0x9d, 0xc3, 0x20, 0x75, 0xb6, 0xee, 0x32, 0x1b, 0x2e, 0x12, 0xdb, 0x56, 0x15, 0xbf, 0x2e, - 0x6a, 0x65, 0x32, 0xae, 0xca, 0x9c, 0x31, 0x2b, 0x1f, 0xba, 0x1e, 0x7d, 0x0a, 0x53, 0x53, 0xed, - 0x95, 0x50, 0xfc, 0x15, 0x4d, 0xe3, 0x01, 0x92, 0x01, 0xde, 0x0d, 0x44, 0x6f, 0x6a, 0x5f, 0xec, - 0xd3, 0xd1, 0xfd, 0x0c, 0xc6, 0x65, 0x7a, 0x37, 0xc9, 0x56, 0xe2, 0xc9, 0xf1, 0x4a, 0xc5, 0x64, - 0x05, 0x1f, 0xe9, 0xa7, 0x2c, 0x99, 0xa3, 0x8e, 0x1f, 0xcf, 0x80, 0x96, 0x3a, 0xb1, 0x1f, 0xc1, - 0x84, 0x92, 0xfb, 0x4c, 0x6e, 0xe4, 0x64, 0x3e, 0xb4, 0x92, 0x9e, 0xe9, 0xfe, 0x5e, 0x0e, 0xdd, - 0xa5, 0x9f, 0x16, 0xea, 0x46, 0x3e, 0x17, 0xa1, 0x29, 0xd9, 0x90, 0x62, 0x28, 0xe8, 0x03, 0xfa, - 0xda, 0xbe, 0xd6, 0xf7, 0x7d, 0xa2, 0x21, 0x12, 0xbc, 0x34, 0x09, 0x22, 0x86, 0xf8, 0x19, 0x65, - 0x26, 0x0a, 0x22, 0xbb, 0xb3, 0x1d, 0x84, 0xcd, 0xa2, 0x35, 0xde, 0xcb, 0xa1, 0x07, 0x30, 0x26, - 0x52, 0xa5, 0xa2, 0x4b, 0x7a, 0x57, 0xd3, 0x87, 0xf7, 0x00, 0x80, 0x4d, 0x36, 0xed, 0xa9, 0x5e, - 0x9d, 0x3a, 0x9d, 0x0f, 0xc8, 0xf7, 0xb2, 0x7d, 0x4a, 0xa4, 0xcf, 0xc4, 0x37, 0x93, 0x22, 0x15, - 0xb5, 0x25, 0x54, 0xa7, 0x33, 0x0d, 0x9f, 0x08, 0xbc, 0x5a, 0x06, 0xd7, 0x48, 0xe0, 0x35, 0x25, - 0x76, 0x4d, 0xa5, 0xb3, 0x0e, 0x85, 0x4a, 0x8b, 0xf2, 0x71, 0x99, 0x61, 0x4a, 0x6a, 0x1b, 0xf1, - 0x0a, 0x41, 0x6b, 0x2e, 0x9e, 0xb0, 0x6a, 0x03, 0x3b, 0x34, 0x00, 0xc1, 0xbc, 0x94, 0x09, 0x62, - 0x55, 0x66, 0x8c, 0x0c, 0xed, 0x62, 0xb6, 0x46, 0xf4, 0xa1, 0xce, 0x37, 0x23, 0xf3, 0x31, 0xe5, - 0x65, 0x4a, 0xf6, 0xad, 0x4b, 0x71, 0x7c, 0xa9, 0x87, 0x09, 0x7f, 0x19, 0x09, 0x5a, 0x81, 0x19, - 0xfe, 0xdc, 0x59, 0x4e, 0x4b, 0x1a, 0x76, 0x5a, 0xf3, 0x1f, 0xc0, 0xf4, 0x2a, 0xe1, 0xf5, 0xfd, - 0xb6, 0xcb, 0x82, 0xae, 0x20, 0x3d, 0x8a, 0x46, 0x2a, 0xe2, 0x9a, 0x48, 0xfe, 0xa8, 0xa4, 0xa5, - 0x92, 0xa7, 0x34, 0x99, 0xf9, 0xab, 0x34, 0x2b, 0xc8, 0xaa, 0x19, 0xac, 0xb8, 0x9e, 0x3c, 0x9f, - 0x92, 0x08, 0x0a, 0xdd, 0xd0, 0x74, 0xbf, 0xb4, 0x6c, 0x4e, 0x06, 0x69, 0xef, 0x4b, 0x25, 0x34, - 0x7e, 0x0a, 0xcd, 0xec, 0x0c, 0x51, 0xa9, 0xe3, 0x96, 0x61, 0x12, 0x8c, 0x99, 0x9c, 0xd0, 0x3b, - 0x3a, 0xf5, 0x8c, 0x6c, 0x4f, 0xa9, 0x2d, 0x50, 0xdd, 0x5a, 0x4f, 0x34, 0x84, 0x96, 0xb2, 0xf3, - 0x21, 0x29, 0xba, 0x75, 0x4a, 0x86, 0xa2, 0xc7, 0x74, 0x9b, 0x45, 0xf1, 0xf3, 0x91, 0xaa, 0xa9, - 0xc6, 0xd3, 0x07, 0x48, 0x11, 0xca, 0x9c, 0x6d, 0xe8, 0x11, 0x65, 0x97, 0x4a, 0x2c, 0xfe, 0x54, - 0x86, 0x77, 0xc5, 0x44, 0x27, 0x50, 0xbe, 0x85, 0x33, 0xb1, 0xbc, 0x3d, 0xd2, 0x3c, 0x62, 0xce, - 0x1c, 0x54, 0x5a, 0x4a, 0xab, 0xe6, 0x14, 0xeb, 0x22, 0x7d, 0xab, 0x32, 0xd2, 0x25, 0xed, 0x0b, - 0x95, 0x1c, 0x6c, 0x39, 0xb5, 0x5e, 0xce, 0x5d, 0x21, 0x9e, 0x67, 0x41, 0x12, 0x4d, 0x49, 0xc0, - 0x90, 0xc1, 0x12, 0x67, 0xd5, 0xad, 0x31, 0x70, 0x06, 0xd3, 0xe8, 0xec, 0xc0, 0x9c, 0x31, 0x2d, - 0x82, 0x14, 0x23, 0xb2, 0x92, 0x26, 0xa4, 0x52, 0xc5, 0x70, 0xc9, 0x9c, 0x19, 0x05, 0xbd, 0xa5, - 0xab, 0xfe, 0xe6, 0x3c, 0x11, 0xa5, 0x1b, 0x03, 0xa0, 0xf8, 0x84, 0x7e, 0x45, 0x3f, 0x9b, 0x89, - 0x36, 0xae, 0x29, 0xc6, 0x80, 0x94, 0x06, 0xac, 0x2c, 0x10, 0xb9, 0x07, 0x66, 0x4d, 0x99, 0x99, - 0x52, 0xa7, 0xf8, 0x7a, 0x3a, 0xcd, 0x68, 0x63, 0x35, 0x44, 0x70, 0x82, 0xd4, 0x99, 0xc9, 0xcc, - 0xa0, 0x91, 0xa1, 0x4d, 0x96, 0xe4, 0x7e, 0x38, 0x79, 0x97, 0xd3, 0x2d, 0x43, 0xb3, 0xa6, 0xbc, - 0x2d, 0x71, 0xc3, 0x8d, 0x29, 0x2d, 0x87, 0x9c, 0x86, 0xcc, 0xc4, 0x2f, 0x0d, 0x66, 0xc4, 0xd1, - 0xa9, 0xab, 0x46, 0x1c, 0x23, 0xe9, 0xab, 0xe9, 0x00, 0xd1, 0x8e, 0x30, 0x24, 0xa0, 0x92, 0x3b, - 0x22, 0x3d, 0x15, 0x96, 0xdc, 0x11, 0x59, 0xf9, 0xab, 0x6c, 0x71, 0xe8, 0x52, 0xa6, 0x25, 0x23, - 0x5b, 0x49, 0x86, 0xca, 0x55, 0x8c, 0x16, 0x2e, 0xd6, 0xed, 0xd3, 0x2e, 0xdb, 0x57, 0x70, 0x39, - 0x35, 0x33, 0x09, 0x7a, 0x3b, 0x71, 0xa0, 0x53, 0x66, 0x22, 0xbd, 0xa7, 0x53, 0x5a, 0x52, 0x11, - 0x69, 0xc5, 0x8a, 0xe5, 0x2f, 0x49, 0xb0, 0x7e, 0x43, 0x72, 0x13, 0xc6, 0xfa, 0x95, 0x04, 0x25, - 0x27, 0x61, 0xfd, 0xa6, 0x7c, 0x26, 0x92, 0xa7, 0x2a, 0xfd, 0x12, 0x22, 0x5d, 0xbc, 0xe2, 0x34, - 0x3c, 0xf5, 0x24, 0x5d, 0x4b, 0xa3, 0xb3, 0x42, 0x55, 0x0e, 0x91, 0xaf, 0x04, 0x5d, 0xd6, 0xa6, - 0x49, 0xfb, 0xdc, 0x96, 0xb4, 0xc1, 0xe9, 0x5f, 0xda, 0x1a, 0x35, 0x17, 0xcb, 0xfc, 0x28, 0xa9, - 0xbd, 0x58, 0x48, 0xd2, 0xd0, 0x4c, 0xc5, 0x72, 0x16, 0x58, 0x6f, 0x16, 0xe3, 0x93, 0xa3, 0x75, - 0x28, 0x7d, 0x48, 0x48, 0x9d, 0x9a, 0x01, 0x5d, 0x4a, 0x17, 0x75, 0x2f, 0x32, 0xe5, 0x81, 0x45, - 0x0f, 0x13, 0x6f, 0x08, 0x2f, 0x49, 0xbb, 0x97, 0x52, 0x9a, 0x61, 0xe6, 0xd8, 0xa6, 0xde, 0x45, - 0x86, 0x54, 0x2f, 0x92, 0x87, 0x66, 0x66, 0x82, 0x31, 0x88, 0x79, 0x92, 0x2b, 0xa7, 0x52, 0xcc, - 0xcc, 0xfd, 0x92, 0xda, 0xd3, 0x9f, 0x2a, 0x5c, 0x39, 0x91, 0xd0, 0x05, 0xdd, 0x8a, 0xcb, 0x78, - 0x69, 0x39, 0x5f, 0x32, 0xb8, 0xfe, 0xac, 0x29, 0x17, 0x8c, 0x62, 0xbb, 0x4d, 0x4d, 0x14, 0x63, - 0x98, 0x05, 0xc9, 0xde, 0x52, 0xa8, 0x65, 0x64, 0x86, 0x49, 0xed, 0xe1, 0x8f, 0x14, 0xf6, 0x16, - 0xcb, 0xe0, 0x22, 0x8d, 0x0a, 0x03, 0x52, 0xbc, 0xa4, 0xd2, 0xde, 0xa4, 0xfe, 0x68, 0xc9, 0xf4, - 0x2b, 0x52, 0x76, 0xc9, 0x4a, 0xce, 0x62, 0x34, 0xed, 0xce, 0x25, 0x87, 0x48, 0xe8, 0x5d, 0x8a, - 0x19, 0x66, 0x07, 0x75, 0x4c, 0xf2, 0x61, 0x43, 0xda, 0x96, 0x18, 0x1f, 0x4e, 0x4f, 0xec, 0x92, - 0xa1, 0x31, 0xcd, 0xd4, 0xdd, 0xfd, 0xae, 0x92, 0x89, 0x45, 0xea, 0x4b, 0xc9, 0x44, 0x30, 0x92, - 0xc5, 0x98, 0x12, 0xb7, 0x6c, 0x45, 0x7e, 0xea, 0x6a, 0x4e, 0x0d, 0x54, 0x4a, 0x4f, 0x25, 0x22, - 0xd9, 0x8d, 0x31, 0x09, 0x87, 0x42, 0x50, 0x4d, 0x68, 0x21, 0x09, 0x1a, 0x72, 0x6b, 0x48, 0x82, - 0xc6, 0x0c, 0x18, 0xcc, 0x04, 0x63, 0x7b, 0x1d, 0xac, 0x9a, 0x60, 0x94, 0x74, 0x14, 0x31, 0x5b, - 0x08, 0xfa, 0x84, 0x5a, 0x42, 0xb2, 0xcd, 0x27, 0xf3, 0x3a, 0xa5, 0x88, 0x5b, 0x3e, 0x10, 0x97, - 0x01, 0xb4, 0x41, 0x9d, 0xf2, 0x60, 0xe3, 0x06, 0x45, 0xd2, 0x8d, 0x1b, 0x6a, 0x47, 0xd3, 0xed, - 0xa4, 0x93, 0x6a, 0x38, 0x63, 0x39, 0x57, 0x86, 0x98, 0xeb, 0x72, 0xae, 0x4c, 0x91, 0xcc, 0xa9, - 0x0e, 0xbc, 0x23, 0x34, 0xf9, 0x88, 0xde, 0x95, 0xcc, 0x50, 0xe4, 0xa5, 0xa5, 0xec, 0xf8, 0xdd, - 0xfc, 0x1e, 0xaf, 0x10, 0x8f, 0xb8, 0x8c, 0x4c, 0x91, 0xe4, 0x95, 0x40, 0xd6, 0x52, 0x1b, 0x4a, - 0x0d, 0xd5, 0xbc, 0x2d, 0x8c, 0xd5, 0x3a, 0xdd, 0x94, 0x78, 0xe2, 0x2a, 0xe9, 0x6c, 0x01, 0x25, - 0x0a, 0xbe, 0xac, 0xea, 0xa6, 0x89, 0xe0, 0xce, 0xaa, 0x80, 0x62, 0x88, 0xd7, 0xec, 0x8a, 0x77, - 0x8d, 0xe6, 0x9c, 0x26, 0xef, 0xe8, 0xba, 0x5e, 0x46, 0x58, 0x8e, 0x81, 0x37, 0xa5, 0xe8, 0x27, - 0x22, 0x77, 0x69, 0x32, 0x76, 0xff, 0x8d, 0x98, 0xd9, 0xd5, 0x1c, 0xc8, 0xa1, 0x94, 0x95, 0x1a, - 0x00, 0x3d, 0xa5, 0x57, 0xec, 0x5b, 0xeb, 0x2b, 0x35, 0xee, 0xd1, 0xe5, 0xf9, 0x89, 0x6b, 0xab, - 0x67, 0x6e, 0xf8, 0x82, 0x25, 0xb3, 0x50, 0xb8, 0x0f, 0x03, 0xd1, 0x10, 0x1b, 0x0f, 0x50, 0x9d, - 0x4a, 0xee, 0x5a, 0xa9, 0xe1, 0xe6, 0xca, 0x40, 0xb0, 0x64, 0x26, 0x48, 0xd3, 0x6f, 0x51, 0xc1, - 0x80, 0x1c, 0x3c, 0xbd, 0x9b, 0x29, 0x7d, 0xc8, 0x92, 0x2f, 0xd8, 0xb6, 0x31, 0x93, 0x39, 0x29, - 0xfb, 0x7e, 0x04, 0x73, 0x6c, 0xc2, 0x63, 0x8f, 0x48, 0xb4, 0xfe, 0x28, 0xe5, 0xa5, 0x94, 0x72, - 0xb4, 0x49, 0x3d, 0x37, 0xe2, 0xa5, 0x8a, 0x16, 0x63, 0x7e, 0xa5, 0x92, 0x4a, 0x8f, 0x2d, 0x25, - 0x11, 0xdb, 0xdf, 0x68, 0x29, 0x35, 0xc4, 0xc6, 0x32, 0x5f, 0x4a, 0xad, 0xf4, 0x74, 0x4b, 0x19, - 0x23, 0xa8, 0x2f, 0xa5, 0xde, 0xcd, 0x94, 0x3e, 0x0c, 0x5e, 0x4a, 0x33, 0x99, 0x53, 0x2f, 0x65, - 0xec, 0x05, 0x8f, 0xd6, 0x1f, 0xd3, 0x52, 0xc6, 0xe1, 0xd9, 0x52, 0xc6, 0x4b, 0x63, 0x0a, 0x69, - 0xc6, 0x52, 0xc6, 0x31, 0xbf, 0xa0, 0xf4, 0xd8, 0x13, 0xa1, 0x53, 0x2d, 0xa6, 0x08, 0x37, 0x11, - 0x43, 0x6d, 0x3c, 0x40, 0xcf, 0xa8, 0x35, 0x24, 0x56, 0x7e, 0xb2, 0x05, 0x5d, 0x4c, 0x23, 0x4a, - 0x97, 0x74, 0x5d, 0xc8, 0x59, 0xf1, 0xee, 0xa6, 0xf6, 0x25, 0x6b, 0x3d, 0xd8, 0xb2, 0xc6, 0x49, - 0x9d, 0x76, 0x61, 0x9f, 0x0a, 0xa6, 0x99, 0x78, 0x65, 0x15, 0xeb, 0x95, 0xba, 0xb8, 0xa9, 0x35, - 0x68, 0x87, 0xda, 0x7a, 0x92, 0xe5, 0x8a, 0x9d, 0x28, 0xed, 0x39, 0xd7, 0x40, 0xaa, 0x89, 0x67, - 0x5b, 0x2a, 0xd5, 0xb4, 0x37, 0x5d, 0x92, 0x6a, 0x12, 0x7b, 0x85, 0x1e, 0xdb, 0x1d, 0x9f, 0xa8, - 0x49, 0xed, 0xa4, 0x0e, 0xa5, 0xcf, 0x9f, 0xb8, 0xd1, 0xd4, 0xc1, 0x1b, 0xcb, 0x68, 0x9d, 0x6e, - 0x40, 0xbd, 0x38, 0x4b, 0xc9, 0x34, 0x93, 0xa1, 0xfb, 0x63, 0x4d, 0x7a, 0xc3, 0xea, 0x7d, 0x4a, - 0x6b, 0x3b, 0xbd, 0x53, 0x52, 0x03, 0x3f, 0xe1, 0xe8, 0xd2, 0x76, 0x07, 0x93, 0x02, 0x99, 0xc2, - 0x3b, 0x68, 0x66, 0xe2, 0xfe, 0xb9, 0xe8, 0x07, 0x30, 0x2e, 0x90, 0x07, 0x4f, 0x48, 0x1c, 0x9b, - 0x4e, 0xc8, 0x67, 0x30, 0xa1, 0xb8, 0x07, 0xa3, 0xb4, 0x96, 0x32, 0x44, 0xca, 0x09, 0xc5, 0x79, - 0xf9, 0xf4, 0xf8, 0x2b, 0x30, 0xa5, 0x39, 0x3f, 0x4b, 0x41, 0xc8, 0xe4, 0x12, 0x9d, 0x45, 0x45, - 0x73, 0x72, 0x96, 0x54, 0x4c, 0xae, 0xcf, 0xd9, 0x42, 0x99, 0xf2, 0x90, 0x53, 0x11, 0xca, 0x92, - 0x2f, 0x4a, 0x15, 0xa1, 0xcc, 0xf4, 0xf6, 0xf3, 0xfb, 0x30, 0xc1, 0xb7, 0x47, 0xe6, 0xca, 0xa6, - 0x6b, 0xcb, 0x73, 0x8a, 0xcf, 0x60, 0xbf, 0xed, 0x86, 0x35, 0xaf, 0xfb, 0xdc, 0xdd, 0x1f, 0xb8, - 0xc8, 0x49, 0x94, 0xc6, 0x32, 0x6a, 0xd0, 0x40, 0xda, 0x22, 0xbc, 0x39, 0x0e, 0x5f, 0x79, 0xfe, - 0x81, 0xdb, 0xdd, 0x1f, 0x40, 0xf2, 0xaa, 0x4e, 0x32, 0x8e, 0xc7, 0xe8, 0xd6, 0xd3, 0xe9, 0x0e, - 0xc4, 0xcf, 0xd0, 0x96, 0x17, 0xe9, 0xbd, 0xfd, 0x69, 0x7b, 0x9c, 0x7e, 0x73, 0x70, 0x39, 0xf2, - 0xb6, 0xb3, 0x71, 0xcb, 0xf3, 0xdb, 0x83, 0x89, 0x95, 0x75, 0xdf, 0xb6, 0x18, 0x5a, 0x63, 0x99, - 0x50, 0xad, 0xa7, 0x52, 0x1d, 0x84, 0x9d, 0xf1, 0xb5, 0x58, 0xa0, 0x63, 0x3f, 0x65, 0x6f, 0xd3, - 0x4f, 0x06, 0xe1, 0xc0, 0x84, 0xd3, 0x6f, 0xfb, 0xf8, 0x39, 0xf6, 0xa9, 0xcb, 0xe4, 0x20, 0x67, - 0x41, 0x1d, 0xbc, 0xb1, 0x4c, 0xa8, 0xd4, 0x13, 0x54, 0xd2, 0xa0, 0xb3, 0x04, 0x25, 0x3a, 0xb4, - 0x13, 0xf6, 0x26, 0x8d, 0xcc, 0x87, 0xd4, 0x66, 0xb9, 0xbb, 0x3e, 0x60, 0x46, 0x84, 0x13, 0xaf, - 0x00, 0x6c, 0xdc, 0x27, 0x98, 0x75, 0x05, 0x33, 0x09, 0x91, 0xda, 0xe6, 0x0f, 0x84, 0x71, 0x72, - 0x60, 0xb3, 0xe9, 0xde, 0x08, 0xe3, 0x32, 0xc9, 0x07, 0x52, 0xd4, 0x7a, 0x2d, 0x85, 0x45, 0x69, - 0x4a, 0x75, 0x19, 0x0c, 0x50, 0x85, 0x49, 0xd1, 0x6a, 0xb2, 0x0b, 0xe5, 0x5e, 0xd4, 0x98, 0x05, - 0x23, 0x4e, 0x82, 0x99, 0x25, 0x36, 0xbc, 0xd6, 0x81, 0x6a, 0x96, 0x50, 0xb2, 0x27, 0x94, 0xf4, - 0xdc, 0x06, 0xfc, 0x83, 0x44, 0x13, 0x1c, 0xa8, 0x0e, 0x1a, 0x6a, 0xfe, 0x04, 0xd5, 0x2c, 0xa1, - 0x67, 0x7a, 0x90, 0x66, 0x09, 0xda, 0xa0, 0x4e, 0x79, 0xb0, 0x59, 0x82, 0x22, 0xe9, 0x66, 0x09, - 0xb5, 0xa3, 0xe9, 0xec, 0x02, 0x25, 0x53, 0x3d, 0x48, 0x81, 0x37, 0x35, 0x0b, 0x44, 0x86, 0xef, - 0xc5, 0x45, 0x43, 0x76, 0x1a, 0xa9, 0xee, 0xa7, 0x67, 0xae, 0x29, 0xe9, 0x8e, 0x04, 0xf7, 0x72, - 0x68, 0x93, 0x66, 0x37, 0xe7, 0x0c, 0xcc, 0xc6, 0x41, 0xe8, 0xbb, 0xf4, 0x9d, 0x52, 0xfa, 0xd7, - 0x5a, 0xc8, 0xb7, 0x06, 0x9c, 0xc6, 0xbb, 0x84, 0x5e, 0xdd, 0x4c, 0x2f, 0x13, 0x2f, 0xc3, 0xa2, - 0xc3, 0xcd, 0x7f, 0xa7, 0xe9, 0x62, 0xfa, 0x16, 0x1f, 0x65, 0xb7, 0xde, 0xe9, 0xa8, 0x85, 0x28, - 0x3a, 0x21, 0x97, 0xd8, 0xef, 0xc0, 0x79, 0x86, 0x94, 0xfa, 0x8d, 0x9c, 0x54, 0x71, 0xd0, 0x7d, - 0xe1, 0xa2, 0x45, 0x50, 0xb4, 0xaa, 0xd4, 0x7e, 0xdd, 0x87, 0x71, 0x66, 0xcb, 0x3f, 0x39, 0xca, - 0x27, 0xc2, 0x91, 0x2b, 0xab, 0x63, 0xe9, 0xbe, 0x8d, 0x53, 0xea, 0x85, 0xf7, 0xe9, 0x27, 0xf2, - 0xfb, 0xf4, 0x3e, 0x45, 0x98, 0x2d, 0xd3, 0xf1, 0xe7, 0x62, 0xf1, 0xfc, 0xf8, 0x94, 0x32, 0x06, - 0x29, 0xd3, 0x3c, 0xa5, 0x75, 0xff, 0x42, 0x02, 0x1b, 0x7d, 0x22, 0x9e, 0x0f, 0x48, 0xe4, 0x24, - 0x50, 0xc6, 0x9c, 0x4d, 0xb3, 0x69, 0x7e, 0x13, 0x64, 0xc9, 0x60, 0x07, 0x76, 0xfb, 0x24, 0xf7, - 0x3e, 0x83, 0xa7, 0x2e, 0x8d, 0xca, 0x16, 0x15, 0xbc, 0x12, 0x91, 0x26, 0xd3, 0x09, 0x2d, 0xa5, - 0x07, 0xa7, 0xa4, 0x8b, 0xf1, 0x98, 0x2a, 0x56, 0xc9, 0x94, 0x5d, 0x69, 0xc3, 0xcb, 0x08, 0x76, - 0x19, 0x69, 0x92, 0x49, 0x72, 0x19, 0x68, 0x59, 0x8a, 0x29, 0x5b, 0xb0, 0xb3, 0x21, 0xb7, 0x2e, - 0x1c, 0x90, 0x4e, 0x3e, 0xd8, 0x0c, 0x21, 0xc8, 0x70, 0xd3, 0x34, 0x70, 0x2d, 0xd2, 0xc8, 0xfd, - 0x84, 0xca, 0x7f, 0xe6, 0x3c, 0x3d, 0xa9, 0xc4, 0x6e, 0x29, 0x97, 0x95, 0xd9, 0x19, 0x7e, 0x0e, - 0xe8, 0xbb, 0x0c, 0x73, 0x2c, 0xce, 0x9b, 0x03, 0xa8, 0x88, 0x99, 0x78, 0x7b, 0x20, 0x9c, 0xbc, - 0xb7, 0x58, 0x60, 0x5f, 0x58, 0x73, 0x7b, 0x03, 0x62, 0x8b, 0x1a, 0xae, 0x92, 0x52, 0x92, 0xe0, - 0x08, 0x82, 0xba, 0x77, 0x57, 0xe6, 0x18, 0xd2, 0xa6, 0xff, 0x0b, 0x28, 0x47, 0x37, 0xb2, 0xa7, - 0x5b, 0x84, 0x74, 0x89, 0x1e, 0x25, 0x53, 0x03, 0xa1, 0xac, 0x98, 0x8f, 0xa5, 0x6b, 0x69, 0x33, - 0x1c, 0x28, 0x57, 0xfd, 0xdc, 0x97, 0x24, 0x16, 0x95, 0x36, 0x2d, 0xbe, 0x6d, 0x86, 0xed, 0x88, - 0x3f, 0x54, 0x39, 0x13, 0x42, 0xc9, 0xd5, 0x3e, 0x3d, 0x21, 0x79, 0x61, 0x1a, 0x23, 0x64, 0x65, - 0x2c, 0xef, 0x69, 0xfc, 0x41, 0xe2, 0x4b, 0x71, 0xda, 0x05, 0x75, 0xa2, 0xc7, 0x19, 0xc9, 0xfc, - 0x45, 0x52, 0x96, 0x4b, 0xcd, 0xa5, 0x24, 0x57, 0x37, 0x23, 0xf9, 0x51, 0x8d, 0x1c, 0x53, 0xd6, - 0x84, 0x96, 0x3c, 0xa5, 0x66, 0x6f, 0x44, 0x56, 0x07, 0x43, 0x56, 0x95, 0x12, 0x88, 0x4a, 0x7b, - 0x03, 0xd5, 0xa1, 0xc4, 0xb6, 0x88, 0xe9, 0xcd, 0xb9, 0xf4, 0xa8, 0x37, 0x55, 0x66, 0x68, 0x17, - 0x75, 0x28, 0xb1, 0xed, 0x72, 0x96, 0x44, 0x9b, 0x34, 0x51, 0x9e, 0x91, 0xe2, 0x0d, 0xe5, 0x59, - 0x62, 0xfa, 0x4b, 0xfe, 0x52, 0x76, 0xc3, 0xe8, 0xc7, 0x30, 0x67, 0x7c, 0xca, 0x2f, 0xef, 0xb4, - 0xb3, 0x1e, 0xfa, 0x0f, 0x22, 0x7e, 0x00, 0xc5, 0xb4, 0x4c, 0x27, 0x91, 0x87, 0x7f, 0x76, 0xfa, - 0x19, 0xc9, 0x53, 0x07, 0xa6, 0x4c, 0xd9, 0x84, 0x59, 0x53, 0xf6, 0x10, 0x79, 0x38, 0x32, 0x52, - 0x8b, 0x18, 0x9f, 0x11, 0x6c, 0xc3, 0x9c, 0x31, 0x83, 0x87, 0x9c, 0x99, 0xac, 0xfc, 0x1e, 0x46, - 0x8a, 0x5f, 0xc2, 0x7c, 0x4a, 0xba, 0x8a, 0xe8, 0xe2, 0x2d, 0x33, 0x9d, 0x45, 0x86, 0x03, 0x40, - 0x29, 0x3d, 0x13, 0x82, 0xf4, 0xfb, 0x18, 0x98, 0x2c, 0xa1, 0x64, 0x4c, 0x0f, 0x83, 0x76, 0xe8, - 0x26, 0x34, 0xa5, 0x46, 0x50, 0x37, 0x61, 0x46, 0xea, 0x84, 0x94, 0xe7, 0x1f, 0xf3, 0x29, 0xd9, - 0x10, 0x32, 0xa8, 0x9e, 0xa0, 0xb7, 0x9b, 0x82, 0xff, 0xeb, 0xe1, 0xf1, 0x63, 0xbe, 0x84, 0xc6, - 0xd8, 0xf9, 0xc6, 0x7e, 0x2a, 0xcf, 0x8d, 0x3b, 0x9d, 0x0c, 0x31, 0x08, 0xa9, 0xef, 0x8d, 0x09, - 0x64, 0xe3, 0x3e, 0x51, 0x22, 0x54, 0xdc, 0x2c, 0x8e, 0x9a, 0x40, 0xa6, 0x82, 0xe7, 0xc7, 0x30, - 0x59, 0x57, 0x1b, 0x37, 0x34, 0x92, 0xba, 0x29, 0xa4, 0x97, 0xfd, 0xe0, 0xbe, 0x0f, 0xbc, 0x15, - 0xab, 0x74, 0x3a, 0x27, 0x1a, 0x45, 0xaa, 0x4d, 0x56, 0x0b, 0x46, 0x2c, 0x39, 0xb5, 0x29, 0xc6, - 0xb6, 0xb4, 0xc9, 0x9a, 0xe3, 0x17, 0xaf, 0xd2, 0x29, 0x8d, 0x42, 0x39, 0x66, 0xe8, 0xe0, 0x72, - 0x13, 0x19, 0x22, 0x46, 0x3e, 0x51, 0x1f, 0x82, 0xb3, 0x00, 0x90, 0x19, 0x46, 0xc4, 0xf8, 0x03, - 0xf0, 0x58, 0xc4, 0xc8, 0x06, 0x14, 0x45, 0x28, 0x36, 0x16, 0x0c, 0x2d, 0x0a, 0xfe, 0x14, 0xb9, - 0x46, 0xa5, 0xc7, 0x6a, 0xcb, 0x98, 0xb7, 0x42, 0x3c, 0xcc, 0x89, 0xb4, 0x1c, 0xa5, 0xc4, 0x3f, - 0xc9, 0xd8, 0x0d, 0x10, 0x05, 0x33, 0x91, 0xf6, 0x99, 0x44, 0x7c, 0x93, 0xd2, 0x65, 0x43, 0x8d, - 0x94, 0xac, 0x26, 0xd5, 0xd0, 0x27, 0xd2, 0x73, 0xc4, 0x10, 0x0f, 0xa5, 0xb4, 0x60, 0xac, 0xe3, - 0x84, 0x42, 0x58, 0xc8, 0x48, 0x14, 0x28, 0xa5, 0xd5, 0xc1, 0x09, 0x0d, 0x4b, 0xb7, 0x4f, 0x02, - 0xca, 0x5b, 0xc5, 0x32, 0xb4, 0x62, 0x12, 0x0a, 0xbd, 0x6d, 0x70, 0xf5, 0x35, 0xe5, 0xe0, 0x2b, - 0x0d, 0xca, 0x51, 0x88, 0x9e, 0xc1, 0x62, 0xcc, 0x15, 0x59, 0x6f, 0x69, 0x10, 0x81, 0xd4, 0x15, - 0x7c, 0x06, 0x8b, 0xfc, 0x6d, 0xf4, 0x19, 0x13, 0xde, 0x83, 0xc5, 0xac, 0xec, 0x83, 0xe8, 0xb6, - 0xd9, 0xdd, 0xd8, 0x38, 0x3d, 0xe9, 0xa2, 0xeb, 0xd5, 0xa4, 0xdb, 0x71, 0x6c, 0xdd, 0x4f, 0xcb, - 0x56, 0x9e, 0xc2, 0xb4, 0x9e, 0x79, 0x10, 0xa9, 0xac, 0x23, 0x91, 0x07, 0xb1, 0x74, 0x25, 0xa5, - 0x96, 0xef, 0x8f, 0xcf, 0x28, 0xa3, 0x97, 0x15, 0x6a, 0xbc, 0x84, 0x78, 0x66, 0xbf, 0x92, 0x21, - 0x8d, 0x21, 0xfa, 0x3e, 0xcc, 0x44, 0xef, 0xdb, 0x18, 0x09, 0x03, 0x58, 0x86, 0xbd, 0x68, 0x26, - 0x7a, 0xe9, 0x76, 0x7a, 0xf4, 0x35, 0xc1, 0xed, 0x23, 0xf4, 0x2b, 0x09, 0x0f, 0x6c, 0x6d, 0x0c, - 0x27, 0x61, 0xfa, 0xca, 0xdc, 0x9e, 0x76, 0x75, 0x5a, 0xf4, 0xb8, 0x99, 0x63, 0xfa, 0xa8, 0xc7, - 0x2d, 0x33, 0xee, 0x90, 0x94, 0x30, 0x53, 0xe8, 0x74, 0xe0, 0xda, 0xc0, 0x28, 0x44, 0xe8, 0xae, - 0x16, 0x59, 0x60, 0x70, 0xbc, 0xa2, 0xac, 0x67, 0x0a, 0xa6, 0x60, 0x3e, 0x92, 0xc7, 0x67, 0xc4, - 0x15, 0x92, 0xcf, 0x14, 0x32, 0xa3, 0x01, 0x7d, 0x49, 0xe3, 0xae, 0xf2, 0x8f, 0x0c, 0x8d, 0x95, - 0x81, 0xbb, 0x4e, 0xb7, 0x85, 0x07, 0x5c, 0x57, 0x5c, 0xd3, 0x2f, 0xe9, 0x12, 0x88, 0x54, 0xce, - 0x5f, 0xe2, 0xda, 0x49, 0x1a, 0xf1, 0xc1, 0x44, 0xd2, 0xe6, 0xa5, 0xba, 0xf2, 0x8b, 0xbf, 0x5c, - 0xca, 0xfd, 0xe2, 0x97, 0x4b, 0xb9, 0x7f, 0xf3, 0xcb, 0xa5, 0xdc, 0x7f, 0xfe, 0xe5, 0x52, 0xee, - 0x47, 0xcb, 0x27, 0x0b, 0x95, 0xd8, 0xea, 0xb8, 0xb8, 0x1b, 0xde, 0x65, 0xe4, 0xce, 0xd3, 0xff, - 0x1e, 0xfc, 0xef, 0x00, 0x00, 0x00, 0xff, 0xff, 0x8f, 0xea, 0x0c, 0x43, 0x3d, 0xcf, 0x00, 0x00, + 0x70, 0x67, 0xf8, 0x70, 0x30, 0xce, 0x80, 0xfd, 0x62, 0x03, 0x06, 0x0c, 0x03, 0x87, 0x7b, 0xf1, + 0xcb, 0xd9, 0x06, 0xbc, 0x36, 0x70, 0x80, 0x01, 0xfb, 0x60, 0xc0, 0x06, 0x68, 0xdf, 0x3e, 0x12, + 0xf0, 0x83, 0x61, 0xd8, 0x0f, 0x0b, 0x18, 0x30, 0xf2, 0xb7, 0x32, 0xab, 0xb2, 0xaa, 0x49, 0x0d, + 0x77, 0xfc, 0x22, 0xb1, 0x33, 0x23, 0x22, 0xff, 0xa3, 0x22, 0x22, 0x23, 0x23, 0xe0, 0x4e, 0x88, + 0x3b, 0xb8, 0xe7, 0xf9, 0xe1, 0xdd, 0x0e, 0xde, 0x77, 0x5a, 0xaf, 0xef, 0xb6, 0x3a, 0x2e, 0xee, + 0x86, 0x77, 0x7b, 0xbe, 0x17, 0x7a, 0x77, 0x9d, 0x7e, 0xf8, 0x22, 0xc0, 0xfe, 0x4b, 0xb7, 0x85, + 0xef, 0xd0, 0x12, 0x34, 0x42, 0xff, 0x2b, 0xcd, 0xee, 0x7b, 0xfb, 0x1e, 0x83, 0x21, 0x7f, 0xb1, + 0xca, 0xd2, 0xc2, 0xbe, 0xe7, 0xed, 0x77, 0x30, 0x43, 0xde, 0xeb, 0x3f, 0xbf, 0x8b, 0x0f, 0x7b, + 0xe1, 0x6b, 0x5e, 0x59, 0x8e, 0x57, 0x86, 0xee, 0x21, 0x0e, 0x42, 0xe7, 0xb0, 0xc7, 0x01, 0xde, + 0x91, 0x5d, 0x71, 0xc2, 0x90, 0xd4, 0x84, 0xae, 0xd7, 0xbd, 0xfb, 0xf2, 0xbe, 0xfa, 0x93, 0x83, + 0xde, 0xca, 0xec, 0x75, 0x0b, 0xfb, 0x61, 0x90, 0x20, 0xca, 0x21, 0xc3, 0xd7, 0x3d, 0x1c, 0xdc, + 0xc5, 0x2f, 0x71, 0x37, 0x14, 0xff, 0x71, 0xd0, 0x6b, 0x66, 0x50, 0xfa, 0x2f, 0x07, 0xf9, 0x9e, + 0x19, 0xe4, 0x15, 0xde, 0x23, 0x33, 0xd5, 0x95, 0x7f, 0x0c, 0x00, 0xf7, 0x9d, 0x5e, 0x0f, 0xfb, + 0xd1, 0x1f, 0x89, 0xbe, 0xf6, 0x03, 0x67, 0x1f, 0xf3, 0x3e, 0xbe, 0xbc, 0xaf, 0xfe, 0x64, 0xa0, + 0xd6, 0xef, 0x2c, 0xc1, 0xc8, 0x2a, 0x29, 0x40, 0x1f, 0xc2, 0xf0, 0xce, 0xeb, 0x1e, 0x2e, 0xe6, + 0xae, 0xe6, 0x6e, 0x4d, 0x2f, 0x17, 0x58, 0xfd, 0x9d, 0xad, 0x1e, 0xf6, 0xe9, 0x84, 0x55, 0xd1, + 0xf1, 0x51, 0x79, 0x9a, 0xb4, 0xfb, 0x5d, 0xef, 0xd0, 0x0d, 0xe9, 0x82, 0xd8, 0x14, 0x03, 0x3d, + 0x83, 0x69, 0x1b, 0x07, 0x5e, 0xdf, 0x6f, 0xe1, 0x35, 0xec, 0xb4, 0xb1, 0x5f, 0xcc, 0x5f, 0xcd, + 0xdd, 0x9a, 0x58, 0x9e, 0xbb, 0xc3, 0x86, 0xac, 0x57, 0x56, 0x2f, 0x1d, 0x1f, 0x95, 0x91, 0xcf, + 0xcb, 0x22, 0x62, 0x6b, 0xe7, 0xec, 0x18, 0x19, 0xf4, 0x15, 0x4c, 0xd5, 0xb0, 0x1f, 0x56, 0xfa, + 0xe1, 0x0b, 0xcf, 0x77, 0xc3, 0xd7, 0xc5, 0x21, 0x4a, 0xf7, 0x12, 0xa7, 0xab, 0xd5, 0x35, 0x96, + 0xab, 0x8b, 0xc7, 0x47, 0xe5, 0x22, 0x59, 0xb3, 0xa6, 0x23, 0x4a, 0x35, 0xf2, 0x3a, 0x31, 0xf4, + 0x25, 0x4c, 0xd6, 0xc9, 0x66, 0x68, 0xed, 0x78, 0x07, 0xb8, 0x1b, 0x14, 0x87, 0xb5, 0x4e, 0xab, + 0x55, 0x8d, 0xe5, 0xea, 0xc2, 0xf1, 0x51, 0x79, 0x9e, 0xee, 0x9d, 0x56, 0x33, 0xa4, 0x85, 0x1a, + 0x69, 0x8d, 0x12, 0xfa, 0x19, 0x4c, 0x6f, 0xfb, 0xde, 0x4b, 0x37, 0x70, 0xbd, 0x2e, 0x2d, 0x2a, + 0x8e, 0x50, 0xda, 0xf3, 0x9c, 0xb6, 0x5e, 0xd9, 0x58, 0xae, 0x5e, 0x39, 0x3e, 0x2a, 0x5f, 0xee, + 0x89, 0x52, 0xd6, 0x80, 0x3e, 0x33, 0x3a, 0x0a, 0xda, 0x81, 0x89, 0x5a, 0xa7, 0x1f, 0x84, 0xd8, + 0xdf, 0x74, 0x0e, 0x71, 0xf1, 0x3c, 0x25, 0x3f, 0x2b, 0xe6, 0x25, 0xaa, 0x69, 0x2c, 0x57, 0x4b, + 0xc7, 0x47, 0xe5, 0x4b, 0x2d, 0x56, 0xd4, 0xec, 0x3a, 0x87, 0xfa, 0x94, 0xab, 0x64, 0xd0, 0x07, + 0x30, 0xbc, 0x1b, 0x60, 0xbf, 0x38, 0x46, 0xc9, 0x4d, 0x71, 0x72, 0xa4, 0xa8, 0xb1, 0xcc, 0xd6, + 0xbf, 0x1f, 0x60, 0x5f, 0xc3, 0xa7, 0x08, 0x04, 0xd1, 0xf6, 0x3a, 0xb8, 0x38, 0xae, 0x21, 0x92, + 0xa2, 0xc6, 0xfb, 0x0c, 0xd1, 0xf7, 0x3a, 0x7a, 0xc3, 0x14, 0x01, 0xad, 0xc3, 0x38, 0x69, 0x39, + 0xe8, 0x39, 0x2d, 0x5c, 0x04, 0x8a, 0x5d, 0xe0, 0xd8, 0xb2, 0xbc, 0x3a, 0x7f, 0x7c, 0x54, 0xbe, + 0xd8, 0x15, 0x3f, 0x35, 0x2a, 0x11, 0x36, 0xfa, 0x1c, 0xce, 0xd7, 0xb1, 0xff, 0x12, 0xfb, 0xc5, + 0x09, 0x4a, 0x67, 0x46, 0x2c, 0x24, 0x2d, 0x6c, 0x2c, 0x57, 0x67, 0x8f, 0x8f, 0xca, 0x85, 0x80, + 0xfe, 0xd2, 0x68, 0x70, 0x34, 0xb2, 0xdb, 0x6c, 0xfc, 0x12, 0xfb, 0x01, 0xde, 0xe9, 0x77, 0xbb, + 0xb8, 0x53, 0x9c, 0xd4, 0x76, 0x9b, 0x56, 0x27, 0x76, 0x9b, 0xcf, 0x0a, 0x9b, 0x21, 0x2d, 0xd5, + 0x77, 0x9b, 0x86, 0x80, 0x5e, 0x40, 0x81, 0xfd, 0x55, 0xf3, 0xba, 0x5d, 0xdc, 0x22, 0x47, 0xaa, + 0x38, 0x45, 0x1b, 0xb8, 0xcc, 0x1b, 0x88, 0x57, 0x37, 0x96, 0xab, 0xe5, 0xe3, 0xa3, 0xf2, 0x02, + 0xa3, 0xdd, 0x6c, 0xc9, 0x0a, 0xad, 0x99, 0x04, 0x55, 0x32, 0x8e, 0x4a, 0xab, 0x85, 0x83, 0xc0, + 0xc6, 0x3f, 0xef, 0xe3, 0x20, 0x2c, 0x4e, 0x6b, 0xe3, 0xd0, 0xea, 0x1a, 0x0f, 0xd8, 0x38, 0x1c, + 0x5a, 0xd8, 0xf4, 0x59, 0xa9, 0x3e, 0x0e, 0x0d, 0x01, 0x6d, 0x03, 0x54, 0x7a, 0xbd, 0x3a, 0x0e, + 0xc8, 0x66, 0x2c, 0xce, 0x50, 0xd2, 0x17, 0x39, 0xe9, 0x67, 0x78, 0x8f, 0x57, 0x34, 0x96, 0xab, + 0x97, 0x8f, 0x8f, 0xca, 0x73, 0x4e, 0xaf, 0xd7, 0x0c, 0x58, 0x91, 0x46, 0x54, 0xa1, 0xc1, 0xe6, + 0xfd, 0xd0, 0x0b, 0x31, 0xdf, 0x8a, 0xc5, 0x42, 0x6c, 0xde, 0x95, 0x3a, 0xd1, 0x5f, 0x9f, 0x16, + 0x36, 0xf9, 0xb6, 0x8e, 0xcf, 0xbb, 0x82, 0x40, 0xce, 0xe2, 0x8a, 0x13, 0x3a, 0x7b, 0x4e, 0x80, + 0xf9, 0xf6, 0xb8, 0xa0, 0x9d, 0x45, 0xbd, 0xb2, 0xf1, 0x80, 0x9d, 0xc5, 0x36, 0x2f, 0x6d, 0x1a, + 0xf6, 0x4b, 0x8c, 0x1e, 0x99, 0x91, 0x68, 0xe0, 0x45, 0x34, 0x60, 0x46, 0x5e, 0xe1, 0x3d, 0xf3, + 0x8c, 0x44, 0xa0, 0x68, 0x0d, 0xc6, 0x9e, 0xe1, 0x3d, 0xc6, 0x39, 0x2e, 0x52, 0x7a, 0x17, 0x22, + 0x7a, 0x8c, 0x67, 0x3c, 0x60, 0xa7, 0x82, 0x50, 0x4b, 0x72, 0x0b, 0x89, 0x8d, 0x7e, 0x3b, 0x07, + 0xf3, 0xe2, 0x84, 0xe3, 0xf0, 0x95, 0xe7, 0x1f, 0xb8, 0xdd, 0xfd, 0x9a, 0xd7, 0x7d, 0xee, 0xee, + 0x17, 0x67, 0x29, 0xe5, 0xab, 0x31, 0xa6, 0x11, 0x83, 0x6a, 0x2c, 0x57, 0xdf, 0x3e, 0x3e, 0x2a, + 0x5f, 0x97, 0x0c, 0x44, 0xd6, 0x93, 0x0d, 0xf9, 0xdc, 0xdd, 0xd7, 0x1a, 0x4e, 0x6b, 0x0b, 0xfd, + 0x66, 0x0e, 0x2e, 0xf1, 0xd1, 0xd9, 0xb8, 0xe5, 0xf9, 0xed, 0xa8, 0x1b, 0x73, 0xb4, 0x1b, 0x65, + 0x79, 0x5a, 0x4d, 0x40, 0x8d, 0xe5, 0xea, 0xcd, 0xe3, 0xa3, 0xb2, 0xc5, 0x27, 0xae, 0xe9, 0x8b, + 0x6a, 0x53, 0x27, 0x52, 0x1a, 0x22, 0x3b, 0x81, 0x30, 0xff, 0x6d, 0x1f, 0x3f, 0xc7, 0x3e, 0xee, + 0xb6, 0x70, 0xf1, 0x92, 0xb6, 0x13, 0xf4, 0x4a, 0xc1, 0x95, 0xc9, 0xa7, 0xa4, 0xd9, 0x93, 0xc5, + 0xfa, 0x4e, 0xd0, 0x51, 0xd0, 0xcf, 0x01, 0xf1, 0x09, 0xa8, 0xf4, 0xdb, 0x6e, 0xc8, 0x07, 0x38, + 0x4f, 0x5b, 0x59, 0xd0, 0xe7, 0x59, 0x01, 0x68, 0x2c, 0x57, 0xad, 0xe3, 0xa3, 0xf2, 0x92, 0x98, + 0x62, 0x87, 0x54, 0x99, 0x06, 0x66, 0x20, 0x4e, 0x38, 0xef, 0x86, 0xd7, 0x3a, 0x28, 0x16, 0x35, + 0xce, 0x4b, 0x8a, 0x04, 0xcb, 0xee, 0x78, 0xad, 0x03, 0x9d, 0xf3, 0x92, 0x5a, 0x14, 0xc2, 0x45, + 0xbe, 0x4a, 0x36, 0x0e, 0x42, 0xdf, 0xa5, 0xbc, 0x23, 0x28, 0x5e, 0xa6, 0x74, 0x16, 0x05, 0x0f, + 0x4e, 0x42, 0x34, 0xde, 0x65, 0xbd, 0xe5, 0x1b, 0xa1, 0xe9, 0x2b, 0x75, 0x5a, 0x33, 0x26, 0xf2, + 0xe8, 0xff, 0x81, 0xb9, 0x67, 0x6e, 0xb7, 0xed, 0xbd, 0x0a, 0x56, 0x70, 0x70, 0x10, 0x7a, 0xbd, + 0x3a, 0x13, 0x0a, 0x8b, 0x25, 0xda, 0xee, 0x92, 0xd8, 0xe6, 0x26, 0x98, 0xc6, 0x83, 0xea, 0x8d, + 0xe3, 0xa3, 0xf2, 0xb5, 0x57, 0xac, 0xb2, 0xd9, 0x66, 0xb5, 0x4d, 0x2e, 0x57, 0x6a, 0x8d, 0x9b, + 0x5b, 0x21, 0x5b, 0x40, 0xaf, 0x28, 0x2e, 0x68, 0x5b, 0x40, 0xaf, 0x14, 0xcc, 0x20, 0xd6, 0xa0, + 0xbe, 0x05, 0x74, 0x14, 0xf4, 0x08, 0xc6, 0x04, 0x7b, 0x28, 0x2e, 0x6a, 0x47, 0x57, 0x14, 0x37, + 0x1e, 0x30, 0x09, 0x48, 0xb0, 0x18, 0xfd, 0xe4, 0x0a, 0x28, 0xb4, 0x01, 0xe3, 0x94, 0x47, 0x52, + 0x96, 0x75, 0x85, 0x52, 0x42, 0x62, 0xa3, 0x8a, 0xf2, 0xc6, 0x83, 0x6a, 0xf1, 0xf8, 0xa8, 0x3c, + 0xcb, 0xb8, 0x6c, 0x82, 0x51, 0x45, 0x04, 0xd0, 0x03, 0x18, 0xaa, 0xf4, 0x7a, 0xc5, 0x25, 0x4a, + 0x67, 0x32, 0xa2, 0xd3, 0x78, 0x50, 0xbd, 0x70, 0x7c, 0x54, 0x9e, 0x72, 0x7a, 0xfa, 0xb0, 0x08, + 0x34, 0xda, 0x83, 0x42, 0xbd, 0xeb, 0xbd, 0x7a, 0xde, 0x71, 0x0e, 0xb0, 0x60, 0x6f, 0xe5, 0x74, + 0xf6, 0x46, 0x3f, 0x56, 0x81, 0x40, 0x30, 0x32, 0xb9, 0x04, 0x3d, 0xf2, 0x59, 0x7c, 0xd2, 0xdf, + 0xc3, 0x7e, 0x17, 0x87, 0x38, 0xe0, 0xa3, 0xbd, 0xaa, 0x7d, 0x16, 0xe3, 0xd5, 0x8d, 0x07, 0xac, + 0xa5, 0x03, 0x59, 0x6e, 0x1a, 0x7b, 0x82, 0x2a, 0xea, 0xc0, 0x85, 0xa8, 0x4c, 0x7c, 0x6a, 0xae, + 0xd1, 0xa6, 0x4a, 0x89, 0xa6, 0xa2, 0xcf, 0xcd, 0xd5, 0xe3, 0xa3, 0xf2, 0xa2, 0xd2, 0x96, 0xe9, + 0x93, 0x93, 0x24, 0x8c, 0x9e, 0xc0, 0xf8, 0x7a, 0x37, 0x08, 0x9d, 0x4e, 0x07, 0xfb, 0x45, 0x4b, + 0x5b, 0x3e, 0x59, 0xde, 0xb8, 0xcf, 0x98, 0xb8, 0x2b, 0x0a, 0xf4, 0xd5, 0x93, 0x70, 0xa8, 0x0d, + 0x33, 0xea, 0x37, 0x87, 0x9c, 0x97, 0xeb, 0x94, 0x64, 0xd1, 0xf0, 0x11, 0x23, 0x27, 0xe5, 0x7e, + 0x75, 0xe9, 0xf8, 0xa8, 0x5c, 0xd2, 0xbe, 0x62, 0xf1, 0x23, 0x12, 0x27, 0x89, 0xfe, 0x0a, 0xe1, + 0xd1, 0x95, 0xa7, 0x1b, 0xeb, 0xed, 0x6d, 0x5e, 0x44, 0x85, 0x4e, 0x22, 0xcf, 0xbf, 0xa5, 0xf3, + 0x68, 0x23, 0x50, 0xe3, 0x3e, 0xfb, 0x52, 0x04, 0xce, 0x61, 0xa7, 0xe9, 0xb6, 0xe5, 0xb9, 0x6c, + 0xf6, 0x38, 0x40, 0x8c, 0x49, 0x1b, 0x89, 0xa0, 0x9f, 0xc0, 0xb4, 0xac, 0x61, 0x3b, 0xee, 0x46, + 0xfa, 0x8e, 0xa3, 0x83, 0x54, 0xda, 0x4b, 0x6e, 0xb8, 0x18, 0x31, 0x72, 0xaa, 0x88, 0xc0, 0xfa, + 0xc8, 0xf7, 0xfa, 0xbd, 0xe2, 0x4d, 0x6d, 0x59, 0x64, 0x79, 0xe3, 0x3e, 0x3b, 0x55, 0x44, 0xd6, + 0x6d, 0xee, 0x93, 0x12, 0x7d, 0x5d, 0x24, 0x20, 0xf9, 0x4e, 0xef, 0xae, 0x73, 0x2e, 0xff, 0xb6, + 0x76, 0xd8, 0x45, 0xb1, 0x58, 0xe2, 0xbe, 0x6b, 0x62, 0xe8, 0x12, 0x1b, 0x39, 0x30, 0xbd, 0x75, + 0x10, 0x3a, 0xeb, 0x87, 0x44, 0x6b, 0xb3, 0xfb, 0x1d, 0x5c, 0xbc, 0xa5, 0x31, 0x26, 0xbd, 0x52, + 0xac, 0xaf, 0x77, 0x10, 0x3a, 0x4d, 0x97, 0x16, 0x37, 0xfd, 0x7e, 0x4c, 0xc0, 0x8e, 0x11, 0x24, + 0xbc, 0x8f, 0x94, 0x54, 0x82, 0xc0, 0xdd, 0xef, 0x1e, 0xe2, 0x6e, 0x58, 0x7c, 0x27, 0xd1, 0x44, + 0x54, 0xd9, 0xb8, 0xcf, 0x78, 0x1f, 0x6d, 0xc2, 0x91, 0xc5, 0xc9, 0x16, 0x22, 0x14, 0x54, 0x87, + 0x89, 0xf5, 0x6e, 0x88, 0xf7, 0x99, 0xc2, 0x58, 0xbc, 0xad, 0x29, 0x25, 0x4a, 0x4d, 0xe3, 0x3e, + 0x13, 0x85, 0xdc, 0xa8, 0x48, 0xd7, 0x49, 0x14, 0x58, 0xa2, 0xe9, 0x3c, 0x73, 0xc2, 0xd6, 0x0b, + 0xa2, 0x60, 0xf5, 0x83, 0xe2, 0x77, 0x34, 0xa2, 0x4a, 0x4d, 0xe3, 0x3e, 0xd3, 0x74, 0x5e, 0x91, + 0xa2, 0x66, 0x40, 0xcb, 0x74, 0xaa, 0x0a, 0x70, 0x15, 0x60, 0x4c, 0xe8, 0x9a, 0x8f, 0x87, 0xc7, + 0x46, 0x0b, 0x63, 0xd6, 0x1f, 0xe7, 0x60, 0x84, 0x42, 0xa0, 0xcf, 0x61, 0xe4, 0x89, 0xdb, 0x6d, + 0x07, 0xc5, 0xdc, 0xd5, 0x21, 0x45, 0x1f, 0xa1, 0x95, 0xa4, 0xa2, 0x3a, 0xff, 0x8b, 0xa3, 0xf2, + 0xb9, 0xe3, 0xa3, 0xf2, 0xcc, 0x01, 0x01, 0x53, 0xd4, 0x61, 0x86, 0x87, 0x76, 0xe1, 0x62, 0xa5, + 0xd3, 0xf1, 0x5e, 0x6d, 0x3b, 0x7e, 0xe8, 0x3a, 0x9d, 0x7a, 0x9f, 0x0a, 0xd0, 0x54, 0x29, 0x1e, + 0xab, 0x5e, 0x3f, 0x3e, 0x2a, 0x97, 0x1d, 0x52, 0xdd, 0xec, 0xb1, 0xfa, 0x66, 0xc0, 0x00, 0x14, + 0x42, 0x26, 0x7c, 0xeb, 0x4f, 0xce, 0x43, 0x61, 0xcd, 0x0b, 0x42, 0xa2, 0xc5, 0x4a, 0x71, 0xfc, + 0x3a, 0x9c, 0x27, 0x65, 0xeb, 0x2b, 0x54, 0x6f, 0x1f, 0xaf, 0x4e, 0x1c, 0x1f, 0x95, 0x47, 0x5f, + 0x78, 0x41, 0xd8, 0x74, 0xdb, 0x36, 0xaf, 0x42, 0xef, 0xc0, 0xd8, 0xa6, 0xd7, 0xc6, 0x54, 0x55, + 0xcc, 0x53, 0xb0, 0xa9, 0xe3, 0xa3, 0xf2, 0x78, 0xd7, 0x6b, 0x63, 0xaa, 0x11, 0xda, 0xb2, 0x1a, + 0x35, 0xb8, 0x26, 0x37, 0x44, 0xc1, 0xaa, 0xc7, 0x47, 0xe5, 0x61, 0xa2, 0xba, 0xfd, 0xea, 0xa8, + 0xfc, 0xfe, 0xbe, 0x1b, 0xbe, 0xe8, 0xef, 0xdd, 0x69, 0x79, 0x87, 0x77, 0xf7, 0x7d, 0xe7, 0xa5, + 0xcb, 0x0c, 0x29, 0x4e, 0xe7, 0x6e, 0x64, 0x6e, 0xe9, 0xb9, 0xdc, 0xca, 0x51, 0x7f, 0x1d, 0x84, + 0xf8, 0x90, 0x50, 0xe2, 0x8a, 0xde, 0x33, 0x98, 0xad, 0xb4, 0xdb, 0x2e, 0xc3, 0xd8, 0xf6, 0xdd, + 0x6e, 0xcb, 0xed, 0x39, 0x1d, 0xa2, 0x74, 0x0f, 0xdd, 0x1a, 0xe7, 0x93, 0x22, 0xeb, 0x9b, 0x3d, + 0x09, 0xa0, 0x4c, 0x8a, 0x91, 0x00, 0x7a, 0x00, 0x63, 0x2b, 0x9b, 0x75, 0xaa, 0x06, 0x16, 0x47, + 0x28, 0x31, 0x7a, 0xe0, 0xda, 0xdd, 0x80, 0x0e, 0x4d, 0x25, 0x20, 0x01, 0xd1, 0xfb, 0x30, 0xb9, + 0xdd, 0xdf, 0xeb, 0xb8, 0xad, 0x9d, 0x8d, 0xfa, 0x13, 0xfc, 0x9a, 0xea, 0xcf, 0x93, 0x4c, 0x5c, + 0xea, 0xd1, 0xf2, 0x66, 0xd8, 0x09, 0x9a, 0x07, 0xf8, 0xb5, 0xad, 0xc1, 0x45, 0x78, 0xf5, 0xfa, + 0x1a, 0xc1, 0x1b, 0x4d, 0xe0, 0x05, 0xc1, 0x0b, 0x15, 0x8f, 0xc1, 0xa1, 0xbb, 0x00, 0x4c, 0x2b, + 0xa9, 0xb4, 0xdb, 0x4c, 0xbd, 0x1e, 0xaf, 0xce, 0x1c, 0x1f, 0x95, 0x27, 0xb8, 0x1e, 0xe3, 0xb4, + 0xdb, 0xbe, 0xad, 0x80, 0xa0, 0x1a, 0x8c, 0xd9, 0x1e, 0x9b, 0x60, 0xae, 0x54, 0xcf, 0x48, 0xa5, + 0x9a, 0x15, 0x73, 0x33, 0x0a, 0xff, 0xa5, 0x8e, 0x52, 0x40, 0xa0, 0x32, 0x8c, 0x6e, 0x7a, 0x35, + 0xa7, 0xf5, 0x82, 0xa9, 0xd6, 0x63, 0xd5, 0x91, 0xe3, 0xa3, 0x72, 0xee, 0x7b, 0xb6, 0x28, 0x45, + 0x2f, 0x61, 0x22, 0x5a, 0xa8, 0xa0, 0x38, 0x41, 0xa7, 0x6f, 0x87, 0x9c, 0xa2, 0x80, 0x16, 0x37, + 0xc9, 0xd2, 0x2b, 0x33, 0xf8, 0x0d, 0x76, 0x81, 0xda, 0x10, 0xea, 0xc0, 0x95, 0x5d, 0xf2, 0x71, + 0xdb, 0xeb, 0xe0, 0xa8, 0xb8, 0x12, 0x04, 0xd8, 0x27, 0xb4, 0xd6, 0x57, 0xa8, 0xe6, 0x3d, 0xce, + 0x45, 0xfe, 0xa8, 0x27, 0x84, 0x0f, 0x31, 0x90, 0xa6, 0xdb, 0x56, 0x46, 0x9c, 0x4d, 0xcc, 0xfa, + 0x5f, 0x39, 0x40, 0x5b, 0x3d, 0xdc, 0xad, 0xd7, 0xd7, 0xc8, 0xd1, 0x11, 0x27, 0xe7, 0xbb, 0x30, + 0xce, 0xd6, 0x88, 0x2c, 0x64, 0x9e, 0x2e, 0xe4, 0xf4, 0xf1, 0x51, 0x19, 0xf8, 0x42, 0x92, 0x45, + 0x8c, 0x00, 0xd0, 0x0d, 0x18, 0xda, 0xd9, 0xd9, 0xa0, 0xc7, 0x62, 0xa8, 0x7a, 0xf1, 0xf8, 0xa8, + 0x3c, 0x14, 0x86, 0x9d, 0x5f, 0x1d, 0x95, 0xc7, 0x56, 0xfa, 0x8c, 0x51, 0xd9, 0xa4, 0x1e, 0xdd, + 0x80, 0x51, 0x21, 0x5a, 0x0c, 0x47, 0xe7, 0x91, 0xcb, 0x0c, 0xb6, 0xa8, 0x43, 0xdf, 0xe1, 0x86, + 0x96, 0x11, 0x93, 0xa1, 0x65, 0x8c, 0x1c, 0x3a, 0xf2, 0xf1, 0xe1, 0xc6, 0x95, 0x3b, 0x30, 0xc2, + 0xd6, 0xe7, 0x3c, 0xe5, 0x47, 0x31, 0xeb, 0xca, 0xf8, 0xf1, 0x51, 0x79, 0x84, 0xae, 0x93, 0xcd, + 0xc0, 0x1e, 0x0f, 0x8f, 0xe5, 0x0a, 0x79, 0x7b, 0x8c, 0xe0, 0x92, 0x13, 0x60, 0x7d, 0x07, 0x26, + 0x94, 0xe1, 0xa3, 0x45, 0x18, 0x26, 0xff, 0x53, 0x7e, 0x31, 0xc9, 0x1a, 0x6b, 0x91, 0x69, 0xa1, + 0xa5, 0xd6, 0x1f, 0x4d, 0x41, 0x81, 0x60, 0x6a, 0x4c, 0x46, 0x9b, 0xaa, 0xdc, 0xa0, 0xa9, 0xba, + 0x05, 0xb2, 0x6d, 0xce, 0x6d, 0x26, 0x8f, 0x8f, 0xca, 0x63, 0x7d, 0x5e, 0x16, 0xf5, 0x0c, 0xd5, + 0x61, 0x74, 0xf5, 0xeb, 0x9e, 0xeb, 0xe3, 0x80, 0x5b, 0xf6, 0x4a, 0x77, 0x98, 0x6d, 0xf7, 0x8e, + 0xb0, 0xed, 0xde, 0xd9, 0x11, 0xb6, 0xdd, 0xea, 0x15, 0xce, 0x75, 0x2f, 0x60, 0x86, 0x12, 0x6d, + 0x80, 0xdf, 0xfb, 0xcf, 0xe5, 0x9c, 0x2d, 0x28, 0xa1, 0xef, 0xc2, 0xf9, 0x87, 0x9e, 0x7f, 0xe8, + 0x84, 0x7c, 0x05, 0xa8, 0xd9, 0xe7, 0x39, 0x2d, 0x51, 0xf6, 0x0c, 0x87, 0x41, 0x0f, 0x61, 0xda, + 0xf6, 0xfa, 0x21, 0xde, 0xf1, 0xc4, 0xba, 0x8d, 0x50, 0x2c, 0xfa, 0x7d, 0xf5, 0x49, 0x4d, 0x33, + 0xf4, 0x92, 0x42, 0x9f, 0x1d, 0xc3, 0x42, 0xab, 0x30, 0xad, 0xd9, 0x49, 0xd8, 0x6a, 0x8d, 0x73, + 0x1d, 0x52, 0xb3, 0xae, 0xa8, 0x2c, 0x29, 0x86, 0x84, 0x36, 0x4d, 0x42, 0xea, 0x28, 0xed, 0xd1, + 0x40, 0x41, 0xd4, 0x24, 0x86, 0x62, 0x98, 0xe1, 0x1d, 0x95, 0x5a, 0xc9, 0x18, 0xb7, 0xae, 0x30, + 0xfb, 0x6e, 0xac, 0xb6, 0x7a, 0x9d, 0xcf, 0xf2, 0x82, 0x1c, 0x7b, 0x52, 0x4f, 0xb1, 0xe3, 0x34, + 0x09, 0x13, 0x96, 0x1f, 0x98, 0x71, 0xda, 0x5b, 0x66, 0xb3, 0x13, 0x1f, 0x18, 0x95, 0x3d, 0xc9, + 0x4f, 0xcd, 0x06, 0x8c, 0xec, 0x06, 0xce, 0x3e, 0x63, 0x4e, 0xd3, 0xcb, 0xd7, 0x78, 0x8f, 0xe2, + 0xbb, 0x8f, 0x9a, 0x79, 0x29, 0x20, 0x3d, 0x77, 0x33, 0xd4, 0x86, 0xad, 0x7e, 0x74, 0x69, 0x1d, + 0xfa, 0x02, 0x80, 0xf7, 0x8a, 0x28, 0x3a, 0x13, 0x5c, 0x1a, 0xd3, 0x06, 0x59, 0xe9, 0xf5, 0xaa, + 0x4b, 0x7c, 0x7c, 0x97, 0xe4, 0xf8, 0x34, 0xd5, 0xc7, 0x56, 0x88, 0xa0, 0xcf, 0x61, 0x92, 0xf2, + 0x2e, 0xb1, 0xa2, 0x93, 0x74, 0x45, 0xa9, 0x25, 0x98, 0xb2, 0x23, 0xc3, 0x7a, 0x6a, 0x08, 0xe8, + 0xff, 0x85, 0x39, 0x4e, 0x2e, 0xa6, 0x75, 0x4e, 0x71, 0x2d, 0x5b, 0xeb, 0x9e, 0x0e, 0x53, 0xbd, + 0xcd, 0x7b, 0x6a, 0xc9, 0x9e, 0xa6, 0xea, 0xa1, 0xb6, 0xb9, 0x19, 0xb4, 0x0e, 0x33, 0xbb, 0x01, + 0xd6, 0xc6, 0x30, 0x4d, 0x3f, 0x04, 0x54, 0x81, 0xea, 0x07, 0xb8, 0x99, 0x36, 0x8e, 0x38, 0x1e, + 0xb2, 0x01, 0xad, 0xf8, 0x5e, 0x2f, 0xb6, 0xc7, 0x67, 0xe8, 0x8c, 0x50, 0x7b, 0x40, 0xdb, 0xf7, + 0x7a, 0xcd, 0xf4, 0x8d, 0x6e, 0xc0, 0x46, 0x3f, 0x85, 0x4b, 0x91, 0xd9, 0x72, 0xc5, 0x75, 0xf6, + 0xbb, 0x5e, 0x10, 0xba, 0xad, 0xf5, 0x15, 0x6a, 0x01, 0xe4, 0xfc, 0x3f, 0x32, 0x7b, 0x36, 0xdb, + 0x12, 0x44, 0xe7, 0xff, 0x29, 0x54, 0xd0, 0x8f, 0x61, 0x8a, 0xb7, 0xc5, 0xcd, 0xe4, 0x17, 0xb2, + 0x37, 0x9a, 0x04, 0xe6, 0x26, 0x6b, 0xf1, 0x93, 0xc9, 0x48, 0x3a, 0x2d, 0xf4, 0x15, 0x4c, 0x3c, + 0x7d, 0x58, 0xb1, 0x71, 0xd0, 0xf3, 0xba, 0x01, 0xe6, 0x66, 0xbf, 0x25, 0x4e, 0xfa, 0xe9, 0xc3, + 0x4a, 0xa5, 0x1f, 0xbe, 0xc0, 0xdd, 0xd0, 0x6d, 0x39, 0x21, 0x16, 0x50, 0x4c, 0x42, 0x3d, 0x7c, + 0xee, 0x34, 0x7d, 0x5e, 0xa2, 0x8c, 0x42, 0x25, 0x87, 0x4a, 0x30, 0x56, 0xaf, 0xaf, 0x6d, 0x78, + 0xfb, 0x2e, 0xb3, 0x00, 0x8e, 0xdb, 0xf2, 0x37, 0xda, 0x83, 0x39, 0xe5, 0x22, 0x8b, 0x8a, 0xba, + 0x98, 0xca, 0xf3, 0xcc, 0xa0, 0xf7, 0x3d, 0x79, 0x13, 0x77, 0x47, 0xbd, 0xef, 0x7a, 0x79, 0xff, + 0x4e, 0x25, 0xfa, 0x59, 0x17, 0x48, 0xf6, 0xac, 0x63, 0x28, 0xb5, 0xbe, 0x84, 0x71, 0x79, 0xec, + 0xd0, 0x28, 0x0c, 0x55, 0x3a, 0x9d, 0xc2, 0x39, 0xf2, 0x47, 0xbd, 0xbe, 0x56, 0xc8, 0xa1, 0x69, + 0x80, 0x88, 0xd7, 0x14, 0xf2, 0x68, 0x32, 0xb2, 0x7a, 0x14, 0x86, 0x28, 0x7c, 0xaf, 0x57, 0x18, + 0x46, 0x28, 0x6e, 0x6e, 0x29, 0x8c, 0x58, 0x9f, 0xc0, 0xb8, 0x9c, 0x48, 0x34, 0x03, 0x13, 0xbb, + 0x9b, 0xf5, 0xed, 0xd5, 0xda, 0xfa, 0xc3, 0xf5, 0xd5, 0x95, 0xc2, 0x39, 0x74, 0x05, 0x2e, 0xef, + 0xd4, 0xd7, 0x9a, 0x2b, 0xd5, 0xe6, 0xc6, 0x56, 0xad, 0xb2, 0xd1, 0xdc, 0xb6, 0xb7, 0xbe, 0xfc, + 0x61, 0x73, 0x67, 0x77, 0x73, 0x73, 0x75, 0xa3, 0x90, 0xb3, 0xfe, 0x43, 0x2e, 0xc1, 0xcf, 0xd0, + 0x32, 0x4c, 0x70, 0x25, 0x92, 0xae, 0x31, 0x13, 0x83, 0x0b, 0xc7, 0x47, 0xe5, 0x49, 0xa1, 0x80, + 0xd2, 0xe5, 0x53, 0x81, 0xc8, 0x27, 0x6a, 0x9b, 0x2c, 0x54, 0xcb, 0xeb, 0xa8, 0x9f, 0xa8, 0x1e, + 0x2f, 0xb3, 0x65, 0x2d, 0x5a, 0x56, 0x3e, 0x66, 0x4c, 0x26, 0xa6, 0x72, 0x97, 0xf8, 0x98, 0xa9, + 0x8c, 0x4d, 0x7e, 0xd6, 0x96, 0x15, 0x1b, 0xd0, 0x70, 0x84, 0x63, 0x60, 0xa4, 0x12, 0xce, 0xea, + 0xa7, 0xb0, 0x0a, 0xf4, 0x49, 0xc2, 0x64, 0xc5, 0x46, 0x48, 0x79, 0x61, 0x8c, 0x23, 0x24, 0xac, + 0x51, 0x65, 0x18, 0x61, 0x7b, 0x88, 0x0d, 0x92, 0xca, 0x0a, 0x1d, 0x52, 0x60, 0xb3, 0x72, 0xeb, + 0x6f, 0x0c, 0xa9, 0x6c, 0x93, 0xc8, 0x06, 0xca, 0x24, 0x52, 0xd9, 0x80, 0x4e, 0x1e, 0x2d, 0x25, + 0x62, 0x00, 0xd7, 0xa3, 0xd7, 0x57, 0x38, 0x45, 0x2a, 0x06, 0x08, 0xab, 0xac, 0xdb, 0xb6, 0x23, + 0x00, 0x22, 0xf3, 0x32, 0x99, 0x80, 0xca, 0xbc, 0x43, 0x91, 0xcc, 0xcb, 0xa5, 0x06, 0x26, 0xf3, + 0x46, 0x20, 0x64, 0x21, 0xd5, 0x3b, 0xad, 0xe1, 0x68, 0x21, 0xd5, 0xdb, 0x2b, 0xfd, 0xc6, 0xea, + 0x63, 0x80, 0xca, 0xb3, 0x3a, 0x95, 0xf8, 0xec, 0x4d, 0xfe, 0xe9, 0xa6, 0x87, 0xcc, 0x79, 0x15, + 0x70, 0x99, 0xd1, 0x57, 0x85, 0x63, 0x05, 0x1a, 0x55, 0x61, 0xaa, 0xf2, 0x1b, 0x7d, 0x1f, 0xaf, + 0xb7, 0xc9, 0x39, 0x0d, 0x99, 0x16, 0x30, 0xce, 0xef, 0x43, 0x48, 0x45, 0xd3, 0xe5, 0x35, 0x0a, + 0x01, 0x1d, 0x05, 0x6d, 0xc1, 0x85, 0x47, 0x35, 0x61, 0xc4, 0xa8, 0xb4, 0x5a, 0x5e, 0xbf, 0x1b, + 0xf2, 0xef, 0xf5, 0xb5, 0xe3, 0xa3, 0xf2, 0x95, 0xfd, 0x56, 0x64, 0x07, 0x71, 0x58, 0xb5, 0xfa, + 0xc1, 0x4e, 0xe0, 0x5a, 0x1d, 0x98, 0x7e, 0x84, 0x43, 0xb2, 0x95, 0x84, 0xf0, 0x95, 0xbd, 0x26, + 0x9f, 0xc2, 0xc4, 0x33, 0x37, 0x7c, 0x51, 0xc7, 0x2d, 0x1f, 0x87, 0x42, 0xc7, 0x64, 0x8a, 0xb0, + 0x1b, 0xbe, 0x68, 0x06, 0xac, 0x5c, 0x65, 0x33, 0x0a, 0xb8, 0xb5, 0x0a, 0x33, 0xbc, 0x35, 0x29, + 0xeb, 0x2d, 0xeb, 0x04, 0x73, 0x94, 0x20, 0x5d, 0x05, 0x95, 0xa0, 0x4e, 0xe6, 0x4f, 0xf2, 0x30, + 0x57, 0x7b, 0xe1, 0x74, 0xf7, 0xf1, 0xb6, 0x13, 0x04, 0xaf, 0x3c, 0xbf, 0xad, 0x74, 0x9e, 0x0a, + 0xba, 0x89, 0xce, 0x53, 0xc9, 0x76, 0x19, 0x26, 0xb6, 0x3a, 0x6d, 0x81, 0xc3, 0x85, 0x70, 0xda, + 0x96, 0xd7, 0x69, 0x37, 0x7b, 0x82, 0x96, 0x0a, 0x44, 0x70, 0x36, 0xf1, 0x2b, 0x89, 0x33, 0x14, + 0xe1, 0x74, 0xf1, 0x2b, 0x05, 0x47, 0x01, 0x42, 0xab, 0x70, 0xa1, 0x8e, 0x5b, 0x5e, 0xb7, 0xfd, + 0xd0, 0x69, 0x85, 0x9e, 0xcf, 0x2e, 0x56, 0x86, 0x23, 0x39, 0x25, 0xa0, 0x95, 0xcd, 0xe7, 0xb4, + 0x96, 0xdd, 0xa7, 0xd8, 0x49, 0x0c, 0xb4, 0x45, 0xaf, 0x65, 0xe8, 0xbd, 0x3c, 0x97, 0xdc, 0x6f, + 0xdc, 0x91, 0x17, 0xf5, 0x35, 0x1f, 0xd3, 0x4d, 0xe1, 0x74, 0xa4, 0xee, 0x21, 0xd9, 0x3e, 0x65, + 0x2e, 0x02, 0xd2, 0x96, 0x44, 0xac, 0x5d, 0x98, 0xda, 0xee, 0xf4, 0xf7, 0xdd, 0x2e, 0x61, 0x03, + 0x75, 0xfc, 0x73, 0xb4, 0x02, 0x10, 0x15, 0x70, 0xfb, 0x83, 0xb0, 0x7c, 0x45, 0x15, 0x8d, 0x07, + 0xfc, 0x20, 0xd1, 0x12, 0x2a, 0xa0, 0xd9, 0x0a, 0x9e, 0xf5, 0xd7, 0x86, 0x00, 0xf1, 0x05, 0xa0, + 0x1c, 0xbd, 0x8e, 0x43, 0xc2, 0x6c, 0x2f, 0x41, 0x5e, 0x9a, 0x09, 0xce, 0x1f, 0x1f, 0x95, 0xf3, + 0x6e, 0xdb, 0xce, 0xaf, 0xaf, 0xa0, 0x77, 0x61, 0x84, 0x82, 0xd1, 0xf9, 0x9f, 0x96, 0xed, 0xa9, + 0x14, 0x18, 0xe7, 0xa0, 0x5f, 0x1a, 0x9b, 0x01, 0xa3, 0xf7, 0x60, 0x7c, 0x05, 0x77, 0xf0, 0xbe, + 0x13, 0x7a, 0xe2, 0x74, 0x33, 0xc5, 0x5b, 0x14, 0x2a, 0x7b, 0x2e, 0x82, 0x24, 0xd2, 0xb9, 0x8d, + 0x9d, 0xc0, 0xeb, 0xaa, 0xd2, 0xb9, 0x4f, 0x4b, 0x54, 0xe9, 0x9c, 0xc1, 0xa0, 0x3f, 0xc8, 0xc1, + 0x44, 0xa5, 0xdb, 0xe5, 0x0a, 0x6d, 0xc0, 0x67, 0x7d, 0xee, 0x8e, 0xf4, 0x77, 0xd8, 0x70, 0xf6, + 0x70, 0xa7, 0xe1, 0x74, 0xfa, 0x38, 0xa8, 0x7e, 0x45, 0x04, 0xa6, 0xff, 0x78, 0x54, 0xfe, 0xe4, + 0x14, 0x2a, 0x6a, 0xe4, 0x39, 0xb1, 0xe3, 0x3b, 0x6e, 0x18, 0xd0, 0x3b, 0xcb, 0xa8, 0x41, 0xf5, + 0xdc, 0x28, 0xfd, 0x40, 0xef, 0xa8, 0x2a, 0x19, 0xe7, 0xc5, 0x31, 0x5d, 0x99, 0x6b, 0x63, 0xd6, + 0x75, 0xf9, 0xbd, 0x5b, 0x5f, 0x49, 0x5b, 0x02, 0xab, 0x06, 0x8b, 0x8f, 0x70, 0x68, 0xe3, 0x00, + 0x87, 0x62, 0xd3, 0xd2, 0x2d, 0x17, 0x59, 0x79, 0x46, 0xe9, 0x6f, 0x89, 0x4c, 0xd7, 0x83, 0x6d, + 0x54, 0x51, 0x63, 0xfd, 0xd5, 0x1c, 0x94, 0x6b, 0x3e, 0x66, 0xf2, 0x46, 0x0a, 0xa1, 0x6c, 0x66, + 0xb2, 0xc8, 0x5d, 0x40, 0xf2, 0x51, 0x2d, 0x99, 0x25, 0xee, 0xe6, 0x71, 0x32, 0x15, 0xd8, 0x7a, + 0x0e, 0x73, 0x36, 0xee, 0xe2, 0x57, 0x44, 0x21, 0xd7, 0xb4, 0xc8, 0x32, 0x8c, 0xb0, 0x93, 0x97, + 0x18, 0x02, 0x2b, 0x3f, 0x9d, 0x46, 0x6e, 0xfd, 0xc3, 0x3c, 0x14, 0xd8, 0x70, 0xab, 0x5e, 0x78, + 0xb2, 0xf1, 0xf1, 0x11, 0xe4, 0x07, 0x28, 0xf1, 0x37, 0xa3, 0xd9, 0x1e, 0x8a, 0x84, 0x03, 0xda, + 0x55, 0xf2, 0x8d, 0x13, 0x95, 0x64, 0x40, 0x6c, 0x17, 0x30, 0x23, 0x56, 0x42, 0x13, 0x47, 0xbf, + 0x93, 0x83, 0xf3, 0x6c, 0x5f, 0x65, 0xef, 0xdc, 0x67, 0x67, 0xb3, 0x73, 0x0b, 0x21, 0xfd, 0x4b, + 0x3d, 0x47, 0xac, 0xce, 0xfa, 0xc7, 0x79, 0xb8, 0xa0, 0xcc, 0x15, 0x17, 0x32, 0xdf, 0x61, 0xb2, + 0x8d, 0x32, 0x61, 0xd4, 0x2c, 0x48, 0xed, 0xde, 0x91, 0xa6, 0x4e, 0x67, 0xee, 0x1d, 0x18, 0x23, + 0x43, 0x8a, 0x5b, 0x10, 0xe9, 0x17, 0x96, 0x81, 0x8a, 0xea, 0x13, 0xcf, 0xde, 0x5d, 0x18, 0xa3, + 0x7f, 0x92, 0x15, 0x19, 0x4e, 0x5f, 0x11, 0x09, 0x84, 0x5c, 0x80, 0xc7, 0x9e, 0xdb, 0x7d, 0x8a, + 0xc3, 0x17, 0x5e, 0x9b, 0x7f, 0xeb, 0xd7, 0x09, 0x1f, 0xfc, 0xbf, 0x3c, 0xb7, 0xdb, 0x3c, 0xa4, + 0xc5, 0xa7, 0xb5, 0x50, 0x45, 0x04, 0x6d, 0x85, 0xb8, 0x75, 0x0f, 0x0a, 0x84, 0x65, 0x9d, 0x7c, + 0x6b, 0x59, 0xb3, 0x80, 0x1e, 0xe1, 0xb0, 0xea, 0x69, 0x1f, 0x53, 0x6b, 0x0a, 0x26, 0xb6, 0xdd, + 0xee, 0xbe, 0xf8, 0xf9, 0x4f, 0x86, 0x60, 0x92, 0xfd, 0xe6, 0x2b, 0x10, 0x13, 0x79, 0x72, 0x27, + 0x11, 0x79, 0x3e, 0x84, 0x29, 0x7e, 0x11, 0x86, 0x7d, 0x7a, 0x41, 0xc2, 0xd6, 0x83, 0xaa, 0x2c, + 0xec, 0x22, 0xac, 0xf9, 0x92, 0xd5, 0xd8, 0x3a, 0x20, 0xda, 0x80, 0x69, 0x56, 0xf0, 0x10, 0x3b, + 0x61, 0x3f, 0xb2, 0xba, 0xcc, 0x70, 0xad, 0x45, 0x14, 0x33, 0x7e, 0xc6, 0x69, 0x3d, 0xe7, 0x85, + 0x76, 0x0c, 0x17, 0x7d, 0x0e, 0x33, 0xdb, 0xbe, 0xf7, 0xf5, 0x6b, 0x45, 0xc8, 0x63, 0x2c, 0x7d, + 0xee, 0xf8, 0xa8, 0x7c, 0xa1, 0x47, 0xaa, 0x9a, 0xaa, 0xa8, 0x17, 0x87, 0x26, 0x7b, 0x6a, 0x3d, + 0xa8, 0x7a, 0xbe, 0xdb, 0xdd, 0xa7, 0xab, 0x39, 0xc6, 0xf6, 0x94, 0x1b, 0x34, 0xf7, 0x68, 0xa1, + 0x2d, 0xab, 0x63, 0xf6, 0xd3, 0xd1, 0xc1, 0xf6, 0xd3, 0x7b, 0x00, 0x1b, 0x9e, 0xd3, 0xae, 0x74, + 0x3a, 0xb5, 0x4a, 0x40, 0x4d, 0x1e, 0x5c, 0x88, 0xe9, 0x78, 0x4e, 0xbb, 0xe9, 0x74, 0x3a, 0xcd, + 0x96, 0x13, 0xd8, 0x0a, 0xcc, 0xe3, 0xe1, 0xb1, 0xf3, 0x85, 0x51, 0x7b, 0x66, 0xc3, 0x6d, 0xe1, + 0x6e, 0x80, 0x9f, 0x39, 0x7e, 0xd7, 0xed, 0xee, 0x07, 0xd6, 0x7f, 0x1a, 0x86, 0x31, 0x39, 0xe4, + 0x3b, 0xaa, 0xda, 0xc3, 0x45, 0x23, 0xca, 0xa1, 0x22, 0xb3, 0x8c, 0xad, 0x40, 0xa0, 0xcb, 0xec, + 0xd6, 0x95, 0x09, 0x65, 0xa3, 0x64, 0x77, 0x3b, 0xbd, 0x1e, 0xbb, 0x5b, 0xbd, 0x04, 0xf9, 0x95, + 0x2a, 0x9d, 0xff, 0x31, 0xf6, 0x25, 0x68, 0xef, 0xd9, 0xf9, 0x95, 0x2a, 0xd9, 0x65, 0x5b, 0xeb, + 0x2b, 0x35, 0x3a, 0x95, 0x63, 0x6c, 0x97, 0x79, 0x6e, 0xbb, 0x65, 0xd3, 0x52, 0x52, 0x5b, 0xaf, + 0x3c, 0xdd, 0xe0, 0xd3, 0x45, 0x6b, 0x03, 0xe7, 0xb0, 0x63, 0xd3, 0x52, 0xa2, 0x2a, 0x30, 0x0d, + 0xbb, 0xe6, 0x75, 0x43, 0xdf, 0xeb, 0x04, 0x54, 0xa2, 0x1d, 0x63, 0xcb, 0xc9, 0x55, 0xf3, 0x16, + 0xaf, 0xb2, 0x63, 0xa0, 0xe8, 0x19, 0xcc, 0x57, 0xda, 0x2f, 0x9d, 0x6e, 0x0b, 0xb7, 0x59, 0xcd, + 0x33, 0xcf, 0x3f, 0x78, 0xde, 0xf1, 0x5e, 0x05, 0x74, 0xbe, 0xc7, 0xb8, 0x25, 0x8b, 0x83, 0x08, + 0x4d, 0xff, 0x95, 0x00, 0xb2, 0xd3, 0xb0, 0x09, 0x97, 0xac, 0x75, 0xbc, 0x7e, 0x9b, 0xaf, 0x02, + 0xe5, 0x92, 0x2d, 0x52, 0x60, 0xb3, 0x72, 0x32, 0x4b, 0x6b, 0xf5, 0xa7, 0xd4, 0x6e, 0xc4, 0x67, + 0xe9, 0x45, 0x70, 0x68, 0x93, 0x32, 0x74, 0x03, 0x46, 0x85, 0xd6, 0xc3, 0x2c, 0xd8, 0xd4, 0x9c, + 0x2a, 0xb4, 0x1d, 0x51, 0x47, 0x8e, 0x84, 0x8d, 0x5b, 0xde, 0x4b, 0xec, 0xbf, 0xae, 0x79, 0x6d, + 0x2c, 0xac, 0x1c, 0x5c, 0x8b, 0x67, 0x15, 0xcd, 0x16, 0xa9, 0xb1, 0x75, 0x40, 0xd2, 0x00, 0x13, + 0x9c, 0x02, 0xea, 0xca, 0xc4, 0x1b, 0x60, 0x82, 0x55, 0x60, 0x8b, 0x3a, 0xb4, 0x02, 0x17, 0x2a, + 0xfd, 0xd0, 0x3b, 0x74, 0x42, 0xb7, 0xb5, 0xdb, 0xdb, 0xf7, 0x1d, 0xd2, 0x48, 0x81, 0x22, 0x50, + 0xd5, 0xce, 0x11, 0x95, 0xcd, 0x3e, 0xaf, 0xb5, 0x93, 0x08, 0x8f, 0x87, 0xc7, 0x26, 0x0a, 0x93, + 0x8f, 0x87, 0xc7, 0x26, 0x0b, 0x53, 0x8f, 0x87, 0xc7, 0xa6, 0x0a, 0xd3, 0xd6, 0x7d, 0xb8, 0xc0, + 0xf8, 0xcc, 0x89, 0x05, 0x7e, 0x6b, 0x1b, 0xa0, 0x8e, 0x0f, 0x9d, 0xde, 0x0b, 0x8f, 0xec, 0xc8, + 0xaa, 0xfa, 0x8b, 0x0b, 0x8c, 0x48, 0xba, 0xd2, 0xf0, 0x8a, 0xc6, 0x03, 0xa1, 0xa7, 0x09, 0x48, + 0x5b, 0xc1, 0xb2, 0xfe, 0x3c, 0x0f, 0x88, 0xba, 0x94, 0xd4, 0x43, 0x1f, 0x3b, 0x87, 0xa2, 0x1b, + 0x1f, 0xc1, 0x24, 0xfb, 0x64, 0xb0, 0x62, 0xda, 0x1d, 0x22, 0x8d, 0x32, 0x5e, 0xa1, 0x56, 0xad, + 0x9d, 0xb3, 0x35, 0x50, 0x82, 0x6a, 0xe3, 0xa0, 0x7f, 0x28, 0x50, 0xf3, 0x1a, 0xaa, 0x5a, 0x45, + 0x50, 0xd5, 0xdf, 0xe8, 0x73, 0x98, 0xae, 0x79, 0x87, 0x3d, 0x32, 0x27, 0x1c, 0x79, 0x88, 0x7f, + 0x39, 0x79, 0xbb, 0x5a, 0xe5, 0xda, 0x39, 0x3b, 0x06, 0x8e, 0x36, 0xe1, 0xe2, 0xc3, 0x4e, 0x3f, + 0x78, 0x51, 0xe9, 0xb6, 0x6b, 0x1d, 0x2f, 0x10, 0x54, 0x86, 0xb9, 0x7d, 0x99, 0x73, 0xba, 0x24, + 0xc4, 0xda, 0x39, 0xdb, 0x84, 0x88, 0x6e, 0x70, 0xff, 0x58, 0x69, 0xab, 0xe7, 0xee, 0xb3, 0x5b, + 0x5d, 0xbc, 0xf5, 0x7c, 0xed, 0x9c, 0xcd, 0x6a, 0xab, 0xe3, 0x30, 0x2a, 0xb8, 0xfc, 0x5d, 0xb2, + 0x59, 0xe4, 0x74, 0xb2, 0x0b, 0x47, 0x54, 0x82, 0xb1, 0xdd, 0x1e, 0x61, 0x3e, 0x42, 0x84, 0xb3, + 0xe5, 0x6f, 0xeb, 0xbb, 0xfa, 0x4c, 0xa3, 0x45, 0x55, 0xcf, 0x66, 0xc0, 0x51, 0x81, 0xb5, 0xa6, + 0x4f, 0x6e, 0x36, 0xb4, 0xd6, 0x6e, 0x3e, 0xd6, 0x6e, 0x21, 0x3e, 0xd7, 0xd6, 0x9c, 0x71, 0xf2, + 0xac, 0x2f, 0x61, 0x69, 0xb7, 0x47, 0x94, 0x9a, 0x4a, 0xaf, 0xd7, 0x71, 0x5b, 0xcc, 0x56, 0x44, + 0xbf, 0x06, 0x62, 0xb3, 0xbc, 0x2f, 0x9d, 0x2f, 0x73, 0xa9, 0xae, 0x2a, 0x70, 0x7c, 0x54, 0x3e, + 0xcf, 0xbe, 0x2a, 0xc2, 0xe7, 0xd2, 0xfa, 0xbd, 0x1c, 0x2c, 0xb1, 0x13, 0x90, 0x4a, 0xfa, 0x3b, + 0xaa, 0x8b, 0xa8, 0x22, 0xa6, 0x48, 0x87, 0x50, 0xd5, 0x09, 0x34, 0xba, 0x0e, 0xcd, 0xa7, 0x5f, + 0x87, 0x8a, 0x03, 0x36, 0x64, 0x3c, 0x60, 0x5f, 0x80, 0xc5, 0x7b, 0xd4, 0xe9, 0x24, 0x3a, 0x15, + 0xbc, 0x49, 0xaf, 0xac, 0xff, 0x9a, 0x87, 0xf9, 0x47, 0xb8, 0x8b, 0x7d, 0x87, 0x8e, 0x53, 0x93, + 0xc8, 0xd5, 0xdb, 0x92, 0x5c, 0xe6, 0x6d, 0x89, 0x14, 0x37, 0xf3, 0x29, 0xe2, 0xe6, 0x65, 0x18, + 0xda, 0xb5, 0xd7, 0xf9, 0xb0, 0x28, 0x23, 0xed, 0xfb, 0xae, 0x4d, 0xca, 0xd0, 0x7a, 0x74, 0xd3, + 0x32, 0x3c, 0xf0, 0xa6, 0xe5, 0x22, 0xb7, 0x3c, 0x8f, 0xf2, 0x9b, 0x16, 0xfd, 0x7e, 0x65, 0x53, + 0x91, 0x69, 0x09, 0xbb, 0xb9, 0xcd, 0xcf, 0x54, 0xca, 0x00, 0xb9, 0x78, 0xba, 0xda, 0x0d, 0xfd, + 0xd7, 0x6c, 0x0b, 0x30, 0x29, 0x55, 0xc8, 0xa6, 0xa5, 0x2f, 0x60, 0x42, 0x01, 0x41, 0x05, 0x18, + 0x3a, 0xe0, 0xb7, 0x4c, 0xe3, 0x36, 0xf9, 0x13, 0x7d, 0x17, 0x46, 0x5e, 0x12, 0x39, 0x99, 0xb3, + 0x91, 0x4b, 0x91, 0x0c, 0x5d, 0x0f, 0x89, 0x74, 0xc0, 0x84, 0x68, 0x9b, 0x01, 0x7d, 0x9c, 0xff, + 0x30, 0x67, 0x7d, 0x02, 0xc5, 0x64, 0x6f, 0xb8, 0xc8, 0x35, 0x48, 0x0b, 0xb1, 0x56, 0x60, 0xf6, + 0x11, 0x0e, 0x23, 0xff, 0x54, 0xe5, 0x12, 0x2c, 0x76, 0xce, 0x32, 0xac, 0x5f, 0x56, 0x1d, 0xe6, + 0x62, 0x54, 0x78, 0xfb, 0x1f, 0xc3, 0xa8, 0xf0, 0x6c, 0xc9, 0xa5, 0x7b, 0xb6, 0xd0, 0x7d, 0xcb, + 0x29, 0xdb, 0x02, 0xc1, 0x7a, 0x06, 0x97, 0x34, 0xa2, 0x81, 0xa4, 0xfa, 0x7d, 0x18, 0x13, 0x65, + 0x31, 0xb3, 0x81, 0x46, 0x96, 0x6e, 0xad, 0x40, 0x20, 0x4b, 0x14, 0xeb, 0x05, 0x5c, 0xda, 0x70, + 0x03, 0x9d, 0x32, 0x1b, 0xf5, 0x02, 0x8c, 0xf7, 0x9c, 0x7d, 0xdc, 0x0c, 0xdc, 0xdf, 0x60, 0xfb, + 0x73, 0xc4, 0x1e, 0x23, 0x05, 0x75, 0xf7, 0x37, 0x30, 0xba, 0x02, 0x40, 0x2b, 0xe9, 0xfc, 0x71, + 0xf6, 0x42, 0xc1, 0x99, 0x3e, 0x87, 0x80, 0x5e, 0x63, 0xb2, 0x0d, 0x69, 0xd3, 0xbf, 0x2d, 0x1f, + 0xe6, 0x13, 0x2d, 0xf1, 0x31, 0xdc, 0x05, 0xd9, 0xb5, 0x8c, 0x31, 0xd8, 0x12, 0x08, 0xdd, 0x84, + 0x99, 0x2e, 0xfe, 0x3a, 0x6c, 0x26, 0xfa, 0x30, 0x45, 0x8a, 0xb7, 0x45, 0x3f, 0xac, 0x9f, 0x50, + 0xed, 0x3a, 0xee, 0x7a, 0x76, 0x66, 0x93, 0xd7, 0x81, 0x12, 0x19, 0x92, 0xee, 0x69, 0xf4, 0x6b, + 0x9b, 0xc0, 0x97, 0xb0, 0x60, 0x6c, 0xed, 0xd7, 0x3d, 0x89, 0x7f, 0x99, 0x87, 0x79, 0xf6, 0x95, + 0x4a, 0x1e, 0x8d, 0x93, 0xf3, 0xb0, 0x6f, 0xc5, 0x28, 0x7c, 0xcf, 0x60, 0x14, 0xa6, 0x28, 0xaa, + 0x51, 0x58, 0x33, 0x05, 0x7f, 0x68, 0x36, 0x05, 0x53, 0x01, 0x52, 0x37, 0x05, 0xc7, 0x0d, 0xc0, + 0xab, 0xe9, 0x06, 0x60, 0x6a, 0x0e, 0x33, 0x18, 0x80, 0x0d, 0x66, 0xdf, 0xc7, 0xc3, 0x63, 0xf9, + 0xc2, 0x90, 0xd5, 0x80, 0x62, 0x72, 0x8a, 0xcf, 0x80, 0x6f, 0xfc, 0x69, 0x0e, 0xae, 0x70, 0x09, + 0x23, 0x76, 0x08, 0x4e, 0xbf, 0x82, 0xef, 0xc1, 0x24, 0xc7, 0xdd, 0x89, 0x36, 0x0b, 0x73, 0x22, + 0x15, 0x9c, 0x90, 0xb1, 0x53, 0x0d, 0x0c, 0xbd, 0xa7, 0x68, 0xfb, 0xcc, 0x82, 0x74, 0x99, 0x7c, + 0x2e, 0x99, 0x59, 0x20, 0x55, 0xe7, 0xb7, 0xbe, 0x82, 0xa5, 0xb4, 0x8e, 0x9f, 0xc1, 0xbc, 0xfc, + 0x59, 0x0e, 0x16, 0x38, 0x79, 0xed, 0x38, 0xbd, 0x11, 0xcb, 0x3f, 0x85, 0xdf, 0xc3, 0x63, 0x98, + 0x20, 0x0d, 0x8a, 0x7e, 0xeb, 0xaf, 0x9a, 0x94, 0x9a, 0x15, 0x27, 0x74, 0xf8, 0x55, 0x96, 0x73, + 0xd8, 0x11, 0x0e, 0x8e, 0xb6, 0x8a, 0x6c, 0xfd, 0x08, 0x16, 0xcd, 0x43, 0x38, 0x83, 0xf9, 0x79, + 0x0c, 0x25, 0x03, 0xe3, 0x7c, 0xb3, 0x0f, 0xe2, 0x0f, 0x61, 0xc1, 0x48, 0xeb, 0x0c, 0xba, 0xb9, + 0x46, 0x3e, 0xf7, 0xe1, 0x19, 0x2c, 0xa1, 0xf5, 0x0c, 0x2e, 0x1b, 0x28, 0x9d, 0x41, 0x17, 0x1f, + 0xc1, 0xbc, 0x14, 0x73, 0xbf, 0x51, 0x0f, 0x9f, 0xc2, 0x15, 0x46, 0xe8, 0x6c, 0x56, 0xe5, 0x09, + 0x2c, 0x70, 0x72, 0x67, 0x30, 0x7b, 0x6b, 0xb0, 0x18, 0x69, 0xb3, 0x06, 0x59, 0xe2, 0xc4, 0x4c, + 0xc6, 0xda, 0x80, 0xab, 0x11, 0xa5, 0x94, 0x0f, 0xeb, 0xc9, 0xa9, 0x31, 0x59, 0x2c, 0x5a, 0xa5, + 0x33, 0x94, 0xc5, 0x22, 0xc0, 0x33, 0x13, 0x27, 0xd6, 0xe1, 0x22, 0x23, 0xac, 0xcb, 0xad, 0xcb, + 0xaa, 0xdc, 0x6a, 0x7c, 0x10, 0x94, 0x14, 0x65, 0x9f, 0x52, 0x51, 0x56, 0x80, 0x44, 0x3d, 0x7c, + 0x0f, 0xce, 0xf3, 0x37, 0x8f, 0xac, 0x7f, 0x06, 0x62, 0x4c, 0x52, 0x67, 0x68, 0x1c, 0xd8, 0xfa, + 0x29, 0x5c, 0x61, 0x6a, 0x60, 0xdc, 0xb7, 0x5e, 0x2c, 0xc9, 0xf7, 0x63, 0x5a, 0x60, 0x86, 0x0b, + 0xbf, 0x49, 0x19, 0xdc, 0x13, 0x7b, 0x3b, 0x8d, 0xfe, 0x89, 0x9c, 0x5d, 0x85, 0x76, 0x97, 0x37, + 0x6a, 0x77, 0xd7, 0xe1, 0x9a, 0xd4, 0xee, 0xe2, 0xcd, 0x48, 0xb3, 0xed, 0x8f, 0x60, 0x81, 0x0d, + 0x54, 0x7f, 0xe9, 0x25, 0xba, 0xf1, 0x49, 0x6c, 0x98, 0xa9, 0x4f, 0xc9, 0x4c, 0x83, 0xfc, 0xdd, + 0x9c, 0x38, 0x72, 0x66, 0xe2, 0xdf, 0xb6, 0xba, 0xbb, 0x09, 0x65, 0x39, 0x21, 0x7a, 0x8f, 0xde, + 0x4c, 0xd7, 0x7d, 0x0a, 0x73, 0x89, 0xd7, 0x08, 0x44, 0x60, 0x45, 0xef, 0x92, 0x63, 0x41, 0x0b, + 0xc4, 0xb6, 0x4b, 0x7d, 0xbd, 0x60, 0x4b, 0x48, 0xab, 0x09, 0x8b, 0xc9, 0xa5, 0x70, 0x5b, 0xc2, + 0x31, 0x09, 0x7d, 0x4e, 0x8e, 0x30, 0x7b, 0x12, 0x91, 0x1b, 0xf0, 0x24, 0x82, 0x9f, 0x63, 0x86, + 0x2e, 0xb0, 0x2c, 0x4b, 0xb0, 0x9a, 0xd8, 0xf8, 0x49, 0xeb, 0x62, 0x3f, 0xb8, 0x80, 0x44, 0x55, + 0xad, 0x6e, 0x8b, 0xa6, 0x2f, 0xc3, 0x50, 0xad, 0x6e, 0x73, 0x7f, 0x48, 0xaa, 0x6e, 0xb7, 0x02, + 0xdf, 0x26, 0x65, 0x71, 0xa9, 0x35, 0x7f, 0x02, 0xa9, 0xf5, 0xf1, 0xf0, 0xd8, 0x50, 0x61, 0xd8, + 0xfa, 0x31, 0x5c, 0xd4, 0x9a, 0xe2, 0x27, 0x36, 0xd3, 0x69, 0x13, 0xdd, 0x84, 0xd1, 0x5a, 0x85, + 0xde, 0xb5, 0x51, 0xdb, 0xc0, 0x24, 0xe3, 0x2d, 0x2d, 0xa7, 0x49, 0x1f, 0xb0, 0xdb, 0xa2, 0xd2, + 0xfa, 0x07, 0xc3, 0x0a, 0x75, 0xc5, 0x15, 0x36, 0x63, 0x24, 0xf7, 0x01, 0xd8, 0x6e, 0x50, 0x06, + 0x42, 0x84, 0xbd, 0x09, 0x7e, 0x3d, 0xc0, 0xd8, 0xaf, 0xad, 0x00, 0x9d, 0xd4, 0x55, 0x96, 0xfb, + 0xed, 0x30, 0x24, 0x71, 0x87, 0x26, 0xfd, 0x76, 0x38, 0xe9, 0xc0, 0x56, 0x81, 0xd0, 0x4f, 0xe3, + 0x1e, 0x5d, 0x23, 0xf4, 0xca, 0xfa, 0x2d, 0x6e, 0x82, 0x30, 0x8c, 0xed, 0x74, 0x4e, 0x5d, 0xaf, + 0x60, 0x8e, 0xe0, 0xba, 0xcf, 0xa9, 0xdb, 0xd6, 0xea, 0xd7, 0x21, 0xee, 0x32, 0x3e, 0x7e, 0x9e, + 0xb6, 0x73, 0x23, 0xa3, 0x9d, 0x08, 0x98, 0xbf, 0xb8, 0x8e, 0xe8, 0x34, 0xb1, 0xac, 0xb3, 0xcd, + 0xf4, 0xe9, 0x86, 0xb1, 0x37, 0x56, 0xbb, 0xed, 0x9e, 0xe7, 0x4a, 0x05, 0x82, 0x6d, 0x18, 0xbf, + 0xd3, 0xc4, 0xbc, 0xdc, 0x56, 0x81, 0xac, 0x9b, 0x99, 0x9e, 0x54, 0x63, 0x30, 0xbc, 0x53, 0xdb, + 0xd9, 0x28, 0xe4, 0xac, 0xbb, 0x00, 0x4a, 0x4b, 0x00, 0xe7, 0x37, 0xb7, 0xec, 0xa7, 0x95, 0x8d, + 0xc2, 0x39, 0x34, 0x07, 0x17, 0x9e, 0xad, 0x6f, 0xae, 0x6c, 0x3d, 0xab, 0x37, 0xeb, 0x4f, 0x2b, + 0xf6, 0x4e, 0xad, 0x62, 0xaf, 0x14, 0x72, 0xd6, 0x57, 0x30, 0xab, 0x8f, 0xf0, 0x4c, 0x37, 0x61, + 0x08, 0x17, 0xa5, 0xec, 0xf2, 0xf8, 0xd9, 0x8e, 0xe2, 0x77, 0xc2, 0x95, 0xa1, 0xf8, 0x55, 0x18, + 0x57, 0x9b, 0xf8, 0x91, 0x51, 0x80, 0xb4, 0x0b, 0xcc, 0x7c, 0xe6, 0x05, 0xa6, 0xf5, 0x01, 0xcc, + 0xea, 0xad, 0x9e, 0xd4, 0x1c, 0xf4, 0x16, 0x75, 0xc8, 0x51, 0x7c, 0x21, 0x89, 0x56, 0x1e, 0x75, + 0x91, 0x73, 0xd1, 0x0f, 0xa0, 0xc0, 0xa1, 0xa2, 0xaf, 0xec, 0x75, 0x61, 0xaf, 0xcb, 0x19, 0xfc, + 0xb6, 0x85, 0x7b, 0xc0, 0xdb, 0xe2, 0x06, 0x60, 0x50, 0x0b, 0x7f, 0x9e, 0x83, 0x62, 0xcc, 0xad, + 0xb0, 0xf6, 0xc2, 0xe9, 0x74, 0x70, 0x77, 0x1f, 0xa3, 0x5b, 0x30, 0xbc, 0xb3, 0xb5, 0xb3, 0xcd, + 0x2d, 0x64, 0xb3, 0x7c, 0x9b, 0x92, 0x22, 0x09, 0x63, 0x53, 0x08, 0xf4, 0x04, 0x2e, 0x08, 0xf7, + 0x13, 0x59, 0xc5, 0x15, 0x90, 0x2b, 0xd9, 0xce, 0x2c, 0x49, 0x3c, 0xf4, 0x2e, 0xf7, 0x81, 0xfc, + 0x79, 0xdf, 0xf5, 0x71, 0x9b, 0x2a, 0xe7, 0xd3, 0xcb, 0x28, 0xf2, 0x81, 0x14, 0x35, 0xb6, 0x0a, + 0xc6, 0xfc, 0xd3, 0xad, 0x3f, 0xc8, 0xc1, 0x7c, 0x8a, 0x9b, 0x24, 0x7a, 0x47, 0x1b, 0xce, 0x45, + 0x65, 0x38, 0x02, 0x64, 0xed, 0x1c, 0x1f, 0x4f, 0x4d, 0xf1, 0xc9, 0x19, 0x3a, 0x85, 0x4f, 0x0e, + 0x7f, 0x25, 0x4d, 0xe1, 0xf8, 0x6b, 0x20, 0x5a, 0x6e, 0xcd, 0xc0, 0x94, 0x36, 0x6f, 0x96, 0x05, + 0x93, 0x6a, 0xcb, 0x64, 0x71, 0x6a, 0x5e, 0x5b, 0x2e, 0x0e, 0xf9, 0xdb, 0xfa, 0x5b, 0x39, 0x98, + 0xa5, 0x43, 0xdc, 0x77, 0xc9, 0x69, 0x8c, 0x66, 0x68, 0x59, 0x1b, 0xc9, 0xa2, 0x36, 0x92, 0x18, + 0xac, 0x1c, 0xd2, 0xc7, 0x89, 0x21, 0x2d, 0x9a, 0x86, 0x44, 0xb5, 0x3e, 0xd7, 0xeb, 0x6a, 0x23, + 0x51, 0xae, 0x21, 0xfe, 0x4e, 0x0e, 0x2e, 0x2a, 0x7d, 0x92, 0xfd, 0xbf, 0xaf, 0x75, 0x69, 0xc1, + 0xd0, 0xa5, 0xc4, 0x24, 0x57, 0x13, 0x3d, 0x7a, 0x2b, 0xab, 0x47, 0x03, 0xe7, 0xf8, 0x2f, 0x72, + 0x30, 0x67, 0x9c, 0x03, 0x74, 0x89, 0x88, 0x56, 0x2d, 0x1f, 0x87, 0x7c, 0x7a, 0xf9, 0x2f, 0x52, + 0xbe, 0x1e, 0x04, 0x7d, 0x1e, 0x5a, 0x64, 0xdc, 0xe6, 0xbf, 0xd0, 0x5b, 0x30, 0xb5, 0x8d, 0x7d, + 0xd7, 0x6b, 0x33, 0x6f, 0x2d, 0x76, 0xa3, 0x3d, 0x65, 0xeb, 0x85, 0x68, 0x11, 0xc6, 0x2b, 0x9d, + 0x7d, 0xcf, 0x77, 0xc3, 0x17, 0xec, 0x26, 0x68, 0xdc, 0x8e, 0x0a, 0x08, 0xed, 0x15, 0x77, 0x5f, + 0x38, 0x69, 0x4c, 0xd9, 0xfc, 0x17, 0x2a, 0xc2, 0xa8, 0x30, 0xe8, 0x50, 0x73, 0x90, 0x2d, 0x7e, + 0x12, 0x8c, 0x2f, 0x6c, 0xba, 0x09, 0xe8, 0x03, 0x20, 0x9b, 0xff, 0xb2, 0x6e, 0xc3, 0xac, 0x69, + 0x1e, 0x8d, 0x5b, 0xe6, 0xff, 0xcf, 0xc3, 0xc5, 0x4a, 0xbb, 0xfd, 0xf4, 0x61, 0x65, 0x05, 0xab, + 0x02, 0xcd, 0xbb, 0x30, 0xbc, 0xde, 0x75, 0x43, 0x2e, 0xcd, 0x08, 0x87, 0x62, 0x03, 0x24, 0x81, + 0x22, 0x2b, 0x44, 0xfe, 0x47, 0x36, 0x5c, 0x5c, 0xfd, 0xda, 0x0d, 0x42, 0xb7, 0xbb, 0xaf, 0x7a, + 0x25, 0xe7, 0x4f, 0xe2, 0x95, 0xbc, 0x76, 0xce, 0x36, 0x21, 0xa3, 0x1d, 0xb8, 0xb4, 0x89, 0x5f, + 0x19, 0xb6, 0x90, 0x7c, 0xac, 0xa1, 0x1c, 0xf4, 0xc4, 0xce, 0x49, 0xc1, 0x55, 0x77, 0xe8, 0xef, + 0xe4, 0xe9, 0xa3, 0x30, 0x65, 0x60, 0xbc, 0xe5, 0x5d, 0x98, 0x55, 0x3a, 0x14, 0xf1, 0xa9, 0x1c, + 0x7f, 0x86, 0x6a, 0x1c, 0x8e, 0x7a, 0x90, 0x8c, 0xe8, 0xe8, 0x19, 0xcc, 0xeb, 0x9d, 0x8a, 0x28, + 0xeb, 0x87, 0xc1, 0x04, 0xb2, 0x76, 0xce, 0x4e, 0xc3, 0x46, 0xcb, 0x30, 0x54, 0x69, 0x1d, 0xf0, + 0x69, 0x31, 0x2f, 0x19, 0x1b, 0x59, 0xa5, 0x75, 0x40, 0x1f, 0x57, 0xb7, 0x0e, 0xb4, 0xf3, 0xf0, + 0x2f, 0x73, 0x30, 0x9f, 0xb2, 0xc2, 0x68, 0x09, 0x80, 0x15, 0x2a, 0x5f, 0x04, 0xa5, 0x84, 0x08, + 0x68, 0xec, 0x17, 0xf5, 0xdc, 0x1a, 0xa2, 0x2c, 0x58, 0xbc, 0x7b, 0x88, 0x2a, 0x6c, 0x05, 0x08, + 0x6d, 0xc3, 0x04, 0xfb, 0xc5, 0x9e, 0x5f, 0xe8, 0x6c, 0x5b, 0xa9, 0x61, 0x82, 0x4c, 0x9b, 0x16, + 0x34, 0xe3, 0xcf, 0x2e, 0x54, 0x12, 0xdc, 0x7c, 0x59, 0x8b, 0x8f, 0x42, 0x0e, 0x1a, 0xdd, 0x82, + 0xf3, 0xac, 0x90, 0xaf, 0xa1, 0x78, 0x54, 0x19, 0x01, 0xf3, 0x7a, 0xeb, 0xef, 0xe5, 0xe0, 0x12, + 0xfb, 0x22, 0x26, 0x8e, 0xc6, 0x07, 0xda, 0xd1, 0xb8, 0x26, 0x3b, 0x6c, 0x02, 0xd6, 0x4e, 0x47, + 0x55, 0xf7, 0xd5, 0x3f, 0xe9, 0xa9, 0x50, 0x91, 0xd4, 0x7d, 0xfb, 0xf7, 0x73, 0xc2, 0x9a, 0x93, + 0xdc, 0xba, 0xab, 0x30, 0xf9, 0x66, 0x5b, 0x56, 0x43, 0x43, 0xef, 0xb1, 0x1d, 0x95, 0xcf, 0x1e, + 0x69, 0xe6, 0xa6, 0xfa, 0x14, 0x4a, 0xe9, 0x53, 0x33, 0x68, 0x5b, 0x59, 0x0f, 0x0d, 0xd8, 0x6f, + 0xb2, 0x9c, 0xfd, 0x04, 0x9d, 0xfa, 0xeb, 0x6e, 0x4b, 0xac, 0xe8, 0xcd, 0xb8, 0x5f, 0x63, 0xaa, + 0xaf, 0x98, 0xda, 0xdb, 0x7c, 0x74, 0x6d, 0xc0, 0x37, 0x27, 0x15, 0xf6, 0xd4, 0xee, 0xff, 0xb3, + 0xbc, 0xbe, 0x17, 0xdf, 0xa4, 0xd1, 0x1a, 0x4c, 0x6d, 0xe2, 0x57, 0x89, 0x76, 0xa9, 0x1f, 0x4c, + 0x17, 0xbf, 0x6a, 0x2a, 0x6d, 0xab, 0x0e, 0xe2, 0x1a, 0x0e, 0xda, 0x83, 0x69, 0xc1, 0x35, 0x4e, + 0xca, 0x3c, 0xd9, 0xdb, 0x33, 0xd2, 0x42, 0xca, 0x4b, 0x91, 0x18, 0xc5, 0xb3, 0x3f, 0xcf, 0xd6, + 0x36, 0x14, 0x93, 0xb3, 0xc7, 0x5b, 0x7b, 0x77, 0xd0, 0xda, 0x33, 0xb3, 0x47, 0x5b, 0xdf, 0x07, + 0x6b, 0xd4, 0x14, 0x25, 0x61, 0xa4, 0x6d, 0xe1, 0x5e, 0x7c, 0x31, 0xa8, 0x3f, 0x8d, 0x58, 0x0c, + 0xa5, 0x7f, 0xd2, 0xcd, 0xb5, 0x46, 0xad, 0x79, 0x2a, 0x25, 0xde, 0xb1, 0xdb, 0x30, 0xca, 0x8b, + 0x62, 0x2f, 0xb7, 0xa3, 0x5d, 0x29, 0x00, 0xac, 0x3f, 0xcc, 0xc1, 0x65, 0x6a, 0x5b, 0x74, 0xbb, + 0xfb, 0x1d, 0xbc, 0x1b, 0xe8, 0x9e, 0xaa, 0xdf, 0xd3, 0x18, 0xcd, 0x7c, 0xca, 0x7b, 0xa1, 0x5f, + 0x17, 0x7b, 0xf9, 0xe3, 0x1c, 0x94, 0x4c, 0x7d, 0x3b, 0x5b, 0x0e, 0x73, 0x87, 0x2b, 0x73, 0x79, + 0x6e, 0x35, 0x61, 0xe8, 0xb2, 0x4d, 0x31, 0x58, 0x32, 0x48, 0xf2, 0xbf, 0xc6, 0x5a, 0xfe, 0x67, + 0x0e, 0x66, 0xd7, 0x03, 0x55, 0xc0, 0xe7, 0x13, 0x77, 0xc7, 0xf4, 0x7c, 0x91, 0xae, 0xab, 0x39, + 0x4a, 0xc6, 0xbb, 0xca, 0x4b, 0x99, 0x7c, 0xd6, 0xbb, 0x44, 0x2d, 0x34, 0xca, 0x4d, 0x18, 0xde, + 0x24, 0xe2, 0xd4, 0x10, 0xdf, 0x7f, 0x0c, 0x83, 0x14, 0xd1, 0x47, 0x2d, 0xa4, 0xcb, 0xe4, 0x07, + 0x7a, 0x98, 0x78, 0x3a, 0x33, 0x3c, 0xf8, 0xdd, 0x5d, 0x32, 0xa6, 0x4b, 0x75, 0x0c, 0xce, 0xef, + 0x38, 0xfe, 0x3e, 0x0e, 0xad, 0x1f, 0x41, 0x89, 0x7b, 0xf5, 0x30, 0x6b, 0x2d, 0xf5, 0xfd, 0x09, + 0x22, 0xc7, 0xad, 0x2c, 0x4f, 0x9c, 0x25, 0x80, 0x7a, 0xe8, 0xf8, 0xe1, 0x7a, 0xb7, 0x8d, 0xbf, + 0xa6, 0xa3, 0x1d, 0xb1, 0x95, 0x12, 0xeb, 0x3d, 0x18, 0x97, 0x43, 0xa0, 0x1a, 0xa0, 0x22, 0x31, + 0xd2, 0xe1, 0xcc, 0x6a, 0x8f, 0x79, 0xc4, 0x0b, 0x9e, 0x07, 0x30, 0x17, 0x5b, 0x8a, 0xe8, 0x09, + 0x99, 0xd4, 0xcc, 0xa8, 0xab, 0xa2, 0x2d, 0x7f, 0x5b, 0x35, 0xb8, 0x90, 0x58, 0x69, 0x84, 0xe8, + 0xeb, 0x2e, 0xa6, 0xdd, 0x93, 0x0f, 0x4a, 0xbd, 0xbe, 0x46, 0xca, 0x76, 0x36, 0xea, 0xcc, 0x19, + 0x9b, 0x94, 0xed, 0x6c, 0xd4, 0xab, 0xe7, 0xd9, 0xce, 0xb1, 0xfe, 0x51, 0x9e, 0x2a, 0xbd, 0x89, + 0x39, 0x88, 0xd9, 0x0a, 0x55, 0x7b, 0x65, 0x15, 0xc6, 0xe9, 0x88, 0x57, 0xc4, 0x73, 0x83, 0x6c, + 0x47, 0x94, 0xb1, 0x5f, 0x1c, 0x95, 0xcf, 0x51, 0xef, 0x93, 0x08, 0x0d, 0x7d, 0x06, 0xa3, 0xab, + 0xdd, 0x36, 0xa5, 0x30, 0x74, 0x0a, 0x0a, 0x02, 0x89, 0xac, 0x03, 0xed, 0x32, 0x11, 0x85, 0xb8, + 0xd9, 0xc9, 0x56, 0x4a, 0xe8, 0x34, 0xbb, 0x87, 0x2e, 0x73, 0xf8, 0x1a, 0xb1, 0xd9, 0x0f, 0xfa, + 0x20, 0x8f, 0x74, 0x41, 0x44, 0x0b, 0x18, 0xb7, 0xe5, 0x6f, 0x64, 0xc1, 0xc8, 0x96, 0xdf, 0xe6, + 0x0f, 0x75, 0xa7, 0x97, 0x27, 0x45, 0xe8, 0x44, 0x52, 0x66, 0xb3, 0x2a, 0xeb, 0xbf, 0xe7, 0x60, + 0xfe, 0x11, 0x0e, 0x8d, 0xfb, 0x46, 0x9b, 0x95, 0xdc, 0x37, 0x9e, 0x95, 0xfc, 0x9b, 0xcc, 0x8a, + 0x1c, 0xf5, 0x50, 0xda, 0xa8, 0x87, 0xd3, 0x46, 0x3d, 0x92, 0x3e, 0xea, 0x47, 0x70, 0x9e, 0x0d, + 0x15, 0x5d, 0x87, 0x91, 0xf5, 0x10, 0x1f, 0x46, 0xc6, 0x10, 0xd5, 0x8d, 0xce, 0x66, 0x75, 0x44, + 0xe3, 0xda, 0x70, 0x82, 0x50, 0xb8, 0xff, 0x8f, 0xdb, 0xe2, 0xa7, 0xf5, 0x33, 0xfa, 0x50, 0x69, + 0xc3, 0x6b, 0x1d, 0x28, 0x56, 0xe9, 0x51, 0x76, 0x2a, 0xe3, 0xb7, 0x18, 0x04, 0x8a, 0xd5, 0xd8, + 0x02, 0x02, 0x5d, 0x85, 0x89, 0xf5, 0xee, 0x43, 0xcf, 0x6f, 0xe1, 0xad, 0x6e, 0x87, 0x51, 0x1f, + 0xb3, 0xd5, 0x22, 0x6e, 0xc1, 0xe1, 0x2d, 0x44, 0x16, 0x1c, 0x5a, 0x10, 0xb3, 0xe0, 0xb0, 0xe8, + 0x5a, 0x36, 0xab, 0xe3, 0x06, 0x22, 0xf2, 0x77, 0x96, 0xf9, 0x46, 0xda, 0x79, 0x06, 0x01, 0xee, + 0xc1, 0x65, 0x1b, 0xf7, 0x3a, 0x0e, 0x11, 0xb8, 0x0e, 0x3d, 0x06, 0x2f, 0xc7, 0x7c, 0xd5, 0xe0, + 0x2f, 0xae, 0xfb, 0x3e, 0xc8, 0x2e, 0xe7, 0x33, 0xba, 0x7c, 0x08, 0xd7, 0x1e, 0xe1, 0xd0, 0x18, + 0x22, 0x2b, 0x1a, 0xfc, 0x1a, 0x8c, 0x05, 0xba, 0xbd, 0x7e, 0x50, 0x74, 0x2e, 0x7e, 0xa3, 0xc5, + 0xe9, 0xc8, 0xbf, 0xac, 0xcf, 0xa1, 0x9c, 0xd6, 0xdc, 0xc9, 0x7c, 0x5e, 0x5d, 0xb8, 0x9a, 0x4e, + 0x40, 0x7e, 0x16, 0x85, 0x6d, 0x5f, 0xaa, 0xce, 0xd9, 0xbd, 0xd5, 0xaf, 0x03, 0xf8, 0x1f, 0x56, + 0x55, 0x78, 0xff, 0x7d, 0x83, 0xee, 0x36, 0xe9, 0xb5, 0xb9, 0x4e, 0x20, 0x9a, 0xd7, 0x0a, 0x8c, + 0x89, 0x32, 0x3e, 0xaf, 0xa9, 0xd1, 0xc7, 0xe8, 0x84, 0xb6, 0x05, 0x01, 0x89, 0x66, 0xfd, 0x4c, + 0x5c, 0x21, 0xe9, 0x18, 0x27, 0x7b, 0x04, 0x73, 0x92, 0x3b, 0x23, 0xcb, 0x83, 0xcb, 0x3a, 0x6d, + 0xf5, 0xba, 0xa0, 0xa0, 0x5c, 0x17, 0xb0, 0x5b, 0x82, 0xab, 0xba, 0xf9, 0x3a, 0xcf, 0xf7, 0x65, + 0x54, 0x84, 0x96, 0xd4, 0x4b, 0x81, 0xc9, 0xe4, 0xab, 0xa1, 0x7b, 0x50, 0x32, 0x35, 0xa8, 0x18, + 0x50, 0xa4, 0xe5, 0x99, 0x47, 0xaa, 0xf8, 0xcd, 0x1c, 0x58, 0x9a, 0x27, 0x94, 0x16, 0x48, 0x4a, + 0x1e, 0x99, 0x77, 0x04, 0x63, 0xa3, 0xbe, 0x57, 0xcc, 0x17, 0xbe, 0x43, 0x0a, 0xd4, 0xa7, 0x5a, + 0x8c, 0xdb, 0xdd, 0x83, 0xd1, 0x4d, 0xfc, 0x75, 0xc4, 0x7e, 0x98, 0x2c, 0x4a, 0xbd, 0xa3, 0x0e, + 0xb0, 0xfa, 0x08, 0x54, 0x80, 0x11, 0x41, 0xe8, 0x7a, 0x66, 0x1f, 0x78, 0xff, 0xf7, 0xa0, 0x10, + 0xaf, 0xe3, 0x6b, 0x3f, 0x30, 0xa6, 0x16, 0x7d, 0x4d, 0x11, 0x0f, 0xa5, 0x15, 0xd8, 0x09, 0x7a, + 0xa7, 0xef, 0x3d, 0xfa, 0x08, 0x60, 0xc7, 0x0b, 0x9d, 0x4e, 0x8d, 0xda, 0xb8, 0x28, 0xe3, 0x67, + 0x81, 0x99, 0x42, 0x52, 0xda, 0x8c, 0xbf, 0x56, 0x55, 0x80, 0xad, 0x1f, 0xd0, 0x13, 0x69, 0xee, + 0xf4, 0xc9, 0x0e, 0x49, 0x0d, 0xae, 0xc7, 0x3c, 0x0f, 0xde, 0x80, 0x48, 0x08, 0x73, 0x64, 0xfa, + 0x65, 0x44, 0xae, 0x6f, 0x67, 0xd5, 0xff, 0x4d, 0x8e, 0xb9, 0x4b, 0xaa, 0xcd, 0xf2, 0x85, 0xae, + 0x01, 0x44, 0xa5, 0x31, 0x7f, 0x7c, 0x35, 0xc0, 0x18, 0x55, 0x5e, 0xa3, 0x00, 0x63, 0x81, 0xad, + 0xa0, 0x7d, 0xbb, 0x2b, 0xf9, 0x80, 0xba, 0x1b, 0xc8, 0xd6, 0x4f, 0x36, 0xef, 0xef, 0x0b, 0x1b, + 0xcd, 0x29, 0xf1, 0x5e, 0xc0, 0xac, 0x16, 0x83, 0x39, 0x0a, 0x2a, 0x1b, 0xc5, 0x9e, 0x1e, 0xaf, + 0x7e, 0xfa, 0xab, 0xa3, 0xf2, 0x87, 0xa7, 0x79, 0xc5, 0x25, 0x68, 0xee, 0xc8, 0xc7, 0x8a, 0xd6, + 0x3c, 0x0c, 0xd5, 0xec, 0x0d, 0xca, 0xaa, 0xec, 0x0d, 0xc9, 0xaa, 0xec, 0x0d, 0xeb, 0xbf, 0xe5, + 0xa1, 0xcc, 0xde, 0x2a, 0x53, 0x2f, 0x95, 0x48, 0x57, 0x52, 0xdc, 0x5e, 0x4e, 0x6a, 0x21, 0x88, + 0xbd, 0x45, 0xce, 0x9f, 0xe4, 0x2d, 0xf2, 0xff, 0xfd, 0xe6, 0x56, 0x55, 0x16, 0x5f, 0x2f, 0x32, + 0x0c, 0xb0, 0x5a, 0x93, 0x85, 0x20, 0xa5, 0x89, 0xa4, 0x49, 0x63, 0xf8, 0x0d, 0x4c, 0x1a, 0xf7, + 0x60, 0x94, 0xaa, 0x1e, 0xeb, 0xdb, 0xdc, 0xb7, 0x92, 0x6e, 0x4f, 0x1a, 0x56, 0xa0, 0xe9, 0xaa, + 0x51, 0x49, 0x04, 0x98, 0xf5, 0xb7, 0xf3, 0x70, 0x35, 0x7d, 0xce, 0x79, 0xdf, 0x56, 0xb4, 0x30, + 0xba, 0x19, 0xfe, 0x38, 0xf4, 0xec, 0x28, 0x61, 0x74, 0xe3, 0xa1, 0x73, 0xc5, 0x0b, 0x9f, 0xd8, + 0x6d, 0x98, 0xf6, 0xf0, 0x47, 0x04, 0x21, 0x67, 0x45, 0x5a, 0xf4, 0x2c, 0x5e, 0x86, 0xf6, 0x60, + 0x7e, 0xdb, 0x77, 0x5f, 0x3a, 0x21, 0x7e, 0x82, 0x5f, 0x6f, 0x7b, 0x1d, 0xb7, 0xf5, 0x7a, 0xb5, + 0xeb, 0xec, 0x75, 0x70, 0x9b, 0x3f, 0xdb, 0xba, 0x75, 0x7c, 0x54, 0x7e, 0xab, 0xc7, 0x40, 0xc8, + 0xc1, 0x6c, 0xf6, 0x28, 0x50, 0x13, 0x33, 0x28, 0x85, 0x68, 0x1a, 0x21, 0xeb, 0x5f, 0xe7, 0x60, + 0x81, 0x0a, 0xd4, 0xfc, 0x66, 0x41, 0x34, 0xfe, 0x46, 0x6e, 0x99, 0xea, 0x00, 0xf9, 0x5e, 0xa4, + 0x6e, 0x99, 0xda, 0x0b, 0x28, 0x5b, 0x03, 0x43, 0xeb, 0x30, 0xc1, 0x7f, 0x2b, 0xe6, 0xe3, 0x39, + 0x85, 0x61, 0xd1, 0xad, 0xce, 0xac, 0x47, 0x74, 0x63, 0x73, 0x62, 0x4d, 0xfa, 0x2e, 0x58, 0xc5, + 0xb5, 0x7e, 0x99, 0x87, 0xc5, 0x06, 0xf6, 0xdd, 0xe7, 0xaf, 0x53, 0x06, 0xb3, 0x05, 0xb3, 0xa2, + 0x88, 0x8e, 0x59, 0x3f, 0x62, 0x2c, 0xac, 0x8e, 0xe8, 0x6a, 0x40, 0x00, 0x9a, 0xf2, 0xc4, 0x19, + 0x11, 0x4f, 0xe1, 0x70, 0xf9, 0x2e, 0x8c, 0xc5, 0x22, 0x06, 0xd0, 0xf5, 0x17, 0x27, 0x54, 0x0f, + 0xca, 0x28, 0x8f, 0xea, 0x6f, 0xa5, 0x5f, 0x51, 0x72, 0x4b, 0xc2, 0xa0, 0x78, 0x2f, 0xf4, 0xc0, + 0x92, 0xc3, 0xea, 0x28, 0xb5, 0x86, 0x03, 0xbb, 0x76, 0xce, 0x4e, 0x6b, 0xa9, 0x3a, 0x01, 0xe3, + 0x15, 0x7a, 0xed, 0x4a, 0x14, 0xf7, 0xff, 0x91, 0x87, 0x25, 0xf1, 0x66, 0x27, 0x65, 0x9a, 0xbf, + 0x84, 0x79, 0x51, 0x54, 0xe9, 0x11, 0x81, 0x01, 0xb7, 0xf5, 0x99, 0x66, 0xa1, 0xad, 0xc4, 0x4c, + 0x3b, 0x1c, 0x26, 0x9a, 0xec, 0x34, 0xf4, 0xb3, 0x31, 0x88, 0x7e, 0x66, 0x8a, 0xdf, 0x40, 0x0d, + 0x93, 0x2a, 0xcf, 0xd4, 0x23, 0x37, 0xaa, 0xfc, 0xb3, 0x9d, 0x30, 0xa8, 0x0e, 0x7f, 0x53, 0x83, + 0xea, 0xda, 0xb9, 0xb8, 0x49, 0xb5, 0x3a, 0x0d, 0x93, 0x9b, 0xf8, 0x55, 0x34, 0xef, 0xbf, 0x9d, + 0x8b, 0x3d, 0x31, 0x24, 0x12, 0x06, 0x7b, 0x6b, 0x98, 0x8b, 0x42, 0x00, 0xd0, 0x27, 0x86, 0xaa, + 0x84, 0xc1, 0x40, 0xd7, 0x61, 0x94, 0xb9, 0xe8, 0xb6, 0x4f, 0xa0, 0x9b, 0xcb, 0xc7, 0x37, 0x2d, + 0x86, 0xc2, 0xd4, 0x74, 0x8e, 0x6f, 0x3d, 0x81, 0x6b, 0xdc, 0x43, 0x5c, 0x5f, 0x7c, 0xda, 0xd0, + 0x29, 0x3f, 0x5f, 0x96, 0x03, 0x4b, 0x8f, 0x70, 0x9c, 0xf5, 0x68, 0x8f, 0x93, 0x3e, 0x87, 0x19, + 0xad, 0x5c, 0x52, 0xa4, 0x52, 0xa9, 0xdc, 0x43, 0x92, 0x74, 0x1c, 0xda, 0xba, 0x6a, 0x6a, 0x42, + 0xed, 0xac, 0x85, 0x69, 0x8c, 0x2a, 0x3f, 0xba, 0x45, 0x0e, 0x4e, 0xc1, 0xf5, 0x6e, 0x29, 0xe7, + 0x9a, 0x71, 0x3c, 0x16, 0xc7, 0x47, 0x7c, 0x79, 0x65, 0xad, 0x35, 0x05, 0x13, 0x35, 0xaf, 0x1b, + 0xe2, 0xaf, 0xa9, 0xa8, 0x63, 0x4d, 0xc3, 0xa4, 0xa8, 0xea, 0xe0, 0x20, 0xb0, 0xfe, 0x68, 0x08, + 0x2c, 0x3e, 0xb1, 0x26, 0xeb, 0xa9, 0x98, 0x8f, 0xbd, 0x44, 0x67, 0xf9, 0x87, 0xea, 0x92, 0x6a, + 0x23, 0x8e, 0x6a, 0xd9, 0xce, 0xa3, 0x72, 0x5e, 0x2b, 0x2a, 0xd5, 0xc3, 0xf0, 0xc6, 0x47, 0xff, + 0xe3, 0x14, 0x36, 0xc9, 0x0e, 0x1b, 0x8d, 0x80, 0x9d, 0xc2, 0x26, 0x35, 0xba, 0x66, 0x96, 0x69, + 0x6b, 0xd3, 0xc0, 0x45, 0x0e, 0x24, 0xdf, 0x56, 0xca, 0x1a, 0xee, 0xc3, 0xc4, 0x0a, 0x9a, 0x89, + 0xac, 0x0f, 0x2a, 0x11, 0xb4, 0xab, 0xcf, 0x25, 0x3f, 0x8f, 0xc2, 0x6b, 0x43, 0xad, 0x62, 0x54, + 0x7b, 0x4a, 0x89, 0x9e, 0x44, 0x43, 0x83, 0x55, 0x2c, 0xe2, 0xbf, 0x2f, 0xfd, 0xf4, 0xc9, 0x87, + 0xd4, 0xed, 0x60, 0xfe, 0x28, 0x45, 0x2c, 0x4b, 0xdf, 0x7c, 0xfb, 0x9d, 0x3b, 0x11, 0x8f, 0xa6, + 0xb1, 0x47, 0x31, 0x47, 0x4f, 0xbb, 0x72, 0x31, 0xd1, 0xb7, 0x8e, 0x72, 0xe2, 0x75, 0x42, 0xe2, + 0x4a, 0xf8, 0xb4, 0x92, 0x64, 0x55, 0xbb, 0xc5, 0xcd, 0xa7, 0xdc, 0xe2, 0x6a, 0x77, 0x5e, 0xe1, + 0x80, 0x6b, 0xdd, 0xa1, 0x6f, 0x7e, 0x0d, 0xf4, 0x4f, 0xcf, 0xc3, 0x85, 0x6d, 0x67, 0xdf, 0xed, + 0x12, 0xde, 0x23, 0xe2, 0xe5, 0xa2, 0x4a, 0x22, 0xa3, 0x42, 0xb6, 0x1b, 0xac, 0x21, 0x65, 0xc2, + 0xb2, 0x1a, 0xdc, 0x3c, 0x9f, 0xf6, 0x62, 0x54, 0x0f, 0x61, 0xfe, 0x91, 0x66, 0xf5, 0x4f, 0x64, + 0xf7, 0xa0, 0xde, 0x7d, 0x5d, 0xaf, 0x1d, 0xcb, 0x32, 0x42, 0x2d, 0xe7, 0xc9, 0xb0, 0xef, 0x23, + 0x67, 0x1c, 0xf6, 0xfd, 0x47, 0x30, 0xf1, 0xa4, 0xbf, 0x27, 0x33, 0x58, 0x9c, 0x1f, 0x18, 0x56, + 0x9c, 0xae, 0xc1, 0x41, 0x7f, 0xcf, 0x9c, 0xc3, 0x42, 0x25, 0x66, 0x0c, 0x91, 0x3e, 0xfa, 0x6b, + 0x09, 0x91, 0x9e, 0x1a, 0x9d, 0x7f, 0xec, 0x5b, 0x89, 0xce, 0x6f, 0x08, 0x73, 0x3e, 0x7e, 0xf6, + 0x61, 0xce, 0xb5, 0x10, 0xe0, 0xf0, 0x0d, 0x43, 0x80, 0x57, 0x01, 0xc6, 0xfc, 0x28, 0x90, 0xf4, + 0x70, 0x61, 0xc4, 0xfa, 0x17, 0xa3, 0x30, 0xbb, 0xe1, 0x06, 0xa1, 0x38, 0x2f, 0x41, 0xf4, 0x31, + 0x9d, 0x14, 0x65, 0x8a, 0xb2, 0xcb, 0xe5, 0x5e, 0x56, 0xde, 0x8c, 0xe5, 0x57, 0xd2, 0x10, 0xd0, + 0x7b, 0xea, 0xdd, 0x4a, 0x5e, 0x09, 0xb3, 0x99, 0x4c, 0x8d, 0xa3, 0x5e, 0xba, 0xbc, 0xa3, 0x99, + 0xf6, 0x33, 0x6d, 0x21, 0x0f, 0xe2, 0xf6, 0x7e, 0x1e, 0x1f, 0x8b, 0x7e, 0x66, 0x74, 0xdb, 0x43, + 0x74, 0x11, 0xb0, 0x0b, 0xe7, 0x69, 0x30, 0x1b, 0xf1, 0x20, 0xf8, 0x6d, 0xce, 0x72, 0x4c, 0x93, + 0xc0, 0xc2, 0xde, 0xf0, 0xd7, 0xc0, 0x34, 0xf6, 0x53, 0x87, 0x16, 0xa8, 0x31, 0x6b, 0x18, 0x08, + 0xda, 0x81, 0x8b, 0xdb, 0x3e, 0x6e, 0x73, 0x4f, 0xd9, 0x9e, 0xcf, 0x15, 0x43, 0xf6, 0x32, 0x8f, + 0x86, 0x9c, 0xec, 0x89, 0xea, 0x26, 0x96, 0xf5, 0x2a, 0xcf, 0x36, 0xa0, 0xa3, 0x55, 0x98, 0xae, + 0x63, 0xc7, 0x6f, 0xbd, 0x78, 0x82, 0x5f, 0x93, 0x4f, 0x4d, 0x50, 0x1c, 0x8d, 0xe2, 0xb4, 0x06, + 0xb4, 0x86, 0x0c, 0x94, 0x56, 0xa9, 0x57, 0xee, 0x3a, 0x12, 0xfa, 0x01, 0x9c, 0xaf, 0x7b, 0x7e, + 0x58, 0x7d, 0x1d, 0xcb, 0x95, 0xc4, 0x0a, 0xab, 0x97, 0x45, 0xac, 0xda, 0xc0, 0xf3, 0xc3, 0xe6, + 0x9e, 0x3a, 0x6f, 0x1c, 0x0f, 0x3d, 0x24, 0x72, 0x2c, 0x91, 0xad, 0xa5, 0xd9, 0x86, 0x05, 0xc0, + 0xe0, 0xb2, 0x2a, 0x15, 0xc8, 0x4d, 0xb6, 0x9b, 0x18, 0x16, 0x7a, 0x0d, 0xb3, 0xfa, 0x69, 0x7a, + 0xe8, 0x76, 0x08, 0x0b, 0x02, 0x2d, 0xeb, 0x88, 0x09, 0xa4, 0x7a, 0x8b, 0xf7, 0xf2, 0x6a, 0xfc, + 0xcc, 0x3e, 0xa7, 0xf5, 0x6a, 0xe8, 0x6d, 0x13, 0x3e, 0x7a, 0x4a, 0x43, 0x05, 0xb3, 0x99, 0xa9, + 0x04, 0x22, 0x86, 0x34, 0x19, 0x04, 0x8d, 0x7d, 0xd7, 0xa7, 0x27, 0x92, 0xce, 0xa8, 0x13, 0xc4, + 0x43, 0x49, 0xdb, 0x09, 0x54, 0xb4, 0x0d, 0x17, 0x76, 0x03, 0xbc, 0xed, 0xe3, 0x97, 0x2e, 0x7e, + 0x25, 0xe8, 0x4d, 0x52, 0x7a, 0x74, 0xb9, 0x09, 0xbd, 0x1e, 0xab, 0x35, 0x11, 0x4c, 0x22, 0x97, + 0x3e, 0x82, 0x09, 0x65, 0xbf, 0x19, 0x9e, 0x96, 0xcf, 0xaa, 0x4f, 0xcb, 0xc7, 0xd5, 0x27, 0xe4, + 0x7f, 0x91, 0x63, 0xa6, 0x45, 0x65, 0x03, 0x73, 0x3b, 0xc5, 0x16, 0x8c, 0xcb, 0x42, 0xf9, 0x90, + 0x41, 0xc8, 0x3a, 0xb1, 0x6f, 0x25, 0x3b, 0x3e, 0xe2, 0x74, 0xab, 0xbd, 0x8d, 0x68, 0x7c, 0xbb, + 0xe6, 0xbe, 0xdf, 0x8a, 0x9e, 0x3c, 0xf2, 0xe7, 0x99, 0xbe, 0xd3, 0x3a, 0x88, 0xec, 0xad, 0x3f, + 0x25, 0xe7, 0x43, 0xad, 0xe0, 0x29, 0x9e, 0xe6, 0xf5, 0xfc, 0x3c, 0xbc, 0x52, 0x64, 0x09, 0x90, + 0x2f, 0x3f, 0x59, 0xb1, 0x7e, 0x70, 0x54, 0x04, 0xea, 0xfc, 0x3b, 0x63, 0xd9, 0xec, 0xc5, 0x9e, + 0xb1, 0x07, 0xef, 0x27, 0xdf, 0x9c, 0x51, 0x5e, 0x1c, 0xbd, 0x39, 0x53, 0xa7, 0x31, 0x7a, 0x7d, + 0xb6, 0x0b, 0x0b, 0x36, 0x3e, 0xf4, 0x5e, 0xe2, 0xb3, 0x25, 0xfb, 0x63, 0xb8, 0xac, 0x13, 0xdc, + 0xed, 0xb5, 0x69, 0xa8, 0x0e, 0x76, 0xeb, 0x6a, 0x0c, 0x9d, 0xc7, 0x11, 0x58, 0xe8, 0x3c, 0x16, + 0x4c, 0x89, 0xfc, 0xa9, 0xf2, 0x5b, 0x5a, 0x67, 0x79, 0xb0, 0xa8, 0x13, 0xaf, 0xb4, 0xdb, 0x34, + 0xea, 0x7f, 0xcb, 0xed, 0x39, 0xdd, 0x10, 0x6d, 0xc1, 0x84, 0xf2, 0x33, 0x26, 0x29, 0x29, 0x35, + 0x6c, 0xf5, 0x7b, 0x51, 0x81, 0x2a, 0xd1, 0x29, 0x70, 0x16, 0x86, 0x72, 0x7c, 0x7a, 0xc8, 0x94, + 0xa9, 0x6d, 0x56, 0x61, 0x4a, 0xf9, 0x29, 0x15, 0x0f, 0x1a, 0x16, 0x53, 0x69, 0x41, 0x9f, 0x30, + 0x1d, 0xc5, 0x6a, 0x41, 0xc9, 0x34, 0x69, 0x34, 0x84, 0xc4, 0x6b, 0xb4, 0x1a, 0x05, 0xa3, 0x18, + 0x7c, 0xdb, 0x3d, 0x93, 0x16, 0x88, 0xc2, 0xfa, 0x9b, 0xc3, 0xb0, 0xc0, 0x17, 0xe3, 0x2c, 0x57, + 0x1c, 0xfd, 0x0c, 0x26, 0x94, 0x35, 0xe6, 0x93, 0x7e, 0x55, 0x38, 0xc8, 0xa4, 0xed, 0x05, 0x26, + 0xd1, 0xf5, 0x69, 0x41, 0x33, 0xb6, 0xdc, 0x44, 0xa2, 0x53, 0xb7, 0x4d, 0x07, 0xa6, 0xf5, 0x85, + 0xe6, 0x42, 0xed, 0x75, 0x63, 0x23, 0x3a, 0xa8, 0x88, 0xc3, 0xd4, 0x6e, 0x1a, 0x97, 0x9b, 0x66, + 0xa5, 0xd2, 0x37, 0xd1, 0xd7, 0x70, 0x21, 0xb1, 0xca, 0x5c, 0x49, 0xbb, 0x69, 0x6c, 0x30, 0x01, + 0xcd, 0x62, 0x8f, 0xfb, 0xb4, 0x38, 0xb5, 0xd9, 0x64, 0x23, 0xa8, 0x0d, 0x93, 0xea, 0xc2, 0x73, + 0xa9, 0xfb, 0x5a, 0xc6, 0x54, 0x32, 0x40, 0x26, 0x14, 0xf1, 0xb9, 0xa4, 0x6b, 0xaf, 0x27, 0x72, + 0xd4, 0xa8, 0x56, 0xc7, 0xe0, 0x3c, 0xfb, 0x4d, 0x58, 0xc0, 0xb6, 0x8f, 0x03, 0xdc, 0x6d, 0x61, + 0xd5, 0xd7, 0xe9, 0x9b, 0xb2, 0x80, 0x7f, 0x95, 0x83, 0xa2, 0x89, 0x6e, 0x1d, 0x77, 0xdb, 0x68, + 0x1b, 0x0a, 0xf1, 0x86, 0xf8, 0xae, 0xb6, 0xc4, 0x57, 0x21, 0xbd, 0x4b, 0x44, 0x0a, 0x4f, 0x74, + 0x73, 0x13, 0x2e, 0x28, 0x65, 0xa7, 0x74, 0x2a, 0x4b, 0xa2, 0xaa, 0x8a, 0xf4, 0x1a, 0xf5, 0x9d, + 0x5b, 0xf1, 0x0e, 0x1d, 0xb7, 0x4b, 0x04, 0x44, 0x25, 0x6c, 0x04, 0x44, 0xa5, 0x7c, 0x6e, 0x98, + 0xb2, 0x49, 0x4b, 0x85, 0x83, 0xa5, 0x04, 0xb1, 0x3e, 0xa5, 0x1c, 0x9c, 0xab, 0x28, 0xec, 0x69, + 0x8f, 0x24, 0x76, 0x15, 0x46, 0x76, 0x36, 0xea, 0xb5, 0x0a, 0x7f, 0x28, 0xc4, 0x9e, 0x92, 0x76, + 0x82, 0x66, 0xcb, 0xb1, 0x59, 0x85, 0xf5, 0x09, 0x8d, 0x96, 0xc7, 0x63, 0xad, 0x49, 0xbc, 0x1b, + 0x30, 0xca, 0x8b, 0x38, 0x26, 0xbd, 0x9a, 0xee, 0x70, 0x28, 0x51, 0x67, 0x6d, 0x0b, 0xf9, 0xba, + 0x83, 0x9d, 0x40, 0xf9, 0x30, 0x7f, 0x48, 0x44, 0x71, 0x56, 0xc6, 0xbf, 0xcb, 0xd3, 0x32, 0x94, + 0x29, 0x2d, 0x66, 0xca, 0xb7, 0x80, 0xb1, 0xe5, 0x5f, 0xd6, 0x9f, 0xe5, 0x61, 0x56, 0x04, 0x8c, + 0xd1, 0x0c, 0x0b, 0x03, 0x43, 0x56, 0xfe, 0x50, 0x8f, 0xc9, 0x53, 0x93, 0x31, 0x79, 0xbe, 0x41, + 0xaa, 0x0c, 0x1e, 0xcd, 0xe7, 0x84, 0xcf, 0xe8, 0x9e, 0x48, 0xe9, 0x7b, 0x58, 0x93, 0xbe, 0x4d, + 0xe3, 0xd1, 0xa4, 0x6f, 0xba, 0x2c, 0x4c, 0xfa, 0x16, 0x32, 0xf7, 0x37, 0x11, 0x98, 0x3e, 0x24, + 0x5b, 0x4b, 0x6b, 0xf2, 0xa4, 0x2f, 0xac, 0x36, 0xe8, 0xa3, 0xfb, 0xad, 0xf5, 0x95, 0x1a, 0xd9, + 0xd3, 0xbc, 0xab, 0x62, 0x05, 0xee, 0x52, 0xaf, 0x39, 0x4e, 0x53, 0xdd, 0x98, 0x94, 0xc5, 0xf2, + 0x50, 0x13, 0x0a, 0x88, 0xf5, 0x40, 0x3e, 0xe1, 0x37, 0x50, 0x4b, 0x8b, 0xbf, 0xba, 0x49, 0x83, + 0x13, 0x3c, 0xa2, 0xeb, 0x75, 0x16, 0x9d, 0xf8, 0xc3, 0x1c, 0x8b, 0x76, 0x50, 0xdf, 0x52, 0x02, + 0xd2, 0x77, 0x9f, 0x7b, 0x8a, 0x5d, 0x55, 0x69, 0xe6, 0x89, 0xdb, 0x6d, 0xab, 0x76, 0x55, 0x9a, + 0x72, 0x90, 0x3f, 0x54, 0x6c, 0x1e, 0xb8, 0xdd, 0xb6, 0x1d, 0x87, 0x46, 0x1f, 0xc1, 0x94, 0x52, + 0x24, 0x3f, 0xd2, 0x2c, 0xd2, 0x9f, 0x8a, 0xee, 0xb6, 0x6d, 0x1d, 0xd2, 0xfa, 0xed, 0x3c, 0x2c, + 0x64, 0x24, 0x4c, 0xa1, 0x3a, 0x20, 0x35, 0x07, 0xc8, 0x99, 0xe2, 0x31, 0x92, 0xe9, 0xa3, 0x4c, + 0x8d, 0x47, 0x4a, 0x40, 0xf4, 0x29, 0x4c, 0xa8, 0xf9, 0x5b, 0xf2, 0x4a, 0x20, 0x6e, 0x73, 0xce, + 0x16, 0x15, 0x1c, 0x05, 0x00, 0x51, 0x4f, 0xf8, 0x3b, 0xe5, 0x3a, 0x91, 0x68, 0x94, 0xe4, 0x2f, + 0x67, 0x92, 0x85, 0x46, 0x69, 0xc6, 0xfa, 0xeb, 0x79, 0x58, 0xca, 0x98, 0x87, 0x3a, 0x0e, 0xff, + 0x4f, 0x4c, 0x45, 0x2c, 0x25, 0xcf, 0xd0, 0xb7, 0x94, 0x92, 0xc7, 0xfa, 0xfd, 0x3c, 0x5c, 0xda, + 0xed, 0x05, 0xd4, 0xb9, 0x75, 0xbd, 0xfb, 0x12, 0x77, 0x43, 0xcf, 0x7f, 0x4d, 0x9d, 0xf3, 0xd0, + 0x7b, 0x30, 0xb2, 0x86, 0x3b, 0x1d, 0x8f, 0x7f, 0xd6, 0xae, 0x08, 0x53, 0x77, 0x1c, 0x9a, 0x02, + 0xad, 0x9d, 0xb3, 0x19, 0x34, 0xfa, 0x08, 0xc6, 0xd7, 0xb0, 0xe3, 0x87, 0x7b, 0xd8, 0x11, 0x92, + 0xeb, 0x65, 0x8e, 0xaa, 0xa0, 0x70, 0x80, 0xb5, 0x73, 0x76, 0x04, 0x8d, 0x96, 0x61, 0x78, 0xdb, + 0xeb, 0xee, 0xcb, 0xd7, 0x6f, 0x29, 0x0d, 0x12, 0x98, 0xb5, 0x73, 0x36, 0x85, 0x45, 0x4f, 0x61, + 0xaa, 0xb2, 0x8f, 0xbb, 0xe1, 0x53, 0x1c, 0x3a, 0x6d, 0x27, 0x74, 0xb8, 0x84, 0x73, 0x23, 0x0d, + 0x59, 0x03, 0xa6, 0x69, 0x6e, 0xd5, 0x82, 0xea, 0x08, 0x0c, 0x3d, 0x0d, 0xf6, 0xad, 0xdf, 0xcb, + 0x41, 0x71, 0xc5, 0x7b, 0xd5, 0x35, 0x4e, 0xcc, 0x07, 0xfa, 0xc4, 0x08, 0x17, 0x6c, 0x03, 0x7c, + 0x6c, 0x6a, 0xde, 0x85, 0xe1, 0x6d, 0xb7, 0xbb, 0x1f, 0xfb, 0xa8, 0x1b, 0xf0, 0x08, 0x14, 0x1d, + 0xa1, 0xdb, 0xdd, 0x17, 0x5d, 0x7a, 0x07, 0xe6, 0x53, 0x20, 0xd1, 0xb4, 0x64, 0x6f, 0xc3, 0x94, + 0xad, 0xbd, 0x0d, 0x73, 0xc6, 0x49, 0x4b, 0x00, 0xfe, 0xf3, 0x9c, 0x61, 0xf5, 0x59, 0x5f, 0x8b, + 0x30, 0x2a, 0x02, 0xcd, 0xb2, 0xef, 0x80, 0xf8, 0x49, 0x9d, 0x43, 0xc5, 0xe9, 0xe0, 0xa1, 0x05, + 0xe5, 0x21, 0x68, 0x28, 0x8f, 0xfd, 0xd9, 0x1e, 0xfe, 0xf8, 0x1b, 0xec, 0x54, 0x49, 0x8b, 0xb4, + 0xb9, 0xe6, 0x05, 0x61, 0x57, 0xfa, 0x2e, 0xd8, 0xf2, 0xb7, 0xf5, 0xef, 0xf3, 0x34, 0x4c, 0x61, + 0xc6, 0x32, 0x93, 0x71, 0x6f, 0xd5, 0xf9, 0x38, 0xf2, 0x5b, 0x75, 0xb4, 0x08, 0xe3, 0x5b, 0x75, + 0x2d, 0x8e, 0xae, 0x1d, 0x15, 0xa0, 0xdb, 0x2c, 0xdf, 0x5a, 0xc5, 0x6f, 0xbd, 0x70, 0x43, 0xdc, + 0x0a, 0xfb, 0x3e, 0x67, 0x4e, 0x76, 0xa2, 0x1c, 0x59, 0x30, 0xf9, 0xa8, 0xe3, 0xee, 0xb5, 0x04, + 0x31, 0xd6, 0x39, 0xad, 0x0c, 0xdd, 0x84, 0x69, 0x9e, 0xd3, 0x91, 0x85, 0x19, 0xe6, 0x09, 0xcb, + 0xec, 0x58, 0x29, 0x69, 0xb7, 0xe6, 0x75, 0x43, 0xc7, 0xed, 0x62, 0xdf, 0xee, 0x77, 0x43, 0x97, + 0x67, 0xf8, 0x1e, 0xb7, 0x13, 0xe5, 0xe8, 0x5d, 0x98, 0x93, 0x65, 0x5b, 0x7e, 0xeb, 0x05, 0x0e, + 0x42, 0x9f, 0x86, 0x64, 0xa7, 0x4f, 0xc8, 0x6d, 0x73, 0x25, 0x6d, 0xa1, 0xe3, 0xf5, 0xdb, 0xab, + 0xdd, 0x97, 0xae, 0xef, 0xb1, 0x6c, 0x80, 0x63, 0xbc, 0x85, 0x58, 0xb9, 0xb5, 0x6d, 0x3c, 0x01, + 0xdf, 0x60, 0x73, 0x58, 0x35, 0x40, 0x49, 0x0e, 0x80, 0xbe, 0x07, 0xe3, 0xf5, 0xfa, 0x9a, 0x76, + 0xa3, 0x10, 0x37, 0xf2, 0xdb, 0x11, 0x84, 0xf5, 0x3e, 0x5c, 0x92, 0x44, 0x58, 0x8c, 0x4d, 0xc5, + 0x05, 0x9d, 0x27, 0x84, 0x91, 0x9e, 0xef, 0x51, 0x81, 0xf5, 0xe3, 0x04, 0x5e, 0xbd, 0x7f, 0x78, + 0xe8, 0xf8, 0xaf, 0x51, 0x45, 0xc7, 0x1b, 0x1a, 0xc8, 0xeb, 0xaa, 0xc3, 0xbf, 0x38, 0x2a, 0x9f, + 0x53, 0x89, 0xdb, 0x30, 0xab, 0x9d, 0x48, 0xd1, 0xa5, 0x52, 0xfc, 0x43, 0xa2, 0x1c, 0x95, 0x25, + 0x00, 0x1e, 0x84, 0x77, 0xc3, 0xdb, 0xe7, 0x9e, 0xc9, 0x4a, 0x89, 0xf5, 0x10, 0xe6, 0x62, 0x34, + 0xb9, 0x60, 0xf5, 0x3d, 0x90, 0xa2, 0x20, 0x25, 0x3a, 0x54, 0xbd, 0xf0, 0xab, 0xa3, 0xf2, 0x14, + 0xd9, 0x16, 0x77, 0xa2, 0x50, 0x5a, 0xe2, 0x2f, 0xeb, 0xa9, 0x2a, 0xb1, 0x57, 0x3a, 0xda, 0x9b, + 0x92, 0xfb, 0x70, 0x9e, 0x95, 0xc4, 0x02, 0xd6, 0xa8, 0xd0, 0x7c, 0xb4, 0x1c, 0xd0, 0x9a, 0xa3, + 0x7e, 0x63, 0xf4, 0x47, 0x25, 0xf2, 0x50, 0xb6, 0x76, 0x59, 0xf4, 0xc4, 0xa8, 0x58, 0x06, 0xc5, + 0x19, 0xae, 0x44, 0x9e, 0xd4, 0xc2, 0x2c, 0x29, 0xe0, 0xba, 0xde, 0xab, 0x0e, 0x6e, 0xef, 0xd3, + 0xdc, 0x33, 0xd5, 0x49, 0x6e, 0x96, 0x1c, 0x76, 0x08, 0x01, 0x8a, 0x66, 0x7d, 0x0e, 0x73, 0xb5, + 0x0e, 0x76, 0xfc, 0x78, 0x7b, 0xe8, 0x26, 0x8c, 0xd2, 0x32, 0xfd, 0x82, 0xcd, 0x21, 0x45, 0xf4, + 0x82, 0x8d, 0x57, 0x12, 0x21, 0x93, 0xc5, 0x11, 0x51, 0x87, 0x14, 0xc9, 0x77, 0x23, 0xf4, 0x77, + 0xcc, 0xeb, 0xc8, 0x30, 0x7a, 0x06, 0x67, 0x7d, 0x46, 0xaf, 0xb5, 0x4d, 0x69, 0x87, 0x4e, 0xe6, + 0x07, 0xf7, 0xff, 0xc1, 0x62, 0xa5, 0xd7, 0xc3, 0xdd, 0x76, 0x84, 0x48, 0xd4, 0xe0, 0x93, 0xf9, + 0x17, 0xa3, 0x0a, 0x8c, 0x50, 0x68, 0x69, 0x9a, 0xe0, 0xdd, 0x35, 0x74, 0x87, 0xc2, 0x71, 0x99, + 0x9b, 0x36, 0xc0, 0x30, 0xad, 0x36, 0xcc, 0xd7, 0xfb, 0x7b, 0x87, 0x2e, 0xcb, 0xf0, 0x43, 0x7d, + 0xf4, 0x45, 0xdb, 0xeb, 0x22, 0xe0, 0x2d, 0x9b, 0x8c, 0x5b, 0x51, 0x3a, 0x21, 0x7a, 0x57, 0xc8, + 0xfd, 0xf6, 0x5f, 0xde, 0xbf, 0x13, 0xa1, 0xd2, 0xcf, 0x21, 0x6b, 0x85, 0x56, 0xf3, 0xa0, 0xb8, + 0xd6, 0x45, 0xb8, 0xa0, 0xaa, 0x79, 0x6c, 0x87, 0xcc, 0xc1, 0x45, 0x5d, 0x7d, 0x63, 0xc5, 0x5f, + 0xc1, 0x2c, 0xb3, 0x4b, 0xb2, 0x08, 0x44, 0xcb, 0x51, 0xb0, 0x9d, 0x7c, 0x63, 0x39, 0x76, 0xc3, + 0x48, 0x9d, 0x44, 0x65, 0x6c, 0xb9, 0xc6, 0x32, 0x73, 0x4d, 0x7a, 0xb9, 0xac, 0x19, 0x09, 0xf2, + 0x8d, 0xe5, 0xea, 0x28, 0xd7, 0x3d, 0x08, 0x75, 0xb6, 0xfc, 0xbf, 0x16, 0xea, 0xcb, 0xd4, 0x1b, + 0x76, 0x0d, 0x3b, 0xf4, 0xe6, 0xda, 0xec, 0x53, 0x38, 0x0d, 0x79, 0xb7, 0x2d, 0x3e, 0x3d, 0x6e, + 0xdb, 0xfa, 0xd3, 0x1c, 0xdc, 0x62, 0x66, 0x0b, 0x33, 0x1e, 0xd5, 0x26, 0x52, 0x90, 0xd1, 0x87, + 0xc0, 0x92, 0x71, 0x70, 0xbb, 0xa3, 0xc5, 0x7b, 0x9e, 0x45, 0x89, 0x21, 0xa0, 0x0a, 0x4c, 0xaa, + 0x57, 0xdc, 0xb1, 0x37, 0xcb, 0x29, 0x76, 0x05, 0x7b, 0xe2, 0xf0, 0xb9, 0x23, 0xaf, 0xbd, 0x0f, + 0x60, 0x61, 0xf5, 0x6b, 0xb2, 0x21, 0x78, 0x60, 0x6b, 0x7e, 0x37, 0x10, 0xf9, 0xac, 0xcd, 0xec, + 0xf0, 0x1d, 0xa3, 0x7f, 0x1b, 0xe2, 0xc5, 0xe4, 0x9b, 0xc9, 0x49, 0xf8, 0x54, 0x05, 0x62, 0xdf, + 0x09, 0xad, 0xcc, 0xfa, 0x77, 0x39, 0x58, 0x34, 0xb7, 0xc6, 0x19, 0xcb, 0x3a, 0x5c, 0xa8, 0x39, + 0x5d, 0xaf, 0xeb, 0xb6, 0x9c, 0x4e, 0xbd, 0xf5, 0x02, 0xb7, 0xfb, 0x1d, 0x71, 0xf3, 0x2f, 0xb9, + 0x0c, 0x91, 0x01, 0x38, 0xba, 0x00, 0xb1, 0x93, 0x58, 0xe8, 0x7d, 0xb8, 0x44, 0xef, 0x5d, 0x19, + 0xef, 0xed, 0x60, 0x5f, 0xd2, 0x63, 0x3d, 0x4b, 0xa9, 0x45, 0xf7, 0xe0, 0x22, 0x13, 0x56, 0xda, + 0xbb, 0x5d, 0x37, 0x94, 0x48, 0x4c, 0x54, 0x30, 0x55, 0xdd, 0xbe, 0x0d, 0xe3, 0x5b, 0x3d, 0xcc, + 0x33, 0xdc, 0x8e, 0xc1, 0xf0, 0xfa, 0xe6, 0xfa, 0x0e, 0xcb, 0xaf, 0xb5, 0xbd, 0xbb, 0x53, 0xc8, + 0x21, 0x80, 0xf3, 0x2b, 0xab, 0x1b, 0xab, 0x3b, 0xab, 0x85, 0xfc, 0xed, 0xa6, 0xea, 0x1a, 0x80, + 0x16, 0x60, 0x7e, 0x65, 0xb5, 0xb1, 0x5e, 0x5b, 0x6d, 0xee, 0xfc, 0x70, 0x7b, 0xb5, 0xa9, 0xc7, + 0x7c, 0x99, 0x85, 0x82, 0x5a, 0xb9, 0xb3, 0xb5, 0xb3, 0x5d, 0xc8, 0xa1, 0x22, 0xcc, 0xaa, 0xa5, + 0xcf, 0x56, 0xab, 0x95, 0xdd, 0x9d, 0xb5, 0xcd, 0xc2, 0x90, 0x35, 0x3c, 0x96, 0x2f, 0xe4, 0x6f, + 0xff, 0x4c, 0xf3, 0x1b, 0x40, 0x8b, 0x50, 0xe4, 0xe0, 0xbb, 0xf5, 0xca, 0xa3, 0xf4, 0x26, 0x58, + 0xed, 0xd3, 0x87, 0x95, 0x42, 0x0e, 0x5d, 0x81, 0xcb, 0x5a, 0xe9, 0x76, 0xa5, 0x5e, 0x7f, 0xb6, + 0x65, 0xaf, 0x6c, 0xac, 0xd6, 0xeb, 0x85, 0xfc, 0xed, 0x86, 0x16, 0x27, 0x84, 0xb4, 0xf0, 0xf4, + 0x61, 0xa5, 0x69, 0xaf, 0x7e, 0xb1, 0xbb, 0x6e, 0xaf, 0xae, 0x24, 0x5b, 0xd0, 0x6a, 0x7f, 0xb8, + 0x5a, 0x2f, 0xe4, 0xd0, 0x45, 0x98, 0xd1, 0x4a, 0x37, 0xb7, 0x0a, 0xf9, 0xdb, 0x37, 0xf9, 0x13, + 0x24, 0x34, 0x0d, 0xb0, 0xb2, 0x5a, 0xaf, 0xad, 0x6e, 0xae, 0xac, 0x6f, 0x3e, 0x2a, 0x9c, 0x43, + 0x53, 0x30, 0x5e, 0x91, 0x3f, 0x73, 0xcb, 0x7f, 0xf7, 0x77, 0x73, 0x30, 0x41, 0x36, 0xb6, 0xb8, + 0x03, 0xfe, 0x4a, 0x11, 0x02, 0xf8, 0x82, 0xf2, 0x68, 0xda, 0xa9, 0x5f, 0x7c, 0xca, 0xe3, 0x4a, + 0x19, 0x32, 0x3e, 0x05, 0xb8, 0x95, 0xbb, 0x97, 0x43, 0x36, 0xb5, 0x6e, 0xc5, 0xa4, 0x0c, 0x49, + 0xd9, 0x2c, 0xb5, 0x94, 0x52, 0xaa, 0x85, 0x70, 0xf2, 0x18, 0xa6, 0xc8, 0xc7, 0x5f, 0xd6, 0xa2, + 0x85, 0x38, 0xbc, 0x22, 0x6f, 0x94, 0x16, 0xcd, 0x95, 0x32, 0xec, 0xdd, 0x24, 0xed, 0x5f, 0x10, + 0x3a, 0x5d, 0x22, 0x54, 0xcf, 0xa9, 0x89, 0xc9, 0xbb, 0x2d, 0xcc, 0xae, 0xf7, 0x4a, 0x17, 0x62, + 0xc5, 0x8d, 0xfb, 0xf7, 0x72, 0xa8, 0x4e, 0x9f, 0x49, 0x69, 0x52, 0x04, 0x12, 0x7e, 0x01, 0x49, + 0xf1, 0x82, 0xf5, 0xa6, 0x2c, 0x4d, 0x52, 0x29, 0xe2, 0xc7, 0x26, 0xa0, 0xe4, 0xc7, 0x19, 0x5d, + 0x8d, 0x96, 0xc2, 0xfc, 0xdd, 0x2e, 0x5d, 0x4a, 0xdc, 0x1b, 0xac, 0x12, 0xf6, 0x8c, 0x56, 0x61, + 0x9a, 0x3b, 0x73, 0x71, 0x71, 0x01, 0x65, 0x09, 0x1c, 0xa9, 0x64, 0x1e, 0xd1, 0x79, 0x92, 0x22, + 0x07, 0x2a, 0x45, 0xe3, 0x88, 0xcb, 0x21, 0xa5, 0x05, 0x63, 0x1d, 0x1f, 0xdf, 0x43, 0x98, 0xd6, + 0xa5, 0x17, 0x24, 0x16, 0xc8, 0x28, 0xd4, 0xa4, 0x76, 0xa8, 0x09, 0xf3, 0x4f, 0x1d, 0x97, 0x0a, + 0xf4, 0xdc, 0x3a, 0x2d, 0x6c, 0xcb, 0xa8, 0x9c, 0x61, 0x6c, 0xae, 0xe3, 0x6e, 0xbb, 0x34, 0xe8, + 0x81, 0x30, 0xdd, 0xb9, 0x75, 0xf1, 0x11, 0xd6, 0x6d, 0xf3, 0xc8, 0xd2, 0xa3, 0xfe, 0x9b, 0xae, + 0x5b, 0x4a, 0x69, 0x37, 0x84, 0xe8, 0x29, 0x95, 0x02, 0x62, 0x14, 0x95, 0x3d, 0x71, 0x6a, 0x72, + 0x45, 0xea, 0x52, 0x18, 0xba, 0xf1, 0xab, 0xbe, 0x00, 0xa5, 0x4c, 0x5c, 0x2a, 0xb1, 0x7b, 0x39, + 0xf4, 0x15, 0x58, 0x69, 0xe4, 0x9e, 0xb9, 0xe1, 0x0b, 0x7e, 0xd5, 0xbd, 0x60, 0x24, 0xc0, 0x0f, + 0x4a, 0x06, 0x75, 0x1b, 0x66, 0x4d, 0x97, 0x92, 0x72, 0x42, 0x33, 0x6e, 0x2c, 0x53, 0x77, 0x81, + 0x4d, 0x64, 0x99, 0x76, 0xfa, 0x22, 0x65, 0xdc, 0x89, 0xa5, 0xd2, 0xfc, 0x14, 0xa6, 0xc9, 0x2e, + 0x79, 0x82, 0x71, 0xaf, 0xd2, 0x71, 0x5f, 0xe2, 0x00, 0x89, 0xc7, 0xf3, 0xb2, 0x28, 0x0d, 0xf7, + 0x56, 0x0e, 0x7d, 0x87, 0xe7, 0x68, 0xe7, 0x6f, 0x3d, 0xc5, 0x53, 0x50, 0x5a, 0x56, 0x12, 0xbf, + 0x68, 0xe5, 0xbd, 0x1c, 0xfa, 0x3e, 0x8c, 0x3e, 0xc2, 0x21, 0xf5, 0xcb, 0xba, 0x26, 0xed, 0xf3, + 0xec, 0x2e, 0x7c, 0xbd, 0x2b, 0xbd, 0x56, 0x44, 0x87, 0xe3, 0x2a, 0x20, 0xba, 0x0b, 0xc0, 0x18, + 0x02, 0xa5, 0x10, 0xaf, 0x2e, 0x25, 0xba, 0x8d, 0x1e, 0x91, 0xef, 0x67, 0x07, 0x87, 0xf8, 0xa4, + 0x4d, 0xa6, 0xcd, 0xd1, 0x06, 0x4c, 0xcb, 0x48, 0x81, 0x9b, 0xd4, 0xb1, 0xd7, 0x8a, 0x11, 0x0b, + 0x4e, 0x41, 0xed, 0x63, 0x72, 0x2a, 0x98, 0xbd, 0x5c, 0x06, 0x16, 0x40, 0x69, 0xa1, 0x06, 0xe4, + 0x24, 0x32, 0x30, 0x05, 0x57, 0x26, 0x84, 0x97, 0xb8, 0xf1, 0x14, 0xf1, 0x31, 0x5c, 0x0c, 0x25, + 0xb5, 0x5d, 0x3d, 0xc8, 0x40, 0xc4, 0x73, 0xd3, 0x62, 0x23, 0x94, 0xae, 0x65, 0x40, 0x30, 0x76, + 0x47, 0x39, 0xc9, 0x0a, 0x51, 0x0f, 0x59, 0x33, 0x6a, 0xf2, 0x69, 0x61, 0x01, 0x4c, 0xe6, 0xe3, + 0x2e, 0xa1, 0x64, 0x15, 0xf9, 0xea, 0x69, 0x8f, 0xdb, 0xa3, 0xaf, 0x9e, 0x21, 0xfa, 0x40, 0xf4, + 0xd5, 0x33, 0xbe, 0x87, 0x7f, 0xc2, 0x14, 0x56, 0x2d, 0x05, 0x6d, 0x63, 0x19, 0x09, 0x27, 0x3d, + 0xad, 0x82, 0x1f, 0xec, 0x4b, 0xa6, 0xba, 0xc6, 0x83, 0x7b, 0x39, 0xb4, 0x0a, 0x17, 0xa5, 0x1f, + 0x76, 0x54, 0x85, 0x52, 0x10, 0x52, 0x37, 0xc1, 0xe7, 0x70, 0x91, 0x6f, 0x29, 0x8d, 0x4c, 0x41, + 0x72, 0x07, 0x6e, 0xb4, 0x4f, 0x25, 0xf0, 0x18, 0xe6, 0xea, 0xb1, 0x41, 0xb1, 0x2b, 0xe6, 0xcb, + 0x3a, 0x09, 0x25, 0x0f, 0x60, 0x2a, 0xad, 0x27, 0x80, 0x98, 0x4e, 0x28, 0xc8, 0xbd, 0x74, 0xf1, + 0x2b, 0x74, 0x25, 0x36, 0x24, 0x52, 0x48, 0xc1, 0x28, 0x7b, 0x49, 0x9b, 0x22, 0xb4, 0xc3, 0xf2, + 0x1f, 0xb0, 0x1c, 0x43, 0x4e, 0xcf, 0xd9, 0x73, 0x3b, 0x6e, 0xe8, 0x62, 0xb2, 0xc3, 0x54, 0x04, + 0xb5, 0x4a, 0x2c, 0xe3, 0xe5, 0x54, 0x08, 0xf4, 0x19, 0x4c, 0x3d, 0xc2, 0x61, 0x94, 0xea, 0x10, + 0xcd, 0x27, 0x92, 0x23, 0xf2, 0xa5, 0x13, 0xaf, 0x7e, 0xf4, 0xfc, 0x8a, 0xeb, 0x50, 0x60, 0xdc, + 0x51, 0x21, 0x71, 0x25, 0x41, 0x82, 0x83, 0x38, 0xbe, 0x73, 0x18, 0xa4, 0xce, 0xd6, 0x5d, 0x66, + 0xc3, 0x45, 0x62, 0xdb, 0xaa, 0xe2, 0xd7, 0x45, 0xad, 0x4c, 0x46, 0x69, 0x99, 0x33, 0xe6, 0xf8, + 0x43, 0xd7, 0xa3, 0x4f, 0x61, 0x6a, 0xe2, 0xbe, 0x12, 0x8a, 0xbf, 0xc9, 0x69, 0x3c, 0x40, 0x32, + 0x5c, 0xbc, 0x81, 0xe8, 0x4d, 0xed, 0x8b, 0x7d, 0x3a, 0xba, 0x9f, 0xc1, 0xb8, 0x4c, 0x16, 0x27, + 0xd9, 0x4a, 0x3c, 0xd5, 0x5e, 0xa9, 0x98, 0xac, 0xe0, 0x23, 0xfd, 0x94, 0xa5, 0x86, 0xd4, 0xf1, + 0xe3, 0xf9, 0xd4, 0x52, 0x27, 0xf6, 0x23, 0x98, 0x50, 0x32, 0xa9, 0xc9, 0x8d, 0x9c, 0xcc, 0xae, + 0x56, 0xd2, 0xf3, 0xe6, 0xdf, 0xcb, 0xa1, 0xbb, 0xf4, 0xd3, 0x42, 0x9d, 0xd2, 0xe7, 0x22, 0x34, + 0x25, 0xb7, 0x52, 0x0c, 0x05, 0x7d, 0x40, 0xdf, 0xee, 0xd7, 0xfa, 0xbe, 0x4f, 0x34, 0x44, 0x82, + 0x97, 0x26, 0x41, 0xc4, 0x10, 0x3f, 0xa3, 0xcc, 0x44, 0x41, 0x64, 0x77, 0xb6, 0x83, 0xb0, 0x59, + 0xec, 0xc7, 0x7b, 0x39, 0xf4, 0x00, 0xc6, 0x44, 0xe2, 0x55, 0x74, 0x49, 0xef, 0x6a, 0xfa, 0xf0, + 0x1e, 0x00, 0xb0, 0xc9, 0xa6, 0x3d, 0xd5, 0xab, 0x53, 0xa7, 0xf3, 0x01, 0xf9, 0x5e, 0xb6, 0x4f, + 0x89, 0xf4, 0x99, 0xf8, 0x66, 0x52, 0xa4, 0xa2, 0xb6, 0x84, 0xea, 0x74, 0xa6, 0xe1, 0x13, 0x81, + 0x57, 0xcb, 0x07, 0x1b, 0x09, 0xbc, 0xa6, 0x34, 0xb1, 0xa9, 0x74, 0xd6, 0xa1, 0x50, 0x69, 0x51, + 0x3e, 0x2e, 0xf3, 0x55, 0x49, 0x6d, 0x23, 0x5e, 0x21, 0x68, 0xcd, 0xc5, 0xd3, 0x5f, 0x6d, 0x60, + 0x87, 0x86, 0x33, 0x98, 0x97, 0x32, 0x41, 0xac, 0xca, 0x8c, 0x91, 0xa1, 0x5d, 0xcc, 0xd6, 0x88, + 0x3e, 0xd4, 0xf9, 0x66, 0x64, 0x3e, 0xa6, 0xbc, 0x4c, 0xc9, 0xe5, 0x75, 0x29, 0x8e, 0x2f, 0xf5, + 0x30, 0xe1, 0x2f, 0x23, 0x41, 0x2b, 0x30, 0xc3, 0x1f, 0x4f, 0xcb, 0x69, 0x49, 0xc3, 0x4e, 0x6b, + 0xfe, 0x03, 0x98, 0x5e, 0x25, 0xbc, 0xbe, 0xdf, 0x76, 0x59, 0x08, 0x17, 0xa4, 0xc7, 0xe4, 0x48, + 0x45, 0x5c, 0x13, 0xa9, 0x24, 0x95, 0x24, 0x57, 0xf2, 0x94, 0x26, 0xf3, 0x88, 0x95, 0x66, 0x05, + 0x59, 0x35, 0x1f, 0x16, 0xd7, 0x93, 0xe7, 0x53, 0xd2, 0x4a, 0xa1, 0x1b, 0x9a, 0xee, 0x97, 0x96, + 0x1b, 0xca, 0x20, 0xed, 0x7d, 0xa9, 0x04, 0xda, 0x4f, 0xa1, 0x99, 0x9d, 0x6f, 0x2a, 0x75, 0xdc, + 0x32, 0xe8, 0x82, 0x31, 0x2f, 0x14, 0x7a, 0x47, 0xa7, 0x9e, 0x91, 0x3b, 0x2a, 0xb5, 0x05, 0xaa, + 0x5b, 0xeb, 0x69, 0x8b, 0xd0, 0x52, 0x76, 0x76, 0x25, 0x45, 0xb7, 0x4e, 0xc9, 0x77, 0xf4, 0x98, + 0x6e, 0xb3, 0x28, 0x1a, 0x3f, 0x52, 0x35, 0xd5, 0x78, 0x32, 0x02, 0x29, 0x42, 0x99, 0x73, 0x17, + 0x3d, 0xa2, 0xec, 0x52, 0x89, 0xec, 0x9f, 0xca, 0xf0, 0xae, 0x98, 0xe8, 0x04, 0xca, 0xb7, 0x70, + 0x26, 0x96, 0x05, 0x48, 0x9a, 0x47, 0xcc, 0x79, 0x88, 0x4a, 0x4b, 0x69, 0xd5, 0x9c, 0x62, 0x5d, + 0x24, 0x83, 0x55, 0x46, 0xba, 0xa4, 0x7d, 0xa1, 0x92, 0x83, 0x2d, 0xa7, 0xd6, 0xcb, 0xb9, 0x2b, + 0xc4, 0xb3, 0x36, 0x48, 0xa2, 0x29, 0xe9, 0x1c, 0x32, 0x58, 0xe2, 0xac, 0xba, 0x35, 0x06, 0xce, + 0x60, 0x1a, 0x9d, 0x1d, 0x98, 0x33, 0x26, 0x59, 0x90, 0x62, 0x44, 0x56, 0x0a, 0x86, 0x54, 0xaa, + 0x18, 0x2e, 0x99, 0xf3, 0xac, 0xa0, 0xb7, 0x74, 0xd5, 0xdf, 0x9c, 0x75, 0xa2, 0x74, 0x63, 0x00, + 0x14, 0x9f, 0xd0, 0xaf, 0xe8, 0x67, 0x33, 0xd1, 0xc6, 0x35, 0xc5, 0x18, 0x90, 0xd2, 0x80, 0x95, + 0x05, 0x22, 0xf7, 0xc0, 0xac, 0x29, 0xcf, 0x53, 0xea, 0x14, 0x5f, 0x4f, 0xa7, 0x19, 0x6d, 0xac, + 0x86, 0x08, 0x75, 0x90, 0x3a, 0x33, 0x99, 0xf9, 0x38, 0x32, 0xb4, 0xc9, 0x92, 0xdc, 0x0f, 0x27, + 0xef, 0x72, 0xba, 0x65, 0x68, 0xd6, 0x94, 0x05, 0x26, 0x6e, 0xb8, 0x31, 0x25, 0xf9, 0x90, 0xd3, + 0x90, 0x99, 0x46, 0xa6, 0xc1, 0x8c, 0x38, 0x3a, 0x75, 0xd5, 0x88, 0x63, 0x24, 0x7d, 0x35, 0x1d, + 0x20, 0xda, 0x11, 0x86, 0x74, 0x56, 0x72, 0x47, 0xa4, 0x27, 0xd6, 0x92, 0x3b, 0x22, 0x2b, 0x1b, + 0x96, 0x2d, 0x0e, 0x5d, 0xca, 0xb4, 0x64, 0xe4, 0x3e, 0xc9, 0x50, 0xb9, 0x8a, 0xd1, 0xc2, 0xc5, + 0xba, 0x7d, 0xda, 0x65, 0xfb, 0x0a, 0x2e, 0xa7, 0xe6, 0x39, 0x41, 0x6f, 0x27, 0x0e, 0x74, 0xca, + 0x4c, 0xa4, 0xf7, 0x74, 0x4a, 0x4b, 0x51, 0x22, 0xad, 0x58, 0xb1, 0x6c, 0x28, 0x09, 0xd6, 0x6f, + 0x48, 0x95, 0xc2, 0x58, 0xbf, 0x92, 0xee, 0xe4, 0x24, 0xac, 0xdf, 0x94, 0x1d, 0x45, 0xf2, 0x54, + 0xa5, 0x5f, 0x42, 0xa4, 0x8b, 0x57, 0x9c, 0x86, 0xa7, 0x9e, 0xa4, 0x6b, 0x69, 0x74, 0x56, 0xa8, + 0xca, 0x21, 0xb2, 0x9f, 0xa0, 0xcb, 0xda, 0x34, 0x69, 0x9f, 0xdb, 0x92, 0x36, 0x38, 0xfd, 0x4b, + 0x5b, 0xa3, 0xe6, 0x62, 0x99, 0x6d, 0x25, 0xb5, 0x17, 0x0b, 0x49, 0x1a, 0x9a, 0xa9, 0x58, 0xce, + 0x02, 0xeb, 0xcd, 0x62, 0x7c, 0x72, 0xb4, 0x0e, 0xa5, 0x0f, 0x09, 0xa9, 0x53, 0x33, 0xa0, 0x4b, + 0xe9, 0xa2, 0xee, 0x45, 0xa6, 0x3c, 0xb0, 0x58, 0x64, 0xe2, 0x45, 0xe2, 0x25, 0x69, 0xf7, 0x52, + 0x4a, 0x33, 0xcc, 0x1c, 0xdb, 0xd4, 0xbb, 0xc8, 0x90, 0x38, 0x46, 0xf2, 0xd0, 0xcc, 0xbc, 0x32, + 0x06, 0x31, 0x4f, 0x72, 0xe5, 0x54, 0x8a, 0x99, 0x99, 0x64, 0x52, 0x7b, 0xfa, 0x53, 0x85, 0x2b, + 0x27, 0xd2, 0xc3, 0xa0, 0x5b, 0x71, 0x19, 0x2f, 0x2d, 0x83, 0x4c, 0x06, 0xd7, 0x9f, 0x35, 0x65, + 0x96, 0x51, 0x6c, 0xb7, 0xa9, 0x69, 0x67, 0x0c, 0xb3, 0x20, 0xd9, 0x5b, 0x0a, 0xb5, 0x8c, 0x3c, + 0x33, 0xa9, 0x3d, 0xfc, 0x91, 0xc2, 0xde, 0x62, 0xf9, 0x60, 0xa4, 0x51, 0x61, 0x40, 0xc2, 0x98, + 0x54, 0xda, 0x9b, 0xd4, 0x1f, 0x2d, 0x99, 0xcc, 0x45, 0xca, 0x2e, 0x59, 0xa9, 0x5e, 0x8c, 0xa6, + 0xdd, 0xb9, 0xe4, 0x10, 0x09, 0xbd, 0x4b, 0x31, 0xc3, 0xec, 0xa0, 0x8e, 0x49, 0x3e, 0x6c, 0x48, + 0x02, 0x13, 0xe3, 0xc3, 0xe9, 0x69, 0x62, 0x32, 0x34, 0xa6, 0x99, 0xba, 0xbb, 0xdf, 0x55, 0xf2, + 0xba, 0x48, 0x7d, 0x29, 0x99, 0x56, 0x46, 0xb2, 0x18, 0x53, 0x1a, 0x98, 0xad, 0xc8, 0x4f, 0x5d, + 0xcd, 0xd0, 0x81, 0x4a, 0xe9, 0x89, 0x49, 0x24, 0xbb, 0x31, 0xa6, 0xf4, 0x50, 0x08, 0xaa, 0xe9, + 0x31, 0x24, 0x41, 0x43, 0xa6, 0x0e, 0x49, 0xd0, 0x98, 0x4f, 0x83, 0x99, 0x60, 0x6c, 0xaf, 0x83, + 0x55, 0x13, 0x8c, 0x92, 0xdc, 0x22, 0x66, 0x0b, 0x41, 0x9f, 0x50, 0x4b, 0x48, 0xb6, 0xf9, 0x64, + 0x5e, 0xa7, 0x14, 0x71, 0xcb, 0x07, 0xe2, 0x32, 0x80, 0x36, 0xa8, 0x53, 0x1e, 0x6c, 0xdc, 0xa0, + 0x48, 0xba, 0x71, 0x43, 0xed, 0x68, 0xba, 0x9d, 0x74, 0x52, 0x0d, 0x8e, 0x2c, 0xe7, 0xca, 0x10, + 0xc1, 0x5d, 0xce, 0x95, 0x29, 0x2e, 0x3a, 0xd5, 0x81, 0x77, 0x84, 0x26, 0x1f, 0xd1, 0xbb, 0x92, + 0x19, 0xd8, 0xbc, 0xb4, 0x94, 0x1d, 0x0d, 0x9c, 0xdf, 0xe3, 0x15, 0xe2, 0xf1, 0x9b, 0x91, 0x29, + 0x2e, 0xbd, 0x12, 0x16, 0x5b, 0x6a, 0x43, 0xa9, 0x81, 0x9f, 0xb7, 0x85, 0xb1, 0x5a, 0xa7, 0x9b, + 0x12, 0x9d, 0x5c, 0x25, 0x9d, 0x2d, 0xa0, 0x44, 0xa1, 0x9c, 0x55, 0xdd, 0x34, 0x11, 0x2a, 0x5a, + 0x15, 0x50, 0x0c, 0xd1, 0x9f, 0x5d, 0xf1, 0xae, 0xd1, 0x9c, 0x21, 0xe5, 0x1d, 0x5d, 0xd7, 0xcb, + 0x08, 0xf2, 0x31, 0xf0, 0xa6, 0x14, 0xfd, 0x44, 0x64, 0x42, 0x4d, 0x66, 0x02, 0xb8, 0x11, 0x33, + 0xbb, 0x9a, 0xc3, 0x42, 0x94, 0xb2, 0x12, 0x0d, 0xa0, 0xa7, 0xf4, 0x8a, 0x7d, 0x6b, 0x7d, 0xa5, + 0xc6, 0x3d, 0xba, 0x3c, 0x3f, 0x71, 0x6d, 0xf5, 0xcc, 0x0d, 0x5f, 0xb0, 0xd4, 0x18, 0x0a, 0xf7, + 0x61, 0x20, 0x1a, 0x62, 0xe3, 0x01, 0xaa, 0x53, 0xc9, 0x5d, 0x2b, 0x35, 0xdc, 0x5c, 0x19, 0x08, + 0x96, 0xcc, 0x04, 0x69, 0x32, 0x2f, 0x2a, 0x18, 0x90, 0x83, 0xa7, 0x77, 0x33, 0xa5, 0x0f, 0x59, + 0xf2, 0x05, 0xdb, 0x36, 0x66, 0x32, 0x27, 0x65, 0xdf, 0x8f, 0x60, 0x8e, 0x4d, 0x78, 0xec, 0x11, + 0x89, 0xd6, 0x1f, 0xa5, 0xbc, 0x94, 0x52, 0x8e, 0x36, 0xa9, 0xe7, 0x46, 0xbc, 0x54, 0xd1, 0x62, + 0xcc, 0xaf, 0x54, 0x52, 0xe9, 0xb1, 0xa5, 0x24, 0x62, 0xfb, 0x1b, 0x2d, 0xa5, 0x86, 0xd8, 0x58, + 0xe6, 0x4b, 0xa9, 0x95, 0x9e, 0x6e, 0x29, 0x63, 0x04, 0xf5, 0xa5, 0xd4, 0xbb, 0x99, 0xd2, 0x87, + 0xc1, 0x4b, 0x69, 0x26, 0x73, 0xea, 0xa5, 0x8c, 0xbd, 0xe0, 0xd1, 0xfa, 0x63, 0x5a, 0xca, 0x38, + 0x3c, 0x5b, 0xca, 0x78, 0x69, 0x4c, 0x21, 0xcd, 0x58, 0xca, 0x38, 0xe6, 0x17, 0x94, 0x1e, 0x7b, + 0x22, 0x74, 0xaa, 0xc5, 0x14, 0xc1, 0x2b, 0x62, 0xa8, 0x8d, 0x07, 0xe8, 0x19, 0xb5, 0x86, 0xc4, + 0xca, 0x4f, 0xb6, 0xa0, 0x8b, 0x69, 0x44, 0xe9, 0x92, 0xae, 0x0b, 0x39, 0x2b, 0xde, 0xdd, 0xd4, + 0xbe, 0x64, 0xad, 0x07, 0x5b, 0xd6, 0x38, 0xa9, 0xd3, 0x2e, 0xec, 0x53, 0xc1, 0x34, 0x13, 0xaf, + 0xac, 0x62, 0xbd, 0x52, 0x17, 0x37, 0xb5, 0x06, 0xed, 0x50, 0x5b, 0x4f, 0xb2, 0x5c, 0xb1, 0x13, + 0xa5, 0x3d, 0xe7, 0x1a, 0x48, 0x35, 0xf1, 0x6c, 0x4b, 0xa5, 0x9a, 0xf6, 0xa6, 0x4b, 0x52, 0x4d, + 0x62, 0xaf, 0xd0, 0x63, 0xbb, 0xe3, 0x13, 0x35, 0xa9, 0x9d, 0xd4, 0xa1, 0xf4, 0xf9, 0x13, 0x37, + 0x9a, 0x3a, 0x78, 0x63, 0x19, 0xad, 0xd3, 0x0d, 0xa8, 0x17, 0x67, 0x29, 0x99, 0x66, 0x32, 0x74, + 0x7f, 0xac, 0x49, 0x6f, 0x58, 0xbd, 0x4f, 0x69, 0x6d, 0xa7, 0x77, 0x4a, 0x6a, 0xe0, 0x27, 0x1c, + 0x5d, 0xda, 0xee, 0x60, 0x52, 0x20, 0x53, 0x78, 0x07, 0xcd, 0x4c, 0xdc, 0x3f, 0x17, 0xfd, 0x00, + 0xc6, 0x05, 0xf2, 0xe0, 0x09, 0x89, 0x63, 0xd3, 0x09, 0xf9, 0x0c, 0x26, 0x14, 0xf7, 0x60, 0x94, + 0xd6, 0x52, 0x86, 0x48, 0x39, 0xa1, 0x38, 0x2f, 0x9f, 0x1e, 0x7f, 0x05, 0xa6, 0x34, 0xe7, 0x67, + 0x29, 0x08, 0x99, 0x5c, 0xa2, 0xb3, 0xa8, 0x68, 0x4e, 0xce, 0x92, 0x8a, 0xc9, 0xf5, 0x39, 0x5b, + 0x28, 0x53, 0x1e, 0x72, 0x2a, 0x42, 0x59, 0xf2, 0x45, 0xa9, 0x22, 0x94, 0x99, 0xde, 0x7e, 0x7e, + 0x1f, 0x26, 0xf8, 0xf6, 0xc8, 0x5c, 0xd9, 0x74, 0x6d, 0x79, 0x4e, 0xf1, 0x19, 0xec, 0xb7, 0xdd, + 0xb0, 0xe6, 0x75, 0x9f, 0xbb, 0xfb, 0x03, 0x17, 0x39, 0x89, 0xd2, 0x58, 0x46, 0x0d, 0x1a, 0x96, + 0x5b, 0x04, 0x4b, 0xc7, 0xe1, 0x2b, 0xcf, 0x3f, 0x70, 0xbb, 0xfb, 0x03, 0x48, 0x5e, 0xd5, 0x49, + 0xc6, 0xf1, 0x18, 0xdd, 0x7a, 0x3a, 0xdd, 0x81, 0xf8, 0x19, 0xda, 0xf2, 0x22, 0xbd, 0xb7, 0x3f, + 0x6d, 0x8f, 0xd3, 0x6f, 0x0e, 0x2e, 0x47, 0xde, 0x76, 0x36, 0x6e, 0x79, 0x7e, 0x7b, 0x30, 0xb1, + 0xb2, 0xee, 0xdb, 0x16, 0x43, 0x6b, 0x2c, 0x13, 0xaa, 0xf5, 0x54, 0xaa, 0x83, 0xb0, 0x33, 0xbe, + 0x16, 0x0b, 0x74, 0xec, 0xa7, 0xec, 0x6d, 0xfa, 0xc9, 0x20, 0x1c, 0x98, 0x70, 0xfa, 0x6d, 0x1f, + 0x3f, 0xc7, 0x3e, 0x75, 0x99, 0x1c, 0xe4, 0x2c, 0xa8, 0x83, 0x37, 0x96, 0x09, 0x95, 0x7a, 0x82, + 0x4a, 0x1a, 0x74, 0x96, 0xa0, 0x44, 0x87, 0x76, 0xc2, 0xde, 0xa4, 0x91, 0xf9, 0x90, 0xda, 0x2c, + 0x77, 0xd7, 0x07, 0xcc, 0x88, 0x70, 0xe2, 0x15, 0x80, 0x8d, 0xfb, 0x04, 0xb3, 0xae, 0x60, 0x26, + 0x21, 0x52, 0xdb, 0xfc, 0x81, 0x30, 0x4e, 0x0e, 0x6c, 0x36, 0xdd, 0x1b, 0x61, 0x5c, 0xa6, 0x0c, + 0x41, 0x8a, 0x5a, 0xaf, 0x25, 0xc4, 0x28, 0x4d, 0xa9, 0x2e, 0x83, 0x01, 0xaa, 0x30, 0x29, 0x5a, + 0x4d, 0x9d, 0xa1, 0xdc, 0x8b, 0x1a, 0x73, 0x6a, 0xc4, 0x49, 0x30, 0xb3, 0xc4, 0x86, 0xd7, 0x3a, + 0x50, 0xcd, 0x12, 0x4a, 0x2e, 0x86, 0x92, 0x9e, 0x29, 0x81, 0x7f, 0x90, 0x68, 0xba, 0x04, 0xd5, + 0x41, 0x43, 0xcd, 0xc6, 0xa0, 0x9a, 0x25, 0xf4, 0xbc, 0x11, 0xd2, 0x2c, 0x41, 0x1b, 0xd4, 0x29, + 0x0f, 0x36, 0x4b, 0x50, 0x24, 0xdd, 0x2c, 0xa1, 0x76, 0x34, 0x9d, 0x5d, 0xa0, 0x64, 0xe2, 0x08, + 0x29, 0xf0, 0xa6, 0xe6, 0x94, 0xc8, 0xf0, 0xbd, 0xb8, 0x68, 0xc8, 0x75, 0x23, 0xd5, 0xfd, 0xf4, + 0x3c, 0x38, 0x25, 0xdd, 0x91, 0xe0, 0x5e, 0x0e, 0x6d, 0xd2, 0x5c, 0xe9, 0x9c, 0x81, 0xd9, 0x38, + 0x08, 0x7d, 0x97, 0xbe, 0x53, 0x4a, 0xff, 0x5a, 0x0b, 0xf9, 0xd6, 0x80, 0xd3, 0x78, 0x97, 0xd0, + 0xab, 0x9b, 0xe9, 0x65, 0xe2, 0x65, 0x58, 0x74, 0xb8, 0xf9, 0xef, 0x34, 0x5d, 0x4c, 0xdf, 0xe2, + 0xa3, 0xec, 0xd6, 0x3b, 0x1d, 0xb5, 0x10, 0xc5, 0x3a, 0xe4, 0x12, 0xfb, 0x1d, 0x38, 0xcf, 0x90, + 0x52, 0xbf, 0x91, 0x93, 0x2a, 0x0e, 0xba, 0x2f, 0x5c, 0xb4, 0x08, 0x8a, 0x56, 0x95, 0xda, 0xaf, + 0xfb, 0x30, 0xce, 0x6c, 0xf9, 0x27, 0x47, 0xf9, 0x44, 0x38, 0x72, 0x65, 0x75, 0x2c, 0xdd, 0xb7, + 0x71, 0x4a, 0xbd, 0xf0, 0x3e, 0xfd, 0x44, 0x7e, 0x9f, 0xde, 0xa7, 0x08, 0xb3, 0x65, 0x3a, 0xfe, + 0x5c, 0x2c, 0x3a, 0x20, 0x9f, 0x52, 0xc6, 0x20, 0x65, 0xd2, 0xa8, 0xb4, 0xee, 0x5f, 0x48, 0x60, + 0xa3, 0x4f, 0xc4, 0xf3, 0x01, 0x89, 0x9c, 0x04, 0xca, 0x98, 0xb3, 0x69, 0x36, 0xcd, 0x6f, 0x82, + 0x2c, 0x19, 0xec, 0xc0, 0x6e, 0x9f, 0xe4, 0xde, 0x67, 0xf0, 0xd4, 0xa5, 0x51, 0xd9, 0xa2, 0x82, + 0x57, 0x22, 0x6e, 0x65, 0x3a, 0xa1, 0xa5, 0xf4, 0x50, 0x97, 0x74, 0x31, 0x1e, 0x53, 0xc5, 0x2a, + 0x99, 0x00, 0x2c, 0x6d, 0x78, 0x19, 0xa1, 0x33, 0x23, 0x4d, 0x32, 0x49, 0x2e, 0x03, 0x2d, 0x4b, + 0x31, 0x65, 0x0b, 0x76, 0x36, 0xe4, 0xd6, 0x85, 0x03, 0xd2, 0xc9, 0x07, 0x9b, 0x21, 0x04, 0x19, + 0x6e, 0x9a, 0x06, 0xae, 0x45, 0x1a, 0xb9, 0x9f, 0x50, 0xf9, 0xcf, 0x9c, 0xf5, 0x27, 0x95, 0xd8, + 0x2d, 0xe5, 0xb2, 0x32, 0x3b, 0x5f, 0xd0, 0x01, 0x7d, 0x97, 0x61, 0x8e, 0xec, 0x79, 0x73, 0x00, + 0x15, 0x31, 0x13, 0x6f, 0x0f, 0x84, 0x93, 0xf7, 0x16, 0x0b, 0xec, 0x0b, 0x6b, 0x6e, 0x6f, 0x40, + 0xa4, 0x52, 0xc3, 0x55, 0x52, 0x4a, 0x4a, 0x1d, 0x41, 0x50, 0xf7, 0xee, 0xca, 0x1c, 0x43, 0xda, + 0xf4, 0x7f, 0x01, 0xe5, 0xe8, 0x46, 0xf6, 0x74, 0x8b, 0x90, 0x2e, 0xd1, 0xa3, 0x64, 0xa2, 0x21, + 0x94, 0x15, 0xf3, 0xb1, 0x74, 0x2d, 0x6d, 0x86, 0x03, 0xe5, 0xaa, 0x9f, 0xfb, 0x92, 0xc4, 0x62, + 0xdc, 0xa6, 0x45, 0xcb, 0xcd, 0xb0, 0x1d, 0xf1, 0x87, 0x2a, 0x67, 0x42, 0x28, 0xb9, 0xda, 0xa7, + 0x27, 0x24, 0x2f, 0x4c, 0x63, 0x84, 0xac, 0x8c, 0xe5, 0x3d, 0x8d, 0x3f, 0x48, 0x7c, 0x29, 0x4e, + 0xbb, 0xa0, 0x4e, 0xf4, 0x38, 0x23, 0x99, 0x0d, 0x49, 0xca, 0x72, 0xa9, 0x99, 0x99, 0xe4, 0xea, + 0x66, 0xa4, 0x52, 0xaa, 0x91, 0x63, 0xca, 0x9a, 0xd0, 0x52, 0xb1, 0xd4, 0xec, 0x8d, 0xc8, 0xea, + 0x60, 0xc8, 0xd1, 0x52, 0x02, 0x51, 0x69, 0x6f, 0xa0, 0x3a, 0x94, 0xd8, 0x16, 0x31, 0xbd, 0x39, + 0x97, 0x1e, 0xf5, 0xa6, 0xca, 0x0c, 0xed, 0xa2, 0x0e, 0x25, 0xb6, 0x5d, 0xce, 0x92, 0x68, 0x93, + 0xa6, 0xdd, 0x33, 0x52, 0xbc, 0xa1, 0x3c, 0x4b, 0x4c, 0x7f, 0xc9, 0x5f, 0xca, 0x6e, 0x18, 0xfd, + 0x18, 0xe6, 0x8c, 0x4f, 0xf9, 0xe5, 0x9d, 0x76, 0xd6, 0x43, 0xff, 0x41, 0xc4, 0x0f, 0xa0, 0x98, + 0x96, 0x37, 0x25, 0xf2, 0xf0, 0xcf, 0x4e, 0x66, 0x23, 0x79, 0xea, 0xc0, 0x04, 0x2c, 0x9b, 0x30, + 0x6b, 0xca, 0x45, 0x22, 0x0f, 0x47, 0x46, 0xa2, 0x12, 0xe3, 0x33, 0x82, 0x6d, 0x98, 0x33, 0xe6, + 0x03, 0x91, 0x33, 0x93, 0x95, 0x2d, 0xc4, 0x48, 0xf1, 0x4b, 0x98, 0x4f, 0x49, 0x7e, 0x11, 0x5d, + 0xbc, 0x65, 0x26, 0xc7, 0xc8, 0x70, 0x00, 0x28, 0xa5, 0xe7, 0x55, 0x90, 0x7e, 0x1f, 0x03, 0x53, + 0x2f, 0x94, 0x8c, 0xc9, 0x66, 0xd0, 0x0e, 0xdd, 0x84, 0xa6, 0x44, 0x0b, 0xea, 0x26, 0xcc, 0x48, + 0xc4, 0x90, 0xf2, 0xfc, 0x63, 0x3e, 0x25, 0xb7, 0x42, 0x06, 0xd5, 0x13, 0xf4, 0x76, 0x53, 0xf0, + 0x7f, 0x3d, 0xd8, 0x7e, 0xcc, 0x97, 0xd0, 0x18, 0x89, 0xdf, 0xd8, 0x4f, 0xe5, 0xb9, 0x71, 0xa7, + 0x93, 0x21, 0x06, 0x21, 0xf5, 0xbd, 0x31, 0x81, 0x6c, 0xdc, 0x27, 0x4a, 0x84, 0x8a, 0x9b, 0xc5, + 0x51, 0x13, 0xc8, 0x54, 0xf0, 0xfc, 0x18, 0x26, 0xeb, 0x6a, 0xe3, 0x86, 0x46, 0x52, 0x37, 0x85, + 0xf4, 0xb2, 0x1f, 0xdc, 0xf7, 0x81, 0xb7, 0x62, 0x95, 0x4e, 0xe7, 0x44, 0xa3, 0x48, 0xb5, 0xc9, + 0x6a, 0xc1, 0x88, 0x25, 0xa7, 0x36, 0xc5, 0xd8, 0x96, 0x36, 0x59, 0x73, 0xfc, 0xe2, 0x55, 0x3a, + 0xa5, 0x51, 0x28, 0xc7, 0x0c, 0x1d, 0x5c, 0x6e, 0x22, 0x43, 0xc4, 0xc8, 0x27, 0xea, 0x43, 0x70, + 0x16, 0x00, 0x32, 0xc3, 0x88, 0x18, 0x7f, 0x00, 0x1e, 0x8b, 0x18, 0xd9, 0x80, 0xa2, 0x08, 0xc5, + 0xc6, 0x82, 0xa1, 0x45, 0xc1, 0x9f, 0x22, 0xd7, 0xa8, 0xf4, 0x58, 0x6d, 0x19, 0xf3, 0x56, 0x88, + 0x87, 0x39, 0x91, 0x96, 0xa3, 0x94, 0xf8, 0x27, 0x19, 0xbb, 0x01, 0xa2, 0x60, 0x26, 0xd2, 0x3e, + 0x93, 0x88, 0x6f, 0x52, 0xba, 0x6c, 0xa8, 0x91, 0x92, 0xd5, 0xa4, 0x1a, 0xfa, 0x44, 0x7a, 0x8e, + 0x18, 0xe2, 0xa1, 0x94, 0x16, 0x8c, 0x75, 0x9c, 0x50, 0x08, 0x0b, 0x19, 0x69, 0x07, 0xa5, 0xb4, + 0x3a, 0x38, 0x3d, 0x62, 0xe9, 0xf6, 0x49, 0x40, 0x79, 0xab, 0x58, 0x86, 0x56, 0x4c, 0x42, 0xa1, + 0xb7, 0x0d, 0xae, 0xbe, 0xa6, 0x8c, 0x7e, 0xa5, 0x41, 0x19, 0x0f, 0xd1, 0x33, 0x58, 0x8c, 0xb9, + 0x22, 0xeb, 0x2d, 0x0d, 0x22, 0x90, 0xba, 0x82, 0xcf, 0x60, 0x91, 0xbf, 0x8d, 0x3e, 0x63, 0xc2, + 0x7b, 0xb0, 0x98, 0x95, 0xcb, 0x10, 0xdd, 0x36, 0xbb, 0x1b, 0x1b, 0xa7, 0x27, 0x5d, 0x74, 0xbd, + 0x9a, 0x74, 0x3b, 0x8e, 0xad, 0xfb, 0x69, 0xd9, 0xca, 0x53, 0x98, 0xd6, 0xf3, 0x18, 0x22, 0x95, + 0x75, 0x24, 0xb2, 0x2a, 0x96, 0xae, 0xa4, 0xd4, 0xf2, 0xfd, 0xf1, 0x19, 0x65, 0xf4, 0xb2, 0x42, + 0x8d, 0x97, 0x10, 0xcf, 0x13, 0x58, 0x32, 0xa4, 0x5c, 0x40, 0xdf, 0x87, 0x99, 0xe8, 0x7d, 0x1b, + 0x23, 0x61, 0x00, 0xcb, 0xb0, 0x17, 0xcd, 0x44, 0x2f, 0xdd, 0x4e, 0x8f, 0xbe, 0x26, 0xb8, 0x7d, + 0x84, 0x7e, 0x25, 0xe1, 0x81, 0xad, 0x8d, 0xe1, 0x24, 0x4c, 0x5f, 0x99, 0xdb, 0xd3, 0xae, 0x4e, + 0x8b, 0x1e, 0x37, 0x73, 0x4c, 0x1f, 0xf5, 0xb8, 0x65, 0xc6, 0x1d, 0x92, 0x12, 0x66, 0x0a, 0x9d, + 0x0e, 0x5c, 0x1b, 0x18, 0x85, 0x08, 0xdd, 0xd5, 0x22, 0x0b, 0x0c, 0x8e, 0x57, 0x94, 0xf5, 0x4c, + 0xc1, 0x14, 0xcc, 0x47, 0xf2, 0xf8, 0x8c, 0xb8, 0x42, 0xf2, 0x99, 0x42, 0x66, 0x34, 0xa0, 0x2f, + 0x69, 0xdc, 0x55, 0xfe, 0x91, 0xa1, 0xb1, 0x32, 0x70, 0xd7, 0xe9, 0xb6, 0xf0, 0x80, 0xeb, 0x8a, + 0x6b, 0xfa, 0x25, 0x5d, 0x02, 0x91, 0xca, 0xf9, 0x4b, 0x5c, 0x3b, 0x49, 0x23, 0x3e, 0x98, 0x48, + 0xda, 0xbc, 0x54, 0x57, 0x7e, 0xf1, 0x97, 0x4b, 0xb9, 0x5f, 0xfc, 0x72, 0x29, 0xf7, 0x6f, 0x7f, + 0xb9, 0x94, 0xfb, 0x2f, 0xbf, 0x5c, 0xca, 0xfd, 0x68, 0xf9, 0x64, 0xa1, 0x12, 0x5b, 0x1d, 0x17, + 0x77, 0xc3, 0xbb, 0x8c, 0xdc, 0x79, 0xfa, 0xdf, 0x83, 0xff, 0x1d, 0x00, 0x00, 0xff, 0xff, 0x87, + 0x9b, 0xbd, 0x71, 0x8b, 0xcf, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. @@ -33411,6 +33425,27 @@ func (m *PaginatedResource_DatabaseService) MarshalToSizedBuffer(dAtA []byte) (i } return len(dAtA) - i, nil } +func (m *PaginatedResource_UserGroup) MarshalTo(dAtA []byte) (int, error) { + size := m.Size() + return m.MarshalToSizedBuffer(dAtA[:size]) +} + +func (m *PaginatedResource_UserGroup) MarshalToSizedBuffer(dAtA []byte) (int, error) { + i := len(dAtA) + if m.UserGroup != nil { + { + size, err := m.UserGroup.MarshalToSizedBuffer(dAtA[:i]) + if err != nil { + return 0, err + } + i -= size + i = encodeVarintAuthservice(dAtA, i, uint64(size)) + } + i-- + dAtA[i] = 0x52 + } + return len(dAtA) - i, nil +} func (m *ListResourcesRequest) Marshal() (dAtA []byte, err error) { size := m.Size() dAtA = make([]byte, size) @@ -33839,12 +33874,12 @@ func (m *SessionTrackerUpdateExpiry) MarshalToSizedBuffer(dAtA []byte) (int, err copy(dAtA[i:], m.XXX_unrecognized) } if m.Expires != nil { - n130, err130 := github_com_gogo_protobuf_types.StdTimeMarshalTo(*m.Expires, dAtA[i-github_com_gogo_protobuf_types.SizeOfStdTime(*m.Expires):]) - if err130 != nil { - return 0, err130 + n131, err131 := github_com_gogo_protobuf_types.StdTimeMarshalTo(*m.Expires, dAtA[i-github_com_gogo_protobuf_types.SizeOfStdTime(*m.Expires):]) + if err131 != nil { + return 0, err131 } - i -= n130 - i = encodeVarintAuthservice(dAtA, i, uint64(n130)) + i -= n131 + i = encodeVarintAuthservice(dAtA, i, uint64(n131)) i-- dAtA[i] = 0xa } @@ -40008,6 +40043,18 @@ func (m *PaginatedResource_DatabaseService) Size() (n int) { } return n } +func (m *PaginatedResource_UserGroup) Size() (n int) { + if m == nil { + return 0 + } + var l int + _ = l + if m.UserGroup != nil { + l = m.UserGroup.Size() + n += 1 + l + sovAuthservice(uint64(l)) + } + return n +} func (m *ListResourcesRequest) Size() (n int) { if m == nil { return 0 @@ -61216,6 +61263,41 @@ func (m *PaginatedResource) Unmarshal(dAtA []byte) error { } m.Resource = &PaginatedResource_DatabaseService{v} iNdEx = postIndex + case 10: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field UserGroup", wireType) + } + var msglen int + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowAuthservice + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + msglen |= int(b&0x7F) << shift + if b < 0x80 { + break + } + } + if msglen < 0 { + return ErrInvalidLengthAuthservice + } + postIndex := iNdEx + msglen + if postIndex < 0 { + return ErrInvalidLengthAuthservice + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + v := &types.UserGroupV1{} + if err := v.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { + return err + } + m.Resource = &PaginatedResource_UserGroup{v} + iNdEx = postIndex default: iNdEx = preIndex skippy, err := skipAuthservice(dAtA[iNdEx:]) diff --git a/api/proto/teleport/legacy/client/proto/authservice.proto b/api/proto/teleport/legacy/client/proto/authservice.proto index 0254c3541c12e..73df04cfd3512 100644 --- a/api/proto/teleport/legacy/client/proto/authservice.proto +++ b/api/proto/teleport/legacy/client/proto/authservice.proto @@ -1804,6 +1804,8 @@ message PaginatedResource { types.WindowsDesktopServiceV3 WindowsDesktopService = 8 [(gogoproto.jsontag) = "windows_desktop_service,omitempty"]; // DatabaseService represents a DatabaseService resource. types.DatabaseServiceV1 DatabaseService = 9 [(gogoproto.jsontag) = "database_service,omitempty"]; + // UserGroup represents a UserGroup resource. + types.UserGroupV1 UserGroup = 10 [(gogoproto.jsontag) = "user_group,omitempty"]; } } diff --git a/api/types/resource.go b/api/types/resource.go index 8f956c7872789..34bf5d2e422f8 100644 --- a/api/types/resource.go +++ b/api/types/resource.go @@ -245,6 +245,19 @@ func (r ResourcesWithLabels) AsKubeServers() ([]KubeServer, error) { return servers, nil } +// AsUserGroups converts each resource into type UserGroup. +func (r ResourcesWithLabels) AsUserGroups() ([]UserGroup, error) { + userGroups := make([]UserGroup, 0, len(r)) + for _, resource := range r { + userGroup, ok := resource.(UserGroup) + if !ok { + return nil, trace.BadParameter("expected types.UserGroup, got: %T", resource) + } + userGroups = append(userGroups, userGroup) + } + return userGroups, nil +} + // GetVersion returns resource version func (h *ResourceHeader) GetVersion() string { return h.Version diff --git a/api/types/role.go b/api/types/role.go index 175e2fb61562e..5b51424f1f65a 100644 --- a/api/types/role.go +++ b/api/types/role.go @@ -992,6 +992,7 @@ func (r *RoleV6) CheckAndSetDefaults() error { r.Spec.Allow.KubernetesLabels, r.Spec.Allow.DatabaseLabels, r.Spec.Allow.WindowsDesktopLabels, + r.Spec.Allow.GroupLabels, } { if err := checkWildcardSelector(labels); err != nil { return trace.Wrap(err) diff --git a/api/types/usergroup.go b/api/types/usergroup.go index a1ade161f9ce0..8c4e22c757263 100644 --- a/api/types/usergroup.go +++ b/api/types/usergroup.go @@ -18,6 +18,7 @@ package types import ( "fmt" + "sort" "github.com/gravitational/trace" @@ -85,6 +86,30 @@ func (g UserGroups) AsResources() []ResourceWithLabels { return resources } +// SortByCustom custom sorts by given sort criteria. +func (g UserGroups) SortByCustom(sortBy SortBy) error { + if sortBy.Field == "" { + return nil + } + + isDesc := sortBy.IsDesc + switch sortBy.Field { + case ResourceMetadataName: + sort.SliceStable(g, func(i, j int) bool { + return stringCompare(g[i].GetName(), g[j].GetName(), isDesc) + }) + case ResourceSpecDescription: + sort.SliceStable(g, func(i, j int) bool { + return stringCompare(g[i].GetMetadata().Description, g[j].GetMetadata().Description, isDesc) + }) + + default: + return trace.NotImplemented("sorting by field %q for resource %q is not supported", sortBy.Field, KindKubeServer) + } + + return nil +} + // Len returns the slice length. func (g UserGroups) Len() int { return len(g) } diff --git a/lib/auth/auth_with_roles.go b/lib/auth/auth_with_roles.go index bd94dd9c9234e..5b613a730a560 100644 --- a/lib/auth/auth_with_roles.go +++ b/lib/auth/auth_with_roles.go @@ -1615,7 +1615,7 @@ func (a *ServerWithRoles) ListResources(ctx context.Context, req proto.ListResou // https://github.com/gravitational/teleport/pull/1224 actionVerbs = []string{types.VerbList} - case types.KindDatabaseServer, types.KindDatabaseService, types.KindAppServer, types.KindKubeServer, types.KindWindowsDesktop, types.KindWindowsDesktopService: + case types.KindDatabaseServer, types.KindDatabaseService, types.KindAppServer, types.KindKubeServer, types.KindWindowsDesktop, types.KindWindowsDesktopService, types.KindUserGroup: default: return nil, trace.NotImplemented("resource type %s does not support pagination", req.ResourceType) @@ -1713,15 +1713,23 @@ func (r resourceChecker) CanAccess(resource types.Resource) error { return r.CheckAccess(rr, state) case types.WindowsDesktopService: return r.CheckAccess(rr, state) - default: - return trace.BadParameter("could not check access to resource type %T", r) + case types.UserGroup: + // Because usergroup only has ResourceWithLabels, it looks like this will match + // everything. To get around this, we'll match on it last and then double check + // that the kind is equal to usergroup. If it's not, we'll fall through and return + // the bad parameter as expected. + if rr.GetKind() == types.KindUserGroup { + return r.CheckAccess(rr, state) + } } + + return trace.BadParameter("could not check access to resource type %T", r) } // newResourceAccessChecker creates a resourceAccessChecker for the provided resource type func (a *ServerWithRoles) newResourceAccessChecker(resource string) (resourceAccessChecker, error) { switch resource { - case types.KindAppServer, types.KindDatabaseServer, types.KindDatabaseService, types.KindWindowsDesktop, types.KindWindowsDesktopService, types.KindNode, types.KindKubeServer: + case types.KindAppServer, types.KindDatabaseServer, types.KindDatabaseService, types.KindWindowsDesktop, types.KindWindowsDesktopService, types.KindNode, types.KindKubeServer, types.KindUserGroup: return &resourceChecker{AccessChecker: a.context.Checker}, nil default: return nil, trace.BadParameter("could not check access to resource type %s", resource) @@ -1812,6 +1820,29 @@ func (a *ServerWithRoles) listResourcesWithSort(ctx context.Context, req proto.L return nil, trace.Wrap(err) } resources = desktops.AsResources() + case types.KindUserGroup: + var allUserGroups types.UserGroups + userGroups, nextKey, err := a.ListUserGroups(ctx, int(req.Limit), "") + for { + if err != nil { + return nil, trace.Wrap(err) + } + + for _, ug := range userGroups { + allUserGroups = append(allUserGroups, ug) + } + + if nextKey == "" { + break + } + + userGroups, nextKey, err = a.ListUserGroups(ctx, int(req.Limit), nextKey) + } + + if err := allUserGroups.SortByCustom(req.SortBy); err != nil { + return nil, trace.Wrap(err) + } + resources = allUserGroups.AsResources() default: return nil, trace.NotImplemented("resource type %q is not supported for listResourcesWithSort", req.ResourceType) @@ -5829,13 +5860,57 @@ func (a *ServerWithRoles) DeleteAllSAMLIdPServiceProviders(ctx context.Context) return trace.Wrap(err) } +func (a *ServerWithRoles) checkAccessToUserGroup(userGroup types.UserGroup) error { + return a.context.Checker.CheckAccess( + userGroup, + // MFA is not required for operations on user group resources. + services.AccessState{MFAVerified: true}) +} + // ListUserGroups returns a paginated list of user group resources. func (a *ServerWithRoles) ListUserGroups(ctx context.Context, pageSize int, nextToken string) ([]types.UserGroup, string, error) { if err := a.action(apidefaults.Namespace, types.KindUserGroup, types.VerbList); err != nil { return nil, "", trace.Wrap(err) } - return a.authServer.ListUserGroups(ctx, pageSize, nextToken) + // We have to set a default here. + if pageSize == 0 { + pageSize = local.GroupMaxPageSize + } + + // Because access to user groups is determined by label, we'll need to calculate the entire list of + // user groups and then check access to those user groups. + var filteredUserGroups []types.UserGroup + + // Use the default page size since we're assembling our pages manually here. + userGroups, nextToken, err := a.authServer.ListUserGroups(ctx, 0, nextToken) + for { + if err != nil { + return nil, "", trace.Wrap(err) + } + + for _, userGroup := range userGroups { + err := a.checkAccessToUserGroup(userGroup) + if err != nil && !trace.IsAccessDenied(err) { + return nil, "", trace.Wrap(err) + } else if err == nil { + filteredUserGroups = append(filteredUserGroups, userGroup) + } + } + + if nextToken == "" { + break + } + + userGroups, nextToken, err = a.authServer.ListUserGroups(ctx, 0, nextToken) + } + + numUserGroups := len(filteredUserGroups) + if numUserGroups <= pageSize { + return filteredUserGroups, "", nil + } + + return filteredUserGroups[:pageSize], backend.NextPaginationKey(filteredUserGroups[pageSize-1]), nil } // GetUserGroup returns the specified user group resources. @@ -5844,25 +5919,47 @@ func (a *ServerWithRoles) GetUserGroup(ctx context.Context, name string) (types. return nil, trace.Wrap(err) } - return a.authServer.GetUserGroup(ctx, name) + userGroup, err := a.authServer.GetUserGroup(ctx, name) + if err != nil { + return nil, trace.Wrap(err) + } + + if err := a.checkAccessToUserGroup(userGroup); err != nil { + return nil, trace.Wrap(err) + } + + return userGroup, nil } // CreateUserGroup creates a new user group resource. -func (a *ServerWithRoles) CreateUserGroup(ctx context.Context, g types.UserGroup) error { +func (a *ServerWithRoles) CreateUserGroup(ctx context.Context, userGroup types.UserGroup) error { if err := a.action(apidefaults.Namespace, types.KindUserGroup, types.VerbCreate); err != nil { return trace.Wrap(err) } - return a.authServer.CreateUserGroup(ctx, g) + if err := a.checkAccessToUserGroup(userGroup); err != nil { + return trace.Wrap(err) + } + + return a.authServer.CreateUserGroup(ctx, userGroup) } // UpdateUserGroup updates an existing user group resource. -func (a *ServerWithRoles) UpdateUserGroup(ctx context.Context, g types.UserGroup) error { +func (a *ServerWithRoles) UpdateUserGroup(ctx context.Context, userGroup types.UserGroup) error { if err := a.action(apidefaults.Namespace, types.KindUserGroup, types.VerbUpdate); err != nil { return trace.Wrap(err) } - return a.authServer.UpdateUserGroup(ctx, g) + previousUserGroup, err := a.authServer.GetUserGroup(ctx, userGroup.GetName()) + if err != nil { + return trace.Wrap(err) + } + + if err := a.checkAccessToUserGroup(previousUserGroup); err != nil { + return trace.Wrap(err) + } + + return a.authServer.UpdateUserGroup(ctx, userGroup) } // DeleteUserGroup removes the specified user group resource. @@ -5871,6 +5968,15 @@ func (a *ServerWithRoles) DeleteUserGroup(ctx context.Context, name string) erro return trace.Wrap(err) } + previousUserGroup, err := a.authServer.GetUserGroup(ctx, name) + if err != nil { + return trace.Wrap(err) + } + + if err := a.checkAccessToUserGroup(previousUserGroup); err != nil { + return trace.Wrap(err) + } + return a.authServer.DeleteUserGroup(ctx, name) } diff --git a/lib/auth/auth_with_roles_test.go b/lib/auth/auth_with_roles_test.go index ae04b409ef3c2..fd5b41dcca99d 100644 --- a/lib/auth/auth_with_roles_test.go +++ b/lib/auth/auth_with_roles_test.go @@ -3069,6 +3069,142 @@ func createKubeServer(t *testing.T, s *ServerWithRoles, clusterNames []string, h } } +func TestListResources_KindUserGroup(t *testing.T) { + t.Parallel() + ctx := context.Background() + srv, err := NewTestAuthServer(TestAuthServerConfig{Dir: t.TempDir()}) + require.NoError(t, err) + + role, err := types.NewRole("test-role", types.RoleSpecV6{ + Allow: types.RoleConditions{ + GroupLabels: types.Labels{ + "label": []string{"value"}, + }, + Rules: []types.Rule{ + { + Resources: []string{types.KindUserGroup}, + Verbs: []string{types.VerbCreate, types.VerbRead, types.VerbList}, + }, + }, + }, + }) + require.NoError(t, err) + require.NoError(t, srv.AuthServer.UpsertRole(ctx, role)) + + user, err := types.NewUser("test-user") + require.NoError(t, err) + user.AddRole(role.GetName()) + require.NoError(t, srv.AuthServer.UpsertUser(user)) + + // Create the admin context so that we can create all the user groups we need. + authContext, err := srv.Authorizer.Authorize(authz.ContextWithUser(ctx, TestBuiltin(types.RoleAdmin).I)) + require.NoError(t, err) + + s := &ServerWithRoles{ + authServer: srv.AuthServer, + alog: srv.AuditLog, + context: *authContext, + } + + // Add user groups. + testUg1 := createUserGroup(t, s, "c", map[string]string{"label": "value"}) + testUg2 := createUserGroup(t, s, "a", map[string]string{"label": "value"}) + testUg3 := createUserGroup(t, s, "b", map[string]string{"label": "value"}) + + // This user group should never should up because the user doesn't have group label access to it. + _ = createUserGroup(t, s, "d", map[string]string{"inaccessible": "value"}) + + authContext, err = srv.Authorizer.Authorize(authz.ContextWithUser(ctx, TestUser(user.GetName()).I)) + require.NoError(t, err) + + s = &ServerWithRoles{ + authServer: srv.AuthServer, + alog: srv.AuditLog, + context: *authContext, + } + + // Test create. + userGroups, _, err := s.ListUserGroups(ctx, 0, "") + require.NoError(t, err) + require.Len(t, userGroups, 3) + + t.Run("fetch all", func(t *testing.T) { + t.Parallel() + + res, err := s.ListResources(ctx, proto.ListResourcesRequest{ + ResourceType: types.KindUserGroup, + Limit: 10, + }) + require.NoError(t, err) + require.Len(t, res.Resources, 3) + require.Empty(t, res.NextKey) + require.Equal(t, 0, res.TotalCount) // TotalCount is 0 because this is not using fake pagination. + + userGroups, err := types.ResourcesWithLabels(res.Resources).AsUserGroups() + require.NoError(t, err) + require.ElementsMatch(t, []types.UserGroup{testUg1, testUg2, testUg3}, userGroups) + }) + + t.Run("start keys", func(t *testing.T) { + t.Parallel() + + // First fetch. + res, err := s.ListResources(ctx, proto.ListResourcesRequest{ + ResourceType: types.KindUserGroup, + Limit: 1, + }) + require.NoError(t, err) + require.Len(t, res.Resources, 1) + require.Equal(t, testUg3.GetName(), res.NextKey) + + // Second fetch. + res, err = s.ListResources(ctx, proto.ListResourcesRequest{ + ResourceType: types.KindUserGroup, + Limit: 1, + StartKey: res.NextKey, + }) + require.NoError(t, err) + require.Len(t, res.Resources, 1) + require.Equal(t, testUg1.GetName(), res.NextKey) + }) + + t.Run("fetch with sort and total count", func(t *testing.T) { + t.Parallel() + res, err := s.ListResources(ctx, proto.ListResourcesRequest{ + ResourceType: types.KindUserGroup, + Limit: 10, + SortBy: types.SortBy{ + IsDesc: true, + Field: types.ResourceMetadataName, + }, + NeedTotalCount: true, + }) + require.NoError(t, err) + require.Empty(t, res.NextKey) + require.Len(t, res.Resources, 3) + require.Equal(t, res.TotalCount, 3) + + userGroups, err := types.ResourcesWithLabels(res.Resources).AsUserGroups() + require.NoError(t, err) + names := make([]string, 3) + for i, userGroup := range userGroups { + names[i] = userGroup.GetName() + } + require.IsDecreasing(t, names) + }) +} + +func createUserGroup(t *testing.T, s *ServerWithRoles, name string, labels map[string]string) types.UserGroup { + userGroup, err := types.NewUserGroup(types.Metadata{ + Name: name, + Labels: labels, + }) + require.NoError(t, err) + err = s.CreateUserGroup(context.Background(), userGroup) + require.NoError(t, err) + return userGroup +} + func TestDeleteUserAppSessions(t *testing.T) { ctx := context.Background() diff --git a/lib/auth/grpcserver.go b/lib/auth/grpcserver.go index e67b1b4de9030..37fba51589275 100644 --- a/lib/auth/grpcserver.go +++ b/lib/auth/grpcserver.go @@ -4215,6 +4215,13 @@ func (g *GRPCServer) ListResources(ctx context.Context, req *proto.ListResources } protoResource = &proto.PaginatedResource{Resource: &proto.PaginatedResource_KubeCluster{KubeCluster: cluster}} + case types.KindUserGroup: + userGroup, ok := resource.(*types.UserGroupV1) + if !ok { + return nil, trace.BadParameter("user group has invalid type %T", resource) + } + + protoResource = &proto.PaginatedResource{Resource: &proto.PaginatedResource_UserGroup{UserGroup: userGroup}} default: return nil, trace.NotImplemented("resource type %s doesn't support pagination", req.ResourceType) } diff --git a/lib/services/local/presence.go b/lib/services/local/presence.go index 02270c9e70bc3..287d992f78a89 100644 --- a/lib/services/local/presence.go +++ b/lib/services/local/presence.go @@ -1379,6 +1379,28 @@ func (s *PresenceService) GetHostUserInteractionTime(ctx context.Context, name s return t, nil } +// GetUserGroups returns all registered user groups. +func (s *PresenceService) GetUserGroups(ctx context.Context, opts ...services.MarshalOption) ([]types.UserGroup, error) { + startKey := backend.Key(userGroupPrefix) + result, err := s.GetRange(ctx, startKey, backend.RangeEnd(startKey), backend.NoLimit) + if err != nil { + return nil, trace.Wrap(err) + } + userGroups := make([]types.UserGroup, len(result.Items)) + for i, item := range result.Items { + server, err := services.UnmarshalUserGroup( + item.Value, + services.AddOptions(opts, + services.WithResourceID(item.ID), + services.WithExpires(item.Expires))...) + if err != nil { + return nil, trace.Wrap(err) + } + userGroups[i] = server + } + return userGroups, nil +} + // ListResources returns a paginated list of resources. // It implements various filtering for scenarios where the call comes directly // here (without passing through the RBAC). @@ -1418,6 +1440,9 @@ func (s *PresenceService) listResources(ctx context.Context, req proto.ListResou case types.KindKubeServer: keyPrefix = []string{kubeServersPrefix} unmarshalItemFunc = backendItemToKubernetesServer + case types.KindUserGroup: + keyPrefix = []string{userGroupPrefix} + unmarshalItemFunc = backendItemToUserGroup default: return nil, trace.NotImplemented("%s not implemented at ListResources", req.ResourceType) } @@ -1546,6 +1571,17 @@ func (s *PresenceService) listResourcesWithSort(ctx context.Context, req proto.L return nil, trace.Wrap(err) } resources = kubeServers.AsResources() + case types.KindUserGroup: + userGroups, err := s.GetUserGroups(ctx) + if err != nil { + return nil, trace.Wrap(err) + } + + sortedUserGroups := types.UserGroups(userGroups) + if err := sortedUserGroups.SortByCustom(req.SortBy); err != nil { + return nil, trace.Wrap(err) + } + resources = sortedUserGroups.AsResources() default: return nil, trace.NotImplemented("resource type %q is not supported for ListResourcesWithSort", req.ResourceType) @@ -1675,6 +1711,16 @@ func backendItemToWindowsDesktopService(item backend.Item) (types.ResourceWithLa ) } +// backendItemToUserGroup unmarshals `backend.Item` into a +// `types.UserGroup`, returning it as a `types.ResourceWithLabels`. +func backendItemToUserGroup(item backend.Item) (types.ResourceWithLabels, error) { + return services.UnmarshalUserGroup( + item.Value, + services.WithResourceID(item.ID), + services.WithExpires(item.Expires), + ) +} + const ( reverseTunnelsPrefix = "reverseTunnels" tunnelConnectionsPrefix = "tunnelConnections" diff --git a/lib/services/local/usergroup.go b/lib/services/local/usergroup.go index 408ae484fc213..944d37ff62f91 100644 --- a/lib/services/local/usergroup.go +++ b/lib/services/local/usergroup.go @@ -27,7 +27,8 @@ import ( "github.com/gravitational/teleport/lib/services/local/generic" ) -const groupMaxPageSize = 200 +// GroupMaxPageSize is the max page size of the group. +const GroupMaxPageSize = 200 // UserGroupService manages user groups in the Backend. type UserGroupService struct { @@ -38,7 +39,7 @@ type UserGroupService struct { func NewUserGroupService(backend backend.Backend) (*UserGroupService, error) { svc, err := generic.NewService(&generic.ServiceConfig[types.UserGroup]{ Backend: backend, - PageLimit: groupMaxPageSize, + PageLimit: GroupMaxPageSize, ResourceKind: types.KindUserGroup, BackendPrefix: userGroupPrefix, MarshalFunc: services.MarshalUserGroup, diff --git a/lib/services/matchers.go b/lib/services/matchers.go index 786eb8ac767e8..449884c6ffae7 100644 --- a/lib/services/matchers.go +++ b/lib/services/matchers.go @@ -218,7 +218,8 @@ func MatchResourceByFilters(resource types.ResourceWithLabels, filter MatchResou case types.KindNode, types.KindDatabaseService, types.KindKubernetesCluster, types.KindKubePod, - types.KindWindowsDesktop, types.KindWindowsDesktopService: + types.KindWindowsDesktop, types.KindWindowsDesktopService, + types.KindUserGroup: specResource = resource resourceKey.name = specResource.GetName() diff --git a/lib/web/apiserver.go b/lib/web/apiserver.go index 14dc1e7ca2aa3..c48ed541bb5f8 100644 --- a/lib/web/apiserver.go +++ b/lib/web/apiserver.go @@ -724,6 +724,8 @@ func (h *Handler) bindDefaultEndpoints() { h.GET("/webapi/headless/:headless_authentication_id", h.WithAuth(h.getHeadless)) h.PUT("/webapi/headless/:headless_authentication_id", h.WithAuth(h.putHeadlessState)) + + h.GET("/webapi/sites/:site/user-groups", h.WithClusterAuth(h.getUserGroups)) } // GetProxyClient returns authenticated auth server client diff --git a/lib/web/ui/user_groups.go b/lib/web/ui/user_groups.go new file mode 100644 index 0000000000000..8c44f69e31ab4 --- /dev/null +++ b/lib/web/ui/user_groups.go @@ -0,0 +1,48 @@ +/* +Copyright 2015 Gravitational, Inc. + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + +package ui + +import ( + "github.com/gravitational/teleport/api/types" + "github.com/gravitational/teleport/lib/services" +) + +// UserGroup describes a user group. +type UserGroup struct { + // Name is the name of the group. + Name string `json:"name"` + // Description is the description of the group. + Description string `json:"description"` + // Labels is the user group list of labels + Labels []Label `json:"labels"` +} + +// MakeUserGroups creates user group objects for the UI. +func MakeUserGroups(clusterName string, userGroups []types.UserGroup, userRoles services.RoleSet) ([]UserGroup, error) { + uiUserGroups := []UserGroup{} + for _, userGroup := range userGroups { + uiLabels := makeLabels(userGroup.GetStaticLabels()) + + uiUserGroups = append(uiUserGroups, UserGroup{ + Name: userGroup.GetName(), + Description: userGroup.GetMetadata().Description, + Labels: uiLabels, + }) + } + + return uiUserGroups, nil +} diff --git a/lib/web/user_groups.go b/lib/web/user_groups.go new file mode 100644 index 0000000000000..59e1c5fed0c15 --- /dev/null +++ b/lib/web/user_groups.go @@ -0,0 +1,67 @@ +/* + + Copyright 2023 Gravitational, Inc. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + + +*/ + +package web + +import ( + "net/http" + + "github.com/gravitational/trace" + "github.com/julienschmidt/httprouter" + + apiclient "github.com/gravitational/teleport/api/client" + "github.com/gravitational/teleport/api/types" + "github.com/gravitational/teleport/lib/reversetunnel" + "github.com/gravitational/teleport/lib/web/ui" +) + +func (h *Handler) getUserGroups(_ http.ResponseWriter, r *http.Request, params httprouter.Params, sctx *SessionContext, site reversetunnel.RemoteSite) (any, error) { + // Get a client to the Auth Server with the logged in user's identity. The + // identity of the logged in user is used to fetch the list of nodes. + clt, err := sctx.GetUserClient(r.Context(), site) + if err != nil { + return nil, trace.Wrap(err) + } + + req, err := convertListResourcesRequest(r, types.KindUserGroup) + if err != nil { + return nil, trace.Wrap(err) + } + + page, err := apiclient.GetResourcePage[types.UserGroup](r.Context(), clt, req) + if err != nil { + return nil, trace.Wrap(err) + } + + accessChecker, err := sctx.GetUserAccessChecker() + if err != nil { + return nil, trace.Wrap(err) + } + + userGroups, err := ui.MakeUserGroups(site.GetName(), page.Resources, accessChecker.Roles()) + if err != nil { + return nil, trace.Wrap(err) + } + + return listResourcesGetResponse{ + Items: userGroups, + StartKey: page.NextKey, + TotalCount: page.Total, + }, nil +} diff --git a/web/packages/teleport/src/config.ts b/web/packages/teleport/src/config.ts index d8798965e218f..ee4f88b41f9ff 100644 --- a/web/packages/teleport/src/config.ts +++ b/web/packages/teleport/src/config.ts @@ -218,6 +218,9 @@ const cfg = { integrationsPath: '/v1/webapi/sites/:clusterId/integrations/:name?', awsRdsDbListPath: '/v1/webapi/sites/:clusterId/integrations/aws-oidc/:name/databases', + + userGroupsListPath: + '/v1/webapi/sites/:clusterId/user-groups?searchAsRoles=:searchAsRoles?&limit=:limit?&startKey=:startKey?&query=:query?&search=:search?&sort=:sort?', }, getAppFqdnUrl(params: UrlAppParams) { @@ -643,6 +646,13 @@ const cfg = { }); }, + getUserGroupsListUrl(clusterId: string, params: UrlResourcesParams) { + return generateResourcePath(cfg.api.userGroupsListPath, { + clusterId, + ...params, + }); + }, + getUIConfig() { return cfg.ui; }, diff --git a/web/packages/teleport/src/services/agents/types.ts b/web/packages/teleport/src/services/agents/types.ts index fdded6207c257..4d062dcfc0788 100644 --- a/web/packages/teleport/src/services/agents/types.ts +++ b/web/packages/teleport/src/services/agents/types.ts @@ -69,6 +69,7 @@ export type AgentIdKind = | 'app' | 'db' | 'kube_cluster' + | 'user_group' | 'windows_desktop'; // ConnectionDiagnostic describes a connection diagnostic. diff --git a/web/packages/teleport/src/services/userGroups/index.ts b/web/packages/teleport/src/services/userGroups/index.ts new file mode 100644 index 0000000000000..e750c96d0056d --- /dev/null +++ b/web/packages/teleport/src/services/userGroups/index.ts @@ -0,0 +1,20 @@ +/* +Copyright 2023 Gravitational, Inc. + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + +import service from './usergroups'; + +export * from './types'; +export default service; diff --git a/web/packages/teleport/src/services/userGroups/makeUserGroup.ts b/web/packages/teleport/src/services/userGroups/makeUserGroup.ts new file mode 100644 index 0000000000000..ddd41aad03cff --- /dev/null +++ b/web/packages/teleport/src/services/userGroups/makeUserGroup.ts @@ -0,0 +1,29 @@ +/** + * Copyright 2023 Gravitational, Inc + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import type { UserGroup } from './types'; + +export function makeUserGroup(json): UserGroup { + const { name, description } = json; + + const labels = json.labels || []; + + return { + name, + description, + labels, + }; +} diff --git a/web/packages/teleport/src/services/userGroups/types.ts b/web/packages/teleport/src/services/userGroups/types.ts new file mode 100644 index 0000000000000..4678e53eb1555 --- /dev/null +++ b/web/packages/teleport/src/services/userGroups/types.ts @@ -0,0 +1,33 @@ +/* +Copyright 2021-2022 Gravitational, Inc. + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + +import { AgentLabel } from 'teleport/services/agents'; + +// UserGroup is a remote user group. +export type UserGroup = { + // Name is name of the user group. + name: string; + // Description is the description of the user group. + description: string; + // Labels for the user group. + labels: AgentLabel[]; +}; + +export type UserGroupsResponse = { + userGroups: UserGroup[]; + startKey?: string; + totalCount?: number; +}; diff --git a/web/packages/teleport/src/services/userGroups/usergroups.ts b/web/packages/teleport/src/services/userGroups/usergroups.ts new file mode 100644 index 0000000000000..5f543a41e869d --- /dev/null +++ b/web/packages/teleport/src/services/userGroups/usergroups.ts @@ -0,0 +1,47 @@ +/* +Copyright 2023 Gravitational, Inc. + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + +import api from 'teleport/services/api'; +import cfg, { UrlResourcesParams } from 'teleport/config'; +import { AgentResponse } from 'teleport/services/agents'; + +import { makeUserGroup } from './makeUserGroup'; + +import type { UserGroup } from './types'; + +class UserGroupService { + fetchUserGroups( + clusterId: string, + params: UrlResourcesParams, + signal?: AbortSignal + ): Promise> { + return api + .get(cfg.getUserGroupsListUrl(clusterId, params), signal) + .then(json => { + const items = json?.items || []; + + return { + agents: items.map(makeUserGroup), + startKey: json?.startKey, + totalCount: json?.totalCount, + }; + }); + } +} + +const userGroupService = new UserGroupService(); + +export default userGroupService; diff --git a/web/packages/teleport/src/teleportContext.tsx b/web/packages/teleport/src/teleportContext.tsx index c4f68470d70e6..23f7aa0c4c1a3 100644 --- a/web/packages/teleport/src/teleportContext.tsx +++ b/web/packages/teleport/src/teleportContext.tsx @@ -31,6 +31,7 @@ import JoinTokenService from './services/joinToken'; import KubeService from './services/kube'; import DatabaseService from './services/databases'; import desktopService from './services/desktops'; +import userGroupService from './services/userGroups'; import MfaService from './services/mfa'; import { agentService } from './services/agents'; import localStorage from './services/localStorage'; @@ -54,6 +55,7 @@ class TeleportContext implements types.Context { kubeService = new KubeService(); databaseService = new DatabaseService(); desktopService = desktopService; + userGroupService = userGroupService; mfaService = new MfaService(); isEnterprise = cfg.isEnterprise; isCloud = cfg.isCloud;