diff --git a/manifests/charts/istio-control/istio-discovery/files/gen-istio.yaml b/manifests/charts/istio-control/istio-discovery/files/gen-istio.yaml index 3669ad6fce33..72c890567638 100644 --- a/manifests/charts/istio-control/istio-discovery/files/gen-istio.yaml +++ b/manifests/charts/istio-control/istio-discovery/files/gen-istio.yaml @@ -183,7 +183,8 @@ data: "autoInject": true, "enabled": true }, - "rewriteAppHTTPProbe": true + "rewriteAppHTTPProbe": true, + "templates": {} } } diff --git a/manifests/charts/istio-control/istio-discovery/templates/istiod-injector-configmap.yaml b/manifests/charts/istio-control/istio-discovery/templates/istiod-injector-configmap.yaml index e1db0548aa5f..c86d2e0cad04 100644 --- a/manifests/charts/istio-control/istio-discovery/templates/istiod-injector-configmap.yaml +++ b/manifests/charts/istio-control/istio-discovery/templates/istiod-injector-configmap.yaml @@ -33,7 +33,12 @@ data: "{{ $key }}": "{{ $val }}" {{- end }} templates: +{{- if not (hasKey .Values.sidecarInjectorWebhook.templates "sidecar") }} sidecar: | {{ .Files.Get "files/injection-template.yaml" | trim | indent 8 }} +{{- end }} +{{- with .Values.sidecarInjectorWebhook.templates }} +{{ toYaml . | trim | indent 6 }} +{{- end }} {{- end }} diff --git a/manifests/charts/istio-control/istio-discovery/values.yaml b/manifests/charts/istio-control/istio-discovery/values.yaml index b30bf261147d..3a74f3da1597 100644 --- a/manifests/charts/istio-control/istio-discovery/values.yaml +++ b/manifests/charts/istio-control/istio-discovery/values.yaml @@ -97,6 +97,19 @@ sidecarInjectorWebhook: autoInject: true rewriteAppHTTPProbe: true + + # Templates defines a set of custom injection templates that can be used. For example, defining: + # + # templates: + # hello: + # metadata + # labels: + # hello: world + # + # Then starting a pod with the `inject.istio.io/templates: hello` annotation, will result in the pod + # being injected with the hello=world labels. + # This is intended for advanced configuration only; most users should use the built in template + templates: {} istiodRemote: # Sidecar injector mutating webhook configuration url # For example: https://$remotePilotAddress:15017/inject diff --git a/manifests/charts/istiod-remote/files/gen-istiod-remote.yaml b/manifests/charts/istiod-remote/files/gen-istiod-remote.yaml index f3bae6d19ea4..5be427dd1993 100644 --- a/manifests/charts/istiod-remote/files/gen-istiod-remote.yaml +++ b/manifests/charts/istiod-remote/files/gen-istiod-remote.yaml @@ -163,7 +163,8 @@ data: "autoInject": true, "enabled": true }, - "rewriteAppHTTPProbe": true + "rewriteAppHTTPProbe": true, + "templates": {} } } diff --git a/manifests/charts/istiod-remote/templates/istiod-injector-configmap.yaml b/manifests/charts/istiod-remote/templates/istiod-injector-configmap.yaml index e1db0548aa5f..c86d2e0cad04 100644 --- a/manifests/charts/istiod-remote/templates/istiod-injector-configmap.yaml +++ b/manifests/charts/istiod-remote/templates/istiod-injector-configmap.yaml @@ -33,7 +33,12 @@ data: "{{ $key }}": "{{ $val }}" {{- end }} templates: +{{- if not (hasKey .Values.sidecarInjectorWebhook.templates "sidecar") }} sidecar: | {{ .Files.Get "files/injection-template.yaml" | trim | indent 8 }} +{{- end }} +{{- with .Values.sidecarInjectorWebhook.templates }} +{{ toYaml . | trim | indent 6 }} +{{- end }} {{- end }} diff --git a/manifests/charts/istiod-remote/values.yaml b/manifests/charts/istiod-remote/values.yaml index 225133dbba71..1d12134b64ae 100644 --- a/manifests/charts/istiod-remote/values.yaml +++ b/manifests/charts/istiod-remote/values.yaml @@ -77,6 +77,18 @@ sidecarInjectorWebhook: enabled: true autoInject: true rewriteAppHTTPProbe: true + # Templates defines a set of custom injection templates that can be used. For example, defining: + # + # templates: + # hello: + # metadata + # labels: + # hello: world + # + # Then starting a pod with the `inject.istio.io/templates: hello` annotation, will result in the pod + # being injected with the hello=world labels. + # This is intended for advanced configuration only; most users should use the built in template + templates: {} istiodRemote: # Sidecar injector mutating webhook configuration url # For example: https://$remotePilotAddress:15017/inject diff --git a/operator/pkg/apis/istio/v1alpha1/v1alpha1.pb.html b/operator/pkg/apis/istio/v1alpha1/v1alpha1.pb.html index 7121a73c3d93..277a9b61cf2d 100644 --- a/operator/pkg/apis/istio/v1alpha1/v1alpha1.pb.html +++ b/operator/pkg/apis/istio/v1alpha1/v1alpha1.pb.html @@ -3252,6 +3252,27 @@

SidecarInjectorConfig

Configure the injection url for sidecar injector webhook

+ + +No + + + +templates +TypeMapStringInterface + +

Templates defines a set of custom injection templates that can be used. For example, defining:

+ +

templates: + hello: + metadata + labels: + hello: world

+ +

Then starting a pod with the inject.istio.io/templates: hello annotation, will result in the pod +being injected with the hello=world labels. +This is intended for advanced configuration only; most users should use the built in template

