diff --git a/examples/13-iamserviceaccounts.yaml b/examples/13-iamserviceaccounts.yaml index e514267802..574b18e5bc 100644 --- a/examples/13-iamserviceaccounts.yaml +++ b/examples/13-iamserviceaccounts.yaml @@ -18,6 +18,11 @@ iam: labels: {aws-usage: "application"} attachPolicyARNs: - "arn:aws:iam::aws:policy/AmazonS3ReadOnlyAccess" + - metadata: + name: aws-load-balancer-controller + namespace: kube-system + wellKnownPolicies: + awsLoadBalancerController: true - metadata: name: cache-access namespace: backend-apps diff --git a/pkg/apis/eksctl.io/v1alpha5/assets/schema.json b/pkg/apis/eksctl.io/v1alpha5/assets/schema.json index 19829d6ba8..075eaab853 100755 --- a/pkg/apis/eksctl.io/v1alpha5/assets/schema.json +++ b/pkg/apis/eksctl.io/v1alpha5/assets/schema.json @@ -343,6 +343,9 @@ "description": "AWS tags for the service account", "x-intellij-html-description": "AWS tags for the service account", "default": "{}" + }, + "wellKnownPolicies": { + "$ref": "#/definitions/WellKnownPolicies" } }, "preferredOrder": [ @@ -351,6 +354,7 @@ "labels", "annotations", "attachPolicyARNs", + "wellKnownPolicies", "attachPolicy", "permissionsBoundary", "status", @@ -1713,6 +1717,50 @@ "description": "defines the configuration for KMS encryption provider", "x-intellij-html-description": "defines the configuration for KMS encryption provider" }, + "WellKnownPolicies": { + "properties": { + "autoScaler": { + "type": "boolean", + "description": "adds policies for cluster-autoscaler. See [autoscaler AWS docs](https://docs.aws.amazon.com/eks/latest/userguide/cluster-autoscaler.html).", + "x-intellij-html-description": "adds policies for cluster-autoscaler. See autoscaler AWS docs.", + "default": "false" + }, + "awsLoadBalancerController": { + "type": "boolean", + "description": "adds policies for using the aws-load-balancer-controller. See [Load Balancer docs](https://docs.aws.amazon.com/eks/latest/userguide/aws-load-balancer-controller.html).", + "x-intellij-html-description": "adds policies for using the aws-load-balancer-controller. See Load Balancer docs.", + "default": "false" + }, + "certManager": { + "type": "boolean", + "description": "adds cert-manager policies. See [cert-manager docs](https://cert-manager.io/docs/configuration/acme/dns01/route53).", + "x-intellij-html-description": "adds cert-manager policies. See cert-manager docs.", + "default": "false" + }, + "externalDNS": { + "type": "boolean", + "description": "adds external-dns policies for Amazon Route 53. See [external-dns docs](https://github.com/kubernetes-sigs/external-dns/blob/master/docs/tutorials/aws.md).", + "x-intellij-html-description": "adds external-dns policies for Amazon Route 53. See external-dns docs.", + "default": "false" + }, + "imageBuilder": { + "type": "boolean", + "description": "allows for full ECR (Elastic Container Registry) access.", + "x-intellij-html-description": "allows for full ECR (Elastic Container Registry) access.", + "default": "false" + } + }, + "preferredOrder": [ + "imageBuilder", + "autoScaler", + "awsLoadBalancerController", + "externalDNS", + "certManager" + ], + "additionalProperties": false, + "description": "for attaching common IAM policies", + "x-intellij-html-description": "for attaching common IAM policies" + }, "github.com|weaveworks|eksctl|pkg|utils|ipnet.IPNet": { "type": "string", "description": "an IP address in CIDR notation", diff --git a/pkg/apis/eksctl.io/v1alpha5/iam.go b/pkg/apis/eksctl.io/v1alpha5/iam.go index c62f6c433e..5b60b9ed0c 100644 --- a/pkg/apis/eksctl.io/v1alpha5/iam.go +++ b/pkg/apis/eksctl.io/v1alpha5/iam.go @@ -80,6 +80,8 @@ type ClusterIAMServiceAccount struct { // +optional AttachPolicyARNs []string `json:"attachPolicyARNs,omitempty"` + WellKnownPolicies WellKnownPolicies `json:"wellKnownPolicies,omitempty"` + // AttachPolicy holds a policy document to attach to this service account // +optional AttachPolicy InlineDocument `json:"attachPolicy,omitempty"` diff --git a/pkg/apis/eksctl.io/v1alpha5/schema.go b/pkg/apis/eksctl.io/v1alpha5/schema.go index 3192ba4be0..64fc0182bb 100644 --- a/pkg/apis/eksctl.io/v1alpha5/schema.go +++ b/pkg/apis/eksctl.io/v1alpha5/schema.go @@ -1,6 +1,6 @@ // Code generated by go-bindata. DO NOT EDIT. // sources: -// assets/schema.json (66.8kB) +// assets/schema.json (69.486kB) package v1alpha5 @@ -69,7 +69,7 @@ func (fi bindataFileInfo) Sys() interface{} { return nil } -var _schemaJson = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x7d\xfd\x73\xdb\x36\xb6\xe8\xef\xfb\x57\x60\x94\x9d\xbb\xc9\x8c\x68\xc5\xed\xb6\xdb\xdb\xed\xf3\x3c\xc5\x76\x53\xbd\xc4\x8e\xae\x95\xb6\xf3\x6a\x67\x6e\x20\xf2\x48\xc2\x9a\x02\x58\x00\x94\xe3\xde\xf4\x7f\x7f\x83\x0f\x7e\x83\x14\x49\xd1\x49\x76\x9e\x7f\xb2\x4c\x82\x07\xe7\x0b\x07\x07\x07\x07\x07\xff\xf3\x17\x84\x46\x7f\xe5\xb0\x1a\x7d\x8f\x46\x4f\x26\x01\xac\x08\x25\x92\x30\x2a\x26\xa7\x61\x2c\x24\xf0\x53\x46\x57\x64\x3d\x1a\xab\x86\xf2\x3e\x02\xd5\x90\x2d\xff\x05\xbe\x34\xcf\xfe\x2a\xfc\x0d\x6c\xb1\x7a\xbc\x91\x32\xfa\x7e\x32\xf9\x97\x60\xd4\x33\x4f\x3d\xc6\xd7\x93\x80\xe3\x95\xf4\x9e\xff\x63\x62\x9e\x3d\x31\xdf\xe5\xba\x1a\x7d\x8f\x14\x1e\x08\x8d\xa6\xbf\x2d\xe2\x25\x05\x79\x81\xa3\x88\xd0\x75\xfa\x02\xa1\x11\x0e\x02\xdd\x1a\x87\x73\xce\x22\xe0\x92\x80\xc8\xbd\xaf\x25\x23\x01\xb9\x88\xc0\x1f\xd9\xc6\x7f\x8e\x13\xa8\x0e\x8a\xf4\xf3\x00\x84\xcf\x49\xa4\x40\x68\xca\x58\x18\x08\x24\x34\x20\x24\x19\x9a\xfe\x86\xb6\x06\x45\x71\x84\x66\x2b\x24\x37\x80\x6e\xe1\x1e\x11\x81\x30\x45\xd3\xdf\xc6\x48\x6e\xb0\x44\x38\x14\x0c\x2d\xc1\x67\x5b\x10\xba\x0d\xc5\x5b\x40\xcc\xb4\xb7\xd0\x98\xdc\x00\xbf\x23\x02\x50\x2c\x20\x05\x24\x19\xe2\xb0\x02\xae\x7e\xc8\x0d\x49\xfa\x3e\xca\x30\xfc\xe0\x11\x2a\x21\x0c\xc9\xbf\xbc\x8d\xdc\x86\xde\x97\x8f\x71\x00\x2b\x1c\x87\x52\x61\xf7\x3f\x7f\x1a\x51\x58\x41\x8c\x0a\x42\xca\x09\x3d\xaa\x11\x35\xfe\xa3\xf0\x7f\x4e\x90\x42\x72\xa5\x38\xe3\xfc\xbb\x12\x6b\x7c\x4c\xd1\x12\x10\xdb\x12\x29\x21\x40\xa4\xca\x8c\xe2\xe7\x7b\x38\xdd\x02\x5c\x0a\xed\xcf\x0c\xf0\xc8\x27\x01\x2f\x53\xe1\x56\xe1\x35\x91\x9b\x78\x79\xe4\xb3\xed\xc7\x3b\xc0\x3b\xb8\x63\xfc\x56\x7c\x84\x5b\xe1\xcb\xf0\x63\x74\xbb\xfe\x18\x4b\x12\x8a\x8f\x24\x52\xfc\x9e\xcd\x2f\x41\xba\x7b\x24\xc1\x1e\xae\x65\x5f\x55\x06\x4a\xa4\x85\xcb\x21\x78\xc3\x03\x50\x78\x5f\x17\xe0\x8e\x0b\xb2\x29\x53\x69\xff\x7d\x37\xde\x33\x98\x57\x38\x14\x50\x54\x8c\x20\xd0\x5c\x4e\x35\x82\xc3\xef\x31\xe1\x10\x14\x31\x50\x5a\x5a\xed\xa5\x56\x7b\xa4\xc4\xfe\x66\xce\x42\xe2\xdf\xb7\x93\xc0\x8c\x86\x84\xc2\x19\xf3\xe3\x2d\x50\xd9\xa8\x5d\x66\xe0\x61\x14\x69\xf0\x28\xb0\xdf\xa8\x61\x61\xfa\xcd\x06\x08\xf0\x1d\xf1\x01\x61\xdf\x67\x71\x19\x6a\xab\xe1\xdd\xa7\x17\xa7\x66\xe4\x39\x32\xbd\xba\x14\x65\xae\x10\x09\xdb\xf2\xc3\x06\xf5\x29\x00\xcf\xb5\xc3\x9c\xe3\xfb\x46\xee\x85\x44\x48\x65\x6e\x14\x12\x89\xd9\x99\x4d\x2f\x0c\x9d\x44\xd9\xa4\x84\xc0\x4e\xec\xea\x00\xd6\xc9\x1f\xad\x5f\x6d\xc7\x4e\xee\x3b\xcb\xfc\xa9\xe1\xfd\x15\x0b\x61\x7a\x75\xd9\x07\xd0\x0e\xb8\x20\x85\x91\xd0\xfc\x69\xa7\xf1\xab\xa9\x73\x74\xb6\x97\x90\x26\x0d\xaa\x79\xd7\xcd\x16\x34\xcf\xc7\x4a\x8a\xe7\xaf\x16\x08\x2b\x23\x81\x7c\xed\xa8\xc4\x1c\xcb\x3c\xee\xed\x06\x52\x13\xa4\x82\x3d\x4a\x9c\xa2\x90\xc5\xc1\xaf\x58\xfa\x9b\x36\xb3\x95\x6f\x3e\x7a\xcd\xd6\xeb\xa2\x53\x83\xea\x2d\x4e\xa5\xa3\xe4\xeb\x9e\x32\x2e\xe1\x30\x88\x14\x7c\x46\x25\x26\x54\x58\x86\xa1\x08\x73\xbc\x05\x09\x5c\x20\x0e\x21\x56\xb3\xa1\x64\x28\xc7\xab\xb6\x42\xe9\x0c\xb8\x59\x46\x55\xc6\xd7\x8a\x0a\x28\x5e\x86\xf0\xf6\x3e\x82\x9e\x36\x70\x5c\x7c\x0b\x34\xde\x16\x04\x91\xb0\x3b\x22\xa5\xa6\xea\x61\x1c\x10\xe9\x7a\x2c\x37\x40\x25\xf1\xb1\x64\xbc\xfa\x5a\x31\x8b\xb3\x30\x04\x7e\x81\x29\x5e\x83\xa3\x89\x72\xbc\x83\x38\x04\x3e\x2a\xbc\x79\x37\x80\xc1\xd6\xac\x52\x26\x35\x34\x4c\x56\x82\x31\x4c\x44\x4f\x05\x00\xba\xce\xc4\xa0\x66\x29\xf1\xee\xe9\x24\x16\x78\x0d\x13\x5f\x3d\xbf\x53\xcf\x3d\xab\x9b\x9e\x05\x31\x79\x62\x1f\x18\xe9\x7b\xf0\x01\x6f\xa3\x10\xc4\xb3\x67\x47\xe8\x17\x1c\x92\x00\x01\x95\x5c\x59\x6d\xcc\xe1\x7b\xf4\xfe\x46\x71\xf3\x66\xf4\x7e\xac\x7f\x2a\x1e\x66\xff\xe4\x38\x97\x3c\xac\xf0\x2b\x79\x91\x72\xe9\x66\xf4\xfe\xa8\xd3\xf4\xb2\x8f\x09\x3f\x60\xb4\xe1\xb0\xfa\x5f\x37\xa3\xde\xc4\xdf\x8c\x4e\x4a\x9c\xfc\x61\x82\x4f\xdc\x1c\xf9\xc1\x67\x01\x9c\xfc\xc7\xef\x31\x93\xff\xc4\x11\x31\x3f\x7e\x98\xe8\xa7\xe3\xe2\x5b\xc5\xad\xc6\xf7\x39\x06\x36\xb4\xab\xf0\xb4\xa1\x6d\xca\xe6\x42\x9b\xa3\xbe\x86\x2d\x3f\x62\x87\xb4\x6a\xc0\x9b\xad\x8f\x15\x53\x22\xf2\xae\xb6\xad\x2b\x78\xa7\x85\x33\x4b\xf3\xbd\xde\xf1\x16\x24\x0e\xb0\xc4\xf9\x39\xf9\x96\xd0\xa2\xd7\x1e\x91\x5f\xec\xb4\xdf\xde\x8f\x56\xb3\x65\x5b\x3b\x59\xb3\x3a\xd7\xfe\x7d\x4b\x3b\xe4\x76\x5d\x33\xc4\x3b\x2c\x09\x9d\x76\x79\x64\x96\x54\x47\x84\x4d\x76\xc7\x38\x8c\x36\xf8\x9b\x3c\x6a\xef\xdc\xfd\xef\x30\x09\xf1\x92\x84\x44\xde\xff\xc6\x68\xdf\x79\xe3\x10\x16\xf8\x2e\x6f\xa4\x81\xe9\x55\x27\xa6\xc9\xc2\x2f\x4a\x56\x5c\xc4\x51\xc4\xb8\x6c\x63\xc8\x9f\x75\xb2\xa2\x8b\x8e\x96\xb2\x68\x12\x2d\x5a\xca\x2a\xba\xb9\xb4\xc2\x7c\x8d\x25\xcc\x39\x5b\x91\xb0\xb5\x98\xdc\x1c\xfc\xb1\x00\xeb\x20\xe1\xad\x89\x6c\x27\xb5\x97\xa4\x6e\x59\x8f\xb7\x9d\xe4\x3e\x9b\x5e\xb8\x01\x69\x9b\x70\xf0\x20\x2a\x1a\xa7\xbd\xe3\xe7\x36\x5e\x02\xa7\x20\x41\x5c\x82\xbc\x63\xfc\xb6\x62\xd5\x1a\x28\x7a\x55\xf3\xb1\xb3\xa7\xad\x9e\x9a\x82\x4b\x16\xc0\x4b\xce\xe2\xe8\x30\x15\xb8\x28\x41\x1b\x62\xf5\xab\x87\x9a\x82\xb8\xd6\xf8\x21\x3d\x04\xd2\x81\xa6\xf1\x27\x74\xed\xd1\xb4\xc5\x33\x84\x69\x80\xae\x2d\x65\x28\x7b\x91\x7e\x04\xb7\xc2\xb3\xaf\xf5\x77\x62\x88\x41\xe9\xc0\xe4\x66\x74\x52\x46\x5c\x0d\x45\x8d\x5f\xe5\xfb\x2a\x52\x37\xa3\x93\x2a\x11\xf5\x63\x39\x9d\xd1\xba\xe8\xfd\x05\x48\x5c\xb3\xbc\x1f\x46\x25\x06\xd5\x85\x1f\x19\x47\x84\xae\x18\xdf\xea\x65\xa8\x66\x64\xe2\x0c\x22\xed\x59\x3b\xa4\xed\x52\x91\x4e\xe2\xde\xdb\x6b\x4b\x5d\x68\x23\xc4\x88\x93\x1d\x96\x60\xa5\xd3\x4e\x94\xf3\xe2\x37\x4d\x0c\xc4\x61\xc8\xee\x44\xba\x98\x57\x6e\x39\x46\xab\x38\x0c\xef\x3d\xdb\x73\xea\x64\x11\x8a\xee\x36\xc4\xdf\x20\xca\xb4\xfa\xa1\x0d\x16\x88\xc5\x72\xc9\x62\x1a\x20\xc5\x30\x65\x64\x10\xf6\x7d\x10\x62\xac\x99\x92\x80\x30\xcf\x74\x84\xfd\xd7\x45\x12\x6c\x13\x88\x08\xbb\x00\x08\xd0\x8e\x60\xf4\xcb\xfc\x14\x01\x0d\x22\x46\xa8\x14\x9d\x04\xf2\xe5\x52\xe1\x94\xa9\x00\x9f\x83\x14\xe7\xd4\xe7\xf7\x09\x0d\x2d\xc4\xba\xa8\x7c\xe6\x86\x2e\xb1\x8c\x2b\x63\xb4\x71\xd0\x2f\xcc\x27\x4e\x70\xbb\xc8\xef\x04\xeb\x97\xf9\x69\xdf\x55\x4a\x83\xbb\xed\x32\x6b\x2d\xe6\xc7\x92\x03\x50\x22\x6b\x5c\xf1\xd2\xeb\x07\x9e\xdb\x10\x36\x4e\x9c\x0d\x6e\x55\xa3\x6b\xec\x76\x5a\x1b\xf5\xa7\x2a\xfe\x92\xf3\x34\xc8\xa2\x0f\x23\x41\x94\x91\xb3\x03\x6d\xac\x86\xc2\x12\x10\x87\x28\xc4\x3e\x04\xe8\x8e\xc8\x0d\xb2\x0c\x43\xd3\xf9\xac\xf5\x72\xaf\x33\x60\xd7\x42\xef\x3c\x1d\x74\x2d\x42\x58\x56\xba\x53\x3d\xa4\xeb\xdc\xb9\x25\x63\x21\xe0\x9a\x61\x16\xc5\xcb\x90\xf8\x5d\x01\x74\x1a\x0f\x45\x24\xeb\xfa\x1e\x44\xb4\x26\xc2\x9b\x18\x49\x1c\x11\x6d\xdf\x80\xa7\xa6\x2c\xb1\x7e\xb9\x79\xaf\x63\xf8\xb8\x23\x70\x97\x88\x95\x53\xde\x42\xb8\xc9\x68\x63\xc1\xf9\x07\xf0\x63\x05\xae\xdd\xae\x42\xd3\x4c\xc9\x59\xa8\xf7\x72\x03\xb4\xbc\x47\x11\x0b\xcc\x76\x88\xc1\x5b\xcd\x07\xd3\xf9\x4c\x1c\xa1\xb7\x1b\x22\x90\x6e\x4a\x04\xc2\x41\x60\xe2\x14\x72\x03\x28\xf3\xc2\xd1\xd5\x8b\xe9\x29\x5a\x31\x8e\x70\x2c\x37\x8c\x93\x3f\x34\xc5\x47\x48\x7b\xb6\x73\x16\xa0\x14\x6d\xa4\xf0\x7e\xf7\x74\x23\x65\x24\xbe\x9f\x4c\x02\xe6\x8b\x23\x7c\x27\x8e\xf0\x16\xff\xc1\xe8\x91\xcf\xb6\xca\x4d\x9c\x84\x58\x82\x90\x93\x58\x00\x5f\xc7\x24\x80\x49\xc4\x02\x0f\x12\x20\x9e\xc2\xe7\x48\x09\xa6\x9b\x9b\xf3\x89\x28\xce\x9c\xa5\xa1\xc8\xbc\x19\x9d\x54\xb9\xb8\x7f\xcd\x5b\x52\x97\x39\xf0\x2d\x11\x6a\xf6\x11\x2f\x94\x73\x80\x79\x65\x1f\xb4\x83\xfa\x44\x19\x34\xb4\xb4\xe0\x34\x47\x14\xa7\x2c\x06\x8a\xc9\x28\xa5\x47\x33\xf5\xbd\xd5\x8a\xf3\x57\x0b\x64\xd7\xd3\x68\x51\x8a\x2d\xd8\xaf\x3d\xbb\xb8\xef\xb8\x76\x39\x0c\xb1\x8a\xa7\x5b\x46\xe6\x66\x74\xe2\xc0\xbd\x5e\x18\xc5\x3d\xb4\xc3\x96\x1a\x99\xd5\x58\x14\xa0\x0e\xb1\xf2\x28\xed\x18\xeb\xb1\xe1\x73\x50\x34\x12\xaa\x79\x67\xed\x9d\x15\xe0\x6c\x7a\x81\x2c\x16\x28\x21\xee\xdd\xd3\x09\xc1\x5b\x0b\x29\x01\x34\x79\xa2\x19\xe9\xa9\x39\xcf\xb3\xf1\x6d\xed\x34\x74\x13\x6b\x47\xfc\x72\x72\xec\x80\xd2\xcd\xe8\xc4\x45\xd7\x5e\xe9\x1e\xb0\xc7\x9b\x83\xf0\x89\x06\x28\x0e\x43\x44\x02\xa0\x92\xc8\x7b\x6f\x89\x95\x3d\xd4\xff\x10\x10\x96\xa3\xda\x40\xda\xb0\xa8\x91\xb6\x32\x8f\x19\x7a\x28\x41\xaf\xd9\x92\xcf\xa6\x17\x89\x89\xfb\x59\x00\x7f\xa9\x4d\x9c\xb1\xb7\xff\x9d\xec\xc1\xff\xb7\x45\x8d\x80\xe8\x61\xd1\x87\xa4\xb1\x9d\xd9\xee\x43\xd3\xcd\xe8\xa4\x86\x7f\xf5\x8a\xb5\x8b\xfc\x2b\x10\x2c\xe6\x3e\x9c\xa6\xdb\x2c\xee\xe4\x95\xb2\x73\xd6\xb8\x3c\xd6\x9b\xf2\x36\xcb\x2b\xcd\x85\xb8\x47\x14\x14\x05\x8a\x7b\x92\x21\x1e\x9b\x01\xa5\x56\x7e\xd9\x1e\x4f\x3a\xcc\xcc\x13\x14\x85\x98\x42\xb7\x55\xed\x83\x76\x9e\x25\x9a\x49\x1e\x83\x93\xa9\x6a\xbc\xbf\x99\x9d\x9d\x1e\xc2\x41\xb3\x34\xce\x68\x50\xf0\x50\xc4\xd9\x8e\x04\xca\x17\x14\xe8\x0e\xc2\x50\xfd\x9d\x5d\x2d\xa6\xe9\xbc\x33\xd5\x1a\x84\x4e\x2f\x67\x28\x0a\xe3\x35\xa1\x9d\x18\x37\x54\x9f\x3d\xdd\xf6\x92\x91\x6b\x6f\xbc\xf6\xfb\x24\x25\x78\x1d\x3c\x17\x97\x58\x1b\xa6\xdd\x96\x43\x6b\xc0\xb5\x87\x32\x41\x4a\x58\x58\x4a\x4e\x96\xb1\x34\x7b\xc5\x38\x99\xa6\x3a\x2e\x36\xf6\x41\xab\x59\x5d\x94\xfc\x84\x36\x49\x96\x94\x32\x89\x8b\x19\xba\xcd\xbc\x38\x70\x8b\xab\x94\x84\x8b\x90\x3b\x69\x14\x35\x24\xaf\x3d\xa6\xf3\x95\x39\xf2\x98\xce\x57\xe5\x4f\x88\x97\x10\x7e\xd9\x4a\xdd\x37\xe3\x50\x7d\x27\x22\xec\xf7\xfa\x38\x1a\xd4\xed\x9c\x5e\x5d\x26\xc2\x71\x7a\x67\x4a\x48\x42\x30\x9f\x28\xcf\x5d\xc7\xc1\x74\x92\xf9\x01\xc3\x68\x98\x1e\x9d\xac\x51\x0b\xc3\xcb\xfd\x32\x69\xdc\xdd\x8b\xc0\x27\x2b\xe2\x9b\x90\x82\x4e\xac\x27\x54\x48\xc0\x41\x82\xb4\xde\xce\x4e\xe3\x44\xde\x1a\x28\x70\xed\xa0\xa6\x5f\x74\xdb\xbb\x1b\xa2\x43\xf7\x52\xa5\x7b\x20\xbe\x32\x05\x35\x45\xe6\x25\x5e\x7f\xd6\xe1\x59\xd4\xaa\x5f\x17\x48\x21\x94\xba\x53\x07\xa9\x68\x27\x60\x75\x86\xa2\x93\xd3\x56\x4e\xef\xcd\x4c\x44\xd5\x24\x8e\xdd\xd3\x7f\xd3\xdc\x52\x37\x13\xef\xb1\x2b\x8d\x71\xfd\x74\xb4\x95\x75\x62\x48\xaf\x8c\xea\x39\xa3\xc4\x7f\x94\xec\xc1\xe8\xfd\xb1\x43\x72\x8a\xbb\xc3\x6f\xe5\xb9\x2d\xca\x43\xaf\xd6\x7f\xe3\x1d\x43\x11\x9d\x94\x2a\x01\x3e\xa0\x40\x8c\x1a\xe4\xe7\xf3\xba\xb1\xd1\xf2\xf0\xd3\x5e\x78\x2e\x86\xeb\x2c\x81\x76\x07\x4e\xf2\x0a\x0b\xeb\x6e\xa9\x73\x5f\x86\x6f\x5d\x5c\x94\xf3\x25\x91\x5c\xcd\x93\xa9\x8e\x92\x35\x65\xdc\x04\x48\xde\x9b\x08\x49\xc7\xcc\xd8\x66\x98\x26\x2d\xd4\x00\x4e\xf3\x40\x1f\xc0\x53\x6a\xa2\xda\xaa\x47\x79\x2d\xd6\x86\xb8\xd2\xa7\x6e\xbf\xc1\x28\x46\x7f\xfc\xf4\xfa\xfd\xd7\x05\x32\x80\xd0\x86\x09\xa9\x33\x8c\xd5\x62\xa0\x0f\xd2\x6d\xe0\x7d\xf9\x73\xb2\xde\xbb\x51\x6b\x22\xbc\xb6\xd4\x98\x65\xbc\x23\xa6\xd7\x89\x3b\xbd\xe1\xb6\x50\xd4\x76\x67\x78\x9a\xa8\x36\xb9\xde\x3b\xcc\x09\xa6\x32\x4b\x7f\x3f\x3e\x3a\xfe\x7b\x92\xc4\x7e\x7c\x74\xfc\x4d\xee\xf7\xb7\xb9\xdf\xff\xc8\xfd\xfe\xee\x66\xf4\x1e\x3d\xb5\x48\x3f\xeb\x36\xa6\x5d\x58\xe4\x13\xbc\x15\x3a\x0d\xf9\xdf\x0a\xc3\xe6\xd7\xdf\x36\xbf\xfe\x47\xf3\xeb\xef\x0a\xaf\x6b\x89\xcc\x09\x4c\x7d\xd4\x26\xb3\x51\x11\x56\x3e\xe0\xa1\xa8\x71\x3c\xfb\xd6\xf1\xec\x1f\x8e\x67\xdf\xd5\x24\x48\x1e\xe4\xe0\x59\x9b\xe3\x50\xbd\xf2\x70\xae\x71\xf7\x06\x99\xd4\xd3\x43\x3c\x66\x55\x11\xe6\xf2\x94\xba\xef\xb3\xb7\x02\xe6\x9a\xce\x2f\xa7\x6f\xdb\xf8\x4a\x6b\x2c\xe1\x0e\x1f\xb2\xda\xad\x19\x9b\x3f\x91\xf5\x26\xbc\x9f\x9a\x4c\x98\x10\xd4\xb0\x4b\x9c\x3e\x10\x08\xa3\x8d\x7e\x8f\x70\xd2\x00\x5d\x4e\xdf\x22\x8b\x8d\x1e\xac\x0b\x42\xd7\x8e\xef\x84\x7e\x9c\x6f\x9d\x69\xba\xfe\xee\x8c\x88\xa4\xc3\xc0\xfc\x14\xaa\xf5\xb0\x43\xbd\x44\x5d\x71\xe4\x75\xa0\x33\x0f\xd3\x10\xdc\x00\xaa\x99\xf4\x3c\x28\xcb\x83\x22\xac\x06\x6e\xe4\x6c\x82\xc1\xa2\x8d\x55\x28\xf1\xa0\x3c\xc8\x1d\x80\x10\x4a\xa4\x33\xc4\xe8\x4f\x54\x77\x90\x41\xab\x98\xea\x17\x13\xcc\xf6\xe9\x48\xee\x13\xd7\x00\x6c\xbf\x5e\xc1\xbc\xfd\xf9\xd6\x9c\xe1\xf2\x15\xac\x15\xf1\xb1\x84\xa9\x49\xc1\x90\xf7\x67\x8e\xdc\xe0\x5e\xe7\xf7\x94\xdd\x01\x2a\xcf\xa9\xcf\x02\x73\x84\x70\xb4\xc4\x02\xbe\xfd\xfb\x41\x39\xff\xc6\x81\x38\x35\x1e\x45\xbb\x28\xca\xf9\xab\xc5\xe9\xdb\xd7\xc9\x27\x6e\xa8\x36\xe5\xa8\xd7\xde\xb3\xc4\xfe\x6d\x8b\xf8\x56\x4f\x1d\x4d\x51\x6b\x23\xb7\x71\x51\x25\x9c\x58\xd6\x32\x73\xb0\xf5\x28\xe2\x80\x03\x8f\x51\x65\xb4\x06\xd8\xb7\x69\x01\xce\x39\x7a\x74\x59\x8c\x2e\x79\x7f\xed\xd4\xa9\x5c\x68\xc5\xa9\x14\x26\x17\xef\x50\x80\x9d\x14\x25\x21\xa2\x8a\xc5\x60\x82\x15\x59\xd6\x33\x0d\x90\x81\x6e\x8b\x95\x88\x8e\x11\x86\x06\x40\x2e\x61\xfe\x32\x3f\x6d\x65\x07\x63\xc9\xa6\x61\xc8\xd4\xc8\x98\xcd\x77\xdf\x1e\xb2\x47\x3d\x2d\xc0\xfa\xe5\x5b\xc4\xe1\xf7\x18\x84\x34\xe1\xa9\xf9\xee\x5b\x74\x3a\x3b\xbb\x42\xcb\x90\xf9\xb7\x26\x22\x3e\xf9\xe6\x5b\xa4\x24\x44\x3e\xa4\x21\x4a\x85\x77\xa7\x18\xe7\x50\x9d\xba\xed\xfd\x27\xaf\x9b\xe2\xd7\x67\xe1\x36\xf4\x5e\xc9\xdd\x6d\xdc\x1b\x00\xb0\xc7\x78\x74\x86\x7f\x96\x8e\x3f\x9f\xa5\xc9\x70\xbb\xc8\xf7\xa8\xc9\x01\xd7\x07\x85\xd3\x93\x17\xa6\xb9\x27\x99\x27\x37\xe0\x65\x09\xe3\x1e\x8e\x88\x67\xf2\x51\xbd\x34\x6f\x7f\x80\xe3\x3f\xc3\x20\x92\x1c\xf9\xa9\x10\x5c\x9f\x0a\x03\x1f\x24\xc7\x4a\x77\x0e\x4b\x9e\x3b\x44\x2f\xfa\xef\x85\xea\x64\xa4\xd4\x66\x99\x21\x90\xec\x46\x29\xb4\xc6\x08\x8e\xd6\x47\x08\x9b\x37\xaa\x75\x62\x5e\xac\x4d\x41\x0a\x00\xbd\x47\x38\xf0\x36\xac\x6a\xb2\xda\x88\xf3\xa1\x70\x70\x4a\xab\x43\xb9\xa1\x42\x38\xaf\xe5\x79\xc8\xdc\x02\xaf\x61\xf6\x32\x99\xe4\x5d\x74\x66\xf8\x5d\x70\x73\x2a\x27\xb3\x79\x66\x7f\x3a\x0c\xd9\x5d\x4e\xf1\xed\xfc\x71\xfb\x9d\x50\x63\x00\x39\x3c\xa6\xfd\xe2\x3d\xa8\x23\xb7\x5f\x08\x7e\xac\x1c\x33\x73\xac\xad\xff\xea\x58\xa9\x92\xcf\xb6\xdb\x98\x2a\x87\x8f\x30\x8a\x96\x20\xef\x00\x68\x31\x8f\x4b\xcf\xa4\xfa\x44\x60\x67\xb5\xee\x06\xdd\x4d\xec\x06\x73\x73\xcc\x65\x31\x20\xd9\x11\x07\x4f\xeb\x2d\x04\xc8\xf4\x60\x4e\x67\x2d\x5e\x76\xa6\xb1\x01\x94\x9b\xa0\x8a\xf7\x88\xf6\x8e\xa7\x85\xcb\xac\x94\x70\xb9\x85\x7b\x13\x09\x9d\xfe\x86\x0c\xef\xe9\x0e\x28\x01\xea\x83\xcd\x12\xd5\xe1\x64\x7b\x70\xf0\xdd\xd3\x49\x72\x84\x70\xc2\x21\x56\xcb\x77\x8f\xe0\xad\x87\x69\xe0\xed\x22\x7f\xf2\x2c\x9f\xb7\x76\xad\xdf\x23\xf8\x40\x4c\x5c\xfa\x97\xf9\xa9\xa8\x9d\x01\x63\x01\x5e\xd2\x52\x81\xf2\x74\x69\x3a\xcf\x8f\x85\x64\x5b\xaf\xb0\xb9\xd6\x31\xc6\xb9\x97\xc2\xdc\xa4\xd8\x48\xdc\xcd\xe8\x24\xcf\x0b\x73\x26\x36\x23\x77\xef\xdc\xda\x81\xc4\x9b\xd1\x89\x83\x79\xaa\xc7\xde\xc5\x35\x8a\x95\xdd\xb4\xe7\x55\x6b\x1c\x1c\x7a\xe7\x9e\xba\x5b\x8c\xb8\x71\x83\x37\x5c\x9a\x2b\x9a\xfc\xb4\xc6\xd9\x60\xc0\x05\xc5\x3a\x64\x4b\x1c\x26\xf5\x11\x95\x95\xc1\x61\x88\xfc\x0d\x09\x83\x9e\x2b\x8b\x36\x10\x0b\x4b\x8c\x62\x7c\x20\xb7\xca\x70\x4d\x67\xc9\x47\xa5\x32\x06\x03\x97\xd9\x1b\x66\x63\x2e\x39\x5e\x11\x19\x24\xbb\x0d\xe3\x3a\x18\x6e\x87\x61\xd0\x43\x55\xb3\xe9\x85\xce\xa2\xf9\x9b\x40\xd3\xab\x4b\x35\xf1\xea\x6a\x99\x26\xad\x59\x1f\x39\x62\x54\xb2\x04\xb5\x6e\x64\x75\x85\x5d\x33\xb5\x87\xe0\x4b\xc6\x87\xac\x84\xb1\xb0\x30\x87\xf0\x9a\xcc\x44\xa7\xe5\xc7\xe3\xd0\x24\xf5\x19\x9c\x91\xb2\x8e\x21\xc3\x7a\xa7\x2e\x29\x27\x74\x00\x3b\x0f\xeb\xa9\x2e\x9e\xe6\x48\x90\xea\xa0\x3e\x6f\x37\x80\xfc\x98\x73\xa0\xb2\x94\xc8\x70\xd0\x80\xe8\x00\xb6\x8b\x47\xf1\x89\x5d\xe9\x04\x57\xb1\x61\x71\x18\x24\xca\x1f\x30\x64\x67\x4e\xa4\x0f\xd7\xea\x0c\xda\xa4\x74\xad\x16\x27\x04\xa9\x40\x75\x11\x5c\xca\x28\x24\xd9\xf3\xc1\x58\x9b\xd8\x64\x9d\x93\x84\x21\x92\x7d\xa6\x3b\x12\x86\x68\x69\x0e\x0d\x76\x63\xf9\x17\x82\xb2\x53\x9c\x5f\xd4\x9e\xfe\xcf\xb9\xbd\xf7\x2c\x4b\xc1\xee\xbf\x77\x62\x79\x07\x48\x0f\x92\x61\xe7\x9a\x49\x9c\x96\xb7\xd9\x67\x2a\x6f\xd1\x8a\x42\xc6\xe4\x61\x8e\x8b\xb1\x79\xc2\x6a\x9a\x54\xee\xa2\x40\x49\xf6\x43\x6a\xe9\x52\xf3\xe7\x36\xae\xed\x0c\x6b\xcf\x4e\x1a\x3c\x95\x74\x9a\x69\xe5\xb1\x98\x5c\xc7\xd6\x6e\xcb\xe7\x4f\x0e\x2f\xf0\x30\x77\xd4\x58\x63\x86\x52\xed\xc9\xcd\xfb\xa5\xd9\xaa\x9b\x81\x1a\xa0\x87\x96\x69\x5a\x6d\x12\xd3\x5b\xf2\x22\x05\x87\x56\x9c\x6d\x6d\xe1\x93\x01\x39\xd1\x1a\xfe\x01\x26\xa3\x2e\x09\x77\xd0\x01\x7e\x80\xef\xd4\x76\x78\xf7\x75\x9a\x92\xc1\xfd\x92\xb4\x3a\x8f\xb4\x64\x4c\x0a\xc9\x71\x54\x5d\xaf\xa0\x7a\x07\x35\x69\xdc\xa4\x57\xd7\x33\x2a\x24\x0e\x43\x53\x5d\xe7\xbf\x62\xe2\xdf\x0a\x89\xb9\x4c\x9c\xa1\x34\x00\xb1\x26\x92\x45\x62\xf2\x84\xa4\xed\x3d\xec\xfd\x9e\xb6\xf7\x6c\x7b\x8f\x50\xef\x9e\xc5\x3c\x29\x59\xd7\x2d\xe6\x5e\x89\x09\xf4\xec\xf5\x66\x74\xb2\x87\xae\xfa\x48\xbb\x92\x00\x2e\x5a\xd8\x06\x1e\xbf\x49\x5a\x37\x32\xf9\xdc\x54\x44\xbd\x82\x88\x35\x31\x74\x15\xc6\x1f\x86\x67\x98\x82\x7a\x33\x3a\xc9\xe1\x50\x4f\x3c\x87\x88\xb5\x23\x5c\xc1\xf9\x77\x26\xba\x93\xc9\xe2\x45\x62\x33\x1d\x19\x37\x8c\xd1\x41\x6c\x99\xad\x2a\xa7\x43\x20\xf9\x88\x17\x62\xba\x49\xa1\x70\xaa\x3e\x21\xab\x14\xfe\x25\x91\x6f\x22\xb5\x12\xce\xb6\xd8\x75\x20\x25\x24\xf4\x56\xbd\x27\xe6\x78\x9d\x6a\x87\x14\x69\x82\x48\xc6\xef\x8f\xd0\xf5\x4b\xcd\x48\xa4\x0f\x74\xbf\x7b\x6a\xf9\x9a\x1b\x6f\xb9\x2a\x14\xfb\x84\xf4\x49\x11\xcf\x69\x44\x15\xe7\x9b\xd1\x49\x9e\xae\x4c\x0f\x12\x23\x5c\x3a\x13\x99\xb3\xc7\x75\xae\x4f\xcf\x5b\x54\xf4\xf6\x51\x9a\x16\xfe\x7f\x16\x6f\x2e\x27\xff\x77\x7a\xf1\x3a\x3d\xf4\x28\xc6\x48\xc4\xfe\x06\x61\x81\x74\xd0\xd0\x51\x27\x97\xf1\xc2\x71\xbf\xce\x07\x33\x1e\x0e\x81\x86\x3b\x4e\xea\x6a\x55\xb6\x98\xf9\xec\xb9\x85\xd9\x7c\xf7\xf7\xd3\xd9\xd9\xd5\x01\x1e\x94\xde\x1b\xe2\x98\xae\x53\xbf\x06\x38\xa0\xf7\xc9\x61\x93\xf9\x7b\x9d\xe4\x87\xb0\x10\x64\x4d\x21\xe8\x64\x91\xdc\xb0\x4d\x3e\x5e\xda\x81\xcd\xc2\x2b\x75\xd3\xd3\x22\x95\xf9\x32\x88\xb1\xc9\x8a\xcf\xdb\xb1\x97\x85\xe3\x93\x61\xdb\x3d\x6d\xb5\x01\x56\x41\x49\x5e\xe3\x98\xfa\x9b\xb7\xb0\x8d\xc2\x62\x2e\x4f\xcd\xfa\x86\x38\x32\x9e\xea\xb4\x68\xef\x7e\x6c\x93\xe2\x18\xc4\x90\xb4\x98\xa1\xd9\x59\x27\xdd\x70\x7c\xee\x9c\x7a\x0f\xcf\x91\x2f\xf7\x64\x21\xa2\x33\x33\x32\x45\x52\xc2\xc9\x8e\x54\x14\xd6\xb4\x7f\xfb\xe6\xec\x4d\x52\x54\x18\xfd\xd5\x7e\x3d\x46\x7f\x7d\xad\x4b\x7e\x1c\x44\xfc\x03\xa1\xd4\x73\x10\x15\xf7\x78\x76\x75\x45\xc0\x5b\x5f\xd9\x53\x29\x8c\x3b\xf0\xb6\x02\xde\x92\x83\x0f\xe1\xde\xa3\x6b\xb3\x83\x86\xa6\x17\xb3\xdc\x9d\x04\x66\x57\x0d\x6f\x49\x56\x71\x6a\x8c\xde\xe3\x58\x32\x4f\x88\xed\x7b\xfb\xfb\xfd\x58\x4d\x00\xef\x85\xc4\x92\xf8\xef\x7b\x1c\xc9\xbd\x77\xd4\xb9\xae\x76\x7d\x33\x3a\xc9\x21\xa9\x66\xec\x24\xbb\x39\x41\xa8\x74\x04\x42\x3d\x4e\x1f\x31\x6e\x9f\x1a\x34\xed\xf3\x9a\x7a\x01\x5b\xf2\x23\xde\x92\xf0\x01\xf2\xdf\x4d\xe9\x91\xd7\x84\xc6\x1f\xbe\x2a\x9c\x39\xd1\x49\xea\x3f\x2f\x63\x2a\xe3\xaf\x9e\x3f\x4f\xcf\xaf\x98\x27\xc7\xdf\x65\x4f\x5e\x30\x29\x43\xe0\xcc\xbf\x85\xf4\x62\x87\x5f\x09\x0d\xd8\x9d\x58\xe8\x94\xa2\xaf\x9e\x1f\xff\xe7\x29\xe3\xba\x84\x87\xae\xac\x5f\xdb\xea\xc7\x38\x0c\x9b\x5b\x1d\xff\xe7\xf3\x56\xb0\x9e\xff\xbd\xdc\x6a\xd8\xc4\xfa\x3c\xdb\x6a\xce\xb3\x14\x53\xdd\x33\x4e\x36\x9c\x8e\xc9\x98\xdb\xd0\x28\xcf\xef\x86\x66\xcd\x22\xe8\xf2\x61\x41\x2a\x6d\x3f\xac\x08\xaa\x7d\x8f\x25\xd9\x95\xae\xa1\xa8\x8b\x6b\xe5\x25\xd2\xe6\x58\x40\x6d\x7b\x84\x72\x6a\xef\x7e\xa3\x24\x54\x7e\x93\x17\x4b\xf9\x5d\xb3\x2c\xf6\xb6\x2e\x08\xa0\xb1\x75\x85\xeb\x7b\x60\x97\x58\xdd\xe2\x36\x05\xb1\x5e\xc4\x22\x02\x1a\xcc\x39\xf3\x41\x88\x07\xbe\x4f\xa1\x71\xaa\x00\x40\xd7\x1c\x42\xd8\x61\x2a\xf5\x1e\x82\xb9\xc0\xa6\xa9\x28\xd8\xf4\xd7\x85\xae\xa9\xf0\x63\x72\x28\xc9\x51\x22\xec\x4e\x78\x69\x0a\xb8\x17\x47\x01\x96\x60\xea\xbe\xe8\x12\x61\x4f\xfc\x15\xcd\xde\x8b\x42\x03\x8f\x33\xbd\xb0\x37\xcf\x3c\x61\x38\x15\x25\x9c\x3a\x24\xb5\xf3\x8b\x25\xea\x66\x74\x52\x91\x41\x7d\xe8\xe6\xd3\xde\xc6\xd1\xe8\x87\x92\x2d\x91\xa6\x48\xbb\x89\x8d\x26\xc5\x38\xa6\xbf\x65\x0e\x87\x9a\xb1\x85\x8f\x43\x9d\xea\xf3\x07\xa3\xe0\xe1\x3b\xcc\xc1\x33\x13\xbc\x79\xd1\x4d\xaa\xa6\xdb\x8a\x7b\xd1\xa6\x23\x5b\xb6\xbd\x82\x6d\x3d\xb7\x03\x10\xca\x9b\x3b\xc5\x11\xf6\x89\xac\xf5\x1e\x14\xc2\xeb\xba\x63\xc5\xf6\x38\xd6\xec\xe2\x6c\xb1\x3b\x3e\x24\xd5\xdd\xfa\x96\x22\xcb\x36\xb7\x6e\x75\x7a\xf2\x3c\x39\xfe\x6f\x77\x35\x74\x97\x5f\x21\xc9\x6e\x81\x76\xdb\x5f\x1c\xb2\xab\x6c\x8a\xc9\x5c\xe9\x1a\x1e\xcd\x59\xa0\x00\x1d\xc2\x24\x9b\x16\xaa\x6b\x88\x5d\x9c\x2d\x32\x02\xf4\x8a\x9d\xda\x03\xe1\xf9\x65\x6a\xc4\x82\x6e\xcc\x19\xa2\x8b\x36\x4c\x81\xa5\x78\x13\x49\xb2\x25\x7f\x54\xcf\x50\xf5\x29\xe3\x77\x7d\xfe\x62\xa1\x17\xe5\x5b\x5b\xc3\x77\xaf\xa5\x3f\x3f\xfd\xaa\x6a\x09\x61\x29\x3c\x96\xe0\xd5\xa3\x90\x65\x82\x4e\x6b\xd3\xdc\x12\x8b\x9b\xd1\x49\x99\xc0\xfa\x81\xdd\xfa\x4a\x99\x74\x95\x57\x7b\xa9\x8c\x0e\x47\x53\xbf\x4d\xf1\xa4\xc6\xef\xe7\xfa\x78\xc8\x21\x10\xde\x9a\xb6\x07\x7d\xff\xf9\xe6\x13\x6b\x91\xf5\x09\xd8\xa4\xfe\x59\x82\x19\x92\x1a\xb5\x2e\x6a\xd6\x02\x9c\x93\x19\x9f\x7f\x77\x7c\xef\x4e\x73\x58\x17\x43\x43\xf5\x7a\x5c\x8a\xbb\xb5\x14\x04\xcd\x52\x6d\xcb\x31\x1b\x6b\xf8\x93\x9c\x9c\xf4\x3e\x94\xbe\x42\xea\xd3\x95\x93\x3b\x5b\xfc\x61\xce\x02\x31\x07\xae\xc6\x6e\xaf\x29\x7b\x8b\x3f\x2c\xc8\x1f\x3d\xbf\x25\xb4\xf7\xb7\x7d\x6b\xe2\xb1\x1d\x70\x4e\x02\x78\x91\x6c\x4e\x9d\xb2\xed\x16\x77\xbb\xeb\xaa\x24\x99\x37\x16\x64\x5a\x16\xe7\x6f\x02\xa5\x7b\x5f\x91\x92\x92\x69\xde\x49\xdc\x29\x50\x47\x5d\x9c\x3a\xf8\x4e\x82\xd3\x5c\xb2\x96\x5b\xe4\x69\xf3\x76\x7a\xaf\xeb\xeb\xa5\xe9\x6a\x5a\xd7\xf2\x97\xcf\x28\x17\xd2\xa6\xb9\x2d\x01\x89\x08\xdf\x75\xdd\x49\x38\xb0\x2b\x37\x4f\x78\x45\xfe\x9f\xcf\x98\x9b\x82\xf3\xa0\xb0\x5e\x31\x0e\x25\xd1\x26\x76\x38\x75\x2b\xfb\xd4\xf9\xe9\xd9\x45\x0d\xef\xf4\x21\xb0\xcb\xd4\x65\x3b\xc4\xdf\xb2\xbb\xd1\xd7\xc9\xc9\xb2\xcc\x11\x6c\x3c\xe7\x61\x9b\x7b\x36\x4f\xce\x5b\x31\xee\x69\x0d\xc6\x61\x76\xf5\xd4\x33\x6d\x05\xfb\x19\x5b\x8b\x57\xab\x13\x19\xad\x90\xb9\x19\x9d\x54\x69\xd4\x07\x40\x1a\x90\xcc\xcd\x6f\xda\xf5\x6d\x71\x2c\xab\xe5\xf9\x9e\xd4\x55\x5b\xbc\xac\x3b\xff\x14\xb1\xda\xe2\x01\x6d\x24\x6b\x4a\x24\xe9\x12\x1d\x11\x93\x3d\xc5\xd0\x0e\x48\x4b\x36\x89\x96\x37\x62\x66\xbc\x59\xfc\xd4\x4c\x62\x56\x88\x44\x88\x4d\x72\xaa\xce\x4c\xbd\x44\xf4\x25\xb9\x2d\x50\x37\x91\x9f\x39\x25\xdb\x44\x1c\xaa\x91\x83\x3e\xe7\x53\xf7\xc1\x72\x32\xe0\x73\x27\x31\xef\x2f\xfc\xc5\xc2\x78\x0b\xf6\x4e\xab\xfd\x8b\xd5\x06\x18\xb3\x37\xf3\xda\xe5\x7f\xa3\xeb\x64\x3e\x7f\xb5\x15\xaf\xe0\x7e\x76\xd6\xc7\x89\x32\x10\xfa\xae\xe2\xcc\xd7\x6d\x3c\xbf\x26\x55\x5b\x93\x35\x5e\xde\xcb\x8e\x4b\x9d\x9a\xaf\x32\xc1\x7d\xf7\xbc\x01\xe7\xb7\x1b\xce\xe2\xf5\x26\x8a\x6b\x4d\x63\x0b\xc6\xb7\x58\x7a\xf6\xd8\x5b\x5b\x47\x7a\x4b\x8d\x08\xf4\xd2\x56\xc5\x9a\xc7\x3c\x62\x02\xd0\x62\x71\x36\x36\x2d\xbe\xae\x6f\x61\xbd\x28\x1f\x53\xe5\x3c\x99\xc0\x80\x80\x40\x1b\x9e\x0d\x59\x6f\x90\x4c\x49\x2f\x6d\xdb\x11\x76\x6c\xc1\xce\x39\xdb\x11\x41\x18\x85\x00\x29\xe5\x4c\x7b\x16\x7e\xd2\xe4\x94\x85\x01\xfa\xe9\xcc\x3e\x96\xc9\xe3\x8c\xaf\x28\x0d\xe3\xa8\x66\xc3\xee\xa3\xad\xa3\xd2\xf6\x59\x1d\xb3\x8a\x1f\x7d\xdd\xe6\xa3\x9e\xfc\xcb\xf7\x44\xd8\x71\xa5\x27\x37\x4b\x8b\x37\xa8\x57\xbf\xca\xb8\x5c\x68\x29\xab\x2d\x5b\x32\x3e\x67\xd7\xd6\xd1\xd7\x6d\x76\xbc\xd6\x51\x65\xa3\xab\xfc\xa5\x9a\x97\xd8\x71\xf9\x91\xf0\xab\x8f\xe4\xf1\x43\x54\xc6\xcb\x36\xba\xeb\xe2\x43\x8d\x7b\x09\x8e\x59\xb7\x3e\x52\x55\x17\x03\x6b\x88\x9f\x3b\xd6\xc9\x8e\x65\xb7\xdb\xac\x96\xdc\x9e\x6a\xc8\xa6\xd1\x9f\x2f\x4f\xa7\xa5\x58\x60\x91\x85\xa3\x7a\x4f\xb4\x3e\xd0\xb0\x67\x93\xaf\x2e\xb0\xeb\x36\xa5\xee\x79\xa9\x61\xca\xad\x9f\x0a\xdd\x73\x6c\xd3\x34\xb0\x6f\x51\xd9\x26\xf2\x50\xbb\x01\x52\x1f\xf5\x77\xae\xef\x6b\xc3\x94\x65\xb7\xbe\x3e\x3e\x66\x5f\x1c\x96\x34\xc7\x21\xe2\x20\x80\x9a\x1a\x3f\xe7\xaf\x16\x5e\xe5\x3a\x67\x93\xbe\xa4\x0d\xb6\x5a\x12\x29\x2b\x19\xd3\x2d\x8e\x22\x65\x32\x09\x98\xcc\xcc\x40\x1b\xcd\x3b\x1d\xef\xe2\x9c\xb5\xaf\xb1\xf5\x60\x08\xe8\xfe\xd3\xdc\x26\x90\x9c\xf8\xe2\x94\x85\x21\xf8\xb2\x98\xa8\x56\x93\xdc\xb4\xe6\x98\xc6\x21\x56\x63\xa4\x7d\x8e\x53\xfe\xa3\x1e\xde\xd6\xd6\xa0\xf9\xa0\x4b\x82\x9e\x16\x39\x4f\x99\x03\xe3\x41\x94\x31\xb9\xd8\x51\x1f\x3b\x33\x7b\x9b\xe9\xf5\xab\xfa\xe6\x6c\xbf\x70\xed\xc1\x70\xdb\xfa\x99\x38\x3d\x2c\x3c\x4b\x93\x9f\x2a\x4b\x69\x37\xa8\x55\x2d\xe2\x06\x32\x06\xdd\xbc\x6f\x83\xfa\xcd\xe8\xc4\xc1\xb9\x6a\x2a\xf9\x63\xea\xdf\x63\xea\xdf\x63\xea\xdf\x63\xea\xdf\x63\xea\xdf\x63\xea\x5f\xa7\xd4\xbf\x26\xf7\x0a\x35\x78\x30\xee\xa0\x6e\x15\x5a\x67\xd7\x66\xcf\xa2\xe5\x31\x33\xf1\x31\x33\xf1\x31\x33\xb1\xa5\x54\x3f\x69\x66\xe2\x32\x6f\x32\xbb\x6d\x01\x15\xac\xad\x13\xb8\x1f\x62\x21\x88\xff\x9a\xe1\xe0\x05\x0e\xd5\x9a\x9b\x5f\xe2\xed\x67\x94\xe8\x34\xbd\xd4\x4e\x1f\xbb\x5f\x5a\xa4\x84\x29\xae\xab\x38\x99\x2e\x20\xba\xef\x4e\x75\x06\x5e\xc3\x33\xbd\xbf\x7c\x76\x59\xbb\x7f\xd1\xc2\xd1\xbc\x3e\x35\x4e\x31\x0e\x02\x0e\xa2\xbe\x2e\x60\x52\x1d\xcf\xf4\xe9\x05\x54\x78\xf6\x93\x67\xa6\xfc\x88\x5a\xfb\x9f\x5d\x2e\x50\xc8\xd8\x6d\x31\x6c\xd5\xe3\xe0\x75\xfb\xde\x6f\x46\x27\x45\x0a\xf4\x6e\xb0\x13\x23\x37\x13\xa3\xf8\x94\x43\x40\xaa\xbb\x7d\x1d\x98\x98\xdb\x6d\xbc\x7e\xfb\x35\xfa\x99\x86\x6a\x60\x42\xd0\x2f\xdd\x71\x19\x73\x21\xf1\x32\x04\x2f\x02\xae\x17\x86\xd4\x07\x2f\x4d\x2f\xf0\xe2\x04\xbc\xb7\x65\x01\x98\x15\xf0\x18\xed\xb4\x0f\xac\xab\xa1\x2b\xc2\xdf\x7a\x0a\xff\x2c\x29\xa1\xef\xee\xe9\x61\x39\x93\x3d\x48\xb9\x19\x9d\xe4\x59\x68\x16\x6a\xfb\x88\x73\x8a\xf6\x31\x95\xfa\x31\x95\xfa\x31\x95\xfa\x31\x95\xfa\xff\x8f\x54\x6a\x71\x46\x84\x71\xb9\x1d\x8b\xbc\x7d\xec\x71\xc2\x70\x76\x77\x1b\x2f\x21\x04\x79\xae\x6b\xcf\x96\xab\x2d\x34\xf4\xd5\xe1\x7e\x70\xeb\x92\x90\x3f\x00\xbd\xb7\xdd\x25\x37\x35\x95\x62\x8b\xe4\x0f\x42\xd7\x69\x61\xfc\x10\xf2\x75\x44\xda\x68\x73\x4d\xdc\xb0\x0a\x36\xf5\x32\x14\x52\x26\x18\x62\x5f\x15\xaf\x53\xaa\xd7\xd9\x7f\x83\x24\xef\xc7\x34\xe6\xc7\x34\xe6\xc7\x34\xe6\xc7\x34\xe6\xc7\x34\xe6\xc7\x34\xe6\xc7\xac\xdf\xf4\xf1\x63\xd6\xef\x17\xe3\xa1\x48\xec\xba\x2b\xea\x0b\x43\x91\xaf\x41\xea\x21\xa0\xaf\xf2\xff\xfc\xf1\x4b\x83\x91\x9d\x21\x87\x8d\x5e\xb6\x02\xed\x64\xd3\x63\xfe\xf6\x63\xfe\xf6\x63\xfe\xf6\x63\xfe\xf6\x63\xfe\xf6\x63\xfe\xf6\x63\xfe\xf6\x63\xfe\xf6\xc3\xe6\x6f\x17\xe3\x9a\x45\xb6\x57\x53\x5a\xdc\xbb\x83\x55\x37\xb4\xcd\xf6\x75\x83\x67\x58\xb7\xb5\xee\xde\xe1\x6d\x0e\xc1\xda\x97\x43\x5c\xbc\x55\x2c\xaa\x9c\xbb\x58\x59\x6e\xb0\xd4\x25\x66\xd3\xc5\x84\x2e\x99\x5c\x5d\xa9\xb5\x2b\x19\xdc\xbf\x1f\xdd\x4d\x25\x31\xf6\x85\x3b\x3d\xa1\x36\xf1\xd5\xec\x64\x4c\x83\x2d\xa1\x59\x46\x55\x1f\x37\x34\xb9\x85\x63\xf0\x38\x78\x5a\xe9\x16\xd3\x7b\x74\x9d\xd7\x91\xf4\xe6\x8f\x6c\x13\x28\xbb\x80\x75\x92\x6f\xe9\x31\x51\xf8\x7f\xf2\x24\xd7\x89\xc7\x56\x5e\x02\xa9\x5b\xe0\xbc\x80\x5a\x75\x2f\xe8\x50\x64\x6e\x46\x27\x4e\x72\x0f\x29\xb5\xee\x94\xb7\x4b\x8c\x03\x8e\x25\x1d\x3e\x2b\xe8\xb9\x72\x84\xf2\x9a\x8a\x96\x58\xf9\x47\xa9\x16\x8b\xf6\x57\x45\x1c\xd0\x85\x7b\x04\xcd\xa6\x17\x6d\x06\x0e\x96\x12\xfb\x9b\xb9\x4e\xe7\x7a\xf0\x25\xae\x73\xc4\x65\x5e\x85\x2e\x88\xbf\xff\x52\xb9\x46\x28\xed\xee\xa5\xdb\x0b\xe2\xd0\x1d\x44\x05\x63\x0e\x7c\x4b\x84\x72\x74\xc5\x0b\x16\xd3\x00\xf3\x5e\x67\x55\xd4\x4a\x7c\x1a\x04\x8c\xce\x93\x62\xea\x9d\x77\x4b\x8b\x9f\xf7\x1c\x72\x15\x4d\x69\x96\x61\x83\x6c\x9a\x78\xde\x81\x97\x8d\x3c\x1a\x70\xdc\xeb\xec\x82\xe9\x45\x7e\x56\x63\x2b\x84\xb3\x31\xd8\x71\x90\xef\x87\x57\x3b\xa2\xeb\xf4\xa0\x7e\x78\x87\xcb\x19\x5d\x73\x10\xb5\x09\x51\x8d\xb3\x21\x8e\xa2\x0b\xa8\x46\x8b\xfb\xa4\x3c\xac\xe2\x30\xcc\x5f\x63\x6e\x21\x77\xda\xea\x68\x06\xd5\x44\xc1\x9c\xc3\x8e\xc0\xdd\xc3\x11\x82\x92\x1e\x86\x23\x28\x05\xe9\x26\x2c\x96\x6c\xe1\xe3\x70\xbf\x9f\xd3\x86\xa8\xf4\xb2\x06\x93\x92\x95\xa4\xe6\x25\xb9\xa7\x5d\xf7\xa4\x5a\x43\x75\x92\xe6\x03\x97\xa6\x48\xfa\x20\xb4\xa9\x49\xd5\xae\x72\xb5\xf3\x19\x04\x88\x83\xcf\x78\xa0\x99\x7d\xc5\x62\x09\xe8\x9b\xaf\x11\xa1\x88\x29\xab\xa7\x23\xec\x2c\xdc\x99\xfb\x2e\xcf\x2e\x17\xcf\x8f\x91\xbf\xc1\x61\x08\x74\x0d\x47\xe8\x82\x71\x40\x84\x66\x47\xbc\x6c\x78\x64\xa5\xcc\x12\xba\xde\x00\x87\xcc\x8f\x53\x94\xd8\x73\x96\xfc\x88\x30\x9d\x56\x33\x29\x4c\xf0\x13\xec\x6f\x61\x12\x50\xf1\xfc\x78\xc2\x15\x2a\xdf\x7c\x3d\x79\x22\x40\x7a\x71\xe4\x61\x7d\x51\x32\x67\x21\xf4\x4b\xeb\xf9\x94\x84\x57\xdd\xc6\xa1\x68\xbf\x19\x9d\x28\xa6\xd6\x27\x63\xe8\x23\x77\xbf\x62\xe9\xef\xb5\x53\xce\xcf\x61\xb9\xd7\x36\xb6\xd5\x32\x0a\x77\xe8\xfc\xc5\x02\x9d\x2e\x66\xe8\xe9\x79\x88\x85\x24\x3e\x7a\x11\x32\xff\x16\x2d\xa4\x62\x5f\xea\xab\xea\xff\xf1\x1a\xd0\x8c\x4a\xe0\x2b\xec\xc3\x33\x14\x70\xb2\xeb\x39\xd0\x06\xeb\xdc\xcd\xa1\x55\xbf\xd9\x03\x3e\x48\xe0\x14\x87\x0d\x39\xcd\x6d\x38\x8c\x03\xeb\x19\x27\xf0\xbc\x80\x0a\x14\x71\xf6\x2f\xf0\x65\x7a\xc5\x8c\xb6\x30\xe6\x60\x51\xaa\xda\x9d\x78\x79\x40\x37\x4e\xea\x57\xa2\x36\x83\xac\x91\x6b\x64\x8b\xd7\xf0\x22\x26\x61\x70\x98\xf9\xc3\x61\xc8\xee\x0c\xbe\x7a\x7e\x39\x3f\xbd\xca\xf4\x22\xd3\x85\x2b\x58\x13\x21\xf9\xfd\x33\x3b\x01\x1d\xa1\xb7\x1b\x22\x10\xd1\xf7\x50\xae\xe2\x50\x03\x58\x2a\x74\x08\x5d\x8f\xf5\x7f\xf6\xaa\xf6\x31\xc2\xe8\x74\xa6\xd3\x4f\x95\xf1\x50\x0b\x7d\x0a\x60\x8c\x4b\x14\x8b\x0d\xd2\x94\xe8\x7f\xcf\x4f\xaf\xba\xc9\xe2\x0b\xc3\xdd\x29\xa8\x0f\x57\xb8\xd6\xa1\xaf\x4a\xb8\x93\xaf\x5d\xd0\x01\xf7\xa4\x5f\x33\xce\x6a\xa6\x51\x87\x4f\x57\xef\x24\x95\x8c\x63\x49\xa7\x4b\x86\x61\xec\x74\x36\xcb\x6c\x72\x9b\xeb\x87\x70\xd2\x95\x87\xdc\xfb\xe2\x2b\x37\x90\x1a\x77\x7c\x4f\xaa\x66\xdd\x85\x44\x85\x2a\x14\x15\x0e\xd4\xde\x4d\xf4\xc9\x6a\xec\x3a\x75\x7d\x8b\x3f\xcc\x39\xa9\xbf\x9b\x94\xc6\xdb\x65\x75\x6f\x33\xdd\x60\x61\x14\x05\xb0\xc5\x34\x40\x91\x86\xe2\xec\x83\xd1\x33\xdd\xe6\x05\x16\xd0\x36\xcd\xbf\xa6\x43\xf7\x7e\x67\xd2\xc1\x1c\xb8\x0f\x54\xe2\x35\x4c\x97\x6c\x07\x07\xf4\x57\xd0\xa1\x2b\x7d\xb3\xd7\xf5\x73\xef\xf8\xf9\xf3\x77\x9d\xcc\x5d\xc3\x97\x19\x4d\xc7\xcf\xdd\x54\x89\x88\xc9\x69\x18\x32\x5f\xfb\x54\x0b\xc9\xb1\x84\x75\xaf\x48\x83\x82\x94\x68\xf5\x9c\xb1\x6a\x82\x6b\x0f\x6e\x1c\x7b\x5f\xf5\x63\x86\xe3\xc3\x8c\x17\x5f\xf5\xb5\xab\x75\x25\x60\x52\xfd\xde\xa7\x8f\x1d\xd5\xa9\x91\xbb\xfb\x85\x38\xa0\x81\x74\x87\x16\xaf\x75\x0d\xc9\x74\x67\x25\xcd\xcc\x53\x8f\xb3\x93\x3d\x1d\x2e\x74\x6c\xea\xac\x92\x72\x57\xea\xe5\x66\x74\x52\x44\xa7\xa1\x72\xc6\xe2\x65\xbb\xf8\x87\x0e\x5a\xcd\xce\x3e\x5f\xea\x8e\xc1\x00\x04\xca\x44\x87\x92\x3d\x45\x64\xaf\xbf\xb4\xb9\x99\xfd\xd2\xe4\x7a\x75\xe0\x1c\xff\x77\x44\x6e\x5e\x33\x1f\x87\x07\xb9\x9d\x1a\x1d\x84\x4b\x38\x20\xa5\xdb\xa1\x41\x24\x9f\xbc\x87\x2e\x99\x4c\xae\x6c\xb3\xa9\x05\x95\xba\x44\xdd\xb2\x61\x1e\x1e\x81\xcc\x0e\x49\x1e\xbb\x0f\x0c\x29\x56\x2e\x36\x98\x1f\x76\x5c\xc8\x92\x62\x6e\x87\x2f\x10\x23\x34\x6c\x84\xb7\x8c\xae\xb5\xdb\x92\xe1\xaa\xd6\xf3\x7d\x93\x89\x87\xef\xb0\x8e\x57\x9d\xcc\x76\x36\x8a\xdd\x2c\x76\xea\xf0\x20\xb6\xd3\x67\x54\x72\x16\x8a\xca\x88\x6a\xc8\x6d\x6d\xb3\xdd\xd6\x16\x66\x8d\xf1\x5b\xfc\xd4\x2e\xf8\x1b\xb2\x83\x42\x9e\x26\x55\x5a\x4c\xce\xcc\x46\xbd\x70\x29\x46\xc1\xcc\x1f\xa1\x5f\x70\x18\x83\x5e\x36\xef\x48\x60\xca\x33\x2d\x58\xcc\x7d\x58\xe4\xf3\x28\x66\x67\xe6\x7e\x53\xb2\xa6\x4c\xa9\x15\x59\x21\x01\xfa\xd6\x5e\x93\x0c\xdd\x45\x67\x3f\x1b\x92\xee\x98\x87\xc6\x66\x21\x2a\x67\xda\x7a\xf0\xbd\x1c\xc0\xbb\x5e\x2c\x7e\x32\xd7\xc4\x9b\x54\xe0\x58\x10\xba\x46\x8b\xc5\xc5\xbb\xa7\x13\xa2\x74\x2a\x88\x75\xce\xc3\x13\x21\x36\x9e\x59\x11\x77\x0b\x1c\xd6\xf4\x9b\x9b\xb7\x6b\xba\xb9\x19\x9d\xd4\xe1\x56\x1f\xb7\x8b\xe2\x65\x48\xfc\x57\xd0\xcb\x57\x4d\x3f\xee\xbb\x53\x97\x02\x98\x63\x59\x1b\x38\x6c\xf4\x96\x1d\x1a\xf3\xc0\x47\x4d\xfa\x9a\x4f\x6d\x07\x6a\x69\x77\x8a\xa4\x96\xd5\xfb\x39\xe0\x1c\x0d\x03\x2f\xf5\xf5\x18\xcf\x0e\x05\x14\x7d\x4d\x9d\x61\x72\xc8\xee\x5c\x17\xe8\x05\x0b\x9d\xde\xf3\xdf\xc6\x3a\xa7\x0c\xf8\x31\x8c\x3f\x4c\x79\x35\xe7\xe4\xd3\xa5\x97\x67\x9e\xa3\x6f\xf2\xb7\x50\x48\x28\x20\xcc\xd7\xe6\xc2\xef\xf4\xee\x14\x85\x2a\x0a\x30\x6c\x19\xed\x96\x65\xde\xab\x07\xe7\xb8\xcb\xf8\xf6\x13\x84\xdb\x84\xe3\xff\x26\xfc\x53\x28\xa3\x54\x4b\x1e\x86\x83\xc5\x3e\x9c\x3c\x54\x10\x88\x4c\xda\x5c\x60\x4a\x56\x20\xea\x8b\x66\xb4\x99\xb3\x4e\x35\x48\x5d\x20\x54\x07\x50\xb5\x1c\xb7\x09\xe4\x64\x05\xf2\x92\x48\x74\x05\x11\x43\x8c\x9a\x65\x5e\x18\x76\xe2\x42\xff\x5e\x9c\x7c\xd0\x99\xa3\x07\xe4\xad\xab\x8e\x34\x0c\xd5\xf3\x2d\x40\x84\x24\xc7\xfe\x2d\x62\x2b\x8d\xd9\xdf\x04\x12\xf7\xd4\x57\x8e\x86\x0e\x8b\xfe\xd3\xb8\x77\x44\x20\xf8\x3d\x26\x3b\x1c\x02\xd5\xfe\x84\xcd\xa2\x54\x33\xa6\xe7\xad\x89\xf4\xd4\x57\x9e\xc4\x6b\x4d\xa8\x79\x44\x99\x04\xe1\x71\x58\x29\x77\x5b\x01\xef\xc4\xb7\xcf\x8a\xa8\x93\xf5\x14\x6f\x41\x44\xb8\x3e\xa4\xd8\xe6\xb2\xfe\xe4\xd2\xf8\x04\x96\xbd\x52\x5f\xb2\x44\xec\x46\x41\x4c\xd5\xda\xd2\xc8\x40\x70\xb4\x3e\x42\xab\xae\x9c\x1c\xaa\x4f\x27\x53\x38\xe0\xe0\x0d\xad\xaf\x35\xd9\x66\x20\xce\xa8\x90\x3c\xf6\xa5\x41\x43\x32\xa4\x80\x7a\xba\xda\xca\x96\x05\xa0\x11\x33\x77\x88\xd8\x3b\xd5\xa3\x90\xdd\xa3\x5b\xb8\x47\x58\x64\x6d\x3b\xf1\xe4\x21\xba\x6c\x77\x40\x52\x2d\xf7\x14\x87\x0f\x65\x58\x32\xeb\xf7\xb7\xcf\xf5\x50\x7a\x7a\x6d\x75\x36\xba\x62\xbe\x9c\x83\xca\xc5\x23\x97\xa2\x39\x27\xd6\xd4\x21\x69\x37\xed\x0e\xe2\xdb\xd9\x35\xb0\x62\x61\xd1\xdf\x62\xba\x89\xd2\x93\x10\x4b\x08\x12\x1b\xcf\x92\x21\xa5\xab\x43\xa5\x56\x2d\x8b\x43\xa4\x23\x50\xd9\x3e\x0e\x11\x13\x44\x32\x7e\xaf\xac\x92\xb2\x5a\xed\x53\x33\x3f\x3d\x66\x05\x9f\x72\xee\x38\xe4\xdf\x50\x17\x9b\xc5\x51\xa7\x25\x51\x27\x9d\xcc\xc0\x0f\x22\xf3\xec\xfc\x7f\xf5\xec\x7f\x9a\x67\xd2\x5a\x4e\xed\xa0\x15\x79\x6b\xce\x89\x58\x9b\xde\xcd\x6b\x3f\xa7\x41\xc4\x08\x95\x0b\x53\x7e\xa9\xa7\xf7\x39\x2e\xbe\x75\x1e\x3c\x4a\x36\x4d\xab\x2c\xc9\xd0\xca\x8a\x04\x56\x5f\x86\x6c\x2d\x46\x85\x87\xef\x06\x70\x7a\x73\x77\x2f\x66\xae\x29\x58\xa6\x24\x45\xa9\xec\x01\x80\x6d\x2c\x24\x5a\x02\x32\xeb\x41\x13\x65\x4d\xce\xcc\x27\x5b\xf7\xe6\xa4\x1b\x50\xc9\x35\x4c\x7b\x04\xb0\x48\x78\x52\x71\x38\x47\x6e\xf2\x48\x11\xd9\xb9\xd4\xf0\x27\xa0\x21\x7f\x5a\xad\x48\x4c\x43\x55\xde\x1c\x7d\x0d\xad\x14\xc9\xa5\x0a\xbd\x0d\x31\xa9\x41\x0a\x57\xe9\x59\x5c\xdb\xbe\x15\xc2\x3a\x37\xe3\x3e\x29\x92\xd0\xaf\x7a\x45\x5f\xb8\x0d\xee\x41\x27\x8b\x96\xf0\xc6\x39\xd3\x55\x86\xf8\x20\x56\x4f\x67\x69\x43\xdd\x26\xd9\x3e\xea\xf7\x71\xb4\x1f\xf4\x92\x55\xd4\x59\xdc\x6d\xcc\x21\x8b\x65\x14\xcb\x16\x21\xb4\x26\xe5\x7a\xa3\x81\xa0\x80\x70\xf0\xf5\x44\x98\xac\x64\x93\x4a\xb2\x81\xfa\xa5\x50\x4a\xef\x74\x15\xe8\xe9\x5a\x1f\x58\x95\x90\xbe\xb3\xcb\xe2\x6e\x21\xcf\x07\xed\x3b\xa7\xa4\x47\x93\x1f\x7e\x8f\x89\x7f\x2b\x24\xe6\xd2\x53\x93\xbe\xa7\x9c\xb5\x9a\xd0\x28\x07\x73\x42\xf6\x00\xa6\xb2\x95\x26\xe3\xbf\x54\xa7\x68\xa1\x7a\x4d\x90\x3d\x42\xa7\x26\x73\x13\xa3\x25\xc7\xd4\xdf\x8c\x91\x5a\xc1\x31\x8e\x8c\xcb\x89\x36\xb8\x63\x62\xf6\xa1\x7d\x39\x79\x60\xa2\x8b\x07\x70\x40\xf9\x29\xaa\xa7\x9f\xaf\x5e\xa3\x7a\x0c\x3b\x11\xda\x07\xa4\xcd\x38\x13\xd5\xf3\xc4\x38\x8a\xbc\x00\x76\x43\x9c\x03\xb6\xcc\x72\xa9\xd0\xd8\x39\x5a\x87\xf6\xd9\x03\x90\x98\x84\x02\x31\x8a\x30\xca\x34\x3d\x1b\x3c\xcc\x4e\x9c\xaa\x45\xd9\x17\xc6\x41\x90\x0f\xdd\x64\x2e\x71\x2f\x27\xfd\xa1\x50\x29\xd8\xc8\x2b\x88\x58\x1b\x03\x69\xb4\xfe\x00\x2d\x7e\xbb\x01\xb4\x26\xd2\x0e\x1f\x14\xd3\x00\x78\x72\x30\xdf\xe2\x5d\x32\xf3\x44\x4d\xa8\x77\x24\x0c\xd5\xb8\x33\xc3\x4c\xad\x4e\xfe\x43\x47\xcc\x20\x18\x9b\x20\xc4\x16\x77\x9e\xac\x87\x43\x05\x6f\xa3\x7f\x3a\xd1\x71\xfb\x2f\x5b\x4c\x0e\x8d\xd2\x69\x18\x16\xd9\x04\xa1\x64\x7d\x66\x4d\x91\xbf\xc1\x74\xdd\xb1\xf4\x46\x47\xd0\x4e\xf2\x56\x61\xfc\xe1\xc0\x19\x54\x49\x26\x9b\xc2\xf2\x82\xd1\x11\x99\x26\xa9\xdc\x71\x25\x13\x3a\xce\x42\x53\x93\xce\x4a\x31\x60\xd7\x4e\x0e\x45\x58\x6e\x3e\x5f\x74\xff\x4a\x2d\xef\xc9\x0e\x90\x46\x43\x57\xc6\xb1\x19\x0f\xa5\xf5\xbb\x21\xdb\xbe\x78\x13\x89\x2c\x12\xa0\x29\xde\x32\xaa\xda\xe9\x0d\x64\x42\x03\xf4\x2a\x5e\x02\xa7\xa0\x1c\x8a\x42\x04\x1b\x47\x51\x78\x6f\x99\x72\x7d\xa3\x0f\x88\x7b\xe2\x5e\x48\xd8\xde\x8c\xc6\xe8\x66\xb4\xc4\x02\x6e\x46\x1d\x93\xea\x3e\x27\x0d\x66\x8d\x92\xa3\xc3\x3c\x18\x23\xf3\x57\xd1\x63\x7e\xbd\x6b\x2c\x4b\xb7\x58\xfc\xd4\x6e\xbb\xb6\x49\x98\xea\xf3\xc4\xc0\x27\x4e\xf0\x62\xf1\x93\x0e\x46\xda\x02\xca\x0a\xfd\x58\x6e\x80\x4a\xe2\x63\xd9\xcd\x41\xe8\x01\xde\x49\x72\xcc\x0f\x31\x78\x6f\xad\x5c\x55\xcf\xca\x55\xb1\x08\x55\xc4\xac\x45\x6a\x4f\x7f\x17\x66\xc2\xc2\xa8\xed\x6c\x0e\x1e\xaa\xeb\x7a\x4f\x6a\x4d\xe4\xff\xce\x8e\xa9\x7f\xcf\xf8\x7a\xa2\x7a\xdc\x7f\xa7\x4a\x2c\xea\x0f\x59\xb4\x9c\x59\x14\x88\x87\x99\x58\xda\x43\xee\xe9\x35\x2a\x2d\x1b\x57\x7c\x95\x8a\xe1\x75\xcd\x55\x65\x1e\x56\xa6\xeb\xc6\xf1\x3b\xb4\xf7\xb9\x37\x2e\x8b\xcb\x76\x2e\xbd\x53\xc0\x98\xb9\x87\x89\x06\xef\xef\xb5\xe0\x53\x2e\xc0\xe7\x20\x85\x2d\xea\xd2\xea\x34\xc1\x2d\xdc\x4f\xaf\x2e\xdb\x1f\x23\xb0\xed\x1f\x24\x38\x5c\x87\xcb\xf0\x31\x92\x57\x17\x0b\x04\x29\x97\x92\x3c\xae\xa1\x62\x24\x75\xd0\x0b\xb2\xca\xac\xcd\xc7\x3b\xc0\x3b\xb8\x63\xfc\x56\x7c\x34\xa5\x7c\x3f\x46\xb7\xeb\x8f\xb1\x24\xa1\xf8\x48\x22\x0a\xf2\x68\x36\xbf\x2c\x96\x31\xa9\x31\x31\x95\xfc\x4f\x8a\x66\xf3\xe4\x2a\x0c\x44\x28\x3a\x9d\x9d\x5d\x21\xca\x64\xb7\xc0\xf8\x1e\x30\x7f\x49\x44\xfd\xe7\x5f\xfe\xfc\xcb\xff\x0b\x00\x00\xff\xff\x69\xc2\x26\x4d\xf0\x04\x01\x00") +var _schemaJson = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x7d\x7f\x73\xdb\xb6\xb2\xe8\xff\xe7\x53\x60\xd4\x33\xf7\x24\x33\xa2\x15\xb7\xa7\x3d\xbd\x3d\x7d\x9e\xa7\xd8\x6e\xaa\x97\xd8\xd1\xb5\xd2\x66\x5e\xad\xcc\x0d\x44\xae\x24\x1c\x53\x00\x0b\x80\x76\xdc\x9b\x7e\xf7\x37\x00\xf8\x9b\x20\x05\x52\x74\x92\x33\xcf\x7f\xc5\xa1\xc8\xc5\xfe\xc2\x62\xb1\xd8\x5d\xfc\xcf\x5f\x10\x1a\xfd\x95\xc3\x7a\xf4\x03\x1a\x7d\x35\x09\x60\x4d\x28\x91\x84\x51\x31\x39\x0d\x63\x21\x81\x9f\x32\xba\x26\x9b\xd1\x58\xbd\x28\xef\x23\x50\x2f\xb2\xd5\xbf\xc0\x97\xe6\xd9\x5f\x85\xbf\x85\x1d\x56\x8f\xb7\x52\x46\x3f\x4c\x26\xff\x12\x8c\x7a\xe6\xa9\xc7\xf8\x66\x12\x70\xbc\x96\xde\xb3\x7f\x4c\xcc\xb3\xaf\xcc\x77\x85\xa1\x46\x3f\x20\x85\x07\x42\xa3\xe9\x6f\x8b\x78\x45\x41\x5e\xe0\x28\x22\x74\x93\xfd\x80\xd0\x08\x07\x81\x7e\x1b\x87\x73\xce\x22\xe0\x92\x80\x28\xfc\xde\x48\x46\x0a\x72\x11\x81\x3f\x4a\x5e\xfe\x73\x9c\x42\xb5\x50\xa4\x9f\x07\x20\x7c\x4e\x22\x05\x42\x53\xc6\xc2\x40\x20\xa1\x01\x21\xc9\xd0\xf4\x37\xb4\x33\x28\x8a\x23\x34\x5b\x23\xb9\x05\x74\x03\xf7\x88\x08\x84\x29\x9a\xfe\x36\x46\x72\x8b\x25\xc2\xa1\x60\x68\x05\x3e\xdb\x81\xd0\xef\x50\xbc\x03\xc4\xcc\xfb\x09\x34\x26\xb7\xc0\xef\x88\x00\x14\x0b\xc8\x00\x49\x86\x38\xac\x81\xab\x3f\xe4\x96\xa4\x63\x1f\xe5\x18\x7e\xf0\x08\x95\x10\x86\xe4\x5f\xde\x56\xee\x42\xef\xcb\xc7\x38\x80\x35\x8e\x43\xa9\xb0\xfb\x9f\x3f\x8d\x28\x12\x41\x8c\x4a\x42\x2a\x08\x3d\x6a\x10\x35\xfe\xa3\xf4\xff\x82\x20\x85\xe4\x4a\x71\xc6\xc5\xdf\x2a\xac\xf1\x31\x45\x2b\x40\x6c\x47\xa4\x84\x00\x91\x3a\x33\xca\x9f\xef\xe1\xb4\x03\xb8\x0c\xda\x9f\x39\xe0\x91\x4f\x02\x5e\xa5\xc2\xae\xc2\x1b\x22\xb7\xf1\xea\xc8\x67\xbb\x8f\x77\x80\x6f\xe1\x8e\xf1\x1b\xf1\x11\x6e\x84\x2f\xc3\x8f\xd1\xcd\xe6\x63\x2c\x49\x28\x3e\x92\x48\xf1\x7b\x36\xbf\x04\x69\x1f\x91\x04\x7b\xb8\x96\x7f\x55\x9b\x28\x91\x16\x2e\x87\xe0\x35\x0f\x40\xe1\x7d\x5d\x82\x3b\x2e\xc9\xa6\x4a\x65\xf2\xdf\x77\xe3\x3d\x93\x79\x8d\x43\x01\x65\xc5\x08\x02\xcd\xe5\x4c\x23\x38\xfc\x1e\x13\x0e\x41\x19\x03\xa5\xa5\xf5\x51\x1a\xb5\x47\x4a\xec\x6f\xe7\x2c\x24\xfe\xbd\x9b\x04\x66\x34\x24\x14\xce\x98\x1f\xef\x80\xca\x56\xed\x32\x13\x0f\xa3\x48\x83\x47\x41\xf2\x8d\x9a\x16\x66\xdc\x7c\x82\x00\xbf\x25\x3e\x20\xec\xfb\x2c\xae\x42\x75\x9a\xde\x7d\x46\xb1\x6a\x46\x91\x23\xd3\xab\x4b\x51\xe5\x0a\x91\xb0\xab\x3e\x6c\x51\x9f\x12\xf0\xc2\x7b\x98\x73\x7c\xdf\xca\xbd\x90\x08\xa9\xcc\x8d\x42\x22\x35\x3b\xb3\xe9\x85\xa1\x93\x28\x9b\x94\x12\xd8\x89\x5d\x1d\xc0\x5a\xf9\xa3\xf5\xcb\x75\xee\x14\xbe\x4b\x98\x3f\x35\xbc\xbf\x62\x21\x4c\xaf\x2e\xfb\x00\xba\x05\x2e\x48\x69\x26\xb4\x7f\xda\x69\xfe\x6a\xea\x2c\x83\xed\x25\xa4\x4d\x83\x1a\x7e\xeb\x66\x0b\xda\xd7\x63\x25\xc5\xf3\x97\x0b\x84\x95\x91\x40\xbe\x76\x54\x62\x8e\x65\x11\x77\xb7\x89\xd4\x06\xa9\x64\x8f\x52\xa7\x28\x64\x71\xf0\x16\x4b\x7f\xeb\xb2\x5a\xf9\xe6\xa3\x57\x6c\xb3\x29\x3b\x35\xa8\xd9\xe2\xd4\x06\x4a\xbf\xee\x29\xe3\x0a\x0e\x83\x48\xc1\x67\x54\x62\x42\x45\xc2\x30\x14\x61\x8e\x77\x20\x81\x0b\xc4\x21\xc4\x6a\x35\x94\x0c\x15\x78\xe5\x2a\x94\xce\x80\xdb\x65\x54\x67\x7c\xa3\xa8\x80\xe2\x55\x08\x6f\xee\x23\xe8\x69\x03\xc7\xe5\x5f\x81\xc6\xbb\x92\x20\x52\x76\x47\xa4\xf2\xaa\x7a\x18\x07\x44\xda\x1e\xcb\x2d\x50\x49\x7c\x2c\x19\xaf\xff\xac\x98\xc5\x59\x18\x02\xbf\xc0\x14\x6f\xc0\xf2\x8a\x72\xbc\x83\x38\x04\x3e\x2a\xfd\xf2\x6e\x00\x83\xad\x59\xa5\x4c\x6a\x68\x98\xac\x04\x63\x98\x88\x9e\x08\x00\x74\x9d\x8b\x41\xad\x52\xe2\xdd\x93\x49\x2c\xf0\x06\x26\xbe\x7a\x7e\xa7\x9e\x7b\x89\x6e\x7a\x09\x88\xc9\x57\xc9\x03\x23\x7d\x0f\x3e\xe0\x5d\x14\x82\x78\xfa\xf4\x08\xfd\x8a\x43\x12\x20\xa0\x92\x2b\xab\x8d\x39\xfc\x80\xde\x2f\x15\x37\x97\xa3\xf7\x63\xfd\xa7\xe2\x61\xfe\x9f\x02\xe7\xd2\x87\x35\x7e\xa5\x3f\x64\x5c\x5a\x8e\xde\x1f\x75\x5a\x5e\xf6\x31\xe1\x47\x8c\xb6\x1c\xd6\xff\x6b\x39\xea\x4d\xfc\x72\x74\x52\xe1\xe4\x8f\x13\x7c\x62\xe7\xc8\x8f\x3e\x0b\xe0\xe4\x3f\x7e\x8f\x99\xfc\x27\x8e\x88\xf9\xe3\xc7\x89\x7e\x3a\x2e\xff\xaa\xb8\xd5\xfa\x7b\x81\x81\x2d\xef\xd5\x78\xda\xf2\x6e\xc6\xe6\xd2\x3b\x47\x7d\x0d\x5b\x71\xc6\x0e\x69\xd5\x80\xb7\x5b\x9f\x44\x4c\xa9\xc8\xbb\xda\xb6\xae\xe0\xad\x16\xce\x6c\xcd\xf7\x7a\xc7\x3b\x90\x38\xc0\x12\x17\xd7\xe4\x1b\x42\xcb\x5e\x7b\x44\x7e\x4d\x96\x7d\x77\x3f\x5a\xad\x96\xae\x76\xb2\x61\x77\xae\xfd\x7b\x47\x3b\x64\x77\x5d\x73\xc4\x3b\x6c\x09\xad\x76\x79\x64\xb6\x54\x47\x84\x4d\x6e\x8f\x71\x18\x6d\xf1\xb7\x45\xd4\xde\xd9\xc7\xbf\xc5\x24\xc4\x2b\x12\x12\x79\xff\x1b\xa3\x7d\xd7\x8d\x43\x58\xe0\xdb\xbc\x91\x16\xa6\xd7\x9d\x98\x36\x0b\xbf\xa8\x58\x71\x11\x47\x11\xe3\xd2\xc5\x90\x3f\xed\x64\x45\x17\x1d\x2d\x65\xd9\x24\x26\x68\x29\xab\x68\xe7\xd2\x1a\xf3\x0d\x96\x30\xe7\x6c\x4d\x42\x67\x31\xd9\x39\xf8\x53\x09\xd6\x41\xc2\xdb\x10\xe9\x26\xb5\x17\xa4\x69\x5b\x8f\x77\x9d\xe4\x3e\x9b\x5e\xd8\x01\x69\x9b\x70\xf0\x24\x2a\x1b\xa7\xbd\xf3\xe7\x26\x5e\x01\xa7\x20\x41\x5c\x82\xbc\x63\xfc\xa6\x66\xd5\x5a\x28\x7a\xd9\xf0\xb1\x75\xa4\x9d\x5e\x9a\x82\x4b\x16\xc0\x0b\xce\xe2\xe8\x30\x15\xb8\xa8\x40\x1b\x62\xf7\xab\xa7\x9a\x82\xb8\xd1\xf8\x21\x3d\x05\xb2\x89\xa6\xf1\x27\x74\xe3\xd1\xec\x8d\xa7\x08\xd3\x00\x5d\x27\x94\xa1\xfc\x87\xec\x23\xb8\x11\x5e\xf2\xb3\xfe\x4e\x0c\x31\x29\x2d\x98\x2c\x47\x27\x55\xc4\xd5\x54\xd4\xf8\xd5\xbe\xaf\x23\xb5\x1c\x9d\xd4\x89\x68\x9e\xcb\xd9\x8a\xd6\x45\xef\x2f\x40\xe2\x86\xed\xfd\x30\x2a\x31\xa8\x2e\xfc\xc4\x38\x22\x74\xcd\xf8\x4e\x6f\x43\x35\x23\x53\x67\x10\x69\xcf\xda\x22\x6d\x9b\x8a\x74\x12\xf7\xde\x51\x1d\x75\xc1\x45\x88\x11\x27\xb7\x58\x42\x22\x1d\x37\x51\xce\xcb\xdf\xb4\x31\x10\x87\x21\xbb\x13\xd9\x66\x5e\xb9\xe5\x18\xad\xe3\x30\xbc\xf7\x92\x91\x33\x27\x8b\x50\x74\xb7\x25\xfe\x16\x51\xa6\xd5\x0f\x6d\xb1\x40\x2c\x96\x2b\x16\xd3\x00\x29\x86\x29\x23\x83\xb0\xef\x83\x10\x63\xcd\x94\x14\x84\x79\xa6\x23\xec\x6f\x17\x69\xb0\x4d\x20\x22\x92\x0d\x40\x80\x6e\x09\x46\xbf\xce\x4f\x11\xd0\x20\x62\x84\x4a\xd1\x49\x20\x5f\x2e\x15\x56\x99\x0a\xf0\x39\x48\x71\x4e\x7d\x7e\x9f\xd2\xe0\x20\xd6\x45\xed\x33\x3b\x74\x89\x65\x5c\x9b\xa3\xad\x93\x7e\x61\x3e\xb1\x82\xbb\x8d\xfc\x4e\xb0\x7e\x9d\x9f\xf6\xdd\xa5\xb4\xb8\xdb\x36\xb3\xe6\xb0\x3e\x56\x1c\x80\x0a\x59\xe3\x9a\x97\xde\x3c\xf1\xec\x86\xb0\x75\xe1\x6c\x71\xab\x5a\x5d\x63\xbb\xd3\xda\xaa\x3f\x75\xf1\x57\x9c\xa7\x41\x36\x7d\x18\x09\xa2\x8c\x5c\x32\xd1\xc6\x6a\x2a\xac\x00\x71\x88\x42\xec\x43\x80\xee\x88\xdc\xa2\x84\x61\x68\x3a\x9f\x39\x6f\xf7\x3a\x03\xb6\x6d\xf4\xce\xb3\x49\xe7\x10\xc2\x4a\xa4\x3b\xd5\x53\xba\xc9\x9d\x5b\x31\x16\x02\x6e\x98\x66\x51\xbc\x0a\x89\xdf\x15\x40\xa7\xf9\x50\x46\xb2\x69\xec\x41\x44\x6b\x22\xbc\xa9\x91\xc4\x11\xd1\xf6\x0d\x78\x66\xca\x52\xeb\x57\x58\xf7\x3a\x86\x8f\x3b\x02\xb7\x89\x58\x39\xe5\x0e\xc2\x4d\x67\x1b\x0b\xce\x3f\x80\x1f\x2b\x70\x6e\xa7\x0a\x6d\x2b\x25\x67\xa1\x3e\xcb\x0d\xd0\xea\x1e\x45\x2c\x30\xc7\x21\x06\x6f\xb5\x1e\x4c\xe7\x33\x71\x84\xde\x6c\x89\x40\xfa\x55\x22\x10\x0e\x02\x13\xa7\x90\x5b\x40\xb9\x17\x8e\xae\x9e\x4f\x4f\xd1\x9a\x71\x84\x63\xb9\x65\x9c\xfc\xa1\x29\x3e\x42\xda\xb3\x9d\xb3\x00\x65\x68\x23\x85\xf7\xbb\x27\x5b\x29\x23\xf1\xc3\x64\x12\x30\x5f\x1c\xe1\x3b\x71\x84\x77\xf8\x0f\x46\x8f\x7c\xb6\x53\x6e\xe2\x24\xc4\x12\x84\x9c\xc4\x02\xf8\x26\x26\x01\x4c\x22\x16\x78\x90\x02\xf1\x14\x3e\x47\x4a\x30\xdd\xdc\x9c\x4f\x44\x71\xee\x2c\x0d\x45\xe6\x72\x74\x52\xe7\xe2\xfe\x3d\x6f\x45\x5d\xe6\xc0\x77\x44\xa8\xd5\x47\x3c\x57\xce\x01\xe6\xb5\x73\xd0\x0e\xea\x13\xe5\xd0\xd0\x2a\x01\xa7\x39\xa2\x38\x95\x60\xa0\x98\x8c\x32\x7a\x34\x53\xdf\x27\x5a\x71\xfe\x72\x81\x92\xfd\x34\x5a\x54\x62\x0b\xc9\xd7\x5e\xb2\xb9\xef\xb8\x77\x39\x0c\xb1\x9a\xa7\x5b\x45\x66\x39\x3a\xb1\xe0\xde\x2c\x8c\xf2\x19\xda\x61\x5b\x8d\xdc\x6a\x2c\x4a\x50\x87\xd8\x79\x54\x4e\x8c\xf5\xdc\xf0\x39\x28\x1a\x09\xd5\xbc\x4b\xec\x5d\x22\xc0\xd9\xf4\x02\x25\x58\xa0\x94\xb8\x77\x4f\x26\x04\xef\x12\x48\x29\xa0\xc9\x57\x9a\x91\x9e\x5a\xf3\xbc\x24\xbe\xad\x9d\x86\x6e\x62\xed\x88\x5f\x41\x8e\x1d\x50\x5a\x8e\x4e\x6c\x74\xed\x95\xee\x01\x67\xbc\x05\x08\x9f\x68\x82\xe2\x30\x44\x24\x00\x2a\x89\xbc\xf7\x56\x58\xd9\x43\xfd\x1f\x02\x22\xe1\xa8\x36\x90\x49\x58\xd4\x48\x5b\x99\xc7\x1c\x3d\x94\xa2\xd7\x6e\xc9\x67\xd3\x8b\xd4\xc4\xfd\x22\x80\xbf\xd0\x26\xce\xd8\xdb\xff\x4e\xcf\xe0\xff\x3b\x41\x8d\x80\xe8\x61\xd1\x87\xa4\xd1\xcd\x6c\xf7\xa1\x69\x39\x3a\x69\xe0\x5f\xb3\x62\xdd\x46\xfe\x15\x08\x16\x73\x1f\x4e\xb3\x63\x16\x7b\xf2\x4a\xd5\x39\x6b\xdd\x1e\xeb\x43\xf9\x24\xcb\x2b\xcb\x85\xb8\x47\x14\x14\x05\x8a\x7b\x92\x21\x1e\x9b\x09\xa5\x76\x7e\xf9\x19\x4f\x36\xcd\xcc\x13\x14\x85\x98\x42\xb7\x5d\xed\x83\x0e\x9e\x27\x9a\x49\x1e\x83\x95\xa9\x6a\xbe\xbf\x9e\x9d\x9d\x1e\xc2\x41\xb3\x35\xce\x69\x50\xf0\x50\xc4\xd9\x2d\x09\x94\x2f\x28\xd0\x1d\x84\xa1\xfa\x77\x76\xb5\x98\x66\xeb\xce\x54\x6b\x10\x3a\xbd\x9c\xa1\x28\x8c\x37\x84\x76\x62\xdc\x50\x63\xf6\x74\xdb\x2b\x46\xce\xdd\x78\xed\xf7\x49\x2a\xf0\x3a\x78\x2e\x36\xb1\xb6\x2c\xbb\x8e\x53\x6b\xc0\xbd\x87\x32\x41\x4a\x58\x58\x4a\x4e\x56\xb1\x34\x67\xc5\x38\x5d\xa6\x3a\x6e\x36\xf6\x41\x6b\xd8\x5d\x54\xfc\x04\x97\x24\x4b\x4a\x99\xc4\xe5\x0c\xdd\x76\x5e\x1c\x78\xc4\x55\x49\xc2\x45\xc8\x9e\x34\x8a\x5a\x92\xd7\x1e\xd3\xf9\xaa\x1c\x79\x4c\xe7\xab\xf3\x27\xc4\x2b\x08\xbf\x6c\xa5\xee\x9b\x71\xa8\xbe\x13\x11\xf6\x7b\x7d\x1c\x0d\xea\x76\x4e\xaf\x2e\x53\xe1\x58\xbd\x33\x25\x24\x21\x98\x4f\x94\xe7\xae\xe3\x60\x3a\xc9\xfc\x80\x69\x34\xcc\x88\x56\xd6\xa8\x8d\xe1\xe5\x7e\x99\xb4\x9e\xee\x45\xe0\x93\x35\xf1\x4d\x48\x41\x27\xd6\x13\x2a\x24\xe0\x20\x45\x5a\x1f\x67\x67\x71\x22\x6f\x03\x14\xb8\x76\x50\xb3\x2f\xba\x9d\xdd\x0d\x31\xa0\x7d\xab\xd2\x3d\x10\x5f\x5b\x82\xda\x22\xf3\x12\x6f\x3e\xeb\xf4\x2c\x6b\xd5\xdb\x05\x52\x08\x65\xee\xd4\x41\x2a\xda\x09\x98\x83\xa1\x50\x0e\xdf\x4b\xca\xee\xe8\x3c\x31\x7e\x6e\x52\x79\x5b\xfb\xac\xa7\x4b\x58\x4d\x1e\xce\x0d\x50\xdd\xe0\x8e\xed\xce\x45\xdb\xca\xd5\x4a\x69\x93\x13\xb0\xc7\xa4\xb5\x1e\x29\x64\x13\xbd\xaa\x8e\x43\x3a\x84\x54\x2f\x57\x15\xd1\xa3\xf4\xf8\x47\x1f\xcd\x1d\x92\xce\xdc\x1d\xbe\x93\xd3\xb8\xa8\xce\xfa\x46\xd7\x91\x77\x8c\x82\x74\xd2\xb8\x14\xf8\x80\x02\x31\x6a\x50\x74\x25\x9a\xa6\xa5\x63\xdd\xd5\x5e\x78\x36\x86\xeb\x04\x05\xb7\x5a\x97\xa2\xc2\xc2\xa6\x5b\xd6\xde\x97\xe1\xd6\x97\xe3\x01\x7c\x45\x24\x57\x4b\x74\xa6\xa3\x64\x43\x19\x37\xb1\x99\xf7\x26\x38\xd3\x31\x29\xb7\x1d\xa6\xc9\x48\x35\x80\xb3\x14\xd4\x07\x70\xd2\xda\xa8\x4e\xd4\xa3\xba\x0d\x74\x21\xae\xf2\xa9\xdd\x65\x31\x8a\xd1\x1f\x3f\x1d\x3a\x78\xbb\x40\x06\x10\xda\x32\x21\x75\x72\xb3\xda\x87\xf4\x41\xda\x05\xde\x97\xef\x0e\xe8\x63\x23\xb5\x1d\xc3\x9b\x84\x1a\x13\x41\xb0\x84\x13\x3b\x71\xa7\x37\x5c\x07\x45\x75\x2b\x1f\x6a\xa3\xda\xa4\x99\xdf\x62\x4e\x30\x95\x79\xe6\xfd\xf1\xd1\xf1\xdf\xd3\xfc\xf9\xe3\xa3\xe3\x6f\x0b\x7f\x7f\x57\xf8\xfb\x1f\x85\xbf\xbf\x5f\x8e\xde\xa3\x27\x09\xd2\x4f\xbb\xcd\x69\x1b\x16\xc5\xdc\x72\x85\x4e\x4b\xea\xb9\xc2\xb0\xfd\xe7\xef\xda\x7f\xfe\x47\xfb\xcf\xdf\x97\x7e\x6e\x24\xb2\x20\x30\xf5\x91\x4b\x52\xa5\x22\xac\x5a\x5b\xa2\xa8\xb1\x3c\xfb\xce\xf2\xec\x1f\x96\x67\xdf\x37\xe4\x66\x1e\xe4\xfd\x25\x36\xc7\xa2\x7a\xd5\xe9\xdc\xe0\x0b\x0e\xb2\xa8\x67\xf5\x43\x66\x43\x13\x16\x52\xa4\xba\x1f\xf1\x3b\x01\xb3\x2d\xe7\x97\xd3\x37\x2e\xbe\xd2\x06\x4b\xb8\xc3\x87\x6c\xb4\x1b\xe6\xe6\xcf\x64\xb3\x0d\xef\xa7\x26\x09\x27\x04\x35\xed\x52\xa7\x0f\x04\xc2\x68\xab\x7f\x47\x38\x7d\x01\x5d\x4e\xdf\xa0\x04\x1b\x3d\x59\x17\x84\x6e\x2c\xdf\x09\xfd\xb8\xf8\x76\xae\xe9\xfa\xbb\x33\x22\xd2\x01\x03\xf3\xa7\x50\x6f\x0f\x3b\xd5\x2b\xd4\x95\x67\x5e\x07\x3a\x8b\x30\x0d\xc1\x2d\xa0\xda\x49\x2f\x82\x4a\x78\x50\x86\xd5\xc2\x8d\x82\x4d\x30\x58\xb8\x58\x85\x0a\x0f\xaa\x93\xdc\x02\x08\xa1\x54\x3a\x43\xcc\xfe\x54\x75\x07\x99\xb4\x8a\xa9\x7e\x39\xb7\x6d\x9f\x8e\x14\x3e\xb1\x4d\x40\xf7\xfd\x0a\xe6\xee\xa5\xb5\x05\xc3\xe5\x2b\x58\x6b\xe2\x63\x09\x53\x93\xfd\x21\xef\xcf\x2c\x69\xc9\xbd\x4a\x07\x95\xdd\x01\x2a\xcf\xa9\xcf\x02\x53\xbd\x38\x5a\x61\x01\xdf\xfd\xfd\xa0\x72\x03\xe3\x40\x9c\x1a\x8f\xc2\x2d\x54\x70\xfe\x72\x71\xfa\xe6\x55\xfa\x89\x1d\x6a\x92\xed\xd4\xeb\xd8\x5b\x62\xff\xc6\x21\xb4\xd6\x53\x47\x33\xd4\x5c\xe4\x36\x2e\xab\x84\x15\xcb\x46\x66\x0e\xb6\x1f\x45\x1c\x70\xe0\x31\xaa\x8c\xd6\x00\x47\x46\x0e\xe0\xac\xb3\x47\x77\xe4\xe8\x92\x72\xe8\xa6\x4e\xd5\x1e\x2f\x56\xa5\x30\x69\x80\x87\x02\xec\xa4\x28\x29\x11\x75\x2c\x06\x13\xac\xc8\x13\xae\x69\x80\x0c\xf4\xa4\x4f\x8a\xe8\x18\x61\x68\x01\x64\x13\xe6\xaf\xf3\x53\x27\x3b\x18\x4b\x36\x0d\x43\xa6\x66\xc6\x6c\x7e\xfb\xdd\x21\xc7\xe3\xd3\x12\xac\x5f\xbf\x43\x1c\x7e\x8f\x41\x48\x13\x9e\x9a\xdf\x7e\x87\x4e\x67\x67\x57\x68\x15\x32\xff\xc6\x04\xe3\x27\xdf\x7e\x87\x94\x84\xc8\x87\x2c\x3a\xaa\xf0\xee\x14\x5e\x1d\x6a\x50\xbb\xbd\xff\xe4\x2d\x5b\xfc\xe6\x04\xe0\x96\xd1\x6b\x69\xc3\xad\xc7\x12\x00\x49\x05\x91\x2e\x2e\xc8\x2b\x01\xe6\xb3\x2c\x0f\xef\x36\xf2\x3d\x6a\xd2\xcf\x75\x8d\x72\x56\xf4\x61\x5e\xf7\x24\xf3\xe4\x16\xbc\x3c\x57\xdd\xc3\x11\xf1\x4c\x2a\xac\x97\x95\x0c\x0c\x50\x79\x34\x0c\x22\x69\xb5\x51\x8d\xe0\xe6\x2c\x1c\xf8\x20\x39\x56\xba\x73\x58\xde\xde\x21\x7a\xd1\xff\x18\x56\xe7\x41\x65\x36\xcb\x4c\x81\xf4\x20\x4c\xa1\x35\x46\x70\xb4\x39\x42\xd8\xfc\xa2\xde\x4e\xcd\x4b\x62\x53\x90\x02\x40\xef\x11\x0e\xbc\x2d\xab\x9b\x2c\x17\x71\x3e\x14\x0e\x56\x69\x75\xe8\x74\x54\x0a\xe7\x39\x96\x62\x16\x36\x78\x2d\xab\x97\x49\x62\xef\xa2\x33\xc3\x1f\xc0\x9b\x82\xa0\xdc\xe6\x99\xa3\xf1\x30\x64\x77\x05\xc5\x4f\xd6\x8f\x9b\xef\x85\x9a\x03\xc8\xe2\x31\xed\x17\xef\x41\x03\xd9\xfd\x42\xf0\x63\xe5\x98\x99\x8a\xba\xfe\xbb\x63\xa5\x4a\x3e\xdb\xed\x62\xaa\x1c\x3e\xc2\x28\x5a\x81\xbc\x03\xa0\xe5\x14\x32\xbd\x92\xea\x62\xc4\xce\x6a\xdd\x0d\xba\x9d\xd8\x2d\xe6\xa6\xc2\x66\x31\x20\xd9\x11\x07\x4f\xeb\x2d\x04\xc8\x8c\x60\x0a\xc3\x16\x2f\x3a\xd3\xd8\x02\xca\x4e\x50\xcd\x7b\x44\x7b\xe7\xd3\xc2\x66\x56\x2a\xb8\xdc\xc0\xbd\x89\x84\x4e\x7f\x43\x86\xf7\xf4\x16\x28\x01\xea\x43\x92\xa0\xaa\xc3\xc9\x49\xcd\xe2\xbb\x27\x93\xb4\x7a\x71\xc2\x21\x56\xdb\x77\x8f\xe0\x9d\x87\x69\xe0\xdd\x46\xfe\xe4\x69\x31\x65\xee\x5a\xff\x8e\xe0\x03\x31\x71\xe9\x5f\xe7\xa7\xa2\x71\x05\x8c\x05\x78\xe9\x9b\x0a\x94\xa7\xbb\xe2\x79\x7e\x2c\x24\xdb\x79\xa5\xc3\xb5\x8e\x31\xce\xbd\x14\x16\x16\xc5\x56\xe2\x96\xa3\x93\x22\x2f\x4c\x39\x6e\x4e\xee\xde\xb5\xb5\x03\x89\xcb\xd1\x89\x85\x79\x6a\xc4\xde\x7d\x3d\xca\x4d\xe5\xb4\xe7\xd5\x68\x1c\x2c\x7a\x67\x5f\xba\x1d\x66\xdc\xb8\xc5\x1b\xae\xac\x15\x6d\x7e\x5a\xeb\x6a\x30\xe0\x86\x62\x13\xb2\x15\x0e\xd3\xd6\x8c\xca\xca\xe0\x30\x44\xfe\x96\x84\x41\xcf\x9d\x85\x0b\xc4\xd2\x16\xa3\x1c\x1f\x28\xec\x32\x6c\xcb\x59\xfa\x51\xa5\x83\xc2\xc0\x1d\xfe\x86\x39\x98\x4b\x2b\x3b\x22\x83\x64\xb7\x69\xdc\x04\xc3\xee\x30\x0c\x5a\xcf\x35\x9b\x5e\xe8\x04\x9e\xbf\x09\x34\xbd\xba\x54\x0b\xaf\x6e\xd4\x69\x32\xaa\x75\xb5\x13\xa3\x92\xa5\xa8\x75\x23\xab\x2b\xec\x86\xa5\x3d\x04\x5f\x32\x3e\x64\x13\x8e\x45\x02\x73\x08\xaf\xc9\x2c\x74\x5a\x7e\x3c\x0e\x4d\x3e\xa1\xc1\x19\x29\xeb\x18\x32\xac\x4f\xea\xd2\x4e\x46\x07\xb0\xf3\xb0\x91\x9a\xe2\x69\x96\xdc\xac\x0e\xea\xf3\x66\x0b\xc8\x8f\x39\x07\x2a\x2b\x89\x0c\x07\x4d\x88\x0e\x60\xbb\x78\x14\x9f\xd8\x95\x4e\x71\x15\x5b\x16\x87\x41\xaa\xfc\x01\x43\xc9\xca\x89\x74\x5d\xaf\x4e\xde\x4d\xbb\xe6\x6a\x71\x42\x90\x09\x54\xf7\xdf\xa5\x8c\x42\x9a\xb8\x1f\x8c\xb5\x89\x4d\xf7\x39\x69\x18\x22\x3d\x67\xba\x23\x61\x88\x56\xa6\x5e\xb1\x1b\xcb\xbf\x10\x94\xad\xe2\xfc\xa2\xce\xf4\x7f\x29\x9c\xbd\xe7\x59\x0a\xc9\xf9\x7b\x27\x96\x77\x80\xd4\x74\x6e\xdf\xc9\x4d\xaa\x1e\xc0\xda\x56\x12\xab\xe5\x6d\xf7\x99\xaa\x47\xb4\xa2\x94\xac\x79\x98\xe3\x62\x6c\x9e\x48\x34\x4d\x2a\x77\x51\xa0\x34\xfb\x21\xb3\x74\x99\xf9\xb3\x1b\x57\x37\xc3\xda\x73\x90\x16\x4f\x25\x5b\x66\x9c\x3c\x16\x93\x08\xe9\xec\xb6\x7c\xfe\xbc\xf4\x12\x0f\x0b\x55\xce\x1a\x33\x94\x69\x4f\x61\xdd\xaf\xac\x56\xdd\x0c\xd4\x00\x23\x38\xa6\x69\xb9\xe4\xc4\x3b\xf2\x22\x03\x87\xd6\x9c\xed\x92\x9e\x2b\x03\x72\xc2\x19\xfe\x01\x26\xa3\x29\x43\x77\xd0\x09\x7e\x80\xef\xe4\x3a\xbd\xfb\x3a\x4d\xe9\xe4\x7e\x41\x9c\x4a\xa1\x56\x8c\x49\x21\x39\x8e\xea\xfb\x15\xd4\xec\xa0\xa6\x2f\xb7\xe9\xd5\xf5\x8c\x0a\x89\xc3\xd0\x34\xf6\xf9\xaf\x98\xf8\x37\x42\x62\x2e\x53\x67\x28\x0b\x40\x6c\x88\x64\x91\x98\x7c\x45\xb2\xf7\x3d\xec\xfd\x9e\xbd\xef\x25\xef\x7b\x84\x7a\xf7\x2c\xe6\x69\xb7\xbc\x6e\x31\xf7\x5a\x4c\xa0\xe7\xa8\xcb\xd1\xc9\x1e\xba\x9a\x23\xed\x4a\x02\xb8\x6c\x61\x5b\x78\xfc\x3a\x7d\xbb\x95\xc9\xe7\xa6\x19\xeb\x15\x44\xac\x8d\xa1\xeb\x30\xfe\x30\x3c\xc3\x14\xd4\xe5\xe8\xa4\x80\x43\x33\xf1\x1c\x22\xe6\x46\xb8\x82\xf3\xef\x4c\x74\x27\x93\xc5\xcb\xc4\xe6\x3a\x32\x6e\x99\xa3\x83\xd8\xb2\xa4\xa1\x9d\x0e\x81\x14\x23\x5e\x88\xe9\x57\x4a\x3d\x5b\x75\x71\xae\x52\xf8\x17\x44\xbe\x8e\xd4\x4e\x38\x3f\x62\xd7\x81\x94\x90\xd0\x1b\xf5\x3b\x31\x95\x7d\xea\x3d\xa4\x48\x13\x44\x32\x7e\x7f\x84\xae\x5f\x68\x46\x22\x5d\x4b\xfe\xee\x49\xc2\xd7\xc2\x7c\x2b\x34\xc0\xd8\x27\xa4\x4f\x8a\x78\x41\x23\xea\x38\x2f\x47\x27\x45\xba\x72\x3d\x48\x8d\x70\xa5\x1c\xb3\x60\x8f\x9b\x5c\x9f\x9e\x17\xb8\xe8\xe3\xa3\x2c\x2d\xfc\xff\x2c\x5e\x5f\x4e\xfe\xef\xf4\xe2\x55\x56\x6f\x29\xc6\x48\xc4\xfe\x16\x61\x81\x74\xd0\xd0\xd2\xa2\x97\xf1\x52\xa5\x61\xe7\xc2\x8c\x87\x43\xa0\xe5\x7a\x95\xa6\x36\x99\x0e\x2b\x5f\x52\xb7\x30\x9b\xdf\xfe\xfd\x74\x76\x76\x75\x80\x07\xa5\xcf\x86\x38\xa6\x9b\xcc\xaf\x01\x0e\xe8\x7d\x5a\x6c\x32\x7f\xaf\x93\xfc\x10\x16\x82\x6c\x28\x04\x9d\x2c\x92\x1d\xb6\xc9\xc7\xcb\x06\x48\xb2\xf0\x2a\xc3\xf4\xb4\x48\x55\xbe\x0c\x62\x6c\xf2\xbe\xf7\xc9\xdc\xcb\xc3\xf1\xe9\xb4\xed\x9e\xb6\xda\x02\xab\xa4\x24\xaf\x70\x4c\xfd\xed\x1b\xd8\x45\x61\x39\x97\xa7\x61\x7f\x43\x2c\x19\x4f\x4d\x5a\xb4\xf7\x3c\xb6\x4d\x71\x0c\x62\x48\x26\x98\xa1\xd9\x59\x27\xdd\xb0\x7c\x6e\x5d\x7a\x0f\xcf\x91\xaf\x8e\x94\x40\x44\x67\x66\x66\x8a\xb4\x7b\x54\x32\x53\x51\xd8\xf0\xfe\x9b\xd7\x67\xaf\xd3\x7e\xc6\xe8\xaf\xc9\xd7\x63\xf4\xd7\x57\xba\xdb\xc8\x41\xc4\x3f\x10\x4a\x3d\x27\x51\xf9\x8c\xe7\xb6\xa9\xff\xb8\xf3\x6d\x41\xb5\x9e\xbc\x03\x1f\x2b\xe0\x1d\x39\xb8\xfe\xf7\x1e\x5d\x9b\x13\x34\x34\xbd\x98\x15\xae\x43\x30\xa7\x6a\x78\x47\xf2\x66\x57\x63\xf4\x1e\xc7\x92\x79\x42\xec\xde\x27\x7f\xbf\x1f\xab\x05\xe0\xbd\x90\x58\x12\xff\x7d\x8f\x6a\xe0\x7b\x4b\x8b\xed\xfa\xd0\xcb\xd1\x49\x01\x49\xb5\x62\xa7\xd9\xcd\x29\x42\x95\x12\x08\xf5\x38\x7b\xc4\x78\xf2\xd4\xa0\x99\x3c\x6f\x68\x55\xb0\x23\x3f\xe1\x1d\x09\x1f\x20\xff\xdd\x74\x3d\x79\x45\x68\xfc\xe1\xeb\x52\xcd\x89\x4e\x52\xff\x65\x15\x53\x19\x7f\xfd\xec\x59\x56\xbf\x62\x9e\x1c\x7f\x9f\x3f\x79\xce\xa4\x0c\x81\x33\xff\x06\xb2\x3b\x25\xde\x12\x1a\xb0\x3b\xb1\xd0\x29\x45\x5f\x3f\x3b\xfe\xcf\x53\xc6\x75\xf7\x10\xdd\xd4\xbf\xf1\xad\x9f\xe2\x30\x6c\x7f\xeb\xf8\x3f\x9f\x39\xc1\x7a\xf6\xf7\xea\x5b\xc3\x26\xd6\x17\xd9\xd6\x50\xcf\x52\x4e\x75\xcf\x39\xd9\x52\x1d\x93\x33\xb7\xe5\xa5\x22\xbf\x5b\x5e\x6b\x17\x41\x97\x0f\x4b\x52\x71\xfd\xb0\x26\x28\xf7\x11\x2b\xb2\xab\xdc\x80\xd1\x14\xd7\x2a\x4a\xc4\xa5\x2c\xa0\xf1\x7d\x84\x0a\x6a\x6f\xff\x45\x49\xa8\xfa\x4b\x51\x2c\xd5\xdf\xda\x65\xb1\xf7\xed\x92\x00\x5a\xdf\xae\x71\x7d\x0f\xec\x0a\xab\x1d\x2e\x72\x10\x9b\x45\x2c\x22\xa0\xc1\x9c\x33\x1f\x84\x78\xe0\xab\x1c\x5a\x97\x0a\x00\x74\xcd\x21\x84\x5b\x4c\xa5\x3e\x43\x30\x77\xe7\xb4\xf5\x23\x9b\xbe\x5d\xe8\x76\x0e\x3f\xa5\x45\x49\x96\xee\x64\x77\xc2\xcb\x52\xc0\xbd\x38\x0a\xb0\x04\xd3\x72\x46\x77\x27\xfb\xca\x5f\xd3\xfc\x77\x51\x7a\xc1\xe3\x4c\x6f\xec\xcd\x33\x4f\x18\x4e\x45\x29\xa7\x0e\x49\xed\xfc\x62\x89\x5a\x8e\x4e\x6a\x32\x68\x0e\xdd\x7c\xda\x8b\x40\x5a\xfd\x50\xb2\x23\xd2\xf4\x87\x37\xb1\xd1\xb4\x0f\xc8\xf4\xb7\xdc\xe1\x50\x2b\xb6\xf0\x71\xa8\x53\x7d\xfe\x60\x14\x3c\x7c\x87\x39\x78\x66\x81\x37\x3f\x74\x93\xaa\x19\xb6\xe6\x5e\xb8\x0c\x94\x74\x8c\xaf\x61\xdb\xcc\xed\x00\x84\xf2\xe6\x4e\x71\x84\x7d\x22\x1b\xbd\x07\x85\xf0\xa6\xa9\xac\x38\x29\xc7\x9a\x5d\x9c\x2d\x6e\x8f\x0f\x49\x75\x4f\x7c\x4b\x91\x67\x9b\x27\x6e\x75\x56\x79\x9e\x96\xff\x27\xa7\x1a\x7a\xc8\xaf\x91\x64\x37\x40\xbb\x9d\x2f\x0e\x39\x54\xbe\xc4\xe4\xae\x74\x03\x8f\xe6\x2c\x50\x80\x0e\x61\x52\x92\x16\xaa\xdb\x97\x5d\x9c\x2d\x72\x02\xf4\x8e\x9d\x26\x05\xe1\xc5\x6d\x6a\xc4\x82\x6e\xcc\x19\x62\x08\x17\xa6\xc0\x4a\xbc\x8e\x24\xd9\x91\x3f\xea\x35\x54\x7d\x3a\x08\x5e\x9f\x3f\x5f\xe8\x4d\xf9\x2e\x69\x1f\xbc\xd7\xd2\x9f\x9f\x7e\x5d\xb7\x84\xb0\x12\x1e\x4b\xf1\xea\xd1\x43\x33\x45\xc7\xd9\x34\x3b\x62\xb1\x1c\x9d\x54\x09\x6c\x9e\xd8\xce\xb7\xd9\x64\xbb\xbc\xc6\xfb\x6c\x74\x38\x9a\xfa\x2e\x7d\x9b\x5a\xbf\x9f\xeb\xf2\x90\x43\x20\xbc\x31\xef\x1e\xf4\xfd\xe7\x5b\x4f\x12\x8b\xac\x2b\x60\xd3\xd6\x6b\x29\x66\x48\x6a\xd4\xba\xa8\x99\x03\x38\x2b\x33\x3e\xff\xe9\xf8\xde\x93\xe6\xb0\x29\x86\x86\x9a\xf5\xb8\x12\x77\x73\x14\x04\xcd\x53\x6d\xab\x31\x9b\xc4\xf0\xa7\x39\x39\xd9\x55\x2c\x7d\x85\xd4\x67\x28\x2b\x77\x76\xf8\xc3\x9c\x05\x62\x0e\x5c\xcd\xdd\x5e\x4b\xf6\x0e\x7f\x58\x90\x3f\x7a\x7e\x4b\x68\xef\x6f\xfb\xb6\xe3\x63\xb7\xc0\x39\x09\xe0\x79\x7a\x38\x75\xca\x76\x3b\xdc\xed\x9a\xad\x8a\x64\x5e\x27\x20\xb3\xb6\x38\x7f\x13\x28\x3b\xfb\x8a\x94\x94\xcc\xeb\x9d\xc4\x9d\x01\xb5\xf4\xc5\x69\x82\x6f\x25\x38\xcb\x25\x73\x3c\x22\xcf\x5e\x77\xd3\x7b\xdd\xda\x2f\x4b\x57\xd3\xba\x56\xbc\xf7\x46\xb9\x90\x49\x9a\xdb\x0a\x90\x88\xf0\x5d\xd7\x93\x84\x03\x87\xb2\xf3\x84\xd7\xe4\xff\xf9\x8c\xb9\xe9\x75\x0f\x0a\xeb\x35\xe3\x50\x11\x6d\x6a\x87\x33\xb7\xb2\x4f\x9f\x9f\x9e\x43\x34\xf0\x4e\x17\x81\x5d\x66\x2e\xdb\x21\xfe\x56\x72\x1a\x7d\x9d\x56\x96\xe5\x8e\x60\x6b\x9d\x47\xf2\xba\x97\xe4\xc9\x79\x6b\xc6\x3d\xad\xc1\x38\xcc\x6f\xbd\x7a\xaa\xad\x60\x3f\x63\x9b\xe0\xe5\x54\x91\xe1\x84\xcc\x72\x74\x52\xa7\x51\x17\x80\xb4\x20\x59\x58\xdf\xb4\xeb\xeb\x50\x96\xe5\x58\xdf\x93\xb9\x6a\x8b\x17\x4d\xf5\x4f\x11\x6b\x6c\x1e\xe0\x22\x59\xd3\x22\x49\xb7\xe8\x88\x98\xec\x29\x06\x37\x20\x8e\x6c\x12\x8e\x97\x71\xe6\xbc\x59\xfc\xdc\x4e\x62\xde\x88\x44\x88\x6d\x5a\x55\x67\x96\x5e\x22\xfa\x92\xec\x0a\xd4\x4e\xe4\x67\x4e\xc9\x36\x11\x87\x7a\xe4\xa0\x4f\x7d\xea\x3e\x58\x56\x06\x7c\xee\x24\xe6\xfd\x8d\xbf\x58\x18\xef\x20\xb9\x4e\x6b\xff\x66\xb5\x05\xc6\xec\xf5\xbc\x71\xfb\xdf\xea\x3a\x99\xcf\x5f\xee\xc4\x4b\xb8\x9f\x9d\xf5\x71\xa2\x0c\x84\xbe\xbb\x38\xf3\xb5\x8b\xe7\xd7\xa6\x6a\x1b\xb2\xc1\xab\x7b\xd9\x71\xab\xd3\xf0\x55\x2e\xb8\xef\x9f\xb5\xe0\xfc\x66\xcb\x59\xbc\xd9\x46\x71\xa3\x69\x74\x60\xbc\xc3\xd6\xb3\xc7\xd9\xda\x26\xd2\x47\x6a\x44\xa0\x17\x49\x57\xac\x79\xcc\x23\x26\x00\x2d\x16\x67\x63\xf3\xc6\x37\xcd\x6f\x24\x5e\x94\x8f\xa9\x72\x9e\x4c\x60\x40\x40\xa0\x0d\xcf\x96\x6c\xb6\x48\x66\xa4\x57\x8e\xed\x08\x3b\x4e\xc0\xce\x39\xbb\x25\x82\x30\x0a\x01\x52\xca\x99\x8d\x2c\xfc\xf4\x95\x53\x16\x06\xe8\xe7\xb3\xe4\xb1\x4c\x1f\xe7\x7c\x45\x59\x18\x47\xbd\x36\xec\x39\xda\x26\xaa\x1c\x9f\x35\x31\xab\xfc\xd1\x37\x2e\x1f\xf5\xe4\x5f\x71\x24\xc2\x8e\x6b\x23\xd9\x59\x5a\xbe\xbc\xbd\xfe\x55\xce\xe5\xd2\x9b\xb2\xfe\xa6\x23\xe3\x0b\x76\x6d\x13\x7d\xe3\x72\xe2\xb5\x89\x6a\x07\x5d\xd5\x2f\xd5\xba\xc4\x8e\xab\x8f\x84\x5f\x7f\x24\x8f\x1f\xa2\x33\x5e\x7e\xd0\xdd\x14\x1f\x6a\x3d\x4b\xb0\xac\xba\xcd\x91\xaa\xa6\x18\x58\x4b\xfc\xdc\xb2\x4f\xb6\x6c\xbb\xed\x66\xb5\xe2\xf6\xd4\x43\x36\xad\xfe\x7c\x75\x39\xad\xc4\x02\xcb\x2c\x1c\x35\x7b\xa2\xcd\x81\x86\x3d\x87\x7c\x4d\x81\x5d\xbb\x29\xb5\xaf\x4b\x2d\x4b\x6e\xf3\x52\x68\x5f\x63\xdb\x96\x81\x7d\x9b\x4a\x97\xc8\x43\xe3\x01\x48\x73\xd4\xdf\xba\xbf\x6f\x0c\x53\x56\xdd\xfa\xe6\xf8\x58\xf2\xc3\x61\x49\x73\x1c\x22\x0e\x02\xa8\xe9\xf1\x73\xfe\x72\xe1\xd5\x6e\x92\x36\xe9\x4b\xda\x60\xab\x2d\x91\xb2\x92\x31\xdd\xe1\x28\x52\x26\x93\x80\xc9\xcc\x0c\xb4\xd1\xbc\xd3\xf1\x2e\xce\x99\x7b\x8f\xad\x07\x43\x40\x8f\x9f\xe5\x36\x81\xe4\xc4\x17\xa7\x2c\x0c\xc1\x97\xe5\x44\xb5\x86\xe4\xa6\x0d\xc7\x34\x0e\xb1\x9a\x23\xee\x39\x4e\xc5\x8f\x7a\x78\x5b\x3b\x83\xe6\x83\x6e\x09\x7a\x5a\xe4\x22\x65\x16\x8c\x07\x51\xc6\xf4\x4e\x49\x5d\x76\x66\xce\x36\xb3\x9b\x5f\xf5\xa5\xdd\x7e\xe9\xc6\x85\xe1\x8e\xf5\x73\x71\x7a\x58\x78\x09\x4d\x7e\xa6\x2c\x95\xd3\x20\xa7\x5e\xc4\x2d\x64\x0c\x7a\x78\xef\x82\xfa\x72\x74\x62\xe1\x5c\x3d\x95\xfc\x31\xf5\xef\x31\xf5\xef\x31\xf5\xef\x31\xf5\xef\x31\xf5\xef\x31\xf5\xaf\x53\xea\x5f\x9b\x7b\x85\x5a\x3c\x18\x7b\x50\xb7\x0e\xad\xb3\x6b\xb3\x67\xd3\xf2\x98\x99\xf8\x98\x99\xf8\x98\x99\xe8\x28\xd5\x4f\x9a\x99\xb8\x2a\x9a\xcc\x6e\x47\x40\x25\x6b\x6b\x05\xee\x87\x58\x08\xe2\xbf\x62\x38\x78\x8e\x43\xb5\xe7\xe6\x97\x78\xf7\x19\x25\x3a\xcd\xee\xd3\xd3\x65\xf7\xab\x04\x29\x61\x9a\xeb\x2a\x4e\x66\x1b\x88\xee\xa7\x53\x9d\x81\x37\xf0\x4c\x9f\x2f\x9f\x5d\x36\x9e\x5f\x38\x38\x9a\xd7\xa7\xc6\x29\xc6\x41\xc0\x41\x34\xf7\x05\x4c\xbb\xe3\x99\x31\xbd\x80\x0a\x2f\xf9\xe4\xa9\x69\x3f\xa2\xf6\xfe\x67\x97\x0b\x14\x32\x76\x53\x0e\x5b\xf5\x28\xbc\x76\x1f\x7d\x39\x3a\x29\x53\xa0\x4f\x83\xad\x18\xd9\x99\x18\xc5\xa7\x1c\x02\x52\x3f\xed\xeb\xc0\xc4\xc2\x69\xe3\xf5\x9b\x6f\xd0\x2f\x34\x54\x13\x13\x82\x7e\xe9\x8e\xab\x98\x0b\x89\x57\x21\x78\x11\x70\xbd\x31\xa4\x3e\x78\x59\x7a\x81\x17\xa7\xe0\xbd\x1d\x0b\xc0\xec\x80\xc7\xe8\x56\xfb\xc0\xba\x1b\xba\x22\xfc\x8d\xa7\xf0\xcf\x93\x12\xfa\x9e\x9e\x1e\x96\x33\xd9\x83\x94\xe5\xe8\xa4\xc8\x42\xb3\x51\xdb\x47\x9c\x55\xb4\x8f\xa9\xd4\x8f\xa9\xd4\x8f\xa9\xd4\x8f\xa9\xd4\xff\x7f\xa4\x52\x8b\x33\x22\x8c\xcb\x6d\xd9\xe4\xed\x63\x8f\x15\x86\x75\xb8\x9b\x78\x05\x21\xc8\x73\xdd\x7b\xb6\xda\x6d\xa1\x65\xac\x0e\x57\x93\x27\x2e\x09\xf9\x03\xd0\xfb\x64\xb8\xf4\xa6\xa6\x4a\x6c\x91\xfc\x41\xe8\x26\x6b\x8c\x1f\x42\xb1\x8f\x88\x8b\x36\x37\xc4\x0d\xeb\x60\x33\x2f\x43\x21\x65\x82\x21\xc9\x4f\xe5\xeb\x94\x9a\x75\xf6\xdf\x20\xc9\xfb\x31\x8d\xf9\x31\x8d\xf9\x31\x8d\xf9\x31\x8d\xf9\x31\x8d\xf9\x31\x8d\xf9\x31\xeb\x37\x7b\xfc\x98\xf5\xfb\xc5\x78\x28\x12\xdb\xee\x8a\xfa\xc2\x50\xe4\x1b\x90\x7a\x0a\xe8\x7b\xfe\x3f\x7f\xfc\xd2\x60\x94\xac\x90\xc3\x46\x2f\x9d\x40\x5b\xd9\xf4\x98\xbf\xfd\x98\xbf\xfd\x98\xbf\xfd\x98\xbf\xfd\x98\xbf\xfd\x98\xbf\xfd\x98\xbf\xfd\x98\xbf\xfd\xb0\xf9\xdb\xe5\xb8\x66\x99\xed\xf5\x94\x16\xfb\xe9\x60\xdd\x0d\x75\x39\xbe\x6e\xf1\x0c\x9b\x8e\xd6\xed\x27\xbc\xed\x21\xd8\xe4\xc7\x21\x2e\xde\x2a\x37\x55\x2e\x5c\xac\x2c\xb7\x58\xea\x16\xb3\xd9\x66\x42\xb7\x4c\xae\xef\xd4\xdc\x5a\x06\xf7\x1f\x47\x0f\x53\x4b\x8c\x7d\x6e\x4f\x4f\x68\x4c\x7c\x35\x27\x19\xd3\x60\x47\x68\x9e\x51\xd5\xc7\x0d\x4d\x6f\xe1\x18\x3c\x0e\x9e\x75\xba\xc5\xf4\x1e\x5d\x17\x75\x24\xbb\xf9\x23\x3f\x04\xca\x2f\x60\x9d\x14\xdf\xf4\x98\x28\xfd\x7f\xf2\x55\x61\x10\x8f\xad\xbd\x14\x52\xb7\xc0\x79\x09\xb5\xfa\x59\xd0\xa1\xc8\x2c\x47\x27\x56\x72\x0f\x69\xb5\x6e\x95\xb7\x4d\x8c\x03\xce\x25\x1d\x3e\x2b\xe9\xb9\x72\x84\x8a\x9a\x8a\x56\x58\xf9\x47\x99\x16\x0b\xf7\xab\x22\x0e\x18\xc2\x3e\x83\x66\xd3\x0b\x97\x89\x83\xa5\xc4\xfe\x76\xae\xd3\xb9\x1e\x7c\x8b\x6b\x9d\x71\xb9\x57\xa1\x1b\xe2\xef\xbf\x54\xae\x15\x8a\xdb\xbd\x74\x7b\x41\x1c\x7a\x82\xa8\x60\xcc\x81\xef\x88\x50\x8e\xae\x78\xce\x62\x1a\x60\xde\xab\x56\x45\xed\xc4\xa7\x41\xc0\xe8\x3c\x6d\xa6\xde\xf9\xb4\xb4\xfc\x79\xcf\x29\x57\xd3\x94\x76\x19\xb6\xc8\xa6\x8d\xe7\x1d\x78\xd9\xca\xa3\x01\xe7\xbd\xce\x2e\x98\x5e\x14\x57\x35\xb6\x46\x38\x9f\x83\x1d\x27\xf9\x7e\x78\x8d\x33\xba\x49\x0f\x9a\xa7\x77\xb8\x9a\xd1\x0d\x07\xd1\x98\x10\xd5\xba\x1a\xe2\x28\xba\x80\x7a\xb4\xb8\x4f\xca\xc3\x3a\x0e\xc3\xe2\x35\xe6\x09\xe4\x4e\x47\x1d\xed\xa0\xda\x28\x98\x73\xb8\x25\x70\xf7\x70\x84\xa0\x74\x84\xe1\x08\xca\x40\xda\x09\x8b\x25\x5b\xf8\x38\xdc\xef\xe7\xb8\x10\x95\x5d\xd6\x60\x52\xb2\xd2\xd4\xbc\x34\xf7\xb4\xeb\x99\x94\x33\x54\x2b\x69\x3e\x70\x69\x9a\xa4\x0f\x42\x9b\x5a\x54\x93\x5d\xae\x76\x3e\x83\x00\x71\xf0\x19\x0f\x34\xb3\xaf\x58\x2c\x01\x7d\xfb\x0d\x22\x14\x31\x65\xf5\x74\x84\x9d\x85\xb7\xe6\xbe\xcb\xb3\xcb\xc5\xb3\x63\xe4\x6f\x71\x18\x02\xdd\xc0\x11\xba\x60\x1c\x10\xa1\x79\x89\x57\x12\x1e\x59\x2b\xb3\x84\xae\xb7\xc0\x21\xf7\xe3\x14\x25\x49\x9d\x25\x3f\x22\x4c\xa7\xd5\x4c\x4a\x0b\xfc\x04\xfb\x3b\x98\x04\x54\x3c\x3b\x9e\x70\x85\xca\xb7\xdf\x4c\xbe\x12\x20\xbd\x38\xf2\xb0\xbe\x28\x99\xb3\x10\xfa\xa5\xf5\x7c\x4a\xc2\xeb\x6e\xe3\x50\xb4\x2f\x47\x27\x8a\xa9\xcd\xc9\x18\xba\xe4\xee\x2d\x96\xfe\x5e\x3b\x65\xfd\x1c\x56\x7b\x6d\xa3\xab\x96\x51\xb8\x43\xe7\xcf\x17\xe8\x74\x31\x43\x4f\xce\x43\x2c\x24\xf1\xd1\xf3\x90\xf9\x37\x68\x21\x15\xfb\x32\x5f\x55\xff\x1f\x6f\x00\xcd\xa8\x04\xbe\xc6\x3e\x3c\x45\x01\x27\xb7\x3d\x27\xda\x60\x83\xdb\x39\xb4\xee\xb7\x7a\xc0\x07\x09\x9c\xe2\xb0\x25\xa7\xd9\x85\xc3\x38\x48\x3c\xe3\x14\x9e\x17\x50\x81\x22\xce\xfe\x05\xbe\xcc\xae\x98\xd1\x16\xc6\x14\x16\x65\xaa\xdd\x89\x97\x07\x0c\x63\xa5\x7e\x2d\x1a\x33\xc8\x5a\xb9\x46\x76\x78\x03\xcf\x63\x12\x06\x87\x99\x3f\x1c\x86\xec\xce\xe0\xab\xd7\x97\xf3\xd3\xab\x5c\x2f\x72\x5d\xb8\x82\x0d\x11\x92\xdf\x3f\x4d\x16\xa0\x23\xf4\x66\x4b\x04\x22\xfa\x1e\xca\x75\x1c\x6a\x00\x2b\x85\x0e\xa1\x9b\xb1\xfe\x5f\x72\x55\xfb\x18\x61\x74\x3a\xd3\xe9\xa7\xca\x78\xa8\x8d\x3e\x05\x30\xc6\x25\x8a\xc5\x16\x69\x4a\xf4\x7f\xcf\x4f\xaf\xba\xc9\xe2\x0b\xc3\xdd\x2a\xa8\x0f\x57\xb8\xd1\xa1\xaf\x4b\xb8\x93\xaf\x5d\xd2\x01\xfb\xa2\xdf\x30\xcf\x1a\x96\x51\x8b\x4f\xd7\xec\x24\x55\x8c\x63\x45\xa7\x2b\x86\x61\x6c\x75\x36\xab\x6c\xb2\x9b\xeb\x87\x70\xd2\x95\x87\xdc\xfb\xe2\x2b\x3b\x90\x06\x77\x7c\x4f\xaa\x66\xd3\x85\x44\xa5\x2e\x14\x35\x0e\x34\xde\x4d\xf4\xc9\x7a\xec\x5a\x75\x7d\x87\x3f\xcc\x39\x69\xbe\x9b\x94\xc6\xbb\x55\xfd\x6c\x33\x3b\x60\x61\x14\x05\xb0\xc3\x34\x40\x91\x86\x62\x1d\x83\xd1\x33\xfd\xce\x73\x2c\xc0\x35\xcd\xbf\x61\x40\xfb\x79\x67\x3a\xc0\x1c\xb8\x0f\x54\xe2\x0d\x4c\x57\xec\x16\x0e\x18\xaf\xa4\x43\x57\xfa\x66\xaf\xeb\x67\xde\xf1\xb3\x67\xef\x3a\x99\xbb\x96\x2f\x73\x9a\x8e\x9f\xd9\xa9\x12\x11\x93\xd3\x30\x64\xbe\xf6\xa9\x16\x92\x63\x09\x9b\x5e\x91\x06\x05\x29\xd5\xea\x39\x63\xf5\x04\xd7\x1e\xdc\x38\xf6\xbe\xee\xc7\x0c\xcb\x87\x39\x2f\xbe\xee\x6b\x57\x9b\x5a\xc0\x64\xfa\xbd\x4f\x1f\x3b\xaa\x53\x2b\x77\xf7\x0b\x71\x40\x03\x69\x0f\x2d\x5e\xeb\x1e\x92\xd9\xc9\x4a\x96\x99\xa7\x1e\xe7\x95\x3d\x1d\x2e\x74\x6c\x1b\xac\x96\x72\x57\x19\x65\x39\x3a\x29\xa3\xd3\xd2\x39\x63\xf1\xc2\x2d\xfe\xa1\x83\x56\xb3\xb3\xcf\x97\xba\x63\x30\x00\x81\x72\xd1\xa1\xf4\x4c\x11\x25\xd7\x5f\x26\xb9\x99\xfd\xd2\xe4\x7a\x0d\x60\x9d\xff\x77\x44\x6e\x5f\x31\x1f\x87\x07\xb9\x9d\x1a\x1d\x84\x2b\x38\x20\xa5\xdb\xa1\x41\xa4\x98\xbc\x87\x2e\x99\x4c\xaf\x6c\x4b\x52\x0b\x6a\x7d\x89\xba\x65\xc3\x3c\x3c\x02\xb9\x1d\x92\x3c\xb6\x17\x0c\x29\x56\x2e\xb6\x98\x1f\x56\x2e\x94\x90\x62\x6e\x87\x2f\x11\x23\x34\x6c\x84\x77\x8c\x6e\xb4\xdb\x92\xe3\xaa\xf6\xf3\x7d\x93\x89\x87\x1f\xb0\x89\x57\x9d\xcc\x76\x3e\x8b\xed\x2c\xb6\xea\xf0\x20\xb6\xd3\x67\x54\x72\x16\x8a\xda\x8c\x6a\xc9\x6d\x75\x39\x6e\x73\x85\xd9\x60\xfc\x16\x3f\xbb\x05\x7f\x43\x76\x50\xc8\xd3\xa4\x4a\x8b\xc9\x99\x39\xa8\x17\x36\xc5\x28\x99\xf9\x23\xf4\x2b\x0e\x63\xd0\xdb\xe6\x5b\x12\x98\xf6\x4c\x0b\x16\x73\x1f\x16\xc5\x3c\x8a\xd9\x99\xb9\xdf\x94\x6c\x28\x53\x6a\x45\xd6\x48\x80\xbe\xb5\xd7\x24\x43\x77\xd1\xd9\xcf\x86\xa4\x3d\xe6\xa1\xb1\x59\x88\x5a\x4d\x5b\x0f\xbe\x57\x03\x78\xd7\x8b\xc5\xcf\xe6\x9a\x78\x93\x0a\x1c\x0b\x42\x37\x68\xb1\xb8\x78\xf7\x64\x42\x94\x4e\x05\xb1\xce\x79\xf8\x4a\x88\xad\x67\x76\xc4\xdd\x02\x87\x0d\xe3\x16\xd6\xed\x86\x61\x96\xa3\x93\x26\xdc\x9a\xe3\x76\x51\xbc\x0a\x89\xff\x12\x7a\xf9\xaa\xd9\xc7\x7d\x4f\xea\x32\x00\x73\x2c\x1b\x03\x87\xad\xde\xb2\x45\x63\x1e\xb8\xd4\xa4\xaf\xf9\xd4\x76\xa0\x91\x76\xab\x48\x1a\x59\xbd\x9f\x03\xd6\xd9\x30\xf0\x56\x5f\xcf\xf1\xbc\x28\xa0\xec\x6b\xea\x0c\x93\x43\x4e\xe7\xba\x40\x2f\x59\xe8\xec\x9e\x7f\x17\xeb\x9c\x31\xe0\xa7\x30\xfe\x30\xe5\xf5\x9c\x93\x4f\x97\x5e\x9e\x7b\x8e\xbe\xc9\xdf\x42\x21\xa1\x80\x30\xdf\x98\x0b\xbf\xb3\xbb\x53\x14\xaa\x28\xc0\xb0\x63\xb4\x5b\x96\x79\xaf\x11\xac\xf3\x2e\xe7\xdb\xcf\x10\xee\x52\x8e\xff\x9b\xf0\x4f\xa1\x8c\x32\x2d\x79\x18\x0e\x96\xc7\xb0\xf2\x50\x41\x20\x32\x7d\xe7\x02\x53\xb2\x06\xd1\xdc\x34\xc3\x65\xcd\x3a\xd5\x20\x75\x83\x50\x1d\x40\xd5\x72\xdc\xa5\x90\xd3\x1d\xc8\x0b\x22\xd1\x15\x44\x0c\x31\x6a\xb6\x79\x61\xd8\x89\x0b\xfd\x47\xb1\xf2\x41\x67\x8e\x1e\x90\xb7\xae\x06\xd2\x30\xd4\xc8\x37\x00\x11\x92\x1c\xfb\x37\x88\xad\x35\x66\x7f\x13\x48\xdc\x53\x5f\x39\x1a\x3a\x2c\xfa\x4f\xe3\xde\x11\x81\xe0\xf7\x98\xdc\xe2\x10\xa8\xf6\x27\x92\x2c\x4a\xb5\x62\x7a\xde\x86\x48\x4f\x7d\xe5\x49\xbc\xd1\x84\x9a\x47\x94\x49\x10\x1e\x87\xb5\x72\xb7\x15\xf0\x4e\x7c\xfb\xac\x88\x5a\x59\x4f\xf1\x0e\x44\x84\x9b\x43\x8a\x2e\x97\xf5\xa7\x97\xc6\xa7\xb0\x92\x2b\xf5\x25\x4b\xc5\x6e\x14\xc4\x74\xad\xad\xcc\x0c\x04\x47\x9b\x23\xb4\xee\xca\xc9\xa1\xc6\xb4\x32\x85\x03\x0e\x5e\xd3\xe6\x5e\x93\x2e\x13\x71\x46\x85\xe4\xb1\x2f\x0d\x1a\x92\x21\x05\xd4\xd3\xdd\x56\x76\x2c\x00\x8d\x98\xb9\x43\x24\xb9\x53\x3d\x0a\xd9\x3d\xba\x81\x7b\x84\x45\xfe\x6e\x27\x9e\x3c\xc4\x90\x6e\x05\x92\x6a\xbb\xa7\x38\x7c\x28\xc3\xd2\x55\xbf\xbf\x7d\x6e\x86\xd2\xd3\x6b\x6b\xb2\xd1\x35\xf3\x65\x9d\x54\x36\x1e\xd9\x14\xcd\xba\xb0\x66\x0e\x89\xdb\xb2\x3b\x88\x6f\x97\xec\x81\x15\x0b\xcb\xfe\x16\xd3\xaf\x28\x3d\x09\xb1\x84\x20\xb5\xf1\x2c\x9d\x52\xba\x3b\x54\x66\xd5\xf2\x38\x44\x36\x03\x95\xed\xe3\x10\x31\x41\x24\xe3\xf7\xca\x2a\x29\xab\xe5\x9e\x9a\xf9\xe9\x31\x2b\xf9\x94\x73\x4b\x91\x7f\x4b\x5f\x6c\x16\x47\x9d\xb6\x44\x9d\x74\x32\x07\x3f\x88\xcc\xf3\xfa\xff\x7a\xed\x7f\x96\x67\xe2\x2c\x27\x37\x68\x65\xde\x9a\x3a\x91\xc4\xa6\x77\xf3\xda\xcf\x69\x10\x31\x42\xe5\xc2\xb4\x5f\xea\xe9\x7d\x8e\xcb\xbf\x5a\x0b\x8f\xd2\x43\xd3\x3a\x4b\x72\xb4\xf2\x26\x81\xf5\x1f\x43\xb6\x11\xa3\xd2\xc3\x77\x03\x38\xbd\x85\xbb\x17\x73\xd7\x14\x12\xa6\xa4\x4d\xa9\x92\x02\x80\x5d\x2c\x24\x5a\x01\x32\xfb\x41\x13\x65\x4d\x6b\xe6\xd3\xa3\x7b\x53\xe9\x06\x54\x72\x0d\x33\x29\x01\x2c\x13\x9e\x76\x1c\x2e\x90\x9b\x3e\x52\x44\x76\x6e\x35\xfc\x09\x68\x28\x56\xab\x95\x89\x69\xe9\xca\x5b\xa0\xaf\xe5\x2d\x45\x72\xa5\x43\x6f\x4b\x4c\x6a\x90\xc6\x55\x7a\x15\xd7\xb6\x6f\x8d\xb0\xce\xcd\xb8\x4f\x9b\x24\xf4\xeb\x5e\xd1\x17\x6e\x8b\x7b\xd0\xc9\xa2\xa5\xbc\xb1\xae\x74\xb5\x29\x3e\x88\xd5\xd3\x59\xda\xd0\x74\x48\xb6\x8f\xfa\x7d\x1c\xed\x07\xbd\x62\x15\x75\x16\xb7\x8b\x39\x64\xb1\x8c\x62\xe9\x10\x42\x6b\x53\xae\xd7\x1a\x08\x0a\x08\x07\x5f\x2f\x84\xe9\x4e\x36\xed\x24\x1b\xa8\xbf\x14\x4a\xd9\x9d\xae\x02\x3d\xd9\xe8\x82\x55\x09\xd9\x6f\xc9\xb6\xb8\x5b\xc8\xf3\x41\xc7\x2e\x28\xe9\xd1\xe4\xc7\xdf\x63\xe2\xdf\x08\x89\xb9\xf4\xd4\xa2\xef\x29\x67\xad\x21\x34\xca\xc1\x54\xc8\x1e\xc0\x54\xb6\xd6\x64\xfc\x97\x1a\x14\x2d\xd4\xa8\x29\xb2\x47\xe8\xd4\x64\x6e\x62\xb4\xe2\x98\xfa\xdb\x31\x52\x3b\x38\xc6\x91\x71\x39\xd1\x16\x77\x4c\xcc\x3e\x74\x2c\x2b\x0f\x4c\x74\xf1\x00\x0e\x28\x3f\x45\x8d\xf4\xcb\xd5\x2b\xd4\x8c\x61\x27\x42\xfb\x80\x4c\x32\xce\x44\xbd\x9e\x18\x47\x91\x17\xc0\xed\x10\x75\xc0\x09\xb3\x6c\x2a\x34\xb6\xce\xd6\xa1\x7d\xf6\x00\x24\x26\xa1\x40\x8c\x22\x8c\x72\x4d\xcf\x27\x0f\x4b\x16\x4e\xf5\x46\xd5\x17\xc6\x41\x50\x0c\xdd\xe4\x2e\x71\x2f\x27\xfd\xa1\x50\x29\xd9\xc8\x2b\x88\x98\x8b\x81\x34\x5a\x7f\x80\x16\xbf\xd9\x02\xda\x10\x99\x4c\x1f\x14\xd3\x00\x78\x5a\x98\x9f\xe0\x5d\x31\xf3\x44\x2d\xa8\x77\x24\x0c\xd5\xbc\x33\xd3\x4c\xed\x4e\xfe\x43\x47\xcc\x20\x18\x9b\x20\xc4\x0e\x77\x5e\xac\x87\x43\x05\xef\xa2\x7f\x5a\xd1\xb1\xfb\x2f\x3b\x4c\x0e\x8d\xd2\x69\x18\x09\xb2\x29\x42\xe9\xfe\x2c\x31\x45\xfe\x16\xd3\x4d\xc7\xd6\x1b\x1d\x41\x5b\xc9\x5b\x87\xf1\x87\x03\x57\x50\x25\x99\x7c\x09\x2b\x0a\x46\x47\x64\xda\xa4\x72\xc7\x95\x4c\xe8\x38\x0f\x4d\x4d\x3a\x2b\xc5\x80\x43\x5b\x39\x14\x61\xb9\xfd\x7c\xd1\xfd\x2b\xb5\xbd\x27\xb7\x80\x34\x1a\xba\x33\x4e\x92\xf1\x50\xd9\xbf\x1b\xb2\x93\x1f\x5e\x47\x22\x8f\x04\x68\x8a\x77\x8c\xaa\xf7\xf4\x01\x32\xa1\x01\x7a\x19\xaf\x80\x53\x50\x0e\x45\x29\x82\x8d\xa3\x28\xbc\x4f\x98\x72\xbd\xd4\x05\xe2\x9e\xb8\x17\x12\x76\xcb\xd1\x18\x2d\x47\x2b\x2c\x60\x39\xea\x98\x54\xf7\x39\x69\x30\x7b\x94\x02\x1d\xe6\xc1\x18\x99\x7f\x15\x3d\xe6\xaf\x77\xad\x6d\xe9\x16\x8b\x9f\xdd\x8e\x6b\xdb\x84\xa9\x3e\x4f\x0d\x7c\xea\x04\x2f\x16\x3f\xeb\x60\x64\xd2\x40\x59\xa1\x1f\xcb\x2d\x50\x49\x7c\x2c\xbb\x39\x08\x3d\xc0\x5b\x49\x8e\xf9\x21\x06\xef\x4d\x22\x57\x35\xb2\x72\x55\x12\x84\x6a\x62\xd6\x22\x4d\xaa\xbf\x4b\x2b\x61\x69\xd6\x76\x36\x07\x0f\x35\x74\xb3\x27\xb5\x21\xf2\x7f\xe7\x65\xea\x3f\x30\xbe\x99\xa8\x11\xf7\xdf\xa9\x12\x8b\xe6\x22\x0b\xc7\x95\x45\x81\x78\x98\x85\xc5\x1d\x72\x4f\xaf\x51\x69\xd9\xb8\xe6\xab\xd4\x0c\xaf\x6d\xad\xaa\xf2\xb0\xb6\x5c\xb7\xce\xdf\xa1\xbd\xcf\xbd\x71\x59\x5c\xb5\x73\xd9\x9d\x02\xc6\xcc\x3d\x4c\x34\x78\xff\xa8\x25\x9f\x72\x01\x3e\x07\x29\x92\xa6\x2e\x4e\xd5\x04\x37\x70\x3f\xbd\xba\x74\x2f\x23\x48\xde\x7f\x90\xe0\x70\x13\x2e\xc3\xc7\x48\x5e\x5e\x2c\x10\x64\x5c\x4a\xf3\xb8\x86\x8a\x91\x34\x41\x2f\xc9\xea\x2d\x84\xe1\x4b\xca\xee\xba\x55\x63\x0f\x52\xb3\xab\x0b\xd5\x4a\xf5\x68\xf5\xc2\xda\x23\xa4\xaf\x40\xca\x1f\x38\x5e\x82\x04\x37\x22\x6d\xf0\xae\xa6\xf5\x46\x37\x78\xb7\x80\xd7\xbd\xe6\xbb\xc5\x5a\xdd\xd1\x76\x6b\x47\xdf\x05\xd5\xe5\xe8\xc4\xc2\x8a\x1f\x27\xb8\xe5\x52\xb3\x96\x53\x47\x7c\x27\x8a\xcd\x81\x4e\x4d\x42\xe7\xe0\x62\x35\x39\x74\x3a\x19\xef\x4e\x78\x21\xc3\x81\x97\x5e\x2e\xe3\xf9\xd9\x98\x89\xa8\x15\x42\x28\xc5\xa8\xaf\xa4\x5b\xc7\x19\x44\xe6\x5d\x68\x3a\x40\x0f\xf6\x12\xb2\x1c\x9d\xd4\x39\xd6\x5b\x21\x06\xaa\x58\xd7\xec\x2a\xd6\x4d\x67\xbc\x4b\x84\x5c\xfa\xad\x2c\xe3\x5e\xe5\xd6\x7d\xc4\xd9\x82\xdf\x40\x45\xe0\xcb\xd1\x49\x8d\xd0\xde\xa2\x19\xb2\x08\xb9\x5c\x19\xdc\x52\x11\x9c\x88\xab\xf4\x7e\x59\x5c\x85\xa6\x4a\x37\xd9\x1e\xca\x13\x64\x23\x26\xc5\xaf\x26\xab\x90\xad\x26\x26\x38\x62\x98\x27\x63\xc9\x38\xc1\xa1\x50\x3a\x7e\xb4\x0b\xfa\x88\xb0\x23\x1d\xad\x2d\xa1\x0e\xc3\x7e\x39\x3a\xa9\x31\xa9\xb7\xa8\x3f\x77\xe5\xf4\x27\x29\x71\x7e\x98\x63\xb0\x6e\x05\xc7\xcd\xeb\x5f\xc3\xc4\x6b\x30\x95\x83\xb8\x8a\xfa\x58\x4b\x17\x88\x98\xfb\x9f\x77\x3b\x46\xf3\xce\x23\x5d\x8a\x80\xf7\x43\x2a\xb9\x80\xf9\x24\xf8\x78\x07\xf8\x16\xee\x18\xbf\x11\x1f\xcd\x6d\x0e\x1f\xa3\x9b\xcd\xc7\x58\x92\x50\x7c\x24\x11\x05\x79\x34\x9b\x5f\x96\x3b\xd9\x35\xec\x32\x6b\xba\x48\xd1\x6c\x9e\xde\x86\x86\x08\x45\xa7\xb3\xb3\x2b\x44\x99\xec\x96\x1b\xb1\x07\xcc\x5f\x52\x8d\xf9\xf3\x2f\x7f\xfe\xe5\xff\x05\x00\x00\xff\xff\x18\x0e\xff\x10\x6e\x0f\x01\x00") func schemaJsonBytes() ([]byte, error) { return bindataRead( @@ -85,7 +85,7 @@ func schemaJson() (*asset, error) { } info := bindataFileInfo{name: "schema.json", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x7, 0x44, 0x7c, 0x1b, 0x49, 0xa5, 0xcb, 0xae, 0x73, 0x6c, 0x9f, 0xf0, 0x0, 0x97, 0x50, 0x2d, 0x2, 0x18, 0x3f, 0xce, 0xcf, 0xa3, 0xcf, 0x1e, 0x7d, 0x35, 0xb9, 0xfb, 0xfb, 0x69, 0x9b, 0x30}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x40, 0xe2, 0x32, 0x13, 0xc5, 0x67, 0x52, 0xfd, 0x35, 0xa5, 0x65, 0x13, 0x5b, 0x67, 0x97, 0xc6, 0xec, 0x8c, 0x40, 0x7d, 0xe7, 0x6e, 0xa7, 0x42, 0x52, 0x45, 0xb0, 0x64, 0x9, 0x26, 0xf8, 0x89}} return a, nil } diff --git a/pkg/apis/eksctl.io/v1alpha5/validation.go b/pkg/apis/eksctl.io/v1alpha5/validation.go index 5246dcf27c..95447aa306 100644 --- a/pkg/apis/eksctl.io/v1alpha5/validation.go +++ b/pkg/apis/eksctl.io/v1alpha5/validation.go @@ -63,8 +63,8 @@ func ValidateClusterConfig(cfg *ClusterConfig) error { if ok, err := saNames.checkUnique("/ of "+path, sa.NameString()); !ok { return err } - if len(sa.AttachPolicyARNs) == 0 && sa.AttachPolicy == nil { - return fmt.Errorf("%s.attachPolicyARNs or %s.attachPolicy must be set", path, path) + if !sa.WellKnownPolicies.HasPolicy() && len(sa.AttachPolicyARNs) == 0 && sa.AttachPolicy == nil { + return fmt.Errorf("%[1]s.wellKnownPolicies, %[1]s.attachPolicyARNs or %[1]s.attachPolicy must be set", path) } } diff --git a/pkg/apis/eksctl.io/v1alpha5/validation_test.go b/pkg/apis/eksctl.io/v1alpha5/validation_test.go index ef3097d91d..c9fe29f517 100644 --- a/pkg/apis/eksctl.io/v1alpha5/validation_test.go +++ b/pkg/apis/eksctl.io/v1alpha5/validation_test.go @@ -364,7 +364,11 @@ var _ = Describe("ClusterConfig validation", func() { err = ValidateClusterConfig(cfg) Expect(err).To(HaveOccurred()) - Expect(err.Error()).To(HavePrefix("iam.serviceAccounts[1].attachPolicyARNs or iam.serviceAccounts[1].attachPolicy must be set")) + Expect(err.Error()).To(SatisfyAll( + ContainSubstring("iam.serviceAccounts[1]"), + ContainSubstring("attachPolicy"), + ContainSubstring("must be set"), + )) }) It("should fail when non-uniquely named iam.serviceAccounts are given", func() { diff --git a/pkg/apis/eksctl.io/v1alpha5/well_known_iam_policy.go b/pkg/apis/eksctl.io/v1alpha5/well_known_iam_policy.go new file mode 100644 index 0000000000..efe39387fd --- /dev/null +++ b/pkg/apis/eksctl.io/v1alpha5/well_known_iam_policy.go @@ -0,0 +1,25 @@ +package v1alpha5 + +// WellKnownPolicies for attaching common IAM policies +type WellKnownPolicies struct { + // ImageBuilder allows for full ECR (Elastic Container Registry) access. + ImageBuilder bool `json:"imageBuilder,inline"` + // AutoScaler adds policies for cluster-autoscaler. See [autoscaler AWS + // docs](https://docs.aws.amazon.com/eks/latest/userguide/cluster-autoscaler.html). + AutoScaler bool `json:"autoScaler,inline"` + // AWSLoadBalancerController adds policies for using the + // aws-load-balancer-controller. See [Load Balancer + // docs](https://docs.aws.amazon.com/eks/latest/userguide/aws-load-balancer-controller.html). + AWSLoadBalancerController bool `json:"awsLoadBalancerController,inline"` + // ExternalDNS adds external-dns policies for Amazon Route 53. + // See [external-dns + // docs](https://github.com/kubernetes-sigs/external-dns/blob/master/docs/tutorials/aws.md). + ExternalDNS bool `json:"externalDNS,inline"` + // CertManager adds cert-manager policies. See [cert-manager + // docs](https://cert-manager.io/docs/configuration/acme/dns01/route53). + CertManager bool `json:"certManager,inline"` +} + +func (p *WellKnownPolicies) HasPolicy() bool { + return p.ImageBuilder || p.AutoScaler || p.AWSLoadBalancerController || p.ExternalDNS || p.CertManager +} diff --git a/pkg/apis/eksctl.io/v1alpha5/zz_generated.deepcopy.go b/pkg/apis/eksctl.io/v1alpha5/zz_generated.deepcopy.go index c1914d2b4c..4df87c6daa 100644 --- a/pkg/apis/eksctl.io/v1alpha5/zz_generated.deepcopy.go +++ b/pkg/apis/eksctl.io/v1alpha5/zz_generated.deepcopy.go @@ -405,6 +405,7 @@ func (in *ClusterIAMServiceAccount) DeepCopyInto(out *ClusterIAMServiceAccount) *out = make([]string, len(*in)) copy(*out, *in) } + out.WellKnownPolicies = in.WellKnownPolicies in.AttachPolicy.DeepCopyInto(&out.AttachPolicy) if in.Status != nil { in, out := &in.Status, &out.Status @@ -1427,3 +1428,19 @@ func (in *SecretsEncryption) DeepCopy() *SecretsEncryption { in.DeepCopyInto(out) return out } + +// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. +func (in *WellKnownPolicies) DeepCopyInto(out *WellKnownPolicies) { + *out = *in + return +} + +// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new WellKnownPolicies. +func (in *WellKnownPolicies) DeepCopy() *WellKnownPolicies { + if in == nil { + return nil + } + out := new(WellKnownPolicies) + in.DeepCopyInto(out) + return out +} diff --git a/pkg/cfn/builder/api_test.go b/pkg/cfn/builder/api_test.go index 34ceb7d001..d2e0c7cf07 100644 --- a/pkg/cfn/builder/api_test.go +++ b/pkg/cfn/builder/api_test.go @@ -1066,13 +1066,22 @@ var _ = Describe("CloudFormation template builder API", func() { Expect(policy2.PolicyDocument.Statement[0].Action).To(Equal([]string{ "route53:ListResourceRecordSets", "route53:ListHostedZonesByName", + })) + + policy3 := ngTemplate.Resources["PolicyExternalDNSHostedZones"].Properties + + Expect(policy3.Roles).To(HaveLen(1)) + isRefTo(policy3.Roles[0], "NodeInstanceRole") + Expect(policy3.PolicyDocument.Statement).To(HaveLen(1)) + Expect(policy3.PolicyDocument.Statement[0].Effect).To(Equal("Allow")) + Expect(policy3.PolicyDocument.Statement[0].Resource).To(Equal("*")) + Expect(policy3.PolicyDocument.Statement[0].Action).To(Equal([]string{ "route53:ListHostedZones", + "route53:ListResourceRecordSets", "route53:ListTagsForResource", })) Expect(ngTemplate.Resources).ToNot(HaveKey("PolicyAutoScaling")) - Expect(ngTemplate.Resources).ToNot(HaveKey("PolicyExternalDNSChangeSet")) - Expect(ngTemplate.Resources).ToNot(HaveKey("PolicyExternalDNSHostedZones")) Expect(ngTemplate.Resources).ToNot(HaveKey("PolicyAppMesh")) Expect(ngTemplate.Resources).ToNot(HaveKey("PolicyAppMeshPreview")) Expect(ngTemplate.Resources).ToNot(HaveKey("PolicyEBS")) diff --git a/pkg/cfn/builder/iam.go b/pkg/cfn/builder/iam.go index aebbf46f67..090fbcb0fe 100644 --- a/pkg/cfn/builder/iam.go +++ b/pkg/cfn/builder/iam.go @@ -224,10 +224,23 @@ func (rs *IAMServiceAccountResourceSet) AddAllResources() error { PermissionsBoundary: rs.spec.PermissionsBoundary, RoleName: rs.spec.RoleName, } - role.ManagedPolicyArns = append(role.ManagedPolicyArns, rs.spec.AttachPolicyARNs...) + for _, arn := range rs.spec.AttachPolicyARNs { + role.ManagedPolicyArns = append(role.ManagedPolicyArns, arn) + } + + managedPolicies, customPolicies := createWellKnownPolicies(rs.spec.WellKnownPolicies) + + for _, p := range managedPolicies { + role.ManagedPolicyArns = append(role.ManagedPolicyArns, makePolicyARN(p.name)) + } roleRef := rs.template.NewResource("Role1", role) + for _, p := range customPolicies { + doc := cft.MakePolicyDocument(p.Statements...) + rs.template.AttachPolicy(p.Name, roleRef, doc) + } + // TODO: declare output collector automatically when all stack builders migrated to our template package rs.template.Outputs["Role1"] = cft.Output{ Value: cft.MakeFnGetAttString("Role1.Arn"), @@ -321,7 +334,9 @@ func (rs *IAMRoleResourceSet) AddAllResources() error { role := &cft.IAMRole{ AssumeRolePolicyDocument: assumeRolePolicyDocument, } - role.ManagedPolicyArns = append(role.ManagedPolicyArns, rs.attachPolicyARNs...) + for _, arn := range rs.attachPolicyARNs { + role.ManagedPolicyArns = append(role.ManagedPolicyArns, arn) + } roleRef := rs.template.NewResource("Role1", role) diff --git a/pkg/cfn/builder/iam_helper.go b/pkg/cfn/builder/iam_helper.go index 552c434aff..019d1c88ad 100644 --- a/pkg/cfn/builder/iam_helper.go +++ b/pkg/cfn/builder/iam_helper.go @@ -18,6 +18,53 @@ type cfnTemplate interface { newResource(name string, resource gfn.Resource) *gfnt.Value } +type managedPolicyForRole struct { + name string +} + +type customPolicyForRole struct { + Name string + Statements []cft.MapOfInterfaces +} + +func createWellKnownPolicies(wellKnownPolicies api.WellKnownPolicies) ([]managedPolicyForRole, []customPolicyForRole) { + var managedPolicies []managedPolicyForRole + var customPolicies []customPolicyForRole + if wellKnownPolicies.ImageBuilder { + managedPolicies = append(managedPolicies, + managedPolicyForRole{name: iamPolicyAmazonEC2ContainerRegistryPowerUser}, + ) + } + if wellKnownPolicies.AutoScaler { + customPolicies = append(customPolicies, + customPolicyForRole{Name: "PolicyAutoScaling", Statements: autoScalerStatements()}, + ) + } + if wellKnownPolicies.AWSLoadBalancerController { + customPolicies = append(customPolicies, + customPolicyForRole{Name: "PolicyAWSLoadBalancerController", Statements: loadBalancerControllerStatements()}, + ) + } + if wellKnownPolicies.ExternalDNS { + customPolicies = append(customPolicies, + []customPolicyForRole{ + {Name: "PolicyExternalDNSChangeSet", Statements: changeSetStatements()}, + {Name: "PolicyExternalDNSHostedZones", Statements: externalDNSHostedZonesStatements()}, + }..., + ) + } + if wellKnownPolicies.CertManager { + customPolicies = append(customPolicies, + []customPolicyForRole{ + {Name: "PolicyCertManagerChangeSet", Statements: changeSetStatements()}, + {Name: "PolicyCertManagerGetChange", Statements: certManagerGetChangeStatements()}, + {Name: "PolicyCertManagerHostedZones", Statements: certManagerHostedZonesStatements()}, + }..., + ) + } + return managedPolicies, customPolicies +} + // createRole creates an IAM role with policies required for the worker nodes and addons func createRole(cfnTemplate cfnTemplate, clusterIAMConfig *api.ClusterIAM, iamConfig *api.NodeGroupIAM, managed, enableSSM, forceAddCNIPolicy bool) error { managedPolicyARNs, err := makeManagedPolicies(clusterIAMConfig, iamConfig, managed, enableSSM, forceAddCNIPolicy) @@ -46,13 +93,10 @@ func createRole(cfnTemplate cfnTemplate, clusterIAMConfig *api.ClusterIAM, iamCo if api.IsEnabled(iamConfig.WithAddonPolicies.CertManager) { cfnTemplate.attachAllowPolicy("PolicyCertManagerChangeSet", refIR, changeSetStatements()) - if api.IsEnabled(iamConfig.WithAddonPolicies.ExternalDNS) { - cfnTemplate.attachAllowPolicy("PolicyCertManagerHostedZones", refIR, certManagerHostedZonesStatements("route53:ListHostedZones", "route53:ListTagsForResource")) - } else { - cfnTemplate.attachAllowPolicy("PolicyCertManagerHostedZones", refIR, certManagerHostedZonesStatements()) - } + cfnTemplate.attachAllowPolicy("PolicyCertManagerHostedZones", refIR, certManagerHostedZonesStatements()) cfnTemplate.attachAllowPolicy("PolicyCertManagerGetChange", refIR, certManagerGetChangeStatements()) - } else if api.IsEnabled(iamConfig.WithAddonPolicies.ExternalDNS) { + } + if api.IsEnabled(iamConfig.WithAddonPolicies.ExternalDNS) { cfnTemplate.attachAllowPolicy("PolicyExternalDNSChangeSet", refIR, changeSetStatements()) cfnTemplate.attachAllowPolicy("PolicyExternalDNSHostedZones", refIR, externalDNSHostedZonesStatements()) } diff --git a/pkg/cfn/builder/iam_test.go b/pkg/cfn/builder/iam_test.go index 8fd100b90e..e665342037 100644 --- a/pkg/cfn/builder/iam_test.go +++ b/pkg/cfn/builder/iam_test.go @@ -254,6 +254,44 @@ var _ = Describe("template builder for IAM", func() { Expect(t).To(HaveOutputWithValue("Role1", `{ "Fn::GetAtt": "Role1.Arn" }`)) }) + It("can construct an iamserviceaccount addon template with wellKnownPolicies", func() { + serviceAccount := &api.ClusterIAMServiceAccount{} + + serviceAccount.Name = "sa-1" + + serviceAccount.WellKnownPolicies = api.WellKnownPolicies{ + ImageBuilder: true, + } + + appendServiceAccountToClusterConfig(cfg, serviceAccount) + + rs := NewIAMServiceAccountResourceSet(serviceAccount, oidc) + + templateBody := []byte{} + + Expect(rs).To(RenderWithoutErrors(&templateBody)) + + t := cft.NewTemplate() + + Expect(t).To(LoadBytesWithoutErrors(templateBody)) + + Expect(t.Description).To(Equal("IAM role for serviceaccount \"default/sa-1\" [created and managed by eksctl]")) + + Expect(t.Resources).To(HaveLen(1)) + Expect(t.Outputs).To(HaveLen(1)) + + Expect(t).To(HaveResource("Role1", "AWS::IAM::Role")) + + Expect(t).To(HaveResourceWithPropertyValue("Role1", "AssumeRolePolicyDocument", expectedServiceAccountAssumeRolePolicyDocument)) + Expect(t).To(HaveResourceWithPropertyValue("Role1", "ManagedPolicyArns", `[ + { + "Fn::Sub": "arn:${AWS::Partition}:iam::aws:policy/AmazonEC2ContainerRegistryPowerUser" + } + ]`)) + + Expect(t).To(HaveOutputWithValue("Role1", `{ "Fn::GetAtt": "Role1.Arn" }`)) + }) + It("can parse an iamserviceaccount addon template", func() { t := cft.NewTemplate() diff --git a/pkg/cfn/builder/partition.go b/pkg/cfn/builder/partition.go index 3c203dbea0..826cf78498 100644 --- a/pkg/cfn/builder/partition.go +++ b/pkg/cfn/builder/partition.go @@ -34,10 +34,14 @@ func MakeServiceRef(servicePrincipalName string) *gfnt.Value { ) } +func makePolicyARN(policyName string) *gfnt.Value { + return gfnt.MakeFnSubString(fmt.Sprintf("arn:${%s}:iam::aws:policy/%s", gfnt.Partition, policyName)) +} + func makePolicyARNs(policyNames ...string) []*gfnt.Value { policyARNs := make([]*gfnt.Value, len(policyNames)) for i, policy := range policyNames { - policyARNs[i] = gfnt.MakeFnSubString(fmt.Sprintf("arn:${%s}:iam::aws:policy/%s", gfnt.Partition, policy)) + policyARNs[i] = makePolicyARN(policy) } return policyARNs } diff --git a/pkg/cfn/builder/statement.go b/pkg/cfn/builder/statement.go index 73939594e3..4e0ec914c2 100644 --- a/pkg/cfn/builder/statement.go +++ b/pkg/cfn/builder/statement.go @@ -184,18 +184,15 @@ func cloudWatchMetricsStatements() []cft.MapOfInterfaces { } } -func certManagerHostedZonesStatements(appendActions ...string) []cft.MapOfInterfaces { - actions := []string{ - "route53:ListResourceRecordSets", - "route53:ListHostedZonesByName", - } - actions = append(actions, appendActions...) - +func certManagerHostedZonesStatements() []cft.MapOfInterfaces { return []cft.MapOfInterfaces{ { "Effect": effectAllow, "Resource": resourceAll, - "Action": actions, + "Action": []string{ + "route53:ListResourceRecordSets", + "route53:ListHostedZonesByName", + }, }, } } diff --git a/pkg/cfn/template/api_test.go b/pkg/cfn/template/api_test.go index 54f93189a7..2a472f049c 100644 --- a/pkg/cfn/template/api_test.go +++ b/pkg/cfn/template/api_test.go @@ -19,7 +19,7 @@ var _ = Describe("CloudFormation template", func() { roleRef := t.NewResource("aRole", &IAMRole{ RoleName: "foo", - ManagedPolicyArns: []string{"abc"}, + ManagedPolicyArns: []interface{}{"abc"}, }) t.Outputs["aRole"] = Output{ diff --git a/pkg/cfn/template/iam.go b/pkg/cfn/template/iam.go index 990d083a31..feafa2505d 100644 --- a/pkg/cfn/template/iam.go +++ b/pkg/cfn/template/iam.go @@ -25,7 +25,7 @@ type IAMRole struct { Path string `json:",omitempty"` AssumeRolePolicyDocument MapOfInterfaces `json:",omitempty"` - ManagedPolicyArns []string `json:",omitempty"` + ManagedPolicyArns []interface{} `json:",omitempty"` PermissionsBoundary string `json:",omitempty"` } diff --git a/pkg/cfn/template/matchers/matchers.go b/pkg/cfn/template/matchers/matchers.go index 496ed6f6e0..740155a87e 100644 --- a/pkg/cfn/template/matchers/matchers.go +++ b/pkg/cfn/template/matchers/matchers.go @@ -164,11 +164,11 @@ func (m *ResourcePropertiesMatcher) Match(actualTemplate interface{}) (bool, err } func (m *ResourcePropertiesMatcher) FailureMessage(_ interface{}) string { - return m.failureMessageWithError(fmt.Sprintf("Expected the template to have resoruce %q with propertes %v", m.resourceName, m.propertyNames)) + return m.failureMessageWithError(fmt.Sprintf("Expected the template to have resource %q with propertes %v", m.resourceName, m.propertyNames)) } func (m *ResourcePropertiesMatcher) NegatedFailureMessage(_ interface{}) string { - return fmt.Sprintf("Expected the template to NOT have resoruce %q with properties %v", m.resourceName, m.propertyNames) + return fmt.Sprintf("Expected the template to NOT have resource %q with properties %v", m.resourceName, m.propertyNames) } type ResourceWithPropertyValueMatcher struct {