diff --git a/api/openapi-spec/swagger.json b/api/openapi-spec/swagger.json index 0f9f93617b..10347bc498 100644 --- a/api/openapi-spec/swagger.json +++ b/api/openapi-spec/swagger.json @@ -77345,13 +77345,17 @@ } }, "io.k8s.api.core.v1.NodeSelectorTerm": { - "description": "A null or empty node selector term matches no objects.", - "required": [ - "matchExpressions" - ], + "description": "A null or empty node selector term matches no objects. The requirements of them are ANDed.", "properties": { "matchExpressions": { - "description": "Required. A list of node selector requirements. The requirements are ANDed.", + "description": "A list of node selector requirements by node's labels.", + "type": "array", + "items": { + "$ref": "#/definitions/io.k8s.api.core.v1.NodeSelectorRequirement" + } + }, + "matchFields": { + "description": "A list of node selector requirements by node's fields.", "type": "array", "items": { "$ref": "#/definitions/io.k8s.api.core.v1.NodeSelectorRequirement" diff --git a/api/swagger-spec/apps_v1.json b/api/swagger-spec/apps_v1.json index 174868a46d..f951a05981 100644 --- a/api/swagger-spec/apps_v1.json +++ b/api/swagger-spec/apps_v1.json @@ -8440,17 +8440,21 @@ }, "v1.NodeSelectorTerm": { "id": "v1.NodeSelectorTerm", - "description": "A null or empty node selector term matches no objects.", - "required": [ - "matchExpressions" - ], + "description": "A null or empty node selector term matches no objects. The requirements of them are ANDed.", "properties": { "matchExpressions": { "type": "array", "items": { "$ref": "v1.NodeSelectorRequirement" }, - "description": "Required. A list of node selector requirements. The requirements are ANDed." + "description": "A list of node selector requirements by node's labels." + }, + "matchFields": { + "type": "array", + "items": { + "$ref": "v1.NodeSelectorRequirement" + }, + "description": "A list of node selector requirements by node's fields." } } }, diff --git a/api/swagger-spec/apps_v1beta1.json b/api/swagger-spec/apps_v1beta1.json index d56dccb69e..3811b8905d 100644 --- a/api/swagger-spec/apps_v1beta1.json +++ b/api/swagger-spec/apps_v1beta1.json @@ -6074,17 +6074,21 @@ }, "v1.NodeSelectorTerm": { "id": "v1.NodeSelectorTerm", - "description": "A null or empty node selector term matches no objects.", - "required": [ - "matchExpressions" - ], + "description": "A null or empty node selector term matches no objects. The requirements of them are ANDed.", "properties": { "matchExpressions": { "type": "array", "items": { "$ref": "v1.NodeSelectorRequirement" }, - "description": "Required. A list of node selector requirements. The requirements are ANDed." + "description": "A list of node selector requirements by node's labels." + }, + "matchFields": { + "type": "array", + "items": { + "$ref": "v1.NodeSelectorRequirement" + }, + "description": "A list of node selector requirements by node's fields." } } }, diff --git a/api/swagger-spec/apps_v1beta2.json b/api/swagger-spec/apps_v1beta2.json index 8874634316..91c674f3c1 100644 --- a/api/swagger-spec/apps_v1beta2.json +++ b/api/swagger-spec/apps_v1beta2.json @@ -8440,17 +8440,21 @@ }, "v1.NodeSelectorTerm": { "id": "v1.NodeSelectorTerm", - "description": "A null or empty node selector term matches no objects.", - "required": [ - "matchExpressions" - ], + "description": "A null or empty node selector term matches no objects. The requirements of them are ANDed.", "properties": { "matchExpressions": { "type": "array", "items": { "$ref": "v1.NodeSelectorRequirement" }, - "description": "Required. A list of node selector requirements. The requirements are ANDed." + "description": "A list of node selector requirements by node's labels." + }, + "matchFields": { + "type": "array", + "items": { + "$ref": "v1.NodeSelectorRequirement" + }, + "description": "A list of node selector requirements by node's fields." } } }, diff --git a/api/swagger-spec/batch_v1.json b/api/swagger-spec/batch_v1.json index b6d6cea6e2..bb316ff8fe 100644 --- a/api/swagger-spec/batch_v1.json +++ b/api/swagger-spec/batch_v1.json @@ -3414,17 +3414,21 @@ }, "v1.NodeSelectorTerm": { "id": "v1.NodeSelectorTerm", - "description": "A null or empty node selector term matches no objects.", - "required": [ - "matchExpressions" - ], + "description": "A null or empty node selector term matches no objects. The requirements of them are ANDed.", "properties": { "matchExpressions": { "type": "array", "items": { "$ref": "v1.NodeSelectorRequirement" }, - "description": "Required. A list of node selector requirements. The requirements are ANDed." + "description": "A list of node selector requirements by node's labels." + }, + "matchFields": { + "type": "array", + "items": { + "$ref": "v1.NodeSelectorRequirement" + }, + "description": "A list of node selector requirements by node's fields." } } }, diff --git a/api/swagger-spec/batch_v1beta1.json b/api/swagger-spec/batch_v1beta1.json index 32cdfc0ce8..ccd0c6c5d8 100644 --- a/api/swagger-spec/batch_v1beta1.json +++ b/api/swagger-spec/batch_v1beta1.json @@ -3469,17 +3469,21 @@ }, "v1.NodeSelectorTerm": { "id": "v1.NodeSelectorTerm", - "description": "A null or empty node selector term matches no objects.", - "required": [ - "matchExpressions" - ], + "description": "A null or empty node selector term matches no objects. The requirements of them are ANDed.", "properties": { "matchExpressions": { "type": "array", "items": { "$ref": "v1.NodeSelectorRequirement" }, - "description": "Required. A list of node selector requirements. The requirements are ANDed." + "description": "A list of node selector requirements by node's labels." + }, + "matchFields": { + "type": "array", + "items": { + "$ref": "v1.NodeSelectorRequirement" + }, + "description": "A list of node selector requirements by node's fields." } } }, diff --git a/api/swagger-spec/batch_v2alpha1.json b/api/swagger-spec/batch_v2alpha1.json index 57acdbb9ae..3c9f4227fc 100644 --- a/api/swagger-spec/batch_v2alpha1.json +++ b/api/swagger-spec/batch_v2alpha1.json @@ -3469,17 +3469,21 @@ }, "v1.NodeSelectorTerm": { "id": "v1.NodeSelectorTerm", - "description": "A null or empty node selector term matches no objects.", - "required": [ - "matchExpressions" - ], + "description": "A null or empty node selector term matches no objects. The requirements of them are ANDed.", "properties": { "matchExpressions": { "type": "array", "items": { "$ref": "v1.NodeSelectorRequirement" }, - "description": "Required. A list of node selector requirements. The requirements are ANDed." + "description": "A list of node selector requirements by node's labels." + }, + "matchFields": { + "type": "array", + "items": { + "$ref": "v1.NodeSelectorRequirement" + }, + "description": "A list of node selector requirements by node's fields." } } }, diff --git a/api/swagger-spec/extensions_v1beta1.json b/api/swagger-spec/extensions_v1beta1.json index 8aa64b503e..4ab3384c07 100644 --- a/api/swagger-spec/extensions_v1beta1.json +++ b/api/swagger-spec/extensions_v1beta1.json @@ -9082,17 +9082,21 @@ }, "v1.NodeSelectorTerm": { "id": "v1.NodeSelectorTerm", - "description": "A null or empty node selector term matches no objects.", - "required": [ - "matchExpressions" - ], + "description": "A null or empty node selector term matches no objects. The requirements of them are ANDed.", "properties": { "matchExpressions": { "type": "array", "items": { "$ref": "v1.NodeSelectorRequirement" }, - "description": "Required. A list of node selector requirements. The requirements are ANDed." + "description": "A list of node selector requirements by node's labels." + }, + "matchFields": { + "type": "array", + "items": { + "$ref": "v1.NodeSelectorRequirement" + }, + "description": "A list of node selector requirements by node's fields." } } }, diff --git a/api/swagger-spec/v1.json b/api/swagger-spec/v1.json index 6dcbe3fd5a..f5d4303c78 100644 --- a/api/swagger-spec/v1.json +++ b/api/swagger-spec/v1.json @@ -20056,17 +20056,21 @@ }, "v1.NodeSelectorTerm": { "id": "v1.NodeSelectorTerm", - "description": "A null or empty node selector term matches no objects.", - "required": [ - "matchExpressions" - ], + "description": "A null or empty node selector term matches no objects. The requirements of them are ANDed.", "properties": { "matchExpressions": { "type": "array", "items": { "$ref": "v1.NodeSelectorRequirement" }, - "description": "Required. A list of node selector requirements. The requirements are ANDed." + "description": "A list of node selector requirements by node's labels." + }, + "matchFields": { + "type": "array", + "items": { + "$ref": "v1.NodeSelectorRequirement" + }, + "description": "A list of node selector requirements by node's fields." } } }, diff --git a/docs/api-reference/apps/v1/definitions.html b/docs/api-reference/apps/v1/definitions.html index 16dbf7bc16..68d17e7a57 100755 --- a/docs/api-reference/apps/v1/definitions.html +++ b/docs/api-reference/apps/v1/definitions.html @@ -512,7 +512,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

v1.NodeSelectorTerm

-

A null or empty node selector term matches no objects.

+

A null or empty node selector term matches no objects. The requirements of them are ANDed.

@@ -534,8 +534,15 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } - - + + + + + + + + + diff --git a/docs/api-reference/apps/v1beta1/definitions.html b/docs/api-reference/apps/v1beta1/definitions.html index e16694beaa..04d3a39f6d 100755 --- a/docs/api-reference/apps/v1beta1/definitions.html +++ b/docs/api-reference/apps/v1beta1/definitions.html @@ -623,7 +623,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

v1.NodeSelectorTerm

-

A null or empty node selector term matches no objects.

+

A null or empty node selector term matches no objects. The requirements of them are ANDed.

matchExpressions

Required. A list of node selector requirements. The requirements are ANDed.

true

A list of node selector requirements by node’s labels.

false

v1.NodeSelectorRequirement array

matchFields

A list of node selector requirements by node’s fields.

false

v1.NodeSelectorRequirement array

@@ -645,8 +645,15 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } - - + + + + + + + + + diff --git a/docs/api-reference/apps/v1beta2/definitions.html b/docs/api-reference/apps/v1beta2/definitions.html index 9cf6e91d0a..2221a7e146 100755 --- a/docs/api-reference/apps/v1beta2/definitions.html +++ b/docs/api-reference/apps/v1beta2/definitions.html @@ -515,7 +515,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

v1.NodeSelectorTerm

-

A null or empty node selector term matches no objects.

+

A null or empty node selector term matches no objects. The requirements of them are ANDed.

matchExpressions

Required. A list of node selector requirements. The requirements are ANDed.

true

A list of node selector requirements by node’s labels.

false

v1.NodeSelectorRequirement array

matchFields

A list of node selector requirements by node’s fields.

false

v1.NodeSelectorRequirement array

@@ -537,8 +537,15 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } - - + + + + + + + + + diff --git a/docs/api-reference/batch/v1/definitions.html b/docs/api-reference/batch/v1/definitions.html index 1bfc0d5d3b..4e96f025f6 100755 --- a/docs/api-reference/batch/v1/definitions.html +++ b/docs/api-reference/batch/v1/definitions.html @@ -488,7 +488,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

v1.NodeSelectorTerm

-

A null or empty node selector term matches no objects.

+

A null or empty node selector term matches no objects. The requirements of them are ANDed.

matchExpressions

Required. A list of node selector requirements. The requirements are ANDed.

true

A list of node selector requirements by node’s labels.

false

v1.NodeSelectorRequirement array

matchFields

A list of node selector requirements by node’s fields.

false

v1.NodeSelectorRequirement array

@@ -510,8 +510,15 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } - - + + + + + + + + + diff --git a/docs/api-reference/batch/v1beta1/definitions.html b/docs/api-reference/batch/v1beta1/definitions.html index 960585cbfb..c8ce2f1f2f 100755 --- a/docs/api-reference/batch/v1beta1/definitions.html +++ b/docs/api-reference/batch/v1beta1/definitions.html @@ -488,7 +488,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

v1.NodeSelectorTerm

-

A null or empty node selector term matches no objects.

+

A null or empty node selector term matches no objects. The requirements of them are ANDed.

matchExpressions

Required. A list of node selector requirements. The requirements are ANDed.

true

A list of node selector requirements by node’s labels.

false

v1.NodeSelectorRequirement array

matchFields

A list of node selector requirements by node’s fields.

false

v1.NodeSelectorRequirement array

@@ -510,8 +510,15 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } - - + + + + + + + + + diff --git a/docs/api-reference/batch/v2alpha1/definitions.html b/docs/api-reference/batch/v2alpha1/definitions.html index 5e2eb67182..5926d49603 100755 --- a/docs/api-reference/batch/v2alpha1/definitions.html +++ b/docs/api-reference/batch/v2alpha1/definitions.html @@ -488,7 +488,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

v1.NodeSelectorTerm

-

A null or empty node selector term matches no objects.

+

A null or empty node selector term matches no objects. The requirements of them are ANDed.

matchExpressions

Required. A list of node selector requirements. The requirements are ANDed.

true

A list of node selector requirements by node’s labels.

false

v1.NodeSelectorRequirement array

matchFields

A list of node selector requirements by node’s fields.

false

v1.NodeSelectorRequirement array

@@ -510,8 +510,15 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } - - + + + + + + + + + diff --git a/docs/api-reference/extensions/v1beta1/definitions.html b/docs/api-reference/extensions/v1beta1/definitions.html index 185e89348c..d2969deece 100755 --- a/docs/api-reference/extensions/v1beta1/definitions.html +++ b/docs/api-reference/extensions/v1beta1/definitions.html @@ -740,7 +740,7 @@ Examples: /foo would allow /foo, /foo/ an

v1.NodeSelectorTerm

-

A null or empty node selector term matches no objects.

+

A null or empty node selector term matches no objects. The requirements of them are ANDed.

matchExpressions

Required. A list of node selector requirements. The requirements are ANDed.

true

A list of node selector requirements by node’s labels.

false

v1.NodeSelectorRequirement array

matchFields

A list of node selector requirements by node’s fields.

false

v1.NodeSelectorRequirement array

@@ -762,8 +762,15 @@ Examples: /foo would allow /foo, /foo/ an - - + + + + + + + + + diff --git a/docs/api-reference/v1/definitions.html b/docs/api-reference/v1/definitions.html index ad3eecf15d..8b923d3bf2 100755 --- a/docs/api-reference/v1/definitions.html +++ b/docs/api-reference/v1/definitions.html @@ -6457,7 +6457,7 @@ Examples:

v1.NodeSelectorTerm

-

A null or empty node selector term matches no objects.

+

A null or empty node selector term matches no objects. The requirements of them are ANDed.

matchExpressions

Required. A list of node selector requirements. The requirements are ANDed.

true

A list of node selector requirements by node’s labels.

false

v1.NodeSelectorRequirement array

matchFields

A list of node selector requirements by node’s fields.

false

v1.NodeSelectorRequirement array

@@ -6479,8 +6479,15 @@ Examples:
- - + + + + + + + + + diff --git a/pkg/apis/core/helper/helpers.go b/pkg/apis/core/helper/helpers.go index 252ea2c9c7..7f0523579e 100644 --- a/pkg/apis/core/helper/helpers.go +++ b/pkg/apis/core/helper/helpers.go @@ -412,6 +412,38 @@ func NodeSelectorRequirementsAsSelector(nsm []core.NodeSelectorRequirement) (lab return selector, nil } +// NodeSelectorRequirementsAsFieldSelector converts the []NodeSelectorRequirement core type into a struct that implements +// fields.Selector. +func NodeSelectorRequirementsAsFieldSelector(nsm []core.NodeSelectorRequirement) (fields.Selector, error) { + if len(nsm) == 0 { + return fields.Nothing(), nil + } + + selectors := []fields.Selector{} + for _, expr := range nsm { + switch expr.Operator { + case core.NodeSelectorOpIn: + if len(expr.Values) != 1 { + return nil, fmt.Errorf("unexpected number of value (%d) for node field selector operator %q", + len(expr.Values), expr.Operator) + } + selectors = append(selectors, fields.OneTermEqualSelector(expr.Key, expr.Values[0])) + + case core.NodeSelectorOpNotIn: + if len(expr.Values) != 1 { + return nil, fmt.Errorf("unexpected number of value (%d) for node field selector operator %q", + len(expr.Values), expr.Operator) + } + selectors = append(selectors, fields.OneTermNotEqualSelector(expr.Key, expr.Values[0])) + + default: + return nil, fmt.Errorf("%q is not a valid node field selector operator", expr.Operator) + } + } + + return fields.AndSelectors(selectors...), nil +} + // GetTolerationsFromPodAnnotations gets the json serialized tolerations data from Pod.Annotations // and converts it to the []Toleration type in core. func GetTolerationsFromPodAnnotations(annotations map[string]string) ([]core.Toleration, error) { diff --git a/pkg/apis/core/types.go b/pkg/apis/core/types.go index a6a9c3bf92..4880b64743 100644 --- a/pkg/apis/core/types.go +++ b/pkg/apis/core/types.go @@ -2107,10 +2107,13 @@ type NodeSelector struct { NodeSelectorTerms []NodeSelectorTerm } -// A null or empty node selector term matches no objects. +// A null or empty node selector term matches no objects. The requirements of +// them are ANDed. type NodeSelectorTerm struct { - //Required. A list of node selector requirements. The requirements are ANDed. + // A list of node selector requirements by node's labels. MatchExpressions []NodeSelectorRequirement + // A list of node selector requirements by node's fields. + MatchFields []NodeSelectorRequirement } // A node selector requirement is a selector that contains values, a key, and an operator diff --git a/pkg/apis/core/v1/helper/BUILD b/pkg/apis/core/v1/helper/BUILD index c5dfb0249b..2fc1eda5f7 100644 --- a/pkg/apis/core/v1/helper/BUILD +++ b/pkg/apis/core/v1/helper/BUILD @@ -15,6 +15,7 @@ go_test( "//vendor/k8s.io/apimachinery/pkg/api/equality:go_default_library", "//vendor/k8s.io/apimachinery/pkg/api/resource:go_default_library", "//vendor/k8s.io/apimachinery/pkg/apis/meta/v1:go_default_library", + "//vendor/k8s.io/apimachinery/pkg/fields:go_default_library", "//vendor/k8s.io/apimachinery/pkg/labels:go_default_library", ], ) @@ -27,6 +28,7 @@ go_library( "//pkg/apis/core/helper:go_default_library", "//vendor/k8s.io/api/core/v1:go_default_library", "//vendor/k8s.io/apimachinery/pkg/api/resource:go_default_library", + "//vendor/k8s.io/apimachinery/pkg/fields:go_default_library", "//vendor/k8s.io/apimachinery/pkg/labels:go_default_library", "//vendor/k8s.io/apimachinery/pkg/selection:go_default_library", "//vendor/k8s.io/apimachinery/pkg/util/validation:go_default_library", diff --git a/pkg/apis/core/v1/helper/helpers.go b/pkg/apis/core/v1/helper/helpers.go index c469a95661..c7e2c2d0c7 100644 --- a/pkg/apis/core/v1/helper/helpers.go +++ b/pkg/apis/core/v1/helper/helpers.go @@ -23,6 +23,7 @@ import ( "k8s.io/api/core/v1" "k8s.io/apimachinery/pkg/api/resource" + "k8s.io/apimachinery/pkg/fields" "k8s.io/apimachinery/pkg/labels" "k8s.io/apimachinery/pkg/selection" "k8s.io/apimachinery/pkg/util/validation" @@ -246,6 +247,71 @@ func NodeSelectorRequirementsAsSelector(nsm []v1.NodeSelectorRequirement) (label return selector, nil } +// NodeSelectorRequirementsAsFieldSelector converts the []NodeSelectorRequirement core type into a struct that implements +// fields.Selector. +func NodeSelectorRequirementsAsFieldSelector(nsm []v1.NodeSelectorRequirement) (fields.Selector, error) { + if len(nsm) == 0 { + return fields.Nothing(), nil + } + + selectors := []fields.Selector{} + for _, expr := range nsm { + switch expr.Operator { + case v1.NodeSelectorOpIn: + if len(expr.Values) != 1 { + return nil, fmt.Errorf("unexpected number of value (%d) for node field selector operator %q", + len(expr.Values), expr.Operator) + } + selectors = append(selectors, fields.OneTermEqualSelector(expr.Key, expr.Values[0])) + + case v1.NodeSelectorOpNotIn: + if len(expr.Values) != 1 { + return nil, fmt.Errorf("unexpected number of value (%d) for node field selector operator %q", + len(expr.Values), expr.Operator) + } + selectors = append(selectors, fields.OneTermNotEqualSelector(expr.Key, expr.Values[0])) + + default: + return nil, fmt.Errorf("%q is not a valid node field selector operator", expr.Operator) + } + } + + return fields.AndSelectors(selectors...), nil +} + +// MatchNodeSelectorTerms checks whether the node labels and fields match node selector terms in ORed; +// nil or empty term matches no objects. +func MatchNodeSelectorTerms( + nodeSelectorTerms []v1.NodeSelectorTerm, + nodeLabels labels.Set, + nodeFields fields.Set, +) bool { + for _, req := range nodeSelectorTerms { + // nil or empty term selects no objects + if len(req.MatchExpressions) == 0 && len(req.MatchFields) == 0 { + continue + } + + if len(req.MatchExpressions) != 0 { + labelSelector, err := NodeSelectorRequirementsAsSelector(req.MatchExpressions) + if err != nil || !labelSelector.Matches(nodeLabels) { + continue + } + } + + if len(req.MatchFields) != 0 { + fieldSelector, err := NodeSelectorRequirementsAsFieldSelector(req.MatchFields) + if err != nil || !fieldSelector.Matches(nodeFields) { + continue + } + } + + return true + } + + return false +} + // AddOrUpdateTolerationInPodSpec tries to add a toleration to the toleration list in PodSpec. // Returns true if something was updated, false otherwise. func AddOrUpdateTolerationInPodSpec(spec *v1.PodSpec, toleration *v1.Toleration) bool { diff --git a/pkg/apis/core/v1/helper/helpers_test.go b/pkg/apis/core/v1/helper/helpers_test.go index 44a1c50420..682c96dc09 100644 --- a/pkg/apis/core/v1/helper/helpers_test.go +++ b/pkg/apis/core/v1/helper/helpers_test.go @@ -25,6 +25,7 @@ import ( apiequality "k8s.io/apimachinery/pkg/api/equality" "k8s.io/apimachinery/pkg/api/resource" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" + "k8s.io/apimachinery/pkg/fields" "k8s.io/apimachinery/pkg/labels" ) @@ -562,3 +563,232 @@ func TestSysctlsFromPodAnnotation(t *testing.T) { } } } + +func TestMatchNodeSelectorTerms(t *testing.T) { + type args struct { + nodeSelectorTerms []v1.NodeSelectorTerm + nodeLabels labels.Set + nodeFields fields.Set + } + + tests := []struct { + name string + args args + want bool + }{ + { + name: "nil terms", + args: args{ + nodeSelectorTerms: nil, + nodeLabels: nil, + nodeFields: nil, + }, + want: false, + }, + { + name: "node label matches matchExpressions terms", + args: args{ + nodeSelectorTerms: []v1.NodeSelectorTerm{ + { + MatchExpressions: []v1.NodeSelectorRequirement{{ + Key: "label_1", + Operator: v1.NodeSelectorOpIn, + Values: []string{"label_1_val"}, + }}, + }, + }, + nodeLabels: map[string]string{"label_1": "label_1_val"}, + nodeFields: nil, + }, + want: true, + }, + { + name: "node field matches matchFields terms", + args: args{ + nodeSelectorTerms: []v1.NodeSelectorTerm{ + { + MatchFields: []v1.NodeSelectorRequirement{{ + Key: "metadata.name", + Operator: v1.NodeSelectorOpIn, + Values: []string{"host_1"}, + }}, + }, + }, + nodeLabels: nil, + nodeFields: map[string]string{ + "metadata.name": "host_1", + }, + }, + want: true, + }, + { + name: "invalid node field requirement", + args: args{ + nodeSelectorTerms: []v1.NodeSelectorTerm{ + { + MatchFields: []v1.NodeSelectorRequirement{{ + Key: "metadata.name", + Operator: v1.NodeSelectorOpIn, + Values: []string{"host_1, host_2"}, + }}, + }, + }, + nodeLabels: nil, + nodeFields: map[string]string{ + "metadata.name": "host_1", + }, + }, + want: false, + }, + { + name: "fieldSelectorTerm with node labels", + args: args{ + nodeSelectorTerms: []v1.NodeSelectorTerm{ + { + MatchFields: []v1.NodeSelectorRequirement{{ + Key: "metadata.name", + Operator: v1.NodeSelectorOpIn, + Values: []string{"host_1"}, + }}, + }, + }, + nodeLabels: map[string]string{ + "metadata.name": "host_1", + }, + nodeFields: nil, + }, + want: false, + }, + { + name: "labelSelectorTerm with node fields", + args: args{ + nodeSelectorTerms: []v1.NodeSelectorTerm{ + { + MatchExpressions: []v1.NodeSelectorRequirement{{ + Key: "metadata.name", + Operator: v1.NodeSelectorOpIn, + Values: []string{"host_1"}, + }}, + }, + }, + nodeLabels: nil, + nodeFields: map[string]string{ + "metadata.name": "host_1", + }, + }, + want: false, + }, + { + name: "labelSelectorTerm and fieldSelectorTerm was set, but only node fields", + args: args{ + nodeSelectorTerms: []v1.NodeSelectorTerm{ + { + MatchExpressions: []v1.NodeSelectorRequirement{{ + Key: "label_1", + Operator: v1.NodeSelectorOpIn, + Values: []string{"label_1_val"}, + }}, + MatchFields: []v1.NodeSelectorRequirement{{ + Key: "metadata.name", + Operator: v1.NodeSelectorOpIn, + Values: []string{"host_1"}, + }}, + }, + }, + nodeLabels: nil, + nodeFields: map[string]string{ + "metadata.name": "host_1", + }, + }, + want: false, + }, + { + name: "labelSelectorTerm and fieldSelectorTerm was set, both node fields and labels (both matched)", + args: args{ + nodeSelectorTerms: []v1.NodeSelectorTerm{ + { + MatchExpressions: []v1.NodeSelectorRequirement{{ + Key: "label_1", + Operator: v1.NodeSelectorOpIn, + Values: []string{"label_1_val"}, + }}, + MatchFields: []v1.NodeSelectorRequirement{{ + Key: "metadata.name", + Operator: v1.NodeSelectorOpIn, + Values: []string{"host_1"}, + }}, + }, + }, + nodeLabels: map[string]string{ + "label_1": "label_1_val", + }, + nodeFields: map[string]string{ + "metadata.name": "host_1", + }, + }, + want: true, + }, + { + name: "labelSelectorTerm and fieldSelectorTerm was set, both node fields and labels (one mismatched)", + args: args{ + nodeSelectorTerms: []v1.NodeSelectorTerm{ + { + MatchExpressions: []v1.NodeSelectorRequirement{{ + Key: "label_1", + Operator: v1.NodeSelectorOpIn, + Values: []string{"label_1_val"}, + }}, + MatchFields: []v1.NodeSelectorRequirement{{ + Key: "metadata.name", + Operator: v1.NodeSelectorOpIn, + Values: []string{"host_1"}, + }}, + }, + }, + nodeLabels: map[string]string{ + "label_1": "label_1_val-failed", + }, + nodeFields: map[string]string{ + "metadata.name": "host_1", + }, + }, + want: false, + }, + { + name: "multi-selector was set, both node fields and labels (one mismatched)", + args: args{ + nodeSelectorTerms: []v1.NodeSelectorTerm{ + { + MatchExpressions: []v1.NodeSelectorRequirement{{ + Key: "label_1", + Operator: v1.NodeSelectorOpIn, + Values: []string{"label_1_val"}, + }}, + }, + { + MatchFields: []v1.NodeSelectorRequirement{{ + Key: "metadata.name", + Operator: v1.NodeSelectorOpIn, + Values: []string{"host_1"}, + }}, + }, + }, + nodeLabels: map[string]string{ + "label_1": "label_1_val-failed", + }, + nodeFields: map[string]string{ + "metadata.name": "host_1", + }, + }, + want: true, + }, + } + + for _, tt := range tests { + t.Run(tt.name, func(t *testing.T) { + if got := MatchNodeSelectorTerms(tt.args.nodeSelectorTerms, tt.args.nodeLabels, tt.args.nodeFields); got != tt.want { + t.Errorf("MatchNodeSelectorTermsORed() = %v, want %v", got, tt.want) + } + }) + } +} diff --git a/pkg/apis/core/v1/zz_generated.conversion.go b/pkg/apis/core/v1/zz_generated.conversion.go index 694b5b6286..4762d90b8e 100644 --- a/pkg/apis/core/v1/zz_generated.conversion.go +++ b/pkg/apis/core/v1/zz_generated.conversion.go @@ -2737,6 +2737,7 @@ func Convert_core_NodeSelectorRequirement_To_v1_NodeSelectorRequirement(in *core func autoConvert_v1_NodeSelectorTerm_To_core_NodeSelectorTerm(in *v1.NodeSelectorTerm, out *core.NodeSelectorTerm, s conversion.Scope) error { out.MatchExpressions = *(*[]core.NodeSelectorRequirement)(unsafe.Pointer(&in.MatchExpressions)) + out.MatchFields = *(*[]core.NodeSelectorRequirement)(unsafe.Pointer(&in.MatchFields)) return nil } @@ -2747,6 +2748,7 @@ func Convert_v1_NodeSelectorTerm_To_core_NodeSelectorTerm(in *v1.NodeSelectorTer func autoConvert_core_NodeSelectorTerm_To_v1_NodeSelectorTerm(in *core.NodeSelectorTerm, out *v1.NodeSelectorTerm, s conversion.Scope) error { out.MatchExpressions = *(*[]v1.NodeSelectorRequirement)(unsafe.Pointer(&in.MatchExpressions)) + out.MatchFields = *(*[]v1.NodeSelectorRequirement)(unsafe.Pointer(&in.MatchFields)) return nil } diff --git a/pkg/apis/core/validation/validation.go b/pkg/apis/core/validation/validation.go index bcef7e324c..fcb242a196 100644 --- a/pkg/apis/core/validation/validation.go +++ b/pkg/apis/core/validation/validation.go @@ -2997,7 +2997,40 @@ func ValidateNodeSelectorRequirement(rq core.NodeSelectorRequirement, fldPath *f default: allErrs = append(allErrs, field.Invalid(fldPath.Child("operator"), rq.Operator, "not a valid selector operator")) } + allErrs = append(allErrs, unversionedvalidation.ValidateLabelName(rq.Key, fldPath.Child("key"))...) + + return allErrs +} + +var nodeFieldSelectorValidators = map[string]func(string, bool) []string{ + core.ObjectNameField: ValidateNodeName, +} + +// ValidateNodeFieldSelectorRequirement tests that the specified NodeSelectorRequirement fields has valid data +func ValidateNodeFieldSelectorRequirement(req core.NodeSelectorRequirement, fldPath *field.Path) field.ErrorList { + allErrs := field.ErrorList{} + + switch req.Operator { + case core.NodeSelectorOpIn, core.NodeSelectorOpNotIn: + if len(req.Values) != 1 { + allErrs = append(allErrs, field.Required(fldPath.Child("values"), + "must be only one value when `operator` is 'In' or 'NotIn' for node field selector")) + } + default: + allErrs = append(allErrs, field.Invalid(fldPath.Child("operator"), req.Operator, "not a valid selector operator")) + } + + if vf, found := nodeFieldSelectorValidators[req.Key]; !found { + allErrs = append(allErrs, field.Invalid(fldPath.Child("key"), req.Key, "not a valid field selector key")) + } else { + for i, v := range req.Values { + for _, msg := range vf(v, false) { + allErrs = append(allErrs, field.Invalid(fldPath.Child("values").Index(i), v, msg)) + } + } + } + return allErrs } @@ -3008,6 +3041,11 @@ func ValidateNodeSelectorTerm(term core.NodeSelectorTerm, fldPath *field.Path) f for j, req := range term.MatchExpressions { allErrs = append(allErrs, ValidateNodeSelectorRequirement(req, fldPath.Child("matchExpressions").Index(j))...) } + + for j, req := range term.MatchFields { + allErrs = append(allErrs, ValidateNodeFieldSelectorRequirement(req, fldPath.Child("matchFields").Index(j))...) + } + return allErrs } diff --git a/pkg/apis/core/validation/validation_test.go b/pkg/apis/core/validation/validation_test.go index 8d15e052ee..c6120142aa 100644 --- a/pkg/apis/core/validation/validation_test.go +++ b/pkg/apis/core/validation/validation_test.go @@ -6048,6 +6048,13 @@ func TestValidatePod(t *testing.T) { Values: []string{"value1", "value2"}, }, }, + MatchFields: []core.NodeSelectorRequirement{ + { + Key: "metadata.name", + Operator: core.NodeSelectorOpIn, + Values: []string{"host1"}, + }, + }, }, }, }, @@ -6515,6 +6522,83 @@ func TestValidatePod(t *testing.T) { }), }, }, + "invalid node field selector requirement in node affinity, more values for field selector": { + expectedError: "spec.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.nodeSelectorTerms[0].matchFields[0].values", + spec: core.Pod{ + ObjectMeta: metav1.ObjectMeta{ + Name: "123", + Namespace: "ns", + }, + Spec: validPodSpec(&core.Affinity{ + NodeAffinity: &core.NodeAffinity{ + RequiredDuringSchedulingIgnoredDuringExecution: &core.NodeSelector{ + NodeSelectorTerms: []core.NodeSelectorTerm{ + { + MatchFields: []core.NodeSelectorRequirement{ + { + Key: "metadata.name", + Operator: core.NodeSelectorOpIn, + Values: []string{"host1", "host2"}, + }, + }, + }, + }, + }, + }, + }), + }, + }, + "invalid node field selector requirement in node affinity, invalid operator": { + expectedError: "spec.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.nodeSelectorTerms[0].matchFields[0].operator", + spec: core.Pod{ + ObjectMeta: metav1.ObjectMeta{ + Name: "123", + Namespace: "ns", + }, + Spec: validPodSpec(&core.Affinity{ + NodeAffinity: &core.NodeAffinity{ + RequiredDuringSchedulingIgnoredDuringExecution: &core.NodeSelector{ + NodeSelectorTerms: []core.NodeSelectorTerm{ + { + MatchFields: []core.NodeSelectorRequirement{ + { + Key: "metadata.name", + Operator: core.NodeSelectorOpExists, + }, + }, + }, + }, + }, + }, + }), + }, + }, + "invalid node field selector requirement in node affinity, invalid key": { + expectedError: "spec.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.nodeSelectorTerms[0].matchFields[0].key", + spec: core.Pod{ + ObjectMeta: metav1.ObjectMeta{ + Name: "123", + Namespace: "ns", + }, + Spec: validPodSpec(&core.Affinity{ + NodeAffinity: &core.NodeAffinity{ + RequiredDuringSchedulingIgnoredDuringExecution: &core.NodeSelector{ + NodeSelectorTerms: []core.NodeSelectorTerm{ + { + MatchFields: []core.NodeSelectorRequirement{ + { + Key: "metadata.namespace", + Operator: core.NodeSelectorOpIn, + Values: []string{"ns1"}, + }, + }, + }, + }, + }, + }, + }), + }, + }, "invalid preferredSchedulingTerm in node affinity, weight should be in range 1-100": { expectedError: "must be in the range 1-100", spec: core.Pod{ diff --git a/pkg/apis/core/zz_generated.deepcopy.go b/pkg/apis/core/zz_generated.deepcopy.go index ae4d3c541f..b5ceff0d13 100644 --- a/pkg/apis/core/zz_generated.deepcopy.go +++ b/pkg/apis/core/zz_generated.deepcopy.go @@ -2547,6 +2547,13 @@ func (in *NodeSelectorTerm) DeepCopyInto(out *NodeSelectorTerm) { (*in)[i].DeepCopyInto(&(*out)[i]) } } + if in.MatchFields != nil { + in, out := &in.MatchFields, &out.MatchFields + *out = make([]NodeSelectorRequirement, len(*in)) + for i := range *in { + (*in)[i].DeepCopyInto(&(*out)[i]) + } + } return } diff --git a/staging/src/k8s.io/api/core/v1/generated.pb.go b/staging/src/k8s.io/api/core/v1/generated.pb.go index 2731dcf396..5406c1283c 100644 --- a/staging/src/k8s.io/api/core/v1/generated.pb.go +++ b/staging/src/k8s.io/api/core/v1/generated.pb.go @@ -5266,6 +5266,18 @@ func (m *NodeSelectorTerm) MarshalTo(dAtA []byte) (int, error) { i += n } } + if len(m.MatchFields) > 0 { + for _, msg := range m.MatchFields { + dAtA[i] = 0x12 + i++ + i = encodeVarintGenerated(dAtA, i, uint64(msg.Size())) + n, err := msg.MarshalTo(dAtA[i:]) + if err != nil { + return 0, err + } + i += n + } + } return i, nil } @@ -11903,6 +11915,12 @@ func (m *NodeSelectorTerm) Size() (n int) { n += 1 + l + sovGenerated(uint64(l)) } } + if len(m.MatchFields) > 0 { + for _, e := range m.MatchFields { + l = e.Size() + n += 1 + l + sovGenerated(uint64(l)) + } + } return n } @@ -15016,6 +15034,7 @@ func (this *NodeSelectorTerm) String() string { } s := strings.Join([]string{`&NodeSelectorTerm{`, `MatchExpressions:` + strings.Replace(strings.Replace(fmt.Sprintf("%v", this.MatchExpressions), "NodeSelectorRequirement", "NodeSelectorRequirement", 1), `&`, ``, 1) + `,`, + `MatchFields:` + strings.Replace(strings.Replace(fmt.Sprintf("%v", this.MatchFields), "NodeSelectorRequirement", "NodeSelectorRequirement", 1), `&`, ``, 1) + `,`, `}`, }, "") return s @@ -30538,6 +30557,37 @@ func (m *NodeSelectorTerm) Unmarshal(dAtA []byte) error { return err } iNdEx = postIndex + case 2: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field MatchFields", wireType) + } + var msglen int + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowGenerated + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + msglen |= (int(b) & 0x7F) << shift + if b < 0x80 { + break + } + } + if msglen < 0 { + return ErrInvalidLengthGenerated + } + postIndex := iNdEx + msglen + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.MatchFields = append(m.MatchFields, NodeSelectorRequirement{}) + if err := m.MatchFields[len(m.MatchFields)-1].Unmarshal(dAtA[iNdEx:postIndex]); err != nil { + return err + } + iNdEx = postIndex default: iNdEx = preIndex skippy, err := skipGenerated(dAtA[iNdEx:]) @@ -48857,767 +48907,769 @@ func init() { } var fileDescriptorGenerated = []byte{ - // 12183 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xec, 0x7d, 0x6d, 0x6c, 0x24, 0x47, - 0x76, 0xd8, 0xf5, 0xcc, 0xf0, 0x63, 0x1e, 0xbf, 0x6b, 0xb9, 0x2b, 0x2e, 0xa5, 0xdd, 0x59, 0xb5, - 0xee, 0x56, 0xab, 0x93, 0x44, 0x5a, 0x2b, 0xe9, 0xb4, 0x3e, 0xdd, 0xc9, 0x26, 0x39, 0xe4, 0x2e, - 0xb5, 0x4b, 0xee, 0xa8, 0x86, 0xbb, 0x7b, 0x77, 0x96, 0xcf, 0xd7, 0x9c, 0x29, 0x92, 0x2d, 0x36, - 0xbb, 0x47, 0xdd, 0x3d, 0xdc, 0xa5, 0x60, 0x03, 0xc9, 0xf9, 0x23, 0x71, 0xec, 0x1f, 0x87, 0xd8, - 0x48, 0x1c, 0xdb, 0x70, 0x80, 0xc4, 0x81, 0x7d, 0x71, 0x12, 0xc0, 0xb1, 0x63, 0x3b, 0x67, 0x27, - 0x71, 0x9c, 0xfc, 0x70, 0xfe, 0x38, 0x4e, 0xfe, 0x9c, 0x01, 0x23, 0x8c, 0x4d, 0x1b, 0x09, 0xfc, - 0x23, 0x41, 0x10, 0x03, 0x01, 0xcc, 0x18, 0x71, 0x50, 0x9f, 0x5d, 0xd5, 0xd3, 0x3d, 0x33, 0x5c, - 0x71, 0x29, 0xd9, 0xb8, 0x7f, 0x33, 0xf5, 0x5e, 0xbd, 0xaa, 0xae, 0x8f, 0x57, 0xaf, 0x5e, 0xbd, - 0x0f, 0x78, 0x73, 0xf7, 0x46, 0x34, 0xe7, 0x06, 0xf3, 0xbb, 0xed, 0x4d, 0x12, 0xfa, 0x24, 0x26, - 0xd1, 0xfc, 0x3e, 0xf1, 0x9b, 0x41, 0x38, 0x2f, 0x00, 0x4e, 0xcb, 0x9d, 0x6f, 0x04, 0x21, 0x99, - 0xdf, 0x7f, 0x65, 0x7e, 0x9b, 0xf8, 0x24, 0x74, 0x62, 0xd2, 0x9c, 0x6b, 0x85, 0x41, 0x1c, 0x20, - 0xc4, 0x71, 0xe6, 0x9c, 0x96, 0x3b, 0x47, 0x71, 0xe6, 0xf6, 0x5f, 0x99, 0x7d, 0x79, 0xdb, 0x8d, - 0x77, 0xda, 0x9b, 0x73, 0x8d, 0x60, 0x6f, 0x7e, 0x3b, 0xd8, 0x0e, 0xe6, 0x19, 0xea, 0x66, 0x7b, - 0x8b, 0xfd, 0x63, 0x7f, 0xd8, 0x2f, 0x4e, 0x62, 0x76, 0x2d, 0x69, 0x86, 0x3c, 0x8a, 0x89, 0x1f, - 0xb9, 0x81, 0x1f, 0xbd, 0xec, 0xb4, 0xdc, 0x88, 0x84, 0xfb, 0x24, 0x9c, 0x6f, 0xed, 0x6e, 0x53, - 0x58, 0x64, 0x22, 0xcc, 0xef, 0xbf, 0xb2, 0x49, 0x62, 0xa7, 0xa3, 0x47, 0xb3, 0xaf, 0x25, 0xe4, - 0xf6, 0x9c, 0xc6, 0x8e, 0xeb, 0x93, 0xf0, 0x40, 0xd2, 0x98, 0x0f, 0x49, 0x14, 0xb4, 0xc3, 0x06, - 0x39, 0x51, 0xad, 0x68, 0x7e, 0x8f, 0xc4, 0x4e, 0xc6, 0xd7, 0xcf, 0xce, 0xe7, 0xd5, 0x0a, 0xdb, - 0x7e, 0xec, 0xee, 0x75, 0x36, 0xf3, 0x99, 0x5e, 0x15, 0xa2, 0xc6, 0x0e, 0xd9, 0x73, 0x3a, 0xea, - 0xbd, 0x9a, 0x57, 0xaf, 0x1d, 0xbb, 0xde, 0xbc, 0xeb, 0xc7, 0x51, 0x1c, 0xa6, 0x2b, 0xd9, 0xdf, - 0xb4, 0xe0, 0xca, 0xc2, 0x83, 0xfa, 0xb2, 0xe7, 0x44, 0xb1, 0xdb, 0x58, 0xf4, 0x82, 0xc6, 0x6e, - 0x3d, 0x0e, 0x42, 0x72, 0x3f, 0xf0, 0xda, 0x7b, 0xa4, 0xce, 0x06, 0x02, 0xbd, 0x04, 0xc3, 0xfb, - 0xec, 0xff, 0x6a, 0x75, 0xc6, 0xba, 0x62, 0x5d, 0x2b, 0x2f, 0x4e, 0xfe, 0xf6, 0x61, 0xe5, 0x13, - 0x47, 0x87, 0x95, 0xe1, 0xfb, 0xa2, 0x1c, 0x2b, 0x0c, 0x74, 0x15, 0x06, 0xb7, 0xa2, 0x8d, 0x83, - 0x16, 0x99, 0x29, 0x30, 0xdc, 0x71, 0x81, 0x3b, 0xb8, 0x52, 0xa7, 0xa5, 0x58, 0x40, 0xd1, 0x3c, - 0x94, 0x5b, 0x4e, 0x18, 0xbb, 0xb1, 0x1b, 0xf8, 0x33, 0xc5, 0x2b, 0xd6, 0xb5, 0x81, 0xc5, 0x29, - 0x81, 0x5a, 0xae, 0x49, 0x00, 0x4e, 0x70, 0x68, 0x37, 0x42, 0xe2, 0x34, 0xef, 0xfa, 0xde, 0xc1, - 0x4c, 0xe9, 0x8a, 0x75, 0x6d, 0x38, 0xe9, 0x06, 0x16, 0xe5, 0x58, 0x61, 0xd8, 0x3f, 0x59, 0x80, - 0xe1, 0x85, 0xad, 0x2d, 0xd7, 0x77, 0xe3, 0x03, 0x74, 0x1f, 0x46, 0xfd, 0xa0, 0x49, 0xe4, 0x7f, - 0xf6, 0x15, 0x23, 0xd7, 0xaf, 0xcc, 0x75, 0xae, 0xcc, 0xb9, 0x75, 0x0d, 0x6f, 0x71, 0xf2, 0xe8, - 0xb0, 0x32, 0xaa, 0x97, 0x60, 0x83, 0x0e, 0xc2, 0x30, 0xd2, 0x0a, 0x9a, 0x8a, 0x6c, 0x81, 0x91, - 0xad, 0x64, 0x91, 0xad, 0x25, 0x68, 0x8b, 0x13, 0x47, 0x87, 0x95, 0x11, 0xad, 0x00, 0xeb, 0x44, - 0xd0, 0x26, 0x4c, 0xd0, 0xbf, 0x7e, 0xec, 0x2a, 0xba, 0x45, 0x46, 0xf7, 0xb9, 0x3c, 0xba, 0x1a, - 0xea, 0xe2, 0xb9, 0xa3, 0xc3, 0xca, 0x44, 0xaa, 0x10, 0xa7, 0x09, 0xda, 0x1f, 0xc0, 0xf8, 0x42, - 0x1c, 0x3b, 0x8d, 0x1d, 0xd2, 0xe4, 0x33, 0x88, 0x5e, 0x83, 0x92, 0xef, 0xec, 0x11, 0x31, 0xbf, - 0x57, 0xc4, 0xc0, 0x96, 0xd6, 0x9d, 0x3d, 0x72, 0x7c, 0x58, 0x99, 0xbc, 0xe7, 0xbb, 0xef, 0xb7, - 0xc5, 0xaa, 0xa0, 0x65, 0x98, 0x61, 0xa3, 0xeb, 0x00, 0x4d, 0xb2, 0xef, 0x36, 0x48, 0xcd, 0x89, - 0x77, 0xc4, 0x7c, 0x23, 0x51, 0x17, 0xaa, 0x0a, 0x82, 0x35, 0x2c, 0xfb, 0x11, 0x94, 0x17, 0xf6, - 0x03, 0xb7, 0x59, 0x0b, 0x9a, 0x11, 0xda, 0x85, 0x89, 0x56, 0x48, 0xb6, 0x48, 0xa8, 0x8a, 0x66, - 0xac, 0x2b, 0xc5, 0x6b, 0x23, 0xd7, 0xaf, 0x65, 0x7e, 0xac, 0x89, 0xba, 0xec, 0xc7, 0xe1, 0xc1, - 0xe2, 0x53, 0xa2, 0xbd, 0x89, 0x14, 0x14, 0xa7, 0x29, 0xdb, 0xff, 0xbe, 0x00, 0xe7, 0x17, 0x3e, - 0x68, 0x87, 0xa4, 0xea, 0x46, 0xbb, 0xe9, 0x15, 0xde, 0x74, 0xa3, 0xdd, 0xf5, 0x64, 0x04, 0xd4, - 0xd2, 0xaa, 0x8a, 0x72, 0xac, 0x30, 0xd0, 0xcb, 0x30, 0x44, 0x7f, 0xdf, 0xc3, 0xab, 0xe2, 0x93, - 0xcf, 0x09, 0xe4, 0x91, 0xaa, 0x13, 0x3b, 0x55, 0x0e, 0xc2, 0x12, 0x07, 0xad, 0xc1, 0x48, 0x83, - 0x6d, 0xc8, 0xed, 0xb5, 0xa0, 0x49, 0xd8, 0x64, 0x96, 0x17, 0x5f, 0xa4, 0xe8, 0x4b, 0x49, 0xf1, - 0xf1, 0x61, 0x65, 0x86, 0xf7, 0x4d, 0x90, 0xd0, 0x60, 0x58, 0xaf, 0x8f, 0x6c, 0xb5, 0xbf, 0x4a, - 0x8c, 0x12, 0x64, 0xec, 0xad, 0x6b, 0xda, 0x56, 0x19, 0x60, 0x5b, 0x65, 0x34, 0x7b, 0x9b, 0xa0, - 0x57, 0xa0, 0xb4, 0xeb, 0xfa, 0xcd, 0x99, 0x41, 0x46, 0xeb, 0x12, 0x9d, 0xf3, 0xdb, 0xae, 0xdf, - 0x3c, 0x3e, 0xac, 0x4c, 0x19, 0xdd, 0xa1, 0x85, 0x98, 0xa1, 0xda, 0x7f, 0x6a, 0x41, 0x85, 0xc1, - 0x56, 0x5c, 0x8f, 0xd4, 0x48, 0x18, 0xb9, 0x51, 0x4c, 0xfc, 0xd8, 0x18, 0xd0, 0xeb, 0x00, 0x11, - 0x69, 0x84, 0x24, 0xd6, 0x86, 0x54, 0x2d, 0x8c, 0xba, 0x82, 0x60, 0x0d, 0x8b, 0x32, 0x84, 0x68, - 0xc7, 0x09, 0xd9, 0xfa, 0x12, 0x03, 0xab, 0x18, 0x42, 0x5d, 0x02, 0x70, 0x82, 0x63, 0x30, 0x84, - 0x62, 0x2f, 0x86, 0x80, 0x3e, 0x0f, 0x13, 0x49, 0x63, 0x51, 0xcb, 0x69, 0xc8, 0x01, 0x64, 0x5b, - 0xa6, 0x6e, 0x82, 0x70, 0x1a, 0xd7, 0xfe, 0xc7, 0x96, 0x58, 0x3c, 0xf4, 0xab, 0x3f, 0xe6, 0xdf, - 0x6a, 0xff, 0x9a, 0x05, 0x43, 0x8b, 0xae, 0xdf, 0x74, 0xfd, 0x6d, 0xf4, 0x15, 0x18, 0xa6, 0x67, - 0x53, 0xd3, 0x89, 0x1d, 0xc1, 0xf7, 0xbe, 0x4d, 0xdb, 0x5b, 0xea, 0xa8, 0x98, 0x6b, 0xed, 0x6e, - 0xd3, 0x82, 0x68, 0x8e, 0x62, 0xd3, 0xdd, 0x76, 0x77, 0xf3, 0x3d, 0xd2, 0x88, 0xd7, 0x48, 0xec, - 0x24, 0x9f, 0x93, 0x94, 0x61, 0x45, 0x15, 0xdd, 0x86, 0xc1, 0xd8, 0x09, 0xb7, 0x49, 0x2c, 0x18, - 0x60, 0x26, 0xa3, 0xe2, 0x35, 0x31, 0xdd, 0x91, 0xc4, 0x6f, 0x90, 0xe4, 0x58, 0xd8, 0x60, 0x55, - 0xb1, 0x20, 0x61, 0xff, 0xad, 0x41, 0xb8, 0xb8, 0x54, 0x5f, 0xcd, 0x59, 0x57, 0x57, 0x61, 0xb0, - 0x19, 0xba, 0xfb, 0x24, 0x14, 0xe3, 0xac, 0xa8, 0x54, 0x59, 0x29, 0x16, 0x50, 0x74, 0x03, 0x46, - 0xf9, 0x81, 0x74, 0xcb, 0xf1, 0x9b, 0x9e, 0x1c, 0xe2, 0x69, 0x81, 0x3d, 0x7a, 0x5f, 0x83, 0x61, - 0x03, 0xf3, 0x84, 0x8b, 0xea, 0x6a, 0x6a, 0x33, 0xe6, 0x1d, 0x76, 0x3f, 0x6c, 0xc1, 0x24, 0x6f, - 0x66, 0x21, 0x8e, 0x43, 0x77, 0xb3, 0x1d, 0x93, 0x68, 0x66, 0x80, 0x71, 0xba, 0xa5, 0xac, 0xd1, - 0xca, 0x1d, 0x81, 0xb9, 0xfb, 0x29, 0x2a, 0x9c, 0x09, 0xce, 0x88, 0x76, 0x27, 0xd3, 0x60, 0xdc, - 0xd1, 0x2c, 0xfa, 0x7e, 0x0b, 0x66, 0x1b, 0x81, 0x1f, 0x87, 0x81, 0xe7, 0x91, 0xb0, 0xd6, 0xde, - 0xf4, 0xdc, 0x68, 0x87, 0xaf, 0x53, 0x4c, 0xb6, 0x18, 0x27, 0xc8, 0x99, 0x43, 0x85, 0x24, 0xe6, - 0xf0, 0xf2, 0xd1, 0x61, 0x65, 0x76, 0x29, 0x97, 0x14, 0xee, 0xd2, 0x0c, 0xda, 0x05, 0x44, 0x8f, - 0xd2, 0x7a, 0xec, 0x6c, 0x93, 0xa4, 0xf1, 0xa1, 0xfe, 0x1b, 0xbf, 0x70, 0x74, 0x58, 0x41, 0xeb, - 0x1d, 0x24, 0x70, 0x06, 0x59, 0xf4, 0x3e, 0x4c, 0xd3, 0xd2, 0x8e, 0x6f, 0x1d, 0xee, 0xbf, 0xb9, - 0x99, 0xa3, 0xc3, 0xca, 0xf4, 0x7a, 0x06, 0x11, 0x9c, 0x49, 0x7a, 0x76, 0x09, 0xce, 0x67, 0x4e, - 0x15, 0x9a, 0x84, 0xe2, 0x2e, 0xe1, 0x22, 0x48, 0x19, 0xd3, 0x9f, 0x68, 0x1a, 0x06, 0xf6, 0x1d, - 0xaf, 0x2d, 0x56, 0x29, 0xe6, 0x7f, 0x3e, 0x5b, 0xb8, 0x61, 0xd9, 0x0d, 0x18, 0x5d, 0x72, 0x5a, - 0xce, 0xa6, 0xeb, 0xb9, 0xb1, 0x4b, 0x22, 0xf4, 0x3c, 0x14, 0x9d, 0x66, 0x93, 0x1d, 0x91, 0xe5, - 0xc5, 0xf3, 0x47, 0x87, 0x95, 0xe2, 0x42, 0x93, 0xf2, 0x6a, 0x50, 0x58, 0x07, 0x98, 0x62, 0xa0, - 0x4f, 0x43, 0xa9, 0x19, 0x06, 0xad, 0x99, 0x02, 0xc3, 0xa4, 0x43, 0x55, 0xaa, 0x86, 0x41, 0x2b, - 0x85, 0xca, 0x70, 0xec, 0xdf, 0x2c, 0xc0, 0x33, 0x4b, 0xa4, 0xb5, 0xb3, 0x52, 0xcf, 0xd9, 0x74, - 0xd7, 0x60, 0x78, 0x2f, 0xf0, 0xdd, 0x38, 0x08, 0x23, 0xd1, 0x34, 0x3b, 0x4d, 0xd6, 0x44, 0x19, - 0x56, 0x50, 0x74, 0x05, 0x4a, 0xad, 0x44, 0x12, 0x18, 0x95, 0x52, 0x04, 0x93, 0x01, 0x18, 0x84, - 0x62, 0xb4, 0x23, 0x12, 0x8a, 0x53, 0x50, 0x61, 0xdc, 0x8b, 0x48, 0x88, 0x19, 0x24, 0x61, 0xa7, - 0x94, 0xd1, 0x8a, 0x6d, 0x95, 0x62, 0xa7, 0x14, 0x82, 0x35, 0x2c, 0x54, 0x83, 0x72, 0xa4, 0x26, - 0x75, 0xa0, 0xff, 0x49, 0x1d, 0x63, 0xfc, 0x56, 0xcd, 0x64, 0x42, 0xc4, 0x60, 0x03, 0x83, 0x3d, - 0xf9, 0xed, 0xaf, 0x17, 0x00, 0xf1, 0x21, 0xfc, 0x4b, 0x36, 0x70, 0xf7, 0x3a, 0x07, 0x2e, 0x53, - 0xf2, 0xba, 0x13, 0x34, 0x1c, 0x2f, 0xcd, 0xc2, 0x4f, 0x6b, 0xf4, 0x7e, 0xc2, 0x02, 0xb4, 0xe4, - 0xfa, 0x4d, 0x12, 0x9e, 0xc1, 0xb5, 0xe3, 0x64, 0x07, 0xe9, 0x1d, 0x18, 0x5f, 0xf2, 0x5c, 0xe2, - 0xc7, 0xab, 0xb5, 0xa5, 0xc0, 0xdf, 0x72, 0xb7, 0xd1, 0x67, 0x61, 0x9c, 0xde, 0xc2, 0x82, 0x76, - 0x5c, 0x27, 0x8d, 0xc0, 0x67, 0x02, 0x2b, 0xbd, 0xbb, 0xa0, 0xa3, 0xc3, 0xca, 0xf8, 0x86, 0x01, - 0xc1, 0x29, 0x4c, 0xfb, 0xf7, 0xe9, 0x87, 0x06, 0x7b, 0xad, 0xc0, 0x27, 0x7e, 0xbc, 0x14, 0xf8, - 0x4d, 0x7e, 0xb1, 0xf9, 0x2c, 0x94, 0x62, 0xda, 0x71, 0xfe, 0x91, 0x57, 0xe5, 0xd4, 0xd2, 0xee, - 0x1e, 0x1f, 0x56, 0x2e, 0x74, 0xd6, 0x60, 0x1f, 0xc4, 0xea, 0xa0, 0x6f, 0x87, 0xc1, 0x28, 0x76, - 0xe2, 0x76, 0x24, 0x3e, 0xfb, 0x59, 0xf9, 0xd9, 0x75, 0x56, 0x7a, 0x7c, 0x58, 0x99, 0x50, 0xd5, - 0x78, 0x11, 0x16, 0x15, 0xd0, 0x0b, 0x30, 0xb4, 0x47, 0xa2, 0xc8, 0xd9, 0x96, 0x32, 0xe9, 0x84, - 0xa8, 0x3b, 0xb4, 0xc6, 0x8b, 0xb1, 0x84, 0xa3, 0xe7, 0x60, 0x80, 0x84, 0x61, 0x10, 0x8a, 0x55, - 0x35, 0x26, 0x10, 0x07, 0x96, 0x69, 0x21, 0xe6, 0x30, 0xfb, 0x3f, 0x5a, 0x30, 0xa1, 0xfa, 0xca, - 0xdb, 0x3a, 0x03, 0xe1, 0xe3, 0x4b, 0x00, 0x0d, 0xf9, 0x81, 0x11, 0xe3, 0x77, 0x23, 0xd7, 0xaf, - 0x66, 0x1e, 0xa9, 0x1d, 0xc3, 0x98, 0x50, 0x56, 0x45, 0x11, 0xd6, 0xa8, 0xd9, 0xff, 0xca, 0x82, - 0x73, 0xa9, 0x2f, 0xba, 0xe3, 0x46, 0x31, 0x7a, 0xb7, 0xe3, 0xab, 0xe6, 0xfa, 0xfb, 0x2a, 0x5a, - 0x9b, 0x7d, 0x93, 0x5a, 0x73, 0xb2, 0x44, 0xfb, 0xa2, 0x5b, 0x30, 0xe0, 0xc6, 0x64, 0x4f, 0x7e, - 0xcc, 0x73, 0x5d, 0x3f, 0x86, 0xf7, 0x2a, 0x99, 0x91, 0x55, 0x5a, 0x13, 0x73, 0x02, 0xf6, 0x8f, - 0x15, 0xa1, 0xcc, 0x97, 0xed, 0x9a, 0xd3, 0x3a, 0x83, 0xb9, 0x58, 0x85, 0x12, 0xa3, 0xce, 0x3b, - 0xfe, 0x7c, 0x76, 0xc7, 0x45, 0x77, 0xe6, 0xe8, 0xcd, 0x82, 0x0b, 0x2f, 0x8a, 0x99, 0xd1, 0x22, - 0xcc, 0x48, 0x20, 0x07, 0x60, 0xd3, 0xf5, 0x9d, 0xf0, 0x80, 0x96, 0xcd, 0x14, 0x19, 0xc1, 0x97, - 0xbb, 0x13, 0x5c, 0x54, 0xf8, 0x9c, 0xac, 0xea, 0x6b, 0x02, 0xc0, 0x1a, 0xd1, 0xd9, 0x37, 0xa0, - 0xac, 0x90, 0x4f, 0x72, 0x2a, 0xcf, 0x7e, 0x1e, 0x26, 0x52, 0x6d, 0xf5, 0xaa, 0x3e, 0xaa, 0x1f, - 0xea, 0xdf, 0x60, 0x5c, 0x40, 0xf4, 0x7a, 0xd9, 0xdf, 0x17, 0xec, 0xee, 0x03, 0x98, 0xf6, 0x32, - 0xb8, 0xac, 0x98, 0xaa, 0xfe, 0xb9, 0xf2, 0x33, 0xe2, 0xb3, 0xa7, 0xb3, 0xa0, 0x38, 0xb3, 0x0d, - 0x7a, 0x50, 0x05, 0x2d, 0xba, 0xe6, 0x1d, 0x8f, 0xf5, 0x57, 0xdc, 0x17, 0xef, 0x8a, 0x32, 0xac, - 0xa0, 0x94, 0x85, 0x4d, 0xab, 0xce, 0xdf, 0x26, 0x07, 0x75, 0xe2, 0x91, 0x46, 0x1c, 0x84, 0x1f, - 0x69, 0xf7, 0x2f, 0xf1, 0xd1, 0xe7, 0x1c, 0x70, 0x44, 0x10, 0x28, 0xde, 0x26, 0x07, 0x7c, 0x2a, - 0xf4, 0xaf, 0x2b, 0x76, 0xfd, 0xba, 0x5f, 0xb4, 0x60, 0x4c, 0x7d, 0xdd, 0x19, 0x6c, 0xf5, 0x45, - 0x73, 0xab, 0x5f, 0xea, 0xba, 0xc0, 0x73, 0x36, 0xf9, 0x5f, 0x30, 0x26, 0x25, 0x70, 0x6a, 0x61, - 0x40, 0x87, 0x86, 0x9e, 0x2a, 0x1f, 0xe5, 0x84, 0xf4, 0xf3, 0x5d, 0xb7, 0xc9, 0xc1, 0x46, 0x40, - 0x05, 0x9c, 0xec, 0xef, 0x32, 0x66, 0xad, 0xd4, 0x75, 0xd6, 0x7e, 0xb9, 0x00, 0xe7, 0xd5, 0x08, - 0x18, 0x22, 0xc4, 0x5f, 0xf6, 0x31, 0x78, 0x05, 0x46, 0x9a, 0x64, 0xcb, 0x69, 0x7b, 0xb1, 0x52, - 0x1d, 0x0d, 0x70, 0xf5, 0x61, 0x35, 0x29, 0xc6, 0x3a, 0xce, 0x09, 0x86, 0xed, 0x67, 0x47, 0xd8, - 0xe9, 0x10, 0x3b, 0x74, 0x05, 0x53, 0xf9, 0x52, 0x53, 0x00, 0x8e, 0xea, 0x0a, 0x40, 0xa1, 0xec, - 0x7b, 0x0e, 0x06, 0xdc, 0x3d, 0x2a, 0x2d, 0x14, 0x4c, 0x21, 0x60, 0x95, 0x16, 0x62, 0x0e, 0x43, - 0x9f, 0x82, 0xa1, 0x46, 0xb0, 0xb7, 0xe7, 0xf8, 0x4d, 0xc6, 0xb4, 0xcb, 0x8b, 0x23, 0x54, 0xa0, - 0x58, 0xe2, 0x45, 0x58, 0xc2, 0xd0, 0x33, 0x50, 0x72, 0xc2, 0xed, 0x68, 0xa6, 0xc4, 0x70, 0x86, - 0x69, 0x4b, 0x0b, 0xe1, 0x76, 0x84, 0x59, 0x29, 0x95, 0x64, 0x1f, 0x06, 0xe1, 0xae, 0xeb, 0x6f, - 0x57, 0xdd, 0x90, 0x89, 0xa5, 0x9a, 0x24, 0xfb, 0x40, 0x41, 0xb0, 0x86, 0x85, 0x56, 0x60, 0xa0, - 0x15, 0x84, 0x71, 0x34, 0x33, 0xc8, 0x86, 0xfb, 0xd9, 0x9c, 0xad, 0xc4, 0xbf, 0xb6, 0x16, 0x84, - 0x71, 0xf2, 0x01, 0xf4, 0x5f, 0x84, 0x79, 0x75, 0xf4, 0xed, 0x50, 0x24, 0xfe, 0xfe, 0xcc, 0x10, - 0xa3, 0x32, 0x9b, 0x45, 0x65, 0xd9, 0xdf, 0xbf, 0xef, 0x84, 0x09, 0x9f, 0x59, 0xf6, 0xf7, 0x31, - 0xad, 0x83, 0xbe, 0x08, 0x65, 0xf9, 0x78, 0x10, 0x89, 0xab, 0x65, 0xe6, 0x12, 0xc3, 0x02, 0x09, - 0x93, 0xf7, 0xdb, 0x6e, 0x48, 0xf6, 0x88, 0x1f, 0x47, 0x89, 0xfa, 0x47, 0x42, 0x23, 0x9c, 0x50, - 0x43, 0x5f, 0x94, 0xfa, 0x8c, 0xb5, 0xa0, 0xed, 0xc7, 0xd1, 0x4c, 0x99, 0x75, 0x2f, 0x53, 0xd3, - 0x7c, 0x3f, 0xc1, 0x4b, 0x2b, 0x3c, 0x78, 0x65, 0x6c, 0x90, 0x42, 0x18, 0xc6, 0x3c, 0x77, 0x9f, - 0xf8, 0x24, 0x8a, 0x6a, 0x61, 0xb0, 0x49, 0x66, 0x80, 0xf5, 0xfc, 0x62, 0xb6, 0x02, 0x36, 0xd8, - 0x24, 0x8b, 0x53, 0x47, 0x87, 0x95, 0xb1, 0x3b, 0x7a, 0x1d, 0x6c, 0x92, 0x40, 0xf7, 0x60, 0x9c, - 0x8a, 0xd0, 0x6e, 0x42, 0x74, 0xa4, 0x17, 0x51, 0x26, 0x3f, 0x63, 0xa3, 0x12, 0x4e, 0x11, 0x41, - 0x6f, 0x43, 0xd9, 0x73, 0xb7, 0x48, 0xe3, 0xa0, 0xe1, 0x91, 0x99, 0x51, 0x46, 0x31, 0x73, 0x5b, - 0xdd, 0x91, 0x48, 0xfc, 0x8a, 0xa2, 0xfe, 0xe2, 0xa4, 0x3a, 0xba, 0x0f, 0x17, 0x62, 0x12, 0xee, - 0xb9, 0xbe, 0x43, 0xb7, 0x83, 0x90, 0x78, 0x99, 0x1a, 0x7b, 0x8c, 0xad, 0xb7, 0xcb, 0x62, 0xe8, - 0x2e, 0x6c, 0x64, 0x62, 0xe1, 0x9c, 0xda, 0xe8, 0x2e, 0x4c, 0xb0, 0x9d, 0x50, 0x6b, 0x7b, 0x5e, - 0x2d, 0xf0, 0xdc, 0xc6, 0xc1, 0xcc, 0x38, 0x23, 0xf8, 0x29, 0xa9, 0xa7, 0x5e, 0x35, 0xc1, 0xf4, - 0x4e, 0x9e, 0xfc, 0xc3, 0xe9, 0xda, 0x68, 0x93, 0xe9, 0x2d, 0xdb, 0xa1, 0x1b, 0x1f, 0xd0, 0xf5, - 0x4b, 0x1e, 0xc5, 0x33, 0x13, 0x5d, 0x6f, 0xb8, 0x3a, 0xaa, 0x52, 0x6e, 0xea, 0x85, 0x38, 0x4d, - 0x90, 0x6e, 0xed, 0x28, 0x6e, 0xba, 0xfe, 0xcc, 0x24, 0xe3, 0x18, 0x6a, 0x67, 0xd4, 0x69, 0x21, - 0xe6, 0x30, 0xa6, 0xb3, 0xa4, 0x3f, 0xee, 0x52, 0x0e, 0x3a, 0xc5, 0x10, 0x13, 0x9d, 0xa5, 0x04, - 0xe0, 0x04, 0x87, 0x1e, 0xcb, 0x71, 0x7c, 0x30, 0x83, 0x18, 0xaa, 0xda, 0x2e, 0x1b, 0x1b, 0x5f, - 0xc4, 0xb4, 0x1c, 0xdd, 0x81, 0x21, 0xe2, 0xef, 0xaf, 0x84, 0xc1, 0xde, 0xcc, 0xb9, 0xfc, 0x3d, - 0xbb, 0xcc, 0x51, 0x38, 0x43, 0x4f, 0xae, 0x28, 0xa2, 0x18, 0x4b, 0x12, 0xe8, 0x11, 0xcc, 0x64, - 0xcc, 0x08, 0x9f, 0x80, 0x69, 0x36, 0x01, 0x9f, 0x13, 0x75, 0x67, 0x36, 0x72, 0xf0, 0x8e, 0xbb, - 0xc0, 0x70, 0x2e, 0x75, 0xf4, 0xdd, 0x30, 0xc6, 0x37, 0x14, 0x7f, 0xf0, 0x88, 0x66, 0xce, 0xb3, - 0xaf, 0xb9, 0x92, 0xbf, 0x39, 0x39, 0xe2, 0xe2, 0x79, 0xd1, 0xa1, 0x31, 0xbd, 0x34, 0xc2, 0x26, - 0x35, 0x7b, 0x13, 0xc6, 0x15, 0xdf, 0x62, 0x4b, 0x07, 0x55, 0x60, 0x80, 0x32, 0x64, 0xa9, 0x53, - 0x28, 0xd3, 0x99, 0x62, 0x8a, 0x6a, 0xcc, 0xcb, 0xd9, 0x4c, 0xb9, 0x1f, 0x90, 0xc5, 0x83, 0x98, - 0xf0, 0x7b, 0x61, 0x51, 0x9b, 0x29, 0x09, 0xc0, 0x09, 0x8e, 0xfd, 0xff, 0xb8, 0xdc, 0x93, 0x30, - 0xc7, 0x3e, 0x8e, 0x83, 0x97, 0x60, 0x78, 0x27, 0x88, 0x62, 0x8a, 0xcd, 0xda, 0x18, 0x48, 0x24, - 0x9d, 0x5b, 0xa2, 0x1c, 0x2b, 0x0c, 0xf4, 0x26, 0x8c, 0x35, 0xf4, 0x06, 0xc4, 0x59, 0xa6, 0x86, - 0xc0, 0x68, 0x1d, 0x9b, 0xb8, 0xe8, 0x06, 0x0c, 0xb3, 0xe7, 0xca, 0x46, 0xe0, 0x89, 0x1b, 0xa8, - 0x3c, 0x90, 0x87, 0x6b, 0xa2, 0xfc, 0x58, 0xfb, 0x8d, 0x15, 0x36, 0xba, 0x0a, 0x83, 0xb4, 0x0b, - 0xab, 0x35, 0x71, 0x8a, 0x28, 0xad, 0xc0, 0x2d, 0x56, 0x8a, 0x05, 0xd4, 0xfe, 0xdb, 0x05, 0x6d, - 0x94, 0xe9, 0x9d, 0x8a, 0xa0, 0x1a, 0x0c, 0x3d, 0x74, 0xdc, 0xd8, 0xf5, 0xb7, 0x85, 0xb8, 0xf0, - 0x42, 0xd7, 0x23, 0x85, 0x55, 0x7a, 0xc0, 0x2b, 0xf0, 0x43, 0x4f, 0xfc, 0xc1, 0x92, 0x0c, 0xa5, - 0x18, 0xb6, 0x7d, 0x9f, 0x52, 0x2c, 0xf4, 0x4b, 0x11, 0xf3, 0x0a, 0x9c, 0xa2, 0xf8, 0x83, 0x25, - 0x19, 0xf4, 0x2e, 0x80, 0x5c, 0x96, 0xa4, 0x29, 0x9e, 0x09, 0x5f, 0xea, 0x4d, 0x74, 0x43, 0xd5, - 0x59, 0x1c, 0xa7, 0x47, 0x6a, 0xf2, 0x1f, 0x6b, 0xf4, 0xec, 0x98, 0x89, 0x55, 0x9d, 0x9d, 0x41, - 0xdf, 0x45, 0x39, 0x81, 0x13, 0xc6, 0xa4, 0xb9, 0x10, 0x8b, 0xc1, 0xf9, 0x74, 0x7f, 0x52, 0xf1, - 0x86, 0xbb, 0x47, 0x74, 0xae, 0x21, 0x88, 0xe0, 0x84, 0x9e, 0xfd, 0xab, 0x45, 0x98, 0xc9, 0xeb, - 0x2e, 0x5d, 0x74, 0xe4, 0x91, 0x1b, 0x2f, 0x51, 0x69, 0xc8, 0x32, 0x17, 0xdd, 0xb2, 0x28, 0xc7, - 0x0a, 0x83, 0xce, 0x7e, 0xe4, 0x6e, 0xcb, 0x4b, 0xcd, 0x40, 0x32, 0xfb, 0x75, 0x56, 0x8a, 0x05, - 0x94, 0xe2, 0x85, 0xc4, 0x89, 0xc4, 0x3b, 0xb4, 0xb6, 0x4a, 0x30, 0x2b, 0xc5, 0x02, 0xaa, 0x6b, - 0x4c, 0x4a, 0x3d, 0x34, 0x26, 0xc6, 0x10, 0x0d, 0x9c, 0xee, 0x10, 0xa1, 0x2f, 0x03, 0x6c, 0xb9, - 0xbe, 0x1b, 0xed, 0x30, 0xea, 0x83, 0x27, 0xa6, 0xae, 0x64, 0xa9, 0x15, 0x45, 0x05, 0x6b, 0x14, - 0xd1, 0xeb, 0x30, 0xa2, 0x36, 0xe0, 0x6a, 0x95, 0x29, 0xe5, 0xb5, 0x47, 0xce, 0x84, 0x1b, 0x55, - 0xb1, 0x8e, 0x67, 0xbf, 0x97, 0x5e, 0x2f, 0x62, 0x07, 0x68, 0xe3, 0x6b, 0xf5, 0x3b, 0xbe, 0x85, - 0xee, 0xe3, 0x6b, 0xff, 0x56, 0x11, 0x26, 0x8c, 0xc6, 0xda, 0x51, 0x1f, 0x3c, 0xeb, 0x26, 0x3d, - 0xe7, 0x9c, 0x98, 0x88, 0xfd, 0x67, 0xf7, 0xde, 0x2a, 0xfa, 0x59, 0x48, 0x77, 0x00, 0xaf, 0x8f, - 0xbe, 0x0c, 0x65, 0xcf, 0x89, 0x98, 0xf6, 0x85, 0x88, 0x7d, 0xd7, 0x0f, 0xb1, 0xe4, 0x1e, 0xe1, - 0x44, 0xb1, 0x76, 0xd4, 0x70, 0xda, 0x09, 0x49, 0x7a, 0x20, 0x53, 0xd9, 0x47, 0x1a, 0x3a, 0xa8, - 0x4e, 0x50, 0x01, 0xe9, 0x00, 0x73, 0x18, 0xba, 0x01, 0xa3, 0x21, 0x61, 0xab, 0x62, 0x89, 0x8a, - 0x72, 0x6c, 0x99, 0x0d, 0x24, 0x32, 0x1f, 0xd6, 0x60, 0xd8, 0xc0, 0x4c, 0x44, 0xf9, 0xc1, 0x2e, - 0xa2, 0xfc, 0x0b, 0x30, 0xc4, 0x7e, 0xa8, 0x15, 0xa0, 0x66, 0x63, 0x95, 0x17, 0x63, 0x09, 0x4f, - 0x2f, 0x98, 0xe1, 0x3e, 0x17, 0xcc, 0xa7, 0x61, 0xbc, 0xea, 0x90, 0xbd, 0xc0, 0x5f, 0xf6, 0x9b, - 0xad, 0xc0, 0xf5, 0x63, 0x34, 0x03, 0x25, 0x76, 0x3a, 0xf0, 0xbd, 0x5d, 0xa2, 0x14, 0x70, 0x89, - 0x0a, 0xe6, 0xf6, 0x36, 0x9c, 0xaf, 0x06, 0x0f, 0xfd, 0x87, 0x4e, 0xd8, 0x5c, 0xa8, 0xad, 0x6a, - 0xf7, 0xdc, 0x75, 0x79, 0xcf, 0xe2, 0x86, 0x03, 0x99, 0x3c, 0x55, 0xab, 0xc9, 0xcf, 0xda, 0x15, - 0xd7, 0x23, 0x39, 0xf7, 0xe9, 0xbf, 0x5b, 0x30, 0x5a, 0x4a, 0xf0, 0x95, 0x92, 0xde, 0xca, 0x55, - 0xd2, 0xbf, 0x03, 0xc3, 0x5b, 0x2e, 0xf1, 0x9a, 0x98, 0x6c, 0x89, 0x25, 0xf6, 0x7c, 0xfe, 0x5b, - 0xe8, 0x0a, 0xc5, 0x94, 0xfa, 0x13, 0x7e, 0x4b, 0x5b, 0x11, 0x95, 0xb1, 0x22, 0x83, 0x76, 0x61, - 0x52, 0x5e, 0x03, 0x24, 0x54, 0x2c, 0xb8, 0x17, 0xba, 0xdd, 0x2d, 0x4c, 0xe2, 0xd3, 0x47, 0x87, - 0x95, 0x49, 0x9c, 0x22, 0x83, 0x3b, 0x08, 0xd3, 0x6b, 0xd9, 0x1e, 0x65, 0xad, 0x25, 0x36, 0xfc, - 0xec, 0x5a, 0xc6, 0x6e, 0x98, 0xac, 0xd4, 0xfe, 0x69, 0x0b, 0x9e, 0xea, 0x18, 0x19, 0x71, 0xd3, - 0x3e, 0xe5, 0x59, 0x48, 0xdf, 0x7c, 0x0b, 0xbd, 0x6f, 0xbe, 0xf6, 0x3f, 0xb1, 0x60, 0x7a, 0x79, - 0xaf, 0x15, 0x1f, 0x54, 0x5d, 0xf3, 0x21, 0xe1, 0x0d, 0x18, 0xdc, 0x23, 0x4d, 0xb7, 0xbd, 0x27, - 0x66, 0xae, 0x22, 0xd9, 0xcf, 0x1a, 0x2b, 0x3d, 0x3e, 0xac, 0x8c, 0xd5, 0xe3, 0x20, 0x74, 0xb6, - 0x09, 0x2f, 0xc0, 0x02, 0x9d, 0x31, 0x71, 0xf7, 0x03, 0x72, 0xc7, 0xdd, 0x73, 0xe5, 0xdb, 0x76, - 0x57, 0xed, 0xcf, 0x9c, 0x1c, 0xd0, 0xb9, 0x77, 0xda, 0x8e, 0x1f, 0xbb, 0xf1, 0x81, 0x78, 0x23, - 0x91, 0x44, 0x70, 0x42, 0xcf, 0xfe, 0xa6, 0x05, 0x13, 0x72, 0xdd, 0x2f, 0x34, 0x9b, 0x21, 0x89, - 0x22, 0x34, 0x0b, 0x05, 0xb7, 0x25, 0x7a, 0x09, 0xa2, 0x97, 0x85, 0xd5, 0x1a, 0x2e, 0xb8, 0x2d, - 0x54, 0x83, 0x32, 0x7f, 0x22, 0x4f, 0x16, 0x57, 0x5f, 0x0f, 0xed, 0xac, 0x07, 0x1b, 0xb2, 0x26, - 0x4e, 0x88, 0x48, 0x09, 0x8e, 0xf1, 0xcc, 0xa2, 0xf9, 0xc0, 0x72, 0x4b, 0x94, 0x63, 0x85, 0x81, - 0xae, 0xc1, 0xb0, 0x1f, 0x34, 0xb9, 0xc5, 0x02, 0x3f, 0xfd, 0xd8, 0x92, 0x5d, 0x17, 0x65, 0x58, - 0x41, 0xed, 0x1f, 0xb5, 0x60, 0x54, 0x7e, 0x59, 0x9f, 0xc2, 0x24, 0xdd, 0x5a, 0x89, 0x20, 0x99, - 0x6c, 0x2d, 0x2a, 0x0c, 0x32, 0x88, 0x21, 0x03, 0x16, 0x4f, 0x22, 0x03, 0xda, 0x3f, 0x55, 0x80, - 0x71, 0xd9, 0x9d, 0x7a, 0x7b, 0x33, 0x22, 0x31, 0xda, 0x80, 0xb2, 0xc3, 0x87, 0x9c, 0xc8, 0x15, - 0xfb, 0x5c, 0xf6, 0xe5, 0xc3, 0x98, 0x9f, 0xe4, 0x58, 0x5e, 0x90, 0xb5, 0x71, 0x42, 0x08, 0x79, - 0x30, 0xe5, 0x07, 0x31, 0x63, 0xd1, 0x0a, 0xde, 0x4d, 0x89, 0x9f, 0xa6, 0x7e, 0x51, 0x50, 0x9f, - 0x5a, 0x4f, 0x53, 0xc1, 0x9d, 0x84, 0xd1, 0xb2, 0x54, 0x78, 0x14, 0xf3, 0xaf, 0x1b, 0xfa, 0x2c, - 0x64, 0xeb, 0x3b, 0xec, 0xdf, 0xb0, 0xa0, 0x2c, 0xd1, 0xce, 0xe2, 0xbd, 0x66, 0x0d, 0x86, 0x22, - 0x36, 0x09, 0x72, 0x68, 0xec, 0x6e, 0x1d, 0xe7, 0xf3, 0x95, 0x9c, 0x3c, 0xfc, 0x7f, 0x84, 0x25, - 0x0d, 0xa6, 0xb1, 0x55, 0xdd, 0xff, 0x98, 0x68, 0x6c, 0x55, 0x7f, 0x72, 0x4e, 0x98, 0xff, 0xce, - 0xfa, 0xac, 0x5d, 0x6b, 0xa9, 0x80, 0xd4, 0x0a, 0xc9, 0x96, 0xfb, 0x28, 0x2d, 0x20, 0xd5, 0x58, - 0x29, 0x16, 0x50, 0xf4, 0x2e, 0x8c, 0x36, 0xa4, 0xa2, 0x33, 0x61, 0x03, 0x57, 0xbb, 0xaa, 0x8d, - 0xd5, 0x0b, 0x03, 0xb7, 0x66, 0x5c, 0xd2, 0xea, 0x63, 0x83, 0x9a, 0xf9, 0x8a, 0x5e, 0xec, 0xf5, - 0x8a, 0x9e, 0xd0, 0xcd, 0x7d, 0x07, 0xb6, 0x7f, 0xc6, 0x82, 0x41, 0xae, 0x2e, 0xeb, 0x4f, 0xbf, - 0xa8, 0x3d, 0xb8, 0x24, 0x63, 0x77, 0x9f, 0x16, 0x8a, 0x07, 0x14, 0xb4, 0x06, 0x65, 0xf6, 0x83, - 0xa9, 0x0d, 0x8a, 0xf9, 0x66, 0x9c, 0xbc, 0x55, 0xbd, 0x83, 0xf7, 0x65, 0x35, 0x9c, 0x50, 0xb0, - 0x7f, 0xbc, 0x48, 0x59, 0x55, 0x82, 0x6a, 0x9c, 0xe0, 0xd6, 0x93, 0x3b, 0xc1, 0x0b, 0x4f, 0xea, - 0x04, 0xdf, 0x86, 0x89, 0x86, 0xf6, 0x3c, 0x93, 0xcc, 0xe4, 0xb5, 0xae, 0x8b, 0x44, 0x7b, 0xc9, - 0xe1, 0x2a, 0xa3, 0x25, 0x93, 0x08, 0x4e, 0x53, 0x45, 0xdf, 0x05, 0xa3, 0x7c, 0x9e, 0x45, 0x2b, - 0x25, 0xd6, 0xca, 0xa7, 0xf2, 0xd7, 0x8b, 0xde, 0x04, 0x5b, 0x89, 0x75, 0xad, 0x3a, 0x36, 0x88, - 0xd9, 0xbf, 0x3a, 0x0c, 0x03, 0xcb, 0xfb, 0xc4, 0x8f, 0xcf, 0x80, 0x21, 0x35, 0x60, 0xdc, 0xf5, - 0xf7, 0x03, 0x6f, 0x9f, 0x34, 0x39, 0xfc, 0x24, 0x87, 0xeb, 0x05, 0x41, 0x7a, 0x7c, 0xd5, 0x20, - 0x81, 0x53, 0x24, 0x9f, 0xc4, 0x0d, 0xf3, 0x26, 0x0c, 0xf2, 0xb9, 0x17, 0xd7, 0xcb, 0x4c, 0x65, - 0x30, 0x1b, 0x44, 0xb1, 0x0b, 0x92, 0xdb, 0x2f, 0xd7, 0x3e, 0x8b, 0xea, 0xe8, 0x3d, 0x18, 0xdf, - 0x72, 0xc3, 0x28, 0xa6, 0x57, 0xc3, 0x28, 0x76, 0xf6, 0x5a, 0x8f, 0x71, 0xa3, 0x54, 0xe3, 0xb0, - 0x62, 0x50, 0xc2, 0x29, 0xca, 0x68, 0x1b, 0xc6, 0xe8, 0x25, 0x27, 0x69, 0x6a, 0xe8, 0xc4, 0x4d, - 0x29, 0x95, 0xd1, 0x1d, 0x9d, 0x10, 0x36, 0xe9, 0x52, 0x66, 0xd2, 0x60, 0x97, 0xa2, 0x61, 0x26, - 0x51, 0x28, 0x66, 0xc2, 0x6f, 0x43, 0x1c, 0x46, 0x79, 0x12, 0x33, 0xbc, 0x28, 0x9b, 0x3c, 0x49, - 0x33, 0xaf, 0xf8, 0x0a, 0x94, 0x09, 0x1d, 0x42, 0x4a, 0x58, 0x28, 0xc6, 0xe7, 0xfb, 0xeb, 0xeb, - 0x9a, 0xdb, 0x08, 0x03, 0xf3, 0x2e, 0xbf, 0x2c, 0x29, 0xe1, 0x84, 0x28, 0x5a, 0x82, 0xc1, 0x88, - 0x84, 0x2e, 0x89, 0x84, 0x8a, 0xbc, 0xcb, 0x34, 0x32, 0x34, 0x6e, 0xef, 0xcb, 0x7f, 0x63, 0x51, - 0x95, 0x2e, 0x2f, 0x87, 0xdd, 0x86, 0x98, 0x56, 0x5c, 0x5b, 0x5e, 0x0b, 0xac, 0x14, 0x0b, 0x28, - 0x7a, 0x1b, 0x86, 0x42, 0xe2, 0x31, 0x65, 0xd1, 0x58, 0xff, 0x8b, 0x9c, 0xeb, 0x9e, 0x78, 0x3d, - 0x2c, 0x09, 0xa0, 0xdb, 0x80, 0x42, 0x42, 0x65, 0x08, 0xd7, 0xdf, 0x56, 0xe6, 0x08, 0x42, 0xd7, - 0xfd, 0xb4, 0x68, 0xff, 0x1c, 0x4e, 0x30, 0xa4, 0x25, 0x20, 0xce, 0xa8, 0x86, 0x6e, 0xc2, 0x94, - 0x2a, 0x5d, 0xf5, 0xa3, 0xd8, 0xf1, 0x1b, 0x84, 0xa9, 0xb9, 0xcb, 0x89, 0x54, 0x84, 0xd3, 0x08, - 0xb8, 0xb3, 0x8e, 0xfd, 0x75, 0x2a, 0xce, 0xd0, 0xd1, 0x3a, 0x03, 0x59, 0xe0, 0x2d, 0x53, 0x16, - 0xb8, 0x98, 0x3b, 0x73, 0x39, 0x72, 0xc0, 0x91, 0x05, 0x23, 0xda, 0xcc, 0x26, 0x6b, 0xd6, 0xea, - 0xb2, 0x66, 0xdb, 0x30, 0x49, 0x57, 0xfa, 0xdd, 0x4d, 0xe6, 0xfa, 0xd2, 0x64, 0x0b, 0xb3, 0xf0, - 0x78, 0x0b, 0x53, 0x19, 0x8d, 0xde, 0x49, 0x11, 0xc4, 0x1d, 0x4d, 0xa0, 0x37, 0xa4, 0xe6, 0xa4, - 0x68, 0x98, 0x19, 0x71, 0xad, 0xc8, 0xf1, 0x61, 0x65, 0x52, 0xfb, 0x10, 0x5d, 0x53, 0x62, 0x7f, - 0x45, 0x7e, 0x23, 0x67, 0x36, 0xf3, 0x50, 0x6e, 0xa8, 0xc5, 0x62, 0x99, 0x86, 0xcf, 0x6a, 0x39, - 0xe0, 0x04, 0x87, 0xee, 0x51, 0x7a, 0x05, 0x49, 0x5b, 0xc6, 0xd1, 0x0b, 0x0a, 0x66, 0x10, 0xfb, - 0x55, 0x80, 0xe5, 0x47, 0xa4, 0xc1, 0x97, 0xba, 0xfe, 0x00, 0x69, 0xe5, 0x3f, 0x40, 0xda, 0xff, - 0xd9, 0x82, 0xf1, 0x95, 0x25, 0xe3, 0x9a, 0x38, 0x07, 0xc0, 0xef, 0x46, 0x0f, 0x1e, 0xac, 0x4b, - 0xdd, 0x3a, 0x57, 0x8f, 0xaa, 0x52, 0xac, 0x61, 0xa0, 0x8b, 0x50, 0xf4, 0xda, 0xbe, 0xb8, 0xb2, - 0x0c, 0x1d, 0x1d, 0x56, 0x8a, 0x77, 0xda, 0x3e, 0xa6, 0x65, 0x9a, 0x31, 0x5a, 0xb1, 0x6f, 0x63, - 0xb4, 0x9e, 0x2e, 0x2d, 0xa8, 0x02, 0x03, 0x0f, 0x1f, 0xba, 0x4d, 0x6e, 0x38, 0x2c, 0xf4, 0xfe, - 0x0f, 0x1e, 0xac, 0x56, 0x23, 0xcc, 0xcb, 0xed, 0xaf, 0x15, 0x61, 0x76, 0xc5, 0x23, 0x8f, 0x3e, - 0xa4, 0xf1, 0x74, 0xbf, 0xa6, 0x74, 0x27, 0x93, 0x17, 0x4f, 0x6a, 0x37, 0xd8, 0x7b, 0x3c, 0xb6, - 0x60, 0x88, 0x3f, 0x66, 0x4b, 0x53, 0xea, 0x37, 0xb3, 0x5a, 0xcf, 0x1f, 0x90, 0x39, 0xfe, 0x28, - 0x2e, 0x4c, 0xa8, 0xd5, 0x49, 0x2b, 0x4a, 0xb1, 0x24, 0x3e, 0xfb, 0x59, 0x18, 0xd5, 0x31, 0x4f, - 0x64, 0xc1, 0xfb, 0xd7, 0x8b, 0x30, 0x49, 0x7b, 0xf0, 0x44, 0x27, 0xe2, 0x5e, 0xe7, 0x44, 0x9c, - 0xb6, 0x15, 0x67, 0xef, 0xd9, 0x78, 0x37, 0x3d, 0x1b, 0xaf, 0xe4, 0xcd, 0xc6, 0x59, 0xcf, 0xc1, - 0xf7, 0x5b, 0x70, 0x6e, 0xc5, 0x0b, 0x1a, 0xbb, 0x29, 0x03, 0xd3, 0xd7, 0x61, 0x84, 0xf2, 0xf1, - 0xc8, 0xf0, 0xdc, 0x30, 0x7c, 0x79, 0x04, 0x08, 0xeb, 0x78, 0x5a, 0xb5, 0x7b, 0xf7, 0x56, 0xab, - 0x59, 0x2e, 0x40, 0x02, 0x84, 0x75, 0x3c, 0xfb, 0x77, 0x2c, 0xb8, 0x74, 0x73, 0x69, 0x39, 0x59, - 0x8a, 0x1d, 0x5e, 0x48, 0xf4, 0x16, 0xd8, 0xd4, 0xba, 0x92, 0xdc, 0x02, 0xab, 0xac, 0x17, 0x02, - 0xfa, 0x71, 0xf1, 0xb0, 0xfb, 0x79, 0x0b, 0xce, 0xdd, 0x74, 0x63, 0x7a, 0x2c, 0xa7, 0xfd, 0x61, - 0xe8, 0xb9, 0x1c, 0xb9, 0x71, 0x10, 0x1e, 0xa4, 0xfd, 0x61, 0xb0, 0x82, 0x60, 0x0d, 0x8b, 0xb7, - 0xbc, 0xef, 0x46, 0xb4, 0xa7, 0x05, 0x53, 0x15, 0x85, 0x45, 0x39, 0x56, 0x18, 0xf4, 0xc3, 0x9a, - 0x6e, 0xc8, 0xae, 0x12, 0x07, 0x82, 0xc3, 0xaa, 0x0f, 0xab, 0x4a, 0x00, 0x4e, 0x70, 0xec, 0x9f, - 0xb6, 0xe0, 0xfc, 0x4d, 0xaf, 0x1d, 0xc5, 0x24, 0xdc, 0x8a, 0x8c, 0xce, 0xbe, 0x0a, 0x65, 0x22, - 0xaf, 0xeb, 0xa2, 0xaf, 0x4a, 0xc0, 0x54, 0xf7, 0x78, 0xee, 0x8c, 0xa3, 0xf0, 0xfa, 0xb0, 0xd6, - 0x3e, 0x99, 0x95, 0xf1, 0x2f, 0x15, 0x60, 0xec, 0xd6, 0xc6, 0x46, 0xed, 0x26, 0x89, 0xc5, 0x29, - 0xd6, 0x5b, 0xd5, 0x8c, 0x35, 0x8d, 0x59, 0xb7, 0x4b, 0x51, 0x3b, 0x76, 0xbd, 0x39, 0xee, 0xfd, - 0x39, 0xb7, 0xea, 0xc7, 0x77, 0xc3, 0x7a, 0x1c, 0xba, 0xfe, 0x76, 0xa6, 0x8e, 0x4d, 0x9e, 0xb5, - 0xc5, 0xbc, 0xb3, 0x16, 0xbd, 0x0a, 0x83, 0xcc, 0xfd, 0x54, 0x5e, 0x4f, 0x9e, 0x56, 0x77, 0x0a, - 0x56, 0x7a, 0x7c, 0x58, 0x29, 0xdf, 0xc3, 0xab, 0xfc, 0x0f, 0x16, 0xa8, 0xe8, 0x1e, 0x8c, 0xec, - 0xc4, 0x71, 0xeb, 0x16, 0x71, 0x9a, 0x24, 0x94, 0xdc, 0xe1, 0x72, 0x16, 0x77, 0xa0, 0x83, 0xc0, - 0xd1, 0x92, 0x0d, 0x95, 0x94, 0x45, 0x58, 0xa7, 0x63, 0xd7, 0x01, 0x12, 0xd8, 0x29, 0xe9, 0x17, - 0xec, 0x3f, 0xb2, 0x60, 0x88, 0x7b, 0x02, 0x85, 0xe8, 0x73, 0x50, 0x22, 0x8f, 0x48, 0x43, 0x48, - 0x8e, 0x99, 0x1d, 0x4e, 0x04, 0x0f, 0xae, 0x2d, 0xa7, 0xff, 0x31, 0xab, 0x85, 0x6e, 0xc1, 0x10, - 0xed, 0xed, 0x4d, 0xe5, 0x16, 0xf5, 0x6c, 0xde, 0x17, 0xab, 0x69, 0xe7, 0xb2, 0x8a, 0x28, 0xc2, - 0xb2, 0x3a, 0xd3, 0xfc, 0x36, 0x5a, 0x75, 0xca, 0xc0, 0xe2, 0x6e, 0xe7, 0xec, 0xc6, 0x52, 0x8d, - 0x23, 0x09, 0x6a, 0x5c, 0xf3, 0x2b, 0x0b, 0x71, 0x42, 0xc4, 0xde, 0x80, 0x32, 0x9d, 0xd4, 0x05, - 0xcf, 0x75, 0xba, 0x2b, 0x9d, 0x5f, 0x84, 0xb2, 0x54, 0x00, 0x47, 0xc2, 0x99, 0x84, 0x51, 0x95, - 0xfa, 0xe1, 0x08, 0x27, 0x70, 0x7b, 0x0b, 0xa6, 0xd9, 0xcb, 0xbf, 0x13, 0xef, 0x18, 0x7b, 0xac, - 0xf7, 0x62, 0x7e, 0x49, 0x5c, 0xc4, 0xf8, 0xcc, 0xcc, 0x68, 0xd6, 0xef, 0xa3, 0x92, 0x62, 0x72, - 0x29, 0xb3, 0xff, 0xa4, 0x04, 0x4f, 0xaf, 0xd6, 0xf3, 0x9d, 0xc4, 0x6e, 0xc0, 0x28, 0x17, 0xd3, - 0xe8, 0xd2, 0x76, 0x3c, 0xd1, 0xae, 0x7a, 0x17, 0xdb, 0xd0, 0x60, 0xd8, 0xc0, 0x44, 0x97, 0xa0, - 0xe8, 0xbe, 0xef, 0xa7, 0x0d, 0x49, 0x57, 0xdf, 0x59, 0xc7, 0xb4, 0x9c, 0x82, 0xa9, 0xc4, 0xc7, - 0x59, 0xa9, 0x02, 0x2b, 0xa9, 0xef, 0x2d, 0x18, 0x77, 0xa3, 0x46, 0xe4, 0xae, 0xfa, 0x94, 0xcf, - 0x24, 0x0e, 0x86, 0x89, 0x92, 0x80, 0x76, 0x5a, 0x41, 0x71, 0x0a, 0x5b, 0xe3, 0xeb, 0x03, 0x7d, - 0x4b, 0x8d, 0x3d, 0xbd, 0x2b, 0xa8, 0x40, 0xdc, 0x62, 0x5f, 0x17, 0x31, 0xa3, 0x36, 0x21, 0x10, - 0xf3, 0x0f, 0x8e, 0xb0, 0x84, 0xd1, 0x1b, 0x58, 0x63, 0xc7, 0x69, 0x2d, 0xb4, 0xe3, 0x9d, 0xaa, - 0x1b, 0x35, 0x82, 0x7d, 0x12, 0x1e, 0xb0, 0xcb, 0xf3, 0x70, 0x72, 0x03, 0x53, 0x80, 0xa5, 0x5b, - 0x0b, 0x35, 0x8a, 0x89, 0x3b, 0xeb, 0x98, 0x52, 0x21, 0x9c, 0x86, 0x54, 0xb8, 0x00, 0x13, 0xb2, - 0x99, 0x3a, 0x89, 0xd8, 0x19, 0x31, 0xc2, 0x3a, 0xa6, 0x5c, 0x7f, 0x45, 0xb1, 0xea, 0x56, 0x1a, - 0x1f, 0xbd, 0x01, 0x63, 0xae, 0xef, 0xc6, 0xae, 0x13, 0x07, 0x21, 0x3b, 0x61, 0xf9, 0x3d, 0x99, - 0x59, 0xb2, 0xad, 0xea, 0x00, 0x6c, 0xe2, 0xd9, 0x7f, 0x5c, 0x82, 0x29, 0x36, 0x6d, 0xdf, 0x5a, - 0x61, 0x1f, 0x9b, 0x15, 0x76, 0xaf, 0x73, 0x85, 0x9d, 0x86, 0xb8, 0xfb, 0x51, 0x2e, 0xb3, 0xf7, - 0xa0, 0xac, 0x6c, 0x81, 0xa5, 0x39, 0xbb, 0x95, 0x63, 0xce, 0xde, 0x5b, 0xfa, 0x90, 0xcf, 0xb8, - 0xc5, 0xcc, 0x67, 0xdc, 0xbf, 0x67, 0x41, 0x62, 0x12, 0x89, 0x6e, 0x41, 0xb9, 0x15, 0x30, 0xb3, - 0x83, 0x50, 0xda, 0xf2, 0x3c, 0x9d, 0x79, 0x50, 0xf1, 0x43, 0x91, 0x8f, 0x5f, 0x4d, 0xd6, 0xc0, - 0x49, 0x65, 0xb4, 0x08, 0x43, 0xad, 0x90, 0xd4, 0x63, 0xe6, 0x76, 0xd8, 0x93, 0x0e, 0x5f, 0x23, - 0x1c, 0x1f, 0xcb, 0x8a, 0xf6, 0x2f, 0x5b, 0x00, 0xfc, 0xa5, 0xd4, 0xf1, 0xb7, 0xc9, 0x19, 0x68, - 0x7f, 0xab, 0x50, 0x8a, 0x5a, 0xa4, 0xd1, 0xcd, 0x20, 0x24, 0xe9, 0x4f, 0xbd, 0x45, 0x1a, 0xc9, - 0x80, 0xd3, 0x7f, 0x98, 0xd5, 0xb6, 0x7f, 0x10, 0x60, 0x3c, 0x41, 0x5b, 0x8d, 0xc9, 0x1e, 0x7a, - 0xd9, 0x70, 0xea, 0xba, 0x98, 0x72, 0xea, 0x2a, 0x33, 0x6c, 0x4d, 0xd1, 0xf8, 0x1e, 0x14, 0xf7, - 0x9c, 0x47, 0x42, 0x93, 0xf4, 0x62, 0xf7, 0x6e, 0x50, 0xfa, 0x73, 0x6b, 0xce, 0x23, 0x7e, 0x67, - 0x7a, 0x51, 0x2e, 0x90, 0x35, 0xe7, 0xd1, 0x31, 0x37, 0xfb, 0x60, 0x4c, 0xea, 0x8e, 0x1b, 0xc5, - 0x5f, 0xfd, 0xaf, 0xc9, 0x7f, 0xb6, 0xec, 0x68, 0x23, 0xac, 0x2d, 0xd7, 0x17, 0xef, 0x86, 0x7d, - 0xb5, 0xe5, 0xfa, 0xe9, 0xb6, 0x5c, 0xbf, 0x8f, 0xb6, 0x5c, 0x1f, 0x7d, 0x00, 0x43, 0xe2, 0x8d, - 0x9e, 0xd9, 0x7a, 0x9b, 0x5a, 0xaa, 0xbc, 0xf6, 0xc4, 0x13, 0x3f, 0x6f, 0x73, 0x5e, 0xde, 0x09, - 0x45, 0x69, 0xcf, 0x76, 0x65, 0x83, 0xe8, 0xef, 0x58, 0x30, 0x2e, 0x7e, 0x63, 0xf2, 0x7e, 0x9b, - 0x44, 0xb1, 0x90, 0x3d, 0x3f, 0xd3, 0x7f, 0x1f, 0x44, 0x45, 0xde, 0x95, 0xcf, 0x48, 0x36, 0x6b, - 0x02, 0x7b, 0xf6, 0x28, 0xd5, 0x0b, 0xf4, 0xcf, 0x2c, 0x98, 0xde, 0x73, 0x1e, 0xf1, 0x16, 0x79, - 0x19, 0x76, 0x62, 0x37, 0x10, 0xb6, 0xeb, 0x9f, 0xeb, 0x6f, 0xfa, 0x3b, 0xaa, 0xf3, 0x4e, 0x4a, - 0x33, 0xd7, 0xe9, 0x2c, 0x94, 0x9e, 0x5d, 0xcd, 0xec, 0xd7, 0xec, 0x16, 0x0c, 0xcb, 0xf5, 0x96, - 0x71, 0xf3, 0xae, 0xea, 0x82, 0xf5, 0x89, 0x4d, 0x24, 0x74, 0xcf, 0x2a, 0xda, 0x8e, 0x58, 0x6b, - 0x4f, 0xb4, 0x9d, 0xf7, 0x60, 0x54, 0x5f, 0x63, 0x4f, 0xb4, 0xad, 0xf7, 0xe1, 0x5c, 0xc6, 0x5a, - 0x7a, 0xa2, 0x4d, 0x3e, 0x84, 0x8b, 0xb9, 0xeb, 0xe3, 0x49, 0x36, 0x6c, 0xff, 0x92, 0xa5, 0xf3, - 0xc1, 0x33, 0x50, 0xc1, 0x2f, 0x99, 0x2a, 0xf8, 0xcb, 0xdd, 0x77, 0x4e, 0x8e, 0x1e, 0xfe, 0x5d, - 0xbd, 0xd3, 0x94, 0xab, 0xa3, 0xb7, 0x61, 0xd0, 0xa3, 0x25, 0xd2, 0x38, 0xc4, 0xee, 0xbd, 0x23, - 0x13, 0x59, 0x8a, 0x95, 0x47, 0x58, 0x50, 0xb0, 0x7f, 0xcd, 0x82, 0xd2, 0x19, 0x8c, 0x04, 0x36, - 0x47, 0xe2, 0xe5, 0x5c, 0xd2, 0x22, 0x8c, 0xd4, 0x1c, 0x76, 0x1e, 0x2e, 0xcb, 0x50, 0x59, 0x39, - 0x03, 0xf3, 0x3d, 0x70, 0xee, 0x4e, 0xe0, 0x34, 0x17, 0x1d, 0xcf, 0xf1, 0x1b, 0x24, 0x5c, 0xf5, - 0xb7, 0x7b, 0x5a, 0x29, 0xe9, 0x36, 0x45, 0x85, 0x5e, 0x36, 0x45, 0xf6, 0x0e, 0x20, 0xbd, 0x01, - 0x61, 0xc7, 0x89, 0x61, 0xc8, 0xe5, 0x4d, 0x89, 0xe1, 0x7f, 0x3e, 0x5b, 0xba, 0xeb, 0xe8, 0x99, - 0x66, 0xa1, 0xc8, 0x0b, 0xb0, 0x24, 0x64, 0xdf, 0x80, 0x4c, 0xdf, 0xad, 0xde, 0x6a, 0x03, 0xfb, - 0x75, 0x98, 0x62, 0x35, 0x4f, 0x76, 0xa5, 0xb5, 0x7f, 0xd8, 0x82, 0x89, 0xf5, 0x54, 0x3c, 0x80, - 0xab, 0xec, 0xad, 0x2f, 0x43, 0xef, 0x5b, 0x67, 0xa5, 0x58, 0x40, 0x4f, 0x5d, 0xbf, 0xf4, 0x17, - 0x16, 0x94, 0x55, 0x24, 0x9b, 0x33, 0x10, 0xaa, 0x96, 0x0c, 0xa1, 0x2a, 0x53, 0xef, 0xa1, 0xba, - 0x93, 0x27, 0x53, 0xa1, 0xdb, 0xca, 0xb3, 0xbd, 0x8b, 0xca, 0x23, 0x21, 0xc3, 0xfd, 0xa0, 0xc7, - 0x4d, 0xf7, 0x77, 0xe9, 0xeb, 0xce, 0xcc, 0x84, 0x14, 0xee, 0xc7, 0xc4, 0x4c, 0x48, 0xf5, 0x27, - 0x67, 0xf7, 0xd5, 0xb4, 0x2e, 0x33, 0xae, 0xf4, 0x1d, 0xcc, 0xec, 0xdb, 0xf1, 0xdc, 0x0f, 0x88, - 0x0a, 0x28, 0x51, 0x11, 0x66, 0xdc, 0xa2, 0xf4, 0xf8, 0xb0, 0x32, 0xa6, 0xfe, 0xf1, 0xa8, 0x43, - 0x49, 0x15, 0xfb, 0x16, 0x4c, 0xa4, 0x06, 0x0c, 0xbd, 0x0e, 0x03, 0xad, 0x1d, 0x27, 0x22, 0x29, - 0xd3, 0xc8, 0x81, 0x1a, 0x2d, 0x3c, 0x3e, 0xac, 0x8c, 0xab, 0x0a, 0xac, 0x04, 0x73, 0x6c, 0xfb, - 0x7f, 0x59, 0x50, 0x5a, 0x0f, 0x9a, 0x67, 0xb1, 0x98, 0xde, 0x32, 0x16, 0xd3, 0x33, 0x79, 0x31, - 0xdb, 0x72, 0xd7, 0xd1, 0x4a, 0x6a, 0x1d, 0x5d, 0xce, 0xa5, 0xd0, 0x7d, 0x09, 0xed, 0xc1, 0x08, - 0x8b, 0x04, 0x27, 0x4c, 0x35, 0x5f, 0x35, 0xe4, 0xfb, 0x4a, 0x4a, 0xbe, 0x9f, 0xd0, 0x50, 0x35, - 0x29, 0xff, 0x05, 0x18, 0x12, 0xe6, 0x82, 0x69, 0x03, 0x77, 0x81, 0x8b, 0x25, 0xdc, 0xfe, 0x99, - 0x22, 0x18, 0x91, 0xe7, 0xd0, 0x6f, 0x58, 0x30, 0x17, 0x72, 0x8f, 0xc1, 0x66, 0xb5, 0x1d, 0xba, - 0xfe, 0x76, 0xbd, 0xb1, 0x43, 0x9a, 0x6d, 0xcf, 0xf5, 0xb7, 0x57, 0xb7, 0xfd, 0x40, 0x15, 0x2f, - 0x3f, 0x22, 0x8d, 0x36, 0xd3, 0xf9, 0xf7, 0x08, 0x73, 0xa7, 0xcc, 0x71, 0xae, 0x1f, 0x1d, 0x56, - 0xe6, 0xf0, 0x89, 0x68, 0xe3, 0x13, 0xf6, 0x05, 0xfd, 0x8e, 0x05, 0xf3, 0x3c, 0x20, 0x5b, 0xff, - 0xfd, 0xef, 0x72, 0x1b, 0xaa, 0x49, 0x52, 0x09, 0x91, 0x0d, 0x12, 0xee, 0x2d, 0xbe, 0x21, 0x06, - 0x74, 0xbe, 0x76, 0xb2, 0xb6, 0xf0, 0x49, 0x3b, 0x67, 0xff, 0xdb, 0x22, 0x8c, 0xd1, 0x51, 0x4c, - 0xe2, 0x78, 0xbc, 0x6e, 0x2c, 0x89, 0x67, 0x53, 0x4b, 0x62, 0xca, 0x40, 0x3e, 0x9d, 0x10, 0x1e, - 0x11, 0x4c, 0x79, 0x4e, 0x14, 0xdf, 0x22, 0x4e, 0x18, 0x6f, 0x12, 0x87, 0x9b, 0xa9, 0x14, 0x4f, - 0x6c, 0x52, 0xa3, 0xd4, 0x2f, 0x77, 0xd2, 0xc4, 0x70, 0x27, 0x7d, 0xb4, 0x0f, 0x88, 0xd9, 0xda, - 0x84, 0x8e, 0x1f, 0xf1, 0x6f, 0x71, 0xc5, 0x7b, 0xc0, 0xc9, 0x5a, 0x9d, 0x15, 0xad, 0xa2, 0x3b, - 0x1d, 0xd4, 0x70, 0x46, 0x0b, 0x9a, 0x0d, 0xd5, 0x40, 0xbf, 0x36, 0x54, 0x83, 0x3d, 0xbc, 0x48, - 0xf6, 0x60, 0x52, 0xcc, 0xca, 0x96, 0xbb, 0x2d, 0x0e, 0xe9, 0x2f, 0xa6, 0x6c, 0x2c, 0xad, 0xfe, - 0x0d, 0x65, 0x7a, 0x18, 0x58, 0xda, 0xdf, 0x0b, 0xe7, 0x68, 0x73, 0xa6, 0xcf, 0x43, 0x84, 0x08, - 0x4c, 0xec, 0xb6, 0x37, 0x89, 0x47, 0x62, 0x59, 0x26, 0x1a, 0xcd, 0x14, 0x3b, 0xcd, 0xda, 0x89, - 0x72, 0xea, 0xb6, 0x49, 0x02, 0xa7, 0x69, 0xda, 0x3f, 0x67, 0x01, 0xb3, 0xd6, 0x3e, 0x83, 0xe3, - 0xef, 0xf3, 0xe6, 0xf1, 0x37, 0x93, 0xc7, 0x81, 0x72, 0x4e, 0xbe, 0xd7, 0xf8, 0xb4, 0xd4, 0xc2, - 0xe0, 0xd1, 0x81, 0x78, 0xf5, 0xed, 0x43, 0xe2, 0xfa, 0xbf, 0x16, 0xdf, 0x90, 0xca, 0x81, 0x1a, - 0x7d, 0x1f, 0x0c, 0x37, 0x9c, 0x96, 0xd3, 0xe0, 0x21, 0x3f, 0x73, 0xb5, 0x0f, 0x46, 0xa5, 0xb9, - 0x25, 0x51, 0x83, 0xdf, 0xa6, 0xbf, 0x4d, 0x7e, 0xa5, 0x2c, 0xee, 0x79, 0x83, 0x56, 0x4d, 0xce, - 0xee, 0xc2, 0x98, 0x41, 0xec, 0x89, 0x5e, 0xbd, 0xbe, 0x8f, 0x1f, 0x17, 0x2a, 0x1e, 0xc7, 0x1e, - 0x4c, 0xf9, 0xda, 0x7f, 0xca, 0x1c, 0xa5, 0x38, 0xfd, 0xc9, 0x5e, 0x07, 0x02, 0xe3, 0xa4, 0x9a, - 0x35, 0x7a, 0x8a, 0x0c, 0xee, 0xa4, 0x6c, 0xff, 0x03, 0x0b, 0x9e, 0xd2, 0x11, 0x35, 0xdf, 0xf6, - 0x5e, 0xfa, 0xcc, 0x2a, 0x0c, 0x07, 0x2d, 0x12, 0x3a, 0x71, 0x10, 0x0a, 0x0e, 0x78, 0x4d, 0x0e, - 0xfa, 0x5d, 0x51, 0x7e, 0x2c, 0x62, 0xaf, 0x49, 0xea, 0xb2, 0x1c, 0xab, 0x9a, 0xc8, 0x86, 0x41, - 0x36, 0x18, 0x91, 0x88, 0x3b, 0xc0, 0xcc, 0xe4, 0xd8, 0xd3, 0x5e, 0x84, 0x05, 0xc4, 0xfe, 0x41, - 0x8b, 0x2f, 0x2c, 0xbd, 0xeb, 0xe8, 0x7d, 0x98, 0xdc, 0x73, 0xe2, 0xc6, 0xce, 0xf2, 0xa3, 0x56, - 0xc8, 0xd5, 0xb8, 0x72, 0x9c, 0x5e, 0xec, 0x35, 0x4e, 0xda, 0x47, 0x26, 0xc6, 0x54, 0x6b, 0x29, - 0x62, 0xb8, 0x83, 0xbc, 0xfd, 0xd5, 0x22, 0xdf, 0x89, 0x4c, 0xaa, 0x7b, 0x01, 0x86, 0x5a, 0x41, - 0x73, 0x69, 0xb5, 0x8a, 0xc5, 0x08, 0x29, 0x76, 0x55, 0xe3, 0xc5, 0x58, 0xc2, 0xd1, 0x9b, 0x00, - 0xe4, 0x51, 0x4c, 0x42, 0xdf, 0xf1, 0x94, 0xe1, 0x81, 0x32, 0xb5, 0xab, 0x06, 0xeb, 0x41, 0x7c, - 0x2f, 0x22, 0xdf, 0xb3, 0xac, 0x50, 0xb0, 0x86, 0x8e, 0xae, 0x03, 0xb4, 0xc2, 0x60, 0xdf, 0x6d, - 0x32, 0x17, 0xad, 0xa2, 0xf9, 0x2c, 0x5f, 0x53, 0x10, 0xac, 0x61, 0xa1, 0x37, 0x61, 0xac, 0xed, - 0x47, 0xfc, 0x24, 0x74, 0x36, 0x45, 0x54, 0xb1, 0xe1, 0xe4, 0x85, 0xfc, 0x9e, 0x0e, 0xc4, 0x26, - 0x2e, 0x5a, 0x80, 0xc1, 0xd8, 0x61, 0xef, 0xea, 0x03, 0xf9, 0xf6, 0x71, 0x1b, 0x14, 0x43, 0x0f, - 0x06, 0x49, 0x2b, 0x60, 0x51, 0x11, 0x7d, 0x49, 0xf2, 0x62, 0xce, 0x9b, 0x85, 0x61, 0x6a, 0xee, - 0xfa, 0xd5, 0xf9, 0xb8, 0xce, 0x8c, 0x85, 0xc1, 0xab, 0x41, 0xcb, 0xfe, 0x81, 0x32, 0x40, 0x22, - 0xf6, 0xa1, 0x0f, 0x3a, 0x78, 0xc5, 0x4b, 0xdd, 0x05, 0xc5, 0xd3, 0x63, 0x14, 0xe8, 0x87, 0x2c, - 0x18, 0x71, 0x3c, 0x2f, 0x68, 0x38, 0x31, 0x1b, 0xe5, 0x42, 0x77, 0x5e, 0x25, 0xda, 0x5f, 0x48, - 0x6a, 0xf0, 0x2e, 0xbc, 0x2a, 0x9f, 0xcc, 0x35, 0x48, 0xcf, 0x5e, 0xe8, 0x0d, 0xa3, 0x6f, 0x93, - 0xb7, 0x01, 0xbe, 0x3c, 0x66, 0xd3, 0xb7, 0x81, 0x32, 0x63, 0xcb, 0xda, 0x45, 0x00, 0xdd, 0x33, - 0xc2, 0x6f, 0x95, 0xf2, 0xfd, 0xf8, 0x0d, 0xe9, 0xa7, 0x57, 0xe4, 0x2d, 0x54, 0xd3, 0x1d, 0x74, - 0x06, 0xf2, 0x83, 0x5d, 0x68, 0x62, 0x76, 0x0f, 0xe7, 0x9c, 0xf7, 0x60, 0xa2, 0x69, 0x9e, 0xbb, - 0x62, 0x35, 0x3d, 0x9f, 0x47, 0x37, 0x75, 0x4c, 0x27, 0x27, 0x6d, 0x0a, 0x80, 0xd3, 0x84, 0x51, - 0x8d, 0xbb, 0x4a, 0xad, 0xfa, 0x5b, 0x81, 0x30, 0x70, 0xb6, 0x73, 0xe7, 0xf2, 0x20, 0x8a, 0xc9, - 0x1e, 0xc5, 0x4c, 0x0e, 0xd4, 0x75, 0x51, 0x17, 0x2b, 0x2a, 0xe8, 0x6d, 0x18, 0x64, 0xbe, 0x96, - 0xd1, 0xcc, 0x70, 0xbe, 0x42, 0xca, 0x0c, 0x13, 0x90, 0x6c, 0x2a, 0xf6, 0x37, 0xc2, 0x82, 0x02, - 0xba, 0x25, 0x63, 0x89, 0x44, 0xab, 0xfe, 0xbd, 0x88, 0xb0, 0x58, 0x22, 0xe5, 0xc5, 0x4f, 0x26, - 0x61, 0x42, 0x78, 0x79, 0x66, 0xd8, 0x67, 0xa3, 0x26, 0x15, 0x5c, 0xc4, 0x7f, 0x19, 0x4d, 0x7a, - 0x06, 0xf2, 0xbb, 0x67, 0x46, 0x9c, 0x4e, 0x86, 0xf3, 0xbe, 0x49, 0x02, 0xa7, 0x69, 0x9e, 0xe9, - 0x39, 0x3a, 0xeb, 0xc3, 0x64, 0x7a, 0x63, 0x3d, 0xd1, 0x73, 0xfb, 0x8f, 0x4a, 0x30, 0x6e, 0x2e, - 0x04, 0x34, 0x0f, 0x65, 0x41, 0x44, 0x45, 0x3e, 0x54, 0x6b, 0x7b, 0x4d, 0x02, 0x70, 0x82, 0xc3, - 0x22, 0x3f, 0xb2, 0xea, 0x9a, 0x41, 0x5a, 0x12, 0xf9, 0x51, 0x41, 0xb0, 0x86, 0x45, 0xa5, 0xe9, - 0xcd, 0x20, 0x88, 0xd5, 0x51, 0xa0, 0x56, 0xcb, 0x22, 0x2b, 0xc5, 0x02, 0x4a, 0x8f, 0x80, 0x5d, - 0x12, 0xfa, 0xc4, 0xbb, 0x4f, 0x42, 0xf6, 0x26, 0x5a, 0x32, 0x8d, 0xa4, 0x6e, 0xeb, 0x40, 0x6c, - 0xe2, 0xd2, 0xb3, 0x2d, 0x88, 0xd8, 0xf2, 0x13, 0x32, 0x7b, 0x62, 0xe0, 0x57, 0xe7, 0xbe, 0xc6, - 0x12, 0x8e, 0xbe, 0x08, 0x4f, 0x29, 0xd7, 0x60, 0xcc, 0x55, 0x94, 0xb2, 0xc5, 0x41, 0xe3, 0x8a, - 0xfd, 0xd4, 0x52, 0x36, 0x1a, 0xce, 0xab, 0x8f, 0xde, 0x82, 0x71, 0x21, 0x0b, 0x4b, 0x8a, 0x43, - 0xe6, 0xab, 0xf9, 0x6d, 0x03, 0x8a, 0x53, 0xd8, 0xa8, 0x0a, 0x93, 0xb4, 0x84, 0x89, 0xa3, 0x92, - 0x02, 0x77, 0x71, 0x56, 0x87, 0xfe, 0xed, 0x14, 0x1c, 0x77, 0xd4, 0x40, 0x0b, 0x30, 0xc1, 0x85, - 0x15, 0x7a, 0xb9, 0x64, 0xf3, 0x20, 0xfc, 0x0e, 0xd4, 0x46, 0xb8, 0x6b, 0x82, 0x71, 0x1a, 0x1f, - 0xdd, 0x80, 0x51, 0x27, 0x6c, 0xec, 0xb8, 0x31, 0x69, 0xc4, 0xed, 0x90, 0x3b, 0x24, 0x68, 0x66, - 0x07, 0x0b, 0x1a, 0x0c, 0x1b, 0x98, 0xf6, 0x07, 0x70, 0x2e, 0xc3, 0x65, 0x89, 0x2e, 0x1c, 0xa7, - 0xe5, 0xca, 0x6f, 0x4a, 0x99, 0xea, 0x2d, 0xd4, 0x56, 0xe5, 0xd7, 0x68, 0x58, 0x74, 0x75, 0x32, - 0xd7, 0x26, 0x2d, 0xe4, 0xbb, 0x5a, 0x9d, 0x2b, 0x12, 0x80, 0x13, 0x1c, 0xfb, 0x7f, 0x17, 0x60, - 0x22, 0x43, 0xed, 0xca, 0xc2, 0x8e, 0xa7, 0xa4, 0xf9, 0x24, 0xca, 0x38, 0x6d, 0xc6, 0x57, 0x81, - 0xba, 0x53, 0xcd, 0x24, 0x61, 0xba, 0x13, 0x1c, 0xa5, 0xc9, 0x2d, 0xe6, 0x1a, 0x80, 0x2d, 0x42, - 0xb1, 0xed, 0x36, 0xc5, 0x02, 0x96, 0xe7, 0x75, 0xf1, 0xde, 0x6a, 0xf5, 0xf8, 0xb0, 0xf2, 0x6c, - 0x5e, 0xf6, 0x04, 0x7a, 0x45, 0x8f, 0xe6, 0xe8, 0xee, 0xa1, 0x95, 0x53, 0x23, 0x36, 0xd0, 0xd7, - 0x88, 0x2d, 0xc0, 0x84, 0x64, 0x01, 0xe6, 0x92, 0x56, 0x33, 0x8f, 0x4d, 0x30, 0x4e, 0xe3, 0x9b, - 0x83, 0x3e, 0xd4, 0xc7, 0xa0, 0xff, 0x78, 0x01, 0x26, 0xd3, 0xe6, 0x51, 0x67, 0xa0, 0xac, 0x7b, - 0xdb, 0x50, 0xd6, 0x65, 0x07, 0xf1, 0x4f, 0x1b, 0x6d, 0xe5, 0x29, 0xee, 0x70, 0x4a, 0x71, 0xf7, - 0xe9, 0xbe, 0xa8, 0x75, 0x57, 0xe2, 0xfd, 0xc3, 0x02, 0x9c, 0x4f, 0x57, 0x59, 0xf2, 0x1c, 0x77, - 0xef, 0x0c, 0xc6, 0xe6, 0xae, 0x31, 0x36, 0x2f, 0xf7, 0xf3, 0x35, 0xac, 0x6b, 0xb9, 0x03, 0xf4, - 0x20, 0x35, 0x40, 0xf3, 0xfd, 0x93, 0xec, 0x3e, 0x4a, 0xdf, 0x2c, 0xc2, 0xe5, 0xcc, 0x7a, 0x89, - 0xae, 0x6b, 0xc5, 0xd0, 0x75, 0x5d, 0x4f, 0xe9, 0xba, 0xec, 0xee, 0xb5, 0x4f, 0x47, 0xf9, 0x25, - 0x7c, 0xc9, 0x58, 0x68, 0xb0, 0xc7, 0x54, 0x7c, 0x19, 0xbe, 0x64, 0x8a, 0x10, 0x36, 0xe9, 0xfe, - 0x55, 0x52, 0x78, 0xfd, 0x07, 0x0b, 0x2e, 0x66, 0xce, 0xcd, 0x19, 0x28, 0x85, 0xd6, 0x4d, 0xa5, - 0xd0, 0x0b, 0x7d, 0xaf, 0xd6, 0x1c, 0x2d, 0xd1, 0x1f, 0x17, 0x73, 0xbe, 0x85, 0x5d, 0xab, 0xef, - 0xc2, 0x88, 0xd3, 0x68, 0x90, 0x28, 0x5a, 0x0b, 0x9a, 0x2a, 0x54, 0xd6, 0xcb, 0xec, 0x76, 0x94, - 0x14, 0x1f, 0x1f, 0x56, 0x66, 0xd3, 0x24, 0x12, 0x30, 0xd6, 0x29, 0x98, 0xd1, 0xfd, 0x0a, 0xa7, - 0x1a, 0xdd, 0xef, 0x3a, 0xc0, 0xbe, 0x92, 0xb1, 0xd3, 0x57, 0x73, 0x4d, 0xfa, 0xd6, 0xb0, 0xd0, - 0x77, 0xc3, 0x70, 0x24, 0x8e, 0x71, 0xb1, 0x14, 0x5f, 0xed, 0x73, 0xae, 0x9c, 0x4d, 0xe2, 0x99, - 0x4e, 0xcb, 0x4a, 0x9f, 0xa1, 0x48, 0xa2, 0xef, 0x84, 0xc9, 0x88, 0xc7, 0xc4, 0x58, 0xf2, 0x9c, - 0x88, 0x59, 0xc0, 0x8b, 0x55, 0xc8, 0x3c, 0x91, 0xeb, 0x29, 0x18, 0xee, 0xc0, 0x46, 0x2b, 0xf2, - 0xa3, 0x58, 0x00, 0x0f, 0xbe, 0x30, 0xaf, 0x26, 0x1f, 0x24, 0x92, 0x9e, 0x4c, 0xa7, 0x87, 0x9f, - 0x0d, 0xbc, 0x56, 0xd3, 0xfe, 0xf1, 0x12, 0x3c, 0xdd, 0x85, 0x89, 0xa1, 0x05, 0xf3, 0x05, 0xeb, - 0xc5, 0xf4, 0x9d, 0x75, 0x36, 0xb3, 0xb2, 0x71, 0x89, 0x4d, 0xad, 0x95, 0xc2, 0x87, 0x5e, 0x2b, - 0x3f, 0x62, 0x69, 0xda, 0x04, 0x6e, 0x67, 0xf5, 0xf9, 0x13, 0x32, 0xe7, 0x53, 0x54, 0x2f, 0x6c, - 0x65, 0xdc, 0xd1, 0xaf, 0xf7, 0xdd, 0x9d, 0xbe, 0x2f, 0xed, 0x67, 0xab, 0xef, 0xfc, 0xaa, 0x05, - 0xcf, 0x66, 0xf6, 0xd7, 0x78, 0x71, 0x9f, 0x87, 0x72, 0x83, 0x16, 0x6a, 0x5e, 0x35, 0x89, 0xbb, - 0xa1, 0x04, 0xe0, 0x04, 0xc7, 0x78, 0x58, 0x2f, 0xf4, 0x7c, 0x58, 0xff, 0x37, 0x16, 0x74, 0x2c, - 0xe0, 0x33, 0xe0, 0xa4, 0xab, 0x26, 0x27, 0xfd, 0x64, 0x3f, 0x73, 0x99, 0xc3, 0x44, 0x7f, 0x7f, - 0x02, 0x2e, 0xe4, 0x98, 0xd1, 0xef, 0xc3, 0xd4, 0x76, 0x83, 0x98, 0xfe, 0x4a, 0xe2, 0x63, 0x32, - 0x5d, 0xbb, 0xba, 0x3a, 0x37, 0xb1, 0x6c, 0x15, 0x53, 0x1d, 0x28, 0xb8, 0xb3, 0x09, 0xf4, 0x55, - 0x0b, 0xa6, 0x9d, 0x87, 0x51, 0x47, 0x4e, 0x32, 0xb1, 0x66, 0x5e, 0xcb, 0xd4, 0x2d, 0xf4, 0xc8, - 0x61, 0xc6, 0xd3, 0x77, 0x64, 0x61, 0xe1, 0xcc, 0xb6, 0x10, 0x16, 0xd1, 0x0d, 0xa9, 0xbc, 0xdd, - 0xc5, 0xa3, 0x2e, 0xcb, 0xdf, 0x81, 0xf3, 0x54, 0x09, 0xc1, 0x8a, 0x0e, 0xba, 0x0f, 0xe5, 0x6d, - 0xe9, 0x84, 0x24, 0x78, 0x76, 0xe6, 0x21, 0x98, 0xe9, 0xa9, 0xc4, 0x0d, 0x6f, 0x15, 0x08, 0x27, - 0xa4, 0xd0, 0x5b, 0x50, 0xf4, 0xb7, 0xa2, 0x6e, 0x79, 0x2f, 0x52, 0x86, 0x28, 0xdc, 0x5b, 0x75, - 0x7d, 0xa5, 0x8e, 0x69, 0x45, 0x74, 0x0b, 0x8a, 0xe1, 0x66, 0x53, 0xa8, 0xc3, 0x32, 0xe5, 0x52, - 0xbc, 0x58, 0xcd, 0x5e, 0x24, 0x9c, 0x12, 0x5e, 0xac, 0x62, 0x4a, 0x02, 0xd5, 0x60, 0x80, 0x59, - 0x9c, 0x0b, 0xad, 0x57, 0xa6, 0x40, 0xda, 0xc5, 0x73, 0x83, 0xbb, 0xb4, 0x32, 0x04, 0xcc, 0x09, - 0xa1, 0xb7, 0x61, 0xb0, 0xc1, 0x52, 0x43, 0x88, 0x80, 0xba, 0xd9, 0xb1, 0x4e, 0x3a, 0x92, 0x47, - 0x70, 0xf5, 0x3f, 0x2f, 0xc7, 0x82, 0x02, 0xda, 0x80, 0xc1, 0x06, 0x69, 0xed, 0x6c, 0x45, 0xec, - 0xe2, 0x6d, 0x0a, 0xf8, 0x09, 0xad, 0x2e, 0x99, 0x50, 0x04, 0x55, 0x86, 0x81, 0x05, 0x2d, 0xf4, - 0x59, 0x28, 0x6c, 0x35, 0x84, 0x19, 0x7a, 0xa6, 0xde, 0xcb, 0x74, 0x33, 0x5e, 0x1c, 0x3c, 0x3a, - 0xac, 0x14, 0x56, 0x96, 0x70, 0x61, 0xab, 0x81, 0xd6, 0x61, 0x68, 0x8b, 0x3b, 0x26, 0x0a, 0xef, - 0xff, 0xe7, 0xb3, 0x7d, 0x26, 0x3b, 0x7c, 0x17, 0xb9, 0xf9, 0xb4, 0x00, 0x60, 0x49, 0x84, 0x05, - 0x06, 0x54, 0x0e, 0x96, 0x22, 0x42, 0xee, 0xdc, 0xc9, 0x9c, 0x62, 0xb9, 0xcb, 0x73, 0xe2, 0xa6, - 0x89, 0x35, 0x8a, 0xe8, 0x2b, 0x50, 0x76, 0x64, 0x0e, 0x2c, 0x11, 0x41, 0xe0, 0xd5, 0xcc, 0xed, - 0xd8, 0x3d, 0x3d, 0x18, 0x5f, 0xcb, 0x0a, 0x09, 0x27, 0x44, 0xd1, 0x2e, 0x8c, 0xed, 0x47, 0xad, - 0x1d, 0x22, 0xb7, 0x2f, 0x0b, 0x28, 0x90, 0x73, 0x5c, 0xdd, 0x17, 0x88, 0x6e, 0x18, 0xb7, 0x1d, - 0xaf, 0x83, 0xe3, 0x30, 0xab, 0xfb, 0xfb, 0x3a, 0x31, 0x6c, 0xd2, 0xa6, 0xc3, 0xff, 0x7e, 0x3b, - 0xd8, 0x3c, 0x88, 0x89, 0x08, 0xa9, 0x9b, 0x39, 0xfc, 0xef, 0x70, 0x94, 0xce, 0xe1, 0x17, 0x00, - 0x2c, 0x89, 0xd0, 0x0d, 0xee, 0xc8, 0xfc, 0x72, 0x2c, 0x94, 0x6e, 0xce, 0x06, 0xcf, 0x4c, 0x42, - 0xa7, 0x0d, 0x0a, 0xe3, 0x8c, 0x09, 0x29, 0xc6, 0x11, 0x5b, 0x3b, 0x41, 0x1c, 0xf8, 0x29, 0x6e, - 0x3c, 0x95, 0xcf, 0x11, 0x6b, 0x19, 0xf8, 0x9d, 0x1c, 0x31, 0x0b, 0x0b, 0x67, 0xb6, 0x85, 0x9a, - 0x30, 0xde, 0x0a, 0xc2, 0xf8, 0x61, 0x10, 0xca, 0xf5, 0x85, 0xba, 0x5c, 0xf2, 0x0d, 0x4c, 0xd1, - 0x22, 0x0b, 0xf1, 0x6c, 0x42, 0x70, 0x8a, 0x26, 0xfa, 0x02, 0x0c, 0x45, 0x0d, 0xc7, 0x23, 0xab, - 0x77, 0x67, 0xce, 0xe5, 0x1f, 0x35, 0x75, 0x8e, 0x92, 0xb3, 0xba, 0xd8, 0xe4, 0x08, 0x14, 0x2c, - 0xc9, 0xa1, 0x15, 0x18, 0x60, 0x71, 0xda, 0x59, 0x34, 0xe0, 0x9c, 0x48, 0x35, 0x1d, 0x86, 0x7e, - 0x9c, 0x23, 0xb1, 0x62, 0xcc, 0xab, 0xd3, 0x3d, 0x20, 0x64, 0xdd, 0x20, 0x9a, 0x39, 0x9f, 0xbf, - 0x07, 0x84, 0x88, 0x7c, 0xb7, 0xde, 0x6d, 0x0f, 0x28, 0x24, 0x9c, 0x10, 0xa5, 0xfc, 0x98, 0xf2, - 0xd0, 0x0b, 0xf9, 0xfc, 0x38, 0x9f, 0x83, 0x32, 0x7e, 0x4c, 0xf9, 0x27, 0x25, 0x61, 0xff, 0xc1, - 0x50, 0xa7, 0x7c, 0xc2, 0x6e, 0x47, 0x3f, 0x60, 0x75, 0x3c, 0x77, 0x7d, 0xa6, 0x5f, 0x65, 0xcd, - 0x29, 0x4a, 0xa6, 0x5f, 0xb5, 0xe0, 0x42, 0x2b, 0xf3, 0x43, 0xc4, 0x61, 0xdf, 0x9f, 0xce, 0x87, - 0x7f, 0xba, 0x8a, 0xd8, 0x9d, 0x0d, 0xc7, 0x39, 0x2d, 0xa5, 0xa5, 0xff, 0xe2, 0x87, 0x96, 0xfe, - 0xd7, 0x60, 0x98, 0x09, 0x94, 0x49, 0x58, 0xa4, 0xbe, 0xac, 0x47, 0x98, 0xd8, 0xb0, 0x24, 0x2a, - 0x62, 0x45, 0x02, 0xfd, 0xa8, 0x05, 0x97, 0xd2, 0x5d, 0xc7, 0x84, 0x81, 0x45, 0x7c, 0x6b, 0x7e, - 0x31, 0x5b, 0x11, 0xdf, 0x7f, 0xa9, 0xd6, 0x0d, 0xf9, 0xb8, 0x17, 0x02, 0xee, 0xde, 0x18, 0xaa, - 0x66, 0xdc, 0x0c, 0x07, 0x4d, 0x6d, 0x78, 0x1f, 0xb7, 0xc3, 0xd7, 0x60, 0x74, 0x2f, 0x68, 0xfb, - 0xb1, 0x30, 0xef, 0x10, 0x8e, 0x63, 0xec, 0xcd, 0x76, 0x4d, 0x2b, 0xc7, 0x06, 0x56, 0xea, 0x4e, - 0x39, 0xfc, 0xb8, 0x77, 0x4a, 0xf4, 0x6e, 0x2a, 0x1f, 0x6c, 0x39, 0x5f, 0xb6, 0x10, 0xd7, 0xef, - 0x13, 0x64, 0x85, 0x3d, 0xdb, 0x7b, 0xd0, 0xd7, 0xad, 0x0c, 0x01, 0x9e, 0xdf, 0x8c, 0x3f, 0x67, - 0xde, 0x8c, 0xaf, 0xa6, 0x6f, 0xc6, 0x1d, 0x9a, 0x50, 0xe3, 0x52, 0xdc, 0x7f, 0x30, 0xde, 0x7e, - 0xa3, 0x5b, 0xd9, 0x1e, 0x5c, 0xe9, 0x75, 0x2c, 0x31, 0x3b, 0x9f, 0xa6, 0x7a, 0xf7, 0x4a, 0xec, - 0x7c, 0x9a, 0xab, 0x55, 0xcc, 0x20, 0xfd, 0x86, 0x3f, 0xb0, 0xff, 0x87, 0x05, 0xc5, 0x5a, 0xd0, - 0x3c, 0x03, 0xcd, 0xee, 0xe7, 0x0d, 0xcd, 0xee, 0xd3, 0x39, 0x79, 0x7a, 0x73, 0xf5, 0xb8, 0xcb, - 0x29, 0x3d, 0xee, 0xa5, 0x3c, 0x02, 0xdd, 0xb5, 0xb6, 0x3f, 0x5b, 0x04, 0x3d, 0xab, 0x30, 0xfa, - 0x77, 0x8f, 0x63, 0x30, 0x5a, 0xec, 0x96, 0x68, 0x58, 0x50, 0x66, 0xe6, 0x41, 0xd2, 0x17, 0xea, - 0x2f, 0x99, 0xdd, 0xe8, 0x03, 0xe2, 0x6e, 0xef, 0xc4, 0xa4, 0x99, 0xfe, 0x9c, 0xb3, 0xb3, 0x1b, - 0xfd, 0x6f, 0x16, 0x4c, 0xa4, 0x5a, 0x47, 0x1e, 0x8c, 0x79, 0xba, 0x5a, 0x4e, 0xac, 0xd3, 0xc7, - 0xd2, 0xe8, 0xf1, 0xec, 0x1c, 0x7a, 0x11, 0x36, 0x89, 0xa3, 0x39, 0x00, 0xf5, 0x6c, 0x26, 0xb5, - 0x5d, 0x4c, 0xea, 0x57, 0xef, 0x6a, 0x11, 0xd6, 0x30, 0xd0, 0xeb, 0x30, 0x12, 0x07, 0xad, 0xc0, - 0x0b, 0xb6, 0x0f, 0x6e, 0x13, 0x19, 0x70, 0x43, 0xc5, 0x67, 0xd8, 0x48, 0x40, 0x58, 0xc7, 0xb3, - 0x7f, 0xbe, 0x08, 0xe9, 0x4c, 0xd4, 0xdf, 0x5a, 0x93, 0x1f, 0xcf, 0x35, 0xf9, 0x4d, 0x0b, 0x26, - 0x69, 0xeb, 0xcc, 0xe2, 0x42, 0x1e, 0xb6, 0x2a, 0x29, 0x88, 0xd5, 0x25, 0x29, 0xc8, 0x55, 0xca, - 0xbb, 0x9a, 0x41, 0x3b, 0x16, 0xda, 0x32, 0x8d, 0x39, 0xd1, 0x52, 0x2c, 0xa0, 0x02, 0x8f, 0x84, - 0xa1, 0x70, 0x57, 0xd1, 0xf1, 0x48, 0x18, 0x62, 0x01, 0x95, 0x39, 0x43, 0x4a, 0x39, 0x39, 0x43, - 0x58, 0xf8, 0x30, 0xf1, 0xca, 0x2f, 0xc4, 0x1e, 0x2d, 0x7c, 0x98, 0x7c, 0xfe, 0x4f, 0x70, 0xec, - 0x5f, 0x2a, 0xc2, 0x68, 0x2d, 0x68, 0x26, 0x0f, 0x57, 0xaf, 0x19, 0x0f, 0x57, 0x57, 0x52, 0x0f, - 0x57, 0x93, 0x3a, 0xee, 0xb7, 0x9e, 0xa9, 0x3e, 0xaa, 0x67, 0xaa, 0x7f, 0x6d, 0xb1, 0x59, 0xab, - 0xae, 0xd7, 0x45, 0xd6, 0xcd, 0x57, 0x60, 0x84, 0x31, 0x24, 0xe6, 0x1f, 0x25, 0x5f, 0x73, 0x58, - 0x38, 0xf0, 0xf5, 0xa4, 0x18, 0xeb, 0x38, 0xe8, 0x1a, 0x0c, 0x47, 0xc4, 0x09, 0x1b, 0x3b, 0x8a, - 0xc7, 0x89, 0xb7, 0x0e, 0x5e, 0x86, 0x15, 0x14, 0xbd, 0x93, 0x44, 0xae, 0x2a, 0xe6, 0xe7, 0x8f, - 0xd4, 0xfb, 0xc3, 0xb7, 0x48, 0x7e, 0xb8, 0x2a, 0xfb, 0x01, 0xa0, 0x4e, 0xfc, 0x3e, 0x62, 0xd4, - 0x54, 0xcc, 0x18, 0x35, 0xe5, 0x8e, 0xf8, 0x34, 0x7f, 0x6e, 0xc1, 0x78, 0x2d, 0x68, 0xd2, 0xad, - 0xfb, 0x57, 0x69, 0x9f, 0xea, 0x61, 0xfb, 0x06, 0xbb, 0x84, 0xed, 0xfb, 0x47, 0x16, 0x0c, 0xd5, - 0x82, 0xe6, 0x19, 0xe8, 0xd8, 0x3f, 0x67, 0xea, 0xd8, 0x9f, 0xca, 0x59, 0x12, 0x39, 0x6a, 0xf5, - 0x5f, 0x29, 0xc2, 0x18, 0xed, 0x67, 0xb0, 0x2d, 0x67, 0xc9, 0x18, 0x11, 0xab, 0x8f, 0x11, 0xa1, - 0x62, 0x6e, 0xe0, 0x79, 0xc1, 0xc3, 0xf4, 0x8c, 0xad, 0xb0, 0x52, 0x2c, 0xa0, 0xe8, 0x25, 0x18, - 0x6e, 0x85, 0x64, 0xdf, 0x0d, 0x84, 0xfc, 0xa8, 0xbd, 0x58, 0xd4, 0x44, 0x39, 0x56, 0x18, 0xf4, - 0xde, 0x15, 0xb9, 0x7e, 0x83, 0xc8, 0xe4, 0xb5, 0x25, 0x96, 0x1d, 0x88, 0xc7, 0xe3, 0xd5, 0xca, - 0xb1, 0x81, 0x85, 0x1e, 0x40, 0x99, 0xfd, 0x67, 0x1c, 0xe5, 0xe4, 0xd9, 0x4c, 0x44, 0x10, 0x7c, - 0x41, 0x00, 0x27, 0xb4, 0xd0, 0x75, 0x80, 0x58, 0xc6, 0x6c, 0x8d, 0x44, 0xa8, 0x11, 0x25, 0x6b, - 0xab, 0x68, 0xae, 0x11, 0xd6, 0xb0, 0xd0, 0x8b, 0x50, 0x8e, 0x1d, 0xd7, 0xbb, 0xe3, 0xfa, 0x24, - 0x62, 0x8a, 0xe6, 0xa2, 0x8c, 0x71, 0x2f, 0x0a, 0x71, 0x02, 0xa7, 0xb2, 0x0e, 0xf3, 0xc3, 0xe5, - 0xb9, 0x90, 0x86, 0x19, 0x36, 0x93, 0x75, 0xee, 0xa8, 0x52, 0xac, 0x61, 0xd8, 0x37, 0xe0, 0x7c, - 0x2d, 0x68, 0xd6, 0x82, 0x30, 0x5e, 0x09, 0xc2, 0x87, 0x4e, 0xd8, 0x94, 0xf3, 0x57, 0x91, 0xe1, - 0xd6, 0x29, 0xef, 0x19, 0xe0, 0x3b, 0xd3, 0x08, 0xa4, 0xfe, 0x2a, 0x93, 0x76, 0x4e, 0xe8, 0xb3, - 0xf0, 0x7f, 0x0a, 0x8c, 0x51, 0xa4, 0x12, 0x74, 0xa1, 0x2f, 0xc3, 0x78, 0x44, 0xee, 0xb8, 0x7e, - 0xfb, 0x91, 0xbc, 0x1f, 0x77, 0x71, 0x08, 0xa9, 0x2f, 0xeb, 0x98, 0x5c, 0xcb, 0x66, 0x96, 0xe1, - 0x14, 0x35, 0x3a, 0x84, 0x61, 0xdb, 0x5f, 0x88, 0xee, 0x45, 0x24, 0x14, 0x09, 0xa2, 0xd8, 0x10, - 0x62, 0x59, 0x88, 0x13, 0x38, 0x5d, 0x32, 0xec, 0xcf, 0x7a, 0xe0, 0xe3, 0x20, 0x88, 0xe5, 0x22, - 0x63, 0x29, 0x46, 0xb4, 0x72, 0x6c, 0x60, 0xa1, 0x15, 0x40, 0x51, 0xbb, 0xd5, 0xf2, 0xd8, 0x03, - 0xb8, 0xe3, 0xdd, 0x0c, 0x83, 0x76, 0x8b, 0x3f, 0x3e, 0x16, 0x79, 0xea, 0xf6, 0x7a, 0x07, 0x14, - 0x67, 0xd4, 0xa0, 0x8c, 0x61, 0x2b, 0x62, 0xbf, 0xd9, 0xc2, 0x2b, 0x0a, 0xcd, 0x77, 0x9d, 0x15, - 0x61, 0x09, 0xa3, 0xf3, 0xcc, 0x9a, 0xe7, 0x98, 0x83, 0xc9, 0x3c, 0x63, 0x55, 0x8a, 0x35, 0x0c, - 0xfb, 0xfb, 0xd8, 0x01, 0xc3, 0xf2, 0x00, 0xc5, 0xed, 0x90, 0xa0, 0x3d, 0x18, 0x6b, 0xb1, 0xa3, - 0x5f, 0x44, 0xa9, 0x15, 0x03, 0xfe, 0x5a, 0x9f, 0x37, 0xc5, 0x87, 0x74, 0xf3, 0x2a, 0x4d, 0x0e, - 0x13, 0xc1, 0x6b, 0x3a, 0x39, 0x6c, 0x52, 0xb7, 0x7f, 0x76, 0x92, 0xf1, 0xb1, 0x3a, 0xbf, 0xfe, - 0x0d, 0x09, 0x8b, 0x57, 0x21, 0xeb, 0xce, 0xe6, 0xeb, 0x21, 0x92, 0x23, 0x47, 0x58, 0xcd, 0x62, - 0x59, 0x17, 0xbd, 0xc3, 0x5e, 0x79, 0x39, 0xf3, 0xe8, 0x95, 0x50, 0x94, 0x63, 0x19, 0x0f, 0xba, - 0xa2, 0x22, 0xd6, 0x88, 0xa0, 0x3b, 0x30, 0x26, 0xd2, 0xc6, 0x08, 0x45, 0x53, 0xd1, 0x50, 0x24, - 0x8c, 0x61, 0x1d, 0x78, 0x9c, 0x2e, 0xc0, 0x66, 0x65, 0xb4, 0x0d, 0x97, 0xb4, 0x1c, 0x6a, 0x37, - 0x43, 0x87, 0xbd, 0xfc, 0xb9, 0x6c, 0xf5, 0x6b, 0xbc, 0xe8, 0xd9, 0xa3, 0xc3, 0xca, 0xa5, 0x8d, - 0x6e, 0x88, 0xb8, 0x3b, 0x1d, 0x74, 0x17, 0xce, 0x3b, 0x8d, 0xd8, 0xdd, 0x27, 0x55, 0xe2, 0x34, - 0x3d, 0xd7, 0x57, 0xcc, 0x8e, 0x2f, 0xa0, 0x8b, 0x47, 0x87, 0x95, 0xf3, 0x0b, 0x59, 0x08, 0x38, - 0xbb, 0x1e, 0xfa, 0x1c, 0x94, 0x9b, 0x7e, 0x24, 0xc6, 0x60, 0xd0, 0x48, 0x0f, 0x58, 0xae, 0xae, - 0xd7, 0xd5, 0xf7, 0x27, 0x7f, 0x70, 0x52, 0x01, 0x6d, 0x73, 0x65, 0x93, 0xba, 0xdb, 0x0d, 0xe5, - 0x27, 0x33, 0x16, 0x4b, 0xc2, 0x70, 0x32, 0xe1, 0x5a, 0x56, 0x65, 0xe4, 0x69, 0xf8, 0x9f, 0x18, - 0x84, 0xd1, 0xdb, 0x80, 0xa8, 0xf0, 0xe3, 0x36, 0xc8, 0x42, 0x83, 0x05, 0x0b, 0x66, 0xba, 0xb9, - 0x61, 0xc3, 0x94, 0x1f, 0xd5, 0x3b, 0x30, 0x70, 0x46, 0x2d, 0x74, 0x8b, 0x72, 0x20, 0xbd, 0x54, - 0x18, 0xab, 0x4a, 0x81, 0x79, 0xa6, 0x4a, 0x5a, 0x21, 0x69, 0x38, 0x31, 0x69, 0x9a, 0x14, 0x71, - 0xaa, 0x1e, 0x3d, 0x9f, 0x54, 0xde, 0x10, 0x30, 0x23, 0x02, 0x74, 0xe6, 0x0e, 0xa1, 0x77, 0xcd, - 0x9d, 0x20, 0x8a, 0xd7, 0x49, 0xfc, 0x30, 0x08, 0x77, 0x45, 0x00, 0xa6, 0x24, 0x16, 0x60, 0x02, - 0xc2, 0x3a, 0x1e, 0x95, 0x2d, 0xd9, 0x33, 0xeb, 0x6a, 0x95, 0xbd, 0x7a, 0x0d, 0x27, 0xfb, 0xe4, - 0x16, 0x2f, 0xc6, 0x12, 0x2e, 0x51, 0x57, 0x6b, 0x4b, 0xec, 0x05, 0x2b, 0x85, 0xba, 0x5a, 0x5b, - 0xc2, 0x12, 0x8e, 0x48, 0x67, 0xea, 0xc5, 0xf1, 0x7c, 0x4d, 0x61, 0x27, 0x1f, 0xef, 0x33, 0xfb, - 0xa2, 0x0f, 0x93, 0x2a, 0xe9, 0x23, 0x8f, 0x4c, 0x15, 0xcd, 0x4c, 0xb0, 0x45, 0xd2, 0x7f, 0x58, - 0x2b, 0xa5, 0x7b, 0x5d, 0x4d, 0x51, 0xc2, 0x1d, 0xb4, 0x8d, 0x18, 0x0d, 0x93, 0x3d, 0xf3, 0xbe, - 0xcc, 0x43, 0x39, 0x6a, 0x6f, 0x36, 0x83, 0x3d, 0xc7, 0xf5, 0xd9, 0x83, 0x93, 0x26, 0xb8, 0xd4, - 0x25, 0x00, 0x27, 0x38, 0x68, 0x05, 0x86, 0x1d, 0xa9, 0x58, 0x45, 0xf9, 0x4e, 0xdb, 0x4a, 0x9d, - 0xca, 0xc4, 0x72, 0xa5, 0x4a, 0x55, 0x75, 0xd1, 0x9b, 0x30, 0x26, 0xdc, 0x89, 0xb8, 0x2b, 0x3b, - 0x7b, 0x10, 0xd2, 0x2c, 0xcf, 0xeb, 0x3a, 0x10, 0x9b, 0xb8, 0xe8, 0xbb, 0x61, 0x9c, 0x52, 0x49, - 0x18, 0xdb, 0xcc, 0x74, 0x3f, 0x1c, 0x51, 0x8b, 0xe7, 0xaf, 0x57, 0xc6, 0x29, 0x62, 0xa8, 0x09, - 0xcf, 0x38, 0xed, 0x38, 0x60, 0xca, 0x69, 0x73, 0xfd, 0x6f, 0x04, 0xbb, 0xc4, 0x67, 0xef, 0x42, - 0xc3, 0x8b, 0x57, 0x8e, 0x0e, 0x2b, 0xcf, 0x2c, 0x74, 0xc1, 0xc3, 0x5d, 0xa9, 0xa0, 0x7b, 0x30, - 0x12, 0x07, 0x1e, 0xb3, 0x01, 0xa7, 0x32, 0xc0, 0x85, 0xfc, 0x18, 0x27, 0x1b, 0x0a, 0x4d, 0x57, - 0xcc, 0xa8, 0xaa, 0x58, 0xa7, 0x83, 0x36, 0xf8, 0x1e, 0x63, 0xd1, 0x1f, 0x49, 0x34, 0xf3, 0x54, - 0xfe, 0xc0, 0xa8, 0x20, 0x91, 0xe6, 0x16, 0x14, 0x35, 0xb1, 0x4e, 0x06, 0xdd, 0x84, 0xa9, 0x56, - 0xe8, 0x06, 0x6c, 0x61, 0xab, 0x87, 0x81, 0x19, 0x33, 0x84, 0x7b, 0x2d, 0x8d, 0x80, 0x3b, 0xeb, - 0xd0, 0x8b, 0x9b, 0x2c, 0x9c, 0xb9, 0xc8, 0xf3, 0x01, 0x71, 0x61, 0x96, 0x97, 0x61, 0x05, 0x45, - 0x6b, 0x8c, 0x2f, 0xf3, 0x2b, 0xd6, 0xcc, 0x6c, 0xbe, 0xb3, 0xbb, 0x7e, 0x15, 0xe3, 0x82, 0x8e, - 0xfa, 0x8b, 0x13, 0x0a, 0xf4, 0xdc, 0x88, 0x76, 0x9c, 0x90, 0xd4, 0xc2, 0xa0, 0x41, 0x78, 0x67, - 0xb8, 0xf9, 0xf9, 0xd3, 0x3c, 0x48, 0x1d, 0x3d, 0x37, 0xea, 0x59, 0x08, 0x38, 0xbb, 0xde, 0xec, - 0x77, 0xc0, 0x54, 0x07, 0x27, 0x3f, 0x51, 0xe4, 0xe2, 0x3f, 0x1b, 0x80, 0xb2, 0x52, 0xfc, 0xa2, - 0x79, 0x53, 0x9f, 0x7f, 0x31, 0xad, 0xcf, 0x1f, 0xa6, 0xf2, 0xa7, 0xae, 0xc2, 0xdf, 0x30, 0x0c, - 0xbf, 0x0a, 0xf9, 0x79, 0x82, 0x74, 0xad, 0x47, 0x4f, 0xdf, 0x2c, 0xed, 0x1e, 0x5f, 0xec, 0xfb, - 0x61, 0xa0, 0xd4, 0x55, 0x35, 0xd0, 0x67, 0x9a, 0x4e, 0x7a, 0xd5, 0x6d, 0x05, 0xcd, 0xd5, 0x5a, - 0x3a, 0x6f, 0x5d, 0x8d, 0x16, 0x62, 0x0e, 0x63, 0x97, 0x15, 0x2a, 0x76, 0xb0, 0xcb, 0xca, 0xd0, - 0x63, 0x5e, 0x56, 0x24, 0x01, 0x9c, 0xd0, 0x42, 0x1e, 0x4c, 0x35, 0xcc, 0x94, 0x83, 0xca, 0x1f, - 0xeb, 0xb9, 0x9e, 0xc9, 0xff, 0xda, 0x5a, 0x7e, 0xa7, 0xa5, 0x34, 0x15, 0xdc, 0x49, 0x18, 0xbd, - 0x09, 0xc3, 0xef, 0x07, 0x11, 0xdb, 0x16, 0xe2, 0xec, 0x95, 0x1e, 0x30, 0xc3, 0xef, 0xdc, 0xad, - 0xb3, 0xf2, 0xe3, 0xc3, 0xca, 0x48, 0x2d, 0x68, 0xca, 0xbf, 0x58, 0x55, 0x40, 0x8f, 0xe0, 0xbc, - 0xc1, 0xb1, 0x54, 0x77, 0xa1, 0xff, 0xee, 0x5e, 0x12, 0xcd, 0x9d, 0x5f, 0xcd, 0xa2, 0x84, 0xb3, - 0x1b, 0xa0, 0x6c, 0xc0, 0x0f, 0x44, 0xba, 0x4e, 0x79, 0xbe, 0xb3, 0x63, 0xbc, 0xac, 0x7b, 0x14, - 0xa7, 0x10, 0x70, 0x67, 0x1d, 0xfb, 0x1b, 0x5c, 0x4f, 0x2e, 0xb4, 0x69, 0x24, 0x6a, 0x7b, 0x67, - 0x91, 0x0d, 0x66, 0xd9, 0x50, 0xf4, 0x3d, 0xf6, 0x5b, 0xcc, 0x6f, 0x59, 0xec, 0x2d, 0x66, 0x83, - 0xec, 0xb5, 0x3c, 0x27, 0x3e, 0x0b, 0xcf, 0x8b, 0x77, 0x60, 0x38, 0x16, 0xad, 0x75, 0x4b, 0x60, - 0xa3, 0x75, 0x8a, 0xbd, 0x47, 0xa9, 0x93, 0x5f, 0x96, 0x62, 0x45, 0xc6, 0xfe, 0x17, 0x7c, 0x06, - 0x24, 0xe4, 0x0c, 0x94, 0x2e, 0x55, 0x53, 0xe9, 0x52, 0xe9, 0xf1, 0x05, 0x39, 0xca, 0x97, 0x7f, - 0x6e, 0xf6, 0x9b, 0x5d, 0xb2, 0x3e, 0xee, 0x8f, 0x80, 0xf6, 0x4f, 0x5a, 0x30, 0x9d, 0x65, 0x35, - 0x43, 0xa5, 0x35, 0x7e, 0xc5, 0x53, 0x8f, 0xa2, 0x6a, 0x04, 0xef, 0x8b, 0x72, 0xac, 0x30, 0xfa, - 0x8e, 0x0d, 0x7f, 0xb2, 0x00, 0x52, 0x77, 0x61, 0xac, 0x16, 0x12, 0xed, 0x0c, 0x78, 0x8b, 0xbb, - 0x52, 0xf1, 0xfe, 0xbc, 0x74, 0x62, 0x37, 0x2a, 0xfb, 0x17, 0x0a, 0x30, 0xcd, 0x5f, 0x35, 0x16, - 0xf6, 0x03, 0xb7, 0x59, 0x0b, 0x9a, 0x22, 0xae, 0xff, 0x97, 0x60, 0xb4, 0xa5, 0xdd, 0xcb, 0xbb, - 0x85, 0xb0, 0xd1, 0xef, 0xef, 0xc9, 0xfd, 0x48, 0x2f, 0xc5, 0x06, 0x2d, 0xd4, 0x84, 0x51, 0xb2, - 0xef, 0x36, 0x94, 0x6a, 0xbc, 0x70, 0xe2, 0xb3, 0x41, 0xb5, 0xb2, 0xac, 0xd1, 0xc1, 0x06, 0xd5, - 0x27, 0x90, 0xea, 0xc9, 0xfe, 0x29, 0x0b, 0x9e, 0xca, 0x09, 0x78, 0x43, 0x9b, 0x7b, 0xc8, 0xde, - 0x8f, 0x44, 0xd6, 0x18, 0xd5, 0x1c, 0x7f, 0x55, 0xc2, 0x02, 0x8a, 0xbe, 0x00, 0xc0, 0x5f, 0x85, - 0xe8, 0x75, 0x41, 0x7c, 0x7a, 0x7f, 0x81, 0x20, 0xb4, 0x20, 0x01, 0xb2, 0x3e, 0xd6, 0x68, 0xd9, - 0x3f, 0x57, 0x84, 0x01, 0x9e, 0x9f, 0x7f, 0x05, 0x86, 0x76, 0x78, 0x78, 0xd7, 0x7e, 0x22, 0xc9, - 0x26, 0xf7, 0x2e, 0x5e, 0x80, 0x65, 0x65, 0xb4, 0x06, 0xe7, 0x78, 0x78, 0x5c, 0xaf, 0x4a, 0x3c, - 0xe7, 0x40, 0x5e, 0xdf, 0x79, 0xa6, 0x15, 0x15, 0xf0, 0x60, 0xb5, 0x13, 0x05, 0x67, 0xd5, 0x43, - 0x6f, 0xc1, 0x78, 0xec, 0xee, 0x91, 0xa0, 0x1d, 0x4b, 0x4a, 0x3c, 0x30, 0xae, 0x12, 0xf6, 0x37, - 0x0c, 0x28, 0x4e, 0x61, 0xd3, 0x8b, 0x48, 0xab, 0x43, 0x51, 0xa1, 0xe5, 0x2e, 0x37, 0x95, 0x13, - 0x26, 0x2e, 0x33, 0x97, 0x69, 0x33, 0xe3, 0xa0, 0x8d, 0x9d, 0x90, 0x44, 0x3b, 0x81, 0xd7, 0x14, - 0x89, 0x7a, 0x13, 0x73, 0x99, 0x14, 0x1c, 0x77, 0xd4, 0xa0, 0x54, 0xb6, 0x1c, 0xd7, 0x6b, 0x87, - 0x24, 0xa1, 0x32, 0x68, 0x52, 0x59, 0x49, 0xc1, 0x71, 0x47, 0x0d, 0xba, 0x8e, 0xce, 0x8b, 0xcc, - 0xb9, 0xd2, 0x0d, 0x5b, 0xd9, 0x40, 0x0d, 0x49, 0xd7, 0x96, 0x2e, 0x31, 0x42, 0x84, 0x95, 0x88, - 0xca, 0xbd, 0xab, 0xe5, 0x65, 0x14, 0x4e, 0x2d, 0x92, 0xca, 0xe3, 0xe4, 0x6f, 0xfd, 0x03, 0x0b, - 0xce, 0x65, 0xd8, 0x5a, 0x72, 0x56, 0xb5, 0xed, 0x46, 0xb1, 0xca, 0x26, 0xa1, 0xb1, 0x2a, 0x5e, - 0x8e, 0x15, 0x06, 0xdd, 0x0f, 0x9c, 0x19, 0xa6, 0x19, 0xa0, 0xb0, 0x65, 0x12, 0xd0, 0x93, 0x31, - 0x40, 0x74, 0x05, 0x4a, 0xed, 0x88, 0x84, 0x32, 0xf1, 0xa9, 0xe4, 0xdf, 0x4c, 0x55, 0xca, 0x20, - 0x54, 0x34, 0xdd, 0x56, 0x5a, 0x4a, 0x4d, 0x34, 0xe5, 0xaa, 0x47, 0x0e, 0xb3, 0xbf, 0x56, 0x84, - 0x8b, 0xb9, 0xb6, 0xd4, 0xb4, 0x4b, 0x7b, 0x81, 0xef, 0xc6, 0x81, 0x7a, 0xe1, 0xe2, 0x31, 0x2c, - 0x48, 0x6b, 0x67, 0x4d, 0x94, 0x63, 0x85, 0x81, 0xae, 0xca, 0x1c, 0xce, 0xe9, 0x7c, 0x19, 0x8b, - 0x55, 0x23, 0x8d, 0x73, 0xbf, 0xb9, 0x88, 0x9e, 0x83, 0x52, 0x2b, 0x50, 0x09, 0xf6, 0xd5, 0xcc, - 0xd2, 0xee, 0x06, 0x81, 0x87, 0x19, 0x10, 0x7d, 0x4a, 0x8c, 0x43, 0xea, 0x49, 0x07, 0x3b, 0xcd, - 0x20, 0xd2, 0x06, 0xe3, 0x05, 0x18, 0xda, 0x25, 0x07, 0xa1, 0xeb, 0x6f, 0xa7, 0x9f, 0xfa, 0x6e, - 0xf3, 0x62, 0x2c, 0xe1, 0x66, 0xb8, 0xf8, 0xa1, 0xd3, 0x4e, 0x22, 0x34, 0xdc, 0xf3, 0x68, 0xfb, - 0x91, 0x22, 0x4c, 0xe0, 0xc5, 0xea, 0xb7, 0x26, 0xe2, 0x5e, 0xe7, 0x44, 0x9c, 0x76, 0x12, 0xa1, - 0xde, 0xb3, 0xf1, 0x2b, 0x16, 0x4c, 0xb0, 0x90, 0xaa, 0x22, 0x06, 0x83, 0x1b, 0xf8, 0x67, 0x20, - 0xba, 0x3d, 0x07, 0x03, 0x21, 0x6d, 0x34, 0x9d, 0x19, 0x84, 0xf5, 0x04, 0x73, 0x18, 0x7a, 0x06, - 0x4a, 0xac, 0x0b, 0x74, 0xf2, 0x46, 0x79, 0x50, 0xf5, 0xaa, 0x13, 0x3b, 0x98, 0x95, 0x32, 0xc7, - 0x62, 0x4c, 0x5a, 0x9e, 0xcb, 0x3b, 0x9d, 0xa8, 0xfa, 0x3f, 0x1e, 0x8e, 0xc5, 0x99, 0x5d, 0xfb, - 0x70, 0x8e, 0xc5, 0xd9, 0x24, 0xbb, 0x5f, 0x8b, 0xfe, 0x67, 0x01, 0x2e, 0x67, 0xd6, 0xeb, 0xdb, - 0xb1, 0xb8, 0x7b, 0xed, 0xd3, 0xb1, 0xd8, 0xc8, 0x36, 0xa4, 0x28, 0x9e, 0xa1, 0x21, 0x45, 0xa9, - 0x5f, 0xc9, 0x71, 0xa0, 0x0f, 0x7f, 0xdf, 0xcc, 0x21, 0xfb, 0x98, 0xf8, 0xfb, 0x66, 0xf6, 0x2d, - 0xe7, 0x5a, 0xf7, 0x17, 0x85, 0x9c, 0x6f, 0x61, 0x17, 0xbc, 0x6b, 0x94, 0xcf, 0x30, 0x60, 0x24, - 0x24, 0xe1, 0x51, 0xce, 0x63, 0x78, 0x19, 0x56, 0x50, 0xe4, 0x6a, 0x9e, 0xb3, 0x85, 0xfc, 0xbc, - 0x71, 0xb9, 0x4d, 0xcd, 0x99, 0x2f, 0x33, 0x6a, 0x08, 0x32, 0xbc, 0x68, 0xd7, 0xb4, 0x4b, 0x79, - 0xb1, 0xff, 0x4b, 0xf9, 0x68, 0xf6, 0x85, 0x1c, 0x2d, 0xc0, 0xc4, 0x9e, 0xeb, 0xb3, 0x3c, 0xe0, - 0xa6, 0x28, 0xaa, 0x02, 0x49, 0xac, 0x99, 0x60, 0x9c, 0xc6, 0x9f, 0x7d, 0x13, 0xc6, 0x1e, 0x5f, - 0x1d, 0xf9, 0xcd, 0x22, 0x3c, 0xdd, 0x65, 0xdb, 0x73, 0x5e, 0x6f, 0xcc, 0x81, 0xc6, 0xeb, 0x3b, - 0xe6, 0xa1, 0x06, 0xd3, 0x5b, 0x6d, 0xcf, 0x3b, 0x60, 0xb6, 0x8a, 0xa4, 0x29, 0x31, 0x84, 0xac, - 0x28, 0xb3, 0xbb, 0x4f, 0xaf, 0x64, 0xe0, 0xe0, 0xcc, 0x9a, 0xe8, 0x6d, 0x40, 0x81, 0x48, 0x5a, - 0x79, 0x93, 0xf8, 0x42, 0xdf, 0xcd, 0x06, 0xbe, 0x98, 0x6c, 0xc6, 0xbb, 0x1d, 0x18, 0x38, 0xa3, - 0x16, 0x15, 0xfa, 0xe9, 0xa9, 0x74, 0xa0, 0xba, 0x95, 0x12, 0xfa, 0xb1, 0x0e, 0xc4, 0x26, 0x2e, - 0xba, 0x09, 0x53, 0xce, 0xbe, 0xe3, 0xf2, 0xb0, 0x68, 0x92, 0x00, 0x97, 0xfa, 0x95, 0x12, 0x6c, - 0x21, 0x8d, 0x80, 0x3b, 0xeb, 0xa4, 0x5c, 0x77, 0x07, 0xf3, 0x5d, 0x77, 0xbb, 0xf3, 0xc5, 0x5e, - 0x3a, 0x5d, 0xfb, 0xbf, 0x58, 0xf4, 0xf8, 0xca, 0x48, 0x3c, 0x4d, 0xc7, 0x41, 0xe9, 0x26, 0x35, - 0x2f, 0x5a, 0x35, 0x0e, 0x4b, 0x3a, 0x10, 0x9b, 0xb8, 0x7c, 0x41, 0x44, 0x89, 0x43, 0x87, 0x21, - 0xba, 0x0b, 0x37, 0x79, 0x85, 0x81, 0xbe, 0x08, 0x43, 0x4d, 0x77, 0xdf, 0x8d, 0x82, 0x50, 0x6c, - 0x96, 0x13, 0x9a, 0xc5, 0x27, 0x7c, 0xb0, 0xca, 0xc9, 0x60, 0x49, 0xcf, 0xfe, 0x91, 0x02, 0x8c, - 0xc9, 0x16, 0xdf, 0x69, 0x07, 0xb1, 0x73, 0x06, 0xc7, 0xf2, 0x4d, 0xe3, 0x58, 0xfe, 0x54, 0xb7, - 0x58, 0x01, 0xac, 0x4b, 0xb9, 0xc7, 0xf1, 0xdd, 0xd4, 0x71, 0xfc, 0x7c, 0x6f, 0x52, 0xdd, 0x8f, - 0xe1, 0x7f, 0x69, 0xc1, 0x94, 0x81, 0x7f, 0x06, 0xa7, 0xc1, 0x8a, 0x79, 0x1a, 0x3c, 0xdb, 0xf3, - 0x1b, 0x72, 0x4e, 0x81, 0xaf, 0x17, 0x52, 0x7d, 0x67, 0xdc, 0xff, 0x7d, 0x28, 0xed, 0x38, 0x61, - 0xb3, 0x5b, 0x94, 0xcf, 0x8e, 0x4a, 0x73, 0xb7, 0x9c, 0xb0, 0xc9, 0x79, 0xf8, 0x4b, 0x2a, 0xd5, - 0x9d, 0x13, 0x36, 0x7b, 0xfa, 0x2f, 0xb1, 0xa6, 0xd0, 0x0d, 0x18, 0x8c, 0x1a, 0x41, 0x4b, 0x59, - 0x17, 0x5e, 0xe1, 0x69, 0xf0, 0x68, 0xc9, 0xf1, 0x61, 0x05, 0x99, 0xcd, 0xd1, 0x62, 0x2c, 0xf0, - 0x67, 0xb7, 0xa1, 0xac, 0x9a, 0x7e, 0xa2, 0xbe, 0x21, 0xff, 0xa9, 0x08, 0xe7, 0x32, 0xd6, 0x05, - 0x8a, 0x8c, 0xd1, 0x7a, 0xa5, 0xcf, 0xe5, 0xf4, 0x21, 0xc7, 0x2b, 0x62, 0x37, 0x96, 0xa6, 0x98, - 0xff, 0xbe, 0x1b, 0xbd, 0x17, 0x91, 0x74, 0xa3, 0xb4, 0xa8, 0x77, 0xa3, 0xb4, 0xb1, 0x33, 0x1b, - 0x6a, 0xda, 0x90, 0xea, 0xe9, 0x13, 0x9d, 0xd3, 0x3f, 0x2d, 0xc2, 0x74, 0x56, 0x88, 0x11, 0xf4, - 0xbd, 0xa9, 0x9c, 0x15, 0xaf, 0xf5, 0x1b, 0x9c, 0x84, 0x27, 0xb2, 0x10, 0x19, 0x58, 0xe7, 0xcc, - 0x2c, 0x16, 0x3d, 0x87, 0x59, 0xb4, 0xc9, 0x1c, 0x0a, 0x43, 0x9e, 0x6b, 0x44, 0x6e, 0xf1, 0xcf, - 0xf4, 0xdd, 0x01, 0x91, 0xa4, 0x24, 0x4a, 0x39, 0x14, 0xca, 0xe2, 0xde, 0x0e, 0x85, 0xb2, 0xe5, - 0x59, 0x17, 0x46, 0xb4, 0xaf, 0x79, 0xa2, 0x33, 0xbe, 0x4b, 0x4f, 0x14, 0xad, 0xdf, 0x4f, 0x74, - 0xd6, 0x7f, 0xca, 0x82, 0x94, 0x4d, 0x9f, 0x52, 0x49, 0x59, 0xb9, 0x2a, 0xa9, 0x2b, 0x50, 0x0a, - 0x03, 0x8f, 0xa4, 0xd3, 0x48, 0xe0, 0xc0, 0x23, 0x98, 0x41, 0x54, 0x02, 0xfc, 0x62, 0x6e, 0x02, - 0xfc, 0xe7, 0x60, 0xc0, 0x23, 0xfb, 0x44, 0x6a, 0x23, 0x14, 0x4f, 0xbe, 0x43, 0x0b, 0x31, 0x87, - 0xd9, 0xbf, 0x52, 0x82, 0x4b, 0x5d, 0x5d, 0x72, 0xe9, 0x95, 0x65, 0xdb, 0x89, 0xc9, 0x43, 0xe7, - 0x20, 0x1d, 0xe4, 0xf6, 0x26, 0x2f, 0xc6, 0x12, 0xce, 0x2c, 0x90, 0x79, 0x78, 0xbc, 0x94, 0x02, - 0x4f, 0x44, 0xc5, 0x13, 0xd0, 0x27, 0x90, 0x7d, 0xfa, 0x3a, 0x40, 0x14, 0x79, 0xcb, 0x3e, 0x95, - 0xc0, 0x9a, 0xc2, 0xb4, 0x39, 0x09, 0xa3, 0x58, 0xbf, 0x23, 0x20, 0x58, 0xc3, 0x42, 0x55, 0x98, - 0x6c, 0x85, 0x41, 0xcc, 0xf5, 0xa1, 0x55, 0x6e, 0x24, 0x33, 0x60, 0x7a, 0x43, 0xd6, 0x52, 0x70, - 0xdc, 0x51, 0x03, 0xbd, 0x0e, 0x23, 0xc2, 0x43, 0xb2, 0x16, 0x04, 0x9e, 0x50, 0xd5, 0x28, 0x93, - 0x8b, 0x7a, 0x02, 0xc2, 0x3a, 0x9e, 0x56, 0x8d, 0x29, 0x59, 0x87, 0x32, 0xab, 0x71, 0x45, 0xab, - 0x86, 0x97, 0x0a, 0x37, 0x34, 0xdc, 0x57, 0xb8, 0xa1, 0x44, 0x79, 0x55, 0xee, 0xfb, 0x5d, 0x09, - 0x7a, 0xaa, 0x7b, 0x7e, 0xb1, 0x04, 0xe7, 0xc4, 0xc2, 0x79, 0xd2, 0xcb, 0xe5, 0x09, 0xe5, 0xc8, - 0xfe, 0xd6, 0x9a, 0x39, 0xeb, 0x35, 0xf3, 0x8d, 0x22, 0x0c, 0xf2, 0xa9, 0x38, 0x03, 0x19, 0x7e, - 0x45, 0x28, 0xfd, 0xba, 0x04, 0xda, 0xe1, 0x7d, 0x99, 0xab, 0x3a, 0xb1, 0xc3, 0xcf, 0x2f, 0xc5, - 0x46, 0x13, 0xf5, 0x20, 0x9a, 0x33, 0x18, 0xed, 0x6c, 0x4a, 0xab, 0x05, 0x9c, 0x86, 0xc6, 0x76, - 0xbf, 0x0c, 0x10, 0xb1, 0x3c, 0xcd, 0x94, 0x86, 0x08, 0xd9, 0xf4, 0xe9, 0x2e, 0xad, 0xd7, 0x15, - 0x32, 0xef, 0x43, 0xb2, 0x04, 0x15, 0x00, 0x6b, 0x14, 0x67, 0xdf, 0x80, 0xb2, 0x42, 0xee, 0xa5, - 0x02, 0x18, 0xd5, 0x4f, 0xbd, 0xcf, 0xc3, 0x44, 0xaa, 0xad, 0x13, 0x69, 0x10, 0x7e, 0xd5, 0x82, - 0x09, 0xde, 0xe5, 0x65, 0x7f, 0x5f, 0x6c, 0xf6, 0x0f, 0x60, 0xda, 0xcb, 0xd8, 0x74, 0x62, 0x46, - 0xfb, 0xdf, 0xa4, 0x4a, 0x63, 0x90, 0x05, 0xc5, 0x99, 0x6d, 0xa0, 0x6b, 0x30, 0xcc, 0x5d, 0x76, - 0x1c, 0x4f, 0xb8, 0x59, 0x8c, 0xf2, 0xb8, 0xf3, 0xbc, 0x0c, 0x2b, 0xa8, 0xfd, 0x7b, 0x16, 0x4c, - 0xf1, 0x9e, 0xdf, 0x26, 0x07, 0xea, 0x76, 0xfc, 0x51, 0xf6, 0x5d, 0x84, 0xd5, 0x2f, 0xe4, 0x84, - 0xd5, 0xd7, 0x3f, 0xad, 0xd8, 0xf5, 0xd3, 0x7e, 0xc1, 0x02, 0xb1, 0x02, 0xcf, 0xe0, 0x1e, 0xf8, - 0x1d, 0xe6, 0x3d, 0x70, 0x36, 0x7f, 0x51, 0xe7, 0x5c, 0x00, 0xff, 0xdc, 0x82, 0x49, 0x8e, 0x90, - 0x3c, 0x44, 0x7e, 0xa4, 0xf3, 0xd0, 0x4f, 0xae, 0x27, 0x95, 0xdc, 0x35, 0xfb, 0xa3, 0x8c, 0xc9, - 0x2a, 0x75, 0x9d, 0xac, 0xa6, 0xdc, 0x40, 0x27, 0xc8, 0x61, 0x76, 0xe2, 0x60, 0xba, 0xf6, 0x9f, - 0x58, 0x80, 0x78, 0x33, 0xe9, 0xd4, 0xfe, 0xfc, 0xe8, 0xd3, 0x34, 0x41, 0x09, 0xab, 0x51, 0x10, - 0xac, 0x61, 0x9d, 0xca, 0xf0, 0xa4, 0x5e, 0x93, 0x8b, 0xbd, 0x5f, 0x93, 0x4f, 0x30, 0xa2, 0xdf, - 0x28, 0x41, 0xda, 0x46, 0x1b, 0xdd, 0x87, 0xd1, 0x86, 0xd3, 0x72, 0x36, 0x5d, 0xcf, 0x8d, 0x5d, - 0x12, 0x75, 0x33, 0x43, 0x59, 0xd2, 0xf0, 0xc4, 0x3b, 0xa1, 0x56, 0x82, 0x0d, 0x3a, 0x68, 0x0e, - 0xa0, 0x15, 0xba, 0xfb, 0xae, 0x47, 0xb6, 0xd9, 0x55, 0x98, 0x39, 0x76, 0x71, 0xdb, 0x0a, 0x59, - 0x8a, 0x35, 0x8c, 0x0c, 0x47, 0xa0, 0xe2, 0x93, 0x73, 0x04, 0x2a, 0x9d, 0xd0, 0x11, 0x68, 0xa0, - 0x2f, 0x47, 0x20, 0x0c, 0x17, 0xe4, 0xd9, 0x4d, 0xff, 0xaf, 0xb8, 0x1e, 0x11, 0x02, 0x1b, 0x77, - 0xf7, 0x9a, 0x3d, 0x3a, 0xac, 0x5c, 0xc0, 0x99, 0x18, 0x38, 0xa7, 0x26, 0xfa, 0x02, 0xcc, 0x38, - 0x9e, 0x17, 0x3c, 0x54, 0xa3, 0xb6, 0x1c, 0x35, 0x1c, 0x8f, 0xab, 0x7b, 0x87, 0x18, 0xd5, 0x67, - 0x8e, 0x0e, 0x2b, 0x33, 0x0b, 0x39, 0x38, 0x38, 0xb7, 0x76, 0xca, 0x8f, 0x68, 0xb8, 0xa7, 0x1f, - 0xd1, 0x2e, 0x9c, 0xab, 0x93, 0xd0, 0x65, 0x19, 0xd6, 0x9a, 0xc9, 0x96, 0xdc, 0x80, 0x72, 0x98, - 0x62, 0x42, 0x7d, 0xc5, 0x80, 0xd1, 0xe2, 0x84, 0x4a, 0xa6, 0x93, 0x10, 0xb2, 0xff, 0xcc, 0x82, - 0x21, 0x61, 0x27, 0x7e, 0x06, 0xb2, 0xcf, 0x82, 0xa1, 0xbf, 0xac, 0x64, 0x33, 0x6a, 0xd6, 0x99, - 0x5c, 0xcd, 0xe5, 0x6a, 0x4a, 0x73, 0xf9, 0x6c, 0x37, 0x22, 0xdd, 0x75, 0x96, 0x3f, 0x51, 0x84, - 0x71, 0xd3, 0x46, 0xfe, 0x0c, 0x86, 0x60, 0x1d, 0x86, 0x22, 0xe1, 0x90, 0x51, 0xc8, 0x37, 0x9c, - 0x4d, 0x4f, 0x62, 0x62, 0x15, 0x23, 0x5c, 0x30, 0x24, 0x91, 0x4c, 0x4f, 0x8f, 0xe2, 0x13, 0xf4, - 0xf4, 0xe8, 0xe5, 0xa6, 0x50, 0x3a, 0x0d, 0x37, 0x05, 0xfb, 0xd7, 0xd9, 0x61, 0xa1, 0x97, 0x9f, - 0x81, 0x1c, 0x71, 0xd3, 0x3c, 0x56, 0xec, 0x2e, 0x2b, 0x4b, 0x74, 0x2a, 0x47, 0x9e, 0xf8, 0xa7, - 0x16, 0x8c, 0x08, 0xc4, 0x33, 0xe8, 0xf6, 0x77, 0x9a, 0xdd, 0x7e, 0xba, 0x4b, 0xb7, 0x73, 0xfa, - 0xfb, 0xf7, 0x0b, 0xaa, 0xbf, 0xb5, 0x20, 0x8c, 0xfb, 0x38, 0xfd, 0x6f, 0xc0, 0x30, 0xbd, 0x3d, - 0x06, 0x8d, 0xc0, 0x13, 0x87, 0xff, 0x33, 0x89, 0x87, 0x30, 0x2f, 0x3f, 0xd6, 0x7e, 0x63, 0x85, - 0xcd, 0x1c, 0x58, 0x83, 0x30, 0x16, 0x07, 0x6e, 0xe2, 0xc0, 0x1a, 0x84, 0x31, 0x66, 0x10, 0xd4, - 0x04, 0x88, 0x9d, 0x70, 0x9b, 0xc4, 0xb4, 0x4c, 0x04, 0x1b, 0xc8, 0xdf, 0x85, 0xed, 0xd8, 0xf5, - 0xe6, 0x5c, 0x3f, 0x8e, 0xe2, 0x70, 0x6e, 0xd5, 0x8f, 0xef, 0x86, 0xfc, 0x2e, 0xa1, 0xb9, 0xfc, - 0x2a, 0x5a, 0x58, 0xa3, 0x2b, 0x7d, 0xc8, 0x58, 0x1b, 0x03, 0xe6, 0xc3, 0xe2, 0xba, 0x28, 0xc7, - 0x0a, 0xc3, 0x7e, 0x83, 0xf1, 0x64, 0x36, 0x40, 0x27, 0xf3, 0xc6, 0xfd, 0x9d, 0x61, 0x35, 0xb4, - 0xec, 0x55, 0xa1, 0xaa, 0xfb, 0xfc, 0x76, 0x67, 0x81, 0xb4, 0x61, 0xdd, 0x1f, 0x21, 0x71, 0x0c, - 0x46, 0xdf, 0xd5, 0xf1, 0xde, 0xfc, 0x72, 0x0f, 0x5e, 0x7a, 0x82, 0x17, 0x66, 0x16, 0xe0, 0x96, - 0x05, 0x02, 0x5d, 0xad, 0x89, 0xdb, 0xa5, 0x16, 0xe0, 0x56, 0x00, 0x70, 0x82, 0x83, 0xe6, 0xc5, - 0x4d, 0xb4, 0x64, 0x64, 0x8f, 0x92, 0x37, 0x51, 0xf9, 0xf9, 0xda, 0x55, 0xf4, 0x15, 0x18, 0x51, - 0x59, 0xa4, 0x6a, 0x3c, 0x19, 0x8f, 0x08, 0xbd, 0xb0, 0x9c, 0x14, 0x63, 0x1d, 0x07, 0x6d, 0xc0, - 0x44, 0xc4, 0x73, 0x5d, 0xa9, 0x08, 0x5b, 0x5c, 0xcf, 0xf0, 0x69, 0xf9, 0x4e, 0x5d, 0x37, 0xc1, - 0xc7, 0xac, 0x88, 0x6f, 0x56, 0xe9, 0x08, 0x96, 0x26, 0x81, 0xde, 0x82, 0x71, 0x4f, 0xcf, 0xf9, - 0x5b, 0x13, 0x6a, 0x08, 0x65, 0xc6, 0x69, 0x64, 0x04, 0xae, 0xe1, 0x14, 0x36, 0x15, 0x1a, 0xf4, - 0x12, 0x11, 0x15, 0xce, 0xf1, 0xb7, 0x49, 0x24, 0x72, 0xe0, 0x30, 0xa1, 0xe1, 0x4e, 0x0e, 0x0e, - 0xce, 0xad, 0x8d, 0x6e, 0xc0, 0xa8, 0xfc, 0x7c, 0xcd, 0xcd, 0x31, 0x31, 0x16, 0xd6, 0x60, 0xd8, - 0xc0, 0x44, 0x0f, 0xe1, 0xbc, 0xfc, 0xbf, 0x11, 0x3a, 0x5b, 0x5b, 0x6e, 0x43, 0x78, 0x99, 0x72, - 0x8f, 0x89, 0x05, 0xe9, 0x82, 0xb1, 0x9c, 0x85, 0x74, 0x7c, 0x58, 0xb9, 0x22, 0x46, 0x2d, 0x13, - 0xce, 0x26, 0x31, 0x9b, 0x3e, 0x5a, 0x83, 0x73, 0x3b, 0xc4, 0xf1, 0xe2, 0x9d, 0xa5, 0x1d, 0xd2, - 0xd8, 0x95, 0x9b, 0x88, 0x39, 0x4f, 0x6a, 0x26, 0xb6, 0xb7, 0x3a, 0x51, 0x70, 0x56, 0x3d, 0xf4, - 0x2e, 0xcc, 0xb4, 0xda, 0x9b, 0x9e, 0x1b, 0xed, 0xac, 0x07, 0x31, 0x7b, 0x1a, 0x57, 0x49, 0x98, - 0x84, 0x97, 0xa5, 0x72, 0x1c, 0xad, 0xe5, 0xe0, 0xe1, 0x5c, 0x0a, 0xe8, 0x03, 0x38, 0x9f, 0x5a, - 0x0c, 0xc2, 0xe7, 0x6b, 0x3c, 0x3f, 0xc6, 0x66, 0x3d, 0xab, 0x82, 0xf0, 0xe1, 0xca, 0x02, 0xe1, - 0xec, 0x26, 0x3e, 0x9c, 0xc1, 0xc4, 0xfb, 0xb4, 0xb2, 0x26, 0xdd, 0xa0, 0xaf, 0xc0, 0xa8, 0xbe, - 0x8a, 0xc4, 0x01, 0x73, 0xb5, 0x57, 0x7e, 0x6b, 0x21, 0x1b, 0xa9, 0x15, 0xa5, 0xc3, 0xb0, 0x41, - 0xd1, 0x26, 0x90, 0xfd, 0x7d, 0xe8, 0x0e, 0x0c, 0x37, 0x3c, 0x97, 0xf8, 0xf1, 0x6a, 0xad, 0x5b, - 0x34, 0x81, 0x25, 0x81, 0x23, 0x06, 0x4c, 0x04, 0x25, 0xe4, 0x65, 0x58, 0x51, 0xb0, 0x7f, 0xb3, - 0x00, 0x95, 0x1e, 0x11, 0x2e, 0x53, 0x3a, 0x43, 0xab, 0x2f, 0x9d, 0xe1, 0x82, 0x4c, 0x29, 0xb5, - 0x9e, 0xba, 0xaf, 0xa6, 0xd2, 0x45, 0x25, 0xb7, 0xd6, 0x34, 0x7e, 0xdf, 0x76, 0x96, 0xba, 0xda, - 0xb1, 0xd4, 0xd3, 0x02, 0xd8, 0x78, 0x6e, 0x18, 0xe8, 0x5f, 0xa2, 0xcf, 0x55, 0x1d, 0xdb, 0xbf, - 0x5e, 0x80, 0xf3, 0x6a, 0x08, 0xff, 0xea, 0x0e, 0xdc, 0xbd, 0xce, 0x81, 0x3b, 0x05, 0xc5, 0xbb, - 0x7d, 0x17, 0x06, 0xeb, 0x07, 0x51, 0x23, 0xf6, 0xfa, 0x10, 0x80, 0x9e, 0x33, 0xa3, 0xea, 0xa8, - 0x63, 0xda, 0x88, 0xac, 0xf3, 0x37, 0x2c, 0x98, 0xd8, 0x58, 0xaa, 0xd5, 0x83, 0xc6, 0x2e, 0x89, - 0x17, 0xb8, 0x5a, 0x09, 0x0b, 0xf9, 0xc7, 0x7a, 0x4c, 0xb9, 0x26, 0x4b, 0x62, 0xba, 0x02, 0xa5, - 0x9d, 0x20, 0x8a, 0xd3, 0xaf, 0x72, 0xb7, 0x82, 0x28, 0xc6, 0x0c, 0x62, 0xff, 0xbe, 0x05, 0x03, - 0x2c, 0x11, 0x62, 0xaf, 0xcc, 0x99, 0xfd, 0x7c, 0x17, 0x7a, 0x1d, 0x06, 0xc9, 0xd6, 0x16, 0x69, - 0xc4, 0x62, 0x56, 0xa5, 0x5b, 0xdf, 0xe0, 0x32, 0x2b, 0xa5, 0x87, 0x3e, 0x6b, 0x8c, 0xff, 0xc5, - 0x02, 0x19, 0x3d, 0x80, 0x72, 0xec, 0xee, 0x91, 0x85, 0x66, 0x53, 0xbc, 0x6b, 0x3c, 0x86, 0x17, - 0xe5, 0x86, 0x24, 0x80, 0x13, 0x5a, 0xf6, 0xd7, 0x0a, 0x00, 0x89, 0x6b, 0x72, 0xaf, 0x4f, 0x5c, - 0xec, 0x48, 0x0e, 0x7a, 0x35, 0x23, 0x39, 0x28, 0x4a, 0x08, 0x66, 0xa4, 0x06, 0x55, 0xc3, 0x54, - 0xec, 0x6b, 0x98, 0x4a, 0x27, 0x19, 0xa6, 0x25, 0x98, 0x4a, 0x5c, 0xab, 0xcd, 0x38, 0x13, 0x2c, - 0xe2, 0xfd, 0x46, 0x1a, 0x88, 0x3b, 0xf1, 0xed, 0x1f, 0xb2, 0x40, 0xb8, 0x27, 0xf4, 0xb1, 0x98, - 0xbf, 0x24, 0xd3, 0xf7, 0x19, 0x81, 0x72, 0xaf, 0xe4, 0xfb, 0x6b, 0x88, 0xf0, 0xb8, 0xea, 0xf0, - 0x30, 0x82, 0xe2, 0x1a, 0xb4, 0xec, 0x26, 0x08, 0x68, 0x95, 0x30, 0x25, 0x43, 0xef, 0xde, 0x5c, - 0x07, 0x68, 0x32, 0x5c, 0x2d, 0x1d, 0x98, 0x62, 0x55, 0x55, 0x05, 0xc1, 0x1a, 0x96, 0xfd, 0x63, - 0x05, 0x18, 0x91, 0x81, 0x59, 0xe9, 0x3d, 0xbe, 0x77, 0x2b, 0x27, 0xca, 0xca, 0xc0, 0xf2, 0xe7, - 0x51, 0xc2, 0x2a, 0x78, 0xbf, 0x9e, 0x3f, 0x4f, 0x02, 0x70, 0x82, 0x83, 0x5e, 0x80, 0xa1, 0xa8, - 0xbd, 0xc9, 0xd0, 0x53, 0x46, 0xf7, 0x75, 0x5e, 0x8c, 0x25, 0x1c, 0x7d, 0x01, 0x26, 0x79, 0xbd, - 0x30, 0x68, 0x39, 0xdb, 0x5c, 0xe3, 0x34, 0xa0, 0xbc, 0xe0, 0x26, 0xd7, 0x52, 0xb0, 0xe3, 0xc3, - 0xca, 0x74, 0xba, 0x8c, 0xe9, 0x2a, 0x3b, 0xa8, 0xd8, 0x5f, 0x01, 0xd4, 0x19, 0x6b, 0x16, 0xbd, - 0xcd, 0xcd, 0x2a, 0xdc, 0x90, 0x34, 0xfb, 0x4e, 0xe7, 0x3e, 0x2a, 0x8d, 0x27, 0x68, 0x2d, 0xac, - 0xea, 0xd3, 0x9d, 0x37, 0x99, 0x76, 0xe1, 0x41, 0xb7, 0x60, 0x90, 0x33, 0x55, 0x41, 0xbe, 0xcb, - 0x1b, 0x97, 0xe6, 0xf8, 0xc3, 0x02, 0xe1, 0x0b, 0xbe, 0x2c, 0xea, 0xa3, 0x77, 0x61, 0xa4, 0x19, - 0x3c, 0xf4, 0x1f, 0x3a, 0x61, 0x73, 0xa1, 0xb6, 0x2a, 0xd6, 0x65, 0xa6, 0x6c, 0x56, 0x4d, 0xd0, - 0x74, 0x67, 0x22, 0xa6, 0xcf, 0x4d, 0x40, 0x58, 0x27, 0x87, 0x36, 0x58, 0xfc, 0x2c, 0x9e, 0x4b, - 0xbb, 0x9b, 0x1d, 0x9c, 0x4a, 0xbf, 0xad, 0x51, 0x1e, 0x13, 0x41, 0xb6, 0x44, 0x26, 0xee, 0x84, - 0x90, 0xfd, 0xd5, 0x73, 0x60, 0xec, 0x07, 0x23, 0xef, 0x83, 0x75, 0x4a, 0x79, 0x1f, 0x30, 0x0c, - 0x93, 0xbd, 0x56, 0x7c, 0x50, 0x75, 0xc3, 0x6e, 0x89, 0x83, 0x96, 0x05, 0x4e, 0x27, 0x4d, 0x09, - 0xc1, 0x8a, 0x4e, 0x76, 0x72, 0x8e, 0xe2, 0x47, 0x98, 0x9c, 0xa3, 0x74, 0x86, 0xc9, 0x39, 0xd6, - 0x61, 0x68, 0xdb, 0x8d, 0x31, 0x69, 0x05, 0x42, 0xa0, 0xc8, 0x5c, 0x09, 0x37, 0x39, 0x4a, 0x67, - 0x68, 0x78, 0x01, 0xc0, 0x92, 0x08, 0x7a, 0x5b, 0xed, 0x81, 0xc1, 0x7c, 0x79, 0xbc, 0xf3, 0x39, - 0x24, 0x73, 0x17, 0x88, 0x64, 0x1c, 0x43, 0x8f, 0x9b, 0x8c, 0x63, 0x45, 0xa6, 0xd0, 0x18, 0xce, - 0x37, 0x1b, 0x65, 0x19, 0x32, 0x7a, 0x24, 0xce, 0x30, 0x92, 0x8d, 0x94, 0x4f, 0x2f, 0xd9, 0xc8, - 0x0f, 0x59, 0x70, 0xbe, 0x95, 0x95, 0x77, 0x47, 0xa4, 0xc0, 0x78, 0xbd, 0xef, 0xc4, 0x42, 0x46, - 0x83, 0xec, 0x62, 0x96, 0x89, 0x86, 0xb3, 0x9b, 0xa3, 0x03, 0x1d, 0x6e, 0x36, 0x45, 0xde, 0x8c, - 0xe7, 0x72, 0xb2, 0x96, 0x74, 0xc9, 0x55, 0xb2, 0x91, 0x91, 0x2b, 0xe3, 0x93, 0x79, 0xb9, 0x32, - 0xfa, 0xce, 0x90, 0x91, 0xe4, 0x2b, 0x19, 0xfb, 0xd0, 0xf9, 0x4a, 0xde, 0x56, 0xf9, 0x4a, 0xba, - 0x44, 0x1d, 0xe2, 0xd9, 0x48, 0x7a, 0x66, 0x29, 0xd1, 0x32, 0x8d, 0x4c, 0x9c, 0x4e, 0xa6, 0x11, - 0x83, 0xd9, 0xf3, 0x64, 0x17, 0x2f, 0xf6, 0x60, 0xf6, 0x06, 0xdd, 0xee, 0xec, 0x9e, 0x67, 0x55, - 0x99, 0x7a, 0xac, 0xac, 0x2a, 0xf7, 0xf5, 0x2c, 0x25, 0xa8, 0x47, 0x1a, 0x0e, 0x8a, 0xd4, 0x67, - 0x6e, 0x92, 0xfb, 0xfa, 0x11, 0x74, 0x2e, 0x9f, 0xae, 0x3a, 0x69, 0x3a, 0xe9, 0x66, 0x1d, 0x42, - 0x9d, 0x39, 0x4f, 0xa6, 0xcf, 0x26, 0xe7, 0xc9, 0xf9, 0x53, 0xcf, 0x79, 0x72, 0xe1, 0x0c, 0x72, - 0x9e, 0x3c, 0xf5, 0x91, 0xe6, 0x3c, 0x99, 0x79, 0x02, 0x39, 0x4f, 0xd6, 0x93, 0x9c, 0x27, 0x17, - 0xf3, 0xa7, 0x24, 0xc3, 0x4e, 0x2e, 0x27, 0xd3, 0xc9, 0x7d, 0x28, 0xb7, 0xa4, 0x97, 0xb7, 0x08, - 0x8b, 0x94, 0x9d, 0x6c, 0x31, 0xcb, 0x15, 0x9c, 0x4f, 0x89, 0x02, 0xe1, 0x84, 0x14, 0xa5, 0x9b, - 0x64, 0x3e, 0x79, 0xba, 0x8b, 0xea, 0x2d, 0x4b, 0xa9, 0x91, 0x9f, 0xef, 0xc4, 0xfe, 0x9b, 0x05, - 0xb8, 0xdc, 0x7d, 0x5d, 0x27, 0x1a, 0x91, 0x5a, 0xa2, 0xc1, 0x4f, 0x69, 0x44, 0xf8, 0x35, 0x23, - 0xc1, 0xea, 0x3b, 0x14, 0xc6, 0x4d, 0x98, 0x52, 0x06, 0x72, 0x9e, 0xdb, 0x38, 0xd0, 0x92, 0x30, - 0x2a, 0x67, 0x9d, 0x7a, 0x1a, 0x01, 0x77, 0xd6, 0x41, 0x0b, 0x30, 0x61, 0x14, 0xae, 0x56, 0xc5, - 0x75, 0x42, 0xa9, 0x60, 0xea, 0x26, 0x18, 0xa7, 0xf1, 0xed, 0xaf, 0x5b, 0xf0, 0x54, 0x4e, 0x38, - 0xf0, 0xbe, 0x23, 0x3d, 0x6c, 0xc1, 0x44, 0xcb, 0xac, 0xda, 0x23, 0x20, 0x8c, 0x11, 0x74, 0x5c, - 0xf5, 0x35, 0x05, 0xc0, 0x69, 0xa2, 0x8b, 0xd7, 0x7e, 0xfb, 0x0f, 0x2f, 0x7f, 0xe2, 0x77, 0xff, - 0xf0, 0xf2, 0x27, 0x7e, 0xef, 0x0f, 0x2f, 0x7f, 0xe2, 0xaf, 0x1d, 0x5d, 0xb6, 0x7e, 0xfb, 0xe8, - 0xb2, 0xf5, 0xbb, 0x47, 0x97, 0xad, 0xdf, 0x3b, 0xba, 0x6c, 0xfd, 0xc1, 0xd1, 0x65, 0xeb, 0x6b, - 0x7f, 0x74, 0xf9, 0x13, 0x5f, 0x2a, 0xec, 0xbf, 0xf2, 0xff, 0x03, 0x00, 0x00, 0xff, 0xff, 0x43, - 0x12, 0xcf, 0x50, 0x3f, 0xdc, 0x00, 0x00, + // 12209 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xec, 0xbd, 0x6f, 0x70, 0x24, 0x49, + 0x56, 0x18, 0x7e, 0xd5, 0xdd, 0xfa, 0xd3, 0x4f, 0xff, 0x73, 0x34, 0xb3, 0x1a, 0xed, 0xce, 0xf4, + 0x6c, 0xed, 0xdd, 0xec, 0xec, 0xed, 0xae, 0xc4, 0xce, 0xee, 0xde, 0x0e, 0xb7, 0x77, 0x0b, 0x92, + 0x5a, 0x9a, 0xd1, 0xce, 0x48, 0xd3, 0x9b, 0xad, 0x99, 0xb9, 0x3b, 0x96, 0xe3, 0x4a, 0xdd, 0x29, + 0xa9, 0x56, 0xa5, 0xaa, 0xde, 0xaa, 0x6a, 0xcd, 0x68, 0x03, 0x22, 0x7e, 0xbf, 0x03, 0x63, 0x63, + 0xf8, 0x70, 0x61, 0x08, 0x1b, 0x03, 0x81, 0x23, 0x6c, 0x1c, 0x70, 0xc6, 0x76, 0x04, 0x06, 0x03, + 0x3e, 0xb0, 0x8d, 0xb1, 0x3f, 0xe0, 0x2f, 0x18, 0xfb, 0xcb, 0x11, 0x41, 0x58, 0x06, 0x41, 0xd8, + 0xc1, 0x07, 0x3b, 0x1c, 0x26, 0xc2, 0x11, 0xc8, 0x84, 0x71, 0xe4, 0xdf, 0xca, 0xac, 0xae, 0xea, + 0x6e, 0xcd, 0x6a, 0xb4, 0xcb, 0xc5, 0x7d, 0xeb, 0xce, 0xf7, 0xf2, 0x65, 0x56, 0xfe, 0x79, 0xf9, + 0xf2, 0xe5, 0xfb, 0x03, 0x6f, 0xee, 0xde, 0x88, 0xe6, 0xdc, 0x60, 0x7e, 0xb7, 0xbd, 0x49, 0x42, + 0x9f, 0xc4, 0x24, 0x9a, 0xdf, 0x27, 0x7e, 0x33, 0x08, 0xe7, 0x05, 0xc0, 0x69, 0xb9, 0xf3, 0x8d, + 0x20, 0x24, 0xf3, 0xfb, 0xaf, 0xcc, 0x6f, 0x13, 0x9f, 0x84, 0x4e, 0x4c, 0x9a, 0x73, 0xad, 0x30, + 0x88, 0x03, 0x84, 0x38, 0xce, 0x9c, 0xd3, 0x72, 0xe7, 0x28, 0xce, 0xdc, 0xfe, 0x2b, 0xb3, 0x2f, + 0x6f, 0xbb, 0xf1, 0x4e, 0x7b, 0x73, 0xae, 0x11, 0xec, 0xcd, 0x6f, 0x07, 0xdb, 0xc1, 0x3c, 0x43, + 0xdd, 0x6c, 0x6f, 0xb1, 0x7f, 0xec, 0x0f, 0xfb, 0xc5, 0x49, 0xcc, 0xae, 0x25, 0xcd, 0x90, 0x47, + 0x31, 0xf1, 0x23, 0x37, 0xf0, 0xa3, 0x97, 0x9d, 0x96, 0x1b, 0x91, 0x70, 0x9f, 0x84, 0xf3, 0xad, + 0xdd, 0x6d, 0x0a, 0x8b, 0x4c, 0x84, 0xf9, 0xfd, 0x57, 0x36, 0x49, 0xec, 0x74, 0xf4, 0x68, 0xf6, + 0xb5, 0x84, 0xdc, 0x9e, 0xd3, 0xd8, 0x71, 0x7d, 0x12, 0x1e, 0x48, 0x1a, 0xf3, 0x21, 0x89, 0x82, + 0x76, 0xd8, 0x20, 0x27, 0xaa, 0x15, 0xcd, 0xef, 0x91, 0xd8, 0xc9, 0xf8, 0xfa, 0xd9, 0xf9, 0xbc, + 0x5a, 0x61, 0xdb, 0x8f, 0xdd, 0xbd, 0xce, 0x66, 0x3e, 0xd3, 0xab, 0x42, 0xd4, 0xd8, 0x21, 0x7b, + 0x4e, 0x47, 0xbd, 0x57, 0xf3, 0xea, 0xb5, 0x63, 0xd7, 0x9b, 0x77, 0xfd, 0x38, 0x8a, 0xc3, 0x74, + 0x25, 0xfb, 0x9b, 0x16, 0x5c, 0x59, 0x78, 0x50, 0x5f, 0xf6, 0x9c, 0x28, 0x76, 0x1b, 0x8b, 0x5e, + 0xd0, 0xd8, 0xad, 0xc7, 0x41, 0x48, 0xee, 0x07, 0x5e, 0x7b, 0x8f, 0xd4, 0xd9, 0x40, 0xa0, 0x97, + 0x60, 0x78, 0x9f, 0xfd, 0x5f, 0xad, 0xce, 0x58, 0x57, 0xac, 0x6b, 0xe5, 0xc5, 0xc9, 0xdf, 0x39, + 0xac, 0x7c, 0xe2, 0xe8, 0xb0, 0x32, 0x7c, 0x5f, 0x94, 0x63, 0x85, 0x81, 0xae, 0xc2, 0xe0, 0x56, + 0xb4, 0x71, 0xd0, 0x22, 0x33, 0x05, 0x86, 0x3b, 0x2e, 0x70, 0x07, 0x57, 0xea, 0xb4, 0x14, 0x0b, + 0x28, 0x9a, 0x87, 0x72, 0xcb, 0x09, 0x63, 0x37, 0x76, 0x03, 0x7f, 0xa6, 0x78, 0xc5, 0xba, 0x36, + 0xb0, 0x38, 0x25, 0x50, 0xcb, 0x35, 0x09, 0xc0, 0x09, 0x0e, 0xed, 0x46, 0x48, 0x9c, 0xe6, 0x5d, + 0xdf, 0x3b, 0x98, 0x29, 0x5d, 0xb1, 0xae, 0x0d, 0x27, 0xdd, 0xc0, 0xa2, 0x1c, 0x2b, 0x0c, 0xfb, + 0xa7, 0x0a, 0x30, 0xbc, 0xb0, 0xb5, 0xe5, 0xfa, 0x6e, 0x7c, 0x80, 0xee, 0xc3, 0xa8, 0x1f, 0x34, + 0x89, 0xfc, 0xcf, 0xbe, 0x62, 0xe4, 0xfa, 0x95, 0xb9, 0xce, 0x95, 0x39, 0xb7, 0xae, 0xe1, 0x2d, + 0x4e, 0x1e, 0x1d, 0x56, 0x46, 0xf5, 0x12, 0x6c, 0xd0, 0x41, 0x18, 0x46, 0x5a, 0x41, 0x53, 0x91, + 0x2d, 0x30, 0xb2, 0x95, 0x2c, 0xb2, 0xb5, 0x04, 0x6d, 0x71, 0xe2, 0xe8, 0xb0, 0x32, 0xa2, 0x15, + 0x60, 0x9d, 0x08, 0xda, 0x84, 0x09, 0xfa, 0xd7, 0x8f, 0x5d, 0x45, 0xb7, 0xc8, 0xe8, 0x3e, 0x97, + 0x47, 0x57, 0x43, 0x5d, 0x3c, 0x77, 0x74, 0x58, 0x99, 0x48, 0x15, 0xe2, 0x34, 0x41, 0xfb, 0x03, + 0x18, 0x5f, 0x88, 0x63, 0xa7, 0xb1, 0x43, 0x9a, 0x7c, 0x06, 0xd1, 0x6b, 0x50, 0xf2, 0x9d, 0x3d, + 0x22, 0xe6, 0xf7, 0x8a, 0x18, 0xd8, 0xd2, 0xba, 0xb3, 0x47, 0x8e, 0x0f, 0x2b, 0x93, 0xf7, 0x7c, + 0xf7, 0xfd, 0xb6, 0x58, 0x15, 0xb4, 0x0c, 0x33, 0x6c, 0x74, 0x1d, 0xa0, 0x49, 0xf6, 0xdd, 0x06, + 0xa9, 0x39, 0xf1, 0x8e, 0x98, 0x6f, 0x24, 0xea, 0x42, 0x55, 0x41, 0xb0, 0x86, 0x65, 0x3f, 0x82, + 0xf2, 0xc2, 0x7e, 0xe0, 0x36, 0x6b, 0x41, 0x33, 0x42, 0xbb, 0x30, 0xd1, 0x0a, 0xc9, 0x16, 0x09, + 0x55, 0xd1, 0x8c, 0x75, 0xa5, 0x78, 0x6d, 0xe4, 0xfa, 0xb5, 0xcc, 0x8f, 0x35, 0x51, 0x97, 0xfd, + 0x38, 0x3c, 0x58, 0x7c, 0x4a, 0xb4, 0x37, 0x91, 0x82, 0xe2, 0x34, 0x65, 0xfb, 0xdf, 0x15, 0xe0, + 0xfc, 0xc2, 0x07, 0xed, 0x90, 0x54, 0xdd, 0x68, 0x37, 0xbd, 0xc2, 0x9b, 0x6e, 0xb4, 0xbb, 0x9e, + 0x8c, 0x80, 0x5a, 0x5a, 0x55, 0x51, 0x8e, 0x15, 0x06, 0x7a, 0x19, 0x86, 0xe8, 0xef, 0x7b, 0x78, + 0x55, 0x7c, 0xf2, 0x39, 0x81, 0x3c, 0x52, 0x75, 0x62, 0xa7, 0xca, 0x41, 0x58, 0xe2, 0xa0, 0x35, + 0x18, 0x69, 0xb0, 0x0d, 0xb9, 0xbd, 0x16, 0x34, 0x09, 0x9b, 0xcc, 0xf2, 0xe2, 0x8b, 0x14, 0x7d, + 0x29, 0x29, 0x3e, 0x3e, 0xac, 0xcc, 0xf0, 0xbe, 0x09, 0x12, 0x1a, 0x0c, 0xeb, 0xf5, 0x91, 0xad, + 0xf6, 0x57, 0x89, 0x51, 0x82, 0x8c, 0xbd, 0x75, 0x4d, 0xdb, 0x2a, 0x03, 0x6c, 0xab, 0x8c, 0x66, + 0x6f, 0x13, 0xf4, 0x0a, 0x94, 0x76, 0x5d, 0xbf, 0x39, 0x33, 0xc8, 0x68, 0x5d, 0xa2, 0x73, 0x7e, + 0xdb, 0xf5, 0x9b, 0xc7, 0x87, 0x95, 0x29, 0xa3, 0x3b, 0xb4, 0x10, 0x33, 0x54, 0xfb, 0xcf, 0x2c, + 0xa8, 0x30, 0xd8, 0x8a, 0xeb, 0x91, 0x1a, 0x09, 0x23, 0x37, 0x8a, 0x89, 0x1f, 0x1b, 0x03, 0x7a, + 0x1d, 0x20, 0x22, 0x8d, 0x90, 0xc4, 0xda, 0x90, 0xaa, 0x85, 0x51, 0x57, 0x10, 0xac, 0x61, 0x51, + 0x86, 0x10, 0xed, 0x38, 0x21, 0x5b, 0x5f, 0x62, 0x60, 0x15, 0x43, 0xa8, 0x4b, 0x00, 0x4e, 0x70, + 0x0c, 0x86, 0x50, 0xec, 0xc5, 0x10, 0xd0, 0xe7, 0x61, 0x22, 0x69, 0x2c, 0x6a, 0x39, 0x0d, 0x39, + 0x80, 0x6c, 0xcb, 0xd4, 0x4d, 0x10, 0x4e, 0xe3, 0xda, 0xff, 0xc8, 0x12, 0x8b, 0x87, 0x7e, 0xf5, + 0xc7, 0xfc, 0x5b, 0xed, 0x5f, 0xb7, 0x60, 0x68, 0xd1, 0xf5, 0x9b, 0xae, 0xbf, 0x8d, 0xbe, 0x02, + 0xc3, 0xf4, 0x6c, 0x6a, 0x3a, 0xb1, 0x23, 0xf8, 0xde, 0x77, 0x68, 0x7b, 0x4b, 0x1d, 0x15, 0x73, + 0xad, 0xdd, 0x6d, 0x5a, 0x10, 0xcd, 0x51, 0x6c, 0xba, 0xdb, 0xee, 0x6e, 0xbe, 0x47, 0x1a, 0xf1, + 0x1a, 0x89, 0x9d, 0xe4, 0x73, 0x92, 0x32, 0xac, 0xa8, 0xa2, 0xdb, 0x30, 0x18, 0x3b, 0xe1, 0x36, + 0x89, 0x05, 0x03, 0xcc, 0x64, 0x54, 0xbc, 0x26, 0xa6, 0x3b, 0x92, 0xf8, 0x0d, 0x92, 0x1c, 0x0b, + 0x1b, 0xac, 0x2a, 0x16, 0x24, 0xec, 0xbf, 0x39, 0x08, 0x17, 0x97, 0xea, 0xab, 0x39, 0xeb, 0xea, + 0x2a, 0x0c, 0x36, 0x43, 0x77, 0x9f, 0x84, 0x62, 0x9c, 0x15, 0x95, 0x2a, 0x2b, 0xc5, 0x02, 0x8a, + 0x6e, 0xc0, 0x28, 0x3f, 0x90, 0x6e, 0x39, 0x7e, 0xd3, 0x93, 0x43, 0x3c, 0x2d, 0xb0, 0x47, 0xef, + 0x6b, 0x30, 0x6c, 0x60, 0x9e, 0x70, 0x51, 0x5d, 0x4d, 0x6d, 0xc6, 0xbc, 0xc3, 0xee, 0x47, 0x2c, + 0x98, 0xe4, 0xcd, 0x2c, 0xc4, 0x71, 0xe8, 0x6e, 0xb6, 0x63, 0x12, 0xcd, 0x0c, 0x30, 0x4e, 0xb7, + 0x94, 0x35, 0x5a, 0xb9, 0x23, 0x30, 0x77, 0x3f, 0x45, 0x85, 0x33, 0xc1, 0x19, 0xd1, 0xee, 0x64, + 0x1a, 0x8c, 0x3b, 0x9a, 0x45, 0x3f, 0x68, 0xc1, 0x6c, 0x23, 0xf0, 0xe3, 0x30, 0xf0, 0x3c, 0x12, + 0xd6, 0xda, 0x9b, 0x9e, 0x1b, 0xed, 0xf0, 0x75, 0x8a, 0xc9, 0x16, 0xe3, 0x04, 0x39, 0x73, 0xa8, + 0x90, 0xc4, 0x1c, 0x5e, 0x3e, 0x3a, 0xac, 0xcc, 0x2e, 0xe5, 0x92, 0xc2, 0x5d, 0x9a, 0x41, 0xbb, + 0x80, 0xe8, 0x51, 0x5a, 0x8f, 0x9d, 0x6d, 0x92, 0x34, 0x3e, 0xd4, 0x7f, 0xe3, 0x17, 0x8e, 0x0e, + 0x2b, 0x68, 0xbd, 0x83, 0x04, 0xce, 0x20, 0x8b, 0xde, 0x87, 0x69, 0x5a, 0xda, 0xf1, 0xad, 0xc3, + 0xfd, 0x37, 0x37, 0x73, 0x74, 0x58, 0x99, 0x5e, 0xcf, 0x20, 0x82, 0x33, 0x49, 0xcf, 0x2e, 0xc1, + 0xf9, 0xcc, 0xa9, 0x42, 0x93, 0x50, 0xdc, 0x25, 0x5c, 0x04, 0x29, 0x63, 0xfa, 0x13, 0x4d, 0xc3, + 0xc0, 0xbe, 0xe3, 0xb5, 0xc5, 0x2a, 0xc5, 0xfc, 0xcf, 0x67, 0x0b, 0x37, 0x2c, 0xbb, 0x01, 0xa3, + 0x4b, 0x4e, 0xcb, 0xd9, 0x74, 0x3d, 0x37, 0x76, 0x49, 0x84, 0x9e, 0x87, 0xa2, 0xd3, 0x6c, 0xb2, + 0x23, 0xb2, 0xbc, 0x78, 0xfe, 0xe8, 0xb0, 0x52, 0x5c, 0x68, 0x52, 0x5e, 0x0d, 0x0a, 0xeb, 0x00, + 0x53, 0x0c, 0xf4, 0x69, 0x28, 0x35, 0xc3, 0xa0, 0x35, 0x53, 0x60, 0x98, 0x74, 0xa8, 0x4a, 0xd5, + 0x30, 0x68, 0xa5, 0x50, 0x19, 0x8e, 0xfd, 0x5b, 0x05, 0x78, 0x66, 0x89, 0xb4, 0x76, 0x56, 0xea, + 0x39, 0x9b, 0xee, 0x1a, 0x0c, 0xef, 0x05, 0xbe, 0x1b, 0x07, 0x61, 0x24, 0x9a, 0x66, 0xa7, 0xc9, + 0x9a, 0x28, 0xc3, 0x0a, 0x8a, 0xae, 0x40, 0xa9, 0x95, 0x48, 0x02, 0xa3, 0x52, 0x8a, 0x60, 0x32, + 0x00, 0x83, 0x50, 0x8c, 0x76, 0x44, 0x42, 0x71, 0x0a, 0x2a, 0x8c, 0x7b, 0x11, 0x09, 0x31, 0x83, + 0x24, 0xec, 0x94, 0x32, 0x5a, 0xb1, 0xad, 0x52, 0xec, 0x94, 0x42, 0xb0, 0x86, 0x85, 0x6a, 0x50, + 0x8e, 0xd4, 0xa4, 0x0e, 0xf4, 0x3f, 0xa9, 0x63, 0x8c, 0xdf, 0xaa, 0x99, 0x4c, 0x88, 0x18, 0x6c, + 0x60, 0xb0, 0x27, 0xbf, 0xfd, 0x8d, 0x02, 0x20, 0x3e, 0x84, 0x7f, 0xc5, 0x06, 0xee, 0x5e, 0xe7, + 0xc0, 0x65, 0x4a, 0x5e, 0x77, 0x82, 0x86, 0xe3, 0xa5, 0x59, 0xf8, 0x69, 0x8d, 0xde, 0x4f, 0x5a, + 0x80, 0x96, 0x5c, 0xbf, 0x49, 0xc2, 0x33, 0xb8, 0x76, 0x9c, 0xec, 0x20, 0xbd, 0x03, 0xe3, 0x4b, + 0x9e, 0x4b, 0xfc, 0x78, 0xb5, 0xb6, 0x14, 0xf8, 0x5b, 0xee, 0x36, 0xfa, 0x2c, 0x8c, 0xd3, 0x5b, + 0x58, 0xd0, 0x8e, 0xeb, 0xa4, 0x11, 0xf8, 0x4c, 0x60, 0xa5, 0x77, 0x17, 0x74, 0x74, 0x58, 0x19, + 0xdf, 0x30, 0x20, 0x38, 0x85, 0x69, 0xff, 0x01, 0xfd, 0xd0, 0x60, 0xaf, 0x15, 0xf8, 0xc4, 0x8f, + 0x97, 0x02, 0xbf, 0xc9, 0x2f, 0x36, 0x9f, 0x85, 0x52, 0x4c, 0x3b, 0xce, 0x3f, 0xf2, 0xaa, 0x9c, + 0x5a, 0xda, 0xdd, 0xe3, 0xc3, 0xca, 0x85, 0xce, 0x1a, 0xec, 0x83, 0x58, 0x1d, 0xf4, 0x9d, 0x30, + 0x18, 0xc5, 0x4e, 0xdc, 0x8e, 0xc4, 0x67, 0x3f, 0x2b, 0x3f, 0xbb, 0xce, 0x4a, 0x8f, 0x0f, 0x2b, + 0x13, 0xaa, 0x1a, 0x2f, 0xc2, 0xa2, 0x02, 0x7a, 0x01, 0x86, 0xf6, 0x48, 0x14, 0x39, 0xdb, 0x52, + 0x26, 0x9d, 0x10, 0x75, 0x87, 0xd6, 0x78, 0x31, 0x96, 0x70, 0xf4, 0x1c, 0x0c, 0x90, 0x30, 0x0c, + 0x42, 0xb1, 0xaa, 0xc6, 0x04, 0xe2, 0xc0, 0x32, 0x2d, 0xc4, 0x1c, 0x66, 0xff, 0x07, 0x0b, 0x26, + 0x54, 0x5f, 0x79, 0x5b, 0x67, 0x20, 0x7c, 0x7c, 0x09, 0xa0, 0x21, 0x3f, 0x30, 0x62, 0xfc, 0x6e, + 0xe4, 0xfa, 0xd5, 0xcc, 0x23, 0xb5, 0x63, 0x18, 0x13, 0xca, 0xaa, 0x28, 0xc2, 0x1a, 0x35, 0xfb, + 0x5f, 0x5a, 0x70, 0x2e, 0xf5, 0x45, 0x77, 0xdc, 0x28, 0x46, 0xef, 0x76, 0x7c, 0xd5, 0x5c, 0x7f, + 0x5f, 0x45, 0x6b, 0xb3, 0x6f, 0x52, 0x6b, 0x4e, 0x96, 0x68, 0x5f, 0x74, 0x0b, 0x06, 0xdc, 0x98, + 0xec, 0xc9, 0x8f, 0x79, 0xae, 0xeb, 0xc7, 0xf0, 0x5e, 0x25, 0x33, 0xb2, 0x4a, 0x6b, 0x62, 0x4e, + 0xc0, 0xfe, 0xf1, 0x22, 0x94, 0xf9, 0xb2, 0x5d, 0x73, 0x5a, 0x67, 0x30, 0x17, 0xab, 0x50, 0x62, + 0xd4, 0x79, 0xc7, 0x9f, 0xcf, 0xee, 0xb8, 0xe8, 0xce, 0x1c, 0xbd, 0x59, 0x70, 0xe1, 0x45, 0x31, + 0x33, 0x5a, 0x84, 0x19, 0x09, 0xe4, 0x00, 0x6c, 0xba, 0xbe, 0x13, 0x1e, 0xd0, 0xb2, 0x99, 0x22, + 0x23, 0xf8, 0x72, 0x77, 0x82, 0x8b, 0x0a, 0x9f, 0x93, 0x55, 0x7d, 0x4d, 0x00, 0x58, 0x23, 0x3a, + 0xfb, 0x06, 0x94, 0x15, 0xf2, 0x49, 0x4e, 0xe5, 0xd9, 0xcf, 0xc3, 0x44, 0xaa, 0xad, 0x5e, 0xd5, + 0x47, 0xf5, 0x43, 0xfd, 0x1b, 0x8c, 0x0b, 0x88, 0x5e, 0x2f, 0xfb, 0xfb, 0x82, 0xdd, 0x7d, 0x00, + 0xd3, 0x5e, 0x06, 0x97, 0x15, 0x53, 0xd5, 0x3f, 0x57, 0x7e, 0x46, 0x7c, 0xf6, 0x74, 0x16, 0x14, + 0x67, 0xb6, 0x41, 0x0f, 0xaa, 0xa0, 0x45, 0xd7, 0xbc, 0xe3, 0xb1, 0xfe, 0x8a, 0xfb, 0xe2, 0x5d, + 0x51, 0x86, 0x15, 0x94, 0xb2, 0xb0, 0x69, 0xd5, 0xf9, 0xdb, 0xe4, 0xa0, 0x4e, 0x3c, 0xd2, 0x88, + 0x83, 0xf0, 0x23, 0xed, 0xfe, 0x25, 0x3e, 0xfa, 0x9c, 0x03, 0x8e, 0x08, 0x02, 0xc5, 0xdb, 0xe4, + 0x80, 0x4f, 0x85, 0xfe, 0x75, 0xc5, 0xae, 0x5f, 0xf7, 0x4b, 0x16, 0x8c, 0xa9, 0xaf, 0x3b, 0x83, + 0xad, 0xbe, 0x68, 0x6e, 0xf5, 0x4b, 0x5d, 0x17, 0x78, 0xce, 0x26, 0xff, 0x4b, 0xc6, 0xa4, 0x04, + 0x4e, 0x2d, 0x0c, 0xe8, 0xd0, 0xd0, 0x53, 0xe5, 0xa3, 0x9c, 0x90, 0x7e, 0xbe, 0xeb, 0x36, 0x39, + 0xd8, 0x08, 0xa8, 0x80, 0x93, 0xfd, 0x5d, 0xc6, 0xac, 0x95, 0xba, 0xce, 0xda, 0xaf, 0x14, 0xe0, + 0xbc, 0x1a, 0x01, 0x43, 0x84, 0xf8, 0xab, 0x3e, 0x06, 0xaf, 0xc0, 0x48, 0x93, 0x6c, 0x39, 0x6d, + 0x2f, 0x56, 0xaa, 0xa3, 0x01, 0xae, 0x3e, 0xac, 0x26, 0xc5, 0x58, 0xc7, 0x39, 0xc1, 0xb0, 0xfd, + 0xdc, 0x08, 0x3b, 0x1d, 0x62, 0x87, 0xae, 0x60, 0x2a, 0x5f, 0x6a, 0x0a, 0xc0, 0x51, 0x5d, 0x01, + 0x28, 0x94, 0x7d, 0xcf, 0xc1, 0x80, 0xbb, 0x47, 0xa5, 0x85, 0x82, 0x29, 0x04, 0xac, 0xd2, 0x42, + 0xcc, 0x61, 0xe8, 0x53, 0x30, 0xd4, 0x08, 0xf6, 0xf6, 0x1c, 0xbf, 0xc9, 0x98, 0x76, 0x79, 0x71, + 0x84, 0x0a, 0x14, 0x4b, 0xbc, 0x08, 0x4b, 0x18, 0x7a, 0x06, 0x4a, 0x4e, 0xb8, 0x1d, 0xcd, 0x94, + 0x18, 0xce, 0x30, 0x6d, 0x69, 0x21, 0xdc, 0x8e, 0x30, 0x2b, 0xa5, 0x92, 0xec, 0xc3, 0x20, 0xdc, + 0x75, 0xfd, 0xed, 0xaa, 0x1b, 0x32, 0xb1, 0x54, 0x93, 0x64, 0x1f, 0x28, 0x08, 0xd6, 0xb0, 0xd0, + 0x0a, 0x0c, 0xb4, 0x82, 0x30, 0x8e, 0x66, 0x06, 0xd9, 0x70, 0x3f, 0x9b, 0xb3, 0x95, 0xf8, 0xd7, + 0xd6, 0x82, 0x30, 0x4e, 0x3e, 0x80, 0xfe, 0x8b, 0x30, 0xaf, 0x8e, 0xbe, 0x13, 0x8a, 0xc4, 0xdf, + 0x9f, 0x19, 0x62, 0x54, 0x66, 0xb3, 0xa8, 0x2c, 0xfb, 0xfb, 0xf7, 0x9d, 0x30, 0xe1, 0x33, 0xcb, + 0xfe, 0x3e, 0xa6, 0x75, 0xd0, 0x17, 0xa1, 0x2c, 0x1f, 0x0f, 0x22, 0x71, 0xb5, 0xcc, 0x5c, 0x62, + 0x58, 0x20, 0x61, 0xf2, 0x7e, 0xdb, 0x0d, 0xc9, 0x1e, 0xf1, 0xe3, 0x28, 0x51, 0xff, 0x48, 0x68, + 0x84, 0x13, 0x6a, 0xe8, 0x8b, 0x52, 0x9f, 0xb1, 0x16, 0xb4, 0xfd, 0x38, 0x9a, 0x29, 0xb3, 0xee, + 0x65, 0x6a, 0x9a, 0xef, 0x27, 0x78, 0x69, 0x85, 0x07, 0xaf, 0x8c, 0x0d, 0x52, 0x08, 0xc3, 0x98, + 0xe7, 0xee, 0x13, 0x9f, 0x44, 0x51, 0x2d, 0x0c, 0x36, 0xc9, 0x0c, 0xb0, 0x9e, 0x5f, 0xcc, 0x56, + 0xc0, 0x06, 0x9b, 0x64, 0x71, 0xea, 0xe8, 0xb0, 0x32, 0x76, 0x47, 0xaf, 0x83, 0x4d, 0x12, 0xe8, + 0x1e, 0x8c, 0x53, 0x11, 0xda, 0x4d, 0x88, 0x8e, 0xf4, 0x22, 0xca, 0xe4, 0x67, 0x6c, 0x54, 0xc2, + 0x29, 0x22, 0xe8, 0x6d, 0x28, 0x7b, 0xee, 0x16, 0x69, 0x1c, 0x34, 0x3c, 0x32, 0x33, 0xca, 0x28, + 0x66, 0x6e, 0xab, 0x3b, 0x12, 0x89, 0x5f, 0x51, 0xd4, 0x5f, 0x9c, 0x54, 0x47, 0xf7, 0xe1, 0x42, + 0x4c, 0xc2, 0x3d, 0xd7, 0x77, 0xe8, 0x76, 0x10, 0x12, 0x2f, 0x53, 0x63, 0x8f, 0xb1, 0xf5, 0x76, + 0x59, 0x0c, 0xdd, 0x85, 0x8d, 0x4c, 0x2c, 0x9c, 0x53, 0x1b, 0xdd, 0x85, 0x09, 0xb6, 0x13, 0x6a, + 0x6d, 0xcf, 0xab, 0x05, 0x9e, 0xdb, 0x38, 0x98, 0x19, 0x67, 0x04, 0x3f, 0x25, 0xf5, 0xd4, 0xab, + 0x26, 0x98, 0xde, 0xc9, 0x93, 0x7f, 0x38, 0x5d, 0x1b, 0x6d, 0x32, 0xbd, 0x65, 0x3b, 0x74, 0xe3, + 0x03, 0xba, 0x7e, 0xc9, 0xa3, 0x78, 0x66, 0xa2, 0xeb, 0x0d, 0x57, 0x47, 0x55, 0xca, 0x4d, 0xbd, + 0x10, 0xa7, 0x09, 0xd2, 0xad, 0x1d, 0xc5, 0x4d, 0xd7, 0x9f, 0x99, 0x64, 0x1c, 0x43, 0xed, 0x8c, + 0x3a, 0x2d, 0xc4, 0x1c, 0xc6, 0x74, 0x96, 0xf4, 0xc7, 0x5d, 0xca, 0x41, 0xa7, 0x18, 0x62, 0xa2, + 0xb3, 0x94, 0x00, 0x9c, 0xe0, 0xd0, 0x63, 0x39, 0x8e, 0x0f, 0x66, 0x10, 0x43, 0x55, 0xdb, 0x65, + 0x63, 0xe3, 0x8b, 0x98, 0x96, 0xa3, 0x3b, 0x30, 0x44, 0xfc, 0xfd, 0x95, 0x30, 0xd8, 0x9b, 0x39, + 0x97, 0xbf, 0x67, 0x97, 0x39, 0x0a, 0x67, 0xe8, 0xc9, 0x15, 0x45, 0x14, 0x63, 0x49, 0x02, 0x3d, + 0x82, 0x99, 0x8c, 0x19, 0xe1, 0x13, 0x30, 0xcd, 0x26, 0xe0, 0x73, 0xa2, 0xee, 0xcc, 0x46, 0x0e, + 0xde, 0x71, 0x17, 0x18, 0xce, 0xa5, 0x8e, 0xbe, 0x17, 0xc6, 0xf8, 0x86, 0xe2, 0x0f, 0x1e, 0xd1, + 0xcc, 0x79, 0xf6, 0x35, 0x57, 0xf2, 0x37, 0x27, 0x47, 0x5c, 0x3c, 0x2f, 0x3a, 0x34, 0xa6, 0x97, + 0x46, 0xd8, 0xa4, 0x66, 0x6f, 0xc2, 0xb8, 0xe2, 0x5b, 0x6c, 0xe9, 0xa0, 0x0a, 0x0c, 0x50, 0x86, + 0x2c, 0x75, 0x0a, 0x65, 0x3a, 0x53, 0x4c, 0x51, 0x8d, 0x79, 0x39, 0x9b, 0x29, 0xf7, 0x03, 0xb2, + 0x78, 0x10, 0x13, 0x7e, 0x2f, 0x2c, 0x6a, 0x33, 0x25, 0x01, 0x38, 0xc1, 0xb1, 0xff, 0x2f, 0x97, + 0x7b, 0x12, 0xe6, 0xd8, 0xc7, 0x71, 0xf0, 0x12, 0x0c, 0xef, 0x04, 0x51, 0x4c, 0xb1, 0x59, 0x1b, + 0x03, 0x89, 0xa4, 0x73, 0x4b, 0x94, 0x63, 0x85, 0x81, 0xde, 0x84, 0xb1, 0x86, 0xde, 0x80, 0x38, + 0xcb, 0xd4, 0x10, 0x18, 0xad, 0x63, 0x13, 0x17, 0xdd, 0x80, 0x61, 0xf6, 0x5c, 0xd9, 0x08, 0x3c, + 0x71, 0x03, 0x95, 0x07, 0xf2, 0x70, 0x4d, 0x94, 0x1f, 0x6b, 0xbf, 0xb1, 0xc2, 0x46, 0x57, 0x61, + 0x90, 0x76, 0x61, 0xb5, 0x26, 0x4e, 0x11, 0xa5, 0x15, 0xb8, 0xc5, 0x4a, 0xb1, 0x80, 0xda, 0x7f, + 0xab, 0xa0, 0x8d, 0x32, 0xbd, 0x53, 0x11, 0x54, 0x83, 0xa1, 0x87, 0x8e, 0x1b, 0xbb, 0xfe, 0xb6, + 0x10, 0x17, 0x5e, 0xe8, 0x7a, 0xa4, 0xb0, 0x4a, 0x0f, 0x78, 0x05, 0x7e, 0xe8, 0x89, 0x3f, 0x58, + 0x92, 0xa1, 0x14, 0xc3, 0xb6, 0xef, 0x53, 0x8a, 0x85, 0x7e, 0x29, 0x62, 0x5e, 0x81, 0x53, 0x14, + 0x7f, 0xb0, 0x24, 0x83, 0xde, 0x05, 0x90, 0xcb, 0x92, 0x34, 0xc5, 0x33, 0xe1, 0x4b, 0xbd, 0x89, + 0x6e, 0xa8, 0x3a, 0x8b, 0xe3, 0xf4, 0x48, 0x4d, 0xfe, 0x63, 0x8d, 0x9e, 0x1d, 0x33, 0xb1, 0xaa, + 0xb3, 0x33, 0xe8, 0x7b, 0x28, 0x27, 0x70, 0xc2, 0x98, 0x34, 0x17, 0x62, 0x31, 0x38, 0x9f, 0xee, + 0x4f, 0x2a, 0xde, 0x70, 0xf7, 0x88, 0xce, 0x35, 0x04, 0x11, 0x9c, 0xd0, 0xb3, 0x7f, 0xad, 0x08, + 0x33, 0x79, 0xdd, 0xa5, 0x8b, 0x8e, 0x3c, 0x72, 0xe3, 0x25, 0x2a, 0x0d, 0x59, 0xe6, 0xa2, 0x5b, + 0x16, 0xe5, 0x58, 0x61, 0xd0, 0xd9, 0x8f, 0xdc, 0x6d, 0x79, 0xa9, 0x19, 0x48, 0x66, 0xbf, 0xce, + 0x4a, 0xb1, 0x80, 0x52, 0xbc, 0x90, 0x38, 0x91, 0x78, 0x87, 0xd6, 0x56, 0x09, 0x66, 0xa5, 0x58, + 0x40, 0x75, 0x8d, 0x49, 0xa9, 0x87, 0xc6, 0xc4, 0x18, 0xa2, 0x81, 0xd3, 0x1d, 0x22, 0xf4, 0x65, + 0x80, 0x2d, 0xd7, 0x77, 0xa3, 0x1d, 0x46, 0x7d, 0xf0, 0xc4, 0xd4, 0x95, 0x2c, 0xb5, 0xa2, 0xa8, + 0x60, 0x8d, 0x22, 0x7a, 0x1d, 0x46, 0xd4, 0x06, 0x5c, 0xad, 0x32, 0xa5, 0xbc, 0xf6, 0xc8, 0x99, + 0x70, 0xa3, 0x2a, 0xd6, 0xf1, 0xec, 0xf7, 0xd2, 0xeb, 0x45, 0xec, 0x00, 0x6d, 0x7c, 0xad, 0x7e, + 0xc7, 0xb7, 0xd0, 0x7d, 0x7c, 0xed, 0xdf, 0x2e, 0xc2, 0x84, 0xd1, 0x58, 0x3b, 0xea, 0x83, 0x67, + 0xdd, 0xa4, 0xe7, 0x9c, 0x13, 0x13, 0xb1, 0xff, 0xec, 0xde, 0x5b, 0x45, 0x3f, 0x0b, 0xe9, 0x0e, + 0xe0, 0xf5, 0xd1, 0x97, 0xa1, 0xec, 0x39, 0x11, 0xd3, 0xbe, 0x10, 0xb1, 0xef, 0xfa, 0x21, 0x96, + 0xdc, 0x23, 0x9c, 0x28, 0xd6, 0x8e, 0x1a, 0x4e, 0x3b, 0x21, 0x49, 0x0f, 0x64, 0x2a, 0xfb, 0x48, + 0x43, 0x07, 0xd5, 0x09, 0x2a, 0x20, 0x1d, 0x60, 0x0e, 0x43, 0x37, 0x60, 0x34, 0x24, 0x6c, 0x55, + 0x2c, 0x51, 0x51, 0x8e, 0x2d, 0xb3, 0x81, 0x44, 0xe6, 0xc3, 0x1a, 0x0c, 0x1b, 0x98, 0x89, 0x28, + 0x3f, 0xd8, 0x45, 0x94, 0x7f, 0x01, 0x86, 0xd8, 0x0f, 0xb5, 0x02, 0xd4, 0x6c, 0xac, 0xf2, 0x62, + 0x2c, 0xe1, 0xe9, 0x05, 0x33, 0xdc, 0xe7, 0x82, 0xf9, 0x34, 0x8c, 0x57, 0x1d, 0xb2, 0x17, 0xf8, + 0xcb, 0x7e, 0xb3, 0x15, 0xb8, 0x7e, 0x8c, 0x66, 0xa0, 0xc4, 0x4e, 0x07, 0xbe, 0xb7, 0x4b, 0x94, + 0x02, 0x2e, 0x51, 0xc1, 0xdc, 0xde, 0x86, 0xf3, 0xd5, 0xe0, 0xa1, 0xff, 0xd0, 0x09, 0x9b, 0x0b, + 0xb5, 0x55, 0xed, 0x9e, 0xbb, 0x2e, 0xef, 0x59, 0xdc, 0x70, 0x20, 0x93, 0xa7, 0x6a, 0x35, 0xf9, + 0x59, 0xbb, 0xe2, 0x7a, 0x24, 0xe7, 0x3e, 0xfd, 0x77, 0x0a, 0x46, 0x4b, 0x09, 0xbe, 0x52, 0xd2, + 0x5b, 0xb9, 0x4a, 0xfa, 0x77, 0x60, 0x78, 0xcb, 0x25, 0x5e, 0x13, 0x93, 0x2d, 0xb1, 0xc4, 0x9e, + 0xcf, 0x7f, 0x0b, 0x5d, 0xa1, 0x98, 0x52, 0x7f, 0xc2, 0x6f, 0x69, 0x2b, 0xa2, 0x32, 0x56, 0x64, + 0xd0, 0x2e, 0x4c, 0xca, 0x6b, 0x80, 0x84, 0x8a, 0x05, 0xf7, 0x42, 0xb7, 0xbb, 0x85, 0x49, 0x7c, + 0xfa, 0xe8, 0xb0, 0x32, 0x89, 0x53, 0x64, 0x70, 0x07, 0x61, 0x7a, 0x2d, 0xdb, 0xa3, 0xac, 0xb5, + 0xc4, 0x86, 0x9f, 0x5d, 0xcb, 0xd8, 0x0d, 0x93, 0x95, 0xda, 0x3f, 0x63, 0xc1, 0x53, 0x1d, 0x23, + 0x23, 0x6e, 0xda, 0xa7, 0x3c, 0x0b, 0xe9, 0x9b, 0x6f, 0xa1, 0xf7, 0xcd, 0xd7, 0xfe, 0xc7, 0x16, + 0x4c, 0x2f, 0xef, 0xb5, 0xe2, 0x83, 0xaa, 0x6b, 0x3e, 0x24, 0xbc, 0x01, 0x83, 0x7b, 0xa4, 0xe9, + 0xb6, 0xf7, 0xc4, 0xcc, 0x55, 0x24, 0xfb, 0x59, 0x63, 0xa5, 0xc7, 0x87, 0x95, 0xb1, 0x7a, 0x1c, + 0x84, 0xce, 0x36, 0xe1, 0x05, 0x58, 0xa0, 0x33, 0x26, 0xee, 0x7e, 0x40, 0xee, 0xb8, 0x7b, 0xae, + 0x7c, 0xdb, 0xee, 0xaa, 0xfd, 0x99, 0x93, 0x03, 0x3a, 0xf7, 0x4e, 0xdb, 0xf1, 0x63, 0x37, 0x3e, + 0x10, 0x6f, 0x24, 0x92, 0x08, 0x4e, 0xe8, 0xd9, 0xdf, 0xb4, 0x60, 0x42, 0xae, 0xfb, 0x85, 0x66, + 0x33, 0x24, 0x51, 0x84, 0x66, 0xa1, 0xe0, 0xb6, 0x44, 0x2f, 0x41, 0xf4, 0xb2, 0xb0, 0x5a, 0xc3, + 0x05, 0xb7, 0x85, 0x6a, 0x50, 0xe6, 0x4f, 0xe4, 0xc9, 0xe2, 0xea, 0xeb, 0xa1, 0x9d, 0xf5, 0x60, + 0x43, 0xd6, 0xc4, 0x09, 0x11, 0x29, 0xc1, 0x31, 0x9e, 0x59, 0x34, 0x1f, 0x58, 0x6e, 0x89, 0x72, + 0xac, 0x30, 0xd0, 0x35, 0x18, 0xf6, 0x83, 0x26, 0xb7, 0x58, 0xe0, 0xa7, 0x1f, 0x5b, 0xb2, 0xeb, + 0xa2, 0x0c, 0x2b, 0xa8, 0xfd, 0x63, 0x16, 0x8c, 0xca, 0x2f, 0xeb, 0x53, 0x98, 0xa4, 0x5b, 0x2b, + 0x11, 0x24, 0x93, 0xad, 0x45, 0x85, 0x41, 0x06, 0x31, 0x64, 0xc0, 0xe2, 0x49, 0x64, 0x40, 0xfb, + 0xa7, 0x0b, 0x30, 0x2e, 0xbb, 0x53, 0x6f, 0x6f, 0x46, 0x24, 0x46, 0x1b, 0x50, 0x76, 0xf8, 0x90, + 0x13, 0xb9, 0x62, 0x9f, 0xcb, 0xbe, 0x7c, 0x18, 0xf3, 0x93, 0x1c, 0xcb, 0x0b, 0xb2, 0x36, 0x4e, + 0x08, 0x21, 0x0f, 0xa6, 0xfc, 0x20, 0x66, 0x2c, 0x5a, 0xc1, 0xbb, 0x29, 0xf1, 0xd3, 0xd4, 0x2f, + 0x0a, 0xea, 0x53, 0xeb, 0x69, 0x2a, 0xb8, 0x93, 0x30, 0x5a, 0x96, 0x0a, 0x8f, 0x62, 0xfe, 0x75, + 0x43, 0x9f, 0x85, 0x6c, 0x7d, 0x87, 0xfd, 0x9b, 0x16, 0x94, 0x25, 0xda, 0x59, 0xbc, 0xd7, 0xac, + 0xc1, 0x50, 0xc4, 0x26, 0x41, 0x0e, 0x8d, 0xdd, 0xad, 0xe3, 0x7c, 0xbe, 0x92, 0x93, 0x87, 0xff, + 0x8f, 0xb0, 0xa4, 0xc1, 0x34, 0xb6, 0xaa, 0xfb, 0x1f, 0x13, 0x8d, 0xad, 0xea, 0x4f, 0xce, 0x09, + 0xf3, 0xdf, 0x58, 0x9f, 0xb5, 0x6b, 0x2d, 0x15, 0x90, 0x5a, 0x21, 0xd9, 0x72, 0x1f, 0xa5, 0x05, + 0xa4, 0x1a, 0x2b, 0xc5, 0x02, 0x8a, 0xde, 0x85, 0xd1, 0x86, 0x54, 0x74, 0x26, 0x6c, 0xe0, 0x6a, + 0x57, 0xb5, 0xb1, 0x7a, 0x61, 0xe0, 0xd6, 0x8c, 0x4b, 0x5a, 0x7d, 0x6c, 0x50, 0x33, 0x5f, 0xd1, + 0x8b, 0xbd, 0x5e, 0xd1, 0x13, 0xba, 0xb9, 0xef, 0xc0, 0xf6, 0xcf, 0x5a, 0x30, 0xc8, 0xd5, 0x65, + 0xfd, 0xe9, 0x17, 0xb5, 0x07, 0x97, 0x64, 0xec, 0xee, 0xd3, 0x42, 0xf1, 0x80, 0x82, 0xd6, 0xa0, + 0xcc, 0x7e, 0x30, 0xb5, 0x41, 0x31, 0xdf, 0x8c, 0x93, 0xb7, 0xaa, 0x77, 0xf0, 0xbe, 0xac, 0x86, + 0x13, 0x0a, 0xf6, 0x4f, 0x14, 0x29, 0xab, 0x4a, 0x50, 0x8d, 0x13, 0xdc, 0x7a, 0x72, 0x27, 0x78, + 0xe1, 0x49, 0x9d, 0xe0, 0xdb, 0x30, 0xd1, 0xd0, 0x9e, 0x67, 0x92, 0x99, 0xbc, 0xd6, 0x75, 0x91, + 0x68, 0x2f, 0x39, 0x5c, 0x65, 0xb4, 0x64, 0x12, 0xc1, 0x69, 0xaa, 0xe8, 0x7b, 0x60, 0x94, 0xcf, + 0xb3, 0x68, 0xa5, 0xc4, 0x5a, 0xf9, 0x54, 0xfe, 0x7a, 0xd1, 0x9b, 0x60, 0x2b, 0xb1, 0xae, 0x55, + 0xc7, 0x06, 0x31, 0xfb, 0xd7, 0x86, 0x61, 0x60, 0x79, 0x9f, 0xf8, 0xf1, 0x19, 0x30, 0xa4, 0x06, + 0x8c, 0xbb, 0xfe, 0x7e, 0xe0, 0xed, 0x93, 0x26, 0x87, 0x9f, 0xe4, 0x70, 0xbd, 0x20, 0x48, 0x8f, + 0xaf, 0x1a, 0x24, 0x70, 0x8a, 0xe4, 0x93, 0xb8, 0x61, 0xde, 0x84, 0x41, 0x3e, 0xf7, 0xe2, 0x7a, + 0x99, 0xa9, 0x0c, 0x66, 0x83, 0x28, 0x76, 0x41, 0x72, 0xfb, 0xe5, 0xda, 0x67, 0x51, 0x1d, 0xbd, + 0x07, 0xe3, 0x5b, 0x6e, 0x18, 0xc5, 0xf4, 0x6a, 0x18, 0xc5, 0xce, 0x5e, 0xeb, 0x31, 0x6e, 0x94, + 0x6a, 0x1c, 0x56, 0x0c, 0x4a, 0x38, 0x45, 0x19, 0x6d, 0xc3, 0x18, 0xbd, 0xe4, 0x24, 0x4d, 0x0d, + 0x9d, 0xb8, 0x29, 0xa5, 0x32, 0xba, 0xa3, 0x13, 0xc2, 0x26, 0x5d, 0xca, 0x4c, 0x1a, 0xec, 0x52, + 0x34, 0xcc, 0x24, 0x0a, 0xc5, 0x4c, 0xf8, 0x6d, 0x88, 0xc3, 0x28, 0x4f, 0x62, 0x86, 0x17, 0x65, + 0x93, 0x27, 0x69, 0xe6, 0x15, 0x5f, 0x81, 0x32, 0xa1, 0x43, 0x48, 0x09, 0x0b, 0xc5, 0xf8, 0x7c, + 0x7f, 0x7d, 0x5d, 0x73, 0x1b, 0x61, 0x60, 0xde, 0xe5, 0x97, 0x25, 0x25, 0x9c, 0x10, 0x45, 0x4b, + 0x30, 0x18, 0x91, 0xd0, 0x25, 0x91, 0x50, 0x91, 0x77, 0x99, 0x46, 0x86, 0xc6, 0xed, 0x7d, 0xf9, + 0x6f, 0x2c, 0xaa, 0xd2, 0xe5, 0xe5, 0xb0, 0xdb, 0x10, 0xd3, 0x8a, 0x6b, 0xcb, 0x6b, 0x81, 0x95, + 0x62, 0x01, 0x45, 0x6f, 0xc3, 0x50, 0x48, 0x3c, 0xa6, 0x2c, 0x1a, 0xeb, 0x7f, 0x91, 0x73, 0xdd, + 0x13, 0xaf, 0x87, 0x25, 0x01, 0x74, 0x1b, 0x50, 0x48, 0xa8, 0x0c, 0xe1, 0xfa, 0xdb, 0xca, 0x1c, + 0x41, 0xe8, 0xba, 0x9f, 0x16, 0xed, 0x9f, 0xc3, 0x09, 0x86, 0xb4, 0x04, 0xc4, 0x19, 0xd5, 0xd0, + 0x4d, 0x98, 0x52, 0xa5, 0xab, 0x7e, 0x14, 0x3b, 0x7e, 0x83, 0x30, 0x35, 0x77, 0x39, 0x91, 0x8a, + 0x70, 0x1a, 0x01, 0x77, 0xd6, 0xb1, 0xbf, 0x4e, 0xc5, 0x19, 0x3a, 0x5a, 0x67, 0x20, 0x0b, 0xbc, + 0x65, 0xca, 0x02, 0x17, 0x73, 0x67, 0x2e, 0x47, 0x0e, 0x38, 0xb2, 0x60, 0x44, 0x9b, 0xd9, 0x64, + 0xcd, 0x5a, 0x5d, 0xd6, 0x6c, 0x1b, 0x26, 0xe9, 0x4a, 0xbf, 0xbb, 0xc9, 0x5c, 0x5f, 0x9a, 0x6c, + 0x61, 0x16, 0x1e, 0x6f, 0x61, 0x2a, 0xa3, 0xd1, 0x3b, 0x29, 0x82, 0xb8, 0xa3, 0x09, 0xf4, 0x86, + 0xd4, 0x9c, 0x14, 0x0d, 0x33, 0x23, 0xae, 0x15, 0x39, 0x3e, 0xac, 0x4c, 0x6a, 0x1f, 0xa2, 0x6b, + 0x4a, 0xec, 0xaf, 0xc8, 0x6f, 0xe4, 0xcc, 0x66, 0x1e, 0xca, 0x0d, 0xb5, 0x58, 0x2c, 0xd3, 0xf0, + 0x59, 0x2d, 0x07, 0x9c, 0xe0, 0xd0, 0x3d, 0x4a, 0xaf, 0x20, 0x69, 0xcb, 0x38, 0x7a, 0x41, 0xc1, + 0x0c, 0x62, 0xbf, 0x0a, 0xb0, 0xfc, 0x88, 0x34, 0xf8, 0x52, 0xd7, 0x1f, 0x20, 0xad, 0xfc, 0x07, + 0x48, 0xfb, 0x3f, 0x59, 0x30, 0xbe, 0xb2, 0x64, 0x5c, 0x13, 0xe7, 0x00, 0xf8, 0xdd, 0xe8, 0xc1, + 0x83, 0x75, 0xa9, 0x5b, 0xe7, 0xea, 0x51, 0x55, 0x8a, 0x35, 0x0c, 0x74, 0x11, 0x8a, 0x5e, 0xdb, + 0x17, 0x57, 0x96, 0xa1, 0xa3, 0xc3, 0x4a, 0xf1, 0x4e, 0xdb, 0xc7, 0xb4, 0x4c, 0x33, 0x46, 0x2b, + 0xf6, 0x6d, 0x8c, 0xd6, 0xd3, 0xa5, 0x05, 0x55, 0x60, 0xe0, 0xe1, 0x43, 0xb7, 0xc9, 0x0d, 0x87, + 0x85, 0xde, 0xff, 0xc1, 0x83, 0xd5, 0x6a, 0x84, 0x79, 0xb9, 0xfd, 0xb5, 0x22, 0xcc, 0xae, 0x78, + 0xe4, 0xd1, 0x87, 0x34, 0x9e, 0xee, 0xd7, 0x94, 0xee, 0x64, 0xf2, 0xe2, 0x49, 0xed, 0x06, 0x7b, + 0x8f, 0xc7, 0x16, 0x0c, 0xf1, 0xc7, 0x6c, 0x69, 0x4a, 0xfd, 0x66, 0x56, 0xeb, 0xf9, 0x03, 0x32, + 0xc7, 0x1f, 0xc5, 0x85, 0x09, 0xb5, 0x3a, 0x69, 0x45, 0x29, 0x96, 0xc4, 0x67, 0x3f, 0x0b, 0xa3, + 0x3a, 0xe6, 0x89, 0x2c, 0x78, 0xff, 0xff, 0x22, 0x4c, 0xd2, 0x1e, 0x3c, 0xd1, 0x89, 0xb8, 0xd7, + 0x39, 0x11, 0xa7, 0x6d, 0xc5, 0xd9, 0x7b, 0x36, 0xde, 0x4d, 0xcf, 0xc6, 0x2b, 0x79, 0xb3, 0x71, + 0xd6, 0x73, 0xf0, 0x83, 0x16, 0x9c, 0x5b, 0xf1, 0x82, 0xc6, 0x6e, 0xca, 0xc0, 0xf4, 0x75, 0x18, + 0xa1, 0x7c, 0x3c, 0x32, 0x3c, 0x37, 0x0c, 0x5f, 0x1e, 0x01, 0xc2, 0x3a, 0x9e, 0x56, 0xed, 0xde, + 0xbd, 0xd5, 0x6a, 0x96, 0x0b, 0x90, 0x00, 0x61, 0x1d, 0xcf, 0xfe, 0x5d, 0x0b, 0x2e, 0xdd, 0x5c, + 0x5a, 0x4e, 0x96, 0x62, 0x87, 0x17, 0x12, 0xbd, 0x05, 0x36, 0xb5, 0xae, 0x24, 0xb7, 0xc0, 0x2a, + 0xeb, 0x85, 0x80, 0x7e, 0x5c, 0x3c, 0xec, 0x7e, 0xc1, 0x82, 0x73, 0x37, 0xdd, 0x98, 0x1e, 0xcb, + 0x69, 0x7f, 0x18, 0x7a, 0x2e, 0x47, 0x6e, 0x1c, 0x84, 0x07, 0x69, 0x7f, 0x18, 0xac, 0x20, 0x58, + 0xc3, 0xe2, 0x2d, 0xef, 0xbb, 0x11, 0xed, 0x69, 0xc1, 0x54, 0x45, 0x61, 0x51, 0x8e, 0x15, 0x06, + 0xfd, 0xb0, 0xa6, 0x1b, 0xb2, 0xab, 0xc4, 0x81, 0xe0, 0xb0, 0xea, 0xc3, 0xaa, 0x12, 0x80, 0x13, + 0x1c, 0xfb, 0x67, 0x2c, 0x38, 0x7f, 0xd3, 0x6b, 0x47, 0x31, 0x09, 0xb7, 0x22, 0xa3, 0xb3, 0xaf, + 0x42, 0x99, 0xc8, 0xeb, 0xba, 0xe8, 0xab, 0x12, 0x30, 0xd5, 0x3d, 0x9e, 0x3b, 0xe3, 0x28, 0xbc, + 0x3e, 0xac, 0xb5, 0x4f, 0x66, 0x65, 0xfc, 0xcb, 0x05, 0x18, 0xbb, 0xb5, 0xb1, 0x51, 0xbb, 0x49, + 0x62, 0x71, 0x8a, 0xf5, 0x56, 0x35, 0x63, 0x4d, 0x63, 0xd6, 0xed, 0x52, 0xd4, 0x8e, 0x5d, 0x6f, + 0x8e, 0x7b, 0x7f, 0xce, 0xad, 0xfa, 0xf1, 0xdd, 0xb0, 0x1e, 0x87, 0xae, 0xbf, 0x9d, 0xa9, 0x63, + 0x93, 0x67, 0x6d, 0x31, 0xef, 0xac, 0x45, 0xaf, 0xc2, 0x20, 0x73, 0x3f, 0x95, 0xd7, 0x93, 0xa7, + 0xd5, 0x9d, 0x82, 0x95, 0x1e, 0x1f, 0x56, 0xca, 0xf7, 0xf0, 0x2a, 0xff, 0x83, 0x05, 0x2a, 0xba, + 0x07, 0x23, 0x3b, 0x71, 0xdc, 0xba, 0x45, 0x9c, 0x26, 0x09, 0x25, 0x77, 0xb8, 0x9c, 0xc5, 0x1d, + 0xe8, 0x20, 0x70, 0xb4, 0x64, 0x43, 0x25, 0x65, 0x11, 0xd6, 0xe9, 0xd8, 0x75, 0x80, 0x04, 0x76, + 0x4a, 0xfa, 0x05, 0xfb, 0x8f, 0x2d, 0x18, 0xe2, 0x9e, 0x40, 0x21, 0xfa, 0x1c, 0x94, 0xc8, 0x23, + 0xd2, 0x10, 0x92, 0x63, 0x66, 0x87, 0x13, 0xc1, 0x83, 0x6b, 0xcb, 0xe9, 0x7f, 0xcc, 0x6a, 0xa1, + 0x5b, 0x30, 0x44, 0x7b, 0x7b, 0x53, 0xb9, 0x45, 0x3d, 0x9b, 0xf7, 0xc5, 0x6a, 0xda, 0xb9, 0xac, + 0x22, 0x8a, 0xb0, 0xac, 0xce, 0x34, 0xbf, 0x8d, 0x56, 0x9d, 0x32, 0xb0, 0xb8, 0xdb, 0x39, 0xbb, + 0xb1, 0x54, 0xe3, 0x48, 0x82, 0x1a, 0xd7, 0xfc, 0xca, 0x42, 0x9c, 0x10, 0xb1, 0x37, 0xa0, 0x4c, + 0x27, 0x75, 0xc1, 0x73, 0x9d, 0xee, 0x4a, 0xe7, 0x17, 0xa1, 0x2c, 0x15, 0xc0, 0x91, 0x70, 0x26, + 0x61, 0x54, 0xa5, 0x7e, 0x38, 0xc2, 0x09, 0xdc, 0xde, 0x82, 0x69, 0xf6, 0xf2, 0xef, 0xc4, 0x3b, + 0xc6, 0x1e, 0xeb, 0xbd, 0x98, 0x5f, 0x12, 0x17, 0x31, 0x3e, 0x33, 0x33, 0x9a, 0xf5, 0xfb, 0xa8, + 0xa4, 0x98, 0x5c, 0xca, 0xec, 0x3f, 0x2d, 0xc1, 0xd3, 0xab, 0xf5, 0x7c, 0x27, 0xb1, 0x1b, 0x30, + 0xca, 0xc5, 0x34, 0xba, 0xb4, 0x1d, 0x4f, 0xb4, 0xab, 0xde, 0xc5, 0x36, 0x34, 0x18, 0x36, 0x30, + 0xd1, 0x25, 0x28, 0xba, 0xef, 0xfb, 0x69, 0x43, 0xd2, 0xd5, 0x77, 0xd6, 0x31, 0x2d, 0xa7, 0x60, + 0x2a, 0xf1, 0x71, 0x56, 0xaa, 0xc0, 0x4a, 0xea, 0x7b, 0x0b, 0xc6, 0xdd, 0xa8, 0x11, 0xb9, 0xab, + 0x3e, 0xe5, 0x33, 0x89, 0x83, 0x61, 0xa2, 0x24, 0xa0, 0x9d, 0x56, 0x50, 0x9c, 0xc2, 0xd6, 0xf8, + 0xfa, 0x40, 0xdf, 0x52, 0x63, 0x4f, 0xef, 0x0a, 0x2a, 0x10, 0xb7, 0xd8, 0xd7, 0x45, 0xcc, 0xa8, + 0x4d, 0x08, 0xc4, 0xfc, 0x83, 0x23, 0x2c, 0x61, 0xf4, 0x06, 0xd6, 0xd8, 0x71, 0x5a, 0x0b, 0xed, + 0x78, 0xa7, 0xea, 0x46, 0x8d, 0x60, 0x9f, 0x84, 0x07, 0xec, 0xf2, 0x3c, 0x9c, 0xdc, 0xc0, 0x14, + 0x60, 0xe9, 0xd6, 0x42, 0x8d, 0x62, 0xe2, 0xce, 0x3a, 0xa6, 0x54, 0x08, 0xa7, 0x21, 0x15, 0x2e, + 0xc0, 0x84, 0x6c, 0xa6, 0x4e, 0x22, 0x76, 0x46, 0x8c, 0xb0, 0x8e, 0x29, 0xd7, 0x5f, 0x51, 0xac, + 0xba, 0x95, 0xc6, 0x47, 0x6f, 0xc0, 0x98, 0xeb, 0xbb, 0xb1, 0xeb, 0xc4, 0x41, 0xc8, 0x4e, 0x58, + 0x7e, 0x4f, 0x66, 0x96, 0x6c, 0xab, 0x3a, 0x00, 0x9b, 0x78, 0xf6, 0x9f, 0x94, 0x60, 0x8a, 0x4d, + 0xdb, 0xb7, 0x57, 0xd8, 0xc7, 0x66, 0x85, 0xdd, 0xeb, 0x5c, 0x61, 0xa7, 0x21, 0xee, 0x7e, 0x94, + 0xcb, 0xec, 0x3d, 0x28, 0x2b, 0x5b, 0x60, 0x69, 0xce, 0x6e, 0xe5, 0x98, 0xb3, 0xf7, 0x96, 0x3e, + 0xe4, 0x33, 0x6e, 0x31, 0xf3, 0x19, 0xf7, 0xef, 0x5a, 0x90, 0x98, 0x44, 0xa2, 0x5b, 0x50, 0x6e, + 0x05, 0xcc, 0xec, 0x20, 0x94, 0xb6, 0x3c, 0x4f, 0x67, 0x1e, 0x54, 0xfc, 0x50, 0xe4, 0xe3, 0x57, + 0x93, 0x35, 0x70, 0x52, 0x19, 0x2d, 0xc2, 0x50, 0x2b, 0x24, 0xf5, 0x98, 0xb9, 0x1d, 0xf6, 0xa4, + 0xc3, 0xd7, 0x08, 0xc7, 0xc7, 0xb2, 0xa2, 0xfd, 0x2b, 0x16, 0x00, 0x7f, 0x29, 0x75, 0xfc, 0x6d, + 0x72, 0x06, 0xda, 0xdf, 0x2a, 0x94, 0xa2, 0x16, 0x69, 0x74, 0x33, 0x08, 0x49, 0xfa, 0x53, 0x6f, + 0x91, 0x46, 0x32, 0xe0, 0xf4, 0x1f, 0x66, 0xb5, 0xed, 0xbf, 0x06, 0x30, 0x9e, 0xa0, 0xad, 0xc6, + 0x64, 0x0f, 0xbd, 0x6c, 0x38, 0x75, 0x5d, 0x4c, 0x39, 0x75, 0x95, 0x19, 0xb6, 0xa6, 0x68, 0x7c, + 0x0f, 0x8a, 0x7b, 0xce, 0x23, 0xa1, 0x49, 0x7a, 0xb1, 0x7b, 0x37, 0x28, 0xfd, 0xb9, 0x35, 0xe7, + 0x11, 0xbf, 0x33, 0xbd, 0x28, 0x17, 0xc8, 0x9a, 0xf3, 0xe8, 0x98, 0x9b, 0x7d, 0x30, 0x26, 0x75, + 0xc7, 0x8d, 0xe2, 0xaf, 0xfe, 0x97, 0xe4, 0x3f, 0x5b, 0x76, 0xb4, 0x11, 0xd6, 0x96, 0xeb, 0x8b, + 0x77, 0xc3, 0xbe, 0xda, 0x72, 0xfd, 0x74, 0x5b, 0xae, 0xdf, 0x47, 0x5b, 0xae, 0x8f, 0x3e, 0x80, + 0x21, 0xf1, 0x46, 0xcf, 0x6c, 0xbd, 0x4d, 0x2d, 0x55, 0x5e, 0x7b, 0xe2, 0x89, 0x9f, 0xb7, 0x39, + 0x2f, 0xef, 0x84, 0xa2, 0xb4, 0x67, 0xbb, 0xb2, 0x41, 0xf4, 0xb7, 0x2d, 0x18, 0x17, 0xbf, 0x31, + 0x79, 0xbf, 0x4d, 0xa2, 0x58, 0xc8, 0x9e, 0x9f, 0xe9, 0xbf, 0x0f, 0xa2, 0x22, 0xef, 0xca, 0x67, + 0x24, 0x9b, 0x35, 0x81, 0x3d, 0x7b, 0x94, 0xea, 0x05, 0xfa, 0xa7, 0x16, 0x4c, 0xef, 0x39, 0x8f, + 0x78, 0x8b, 0xbc, 0x0c, 0x3b, 0xb1, 0x1b, 0x08, 0xdb, 0xf5, 0xcf, 0xf5, 0x37, 0xfd, 0x1d, 0xd5, + 0x79, 0x27, 0xa5, 0x99, 0xeb, 0x74, 0x16, 0x4a, 0xcf, 0xae, 0x66, 0xf6, 0x6b, 0x76, 0x0b, 0x86, + 0xe5, 0x7a, 0xcb, 0xb8, 0x79, 0x57, 0x75, 0xc1, 0xfa, 0xc4, 0x26, 0x12, 0xba, 0x67, 0x15, 0x6d, + 0x47, 0xac, 0xb5, 0x27, 0xda, 0xce, 0x7b, 0x30, 0xaa, 0xaf, 0xb1, 0x27, 0xda, 0xd6, 0xfb, 0x70, + 0x2e, 0x63, 0x2d, 0x3d, 0xd1, 0x26, 0x1f, 0xc2, 0xc5, 0xdc, 0xf5, 0xf1, 0x24, 0x1b, 0xb6, 0x7f, + 0xd9, 0xd2, 0xf9, 0xe0, 0x19, 0xa8, 0xe0, 0x97, 0x4c, 0x15, 0xfc, 0xe5, 0xee, 0x3b, 0x27, 0x47, + 0x0f, 0xff, 0xae, 0xde, 0x69, 0xca, 0xd5, 0xd1, 0xdb, 0x30, 0xe8, 0xd1, 0x12, 0x69, 0x1c, 0x62, + 0xf7, 0xde, 0x91, 0x89, 0x2c, 0xc5, 0xca, 0x23, 0x2c, 0x28, 0xd8, 0xbf, 0x6e, 0x41, 0xe9, 0x0c, + 0x46, 0x02, 0x9b, 0x23, 0xf1, 0x72, 0x2e, 0x69, 0x11, 0x46, 0x6a, 0x0e, 0x3b, 0x0f, 0x97, 0x65, + 0xa8, 0xac, 0x9c, 0x81, 0xf9, 0x3e, 0x38, 0x77, 0x27, 0x70, 0x9a, 0x8b, 0x8e, 0xe7, 0xf8, 0x0d, + 0x12, 0xae, 0xfa, 0xdb, 0x3d, 0xad, 0x94, 0x74, 0x9b, 0xa2, 0x42, 0x2f, 0x9b, 0x22, 0x7b, 0x07, + 0x90, 0xde, 0x80, 0xb0, 0xe3, 0xc4, 0x30, 0xe4, 0xf2, 0xa6, 0xc4, 0xf0, 0x3f, 0x9f, 0x2d, 0xdd, + 0x75, 0xf4, 0x4c, 0xb3, 0x50, 0xe4, 0x05, 0x58, 0x12, 0xb2, 0x6f, 0x40, 0xa6, 0xef, 0x56, 0x6f, + 0xb5, 0x81, 0xfd, 0x3a, 0x4c, 0xb1, 0x9a, 0x27, 0xbb, 0xd2, 0xda, 0x3f, 0x62, 0xc1, 0xc4, 0x7a, + 0x2a, 0x1e, 0xc0, 0x55, 0xf6, 0xd6, 0x97, 0xa1, 0xf7, 0xad, 0xb3, 0x52, 0x2c, 0xa0, 0xa7, 0xae, + 0x5f, 0xfa, 0x4b, 0x0b, 0xca, 0x2a, 0x92, 0xcd, 0x19, 0x08, 0x55, 0x4b, 0x86, 0x50, 0x95, 0xa9, + 0xf7, 0x50, 0xdd, 0xc9, 0x93, 0xa9, 0xd0, 0x6d, 0xe5, 0xd9, 0xde, 0x45, 0xe5, 0x91, 0x90, 0xe1, + 0x7e, 0xd0, 0xe3, 0xa6, 0xfb, 0xbb, 0xf4, 0x75, 0x67, 0x66, 0x42, 0x0a, 0xf7, 0x63, 0x62, 0x26, + 0xa4, 0xfa, 0x93, 0xb3, 0xfb, 0x6a, 0x5a, 0x97, 0x19, 0x57, 0xfa, 0x2e, 0x66, 0xf6, 0xed, 0x78, + 0xee, 0x07, 0x44, 0x05, 0x94, 0xa8, 0x08, 0x33, 0x6e, 0x51, 0x7a, 0x7c, 0x58, 0x19, 0x53, 0xff, + 0x78, 0xd4, 0xa1, 0xa4, 0x8a, 0x7d, 0x0b, 0x26, 0x52, 0x03, 0x86, 0x5e, 0x87, 0x81, 0xd6, 0x8e, + 0x13, 0x91, 0x94, 0x69, 0xe4, 0x40, 0x8d, 0x16, 0x1e, 0x1f, 0x56, 0xc6, 0x55, 0x05, 0x56, 0x82, + 0x39, 0xb6, 0xfd, 0x3f, 0x2d, 0x28, 0xad, 0x07, 0xcd, 0xb3, 0x58, 0x4c, 0x6f, 0x19, 0x8b, 0xe9, + 0x99, 0xbc, 0x98, 0x6d, 0xb9, 0xeb, 0x68, 0x25, 0xb5, 0x8e, 0x2e, 0xe7, 0x52, 0xe8, 0xbe, 0x84, + 0xf6, 0x60, 0x84, 0x45, 0x82, 0x13, 0xa6, 0x9a, 0xaf, 0x1a, 0xf2, 0x7d, 0x25, 0x25, 0xdf, 0x4f, + 0x68, 0xa8, 0x9a, 0x94, 0xff, 0x02, 0x0c, 0x09, 0x73, 0xc1, 0xb4, 0x81, 0xbb, 0xc0, 0xc5, 0x12, + 0x6e, 0xff, 0x6c, 0x11, 0x8c, 0xc8, 0x73, 0xe8, 0x37, 0x2d, 0x98, 0x0b, 0xb9, 0xc7, 0x60, 0xb3, + 0xda, 0x0e, 0x5d, 0x7f, 0xbb, 0xde, 0xd8, 0x21, 0xcd, 0xb6, 0xe7, 0xfa, 0xdb, 0xab, 0xdb, 0x7e, + 0xa0, 0x8a, 0x97, 0x1f, 0x91, 0x46, 0x9b, 0xe9, 0xfc, 0x7b, 0x84, 0xb9, 0x53, 0xe6, 0x38, 0xd7, + 0x8f, 0x0e, 0x2b, 0x73, 0xf8, 0x44, 0xb4, 0xf1, 0x09, 0xfb, 0x82, 0x7e, 0xd7, 0x82, 0x79, 0x1e, + 0x90, 0xad, 0xff, 0xfe, 0x77, 0xb9, 0x0d, 0xd5, 0x24, 0xa9, 0x84, 0xc8, 0x06, 0x09, 0xf7, 0x16, + 0xdf, 0x10, 0x03, 0x3a, 0x5f, 0x3b, 0x59, 0x5b, 0xf8, 0xa4, 0x9d, 0xb3, 0xff, 0x4d, 0x11, 0xc6, + 0xe8, 0x28, 0x26, 0x71, 0x3c, 0x5e, 0x37, 0x96, 0xc4, 0xb3, 0xa9, 0x25, 0x31, 0x65, 0x20, 0x9f, + 0x4e, 0x08, 0x8f, 0x08, 0xa6, 0x3c, 0x27, 0x8a, 0x6f, 0x11, 0x27, 0x8c, 0x37, 0x89, 0xc3, 0xcd, + 0x54, 0x8a, 0x27, 0x36, 0xa9, 0x51, 0xea, 0x97, 0x3b, 0x69, 0x62, 0xb8, 0x93, 0x3e, 0xda, 0x07, + 0xc4, 0x6c, 0x6d, 0x42, 0xc7, 0x8f, 0xf8, 0xb7, 0xb8, 0xe2, 0x3d, 0xe0, 0x64, 0xad, 0xce, 0x8a, + 0x56, 0xd1, 0x9d, 0x0e, 0x6a, 0x38, 0xa3, 0x05, 0xcd, 0x86, 0x6a, 0xa0, 0x5f, 0x1b, 0xaa, 0xc1, + 0x1e, 0x5e, 0x24, 0x7b, 0x30, 0x29, 0x66, 0x65, 0xcb, 0xdd, 0x16, 0x87, 0xf4, 0x17, 0x53, 0x36, + 0x96, 0x56, 0xff, 0x86, 0x32, 0x3d, 0x0c, 0x2c, 0xed, 0xef, 0x87, 0x73, 0xb4, 0x39, 0xd3, 0xe7, + 0x21, 0x42, 0x04, 0x26, 0x76, 0xdb, 0x9b, 0xc4, 0x23, 0xb1, 0x2c, 0x13, 0x8d, 0x66, 0x8a, 0x9d, + 0x66, 0xed, 0x44, 0x39, 0x75, 0xdb, 0x24, 0x81, 0xd3, 0x34, 0xed, 0x9f, 0xb7, 0x80, 0x59, 0x6b, + 0x9f, 0xc1, 0xf1, 0xf7, 0x79, 0xf3, 0xf8, 0x9b, 0xc9, 0xe3, 0x40, 0x39, 0x27, 0xdf, 0x6b, 0x7c, + 0x5a, 0x6a, 0x61, 0xf0, 0xe8, 0x40, 0xbc, 0xfa, 0xf6, 0x21, 0x71, 0xfd, 0x1f, 0x8b, 0x6f, 0x48, + 0xe5, 0x40, 0x8d, 0x7e, 0x00, 0x86, 0x1b, 0x4e, 0xcb, 0x69, 0xf0, 0x90, 0x9f, 0xb9, 0xda, 0x07, + 0xa3, 0xd2, 0xdc, 0x92, 0xa8, 0xc1, 0x6f, 0xd3, 0xdf, 0x21, 0xbf, 0x52, 0x16, 0xf7, 0xbc, 0x41, + 0xab, 0x26, 0x67, 0x77, 0x61, 0xcc, 0x20, 0xf6, 0x44, 0xaf, 0x5e, 0x3f, 0xc0, 0x8f, 0x0b, 0x15, + 0x8f, 0x63, 0x0f, 0xa6, 0x7c, 0xed, 0x3f, 0x65, 0x8e, 0x52, 0x9c, 0xfe, 0x64, 0xaf, 0x03, 0x81, + 0x71, 0x52, 0xcd, 0x1a, 0x3d, 0x45, 0x06, 0x77, 0x52, 0xb6, 0xff, 0xbe, 0x05, 0x4f, 0xe9, 0x88, + 0x9a, 0x6f, 0x7b, 0x2f, 0x7d, 0x66, 0x15, 0x86, 0x83, 0x16, 0x09, 0x9d, 0x38, 0x08, 0x05, 0x07, + 0xbc, 0x26, 0x07, 0xfd, 0xae, 0x28, 0x3f, 0x16, 0xb1, 0xd7, 0x24, 0x75, 0x59, 0x8e, 0x55, 0x4d, + 0x64, 0xc3, 0x20, 0x1b, 0x8c, 0x48, 0xc4, 0x1d, 0x60, 0x66, 0x72, 0xec, 0x69, 0x2f, 0xc2, 0x02, + 0x62, 0xff, 0xa9, 0xc5, 0x17, 0x96, 0xde, 0x75, 0xf4, 0x3e, 0x4c, 0xee, 0x39, 0x71, 0x63, 0x67, + 0xf9, 0x51, 0x2b, 0xe4, 0x6a, 0x5c, 0x39, 0x4e, 0x2f, 0xf6, 0x1a, 0x27, 0xed, 0x23, 0x13, 0x63, + 0xaa, 0xb5, 0x14, 0x31, 0xdc, 0x41, 0x1e, 0x6d, 0xc2, 0x08, 0x2b, 0x63, 0x56, 0xbb, 0x51, 0xb7, + 0x63, 0x2e, 0xaf, 0x35, 0xf5, 0x3a, 0xba, 0x96, 0xd0, 0xc1, 0x3a, 0x51, 0xfb, 0xab, 0x45, 0xbe, + 0xdb, 0x99, 0xe4, 0xf8, 0x02, 0x0c, 0xb5, 0x82, 0xe6, 0xd2, 0x6a, 0x15, 0x8b, 0x59, 0x50, 0x2c, + 0xb1, 0xc6, 0x8b, 0xb1, 0x84, 0xa3, 0x37, 0x01, 0xc8, 0xa3, 0x98, 0x84, 0xbe, 0xe3, 0x29, 0xe3, + 0x06, 0x65, 0xce, 0x57, 0x0d, 0xd6, 0x83, 0xf8, 0x5e, 0x44, 0xbe, 0x6f, 0x59, 0xa1, 0x60, 0x0d, + 0x1d, 0x5d, 0x07, 0x68, 0x85, 0xc1, 0xbe, 0xdb, 0x64, 0x6e, 0x60, 0x45, 0xf3, 0xe9, 0xbf, 0xa6, + 0x20, 0x58, 0xc3, 0x42, 0x6f, 0xc2, 0x58, 0xdb, 0x8f, 0xf8, 0x69, 0xeb, 0x6c, 0x8a, 0xc8, 0x65, + 0xc3, 0xc9, 0x2b, 0xfc, 0x3d, 0x1d, 0x88, 0x4d, 0x5c, 0xb4, 0x00, 0x83, 0xb1, 0xc3, 0xde, 0xee, + 0x07, 0xf2, 0x6d, 0xf0, 0x36, 0x28, 0x86, 0x1e, 0x70, 0x92, 0x56, 0xc0, 0xa2, 0x22, 0xfa, 0x92, + 0xe4, 0xf7, 0x9c, 0xff, 0x0b, 0xe3, 0xd7, 0xdc, 0x3d, 0xa2, 0x9f, 0x15, 0x3a, 0xc3, 0x17, 0x46, + 0xb5, 0x06, 0x2d, 0xfb, 0x87, 0xca, 0x00, 0x89, 0x68, 0x89, 0x3e, 0xe8, 0xe0, 0x47, 0x2f, 0x75, + 0x17, 0x46, 0x4f, 0x8f, 0x19, 0xa1, 0x1f, 0xb6, 0x60, 0xc4, 0xf1, 0xbc, 0xa0, 0xe1, 0xc4, 0x6c, + 0x94, 0x0b, 0xdd, 0xf9, 0xa1, 0x68, 0x7f, 0x21, 0xa9, 0xc1, 0xbb, 0xf0, 0xaa, 0x5c, 0x78, 0x1a, + 0xa4, 0x67, 0x2f, 0xf4, 0x86, 0xd1, 0x77, 0xc8, 0x1b, 0x07, 0x5f, 0x1e, 0xb3, 0xe9, 0x1b, 0x47, + 0x99, 0xb1, 0x7e, 0xed, 0xb2, 0x81, 0xee, 0x19, 0x21, 0xbe, 0x4a, 0xf9, 0xb1, 0x02, 0x0c, 0x09, + 0xab, 0x57, 0x74, 0x2f, 0x54, 0xd3, 0x9d, 0x80, 0x06, 0xf2, 0x03, 0x6a, 0x68, 0xa2, 0x7c, 0x0f, + 0x07, 0xa0, 0xf7, 0x60, 0xa2, 0x69, 0x9e, 0xed, 0x62, 0x35, 0x3d, 0x9f, 0x47, 0x37, 0x25, 0x0a, + 0x24, 0xa7, 0x79, 0x0a, 0x80, 0xd3, 0x84, 0x51, 0x8d, 0xbb, 0x63, 0xad, 0xfa, 0x5b, 0x81, 0x30, + 0xa2, 0xb6, 0x73, 0xe7, 0xf2, 0x20, 0x8a, 0xc9, 0x1e, 0xc5, 0x4c, 0x0e, 0xed, 0x75, 0x51, 0x17, + 0x2b, 0x2a, 0xe8, 0x6d, 0x18, 0x64, 0xfe, 0x9c, 0xd1, 0xcc, 0x70, 0xbe, 0xd2, 0xcb, 0x0c, 0x45, + 0x90, 0x6c, 0x2a, 0xf6, 0x37, 0xc2, 0x82, 0x02, 0xba, 0x25, 0xe3, 0x95, 0x44, 0xab, 0xfe, 0xbd, + 0x88, 0xb0, 0x78, 0x25, 0xe5, 0xc5, 0x4f, 0x26, 0xa1, 0x48, 0x78, 0x79, 0x66, 0x68, 0x69, 0xa3, + 0x26, 0x15, 0x8e, 0xc4, 0x7f, 0x19, 0xb1, 0x7a, 0x06, 0xf2, 0xbb, 0x67, 0x46, 0xb5, 0x4e, 0x86, + 0xf3, 0xbe, 0x49, 0x02, 0xa7, 0x69, 0x9e, 0xe9, 0x59, 0x3d, 0xeb, 0xc3, 0x64, 0x7a, 0x63, 0x3d, + 0x51, 0xd9, 0xe0, 0x8f, 0x4b, 0x30, 0x6e, 0x2e, 0x04, 0x34, 0x0f, 0x65, 0x41, 0x44, 0x45, 0x57, + 0x54, 0x6b, 0x7b, 0x4d, 0x02, 0x70, 0x82, 0xc3, 0xa2, 0x4b, 0xb2, 0xea, 0x9a, 0xd1, 0x5b, 0x12, + 0x5d, 0x52, 0x41, 0xb0, 0x86, 0x45, 0x25, 0xf6, 0xcd, 0x20, 0x88, 0xd5, 0x51, 0xa0, 0x56, 0xcb, + 0x22, 0x2b, 0xc5, 0x02, 0x4a, 0x8f, 0x80, 0x5d, 0x12, 0xfa, 0xc4, 0xbb, 0x4f, 0x42, 0xf6, 0xee, + 0x5a, 0x32, 0x0d, 0xb1, 0x6e, 0xeb, 0x40, 0x6c, 0xe2, 0xd2, 0xb3, 0x2d, 0x88, 0xd8, 0xf2, 0x13, + 0xf7, 0x82, 0xc4, 0x88, 0xb0, 0xce, 0xfd, 0x99, 0x25, 0x1c, 0x7d, 0x11, 0x9e, 0x52, 0xee, 0xc7, + 0x98, 0xab, 0x41, 0x65, 0x8b, 0x83, 0xc6, 0x35, 0xfe, 0xa9, 0xa5, 0x6c, 0x34, 0x9c, 0x57, 0x1f, + 0xbd, 0x05, 0xe3, 0x42, 0xde, 0x96, 0x14, 0x87, 0xcc, 0x97, 0xf9, 0xdb, 0x06, 0x14, 0xa7, 0xb0, + 0x51, 0x15, 0x26, 0x69, 0x09, 0x13, 0x79, 0x25, 0x05, 0xee, 0x46, 0xad, 0x04, 0x8b, 0xdb, 0x29, + 0x38, 0xee, 0xa8, 0x81, 0x16, 0x60, 0x82, 0x0b, 0x44, 0xf4, 0x02, 0xcb, 0xe6, 0x41, 0xf8, 0x36, + 0xa8, 0x8d, 0x70, 0xd7, 0x04, 0xe3, 0x34, 0x3e, 0xba, 0x01, 0xa3, 0x4e, 0xd8, 0xd8, 0x71, 0x63, + 0xd2, 0x88, 0xdb, 0x21, 0x77, 0x7a, 0xd0, 0x4c, 0x1b, 0x16, 0x34, 0x18, 0x36, 0x30, 0xed, 0x0f, + 0xe0, 0x5c, 0x86, 0x5b, 0x14, 0x5d, 0x38, 0x4e, 0xcb, 0x95, 0xdf, 0x94, 0x32, 0x07, 0x5c, 0xa8, + 0xad, 0xca, 0xaf, 0xd1, 0xb0, 0xe8, 0xea, 0x64, 0xee, 0x53, 0x5a, 0x58, 0x79, 0xb5, 0x3a, 0x57, + 0x24, 0x00, 0x27, 0x38, 0xf6, 0xff, 0x2a, 0xc0, 0x44, 0x86, 0x6a, 0x97, 0x85, 0x36, 0x4f, 0xdd, + 0x18, 0x92, 0x48, 0xe6, 0xb4, 0x19, 0x5f, 0x05, 0x03, 0x4f, 0x35, 0x93, 0x84, 0x02, 0x4f, 0x70, + 0x94, 0xb6, 0xb8, 0x98, 0x6b, 0x64, 0xb6, 0x08, 0xc5, 0xb6, 0xdb, 0x14, 0x0b, 0x58, 0x9e, 0xd7, + 0xc5, 0x7b, 0xab, 0xd5, 0xe3, 0xc3, 0xca, 0xb3, 0x79, 0x19, 0x1a, 0xe2, 0x83, 0x16, 0x89, 0xe6, + 0xe8, 0xee, 0xa1, 0x95, 0x53, 0x23, 0x36, 0xd0, 0xd7, 0x88, 0x2d, 0xc0, 0x84, 0x64, 0x01, 0xe6, + 0x92, 0x56, 0x33, 0x8f, 0x4d, 0x30, 0x4e, 0xe3, 0x9b, 0x83, 0x3e, 0xd4, 0xc7, 0xa0, 0xff, 0x44, + 0x01, 0x26, 0xd3, 0x26, 0x58, 0x67, 0xa0, 0x10, 0x7c, 0xdb, 0x50, 0x08, 0x66, 0x27, 0x0a, 0x48, + 0x1b, 0x86, 0xe5, 0x29, 0x07, 0x71, 0x4a, 0x39, 0xf8, 0xe9, 0xbe, 0xa8, 0x75, 0x57, 0x14, 0xfe, + 0x83, 0x02, 0x9c, 0x4f, 0x57, 0x59, 0xf2, 0x1c, 0x77, 0xef, 0x0c, 0xc6, 0xe6, 0xae, 0x31, 0x36, + 0x2f, 0xf7, 0xf3, 0x35, 0xac, 0x6b, 0xb9, 0x03, 0xf4, 0x20, 0x35, 0x40, 0xf3, 0xfd, 0x93, 0xec, + 0x3e, 0x4a, 0xdf, 0x2c, 0xc2, 0xe5, 0xcc, 0x7a, 0x89, 0x3e, 0x6d, 0xc5, 0xd0, 0xa7, 0x5d, 0x4f, + 0xe9, 0xd3, 0xec, 0xee, 0xb5, 0x4f, 0x47, 0xc1, 0x26, 0xfc, 0xd5, 0x58, 0xf8, 0xb1, 0xc7, 0x54, + 0xae, 0x19, 0xfe, 0x6a, 0x8a, 0x10, 0x36, 0xe9, 0x7e, 0x2b, 0x29, 0xd5, 0xfe, 0xbd, 0x05, 0x17, + 0x33, 0xe7, 0xe6, 0x0c, 0x14, 0x4f, 0xeb, 0xa6, 0xe2, 0xe9, 0x85, 0xbe, 0x57, 0x6b, 0x8e, 0x26, + 0xea, 0x4f, 0x8a, 0x39, 0xdf, 0xc2, 0xae, 0xd5, 0x77, 0x61, 0xc4, 0x69, 0x34, 0x48, 0x14, 0xad, + 0x05, 0x4d, 0x15, 0x8e, 0xeb, 0x65, 0x76, 0x3b, 0x4a, 0x8a, 0x8f, 0x0f, 0x2b, 0xb3, 0x69, 0x12, + 0x09, 0x18, 0xeb, 0x14, 0xcc, 0x08, 0x82, 0x85, 0x53, 0x8d, 0x20, 0x78, 0x1d, 0x60, 0x5f, 0xc9, + 0xd8, 0xe9, 0xab, 0xb9, 0x26, 0x7d, 0x6b, 0x58, 0xe8, 0x7b, 0x61, 0x38, 0x12, 0xc7, 0xb8, 0x58, + 0x8a, 0xaf, 0xf6, 0x39, 0x57, 0xce, 0x26, 0xf1, 0x4c, 0xc7, 0x68, 0xa5, 0xc5, 0x50, 0x24, 0xd1, + 0x77, 0xc3, 0x64, 0xc4, 0xe3, 0x6e, 0x2c, 0x79, 0x4e, 0xc4, 0xac, 0xec, 0xc5, 0x2a, 0x64, 0xde, + 0xce, 0xf5, 0x14, 0x0c, 0x77, 0x60, 0xa3, 0x15, 0xf9, 0x51, 0x2c, 0x48, 0x08, 0x5f, 0x98, 0x57, + 0x93, 0x0f, 0x12, 0x89, 0x55, 0xa6, 0xd3, 0xc3, 0xcf, 0x06, 0x5e, 0xab, 0x69, 0xff, 0x44, 0x09, + 0x9e, 0xee, 0xc2, 0xc4, 0xd0, 0x82, 0xf9, 0x4a, 0xf6, 0x62, 0xfa, 0xce, 0x3a, 0x9b, 0x59, 0xd9, + 0xb8, 0xc4, 0xa6, 0xd6, 0x4a, 0xe1, 0x43, 0xaf, 0x95, 0x1f, 0xb5, 0x34, 0x6d, 0x02, 0xb7, 0xe5, + 0xfa, 0xfc, 0x09, 0x99, 0xf3, 0x29, 0xaa, 0x17, 0xb6, 0x32, 0xee, 0xe8, 0xd7, 0xfb, 0xee, 0x4e, + 0xdf, 0x97, 0xf6, 0xb3, 0xd5, 0xa9, 0x7e, 0xd5, 0x82, 0x67, 0x33, 0xfb, 0x6b, 0xbc, 0xea, 0xcf, + 0x43, 0xb9, 0x41, 0x0b, 0x35, 0xcf, 0x9d, 0xc4, 0xa5, 0x51, 0x02, 0x70, 0x82, 0x63, 0x3c, 0xde, + 0x17, 0x7a, 0x3e, 0xde, 0xff, 0x6b, 0x0b, 0x3a, 0x16, 0xf0, 0x19, 0x70, 0xd2, 0x55, 0x93, 0x93, + 0x7e, 0xb2, 0x9f, 0xb9, 0xcc, 0x61, 0xa2, 0x7f, 0x30, 0x01, 0x17, 0x72, 0x4c, 0xf5, 0xf7, 0x61, + 0x6a, 0xbb, 0x41, 0x4c, 0x9f, 0x28, 0xf1, 0x31, 0x99, 0xee, 0x63, 0x5d, 0x1d, 0xa8, 0x58, 0x46, + 0x8c, 0xa9, 0x0e, 0x14, 0xdc, 0xd9, 0x04, 0xfa, 0xaa, 0x05, 0xd3, 0xce, 0xc3, 0xa8, 0x23, 0xef, + 0x99, 0x58, 0x33, 0xaf, 0x65, 0xea, 0x16, 0x7a, 0xe4, 0x49, 0xe3, 0x29, 0x42, 0xb2, 0xb0, 0x70, + 0x66, 0x5b, 0x08, 0x8b, 0x08, 0x8a, 0x54, 0xde, 0xee, 0xe2, 0xb5, 0x97, 0xe5, 0x53, 0xc1, 0x79, + 0xaa, 0x84, 0x60, 0x45, 0x07, 0xdd, 0x87, 0xf2, 0xb6, 0x74, 0x74, 0x12, 0x3c, 0x3b, 0xf3, 0x10, + 0xcc, 0xf4, 0x86, 0xe2, 0xc6, 0xbd, 0x0a, 0x84, 0x13, 0x52, 0xe8, 0x2d, 0x28, 0xfa, 0x5b, 0x51, + 0xb7, 0xdc, 0x1a, 0x29, 0x63, 0x17, 0xee, 0x11, 0xbb, 0xbe, 0x52, 0xc7, 0xb4, 0x22, 0xba, 0x05, + 0xc5, 0x70, 0xb3, 0x29, 0xd4, 0x61, 0x99, 0x72, 0x29, 0x5e, 0xac, 0x66, 0x2f, 0x12, 0x4e, 0x09, + 0x2f, 0x56, 0x31, 0x25, 0x81, 0x6a, 0x30, 0xc0, 0xac, 0xda, 0x85, 0xd6, 0x2b, 0x53, 0x20, 0xed, + 0xe2, 0x1d, 0xc2, 0xdd, 0x66, 0x19, 0x02, 0xe6, 0x84, 0xd0, 0xdb, 0x30, 0xd8, 0x60, 0xe9, 0x27, + 0x44, 0xd0, 0xde, 0xec, 0x78, 0x2a, 0x1d, 0x09, 0x2a, 0xf8, 0x13, 0x03, 0x2f, 0xc7, 0x82, 0x02, + 0xda, 0x80, 0xc1, 0x06, 0x69, 0xed, 0x6c, 0x45, 0xec, 0xe2, 0x6d, 0x0a, 0xf8, 0x09, 0xad, 0x2e, + 0xd9, 0x56, 0x04, 0x55, 0x86, 0x81, 0x05, 0x2d, 0xf4, 0x59, 0x28, 0x6c, 0x35, 0x84, 0xa9, 0x7b, + 0xa6, 0xde, 0xcb, 0x74, 0x65, 0x5e, 0x1c, 0x3c, 0x3a, 0xac, 0x14, 0x56, 0x96, 0x70, 0x61, 0xab, + 0x81, 0xd6, 0x61, 0x68, 0x8b, 0x3b, 0x3f, 0x8a, 0x08, 0x03, 0xcf, 0x67, 0xfb, 0x65, 0x76, 0xf8, + 0x47, 0x72, 0x13, 0x6d, 0x01, 0xc0, 0x92, 0x08, 0x0b, 0x3e, 0xa8, 0x9c, 0x38, 0x45, 0x14, 0xde, + 0xb9, 0x93, 0x39, 0xde, 0x72, 0xb7, 0xea, 0xc4, 0x15, 0x14, 0x6b, 0x14, 0xd1, 0x57, 0xa0, 0xec, + 0xc8, 0x3c, 0x5b, 0x22, 0x4a, 0xc1, 0xab, 0x99, 0xdb, 0xb1, 0x7b, 0x0a, 0x32, 0xbe, 0x96, 0x15, + 0x12, 0x4e, 0x88, 0xa2, 0x5d, 0x18, 0xdb, 0x8f, 0x5a, 0x3b, 0x44, 0x6e, 0x5f, 0x16, 0xb4, 0x20, + 0xe7, 0xb8, 0xba, 0x2f, 0x10, 0xdd, 0x30, 0x6e, 0x3b, 0x5e, 0x07, 0xc7, 0x61, 0x96, 0xfd, 0xf7, + 0x75, 0x62, 0xd8, 0xa4, 0x4d, 0x87, 0xff, 0xfd, 0x76, 0xb0, 0x79, 0x10, 0x13, 0x11, 0xb6, 0x37, + 0x73, 0xf8, 0xdf, 0xe1, 0x28, 0x9d, 0xc3, 0x2f, 0x00, 0x58, 0x12, 0xa1, 0x1b, 0xdc, 0x91, 0x39, + 0xec, 0x58, 0xb8, 0xde, 0x9c, 0x0d, 0x9e, 0x99, 0xe8, 0x4e, 0x1b, 0x14, 0xc6, 0x19, 0x13, 0x52, + 0x8c, 0x23, 0xb6, 0x76, 0x82, 0x38, 0xf0, 0x53, 0xdc, 0x78, 0x2a, 0x9f, 0x23, 0xd6, 0x32, 0xf0, + 0x3b, 0x39, 0x62, 0x16, 0x16, 0xce, 0x6c, 0x0b, 0x35, 0x61, 0xbc, 0x15, 0x84, 0xf1, 0xc3, 0x20, + 0x94, 0xeb, 0x0b, 0x75, 0xb9, 0xe4, 0x1b, 0x98, 0xa2, 0x45, 0x16, 0x46, 0xda, 0x84, 0xe0, 0x14, + 0x4d, 0xf4, 0x05, 0x18, 0x8a, 0x1a, 0x8e, 0x47, 0x56, 0xef, 0xce, 0x9c, 0xcb, 0x3f, 0x6a, 0xea, + 0x1c, 0x25, 0x67, 0x75, 0xb1, 0xc9, 0x11, 0x28, 0x58, 0x92, 0x43, 0x2b, 0x30, 0xc0, 0x62, 0xc1, + 0xb3, 0x88, 0xc3, 0x39, 0xd1, 0x70, 0x3a, 0x8c, 0x09, 0x39, 0x47, 0x62, 0xc5, 0x98, 0x57, 0xa7, + 0x7b, 0x40, 0xc8, 0xba, 0x41, 0x34, 0x73, 0x3e, 0x7f, 0x0f, 0x08, 0x11, 0xf9, 0x6e, 0xbd, 0xdb, + 0x1e, 0x50, 0x48, 0x38, 0x21, 0x4a, 0xf9, 0x31, 0xe5, 0xa1, 0x17, 0xf2, 0xf9, 0x71, 0x3e, 0x07, + 0x65, 0xfc, 0x98, 0xf2, 0x4f, 0x4a, 0xc2, 0xfe, 0xc3, 0xa1, 0x4e, 0xf9, 0x84, 0xdd, 0x8e, 0x7e, + 0xc8, 0xea, 0x78, 0xee, 0xfa, 0x4c, 0xbf, 0xca, 0x9a, 0x53, 0x94, 0x4c, 0xbf, 0x6a, 0xc1, 0x85, + 0x56, 0xe6, 0x87, 0x88, 0xc3, 0xbe, 0x3f, 0x9d, 0x0f, 0xff, 0x74, 0x15, 0x15, 0x3c, 0x1b, 0x8e, + 0x73, 0x5a, 0x4a, 0x4b, 0xff, 0xc5, 0x0f, 0x2d, 0xfd, 0xaf, 0xc1, 0x30, 0x13, 0x28, 0x93, 0xd0, + 0x4b, 0x7d, 0x59, 0xa8, 0x30, 0xb1, 0x61, 0x49, 0x54, 0xc4, 0x8a, 0x04, 0xfa, 0x31, 0x0b, 0x2e, + 0xa5, 0xbb, 0x8e, 0x09, 0x03, 0x8b, 0x18, 0xda, 0xfc, 0x62, 0xb6, 0x22, 0xbe, 0xff, 0x52, 0xad, + 0x1b, 0xf2, 0x71, 0x2f, 0x04, 0xdc, 0xbd, 0x31, 0x54, 0xcd, 0xb8, 0x19, 0x0e, 0x9a, 0xda, 0xf0, + 0x3e, 0x6e, 0x87, 0xaf, 0xc1, 0xe8, 0x5e, 0xd0, 0xf6, 0x63, 0x61, 0x42, 0x22, 0x9c, 0xd3, 0xd8, + 0x9b, 0xed, 0x9a, 0x56, 0x8e, 0x0d, 0xac, 0xd4, 0x9d, 0x72, 0xf8, 0x71, 0xef, 0x94, 0xe8, 0xdd, + 0x54, 0xce, 0xd9, 0x72, 0xbe, 0x6c, 0x21, 0xae, 0xdf, 0x27, 0xc8, 0x3c, 0x7b, 0xb6, 0xf7, 0xa0, + 0xaf, 0x5b, 0x19, 0x02, 0x3c, 0xbf, 0x19, 0x7f, 0xce, 0xbc, 0x19, 0x5f, 0x4d, 0xdf, 0x8c, 0x3b, + 0x34, 0xa1, 0xc6, 0xa5, 0xb8, 0xff, 0x80, 0xbf, 0xfd, 0x46, 0xd0, 0xb2, 0x3d, 0xb8, 0xd2, 0xeb, + 0x58, 0x62, 0xb6, 0x44, 0x4d, 0xf5, 0xee, 0x95, 0xd8, 0x12, 0x35, 0x57, 0xab, 0x98, 0x41, 0xfa, + 0x0d, 0xb1, 0x60, 0xff, 0x77, 0x0b, 0x8a, 0xb5, 0xa0, 0x79, 0x06, 0x9a, 0xdd, 0xcf, 0x1b, 0x9a, + 0xdd, 0xa7, 0x73, 0x72, 0x01, 0xe7, 0xea, 0x71, 0x97, 0x53, 0x7a, 0xdc, 0x4b, 0x79, 0x04, 0xba, + 0x6b, 0x6d, 0x7f, 0xae, 0x08, 0x7a, 0xe6, 0x62, 0xf4, 0x6f, 0x1f, 0xc7, 0x28, 0xb5, 0xd8, 0x2d, + 0x99, 0xb1, 0xa0, 0xcc, 0x4c, 0x90, 0xa4, 0xbf, 0xd5, 0x5f, 0x31, 0xdb, 0xd4, 0x07, 0xc4, 0xdd, + 0xde, 0x89, 0x49, 0x33, 0xfd, 0x39, 0x67, 0x67, 0x9b, 0xfa, 0x5f, 0x2d, 0x98, 0x48, 0xb5, 0x8e, + 0x3c, 0x18, 0xf3, 0x74, 0xb5, 0x9c, 0x58, 0xa7, 0x8f, 0xa5, 0xd1, 0xe3, 0x19, 0x40, 0xf4, 0x22, + 0x6c, 0x12, 0x47, 0x73, 0x00, 0xea, 0xd9, 0x4c, 0x6a, 0xbb, 0x98, 0xd4, 0xaf, 0xde, 0xd5, 0x22, + 0xac, 0x61, 0xa0, 0xd7, 0x61, 0x24, 0x0e, 0x5a, 0x81, 0x17, 0x6c, 0x1f, 0xdc, 0x26, 0x32, 0xa8, + 0x87, 0xb2, 0x72, 0xda, 0x48, 0x40, 0x58, 0xc7, 0xb3, 0x7f, 0xa1, 0x08, 0xe9, 0x6c, 0xd7, 0xdf, + 0x5e, 0x93, 0x1f, 0xcf, 0x35, 0xf9, 0x4d, 0x0b, 0x26, 0x69, 0xeb, 0xcc, 0xe2, 0x42, 0x1e, 0xb6, + 0x2a, 0xf1, 0x88, 0xd5, 0x25, 0xf1, 0xc8, 0x55, 0xca, 0xbb, 0x9a, 0x41, 0x3b, 0x16, 0xda, 0x32, + 0x8d, 0x39, 0xd1, 0x52, 0x2c, 0xa0, 0x02, 0x8f, 0x84, 0xa1, 0x70, 0x89, 0xd1, 0xf1, 0x48, 0x18, + 0x62, 0x01, 0x95, 0x79, 0x49, 0x4a, 0x39, 0x79, 0x49, 0x58, 0x88, 0x32, 0xf1, 0xca, 0x2f, 0xc4, + 0x1e, 0x2d, 0x44, 0x99, 0x7c, 0xfe, 0x4f, 0x70, 0xec, 0x5f, 0x2e, 0xc2, 0x68, 0x2d, 0x68, 0x26, + 0x0f, 0x57, 0xaf, 0x19, 0x0f, 0x57, 0x57, 0x52, 0x0f, 0x57, 0x93, 0x3a, 0xee, 0xb7, 0x9f, 0xa9, + 0x3e, 0xaa, 0x67, 0xaa, 0x7f, 0x65, 0xb1, 0x59, 0xab, 0xae, 0xd7, 0x45, 0x66, 0xcf, 0x57, 0x60, + 0x84, 0x31, 0x24, 0xe6, 0x83, 0x25, 0x5f, 0x73, 0x58, 0xc8, 0xf1, 0xf5, 0xa4, 0x18, 0xeb, 0x38, + 0xe8, 0x1a, 0x0c, 0x47, 0xc4, 0x09, 0x1b, 0x3b, 0x8a, 0xc7, 0x89, 0xb7, 0x0e, 0x5e, 0x86, 0x15, + 0x14, 0xbd, 0x93, 0x44, 0xc7, 0x2a, 0xe6, 0xe7, 0xa8, 0xd4, 0xfb, 0xc3, 0xb7, 0x48, 0x7e, 0x48, + 0x2c, 0xfb, 0x01, 0xa0, 0x4e, 0xfc, 0x3e, 0xe2, 0xe0, 0x54, 0xcc, 0x38, 0x38, 0xe5, 0x8e, 0x18, + 0x38, 0x7f, 0x61, 0xc1, 0x78, 0x2d, 0x68, 0xd2, 0xad, 0xfb, 0xad, 0xb4, 0x4f, 0xf5, 0xd0, 0x80, + 0x83, 0x5d, 0x42, 0x03, 0xfe, 0x43, 0x0b, 0x86, 0x6a, 0x41, 0xf3, 0x0c, 0x74, 0xec, 0x9f, 0x33, + 0x75, 0xec, 0x4f, 0xe5, 0x2c, 0x89, 0x1c, 0xb5, 0xfa, 0xaf, 0x16, 0x61, 0x8c, 0xf6, 0x33, 0xd8, + 0x96, 0xb3, 0x64, 0x8c, 0x88, 0xd5, 0xc7, 0x88, 0x50, 0x31, 0x37, 0xf0, 0xbc, 0xe0, 0x61, 0x7a, + 0xc6, 0x56, 0x58, 0x29, 0x16, 0x50, 0xf4, 0x12, 0x0c, 0xb7, 0x42, 0xb2, 0xef, 0x06, 0x42, 0x7e, + 0xd4, 0x5e, 0x2c, 0x6a, 0xa2, 0x1c, 0x2b, 0x0c, 0x7a, 0xef, 0x8a, 0x5c, 0xbf, 0x41, 0x64, 0x82, + 0xdc, 0x12, 0xcb, 0x40, 0xc4, 0x63, 0xfe, 0x6a, 0xe5, 0xd8, 0xc0, 0x42, 0x0f, 0xa0, 0xcc, 0xfe, + 0x33, 0x8e, 0x72, 0xf2, 0x8c, 0x29, 0x22, 0xd0, 0xbe, 0x20, 0x80, 0x13, 0x5a, 0xe8, 0x3a, 0x40, + 0x2c, 0xe3, 0xc2, 0x46, 0x22, 0x9c, 0x89, 0x92, 0xb5, 0x55, 0xc4, 0xd8, 0x08, 0x6b, 0x58, 0xe8, + 0x45, 0x28, 0xc7, 0x8e, 0xeb, 0xdd, 0x71, 0x7d, 0x12, 0x31, 0x45, 0x73, 0x51, 0xc6, 0xd1, 0x17, + 0x85, 0x38, 0x81, 0x53, 0x59, 0x87, 0xf9, 0xfa, 0xf2, 0x7c, 0x4b, 0xc3, 0x0c, 0x9b, 0xc9, 0x3a, + 0x77, 0x54, 0x29, 0xd6, 0x30, 0xec, 0x1b, 0x70, 0xbe, 0x16, 0x34, 0x6b, 0x41, 0x18, 0xaf, 0x04, + 0xe1, 0x43, 0x27, 0x6c, 0xca, 0xf9, 0xab, 0xc8, 0x90, 0xee, 0x94, 0xf7, 0x0c, 0xf0, 0x9d, 0x69, + 0x04, 0x6b, 0x7f, 0x95, 0x49, 0x3b, 0x27, 0xf4, 0x8b, 0xf8, 0xdf, 0x05, 0xc6, 0x28, 0x52, 0x49, + 0xc0, 0xd0, 0x97, 0x61, 0x3c, 0x22, 0x77, 0x5c, 0xbf, 0xfd, 0x48, 0xde, 0x8f, 0xbb, 0x38, 0x9d, + 0xd4, 0x97, 0x75, 0x4c, 0xae, 0x65, 0x33, 0xcb, 0x70, 0x8a, 0x1a, 0x1d, 0xc2, 0xb0, 0xed, 0x2f, + 0x44, 0xf7, 0x22, 0x12, 0x8a, 0x24, 0x54, 0x6c, 0x08, 0xb1, 0x2c, 0xc4, 0x09, 0x9c, 0x2e, 0x19, + 0xf6, 0x67, 0x3d, 0xf0, 0x71, 0x10, 0xc4, 0x72, 0x91, 0xb1, 0x34, 0x26, 0x5a, 0x39, 0x36, 0xb0, + 0xd0, 0x0a, 0xa0, 0xa8, 0xdd, 0x6a, 0x79, 0xec, 0x01, 0xdc, 0xf1, 0x6e, 0x86, 0x41, 0xbb, 0xc5, + 0x1f, 0x1f, 0x8b, 0x3c, 0x3d, 0x7c, 0xbd, 0x03, 0x8a, 0x33, 0x6a, 0x50, 0xc6, 0xb0, 0x15, 0xb1, + 0xdf, 0x6c, 0xe1, 0x15, 0x85, 0xe6, 0xbb, 0xce, 0x8a, 0xb0, 0x84, 0xd1, 0x79, 0x66, 0xcd, 0x73, + 0xcc, 0xc1, 0x64, 0x9e, 0xb1, 0x2a, 0xc5, 0x1a, 0x86, 0xfd, 0x03, 0xec, 0x80, 0x61, 0xb9, 0x86, + 0xe2, 0x76, 0x48, 0xd0, 0x1e, 0x8c, 0xb5, 0xd8, 0xd1, 0x2f, 0x22, 0xe1, 0x8a, 0x01, 0x7f, 0xad, + 0xcf, 0x9b, 0xe2, 0x43, 0xba, 0x79, 0x95, 0x26, 0x87, 0x89, 0xe0, 0x35, 0x9d, 0x1c, 0x36, 0xa9, + 0xdb, 0x3f, 0x37, 0xc9, 0xf8, 0x58, 0x9d, 0x5f, 0xff, 0x86, 0x84, 0xc5, 0xab, 0x90, 0x75, 0x67, + 0xf3, 0xf5, 0x10, 0xc9, 0x91, 0x23, 0xac, 0x66, 0xb1, 0xac, 0x8b, 0xde, 0x61, 0xaf, 0xbc, 0x9c, + 0x79, 0xf4, 0x4a, 0x5a, 0xca, 0xb1, 0x8c, 0x07, 0x5d, 0x51, 0x11, 0x6b, 0x44, 0xd0, 0x1d, 0x18, + 0x13, 0xa9, 0x69, 0x84, 0xa2, 0xa9, 0x68, 0x28, 0x12, 0xc6, 0xb0, 0x0e, 0x3c, 0x4e, 0x17, 0x60, + 0xb3, 0x32, 0xda, 0x86, 0x4b, 0x5a, 0x9e, 0xb6, 0x9b, 0xa1, 0xc3, 0x5e, 0xfe, 0x5c, 0xb6, 0xfa, + 0x35, 0x5e, 0xf4, 0xec, 0xd1, 0x61, 0xe5, 0xd2, 0x46, 0x37, 0x44, 0xdc, 0x9d, 0x0e, 0xba, 0x0b, + 0xe7, 0x9d, 0x46, 0xec, 0xee, 0x93, 0x2a, 0x71, 0x9a, 0x9e, 0xeb, 0x2b, 0x66, 0xc7, 0x17, 0xd0, + 0xc5, 0xa3, 0xc3, 0xca, 0xf9, 0x85, 0x2c, 0x04, 0x9c, 0x5d, 0x0f, 0x7d, 0x0e, 0xca, 0x4d, 0x3f, + 0x12, 0x63, 0x30, 0x68, 0xa4, 0x20, 0x2c, 0x57, 0xd7, 0xeb, 0xea, 0xfb, 0x93, 0x3f, 0x38, 0xa9, + 0x80, 0xb6, 0xb9, 0xb2, 0x49, 0xdd, 0xed, 0x86, 0xf2, 0x13, 0x26, 0x8b, 0x25, 0x61, 0xb8, 0x96, + 0x70, 0x2d, 0xab, 0x32, 0xf2, 0x34, 0xbc, 0x4e, 0x0c, 0xc2, 0xe8, 0x6d, 0x40, 0x54, 0xf8, 0x71, + 0x1b, 0x64, 0xa1, 0xc1, 0x02, 0x12, 0x33, 0xdd, 0xdc, 0xb0, 0x61, 0xca, 0x8f, 0xea, 0x1d, 0x18, + 0x38, 0xa3, 0x16, 0xba, 0x45, 0x39, 0x90, 0x5e, 0x2a, 0x8c, 0x55, 0xa5, 0xc0, 0x3c, 0x53, 0x25, + 0xad, 0x90, 0x34, 0x9c, 0x98, 0x34, 0x4d, 0x8a, 0x38, 0x55, 0x8f, 0x9e, 0x4f, 0x2a, 0x37, 0x09, + 0x98, 0x51, 0x07, 0x3a, 0xf3, 0x93, 0xd0, 0xbb, 0xe6, 0x4e, 0x10, 0xc5, 0xeb, 0x24, 0x7e, 0x18, + 0x84, 0xbb, 0x22, 0xc8, 0x53, 0x12, 0x6f, 0x30, 0x01, 0x61, 0x1d, 0x8f, 0xca, 0x96, 0xec, 0x99, + 0x75, 0xb5, 0xca, 0x5e, 0xbd, 0x86, 0x93, 0x7d, 0x72, 0x8b, 0x17, 0x63, 0x09, 0x97, 0xa8, 0xab, + 0xb5, 0x25, 0xf6, 0x82, 0x95, 0x42, 0x5d, 0xad, 0x2d, 0x61, 0x09, 0x47, 0xa4, 0x33, 0xbd, 0xe3, + 0x78, 0xbe, 0xa6, 0xb0, 0x93, 0x8f, 0xf7, 0x99, 0xe1, 0xd1, 0x87, 0x49, 0x95, 0x58, 0x92, 0x47, + 0xbf, 0x8a, 0x66, 0x26, 0xd8, 0x22, 0xe9, 0x3f, 0x74, 0x96, 0xd2, 0xbd, 0xae, 0xa6, 0x28, 0xe1, + 0x0e, 0xda, 0x46, 0x1c, 0x88, 0xc9, 0x9e, 0xb9, 0x65, 0xe6, 0xa1, 0x1c, 0xb5, 0x37, 0x9b, 0xc1, + 0x9e, 0xe3, 0xfa, 0xec, 0xc1, 0x49, 0x13, 0x5c, 0xea, 0x12, 0x80, 0x13, 0x1c, 0xb4, 0x02, 0xc3, + 0x8e, 0x54, 0xac, 0xa2, 0x7c, 0xc7, 0x70, 0xa5, 0x4e, 0x65, 0x62, 0xb9, 0x52, 0xa5, 0xaa, 0xba, + 0xe8, 0x4d, 0x18, 0x13, 0xee, 0x44, 0xdc, 0x5d, 0x9e, 0x3d, 0x08, 0x69, 0x96, 0xe7, 0x75, 0x1d, + 0x88, 0x4d, 0x5c, 0xf4, 0xbd, 0x30, 0x4e, 0xa9, 0x24, 0x8c, 0x6d, 0x66, 0xba, 0x1f, 0x8e, 0xa8, + 0xe5, 0x0c, 0xd0, 0x2b, 0xe3, 0x14, 0x31, 0xd4, 0x84, 0x67, 0x9c, 0x76, 0x1c, 0x30, 0xe5, 0xb4, + 0xb9, 0xfe, 0x37, 0x82, 0x5d, 0xe2, 0xb3, 0x77, 0xa1, 0xe1, 0xc5, 0x2b, 0x47, 0x87, 0x95, 0x67, + 0x16, 0xba, 0xe0, 0xe1, 0xae, 0x54, 0xd0, 0x3d, 0x18, 0x89, 0x03, 0x8f, 0xd9, 0x80, 0x53, 0x19, + 0xe0, 0x42, 0x7e, 0x1c, 0x95, 0x0d, 0x85, 0xa6, 0x2b, 0x66, 0x54, 0x55, 0xac, 0xd3, 0x41, 0x1b, + 0x7c, 0x8f, 0xb1, 0x08, 0x93, 0x24, 0x9a, 0x79, 0x2a, 0x7f, 0x60, 0x54, 0x20, 0x4a, 0x73, 0x0b, + 0x8a, 0x9a, 0x58, 0x27, 0x83, 0x6e, 0xc2, 0x54, 0x2b, 0x74, 0x03, 0xb6, 0xb0, 0xd5, 0xc3, 0xc0, + 0x8c, 0x19, 0x26, 0xbe, 0x96, 0x46, 0xc0, 0x9d, 0x75, 0xe8, 0xc5, 0x4d, 0x16, 0xce, 0x5c, 0xe4, + 0x39, 0x87, 0xb8, 0x30, 0xcb, 0xcb, 0xb0, 0x82, 0xa2, 0x35, 0xc6, 0x97, 0xf9, 0x15, 0x6b, 0x66, + 0x36, 0xdf, 0xa1, 0x5e, 0xbf, 0x8a, 0x71, 0x41, 0x47, 0xfd, 0xc5, 0x09, 0x05, 0x7a, 0x6e, 0x44, + 0x3b, 0x4e, 0x48, 0x6a, 0x61, 0xd0, 0x20, 0xbc, 0x33, 0xdc, 0xfc, 0xfc, 0x69, 0x1e, 0x08, 0x8f, + 0x9e, 0x1b, 0xf5, 0x2c, 0x04, 0x9c, 0x5d, 0x6f, 0xf6, 0xbb, 0x60, 0xaa, 0x83, 0x93, 0x9f, 0x28, + 0x3a, 0xf2, 0x9f, 0x0f, 0x40, 0x59, 0x29, 0x7e, 0xd1, 0xbc, 0xa9, 0xcf, 0xbf, 0x98, 0xd6, 0xe7, + 0x0f, 0x53, 0xf9, 0x53, 0x57, 0xe1, 0x6f, 0x18, 0x86, 0x5f, 0x85, 0xfc, 0x5c, 0x44, 0xba, 0xd6, + 0xa3, 0xa7, 0x6f, 0x96, 0x76, 0x8f, 0x2f, 0xf6, 0xfd, 0x30, 0x50, 0xea, 0xaa, 0x1a, 0xe8, 0x33, + 0x15, 0x28, 0xbd, 0xea, 0xb6, 0x82, 0xe6, 0x6a, 0x2d, 0x9d, 0x1b, 0xaf, 0x46, 0x0b, 0x31, 0x87, + 0xb1, 0xcb, 0x0a, 0x15, 0x3b, 0xd8, 0x65, 0x65, 0xe8, 0x31, 0x2f, 0x2b, 0x92, 0x00, 0x4e, 0x68, + 0x21, 0x0f, 0xa6, 0x1a, 0x66, 0x5a, 0x43, 0xe5, 0x8f, 0xf5, 0x5c, 0xcf, 0x04, 0x83, 0x6d, 0x2d, + 0x87, 0xd4, 0x52, 0x9a, 0x0a, 0xee, 0x24, 0x8c, 0xde, 0x84, 0xe1, 0xf7, 0x83, 0x88, 0x6d, 0x0b, + 0x71, 0xf6, 0x4a, 0x0f, 0x98, 0xe1, 0x77, 0xee, 0xd6, 0x59, 0xf9, 0xf1, 0x61, 0x65, 0xa4, 0x16, + 0x34, 0xe5, 0x5f, 0xac, 0x2a, 0xa0, 0x47, 0x70, 0xde, 0xe0, 0x58, 0xaa, 0xbb, 0xd0, 0x7f, 0x77, + 0x2f, 0x89, 0xe6, 0xce, 0xaf, 0x66, 0x51, 0xc2, 0xd9, 0x0d, 0x50, 0x36, 0xe0, 0x07, 0x22, 0x25, + 0xa8, 0x3c, 0xdf, 0xd9, 0x31, 0x5e, 0xd6, 0xbd, 0x96, 0x53, 0x08, 0xb8, 0xb3, 0x8e, 0xfd, 0x0d, + 0xae, 0x27, 0x17, 0xda, 0x34, 0x12, 0xb5, 0xbd, 0xb3, 0xc8, 0x38, 0xb3, 0x6c, 0x28, 0xfa, 0x1e, + 0xfb, 0x2d, 0xe6, 0xb7, 0x2d, 0xf6, 0x16, 0xb3, 0x41, 0xf6, 0x5a, 0x9e, 0x13, 0x9f, 0x85, 0xe7, + 0xc5, 0x3b, 0x30, 0x1c, 0x8b, 0xd6, 0xba, 0x25, 0xc9, 0xd1, 0x3a, 0xc5, 0xde, 0xa3, 0xd4, 0xc9, + 0x2f, 0x4b, 0xb1, 0x22, 0x63, 0xff, 0x73, 0x3e, 0x03, 0x12, 0x72, 0x06, 0x4a, 0x97, 0xaa, 0xa9, + 0x74, 0xa9, 0xf4, 0xf8, 0x82, 0x1c, 0xe5, 0xcb, 0x3f, 0x33, 0xfb, 0xcd, 0x2e, 0x59, 0x1f, 0xf7, + 0x47, 0x40, 0xfb, 0xa7, 0x2c, 0x98, 0xce, 0xb2, 0x9a, 0xa1, 0xd2, 0x1a, 0xbf, 0xe2, 0xa9, 0x47, + 0x51, 0x35, 0x82, 0xf7, 0x45, 0x39, 0x56, 0x18, 0x7d, 0xc7, 0x9f, 0x3f, 0x59, 0x90, 0xaa, 0xbb, + 0x30, 0x56, 0x0b, 0x89, 0x76, 0x06, 0xbc, 0xc5, 0x5d, 0xa9, 0x78, 0x7f, 0x5e, 0x3a, 0xb1, 0x1b, + 0x95, 0xfd, 0x8b, 0x05, 0x98, 0xe6, 0xaf, 0x1a, 0x0b, 0xfb, 0x81, 0xdb, 0xac, 0x05, 0x4d, 0x91, + 0x3b, 0xe0, 0x4b, 0x30, 0xda, 0xd2, 0xee, 0xe5, 0xdd, 0xc2, 0xe4, 0xe8, 0xf7, 0xf7, 0xe4, 0x7e, + 0xa4, 0x97, 0x62, 0x83, 0x16, 0x6a, 0xc2, 0x28, 0xd9, 0x77, 0x1b, 0x4a, 0x35, 0x5e, 0x38, 0xf1, + 0xd9, 0xa0, 0x5a, 0x59, 0xd6, 0xe8, 0x60, 0x83, 0xea, 0x13, 0x48, 0x27, 0x65, 0xff, 0xb4, 0x05, + 0x4f, 0xe5, 0x04, 0xd5, 0xa1, 0xcd, 0x3d, 0x64, 0xef, 0x47, 0x22, 0x33, 0x8d, 0x6a, 0x8e, 0xbf, + 0x2a, 0x61, 0x01, 0x45, 0x5f, 0x00, 0xe0, 0xaf, 0x42, 0xf4, 0xba, 0x20, 0x3e, 0xbd, 0xbf, 0x60, + 0x13, 0x5a, 0x90, 0x00, 0x59, 0x1f, 0x6b, 0xb4, 0xec, 0x9f, 0x2f, 0xc2, 0x00, 0x7b, 0x85, 0x40, + 0x2b, 0x30, 0xb4, 0xc3, 0x43, 0xc8, 0xf6, 0x13, 0xad, 0x36, 0xb9, 0x77, 0xf1, 0x02, 0x2c, 0x2b, + 0xa3, 0x35, 0x38, 0xc7, 0x43, 0xf0, 0x7a, 0x55, 0xe2, 0x39, 0x07, 0xf2, 0xfa, 0xce, 0xb3, 0xb9, + 0xa8, 0x80, 0x07, 0xab, 0x9d, 0x28, 0x38, 0xab, 0x1e, 0x7a, 0x0b, 0xc6, 0x63, 0x77, 0x8f, 0x04, + 0xed, 0x58, 0x52, 0xe2, 0xc1, 0x77, 0x95, 0xb0, 0xbf, 0x61, 0x40, 0x71, 0x0a, 0x9b, 0x5e, 0x44, + 0x5a, 0x1d, 0x8a, 0x0a, 0x2d, 0x3f, 0xba, 0xa9, 0x9c, 0x30, 0x71, 0x99, 0xb9, 0x4c, 0x9b, 0x19, + 0x07, 0x6d, 0xec, 0x84, 0x24, 0xda, 0x09, 0xbc, 0xa6, 0x48, 0x06, 0x9c, 0x98, 0xcb, 0xa4, 0xe0, + 0xb8, 0xa3, 0x06, 0xa5, 0xb2, 0xe5, 0xb8, 0x5e, 0x3b, 0x24, 0x09, 0x95, 0x41, 0x93, 0xca, 0x4a, + 0x0a, 0x8e, 0x3b, 0x6a, 0xd0, 0x75, 0x74, 0x5e, 0x64, 0xe7, 0x95, 0x6e, 0xd8, 0xca, 0x06, 0x6a, + 0x48, 0xba, 0xb6, 0x74, 0x89, 0x43, 0x22, 0xac, 0x44, 0x54, 0x7e, 0x5f, 0x2d, 0xf7, 0xa3, 0x70, + 0x6a, 0x91, 0x54, 0x1e, 0x27, 0x47, 0xec, 0x1f, 0x5a, 0x70, 0x2e, 0xc3, 0xd6, 0x92, 0xb3, 0xaa, + 0x6d, 0x37, 0x8a, 0x55, 0xc6, 0x0a, 0x8d, 0x55, 0xf1, 0x72, 0xac, 0x30, 0xe8, 0x7e, 0xe0, 0xcc, + 0x30, 0xcd, 0x00, 0x85, 0x2d, 0x93, 0x80, 0x9e, 0x8c, 0x01, 0xa2, 0x2b, 0x50, 0x6a, 0x47, 0x24, + 0x94, 0xc9, 0x55, 0x25, 0xff, 0x66, 0xaa, 0x52, 0x06, 0xa1, 0xa2, 0xe9, 0xb6, 0xd2, 0x52, 0x6a, + 0xa2, 0x29, 0x57, 0x3d, 0x72, 0x98, 0xfd, 0xb5, 0x22, 0x5c, 0xcc, 0xb5, 0xa5, 0xa6, 0x5d, 0xda, + 0x0b, 0x7c, 0x37, 0x0e, 0xd4, 0x0b, 0x17, 0x8f, 0x61, 0x41, 0x5a, 0x3b, 0x6b, 0xa2, 0x1c, 0x2b, + 0x0c, 0x74, 0x55, 0xe6, 0x89, 0x4e, 0xe7, 0xe4, 0x58, 0xac, 0x1a, 0xa9, 0xa2, 0xfb, 0xcd, 0x77, + 0xf4, 0x1c, 0x94, 0x5a, 0x81, 0x4a, 0xe2, 0xaf, 0x66, 0x96, 0x76, 0x37, 0x08, 0x3c, 0xcc, 0x80, + 0xe8, 0x53, 0x62, 0x1c, 0x52, 0x4f, 0x3a, 0xd8, 0x69, 0x06, 0x91, 0x36, 0x18, 0x2f, 0xc0, 0xd0, + 0x2e, 0x39, 0x08, 0x5d, 0x7f, 0x3b, 0xfd, 0xd4, 0x77, 0x9b, 0x17, 0x63, 0x09, 0x37, 0x43, 0xd2, + 0x0f, 0x9d, 0x76, 0xa2, 0xa2, 0xe1, 0x9e, 0x47, 0xdb, 0x8f, 0x16, 0x61, 0x02, 0x2f, 0x56, 0xbf, + 0x3d, 0x11, 0xf7, 0x3a, 0x27, 0xe2, 0xb4, 0x13, 0x15, 0xf5, 0x9e, 0x8d, 0x5f, 0xb5, 0x60, 0x82, + 0x85, 0x6d, 0x15, 0x31, 0x18, 0xdc, 0xc0, 0x3f, 0x03, 0xd1, 0xed, 0x39, 0x18, 0x08, 0x69, 0xa3, + 0xe9, 0xec, 0x23, 0xac, 0x27, 0x98, 0xc3, 0xd0, 0x33, 0x50, 0x62, 0x5d, 0xa0, 0x93, 0x37, 0xca, + 0x03, 0xb7, 0x57, 0x9d, 0xd8, 0xc1, 0xac, 0x94, 0x39, 0x16, 0x63, 0xd2, 0xf2, 0x5c, 0xde, 0xe9, + 0x44, 0xd5, 0xff, 0xf1, 0x70, 0x2c, 0xce, 0xec, 0xda, 0x87, 0x73, 0x2c, 0xce, 0x26, 0xd9, 0xfd, + 0x5a, 0xf4, 0x3f, 0x0a, 0x70, 0x39, 0xb3, 0x5e, 0xdf, 0x8e, 0xc5, 0xdd, 0x6b, 0x9f, 0x8e, 0xc5, + 0x46, 0xb6, 0x21, 0x45, 0xf1, 0x0c, 0x0d, 0x29, 0x4a, 0xfd, 0x4a, 0x8e, 0x03, 0x7d, 0xf8, 0xfb, + 0x66, 0x0e, 0xd9, 0xc7, 0xc4, 0xdf, 0x37, 0xb3, 0x6f, 0x39, 0xd7, 0xba, 0xbf, 0x2c, 0xe4, 0x7c, + 0x0b, 0xbb, 0xe0, 0x5d, 0xa3, 0x7c, 0x86, 0x01, 0x23, 0x21, 0x09, 0x8f, 0x72, 0x1e, 0xc3, 0xcb, + 0xb0, 0x82, 0x22, 0x57, 0xf3, 0x9c, 0x2d, 0xe4, 0xe7, 0xa6, 0xcb, 0x6d, 0x6a, 0xce, 0x7c, 0x99, + 0x51, 0x43, 0x90, 0xe1, 0x45, 0xbb, 0xa6, 0x5d, 0xca, 0x8b, 0xfd, 0x5f, 0xca, 0x47, 0xb3, 0x2f, + 0xe4, 0x68, 0x01, 0x26, 0xf6, 0x5c, 0x9f, 0xe5, 0x1a, 0x37, 0x45, 0x51, 0x15, 0x48, 0x62, 0xcd, + 0x04, 0xe3, 0x34, 0xfe, 0xec, 0x9b, 0x30, 0xf6, 0xf8, 0xea, 0xc8, 0x6f, 0x16, 0xe1, 0xe9, 0x2e, + 0xdb, 0x9e, 0xf3, 0x7a, 0x63, 0x0e, 0x34, 0x5e, 0xdf, 0x31, 0x0f, 0x35, 0x98, 0xde, 0x6a, 0x7b, + 0xde, 0x01, 0xb3, 0x55, 0x24, 0x4d, 0x89, 0x21, 0x64, 0x45, 0x99, 0x41, 0x7e, 0x7a, 0x25, 0x03, + 0x07, 0x67, 0xd6, 0x44, 0x6f, 0x03, 0x0a, 0x44, 0x62, 0xcc, 0x9b, 0xc4, 0x17, 0xfa, 0x6e, 0x36, + 0xf0, 0xc5, 0x64, 0x33, 0xde, 0xed, 0xc0, 0xc0, 0x19, 0xb5, 0xa8, 0xd0, 0x4f, 0x4f, 0xa5, 0x03, + 0xd5, 0xad, 0x94, 0xd0, 0x8f, 0x75, 0x20, 0x36, 0x71, 0xd1, 0x4d, 0x98, 0x72, 0xf6, 0x1d, 0x97, + 0x87, 0x45, 0x93, 0x04, 0xb8, 0xd4, 0xaf, 0x94, 0x60, 0x0b, 0x69, 0x04, 0xdc, 0x59, 0x27, 0xe5, + 0xba, 0x3b, 0x98, 0xef, 0xba, 0xdb, 0x9d, 0x2f, 0xf6, 0xd2, 0xe9, 0xda, 0xff, 0xd9, 0xa2, 0xc7, + 0x57, 0x46, 0x72, 0x6b, 0x3a, 0x0e, 0x4a, 0x37, 0xa9, 0x79, 0xd1, 0xaa, 0x71, 0x58, 0xd2, 0x81, + 0xd8, 0xc4, 0xe5, 0x0b, 0x22, 0x4a, 0x1c, 0x3a, 0x0c, 0xd1, 0x5d, 0xb8, 0xc9, 0x2b, 0x0c, 0xf4, + 0x45, 0x18, 0x6a, 0xba, 0xfb, 0x6e, 0x14, 0x84, 0x62, 0xb3, 0x9c, 0xd0, 0x2c, 0x3e, 0xe1, 0x83, + 0x55, 0x4e, 0x06, 0x4b, 0x7a, 0xf6, 0x8f, 0x16, 0x60, 0x4c, 0xb6, 0xf8, 0x4e, 0x3b, 0x88, 0x9d, + 0x33, 0x38, 0x96, 0x6f, 0x1a, 0xc7, 0xf2, 0xa7, 0xba, 0xc5, 0x0a, 0x60, 0x5d, 0xca, 0x3d, 0x8e, + 0xef, 0xa6, 0x8e, 0xe3, 0xe7, 0x7b, 0x93, 0xea, 0x7e, 0x0c, 0xff, 0x0b, 0x0b, 0xa6, 0x0c, 0xfc, + 0x33, 0x38, 0x0d, 0x56, 0xcc, 0xd3, 0xe0, 0xd9, 0x9e, 0xdf, 0x90, 0x73, 0x0a, 0x7c, 0xbd, 0x90, + 0xea, 0x3b, 0xe3, 0xfe, 0xef, 0x43, 0x69, 0xc7, 0x09, 0x9b, 0xdd, 0x22, 0x89, 0x76, 0x54, 0x9a, + 0xbb, 0xe5, 0x84, 0x4d, 0xce, 0xc3, 0x5f, 0x52, 0xe9, 0xf4, 0x9c, 0xb0, 0xd9, 0xd3, 0x7f, 0x89, + 0x35, 0x85, 0x6e, 0xc0, 0x60, 0xd4, 0x08, 0x5a, 0xca, 0xba, 0xf0, 0x0a, 0x4f, 0xb5, 0x47, 0x4b, + 0x8e, 0x0f, 0x2b, 0xc8, 0x6c, 0x8e, 0x16, 0x63, 0x81, 0x3f, 0xbb, 0x0d, 0x65, 0xd5, 0xf4, 0x13, + 0xf5, 0x0d, 0xf9, 0x8f, 0x45, 0x38, 0x97, 0xb1, 0x2e, 0x50, 0x64, 0x8c, 0xd6, 0x2b, 0x7d, 0x2e, + 0xa7, 0x0f, 0x39, 0x5e, 0x11, 0xbb, 0xb1, 0x34, 0xc5, 0xfc, 0xf7, 0xdd, 0xe8, 0xbd, 0x88, 0xa4, + 0x1b, 0xa5, 0x45, 0xbd, 0x1b, 0xa5, 0x8d, 0x9d, 0xd9, 0x50, 0xd3, 0x86, 0x54, 0x4f, 0x9f, 0xe8, + 0x9c, 0xfe, 0x59, 0x11, 0xa6, 0xb3, 0x42, 0x8c, 0xa0, 0xef, 0x4f, 0xe5, 0xc5, 0x78, 0xad, 0xdf, + 0xe0, 0x24, 0x3c, 0x59, 0x86, 0xc8, 0xf2, 0x3a, 0x67, 0x66, 0xca, 0xe8, 0x39, 0xcc, 0xa2, 0x4d, + 0xe6, 0x50, 0x18, 0xf2, 0x7c, 0x26, 0x72, 0x8b, 0x7f, 0xa6, 0xef, 0x0e, 0x88, 0x44, 0x28, 0x51, + 0xca, 0xa1, 0x50, 0x16, 0xf7, 0x76, 0x28, 0x94, 0x2d, 0xcf, 0xba, 0x30, 0xa2, 0x7d, 0xcd, 0x13, + 0x9d, 0xf1, 0x5d, 0x7a, 0xa2, 0x68, 0xfd, 0x7e, 0xa2, 0xb3, 0xfe, 0xd3, 0x16, 0xa4, 0x6c, 0xfa, + 0x94, 0x4a, 0xca, 0xca, 0x55, 0x49, 0x5d, 0x81, 0x52, 0x18, 0x78, 0x24, 0x9d, 0xaa, 0x02, 0x07, + 0x1e, 0xc1, 0x0c, 0xa2, 0x92, 0xec, 0x17, 0x73, 0x93, 0xec, 0x3f, 0x07, 0x03, 0x1e, 0xd9, 0x27, + 0x52, 0x1b, 0xa1, 0x78, 0xf2, 0x1d, 0x5a, 0x88, 0x39, 0xcc, 0xfe, 0xd5, 0x12, 0x5c, 0xea, 0xea, + 0x92, 0x4b, 0xaf, 0x2c, 0xdb, 0x4e, 0x4c, 0x1e, 0x3a, 0x07, 0xe9, 0x20, 0xb7, 0x37, 0x79, 0x31, + 0x96, 0x70, 0x66, 0x81, 0xcc, 0xc3, 0xe3, 0xa5, 0x14, 0x78, 0x22, 0x2a, 0x9e, 0x80, 0x3e, 0x81, + 0x0c, 0xd7, 0xd7, 0x01, 0xa2, 0xc8, 0x5b, 0xf6, 0xa9, 0x04, 0xd6, 0x14, 0xa6, 0xcd, 0x49, 0x18, + 0xc5, 0xfa, 0x1d, 0x01, 0xc1, 0x1a, 0x16, 0xaa, 0xc2, 0x64, 0x2b, 0x0c, 0x62, 0xae, 0x0f, 0xad, + 0x72, 0x23, 0x99, 0x01, 0xd3, 0x1b, 0xb2, 0x96, 0x82, 0xe3, 0x8e, 0x1a, 0xe8, 0x75, 0x18, 0x11, + 0x1e, 0x92, 0xb5, 0x20, 0xf0, 0x84, 0xaa, 0x46, 0x99, 0x5c, 0xd4, 0x13, 0x10, 0xd6, 0xf1, 0xb4, + 0x6a, 0x4c, 0xc9, 0x3a, 0x94, 0x59, 0x8d, 0x2b, 0x5a, 0x35, 0xbc, 0x54, 0xb8, 0xa1, 0xe1, 0xbe, + 0xc2, 0x0d, 0x25, 0xca, 0xab, 0x72, 0xdf, 0xef, 0x4a, 0xd0, 0x53, 0xdd, 0xf3, 0x4b, 0x25, 0x38, + 0x27, 0x16, 0xce, 0x93, 0x5e, 0x2e, 0x4f, 0x28, 0x0f, 0xf7, 0xb7, 0xd7, 0xcc, 0x59, 0xaf, 0x99, + 0x6f, 0x14, 0x61, 0x90, 0x4f, 0xc5, 0x19, 0xc8, 0xf0, 0x2b, 0x42, 0xe9, 0xd7, 0x25, 0xd0, 0x0e, + 0xef, 0xcb, 0x5c, 0xd5, 0x89, 0x1d, 0x7e, 0x7e, 0x29, 0x36, 0x9a, 0xa8, 0x07, 0xd1, 0x9c, 0xc1, + 0x68, 0x67, 0x53, 0x5a, 0x2d, 0xe0, 0x34, 0x34, 0xb6, 0xfb, 0x65, 0x80, 0x88, 0xe5, 0x82, 0xa6, + 0x34, 0x44, 0xc8, 0xa6, 0x4f, 0x77, 0x69, 0xbd, 0xae, 0x90, 0x79, 0x1f, 0x92, 0x25, 0xa8, 0x00, + 0x58, 0xa3, 0x38, 0xfb, 0x06, 0x94, 0x15, 0x72, 0x2f, 0x15, 0xc0, 0xa8, 0x7e, 0xea, 0x7d, 0x1e, + 0x26, 0x52, 0x6d, 0x9d, 0x48, 0x83, 0xf0, 0x6b, 0x16, 0x4c, 0xf0, 0x2e, 0x2f, 0xfb, 0xfb, 0x62, + 0xb3, 0x7f, 0x00, 0xd3, 0x5e, 0xc6, 0xa6, 0x13, 0x33, 0xda, 0xff, 0x26, 0x55, 0x1a, 0x83, 0x2c, + 0x28, 0xce, 0x6c, 0x03, 0x5d, 0x83, 0x61, 0xee, 0xb2, 0xe3, 0x78, 0xc2, 0xcd, 0x62, 0x94, 0xc7, + 0xb6, 0xe7, 0x65, 0x58, 0x41, 0xed, 0xdf, 0xb7, 0x60, 0x8a, 0xf7, 0xfc, 0x36, 0x39, 0x50, 0xb7, + 0xe3, 0x8f, 0xb2, 0xef, 0x22, 0x74, 0x7f, 0x21, 0x27, 0x74, 0xbf, 0xfe, 0x69, 0xc5, 0xae, 0x9f, + 0xf6, 0x8b, 0x16, 0x88, 0x15, 0x78, 0x06, 0xf7, 0xc0, 0xef, 0x32, 0xef, 0x81, 0xb3, 0xf9, 0x8b, + 0x3a, 0xe7, 0x02, 0xf8, 0x17, 0x16, 0x4c, 0x72, 0x84, 0xe4, 0x21, 0xf2, 0x23, 0x9d, 0x87, 0x7e, + 0xf2, 0x49, 0xa9, 0x04, 0xb2, 0xd9, 0x1f, 0x65, 0x4c, 0x56, 0xa9, 0xeb, 0x64, 0x35, 0xe5, 0x06, + 0x3a, 0x41, 0x9e, 0xb4, 0x13, 0x07, 0xd3, 0xb5, 0xff, 0xd4, 0x02, 0xc4, 0x9b, 0x31, 0xce, 0x65, + 0x7a, 0xda, 0xb1, 0x52, 0x4d, 0x13, 0x94, 0xb0, 0x1a, 0x05, 0xc1, 0x1a, 0xd6, 0xa9, 0x0c, 0x4f, + 0xea, 0x35, 0xb9, 0xd8, 0xfb, 0x35, 0xf9, 0x04, 0x23, 0xfa, 0x8d, 0x12, 0xa4, 0x6d, 0xb4, 0xd1, + 0x7d, 0x18, 0x6d, 0x38, 0x2d, 0x67, 0xd3, 0xf5, 0xdc, 0xd8, 0x25, 0x51, 0x37, 0x33, 0x94, 0x25, + 0x0d, 0x4f, 0xbc, 0x13, 0x6a, 0x25, 0xd8, 0xa0, 0x83, 0xe6, 0x00, 0x5a, 0xa1, 0xbb, 0xef, 0x7a, + 0x64, 0x9b, 0x5d, 0x85, 0x99, 0x63, 0x17, 0xb7, 0xad, 0x90, 0xa5, 0x58, 0xc3, 0xc8, 0x70, 0x04, + 0x2a, 0x3e, 0x39, 0x47, 0xa0, 0xd2, 0x09, 0x1d, 0x81, 0x06, 0xfa, 0x72, 0x04, 0xc2, 0x70, 0x41, + 0x9e, 0xdd, 0xf4, 0xff, 0x8a, 0xeb, 0x11, 0x21, 0xb0, 0x71, 0x77, 0xaf, 0xd9, 0xa3, 0xc3, 0xca, + 0x05, 0x9c, 0x89, 0x81, 0x73, 0x6a, 0xa2, 0x2f, 0xc0, 0x8c, 0xe3, 0x79, 0xc1, 0x43, 0x35, 0x6a, + 0xcb, 0x51, 0xc3, 0xf1, 0xb8, 0xba, 0x77, 0x88, 0x51, 0x7d, 0xe6, 0xe8, 0xb0, 0x32, 0xb3, 0x90, + 0x83, 0x83, 0x73, 0x6b, 0xa7, 0xfc, 0x88, 0x86, 0x7b, 0xfa, 0x11, 0xed, 0xc2, 0xb9, 0x3a, 0x09, + 0x5d, 0x96, 0xc5, 0xad, 0x99, 0x6c, 0xc9, 0x0d, 0x28, 0x87, 0x29, 0x26, 0xd4, 0x57, 0x0c, 0x18, + 0x2d, 0x4e, 0xa8, 0x64, 0x3a, 0x09, 0x21, 0xfb, 0xcf, 0x2d, 0x18, 0x12, 0x76, 0xe2, 0x67, 0x20, + 0xfb, 0x2c, 0x18, 0xfa, 0xcb, 0x4a, 0x36, 0xa3, 0x66, 0x9d, 0xc9, 0xd5, 0x5c, 0xae, 0xa6, 0x34, + 0x97, 0xcf, 0x76, 0x23, 0xd2, 0x5d, 0x67, 0xf9, 0x93, 0x45, 0x18, 0x37, 0x6d, 0xe4, 0xcf, 0x60, + 0x08, 0xd6, 0x61, 0x28, 0x12, 0x0e, 0x19, 0x85, 0x7c, 0xc3, 0xd9, 0xf4, 0x24, 0x26, 0x56, 0x31, + 0xc2, 0x05, 0x43, 0x12, 0xc9, 0xf4, 0xf4, 0x28, 0x3e, 0x41, 0x4f, 0x8f, 0x5e, 0x6e, 0x0a, 0xa5, + 0xd3, 0x70, 0x53, 0xb0, 0x7f, 0x83, 0x1d, 0x16, 0x7a, 0xf9, 0x19, 0xc8, 0x11, 0x37, 0xcd, 0x63, + 0xc5, 0xee, 0xb2, 0xb2, 0x44, 0xa7, 0x72, 0xe4, 0x89, 0x7f, 0x62, 0xc1, 0x88, 0x40, 0x3c, 0x83, + 0x6e, 0x7f, 0xb7, 0xd9, 0xed, 0xa7, 0xbb, 0x74, 0x3b, 0xa7, 0xbf, 0x7f, 0xaf, 0xa0, 0xfa, 0x5b, + 0x0b, 0xc2, 0xb8, 0x8f, 0xd3, 0xff, 0x06, 0x0c, 0xd3, 0xdb, 0x63, 0xd0, 0x08, 0x3c, 0x71, 0xf8, + 0x3f, 0x93, 0x78, 0x08, 0xf3, 0xf2, 0x63, 0xed, 0x37, 0x56, 0xd8, 0xcc, 0x81, 0x35, 0x08, 0x63, + 0x71, 0xe0, 0x26, 0x0e, 0xac, 0x41, 0x18, 0x63, 0x06, 0x41, 0x4d, 0x80, 0xd8, 0x09, 0xb7, 0x49, + 0x4c, 0xcb, 0x44, 0xb0, 0x81, 0xfc, 0x5d, 0xd8, 0x8e, 0x5d, 0x6f, 0xce, 0xf5, 0xe3, 0x28, 0x0e, + 0xe7, 0x56, 0xfd, 0xf8, 0x6e, 0xc8, 0xef, 0x12, 0x9a, 0xcb, 0xaf, 0xa2, 0x85, 0x35, 0xba, 0xd2, + 0x87, 0x8c, 0xb5, 0x31, 0x60, 0x3e, 0x2c, 0xae, 0x8b, 0x72, 0xac, 0x30, 0xec, 0x37, 0x18, 0x4f, + 0x66, 0x03, 0x74, 0x32, 0x6f, 0xdc, 0xdf, 0x1d, 0x56, 0x43, 0xcb, 0x5e, 0x15, 0xaa, 0xba, 0xcf, + 0x6f, 0x77, 0x16, 0x48, 0x1b, 0xd6, 0xfd, 0x11, 0x12, 0xc7, 0x60, 0xf4, 0x3d, 0x1d, 0xef, 0xcd, + 0x2f, 0xf7, 0xe0, 0xa5, 0x27, 0x78, 0x61, 0x66, 0x01, 0x6e, 0x59, 0x20, 0xd0, 0xd5, 0x9a, 0xb8, + 0x5d, 0x6a, 0x01, 0x6e, 0x05, 0x00, 0x27, 0x38, 0x68, 0x5e, 0xdc, 0x44, 0x4b, 0x46, 0xf6, 0x28, + 0x79, 0x13, 0x95, 0x9f, 0xaf, 0x5d, 0x45, 0x5f, 0x81, 0x11, 0x95, 0x45, 0xaa, 0xc6, 0x93, 0xf1, + 0x88, 0xd0, 0x0b, 0xcb, 0x49, 0x31, 0xd6, 0x71, 0xd0, 0x06, 0x4c, 0x44, 0x3c, 0x9f, 0x96, 0x8a, + 0xb0, 0xc5, 0xf5, 0x0c, 0x9f, 0x96, 0xef, 0xd4, 0x75, 0x13, 0x7c, 0xcc, 0x8a, 0xf8, 0x66, 0x95, + 0x8e, 0x60, 0x69, 0x12, 0xe8, 0x2d, 0x18, 0xf7, 0xf4, 0xbc, 0xc2, 0x35, 0xa1, 0x86, 0x50, 0x66, + 0x9c, 0x46, 0xd6, 0xe1, 0x1a, 0x4e, 0x61, 0x53, 0xa1, 0x41, 0x2f, 0x11, 0x51, 0xe1, 0x1c, 0x7f, + 0x9b, 0x44, 0x22, 0x07, 0x0e, 0x13, 0x1a, 0xee, 0xe4, 0xe0, 0xe0, 0xdc, 0xda, 0xe8, 0x06, 0x8c, + 0xca, 0xcf, 0xd7, 0xdc, 0x1c, 0x13, 0x63, 0x61, 0x0d, 0x86, 0x0d, 0x4c, 0xf4, 0x10, 0xce, 0xcb, + 0xff, 0x1b, 0xa1, 0xb3, 0xb5, 0xe5, 0x36, 0x84, 0x97, 0x29, 0xf7, 0x98, 0x58, 0x90, 0x2e, 0x18, + 0xcb, 0x59, 0x48, 0xc7, 0x87, 0x95, 0x2b, 0x62, 0xd4, 0x32, 0xe1, 0x6c, 0x12, 0xb3, 0xe9, 0xa3, + 0x35, 0x38, 0xb7, 0x43, 0x1c, 0x2f, 0xde, 0x59, 0xda, 0x21, 0x8d, 0x5d, 0xb9, 0x89, 0x98, 0xf3, + 0xa4, 0x66, 0x62, 0x7b, 0xab, 0x13, 0x05, 0x67, 0xd5, 0x43, 0xef, 0xc2, 0x4c, 0xab, 0xbd, 0xe9, + 0xb9, 0xd1, 0xce, 0x7a, 0x10, 0xb3, 0xa7, 0x71, 0x95, 0x84, 0x49, 0x78, 0x59, 0x2a, 0xc7, 0xd1, + 0x5a, 0x0e, 0x1e, 0xce, 0xa5, 0x80, 0x3e, 0x80, 0xf3, 0xa9, 0xc5, 0x20, 0x7c, 0xbe, 0xc6, 0xf3, + 0x63, 0x6c, 0xd6, 0xb3, 0x2a, 0x08, 0x1f, 0xae, 0x2c, 0x10, 0xce, 0x6e, 0xe2, 0xc3, 0x19, 0x4c, + 0xbc, 0x4f, 0x2b, 0x6b, 0xd2, 0x0d, 0xfa, 0x0a, 0x8c, 0xea, 0xab, 0x48, 0x1c, 0x30, 0x57, 0x7b, + 0xe5, 0xd0, 0x16, 0xb2, 0x91, 0x5a, 0x51, 0x3a, 0x0c, 0x1b, 0x14, 0x6d, 0x02, 0xd9, 0xdf, 0x87, + 0xee, 0xc0, 0x70, 0xc3, 0x73, 0x89, 0x1f, 0xaf, 0xd6, 0xba, 0x45, 0x13, 0x58, 0x12, 0x38, 0x62, + 0xc0, 0x44, 0x50, 0x42, 0x5e, 0x86, 0x15, 0x05, 0xfb, 0xb7, 0x0a, 0x50, 0xe9, 0x11, 0xe1, 0x32, + 0xa5, 0x33, 0xb4, 0xfa, 0xd2, 0x19, 0x2e, 0xc8, 0x94, 0x52, 0xeb, 0xa9, 0xfb, 0x6a, 0x2a, 0x5d, + 0x54, 0x72, 0x6b, 0x4d, 0xe3, 0xf7, 0x6d, 0x67, 0xa9, 0xab, 0x1d, 0x4b, 0x3d, 0x2d, 0x80, 0x8d, + 0xe7, 0x86, 0x81, 0xfe, 0x25, 0xfa, 0x5c, 0xd5, 0xb1, 0xfd, 0x1b, 0x05, 0x38, 0xaf, 0x86, 0xf0, + 0x5b, 0x77, 0xe0, 0xee, 0x75, 0x0e, 0xdc, 0x29, 0x28, 0xde, 0xed, 0xbb, 0x30, 0x58, 0x3f, 0x88, + 0x1a, 0xb1, 0xd7, 0x87, 0x00, 0xf4, 0x9c, 0x19, 0x55, 0x47, 0x1d, 0xd3, 0x46, 0x64, 0x9d, 0xbf, + 0x6e, 0xc1, 0xc4, 0xc6, 0x52, 0xad, 0x1e, 0x34, 0x76, 0x49, 0xbc, 0xc0, 0xd5, 0x4a, 0x58, 0xc8, + 0x3f, 0xd6, 0x63, 0xca, 0x35, 0x59, 0x12, 0xd3, 0x15, 0x28, 0xed, 0x04, 0x51, 0x9c, 0x7e, 0x95, + 0xbb, 0x15, 0x44, 0x31, 0x66, 0x10, 0xfb, 0x0f, 0x2c, 0x18, 0x60, 0x89, 0x10, 0x7b, 0x65, 0xe7, + 0xec, 0xe7, 0xbb, 0xd0, 0xeb, 0x30, 0x48, 0xb6, 0xb6, 0x48, 0x23, 0x16, 0xb3, 0x2a, 0xdd, 0xfa, + 0x06, 0x97, 0x59, 0x29, 0x3d, 0xf4, 0x59, 0x63, 0xfc, 0x2f, 0x16, 0xc8, 0xe8, 0x01, 0x94, 0x63, + 0x77, 0x8f, 0x2c, 0x34, 0x9b, 0xe2, 0x5d, 0xe3, 0x31, 0xbc, 0x28, 0x37, 0x24, 0x01, 0x9c, 0xd0, + 0xb2, 0xbf, 0x56, 0x00, 0x48, 0x5c, 0x93, 0x7b, 0x7d, 0xe2, 0x62, 0x47, 0x02, 0xd2, 0xab, 0x19, + 0x09, 0x48, 0x51, 0x42, 0x30, 0x23, 0xfd, 0xa8, 0x1a, 0xa6, 0x62, 0x5f, 0xc3, 0x54, 0x3a, 0xc9, + 0x30, 0x2d, 0xc1, 0x54, 0xe2, 0x5a, 0x6d, 0xc6, 0x99, 0x60, 0x11, 0xef, 0x37, 0xd2, 0x40, 0xdc, + 0x89, 0x6f, 0xff, 0xb0, 0x05, 0xc2, 0x3d, 0xa1, 0x8f, 0xc5, 0xfc, 0x25, 0x99, 0xbe, 0xcf, 0x08, + 0x94, 0x7b, 0x25, 0xdf, 0x5f, 0x43, 0x84, 0xc7, 0x55, 0x87, 0x87, 0x11, 0x14, 0xd7, 0xa0, 0x65, + 0x37, 0x41, 0x40, 0xab, 0x84, 0x29, 0x19, 0x7a, 0xf7, 0xe6, 0x3a, 0x40, 0x93, 0xe1, 0x6a, 0xe9, + 0xc0, 0x14, 0xab, 0xaa, 0x2a, 0x08, 0xd6, 0xb0, 0xec, 0x1f, 0x2f, 0xc0, 0x88, 0x0c, 0xcc, 0x4a, + 0xef, 0xf1, 0xbd, 0x5b, 0x39, 0x51, 0x56, 0x06, 0x96, 0x3f, 0x8f, 0x12, 0x56, 0xc1, 0xfb, 0xf5, + 0xfc, 0x79, 0x12, 0x80, 0x13, 0x1c, 0xf4, 0x02, 0x0c, 0x45, 0xed, 0x4d, 0x86, 0x9e, 0x32, 0xba, + 0xaf, 0xf3, 0x62, 0x2c, 0xe1, 0xe8, 0x0b, 0x30, 0xc9, 0xeb, 0x85, 0x41, 0xcb, 0xd9, 0xe6, 0x1a, + 0xa7, 0x01, 0xe5, 0x05, 0x37, 0xb9, 0x96, 0x82, 0x1d, 0x1f, 0x56, 0xa6, 0xd3, 0x65, 0x4c, 0x57, + 0xd9, 0x41, 0xc5, 0xfe, 0x0a, 0xa0, 0xce, 0x58, 0xb3, 0xe8, 0x6d, 0x6e, 0x56, 0xe1, 0x86, 0xa4, + 0xd9, 0x77, 0xca, 0xf8, 0x51, 0x69, 0x3c, 0x41, 0x6b, 0x61, 0x55, 0x9f, 0xee, 0xbc, 0xc9, 0xb4, + 0x0b, 0x0f, 0xba, 0x05, 0x83, 0x9c, 0xa9, 0x0a, 0xf2, 0x5d, 0xde, 0xb8, 0x34, 0xc7, 0x1f, 0x16, + 0x08, 0x5f, 0xf0, 0x65, 0x51, 0x1f, 0xbd, 0x0b, 0x23, 0xcd, 0xe0, 0xa1, 0xff, 0xd0, 0x09, 0x9b, + 0x0b, 0xb5, 0x55, 0xb1, 0x2e, 0x33, 0x65, 0xb3, 0x6a, 0x82, 0xa6, 0x3b, 0x13, 0x31, 0x7d, 0x6e, + 0x02, 0xc2, 0x3a, 0x39, 0xb4, 0xc1, 0xe2, 0x67, 0xf1, 0x7c, 0xdd, 0xdd, 0xec, 0xe0, 0x54, 0x8a, + 0x6f, 0x8d, 0xf2, 0x98, 0x08, 0xb2, 0x25, 0xb2, 0x7d, 0x27, 0x84, 0xec, 0xaf, 0x9e, 0x03, 0x63, + 0x3f, 0x18, 0x79, 0x1f, 0xac, 0x53, 0xca, 0xfb, 0x80, 0x61, 0x98, 0xec, 0xb5, 0xe2, 0x83, 0xaa, + 0x1b, 0x76, 0x4b, 0x1c, 0xb4, 0x2c, 0x70, 0x3a, 0x69, 0x4a, 0x08, 0x56, 0x74, 0xb2, 0x93, 0x73, + 0x14, 0x3f, 0xc2, 0xe4, 0x1c, 0xa5, 0x33, 0x4c, 0xce, 0xb1, 0x0e, 0x43, 0xdb, 0x6e, 0x8c, 0x49, + 0x2b, 0x10, 0x02, 0x45, 0xe6, 0x4a, 0xb8, 0xc9, 0x51, 0x3a, 0x43, 0xc3, 0x0b, 0x00, 0x96, 0x44, + 0xd0, 0xdb, 0x6a, 0x0f, 0x0c, 0xe6, 0xcb, 0xe3, 0x9d, 0xcf, 0x21, 0x99, 0xbb, 0x40, 0x24, 0xe3, + 0x18, 0x7a, 0xdc, 0x64, 0x1c, 0x2b, 0x32, 0x85, 0xc6, 0x70, 0xbe, 0xd9, 0x28, 0xcb, 0x90, 0xd1, + 0x23, 0x71, 0x86, 0x91, 0x6c, 0xa4, 0x7c, 0x7a, 0xc9, 0x46, 0x7e, 0xd8, 0x82, 0xf3, 0xad, 0xac, + 0xbc, 0x3b, 0x22, 0x05, 0xc6, 0xeb, 0x7d, 0x27, 0x16, 0x32, 0x1a, 0x64, 0x17, 0xb3, 0x4c, 0x34, + 0x9c, 0xdd, 0x1c, 0x1d, 0xe8, 0x70, 0xb3, 0x29, 0xf2, 0x66, 0x3c, 0x97, 0x93, 0xb5, 0xa4, 0x4b, + 0xae, 0x92, 0x8d, 0x8c, 0x5c, 0x19, 0x9f, 0xcc, 0xcb, 0x95, 0xd1, 0x77, 0x86, 0x8c, 0x24, 0x5f, + 0xc9, 0xd8, 0x87, 0xce, 0x57, 0xf2, 0xb6, 0xca, 0x57, 0xd2, 0x25, 0xea, 0x10, 0xcf, 0x46, 0xd2, + 0x33, 0x4b, 0x89, 0x96, 0x69, 0x64, 0xe2, 0x74, 0x32, 0x8d, 0x18, 0xcc, 0x9e, 0x27, 0xbb, 0x78, + 0xb1, 0x07, 0xb3, 0x37, 0xe8, 0x76, 0x67, 0xf7, 0x3c, 0xab, 0xca, 0xd4, 0x63, 0x65, 0x55, 0xb9, + 0xaf, 0x67, 0x29, 0x41, 0x3d, 0xd2, 0x70, 0x50, 0xa4, 0x3e, 0x73, 0x93, 0xdc, 0xd7, 0x8f, 0xa0, + 0x73, 0xf9, 0x74, 0xd5, 0x49, 0xd3, 0x49, 0x37, 0xeb, 0x10, 0xea, 0xcc, 0x79, 0x32, 0x7d, 0x36, + 0x39, 0x4f, 0xce, 0x9f, 0x7a, 0xce, 0x93, 0x0b, 0x67, 0x90, 0xf3, 0xe4, 0xa9, 0x8f, 0x34, 0xe7, + 0xc9, 0xcc, 0x13, 0xc8, 0x79, 0xb2, 0x9e, 0xe4, 0x3c, 0xb9, 0x98, 0x3f, 0x25, 0x19, 0x76, 0x72, + 0x39, 0x99, 0x4e, 0xee, 0x43, 0xb9, 0x25, 0xbd, 0xbc, 0x45, 0x58, 0xa4, 0xec, 0x64, 0x8b, 0x59, + 0xae, 0xe0, 0x7c, 0x4a, 0x14, 0x08, 0x27, 0xa4, 0x28, 0xdd, 0x24, 0xf3, 0xc9, 0xd3, 0x5d, 0x54, + 0x6f, 0x59, 0x4a, 0x8d, 0xfc, 0x7c, 0x27, 0xf6, 0xdf, 0x28, 0xc0, 0xe5, 0xee, 0xeb, 0x3a, 0xd1, + 0x88, 0xd4, 0x12, 0x0d, 0x7e, 0x4a, 0x23, 0xc2, 0xaf, 0x19, 0x09, 0x56, 0xdf, 0xa1, 0x30, 0x6e, + 0xc2, 0x94, 0x32, 0x90, 0xf3, 0xdc, 0xc6, 0x81, 0x96, 0x84, 0x51, 0x39, 0xeb, 0xd4, 0xd3, 0x08, + 0xb8, 0xb3, 0x0e, 0x5a, 0x80, 0x09, 0xa3, 0x70, 0xb5, 0x2a, 0xae, 0x13, 0x4a, 0x05, 0x53, 0x37, + 0xc1, 0x38, 0x8d, 0x6f, 0x7f, 0xdd, 0x82, 0xa7, 0x72, 0xc2, 0x81, 0xf7, 0x1d, 0xe9, 0x61, 0x0b, + 0x26, 0x5a, 0x66, 0xd5, 0x1e, 0x01, 0x61, 0x8c, 0xa0, 0xe3, 0xaa, 0xaf, 0x29, 0x00, 0x4e, 0x13, + 0x5d, 0xbc, 0xf6, 0x3b, 0x7f, 0x74, 0xf9, 0x13, 0xbf, 0xf7, 0x47, 0x97, 0x3f, 0xf1, 0xfb, 0x7f, + 0x74, 0xf9, 0x13, 0xff, 0xdf, 0xd1, 0x65, 0xeb, 0x77, 0x8e, 0x2e, 0x5b, 0xbf, 0x77, 0x74, 0xd9, + 0xfa, 0xfd, 0xa3, 0xcb, 0xd6, 0x1f, 0x1e, 0x5d, 0xb6, 0xbe, 0xf6, 0xc7, 0x97, 0x3f, 0xf1, 0xa5, + 0xc2, 0xfe, 0x2b, 0xff, 0x2f, 0x00, 0x00, 0xff, 0xff, 0x64, 0x10, 0x79, 0xf1, 0xa3, 0xdc, 0x00, + 0x00, } diff --git a/staging/src/k8s.io/api/core/v1/generated.proto b/staging/src/k8s.io/api/core/v1/generated.proto index 09f56b23d8..643d256d38 100644 --- a/staging/src/k8s.io/api/core/v1/generated.proto +++ b/staging/src/k8s.io/api/core/v1/generated.proto @@ -1877,10 +1877,16 @@ message NodeSelectorRequirement { repeated string values = 3; } -// A null or empty node selector term matches no objects. +// A null or empty node selector term matches no objects. The requirements of +// them are ANDed. message NodeSelectorTerm { - // Required. A list of node selector requirements. The requirements are ANDed. + // A list of node selector requirements by node's labels. + // +optional repeated NodeSelectorRequirement matchExpressions = 1; + + // A list of node selector requirements by node's fields. + // +optional + repeated NodeSelectorRequirement matchFields = 2; } // NodeSpec describes the attributes that a node is created with. diff --git a/staging/src/k8s.io/api/core/v1/types.go b/staging/src/k8s.io/api/core/v1/types.go index e51c2715bf..7ccae7683b 100644 --- a/staging/src/k8s.io/api/core/v1/types.go +++ b/staging/src/k8s.io/api/core/v1/types.go @@ -2322,10 +2322,15 @@ type NodeSelector struct { NodeSelectorTerms []NodeSelectorTerm `json:"nodeSelectorTerms" protobuf:"bytes,1,rep,name=nodeSelectorTerms"` } -// A null or empty node selector term matches no objects. +// A null or empty node selector term matches no objects. The requirements of +// them are ANDed. type NodeSelectorTerm struct { - //Required. A list of node selector requirements. The requirements are ANDed. - MatchExpressions []NodeSelectorRequirement `json:"matchExpressions" protobuf:"bytes,1,rep,name=matchExpressions"` + // A list of node selector requirements by node's labels. + // +optional + MatchExpressions []NodeSelectorRequirement `json:"matchExpressions,omitempty" protobuf:"bytes,1,rep,name=matchExpressions"` + // A list of node selector requirements by node's fields. + // +optional + MatchFields []NodeSelectorRequirement `json:"matchFields,omitempty" protobuf:"bytes,2,rep,name=matchFields"` } // A node selector requirement is a selector that contains values, a key, and an operator diff --git a/staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go b/staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go index f909b4aa72..4177e499d9 100644 --- a/staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go +++ b/staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go @@ -1034,8 +1034,9 @@ func (NodeSelectorRequirement) SwaggerDoc() map[string]string { } var map_NodeSelectorTerm = map[string]string{ - "": "A null or empty node selector term matches no objects.", - "matchExpressions": "Required. A list of node selector requirements. The requirements are ANDed.", + "": "A null or empty node selector term matches no objects. The requirements of them are ANDed.", + "matchExpressions": "A list of node selector requirements by node's labels.", + "matchFields": "A list of node selector requirements by node's fields.", } func (NodeSelectorTerm) SwaggerDoc() map[string]string { diff --git a/staging/src/k8s.io/api/core/v1/zz_generated.deepcopy.go b/staging/src/k8s.io/api/core/v1/zz_generated.deepcopy.go index 5fc6d570dc..47b6220523 100644 --- a/staging/src/k8s.io/api/core/v1/zz_generated.deepcopy.go +++ b/staging/src/k8s.io/api/core/v1/zz_generated.deepcopy.go @@ -2543,6 +2543,13 @@ func (in *NodeSelectorTerm) DeepCopyInto(out *NodeSelectorTerm) { (*in)[i].DeepCopyInto(&(*out)[i]) } } + if in.MatchFields != nil { + in, out := &in.MatchFields, &out.MatchFields + *out = make([]NodeSelectorRequirement, len(*in)) + for i := range *in { + (*in)[i].DeepCopyInto(&(*out)[i]) + } + } return } diff --git a/staging/src/k8s.io/apimachinery/pkg/fields/selector.go b/staging/src/k8s.io/apimachinery/pkg/fields/selector.go index 3785d8c2f7..e3e4453b64 100644 --- a/staging/src/k8s.io/apimachinery/pkg/fields/selector.go +++ b/staging/src/k8s.io/apimachinery/pkg/fields/selector.go @@ -55,6 +55,21 @@ type Selector interface { DeepCopySelector() Selector } +type nothingSelector struct{} + +func (n nothingSelector) Matches(_ Fields) bool { return false } +func (n nothingSelector) Empty() bool { return false } +func (n nothingSelector) String() string { return "" } +func (n nothingSelector) Requirements() Requirements { return nil } +func (n nothingSelector) DeepCopySelector() Selector { return n } +func (n nothingSelector) RequiresExactMatch(field string) (value string, found bool) { return "", false } +func (n nothingSelector) Transform(fn TransformFunc) (Selector, error) { return n, nil } + +// Nothing returns a selector that matches no fields +func Nothing() Selector { + return nothingSelector{} +} + // Everything returns a selector that matches all fields. func Everything() Selector { return andTerm{} @@ -449,6 +464,12 @@ func OneTermEqualSelector(k, v string) Selector { return &hasTerm{field: k, value: v} } +// OneTermNotEqualSelector returns an object that matches objects where one field/field does not equal one value. +// Cannot return an error. +func OneTermNotEqualSelector(k, v string) Selector { + return ¬HasTerm{field: k, value: v} +} + // AndSelectors creates a selector that is the logical AND of all the given selectors func AndSelectors(selectors ...Selector) Selector { return andTerm(selectors)

matchExpressions

Required. A list of node selector requirements. The requirements are ANDed.

true

A list of node selector requirements by node’s labels.

false

v1.NodeSelectorRequirement array

matchFields

A list of node selector requirements by node’s fields.

false

v1.NodeSelectorRequirement array