diff --git a/api/client/proto/authservice.pb.go b/api/client/proto/authservice.pb.go index ec03f86716f01..d7552b4ab2930 100644 --- a/api/client/proto/authservice.pb.go +++ b/api/client/proto/authservice.pb.go @@ -13057,6 +13057,97 @@ func (m *InventoryStatusSummary) GetConnected() []UpstreamInventoryHello { return nil } +// InventoryConnectedServiceCountsRequest requests inventory connected service counts. +type InventoryConnectedServiceCountsRequest struct { + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *InventoryConnectedServiceCountsRequest) Reset() { + *m = InventoryConnectedServiceCountsRequest{} +} +func (m *InventoryConnectedServiceCountsRequest) String() string { return proto.CompactTextString(m) } +func (*InventoryConnectedServiceCountsRequest) ProtoMessage() {} +func (*InventoryConnectedServiceCountsRequest) Descriptor() ([]byte, []int) { + return fileDescriptor_0ffcffcda38ae159, []int{187} +} +func (m *InventoryConnectedServiceCountsRequest) XXX_Unmarshal(b []byte) error { + return m.Unmarshal(b) +} +func (m *InventoryConnectedServiceCountsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + if deterministic { + return xxx_messageInfo_InventoryConnectedServiceCountsRequest.Marshal(b, m, deterministic) + } else { + b = b[:cap(b)] + n, err := m.MarshalToSizedBuffer(b) + if err != nil { + return nil, err + } + return b[:n], nil + } +} +func (m *InventoryConnectedServiceCountsRequest) XXX_Merge(src proto.Message) { + xxx_messageInfo_InventoryConnectedServiceCountsRequest.Merge(m, src) +} +func (m *InventoryConnectedServiceCountsRequest) XXX_Size() int { + return m.Size() +} +func (m *InventoryConnectedServiceCountsRequest) XXX_DiscardUnknown() { + xxx_messageInfo_InventoryConnectedServiceCountsRequest.DiscardUnknown(m) +} + +var xxx_messageInfo_InventoryConnectedServiceCountsRequest proto.InternalMessageInfo + +// InventoryConnectedServiceCounts is the connected service counts seen in the inventory. +type InventoryConnectedServiceCounts struct { + // ServiceCounts is the count of each connected service seen in the inventory. + ServiceCounts map[github_com_gravitational_teleport_api_types.SystemRole]uint64 `protobuf:"bytes,1,rep,name=ServiceCounts,proto3,castkey=github.com/gravitational/teleport/api/types.SystemRole" json:"ServiceCounts,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"varint,2,opt,name=value,proto3"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *InventoryConnectedServiceCounts) Reset() { *m = InventoryConnectedServiceCounts{} } +func (m *InventoryConnectedServiceCounts) String() string { return proto.CompactTextString(m) } +func (*InventoryConnectedServiceCounts) ProtoMessage() {} +func (*InventoryConnectedServiceCounts) Descriptor() ([]byte, []int) { + return fileDescriptor_0ffcffcda38ae159, []int{188} +} +func (m *InventoryConnectedServiceCounts) XXX_Unmarshal(b []byte) error { + return m.Unmarshal(b) +} +func (m *InventoryConnectedServiceCounts) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + if deterministic { + return xxx_messageInfo_InventoryConnectedServiceCounts.Marshal(b, m, deterministic) + } else { + b = b[:cap(b)] + n, err := m.MarshalToSizedBuffer(b) + if err != nil { + return nil, err + } + return b[:n], nil + } +} +func (m *InventoryConnectedServiceCounts) XXX_Merge(src proto.Message) { + xxx_messageInfo_InventoryConnectedServiceCounts.Merge(m, src) +} +func (m *InventoryConnectedServiceCounts) XXX_Size() int { + return m.Size() +} +func (m *InventoryConnectedServiceCounts) XXX_DiscardUnknown() { + xxx_messageInfo_InventoryConnectedServiceCounts.DiscardUnknown(m) +} + +var xxx_messageInfo_InventoryConnectedServiceCounts proto.InternalMessageInfo + +func (m *InventoryConnectedServiceCounts) GetServiceCounts() map[github_com_gravitational_teleport_api_types.SystemRole]uint64 { + if m != nil { + return m.ServiceCounts + } + return nil +} + // InventoryPingRequest is used to request that the specified server be sent an inventory ping // if it has a control stream registered. type InventoryPingRequest struct { @@ -13075,7 +13166,7 @@ func (m *InventoryPingRequest) Reset() { *m = InventoryPingRequest{} } func (m *InventoryPingRequest) String() string { return proto.CompactTextString(m) } func (*InventoryPingRequest) ProtoMessage() {} func (*InventoryPingRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_0ffcffcda38ae159, []int{187} + return fileDescriptor_0ffcffcda38ae159, []int{189} } func (m *InventoryPingRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -13131,7 +13222,7 @@ func (m *InventoryPingResponse) Reset() { *m = InventoryPingResponse{} } func (m *InventoryPingResponse) String() string { return proto.CompactTextString(m) } func (*InventoryPingResponse) ProtoMessage() {} func (*InventoryPingResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_0ffcffcda38ae159, []int{188} + return fileDescriptor_0ffcffcda38ae159, []int{190} } func (m *InventoryPingResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -13180,7 +13271,7 @@ func (m *GetClusterAlertsResponse) Reset() { *m = GetClusterAlertsRespon func (m *GetClusterAlertsResponse) String() string { return proto.CompactTextString(m) } func (*GetClusterAlertsResponse) ProtoMessage() {} func (*GetClusterAlertsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_0ffcffcda38ae159, []int{189} + return fileDescriptor_0ffcffcda38ae159, []int{191} } func (m *GetClusterAlertsResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -13227,7 +13318,7 @@ func (m *GetAlertAcksRequest) Reset() { *m = GetAlertAcksRequest{} } func (m *GetAlertAcksRequest) String() string { return proto.CompactTextString(m) } func (*GetAlertAcksRequest) ProtoMessage() {} func (*GetAlertAcksRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_0ffcffcda38ae159, []int{190} + return fileDescriptor_0ffcffcda38ae159, []int{192} } func (m *GetAlertAcksRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -13269,7 +13360,7 @@ func (m *GetAlertAcksResponse) Reset() { *m = GetAlertAcksResponse{} } func (m *GetAlertAcksResponse) String() string { return proto.CompactTextString(m) } func (*GetAlertAcksResponse) ProtoMessage() {} func (*GetAlertAcksResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_0ffcffcda38ae159, []int{191} + return fileDescriptor_0ffcffcda38ae159, []int{193} } func (m *GetAlertAcksResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -13319,7 +13410,7 @@ func (m *ClearAlertAcksRequest) Reset() { *m = ClearAlertAcksRequest{} } func (m *ClearAlertAcksRequest) String() string { return proto.CompactTextString(m) } func (*ClearAlertAcksRequest) ProtoMessage() {} func (*ClearAlertAcksRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_0ffcffcda38ae159, []int{192} + return fileDescriptor_0ffcffcda38ae159, []int{194} } func (m *ClearAlertAcksRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -13368,7 +13459,7 @@ func (m *UpsertClusterAlertRequest) Reset() { *m = UpsertClusterAlertReq func (m *UpsertClusterAlertRequest) String() string { return proto.CompactTextString(m) } func (*UpsertClusterAlertRequest) ProtoMessage() {} func (*UpsertClusterAlertRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_0ffcffcda38ae159, []int{193} + return fileDescriptor_0ffcffcda38ae159, []int{195} } func (m *UpsertClusterAlertRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -13417,7 +13508,7 @@ func (m *GetConnectionDiagnosticRequest) Reset() { *m = GetConnectionDia func (m *GetConnectionDiagnosticRequest) String() string { return proto.CompactTextString(m) } func (*GetConnectionDiagnosticRequest) ProtoMessage() {} func (*GetConnectionDiagnosticRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_0ffcffcda38ae159, []int{194} + return fileDescriptor_0ffcffcda38ae159, []int{196} } func (m *GetConnectionDiagnosticRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -13468,7 +13559,7 @@ func (m *AppendDiagnosticTraceRequest) Reset() { *m = AppendDiagnosticTr func (m *AppendDiagnosticTraceRequest) String() string { return proto.CompactTextString(m) } func (*AppendDiagnosticTraceRequest) ProtoMessage() {} func (*AppendDiagnosticTraceRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_0ffcffcda38ae159, []int{195} + return fileDescriptor_0ffcffcda38ae159, []int{197} } func (m *AppendDiagnosticTraceRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -13523,7 +13614,7 @@ func (m *SubmitUsageEventRequest) Reset() { *m = SubmitUsageEventRequest func (m *SubmitUsageEventRequest) String() string { return proto.CompactTextString(m) } func (*SubmitUsageEventRequest) ProtoMessage() {} func (*SubmitUsageEventRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_0ffcffcda38ae159, []int{196} + return fileDescriptor_0ffcffcda38ae159, []int{198} } func (m *SubmitUsageEventRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -13570,7 +13661,7 @@ func (m *GetLicenseRequest) Reset() { *m = GetLicenseRequest{} } func (m *GetLicenseRequest) String() string { return proto.CompactTextString(m) } func (*GetLicenseRequest) ProtoMessage() {} func (*GetLicenseRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_0ffcffcda38ae159, []int{197} + return fileDescriptor_0ffcffcda38ae159, []int{199} } func (m *GetLicenseRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -13610,7 +13701,7 @@ func (m *ListReleasesRequest) Reset() { *m = ListReleasesRequest{} } func (m *ListReleasesRequest) String() string { return proto.CompactTextString(m) } func (*ListReleasesRequest) ProtoMessage() {} func (*ListReleasesRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_0ffcffcda38ae159, []int{198} + return fileDescriptor_0ffcffcda38ae159, []int{200} } func (m *ListReleasesRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -13654,7 +13745,7 @@ func (m *CreateTokenV2Request) Reset() { *m = CreateTokenV2Request{} } func (m *CreateTokenV2Request) String() string { return proto.CompactTextString(m) } func (*CreateTokenV2Request) ProtoMessage() {} func (*CreateTokenV2Request) Descriptor() ([]byte, []int) { - return fileDescriptor_0ffcffcda38ae159, []int{199} + return fileDescriptor_0ffcffcda38ae159, []int{201} } func (m *CreateTokenV2Request) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -13731,7 +13822,7 @@ func (m *UpsertTokenV2Request) Reset() { *m = UpsertTokenV2Request{} } func (m *UpsertTokenV2Request) String() string { return proto.CompactTextString(m) } func (*UpsertTokenV2Request) ProtoMessage() {} func (*UpsertTokenV2Request) Descriptor() ([]byte, []int) { - return fileDescriptor_0ffcffcda38ae159, []int{200} + return fileDescriptor_0ffcffcda38ae159, []int{202} } func (m *UpsertTokenV2Request) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -13806,7 +13897,7 @@ func (m *GetHeadlessAuthenticationRequest) Reset() { *m = GetHeadlessAut func (m *GetHeadlessAuthenticationRequest) String() string { return proto.CompactTextString(m) } func (*GetHeadlessAuthenticationRequest) ProtoMessage() {} func (*GetHeadlessAuthenticationRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_0ffcffcda38ae159, []int{201} + return fileDescriptor_0ffcffcda38ae159, []int{203} } func (m *GetHeadlessAuthenticationRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -13864,7 +13955,7 @@ func (m *UpdateHeadlessAuthenticationStateRequest) Reset() { func (m *UpdateHeadlessAuthenticationStateRequest) String() string { return proto.CompactTextString(m) } func (*UpdateHeadlessAuthenticationStateRequest) ProtoMessage() {} func (*UpdateHeadlessAuthenticationStateRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_0ffcffcda38ae159, []int{202} + return fileDescriptor_0ffcffcda38ae159, []int{204} } func (m *UpdateHeadlessAuthenticationStateRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -13930,7 +14021,7 @@ func (m *ExportUpgradeWindowsRequest) Reset() { *m = ExportUpgradeWindow func (m *ExportUpgradeWindowsRequest) String() string { return proto.CompactTextString(m) } func (*ExportUpgradeWindowsRequest) ProtoMessage() {} func (*ExportUpgradeWindowsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_0ffcffcda38ae159, []int{203} + return fileDescriptor_0ffcffcda38ae159, []int{205} } func (m *ExportUpgradeWindowsRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -13996,7 +14087,7 @@ func (m *ExportUpgradeWindowsResponse) Reset() { *m = ExportUpgradeWindo func (m *ExportUpgradeWindowsResponse) String() string { return proto.CompactTextString(m) } func (*ExportUpgradeWindowsResponse) ProtoMessage() {} func (*ExportUpgradeWindowsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_0ffcffcda38ae159, []int{204} + return fileDescriptor_0ffcffcda38ae159, []int{206} } func (m *ExportUpgradeWindowsResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -14246,6 +14337,9 @@ func init() { proto.RegisterType((*InventoryHeartbeat)(nil), "proto.InventoryHeartbeat") proto.RegisterType((*InventoryStatusRequest)(nil), "proto.InventoryStatusRequest") proto.RegisterType((*InventoryStatusSummary)(nil), "proto.InventoryStatusSummary") + proto.RegisterType((*InventoryConnectedServiceCountsRequest)(nil), "proto.InventoryConnectedServiceCountsRequest") + proto.RegisterType((*InventoryConnectedServiceCounts)(nil), "proto.InventoryConnectedServiceCounts") + proto.RegisterMapType((map[github_com_gravitational_teleport_api_types.SystemRole]uint64)(nil), "proto.InventoryConnectedServiceCounts.ServiceCountsEntry") proto.RegisterType((*InventoryPingRequest)(nil), "proto.InventoryPingRequest") proto.RegisterType((*InventoryPingResponse)(nil), "proto.InventoryPingResponse") proto.RegisterType((*GetClusterAlertsResponse)(nil), "proto.GetClusterAlertsResponse") @@ -14271,834 +14365,839 @@ func init() { } var fileDescriptor_0ffcffcda38ae159 = []byte{ - // 13228 bytes of a gzipped FileDescriptorProto + // 13311 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, 0x67, 0x9f, 0xcf, 0x77, 0x0f, 0x36, 0xce, 0x3e, - 0xc3, 0x77, 0x86, 0x0f, 0x86, 0x71, 0x06, 0xec, 0x17, 0x1b, 0x30, 0x60, 0x18, 0x38, 0xdc, 0x8b, - 0x5f, 0xce, 0x36, 0xe0, 0xb5, 0x81, 0x03, 0x0c, 0xd8, 0x07, 0x03, 0x7e, 0xa0, 0x7d, 0xfb, 0x48, - 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, 0x0f, 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, 0x94, 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, 0x3e, 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, 0xe7, 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, 0x3c, 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, 0xbf, 0x94, 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, 0x1f, 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, 0xed, 0xc2, 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, 0x43, 0x45, 0x98, 0x25, 0xd5, 0x4f, 0x76, - 0xab, 0xab, 0x2a, 0x40, 0x21, 0x6f, 0xfd, 0xa7, 0x5c, 0x82, 0xd3, 0xa1, 0x65, 0x98, 0xe0, 0xea, - 0x25, 0x5d, 0x7d, 0x26, 0x20, 0x17, 0x8e, 0x8f, 0xca, 0x93, 0x42, 0x35, 0xa5, 0x0b, 0xab, 0x02, - 0x91, 0x8f, 0xd7, 0x36, 0x59, 0xc2, 0x96, 0xd7, 0x51, 0x3f, 0x5e, 0x3d, 0x5e, 0x66, 0xcb, 0x5a, - 0xb4, 0xac, 0x7c, 0xe6, 0x98, 0xb4, 0x4c, 0x25, 0x32, 0xf1, 0x99, 0x53, 0x59, 0x9e, 0xfc, 0xe0, - 0x2d, 0x2b, 0xd6, 0xa1, 0xe1, 0x08, 0xc7, 0xc0, 0x62, 0x25, 0x9c, 0xd5, 0x4f, 0x61, 0x22, 0xe8, - 0x93, 0x84, 0x31, 0x8b, 0x8d, 0x90, 0x72, 0xc9, 0x18, 0xaf, 0x48, 0xd8, 0xa9, 0xca, 0x30, 0xc2, - 0x76, 0x17, 0x1b, 0x24, 0x95, 0x22, 0x3a, 0xa4, 0xc0, 0x66, 0xe5, 0xd6, 0xdf, 0x18, 0x52, 0x19, - 0x2a, 0x91, 0x1a, 0x94, 0x49, 0xa4, 0x52, 0x03, 0x9d, 0x3c, 0x5a, 0x4a, 0x04, 0x04, 0xae, 0x61, - 0xaf, 0xaf, 0x70, 0x8a, 0x54, 0x40, 0x10, 0xf6, 0x5a, 0xb7, 0x6d, 0x47, 0x00, 0x44, 0x1a, 0x66, - 0xd2, 0x02, 0x95, 0x86, 0x87, 0x22, 0x69, 0x98, 0xcb, 0x13, 0x4c, 0x1a, 0x8e, 0x40, 0xc8, 0x42, - 0xaa, 0xb7, 0x5d, 0xc3, 0xd1, 0x42, 0xaa, 0xf7, 0x5a, 0xfa, 0x5d, 0xd6, 0xc7, 0x00, 0x95, 0x67, - 0x75, 0x2a, 0x0b, 0xda, 0x9b, 0xfc, 0xa3, 0x4e, 0x8f, 0x9f, 0xf3, 0x2a, 0xe0, 0xd2, 0xa4, 0xaf, - 0x8a, 0xcd, 0x0a, 0x34, 0xaa, 0xc2, 0x54, 0xe5, 0x37, 0xfa, 0x3e, 0x5e, 0x6f, 0x93, 0x13, 0x1c, - 0x32, 0xfd, 0x60, 0x9c, 0xdf, 0x94, 0x90, 0x8a, 0xa6, 0xcb, 0x6b, 0x14, 0x02, 0x3a, 0x0a, 0xda, - 0x82, 0x0b, 0x8f, 0x6a, 0xc2, 0xbc, 0x51, 0x69, 0xb5, 0xbc, 0x7e, 0x37, 0xe4, 0x5f, 0xf2, 0x6b, - 0xc7, 0x47, 0xe5, 0x2b, 0xfb, 0xad, 0xc8, 0x42, 0xe2, 0xb0, 0x6a, 0xf5, 0x53, 0x9e, 0xc0, 0xb5, - 0x3a, 0x30, 0xfd, 0x08, 0x87, 0x64, 0x2b, 0x09, 0xb1, 0x2c, 0x7b, 0x4d, 0x3e, 0x85, 0x89, 0x67, - 0x6e, 0xf8, 0xa2, 0x8e, 0x5b, 0x3e, 0x0e, 0x85, 0xf6, 0xc9, 0x54, 0x64, 0x37, 0x7c, 0xd1, 0x0c, - 0x58, 0xb9, 0xca, 0x80, 0x14, 0x70, 0x6b, 0x15, 0x66, 0x78, 0x6b, 0x52, 0x0a, 0x5c, 0xd6, 0x09, - 0xe6, 0x28, 0x41, 0xba, 0x0a, 0x2a, 0x41, 0x9d, 0xcc, 0x1f, 0xe7, 0x61, 0xae, 0xf6, 0xc2, 0xe9, - 0xee, 0xe3, 0x6d, 0x27, 0x08, 0x5e, 0x79, 0x7e, 0x5b, 0xe9, 0x3c, 0x15, 0x81, 0x13, 0x9d, 0xa7, - 0x32, 0xef, 0x32, 0x4c, 0x6c, 0x75, 0xda, 0x02, 0x87, 0x8b, 0xe7, 0xb4, 0x2d, 0xaf, 0xd3, 0x6e, - 0xf6, 0x04, 0x2d, 0x15, 0x88, 0xe0, 0x6c, 0xe2, 0x57, 0x12, 0x67, 0x28, 0xc2, 0xe9, 0xe2, 0x57, - 0x0a, 0x8e, 0x02, 0x84, 0x56, 0xe1, 0x42, 0x1d, 0xb7, 0xbc, 0x6e, 0xfb, 0xa1, 0xd3, 0x0a, 0x3d, - 0x9f, 0x5d, 0xb9, 0x0c, 0x47, 0x12, 0x4c, 0x40, 0x2b, 0x9b, 0xcf, 0x69, 0x2d, 0xbb, 0x69, 0xb1, - 0x93, 0x18, 0x68, 0x8b, 0x5e, 0xd8, 0xd0, 0x1b, 0x7b, 0x2e, 0xd3, 0xdf, 0xb8, 0x23, 0xaf, 0xf0, - 0x6b, 0x3e, 0xa6, 0x9b, 0xc2, 0xe9, 0x48, 0xad, 0x44, 0x7e, 0x10, 0x28, 0x73, 0x11, 0x90, 0xb6, - 0x24, 0x62, 0xed, 0xc2, 0xd4, 0x76, 0xa7, 0xbf, 0xef, 0x76, 0x09, 0x1b, 0xa8, 0xe3, 0x9f, 0xa3, - 0x15, 0x80, 0xa8, 0x80, 0x5b, 0x26, 0x84, 0x4d, 0x2c, 0xaa, 0x68, 0x3c, 0xe0, 0x07, 0x89, 0x96, - 0x50, 0xd1, 0xcd, 0x56, 0xf0, 0xac, 0xbf, 0x36, 0x04, 0x88, 0x2f, 0x00, 0xe5, 0xf5, 0x75, 0x1c, - 0x12, 0x36, 0x7c, 0x09, 0xf2, 0xd2, 0x80, 0x70, 0xfe, 0xf8, 0xa8, 0x9c, 0x77, 0xdb, 0x76, 0x7e, - 0x7d, 0x05, 0xbd, 0x0b, 0x23, 0x14, 0x8c, 0xce, 0xff, 0xb4, 0x6c, 0x4f, 0xa5, 0xc0, 0x38, 0x07, - 0xfd, 0x06, 0xd9, 0x0c, 0x18, 0xbd, 0x07, 0xe3, 0x2b, 0xb8, 0x83, 0xf7, 0x9d, 0xd0, 0x13, 0xa7, - 0x9b, 0xa9, 0xe4, 0xa2, 0x50, 0xd9, 0x73, 0x11, 0x24, 0x91, 0xdb, 0x6d, 0xec, 0x04, 0x5e, 0x57, - 0x95, 0xdb, 0x7d, 0x5a, 0xa2, 0xca, 0xed, 0x0c, 0x06, 0xfd, 0x41, 0x0e, 0x26, 0x2a, 0xdd, 0x2e, - 0x57, 0x75, 0x03, 0x3e, 0xeb, 0x73, 0x77, 0xa4, 0x27, 0xc4, 0x86, 0xb3, 0x87, 0x3b, 0x0d, 0xa7, - 0xd3, 0xc7, 0x41, 0xf5, 0x2b, 0x22, 0x4a, 0xfd, 0xe7, 0xa3, 0xf2, 0x27, 0xa7, 0x50, 0x5e, 0x23, - 0x9f, 0x8a, 0x1d, 0xdf, 0x71, 0xc3, 0x80, 0xde, 0x66, 0x46, 0x0d, 0xaa, 0xe7, 0x46, 0xe9, 0x07, - 0x7a, 0x47, 0x55, 0xd6, 0x38, 0x2f, 0x8e, 0x69, 0xd1, 0x5c, 0x4f, 0xb3, 0xae, 0xcb, 0x2f, 0xe1, - 0xfa, 0x4a, 0xda, 0x12, 0x58, 0x35, 0x58, 0x7c, 0x84, 0x43, 0x1b, 0x07, 0x38, 0x14, 0x9b, 0x96, - 0x6e, 0xb9, 0xc8, 0xfe, 0x33, 0x4a, 0x7f, 0x4b, 0x64, 0xba, 0x1e, 0x6c, 0xa3, 0x8a, 0x1a, 0xeb, - 0xaf, 0xe6, 0xa0, 0x5c, 0xf3, 0x31, 0x93, 0x44, 0x52, 0x08, 0x65, 0x33, 0x93, 0x45, 0xee, 0x1c, - 0x92, 0x8f, 0x6a, 0xc9, 0x2c, 0x71, 0x07, 0x90, 0x93, 0x29, 0xc7, 0xd6, 0x73, 0x98, 0xb3, 0x71, - 0x17, 0xbf, 0x22, 0xaa, 0xba, 0xa6, 0x5f, 0x96, 0x61, 0x84, 0x9d, 0xbc, 0xc4, 0x10, 0x58, 0xf9, - 0xe9, 0x74, 0x75, 0xeb, 0x1f, 0xe7, 0xa1, 0xc0, 0x86, 0x5b, 0xf5, 0xc2, 0x93, 0x8d, 0x8f, 0x8f, - 0x20, 0x3f, 0x40, 0xbd, 0xbf, 0x19, 0xcd, 0xf6, 0x50, 0x24, 0x1c, 0xd0, 0xae, 0x92, 0x6f, 0x9c, - 0xa8, 0x24, 0x03, 0x62, 0xbb, 0x80, 0x99, 0xb7, 0x12, 0x3a, 0x3a, 0xfa, 0x9d, 0x1c, 0x9c, 0x67, - 0xfb, 0x2a, 0x7b, 0xe7, 0x3e, 0x3b, 0x9b, 0x9d, 0x5b, 0x08, 0xe9, 0x5f, 0xea, 0x39, 0x62, 0x75, - 0xd6, 0x3f, 0xcd, 0xc3, 0x05, 0x65, 0xae, 0xb8, 0xf8, 0xf9, 0x0e, 0x93, 0x6d, 0x94, 0x09, 0xa3, - 0x06, 0x43, 0x6a, 0x11, 0x8f, 0x74, 0x78, 0x3a, 0x73, 0xef, 0xc0, 0x18, 0x19, 0x52, 0xdc, 0xb6, - 0x48, 0xbf, 0xb0, 0x0c, 0x54, 0x54, 0x9f, 0x78, 0xf6, 0xee, 0xc2, 0x18, 0xfd, 0x93, 0xac, 0xc8, - 0x70, 0xfa, 0x8a, 0x48, 0x20, 0xe4, 0x02, 0x3c, 0xf6, 0xdc, 0xee, 0x53, 0x1c, 0xbe, 0xf0, 0xda, - 0xfc, 0x5b, 0xbf, 0x4e, 0xf8, 0xe0, 0xff, 0xe3, 0xb9, 0xdd, 0xe6, 0x21, 0x2d, 0x3e, 0xad, 0xed, - 0x2a, 0x22, 0x68, 0x2b, 0xc4, 0xad, 0x7b, 0x50, 0x20, 0x2c, 0xeb, 0xe4, 0x5b, 0xcb, 0x9a, 0x05, - 0xf4, 0x08, 0x87, 0x55, 0x4f, 0xfb, 0x98, 0x5a, 0x53, 0x30, 0xb1, 0xed, 0x76, 0xf7, 0xc5, 0xcf, - 0x7f, 0x36, 0x04, 0x93, 0xec, 0x37, 0x5f, 0x81, 0x98, 0xc8, 0x93, 0x3b, 0x89, 0xc8, 0xf3, 0x21, - 0x4c, 0xf1, 0x2b, 0x32, 0xec, 0xd3, 0xab, 0x13, 0xb6, 0x1e, 0x54, 0x99, 0x61, 0x57, 0x64, 0xcd, - 0x97, 0xac, 0xc6, 0xd6, 0x01, 0xd1, 0x06, 0x4c, 0xb3, 0x82, 0x87, 0xd8, 0x09, 0xfb, 0x91, 0x3d, - 0x66, 0x86, 0xeb, 0x33, 0xa2, 0x98, 0xf1, 0x33, 0x4e, 0xeb, 0x39, 0x2f, 0xb4, 0x63, 0xb8, 0xe8, - 0x73, 0x98, 0xd9, 0xf6, 0xbd, 0xaf, 0x5f, 0x2b, 0x42, 0x1e, 0x63, 0xe9, 0x73, 0xc7, 0x47, 0xe5, - 0x0b, 0x3d, 0x52, 0xd5, 0x54, 0x45, 0xbd, 0x38, 0x34, 0xd9, 0x53, 0xeb, 0x41, 0xd5, 0xf3, 0xdd, - 0xee, 0x3e, 0x5d, 0xcd, 0x31, 0xb6, 0xa7, 0xdc, 0xa0, 0xb9, 0x47, 0x0b, 0x6d, 0x59, 0x1d, 0xb3, - 0xac, 0x8e, 0x0e, 0xb6, 0xac, 0xde, 0x03, 0xd8, 0xf0, 0x9c, 0x76, 0xa5, 0xd3, 0xa9, 0x55, 0x02, - 0x6a, 0x0c, 0xe1, 0x42, 0x4c, 0xc7, 0x73, 0xda, 0x4d, 0xa7, 0xd3, 0x69, 0xb6, 0x9c, 0xc0, 0x56, - 0x60, 0x1e, 0x0f, 0x8f, 0x9d, 0x2f, 0x8c, 0xda, 0x33, 0x1b, 0x6e, 0x0b, 0x77, 0x03, 0xfc, 0xcc, - 0xf1, 0xbb, 0x6e, 0x77, 0x3f, 0xb0, 0xfe, 0xf6, 0x08, 0x8c, 0xc9, 0x21, 0xdf, 0x51, 0x15, 0x22, - 0x2e, 0x1a, 0x51, 0x0e, 0x15, 0x19, 0x6c, 0x6c, 0x05, 0x02, 0x5d, 0x66, 0xf7, 0xb1, 0x4c, 0x28, - 0x1b, 0x25, 0xbb, 0xdb, 0xe9, 0xf5, 0xd8, 0xad, 0xeb, 0x25, 0xc8, 0xaf, 0x54, 0xe9, 0xfc, 0x8f, - 0xb1, 0x2f, 0x41, 0x7b, 0xcf, 0xce, 0xaf, 0x54, 0xc9, 0x2e, 0xdb, 0x5a, 0x5f, 0xa9, 0xd1, 0xa9, - 0x1c, 0x63, 0xbb, 0xcc, 0x73, 0xdb, 0x2d, 0x9b, 0x96, 0x92, 0xda, 0x7a, 0xe5, 0xe9, 0x06, 0x9f, - 0x2e, 0x5a, 0x1b, 0x38, 0x87, 0x1d, 0x9b, 0x96, 0x12, 0x55, 0x81, 0xe9, 0xde, 0x35, 0xaf, 0x1b, - 0xfa, 0x5e, 0x27, 0xa0, 0x12, 0xed, 0x18, 0x5b, 0x4e, 0xae, 0xb4, 0xb7, 0x78, 0x95, 0x1d, 0x03, - 0x45, 0xcf, 0x60, 0xbe, 0xd2, 0x7e, 0xe9, 0x74, 0x5b, 0xb8, 0xcd, 0x6a, 0x9e, 0x79, 0xfe, 0xc1, - 0xf3, 0x8e, 0xf7, 0x2a, 0xa0, 0xf3, 0x3d, 0xc6, 0x6d, 0x5c, 0x1c, 0x44, 0xd8, 0x00, 0x5e, 0x09, - 0x20, 0x3b, 0x0d, 0x9b, 0x70, 0xc9, 0x5a, 0xc7, 0xeb, 0xb7, 0xf9, 0x2a, 0x50, 0x2e, 0xd9, 0x22, - 0x05, 0x36, 0x2b, 0x27, 0xb3, 0xb4, 0x56, 0x7f, 0x4a, 0x2d, 0x4a, 0x7c, 0x96, 0x5e, 0x04, 0x87, - 0x36, 0x29, 0x43, 0x37, 0x60, 0x54, 0x68, 0x3d, 0xcc, 0xb6, 0x4d, 0x0d, 0xad, 0x42, 0xdb, 0x11, - 0x75, 0xe4, 0x48, 0xd8, 0xb8, 0xe5, 0xbd, 0xc4, 0xfe, 0xeb, 0x9a, 0xd7, 0xc6, 0xc2, 0xfe, 0xc1, - 0xf5, 0x7b, 0x56, 0xd1, 0x6c, 0x91, 0x1a, 0x5b, 0x07, 0x24, 0x0d, 0x30, 0xc1, 0x29, 0xa0, 0x4e, - 0x4e, 0xbc, 0x01, 0x26, 0x58, 0x05, 0xb6, 0xa8, 0x43, 0x2b, 0x70, 0xa1, 0xd2, 0x0f, 0xbd, 0x43, - 0x27, 0x74, 0x5b, 0xbb, 0xbd, 0x7d, 0xdf, 0x21, 0x8d, 0x14, 0x28, 0x02, 0x55, 0xed, 0x1c, 0x51, - 0xd9, 0xec, 0xf3, 0x5a, 0x3b, 0x89, 0x80, 0xde, 0x87, 0xc9, 0xf5, 0x80, 0xd9, 0xb8, 0x9c, 0x00, - 0xb7, 0xa9, 0xa1, 0x82, 0xf7, 0xd2, 0x0d, 0x9a, 0xd4, 0xe2, 0xd5, 0x24, 0xca, 0x60, 0xdb, 0xd6, - 0xe0, 0x1e, 0x0f, 0x8f, 0x4d, 0x14, 0x26, 0x1f, 0x0f, 0x8f, 0x4d, 0x16, 0xa6, 0x1e, 0x0f, 0x8f, - 0x4d, 0x15, 0xa6, 0xad, 0xfb, 0x70, 0x81, 0xf1, 0xa7, 0x13, 0x2b, 0x0a, 0xd6, 0x36, 0x40, 0x1d, - 0x1f, 0x3a, 0xbd, 0x17, 0x1e, 0xd9, 0xc9, 0x55, 0xf5, 0x17, 0x17, 0x34, 0x91, 0x74, 0xce, 0xe1, - 0x15, 0x8d, 0x07, 0x42, 0xbf, 0x13, 0x90, 0xb6, 0x82, 0x65, 0xfd, 0x59, 0x1e, 0x10, 0x75, 0x52, - 0xa9, 0x87, 0x3e, 0x76, 0x0e, 0x45, 0x37, 0x3e, 0x82, 0x49, 0xf6, 0xa9, 0x61, 0xc5, 0xb4, 0x3b, - 0x44, 0x8a, 0x65, 0x3c, 0x46, 0xad, 0x5a, 0x3b, 0x67, 0x6b, 0xa0, 0x04, 0xd5, 0xc6, 0x41, 0xff, - 0x50, 0xa0, 0xe6, 0x35, 0x54, 0xb5, 0x8a, 0xa0, 0xaa, 0xbf, 0xd1, 0xe7, 0x30, 0x5d, 0xf3, 0x0e, - 0x7b, 0x64, 0x4e, 0x38, 0xf2, 0x10, 0xff, 0xe2, 0xf2, 0x76, 0xb5, 0xca, 0xb5, 0x73, 0x76, 0x0c, - 0x1c, 0x6d, 0xc2, 0xc5, 0x87, 0x9d, 0x7e, 0xf0, 0xa2, 0xd2, 0x6d, 0xd7, 0x3a, 0x5e, 0x20, 0xa8, - 0x0c, 0x73, 0x8b, 0x35, 0xe7, 0x90, 0x49, 0x88, 0xb5, 0x73, 0xb6, 0x09, 0x11, 0xdd, 0xe0, 0x1e, - 0xb7, 0xd2, 0xfa, 0xcf, 0x1d, 0x72, 0xb7, 0xba, 0x78, 0xeb, 0xf9, 0xda, 0x39, 0x9b, 0xd5, 0x56, - 0xc7, 0x61, 0x54, 0x7c, 0x1d, 0xee, 0x92, 0x4d, 0x26, 0xa7, 0x93, 0x5d, 0x61, 0xa2, 0x12, 0x8c, - 0xed, 0xf6, 0x08, 0xd3, 0x12, 0xa2, 0x9f, 0x2d, 0x7f, 0x5b, 0xdf, 0xd5, 0x67, 0x1a, 0x2d, 0xaa, - 0xfa, 0x39, 0x03, 0x8e, 0x0a, 0xac, 0x35, 0x7d, 0x72, 0xb3, 0xa1, 0xb5, 0x76, 0xf3, 0xb1, 0x76, - 0x0b, 0xf1, 0xb9, 0xb6, 0xe6, 0x8c, 0x93, 0x67, 0x7d, 0x09, 0x4b, 0xbb, 0x3d, 0xa2, 0x0c, 0x55, - 0x7a, 0xbd, 0x8e, 0xdb, 0x62, 0xd6, 0x27, 0xfa, 0x15, 0x11, 0x9b, 0xe5, 0x7d, 0xe9, 0xce, 0x99, - 0x4b, 0x75, 0x7e, 0x81, 0xe3, 0xa3, 0xf2, 0x79, 0xf6, 0x35, 0x12, 0x5e, 0x9c, 0xd6, 0xef, 0xe5, - 0x60, 0x89, 0x9d, 0x80, 0x54, 0xd2, 0xdf, 0x51, 0x9d, 0x4e, 0x15, 0xf1, 0x46, 0xba, 0x98, 0xaa, - 0x6e, 0xa5, 0xd1, 0x05, 0x6b, 0x3e, 0xfd, 0x82, 0x55, 0x1c, 0xb0, 0x21, 0xe3, 0x01, 0xfb, 0x02, - 0x2c, 0xde, 0xa3, 0x4e, 0x27, 0xd1, 0xa9, 0xe0, 0x4d, 0x7a, 0x65, 0xfd, 0xb7, 0x3c, 0xcc, 0x3f, - 0xc2, 0x5d, 0xec, 0x3b, 0x74, 0x9c, 0x9a, 0x24, 0xaf, 0xde, 0xbf, 0xe4, 0x32, 0xef, 0x5f, 0xa4, - 0x98, 0x9a, 0x4f, 0x11, 0x53, 0x2f, 0xc3, 0xd0, 0xae, 0xbd, 0xce, 0x87, 0x45, 0x19, 0x70, 0xdf, - 0x77, 0x6d, 0x52, 0x86, 0xd6, 0xa3, 0xbb, 0x9b, 0xe1, 0x81, 0x77, 0x37, 0x17, 0xb9, 0x2d, 0x7b, - 0x94, 0xdf, 0xdd, 0xe8, 0x37, 0x36, 0x9b, 0x8a, 0x2c, 0x4c, 0xd8, 0xcd, 0x6d, 0x7e, 0xa6, 0x52, - 0x06, 0xc8, 0xc5, 0xda, 0xd5, 0x6e, 0xe8, 0xbf, 0x66, 0x5b, 0x80, 0x49, 0xb7, 0x42, 0xa6, 0x2d, - 0x7d, 0x01, 0x13, 0x0a, 0x08, 0x2a, 0xc0, 0xd0, 0x01, 0xbf, 0xb7, 0x1a, 0xb7, 0xc9, 0x9f, 0xe8, - 0xbb, 0x30, 0xf2, 0x92, 0xc8, 0xd7, 0x9c, 0x8d, 0x5c, 0x8a, 0x64, 0xef, 0x7a, 0x48, 0xa4, 0x0a, - 0x26, 0x7c, 0xdb, 0x0c, 0xe8, 0xe3, 0xfc, 0x87, 0x39, 0xeb, 0x13, 0x28, 0x26, 0x7b, 0xc3, 0x45, - 0xb5, 0x41, 0xda, 0x8b, 0xb5, 0x02, 0xb3, 0x8f, 0x70, 0x18, 0x79, 0xbc, 0x2a, 0xd7, 0x6a, 0xb1, - 0x73, 0x96, 0x61, 0x35, 0xb3, 0xea, 0x30, 0x17, 0xa3, 0xc2, 0xdb, 0xff, 0x18, 0x46, 0x85, 0xaf, - 0x4c, 0x2e, 0xdd, 0x57, 0x86, 0xee, 0x5b, 0x4e, 0xd9, 0x16, 0x08, 0xd6, 0x33, 0xb8, 0xa4, 0x11, - 0x0d, 0x24, 0xd5, 0xef, 0xc3, 0x98, 0x28, 0x8b, 0x99, 0x1b, 0x34, 0xb2, 0x74, 0x6b, 0x05, 0x02, - 0x59, 0xa2, 0x58, 0x2f, 0xe0, 0xd2, 0x86, 0x1b, 0xe8, 0x94, 0xd9, 0xa8, 0x17, 0x60, 0xbc, 0x47, - 0xbe, 0x67, 0x81, 0xfb, 0x1b, 0x6c, 0x7f, 0x8e, 0xd8, 0x63, 0xa4, 0xa0, 0xee, 0xfe, 0x06, 0x46, - 0x57, 0x00, 0x68, 0x25, 0x9d, 0x3f, 0xce, 0x5e, 0x28, 0x38, 0xd3, 0x03, 0x11, 0xd0, 0x8b, 0x51, - 0xb6, 0x21, 0x6d, 0xfa, 0xb7, 0xe5, 0xc3, 0x7c, 0xa2, 0x25, 0x3e, 0x86, 0xbb, 0x20, 0xbb, 0x96, - 0x31, 0x06, 0x5b, 0x02, 0xa1, 0x9b, 0x30, 0xd3, 0xc5, 0x5f, 0x87, 0xcd, 0x44, 0x1f, 0xa6, 0x48, - 0xf1, 0xb6, 0xe8, 0x87, 0xf5, 0x13, 0xaa, 0x95, 0xc7, 0x9d, 0xd9, 0xce, 0x6c, 0xf2, 0x3a, 0x50, - 0x22, 0x43, 0xd2, 0x7d, 0x97, 0x7e, 0x6d, 0x13, 0xf8, 0x12, 0x16, 0x8c, 0xad, 0xfd, 0xba, 0x27, - 0xf1, 0x2f, 0xf2, 0x30, 0xcf, 0xbe, 0x52, 0xc9, 0xa3, 0x71, 0x72, 0x1e, 0xf6, 0xad, 0x18, 0x93, - 0xef, 0x19, 0x8c, 0xc9, 0x14, 0x45, 0x35, 0x26, 0x6b, 0x26, 0xe4, 0x0f, 0xcd, 0x26, 0x64, 0x2a, - 0xd2, 0xe9, 0x26, 0xe4, 0xb8, 0xe1, 0x78, 0x35, 0xdd, 0x70, 0x4c, 0xcd, 0x68, 0x06, 0xc3, 0xb1, - 0xc1, 0x5c, 0xfc, 0x78, 0x78, 0x2c, 0x5f, 0x18, 0xb2, 0x1a, 0x50, 0x4c, 0x4e, 0xf1, 0x19, 0xf0, - 0x8d, 0x3f, 0xc9, 0xc1, 0x15, 0x2e, 0x61, 0xc4, 0x0e, 0xc1, 0xe9, 0x57, 0xf0, 0x3d, 0x98, 0xe4, - 0xb8, 0x3b, 0xd1, 0x66, 0x61, 0x6e, 0xa9, 0x82, 0x13, 0x32, 0x76, 0xaa, 0x81, 0xa1, 0xf7, 0x14, - 0x2b, 0x01, 0xb3, 0x3c, 0x5d, 0x26, 0x9f, 0x4b, 0x66, 0x4e, 0x48, 0xb5, 0x15, 0x58, 0x5f, 0xc1, - 0x52, 0x5a, 0xc7, 0xcf, 0x60, 0x5e, 0xfe, 0x34, 0x07, 0x0b, 0x9c, 0xbc, 0x76, 0x9c, 0xde, 0x88, - 0xe5, 0x9f, 0xc2, 0x93, 0xe2, 0x31, 0x4c, 0x90, 0x06, 0x45, 0xbf, 0xf5, 0x77, 0x52, 0x4a, 0xcd, - 0x8a, 0x13, 0x3a, 0xfc, 0x0a, 0xcc, 0x39, 0xec, 0x08, 0x97, 0x49, 0x5b, 0x45, 0xb6, 0x7e, 0x04, - 0x8b, 0xe6, 0x21, 0x9c, 0xc1, 0xfc, 0x3c, 0x86, 0x92, 0x81, 0x71, 0xbe, 0xd9, 0x07, 0xf1, 0x87, - 0xb0, 0x60, 0xa4, 0x75, 0x06, 0xdd, 0x5c, 0x23, 0x9f, 0xfb, 0xf0, 0x0c, 0x96, 0xd0, 0x7a, 0x06, - 0x97, 0x0d, 0x94, 0xce, 0xa0, 0x8b, 0x8f, 0x60, 0x5e, 0x8a, 0xb9, 0xdf, 0xa8, 0x87, 0x4f, 0xe1, - 0x0a, 0x23, 0x74, 0x36, 0xab, 0xf2, 0x04, 0x16, 0x38, 0xb9, 0x33, 0x98, 0xbd, 0x35, 0x58, 0x8c, - 0xb4, 0x59, 0x83, 0x2c, 0x71, 0x62, 0x26, 0x63, 0x6d, 0xc0, 0xd5, 0x88, 0x52, 0xca, 0x87, 0xf5, - 0xe4, 0xd4, 0x98, 0x2c, 0x16, 0xad, 0xd2, 0x19, 0xca, 0x62, 0x11, 0xe0, 0x99, 0x89, 0x13, 0xeb, - 0x70, 0x91, 0x11, 0xd6, 0xe5, 0xd6, 0x65, 0x55, 0x6e, 0x35, 0x3e, 0x31, 0x4a, 0x8a, 0xb2, 0x4f, - 0xa9, 0x28, 0x2b, 0x40, 0xa2, 0x1e, 0xbe, 0x07, 0xe7, 0xf9, 0x2b, 0x4a, 0xd6, 0x3f, 0x03, 0x31, - 0x26, 0xa9, 0x33, 0x34, 0x0e, 0x6c, 0xfd, 0x14, 0xae, 0x30, 0x35, 0x30, 0xee, 0xad, 0x2f, 0x96, - 0xe4, 0xfb, 0x31, 0x2d, 0x30, 0xe3, 0x51, 0x80, 0x49, 0x19, 0xdc, 0x13, 0x7b, 0x3b, 0x8d, 0xfe, - 0x89, 0xdc, 0x67, 0x85, 0x76, 0x97, 0x37, 0x6a, 0x77, 0xd7, 0xe1, 0x9a, 0xd4, 0xee, 0xe2, 0xcd, - 0x48, 0x73, 0xef, 0x8f, 0x60, 0x81, 0x0d, 0x54, 0x7f, 0x3b, 0x26, 0xba, 0xf1, 0x49, 0x6c, 0x98, - 0xa9, 0x8f, 0xd3, 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, 0xf7, 0x0d, 0x44, - 0x60, 0x45, 0xef, 0x92, 0x63, 0x41, 0x0b, 0xc4, 0xb6, 0x4b, 0x7d, 0x0f, 0x61, 0x4b, 0x48, 0xab, - 0x09, 0x8b, 0xc9, 0xa5, 0x70, 0x5b, 0xc2, 0xd5, 0x09, 0x7d, 0x4e, 0x8e, 0x30, 0x7b, 0x64, 0x91, - 0x1b, 0xf0, 0xc8, 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, 0x0f, 0x4b, 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, - 0x0d, 0x14, 0xdd, 0x84, 0xd1, 0x5a, 0x85, 0xde, 0xd1, 0x51, 0xdb, 0xc0, 0x24, 0xe3, 0x2d, 0x2d, - 0xa7, 0x49, 0x9f, 0xc4, 0xdb, 0xa2, 0xd2, 0xfa, 0x47, 0xc3, 0x0a, 0x75, 0xc5, 0xb9, 0x36, 0x63, - 0x24, 0xf7, 0x01, 0xd8, 0x6e, 0x50, 0x06, 0x42, 0x84, 0xbd, 0x09, 0x7e, 0xad, 0xc0, 0xd8, 0xaf, - 0xad, 0x00, 0x9d, 0xd4, 0xf9, 0x96, 0xfb, 0xfb, 0x30, 0x24, 0x71, 0xf7, 0x26, 0xfd, 0x7d, 0x38, - 0xe9, 0xc0, 0x56, 0x81, 0xd0, 0x4f, 0xe3, 0x3e, 0x62, 0x23, 0xf4, 0xaa, 0xfb, 0x2d, 0x6e, 0x82, - 0x30, 0x8c, 0xed, 0x74, 0x6e, 0x62, 0xaf, 0x60, 0x8e, 0xe0, 0xba, 0xcf, 0xa9, 0x23, 0xd8, 0xea, - 0xd7, 0x21, 0xee, 0x32, 0x3e, 0x7e, 0x9e, 0xb6, 0x73, 0x23, 0xa3, 0x9d, 0x08, 0x98, 0xbf, 0xe1, - 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, - 0xbe, 0x59, 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, - 0xaf, 0xc2, 0x95, 0xa1, 0xf8, 0x15, 0x1a, 0x57, 0x9b, 0xf8, 0x91, 0x51, 0x80, 0xb4, 0x8b, 0xcf, - 0x7c, 0xe6, 0xc5, 0xa7, 0xf5, 0x01, 0xcc, 0xea, 0xad, 0x9e, 0xd4, 0x1c, 0xf4, 0x16, 0x75, 0xe4, - 0x51, 0xbc, 0x2b, 0x89, 0x56, 0x1e, 0x75, 0x91, 0x73, 0xd1, 0x0f, 0xa0, 0xc0, 0xa1, 0xa2, 0xaf, - 0xec, 0x75, 0x61, 0xaf, 0xcb, 0x19, 0x3c, 0xc1, 0x85, 0x5b, 0xc1, 0xdb, 0xe2, 0x06, 0x60, 0x50, - 0x0b, 0x7f, 0x96, 0x83, 0x62, 0xcc, 0x51, 0xb1, 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, 0xb7, 0x15, 0x59, 0xc5, 0x15, 0x90, 0x2b, 0xd9, 0x4e, 0x30, - 0x49, 0x3c, 0xf4, 0x2e, 0xf7, 0xaa, 0xfc, 0x79, 0xdf, 0xf5, 0x71, 0x9b, 0x2a, 0xe7, 0xd3, 0xcb, - 0x28, 0xf2, 0xaa, 0x14, 0x35, 0xb6, 0x0a, 0xc6, 0x3c, 0xde, 0xad, 0x3f, 0xc8, 0xc1, 0x7c, 0x8a, - 0xe3, 0x25, 0x7a, 0x47, 0x1b, 0xce, 0x45, 0x65, 0x38, 0x02, 0x64, 0xed, 0x1c, 0x1f, 0x4f, 0x4d, - 0xf1, 0xe5, 0x19, 0x3a, 0x85, 0x2f, 0x0f, 0x7f, 0x77, 0x4d, 0xe1, 0xf8, 0xfb, 0x22, 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, 0x6e, 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, 0xcf, 0x73, 0x30, 0x67, 0x9c, 0x03, 0x74, 0x89, 0x88, 0x56, 0x2d, - 0x1f, 0x87, 0x7c, 0x7a, 0xf9, 0x2f, 0x52, 0xbe, 0x1e, 0x04, 0x7d, 0x1e, 0xac, 0x64, 0xdc, 0xe6, - 0xbf, 0xd0, 0x5b, 0x30, 0xb5, 0x8d, 0x7d, 0xd7, 0x6b, 0x33, 0x2f, 0x2f, 0x76, 0x13, 0x3e, 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, 0x77, 0x4c, 0xd9, 0xfc, 0x17, 0x2a, 0xc2, 0xa8, - 0x30, 0xe8, 0x50, 0x73, 0x90, 0x2d, 0x7e, 0x12, 0x8c, 0x2f, 0x6c, 0xba, 0x09, 0xe8, 0x93, 0x22, - 0x9b, 0xff, 0xb2, 0x6e, 0xc3, 0xac, 0x69, 0x1e, 0x8d, 0x5b, 0xe6, 0x2f, 0xe7, 0xe1, 0x62, 0xa5, - 0xdd, 0x7e, 0xfa, 0xb0, 0xb2, 0x82, 0x55, 0x81, 0xe6, 0x5d, 0x18, 0x5e, 0xef, 0xba, 0x21, 0x97, - 0x66, 0x84, 0x8b, 0xb2, 0x01, 0x92, 0x40, 0x91, 0x15, 0x22, 0xff, 0x23, 0x1b, 0x2e, 0xae, 0x7e, - 0xed, 0x06, 0xa1, 0xdb, 0xdd, 0x57, 0xfd, 0x9c, 0xf3, 0x27, 0xf1, 0x73, 0x5e, 0x3b, 0x67, 0x9b, - 0x90, 0xd1, 0x0e, 0x5c, 0xda, 0xc4, 0xaf, 0x0c, 0x5b, 0x48, 0x3e, 0xff, 0x50, 0x0e, 0x7a, 0x62, - 0xe7, 0xa4, 0xe0, 0xaa, 0x3b, 0xf4, 0x77, 0xf2, 0xf4, 0x99, 0x99, 0x32, 0x30, 0xde, 0xf2, 0x2e, - 0xcc, 0x2a, 0x1d, 0x8a, 0xf8, 0x54, 0x8e, 0x3f, 0x6c, 0x35, 0x0e, 0x47, 0x3d, 0x48, 0x46, 0x74, - 0xf4, 0x0c, 0xe6, 0xf5, 0x4e, 0x45, 0x94, 0xf5, 0xc3, 0x60, 0x02, 0x59, 0x3b, 0x67, 0xa7, 0x61, - 0xa3, 0x65, 0x18, 0xaa, 0xb4, 0x0e, 0xf8, 0xb4, 0x98, 0x97, 0x8c, 0x8d, 0xac, 0xd2, 0x3a, 0xa0, - 0xcf, 0xb5, 0x5b, 0x07, 0xda, 0x79, 0xf8, 0xd7, 0x39, 0x98, 0x4f, 0x59, 0x61, 0xb4, 0x04, 0xc0, - 0x0a, 0x95, 0x2f, 0x82, 0x52, 0x42, 0x04, 0x34, 0xf6, 0x8b, 0x7a, 0x7c, 0x0d, 0x51, 0x16, 0x2c, - 0x5e, 0x52, 0x44, 0x15, 0xb6, 0x02, 0x84, 0xb6, 0x61, 0x82, 0xfd, 0x62, 0x0f, 0x3a, 0x74, 0xb6, - 0xad, 0xd4, 0x30, 0x41, 0xa6, 0x4d, 0x0b, 0x9a, 0xf1, 0x87, 0x1c, 0x2a, 0x09, 0x6e, 0xbe, 0xac, - 0xc5, 0x47, 0x21, 0x07, 0x8d, 0x6e, 0xc1, 0x79, 0x56, 0xc8, 0xd7, 0x50, 0x3c, 0xd3, 0x8c, 0x80, - 0x79, 0xbd, 0xf5, 0x0f, 0x72, 0x70, 0x89, 0x7d, 0x11, 0x13, 0x47, 0xe3, 0x03, 0xed, 0x68, 0x5c, - 0x93, 0x1d, 0x36, 0x01, 0x6b, 0xa7, 0xa3, 0xaa, 0x7b, 0xff, 0x9f, 0xf4, 0x54, 0xa8, 0x48, 0xea, - 0xbe, 0xfd, 0x87, 0x39, 0x61, 0xcd, 0x49, 0x6e, 0xdd, 0x55, 0x98, 0x7c, 0xb3, 0x2d, 0xab, 0xa1, - 0xa1, 0xf7, 0xd8, 0x8e, 0xca, 0x67, 0x8f, 0x34, 0x73, 0x53, 0x7d, 0x0a, 0xa5, 0xf4, 0xa9, 0x19, - 0xb4, 0xad, 0xac, 0x87, 0x06, 0xec, 0x37, 0x59, 0xce, 0x7e, 0x82, 0x4e, 0xfd, 0x75, 0xb7, 0x25, - 0x56, 0xf4, 0x66, 0xdc, 0x1f, 0x32, 0xd5, 0xc7, 0x4c, 0xed, 0x6d, 0x3e, 0xba, 0x36, 0xe0, 0x9b, - 0x93, 0x0a, 0x7b, 0x6a, 0xf7, 0xff, 0x45, 0x5e, 0xdf, 0x8b, 0x6f, 0xd2, 0x68, 0x0d, 0xa6, 0x36, - 0xf1, 0xab, 0x44, 0xbb, 0xd4, 0x7f, 0xa6, 0x8b, 0x5f, 0x35, 0x95, 0xb6, 0x55, 0xc7, 0x72, 0x0d, - 0x07, 0xed, 0xc1, 0xb4, 0xe0, 0x1a, 0x27, 0x65, 0x9e, 0xec, 0x35, 0x1b, 0x69, 0x21, 0xe5, 0xed, - 0x49, 0x8c, 0xe2, 0xd9, 0x9f, 0x67, 0x6b, 0x1b, 0x8a, 0xc9, 0xd9, 0xe3, 0xad, 0xbd, 0x3b, 0x68, - 0xed, 0x99, 0xd9, 0xa3, 0xad, 0xef, 0x83, 0x35, 0x6a, 0x8a, 0x92, 0x30, 0xd2, 0xb6, 0x70, 0x2f, - 0xbe, 0x18, 0xd4, 0x0f, 0x47, 0x2c, 0x86, 0xd2, 0x3f, 0xe9, 0x1e, 0x5b, 0xa3, 0xd6, 0x3c, 0x95, - 0x12, 0xef, 0xd8, 0x6d, 0x18, 0xe5, 0x45, 0xb1, 0xb7, 0xe0, 0xd1, 0xae, 0x14, 0x00, 0xd6, 0x1f, - 0xe6, 0xe0, 0x32, 0xb5, 0x2d, 0xba, 0xdd, 0xfd, 0x0e, 0xde, 0x0d, 0x74, 0x0f, 0xd7, 0xef, 0x69, - 0x8c, 0x66, 0x3e, 0xe5, 0x05, 0xd2, 0xaf, 0x8b, 0xbd, 0xfc, 0x51, 0x0e, 0x4a, 0xa6, 0xbe, 0x9d, - 0x2d, 0x87, 0xb9, 0xc3, 0x95, 0xb9, 0x3c, 0xb7, 0x9a, 0x30, 0x74, 0xd9, 0xa6, 0x18, 0x2c, 0x19, - 0x24, 0xf9, 0x5f, 0x63, 0x2d, 0xff, 0x2b, 0x07, 0xb3, 0xeb, 0x81, 0x2a, 0xe0, 0xf3, 0x89, 0xbb, - 0x63, 0x7a, 0x10, 0x49, 0xd7, 0xd5, 0x1c, 0x77, 0xe3, 0x5d, 0xe5, 0x85, 0x4d, 0x3e, 0xeb, 0xa5, - 0xa3, 0x16, 0x6c, 0xe5, 0x26, 0x0c, 0x6f, 0x12, 0x71, 0x6a, 0x88, 0xef, 0x3f, 0x86, 0x41, 0x8a, - 0xe8, 0x63, 0x18, 0xd2, 0x65, 0xf2, 0x03, 0x3d, 0x4c, 0x3c, 0xb9, 0x19, 0x1e, 0xfc, 0x92, 0x2f, - 0x19, 0x25, 0xa6, 0x3a, 0x06, 0xe7, 0x77, 0x1c, 0x7f, 0x1f, 0x87, 0xd6, 0x8f, 0xa0, 0xc4, 0xbd, - 0x7a, 0x98, 0xb5, 0x96, 0xfa, 0xfe, 0x04, 0x91, 0xe3, 0x56, 0x96, 0x27, 0xce, 0x12, 0x40, 0x3d, - 0x74, 0xfc, 0x70, 0xbd, 0xdb, 0xc6, 0x5f, 0xd3, 0xd1, 0x8e, 0xd8, 0x4a, 0x89, 0xf5, 0x1e, 0x8c, - 0xcb, 0x21, 0x50, 0x0d, 0x50, 0x91, 0x18, 0xe9, 0x70, 0x66, 0xb5, 0x47, 0x40, 0xe2, 0xe5, 0xcf, - 0x03, 0x98, 0x8b, 0x2d, 0x45, 0xf4, 0x28, 0x4d, 0x6a, 0x66, 0xd4, 0xc5, 0xd1, 0x96, 0xbf, 0xad, - 0x1a, 0x5c, 0x48, 0xac, 0x34, 0x42, 0xf4, 0xbd, 0x18, 0xd3, 0xee, 0xc9, 0x07, 0xa5, 0x5e, 0x5f, - 0x23, 0x65, 0x3b, 0x1b, 0x75, 0xe6, 0xc4, 0x4d, 0xca, 0x76, 0x36, 0xea, 0xd5, 0xf3, 0x6c, 0xe7, - 0x58, 0xff, 0x24, 0x4f, 0x95, 0xde, 0xc4, 0x1c, 0xc4, 0x6c, 0x85, 0xaa, 0xbd, 0xb2, 0x0a, 0xe3, - 0x74, 0xc4, 0x2b, 0xe2, 0x99, 0x42, 0xb6, 0x23, 0xca, 0xd8, 0x2f, 0x8e, 0xca, 0xe7, 0xa8, 0xf7, - 0x49, 0x84, 0x86, 0x3e, 0x83, 0xd1, 0xd5, 0x6e, 0x9b, 0x52, 0x18, 0x3a, 0x05, 0x05, 0x81, 0x44, - 0xd6, 0x81, 0x76, 0x99, 0x88, 0x42, 0xdc, 0xec, 0x64, 0x2b, 0x25, 0x74, 0x9a, 0xdd, 0x43, 0x97, - 0x39, 0x7c, 0x8d, 0xd8, 0xec, 0x07, 0x7d, 0xe2, 0x47, 0xba, 0x20, 0xe2, 0x0f, 0x8c, 0xdb, 0xf2, - 0x37, 0xb2, 0x60, 0x64, 0xcb, 0x6f, 0xf3, 0xa7, 0xbf, 0xd3, 0xcb, 0x93, 0x22, 0x18, 0x23, 0x29, - 0xb3, 0x59, 0x95, 0xf5, 0x3f, 0x72, 0x30, 0xff, 0x08, 0x87, 0xc6, 0x7d, 0xa3, 0xcd, 0x4a, 0xee, - 0x1b, 0xcf, 0x4a, 0xfe, 0x4d, 0x66, 0x45, 0x8e, 0x7a, 0x28, 0x6d, 0xd4, 0xc3, 0x69, 0xa3, 0x1e, - 0x49, 0x1f, 0xf5, 0x23, 0x38, 0xcf, 0x86, 0x8a, 0xae, 0xc3, 0xc8, 0x7a, 0x88, 0x0f, 0x23, 0x63, - 0x88, 0xea, 0x46, 0x67, 0xb3, 0x3a, 0xa2, 0x71, 0x6d, 0x38, 0x41, 0x28, 0x9e, 0x0d, 0x8c, 0xdb, - 0xe2, 0xa7, 0xf5, 0x33, 0xfa, 0xc0, 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, 0x78, 0x5d, 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, 0x67, 0xae, 0xfb, 0x3e, 0xc8, 0x2e, 0xe7, 0x33, 0xba, - 0x7c, 0x08, 0xd7, 0x1e, 0xe1, 0xd0, 0x18, 0x74, 0x2b, 0x1a, 0xfc, 0x1a, 0x8c, 0x05, 0xba, 0xbd, - 0x7e, 0x50, 0xbc, 0x2f, 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, 0xf1, 0xcc, 0xe8, 0x84, - 0xb6, 0x05, 0x01, 0x89, 0x66, 0xfd, 0x4c, 0x5c, 0x21, 0xe9, 0x18, 0x27, 0x7b, 0x3c, 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, 0x6b, - 0xa3, 0x7b, 0x50, 0x32, 0x35, 0xa8, 0x18, 0x50, 0xa4, 0xe5, 0x99, 0xc7, 0xbe, 0xf8, 0xcd, 0x1c, - 0x58, 0x9a, 0x27, 0x94, 0x16, 0x9a, 0x4a, 0x1e, 0x99, 0x77, 0x04, 0x63, 0xa3, 0xbe, 0x57, 0xcc, - 0x87, 0xbe, 0x43, 0x0a, 0xd4, 0x27, 0x5e, 0x8c, 0xdb, 0xdd, 0x83, 0xd1, 0x4d, 0xfc, 0x75, 0xc4, - 0x7e, 0x98, 0x2c, 0x4a, 0xbd, 0xa3, 0x0e, 0xb0, 0xfa, 0x78, 0x54, 0x80, 0x11, 0x41, 0xe8, 0x7a, - 0x66, 0x1f, 0x78, 0xff, 0xf7, 0xa0, 0x10, 0xaf, 0xe3, 0x6b, 0x3f, 0x30, 0x4a, 0x17, 0x7d, 0x85, - 0x11, 0x0f, 0xce, 0x15, 0xd8, 0x09, 0x7a, 0xa7, 0xef, 0x3d, 0xfa, 0x08, 0x60, 0xc7, 0x0b, 0x9d, - 0x4e, 0x8d, 0xda, 0xb8, 0x28, 0xe3, 0x67, 0xa1, 0x9e, 0x42, 0x52, 0xda, 0x8c, 0xbf, 0x72, 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, 0x8c, 0xaf, 0x6f, 0x67, 0xd5, 0xff, 0x5d, 0x8e, - 0xb9, 0x4b, 0xaa, 0xcd, 0xf2, 0x85, 0xae, 0x01, 0x44, 0xa5, 0x31, 0x7f, 0x7c, 0x35, 0x64, 0x19, - 0x55, 0x5e, 0xa3, 0x90, 0x65, 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, 0xd5, 0x39, - 0x0a, 0x53, 0x1b, 0x45, 0xb3, 0x1e, 0xaf, 0x7e, 0xfa, 0xab, 0xa3, 0xf2, 0x87, 0xa7, 0x79, 0xfd, - 0x25, 0x68, 0xee, 0xc8, 0x47, 0x8e, 0xd6, 0x3c, 0x0c, 0xd5, 0xec, 0x0d, 0xca, 0xaa, 0xec, 0x0d, - 0xc9, 0xaa, 0xec, 0x0d, 0xeb, 0xbf, 0xe7, 0xa1, 0xcc, 0xde, 0x38, 0x53, 0x2f, 0x95, 0x48, 0x57, - 0x52, 0xdc, 0x5e, 0x4e, 0x6a, 0x21, 0x88, 0xbd, 0x61, 0xce, 0x9f, 0xe4, 0x0d, 0xf3, 0xff, 0xfb, - 0xe6, 0x56, 0x55, 0x16, 0xb1, 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, 0x8e, 0xa0, 0xe9, 0xaa, 0x71, 0x4e, 0x04, 0x98, 0xf5, 0x77, 0xf2, 0x70, 0x35, - 0x7d, 0xce, 0x79, 0xdf, 0x56, 0xb4, 0xc0, 0xbc, 0x19, 0xfe, 0x38, 0xf4, 0xec, 0x28, 0x81, 0x79, - 0xe3, 0xc1, 0x78, 0xc5, 0xcb, 0xa0, 0xd8, 0x6d, 0x98, 0xf6, 0x60, 0x48, 0x84, 0x35, 0x67, 0x45, - 0x5a, 0x3c, 0x2e, 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, 0xf7, 0xba, 0x75, - 0x7c, 0x54, 0x7e, 0xab, 0xc7, 0x40, 0xc8, 0xc1, 0x6c, 0xf6, 0x28, 0x50, 0x13, 0x33, 0x28, 0x85, - 0x68, 0x1a, 0x21, 0xeb, 0xdf, 0xe6, 0x60, 0x81, 0x0a, 0xd4, 0xfc, 0x66, 0x41, 0x34, 0xfe, 0x46, - 0x6e, 0x99, 0xea, 0x00, 0xf9, 0x5e, 0xa4, 0x6e, 0x99, 0xda, 0xcb, 0x29, 0x5b, 0x03, 0x43, 0xeb, - 0x30, 0xc1, 0x7f, 0x2b, 0xe6, 0xe3, 0x39, 0x85, 0x61, 0xd1, 0xad, 0xce, 0xac, 0x47, 0x74, 0x63, - 0x73, 0x62, 0x4d, 0xfa, 0x9e, 0x58, 0xc5, 0xb5, 0x7e, 0x99, 0x87, 0xc5, 0x06, 0xf6, 0xdd, 0xe7, - 0xaf, 0x53, 0x06, 0xb3, 0x05, 0xb3, 0xa2, 0x88, 0x8e, 0x59, 0x3f, 0x62, 0x2c, 0x50, 0x8f, 0xe8, - 0x6a, 0x40, 0x00, 0x9a, 0xf2, 0xc4, 0x19, 0x11, 0x4f, 0xe1, 0x70, 0xf9, 0x2e, 0x8c, 0xc5, 0x22, - 0x0d, 0xd0, 0xf5, 0x17, 0x27, 0x54, 0x0f, 0xf3, 0x28, 0x8f, 0xea, 0x6f, 0xa5, 0x5f, 0x51, 0x72, - 0x4b, 0xc2, 0xa0, 0x08, 0x32, 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, 0x99, 0x87, - 0x25, 0xf1, 0x66, 0x27, 0x65, 0x9a, 0xbf, 0x84, 0x79, 0x51, 0x54, 0xe9, 0x11, 0x81, 0x01, 0xb7, - 0xf5, 0x99, 0x66, 0xc1, 0xb2, 0xc4, 0x4c, 0x3b, 0x1c, 0x26, 0x9a, 0xec, 0x34, 0xf4, 0xb3, 0x31, - 0x88, 0x7e, 0x66, 0x8a, 0xfb, 0x40, 0x0d, 0x93, 0x2a, 0xcf, 0xd4, 0x63, 0x41, 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, 0x4d, 0x24, 0x12, 0x06, 0x7b, 0xa3, 0x98, - 0x8b, 0x42, 0x07, 0xd0, 0xa7, 0x89, 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, 0xd4, 0x2b, 0x3f, 0xba, 0x45, - 0x0e, 0x4e, 0xc1, 0xf5, 0x6e, 0x29, 0xe7, 0x9a, 0x71, 0x3c, 0x16, 0xff, 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, 0xde, 0x10, 0x58, 0x7c, 0x62, 0x4d, 0xd6, 0x53, 0x31, 0x1f, 0x7b, - 0x89, 0xce, 0xf2, 0x0f, 0xd5, 0x25, 0xd5, 0x46, 0x1c, 0xd5, 0xb2, 0x9d, 0x47, 0xe5, 0xbc, 0x56, - 0x54, 0xaa, 0x07, 0xf6, 0x8d, 0x8f, 0xfe, 0xc7, 0x29, 0x6c, 0x92, 0x1d, 0x36, 0x1a, 0x53, 0x3b, - 0x85, 0x4d, 0x6a, 0x74, 0xcd, 0x2c, 0xd3, 0xd6, 0xa6, 0x81, 0x8b, 0x1c, 0x48, 0xbe, 0xad, 0x94, - 0x35, 0xdc, 0x87, 0x89, 0x15, 0x34, 0x13, 0x79, 0x24, 0x54, 0x22, 0x68, 0x57, 0x9f, 0x4b, 0x7e, - 0x1e, 0x85, 0xd7, 0x86, 0x5a, 0xc5, 0xa8, 0xf6, 0x94, 0x12, 0x3d, 0x2d, 0x87, 0x06, 0xab, 0x58, - 0xc4, 0x7f, 0x5f, 0xfa, 0xe9, 0x93, 0x0f, 0xa9, 0xdb, 0xc1, 0xfc, 0x51, 0x8a, 0x58, 0x96, 0xbe, - 0xf9, 0xf6, 0x3b, 0x77, 0x22, 0x1e, 0x4d, 0xa3, 0x99, 0x62, 0x8e, 0x9e, 0x76, 0xe5, 0x62, 0xa2, - 0x6f, 0x1d, 0xe5, 0xc4, 0xeb, 0x84, 0xc4, 0x95, 0xf0, 0x69, 0x25, 0xc9, 0xaa, 0x76, 0x8b, 0x9b, - 0x4f, 0xb9, 0xc5, 0xd5, 0xee, 0xbc, 0xc2, 0x01, 0xd7, 0xba, 0x43, 0xdf, 0xfc, 0x1a, 0xe8, 0x9f, - 0x9f, 0x87, 0x0b, 0xdb, 0xce, 0xbe, 0xdb, 0x25, 0xbc, 0x47, 0x44, 0xe0, 0x45, 0x95, 0x44, 0x8e, - 0x86, 0x6c, 0x37, 0x58, 0x43, 0x12, 0x86, 0x65, 0x35, 0x5c, 0x7a, 0x3e, 0xed, 0xc5, 0xa8, 0x1e, - 0x14, 0xfd, 0x23, 0xcd, 0xea, 0x9f, 0xc8, 0x17, 0x42, 0xbd, 0xfb, 0xba, 0x5e, 0x3b, 0x96, 0xb7, - 0x84, 0x5a, 0xce, 0x93, 0x81, 0xe4, 0x47, 0xce, 0x38, 0x90, 0xfc, 0x8f, 0x60, 0xe2, 0x49, 0x7f, - 0x4f, 0xe6, 0xc4, 0x38, 0x3f, 0x30, 0x50, 0x39, 0x5d, 0x83, 0x83, 0xfe, 0x9e, 0x39, 0x2b, 0x86, - 0x4a, 0xcc, 0x18, 0x74, 0x7d, 0xf4, 0xd7, 0x12, 0x74, 0x3d, 0x35, 0xde, 0xff, 0xd8, 0xb7, 0x12, - 0xef, 0xdf, 0x10, 0x38, 0x7d, 0xfc, 0xec, 0x03, 0xa7, 0x6b, 0x41, 0xc5, 0xe1, 0x1b, 0x06, 0x15, - 0xaf, 0x02, 0x8c, 0xf9, 0x51, 0x68, 0xea, 0xe1, 0xc2, 0x88, 0xf5, 0xaf, 0x46, 0x61, 0x76, 0xc3, - 0x0d, 0x42, 0x71, 0x5e, 0x82, 0xe8, 0x63, 0x3a, 0x29, 0xca, 0x14, 0x65, 0x97, 0xcb, 0xbd, 0xac, - 0xbc, 0x19, 0xcb, 0xd8, 0xa4, 0x21, 0xa0, 0xf7, 0xd4, 0xbb, 0x95, 0xbc, 0x12, 0xb8, 0x33, 0x99, - 0x6c, 0x47, 0xbd, 0x74, 0x79, 0x47, 0x33, 0xed, 0x67, 0xda, 0x42, 0x1e, 0xc4, 0xed, 0xfd, 0x3c, - 0xae, 0x16, 0xfd, 0xcc, 0xe8, 0xb6, 0x87, 0xe8, 0x22, 0x60, 0x17, 0xce, 0xd3, 0x20, 0x38, 0xe2, - 0x41, 0xf0, 0xdb, 0x9c, 0xe5, 0x98, 0x26, 0x81, 0x85, 0xcb, 0xe1, 0xaf, 0x81, 0x69, 0xcc, 0xa8, - 0x0e, 0x2d, 0x50, 0x63, 0xdd, 0x30, 0x10, 0xb4, 0x03, 0x17, 0xb7, 0x7d, 0xdc, 0xe6, 0x9e, 0xb2, - 0x3d, 0x9f, 0x2b, 0x86, 0xec, 0x65, 0x1e, 0x0d, 0x62, 0xd9, 0x13, 0xd5, 0x4d, 0x2c, 0xeb, 0x55, - 0x9e, 0x6d, 0x40, 0x47, 0xab, 0x30, 0x5d, 0xc7, 0x8e, 0xdf, 0x7a, 0xf1, 0x04, 0xbf, 0x26, 0x9f, - 0x9a, 0xa0, 0x38, 0x1a, 0x45, 0x7e, 0x0d, 0x68, 0x0d, 0x19, 0x28, 0xad, 0x52, 0xaf, 0xdc, 0x75, - 0x24, 0xf4, 0x03, 0x38, 0x5f, 0xf7, 0xfc, 0xb0, 0xfa, 0x3a, 0x96, 0x7d, 0x89, 0x15, 0x56, 0x2f, - 0x8b, 0xe8, 0xb7, 0x81, 0xe7, 0x87, 0xcd, 0x3d, 0x75, 0xde, 0x38, 0x1e, 0x7a, 0x48, 0xe4, 0x58, - 0x22, 0x5b, 0x4b, 0xb3, 0x0d, 0x0b, 0x9c, 0xc1, 0x65, 0x55, 0x2a, 0x90, 0x9b, 0x6c, 0x37, 0x31, - 0x2c, 0xf4, 0x1a, 0x66, 0xf5, 0xd3, 0xf4, 0xd0, 0xed, 0x10, 0x16, 0x04, 0x5a, 0x1e, 0x13, 0x13, - 0x48, 0xf5, 0x16, 0xef, 0xe5, 0xd5, 0xf8, 0x99, 0x7d, 0x4e, 0xeb, 0xd5, 0x60, 0xde, 0x26, 0x7c, - 0xf4, 0x94, 0x06, 0x1f, 0x66, 0x33, 0x53, 0x09, 0x44, 0x54, 0x6a, 0x32, 0x08, 0x1a, 0x33, 0xaf, - 0x4f, 0x4f, 0x24, 0x9d, 0x51, 0x27, 0x88, 0x07, 0xa7, 0xb6, 0x13, 0xa8, 0x68, 0x1b, 0x2e, 0xec, - 0x06, 0x78, 0xdb, 0xc7, 0x2f, 0x5d, 0xfc, 0x4a, 0xd0, 0x9b, 0xa4, 0xf4, 0xe8, 0x72, 0x13, 0x7a, - 0x3d, 0x56, 0x6b, 0x22, 0x98, 0x44, 0x2e, 0x7d, 0x04, 0x13, 0xca, 0x7e, 0x33, 0x3c, 0x2d, 0x9f, - 0x55, 0x9f, 0x96, 0x8f, 0xab, 0x4f, 0xc8, 0xff, 0x3c, 0xc7, 0x4c, 0x8b, 0xca, 0x06, 0xe6, 0x76, - 0x8a, 0x2d, 0x18, 0x97, 0x85, 0xf2, 0x21, 0x83, 0x90, 0x75, 0x62, 0xdf, 0x4a, 0x76, 0x7c, 0xc4, - 0xe9, 0x56, 0x7b, 0x1b, 0xd1, 0xf8, 0x76, 0xcd, 0x7d, 0xbf, 0x15, 0x3d, 0x79, 0xe4, 0xcf, 0x33, - 0x7d, 0xa7, 0x75, 0x10, 0xd9, 0x5b, 0x7f, 0x4a, 0xce, 0x87, 0x5a, 0xc1, 0x93, 0x46, 0xcd, 0xeb, - 0x19, 0x7f, 0x78, 0xa5, 0xc8, 0x3b, 0x20, 0x5f, 0x7e, 0xb2, 0x62, 0xfd, 0xe0, 0xa8, 0x08, 0xd4, - 0xf9, 0x77, 0xc6, 0xb2, 0xd9, 0x8b, 0x3d, 0x63, 0x0f, 0xde, 0x4f, 0xbe, 0x39, 0xa3, 0xbc, 0x38, - 0x7a, 0x73, 0xa6, 0x4e, 0x63, 0xf4, 0xfa, 0x6c, 0x17, 0x16, 0x6c, 0x7c, 0xe8, 0xbd, 0xc4, 0x67, - 0x4b, 0xf6, 0xc7, 0x70, 0x59, 0x27, 0xb8, 0xdb, 0x6b, 0xd3, 0x50, 0x1d, 0xec, 0xd6, 0xd5, 0x18, - 0x72, 0x8f, 0x23, 0xb0, 0x90, 0x7b, 0x2c, 0x08, 0x13, 0xf9, 0x53, 0xe5, 0xb7, 0xb4, 0xce, 0xf2, - 0x60, 0x51, 0x27, 0x5e, 0x69, 0xb7, 0x69, 0x1e, 0x81, 0x96, 0xdb, 0x73, 0xba, 0x21, 0xda, 0x82, - 0x09, 0xe5, 0x67, 0x4c, 0x52, 0x52, 0x6a, 0xd8, 0xea, 0xf7, 0xa2, 0x02, 0x55, 0xa2, 0x53, 0xe0, - 0x2c, 0x0c, 0xe5, 0xf8, 0xf4, 0x90, 0x29, 0x53, 0xdb, 0xac, 0xc2, 0x94, 0xf2, 0x53, 0x2a, 0x1e, - 0x34, 0x9c, 0xa6, 0xd2, 0x82, 0x3e, 0x61, 0x3a, 0x8a, 0xd5, 0x82, 0x92, 0x69, 0xd2, 0x68, 0x08, - 0x89, 0xd7, 0x68, 0x35, 0x0a, 0x46, 0x31, 0xf8, 0xb6, 0x7b, 0x26, 0x2d, 0x10, 0x85, 0xf5, 0x37, - 0x87, 0x61, 0x81, 0x2f, 0xc6, 0x59, 0xae, 0x38, 0xfa, 0x19, 0x4c, 0x28, 0x6b, 0xcc, 0x27, 0xfd, - 0xaa, 0x70, 0x90, 0x49, 0xdb, 0x0b, 0x4c, 0xa2, 0xeb, 0xd3, 0x82, 0x66, 0x6c, 0xb9, 0x89, 0x44, - 0xa7, 0x6e, 0x9b, 0x0e, 0x4c, 0xeb, 0x0b, 0xcd, 0x85, 0xda, 0xeb, 0xc6, 0x46, 0x74, 0x50, 0x11, - 0xbf, 0xa9, 0xdd, 0x34, 0x2e, 0x37, 0xcd, 0x73, 0xa5, 0x6f, 0xa2, 0xaf, 0xe1, 0x42, 0x62, 0x95, - 0xb9, 0x92, 0x76, 0xd3, 0xd8, 0x60, 0x02, 0x9a, 0x45, 0x33, 0xf7, 0x69, 0x71, 0x6a, 0xb3, 0xc9, - 0x46, 0x50, 0x1b, 0x26, 0xd5, 0x85, 0xe7, 0x52, 0xf7, 0xb5, 0x8c, 0xa9, 0x64, 0x80, 0x4c, 0x28, - 0xe2, 0x73, 0x49, 0xd7, 0x5e, 0x4f, 0x0d, 0xa9, 0x51, 0xad, 0x8e, 0xc1, 0x79, 0xf6, 0x9b, 0xb0, - 0x80, 0x6d, 0x1f, 0x07, 0xb8, 0xdb, 0xc2, 0xaa, 0xaf, 0xd3, 0x37, 0x65, 0x01, 0xff, 0x26, 0x07, - 0x45, 0x13, 0xdd, 0x3a, 0xee, 0xb6, 0xd1, 0x36, 0x14, 0xe2, 0x0d, 0xf1, 0x5d, 0x6d, 0x89, 0xaf, - 0x42, 0x7a, 0x97, 0x88, 0x14, 0x9e, 0xe8, 0xe6, 0x26, 0x5c, 0x50, 0xca, 0x4e, 0xe9, 0x54, 0x96, - 0x44, 0x55, 0x15, 0xe9, 0x35, 0xea, 0x3b, 0xb7, 0xe2, 0x1d, 0x3a, 0x6e, 0x97, 0x08, 0x88, 0x4a, - 0xd8, 0x08, 0x88, 0x4a, 0xf9, 0xdc, 0x30, 0x65, 0x93, 0x96, 0x0a, 0x07, 0x4b, 0x09, 0x62, 0x7d, - 0x4a, 0x39, 0x38, 0x57, 0x51, 0xd8, 0xd3, 0x1e, 0x49, 0xec, 0x2a, 0x8c, 0xec, 0x6c, 0xd4, 0x6b, - 0x15, 0xfe, 0x50, 0x88, 0x3d, 0x25, 0xed, 0x04, 0xcd, 0x96, 0x63, 0xb3, 0x0a, 0xeb, 0x13, 0x1a, - 0x65, 0x8f, 0xc7, 0x68, 0x93, 0x78, 0x37, 0x60, 0x94, 0x17, 0x71, 0x4c, 0x7a, 0x35, 0xdd, 0xe1, - 0x50, 0xa2, 0xce, 0xda, 0x16, 0xf2, 0x75, 0x07, 0x3b, 0x81, 0xf2, 0x61, 0xfe, 0x90, 0x88, 0xe2, - 0xac, 0x8c, 0x7f, 0x97, 0xa7, 0x65, 0x08, 0x54, 0x5a, 0xcc, 0x94, 0x6f, 0x01, 0x63, 0xcb, 0xbf, - 0xac, 0x3f, 0xcd, 0xc3, 0xac, 0x08, 0x18, 0xa3, 0x19, 0x16, 0x06, 0x86, 0xba, 0xfc, 0xa1, 0x1e, - 0x93, 0xa7, 0x26, 0x63, 0xf2, 0x7c, 0x83, 0xe4, 0x1b, 0x3c, 0x9a, 0xcf, 0x09, 0x9f, 0xd1, 0x3d, - 0x91, 0xd2, 0xf7, 0xb0, 0x26, 0x7d, 0x9b, 0xc6, 0xa3, 0x49, 0xdf, 0x74, 0x59, 0x98, 0xf4, 0x2d, - 0x64, 0xee, 0x6f, 0x22, 0x30, 0x7d, 0x48, 0xb6, 0x96, 0xd6, 0xe4, 0x49, 0x5f, 0x58, 0x6d, 0xd0, - 0x47, 0xf7, 0x5b, 0xeb, 0x2b, 0x35, 0xb2, 0xa7, 0x79, 0x57, 0xc5, 0x0a, 0xdc, 0xa5, 0x5e, 0x73, - 0x9c, 0xa6, 0xba, 0x31, 0x29, 0x8b, 0xe5, 0xa1, 0x26, 0x14, 0x10, 0xeb, 0x81, 0x7c, 0xc2, 0x6f, - 0xa0, 0x96, 0x16, 0xb7, 0x75, 0x93, 0x06, 0x27, 0x78, 0x44, 0xd7, 0xeb, 0x2c, 0x3a, 0xf1, 0x87, - 0x39, 0x16, 0xed, 0xa0, 0xbe, 0xa5, 0x84, 0xb8, 0xef, 0x3e, 0xf7, 0x14, 0xbb, 0xaa, 0xd2, 0xcc, - 0x13, 0xb7, 0xdb, 0x56, 0xed, 0xaa, 0x34, 0x89, 0x21, 0x7f, 0xa8, 0xd8, 0x3c, 0x70, 0xbb, 0x6d, - 0x3b, 0x0e, 0x8d, 0x3e, 0x82, 0x29, 0xa5, 0x48, 0x7e, 0xa4, 0x59, 0x84, 0x40, 0x15, 0xdd, 0x6d, - 0xdb, 0x3a, 0xa4, 0xf5, 0xdb, 0x79, 0x58, 0xc8, 0x48, 0xc1, 0x42, 0x75, 0x40, 0x6a, 0x0e, 0x90, - 0x33, 0xc5, 0x63, 0x2b, 0xd3, 0x47, 0x99, 0x1a, 0x8f, 0x94, 0x80, 0xe8, 0x53, 0x98, 0x50, 0x33, - 0xc2, 0xe4, 0x95, 0x00, 0xde, 0xe6, 0x2c, 0x30, 0x2a, 0x38, 0x0a, 0x00, 0xa2, 0x9e, 0xf0, 0x77, - 0xca, 0x75, 0x22, 0xd1, 0x28, 0xe9, 0x64, 0xce, 0x24, 0xaf, 0x8d, 0xd2, 0x8c, 0xf5, 0xd7, 0xf3, - 0xb0, 0x94, 0x31, 0x0f, 0x75, 0x1c, 0xfe, 0xdf, 0x98, 0x8a, 0x58, 0x92, 0x9f, 0xa1, 0x6f, 0x29, - 0xc9, 0x8f, 0xf5, 0xfb, 0x79, 0xb8, 0xb4, 0xdb, 0x0b, 0xa8, 0x73, 0xeb, 0x7a, 0xf7, 0x25, 0xee, - 0x86, 0x9e, 0xff, 0x9a, 0x3a, 0xe7, 0xa1, 0xf7, 0x60, 0x64, 0x0d, 0x77, 0x3a, 0x1e, 0xff, 0xac, - 0x5d, 0x11, 0xa6, 0xee, 0x38, 0x34, 0x05, 0x5a, 0x3b, 0x67, 0x33, 0x68, 0xf4, 0x11, 0x8c, 0xaf, - 0x61, 0xc7, 0x0f, 0xf7, 0xb0, 0x23, 0x24, 0xd7, 0xcb, 0x1c, 0x55, 0x41, 0xe1, 0x00, 0x6b, 0xe7, - 0xec, 0x08, 0x1a, 0x2d, 0xc3, 0xf0, 0xb6, 0xd7, 0xdd, 0x97, 0xaf, 0xdf, 0x52, 0x1a, 0x24, 0x30, - 0x6b, 0xe7, 0x6c, 0x0a, 0x8b, 0x9e, 0xc2, 0x54, 0x65, 0x1f, 0x77, 0xc3, 0xa7, 0x38, 0x74, 0xda, - 0x4e, 0xe8, 0x70, 0x09, 0xe7, 0x46, 0x1a, 0xb2, 0x06, 0x4c, 0x13, 0xe7, 0xaa, 0x05, 0xd5, 0x11, - 0x18, 0x7a, 0x1a, 0xec, 0x5b, 0xbf, 0x97, 0x83, 0xe2, 0x8a, 0xf7, 0xaa, 0x6b, 0x9c, 0x98, 0x0f, - 0xf4, 0x89, 0x11, 0x2e, 0xd8, 0x06, 0xf8, 0xd8, 0xd4, 0xbc, 0x0b, 0xc3, 0xdb, 0x6e, 0x77, 0x3f, - 0xf6, 0x51, 0x37, 0xe0, 0x11, 0x28, 0x3a, 0x42, 0xb7, 0xbb, 0x2f, 0xba, 0xf4, 0x0e, 0xcc, 0xa7, - 0x40, 0xa2, 0x69, 0xc9, 0xde, 0x86, 0x29, 0x5b, 0x7b, 0x1b, 0xe6, 0x8c, 0x93, 0x96, 0x00, 0xfc, - 0x97, 0x39, 0xc3, 0xea, 0xb3, 0xbe, 0x16, 0x61, 0x54, 0x04, 0xa8, 0x65, 0xdf, 0x01, 0xf1, 0x93, - 0x3a, 0x87, 0x8a, 0xd3, 0xc1, 0x43, 0x0b, 0xca, 0x43, 0xd0, 0x50, 0x1e, 0xfb, 0xb3, 0x3d, 0xfc, - 0xf1, 0x37, 0xd8, 0xa9, 0x92, 0x16, 0x69, 0x73, 0xcd, 0x0b, 0xc2, 0xae, 0xf4, 0x5d, 0xb0, 0xe5, - 0x6f, 0xeb, 0x3f, 0xe6, 0x69, 0x98, 0xc2, 0x8c, 0x65, 0x26, 0xe3, 0xde, 0xaa, 0xf3, 0x71, 0xe4, - 0xb7, 0xea, 0x68, 0x11, 0xc6, 0xb7, 0xea, 0x5a, 0xfc, 0x5d, 0x3b, 0x2a, 0x40, 0xb7, 0x59, 0x06, - 0xb7, 0x8a, 0xdf, 0x7a, 0xe1, 0x86, 0xb8, 0x15, 0xf6, 0x7d, 0xce, 0x9c, 0xec, 0x44, 0x39, 0xb2, - 0x60, 0xf2, 0x51, 0xc7, 0xdd, 0x6b, 0x09, 0x62, 0xac, 0x73, 0x5a, 0x19, 0xba, 0x09, 0xd3, 0x3c, - 0x4b, 0x24, 0x0b, 0x4f, 0xcc, 0x53, 0xa0, 0xd9, 0xb1, 0x52, 0xd2, 0x6e, 0xcd, 0xeb, 0x86, 0x8e, - 0xdb, 0xc5, 0xbe, 0xdd, 0xef, 0x86, 0x2e, 0xcf, 0x19, 0x3e, 0x6e, 0x27, 0xca, 0xd1, 0xbb, 0x30, - 0x27, 0xcb, 0xb6, 0xfc, 0xd6, 0x0b, 0x1c, 0x84, 0x3e, 0x0d, 0xe5, 0x4e, 0x9f, 0x90, 0xdb, 0xe6, - 0x4a, 0xda, 0x42, 0xc7, 0xeb, 0xb7, 0x57, 0xbb, 0x2f, 0x5d, 0xdf, 0x63, 0xf9, 0x05, 0xc7, 0x78, - 0x0b, 0xb1, 0x72, 0x6b, 0xdb, 0x78, 0x02, 0xbe, 0xc1, 0xe6, 0xb0, 0x6a, 0x80, 0x92, 0x1c, 0x00, - 0x7d, 0x0f, 0xc6, 0xeb, 0xf5, 0x35, 0xed, 0x46, 0x21, 0x6e, 0xe4, 0xb7, 0x23, 0x08, 0xeb, 0x7d, - 0xb8, 0x24, 0x89, 0xb0, 0x18, 0x9b, 0x8a, 0x0b, 0x3a, 0x4f, 0x31, 0x23, 0x3d, 0xdf, 0xa3, 0x02, - 0xeb, 0xc7, 0x09, 0xbc, 0x7a, 0xff, 0xf0, 0xd0, 0xf1, 0x5f, 0xa3, 0x8a, 0x8e, 0x37, 0x34, 0x90, - 0xd7, 0x55, 0x87, 0x7f, 0x71, 0x54, 0x3e, 0xa7, 0x12, 0xb7, 0x61, 0x56, 0x3b, 0x91, 0xa2, 0x4b, - 0xa5, 0xf8, 0x87, 0x44, 0x39, 0x2a, 0x4b, 0x00, 0x3c, 0x78, 0xef, 0x86, 0xb7, 0xcf, 0x3d, 0x93, - 0x95, 0x12, 0xeb, 0x21, 0xcc, 0xc5, 0x68, 0x72, 0xc1, 0xea, 0x7b, 0x20, 0x45, 0x41, 0x4a, 0x74, - 0xa8, 0x7a, 0xe1, 0x57, 0x47, 0xe5, 0x29, 0xb2, 0x2d, 0xee, 0x44, 0xa1, 0xb4, 0xc4, 0x5f, 0xd6, - 0x53, 0x55, 0x62, 0xaf, 0x74, 0xb4, 0x37, 0x25, 0xf7, 0xe1, 0x3c, 0x2b, 0x89, 0x05, 0xac, 0x51, - 0xa1, 0xf9, 0x68, 0x39, 0xa0, 0x35, 0x47, 0xfd, 0xc6, 0xe8, 0x8f, 0x4a, 0xe4, 0xa1, 0x6c, 0xed, - 0xb2, 0xe8, 0x89, 0x51, 0xb1, 0x0c, 0x8a, 0x33, 0x5c, 0x89, 0x3c, 0xa9, 0x85, 0x59, 0x52, 0xc0, - 0x75, 0xbd, 0x57, 0x1d, 0xdc, 0xde, 0xa7, 0xd9, 0x6c, 0xaa, 0x93, 0xdc, 0x2c, 0x39, 0xec, 0x10, - 0x02, 0x14, 0xcd, 0xfa, 0x1c, 0xe6, 0x6a, 0x1d, 0xec, 0xf8, 0xf1, 0xf6, 0xd0, 0x4d, 0x18, 0xa5, - 0x65, 0xfa, 0x05, 0x9b, 0x43, 0x8a, 0xe8, 0x05, 0x1b, 0xaf, 0x24, 0x42, 0x26, 0x8b, 0x23, 0xa2, - 0x0e, 0x29, 0x92, 0xef, 0x46, 0xe8, 0xef, 0x98, 0xd7, 0x91, 0x61, 0xf4, 0x0c, 0xce, 0xfa, 0x8c, - 0x5e, 0x6b, 0x9b, 0x12, 0x19, 0x9d, 0xcc, 0x0f, 0xee, 0x2f, 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, 0x19, 0x44, 0x7d, 0xf4, 0x45, 0xdb, 0xeb, 0x22, 0xe0, 0x2d, 0x9b, 0x8c, - 0x5b, 0x51, 0x82, 0x22, 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, 0x93, 0x1c, 0xdc, 0x62, 0x66, 0x0b, 0x33, - 0x1e, 0xd5, 0x26, 0x52, 0x90, 0xd1, 0x87, 0xc0, 0x92, 0x78, 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, 0x40, 0x6c, - 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, 0x0f, 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, 0x73, 0xe6, 0x8e, 0xc1, 0xf0, 0xfa, 0xe6, 0xfa, 0x0e, - 0xcb, 0xd8, 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, - 0xcd, 0xd2, 0x70, 0xa9, 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, 0xff, 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, 0xa9, 0xce, 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, 0x67, 0x7d, 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, 0xa6, 0x98, 0x97, 0xb8, 0xf1, 0xa4, - 0xf3, 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, 0x3a, 0x6b, - 0x61, 0x01, 0x4c, 0x66, 0xf8, 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, 0xa9, 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, 0x7f, 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, 0xdc, 0x44, 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, 0x22, 0x11, 0xcd, 0x27, 0x92, 0x2a, 0xf2, 0xa5, 0x13, 0xaf, 0x7e, 0xf4, 0xbc, - 0x8c, 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, 0x06, 0x44, 0xd7, 0xa3, 0x4f, 0x61, 0x6a, 0xc2, 0xbf, 0x12, 0x8a, 0xbf, - 0xc9, 0x69, 0x3c, 0x40, 0x32, 0x5c, 0xbc, 0x81, 0xe8, 0x4d, 0xed, 0x8b, 0x7d, 0x3a, 0xba, 0x9f, - 0xc1, 0xb8, 0x4c, 0x32, 0x27, 0xd9, 0x4a, 0x3c, 0x45, 0x5f, 0xa9, 0x98, 0xac, 0xe0, 0x23, 0xfd, - 0x94, 0xa5, 0x94, 0xd4, 0xf1, 0xe3, 0x79, 0xd8, 0x52, 0x27, 0xf6, 0x23, 0x98, 0x50, 0x32, 0xb0, - 0xc9, 0x8d, 0x9c, 0xcc, 0xca, 0x56, 0xd2, 0x33, 0xf1, 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, 0xc2, 0x56, 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, 0x23, 0x1b, 0x09, 0xbc, 0xa6, 0xf4, 0xb2, 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, 0x29, 0x28, 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, 0x91, 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, 0x17, 0x4b, 0xb9, 0x5f, 0xfc, - 0x72, 0x29, 0xf7, 0xef, 0x7f, 0xb9, 0x94, 0xfb, 0xaf, 0xbf, 0x5c, 0xca, 0xfd, 0x68, 0xf9, 0x64, - 0xa1, 0x12, 0x5b, 0x1d, 0x17, 0x77, 0xc3, 0xbb, 0x8c, 0xdc, 0x79, 0xfa, 0xdf, 0x83, 0xff, 0x13, - 0x00, 0x00, 0xff, 0xff, 0xe4, 0x80, 0xee, 0x9d, 0xdd, 0xcf, 0x00, 0x00, + 0x69, 0xa4, 0xd1, 0x68, 0x77, 0xf4, 0x43, 0xcd, 0xff, 0xcc, 0xce, 0x6c, 0x77, 0x93, 0x12, 0x29, + 0x51, 0x24, 0xa7, 0x9a, 0x6c, 0xcd, 0xee, 0xce, 0x6e, 0x6f, 0xb1, 0x3b, 0x45, 0xd5, 0xa7, 0x66, + 0x57, 0x6f, 0x55, 0xb5, 0x34, 0xba, 0xc3, 0xf7, 0x7d, 0xbe, 0x3b, 0xdf, 0x3d, 0xd8, 0xf0, 0xf9, + 0x0c, 0xdf, 0x19, 0x3e, 0xdf, 0xc3, 0x19, 0xb0, 0x5f, 0x6c, 0xc0, 0x80, 0x61, 0xe0, 0x70, 0x2f, + 0x7e, 0x39, 0xdb, 0x80, 0xd7, 0x06, 0x0e, 0x30, 0x60, 0x1f, 0x0c, 0xf8, 0x81, 0xe7, 0xdb, 0x47, + 0x02, 0x7e, 0x30, 0x0c, 0xfb, 0x61, 0x01, 0x03, 0x46, 0xfe, 0x56, 0x66, 0x55, 0x56, 0x35, 0x29, + 0x71, 0xc7, 0x2f, 0x12, 0x3b, 0x33, 0x22, 0xf2, 0x3f, 0x2a, 0x22, 0x32, 0x32, 0x02, 0x6e, 0x85, + 0xb8, 0x83, 0x7b, 0x9e, 0x1f, 0xde, 0xee, 0xe0, 0x7d, 0xa7, 0xf5, 0xea, 0x76, 0xab, 0xe3, 0xe2, + 0x6e, 0x78, 0xbb, 0xe7, 0x7b, 0xa1, 0x77, 0xdb, 0xe9, 0x87, 0xcf, 0x02, 0xec, 0xbf, 0x70, 0x5b, + 0xf8, 0x16, 0x2d, 0x41, 0x23, 0xf4, 0xbf, 0xd2, 0xec, 0xbe, 0xb7, 0xef, 0x31, 0x18, 0xf2, 0x17, + 0xab, 0x2c, 0x2d, 0xec, 0x7b, 0xde, 0x7e, 0x07, 0x33, 0xe4, 0xbd, 0xfe, 0xd3, 0xdb, 0xf8, 0xa0, + 0x17, 0xbe, 0xe2, 0x95, 0xe5, 0x78, 0x65, 0xe8, 0x1e, 0xe0, 0x20, 0x74, 0x0e, 0x7a, 0x1c, 0xe0, + 0x1d, 0xd9, 0x15, 0x27, 0x0c, 0x49, 0x4d, 0xe8, 0x7a, 0xdd, 0xdb, 0x2f, 0xee, 0xaa, 0x3f, 0x39, + 0xe8, 0x8d, 0xcc, 0x5e, 0xb7, 0xb0, 0x1f, 0x06, 0x09, 0xa2, 0x1c, 0x32, 0x7c, 0xd5, 0xc3, 0xc1, + 0x6d, 0xfc, 0x02, 0x77, 0x43, 0xf1, 0x1f, 0x07, 0xbd, 0x62, 0x06, 0xa5, 0xff, 0x72, 0x90, 0x77, + 0xcd, 0x20, 0x2f, 0xf1, 0x1e, 0x99, 0xa9, 0xae, 0xfc, 0x63, 0x00, 0xb8, 0xef, 0xf4, 0x7a, 0xd8, + 0x8f, 0xfe, 0x48, 0xf4, 0xb5, 0x1f, 0x38, 0xfb, 0x98, 0xf7, 0xf1, 0xc5, 0x5d, 0xf5, 0x27, 0x03, + 0xb5, 0x7e, 0x67, 0x09, 0x46, 0x56, 0x49, 0x01, 0xfa, 0x08, 0x86, 0x77, 0x5e, 0xf5, 0x70, 0x31, + 0x77, 0x39, 0x77, 0x63, 0x7a, 0xb9, 0xc0, 0xea, 0x6f, 0x6d, 0xf5, 0xb0, 0x4f, 0x27, 0xac, 0x8a, + 0x8e, 0x0e, 0xcb, 0xd3, 0xa4, 0xdd, 0xef, 0x7a, 0x07, 0x6e, 0x48, 0x17, 0xc4, 0xa6, 0x18, 0xe8, + 0x09, 0x4c, 0xdb, 0x38, 0xf0, 0xfa, 0x7e, 0x0b, 0xaf, 0x61, 0xa7, 0x8d, 0xfd, 0x62, 0xfe, 0x72, + 0xee, 0xc6, 0xc4, 0xf2, 0xdc, 0x2d, 0x36, 0x64, 0xbd, 0xb2, 0x7a, 0xe1, 0xe8, 0xb0, 0x8c, 0x7c, + 0x5e, 0x16, 0x11, 0x5b, 0x3b, 0x63, 0xc7, 0xc8, 0xa0, 0xaf, 0x61, 0xaa, 0x86, 0xfd, 0xb0, 0xd2, + 0x0f, 0x9f, 0x79, 0xbe, 0x1b, 0xbe, 0x2a, 0x0e, 0x51, 0xba, 0x17, 0x38, 0x5d, 0xad, 0xae, 0xb1, + 0x5c, 0x5d, 0x3c, 0x3a, 0x2c, 0x17, 0xc9, 0x9a, 0x35, 0x1d, 0x51, 0xaa, 0x91, 0xd7, 0x89, 0xa1, + 0xaf, 0x60, 0xb2, 0x4e, 0x36, 0x43, 0x6b, 0xc7, 0x7b, 0x8e, 0xbb, 0x41, 0x71, 0x58, 0xeb, 0xb4, + 0x5a, 0xd5, 0x58, 0xae, 0x2e, 0x1c, 0x1d, 0x96, 0xe7, 0xe9, 0xde, 0x69, 0x35, 0x43, 0x5a, 0xa8, + 0x91, 0xd6, 0x28, 0xa1, 0x9f, 0xc2, 0xf4, 0xb6, 0xef, 0xbd, 0x70, 0x03, 0xd7, 0xeb, 0xd2, 0xa2, + 0xe2, 0x08, 0xa5, 0x3d, 0xcf, 0x69, 0xeb, 0x95, 0x8d, 0xe5, 0xea, 0xa5, 0xa3, 0xc3, 0xf2, 0xc5, + 0x9e, 0x28, 0x65, 0x0d, 0xe8, 0x33, 0xa3, 0xa3, 0xa0, 0x1d, 0x98, 0xa8, 0x75, 0xfa, 0x41, 0x88, + 0xfd, 0x4d, 0xe7, 0x00, 0x17, 0xcf, 0x52, 0xf2, 0xb3, 0x62, 0x5e, 0xa2, 0x9a, 0xc6, 0x72, 0xb5, + 0x74, 0x74, 0x58, 0xbe, 0xd0, 0x62, 0x45, 0xcd, 0xae, 0x73, 0xa0, 0x4f, 0xb9, 0x4a, 0x06, 0x7d, + 0x08, 0xc3, 0xbb, 0x01, 0xf6, 0x8b, 0x63, 0x94, 0xdc, 0x14, 0x27, 0x47, 0x8a, 0x1a, 0xcb, 0x6c, + 0xfd, 0xfb, 0x01, 0xf6, 0x35, 0x7c, 0x8a, 0x40, 0x10, 0x6d, 0xaf, 0x83, 0x8b, 0xe3, 0x1a, 0x22, + 0x29, 0x6a, 0x7c, 0xc0, 0x10, 0x7d, 0xaf, 0xa3, 0x37, 0x4c, 0x11, 0xd0, 0x3a, 0x8c, 0x93, 0x96, + 0x83, 0x9e, 0xd3, 0xc2, 0x45, 0xa0, 0xd8, 0x05, 0x8e, 0x2d, 0xcb, 0xab, 0xf3, 0x47, 0x87, 0xe5, + 0xf3, 0x5d, 0xf1, 0x53, 0xa3, 0x12, 0x61, 0xa3, 0x2f, 0xe0, 0x6c, 0x1d, 0xfb, 0x2f, 0xb0, 0x5f, + 0x9c, 0xa0, 0x74, 0x66, 0xc4, 0x42, 0xd2, 0xc2, 0xc6, 0x72, 0x75, 0xf6, 0xe8, 0xb0, 0x5c, 0x08, + 0xe8, 0x2f, 0x8d, 0x06, 0x47, 0x23, 0xbb, 0xcd, 0xc6, 0x2f, 0xb0, 0x1f, 0xe0, 0x9d, 0x7e, 0xb7, + 0x8b, 0x3b, 0xc5, 0x49, 0x6d, 0xb7, 0x69, 0x75, 0x62, 0xb7, 0xf9, 0xac, 0xb0, 0x19, 0xd2, 0x52, + 0x7d, 0xb7, 0x69, 0x08, 0xe8, 0x19, 0x14, 0xd8, 0x5f, 0x35, 0xaf, 0xdb, 0xc5, 0x2d, 0x72, 0xa4, + 0x8a, 0x53, 0xb4, 0x81, 0x8b, 0xbc, 0x81, 0x78, 0x75, 0x63, 0xb9, 0x5a, 0x3e, 0x3a, 0x2c, 0x2f, + 0x30, 0xda, 0xcd, 0x96, 0xac, 0xd0, 0x9a, 0x49, 0x50, 0x25, 0xe3, 0xa8, 0xb4, 0x5a, 0x38, 0x08, + 0x6c, 0xfc, 0xb3, 0x3e, 0x0e, 0xc2, 0xe2, 0xb4, 0x36, 0x0e, 0xad, 0xae, 0x71, 0x8f, 0x8d, 0xc3, + 0xa1, 0x85, 0x4d, 0x9f, 0x95, 0xea, 0xe3, 0xd0, 0x10, 0xd0, 0x36, 0x40, 0xa5, 0xd7, 0xab, 0xe3, + 0x80, 0x6c, 0xc6, 0xe2, 0x0c, 0x25, 0x7d, 0x9e, 0x93, 0x7e, 0x82, 0xf7, 0x78, 0x45, 0x63, 0xb9, + 0x7a, 0xf1, 0xe8, 0xb0, 0x3c, 0xe7, 0xf4, 0x7a, 0xcd, 0x80, 0x15, 0x69, 0x44, 0x15, 0x1a, 0x6c, + 0xde, 0x0f, 0xbc, 0x10, 0xf3, 0xad, 0x58, 0x2c, 0xc4, 0xe6, 0x5d, 0xa9, 0x13, 0xfd, 0xf5, 0x69, + 0x61, 0x93, 0x6f, 0xeb, 0xf8, 0xbc, 0x2b, 0x08, 0xe4, 0x2c, 0xae, 0x38, 0xa1, 0xb3, 0xe7, 0x04, + 0x98, 0x6f, 0x8f, 0x73, 0xda, 0x59, 0xd4, 0x2b, 0x1b, 0xf7, 0xd8, 0x59, 0x6c, 0xf3, 0xd2, 0xa6, + 0x61, 0xbf, 0xc4, 0xe8, 0x91, 0x19, 0x89, 0x06, 0x5e, 0x44, 0x03, 0x66, 0xe4, 0x25, 0xde, 0x33, + 0xcf, 0x48, 0x04, 0x8a, 0xd6, 0x60, 0xec, 0x09, 0xde, 0x63, 0x9c, 0xe3, 0x3c, 0xa5, 0x77, 0x2e, + 0xa2, 0xc7, 0x78, 0xc6, 0x3d, 0x76, 0x2a, 0x08, 0xb5, 0x24, 0xb7, 0x90, 0xd8, 0xe8, 0xb7, 0x73, + 0x30, 0x2f, 0x4e, 0x38, 0x0e, 0x5f, 0x7a, 0xfe, 0x73, 0xb7, 0xbb, 0x5f, 0xf3, 0xba, 0x4f, 0xdd, + 0xfd, 0xe2, 0x2c, 0xa5, 0x7c, 0x39, 0xc6, 0x34, 0x62, 0x50, 0x8d, 0xe5, 0xea, 0xdb, 0x47, 0x87, + 0xe5, 0xab, 0x92, 0x81, 0xc8, 0x7a, 0xb2, 0x21, 0x9f, 0xba, 0xfb, 0x5a, 0xc3, 0x69, 0x6d, 0xa1, + 0xdf, 0xc8, 0xc1, 0x05, 0x3e, 0x3a, 0x1b, 0xb7, 0x3c, 0xbf, 0x1d, 0x75, 0x63, 0x8e, 0x76, 0xa3, + 0x2c, 0x4f, 0xab, 0x09, 0xa8, 0xb1, 0x5c, 0xbd, 0x7e, 0x74, 0x58, 0xb6, 0xf8, 0xc4, 0x35, 0x7d, + 0x51, 0x6d, 0xea, 0x44, 0x4a, 0x43, 0x64, 0x27, 0x10, 0xe6, 0xbf, 0xed, 0xe3, 0xa7, 0xd8, 0xc7, + 0xdd, 0x16, 0x2e, 0x5e, 0xd0, 0x76, 0x82, 0x5e, 0x29, 0xb8, 0x32, 0xf9, 0x94, 0x34, 0x7b, 0xb2, + 0x58, 0xdf, 0x09, 0x3a, 0x0a, 0xfa, 0x19, 0x20, 0x3e, 0x01, 0x95, 0x7e, 0xdb, 0x0d, 0xf9, 0x00, + 0xe7, 0x69, 0x2b, 0x0b, 0xfa, 0x3c, 0x2b, 0x00, 0x8d, 0xe5, 0xaa, 0x75, 0x74, 0x58, 0x5e, 0x12, + 0x53, 0xec, 0x90, 0x2a, 0xd3, 0xc0, 0x0c, 0xc4, 0x09, 0xe7, 0xdd, 0xf0, 0x5a, 0xcf, 0x8b, 0x45, + 0x8d, 0xf3, 0x92, 0x22, 0xc1, 0xb2, 0x3b, 0x5e, 0xeb, 0xb9, 0xce, 0x79, 0x49, 0x2d, 0x0a, 0xe1, + 0x3c, 0x5f, 0x25, 0x1b, 0x07, 0xa1, 0xef, 0x52, 0xde, 0x11, 0x14, 0x2f, 0x52, 0x3a, 0x8b, 0x82, + 0x07, 0x27, 0x21, 0x1a, 0xef, 0xb1, 0xde, 0xf2, 0x8d, 0xd0, 0xf4, 0x95, 0x3a, 0xad, 0x19, 0x13, + 0x79, 0xf4, 0xff, 0xc2, 0xdc, 0x13, 0xb7, 0xdb, 0xf6, 0x5e, 0x06, 0x2b, 0x38, 0x78, 0x1e, 0x7a, + 0xbd, 0x3a, 0x13, 0x0a, 0x8b, 0x25, 0xda, 0xee, 0x92, 0xd8, 0xe6, 0x26, 0x98, 0xc6, 0xbd, 0xea, + 0xb5, 0xa3, 0xc3, 0xf2, 0x95, 0x97, 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, 0x00, 0xc6, 0x04, 0x7b, 0x28, 0x2e, 0x6a, 0x47, 0x57, 0x14, + 0x37, 0xee, 0x31, 0x09, 0x48, 0xb0, 0x18, 0xfd, 0xe4, 0x0a, 0x28, 0xb4, 0x01, 0xe3, 0x94, 0x47, + 0x52, 0x96, 0x75, 0x89, 0x52, 0x42, 0x62, 0xa3, 0x8a, 0xf2, 0xc6, 0xbd, 0x6a, 0xf1, 0xe8, 0xb0, + 0x3c, 0xcb, 0xb8, 0x6c, 0x82, 0x51, 0x45, 0x04, 0xd0, 0x3d, 0x18, 0xaa, 0xf4, 0x7a, 0xc5, 0x25, + 0x4a, 0x67, 0x32, 0xa2, 0xd3, 0xb8, 0x57, 0x3d, 0x77, 0x74, 0x58, 0x9e, 0x72, 0x7a, 0xfa, 0xb0, + 0x08, 0x34, 0xda, 0x83, 0x42, 0xbd, 0xeb, 0xbd, 0x7c, 0xda, 0x71, 0x9e, 0x63, 0xc1, 0xde, 0xca, + 0xe9, 0xec, 0x8d, 0x7e, 0xac, 0x02, 0x81, 0x60, 0x64, 0x72, 0x09, 0x7a, 0xe4, 0xb3, 0xf8, 0xa8, + 0xbf, 0x87, 0xfd, 0x2e, 0x0e, 0x71, 0xc0, 0x47, 0x7b, 0x59, 0xfb, 0x2c, 0xc6, 0xab, 0x1b, 0xf7, + 0x58, 0x4b, 0xcf, 0x65, 0xb9, 0x69, 0xec, 0x09, 0xaa, 0xa8, 0x03, 0xe7, 0xa2, 0x32, 0xf1, 0xa9, + 0xb9, 0x42, 0x9b, 0x2a, 0x25, 0x9a, 0x8a, 0x3e, 0x37, 0x97, 0x8f, 0x0e, 0xcb, 0x8b, 0x4a, 0x5b, + 0xa6, 0x4f, 0x4e, 0x92, 0x30, 0x7a, 0x04, 0xe3, 0xeb, 0xdd, 0x20, 0x74, 0x3a, 0x1d, 0xec, 0x17, + 0x2d, 0x6d, 0xf9, 0x64, 0x79, 0xe3, 0x2e, 0x63, 0xe2, 0xae, 0x28, 0xd0, 0x57, 0x4f, 0xc2, 0xa1, + 0x36, 0xcc, 0xa8, 0xdf, 0x1c, 0x72, 0x5e, 0xae, 0x52, 0x92, 0x45, 0xc3, 0x47, 0x8c, 0x9c, 0x94, + 0xbb, 0xd5, 0xa5, 0xa3, 0xc3, 0x72, 0x49, 0xfb, 0x8a, 0xc5, 0x8f, 0x48, 0x9c, 0x24, 0xfa, 0x4d, + 0xc2, 0xa3, 0x2b, 0x8f, 0x37, 0xd6, 0xdb, 0xdb, 0xbc, 0x88, 0x0a, 0x9d, 0x44, 0x9e, 0x7f, 0x4b, + 0xe7, 0xd1, 0x46, 0xa0, 0xc6, 0x5d, 0xf6, 0xa5, 0x08, 0x9c, 0x83, 0x4e, 0xd3, 0x6d, 0xcb, 0x73, + 0xd9, 0xec, 0x71, 0x80, 0x18, 0x93, 0x36, 0x12, 0x41, 0x3f, 0x86, 0x69, 0x59, 0xc3, 0x76, 0xdc, + 0xb5, 0xf4, 0x1d, 0x47, 0x07, 0xa9, 0xb4, 0x97, 0xdc, 0x70, 0x31, 0x62, 0xe4, 0x54, 0x11, 0x81, + 0xf5, 0x81, 0xef, 0xf5, 0x7b, 0xc5, 0xeb, 0xda, 0xb2, 0xc8, 0xf2, 0xc6, 0x5d, 0x76, 0xaa, 0x88, + 0xac, 0xdb, 0xdc, 0x27, 0x25, 0xfa, 0xba, 0x48, 0x40, 0xf2, 0x9d, 0xde, 0x5d, 0xe7, 0x5c, 0xfe, + 0x6d, 0xed, 0xb0, 0x8b, 0x62, 0xb1, 0xc4, 0x7d, 0xd7, 0xc4, 0xd0, 0x25, 0x36, 0x72, 0x60, 0x7a, + 0xeb, 0x79, 0xe8, 0xac, 0x1f, 0x10, 0xad, 0xcd, 0xee, 0x77, 0x70, 0xf1, 0x86, 0xc6, 0x98, 0xf4, + 0x4a, 0xb1, 0xbe, 0xde, 0xf3, 0xd0, 0x69, 0xba, 0xb4, 0xb8, 0xe9, 0xf7, 0x63, 0x02, 0x76, 0x8c, + 0x20, 0xe1, 0x7d, 0xa4, 0xa4, 0x12, 0x04, 0xee, 0x7e, 0xf7, 0x00, 0x77, 0xc3, 0xe2, 0x3b, 0x89, + 0x26, 0xa2, 0xca, 0xc6, 0x5d, 0xc6, 0xfb, 0x68, 0x13, 0x8e, 0x2c, 0x4e, 0xb6, 0x10, 0xa1, 0xa0, + 0x3a, 0x4c, 0xac, 0x77, 0x43, 0xbc, 0xcf, 0x14, 0xc6, 0xe2, 0x4d, 0x4d, 0x29, 0x51, 0x6a, 0x1a, + 0x77, 0x99, 0x28, 0xe4, 0x46, 0x45, 0xba, 0x4e, 0xa2, 0xc0, 0x12, 0x4d, 0xe7, 0x89, 0x13, 0xb6, + 0x9e, 0x11, 0x05, 0xab, 0x1f, 0x14, 0xbf, 0xa3, 0x11, 0x55, 0x6a, 0x1a, 0x77, 0x99, 0xa6, 0xf3, + 0x92, 0x14, 0x35, 0x03, 0x5a, 0xa6, 0x53, 0x55, 0x80, 0xab, 0x00, 0x63, 0x42, 0xd7, 0x7c, 0x38, + 0x3c, 0x36, 0x5a, 0x18, 0xb3, 0xfe, 0x38, 0x07, 0x23, 0x14, 0x02, 0x7d, 0x01, 0x23, 0x8f, 0xdc, + 0x6e, 0x3b, 0x28, 0xe6, 0x2e, 0x0f, 0x29, 0xfa, 0x08, 0xad, 0x24, 0x15, 0xd5, 0xf9, 0x9f, 0x1f, + 0x96, 0xcf, 0x1c, 0x1d, 0x96, 0x67, 0x9e, 0x13, 0x30, 0x45, 0x1d, 0x66, 0x78, 0x68, 0x17, 0xce, + 0x57, 0x3a, 0x1d, 0xef, 0xe5, 0xb6, 0xe3, 0x87, 0xae, 0xd3, 0xa9, 0xf7, 0xa9, 0x00, 0x4d, 0x95, + 0xe2, 0xb1, 0xea, 0xd5, 0xa3, 0xc3, 0x72, 0xd9, 0x21, 0xd5, 0xcd, 0x1e, 0xab, 0x6f, 0x06, 0x0c, + 0x40, 0x21, 0x64, 0xc2, 0xb7, 0xfe, 0xe4, 0x2c, 0x14, 0xd6, 0xbc, 0x20, 0x24, 0x5a, 0xac, 0x14, + 0xc7, 0xaf, 0xc2, 0x59, 0x52, 0xb6, 0xbe, 0x42, 0xf5, 0xf6, 0xf1, 0xea, 0xc4, 0xd1, 0x61, 0x79, + 0xf4, 0x99, 0x17, 0x84, 0x4d, 0xb7, 0x6d, 0xf3, 0x2a, 0xf4, 0x0e, 0x8c, 0x6d, 0x7a, 0x6d, 0x4c, + 0x55, 0xc5, 0x3c, 0x05, 0x9b, 0x3a, 0x3a, 0x2c, 0x8f, 0x77, 0xbd, 0x36, 0xa6, 0x1a, 0xa1, 0x2d, + 0xab, 0x51, 0x83, 0x6b, 0x72, 0x43, 0x14, 0xac, 0x7a, 0x74, 0x58, 0x1e, 0x26, 0xaa, 0xdb, 0x2f, + 0x0f, 0xcb, 0x1f, 0xec, 0xbb, 0xe1, 0xb3, 0xfe, 0xde, 0xad, 0x96, 0x77, 0x70, 0x7b, 0xdf, 0x77, + 0x5e, 0xb8, 0xcc, 0x90, 0xe2, 0x74, 0x6e, 0x47, 0xe6, 0x96, 0x9e, 0xcb, 0xad, 0x1c, 0xf5, 0x57, + 0x41, 0x88, 0x0f, 0x08, 0x25, 0xae, 0xe8, 0x3d, 0x81, 0xd9, 0x4a, 0xbb, 0xed, 0x32, 0x8c, 0x6d, + 0xdf, 0xed, 0xb6, 0xdc, 0x9e, 0xd3, 0x21, 0x4a, 0xf7, 0xd0, 0x8d, 0x71, 0x3e, 0x29, 0xb2, 0xbe, + 0xd9, 0x93, 0x00, 0xca, 0xa4, 0x18, 0x09, 0xa0, 0x7b, 0x30, 0xb6, 0xb2, 0x59, 0xa7, 0x6a, 0x60, + 0x71, 0x84, 0x12, 0xa3, 0x07, 0xae, 0xdd, 0x0d, 0xe8, 0xd0, 0x54, 0x02, 0x12, 0x10, 0x7d, 0x00, + 0x93, 0xdb, 0xfd, 0xbd, 0x8e, 0xdb, 0xda, 0xd9, 0xa8, 0x3f, 0xc2, 0xaf, 0xa8, 0xfe, 0x3c, 0xc9, + 0xc4, 0xa5, 0x1e, 0x2d, 0x6f, 0x86, 0x9d, 0xa0, 0xf9, 0x1c, 0xbf, 0xb2, 0x35, 0xb8, 0x08, 0xaf, + 0x5e, 0x5f, 0x23, 0x78, 0xa3, 0x09, 0xbc, 0x20, 0x78, 0xa6, 0xe2, 0x31, 0x38, 0x74, 0x1b, 0x80, + 0x69, 0x25, 0x95, 0x76, 0x9b, 0xa9, 0xd7, 0xe3, 0xd5, 0x99, 0xa3, 0xc3, 0xf2, 0x04, 0xd7, 0x63, + 0x9c, 0x76, 0xdb, 0xb7, 0x15, 0x10, 0x54, 0x83, 0x31, 0xdb, 0x63, 0x13, 0xcc, 0x95, 0xea, 0x19, + 0xa9, 0x54, 0xb3, 0x62, 0x6e, 0x46, 0xe1, 0xbf, 0xd4, 0x51, 0x0a, 0x08, 0x54, 0x86, 0xd1, 0x4d, + 0xaf, 0xe6, 0xb4, 0x9e, 0x31, 0xd5, 0x7a, 0xac, 0x3a, 0x72, 0x74, 0x58, 0xce, 0xbd, 0x6b, 0x8b, + 0x52, 0xf4, 0x02, 0x26, 0xa2, 0x85, 0x0a, 0x8a, 0x13, 0x74, 0xfa, 0x76, 0xc8, 0x29, 0x0a, 0x68, + 0x71, 0x93, 0x2c, 0xbd, 0x32, 0x83, 0x6f, 0xb0, 0x0b, 0xd4, 0x86, 0x50, 0x07, 0x2e, 0xed, 0x92, + 0x8f, 0xdb, 0x5e, 0x07, 0x47, 0xc5, 0x95, 0x20, 0xc0, 0x3e, 0xa1, 0xb5, 0xbe, 0x42, 0x35, 0xef, + 0x71, 0x2e, 0xf2, 0x47, 0x3d, 0x21, 0x7c, 0x88, 0x81, 0x34, 0xdd, 0xb6, 0x32, 0xe2, 0x6c, 0x62, + 0xd6, 0xff, 0xce, 0x01, 0xda, 0xea, 0xe1, 0x6e, 0xbd, 0xbe, 0x46, 0x8e, 0x8e, 0x38, 0x39, 0xdf, + 0x85, 0x71, 0xb6, 0x46, 0x64, 0x21, 0xf3, 0x74, 0x21, 0xa7, 0x8f, 0x0e, 0xcb, 0xc0, 0x17, 0x92, + 0x2c, 0x62, 0x04, 0x80, 0xae, 0xc1, 0xd0, 0xce, 0xce, 0x06, 0x3d, 0x16, 0x43, 0xd5, 0xf3, 0x47, + 0x87, 0xe5, 0xa1, 0x30, 0xec, 0xfc, 0xf2, 0xb0, 0x3c, 0xb6, 0xd2, 0x67, 0x8c, 0xca, 0x26, 0xf5, + 0xe8, 0x1a, 0x8c, 0x0a, 0xd1, 0x62, 0x38, 0x3a, 0x8f, 0x5c, 0x66, 0xb0, 0x45, 0x1d, 0xfa, 0x0e, + 0x37, 0xb4, 0x8c, 0x98, 0x0c, 0x2d, 0x63, 0xe4, 0xd0, 0x91, 0x8f, 0x0f, 0x37, 0xae, 0xdc, 0x82, + 0x11, 0xb6, 0x3e, 0x67, 0x29, 0x3f, 0x8a, 0x59, 0x57, 0xc6, 0x8f, 0x0e, 0xcb, 0x23, 0x74, 0x9d, + 0x6c, 0x06, 0xf6, 0x70, 0x78, 0x2c, 0x57, 0xc8, 0xdb, 0x63, 0x04, 0x97, 0x9c, 0x00, 0xeb, 0x3b, + 0x30, 0xa1, 0x0c, 0x1f, 0x2d, 0xc2, 0x30, 0xf9, 0x9f, 0xf2, 0x8b, 0x49, 0xd6, 0x58, 0x8b, 0x4c, + 0x0b, 0x2d, 0xb5, 0xfe, 0x64, 0x0a, 0x0a, 0x04, 0x53, 0x63, 0x32, 0xda, 0x54, 0xe5, 0x06, 0x4d, + 0xd5, 0x0d, 0x90, 0x6d, 0x73, 0x6e, 0x33, 0x79, 0x74, 0x58, 0x1e, 0xeb, 0xf3, 0xb2, 0xa8, 0x67, + 0xa8, 0x0e, 0xa3, 0xab, 0xdf, 0xf4, 0x5c, 0x1f, 0x07, 0xdc, 0xb2, 0x57, 0xba, 0xc5, 0x6c, 0xbb, + 0xb7, 0x84, 0x6d, 0xf7, 0xd6, 0x8e, 0xb0, 0xed, 0x56, 0x2f, 0x71, 0xae, 0x7b, 0x0e, 0x33, 0x94, + 0x68, 0x03, 0xfc, 0xde, 0x5f, 0x96, 0x73, 0xb6, 0xa0, 0x84, 0xbe, 0x0b, 0x67, 0xef, 0x7b, 0xfe, + 0x81, 0x13, 0xf2, 0x15, 0xa0, 0x66, 0x9f, 0xa7, 0xb4, 0x44, 0xd9, 0x33, 0x1c, 0x06, 0xdd, 0x87, + 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, 0x55, 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, 0xe1, 0x3d, + 0x8a, 0xef, 0x3e, 0x6a, 0xe6, 0xa5, 0x80, 0xf4, 0xdc, 0xcd, 0x50, 0x1b, 0xb6, 0xfa, 0xd1, 0xa5, + 0x75, 0xe8, 0x4b, 0x00, 0xde, 0x2b, 0xa2, 0xe8, 0x4c, 0x70, 0x69, 0x4c, 0x1b, 0x64, 0xa5, 0xd7, + 0xab, 0x2e, 0xf1, 0xf1, 0x5d, 0x90, 0xe3, 0xd3, 0x54, 0x1f, 0x5b, 0x21, 0x82, 0xbe, 0x80, 0x49, + 0xca, 0xbb, 0xc4, 0x8a, 0x4e, 0xd2, 0x15, 0xa5, 0x96, 0x60, 0xca, 0x8e, 0x0c, 0xeb, 0xa9, 0x21, + 0xa0, 0xff, 0x0f, 0xe6, 0x38, 0xb9, 0x98, 0xd6, 0x39, 0xc5, 0xb5, 0x6c, 0xad, 0x7b, 0x3a, 0x4c, + 0xf5, 0x26, 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, 0x04, 0x2e, 0x44, 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, 0x82, 0x29, 0xde, 0x16, 0x37, 0x93, 0x9f, + 0xcb, 0xde, 0x68, 0x12, 0x98, 0x9b, 0xac, 0xc5, 0x4f, 0x26, 0x23, 0xe9, 0xb4, 0xd0, 0xd7, 0x30, + 0xf1, 0xf8, 0x7e, 0xc5, 0xc6, 0x41, 0xcf, 0xeb, 0x06, 0x98, 0x9b, 0xfd, 0x96, 0x38, 0xe9, 0xc7, + 0xf7, 0x2b, 0x95, 0x7e, 0xf8, 0x0c, 0x77, 0x43, 0xb7, 0xe5, 0x84, 0x58, 0x40, 0x31, 0x09, 0xf5, + 0xe0, 0xa9, 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, 0xbb, 0xf2, 0x26, 0xee, 0x96, 0x7a, 0xdf, 0xf5, 0xe2, + 0xee, 0xad, 0x4a, 0xf4, 0xb3, 0x2e, 0x90, 0xec, 0x59, 0xc7, 0x50, 0x6a, 0x7d, 0x05, 0xe3, 0xf2, + 0xd8, 0xa1, 0x51, 0x18, 0xaa, 0x74, 0x3a, 0x85, 0x33, 0xe4, 0x8f, 0x7a, 0x7d, 0xad, 0x90, 0x43, + 0xd3, 0x00, 0x11, 0xaf, 0x29, 0xe4, 0xd1, 0x64, 0x64, 0xf5, 0x28, 0x0c, 0x51, 0xf8, 0x5e, 0xaf, + 0x30, 0x8c, 0x50, 0xdc, 0xdc, 0x52, 0x18, 0xb1, 0x76, 0x61, 0x5c, 0x4e, 0x24, 0x9a, 0x81, 0x89, + 0xdd, 0xcd, 0xfa, 0xf6, 0x6a, 0x6d, 0xfd, 0xfe, 0xfa, 0xea, 0x4a, 0xe1, 0x0c, 0xba, 0x04, 0x17, + 0x77, 0xea, 0x6b, 0xcd, 0x95, 0x6a, 0x73, 0x63, 0xab, 0x56, 0xd9, 0x68, 0x6e, 0xdb, 0x5b, 0x5f, + 0xfd, 0xa0, 0xb9, 0xb3, 0xbb, 0xb9, 0xb9, 0xba, 0x51, 0xc8, 0xa1, 0x22, 0xcc, 0x92, 0xea, 0x47, + 0xbb, 0xd5, 0x55, 0x15, 0xa0, 0x90, 0xb7, 0xfe, 0x73, 0x2e, 0xc1, 0xe9, 0xd0, 0x32, 0x4c, 0x70, + 0xf5, 0x92, 0xae, 0x3e, 0x13, 0x90, 0x0b, 0x47, 0x87, 0xe5, 0x49, 0xa1, 0x9a, 0xd2, 0x85, 0x55, + 0x81, 0xc8, 0xc7, 0x6b, 0x9b, 0x2c, 0x61, 0xcb, 0xeb, 0xa8, 0x1f, 0xaf, 0x1e, 0x2f, 0xb3, 0x65, + 0x2d, 0x5a, 0x56, 0x3e, 0x73, 0x4c, 0x5a, 0xa6, 0x12, 0x99, 0xf8, 0xcc, 0xa9, 0x2c, 0x4f, 0x7e, + 0xf0, 0x96, 0x15, 0xeb, 0xd0, 0x70, 0x84, 0x63, 0x60, 0xb1, 0x12, 0xce, 0xea, 0xa7, 0x30, 0x11, + 0xf4, 0x69, 0xc2, 0x98, 0xc5, 0x46, 0x48, 0xb9, 0x64, 0x8c, 0x57, 0x24, 0xec, 0x54, 0x65, 0x18, + 0x61, 0xbb, 0x8b, 0x0d, 0x92, 0x4a, 0x11, 0x1d, 0x52, 0x60, 0xb3, 0x72, 0xeb, 0x77, 0x87, 0x54, + 0x86, 0x4a, 0xa4, 0x06, 0x65, 0x12, 0xa9, 0xd4, 0x40, 0x27, 0x8f, 0x96, 0x12, 0x01, 0x81, 0x6b, + 0xd8, 0xeb, 0x2b, 0x9c, 0x22, 0x15, 0x10, 0x84, 0xbd, 0xd6, 0x6d, 0xdb, 0x11, 0x00, 0x91, 0x86, + 0x99, 0xb4, 0x40, 0xa5, 0xe1, 0xa1, 0x48, 0x1a, 0xe6, 0xf2, 0x04, 0x93, 0x86, 0x23, 0x10, 0xb2, + 0x90, 0xea, 0x6d, 0xd7, 0x70, 0xb4, 0x90, 0xea, 0xbd, 0x96, 0x7e, 0x97, 0xf5, 0x09, 0x40, 0xe5, + 0x49, 0x9d, 0xca, 0x82, 0xf6, 0x26, 0xff, 0xa8, 0xd3, 0xe3, 0xe7, 0xbc, 0x0c, 0xb8, 0x34, 0xe9, + 0xab, 0x62, 0xb3, 0x02, 0x8d, 0xaa, 0x30, 0x55, 0xf9, 0xb5, 0xbe, 0x8f, 0xd7, 0xdb, 0xe4, 0x04, + 0x87, 0x4c, 0x3f, 0x18, 0xe7, 0x37, 0x25, 0xa4, 0xa2, 0xe9, 0xf2, 0x1a, 0x85, 0x80, 0x8e, 0x82, + 0xb6, 0xe0, 0xdc, 0x83, 0x9a, 0x30, 0x6f, 0x54, 0x5a, 0x2d, 0xaf, 0xdf, 0x0d, 0xf9, 0x97, 0xfc, + 0xca, 0xd1, 0x61, 0xf9, 0xd2, 0x7e, 0x2b, 0xb2, 0x90, 0x38, 0xac, 0x5a, 0xfd, 0x94, 0x27, 0x70, + 0xad, 0x0e, 0x4c, 0x3f, 0xc0, 0x21, 0xd9, 0x4a, 0x42, 0x2c, 0xcb, 0x5e, 0x93, 0xcf, 0x60, 0xe2, + 0x89, 0x1b, 0x3e, 0xab, 0xe3, 0x96, 0x8f, 0x43, 0xa1, 0x7d, 0x32, 0x15, 0xd9, 0x0d, 0x9f, 0x35, + 0x03, 0x56, 0xae, 0x32, 0x20, 0x05, 0xdc, 0x5a, 0x85, 0x19, 0xde, 0x9a, 0x94, 0x02, 0x97, 0x75, + 0x82, 0x39, 0x4a, 0x90, 0xae, 0x82, 0x4a, 0x50, 0x27, 0xf3, 0x27, 0x79, 0x98, 0xab, 0x3d, 0x73, + 0xba, 0xfb, 0x78, 0xdb, 0x09, 0x82, 0x97, 0x9e, 0xdf, 0x56, 0x3a, 0x4f, 0x45, 0xe0, 0x44, 0xe7, + 0xa9, 0xcc, 0xbb, 0x0c, 0x13, 0x5b, 0x9d, 0xb6, 0xc0, 0xe1, 0xe2, 0x39, 0x6d, 0xcb, 0xeb, 0xb4, + 0x9b, 0x3d, 0x41, 0x4b, 0x05, 0x22, 0x38, 0x9b, 0xf8, 0xa5, 0xc4, 0x19, 0x8a, 0x70, 0xba, 0xf8, + 0xa5, 0x82, 0xa3, 0x00, 0xa1, 0x55, 0x38, 0x57, 0xc7, 0x2d, 0xaf, 0xdb, 0xbe, 0xef, 0xb4, 0x42, + 0xcf, 0x67, 0x57, 0x2e, 0xc3, 0x91, 0x04, 0x13, 0xd0, 0xca, 0xe6, 0x53, 0x5a, 0xcb, 0x6e, 0x5a, + 0xec, 0x24, 0x06, 0xda, 0xa2, 0x17, 0x36, 0xf4, 0xc6, 0x9e, 0xcb, 0xf4, 0xd7, 0x6e, 0xc9, 0x2b, + 0xfc, 0x9a, 0x8f, 0xe9, 0xa6, 0x70, 0x3a, 0x52, 0x2b, 0x91, 0x1f, 0x04, 0xca, 0x5c, 0x04, 0xa4, + 0x2d, 0x89, 0x58, 0xbb, 0x30, 0xb5, 0xdd, 0xe9, 0xef, 0xbb, 0x5d, 0xc2, 0x06, 0xea, 0xf8, 0x67, + 0x68, 0x05, 0x20, 0x2a, 0xe0, 0x96, 0x09, 0x61, 0x13, 0x8b, 0x2a, 0x1a, 0xf7, 0xf8, 0x41, 0xa2, + 0x25, 0x54, 0x74, 0xb3, 0x15, 0x3c, 0xeb, 0x6f, 0x0c, 0x01, 0xe2, 0x0b, 0x40, 0x79, 0x7d, 0x1d, + 0x87, 0x84, 0x0d, 0x5f, 0x80, 0xbc, 0x34, 0x20, 0x9c, 0x3d, 0x3a, 0x2c, 0xe7, 0xdd, 0xb6, 0x9d, + 0x5f, 0x5f, 0x41, 0xef, 0xc1, 0x08, 0x05, 0xa3, 0xf3, 0x3f, 0x2d, 0xdb, 0x53, 0x29, 0x30, 0xce, + 0x41, 0xbf, 0x41, 0x36, 0x03, 0x46, 0xef, 0xc3, 0xf8, 0x0a, 0xee, 0xe0, 0x7d, 0x27, 0xf4, 0xc4, + 0xe9, 0x66, 0x2a, 0xb9, 0x28, 0x54, 0xf6, 0x5c, 0x04, 0x49, 0xe4, 0x76, 0x1b, 0x3b, 0x81, 0xd7, + 0x55, 0xe5, 0x76, 0x9f, 0x96, 0xa8, 0x72, 0x3b, 0x83, 0x41, 0x7f, 0x90, 0x83, 0x89, 0x4a, 0xb7, + 0xcb, 0x55, 0xdd, 0x80, 0xcf, 0xfa, 0xdc, 0x2d, 0xe9, 0x09, 0xb1, 0xe1, 0xec, 0xe1, 0x4e, 0xc3, + 0xe9, 0xf4, 0x71, 0x50, 0xfd, 0x9a, 0x88, 0x52, 0xff, 0xe5, 0xb0, 0xfc, 0xe9, 0x09, 0x94, 0xd7, + 0xc8, 0xa7, 0x62, 0xc7, 0x77, 0xdc, 0x30, 0xa0, 0xb7, 0x99, 0x51, 0x83, 0xea, 0xb9, 0x51, 0xfa, + 0x81, 0xde, 0x51, 0x95, 0x35, 0xce, 0x8b, 0x63, 0x5a, 0x34, 0xd7, 0xd3, 0xac, 0xab, 0xf2, 0x4b, + 0xb8, 0xbe, 0x92, 0xb6, 0x04, 0x56, 0x0d, 0x16, 0x1f, 0xe0, 0xd0, 0xc6, 0x01, 0x0e, 0xc5, 0xa6, + 0xa5, 0x5b, 0x2e, 0xb2, 0xff, 0x8c, 0xd2, 0xdf, 0x12, 0x99, 0xae, 0x07, 0xdb, 0xa8, 0xa2, 0xc6, + 0xfa, 0xeb, 0x39, 0x28, 0xd7, 0x7c, 0xcc, 0x24, 0x91, 0x14, 0x42, 0xd9, 0xcc, 0x64, 0x91, 0x3b, + 0x87, 0xe4, 0xa3, 0x5a, 0x32, 0x4b, 0xdc, 0x01, 0xe4, 0x78, 0xca, 0xb1, 0xf5, 0x14, 0xe6, 0x6c, + 0xdc, 0xc5, 0x2f, 0x89, 0xaa, 0xae, 0xe9, 0x97, 0x65, 0x18, 0x61, 0x27, 0x2f, 0x31, 0x04, 0x56, + 0x7e, 0x32, 0x5d, 0xdd, 0xfa, 0x27, 0x79, 0x28, 0xb0, 0xe1, 0x56, 0xbd, 0xf0, 0x78, 0xe3, 0xe3, + 0x23, 0xc8, 0x0f, 0x50, 0xef, 0xaf, 0x47, 0xb3, 0x3d, 0x14, 0x09, 0x07, 0xb4, 0xab, 0xe4, 0x1b, + 0x27, 0x2a, 0xc9, 0x80, 0xd8, 0x2e, 0x60, 0xe6, 0xad, 0x84, 0x8e, 0x8e, 0x7e, 0x27, 0x07, 0x67, + 0xd9, 0xbe, 0xca, 0xde, 0xb9, 0x4f, 0x4e, 0x67, 0xe7, 0x16, 0x42, 0xfa, 0x97, 0x7a, 0x8e, 0x58, + 0x9d, 0xf5, 0xcf, 0xf2, 0x70, 0x4e, 0x99, 0x2b, 0x2e, 0x7e, 0xbe, 0xc3, 0x64, 0x1b, 0x65, 0xc2, + 0xa8, 0xc1, 0x90, 0x5a, 0xc4, 0x23, 0x1d, 0x9e, 0xce, 0xdc, 0x3b, 0x30, 0x46, 0x86, 0x14, 0xb7, + 0x2d, 0xd2, 0x2f, 0x2c, 0x03, 0x15, 0xd5, 0xc7, 0x9e, 0xbd, 0xdb, 0x30, 0x46, 0xff, 0x24, 0x2b, + 0x32, 0x9c, 0xbe, 0x22, 0x12, 0x08, 0xb9, 0x00, 0x0f, 0x3d, 0xb7, 0xfb, 0x18, 0x87, 0xcf, 0xbc, + 0x36, 0xff, 0xd6, 0xaf, 0x13, 0x3e, 0xf8, 0xff, 0x78, 0x6e, 0xb7, 0x79, 0x40, 0x8b, 0x4f, 0x6a, + 0xbb, 0x8a, 0x08, 0xda, 0x0a, 0x71, 0xeb, 0x0e, 0x14, 0x08, 0xcb, 0x3a, 0xfe, 0xd6, 0xb2, 0x66, + 0x01, 0x3d, 0xc0, 0x61, 0xd5, 0xd3, 0x3e, 0xa6, 0xd6, 0x14, 0x4c, 0x6c, 0xbb, 0xdd, 0x7d, 0xf1, + 0xf3, 0x9f, 0x0f, 0xc1, 0x24, 0xfb, 0xcd, 0x57, 0x20, 0x26, 0xf2, 0xe4, 0x8e, 0x23, 0xf2, 0x7c, + 0x04, 0x53, 0xfc, 0x8a, 0x0c, 0xfb, 0xf4, 0xea, 0x84, 0xad, 0x07, 0x55, 0x66, 0xd8, 0x15, 0x59, + 0xf3, 0x05, 0xab, 0xb1, 0x75, 0x40, 0xb4, 0x01, 0xd3, 0xac, 0xe0, 0x3e, 0x76, 0xc2, 0x7e, 0x64, + 0x8f, 0x99, 0xe1, 0xfa, 0x8c, 0x28, 0x66, 0xfc, 0x8c, 0xd3, 0x7a, 0xca, 0x0b, 0xed, 0x18, 0x2e, + 0xfa, 0x02, 0x66, 0xb6, 0x7d, 0xef, 0x9b, 0x57, 0x8a, 0x90, 0xc7, 0x58, 0xfa, 0xdc, 0xd1, 0x61, + 0xf9, 0x5c, 0x8f, 0x54, 0x35, 0x55, 0x51, 0x2f, 0x0e, 0x4d, 0xf6, 0xd4, 0x7a, 0x50, 0xf5, 0x7c, + 0xb7, 0xbb, 0x4f, 0x57, 0x73, 0x8c, 0xed, 0x29, 0x37, 0x68, 0xee, 0xd1, 0x42, 0x5b, 0x56, 0xc7, + 0x2c, 0xab, 0xa3, 0x83, 0x2d, 0xab, 0x77, 0x00, 0x36, 0x3c, 0xa7, 0x5d, 0xe9, 0x74, 0x6a, 0x95, + 0x80, 0x1a, 0x43, 0xb8, 0x10, 0xd3, 0xf1, 0x9c, 0x76, 0xd3, 0xe9, 0x74, 0x9a, 0x2d, 0x27, 0xb0, + 0x15, 0x98, 0x87, 0xc3, 0x63, 0x67, 0x0b, 0xa3, 0xf6, 0xcc, 0x86, 0xdb, 0xc2, 0xdd, 0x00, 0x3f, + 0x71, 0xfc, 0xae, 0xdb, 0xdd, 0x0f, 0xac, 0xbf, 0x3b, 0x02, 0x63, 0x72, 0xc8, 0xb7, 0x54, 0x85, + 0x88, 0x8b, 0x46, 0x94, 0x43, 0x45, 0x06, 0x1b, 0x5b, 0x81, 0x40, 0x17, 0xd9, 0x7d, 0x2c, 0x13, + 0xca, 0x46, 0xc9, 0xee, 0x76, 0x7a, 0x3d, 0x76, 0xeb, 0x7a, 0x01, 0xf2, 0x2b, 0x55, 0x3a, 0xff, + 0x63, 0xec, 0x4b, 0xd0, 0xde, 0xb3, 0xf3, 0x2b, 0x55, 0xb2, 0xcb, 0xb6, 0xd6, 0x57, 0x6a, 0x74, + 0x2a, 0xc7, 0xd8, 0x2e, 0xf3, 0xdc, 0x76, 0xcb, 0xa6, 0xa5, 0xa4, 0xb6, 0x5e, 0x79, 0xbc, 0xc1, + 0xa7, 0x8b, 0xd6, 0x06, 0xce, 0x41, 0xc7, 0xa6, 0xa5, 0x44, 0x55, 0x60, 0xba, 0x77, 0xcd, 0xeb, + 0x86, 0xbe, 0xd7, 0x09, 0xa8, 0x44, 0x3b, 0xc6, 0x96, 0x93, 0x2b, 0xed, 0x2d, 0x5e, 0x65, 0xc7, + 0x40, 0xd1, 0x13, 0x98, 0xaf, 0xb4, 0x5f, 0x38, 0xdd, 0x16, 0x6e, 0xb3, 0x9a, 0x27, 0x9e, 0xff, + 0xfc, 0x69, 0xc7, 0x7b, 0x19, 0xd0, 0xf9, 0x1e, 0xe3, 0x36, 0x2e, 0x0e, 0x22, 0x6c, 0x00, 0x2f, + 0x05, 0x90, 0x9d, 0x86, 0x4d, 0xb8, 0x64, 0xad, 0xe3, 0xf5, 0xdb, 0x7c, 0x15, 0x28, 0x97, 0x6c, + 0x91, 0x02, 0x9b, 0x95, 0x93, 0x59, 0x5a, 0xab, 0x3f, 0xa6, 0x16, 0x25, 0x3e, 0x4b, 0xcf, 0x82, + 0x03, 0x9b, 0x94, 0xa1, 0x6b, 0x30, 0x2a, 0xb4, 0x1e, 0x66, 0xdb, 0xa6, 0x86, 0x56, 0xa1, 0xed, + 0x88, 0x3a, 0x72, 0x24, 0x6c, 0xdc, 0xf2, 0x5e, 0x60, 0xff, 0x55, 0xcd, 0x6b, 0x63, 0x61, 0xff, + 0xe0, 0xfa, 0x3d, 0xab, 0x68, 0xb6, 0x48, 0x8d, 0xad, 0x03, 0x92, 0x06, 0x98, 0xe0, 0x14, 0x50, + 0x27, 0x27, 0xde, 0x00, 0x13, 0xac, 0x02, 0x5b, 0xd4, 0xa1, 0x15, 0x38, 0x57, 0xe9, 0x87, 0xde, + 0x81, 0x13, 0xba, 0xad, 0xdd, 0xde, 0xbe, 0xef, 0x90, 0x46, 0x0a, 0x14, 0x81, 0xaa, 0x76, 0x8e, + 0xa8, 0x6c, 0xf6, 0x79, 0xad, 0x9d, 0x44, 0x40, 0x1f, 0xc0, 0xe4, 0x7a, 0xc0, 0x6c, 0x5c, 0x4e, + 0x80, 0xdb, 0xd4, 0x50, 0xc1, 0x7b, 0xe9, 0x06, 0x4d, 0x6a, 0xf1, 0x6a, 0x12, 0x65, 0xb0, 0x6d, + 0x6b, 0x70, 0x0f, 0x87, 0xc7, 0x26, 0x0a, 0x93, 0x0f, 0x87, 0xc7, 0x26, 0x0b, 0x53, 0x0f, 0x87, + 0xc7, 0xa6, 0x0a, 0xd3, 0xd6, 0x5d, 0x38, 0xc7, 0xf8, 0xd3, 0xb1, 0x15, 0x05, 0x6b, 0x1b, 0xa0, + 0x8e, 0x0f, 0x9c, 0xde, 0x33, 0x8f, 0xec, 0xe4, 0xaa, 0xfa, 0x8b, 0x0b, 0x9a, 0x48, 0x3a, 0xe7, + 0xf0, 0x8a, 0xc6, 0x3d, 0xa1, 0xdf, 0x09, 0x48, 0x5b, 0xc1, 0xb2, 0xfe, 0x3c, 0x0f, 0x88, 0x3a, + 0xa9, 0xd4, 0x43, 0x1f, 0x3b, 0x07, 0xa2, 0x1b, 0x1f, 0xc3, 0x24, 0xfb, 0xd4, 0xb0, 0x62, 0xda, + 0x1d, 0x22, 0xc5, 0x32, 0x1e, 0xa3, 0x56, 0xad, 0x9d, 0xb1, 0x35, 0x50, 0x82, 0x6a, 0xe3, 0xa0, + 0x7f, 0x20, 0x50, 0xf3, 0x1a, 0xaa, 0x5a, 0x45, 0x50, 0xd5, 0xdf, 0xe8, 0x0b, 0x98, 0xae, 0x79, + 0x07, 0x3d, 0x32, 0x27, 0x1c, 0x79, 0x88, 0x7f, 0x71, 0x79, 0xbb, 0x5a, 0xe5, 0xda, 0x19, 0x3b, + 0x06, 0x8e, 0x36, 0xe1, 0xfc, 0xfd, 0x4e, 0x3f, 0x78, 0x56, 0xe9, 0xb6, 0x6b, 0x1d, 0x2f, 0x10, + 0x54, 0x86, 0xb9, 0xc5, 0x9a, 0x73, 0xc8, 0x24, 0xc4, 0xda, 0x19, 0xdb, 0x84, 0x88, 0xae, 0x71, + 0x8f, 0x5b, 0x69, 0xfd, 0xe7, 0x0e, 0xb9, 0x5b, 0x5d, 0xbc, 0xf5, 0x74, 0xed, 0x8c, 0xcd, 0x6a, + 0xab, 0xe3, 0x30, 0x2a, 0xbe, 0x0e, 0xb7, 0xc9, 0x26, 0x93, 0xd3, 0xc9, 0xae, 0x30, 0x51, 0x09, + 0xc6, 0x76, 0x7b, 0x84, 0x69, 0x09, 0xd1, 0xcf, 0x96, 0xbf, 0xad, 0xef, 0xea, 0x33, 0x8d, 0x16, + 0x55, 0xfd, 0x9c, 0x01, 0x47, 0x05, 0xd6, 0x9a, 0x3e, 0xb9, 0xd9, 0xd0, 0x5a, 0xbb, 0xf9, 0x58, + 0xbb, 0x85, 0xf8, 0x5c, 0x5b, 0x73, 0xc6, 0xc9, 0xb3, 0xbe, 0x82, 0xa5, 0xdd, 0x1e, 0x51, 0x86, + 0x2a, 0xbd, 0x5e, 0xc7, 0x6d, 0x31, 0xeb, 0x13, 0xfd, 0x8a, 0x88, 0xcd, 0xf2, 0x81, 0x74, 0xe7, + 0xcc, 0xa5, 0x3a, 0xbf, 0xc0, 0xd1, 0x61, 0xf9, 0x2c, 0xfb, 0x1a, 0x09, 0x2f, 0x4e, 0xeb, 0xf7, + 0x72, 0xb0, 0xc4, 0x4e, 0x40, 0x2a, 0xe9, 0xef, 0xa8, 0x4e, 0xa7, 0x8a, 0x78, 0x23, 0x5d, 0x4c, + 0x55, 0xb7, 0xd2, 0xe8, 0x82, 0x35, 0x9f, 0x7e, 0xc1, 0x2a, 0x0e, 0xd8, 0x90, 0xf1, 0x80, 0x7d, + 0x09, 0x16, 0xef, 0x51, 0xa7, 0x93, 0xe8, 0x54, 0xf0, 0x3a, 0xbd, 0xb2, 0xfe, 0x5b, 0x1e, 0xe6, + 0x1f, 0xe0, 0x2e, 0xf6, 0x1d, 0x3a, 0x4e, 0x4d, 0x92, 0x57, 0xef, 0x5f, 0x72, 0x99, 0xf7, 0x2f, + 0x52, 0x4c, 0xcd, 0xa7, 0x88, 0xa9, 0x17, 0x61, 0x68, 0xd7, 0x5e, 0xe7, 0xc3, 0xa2, 0x0c, 0xb8, + 0xef, 0xbb, 0x36, 0x29, 0x43, 0xeb, 0xd1, 0xdd, 0xcd, 0xf0, 0xc0, 0xbb, 0x9b, 0xf3, 0xdc, 0x96, + 0x3d, 0xca, 0xef, 0x6e, 0xf4, 0x1b, 0x9b, 0x4d, 0x45, 0x16, 0x26, 0xec, 0xe6, 0x26, 0x3f, 0x53, + 0x29, 0x03, 0xe4, 0x62, 0xed, 0x6a, 0x37, 0xf4, 0x5f, 0xb1, 0x2d, 0xc0, 0xa4, 0x5b, 0x21, 0xd3, + 0x96, 0xbe, 0x84, 0x09, 0x05, 0x04, 0x15, 0x60, 0xe8, 0x39, 0xbf, 0xb7, 0x1a, 0xb7, 0xc9, 0x9f, + 0xe8, 0xbb, 0x30, 0xf2, 0x82, 0xc8, 0xd7, 0x9c, 0x8d, 0x5c, 0x88, 0x64, 0xef, 0x7a, 0x48, 0xa4, + 0x0a, 0x26, 0x7c, 0xdb, 0x0c, 0xe8, 0x93, 0xfc, 0x47, 0x39, 0xeb, 0x53, 0x28, 0x26, 0x7b, 0xc3, + 0x45, 0xb5, 0x41, 0xda, 0x8b, 0xb5, 0x02, 0xb3, 0x0f, 0x70, 0x18, 0x79, 0xbc, 0x2a, 0xd7, 0x6a, + 0xb1, 0x73, 0x96, 0x61, 0x35, 0xb3, 0xea, 0x30, 0x17, 0xa3, 0xc2, 0xdb, 0xff, 0x04, 0x46, 0x85, + 0xaf, 0x4c, 0x2e, 0xdd, 0x57, 0x86, 0xee, 0x5b, 0x4e, 0xd9, 0x16, 0x08, 0xd6, 0x13, 0xb8, 0xa0, + 0x11, 0x0d, 0x24, 0xd5, 0xef, 0xc1, 0x98, 0x28, 0x8b, 0x99, 0x1b, 0x34, 0xb2, 0x74, 0x6b, 0x05, + 0x02, 0x59, 0xa2, 0x58, 0xcf, 0xe0, 0xc2, 0x86, 0x1b, 0xe8, 0x94, 0xd9, 0xa8, 0x17, 0x60, 0xbc, + 0x47, 0xbe, 0x67, 0x81, 0xfb, 0x6b, 0x6c, 0x7f, 0x8e, 0xd8, 0x63, 0xa4, 0xa0, 0xee, 0xfe, 0x1a, + 0x46, 0x97, 0x00, 0x68, 0x25, 0x9d, 0x3f, 0xce, 0x5e, 0x28, 0x38, 0xd3, 0x03, 0x11, 0xd0, 0x8b, + 0x51, 0xb6, 0x21, 0x6d, 0xfa, 0xb7, 0xe5, 0xc3, 0x7c, 0xa2, 0x25, 0x3e, 0x86, 0xdb, 0x20, 0xbb, + 0x96, 0x31, 0x06, 0x5b, 0x02, 0xa1, 0xeb, 0x30, 0xd3, 0xc5, 0xdf, 0x84, 0xcd, 0x44, 0x1f, 0xa6, + 0x48, 0xf1, 0xb6, 0xe8, 0x87, 0xf5, 0x63, 0xaa, 0x95, 0xc7, 0x9d, 0xd9, 0x4e, 0x6d, 0xf2, 0x3a, + 0x50, 0x22, 0x43, 0xd2, 0x7d, 0x97, 0x7e, 0x65, 0x13, 0xf8, 0x02, 0x16, 0x8c, 0xad, 0xfd, 0xaa, + 0x27, 0xf1, 0xaf, 0xf2, 0x30, 0xcf, 0xbe, 0x52, 0xc9, 0xa3, 0x71, 0x7c, 0x1e, 0xf6, 0xad, 0x18, + 0x93, 0xef, 0x18, 0x8c, 0xc9, 0x14, 0x45, 0x35, 0x26, 0x6b, 0x26, 0xe4, 0x8f, 0xcc, 0x26, 0x64, + 0x2a, 0xd2, 0xe9, 0x26, 0xe4, 0xb8, 0xe1, 0x78, 0x35, 0xdd, 0x70, 0x4c, 0xcd, 0x68, 0x06, 0xc3, + 0xb1, 0xc1, 0x5c, 0xfc, 0x70, 0x78, 0x2c, 0x5f, 0x18, 0xb2, 0x1a, 0x50, 0x4c, 0x4e, 0xf1, 0x29, + 0xf0, 0x8d, 0x3f, 0xcd, 0xc1, 0x25, 0x2e, 0x61, 0xc4, 0x0e, 0xc1, 0xc9, 0x57, 0xf0, 0x7d, 0x98, + 0xe4, 0xb8, 0x3b, 0xd1, 0x66, 0x61, 0x6e, 0xa9, 0x82, 0x13, 0x32, 0x76, 0xaa, 0x81, 0xa1, 0xf7, + 0x15, 0x2b, 0x01, 0xb3, 0x3c, 0x5d, 0x24, 0x9f, 0x4b, 0x66, 0x4e, 0x48, 0xb5, 0x15, 0x58, 0x5f, + 0xc3, 0x52, 0x5a, 0xc7, 0x4f, 0x61, 0x5e, 0xfe, 0x2c, 0x07, 0x0b, 0x9c, 0xbc, 0x76, 0x9c, 0x5e, + 0x8b, 0xe5, 0x9f, 0xc0, 0x93, 0xe2, 0x21, 0x4c, 0x90, 0x06, 0x45, 0xbf, 0xf5, 0x77, 0x52, 0x4a, + 0xcd, 0x8a, 0x13, 0x3a, 0xfc, 0x0a, 0xcc, 0x39, 0xe8, 0x08, 0x97, 0x49, 0x5b, 0x45, 0xb6, 0x7e, + 0x08, 0x8b, 0xe6, 0x21, 0x9c, 0xc2, 0xfc, 0x3c, 0x84, 0x92, 0x81, 0x71, 0xbe, 0xde, 0x07, 0xf1, + 0x07, 0xb0, 0x60, 0xa4, 0x75, 0x0a, 0xdd, 0x5c, 0x23, 0x9f, 0xfb, 0xf0, 0x14, 0x96, 0xd0, 0x7a, + 0x02, 0x17, 0x0d, 0x94, 0x4e, 0xa1, 0x8b, 0x0f, 0x60, 0x5e, 0x8a, 0xb9, 0x6f, 0xd4, 0xc3, 0xc7, + 0x70, 0x89, 0x11, 0x3a, 0x9d, 0x55, 0x79, 0x04, 0x0b, 0x9c, 0xdc, 0x29, 0xcc, 0xde, 0x1a, 0x2c, + 0x46, 0xda, 0xac, 0x41, 0x96, 0x38, 0x36, 0x93, 0xb1, 0x36, 0xe0, 0x72, 0x44, 0x29, 0xe5, 0xc3, + 0x7a, 0x7c, 0x6a, 0x4c, 0x16, 0x8b, 0x56, 0xe9, 0x14, 0x65, 0xb1, 0x08, 0xf0, 0xd4, 0xc4, 0x89, + 0x75, 0x38, 0xcf, 0x08, 0xeb, 0x72, 0xeb, 0xb2, 0x2a, 0xb7, 0x1a, 0x9f, 0x18, 0x25, 0x45, 0xd9, + 0xc7, 0x54, 0x94, 0x15, 0x20, 0x51, 0x0f, 0xdf, 0x87, 0xb3, 0xfc, 0x15, 0x25, 0xeb, 0x9f, 0x81, + 0x18, 0x93, 0xd4, 0x19, 0x1a, 0x07, 0xb6, 0x7e, 0x02, 0x97, 0x98, 0x1a, 0x18, 0xf7, 0xd6, 0x17, + 0x4b, 0xf2, 0xbd, 0x98, 0x16, 0x98, 0xf1, 0x28, 0xc0, 0xa4, 0x0c, 0xee, 0x89, 0xbd, 0x9d, 0x46, + 0xff, 0x58, 0xee, 0xb3, 0x42, 0xbb, 0xcb, 0x1b, 0xb5, 0xbb, 0xab, 0x70, 0x45, 0x6a, 0x77, 0xf1, + 0x66, 0xa4, 0xb9, 0xf7, 0x87, 0xb0, 0xc0, 0x06, 0xaa, 0xbf, 0x1d, 0x13, 0xdd, 0xf8, 0x34, 0x36, + 0xcc, 0xd4, 0xc7, 0x69, 0xa6, 0x41, 0xfe, 0xad, 0x9c, 0x38, 0x72, 0x66, 0xe2, 0xdf, 0xb6, 0xba, + 0xbb, 0x09, 0x65, 0x39, 0x21, 0x7a, 0x8f, 0x5e, 0x4f, 0xd7, 0x7d, 0x0c, 0x73, 0x89, 0xf7, 0x0d, + 0x44, 0x60, 0x45, 0xef, 0x91, 0x63, 0x41, 0x0b, 0xc4, 0xb6, 0x4b, 0x7d, 0x0f, 0x61, 0x4b, 0x48, + 0xab, 0x09, 0x8b, 0xc9, 0xa5, 0x70, 0x5b, 0xc2, 0xd5, 0x09, 0x7d, 0x41, 0x8e, 0x30, 0x7b, 0x64, + 0x91, 0x1b, 0xf0, 0xc8, 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, 0xc2, 0x50, 0xad, + 0x6e, 0x73, 0x0f, 0x4b, 0xaa, 0x6e, 0xb7, 0x02, 0xdf, 0x26, 0x65, 0x71, 0xa9, 0x35, 0x7f, 0x0c, + 0xa9, 0xf5, 0xe1, 0xf0, 0xd8, 0x50, 0x61, 0xd8, 0xfa, 0x11, 0x9c, 0xd7, 0x9a, 0xe2, 0x27, 0x36, + 0xd3, 0x0d, 0x14, 0x5d, 0x87, 0xd1, 0x5a, 0x85, 0xde, 0xd1, 0x51, 0xdb, 0xc0, 0x24, 0xe3, 0x2d, + 0x2d, 0xa7, 0x49, 0x9f, 0xc4, 0xdb, 0xa2, 0xd2, 0xfa, 0xc7, 0xc3, 0x0a, 0x75, 0xc5, 0xb9, 0x36, + 0x63, 0x24, 0x77, 0x01, 0xd8, 0x6e, 0x50, 0x06, 0x42, 0x84, 0xbd, 0x09, 0x7e, 0xad, 0xc0, 0xd8, + 0xaf, 0xad, 0x00, 0x1d, 0xd7, 0xf9, 0x96, 0xfb, 0xfb, 0x30, 0x24, 0x71, 0xf7, 0x26, 0xfd, 0x7d, + 0x38, 0xe9, 0xc0, 0x56, 0x81, 0xd0, 0x4f, 0xe2, 0x3e, 0x62, 0x23, 0xf4, 0xaa, 0xfb, 0x2d, 0x6e, + 0x82, 0x30, 0x8c, 0xed, 0x64, 0x6e, 0x62, 0x2f, 0x61, 0x8e, 0xe0, 0xba, 0x4f, 0xa9, 0x23, 0xd8, + 0xea, 0x37, 0x21, 0xee, 0x32, 0x3e, 0x7e, 0x96, 0xb6, 0x73, 0x2d, 0xa3, 0x9d, 0x08, 0x98, 0xbf, + 0xe1, 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, 0xeb, + 0x99, 0xbe, 0x59, 0x63, 0x30, 0xbc, 0x53, 0xdb, 0xd9, 0x28, 0xe4, 0xac, 0xdb, 0x00, 0x4a, 0x4b, + 0x00, 0x67, 0x37, 0xb7, 0xec, 0xc7, 0x95, 0x8d, 0xc2, 0x19, 0x34, 0x07, 0xe7, 0x9e, 0xac, 0x6f, + 0xae, 0x6c, 0x3d, 0xa9, 0x37, 0xeb, 0x8f, 0x2b, 0xf6, 0x4e, 0xad, 0x62, 0xaf, 0x14, 0x72, 0xd6, + 0xd7, 0x30, 0xab, 0x8f, 0xf0, 0x54, 0x37, 0x61, 0x08, 0xe7, 0xa5, 0xec, 0xf2, 0xf0, 0xc9, 0x8e, + 0xe2, 0xaf, 0xc2, 0x95, 0xa1, 0xf8, 0x15, 0x1a, 0x57, 0x9b, 0xf8, 0x91, 0x51, 0x80, 0xb4, 0x8b, + 0xcf, 0x7c, 0xe6, 0xc5, 0xa7, 0xf5, 0x21, 0xcc, 0xea, 0xad, 0x1e, 0xd7, 0x1c, 0xf4, 0x16, 0x75, + 0xe4, 0x51, 0xbc, 0x2b, 0x89, 0x56, 0x1e, 0x75, 0x91, 0x73, 0xd1, 0x0f, 0xa1, 0xc0, 0xa1, 0xa2, + 0xaf, 0xec, 0x55, 0x61, 0xaf, 0xcb, 0x19, 0x3c, 0xc1, 0x85, 0x5b, 0xc1, 0xdb, 0xe2, 0x06, 0x60, + 0x50, 0x0b, 0x7f, 0x9e, 0x83, 0x62, 0xcc, 0x51, 0xb1, 0xf6, 0xcc, 0xe9, 0x74, 0x70, 0x77, 0x1f, + 0xa3, 0x1b, 0x30, 0xbc, 0xb3, 0xb5, 0xb3, 0xcd, 0x2d, 0x64, 0xb3, 0x7c, 0x9b, 0x92, 0x22, 0x09, + 0x63, 0x53, 0x08, 0xf4, 0x08, 0xce, 0x09, 0xb7, 0x15, 0x59, 0xc5, 0x15, 0x90, 0x4b, 0xd9, 0x4e, + 0x30, 0x49, 0x3c, 0xf4, 0x1e, 0xf7, 0xaa, 0xfc, 0x59, 0xdf, 0xf5, 0x71, 0x9b, 0x2a, 0xe7, 0xd3, + 0xcb, 0x28, 0xf2, 0xaa, 0x14, 0x35, 0xb6, 0x0a, 0xc6, 0x3c, 0xde, 0xad, 0x3f, 0xc8, 0xc1, 0x7c, + 0x8a, 0xe3, 0x25, 0x7a, 0x47, 0x1b, 0xce, 0x79, 0x65, 0x38, 0x02, 0x64, 0xed, 0x0c, 0x1f, 0x4f, + 0x4d, 0xf1, 0xe5, 0x19, 0x3a, 0x81, 0x2f, 0x0f, 0x7f, 0x77, 0x4d, 0xe1, 0xf8, 0xfb, 0x22, 0x5a, + 0x6e, 0xcd, 0xc0, 0x94, 0x36, 0x6f, 0x96, 0x05, 0x93, 0x6a, 0xcb, 0x64, 0x71, 0x6a, 0x5e, 0x5b, + 0x2e, 0x0e, 0xf9, 0xdb, 0xfa, 0x3b, 0x39, 0x98, 0xa5, 0x43, 0xdc, 0x77, 0xc9, 0x69, 0x8c, 0x66, + 0x68, 0x59, 0x1b, 0xc9, 0xa2, 0x36, 0x92, 0x18, 0xac, 0x1c, 0xd2, 0x27, 0x89, 0x21, 0x2d, 0x9a, + 0x86, 0x44, 0xb5, 0x3e, 0xd7, 0xeb, 0x6a, 0x23, 0x51, 0xae, 0x21, 0xfe, 0x7e, 0x0e, 0xce, 0x2b, + 0x7d, 0x92, 0xfd, 0xbf, 0xab, 0x75, 0x69, 0xc1, 0xd0, 0xa5, 0xc4, 0x24, 0x57, 0x13, 0x3d, 0x7a, + 0x2b, 0xab, 0x47, 0x03, 0xe7, 0xf8, 0x2f, 0x72, 0x30, 0x67, 0x9c, 0x03, 0x74, 0x81, 0x88, 0x56, + 0x2d, 0x1f, 0x87, 0x7c, 0x7a, 0xf9, 0x2f, 0x52, 0xbe, 0x1e, 0x04, 0x7d, 0x1e, 0xac, 0x64, 0xdc, + 0xe6, 0xbf, 0xd0, 0x5b, 0x30, 0xb5, 0x8d, 0x7d, 0xd7, 0x6b, 0x33, 0x2f, 0x2f, 0x76, 0x13, 0x3e, + 0x65, 0xeb, 0x85, 0x68, 0x11, 0xc6, 0x2b, 0x9d, 0x7d, 0xcf, 0x77, 0xc3, 0x67, 0xec, 0x26, 0x68, + 0xdc, 0x8e, 0x0a, 0x08, 0xed, 0x15, 0x77, 0x5f, 0x38, 0x77, 0x4c, 0xd9, 0xfc, 0x17, 0x2a, 0xc2, + 0xa8, 0x30, 0xe8, 0x50, 0x73, 0x90, 0x2d, 0x7e, 0x12, 0x8c, 0x2f, 0x6d, 0xba, 0x09, 0xe8, 0x93, + 0x22, 0x9b, 0xff, 0xb2, 0x6e, 0xc2, 0xac, 0x69, 0x1e, 0x8d, 0x5b, 0xe6, 0xaf, 0xe5, 0xe1, 0x7c, + 0xa5, 0xdd, 0x7e, 0x7c, 0xbf, 0xb2, 0x82, 0x55, 0x81, 0xe6, 0x3d, 0x18, 0x5e, 0xef, 0xba, 0x21, + 0x97, 0x66, 0x84, 0x8b, 0xb2, 0x01, 0x92, 0x40, 0x91, 0x15, 0x22, 0xff, 0x23, 0x1b, 0xce, 0xaf, + 0x7e, 0xe3, 0x06, 0xa1, 0xdb, 0xdd, 0x57, 0xfd, 0x9c, 0xf3, 0xc7, 0xf1, 0x73, 0x5e, 0x3b, 0x63, + 0x9b, 0x90, 0xd1, 0x0e, 0x5c, 0xd8, 0xc4, 0x2f, 0x0d, 0x5b, 0x48, 0x3e, 0xff, 0x50, 0x0e, 0x7a, + 0x62, 0xe7, 0xa4, 0xe0, 0xaa, 0x3b, 0xf4, 0x77, 0xf2, 0xf4, 0x99, 0x99, 0x32, 0x30, 0xde, 0xf2, + 0x2e, 0xcc, 0x2a, 0x1d, 0x8a, 0xf8, 0x54, 0x8e, 0x3f, 0x6c, 0x35, 0x0e, 0x47, 0x3d, 0x48, 0x46, + 0x74, 0xf4, 0x04, 0xe6, 0xf5, 0x4e, 0x45, 0x94, 0xf5, 0xc3, 0x60, 0x02, 0x59, 0x3b, 0x63, 0xa7, + 0x61, 0xa3, 0x65, 0x18, 0xaa, 0xb4, 0x9e, 0xf3, 0x69, 0x31, 0x2f, 0x19, 0x1b, 0x59, 0xa5, 0xf5, + 0x9c, 0x3e, 0xd7, 0x6e, 0x3d, 0xd7, 0xce, 0xc3, 0xbf, 0xc9, 0xc1, 0x7c, 0xca, 0x0a, 0xa3, 0x25, + 0x00, 0x56, 0xa8, 0x7c, 0x11, 0x94, 0x12, 0x22, 0xa0, 0xb1, 0x5f, 0xd4, 0xe3, 0x6b, 0x88, 0xb2, + 0x60, 0xf1, 0x92, 0x22, 0xaa, 0xb0, 0x15, 0x20, 0xb4, 0x0d, 0x13, 0xec, 0x17, 0x7b, 0xd0, 0xa1, + 0xb3, 0x6d, 0xa5, 0x86, 0x09, 0x32, 0x6d, 0x5a, 0xd0, 0x8c, 0x3f, 0xe4, 0x50, 0x49, 0x70, 0xf3, + 0x65, 0x2d, 0x3e, 0x0a, 0x39, 0x68, 0x74, 0x03, 0xce, 0xb2, 0x42, 0xbe, 0x86, 0xe2, 0x99, 0x66, + 0x04, 0xcc, 0xeb, 0xad, 0x7f, 0x98, 0x83, 0x0b, 0xec, 0x8b, 0x98, 0x38, 0x1a, 0x1f, 0x6a, 0x47, + 0xe3, 0x8a, 0xec, 0xb0, 0x09, 0x58, 0x3b, 0x1d, 0x55, 0xdd, 0xfb, 0xff, 0xb8, 0xa7, 0x42, 0x45, + 0x52, 0xf7, 0xed, 0x3f, 0xca, 0x09, 0x6b, 0x4e, 0x72, 0xeb, 0xae, 0xc2, 0xe4, 0xeb, 0x6d, 0x59, + 0x0d, 0x0d, 0xbd, 0xcf, 0x76, 0x54, 0x3e, 0x7b, 0xa4, 0x99, 0x9b, 0xea, 0x33, 0x28, 0xa5, 0x4f, + 0xcd, 0xa0, 0x6d, 0x65, 0xdd, 0x37, 0x60, 0xbf, 0xce, 0x72, 0xf6, 0x13, 0x74, 0xea, 0xaf, 0xba, + 0x2d, 0xb1, 0xa2, 0xd7, 0xe3, 0xfe, 0x90, 0xa9, 0x3e, 0x66, 0x6a, 0x6f, 0xf3, 0xd1, 0xb5, 0x01, + 0xdf, 0x9c, 0x54, 0xd8, 0x53, 0xbb, 0xff, 0x2f, 0xf3, 0xfa, 0x5e, 0x7c, 0x9d, 0x46, 0x6b, 0x30, + 0xb5, 0x89, 0x5f, 0x26, 0xda, 0xa5, 0xfe, 0x33, 0x5d, 0xfc, 0xb2, 0xa9, 0xb4, 0xad, 0x3a, 0x96, + 0x6b, 0x38, 0x68, 0x0f, 0xa6, 0x05, 0xd7, 0x38, 0x2e, 0xf3, 0x64, 0xaf, 0xd9, 0x48, 0x0b, 0x29, + 0x6f, 0x4f, 0x62, 0x14, 0x4f, 0xff, 0x3c, 0x5b, 0xdb, 0x50, 0x4c, 0xce, 0x1e, 0x6f, 0xed, 0xbd, + 0x41, 0x6b, 0xcf, 0xcc, 0x1e, 0x6d, 0x7d, 0x1f, 0xac, 0x51, 0x53, 0x94, 0x84, 0x91, 0xb6, 0x85, + 0x3b, 0xf1, 0xc5, 0xa0, 0x7e, 0x38, 0x62, 0x31, 0x94, 0xfe, 0x49, 0xf7, 0xd8, 0x1a, 0xb5, 0xe6, + 0xa9, 0x94, 0x78, 0xc7, 0x6e, 0xc2, 0x28, 0x2f, 0x8a, 0xbd, 0x05, 0x8f, 0x76, 0xa5, 0x00, 0xb0, + 0xfe, 0x30, 0x07, 0x17, 0xa9, 0x6d, 0xd1, 0xed, 0xee, 0x77, 0xf0, 0x6e, 0xa0, 0x7b, 0xb8, 0xbe, + 0xab, 0x31, 0x9a, 0xf9, 0x94, 0x17, 0x48, 0xbf, 0x2a, 0xf6, 0xf2, 0xc7, 0x39, 0x28, 0x99, 0xfa, + 0x76, 0xba, 0x1c, 0xe6, 0x16, 0x57, 0xe6, 0xf2, 0xdc, 0x6a, 0xc2, 0xd0, 0x65, 0x9b, 0x62, 0xb0, + 0x64, 0x90, 0xe4, 0x7f, 0x8d, 0xb5, 0xfc, 0xaf, 0x1c, 0xcc, 0xae, 0x07, 0xaa, 0x80, 0xcf, 0x27, + 0xee, 0x96, 0xe9, 0x41, 0x24, 0x5d, 0x57, 0x73, 0xdc, 0x8d, 0xf7, 0x94, 0x17, 0x36, 0xf9, 0xac, + 0x97, 0x8e, 0x5a, 0xb0, 0x95, 0xeb, 0x30, 0xbc, 0x49, 0xc4, 0xa9, 0x21, 0xbe, 0xff, 0x18, 0x06, + 0x29, 0xa2, 0x8f, 0x61, 0x48, 0x97, 0xc9, 0x0f, 0x74, 0x3f, 0xf1, 0xe4, 0x66, 0x78, 0xf0, 0x4b, + 0xbe, 0x64, 0x94, 0x98, 0xea, 0x18, 0x9c, 0xdd, 0x71, 0xfc, 0x7d, 0x1c, 0x5a, 0x3f, 0x84, 0x12, + 0xf7, 0xea, 0x61, 0xd6, 0x5a, 0xea, 0xfb, 0x13, 0x44, 0x8e, 0x5b, 0x59, 0x9e, 0x38, 0x4b, 0x00, + 0xf5, 0xd0, 0xf1, 0xc3, 0xf5, 0x6e, 0x1b, 0x7f, 0x43, 0x47, 0x3b, 0x62, 0x2b, 0x25, 0xd6, 0xfb, + 0x30, 0x2e, 0x87, 0x40, 0x35, 0x40, 0x45, 0x62, 0xa4, 0xc3, 0x99, 0xd5, 0x1e, 0x01, 0x89, 0x97, + 0x3f, 0xf7, 0x60, 0x2e, 0xb6, 0x14, 0xd1, 0xa3, 0x34, 0xa9, 0x99, 0x51, 0x17, 0x47, 0x5b, 0xfe, + 0xb6, 0x6a, 0x70, 0x2e, 0xb1, 0xd2, 0x08, 0xd1, 0xf7, 0x62, 0x4c, 0xbb, 0x27, 0x1f, 0x94, 0x7a, + 0x7d, 0x8d, 0x94, 0xed, 0x6c, 0xd4, 0x99, 0x13, 0x37, 0x29, 0xdb, 0xd9, 0xa8, 0x57, 0xcf, 0xb2, + 0x9d, 0x63, 0xfd, 0xd3, 0x3c, 0x55, 0x7a, 0x13, 0x73, 0x10, 0xb3, 0x15, 0xaa, 0xf6, 0xca, 0x2a, + 0x8c, 0xd3, 0x11, 0xaf, 0x88, 0x67, 0x0a, 0xd9, 0x8e, 0x28, 0x63, 0x3f, 0x3f, 0x2c, 0x9f, 0xa1, + 0xde, 0x27, 0x11, 0x1a, 0xfa, 0x1c, 0x46, 0x57, 0xbb, 0x6d, 0x4a, 0x61, 0xe8, 0x04, 0x14, 0x04, + 0x12, 0x59, 0x07, 0xda, 0x65, 0x22, 0x0a, 0x71, 0xb3, 0x93, 0xad, 0x94, 0xd0, 0x69, 0x76, 0x0f, + 0x5c, 0xe6, 0xf0, 0x35, 0x62, 0xb3, 0x1f, 0xf4, 0x89, 0x1f, 0xe9, 0x82, 0x88, 0x3f, 0x30, 0x6e, + 0xcb, 0xdf, 0xc8, 0x82, 0x91, 0x2d, 0xbf, 0xcd, 0x9f, 0xfe, 0x4e, 0x2f, 0x4f, 0x8a, 0x60, 0x8c, + 0xa4, 0xcc, 0x66, 0x55, 0xd6, 0xff, 0xc8, 0xc1, 0xfc, 0x03, 0x1c, 0x1a, 0xf7, 0x8d, 0x36, 0x2b, + 0xb9, 0x37, 0x9e, 0x95, 0xfc, 0xeb, 0xcc, 0x8a, 0x1c, 0xf5, 0x50, 0xda, 0xa8, 0x87, 0xd3, 0x46, + 0x3d, 0x92, 0x3e, 0xea, 0x07, 0x70, 0x96, 0x0d, 0x15, 0x5d, 0x85, 0x91, 0xf5, 0x10, 0x1f, 0x44, + 0xc6, 0x10, 0xd5, 0x8d, 0xce, 0x66, 0x75, 0x44, 0xe3, 0xda, 0x70, 0x82, 0x50, 0x3c, 0x1b, 0x18, + 0xb7, 0xc5, 0x4f, 0xeb, 0xa7, 0xf4, 0x81, 0xd3, 0x86, 0xd7, 0x7a, 0xae, 0x58, 0xa5, 0x47, 0xd9, + 0xa9, 0x8c, 0xdf, 0x62, 0x10, 0x28, 0x56, 0x63, 0x0b, 0x08, 0x74, 0x19, 0x26, 0xd6, 0xbb, 0xf7, + 0x3d, 0xbf, 0x85, 0xb7, 0xba, 0x1d, 0x46, 0x7d, 0xcc, 0x56, 0x8b, 0xb8, 0x05, 0x87, 0xb7, 0x10, + 0x59, 0x70, 0x68, 0x41, 0xcc, 0x82, 0xc3, 0xe2, 0x75, 0xd9, 0xac, 0x8e, 0x1b, 0x88, 0xc8, 0xdf, + 0x59, 0xe6, 0x1b, 0x69, 0xe7, 0x19, 0x04, 0xb8, 0x07, 0x17, 0x6d, 0xdc, 0xeb, 0x38, 0x44, 0xe0, + 0x3a, 0xf0, 0x18, 0xbc, 0x1c, 0xf3, 0x65, 0x83, 0x9f, 0xb9, 0xee, 0xfb, 0x20, 0xbb, 0x9c, 0xcf, + 0xe8, 0xf2, 0x01, 0x5c, 0x79, 0x80, 0x43, 0x63, 0xd0, 0xad, 0x68, 0xf0, 0x6b, 0x30, 0x16, 0xe8, + 0xf6, 0xfa, 0x41, 0xf1, 0xbe, 0xf8, 0x8d, 0x16, 0xa7, 0x23, 0xff, 0xb2, 0xbe, 0x80, 0x72, 0x5a, + 0x73, 0xc7, 0xf3, 0x79, 0x75, 0xe1, 0x72, 0x3a, 0x01, 0xf9, 0x59, 0x14, 0xb6, 0x7d, 0xa9, 0x3a, + 0x67, 0xf7, 0x56, 0xbf, 0x0e, 0xe0, 0x7f, 0x58, 0x55, 0xe1, 0xfd, 0xf7, 0x06, 0xdd, 0x6d, 0xd2, + 0x6b, 0x73, 0x9d, 0x40, 0x34, 0xaf, 0x15, 0x18, 0x13, 0x65, 0x7c, 0x5e, 0x53, 0xe3, 0x99, 0xd1, + 0x09, 0x6d, 0x0b, 0x02, 0x12, 0xcd, 0xfa, 0xa9, 0xb8, 0x42, 0xd2, 0x31, 0x8e, 0xf7, 0x78, 0xe6, + 0x38, 0x77, 0x46, 0x96, 0x07, 0x17, 0x75, 0xda, 0xea, 0x75, 0x41, 0x41, 0xb9, 0x2e, 0x60, 0xb7, + 0x04, 0x97, 0x75, 0xf3, 0x75, 0x9e, 0xef, 0xcb, 0xa8, 0x08, 0x2d, 0xa9, 0x97, 0x02, 0x93, 0xc9, + 0xd7, 0x46, 0x77, 0xa0, 0x64, 0x6a, 0x50, 0x31, 0xa0, 0x48, 0xcb, 0x33, 0x8f, 0x7d, 0xf1, 0x1b, + 0x39, 0xb0, 0x34, 0x4f, 0x28, 0x2d, 0x34, 0x95, 0x3c, 0x32, 0xef, 0x08, 0xc6, 0x46, 0x7d, 0xaf, + 0x98, 0x0f, 0x7d, 0x87, 0x14, 0xa8, 0x4f, 0xbc, 0x18, 0xb7, 0xbb, 0x03, 0xa3, 0x9b, 0xf8, 0x9b, + 0x88, 0xfd, 0x30, 0x59, 0x94, 0x7a, 0x47, 0x3d, 0xc7, 0xea, 0xe3, 0x51, 0x01, 0x46, 0x04, 0xa1, + 0xab, 0x99, 0x7d, 0xe0, 0xfd, 0xdf, 0x83, 0x42, 0xbc, 0x8e, 0xaf, 0xfd, 0xc0, 0x28, 0x5d, 0xf4, + 0x15, 0x46, 0x3c, 0x38, 0x57, 0x60, 0x27, 0xe8, 0x9d, 0xbc, 0xf7, 0xe8, 0x63, 0x80, 0x1d, 0x2f, + 0x74, 0x3a, 0x35, 0x6a, 0xe3, 0xa2, 0x8c, 0x9f, 0x85, 0x7a, 0x0a, 0x49, 0x69, 0x33, 0xfe, 0xca, + 0x55, 0x01, 0xb6, 0xbe, 0x4f, 0x4f, 0xa4, 0xb9, 0xd3, 0xc7, 0x3b, 0x24, 0x35, 0xb8, 0x1a, 0xf3, + 0x3c, 0x78, 0x0d, 0x22, 0x21, 0xcc, 0x91, 0xe9, 0x97, 0x31, 0xbe, 0xbe, 0x9d, 0x55, 0xff, 0xf7, + 0x39, 0xe6, 0x2e, 0xa9, 0x36, 0xcb, 0x17, 0xba, 0x06, 0x10, 0x95, 0xc6, 0xfc, 0xf1, 0xd5, 0x90, + 0x65, 0x54, 0x79, 0x8d, 0x42, 0x96, 0x05, 0xb6, 0x82, 0xf6, 0xed, 0xae, 0xe4, 0x3d, 0xea, 0x6e, + 0x20, 0x5b, 0x3f, 0xde, 0xbc, 0x7f, 0x20, 0x6c, 0x34, 0x27, 0xc4, 0x7b, 0x06, 0xb3, 0x5a, 0x54, + 0xe7, 0x28, 0x4c, 0x6d, 0x14, 0xcd, 0x7a, 0xbc, 0xfa, 0xd9, 0x2f, 0x0f, 0xcb, 0x1f, 0x9d, 0xe4, + 0xf5, 0x97, 0xa0, 0xb9, 0x23, 0x1f, 0x39, 0x5a, 0xf3, 0x30, 0x54, 0xb3, 0x37, 0x28, 0xab, 0xb2, + 0x37, 0x24, 0xab, 0xb2, 0x37, 0xac, 0xff, 0x9e, 0x87, 0x32, 0x7b, 0xe3, 0x4c, 0xbd, 0x54, 0x22, + 0x5d, 0x49, 0x71, 0x7b, 0x39, 0xae, 0x85, 0x20, 0xf6, 0x86, 0x39, 0x7f, 0x9c, 0x37, 0xcc, 0xbf, + 0xfe, 0xfa, 0x56, 0x55, 0x16, 0xb1, 0x2f, 0x32, 0x0c, 0xb0, 0x5a, 0x93, 0x85, 0x20, 0xa5, 0x89, + 0xa4, 0x49, 0x63, 0xf8, 0x35, 0x4c, 0x1a, 0x77, 0x60, 0x94, 0xaa, 0x1e, 0xeb, 0xdb, 0xdc, 0xb7, + 0x92, 0x6e, 0x4f, 0x1a, 0x8e, 0xa0, 0xe9, 0xaa, 0x71, 0x4e, 0x04, 0x98, 0xf5, 0xf7, 0xf2, 0x70, + 0x39, 0x7d, 0xce, 0x79, 0xdf, 0x56, 0xb4, 0xc0, 0xbc, 0x19, 0xfe, 0x38, 0xf4, 0xec, 0x28, 0x81, + 0x79, 0xe3, 0xc1, 0x78, 0xc5, 0xcb, 0xa0, 0xd8, 0x6d, 0x98, 0xf6, 0x60, 0x48, 0x84, 0x35, 0x67, + 0x45, 0x5a, 0x3c, 0x2e, 0x5e, 0x86, 0xf6, 0x60, 0x7e, 0xdb, 0x77, 0x5f, 0x38, 0x21, 0x7e, 0x84, + 0x5f, 0x6d, 0x7b, 0x1d, 0xb7, 0xf5, 0x6a, 0xb5, 0xeb, 0xec, 0x75, 0x70, 0x9b, 0x3f, 0xf7, 0xba, + 0x71, 0x74, 0x58, 0x7e, 0xab, 0xc7, 0x40, 0xc8, 0xc1, 0x6c, 0xf6, 0x28, 0x50, 0x13, 0x33, 0x28, + 0x85, 0x68, 0x1a, 0x21, 0xeb, 0xdf, 0xe5, 0x60, 0x81, 0x0a, 0xd4, 0xfc, 0x66, 0x41, 0x34, 0xfe, + 0x5a, 0x6e, 0x99, 0xea, 0x00, 0xf9, 0x5e, 0xa4, 0x6e, 0x99, 0xda, 0xcb, 0x29, 0x5b, 0x03, 0x43, + 0xeb, 0x30, 0xc1, 0x7f, 0x2b, 0xe6, 0xe3, 0x39, 0x85, 0x61, 0xd1, 0xad, 0xce, 0xac, 0x47, 0x74, + 0x63, 0x73, 0x62, 0x4d, 0xfa, 0x9e, 0x58, 0xc5, 0xb5, 0x7e, 0x91, 0x87, 0xc5, 0x06, 0xf6, 0xdd, + 0xa7, 0xaf, 0x52, 0x06, 0xb3, 0x05, 0xb3, 0xa2, 0x88, 0x8e, 0x59, 0x3f, 0x62, 0x2c, 0x50, 0x8f, + 0xe8, 0x6a, 0x40, 0x00, 0x9a, 0xf2, 0xc4, 0x19, 0x11, 0x4f, 0xe0, 0x70, 0xf9, 0x1e, 0x8c, 0xc5, + 0x22, 0x0d, 0xd0, 0xf5, 0x17, 0x27, 0x54, 0x0f, 0xf3, 0x28, 0x8f, 0xea, 0x6f, 0xa5, 0x5f, 0x51, + 0x72, 0x4b, 0xc2, 0xa0, 0x08, 0x32, 0xf4, 0xc0, 0x92, 0xc3, 0xea, 0x28, 0xb5, 0x86, 0x03, 0xbb, + 0x76, 0xc6, 0x4e, 0x6b, 0xa9, 0x3a, 0x01, 0xe3, 0x15, 0x7a, 0xed, 0x4a, 0x14, 0xf7, 0xff, 0x99, + 0x87, 0x25, 0xf1, 0x66, 0x27, 0x65, 0x9a, 0xbf, 0x82, 0x79, 0x51, 0x54, 0xe9, 0x11, 0x81, 0x01, + 0xb7, 0xf5, 0x99, 0x66, 0xc1, 0xb2, 0xc4, 0x4c, 0x3b, 0x1c, 0x26, 0x9a, 0xec, 0x34, 0xf4, 0xd3, + 0x31, 0x88, 0x7e, 0x6e, 0x8a, 0xfb, 0x40, 0x0d, 0x93, 0x2a, 0xcf, 0xd4, 0x63, 0x41, 0xaa, 0xfc, + 0xb3, 0x9d, 0x30, 0xa8, 0x0e, 0xbf, 0xa9, 0x41, 0x75, 0xed, 0x4c, 0xdc, 0xa4, 0x5a, 0x9d, 0x86, + 0xc9, 0x4d, 0xfc, 0x32, 0x9a, 0xf7, 0xdf, 0xce, 0xc5, 0x9e, 0x26, 0x12, 0x09, 0x83, 0xbd, 0x51, + 0xcc, 0x45, 0xa1, 0x03, 0xe8, 0xd3, 0x44, 0x55, 0xc2, 0x60, 0xa0, 0xeb, 0x30, 0xca, 0x5c, 0x74, + 0xdb, 0xc7, 0xd0, 0xcd, 0xe5, 0xe3, 0x9b, 0x16, 0x43, 0x61, 0x6a, 0x3a, 0xc7, 0xb7, 0x1e, 0xc1, + 0x15, 0xee, 0x21, 0xae, 0x2f, 0x3e, 0x6d, 0xe8, 0x84, 0x9f, 0x2f, 0xcb, 0x81, 0xa5, 0x07, 0x38, + 0xce, 0x7a, 0xb4, 0xc7, 0x49, 0x5f, 0xc0, 0x8c, 0x56, 0x2e, 0x29, 0x52, 0xa9, 0x54, 0xee, 0x21, + 0x49, 0x3a, 0x0e, 0x6d, 0x5d, 0x36, 0x35, 0xa1, 0x76, 0xd6, 0xc2, 0x34, 0xea, 0x95, 0x1f, 0xdd, + 0x22, 0x07, 0x27, 0xe0, 0x7a, 0x37, 0x94, 0x73, 0xcd, 0x38, 0x1e, 0x8b, 0xff, 0x23, 0xbe, 0xbc, + 0xb2, 0xd6, 0x9a, 0x82, 0x89, 0x9a, 0xd7, 0x0d, 0xf1, 0x37, 0x54, 0xd4, 0xb1, 0xa6, 0x61, 0x52, + 0x54, 0x75, 0x70, 0x10, 0x58, 0x7f, 0x34, 0x04, 0x16, 0x9f, 0x58, 0x93, 0xf5, 0x54, 0xcc, 0xc7, + 0x5e, 0xa2, 0xb3, 0xfc, 0x43, 0x75, 0x41, 0xb5, 0x11, 0x47, 0xb5, 0x6c, 0xe7, 0x51, 0x39, 0xaf, + 0x15, 0x95, 0xea, 0x81, 0x7d, 0xe3, 0xa3, 0xff, 0x51, 0x0a, 0x9b, 0x64, 0x87, 0x8d, 0xc6, 0xd4, + 0x4e, 0x61, 0x93, 0x1a, 0x5d, 0x33, 0xcb, 0xb4, 0xb5, 0x69, 0xe0, 0x22, 0x07, 0x92, 0x6f, 0x2b, + 0x65, 0x0d, 0xf7, 0x61, 0x62, 0x05, 0xcd, 0x44, 0x1e, 0x09, 0x95, 0x08, 0xda, 0xd5, 0xe7, 0x92, + 0x9f, 0x47, 0xe1, 0xb5, 0xa1, 0x56, 0x31, 0xaa, 0x3d, 0xa5, 0x44, 0x4f, 0xcb, 0xa1, 0xc1, 0x2a, + 0x16, 0xf1, 0xdf, 0x97, 0x7e, 0xfa, 0xe4, 0x43, 0xea, 0x76, 0x30, 0x7f, 0x94, 0x22, 0x96, 0xa5, + 0x6f, 0xbe, 0xfd, 0xce, 0x1d, 0x8b, 0x47, 0xd3, 0x68, 0xa6, 0x98, 0xa3, 0xa7, 0x5d, 0xb9, 0x98, + 0xe8, 0x5b, 0x87, 0x39, 0xf1, 0x3a, 0x21, 0x71, 0x25, 0x7c, 0x52, 0x49, 0xb2, 0xaa, 0xdd, 0xe2, + 0xe6, 0x53, 0x6e, 0x71, 0xb5, 0x3b, 0xaf, 0x70, 0xc0, 0xb5, 0xee, 0xd0, 0x9b, 0x5f, 0x03, 0xfd, + 0x8b, 0xb3, 0x70, 0x6e, 0xdb, 0xd9, 0x77, 0xbb, 0x84, 0xf7, 0x88, 0x08, 0xbc, 0xa8, 0x92, 0xc8, + 0xd1, 0x90, 0xed, 0x06, 0x6b, 0x48, 0xc2, 0xb0, 0xac, 0x86, 0x4b, 0xcf, 0xa7, 0xbd, 0x18, 0xd5, + 0x83, 0xa2, 0x7f, 0xac, 0x59, 0xfd, 0x13, 0xf9, 0x42, 0xa8, 0x77, 0x5f, 0xd7, 0x6b, 0xc7, 0xf2, + 0x96, 0x50, 0xcb, 0x79, 0x32, 0x90, 0xfc, 0xc8, 0x29, 0x07, 0x92, 0xff, 0x21, 0x4c, 0x3c, 0xea, + 0xef, 0xc9, 0x9c, 0x18, 0x67, 0x07, 0x06, 0x2a, 0xa7, 0x6b, 0xf0, 0xbc, 0xbf, 0x67, 0xce, 0x8a, + 0xa1, 0x12, 0x33, 0x06, 0x5d, 0x1f, 0xfd, 0x95, 0x04, 0x5d, 0x4f, 0x8d, 0xf7, 0x3f, 0xf6, 0xad, + 0xc4, 0xfb, 0x37, 0x04, 0x4e, 0x1f, 0x3f, 0xfd, 0xc0, 0xe9, 0x5a, 0x50, 0x71, 0x78, 0xc3, 0xa0, + 0xe2, 0x55, 0x80, 0x31, 0x3f, 0x0a, 0x4d, 0x3d, 0x5c, 0x18, 0xb1, 0xfe, 0xf5, 0x28, 0xcc, 0x6e, + 0xb8, 0x41, 0x28, 0xce, 0x4b, 0x10, 0x7d, 0x4c, 0x27, 0x45, 0x99, 0xa2, 0xec, 0x72, 0xb9, 0x97, + 0x95, 0x37, 0x63, 0x19, 0x9b, 0x34, 0x04, 0xf4, 0xbe, 0x7a, 0xb7, 0x92, 0x57, 0x02, 0x77, 0x26, + 0x93, 0xed, 0xa8, 0x97, 0x2e, 0xef, 0x68, 0xa6, 0xfd, 0x4c, 0x5b, 0xc8, 0xbd, 0xb8, 0xbd, 0x9f, + 0xc7, 0xd5, 0xa2, 0x9f, 0x19, 0xdd, 0xf6, 0x10, 0x5d, 0x04, 0xec, 0xc2, 0x59, 0x1a, 0x04, 0x47, + 0x3c, 0x08, 0x7e, 0x9b, 0xb3, 0x1c, 0xd3, 0x24, 0xb0, 0x70, 0x39, 0xfc, 0x35, 0x30, 0x8d, 0x19, + 0xd5, 0xa1, 0x05, 0x6a, 0xac, 0x1b, 0x06, 0x82, 0x76, 0xe0, 0xfc, 0xb6, 0x8f, 0xdb, 0xdc, 0x53, + 0xb6, 0xe7, 0x73, 0xc5, 0x90, 0xbd, 0xcc, 0xa3, 0x41, 0x2c, 0x7b, 0xa2, 0xba, 0x89, 0x65, 0xbd, + 0xca, 0xb3, 0x0d, 0xe8, 0x68, 0x15, 0xa6, 0xeb, 0xd8, 0xf1, 0x5b, 0xcf, 0x1e, 0xe1, 0x57, 0xe4, + 0x53, 0x13, 0x14, 0x47, 0xa3, 0xc8, 0xaf, 0x01, 0xad, 0x21, 0x03, 0xa5, 0x55, 0xea, 0x95, 0xbb, + 0x8e, 0x84, 0xbe, 0x0f, 0x67, 0xeb, 0x9e, 0x1f, 0x56, 0x5f, 0xc5, 0xb2, 0x2f, 0xb1, 0xc2, 0xea, + 0x45, 0x11, 0xfd, 0x36, 0xf0, 0xfc, 0xb0, 0xb9, 0xa7, 0xce, 0x1b, 0xc7, 0x43, 0xf7, 0x89, 0x1c, + 0x4b, 0x64, 0x6b, 0x69, 0xb6, 0x61, 0x81, 0x33, 0xb8, 0xac, 0x4a, 0x05, 0x72, 0x93, 0xed, 0x26, + 0x86, 0x85, 0x5e, 0xc1, 0xac, 0x7e, 0x9a, 0xee, 0xbb, 0x1d, 0xc2, 0x82, 0x40, 0xcb, 0x63, 0x62, + 0x02, 0xa9, 0xde, 0xe0, 0xbd, 0xbc, 0x1c, 0x3f, 0xb3, 0x4f, 0x69, 0xbd, 0x1a, 0xcc, 0xdb, 0x84, + 0x8f, 0x1e, 0xd3, 0xe0, 0xc3, 0x6c, 0x66, 0x2a, 0x81, 0x88, 0x4a, 0x4d, 0x06, 0x41, 0x63, 0xe6, + 0xf5, 0xe9, 0x89, 0xa4, 0x33, 0xea, 0x04, 0xf1, 0xe0, 0xd4, 0x76, 0x02, 0x15, 0x6d, 0xc3, 0xb9, + 0xdd, 0x00, 0x6f, 0xfb, 0xf8, 0x85, 0x8b, 0x5f, 0x0a, 0x7a, 0x93, 0x94, 0x1e, 0x5d, 0x6e, 0x42, + 0xaf, 0xc7, 0x6a, 0x4d, 0x04, 0x93, 0xc8, 0xa5, 0x8f, 0x61, 0x42, 0xd9, 0x6f, 0x86, 0xa7, 0xe5, + 0xb3, 0xea, 0xd3, 0xf2, 0x71, 0xf5, 0x09, 0xf9, 0x5f, 0xe4, 0x98, 0x69, 0x51, 0xd9, 0xc0, 0xdc, + 0x4e, 0xb1, 0x05, 0xe3, 0xb2, 0x50, 0x3e, 0x64, 0x10, 0xb2, 0x4e, 0xec, 0x5b, 0xc9, 0x8e, 0x8f, + 0x38, 0xdd, 0x6a, 0x6f, 0x23, 0x1a, 0xdf, 0xae, 0xb9, 0xef, 0xb7, 0xa2, 0x27, 0x8f, 0xfc, 0x79, + 0xa6, 0xef, 0xb4, 0x9e, 0x47, 0xf6, 0xd6, 0x9f, 0x90, 0xf3, 0xa1, 0x56, 0xf0, 0xa4, 0x51, 0xf3, + 0x7a, 0xc6, 0x1f, 0x5e, 0x29, 0xf2, 0x0e, 0xc8, 0x97, 0x9f, 0xac, 0x58, 0x3f, 0x38, 0x2a, 0x02, + 0x75, 0xfe, 0x9d, 0xb1, 0x6c, 0xf6, 0x62, 0xcf, 0xd8, 0x83, 0x0f, 0x92, 0x6f, 0xce, 0x28, 0x2f, + 0x8e, 0xde, 0x9c, 0xa9, 0xd3, 0x18, 0xbd, 0x3e, 0xdb, 0x85, 0x05, 0x1b, 0x1f, 0x78, 0x2f, 0xf0, + 0xe9, 0x92, 0xfd, 0x11, 0x5c, 0xd4, 0x09, 0xee, 0xf6, 0xda, 0x34, 0x54, 0x07, 0xbb, 0x75, 0x35, + 0x86, 0xdc, 0xe3, 0x08, 0x2c, 0xe4, 0x1e, 0x0b, 0xc2, 0x44, 0xfe, 0x54, 0xf9, 0x2d, 0xad, 0xb3, + 0x3c, 0x58, 0xd4, 0x89, 0x57, 0xda, 0x6d, 0x9a, 0x47, 0xa0, 0xe5, 0xf6, 0x9c, 0x6e, 0x88, 0xb6, + 0x60, 0x42, 0xf9, 0x19, 0x93, 0x94, 0x94, 0x1a, 0xb6, 0xfa, 0xbd, 0xa8, 0x40, 0x95, 0xe8, 0x14, + 0x38, 0x0b, 0x43, 0x39, 0x3e, 0x3d, 0x64, 0xca, 0xd4, 0x36, 0xab, 0x30, 0xa5, 0xfc, 0x94, 0x8a, + 0x07, 0x0d, 0xa7, 0xa9, 0xb4, 0xa0, 0x4f, 0x98, 0x8e, 0x62, 0xb5, 0xa0, 0x64, 0x9a, 0x34, 0x1a, + 0x42, 0xe2, 0x15, 0x5a, 0x8d, 0x82, 0x51, 0x0c, 0xbe, 0xed, 0x9e, 0x49, 0x0b, 0x44, 0x61, 0xfd, + 0xed, 0x61, 0x58, 0xe0, 0x8b, 0x71, 0x9a, 0x2b, 0x8e, 0x7e, 0x0a, 0x13, 0xca, 0x1a, 0xf3, 0x49, + 0xbf, 0x2c, 0x1c, 0x64, 0xd2, 0xf6, 0x02, 0x93, 0xe8, 0xfa, 0xb4, 0xa0, 0x19, 0x5b, 0x6e, 0x22, + 0xd1, 0xa9, 0xdb, 0xa6, 0x03, 0xd3, 0xfa, 0x42, 0x73, 0xa1, 0xf6, 0xaa, 0xb1, 0x11, 0x1d, 0x54, + 0xc4, 0x6f, 0x6a, 0x37, 0x8d, 0xcb, 0x4d, 0xf3, 0x5c, 0xe9, 0x9b, 0xe8, 0x1b, 0x38, 0x97, 0x58, + 0x65, 0xae, 0xa4, 0x5d, 0x37, 0x36, 0x98, 0x80, 0x66, 0xd1, 0xcc, 0x7d, 0x5a, 0x9c, 0xda, 0x6c, + 0xb2, 0x11, 0xd4, 0x86, 0x49, 0x75, 0xe1, 0xb9, 0xd4, 0x7d, 0x25, 0x63, 0x2a, 0x19, 0x20, 0x13, + 0x8a, 0xf8, 0x5c, 0xd2, 0xb5, 0xd7, 0x53, 0x43, 0x6a, 0x54, 0xab, 0x63, 0x70, 0x96, 0xfd, 0x26, + 0x2c, 0x60, 0xdb, 0xc7, 0x01, 0xee, 0xb6, 0xb0, 0xea, 0xeb, 0xf4, 0xa6, 0x2c, 0xe0, 0xdf, 0xe6, + 0xa0, 0x68, 0xa2, 0x5b, 0xc7, 0xdd, 0x36, 0xda, 0x86, 0x42, 0xbc, 0x21, 0xbe, 0xab, 0x2d, 0xf1, + 0x55, 0x48, 0xef, 0x12, 0x91, 0xc2, 0x13, 0xdd, 0xdc, 0x84, 0x73, 0x4a, 0xd9, 0x09, 0x9d, 0xca, + 0x92, 0xa8, 0xaa, 0x22, 0xbd, 0x46, 0x7d, 0xe7, 0x56, 0xbc, 0x03, 0xc7, 0xed, 0x12, 0x01, 0x51, + 0x09, 0x1b, 0x01, 0x51, 0x29, 0x9f, 0x1b, 0xa6, 0x6c, 0xd2, 0x52, 0xe1, 0x60, 0x29, 0x41, 0xac, + 0xcf, 0x28, 0x07, 0xe7, 0x2a, 0x0a, 0x7b, 0xda, 0x23, 0x89, 0x5d, 0x86, 0x91, 0x9d, 0x8d, 0x7a, + 0xad, 0xc2, 0x1f, 0x0a, 0xb1, 0xa7, 0xa4, 0x9d, 0xa0, 0xd9, 0x72, 0x6c, 0x56, 0x61, 0x7d, 0x4a, + 0xa3, 0xec, 0xf1, 0x18, 0x6d, 0x12, 0xef, 0x1a, 0x8c, 0xf2, 0x22, 0x8e, 0x49, 0xaf, 0xa6, 0x3b, + 0x1c, 0x4a, 0xd4, 0x59, 0xdb, 0x42, 0xbe, 0xee, 0x60, 0x27, 0x50, 0x3e, 0xcc, 0x1f, 0x11, 0x51, + 0x9c, 0x95, 0xf1, 0xef, 0xf2, 0xb4, 0x0c, 0x81, 0x4a, 0x8b, 0x99, 0xf2, 0x2d, 0x60, 0x6c, 0xf9, + 0x97, 0xf5, 0x67, 0x79, 0x98, 0x15, 0x01, 0x63, 0x34, 0xc3, 0xc2, 0xc0, 0x50, 0x97, 0x3f, 0xd0, + 0x63, 0xf2, 0xd4, 0x64, 0x4c, 0x9e, 0x37, 0x48, 0xbe, 0xc1, 0xa3, 0xf9, 0x1c, 0xf3, 0x19, 0xdd, + 0x23, 0x29, 0x7d, 0x0f, 0x6b, 0xd2, 0xb7, 0x69, 0x3c, 0x9a, 0xf4, 0x4d, 0x97, 0x85, 0x49, 0xdf, + 0x42, 0xe6, 0x7e, 0x13, 0x81, 0xe9, 0x23, 0xb2, 0xb5, 0xb4, 0x26, 0x8f, 0xfb, 0xc2, 0x6a, 0x83, + 0x3e, 0xba, 0xdf, 0x5a, 0x5f, 0xa9, 0x91, 0x3d, 0xcd, 0xbb, 0x2a, 0x56, 0xe0, 0x36, 0xf5, 0x9a, + 0xe3, 0x34, 0xd5, 0x8d, 0x49, 0x59, 0x2c, 0x0f, 0x35, 0xa1, 0x80, 0x58, 0xf7, 0xe4, 0x13, 0x7e, + 0x03, 0xb5, 0xb4, 0xb8, 0xad, 0x9b, 0x34, 0x38, 0xc1, 0x03, 0xba, 0x5e, 0xa7, 0xd1, 0x89, 0x3f, + 0xcc, 0xb1, 0x68, 0x07, 0xf5, 0x2d, 0x25, 0xc4, 0x7d, 0xf7, 0xa9, 0xa7, 0xd8, 0x55, 0x95, 0x66, + 0x1e, 0xb9, 0xdd, 0xb6, 0x6a, 0x57, 0xa5, 0x49, 0x0c, 0xf9, 0x43, 0xc5, 0xe6, 0x73, 0xb7, 0xdb, + 0xb6, 0xe3, 0xd0, 0xe8, 0x63, 0x98, 0x52, 0x8a, 0xe4, 0x47, 0x9a, 0x45, 0x08, 0x54, 0xd1, 0xdd, + 0xb6, 0xad, 0x43, 0x5a, 0xbf, 0x9d, 0x87, 0x85, 0x8c, 0x14, 0x2c, 0x54, 0x07, 0xa4, 0xe6, 0x00, + 0x39, 0x53, 0x3c, 0xb6, 0x32, 0x7d, 0x94, 0xa9, 0xf1, 0x48, 0x09, 0x88, 0x3e, 0x83, 0x09, 0x35, + 0x23, 0x4c, 0x5e, 0x09, 0xe0, 0x6d, 0xce, 0x02, 0xa3, 0x82, 0xa3, 0x00, 0x20, 0xea, 0x09, 0x7f, + 0xa7, 0x5c, 0x27, 0x12, 0x8d, 0x92, 0x4e, 0xe6, 0x54, 0xf2, 0xda, 0x28, 0xcd, 0x58, 0x7f, 0x33, + 0x0f, 0x4b, 0x19, 0xf3, 0x50, 0xc7, 0xe1, 0xff, 0x8d, 0xa9, 0x88, 0x25, 0xf9, 0x19, 0xfa, 0x96, + 0x92, 0xfc, 0x58, 0xbf, 0x9f, 0x87, 0x0b, 0xbb, 0xbd, 0x80, 0x3a, 0xb7, 0xae, 0x77, 0x5f, 0xe0, + 0x6e, 0xe8, 0xf9, 0xaf, 0xa8, 0x73, 0x1e, 0x7a, 0x1f, 0x46, 0xd6, 0x70, 0xa7, 0xe3, 0xf1, 0xcf, + 0xda, 0x25, 0x61, 0xea, 0x8e, 0x43, 0x53, 0xa0, 0xb5, 0x33, 0x36, 0x83, 0x46, 0x1f, 0xc3, 0xf8, + 0x1a, 0x76, 0xfc, 0x70, 0x0f, 0x3b, 0x42, 0x72, 0xbd, 0xc8, 0x51, 0x15, 0x14, 0x0e, 0xb0, 0x76, + 0xc6, 0x8e, 0xa0, 0xd1, 0x32, 0x0c, 0x6f, 0x7b, 0xdd, 0x7d, 0xf9, 0xfa, 0x2d, 0xa5, 0x41, 0x02, + 0xb3, 0x76, 0xc6, 0xa6, 0xb0, 0xe8, 0x31, 0x4c, 0x55, 0xf6, 0x71, 0x37, 0x7c, 0x8c, 0x43, 0xa7, + 0xed, 0x84, 0x0e, 0x97, 0x70, 0xae, 0xa5, 0x21, 0x6b, 0xc0, 0x34, 0x71, 0xae, 0x5a, 0x50, 0x1d, + 0x81, 0xa1, 0xc7, 0xc1, 0xbe, 0xf5, 0x7b, 0x39, 0x28, 0xae, 0x78, 0x2f, 0xbb, 0xc6, 0x89, 0xf9, + 0x50, 0x9f, 0x18, 0xe1, 0x82, 0x6d, 0x80, 0x8f, 0x4d, 0xcd, 0x7b, 0x30, 0xbc, 0xed, 0x76, 0xf7, + 0x63, 0x1f, 0x75, 0x03, 0x1e, 0x81, 0xa2, 0x23, 0x74, 0xbb, 0xfb, 0xa2, 0x4b, 0xef, 0xc0, 0x7c, + 0x0a, 0x24, 0x9a, 0x96, 0xec, 0x6d, 0x98, 0xb2, 0xb5, 0xb7, 0x61, 0xce, 0x38, 0x69, 0x09, 0xc0, + 0x7f, 0x95, 0x33, 0xac, 0x3e, 0xeb, 0x6b, 0x11, 0x46, 0x45, 0x80, 0x5a, 0xf6, 0x1d, 0x10, 0x3f, + 0xa9, 0x73, 0xa8, 0x38, 0x1d, 0x3c, 0xb4, 0xa0, 0x3c, 0x04, 0x0d, 0xe5, 0xb1, 0x3f, 0xdb, 0xc3, + 0x9f, 0xbc, 0xc1, 0x4e, 0x95, 0xb4, 0x48, 0x9b, 0x6b, 0x5e, 0x10, 0x76, 0xa5, 0xef, 0x82, 0x2d, + 0x7f, 0x5b, 0xff, 0x29, 0x4f, 0xc3, 0x14, 0x66, 0x2c, 0x33, 0x19, 0xf7, 0x56, 0x9d, 0x8f, 0x23, + 0xbf, 0x55, 0x47, 0x8b, 0x30, 0xbe, 0x55, 0xd7, 0xe2, 0xef, 0xda, 0x51, 0x01, 0xba, 0xc9, 0x32, + 0xb8, 0x55, 0xfc, 0xd6, 0x33, 0x37, 0xc4, 0xad, 0xb0, 0xef, 0x73, 0xe6, 0x64, 0x27, 0xca, 0x91, + 0x05, 0x93, 0x0f, 0x3a, 0xee, 0x5e, 0x4b, 0x10, 0x63, 0x9d, 0xd3, 0xca, 0xd0, 0x75, 0x98, 0xe6, + 0x59, 0x22, 0x59, 0x78, 0x62, 0x9e, 0x02, 0xcd, 0x8e, 0x95, 0x92, 0x76, 0x6b, 0x5e, 0x37, 0x74, + 0xdc, 0x2e, 0xf6, 0xed, 0x7e, 0x37, 0x74, 0x79, 0xce, 0xf0, 0x71, 0x3b, 0x51, 0x8e, 0xde, 0x83, + 0x39, 0x59, 0xb6, 0xe5, 0xb7, 0x9e, 0xe1, 0x20, 0xf4, 0x69, 0x28, 0x77, 0xfa, 0x84, 0xdc, 0x36, + 0x57, 0xd2, 0x16, 0x3a, 0x5e, 0xbf, 0xbd, 0xda, 0x7d, 0xe1, 0xfa, 0x1e, 0xcb, 0x2f, 0x38, 0xc6, + 0x5b, 0x88, 0x95, 0x5b, 0xdb, 0xc6, 0x13, 0xf0, 0x06, 0x9b, 0xc3, 0xaa, 0x01, 0x4a, 0x72, 0x00, + 0xf4, 0x2e, 0x8c, 0xd7, 0xeb, 0x6b, 0xda, 0x8d, 0x42, 0xdc, 0xc8, 0x6f, 0x47, 0x10, 0xd6, 0x07, + 0x70, 0x41, 0x12, 0x61, 0x31, 0x36, 0x15, 0x17, 0x74, 0x9e, 0x62, 0x46, 0x7a, 0xbe, 0x47, 0x05, + 0xd6, 0x8f, 0x12, 0x78, 0xf5, 0xfe, 0xc1, 0x81, 0xe3, 0xbf, 0x42, 0x15, 0x1d, 0x6f, 0x68, 0x20, + 0xaf, 0xab, 0x0e, 0xff, 0xfc, 0xb0, 0x7c, 0x46, 0x25, 0x7e, 0x03, 0xae, 0x4b, 0x10, 0x59, 0xca, + 0x37, 0x2f, 0xb5, 0xbf, 0xc8, 0x6b, 0xcf, 0xdf, 0xc8, 0x43, 0x79, 0x00, 0x28, 0xfa, 0xa3, 0x1c, + 0x0b, 0x11, 0x2d, 0x4b, 0x78, 0xaf, 0x3e, 0x8e, 0xb3, 0x51, 0x33, 0xfe, 0x2d, 0xed, 0x17, 0x13, + 0xfa, 0x3e, 0xf9, 0xcd, 0xbf, 0x7c, 0xed, 0x53, 0xa8, 0xf7, 0xa5, 0xf4, 0x7d, 0x40, 0xc9, 0x06, + 0x06, 0x89, 0x8c, 0xc3, 0xaa, 0xc8, 0x68, 0xc3, 0xac, 0xc6, 0xbf, 0xc4, 0x02, 0x96, 0xe2, 0x9f, + 0x5d, 0x85, 0xb1, 0x2c, 0x01, 0xf0, 0x50, 0xc7, 0x1b, 0xde, 0x3e, 0xf7, 0xe3, 0x56, 0x4a, 0xac, + 0xfb, 0x30, 0x17, 0xa3, 0xc9, 0xc5, 0xd0, 0x77, 0x41, 0x0a, 0xce, 0x94, 0xe8, 0x50, 0xf5, 0xdc, + 0x2f, 0x0f, 0xcb, 0x53, 0xe4, 0x10, 0xdd, 0x8a, 0x02, 0x8f, 0x89, 0xbf, 0xac, 0xc7, 0xaa, 0x7e, + 0x53, 0xe9, 0x68, 0x2f, 0x70, 0xee, 0xc2, 0x59, 0x56, 0x12, 0x0b, 0xef, 0xa3, 0x42, 0xf3, 0xbd, + 0xc1, 0x01, 0xad, 0x39, 0xea, 0x65, 0x47, 0x7f, 0x54, 0x22, 0x7f, 0x6e, 0x6b, 0x97, 0xc5, 0x9a, + 0x8c, 0x8a, 0x65, 0x08, 0xa1, 0xe1, 0x4a, 0xe4, 0x77, 0x2e, 0x8c, 0xb8, 0x02, 0xae, 0xeb, 0xbd, + 0xec, 0xe0, 0xf6, 0x3e, 0xcd, 0xfd, 0x53, 0x9d, 0xe4, 0x46, 0xdc, 0x61, 0x87, 0x10, 0xa0, 0x68, + 0xd6, 0x17, 0x30, 0x57, 0xeb, 0x60, 0xc7, 0x8f, 0xb7, 0x87, 0xae, 0xc3, 0x28, 0x2d, 0xd3, 0xaf, + 0x23, 0x1d, 0x52, 0x44, 0xaf, 0x23, 0x79, 0x25, 0x11, 0xc9, 0x59, 0xd4, 0x15, 0x75, 0x48, 0x91, + 0x34, 0x3c, 0x42, 0x7f, 0xc7, 0x7c, 0xb4, 0x0c, 0xa3, 0x67, 0x70, 0xd6, 0xe7, 0xd4, 0x09, 0xc0, + 0x94, 0xf6, 0xe9, 0x78, 0x5e, 0x83, 0xff, 0x3f, 0x2c, 0x56, 0x7a, 0x3d, 0xdc, 0x6d, 0x47, 0x88, + 0x3b, 0xbe, 0x73, 0x4c, 0x6f, 0x6c, 0x54, 0x81, 0x11, 0x0a, 0x2d, 0x0d, 0x39, 0xbc, 0xbb, 0x86, + 0xee, 0x50, 0x38, 0xae, 0xa1, 0xd0, 0x06, 0x18, 0xa6, 0xd5, 0x86, 0xf9, 0x7a, 0x7f, 0xef, 0xc0, + 0x65, 0x19, 0x96, 0xe8, 0x8b, 0x06, 0xd1, 0xf6, 0xba, 0x08, 0x0f, 0xcc, 0x26, 0xe3, 0x46, 0x94, + 0xce, 0x89, 0xde, 0xac, 0xf2, 0x57, 0x0e, 0x2f, 0xee, 0xde, 0x8a, 0x50, 0xa9, 0xf0, 0xc0, 0x5a, + 0xa1, 0xd5, 0x3c, 0x84, 0xb0, 0x75, 0x1e, 0xce, 0xa9, 0x4a, 0x31, 0xdb, 0x21, 0x73, 0x70, 0x5e, + 0x57, 0x76, 0x59, 0xf1, 0xd7, 0x30, 0xcb, 0xac, 0xb8, 0x2c, 0x5e, 0xd3, 0x72, 0x14, 0x9a, 0x28, + 0xdf, 0x58, 0x8e, 0xdd, 0xc7, 0x52, 0x97, 0x5a, 0x19, 0x89, 0xaf, 0xb1, 0xcc, 0x1c, 0xb9, 0x5e, + 0x2c, 0x6b, 0x26, 0x95, 0x7c, 0x63, 0xb9, 0x3a, 0xca, 0x35, 0x35, 0x42, 0x9d, 0x2d, 0xff, 0xaf, + 0x84, 0xfa, 0x32, 0xf5, 0x1d, 0x5e, 0xc3, 0x0e, 0xbd, 0xe7, 0x37, 0x7b, 0x60, 0x4e, 0x43, 0xde, + 0x6d, 0x8b, 0x0f, 0xb5, 0xdb, 0xb6, 0xfe, 0x34, 0x07, 0x37, 0x98, 0x91, 0xc7, 0x8c, 0x47, 0x75, + 0xaf, 0x14, 0x64, 0xf4, 0x11, 0xb0, 0x94, 0x27, 0xdc, 0x4a, 0x6b, 0xf1, 0x9e, 0x67, 0x51, 0x62, + 0x08, 0xa8, 0x02, 0x93, 0xaa, 0x43, 0x40, 0xec, 0x85, 0x77, 0x8a, 0x15, 0xc6, 0x9e, 0x38, 0x78, + 0xea, 0x48, 0x27, 0x81, 0xe7, 0xb0, 0xb0, 0xfa, 0x0d, 0xd9, 0x10, 0x3c, 0x7c, 0x38, 0xbf, 0x49, + 0x89, 0x3c, 0xfc, 0x66, 0x76, 0xf8, 0x8e, 0xd1, 0xbf, 0xa4, 0xf1, 0x62, 0x22, 0x61, 0x70, 0x12, + 0x3e, 0x55, 0x18, 0xd9, 0x57, 0x55, 0x2b, 0xb3, 0xfe, 0x63, 0x0e, 0x16, 0xcd, 0xad, 0x71, 0xc6, + 0xb2, 0x0e, 0xe7, 0x6a, 0x4e, 0xd7, 0xeb, 0xba, 0x2d, 0xa7, 0x53, 0x6f, 0x3d, 0xc3, 0xed, 0x7e, + 0x47, 0xf8, 0x49, 0x48, 0x2e, 0x43, 0x24, 0x26, 0x8e, 0x2e, 0x40, 0xec, 0x24, 0x16, 0xfa, 0x00, + 0x2e, 0xd0, 0x5b, 0x6a, 0xc6, 0x7b, 0x3b, 0xd8, 0x97, 0xf4, 0x58, 0xcf, 0x52, 0x6a, 0xd1, 0x1d, + 0x38, 0xcf, 0x3e, 0x2a, 0xed, 0xdd, 0xae, 0x1b, 0x4a, 0x24, 0x26, 0x58, 0x99, 0xaa, 0x6e, 0xde, + 0x84, 0xf1, 0xad, 0x1e, 0xe6, 0x19, 0x86, 0xc7, 0x60, 0x78, 0x7d, 0x73, 0x7d, 0x87, 0xe5, 0x37, + 0xdb, 0xde, 0xdd, 0x29, 0xe4, 0x10, 0xc0, 0xd9, 0x95, 0xd5, 0x8d, 0xd5, 0x9d, 0xd5, 0x42, 0xfe, + 0x66, 0x53, 0x75, 0xa4, 0x40, 0x0b, 0x30, 0xbf, 0xb2, 0xda, 0x58, 0xaf, 0xad, 0x36, 0x77, 0x7e, + 0xb0, 0xbd, 0xda, 0xd4, 0x23, 0xe4, 0xcc, 0x42, 0x41, 0xad, 0xdc, 0xd9, 0xda, 0xd9, 0x66, 0x49, + 0xcb, 0xd4, 0xd2, 0x27, 0xab, 0xd5, 0xca, 0xee, 0xce, 0xda, 0x66, 0x61, 0xc8, 0x1a, 0x1e, 0xcb, + 0x17, 0xf2, 0x37, 0x7f, 0xaa, 0x79, 0x59, 0xa0, 0x45, 0x28, 0x72, 0xf0, 0xdd, 0x7a, 0xe5, 0x41, + 0x7a, 0x13, 0xac, 0xf6, 0xf1, 0xfd, 0x4a, 0x21, 0x87, 0x2e, 0xc1, 0x45, 0xad, 0x74, 0xbb, 0x52, + 0xaf, 0x3f, 0xd9, 0xb2, 0x57, 0x36, 0x56, 0xeb, 0xf5, 0x42, 0xfe, 0x66, 0x43, 0x8b, 0xaa, 0x42, + 0x5a, 0x78, 0x7c, 0xbf, 0xd2, 0xb4, 0x57, 0xbf, 0xdc, 0x5d, 0xb7, 0x57, 0x57, 0x92, 0x2d, 0x68, + 0xb5, 0x3f, 0x58, 0xad, 0x17, 0x72, 0xe8, 0x3c, 0xcc, 0x68, 0xa5, 0x9b, 0x5b, 0x85, 0xfc, 0xcd, + 0xeb, 0xfc, 0xc1, 0x16, 0x9a, 0x06, 0x58, 0x59, 0xad, 0xd7, 0x56, 0x37, 0x57, 0xd6, 0x37, 0x1f, + 0x14, 0xce, 0xa0, 0x29, 0x18, 0xaf, 0xc8, 0x9f, 0xb9, 0xe5, 0x7f, 0xf0, 0xbb, 0x39, 0x98, 0x20, + 0x1b, 0x5b, 0xdc, 0x98, 0x7f, 0xad, 0x88, 0x4c, 0x7c, 0x41, 0x79, 0xec, 0xf1, 0x54, 0xf9, 0x88, + 0xf2, 0xb8, 0x52, 0x86, 0x46, 0x44, 0x01, 0x6e, 0xe4, 0xee, 0xe4, 0x90, 0x4d, 0x6d, 0x81, 0x31, + 0x99, 0x4c, 0x52, 0x36, 0xcb, 0x78, 0xa5, 0x94, 0x6a, 0x21, 0xca, 0xfd, 0x3a, 0x58, 0x2a, 0xcd, + 0x14, 0xf9, 0xea, 0xdd, 0xe3, 0xc9, 0x51, 0xa2, 0xcd, 0xeb, 0xc7, 0x03, 0x47, 0x0f, 0x61, 0x8a, + 0x48, 0x1e, 0x12, 0x0c, 0x2d, 0xc4, 0x11, 0x15, 0x61, 0xa7, 0xb4, 0x68, 0xae, 0x94, 0x11, 0x0a, + 0x27, 0xe9, 0x40, 0x82, 0xd0, 0xe9, 0x12, 0xfd, 0x67, 0x4e, 0xcd, 0x4a, 0xdf, 0x6d, 0x61, 0x76, + 0x13, 0x5b, 0x3a, 0x17, 0x2b, 0x6e, 0xdc, 0xbd, 0x93, 0x43, 0x75, 0xfa, 0xa2, 0x4d, 0x13, 0x61, + 0x90, 0x70, 0xe1, 0x48, 0xca, 0x36, 0xac, 0x37, 0x65, 0x69, 0x3d, 0x4c, 0x91, 0x7d, 0x36, 0x01, + 0x25, 0x25, 0x03, 0x74, 0x39, 0xda, 0x07, 0x66, 0xa1, 0xa1, 0x74, 0x21, 0x71, 0xc5, 0xb3, 0x4a, + 0xbe, 0x0d, 0x68, 0x15, 0xa6, 0xb9, 0xdf, 0x1d, 0x97, 0x55, 0x50, 0x96, 0xb4, 0x93, 0x4a, 0xe6, + 0x01, 0x9d, 0x27, 0x29, 0xef, 0xa0, 0x52, 0x34, 0x8e, 0xb8, 0x10, 0x54, 0x5a, 0x30, 0xd6, 0xf1, + 0xf1, 0xdd, 0x87, 0x69, 0x5d, 0x74, 0x42, 0x62, 0x81, 0x8c, 0x12, 0x55, 0x6a, 0x87, 0x9a, 0x30, + 0xff, 0xd8, 0x71, 0xa9, 0xee, 0xc5, 0x2f, 0x12, 0xc4, 0x35, 0x00, 0x2a, 0x67, 0xdc, 0x0b, 0xd4, + 0x71, 0xb7, 0x5d, 0x1a, 0xf4, 0x96, 0x9b, 0x1e, 0x9b, 0xba, 0x90, 0x00, 0xf4, 0x6b, 0x14, 0x64, + 0xe9, 0x09, 0x1a, 0x4c, 0x37, 0x63, 0xa5, 0xb4, 0xcb, 0x5c, 0xf4, 0x98, 0x8a, 0x20, 0x31, 0x8a, + 0xca, 0x9e, 0x38, 0x31, 0xb9, 0x22, 0xf5, 0xfe, 0x0c, 0xdd, 0xf8, 0xad, 0x6c, 0x80, 0x52, 0x26, + 0x2e, 0x95, 0xd8, 0x9d, 0x1c, 0xfa, 0x9a, 0x9e, 0x6a, 0x23, 0xb9, 0x27, 0x6e, 0xf8, 0x8c, 0x7b, + 0x25, 0x2c, 0x18, 0x09, 0xf0, 0x83, 0x92, 0x41, 0xdd, 0x86, 0x59, 0xd3, 0xfd, 0xb1, 0x9c, 0xd0, + 0x8c, 0xcb, 0xe5, 0xd4, 0x5d, 0x60, 0x13, 0x41, 0xaa, 0x9d, 0xbe, 0x48, 0x19, 0xd7, 0x97, 0xa9, + 0x34, 0x3f, 0x83, 0x69, 0xb2, 0x4b, 0x1e, 0x61, 0xdc, 0xab, 0x74, 0xdc, 0x17, 0x38, 0x40, 0x22, + 0xce, 0x81, 0x2c, 0x4a, 0xc3, 0xbd, 0x91, 0x43, 0xdf, 0xe1, 0x09, 0xfa, 0xf9, 0xb3, 0x5c, 0xf1, + 0x6a, 0x97, 0x96, 0x95, 0xc4, 0x2f, 0x5a, 0x79, 0x27, 0x87, 0xbe, 0x07, 0xa3, 0x0f, 0x70, 0x48, + 0x5d, 0xe8, 0xae, 0xc8, 0xab, 0x14, 0xe6, 0xb6, 0xb0, 0xde, 0x95, 0x0e, 0x46, 0xa2, 0xc3, 0x71, + 0x6d, 0x1d, 0xdd, 0x06, 0x60, 0x0c, 0x81, 0x52, 0x88, 0x57, 0x97, 0x12, 0xdd, 0x46, 0x0f, 0xc8, + 0xc7, 0xbb, 0x83, 0x43, 0x7c, 0xdc, 0x26, 0xd3, 0xe6, 0x68, 0x03, 0xa6, 0x65, 0x50, 0xc7, 0x4d, + 0xea, 0x83, 0x6d, 0xc5, 0x88, 0x05, 0x27, 0xa0, 0xf6, 0x09, 0x39, 0x15, 0xec, 0x6a, 0x43, 0xc6, + 0x80, 0x40, 0x69, 0x51, 0x21, 0xe4, 0x24, 0x32, 0x30, 0x05, 0x77, 0xcd, 0x0b, 0x42, 0x1d, 0x57, + 0x96, 0x98, 0x71, 0x31, 0x94, 0xd4, 0x76, 0xf5, 0x78, 0x10, 0x11, 0xcf, 0x4d, 0x0b, 0x63, 0x51, + 0xba, 0x92, 0x01, 0xc1, 0xd8, 0x1d, 0xe5, 0x24, 0x2b, 0x44, 0x37, 0x65, 0xcd, 0xa8, 0x99, 0xc7, + 0x85, 0xb1, 0x36, 0x99, 0x8c, 0xbd, 0x84, 0x92, 0x55, 0xe4, 0xab, 0xa7, 0xc5, 0x21, 0x88, 0xbe, + 0x7a, 0x86, 0x40, 0x11, 0xd1, 0x57, 0xcf, 0x18, 0xba, 0xe0, 0x11, 0xd3, 0x96, 0xb5, 0xfc, 0xc3, + 0x8d, 0x65, 0x24, 0xfc, 0x29, 0xb5, 0x0a, 0x7e, 0xb0, 0x2f, 0x98, 0xea, 0x1a, 0xf7, 0xee, 0xe4, + 0xd0, 0x2a, 0x9c, 0x97, 0x2e, 0xf3, 0x51, 0x15, 0x4a, 0x41, 0x48, 0xdd, 0x04, 0x5f, 0xc0, 0x79, + 0xbe, 0xa5, 0x34, 0x32, 0x05, 0xc9, 0x1d, 0xf8, 0xfd, 0x4a, 0x2a, 0x81, 0x87, 0x30, 0x57, 0x8f, + 0x0d, 0x8a, 0x79, 0x03, 0x5c, 0xd4, 0x49, 0x28, 0xa9, 0x1e, 0x53, 0x69, 0x3d, 0x02, 0xc4, 0x14, + 0x52, 0x41, 0xee, 0x85, 0x8b, 0x5f, 0xa2, 0x4b, 0xb1, 0x21, 0x91, 0x42, 0x0a, 0x46, 0xd9, 0x4b, + 0xda, 0x14, 0xa1, 0x1d, 0x96, 0xaa, 0x82, 0xa5, 0x91, 0x72, 0x7a, 0xce, 0x9e, 0xdb, 0x71, 0x43, + 0x17, 0x93, 0x1d, 0xa6, 0x22, 0xa8, 0x55, 0x62, 0x19, 0x2f, 0xa6, 0x42, 0xa0, 0xcf, 0x61, 0xea, + 0x01, 0x0e, 0xa3, 0x6c, 0x96, 0x68, 0x3e, 0x91, 0xff, 0x92, 0x2f, 0x9d, 0x78, 0xa0, 0xa5, 0xa7, + 0xd0, 0x5c, 0x87, 0x02, 0xe3, 0x8e, 0x0a, 0x89, 0x4b, 0x09, 0x12, 0x1c, 0xc4, 0xf1, 0x9d, 0x83, + 0x20, 0x75, 0xb6, 0x6e, 0x33, 0x73, 0x3b, 0x12, 0xdb, 0x56, 0x15, 0xbf, 0xce, 0x6b, 0x65, 0x32, + 0xa0, 0xce, 0x9c, 0x31, 0x8d, 0x23, 0xba, 0x1a, 0x7d, 0x0a, 0x53, 0x73, 0x33, 0x96, 0x50, 0xfc, + 0xf9, 0x54, 0xe3, 0x1e, 0x92, 0x91, 0xfd, 0x0d, 0x44, 0xaf, 0x6b, 0x5f, 0xec, 0x93, 0xd1, 0xfd, + 0x1c, 0xc6, 0x65, 0x3e, 0x40, 0xc9, 0x56, 0xe2, 0xd9, 0x14, 0x4b, 0xc5, 0x64, 0x05, 0x1f, 0xe9, + 0x67, 0x2c, 0xfb, 0xa7, 0x8e, 0x1f, 0x4f, 0x99, 0x97, 0x3a, 0xb1, 0x1f, 0xc3, 0x84, 0x92, 0x2c, + 0x4f, 0x6e, 0xe4, 0x64, 0x02, 0xbd, 0xd2, 0x94, 0xd2, 0xf7, 0xc6, 0xf2, 0x9d, 0x1c, 0xba, 0x4d, + 0x3f, 0x2d, 0xf4, 0xfd, 0xc0, 0x5c, 0x84, 0xa6, 0xa4, 0xc1, 0x8a, 0xa1, 0xa0, 0x0f, 0x69, 0x98, + 0x85, 0x5a, 0xdf, 0xf7, 0x89, 0x7a, 0x4a, 0xf0, 0xd2, 0x24, 0x88, 0x18, 0xe2, 0xe7, 0x94, 0x99, + 0x28, 0x88, 0xec, 0x7a, 0x7d, 0x10, 0x36, 0x0b, 0xd3, 0x79, 0x27, 0x87, 0xee, 0xc1, 0x98, 0xc8, + 0xad, 0x8b, 0x2e, 0xe8, 0x5d, 0x4d, 0x1f, 0xde, 0x3d, 0x00, 0x36, 0xd9, 0xb4, 0xa7, 0x7a, 0x75, + 0xea, 0x74, 0xde, 0x23, 0xdf, 0xcb, 0xf6, 0x09, 0x91, 0x3e, 0x17, 0xdf, 0x4c, 0x8a, 0x54, 0xd4, + 0x96, 0x50, 0x9d, 0xce, 0x34, 0x7c, 0x22, 0xf0, 0x6a, 0x29, 0x7f, 0x23, 0x81, 0xd7, 0x94, 0x09, + 0x38, 0x95, 0xce, 0x3a, 0x14, 0x2a, 0x2d, 0xca, 0xc7, 0x65, 0x6a, 0x31, 0xa9, 0x6d, 0xc4, 0x2b, + 0x04, 0xad, 0xb9, 0x78, 0xa6, 0xb2, 0x0d, 0xec, 0xd0, 0xc8, 0x13, 0xf3, 0x52, 0x26, 0x88, 0x55, + 0x99, 0x31, 0x32, 0xb4, 0x8b, 0xd9, 0x1a, 0xd1, 0x87, 0x3a, 0x6f, 0x46, 0xe6, 0x13, 0xca, 0xcb, + 0x94, 0xb4, 0x6b, 0x17, 0xe2, 0xf8, 0x52, 0x0f, 0x13, 0xae, 0x4d, 0x12, 0xb4, 0x02, 0x33, 0xfc, + 0x9d, 0xbb, 0x9c, 0x96, 0x34, 0xec, 0xb4, 0xe6, 0x3f, 0x84, 0xe9, 0x55, 0xc2, 0xeb, 0xfb, 0x6d, + 0x97, 0x45, 0xdb, 0x41, 0x7a, 0xf8, 0x94, 0x54, 0xc4, 0x35, 0x91, 0x2d, 0x54, 0xc9, 0x47, 0x26, + 0x4f, 0x69, 0x32, 0xe5, 0x5b, 0x69, 0x56, 0x90, 0x55, 0x53, 0x97, 0x71, 0x25, 0x7d, 0x3e, 0x25, + 0x03, 0x18, 0xba, 0xa6, 0xe9, 0x7e, 0x69, 0x69, 0xbc, 0x0c, 0xd2, 0xde, 0x57, 0x4a, 0x4e, 0x84, + 0x14, 0x9a, 0xd9, 0xa9, 0xc1, 0x52, 0xc7, 0x2d, 0xe3, 0x63, 0x18, 0x53, 0x78, 0xa1, 0x77, 0x74, + 0xea, 0x19, 0x69, 0xbe, 0x52, 0x5b, 0xa0, 0xba, 0xb5, 0x9e, 0x61, 0x0a, 0x2d, 0x65, 0x27, 0xc2, + 0x52, 0x74, 0xeb, 0x94, 0xd4, 0x54, 0x0f, 0xe9, 0x36, 0x8b, 0x12, 0x27, 0x20, 0x55, 0x53, 0x8d, + 0xe7, 0x8d, 0x90, 0x22, 0x94, 0x39, 0xcd, 0xd4, 0x03, 0xca, 0x2e, 0x95, 0x24, 0x0c, 0xa9, 0x0c, + 0xef, 0x92, 0x89, 0x4e, 0xa0, 0x7c, 0x0b, 0x67, 0x62, 0x09, 0x9b, 0xa4, 0x6d, 0xc6, 0x9c, 0x32, + 0xaa, 0xb4, 0x94, 0x56, 0xcd, 0x29, 0xd6, 0x45, 0xbe, 0x5f, 0x65, 0xa4, 0x4b, 0xda, 0x17, 0x2a, + 0x39, 0xd8, 0x72, 0x6a, 0xbd, 0x9c, 0xbb, 0x42, 0x3c, 0xc1, 0x86, 0x24, 0x9a, 0x92, 0x79, 0x23, + 0x83, 0x25, 0xce, 0xaa, 0x5b, 0x63, 0xe0, 0x0c, 0xa6, 0xd1, 0xd9, 0x81, 0x39, 0x63, 0x3e, 0x0c, + 0x29, 0x46, 0x64, 0x65, 0xcb, 0x48, 0xa5, 0x8a, 0xe1, 0x82, 0x39, 0x25, 0x0e, 0x7a, 0x4b, 0x57, + 0xfd, 0xcd, 0x09, 0x42, 0x4a, 0xd7, 0x06, 0x40, 0xf1, 0x09, 0xfd, 0x9a, 0x7e, 0x36, 0x13, 0x6d, + 0x5c, 0x51, 0x8c, 0x01, 0x29, 0x0d, 0x58, 0x59, 0x20, 0x72, 0x0f, 0xcc, 0x9a, 0x52, 0x72, 0xa5, + 0x4e, 0xf1, 0xd5, 0x74, 0x9a, 0xd1, 0xc6, 0x6a, 0x88, 0xa8, 0x14, 0xa9, 0x33, 0x93, 0x99, 0x3a, + 0x25, 0x43, 0x9b, 0x2c, 0xc9, 0xfd, 0x70, 0xfc, 0x2e, 0xa7, 0x5b, 0x86, 0x66, 0x4d, 0x09, 0x7b, + 0xe2, 0x86, 0x1b, 0x53, 0x3e, 0x16, 0x39, 0x0d, 0x99, 0x19, 0x7f, 0x1a, 0xcc, 0x88, 0xa3, 0x53, + 0x57, 0x8d, 0x38, 0x46, 0xd2, 0x97, 0xd3, 0x01, 0xa2, 0x1d, 0x61, 0xc8, 0x3c, 0x26, 0x77, 0x44, + 0x7a, 0x0e, 0x34, 0xb9, 0x23, 0xb2, 0x12, 0x97, 0xd9, 0xe2, 0xd0, 0xa5, 0x4c, 0x4b, 0x46, 0x9a, + 0x9a, 0x0c, 0x95, 0xab, 0x18, 0x2d, 0x5c, 0xac, 0xdb, 0x27, 0x5d, 0xb6, 0xaf, 0xe1, 0x62, 0x6a, + 0x4a, 0x1a, 0xf4, 0x76, 0xe2, 0x40, 0xa7, 0xcc, 0x44, 0x7a, 0x4f, 0xa7, 0xb4, 0x6c, 0x32, 0xd2, + 0x8a, 0x15, 0x4b, 0x5c, 0x93, 0x60, 0xfd, 0x86, 0xac, 0x36, 0x8c, 0xf5, 0x2b, 0x99, 0x69, 0x8e, + 0xc3, 0xfa, 0x4d, 0x89, 0x6c, 0x24, 0x4f, 0x55, 0xfa, 0x25, 0x44, 0xba, 0x78, 0xc5, 0x49, 0x78, + 0xea, 0x71, 0xba, 0x96, 0x46, 0x67, 0x85, 0xaa, 0x1c, 0x22, 0x51, 0x0d, 0xba, 0xa8, 0x4d, 0x93, + 0xf6, 0xb9, 0x2d, 0x69, 0x83, 0xd3, 0xbf, 0xb4, 0x35, 0x6a, 0x2e, 0x96, 0x89, 0x71, 0x52, 0x7b, + 0xb1, 0x90, 0xa4, 0xa1, 0x99, 0x8a, 0xe5, 0x2c, 0xb0, 0xde, 0x2c, 0xc6, 0x27, 0x47, 0xeb, 0x50, + 0xfa, 0x90, 0x90, 0x3a, 0x35, 0x03, 0xba, 0x94, 0x2e, 0xea, 0x9e, 0x67, 0xca, 0x03, 0x0b, 0x1b, + 0x27, 0x1e, 0x8f, 0x5e, 0x90, 0x76, 0x2f, 0xa5, 0x34, 0xc3, 0xcc, 0xb1, 0x4d, 0x1d, 0xc1, 0x0c, + 0x39, 0x7e, 0x24, 0x0f, 0xcd, 0x4c, 0x01, 0x64, 0x10, 0xf3, 0x24, 0x57, 0x4e, 0xa5, 0x98, 0x99, + 0xf4, 0x27, 0xb5, 0xa7, 0x3f, 0x51, 0xb8, 0x72, 0x22, 0x93, 0x0f, 0xba, 0x11, 0x97, 0xf1, 0xd2, + 0x92, 0xfd, 0x64, 0x70, 0xfd, 0x59, 0x53, 0x12, 0x20, 0xc5, 0x76, 0x9b, 0x9a, 0x21, 0xc8, 0x30, + 0x0b, 0x92, 0xbd, 0xa5, 0x50, 0xcb, 0x48, 0x09, 0x94, 0xda, 0xc3, 0x1f, 0x2a, 0xec, 0x2d, 0x96, + 0xba, 0x47, 0x1a, 0x15, 0x06, 0xe4, 0xf6, 0x49, 0xa5, 0xbd, 0x49, 0x5d, 0x07, 0x93, 0x79, 0x77, + 0xa4, 0xec, 0x92, 0x95, 0x95, 0xc7, 0x68, 0xda, 0x9d, 0x4b, 0x0e, 0x91, 0xd0, 0xbb, 0x10, 0x33, + 0xcc, 0x0e, 0xea, 0x98, 0xe4, 0xc3, 0x86, 0x7c, 0x3d, 0x31, 0x3e, 0x9c, 0x9e, 0xd1, 0x27, 0x43, + 0x63, 0x9a, 0xa9, 0xbb, 0xfb, 0x5d, 0x25, 0x05, 0x8f, 0xd4, 0x97, 0x92, 0x19, 0x80, 0x24, 0x8b, + 0x31, 0x65, 0xec, 0xd9, 0x8a, 0x9e, 0x14, 0xa8, 0xc9, 0x54, 0x50, 0x29, 0x3d, 0x87, 0x8c, 0x64, + 0x37, 0xc6, 0xec, 0x2b, 0x0a, 0x41, 0x35, 0x93, 0x89, 0x24, 0x68, 0x48, 0xaa, 0x22, 0x09, 0x1a, + 0x53, 0x9f, 0x30, 0x13, 0x8c, 0xed, 0x75, 0xb0, 0x6a, 0x82, 0x51, 0xf2, 0x90, 0xc4, 0x6c, 0x21, + 0xe8, 0x53, 0x6a, 0x09, 0xc9, 0x36, 0x9f, 0xcc, 0xeb, 0x94, 0x22, 0x6e, 0x79, 0x4f, 0x5c, 0x06, + 0xd0, 0x06, 0x75, 0xca, 0x83, 0x8d, 0x1b, 0x14, 0x49, 0x37, 0x6e, 0xa8, 0x1d, 0x4d, 0xb7, 0x93, + 0x4e, 0xaa, 0x71, 0xac, 0xe5, 0x5c, 0x19, 0x82, 0xed, 0xcb, 0xb9, 0x32, 0x85, 0xb0, 0xa7, 0x3a, + 0xf0, 0x8e, 0xd0, 0xe4, 0x23, 0x7a, 0x97, 0x32, 0x63, 0xd0, 0x97, 0x96, 0xb2, 0x03, 0xb7, 0xf3, + 0x7b, 0xbc, 0x42, 0x3c, 0xd4, 0x36, 0x32, 0xa5, 0x10, 0x50, 0x22, 0x98, 0x4b, 0x6d, 0x28, 0x35, + 0x46, 0xf7, 0xb6, 0x30, 0x56, 0xeb, 0x74, 0x53, 0x02, 0xc9, 0xab, 0xa4, 0xb3, 0x05, 0x94, 0x28, + 0xea, 0xb6, 0xaa, 0x9b, 0x26, 0xa2, 0x7a, 0xab, 0x02, 0x8a, 0x21, 0x50, 0xb7, 0x2b, 0x9e, 0xa0, + 0x9a, 0x93, 0xd9, 0xbc, 0xa3, 0xeb, 0x7a, 0x19, 0xf1, 0x58, 0x06, 0xde, 0x94, 0xa2, 0x1f, 0x8b, + 0xa4, 0xb5, 0xc9, 0xa4, 0x0d, 0xd7, 0x62, 0x66, 0x57, 0x73, 0x04, 0x8f, 0x52, 0x56, 0x4e, 0x08, + 0xf4, 0x98, 0x5e, 0xb1, 0x6f, 0xad, 0xaf, 0xd4, 0xb8, 0x2f, 0x80, 0xe7, 0x27, 0xae, 0xad, 0x9e, + 0xb8, 0xe1, 0x33, 0x96, 0xc5, 0x44, 0xe1, 0x3e, 0x0c, 0x44, 0x43, 0x6c, 0xdc, 0x43, 0x75, 0x2a, + 0xb9, 0x6b, 0xa5, 0x86, 0x9b, 0x2b, 0x03, 0xc1, 0x92, 0x99, 0x20, 0xcd, 0xbb, 0x46, 0x05, 0x03, + 0x72, 0xf0, 0xf4, 0x6e, 0xa6, 0xf4, 0x21, 0x4b, 0xbe, 0x60, 0xdb, 0xc6, 0x4c, 0xe6, 0xb8, 0xec, + 0xfb, 0x01, 0xcc, 0xb1, 0x09, 0x8f, 0xbd, 0xf7, 0xd1, 0xfa, 0xa3, 0x94, 0x97, 0x52, 0xca, 0xd1, + 0x26, 0x75, 0x1b, 0x89, 0x97, 0x2a, 0x5a, 0x8c, 0xf9, 0x41, 0x51, 0x2a, 0x3d, 0xb6, 0x94, 0x44, + 0x6c, 0x7f, 0xad, 0xa5, 0xd4, 0x10, 0x1b, 0xcb, 0x7c, 0x29, 0xb5, 0xd2, 0x93, 0x2d, 0x65, 0x8c, + 0xa0, 0xbe, 0x94, 0x7a, 0x37, 0x53, 0xfa, 0x30, 0x78, 0x29, 0xcd, 0x64, 0x4e, 0xbc, 0x94, 0xb1, + 0xc7, 0x56, 0x5a, 0x7f, 0x4c, 0x4b, 0x19, 0x87, 0x67, 0x4b, 0x19, 0x2f, 0x8d, 0x29, 0xa4, 0x19, + 0x4b, 0x19, 0xc7, 0xfc, 0x92, 0xd2, 0x63, 0xaf, 0xb9, 0x4e, 0xb4, 0x98, 0x22, 0xce, 0x48, 0x0c, + 0xb5, 0x71, 0x0f, 0x3d, 0xa1, 0xd6, 0x90, 0x58, 0xf9, 0xf1, 0x16, 0x74, 0x31, 0x8d, 0x28, 0x5d, + 0xd2, 0x75, 0x21, 0x67, 0xc5, 0xbb, 0x9b, 0xda, 0x97, 0xac, 0xf5, 0x60, 0xcb, 0x1a, 0x27, 0x75, + 0xd2, 0x85, 0x7d, 0x2c, 0x98, 0x66, 0xe2, 0x41, 0x5c, 0xac, 0x57, 0xea, 0xe2, 0xa6, 0xd6, 0xa0, + 0x1d, 0x6a, 0xeb, 0x49, 0x96, 0x2b, 0x76, 0xa2, 0xb4, 0x97, 0x77, 0x03, 0xa9, 0x26, 0x5e, 0xd8, + 0xa9, 0x54, 0xd3, 0x9e, 0xdf, 0x49, 0xaa, 0x49, 0xec, 0x15, 0x7a, 0x6c, 0x77, 0x7c, 0xa2, 0x26, + 0xb5, 0x93, 0x3a, 0x94, 0x3e, 0x7f, 0xe2, 0x46, 0x53, 0x07, 0x6f, 0x2c, 0xa3, 0x75, 0xba, 0x01, + 0xf5, 0xe2, 0x2c, 0x25, 0xd3, 0x4c, 0x86, 0xee, 0x8f, 0x35, 0xe9, 0x8a, 0xab, 0xf7, 0x29, 0xad, + 0xed, 0xf4, 0x4e, 0x49, 0x0d, 0xfc, 0x98, 0xa3, 0x4b, 0xdb, 0x1d, 0x4c, 0x0a, 0x64, 0x0a, 0xef, + 0xa0, 0x99, 0x89, 0x3b, 0x07, 0xa3, 0xef, 0xc3, 0xb8, 0x40, 0x1e, 0x3c, 0x21, 0x71, 0x6c, 0x3a, + 0x21, 0x9f, 0xc3, 0x84, 0xe2, 0x9b, 0x8c, 0xd2, 0x5a, 0xca, 0x10, 0x29, 0x27, 0x14, 0xcf, 0xe9, + 0x93, 0xe3, 0xaf, 0xc0, 0x94, 0xe6, 0x79, 0x2d, 0x05, 0x21, 0x93, 0x3f, 0x76, 0x16, 0x15, 0xcd, + 0xc3, 0x5a, 0x52, 0x31, 0xf9, 0x5d, 0x67, 0x0b, 0x65, 0xca, 0x9b, 0x5b, 0x45, 0x28, 0x4b, 0x3e, + 0xfe, 0x55, 0x84, 0x32, 0xd3, 0x33, 0xdd, 0xef, 0xc1, 0x04, 0xdf, 0x1e, 0x99, 0x2b, 0x9b, 0xae, + 0x2d, 0xcf, 0x29, 0x3e, 0x83, 0xfd, 0xb6, 0x1b, 0xd6, 0xbc, 0xee, 0x53, 0x77, 0x7f, 0xe0, 0x22, + 0x27, 0x51, 0x1a, 0xcb, 0xa8, 0x41, 0x23, 0xa8, 0x8b, 0xb8, 0xf6, 0x38, 0x7c, 0xe9, 0xf9, 0xcf, + 0xdd, 0xee, 0xfe, 0x00, 0x92, 0x97, 0x75, 0x92, 0x71, 0x3c, 0x46, 0xb7, 0x9e, 0x4e, 0x77, 0x20, + 0x7e, 0x86, 0xb6, 0xbc, 0x48, 0xef, 0xed, 0x4f, 0xda, 0xe3, 0xf4, 0x9b, 0x83, 0x8b, 0x91, 0xb7, + 0x9d, 0x8d, 0x5b, 0x9e, 0xdf, 0x1e, 0x4c, 0xac, 0xac, 0xfb, 0xb6, 0xc5, 0xd0, 0x1a, 0xcb, 0x84, + 0x6a, 0x3d, 0x95, 0xea, 0x20, 0xec, 0x8c, 0xaf, 0xc5, 0x02, 0x1d, 0xfb, 0x09, 0x7b, 0x9b, 0x7e, + 0x32, 0x08, 0x07, 0x26, 0x9c, 0x7e, 0xdb, 0xc7, 0x4f, 0xb1, 0x4f, 0x5d, 0x26, 0x07, 0x39, 0x0b, + 0xea, 0xe0, 0x8d, 0x65, 0x42, 0xa5, 0x9e, 0xa0, 0x92, 0x06, 0x9d, 0x25, 0x28, 0xd1, 0xa1, 0x1d, + 0xb3, 0x37, 0x69, 0x64, 0x3e, 0xa2, 0x36, 0xcb, 0xdd, 0xf5, 0x01, 0x33, 0x22, 0x9c, 0x78, 0x05, + 0x60, 0xe3, 0x2e, 0xc1, 0xac, 0x2b, 0x98, 0x49, 0x88, 0xd4, 0x36, 0xbf, 0x2f, 0x8c, 0x93, 0x03, + 0x9b, 0x4d, 0xf7, 0x46, 0x18, 0x97, 0xd9, 0x5d, 0x90, 0xa2, 0xd6, 0x6b, 0xb9, 0x4b, 0x4a, 0x53, + 0xaa, 0xcb, 0x60, 0x80, 0x2a, 0x4c, 0x8a, 0x56, 0xb3, 0x9c, 0x28, 0xf7, 0xa2, 0xc6, 0xf4, 0x27, + 0x71, 0x12, 0xcc, 0x2c, 0xb1, 0xe1, 0xb5, 0x9e, 0xab, 0x66, 0x09, 0x25, 0x6d, 0x46, 0x49, 0x4f, + 0x6a, 0xc1, 0x3f, 0x48, 0x34, 0xb3, 0x85, 0xea, 0xa0, 0xa1, 0x26, 0xce, 0x50, 0xcd, 0x12, 0x7a, + 0x8a, 0x0f, 0x69, 0x96, 0xa0, 0x0d, 0xea, 0x94, 0x07, 0x9b, 0x25, 0x28, 0x92, 0x6e, 0x96, 0x50, + 0x3b, 0x9a, 0xce, 0x2e, 0x50, 0x32, 0xc7, 0x87, 0x14, 0x78, 0x53, 0xd3, 0x7f, 0x64, 0xf8, 0x5e, + 0x9c, 0x37, 0xa4, 0x25, 0x92, 0xea, 0x7e, 0x7a, 0xca, 0xa2, 0x92, 0xee, 0x48, 0x70, 0x27, 0x87, + 0x36, 0x69, 0x5a, 0x7b, 0xce, 0xc0, 0x6c, 0x1c, 0x84, 0xbe, 0x4b, 0x1f, 0x49, 0xa5, 0x7f, 0xad, + 0x85, 0x7c, 0x6b, 0xc0, 0x69, 0xbc, 0x47, 0xe8, 0xd5, 0xcd, 0xf4, 0x32, 0xf1, 0x32, 0x2c, 0x3a, + 0xdc, 0xfc, 0x77, 0x92, 0x2e, 0xa6, 0x6f, 0xf1, 0x51, 0x76, 0xeb, 0x9d, 0x8e, 0x5a, 0x88, 0xc2, + 0x52, 0x72, 0x89, 0xfd, 0x16, 0x9c, 0x65, 0x48, 0xa9, 0xdf, 0xc8, 0x49, 0x15, 0x07, 0xdd, 0x15, + 0x2e, 0x5a, 0x04, 0x45, 0xab, 0x4a, 0xed, 0xd7, 0x5d, 0x18, 0x67, 0xb6, 0xfc, 0xe3, 0xa3, 0x7c, + 0x2a, 0x1c, 0xb9, 0xb2, 0x3a, 0x96, 0xee, 0xdb, 0x38, 0xa5, 0x5e, 0x78, 0x9f, 0x7c, 0x22, 0xbf, + 0x47, 0xef, 0x53, 0x84, 0xd9, 0x32, 0x1d, 0x7f, 0x2e, 0x16, 0xc8, 0x91, 0x4f, 0x29, 0x63, 0x90, + 0x32, 0xbf, 0x57, 0x5a, 0xf7, 0xcf, 0x25, 0xb0, 0xd1, 0xa7, 0xe2, 0xf9, 0x80, 0x44, 0x4e, 0x02, + 0x65, 0xcc, 0xd9, 0x34, 0x9b, 0xe6, 0xd7, 0x41, 0x96, 0x0c, 0x76, 0x60, 0xb7, 0x8f, 0x73, 0xef, + 0x33, 0x78, 0xea, 0xd2, 0xa8, 0x6c, 0x51, 0xc1, 0x2b, 0x11, 0x62, 0x34, 0x9d, 0xd0, 0x52, 0x7a, + 0x54, 0x52, 0xba, 0x18, 0x0f, 0xa9, 0x62, 0x95, 0xcc, 0xd5, 0x96, 0x36, 0xbc, 0x8c, 0x28, 0xa7, + 0x91, 0x26, 0x99, 0x24, 0x97, 0x81, 0x96, 0xa5, 0x98, 0xb2, 0x05, 0x3b, 0x1d, 0x72, 0xeb, 0xc2, + 0x01, 0xe9, 0xf8, 0x83, 0xcd, 0x10, 0x82, 0x0c, 0x37, 0x4d, 0x03, 0xd7, 0x22, 0x8d, 0xdc, 0x8f, + 0xa9, 0xfc, 0x67, 0x4e, 0xd0, 0x94, 0x4a, 0xec, 0x86, 0x72, 0x59, 0x99, 0x9d, 0xda, 0xe9, 0x39, + 0x7d, 0x97, 0x61, 0x0e, 0xc2, 0x7a, 0x7d, 0x00, 0x15, 0x31, 0x13, 0x6f, 0x0f, 0x84, 0x93, 0xf7, + 0x16, 0x0b, 0xec, 0x0b, 0x6b, 0x6e, 0x6f, 0x40, 0x50, 0x59, 0xc3, 0x55, 0x52, 0x4a, 0xf6, 0x23, + 0x41, 0x50, 0xf7, 0xee, 0xca, 0x1c, 0x43, 0xda, 0xf4, 0x7f, 0x09, 0xe5, 0xe8, 0x46, 0xf6, 0x64, + 0x8b, 0x90, 0x2e, 0xd1, 0xa3, 0x64, 0x4e, 0x28, 0x94, 0x15, 0x9e, 0xb3, 0x74, 0x25, 0x6d, 0x86, + 0x03, 0xe5, 0xaa, 0x9f, 0xfb, 0x92, 0xc4, 0xc2, 0x11, 0xa7, 0x05, 0x36, 0xce, 0xb0, 0x1d, 0xf1, + 0x87, 0x2a, 0xa7, 0x42, 0x28, 0xb9, 0xda, 0x27, 0x27, 0x24, 0x2f, 0x4c, 0x63, 0x84, 0xac, 0x8c, + 0xe5, 0x3d, 0x89, 0x3f, 0x48, 0x7c, 0x29, 0x4e, 0xba, 0xa0, 0x4e, 0xf4, 0x38, 0x23, 0x99, 0xb8, + 0x4a, 0xca, 0x72, 0xa9, 0x49, 0xb4, 0xe4, 0xea, 0x66, 0x64, 0xbd, 0xaa, 0x91, 0x63, 0xca, 0x9a, + 0xd0, 0xb2, 0xe6, 0xd4, 0xec, 0x8d, 0xc8, 0xea, 0x60, 0x48, 0xa7, 0x53, 0x02, 0x51, 0x69, 0x6f, + 0xa0, 0x3a, 0x94, 0xd8, 0x16, 0x31, 0x3d, 0x78, 0x97, 0x1e, 0xf5, 0xa6, 0xca, 0x0c, 0xed, 0xa2, + 0x0e, 0x25, 0xb6, 0x5d, 0x4e, 0x93, 0x68, 0x93, 0x66, 0x48, 0x34, 0x52, 0xbc, 0xa6, 0x3c, 0x4b, + 0x4c, 0x0f, 0x23, 0x50, 0xca, 0x6e, 0x18, 0xfd, 0x08, 0xe6, 0x8c, 0x71, 0x04, 0xe4, 0x9d, 0x76, + 0x56, 0x94, 0x81, 0x41, 0xc4, 0x9f, 0x43, 0x31, 0x2d, 0xc5, 0x4d, 0xe4, 0xe1, 0x9f, 0x9d, 0x77, + 0x48, 0xf2, 0xd4, 0x81, 0xb9, 0x72, 0x36, 0x61, 0xd6, 0x94, 0x36, 0x46, 0x1e, 0x8e, 0x8c, 0x9c, + 0x32, 0xc6, 0x67, 0x04, 0xdb, 0x30, 0x67, 0x4c, 0xdd, 0x22, 0x67, 0x26, 0x2b, 0xb1, 0x8b, 0x91, + 0xe2, 0x57, 0x30, 0x9f, 0x92, 0xa7, 0x24, 0xba, 0x78, 0xcb, 0xcc, 0x63, 0x92, 0xe1, 0x00, 0x50, + 0x4a, 0x4f, 0x81, 0x21, 0xfd, 0x3e, 0x06, 0x66, 0xc9, 0x28, 0x19, 0xf3, 0x02, 0xa1, 0x1d, 0xba, + 0x09, 0x4d, 0x39, 0x31, 0xd4, 0x4d, 0x98, 0x91, 0x33, 0x23, 0xe5, 0xf9, 0xc7, 0x7c, 0x4a, 0x1a, + 0x8c, 0x0c, 0xaa, 0xc7, 0xe8, 0xed, 0xa6, 0xe0, 0xff, 0x7a, 0x5e, 0x84, 0x98, 0x2f, 0xa1, 0x31, + 0x69, 0x82, 0xb1, 0x9f, 0xca, 0x73, 0xe3, 0x4e, 0x27, 0x43, 0x0c, 0x42, 0xea, 0x7b, 0x63, 0x02, + 0xd9, 0xb8, 0x4b, 0x94, 0x08, 0x15, 0x37, 0x8b, 0xa3, 0x26, 0x90, 0xa9, 0xe0, 0xf9, 0x09, 0x4c, + 0xd6, 0xd5, 0xc6, 0x0d, 0x8d, 0xa4, 0x6e, 0x0a, 0xe9, 0x65, 0x3f, 0xb8, 0xef, 0x03, 0x6f, 0xc5, + 0x2a, 0x9d, 0xce, 0xb1, 0x46, 0x91, 0x6a, 0x93, 0xd5, 0xe2, 0x46, 0x4b, 0x4e, 0x6d, 0x0a, 0x87, + 0x2e, 0x6d, 0xb2, 0xe6, 0x50, 0xd3, 0xab, 0x74, 0x4a, 0xa3, 0xa8, 0x9b, 0x19, 0x3a, 0xb8, 0xdc, + 0x44, 0x86, 0xe0, 0x9e, 0x8f, 0xd4, 0x87, 0xe0, 0x2c, 0x56, 0x67, 0x86, 0x11, 0x31, 0xfe, 0x00, + 0x3c, 0x16, 0xdc, 0xb3, 0x01, 0x45, 0x11, 0x35, 0x8f, 0xc5, 0xad, 0x8b, 0x22, 0x04, 0x45, 0xae, + 0x51, 0xe9, 0x61, 0xf5, 0x32, 0xe6, 0xad, 0x10, 0x8f, 0xb1, 0x22, 0x2d, 0x47, 0x29, 0xc1, 0x57, + 0x32, 0x76, 0x03, 0x44, 0x91, 0x54, 0xa4, 0x7d, 0x26, 0x11, 0x5c, 0xa5, 0x74, 0xd1, 0x50, 0x23, + 0x25, 0xab, 0x49, 0x35, 0xee, 0x8a, 0xf4, 0x1c, 0x31, 0x04, 0x63, 0x29, 0x2d, 0x18, 0xeb, 0x38, + 0xa1, 0x10, 0x16, 0x32, 0x32, 0x44, 0x4a, 0x69, 0x75, 0x70, 0x26, 0xcb, 0xd2, 0xcd, 0xe3, 0x80, + 0xf2, 0x56, 0xb1, 0x8c, 0x82, 0x99, 0x84, 0x42, 0x6f, 0x1b, 0x5c, 0x7d, 0x4d, 0xc9, 0x17, 0x4b, + 0x83, 0x92, 0x53, 0xa2, 0x27, 0xb0, 0x18, 0x73, 0x45, 0xd6, 0x5b, 0x1a, 0x44, 0x20, 0x75, 0x05, + 0x9f, 0xc0, 0x22, 0x7f, 0x1b, 0x7d, 0xca, 0x84, 0xf7, 0x60, 0x31, 0x2b, 0xed, 0x24, 0xba, 0x69, + 0x76, 0x37, 0x36, 0x4e, 0x4f, 0xba, 0xe8, 0x7a, 0x39, 0xe9, 0x76, 0x1c, 0x5b, 0xf7, 0x93, 0xb2, + 0x95, 0xc7, 0x30, 0xad, 0xa7, 0x9c, 0x44, 0x2a, 0xeb, 0x48, 0x24, 0xc0, 0x2c, 0x5d, 0x4a, 0xa9, + 0xe5, 0xfb, 0xe3, 0x73, 0xca, 0xe8, 0x65, 0x85, 0x1a, 0x2f, 0x21, 0x9e, 0xd2, 0xb1, 0x64, 0xc8, + 0x8e, 0x81, 0xbe, 0x07, 0x33, 0xd1, 0xfb, 0x36, 0x46, 0xc2, 0x00, 0x96, 0x61, 0x2f, 0x9a, 0x89, + 0x5e, 0xba, 0x9d, 0x1c, 0x7d, 0x4d, 0x70, 0xfb, 0x08, 0xfd, 0x52, 0xc2, 0x03, 0x5b, 0x1b, 0xc3, + 0x71, 0x98, 0xbe, 0x32, 0xb7, 0x27, 0x5d, 0x9d, 0x16, 0x3d, 0x6e, 0xe6, 0x80, 0x42, 0xea, 0x71, + 0xcb, 0x0c, 0x7a, 0x24, 0x25, 0xcc, 0x14, 0x3a, 0x1d, 0xb8, 0x32, 0x30, 0x04, 0x12, 0xba, 0xad, + 0x45, 0x16, 0x18, 0x1c, 0x2c, 0x29, 0xeb, 0x99, 0x82, 0x29, 0x92, 0x90, 0xe4, 0xf1, 0x19, 0x41, + 0x8d, 0xe4, 0x33, 0x85, 0xcc, 0x50, 0x44, 0x5f, 0xd1, 0x10, 0xb9, 0xfc, 0x23, 0x43, 0x63, 0x65, + 0xe0, 0xae, 0xd3, 0x6d, 0xe1, 0x01, 0xd7, 0x15, 0x57, 0xf4, 0x4b, 0xba, 0x04, 0x22, 0x95, 0xf3, + 0x97, 0xb8, 0x76, 0x92, 0x46, 0x7c, 0x30, 0x91, 0xb4, 0x79, 0xa9, 0xae, 0xfc, 0xfc, 0xaf, 0x96, + 0x72, 0x3f, 0xff, 0xc5, 0x52, 0xee, 0x3f, 0xfc, 0x62, 0x29, 0xf7, 0x5f, 0x7f, 0xb1, 0x94, 0xfb, + 0xe1, 0xf2, 0xf1, 0xe2, 0xe9, 0xb5, 0x3a, 0x2e, 0xee, 0x86, 0xb7, 0x19, 0xb9, 0xb3, 0xf4, 0xbf, + 0x7b, 0xff, 0x27, 0x00, 0x00, 0xff, 0xff, 0x72, 0x95, 0xcd, 0x1f, 0x88, 0xd1, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. @@ -15118,6 +15217,8 @@ type AuthServiceClient interface { InventoryControlStream(ctx context.Context, opts ...grpc.CallOption) (AuthService_InventoryControlStreamClient, error) // GetInventoryStatus gets information about current instance inventory. GetInventoryStatus(ctx context.Context, in *InventoryStatusRequest, opts ...grpc.CallOption) (*InventoryStatusSummary, error) + // GetInventoryConnectedServiceCounts returns the counts of each connected service seen in the inventory. + GetInventoryConnectedServiceCounts(ctx context.Context, in *InventoryConnectedServiceCountsRequest, opts ...grpc.CallOption) (*InventoryConnectedServiceCounts, error) // PingInventory attempts to trigger a downstream inventory ping (used in testing/debug). PingInventory(ctx context.Context, in *InventoryPingRequest, opts ...grpc.CallOption) (*InventoryPingResponse, error) // GetInstances streams all instances matching the specified filter. @@ -15729,6 +15830,15 @@ func (c *authServiceClient) GetInventoryStatus(ctx context.Context, in *Inventor return out, nil } +func (c *authServiceClient) GetInventoryConnectedServiceCounts(ctx context.Context, in *InventoryConnectedServiceCountsRequest, opts ...grpc.CallOption) (*InventoryConnectedServiceCounts, error) { + out := new(InventoryConnectedServiceCounts) + err := c.cc.Invoke(ctx, "/proto.AuthService/GetInventoryConnectedServiceCounts", in, out, opts...) + if err != nil { + return nil, err + } + return out, nil +} + func (c *authServiceClient) PingInventory(ctx context.Context, in *InventoryPingRequest, opts ...grpc.CallOption) (*InventoryPingResponse, error) { out := new(InventoryPingResponse) err := c.cc.Invoke(ctx, "/proto.AuthService/PingInventory", in, out, opts...) @@ -18193,6 +18303,8 @@ type AuthServiceServer interface { InventoryControlStream(AuthService_InventoryControlStreamServer) error // GetInventoryStatus gets information about current instance inventory. GetInventoryStatus(context.Context, *InventoryStatusRequest) (*InventoryStatusSummary, error) + // GetInventoryConnectedServiceCounts returns the counts of each connected service seen in the inventory. + GetInventoryConnectedServiceCounts(context.Context, *InventoryConnectedServiceCountsRequest) (*InventoryConnectedServiceCounts, error) // PingInventory attempts to trigger a downstream inventory ping (used in testing/debug). PingInventory(context.Context, *InventoryPingRequest) (*InventoryPingResponse, error) // GetInstances streams all instances matching the specified filter. @@ -18766,6 +18878,9 @@ func (*UnimplementedAuthServiceServer) InventoryControlStream(srv AuthService_In func (*UnimplementedAuthServiceServer) GetInventoryStatus(ctx context.Context, req *InventoryStatusRequest) (*InventoryStatusSummary, error) { return nil, status.Errorf(codes.Unimplemented, "method GetInventoryStatus not implemented") } +func (*UnimplementedAuthServiceServer) GetInventoryConnectedServiceCounts(ctx context.Context, req *InventoryConnectedServiceCountsRequest) (*InventoryConnectedServiceCounts, error) { + return nil, status.Errorf(codes.Unimplemented, "method GetInventoryConnectedServiceCounts not implemented") +} func (*UnimplementedAuthServiceServer) PingInventory(ctx context.Context, req *InventoryPingRequest) (*InventoryPingResponse, error) { return nil, status.Errorf(codes.Unimplemented, "method PingInventory not implemented") } @@ -19520,6 +19635,24 @@ func _AuthService_GetInventoryStatus_Handler(srv interface{}, ctx context.Contex return interceptor(ctx, in, info, handler) } +func _AuthService_GetInventoryConnectedServiceCounts_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { + in := new(InventoryConnectedServiceCountsRequest) + if err := dec(in); err != nil { + return nil, err + } + if interceptor == nil { + return srv.(AuthServiceServer).GetInventoryConnectedServiceCounts(ctx, in) + } + info := &grpc.UnaryServerInfo{ + Server: srv, + FullMethod: "/proto.AuthService/GetInventoryConnectedServiceCounts", + } + handler := func(ctx context.Context, req interface{}) (interface{}, error) { + return srv.(AuthServiceServer).GetInventoryConnectedServiceCounts(ctx, req.(*InventoryConnectedServiceCountsRequest)) + } + return interceptor(ctx, in, info, handler) +} + func _AuthService_PingInventory_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { in := new(InventoryPingRequest) if err := dec(in); err != nil { @@ -23833,6 +23966,10 @@ var _AuthService_serviceDesc = grpc.ServiceDesc{ MethodName: "GetInventoryStatus", Handler: _AuthService_GetInventoryStatus_Handler, }, + { + MethodName: "GetInventoryConnectedServiceCounts", + Handler: _AuthService_GetInventoryConnectedServiceCounts_Handler, + }, { MethodName: "PingInventory", Handler: _AuthService_PingInventory_Handler, @@ -35199,6 +35336,77 @@ func (m *InventoryStatusSummary) MarshalToSizedBuffer(dAtA []byte) (int, error) return len(dAtA) - i, nil } +func (m *InventoryConnectedServiceCountsRequest) Marshal() (dAtA []byte, err error) { + size := m.Size() + dAtA = make([]byte, size) + n, err := m.MarshalToSizedBuffer(dAtA[:size]) + if err != nil { + return nil, err + } + return dAtA[:n], nil +} + +func (m *InventoryConnectedServiceCountsRequest) MarshalTo(dAtA []byte) (int, error) { + size := m.Size() + return m.MarshalToSizedBuffer(dAtA[:size]) +} + +func (m *InventoryConnectedServiceCountsRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) { + i := len(dAtA) + _ = i + var l int + _ = l + if m.XXX_unrecognized != nil { + i -= len(m.XXX_unrecognized) + copy(dAtA[i:], m.XXX_unrecognized) + } + return len(dAtA) - i, nil +} + +func (m *InventoryConnectedServiceCounts) Marshal() (dAtA []byte, err error) { + size := m.Size() + dAtA = make([]byte, size) + n, err := m.MarshalToSizedBuffer(dAtA[:size]) + if err != nil { + return nil, err + } + return dAtA[:n], nil +} + +func (m *InventoryConnectedServiceCounts) MarshalTo(dAtA []byte) (int, error) { + size := m.Size() + return m.MarshalToSizedBuffer(dAtA[:size]) +} + +func (m *InventoryConnectedServiceCounts) MarshalToSizedBuffer(dAtA []byte) (int, error) { + i := len(dAtA) + _ = i + var l int + _ = l + if m.XXX_unrecognized != nil { + i -= len(m.XXX_unrecognized) + copy(dAtA[i:], m.XXX_unrecognized) + } + if len(m.ServiceCounts) > 0 { + for k := range m.ServiceCounts { + v := m.ServiceCounts[k] + baseI := i + i = encodeVarintAuthservice(dAtA, i, uint64(v)) + i-- + dAtA[i] = 0x10 + i -= len(k) + copy(dAtA[i:], k) + i = encodeVarintAuthservice(dAtA, i, uint64(len(k))) + i-- + dAtA[i] = 0xa + i = encodeVarintAuthservice(dAtA, i, uint64(baseI-i)) + i-- + dAtA[i] = 0xa + } + } + return len(dAtA) - i, nil +} + func (m *InventoryPingRequest) Marshal() (dAtA []byte, err error) { size := m.Size() dAtA = make([]byte, size) @@ -40911,6 +41119,38 @@ func (m *InventoryStatusSummary) Size() (n int) { return n } +func (m *InventoryConnectedServiceCountsRequest) Size() (n int) { + if m == nil { + return 0 + } + var l int + _ = l + if m.XXX_unrecognized != nil { + n += len(m.XXX_unrecognized) + } + return n +} + +func (m *InventoryConnectedServiceCounts) Size() (n int) { + if m == nil { + return 0 + } + var l int + _ = l + if len(m.ServiceCounts) > 0 { + for k, v := range m.ServiceCounts { + _ = k + _ = v + mapEntrySize := 1 + len(k) + sovAuthservice(uint64(len(k))) + 1 + sovAuthservice(uint64(v)) + n += mapEntrySize + 1 + sovAuthservice(uint64(mapEntrySize)) + } + } + if m.XXX_unrecognized != nil { + n += len(m.XXX_unrecognized) + } + return n +} + func (m *InventoryPingRequest) Size() (n int) { if m == nil { return 0 @@ -65632,6 +65872,221 @@ func (m *InventoryStatusSummary) Unmarshal(dAtA []byte) error { } return nil } +func (m *InventoryConnectedServiceCountsRequest) Unmarshal(dAtA []byte) error { + l := len(dAtA) + iNdEx := 0 + for iNdEx < l { + preIndex := iNdEx + var wire uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowAuthservice + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + wire |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + fieldNum := int32(wire >> 3) + wireType := int(wire & 0x7) + if wireType == 4 { + return fmt.Errorf("proto: InventoryConnectedServiceCountsRequest: wiretype end group for non-group") + } + if fieldNum <= 0 { + return fmt.Errorf("proto: InventoryConnectedServiceCountsRequest: illegal tag %d (wire type %d)", fieldNum, wire) + } + switch fieldNum { + default: + iNdEx = preIndex + skippy, err := skipAuthservice(dAtA[iNdEx:]) + if err != nil { + return err + } + if (skippy < 0) || (iNdEx+skippy) < 0 { + return ErrInvalidLengthAuthservice + } + if (iNdEx + skippy) > l { + return io.ErrUnexpectedEOF + } + m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...) + iNdEx += skippy + } + } + + if iNdEx > l { + return io.ErrUnexpectedEOF + } + return nil +} +func (m *InventoryConnectedServiceCounts) Unmarshal(dAtA []byte) error { + l := len(dAtA) + iNdEx := 0 + for iNdEx < l { + preIndex := iNdEx + var wire uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowAuthservice + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + wire |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + fieldNum := int32(wire >> 3) + wireType := int(wire & 0x7) + if wireType == 4 { + return fmt.Errorf("proto: InventoryConnectedServiceCounts: wiretype end group for non-group") + } + if fieldNum <= 0 { + return fmt.Errorf("proto: InventoryConnectedServiceCounts: illegal tag %d (wire type %d)", fieldNum, wire) + } + switch fieldNum { + case 1: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field ServiceCounts", 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 + } + if m.ServiceCounts == nil { + m.ServiceCounts = make(map[github_com_gravitational_teleport_api_types.SystemRole]uint64) + } + var mapkey github_com_gravitational_teleport_api_types.SystemRole + var mapvalue uint64 + for iNdEx < postIndex { + entryPreIndex := iNdEx + var wire uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowAuthservice + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + wire |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + fieldNum := int32(wire >> 3) + if fieldNum == 1 { + var stringLenmapkey uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowAuthservice + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + stringLenmapkey |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + intStringLenmapkey := int(stringLenmapkey) + if intStringLenmapkey < 0 { + return ErrInvalidLengthAuthservice + } + postStringIndexmapkey := iNdEx + intStringLenmapkey + if postStringIndexmapkey < 0 { + return ErrInvalidLengthAuthservice + } + if postStringIndexmapkey > l { + return io.ErrUnexpectedEOF + } + mapkey = github_com_gravitational_teleport_api_types.SystemRole(dAtA[iNdEx:postStringIndexmapkey]) + iNdEx = postStringIndexmapkey + } else if fieldNum == 2 { + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowAuthservice + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + mapvalue |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + } else { + iNdEx = entryPreIndex + skippy, err := skipAuthservice(dAtA[iNdEx:]) + if err != nil { + return err + } + if (skippy < 0) || (iNdEx+skippy) < 0 { + return ErrInvalidLengthAuthservice + } + if (iNdEx + skippy) > postIndex { + return io.ErrUnexpectedEOF + } + iNdEx += skippy + } + } + m.ServiceCounts[github_com_gravitational_teleport_api_types.SystemRole(mapkey)] = mapvalue + iNdEx = postIndex + default: + iNdEx = preIndex + skippy, err := skipAuthservice(dAtA[iNdEx:]) + if err != nil { + return err + } + if (skippy < 0) || (iNdEx+skippy) < 0 { + return ErrInvalidLengthAuthservice + } + if (iNdEx + skippy) > l { + return io.ErrUnexpectedEOF + } + m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...) + iNdEx += skippy + } + } + + if iNdEx > l { + return io.ErrUnexpectedEOF + } + return nil +} func (m *InventoryPingRequest) Unmarshal(dAtA []byte) error { l := len(dAtA) iNdEx := 0 diff --git a/api/proto/teleport/legacy/client/proto/authservice.proto b/api/proto/teleport/legacy/client/proto/authservice.proto index c3fd3a1191def..17f625e10cabd 100644 --- a/api/proto/teleport/legacy/client/proto/authservice.proto +++ b/api/proto/teleport/legacy/client/proto/authservice.proto @@ -2154,6 +2154,15 @@ message InventoryStatusSummary { repeated UpstreamInventoryHello Connected = 1 [(gogoproto.nullable) = false]; } +// InventoryConnectedServiceCountsRequest requests inventory connected service counts. +message InventoryConnectedServiceCountsRequest {} + +// InventoryConnectedServiceCounts is the connected service counts seen in the inventory. +message InventoryConnectedServiceCounts { + // ServiceCounts is the count of each connected service seen in the inventory. + map ServiceCounts = 1 [(gogoproto.castkey) = "github.com/gravitational/teleport/api/types.SystemRole"]; +} + // InventoryPingRequest is used to request that the specified server be sent an inventory ping // if it has a control stream registered. message InventoryPingRequest { @@ -2305,6 +2314,9 @@ service AuthService { // GetInventoryStatus gets information about current instance inventory. rpc GetInventoryStatus(InventoryStatusRequest) returns (InventoryStatusSummary); + // GetInventoryConnectedServiceCounts returns the counts of each connected service seen in the inventory. + rpc GetInventoryConnectedServiceCounts(InventoryConnectedServiceCountsRequest) returns (InventoryConnectedServiceCounts); + // PingInventory attempts to trigger a downstream inventory ping (used in testing/debug). rpc PingInventory(InventoryPingRequest) returns (InventoryPingResponse); diff --git a/lib/auth/auth.go b/lib/auth/auth.go index 5b0dca0ed3c53..5ba47b6c21091 100644 --- a/lib/auth/auth.go +++ b/lib/auth/auth.go @@ -3440,6 +3440,18 @@ func (a *Server) GetInventoryStatus(ctx context.Context, req proto.InventoryStat return rsp } +// GetInventoryConnectedServiceCounts returns the counts of each connected service seen in the inventory. +func (a *Server) GetInventoryConnectedServiceCounts() proto.InventoryConnectedServiceCounts { + return proto.InventoryConnectedServiceCounts{ + ServiceCounts: a.inventory.ConnectedServiceCounts(), + } +} + +// GetInventoryConnectedServiceCount returns the counts of a particular connected service seen in the inventory. +func (a *Server) GetInventoryConnectedServiceCount(service types.SystemRole) uint64 { + return a.inventory.ConnectedServiceCount(service) +} + func (a *Server) PingInventory(ctx context.Context, req proto.InventoryPingRequest) (proto.InventoryPingResponse, error) { const pingAttempt = "ping-attempt" const pingSuccess = "ping-success" diff --git a/lib/auth/auth_with_roles.go b/lib/auth/auth_with_roles.go index 60289ab7782be..5a409367bdac4 100644 --- a/lib/auth/auth_with_roles.go +++ b/lib/auth/auth_with_roles.go @@ -1106,6 +1106,16 @@ func (a *ServerWithRoles) GetInventoryStatus(ctx context.Context, req proto.Inve return a.authServer.GetInventoryStatus(ctx, req), nil } +// GetInventoryConnectedServiceCounts returns the counts of each connected service seen in the inventory. +func (a *ServerWithRoles) GetInventoryConnectedServiceCounts() (proto.InventoryConnectedServiceCounts, error) { + // only support builtin roles for now, but we'll eventually want to develop an RBAC syntax for + // the inventory APIs once they are more developed. + if !a.hasBuiltinRole(types.RoleAdmin) { + return proto.InventoryConnectedServiceCounts{}, trace.AccessDenied("requires builtin admin role") + } + return a.authServer.GetInventoryConnectedServiceCounts(), nil +} + func (a *ServerWithRoles) PingInventory(ctx context.Context, req proto.InventoryPingRequest) (proto.InventoryPingResponse, error) { // admin-only for now, but we'll eventually want to develop an RBAC syntax for // the inventory APIs once they are more developed. diff --git a/lib/auth/grpcserver.go b/lib/auth/grpcserver.go index 38402a01d9955..386d00d3e8c3e 100644 --- a/lib/auth/grpcserver.go +++ b/lib/auth/grpcserver.go @@ -592,6 +592,21 @@ func (g *GRPCServer) GetInventoryStatus(ctx context.Context, req *proto.Inventor return &rsp, nil } +// GetInventoryConnectedServiceCounts returns the counts of each connected service seen in the inventory. +func (g *GRPCServer) GetInventoryConnectedServiceCounts(ctx context.Context, _ *proto.InventoryConnectedServiceCountsRequest) (*proto.InventoryConnectedServiceCounts, error) { + auth, err := g.authenticate(ctx) + if err != nil { + return nil, trail.ToGRPC(err) + } + + rsp, err := auth.GetInventoryConnectedServiceCounts() + if err != nil { + return nil, trail.ToGRPC(err) + } + + return &rsp, nil +} + func (g *GRPCServer) PingInventory(ctx context.Context, req *proto.InventoryPingRequest) (*proto.InventoryPingResponse, error) { auth, err := g.authenticate(ctx) if err != nil { diff --git a/lib/inventory/controller.go b/lib/inventory/controller.go index 5014512c8ff53..8046c3159f4ca 100644 --- a/lib/inventory/controller.go +++ b/lib/inventory/controller.go @@ -139,6 +139,7 @@ func withTestEventsChannel(ch chan testEvent) ControllerOption { // messages are processed by invoking the appropriate methods on the Auth interface. type Controller struct { store *Store + serviceCounter *serviceCounter auth Auth authID string serverKeepAlive time.Duration @@ -162,6 +163,7 @@ func NewController(auth Auth, usageReporter usagereporter.UsageReporter, opts .. ctx, cancel := context.WithCancel(context.Background()) return &Controller{ store: NewStore(), + serviceCounter: &serviceCounter{}, serverKeepAlive: options.serverKeepAlive, serverTTL: apidefaults.ServerAnnounceTTL, instanceHBInterval: options.instanceHBInterval, @@ -207,6 +209,16 @@ func (c *Controller) Iter(fn func(UpstreamHandle)) { c.store.Iter(fn) } +// ConnectedServiceCounts returns the number of each connected service seen in the inventory. +func (c *Controller) ConnectedServiceCounts() map[types.SystemRole]uint64 { + return c.serviceCounter.counts() +} + +// ConnectedServiceCount returns the number of a particular connected service in the inventory. +func (c *Controller) ConnectedServiceCount(systemRole types.SystemRole) uint64 { + return c.serviceCounter.get(systemRole) +} + func (c *Controller) testEvent(event testEvent) { if c.testEvents == nil { return @@ -218,7 +230,15 @@ func (c *Controller) testEvent(event testEvent) { // and also manages keepalives for previously heartbeated state. func (c *Controller) handleControlStream(handle *upstreamHandle) { c.testEvent(handlerStart) + + for _, service := range handle.hello.Services { + c.serviceCounter.increment(service) + } + defer func() { + for _, service := range handle.hello.Services { + c.serviceCounter.decrement(service) + } c.store.Remove(handle) handle.Close() // no effect if CloseWithError was called below handle.ticker.Stop() diff --git a/lib/inventory/controller_test.go b/lib/inventory/controller_test.go index fce7fbb50c27a..82d46ad762ceb 100644 --- a/lib/inventory/controller_test.go +++ b/lib/inventory/controller_test.go @@ -332,7 +332,7 @@ func TestInstanceHeartbeat(t *testing.T) { controller.RegisterControlStream(upstream, proto.UpstreamInventoryHello{ ServerID: serverID, Version: teleport.Version, - Services: []types.SystemRole{types.RoleNode}, + Services: []types.SystemRole{types.RoleNode, types.RoleApp}, }) // verify that control stream handle is now accessible @@ -345,6 +345,13 @@ func TestInstanceHeartbeat(t *testing.T) { deny(instanceHeartbeatErr, instanceCompareFailed, handlerClose), ) + // verify the service counter shows the correct number for the given services. + require.Equal(t, uint64(1), controller.serviceCounter.get(types.RoleNode)) + require.Equal(t, uint64(1), controller.serviceCounter.get(types.RoleApp)) + + // this service was not seen, so it should be 0. + require.Equal(t, uint64(0), controller.serviceCounter.get(types.RoleOkta)) + auth.mu.Lock() auth.lastInstance.AppendControlLog(types.InstanceControlLogEntry{ Type: "concurrent-test-event", @@ -499,6 +506,14 @@ func TestInstanceHeartbeat(t *testing.T) { ) } + // verify the service counter shows the correct number for the given services. + require.Equal(t, map[types.SystemRole]uint64{ + types.RoleApp: 1, + types.RoleNode: 1, + }, controller.ConnectedServiceCounts()) + require.Equal(t, uint64(1), controller.ConnectedServiceCount(types.RoleNode)) + require.Equal(t, uint64(1), controller.ConnectedServiceCount(types.RoleApp)) + // verify that none of the qualified events were ever heartbeat because // a reset always occurred. var unqualifiedIncludes int @@ -542,6 +557,14 @@ func TestInstanceHeartbeat(t *testing.T) { logSize := len(auth.lastInstance.GetControlLog()) auth.mu.Unlock() require.Greater(t, logSize, 2) + + // verify the service counter now shows no connected services. + require.Equal(t, map[types.SystemRole]uint64{ + types.RoleApp: 0, + types.RoleNode: 0, + }, controller.ConnectedServiceCounts()) + require.Equal(t, uint64(0), controller.ConnectedServiceCount(types.RoleNode)) + require.Equal(t, uint64(0), controller.ConnectedServiceCount(types.RoleApp)) } type eventOpts struct { diff --git a/lib/inventory/servicecounter.go b/lib/inventory/servicecounter.go new file mode 100644 index 0000000000000..b34f94dc6b78f --- /dev/null +++ b/lib/inventory/servicecounter.go @@ -0,0 +1,69 @@ +/* +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 inventory + +import ( + "sync" + "sync/atomic" + + "github.com/gravitational/teleport/api/types" +) + +// serviceCounter will count services seen in the inventory. +type serviceCounter struct { + countMap sync.Map +} + +// counts returns the count of each service seen in the counter. +func (s *serviceCounter) counts() map[types.SystemRole]uint64 { + counts := map[types.SystemRole]uint64{} + s.countMap.Range(func(key, value any) bool { + counts[key.(types.SystemRole)] = value.(*atomic.Uint64).Load() + return true + }) + + return counts +} + +// increment will increment the counter for a service. +func (s *serviceCounter) increment(service types.SystemRole) { + s.load(service).Add(1) +} + +// decrement will decrement the counter for a service. +func (s *serviceCounter) decrement(service types.SystemRole) { + // refer to the docs for atomic.AddUint64 for why this works as a decrement. + s.load(service).Add(^uint64(0)) +} + +// get will return the value of a counter for a service. +func (s *serviceCounter) get(service types.SystemRole) uint64 { + if result, ok := s.countMap.Load(service); ok { + return result.(*atomic.Uint64).Load() + } + return 0 +} + +// load will load the underlying atomic value in the sync map. This should +// only be used within the service counter. +func (s *serviceCounter) load(service types.SystemRole) *atomic.Uint64 { + if result, ok := s.countMap.Load(service); ok { + return result.(*atomic.Uint64) + } + result, _ := s.countMap.LoadOrStore(service, &atomic.Uint64{}) + return result.(*atomic.Uint64) +} diff --git a/lib/inventory/servicecounter_test.go b/lib/inventory/servicecounter_test.go new file mode 100644 index 0000000000000..366bf5057f3cc --- /dev/null +++ b/lib/inventory/servicecounter_test.go @@ -0,0 +1,45 @@ +/* +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 inventory + +import ( + "testing" + + "github.com/stretchr/testify/require" + + "github.com/gravitational/teleport/api/types" +) + +func TestServiceCounter(t *testing.T) { + sc := serviceCounter{} + + require.Equal(t, uint64(0), sc.get(types.RoleAuth)) + + sc.increment(types.RoleApp) + require.Equal(t, uint64(1), sc.get(types.RoleApp)) + sc.increment(types.RoleApp) + require.Equal(t, uint64(2), sc.get(types.RoleApp)) + + require.Equal(t, map[types.SystemRole]uint64{ + types.RoleApp: 2, + }, sc.counts()) + + sc.decrement(types.RoleApp) + require.Equal(t, uint64(1), sc.get(types.RoleApp)) + sc.decrement(types.RoleApp) + require.Equal(t, uint64(0), sc.get(types.RoleApp)) +}