+ No diff --git a/operator/pkg/apis/istio/v1alpha1/values_types.pb.go b/operator/pkg/apis/istio/v1alpha1/values_types.pb.go index f2db54ba5a3c..b336ee48f6dc 100644 --- a/operator/pkg/apis/istio/v1alpha1/values_types.pb.go +++ b/operator/pkg/apis/istio/v1alpha1/values_types.pb.go @@ -3567,10 +3567,22 @@ type SidecarInjectorConfig struct { // Enable objectSelector to filter out pods with no need for sidecar before calling istio-sidecar-injector. ObjectSelector map[string]interface{} `protobuf:"bytes,21,opt,name=objectSelector,proto3" json:"objectSelector,omitempty"` // Configure the injection url for sidecar injector webhook - InjectionURL string `protobuf:"bytes,22,opt,name=injectionURL,proto3" json:"injectionURL,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` + InjectionURL string `protobuf:"bytes,22,opt,name=injectionURL,proto3" json:"injectionURL,omitempty"` + // Templates defines a set of custom injection templates that can be used. For example, defining: + // + // templates: + // hello: + // metadata + // labels: + // hello: world + // + // Then starting a pod with the `inject.istio.io/templates: hello` annotation, will result in the pod + // being injected with the hello=world labels. + // This is intended for advanced configuration only; most users should use the built in template + Templates map[string]interface{} `protobuf:"bytes,23,opt,name=templates,proto3" json:"templates,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } func (m *SidecarInjectorConfig) Reset() { *m = SidecarInjectorConfig{} } @@ -3646,6 +3658,13 @@ func (m *SidecarInjectorConfig) GetInjectionURL() string { return "" } +func (m *SidecarInjectorConfig) GetTemplates() map[string]interface{} { + if m != nil { + return m.Templates + } + return nil +} + // Configuration for each of the supported tracers. type TracerConfig struct { // Configuration for the datadog tracing service. @@ -4251,294 +4270,295 @@ func init() { } var fileDescriptor_261260e22432516f = []byte{ - // 4614 bytes of a gzipped FileDescriptorProto + // 4626 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xdc, 0x3c, 0xc9, 0x72, 0x1c, 0x47, 0x76, 0x6c, 0xec, 0xfd, 0xba, 0x1b, 0x68, 0x24, 0x16, 0x16, 0x21, 0x88, 0x84, 0x6a, 0x24, 0x0e, 0x44, 0x6a, 0x40, 0x0a, 0xc2, 0x90, 0x14, 0x47, 0xd2, 0x08, 0xab, 0x04, 0x0d, 0x00, 0xb6, 0xab, 0x41, 0x6a, 0x19, 0xcf, 0xd0, 0x85, 0xaa, 0x44, 0x23, 0x85, 0xea, 0xca, 0x72, 0x55, 0x76, 0x03, - 0xad, 0x8b, 0xc3, 0x27, 0x9f, 0xec, 0x83, 0x3f, 0xc0, 0x3e, 0xf8, 0xe0, 0x4f, 0x70, 0xf8, 0x0f, - 0x7c, 0x9c, 0x70, 0x84, 0xef, 0x0e, 0x45, 0x38, 0x62, 0x7c, 0xf4, 0xc1, 0x31, 0x07, 0x5f, 0x1c, - 0xb9, 0xd4, 0xda, 0xd5, 0x0b, 0x00, 0xc9, 0x76, 0xf8, 0x84, 0xae, 0xb7, 0x65, 0x56, 0xe6, 0xcb, - 0xb7, 0xe5, 0x2b, 0xc0, 0x03, 0xef, 0xbc, 0xf1, 0xc8, 0xf4, 0x48, 0xf0, 0x88, 0x04, 0x8c, 0xd0, - 0x47, 0xed, 0xf7, 0x4d, 0xc7, 0x3b, 0x33, 0xdf, 0x7f, 0xd4, 0x36, 0x9d, 0x16, 0x0e, 0x5e, 0xb3, - 0x8e, 0x87, 0x83, 0x35, 0xcf, 0xa7, 0x8c, 0xa2, 0xa9, 0x10, 0xb9, 0x74, 0xb7, 0x41, 0x69, 0xc3, - 0xc1, 0x8f, 0x04, 0xfc, 0xa4, 0x75, 0xfa, 0xc8, 0x6e, 0xf9, 0x26, 0x23, 0xd4, 0x95, 0x94, 0x4b, - 0x9f, 0x36, 0x08, 0x3b, 0x6b, 0x9d, 0xac, 0x59, 0xb4, 0xf9, 0xa8, 0x41, 0x1b, 0x34, 0x26, 0x8c, - 0x7e, 0x64, 0x25, 0x5c, 0xf8, 0xa6, 0xe7, 0x61, 0x5f, 0x8d, 0xb5, 0x34, 0xcf, 0xd9, 0xc4, 0x4f, - 0x21, 0x40, 0x42, 0x75, 0x03, 0x60, 0xd3, 0xb7, 0xce, 0xb6, 0xa9, 0x7b, 0x4a, 0x1a, 0x68, 0x1e, - 0xc6, 0xcd, 0xa6, 0xfd, 0x64, 0x43, 0x2b, 0xac, 0x14, 0x56, 0x2b, 0x86, 0x7c, 0x40, 0x1a, 0x4c, - 0x7a, 0x9e, 0xf5, 0x64, 0xc3, 0xc1, 0xda, 0x88, 0x80, 0x87, 0x8f, 0x9c, 0x3e, 0xf8, 0xe0, 0xc3, - 0xc7, 0x97, 0xda, 0xa8, 0xa4, 0x17, 0x0f, 0xfa, 0x1f, 0xc6, 0xa0, 0xb8, 0x7d, 0xb4, 0xaf, 0x64, - 0x6e, 0xc0, 0x24, 0x76, 0xcd, 0x13, 0x07, 0xdb, 0x42, 0x6a, 0x69, 0x7d, 0x69, 0x4d, 0xce, 0x74, - 0x2d, 0x9c, 0xe9, 0xda, 0x16, 0xa5, 0xce, 0x2b, 0xbe, 0x3a, 0x46, 0x48, 0x8a, 0xaa, 0x30, 0x7a, - 0xd6, 0x3a, 0x11, 0xe3, 0x15, 0x0d, 0xfe, 0x13, 0xbd, 0x0b, 0xa3, 0xcc, 0x6c, 0x88, 0x91, 0x4a, - 0xeb, 0xb7, 0xd7, 0xc2, 0x95, 0x5b, 0x3b, 0xee, 0x78, 0x78, 0xdf, 0x65, 0xd8, 0x3f, 0x35, 0x2d, - 0x6c, 0x70, 0x1a, 0x3e, 0x2d, 0xd2, 0x34, 0x1b, 0x58, 0x1b, 0x13, 0xec, 0xf2, 0x01, 0xdd, 0x05, - 0xf0, 0x5a, 0x8e, 0x53, 0xa3, 0x0e, 0xb1, 0x3a, 0xda, 0xb8, 0x40, 0x25, 0x20, 0x68, 0x19, 0x8a, - 0x96, 0x4b, 0xb6, 0x88, 0xbb, 0x43, 0x7c, 0x6d, 0x42, 0xa0, 0x63, 0x00, 0xe7, 0xb6, 0x5c, 0xc2, - 0xdf, 0x89, 0xa3, 0x27, 0x25, 0x77, 0x0c, 0x41, 0xab, 0x30, 0xa3, 0x9e, 0xf6, 0x88, 0x83, 0x8f, - 0xcc, 0x26, 0xd6, 0xa6, 0x04, 0x51, 0x16, 0x8c, 0xde, 0x83, 0x59, 0x7c, 0x69, 0x39, 0x2d, 0x5b, - 0x3c, 0x06, 0x9e, 0x69, 0xe1, 0x40, 0x2b, 0xae, 0x8c, 0xae, 0x16, 0x8d, 0x6e, 0x04, 0x3a, 0x80, - 0x69, 0x8f, 0xda, 0x9b, 0xae, 0x4b, 0x99, 0xd0, 0x87, 0x40, 0x03, 0xb1, 0x02, 0x2b, 0xe9, 0x15, - 0x38, 0x34, 0xbd, 0x3a, 0xf3, 0x89, 0xdb, 0x88, 0x96, 0x62, 0x6b, 0x44, 0x2b, 0x18, 0x19, 0x5e, - 0xb4, 0x0a, 0x55, 0x2f, 0xf0, 0x5e, 0x5b, 0x4e, 0x2b, 0x60, 0xd8, 0x7f, 0xed, 0x53, 0x07, 0x6b, - 0x25, 0x31, 0xcd, 0x69, 0x2f, 0xf0, 0xb6, 0x25, 0xd8, 0xa0, 0x0e, 0x46, 0x4b, 0x30, 0xe5, 0xd0, - 0xc6, 0x01, 0x6e, 0x63, 0x47, 0x2b, 0x0b, 0x8a, 0xe8, 0x19, 0xbd, 0x0f, 0x13, 0x3e, 0xf6, 0x4c, - 0xe2, 0x6b, 0x15, 0x31, 0x97, 0x3b, 0xf1, 0x5c, 0xb6, 0x8f, 0xf6, 0x0d, 0x81, 0x92, 0xbb, 0x6f, - 0x28, 0x42, 0xae, 0x05, 0xd6, 0x99, 0x49, 0x5c, 0x6c, 0x6b, 0xd3, 0x83, 0xb5, 0x40, 0x91, 0xa2, - 0x35, 0x18, 0x67, 0x26, 0x71, 0x99, 0x36, 0x23, 0x78, 0xb4, 0xd4, 0x38, 0xc7, 0x1c, 0xa3, 0x86, - 0x91, 0x64, 0xfa, 0x1e, 0x4c, 0xa7, 0x11, 0xd7, 0xd3, 0x3e, 0xfd, 0xaf, 0x46, 0x61, 0x26, 0xf3, - 0x26, 0xff, 0x77, 0xf4, 0x78, 0x19, 0x8a, 0x8e, 0x79, 0x82, 0x9d, 0x1a, 0xb5, 0x03, 0xa1, 0xc6, - 0x53, 0x46, 0x0c, 0x40, 0xf7, 0xa1, 0x6c, 0xf9, 0xd8, 0x64, 0x78, 0xb7, 0x8d, 0x5d, 0x16, 0x48, - 0x45, 0x16, 0xba, 0x90, 0x82, 0x73, 0x7d, 0xb6, 0xb1, 0x83, 0x19, 0x16, 0x62, 0x26, 0x85, 0x98, - 0x04, 0x84, 0x6b, 0xe9, 0x89, 0x4f, 0xcf, 0xb1, 0x5b, 0xa3, 0xf6, 0x01, 0x97, 0xfe, 0x2b, 0xdc, - 0x51, 0x1a, 0xdd, 0x8d, 0x40, 0x8f, 0x61, 0x2e, 0x0d, 0x14, 0xcb, 0xa0, 0x15, 0x05, 0x7d, 0x1e, - 0x8a, 0xcb, 0x27, 0x2e, 0xe1, 0xdb, 0xc4, 0xb7, 0x0e, 0xfb, 0xe2, 0xc4, 0x80, 0x94, 0xdf, 0x85, - 0xd0, 0xbf, 0x82, 0xa5, 0xed, 0xda, 0xcb, 0x63, 0xd3, 0x6f, 0x60, 0xf6, 0x92, 0x11, 0x87, 0x7c, - 0x27, 0x14, 0x5a, 0x6d, 0xcd, 0x73, 0xd0, 0x98, 0x40, 0x6d, 0xb6, 0xb1, 0x6f, 0x36, 0x70, 0x82, - 0x42, 0xec, 0xd5, 0xb8, 0xd1, 0x13, 0xaf, 0xff, 0x57, 0x01, 0x8a, 0x06, 0x0e, 0x68, 0xcb, 0xe7, - 0xa7, 0xed, 0x29, 0x4c, 0x38, 0xa4, 0x49, 0x58, 0xa0, 0x15, 0x56, 0x46, 0x57, 0x4b, 0xeb, 0xf7, - 0xe2, 0xfd, 0x89, 0x88, 0xd6, 0x0e, 0x04, 0xc5, 0xae, 0xcb, 0xfc, 0x8e, 0xa1, 0xc8, 0xd1, 0xc7, - 0x30, 0xe5, 0xe3, 0x3f, 0x6d, 0xe1, 0x80, 0x05, 0xda, 0x88, 0x60, 0x7d, 0x2b, 0x8f, 0xd5, 0x50, - 0x34, 0x92, 0x39, 0x62, 0x59, 0xfa, 0x10, 0x4a, 0x09, 0xa9, 0x5c, 0x6b, 0xce, 0x71, 0x47, 0xcc, - 0xbd, 0x68, 0xf0, 0x9f, 0x5c, 0x15, 0x84, 0xff, 0x50, 0x9a, 0x24, 0x1f, 0x9e, 0x8f, 0x3c, 0x2b, - 0x2c, 0xfd, 0x02, 0x2a, 0x29, 0xa9, 0x57, 0x61, 0xd6, 0xbf, 0x82, 0x95, 0x1d, 0x7c, 0x6a, 0xb6, - 0x1c, 0x56, 0xa3, 0xf6, 0x0e, 0x09, 0xfc, 0x96, 0xc7, 0x57, 0x65, 0xab, 0x65, 0x37, 0xf0, 0xcd, - 0x8e, 0xd0, 0x97, 0xb0, 0xa8, 0x24, 0x47, 0x6f, 0xaf, 0xe4, 0x25, 0x97, 0x4a, 0x0a, 0xcc, 0x5b, - 0xaa, 0xf0, 0x9d, 0xd4, 0x01, 0x8f, 0x58, 0xf4, 0xff, 0x28, 0xc3, 0xdc, 0x6e, 0xc3, 0xc7, 0x41, - 0xf0, 0x99, 0xc9, 0xf0, 0x85, 0xd9, 0x51, 0x62, 0xf7, 0xa0, 0x6a, 0xb6, 0x18, 0x0d, 0x2c, 0xd3, - 0xc1, 0xbb, 0x43, 0xcf, 0xb7, 0x8b, 0x07, 0xe9, 0x50, 0x8e, 0x60, 0x87, 0xe6, 0xa5, 0x72, 0x79, - 0x29, 0x58, 0x9a, 0x86, 0xb8, 0xca, 0xfd, 0xa5, 0x60, 0xe8, 0x39, 0x8c, 0x5a, 0x5e, 0x4b, 0x1c, - 0xd0, 0xd2, 0xfa, 0xdb, 0x09, 0xcb, 0xd5, 0x53, 0x8f, 0xc5, 0x29, 0xe5, 0x4c, 0xc9, 0x25, 0x9f, - 0x1c, 0xde, 0xd6, 0xac, 0xc3, 0x28, 0x76, 0xdb, 0xe2, 0x90, 0x0e, 0xe1, 0x1f, 0x0c, 0x4e, 0x8c, - 0x36, 0x61, 0x42, 0xd8, 0x0e, 0xe9, 0x81, 0x4a, 0xeb, 0xef, 0xc6, 0x6c, 0x39, 0x8b, 0xbc, 0x26, - 0x0e, 0x70, 0xa4, 0xfa, 0xe2, 0x01, 0x21, 0x18, 0x73, 0xf9, 0xe1, 0xbd, 0x23, 0x94, 0x4b, 0xfc, - 0x46, 0x9f, 0x43, 0xd9, 0xa5, 0x36, 0xae, 0x63, 0x07, 0x5b, 0x8c, 0xfa, 0x57, 0xf2, 0x59, 0x29, - 0xce, 0x1c, 0xff, 0x57, 0xba, 0x81, 0xff, 0xa3, 0xb0, 0x2c, 0x20, 0x8c, 0x6c, 0x9e, 0x9e, 0x72, - 0x33, 0xd3, 0x11, 0x6f, 0x14, 0xcd, 0xb3, 0x2c, 0x64, 0xff, 0x34, 0x2d, 0xbb, 0xee, 0x10, 0x0b, - 0xbf, 0x38, 0xed, 0x31, 0x44, 0x5f, 0x81, 0xe8, 0x02, 0x56, 0x32, 0xf8, 0x63, 0xec, 0x37, 0xd3, - 0x83, 0x56, 0xae, 0x3e, 0xe8, 0x40, 0xa1, 0xe8, 0x21, 0x8c, 0x7b, 0xd4, 0x67, 0x81, 0x36, 0x2d, - 0xf6, 0x75, 0x21, 0x96, 0x5e, 0xe3, 0xe0, 0xd0, 0x6f, 0x0a, 0x1a, 0xf4, 0x73, 0x28, 0xfa, 0xe1, - 0xc1, 0x53, 0xbe, 0x76, 0x2e, 0xe7, 0x4c, 0x8a, 0xa1, 0x63, 0x4a, 0xf4, 0x11, 0x54, 0x02, 0x6c, - 0xf9, 0x98, 0xbd, 0xa2, 0x4e, 0xab, 0x89, 0x03, 0xad, 0x2a, 0xc6, 0x5a, 0x8c, 0x59, 0xeb, 0x09, - 0xb4, 0x91, 0x26, 0x46, 0x35, 0x40, 0x01, 0xf6, 0xdb, 0xc4, 0xc2, 0xc9, 0xdd, 0x9d, 0x1d, 0x52, - 0x7b, 0x73, 0x78, 0xb9, 0x26, 0xf2, 0xe8, 0x5a, 0x43, 0x52, 0x13, 0xf9, 0x6f, 0xf4, 0x10, 0xc6, - 0xbe, 0x6b, 0x7b, 0xae, 0x36, 0x97, 0xf5, 0xb7, 0xdf, 0x60, 0x9f, 0xbe, 0xaa, 0x1d, 0xa9, 0x85, - 0x10, 0x44, 0xe8, 0x10, 0x4a, 0x8c, 0x3a, 0xd8, 0x57, 0x73, 0x99, 0xbf, 0xfa, 0xc6, 0x24, 0xf9, - 0xd1, 0x01, 0xcc, 0xf8, 0xd4, 0x71, 0x88, 0xdb, 0x38, 0x34, 0x2f, 0xeb, 0x2d, 0xbf, 0x81, 0xb5, - 0x05, 0x21, 0xf2, 0x6e, 0x97, 0xdb, 0x7f, 0xe1, 0x4b, 0x69, 0x7b, 0xd4, 0xaf, 0x6d, 0x09, 0x49, - 0x59, 0x56, 0xf4, 0x15, 0x2c, 0xc4, 0xa0, 0x97, 0xae, 0xd9, 0x36, 0x89, 0xc3, 0x0f, 0xbe, 0xb6, - 0x38, 0xb4, 0xcc, 0x7c, 0x01, 0xe8, 0x10, 0x2a, 0x96, 0x58, 0x86, 0x70, 0x1f, 0x6f, 0x5f, 0xe9, - 0xc5, 0x8d, 0x34, 0x37, 0xfa, 0x35, 0xcc, 0x9b, 0xb6, 0x4d, 0xf8, 0x1a, 0x98, 0x4e, 0xe4, 0xc7, - 0x03, 0x4d, 0xbb, 0x9a, 0xd4, 0x5c, 0x21, 0xe8, 0x19, 0x14, 0xfd, 0x96, 0xbb, 0x19, 0x18, 0x94, - 0x32, 0x6d, 0x69, 0xa0, 0x71, 0x8c, 0x89, 0x85, 0x8f, 0x8d, 0xcd, 0xd7, 0x95, 0xdc, 0xe4, 0xbf, - 0x17, 0x60, 0x5a, 0x19, 0xc2, 0xd0, 0x8b, 0x1d, 0xc1, 0x9c, 0xc8, 0xef, 0x5e, 0x63, 0x61, 0x26, - 0x1b, 0x12, 0xab, 0x3c, 0xce, 0x9b, 0x7d, 0xad, 0xa8, 0x81, 0x04, 0xe7, 0x6e, 0x92, 0x31, 0x69, - 0xf2, 0x47, 0x86, 0x37, 0xf9, 0x7f, 0x04, 0xf3, 0x72, 0x16, 0xc4, 0x4d, 0x4d, 0x63, 0x2c, 0xab, - 0x12, 0xfb, 0x6e, 0xce, 0x3c, 0xe4, 0x1b, 0xec, 0xa7, 0x58, 0xf5, 0xdf, 0xcf, 0x42, 0xf9, 0x33, - 0x87, 0x9e, 0x88, 0x55, 0xe7, 0x6f, 0xba, 0x0a, 0x63, 0xa6, 0x6f, 0x9d, 0xa9, 0x57, 0x9b, 0x8f, - 0x65, 0xc6, 0x89, 0xa3, 0x21, 0x28, 0x78, 0x14, 0x28, 0x35, 0x81, 0xaf, 0x77, 0x94, 0xc3, 0x68, - 0xeb, 0x32, 0x0a, 0xcc, 0x41, 0x71, 0xa7, 0xad, 0x74, 0xc7, 0x74, 0x88, 0x2d, 0x23, 0xb6, 0xd1, - 0xc1, 0x4e, 0x3b, 0xcb, 0x83, 0x3e, 0x87, 0x7b, 0xb6, 0x8c, 0x36, 0xe4, 0x84, 0x5e, 0x91, 0x80, - 0x9c, 0x10, 0x87, 0xb0, 0x4e, 0x1d, 0x33, 0x46, 0xdc, 0x46, 0xa0, 0x6d, 0x88, 0x0c, 0x6b, 0x10, - 0x19, 0x7a, 0x05, 0x73, 0x8a, 0xe4, 0x28, 0xe9, 0xc0, 0x26, 0xae, 0xe0, 0x74, 0xf2, 0x04, 0x20, - 0x17, 0x96, 0xec, 0x9e, 0x91, 0x96, 0xf2, 0xf2, 0x0f, 0x62, 0xf1, 0x83, 0xa2, 0x32, 0x31, 0x50, - 0x1f, 0x89, 0xa8, 0x06, 0x55, 0x3b, 0x13, 0x7f, 0x89, 0x70, 0x3c, 0xf5, 0x12, 0xf9, 0x11, 0x9a, - 0x90, 0xdd, 0xc5, 0x8d, 0x7e, 0x0d, 0x48, 0xc1, 0x8e, 0x13, 0x36, 0xf2, 0xe9, 0xd5, 0x6d, 0x64, - 0x8e, 0x98, 0x30, 0x4f, 0x2a, 0xc7, 0x79, 0xd2, 0x2a, 0xcc, 0x88, 0x7c, 0xa7, 0x16, 0xe7, 0xec, - 0x15, 0x99, 0x50, 0x67, 0xc0, 0xe8, 0x01, 0x54, 0x23, 0x90, 0x74, 0x38, 0x81, 0xf6, 0x8e, 0xd8, - 0xed, 0x2e, 0x38, 0xba, 0x0f, 0xd3, 0x42, 0xe9, 0x63, 0xed, 0x9c, 0x96, 0xe9, 0x6f, 0x1a, 0xca, - 0xcd, 0x8c, 0x43, 0x1b, 0x9b, 0xc1, 0x17, 0x01, 0x75, 0xb5, 0xb7, 0x07, 0x9b, 0x99, 0x88, 0x18, - 0x3d, 0x85, 0x49, 0x87, 0x36, 0x1a, 0xc4, 0x6d, 0x28, 0x5f, 0x96, 0x30, 0x06, 0xf2, 0x5c, 0x1d, - 0x48, 0xb4, 0x3a, 0x3a, 0x21, 0x35, 0xda, 0x86, 0x4a, 0x13, 0x07, 0x67, 0xbb, 0x97, 0x9e, 0xe9, - 0x06, 0xfc, 0x20, 0xa0, 0x2c, 0xfb, 0x61, 0x12, 0xad, 0xd8, 0xd3, 0x3c, 0x68, 0x11, 0x26, 0x38, - 0x60, 0x7f, 0x47, 0xfb, 0xb9, 0x78, 0x2f, 0xf5, 0x84, 0x76, 0xa0, 0xcc, 0x7f, 0x1d, 0x61, 0x76, - 0x41, 0xfd, 0xf3, 0x40, 0xb9, 0xc3, 0xc1, 0x6e, 0x36, 0xc5, 0x85, 0x3e, 0x85, 0x72, 0xb3, 0xe5, - 0x30, 0xa2, 0x0a, 0x05, 0xca, 0xf3, 0x2c, 0x27, 0x66, 0x98, 0xc0, 0xaa, 0x09, 0xa6, 0x38, 0x90, - 0x06, 0x93, 0xae, 0x94, 0xa6, 0xfd, 0x54, 0x4c, 0x30, 0x7c, 0x44, 0x4f, 0x60, 0xd1, 0xa3, 0xf6, - 0xce, 0x51, 0xbd, 0x8e, 0xb9, 0x31, 0x49, 0xd4, 0x46, 0x1e, 0x8a, 0xbd, 0xec, 0x81, 0x45, 0xbf, - 0x85, 0x65, 0xda, 0x24, 0xac, 0x4e, 0x6c, 0x6c, 0x99, 0xfe, 0xbe, 0xfb, 0xad, 0x38, 0x6f, 0x72, - 0xf0, 0x43, 0xd3, 0xd3, 0xee, 0x0f, 0xdc, 0xbc, 0xbe, 0xfc, 0xe8, 0x13, 0x28, 0x53, 0x37, 0xae, - 0xc8, 0x28, 0xdf, 0xd8, 0x4f, 0x5e, 0x8a, 0x1e, 0x19, 0xb0, 0x48, 0x3d, 0xae, 0xe7, 0xd4, 0x3f, - 0x34, 0x5d, 0xb3, 0x81, 0xbf, 0xc4, 0x27, 0x67, 0x94, 0x9e, 0x07, 0xda, 0xbb, 0x03, 0x25, 0xf5, - 0xe0, 0x44, 0x8f, 0x61, 0xd6, 0xf3, 0x09, 0xf5, 0x09, 0xeb, 0x6c, 0x3b, 0x66, 0x10, 0x88, 0xe4, - 0xf9, 0x8d, 0x28, 0xd3, 0xef, 0x46, 0x8a, 0x70, 0xd0, 0xa7, 0x97, 0x1d, 0x6d, 0x59, 0x0c, 0x9a, - 0x0c, 0x07, 0x39, 0x38, 0x0a, 0x07, 0xf9, 0x03, 0x7a, 0x0a, 0x45, 0xf1, 0x63, 0xdf, 0x25, 0x4c, - 0x7b, 0x33, 0x5b, 0xe2, 0xa9, 0x85, 0x28, 0xc5, 0x14, 0xd3, 0xa2, 0x77, 0x60, 0x34, 0xb0, 0x03, - 0xed, 0x6e, 0x36, 0x82, 0xac, 0xef, 0xd4, 0x15, 0x31, 0xc7, 0x87, 0x25, 0x90, 0x7b, 0x43, 0x94, - 0x40, 0xd6, 0x60, 0x82, 0xf9, 0xa6, 0x85, 0x7d, 0xed, 0x2d, 0x41, 0x9d, 0x88, 0x2d, 0x8f, 0x05, - 0x3c, 0xac, 0x33, 0x49, 0x2a, 0xb4, 0x02, 0x25, 0xe6, 0xb7, 0x02, 0xb6, 0x43, 0x9b, 0x26, 0x71, - 0x35, 0x5d, 0xe8, 0x58, 0x12, 0x84, 0xd6, 0x61, 0xa2, 0x15, 0xe0, 0xc3, 0xed, 0x9a, 0xf6, 0x93, - 0x81, 0xeb, 0xaf, 0x28, 0xd1, 0x1a, 0x20, 0x1f, 0x37, 0x29, 0xc3, 0x35, 0xe2, 0x50, 0xb6, 0x69, - 0xdb, 0xdc, 0x61, 0x6a, 0x8f, 0x85, 0xf0, 0x1c, 0x0c, 0x9f, 0xb5, 0xb0, 0x27, 0xb6, 0xf6, 0x24, - 0x3b, 0xeb, 0x7d, 0x01, 0x0f, 0x67, 0x2d, 0xa9, 0xd0, 0x7b, 0x30, 0xeb, 0x71, 0xfe, 0x6d, 0xec, - 0xb3, 0x9a, 0x4f, 0xdb, 0xc4, 0xc6, 0xbe, 0xf6, 0x4c, 0x16, 0x43, 0xba, 0x10, 0x68, 0x19, 0x8a, - 0xdf, 0x5e, 0x30, 0x65, 0x13, 0x3f, 0x94, 0x85, 0xca, 0x08, 0x20, 0xf6, 0x80, 0x05, 0xda, 0xf3, - 0xae, 0x3d, 0x38, 0x8e, 0xf7, 0x80, 0x05, 0x68, 0x89, 0x67, 0xe1, 0x6d, 0x22, 0x0c, 0xcd, 0x2f, - 0x64, 0x7d, 0x2f, 0x7c, 0x46, 0x5b, 0x30, 0xdd, 0xa4, 0x2d, 0x97, 0x1d, 0x32, 0x27, 0xe0, 0x23, - 0x07, 0xda, 0x47, 0x03, 0x97, 0x2a, 0xc3, 0x21, 0xaa, 0xa9, 0x66, 0xb8, 0x52, 0x1f, 0xab, 0x6a, - 0x6a, 0x08, 0xe0, 0x23, 0xe0, 0x4b, 0x86, 0x7d, 0xd7, 0x74, 0xe4, 0x82, 0x68, 0x9f, 0x0c, 0x1e, - 0x21, 0xcd, 0x81, 0x3e, 0x85, 0x8a, 0x85, 0x5d, 0xe6, 0x47, 0x22, 0x7e, 0x39, 0x50, 0x44, 0x9a, - 0x41, 0xff, 0x19, 0x14, 0xa3, 0x55, 0xe1, 0x9a, 0xa3, 0x52, 0x0a, 0x9e, 0x20, 0xa9, 0x0a, 0x78, - 0x12, 0xa4, 0x1b, 0x50, 0x4e, 0xee, 0x9e, 0x78, 0x09, 0x11, 0x87, 0x6d, 0xba, 0xa6, 0xd3, 0x09, - 0x48, 0x30, 0x44, 0xe4, 0x96, 0xe1, 0xd0, 0x1f, 0xc2, 0x5c, 0x8e, 0x53, 0xe0, 0xa1, 0xa8, 0x23, - 0x4a, 0xaf, 0x32, 0x3c, 0x95, 0x0f, 0xfa, 0xdf, 0x55, 0x61, 0x3e, 0x2f, 0x90, 0xfb, 0x7f, 0x55, - 0xfb, 0xe0, 0xdb, 0xda, 0x0a, 0x18, 0x6d, 0xd6, 0xe5, 0xd2, 0xab, 0xd0, 0xab, 0xff, 0xb6, 0x26, - 0x19, 0x92, 0xa1, 0x34, 0x5c, 0xb9, 0x7a, 0x52, 0xba, 0x4a, 0xf5, 0x64, 0x2b, 0xaa, 0x9e, 0xcc, - 0x88, 0xcc, 0xf7, 0x41, 0xff, 0x80, 0x3b, 0xb7, 0x7c, 0x72, 0x1f, 0xa6, 0x1d, 0x6a, 0xda, 0x5b, - 0xa6, 0x63, 0xba, 0x16, 0xf6, 0xf7, 0x6b, 0x5a, 0x55, 0x46, 0x24, 0x69, 0x28, 0x7a, 0x0e, 0x5a, - 0x12, 0x52, 0x17, 0x51, 0x99, 0x61, 0xba, 0x0d, 0xcc, 0x93, 0x66, 0xee, 0x21, 0x7b, 0xe2, 0xd1, - 0x2e, 0xa0, 0x54, 0x98, 0x20, 0x4a, 0x00, 0x1a, 0xea, 0x57, 0x19, 0xc8, 0x61, 0x88, 0x2a, 0x3d, - 0xef, 0xf5, 0xa9, 0xf4, 0xcc, 0xfd, 0x80, 0x95, 0x9e, 0xf9, 0x1f, 0xb1, 0xd2, 0xb3, 0xf0, 0xbf, - 0x51, 0xe9, 0x59, 0xfc, 0x51, 0x2b, 0x3d, 0xb7, 0x87, 0xa8, 0xf4, 0xdc, 0x87, 0xb2, 0x8f, 0x3d, - 0x87, 0x58, 0xe6, 0x36, 0xb7, 0xd7, 0x22, 0x27, 0xaf, 0xc8, 0xcd, 0x48, 0xc2, 0xd1, 0x56, 0xb2, - 0x22, 0x74, 0xe7, 0x0a, 0xfb, 0xd0, 0xaf, 0x3c, 0xf4, 0xc6, 0xcd, 0xcb, 0x43, 0xcb, 0x3f, 0x40, - 0x79, 0xe8, 0xcd, 0x44, 0x79, 0xe8, 0x89, 0x2a, 0x0f, 0xc9, 0x90, 0x45, 0xef, 0x75, 0x7e, 0xbf, - 0x69, 0x7b, 0x6e, 0xaa, 0x52, 0x94, 0x53, 0xda, 0xb9, 0xf7, 0x23, 0x94, 0x76, 0x56, 0x6e, 0x5a, - 0xda, 0xd9, 0x80, 0x85, 0xd0, 0x6d, 0x1e, 0xfb, 0xe6, 0xe9, 0x29, 0xb1, 0x54, 0xdc, 0x20, 0x23, - 0xa3, 0x7c, 0x64, 0xb6, 0x0e, 0xf6, 0x93, 0x1b, 0xd6, 0xc1, 0x7e, 0x05, 0x65, 0x55, 0x9f, 0x90, - 0x86, 0xe7, 0xed, 0xab, 0x15, 0x82, 0x52, 0xcc, 0x3d, 0xab, 0x4b, 0xef, 0xfc, 0x10, 0xd5, 0xa5, - 0xae, 0x4a, 0xd8, 0xfd, 0x1b, 0x55, 0xc2, 0x52, 0xc5, 0xaa, 0x9f, 0xfd, 0x0f, 0x15, 0xab, 0xce, - 0x40, 0xeb, 0xa5, 0xbc, 0xd7, 0xbc, 0xc4, 0x5c, 0x84, 0x89, 0xa0, 0x75, 0x7a, 0x4a, 0x2e, 0xd5, - 0x60, 0xea, 0x49, 0xff, 0x33, 0x98, 0xcb, 0x49, 0x49, 0xaf, 0x39, 0x88, 0x8c, 0xcb, 0xf7, 0x0f, - 0xb6, 0x86, 0x88, 0xa2, 0x14, 0xa5, 0xfe, 0xfb, 0x02, 0xa0, 0xee, 0x94, 0xf3, 0x9a, 0x13, 0x58, - 0x81, 0x92, 0xba, 0x17, 0x17, 0xe9, 0x94, 0x7c, 0xd5, 0x24, 0x88, 0xa7, 0x01, 0x0d, 0x11, 0xac, - 0xc9, 0x54, 0xa2, 0x2e, 0xd7, 0x64, 0x54, 0xa6, 0x01, 0xdd, 0x18, 0xf4, 0x05, 0x20, 0xe2, 0x8a, - 0x0b, 0xfd, 0x5d, 0xb7, 0x4d, 0x3b, 0x7b, 0xc4, 0xe1, 0x49, 0xf3, 0xd8, 0xc0, 0x29, 0xe5, 0x70, - 0xe9, 0x7f, 0x51, 0x80, 0x37, 0x5e, 0xb4, 0xd8, 0x09, 0x6d, 0xb9, 0x76, 0xea, 0xb0, 0xaa, 0x77, - 0xfe, 0x04, 0xc6, 0x9a, 0xd4, 0x96, 0xd3, 0x9e, 0x4e, 0x06, 0x22, 0x7d, 0x98, 0xd6, 0x0e, 0xa9, - 0x8d, 0x0d, 0xc1, 0xa7, 0xaf, 0xc2, 0x18, 0x7f, 0x42, 0x15, 0x28, 0x6e, 0x1e, 0x1c, 0xbc, 0xf8, - 0xf2, 0xf5, 0xe6, 0xd1, 0xd7, 0xd5, 0x5b, 0x68, 0x16, 0x2a, 0xc6, 0xee, 0x67, 0xfb, 0xf5, 0x63, - 0xe3, 0xeb, 0xd7, 0x2f, 0x8e, 0x0e, 0xbe, 0xae, 0x16, 0xf4, 0x3f, 0x94, 0xa1, 0x24, 0xb2, 0x9d, - 0x1b, 0xad, 0x76, 0x5e, 0xc8, 0x3a, 0x72, 0xd3, 0x90, 0xb5, 0x47, 0x38, 0x9a, 0x0d, 0x6b, 0xc7, - 0x72, 0xc2, 0xda, 0xac, 0x63, 0x1c, 0xef, 0xe1, 0x18, 0xa3, 0x3b, 0xf9, 0x89, 0xe4, 0x9d, 0xfc, - 0xdb, 0x50, 0x11, 0x09, 0x68, 0xdd, 0x6c, 0x7a, 0xdc, 0x0a, 0x8b, 0x4b, 0xb8, 0x82, 0x91, 0x06, - 0xa6, 0xaf, 0x59, 0x8a, 0x43, 0x5f, 0xb3, 0xac, 0xc2, 0x8c, 0x34, 0x2b, 0x71, 0x11, 0x02, 0x54, - 0x6b, 0x49, 0x1a, 0x1c, 0xc6, 0xdd, 0xa5, 0xeb, 0xc4, 0xdd, 0xd9, 0x40, 0xae, 0x7c, 0xed, 0x40, - 0xce, 0x82, 0x7b, 0xe7, 0x18, 0x7b, 0xa6, 0x43, 0xda, 0x7c, 0x69, 0x79, 0x58, 0x2e, 0x8e, 0xa6, - 0x8b, 0x2d, 0x3e, 0xf0, 0x66, 0x03, 0x47, 0x7d, 0x23, 0xd9, 0x9d, 0xde, 0x51, 0x5d, 0x4f, 0xc6, - 0x20, 0x09, 0xe8, 0x00, 0xaa, 0x36, 0xf6, 0x1c, 0xda, 0x69, 0x62, 0x97, 0x49, 0x53, 0xa9, 0x3a, - 0x4b, 0x06, 0x07, 0x07, 0x5d, 0x9c, 0xdc, 0x50, 0x5b, 0x51, 0xc5, 0x08, 0x0d, 0x36, 0xd4, 0x11, - 0x71, 0xa2, 0x9c, 0x30, 0x3f, 0x74, 0x39, 0x41, 0xa5, 0x1a, 0x0b, 0x57, 0x49, 0x35, 0x72, 0x02, - 0x0e, 0xed, 0x47, 0x08, 0x38, 0xee, 0xdc, 0xfc, 0x2e, 0x29, 0x15, 0x3a, 0x2c, 0xdd, 0x30, 0x74, - 0x38, 0x83, 0xb7, 0xa4, 0xc5, 0xa8, 0xf1, 0xe5, 0xb4, 0xa8, 0x53, 0x77, 0x09, 0x8f, 0x84, 0xf9, - 0x44, 0x42, 0xcb, 0xa6, 0x82, 0xc2, 0x7e, 0x2b, 0x3f, 0x58, 0x08, 0x3a, 0x85, 0x95, 0x9e, 0x44, - 0xfb, 0xae, 0x1c, 0xe8, 0xcd, 0x81, 0x03, 0x0d, 0x94, 0x91, 0x93, 0xe6, 0xdc, 0xbd, 0x41, 0x9a, - 0xf3, 0x4b, 0x28, 0x4b, 0x5d, 0x94, 0xf9, 0x9e, 0x0a, 0x42, 0xdf, 0x48, 0xe4, 0x00, 0xb1, 0xa5, - 0x56, 0x29, 0x61, 0x8a, 0x01, 0x3d, 0x83, 0xdb, 0xdf, 0x5e, 0x9c, 0x07, 0xdc, 0xf8, 0x38, 0x6d, - 0xec, 0xef, 0x5e, 0x32, 0xdf, 0xe4, 0x11, 0xc8, 0xf6, 0xa6, 0x08, 0x3e, 0x8b, 0x46, 0x2f, 0x34, - 0xfa, 0x00, 0x26, 0x3d, 0xa7, 0xd5, 0x20, 0x6e, 0xa0, 0x6a, 0x73, 0x77, 0x72, 0x76, 0x59, 0xbe, - 0x83, 0x11, 0x52, 0x86, 0x75, 0x7e, 0xbd, 0xab, 0x1f, 0xea, 0x27, 0x83, 0x8b, 0x81, 0xfa, 0x3f, - 0x14, 0x00, 0x89, 0xf7, 0x51, 0xf1, 0x8d, 0x72, 0x40, 0xf7, 0x61, 0x5a, 0x45, 0x88, 0x61, 0xc9, - 0xa0, 0xa0, 0x6a, 0xfa, 0x29, 0x28, 0x7a, 0x09, 0x0b, 0x24, 0x62, 0x64, 0x5c, 0x7d, 0xb1, 0x7f, - 0x18, 0xfb, 0xcc, 0x44, 0xaf, 0x4f, 0x2e, 0x99, 0x91, 0xcf, 0xcd, 0xbd, 0x4b, 0x88, 0x70, 0xcc, - 0x20, 0x50, 0xf1, 0x40, 0x0a, 0xa6, 0xef, 0xc3, 0xac, 0x98, 0x78, 0xca, 0x65, 0x5f, 0xaf, 0xb1, - 0x86, 0xc1, 0xcc, 0x31, 0x76, 0x70, 0x13, 0x33, 0xff, 0x46, 0x82, 0xd0, 0x43, 0x18, 0x69, 0xaf, - 0xab, 0xdb, 0xb6, 0x84, 0xc2, 0x44, 0xc2, 0x5f, 0xad, 0xab, 0x8c, 0x67, 0xa4, 0xbd, 0xae, 0xff, - 0xf5, 0x28, 0xcc, 0x76, 0x61, 0xae, 0x39, 0xf0, 0x57, 0x30, 0xdb, 0xc4, 0xcc, 0xb4, 0x4d, 0x66, - 0xbe, 0xc6, 0x97, 0xd6, 0x99, 0xe9, 0xaa, 0x16, 0xb7, 0xd2, 0xfa, 0xc3, 0xdc, 0x79, 0x1c, 0x2a, - 0xea, 0x5d, 0x45, 0xac, 0xe6, 0x55, 0x6d, 0x66, 0xe0, 0x68, 0x17, 0xc0, 0xf3, 0x69, 0x13, 0xb3, - 0x33, 0xdc, 0x0a, 0xab, 0x71, 0xef, 0xe4, 0x8a, 0xac, 0x45, 0x64, 0x4a, 0x58, 0x82, 0x11, 0x7d, - 0x0e, 0xa5, 0x80, 0x99, 0xd6, 0xb9, 0xed, 0x93, 0x36, 0xf6, 0xd5, 0x12, 0xdd, 0xcf, 0x95, 0x53, - 0xe7, 0x74, 0x3b, 0x82, 0x4e, 0x09, 0x4a, 0xb2, 0xa2, 0x3f, 0x86, 0x59, 0xd3, 0xb2, 0x70, 0x10, - 0xbc, 0x76, 0x68, 0xe3, 0xb5, 0x17, 0xb7, 0x9e, 0x96, 0xd6, 0x1f, 0xe7, 0xca, 0xdb, 0x14, 0xd4, - 0x07, 0xb4, 0x21, 0x35, 0x45, 0x06, 0x7f, 0x4a, 0xf2, 0x8c, 0x99, 0x46, 0xea, 0x26, 0xbc, 0x35, - 0x70, 0x95, 0xd0, 0x47, 0x50, 0xba, 0x30, 0x83, 0xe6, 0xf0, 0x31, 0x56, 0x92, 0x5c, 0xff, 0x97, - 0x51, 0x78, 0xa3, 0xcf, 0xb2, 0x5d, 0x53, 0x03, 0x6e, 0x34, 0x27, 0xf4, 0x9b, 0x30, 0x1e, 0x7a, - 0x4d, 0xdb, 0xd8, 0xf7, 0x89, 0x8d, 0xd5, 0x16, 0x6d, 0x0c, 0xb5, 0xd5, 0x6b, 0xf2, 0xcf, 0x0b, - 0xc5, 0x6b, 0x4c, 0x5b, 0xa9, 0xe7, 0xa5, 0xef, 0x0b, 0x30, 0x9d, 0x26, 0x41, 0xcf, 0x61, 0x32, - 0x7d, 0xc1, 0x3f, 0xd8, 0x69, 0x87, 0x0c, 0xe8, 0x73, 0x6e, 0x9d, 0x84, 0xe9, 0x57, 0x57, 0x4c, - 0xea, 0x75, 0x07, 0x8b, 0xc8, 0xf0, 0xa1, 0x2f, 0x60, 0x86, 0x2a, 0x6f, 0x15, 0x8a, 0x1a, 0x1d, - 0x52, 0x54, 0x96, 0x51, 0xff, 0x9b, 0x71, 0x58, 0xee, 0xa7, 0xc6, 0xd7, 0xdc, 0xd8, 0x67, 0xf1, - 0xe5, 0xe7, 0xc0, 0x4d, 0x15, 0xfe, 0x2c, 0xba, 0xfd, 0x7c, 0x0e, 0xd0, 0xa4, 0x2e, 0x61, 0x94, - 0x4f, 0x7c, 0x88, 0x1e, 0x80, 0x04, 0x35, 0x7a, 0x02, 0x53, 0x8c, 0x7a, 0xd4, 0xa1, 0x8d, 0xce, - 0x10, 0xd9, 0x55, 0x44, 0x8b, 0x76, 0x60, 0xc6, 0x26, 0x01, 0x9f, 0x79, 0x14, 0x4a, 0x0c, 0x2e, - 0x36, 0x67, 0x59, 0xf8, 0x06, 0xa7, 0x35, 0x48, 0x1d, 0xf0, 0x21, 0x36, 0x38, 0xcd, 0x87, 0xbe, - 0x85, 0x85, 0x70, 0x9f, 0x22, 0x3b, 0x20, 0xd6, 0x72, 0x52, 0x38, 0xa8, 0x8d, 0xe1, 0x2c, 0xd0, - 0x5a, 0x8a, 0xd7, 0xc8, 0x17, 0x89, 0xce, 0x60, 0x5e, 0xa9, 0x57, 0x7a, 0xa8, 0xa9, 0x1b, 0x0c, - 0x95, 0x2b, 0x51, 0xdf, 0x80, 0x4a, 0x7a, 0xe8, 0x29, 0x18, 0x3b, 0x7a, 0x71, 0xb4, 0x5b, 0xbd, - 0xc5, 0x7f, 0xed, 0xbd, 0x3c, 0x38, 0xa8, 0x16, 0xd0, 0x0c, 0x94, 0x76, 0x0d, 0xe3, 0x85, 0x51, - 0x97, 0x59, 0xe6, 0x88, 0xfe, 0xf7, 0x05, 0xb8, 0x3f, 0x9c, 0x5d, 0xbc, 0xa6, 0xaa, 0x7e, 0x06, - 0xb3, 0x0e, 0x6d, 0x7c, 0x49, 0x5c, 0x9b, 0x5e, 0x84, 0x69, 0x87, 0x52, 0xda, 0x3e, 0x79, 0x49, - 0x37, 0x8f, 0xbe, 0xab, 0x7c, 0x7b, 0x32, 0xc8, 0x42, 0x8f, 0x61, 0x2e, 0x68, 0x9d, 0x04, 0x96, - 0x4f, 0x4e, 0xb0, 0x1d, 0x77, 0x60, 0x14, 0x44, 0xa1, 0x3e, 0x0f, 0xa5, 0xff, 0x65, 0x01, 0x4a, - 0x89, 0x82, 0x6d, 0x54, 0x6c, 0x2f, 0x24, 0x8a, 0xed, 0x08, 0xc6, 0x3c, 0xea, 0x33, 0x31, 0xcd, - 0x71, 0x43, 0xfc, 0x46, 0x4b, 0x30, 0xc5, 0xb3, 0x2f, 0x71, 0x69, 0x35, 0x2a, 0xe0, 0xd1, 0x33, - 0xba, 0x0b, 0x20, 0x1b, 0x9f, 0x05, 0x76, 0x4c, 0x60, 0x13, 0x10, 0xce, 0xeb, 0xa9, 0x48, 0x55, - 0x7d, 0x10, 0x11, 0x3d, 0xeb, 0xff, 0x3c, 0x09, 0xa5, 0xc4, 0xdd, 0x30, 0x97, 0xc5, 0x13, 0x66, - 0x79, 0x41, 0xae, 0x3a, 0xd2, 0x13, 0x10, 0x9e, 0x02, 0xab, 0x5a, 0x89, 0xba, 0x7b, 0x95, 0x02, - 0xd3, 0x40, 0xf4, 0x1e, 0xcc, 0x5a, 0xb4, 0xe9, 0x51, 0x97, 0xe7, 0x5e, 0xe1, 0xf7, 0x05, 0x32, - 0x95, 0xee, 0x46, 0xc4, 0x37, 0x6c, 0xdb, 0xd4, 0xc7, 0x3b, 0xad, 0xa6, 0xa7, 0xb2, 0xe6, 0x21, - 0x6e, 0xd8, 0x42, 0x0e, 0xbe, 0x13, 0xea, 0xab, 0x0a, 0x15, 0x81, 0xcb, 0x1a, 0xa4, 0xec, 0x34, - 0xc9, 0x43, 0xf1, 0x7c, 0x3b, 0x04, 0xd7, 0xd4, 0x05, 0x8b, 0xea, 0x3c, 0xc9, 0x80, 0xe3, 0x62, - 0xc0, 0x74, 0xb2, 0x18, 0xb0, 0x0a, 0x33, 0xaa, 0x80, 0x13, 0xf1, 0x57, 0x55, 0xe7, 0x4a, 0x1a, - 0x9c, 0xfa, 0xc8, 0x02, 0x65, 0x3e, 0xb2, 0x78, 0xce, 0x63, 0x19, 0xd2, 0x26, 0x0e, 0x6e, 0x60, - 0x5b, 0x5d, 0xab, 0xf4, 0x35, 0x88, 0x31, 0x35, 0xda, 0x82, 0x65, 0x1f, 0x9b, 0x36, 0x71, 0x71, - 0x10, 0xec, 0xbb, 0x84, 0x11, 0xd3, 0xd9, 0xc1, 0x8e, 0xd9, 0xa9, 0x63, 0x8b, 0xba, 0xb6, 0xbc, - 0x58, 0xa9, 0x18, 0x7d, 0x69, 0xd0, 0x13, 0x58, 0x8c, 0xf0, 0x35, 0xec, 0x13, 0x6a, 0x87, 0xdc, - 0x0b, 0x82, 0xbb, 0x07, 0x16, 0x7d, 0x04, 0x77, 0x22, 0xcc, 0x9e, 0x49, 0x9c, 0x96, 0x8f, 0x8f, - 0xcf, 0x7c, 0x1c, 0x9c, 0x51, 0xc7, 0x16, 0x17, 0x20, 0x15, 0xa3, 0x37, 0x01, 0xd7, 0xb2, 0x80, - 0x99, 0xac, 0x25, 0x8a, 0xbd, 0xa2, 0xd7, 0xa2, 0x62, 0x24, 0x20, 0xe9, 0x12, 0x8a, 0x76, 0x85, - 0x12, 0x4a, 0xd8, 0x46, 0x70, 0x47, 0xd8, 0xb7, 0x6a, 0xcc, 0x23, 0xe1, 0x51, 0x03, 0xc1, 0x3a, - 0xcc, 0xab, 0x5d, 0x0e, 0x0d, 0xbc, 0xd4, 0x97, 0x65, 0xb1, 0x3d, 0xb9, 0x38, 0xf4, 0x09, 0x14, - 0x1d, 0x72, 0x8a, 0xad, 0x8e, 0xe5, 0x60, 0x55, 0xdc, 0x1e, 0x6c, 0xfc, 0x63, 0x16, 0x74, 0x06, - 0xf7, 0xf8, 0xcb, 0x6f, 0x7a, 0xa2, 0xce, 0xc4, 0x8d, 0xca, 0x4b, 0x97, 0x11, 0x47, 0x9c, 0xbe, - 0x3a, 0x33, 0x7d, 0x16, 0x56, 0xb7, 0x07, 0x79, 0xd3, 0x41, 0x62, 0xf4, 0xdf, 0xc2, 0x4c, 0xa6, - 0x7d, 0x23, 0xd6, 0xe1, 0x42, 0x52, 0x87, 0x53, 0xeb, 0x3c, 0x3e, 0xec, 0x3a, 0xeb, 0xdb, 0x70, - 0xbb, 0x47, 0x07, 0x3f, 0xcf, 0xfc, 0x2c, 0xaf, 0x15, 0x96, 0xb0, 0x2d, 0xaf, 0x25, 0x7b, 0x95, - 0x9a, 0xd4, 0xef, 0x84, 0x65, 0x65, 0xf9, 0xa4, 0x7f, 0x06, 0xc5, 0xa8, 0x61, 0x04, 0x3d, 0x87, - 0x71, 0x46, 0xcf, 0xb1, 0x3b, 0xac, 0x53, 0x15, 0x33, 0x92, 0x2c, 0xfa, 0x9f, 0x40, 0x39, 0x79, - 0xc3, 0x84, 0x96, 0xa1, 0x28, 0xba, 0x14, 0x6a, 0x26, 0x3b, 0x53, 0x13, 0x89, 0x01, 0x91, 0xc1, - 0x1d, 0x49, 0x18, 0x5c, 0xae, 0x8e, 0x42, 0x82, 0x28, 0x09, 0xcb, 0xcc, 0x2e, 0x01, 0xd1, 0xff, - 0xb6, 0x00, 0x15, 0x95, 0x5e, 0x46, 0x4d, 0x01, 0x25, 0x33, 0x91, 0xdb, 0x0f, 0x1b, 0x2e, 0x26, - 0x99, 0x78, 0x46, 0x19, 0xde, 0xcb, 0xd4, 0x42, 0x73, 0x5f, 0x31, 0x52, 0xb0, 0x68, 0xb6, 0xa3, - 0x69, 0xf7, 0x90, 0xed, 0x7f, 0xd6, 0xff, 0x71, 0x0c, 0x16, 0x72, 0x7b, 0x9b, 0xd0, 0x57, 0x70, - 0x47, 0x9a, 0xca, 0xb8, 0x99, 0x6a, 0xab, 0xa3, 0x3a, 0x02, 0x87, 0x08, 0xc9, 0x7b, 0x33, 0xa3, - 0xaf, 0x61, 0xce, 0xc5, 0x6d, 0xac, 0x06, 0x8c, 0x2a, 0x8a, 0xa5, 0xab, 0xdd, 0xa5, 0xe4, 0xc9, - 0x10, 0xb7, 0x3f, 0xce, 0x85, 0xd9, 0x09, 0x32, 0xb2, 0xcb, 0x57, 0xbd, 0xfd, 0xc9, 0x11, 0x82, - 0x0e, 0x60, 0xce, 0xc7, 0x17, 0x3e, 0x61, 0x78, 0xd3, 0xf3, 0x3e, 0x3f, 0x3e, 0xae, 0xd5, 0x7c, - 0x7a, 0x82, 0x85, 0xf1, 0xee, 0xbf, 0x16, 0x79, 0x6c, 0xc8, 0x80, 0x39, 0x22, 0xe4, 0xe3, 0x54, - 0xb5, 0x67, 0xd8, 0xce, 0xbb, 0x3c, 0x66, 0x1e, 0x6b, 0xd2, 0x93, 0xd4, 0x8b, 0x0f, 0x5b, 0x44, - 0xcc, 0xf0, 0xc9, 0xaa, 0xc5, 0xb7, 0xb2, 0x9e, 0xfa, 0xd2, 0x38, 0x10, 0x96, 0x59, 0x54, 0x2d, - 0x62, 0x98, 0xfe, 0xe7, 0x23, 0x50, 0x4e, 0x76, 0x59, 0xa1, 0xa7, 0x30, 0xc9, 0x33, 0x4c, 0x9b, - 0x36, 0xba, 0x1b, 0x9d, 0x25, 0xe1, 0x8e, 0x44, 0x87, 0xbd, 0x8d, 0x8a, 0x1a, 0x7d, 0xcc, 0x2d, - 0x64, 0xe3, 0x8c, 0x05, 0x0c, 0x7b, 0x4a, 0xb7, 0xee, 0x65, 0x59, 0x0f, 0x38, 0x41, 0x9d, 0x61, - 0x2f, 0xec, 0x2b, 0x8b, 0x38, 0xd0, 0x06, 0x4c, 0x7c, 0x47, 0xbc, 0x73, 0x12, 0x36, 0x07, 0x2f, - 0x67, 0x79, 0xbf, 0x11, 0xd8, 0xb0, 0xab, 0x4a, 0xd2, 0xa2, 0xed, 0x74, 0x1a, 0x3f, 0x96, 0xfd, - 0xd6, 0x48, 0xb2, 0xd6, 0x63, 0x92, 0x9c, 0x0c, 0x5e, 0x7f, 0x04, 0x73, 0x39, 0x6f, 0x86, 0x34, - 0x98, 0x34, 0x55, 0x73, 0x93, 0x34, 0x24, 0xe1, 0xa3, 0x5e, 0x87, 0x85, 0xdc, 0xf7, 0xe9, 0xcd, - 0x82, 0x56, 0xa0, 0x24, 0x53, 0xfb, 0x63, 0x61, 0xe9, 0xd4, 0xcd, 0x53, 0x02, 0xa4, 0xaf, 0x01, - 0xea, 0x7e, 0xd1, 0x3e, 0x93, 0xf8, 0xcf, 0x02, 0xdc, 0xee, 0xf1, 0x7a, 0xe8, 0x31, 0x8c, 0xdb, - 0xf8, 0xa4, 0xd5, 0x18, 0x22, 0x58, 0x96, 0x84, 0x68, 0x03, 0x16, 0x9a, 0xe6, 0xe5, 0x51, 0xab, - 0x79, 0x82, 0xfd, 0x17, 0xa7, 0x9b, 0x8c, 0xf9, 0xe4, 0xa4, 0xc5, 0x70, 0xa0, 0x0c, 0x53, 0x3e, - 0x92, 0x07, 0x10, 0x49, 0x44, 0xe2, 0x08, 0xc8, 0x3b, 0x9a, 0x1e, 0x58, 0xf4, 0x1c, 0xb4, 0x04, - 0xe6, 0x10, 0x07, 0x81, 0xd9, 0x08, 0xbf, 0x66, 0x94, 0x37, 0x37, 0x3d, 0xf1, 0xfa, 0xef, 0x0a, - 0x00, 0x5b, 0x66, 0x10, 0x1a, 0xe3, 0x2f, 0x00, 0xa9, 0x68, 0xd0, 0xd8, 0x39, 0xc6, 0x4d, 0xcf, - 0x31, 0x19, 0x0e, 0x86, 0x78, 0xef, 0x1c, 0x2e, 0x1e, 0xdf, 0xb6, 0xa3, 0x86, 0x73, 0x7e, 0x62, - 0xe4, 0x36, 0xa5, 0x81, 0xa8, 0x06, 0x0b, 0x92, 0x57, 0x74, 0x8a, 0xc9, 0x69, 0x6c, 0x1b, 0x3b, - 0xc1, 0x10, 0x19, 0x6d, 0x3e, 0xa3, 0xfe, 0x0c, 0x90, 0xec, 0x3a, 0x33, 0x44, 0x9f, 0xa1, 0x7a, - 0xb3, 0xec, 0xf1, 0x2d, 0xe4, 0x1c, 0xdf, 0x7f, 0x1b, 0x83, 0x09, 0x21, 0x3a, 0x40, 0xef, 0xc0, - 0xa8, 0xe5, 0x12, 0x75, 0xf2, 0xe6, 0x52, 0x9f, 0xd1, 0x86, 0x4d, 0x81, 0x96, 0x4b, 0xd0, 0x06, - 0x4c, 0xa9, 0xb2, 0x45, 0xe8, 0xf4, 0x13, 0x9f, 0xdc, 0xa6, 0x3f, 0x80, 0x30, 0x22, 0x4a, 0xb4, - 0x06, 0x13, 0xf2, 0xf2, 0x53, 0x65, 0xcf, 0x8b, 0xd9, 0x86, 0xe7, 0xf0, 0x5c, 0x4a, 0x2a, 0xd1, - 0xb0, 0xc2, 0x13, 0x26, 0xd5, 0x9d, 0xb5, 0x90, 0x5b, 0xac, 0x36, 0x24, 0x0d, 0x7a, 0x0a, 0x45, - 0x16, 0xa6, 0x81, 0xaa, 0xf7, 0xf6, 0x4e, 0x4e, 0x72, 0x1a, 0xda, 0x8c, 0x88, 0x16, 0x7d, 0x09, - 0x8b, 0x41, 0xda, 0xef, 0xa9, 0xf6, 0x59, 0x75, 0xf9, 0x94, 0xb0, 0x3f, 0xb9, 0xfe, 0xd1, 0xe8, - 0xc1, 0x8e, 0x1e, 0x43, 0x51, 0x7e, 0x73, 0xc1, 0x57, 0x74, 0xae, 0xf7, 0x8a, 0x4e, 0x09, 0xaa, - 0x6d, 0x97, 0xa4, 0x7a, 0x2d, 0x17, 0x32, 0xbd, 0x96, 0xcb, 0x50, 0xa4, 0x17, 0xe1, 0xf7, 0xaf, - 0xd2, 0x08, 0xc7, 0x00, 0xf4, 0x14, 0xa0, 0x89, 0x03, 0xf5, 0x95, 0x85, 0x0a, 0x2d, 0x7b, 0xd6, - 0xc8, 0x13, 0xa4, 0x68, 0x15, 0xc6, 0x4e, 0xcc, 0x00, 0xab, 0xb8, 0x31, 0xf1, 0xd1, 0x46, 0x7c, - 0x3a, 0x0c, 0x41, 0x81, 0x3e, 0x85, 0x32, 0x49, 0xe8, 0x97, 0xea, 0x78, 0x58, 0xce, 0x76, 0xac, - 0x26, 0xb5, 0xcf, 0x48, 0x71, 0xe8, 0x1a, 0x2c, 0xe6, 0x3b, 0x1d, 0xfd, 0x1e, 0xbc, 0xd9, 0xd7, - 0x0f, 0xeb, 0x8b, 0x30, 0x9f, 0x77, 0xc1, 0xa4, 0xcf, 0xc2, 0x4c, 0xe6, 0x0a, 0x41, 0xff, 0x0d, - 0x54, 0x52, 0x9f, 0x6c, 0xfd, 0xc0, 0xbd, 0x0c, 0x33, 0x50, 0x49, 0xad, 0xe6, 0x83, 0x2f, 0x7a, - 0xdc, 0x16, 0xa0, 0x19, 0x28, 0xbd, 0x3c, 0xaa, 0xd7, 0x76, 0xb7, 0xf7, 0xf7, 0xf6, 0x77, 0x77, - 0xaa, 0xb7, 0x50, 0x09, 0x26, 0x77, 0x76, 0xf7, 0x36, 0x5f, 0x1e, 0x1c, 0x57, 0x0b, 0x08, 0x60, - 0xa2, 0x7e, 0x6c, 0xec, 0x6f, 0x1f, 0x57, 0x47, 0xd0, 0x24, 0x8c, 0xbe, 0xd8, 0xdb, 0xab, 0x8e, - 0x3e, 0x78, 0x15, 0xa6, 0x1f, 0x1c, 0x2d, 0xbd, 0x53, 0xf5, 0x16, 0xaa, 0x24, 0x9c, 0x62, 0xb5, - 0xc0, 0xc5, 0x28, 0x77, 0x59, 0x1d, 0xe1, 0x83, 0x24, 0xbc, 0x50, 0x75, 0x14, 0xcd, 0xc1, 0x0c, - 0xf5, 0xb0, 0xbb, 0x8d, 0xdd, 0xa0, 0x15, 0x6c, 0x36, 0xb0, 0xcb, 0xaa, 0x63, 0x5b, 0x8b, 0xff, - 0xf4, 0xfd, 0xdd, 0x5b, 0xbf, 0xfb, 0xfe, 0xee, 0xad, 0x7f, 0xfd, 0xfe, 0xee, 0xad, 0x6f, 0xa2, - 0xff, 0x26, 0x71, 0x32, 0x21, 0x56, 0xe0, 0x83, 0xff, 0x0e, 0x00, 0x00, 0xff, 0xff, 0x1a, 0x2d, - 0xae, 0x9f, 0x8c, 0x42, 0x00, 0x00, + 0xad, 0x8b, 0xc3, 0x27, 0x9f, 0xec, 0x83, 0x3f, 0xc0, 0x3e, 0xf8, 0xe0, 0x4f, 0xf0, 0x2f, 0xf8, + 0x38, 0xe1, 0x08, 0xdf, 0x1d, 0x8a, 0x70, 0xc4, 0xf8, 0xe8, 0x83, 0x63, 0xc2, 0xe1, 0x8b, 0x23, + 0x97, 0x5a, 0xbb, 0x7a, 0x01, 0x20, 0xd9, 0x0e, 0x9f, 0xd0, 0xf5, 0xb6, 0xcc, 0xca, 0x7c, 0xf9, + 0xb6, 0x7c, 0x05, 0x78, 0xe0, 0x9d, 0x37, 0x1e, 0x99, 0x1e, 0x09, 0x1e, 0x91, 0x80, 0x11, 0xfa, + 0xa8, 0xfd, 0xbe, 0xe9, 0x78, 0x67, 0xe6, 0xfb, 0x8f, 0xda, 0xa6, 0xd3, 0xc2, 0xc1, 0x6b, 0xd6, + 0xf1, 0x70, 0xb0, 0xe6, 0xf9, 0x94, 0x51, 0x34, 0x15, 0x22, 0x97, 0xee, 0x36, 0x28, 0x6d, 0x38, + 0xf8, 0x91, 0x80, 0x9f, 0xb4, 0x4e, 0x1f, 0xd9, 0x2d, 0xdf, 0x64, 0x84, 0xba, 0x92, 0x72, 0xe9, + 0xd3, 0x06, 0x61, 0x67, 0xad, 0x93, 0x35, 0x8b, 0x36, 0x1f, 0x35, 0x68, 0x83, 0xc6, 0x84, 0xd1, + 0x8f, 0xac, 0x84, 0x0b, 0xdf, 0xf4, 0x3c, 0xec, 0xab, 0xb1, 0x96, 0xe6, 0x39, 0x9b, 0xf8, 0x29, + 0x04, 0x48, 0xa8, 0x6e, 0x00, 0x6c, 0xfa, 0xd6, 0xd9, 0x36, 0x75, 0x4f, 0x49, 0x03, 0xcd, 0xc3, + 0xb8, 0xd9, 0xb4, 0x9f, 0x6c, 0x68, 0x85, 0x95, 0xc2, 0x6a, 0xc5, 0x90, 0x0f, 0x48, 0x83, 0x49, + 0xcf, 0xb3, 0x9e, 0x6c, 0x38, 0x58, 0x1b, 0x11, 0xf0, 0xf0, 0x91, 0xd3, 0x07, 0x1f, 0x7c, 0xf8, + 0xf8, 0x52, 0x1b, 0x95, 0xf4, 0xe2, 0x41, 0xff, 0xc3, 0x18, 0x14, 0xb7, 0x8f, 0xf6, 0x95, 0xcc, + 0x0d, 0x98, 0xc4, 0xae, 0x79, 0xe2, 0x60, 0x5b, 0x48, 0x2d, 0xad, 0x2f, 0xad, 0xc9, 0x99, 0xae, + 0x85, 0x33, 0x5d, 0xdb, 0xa2, 0xd4, 0x79, 0xc5, 0x57, 0xc7, 0x08, 0x49, 0x51, 0x15, 0x46, 0xcf, + 0x5a, 0x27, 0x62, 0xbc, 0xa2, 0xc1, 0x7f, 0xa2, 0x77, 0x61, 0x94, 0x99, 0x0d, 0x31, 0x52, 0x69, + 0xfd, 0xf6, 0x5a, 0xb8, 0x72, 0x6b, 0xc7, 0x1d, 0x0f, 0xef, 0xbb, 0x0c, 0xfb, 0xa7, 0xa6, 0x85, + 0x0d, 0x4e, 0xc3, 0xa7, 0x45, 0x9a, 0x66, 0x03, 0x6b, 0x63, 0x82, 0x5d, 0x3e, 0xa0, 0xbb, 0x00, + 0x5e, 0xcb, 0x71, 0x6a, 0xd4, 0x21, 0x56, 0x47, 0x1b, 0x17, 0xa8, 0x04, 0x04, 0x2d, 0x43, 0xd1, + 0x72, 0xc9, 0x16, 0x71, 0x77, 0x88, 0xaf, 0x4d, 0x08, 0x74, 0x0c, 0xe0, 0xdc, 0x96, 0x4b, 0xf8, + 0x3b, 0x71, 0xf4, 0xa4, 0xe4, 0x8e, 0x21, 0x68, 0x15, 0x66, 0xd4, 0xd3, 0x1e, 0x71, 0xf0, 0x91, + 0xd9, 0xc4, 0xda, 0x94, 0x20, 0xca, 0x82, 0xd1, 0x7b, 0x30, 0x8b, 0x2f, 0x2d, 0xa7, 0x65, 0x8b, + 0xc7, 0xc0, 0x33, 0x2d, 0x1c, 0x68, 0xc5, 0x95, 0xd1, 0xd5, 0xa2, 0xd1, 0x8d, 0x40, 0x07, 0x30, + 0xed, 0x51, 0x7b, 0xd3, 0x75, 0x29, 0x13, 0xfa, 0x10, 0x68, 0x20, 0x56, 0x60, 0x25, 0xbd, 0x02, + 0x87, 0xa6, 0x57, 0x67, 0x3e, 0x71, 0x1b, 0xd1, 0x52, 0x6c, 0x8d, 0x68, 0x05, 0x23, 0xc3, 0x8b, + 0x56, 0xa1, 0xea, 0x05, 0xde, 0x6b, 0xcb, 0x69, 0x05, 0x0c, 0xfb, 0xaf, 0x7d, 0xea, 0x60, 0xad, + 0x24, 0xa6, 0x39, 0xed, 0x05, 0xde, 0xb6, 0x04, 0x1b, 0xd4, 0xc1, 0x68, 0x09, 0xa6, 0x1c, 0xda, + 0x38, 0xc0, 0x6d, 0xec, 0x68, 0x65, 0x41, 0x11, 0x3d, 0xa3, 0xf7, 0x61, 0xc2, 0xc7, 0x9e, 0x49, + 0x7c, 0xad, 0x22, 0xe6, 0x72, 0x27, 0x9e, 0xcb, 0xf6, 0xd1, 0xbe, 0x21, 0x50, 0x72, 0xf7, 0x0d, + 0x45, 0xc8, 0xb5, 0xc0, 0x3a, 0x33, 0x89, 0x8b, 0x6d, 0x6d, 0x7a, 0xb0, 0x16, 0x28, 0x52, 0xb4, + 0x06, 0xe3, 0xcc, 0x24, 0x2e, 0xd3, 0x66, 0x04, 0x8f, 0x96, 0x1a, 0xe7, 0x98, 0x63, 0xd4, 0x30, + 0x92, 0x4c, 0xdf, 0x83, 0xe9, 0x34, 0xe2, 0x7a, 0xda, 0xa7, 0xff, 0xd5, 0x28, 0xcc, 0x64, 0xde, + 0xe4, 0xff, 0x8e, 0x1e, 0x2f, 0x43, 0xd1, 0x31, 0x4f, 0xb0, 0x53, 0xa3, 0x76, 0x20, 0xd4, 0x78, + 0xca, 0x88, 0x01, 0xe8, 0x3e, 0x94, 0x2d, 0x1f, 0x9b, 0x0c, 0xef, 0xb6, 0xb1, 0xcb, 0x02, 0xa9, + 0xc8, 0x42, 0x17, 0x52, 0x70, 0xae, 0xcf, 0x36, 0x76, 0x30, 0xc3, 0x42, 0xcc, 0xa4, 0x10, 0x93, + 0x80, 0x70, 0x2d, 0x3d, 0xf1, 0xe9, 0x39, 0x76, 0x6b, 0xd4, 0x3e, 0xe0, 0xd2, 0x7f, 0x85, 0x3b, + 0x4a, 0xa3, 0xbb, 0x11, 0xe8, 0x31, 0xcc, 0xa5, 0x81, 0x62, 0x19, 0xb4, 0xa2, 0xa0, 0xcf, 0x43, + 0x71, 0xf9, 0xc4, 0x25, 0x7c, 0x9b, 0xf8, 0xd6, 0x61, 0x5f, 0x9c, 0x18, 0x90, 0xf2, 0xbb, 0x10, + 0xfa, 0x57, 0xb0, 0xb4, 0x5d, 0x7b, 0x79, 0x6c, 0xfa, 0x0d, 0xcc, 0x5e, 0x32, 0xe2, 0x90, 0xef, + 0x84, 0x42, 0xab, 0xad, 0x79, 0x0e, 0x1a, 0x13, 0xa8, 0xcd, 0x36, 0xf6, 0xcd, 0x06, 0x4e, 0x50, + 0x88, 0xbd, 0x1a, 0x37, 0x7a, 0xe2, 0xf5, 0xff, 0x2a, 0x40, 0xd1, 0xc0, 0x01, 0x6d, 0xf9, 0xfc, + 0xb4, 0x3d, 0x85, 0x09, 0x87, 0x34, 0x09, 0x0b, 0xb4, 0xc2, 0xca, 0xe8, 0x6a, 0x69, 0xfd, 0x5e, + 0xbc, 0x3f, 0x11, 0xd1, 0xda, 0x81, 0xa0, 0xd8, 0x75, 0x99, 0xdf, 0x31, 0x14, 0x39, 0xfa, 0x18, + 0xa6, 0x7c, 0xfc, 0xa7, 0x2d, 0x1c, 0xb0, 0x40, 0x1b, 0x11, 0xac, 0x6f, 0xe5, 0xb1, 0x1a, 0x8a, + 0x46, 0x32, 0x47, 0x2c, 0x4b, 0x1f, 0x42, 0x29, 0x21, 0x95, 0x6b, 0xcd, 0x39, 0xee, 0x88, 0xb9, + 0x17, 0x0d, 0xfe, 0x93, 0xab, 0x82, 0xf0, 0x1f, 0x4a, 0x93, 0xe4, 0xc3, 0xf3, 0x91, 0x67, 0x85, + 0xa5, 0x5f, 0x40, 0x25, 0x25, 0xf5, 0x2a, 0xcc, 0xfa, 0x57, 0xb0, 0xb2, 0x83, 0x4f, 0xcd, 0x96, + 0xc3, 0x6a, 0xd4, 0xde, 0x21, 0x81, 0xdf, 0xf2, 0xf8, 0xaa, 0x6c, 0xb5, 0xec, 0x06, 0xbe, 0xd9, + 0x11, 0xfa, 0x12, 0x16, 0x95, 0xe4, 0xe8, 0xed, 0x95, 0xbc, 0xe4, 0x52, 0x49, 0x81, 0x79, 0x4b, + 0x15, 0xbe, 0x93, 0x3a, 0xe0, 0x11, 0x8b, 0xfe, 0xef, 0x65, 0x98, 0xdb, 0x6d, 0xf8, 0x38, 0x08, + 0x3e, 0x33, 0x19, 0xbe, 0x30, 0x3b, 0x4a, 0xec, 0x1e, 0x54, 0xcd, 0x16, 0xa3, 0x81, 0x65, 0x3a, + 0x78, 0x77, 0xe8, 0xf9, 0x76, 0xf1, 0x20, 0x1d, 0xca, 0x11, 0xec, 0xd0, 0xbc, 0x54, 0x2e, 0x2f, + 0x05, 0x4b, 0xd3, 0x10, 0x57, 0xb9, 0xbf, 0x14, 0x0c, 0x3d, 0x87, 0x51, 0xcb, 0x6b, 0x89, 0x03, + 0x5a, 0x5a, 0x7f, 0x3b, 0x61, 0xb9, 0x7a, 0xea, 0xb1, 0x38, 0xa5, 0x9c, 0x29, 0xb9, 0xe4, 0x93, + 0xc3, 0xdb, 0x9a, 0x75, 0x18, 0xc5, 0x6e, 0x5b, 0x1c, 0xd2, 0x21, 0xfc, 0x83, 0xc1, 0x89, 0xd1, + 0x26, 0x4c, 0x08, 0xdb, 0x21, 0x3d, 0x50, 0x69, 0xfd, 0xdd, 0x98, 0x2d, 0x67, 0x91, 0xd7, 0xc4, + 0x01, 0x8e, 0x54, 0x5f, 0x3c, 0x20, 0x04, 0x63, 0x2e, 0x3f, 0xbc, 0x77, 0x84, 0x72, 0x89, 0xdf, + 0xe8, 0x73, 0x28, 0xbb, 0xd4, 0xc6, 0x75, 0xec, 0x60, 0x8b, 0x51, 0xff, 0x4a, 0x3e, 0x2b, 0xc5, + 0x99, 0xe3, 0xff, 0x4a, 0x37, 0xf0, 0x7f, 0x14, 0x96, 0x05, 0x84, 0x91, 0xcd, 0xd3, 0x53, 0x6e, + 0x66, 0x3a, 0xe2, 0x8d, 0xa2, 0x79, 0x96, 0x85, 0xec, 0x9f, 0xa6, 0x65, 0xd7, 0x1d, 0x62, 0xe1, + 0x17, 0xa7, 0x3d, 0x86, 0xe8, 0x2b, 0x10, 0x5d, 0xc0, 0x4a, 0x06, 0x7f, 0x8c, 0xfd, 0x66, 0x7a, + 0xd0, 0xca, 0xd5, 0x07, 0x1d, 0x28, 0x14, 0x3d, 0x84, 0x71, 0x8f, 0xfa, 0x2c, 0xd0, 0xa6, 0xc5, + 0xbe, 0x2e, 0xc4, 0xd2, 0x6b, 0x1c, 0x1c, 0xfa, 0x4d, 0x41, 0x83, 0x7e, 0x0e, 0x45, 0x3f, 0x3c, + 0x78, 0xca, 0xd7, 0xce, 0xe5, 0x9c, 0x49, 0x31, 0x74, 0x4c, 0x89, 0x3e, 0x82, 0x4a, 0x80, 0x2d, + 0x1f, 0xb3, 0x57, 0xd4, 0x69, 0x35, 0x71, 0xa0, 0x55, 0xc5, 0x58, 0x8b, 0x31, 0x6b, 0x3d, 0x81, + 0x36, 0xd2, 0xc4, 0xa8, 0x06, 0x28, 0xc0, 0x7e, 0x9b, 0x58, 0x38, 0xb9, 0xbb, 0xb3, 0x43, 0x6a, + 0x6f, 0x0e, 0x2f, 0xd7, 0x44, 0x1e, 0x5d, 0x6b, 0x48, 0x6a, 0x22, 0xff, 0x8d, 0x1e, 0xc2, 0xd8, + 0x77, 0x6d, 0xcf, 0xd5, 0xe6, 0xb2, 0xfe, 0xf6, 0x1b, 0xec, 0xd3, 0x57, 0xb5, 0x23, 0xb5, 0x10, + 0x82, 0x08, 0x1d, 0x42, 0x89, 0x51, 0x07, 0xfb, 0x6a, 0x2e, 0xf3, 0x57, 0xdf, 0x98, 0x24, 0x3f, + 0x3a, 0x80, 0x19, 0x9f, 0x3a, 0x0e, 0x71, 0x1b, 0x87, 0xe6, 0x65, 0xbd, 0xe5, 0x37, 0xb0, 0xb6, + 0x20, 0x44, 0xde, 0xed, 0x72, 0xfb, 0x2f, 0x7c, 0x29, 0x6d, 0x8f, 0xfa, 0xb5, 0x2d, 0x21, 0x29, + 0xcb, 0x8a, 0xbe, 0x82, 0x85, 0x18, 0xf4, 0xd2, 0x35, 0xdb, 0x26, 0x71, 0xf8, 0xc1, 0xd7, 0x16, + 0x87, 0x96, 0x99, 0x2f, 0x00, 0x1d, 0x42, 0xc5, 0x12, 0xcb, 0x10, 0xee, 0xe3, 0xed, 0x2b, 0xbd, + 0xb8, 0x91, 0xe6, 0x46, 0xbf, 0x86, 0x79, 0xd3, 0xb6, 0x09, 0x5f, 0x03, 0xd3, 0x89, 0xfc, 0x78, + 0xa0, 0x69, 0x57, 0x93, 0x9a, 0x2b, 0x04, 0x3d, 0x83, 0xa2, 0xdf, 0x72, 0x37, 0x03, 0x83, 0x52, + 0xa6, 0x2d, 0x0d, 0x34, 0x8e, 0x31, 0xb1, 0xf0, 0xb1, 0xb1, 0xf9, 0xba, 0x92, 0x9b, 0xfc, 0xb7, + 0x02, 0x4c, 0x2b, 0x43, 0x18, 0x7a, 0xb1, 0x23, 0x98, 0x13, 0xf9, 0xdd, 0x6b, 0x2c, 0xcc, 0x64, + 0x43, 0x62, 0x95, 0xc7, 0x79, 0xb3, 0xaf, 0x15, 0x35, 0x90, 0xe0, 0xdc, 0x4d, 0x32, 0x26, 0x4d, + 0xfe, 0xc8, 0xf0, 0x26, 0xff, 0x8f, 0x60, 0x5e, 0xce, 0x82, 0xb8, 0xa9, 0x69, 0x8c, 0x65, 0x55, + 0x62, 0xdf, 0xcd, 0x99, 0x87, 0x7c, 0x83, 0xfd, 0x14, 0xab, 0xfe, 0xfb, 0x59, 0x28, 0x7f, 0xe6, + 0xd0, 0x13, 0xb1, 0xea, 0xfc, 0x4d, 0x57, 0x61, 0xcc, 0xf4, 0xad, 0x33, 0xf5, 0x6a, 0xf3, 0xb1, + 0xcc, 0x38, 0x71, 0x34, 0x04, 0x05, 0x8f, 0x02, 0xa5, 0x26, 0xf0, 0xf5, 0x8e, 0x72, 0x18, 0x6d, + 0x5d, 0x46, 0x81, 0x39, 0x28, 0xee, 0xb4, 0x95, 0xee, 0x98, 0x0e, 0xb1, 0x65, 0xc4, 0x36, 0x3a, + 0xd8, 0x69, 0x67, 0x79, 0xd0, 0xe7, 0x70, 0xcf, 0x96, 0xd1, 0x86, 0x9c, 0xd0, 0x2b, 0x12, 0x90, + 0x13, 0xe2, 0x10, 0xd6, 0xa9, 0x63, 0xc6, 0x88, 0xdb, 0x08, 0xb4, 0x0d, 0x91, 0x61, 0x0d, 0x22, + 0x43, 0xaf, 0x60, 0x4e, 0x91, 0x1c, 0x25, 0x1d, 0xd8, 0xc4, 0x15, 0x9c, 0x4e, 0x9e, 0x00, 0xe4, + 0xc2, 0x92, 0xdd, 0x33, 0xd2, 0x52, 0x5e, 0xfe, 0x41, 0x2c, 0x7e, 0x50, 0x54, 0x26, 0x06, 0xea, + 0x23, 0x11, 0xd5, 0xa0, 0x6a, 0x67, 0xe2, 0x2f, 0x11, 0x8e, 0xa7, 0x5e, 0x22, 0x3f, 0x42, 0x13, + 0xb2, 0xbb, 0xb8, 0xd1, 0xaf, 0x01, 0x29, 0xd8, 0x71, 0xc2, 0x46, 0x3e, 0xbd, 0xba, 0x8d, 0xcc, + 0x11, 0x13, 0xe6, 0x49, 0xe5, 0x38, 0x4f, 0x5a, 0x85, 0x19, 0x91, 0xef, 0xd4, 0xe2, 0x9c, 0xbd, + 0x22, 0x13, 0xea, 0x0c, 0x18, 0x3d, 0x80, 0x6a, 0x04, 0x92, 0x0e, 0x27, 0xd0, 0xde, 0x11, 0xbb, + 0xdd, 0x05, 0x47, 0xf7, 0x61, 0x5a, 0x28, 0x7d, 0xac, 0x9d, 0xd3, 0x32, 0xfd, 0x4d, 0x43, 0xb9, + 0x99, 0x71, 0x68, 0x63, 0x33, 0xf8, 0x22, 0xa0, 0xae, 0xf6, 0xf6, 0x60, 0x33, 0x13, 0x11, 0xa3, + 0xa7, 0x30, 0xe9, 0xd0, 0x46, 0x83, 0xb8, 0x0d, 0xe5, 0xcb, 0x12, 0xc6, 0x40, 0x9e, 0xab, 0x03, + 0x89, 0x56, 0x47, 0x27, 0xa4, 0x46, 0xdb, 0x50, 0x69, 0xe2, 0xe0, 0x6c, 0xf7, 0xd2, 0x33, 0xdd, + 0x80, 0x1f, 0x04, 0x94, 0x65, 0x3f, 0x4c, 0xa2, 0x15, 0x7b, 0x9a, 0x07, 0x2d, 0xc2, 0x04, 0x07, + 0xec, 0xef, 0x68, 0x3f, 0x17, 0xef, 0xa5, 0x9e, 0xd0, 0x0e, 0x94, 0xf9, 0xaf, 0x23, 0xcc, 0x2e, + 0xa8, 0x7f, 0x1e, 0x28, 0x77, 0x38, 0xd8, 0xcd, 0xa6, 0xb8, 0xd0, 0xa7, 0x50, 0x6e, 0xb6, 0x1c, + 0x46, 0x54, 0xa1, 0x40, 0x79, 0x9e, 0xe5, 0xc4, 0x0c, 0x13, 0x58, 0x35, 0xc1, 0x14, 0x07, 0xd2, + 0x60, 0xd2, 0x95, 0xd2, 0xb4, 0x9f, 0x8a, 0x09, 0x86, 0x8f, 0xe8, 0x09, 0x2c, 0x7a, 0xd4, 0xde, + 0x39, 0xaa, 0xd7, 0x31, 0x37, 0x26, 0x89, 0xda, 0xc8, 0x43, 0xb1, 0x97, 0x3d, 0xb0, 0xe8, 0xb7, + 0xb0, 0x4c, 0x9b, 0x84, 0xd5, 0x89, 0x8d, 0x2d, 0xd3, 0xdf, 0x77, 0xbf, 0x15, 0xe7, 0x4d, 0x0e, + 0x7e, 0x68, 0x7a, 0xda, 0xfd, 0x81, 0x9b, 0xd7, 0x97, 0x1f, 0x7d, 0x02, 0x65, 0xea, 0xc6, 0x15, + 0x19, 0xe5, 0x1b, 0xfb, 0xc9, 0x4b, 0xd1, 0x23, 0x03, 0x16, 0xa9, 0xc7, 0xf5, 0x9c, 0xfa, 0x87, + 0xa6, 0x6b, 0x36, 0xf0, 0x97, 0xf8, 0xe4, 0x8c, 0xd2, 0xf3, 0x40, 0x7b, 0x77, 0xa0, 0xa4, 0x1e, + 0x9c, 0xe8, 0x31, 0xcc, 0x7a, 0x3e, 0xa1, 0x3e, 0x61, 0x9d, 0x6d, 0xc7, 0x0c, 0x02, 0x91, 0x3c, + 0xbf, 0x11, 0x65, 0xfa, 0xdd, 0x48, 0x11, 0x0e, 0xfa, 0xf4, 0xb2, 0xa3, 0x2d, 0x8b, 0x41, 0x93, + 0xe1, 0x20, 0x07, 0x47, 0xe1, 0x20, 0x7f, 0x40, 0x4f, 0xa1, 0x28, 0x7e, 0xec, 0xbb, 0x84, 0x69, + 0x6f, 0x66, 0x4b, 0x3c, 0xb5, 0x10, 0xa5, 0x98, 0x62, 0x5a, 0xf4, 0x0e, 0x8c, 0x06, 0x76, 0xa0, + 0xdd, 0xcd, 0x46, 0x90, 0xf5, 0x9d, 0xba, 0x22, 0xe6, 0xf8, 0xb0, 0x04, 0x72, 0x6f, 0x88, 0x12, + 0xc8, 0x1a, 0x4c, 0x30, 0xdf, 0xb4, 0xb0, 0xaf, 0xbd, 0x25, 0xa8, 0x13, 0xb1, 0xe5, 0xb1, 0x80, + 0x87, 0x75, 0x26, 0x49, 0x85, 0x56, 0xa0, 0xc4, 0xfc, 0x56, 0xc0, 0x76, 0x68, 0xd3, 0x24, 0xae, + 0xa6, 0x0b, 0x1d, 0x4b, 0x82, 0xd0, 0x3a, 0x4c, 0xb4, 0x02, 0x7c, 0xb8, 0x5d, 0xd3, 0x7e, 0x32, + 0x70, 0xfd, 0x15, 0x25, 0x5a, 0x03, 0xe4, 0xe3, 0x26, 0x65, 0xb8, 0x46, 0x1c, 0xca, 0x36, 0x6d, + 0x9b, 0x3b, 0x4c, 0xed, 0xb1, 0x10, 0x9e, 0x83, 0xe1, 0xb3, 0x16, 0xf6, 0xc4, 0xd6, 0x9e, 0x64, + 0x67, 0xbd, 0x2f, 0xe0, 0xe1, 0xac, 0x25, 0x15, 0x7a, 0x0f, 0x66, 0x3d, 0xce, 0xbf, 0x8d, 0x7d, + 0x56, 0xf3, 0x69, 0x9b, 0xd8, 0xd8, 0xd7, 0x9e, 0xc9, 0x62, 0x48, 0x17, 0x02, 0x2d, 0x43, 0xf1, + 0xdb, 0x0b, 0xa6, 0x6c, 0xe2, 0x87, 0xb2, 0x50, 0x19, 0x01, 0xc4, 0x1e, 0xb0, 0x40, 0x7b, 0xde, + 0xb5, 0x07, 0xc7, 0xf1, 0x1e, 0xb0, 0x00, 0x2d, 0xf1, 0x2c, 0xbc, 0x4d, 0x84, 0xa1, 0xf9, 0x85, + 0xac, 0xef, 0x85, 0xcf, 0x68, 0x0b, 0xa6, 0x9b, 0xb4, 0xe5, 0xb2, 0x43, 0xe6, 0x04, 0x7c, 0xe4, + 0x40, 0xfb, 0x68, 0xe0, 0x52, 0x65, 0x38, 0x44, 0x35, 0xd5, 0x0c, 0x57, 0xea, 0x63, 0x55, 0x4d, + 0x0d, 0x01, 0x7c, 0x04, 0x7c, 0xc9, 0xb0, 0xef, 0x9a, 0x8e, 0x5c, 0x10, 0xed, 0x93, 0xc1, 0x23, + 0xa4, 0x39, 0xd0, 0xa7, 0x50, 0xb1, 0xb0, 0xcb, 0xfc, 0x48, 0xc4, 0x2f, 0x07, 0x8a, 0x48, 0x33, + 0xe8, 0x3f, 0x83, 0x62, 0xb4, 0x2a, 0x5c, 0x73, 0x54, 0x4a, 0xc1, 0x13, 0x24, 0x55, 0x01, 0x4f, + 0x82, 0x74, 0x03, 0xca, 0xc9, 0xdd, 0x13, 0x2f, 0x21, 0xe2, 0xb0, 0x4d, 0xd7, 0x74, 0x3a, 0x01, + 0x09, 0x86, 0x88, 0xdc, 0x32, 0x1c, 0xfa, 0x43, 0x98, 0xcb, 0x71, 0x0a, 0x3c, 0x14, 0x75, 0x44, + 0xe9, 0x55, 0x86, 0xa7, 0xf2, 0x41, 0xff, 0xbb, 0x2a, 0xcc, 0xe7, 0x05, 0x72, 0xff, 0xaf, 0x6a, + 0x1f, 0x7c, 0x5b, 0x5b, 0x01, 0xa3, 0xcd, 0xba, 0x5c, 0x7a, 0x15, 0x7a, 0xf5, 0xdf, 0xd6, 0x24, + 0x43, 0x32, 0x94, 0x86, 0x2b, 0x57, 0x4f, 0x4a, 0x57, 0xa9, 0x9e, 0x6c, 0x45, 0xd5, 0x93, 0x19, + 0x91, 0xf9, 0x3e, 0xe8, 0x1f, 0x70, 0xe7, 0x96, 0x4f, 0xee, 0xc3, 0xb4, 0x43, 0x4d, 0x7b, 0xcb, + 0x74, 0x4c, 0xd7, 0xc2, 0xfe, 0x7e, 0x4d, 0xab, 0xca, 0x88, 0x24, 0x0d, 0x45, 0xcf, 0x41, 0x4b, + 0x42, 0xea, 0x22, 0x2a, 0x33, 0x4c, 0xb7, 0x81, 0x79, 0xd2, 0xcc, 0x3d, 0x64, 0x4f, 0x3c, 0xda, + 0x05, 0x94, 0x0a, 0x13, 0x44, 0x09, 0x40, 0x43, 0xfd, 0x2a, 0x03, 0x39, 0x0c, 0x51, 0xa5, 0xe7, + 0xbd, 0x3e, 0x95, 0x9e, 0xb9, 0x1f, 0xb0, 0xd2, 0x33, 0xff, 0x23, 0x56, 0x7a, 0x16, 0xfe, 0x37, + 0x2a, 0x3d, 0x8b, 0x3f, 0x6a, 0xa5, 0xe7, 0xf6, 0x10, 0x95, 0x9e, 0xfb, 0x50, 0xf6, 0xb1, 0xe7, + 0x10, 0xcb, 0xdc, 0xe6, 0xf6, 0x5a, 0xe4, 0xe4, 0x15, 0xb9, 0x19, 0x49, 0x38, 0xda, 0x4a, 0x56, + 0x84, 0xee, 0x5c, 0x61, 0x1f, 0xfa, 0x95, 0x87, 0xde, 0xb8, 0x79, 0x79, 0x68, 0xf9, 0x07, 0x28, + 0x0f, 0xbd, 0x99, 0x28, 0x0f, 0x3d, 0x51, 0xe5, 0x21, 0x19, 0xb2, 0xe8, 0xbd, 0xce, 0xef, 0x37, + 0x6d, 0xcf, 0x4d, 0x55, 0x8a, 0x72, 0x4a, 0x3b, 0xf7, 0x7e, 0x84, 0xd2, 0xce, 0xca, 0x4d, 0x4b, + 0x3b, 0x1b, 0xb0, 0x10, 0xba, 0xcd, 0x63, 0xdf, 0x3c, 0x3d, 0x25, 0x96, 0x8a, 0x1b, 0x64, 0x64, + 0x94, 0x8f, 0xcc, 0xd6, 0xc1, 0x7e, 0x72, 0xc3, 0x3a, 0xd8, 0xaf, 0xa0, 0xac, 0xea, 0x13, 0xd2, + 0xf0, 0xbc, 0x7d, 0xb5, 0x42, 0x50, 0x8a, 0xb9, 0x67, 0x75, 0xe9, 0x9d, 0x1f, 0xa2, 0xba, 0xd4, + 0x55, 0x09, 0xbb, 0x7f, 0xa3, 0x4a, 0x58, 0xaa, 0x58, 0xf5, 0xb3, 0xff, 0xa1, 0x62, 0xd5, 0x19, + 0x68, 0xbd, 0x94, 0xf7, 0x9a, 0x97, 0x98, 0x8b, 0x30, 0x11, 0xb4, 0x4e, 0x4f, 0xc9, 0xa5, 0x1a, + 0x4c, 0x3d, 0xe9, 0x7f, 0x06, 0x73, 0x39, 0x29, 0xe9, 0x35, 0x07, 0x91, 0x71, 0xf9, 0xfe, 0xc1, + 0xd6, 0x10, 0x51, 0x94, 0xa2, 0xd4, 0x7f, 0x5f, 0x00, 0xd4, 0x9d, 0x72, 0x5e, 0x73, 0x02, 0x2b, + 0x50, 0x52, 0xf7, 0xe2, 0x22, 0x9d, 0x92, 0xaf, 0x9a, 0x04, 0xf1, 0x34, 0xa0, 0x21, 0x82, 0x35, + 0x99, 0x4a, 0xd4, 0xe5, 0x9a, 0x8c, 0xca, 0x34, 0xa0, 0x1b, 0x83, 0xbe, 0x00, 0x44, 0x5c, 0x71, + 0xa1, 0xbf, 0xeb, 0xb6, 0x69, 0x67, 0x8f, 0x38, 0x3c, 0x69, 0x1e, 0x1b, 0x38, 0xa5, 0x1c, 0x2e, + 0xfd, 0x2f, 0x0a, 0xf0, 0xc6, 0x8b, 0x16, 0x3b, 0xa1, 0x2d, 0xd7, 0x4e, 0x1d, 0x56, 0xf5, 0xce, + 0x9f, 0xc0, 0x58, 0x93, 0xda, 0x72, 0xda, 0xd3, 0xc9, 0x40, 0xa4, 0x0f, 0xd3, 0xda, 0x21, 0xb5, + 0xb1, 0x21, 0xf8, 0xf4, 0x55, 0x18, 0xe3, 0x4f, 0xa8, 0x02, 0xc5, 0xcd, 0x83, 0x83, 0x17, 0x5f, + 0xbe, 0xde, 0x3c, 0xfa, 0xba, 0x7a, 0x0b, 0xcd, 0x42, 0xc5, 0xd8, 0xfd, 0x6c, 0xbf, 0x7e, 0x6c, + 0x7c, 0xfd, 0xfa, 0xc5, 0xd1, 0xc1, 0xd7, 0xd5, 0x82, 0xfe, 0x87, 0x32, 0x94, 0x44, 0xb6, 0x73, + 0xa3, 0xd5, 0xce, 0x0b, 0x59, 0x47, 0x6e, 0x1a, 0xb2, 0xf6, 0x08, 0x47, 0xb3, 0x61, 0xed, 0x58, + 0x4e, 0x58, 0x9b, 0x75, 0x8c, 0xe3, 0x3d, 0x1c, 0x63, 0x74, 0x27, 0x3f, 0x91, 0xbc, 0x93, 0x7f, + 0x1b, 0x2a, 0x22, 0x01, 0xad, 0x9b, 0x4d, 0x8f, 0x5b, 0x61, 0x71, 0x09, 0x57, 0x30, 0xd2, 0xc0, + 0xf4, 0x35, 0x4b, 0x71, 0xe8, 0x6b, 0x96, 0x55, 0x98, 0x91, 0x66, 0x25, 0x2e, 0x42, 0x80, 0x6a, + 0x2d, 0x49, 0x83, 0xc3, 0xb8, 0xbb, 0x74, 0x9d, 0xb8, 0x3b, 0x1b, 0xc8, 0x95, 0xaf, 0x1d, 0xc8, + 0x59, 0x70, 0xef, 0x1c, 0x63, 0xcf, 0x74, 0x48, 0x9b, 0x2f, 0x2d, 0x0f, 0xcb, 0xc5, 0xd1, 0x74, + 0xb1, 0xc5, 0x07, 0xde, 0x6c, 0xe0, 0xa8, 0x6f, 0x24, 0xbb, 0xd3, 0x3b, 0xaa, 0xeb, 0xc9, 0x18, + 0x24, 0x01, 0x1d, 0x40, 0xd5, 0xc6, 0x9e, 0x43, 0x3b, 0x4d, 0xec, 0x32, 0x69, 0x2a, 0x55, 0x67, + 0xc9, 0xe0, 0xe0, 0xa0, 0x8b, 0x93, 0x1b, 0x6a, 0x2b, 0xaa, 0x18, 0xa1, 0xc1, 0x86, 0x3a, 0x22, + 0x4e, 0x94, 0x13, 0xe6, 0x87, 0x2e, 0x27, 0xa8, 0x54, 0x63, 0xe1, 0x2a, 0xa9, 0x46, 0x4e, 0xc0, + 0xa1, 0xfd, 0x08, 0x01, 0xc7, 0x9d, 0x9b, 0xdf, 0x25, 0xa5, 0x42, 0x87, 0xa5, 0x1b, 0x86, 0x0e, + 0x67, 0xf0, 0x96, 0xb4, 0x18, 0x35, 0xbe, 0x9c, 0x16, 0x75, 0xea, 0x2e, 0xe1, 0x91, 0x30, 0x9f, + 0x48, 0x68, 0xd9, 0x54, 0x50, 0xd8, 0x6f, 0xe5, 0x07, 0x0b, 0x41, 0xa7, 0xb0, 0xd2, 0x93, 0x68, + 0xdf, 0x95, 0x03, 0xbd, 0x39, 0x70, 0xa0, 0x81, 0x32, 0x72, 0xd2, 0x9c, 0xbb, 0x37, 0x48, 0x73, + 0x7e, 0x09, 0x65, 0xa9, 0x8b, 0x32, 0xdf, 0x53, 0x41, 0xe8, 0x1b, 0x89, 0x1c, 0x20, 0xb6, 0xd4, + 0x2a, 0x25, 0x4c, 0x31, 0xa0, 0x67, 0x70, 0xfb, 0xdb, 0x8b, 0xf3, 0x80, 0x1b, 0x1f, 0xa7, 0x8d, + 0xfd, 0xdd, 0x4b, 0xe6, 0x9b, 0x3c, 0x02, 0xd9, 0xde, 0x14, 0xc1, 0x67, 0xd1, 0xe8, 0x85, 0x46, + 0x1f, 0xc0, 0xa4, 0xe7, 0xb4, 0x1a, 0xc4, 0x0d, 0x54, 0x6d, 0xee, 0x4e, 0xce, 0x2e, 0xcb, 0x77, + 0x30, 0x42, 0xca, 0xb0, 0xce, 0xaf, 0x77, 0xf5, 0x43, 0xfd, 0x64, 0x70, 0x31, 0x50, 0xff, 0x87, + 0x02, 0x20, 0xf1, 0x3e, 0x2a, 0xbe, 0x51, 0x0e, 0xe8, 0x3e, 0x4c, 0xab, 0x08, 0x31, 0x2c, 0x19, + 0x14, 0x54, 0x4d, 0x3f, 0x05, 0x45, 0x2f, 0x61, 0x81, 0x44, 0x8c, 0x8c, 0xab, 0x2f, 0xf6, 0x0f, + 0x63, 0x9f, 0x99, 0xe8, 0xf5, 0xc9, 0x25, 0x33, 0xf2, 0xb9, 0xb9, 0x77, 0x09, 0x11, 0x8e, 0x19, + 0x04, 0x2a, 0x1e, 0x48, 0xc1, 0xf4, 0x7d, 0x98, 0x15, 0x13, 0x4f, 0xb9, 0xec, 0xeb, 0x35, 0xd6, + 0x30, 0x98, 0x39, 0xc6, 0x0e, 0x6e, 0x62, 0xe6, 0xdf, 0x48, 0x10, 0x7a, 0x08, 0x23, 0xed, 0x75, + 0x75, 0xdb, 0x96, 0x50, 0x98, 0x48, 0xf8, 0xab, 0x75, 0x95, 0xf1, 0x8c, 0xb4, 0xd7, 0xf5, 0xbf, + 0x1e, 0x85, 0xd9, 0x2e, 0xcc, 0x35, 0x07, 0xfe, 0x0a, 0x66, 0x9b, 0x98, 0x99, 0xb6, 0xc9, 0xcc, + 0xd7, 0xf8, 0xd2, 0x3a, 0x33, 0x5d, 0xd5, 0xe2, 0x56, 0x5a, 0x7f, 0x98, 0x3b, 0x8f, 0x43, 0x45, + 0xbd, 0xab, 0x88, 0xd5, 0xbc, 0xaa, 0xcd, 0x0c, 0x1c, 0xed, 0x02, 0x78, 0x3e, 0x6d, 0x62, 0x76, + 0x86, 0x5b, 0x61, 0x35, 0xee, 0x9d, 0x5c, 0x91, 0xb5, 0x88, 0x4c, 0x09, 0x4b, 0x30, 0xa2, 0xcf, + 0xa1, 0x14, 0x30, 0xd3, 0x3a, 0xb7, 0x7d, 0xd2, 0xc6, 0xbe, 0x5a, 0xa2, 0xfb, 0xb9, 0x72, 0xea, + 0x9c, 0x6e, 0x47, 0xd0, 0x29, 0x41, 0x49, 0x56, 0xf4, 0xc7, 0x30, 0x6b, 0x5a, 0x16, 0x0e, 0x82, + 0xd7, 0x0e, 0x6d, 0xbc, 0xf6, 0xe2, 0xd6, 0xd3, 0xd2, 0xfa, 0xe3, 0x5c, 0x79, 0x9b, 0x82, 0xfa, + 0x80, 0x36, 0xa4, 0xa6, 0xc8, 0xe0, 0x4f, 0x49, 0x9e, 0x31, 0xd3, 0x48, 0xdd, 0x84, 0xb7, 0x06, + 0xae, 0x12, 0xfa, 0x08, 0x4a, 0x17, 0x66, 0xd0, 0x1c, 0x3e, 0xc6, 0x4a, 0x92, 0xeb, 0xff, 0x3c, + 0x0a, 0x6f, 0xf4, 0x59, 0xb6, 0x6b, 0x6a, 0xc0, 0x8d, 0xe6, 0x84, 0x7e, 0x13, 0xc6, 0x43, 0xaf, + 0x69, 0x1b, 0xfb, 0x3e, 0xb1, 0xb1, 0xda, 0xa2, 0x8d, 0xa1, 0xb6, 0x7a, 0x4d, 0xfe, 0x79, 0xa1, + 0x78, 0x8d, 0x69, 0x2b, 0xf5, 0xbc, 0xf4, 0x7d, 0x01, 0xa6, 0xd3, 0x24, 0xe8, 0x39, 0x4c, 0xa6, + 0x2f, 0xf8, 0x07, 0x3b, 0xed, 0x90, 0x01, 0x7d, 0xce, 0xad, 0x93, 0x30, 0xfd, 0xea, 0x8a, 0x49, + 0xbd, 0xee, 0x60, 0x11, 0x19, 0x3e, 0xf4, 0x05, 0xcc, 0x50, 0xe5, 0xad, 0x42, 0x51, 0xa3, 0x43, + 0x8a, 0xca, 0x32, 0xea, 0x7f, 0x33, 0x0e, 0xcb, 0xfd, 0xd4, 0xf8, 0x9a, 0x1b, 0xfb, 0x2c, 0xbe, + 0xfc, 0x1c, 0xb8, 0xa9, 0xc2, 0x9f, 0x45, 0xb7, 0x9f, 0xcf, 0x01, 0x9a, 0xd4, 0x25, 0x8c, 0xf2, + 0x89, 0x0f, 0xd1, 0x03, 0x90, 0xa0, 0x46, 0x4f, 0x60, 0x8a, 0x51, 0x8f, 0x3a, 0xb4, 0xd1, 0x19, + 0x22, 0xbb, 0x8a, 0x68, 0xd1, 0x0e, 0xcc, 0xd8, 0x24, 0xe0, 0x33, 0x8f, 0x42, 0x89, 0xc1, 0xc5, + 0xe6, 0x2c, 0x0b, 0xdf, 0xe0, 0xb4, 0x06, 0xa9, 0x03, 0x3e, 0xc4, 0x06, 0xa7, 0xf9, 0xd0, 0xb7, + 0xb0, 0x10, 0xee, 0x53, 0x64, 0x07, 0xc4, 0x5a, 0x4e, 0x0a, 0x07, 0xb5, 0x31, 0x9c, 0x05, 0x5a, + 0x4b, 0xf1, 0x1a, 0xf9, 0x22, 0xd1, 0x19, 0xcc, 0x2b, 0xf5, 0x4a, 0x0f, 0x35, 0x75, 0x83, 0xa1, + 0x72, 0x25, 0xea, 0x1b, 0x50, 0x49, 0x0f, 0x3d, 0x05, 0x63, 0x47, 0x2f, 0x8e, 0x76, 0xab, 0xb7, + 0xf8, 0xaf, 0xbd, 0x97, 0x07, 0x07, 0xd5, 0x02, 0x9a, 0x81, 0xd2, 0xae, 0x61, 0xbc, 0x30, 0xea, + 0x32, 0xcb, 0x1c, 0xd1, 0xff, 0xbe, 0x00, 0xf7, 0x87, 0xb3, 0x8b, 0xd7, 0x54, 0xd5, 0xcf, 0x60, + 0xd6, 0xa1, 0x8d, 0x2f, 0x89, 0x6b, 0xd3, 0x8b, 0x30, 0xed, 0x50, 0x4a, 0xdb, 0x27, 0x2f, 0xe9, + 0xe6, 0xd1, 0x77, 0x95, 0x6f, 0x4f, 0x06, 0x59, 0xe8, 0x31, 0xcc, 0x05, 0xad, 0x93, 0xc0, 0xf2, + 0xc9, 0x09, 0xb6, 0xe3, 0x0e, 0x8c, 0x82, 0x28, 0xd4, 0xe7, 0xa1, 0xf4, 0xbf, 0x2c, 0x40, 0x29, + 0x51, 0xb0, 0x8d, 0x8a, 0xed, 0x85, 0x44, 0xb1, 0x1d, 0xc1, 0x98, 0x47, 0x7d, 0x26, 0xa6, 0x39, + 0x6e, 0x88, 0xdf, 0x68, 0x09, 0xa6, 0x78, 0xf6, 0x25, 0x2e, 0xad, 0x46, 0x05, 0x3c, 0x7a, 0x46, + 0x77, 0x01, 0x64, 0xe3, 0xb3, 0xc0, 0x8e, 0x09, 0x6c, 0x02, 0xc2, 0x79, 0x3d, 0x15, 0xa9, 0xaa, + 0x0f, 0x22, 0xa2, 0x67, 0xfd, 0x9f, 0x26, 0xa1, 0x94, 0xb8, 0x1b, 0xe6, 0xb2, 0x78, 0xc2, 0x2c, + 0x2f, 0xc8, 0x55, 0x47, 0x7a, 0x02, 0xc2, 0x53, 0x60, 0x55, 0x2b, 0x51, 0x77, 0xaf, 0x52, 0x60, + 0x1a, 0x88, 0xde, 0x83, 0x59, 0x8b, 0x36, 0x3d, 0xea, 0xf2, 0xdc, 0x2b, 0xfc, 0xbe, 0x40, 0xa6, + 0xd2, 0xdd, 0x88, 0xf8, 0x86, 0x6d, 0x9b, 0xfa, 0x78, 0xa7, 0xd5, 0xf4, 0x54, 0xd6, 0x3c, 0xc4, + 0x0d, 0x5b, 0xc8, 0xc1, 0x77, 0x42, 0x7d, 0x55, 0xa1, 0x22, 0x70, 0x59, 0x83, 0x94, 0x9d, 0x26, + 0x79, 0x28, 0x9e, 0x6f, 0x87, 0xe0, 0x9a, 0xba, 0x60, 0x51, 0x9d, 0x27, 0x19, 0x70, 0x5c, 0x0c, + 0x98, 0x4e, 0x16, 0x03, 0x56, 0x61, 0x46, 0x15, 0x70, 0x22, 0xfe, 0xaa, 0xea, 0x5c, 0x49, 0x83, + 0x53, 0x1f, 0x59, 0xa0, 0xcc, 0x47, 0x16, 0xcf, 0x79, 0x2c, 0x43, 0xda, 0xc4, 0xc1, 0x0d, 0x6c, + 0xab, 0x6b, 0x95, 0xbe, 0x06, 0x31, 0xa6, 0x46, 0x5b, 0xb0, 0xec, 0x63, 0xd3, 0x26, 0x2e, 0x0e, + 0x82, 0x7d, 0x97, 0x30, 0x62, 0x3a, 0x3b, 0xd8, 0x31, 0x3b, 0x75, 0x6c, 0x51, 0xd7, 0x96, 0x17, + 0x2b, 0x15, 0xa3, 0x2f, 0x0d, 0x7a, 0x02, 0x8b, 0x11, 0xbe, 0x86, 0x7d, 0x42, 0xed, 0x90, 0x7b, + 0x41, 0x70, 0xf7, 0xc0, 0xa2, 0x8f, 0xe0, 0x4e, 0x84, 0xd9, 0x33, 0x89, 0xd3, 0xf2, 0xf1, 0xf1, + 0x99, 0x8f, 0x83, 0x33, 0xea, 0xd8, 0xe2, 0x02, 0xa4, 0x62, 0xf4, 0x26, 0xe0, 0x5a, 0x16, 0x30, + 0x93, 0xb5, 0x44, 0xb1, 0x57, 0xf4, 0x5a, 0x54, 0x8c, 0x04, 0x24, 0x5d, 0x42, 0xd1, 0xae, 0x50, + 0x42, 0x09, 0xdb, 0x08, 0xee, 0x08, 0xfb, 0x56, 0x8d, 0x79, 0x24, 0x3c, 0x6a, 0x20, 0x58, 0x87, + 0x79, 0xb5, 0xcb, 0xa1, 0x81, 0x97, 0xfa, 0xb2, 0x2c, 0xb6, 0x27, 0x17, 0x87, 0x3e, 0x81, 0xa2, + 0x43, 0x4e, 0xb1, 0xd5, 0xb1, 0x1c, 0xac, 0x8a, 0xdb, 0x83, 0x8d, 0x7f, 0xcc, 0x82, 0xce, 0xe0, + 0x1e, 0x7f, 0xf9, 0x4d, 0x4f, 0xd4, 0x99, 0xb8, 0x51, 0x79, 0xe9, 0x32, 0xe2, 0x88, 0xd3, 0x57, + 0x67, 0xa6, 0xcf, 0xc2, 0xea, 0xf6, 0x20, 0x6f, 0x3a, 0x48, 0x8c, 0xfe, 0x5b, 0x98, 0xc9, 0xb4, + 0x6f, 0xc4, 0x3a, 0x5c, 0x48, 0xea, 0x70, 0x6a, 0x9d, 0xc7, 0x87, 0x5d, 0x67, 0x7d, 0x1b, 0x6e, + 0xf7, 0xe8, 0xe0, 0xe7, 0x99, 0x9f, 0xe5, 0xb5, 0xc2, 0x12, 0xb6, 0xe5, 0xb5, 0x64, 0xaf, 0x52, + 0x93, 0xfa, 0x9d, 0xb0, 0xac, 0x2c, 0x9f, 0xf4, 0xcf, 0xa0, 0x18, 0x35, 0x8c, 0xa0, 0xe7, 0x30, + 0xce, 0xe8, 0x39, 0x76, 0x87, 0x75, 0xaa, 0x62, 0x46, 0x92, 0x45, 0xff, 0x13, 0x28, 0x27, 0x6f, + 0x98, 0xd0, 0x32, 0x14, 0x45, 0x97, 0x42, 0xcd, 0x64, 0x67, 0x6a, 0x22, 0x31, 0x20, 0x32, 0xb8, + 0x23, 0x09, 0x83, 0xcb, 0xd5, 0x51, 0x48, 0x10, 0x25, 0x61, 0x99, 0xd9, 0x25, 0x20, 0xfa, 0xdf, + 0x16, 0xa0, 0xa2, 0xd2, 0xcb, 0xa8, 0x29, 0xa0, 0x64, 0x26, 0x72, 0xfb, 0x61, 0xc3, 0xc5, 0x24, + 0x13, 0xcf, 0x28, 0xc3, 0x7b, 0x99, 0x5a, 0x68, 0xee, 0x2b, 0x46, 0x0a, 0x16, 0xcd, 0x76, 0x34, + 0xed, 0x1e, 0xb2, 0xfd, 0xcf, 0xfa, 0x7f, 0x8e, 0xc1, 0x42, 0x6e, 0x6f, 0x13, 0xfa, 0x0a, 0xee, + 0x48, 0x53, 0x19, 0x37, 0x53, 0x6d, 0x75, 0x54, 0x47, 0xe0, 0x10, 0x21, 0x79, 0x6f, 0x66, 0xf4, + 0x35, 0xcc, 0xb9, 0xb8, 0x8d, 0xd5, 0x80, 0x51, 0x45, 0xb1, 0x74, 0xb5, 0xbb, 0x94, 0x3c, 0x19, + 0xe2, 0xf6, 0xc7, 0xb9, 0x30, 0x3b, 0x41, 0x46, 0x76, 0xf9, 0xaa, 0xb7, 0x3f, 0x39, 0x42, 0xd0, + 0x01, 0xcc, 0xf9, 0xf8, 0xc2, 0x27, 0x0c, 0x6f, 0x7a, 0xde, 0xe7, 0xc7, 0xc7, 0xb5, 0x9a, 0x4f, + 0x4f, 0xb0, 0x30, 0xde, 0xfd, 0xd7, 0x22, 0x8f, 0x0d, 0x19, 0x30, 0x47, 0x84, 0x7c, 0x9c, 0xaa, + 0xf6, 0x0c, 0xdb, 0x79, 0x97, 0xc7, 0xcc, 0x63, 0x4d, 0x7a, 0x92, 0x7a, 0xf1, 0x61, 0x8b, 0x88, + 0x19, 0x3e, 0x59, 0xb5, 0xf8, 0x56, 0xd6, 0x53, 0x5f, 0x1a, 0x07, 0xc2, 0x32, 0x8b, 0xaa, 0x45, + 0x0c, 0xe3, 0x76, 0x8d, 0xe1, 0xa6, 0xe7, 0x98, 0x2c, 0xea, 0x09, 0x1f, 0xc2, 0xae, 0x45, 0x2c, + 0xfa, 0x9f, 0x8f, 0x40, 0x39, 0xd9, 0xa5, 0x85, 0x9e, 0xc2, 0x24, 0xcf, 0x50, 0x6d, 0xda, 0xe8, + 0x6e, 0x94, 0x96, 0x84, 0x3b, 0x12, 0x1d, 0xf6, 0x46, 0x2a, 0x6a, 0xf4, 0x31, 0xb7, 0xb0, 0x8d, + 0x33, 0x16, 0x30, 0xec, 0x29, 0xdd, 0xbc, 0x97, 0x65, 0x3d, 0xe0, 0x04, 0x75, 0x86, 0xbd, 0xb0, + 0x2f, 0x2d, 0xe2, 0x40, 0x1b, 0x30, 0xf1, 0x1d, 0xf1, 0xce, 0x49, 0xd8, 0x5c, 0xbc, 0x9c, 0xe5, + 0xfd, 0x46, 0x60, 0xc3, 0xae, 0x2c, 0x49, 0x8b, 0xb6, 0xd3, 0x65, 0x80, 0xb1, 0xec, 0xb7, 0x4a, + 0x92, 0xb5, 0x1e, 0x93, 0xe4, 0x54, 0x00, 0xf4, 0x47, 0x30, 0x97, 0xf3, 0x66, 0x48, 0x83, 0x49, + 0x53, 0x35, 0x47, 0x49, 0x43, 0x14, 0x3e, 0xea, 0x75, 0x58, 0xc8, 0x7d, 0x9f, 0xde, 0x2c, 0x68, + 0x05, 0x4a, 0xb2, 0x34, 0x70, 0x2c, 0x2c, 0xa5, 0xba, 0xb9, 0x4a, 0x80, 0xf4, 0x35, 0x40, 0xdd, + 0x2f, 0xda, 0x67, 0x12, 0xff, 0x51, 0x80, 0xdb, 0x3d, 0x5e, 0x0f, 0x3d, 0x86, 0x71, 0x1b, 0x9f, + 0xb4, 0x1a, 0x43, 0x04, 0xdb, 0x92, 0x10, 0x6d, 0xc0, 0x42, 0xd3, 0xbc, 0x3c, 0x6a, 0x35, 0x4f, + 0xb0, 0xff, 0xe2, 0x74, 0x93, 0x31, 0x9f, 0x9c, 0xb4, 0xb8, 0x4e, 0x49, 0xc3, 0x96, 0x8f, 0xe4, + 0x01, 0x48, 0x12, 0x91, 0x38, 0x42, 0xf2, 0x8e, 0xa7, 0x07, 0x16, 0x3d, 0x07, 0x2d, 0x81, 0x39, + 0xc4, 0x41, 0x60, 0x36, 0xc2, 0xaf, 0x21, 0xe5, 0xcd, 0x4f, 0x4f, 0xbc, 0xfe, 0xbb, 0x02, 0xc0, + 0x96, 0x19, 0x84, 0xc6, 0xfc, 0x0b, 0x40, 0x2a, 0x9a, 0x34, 0x76, 0x8e, 0xa3, 0x93, 0x30, 0xf8, + 0xbd, 0x73, 0xb8, 0x78, 0x7c, 0xdc, 0x8e, 0x1a, 0xd6, 0xf9, 0x89, 0x93, 0xdb, 0x94, 0x06, 0xa2, + 0x1a, 0x2c, 0x48, 0x5e, 0xd1, 0x69, 0x26, 0xa7, 0xb1, 0x6d, 0xec, 0x04, 0x43, 0x64, 0xc4, 0xf9, + 0x8c, 0xfa, 0x33, 0x40, 0xb2, 0x6b, 0xcd, 0x10, 0x7d, 0x8a, 0xea, 0xcd, 0xb2, 0xc7, 0xbf, 0xd0, + 0x7d, 0xfc, 0xf5, 0x7f, 0x1d, 0x83, 0x09, 0x21, 0x3a, 0x40, 0xef, 0xc0, 0xa8, 0xe5, 0x12, 0x75, + 0xf2, 0xe6, 0x52, 0x9f, 0xe1, 0x86, 0x4d, 0x85, 0x96, 0x4b, 0xd0, 0x06, 0x4c, 0xa9, 0xb2, 0x47, + 0x18, 0x34, 0x24, 0x3e, 0xd9, 0x4d, 0x7f, 0x40, 0x61, 0x44, 0x94, 0x68, 0x0d, 0x26, 0xe4, 0xe5, + 0xa9, 0xca, 0xbe, 0x17, 0xb3, 0x0d, 0xd3, 0xe1, 0xb9, 0x94, 0x54, 0xa2, 0xe1, 0x85, 0x27, 0x5c, + 0xaa, 0xbb, 0x6b, 0x21, 0xb7, 0xd8, 0x6d, 0x48, 0x1a, 0xf4, 0x94, 0xdb, 0x30, 0x95, 0x46, 0x2a, + 0x1b, 0x76, 0x27, 0x27, 0xb9, 0x0d, 0x6d, 0x46, 0x44, 0x8b, 0xbe, 0x84, 0xc5, 0x20, 0xed, 0x37, + 0x55, 0xfb, 0xad, 0xba, 0xbc, 0x4a, 0xd8, 0x9f, 0x5c, 0xff, 0x6a, 0xf4, 0x60, 0x47, 0x8f, 0xa1, + 0x28, 0xbf, 0xd9, 0xe0, 0x2b, 0x3a, 0xd7, 0x7b, 0x45, 0xa7, 0x04, 0xd5, 0xb6, 0x4b, 0x52, 0xbd, + 0x9a, 0x0b, 0x99, 0x5e, 0xcd, 0x65, 0x28, 0xd2, 0x8b, 0xf0, 0xfb, 0x59, 0x69, 0xc4, 0x63, 0x00, + 0x7a, 0x0a, 0xd0, 0xc4, 0x81, 0xfa, 0x4a, 0x43, 0x85, 0xa6, 0x3d, 0x6b, 0xec, 0x09, 0x52, 0xb4, + 0x0a, 0x63, 0x27, 0x66, 0x80, 0x55, 0xdc, 0x99, 0xf8, 0xe8, 0x23, 0x3e, 0x1d, 0x86, 0xa0, 0x40, + 0x9f, 0x42, 0x99, 0x24, 0xf4, 0x4b, 0x75, 0x4c, 0x2c, 0x67, 0x3b, 0x5e, 0x93, 0xda, 0x67, 0xa4, + 0x38, 0x74, 0x0d, 0x16, 0xf3, 0x7d, 0x89, 0x7e, 0x0f, 0xde, 0xec, 0xeb, 0xc7, 0xf5, 0x45, 0x98, + 0xcf, 0xbb, 0xa0, 0xd2, 0x67, 0x61, 0x26, 0x73, 0x05, 0xa1, 0xff, 0x06, 0x2a, 0xa9, 0x4f, 0xbe, + 0x7e, 0xe0, 0x5e, 0x88, 0x19, 0xa8, 0xa4, 0x56, 0xf3, 0xc1, 0x17, 0x3d, 0x6e, 0x1b, 0xd0, 0x0c, + 0x94, 0x5e, 0x1e, 0xd5, 0x6b, 0xbb, 0xdb, 0xfb, 0x7b, 0xfb, 0xbb, 0x3b, 0xd5, 0x5b, 0xa8, 0x04, + 0x93, 0x3b, 0xbb, 0x7b, 0x9b, 0x2f, 0x0f, 0x8e, 0xab, 0x05, 0x04, 0x30, 0x51, 0x3f, 0x36, 0xf6, + 0xb7, 0x8f, 0xab, 0x23, 0x68, 0x12, 0x46, 0x5f, 0xec, 0xed, 0x55, 0x47, 0x1f, 0xbc, 0x0a, 0xd3, + 0x17, 0x8e, 0x96, 0xde, 0xa9, 0x7a, 0x0b, 0x55, 0x12, 0x4e, 0xb1, 0x5a, 0xe0, 0x62, 0x94, 0xbb, + 0xac, 0x8e, 0xf0, 0x41, 0x12, 0x5e, 0xa8, 0x3a, 0x8a, 0xe6, 0x60, 0x86, 0x7a, 0xd8, 0xdd, 0xc6, + 0x6e, 0xd0, 0x0a, 0x36, 0x1b, 0xd8, 0x65, 0xd5, 0xb1, 0xad, 0xc5, 0x7f, 0xfc, 0xfe, 0xee, 0xad, + 0xdf, 0x7d, 0x7f, 0xf7, 0xd6, 0xbf, 0x7c, 0x7f, 0xf7, 0xd6, 0x37, 0xd1, 0x7f, 0xa3, 0x38, 0x99, + 0x10, 0x2b, 0xf0, 0xc1, 0x7f, 0x07, 0x00, 0x00, 0xff, 0xff, 0x80, 0xae, 0xec, 0x0d, 0xcc, 0x42, + 0x00, 0x00, } diff --git a/operator/pkg/apis/istio/v1alpha1/values_types.proto b/operator/pkg/apis/istio/v1alpha1/values_types.proto index 695477a00c0e..77c746f3bd2c 100644 --- a/operator/pkg/apis/istio/v1alpha1/values_types.proto +++ b/operator/pkg/apis/istio/v1alpha1/values_types.proto @@ -983,6 +983,19 @@ message SidecarInjectorConfig { // Configure the injection url for sidecar injector webhook string injectionURL = 22; + + // Templates defines a set of custom injection templates that can be used. For example, defining: + // + // templates: + // hello: + // metadata + // labels: + // hello: world + // + // Then starting a pod with the `inject.istio.io/templates: hello` annotation, will result in the pod + // being injected with the hello=world labels. + // This is intended for advanced configuration only; most users should use the built in template + TypeMapStringInterface templates = 23; } // Configuration for each of the supported tracers. diff --git a/pkg/kube/inject/inject.go b/pkg/kube/inject/inject.go index 1712f0a29e6b..16ec25e7227c 100644 --- a/pkg/kube/inject/inject.go +++ b/pkg/kube/inject/inject.go @@ -328,7 +328,10 @@ func RunTemplate(params InjectionParameters) (mergedPod *corev1.Pod, templatePod return nil, nil, multierror.Prefix(err, "could not parse configuration values:") } - strippedPod := stripPod(params) + strippedPod, err := reinsertOverrides(stripPod(params)) + if err != nil { + return nil, nil, err + } data := SidecarTemplateData{ TypeMeta: params.typeMeta, diff --git a/pkg/kube/inject/inject_test.go b/pkg/kube/inject/inject_test.go index 25cc8e44d4d5..34b04b594188 100644 --- a/pkg/kube/inject/inject_test.go +++ b/pkg/kube/inject/inject_test.go @@ -266,6 +266,11 @@ func TestInjection(t *testing.T) { in: "proxy-override-args.yaml", want: "proxy-override-args.yaml.injected", }, + { + in: "custom-template.yaml", + want: "custom-template.yaml.injected", + inFilePath: "custom-template.iop.yaml", + }, } // Keep track of tests we add options above // We will search for all test files and skip these ones diff --git a/pkg/kube/inject/testdata/inject/custom-template.iop.yaml b/pkg/kube/inject/testdata/inject/custom-template.iop.yaml new file mode 100644 index 000000000000..f68cf9accbf0 --- /dev/null +++ b/pkg/kube/inject/testdata/inject/custom-template.iop.yaml @@ -0,0 +1,37 @@ +apiVersion: install.istio.io/v1alpha1 +kind: IstioOperator +metadata: + namespace: istio-system + name: example-istiocontrolplane +spec: + values: + sidecarInjectorWebhook: + templates: + custom: | + metadata: + annotations: + # Disable the built-in transformations. In the future we may want a template-level API + prometheus.istio.io/merge-metrics: "false" + sidecar.istio.io/rewriteAppHTTPProbers: "false" + foo: bar + spec: + containers: + {{- range $index, $container := .Spec.Containers }} + - name: {{ $container.Name }} + env: + - name: SOME_ENV + value: "true" + - name: SOME_FILE + value: /var/lib/data/foo.json + volumeMounts: + - mountPath: /var/lib/data/foo.json + subPath: foo.json + name: some-injected-file + {{- end}} + volumes: + - name: some-injected-file + downwardAPI: + items: + - path: foo.json + fieldRef: + fieldPath: "metadata.annotations['foo']" diff --git a/pkg/kube/inject/testdata/inject/custom-template.yaml b/pkg/kube/inject/testdata/inject/custom-template.yaml new file mode 100644 index 000000000000..0d1914bacfb3 --- /dev/null +++ b/pkg/kube/inject/testdata/inject/custom-template.yaml @@ -0,0 +1,21 @@ +apiVersion: apps/v1 +kind: Deployment +metadata: + name: hello +spec: + selector: + matchLabels: + app: hello + template: + metadata: + annotations: + inject.istio.io/templates: "custom" + labels: + app: hello + spec: + containers: + - name: hello + image: "fake.docker.io/google-samples/hello-go-gke:1.0" + readinessProbe: + httpGet: + port: 80 diff --git a/pkg/kube/inject/testdata/inject/custom-template.yaml.injected b/pkg/kube/inject/testdata/inject/custom-template.yaml.injected new file mode 100644 index 000000000000..06832787966b --- /dev/null +++ b/pkg/kube/inject/testdata/inject/custom-template.yaml.injected @@ -0,0 +1,48 @@ +apiVersion: apps/v1 +kind: Deployment +metadata: + creationTimestamp: null + name: hello +spec: + selector: + matchLabels: + app: hello + strategy: {} + template: + metadata: + annotations: + foo: bar + inject.istio.io/templates: custom + prometheus.istio.io/merge-metrics: "false" + proxy.istio.io/overrides: '{"containers":[{"name":"hello","image":"fake.docker.io/google-samples/hello-go-gke:1.0","resources":{},"readinessProbe":{"httpGet":{"port":80}}}]}' + sidecar.istio.io/rewriteAppHTTPProbers: "false" + sidecar.istio.io/status: '{"initContainers":null,"containers":["hello"],"volumes":["some-injected-file"],"imagePullSecrets":null}' + creationTimestamp: null + labels: + app: hello + spec: + containers: + - env: + - name: SOME_ENV + value: "true" + - name: SOME_FILE + value: /var/lib/data/foo.json + image: fake.docker.io/google-samples/hello-go-gke:1.0 + name: hello + readinessProbe: + httpGet: + port: 80 + resources: {} + volumeMounts: + - mountPath: /var/lib/data/foo.json + name: some-injected-file + subPath: foo.json + volumes: + - downwardAPI: + items: + - fieldRef: + fieldPath: metadata.annotations['foo'] + path: foo.json + name: some-injected-file +status: {} +--- diff --git a/pkg/kube/inject/webhook.go b/pkg/kube/inject/webhook.go index 07ff59173c0c..3a53fd71e72a 100644 --- a/pkg/kube/inject/webhook.go +++ b/pkg/kube/inject/webhook.go @@ -511,6 +511,44 @@ func reapplyOverwrittenContainers(finalPod *corev1.Pod, originalPod *corev1.Pod, return finalPod, nil } +// reinsertOverrides applies the containers listed in OverrideAnnotation to a pod. This is to achieve +// idempotency by handling an edge case where an injection template is modifying a container already +// present in the pod spec. In these cases, the logic to strip injected containers would remove the +// original injected parts as well, leading to the templating logic being different (for example, +// reading the .Spec.Containers field would be empty). +func reinsertOverrides(pod *corev1.Pod) (*corev1.Pod, error) { + type podOverrides struct { + Containers []corev1.Container `json:"containers,omitempty"` + InitContainers []corev1.Container `json:"initContainers,omitempty"` + } + + existingOverrides := podOverrides{} + if annotationOverrides, f := pod.Annotations[OverrideAnnotation]; f { + if err := json.Unmarshal([]byte(annotationOverrides), &existingOverrides); err != nil { + return nil, err + } + } + + pod = pod.DeepCopy() + for _, c := range existingOverrides.Containers { + match := FindContainer(c.Name, pod.Spec.Containers) + if match != nil { + continue + } + pod.Spec.Containers = append(pod.Spec.Containers, c) + } + + for _, c := range existingOverrides.InitContainers { + match := FindContainer(c.Name, pod.Spec.InitContainers) + if match != nil { + continue + } + pod.Spec.InitContainers = append(pod.Spec.InitContainers, c) + } + + return pod, nil +} + func createPatch(pod *corev1.Pod, original []byte) ([]byte, error) { reinjected, err := json.Marshal(pod) if err != nil {